@font-face {
  font-family: localJost;
  src: url('../fonts/Jost-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: localJost;
  src: url('../fonts/Jost-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: localJost;
  src: url('../fonts/Jost-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: localspacegrotesk;
  src: url('../fonts/SpaceGrotesk-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-color-10: #2828581a;
  --text-color-100: #131313;
  --primary-color: #282858;
  --text-color-75: #000000bf;
  --accent-color: #a7decf;
}

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

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

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

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

.nav-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  white-space: nowrap;
  word-break: keep-all;
  color: color-mix(in srgb, currentColor 75%, transparent);
  border-radius: 100rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: .5em .75em;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  background-color: color-mix(in srgb, currentColor 5%, transparent);
  color: inherit;
}

.nav-link.w--current, .nav-link.w--open {
  background-color: #0000;
}

.nav-menu-list-item {
  display: flex;
  margin-bottom: 0 !important;
}

.nav {
  z-index: 99;
  color: #282858;
  background-color: #2828581a;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 1rem;
  display: flex;
  position: relative;
}

.nav-menu {
  background-color: #0000;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.icon {
  color: #000;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.nav-menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

.nav-center {
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: static;
}

.nav-mobile-menu-button {
  color: inherit;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .5rem;
}

.nav-mobile-menu-button:hover {
  color: inherit;
}

.nav-mobile-menu-button.w--open {
  z-index: 2;
  background-color: #0000;
}

.nav-mobile-menu-button.w--open:hover {
  color: #fbf7f499;
}

.nav-logo {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: inherit;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.nav-logo:hover {
  color: color-mix(in srgb, currentColor 80%, transparent);
}

.logo {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  color: inherit;
  flex: none;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  text-decoration: none;
  display: block;
  overflow: clip;
}

.logo:hover {
  color: color-mix(in srgb, currentColor 80%, transparent);
}

.nav-container {
  background-color: #ddd0;
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding: 1.25rem 1rem;
  display: flex;
}

.up-button {
  z-index: 99;
  justify-content: flex-end;
  align-items: center;
  margin: 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.wrapper {
  height: 140px;
  overflow: hidden;
}

.scrolling-animation {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.text-mover {
  overflow: visible;
}

.lottie-animation {
  width: 100px;
}

.sliding-large-text {
  color: var(--primary-color-10);
  font-family: localspacegrotesk, Arial, sans-serif;
  font-size: 23.5rem;
  font-weight: 700;
}

.flex-layout {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.hero-sliding-bg {
  z-index: 1;
  font-family: Space Grotesk;
  font-weight: 700;
  display: flex;
  position: relative;
  inset: 4px 0% 167%;
  overflow: visible;
}

.logo-slider {
  flex: none;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  display: flex;
  overflow: hidden;
}

.youtube-div {
  aspect-ratio: auto;
  object-fit: fill;
  width: 70%;
  margin-top: 0;
  position: relative;
}

.youtube {
  z-index: 2;
  border: 12px #a4a4a4;
  border-radius: 1rem;
  overflow: hidden;
}

.div-block-16 {
  width: 100%;
}

.logo-slider-div {
  grid-column-gap: 73px;
  grid-row-gap: 73px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.logo-slider-10px {
  flex: none;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding: 0 10px;
  display: flex;
}

.image-7 {
  object-fit: fill;
  flex: none;
  position: static;
  overflow: visible;
}

.container-2 {
  background-color: var(--primary-color-10);
  border-radius: 1rem 1rem 0 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 0 1rem;
  padding: 4rem;
  display: flex;
}

.container-2.logo-slider {
  border-radius: 100rem;
  margin-top: 4rem;
  margin-left: 1rem;
  padding: 2rem 0;
  overflow: clip;
}

.grid-visual {
  filter: drop-shadow(2px 5px 7px #00000024);
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  overflow: hidden;
}

.grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: 10rem 10rem;
  grid-template-columns: .25fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  height: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.paragraph-2 {
  color: var(--text-color-100);
  font-family: localspacegrotesk, Arial, sans-serif;
}

.image-8 {
  width: 101%;
  display: block;
}

.navbar-text {
  color: var(--primary-color);
  font-family: localspacegrotesk, Arial, sans-serif;
}

.h4-heading-2 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: localJost, Arial, sans-serif;
  font-size: 1.41rem;
  font-weight: 400;
  line-height: 1.3em;
}

.h4-heading-2.text-centered {
  text-align: center;
  font-family: localJost, Arial, sans-serif;
}

.h4-heading-2.centered2 {
  text-align: center;
}

.div-block-18 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.h1-heading-2 {
  color: var(--primary-color);
  text-align: center;
  letter-spacing: -.01em;
  text-transform: uppercase;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: .3em;
  font-family: localJost, Arial, sans-serif;
  font-size: 7.9rem;
  font-weight: 700;
  line-height: 1.2em;
}

.h1-heading-2.gradient {
  -webkit-text-fill-color: transparent;
  background-color: #282858;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1.1em;
}

.main-section {
  color: #282858;
  background-color: #ffffff1a;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.main-section.accent-primary-section {
  color: #282858;
  background-color: #282858;
}

.main-section.utility-overflow-hidden.utility-overflow-clip {
  background-color: #fff;
  margin-top: -8rem;
  overflow: clip;
}

.about-section {
  color: #282858;
  background-color: #ffffff1a;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.about-section.colored-bg {
  background-color: #2828581a;
  height: 950px;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: .5rem;
  padding-bottom: 2rem;
}

.text-block-2 {
  text-align: center;
  font-family: localJost, Arial, sans-serif;
  font-size: 2.83rem;
  font-weight: 700;
  line-height: 3rem;
}

.divider {
  -webkit-text-stroke-width: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in srgb, currentColor 60%, transparent);
  align-self: stretch;
}

.h4-heading-3 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: localJost, Arial, sans-serif;
  font-size: 1.41rem;
  font-weight: 400;
  line-height: 1.3em;
}

.grid-visual-type1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  filter: drop-shadow(2px 5px 7px #00000024);
  grid-template-rows: 8rem 8rem 8rem;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: grid;
  overflow: visible;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.div-block-5 {
  background-color: #fff;
}

.divblock-2rem {
  background-color: #a7decf33;
  border-radius: 1.25rem;
  width: 85%;
}

.h2-heading-3 {
  color: var(--primary-color);
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: .35em;
  font-family: localJost, Arial, sans-serif;
  font-size: 2.83rem;
  font-weight: 400;
  line-height: 1.04em;
}

.arrow-2 {
  width: 100px;
  transform: rotate(-90deg);
}

.div-block-19 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.grid-text-copy {
  padding: 2rem;
}

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

.grid-visual-type2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  filter: drop-shadow(2px 5px 7px #00000024);
  grid-template-rows: 8rem 8rem 8rem;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: grid;
  overflow: visible;
}

.image-5 {
  box-sizing: content-box;
  object-fit: contain;
  order: 0;
  align-self: stretch;
  max-width: 300%;
  display: block;
  overflow: visible;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.tablet-1-column.grid-gap-lg {
  display: flex;
}

.track {
  height: 400vw;
  overflow: visible;
}

.frame {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: visible;
}

.item {
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 2rem;
  display: flex;
  overflow: visible;
}

.flex-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex-vertical.flex-gap-sm {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.div-block-7 {
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.paragraph-body {
  color: #000;
  font-family: localspacegrotesk, Arial, sans-serif;
}

.testimonials-grid {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  background-color: #fff0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  margin: .125rem;
  padding: 0;
  display: flex;
  overflow: visible;
}

.utility-margin-bottom-1rem {
  margin-bottom: 1rem;
}

.container-7 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.section-6 {
  color: #282858;
  background-color: #ffffff1a;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.utility-margin-bottom-1rem-2 {
  margin-bottom: 1rem;
  font-family: localspacegrotesk, Arial, sans-serif;
}

.card-body-2 {
  z-index: 1;
  flex-flow: column;
  height: 30%;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.card-2 {
  color: #282858;
  background-color: #0000;
  background-image: none;
  border-left: 1px solid #2828584d;
  flex-flow: column;
  width: 800px;
  padding: 1rem;
  font-family: Space Grotesk;
  list-style-type: none;
  overflow: hidden;
}

.utility-margin-bottom-2rem-2 {
  color: var(--text-color-75);
  margin-bottom: 2rem;
  font-family: localspacegrotesk, Arial, sans-serif;
}

.utility-margin-bottom-4rem {
  margin-bottom: 4rem;
}

.utility-margin-bottom-4rem.utility-text-align-center {
  text-align: center;
}

.container-8 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.utility-padding-all-1rem {
  padding: 1rem;
}

.paragraph-lg {
  color: var(--text-color-100);
  letter-spacing: 0;
  margin-bottom: .7em;
  font-family: localspacegrotesk, Arial, sans-serif;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.dropdown-icon {
  order: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
}

.accordion {
  background-color: color-mix(in srgb, currentColor 5%, transparent);
  border-radius: .25rem;
  width: 100%;
  margin-bottom: .5rem;
}

.accordion:hover {
  background-color: color-mix(in srgb, currentColor 8%, transparent);
}

.accordion.transparent-accordion {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in srgb, currentColor 40%, transparent);
  background-color: #0000;
  border-radius: 0;
  flex: 0 auto;
  margin-bottom: 0;
}

.accordion-content {
  background-color: #0000;
  padding: 0;
  position: static;
  overflow: hidden;
}

.accordion-content.w--open {
  position: relative;
}

.flex-horizontal-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-horizontal-3.y-center {
  align-items: center;
}

.flex-vertical-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.subheading-2 {
  color: var(--text-color-75);
  letter-spacing: 0;
  margin-bottom: 2rem;
  font-family: localspacegrotesk, Arial, sans-serif;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.container-9 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.card-body-3 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 30%;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.icon-large {
  color: #000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.form-div {
  background-color: #2828581a;
  border-radius: 1.25rem;
  flex: 1;
  margin: 0;
  padding: 2rem;
}

.button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #282858;
  background-image: none;
  border: 0 solid #0000;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-family: Space Grotesk;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button:hover {
  box-shadow: none;
  color: #282858;
  background-color: #1c1c40;
  border-color: #0000;
}

.button:active {
  box-shadow: none;
  background-color: #282858;
}

.button:focus {
  outline-offset: 2px;
  outline: 2px solid #282858;
}

.field-label {
  color: var(--primary-color);
  font-family: localspacegrotesk, Arial, sans-serif;
}

.div-block-9 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-top: 0;
  display: flex;
}

.h5-heading {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: .7em;
  font-family: localspacegrotesk, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
}

.container {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container.full-width-container {
  background-color: #59070800;
  width: 100%;
  max-width: none;
  padding-top: 4rem;
}

.h2-heading {
  color: var(--primary-color);
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: .35em;
  font-family: localJost, Arial, sans-serif;
  font-size: 2.83rem;
  font-weight: 400;
  line-height: 1.04em;
}

.h2-heading.kontakt {
  text-align: center;
}

.container-10 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
}

.footer-link {
  color: color-mix(in srgb, currentColor 60%, transparent);
  padding-top: .35em;
  padding-bottom: .35em;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
  color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration: underline;
}

.footer-link.footer-link-on-inverse {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #282858;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-link.footer-link-on-inverse:hover {
  color: #282858;
}

.icon-small {
  color: #000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.utility-margin-bottom-0 {
  margin-bottom: 0 !important;
}

.footer-icons-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.footer-icons-group.utility-margin-top-auto {
  color: #282858;
  position: relative;
  top: -6px;
}

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

.utility-screen-reader-visible-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.div-block-15 {
  width: 131px;
}

.nav-logo-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: inherit;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.nav-logo-2:hover {
  color: color-mix(in srgb, currentColor 80%, transparent);
}

.footer {
  color: #282858;
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer.inverse-footer {
  color: #fff;
  background-color: #2828581a;
  margin: 0 auto 2rem;
  padding: 2rem 1rem;
}

.paragraph {
  margin-bottom: .7em;
  font-family: localspacegrotesk, Arial, sans-serif;
  font-size: 1rem;
}

.logo-2 {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  color: inherit;
  flex: none;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  text-decoration: none;
  display: block;
  overflow: clip;
}

.logo-2:hover {
  color: color-mix(in srgb, currentColor 80%, transparent);
}

.grid-layout-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout-4.mobile-portrait-1-column.grid-gap-sm {
  place-items: center end;
}

.grid-layout-4.desktop-4-column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-layout-4.desktop-4-column.tablet-2-column.mobile-landscape-1-column.grid-gap-md {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-icon-link {
  opacity: .7;
  color: inherit;
  justify-content: center;
  align-items: center;
  padding: .35rem;
  display: inline-flex;
}

.div-block-12 {
  margin: 4rem 4rem 4rem 2rem;
  font-family: Space Grotesk;
}

.heading {
  font-family: localspacegrotesk, Arial, sans-serif;
  font-size: 44px;
}

.navbar-privacypolicy {
  z-index: 99;
  color: #282858;
  background-color: #2828581a;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 1rem;
  display: flex;
  position: relative;
}

.div-block-21 {
  text-align: center;
}

.rich-text-block {
  font-family: localspacegrotesk, Arial, sans-serif;
}

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

.grid-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: 10rem 10rem;
  grid-template-columns: .25fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  height: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.heading-2 {
  font-family: localspacegrotesk, Arial, sans-serif;
}

.image-5-copy {
  box-sizing: content-box;
  object-fit: fill;
  order: 0;
  align-self: stretch;
  max-width: 300%;
  display: block;
  overflow: visible;
}

.bold-text, .bold-text-2 {
  font-family: localspacegrotesk, Arial, sans-serif;
}

.container-10-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.paragraph-copy {
  margin-bottom: .7em;
  font-family: localspacegrotesk, Arial, sans-serif;
  font-size: 1rem;
}

.divblock-2rem-copy {
  background-color: #a7decf33;
  border-radius: 1.25rem;
  width: 100%;
}

.div-block-7-copy {
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.image-9-copy {
  max-width: 100%;
}

.container-10-copy {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
}

.div-block-22 {
  background-color: #f3f3f3;
  height: 3px;
}

.container-10-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.paragraph-copy-copy {
  color: var(--primary-color);
  margin-bottom: .7em;
  padding-top: .35rem;
  font-family: localspacegrotesk, Arial, sans-serif;
  font-size: 1rem;
}

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

.textarea {
  resize: none;
  height: auto;
  padding-bottom: 50px;
}

.field-label-2, .field-label-3, .text-block-7, .heading-3, .paragraph-3, .heading-4, .heading-5, .paragraph-4, .heading-6 {
  font-family: localspacegrotesk, Arial, sans-serif;
}

.mein-video {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: static;
  top: 0;
  left: 0;
}

@media screen and (max-width: 991px) {
  .nav-link {
    justify-content: space-between;
    align-items: center;
    font-size: 1.13rem;
  }

  .nav-link:hover {
    color: #000;
    background-color: color-mix(in srgb, currentColor 0%, transparent);
  }

  .nav-link.w--current:hover, .nav-link.w--open {
    background-color: #0000;
  }

  .nav-menu-list-item {
    flex-flow: column;
    margin-bottom: 0;
  }

  .nav {
    height: auto;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: .5rem;
    height: auto;
    max-height: calc(100dvh - 10rem);
    padding: 1rem;
    position: absolute;
    top: 100%;
    overflow: auto;
    box-shadow: 0 4px 8px #0000001a;
  }

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

  .nav-mobile-menu-button {
    color: inherit;
    background-color: #0000;
    align-self: center;
  }

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

  .nav-mobile-menu-button.w--open:hover {
    color: #000;
  }

  .youtube-div {
    width: 100%;
  }

  .grid-visual {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    height: 100%;
    margin-top: -2rem;
  }

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

  .image-8 {
    position: relative;
    top: 10px;
  }

  .h4-heading-2 {
    font-size: 1.27rem;
  }

  .h1-heading-2 {
    font-size: 4.52rem;
  }

  .main-section, .about-section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .about-section.colored-bg {
    height: 1000px;
  }

  .h4-heading-3 {
    font-size: 1.27rem;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .h2-heading-3 {
    font-size: 1.8rem;
  }

  .arrow-2 {
    transform: rotate(0);
  }

  .grid-layout.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .track {
    height: auto;
  }

  .frame {
    flex-flow: column;
  }

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

  .card-body-2 {
    padding: 2rem;
  }

  .paragraph-lg {
    font-size: 1.13rem;
  }

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

  .subheading-2 {
    font-size: 1.13rem;
  }

  .card-body-3 {
    padding: 2rem;
  }

  .h5-heading {
    font-size: 1rem;
  }

  .h2-heading {
    font-size: 1.8rem;
  }

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

  .footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .paragraph {
    font-size: 1rem;
  }

  .navbar-privacypolicy {
    height: auto;
  }

  .grid-copy {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    height: 100%;
    margin-top: 14.3rem;
  }

  .image-5-copy {
    padding-left: 149px;
  }

  .paragraph-copy, .paragraph-copy-copy {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu-list-item {
    margin-bottom: 0;
  }

  .youtube-div {
    width: 120%;
  }

  .grid-text {
    margin-top: 0;
  }

  .grid-visual {
    width: auto;
  }

  .grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: 10rem 10rem;
    grid-template-columns: .25fr;
    height: auto;
  }

  .paragraph-2 {
    width: auto;
    font-size: 13px;
  }

  .image-8 {
    width: auto;
    margin-top: 0;
    position: static;
  }

  .h4-heading-2 {
    font-size: 1.15rem;
  }

  .h1-heading-2 {
    font-size: 3.62rem;
  }

  .main-section, .about-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .about-section.colored-bg {
    height: auto;
  }

  .h4-heading-3 {
    font-size: 1.15rem;
  }

  .camera {
    width: auto;
    height: auto;
  }

  .divblock-2rem {
    width: auto;
  }

  .h2-heading-3 {
    font-size: 1.81rem;
  }

  .gridslider {
    grid-template-rows: 8rem;
    grid-template-columns: 1fr;
  }

  .image-5 {
    object-fit: cover;
  }

  .track {
    height: auto;
    overflow: auto;
  }

  .frame {
    height: auto;
  }

  .item {
    width: auto;
    height: auto;
  }

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

  .card-body-2 {
    padding: 1.5rem;
  }

  .utility-margin-bottom-2rem-2 {
    margin-bottom: 1rem;
  }

  .utility-margin-bottom-4rem {
    margin-bottom: 2rem;
  }

  .paragraph-lg, .subheading-2 {
    font-size: 1.1rem;
  }

  .card-body-3 {
    padding: 1.5rem;
  }

  .h5-heading {
    font-size: 12px;
  }

  .container {
    width: auto;
  }

  .h2-heading {
    font-size: 1.81rem;
  }

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

  .paragraph {
    font-size: 1rem;
  }

  .heading {
    font-size: 32px;
  }

  .link {
    font-size: 12px;
  }

  .grid-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 10rem 10rem;
    grid-template-columns: .25fr;
    height: auto;
    margin-top: -2rem;
  }

  .text-block-6 {
    font-size: 12px;
  }

  .bold-text, .bold-text-2 {
    font-size: 11.5px;
  }

  .paragraph-copy {
    font-size: 1rem;
  }

  .divblock-2rem-copy {
    width: auto;
  }

  .paragraph-copy-copy {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu-list-item {
    margin-bottom: 0;
  }

  .nav-center {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .nav-mobile-menu-button.w--open, .logo {
    color: inherit;
  }

  .scrolling-animation {
    margin-top: 0;
  }

  .flex-layout {
    width: 300px;
  }

  .hero-sliding-bg {
    font-family: localspacegrotesk, Arial, sans-serif;
  }

  .youtube-div {
    width: 140%;
    margin-top: 0;
  }

  .youtube {
    width: auto;
  }

  .container-2 {
    height: 20px;
    padding-top: 7rem;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-auto-flow: row;
    margin-top: 4rem;
    margin-bottom: -2rem;
    display: flex;
  }

  .paragraph-2 {
    width: auto;
  }

  .h4-heading-2 {
    font-size: 1.03rem;
  }

  .div-block-18 {
    width: auto;
  }

  .h1-heading-2 {
    font-size: 2.7rem;
  }

  .main-section, .about-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .about-section.colored-bg {
    height: auto;
  }

  .h4-heading-3 {
    font-size: 1.03rem;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: hidden;
  }

  .divblock-2rem {
    width: 100%;
  }

  .h2-heading-3 {
    font-size: 1.45rem;
  }

  .arrow-2 {
    transform: rotate(0);
  }

  .gridslider {
    grid-template-rows: 8rem;
    grid-template-columns: 1fr;
    width: 270px;
    height: auto;
  }

  .grid-visual-type2 {
    grid-template-rows: 8rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: center stretch;
  }

  .image-5 {
    padding-right: 0;
  }

  .track {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    width: auto;
    height: auto;
    overflow: hidden;
  }

  .frame {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 4rem;
  }

  .item {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
  }

  .div-block-7 {
    width: 100%;
  }

  .div-block-7.komisches-bild {
    width: 70%;
  }

  .testimonials-grid {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .card-body-2 {
    padding: 1.5rem;
  }

  .card-2 {
    width: 300px;
  }

  .paragraph-lg {
    font-size: .9rem;
  }

  .subheading-2 {
    font-size: 1.1rem;
  }

  .card-body-3 {
    padding: 1.5rem;
  }

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

  .button {
    white-space: nowrap;
  }

  .div-block-9 {
    width: 100%;
  }

  .h5-heading {
    font-size: 1rem;
  }

  .container.full-width-container {
    width: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .h2-heading {
    margin-top: 10px;
    font-size: 1.45rem;
  }

  .container-10 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-link.footer-link-on-inverse {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

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

  .footer-icons-group {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .nav-left-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-15 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-logo-2.w--current {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 1rem;
    display: flex;
  }

  .logo-2 {
    color: inherit;
  }

  .grid-layout-4.mobile-portrait-1-column {
    grid-template-columns: 1fr;
  }

  .grid-layout-4.desktop-4-column.tablet-2-column.mobile-landscape-1-column.grid-gap-md {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-12 {
    width: 300px;
    margin-left: .8rem;
  }

  .heading {
    font-size: 28px;
  }

  .grid-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-auto-flow: row;
    margin-top: 4rem;
    margin-bottom: -2rem;
    display: flex;
  }

  .heading-2 {
    font-size: 28px;
  }

  .image-5-copy {
    padding-left: 155px;
    padding-right: 0;
  }

  .container-10-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 15px;
    display: flex;
  }

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

  .paragraph-copy {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    font-size: 1rem;
    display: flex;
  }

  .divblock-2rem-copy {
    width: 100%;
  }

  .image-9-copy {
    text-align: left;
  }

  .container-10-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-22 {
    width: 100%;
  }

  .container-10-copy-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 15px;
    display: flex;
  }

  .paragraph-copy-copy {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    font-size: 1rem;
    display: flex;
  }

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

#w-node-ee44187b-14bf-6de1-2ae0-7a2717b1dedd-8a754fbf {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c4d9d705-8707-0c22-4f2a-2f4637c1d514-8a754fbf {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c4d9d705-8707-0c22-4f2a-2f4637c1d51b-8a754fbf, #w-node-c4d9d705-8707-0c22-4f2a-2f4637c1d51e-8a754fbf {
  grid-area: span 2 / span 2 / span 2 / span 2;
  justify-self: auto;
}

#w-node-c4d9d705-8707-0c22-4f2a-2f4637c1d520-8a754fbf {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_2e34e42b-9483-6816-6062-46dd74c27cd4-f6462ac3.w-node-_49f7d899-3e78-9905-a5df-fc776196f4d0-8a754fbf, #w-node-_14635419-c07f-7b15-ec61-cc15d333db08-f6462ac3.w-node-_49f7d899-3e78-9905-a5df-fc776196f4d6-8a754fbf, #w-node-dc1a308d-62b0-dafa-44eb-4b40c9bff280-f6462ac3.w-node-_49f7d899-3e78-9905-a5df-fc776196f4dc-8a754fbf, #w-node-_675332fe-972c-450c-d9f5-dd2a3dc8d8c5-f6462ac3.w-node-_49f7d899-3e78-9905-a5df-fc776196f4e2-8a754fbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49f7d899-3e78-9905-a5df-fc776196f4ea-8a754fbf {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_49f7d899-3e78-9905-a5df-fc776196f4eb-8a754fbf {
  grid-area: 1 / 2 / 5 / 3;
  place-self: auto start;
}

#w-node-_49f7d899-3e78-9905-a5df-fc776196f4ed-8a754fbf {
  grid-area: 1 / 1 / 3 / 2;
  place-self: auto;
}

#w-node-_49f7d899-3e78-9905-a5df-fc776196f4ef-8a754fbf {
  grid-area: 3 / 1 / 5 / 2;
  place-self: auto start;
}

#w-node-_49f7d899-3e78-9905-a5df-fc776196f4f1-8a754fbf {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_49f7d899-3e78-9905-a5df-fc776196f4fb-8a754fbf {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_49f7d899-3e78-9905-a5df-fc776196f4fc-8a754fbf {
  grid-area: 1 / 1 / 5 / 3;
  place-self: auto start;
}

#w-node-_49f7d899-3e78-9905-a5df-fc776196f4fe-8a754fbf {
  grid-area: 1 / 1 / 3 / 2;
  place-self: auto;
}

#w-node-_49f7d899-3e78-9905-a5df-fc776196f500-8a754fbf {
  grid-area: 3 / 2 / 5 / 3;
  place-self: auto start;
}

#w-node-_49f7d899-3e78-9905-a5df-fc776196f502-8a754fbf {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_49f7d899-3e78-9905-a5df-fc776196f50c-8a754fbf {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_49f7d899-3e78-9905-a5df-fc776196f50d-8a754fbf {
  grid-area: 1 / 1 / 4 / 2;
  place-self: auto;
}

#w-node-_49f7d899-3e78-9905-a5df-fc776196f50f-8a754fbf {
  grid-area: 3 / 2 / 5 / 3;
  place-self: auto start;
}

#w-node-_49f7d899-3e78-9905-a5df-fc776196f511-8a754fbf {
  grid-area: 3 / 1 / 5 / 3;
  place-self: auto start;
}

#w-node-_49f7d899-3e78-9905-a5df-fc776196f513-8a754fbf {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_49f7d899-3e78-9905-a5df-fc776196f518-8a754fbf {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_94c60d0f-fc8c-0133-2380-12dba925c020-6b264ea8.w-node-_9614f78f-900d-ae8b-e0e8-4053c89d7b63-8a754fbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94c60d0f-fc8c-0133-2380-12dba925c038-6b264ea8.w-node-_9614f78f-900d-ae8b-e0e8-4053c89d7b6e-8a754fbf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_686aafad-4ad6-d604-e192-54da9351d83f-9351d813.w-node-_6fca59c0-d758-f521-b46c-9d9128f37c14-28f37c07, #w-node-_686aafad-4ad6-d604-e192-54da9351d83f-9351d813.w-node-_6fca59c0-d758-f521-b46c-9d9128f37c17-28f37c07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b35a35a-6825-701b-7465-a7558e90304e-9351d813.w-node-_6fca59c0-d758-f521-b46c-9d9128f37c1a-28f37c07, #w-node-_6fca59c0-d758-f521-b46c-9d9128f37c1b-28f37c07 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_686aafad-4ad6-d604-e192-54da9351d83f-9351d813.w-node-_6b66c8c1-575e-695a-7ebe-9ed8a317a56c-28f37c07 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_2e34e42b-9483-6816-6062-46dd74c27cd2-f6462ac3.w-node-_49f7d899-3e78-9905-a5df-fc776196f4ce-8a754fbf {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c4d9d705-8707-0c22-4f2a-2f4637c1d514-8a754fbf {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-c4d9d705-8707-0c22-4f2a-2f4637c1d51e-8a754fbf {
    grid-area: span 2 / span 2 / span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_49f7d899-3e78-9905-a5df-fc776196f4eb-8a754fbf {
    grid-area: 1 / 2 / 4 / 3;
    place-self: auto start;
  }

  #w-node-_49f7d899-3e78-9905-a5df-fc776196f4ed-8a754fbf {
    grid-area: 1 / 1 / 4 / 2;
    place-self: auto;
  }

  #w-node-_686aafad-4ad6-d604-e192-54da9351d83f-9351d813.w-node-_6fca59c0-d758-f521-b46c-9d9128f37c14-28f37c07, #w-node-_686aafad-4ad6-d604-e192-54da9351d83f-9351d813.w-node-_6fca59c0-d758-f521-b46c-9d9128f37c17-28f37c07, #w-node-_4b35a35a-6825-701b-7465-a7558e90304e-9351d813.w-node-_6fca59c0-d758-f521-b46c-9d9128f37c1a-28f37c07 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_49f7d899-3e78-9905-a5df-fc776196f50d-8a754fbf {
    grid-area: 1 / 1 / 4 / 2;
    place-self: auto;
  }
}


@font-face {
  font-family: 'localJost';
  src: url('../fonts/Jost-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'localJost';
  src: url('../fonts/Jost-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'localJost';
  src: url('../fonts/Jost-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'localJost';
  src: url('../fonts/Jost-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'localspacegrotesk';
  src: url('../fonts/SpaceGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'localspacegrotesk';
  src: url('../fonts/SpaceGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}