h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.35em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.35em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.preloader {
  z-index: 10000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.preloader-content {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.preloader-brand {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

.preloader-line {
  width: 200px;
  height: 1px;
  background-color: #d6e3e7;
}

.body {
  color: #000;
  background-color: #f5fafc;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.navbar {
  height: 80px;
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
  z-index: 8000;
}

.content-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
  position: relative;
}

.nav-menu-links {
  height: 100%;
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.nav-link {
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link.mobile-only {
  display: none;
}

.nav-menu {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
  z-index: 8000;
}

.grid-wrapper {
  z-index: 30;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1450px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.brand {
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  align-items: center;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.right-nav {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
  z-index: 8000;
}

.social-link-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.social-icon {
  width: 36px;
  height: 36px;
  border: 1px solid #d6e3e7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 9px;
  display: flex;
}

.nav-button {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px solid rgba(173, 212, 224, .12);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px 8px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  z-index: 8000;
}

.nav-button.dark {
  z-index: 10;
  color: #000;
  border-color: #d6e3e7;
}

.hero-section {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 180px;
  display: flex;
}

.section {
  color: #333;
  border-bottom: 1px solid #d6e3e7;
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
  position: relative;
}

.section.clip {
  border: 1px solid #fff;
  padding-bottom: 0;
  overflow: hidden;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.bottom-border {
  border-bottom: 1px solid #d6e3e7;
}

.section.no-top-padding {
  padding-top: 0;
}

.section.small-padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.large {
  padding-top: 240px;
  padding-bottom: 240px;
}

.section.small-top-padding {
  padding-top: 120px;
}

.hero-portrait {
  width: 525px;
  height: 900px;
  border: 1px solid #d6e3e7;
  border-radius: 350px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 18px;
  display: flex;
  position: relative;
}

.portrait-background-wrapper {
  z-index: 10;
  width: 100%;
  height: 100%;
  border-radius: 350px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-left {
  height: auto;
  max-width: 250px;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: -60px;
  padding-right: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 60px;
}

.hero-left.small {
  height: auto;
}

.stacked-description {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacked-description.small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.body-display {
  color: #627481;
  margin-left: 0%;
  margin-right: 0%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.65em;
}

.body-display.light {
  color: rgba(255, 255, 255, .85);
}

.body-display.dual-paragraph {
  column-count: 2;
  column-gap: 60px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.body-display.large {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.hero-link {
  z-index: 100;
  width: 140px;
  height: 140px;
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #f5fafc;
  border: 1px #d6e3e7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
}

.link-outline {
  border: 1px solid #d6e3e7;
  border-radius: 100%;
  margin: 12px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-text {
  z-index: 20;
  color: #333;
  font-size: 10px;
  position: relative;
}

.button-text.light {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.hero-portrait-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  padding-top: 0;
  display: grid;
}

.heading {
  color: #333;
}

.heading.large {
  color: #333;
  font-size: 56px;
}

.hero-intro {
  max-width: 900px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding-top: 195px;
  padding-bottom: 70px;
  display: grid;
}

.scroll-link {
  width: 36px;
  height: 36px;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.scroll-arrow {
  width: 20px;
  color: #333;
}

.scroll-animation-block {
  color: #333;
  margin-top: 100vh;
  padding: 0;
}

.hero-link-wrapper {
  width: 140px;
  height: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  position: absolute;
  bottom: auto;
  left: auto;
  right: -55px;
}

.hero-link-wrapper.small {
  padding-top: 24px;
  left: -20px;
  right: auto;
}

.nav-cover {
  height: 100%;
  background-color: #f5fafc;
  border-bottom: 1px solid #d6e3e7;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.banner-strip {
  height: 48px;
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border: 1px solid #d6e3e7;
  border-style: solid none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: grid;
  overflow: hidden;
  transform: rotate(-3deg);
}

.looping-text-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 24px;
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  font-size: 11px;
  display: grid;
}

.looping-separator {
  width: 36px;
  height: 1px;
  background-color: #d6e3e7;
}

.stacked-content {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacked-content.large {
  grid-row-gap: 160px;
}

.circle-image {
  width: 500px;
  height: 500px;
  border: 1px solid #d6e3e7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.stacked-intro {
  max-width: 500px;
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacked-intro.large {
  max-width: none;
}

.background-wrapper {
  z-index: 10;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.background {
  z-index: 10;
  background-image: url('../images/paul-siewert-dnpa8k6TGRE-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background.portrait-background {
  background-image: url('../images/IMGP6166.jpg');
}

.background.action-background {
  background-image: url('../images/IMG_20230116_221936_165.jpg');
}

.background.four {
  background-image: url('../images/dominik-schroder-FIKD9t5_5zQ-unsplash.jpg');
}

.background.five {
  background-image: url('../images/IMGP5921.jpg');
}

.background.service-one {
  background-image: url('../images/Image005.jpeg');
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  overflow: hidden;
}

.background.service-two {
  background-image: url('../images/Image071.jpeg');
  background-position: 50%;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  overflow: hidden;
}

.background.service-three {
  z-index: 10;
  width: 100%;
  height: 100%;
  background-image: url('../images/Image92.jpeg');
  background-position: 50% 0;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.background.looping-one {
  background-image: url('../images/Image076.jpeg');
  background-position: 50% 100%;
}

.background.looping-two {
  background-image: url('../images/Image002.jpeg');
}

.background.looping-three {
  background-image: url('../images/Image076.jpeg');
}

.background.looping-four {
  background-image: url('../images/Image022.jpeg');
}

.background.ringana {
  background-image: url('../images/joyful-64kXttDapcY-unsplash.jpg');
}

.background.sbt {
  background-image: url('../images/64a00f5af2961741191df4f9_41c23fbec8832eca3833f63c8d7ace39.png');
}

.background._1zu1 {
  background-image: url('../images/20230704_195401_0000.png');
}

.overlay {
  background-color: rgba(8, 10, 17, .35);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay.dark {
  background-color: rgba(8, 10, 17, .4);
}

.overlay.light {
  background-color: rgba(8, 10, 17, .15);
}

.slider {
  height: 100%;
  min-height: 900px;
  background-color: rgba(221, 221, 221, 0);
  justify-content: center;
  align-items: center;
  margin-left: 18px;
  margin-right: 18px;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  overflow: visible;
}

.testimonial-arrow {
  width: 200px;
  height: 200px;
  background-color: #f5fafc;
  border: 1px rgba(214, 227, 231, .3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 120px;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -120px;
}

.testimonial-arrow.left {
  padding-left: 120px;
  padding-right: 20px;
  top: 0%;
  bottom: 0%;
  left: -120px;
  right: auto;
}

.stacked-title {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template: "."
                 "."
                 "Area"
                 / 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slide-nav {
  height: 24px;
  max-width: 450px;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 60px;
  display: flex;
}

.subtitle {
  color: #627481;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
}

.subtitle.light {
  color: #fff;
}

.stacked-info {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.center-intro {
  max-width: 650px;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: grid;
}

.footer-section {
  border-top: 1px #d6e3e7;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.project-grid {
  grid-column-gap: 36px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
}

.project-item {
  width: 35vw;
  height: 60vw;
  color: #000;
  border: 1px #d6e3e7;
  border-radius: 250px;
  padding: 18px;
  text-decoration: none;
  position: relative;
  overflow: visible;
}

.project-item-background {
  z-index: 10;
  width: 100%;
  height: 100%;
  border-radius: 250px;
  padding: 18px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.collection-item {
  position: relative;
}

.collection-item:nth-child(2n+1) {
  margin-top: -80px;
  margin-bottom: 80px;
}

.collection-item:nth-child(2n) {
  margin-top: 80px;
  margin-bottom: -80px;
}

.page-hero {
  min-height: 775px;
  color: #fff;
  border-bottom: 1px solid #d6e3e7;
  justify-content: center;
  padding: 200px 0;
  display: flex;
  position: relative;
}

.page-hero.small {
  min-height: 700px;
}

.corner-link {
  z-index: 50;
  border: 1px rgba(173, 212, 224, .12);
  border-radius: 100%;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 24px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hover-corner-wrapper {
  width: 120px;
  height: 120px;
  position: absolute;
  top: auto;
  bottom: -70px;
  left: auto;
  right: -70px;
  overflow: hidden;
  transform: rotate(45deg);
}

.hover-corner {
  width: 200px;
  height: 200px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.corner-arrow {
  z-index: 25;
  width: 25px;
  position: relative;
}

.bottom-circle-link {
  z-index: 20;
  width: 140px;
  height: 140px;
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #f5fafc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -60px;
  left: auto;
  right: auto;
}

.project-hover-info {
  z-index: 35;
  max-width: 400px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  padding: 36px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.circle-icon {
  width: 40px;
  height: 40px;
  border: 1px solid #d6e3e7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 36px;
  padding: 12px;
  display: flex;
}

.medium-width {
  max-width: 450px;
}

.hover-cover {
  z-index: 50;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-hero {
  border-bottom: 1px solid #d6e3e7;
  justify-content: center;
  padding-top: 340px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.dual-hero {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.hero-image {
  width: 70vw;
  height: 34vw;
  max-height: 525px;
  max-width: 1100px;
  border: 1px solid #d6e3e7;
  border-radius: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 18px;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-image-wrapper {
  z-index: 20;
  width: 100%;
  border-radius: 500px;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.project-hero {
  border-bottom: 1px #d6e3e7;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 160px;
  display: flex;
}

.gallery-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px #d6e3e7;
  border-left: 1px solid #d6e3e7;
  border-right: 1px solid #d6e3e7;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.gallery-item {
  width: 100%;
  height: 75vh;
  min-height: 600px;
  border-bottom: 1px solid #d6e3e7;
  padding: 18px;
}

.gallery-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.gallery-sidebar {
  max-width: 300px;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 120px;
  padding-bottom: 0;
  padding-right: 12px;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.overview-wrapper {
  max-width: 900px;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.meta-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-left: 1px solid #d6e3e7;
  border-right: 1px solid #d6e3e7;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 24px;
  display: grid;
}

.button {
  z-index: 20;
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px solid #d6e3e7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px 12px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.looping-section {
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  overflow: hidden;
}

.action-banner {
  width: 50vw;
  padding: 18px 18px 18px 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.action-background-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.action-info {
  max-width: 600px;
  min-height: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 180px;
  padding-bottom: 180px;
  padding-right: 60px;
  display: flex;
}

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  display: grid;
}

.footer-list {
  grid-column-gap: 48px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.list-item {
  color: #627481;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
}

.stacked-footer {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 120px;
  display: grid;
}

.footer-credit {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #627481;
  border-top: 1px solid #d6e3e7;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Montserrat, sans-serif;
  display: grid;
}

.credit-text {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 9px;
}

.legel-credit-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.credit-link {
  color: #627481;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.credit-link:hover {
  color: #000;
}

.mask {
  max-width: 700px;
  margin-top: auto;
  margin-bottom: auto;
  overflow: visible;
}

.testimonial-content {
  height: 100%;
  max-width: 600px;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.testimonial-text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.testimonial-text.large {
  font-size: 42px;
}

.testimonial-client {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.client-avatar {
  width: 90px;
  height: 90px;
  border: 1px solid rgba(214, 227, 231, .3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 9px;
  display: flex;
}

.avatar {
  width: 100%;
  height: 100%;
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 7%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
}

.avatar.one {
  background-image: url('../images/mystery.svg');
}

.avatar.two {
  background-image: url('../images/WhatsApp-Image-2023-07-04-at-17.50.04.png');
  background-position: 50% 0;
}

.avatar.three {
  background-image: url('../images/Portrait008.jpeg');
  background-position: 50% 20%;
}

.avatar.four {
  background-image: url('../images/Portrait002.jpeg');
  background-position: 50% 20%;
}

.testimonial-name {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  display: grid;
}

.image-cover {
  z-index: 15;
  background-color: #f5fafc;
  margin: -3px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-wrapper {
  height: 100px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-left: 1px solid #d6e3e7;
  border-right: 1px solid #d6e3e7;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: end;
  justify-items: center;
  display: grid;
  overflow: hidden;
}

.logo-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
}

.logo-item {
  height: 100%;
  min-width: 236px;
  justify-content: center;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.logo-separator {
  width: 60px;
  height: 1px;
  background-color: #d6e3e7;
}

.logo {
  width: 90px;
}

.slide-arrow-icon {
  z-index: 20;
  width: 20px;
  filter: invert();
  position: relative;
}

.project-outline {
  z-index: 17;
  border: 1px solid #d6e3e7;
  border-radius: 250px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.section-background-wrapper {
  margin: 18px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.circle-hover-cover {
  color: #333;
  -webkit-text-stroke-color: #333;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.circle-hover-cover.testimonial-cover {
  color: #333;
  background-color: #333;
}

.footer-social-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border-left: 1px solid #d6e3e7;
  border-right: 1px solid #d6e3e7;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 18px;
  display: grid;
}

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

.footer-social-box {
  min-height: 180px;
  border: 1px solid #d6e3e7;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-block {
  flex-direction: column;
  display: flex;
}

.social-image {
  opacity: .7;
  color: #333;
}

.social-image.large {
  z-index: 25;
  width: 32px;
  opacity: .7;
  position: relative;
}

.button-hover-circle {
  z-index: 5;
  width: 125%;
  height: 400%;
  color: #333;
  background-color: #333;
  border-radius: 100%;
  position: absolute;
  top: auto;
  bottom: -400%;
  left: auto;
  right: auto;
}

.project-item-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 250px;
  position: relative;
  overflow: hidden;
}

.nav-wrapper {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.rotating-image {
  width: 850px;
  height: 425px;
  border: 1px solid #d6e3e7;
  border-radius: 250px;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
}

.rotating-background-wrapper {
  z-index: 20;
  width: 100%;
  height: 100%;
  border-radius: 250px;
  position: relative;
  overflow: hidden;
}

.rotating-background-wrapper.round {
  border-radius: 100%;
}

.looping-image-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.rotating-circle {
  width: 425px;
  height: 425px;
  border: 1px solid #d6e3e7;
  border-radius: 100%;
  padding: 18px;
}

.looping-images {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
  overflow: hidden;
}

.nav-cover-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.about-banner {
  min-height: 400px;
}

.about-portrait {
  width: 400px;
  height: 700px;
  border: 1px solid #d6e3e7;
  border-radius: 250px;
  padding: 18px;
}

.about-background {
  z-index: 20;
  width: 100%;
  height: 100%;
  border-radius: 250px;
  position: relative;
  overflow: hidden;
}

.about-hero-content {
  max-width: 700px;
  padding-bottom: 100px;
}

.dual-about-info {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.experience-grid {
  grid-column-gap: 0px;
  grid-row-gap: 38px;
  border-top: 1px #d6e3e7;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.experience-list {
  grid-column-gap: 60px;
  grid-row-gap: 12px;
  border: 1px solid #d6e3e7;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: .6fr;
  grid-auto-flow: column;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  justify-items: end;
  padding: 18px 18px 18px 70px;
  display: grid;
}

.experience-date {
  width: 100%;
  height: 80px;
  max-width: 300px;
  border: 1px solid #d6e3e7;
  border-radius: 250px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.meta-detail {
  grid-column-gap: 12px;
  grid-row-gap: 18px;
  border: 1px solid #d6e3e7;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: grid;
}

.solid-button {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #000;
  border-style: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-field {
  min-height: 60px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #d6e3e7;
  margin-bottom: 0;
  padding: 18px 24px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-color: #bbd0d6;
  padding-left: 28px;
}

.text-field::-ms-input-placeholder {
  color: rgba(98, 116, 129, .65);
}

.text-field::placeholder {
  color: rgba(98, 116, 129, .65);
}

.text-field.large {
  min-height: 160px;
}

.success-box {
  height: 100%;
  min-height: 400px;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  background-color: #fff;
  border: 1px solid #d6e3e7;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: grid;
}

.success-message {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.form-field-grid {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.error-message {
  color: #626d86;
  background-color: #fff;
  border: 1px solid #d6e3e7;
  margin-top: 24px;
  padding: 12px 18px;
}

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

.submit-button {
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #000;
  border: 1px #000;
  border-radius: 100px;
  padding: 15px 34px;
  font-size: 12px;
}

.service-item-top {
  width: 100%;
  height: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  border-bottom: 1px solid rgba(140, 159, 172, .2);
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 100px;
  padding-right: 36px;
  display: grid;
  position: relative;
}

.service-column {
  width: 100%;
  max-width: 450px;
  min-height: 600px;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-align: center;
  border: 1px solid #d6e3e7;
  border-radius: 250px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 18px 18px 100px;
  display: grid;
}

.service-column.center {
  margin-top: -80px;
  margin-bottom: 80px;
}

.service-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border-top: 1px #d6e3e7;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: end;
  padding-bottom: 80px;
  display: grid;
}

.service-grid.three-column {
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  padding-top: 80px;
  padding-bottom: 0;
}

.service-bottom {
  z-index: 20;
  height: 100%;
  min-height: 300px;
  color: #627481;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 250px 250px 0 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 11px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-description {
  grid-column-gap: 18px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding: 100px 36px 0;
  display: grid;
  position: relative;
}

.service-icon-wrapper {
  z-index: 25;
  width: 120px;
  height: 120px;
  background-color: #f5fafc;
  border: 1px #d6e3e7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
  position: absolute;
  top: -60px;
  bottom: auto;
  left: auto;
  right: auto;
}

.experience-info {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
}

.experience-separator {
  width: 48px;
  height: 1px;
  background-color: #d6e3e7;
}

.section-background {
  background-image: url('../images/Image203.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-background.contact-background, .section-background.about-me-background {
  background-image: url('../images/Image91.jpeg');
  background-position: 50%;
}

.section-background.projects-background {
  background-image: url('../images/Image24.jpeg');
}

.client-quote {
  max-width: 700px;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dynamic-text {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.contact-sidebar {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 101px;
}

.quick-list {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quick-link {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  color: #627481;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 16px;
  display: grid;
}

.quick-icon {
  width: 36px;
  height: 36px;
  border: 1px solid #d6e3e7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 9px;
  display: flex;
}

.service-icon {
  z-index: 20;
  width: 24px;
  position: relative;
}

.quick-link-text {
  direction: ltr;
  color: #627481;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.delete-me {
  z-index: 5000000;
  max-width: 22rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border-radius: .75rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: fixed;
  top: auto;
  bottom: .5rem;
  left: auto;
  right: .5rem;
}

.hide-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.delete-me_text-description {
  line-height: 1.5;
}

.delete-me_link {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: .65rem 1.3rem .7rem;
  line-height: 1.3;
  text-decoration: none;
}

.text-block, .text-block-2, .text-block-3, .heading-2, .text-block-4, .heading-3, .heading-4, .heading-6 {
  color: #333;
}

.button-text-test {
  z-index: 20;
  color: #fff;
  font-size: 10px;
  position: relative;
}

.button-text-test.light {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.body-display-erfahrungsbericht {
  color: #627481;
  margin-left: 10%;
  margin-right: 10%;
  font-size: 18px;
  line-height: 1.65em;
}

.body-display-erfahrungsbericht.light {
  color: rgba(255, 255, 255, .85);
}

.body-display-erfahrungsbericht.dual-paragraph {
  column-count: 2;
  column-gap: 60px;
  display: block;
}

.body-display-erfahrungsbericht.large {
  font-size: 20px;
}

.hero__person-count-span {
  width: 100%;
  flex: none;
  font-size: 14px;
  display: inline-block;
}

.form-block-2 {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.hero__person-img {
  z-index: 0;
  height: 115%;
  min-width: 100%;
  object-fit: cover;
  display: block;
  position: relative;
}

.btn-submit {
  z-index: 1;
  width: 64px;
  height: 100%;
  color: #1e1e2f;
  background-color: #97c680;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: inset 0 0 #feba88;
}

.btn-submit:hover {
  box-shadow: inset 0 -70px #feba88;
}

.btn-submit.mod--hero {
  width: 120px;
  font-size: 34px;
}

.btn-submit.mod--hero:hover {
  box-shadow: inset 0 -120px #feba88;
}

.hero__person-count-title {
  margin-bottom: -20px;
  line-height: 1em;
  display: inline-block;
}

.form-2 {
  position: relative;
}

.hero__person-txt-less {
  width: 120px;
  height: 120px;
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 80px;
  transform: rotate(-90deg);
}

.hero__person-txt-less.mod--1 {
  padding-top: 20px;
  right: 0;
}

.hero__person-txt-less.mod--1.hide {
  display: none;
}

.input {
  z-index: 0;
  width: 300px;
  height: 64px;
  border: 1px solid rgba(30, 30, 47, .2);
  border-radius: 0;
  padding-left: 25px;
  font-size: 16px;
  transition: all .3s;
  position: relative;
}

.input:hover {
  border-color: rgba(30, 30, 47, .4);
}

.input:focus {
  border-color: #97c680;
}

.input::-ms-input-placeholder {
  color: #1e1e2f;
}

.input::placeholder {
  color: #1e1e2f;
}

.input.mod--hero {
  width: 450px;
  height: 120px;
  border-width: 1px;
  border-color: #fff;
  margin-bottom: 0;
  padding-left: 50px;
  font-size: 20px;
  box-shadow: 0 46px 50px rgba(0, 0, 0, .03);
}

.input.mod--hero:hover {
  box-shadow: 0 46px 50px rgba(0, 0, 0, .1);
}

.input.mod--hero:focus {
  border-color: #97c680;
  box-shadow: 0 46px 50px rgba(0, 0, 0, .1);
}

.swiper-wrapper {
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.swiper-slide {
  height: auto;
  justify-content: center;
  align-items: stretch;
  display: block;
  position: relative;
}

.hero__person-count {
  height: 0%;
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 52px;
  transition: all .6s;
  display: flex;
  overflow: hidden;
}

.swiper {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.swiper.swiper--persons {
  display: none;
}

.content {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.hero__person-title {
  flex: none;
  font-size: 34px;
  line-height: 1.1em;
}

.hero__person-square {
  z-index: -1;
  width: 120px;
  height: 100%;
  color: #333;
  -webkit-text-stroke-color: #333;
  background-color: #333;
  margin-left: -24px;
  display: block;
  position: absolute;
}

.hero__persons {
  z-index: 0;
  height: 590px;
  justify-content: flex-end;
  margin-left: -85px;
  margin-right: -20px;
  display: flex;
  position: relative;
}

.section-2 {
  padding: 64px 80px 180px;
}

.section-2.section--hero {
  min-height: 100vh;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  overflow: hidden;
}

.hero__col.col--1 {
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 56px;
  display: flex;
}

.hero__col.col--2 {
  z-index: 0;
  flex: 1;
}

.hero__columns {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.dot {
  font-family: Varela, sans-serif;
}

.hero__person-grad {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .8));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero__person-cont {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.hero__person-txt-more {
  width: 100%;
  opacity: 0;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  bottom: 78px;
}

.hero__person-txt-more.mod--1 {
  padding-left: 100px;
}

.hero__person {
  width: 21%;
  cursor: pointer;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.hero__person-square-2 {
  z-index: -1;
  width: 120px;
  height: 100%;
  background-color: #1e1e2f;
  margin-left: -24px;
  display: block;
  position: absolute;
}

@media screen and (min-width: 1280px) {
  .content-grid {
    grid-template-columns: 1fr;
    justify-content: center;
  }

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

  .button-text.light {
    text-align: center;
  }

  .scroll-animation-block {
    min-height: 24px;
    margin-bottom: -24px;
  }

  .circle-image {
    width: 600px;
    height: 600px;
  }

  .dual-grid {
    grid-column-gap: 100px;
  }

  .background.portrait-background {
    background-image: url('../images/IMGP6166.jpg');
  }

  .page-hero {
    min-height: 800px;
  }

  .dual-about-info {
    grid-column-gap: 100px;
  }

  .service-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .service-description {
    padding-left: 48px;
    padding-right: 48px;
  }

  .button-text-test.light {
    text-align: center;
  }
}

@media screen and (min-width: 1440px) {
  .scroll-animation-block {
    min-height: 60px;
    margin-bottom: -60px;
  }

  .dual-grid {
    grid-column-gap: 120px;
  }

  .background.portrait-background {
    background-image: url('../images/IMGP6172.jpg');
  }

  .project-item {
    max-height: 800px;
    max-width: 500px;
  }

  .page-hero {
    min-height: 800px;
  }

  .dual-about-info {
    grid-column-gap: 120px;
  }

  .service-item-top {
    grid-template-columns: 1fr .7fr;
    padding-right: 60px;
  }

  .service-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }
}

@media screen and (min-width: 1920px) {
  .content-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .grid-wrapper {
    align-content: end;
    justify-items: center;
  }

  .social-link-wrapper {
    grid-template-columns: .5fr;
  }

  .body-display {
    color: #333;
  }

  .body-display.dual-paragraph {
    display: block;
  }

  .body-display.large {
    display: flex;
  }

  .button-text {
    color: #333;
  }

  .button-text.light {
    text-align: center;
  }

  .heading, .heading.large, .scroll-arrow {
    color: #333;
  }

  .scroll-animation-block {
    min-height: 60px;
    margin-bottom: -60px;
  }

  .background.action-background {
    background-image: url('../images/IMG_20230116_221936_165.jpg');
  }

  .background.four {
    background-image: url('../images/dominik-schroder-FIKD9t5_5zQ-unsplash.jpg');
  }

  .background.five {
    background-image: url('../images/IMGP5921.jpg');
  }

  .stacked-title {
    grid-column-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr .75fr;
  }

  .subtitle {
    display: flex;
  }

  .overview-wrapper {
    color: #333;
  }

  .testimonial-text {
    padding-left: 7%;
    padding-right: 7%;
    font-size: 18px;
    font-weight: 400;
  }

  .circle-hover-cover, .button-hover-circle {
    background-color: #333;
  }

  .dual-about-info {
    grid-column-gap: 120px;
  }

  .quick-link {
    grid-template-columns: auto;
  }

  .quick-link-text, .text-block, .text-block-2, .text-block-3, .heading-2, .text-block-4, .heading-3, .heading-4, .button-text-test {
    color: #333;
  }

  .button-text-test.light {
    text-align: center;
  }

  .body-display-erfahrungsbericht {
    color: #333;
  }

  .body-display-erfahrungsbericht.large {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
  }

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

  .nav-menu-links {
    grid-row-gap: 0px;
    grid-auto-flow: row;
    justify-content: stretch;
    justify-items: stretch;
  }

  .nav-link {
    border-bottom: 1px solid #d6e3e7;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-menu {
    z-index: 200;
    background-color: #f5fafc;
  }

  .right-nav {
    grid-auto-columns: auto;
  }

  .hero-section {
    padding-bottom: 120px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.small-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.large {
    padding: 160px 18px;
  }

  .section.small-top-padding {
    padding-top: 80px;
  }

  .hero-portrait {
    padding: 14px;
  }

  .hero-left {
    height: auto;
    margin-top: 0;
    position: relative;
    bottom: auto;
  }

  .heading.large {
    font-size: 46px;
  }

  .hero-intro {
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .scroll-link {
    display: none;
  }

  .hero-link-wrapper.small {
    margin-top: -130px;
    padding-top: 0;
    left: auto;
  }

  .circle-image {
    padding: 14px;
  }

  .dual-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .slider {
    min-height: 700px;
    padding-bottom: 281px;
  }

  .testimonial-arrow {
    width: 140px;
    height: 140px;
    margin-right: -70px;
    padding: 0 70px 0 20px;
    top: auto;
    bottom: 140px;
    left: auto;
    right: 0%;
  }

  .testimonial-arrow.left {
    margin-left: -70px;
    margin-right: auto;
    padding: 0 20px 0 70px;
    top: auto;
    bottom: 140px;
    left: 0;
  }

  .slide-nav {
    margin-bottom: 60px;
  }

  .project-grid {
    grid-row-gap: 80px;
  }

  .project-item {
    width: 40vw;
    height: 70vw;
    flex-direction: column;
    justify-content: flex-end;
    padding: 14px;
    display: flex;
  }

  .project-item-background {
    padding: 14px;
  }

  .page-hero {
    min-height: 650px;
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .page-hero.small {
    min-height: 600px;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .project-hover-info {
    z-index: 55;
    text-align: center;
    border-bottom-right-radius: 250px;
    border-bottom-left-radius: 250px;
    flex-direction: column;
    margin: 0 9px 9px;
    padding: 36px;
    text-decoration: none;
    display: flex;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .circle-icon {
    margin-top: 24px;
    margin-left: 0;
  }

  .hover-cover {
    display: none;
  }

  .about-hero {
    padding-top: 240px;
  }

  .dual-hero {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .hero-image {
    width: 90vw;
    height: 45vw;
    align-items: center;
    margin-top: 12px;
    padding: 14px;
  }

  .project-hero {
    padding-bottom: 100px;
  }

  .gallery-grid {
    border-top-style: solid;
  }

  .gallery-item {
    height: 65vw;
    min-height: 400px;
  }

  .gallery-sidebar {
    max-width: 400px;
    padding-bottom: 36px;
    position: relative;
    top: 0;
  }

  .meta-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .looping-section {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .action-banner {
    width: 100%;
    min-height: 500px;
    padding: 0 0 14px;
    position: relative;
  }

  .action-info {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .mask {
    width: 100%;
  }

  .testimonial-content {
    padding-bottom: 36px;
  }

  .testimonial-text {
    font-size: 34px;
  }

  .testimonial-text.large {
    font-size: 38px;
  }

  .slide-arrow-icon {
    width: 18px;
    filter: none;
  }

  .section-background-wrapper {
    margin: 14px;
  }

  .circle-hover-cover {
    display: block;
  }

  .circle-hover-cover.testimonial-cover {
    display: none;
  }

  .footer-social-grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    padding: 14px;
  }

  .footer-social-box {
    min-height: 140px;
  }

  .social-image.large {
    width: 24px;
  }

  .nav-wrapper {
    width: 100%;
    grid-template-columns: auto 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button {
    border-left: 1px #d6e3e7;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
  }

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

  .menu-icon {
    width: 32px;
  }

  .rotating-image {
    width: 650px;
    height: 325px;
  }

  .rotating-circle {
    width: 325px;
    height: 325px;
  }

  .looping-images {
    grid-column-gap: 60px;
  }

  .about-banner {
    min-height: 300px;
  }

  .about-portrait {
    width: 325px;
    height: 525px;
  }

  .about-hero-content {
    max-width: 600px;
  }

  .dual-about-info {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .experience-list {
    grid-column-gap: 24px;
  }

  .meta-detail {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .form-field-grid {
    grid-row-gap: 24px;
  }

  .service-item-top {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 80px;
  }

  .service-column {
    padding: 14px 14px 80px;
  }

  .service-column.center {
    margin-top: 0;
    margin-bottom: 0;
  }

  .service-grid.three-column {
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
  }

  .service-description {
    padding-left: 18px;
    padding-right: 18px;
  }

  .experience-separator {
    width: 36px;
  }

  .client-quote {
    max-width: 600px;
  }

  .menu-icon-wrapper {
    border-left: 1px solid #d6e3e7;
    padding-left: 18px;
  }

  .contact-sidebar {
    padding-top: 48px;
  }

  .hero__person-count-span {
    font-size: 12px;
  }

  .form-block-2 {
    width: 100%;
    max-width: 300px;
  }

  .form-block-2.mod--hero {
    width: 100%;
    max-width: 450px;
  }

  .hero__person-count-title {
    font-size: 32px;
  }

  .hero__person-txt-less {
    display: none;
  }

  .hero__h1 {
    margin-bottom: 30px;
  }

  .input.mod--hero {
    width: 100%;
  }

  .swiper-slide.slide--persons {
    width: auto;
  }

  .swiper.swiper--persons {
    margin-bottom: 40px;
    display: block;
    overflow: visible;
  }

  .hero__person-title {
    font-size: 22px;
  }

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

  .hero__col.col--2 {
    display: none;
  }

  .hero__columns {
    display: block;
  }

  .hero__person-txt-more {
    opacity: 1;
    padding-left: 16px;
    padding-right: 16px;
    bottom: 20px;
  }

  .hero__person-txt-more.mod--1 {
    padding-left: 16px;
  }

  .hero__person {
    width: 240px;
    height: 376px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

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

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link.mobile-only {
    display: flex;
  }

  .right-nav {
    grid-template-columns: 1fr;
  }

  .nav-button.dark {
    display: none;
  }

  .hero-section {
    padding-bottom: 80px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.small-padding {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.large {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .hero-portrait {
    width: 90vw;
    height: 150vw;
  }

  .hero-left {
    max-width: 300px;
    text-align: center;
  }

  .body-display.dual-paragraph {
    column-count: 1;
  }

  .hero-portrait-wrapper {
    padding-bottom: 60px;
  }

  .hero-intro {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .hero-link-wrapper {
    margin-top: -110px;
    padding-top: 0;
    right: auto;
  }

  .hero-link-wrapper.small {
    margin-top: -195px;
  }

  .circle-image {
    width: 90vw;
    height: 90vw;
  }

  .stacked-intro {
    max-width: none;
    grid-row-gap: 36px;
  }

  .slider {
    padding-top: 160px;
    padding-bottom: 262px;
  }

  .testimonial-arrow {
    width: 140px;
    height: 140px;
    margin-right: -70px;
    padding-right: 60px;
    bottom: 120px;
  }

  .testimonial-arrow.left {
    margin-left: -70px;
    padding-left: 60px;
    bottom: 120px;
  }

  .slide-nav {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .center-intro {
    grid-row-gap: 36px;
  }

  .project-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .project-item {
    width: 75vw;
    height: 135vw;
  }

  .collection-item:nth-child(2n+1), .collection-item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .page-hero {
    min-height: 550px;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .page-hero.small {
    min-height: 500px;
  }

  .about-hero {
    padding-top: 160px;
  }

  .hero-image {
    height: 60vw;
    min-height: 350px;
    margin-top: 24px;
  }

  .gallery-item {
    min-height: 250px;
  }

  .gallery-sidebar {
    margin-top: 100px;
  }

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

  .action-banner {
    min-height: 400px;
  }

  .action-info {
    padding-right: 0;
  }

  .footer-list {
    grid-column-gap: 36px;
  }

  .footer-credit {
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .legel-credit-grid {
    justify-items: center;
  }

  .mask {
    width: 100%;
    max-width: none;
  }

  .testimonial-content {
    width: 100%;
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-text {
    font-size: 18px;
  }

  .testimonial-text.large {
    font-size: 34px;
  }

  .logo-item {
    min-width: 180px;
  }

  .logo {
    width: 75px;
  }

  .slide-arrow-icon {
    width: 16px;
  }

  .footer-social-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-social-box {
    min-height: 100px;
  }

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

  .rotating-image {
    width: 500px;
    height: 250px;
  }

  .looping-image-wrapper {
    grid-column-gap: 48px;
  }

  .rotating-circle {
    width: 250px;
    height: 250px;
  }

  .looping-images {
    grid-column-gap: 48px;
  }

  .about-banner {
    min-height: 200px;
  }

  .about-portrait {
    width: 275px;
    height: 450px;
  }

  .experience-list {
    grid-row-gap: 36px;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
    padding: 48px 18px;
  }

  .experience-date {
    width: auto;
    height: 60px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .meta-detail {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .service-item-top {
    padding-top: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .service-column {
    max-width: 400px;
  }

  .service-grid.three-column {
    grid-template-columns: 1fr;
  }

  .body-display-erfahrungsbericht.dual-paragraph {
    column-count: 1;
  }

  .form-block-2.mod--hero {
    max-width: 340px;
  }

  .btn-submit.mod--hero {
    width: 86px;
    font-size: 24px;
  }

  .input.mod--hero {
    height: 86px;
    padding-left: 32px;
    font-size: 16px;
    box-shadow: 0 32px 36px rgba(0, 0, 0, .03);
  }

  .input.mod--hero:hover, .input.mod--hero:focus {
    box-shadow: 0 32px 36px rgba(0, 0, 0, .1);
  }

  .swiper-slide {
    width: 100%;
  }

  .section-2 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .section-2.section--hero {
    padding-top: 100px;
  }

  .hero__col.col--1 {
    padding-bottom: 20px;
  }

  .hero__columns {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 34px;
  }

  .content-grid {
    text-align: left;
    flex: 0 auto;
    grid-auto-rows: 1fr;
    align-content: stretch;
    justify-content: center;
    justify-items: center;
    position: relative;
  }

  .right-nav {
    color: #000;
  }

  .social-link-wrapper {
    display: none;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.clip {
    border-color: rgba(255, 255, 255, 0);
  }

  .section.no-top-padding {
    object-fit: fill;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;
    padding-left: 20px;
    overflow: visible;
  }

  .section.small-padding {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .section.large {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.small-top-padding {
    padding-top: 60px;
  }

  .hero-portrait {
    padding: 12px;
  }

  .button-text {
    color: #333;
  }

  .button-text.light {
    text-align: center;
  }

  .hero-portrait-wrapper {
    padding-bottom: 48px;
  }

  .heading {
    color: #333;
  }

  .heading.large {
    font-size: 36px;
  }

  .hero-intro {
    padding-top: 130px;
  }

  .circle-image {
    padding: 12px;
  }

  .dual-grid {
    grid-row-gap: 48px;
  }

  .slider {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 240px;
  }

  .testimonial-arrow, .testimonial-arrow.left {
    bottom: 100px;
  }

  .slide-nav {
    margin-bottom: 48px;
  }

  .project-grid {
    grid-row-gap: 48px;
    padding-top: 0;
  }

  .project-item {
    width: 90vw;
    height: 160vw;
    padding: 12px;
  }

  .project-item-background {
    padding: 12px;
  }

  .page-hero {
    padding: 150px 12px 185px;
  }

  .page-hero.small {
    padding: 140px 18px;
  }

  .project-hover-info {
    max-width: none;
  }

  .hero-image {
    height: 50vw;
    min-height: 250px;
    margin-top: 24px;
    padding: 12px;
  }

  .project-hero {
    padding-bottom: 80px;
  }

  .gallery-sidebar {
    margin-top: 80px;
  }

  .button {
    text-align: left;
    justify-content: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .action-banner {
    min-height: 250px;
    padding-bottom: 12px;
  }

  .action-info {
    padding-top: 80px;
  }

  .footer-list {
    grid-row-gap: 24px;
    grid-auto-flow: row;
  }

  .stacked-footer {
    grid-row-gap: 80px;
    padding-top: 80px;
  }

  .legel-credit-grid {
    grid-row-gap: 12px;
    grid-auto-flow: row;
  }

  .mask {
    width: 100%;
    max-width: none;
  }

  .testimonial-content {
    width: 100%;
    max-width: none;
    grid-row-gap: 36px;
    padding-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .testimonial-text.large {
    font-size: 32px;
  }

  .avatar.two {
    background-image: url('../images/WhatsApp-Image-2023-07-04-at-17.50.04.png');
  }

  .logo-wrapper {
    height: 80px;
  }

  .logo-item {
    min-width: 140px;
  }

  .logo-separator {
    width: 48px;
  }

  .section-background-wrapper {
    margin: 12px;
  }

  .circle-hover-cover {
    color: #333;
    background-color: #333;
  }

  .footer-social-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 12px;
  }

  .button-hover-circle {
    color: #333;
  }

  .menu-button {
    padding-left: 20px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .hero-grid {
    grid-template-rows: auto auto 1fr;
    grid-auto-rows: 1fr;
    align-content: start;
    align-items: start;
  }

  .rotating-image {
    width: 425px;
    height: 225px;
    padding: 12px;
  }

  .looping-image-wrapper {
    grid-column-gap: 36px;
  }

  .rotating-circle {
    width: 225px;
    height: 225px;
    padding: 12px;
  }

  .looping-images {
    grid-column-gap: 36px;
  }

  .about-banner {
    min-height: 180px;
  }

  .about-portrait {
    width: 90vw;
    height: 140vw;
    padding: 12px;
  }

  .about-hero-content {
    padding-bottom: 140px;
  }

  .experience-list {
    padding: 48px 24px;
  }

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

  .service-item-top {
    padding-top: 36px;
  }

  .service-column {
    max-width: none;
    padding: 12px 12px 60px;
  }

  .service-bottom {
    min-height: 250px;
  }

  .service-description {
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .experience-info {
    grid-row-gap: 12px;
    text-align: center;
    grid-auto-flow: row;
    justify-items: center;
  }

  .client-quote {
    grid-row-gap: 36px;
  }

  .contact-sidebar {
    padding-top: 36px;
  }

  .text-block, .heading-2, .text-block-4, .heading-5 {
    color: #333;
  }

  .image {
    color: #333;
    -webkit-text-stroke-color: #333;
  }

  .button-text-test {
    color: #333;
  }

  .button-text-test.light {
    text-align: center;
  }

  .form-block-2, .form-block-2.mod--hero {
    max-width: 100%;
  }

  .input, .swiper-slide {
    width: 100%;
  }

  .swiper.swiper--persons {
    margin-bottom: 0;
  }

  .section-2.section--hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero__person {
    border-radius: 14px;
  }
}

#w-node-_2de49d32-c760-4664-57de-f336a83941a2-e8b14bda {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7ac41e82-5932-c384-2fed-2c24a15b15db-e8b14bda {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: center;
}

#down.w-node-_641e1d3e-eef9-4a86-86ce-0bf0fa91741a-e8b14bda {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ea8303ed-6a9e-b22d-cfdd-fa17aa49af0d-e8b14bda {
  grid-area: 1 / 1 / 3 / 2;
  align-self: end;
}

#w-node-_42f4fa38-c223-ba23-e3e5-d4eb1a39f3e1-e8b14bda {
  grid-area: 1 / 3 / 3 / 4;
  align-self: end;
  justify-self: end;
}

#w-node-ab0d67fd-5293-86fe-bb90-b0f2beae844b-e8b14bda {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-_233fd461-fc0d-8c2b-5400-524f7da2ed0a-e8b14bda {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_2029dde6-6e28-15d9-aab4-5b4033d7130e-e8b14bda {
  align-self: center;
  justify-self: start;
}

#w-node-a1d4fa73-d3dd-3a7d-251f-e7c7f38d60ef-e8b14bda {
  justify-self: start;
}

#w-node-_33c372b9-a013-4cbf-97f6-0c3f82afa953-e8b14bda {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1347acf0-2317-9fc8-1caf-cb094a18e511-e8b14bda {
  grid-area: 1 / 1 / 2 / 5;
  align-self: center;
  justify-self: center;
}

#w-node-_830d66d9-20b3-6863-93b5-d116d53ea41a-d53ea407 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_830d66d9-20b3-6863-93b5-d116d53ea41c-d53ea407 {
  justify-self: start;
}

#w-node-_830d66d9-20b3-6863-93b5-d116d53ea41f-d53ea407 {
  justify-self: center;
}

#w-node-_87b72c3b-4f7b-a8fe-a9d4-20593e8aaa85-d53ea407, #w-node-_830d66d9-20b3-6863-93b5-d116d53ea432-d53ea407 {
  justify-self: end;
}

#w-node-a6434999-7811-e09d-f886-a157c9a9e0bf-c9a9e0bd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a6434999-7811-e09d-f886-a157c9a9e0cc-c9a9e0bd {
  justify-self: start;
}

#w-node-a6434999-7811-e09d-f886-a157c9a9e0d0-c9a9e0bd {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-c6393622-346e-211f-6256-45f3c5ca1c31-c5ca1c2e {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-c6393622-346e-211f-6256-45f3c5ca1c32-c5ca1c2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c6393622-346e-211f-6256-45f3c5ca1c35-c5ca1c2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-c6393622-346e-211f-6256-45f3c5ca1c42-c5ca1c2e {
  justify-self: end;
}

#w-node-_9da14103-3217-afa6-dfd1-904f1d633156-c5ca1c2e {
  justify-self: start;
}

#w-node-_33e7bccd-8f34-df91-4ae8-8c491b0a71c5-e8b14bdb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9a427b79-d203-48df-ec7c-db9716e1cb25-e8b14bdb {
  align-self: center;
}

#w-node-fc31aa34-eb44-daa5-8aa8-581f981e830a-e8b14bdb {
  align-self: end;
  justify-self: start;
}

#w-node-_950b684b-45bd-e209-a297-d3fa5efd38da-e8b14bde {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3184631a-c056-8a99-d54f-9b9f4978bbf0-e8b14bde {
  align-self: start;
}

#w-node-_7cd67672-67b2-a2a9-ea26-ed19e0c3202b-e8b14bdf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_04837941-d468-eb18-f8e9-98f7891501d9-e8b14bdf {
  grid-area: 2 / 1 / 3 / 5;
  align-self: end;
  justify-self: center;
}

#w-node-_68be490e-0f14-a8d5-a8db-cc039357b023-e8b14bdf {
  grid-area: 1 / 1 / 2 / 5;
  justify-self: center;
}

#w-node-_1d62a34d-c198-afbe-f5a6-7634693bebde-e8b14bdf {
  justify-self: center;
}

#w-node-_30bec730-36a4-4d1d-713c-a92f65ad3b9d-e8b14bdf {
  grid-area: 1 / 4 / 3 / 5;
  align-self: end;
  justify-self: end;
}

#w-node-af8e19c8-c99d-4b32-3708-ef829772b34d-e8b14bdf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-af8e19c8-c99d-4b32-3708-ef829772b350-e8b14bdf {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a764419b-8e2c-de50-ed4e-5291f8719521-e8b14bdf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6de08756-ef00-600f-d441-bae644f984a7-e8b14bdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3fa2b64d-8ac5-6e17-90d6-f8cc7f4ebc0a-e8b14bdf {
  justify-self: start;
}

#w-node-d8705708-8274-6381-0044-940ff213614b-e8b14bdf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c80398a9-d9ca-0c27-3f6b-65dc6ba8066f-e8b14bdf {
  grid-area: 1 / 1 / 2 / 5;
  align-self: center;
  justify-self: center;
}

#w-node-d8705708-8274-6381-0044-940ff213614c-e8b14bdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4655579-9bf4-03ff-5c7d-e7d4454f2d96-454f2d94 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1fe07ce7-9d01-543d-b518-01942e688269-454f2d94, #w-node-_25b86256-6b2b-5634-a68c-72377271d70b-454f2d94 {
  justify-self: center;
}

#w-node-_25b86256-6b2b-5634-a68c-72377271d70e-454f2d94 {
  align-self: center;
  justify-self: start;
}

#w-node-_47dd1952-4c03-8201-17f9-6db07261eafe-454f2d94 {
  justify-self: center;
}

#w-node-_47dd1952-4c03-8201-17f9-6db07261eb01-454f2d94 {
  align-self: center;
  justify-self: start;
}

#w-node-_1a162a31-ae4d-5245-12e8-2d399f64b559-454f2d94 {
  justify-self: center;
}

#w-node-_1a162a31-ae4d-5245-12e8-2d399f64b55c-454f2d94 {
  align-self: center;
  justify-self: start;
}

#w-node-_8f6c0c36-a098-e52a-8d4f-c14cabc824c7-454f2d94 {
  justify-self: center;
}

#w-node-_8f6c0c36-a098-e52a-8d4f-c14cabc824ca-454f2d94 {
  align-self: center;
  justify-self: start;
}

#w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52ccf-f0fd9d44 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cd0-f0fd9d44 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: end;
  justify-self: center;
}

#w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cda-f0fd9d44 {
  grid-area: 1 / 1 / 2 / 5;
  justify-self: center;
}

#w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cde-f0fd9d44 {
  justify-self: center;
}

#w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52ce1-f0fd9d44 {
  grid-area: 1 / 4 / 3 / 5;
  align-self: end;
  justify-self: end;
}

#w-node-_9c17e7d0-a1d3-9d46-5ace-e277fa7f6eb5-f0fd9d44 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9c17e7d0-a1d3-9d46-5ace-e277fa7f6eb8-f0fd9d44 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bad22bc9-c006-005d-8e61-b67161f7dca8-f0fd9d44 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bad22bc9-c006-005d-8e61-b67161f7dca9-f0fd9d44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-bad22bc9-c006-005d-8e61-b67161f7dcaf-f0fd9d44 {
  justify-self: start;
}

#w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52ccf-80c08b98 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cd0-80c08b98 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: end;
  justify-self: center;
}

#w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cda-80c08b98 {
  grid-area: 1 / 1 / 2 / 5;
  justify-self: center;
}

#w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cde-80c08b98 {
  justify-self: center;
}

#w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52ce1-80c08b98 {
  grid-area: 1 / 4 / 3 / 5;
  align-self: end;
  justify-self: end;
}

#w-node-_9c17e7d0-a1d3-9d46-5ace-e277fa7f6eb5-80c08b98 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9c17e7d0-a1d3-9d46-5ace-e277fa7f6eb8-80c08b98 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bad22bc9-c006-005d-8e61-b67161f7dca8-80c08b98 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bad22bc9-c006-005d-8e61-b67161f7dca9-80c08b98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-bad22bc9-c006-005d-8e61-b67161f7dcaf-80c08b98 {
  justify-self: start;
}

#w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52ccf-2e84a67e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cd0-2e84a67e {
  grid-area: 2 / 1 / 3 / 5;
  align-self: end;
  justify-self: center;
}

#w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cda-2e84a67e {
  grid-area: 1 / 1 / 2 / 5;
  justify-self: center;
}

#w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cde-2e84a67e {
  justify-self: center;
}

#w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52ce1-2e84a67e {
  grid-area: 1 / 4 / 3 / 5;
  align-self: end;
  justify-self: end;
}

#w-node-_9c17e7d0-a1d3-9d46-5ace-e277fa7f6eb5-2e84a67e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9c17e7d0-a1d3-9d46-5ace-e277fa7f6eb8-2e84a67e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bad22bc9-c006-005d-8e61-b67161f7dca8-2e84a67e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bad22bc9-c006-005d-8e61-b67161f7dca9-2e84a67e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-bad22bc9-c006-005d-8e61-b67161f7dcaf-2e84a67e {
  justify-self: start;
}

#w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52ccf-04d96cd7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cd0-04d96cd7 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: end;
  justify-self: center;
}

#w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cda-04d96cd7 {
  grid-area: 1 / 1 / 2 / 5;
  justify-self: center;
}

#w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cde-04d96cd7 {
  justify-self: center;
}

#w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52ce1-04d96cd7 {
  grid-area: 1 / 4 / 3 / 5;
  align-self: end;
  justify-self: end;
}

#w-node-_9c17e7d0-a1d3-9d46-5ace-e277fa7f6eb5-04d96cd7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9c17e7d0-a1d3-9d46-5ace-e277fa7f6eb8-04d96cd7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bad22bc9-c006-005d-8e61-b67161f7dca8-04d96cd7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bad22bc9-c006-005d-8e61-b67161f7dca9-04d96cd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-bad22bc9-c006-005d-8e61-b67161f7dcaf-04d96cd7 {
  justify-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-a6434999-7811-e09d-f886-a157c9a9e0cc-c9a9e0bd {
    justify-self: start;
  }

  #w-node-c6393622-346e-211f-6256-45f3c5ca1c31-c5ca1c2e {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: center;
  }

  #w-node-fc31aa34-eb44-daa5-8aa8-581f981e830a-e8b14bdb {
    align-self: end;
    justify-self: start;
  }

  #w-node-_950b684b-45bd-e209-a297-d3fa5efd38da-e8b14bde {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3184631a-c056-8a99-d54f-9b9f4978bbf0-e8b14bde {
    justify-self: center;
  }

  #w-node-_7cd67672-67b2-a2a9-ea26-ed19e0c3202b-e8b14bdf {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_68be490e-0f14-a8d5-a8db-cc039357b023-e8b14bdf {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: center;
  }

  #w-node-_1d62a34d-c198-afbe-f5a6-7634693bebdc-e8b14bdf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a764419b-8e2c-de50-ed4e-5291f8719521-e8b14bdf {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: center;
  }

  #w-node-_252a817a-8b35-86f8-594c-14eb0a17013e-e8b14bdf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_252a817a-8b35-86f8-594c-14eb0a170140-e8b14bdf {
    justify-self: auto;
  }

  #w-node-a4655579-9bf4-03ff-5c7d-e7d4454f2d96-454f2d94 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_25b86256-6b2b-5634-a68c-72377271d709-454f2d94 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52ccf-f0fd9d44 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cda-f0fd9d44 {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: center;
  }

  #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cdc-f0fd9d44 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bad22bc9-c006-005d-8e61-b67161f7dca8-f0fd9d44 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: center;
  }

  #w-node-bad22bc9-c006-005d-8e61-b67161f7dcab-f0fd9d44 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bad22bc9-c006-005d-8e61-b67161f7dcad-f0fd9d44 {
    justify-self: auto;
  }

  #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52ccf-80c08b98 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cda-80c08b98 {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: center;
  }

  #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cdc-80c08b98 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bad22bc9-c006-005d-8e61-b67161f7dca8-80c08b98 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: center;
  }

  #w-node-bad22bc9-c006-005d-8e61-b67161f7dcab-80c08b98 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bad22bc9-c006-005d-8e61-b67161f7dcad-80c08b98 {
    justify-self: auto;
  }

  #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52ccf-2e84a67e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cda-2e84a67e {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: center;
  }

  #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cdc-2e84a67e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bad22bc9-c006-005d-8e61-b67161f7dca8-2e84a67e {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: center;
  }

  #w-node-bad22bc9-c006-005d-8e61-b67161f7dcab-2e84a67e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bad22bc9-c006-005d-8e61-b67161f7dcad-2e84a67e {
    justify-self: auto;
  }

  #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52ccf-04d96cd7 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cda-04d96cd7 {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: center;
  }

  #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cdc-04d96cd7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bad22bc9-c006-005d-8e61-b67161f7dca8-04d96cd7 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: center;
  }

  #w-node-bad22bc9-c006-005d-8e61-b67161f7dcab-04d96cd7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bad22bc9-c006-005d-8e61-b67161f7dcad-04d96cd7 {
    justify-self: auto;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_33e7bccd-8f34-df91-4ae8-8c491b0a71c5-e8b14bdb {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_33e7bccd-8f34-df91-4ae8-8c491b0a71c5-e8b14bdb, #w-node-_7cd67672-67b2-a2a9-ea26-ed19e0c3202b-e8b14bdf {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-af8e19c8-c99d-4b32-3708-ef829772b350-e8b14bdf {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-a764419b-8e2c-de50-ed4e-5291f8719521-e8b14bdf, #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52ccf-f0fd9d44 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9c17e7d0-a1d3-9d46-5ace-e277fa7f6eb8-f0fd9d44 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-bad22bc9-c006-005d-8e61-b67161f7dca8-f0fd9d44, #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52ccf-80c08b98 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9c17e7d0-a1d3-9d46-5ace-e277fa7f6eb8-80c08b98 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-bad22bc9-c006-005d-8e61-b67161f7dca8-80c08b98, #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52ccf-2e84a67e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9c17e7d0-a1d3-9d46-5ace-e277fa7f6eb8-2e84a67e {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-bad22bc9-c006-005d-8e61-b67161f7dca8-2e84a67e, #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52ccf-04d96cd7 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9c17e7d0-a1d3-9d46-5ace-e277fa7f6eb8-04d96cd7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-bad22bc9-c006-005d-8e61-b67161f7dca8-04d96cd7 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7ac41e82-5932-c384-2fed-2c24a15b15db-e8b14bda {
    grid-column-end: 3;
  }

  #down.w-node-_641e1d3e-eef9-4a86-86ce-0bf0fa91741a-e8b14bda {
    grid-column: 1 / 3;
  }

  #w-node-ea8303ed-6a9e-b22d-cfdd-fa17aa49af0d-e8b14bda {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_42f4fa38-c223-ba23-e3e5-d4eb1a39f3e1-e8b14bda {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
    justify-self: start;
  }

  #w-node-ab0d67fd-5293-86fe-bb90-b0f2beae844b-e8b14bda {
    grid-row: 1 / 3;
    grid-column-end: 3;
  }

  #w-node-_233fd461-fc0d-8c2b-5400-524f7da2ed0a-e8b14bda {
    justify-self: stretch;
  }

  #w-node-_1347acf0-2317-9fc8-1caf-cb094a18e511-e8b14bda {
    grid-column-end: 3;
  }

  #w-node-_830d66d9-20b3-6863-93b5-d116d53ea41c-d53ea407, #w-node-_87b72c3b-4f7b-a8fe-a9d4-20593e8aaa85-d53ea407 {
    justify-self: center;
  }

  #w-node-a6434999-7811-e09d-f886-a157c9a9e0d0-c9a9e0bd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c6393622-346e-211f-6256-45f3c5ca1c31-c5ca1c2e {
    justify-self: center;
  }

  #w-node-c6393622-346e-211f-6256-45f3c5ca1c35-c5ca1c2e, #w-node-c6393622-346e-211f-6256-45f3c5ca1c42-c5ca1c2e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_04837941-d468-eb18-f8e9-98f7891501d9-e8b14bdf, #w-node-_68be490e-0f14-a8d5-a8db-cc039357b023-e8b14bdf {
    grid-column-end: 3;
  }

  #w-node-_30bec730-36a4-4d1d-713c-a92f65ad3b9d-e8b14bdf {
    grid-column: 1 / 2;
  }

  #w-node-af8e19c8-c99d-4b32-3708-ef829772b350-e8b14bdf {
    grid-column: span 2 / span 2;
  }

  #w-node-c80398a9-d9ca-0c27-3f6b-65dc6ba8066f-e8b14bdf, #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cd0-f0fd9d44, #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cda-f0fd9d44 {
    grid-column-end: 3;
  }

  #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52ce1-f0fd9d44 {
    grid-column: 1 / 2;
  }

  #w-node-_9c17e7d0-a1d3-9d46-5ace-e277fa7f6eb8-f0fd9d44 {
    grid-column: span 2 / span 2;
  }

  #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cd0-80c08b98, #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cda-80c08b98 {
    grid-column-end: 3;
  }

  #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52ce1-80c08b98 {
    grid-column: 1 / 2;
  }

  #w-node-_9c17e7d0-a1d3-9d46-5ace-e277fa7f6eb8-80c08b98 {
    grid-column: span 2 / span 2;
  }

  #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cd0-2e84a67e, #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cda-2e84a67e {
    grid-column-end: 3;
  }

  #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52ce1-2e84a67e {
    grid-column: 1 / 2;
  }

  #w-node-_9c17e7d0-a1d3-9d46-5ace-e277fa7f6eb8-2e84a67e {
    grid-column: span 2 / span 2;
  }

  #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cd0-04d96cd7, #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cda-04d96cd7 {
    grid-column-end: 3;
  }

  #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52ce1-04d96cd7 {
    grid-column: 1 / 2;
  }

  #w-node-_9c17e7d0-a1d3-9d46-5ace-e277fa7f6eb8-04d96cd7 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7ac41e82-5932-c384-2fed-2c24a15b15db-e8b14bda, #down.w-node-_641e1d3e-eef9-4a86-86ce-0bf0fa91741a-e8b14bda {
    grid-column-end: 2;
  }

  #w-node-ea8303ed-6a9e-b22d-cfdd-fa17aa49af0d-e8b14bda {
    justify-self: center;
  }

  #w-node-ab0d67fd-5293-86fe-bb90-b0f2beae844b-e8b14bda, #w-node-_1347acf0-2317-9fc8-1caf-cb094a18e511-e8b14bda {
    grid-column-end: 2;
  }

  #w-node-_830d66d9-20b3-6863-93b5-d116d53ea432-d53ea407 {
    justify-self: center;
  }

  #w-node-_04837941-d468-eb18-f8e9-98f7891501d9-e8b14bdf, #w-node-_68be490e-0f14-a8d5-a8db-cc039357b023-e8b14bdf {
    grid-column-end: 2;
  }

  #w-node-af8e19c8-c99d-4b32-3708-ef829772b350-e8b14bdf {
    grid-column: span 1 / span 1;
  }

  #w-node-c80398a9-d9ca-0c27-3f6b-65dc6ba8066f-e8b14bdf, #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cd0-f0fd9d44, #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cda-f0fd9d44 {
    grid-column-end: 2;
  }

  #w-node-_9c17e7d0-a1d3-9d46-5ace-e277fa7f6eb8-f0fd9d44 {
    grid-column: span 1 / span 1;
  }

  #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cd0-80c08b98, #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cda-80c08b98 {
    grid-column-end: 2;
  }

  #w-node-_9c17e7d0-a1d3-9d46-5ace-e277fa7f6eb8-80c08b98 {
    grid-column: span 1 / span 1;
  }

  #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cd0-2e84a67e, #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cda-2e84a67e {
    grid-column-end: 2;
  }

  #w-node-_9c17e7d0-a1d3-9d46-5ace-e277fa7f6eb8-2e84a67e {
    grid-column: span 1 / span 1;
  }

  #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cd0-04d96cd7, #w-node-_58ba850f-0f0d-fa17-a139-f4dc00a52cda-04d96cd7 {
    grid-column-end: 2;
  }

  #w-node-_9c17e7d0-a1d3-9d46-5ace-e277fa7f6eb8-04d96cd7 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2de49d32-c760-4664-57de-f336a83941a2-e8b14bda, #down.w-node-_641e1d3e-eef9-4a86-86ce-0bf0fa91741a-e8b14bda {
    align-self: start;
  }

  #w-node-_42f4fa38-c223-ba23-e3e5-d4eb1a39f3e1-e8b14bda {
    grid-row: 1 / 2;
  }

  #w-node-ab0d67fd-5293-86fe-bb90-b0f2beae844b-e8b14bda {
    align-self: stretch;
  }

  #w-node-_1ea7a54e-7161-9281-6cc3-f417b58f633e-e8b14bdb {
    justify-self: center;
  }

  #w-node-_252a817a-8b35-86f8-594c-14eb0a17013e-e8b14bdf {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_3fa2b64d-8ac5-6e17-90d6-f8cc7f4ebc0a-e8b14bdf {
    justify-self: auto;
  }

  #w-node-bad22bc9-c006-005d-8e61-b67161f7dcab-f0fd9d44 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-bad22bc9-c006-005d-8e61-b67161f7dcaf-f0fd9d44 {
    justify-self: auto;
  }

  #w-node-bad22bc9-c006-005d-8e61-b67161f7dcab-80c08b98 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-bad22bc9-c006-005d-8e61-b67161f7dcaf-80c08b98 {
    justify-self: auto;
  }

  #w-node-bad22bc9-c006-005d-8e61-b67161f7dcab-2e84a67e {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-bad22bc9-c006-005d-8e61-b67161f7dcaf-2e84a67e {
    justify-self: auto;
  }

  #w-node-bad22bc9-c006-005d-8e61-b67161f7dcab-04d96cd7 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-bad22bc9-c006-005d-8e61-b67161f7dcaf-04d96cd7 {
    justify-self: auto;
  }
}


