@font-face {
  font-family: Stolzl;
  src: url('../fonts/Stolzl-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Stolzl;
  src: url('../fonts/Stolzl-Thin.woff') format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

body {
  color: #000;
  font-family: Stolzl, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  color: #000;
  background-color: #f5f5f5;
  margin-left: 0;
  margin-right: 0;
  font-family: Stolzl, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  text-decoration: none;
}

.nav {
  z-index: 5;
  background-color: #0000;
  width: auto;
  max-width: none;
  height: 3rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0 2.5rem;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.home-hero-section {
  justify-content: center;
  align-items: center;
  height: auto;
  display: block;
}

.main-wrapper {
  overflow: clip;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.home-hero-component {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: relative;
}

.home-hero-bg-image-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: clip;
}

.home-hero-bg-image {
  z-index: 1;
  width: 100%;
  height: 115%;
  position: absolute;
  inset: 0;
}

.home-hero-overlay {
  z-index: 1;
  position: absolute;
  inset: 0;
}

._12col-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  display: grid;
}

._12col-grid.home-hero-top {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  max-width: none;
  margin-top: 8rem;
  display: grid;
  position: relative;
}

._12col-grid.nav-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center start;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

._12col-grid.services-item-grid {
  grid-row-gap: 4rem;
}

._12col-grid.about-hero {
  place-items: center start;
}

._12col-grid.process-top {
  place-items: start;
  width: auto;
  max-width: none;
  height: auto;
}

._12col-grid.process-item {
  place-items: start;
  width: auto;
  max-width: none;
  height: auto;
  padding-bottom: 2rem;
  position: relative;
  overflow: visible;
}

._12col-grid.values-main {
  place-items: stretch stretch;
  width: auto;
  max-width: none;
  height: auto;
  margin-top: 4rem;
}

.mainh1 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.3;
}

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

.text-size-medium {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
}

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

.text-size-medium.black-text.callcta-text {
  text-align: left;
}

.big-studio-name-text {
  letter-spacing: -13px;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 18rem;
  font-weight: 500;
  display: flex;
  overflow: clip;
}

.big-studio-name-text.footer {
  color: #000;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.studio-name-letter {
  color: #fff;
  font-size: 18vw;
  line-height: .8;
}

.studio-name-letter.absolute {
  position: absolute;
  top: 100%;
}

.studio-name-letter.absolute2 {
  position: absolute;
  top: 200%;
}

.home-hero-showreel-wrap {
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 20vh;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 1.25rem;
}

.home-hero-showreel-trigger {
  min-height: 100vh;
  margin-top: -3rem;
}

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

.padding-vertical {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-vertical.padding-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.logos-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: #000;
  font-size: 1rem;
  line-height: 1.3;
}

.logos-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.logo-item {
  background-color: #fff;
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem;
  display: flex;
}

.logo-item._1, .logo-item._2, .logo-item._3, .logo-item._4, .logo-item._5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.home-work-top {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 4.5rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.heading-wrap {
  position: relative;
}

.heading-xlarge {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 500;
  line-height: .9;
}

.heading-xlarge.service-trigger-heading {
  font-size: 5rem;
}

.home-work-number-text {
  color: #000;
  font-size: 1rem;
  line-height: 1.3;
  position: absolute;
  top: 1.2rem;
  right: -2.4rem;
}

.link-with-underline {
  color: #000;
  background-color: #0000;
  height: auto;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 1rem;
  line-height: 1.3;
  text-decoration: none;
  position: relative;
  inset: auto;
  overflow: clip;
}

.link-with-underline.white {
  z-index: 2;
  color: #fff;
}

.link-underline {
  background-color: #1c1c1c;
  height: 1px;
  padding-bottom: 0;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.divider-line {
  color: #000;
  background-color: #0000001a;
  height: 1px;
  padding-bottom: 0;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.divider-line.top {
  top: 0%;
  bottom: auto;
}

.work-cms-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-cms-item {
  text-decoration: none;
}

.work-item-details {
  justify-content: space-between;
  align-items: center;
  margin-bottom: .75rem;
  display: flex;
}

.work-item {
  width: 100%;
  text-decoration: none;
}

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

.dot {
  background-color: #000;
  border-radius: 100%;
  flex: none;
  width: 5px;
  height: 5px;
}

.work-item-name-wrap {
  position: relative;
  overflow: clip;
}

.h3-work-item-name-text.heading-xsmall {
  color: #000;
  letter-spacing: -.25px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  display: block;
}

.work-item-name-text.heading-xsmall.absolute {
  color: #000;
  font-size: 1rem;
  line-height: 1.3;
  display: block;
  position: absolute;
}

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

.text-size-small {
  color: #000;
  font-size: .88rem;
}

.scroll-image-wrap {
  position: relative;
  overflow: clip;
}

.scroll-image-wrap.values-image {
  filter: blur(0%);
  width: 19rem;
  height: 11rem;
}

.scroll-image {
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 100%;
}

.scroll-image-overlay {
  background-color: #f5f5f5;
  display: none;
  position: absolute;
  inset: 0%;
}

.showreel-text {
  z-index: 3;
  pointer-events: none;
  color: #fff;
  cursor: pointer;
  position: relative;
}

.home-hero-showreel-lightbox {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-hero-showreel-bg-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.showreel-overlay {
  z-index: 1;
  background-color: #0006;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-about-component {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-logo {
  justify-content: center;
  align-items: center;
  width: 4.7rem;
  display: flex;
  position: relative;
}

.nav-logo.w--current {
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
}

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

.nav-link {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding: .25rem;
  font-size: 1rem;
  line-height: 1.3;
  display: block;
  position: relative;
}

.nav-link.kontakt {
  display: none;
}

.home-about-image-wrap {
  width: 45%;
}

.home-about-image1 {
  object-fit: cover;
  width: 75%;
  height: 18.75rem;
  overflow: clip;
}

.home-about-image2 {
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: cover;
  width: 40%;
  height: 10.94rem;
  margin-top: 2rem;
  overflow: clip;
}

.home-about-image3 {
  object-fit: cover;
  width: 45%;
  height: 14rem;
  margin-top: -70%;
  margin-left: 45%;
}

.home-about-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  padding-bottom: 0;
  display: flex;
}

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

.heading.home-callcta-heading {
  font-weight: 500;
}

.heading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
}

.heading-small.faq-heading-small {
  font-weight: 500;
}

.services-items-wrap {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  display: flex;
}

.services-item {
  padding-top: 1rem;
  padding-bottom: 2rem;
  position: relative;
}

.services-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.overflow-hidden {
  overflow: clip;
}

.split-heading-wrap1 {
  justify-content: center;
  align-items: center;
  padding-bottom: .8rem;
  padding-right: .3em;
}

.split-heading-wrap1.faq-split {
  padding-bottom: 0;
}

.service-item-icon {
  flex: none;
  width: 2.38rem;
  height: 2.38rem;
}

.services-item-open {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: clip;
}

.services-item-image-wrap {
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  display: flex;
}

.services-item-image {
  z-index: 1;
  border: 2px solid #000;
  flex: none;
  width: 8rem;
  height: 6.5rem;
  position: relative;
}

.services-item-image._2 {
  margin-top: 1.5rem;
  margin-left: -6rem;
}

.services-item-image._3 {
  margin-top: 3rem;
  margin-left: -6rem;
}

.services-item-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 32.5rem;
  display: flex;
}

.testimonial-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.testimonial-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.testimonial-item {
  background-color: #fff;
  border-radius: .5rem;
  margin-left: 0;
  margin-right: 0;
  padding: 2rem 1rem;
}

.testimonial-logo {
  filter: brightness(0%);
  object-fit: cover;
  width: 10rem;
  margin-bottom: 3rem;
}

.testimonial-person {
  grid-column-gap: .6rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1rem;
  display: flex;
  position: relative;
}

.testimonial-divider-line {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.testimonial-person-image {
  border: 2px #000;
  border-radius: 25px;
  flex: none;
  width: 3rem;
  height: 3rem;
}

.margin-bottom.margin-xxsmall {
  margin-bottom: .25rem;
}

.margin-bottom.margin-xsmall {
  margin-bottom: .5rem;
}

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

.cta-component {
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 5rem;
  padding-right: 0;
  display: flex;
}

.cta-left {
  grid-column-gap: 14rem;
  grid-row-gap: 14rem;
  color: #fff;
  cursor: pointer;
  background-image: url('../images/pexels-visual-tag-mx-1321732-2566581_1.webp');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 49.5%;
  padding: 2rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta-left-heading {
  z-index: 2;
  letter-spacing: -1.5px;
  max-width: 18rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.text-block-3 {
  letter-spacing: 0;
  line-height: 1;
}

.cta-left-overlay {
  position: absolute;
  inset: 0%;
}

.cta-right {
  grid-column-gap: 14rem;
  grid-row-gap: 14rem;
  color: #fff;
  letter-spacing: -1.5px;
  -webkit-text-stroke-color: white;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 49.5%;
  padding: 2rem 1.5rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta-workimage-col-wrap {
  background-color: #000;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.cta-workimage-col {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32.6%;
  display: flex;
  overflow: clip;
}

.cta-workimage-col._2 {
  margin-top: -4rem;
}

.cta-workimage {
  object-fit: cover;
  width: 140%;
  max-width: none;
  margin-left: -20%;
}

.about-cta-image-overlay {
  background-color: #0009;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.scroll-wrap {
  position: relative;
  overflow: clip;
}

.scroll-trigger {
  pointer-events: none;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer {
  background-color: #fff;
}

.footer-inside {
  padding-top: 3.5rem;
  padding-bottom: 1.8rem;
}

.footer-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15rem;
  display: flex;
}

.text-block-4 {
  letter-spacing: -13px;
  font-size: 18vw;
  font-weight: 500;
  line-height: .8;
}

.footer-links-col-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.footer-links-col {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: #000;
  padding: .25rem;
  line-height: 1;
  text-decoration: none;
  transition: color .2s;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-right: 0;
  display: flex;
  position: relative;
}

.footer-bottom-text {
  color: #0009;
  width: 30%;
  font-size: .9rem;
}

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

.social-icons-wrap {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-social-icon {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 1.7rem;
  height: 1.7rem;
  transition: transform .2s;
  display: flex;
}

.nav-socials-wrap {
  display: none;
}

.scroll-top {
  pointer-events: auto;
  margin-bottom: 2.5rem;
  margin-right: 2.5rem;
  position: static;
}

.scroll-top-wrapper {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.lottie-animation-2 {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0;
  margin-right: 0;
}

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

.studio-name-letter-wrap-3, .studio-name-letter-wrap-4, .studio-name-letter-wrap-5, .studio-name-letter-wrap-6 {
  position: relative;
}

.page-wrapper {
  overflow: clip;
}

.loader {
  z-index: 999999999;
  opacity: 0;
  pointer-events: none;
  background-color: #95b;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: auto;
  max-width: 20rem;
  display: flex;
}

.about-hero-component {
  padding-top: 4rem;
  padding-bottom: 0;
}

.heading-large {
  color: #000;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.heading-large.faq-heading {
  text-align: center;
}

.about-hero-image-wrap {
  object-fit: contain;
  width: 9rem;
  height: 11rem;
  margin-bottom: -.8em;
  position: relative;
  overflow: clip;
}

.about-image-wrap {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-hero-image-overlay {
  background-color: #f5f5f5;
  display: none;
  position: absolute;
  inset: 0%;
}

.about-hero-heading-span {
  margin-left: 3.3em;
}

.process-item-wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  margin-top: 6rem;
  display: flex;
}

.parallax-image-wrap {
  width: 100%;
  height: 38rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
  overflow: clip;
}

.parallax-image {
  object-fit: cover;
  width: 100%;
  height: 115%;
}

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

.stats-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem 1rem 2rem;
  display: flex;
  position: relative;
}

.stats-item-bottom {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 12.5rem;
  display: flex;
}

.stats-bg-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.scroll-top-point {
  position: absolute;
  inset: 0% 0% auto;
}

.values-image-text-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.values-pointers-wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.values-item {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.values-item-number-wrap {
  grid-column-gap: 9.38rem;
  grid-row-gap: 9.38rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-size-large {
  letter-spacing: -1.5px;
  font-size: 2rem;
}

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

.logo-item-img {
  filter: contrast(200%);
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.projekte-heading {
  color: #000;
  letter-spacing: -5px;
  margin-bottom: 3rem;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 6rem;
  font-weight: 500;
  line-height: .9;
}

.split-heading-wrap2 {
  padding-bottom: .8rem;
}

.padding-top {
  padding-top: 5rem;
  padding-bottom: 0;
}

.projektecms-hero-component {
  padding-top: 3rem;
  padding-bottom: 0;
}

.projektecms-hero-top {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.projektecms-hero-heading {
  letter-spacing: -5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 500;
  line-height: .9;
}

.projektecms-hero-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.projektecms-details-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.liveview-link.large-text {
  color: #000;
  letter-spacing: 0;
  font-size: 1.3rem;
  text-decoration: none;
  position: relative;
  overflow: clip;
}

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

.projekte-images-section {
  display: none;
}

.projekte-images-top-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-image {
  object-fit: cover;
  width: 100%;
  height: 32px;
}

.full-width-work-image {
  object-fit: cover;
  width: 100%;
  height: 45px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.projekte-images-bottom-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.utility-page-heading1 {
  letter-spacing: -5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 500;
  line-height: .9;
}

.utlity-page-heading3 {
  letter-spacing: -1.5px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}

.margin-top.margin-small {
  margin-top: 1rem;
}

.utility-page-button {
  color: #000;
  background-color: #000;
  width: 100%;
  padding: .75rem 15px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
}

.utlity-page-button-text {
  color: #fff;
  font-weight: 400;
}

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

.submit-button {
  background-color: #000;
}

.impressum-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.3;
}

.rich-text-block {
  margin-top: 1.5rem;
  font-size: 1rem;
  text-decoration: none;
}

.datenschutz-heading, .agb-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.3;
}

.home-callcta-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.cta-button {
  color: #fff;
  background-color: #95b;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 3rem;
  text-decoration: none;
  display: flex;
}

.faq-item-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 2rem;
  display: flex;
}

.faq-item {
  background-color: #fff;
  border-radius: .5rem;
  padding: 1rem;
}

.faq-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.faq-item-open {
  overflow: clip;
}

.faq-item-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-item-icon {
  width: 1.7rem;
  height: 1.7rem;
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  ._12col-grid.home-hero-top {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 8rem;
  }

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

  ._12col-grid.services-item-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

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

  ._12col-grid.process-top, ._12col-grid.process-item, ._12col-grid.values-main {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .big-studio-name-text {
    letter-spacing: -10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 18vw;
    line-height: .8;
    display: flex;
  }

  .padding-vertical {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .link-with-underline.navbar {
    display: none;
  }

  .home-about-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .nav-logo.w--current {
    z-index: 3;
  }

  .nav-menu {
    background-color: #95b;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    max-width: none;
    height: auto;
    padding-top: 4.5rem;
    padding-bottom: 1.7rem;
    padding-left: 2.5rem;
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-link {
    z-index: 3;
    color: #fff;
    text-align: left;
    letter-spacing: -1px;
    padding-left: 0;
    padding-right: .25rem;
    font-size: 2rem;
    line-height: 1;
  }

  .nav-link.kontakt {
    display: block;
  }

  .home-about-image-wrap {
    width: 80%;
  }

  .home-about-content {
    width: 70%;
  }

  .testimonial-grid {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .cta-component {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: column;
  }

  .cta-left, .cta-right {
    width: 100%;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

  .nav-socials-wrap {
    z-index: 3;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 4.5rem;
    display: flex;
    position: relative;
  }

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

  .lottie-animation {
    width: 1.8rem;
    height: 1.8rem;
  }

  .nav-social-icon {
    color: #fff;
    width: 1.7rem;
    height: 1.7rem;
  }

  .about-hero-image-wrap {
    width: 11rem;
    height: 12rem;
  }

  .about-hero-heading-span {
    margin-left: 4em;
  }

  .process-item-wrap {
    margin-top: 5rem;
  }

  .parallax-image-wrap {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .stats-component {
    grid-template-columns: 1fr 1fr;
  }

  .projektecms-hero-top {
    max-width: 40rem;
  }

  .projektecms-hero-heading {
    text-align: center;
    font-size: 4rem;
  }

  .projektecms-hero-details {
    flex-flow: column;
  }

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

@media screen and (max-width: 767px) {
  .nav {
    max-width: 100%;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home-hero-component {
    min-height: 80vh;
    padding-top: 5rem;
    padding-bottom: 2rem;
    padding-left: 1.25rem;
  }

  ._12col-grid.home-hero-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 4rem;
  }

  ._12col-grid.services-item-grid {
    grid-row-gap: 1.2rem;
    width: auto;
    max-width: none;
    height: auto;
  }

  ._12col-grid.process-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .text-size-medium {
    letter-spacing: -.5px;
    font-size: 1.3rem;
  }

  .big-studio-name-text {
    font-size: 29vw;
    font-weight: 500;
    overflow: clip;
  }

  .studio-name-letter {
    font-size: 29vw;
    font-weight: 500;
  }

  .home-hero-showreel-wrap {
    width: 10rem;
    height: 6rem;
    position: relative;
    left: 0;
  }

  .home-hero-showreel-trigger {
    display: none;
  }

  .logos-section {
    padding-top: 4rem;
  }

  .padding-vertical {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .home-work-top {
    grid-column-gap: 7.9rem;
    grid-row-gap: 7.9rem;
  }

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

  .heading-xlarge.service-trigger-heading {
    font-size: 3rem;
  }

  .work-cms-list {
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 1.25rem;
  }

  .nav-link {
    padding-top: .25rem;
    padding-bottom: .25rem;
    display: block;
  }

  .home-about-image-wrap {
    width: 100%;
  }

  .home-about-image2 {
    width: 30%;
    height: 9rem;
    margin-top: -2rem;
  }

  .home-about-image3 {
    width: 45%;
    height: 11rem;
  }

  .heading {
    letter-spacing: -1.2px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.7rem;
  }

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

  .services-items-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    margin-top: 2rem;
  }

  .footer-top {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    margin-bottom: 12rem;
  }

  .text-block-4 {
    letter-spacing: -10px;
    font-size: 29vw;
  }

  .footer-bottom {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-bottom-text {
    width: auto;
  }

  .social-icons-wrap {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .text-block-5 {
    text-align: left;
    letter-spacing: 0;
  }

  .scroll-top-wrapper {
    display: none;
  }

  .heading-large {
    letter-spacing: -1.3px;
    font-size: 2.3rem;
  }

  .about-hero-image-wrap {
    width: 9rem;
    height: 10rem;
  }

  .about-hero-heading-span {
    margin-left: 4.3em;
  }

  .parallax-image-wrap {
    height: 32rem;
  }

  .stats-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .values-pointers-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .values-item {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    flex-flow: column;
    padding-bottom: 1.5rem;
  }

  .values-item-number-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .projekte-heading {
    font-size: 4rem;
  }

  .projektecms-hero-heading {
    letter-spacing: -3px;
    font-size: 3rem;
  }

  .impressum-heading, .datenschutz-heading, .agb-heading {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  .nav, .page-padding, .home-hero-component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._12col-grid.home-hero-top {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: auto;
    height: auto;
  }

  ._12col-grid.services-item-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  ._12col-grid.process-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .text-size-medium.black-text, .text-size-medium.black-text.callcta-text {
    text-align: center;
  }

  .big-studio-name-text {
    letter-spacing: -6px;
    font-size: 27vw;
  }

  .big-studio-name-text.footer {
    font-size: 27vw;
  }

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

  .home-work-top {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-xlarge {
    letter-spacing: -4px;
    font-size: 4rem;
  }

  .heading-xlarge.service-trigger-heading {
    letter-spacing: -2px;
    font-size: 2rem;
  }

  .work-cms-list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .scroll-image-wrap.values-image {
    width: 100%;
    height: 14rem;
  }

  .home-about-image1 {
    width: 100%;
    height: 18rem;
  }

  .home-about-image2 {
    height: 8rem;
    margin-top: -3rem;
    margin-left: -1rem;
  }

  .home-about-image3 {
    width: 50%;
  }

  .home-about-content {
    width: 100%;
  }

  .heading.home-callcta-heading {
    text-align: center;
  }

  .services-items-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .split-heading-wrap {
    flex-flow: column;
    font-size: 3.5rem;
    display: block;
  }

  .service-item-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .services-item-open {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta-workimage-col._1 {
    display: none;
  }

  .cta-workimage-col._2 {
    width: 49%;
    margin-top: -4rem;
  }

  .cta-workimage-col._3 {
    width: 49%;
  }

  .text-block-4 {
    letter-spacing: -6px;
    font-size: 27vw;
  }

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

  .about-hero-image-wrap {
    width: 100%;
    height: 19rem;
    margin-bottom: 1rem;
  }

  .about-hero-heading-span {
    margin-left: 0;
  }

  .process-item-wrap {
    margin-top: 4rem;
  }

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

  .text-block-7 {
    display: block;
  }

  .projektecms-hero-heading {
    letter-spacing: -1.5px;
    font-size: 1.8rem;
  }

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

  .datenschutz-heading {
    font-size: 1.5rem;
  }

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

  .rich-text-block-2 {
    overflow: clip;
  }
}

#w-node-_5dea989f-3f37-510b-64a0-3a63d507fec9-1eefca41 {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_28fd09ac-43a5-8af9-5a19-c16fd9c5397c-1eefca41 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-ecfec9b0-3018-bead-e09f-f64ce99e5a4f-1eefca41 {
  grid-area: 1 / 6 / 2 / -1;
}

#w-node-e629ad92-f5d7-6cdc-bbbd-3dbaab2cbe70-1eefca41 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_2d92d2a7-3862-fb4f-51b8-a88e24646136-1eefca41 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8411d5d9-948b-76a7-cecb-603cd24729c4-1eefca41 {
  grid-area: 2 / 4 / 3 / -1;
}

#w-node-_9ea39167-638e-303c-d587-59c8a233a2e5-1eefca41 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_64c3fc96-f853-948d-7dff-49c4fe1af6e8-1eefca41 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-df609616-5345-4827-2a60-140ba0e13f25-a0e13f21 {
  grid-area: 1 / 6 / 2 / 10;
}

#w-node-df609616-5345-4827-2a60-140ba0e13f3a-a0e13f21 {
  grid-area: 1 / 10 / 2 / -1;
  justify-self: end;
}

#w-node-a01229e6-579c-d6cb-8459-1c3112966dc5-5dc779e3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_99c8cb26-0958-a4ed-8803-f74c1f3feb96-5dc779e3 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-d50acaf3-16b1-02f0-bfd3-b97ce0e4adba-5dc779e3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_694ff1cb-e0c4-41bc-2332-e7f9504c70f7-5dc779e3 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-c0a4bc3f-7655-1e06-3018-83f7263670a1-5dc779e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_02eb085f-6a49-e266-2075-1e26ac901944-5dc779e3 {
  grid-area: 1 / 3 / 2 / 8;
}

#w-node-fe7c51cf-ab45-df2a-5aaf-9108ae34a136-5dc779e3 {
  grid-area: 1 / 10 / 2 / 13;
  place-self: auto;
}

#w-node-_59e6a410-6904-9a75-d7e9-f63ef9fe926a-5dc779e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_59e6a410-6904-9a75-d7e9-f63ef9fe926c-5dc779e3 {
  grid-area: 1 / 3 / 2 / 8;
}

#w-node-_59e6a410-6904-9a75-d7e9-f63ef9fe9271-5dc779e3 {
  grid-area: 1 / 10 / 2 / 13;
  place-self: auto;
}

#w-node-a77383ce-f139-8ecb-ce0c-490bc05a4107-5dc779e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a77383ce-f139-8ecb-ce0c-490bc05a4109-5dc779e3 {
  grid-area: 1 / 3 / 2 / 8;
}

#w-node-a77383ce-f139-8ecb-ce0c-490bc05a410e-5dc779e3 {
  grid-area: 1 / 10 / 2 / 13;
  place-self: auto;
}

#w-node-_84167348-643e-2219-665e-d020c6865a4f-5dc779e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_84167348-643e-2219-665e-d020c6865a51-5dc779e3 {
  grid-area: 1 / 3 / 2 / 8;
}

#w-node-_84167348-643e-2219-665e-d020c6865a56-5dc779e3 {
  grid-area: 1 / 10 / 2 / 13;
  place-self: auto;
}

#w-node-_764e039c-8edb-e79f-54ca-96b8530a4083-5dc779e3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_00e37561-add3-3118-ac27-e773f3ccd9c5-5dc779e3 {
  grid-area: 1 / 4 / 2 / -1;
}

@media screen and (max-width: 991px) {
  #w-node-_5dea989f-3f37-510b-64a0-3a63d507fec9-1eefca41 {
    grid-column: 3 / 4;
  }

  #w-node-_28fd09ac-43a5-8af9-5a19-c16fd9c5397c-1eefca41 {
    grid-column: 4 / -2;
  }

  #w-node-ecfec9b0-3018-bead-e09f-f64ce99e5a4f-1eefca41 {
    grid-column-start: 4;
  }

  #w-node-_8411d5d9-948b-76a7-cecb-603cd24729c4-1eefca41 {
    grid-column-start: 1;
  }

  #w-node-a01229e6-579c-d6cb-8459-1c3112966dc5-5dc779e3 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_99c8cb26-0958-a4ed-8803-f74c1f3feb96-5dc779e3 {
    grid-column: 1 / 9;
    grid-row-start: 2;
  }

  #w-node-c0a4bc3f-7655-1e06-3018-83f7263670a1-5dc779e3 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_02eb085f-6a49-e266-2075-1e26ac901944-5dc779e3 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-fe7c51cf-ab45-df2a-5aaf-9108ae34a136-5dc779e3 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_59e6a410-6904-9a75-d7e9-f63ef9fe926a-5dc779e3 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_59e6a410-6904-9a75-d7e9-f63ef9fe926c-5dc779e3 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_59e6a410-6904-9a75-d7e9-f63ef9fe9271-5dc779e3 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-a77383ce-f139-8ecb-ce0c-490bc05a4107-5dc779e3 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-a77383ce-f139-8ecb-ce0c-490bc05a4109-5dc779e3 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-a77383ce-f139-8ecb-ce0c-490bc05a410e-5dc779e3 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_84167348-643e-2219-665e-d020c6865a4f-5dc779e3 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_84167348-643e-2219-665e-d020c6865a51-5dc779e3 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_84167348-643e-2219-665e-d020c6865a56-5dc779e3 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_00e37561-add3-3118-ac27-e773f3ccd9c5-5dc779e3 {
    grid-column-start: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5dea989f-3f37-510b-64a0-3a63d507fec9-1eefca41 {
    grid-column: 1 / 2;
  }

  #w-node-_28fd09ac-43a5-8af9-5a19-c16fd9c5397c-1eefca41 {
    grid-column-start: 3;
  }

  #w-node-ecfec9b0-3018-bead-e09f-f64ce99e5a4f-1eefca41 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-b2ce7d7e-6107-b524-0454-493585967d70-1eefca41, #w-node-e629ad92-f5d7-6cdc-bbbd-3dbaab2cbe70-1eefca41 {
    grid-area: 1 / 1 / 2 / -1;
  }

  #w-node-_2d92d2a7-3862-fb4f-51b8-a88e24646136-1eefca41 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8411d5d9-948b-76a7-cecb-603cd24729c4-1eefca41 {
    grid-row: 3 / 4;
  }

  #w-node-fe7c51cf-ab45-df2a-5aaf-9108ae34a136-5dc779e3, #w-node-_59e6a410-6904-9a75-d7e9-f63ef9fe9271-5dc779e3, #w-node-a77383ce-f139-8ecb-ce0c-490bc05a410e-5dc779e3, #w-node-_84167348-643e-2219-665e-d020c6865a56-5dc779e3 {
    grid-column-end: 7;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_28fd09ac-43a5-8af9-5a19-c16fd9c5397c-1eefca41 {
    grid-area: 2 / 1 / 3 / -1;
  }

  #w-node-a01229e6-579c-d6cb-8459-1c3112966dc5-5dc779e3 {
    grid-column-end: -1;
  }

  #w-node-_99c8cb26-0958-a4ed-8803-f74c1f3feb96-5dc779e3 {
    grid-column-end: 5;
  }

  #w-node-_02eb085f-6a49-e266-2075-1e26ac901944-5dc779e3 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-fe7c51cf-ab45-df2a-5aaf-9108ae34a136-5dc779e3 {
    grid-column-end: 5;
  }
}


@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/Stolzl-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/Stolzl-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/Stolzl-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/Stolzl-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/Stolzl-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}