:root {
  --swatches--black: #000;
  --font-family: neue-haas-grotesk-text, sans-serif;
  --swatches--white: white;
  --font-sizes--regular-desktop: 1.25rem;
  --line-heights--regular-desktop: 1em;
  --gaps--padding-desktop: .5rem;
  --font-sizes--small-desktop: .625rem;
  --line-heights--small-desktop: 1em;
  --line-heights--reading-desktop: 1.125em;
  --gaps--gaps-table-desktop: .3rem;
  --gaps--footer-top-margin-desktop: 1rem;
  --gaps--padding-pictures-desktop: 2rem;
  --black: black;
  --white: white;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  background-color: var(--swatches--black);
  font-family: var(--font-family);
  color: var(--swatches--white);
  font-size: var(--font-sizes--regular-desktop);
  line-height: var(--line-heights--regular-desktop);
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 44px;
}

p {
  margin-bottom: 0;
}

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

.section-text-table {
  z-index: 10;
  margin-bottom: var(--gaps--padding-desktop);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-10-col {
  grid-template: "Index Projectname Projectname Projectname Projectname Projectname Category Category Category Year"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-10-col.project-link-block {
  cursor: alias;
  justify-items: start;
  transition: text-shadow .3s cubic-bezier(.215, .61, .355, 1);
}

.grid-10-col.project-link-block:hover {
  text-shadow: 0 0 .5rem var(--swatches--white), 0 0 2rem var(--swatches--white);
  border-radius: 2rem;
}

.grid-10-col.image-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  padding-top: 0;
}

.body {
  background-color: var(--swatches--black);
}

.index-number {
  z-index: 100;
  position: relative;
}

.category {
  z-index: 10;
  text-align: left;
  position: relative;
}

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

.project-name {
  z-index: 10;
  position: relative;
}

.year {
  z-index: 10;
  text-align: right;
  position: relative;
}

.padding-sides {
  padding-right: var(--gaps--padding-desktop);
  padding-left: var(--gaps--padding-desktop);
}

.section-images {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: relative;
  overflow: hidden;
}

.section-header {
  margin-top: var(--gaps--padding-desktop);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-link-block {
  transition: text-shadow .3s cubic-bezier(.215, .61, .355, 1);
}

.text-link-block:hover {
  text-shadow: 0 0 .5rem var(--swatches--white), 0 0 2rem var(--swatches--white);
}

.text-link-block.no-hover:hover, .text-link-block.no-hover.w--current:hover {
  text-shadow: none;
}

.small-text {
  font-size: var(--font-sizes--small-desktop);
  line-height: var(--line-heights--small-desktop);
  text-transform: uppercase;
}

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

.div-link-image {
  pointer-events: auto;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.div-link-image.zahnbuerste {
  transform: rotate(45deg);
}

.div-link-image.kunapra {
  transform: rotate(34deg);
}

.footer-link-block {
  transition: text-shadow .3s cubic-bezier(.215, .61, .355, 1);
}

.footer-link-block:hover {
  text-shadow: 0 0 .5rem var(--swatches--white), 0 0 2rem var(--swatches--white);
}

.footer-link-block.no-hover:hover {
  text-shadow: none;
}

.home-image {
  cursor: pointer;
  width: 100%;
}

.grid-10-col-info {
  grid-template: "About-Me-Column About-Me-Column About-Me-Column About-Me-Column . Education-Column Education-Column . Experience-Column Experience-Column"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-10-col-info.info-text {
  line-height: var(--line-heights--reading-desktop);
}

.about-me-text {
  display: inline;
}

.kursiv {
  font-style: italic;
}

.edu-exp-block {
  margin-bottom: var(--gaps--gaps-table-desktop);
}

.mobile-only-tablet, .mobile-only-phone {
  display: none;
}

.footer {
  margin-top: var(--gaps--footer-top-margin-desktop);
  grid-column-gap: var(--gaps--gaps-table-desktop);
  grid-row-gap: var(--gaps--gaps-table-desktop);
  flex-direction: column;
  display: flex;
}

.grid-10-col-project-text {
  grid-template: "PJ-Year PJ-Categories PJ-Categories PJ-Size PJ-Medium PJ-Medium PJ-Description PJ-Description PJ-Description PJ-Description"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-10-col-project-text.project-text {
  font-size: var(--font-sizes--regular-desktop);
  line-height: var(--line-heights--reading-desktop);
}

.pj-year-text, .pj-category-text, .pj-size-text.hide-phone {
  padding-right: .5em;
}

.pj-description-text, .pj-description-text.hide-tablet {
  display: inline;
}

.pj-medium-text {
  padding-right: 2em;
}

.anchor-image {
  pointer-events: none;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
}

.anchor-image.ts-relevant {
  width: 55%;
}

.anchor-image.zahnbuerste {
  width: 11%;
}

.anchor-image.passwort-gesicht {
  width: 82%;
}

.anchor-image.point-of-view, .anchor-image.retro-games {
  width: 85%;
}

.anchor-image.distorted-alphabet {
  width: 60%;
}

.anchor-image.bleed-through {
  width: 85%;
}

.anchor-image.kunapra-efel {
  width: 72%;
}

.anchor-image.medizin-automat {
  width: 90%;
}

.anchor-image.bt-webseite, .anchor-image.fttt {
  width: 95%;
}

.grid-10-col-image-home {
  grid-template: "."
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  display: grid;
}

.project-image.left-falloff {
  transform: translate(-12%);
}

.project-image.right-falloff {
  transform: translate(12%);
}

.project-image.zb-1 {
  width: 40%;
}

.project-image.ctrl-2 {
  width: 90%;
}

.project-image.ctrl-12 {
  width: 70%;
}

.project-image.btf-6 {
  width: 90%;
}

.project-image.da-3 {
  width: 25%;
}

.project-image.da-4 {
  object-fit: contain;
  width: 25%;
  transform: rotate(-18deg);
}

.project-image.da-6 {
  transform: translate(-12vw);
}

.project-image.da-9 {
  z-index: 2;
  position: relative;
  transform: translate(-12vw);
}

.project-image.da-12 {
  transform: translate(-12vw);
}

.project-image.pwg-3 {
  object-fit: contain;
  transform: rotate(-9deg);
}

.project-image.pwg-7 {
  transform: translate(12vw);
}

.project-image.zb-2 {
  width: 40%;
}

.project-image.zb-4, .project-image.zb-6 {
  width: 58%;
}

.project-image.rel-7 {
  transform: translate(12vw);
}

.project-image.bt-2 {
  object-fit: contain;
  width: 30%;
  transform: rotate(35deg);
}

.project-image.bt-3, .project-image.bt-4, .project-image.bt-5, .project-image.bt-6, .project-image.bt-7, .project-image.bt-8, .project-image.bt-9, .project-image.bt-10, .project-image.bt-11, .project-image.bt-1, .project-image.bt-12 {
  width: 80%;
}

.project-image.ke-4, .project-image.ke-7, .project-image.ke-9, .project-image.ke-3, .project-image.ke-11, .project-image.ke-14, .project-image.ma-2, .project-image.ma-3, .project-image.ma-5, .project-image.ma-7 {
  width: 90%;
}

.project-image.ma-8 {
  width: 94%;
}

.project-image.btfs-1 {
  object-fit: contain;
  transform: rotate(3deg);
}

.project-image.btfs-6 {
  width: 95%;
}

.project-image.btfs-8 {
  width: 90%;
}

.project-image.bftw-2, .project-image.bftw-3, .project-image.bftw-5, .project-image.bftw-7, .project-image.bftw-8, .project-image.bftw-9, .project-image.bftw-10, .project-image.bftw-11 {
  max-width: 90%;
}

.project-image.btf-schrift-3, .project-image.btf-schrift-1, .project-image.btf-schrift-2, .project-image.btf-schrift-4, .project-image.btf-schrift-5, .project-image.btf-schrift-7, .project-image.btf-schrift-9, .project-image.btf-schrift-11, .project-image.qt-4, .project-image.qt-5, .project-image.qt-6, .project-image.qt-9, .project-image.qt-10, .project-image.qt-11, .project-image.qt-13, .project-image.qt-15, .project-image.qt-14, .project-image.qt-16 {
  max-width: 95%;
}

.project-image.fttt-6 {
  width: 95%;
}

.project-image.fttt-13 {
  max-width: 85%;
}

.project-image.fttt-14 {
  max-width: 95%;
  transform: translate(-11vw);
}

.project-image.fttt-15 {
  max-width: 95%;
}

.project-image.fttt-16 {
  object-fit: contain;
  max-width: 90%;
  transform: rotate(12deg);
}

.project-image.fttt-17, .project-image.fttt-18, .project-image.fttt-19, .project-image.fttt-20, .project-image.fttt-21, .project-image.fttt-22, .project-image.fttt-23 {
  max-width: 95%;
}

.wrapper-project-image.zb-2 {
  margin-top: -4vh;
}

.wrapper-project-image.zb-3 {
  margin-top: -5vh;
}

.wrapper-project-image.zb-4 {
  margin-top: -4vh;
}

.wrapper-project-image.zb-5, .wrapper-project-image.pwg-3 {
  margin-top: -7vh;
}

.wrapper-project-image.pwg-8 {
  margin-top: -8vh;
}

.wrapper-project-image.sp-2 {
  margin-top: -5vh;
}

.wrapper-project-image.sp-3 {
  margin-top: -10vh;
}

.wrapper-project-image.sp-4 {
  margin-top: 5vh;
}

.wrapper-project-image.sp-5 {
  margin-top: -15vh;
}

.wrapper-project-image.sp-6, .wrapper-project-image.sp-8, .wrapper-project-image.sp-9 {
  margin-top: -10vh;
}

.wrapper-project-image.sp-11 {
  margin-top: -15vh;
}

.wrapper-project-image.sp-12 {
  margin-top: 10vh;
}

.wrapper-project-image.sp-13 {
  margin-top: -15vh;
}

.wrapper-project-image.sp-14 {
  margin-top: -10vh;
}

.wrapper-project-image.sp-15 {
  margin-top: 5vh;
}

.wrapper-project-image.sp-16 {
  margin-top: -15vh;
}

.wrapper-project-image.pov-3 {
  margin-top: -7vh;
}

.wrapper-project-image.pov-4 {
  margin-top: -3vh;
}

.wrapper-project-image.pov-6 {
  margin-top: -10vh;
}

.wrapper-project-image.pov-7 {
  margin-top: -7vh;
}

.wrapper-project-image.pov-8 {
  margin-top: -3vh;
}

.wrapper-project-image.pov-9 {
  margin-top: -7vh;
}

.wrapper-project-image.pov-10 {
  margin-top: -5vh;
}

.wrapper-project-image.pov-2 {
  margin-top: 15vh;
}

.wrapper-project-image.da-2 {
  margin-top: -7vh;
}

.wrapper-project-image.da-3 {
  justify-content: flex-end;
  margin-top: -10vh;
  display: flex;
}

.wrapper-project-image.da-4 {
  justify-content: flex-start;
  margin-top: -17vh;
  display: flex;
}

.wrapper-project-image.da-5, .wrapper-project-image.da-6, .wrapper-project-image.da-8 {
  margin-top: -8vh;
}

.wrapper-project-image.da-10 {
  margin-top: -15vh;
}

.wrapper-project-image.da-11 {
  margin-top: 5vh;
}

.wrapper-project-image.da-13 {
  margin-top: 10vh;
}

.wrapper-project-image.da-15 {
  justify-content: flex-end;
  margin-top: 5vh;
  display: flex;
}

.wrapper-project-image.da-14 {
  margin-top: 5vh;
}

.wrapper-project-image.da-7 {
  margin-top: 25vh;
}

.wrapper-project-image.btf-2, .wrapper-project-image.btf-3 {
  margin-top: 5vh;
}

.wrapper-project-image.btf-5 {
  justify-content: flex-end;
  margin-top: -8vh;
  display: flex;
}

.wrapper-project-image.btf-6 {
  justify-content: flex-end;
  margin-top: -12vh;
  display: flex;
}

.wrapper-project-image.btf-8 {
  margin-top: -10vh;
}

.wrapper-project-image.btf-9 {
  margin-top: -4vh;
}

.wrapper-project-image.btf-10 {
  margin-top: -7vh;
}

.wrapper-project-image.mo-3 {
  margin-top: 5vh;
  margin-left: -2rem;
}

.wrapper-project-image.mo-4 {
  margin-top: -2vh;
}

.wrapper-project-image.mo-5 {
  margin-top: 25vh;
  margin-left: -2rem;
  margin-right: -2rem;
}

.wrapper-project-image.ctrl-2 {
  justify-content: flex-end;
  margin-top: -10vh;
  display: flex;
}

.wrapper-project-image.ctrl-3 {
  margin-top: -10vh;
}

.wrapper-project-image.ctrl-4 {
  margin-top: 4vh;
}

.wrapper-project-image.ctrl-9 {
  margin-top: -12vh;
}

.wrapper-project-image.ctrl-5 {
  margin-top: 25vh;
}

.wrapper-project-image.ctrl-6, .wrapper-project-image.ctrl-7, .wrapper-project-image.ctrl-10, .wrapper-project-image.ctrl-11 {
  margin-top: 4vh;
}

.wrapper-project-image.ctrl-12 {
  justify-content: center;
  margin-top: 15vh;
  display: flex;
}

.wrapper-project-image.mo-2 {
  margin-top: 10vh;
}

.wrapper-project-image.mo-1 {
  margin-top: 20vh;
}

.wrapper-project-image.pwg-5, .wrapper-project-image.pwg-7, .wrapper-project-image.pwg-2, .wrapper-project-image.pwg-9 {
  margin-top: 5vh;
}

.wrapper-project-image.pwg-6 {
  margin-top: 25vh;
}

.wrapper-project-image.rel-3, .wrapper-project-image.rel-6 {
  margin-top: 5vh;
}

.wrapper-project-image.rel-5 {
  margin-top: -5vh;
  margin-bottom: 0;
}

.wrapper-project-image.rel-7 {
  margin-top: 20vh;
  margin-bottom: 0;
}

.wrapper-project-image.rel-8 {
  margin-top: -8vh;
  margin-bottom: 0;
}

.wrapper-project-image.bt-2 {
  justify-content: flex-end;
  margin-top: -10vh;
  display: flex;
}

.wrapper-project-image.bt-3 {
  justify-content: center;
  margin-top: -12vh;
  display: flex;
}

.wrapper-project-image.bt-4 {
  justify-content: center;
  margin-top: 15vh;
  display: flex;
}

.wrapper-project-image.bt-5 {
  justify-content: flex-end;
  margin-top: -10vh;
  display: flex;
}

.wrapper-project-image.bt-6 {
  justify-content: center;
  margin-top: 3vh;
  display: flex;
}

.wrapper-project-image.bt-7 {
  justify-content: flex-end;
  margin-top: -10vh;
  display: flex;
}

.wrapper-project-image.bt-8 {
  justify-content: flex-start;
  margin-top: 10vh;
  display: flex;
}

.wrapper-project-image.bt-9 {
  justify-content: center;
  margin-top: 25vh;
  display: flex;
}

.wrapper-project-image.bt-10 {
  justify-content: flex-end;
  margin-top: -10vh;
  display: flex;
}

.wrapper-project-image.bt-11, .wrapper-project-image.bt-12 {
  justify-content: flex-start;
  margin-top: 3vh;
  display: flex;
}

.wrapper-project-image.bt-1 {
  margin-top: 20vh;
}

.wrapper-project-image.rg-6 {
  margin-top: 15vh;
  margin-left: -2rem;
  margin-right: -2rem;
}

.wrapper-project-image.rg-1 {
  margin-top: 30vh;
}

.wrapper-project-image.rg-2 {
  margin-top: 15vh;
}

.wrapper-project-image.rg-3 {
  margin-top: 4vh;
}

.wrapper-project-image.rg-4 {
  margin-top: -7vh;
}

.wrapper-project-image.rg-5 {
  margin-top: 15vh;
}

.wrapper-project-image.rg-7 {
  margin-top: 25vh;
}

.wrapper-project-image.rg-8 {
  margin-top: -7vh;
}

.wrapper-project-image.rg-9 {
  margin-top: -10vh;
}

.wrapper-project-image.rg-10 {
  margin-top: 5vh;
}

.wrapper-project-image.ke-1 {
  margin-top: 15vh;
}

.wrapper-project-image.ke-2 {
  margin-top: -8vh;
}

.wrapper-project-image.ke-3 {
  justify-content: flex-end;
  margin-top: -10vh;
  display: flex;
}

.wrapper-project-image.ke-4 {
  justify-content: flex-start;
  margin-top: -10vh;
  display: flex;
}

.wrapper-project-image.ke-5 {
  margin-top: -6vh;
}

.wrapper-project-image.ke-6 {
  margin-top: 20vh;
}

.wrapper-project-image.ke-7 {
  margin-top: -15vh;
}

.wrapper-project-image.ke-8 {
  margin-top: 3vh;
}

.wrapper-project-image.ke-9 {
  justify-content: flex-end;
  margin-top: -10vh;
  display: flex;
}

.wrapper-project-image.ke-10 {
  margin-top: -10vh;
}

.wrapper-project-image.ke-11 {
  margin-top: 15vh;
}

.wrapper-project-image.ke-12 {
  margin-top: 3vh;
}

.wrapper-project-image.ke-13 {
  margin-top: -8vh;
}

.wrapper-project-image.ke-14 {
  justify-content: flex-end;
  margin-top: -10vh;
  display: flex;
}

.wrapper-project-image.ma-1 {
  margin-top: 20vh;
}

.wrapper-project-image.ma-2 {
  margin-top: -10vh;
}

.wrapper-project-image.ma-3 {
  margin-top: -15vh;
}

.wrapper-project-image.ma-4 {
  margin-top: 20vh;
}

.wrapper-project-image.ma-5 {
  justify-content: flex-end;
  margin-top: -6vh;
  display: flex;
}

.wrapper-project-image.ma-6 {
  margin-top: -15vh;
}

.wrapper-project-image.ma-7 {
  justify-content: flex-end;
  margin-top: -7vh;
  display: flex;
}

.wrapper-project-image.ma-8 {
  justify-content: flex-end;
  margin-top: -10vh;
  display: flex;
}

.wrapper-project-image.ma-9 {
  margin-top: -5vh;
}

.wrapper-project-image.btfs-2 {
  margin-top: -15vh;
}

.wrapper-project-image.bfts-3 {
  margin-top: 4vh;
}

.wrapper-project-image.bfts-4 {
  margin-top: -10vh;
}

.wrapper-project-image.bfts-5 {
  margin-top: -15vh;
}

.wrapper-project-image.bfts-6 {
  justify-content: flex-end;
  margin-top: -3vh;
  display: flex;
}

.wrapper-project-image.btfs-7 {
  margin-top: -6vh;
}

.wrapper-project-image.btfs-8 {
  justify-content: flex-end;
  margin-top: -12vh;
  display: flex;
}

.wrapper-project-image.lw-3 {
  margin-top: 15vh;
}

.wrapper-project-image.lw-4 {
  margin-top: -8vh;
}

.wrapper-project-image.lw-5 {
  margin-top: 10vh;
}

.wrapper-project-image.lw-6 {
  margin-top: -12vh;
}

.wrapper-project-image.lw-8, .wrapper-project-image.lw-7 {
  margin-top: 15vh;
}

.wrapper-project-image.lw-10 {
  margin-top: -8vh;
}

.wrapper-project-image.lw-9 {
  margin-top: 25vh;
}

.wrapper-project-image.lw-11 {
  margin-top: -4vh;
}

.wrapper-project-image.lw-12 {
  margin-top: -8vh;
}

.wrapper-project-image.bftw-1 {
  margin-top: 20vh;
}

.wrapper-project-image.bftw-2 {
  justify-content: center;
  margin-top: -8vh;
  display: flex;
}

.wrapper-project-image.bftw-3 {
  justify-content: center;
  margin-top: -10vh;
  display: flex;
}

.wrapper-project-image.bftw-4 {
  margin-top: -8vh;
}

.wrapper-project-image.bftw-5 {
  justify-content: flex-end;
  margin-top: 25vh;
  display: flex;
}

.wrapper-project-image.bftw-6 {
  justify-content: flex-start;
  margin-top: -8vh;
  display: flex;
}

.wrapper-project-image.bftw-7 {
  margin-top: -10vh;
}

.wrapper-project-image.bftw-8 {
  justify-content: flex-end;
  margin-top: 25vh;
  display: flex;
}

.wrapper-project-image.bftw-9, .wrapper-project-image.bftw-10 {
  justify-content: flex-end;
  margin-top: -8vh;
  display: flex;
}

.wrapper-project-image.bftw-11 {
  justify-content: flex-end;
  margin-top: -10vh;
  display: flex;
}

.wrapper-project-image.btf-schrift-1 {
  margin-top: 5vh;
}

.wrapper-project-image.btf-schrift-2 {
  justify-content: flex-end;
  margin-top: -10vh;
  display: flex;
}

.wrapper-project-image.btf-schrift-3 {
  margin-top: -8vh;
}

.wrapper-project-image.btf-schrift-4 {
  justify-content: flex-end;
  margin-top: 25vh;
  display: flex;
}

.wrapper-project-image.btf-schrift-5, .wrapper-project-image.btf-schrift-6 {
  margin-top: -8vh;
}

.wrapper-project-image.btf-schrift-7 {
  margin-top: 25vh;
}

.wrapper-project-image.btf-schrift-8, .wrapper-project-image.btf-schrift-9 {
  margin-top: 15vh;
}

.wrapper-project-image.btf-schrift-10 {
  margin-top: -6vh;
}

.wrapper-project-image.btf-schrift-11 {
  justify-content: flex-end;
  margin-top: -8vh;
  display: flex;
}

.wrapper-project-image.qt-1 {
  margin-top: 5vh;
}

.wrapper-project-image.qt-2, .wrapper-project-image.qt-3 {
  margin-top: -8vh;
}

.wrapper-project-image.qt-4 {
  justify-content: flex-end;
  margin-top: -8vh;
  display: flex;
}

.wrapper-project-image.qt-5 {
  margin-top: -6vh;
}

.wrapper-project-image.qt-6 {
  margin-top: -4vh;
}

.wrapper-project-image.qt-7 {
  margin-top: 25vh;
}

.wrapper-project-image.qt-8 {
  margin-top: -8vh;
}

.wrapper-project-image.qt-9 {
  margin-top: -6vh;
}

.wrapper-project-image.qt-10 {
  margin-top: 2vh;
}

.wrapper-project-image.qt-11, .wrapper-project-image.qt-12 {
  margin-top: -10vh;
}

.wrapper-project-image.qt-13 {
  margin-top: 25vh;
}

.wrapper-project-image.qt-14 {
  justify-content: flex-end;
  margin-top: -8vh;
  display: flex;
}

.wrapper-project-image.qt-15 {
  justify-content: flex-end;
  margin-top: -10vh;
  display: flex;
}

.wrapper-project-image.qt-16 {
  justify-content: flex-start;
  margin-top: -8vh;
  display: flex;
}

.wrapper-project-image.fttt-1 {
  margin-top: 5vh;
}

.wrapper-project-image.fttt-2 {
  margin-top: -5vh;
}

.wrapper-project-image.fttt-3, .wrapper-project-image.fttt-4 {
  margin-top: 5vh;
}

.wrapper-project-image.fttt-5 {
  margin-top: 25vh;
}

.wrapper-project-image.fttt-6 {
  justify-content: flex-end;
  margin-top: -8vh;
  display: flex;
}

.wrapper-project-image.fttt-7 {
  margin-top: -10vh;
}

.wrapper-project-image.fttt-8 {
  margin-top: -5vh;
}

.wrapper-project-image.fttt-9 {
  margin-top: 25vh;
}

.wrapper-project-image.fttt-10 {
  margin-top: -4vh;
}

.wrapper-project-image.fttt-11, .wrapper-project-image.fttt-12 {
  margin-top: 5vh;
}

.wrapper-project-image.fttt-13 {
  justify-content: flex-end;
  margin-top: 20vh;
  display: flex;
}

.wrapper-project-image.fttt-14, .wrapper-project-image.fttt-15 {
  margin-top: -5vh;
}

.wrapper-project-image.fttt-16 {
  justify-content: flex-end;
  margin-top: -5vh;
  display: flex;
}

.wrapper-project-image.fttt-18 {
  justify-content: flex-end;
  margin-top: 25vh;
  display: flex;
}

.wrapper-project-image.fttt-19, .wrapper-project-image.fttt-20 {
  margin-top: -5vh;
}

.wrapper-project-image.fttt-21 {
  margin-top: 5vh;
}

.wrapper-project-image.fttt-22 {
  justify-content: flex-end;
  margin-top: -5vh;
  display: flex;
}

.wrapper-project-image.fttt-23 {
  margin-top: -5vh;
}

.wrapper-project-image.rel-2 {
  margin-top: 15vh;
  margin-bottom: 0;
}

.wrapper-project-image.rel-4 {
  margin-top: 25vh;
  margin-bottom: 0;
}

.wrapper-project-image.zb-1, .wrapper-project-image.pwg-1 {
  margin-top: 10vh;
}

.wrapper-project-image.pwg-4 {
  margin-top: 20vh;
}

.wrapper-project-image.sp-1 {
  margin-top: 5vh;
}

.wrapper-project-image.rel-1 {
  margin-top: 10vh;
}

.wrapper-project-image.pov-1 {
  margin-top: 20vh;
}

.wrapper-project-image.pov-5 {
  margin-top: 25vh;
}

.wrapper-project-image.da-1 {
  margin-top: 15vh;
}

.wrapper-project-image.da-9 {
  margin-top: 10vh;
}

.wrapper-project-image.da-12 {
  margin-top: 20vh;
}

.wrapper-project-image.btf-1 {
  margin-top: 10vh;
}

.wrapper-project-image.btf-4 {
  margin-top: 15vh;
}

.wrapper-project-image.btf-7 {
  margin-top: 25vh;
}

.wrapper-project-image.mo-6, .wrapper-project-image.ctrl-1 {
  margin-top: 15vh;
}

.wrapper-project-image.ctrl-8 {
  margin-top: 20vh;
}

.section-images-projects {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5vh;
  padding-bottom: 60vh;
  position: relative;
  overflow: hidden;
}

.grid-10-col-projects {
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  grid-template: "."
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.x-button-svg {
  aspect-ratio: 1;
  object-fit: contain;
  height: 1rem;
}

.x-button-svg:hover {
  text-shadow: none;
}

.wrapper-home-images {
  grid-column-gap: 15vh;
  grid-row-gap: 15vh;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 80vh;
  display: flex;
}

.get-current-year-code {
  display: none;
}

.wrapper-all-projects-table {
  grid-column-gap: var(--gaps--gaps-table-desktop);
  grid-row-gap: var(--gaps--gaps-table-desktop);
  flex-direction: column;
  display: flex;
}

.test-3d-book {
  flex: 1;
}

.linienwerk-home {
  font-family: Btlinienwerkvf, sans-serif;
}

.test-bg-video {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: 100%;
}

.test-video {
  width: 100%;
  height: 500px;
}

.noise-overlay {
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.noise-overlay-wrapper {
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-hover {
  height: 99.5%;
}

.video-hover.kunapra {
  pointer-events: auto;
  cursor: move;
  border-radius: .8rem;
  overflow: hidden;
}

.video-hover.mask-on {
  pointer-events: auto;
  cursor: pointer;
  overflow: hidden;
}

.video-hover.bot-fic {
  pointer-events: auto;
  cursor: move;
  width: 90%;
}

.video-hover.linienwerk {
  pointer-events: auto;
  cursor: move;
  border-radius: .8rem;
  overflow: hidden;
}

.video-hover.kunapra-home {
  pointer-events: auto;
}

.video-hover.kunapra-projekt {
  pointer-events: auto;
  cursor: move;
  width: 85%;
  transform: rotate(37deg);
}

.video-hover.bftw-1, .video-hover.bftw-6 {
  pointer-events: auto;
  cursor: move;
}

.video-hover.bftw-7 {
  pointer-events: auto;
  cursor: move;
  max-width: 90%;
}

.video-hover.qt-3 {
  pointer-events: auto;
  cursor: move;
  border-radius: .8rem;
  width: 95%;
  overflow: hidden;
}

.video-hover.qt-7 {
  pointer-events: auto;
  cursor: move;
}

.wrapper-text-table {
  grid-column-gap: var(--gaps--gaps-table-desktop);
  grid-row-gap: var(--gaps--gaps-table-desktop);
  flex-direction: column;
  display: flex;
}

.hide-show-txt-button {
  color: rgba(255, 255, 255, .6);
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20rem;
  padding: 0;
}

.hide-show-txt-button:hover {
  text-shadow: 0 0 2rem var(--swatches--white), 0 0 .5rem var(--swatches--white);
}

.text-hide-show-button.small-text {
  transition: text-shadow .3s cubic-bezier(.215, .61, .355, 1);
}

.wrapper-text-info {
  grid-column-gap: var(--gaps--gaps-table-desktop);
  grid-row-gap: var(--gaps--gaps-table-desktop);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.wrapper-footer-404 {
  position: fixed;
  top: auto;
  bottom: .5rem;
  left: 0%;
  right: 0%;
}

._404-wrapper {
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

.link-404 {
  transition: text-shadow .3s cubic-bezier(.215, .61, .355, 1);
}

.link-404:hover {
  text-shadow: 0 0 .25rem var(--swatches--white), 0 0 2rem var(--swatches--white), 0 0 8rem var(--swatches--white);
}

.linienwerk-embed {
  pointer-events: none;
  font-family: Btlinienwerkvf, sans-serif;
}

.padding-sides-pictures {
  padding-right: var(--gaps--padding-pictures-desktop);
  padding-left: var(--gaps--padding-pictures-desktop);
}

.cursor-wrapper {
  z-index: 9999;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor {
  background-color: rgba(255, 255, 255, .9);
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  transition: opacity .2s cubic-bezier(.215, .61, .355, 1);
}

.wrapper-phone-landscape-message {
  z-index: 900;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.phone-landscape-message {
  text-align: center;
}

.test-transition {
  z-index: 9999;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gradient-mask {
  width: 100%;
  height: 100%;
}

.home-loading-animation {
  z-index: 9999;
  background-color: var(--black);
  perspective: 899px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: none;
}

.image {
  position: relative;
}

.load-image {
  max-width: 65%;
}

.load-image._1 {
  position: absolute;
  top: 5%;
  bottom: auto;
  left: 5%;
  right: auto;
  transform: rotate(-9deg);
}

.load-image._2 {
  position: absolute;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.load-image._3 {
  max-width: 40%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.wrapper-load-animation {
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.spline-test {
  z-index: 1;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.spacer-images-top {
  width: 100vw;
  height: 80svh;
}

.wrapper-about-me-text {
  justify-content: flex-start;
  align-items: flex-start;
  display: inline;
}

.about-me-link {
  text-shadow: 0 0 .5rem var(--white), 0 0 2rem var(--white);
  text-decoration: underline;
  display: inline;
}

.about-me-link:hover {
  text-shadow: 0 0 .5rem var(--white), 0 0 .25rem var(--white), 0 0 2rem var(--white), 0 0 4rem var(--white);
}

.wrapper-pj-desc-text {
  display: inline;
}

@media screen and (min-width: 1920px) {
  .grid-10-col-info.info-text, .grid-10-col-project-text.project-text {
    font-size: 1.5rem;
    line-height: 1.125em;
  }

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

  .project-image.pwg-1 {
    max-width: 90%;
  }

  .wrapper-project-image.zb-2 {
    margin-top: -8vh;
  }

  .wrapper-project-image.zb-3 {
    margin-top: -15vh;
  }

  .wrapper-project-image.zb-4 {
    margin-top: -7vh;
  }

  .wrapper-project-image.zb-5, .wrapper-project-image.pwg-3, .wrapper-project-image.pwg-8 {
    margin-top: -15vh;
  }

  .wrapper-project-image.sp-2 {
    margin-top: -10vh;
  }

  .wrapper-project-image.sp-3 {
    margin-top: -20vh;
  }

  .wrapper-project-image.sp-5 {
    margin-top: -25vh;
  }

  .wrapper-project-image.sp-6 {
    margin-top: -15vh;
  }

  .wrapper-project-image.sp-8 {
    margin-top: -20vh;
  }

  .wrapper-project-image.sp-9 {
    margin-top: -15vh;
  }

  .wrapper-project-image.sp-11, .wrapper-project-image.sp-13 {
    margin-top: -25vh;
  }

  .wrapper-project-image.sp-14 {
    margin-top: -20vh;
  }

  .wrapper-project-image.sp-16 {
    margin-top: -25vh;
  }

  .wrapper-project-image.pov-3 {
    margin-top: -15vh;
  }

  .wrapper-project-image.pov-6 {
    margin-top: -16vh;
  }

  .wrapper-project-image.pov-7, .wrapper-project-image.pov-9 {
    margin-top: -12vh;
  }

  .wrapper-project-image.pov-10, .wrapper-project-image.da-2 {
    margin-top: -10vh;
  }

  .wrapper-project-image.da-3 {
    margin-top: -15vh;
  }

  .wrapper-project-image.da-4 {
    margin-top: -25vh;
  }

  .wrapper-project-image.da-5 {
    margin-top: -12vh;
  }

  .wrapper-project-image.da-6, .wrapper-project-image.da-8 {
    margin-top: -15vh;
  }

  .wrapper-project-image.da-10 {
    margin-top: -25vh;
  }

  .wrapper-project-image.btf-5 {
    margin-top: -20vh;
  }

  .wrapper-project-image.btf-6 {
    margin-top: -25vh;
  }

  .wrapper-project-image.btf-8 {
    margin-top: -15vh;
  }

  .wrapper-project-image.btf-9, .wrapper-project-image.btf-10 {
    margin-top: -10vh;
  }

  .wrapper-project-image.ctrl-2 {
    margin-top: -20vh;
  }

  .wrapper-project-image.ctrl-3 {
    margin-top: -15vh;
  }

  .wrapper-project-image.ctrl-9 {
    margin-top: -20vh;
  }

  .wrapper-project-image.rel-5, .wrapper-project-image.rel-8 {
    margin-top: -15vh;
  }

  .wrapper-project-image.bt-2 {
    margin-top: -17vh;
  }

  .wrapper-project-image.bt-3 {
    margin-top: -20vh;
  }

  .wrapper-project-image.bt-5, .wrapper-project-image.bt-7 {
    margin-top: -15vh;
  }

  .wrapper-project-image.bt-1 {
    margin-top: 15vh;
  }

  .wrapper-project-image.rg-4 {
    margin-top: -15vh;
  }

  .wrapper-project-image.rg-8 {
    margin-top: -20vh;
  }

  .wrapper-project-image.rg-9, .wrapper-project-image.ke-2, .wrapper-project-image.ke-3, .wrapper-project-image.ke-4 {
    margin-top: -15vh;
  }

  .wrapper-project-image.ke-5 {
    margin-top: -20vh;
  }

  .wrapper-project-image.ke-7 {
    margin-top: -30vh;
  }

  .wrapper-project-image.ke-9 {
    margin-top: -20vh;
  }

  .wrapper-project-image.ke-10, .wrapper-project-image.ke-13, .wrapper-project-image.ke-14 {
    margin-top: -15vh;
  }

  .wrapper-project-image.ma-2 {
    margin-top: -20vh;
  }

  .wrapper-project-image.ma-3 {
    margin-top: -35vh;
  }

  .wrapper-project-image.ma-5 {
    margin-top: -12vh;
  }

  .wrapper-project-image.ma-6 {
    margin-top: -25vh;
  }

  .wrapper-project-image.ma-7 {
    margin-top: -10vh;
  }

  .wrapper-project-image.ma-8 {
    margin-top: -15vh;
  }

  .wrapper-project-image.ma-9 {
    margin-top: -10vh;
  }

  .wrapper-project-image.btfs-2 {
    margin-top: -40vh;
  }

  .wrapper-project-image.bfts-5 {
    margin-top: -20vh;
  }

  .wrapper-project-image.bfts-6, .wrapper-project-image.btfs-7 {
    margin-top: -15vh;
  }

  .wrapper-project-image.btfs-8 {
    margin-top: -20vh;
  }

  .wrapper-project-image.lw-4 {
    margin-top: -12vh;
  }

  .wrapper-project-image.lw-6 {
    margin-top: -20vh;
  }

  .wrapper-project-image.lw-10 {
    margin-top: -15vh;
  }

  .wrapper-project-image.lw-11 {
    margin-top: -7vh;
  }

  .wrapper-project-image.lw-12 {
    margin-top: -12vh;
  }

  .wrapper-project-image.bftw-2, .wrapper-project-image.bftw-3 {
    margin-top: -15vh;
  }

  .wrapper-project-image.bftw-4 {
    margin-top: -12vh;
  }

  .wrapper-project-image.bftw-6 {
    margin-top: -15vh;
  }

  .wrapper-project-image.bftw-7 {
    margin-top: -20vh;
  }

  .wrapper-project-image.bftw-9, .wrapper-project-image.bftw-10 {
    margin-top: -15vh;
  }

  .wrapper-project-image.bftw-11 {
    margin-top: -20vh;
  }

  .wrapper-project-image.btf-schrift-2 {
    margin-top: -15vh;
  }

  .wrapper-project-image.btf-schrift-3 {
    margin-top: -20vh;
  }

  .wrapper-project-image.btf-schrift-5, .wrapper-project-image.btf-schrift-6 {
    margin-top: -15vh;
  }

  .wrapper-project-image.btf-schrift-10 {
    margin-top: -10vh;
  }

  .wrapper-project-image.btf-schrift-11 {
    margin-top: -20vh;
  }

  .wrapper-project-image.qt-2 {
    margin-top: -15vh;
  }

  .wrapper-project-image.qt-3 {
    margin-top: -12vh;
  }

  .wrapper-project-image.qt-4 {
    margin-top: -15vh;
  }

  .wrapper-project-image.qt-5 {
    margin-top: -12vh;
  }

  .wrapper-project-image.qt-6 {
    margin-top: -10vh;
  }

  .wrapper-project-image.qt-8 {
    margin-top: -12vh;
  }

  .wrapper-project-image.qt-9 {
    margin-top: -20vh;
  }

  .wrapper-project-image.qt-11, .wrapper-project-image.qt-12 {
    margin-top: -25vh;
  }

  .wrapper-project-image.qt-14 {
    margin-top: -15vh;
  }

  .wrapper-project-image.qt-15 {
    margin-top: -35vh;
  }

  .wrapper-project-image.qt-16 {
    margin-top: -25vh;
  }

  .wrapper-project-image.fttt-1 {
    margin-top: 1vh;
  }

  .wrapper-project-image.fttt-2 {
    margin-top: -10vh;
  }

  .wrapper-project-image.fttt-6 {
    margin-top: -15vh;
  }

  .wrapper-project-image.fttt-7 {
    margin-top: -20vh;
  }

  .wrapper-project-image.fttt-8, .wrapper-project-image.fttt-15 {
    margin-top: -10vh;
  }

  .wrapper-project-image.fttt-16 {
    margin-top: -15vh;
  }

  .wrapper-project-image.fttt-19, .wrapper-project-image.fttt-20, .wrapper-project-image.fttt-22 {
    margin-top: -10vh;
  }

  .x-button-svg {
    height: 1.25rem;
  }

  .wrapper-home-images {
    grid-column-gap: 20vh;
    grid-row-gap: 20vh;
    padding-bottom: 82vh;
  }
}

@media screen and (max-width: 991px) {
  .grid-10-col {
    grid-template-areas: "Index Projectname Projectname Projectname Projectname Projectname Category Category Category Year";
  }

  .experience.small-text.hide-phone {
    display: block;
  }

  .mobile-only-tablet {
    margin-top: var(--gaps--gaps-table-desktop);
    grid-column-gap: var(--gaps--gaps-table-desktop);
    grid-row-gap: var(--gaps--gaps-table-desktop);
    flex-direction: column;
    display: flex;
  }

  .mobile-only-phone {
    flex-direction: column;
    display: none;
  }

  .wrapper-exp.hide-phone {
    flex-flow: column;
    display: flex;
  }

  .hide-tablet, .hide-phone {
    display: none;
  }

  .pj-size.small-text.hide-phone, .pj-medium.small-text.hide-phone {
    display: block;
  }

  .pj-description.small-text.hide-tablet {
    display: none;
  }

  .pj-size-text.hide-phone {
    display: block;
  }

  .pj-description-text {
    display: inline;
  }

  .pj-description-text.hide-tablet {
    display: none;
  }

  .pj-medium-text.hide-phone {
    padding-right: 0;
    display: block;
  }

  .project-image.bt-2 {
    width: 35%;
  }

  .wrapper-project-image.pwg-3, .wrapper-project-image.pwg-8 {
    margin-top: -5vh;
  }

  .wrapper-project-image.sp-3 {
    margin-top: -8vh;
  }

  .wrapper-project-image.sp-5 {
    margin-top: -6vh;
  }

  .wrapper-project-image.sp-6 {
    margin-top: -5vh;
  }

  .wrapper-project-image.sp-8, .wrapper-project-image.sp-9 {
    margin-top: -8vh;
  }

  .wrapper-project-image.sp-11 {
    margin-top: -10vh;
  }

  .wrapper-project-image.sp-13 {
    margin-top: -8vh;
  }

  .wrapper-project-image.sp-14 {
    margin-top: -6vh;
  }

  .wrapper-project-image.sp-16 {
    margin-top: -8vh;
  }

  .wrapper-project-image.pov-3 {
    margin-top: -3vh;
  }

  .wrapper-project-image.pov-4 {
    margin-top: -2vh;
  }

  .wrapper-project-image.pov-6 {
    margin-top: -5vh;
  }

  .wrapper-project-image.pov-7 {
    margin-top: -3vh;
  }

  .wrapper-project-image.pov-8 {
    margin-top: -2vh;
  }

  .wrapper-project-image.pov-9 {
    margin-top: -4vh;
  }

  .wrapper-project-image.pov-10 {
    margin-top: -3vh;
  }

  .wrapper-project-image.da-2 {
    margin-top: -5vh;
  }

  .wrapper-project-image.da-3 {
    margin-top: -7vh;
  }

  .wrapper-project-image.da-4 {
    margin-top: -10vh;
  }

  .wrapper-project-image.da-5, .wrapper-project-image.da-6, .wrapper-project-image.da-8 {
    margin-top: -4vh;
  }

  .wrapper-project-image.da-10 {
    margin-top: -8vh;
  }

  .wrapper-project-image.btf-5 {
    margin-top: -5vh;
  }

  .wrapper-project-image.btf-6 {
    margin-top: -6vh;
  }

  .wrapper-project-image.btf-8 {
    margin-top: -4vh;
  }

  .wrapper-project-image.btf-9 {
    margin-top: -2vh;
  }

  .wrapper-project-image.btf-10 {
    margin-top: -4vh;
  }

  .wrapper-project-image.mo-4 {
    margin-top: -1vh;
  }

  .wrapper-project-image.ctrl-2, .wrapper-project-image.ctrl-3 {
    margin-top: -6vh;
  }

  .wrapper-project-image.ctrl-9 {
    margin-top: -8vh;
  }

  .wrapper-project-image.rel-5 {
    margin-top: -3vh;
  }

  .wrapper-project-image.rel-8 {
    margin-top: -4vh;
  }

  .wrapper-project-image.bt-2 {
    margin-top: -5vh;
  }

  .wrapper-project-image.bt-3 {
    margin-top: -10vh;
  }

  .wrapper-project-image.bt-5, .wrapper-project-image.bt-7, .wrapper-project-image.bt-10 {
    margin-top: -5vh;
  }

  .wrapper-project-image.rg-4 {
    margin-top: -4vh;
  }

  .wrapper-project-image.rg-8 {
    margin-top: -3vh;
  }

  .wrapper-project-image.rg-9 {
    margin-top: -6vh;
  }

  .wrapper-project-image.ke-2, .wrapper-project-image.ke-3 {
    margin-top: -4vh;
  }

  .wrapper-project-image.ke-4, .wrapper-project-image.ke-5 {
    margin-top: -5vh;
  }

  .wrapper-project-image.ke-7 {
    margin-top: -7vh;
  }

  .wrapper-project-image.ke-8 {
    margin-top: 2vh;
  }

  .wrapper-project-image.ke-9, .wrapper-project-image.ke-10 {
    margin-top: -5vh;
  }

  .wrapper-project-image.ke-12 {
    margin-top: 2vh;
  }

  .wrapper-project-image.ke-13, .wrapper-project-image.ke-14 {
    margin-top: -4vh;
  }

  .wrapper-project-image.ma-2 {
    margin-top: -8vh;
  }

  .wrapper-project-image.ma-3 {
    margin-top: -12vh;
  }

  .wrapper-project-image.ma-5 {
    margin-top: -4vh;
  }

  .wrapper-project-image.ma-6 {
    margin-top: -8vh;
  }

  .wrapper-project-image.ma-7 {
    margin-top: -3vh;
  }

  .wrapper-project-image.ma-8 {
    margin-top: -5vh;
  }

  .wrapper-project-image.ma-9 {
    margin-top: -3vh;
  }

  .wrapper-project-image.btfs-2 {
    margin-top: -8vh;
  }

  .wrapper-project-image.bfts-3 {
    margin-top: 2vh;
  }

  .wrapper-project-image.bfts-4 {
    margin-top: -6vh;
  }

  .wrapper-project-image.bfts-5 {
    margin-top: -10vh;
  }

  .wrapper-project-image.bfts-6 {
    margin-top: -2vh;
  }

  .wrapper-project-image.btfs-7 {
    margin-top: -4vh;
  }

  .wrapper-project-image.btfs-8 {
    margin-top: -6vh;
  }

  .wrapper-project-image.lw-4 {
    margin-top: -3vh;
  }

  .wrapper-project-image.lw-6 {
    margin-top: -6vh;
  }

  .wrapper-project-image.lw-10 {
    margin-top: -5vh;
  }

  .wrapper-project-image.lw-11 {
    margin-top: -2vh;
  }

  .wrapper-project-image.lw-12 {
    margin-top: -4vh;
  }

  .wrapper-project-image.lw-1 {
    margin-top: 10vh;
  }

  .wrapper-project-image.bftw-2, .wrapper-project-image.bftw-4, .wrapper-project-image.bftw-6 {
    margin-top: -5vh;
  }

  .wrapper-project-image.bftw-7 {
    margin-top: -8vh;
  }

  .wrapper-project-image.bftw-9, .wrapper-project-image.bftw-10 {
    margin-top: -5vh;
  }

  .wrapper-project-image.bftw-11 {
    margin-top: -7vh;
  }

  .wrapper-project-image.btf-schrift-1 {
    margin-top: 20vh;
  }

  .wrapper-project-image.btf-schrift-2 {
    margin-top: -6vh;
  }

  .wrapper-project-image.btf-schrift-3 {
    margin-top: -4vh;
  }

  .wrapper-project-image.btf-schrift-5 {
    margin-top: -5vh;
  }

  .wrapper-project-image.btf-schrift-6 {
    margin-top: -4vh;
  }

  .wrapper-project-image.btf-schrift-10 {
    margin-top: -3vh;
  }

  .wrapper-project-image.btf-schrift-11 {
    margin-top: -5vh;
  }

  .wrapper-project-image.qt-3, .wrapper-project-image.qt-4 {
    margin-top: -8vh;
  }

  .wrapper-project-image.qt-5 {
    margin-top: -5vh;
  }

  .wrapper-project-image.qt-6 {
    margin-top: -4vh;
  }

  .wrapper-project-image.qt-9 {
    margin-top: -5vh;
  }

  .wrapper-project-image.qt-11 {
    margin-top: -10vh;
  }

  .wrapper-project-image.qt-12 {
    margin-top: -8vh;
  }

  .wrapper-project-image.qt-14 {
    margin-top: -6vh;
  }

  .wrapper-project-image.qt-15 {
    margin-top: -12vh;
  }

  .wrapper-project-image.qt-16 {
    margin-top: -6vh;
  }

  .wrapper-project-image.fttt-2 {
    margin-top: -4vh;
  }

  .wrapper-project-image.fttt-3, .wrapper-project-image.fttt-4 {
    margin-top: 3vh;
  }

  .wrapper-project-image.fttt-6 {
    margin-top: -5vh;
  }

  .wrapper-project-image.fttt-7 {
    margin-top: -8vh;
  }

  .wrapper-project-image.fttt-10 {
    margin-top: -1.5vh;
  }

  .wrapper-project-image.fttt-11, .wrapper-project-image.fttt-12 {
    margin-top: 3vh;
  }

  .wrapper-project-image.fttt-14, .wrapper-project-image.fttt-15, .wrapper-project-image.fttt-16 {
    margin-top: -2vh;
  }

  .wrapper-project-image.fttt-21 {
    margin-top: 3vh;
  }

  .wrapper-project-image.fttt-22 {
    margin-top: -2vh;
  }

  .section-images-projects {
    padding-bottom: 50vh;
  }

  .grid-10-col-projects {
    grid-template-areas: "Index Category Category Category Projectname Projectname Projectname Projectname Projectname Year";
  }

  .cursor-wrapper {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .grid-10-col {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-areas: "Projectname Projectname Projectname Projectname Projectname Projectname Projectname Index Index Index";
  }

  .grid-10-col.project-link-block:hover {
    text-shadow: none;
  }

  .category, .year {
    display: none;
  }

  .text-link-block:hover, .footer-link-block:hover {
    text-shadow: none;
  }

  .education.small-text.hide-tablet {
    display: none;
  }

  .mobile-only-phone {
    margin-top: var(--gaps--gaps-table-desktop);
    grid-column-gap: var(--gaps--gaps-table-desktop);
    grid-row-gap: var(--gaps--gaps-table-desktop);
    display: none;
  }

  .mobile-only-phone.project {
    display: flex;
  }

  .pj-size.small-text.hide-phone, .pj-medium.small-text.hide-phone, .pj-description.small-text.hide-tablet {
    display: none;
  }

  .pj-year-text, .pj-size-text {
    padding-right: .5em;
  }

  .pj-size-text.hide-phone, .pj-medium-text.hide-phone {
    display: none;
  }

  .wrapper-project-image.mo-3 {
    margin-left: -.5rem;
  }

  .wrapper-project-image.mo-5, .wrapper-project-image.rg-6 {
    margin-left: -.5rem;
    margin-right: -.5rem;
  }

  .section-images-projects {
    padding-bottom: 80vh;
  }

  .grid-10-col-projects {
    grid-template-areas: "Projectname Projectname Projectname Projectname Projectname Projectname Projectname Index Index Index";
  }

  .x-button-svg {
    height: .9rem;
  }

  .wrapper-all-projects-table {
    display: flex;
  }

  .video-hover.kunapra {
    border-radius: .25rem;
  }

  .padding-sides-pictures {
    padding-right: var(--gaps--padding-desktop);
    padding-left: var(--gaps--padding-desktop);
  }

  .wrapper-phone-landscape-message {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .experience.small-text.hide-phone {
    display: none;
  }

  .edu-exp-block.none {
    margin-bottom: 0;
  }

  .mobile-only-tablet, .mobile-only-phone {
    display: flex;
  }

  .wrapper-exp.hide-phone {
    display: none;
  }

  .anchor-image.ts-relevant {
    width: 80%;
  }

  .anchor-image.zahnbuerste {
    width: 22%;
  }

  .anchor-image.passwort-gesicht {
    width: 95%;
  }

  .anchor-image.speed, .anchor-image.point-of-view {
    width: 90%;
  }

  .anchor-image.retro-games {
    width: 100%;
  }

  .anchor-image.distorted-alphabet {
    width: 75%;
  }

  .anchor-image.controller {
    width: 95%;
  }

  .anchor-image.bleed-through {
    width: 100%;
  }

  .anchor-image.kunapra-efel {
    width: 90%;
  }

  .anchor-image.medizin-automat {
    width: 80%;
  }

  .anchor-image.bt-webseite {
    width: 100%;
  }

  .anchor-image.fttt {
    width: 85%;
  }

  .project-image.ctrl-12, .project-image.btf-6 {
    width: 100%;
  }

  .project-image.da-3, .project-image.da-4 {
    width: 45%;
  }

  .project-image.da-6 {
    transform: translate(-15vw);
  }

  .project-image.da-9 {
    position: static;
  }

  .project-image.da-10 {
    z-index: 2;
    position: relative;
    transform: translate(-30vw);
  }

  .project-image.da-12 {
    transform: translate(-15vw);
  }

  .project-image.sp-9 {
    width: 90%;
  }

  .project-image.pwg-3 {
    width: 95%;
  }

  .project-image.bt-2 {
    width: 60%;
  }

  .project-image.bt-4, .project-image.bt-5, .project-image.bt-6, .project-image.bt-7, .project-image.bt-8, .project-image.bt-9, .project-image.bt-10, .project-image.bt-11 {
    width: 90%;
  }

  .project-image.bt-12 {
    width: 85%;
  }

  .project-image.rg-7, .project-image.rg-9 {
    width: 95%;
  }

  .project-image.btfs-6 {
    object-fit: contain;
    width: 100%;
    transform: rotate(-9deg);
  }

  .project-image.btf-8 {
    transform: translate(10vw);
  }

  .project-image.bftw-5, .project-image.bftw-8, .project-image.bftw-9 {
    max-width: 100%;
  }

  .project-image.fttt-1, .project-image.fttt-3, .project-image.fttt-4, .project-image.fttt-5, .project-image.fttt-10, .project-image.fttt-12 {
    max-width: 90%;
  }

  .project-image.fttt-13 {
    max-width: 100%;
  }

  .project-image.fttt-16 {
    max-width: 55%;
    transform: rotate(17deg);
  }

  .project-image.fttt-22 {
    z-index: -1;
    position: relative;
  }

  .wrapper-project-image {
    margin-top: 25vh;
  }

  .wrapper-project-image.zb-4 {
    margin-top: -5vh;
  }

  .wrapper-project-image.zb-5 {
    margin-top: -15vh;
  }

  .wrapper-project-image.pwg-3 {
    margin-top: -10vh;
  }

  .wrapper-project-image.pwg-8 {
    margin-top: 10vh;
  }

  .wrapper-project-image.sp-2 {
    margin-top: -10vh;
  }

  .wrapper-project-image.sp-3 {
    margin-top: 5vh;
  }

  .wrapper-project-image.sp-4 {
    margin-top: 20vh;
  }

  .wrapper-project-image.sp-5 {
    margin-top: 4vh;
  }

  .wrapper-project-image.sp-6, .wrapper-project-image.sp-8 {
    margin-top: -10vh;
  }

  .wrapper-project-image.sp-9 {
    margin-top: 4vh;
  }

  .wrapper-project-image.sp-12 {
    margin-top: 5vh;
  }

  .wrapper-project-image.sp-14 {
    margin-top: 15vh;
  }

  .wrapper-project-image.sp-15 {
    margin-top: -10vh;
  }

  .wrapper-project-image.sp-16 {
    margin-top: 0;
  }

  .wrapper-project-image.pov-3 {
    margin-top: 4vh;
  }

  .wrapper-project-image.pov-6 {
    margin-top: 5vh;
  }

  .wrapper-project-image.pov-7, .wrapper-project-image.pov-8 {
    margin-top: -5vh;
  }

  .wrapper-project-image.pov-9 {
    margin-top: 5vh;
  }

  .wrapper-project-image.pov-10 {
    margin-top: 0;
  }

  .wrapper-project-image.pov-2 {
    margin-top: 20vh;
  }

  .wrapper-project-image.da-2 {
    margin-top: 4vh;
  }

  .wrapper-project-image.da-3 {
    margin-top: -15vh;
  }

  .wrapper-project-image.da-5 {
    margin-top: 10vh;
  }

  .wrapper-project-image.da-6 {
    margin-top: 4vh;
  }

  .wrapper-project-image.da-8 {
    margin-top: -4vh;
  }

  .wrapper-project-image.da-10 {
    margin-top: -15vh;
  }

  .wrapper-project-image.da-13, .wrapper-project-image.da-15 {
    margin-top: 4vh;
  }

  .wrapper-project-image.da-14, .wrapper-project-image.btf-2 {
    margin-top: 10vh;
  }

  .wrapper-project-image.btf-3, .wrapper-project-image.btf-5 {
    margin-top: 4vh;
  }

  .wrapper-project-image.btf-6 {
    margin-top: -10vh;
  }

  .wrapper-project-image.btf-8 {
    margin-top: 4vh;
  }

  .wrapper-project-image.btf-9 {
    margin-top: -3vh;
  }

  .wrapper-project-image.btf-10 {
    margin-top: 4vh;
  }

  .wrapper-project-image.mo-3 {
    margin-top: 15vh;
    margin-left: -.5rem;
  }

  .wrapper-project-image.mo-4 {
    margin-top: -1vh;
  }

  .wrapper-project-image.ctrl-2 {
    margin-top: -8vh;
  }

  .wrapper-project-image.ctrl-3 {
    margin-top: -4vh;
    transform: translate(-20vw);
  }

  .wrapper-project-image.ctrl-4 {
    margin-top: 3vh;
  }

  .wrapper-project-image.ctrl-9 {
    margin-top: 5vh;
  }

  .wrapper-project-image.ctrl-5 {
    margin-top: 25vh;
  }

  .wrapper-project-image.ctrl-6, .wrapper-project-image.ctrl-7 {
    margin-top: 3vh;
  }

  .wrapper-project-image.ctrl-10 {
    margin-top: -2vh;
  }

  .wrapper-project-image.ctrl-11 {
    margin-top: 3vh;
  }

  .wrapper-project-image.ctrl-12 {
    margin-top: 5vh;
  }

  .wrapper-project-image.mo-2 {
    margin-top: 10vh;
  }

  .wrapper-project-image.mo-1 {
    margin-top: 20vh;
  }

  .wrapper-project-image.pwg-5, .wrapper-project-image.pwg-7 {
    margin-top: 4vh;
  }

  .wrapper-project-image.pwg-2 {
    margin-top: 10vh;
  }

  .wrapper-project-image.pwg-9 {
    margin-top: 4vh;
  }

  .wrapper-project-image.pwg-6 {
    margin-top: 25vh;
  }

  .wrapper-project-image.rel-6 {
    margin-top: 10vh;
  }

  .wrapper-project-image.rel-5 {
    margin-top: 5vh;
  }

  .wrapper-project-image.rel-8 {
    margin-top: 5vh;
    margin-bottom: 0;
  }

  .wrapper-project-image.bt-4 {
    justify-content: flex-start;
  }

  .wrapper-project-image.bt-5 {
    justify-content: flex-end;
    margin-top: 2vh;
  }

  .wrapper-project-image.bt-6 {
    justify-content: flex-start;
    margin-top: 2vh;
  }

  .wrapper-project-image.bt-7 {
    margin-top: 10vh;
  }

  .wrapper-project-image.bt-8 {
    justify-content: flex-end;
    margin-top: 2vh;
  }

  .wrapper-project-image.bt-9 {
    justify-content: flex-start;
  }

  .wrapper-project-image.bt-10 {
    justify-content: flex-end;
    margin-top: 2vh;
  }

  .wrapper-project-image.bt-11 {
    justify-content: flex-start;
    margin-top: 10vh;
  }

  .wrapper-project-image.bt-12 {
    margin-top: 2vh;
  }

  .wrapper-project-image.bt-1 {
    margin-top: 25vh;
  }

  .wrapper-project-image.rg-2 {
    margin-top: 20vh;
  }

  .wrapper-project-image.rg-3 {
    margin-top: 3vh;
  }

  .wrapper-project-image.rg-4 {
    margin-top: -5vh;
  }

  .wrapper-project-image.rg-8 {
    margin-top: 3vh;
  }

  .wrapper-project-image.rg-9 {
    justify-content: flex-end;
    margin-top: -10vh;
    display: flex;
  }

  .wrapper-project-image.ke-1 {
    margin-top: 25vh;
  }

  .wrapper-project-image.ke-2 {
    margin-top: -5vh;
  }

  .wrapper-project-image.ke-3 {
    margin-top: -3vh;
  }

  .wrapper-project-image.ke-4 {
    justify-content: center;
    margin-top: 10vh;
  }

  .wrapper-project-image.ke-5 {
    margin-top: -10vh;
  }

  .wrapper-project-image.ke-6 {
    justify-content: center;
    margin-top: 20vh;
    display: flex;
  }

  .wrapper-project-image.ke-7 {
    justify-content: flex-end;
    margin-top: 10vh;
    display: flex;
  }

  .wrapper-project-image.ke-9, .wrapper-project-image.ke-10 {
    margin-top: -7vh;
  }

  .wrapper-project-image.ke-11 {
    justify-content: flex-end;
    display: flex;
  }

  .wrapper-project-image.ke-13 {
    margin-top: 2vh;
  }

  .wrapper-project-image.ke-14 {
    margin-top: -10vh;
  }

  .wrapper-project-image.ma-1 {
    margin-top: 22vh;
  }

  .wrapper-project-image.ma-2 {
    justify-content: flex-end;
    margin-top: -5vh;
    display: flex;
  }

  .wrapper-project-image.ma-3 {
    margin-top: -20vh;
  }

  .wrapper-project-image.ma-4 {
    margin-top: 25vh;
  }

  .wrapper-project-image.ma-6, .wrapper-project-image.ma-7, .wrapper-project-image.ma-8 {
    margin-top: -10vh;
  }

  .wrapper-project-image.ma-9 {
    margin-top: 2vh;
  }

  .wrapper-project-image.btfs-1 {
    margin-top: 20vh;
  }

  .wrapper-project-image.btfs-2 {
    margin-top: -5vh;
  }

  .wrapper-project-image.bfts-4 {
    margin-top: 0;
  }

  .wrapper-project-image.bfts-5 {
    margin-top: 20vh;
  }

  .wrapper-project-image.bfts-6 {
    margin-top: -2vh;
  }

  .wrapper-project-image.btfs-7 {
    margin-top: 0;
  }

  .wrapper-project-image.btfs-8 {
    margin-top: 2vh;
  }

  .wrapper-project-image.lw-3 {
    margin-top: 5vh;
  }

  .wrapper-project-image.lw-4 {
    margin-top: -5vh;
  }

  .wrapper-project-image.lw-5 {
    margin-top: 25vh;
  }

  .wrapper-project-image.lw-6 {
    margin-top: -8vh;
  }

  .wrapper-project-image.lw-8, .wrapper-project-image.lw-10, .wrapper-project-image.lw-11 {
    margin-top: 5vh;
  }

  .wrapper-project-image.lw-12 {
    margin-top: -5vh;
  }

  .wrapper-project-image.lw-2 {
    margin-top: 20vh;
  }

  .wrapper-project-image.lw-1 {
    margin-top: 15vh;
  }

  .wrapper-project-image.bftw-1 {
    margin-top: 25vh;
  }

  .wrapper-project-image.bftw-2 {
    justify-content: flex-start;
    margin-top: 10vh;
  }

  .wrapper-project-image.bftw-3 {
    justify-content: flex-start;
    margin-top: -15vh;
  }

  .wrapper-project-image.bftw-4, .wrapper-project-image.bftw-6 {
    margin-top: 4vh;
  }

  .wrapper-project-image.bftw-7 {
    margin-top: -15vh;
  }

  .wrapper-project-image.bftw-9, .wrapper-project-image.bftw-10 {
    margin-top: 4vh;
  }

  .wrapper-project-image.bftw-11 {
    margin-top: -15vh;
  }

  .wrapper-project-image.btf-schrift-2 {
    margin-top: 3vh;
  }

  .wrapper-project-image.btf-schrift-3 {
    margin-top: 5vh;
  }

  .wrapper-project-image.btf-schrift-5 {
    margin-top: -5vh;
  }

  .wrapper-project-image.btf-schrift-8 {
    margin-top: 5vh;
  }

  .wrapper-project-image.btf-schrift-9 {
    margin-top: 10vh;
  }

  .wrapper-project-image.btf-schrift-10 {
    margin-top: -2vh;
  }

  .wrapper-project-image.qt-1 {
    margin-top: 20vh;
  }

  .wrapper-project-image.qt-2 {
    margin-top: 5vh;
  }

  .wrapper-project-image.qt-3 {
    margin-top: 3vh;
  }

  .wrapper-project-image.qt-4, .wrapper-project-image.qt-5 {
    margin-top: -8vh;
  }

  .wrapper-project-image.qt-8 {
    margin-top: 3vh;
  }

  .wrapper-project-image.qt-9 {
    justify-content: flex-end;
    margin-top: -8vh;
    display: flex;
  }

  .wrapper-project-image.qt-10 {
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 20vh;
    display: flex;
  }

  .wrapper-project-image.qt-11 {
    margin-top: -8vh;
  }

  .wrapper-project-image.qt-12 {
    margin-top: 3vh;
  }

  .wrapper-project-image.qt-14 {
    margin-top: -8vh;
  }

  .wrapper-project-image.qt-16 {
    margin-top: -6vh;
  }

  .wrapper-project-image.fttt-1 {
    margin-top: 20vh;
  }

  .wrapper-project-image.fttt-2 {
    margin-top: -4vh;
  }

  .wrapper-project-image.fttt-3 {
    margin-top: 2vh;
  }

  .wrapper-project-image.fttt-4 {
    justify-content: flex-end;
    margin-top: 10vh;
    display: flex;
  }

  .wrapper-project-image.fttt-5 {
    margin-top: 25vh;
  }

  .wrapper-project-image.fttt-6 {
    margin-top: 2vh;
  }

  .wrapper-project-image.fttt-7 {
    margin-top: 10vh;
  }

  .wrapper-project-image.fttt-8 {
    margin-top: 2vh;
  }

  .wrapper-project-image.fttt-10 {
    margin-top: -7vh;
  }

  .wrapper-project-image.fttt-11 {
    margin-top: 2vh;
  }

  .wrapper-project-image.fttt-12 {
    justify-content: flex-end;
    margin-top: 10vh;
    display: flex;
  }

  .wrapper-project-image.fttt-15 {
    margin-top: 15vh;
  }

  .wrapper-project-image.fttt-16 {
    justify-content: center;
    margin-top: -5vh;
  }

  .wrapper-project-image.fttt-17 {
    justify-content: flex-start;
    margin-top: 0;
    display: flex;
  }

  .wrapper-project-image.fttt-18 {
    margin-top: 20vh;
  }

  .wrapper-project-image.fttt-19 {
    margin-bottom: 0;
  }

  .wrapper-project-image.fttt-20 {
    justify-content: flex-end;
    margin-top: 15vh;
    display: flex;
  }

  .wrapper-project-image.fttt-21 {
    justify-content: flex-end;
    margin-top: 2vh;
    display: flex;
  }

  .wrapper-project-image.fttt-22 {
    margin-top: -10vh;
  }

  .wrapper-project-image.fttt-23 {
    margin-top: 2vh;
  }

  .wrapper-project-image.rel-2, .wrapper-project-image.zb-1, .wrapper-project-image.pwg-1, .wrapper-project-image.sp-1 {
    margin-top: 20vh;
  }

  .wrapper-project-image.pov-1 {
    margin-top: 25vh;
  }

  .wrapper-project-image.da-1 {
    margin-top: 20vh;
  }

  .wrapper-project-image.da-12, .wrapper-project-image.btf-1, .wrapper-project-image.ctrl-1, .wrapper-project-image.ctrl-8 {
    margin-top: 25vh;
  }

  .wrapper-all-projects-table {
    display: flex;
  }

  .video-hover.kunapra-projekt {
    width: 75%;
    transform: rotate(40deg);
  }

  .video-hover.qt-3 {
    border-radius: .25rem;
  }

  .wrapper-phone-landscape-message {
    display: none;
  }

  .spacer-images-top {
    height: 85svh;
  }
}

#w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a22892b {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: start;
}

#w-node-b7a918ff-9307-3a70-22fd-973e3c36d158-5a22892b {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: end;
}

#w-node-e484a9b9-756d-a4e2-a05a-92faef45c0ad-5a22892b {
  grid-area: Index;
  align-self: end;
  justify-self: stretch;
}

#w-node-e484a9b9-756d-a4e2-a05a-92faef45c0af-5a22892b {
  grid-area: Category;
  align-self: end;
  justify-self: stretch;
}

#w-node-e484a9b9-756d-a4e2-a05a-92faef45c0b1-5a22892b {
  grid-area: Projectname;
  align-self: end;
  justify-self: stretch;
}

#w-node-e484a9b9-756d-a4e2-a05a-92faef45c0b3-5a22892b {
  grid-area: Year;
  align-self: end;
  justify-self: stretch;
}

#w-node-e9bc069f-d2a7-308f-bc96-3d49457aab7d-5a22892b {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-e9bc069f-d2a7-308f-bc96-3d49457aab7f-5a22892b {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-e9bc069f-d2a7-308f-bc96-3d49457aab81-5a22892b {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-e9bc069f-d2a7-308f-bc96-3d49457aab83-5a22892b {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-d5a94ae5-0097-4637-33ac-469eefd4930b-5a22892b {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-d5a94ae5-0097-4637-33ac-469eefd4930d-5a22892b {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-d5a94ae5-0097-4637-33ac-469eefd4930f-5a22892b {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-d5a94ae5-0097-4637-33ac-469eefd49311-5a22892b {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-_2467998e-b448-651a-0b07-98341dab6bab-5a22892b {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-_2467998e-b448-651a-0b07-98341dab6bad-5a22892b {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-_2467998e-b448-651a-0b07-98341dab6baf-5a22892b {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-_2467998e-b448-651a-0b07-98341dab6bb1-5a22892b {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-_611b5abd-7672-e6a9-4e9c-f5d0daff3d53-5a22892b {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-_611b5abd-7672-e6a9-4e9c-f5d0daff3d55-5a22892b {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-_611b5abd-7672-e6a9-4e9c-f5d0daff3d57-5a22892b {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-_611b5abd-7672-e6a9-4e9c-f5d0daff3d59-5a22892b {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-_2b679bbc-ba67-c0b7-5ce0-d752556727df-5a22892b {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-_2b679bbc-ba67-c0b7-5ce0-d752556727e1-5a22892b {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-_2b679bbc-ba67-c0b7-5ce0-d752556727e3-5a22892b {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-_2b679bbc-ba67-c0b7-5ce0-d752556727e5-5a22892b {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-_6cac282c-ed42-a0a9-3f86-0a09a601c1ce-5a22892b {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-_6cac282c-ed42-a0a9-3f86-0a09a601c1d0-5a22892b {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-_6cac282c-ed42-a0a9-3f86-0a09a601c1d2-5a22892b {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-_6cac282c-ed42-a0a9-3f86-0a09a601c1d4-5a22892b {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-e431ecb2-b437-d73a-e5d8-2bdd085dffe6-5a22892b {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-e431ecb2-b437-d73a-e5d8-2bdd085dffe8-5a22892b {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-e431ecb2-b437-d73a-e5d8-2bdd085dffea-5a22892b {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-e431ecb2-b437-d73a-e5d8-2bdd085dffec-5a22892b {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-_3a907c56-0778-a5f9-97c6-3d82aae99d0e-5a22892b {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-_3a907c56-0778-a5f9-97c6-3d82aae99d10-5a22892b {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-_3a907c56-0778-a5f9-97c6-3d82aae99d12-5a22892b {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-_3a907c56-0778-a5f9-97c6-3d82aae99d14-5a22892b {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-_04a78c1b-cdcd-5c5f-df57-062482718b32-5a22892b {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-_04a78c1b-cdcd-5c5f-df57-062482718b34-5a22892b {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-_04a78c1b-cdcd-5c5f-df57-062482718b36-5a22892b {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-_04a78c1b-cdcd-5c5f-df57-062482718b38-5a22892b {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-c3ee903f-e3b6-31c8-f1e1-e7775fe5caf8-5a22892b {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-c3ee903f-e3b6-31c8-f1e1-e7775fe5cafa-5a22892b {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-c3ee903f-e3b6-31c8-f1e1-e7775fe5cafc-5a22892b {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-c3ee903f-e3b6-31c8-f1e1-e7775fe5cafe-5a22892b {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-aa5cd8fc-6c16-7e81-51c4-2db0d2da1cb3-5a22892b {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-aa5cd8fc-6c16-7e81-51c4-2db0d2da1cb5-5a22892b {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-aa5cd8fc-6c16-7e81-51c4-2db0d2da1cb7-5a22892b {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-aa5cd8fc-6c16-7e81-51c4-2db0d2da1cb9-5a22892b {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-_3c911747-e38b-56ea-3a2c-962715c1fe41-5a22892b {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-_3c911747-e38b-56ea-3a2c-962715c1fe43-5a22892b {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-_3c911747-e38b-56ea-3a2c-962715c1fe45-5a22892b {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-_3c911747-e38b-56ea-3a2c-962715c1fe47-5a22892b {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-_238e3d4c-56f1-e3da-fbfa-50f95af0d17f-5a22892b {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-_238e3d4c-56f1-e3da-fbfa-50f95af0d181-5a22892b {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-_238e3d4c-56f1-e3da-fbfa-50f95af0d183-5a22892b {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-_238e3d4c-56f1-e3da-fbfa-50f95af0d185-5a22892b {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-_08789be0-3422-6b6b-ed47-3882862f115e-5a22892b {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-_08789be0-3422-6b6b-ed47-3882862f1160-5a22892b {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-_08789be0-3422-6b6b-ed47-3882862f1162-5a22892b {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-_08789be0-3422-6b6b-ed47-3882862f1164-5a22892b {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-_8a7e393e-50f0-a55a-638c-ca977386a313-5a22892b {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-_8a7e393e-50f0-a55a-638c-ca977386a315-5a22892b {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-_8a7e393e-50f0-a55a-638c-ca977386a317-5a22892b {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-_8a7e393e-50f0-a55a-638c-ca977386a319-5a22892b {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-c9a03f04-d639-05a1-5962-210aba2ab3df-5a22892b {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-c9a03f04-d639-05a1-5962-210aba2ab3e1-5a22892b {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-c9a03f04-d639-05a1-5962-210aba2ab3e3-5a22892b {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-c9a03f04-d639-05a1-5962-210aba2ab3e5-5a22892b {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-_98e99882-5709-5689-662f-ecaab4898f18-5a22892b {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-_98e99882-5709-5689-662f-ecaab4898f1a-5a22892b {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-_98e99882-5709-5689-662f-ecaab4898f1c-5a22892b {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-_98e99882-5709-5689-662f-ecaab4898f1e-5a22892b {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-be179939-22e5-5de9-2cb9-3e1743fc362a-5a22892b {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-be179939-22e5-5de9-2cb9-3e1743fc362c-5a22892b {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-be179939-22e5-5de9-2cb9-3e1743fc362e-5a22892b {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-be179939-22e5-5de9-2cb9-3e1743fc3630-5a22892b {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-_77ed348e-4bd0-2f19-033d-313573732cc2-5a22892b {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-_77ed348e-4bd0-2f19-033d-313573732cc4-5a22892b {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-_77ed348e-4bd0-2f19-033d-313573732cc6-5a22892b {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-_77ed348e-4bd0-2f19-033d-313573732cc8-5a22892b {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-_94db63a9-ddd9-0b3e-bb03-4588203fdf56-5a22892b {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-_94db63a9-ddd9-0b3e-bb03-4588203fdf58-5a22892b {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-_94db63a9-ddd9-0b3e-bb03-4588203fdf5a-5a22892b {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-_94db63a9-ddd9-0b3e-bb03-4588203fdf5c-5a22892b {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-b2e90c15-4952-0cf4-5696-a4ce844aca93-5a22892b {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#linienwerk.w-node-bfbe8d51-cea5-f388-6a6f-c2d1df5b2836-5a22892b {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-bfbe8d51-cea5-f388-6a6f-c2d1df5b2837-5a22892b {
  grid-area: 2 / 2 / 3 / 10;
}

#quittungsdrucker.w-node-be2fe16b-b85e-7f56-07e9-1e04be136ea4-5a22892b {
  grid-area: 1 / 4 / 2 / 9;
}

#w-node-be2fe16b-b85e-7f56-07e9-1e04be136ea5-5a22892b {
  grid-area: 2 / 2 / 3 / 10;
}

#bt-scarf.w-node-b5b8d40f-b2f2-c461-252c-741598039de7-5a22892b {
  grid-area: 1 / 7 / 2 / 10;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-b5b8d40f-b2f2-c461-252c-741598039de8-5a22892b {
  grid-area: 2 / 2 / 3 / 10;
}

#from-toys-to-type.w-node-e13b0c6c-954f-cd8d-29c3-05b726350745-5a22892b {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: end;
}

#w-node-e13b0c6c-954f-cd8d-29c3-05b726350746-5a22892b {
  grid-area: 2 / 2 / 3 / 10;
}

#lets-play-type.w-node-f7e782b4-4f55-1389-cafd-db0e6704c12a-5a22892b {
  grid-area: 1 / 6 / 2 / 10;
  justify-self: center;
}

#w-node-f7e782b4-4f55-1389-cafd-db0e6704c12b-5a22892b {
  grid-area: 2 / 2 / 3 / 10;
}

#bt-flimmer-schrift.w-node-_28f0c97a-139f-146b-3d34-44345286cd6f-5a22892b {
  grid-area: 1 / 4 / 2 / 7;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_28f0c97a-139f-146b-3d34-44345286cd70-5a22892b {
  grid-area: 2 / 2 / 3 / 10;
}

#bleifrei-type-webseite.w-node-_905d9af7-88d7-b9b2-70b9-26d3f67abfd8-5a22892b {
  grid-area: 1 / 1 / 2 / 6;
  align-self: stretch;
  justify-self: end;
}

#w-node-_905d9af7-88d7-b9b2-70b9-26d3f67abfd9-5a22892b {
  grid-area: 2 / 2 / 3 / 10;
}

#medizin-automat.w-node-e3f8feb6-22d4-bcce-6bfa-e643fe35b24b-5a22892b {
  grid-area: 1 / 8 / 2 / 10;
  justify-self: end;
}

#w-node-e3f8feb6-22d4-bcce-6bfa-e643fe35b24c-5a22892b {
  grid-area: 2 / 2 / 3 / 10;
}

#kunapra-efel.w-node-d0d5c79d-00ba-226e-a5ec-4d675edd9b77-5a22892b {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-d0d5c79d-00ba-226e-a5ec-4d675edd9b78-5a22892b {
  grid-area: 2 / 2 / 3 / 10;
}

#retro-games.w-node-_3f53e986-71f1-1b9b-888c-d9e76f66a387-5a22892b {
  grid-area: 1 / 3 / 2 / 9;
}

#w-node-_3f53e986-71f1-1b9b-888c-d9e76f66a388-5a22892b {
  grid-area: 2 / 2 / 3 / 10;
}

#bleed-through.w-node-_49893833-ed3b-70bb-470c-9e2e2c2a7dbe-5a22892b {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_49893833-ed3b-70bb-470c-9e2e2c2a7dbf-5a22892b {
  grid-area: 2 / 2 / 3 / 10;
}

#controller.w-node-a908c704-82a5-db13-6975-cf6897eaf560-5a22892b {
  grid-area: 1 / 6 / 2 / 10;
}

#w-node-a908c704-82a5-db13-6975-cf6897eaf561-5a22892b {
  grid-area: 2 / 2 / 3 / 10;
}

#mask-on.w-node-_8d6ae93a-a8ae-e1e9-d1a2-6f714ceee24c-5a22892b {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_8d6ae93a-a8ae-e1e9-d1a2-6f714ceee24d-5a22892b {
  grid-area: 2 / 2 / 3 / 10;
}

#botanical-fictions.w-node-_46c4c1ca-3e43-d969-8a55-4356e313e33c-5a22892b {
  grid-area: 1 / 4 / 2 / 9;
}

#w-node-_46c4c1ca-3e43-d969-8a55-4356e313e33d-5a22892b {
  grid-area: 2 / 2 / 3 / 10;
}

#distorted-alphabet.w-node-_0702352f-1f0c-78c7-b0cd-8b6de65c4f6f-5a22892b {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_0702352f-1f0c-78c7-b0cd-8b6de65c4f70-5a22892b {
  grid-area: 2 / 2 / 3 / 10;
}

#point-of-view.w-node-b3d4e1a6-5ce9-caeb-dc8e-b46fb4c0981f-5a22892b {
  grid-area: 1 / 6 / 2 / 9;
}

#w-node-b3d4e1a6-5ce9-caeb-dc8e-b46fb4c09820-5a22892b {
  grid-area: 2 / 2 / 3 / 10;
}

#speed.w-node-c9e2c216-d539-e4fc-9727-b4690f5bcce4-5a22892b {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-c9e2c216-d539-e4fc-9727-b4690f5bcce5-5a22892b {
  grid-area: 2 / 2 / 3 / 10;
}

#passwort-gesicht.w-node-_26c46c18-021c-c46d-865f-d7bf45db59ed-5a22892b {
  grid-area: 1 / 5 / 2 / 11;
}

#w-node-_26c46c18-021c-c46d-865f-d7bf45db59ee-5a22892b {
  grid-area: 2 / 2 / 3 / 10;
}

#zahnbuerste.w-node-_3e58f95a-1cea-bd41-b85e-aaead279d817-5a22892b {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_3e58f95a-1cea-bd41-b85e-aaead279d818-5a22892b {
  grid-area: 2 / 2 / 3 / 10;
}

#w-node-_3177ec56-db8c-3275-518c-f73c83e3c162-5a22892b {
  grid-area: Anchor-Image-2;
}

#type-specimen-relevant.w-node-_45c2422c-3960-0546-a1a8-9914817e2a76-5a22892b {
  grid-area: 1 / 4 / 2 / 8;
}

#w-node-_45c2422c-3960-0546-a1a8-9914817e2a77-5a22892b {
  grid-area: 2 / 2 / 3 / 10;
}

#w-node-a23edf06-b81a-e256-c76b-a77152578f1f-52578f1d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a23edf06-b81a-e256-c76b-a77152578f21-52578f1d {
  grid-area: Index;
  justify-self: start;
}

#w-node-a23edf06-b81a-e256-c76b-a77152578f24-52578f1d {
  grid-area: Projectname;
  justify-self: start;
}

#w-node-f1580aa1-d2fa-50c1-7acb-3f0c1b0c4e8f-52578f1d {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-a23edf06-b81a-e256-c76b-a77152578f27-52578f1d {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a22892d {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b7a918ff-9307-3a70-22fd-973e3c36d158-5a22892d {
  grid-area: 1 / 10 / 2 / 11;
  justify-self: end;
}

#w-node-_89b87276-0b7b-fa72-bbf7-d6c879116732-5a22892d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_89b87276-0b7b-fa72-bbf7-d6c879116733-5a22892d {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_5ee35eb8-3e67-8097-84d9-263e641084b9-5a22892d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7040fd72-d46b-bb73-24a5-9fae9b97d19f-5a22892d {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-_35ff3b19-daf6-c0c3-5272-d7c329085187-5a22892d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_35ff3b19-daf6-c0c3-5272-d7c329085188-5a22892d {
  grid-area: 1 / 8 / 2 / 10;
}

#w-node-b0fa997e-b165-ea48-ab41-767bac2f3e68-5a22892d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b0fa997e-b165-ea48-ab41-767bac2f3e69-5a22892d {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_6cfd6988-ec59-255c-597f-c35ad9dc47fe-5a22892d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_6cfd6988-ec59-255c-597f-c35ad9dc47ff-5a22892d {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_1bc15856-460d-8bbf-765e-1fc6c8586e19-5a22892d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1bc15856-460d-8bbf-765e-1fc6c8586e1a-5a22892d {
  grid-area: 1 / 4 / 2 / 8;
}

#w-node-_456c0a44-3f2a-f355-a79f-d061eb20bb60-5a22892d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_456c0a44-3f2a-f355-a79f-d061eb20bb61-5a22892d {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-_9313db73-1612-ec7a-886f-cfb069c62118-5a22892d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9313db73-1612-ec7a-886f-cfb069c62119-5a22892d {
  grid-area: 1 / 6 / 2 / 10;
}

#w-node-_2caa35f4-e33f-20f0-064a-0df503a19514-5a22892d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2caa35f4-e33f-20f0-064a-0df503a19515-5a22892d {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-efdc9277-df52-8957-e286-756da657e633-5a22892d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-efdc9277-df52-8957-e286-756da657e634-5a22892d {
  grid-area: 1 / 4 / 2 / 8;
}

#w-node-_00c878ad-875e-1b56-3a9e-f2985d882236-5a22892d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_00c878ad-875e-1b56-3a9e-f2985d882237-5a22892d {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-_4f189a07-af41-552b-33a8-692d5dc563c5-5a22892d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_4f189a07-af41-552b-33a8-692d5dc563c6-5a22892d {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-_9a56a7d3-e066-e325-333d-1f437e30b789-7e30b786 {
  grid-area: PJ-Year;
  align-self: end;
  justify-self: stretch;
}

#w-node-_9a56a7d3-e066-e325-333d-1f437e30b78b-7e30b786 {
  grid-area: PJ-Categories;
  align-self: end;
  justify-self: stretch;
}

#w-node-_9a56a7d3-e066-e325-333d-1f437e30b78d-7e30b786 {
  grid-area: PJ-Size;
  align-self: end;
  justify-self: stretch;
}

#w-node-_9a56a7d3-e066-e325-333d-1f437e30b78f-7e30b786 {
  grid-area: PJ-Medium;
  align-self: end;
  justify-self: stretch;
}

#w-node-_9a56a7d3-e066-e325-333d-1f437e30b791-7e30b786 {
  grid-area: PJ-Description;
  align-self: end;
  justify-self: stretch;
}

#w-node-_9a56a7d3-e066-e325-333d-1f437e30b796-7e30b786 {
  grid-area: PJ-Year;
}

#w-node-_9a56a7d3-e066-e325-333d-1f437e30b798-7e30b786 {
  grid-area: PJ-Categories;
}

#w-node-_9a56a7d3-e066-e325-333d-1f437e30b79a-7e30b786 {
  grid-area: PJ-Size;
}

#w-node-_9a56a7d3-e066-e325-333d-1f437e30b79c-7e30b786 {
  grid-area: PJ-Medium;
}

#w-node-_129c9d6d-f858-cf48-949b-60f8b2782039-7e30b786 {
  grid-area: PJ-Description;
}

#w-node-_9a56a7d3-e066-e325-333d-1f437e30b7a3-7e30b786 {
  grid-area: PJ-Year;
  align-self: end;
  justify-self: stretch;
}

#w-node-_9a56a7d3-e066-e325-333d-1f437e30b7a5-7e30b786 {
  grid-area: PJ-Categories;
  align-self: end;
  justify-self: stretch;
}

#w-node-_9a56a7d3-e066-e325-333d-1f437e30b7a7-7e30b786 {
  grid-area: PJ-Size;
  align-self: end;
  justify-self: stretch;
}

#w-node-_9a56a7d3-e066-e325-333d-1f437e30b7a9-7e30b786 {
  grid-area: PJ-Medium;
  align-self: end;
  justify-self: stretch;
}

#w-node-_9a56a7d3-e066-e325-333d-1f437e30b7ae-7e30b786 {
  grid-area: PJ-Year;
}

#w-node-_9a56a7d3-e066-e325-333d-1f437e30b7b0-7e30b786 {
  grid-area: PJ-Categories;
}

#w-node-_9a56a7d3-e066-e325-333d-1f437e30b7b2-7e30b786 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a56a7d3-e066-e325-333d-1f437e30b7b4-7e30b786 {
  grid-area: PJ-Medium;
}

#w-node-_9a56a7d3-e066-e325-333d-1f437e30b7b9-7e30b786 {
  grid-area: PJ-Description;
  align-self: end;
  justify-self: stretch;
}

#w-node-_66d57384-1a1a-7ecf-d2ee-86b89cdfc47d-7e30b786 {
  grid-area: PJ-Description;
}

#w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a22892e {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b7a918ff-9307-3a70-22fd-973e3c36d158-5a22892e {
  grid-area: 1 / 10 / 2 / 11;
  justify-self: end;
}

#w-node-_5ee35eb8-3e67-8097-84d9-263e641084b9-5a22892e {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7040fd72-d46b-bb73-24a5-9fae9b97d19f-5a22892e {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_30c57acb-567d-0e32-4cec-e42b4a2060f2-5a22892e {
  grid-area: 1 / 6 / 2 / 10;
}

#w-node-_1cdcbd74-3887-15e1-c6af-7f761c4ab9aa-5a22892e {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-_18f647e7-3e1b-afce-ed61-2fc5abb0cde5-5a22892e {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-c2692d29-5c22-3a28-c9fa-18b62c7a9e1b-5a22892e {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-_0515d865-5d8c-2922-ed45-01b248897467-5a22892e {
  grid-area: 1 / 6 / 2 / 9;
}

#w-node-_2e9927e0-4f90-32cb-a57e-1e4b530e8cef-5a22892e {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-da480031-13d6-8f5c-6e97-b1cf10968060-5a22892e {
  grid-area: 1 / 6 / 2 / 10;
}

#w-node-_2f661181-5bea-0ca3-ce80-9dfd6714ba2c-5a22892e {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-_728338d0-b413-6729-ef4e-020e9d644100-5a22892e {
  grid-area: 1 / 8 / 2 / 10;
}

#w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a22892f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b7a918ff-9307-3a70-22fd-973e3c36d158-5a22892f {
  grid-area: 1 / 10 / 2 / 11;
  justify-self: end;
}

#w-node-_89b87276-0b7b-fa72-bbf7-d6c879116732-5a22892f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_89b87276-0b7b-fa72-bbf7-d6c879116733-5a22892f {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-acae711f-1f58-223f-b093-cd14e36cf3d6-5a22892f {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-_7e1a1223-2f77-b41d-4c0d-18b5bfbf10a5-5a22892f {
  grid-area: 1 / 6 / 2 / 9;
}

#w-node-f8ec759b-71a8-aabf-cb94-977bc0287437-5a22892f {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_9ae8ab08-f9a3-4d29-89fe-f53b23224340-5a22892f {
  grid-area: 1 / 5 / 2 / 8;
}

#w-node-b45f40f9-ab20-d22e-203e-2cfb10f7158e-5a22892f {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-a8d6cbbd-5e68-e7d0-fb5b-aeae80a78a9e-5a22892f {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-aff7704f-2d21-f338-449b-d377a2d224db-5a22892f {
  grid-area: 1 / 4 / 2 / 8;
}

#w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a228930 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b7a918ff-9307-3a70-22fd-973e3c36d158-5a228930 {
  grid-area: 1 / 10 / 2 / 11;
  justify-self: end;
}

#w-node-_5ee35eb8-3e67-8097-84d9-263e641084b9-5a228930 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7040fd72-d46b-bb73-24a5-9fae9b97d19f-5a228930 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_49e38c3b-e4f0-0cf9-6423-a4fd7860493d-5a228930 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_49e38c3b-e4f0-0cf9-6423-a4fd7860493e-5a228930 {
  grid-area: 1 / 6 / 2 / 10;
}

#w-node-f3202dcd-183a-41d5-f220-d39f71f63316-5a228930 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f3202dcd-183a-41d5-f220-d39f71f63317-5a228930 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_37c973ae-0aa8-07ba-4e7f-99e551191dc5-5a228930 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_37c973ae-0aa8-07ba-4e7f-99e551191dc6-5a228930 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_218adddd-45cb-ef86-ba48-a2bff4c439d5-5a228930 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_218adddd-45cb-ef86-ba48-a2bff4c439d6-5a228930 {
  grid-area: 1 / 6 / 2 / 11;
}

#w-node-_962f2418-7dfd-fc98-e082-dbd947edb592-5a228930 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_962f2418-7dfd-fc98-e082-dbd947edb593-5a228930 {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-_7bdbe1a6-5c2f-d746-2361-40bfd9b6c3fe-5a228930 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7bdbe1a6-5c2f-d746-2361-40bfd9b6c3ff-5a228930 {
  grid-area: 1 / 6 / 2 / 10;
}

#w-node-_1d28620d-e838-5b4f-cb20-d2769ac3cbd7-5a228930 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1d28620d-e838-5b4f-cb20-d2769ac3cbd8-5a228930 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_7e64eb19-a500-93ef-c23c-a088c9544e24-5a228930 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7e64eb19-a500-93ef-c23c-a088c9544e25-5a228930 {
  grid-area: 1 / 6 / 2 / 10;
}

#w-node-_330863fb-6439-2d5e-d1cb-017653a76e0c-5a228930 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_330863fb-6439-2d5e-d1cb-017653a76e0d-5a228930 {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-_7c28ce22-b8bb-09c7-b5b8-5d09c952210d-5a228930 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7c28ce22-b8bb-09c7-b5b8-5d09c952210e-5a228930 {
  grid-area: 1 / 4 / 2 / 8;
}

#w-node-_03c0d2d3-c06a-b972-46c4-745d639e2203-5a228930 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_03c0d2d3-c06a-b972-46c4-745d639e2204-5a228930 {
  grid-area: 1 / 6 / 2 / 11;
}

#w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a228931 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b7a918ff-9307-3a70-22fd-973e3c36d158-5a228931 {
  grid-area: 1 / 10 / 2 / 11;
  justify-self: end;
}

#w-node-_5ee35eb8-3e67-8097-84d9-263e641084b9-5a228931 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7040fd72-d46b-bb73-24a5-9fae9b97d19f-5a228931 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_4dbf8cb0-0886-1779-dc2f-b6398bdfe0c8-5a228931 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_91c8d350-f104-7cf4-8015-683543e351c7-5a228931 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bcda9fdd-d8e4-0e92-43f0-c2b025926626-5a228931 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_18f2dc88-e8d5-bada-ace5-047dce48d8c4-5a228931 {
  grid-area: 1 / 6 / 2 / 10;
}

#w-node-_25eaca83-9db8-c603-303b-afa11934af94-5a228931 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-ada16b76-9e20-1255-183d-f99e99220a76-5a228931 {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-_3faeba08-a83e-0567-c71d-78561082087b-5a228931 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_07ca61b3-4a6d-dab4-7084-b493eef702d4-5a228931 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e28c8108-3ee5-1dc5-eef2-8416a6aaac01-5a228931 {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-d0fde6bc-d3b3-a17e-0954-0b46ef948bd7-5a228931 {
  grid-area: 1 / 6 / 2 / 10;
}

#w-node-_1981979b-cd8e-a04d-4655-11954ade6dae-5a228931 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-f5082e3a-a9de-ea82-b454-d4415d3695cb-5a228931 {
  grid-area: 1 / 6 / 2 / 10;
}

#w-node-ea069250-3533-c8f7-861b-c0188cb24a42-5a228931 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-ccc71d42-7895-90c3-c5ee-d1e6c402d3f2-5a228931 {
  grid-area: 1 / 6 / 2 / 11;
}

#w-node-b7a918ff-9307-3a70-22fd-973e3c36d158-5a228932 {
  grid-area: 1 / 6 / 2 / 11;
  justify-self: end;
}

#w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb5a3-87fbb5a0 {
  grid-area: About-Me-Column;
  align-self: end;
  justify-self: stretch;
}

#w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb5a5-87fbb5a0 {
  grid-area: Education-Column;
  align-self: end;
  justify-self: stretch;
}

#w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb5a7-87fbb5a0 {
  grid-area: Experience-Column;
  align-self: end;
  justify-self: stretch;
}

#w-node-d6e1207c-9bde-b71f-410d-c4d1729b9c05-87fbb5a0 {
  grid-area: About-Me-Column;
}

#w-node-a222e67e-62b5-63cd-3e11-667f34c84a25-87fbb5a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb5ae-87fbb5a0 {
  grid-area: Education-Column;
}

#w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb5b0-87fbb5a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb5b2-87fbb5a0 {
  grid-area: Education-Column;
}

#w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb5b7-87fbb5a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb5b9-87fbb5a0 {
  grid-area: Education-Column;
}

#w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb5c3-87fbb5a0 {
  grid-area: Experience-Column;
}

#w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb5c5-87fbb5a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb5c7-87fbb5a0 {
  grid-area: Education-Column;
}

#w-node-d60924d1-ecab-cafe-652c-2c9233a01871-87fbb5a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d60924d1-ecab-cafe-652c-2c9233a01872-87fbb5a0 {
  grid-area: Education-Column;
}

#w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb5ce-87fbb5a0 {
  grid-area: Education-Column;
  align-self: end;
  justify-self: stretch;
}

#w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb5d0-87fbb5a0 {
  grid-area: Experience-Column;
  align-self: end;
  justify-self: stretch;
}

#w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb5d5-87fbb5a0 {
  grid-area: Education-Column;
}

#w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb5d7-87fbb5a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb5d9-87fbb5a0 {
  grid-area: Education-Column;
}

#w-node-_5a4cf1e2-d347-f203-8368-3561aa0664da-87fbb5a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a4cf1e2-d347-f203-8368-3561aa0664dc-87fbb5a0 {
  grid-area: Education-Column;
}

#w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb5e3-87fbb5a0 {
  grid-area: Experience-Column;
}

#w-node-a1d99da4-2789-e09b-48b5-8acfd20e23c7-87fbb5a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1d99da4-2789-e09b-48b5-8acfd20e23c8-87fbb5a0 {
  grid-area: Education-Column;
}

#w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb5e5-87fbb5a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb5e7-87fbb5a0 {
  grid-area: Education-Column;
}

#w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb5ee-87fbb5a0 {
  grid-area: Education-Column;
  align-self: end;
  justify-self: stretch;
}

#w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb5f0-87fbb5a0 {
  grid-area: Experience-Column;
  align-self: end;
  justify-self: stretch;
}

#w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb5f5-87fbb5a0 {
  grid-area: Education-Column;
}

#w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb5f7-87fbb5a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb5f9-87fbb5a0 {
  grid-area: Education-Column;
}

#w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb603-87fbb5a0 {
  grid-area: Experience-Column;
}

#w-node-ffdc0cbb-2e38-dccb-8d86-4de9f8642847-87fbb5a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffdc0cbb-2e38-dccb-8d86-4de9f8642848-87fbb5a0 {
  grid-area: Education-Column;
}

#w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb605-87fbb5a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb607-87fbb5a0 {
  grid-area: Education-Column;
}

#w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a228933 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b7a918ff-9307-3a70-22fd-973e3c36d158-5a228933 {
  grid-area: 1 / 10 / 2 / 11;
  justify-self: end;
}

#w-node-_89b87276-0b7b-fa72-bbf7-d6c879116732-5a228933 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_89b87276-0b7b-fa72-bbf7-d6c879116733-5a228933 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_93e6cd3e-771d-5310-ef9e-802b75bda824-5a228933 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_93e6cd3e-771d-5310-ef9e-802b75bda825-5a228933 {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-_43c42a63-8e3c-5b69-ea8e-33ef98b8aa67-5a228933 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_43c42a63-8e3c-5b69-ea8e-33ef98b8aa68-5a228933 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-aaf13f0d-d608-8580-3c78-85284b2c4f89-5a228933 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-aaf13f0d-d608-8580-3c78-85284b2c4f8a-5a228933 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_699d73f5-cf0d-c716-05f9-69c0144c3c62-5a228933 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_699d73f5-cf0d-c716-05f9-69c0144c3c63-5a228933 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_1f524363-a98f-135a-e94c-898de5ae43fb-5a228933 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1f524363-a98f-135a-e94c-898de5ae43fc-5a228933 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_3e099652-d424-4d5f-317e-04b4c147d499-5a228933 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_3e099652-d424-4d5f-317e-04b4c147d49a-5a228933 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_0979c0ee-7f86-6260-0d4a-678aaef56294-5a228933 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0979c0ee-7f86-6260-0d4a-678aaef56295-5a228933 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_812b7163-0309-d84e-950e-7f7a386757e8-5a228933 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_812b7163-0309-d84e-950e-7f7a386757e9-5a228933 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-e4655734-180c-316e-d2a2-e36acd3c1da3-5a228933 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e4655734-180c-316e-d2a2-e36acd3c1da4-5a228933 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_84639cf0-a0f9-36ef-c85e-b616ceb277ee-5a228933 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_84639cf0-a0f9-36ef-c85e-b616ceb277ef-5a228933 {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-_20daaece-c692-4c00-7a76-7ea6aa4dd65e-5a228933 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-d34a304a-0c2f-5bb3-c59c-19f4ddd2fd83-5a228933, #w-node-d34a304a-0c2f-5bb3-c59c-19f4ddd2fd84-5a228933, #w-node-_9aa22852-2c4b-2e21-6843-14a796928716-5a228933 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9aa22852-2c4b-2e21-6843-14a796928717-5a228933 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a228934 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b7a918ff-9307-3a70-22fd-973e3c36d158-5a228934 {
  grid-area: 1 / 10 / 2 / 11;
  justify-self: end;
}

#w-node-_5ee35eb8-3e67-8097-84d9-263e641084b9-5a228934 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7040fd72-d46b-bb73-24a5-9fae9b97d19f-5a228934 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-b5dec389-6b8a-0eb3-32b9-832d21863254-5a228934 {
  grid-area: 1 / 6 / 2 / 10;
}

#w-node-b4b81a0b-0ded-64b6-356f-b9868d87d13f-5a228934 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-f5457e54-f2ac-6c00-8c23-83e4fae64293-5a228934 {
  grid-area: 1 / 4 / 2 / 8;
}

#w-node-_4ce539ec-29d2-718e-c0bb-2f13a9ff36e4-5a228934 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_43bbfcb2-de96-5134-3b18-97b76a7e9e62-5a228934 {
  grid-area: 1 / 3 / 2 / 9;
}

#w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a228935 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b7a918ff-9307-3a70-22fd-973e3c36d158-5a228935 {
  grid-area: 1 / 10 / 2 / 11;
  justify-self: end;
}

#w-node-_89b87276-0b7b-fa72-bbf7-d6c879116732-5a228935 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_89b87276-0b7b-fa72-bbf7-d6c879116733-5a228935 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_326b0e10-8674-7fc8-0746-4af8e73cb177-5a228935 {
  grid-area: 1 / 5 / 2 / 8;
}

#w-node-_26d9220a-5d0d-4b17-806b-aaaa17931cda-5a228935 {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-dfef504d-3c67-50d6-ad0b-4e76a62a9304-5a228935 {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-_1729d695-94ea-b828-94c3-a2406252989b-5a228935 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-c5ab5a15-2d4a-77f1-3b52-6be1dc061f99-5a228935 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_763b0bc9-010f-04de-165a-e29ac5773db7-5a228935 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_902b13fb-57e4-803c-1029-b1d23a8be915-5a228935 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_3284a032-927c-182a-58fb-6a4ae29e1dcd-5a228935 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a228936 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b7a918ff-9307-3a70-22fd-973e3c36d158-5a228936 {
  grid-area: 1 / 10 / 2 / 11;
  justify-self: end;
}

#w-node-_5ee35eb8-3e67-8097-84d9-263e641084b9-5a228936 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7040fd72-d46b-bb73-24a5-9fae9b97d19f-5a228936 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_6639abb0-9866-1d17-7eda-1c8390ded8a2-5a228936 {
  grid-area: 1 / 6 / 2 / 10;
}

#w-node-_98ce1c49-9318-efce-40a3-00f042864ea7-5a228936 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_391df7a2-1b93-d964-11ff-3f727f9c6322-5a228936 {
  grid-area: 1 / 6 / 2 / 11;
}

#w-node-_84b4dbf8-fae3-fa06-66de-8298610f7515-5a228936 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_11ea3ac9-ef76-962d-2dba-740d93314df4-5a228936 {
  grid-area: 1 / 5 / 2 / 10;
}

#w-node-_8b6925de-9fa3-d099-9db1-049c6110a88a-5a228936 {
  grid-area: 1 / 6 / 2 / 11;
}

#w-node-_518946e8-8695-f814-e332-35e2f851c46f-5a228936 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_7330848b-9fe9-86d5-75f2-8614516dd9bd-5a228936 {
  grid-area: 1 / 5 / 2 / 10;
}

#w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a228937 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b7a918ff-9307-3a70-22fd-973e3c36d158-5a228937 {
  grid-area: 1 / 10 / 2 / 11;
  justify-self: end;
}

#w-node-_5ee35eb8-3e67-8097-84d9-263e641084b9-5a228937 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7040fd72-d46b-bb73-24a5-9fae9b97d19f-5a228937 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_8a596204-17c7-8273-cf1d-baa145dddeaa-5a228937 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-f9997708-a95d-31fe-dd4e-45e831590825-5a228937 {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-a6ba46bd-7f60-6f5a-a82a-2cd73b85fc42-5a228937 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_500951b4-7a16-54fd-bba2-07568eaf9dc3-5a228937 {
  grid-area: 1 / 6 / 2 / 10;
}

#w-node-_5a33cbe1-9a90-b8bf-4e2c-aaf3ebd29536-5a228937 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0c75af33-a7b2-4f60-1dc5-6c37559243e7-5a228937 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-_3be406a6-c95c-ef6c-20b8-488dca3dec40-5a228937 {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-_10325ea1-09dd-1ddf-3b23-dfc2f46e86d8-5a228937 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-dd9a2d09-2737-51c5-2afe-fd14140b6d09-5a228937 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a228938 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b7a918ff-9307-3a70-22fd-973e3c36d158-5a228938 {
  grid-area: 1 / 10 / 2 / 11;
  justify-self: end;
}

#w-node-_5ee35eb8-3e67-8097-84d9-263e641084b9-5a228938 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7040fd72-d46b-bb73-24a5-9fae9b97d19f-5a228938 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-ed05c304-d94c-6f40-d18c-6365c152b298-5a228938, #w-node-_03aedb39-d522-266f-a251-20ee03c0452f-5a228938 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_1ac6c6be-9044-63ce-720c-f453049f9709-5a228938 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_4bea93ca-0390-146b-702a-58b8346bed6a-5a228938 {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-_308a8574-d615-dd33-bd91-b194f9f1df6c-5a228938 {
  grid-area: 1 / 4 / 2 / 8;
}

#w-node-_8ad78f13-6333-f111-1ed6-00b01b41c149-5a228938 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-_20cd5846-0d17-a944-5c15-5b8c8604c7d3-5a228938 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_449e8475-6785-3716-cda9-dcab647aaec9-5a228938, #w-node-_6853ed2b-e300-3fd6-38f0-0d600a5bcd6c-5a228938, #w-node-aae4c84e-8334-4140-c79c-9cdeea41be0a-5a228938, #w-node-feb23505-b216-5d03-2b43-16e71dd0e4fb-5a228938, #w-node-_395924c4-060d-e668-c2f5-a64061a36ebe-5a228938 {
  grid-area: 4 / 6 / 5 / 11;
}

#w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a228939 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b7a918ff-9307-3a70-22fd-973e3c36d158-5a228939 {
  grid-area: 1 / 10 / 2 / 11;
  justify-self: end;
}

#w-node-_5ee35eb8-3e67-8097-84d9-263e641084b9-5a228939 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7040fd72-d46b-bb73-24a5-9fae9b97d19f-5a228939 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_4bea93ca-0390-146b-702a-58b8346bed6a-5a228939 {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-_308a8574-d615-dd33-bd91-b194f9f1df6c-5a228939 {
  grid-area: 1 / 6 / 2 / 10;
}

#w-node-_2c9f912b-9511-fc81-2e2c-ae42ffb9396b-5a228939 {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-d2e35f61-7476-7550-1476-18fc7eca0274-5a228939 {
  grid-area: 1 / 6 / 2 / 10;
}

#w-node-_3559e519-8e9c-e5a5-8fdb-a219db57670c-5a228939 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_89e4b2d8-5fb2-88fb-a046-7244758519a8-5a228939 {
  grid-area: 1 / 4 / 2 / 8;
}

#w-node-_449e8475-6785-3716-cda9-dcab647aaec9-5a228939 {
  grid-area: 4 / 7 / 5 / 11;
}

#w-node-_3ecb55d8-2842-5b1b-a2f3-41e22454d9a6-5a228939 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a22893a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b7a918ff-9307-3a70-22fd-973e3c36d158-5a22893a {
  grid-area: 1 / 10 / 2 / 11;
  justify-self: end;
}

#w-node-_89b87276-0b7b-fa72-bbf7-d6c879116732-5a22893a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_89b87276-0b7b-fa72-bbf7-d6c879116733-5a22893a {
  grid-area: 1 / 5 / 2 / 10;
}

#w-node-b0ac2645-a6d4-1152-4f28-744833b4321f-5a22893a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b0ac2645-a6d4-1152-4f28-744833b43220-5a22893a {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-a594d3d6-1098-f89a-5bce-d5eea4481961-5a22893a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a594d3d6-1098-f89a-5bce-d5eea4481962-5a22893a {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_0eae24ad-1309-422a-0720-a7267d744b2a-5a22893a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0eae24ad-1309-422a-0720-a7267d744b2b-5a22893a {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-_94065886-16ed-9d0c-d3c9-45308e8c54c5-5a22893a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_94065886-16ed-9d0c-d3c9-45308e8c54c6-5a22893a {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_677105b6-23db-3fa1-7d15-4d46464e0c80-5a22893a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_677105b6-23db-3fa1-7d15-4d46464e0c81-5a22893a {
  grid-area: 1 / 8 / 2 / 10;
}

#w-node-feacb046-5761-86f1-9907-e2a217d7073e-5a22893a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-feacb046-5761-86f1-9907-e2a217d7073f-5a22893a {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-b1b692d8-7db5-89a6-f43f-46dec1c6a57a-5a22893a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b1b692d8-7db5-89a6-f43f-46dec1c6a57b-5a22893a {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-ad48ef12-8a0f-c3eb-3663-ae4ba3e20620-5a22893a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ad48ef12-8a0f-c3eb-3663-ae4ba3e20621-5a22893a {
  grid-area: 1 / 5 / 2 / 10;
}

#w-node-dfc2e640-17e3-d614-8a64-3089c1611a40-5a22893a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-dfc2e640-17e3-d614-8a64-3089c1611a41-5a22893a {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a22893b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b7a918ff-9307-3a70-22fd-973e3c36d158-5a22893b {
  grid-area: 1 / 10 / 2 / 11;
  justify-self: end;
}

#w-node-_5ee35eb8-3e67-8097-84d9-263e641084b9-5a22893b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7040fd72-d46b-bb73-24a5-9fae9b97d19f-5a22893b {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-d208c4d1-2cad-7d6c-e999-d384863cbbab-5a22893b {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_30cbd35d-d56b-ae7d-69d4-d4cc53af2d5e-5a22893b {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-_393b733f-fe54-ecc6-4b7f-d9662b13e743-5a22893b {
  grid-area: 1 / 6 / 2 / 9;
}

#w-node-_17b0b197-16fa-78d7-19e9-abba02f5e747-5a22893b {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_42a46d11-a1f3-0dfb-3dbe-7327a390a921-5a22893b {
  grid-area: 1 / 5 / 2 / 8;
}

#w-node-_3923c24b-90e3-c472-0d55-fb997b54c7f2-5a22893b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_76d50725-2350-049a-abdf-51a9874edb2c-5a22893b {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-_434fccb5-7dac-81f9-b25c-de326d845928-5a22893b {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-_069f9b71-0086-8c09-6574-daedba1481bd-5a22893b {
  grid-area: 1 / 6 / 2 / 9;
}

#w-node-c014122f-e012-ec4e-34a6-f1b6a90b44ae-5a22893b {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_9caedc1d-d982-3e3d-4895-dcd2d0e62bf9-5a22893b {
  grid-area: 1 / 5 / 2 / 8;
}

#w-node-f2922710-1f0b-eea3-def9-ccbec140619c-5a22893b {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-_4d606d80-a766-c66d-4ae8-b6317a8360f9-5a22893b {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-_6b56b2cb-d335-b9ec-70f5-040d56d85b56-5a22893b {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_2722ff8e-75b9-9733-2984-a783139757fa-5a22893b {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a22893d {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b7a918ff-9307-3a70-22fd-973e3c36d158-5a22893d {
  grid-area: 1 / 10 / 2 / 11;
  justify-self: end;
}

#w-node-_5ee35eb8-3e67-8097-84d9-263e641084b9-5a22893d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7040fd72-d46b-bb73-24a5-9fae9b97d19f-5a22893d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5474ee3f-61a4-55eb-055c-2d7b6a60effc-5a22893d {
  grid-area: 1 / 8 / 2 / 9;
}

#w-node-fa6f080a-347c-7b49-d5c5-2e6a84a79daa-5a22893d {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-bc869f33-3513-d0e8-8c13-bfd37a41d889-5a22893d {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b1d6d688-d9cb-0b59-3fa9-0c136ea3e238-5a22893d {
  grid-area: 1 / 9 / 2 / 10;
}

#w-node-_7d28fbb5-2789-56ba-9285-7617df1e6728-5a22893d {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a22893f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b7a918ff-9307-3a70-22fd-973e3c36d158-5a22893f {
  grid-area: 1 / 10 / 2 / 11;
  justify-self: end;
}

#w-node-_89b87276-0b7b-fa72-bbf7-d6c879116732-5a22893f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_89b87276-0b7b-fa72-bbf7-d6c879116733-5a22893f {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_077bafd4-eb7e-09f4-cbf2-1191a443e6c6-5a22893f {
  grid-area: 1 / 5 / 2 / 11;
}

#w-node-_75cf7a8e-9808-8f65-a024-3bb7e4ee2922-5a22893f {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-cbf645fb-5364-d89f-1960-a1c41b614bbb-5a22893f {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-_26c3a615-8aef-defc-d9bd-78186ba90616-5a22893f {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-b18b9da7-786c-52af-d0fc-92bc43032b0d-5a22893f {
  grid-area: 1 / 6 / 2 / 9;
}

#w-node-fe8ad6cd-64cf-edff-9f77-9789dca7b865-5a22893f {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_7f1551cc-aa99-5c69-5d21-0ffc7d093445-5a22893f {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_33222349-8355-06bf-1608-a7d6382ee62e-5a22893f {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-deb7a265-bead-afbd-fd63-d5ba4666063e-5a22893f {
  grid-area: 1 / 5 / 2 / 11;
}

#w-node-d807edb3-3719-a638-6e8a-5cd6d055b4c7-5a22893f {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-a8e14848-7917-6425-91e4-4f0f7b23e348-5a22893f {
  grid-area: 1 / 5 / 2 / 8;
}

#w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a228940 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b7a918ff-9307-3a70-22fd-973e3c36d158-5a228940 {
  grid-area: 1 / 10 / 2 / 11;
  justify-self: end;
}

#w-node-_8ee3d379-e443-b182-5de4-e689abe321c9-5a228940 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-dd1aee85-5b82-506e-6495-d11986984a75-5a228940 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_7003ed14-55d8-66fa-958e-9ff376e508d0-5a228940 {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-_402632f1-18f0-6c0d-5968-75b5a2e26b9b-5a228940 {
  grid-area: 1 / 4 / 2 / 9;
}

#w-node-e58908ae-df98-0ab4-857e-8eb8ab01394c-5a228940 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_2cc6f41e-9329-52f6-214f-2619483b89ed-5a228940 {
  grid-area: 1 / 6 / 2 / 11;
}

#w-node-ba6fa65e-0876-3ab8-570d-38820495133d-5a228940 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-d8e10deb-ae13-6c2c-73be-8f9574c9d086-5a228940 {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-_69d55088-c4b4-5d6f-3194-8a981e50ce19-5a228940 {
  grid-area: 1 / 6 / 2 / 11;
}

#w-node-_2666ada3-cab2-ba3c-3374-1da4cbfcf02a-5a228940 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_16d9dc9d-473c-7e72-0d75-eef3cf9eb5b5-5a228940 {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-_09bd1afe-ed59-ecb2-c094-06e0597bb9c5-5a228940 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a228941 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b7a918ff-9307-3a70-22fd-973e3c36d158-5a228941 {
  grid-area: 1 / 10 / 2 / 11;
  justify-self: end;
}

#w-node-_7158666f-43e8-1855-0c78-fae730daaf43-5a228941 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-f5ced900-efd5-4ac8-98f2-36bcf59f4ac2-5a228941 {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-_6cc04936-4bbf-0f90-c9ff-436a4010eb48-5a228941 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-e0c719c3-f81f-01b8-3b54-2a2661229c6d-5a228941 {
  grid-area: 1 / 6 / 2 / 9;
}

#w-node-e1274c2d-ae0d-2f7e-cc9b-a2e5ebfb3cab-5a228941 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-b1bdfe3d-e42d-574a-df96-d550b79005b6-5a228941 {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-ea075c07-d1b2-25e7-9bec-619ca0ab7873-5a228941 {
  grid-area: 1 / 6 / 2 / 9;
}

#w-node-e810af62-209a-e7e3-820e-2450b3ecd0c3-5a228941 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_34f75530-301a-11f1-0f92-1b8df7bb2978-5a228941 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_6191ee64-a877-c81d-b0cf-3a71f9f8f629-5a228941 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-f19fa325-5a96-d191-61ca-eacb6932fb27-5a228941 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a228942 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b7a918ff-9307-3a70-22fd-973e3c36d158-5a228942 {
  grid-area: 1 / 10 / 2 / 11;
  justify-self: end;
}

#w-node-_761ccff7-0f00-79d2-a62c-286e9497acbb-5a228942 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_56c353e7-abb6-4a0d-a948-49a3c7f9def7-5a228942 {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-_7158666f-43e8-1855-0c78-fae730daaf43-5a228942 {
  grid-area: 1 / 3 / 2 / 8;
}

#w-node-_97e4a223-f117-1f08-838b-3b240d4f8359-5a228942 {
  grid-area: 1 / 8 / 2 / 10;
}

#w-node-d8d6d301-629c-e10b-3105-d66afd2f8bb3-5a228942 {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-_041a23c0-a4f4-d969-7eae-54cc5c39a51b-5a228942 {
  grid-area: 1 / 8 / 2 / 10;
}

#w-node-adc00e06-db69-1eac-cb12-cbb927342dfd-5a228942 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-fde8fbc6-5ccb-902c-b1af-6311dc830c5b-5a228942 {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-_031c4303-026e-dd01-8d20-5f8c23f6b0ca-5a228942 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_5e67565b-4a8b-6a07-9782-d0254a4c3400-5a228942 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-eba20342-fc30-edab-2c71-37e20ac15d66-5a228942 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_96b8887b-b5cb-e32b-eea0-62aafc11ce44-5a228942 {
  grid-area: 1 / 5 / 2 / 10;
}

#w-node-_59d7aac1-48f2-4a3b-4ba7-dc5a47641a23-5a228942 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-f0238c08-6e26-fd35-7740-48857d435759-5a228942 {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-_62d236d8-b5de-f008-f25d-0ac269750628-5a228942 {
  grid-area: 1 / 8 / 2 / 10;
}

#w-node-_4abc6930-50ad-824e-e951-60016995ad5f-5a228942 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a228943 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b7a918ff-9307-3a70-22fd-973e3c36d158-5a228943 {
  grid-area: 1 / 10 / 2 / 11;
  justify-self: end;
}

#w-node-_761ccff7-0f00-79d2-a62c-286e9497acbb-5a228943 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-ec9dc1a3-fd34-96f7-bce0-a84d58d12334-5a228943 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-bb6d0d62-582b-bbca-a298-0d49d167d59f-5a228943 {
  grid-area: 1 / 4 / 2 / 8;
}

#w-node-a3b41583-1d02-cc30-ff1b-17b1d5e17d3e-5a228943 {
  grid-area: 1 / 6 / 2 / 11;
}

#w-node-_17507e56-3d34-c6d3-7386-8201055747dc-5a228943 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_68850c47-0c22-0dec-04b5-04a79551ae2a-5a228943 {
  grid-area: 1 / 5 / 2 / 10;
}

#w-node-_74eb9788-fb55-05a8-19c0-2b5c89ee8fe6-5a228943 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_433e987b-86e9-2339-29bd-aec93cc74160-5a228943 {
  grid-area: 1 / 6 / 2 / 11;
}

#w-node-_7ff794c2-0d0e-156d-b98c-21f82d03061f-5a228943 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_392507dd-e176-d1eb-b4d7-cedad3eaa7ff-5a228943 {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-_99f98a2f-7997-8062-0bed-06b783049797-5a228943 {
  grid-area: 1 / 4 / 2 / 9;
}

#w-node-f9f59ba3-4b7e-99e0-635d-70b1b11ce910-5a228943 {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a228944 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b7a918ff-9307-3a70-22fd-973e3c36d158-5a228944 {
  grid-area: 1 / 10 / 2 / 11;
  justify-self: end;
}

#w-node-_638e9e1c-b901-20d6-8166-c77ef67cfa20-5a228944 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-_3f44e7c6-9251-971a-9c54-2e6ca5174a9d-5a228944 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_57e7ad61-48a3-dc23-482e-4054dcc18114-5a228944 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_69265455-da7e-e4a8-9b08-ebc6e3b7ca6a-5a228944 {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-_2ce54b05-b02a-042f-5048-4cd468cf4eac-5a228944 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-b37dff78-3cfb-8144-3695-649d48b80752-5a228944 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_609b238c-b4b4-f552-3a22-13b7110eee2d-5a228944 {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-f686deaa-0fdd-57e3-4890-6e31a08b1632-5a228944 {
  grid-area: 1 / 5 / 2 / 8;
}

#w-node-_0622fb39-fb12-850e-64b1-09b812ebe01b-5a228944 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0ca90977-790a-23e0-dcb3-13e1f94987b5-5a228944 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_0712fde4-34d3-6453-f9c8-cf55db4debf7-5a228944 {
  grid-area: 1 / 6 / 2 / 9;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eac2-5a228946 {
  grid-area: Index;
  align-self: end;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eac4-5a228946 {
  grid-area: Category;
  align-self: end;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eac6-5a228946 {
  grid-area: Projectname;
  align-self: end;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eac8-5a228946 {
  grid-area: Year;
  align-self: end;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eacc-5a228946 {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eace-5a228946 {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8ead0-5a228946 {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8ead2-5a228946 {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8ead6-5a228946 {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8ead8-5a228946 {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eada-5a228946 {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eadc-5a228946 {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eae0-5a228946 {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eae2-5a228946 {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eae4-5a228946 {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eae6-5a228946 {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eaea-5a228946 {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eaec-5a228946 {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eaee-5a228946 {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eaf0-5a228946 {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eaf4-5a228946 {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eaf6-5a228946 {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eaf8-5a228946 {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eafa-5a228946 {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eafe-5a228946 {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb00-5a228946 {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb02-5a228946 {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb04-5a228946 {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb08-5a228946 {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb0a-5a228946 {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb0c-5a228946 {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb0e-5a228946 {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb12-5a228946 {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb14-5a228946 {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb16-5a228946 {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb18-5a228946 {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb1c-5a228946 {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb1e-5a228946 {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb20-5a228946 {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb22-5a228946 {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb26-5a228946 {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb28-5a228946 {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb2a-5a228946 {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb2c-5a228946 {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb30-5a228946 {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb32-5a228946 {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb34-5a228946 {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb36-5a228946 {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb3a-5a228946 {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb3c-5a228946 {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb3e-5a228946 {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb40-5a228946 {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb44-5a228946 {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb46-5a228946 {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb48-5a228946 {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb4a-5a228946 {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb4e-5a228946 {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb50-5a228946 {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb52-5a228946 {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb54-5a228946 {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb58-5a228946 {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb5a-5a228946 {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb5c-5a228946 {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb5e-5a228946 {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb62-5a228946 {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb64-5a228946 {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb66-5a228946 {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb68-5a228946 {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb6c-5a228946 {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb6e-5a228946 {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb70-5a228946 {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb72-5a228946 {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb76-5a228946 {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb78-5a228946 {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb7a-5a228946 {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb7c-5a228946 {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb80-5a228946 {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb82-5a228946 {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb84-5a228946 {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb86-5a228946 {
  grid-area: Year;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb8a-5a228946 {
  grid-area: Index;
  align-self: start;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb8c-5a228946 {
  grid-area: Category;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb8e-5a228946 {
  grid-area: Projectname;
  justify-self: stretch;
}

#w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb90-5a228946 {
  grid-area: Year;
  justify-self: stretch;
}

@media screen and (min-width: 1920px) {
  #w-node-f1580aa1-d2fa-50c1-7acb-3f0c1b0c4e8f-52578f1d {
    grid-area: 1 / 7 / 2 / 9;
  }

  #w-node-_761ccff7-0f00-79d2-a62c-286e9497acbb-5a228943 {
    grid-column-end: 6;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a23edf06-b81a-e256-c76b-a77152578f21-52578f1d {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-a23edf06-b81a-e256-c76b-a77152578f24-52578f1d {
    grid-area: 1 / 3 / 2 / 5;
    justify-self: start;
  }

  #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a22892d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9a56a7d3-e066-e325-333d-1f437e30b789-7e30b786 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: end;
    justify-self: stretch;
  }

  #w-node-_9a56a7d3-e066-e325-333d-1f437e30b78b-7e30b786 {
    grid-area: 1 / 3 / 2 / 7;
    align-self: end;
    justify-self: stretch;
  }

  #w-node-_9a56a7d3-e066-e325-333d-1f437e30b78d-7e30b786 {
    grid-area: 1 / 7 / 2 / 9;
    align-self: end;
    justify-self: stretch;
  }

  #w-node-_9a56a7d3-e066-e325-333d-1f437e30b78f-7e30b786 {
    grid-area: 1 / 9 / 2 / 11;
    align-self: end;
    justify-self: stretch;
  }

  #w-node-_9a56a7d3-e066-e325-333d-1f437e30b796-7e30b786 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9a56a7d3-e066-e325-333d-1f437e30b798-7e30b786 {
    grid-area: 1 / 3 / 2 / 7;
  }

  #w-node-_9a56a7d3-e066-e325-333d-1f437e30b79a-7e30b786 {
    grid-area: 1 / 7 / 2 / 9;
  }

  #w-node-_9a56a7d3-e066-e325-333d-1f437e30b79c-7e30b786 {
    grid-area: 1 / 9 / 2 / 11;
  }

  #w-node-_9a56a7d3-e066-e325-333d-1f437e30b7b9-7e30b786 {
    grid-area: 1 / 1 / 2 / 11;
    align-self: end;
    justify-self: stretch;
  }

  #w-node-_66d57384-1a1a-7ecf-d2ee-86b89cdfc47d-7e30b786 {
    grid-area: span 1 / span 10 / span 1 / span 10;
  }

  #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a22892e, #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a22892f, #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a228930, #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a228931 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d6e1207c-9bde-b71f-410d-c4d1729b9c05-87fbb5a0 {
    grid-area: span 1 / span 10 / span 1 / span 10;
  }

  #w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb5ce-87fbb5a0 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: end;
    justify-self: stretch;
  }

  #w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb5d0-87fbb5a0 {
    grid-area: 1 / 6 / 2 / 11;
    align-self: end;
    justify-self: stretch;
  }

  #w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb5d5-87fbb5a0 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb5e3-87fbb5a0 {
    grid-area: 1 / 6 / 2 / 11;
  }

  #w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb5ee-87fbb5a0 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: end;
    justify-self: stretch;
  }

  #w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb5f0-87fbb5a0 {
    grid-area: 1 / 6 / 2 / 11;
    align-self: end;
    justify-self: stretch;
  }

  #w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb5f5-87fbb5a0 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb603-87fbb5a0 {
    grid-area: 1 / 6 / 2 / 11;
  }

  #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a228933, #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a228934, #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a228935 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_89b87276-0b7b-fa72-bbf7-d6c879116733-5a228935 {
    grid-column-start: 1;
  }

  #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a228936, #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a228937, #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a228938, #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a228939, #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a22893a, #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a22893b, #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a22893d, #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a22893f, #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a228940, #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a228941, #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a228942, #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a228943, #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a228944 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e484a9b9-756d-a4e2-a05a-92faef45c0ad-5a22892b, #w-node-e9bc069f-d2a7-308f-bc96-3d49457aab7d-5a22892b, #w-node-d5a94ae5-0097-4637-33ac-469eefd4930b-5a22892b, #w-node-_2467998e-b448-651a-0b07-98341dab6bab-5a22892b, #w-node-_611b5abd-7672-e6a9-4e9c-f5d0daff3d53-5a22892b, #w-node-_2b679bbc-ba67-c0b7-5ce0-d752556727df-5a22892b, #w-node-_6cac282c-ed42-a0a9-3f86-0a09a601c1ce-5a22892b, #w-node-e431ecb2-b437-d73a-e5d8-2bdd085dffe6-5a22892b, #w-node-_3a907c56-0778-a5f9-97c6-3d82aae99d0e-5a22892b, #w-node-_04a78c1b-cdcd-5c5f-df57-062482718b32-5a22892b, #w-node-c3ee903f-e3b6-31c8-f1e1-e7775fe5caf8-5a22892b, #w-node-aa5cd8fc-6c16-7e81-51c4-2db0d2da1cb3-5a22892b, #w-node-_3c911747-e38b-56ea-3a2c-962715c1fe41-5a22892b, #w-node-_238e3d4c-56f1-e3da-fbfa-50f95af0d17f-5a22892b, #w-node-_08789be0-3422-6b6b-ed47-3882862f115e-5a22892b, #w-node-_8a7e393e-50f0-a55a-638c-ca977386a313-5a22892b, #w-node-c9a03f04-d639-05a1-5962-210aba2ab3df-5a22892b, #w-node-_98e99882-5709-5689-662f-ecaab4898f18-5a22892b, #w-node-be179939-22e5-5de9-2cb9-3e1743fc362a-5a22892b, #w-node-_77ed348e-4bd0-2f19-033d-313573732cc2-5a22892b, #w-node-_94db63a9-ddd9-0b3e-bb03-4588203fdf56-5a22892b {
    justify-self: end;
  }

  #w-node-a23edf06-b81a-e256-c76b-a77152578f21-52578f1d {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: start;
  }

  #w-node-a23edf06-b81a-e256-c76b-a77152578f24-52578f1d {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: start;
  }

  #w-node-f1580aa1-d2fa-50c1-7acb-3f0c1b0c4e8f-52578f1d {
    grid-area: 1 / 6 / 2 / 11;
    justify-self: end;
  }

  #w-node-a23edf06-b81a-e256-c76b-a77152578f27-52578f1d {
    grid-row: 2 / 3;
    grid-column-start: 6;
  }

  #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a22892d {
    grid-column: span 1 / span 1;
  }

  #w-node-_9a56a7d3-e066-e325-333d-1f437e30b789-7e30b786 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: end;
    justify-self: stretch;
  }

  #w-node-_9a56a7d3-e066-e325-333d-1f437e30b78b-7e30b786 {
    grid-area: 1 / 6 / 2 / 11;
    align-self: end;
    justify-self: stretch;
  }

  #w-node-_9a56a7d3-e066-e325-333d-1f437e30b796-7e30b786 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_9a56a7d3-e066-e325-333d-1f437e30b798-7e30b786 {
    grid-area: 1 / 6 / 2 / 11;
  }

  #w-node-_9a56a7d3-e066-e325-333d-1f437e30b7a7-7e30b786 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: end;
    justify-self: stretch;
  }

  #w-node-_9a56a7d3-e066-e325-333d-1f437e30b7a9-7e30b786 {
    grid-area: 1 / 6 / 2 / 11;
    align-self: end;
    justify-self: stretch;
  }

  #w-node-_9a56a7d3-e066-e325-333d-1f437e30b7b2-7e30b786 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_9a56a7d3-e066-e325-333d-1f437e30b7b4-7e30b786 {
    grid-area: 1 / 6 / 2 / 11;
  }

  #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a22892e, #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a22892f, #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a228930 {
    grid-column: span 1 / span 1;
  }

  #w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a228930 {
    grid-column: span 8 / span 8;
  }

  #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a228931 {
    grid-column: span 1 / span 1;
  }

  #w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb5f0-87fbb5a0 {
    grid-area: 1 / 1 / 2 / 11;
    align-self: end;
    justify-self: stretch;
  }

  #w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb603-87fbb5a0 {
    grid-area: 1 / 1 / 2 / 11;
  }

  #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a228933, #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a228934, #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a228935, #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a228936, #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a228937, #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a228938, #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a228939, #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a22893a, #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a22893b, #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a22893d {
    grid-column: span 1 / span 1;
  }

  #w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a22893d {
    grid-column: span 8 / span 8;
  }

  #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a22893f, #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a228940, #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a228941, #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a228942, #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a228943, #w-node-e6665a52-a2a3-2233-f686-9160b73113d4-5a228944 {
    grid-column: span 1 / span 1;
  }

  #w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eac2-5a228946, #w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eacc-5a228946, #w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8ead6-5a228946, #w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eae0-5a228946, #w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eaea-5a228946, #w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eaf4-5a228946, #w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eafe-5a228946, #w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb08-5a228946, #w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb12-5a228946, #w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb1c-5a228946, #w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb26-5a228946, #w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb30-5a228946, #w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb3a-5a228946, #w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb44-5a228946, #w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb4e-5a228946, #w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb58-5a228946, #w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb62-5a228946, #w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb6c-5a228946, #w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb76-5a228946, #w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb80-5a228946, #w-node-dd1812da-6df4-d58a-1da9-6a9bb1f8eb8a-5a228946 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #linienwerk.w-node-bfbe8d51-cea5-f388-6a6f-c2d1df5b2836-5a22892b {
    grid-column: 3 / 9;
  }

  #quittungsdrucker.w-node-be2fe16b-b85e-7f56-07e9-1e04be136ea4-5a22892b, #bt-scarf.w-node-b5b8d40f-b2f2-c461-252c-741598039de7-5a22892b {
    grid-column: 2 / 10;
  }

  #from-toys-to-type.w-node-e13b0c6c-954f-cd8d-29c3-05b726350745-5a22892b, #lets-play-type.w-node-f7e782b4-4f55-1389-cafd-db0e6704c12a-5a22892b {
    grid-column: 3 / 9;
    justify-self: center;
  }

  #bt-flimmer-schrift.w-node-_28f0c97a-139f-146b-3d34-44345286cd6f-5a22892b {
    grid-column: 4 / 8;
  }

  #bleifrei-type-webseite.w-node-_905d9af7-88d7-b9b2-70b9-26d3f67abfd8-5a22892b {
    grid-column: 2 / 10;
  }

  #medizin-automat.w-node-e3f8feb6-22d4-bcce-6bfa-e643fe35b24b-5a22892b {
    grid-column: 3 / 9;
    justify-self: center;
  }

  #kunapra-efel.w-node-d0d5c79d-00ba-226e-a5ec-4d675edd9b77-5a22892b {
    grid-column: 4 / 8;
  }

  #retro-games.w-node-_3f53e986-71f1-1b9b-888c-d9e76f66a387-5a22892b {
    grid-column: 2 / 10;
  }

  #bleed-through.w-node-_49893833-ed3b-70bb-470c-9e2e2c2a7dbe-5a22892b {
    grid-column: 4 / 8;
  }

  #controller.w-node-a908c704-82a5-db13-6975-cf6897eaf560-5a22892b {
    grid-column-start: 2;
  }

  #mask-on.w-node-_8d6ae93a-a8ae-e1e9-d1a2-6f714ceee24c-5a22892b {
    grid-column: 3 / 9;
  }

  #botanical-fictions.w-node-_46c4c1ca-3e43-d969-8a55-4356e313e33c-5a22892b {
    grid-column: 2 / 10;
  }

  #distorted-alphabet.w-node-_0702352f-1f0c-78c7-b0cd-8b6de65c4f6f-5a22892b {
    grid-column: 4 / 8;
  }

  #point-of-view.w-node-b3d4e1a6-5ce9-caeb-dc8e-b46fb4c0981f-5a22892b {
    grid-column: 3 / 9;
  }

  #speed.w-node-c9e2c216-d539-e4fc-9727-b4690f5bcce4-5a22892b {
    grid-column: 2 / 10;
  }

  #passwort-gesicht.w-node-_26c46c18-021c-c46d-865f-d7bf45db59ed-5a22892b {
    grid-column-start: 1;
  }

  #zahnbuerste.w-node-_3e58f95a-1cea-bd41-b85e-aaead279d817-5a22892b {
    grid-column: 4 / 8;
  }

  #type-specimen-relevant.w-node-_45c2422c-3960-0546-a1a8-9914817e2a76-5a22892b {
    grid-column: 3 / 9;
  }

  #w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a22892d {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_89b87276-0b7b-fa72-bbf7-d6c879116733-5a22892d {
    grid-column: 1 / 5;
  }

  #w-node-_7040fd72-d46b-bb73-24a5-9fae9b97d19f-5a22892d {
    grid-column: 7 / 8;
  }

  #w-node-_35ff3b19-daf6-c0c3-5272-d7c329085188-5a22892d {
    grid-column: 7 / 11;
  }

  #w-node-b0fa997e-b165-ea48-ab41-767bac2f3e69-5a22892d {
    grid-column: 1 / 8;
  }

  #w-node-_6cfd6988-ec59-255c-597f-c35ad9dc47ff-5a22892d {
    grid-column: 4 / 11;
  }

  #w-node-_1bc15856-460d-8bbf-765e-1fc6c8586e1a-5a22892d {
    grid-column: 2 / 9;
  }

  #w-node-_456c0a44-3f2a-f355-a79f-d061eb20bb61-5a22892d {
    grid-column: 4 / 11;
  }

  #w-node-_9313db73-1612-ec7a-886f-cfb069c62119-5a22892d {
    grid-column: 3 / 10;
  }

  #w-node-_2caa35f4-e33f-20f0-064a-0df503a19515-5a22892d {
    grid-column: 1 / 8;
  }

  #w-node-efdc9277-df52-8957-e286-756da657e634-5a22892d {
    grid-column: 2 / 9;
  }

  #w-node-_00c878ad-875e-1b56-3a9e-f2985d882237-5a22892d {
    grid-column: 4 / 11;
  }

  #w-node-_4f189a07-af41-552b-33a8-692d5dc563c6-5a22892d {
    grid-column: 2 / 6;
  }

  #w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a22892e {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_7040fd72-d46b-bb73-24a5-9fae9b97d19f-5a22892e {
    grid-column: 6 / 10;
  }

  #w-node-_30c57acb-567d-0e32-4cec-e42b4a2060f2-5a22892e {
    grid-column: 1 / 8;
  }

  #w-node-_1cdcbd74-3887-15e1-c6af-7f761c4ab9aa-5a22892e {
    grid-column: 3 / 10;
  }

  #w-node-_18f647e7-3e1b-afce-ed61-2fc5abb0cde5-5a22892e {
    grid-column: 4 / 11;
  }

  #w-node-c2692d29-5c22-3a28-c9fa-18b62c7a9e1b-5a22892e {
    grid-column: 1 / 5;
  }

  #w-node-_0515d865-5d8c-2922-ed45-01b248897467-5a22892e {
    grid-column: 6 / 10;
  }

  #w-node-_2e9927e0-4f90-32cb-a57e-1e4b530e8cef-5a22892e {
    grid-column: 2 / 10;
  }

  #w-node-da480031-13d6-8f5c-6e97-b1cf10968060-5a22892e {
    grid-column: 4 / 11;
  }

  #w-node-_2f661181-5bea-0ca3-ce80-9dfd6714ba2c-5a22892e {
    grid-column: 1 / 7;
  }

  #w-node-_728338d0-b413-6729-ef4e-020e9d644100-5a22892e {
    grid-column: 6 / 10;
  }

  #w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a22892f {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_89b87276-0b7b-fa72-bbf7-d6c879116733-5a22892f {
    grid-column-end: 9;
  }

  #w-node-acae711f-1f58-223f-b093-cd14e36cf3d6-5a22892f {
    grid-column: 6 / 11;
  }

  #w-node-_7e1a1223-2f77-b41d-4c0d-18b5bfbf10a5-5a22892f {
    grid-column: 2 / 7;
  }

  #w-node-f8ec759b-71a8-aabf-cb94-977bc0287437-5a22892f {
    grid-column: 3 / 11;
  }

  #w-node-_9ae8ab08-f9a3-4d29-89fe-f53b23224340-5a22892f {
    grid-column: 1 / 6;
  }

  #w-node-b45f40f9-ab20-d22e-203e-2cfb10f7158e-5a22892f {
    grid-column: 1 / 11;
  }

  #w-node-a8d6cbbd-5e68-e7d0-fb5b-aeae80a78a9e-5a22892f {
    grid-column: 4 / 9;
  }

  #w-node-aff7704f-2d21-f338-449b-d377a2d224db-5a22892f {
    grid-column: 5 / 11;
  }

  #w-node-_7040fd72-d46b-bb73-24a5-9fae9b97d19f-5a228930 {
    grid-column: 1 / 7;
  }

  #w-node-_49e38c3b-e4f0-0cf9-6423-a4fd7860493e-5a228930 {
    grid-column: 6 / 11;
  }

  #w-node-f3202dcd-183a-41d5-f220-d39f71f63317-5a228930 {
    grid-column: 1 / 7;
  }

  #w-node-_37c973ae-0aa8-07ba-4e7f-99e551191dc6-5a228930 {
    grid-column: 4 / 10;
  }

  #w-node-_218adddd-45cb-ef86-ba48-a2bff4c439d6-5a228930 {
    grid-column: 2 / 11;
  }

  #w-node-_962f2418-7dfd-fc98-e082-dbd947edb593-5a228930 {
    grid-column: 1 / 7;
  }

  #w-node-_7bdbe1a6-5c2f-d746-2361-40bfd9b6c3ff-5a228930 {
    grid-column: 5 / 11;
  }

  #w-node-_1d28620d-e838-5b4f-cb20-d2769ac3cbd8-5a228930 {
    grid-column: 2 / 8;
  }

  #w-node-_7e64eb19-a500-93ef-c23c-a088c9544e25-5a228930 {
    grid-column: 4 / 11;
  }

  #w-node-_330863fb-6439-2d5e-d1cb-017653a76e0d-5a228930 {
    grid-column: 1 / 7;
  }

  #w-node-_7c28ce22-b8bb-09c7-b5b8-5d09c952210e-5a228930 {
    grid-column: 3 / 9;
  }

  #w-node-_03c0d2d3-c06a-b972-46c4-745d639e2204-5a228930 {
    grid-column: 4 / 11;
  }

  #w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a228931 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_7040fd72-d46b-bb73-24a5-9fae9b97d19f-5a228931 {
    grid-column: 4 / 8;
  }

  #w-node-_4dbf8cb0-0886-1779-dc2f-b6398bdfe0c8-5a228931 {
    grid-column: 7 / 11;
  }

  #w-node-_91c8d350-f104-7cf4-8015-683543e351c7-5a228931 {
    grid-column-end: 3;
  }

  #w-node-bcda9fdd-d8e4-0e92-43f0-c2b025926626-5a228931 {
    grid-column: 5 / 6;
  }

  #w-node-_18f2dc88-e8d5-bada-ace5-047dce48d8c4-5a228931 {
    grid-area: 1 / 4 / 2 / 11;
  }

  #w-node-_25eaca83-9db8-c603-303b-afa11934af94-5a228931 {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-ada16b76-9e20-1255-183d-f99e99220a76-5a228931 {
    grid-column: 4 / 11;
  }

  #w-node-_3faeba08-a83e-0567-c71d-78561082087b-5a228931 {
    grid-column: 1 / 5;
  }

  #w-node-_07ca61b3-4a6d-dab4-7084-b493eef702d4-5a228931 {
    grid-column: 4 / 11;
  }

  #w-node-e28c8108-3ee5-1dc5-eef2-8416a6aaac01-5a228931 {
    grid-column: 1 / 8;
  }

  #w-node-d0fde6bc-d3b3-a17e-0954-0b46ef948bd7-5a228931 {
    grid-column-end: 11;
  }

  #w-node-_1981979b-cd8e-a04d-4655-11954ade6dae-5a228931 {
    grid-column-end: 8;
  }

  #w-node-f5082e3a-a9de-ea82-b454-d4415d3695cb-5a228931 {
    grid-column: 4 / 11;
  }

  #w-node-ea069250-3533-c8f7-861b-c0188cb24a42-5a228931 {
    grid-column: 1 / 8;
  }

  #w-node-ccc71d42-7895-90c3-c5ee-d1e6c402d3f2-5a228931 {
    grid-column: 4 / 11;
  }

  #w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb5ce-87fbb5a0 {
    grid-area: 1 / 1 / 2 / 11;
    align-self: end;
    justify-self: stretch;
  }

  #w-node-e0b999c4-ed5a-ebb5-1032-f14587fbb5d5-87fbb5a0 {
    grid-area: 1 / 1 / 2 / 11;
  }

  #w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a228933 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_89b87276-0b7b-fa72-bbf7-d6c879116733-5a228933 {
    grid-column: 1 / 5;
  }

  #w-node-_93e6cd3e-771d-5310-ef9e-802b75bda825-5a228933 {
    grid-column-start: 6;
  }

  #w-node-_43c42a63-8e3c-5b69-ea8e-33ef98b8aa68-5a228933 {
    grid-column: 3 / 8;
  }

  #w-node-aaf13f0d-d608-8580-3c78-85284b2c4f8a-5a228933 {
    grid-column: 1 / 5;
  }

  #w-node-_699d73f5-cf0d-c716-05f9-69c0144c3c63-5a228933 {
    grid-column: 5 / 9;
  }

  #w-node-_1f524363-a98f-135a-e94c-898de5ae43fc-5a228933 {
    grid-column: 4 / 8;
  }

  #w-node-_3e099652-d424-4d5f-317e-04b4c147d49a-5a228933 {
    grid-column: 7 / 11;
  }

  #w-node-_0979c0ee-7f86-6260-0d4a-678aaef56295-5a228933 {
    grid-column: 5 / 10;
  }

  #w-node-_812b7163-0309-d84e-950e-7f7a386757e9-5a228933 {
    grid-column: 1 / 5;
  }

  #w-node-e4655734-180c-316e-d2a2-e36acd3c1da4-5a228933 {
    grid-column: 5 / 9;
  }

  #w-node-_84639cf0-a0f9-36ef-c85e-b616ceb277ef-5a228933 {
    grid-column-start: 7;
  }

  #w-node-_20daaece-c692-4c00-7a76-7ea6aa4dd65e-5a228933 {
    grid-column: 1 / 10;
  }

  #w-node-d34a304a-0c2f-5bb3-c59c-19f4ddd2fd84-5a228933 {
    grid-column: 3 / 7;
  }

  #w-node-_9aa22852-2c4b-2e21-6843-14a796928717-5a228933 {
    grid-column: 7 / 11;
  }

  #w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a228934 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_7040fd72-d46b-bb73-24a5-9fae9b97d19f-5a228934 {
    grid-column: 6 / 11;
  }

  #w-node-b5dec389-6b8a-0eb3-32b9-832d21863254-5a228934 {
    grid-column: 1 / 8;
  }

  #w-node-b4b81a0b-0ded-64b6-356f-b9868d87d13f-5a228934 {
    grid-column: 1 / 7;
  }

  #w-node-f5457e54-f2ac-6c00-8c23-83e4fae64293-5a228934 {
    grid-column: 4 / 11;
  }

  #w-node-_4ce539ec-29d2-718e-c0bb-2f13a9ff36e4-5a228934 {
    grid-column: 1 / 11;
  }

  #w-node-_43bbfcb2-de96-5134-3b18-97b76a7e9e62-5a228934 {
    grid-column: 2 / 10;
  }

  #w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a228935 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_89b87276-0b7b-fa72-bbf7-d6c879116733-5a228935 {
    grid-column: 2 / 6;
  }

  #w-node-_326b0e10-8674-7fc8-0746-4af8e73cb177-5a228935 {
    grid-column: 6 / 11;
  }

  #w-node-_26d9220a-5d0d-4b17-806b-aaaa17931cda-5a228935 {
    grid-column: 1 / 6;
  }

  #w-node-dfef504d-3c67-50d6-ad0b-4e76a62a9304-5a228935 {
    grid-column: 6 / 11;
  }

  #w-node-_1729d695-94ea-b828-94c3-a2406252989b-5a228935 {
    grid-column: 1 / 5;
  }

  #w-node-c5ab5a15-2d4a-77f1-3b52-6be1dc061f99-5a228935 {
    grid-column: 5 / 10;
  }

  #w-node-_763b0bc9-010f-04de-165a-e29ac5773db7-5a228935 {
    grid-column: 1 / 5;
  }

  #w-node-_902b13fb-57e4-803c-1029-b1d23a8be915-5a228935 {
    grid-column-end: 11;
  }

  #w-node-_3284a032-927c-182a-58fb-6a4ae29e1dcd-5a228935 {
    grid-column: 3 / 7;
  }

  #w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a228936 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_7040fd72-d46b-bb73-24a5-9fae9b97d19f-5a228936 {
    grid-column: 1 / 8;
  }

  #w-node-_6639abb0-9866-1d17-7eda-1c8390ded8a2-5a228936 {
    grid-column-end: 11;
  }

  #w-node-_98ce1c49-9318-efce-40a3-00f042864ea7-5a228936 {
    grid-column-end: 6;
  }

  #w-node-_391df7a2-1b93-d964-11ff-3f727f9c6322-5a228936 {
    grid-column-start: 4;
  }

  #w-node-_84b4dbf8-fae3-fa06-66de-8298610f7515-5a228936 {
    grid-column-end: 9;
  }

  #w-node-_11ea3ac9-ef76-962d-2dba-740d93314df4-5a228936 {
    grid-column-start: 3;
  }

  #w-node-_8b6925de-9fa3-d099-9db1-049c6110a88a-5a228936 {
    grid-column-start: 4;
  }

  #w-node-_518946e8-8695-f814-e332-35e2f851c46f-5a228936 {
    grid-column-end: 8;
  }

  #w-node-_7330848b-9fe9-86d5-75f2-8614516dd9bd-5a228936 {
    grid-column-start: 3;
  }

  #w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a228937 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_7040fd72-d46b-bb73-24a5-9fae9b97d19f-5a228937 {
    grid-column-end: 8;
  }

  #w-node-_8a596204-17c7-8273-cf1d-baa145dddeaa-5a228937 {
    grid-area: 1 / 6 / 2 / 10;
  }

  #w-node-f9997708-a95d-31fe-dd4e-45e831590825-5a228937 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-a6ba46bd-7f60-6f5a-a82a-2cd73b85fc42-5a228937 {
    grid-area: 1 / 6 / 2 / 11;
  }

  #w-node-_500951b4-7a16-54fd-bba2-07568eaf9dc3-5a228937 {
    grid-column: 1 / 9;
  }

  #w-node-_5a33cbe1-9a90-b8bf-4e2c-aaf3ebd29536-5a228937 {
    grid-column: 5 / 10;
  }

  #w-node-_0c75af33-a7b2-4f60-1dc5-6c37559243e7-5a228937 {
    grid-column: 1 / 5;
  }

  #w-node-_3be406a6-c95c-ef6c-20b8-488dca3dec40-5a228937 {
    grid-area: 1 / 6 / 2 / 11;
  }

  #w-node-_10325ea1-09dd-1ddf-3b23-dfc2f46e86d8-5a228937 {
    grid-column: 2 / 7;
  }

  #w-node-dd9a2d09-2737-51c5-2afe-fd14140b6d09-5a228937 {
    grid-column: 5 / 10;
  }

  #w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a228939 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_7040fd72-d46b-bb73-24a5-9fae9b97d19f-5a228939 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_308a8574-d615-dd33-bd91-b194f9f1df6c-5a228939 {
    grid-area: 1 / 4 / 2 / 10;
  }

  #w-node-_2c9f912b-9511-fc81-2e2c-ae42ffb9396b-5a228939 {
    grid-column: 2 / 8;
  }

  #w-node-d2e35f61-7476-7550-1476-18fc7eca0274-5a228939 {
    grid-column: 5 / 11;
  }

  #w-node-_3559e519-8e9c-e5a5-8fdb-a219db57670c-5a228939 {
    grid-column: 1 / 7;
  }

  #w-node-_89e4b2d8-5fb2-88fb-a046-7244758519a8-5a228939 {
    grid-column: 3 / 9;
  }

  #w-node-_449e8475-6785-3716-cda9-dcab647aaec9-5a228939 {
    grid-column: 5 / 11;
  }

  #w-node-_3ecb55d8-2842-5b1b-a2f3-41e22454d9a6-5a228939 {
    grid-column: 1 / 5;
  }

  #w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a22893a {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_89b87276-0b7b-fa72-bbf7-d6c879116733-5a22893a {
    grid-column: 3 / 11;
  }

  #w-node-b0ac2645-a6d4-1152-4f28-744833b43220-5a22893a {
    grid-column: 1 / 5;
  }

  #w-node-a594d3d6-1098-f89a-5bce-d5eea4481962-5a22893a {
    grid-column: 6 / 11;
  }

  #w-node-_0eae24ad-1309-422a-0720-a7267d744b2b-5a22893a {
    grid-column: 3 / 9;
  }

  #w-node-_94065886-16ed-9d0c-d3c9-45308e8c54c6-5a22893a {
    grid-column: 1 / 6;
  }

  #w-node-_677105b6-23db-3fa1-7d15-4d46464e0c81-5a22893a {
    grid-column: 6 / 11;
  }

  #w-node-feacb046-5761-86f1-9907-e2a217d7073f-5a22893a {
    grid-column: 3 / 8;
  }

  #w-node-b1b692d8-7db5-89a6-f43f-46dec1c6a57b-5a22893a {
    grid-column: 1 / 11;
  }

  #w-node-ad48ef12-8a0f-c3eb-3663-ae4ba3e20621-5a22893a {
    grid-column: 2 / 10;
  }

  #w-node-dfc2e640-17e3-d614-8a64-3089c1611a41-5a22893a {
    grid-column: 1 / 9;
  }

  #w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a22893b {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_7040fd72-d46b-bb73-24a5-9fae9b97d19f-5a22893b {
    grid-column: 1 / 5;
  }

  #w-node-d208c4d1-2cad-7d6c-e999-d384863cbbab-5a22893b {
    grid-column: 6 / 10;
  }

  #w-node-_30cbd35d-d56b-ae7d-69d4-d4cc53af2d5e-5a22893b {
    grid-column: 2 / 6;
  }

  #w-node-_393b733f-fe54-ecc6-4b7f-d9662b13e743-5a22893b {
    grid-column: 5 / 9;
  }

  #w-node-_17b0b197-16fa-78d7-19e9-abba02f5e747-5a22893b {
    grid-column-end: 6;
  }

  #w-node-_42a46d11-a1f3-0dfb-3dbe-7327a390a921-5a22893b {
    grid-column: 6 / 10;
  }

  #w-node-_3923c24b-90e3-c472-0d55-fb997b54c7f2-5a22893b {
    grid-column-end: 5;
  }

  #w-node-_76d50725-2350-049a-abdf-51a9874edb2c-5a22893b {
    grid-column: 7 / 11;
  }

  #w-node-_434fccb5-7dac-81f9-b25c-de326d845928-5a22893b {
    grid-column: 3 / 8;
  }

  #w-node-_069f9b71-0086-8c09-6574-daedba1481bd-5a22893b {
    grid-column: 7 / 11;
  }

  #w-node-c014122f-e012-ec4e-34a6-f1b6a90b44ae-5a22893b {
    grid-column: 1 / 5;
  }

  #w-node-_9caedc1d-d982-3e3d-4895-dcd2d0e62bf9-5a22893b {
    grid-column: 3 / 7;
  }

  #w-node-f2922710-1f0b-eea3-def9-ccbec140619c-5a22893b {
    grid-column-start: 7;
  }

  #w-node-_4d606d80-a766-c66d-4ae8-b6317a8360f9-5a22893b {
    grid-column: 1 / 5;
  }

  #w-node-_6b56b2cb-d335-b9ec-70f5-040d56d85b56-5a22893b {
    grid-column: 6 / 10;
  }

  #w-node-_2722ff8e-75b9-9733-2984-a783139757fa-5a22893b {
    grid-column: 2 / 6;
  }

  #w-node-_7040fd72-d46b-bb73-24a5-9fae9b97d19f-5a22893d {
    grid-column-end: 4;
  }

  #w-node-_5474ee3f-61a4-55eb-055c-2d7b6a60effc-5a22893d {
    grid-column-end: 10;
  }

  #w-node-fa6f080a-347c-7b49-d5c5-2e6a84a79daa-5a22893d {
    grid-column-end: 7;
  }

  #w-node-bc869f33-3513-d0e8-8c13-bfd37a41d889-5a22893d {
    grid-column-end: 5;
  }

  #w-node-b1d6d688-d9cb-0b59-3fa9-0c136ea3e238-5a22893d {
    grid-column-end: 11;
  }

  #w-node-_7d28fbb5-2789-56ba-9285-7617df1e6728-5a22893d {
    grid-column: 2 / 4;
  }

  #w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a22893f {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_89b87276-0b7b-fa72-bbf7-d6c879116733-5a22893f {
    grid-column: 1 / 6;
  }

  #w-node-_077bafd4-eb7e-09f4-cbf2-1191a443e6c6-5a22893f {
    grid-column-start: 3;
  }

  #w-node-_75cf7a8e-9808-8f65-a024-3bb7e4ee2922-5a22893f {
    grid-column-start: 1;
  }

  #w-node-cbf645fb-5364-d89f-1960-a1c41b614bbb-5a22893f {
    grid-column-end: 10;
  }

  #w-node-_26c3a615-8aef-defc-d9bd-78186ba90616-5a22893f {
    grid-column-start: 1;
  }

  #w-node-b18b9da7-786c-52af-d0fc-92bc43032b0d-5a22893f {
    grid-column-end: 11;
  }

  #w-node-_7f1551cc-aa99-5c69-5d21-0ffc7d093445-5a22893f {
    grid-column: 3 / 8;
  }

  #w-node-_33222349-8355-06bf-1608-a7d6382ee62e-5a22893f {
    grid-column: 1 / 6;
  }

  #w-node-deb7a265-bead-afbd-fd63-d5ba4666063e-5a22893f {
    grid-column-start: 2;
  }

  #w-node-d807edb3-3719-a638-6e8a-5cd6d055b4c7-5a22893f {
    grid-column-end: 6;
  }

  #w-node-a8e14848-7917-6425-91e4-4f0f7b23e348-5a22893f {
    grid-column: 6 / 10;
  }

  #w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a228940 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_8ee3d379-e443-b182-5de4-e689abe321c9-5a228940 {
    grid-column-end: 10;
  }

  #w-node-dd1aee85-5b82-506e-6495-d11986984a75-5a228940 {
    grid-column: 3 / 7;
  }

  #w-node-_7003ed14-55d8-66fa-958e-9ff376e508d0-5a228940 {
    grid-column: 7 / 11;
  }

  #w-node-_402632f1-18f0-6c0d-5968-75b5a2e26b9b-5a228940 {
    grid-column: 1 / 9;
  }

  #w-node-e58908ae-df98-0ab4-857e-8eb8ab01394c-5a228940 {
    grid-column-end: 8;
  }

  #w-node-_2cc6f41e-9329-52f6-214f-2619483b89ed-5a228940 {
    grid-column: 2 / 11;
  }

  #w-node-ba6fa65e-0876-3ab8-570d-38820495133d-5a228940 {
    grid-column: 2 / 6;
  }

  #w-node-d8e10deb-ae13-6c2c-73be-8f9574c9d086-5a228940 {
    grid-column: 6 / 10;
  }

  #w-node-_69d55088-c4b4-5d6f-3194-8a981e50ce19-5a228940 {
    grid-column: 4 / 11;
  }

  #w-node-_2666ada3-cab2-ba3c-3374-1da4cbfcf02a-5a228940 {
    grid-column-end: 8;
  }

  #w-node-_16d9dc9d-473c-7e72-0d75-eef3cf9eb5b5-5a228940 {
    grid-column: 6 / 10;
  }

  #w-node-_09bd1afe-ed59-ecb2-c094-06e0597bb9c5-5a228940 {
    grid-column: 2 / 6;
  }

  #w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a228941 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_7158666f-43e8-1855-0c78-fae730daaf43-5a228941 {
    grid-column: 2 / 7;
  }

  #w-node-f5ced900-efd5-4ac8-98f2-36bcf59f4ac2-5a228941 {
    grid-column: 5 / 10;
  }

  #w-node-_6cc04936-4bbf-0f90-c9ff-436a4010eb48-5a228941 {
    grid-column: 1 / 9;
  }

  #w-node-e0c719c3-f81f-01b8-3b54-2a2661229c6d-5a228941 {
    grid-column: 6 / 11;
  }

  #w-node-e1274c2d-ae0d-2f7e-cc9b-a2e5ebfb3cab-5a228941 {
    grid-column: 1 / 6;
  }

  #w-node-b1bdfe3d-e42d-574a-df96-d550b79005b6-5a228941 {
    grid-column: 6 / 10;
  }

  #w-node-ea075c07-d1b2-25e7-9bec-619ca0ab7873-5a228941 {
    grid-column: 3 / 8;
  }

  #w-node-e810af62-209a-e7e3-820e-2450b3ecd0c3-5a228941 {
    grid-column: 1 / 11;
  }

  #w-node-_34f75530-301a-11f1-0f92-1b8df7bb2978-5a228941 {
    grid-column: 1 / 6;
  }

  #w-node-_6191ee64-a877-c81d-b0cf-3a71f9f8f629-5a228941 {
    grid-column: 6 / 11;
  }

  #w-node-f19fa325-5a96-d191-61ca-eacb6932fb27-5a228941 {
    grid-column: 1 / 6;
  }

  #w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a228942 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_761ccff7-0f00-79d2-a62c-286e9497acbb-5a228942 {
    grid-column: 2 / 9;
  }

  #w-node-_56c353e7-abb6-4a0d-a948-49a3c7f9def7-5a228942 {
    grid-column: 5 / 10;
  }

  #w-node-_7158666f-43e8-1855-0c78-fae730daaf43-5a228942 {
    grid-column: 1 / 7;
  }

  #w-node-_97e4a223-f117-1f08-838b-3b240d4f8359-5a228942 {
    grid-column: 7 / 11;
  }

  #w-node-d8d6d301-629c-e10b-3105-d66afd2f8bb3-5a228942 {
    grid-column: 2 / 6;
  }

  #w-node-_041a23c0-a4f4-d969-7eae-54cc5c39a51b-5a228942 {
    grid-column: 6 / 10;
  }

  #w-node-adc00e06-db69-1eac-cb12-cbb927342dfd-5a228942 {
    grid-column: 4 / 11;
  }

  #w-node-fde8fbc6-5ccb-902c-b1af-6311dc830c5b-5a228942 {
    grid-column: 1 / 7;
  }

  #w-node-_031c4303-026e-dd01-8d20-5f8c23f6b0ca-5a228942 {
    grid-column: 7 / 11;
  }

  #w-node-_5e67565b-4a8b-6a07-9782-d0254a4c3400-5a228942 {
    grid-column: 1 / 5;
  }

  #w-node-eba20342-fc30-edab-2c71-37e20ac15d66-5a228942 {
    grid-column: 3 / 7;
  }

  #w-node-_96b8887b-b5cb-e32b-eea0-62aafc11ce44-5a228942 {
    grid-column: 4 / 10;
  }

  #w-node-_59d7aac1-48f2-4a3b-4ba7-dc5a47641a23-5a228942 {
    grid-column: 1 / 5;
  }

  #w-node-f0238c08-6e26-fd35-7740-48857d435759-5a228942 {
    grid-column: 6 / 10;
  }

  #w-node-_62d236d8-b5de-f008-f25d-0ac269750628-5a228942 {
    grid-column: 2 / 6;
  }

  #w-node-_4abc6930-50ad-824e-e951-60016995ad5f-5a228942 {
    grid-column: 7 / 11;
  }

  #w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a228943 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_761ccff7-0f00-79d2-a62c-286e9497acbb-5a228943 {
    grid-column: 1 / 7;
  }

  #w-node-ec9dc1a3-fd34-96f7-bce0-a84d58d12334-5a228943 {
    grid-column: 7 / 11;
  }

  #w-node-bb6d0d62-582b-bbca-a298-0d49d167d59f-5a228943 {
    grid-column: 3 / 9;
  }

  #w-node-a3b41583-1d02-cc30-ff1b-17b1d5e17d3e-5a228943 {
    grid-column: 3 / 11;
  }

  #w-node-_17507e56-3d34-c6d3-7386-8201055747dc-5a228943 {
    grid-column: 1 / 7;
  }

  #w-node-_68850c47-0c22-0dec-04b5-04a79551ae2a-5a228943 {
    grid-column: 2 / 10;
  }

  #w-node-_74eb9788-fb55-05a8-19c0-2b5c89ee8fe6-5a228943 {
    grid-column: 1 / 5;
  }

  #w-node-_433e987b-86e9-2339-29bd-aec93cc74160-5a228943 {
    grid-column: 3 / 11;
  }

  #w-node-_7ff794c2-0d0e-156d-b98c-21f82d03061f-5a228943 {
    grid-column: 7 / 11;
  }

  #w-node-_392507dd-e176-d1eb-b4d7-cedad3eaa7ff-5a228943 {
    grid-column: 1 / 7;
  }

  #w-node-_99f98a2f-7997-8062-0bed-06b783049797-5a228943 {
    grid-column: 2 / 10;
  }

  #w-node-f9f59ba3-4b7e-99e0-635d-70b1b11ce910-5a228943 {
    grid-column: 5 / 11;
  }

  #w-node-_416f21c5-ef39-242a-8d52-a90f4e8ba349-5a228944 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_638e9e1c-b901-20d6-8166-c77ef67cfa20-5a228944 {
    grid-column: 5 / 10;
  }

  #w-node-_3f44e7c6-9251-971a-9c54-2e6ca5174a9d-5a228944 {
    grid-column: 1 / 6;
  }

  #w-node-_57e7ad61-48a3-dc23-482e-4054dcc18114-5a228944 {
    grid-column: 3 / 8;
  }

  #w-node-_69265455-da7e-e4a8-9b08-ebc6e3b7ca6a-5a228944 {
    grid-column: 8 / 11;
  }

  #w-node-_2ce54b05-b02a-042f-5048-4cd468cf4eac-5a228944 {
    grid-column: 1 / 6;
  }

  #w-node-b37dff78-3cfb-8144-3695-649d48b80752-5a228944 {
    grid-column: 4 / 9;
  }

  #w-node-_609b238c-b4b4-f552-3a22-13b7110eee2d-5a228944 {
    grid-column: 6 / 11;
  }

  #w-node-f686deaa-0fdd-57e3-4890-6e31a08b1632-5a228944 {
    grid-column: 1 / 6;
  }

  #w-node-_0622fb39-fb12-850e-64b1-09b812ebe01b-5a228944 {
    grid-column: 2 / 7;
  }

  #w-node-_0ca90977-790a-23e0-dcb3-13e1f94987b5-5a228944 {
    grid-column: 6 / 11;
  }

  #w-node-_0712fde4-34d3-6453-f9c8-cf55db4debf7-5a228944 {
    grid-column: 4 / 9;
  }
}


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