.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.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;
}

a {
  color: #b37c3d;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
}

li {
  flex: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-logo-left {
  z-index: 100;
  width: 100vw;
  height: 10vh;
  background-color: #fff;
  border-bottom: .5px solid #000;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: fixed;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.margin-top-200px {
  margin-top: 140px;
}

.container.margin-top-200px.margin-bottom-100px {
  margin-bottom: 100px;
}

.container.margin-topbottom {
  margin-top: 100px;
  margin-bottom: 100px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  align-items: center;
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
}

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

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

.nav-link.w--current {
  text-decoration: underline;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
  font-size: .8em;
  line-height: 1em;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 0 25px 0 5px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  border-radius: 0;
  top: 40px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
}

.nav-dropdown-link {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.nav-dropdown-link:hover {
  background-color: #b69f84;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-link.hide {
  display: none;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

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

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.mobile-margin-top-10 {
  margin-left: 20px;
}

.button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 20px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.brown {
  color: #000;
  background-color: #c6af98;
  padding: 20px 40px;
}

.button-primary.brown:hover {
  transform: scale(1.1);
}

.hero-heading-center {
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.margin-bottom-24px.front {
  color: #fff;
  font-size: 1.2em;
}

.shadow-two {
  object-fit: contain;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.shadow-two.invert {
  z-index: -1;
  height: 100%;
  filter: invert(73%);
  position: relative;
}

.shadow-two.invert._100h {
  height: 100%;
}

.shadow-two.behind {
  z-index: -1;
}

.shadow-two.dashboard {
  border: 1px solid #4d5d67;
}

.hero-heading-left {
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.hero-heading-left._100vh {
  width: 100vw;
  height: 100vh;
}

.hero-heading-left.margintop-200px {
  margin-top: 200px;
}

.summary-section {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.summary-diagram {
  display: none;
}

.list-of-features {
  z-index: 1;
  background-color: #fff;
  border-top-width: 1px;
  border-top-color: #000;
  border-bottom: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10vw;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
}

.button {
  margin-left: 10px;
  margin-right: 10px;
}

.feature-sublist {
  width: 100%;
  padding-left: 0;
}

.feature {
  width: 100%;
  height: 80vh;
  background-color: #f8ead8;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 160px;
  padding-right: 160px;
  display: flex;
}

.footer-dark {
  z-index: 0;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-social-link.hide {
  display: none;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.features {
  border-right: 1px solid #000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.feature-images {
  width: 100%;
  height: 90vh;
  flex-direction: column;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
}

.features-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-top: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 60% 40%;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
}

.feature-image {
  height: 90vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.features-section {
  flex-direction: column;
  display: flex;
  position: relative;
}

.body {
  font-family: Questrial, sans-serif;
  font-size: 16px;
}

.features-h2 {
  margin: 220px 10vw 120px;
  font-size: 3.2em;
  line-height: 1.2em;
}

.main_heading {
  max-width: 22ch;
  color: #fff;
  font-size: 5em;
  line-height: 1em;
}

.main_heading.black {
  z-index: 1;
  color: #000;
  position: relative;
}

.main_heading.black.centered-heading.scaling {
  line-height: 1.2em;
}

.main_heading.whatwedo {
  max-width: 16ch;
  margin-bottom: 500px;
  margin-left: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.hero-heading-right {
  padding: 80px 30px;
  position: relative;
}

.hero-heading-right.future {
  height: 80vh;
  border: 1px #000;
  border-top-style: solid;
  align-items: center;
  display: flex;
}

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

.hero-split-2 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.feature-heading {
  text-align: left;
  font-size: 3em;
  line-height: 1.2em;
}

.summary-h2 {
  margin-top: 100px;
  margin-bottom: 140px;
  font-size: 3.2em;
  line-height: 1.2em;
}

.config_visual {
  width: 100%;
  height: 100%;
  background-image: url('../images/ipad_configurator.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.background-video {
  height: 100%;
  object-fit: contain;
  object-position: 100% 50%;
}

.automate_visual {
  width: 100%;
  height: 100%;
  background-image: url('../images/automate_production.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  display: block;
  position: absolute;
}

.distributed_visual {
  width: 100%;
  height: 100%;
  background-image: url('../images/distributed.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75%;
  display: block;
  position: absolute;
}

.b2c_visual {
  width: 100%;
  height: 100%;
  background-image: url('../images/b2c.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75%;
  display: block;
}

.list-item {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 1em;
  line-height: 1.4em;
}

.bottomnav {
  height: 200px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bigbutton {
  color: #000;
  text-align: center;
  background-color: #ceb9a0;
  justify-content: center;
  align-items: center;
  transition: transform .2s, background-color .2s;
  display: flex;
}

.bigbutton:hover {
  color: #fff;
  background-color: #b58e60;
  transform: scale(1.2);
  box-shadow: 1px 1px 16px rgba(0, 0, 0, .25);
}

.bigbutton.w--current {
  color: #858585;
}

.bg_vid {
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.hero-heading-left-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.margin-bottom-24px-2 {
  text-align: left;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 1em;
  line-height: 1.5em;
  position: relative;
}

.margin-bottom-24px-2._70ch {
  width: 70ch;
}

.margin-bottom-24px-2.bigger {
  font-size: 1.2em;
}

.faq-stripe-1 {
  width: 2px;
  height: 100%;
  background-color: #000;
}

.accordion-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.faq-stripe-2 {
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
}

.accordion-item {
  cursor: pointer;
  border-top: 1px solid #000;
  font-size: 1.2em;
  line-height: 1.6em;
}

.accordion-item.bottom {
  border-bottom: 1px solid #000;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.c-faq-q {
  align-items: center;
  display: flex;
}

._w-faq-icon {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.faq-a-text {
  font-size: .9em;
  line-height: 1.5em;
}

.c-faq-a-text {
  padding: 20px 20px 20px 0;
}

.c-faq-q-text {
  flex: 1;
  margin-left: 135px;
  margin-right: 40px;
  padding: 60px 0;
  font-size: 1.5em;
  line-height: 150%;
}

.faq-divider {
  height: 0;
  border-top: 1px dashed rgba(0, 0, 0, 0);
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.c-faq-q-number {
  color: #b8b8b8;
  font-size: 4em;
}

.c-faq-content {
  flex-direction: column-reverse;
  margin-bottom: 60px;
  margin-left: 220px;
  margin-right: 100px;
  display: flex;
}

.image {
  z-index: -1;
  width: 100%;
  position: relative;
}

.image.sheznou {
  background-image: url('../images/sheznou.png');
  background-position: 55%;
  background-repeat: no-repeat;
  background-size: auto;
}

.image.mouhamad {
  height: 500px;
  background-image: linear-gradient(220deg, rgba(0, 0, 0, 0) 45%, rgba(255, 255, 255, .73)), url('../images/mouhamad.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.image.customspace {
  background-image: url('../images/Customspace-frontpage_original.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image.collection {
  background-image: url('../images/customspace_collection.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.subheading {
  color: #b79267;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 400;
  line-height: 1em;
  display: inline-block;
}

.subheading.white {
  color: #fff;
}

.howitworks {
  margin-bottom: 40px;
  font-size: 3em;
}

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

.section.fullheight {
  height: 100vh;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.hero-without-image {
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading {
  text-align: left;
}

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

.grid.margin-top-200px {
  margin-top: 220px;
}

.grid.margin-bottom-100px, .grid.contactus {
  margin-bottom: 100px;
}

.full-integration-h1 {
  margin-bottom: 40px;
  font-size: 4em;
  line-height: 125%;
}

.decentral-h2 {
  font-size: 2.2em;
  line-height: 1.2em;
}

.ai-h2 {
  text-align: center;
  font-size: 3.4em;
  line-height: 1em;
}

.img {
  background-image: linear-gradient(285deg, rgba(0, 0, 0, .07) 50%, rgba(255, 255, 255, .51)), url('../images/nowy-styl-group-furniture-production-plant-system-batchsize1-03.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: relative;
}

.invest {
  padding-left: 0;
  padding-right: 60px;
}

.play-pause-button {
  display: none;
}

.team-member-div {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 220px;
  display: flex;
}

.team-member-div.swap {
  flex-direction: column;
}

.name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  line-height: 1em;
}

.title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1em;
  display: inline-block;
  position: relative;
  top: -5px;
}

.headshot {
  width: 500px;
  height: 500px;
}

.headshot.thierry {
  background-image: url('../images/thierry.png');
  background-position: 0 0;
  background-size: auto;
}

.headshot.manoj {
  background-image: url('../images/manoj_1.png');
  background-position: 50% 0;
  background-size: cover;
}

.headshot.paolo {
  background-image: url('../images/AnnaRosaKrau_03a_cropped.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.headshot.pedro {
  background-image: url('../images/pedro.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.headshot.mike {
  background-image: url('../images/mike.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.blurb {
  width: 70ch;
  padding-left: 100px;
  padding-right: 40px;
  font-size: 1em;
  line-height: 1.5em;
}

.bio {
  flex-direction: column;
  justify-content: space-between;
  padding-left: 50px;
  display: flex;
}

.glocal {
  font-size: 2em;
  line-height: 1em;
}

.gazellecaption {
  width: 25ch;
  margin-top: 51px;
  font-size: 2em;
  line-height: 1.2em;
}

._70ch {
  width: 70ch;
}

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

._1-2em {
  letter-spacing: normal;
  font-size: 1.2em;
  line-height: 1.4em;
  position: relative;
}

.gazellevid {
  margin-top: auto;
}

.demo_modal {
  z-index: 200;
  width: 100vw;
  height: 100vh;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .71);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.closebutton {
  z-index: 5;
  width: 80px;
  height: 80px;
  color: #000;
  background-color: #b79267;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
  top: -50px;
}

.calendlywrapper {
  display: flex;
}

.support {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.supporters-tag {
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}

.supporters-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 2px;
  margin-right: 2px;
}

.thierry-redmike {
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.worthbg {
  background-color: #508c96;
  justify-content: flex-end;
  align-items: center;
  padding-right: 100px;
  display: flex;
}

.pegboard {
  margin-top: 100px;
  margin-bottom: 100px;
}

.slider__nav {
  padding-top: 40px;
  padding-bottom: 40px;
}

.slider__icon {
  font-size: 24px;
  font-weight: 700;
}

.page-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: none;
  overflow: hidden;
}

.slider {
  width: 800px;
  height: 600px;
  background-color: rgba(0, 0, 0, 0);
}

.slide__image {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .5);
}

.slide__image.next {
  z-index: 1;
  transform-origin: 50%;
  transform: translate(120px)rotate(3deg)scale(.8);
}

.slide__image.current {
  z-index: 2;
  transform-origin: 50%;
}

.slide__image.previous {
  z-index: 0;
  transform-origin: 50%;
  transform: translate(-120px)rotate(-3deg)scale(.8);
}

.slider__mask {
  position: static;
  overflow: visible;
}

.slider__arrow {
  width: 48px;
  height: 48px;
  color: #101010;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: color .2s, background-color .2s;
  display: flex;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .4);
}

.slider__arrow:hover {
  color: #fff;
  background-color: #000;
}

.slider__arrow.left {
  transform: translate(-50%);
}

.slider__arrow.right {
  transform: translate(50%);
}

.slide {
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.projects {
  margin-bottom: 60px;
}

.boschstartup {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.smaller {
  color: rgba(183, 146, 103, .8);
  font-size: .6em;
}

.projectsnav {
  height: 100px;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 2px;
  padding-right: 2px;
  display: grid;
}

.pricevid {
  height: 300px;
}

.hide {
  display: none;
}

.div-block {
  height: 30px;
}

.div-block-2 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.background-video-2 {
  width: 900px;
  height: 500px;
}

.play-pause-button-2 {
  top: auto;
  bottom: 10%;
  left: auto;
  right: 0%;
}

.featureslist {
  margin-top: 40px;
}

.mobile_image {
  display: none;
}

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

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

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

.textarea {
  min-height: 200px;
}

.summaryvideo {
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
}

.investor_section {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.investor_section.builtin {
  background-image: linear-gradient(rgba(66, 46, 22, .75), rgba(66, 46, 22, .75)), url('../images/Bespoke-built-in-storage.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-left: 140px;
  padding-right: 140px;
}

.investor_section.horiz {
  flex-direction: row;
}

.logowrapper {
  width: 25%;
}

.logowrapper.smaller {
  width: 10%;
  margin-top: 40px;
}

.heading-2 {
  color: #fff;
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  line-height: 1.3em;
}

.heading-2.black {
  color: #000;
  display: block;
}

.background-video-3 {
  z-index: -1;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.spacer {
  height: 80vh;
  display: none;
}

.how {
  height: 500px;
  color: #fff;
  flex-direction: column;
  margin-bottom: 600px;
  font-size: 1.4em;
  line-height: 1.6em;
  display: flex;
}

.how._1 {
  margin-top: 80vh;
  margin-bottom: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 300px;
}

.how._2 {
  margin-bottom: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 300px;
}

.how._3 {
  margin-bottom: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 220px;
}

.howwrapper {
  margin-left: 60px;
  margin-right: 60px;
  padding-bottom: 220%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 220px;
}

.howwhatwedo {
  position: relative;
}

.comparisonblock {
  width: 50vw;
  height: 100vh;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.comparisonblock.vorteil {
  color: #fff;
  background-color: #8f7352;
}

.comph2 {
  text-align: center;
  font-size: 2em;
  line-height: 1em;
}

.gifsection {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  padding: 60px 140px;
  display: flex;
}

.gifdiv {
  align-items: flex-start;
  font-size: 1.2em;
  line-height: 1.2em;
  display: flex;
}

.gifdiv.vert {
  flex-direction: column;
}

.gifwrapper.scan {
  height: 234px;
}

.marketproof {
  height: 100vh;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: min-content auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding: 5% 140px;
  display: grid;
}

.block-quote {
  border: 1px #000;
  font-size: 2em;
  line-height: 1.2em;
}

._75k {
  font-size: 2em;
}

.marketproofh1 {
  font-size: 4em;
  line-height: 1em;
}

.invsubheading {
  font-size: 4em;
  line-height: 1em;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 10%;
  right: auto;
}

.tamsamsom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 15%;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.tam {
  width: 650px;
  height: 650px;
  background-color: #b79267;
  border-radius: 350px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.sam {
  width: 450px;
  height: 450px;
  background-color: #c2a88a;
  border-radius: 225px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.som {
  width: 250px;
  height: 250px;
  color: #fff;
  background-color: #7a5c38;
  border-radius: 175px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.marketopp {
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
}

.teamblock {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.bioblock {
  padding-left: 20px;
  display: inline-block;
}

.profilepic {
  width: 180px;
  height: 180px;
  border-radius: 110px;
}

.profilepic.thierry {
  object-fit: cover;
  object-position: 50% 0%;
  flex: none;
}

.profilepic.manoj {
  object-fit: cover;
}

.profilepic.paolo {
  object-fit: cover;
  object-position: 50% 0%;
}

.profilepic.pedro, .profilepic.mike {
  object-fit: cover;
}

.teamsection {
  height: 100vh;
  grid-column-gap: 76px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 60px 140px;
  display: grid;
}

.image-4 {
  height: 200px;
  margin-right: 100px;
}

.configif {
  height: 200px;
  max-width: none;
}

.image-5, .image-6 {
  height: 200px;
  margin-bottom: 20px;
}

.gifrow {
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 20px;
  display: flex;
}

.financialswrapper {
  margin-left: 140px;
  margin-right: 140px;
}

.funding {
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 2.4em;
  line-height: 1.5em;
}

.targets {
  font-size: 1.2em;
}

.targetitem {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.howwhatgrid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 40px 100px 500px;
  display: grid;
  position: relative;
}

.keyword {
  margin-top: auto;
}

.overlay {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pedestal_vid {
  width: 100%;
  height: 100%;
  padding-bottom: .5625%;
}

.boschvideo {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mouhammed {
  margin-bottom: 60px;
}

.thicknessvideowrapper {
  width: 100%;
  height: 400px;
}

.thicknessvideo {
  width: 100%;
  height: 100%;
  padding-bottom: .5625%;
}

.processwrapper {
  justify-content: center;
  margin-top: 140px;
  display: flex;
}

.image-7 {
  display: none;
}

.processgrid {
  grid-column-gap: 12px;
  grid-row-gap: 45px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-3, .processh1 {
  text-align: center;
}

.imgwrapper {
  height: 700px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.processimg {
  height: 100%;
}

.assemblyvideo, .nesting_video, .kitchen_video {
  width: 100%;
  height: 100%;
  padding-bottom: .5625%;
}

@media screen and (min-width: 1280px) {
  .margin-bottom-24px-2._70ch {
    width: 70ch;
  }

  .team-member-div {
    flex-direction: row;
    justify-content: space-around;
  }

  .team-member-div.swap {
    flex-direction: row;
  }

  .pricevid {
    height: 400px;
  }

  .gifsection {
    height: 100vh;
  }

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

  .thicknessvideowrapper {
    height: 500px;
  }
}

@media screen and (min-width: 1440px) {
  .margin-bottom-24px-2._70ch {
    width: 70ch;
  }

  .team-member-div {
    flex-direction: row;
    justify-content: space-around;
  }

  .team-member-div.swap {
    flex-direction: row-reverse;
  }

  .pricevid {
    width: 700px;
    height: 400px;
  }

  .pedestal_vid {
    height: 500px;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-logo-left-container.shadow-three {
    max-width: 80vw;
  }

  .container.margin-top-200px {
    margin-top: 220px;
  }

  .nav-link {
    font-size: 1.1em;
    line-height: 1em;
  }

  .nav-dropdown {
    font-size: 1.1em;
  }

  .nav-dropdown-icon {
    padding-left: 10px;
  }

  .mobile-margin-top-10 {
    margin-left: 20px;
  }

  .button-primary {
    font-size: 1.1em;
  }

  .margin-bottom-24px {
    font-size: 1.4em;
    line-height: 1.4em;
  }

  .margin-bottom-24px.front {
    font-size: 1.4em;
  }

  .feature {
    padding-left: 220px;
    padding-right: 220px;
  }

  .main_heading {
    font-size: 7em;
  }

  .feature-heading {
    font-size: 4em;
  }

  .summary-h2 {
    margin-bottom: 60px;
  }

  .list-item {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.4em;
    line-height: 1.4em;
  }

  .bigbutton {
    font-size: 1.4em;
    line-height: 1.2em;
  }

  .margin-bottom-24px-2 {
    font-size: 1.5em;
  }

  .margin-bottom-24px-2._70ch {
    width: 70ch;
  }

  .faq-a-text {
    font-size: 1.3em;
  }

  .c-faq-q-text {
    font-size: 2em;
  }

  .hero-wrapper-two {
    max-width: 80vw;
  }

  .decentral-h2 {
    font-size: 2.8em;
  }

  .team-member-div {
    flex-direction: row;
    justify-content: space-around;
  }

  .team-member-div.swap {
    flex-direction: row-reverse;
    justify-content: space-around;
  }

  .gazellevid {
    height: 900px;
  }

  .thierry-redmike {
    display: block;
  }

  .pricevid {
    transform: scale(1.5);
  }

  .div-block-2 {
    height: auto;
  }

  .background-video-2 {
    width: 80vw;
    height: 900px;
  }

  .featureslist {
    font-size: 1.5em;
    line-height: 1em;
  }

  .pedestal_vid {
    height: 700px;
    object-fit: contain;
  }

  .thicknessvideowrapper {
    height: 700px;
  }

  .thicknessvideo {
    height: 100%;
  }

  .processgrid {
    grid-column-gap: 82px;
  }

  .assemblyvideo, .nesting_video {
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 90vw;
  }

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

  .nav-menu-two {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .feature {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .c-faq-content {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image.sheznou {
    height: 400px;
  }

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

  .img {
    height: 400px;
  }

  .team-member-div {
    display: block;
  }

  .gazellevid {
    margin-top: auto;
  }

  .container-3 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .pricevid, .div-block-2, .background-video-2 {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-center, .hero-heading-left {
    padding: 60px 15px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .margin-bottom-24px-2._70ch {
    width: auto;
  }

  .hero-without-image, .support {
    padding: 60px 15px;
  }

  .supporters-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .boschstartup {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.margin-top-200px {
    margin-top: 100px;
  }

  .navbar-brand {
    margin-left: 15px;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    font-size: 1.3em;
  }

  .nav-dropdown-icon {
    padding-left: 10px;
  }

  .nav-dropdown-link {
    font-size: .9em;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .hero-wrapper {
    margin-bottom: 0;
  }

  .hero-split {
    margin-bottom: auto;
  }

  .margin-bottom-24px.front {
    font-size: 1em;
    line-height: 1.4em;
  }

  .hero-heading-left._100vh {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-heading-left.margintop-200px {
    margin-top: 40px;
    padding-bottom: 0;
  }

  .summary-section {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .feature-sublist {
    padding-left: 20px;
  }

  .feature {
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-dark {
    margin-top: 40px;
    padding-top: 20px;
    position: relative;
  }

  .footer-wrapper {
    align-items: flex-start;
  }

  .footer-content {
    display: flex;
  }

  .footer-block {
    align-items: flex-start;
  }

  .footer-link {
    margin-top: 2px;
  }

  .footer-divider {
    margin-top: 20px;
  }

  .features {
    border-right-style: none;
  }

  .feature-images {
    display: none;
  }

  .features-wrapper {
    border-top-style: none;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .features-h2 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 2em;
  }

  .main_heading {
    font-size: 2.5em;
  }

  .container-2 {
    max-width: none;
  }

  .hero-split-2 {
    margin-bottom: auto;
  }

  .feature-heading {
    font-size: 1.6em;
  }

  .summary-h2 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 2.6em;
  }

  .bottomnav {
    height: auto;
    flex-direction: column;
    display: flex;
  }

  .bigbutton {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bg_vid {
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25));
  }

  .c-faq-q {
    align-items: flex-start;
  }

  .c-faq-q-text {
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.15em;
  }

  .c-faq-icon {
    padding: 10px;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .faq-q-text {
    line-height: 120%;
  }

  .c-faq-q-number {
    margin-top: 10px;
    font-size: 1em;
  }

  .c-faq-content {
    margin-left: 0;
    margin-right: 0;
  }

  .image.sheznou {
    background-position: 50%;
    background-size: 748px;
  }

  .image.mouhamad {
    height: 200px;
    background-position: 0 0, 100% 0;
  }

  .full-integration-h1 {
    font-size: 2.5em;
  }

  .decentral-h2 {
    font-size: 1.8em;
  }

  .ai-h2 {
    text-align: left;
    font-size: 1.8em;
  }

  .team-member-div {
    margin-bottom: 140px;
  }

  .name {
    font-size: 3.5em;
  }

  .namewrapper {
    margin-bottom: 20px;
  }

  .headshot.thierry {
    width: auto;
    background-position: 50% 0;
  }

  .headshot.manoj, .headshot.paolo, .headshot.pedro {
    width: auto;
  }

  .headshot.mike {
    width: auto;
    background-position: 50% 0;
  }

  .blurb {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .gazellecaption {
    width: auto;
  }

  .gazellevid {
    height: 300px;
  }

  .container-3 {
    max-width: none;
  }

  .supporters-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .boschstartup {
    margin-bottom: 60px;
  }

  .projectsnav {
    height: auto;
    flex-direction: column;
    display: flex;
    position: relative;
  }

  .pricevid {
    height: 200px;
  }

  .div-block-2 {
    height: auto;
  }

  .background-video-2 {
    height: 200px;
  }

  .footerlogo {
    width: 80%;
    height: auto;
    max-width: none;
  }

  .featureslist {
    margin-top: 40px;
  }

  .mobile_image {
    margin-top: 20px;
    display: block;
  }

  .labelwrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .pedestal_vid {
    width: 100%;
    height: 25vh;
  }

  .thicknessvideowrapper, .thicknessvideo {
    height: 25vh;
  }

  .processgrid {
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .processh1 {
    font-size: 34px;
  }

  .imgwrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .processimg {
    object-fit: contain;
  }

  .assemblyvideo, .nesting_video {
    height: 25vh;
  }
}

#w-node-edd2c570-8709-8d91-4d5a-de5d2840d37a-ea28d17d, #w-node-_16f9a993-87dd-d473-7840-23ed57376959-ea28d17d {
  justify-self: center;
}

#w-node-a396446d-1c6d-88f3-0080-26970a8e208c-ea28d17d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5562ee5-63ff-f197-806a-aef381138e8d-ea28d17d {
  justify-self: center;
}

#w-node-_5c1b0413-140a-68b7-aa9c-32c2e44be2fc-ea28d17d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8cbf489b-2bd6-95b6-0ebf-2432fd9b46c5-ea28d17d {
  justify-self: center;
}

#w-node-_5904ba98-4cd4-218e-a79e-4d94bdd16e81-ea28d17d {
  align-self: start;
  justify-self: center;
}

#w-node-a9d195a9-8043-e446-5624-f6b32d40441f-2d404419, #w-node-a9d195a9-8043-e446-5624-f6b32d404428-2d404419, #w-node-f5dc6468-2db4-291e-3752-9d3b10a57127-10a57126 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_085406a3-5e32-b36f-7d6e-e2aa86d2cb12-f7eba8a8 {
  grid-area: 1 / 1 / 3 / 10;
}

#w-node-_9816261f-546a-8619-5acc-a63734dfcf33-f7eba8a8 {
  grid-area: 3 / 1 / 4 / 6;
}

#w-node-_7dee11b1-b240-b3c4-ff91-6e17476c5429-f7eba8a8 {
  grid-area: 1 / 7 / 4 / 13;
}

#w-node-dd789539-c654-c5a7-f4c8-e4c35cc4abc0-f7eba8a8 {
  grid-area: span 3 / span 8 / span 3 / span 8;
}

#w-node-_30c7166c-5405-cc4a-c329-a2b33e77828a-f7eba8a8 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_39ab3e38-5910-246c-e608-1d8c5d4f638d-f7eba8a8 {
  grid-area: 1 / 1 / 4 / 9;
}

#w-node-_4cd85bbd-a925-02c4-f7cb-e104bc7f13fd-f7eba8a8 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-b0e76f36-5879-506d-0ae5-1532f37ed5c5-f7eba8a8 {
  grid-area: span 3 / span 8 / span 3 / span 8;
}

#w-node-abce2850-10aa-a20f-e9bf-9aa1567223f6-f7eba8a8 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-f427f524-4b72-bddf-8de2-4d5a64b8b607-f7eba8a8 {
  grid-area: span 3 / span 8 / span 3 / span 8;
}

#w-node-f427f524-4b72-bddf-8de2-4d5a64b8b60e-f7eba8a8 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_529bac06-f1d3-e72c-ffcb-c40bd2176188-f7eba8a8 {
  grid-area: span 3 / span 8 / span 3 / span 8;
}

#w-node-_66714527-9bf4-cc09-7f5b-f1ee603034e3-f7eba8a8 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-aaa530fc-ea9f-0cc5-f424-27c3361983a4-f7eba8a8 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_383a40e7-251f-49bc-4336-511f4ba6929f-f7eba8a8 {
  grid-area: 2 / 1 / 4 / 6;
}

#w-node-eff6dd4a-4e3d-3c0f-a4a0-59eb15b54174-ab1179a9 {
  grid-area: 1 / 10 / 2 / 13;
  align-self: end;
}

#w-node-eff6dd4a-4e3d-3c0f-a4a0-59eb15b54176-ab1179a9 {
  grid-area: 2 / 10 / 3 / 13;
  align-self: center;
}

#w-node-_6ee73fc0-4436-84af-dfa9-9868f994c553-ab1179a9 {
  grid-area: 1 / 1 / 4 / 9;
  align-self: center;
}

#w-node-_14dc29f7-a478-a9ce-63a0-885e96311de9-ab1179a9 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-f670e2e4-86e8-958a-4de0-efd01a7b23db-ab1179a9 {
  grid-area: 2 / 6 / 3 / 13;
}

#w-node-_2e3c9a04-4c41-3f8d-85c8-2b865bf82e1b-ab1179a9 {
  grid-area: 2 / 1 / 3 / 6;
}

#w-node-_48adde2e-0ab8-13dd-58bd-481c34bb5237-ab1179a9 {
  grid-area: 2 / 1 / 4 / 6;
  align-self: start;
}

#w-node-_1c8d39f9-2024-9402-0df9-a7c7995db275-ab1179a9 {
  grid-area: 2 / 1 / 4 / 6;
  align-self: end;
}

#w-node-_6028be91-329c-f7cc-50e1-dbe2426df05b-33b303c6 {
  grid-area: 1 / 1 / 2 / 12;
  align-self: center;
}

#w-node-_3ce440c8-5f24-6577-27dc-1d96d497a275-33b303c6 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-b5a0b903-c849-e4c5-b488-6982a1b61907-33b303c6 {
  grid-area: 1 / 6 / 4 / 13;
  align-self: end;
}

#w-node-_62afef68-427a-865e-3b6a-6d00f1aa5168-33b303c6 {
  grid-area: 1 / 1 / 4 / 12;
}

#w-node-_27f6116e-070d-bebf-e123-fdf7897d9fb6-33b303c6 {
  grid-area: 1 / 1 / 4 / 6;
  align-self: stretch;
}

#w-node-de81abf0-663c-0967-7d83-a182fa55f152-33b303c6 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_6ab01058-5e75-5b80-6a70-143206646394-33b303c6 {
  grid-area: 2 / 5 / 3 / 12;
  align-self: baseline;
}

#w-node-e81abba3-8148-c99b-c17c-e0a0dfd893db-33b303c6 {
  grid-area: 1 / 1 / 4 / 7;
}

#w-node-e81abba3-8148-c99b-c17c-e0a0dfd893dc-33b303c6 {
  grid-area: 2 / 5 / 3 / 12;
  align-self: baseline;
}

#w-node-_3b27cd2a-7eea-8c1e-7c8f-02427283f276-33b303c6 {
  grid-area: 1 / 7 / 4 / 13;
  align-self: stretch;
}

#w-node-_84aaf876-981d-9ff4-2fa4-3bcc99ca88d7-33b303c6 {
  grid-area: 1 / 1 / 2 / 13;
  align-self: baseline;
}

#w-node-_84aaf876-981d-9ff4-2fa4-3bcc99ca88db-33b303c6 {
  grid-area: 2 / 4 / 3 / 10;
}

#w-node-_3a94318b-2899-24c9-7b1c-30db4fb781a8-33b303c6 {
  grid-area: 3 / 2 / 4 / 12;
  justify-self: center;
}

#w-node-_87cf55bf-eb23-c967-18dd-33a31c728548-d582158a {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_15cf5850-eaf0-c690-91f5-d5feb635f766-d582158a {
  grid-area: 2 / 3 / 3 / 11;
}

#w-node-_2b563261-1b04-a949-5421-4d985365ed73-5f7d1c35 {
  grid-area: 1 / 6 / 4 / 13;
}

#w-node-_7dda3895-a10c-4f72-74d6-28bcda049b75-5f7d1c35 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_07c8c9fe-a360-3328-ec72-48adaeb1ba33-5f7d1c35 {
  grid-area: 3 / 1 / 4 / 6;
}

#w-node-_85c6532b-49a8-026d-4ec3-f3bc905a310c-5f7d1c35, #w-node-_546c346b-2820-c092-5f88-2cdfbde18906-5f7d1c35 {
  grid-area: 2 / 1 / 3 / 6;
}

#w-node-_9194a273-ab14-c706-5c63-d1302c5d954a-5f7d1c35 {
  grid-area: 1 / 5 / 4 / 13;
  justify-self: stretch;
}

#w-node-_17073a03-19d3-9836-2a56-67ae86c3e21c-073d87a8 {
  grid-area: 2 / 6 / 4 / 13;
}

#w-node-_7dda3895-a10c-4f72-74d6-28bcda049b75-073d87a8 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_07c8c9fe-a360-3328-ec72-48adaeb1ba33-073d87a8 {
  grid-area: 3 / 1 / 4 / 5;
  align-self: auto;
}

#w-node-_85c6532b-49a8-026d-4ec3-f3bc905a310c-073d87a8 {
  grid-area: 2 / 1 / 3 / 7;
  align-self: start;
}

#w-node-_6a4ff558-c3fa-307f-6bfa-79b03bd9c782-073d87a8 {
  grid-area: 1 / 1 / 4 / 8;
}

#w-node-_546c346b-2820-c092-5f88-2cdfbde18906-073d87a8 {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-dfd86598-dac4-799d-0aed-d6372618ad0a-e9590a52 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-ace597ab-a052-3f2d-00bd-2eebde0ea5b7-e9590a52 {
  grid-area: 2 / 2 / 3 / 7;
}

#w-node-b030d905-aab0-6f9b-ec00-e7cd1b144a80-e9590a52 {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-c63f41fc-5397-affa-e93a-ad59717bbdad-e9590a52 {
  grid-area: 4 / 1 / 5 / 13;
}

#w-node-c33bd899-f61d-e128-49bf-4f3a8a358be0-e9590a52 {
  grid-area: 5 / 1 / 6 / 13;
}

#w-node-_304873b2-77de-5862-160f-dff1707ab261-e9590a52 {
  grid-area: 2 / 8 / 3 / 12;
}

#w-node-d7298709-1589-0e26-296c-1f0c0abb1176-e9590a52 {
  grid-area: 2 / 8 / 3 / 12;
  align-self: center;
}

#w-node-_7a87694f-a6e3-4fe7-e793-991bb921edfd-e61f508a {
  grid-area: 1 / 6 / 4 / 13;
}

#w-node-_6d5f5821-ea5e-e905-daaf-51041436865b-e61f508a {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_9a1b6f06-9f30-53fd-5219-190a32d5d7cc-e61f508a {
  grid-area: 2 / 2 / 3 / 7;
}

#w-node-_64b8debb-5971-df9e-23e5-94a0db3ef66b-e61f508a {
  grid-area: 3 / 2 / 4 / 7;
}

#w-node-b6953245-6e10-2427-bd3d-e39b392389bb-e61f508a {
  grid-area: 1 / 2 / 4 / 12;
}

#w-node-a14b0cdc-0846-4ea1-133e-0cfb9c9a9fc1-b05ed416 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-e721ac79-12fb-2624-000e-79d9bece94d8-b05ed416 {
  grid-area: 2 / 3 / 4 / 7;
}

#w-node-c6dd9204-0362-f0b8-9be7-a9d4001b87a6-8b74c057 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_5a93772c-7d65-b016-434b-5b564d916f4f-8b74c057 {
  grid-area: 2 / 8 / 4 / 12;
  align-self: end;
}

#w-node-_4d6682e2-ab43-dbc0-aa23-d698bc25dca8-8b74c057 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_6bbf3d13-2a41-2c25-7cb4-369cc6a09f1c-8b74c057 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-d81bf26c-e147-86c3-be46-e3cc105a506a-8967715b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_6f0fc649-32eb-d775-8748-8a7706835c7c-8967715b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_58f2fc55-5c18-1e8a-1960-ee6e49b5cef6-8967715b {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_12a2f31b-1495-cd86-529a-b6ac433b2fd2-8967715b {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_59cc9e95-1423-ab81-091b-7de173bca1df-8967715b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_37c3f786-5194-a7bd-4fb2-91cf52d18a4a-8967715b {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_89c1b818-b410-d8f9-d08b-7b1c00359c88-8967715b {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-b14fe806-bf60-9640-d697-698415c0d772-8967715b {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
  justify-self: start;
}

#w-node-_4e43ddce-0cc3-1ae8-9018-68d7d3e88590-8967715b {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_659ddbdc-89fd-5dd2-2144-dfdac25c0b0a-8967715b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: start;
}

#w-node-_1ac9754e-58f8-437c-bbcc-fd13d7a0f18c-8967715b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_78d111a9-8de4-f43e-da94-29d9ca8dac94-8967715b {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_867483d6-c660-8f1f-3f68-2d8babcee390-8967715b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d311cc1c-519a-7915-2835-a01aa59ba3b4-8967715b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_67a3b051-e137-095b-bd33-9bc72e265704-8967715b {
  grid-area: 3 / 2 / 4 / 3;
}

@media screen and (min-width: 1920px) {
  #w-node-_30c7166c-5405-cc4a-c329-a2b33e77828a-f7eba8a8 {
    grid-area: 1 / 9 / 4 / 13;
    align-self: center;
  }

  #w-node-_4cd85bbd-a925-02c4-f7cb-e104bc7f13fd-f7eba8a8 {
    grid-area: 2 / 9 / 5 / 13;
    align-self: start;
  }

  #w-node-b0e76f36-5879-506d-0ae5-1532f37ed5c5-f7eba8a8 {
    grid-area: span 3 / span 8 / span 3 / span 8;
  }

  #w-node-abce2850-10aa-a20f-e9bf-9aa1567223f6-f7eba8a8 {
    grid-area: 2 / 9 / 3 / 13;
  }

  #w-node-f427f524-4b72-bddf-8de2-4d5a64b8b607-f7eba8a8 {
    grid-area: span 3 / span 8 / span 3 / span 8;
  }

  #w-node-f427f524-4b72-bddf-8de2-4d5a64b8b60e-f7eba8a8, #w-node-_66714527-9bf4-cc09-7f5b-f1ee603034e3-f7eba8a8 {
    grid-area: 2 / 9 / 3 / 13;
  }

  #w-node-eff6dd4a-4e3d-3c0f-a4a0-59eb15b54176-ab1179a9 {
    grid-area: 2 / 10 / 3 / 13;
    align-self: center;
  }

  #w-node-_6ee73fc0-4436-84af-dfa9-9868f994c553-ab1179a9 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_48adde2e-0ab8-13dd-58bd-481c34bb5237-ab1179a9 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-c63f41fc-5397-affa-e93a-ad59717bbdad-e9590a52 {
    grid-row: 4 / 5;
  }

  #w-node-c33bd899-f61d-e128-49bf-4f3a8a358be0-e9590a52 {
    grid-row: 5 / 6;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_6ee73fc0-4436-84af-dfa9-9868f994c553-ab1179a9 {
    justify-self: center;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-dd789539-c654-c5a7-f4c8-e4c35cc4abc0-f7eba8a8 {
    grid-area: span 3 / span 8 / span 3 / span 8;
  }

  #w-node-_39ab3e38-5910-246c-e608-1d8c5d4f638d-f7eba8a8 {
    grid-area: 1 / 1 / 4 / 9;
  }

  #w-node-_4cd85bbd-a925-02c4-f7cb-e104bc7f13fd-f7eba8a8 {
    grid-area: 1 / 9 / 3 / 13;
    align-self: start;
  }

  #w-node-_48adde2e-0ab8-13dd-58bd-481c34bb5237-ab1179a9 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_59cc9e95-1423-ab81-091b-7de173bca1df-8967715b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_37c3f786-5194-a7bd-4fb2-91cf52d18a4a-8967715b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_89c1b818-b410-d8f9-d08b-7b1c00359c88-8967715b {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a9d195a9-8043-e446-5624-f6b32d40441f-2d404419 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a9d195a9-8043-e446-5624-f6b32d404428-2d404419 {
    grid-area: 1 / 3 / 2 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-edd2c570-8709-8d91-4d5a-de5d2840d37a-ea28d17d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_16f9a993-87dd-d473-7840-23ed57376959-ea28d17d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a396446d-1c6d-88f3-0080-26970a8e208c-ea28d17d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5c1b0413-140a-68b7-aa9c-32c2e44be2fc-ea28d17d {
    grid-area: 4 / 1 / 5 / 2;
  }
}


