:root {
  --white: white;
  --goldenrod: #f4bd03;
  --dim-grey: #525252;
  --black: black;
  --dim-grey-2: #3f4d61;
  --darktransparent: rgba(0, 0, 0, .65);
  --hellgrau: #7e7e7e;
}

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

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

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

h1 {
  color: var(--white);
  letter-spacing: 3px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--white);
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--white);
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--white);
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: var(--white);
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--white);
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

ul, ol {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.hero-section {
  z-index: 1;
  height: 100vh;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-slider {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
}

.hero-slider-mask {
  overflow: hidden;
}

.hero-slide {
  width: 100vw;
  height: 100vh;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-first-slide {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .22), rgba(0, 0, 0, .22));
  align-items: center;
  display: flex;
}

.left-arrow {
  z-index: 999;
  cursor: pointer;
  display: block;
  top: 90%;
}

.right-arrow {
  z-index: 999;
  cursor: pointer;
  align-items: stretch;
  display: flex;
  top: 90%;
  bottom: 0%;
  left: 5%;
  right: auto;
}

.hero-heading {
  z-index: 3;
  width: 200vw;
  height: 100%;
  color: rgba(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-color: rgba(0, 0, 0, .14);
  background-clip: padding-box;
  align-items: center;
  margin-top: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 80vh;
  line-height: 1;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(-95px);
}

.hero-heading.second {
  z-index: 36;
  width: auto;
  height: auto;
  -webkit-text-fill-color: transparent;
  background-color: rgba(255, 255, 255, .2);
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
  margin: auto 0;
  padding-left: .1em;
  font-size: 70vh;
  display: block;
  position: static;
  left: 0%;
  transform: none;
}

.background-second-slide {
  width: 100%;
  height: 100%;
  background-image: url('../images/heroimage2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  align-items: center;
  display: flex;
}

.background-third-slide {
  width: 100%;
  height: 100%;
  background-image: url('../images/heroimage3-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  align-items: center;
  display: flex;
}

.wrapper-move-heading {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.container-heading-slider {
  width: 100%;
  height: 100%;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.whapper-heading-slide {
  z-index: 980;
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 16.66%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

.heading {
  color: #fff;
  letter-spacing: 5px;
  font-family: Bebas Neue, sans-serif;
  font-size: 160px;
  font-weight: 400;
  line-height: 1;
}

.heading.second {
  margin-top: 0;
  margin-bottom: 0;
  line-height: .8;
}

.sub-heading {
  color: rgba(255, 255, 255, .84);
  letter-spacing: 6px;
  margin-left: 4px;
  font-family: Bebas Neue, sans-serif;
  font-size: 1vw;
  font-weight: 100;
}

.overflow {
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.overflow._2 {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.overflow._2.team {
  justify-content: flex-end;
}

.overflow._2.references {
  margin-top: 24em;
}

.background {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vertical-nav {
  width: 100px;
  height: 100vh;
  background-color: rgba(0, 0, 0, .2);
  border-left: 1px solid rgba(255, 255, 255, .1);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: visible;
}

.nav-link {
  color: #aaa;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-left: auto;
  padding-right: 0;
  font-family: BenchNine, sans-serif;
  font-size: 40px;
  font-weight: 300;
}

.nav-link.w--current {
  color: #f4bd03;
}

.brand {
  display: none;
}

.menu-line {
  width: 32px;
  height: 1px;
  background-color: #fff;
}

.menu-line.second {
  width: 22px;
  margin-top: 12px;
}

.menu-button {
  width: 100%;
  height: 100px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-left: 0;
  padding-right: 0;
  transition: background-color .4s ease-in-out;
  display: flex;
}

.menu-button:hover {
  background-color: rgba(255, 255, 255, .11);
}

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

.wrapper-burger-menu {
  width: 32px;
  height: 100%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin: auto;
  display: flex;
}

.scroll-wrapper {
  z-index: 9;
  width: 100%;
  height: 190px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  justify-content: center;
  align-items: center;
  margin-top: auto;
  text-decoration: none;
  transition: background-color .4s ease-in-out;
  display: flex;
  position: relative;
}

.scroll-wrapper:hover {
  background-color: rgba(255, 255, 255, .11);
}

.scroll-text {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  position: absolute;
  transform: rotate(-90deg);
}

.nav-menu {
  z-index: 0;
  width: 100vw;
  height: 100vw;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrapper-big-menu {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container-menu-text {
  width: 35%;
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
}

.menu-link {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.link-line {
  width: 100px;
  height: 1px;
  background-color: #fff;
  margin-left: 0;
  margin-right: 20px;
}

.nav-text {
  letter-spacing: 5px;
  margin-left: auto;
  margin-right: 20px;
  font-family: BenchNine, sans-serif;
  font-size: 25px;
  transform: translate(0, -5px)rotate(-90deg);
}

.move-background {
  z-index: 90;
  width: 250vw;
  background-color: var(--white);
  color: #d80e0e;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-black {
  z-index: 0;
  width: 250vw;
  color: #d80e0e;
  background-color: #000;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.social-wrapper {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.social-link {
  width: 100%;
  height: 100px;
  justify-content: center;
  align-items: center;
  transition: background-color .4s ease-in-out;
  display: flex;
}

.social-link:hover {
  background-color: rgba(255, 255, 255, .11);
}

.slide-nav {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.grid-line {
  z-index: 1;
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr .9fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.line {
  width: 1px;
  height: 100%;
  background-color: #8d8d8d;
  margin-left: auto;
}

.line.second {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.about-section {
  z-index: 1;
  height: auto;
  padding-top: 140px;
  display: flex;
  position: relative;
}

.grid-about {
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 73px;
  grid-template: ". Area-portfolio Area-portfolio"
                 ". Area-Portfolio-2 Area-Portfolio-2"
                 ". Area-Porfolio-3 Area-Porfolio-3"
                 / 1fr .6fr .9fr 1fr;
}

.wrapper-size-about {
  transition: filter .2s ease-in-out;
  position: relative;
  overflow: visible;
}

.wrapper-size-about:hover {
  filter: grayscale();
}

.image-about {
  width: 100%;
}

.wrapper-heading {
  z-index: 4;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.portfolio-heading {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 14vw;
  font-weight: 800;
  line-height: .8;
}

.portfolio-heading.no {
  display: none;
}

.container-about-heading {
  margin-left: 0;
  display: flex;
}

.container-about-heading.margin {
  margin-left: -12px;
  margin-right: auto;
}

.container-about-heading.no {
  display: none;
}

.filter {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: opacity .4s ease-in-out;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.filter:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.filter.second, .filter.third {
  background-color: rgba(0, 0, 0, 0);
}

.licensing-head {
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
}

.licensing-text-wrapper {
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.licensing-container {
  width: 60%;
  height: auto;
  color: rgba(255, 255, 255, 0);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 10px;
  padding: 40px;
  display: flex;
}

.section-licensing {
  height: auto;
  min-height: 100vh;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.licensing-link-wrapper {
  align-items: center;
  display: flex;
}

.licensing {
  color: #fff;
  letter-spacing: 5px;
  margin-bottom: 40px;
  font-family: Bebas Neue, sans-serif;
  font-size: 3.5vw;
}

.license-link {
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
}

.source-link {
  color: #fff;
  margin-right: 20px;
  line-height: 1.2;
  text-decoration: none;
}

.licensing-paragraph {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.style-guide-line {
  height: 1px;
  background-color: var(--goldenrod);
  flex: 1;
  margin-left: 10px;
}

.color-two {
  width: 80px;
  height: 80px;
  background-color: var(--dim-grey);
  border: 1px solid #333;
  border-radius: 100%;
}

.colors {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.style-guide {
  color: var(--goldenrod);
  text-align: center;
  font-size: 50px;
  line-height: 1;
}

.wrapper {
  align-items: center;
  display: flex;
}

.style-guide-section {
  background-color: var(--black);
  padding-top: 220px;
}

.text-style-guide {
  color: #bbb;
  text-transform: uppercase;
  border-top: 1px solid #dadada;
  margin-top: 5px;
  padding-top: 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
}

.heading-guide {
  color: var(--goldenrod);
  margin-top: 0;
  margin-bottom: 0;
}

.italic {
  font-style: italic;
}

.heading-style-guide {
  text-align: center;
}

.color-three {
  width: 80px;
  height: 80px;
  background-color: #000;
  border: 1px solid #333;
  border-radius: 100%;
}

.color-second {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 100%;
}

.submit-button {
  background-color: var(--dim-grey);
  color: var(--white);
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  transition: color .4s ease-in-out;
}

.submit-button:hover {
  color: var(--goldenrod);
}

.submit-button.white {
  color: #fff;
  text-transform: none;
  background-color: rgba(82, 82, 82, .22);
  padding: 18px;
  font-size: 22px;
}

.submit-button.white:hover {
  color: var(--goldenrod);
}

.container-style-guide {
  border: 1px #c9c9c9;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  padding: 45px;
  display: flex;
}

.color {
  width: 80px;
  height: 80px;
  background-color: var(--goldenrod);
  border-radius: 100%;
}

.container {
  width: 80%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  position: relative;
}

.container-style-guide-second {
  border: 1px #c9c9c9;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  padding: 45px;
  display: flex;
}

.bold-paragraph {
  font-weight: 600;
}

.style-guide-container {
  border: 1px #c9c9c9;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  padding: 45px;
  display: flex;
}

.style-guide-heading {
  color: #8b8b8b;
  margin-top: 5px;
}

.style-guide-grid {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.container-heading {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 0;
}

.about-paragraph {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 102%;
  right: -49%;
}

.portfolio-grid {
  z-index: 99;
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area-2 Area-4 Area-4 Area-3" 1fr
                 "Area-2 Area-4 Area-4 Area-3" 1fr
                 "Area-2 Area Area ." 1fr
                 "Area-5 Area Area ." 1fr
                 / 1fr .6fr .9fr 1fr;
  position: relative;
}

.wrapper-images-portfolio {
  height: 85%;
  background-image: url('../images/0_1_Portfolio_Start.webp');
  background-size: cover;
  margin-top: auto;
  position: relative;
  overflow: hidden;
}

.wrapper-images-portfolio.second {
  width: 85%;
  height: 100%;
  background-image: url('../images/0_2_SIXROOMS_Portfolio.jpg');
  background-position: 50%;
  margin-top: 0;
}

.wrapper-images-portfolio.third {
  width: 300px;
  height: 300px;
  background-image: url('../images/0_3_SIXROOMS_Portfolio.jpg');
  background-position: 50% 70%;
  margin-top: 0;
}

.first-background-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/1_1_Portfolio_Umfeldanalyse.webp');
  background-position: 50%;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.first-background-image.second {
  z-index: auto;
  background-image: none;
  display: block;
}

.first-background-image.third {
  background-image: url('../images/CDE-Picture_Demuth.webp');
  display: block;
}

.second-background-image {
  z-index: auto;
  width: 100%;
  height: 100%;
  background-image: url('../images/3_1_SIXROOMS_Portfolio.jpg');
  background-position: 50%;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.second-background-image.second {
  z-index: auto;
  background-image: url('../images/3_2_SIXROOMS_Portfolio.jpg');
  display: block;
}

.second-background-image.third {
  background-image: url('../images/Ju╠êrgen_Berthold.webp');
  display: block;
}

.third-background-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/4_1_SIXROOMS_Portfolio.jpg');
  background-position: 50%;
  background-size: cover;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.third-background-image.second {
  background-image: url('../images/4_2_SIXROOMS_Portfolio.jpg');
  display: block;
}

.third-background-image.third {
  background-image: url('../images/Markus_Mattausch.webp');
}

.wrapper-menu-portfolio {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
  bottom: 0;
}

.portfolio-link {
  width: auto;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  padding-left: 70px;
  display: flex;
  position: relative;
}

.order-number {
  color: #7c7c7c;
  font-family: BenchNine, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

.order-number._5 {
  display: block;
}

.client-heading {
  z-index: 1;
  letter-spacing: normal;
  text-transform: none;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Poppins, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
  position: static;
}

.client-heading._5 {
  display: block;
}

.relative-wrap {
  position: relative;
}

.line-absolute {
  height: 5px;
  background-color: var(--white);
  color: var(--white);
  margin-top: 5px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mobile-section-portfolio {
  display: none;
}

.grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr .9fr 1fr;
}

.role {
  width: auto;
  cursor: default;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 70px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.text-work {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 200;
}

.wrapper-work {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 10px;
  padding-bottom: 0;
  padding-right: 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrapper-work._1, .wrapper-work._2, .wrapper-work._3, .wrapper-work._4, .wrapper-work._5 {
  display: flex;
}

.container-work {
  display: block;
  position: relative;
}

.preloader-wrapper {
  z-index: 9999;
  height: 100vh;
  background-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr .9fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.size-load {
  width: 100%;
  height: 100%;
  background-color: var(--white);
}

.wrapper-content-portfolio {
  z-index: 4;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.wrapper-content-portfolio.first {
  object-fit: fill;
  object-position: 50% 50%;
  display: none;
  overflow: auto;
}

.wrapper-content-portfolio.second {
  z-index: 999;
  height: auto;
  display: none;
  overflow: auto;
}

.wrapper-content-portfolio.third, .wrapper-content-portfolio.fifth, .wrapper-content-portfolio.fourth {
  z-index: 99;
  display: none;
  overflow: auto;
}

.hero-section-progect {
  height: 100vh;
  background-image: url('../images/portfolio1C.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  padding-bottom: 100px;
  padding-left: 100px;
  display: flex;
}

.hero-section-progect.second {
  background-image: url('../images/portfolio2C.jpg');
}

.hero-section-progect.third {
  background-image: url('../images/portfolio3C.jpg');
  display: flex;
}

.hero-section-progect.fourth {
  background-image: url('../images/portfolio4C.jpg');
}

.hero-section-progect.fifth {
  background-image: url('../images/portfolio5C.jpg');
}

.role-wrapper {
  height: 100vh;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.role-grid {
  width: 100%;
  border-top: 1px solid var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 0;
  margin-right: auto;
  padding-top: 40px;
}

.content-grid-porfolio {
  grid-column-gap: 0px;
  grid-template: "Area-4 Area-3"
                 "Area ."
                 ". Area-2"
                 ". ."
                 / .87fr 1fr;
  margin-top: 100px;
}

.main-paragraph {
  white-space: normal;
  word-break: normal;
  margin-bottom: 20px;
  font-size: 1.5em;
  line-height: 1.5;
}

.main-paragraph.thin {
  color: #b9b9b9;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-size: 15px;
  font-weight: 300;
}

.main-paragraph.light {
  font-weight: 200;
}

.wrapper-preloader {
  z-index: 9999;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr .9fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrapper-back {
  width: 25px;
  height: 25px;
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: row-reverse;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: 33px;
  bottom: auto;
  left: 34px;
  right: auto;
}

.wrapper-back.w--current {
  position: fixed;
  top: 35px;
  left: 32px;
}

.section-number {
  z-index: 2;
  height: 300vh;
  margin-top: 140px;
  position: relative;
  overflow: visible;
}

.number-awards {
  height: 100vh;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 39vw;
  font-weight: 300;
  line-height: 1;
  display: flex;
  position: static;
  top: 1px;
  overflow: visible;
}

.text-grid {
  z-index: 4;
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr .9fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.text-intro-number {
  text-align: center;
  margin-bottom: 0;
  margin-left: -28px;
  font-size: 1.5em;
  line-height: 1.2;
  position: relative;
  top: 4%;
  right: -15%;
}

.wrapper-sticky {
  z-index: 4;
  height: 100vh;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 1px;
  overflow: hidden;
}

.wrapper-text-number-section {
  z-index: 4;
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template: ". Area Area"
                 ". . ."
                 / 1fr .6fr .9fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  top: 0;
}

.features-text {
  text-align: center;
  margin-bottom: 60px;
  font-size: 1.5em;
}

.features-heading {
  text-align: center;
  margin-top: 0;
  font-size: 10vw;
  line-height: 1;
  display: block;
}

.features-heading.no {
  display: none;
}

.parallax-image {
  height: 100vh;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 1px;
  overflow: hidden;
}

.image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fourth-background-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/5_1_SIXROOMS_Portfolio.jpg');
  background-position: 50%;
  background-size: cover;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.fourth-background-image.second {
  background-image: url('../images/5_2_Portfolio_Strategie.webp');
  display: block;
}

.fourth-background-image.third {
  background-image: url('../images/Franz_Rankl_.webp');
  display: block;
}

.fifth-background-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/6_1_Portfolio_Vertrieb.webp');
  background-position: 50%;
  background-size: cover;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.fifth-background-image.second {
  z-index: auto;
  background-image: url('../images/6_2_Portfolio_Vertrieb.webp');
  display: block;
}

.fifth-background-image.third {
  background-image: url('../images/Ulrich_Buehlmann.webp');
  display: block;
}

.name-heading {
  text-align: center;
  font-size: 6.7vw;
  line-height: 1;
}

.heading-small {
  color: #1c2327;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 10vh;
}

.heading-small.left-slide {
  z-index: 2;
  width: 70%;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective: none;
  perspective-origin: 50%;
  transform-origin: 0%;
  text-align: center;
  line-height: 8vh;
  position: absolute;
  top: auto;
  bottom: -7.5%;
  left: 8%;
  right: auto;
  transform: rotate(-90deg);
}

.heading-small.left-slide.disable-selection {
  color: var(--white);
  color: #fff;
  display: none;
  bottom: 4.5%;
  left: 0%;
}

.heading-small.right-slide {
  z-index: 2;
  width: 70%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: none;
  perspective-origin: 50%;
  transform-origin: 100%;
  text-align: center;
  line-height: 8vh;
  position: absolute;
  top: 30%;
  bottom: auto;
  left: auto;
  right: 8%;
  transform: rotate(-90deg);
}

.heading-small.right-slide.disable-selection {
  color: var(--white);
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 3vh;
  top: auto;
  bottom: auto;
  right: auto;
  transform: none;
}

.container-info-contact {
  width: 100vw;
  height: 100vh;
}

.contact-section {
  height: 400vh;
  background-color: rgba(0, 0, 0, 0);
  border-top: 60px rgba(36, 36, 36, .09);
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: relative;
}

.contact-section:focus {
  box-shadow: inset 0 0 0 85px rgba(255, 0, 0, .29);
}

.contact-section.content-wrap {
  width: 100%;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
}

.contact-section.content-wrap.about {
  z-index: 9;
  height: 800vh;
  background-image: url('../images/SharedForces_Kontakt_03.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  margin-left: 0;
  left: auto;
}

.container-grid {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  bottom: auto;
}

.container-grid._2 {
  width: 100vw;
  background-image: url('../images/SharedForces_Kontakt_02.webp');
  background-position: 100%;
  background-size: cover;
  display: flex;
}

.heading-contact-info {
  width: auto;
  color: #fff;
  font-size: 4vw;
  line-height: 1;
}

.fixed-background {
  width: 200vh;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
}

.horizontal-scrollable-section {
  width: 400vh;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.horizontal-scrollable-section.about {
  width: 500vw;
  margin-left: 0;
}

.horizontal-content {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  left: 0;
  overflow: visible;
}

.contact-bg {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/SharedForces_Kontakt_01.webp');
  background-position: 100%;
  background-size: cover;
  position: absolute;
}

.space-contact {
  width: 100vw;
  height: 100vh;
  display: block;
}

.wrap-contact {
  width: 40%;
  height: 100%;
  background-color: #111;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: flex-start;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.horizontal-div-wrapper {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.overflow-mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.info-contact {
  z-index: 1;
  width: 40%;
  height: 100%;
  background-color: #111;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

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

.grid-line-number {
  z-index: 4;
  height: 200vh;
  grid-column-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr .9fr 1fr;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-line-number.black {
  z-index: 2;
  background-color: var(--black);
}

.contact-grid {
  margin-top: 20px;
}

.info-paragraph {
  color: #a8a8a8;
  text-transform: uppercase;
}

.wrap-text-contact {
  margin-left: 0;
  margin-right: 0;
}

.location-paragraph {
  color: #fff;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.contact-paragraph {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.3;
}

.error {
  background-color: #f85151;
  padding: 20px;
}

.textarea-contact {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}

.textarea-contact:focus {
  border-bottom-color: var(--goldenrod);
}

.wrapper-contact {
  width: 500px;
  max-width: 1200px;
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.success {
  background-color: #318570;
}

.empty-text {
  color: #fff;
  font-family: Poppins, sans-serif;
  line-height: 1.2;
}

.heading-contact {
  color: #fff;
  font-size: 65px;
  line-height: 1;
}

.form-contact {
  flex-direction: column;
  justify-content: center;
  margin-top: 80px;
  display: block;
}

.right-button {
  color: #fff;
  background-color: #333;
  background-image: url('../images/next-1.svg');
  background-position: 86%;
  background-repeat: no-repeat;
  background-size: 11px;
  border-radius: 0;
  margin-right: 10px;
  padding: 20px 45px 20px 22px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  transition: transform .3s ease-in-out, background-color .3s ease-in-out;
}

.right-button:hover {
  background-color: var(--goldenrod);
  color: #fff;
  transform: translate(3px);
}

.text-field-contact {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #8b6d4b;
  border-bottom: 1px solid #fff;
  font-family: Poppins, sans-serif;
}

.text-field-contact:focus {
  border-bottom-color: var(--goldenrod);
  color: var(--white);
}

.form-contact-us {
  width: 500px;
  max-width: 600px;
  align-self: flex-start;
  margin-top: 0;
}

.heading-on {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 14vw;
  font-weight: 800;
  line-height: .8;
}

.heading-on._3 {
  background-color: var(--white);
  text-shadow: 0 0 1px #000;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 8vw;
}

.heading-on._3.no {
  text-shadow: none;
  font-size: 13vw;
}

.heading-contact-big {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 14vw;
  font-weight: 800;
  line-height: .8;
}

.heading-contact-big._3 {
  background-color: var(--white);
  text-shadow: 0 0 1px #000;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 13vw;
}

.get-in-touch-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". Area Area Area"
  / 1fr .6fr .9fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.container-about-heading-second {
  margin-left: 0;
  display: flex;
}

.container-about-heading-second.auto {
  margin-left: auto;
}

.grid-about-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". Area Area Area"
                 ". . Area-2 ."
                 ". Area-3 Area-3 ."
                 / 1fr .6fr .9fr 1fr;
  margin-top: 140px;
  margin-bottom: 0;
}

.our-services-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area Area Area"
                 ". Area-4 Area-2 Area-2"
                 ". . Area-3 Area-3"
                 / 1fr .6fr .9fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-top: 280px;
  padding-bottom: 100px;
  display: grid;
}

.our-services-portfolio {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 12.5vw;
  font-weight: 800;
  line-height: .8;
}

.our-services-portfolio._3 {
  background-color: var(--white);
  text-shadow: none;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  padding-top: 40px;
  font-size: 11vw;
  line-height: .8;
}

.our-services-portfolio._3._2 {
  margin-left: 40px;
  display: block;
}

.our-services-portfolio._3._2.no {
  display: none;
}

.our-services-portfolio._3.team {
  text-shadow: none;
  background-image: url('../images/ourteam-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.our-services-portfolio._3.linehigh {
  line-height: 1;
}

.our-services-portfolio._3 {
  text-shadow: none;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-size: 11vw;
}

.our-services-portfolio._3._2 {
  margin-left: 40px;
}

.our-services-portfolio._3.team {
  text-shadow: none;
  background-image: url('../images/ourteam-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.wrapper-text-services {
  padding-top: 60px;
  padding-right: 100px;
}

.our-team-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". Area Area"
                 ". . Area-2"
                 ". Area-3 Area-3"
                 / 1fr .6fr .9fr 1fr;
  margin-top: 220px;
  margin-bottom: 0;
}

.wrapper-image-portfolio.smal {
  width: 70%;
  margin-left: auto;
}

.portfolio-text {
  display: block;
}

.container-overflow-heading {
  display: flex;
}

.portfolio-section.team {
  margin-top: 14em;
  margin-bottom: 14em;
}

.wrapper-move-text {
  margin-bottom: 140px;
  margin-left: 0;
  padding-bottom: 0;
}

.container-move-text {
  display: flex;
}

.container-move-text.second {
  justify-content: flex-end;
  margin-left: 0;
}

.heading-move {
  background-color: var(--white);
  text-transform: uppercase;
  text-shadow: 0 0 2px #000;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Poppins, sans-serif;
  font-size: 140px;
  font-weight: 400;
  line-height: 1;
}

.second-move-heading {
  background-color: var(--white);
  text-transform: uppercase;
  text-shadow: 0 0 2px #000;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 140px;
  font-weight: 400;
  line-height: 1;
}

.container-portfolio-heading-secondcopy {
  margin-left: 0;
  display: flex;
}

.container-portfolio-heading-secondcopy.auto {
  margin-left: 0;
}

.container-portfolio-heading-secondcopy.auto.no {
  display: none;
}

.grid-portfolio-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". Area Area ."
                 ". . Area-2 Area-2"
                 ". Area-3 Area-3 Area-3"
                 / 1fr .6fr .9fr 1fr;
  margin-top: 140px;
  margin-bottom: 100px;
}

.awwwards-section {
  z-index: 10;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.awwwards-section.mobile {
  display: block;
}

.container-awwwards-info {
  padding-left: 40px;
  position: relative;
}

.awwards-paragraph {
  text-align: right;
  margin-top: 20px;
  font-size: 1.2em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 20px;
}

.awwards-paragraph.no {
  display: none;
}

.container-paragraph {
  align-items: flex-start;
  padding-left: 0;
  padding-right: 20px;
  display: block;
  position: relative;
}

.heading-awards {
  cursor: default;
  font-size: 39px;
  line-height: 1;
}

.heading-awards:hover {
  color: var(--white);
}

.line-portfolio {
  width: 25px;
  height: 1px;
  background-color: var(--white);
  transition: opacity .2s;
  position: absolute;
  transform: rotate(45deg);
}

.line-portfolio.second {
  transform: rotate(-45deg);
}

.wrapper-text-awards {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrapper-text-awards.no {
  display: none;
}

.container-logo {
  z-index: 99;
  position: absolute;
  top: 35px;
  bottom: auto;
  left: 33px;
  right: auto;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  opacity: 1;
  background-image: linear-gradient(rgba(255, 255, 255, .26), rgba(255, 255, 255, .26)), url('../images/heroimage3-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.heading-licensing {
  white-space: nowrap;
  object-fit: fill;
  margin-bottom: 40px;
  font-size: 55px;
}

.password-field {
  height: 60px;
  color: var(--goldenrod);
  background-color: rgba(255, 255, 255, .38);
  font-family: Poppins, sans-serif;
}

.errore-message {
  font-family: Poppins, sans-serif;
}

.heading-404 {
  white-space: nowrap;
  font-size: 80px;
  line-height: 1;
}

.wrap-link-footer {
  flex-direction: row;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.top-text {
  color: #9b9b9b;
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-right: 40px;
  font-size: 11px;
}

.wrap-copyright {
  margin-left: 0;
  position: static;
  bottom: 15px;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: start;
  margin-left: 40px;
  margin-right: auto;
}

.footer-grid.bottom {
  width: 100%;
  grid-template-columns: 1fr 1fr;
  justify-content: flex-start;
  margin-top: auto;
  margin-bottom: 40px;
  margin-right: 40px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.text-credits {
  color: #9b9b9b;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-family: Poppins, sans-serif;
  font-size: 11px;
}

.text-bold {
  font-family: Poppins, sans-serif;
  font-size: 10px;
}

.udesly-link {
  color: var(--goldenrod);
  font-weight: 900;
  text-decoration: none;
}

.webflow-link {
  color: var(--dim-grey-2);
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}

.back-to-top-text {
  color: #888;
}

.image-slide-team {
  width: 500px;
  margin-top: auto;
}

.slide-contact-wrapper {
  width: 76%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.first-slide-contact {
  height: 90vh;
}

.right-arrow-team {
  width: 25%;
}

.name-container {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-overflow-heading-team {
  display: flex;
}

.slider-container-image {
  width: 100%;
  height: 85%;
  justify-content: center;
  margin-top: auto;
  display: flex;
  position: relative;
  bottom: 0;
  overflow: hidden;
}

.wrapper-intro-text {
  z-index: 4;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.contact-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.mask-contact {
  max-width: 56%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.left-arrow-team {
  width: 25%;
}

.contact-slider-wrapper {
  z-index: 2;
  height: 100vh;
  margin-top: 140px;
  margin-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.changelog-section {
  height: auto;
  min-height: 100vh;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.changelog-container {
  border: 1px solid var(--dim-grey);
  background-color: rgba(0, 0, 0, 0);
  padding: 55px;
}

.changelog-text {
  color: var(--goldenrod);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2;
}

.list-item {
  margin-bottom: 2rem;
}

.instruction-grid {
  width: 70%;
  grid-template-columns: .25fr 1fr;
  margin-top: 40px;
}

.page-wrapper.background-color-black {
  background-color: var(--black);
}

.instruction-tag {
  color: #fff;
  background-color: #82cbac;
  border-radius: 6px;
  padding-left: 6px;
  padding-right: 6px;
}

.main-paragraph-instruction.primary-font.text-size-medium.margin-bottom {
  line-height: 1.3;
}

.main-paragraph-instruction.primary-font.text-size-medium.margin-bottom.margin-small.second {
  line-height: 1.6;
}

.list {
  padding-left: 2.75rem;
}

.main-heading.heading-xlarge.primary-font {
  font-weight: 700;
}

.main-heading.heading-xlarge.primary-font.margin-bottom.margin-small.text-span-gradient {
  text-align: left;
  text-transform: none;
  margin-right: auto;
}

.main-heading.heading-xlarge.primary-font.margin-bottom.margin-small.text-span-gradient.instruction {
  margin-top: 0;
  font-size: 8rem;
  line-height: 1;
}

.container-large {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container-large.display-flex-vertical {
  padding-top: 20px;
}

.column {
  flex-direction: column;
}

.main-text {
  color: #2f2f2f;
  text-decoration: none;
}

.main-text.text-size-regular.primary-font {
  color: #ff7f96;
}

.main-text.text-size-regular.primary-font.margin-bottom.margin-small.text-style-allcaps {
  color: #f4bd03;
  font-family: Poppins, sans-serif;
}

.background-video {
  width: 100%;
  height: 100vh;
}

.image-2 {
  width: 8em;
}

.image-projekte {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.div-text-about {
  width: 97.5%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0;
  left: 2em;
}

.div-text-about.team {
  display: flex;
  left: auto;
}

.overflow-about {
  align-self: auto;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.overflow-about._2 {
  align-items: center;
  display: flex;
}

.overflow-about._2.team {
  justify-content: flex-end;
}

.overflow-about.no {
  display: none;
}

.div-text-3er-headline {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 28em;
}

.div-text-3er-headline.about2 {
  top: 50em;
}

.div-text-3er-headline.about-3 {
  top: 72em;
}

.image-3, .image-4, .image-5 {
  filter: grayscale();
}

.italic-text {
  margin-left: 0;
}

.marquee-section {
  z-index: -1;
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.marquee-wrapper {
  align-items: center;
  display: flex;
}

.marquee-text {
  flex: none;
  align-items: center;
  display: flex;
}

.marquee-item {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex: none;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.marquee-title {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 80px;
}

.div-block {
  width: 15em;
  height: 10em;
  background-image: url('../images/connect_Logo_SharedForces.webp');
  background-position: 50%;
  background-size: cover;
  margin-left: 4em;
  margin-right: 4em;
}

.div-block.lg02 {
  background-image: url('../images/GDI_Logo_SharedForces.webp');
}

.div-block.lg03 {
  background-image: url('../images/kapsch_Logo_SharedForces.webp');
}

.div-block.lg04 {
  background-image: url('../images/kloeckner_Logo_SharedForces.webp');
}

.div-block.lg05 {
  background-image: url('../images/Raiffeisenbank_Logo_SharedForces.webp');
}

.div-block.lg06 {
  background-image: url('../images/raiffeisen_informatik_Logo_SharedForces.webp');
}

.div-block.lg07 {
  background-image: url('../images/raiffeisen_Salzburger_Logo_SharedForces.webp');
}

.div-block.lg08 {
  background-image: url('../images/SpecialMed_Logo_SharedForces.webp');
}

.div-block.lg09 {
  background-image: url('../images/Vinci_Logo_SharedForces.webp');
}

.div-block.lg10 {
  background-image: url('../images/Weisenheimer_Logo_SharedForces.webp');
}

.div-block.lg11 {
  background-image: url('../images/connectkara_Logo_SharedForces.webp');
}

.slide-team-4, .slide-team-5, .slide, .slide-2 {
  height: 90vh;
}

.link-footer {
  color: var(--white);
  transition: opacity .6s;
}

.link-footer:hover {
  opacity: .33;
}

.div-block-2 {
  width: 80%;
  position: absolute;
  bottom: 0;
}

.div-footer {
  width: 80%;
  justify-content: space-between;
  margin-bottom: 2em;
  display: flex;
  position: absolute;
  bottom: 0;
}

.contact-paragraph-footer {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.3;
}

.text-position {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  background-color: var(--darktransparent);
  color: var(--white);
  padding-top: 5%;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 1.2em;
  line-height: 1.2;
}

.text-position.team {
  padding-top: 2%;
  line-height: 1.6;
}

.first-background-text {
  z-index: auto;
  width: 100%;
  height: 200%;
  -webkit-text-stroke-width: 0px;
  background-image: url('../images/1_1_Portfolio_Umfeldanalyse.webp');
  background-position: 50%;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.first-background-text.second {
  background-image: none;
  display: block;
}

.first-background-text.third {
  background-image: url('../images/SF_Demuth.webp');
  display: block;
}

.div-logo-cases {
  padding-top: 25px;
  padding-right: 30px;
}

.div-logo-cases.nr2 {
  padding-top: 57px;
}

.div-logo-cases.nr3 {
  padding-top: 20px;
}

.div-logo-cases.nr4 {
  padding-top: 50px;
}

.div-logo-cases.nr5 {
  padding-top: 35px;
}

.div-logo-cases.nr6 {
  padding-top: 10px;
}

.button, .wrapper-button {
  justify-content: center;
  display: flex;
}

.button-2 {
  background-color: var(--darktransparent);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Bebas Neue, sans-serif;
  font-size: 39px;
  line-height: 35px;
}

.button-2:hover {
  background-color: var(--dim-grey);
}

@media screen and (min-width: 1440px) {
  .left-arrow, .right-arrow {
    top: 90%;
  }

  .overflow._2 {
    flex-direction: row;
  }

  .vertical-nav {
    display: flex;
  }

  .container-menu-text {
    width: 35%;
  }

  .move-background {
    background-color: var(--white);
  }

  .grid-line {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .6fr .9fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-about {
    grid-template-rows: auto auto auto;
    grid-template-areas: ". Area-portfolio Area-portfolio"
                         ". Area-Portfolio-2 Area-Portfolio-2"
                         ". Area-Porfolio-3 Area-Porfolio-3";
  }

  .wrapper-size-about {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    transition: filter .4s ease-in-out;
  }

  .wrapper-size-about:hover {
    filter: grayscale();
  }

  .wrapper-heading {
    overflow: hidden;
  }

  .portfolio-heading {
    color: #fff;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    border: 1px solid rgba(0, 0, 0, 0);
    font-family: Poppins, sans-serif;
    font-size: 14vw;
    font-weight: 800;
  }

  .container-about-heading {
    margin-left: 0;
  }

  .licensing-container {
    background-color: rgba(0, 0, 0, 0);
  }

  .licensing {
    line-height: 1.2;
  }

  .source-link {
    margin-right: 0;
  }

  .color-two {
    width: 80px;
    height: 80px;
    background-color: #0b0a10;
    border: 1px solid #333;
    border-radius: 50%;
  }

  .colors {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heading-style-guide {
    text-align: center;
  }

  .color-three {
    width: 80px;
    height: 80px;
    background-color: #000;
    border: 1px solid #333;
    border-radius: 50%;
  }

  .color-second {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border: 1px #990711;
    border-radius: 50%;
  }

  .submit-button {
    background-color: var(--dim-grey);
    margin-top: 10px;
    font-size: 18px;
  }

  .container-style-guide {
    color: #636363;
    background-color: rgba(255, 255, 255, 0);
    border: 1px #b9b9b9;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
    padding: 45px;
    display: flex;
  }

  .color {
    width: 80px;
    height: 80px;
    background-color: #f4bd03;
    border: 1px #990711;
    border-radius: 50%;
  }

  .container-style-guide-second, .style-guide-container {
    color: #636363;
    background-color: rgba(255, 255, 255, 0);
    border: 1px #b9b9b9;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
    padding: 45px;
    display: flex;
  }

  .style-guide-heading {
    color: #8b8b8b;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .style-guide-grid {
    width: 100%;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 40px;
  }

  .about-paragraph {
    display: none;
    bottom: 5%;
    left: 103%;
  }

  .portfolio-grid {
    grid-template-columns: 1fr .6fr .9fr 1fr;
    grid-template-areas: "Area-2 Area-4 Area-4 Area-3"
                         "Area-2 Area-4 Area-4 Area-3"
                         "Area-2 Area Area ."
                         "Area-5 Area Area .";
    margin-top: 140px;
  }

  .client-heading {
    letter-spacing: normal;
    font-size: 2.5em;
    line-height: 1;
  }

  .role {
    margin-bottom: 15px;
  }

  .preloader-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr .6fr .9fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .wrapper-content-portfolio {
    object-fit: scale-down;
    display: none;
  }

  .wrapper-content-portfolio.first, .wrapper-content-portfolio.second {
    display: none;
  }

  .wrapper-content-portfolio.third, .wrapper-content-portfolio.fifth, .wrapper-content-portfolio.fourth {
    z-index: 99;
    display: none;
  }

  .hero-section-progect.third {
    display: flex;
  }

  .role-wrapper {
    padding-left: 140px;
    padding-right: 140px;
  }

  .wrapper-preloader {
    grid-template-rows: auto;
    grid-template-columns: 1fr .6fr .9fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .wrapper-back {
    width: 25px;
    top: 33px;
  }

  .section-number {
    overflow: visible;
  }

  .number-awards {
    letter-spacing: 8px;
    align-items: center;
    margin-left: 8px;
    font-size: 39vw;
    display: flex;
  }

  .text-grid {
    z-index: 2;
    height: 100vh;
    grid-template-rows: auto;
    grid-template-columns: 1fr .6fr .9fr 1fr;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .text-intro-number {
    text-align: center;
    margin-bottom: 0;
    font-size: 25px;
    position: relative;
    top: 0%;
    right: -16%;
  }

  .wrapper-sticky {
    z-index: 99;
    overflow: hidden;
  }

  .wrapper-text-number-section {
    z-index: 4;
    background-color: rgba(0, 0, 0, 0);
  }

  .features-heading {
    display: block;
  }

  .image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .name-heading {
    font-size: 6vw;
  }

  .heading-small.right-slide.disable-selection {
    line-height: 4vh;
  }

  .container-info-contact {
    width: 100vw;
    height: 100vh;
    margin-left: 0;
    position: relative;
  }

  .contact-section.content-wrap.about {
    height: 400vw;
    background-image: url('../images/SharedForces_Kontakt_03.webp');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .container-grid {
    z-index: 1;
    width: 100vw;
    height: 100vh;
    background-color: var(--black);
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
    position: relative;
  }

  .container-grid._2 {
    background-image: url('../images/SharedForces_Kontakt_02.webp');
    background-position: 100%;
    background-size: cover;
    margin-left: 0;
  }

  .heading-contact-info {
    color: #fff;
    padding-left: 0;
  }

  .horizontal-scrollable-section.about {
    width: 500vw;
    margin-left: 0;
  }

  .contact-bg {
    z-index: 1;
    width: 100vw;
    background-image: url('../images/SharedForces_Kontakt_01.webp');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .space-contact {
    z-index: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    margin-left: 0;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .wrap-contact {
    width: 40%;
    height: 100%;
    background-color: #111;
    align-self: center;
    align-items: flex-start;
    margin-right: auto;
    padding-left: 60px;
    display: flex;
  }

  .horizontal-div-wrapper {
    width: 400vw;
    overflow: hidden;
  }

  .overflow-mask {
    overflow: hidden;
  }

  .info-contact {
    z-index: 2;
    width: 40%;
    height: 100%;
    background-color: #111;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: 0;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    position: relative;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .grid-line-number {
    height: 300vh;
  }

  .grid-line-number.black {
    height: 200vh;
    background-color: var(--black);
  }

  .textarea-contact {
    font-family: Poppins, sans-serif;
  }

  .textarea-contact:active, .textarea-contact:focus {
    border-bottom-color: var(--goldenrod);
  }

  .text-field-contact {
    border-bottom-color: var(--white);
  }

  .text-field-contact:focus {
    border-bottom-color: var(--goldenrod);
  }

  .heading-on {
    color: #fff;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    border: 1px solid rgba(0, 0, 0, 0);
    font-family: Poppins, sans-serif;
    font-size: 14vw;
    font-weight: 800;
  }

  .heading-on._3 {
    text-shadow: 0 0 2px #000;
    font-size: 7.5vw;
    line-height: 1;
  }

  .heading-on._3.no {
    background-color: var(--white);
    text-shadow: none;
  }

  .heading-contact-big {
    color: #fff;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    border: 1px solid rgba(0, 0, 0, 0);
    font-family: Poppins, sans-serif;
    font-size: 14vw;
    font-weight: 800;
  }

  .heading-contact-big._3 {
    text-shadow: 0 0 2px #000;
    font-size: 13vw;
    line-height: 1;
  }

  .get-in-touch-grid {
    grid-template: ". Area Area Area"
    / 1fr .6fr .9fr 1fr;
  }

  .container-about-heading-second {
    margin-left: 0;
  }

  .our-services-grid {
    grid-template: "Area Area Area Area"
                   ". Area-3 Area-2 Area-2"
                   / 1fr .6fr .9fr 1fr;
  }

  .our-services-portfolio {
    color: #fff;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    border: 1px solid rgba(0, 0, 0, 0);
    font-family: Poppins, sans-serif;
    font-size: 12.5vw;
    font-weight: 800;
  }

  .our-services-portfolio._2 {
    color: #000;
    font-size: 10vw;
    font-weight: 700;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .our-services-portfolio._3 {
    text-shadow: none;
    font-size: 11vw;
    line-height: 1;
  }

  .our-services-portfolio._3._2 {
    margin-right: 0;
    position: static;
  }

  .our-services-portfolio._3 {
    text-shadow: none;
    font-size: 12.5vw;
    line-height: 1;
  }

  .our-services-portfolio._3._2 {
    margin-right: 0;
    position: static;
  }

  .wrapper-text-services {
    padding-top: 60px;
    padding-right: 100px;
  }

  .portfolio-section.team {
    margin-top: 20em;
    margin-bottom: 20em;
  }

  .container-portfolio-heading-secondcopy {
    margin-left: 0;
  }

  .container-awwwards-info {
    padding-left: 40px;
  }

  .awwards-paragraph {
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 39px;
  }

  .awwards-paragraph.no {
    display: none;
  }

  .container-paragraph {
    width: 100%;
    padding-right: 40px;
    display: block;
    position: relative;
  }

  .utility-page-wrap {
    color: var(--goldenrod);
  }

  .password-field {
    height: 60px;
    color: #ffc500;
    background-color: rgba(255, 255, 255, .38);
  }

  .webflow-link {
    color: var(--dim-grey-2);
  }

  .slide-contact-wrapper {
    width: 87%;
    align-items: center;
  }

  .right-arrow-team {
    width: 30%;
  }

  .name-container {
    top: 0%;
  }

  .slider-container-image {
    align-items: center;
    bottom: 0;
  }

  .wrapper-intro-text {
    overflow: hidden;
  }

  .mask-contact {
    max-width: 49%;
  }

  .left-arrow-team {
    width: 30%;
  }

  .contact-slider-wrapper {
    margin-top: 140px;
    overflow: hidden;
  }

  .changelog-container {
    background-color: rgba(0, 0, 0, 0);
  }

  .image-2 {
    width: 11em;
  }

  .image-projekte {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .div-text-about {
    display: block;
  }

  .div-text-about.team {
    left: auto;
  }

  .overflow-about._2 {
    flex-direction: row;
  }

  .div-text-3er-headline {
    margin-top: 90px;
    padding-left: 0;
    top: 30em;
  }

  .div-text-3er-headline.about2 {
    top: 60em;
  }

  .div-text-3er-headline.about-3 {
    top: 90em;
  }

  .bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11 {
    font-size: 11vw;
  }

  .div-logo-cases {
    padding-top: 20px;
  }

  .div-logo-cases.nr3 {
    padding-top: 12px;
  }

  .div-logo-cases.nr6 {
    padding-top: 5px;
  }

  .wrapper-button {
    margin-top: -100px;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 100px;
  }

  .sub-heading {
    font-size: 20px;
  }

  .vertical-nav {
    width: 100%;
    height: auto;
    flex-direction: row;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .menu-button {
    justify-content: flex-end;
  }

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

  .wrapper-burger-menu {
    margin-right: 20px;
  }

  .scroll-wrapper, .scroll-wrapper.w--current {
    display: none;
  }

  .container-menu-text {
    width: auto;
  }

  .social-wrapper {
    display: none;
  }

  .grid-line, .grid-about {
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
  }

  .portfolio-heading {
    font-size: 20vw;
  }

  .container-about-heading.margin {
    margin-left: 0;
  }

  .filter {
    opacity: 1;
    position: static;
  }

  .licensing-container {
    width: 80%;
  }

  .about-paragraph {
    margin-top: 10px;
    position: static;
  }

  .portfolio-grid {
    grid-template: "Area-2 Area-4 Area-4 Area-3" 1fr
                   "Area-2 Area-4 Area-4 Area-3" 1fr
                   "Area-2 . . ." 1fr
                   "Area Area . ." 1fr
                   "Area Area . ."
                   ". . . ."
                   / 1fr;
    display: none;
  }

  .portfolio-link {
    margin-bottom: 0;
    padding-left: 37px;
    left: -57px;
  }

  .client-heading {
    font-size: 45px;
  }

  .mobile-section-portfolio {
    z-index: 3;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 120px;
    padding-bottom: 120px;
    display: none;
    position: relative;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: ". Area Area-4 Area-4"
                   ". Area-3 Area-2 ."
                   / .7fr .9fr 1.5fr .7fr;
    margin-bottom: 60px;
  }

  .portfolio-image-wrap {
    height: 200px;
    background-image: url('../images/portfolio5C.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .portfolio-image-wrap.second {
    width: 90%;
    background-image: url('../images/portfolio1lsx.jpg');
    margin-left: auto;
  }

  .role {
    margin-bottom: 0;
    padding-left: 37px;
    left: -57px;
  }

  .wrapper-content-portfolio.first {
    padding-top: 0;
    display: none;
  }

  .wrapper-content-portfolio.fifth {
    display: none;
  }

  .wrapper-preloader {
    grid-template-rows: auto;
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .wrapper-back {
    top: 15%;
  }

  .number-awards {
    align-items: center;
    font-size: 55vw;
    display: flex;
  }

  .text-grid {
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
  }

  .text-intro-number {
    top: 0%;
  }

  .wrapper-sticky {
    z-index: 4;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-contact-info {
    font-size: 40px;
  }

  .grid-line-number {
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
  }

  .heading-contact {
    font-size: 65px;
  }

  .right-button {
    width: auto;
    max-width: none;
    display: inline-block;
  }

  .heading-on {
    font-size: 20vw;
  }

  .heading-on._3 {
    font-size: 13vw;
  }

  .heading-on._3.no {
    font-size: 15vw;
  }

  .heading-contact-big {
    font-size: 20vw;
  }

  .heading-contact-big._3 {
    font-size: 15vw;
  }

  .get-in-touch-grid {
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
  }

  .container-about-heading-second.auto {
    margin-left: 0;
  }

  .grid-about-text, .our-services-grid {
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
  }

  .our-services-portfolio {
    font-size: 20vw;
  }

  .our-services-portfolio._3 {
    font-size: 13vw;
  }

  .wrapper-text-services {
    padding-right: 20px;
  }

  .our-team-text {
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
  }

  .mobile-image-second {
    height: 200px;
    background-image: url('../images/portfolio2C.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .mobile-image-second._2 {
    width: 90%;
    background-image: url('../images/portfolio2ldx.jpg');
    margin-left: auto;
  }

  .mobile-image-third {
    height: 200px;
    background-image: url('../images/portfolio3C.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .mobile-image-third._2 {
    width: 90%;
    background-image: url('../images/portfolio3ldx.jpg');
    margin-left: auto;
  }

  .mobile-image-fourth {
    height: 200px;
    background-image: url('../images/portfolio4C.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .mobile-image-fourth._2 {
    width: 90%;
    background-image: url('../images/portfolio4ldx.jpg');
    margin-left: auto;
  }

  .mobile-image-fift {
    height: 200px;
    background-image: url('../images/portfolio5C.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .mobile-image-fift._2 {
    width: 90%;
    background-image: url('../images/portfolio5ldx.jpg');
    margin-left: auto;
  }

  .portfolio-section {
    display: block;
  }

  .container-portfolio-heading-secondcopy.auto {
    margin-left: 0;
  }

  .grid-portfolio-text {
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
  }

  .container-logo {
    z-index: 9999;
    position: fixed;
  }

  .wrap-link-footer {
    align-items: flex-start;
  }

  .top-text {
    text-align: center;
  }

  .wrap-copyright {
    margin-right: auto;
  }

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

  .text-credits {
    text-align: center;
  }

  .slide-contact-wrapper {
    width: 90%;
    margin-top: 0;
    padding-top: 100px;
  }

  .first-slide-contact {
    height: auto;
  }

  .slide-team, .contact-slider {
    padding-top: 0;
  }

  .mask-contact {
    max-width: 70%;
    padding-top: 0;
  }

  .contact-slider-wrapper {
    height: auto;
    margin-top: 100px;
    padding-top: 0;
  }

  .instruction-grid {
    width: 100%;
  }

  .main-heading.heading-xlarge.primary-font.margin-bottom.margin-small.text-span-gradient.instruction {
    margin-top: 0;
  }

  .container-large {
    width: 92%;
  }

  .container-large.display-flex-vertical {
    padding-top: 20px;
    padding-left: 0;
  }

  .marquee-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .marquee-item {
    padding-right: 60px;
  }

  .slide-team-4, .slide-team-5 {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .whapper-heading-slide {
    padding-left: 8.66%;
  }

  .heading {
    font-size: 80px;
  }

  .overflow._2 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
  }

  .overflow._2.team {
    flex-direction: row;
  }

  .menu-button {
    height: 60px;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-menu-text {
    width: 100%;
    padding-left: 40px;
  }

  .grid-line {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .wrapper-heading {
    z-index: 3;
  }

  .portfolio-heading {
    font-size: 20vw;
  }

  .portfolio-heading._2 {
    font-size: 30vw;
  }

  .licensing-container {
    width: 80%;
  }

  .licensing {
    font-size: 7vw;
  }

  .style-guide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .portfolio-link {
    padding-left: 0;
    left: 0;
  }

  .client-heading {
    font-size: 40px;
  }

  .relative-wrap {
    padding-left: 40px;
  }

  .grid {
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: ". Area-4 Area-4 Area-4"
                         ". Area Area ."
                         ". Area-2 Area-2 ."
                         ". Area-3 Area-3 .";
  }

  .portfolio-image-wrap.second {
    width: 100%;
    height: 400px;
  }

  .role {
    left: 0;
  }

  .wrapper-content-portfolio.first, .wrapper-content-portfolio.second, .wrapper-content-portfolio.third {
    display: none;
  }

  .wrapper-content-portfolio.fourth {
    z-index: 999;
    object-fit: fill;
    display: none;
    overflow: auto;
  }

  .role-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-grid-porfolio {
    grid-template-areas: "Area-3 Area-3"
                         "Area Area"
                         "Area-2 Area-2";
  }

  .number-awards {
    font-size: 58vw;
  }

  .text-grid {
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
  }

  .text-intro-number {
    font-size: 3.5vw;
    top: 0%;
    right: -20%;
  }

  .name-heading {
    font-size: 10vw;
  }

  .heading-small.right-slide.disable-selection {
    font-size: 5vw;
  }

  .container-info-contact {
    height: 800px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .contact-section.content-wrap.about {
    height: auto;
    overflow: hidden;
  }

  .container-grid {
    height: auto;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .container-grid._2 {
    height: 800px;
    flex-direction: row;
    padding-bottom: 0;
  }

  .horizontal-scrollable-section.about {
    width: auto;
    flex-direction: column;
  }

  .horizontal-content {
    flex-direction: column;
  }

  .contact-bg {
    width: 100%;
    height: 800px;
    align-items: flex-end;
    display: flex;
  }

  .space-contact {
    height: auto;
  }

  .wrap-contact {
    width: 100%;
    height: auto;
    margin-top: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 86px;
  }

  .horizontal-div-wrapper {
    height: auto;
    position: static;
  }

  .info-contact {
    width: 100%;
    height: auto;
    justify-content: flex-end;
    margin-top: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 104px;
    bottom: 0;
  }

  .heading-contact {
    font-size: 45px;
  }

  .heading-on {
    font-size: 25vw;
  }

  .heading-on._3.no {
    font-size: 18vw;
  }

  .heading-contact-big {
    font-size: 25vw;
  }

  .heading-contact-big._3 {
    font-size: 18vw;
  }

  .our-services-portfolio {
    font-size: 25vw;
  }

  .our-services-portfolio._3 {
    font-size: 16vw;
  }

  .our-services-portfolio._3._2 {
    margin-left: 0;
  }

  .our-services-portfolio._3 {
    font-size: 16vw;
  }

  .our-services-portfolio._3._2 {
    margin-left: 0;
  }

  .wrapper-image-portfolio.smal {
    width: 100%;
  }

  .mobile-image-second._2, .mobile-image-third._2, .mobile-image-fourth._2, .mobile-image-fift._2 {
    width: 100%;
    height: 400px;
  }

  .portfolio-section {
    z-index: 11;
    position: relative;
  }

  .awwwards-section {
    display: none;
  }

  .awwwards-section.mobile {
    display: block;
  }

  .awwards-paragraph {
    text-align: left;
    position: static;
  }

  .container-awards-text {
    flex-direction: column;
    display: flex;
  }

  .portfolio-image {
    width: 100%;
  }

  .container-logo {
    top: 10px;
  }

  .top-text {
    align-self: flex-start;
  }

  .footer-grid.bottom {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-contact-wrapper {
    width: 80%;
  }

  .wrapper-intro-text {
    z-index: 3;
  }

  .mask-contact {
    max-width: 80%;
  }

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

  .main-heading.heading-xlarge.primary-font.margin-bottom.margin-small.text-span-gradient.instruction {
    font-size: 5.6rem;
  }

  .overflow-about._2 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
  }

  .overflow-about._2.team {
    flex-direction: row;
  }

  .marquee-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .marquee-item {
    padding-right: 50px;
  }

  .marquee-title {
    font-size: 64px;
  }
}

@media screen and (max-width: 479px) {
  ul, ol {
    color: var(--white);
  }

  .heading {
    font-size: 15vw;
  }

  .overflow._2 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .vertical-nav {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link {
    font-size: 25px;
  }

  .menu-button {
    width: auto;
    height: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wrapper-burger-menu {
    width: 25px;
  }

  .wrapper-big-menu {
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 100px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .container-menu-text {
    width: auto;
    padding-left: 0;
  }

  .menu-link {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-line {
    width: 60px;
    display: none;
  }

  .grid-line {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 20px .9fr 1.5fr 20px;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .line.hidden {
    display: block;
  }

  .grid-about {
    grid-row-gap: 44px;
    grid-template-columns: 20px .9fr 1.5fr 20px;
  }

  .wrapper-heading {
    padding-top: 0;
  }

  .portfolio-heading {
    margin-top: 0;
    font-size: 22vw;
  }

  .portfolio-heading._2 {
    font-size: 35vw;
  }

  .licensing-head {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .licensing-container {
    width: 90%;
    padding: 10px;
  }

  .section-licensing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .licensing {
    font-size: 30px;
  }

  .license-link, .source-link {
    font-size: 16px;
  }

  .colors {
    width: 100%;
  }

  .container-style-guide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-style-guide-second, .style-guide-container {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .portfolio-link {
    padding-left: 0;
  }

  .client-heading {
    font-size: 7vw;
  }

  .relative-wrap {
    padding-left: 34px;
  }

  .line-absolute {
    display: none;
  }

  .mobile-section-portfolio {
    z-index: 9;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .grid {
    grid-template-columns: 20px .9fr 1.5fr 20px;
    grid-template-areas: ". Area-4 Area-4"
                         ". Area Area"
                         ". Area-2 Area-2"
                         ". Area-3 Area-3";
  }

  .portfolio-image-wrap {
    background-image: url('../images/portfolio1C.jpg');
  }

  .portfolio-image-wrap.second {
    height: 400px;
    background-image: url('../images/portfolio1ldx.jpg');
  }

  .role {
    padding-left: 32px;
  }

  .preloader-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 20px .9fr 1.5fr 20px;
    grid-auto-columns: 1fr;
    display: none;
  }

  .wrapper-content-portfolio.first {
    display: none;
  }

  .wrapper-content-portfolio.second {
    z-index: 9999;
    display: none;
    overflow: auto;
  }

  .hero-section-progect.second {
    overflow: visible;
  }

  .wrapper-preloader {
    grid-template-rows: auto;
    grid-template-columns: 20px .9fr 1.5fr 20px;
    grid-auto-columns: 1fr;
    display: none;
  }

  .wrapper-back {
    z-index: 99999;
    top: 10%;
    left: 19px;
  }

  .section-number {
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .number-awards {
    letter-spacing: -11px;
    margin-left: -14px;
    font-size: 90vw;
  }

  .text-grid {
    height: 100vh;
    grid-template-columns: 20px .9fr 1.5fr 20px;
  }

  .text-intro-number {
    text-align: center;
    margin-left: 0;
    font-size: 5vw;
    right: -13%;
  }

  .wrapper-text-number-section {
    height: 50vh;
    grid-template-areas: "Area Area Area Area";
  }

  .features-heading {
    font-size: 15vw;
  }

  .parallax-image {
    height: auto;
  }

  .heading-small {
    font-size: 12vw;
    line-height: 12vh;
  }

  .heading-small.left-slide.disable-selection {
    display: none;
  }

  .heading-small.right-slide {
    width: 100%;
    text-align: right;
    top: 0%;
    right: 15%;
  }

  .heading-small.right-slide.disable-selection {
    width: auto;
    font-size: 6vw;
    display: block;
  }

  .contact-section {
    margin-left: 0;
  }

  .contact-section.content-wrap.about {
    overflow: hidden;
  }

  .heading-contact-info {
    font-size: 30px;
  }

  .wrap-contact, .info-contact {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-line-number {
    height: auto;
    grid-template-columns: 20px .9fr 1.5fr 20px;
  }

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

  .info-paragraph {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .wrapper-contact {
    width: 90%;
  }

  .heading-contact {
    font-size: 32px;
  }

  .form-contact {
    width: 100%;
  }

  .right-button {
    font-family: Poppins, sans-serif;
    display: inline-block;
  }

  .text-field-contact {
    font-family: Poppins, sans-serif;
  }

  .form-contact-us {
    width: 100%;
  }

  .heading-on, .heading-contact-big {
    font-size: 40vw;
  }

  .get-in-touch-grid, .grid-about-text {
    grid-template-columns: 20px .9fr 1.5fr 20px;
  }

  .our-services-grid {
    grid-template-columns: 20px .9fr 1.5fr 20px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .our-services-portfolio {
    font-size: 40vw;
  }

  .our-services-portfolio._3 {
    font-size: 17vw;
  }

  .our-services-portfolio._3._2 {
    margin-left: 0;
  }

  .our-services-portfolio._3 {
    font-size: 17vw;
  }

  .our-services-portfolio._3._2 {
    margin-left: 0;
  }

  .wrapper-text-services {
    padding-top: 140px;
  }

  .our-team-text {
    grid-template-columns: 20px .9fr 1.5fr 20px;
    margin-top: 0;
    padding-top: 100px;
  }

  .mobile-image-second {
    background-image: url('../images/portfolio2C.jpg');
  }

  .mobile-image-second._2 {
    height: 400px;
    background-image: url('../images/portfolio2ldx.jpg');
  }

  .mobile-image-third {
    background-image: url('../images/portfolio3C.jpg');
  }

  .mobile-image-third._2 {
    height: 400px;
    background-image: url('../images/portfolio3ldx.jpg');
  }

  .mobile-image-fourth {
    background-image: url('../images/portfolio4C.jpg');
  }

  .mobile-image-fourth._2 {
    height: 400px;
    background-image: url('../images/portfolio4ldx.jpg');
  }

  .mobile-image-fift {
    background-image: url('../images/portfolio5C.jpg');
  }

  .mobile-image-fift._2 {
    height: 400px;
    background-image: url('../images/portfolio5ldx.jpg');
  }

  .container-overflow-heading {
    display: flex;
    overflow: hidden;
  }

  .grid-portfolio-text {
    grid-template-columns: 20px .9fr 1.5fr 20px;
  }

  .awwwards-section.mobile {
    padding-bottom: 0;
  }

  .portfolio-paragraph {
    text-align: left;
  }

  .container-logo {
    left: 20px;
  }

  .utility-page-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-link-footer {
    flex-direction: column;
  }

  .top-text {
    margin-right: 20px;
  }

  .footer-grid {
    margin-left: 0;
  }

  .footer-grid.bottom {
    margin-top: 5%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-slide-team {
    margin-top: 0;
    margin-bottom: auto;
  }

  .slide-contact-wrapper {
    height: 100%;
    align-items: flex-start;
  }

  .container-overflow-heading-team {
    display: flex;
  }

  .wrapper-intro-text {
    padding-top: 0;
  }

  .contact-slider {
    height: auto;
  }

  .contact-slider-wrapper {
    height: 350px;
    margin-top: 60px;
  }

  .changelog-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .changelog-container {
    padding: 25px;
  }

  .changelog-text {
    font-size: 19px;
  }

  .instruction-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .main-paragraph-instruction.primary-font.text-size-medium.margin-bottom {
    font-size: 14px;
  }

  .main-heading.heading-xlarge.primary-font.margin-bottom.margin-small {
    font-size: 36px;
  }

  .main-heading.heading-xlarge.primary-font.margin-bottom.margin-small.text-span-gradient.instruction {
    font-size: 2.8rem;
  }

  .container-large {
    width: 90%;
  }

  .main-text.text-size-regular.primary-font.margin-bottom.margin-small {
    margin-bottom: .25rem;
  }

  .overflow-about._2 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .marquee-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .marquee-item {
    padding-right: 30px;
  }

  .marquee-title {
    font-size: 50px;
  }
}

#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-1d2f5f58 {
  grid-area: Area;
}

#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87952-1d2f5f58 {
  grid-area: Area-2;
}

#w-node-af7ba5d2-2546-4625-954c-eeafee99f43c-1d2f5f58 {
  grid-area: Area-3;
  justify-self: start;
}

#w-node-a07299ae-4bb4-5836-31b1-a9a6f05619cb-1d2f5f58 {
  grid-area: Area-portfolio;
}

#w-node-e77e03d4-5aae-4c91-076a-1033a45df73a-1d2f5f58 {
  grid-area: Area-Porfolio-3;
}

#w-node-_47cde042-71c9-128b-c25d-46b1e474626c-1d2f5f58 {
  grid-area: Area-Portfolio-2;
}

#w-node-_46cd9b10-577c-563a-59cd-e58781568b3f-1d2f5f58 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-b7219988-99d7-0d40-a445-e98897f5d009-1d2f5f58 {
  grid-area: Area;
  align-self: center;
}

#w-node-c25c89bf-c9a3-6628-964a-b626e645d77c-1d2f5f58 {
  grid-area: Area;
}

#w-node-f252e281-1570-aa4c-4cf5-ae8362b48e12-1d2f5f58 {
  grid-area: Area-2;
}

#w-node-_5dc56241-62aa-f034-ee13-be41d7a45698-1d2f5f58 {
  grid-area: Area;
}

#w-node-_5dc56241-62aa-f034-ee13-be41d7a456a2-1d2f5f58 {
  grid-area: Area-2;
}

#w-node-_5dc56241-62aa-f034-ee13-be41d7a456aa-1d2f5f58 {
  grid-area: Area-3;
  justify-self: start;
}

#por.w-node-_411871a8-63bd-29a2-1d37-86297a8506dd-1d2f5f58 {
  grid-area: Area;
}

#w-node-b0716037-70c3-1f54-743a-fd905e951979-1d2f5f58 {
  grid-area: Area-4;
}

#w-node-fbbe00e8-b1d4-d469-069a-fef75db183c7-1d2f5f58 {
  grid-area: Area-2;
  align-self: start;
}

#w-node-_4ff1befb-e103-97b7-67be-5a16727797ae-1d2f5f58 {
  grid-area: Area-5;
}

#w-node-_0f4b544d-caf9-6108-e2a5-c79bd4e9379b-1d2f5f58 {
  grid-area: Area-3;
}

#w-node-fc05a2d5-8ec5-16dc-8a25-30548fdd8852-1d2f5f58 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-da46c462-8099-413c-58d0-1c2b7c8c4ce1-1d2f5f58 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_9074e444-63e3-06d4-ab09-ec1aace696bb-1d2f5f58 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-1d2f5f58 {
  grid-area: Area;
}

#w-node-_41226361-d8f0-bef2-f5f9-1687788a09dc-788a09c8 {
  justify-self: center;
}

#w-node-_41226361-d8f0-bef2-f5f9-1687788a09e5-788a09c8 {
  justify-self: end;
}

#w-node-_41226361-d8f0-bef2-f5f9-1687788a09eb-788a09c8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_41226361-d8f0-bef2-f5f9-1687788a09f0-788a09c8 {
  grid-area: Area;
}

#w-node-_41226361-d8f0-bef2-f5f9-1687788a09f2-788a09c8 {
  grid-area: Area-2;
}

#w-node-_41226361-d8f0-bef2-f5f9-1687788a09f4-788a09c8 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_35fa8090-daf4-e544-336c-b6094a76dbc6-4a76dbb2 {
  justify-self: center;
}

#w-node-_35fa8090-daf4-e544-336c-b6094a76dbcf-4a76dbb2 {
  justify-self: end;
}

#w-node-_35fa8090-daf4-e544-336c-b6094a76dbd5-4a76dbb2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_35fa8090-daf4-e544-336c-b6094a76dbda-4a76dbb2 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_35fa8090-daf4-e544-336c-b6094a76dbe1-4a76dbb2 {
  grid-area: Area;
}

#w-node-_35fa8090-daf4-e544-336c-b6094a76dbe3-4a76dbb2 {
  grid-area: Area-2;
}

#w-node-b0ae728c-a44f-ea8a-e248-23ca7ab44e31-7ab44e1d {
  justify-self: center;
}

#w-node-b0ae728c-a44f-ea8a-e248-23ca7ab44e3a-7ab44e1d {
  justify-self: end;
}

#w-node-b0ae728c-a44f-ea8a-e248-23ca7ab44e40-7ab44e1d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b0ae728c-a44f-ea8a-e248-23ca7ab44e45-7ab44e1d {
  grid-area: Area;
}

#w-node-b0ae728c-a44f-ea8a-e248-23ca7ab44e47-7ab44e1d {
  grid-area: Area-2;
}

#w-node-b0ae728c-a44f-ea8a-e248-23ca7ab44e49-7ab44e1d {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_65f68518-1369-0b01-ddac-d3b9786e0a3e-786e0a2a {
  justify-self: center;
}

#w-node-_65f68518-1369-0b01-ddac-d3b9786e0a49-786e0a2a {
  justify-self: end;
}

#w-node-_65f68518-1369-0b01-ddac-d3b9786e0a4f-786e0a2a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_65f68518-1369-0b01-ddac-d3b9786e0a54-786e0a2a {
  grid-area: Area;
}

#w-node-_65f68518-1369-0b01-ddac-d3b9786e0a56-786e0a2a {
  grid-area: Area-2;
}

#w-node-_65f68518-1369-0b01-ddac-d3b9786e0a58-786e0a2a {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_48db072b-7aac-9ab0-bd1b-11d70dfd7f2c-0dfd7f18 {
  justify-self: center;
}

#w-node-_48db072b-7aac-9ab0-bd1b-11d70dfd7f35-0dfd7f18 {
  justify-self: end;
}

#w-node-_48db072b-7aac-9ab0-bd1b-11d70dfd7f3b-0dfd7f18 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_48db072b-7aac-9ab0-bd1b-11d70dfd7f40-0dfd7f18 {
  grid-area: Area;
}

#w-node-_48db072b-7aac-9ab0-bd1b-11d70dfd7f42-0dfd7f18 {
  grid-area: Area-2;
}

#w-node-_48db072b-7aac-9ab0-bd1b-11d70dfd7f44-0dfd7f18 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-c876ad13-3f76-de55-7d69-b4bcc4e46ad9-001cd4b9 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-c876ad13-3f76-de55-7d69-b4bcc4e46add-001cd4b9 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_0baa7cc1-bbfb-bae3-9007-7a7abc4ca877-1d2f5f5d, #w-node-_0baa7cc1-bbfb-bae3-9007-7a7abc4ca87a-1d2f5f5d, #w-node-_0baa7cc1-bbfb-bae3-9007-7a7abc4ca87e-1d2f5f5d, #w-node-_0baa7cc1-bbfb-bae3-9007-7a7abc4ca881-1d2f5f5d, #w-node-_0baa7cc1-bbfb-bae3-9007-7a7abc4ca885-1d2f5f5d, #w-node-_0baa7cc1-bbfb-bae3-9007-7a7abc4ca888-1d2f5f5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1c4619e-00cd-4517-818b-6d7fb3ce4510-1d2f5f5f, #w-node-d1c4619e-00cd-4517-818b-6d7fb3ce4518-1d2f5f5f, #w-node-d1c4619e-00cd-4517-818b-6d7fb3ce451e-1d2f5f5f, #w-node-d1c4619e-00cd-4517-818b-6d7fb3ce4524-1d2f5f5f {
  justify-self: start;
}

#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-653b29a5 {
  grid-area: Area;
}

#w-node-a07299ae-4bb4-5836-31b1-a9a6f05619cb-653b29a5 {
  grid-area: Area-portfolio;
}

#w-node-e77e03d4-5aae-4c91-076a-1033a45df73a-653b29a5 {
  grid-area: Area-Porfolio-3;
}

#w-node-_47cde042-71c9-128b-c25d-46b1e474626c-653b29a5 {
  grid-area: Area-Portfolio-2;
}

#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-653b29a5, #w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8e235f48 {
  grid-area: Area;
}

#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87952-8e235f48 {
  grid-area: Area-2;
}

#w-node-af7ba5d2-2546-4625-954c-eeafee99f43c-8e235f48 {
  grid-area: Area-3;
  justify-self: start;
}

#w-node-c25c89bf-c9a3-6628-964a-b626e645d77c-8e235f48 {
  grid-area: Area;
}

#w-node-f252e281-1570-aa4c-4cf5-ae8362b48e12-8e235f48 {
  grid-area: Area-2;
}

#w-node-_64c20e53-9262-00ab-06d9-d5b2d323173c-8e235f48 {
  grid-area: Area;
}

#w-node-_64c20e53-9262-00ab-06d9-d5b2d3231755-8e235f48 {
  grid-area: Area-2;
}

#w-node-a07299ae-4bb4-5836-31b1-a9a6f05619cb-8e235f48 {
  grid-area: Area-portfolio;
}

#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8e235f48, #w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-2d74a781 {
  grid-area: Area;
}

#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87952-2d74a781 {
  grid-area: Area-2;
}

#w-node-af7ba5d2-2546-4625-954c-eeafee99f43c-2d74a781 {
  grid-area: Area-3;
  justify-self: start;
}

#w-node-c25c89bf-c9a3-6628-964a-b626e645d77c-2d74a781 {
  grid-area: Area;
}

#w-node-f252e281-1570-aa4c-4cf5-ae8362b48e12-2d74a781 {
  grid-area: Area-2;
}

#w-node-_64c20e53-9262-00ab-06d9-d5b2d323173c-2d74a781 {
  grid-area: Area;
}

#w-node-_64c20e53-9262-00ab-06d9-d5b2d3231755-2d74a781 {
  grid-area: Area-2;
}

#w-node-_6889ba80-f3cf-fc24-e91a-e3dc315e06da-2d74a781 {
  grid-area: Area;
}

#w-node-_6889ba80-f3cf-fc24-e91a-e3dc315e06f3-2d74a781 {
  grid-area: Area-2;
}

#w-node-aa390448-0fdd-4139-f094-a43e4293aba8-2d74a781 {
  grid-area: Area;
}

#w-node-aa390448-0fdd-4139-f094-a43e4293abc1-2d74a781 {
  grid-area: Area-2;
}

#w-node-_58b03027-5b8b-9b8b-4cfb-4205421f440d-2d74a781 {
  grid-area: Area;
}

#w-node-_58b03027-5b8b-9b8b-4cfb-4205421f4426-2d74a781 {
  grid-area: Area-2;
}

#w-node-_4d609712-a69e-1cfa-fe40-b8108ec9753a-2d74a781 {
  grid-area: Area;
}

#w-node-_4d609712-a69e-1cfa-fe40-b8108ec97555-2d74a781 {
  grid-area: Area-2;
}

#w-node-aa1af2b4-6fcd-1a21-9e01-7729921d8484-2d74a781 {
  grid-area: Area;
}

#w-node-aa1af2b4-6fcd-1a21-9e01-7729921d849f-2d74a781 {
  grid-area: Area-2;
}

#w-node-ac1c47e8-a754-3dff-8f19-13de94bbe103-2d74a781 {
  grid-area: Area;
}

#w-node-ac1c47e8-a754-3dff-8f19-13de94bbe107-2d74a781 {
  grid-area: Area-2;
}

#w-node-ab447f5f-fc74-5fbd-e0b7-2b10c0385a75-2d74a781 {
  grid-area: Area;
}

#w-node-ab447f5f-fc74-5fbd-e0b7-2b10c0385a79-2d74a781 {
  grid-area: Area-2;
}

#w-node-_3cff5990-b7aa-758b-2d5b-d2a6e6916632-2d74a781 {
  grid-area: Area;
}

#w-node-_3cff5990-b7aa-758b-2d5b-d2a6e6916636-2d74a781 {
  grid-area: Area-2;
}

#w-node-_6d79202e-d0cd-a9c7-c0be-213979389541-2d74a781 {
  grid-area: Area;
}

#w-node-_6d79202e-d0cd-a9c7-c0be-213979389545-2d74a781 {
  grid-area: Area-2;
}

#w-node-_26164570-b0b0-367f-d748-7264815ce304-2d74a781 {
  grid-area: Area;
}

#w-node-_26164570-b0b0-367f-d748-7264815ce308-2d74a781 {
  grid-area: Area-2;
}

#w-node-cd37f13f-091f-cdc4-6609-21f8ab31dbea-2d74a781 {
  grid-area: Area;
}

#w-node-cd37f13f-091f-cdc4-6609-21f8ab31dbee-2d74a781 {
  grid-area: Area-2;
}

#w-node-_53f90b95-c2b6-ad88-97e6-3e5d0a5e0743-2d74a781 {
  grid-area: Area;
}

#w-node-_53f90b95-c2b6-ad88-97e6-3e5d0a5e0747-2d74a781 {
  grid-area: Area-2;
}

#w-node-a07299ae-4bb4-5836-31b1-a9a6f05619cb-2d74a781 {
  grid-area: Area-portfolio;
}

#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-2d74a781, #w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-a9d7b5b9 {
  grid-area: Area;
}

#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87952-a9d7b5b9 {
  grid-area: Area-2;
}

#w-node-af7ba5d2-2546-4625-954c-eeafee99f43c-a9d7b5b9 {
  grid-area: Area-3;
  justify-self: start;
}

#por.w-node-_411871a8-63bd-29a2-1d37-86297a8506dd-a9d7b5b9 {
  grid-area: Area;
}

#w-node-b0716037-70c3-1f54-743a-fd905e951979-a9d7b5b9 {
  grid-area: Area-4;
}

#w-node-fbbe00e8-b1d4-d469-069a-fef75db183c7-a9d7b5b9 {
  grid-area: Area-2;
  align-self: start;
}

#w-node-_0f4b544d-caf9-6108-e2a5-c79bd4e9379b-a9d7b5b9 {
  grid-area: Area-3;
}

#w-node-ed8d66d3-e138-d590-3fc4-35ec1aeee030-a9d7b5b9 {
  grid-area: Area-portfolio;
}

#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-a9d7b5b9, #w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-1a75d2d1 {
  grid-area: Area;
}

#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87952-1a75d2d1 {
  grid-area: Area-2;
}

#w-node-af7ba5d2-2546-4625-954c-eeafee99f43c-1a75d2d1 {
  grid-area: Area-3;
  justify-self: start;
}

#w-node-c25c89bf-c9a3-6628-964a-b626e645d77c-1a75d2d1 {
  grid-area: Area;
}

#w-node-f252e281-1570-aa4c-4cf5-ae8362b48e12-1a75d2d1 {
  grid-area: Area-2;
}

#w-node-afe6d45a-e892-39ab-d5ef-6a2f3773a6a7-1a75d2d1, #w-node-_165a7fce-e6c5-32cb-dc76-cced6714f21b-1a75d2d1 {
  grid-area: Area-4;
}

#w-node-_64c20e53-9262-00ab-06d9-d5b2d323173c-1a75d2d1 {
  grid-area: Area;
}

#w-node-_64c20e53-9262-00ab-06d9-d5b2d3231755-1a75d2d1 {
  grid-area: Area-2;
}

#w-node-c1914de3-19ee-c9a2-5d02-33a6ef17abd0-1a75d2d1, #w-node-c1914de3-19ee-c9a2-5d02-33a6ef17abd1-1a75d2d1 {
  grid-area: Area-4;
}

#w-node-_6889ba80-f3cf-fc24-e91a-e3dc315e06da-1a75d2d1 {
  grid-area: Area;
}

#w-node-_6889ba80-f3cf-fc24-e91a-e3dc315e06f3-1a75d2d1 {
  grid-area: Area-2;
}

#w-node-_7aa31cec-0cf3-ccff-c8a4-2dc4a515d0bd-1a75d2d1, #w-node-_7aa31cec-0cf3-ccff-c8a4-2dc4a515d0be-1a75d2d1 {
  grid-area: Area-4;
}

#w-node-aa390448-0fdd-4139-f094-a43e4293aba8-1a75d2d1 {
  grid-area: Area;
}

#w-node-aa390448-0fdd-4139-f094-a43e4293abc1-1a75d2d1 {
  grid-area: Area-2;
}

#w-node-_28809ec5-78be-5c07-e2ae-c4d29eb58c60-1a75d2d1, #w-node-_28809ec5-78be-5c07-e2ae-c4d29eb58c61-1a75d2d1 {
  grid-area: Area-4;
}

#w-node-_58b03027-5b8b-9b8b-4cfb-4205421f440d-1a75d2d1 {
  grid-area: Area;
}

#w-node-_58b03027-5b8b-9b8b-4cfb-4205421f4426-1a75d2d1 {
  grid-area: Area-2;
}

#w-node-a1a06626-e321-a649-bc8e-18ce09eb0bcd-1a75d2d1, #w-node-a1a06626-e321-a649-bc8e-18ce09eb0bce-1a75d2d1 {
  grid-area: Area-4;
}

#w-node-_4d609712-a69e-1cfa-fe40-b8108ec9753a-1a75d2d1 {
  grid-area: Area;
}

#w-node-_4d609712-a69e-1cfa-fe40-b8108ec97555-1a75d2d1 {
  grid-area: Area-2;
}

#w-node-ac2446ed-e60c-36f3-6043-1a4c17c18121-1a75d2d1, #w-node-ac2446ed-e60c-36f3-6043-1a4c17c18122-1a75d2d1 {
  grid-area: Area-4;
}

#w-node-a07299ae-4bb4-5836-31b1-a9a6f05619cb-1a75d2d1 {
  grid-area: Area-portfolio;
}

#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-1a75d2d1, #w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-dd9410df {
  grid-area: Area;
}

#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87952-dd9410df {
  grid-area: Area-2;
}

#w-node-af7ba5d2-2546-4625-954c-eeafee99f43c-dd9410df {
  grid-area: Area-3;
  justify-self: start;
}

#w-node-c25c89bf-c9a3-6628-964a-b626e645d77c-dd9410df {
  grid-area: Area;
}

#w-node-f252e281-1570-aa4c-4cf5-ae8362b48e12-dd9410df {
  grid-area: Area-2;
}

#w-node-_64c20e53-9262-00ab-06d9-d5b2d323173c-dd9410df {
  grid-area: Area;
}

#w-node-_64c20e53-9262-00ab-06d9-d5b2d3231755-dd9410df {
  grid-area: Area-2;
}

#w-node-_6889ba80-f3cf-fc24-e91a-e3dc315e06da-dd9410df {
  grid-area: Area;
}

#w-node-_6889ba80-f3cf-fc24-e91a-e3dc315e06f3-dd9410df {
  grid-area: Area-2;
}

#w-node-aa390448-0fdd-4139-f094-a43e4293aba8-dd9410df {
  grid-area: Area;
}

#w-node-aa390448-0fdd-4139-f094-a43e4293abc1-dd9410df {
  grid-area: Area-2;
}

#w-node-_58b03027-5b8b-9b8b-4cfb-4205421f440d-dd9410df {
  grid-area: Area;
}

#w-node-_58b03027-5b8b-9b8b-4cfb-4205421f4426-dd9410df {
  grid-area: Area-2;
}

#w-node-_4d609712-a69e-1cfa-fe40-b8108ec9753a-dd9410df {
  grid-area: Area;
}

#w-node-_4d609712-a69e-1cfa-fe40-b8108ec97555-dd9410df {
  grid-area: Area-2;
}

#w-node-aa1af2b4-6fcd-1a21-9e01-7729921d8484-dd9410df {
  grid-area: Area;
}

#w-node-aa1af2b4-6fcd-1a21-9e01-7729921d849f-dd9410df {
  grid-area: Area-2;
}

#w-node-ac1c47e8-a754-3dff-8f19-13de94bbe103-dd9410df {
  grid-area: Area;
}

#w-node-ac1c47e8-a754-3dff-8f19-13de94bbe107-dd9410df {
  grid-area: Area-2;
}

#w-node-ab447f5f-fc74-5fbd-e0b7-2b10c0385a75-dd9410df {
  grid-area: Area;
}

#w-node-ab447f5f-fc74-5fbd-e0b7-2b10c0385a79-dd9410df {
  grid-area: Area-2;
}

#w-node-_3cff5990-b7aa-758b-2d5b-d2a6e6916632-dd9410df {
  grid-area: Area;
}

#w-node-_3cff5990-b7aa-758b-2d5b-d2a6e6916636-dd9410df {
  grid-area: Area-2;
}

#w-node-_6d79202e-d0cd-a9c7-c0be-213979389541-dd9410df {
  grid-area: Area;
}

#w-node-_6d79202e-d0cd-a9c7-c0be-213979389545-dd9410df {
  grid-area: Area-2;
}

#w-node-_26164570-b0b0-367f-d748-7264815ce304-dd9410df {
  grid-area: Area;
}

#w-node-_26164570-b0b0-367f-d748-7264815ce308-dd9410df {
  grid-area: Area-2;
}

#w-node-cd37f13f-091f-cdc4-6609-21f8ab31dbea-dd9410df {
  grid-area: Area;
}

#w-node-cd37f13f-091f-cdc4-6609-21f8ab31dbee-dd9410df {
  grid-area: Area-2;
}

#w-node-_53f90b95-c2b6-ad88-97e6-3e5d0a5e0743-dd9410df {
  grid-area: Area;
}

#w-node-_53f90b95-c2b6-ad88-97e6-3e5d0a5e0747-dd9410df {
  grid-area: Area-2;
}

#w-node-a07299ae-4bb4-5836-31b1-a9a6f05619cb-dd9410df {
  grid-area: Area-portfolio;
}

#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-dd9410df, #w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-2851b083 {
  grid-area: Area;
}

#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87952-2851b083 {
  grid-area: Area-2;
}

#w-node-af7ba5d2-2546-4625-954c-eeafee99f43c-2851b083 {
  grid-area: Area-3;
  justify-self: start;
}

#w-node-c25c89bf-c9a3-6628-964a-b626e645d77c-2851b083 {
  grid-area: Area;
}

#w-node-f252e281-1570-aa4c-4cf5-ae8362b48e12-2851b083 {
  grid-area: Area-2;
}

#w-node-_64c20e53-9262-00ab-06d9-d5b2d323173c-2851b083 {
  grid-area: Area;
}

#w-node-_64c20e53-9262-00ab-06d9-d5b2d3231755-2851b083 {
  grid-area: Area-2;
}

#w-node-_6889ba80-f3cf-fc24-e91a-e3dc315e06da-2851b083 {
  grid-area: Area;
}

#w-node-_6889ba80-f3cf-fc24-e91a-e3dc315e06f3-2851b083 {
  grid-area: Area-2;
}

#w-node-aa390448-0fdd-4139-f094-a43e4293aba8-2851b083 {
  grid-area: Area;
}

#w-node-aa390448-0fdd-4139-f094-a43e4293abc1-2851b083 {
  grid-area: Area-2;
}

#w-node-_58b03027-5b8b-9b8b-4cfb-4205421f440d-2851b083 {
  grid-area: Area;
}

#w-node-_58b03027-5b8b-9b8b-4cfb-4205421f4426-2851b083 {
  grid-area: Area-2;
}

#w-node-_4d609712-a69e-1cfa-fe40-b8108ec9753a-2851b083 {
  grid-area: Area;
}

#w-node-_4d609712-a69e-1cfa-fe40-b8108ec97555-2851b083 {
  grid-area: Area-2;
}

#w-node-_53f90b95-c2b6-ad88-97e6-3e5d0a5e0743-2851b083 {
  grid-area: Area;
}

#w-node-_53f90b95-c2b6-ad88-97e6-3e5d0a5e0747-2851b083 {
  grid-area: Area-2;
}

#w-node-aa1af2b4-6fcd-1a21-9e01-7729921d8484-2851b083 {
  grid-area: Area;
}

#w-node-aa1af2b4-6fcd-1a21-9e01-7729921d849f-2851b083 {
  grid-area: Area-2;
}

#w-node-ac1c47e8-a754-3dff-8f19-13de94bbe103-2851b083 {
  grid-area: Area;
}

#w-node-ac1c47e8-a754-3dff-8f19-13de94bbe107-2851b083 {
  grid-area: Area-2;
}

#w-node-ab447f5f-fc74-5fbd-e0b7-2b10c0385a75-2851b083 {
  grid-area: Area;
}

#w-node-ab447f5f-fc74-5fbd-e0b7-2b10c0385a79-2851b083 {
  grid-area: Area-2;
}

#w-node-_3cff5990-b7aa-758b-2d5b-d2a6e6916632-2851b083 {
  grid-area: Area;
}

#w-node-_3cff5990-b7aa-758b-2d5b-d2a6e6916636-2851b083 {
  grid-area: Area-2;
}

#w-node-_6d79202e-d0cd-a9c7-c0be-213979389541-2851b083 {
  grid-area: Area;
}

#w-node-_6d79202e-d0cd-a9c7-c0be-213979389545-2851b083 {
  grid-area: Area-2;
}

#w-node-_26164570-b0b0-367f-d748-7264815ce304-2851b083 {
  grid-area: Area;
}

#w-node-_26164570-b0b0-367f-d748-7264815ce308-2851b083 {
  grid-area: Area-2;
}

#w-node-cd37f13f-091f-cdc4-6609-21f8ab31dbea-2851b083 {
  grid-area: Area;
}

#w-node-cd37f13f-091f-cdc4-6609-21f8ab31dbee-2851b083 {
  grid-area: Area-2;
}

#w-node-a07299ae-4bb4-5836-31b1-a9a6f05619cb-2851b083 {
  grid-area: Area-portfolio;
}

#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-2851b083, #w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-5fe06dc4 {
  grid-area: Area;
}

#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87952-5fe06dc4 {
  grid-area: Area-2;
}

#w-node-af7ba5d2-2546-4625-954c-eeafee99f43c-5fe06dc4 {
  grid-area: Area-3;
  justify-self: start;
}

#w-node-c25c89bf-c9a3-6628-964a-b626e645d77c-5fe06dc4 {
  grid-area: Area;
}

#w-node-f252e281-1570-aa4c-4cf5-ae8362b48e12-5fe06dc4 {
  grid-area: Area-2;
}

#w-node-_64c20e53-9262-00ab-06d9-d5b2d323173c-5fe06dc4 {
  grid-area: Area;
}

#w-node-_64c20e53-9262-00ab-06d9-d5b2d3231755-5fe06dc4 {
  grid-area: Area-2;
}

#w-node-_6889ba80-f3cf-fc24-e91a-e3dc315e06da-5fe06dc4 {
  grid-area: Area;
}

#w-node-_6889ba80-f3cf-fc24-e91a-e3dc315e06f3-5fe06dc4 {
  grid-area: Area-2;
}

#w-node-aa390448-0fdd-4139-f094-a43e4293aba8-5fe06dc4 {
  grid-area: Area;
}

#w-node-aa390448-0fdd-4139-f094-a43e4293abc1-5fe06dc4 {
  grid-area: Area-2;
}

#w-node-_58b03027-5b8b-9b8b-4cfb-4205421f440d-5fe06dc4 {
  grid-area: Area;
}

#w-node-_58b03027-5b8b-9b8b-4cfb-4205421f4426-5fe06dc4 {
  grid-area: Area-2;
}

#w-node-_4d609712-a69e-1cfa-fe40-b8108ec9753a-5fe06dc4 {
  grid-area: Area;
}

#w-node-_4d609712-a69e-1cfa-fe40-b8108ec97555-5fe06dc4 {
  grid-area: Area-2;
}

#w-node-_53f90b95-c2b6-ad88-97e6-3e5d0a5e0743-5fe06dc4 {
  grid-area: Area;
}

#w-node-_53f90b95-c2b6-ad88-97e6-3e5d0a5e0747-5fe06dc4 {
  grid-area: Area-2;
}

#w-node-aa1af2b4-6fcd-1a21-9e01-7729921d8484-5fe06dc4 {
  grid-area: Area;
}

#w-node-aa1af2b4-6fcd-1a21-9e01-7729921d849f-5fe06dc4 {
  grid-area: Area-2;
}

#w-node-ac1c47e8-a754-3dff-8f19-13de94bbe103-5fe06dc4 {
  grid-area: Area;
}

#w-node-ac1c47e8-a754-3dff-8f19-13de94bbe107-5fe06dc4 {
  grid-area: Area-2;
}

#w-node-ab447f5f-fc74-5fbd-e0b7-2b10c0385a75-5fe06dc4 {
  grid-area: Area;
}

#w-node-ab447f5f-fc74-5fbd-e0b7-2b10c0385a79-5fe06dc4 {
  grid-area: Area-2;
}

#w-node-_3cff5990-b7aa-758b-2d5b-d2a6e6916632-5fe06dc4 {
  grid-area: Area;
}

#w-node-_3cff5990-b7aa-758b-2d5b-d2a6e6916636-5fe06dc4 {
  grid-area: Area-2;
}

#w-node-_6d79202e-d0cd-a9c7-c0be-213979389541-5fe06dc4 {
  grid-area: Area;
}

#w-node-_6d79202e-d0cd-a9c7-c0be-213979389545-5fe06dc4 {
  grid-area: Area-2;
}

#w-node-_26164570-b0b0-367f-d748-7264815ce304-5fe06dc4 {
  grid-area: Area;
}

#w-node-_26164570-b0b0-367f-d748-7264815ce308-5fe06dc4 {
  grid-area: Area-2;
}

#w-node-cd37f13f-091f-cdc4-6609-21f8ab31dbea-5fe06dc4 {
  grid-area: Area;
}

#w-node-cd37f13f-091f-cdc4-6609-21f8ab31dbee-5fe06dc4 {
  grid-area: Area-2;
}

#w-node-_9b0fe36a-14d8-bda0-9ecc-2f4b51aa5b66-5fe06dc4 {
  grid-area: Area;
}

#w-node-_9b0fe36a-14d8-bda0-9ecc-2f4b51aa5b6a-5fe06dc4 {
  grid-area: Area-2;
}

#w-node-_492f9842-b278-5e63-fcc1-600a1027316a-5fe06dc4 {
  grid-area: Area;
}

#w-node-_492f9842-b278-5e63-fcc1-600a1027316e-5fe06dc4 {
  grid-area: Area-2;
}

#w-node-_15b1a1a2-4b38-66e7-127f-d0d6480f6357-5fe06dc4 {
  grid-area: Area;
}

#w-node-_15b1a1a2-4b38-66e7-127f-d0d6480f635b-5fe06dc4 {
  grid-area: Area-2;
}

#w-node-_6d33db93-bab4-559d-cdef-1a783923a9d5-5fe06dc4 {
  grid-area: Area;
}

#w-node-_6d33db93-bab4-559d-cdef-1a783923a9d9-5fe06dc4 {
  grid-area: Area-2;
}

#w-node-e9395332-6855-a488-e17a-e1f188c9afd6-5fe06dc4 {
  grid-area: Area;
}

#w-node-e9395332-6855-a488-e17a-e1f188c9afda-5fe06dc4 {
  grid-area: Area-2;
}

#w-node-_4c4bc917-6f77-726d-5852-199775ca9ad6-5fe06dc4 {
  grid-area: Area;
}

#w-node-_4c4bc917-6f77-726d-5852-199775ca9ada-5fe06dc4 {
  grid-area: Area-2;
}

#w-node-afb34f89-d074-d300-dee0-128b394292bd-5fe06dc4 {
  grid-area: Area;
}

#w-node-afb34f89-d074-d300-dee0-128b394292c1-5fe06dc4 {
  grid-area: Area-2;
}

#w-node-a07299ae-4bb4-5836-31b1-a9a6f05619cb-5fe06dc4 {
  grid-area: Area-portfolio;
}

#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-5fe06dc4, #w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-b8d0ccdf {
  grid-area: Area;
}

#w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87952-b8d0ccdf {
  grid-area: Area-2;
}

#w-node-af7ba5d2-2546-4625-954c-eeafee99f43c-b8d0ccdf {
  grid-area: Area-3;
  justify-self: start;
}

#w-node-c25c89bf-c9a3-6628-964a-b626e645d77c-b8d0ccdf {
  grid-area: Area;
}

#w-node-f252e281-1570-aa4c-4cf5-ae8362b48e12-b8d0ccdf {
  grid-area: Area-2;
}

#w-node-_64c20e53-9262-00ab-06d9-d5b2d323173c-b8d0ccdf {
  grid-area: Area;
}

#w-node-_64c20e53-9262-00ab-06d9-d5b2d3231755-b8d0ccdf {
  grid-area: Area-2;
}

#w-node-_6889ba80-f3cf-fc24-e91a-e3dc315e06da-b8d0ccdf {
  grid-area: Area;
}

#w-node-_6889ba80-f3cf-fc24-e91a-e3dc315e06f3-b8d0ccdf {
  grid-area: Area-2;
}

#w-node-aa390448-0fdd-4139-f094-a43e4293aba8-b8d0ccdf {
  grid-area: Area;
}

#w-node-aa390448-0fdd-4139-f094-a43e4293abc1-b8d0ccdf {
  grid-area: Area-2;
}

#w-node-_58b03027-5b8b-9b8b-4cfb-4205421f440d-b8d0ccdf {
  grid-area: Area;
}

#w-node-_58b03027-5b8b-9b8b-4cfb-4205421f4426-b8d0ccdf {
  grid-area: Area-2;
}

#w-node-_4d609712-a69e-1cfa-fe40-b8108ec9753a-b8d0ccdf {
  grid-area: Area;
}

#w-node-_4d609712-a69e-1cfa-fe40-b8108ec97555-b8d0ccdf {
  grid-area: Area-2;
}

#w-node-_53f90b95-c2b6-ad88-97e6-3e5d0a5e0743-b8d0ccdf {
  grid-area: Area;
}

#w-node-_53f90b95-c2b6-ad88-97e6-3e5d0a5e0747-b8d0ccdf {
  grid-area: Area-2;
}

#w-node-aa1af2b4-6fcd-1a21-9e01-7729921d8484-b8d0ccdf {
  grid-area: Area;
}

#w-node-aa1af2b4-6fcd-1a21-9e01-7729921d849f-b8d0ccdf {
  grid-area: Area-2;
}

#w-node-ac1c47e8-a754-3dff-8f19-13de94bbe103-b8d0ccdf {
  grid-area: Area;
}

#w-node-ac1c47e8-a754-3dff-8f19-13de94bbe107-b8d0ccdf {
  grid-area: Area-2;
}

#w-node-ab447f5f-fc74-5fbd-e0b7-2b10c0385a75-b8d0ccdf {
  grid-area: Area;
}

#w-node-ab447f5f-fc74-5fbd-e0b7-2b10c0385a79-b8d0ccdf {
  grid-area: Area-2;
}

#w-node-_3cff5990-b7aa-758b-2d5b-d2a6e6916632-b8d0ccdf {
  grid-area: Area;
}

#w-node-_3cff5990-b7aa-758b-2d5b-d2a6e6916636-b8d0ccdf {
  grid-area: Area-2;
}

#w-node-_6d79202e-d0cd-a9c7-c0be-213979389541-b8d0ccdf {
  grid-area: Area;
}

#w-node-_6d79202e-d0cd-a9c7-c0be-213979389545-b8d0ccdf {
  grid-area: Area-2;
}

#w-node-_26164570-b0b0-367f-d748-7264815ce304-b8d0ccdf {
  grid-area: Area;
}

#w-node-_26164570-b0b0-367f-d748-7264815ce308-b8d0ccdf {
  grid-area: Area-2;
}

#w-node-cd37f13f-091f-cdc4-6609-21f8ab31dbea-b8d0ccdf {
  grid-area: Area;
}

#w-node-cd37f13f-091f-cdc4-6609-21f8ab31dbee-b8d0ccdf {
  grid-area: Area-2;
}

#w-node-_9b0fe36a-14d8-bda0-9ecc-2f4b51aa5b66-b8d0ccdf {
  grid-area: Area;
}

#w-node-_9b0fe36a-14d8-bda0-9ecc-2f4b51aa5b6a-b8d0ccdf {
  grid-area: Area-2;
}

#w-node-_492f9842-b278-5e63-fcc1-600a1027316a-b8d0ccdf {
  grid-area: Area;
}

#w-node-_492f9842-b278-5e63-fcc1-600a1027316e-b8d0ccdf {
  grid-area: Area-2;
}

#w-node-_15b1a1a2-4b38-66e7-127f-d0d6480f6357-b8d0ccdf {
  grid-area: Area;
}

#w-node-_15b1a1a2-4b38-66e7-127f-d0d6480f635b-b8d0ccdf {
  grid-area: Area-2;
}

#w-node-_6d33db93-bab4-559d-cdef-1a783923a9d5-b8d0ccdf {
  grid-area: Area;
}

#w-node-_6d33db93-bab4-559d-cdef-1a783923a9d9-b8d0ccdf {
  grid-area: Area-2;
}

#w-node-e9395332-6855-a488-e17a-e1f188c9afd6-b8d0ccdf {
  grid-area: Area;
}

#w-node-e9395332-6855-a488-e17a-e1f188c9afda-b8d0ccdf {
  grid-area: Area-2;
}

#w-node-_4c4bc917-6f77-726d-5852-199775ca9ad6-b8d0ccdf {
  grid-area: Area;
}

#w-node-_4c4bc917-6f77-726d-5852-199775ca9ada-b8d0ccdf {
  grid-area: Area-2;
}

#w-node-afb34f89-d074-d300-dee0-128b394292bd-b8d0ccdf {
  grid-area: Area;
}

#w-node-afb34f89-d074-d300-dee0-128b394292c1-b8d0ccdf {
  grid-area: Area-2;
}

#w-node-a07299ae-4bb4-5836-31b1-a9a6f05619cb-b8d0ccdf {
  grid-area: Area-portfolio;
}

#w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-b8d0ccdf {
  grid-area: Area;
}

@media screen and (min-width: 1440px) {
  #w-node-_46cd9b10-577c-563a-59cd-e58781568b3f-1d2f5f58 {
    grid-area: 1 / 3 / 2 / 4;
    align-self: center;
    justify-self: center;
  }

  #w-node-c25c89bf-c9a3-6628-964a-b626e645d77c-1d2f5f58 {
    grid-area: Area;
  }

  #w-node-b0716037-70c3-1f54-743a-fd905e951979-1d2f5f58 {
    grid-area: Area-4;
  }

  #w-node-fc05a2d5-8ec5-16dc-8a25-30548fdd8852-1d2f5f58 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: end;
  }

  #w-node-_9074e444-63e3-06d4-ab09-ec1aace696bb-1d2f5f58 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: end;
  }

  #w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-1d2f5f58 {
    grid-area: Area;
  }

  #w-node-d1c4619e-00cd-4517-818b-6d7fb3ce4510-1d2f5f5f {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
    justify-self: center;
  }

  #w-node-d1c4619e-00cd-4517-818b-6d7fb3ce4518-1d2f5f5f {
    grid-area: 1 / 2 / 2 / 3;
    align-self: auto;
    justify-self: center;
  }

  #w-node-d1c4619e-00cd-4517-818b-6d7fb3ce451e-1d2f5f5f {
    grid-area: 1 / 3 / 2 / 4;
    align-self: auto;
    justify-self: center;
  }

  #w-node-d1c4619e-00cd-4517-818b-6d7fb3ce4524-1d2f5f5f {
    grid-area: 1 / 4 / 2 / 5;
    align-self: auto;
    justify-self: center;
  }

  #w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-653b29a5, #w-node-c25c89bf-c9a3-6628-964a-b626e645d77c-8e235f48, #w-node-_64c20e53-9262-00ab-06d9-d5b2d323173c-8e235f48, #w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-8e235f48, #w-node-c25c89bf-c9a3-6628-964a-b626e645d77c-2d74a781, #w-node-_64c20e53-9262-00ab-06d9-d5b2d323173c-2d74a781, #w-node-_6889ba80-f3cf-fc24-e91a-e3dc315e06da-2d74a781, #w-node-aa390448-0fdd-4139-f094-a43e4293aba8-2d74a781, #w-node-_58b03027-5b8b-9b8b-4cfb-4205421f440d-2d74a781, #w-node-_4d609712-a69e-1cfa-fe40-b8108ec9753a-2d74a781, #w-node-aa1af2b4-6fcd-1a21-9e01-7729921d8484-2d74a781, #w-node-ac1c47e8-a754-3dff-8f19-13de94bbe103-2d74a781, #w-node-ab447f5f-fc74-5fbd-e0b7-2b10c0385a75-2d74a781, #w-node-_3cff5990-b7aa-758b-2d5b-d2a6e6916632-2d74a781, #w-node-_6d79202e-d0cd-a9c7-c0be-213979389541-2d74a781, #w-node-_26164570-b0b0-367f-d748-7264815ce304-2d74a781, #w-node-cd37f13f-091f-cdc4-6609-21f8ab31dbea-2d74a781, #w-node-_53f90b95-c2b6-ad88-97e6-3e5d0a5e0743-2d74a781, #w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-2d74a781 {
    grid-area: Area;
  }

  #w-node-b0716037-70c3-1f54-743a-fd905e951979-a9d7b5b9 {
    grid-area: Area-4;
  }

  #w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-a9d7b5b9, #w-node-c25c89bf-c9a3-6628-964a-b626e645d77c-1a75d2d1 {
    grid-area: Area;
  }

  #w-node-afe6d45a-e892-39ab-d5ef-6a2f3773a6a7-1a75d2d1 {
    grid-area: Area-3;
  }

  #w-node-_64c20e53-9262-00ab-06d9-d5b2d323173c-1a75d2d1 {
    grid-area: Area;
  }

  #w-node-c1914de3-19ee-c9a2-5d02-33a6ef17abd0-1a75d2d1 {
    grid-area: Area-3;
  }

  #w-node-_6889ba80-f3cf-fc24-e91a-e3dc315e06da-1a75d2d1 {
    grid-area: Area;
  }

  #w-node-_7aa31cec-0cf3-ccff-c8a4-2dc4a515d0bd-1a75d2d1 {
    grid-area: Area-3;
  }

  #w-node-aa390448-0fdd-4139-f094-a43e4293aba8-1a75d2d1 {
    grid-area: Area;
  }

  #w-node-_28809ec5-78be-5c07-e2ae-c4d29eb58c60-1a75d2d1 {
    grid-area: Area-3;
  }

  #w-node-_58b03027-5b8b-9b8b-4cfb-4205421f440d-1a75d2d1 {
    grid-area: Area;
  }

  #w-node-a1a06626-e321-a649-bc8e-18ce09eb0bcd-1a75d2d1 {
    grid-area: Area-3;
  }

  #w-node-_4d609712-a69e-1cfa-fe40-b8108ec9753a-1a75d2d1 {
    grid-area: Area;
  }

  #w-node-ac2446ed-e60c-36f3-6043-1a4c17c18121-1a75d2d1 {
    grid-area: Area-3;
  }

  #w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-1a75d2d1, #w-node-c25c89bf-c9a3-6628-964a-b626e645d77c-dd9410df, #w-node-_64c20e53-9262-00ab-06d9-d5b2d323173c-dd9410df, #w-node-_6889ba80-f3cf-fc24-e91a-e3dc315e06da-dd9410df, #w-node-aa390448-0fdd-4139-f094-a43e4293aba8-dd9410df, #w-node-_58b03027-5b8b-9b8b-4cfb-4205421f440d-dd9410df, #w-node-_4d609712-a69e-1cfa-fe40-b8108ec9753a-dd9410df, #w-node-aa1af2b4-6fcd-1a21-9e01-7729921d8484-dd9410df, #w-node-ac1c47e8-a754-3dff-8f19-13de94bbe103-dd9410df, #w-node-ab447f5f-fc74-5fbd-e0b7-2b10c0385a75-dd9410df, #w-node-_3cff5990-b7aa-758b-2d5b-d2a6e6916632-dd9410df, #w-node-_6d79202e-d0cd-a9c7-c0be-213979389541-dd9410df, #w-node-_26164570-b0b0-367f-d748-7264815ce304-dd9410df, #w-node-cd37f13f-091f-cdc4-6609-21f8ab31dbea-dd9410df, #w-node-_53f90b95-c2b6-ad88-97e6-3e5d0a5e0743-dd9410df, #w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-dd9410df, #w-node-c25c89bf-c9a3-6628-964a-b626e645d77c-2851b083, #w-node-_64c20e53-9262-00ab-06d9-d5b2d323173c-2851b083, #w-node-_6889ba80-f3cf-fc24-e91a-e3dc315e06da-2851b083, #w-node-aa390448-0fdd-4139-f094-a43e4293aba8-2851b083, #w-node-_58b03027-5b8b-9b8b-4cfb-4205421f440d-2851b083, #w-node-_4d609712-a69e-1cfa-fe40-b8108ec9753a-2851b083, #w-node-_53f90b95-c2b6-ad88-97e6-3e5d0a5e0743-2851b083, #w-node-aa1af2b4-6fcd-1a21-9e01-7729921d8484-2851b083, #w-node-ac1c47e8-a754-3dff-8f19-13de94bbe103-2851b083, #w-node-ab447f5f-fc74-5fbd-e0b7-2b10c0385a75-2851b083, #w-node-_3cff5990-b7aa-758b-2d5b-d2a6e6916632-2851b083, #w-node-_6d79202e-d0cd-a9c7-c0be-213979389541-2851b083, #w-node-_26164570-b0b0-367f-d748-7264815ce304-2851b083, #w-node-cd37f13f-091f-cdc4-6609-21f8ab31dbea-2851b083, #w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-2851b083, #w-node-c25c89bf-c9a3-6628-964a-b626e645d77c-5fe06dc4, #w-node-_64c20e53-9262-00ab-06d9-d5b2d323173c-5fe06dc4, #w-node-_6889ba80-f3cf-fc24-e91a-e3dc315e06da-5fe06dc4, #w-node-aa390448-0fdd-4139-f094-a43e4293aba8-5fe06dc4, #w-node-_58b03027-5b8b-9b8b-4cfb-4205421f440d-5fe06dc4, #w-node-_4d609712-a69e-1cfa-fe40-b8108ec9753a-5fe06dc4, #w-node-_53f90b95-c2b6-ad88-97e6-3e5d0a5e0743-5fe06dc4, #w-node-aa1af2b4-6fcd-1a21-9e01-7729921d8484-5fe06dc4, #w-node-ac1c47e8-a754-3dff-8f19-13de94bbe103-5fe06dc4, #w-node-ab447f5f-fc74-5fbd-e0b7-2b10c0385a75-5fe06dc4, #w-node-_3cff5990-b7aa-758b-2d5b-d2a6e6916632-5fe06dc4, #w-node-_6d79202e-d0cd-a9c7-c0be-213979389541-5fe06dc4, #w-node-_26164570-b0b0-367f-d748-7264815ce304-5fe06dc4, #w-node-cd37f13f-091f-cdc4-6609-21f8ab31dbea-5fe06dc4, #w-node-_9b0fe36a-14d8-bda0-9ecc-2f4b51aa5b66-5fe06dc4, #w-node-_492f9842-b278-5e63-fcc1-600a1027316a-5fe06dc4, #w-node-_15b1a1a2-4b38-66e7-127f-d0d6480f6357-5fe06dc4, #w-node-_6d33db93-bab4-559d-cdef-1a783923a9d5-5fe06dc4, #w-node-e9395332-6855-a488-e17a-e1f188c9afd6-5fe06dc4, #w-node-_4c4bc917-6f77-726d-5852-199775ca9ad6-5fe06dc4, #w-node-afb34f89-d074-d300-dee0-128b394292bd-5fe06dc4, #w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-5fe06dc4, #w-node-c25c89bf-c9a3-6628-964a-b626e645d77c-b8d0ccdf, #w-node-_64c20e53-9262-00ab-06d9-d5b2d323173c-b8d0ccdf, #w-node-_6889ba80-f3cf-fc24-e91a-e3dc315e06da-b8d0ccdf, #w-node-aa390448-0fdd-4139-f094-a43e4293aba8-b8d0ccdf, #w-node-_58b03027-5b8b-9b8b-4cfb-4205421f440d-b8d0ccdf, #w-node-_4d609712-a69e-1cfa-fe40-b8108ec9753a-b8d0ccdf, #w-node-_53f90b95-c2b6-ad88-97e6-3e5d0a5e0743-b8d0ccdf, #w-node-aa1af2b4-6fcd-1a21-9e01-7729921d8484-b8d0ccdf, #w-node-ac1c47e8-a754-3dff-8f19-13de94bbe103-b8d0ccdf, #w-node-ab447f5f-fc74-5fbd-e0b7-2b10c0385a75-b8d0ccdf, #w-node-_3cff5990-b7aa-758b-2d5b-d2a6e6916632-b8d0ccdf, #w-node-_6d79202e-d0cd-a9c7-c0be-213979389541-b8d0ccdf, #w-node-_26164570-b0b0-367f-d748-7264815ce304-b8d0ccdf, #w-node-cd37f13f-091f-cdc4-6609-21f8ab31dbea-b8d0ccdf, #w-node-_9b0fe36a-14d8-bda0-9ecc-2f4b51aa5b66-b8d0ccdf, #w-node-_492f9842-b278-5e63-fcc1-600a1027316a-b8d0ccdf, #w-node-_15b1a1a2-4b38-66e7-127f-d0d6480f6357-b8d0ccdf, #w-node-_6d33db93-bab4-559d-cdef-1a783923a9d5-b8d0ccdf, #w-node-e9395332-6855-a488-e17a-e1f188c9afd6-b8d0ccdf, #w-node-_4c4bc917-6f77-726d-5852-199775ca9ad6-b8d0ccdf, #w-node-afb34f89-d074-d300-dee0-128b394292bd-b8d0ccdf, #w-node-cd168dcd-8fc7-a910-cd16-8f8240bec0ab-b8d0ccdf {
    grid-area: Area;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_09339f7d-5b54-6c74-e017-d0f786c35b42-1d2f5f58 {
    grid-area: Area;
  }

  #w-node-_5539dfc5-12a4-d0af-069d-1316c435447b-1d2f5f58 {
    grid-area: Area-2;
  }

  #w-node-_8e31a46e-80b8-3d76-9ad9-3badfec85c0b-1d2f5f58 {
    grid-area: Area-4;
  }

  #w-node-_22ac04ff-667e-b66e-a886-7e5698d4d564-1d2f5f58 {
    grid-area: Area;
  }

  #w-node-_22ac04ff-667e-b66e-a886-7e5698d4d565-1d2f5f58 {
    grid-area: Area-2;
  }

  #w-node-_22ac04ff-667e-b66e-a886-7e5698d4d566-1d2f5f58 {
    grid-area: Area-4;
  }

  #w-node-_60a30849-1e19-24af-5da7-2b65668c3ef0-1d2f5f58 {
    grid-area: Area;
  }

  #w-node-_60a30849-1e19-24af-5da7-2b65668c3ef1-1d2f5f58 {
    grid-area: Area-2;
  }

  #w-node-_60a30849-1e19-24af-5da7-2b65668c3ef2-1d2f5f58 {
    grid-area: Area-4;
  }

  #w-node-_32f386f6-47c1-5eb2-2682-92df0beb7878-1d2f5f58 {
    grid-area: Area;
  }

  #w-node-_32f386f6-47c1-5eb2-2682-92df0beb7879-1d2f5f58 {
    grid-area: Area-2;
  }

  #w-node-_32f386f6-47c1-5eb2-2682-92df0beb787a-1d2f5f58 {
    grid-area: Area-4;
  }

  #w-node-_9f39ff5d-9060-a940-f2d4-24688bf5282a-1d2f5f58 {
    grid-area: Area;
  }

  #w-node-_9f39ff5d-9060-a940-f2d4-24688bf5282b-1d2f5f58 {
    grid-area: Area-2;
  }

  #w-node-_9f39ff5d-9060-a940-f2d4-24688bf5282c-1d2f5f58 {
    grid-area: Area-4;
  }

  #w-node-c876ad13-3f76-de55-7d69-b4bcc4e46add-001cd4b9 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_09339f7d-5b54-6c74-e017-d0f786c35b42-a9d7b5b9 {
    grid-area: Area;
  }

  #w-node-_5539dfc5-12a4-d0af-069d-1316c435447b-a9d7b5b9 {
    grid-area: Area-2;
  }

  #w-node-_8e31a46e-80b8-3d76-9ad9-3badfec85c0b-a9d7b5b9 {
    grid-area: Area-4;
  }

  #w-node-_22ac04ff-667e-b66e-a886-7e5698d4d564-a9d7b5b9 {
    grid-area: Area;
  }

  #w-node-_22ac04ff-667e-b66e-a886-7e5698d4d565-a9d7b5b9 {
    grid-area: Area-2;
  }

  #w-node-_22ac04ff-667e-b66e-a886-7e5698d4d566-a9d7b5b9 {
    grid-area: Area-4;
  }

  #w-node-_60a30849-1e19-24af-5da7-2b65668c3ef0-a9d7b5b9 {
    grid-area: Area;
  }

  #w-node-_60a30849-1e19-24af-5da7-2b65668c3ef1-a9d7b5b9 {
    grid-area: Area-2;
  }

  #w-node-_60a30849-1e19-24af-5da7-2b65668c3ef2-a9d7b5b9 {
    grid-area: Area-4;
  }

  #w-node-_32f386f6-47c1-5eb2-2682-92df0beb7878-a9d7b5b9 {
    grid-area: Area;
  }

  #w-node-_32f386f6-47c1-5eb2-2682-92df0beb7879-a9d7b5b9 {
    grid-area: Area-2;
  }

  #w-node-_32f386f6-47c1-5eb2-2682-92df0beb787a-a9d7b5b9 {
    grid-area: Area-4;
  }

  #w-node-_9f39ff5d-9060-a940-f2d4-24688bf5282a-a9d7b5b9 {
    grid-area: Area;
  }

  #w-node-_9f39ff5d-9060-a940-f2d4-24688bf5282b-a9d7b5b9 {
    grid-area: Area-2;
  }

  #w-node-_9f39ff5d-9060-a940-f2d4-24688bf5282c-a9d7b5b9 {
    grid-area: Area-4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_22ac04ff-667e-b66e-a886-7e5698d4d565-1d2f5f58 {
    grid-area: Area-2;
  }

  #w-node-_245d2a20-6c8e-5bf1-899c-d76d7439c2e5-1d2f5f58 {
    grid-area: Area-4;
  }

  #w-node-_339153df-297c-9824-d7a4-77699eac6350-1d2f5f58 {
    grid-area: Area;
  }

  #w-node-_3acf8480-1b58-1e08-950b-9977e254a537-1d2f5f58 {
    grid-area: Area-2;
  }

  #w-node-_65928c3f-a1f7-2421-e2d4-86fcf0693190-1d2f5f58 {
    grid-area: Area-3;
  }

  #w-node-_35fa8090-daf4-e544-336c-b6094a76dbd5-4a76dbb2, #w-node-b0ae728c-a44f-ea8a-e248-23ca7ab44e40-7ab44e1d {
    grid-column-start: 1;
  }

  #w-node-b0ae728c-a44f-ea8a-e248-23ca7ab44e49-7ab44e1d, #w-node-_65f68518-1369-0b01-ddac-d3b9786e0a58-786e0a2a {
    grid-row: 4 / 5;
    grid-column-end: 3;
  }

  #w-node-_48db072b-7aac-9ab0-bd1b-11d70dfd7f3b-0dfd7f18 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_48db072b-7aac-9ab0-bd1b-11d70dfd7f44-0dfd7f18 {
    grid-row: 4 / 5;
    grid-column-end: 3;
  }

  #w-node-c876ad13-3f76-de55-7d69-b4bcc4e46ad9-001cd4b9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c876ad13-3f76-de55-7d69-b4bcc4e46add-001cd4b9 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_22ac04ff-667e-b66e-a886-7e5698d4d565-a9d7b5b9 {
    grid-area: Area-2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-1d2f5f58 {
    grid-area: Area;
  }

  #w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87952-1d2f5f58 {
    grid-area: Area-2;
  }

  #w-node-f252e281-1570-aa4c-4cf5-ae8362b48e12-1d2f5f58 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_65f68518-1369-0b01-ddac-d3b9786e0a4f-786e0a2a {
    grid-area: Area-3;
  }

  #w-node-c876ad13-3f76-de55-7d69-b4bcc4e46add-001cd4b9 {
    grid-column-end: 2;
  }

  #w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-653b29a5, #w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-8e235f48 {
    grid-area: Area;
  }

  #w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87952-8e235f48 {
    grid-area: Area-2;
  }

  #w-node-f252e281-1570-aa4c-4cf5-ae8362b48e12-8e235f48, #w-node-_64c20e53-9262-00ab-06d9-d5b2d3231755-8e235f48 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-2d74a781 {
    grid-area: Area;
  }

  #w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87952-2d74a781 {
    grid-area: Area-2;
  }

  #w-node-f252e281-1570-aa4c-4cf5-ae8362b48e12-2d74a781, #w-node-_64c20e53-9262-00ab-06d9-d5b2d3231755-2d74a781, #w-node-_6889ba80-f3cf-fc24-e91a-e3dc315e06f3-2d74a781, #w-node-aa390448-0fdd-4139-f094-a43e4293abc1-2d74a781, #w-node-_58b03027-5b8b-9b8b-4cfb-4205421f4426-2d74a781, #w-node-_4d609712-a69e-1cfa-fe40-b8108ec97555-2d74a781, #w-node-aa1af2b4-6fcd-1a21-9e01-7729921d849f-2d74a781, #w-node-ac1c47e8-a754-3dff-8f19-13de94bbe107-2d74a781, #w-node-ab447f5f-fc74-5fbd-e0b7-2b10c0385a79-2d74a781, #w-node-_3cff5990-b7aa-758b-2d5b-d2a6e6916636-2d74a781, #w-node-_6d79202e-d0cd-a9c7-c0be-213979389545-2d74a781, #w-node-_26164570-b0b0-367f-d748-7264815ce308-2d74a781, #w-node-cd37f13f-091f-cdc4-6609-21f8ab31dbee-2d74a781, #w-node-_53f90b95-c2b6-ad88-97e6-3e5d0a5e0747-2d74a781 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-a9d7b5b9 {
    grid-area: Area;
  }

  #w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87952-a9d7b5b9 {
    grid-area: Area-2;
  }

  #w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-1a75d2d1 {
    grid-area: Area;
  }

  #w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87952-1a75d2d1 {
    grid-area: Area-2;
  }

  #w-node-f252e281-1570-aa4c-4cf5-ae8362b48e12-1a75d2d1, #w-node-_64c20e53-9262-00ab-06d9-d5b2d3231755-1a75d2d1, #w-node-_6889ba80-f3cf-fc24-e91a-e3dc315e06f3-1a75d2d1, #w-node-aa390448-0fdd-4139-f094-a43e4293abc1-1a75d2d1, #w-node-_58b03027-5b8b-9b8b-4cfb-4205421f4426-1a75d2d1, #w-node-_4d609712-a69e-1cfa-fe40-b8108ec97555-1a75d2d1 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-dd9410df {
    grid-area: Area;
  }

  #w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87952-dd9410df {
    grid-area: Area-2;
  }

  #w-node-f252e281-1570-aa4c-4cf5-ae8362b48e12-dd9410df, #w-node-_64c20e53-9262-00ab-06d9-d5b2d3231755-dd9410df, #w-node-_6889ba80-f3cf-fc24-e91a-e3dc315e06f3-dd9410df, #w-node-aa390448-0fdd-4139-f094-a43e4293abc1-dd9410df, #w-node-_58b03027-5b8b-9b8b-4cfb-4205421f4426-dd9410df, #w-node-_4d609712-a69e-1cfa-fe40-b8108ec97555-dd9410df, #w-node-aa1af2b4-6fcd-1a21-9e01-7729921d849f-dd9410df, #w-node-ac1c47e8-a754-3dff-8f19-13de94bbe107-dd9410df, #w-node-ab447f5f-fc74-5fbd-e0b7-2b10c0385a79-dd9410df, #w-node-_3cff5990-b7aa-758b-2d5b-d2a6e6916636-dd9410df, #w-node-_6d79202e-d0cd-a9c7-c0be-213979389545-dd9410df, #w-node-_26164570-b0b0-367f-d748-7264815ce308-dd9410df, #w-node-cd37f13f-091f-cdc4-6609-21f8ab31dbee-dd9410df, #w-node-_53f90b95-c2b6-ad88-97e6-3e5d0a5e0747-dd9410df {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-2851b083 {
    grid-area: Area;
  }

  #w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87952-2851b083 {
    grid-area: Area-2;
  }

  #w-node-f252e281-1570-aa4c-4cf5-ae8362b48e12-2851b083, #w-node-_64c20e53-9262-00ab-06d9-d5b2d3231755-2851b083, #w-node-_6889ba80-f3cf-fc24-e91a-e3dc315e06f3-2851b083, #w-node-aa390448-0fdd-4139-f094-a43e4293abc1-2851b083, #w-node-_58b03027-5b8b-9b8b-4cfb-4205421f4426-2851b083, #w-node-_4d609712-a69e-1cfa-fe40-b8108ec97555-2851b083, #w-node-_53f90b95-c2b6-ad88-97e6-3e5d0a5e0747-2851b083, #w-node-aa1af2b4-6fcd-1a21-9e01-7729921d849f-2851b083, #w-node-ac1c47e8-a754-3dff-8f19-13de94bbe107-2851b083, #w-node-ab447f5f-fc74-5fbd-e0b7-2b10c0385a79-2851b083, #w-node-_3cff5990-b7aa-758b-2d5b-d2a6e6916636-2851b083, #w-node-_6d79202e-d0cd-a9c7-c0be-213979389545-2851b083, #w-node-_26164570-b0b0-367f-d748-7264815ce308-2851b083, #w-node-cd37f13f-091f-cdc4-6609-21f8ab31dbee-2851b083 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-5fe06dc4 {
    grid-area: Area;
  }

  #w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87952-5fe06dc4 {
    grid-area: Area-2;
  }

  #w-node-f252e281-1570-aa4c-4cf5-ae8362b48e12-5fe06dc4, #w-node-_64c20e53-9262-00ab-06d9-d5b2d3231755-5fe06dc4, #w-node-_6889ba80-f3cf-fc24-e91a-e3dc315e06f3-5fe06dc4, #w-node-aa390448-0fdd-4139-f094-a43e4293abc1-5fe06dc4, #w-node-_58b03027-5b8b-9b8b-4cfb-4205421f4426-5fe06dc4, #w-node-_4d609712-a69e-1cfa-fe40-b8108ec97555-5fe06dc4, #w-node-_53f90b95-c2b6-ad88-97e6-3e5d0a5e0747-5fe06dc4, #w-node-aa1af2b4-6fcd-1a21-9e01-7729921d849f-5fe06dc4, #w-node-ac1c47e8-a754-3dff-8f19-13de94bbe107-5fe06dc4, #w-node-ab447f5f-fc74-5fbd-e0b7-2b10c0385a79-5fe06dc4, #w-node-_3cff5990-b7aa-758b-2d5b-d2a6e6916636-5fe06dc4, #w-node-_6d79202e-d0cd-a9c7-c0be-213979389545-5fe06dc4, #w-node-_26164570-b0b0-367f-d748-7264815ce308-5fe06dc4, #w-node-cd37f13f-091f-cdc4-6609-21f8ab31dbee-5fe06dc4, #w-node-_9b0fe36a-14d8-bda0-9ecc-2f4b51aa5b6a-5fe06dc4, #w-node-_492f9842-b278-5e63-fcc1-600a1027316e-5fe06dc4, #w-node-_15b1a1a2-4b38-66e7-127f-d0d6480f635b-5fe06dc4, #w-node-_6d33db93-bab4-559d-cdef-1a783923a9d9-5fe06dc4, #w-node-e9395332-6855-a488-e17a-e1f188c9afda-5fe06dc4, #w-node-_4c4bc917-6f77-726d-5852-199775ca9ada-5fe06dc4, #w-node-afb34f89-d074-d300-dee0-128b394292c1-5fe06dc4 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87948-b8d0ccdf {
    grid-area: Area;
  }

  #w-node-_5ca9aafc-ae62-7269-e004-96e3cbd87952-b8d0ccdf {
    grid-area: Area-2;
  }

  #w-node-f252e281-1570-aa4c-4cf5-ae8362b48e12-b8d0ccdf, #w-node-_64c20e53-9262-00ab-06d9-d5b2d3231755-b8d0ccdf, #w-node-_6889ba80-f3cf-fc24-e91a-e3dc315e06f3-b8d0ccdf, #w-node-aa390448-0fdd-4139-f094-a43e4293abc1-b8d0ccdf, #w-node-_58b03027-5b8b-9b8b-4cfb-4205421f4426-b8d0ccdf, #w-node-_4d609712-a69e-1cfa-fe40-b8108ec97555-b8d0ccdf, #w-node-_53f90b95-c2b6-ad88-97e6-3e5d0a5e0747-b8d0ccdf, #w-node-aa1af2b4-6fcd-1a21-9e01-7729921d849f-b8d0ccdf, #w-node-ac1c47e8-a754-3dff-8f19-13de94bbe107-b8d0ccdf, #w-node-ab447f5f-fc74-5fbd-e0b7-2b10c0385a79-b8d0ccdf, #w-node-_3cff5990-b7aa-758b-2d5b-d2a6e6916636-b8d0ccdf, #w-node-_6d79202e-d0cd-a9c7-c0be-213979389545-b8d0ccdf, #w-node-_26164570-b0b0-367f-d748-7264815ce308-b8d0ccdf, #w-node-cd37f13f-091f-cdc4-6609-21f8ab31dbee-b8d0ccdf, #w-node-_9b0fe36a-14d8-bda0-9ecc-2f4b51aa5b6a-b8d0ccdf, #w-node-_492f9842-b278-5e63-fcc1-600a1027316e-b8d0ccdf, #w-node-_15b1a1a2-4b38-66e7-127f-d0d6480f635b-b8d0ccdf, #w-node-_6d33db93-bab4-559d-cdef-1a783923a9d9-b8d0ccdf, #w-node-e9395332-6855-a488-e17a-e1f188c9afda-b8d0ccdf, #w-node-_4c4bc917-6f77-726d-5852-199775ca9ada-b8d0ccdf, #w-node-afb34f89-d074-d300-dee0-128b394292c1-b8d0ccdf {
    grid-area: 1 / 2 / 2 / 4;
  }
}


