:root {
  --blaugrau: #343f49;
  --jm-gelb: #ffa800;
  --black: black;
  --white: white;
  --grau: #333;
  --dunkelweiss: #f0f0f0;
  --jm-hellgelb: #ffc31f;
  --jm-dunkelgelb: #ff8400;
}

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

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

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

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

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

.hero-section {
  background-color: #ffa800;
  min-height: 100vh;
  position: relative;
  overflow: visible;
}

.div-block {
  background-color: var(--blaugrau);
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.line-cell {
  justify-content: center;
  padding-right: 12px;
}

.navbar {
  margin-top: 14px;
  padding-left: 40px;
  padding-right: 40px;
  position: static;
}

.navbar.impressum {
  padding-left: 0;
  padding-right: 0;
}

.burger-cell {
  justify-content: center;
  align-items: flex-end;
}

.arrows {
  z-index: 6;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20%;
  padding: 40px;
  display: none;
  position: absolute;
}

.scroll-insta {
  z-index: 6;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.logo-cell {
  align-items: flex-start;
}

.scrolldown {
  z-index: 5;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 198px;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.link {
  color: #fff;
  letter-spacing: 1px;
  font-family: Questrial, sans-serif;
  font-size: 12px;
  line-height: 10px;
  text-decoration: none;
}

.link:hover {
  opacity: .7;
}

.div-block-4 {
  margin-right: -15px;
  transform: rotate(-90deg);
}

.circle-and-text {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 100px;
  padding: 0 40px 40px;
  display: flex;
  position: absolute;
}

.circle {
  background-color: #fff;
  border-radius: 50%;
  justify-content: space-between;
  width: 380px;
  height: 380px;
  margin-top: 0;
  margin-left: 10vw;
  padding-top: 0;
  display: block;
  position: absolute;
}

.header {
  z-index: 5;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 56px;
  margin-left: 35vw;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
}

.hero-heading {
  color: var(--blaugrau);
  letter-spacing: -4px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-right: 0;
  font-family: Questrial, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
  display: block;
}

.hero-heading.typer {
  vertical-align: baseline;
  margin-top: 0;
  display: block;
  position: static;
  transform: scale(1);
}

.hero-container {
  max-width: 100%;
  height: auto;
  display: block;
  position: static;
}

.paragraph-2 {
  color: var(--blaugrau);
  letter-spacing: 0;
  padding-right: 0;
  font-family: Questrial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-2.cookie {
  margin-top: 10px;
  padding-right: 0;
  font-size: 15px;
  line-height: 27px;
}

.paragraph-2.bottomline-paragraph {
  font-size: 16px;
}

.arrow-right:hover {
  opacity: .6;
}

.arrow-left:hover {
  opacity: .7;
}

.parallax-layer-02 {
  width: 100%;
  height: auto;
  margin-bottom: -18px;
  margin-left: -28px;
  display: block;
  position: static;
}

.parallax-wrapper-02 {
  z-index: 2;
  width: 80%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.parallax-wrapper-03 {
  z-index: 3;
  width: 45%;
  margin-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.parallax-layer-03 {
  width: 100%;
  height: auto;
  margin-bottom: -39px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.small-heading {
  color: #fff;
  letter-spacing: 5px;
  margin-bottom: 0;
  font-family: Questrial, sans-serif;
  font-size: 12px;
}

.small-heading-wrapper {
  background-color: var(--blaugrau);
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: absolute;
}

.about-section {
  background-color: #f0f0f0;
  min-height: auto;
  padding-bottom: 0;
  position: static;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Questrial, sans-serif;
  text-decoration: none;
}

.arrow-down:hover, .instagram-icon:hover {
  opacity: .7;
}

.location-description {
  margin-left: auto;
  margin-right: auto;
}

.parallax-wrapper-01-new {
  z-index: 1;
  width: 102%;
  margin-bottom: 0;
  margin-right: 0;
  position: absolute;
  inset: auto 0% 0% -1%;
  overflow: visible;
  transform: scale(1.1);
}

.parallax-layer-01-new {
  width: 100%;
  height: auto;
  margin-bottom: -39px;
  margin-left: 0;
  margin-right: auto;
  display: block;
  position: static;
}

.parallax1 {
  z-index: 1;
  width: 100%;
  height: 700px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.location-center {
  z-index: 6;
  vertical-align: baseline;
  justify-content: space-between;
  width: 150px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.parallaxmobile {
  z-index: 1;
  width: 100%;
  height: 700px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.parallax-layer-03-mobile {
  width: 100%;
  height: auto;
  margin-bottom: -39px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.parallax-wrapper-03-mobile {
  z-index: 3;
  width: 45%;
  margin-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.parallax-wrapper-02-mobile {
  z-index: 2;
  width: 80%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.parallax-layer-02-mobile {
  width: 100%;
  height: auto;
  margin-bottom: -18px;
  margin-left: -28px;
  display: block;
  position: static;
}

.parallax-wrapper-01-new-mobile {
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
  transform: scale(1.1);
}

.parallax-layer-01-new-mobile {
  width: 100%;
  height: auto;
  margin-bottom: -39px;
  margin-left: 0;
  margin-right: auto;
  display: block;
  position: static;
}

.portfolio-container {
  z-index: 5;
  max-width: 1400px;
  padding: 130px 40px 220px;
  position: relative;
}

.quick-stack-about {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  margin-top: 0;
  padding: 0;
}

.heading-general {
  color: var(--jm-gelb);
  letter-spacing: -2px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Questrial, sans-serif;
  font-size: 60px;
  line-height: 60px;
  position: static;
}

.paragraph-general {
  color: var(--black);
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Questrial, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.paragraph-general.white {
  color: var(--white);
  margin-top: 0;
  font-weight: 400;
}

.paragraph-general.white.filter {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 22px;
}

.paragraph-general.white.filter.small {
  font-size: 9px;
  line-height: 12px;
}

.portfolio-section {
  background-color: #0000;
  min-height: 30vh;
  position: relative;
}

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

.portfolio-link {
  color: var(--white);
}

.portfolio-link:hover {
  text-decoration: none;
}

.filter-image {
  position: relative;
}

.filter-controls {
  white-space: pre;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 5px;
  display: flex;
}

.filter-button {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--white);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--white);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--white);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--white);
  background-color: #0000;
  border-radius: 20px;
  margin-bottom: 15px;
  margin-right: 15px;
  padding-left: 18px;
  padding-right: 18px;
  font-family: Questrial, sans-serif;
}

.filter-button:hover {
  background-color: var(--white);
  color: var(--grau);
}

.footer-section {
  background-color: var(--blaugrau);
}

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

.logo-footer {
  width: 60px;
}

.logo-footer:hover {
  filter: brightness(116%);
}

.footer-container {
  max-width: 1380px;
  padding: 195px 40px 100px;
}

.link-2 {
  color: var(--jm-gelb);
  text-decoration: none;
}

.link-2:hover {
  text-decoration: underline;
}

.footerlink {
  color: var(--jm-gelb);
  font-family: Questrial, sans-serif;
  text-decoration: none;
}

.footerlink:hover, .footerlink.w--current:hover {
  text-decoration: underline;
}

.social-logo-image {
  opacity: 1;
  margin-right: 12px;
}

.social-logo-image:hover {
  opacity: 1;
  filter: contrast(200%);
}

.footer-links {
  color: #8b3694;
  font-size: 17px;
  line-height: 32px;
}

.cell-6 {
  justify-content: center;
  align-items: flex-start;
}

.quick-stack-5 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 60px;
  padding: 0;
}

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

.fliesstext-klein {
  color: #000;
  font-size: 16px;
  line-height: 26px;
}

.fliesstext-klein.lila {
  color: var(--jm-gelb);
  font-family: Questrial, sans-serif;
}

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

.hero-subtext-div {
  margin-top: 30vh;
  margin-left: 35vw;
  padding-right: 247px;
  position: absolute;
}

.hero-heading-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.portrait-div {
  z-index: 1;
  transition: transform .3s;
  position: relative;
}

.portrait-div:hover {
  transform: scale(1.03);
}

.foto-section {
  background-color: var(--dunkelweiss);
  position: relative;
}

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

.menu-burger-div {
  z-index: 31;
  width: 40px;
  margin-top: 3px;
  position: fixed;
}

.typer-div {
  margin-top: 40px;
  display: flex;
}

.div-block-5 {
  height: 100px;
}

.about-container {
  z-index: 5;
  max-width: 1280px;
  padding: 130px 40px;
  position: relative;
}

.masca-image-div {
  z-index: 10;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 9%;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner2_component {
  z-index: 20;
  color: #fff;
  background-color: #fff;
  width: 28.125rem;
  margin-bottom: 40px;
  margin-right: 40px;
  padding: 20px;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 2px 2px 5px #00000017;
}

.fs-cc-banner2_container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cookie-heading {
  color: var(--blaugrau);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-right: 0;
  font-family: Questrial, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.kreuz-div {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  margin-right: -10px;
  transition: transform .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 0 2px 5px #0003;
}

.kreuz-div:hover {
  transform: scale(1.06);
}

.menu-wrapper {
  z-index: 30;
  background-color: var(--jm-gelb);
  flex-flow: column;
  justify-content: space-between;
  display: none;
  position: fixed;
  inset: 0%;
}

.line-div-white {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.menu-items-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-bottomline-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 115px;
  display: flex;
}

.menu-item {
  color: var(--blaugrau);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Questrial, sans-serif;
  font-size: 50px;
  line-height: 55px;
  transform: translate(0);
}

.menu-item:hover {
  opacity: .6;
}

.menu-item.eins {
  letter-spacing: -2px;
  line-height: 56px;
  transform: translate(0);
}

.menu-item.zwei, .menu-item.drei, .menu-item.vier, .menu-item.fuenf {
  letter-spacing: -2px;
  line-height: 56px;
}

.menu-item-linkblock {
  margin-bottom: 0;
  text-decoration: none;
  overflow: hidden;
}

.bottomline-menu-stack {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 1;
  margin-top: 0;
  padding: 0 40px;
}

.cell-7-copy {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.menubottomline-text {
  color: var(--blaugrau);
  letter-spacing: 0;
  padding-right: 0;
  font-family: Questrial, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.cell-5-copy {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
}

.filter-image-linkblock {
  position: relative;
}

.filter-wrapper {
  transition: transform .2s;
  position: relative;
}

.filter-wrapper:hover {
  transform: scale(1.05);
}

.filter-image-description {
  opacity: 1;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.filter-image-description:hover {
  -webkit-backdrop-filter: brightness(32%);
  backdrop-filter: brightness(32%);
}

.quick-stack-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  height: 30vw;
  padding: 0;
}

.lottie-animation {
  cursor: pointer;
}

.link-block-2 {
  text-decoration: none;
}

.cell-9 {
  background-image: url('../images/4.jpg');
  background-position: 50%;
  background-size: cover;
}

.circle-text-div {
  z-index: 2;
  mix-blend-mode: color-dodge;
  width: 100px;
  height: 100px;
  margin-top: 80px;
  margin-left: 0;
  transition: transform .3s;
  position: absolute;
  inset: 0% auto auto 0%;
}

.circle-text-div:hover {
  transform: scale(1.3);
}

.mehr-button {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  border-radius: 20px;
  margin-top: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Questrial, sans-serif;
  font-size: 13px;
}

.mehr-button:hover {
  color: var(--white);
  background-color: #0000;
}

.mehr-button-mobile {
  z-index: 10;
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  border-radius: 20px;
  margin-top: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Questrial, sans-serif;
  font-size: 13px;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.mehr-button-mobile:hover {
  color: var(--white);
  background-color: #0000;
}

.quote-section {
  background-color: var(--jm-gelb);
  background-image: linear-gradient(180deg, var(--jm-hellgelb), var(--jm-dunkelgelb));
  padding: 40px;
  display: none;
}

.quote-container {
  padding-top: 0;
  padding-bottom: 0;
}

.heading {
  color: var(--white);
  text-align: center;
  font-family: Questrial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

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

.link-18:hover {
  text-decoration: underline;
}

.code-embed {
  margin-top: 20px;
  display: none;
}

.project-hero-section {
  background-color: #ffa800;
  height: 51vw;
  min-height: 500px;
  position: relative;
  overflow: visible;
}

.project-hero-container {
  max-width: 100%;
  height: 100%;
  display: block;
  position: static;
}

.project-scrolldown {
  z-index: 1;
  justify-content: flex-end;
  width: 100%;
  margin-top: 9vw;
  margin-bottom: 0;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.white-div {
  z-index: 0;
  background-color: var(--dunkelweiss);
  width: 100%;
  height: 250px;
  position: absolute;
  inset: auto 0% 0%;
}

.showreel-section {
  background-color: #f0f0f0;
  min-height: auto;
  padding-bottom: 0;
  position: static;
}

.showreel-container {
  z-index: 5;
  max-width: 1380px;
  padding: 100px 40px 140px;
  position: relative;
}

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

.project-heading {
  color: var(--jm-gelb);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Questrial, sans-serif;
  font-size: 40px;
  line-height: 47px;
  position: static;
}

.project-text {
  color: var(--black);
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Questrial, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.project-subtext {
  color: var(--jm-gelb);
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Questrial, sans-serif;
  font-size: 12px;
  line-height: 23px;
}

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

.project-link:hover {
  text-decoration: none;
}

.project-header-image {
  z-index: 1;
  max-width: 1500px;
  height: 40vw;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.project-portfolio-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 100px;
  padding: 0;
}

.slide-nav-2 {
  font-size: 8px;
}

.slider {
  height: 40vw;
}

.left-arrow, .right-arrow {
  display: none;
}

.next-button {
  z-index: 5;
  cursor: pointer;
  width: 30px;
  margin-bottom: 220px;
  margin-right: 60px;
  padding-right: 0;
  transition: transform .2s;
  position: absolute;
  inset: auto 0% 0% auto;
}

.next-button:hover {
  opacity: .7;
  transform: scale(1.2);
}

.back-button {
  z-index: 5;
  cursor: pointer;
  width: 30px;
  margin-bottom: 220px;
  margin-left: 60px;
  margin-right: 0;
  padding-right: 0;
  transition: transform .2s;
  position: absolute;
  inset: auto auto 0% 0%;
}

.back-button:hover {
  opacity: .7;
  transform: scale(1.2);
}

.h1-project {
  z-index: 4;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Questrial, sans-serif;
  font-size: 50px;
  line-height: 47px;
  position: relative;
}

.project-small-head {
  color: var(--white);
  letter-spacing: 4px;
  font-family: Questrial, sans-serif;
  font-size: 12px;
}

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

.h2-link {
  color: var(--jm-gelb);
  font-size: 27px;
}

.h2-link:hover {
  text-decoration: none;
}

.code-embed-2 {
  display: none;
}

.image-7 {
  width: 100%;
}

.vor-zurueck-div {
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.link-19 {
  color: var(--black);
  font-family: Questrial, sans-serif;
}

.link-19:hover {
  text-decoration: none;
}

.image-8, .image-9 {
  width: 100%;
}

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

.link-20:hover {
  text-decoration: none;
}

.cell-12 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.hochformat-cell-div {
  aspect-ratio: 1 / 2;
  background-image: url('../images/agnostic_shirt-model-davina.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.fotoslider {
  width: 100%;
  height: 100%;
}

.left-arrow-2, .right-arrow-2, .slide-nav-3 {
  display: none;
}

.slide {
  background-image: url('../images/PXL_20231105_120851597.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.querformat-cell-div {
  aspect-ratio: 2;
  width: 100%;
}

.project-image {
  width: 100%;
}

.fotoslider02, .fotoslider03, .fotoslider04 {
  width: 100%;
  height: 100%;
}

.slide-2 {
  background-image: url('../images/PXL_20240625_180708062.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/DSC08080.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/DSC03204.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/DSC07225.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/PXL_20240731_205812152.NIGHT.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/DSC09700.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/DSC09590.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/DSC08610.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.slide-10 {
  background-image: url('../images/DSC04408.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/DSC03420.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/DSC07185.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/DSC08544.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/PXL_20240107_121806940.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/DSC00390.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/DSC03421.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-17 {
  background-image: url('../images/DSC08201.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-18 {
  background-image: url('../images/DSC00383.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.slide-19 {
  background-image: url('../images/DSC01296.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-20 {
  background-image: url('../images/DSC01928.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-22 {
  background-image: url('../images/DSC09553.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-23 {
  background-image: url('../images/DSC09112.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-26 {
  background-image: url('../images/DSC05199.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-27 {
  background-image: url('../images/DSC03349.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-28 {
  background-image: url('../images/DSC03581.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-29 {
  background-image: url('../images/DSC03187.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-30 {
  background-image: url('../images/DSC00359.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-31 {
  background-image: url('../images/DSC01410.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-32 {
  background-image: url('../images/DSC01919.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-33 {
  background-image: url('../images/DSC01524.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-34 {
  background-image: url('../images/DSC01760.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-35 {
  background-image: url('../images/DSC00607.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-36 {
  background-image: url('../images/DSC03839.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-37 {
  background-image: url('../images/DSC05310.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-38 {
  background-image: url('../images/DSC01928.jpg');
  background-position: 50%;
  background-size: cover;
}

.impressum-container {
  max-width: 100%;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: static;
}

.impressum-section {
  background-color: #ffa800;
  height: 270px;
  min-height: auto;
  position: relative;
  overflow: visible;
}

.h1-impressum {
  z-index: 4;
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Questrial, sans-serif;
  font-size: 50px;
  line-height: 47px;
  position: relative;
}

.kleingedrucktes {
  color: var(--white);
  letter-spacing: 4px;
  margin-top: 40px;
  font-family: Questrial, sans-serif;
  font-size: 12px;
}

.heading-2 {
  color: var(--jm-gelb);
  margin-top: 60px;
  font-family: Questrial, sans-serif;
}

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

.link-21:hover {
  text-decoration: none;
}

.div-block-6 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.impressum-sub-container {
  z-index: 5;
  max-width: 1380px;
  padding: 60px 40px 140px;
  position: relative;
}

.datenschutz-container {
  max-width: 100%;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: static;
}

.imprint-link {
  color: var(--jm-gelb);
  text-decoration: none;
}

.imprint-link:hover {
  text-decoration: underline;
}

.draussenunterwegs-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 100px;
  padding: 0;
}

.drasusenunterwegs-slider {
  display: none;
}

.fotosafari-div {
  z-index: 10;
  background-color: var(--white);
  height: auto;
  margin-top: 40px;
  margin-left: 40px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.fotosafari-text {
  color: var(--jm-gelb);
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Questrial, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.ghost-close {
  z-index: 32;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: 3px;
  display: none;
  position: fixed;
}

.slider-image {
  width: 100%;
}

.project-small-head-2 {
  color: #fff;
  letter-spacing: 4px;
  font-family: Questrial, sans-serif;
  font-size: 12px;
}

.div-block-7 {
  margin-right: -15px;
  transform: rotate(-90deg);
}

.white-div-2 {
  z-index: 0;
  background-color: #f0f0f0;
  width: 100%;
  height: 250px;
  position: absolute;
  inset: auto 0% 0%;
}

.h1-project-2 {
  z-index: 4;
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Questrial, sans-serif;
  font-size: 50px;
  line-height: 47px;
  position: relative;
}

.slide-nav-5 {
  font-size: 8px;
}

.link-22 {
  color: #fff;
  letter-spacing: 1px;
  font-family: Questrial, sans-serif;
  font-size: 12px;
  line-height: 10px;
  text-decoration: none;
}

.link-22:hover {
  opacity: .7;
}

.line-div-white-2 {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.left-arrow-4 {
  display: none;
}

@media screen and (min-width: 1920px) {
  .hero-section {
    height: 980px;
    min-height: auto;
  }

  .circle {
    width: 450px;
    height: 450px;
  }

  .hero-heading, .hero-heading.typer {
    font-size: 110px;
  }

  .paragraph-2 {
    padding-right: 347px;
    font-size: 21px;
    line-height: 36px;
  }

  .small-heading {
    letter-spacing: 8px;
    font-size: 14px;
  }

  .small-heading-wrapper {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .paragraph-general {
    font-size: 17px;
  }

  .footer-links {
    font-size: 22px;
    line-height: 40px;
  }

  .fliesstext-klein {
    font-size: 19px;
    line-height: 32px;
  }

  .hero-subtext-div {
    margin-top: 292px;
  }

  .showreel-container {
    padding-bottom: 190px;
  }

  .project-text {
    font-size: 19px;
    line-height: 39px;
  }

  .project-header-image {
    margin-left: auto;
    margin-right: auto;
  }

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

  .impressum-sub-container {
    padding-bottom: 190px;
  }
}

@media screen and (max-width: 991px) {
  .arrows {
    margin-top: 38%;
  }

  .header {
    padding-left: 0;
  }

  .hero-heading {
    font-size: 80px;
    line-height: 75px;
  }

  .paragraph-2 {
    padding-right: 119px;
  }

  .parallax-layer-02 {
    margin-bottom: 0;
    margin-left: 0;
  }

  .parallax-wrapper-02 {
    width: 100%;
  }

  .parallax-wrapper-03 {
    width: 60%;
  }

  .parallax-layer-03 {
    margin-bottom: 0;
  }

  .parallax-wrapper-01-new {
    transform: scale(1.1);
  }

  .parallax-layer-01-new {
    width: 130%;
    max-width: 150%;
    margin-bottom: 0;
    overflow: hidden;
    transform: translate(0);
  }

  .parallaxmobile {
    display: none;
  }

  .parallax-layer-03-mobile {
    margin-bottom: 0;
  }

  .parallax-wrapper-03-mobile {
    width: 60%;
  }

  .parallax-wrapper-02-mobile {
    width: 100%;
  }

  .parallax-layer-02-mobile {
    margin-bottom: 0;
    margin-left: 0;
  }

  .parallax-wrapper-01-new-mobile {
    transform: scale(1.1);
  }

  .parallax-layer-01-new-mobile {
    width: 130%;
    max-width: 150%;
    margin-bottom: 0;
    overflow: hidden;
    transform: translate(0);
  }

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

  .cell-7 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .social-links-div {
    margin-bottom: 0;
    margin-left: 0;
    position: static;
    inset: auto auto 0% 0%;
  }

  .hero-subtext-div {
    padding-right: 0;
  }

  .div-block-5 {
    height: 70px;
  }

  .cookie-heading {
    font-size: 30px;
    line-height: 36px;
  }

  .cell-7-copy {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .menubottomline-text {
    padding-right: 119px;
  }

  .cell-5-copy {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .mehr-button {
    display: none;
  }

  .mehr-button-mobile {
    margin-bottom: 20px;
    margin-right: 20px;
    display: block;
  }

  .project-scrolldown {
    margin-top: 13vw;
  }

  .white-div {
    height: 110px;
  }

  .next-button, .back-button {
    margin-bottom: 150px;
  }

  .white-div-2 {
    height: 110px;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading {
    font-size: 60px;
    line-height: 60px;
  }

  .paragraph-2 {
    padding-right: 64px;
  }

  .parallax-layer-02 {
    width: 140%;
    max-width: 120%;
  }

  .parallax-layer-03 {
    width: 120%;
    max-width: 120%;
    margin-left: -59px;
  }

  .small-heading {
    font-size: 10px;
  }

  .small-heading-wrapper {
    padding-right: 7px;
  }

  .parallax-layer-01-new {
    width: 150%;
  }

  .parallaxmobile {
    display: none;
  }

  .parallax-layer-03-mobile {
    width: 120%;
    max-width: 120%;
    margin-left: -59px;
  }

  .parallax-layer-02-mobile {
    width: 140%;
    max-width: 120%;
  }

  .parallax-layer-01-new-mobile {
    width: 150%;
  }

  .cell-5 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cell-7 {
    display: block;
  }

  .social-links-div {
    margin-bottom: 0;
    margin-left: 0;
    position: static;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .cell-7-copy {
    display: block;
  }

  .menubottomline-text {
    padding-right: 64px;
  }

  .cell-5-copy {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .mehr-button-mobile {
    margin-bottom: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-scrolldown {
    margin-top: 20vw;
  }

  .white-div {
    height: 110px;
  }

  .project-header-image {
    height: 65vw;
  }

  .next-button, .back-button {
    margin-bottom: 60px;
  }

  .drasusenunterwegs-slider {
    display: none;
  }

  .white-div-2 {
    height: 110px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    min-height: auto;
    position: relative;
  }

  .line-cell {
    padding-right: 20px;
  }

  .arrows {
    margin-top: 56%;
  }

  .scrolldown {
    margin-bottom: 165px;
  }

  .circle-and-text {
    margin-top: 0;
  }

  .circle {
    aspect-ratio: 1;
    width: 80%;
    height: auto;
    margin-top: 191px;
    margin-left: -10vw;
  }

  .header {
    margin-bottom: 60px;
    margin-left: 0;
    padding-left: 0;
  }

  .hero-heading {
    letter-spacing: -2px;
    margin-top: 0;
    font-size: 53px;
    line-height: 50px;
  }

  .hero-heading.typer {
    margin-top: 28px;
    font-size: 53px;
  }

  .hero-container {
    height: 690px;
    min-height: auto;
  }

  .paragraph-2 {
    padding-right: 20px;
    font-size: 15px;
    line-height: 26px;
  }

  .paragraph-2.cookie {
    font-size: 12px;
    line-height: 19px;
  }

  .paragraph-2.bottomline-paragraph {
    padding-right: 0;
  }

  .parallax-layer-02 {
    width: 160%;
    max-width: 160%;
  }

  .parallax-layer-03 {
    width: 150%;
    max-width: 150%;
  }

  .small-heading {
    font-size: 9px;
  }

  .parallax-layer-01-new {
    width: 200%;
    max-width: 200%;
  }

  .parallax1 {
    display: none;
  }

  .body {
    background-color: var(--jm-gelb);
  }

  .parallaxmobile {
    height: 360px;
    margin-bottom: 0;
    display: block;
    inset: auto 0% 0%;
  }

  .parallax-layer-03-mobile {
    width: 140%;
    max-width: 150%;
  }

  .parallax-layer-02-mobile {
    width: 140%;
    max-width: 160%;
  }

  .parallax-layer-01-new-mobile {
    width: 170%;
    max-width: 200%;
  }

  .portfolio-container {
    padding-top: 130px;
    padding-bottom: 140px;
  }

  .quick-stack-about {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 0;
    padding: 0;
    position: static;
  }

  .heading-general {
    font-size: 44px;
    line-height: 50px;
  }

  .paragraph-general {
    margin-top: 0;
    font-size: 15px;
    line-height: 30px;
  }

  .quick-stack {
    margin-top: 20px;
  }

  .filter-controls {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .filter-button {
    margin-bottom: 15px;
    margin-right: 10px;
  }

  .footer-container {
    padding-top: 130px;
  }

  .social-logo-image.menu {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .cell-6 {
    justify-content: center;
    align-items: flex-start;
  }

  .cell-6.menu {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cell-5 {
    justify-content: flex-start;
    align-items: center;
  }

  .cell-7 {
    display: block;
  }

  .social-links-div {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
    inset: auto auto 0% 0%;
  }

  .social-links-div.menu {
    justify-content: center;
    align-items: center;
  }

  .hero-subtext-div {
    margin-top: 0;
    margin-bottom: 95px;
    margin-left: 40px;
    inset: auto 0% 0%;
  }

  .hero-heading-div {
    margin-bottom: 60px;
    padding-top: 5px;
    padding-right: 60px;
  }

  .quick-stack-6 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .menu-burger-div {
    width: 42px;
    margin-top: 4px;
    margin-left: 0;
  }

  .typer-div {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .div-block-5 {
    width: 1px;
    height: 78px;
    line-height: 25px;
    position: static;
  }

  .about-container {
    z-index: 0;
    padding-top: 40px;
  }

  .masca-image-div {
    display: none;
  }

  .fs-cc-banner2_component {
    width: auto;
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
    padding: 1rem 1.2rem 1.2rem;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
    overflow: visible;
  }

  .fs-cc-banner2_container {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
  }

  .cookie-heading {
    margin-top: 0;
    font-size: 20px;
    line-height: 26px;
  }

  .menu-wrapper {
    width: 100%;
    display: none;
  }

  .line-div-white {
    width: 100%;
    margin-right: auto;
    padding-right: 0;
  }

  .menu-item {
    font-size: 45px;
    line-height: 48px;
  }

  .menu-item.eins, .menu-item.zwei, .menu-item.drei, .menu-item.vier, .menu-item.fuenf {
    font-size: 44px;
    line-height: 50px;
  }

  .bottomline-menu-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 40px;
  }

  .cell-7-copy {
    display: block;
  }

  .menubottomline-text {
    padding-right: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .cell-5-copy {
    justify-content: center;
    align-items: flex-start;
  }

  .quick-stack-7 {
    height: 800px;
  }

  .circle-text-div {
    z-index: 3;
    mix-blend-mode: color-dodge;
    width: 130px;
    height: 80px;
    margin-top: -30px;
    margin-left: -30px;
  }

  .mehr-button {
    display: none;
  }

  .mehr-button-mobile {
    margin-bottom: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    display: block;
  }

  .project-hero-section {
    height: auto;
    min-height: auto;
  }

  .project-hero-container {
    height: 103vw;
    min-height: auto;
  }

  .project-scrolldown {
    margin-top: 26vw;
    margin-bottom: 0;
    display: none;
  }

  .white-div {
    height: 60px;
    display: block;
  }

  .showreel-container {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .quick-stack-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .project-heading {
    margin-bottom: 0;
    font-size: 37px;
    line-height: 41px;
  }

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

  .project-subtext {
    margin-top: 60px;
  }

  .project-header-image {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .project-portfolio-stack {
    margin-top: 60px;
  }

  .slide-nav-2 {
    font-size: 7px;
  }

  .slider {
    height: auto;
  }

  .left-arrow, .right-arrow, .next-button, .back-button {
    display: none;
  }

  .h1-project {
    margin-bottom: 20px;
    font-size: 37px;
    line-height: 41px;
  }

  .project-small-head {
    margin-bottom: 10px;
  }

  .h2-link {
    font-size: 20px;
  }

  .code-embed-2 {
    display: block;
  }

  .vor-zurueck-div {
    margin-top: 40px;
  }

  .hochformat-cell-div {
    aspect-ratio: 1;
    background-position: 50%;
  }

  .querformat-cell-div {
    aspect-ratio: 1;
    background-image: none;
    display: flex;
  }

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

  .impressum-container {
    height: 290px;
    min-height: auto;
  }

  .impressum-section {
    height: auto;
    min-height: auto;
  }

  .h1-impressum {
    margin-bottom: 20px;
    font-size: 37px;
    line-height: 41px;
  }

  .kleingedrucktes {
    margin-bottom: 10px;
  }

  .impressum-sub-container {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .datenschutz-container {
    height: 290px;
    min-height: auto;
  }

  .draussenunterwegs-stack {
    margin-top: 60px;
  }

  .drasusenunterwegs-slider {
    height: auto;
    margin-top: 60px;
    display: block;
  }

  .left-arrow-3, .right-arrow-3 {
    display: block;
  }

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

  .icon {
    margin-right: 10px;
    font-size: 20px;
  }

  .icon-2 {
    margin-left: 10px;
    font-size: 20px;
  }

  .code-embed-3 {
    white-space: normal;
    word-break: normal;
  }

  .fotosafari-text {
    font-size: 23px;
    line-height: 26px;
  }

  .ghost-close {
    width: 42px;
  }

  .project-small-head-2 {
    margin-bottom: 10px;
  }

  .white-div-2 {
    height: 60px;
    display: block;
  }

  .h1-project-2 {
    margin-bottom: 20px;
    font-size: 37px;
    line-height: 41px;
  }

  .slide-nav-5 {
    font-size: 7px;
  }

  .left-arrow-4, .cell-13 {
    display: none;
  }
}

#w-node-_22b87f7b-6776-a21c-f11e-13cc48df83a0-8cb9063e {
  grid-template-rows: auto;
  grid-template-columns: .5fr 8.75fr .25fr;
}

#w-node-f5502f1e-e5c8-2b2f-5670-1dbad4e86007-8cb9063e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_04aceece-d24d-47e7-99c5-bf57a31d5462-8cb9063e {
  grid-template-rows: auto;
  grid-template-columns: .5fr 8.75fr .25fr;
}

#w-node-_52244b97-1a51-da58-a02b-5b3ef7cf02a2-8cb9063e {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_4860641f-fa38-506b-99b3-0d9a7fc5e14d-8cb9063e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_09416c37-2618-ee47-77a9-b6c7d86f2514-8cb9063e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7e95d5fa-bf32-f7ca-b4b8-7b6b99a26463-8cb9063e {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c4bfefed-3da8-ebb4-ee9b-2a02f434dc16-8cb9063e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-d2cfdda7-6d8d-f6dd-6b63-5456b0ea0650-b0ea064e, #w-node-d2cfdda7-6d8d-f6dd-6b63-5456b0ea0670-b0ea064e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_22b87f7b-6776-a21c-f11e-13cc48df83a0-2e22739d {
  grid-template-rows: auto;
  grid-template-columns: .5fr 8.75fr .25fr;
}

#w-node-f5502f1e-e5c8-2b2f-5670-1dbad4e86007-2e22739d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_04aceece-d24d-47e7-99c5-bf57a31d5462-2e22739d {
  grid-template-rows: auto;
  grid-template-columns: .5fr 8.75fr .25fr;
}

#w-node-_27b822e5-965d-0c51-5028-fc46eef35c07-2e22739d {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-e61c3839-d4e4-43f0-42e8-a8f8611b36c8-2e22739d {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_721dd1f6-c70e-241f-a396-053e0c63b63b-2e22739d {
  grid-row: span 2 / span 2;
}

#w-node-_9726e2c0-ff72-11df-7392-a15ef65ab5f4-2e22739d {
  grid-column: span 2 / span 2;
}

#w-node-_770a779b-1f9d-8f1c-8945-ea92eabc56da-2e22739d, #w-node-_26beb88d-ef21-8613-c7bf-bad3a39bbc59-2e22739d, #w-node-_3f1051a1-054a-4026-119a-02023c93caa3-2e22739d {
  grid-column: span 3 / span 3;
}

#w-node-d56ca2fe-bda2-6e54-5645-d3443b559a3d-3b559a3b, #w-node-d56ca2fe-bda2-6e54-5645-d3443b559a5d-3b559a3b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_304a09b5-2445-129d-020a-e00931538704-b9417625 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 8.75fr .25fr;
}

#w-node-_304a09b5-2445-129d-020a-e0093153871d-b9417625 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9602fd9b-9012-b1f7-b0b1-7d88e07ff135-b9417625 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 8.75fr .25fr;
}

#w-node-_27b822e5-965d-0c51-5028-fc46eef35c07-b9417625 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-e61c3839-d4e4-43f0-42e8-a8f8611b36c8-b9417625 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_721dd1f6-c70e-241f-a396-053e0c63b63b-b9417625 {
  grid-row: span 2 / span 2;
}

#w-node-_9726e2c0-ff72-11df-7392-a15ef65ab5f4-b9417625 {
  grid-column: span 2 / span 2;
}

#w-node-_770a779b-1f9d-8f1c-8945-ea92eabc56da-b9417625 {
  grid-column: span 3 / span 3;
}

#w-node-_2b5615ef-ef57-e5d5-ba4d-8da846070d4d-8b7eb548 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 8.75fr .25fr;
}

#w-node-_2b5615ef-ef57-e5d5-ba4d-8da846070d66-8b7eb548 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8734b189-66ac-7d7f-6149-e6dc5929f7b6-8b7eb548 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 8.75fr .25fr;
}

#w-node-_27b822e5-965d-0c51-5028-fc46eef35c07-8b7eb548 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-e61c3839-d4e4-43f0-42e8-a8f8611b36c8-8b7eb548 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_721dd1f6-c70e-241f-a396-053e0c63b63b-8b7eb548 {
  grid-row: span 2 / span 2;
}

#w-node-_9726e2c0-ff72-11df-7392-a15ef65ab5f4-8b7eb548 {
  grid-column: span 2 / span 2;
}

#w-node-a3ebaea2-03d4-238d-f67c-c9f55b1fad34-8b7eb548, #w-node-_770a779b-1f9d-8f1c-8945-ea92eabc56da-8b7eb548, #w-node-df42d1b5-aa03-be16-a354-4023a63ad7bb-8b7eb548 {
  grid-column: span 3 / span 3;
}

#w-node-_3908038f-6418-86e1-698e-71647a111309-51c85eb8 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 8.75fr .25fr;
}

#w-node-_3908038f-6418-86e1-698e-71647a111322-51c85eb8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1835566c-3298-4fea-f15b-863dcc9f9960-51c85eb8 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 8.75fr .25fr;
}

#w-node-_27b822e5-965d-0c51-5028-fc46eef35c07-51c85eb8 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-e61c3839-d4e4-43f0-42e8-a8f8611b36c8-51c85eb8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_721dd1f6-c70e-241f-a396-053e0c63b63b-51c85eb8 {
  grid-row: span 2 / span 2;
}

#w-node-_5f07752d-7afa-8e30-d60f-d8c2d2a14e46-60f0b58f {
  grid-template-rows: auto;
  grid-template-columns: .5fr 8.75fr .25fr;
}

#w-node-_5f07752d-7afa-8e30-d60f-d8c2d2a14e5f-60f0b58f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5cfefc6f-cf1e-4743-d29b-457744fd9b94-60f0b58f {
  grid-template-rows: auto;
  grid-template-columns: .5fr 8.75fr .25fr;
}

#w-node-_27b822e5-965d-0c51-5028-fc46eef35c07-60f0b58f {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-e61c3839-d4e4-43f0-42e8-a8f8611b36c8-60f0b58f {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9726e2c0-ff72-11df-7392-a15ef65ab5f4-60f0b58f, #w-node-a3ebaea2-03d4-238d-f67c-c9f55b1fad34-60f0b58f {
  grid-column: span 2 / span 2;
}

#w-node-_22b87f7b-6776-a21c-f11e-13cc48df83a0-9691a541 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 8.75fr .25fr;
}

#w-node-f5502f1e-e5c8-2b2f-5670-1dbad4e86007-9691a541 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_04aceece-d24d-47e7-99c5-bf57a31d5462-9691a541, #w-node-_22b87f7b-6776-a21c-f11e-13cc48df83a0-4bf225b2 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 8.75fr .25fr;
}

#w-node-f5502f1e-e5c8-2b2f-5670-1dbad4e86007-4bf225b2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_84ce7624-dad0-7e7b-07e7-1676fcbaa7c8-4bf225b2, #w-node-_3be35d61-500f-f3c9-7698-556688fcff24-3a100e75 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 8.75fr .25fr;
}

#w-node-_3be35d61-500f-f3c9-7698-556688fcff3d-3a100e75 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5cbfe2a0-7086-6679-1734-a9e73b052858-3a100e75 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 8.75fr .25fr;
}

#w-node-_27b822e5-965d-0c51-5028-fc46eef35c07-3a100e75 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-e61c3839-d4e4-43f0-42e8-a8f8611b36c8-3a100e75 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_22b87f7b-6776-a21c-f11e-13cc48df83a0-8cb9063e, #w-node-_04aceece-d24d-47e7-99c5-bf57a31d5462-8cb9063e {
    grid-template-rows: auto;
    grid-template-columns: .5fr 5.75fr .25fr;
  }

  #w-node-_7e95d5fa-bf32-f7ca-b4b8-7b6b99a26463-8cb9063e {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_22b87f7b-6776-a21c-f11e-13cc48df83a0-2e22739d, #w-node-_04aceece-d24d-47e7-99c5-bf57a31d5462-2e22739d, #w-node-_304a09b5-2445-129d-020a-e00931538704-b9417625, #w-node-_9602fd9b-9012-b1f7-b0b1-7d88e07ff135-b9417625, #w-node-_2b5615ef-ef57-e5d5-ba4d-8da846070d4d-8b7eb548, #w-node-_8734b189-66ac-7d7f-6149-e6dc5929f7b6-8b7eb548, #w-node-_3908038f-6418-86e1-698e-71647a111309-51c85eb8, #w-node-_1835566c-3298-4fea-f15b-863dcc9f9960-51c85eb8, #w-node-_5f07752d-7afa-8e30-d60f-d8c2d2a14e46-60f0b58f, #w-node-_5cfefc6f-cf1e-4743-d29b-457744fd9b94-60f0b58f, #w-node-_22b87f7b-6776-a21c-f11e-13cc48df83a0-9691a541, #w-node-_04aceece-d24d-47e7-99c5-bf57a31d5462-9691a541, #w-node-_22b87f7b-6776-a21c-f11e-13cc48df83a0-4bf225b2, #w-node-_84ce7624-dad0-7e7b-07e7-1676fcbaa7c8-4bf225b2, #w-node-_3be35d61-500f-f3c9-7698-556688fcff24-3a100e75, #w-node-_5cbfe2a0-7086-6679-1734-a9e73b052858-3a100e75 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 5.75fr .25fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_22b87f7b-6776-a21c-f11e-13cc48df83a0-8cb9063e {
    grid-template-rows: auto;
    grid-template-columns: .5fr 3.75fr .25fr;
  }

  #w-node-f5502f1e-e5c8-2b2f-5670-1dbad4e86007-8cb9063e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_04aceece-d24d-47e7-99c5-bf57a31d5462-8cb9063e {
    grid-template-rows: auto;
    grid-template-columns: .5fr 3.75fr .25fr;
  }

  #w-node-d2cfdda7-6d8d-f6dd-6b63-5456b0ea0650-b0ea064e, #w-node-d2cfdda7-6d8d-f6dd-6b63-5456b0ea0670-b0ea064e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_22b87f7b-6776-a21c-f11e-13cc48df83a0-2e22739d {
    grid-template-rows: auto;
    grid-template-columns: .5fr 3.75fr .25fr;
  }

  #w-node-f5502f1e-e5c8-2b2f-5670-1dbad4e86007-2e22739d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_04aceece-d24d-47e7-99c5-bf57a31d5462-2e22739d {
    grid-template-rows: auto;
    grid-template-columns: .5fr 3.75fr .25fr;
  }

  #w-node-d56ca2fe-bda2-6e54-5645-d3443b559a3d-3b559a3b, #w-node-d56ca2fe-bda2-6e54-5645-d3443b559a5d-3b559a3b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_304a09b5-2445-129d-020a-e00931538704-b9417625 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 3.75fr .25fr;
  }

  #w-node-_304a09b5-2445-129d-020a-e0093153871d-b9417625 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9602fd9b-9012-b1f7-b0b1-7d88e07ff135-b9417625, #w-node-_2b5615ef-ef57-e5d5-ba4d-8da846070d4d-8b7eb548 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 3.75fr .25fr;
  }

  #w-node-_2b5615ef-ef57-e5d5-ba4d-8da846070d66-8b7eb548 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8734b189-66ac-7d7f-6149-e6dc5929f7b6-8b7eb548, #w-node-_3908038f-6418-86e1-698e-71647a111309-51c85eb8 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 3.75fr .25fr;
  }

  #w-node-_3908038f-6418-86e1-698e-71647a111322-51c85eb8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1835566c-3298-4fea-f15b-863dcc9f9960-51c85eb8, #w-node-_5f07752d-7afa-8e30-d60f-d8c2d2a14e46-60f0b58f {
    grid-template-rows: auto;
    grid-template-columns: .5fr 3.75fr .25fr;
  }

  #w-node-_5f07752d-7afa-8e30-d60f-d8c2d2a14e5f-60f0b58f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5cfefc6f-cf1e-4743-d29b-457744fd9b94-60f0b58f, #w-node-_22b87f7b-6776-a21c-f11e-13cc48df83a0-9691a541 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 3.75fr .25fr;
  }

  #w-node-f5502f1e-e5c8-2b2f-5670-1dbad4e86007-9691a541 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_04aceece-d24d-47e7-99c5-bf57a31d5462-9691a541, #w-node-_22b87f7b-6776-a21c-f11e-13cc48df83a0-4bf225b2 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 3.75fr .25fr;
  }

  #w-node-f5502f1e-e5c8-2b2f-5670-1dbad4e86007-4bf225b2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_84ce7624-dad0-7e7b-07e7-1676fcbaa7c8-4bf225b2, #w-node-_3be35d61-500f-f3c9-7698-556688fcff24-3a100e75 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 3.75fr .25fr;
  }

  #w-node-_3be35d61-500f-f3c9-7698-556688fcff3d-3a100e75 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5cbfe2a0-7086-6679-1734-a9e73b052858-3a100e75 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 3.75fr .25fr;
  }

  #w-node-e61c3839-d4e4-43f0-42e8-a8f8611b36c8-3a100e75 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_22b87f7b-6776-a21c-f11e-13cc48df83a0-8cb9063e {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2fr .25fr;
  }

  #w-node-f5502f1e-e5c8-2b2f-5670-1dbad4e86007-8cb9063e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f5502f1e-e5c8-2b2f-5670-1dbad4e86008-8cb9063e {
    order: 9999;
  }

  #w-node-f5502f1e-e5c8-2b2f-5670-1dbad4e8600b-8cb9063e, #w-node-f5502f1e-e5c8-2b2f-5670-1dbad4e8600f-8cb9063e {
    order: -9999;
  }

  #w-node-_04aceece-d24d-47e7-99c5-bf57a31d5462-8cb9063e {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2fr .25fr;
  }

  #w-node-_52244b97-1a51-da58-a02b-5b3ef7cf02a2-8cb9063e, #w-node-_4860641f-fa38-506b-99b3-0d9a7fc5e14d-8cb9063e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7e95d5fa-bf32-f7ca-b4b8-7b6b99a26463-8cb9063e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c4bfefed-3da8-ebb4-ee9b-2a02f434dc16-8cb9063e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ad5de44d-1860-3bfe-1c32-c8d2287d8328-8cb9063e {
    grid-column: span 1 / span 1;
  }

  #w-node-d2cfdda7-6d8d-f6dd-6b63-5456b0ea0650-b0ea064e, #w-node-d2cfdda7-6d8d-f6dd-6b63-5456b0ea0670-b0ea064e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d2cfdda7-6d8d-f6dd-6b63-5456b0ea0671-b0ea064e {
    order: 9999;
  }

  #w-node-d2cfdda7-6d8d-f6dd-6b63-5456b0ea0674-b0ea064e, #w-node-d2cfdda7-6d8d-f6dd-6b63-5456b0ea0678-b0ea064e {
    order: -9999;
  }

  #w-node-_22b87f7b-6776-a21c-f11e-13cc48df83a0-2e22739d {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2fr .25fr;
  }

  #w-node-f5502f1e-e5c8-2b2f-5670-1dbad4e86007-2e22739d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f5502f1e-e5c8-2b2f-5670-1dbad4e86008-2e22739d {
    order: 9999;
  }

  #w-node-f5502f1e-e5c8-2b2f-5670-1dbad4e8600b-2e22739d, #w-node-f5502f1e-e5c8-2b2f-5670-1dbad4e8600f-2e22739d {
    order: -9999;
  }

  #w-node-_04aceece-d24d-47e7-99c5-bf57a31d5462-2e22739d {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2fr .25fr;
  }

  #w-node-_27b822e5-965d-0c51-5028-fc46eef35c07-2e22739d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e61c3839-d4e4-43f0-42e8-a8f8611b36c8-2e22739d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_89d23c29-8bac-5cb1-c96f-fd68aeaae34e-2e22739d, #w-node-_99021377-18ec-4222-02b1-86e007011b6f-2e22739d {
    grid-column: span 3 / span 3;
  }

  #w-node-_721dd1f6-c70e-241f-a396-053e0c63b63b-2e22739d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_9726e2c0-ff72-11df-7392-a15ef65ab5f4-2e22739d, #w-node-df42d1b5-aa03-be16-a354-4023a63ad7bb-2e22739d, #w-node-_1cca15cf-b42c-558e-31f2-4df30a0f9c64-2e22739d, #w-node-_273dd04c-0764-c0cc-36d9-e13dc838e773-2e22739d {
    grid-column: span 3 / span 3;
  }

  #w-node-_2b4defe1-9639-365f-2a85-adb60a4d6161-2e22739d, #w-node-eda8baa7-21ec-9817-a31b-f63fb1d3c4e8-2e22739d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1f1c1563-bc64-1df9-85de-98b51b371cca-2e22739d {
    grid-column: span 3 / span 3;
  }

  #w-node-d56ca2fe-bda2-6e54-5645-d3443b559a3d-3b559a3b, #w-node-d56ca2fe-bda2-6e54-5645-d3443b559a5d-3b559a3b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d56ca2fe-bda2-6e54-5645-d3443b559a5e-3b559a3b {
    order: 9999;
  }

  #w-node-d56ca2fe-bda2-6e54-5645-d3443b559a66-3b559a3b, #w-node-d56ca2fe-bda2-6e54-5645-d3443b559a6a-3b559a3b {
    order: -9999;
  }

  #w-node-_304a09b5-2445-129d-020a-e00931538704-b9417625 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2fr .25fr;
  }

  #w-node-_304a09b5-2445-129d-020a-e0093153871d-b9417625 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_304a09b5-2445-129d-020a-e0093153871e-b9417625 {
    order: 9999;
  }

  #w-node-_304a09b5-2445-129d-020a-e00931538721-b9417625, #w-node-_304a09b5-2445-129d-020a-e00931538725-b9417625 {
    order: -9999;
  }

  #w-node-_9602fd9b-9012-b1f7-b0b1-7d88e07ff135-b9417625 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2fr .25fr;
  }

  #w-node-_27b822e5-965d-0c51-5028-fc46eef35c07-b9417625 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e61c3839-d4e4-43f0-42e8-a8f8611b36c8-b9417625 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_89d23c29-8bac-5cb1-c96f-fd68aeaae34e-b9417625, #w-node-_63b7a972-cf33-4baa-ada8-810f089f92df-b9417625 {
    grid-column: span 3 / span 3;
  }

  #w-node-_721dd1f6-c70e-241f-a396-053e0c63b63b-b9417625 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_9726e2c0-ff72-11df-7392-a15ef65ab5f4-b9417625, #w-node-df42d1b5-aa03-be16-a354-4023a63ad7bb-b9417625, #w-node-_1cca15cf-b42c-558e-31f2-4df30a0f9c64-b9417625, #w-node-_273dd04c-0764-c0cc-36d9-e13dc838e773-b9417625 {
    grid-column: span 3 / span 3;
  }

  #w-node-_2b5615ef-ef57-e5d5-ba4d-8da846070d4d-8b7eb548 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2fr .25fr;
  }

  #w-node-_2b5615ef-ef57-e5d5-ba4d-8da846070d66-8b7eb548 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2b5615ef-ef57-e5d5-ba4d-8da846070d67-8b7eb548 {
    order: 9999;
  }

  #w-node-_2b5615ef-ef57-e5d5-ba4d-8da846070d6a-8b7eb548, #w-node-_2b5615ef-ef57-e5d5-ba4d-8da846070d6e-8b7eb548 {
    order: -9999;
  }

  #w-node-_8734b189-66ac-7d7f-6149-e6dc5929f7b6-8b7eb548 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2fr .25fr;
  }

  #w-node-_27b822e5-965d-0c51-5028-fc46eef35c07-8b7eb548 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e61c3839-d4e4-43f0-42e8-a8f8611b36c8-8b7eb548 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_89d23c29-8bac-5cb1-c96f-fd68aeaae34e-8b7eb548, #w-node-eff5ebfe-283f-a1b3-37bd-f1aa272c8a49-8b7eb548 {
    grid-column: span 3 / span 3;
  }

  #w-node-_721dd1f6-c70e-241f-a396-053e0c63b63b-8b7eb548 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_9726e2c0-ff72-11df-7392-a15ef65ab5f4-8b7eb548, #w-node-df42d1b5-aa03-be16-a354-4023a63ad7bb-8b7eb548 {
    grid-column: span 3 / span 3;
  }

  #w-node-_3908038f-6418-86e1-698e-71647a111309-51c85eb8 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2fr .25fr;
  }

  #w-node-_3908038f-6418-86e1-698e-71647a111322-51c85eb8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3908038f-6418-86e1-698e-71647a111323-51c85eb8 {
    order: 9999;
  }

  #w-node-_3908038f-6418-86e1-698e-71647a111326-51c85eb8, #w-node-_3908038f-6418-86e1-698e-71647a11132a-51c85eb8 {
    order: -9999;
  }

  #w-node-_1835566c-3298-4fea-f15b-863dcc9f9960-51c85eb8 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2fr .25fr;
  }

  #w-node-_27b822e5-965d-0c51-5028-fc46eef35c07-51c85eb8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e61c3839-d4e4-43f0-42e8-a8f8611b36c8-51c85eb8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_89d23c29-8bac-5cb1-c96f-fd68aeaae34e-51c85eb8, #w-node-_14f54be2-e577-420e-0471-af0b4c35b668-51c85eb8 {
    grid-column: span 3 / span 3;
  }

  #w-node-_721dd1f6-c70e-241f-a396-053e0c63b63b-51c85eb8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_9726e2c0-ff72-11df-7392-a15ef65ab5f4-51c85eb8, #w-node-de7b3fc9-0d6f-36bd-e484-478094d9f74a-51c85eb8 {
    grid-column: span 3 / span 3;
  }

  #w-node-_5f07752d-7afa-8e30-d60f-d8c2d2a14e46-60f0b58f {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2fr .25fr;
  }

  #w-node-_5f07752d-7afa-8e30-d60f-d8c2d2a14e5f-60f0b58f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5f07752d-7afa-8e30-d60f-d8c2d2a14e60-60f0b58f {
    order: 9999;
  }

  #w-node-_5f07752d-7afa-8e30-d60f-d8c2d2a14e63-60f0b58f, #w-node-_5f07752d-7afa-8e30-d60f-d8c2d2a14e67-60f0b58f {
    order: -9999;
  }

  #w-node-_5cfefc6f-cf1e-4743-d29b-457744fd9b94-60f0b58f {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2fr .25fr;
  }

  #w-node-_27b822e5-965d-0c51-5028-fc46eef35c07-60f0b58f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e61c3839-d4e4-43f0-42e8-a8f8611b36c8-60f0b58f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_89d23c29-8bac-5cb1-c96f-fd68aeaae34e-60f0b58f, #w-node-_95881dd6-e68f-d631-aa0a-36e617ddf9a0-60f0b58f, #w-node-_9726e2c0-ff72-11df-7392-a15ef65ab5f4-60f0b58f, #w-node-a3ebaea2-03d4-238d-f67c-c9f55b1fad34-60f0b58f {
    grid-column: span 3 / span 3;
  }

  #w-node-_22b87f7b-6776-a21c-f11e-13cc48df83a0-9691a541 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2fr .25fr;
  }

  #w-node-f5502f1e-e5c8-2b2f-5670-1dbad4e86007-9691a541 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f5502f1e-e5c8-2b2f-5670-1dbad4e86008-9691a541 {
    order: 9999;
  }

  #w-node-f5502f1e-e5c8-2b2f-5670-1dbad4e8600b-9691a541, #w-node-f5502f1e-e5c8-2b2f-5670-1dbad4e8600f-9691a541 {
    order: -9999;
  }

  #w-node-_04aceece-d24d-47e7-99c5-bf57a31d5462-9691a541, #w-node-_22b87f7b-6776-a21c-f11e-13cc48df83a0-4bf225b2 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2fr .25fr;
  }

  #w-node-f5502f1e-e5c8-2b2f-5670-1dbad4e86007-4bf225b2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f5502f1e-e5c8-2b2f-5670-1dbad4e86008-4bf225b2 {
    order: 9999;
  }

  #w-node-f5502f1e-e5c8-2b2f-5670-1dbad4e8600b-4bf225b2, #w-node-f5502f1e-e5c8-2b2f-5670-1dbad4e8600f-4bf225b2 {
    order: -9999;
  }

  #w-node-_84ce7624-dad0-7e7b-07e7-1676fcbaa7c8-4bf225b2, #w-node-_3be35d61-500f-f3c9-7698-556688fcff24-3a100e75 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2fr .25fr;
  }

  #w-node-_3be35d61-500f-f3c9-7698-556688fcff3d-3a100e75 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3be35d61-500f-f3c9-7698-556688fcff3e-3a100e75 {
    order: 9999;
  }

  #w-node-_3be35d61-500f-f3c9-7698-556688fcff41-3a100e75, #w-node-_3be35d61-500f-f3c9-7698-556688fcff45-3a100e75 {
    order: -9999;
  }

  #w-node-_5cbfe2a0-7086-6679-1734-a9e73b052858-3a100e75 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2fr .25fr;
  }

  #w-node-_27b822e5-965d-0c51-5028-fc46eef35c07-3a100e75 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e61c3839-d4e4-43f0-42e8-a8f8611b36c8-3a100e75 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: none;
  }

  #w-node-_89d23c29-8bac-5cb1-c96f-fd68aeaae34e-3a100e75, #w-node-_95881dd6-e68f-d631-aa0a-36e617ddf9a0-3a100e75, #w-node-_9726e2c0-ff72-11df-7392-a15ef65ab5f4-3a100e75 {
    grid-column: span 3 / span 3;
  }
}


@font-face {
  font-family: 'Questrial';
  src: url('../fonts/Questrial-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Questrial';
  src: url('../fonts/Questrial-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}