@font-face {
  font-family: Sourcesanspro;
  src: url('../fonts/SourceSansPro-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sourcesanspro;
  src: url('../fonts/SourceSansPro-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sourcesanspro;
  src: url('../fonts/SourceSansPro-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sourcesanspro;
  src: url('../fonts/SourceSansPro-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sourceserifpro;
  src: url('../fonts/SourceSerifPro-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sourceserifpro;
  src: url('../fonts/SourceSerifPro-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sourceserifpro;
  src: url('../fonts/SourceSerifPro-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sourceserifpro;
  src: url('../fonts/SourceSerifPro-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --body-bg: #faf5f1;
  --black: black;
  --crimson: #e01120;
  --bg-gradient-top: #faf2ec;
  --white: white;
  --bg-panel: #fdf9f7cf;
  --dark-turquoise: #1e72c7;
  --medium-sea-green: #0da04a;
  --gainsboro: #dde2e2;
  --dim-grey: #454546;
  --ocean-blue: #152377;
  --red-bg: #ac1f29;
}

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

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

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

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

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

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

body {
  background-color: var(--body-bg);
  color: var(--black);
  font-family: Sourcesanspro, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

h1 {
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Sourceserifpro, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
}

h2 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Sourceserifpro, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 56px;
}

h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Sourceserifpro, sans-serif;
  font-size: 32px;
  font-weight: 200;
  line-height: 40px;
}

h4 {
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Sourceserifpro, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

h5 {
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Sourceserifpro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

h6 {
  margin-top: 16px;
  margin-bottom: 4px;
  font-family: tablet-gothic;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--crimson);
  text-decoration: none;
}

em {
  font-style: italic;
}

.points_logo {
  height: 48px;
}

.points_logo:focus-visible, .points_logo[data-wf-focus-visible] {
  background-color: var(--crimson);
}

.navi-section {
  z-index: 2000;
  background-color: var(--bg-gradient-top);
  box-shadow: none;
  justify-content: space-around;
  padding-top: 16px;
  padding-bottom: 16px;
  position: absolute;
  inset: 0% 0% auto;
}

.navi-section.focus-header {
  position: static;
}

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

.head-foot-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: none;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-start;
  font-family: Sourceserifpro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  display: flex;
}

.head-foot-links.hover {
  color: var(--crimson);
}

.right-menu-container {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.langer-pfeil {
  height: 12px;
  margin-right: 4px;
}

.langer-pfeil.abstand {
  margin-right: 8px;
}

.image-4 {
  cursor: pointer;
  width: auto;
  height: 16px;
}

.menu-icon {
  height: 24px;
}

.head-foot-link-container {
  color: var(--black);
  text-align: right;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  height: 48px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 4px 8px;
  display: flex;
}

.head-foot-link-container:hover {
  color: var(--crimson);
}

.head-foot-link-container:focus-visible, .head-foot-link-container[data-wf-focus-visible] {
  background-color: var(--black);
  color: var(--white);
  padding-left: 4px;
  padding-right: 4px;
}

.head-foot-link-container.w--current {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.head-foot-link-container.tab-highlight, .head-foot-link-container.focus-footer-links {
  background-color: var(--black);
  color: var(--white);
}

.red-dot {
  color: var(--crimson);
  font-weight: 400;
}

.text-span-5 {
  font-weight: 200;
}

.panel {
  background-color: var(--bg-panel);
  border-radius: 16px;
  align-self: flex-start;
  padding: 16px;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  box-shadow: 2px 2px 10px 2px #00000026;
}

.panel-head {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.old-container.schaschlik-menu-container {
  text-align: right;
}

.inner-panel-box {
  z-index: 20;
  flex: 1;
  justify-content: center;
  display: flex;
}

._64 {
  margin-bottom: 128px;
}

._32 {
  justify-content: flex-start;
  margin-bottom: 32px;
  display: block;
}

._32.contact-buttons {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.text {
  font-weight: 300;
}

.text.close-button {
  font-size: 32px;
}

.text.close-button.focus-close, .text.close-button.focus-close:focus-visible, .text.close-button.focus-close[data-wf-focus-visible] {
  color: var(--white);
}

.einleitung {
  margin-bottom: 32px;
  font-family: Sourceserifpro, sans-serif;
  font-size: 32px;
  font-weight: 200;
  line-height: 44px;
}

.text-span-8 {
  font-weight: 200;
}

._128 {
  margin-bottom: 128px;
}

._128.asdasd {
  margin-top: 128px;
}

.h3-light-kursiv {
  text-align: center;
  font-size: 32px;
  font-weight: 200;
  line-height: 40px;
}

.h3-light-kursiv.smallest {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.red-circle {
  background-color: var(--crimson);
  color: var(--white);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-top: 8px;
  margin-right: 8px;
  font-family: Source Serif Pro;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

._16 {
  margin-bottom: 16px;
}

.center-box {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.center-box._16 {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.panel-wrapper {
  flex: 1;
  margin-bottom: 32px;
  margin-left: 8px;
  margin-right: 8px;
}

.column-heads {
  margin-bottom: 16px;
  font-family: Sourceserifpro, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
}

.column-heads.smallest {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}

.wrap-down {
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
}

.wrap-down._16 {
  text-align: center;
}

._256 {
  margin-bottom: 256px;
}

.button {
  border: 1px solid var(--crimson);
  background-color: var(--crimson);
  color: var(--white);
  text-align: center;
  border-radius: 4px;
  font-family: Sourceserifpro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  display: block;
}

.button:hover {
  border: 1px solid var(--crimson);
  color: var(--crimson);
  background-color: #0000;
  font-weight: 200;
}

.button:focus-visible, .button[data-wf-focus-visible] {
  background-color: var(--black);
}

.button._32 {
  border-style: dotted;
  border-width: 2px;
}

.button._16 {
  display: block;
}

.button._16.no-dot {
  border-style: solid;
  border-width: 1px;
  transition: letter-spacing .5s, color .5s, border-color .5s, background-color .5s;
}

.button._16.no-dot:hover {
  border-color: var(--dark-turquoise);
  color: var(--dark-turquoise);
  letter-spacing: 0;
  background-color: #e011210d;
}

.button.mehr-erfahren {
  font-size: 16px;
  line-height: 18px;
}

.button.secondary {
  color: var(--crimson);
  background-color: #0000;
  border-style: solid;
  border-width: 1px;
}

.button.secondary:hover {
  background-color: var(--crimson);
  color: var(--white);
}

.button.secondary:focus-visible, .button.secondary[data-wf-focus-visible] {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.button.secondary.invert-sec {
  border-color: var(--white);
  background-color: var(--crimson);
  color: var(--white);
}

.button.secondary.invert-sec:hover {
  background-color: var(--white);
  color: var(--crimson);
}

.button.secondary.invert-sec:focus-visible, .button.secondary.invert-sec[data-wf-focus-visible] {
  background-color: var(--black);
}

.button.close {
  background-color: #0000;
  border-style: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 0;
  margin-right: -16px;
  padding: 0;
  display: flex;
}

.button.close:focus-visible, .button.close[data-wf-focus-visible], .button.close.focus-closed {
  background-color: var(--black);
  color: var(--white);
}

.button.inverted {
  background-color: var(--body-bg);
  color: var(--crimson);
}

.button.inverted:hover {
  border-color: var(--white);
  background-color: var(--crimson);
  color: var(--white);
}

.button.inverted:focus-visible, .button.inverted[data-wf-focus-visible] {
  border-color: var(--white);
  background-color: var(--black);
  color: var(--white);
}

.button.but {
  width: 100%;
}

.button.kostenlos-probieren {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}

.button.gap-16 {
  margin-left: 8px;
  margin-right: 8px;
}

.button.contact-email-button {
  flex: 0 auto;
  margin-left: 0;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
}

.top-section {
  background-image: linear-gradient(#ffefe7, #fff3ed);
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  height: 90vh;
  margin-bottom: 320px;
  padding-top: 128px;
  display: flex;
}

.footer-section {
  margin-top: 256px;
  padding-bottom: 32px;
}

.footer-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px solid #000;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  padding-top: 8px;
  display: flex;
}

.italic-text-2 {
  font-weight: 300;
}

.teaser-image {
  height: 64px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.cookie-glass {
  height: 64px;
  margin-left: 8px;
  margin-right: 8px;
}

.no-cookies-text {
  font-family: Sourceserifpro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
}

.no-cookies-text.hover {
  color: var(--crimson);
}

.app-stores {
  width: 80px;
}

.qr-code {
  width: 100%;
}

.small-button {
  border: 1px solid var(--crimson);
  background-color: var(--crimson);
  color: var(--white);
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 0 8px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}

.small-button:hover {
  color: var(--crimson);
  background-color: #0000;
}

.small-button:focus-visible, .small-button[data-wf-focus-visible] {
  background-color: var(--black);
}

.small-button.secondary {
  border: 1px solid var(--crimson);
  color: var(--crimson);
  background-color: #0000;
}

.small-button.secondary:hover {
  background-color: var(--crimson);
  color: var(--white);
}

.small-button.secondary:focus-visible, .small-button.secondary[data-wf-focus-visible] {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.small-button.secondary.invert-sec {
  border-color: var(--white);
  background-color: var(--crimson);
  color: var(--white);
}

.small-button.secondary.invert-sec:hover {
  background-color: var(--white);
  color: var(--crimson);
}

.small-button.secondary.invert-sec:focus-visible, .small-button.secondary.invert-sec[data-wf-focus-visible] {
  background-color: var(--black);
}

.small-button.inverted {
  background-color: var(--body-bg);
  color: var(--crimson);
}

.small-button.inverted:hover {
  border-color: var(--white);
  background-color: var(--crimson);
  color: var(--white);
}

.small-button.inverted:focus-visible, .small-button.inverted[data-wf-focus-visible] {
  border-color: var(--white);
  background-color: var(--black);
  color: var(--white);
}

.small-button.login-button {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 8px;
  margin-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Sourcesanspro, sans-serif;
  font-weight: 400;
  display: flex;
}

.feature-caption {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
}

.feature-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.feature-status {
  color: var(--dark-turquoise);
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
}

.feature-status.done {
  color: #09bb41;
}

.partner-headline {
  margin-bottom: 4px;
  font-family: Sourceserifpro, sans-serif;
  font-weight: 300;
}

.partner-logo-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-7 {
  width: 80px;
}

.image-8 {
  width: 66px;
}

.image-9 {
  width: 50%;
}

.partner-wrapper {
  background-color: var(--bg-panel);
  border-radius: 8px;
  justify-content: space-around;
  padding: 16px;
  display: flex;
  box-shadow: 1px 1px 15px 2px #00000026;
}

.partner-wrapper._50percent {
  box-shadow: 2px 2px 10px 2px #00000026;
}

.partner-wrapper._25percent {
  display: block;
}

.vert-trener {
  background-color: #00000040;
  width: 1px;
  position: absolute;
  inset: 0% 4px 0% auto;
}

.text-span-9, .text-span-10 {
  font-weight: 400;
}

.reference-label {
  text-align: center;
  font-family: Sourcesanspro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.partner-block {
  background-color: var(--bg-panel);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  box-shadow: 2px 2px 10px 2px #00000026;
}

.image-10 {
  max-width: 100%;
}

.flyout {
  z-index: 1000;
  background-color: var(--bg-gradient-top);
  width: 100%;
  min-height: 100vh;
  display: none;
}

.schaschlik-link {
  color: var(--black);
  font-family: Source Serif Pro;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

.schaschlik-link.focus-link-menue {
  color: var(--white);
}

.schaschlik-link.hover-menue-link {
  color: var(--crimson);
}

.flyout-box {
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.close-navigation-box {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.schaschlik-link-box {
  color: var(--black);
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
  display: block;
}

.schaschlik-link-box:hover {
  color: var(--crimson);
  font-weight: 400;
}

.schaschlik-link-box:focus-visible, .schaschlik-link-box[data-wf-focus-visible] {
  background-color: var(--black);
  color: var(--white);
}

.schaschlik-link-box.w--current {
  font-weight: 400;
}

.schaschlik-link-box.w--current:focus-visible, .schaschlik-link-box.w--current[data-wf-focus-visible] {
  color: var(--white);
  background-color: #000;
}

.schaschlik-link-box.focus-menu {
  background-color: var(--black);
}

.schaschlik-link-box.home.w--current {
  font-weight: 200;
}

.temp {
  text-align: left;
  display: inline-block;
}

.schaschlik-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-right: -16px;
  display: flex;
}

.schaschlik-container:focus-visible, .schaschlik-container[data-wf-focus-visible] {
  background-color: var(--crimson);
}

.top-container, .top-container._128 {
  max-width: 940px;
}

.top-container._40 {
  margin-top: 40px;
}

.body-6 {
  border: 1px solid #000;
  transition: opacity .2s, color .5s, border-color .5s, background-color .5s, letter-spacing .5s;
}

.link-wrap {
  color: var(--crimson);
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  font-family: Source Serif Pro;
  font-style: italic;
  font-weight: 300;
  display: flex;
}

.link-wrap.small {
  margin-top: 8px;
}

.small-link {
  color: var(--crimson);
  border-bottom: 2px dotted #000;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.small-link:hover {
  border-bottom-color: var(--crimson);
  color: var(--crimson);
}

.small-link:focus-visible, .small-link[data-wf-focus-visible] {
  background-color: var(--black);
  color: var(--white);
}

.small-link.small {
  border-bottom-color: var(--crimson);
  color: var(--black);
  font-size: 16px;
  line-height: 20px;
}

.small-link.small:hover {
  color: var(--crimson);
}

.small-link.small:focus-visible, .small-link.small[data-wf-focus-visible], .small-link.inverted {
  border-bottom-color: var(--white);
  color: var(--white);
}

.small-link.inverted:hover {
  border-bottom-color: var(--black);
  color: var(--black);
}

.text-span-14 {
  color: var(--black);
}

.text-span-14:hover {
  color: var(--crimson);
}

.text-span-14.inverted {
  color: var(--white);
}

.text-span-14.inverted:hover {
  color: var(--black);
}

.colored-bg {
  background-color: var(--crimson);
  padding-top: 32px;
  padding-bottom: 32px;
}

.inverted-textlink {
  border-bottom: 1px dashed var(--white);
  color: var(--white);
}

.inverted-textlink:hover {
  color: var(--black);
}

.inverted-textlink:focus-visible, .inverted-textlink[data-wf-focus-visible] {
  background-color: var(--black);
}

.columns-4 {
  color: var(--white);
}

.large-link {
  border-bottom: 2px dotted var(--crimson);
  color: var(--black);
  font-size: 32px;
  line-height: 40px;
}

.large-link:hover {
  color: var(--crimson);
}

.large-link:focus-visible, .large-link[data-wf-focus-visible] {
  border-bottom-color: var(--white);
  background-color: var(--black);
  color: var(--white);
}

.text-link {
  border-bottom: 1px dashed var(--crimson);
  color: var(--crimson);
}

.text-link:hover {
  color: var(--black);
}

.text-link:focus-visible, .text-link[data-wf-focus-visible] {
  background-color: var(--black);
  color: var(--white);
}

.focus-design-cookies {
  background-color: var(--black);
  color: var(--white);
  border-radius: 4px;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

.focus-design-cookies:hover {
  color: var(--crimson);
}

.focus-design-cookies:focus {
  background-color: var(--black);
  color: var(--white);
}

.frontispiz {
  width: 128px;
  margin-bottom: 16px;
}

.frontispiz._32 {
  margin-bottom: 32px;
}

.div-block-36 {
  align-items: center;
  display: flex;
}

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

.center-block._32 {
  display: flex;
}

.partner-box {
  margin: 16px 32px;
}

.slider-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 70%;
  margin-right: 32px;
  display: flex;
}

.monamu-sscreenshot {
  border-radius: 16px;
  box-shadow: 0 5px 10px 6px #00000026;
}

.monamu-sscreenshot.video {
  width: 100%;
}

.bild-unterschrift {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.usp-headline {
  margin-bottom: 32px;
  font-family: Sourceserifpro, sans-serif;
  font-weight: 400;
}

.usp-headline.center, .html-embed, .paragraph-5 {
  text-align: center;
}

.zukunft-section {
  margin-bottom: 128px;
}

.main-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-bottom: 128px;
  padding-top: 32px;
  display: flex;
  position: relative;
}

.main-section.datenschutz {
  min-height: auto;
  padding-top: 32px;
}

.slider-container {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.image-45 {
  max-width: 80%;
}

.image-45.nachhaltig {
  max-width: 60%;
}

.quick-stack {
  padding: 0;
}

.content-box.top {
  background-image: url('../images/monamuphone.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
}

.text-span-28 {
  font-family: Sourceserifpro, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 56px;
  display: inline;
}

.more-link {
  height: 32px;
}

.image-47 {
  max-width: 80%;
  margin-bottom: 16px;
}

.first-section {
  background-color: var(--crimson);
  background-image: linear-gradient(180deg, var(--bg-gradient-top), var(--body-bg));
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-bottom: 256px;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.first-section.datenschutz {
  margin-bottom: 32px;
}

.first-section.datenschutz._120 {
  margin-top: 120px;
}

.text-span-29 {
  font-weight: 200;
}

.red-text-2 {
  color: #e01121;
}

.red-text-2._16 {
  font-size: 14px;
  font-weight: 600;
}

.red-text-2._16.center {
  text-align: center;
  font-family: Sourcesanspro, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.panel-bg {
  background-color: var(--bg-panel);
  color: var(--black);
  border-radius: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 10px 2px #00000014;
}

.panel-bg.without-column {
  color: var(--black);
}

.panel-bg._16 {
  background-color: var(--bg-panel);
  color: var(--black);
}

.panel-bg.app-panels {
  justify-content: flex-start;
  align-items: center;
}

.panel-bg.app-panels.test-line {
  justify-content: center;
  align-items: center;
}

.panel-bg.price-panel {
  justify-content: flex-start;
  align-items: center;
}

.panel-bg.preise-bg {
  justify-content: space-between;
  align-items: center;
}

.panel-bg.reference-panel {
  justify-content: center;
  align-items: center;
}

.panel-head-2 {
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.text-link-2 {
  color: #e01121;
  border-bottom: 1px dashed #e01121;
  font-weight: 400;
}

.text-link-2:hover {
  color: #000;
}

.text-link-2:focus-visible, .text-link-2[data-wf-focus-visible] {
  color: #fff;
  background-color: #000;
}

.home-section {
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  margin-bottom: 320px;
  display: flex;
  position: relative;
}

.home-section.prizes {
  padding-top: 48px;
}

.column-heads-2 {
  margin-bottom: 16px;
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
}

.column-heads-2.smaller {
  font-size: 36px;
  line-height: 48px;
}

.column-heads-2.smaller.center {
  text-align: center;
  font-family: Sourceserifpro, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.red-dot-2 {
  color: #e01121;
}

.hinweis-2 {
  text-align: center;
  margin-bottom: 32px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Sourcesanspro, sans-serif;
  font-weight: 300;
  line-height: 28px;
}

.container-19 {
  align-self: stretch;
}

.text-span-31, .text-span-32 {
  font-weight: 400;
}

.red-dot-3 {
  color: #e01121;
}

.partner-logo-wrapper-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.partner-wrapper-2 {
  background-color: var(--bg-panel);
  border-radius: 8px;
  justify-content: space-around;
  margin-bottom: 32px;
  padding: 16px;
  display: flex;
  box-shadow: 1px 1px 15px 2px #00000026;
}

.container-21 {
  align-self: stretch;
}

.text-span-33 {
  font-weight: 400;
}

.red-dot-4 {
  color: #e01121;
}

.partner-logo-wrapper-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.partner-wrapper-3 {
  background-color: var(--bg-panel);
  border-radius: 8px;
  justify-content: space-around;
  margin-bottom: 32px;
  padding: 16px;
  display: flex;
  box-shadow: 2px 2px 10px 2px #00000026;
}

.light-kursiv-3 {
  font-weight: 200;
}

.paragraph-6 {
  font-family: Sourcesanspro, sans-serif;
}

.headline-light {
  font-family: Sourceserifpro, sans-serif;
  font-weight: 200;
}

.page-head {
  font-style: normal;
}

.runterzeigen {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.image-48 {
  width: 32px;
  height: auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.quick-stack-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding: 0;
}

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

.bild-unterschrift-2 {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
}

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

.container-23 {
  width: 100%;
}

.div-block-44 {
  background-color: #ffefe8;
  border: 1px dashed #e01121;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.div-block-45 {
  border-bottom: 1px dashed #000;
  margin-bottom: 24px;
  padding-bottom: 16px;
}

.content-section-2 {
  flex-direction: column;
  justify-content: space-around;
  height: 100vh;
  margin-bottom: 320px;
  display: flex;
  position: relative;
}

.content-section-2.zukunftsgrenze {
  justify-content: center;
}

.close-button {
  color: var(--crimson);
  font-size: 32px;
}

.menu-item {
  font-family: Sourceserifpro, sans-serif;
  display: inline-flex;
}

.image-49 {
  width: 75%;
}

.paneltext {
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.refrenz-stack {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding: 0;
}

.image-50 {
  width: 80%;
}

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

.quick-stack-3 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  padding: 32px;
}

.portrait-wolfgang {
  width: 25%;
  margin-bottom: 32px;
}

.flyout-container {
  background-color: var(--bg-gradient-top);
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.link-block {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: -12px;
  display: flex;
}

.in-page-nav-container {
  z-index: 2000;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-end;
  height: 100vh;
  padding-right: 16px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.nav-item {
  color: #000;
  cursor: pointer;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  min-width: 42px;
  height: 42px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 0;
  font-weight: 400;
  line-height: 0;
  display: flex;
}

.nav-item:hover {
  color: #000;
  background-color: #fff;
  font-size: 16px;
}

.nav-item:visited {
  border-style: solid;
  border-width: 1px;
}

.nav-item.w--current {
  background-color: #e024211a;
  border: 1px solid #ffffff80;
  border-radius: 24px;
  justify-content: flex-end;
  align-items: center;
  font-size: 0;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.nav-item.w--current:hover {
  background-color: #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
}

.text-block-3 {
  margin-right: 8px;
}

.nav-bubble {
  box-shadow: none;
  background-color: #e01120;
  border: 1px solid #fff;
  border-radius: 16px;
  width: 12px;
  height: 12px;
  margin-right: 8px;
}

.nav-bubble:hover {
  margin-right: 11px;
}

.label-down-pfeil {
  margin-top: 8px;
  font-weight: 300;
}

.headline-box {
  width: 100%;
}

.headline-box._32 {
  max-width: 100%;
}

.default-stack {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.panel-3 {
  background-color: #fff9f780;
  border-radius: 8px;
  align-self: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px;
  box-shadow: 4px 4px 10px 2px #00000014;
}

.panel-3.with-icon {
  height: auto;
}

.panel-head-3 {
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

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

.cell-text._8 {
  margin-bottom: 8px;
}

.small-button-2 {
  color: #fff;
  cursor: pointer;
  background-color: #e01120;
  border: 1px solid #e01120;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}

.small-button-2:hover {
  color: #e01120;
  background-color: #0000;
}

.small-button-2:focus-visible, .small-button-2[data-wf-focus-visible] {
  background-color: #000;
}

.image-51 {
  max-width: 20%;
}

.icon-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-top: 0;
  margin-bottom: 8px;
  display: flex;
}

.normal {
  font-weight: 400;
}

.thin-head {
  font-weight: 200;
}

.container-26 {
  max-width: 940px;
  margin-left: 64px;
  margin-right: 64px;
}

.heading-9._32 {
  display: block;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #e01120;
  border: 1px solid #e01120;
  border-radius: 4px;
  font-family: Sourceserifpro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.button-2:hover {
  color: #e01120;
  background-color: #0000;
  border: 1px solid #e01120;
  font-weight: 200;
}

.button-2:focus-visible, .button-2[data-wf-focus-visible] {
  background-color: #000;
}

.button-2._16 {
  margin-bottom: 16px;
}

.default-section {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  min-height: 100vh;
  margin-bottom: 256px;
  padding-top: 32px;
  display: flex;
}

.red-dot-6 {
  color: #e01120;
  font-weight: 400;
}

.panel-4 {
  background-color: #fff9f780;
  border-radius: 8px;
  align-self: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px;
  box-shadow: 4px 4px 10px 2px #00000014;
}

.panel-4.action-panel {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.panel-4.portrait-panel {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.portrait {
  width: 50%;
}

.portrait._16 {
  width: 25%;
}

.panel-head-4 {
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.container-27 {
  width: 100%;
  max-width: 940px;
  margin-left: 64px;
  margin-right: 64px;
}

.screenshots {
  box-shadow: 9px 9px 15px 1px #00000026;
}

.section-button-box {
  z-index: 200;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.h4-flie-text {
  font-family: Sourcesanspro, sans-serif;
  font-size: 22px;
}

.heading-11 {
  font-weight: 400;
}

.cs-image {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-53 {
  width: 40px;
}

.link-wrap-3 {
  color: #e01120;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  font-style: italic;
  font-weight: 300;
  display: flex;
}

.center-box-3 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.center-box-3._32 {
  margin-bottom: 32px;
}

.large-link-3 {
  color: #000;
  border-bottom: 2px dotted #e01120;
  font-size: 32px;
  line-height: 40px;
}

.large-link-3:hover {
  color: #e01120;
}

.large-link-3:focus-visible, .large-link-3[data-wf-focus-visible] {
  color: #fff;
  background-color: #000;
  border-bottom-color: #fff;
}

._100vh-test-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  max-height: 100px;
  position: relative;
  overflow: scroll;
}

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

.slide.background {
  background-color: #7d99564a;
  position: sticky;
}

.sticky-pone {
  width: 100%;
  height: 570px;
}

.image-54 {
  width: auto;
  height: 100%;
  position: absolute;
}

.sticky-phone-dimensions {
  width: 100%;
  height: 600px;
  position: relative;
}

.div-block-47 {
  height: 600px;
}

.main-section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-bottom: 224px;
  padding-top: 32px;
  display: flex;
  position: relative;
}

.image-55 {
  width: 32px;
}

.image-56 {
  max-width: 80%;
}

.image-56.nachhaltig {
  max-width: 60%;
}

.quick-stack-4 {
  padding: 0;
}

.slider-container-2 {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin-bottom: 160px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.section.top-page-section {
  background-image: linear-gradient(180deg, #faf2ec, var(--body-bg));
  padding-top: 48px;
}

.section.whitebackground {
  margin-bottom: 160px;
}

.section.black-section {
  color: var(--white);
  background-image: linear-gradient(#000, #04021b);
  padding-top: 48px;
  padding-bottom: 48px;
}

.navi-section-2 {
  z-index: 2000;
  background-color: #faf2ece6;
  justify-content: space-around;
  width: 100%;
  height: 80px;
  padding-top: 16px;
  padding-bottom: 16px;
  position: sticky;
  inset: 0% 0% auto;
}

.head-foot-link-container-2 {
  color: #000;
  text-align: right;
  border-radius: 4px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 4px 8px;
  display: inline-block;
}

.head-foot-link-container-2:hover {
  color: #e01120;
}

.head-foot-link-container-2:focus-visible, .head-foot-link-container-2[data-wf-focus-visible] {
  color: #fff;
  background-color: #000;
  padding-left: 4px;
  padding-right: 4px;
}

.logo-link.w--current:focus-visible, .logo-link.w--current[data-wf-focus-visible] {
  border: 4px solid #000;
}

.flyout-container-2 {
  background-color: #faf2ec;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.flyout-menu {
  z-index: 1000;
  cursor: pointer;
  background-color: #faf2ec;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-57 {
  cursor: pointer;
  width: auto;
  height: 16px;
  margin-left: 16px;
  margin-right: 8px;
}

.schaschlik-div {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-right: -8px;
  display: flex;
}

.schaschlik-div:focus-visible, .schaschlik-div[data-wf-focus-visible] {
  border: 4px solid #000;
}

.menue-container-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #e01120;
  border: 1px solid #e01120;
  border-radius: 4px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.button-3:hover {
  color: #e01120;
  background-color: #0000;
  border: 1px solid #e01120;
  font-weight: 200;
}

.button-3:focus-visible, .button-3[data-wf-focus-visible] {
  background-color: #000;
}

.button-3.navi {
  margin-left: 8px;
  padding: 4px 12px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.schaschlik-link-box-2 {
  color: #000;
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
  display: block;
}

.schaschlik-link-box-2:hover {
  color: #e01120;
  font-weight: 400;
}

.schaschlik-link-box-2:focus-visible, .schaschlik-link-box-2[data-wf-focus-visible] {
  color: #fff;
  background-color: #000;
}

.schaschlik-link-box-2.w--current {
  font-weight: 400;
}

.schaschlik-link-box-2.w--current:focus-visible, .schaschlik-link-box-2.w--current[data-wf-focus-visible] {
  color: #fff;
  background-color: #000;
}

.schaschlik-link-box-2.home.w--current {
  font-weight: 200;
}

.div-block-49 {
  text-align: left;
  padding-top: 16px;
  display: inline-block;
}

.close-button-2 {
  color: #e01120;
  font-size: 32px;
}

.head-foot-links-2 {
  font-family: Sourceserifpro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
}

.points_logo-2 {
  width: auto;
  height: 48px;
}

.skip-link {
  z-index: 3001;
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 42px;
  display: flex;
  position: relative;
}

.skip-link.w--current {
  z-index: 2001;
  position: relative;
}

.text-block-4 {
  padding-left: 8px;
  padding-right: 8px;
  line-height: 28px;
}

.container {
  max-width: 940px;
}

.container.container-spielwiese {
  width: 940px;
  min-height: 200px;
}

.stack {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding: 0;
}

.stack.screen-presenter {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.stack.app-stack {
  grid-column-gap: 31px;
}

.uebersicht-img {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.uebersicht-img._1u5 {
  width: 75%;
}

.uebersicht-img._2u4 {
  width: 90%;
}

.bottpm {
  justify-content: flex-end;
  align-items: flex-start;
}

.bottpm.right {
  justify-content: flex-end;
  align-items: flex-end;
}

.bottom {
  justify-content: flex-end;
  align-items: flex-start;
}

.bottom.right {
  justify-content: flex-end;
  align-items: flex-end;
}

.presenter-caption-box {
  width: 100%;
  height: 64px;
}

.text-block-5 {
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.div-block-50 {
  background-image: url('../images/iphone-mockup.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 260px;
}

.graphic-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 160px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.usp-svg {
  width: auto;
  height: 100%;
}

.usp-svg.glas {
  width: auto;
}

.usp-svg.fernglas {
  height: 70%;
}

.usp-svg.bit-can {
  height: 80%;
}

.text-span-34 {
  font-weight: 400;
}

.small-button-3 {
  color: #fff;
  cursor: pointer;
  background-color: #e01120;
  border: 1px solid #e01120;
  border-radius: 4px;
  padding: 0 8px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}

.small-button-3:hover {
  color: #e01120;
  background-color: #0000;
}

.small-button-3:focus-visible, .small-button-3[data-wf-focus-visible] {
  background-color: #000;
}

.small-button-3.secondary {
  color: #e01120;
  background-color: #0000;
  border: 1px solid #e01120;
}

.small-button-3.secondary:hover {
  color: #fff;
  background-color: #e01120;
}

.small-button-3.secondary:focus-visible, .small-button-3.secondary[data-wf-focus-visible] {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.small-button-4 {
  color: #fff;
  cursor: pointer;
  background-color: #e01120;
  border: 1px solid #e01120;
  border-radius: 4px;
  padding: 0 8px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}

.small-button-4:hover {
  color: #e01120;
  background-color: #0000;
}

.small-button-4:focus-visible, .small-button-4[data-wf-focus-visible] {
  background-color: #000;
}

.small-button-4.secondary {
  color: #e01120;
  background-color: #0000;
  border: 1px solid #e01120;
}

.small-button-4.secondary:hover {
  color: #fff;
  background-color: #e01120;
}

.small-button-4.secondary:focus-visible, .small-button-4.secondary[data-wf-focus-visible] {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.small-button-5 {
  color: #fff;
  cursor: pointer;
  background-color: #e01120;
  border: 1px solid #e01120;
  border-radius: 4px;
  padding: 0 8px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}

.small-button-5:hover {
  color: #e01120;
  background-color: #0000;
}

.small-button-5:focus-visible, .small-button-5[data-wf-focus-visible] {
  background-color: #000;
}

.small-button-5.secondary {
  color: #e01120;
  background-color: #0000;
  border: 1px solid #e01120;
}

.small-button-5.secondary:hover {
  color: #fff;
  background-color: #e01120;
}

.small-button-5.secondary:focus-visible, .small-button-5.secondary[data-wf-focus-visible] {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.small-button-5.inverted {
  color: #e01120;
  background-color: #faf5f1;
}

.small-button-5.inverted:hover {
  color: #fff;
  background-color: #e01120;
  border-color: #fff;
}

.small-button-5.inverted:focus-visible, .small-button-5.inverted[data-wf-focus-visible] {
  color: #fff;
  background-color: #000;
  border-color: #fff;
}

.small-button-5.inverted.news-button {
  border-style: solid;
  border-color: var(--white);
  color: #fff;
  background-color: #000;
  padding: 4px 12px;
}

.small-button-5.inverted.news-button:focus-visible, .small-button-5.inverted.news-button[data-wf-focus-visible] {
  color: #000;
  background-color: #fff;
}

._8 {
  margin-bottom: 8px;
}

.preis-tag {
  color: var(--crimson);
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.uberesicht-img-bps {
  display: none;
}

.usp-head {
  font-size: 20px;
  font-weight: 200;
  line-height: 28px;
}

.text-span-35 {
  font-weight: 400;
}

.plan-imag {
  width: auto;
  height: 64px;
  margin-bottom: 16px;
}

.plan-imag.pismall {
  height: 46px;
}

.panels-head {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.panels-head.app-panel-head {
  font-size: 24px;
  line-height: 32px;
}

.panels-head.app-panel-head.xyz {
  font-size: 20px;
  line-height: 28px;
}

.preise-geadline {
  margin-bottom: 32px;
}

.plan-text {
  margin-top: 32px;
  font-weight: 300;
}

.intro-link {
  color: var(--black);
  border-bottom: 1px dashed #000;
  font-weight: 300;
}

.dark-panel {
  background-color: #1a1c3d;
  border-radius: 16px;
  padding: 32px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.news-head {
  font-size: 24px;
  line-height: 32px;
}

.plattform-icon {
  width: 64px;
  height: auto;
}

.reference-logo {
  width: 50%;
  height: auto;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.reference-logo.landscape {
  width: 100%;
  height: auto;
}

.reference-logo.monumente-zeichnungen {
  width: 75%;
}

.reference-logo.monumente-zeichnungen.bruchsal {
  width: 60%;
}

.inverted-link-graphik:focus-visible, .inverted-link-graphik[data-wf-focus-visible] {
  background-color: #fff;
}

.image-58 {
  width: 40px;
  height: auto;
}

.small-button-6 {
  color: #fff;
  cursor: pointer;
  background-color: #e01120;
  border: 1px solid #e01120;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}

.small-button-6:hover {
  color: #e01120;
  background-color: #0000;
}

.small-button-6:focus-visible, .small-button-6[data-wf-focus-visible] {
  background-color: #000;
}

.panel-head-small {
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.panel-5 {
  background-color: #fff9f780;
  border-radius: 8px;
  align-self: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px;
  box-shadow: 4px 4px 10px 2px #00000014;
}

.panel-5.with-icon {
  height: auto;
}

.image-59 {
  height: 100%;
}

.panel-bg {
  justify-content: flex-start;
  align-items: flex-start;
}

.body-7 {
  background-image: linear-gradient(180deg, var(--bg-gradient-top), var(--body-bg));
}

.mutec-banner-box {
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.mutec-schriftzug {
  background-color: var(--crimson);
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.image-60 {
  width: auto;
  height: 49px;
}

.text-block-6 {
  font-size: 14px;
  font-weight: 400;
}

.background-video {
  width: 850px;
  height: 600px;
}

.center-box-4 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.background-video-2 {
  width: 600px;
  height: 350px;
}

.bildunterschrift {
  width: 100%;
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
}

.bildunterschrift._600-breit {
  text-align: left;
  width: 600px;
}

.center-box-5, .center-box-6, .center-box-7 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.background-video-3 {
  width: 320px;
  height: 574px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-28 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.div-block-51 {
  background-color: #861515;
  width: 50px;
  height: 50px;
}

.div-block-51._32 {
  display: flex;
}

.contact-card-phone {
  font-size: 18px;
}

.contact-buttons-wrap {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.paragraph-7 {
  font-size: 14px;
}

.text-list {
  margin-bottom: 32px;
}

.default-stack-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.portrait-2 {
  width: auto;
  height: 160px;
  margin-bottom: 16px;
}

._32-2 {
  margin-bottom: 32px;
}

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

.container-5 {
  order: 0;
  margin-left: -30px;
}

.insta-svg {
  vertical-align: baseline;
  margin-right: 10px;
  display: inline-block;
}

.linkedin_icon {
  vertical-align: baseline;
  max-width: 100%;
  margin-top: 0;
  margin-right: 10px;
  padding-right: 0;
  display: inline-block;
}

.dropdown {
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.dropdown:focus-visible, .dropdown[data-wf-focus-visible] {
  background-color: #a23c3c;
  border: 2px solid #000;
}

.language-switch-icon {
  width: 20px;
  height: auto;
}

.dropdown-toggle {
  padding: 0;
}

.dropdown-list {
  font-size: 16px;
  line-height: 24px;
  inset: auto 0% 0%;
}

.dropdown-list.w--open {
  background-color: #d81c1c;
  flex-flow: column;
  align-items: center;
  display: flex;
  inset: 100% 0% 0%;
}

.dropdown-link {
  margin-left: 0;
  margin-right: 0;
  padding: 8px 16px;
}

.dropdown-link:focus-visible, .dropdown-link[data-wf-focus-visible] {
  color: var(--crimson);
  font-weight: 600;
}

.language-switch {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.language-switch-menue {
  background-color: var(--bg-gradient-top);
  flex-flow: column;
  align-items: center;
  padding: 8px;
  display: none;
  position: absolute;
  top: 100%;
  left: auto;
  right: auto;
}

.language-link {
  padding: 2px 4px;
  font-size: 16px;
  font-weight: 400;
}

.language-link:hover {
  color: var(--black);
}

.language-link:focus-visible, .language-link[data-wf-focus-visible] {
  color: var(--white);
  background-color: #000;
  border-radius: 4px;
}

.language-close {
  color: var(--black);
  padding: 2px 8px;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.language-close:hover {
  color: var(--crimson);
}

.language-close:focus-visible, .language-close[data-wf-focus-visible] {
  background-color: var(--black);
  color: var(--white);
  border-radius: 4px;
  display: block;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.link-block-2:focus-visible, .link-block-2[data-wf-focus-visible] {
  border: 4px solid #000;
}

.small-button-7 {
  color: #fff;
  cursor: pointer;
  background-color: #e01120;
  border: 1px solid #e01120;
  border-radius: 4px;
  padding: 0 8px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}

.small-button-7:hover {
  color: #e01120;
  background-color: #0000;
}

.small-button-7:focus-visible, .small-button-7[data-wf-focus-visible] {
  background-color: #000;
}

.small-button-7.menu-close-button {
  color: #faf2ec;
  background-color: #faf2ec;
  border-style: none;
}

.small-button-7.menu-close-button:focus-visible, .small-button-7.menu-close-button[data-wf-focus-visible] {
  color: #fff;
  background-color: #e01120;
  border-style: solid;
}

.news_link {
  color: var(--white);
  text-decoration: underline;
}

.news_link:hover {
  color: var(--crimson);
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 20px;
    line-height: 28px;
  }

  h2 {
    font-size: 36px;
    line-height: 48px;
  }

  h5 {
    font-size: 18px;
    line-height: 24px;
  }

  .navi-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .panel {
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .panel._16, .panel._32 {
    margin-left: auto;
    margin-right: auto;
  }

  .inner-panel-box {
    display: block;
  }

  .einleitung {
    font-size: 28px;
    line-height: 40px;
  }

  .panel-wrapper.unten {
    margin-bottom: 0;
  }

  .button.kostenlos-probieren {
    font-size: 12px;
  }

  .qr-code {
    width: 120px;
    height: auto;
  }

  .image-9 {
    width: 70%;
  }

  .partner-wrapper._50percent {
    box-shadow: 2px 2px 15px 2px #00000026;
  }

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

  .top-container, .top-container._128 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .usp-headline {
    font-size: 32px;
    line-height: 40px;
  }

  .slider-container {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .content-box.top {
    height: 400px;
  }

  .more-link {
    height: 28px;
  }

  .red-text-2._16.center {
    font-weight: 400;
  }

  .panel-bg {
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .panel-bg._16 {
    margin-left: auto;
    margin-right: auto;
  }

  .hinweis-2 {
    margin-top: 32px;
  }

  .image-49 {
    width: 90%;
  }

  .image-50 {
    width: 100%;
  }

  .portrait-wolfgang {
    width: 33%;
  }

  .in-page-nav-container {
    z-index: 1000;
    padding-right: 0;
  }

  .nav-item {
    margin-left: 0;
    margin-right: 0;
  }

  .panel-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-26 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 64px;
    padding-right: 64px;
  }

  .panel-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .portrait._16 {
    width: 33%;
  }

  .container-27 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 64px;
    padding-right: 64px;
  }

  .large-link-3 {
    font-size: 24px;
  }

  .slider-container-2 {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .section {
    background-position: 100% 90%;
  }

  .section.whitebackground._128 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .navi-section-2 {
    height: 80px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-2 {
    max-width: 940px;
  }

  .flyout-menu {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menue-container-2 {
    justify-content: space-between;
    align-items: center;
  }

  .uebersicht-img {
    width: 100%;
    height: auto;
  }

  .uebersicht-img._1u5 {
    height: auto;
  }

  .uebersicht-img._2u4 {
    width: 100%;
    height: auto;
  }

  .plattform-icon {
    height: auto;
  }

  .panel-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .mutec-banner-box {
    height: 60px;
    inset: auto auto 0% 0%;
  }

  .bildunterschrift._600-breit {
    width: 100%;
  }

  .container-28 {
    max-width: 728px;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .default-stack-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 18px;
    line-height: 26px;
  }

  h1 {
    font-size: 48px;
    line-height: 54px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  h3 {
    font-size: 32px;
    line-height: 40px;
  }

  h4 {
    font-size: 28px;
    line-height: 34px;
  }

  h5 {
    font-size: 18px;
    line-height: 22px;
  }

  .navi-section {
    margin-left: 0;
    margin-right: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-4 {
    height: 24px;
  }

  .head-foot-link-container.w--current {
    font-weight: 300;
  }

  .panel {
    align-content: space-between;
  }

  .panel.bp-2-no-distance {
    margin-left: 0;
    margin-right: 0;
  }

  .panel._32 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .column {
    margin-bottom: 32px;
  }

  .inner-panel-box {
    display: flex;
  }

  .text {
    font-weight: 400;
  }

  .text.close-button {
    font-size: 28px;
  }

  .einleitung {
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
  }

  .h3-light-kursiv.smallest {
    text-align: left;
  }

  .column-2 {
    display: none;
  }

  .panel-wrapper {
    font-weight: 300;
  }

  .button.kostenlos-probieren {
    font-size: 14px;
  }

  .footer-container {
    justify-content: center;
  }

  .cookie-glass {
    margin-bottom: 8px;
  }

  .no-cookies-text {
    margin-bottom: 16px;
  }

  .partner-wrapper._50percent {
    width: 100%;
  }

  .vert-trener {
    width: 100%;
    height: 1px;
    margin-top: 32px;
    margin-bottom: 32px;
    display: block;
    position: static;
    inset: auto 0% 0%;
  }

  .vert-trener.os {
    width: 1px;
    height: 90%;
  }

  .schaschlik-link {
    font-size: 16px;
    line-height: 20px;
  }

  .schaschlik-link-box, .schaschlik-link-box.home.w--current {
    font-weight: 300;
  }

  .top-container._128 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .column-15 {
    display: none;
  }

  .praesentations-container {
    margin-left: 32px;
    margin-right: 32px;
  }

  .slider-content {
    width: 50%;
    height: auto;
    margin-right: 0;
  }

  .usp-headline {
    margin-left: 16px;
    margin-right: 16px;
  }

  .slider-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-45 {
    margin-bottom: 16px;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
  }

  .content-box {
    padding: 16px;
  }

  .content-box.first {
    padding: 0;
  }

  .content-box.top {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 0;
  }

  .more-link {
    height: 24px;
  }

  .first-section {
    padding-top: 48px;
  }

  .panel-bg {
    align-content: space-between;
  }

  .panel-bg.without-column {
    margin-bottom: 32px;
  }

  ._10-abstand {
    padding-left: 32px;
    padding-right: 32px;
  }

  .home-section {
    height: auto;
  }

  .column-heads-2.smaller.center {
    font-size: 24px;
    line-height: 32px;
  }

  .light-kursiv-3, .headline-light {
    font-weight: 300;
  }

  .runterzeigen {
    display: none;
  }

  .container-22 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .content-section-2 {
    height: auto;
  }

  .content-section-2.zukunftsgrenze, .container-24 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .quick-stack-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .portrait-wolfgang {
    width: 50%;
  }

  .flyout-container {
    padding-right: 32px;
  }

  .in-page-nav-container {
    display: none;
  }

  .panel-3 {
    align-content: space-between;
  }

  .small-button-2 {
    font-family: Sourceserifpro, sans-serif;
    font-style: normal;
    font-weight: 400;
  }

  .container-26 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .panel-4 {
    align-content: space-between;
  }

  .portrait._16 {
    width: 50%;
  }

  .container-27 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .large-link-3 {
    font-size: 22px;
    line-height: 30px;
  }

  .image-56 {
    margin-bottom: 16px;
  }

  .quick-stack-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
  }

  .slider-container-2, .section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section.top-page-section {
    padding-top: 48px;
  }

  .navi-section-2 {
    height: 60px;
    padding: 8px 32px;
  }

  .flyout-container-2 {
    padding-right: 32px;
  }

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

  .schaschlik-link-box-2, .schaschlik-link-box-2.home.w--current {
    font-weight: 300;
  }

  .points_logo-2 {
    height: 32px;
  }

  .skip-link {
    font-size: 16px;
  }

  .text-block-4 {
    line-height: 24px;
  }

  .stack {
    grid-column-gap: 128px;
    grid-row-gap: 128px;
  }

  .stack.screen-presenter._32 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .stack._32, .stack.app-stack {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .text-block-5 {
    font-size: 12px;
    line-height: 16px;
  }

  .graphic-wrapper {
    width: 50%;
    height: auto;
    margin-right: 32px;
  }

  .graphic-wrapper.fernglas-wrapper {
    width: 36%;
  }

  .graphic-wrapper.bit-can {
    width: 39%;
  }

  .usp-svg, .usp-svg.fernglas {
    height: auto;
  }

  .small-button-3, .small-button-4, .small-button-5 {
    font-style: normal;
    font-weight: 400;
  }

  .usp-cell {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .small-button-6 {
    font-family: Sourceserifpro, sans-serif;
    font-style: normal;
    font-weight: 400;
  }

  .panel-5 {
    align-content: space-between;
  }

  .background-video-2 {
    width: 100%;
    height: 300px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .portrait-2 {
    height: 140px;
    margin-bottom: 8px;
  }

  .small-button-7 {
    font-style: normal;
    font-weight: 400;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .points_logo {
    height: 32px;
  }

  .navi-section {
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
  }

  .head-foot-links {
    font-size: 14px;
  }

  .menu-icon {
    margin-left: 8px;
    margin-right: 8px;
  }

  .head-foot-link-container {
    margin-left: 8px;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 4px;
  }

  .head-foot-link-container.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .panel {
    align-self: center;
    margin-bottom: 32px;
  }

  .panel.bp-2-no-distance {
    margin-bottom: 0;
  }

  .column {
    margin-bottom: 64px;
  }

  .inner-panel-box {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .einleitung {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 26px;
  }

  .button._16.no-dot {
    transition-property: none;
  }

  .button.kostenlos-probieren {
    font-size: 16px;
  }

  .top-section {
    margin-left: -16px;
    margin-right: -16px;
  }

  .footer-container {
    flex-flow: column;
  }

  .small-button.login-button {
    margin-left: 4px;
    margin-right: 4px;
  }

  .partner-wrapper {
    flex-direction: column;
  }

  .vert-trener.os {
    margin-left: 16px;
    margin-right: 16px;
  }

  .flyout {
    z-index: 1000;
    margin-top: auto;
    margin-left: -16px;
    margin-right: auto;
  }

  .top-container, .top-container._128 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .small-link.small.mutec-link {
    text-align: center;
    font-size: 12px;
  }

  .frontispiz {
    margin-bottom: 8px;
  }

  .slider-content {
    width: 75%;
  }

  .usp-headline {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 36px;
  }

  .main-section {
    padding-top: 32px;
  }

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

  .cell-2 {
    flex-direction: row;
    align-items: flex-start;
  }

  .image-45 {
    margin-bottom: 32px;
  }

  .text-cell-usps {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
  }

  .content-box {
    justify-content: center;
    width: 100%;
    height: 50vh;
    padding: 16px;
    display: flex;
  }

  .content-box.first {
    flex-direction: column;
    justify-content: flex-start;
  }

  .content-box.top {
    align-items: center;
  }

  .panel-bg {
    align-self: center;
    margin-bottom: 16px;
  }

  ._10-abstand {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-section {
    padding-top: 32px;
  }

  .hinweis-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .partner-wrapper-2, .partner-wrapper-3 {
    flex-direction: column;
  }

  .page-head {
    margin-bottom: 16px;
  }

  .screenshot-cell {
    padding-left: 40px;
    padding-right: 40px;
  }

  .quick-stack-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .portrait-wolfgang {
    width: 100%;
  }

  .flyout-container {
    padding-right: 16px;
  }

  .nav-item {
    margin-left: 8px;
    margin-right: 8px;
  }

  .nav-item.w--current {
    color: #085977;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-style: none;
  }

  .panel-3 {
    align-self: center;
  }

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

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

  .button-2.especiale-but {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .panel-4 {
    align-self: center;
  }

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

  .image-53 {
    width: 32px;
  }

  .main-section-2 {
    padding-top: 32px;
  }

  .image-56 {
    margin-bottom: 32px;
  }

  .quick-stack-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
  }

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

  .section.top-page-section._128 {
    margin-top: -80px;
  }

  .section.whitebackground._128 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .navi-section-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .head-foot-link-container-2 {
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 4px;
    padding-right: 4px;
    display: none;
  }

  .flyout-container-2 {
    padding-right: 16px;
  }

  .flyout-menu {
    z-index: 1000;
    margin-top: auto;
    margin-left: -16px;
    margin-right: auto;
  }

  .menue-container-2 {
    display: flex;
  }

  .button-3 {
    padding: 6px 12px;
  }

  .button-3.navi {
    margin-left: 4px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 22px;
  }

  .head-foot-links-2 {
    font-size: 14px;
  }

  .text-block-4 {
    font-size: 14px;
    line-height: 18px;
  }

  .stack.screen-presenter._32 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .uebersicht-img {
    display: none;
  }

  .uebersicht-img.ui-center {
    width: 100%;
    height: auto;
    display: block;
  }

  .graphic-wrapper {
    margin-right: auto;
  }

  .usp-svg {
    width: 50%;
    height: auto;
  }

  .usp-cell {
    flex-flow: column;
  }

  .uberesicht-img-bps {
    width: 100%;
    height: auto;
    display: inline-flex;
  }

  .image-58 {
    width: 32px;
  }

  .panel-5 {
    align-self: center;
  }

  .background-video-2 {
    height: 200px;
  }

  .container-28 {
    max-width: none;
  }

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  ._32-2 {
    margin-bottom: 32px;
  }
}

#w-node-d237758d-1292-f334-359c-d780420a5742-656cc86a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.25fr 1fr 1fr;
  display: grid;
}

#w-node-d237758d-1292-f334-359c-d780420a576b-656cc86a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8c1cac10-0b9f-4c90-98e3-601923846d34-656cc86a, #w-node-_76163203-8927-5a1c-bd50-2e28a8633169-a8633162 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5bc3e1f5-8c77-d09e-d057-f31c3a3e9505-3a3e94fe {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-ad97162f-79a4-8542-96fb-6a3d054093ea-054093e0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_1b237a63-0536-1b95-51de-d67721f5612a-21f56121 {
  grid-template-rows: auto .75fr auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ba117dfc-9985-f65d-7852-5fb6482056d4-cc65611c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

#w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-7fc8e008, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-7fc8e008, #w-node-_097f1496-9b94-475c-e8db-c6db9fd85c74-7fc8e008, #w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-16e08322, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-16e08322, #w-node-_097f1496-9b94-475c-e8db-c6db9fd85c74-16e08322, #w-node-_6dab955d-6bb9-e51c-ad75-e1153e8ff1bc-e2bc5cc0, #w-node-_07e11c47-17b9-a578-4b3e-236be7f6400b-e2bc5cc0, #w-node-dde5fd50-90ef-2109-235f-7a73a50cd375-a647648e, #w-node-_3adf2fbc-5040-2a5c-c111-dd483467696c-a647648e, #w-node-d915460c-4ba3-cda2-8217-02705e65100a-a647648e, #w-node-_2f0db3d8-c7ca-70f7-ca2f-749d4dc5f0b0-a647648e, #w-node-ee956847-0b77-5455-acab-fce0fca206d6-a647648e, #w-node-_86a94c59-4610-df52-9f96-01ca1d5ba1fa-a647648e, #w-node-_004d154e-f821-71a4-05b1-4924cc543620-a647648e, #w-node-_2e3d3eab-27e3-ab9d-1f69-bd3dc07701bc-a647648e, #w-node-a8d5cbde-eee5-4818-be41-22b9201435e4-a647648e, #w-node-_1d0eec43-3f47-f896-e90a-e5925040aad7-a647648e, #w-node-bdb9b013-0163-28be-4f86-04989b97170c-a647648e, #w-node-_67a75822-c825-bb02-3956-98f04738c066-a647648e, #w-node-c67e05f3-f3f2-ba97-6f24-b6cb436ccb0d-a647648e, #w-node-_272ca28c-af90-9ade-cdc5-ab63cfc9d8ea-a647648e, #w-node-_3976ed1b-546f-8c5e-2493-5f54b07dcab2-a647648e, #w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-4e7620cd, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-4e7620cd, #w-node-_097f1496-9b94-475c-e8db-c6db9fd85c74-4e7620cd, #w-node-_3a20bce7-65dd-e2d3-efad-a5fe9934282b-4e7620cd {
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
}

#w-node-_307f4278-d3b9-7947-e152-29c4c983e438-d10b61f6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.25fr 1fr 1fr;
  display: grid;
}

#w-node-_5841371f-191d-db5f-06af-4a3f1b273c01-d10b61f6 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_04710813-1de9-d588-edca-646e31805136-d10b61f6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-d4eb30b6-daef-bef9-a3e9-eb11d8246223-d10b61f6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-d6823f89-9cf9-2caa-1cbd-307a62a009db-d10b61f6 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_975bd14f-2bfb-529b-4f39-233b41157bcc-6f78ea86 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-0ab198bb, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-0ab198bb, #w-node-_097f1496-9b94-475c-e8db-c6db9fd85c74-0ab198bb, #w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-04d406c0, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-04d406c0, #w-node-_097f1496-9b94-475c-e8db-c6db9fd85c74-04d406c0, #w-node-_6dab955d-6bb9-e51c-ad75-e1153e8ff1bc-26cdf46b, #w-node-_07e11c47-17b9-a578-4b3e-236be7f6400b-26cdf46b, #w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-9327f4cd, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-9327f4cd, #w-node-_097f1496-9b94-475c-e8db-c6db9fd85c74-9327f4cd, #w-node-_3a20bce7-65dd-e2d3-efad-a5fe9934282b-9327f4cd, #w-node-dde5fd50-90ef-2109-235f-7a73a50cd375-2cced38f, #w-node-_3adf2fbc-5040-2a5c-c111-dd483467696c-2cced38f, #w-node-d915460c-4ba3-cda2-8217-02705e65100a-2cced38f, #w-node-_2f0db3d8-c7ca-70f7-ca2f-749d4dc5f0b0-2cced38f, #w-node-ee956847-0b77-5455-acab-fce0fca206d6-2cced38f, #w-node-_86a94c59-4610-df52-9f96-01ca1d5ba1fa-2cced38f, #w-node-_004d154e-f821-71a4-05b1-4924cc543620-2cced38f, #w-node-_2e3d3eab-27e3-ab9d-1f69-bd3dc07701bc-2cced38f, #w-node-a8d5cbde-eee5-4818-be41-22b9201435e4-2cced38f, #w-node-_1d0eec43-3f47-f896-e90a-e5925040aad7-2cced38f, #w-node-bdb9b013-0163-28be-4f86-04989b97170c-2cced38f, #w-node-_67a75822-c825-bb02-3956-98f04738c066-2cced38f, #w-node-c67e05f3-f3f2-ba97-6f24-b6cb436ccb0d-2cced38f, #w-node-_272ca28c-af90-9ade-cdc5-ab63cfc9d8ea-2cced38f, #w-node-_3976ed1b-546f-8c5e-2493-5f54b07dcab2-2cced38f {
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
}

#w-node-_94ca0e78-c698-1b77-938e-70f870e870a3-d292cc9d {
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
}

#w-node-febb12dd-40a8-d8cb-2412-a89a51d139c7-d292cc9d {
  grid-template-rows: auto;
  grid-template-columns: minmax(298px, 1.25fr) 1fr;
}

#w-node-_26076ef9-30c5-4637-70e7-4e6904da9a6f-d292cc9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26076ef9-30c5-4637-70e7-4e6904da9a74-d292cc9d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_26076ef9-30c5-4637-70e7-4e6904da9a78-d292cc9d, #w-node-_26076ef9-30c5-4637-70e7-4e6904da9a82-d292cc9d, #w-node-_26076ef9-30c5-4637-70e7-4e6904da9a87-d292cc9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_310a5fa0-98c3-604a-5dd9-ab669730a0b6-9730a0ae, #w-node-_0689e725-7737-614f-b88e-9d9cb769a8c0-b769a8b9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ebce1c20-1436-434e-782c-cfe98468f3f4-f3c5da95 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.25fr 1fr 1fr;
  display: grid;
}

#w-node-_9cbc8510-bd9c-86de-f6a1-7fa1caf8f6d0-f3c5da95 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_29fdfd69-cff0-82cf-1b9b-2e6ba12e6ea6-f3c5da95 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-d1a2a493-8d4f-c9d4-22ff-32fbdce3067e-f3c5da95 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-d1a2a493-8d4f-c9d4-22ff-32fbdce30680-f3c5da95 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-e8e8ddb9-46ad-d195-807a-6fe70f4372f7-0f4372f0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-cc939d08, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-cc939d08, #w-node-_097f1496-9b94-475c-e8db-c6db9fd85c74-cc939d08, #w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-22a4a419, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-22a4a419, #w-node-_097f1496-9b94-475c-e8db-c6db9fd85c74-22a4a419, #w-node-_6dab955d-6bb9-e51c-ad75-e1153e8ff1bc-98b636f3, #w-node-_07e11c47-17b9-a578-4b3e-236be7f6400b-98b636f3, #w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-9a0df832, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-9a0df832, #w-node-_3a20bce7-65dd-e2d3-efad-a5fe9934282b-9a0df832, #w-node-dde5fd50-90ef-2109-235f-7a73a50cd375-0393c335, #w-node-_3adf2fbc-5040-2a5c-c111-dd483467696c-0393c335, #w-node-d915460c-4ba3-cda2-8217-02705e65100a-0393c335, #w-node-_2f0db3d8-c7ca-70f7-ca2f-749d4dc5f0b0-0393c335, #w-node-ee956847-0b77-5455-acab-fce0fca206d6-0393c335, #w-node-_86a94c59-4610-df52-9f96-01ca1d5ba1fa-0393c335, #w-node-_004d154e-f821-71a4-05b1-4924cc543620-0393c335, #w-node-_2e3d3eab-27e3-ab9d-1f69-bd3dc07701bc-0393c335, #w-node-a8d5cbde-eee5-4818-be41-22b9201435e4-0393c335, #w-node-bdb9b013-0163-28be-4f86-04989b97170c-0393c335, #w-node-_67a75822-c825-bb02-3956-98f04738c066-0393c335, #w-node-c67e05f3-f3f2-ba97-6f24-b6cb436ccb0d-0393c335, #w-node-_272ca28c-af90-9ade-cdc5-ab63cfc9d8ea-0393c335, #w-node-_3976ed1b-546f-8c5e-2493-5f54b07dcab2-0393c335 {
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
}

#w-node-acdfa244-010c-ccc1-24a1-59506a9e8589-918e7fce {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.25fr 1fr 1fr;
}

#w-node-f9d1d3b5-6585-39cf-f4d9-d0a43bb7695b-918e7fce {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_662e04de-b1d7-0b4f-44ce-2494db8a9cba-076903fc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_07770f5e-26b4-bde2-fa7a-f6575b423784-076903fc {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b99faccc-5071-89e8-91fb-d97e6355c703-6355c6fb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_662e04de-b1d7-0b4f-44ce-2494db8a9cba-b117d0bc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_07770f5e-26b4-bde2-fa7a-f6575b423784-b117d0bc {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0c15ea4e-c9b0-5999-cfd9-f48d1227b326-d7911a56 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-acbbdd1d-fd8a-3d3c-543d-6962b692952a-d7911a56 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0ce51634-448b-8fd8-d263-2792d89c0069-1dd7b53a, #w-node-_40eb52be-4cd0-7ef7-6879-bbe83498739d-1dd7b53a, #w-node-b0787ead-cef7-41fb-17d5-5e3026cab57c-1dd7b53a, #w-node-a019ba51-c124-ea96-c0f6-92c029fdf766-1dd7b53a, #w-node-fc6e0c28-7c1f-2fc8-3f37-e4a53a13f0b3-1dd7b53a, #w-node-b2c17ef1-e6a3-8b79-6c30-8e77a4f7ffd5-1dd7b53a {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-_156cb8b7-dad8-013e-d1b9-50850a1991c9-1dd7b53a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_30670062-6e52-bdb6-efea-dab052a1b20e-be52ff38 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f7ea94d0-3d77-6580-ecf4-7a967f4b6e93-360cbc1d {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-d237758d-1292-f334-359c-d780420a576b-656cc86a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8c1cac10-0b9f-4c90-98e3-601923846d34-656cc86a, #w-node-_5bc3e1f5-8c77-d09e-d057-f31c3a3e9505-3a3e94fe {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-ad97162f-79a4-8542-96fb-6a3d054093ea-054093e0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_1b237a63-0536-1b95-51de-d67721f5612a-21f56121 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ba117dfc-9985-f65d-7852-5fb6482056d4-cc65611c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-7fc8e008, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-7fc8e008, #w-node-_097f1496-9b94-475c-e8db-c6db9fd85c74-7fc8e008, #w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-16e08322, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-16e08322, #w-node-_097f1496-9b94-475c-e8db-c6db9fd85c74-16e08322, #w-node-_6dab955d-6bb9-e51c-ad75-e1153e8ff1bc-e2bc5cc0, #w-node-_07e11c47-17b9-a578-4b3e-236be7f6400b-e2bc5cc0, #w-node-dde5fd50-90ef-2109-235f-7a73a50cd375-a647648e, #w-node-_3adf2fbc-5040-2a5c-c111-dd483467696c-a647648e, #w-node-d915460c-4ba3-cda2-8217-02705e65100a-a647648e, #w-node-_2f0db3d8-c7ca-70f7-ca2f-749d4dc5f0b0-a647648e, #w-node-ee956847-0b77-5455-acab-fce0fca206d6-a647648e, #w-node-_86a94c59-4610-df52-9f96-01ca1d5ba1fa-a647648e, #w-node-_004d154e-f821-71a4-05b1-4924cc543620-a647648e, #w-node-_2e3d3eab-27e3-ab9d-1f69-bd3dc07701bc-a647648e, #w-node-a8d5cbde-eee5-4818-be41-22b9201435e4-a647648e, #w-node-_1d0eec43-3f47-f896-e90a-e5925040aad7-a647648e, #w-node-bdb9b013-0163-28be-4f86-04989b97170c-a647648e, #w-node-_67a75822-c825-bb02-3956-98f04738c066-a647648e, #w-node-c67e05f3-f3f2-ba97-6f24-b6cb436ccb0d-a647648e, #w-node-_272ca28c-af90-9ade-cdc5-ab63cfc9d8ea-a647648e, #w-node-_3976ed1b-546f-8c5e-2493-5f54b07dcab2-a647648e, #w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-4e7620cd, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-4e7620cd, #w-node-_097f1496-9b94-475c-e8db-c6db9fd85c74-4e7620cd, #w-node-_3a20bce7-65dd-e2d3-efad-a5fe9934282b-4e7620cd {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-_5841371f-191d-db5f-06af-4a3f1b273c01-d10b61f6, #w-node-_04710813-1de9-d588-edca-646e31805136-d10b61f6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d6823f89-9cf9-2caa-1cbd-307a62a009db-d10b61f6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-0ab198bb, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-0ab198bb, #w-node-_097f1496-9b94-475c-e8db-c6db9fd85c74-0ab198bb, #w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-04d406c0, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-04d406c0, #w-node-_097f1496-9b94-475c-e8db-c6db9fd85c74-04d406c0, #w-node-_6dab955d-6bb9-e51c-ad75-e1153e8ff1bc-26cdf46b, #w-node-_07e11c47-17b9-a578-4b3e-236be7f6400b-26cdf46b, #w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-9327f4cd, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-9327f4cd, #w-node-_097f1496-9b94-475c-e8db-c6db9fd85c74-9327f4cd, #w-node-_3a20bce7-65dd-e2d3-efad-a5fe9934282b-9327f4cd, #w-node-dde5fd50-90ef-2109-235f-7a73a50cd375-2cced38f, #w-node-_3adf2fbc-5040-2a5c-c111-dd483467696c-2cced38f, #w-node-d915460c-4ba3-cda2-8217-02705e65100a-2cced38f, #w-node-_2f0db3d8-c7ca-70f7-ca2f-749d4dc5f0b0-2cced38f, #w-node-ee956847-0b77-5455-acab-fce0fca206d6-2cced38f, #w-node-_86a94c59-4610-df52-9f96-01ca1d5ba1fa-2cced38f, #w-node-_004d154e-f821-71a4-05b1-4924cc543620-2cced38f, #w-node-_2e3d3eab-27e3-ab9d-1f69-bd3dc07701bc-2cced38f, #w-node-a8d5cbde-eee5-4818-be41-22b9201435e4-2cced38f, #w-node-_1d0eec43-3f47-f896-e90a-e5925040aad7-2cced38f, #w-node-bdb9b013-0163-28be-4f86-04989b97170c-2cced38f, #w-node-_67a75822-c825-bb02-3956-98f04738c066-2cced38f, #w-node-c67e05f3-f3f2-ba97-6f24-b6cb436ccb0d-2cced38f, #w-node-_272ca28c-af90-9ade-cdc5-ab63cfc9d8ea-2cced38f, #w-node-_3976ed1b-546f-8c5e-2493-5f54b07dcab2-2cced38f {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-_26076ef9-30c5-4637-70e7-4e6904da9a6f-d292cc9d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9cbc8510-bd9c-86de-f6a1-7fa1caf8f6d0-f3c5da95, #w-node-_29fdfd69-cff0-82cf-1b9b-2e6ba12e6ea6-f3c5da95 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d1a2a493-8d4f-c9d4-22ff-32fbdce30680-f3c5da95 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-cc939d08, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-cc939d08, #w-node-_097f1496-9b94-475c-e8db-c6db9fd85c74-cc939d08, #w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-22a4a419, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-22a4a419, #w-node-_097f1496-9b94-475c-e8db-c6db9fd85c74-22a4a419, #w-node-_6dab955d-6bb9-e51c-ad75-e1153e8ff1bc-98b636f3, #w-node-_07e11c47-17b9-a578-4b3e-236be7f6400b-98b636f3, #w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-9a0df832, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-9a0df832, #w-node-_3a20bce7-65dd-e2d3-efad-a5fe9934282b-9a0df832, #w-node-dde5fd50-90ef-2109-235f-7a73a50cd375-0393c335, #w-node-_3adf2fbc-5040-2a5c-c111-dd483467696c-0393c335, #w-node-d915460c-4ba3-cda2-8217-02705e65100a-0393c335, #w-node-_2f0db3d8-c7ca-70f7-ca2f-749d4dc5f0b0-0393c335, #w-node-ee956847-0b77-5455-acab-fce0fca206d6-0393c335, #w-node-_86a94c59-4610-df52-9f96-01ca1d5ba1fa-0393c335, #w-node-_004d154e-f821-71a4-05b1-4924cc543620-0393c335, #w-node-_2e3d3eab-27e3-ab9d-1f69-bd3dc07701bc-0393c335, #w-node-a8d5cbde-eee5-4818-be41-22b9201435e4-0393c335, #w-node-bdb9b013-0163-28be-4f86-04989b97170c-0393c335, #w-node-_67a75822-c825-bb02-3956-98f04738c066-0393c335, #w-node-c67e05f3-f3f2-ba97-6f24-b6cb436ccb0d-0393c335, #w-node-_272ca28c-af90-9ade-cdc5-ab63cfc9d8ea-0393c335, #w-node-_3976ed1b-546f-8c5e-2493-5f54b07dcab2-0393c335 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-f9d1d3b5-6585-39cf-f4d9-d0a43bb7695b-918e7fce {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_662e04de-b1d7-0b4f-44ce-2494db8a9cba-076903fc {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_07770f5e-26b4-bde2-fa7a-f6575b423784-076903fc {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_662e04de-b1d7-0b4f-44ce-2494db8a9cba-b117d0bc {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_07770f5e-26b4-bde2-fa7a-f6575b423784-b117d0bc, #w-node-acbbdd1d-fd8a-3d3c-543d-6962b692952a-d7911a56 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_0ce51634-448b-8fd8-d263-2792d89c0069-1dd7b53a {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr .75fr;
  }

  #w-node-_40eb52be-4cd0-7ef7-6879-bbe83498739d-1dd7b53a {
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
  }

  #w-node-_40eb52be-4cd0-7ef7-6879-bbe83498739e-1dd7b53a {
    grid-column: span 1 / span 1;
  }

  #w-node-b0787ead-cef7-41fb-17d5-5e3026cab57c-1dd7b53a, #w-node-a019ba51-c124-ea96-c0f6-92c029fdf766-1dd7b53a, #w-node-fc6e0c28-7c1f-2fc8-3f37-e4a53a13f0b3-1dd7b53a, #w-node-b2c17ef1-e6a3-8b79-6c30-8e77a4f7ffd5-1dd7b53a {
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
  }

  #w-node-_30670062-6e52-bdb6-efea-dab052a1b20e-be52ff38 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d237758d-1292-f334-359c-d780420a576b-656cc86a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8c1cac10-0b9f-4c90-98e3-601923846d34-656cc86a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_76163203-8927-5a1c-bd50-2e28a8633169-a8633162 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_5bc3e1f5-8c77-d09e-d057-f31c3a3e9505-3a3e94fe, #w-node-ad97162f-79a4-8542-96fb-6a3d054093ea-054093e0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_1b237a63-0536-1b95-51de-d67721f5612a-21f56121 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ba117dfc-9985-f65d-7852-5fb6482056d4-cc65611c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-7fc8e008, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-7fc8e008, #w-node-_097f1496-9b94-475c-e8db-c6db9fd85c74-7fc8e008, #w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-16e08322, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-16e08322, #w-node-_097f1496-9b94-475c-e8db-c6db9fd85c74-16e08322, #w-node-_6dab955d-6bb9-e51c-ad75-e1153e8ff1bc-e2bc5cc0, #w-node-_07e11c47-17b9-a578-4b3e-236be7f6400b-e2bc5cc0, #w-node-dde5fd50-90ef-2109-235f-7a73a50cd375-a647648e, #w-node-_3adf2fbc-5040-2a5c-c111-dd483467696c-a647648e, #w-node-d915460c-4ba3-cda2-8217-02705e65100a-a647648e, #w-node-_2f0db3d8-c7ca-70f7-ca2f-749d4dc5f0b0-a647648e, #w-node-ee956847-0b77-5455-acab-fce0fca206d6-a647648e, #w-node-_86a94c59-4610-df52-9f96-01ca1d5ba1fa-a647648e, #w-node-_004d154e-f821-71a4-05b1-4924cc543620-a647648e, #w-node-_2e3d3eab-27e3-ab9d-1f69-bd3dc07701bc-a647648e, #w-node-a8d5cbde-eee5-4818-be41-22b9201435e4-a647648e, #w-node-_1d0eec43-3f47-f896-e90a-e5925040aad7-a647648e, #w-node-bdb9b013-0163-28be-4f86-04989b97170c-a647648e, #w-node-_67a75822-c825-bb02-3956-98f04738c066-a647648e, #w-node-c67e05f3-f3f2-ba97-6f24-b6cb436ccb0d-a647648e, #w-node-_272ca28c-af90-9ade-cdc5-ab63cfc9d8ea-a647648e, #w-node-_3976ed1b-546f-8c5e-2493-5f54b07dcab2-a647648e, #w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-4e7620cd, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-4e7620cd, #w-node-_097f1496-9b94-475c-e8db-c6db9fd85c74-4e7620cd, #w-node-_3a20bce7-65dd-e2d3-efad-a5fe9934282b-4e7620cd {
    grid-template-rows: auto;
    grid-template-columns: .3fr 1fr;
  }

  #w-node-_5841371f-191d-db5f-06af-4a3f1b273c01-d10b61f6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_04710813-1de9-d588-edca-646e31805136-d10b61f6, #w-node-d6823f89-9cf9-2caa-1cbd-307a62a009db-d10b61f6, #w-node-_975bd14f-2bfb-529b-4f39-233b41157bcc-6f78ea86 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-0ab198bb, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-0ab198bb, #w-node-_097f1496-9b94-475c-e8db-c6db9fd85c74-0ab198bb, #w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-04d406c0, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-04d406c0, #w-node-_097f1496-9b94-475c-e8db-c6db9fd85c74-04d406c0, #w-node-_6dab955d-6bb9-e51c-ad75-e1153e8ff1bc-26cdf46b, #w-node-_07e11c47-17b9-a578-4b3e-236be7f6400b-26cdf46b, #w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-9327f4cd, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-9327f4cd, #w-node-_097f1496-9b94-475c-e8db-c6db9fd85c74-9327f4cd, #w-node-_3a20bce7-65dd-e2d3-efad-a5fe9934282b-9327f4cd, #w-node-dde5fd50-90ef-2109-235f-7a73a50cd375-2cced38f, #w-node-_3adf2fbc-5040-2a5c-c111-dd483467696c-2cced38f, #w-node-d915460c-4ba3-cda2-8217-02705e65100a-2cced38f, #w-node-_2f0db3d8-c7ca-70f7-ca2f-749d4dc5f0b0-2cced38f, #w-node-ee956847-0b77-5455-acab-fce0fca206d6-2cced38f, #w-node-_86a94c59-4610-df52-9f96-01ca1d5ba1fa-2cced38f, #w-node-_004d154e-f821-71a4-05b1-4924cc543620-2cced38f, #w-node-_2e3d3eab-27e3-ab9d-1f69-bd3dc07701bc-2cced38f, #w-node-a8d5cbde-eee5-4818-be41-22b9201435e4-2cced38f, #w-node-_1d0eec43-3f47-f896-e90a-e5925040aad7-2cced38f, #w-node-bdb9b013-0163-28be-4f86-04989b97170c-2cced38f, #w-node-_67a75822-c825-bb02-3956-98f04738c066-2cced38f, #w-node-c67e05f3-f3f2-ba97-6f24-b6cb436ccb0d-2cced38f, #w-node-_272ca28c-af90-9ade-cdc5-ab63cfc9d8ea-2cced38f, #w-node-_3976ed1b-546f-8c5e-2493-5f54b07dcab2-2cced38f {
    grid-template-rows: auto;
    grid-template-columns: .3fr 1fr;
  }

  #w-node-_310a5fa0-98c3-604a-5dd9-ab669730a0b6-9730a0ae, #w-node-_0689e725-7737-614f-b88e-9d9cb769a8c0-b769a8b9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_9cbc8510-bd9c-86de-f6a1-7fa1caf8f6d0-f3c5da95 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_29fdfd69-cff0-82cf-1b9b-2e6ba12e6ea6-f3c5da95, #w-node-d1a2a493-8d4f-c9d4-22ff-32fbdce30680-f3c5da95, #w-node-e8e8ddb9-46ad-d195-807a-6fe70f4372f7-0f4372f0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-cc939d08, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-cc939d08, #w-node-_097f1496-9b94-475c-e8db-c6db9fd85c74-cc939d08, #w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-22a4a419, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-22a4a419, #w-node-_097f1496-9b94-475c-e8db-c6db9fd85c74-22a4a419, #w-node-_6dab955d-6bb9-e51c-ad75-e1153e8ff1bc-98b636f3, #w-node-_07e11c47-17b9-a578-4b3e-236be7f6400b-98b636f3, #w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-9a0df832, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-9a0df832, #w-node-_3a20bce7-65dd-e2d3-efad-a5fe9934282b-9a0df832, #w-node-dde5fd50-90ef-2109-235f-7a73a50cd375-0393c335, #w-node-_3adf2fbc-5040-2a5c-c111-dd483467696c-0393c335, #w-node-d915460c-4ba3-cda2-8217-02705e65100a-0393c335, #w-node-_2f0db3d8-c7ca-70f7-ca2f-749d4dc5f0b0-0393c335, #w-node-ee956847-0b77-5455-acab-fce0fca206d6-0393c335, #w-node-_86a94c59-4610-df52-9f96-01ca1d5ba1fa-0393c335, #w-node-_004d154e-f821-71a4-05b1-4924cc543620-0393c335, #w-node-_2e3d3eab-27e3-ab9d-1f69-bd3dc07701bc-0393c335, #w-node-a8d5cbde-eee5-4818-be41-22b9201435e4-0393c335, #w-node-bdb9b013-0163-28be-4f86-04989b97170c-0393c335, #w-node-_67a75822-c825-bb02-3956-98f04738c066-0393c335, #w-node-c67e05f3-f3f2-ba97-6f24-b6cb436ccb0d-0393c335, #w-node-_272ca28c-af90-9ade-cdc5-ab63cfc9d8ea-0393c335, #w-node-_3976ed1b-546f-8c5e-2493-5f54b07dcab2-0393c335 {
    grid-template-rows: auto;
    grid-template-columns: .3fr 1fr;
  }

  #w-node-_662e04de-b1d7-0b4f-44ce-2494db8a9cba-076903fc, #w-node-b99faccc-5071-89e8-91fb-d97e6355c703-6355c6fb, #w-node-_662e04de-b1d7-0b4f-44ce-2494db8a9cba-b117d0bc {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-acbbdd1d-fd8a-3d3c-543d-6962b692952a-d7911a56 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0ce51634-448b-8fd8-d263-2792d89c0069-1dd7b53a {
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr;
  }

  #w-node-_0ce51634-448b-8fd8-d263-2792d89c006a-1dd7b53a, #w-node-_0ce51634-448b-8fd8-d263-2792d89c0073-1dd7b53a {
    grid-column: span 1 / span 1;
  }

  #w-node-_40eb52be-4cd0-7ef7-6879-bbe83498739d-1dd7b53a {
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr;
  }

  #w-node-_40eb52be-4cd0-7ef7-6879-bbe83498739e-1dd7b53a, #w-node-_40eb52be-4cd0-7ef7-6879-bbe83498739f-1dd7b53a {
    grid-column: span 1 / span 1;
  }

  #w-node-b0787ead-cef7-41fb-17d5-5e3026cab57c-1dd7b53a {
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr;
  }

  #w-node-b0787ead-cef7-41fb-17d5-5e3026cab57d-1dd7b53a, #w-node-b0787ead-cef7-41fb-17d5-5e3026cab586-1dd7b53a {
    grid-column: span 1 / span 1;
  }

  #w-node-a019ba51-c124-ea96-c0f6-92c029fdf766-1dd7b53a {
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr;
  }

  #w-node-a019ba51-c124-ea96-c0f6-92c029fdf767-1dd7b53a, #w-node-a019ba51-c124-ea96-c0f6-92c029fdf771-1dd7b53a {
    grid-column: span 1 / span 1;
  }

  #w-node-fc6e0c28-7c1f-2fc8-3f37-e4a53a13f0b3-1dd7b53a {
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr;
  }

  #w-node-fc6e0c28-7c1f-2fc8-3f37-e4a53a13f0b4-1dd7b53a, #w-node-fc6e0c28-7c1f-2fc8-3f37-e4a53a13f0bc-1dd7b53a {
    grid-column: span 1 / span 1;
  }

  #w-node-b2c17ef1-e6a3-8b79-6c30-8e77a4f7ffd5-1dd7b53a {
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr;
  }

  #w-node-b2c17ef1-e6a3-8b79-6c30-8e77a4f7ffd6-1dd7b53a, #w-node-b2c17ef1-e6a3-8b79-6c30-8e77a4f7ffe1-1dd7b53a {
    grid-column: span 1 / span 1;
  }

  #w-node-_156cb8b7-dad8-013e-d1b9-50850a1991c9-1dd7b53a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_30670062-6e52-bdb6-efea-dab052a1b20e-be52ff38 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d237758d-1292-f334-359c-d780420a5742-656cc86a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8c1cac10-0b9f-4c90-98e3-601923846d34-656cc86a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_76163203-8927-5a1c-bd50-2e28a8633169-a8633162 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5bc3e1f5-8c77-d09e-d057-f31c3a3e9505-3a3e94fe, #w-node-ad97162f-79a4-8542-96fb-6a3d054093ea-054093e0, #w-node-_1b237a63-0536-1b95-51de-d67721f5612a-21f56121, #w-node-ba117dfc-9985-f65d-7852-5fb6482056d4-cc65611c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-7fc8e008, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-7fc8e008, #w-node-_097f1496-9b94-475c-e8db-c6db9fd85c74-7fc8e008, #w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-16e08322, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-16e08322, #w-node-_097f1496-9b94-475c-e8db-c6db9fd85c74-16e08322, #w-node-_6dab955d-6bb9-e51c-ad75-e1153e8ff1bc-e2bc5cc0, #w-node-_07e11c47-17b9-a578-4b3e-236be7f6400b-e2bc5cc0, #w-node-dde5fd50-90ef-2109-235f-7a73a50cd375-a647648e, #w-node-_3adf2fbc-5040-2a5c-c111-dd483467696c-a647648e, #w-node-d915460c-4ba3-cda2-8217-02705e65100a-a647648e, #w-node-_2f0db3d8-c7ca-70f7-ca2f-749d4dc5f0b0-a647648e, #w-node-ee956847-0b77-5455-acab-fce0fca206d6-a647648e, #w-node-_86a94c59-4610-df52-9f96-01ca1d5ba1fa-a647648e, #w-node-_004d154e-f821-71a4-05b1-4924cc543620-a647648e, #w-node-_2e3d3eab-27e3-ab9d-1f69-bd3dc07701bc-a647648e, #w-node-a8d5cbde-eee5-4818-be41-22b9201435e4-a647648e, #w-node-_1d0eec43-3f47-f896-e90a-e5925040aad7-a647648e, #w-node-bdb9b013-0163-28be-4f86-04989b97170c-a647648e, #w-node-_67a75822-c825-bb02-3956-98f04738c066-a647648e, #w-node-c67e05f3-f3f2-ba97-6f24-b6cb436ccb0d-a647648e, #w-node-_272ca28c-af90-9ade-cdc5-ab63cfc9d8ea-a647648e, #w-node-_3976ed1b-546f-8c5e-2493-5f54b07dcab2-a647648e, #w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-4e7620cd, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-4e7620cd, #w-node-_097f1496-9b94-475c-e8db-c6db9fd85c74-4e7620cd, #w-node-_3a20bce7-65dd-e2d3-efad-a5fe9934282b-4e7620cd {
    grid-template-rows: auto;
    grid-template-columns: auto;
  }

  #w-node-_307f4278-d3b9-7947-e152-29c4c983e438-d10b61f6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_04710813-1de9-d588-edca-646e31805136-d10b61f6, #w-node-d6823f89-9cf9-2caa-1cbd-307a62a009db-d10b61f6, #w-node-_975bd14f-2bfb-529b-4f39-233b41157bcc-6f78ea86 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-0ab198bb, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-0ab198bb, #w-node-_097f1496-9b94-475c-e8db-c6db9fd85c74-0ab198bb, #w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-04d406c0, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-04d406c0, #w-node-_097f1496-9b94-475c-e8db-c6db9fd85c74-04d406c0, #w-node-_6dab955d-6bb9-e51c-ad75-e1153e8ff1bc-26cdf46b, #w-node-_07e11c47-17b9-a578-4b3e-236be7f6400b-26cdf46b, #w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-9327f4cd, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-9327f4cd, #w-node-_097f1496-9b94-475c-e8db-c6db9fd85c74-9327f4cd, #w-node-_3a20bce7-65dd-e2d3-efad-a5fe9934282b-9327f4cd, #w-node-dde5fd50-90ef-2109-235f-7a73a50cd375-2cced38f, #w-node-_3adf2fbc-5040-2a5c-c111-dd483467696c-2cced38f, #w-node-d915460c-4ba3-cda2-8217-02705e65100a-2cced38f, #w-node-_2f0db3d8-c7ca-70f7-ca2f-749d4dc5f0b0-2cced38f, #w-node-ee956847-0b77-5455-acab-fce0fca206d6-2cced38f, #w-node-_86a94c59-4610-df52-9f96-01ca1d5ba1fa-2cced38f, #w-node-_004d154e-f821-71a4-05b1-4924cc543620-2cced38f, #w-node-_2e3d3eab-27e3-ab9d-1f69-bd3dc07701bc-2cced38f, #w-node-a8d5cbde-eee5-4818-be41-22b9201435e4-2cced38f, #w-node-_1d0eec43-3f47-f896-e90a-e5925040aad7-2cced38f, #w-node-bdb9b013-0163-28be-4f86-04989b97170c-2cced38f, #w-node-_67a75822-c825-bb02-3956-98f04738c066-2cced38f, #w-node-c67e05f3-f3f2-ba97-6f24-b6cb436ccb0d-2cced38f, #w-node-_272ca28c-af90-9ade-cdc5-ab63cfc9d8ea-2cced38f, #w-node-_3976ed1b-546f-8c5e-2493-5f54b07dcab2-2cced38f {
    grid-template-rows: auto;
    grid-template-columns: auto;
  }

  #w-node-_26076ef9-30c5-4637-70e7-4e6904da9a6f-d292cc9d, #w-node-_26076ef9-30c5-4637-70e7-4e6904da9a74-d292cc9d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_310a5fa0-98c3-604a-5dd9-ab669730a0b6-9730a0ae, #w-node-_0689e725-7737-614f-b88e-9d9cb769a8c0-b769a8b9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ebce1c20-1436-434e-782c-cfe98468f3f4-f3c5da95 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_29fdfd69-cff0-82cf-1b9b-2e6ba12e6ea6-f3c5da95, #w-node-d1a2a493-8d4f-c9d4-22ff-32fbdce30680-f3c5da95, #w-node-e8e8ddb9-46ad-d195-807a-6fe70f4372f7-0f4372f0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-cc939d08, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-cc939d08, #w-node-_097f1496-9b94-475c-e8db-c6db9fd85c74-cc939d08, #w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-22a4a419, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-22a4a419, #w-node-_097f1496-9b94-475c-e8db-c6db9fd85c74-22a4a419, #w-node-_6dab955d-6bb9-e51c-ad75-e1153e8ff1bc-98b636f3, #w-node-_07e11c47-17b9-a578-4b3e-236be7f6400b-98b636f3, #w-node-_9b6bb412-a3af-d39e-6fd2-dee44472b387-9a0df832, #w-node-c23a62dc-347f-506d-3db7-fbc1839fe35e-9a0df832, #w-node-_3a20bce7-65dd-e2d3-efad-a5fe9934282b-9a0df832, #w-node-dde5fd50-90ef-2109-235f-7a73a50cd375-0393c335, #w-node-_3adf2fbc-5040-2a5c-c111-dd483467696c-0393c335, #w-node-d915460c-4ba3-cda2-8217-02705e65100a-0393c335, #w-node-_2f0db3d8-c7ca-70f7-ca2f-749d4dc5f0b0-0393c335, #w-node-ee956847-0b77-5455-acab-fce0fca206d6-0393c335, #w-node-_86a94c59-4610-df52-9f96-01ca1d5ba1fa-0393c335, #w-node-_004d154e-f821-71a4-05b1-4924cc543620-0393c335, #w-node-_2e3d3eab-27e3-ab9d-1f69-bd3dc07701bc-0393c335, #w-node-a8d5cbde-eee5-4818-be41-22b9201435e4-0393c335, #w-node-bdb9b013-0163-28be-4f86-04989b97170c-0393c335, #w-node-_67a75822-c825-bb02-3956-98f04738c066-0393c335, #w-node-c67e05f3-f3f2-ba97-6f24-b6cb436ccb0d-0393c335, #w-node-_272ca28c-af90-9ade-cdc5-ab63cfc9d8ea-0393c335, #w-node-_3976ed1b-546f-8c5e-2493-5f54b07dcab2-0393c335 {
    grid-template-rows: auto;
    grid-template-columns: auto;
  }

  #w-node-acdfa244-010c-ccc1-24a1-59506a9e8589-918e7fce {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f9d1d3b5-6585-39cf-f4d9-d0a43bb7695b-918e7fce {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_662e04de-b1d7-0b4f-44ce-2494db8a9cba-076903fc {
    grid-template-rows: auto;
    grid-template-columns: auto;
  }

  #w-node-_07770f5e-26b4-bde2-fa7a-f6575b423784-076903fc {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b99faccc-5071-89e8-91fb-d97e6355c703-6355c6fb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_662e04de-b1d7-0b4f-44ce-2494db8a9cba-b117d0bc {
    grid-template-rows: auto;
    grid-template-columns: auto;
  }

  #w-node-_07770f5e-26b4-bde2-fa7a-f6575b423784-b117d0bc {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0c15ea4e-c9b0-5999-cfd9-f48d1227b326-d7911a56 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_0ce51634-448b-8fd8-d263-2792d89c006a-1dd7b53a {
    order: 2;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0ce51634-448b-8fd8-d263-2792d89c0073-1dd7b53a {
    order: 0;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_40eb52be-4cd0-7ef7-6879-bbe83498739e-1dd7b53a {
    order: 2;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_40eb52be-4cd0-7ef7-6879-bbe83498739f-1dd7b53a {
    order: 0;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b0787ead-cef7-41fb-17d5-5e3026cab57d-1dd7b53a {
    order: 2;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b0787ead-cef7-41fb-17d5-5e3026cab586-1dd7b53a {
    order: 0;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a019ba51-c124-ea96-c0f6-92c029fdf767-1dd7b53a {
    order: 2;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a019ba51-c124-ea96-c0f6-92c029fdf771-1dd7b53a {
    order: 0;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fc6e0c28-7c1f-2fc8-3f37-e4a53a13f0b4-1dd7b53a {
    order: 2;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fc6e0c28-7c1f-2fc8-3f37-e4a53a13f0bc-1dd7b53a {
    order: 0;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b2c17ef1-e6a3-8b79-6c30-8e77a4f7ffd6-1dd7b53a {
    order: 2;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b2c17ef1-e6a3-8b79-6c30-8e77a4f7ffe1-1dd7b53a {
    order: 0;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_156cb8b7-dad8-013e-d1b9-50850a1991c9-1dd7b53a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_30670062-6e52-bdb6-efea-dab052a1b20e-be52ff38 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}