:root {
  --dim-grey: #4f4f4f;
  --gainsboro: #e0e0e0;
  --black: #2b2b2b;
  --dim-grey-2: rgba(79, 79, 79, .19);
  --maroon: rgba(127, 27, 27, .73);
  --coral: #ff6e39;
  --dodger-blue: #39a3ff;
  --background-section: rgba(79, 79, 79, .12);
}

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

body {
  min-width: 100%;
  color: var(--dim-grey);
  background-color: #e5e5e5;
  flex-direction: column;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  overflow: visible;
}

h3 {
  color: var(--gainsboro);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.section {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.videosection {
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

.navsection {
  z-index: 5;
  width: 100%;
  max-width: 100%;
  min-height: 60px;
  min-width: 100%;
  color: #dcdcdc;
  margin-top: auto;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.navbar {
  width: 1200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.body {
  min-width: 100%;
  background-color: var(--gainsboro);
  overflow: visible;
}

.body.dark {
  background-color: var(--gainsboro);
  overflow: visible;
}

.container {
  max-width: 80vw;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.background-video {
  width: auto;
  height: 100%;
  margin-top: auto;
}

.section-1 {
  min-height: 100vh;
  text-align: left;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.body1 {
  color: #4f4f4f;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.heading {
  max-width: 570px;
  color: var(--dim-grey);
  margin-top: 30px;
  padding-left: 0;
  font-family: Exo, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.text-block {
  opacity: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-self: flex-start;
  margin-bottom: -13px;
  font-size: 1em;
  font-weight: 600;
}

.container1 {
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  display: grid;
}

.image {
  margin-top: 22px;
}

.image1 {
  width: 100%;
  text-align: center;
  object-fit: fill;
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: static;
}

.brand {
  width: auto;
  padding-top: 15px;
  padding-bottom: 14px;
}

.image-2 {
  width: 400px;
  padding-top: 0;
}

.navbar-2 {
  background-color: #000;
}

.nav-link {
  color: var(--gainsboro);
  padding-left: 12px;
  padding-right: 12px;
}

.nav-link.button {
  background-color: #1d6450;
  border-radius: 2px;
  margin-top: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}

.div-block {
  background-color: #535353;
  padding: 19px;
}

.divblock {
  width: 500px;
  height: 200px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
}

.image-3 {
  min-width: 100%;
  object-fit: cover;
  object-position: 100% 100%;
  position: static;
  overflow: hidden;
}

.image-3.ur {
  object-fit: none;
  object-position: 52% 74%;
  overflow: hidden;
}

.image-3.ll {
  object-fit: cover;
  object-position: 50% 0%;
}

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

.griddiv {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 100%;
  display: block;
  overflow: hidden;
}

.gridimage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #fff;
  overflow: hidden;
}

.gridimage.galleryimage {
  object-fit: cover;
}

.gridimage.overlay {
  -webkit-text-fill-color: inherit;
  background-color: rgba(135, 135, 135, .69);
  background-clip: border-box;
}

.gridimage.fullscale {
  object-fit: cover;
}

.gridcontainer {
  max-height: 100vh;
  max-width: 100vw;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: auto;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr 1fr;
  align-content: space-between;
  justify-content: space-between;
  align-items: start;
  justify-items: center;
}

.grid-2.gallery {
  background-color: #fff;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: minmax(200px, 1fr) 1fr 1fr;
  grid-auto-flow: row;
  padding-top: 0;
  padding-bottom: 0;
}

.section-2 {
  max-width: 60vw;
  min-height: 100vh;
  min-width: 60vw;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.body-2 {
  max-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.link-block {
  width: 100%;
  height: 100%;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.link-block.overlay {
  background-color: rgba(123, 123, 123, .53);
  background-image: linear-gradient(rgba(162, 162, 162, .5), rgba(162, 162, 162, .5));
}

.link-block-2 {
  width: 100%;
  height: 100%;
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph {
  align-self: flex-start;
  font-size: 16px;
  line-height: 31px;
}

.paragraph._01 {
  font-size: 1.5em;
}

.paragraph._02 {
  margin-top: 19px;
  margin-bottom: 37px;
  font-size: 1.2em;
}

.image-4 {
  background-color: rgba(0, 0, 0, 0);
  align-self: flex-start;
  margin-top: 19px;
  padding-top: 0;
  padding-left: 35px;
}

.ig {
  align-self: flex-start;
}

.link-block-3 {
  min-width: 35px;
  align-self: flex-start;
  margin-top: 16px;
}

.link-block-3.env {
  margin-top: 33px;
}

.link-block-3.ig {
  margin-top: 0;
}

.heading-2 {
  color: #d7d7d7;
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.nav-menu {
  color: var(--gainsboro);
  margin-left: auto;
  margin-right: -135px;
  overflow: visible;
}

.navbar-3 {
  color: #dbdbdb;
  background-color: #2b2b2b;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.container-3 {
  max-width: 80vw;
  justify-content: space-around;
  align-items: center;
  padding-left: 0;
  padding-right: 120px;
  display: flex;
}

.brand-2 {
  align-self: center;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.8em;
}

.brand-2.w--current {
  color: rgba(224, 224, 224, .71);
}

.lottie-animation-2 {
  width: 100vw;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.lottie-animation-2.light {
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation-2.ghost {
  max-width: 100%;
  margin-bottom: -5px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.body-3 {
  height: 200vh;
}

.div-block-2 {
  position: relative;
}

.section-3 {
  width: 100vw;
  position: static;
}

.lottie-animation-3 {
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-6 {
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.imagewrapper {
  max-width: 80vw;
  display: block;
  position: static;
  top: 0;
  bottom: 0;
}

.imagewrapper.last {
  padding-bottom: 0%;
}

.imagewrapper.ct2 {
  display: none;
}

.imagewrapper.ct2video {
  object-fit: contain;
}

.imagewrapper.slimline {
  height: 100%;
  max-height: 100vh;
  max-width: 100vw;
  min-height: 100%;
  object-fit: cover;
}

.div-block-3 {
  min-width: 100%;
  background-color: rgba(255, 255, 255, .5);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 39px;
  padding-right: 39px;
  display: flex;
  position: static;
  top: 279px;
}

.paragraph-2 {
  max-width: 60ch;
  align-self: flex-start;
  font-size: 1em;
  line-height: 1.5em;
}

.heading-3 {
  align-self: flex-start;
  font-size: 2em;
  line-height: 1.1em;
}

.grid-3 {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
}

.div-block-5 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.section-4 {
  height: 50vh;
}

.section-5 {
  width: 95%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 27px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-7 {
  max-width: 95%;
  object-fit: cover;
  background-color: rgba(45, 45, 45, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.herocontent {
  width: 95%;
  height: 6em;
  background-color: rgba(188, 188, 188, .93);
  margin-top: 0;
}

.heading-4 {
  text-align: center;
  margin-top: .7em;
  margin-bottom: auto;
}

.paragraph-3 {
  text-align: center;
  margin-bottom: auto;
}

.section-6 {
  width: 100%;
  min-width: 100%;
  background-color: rgba(79, 79, 79, .12);
  margin: 0% auto;
  padding-top: 5%;
  padding-bottom: 10%;
  display: block;
  overflow: hidden;
}

.section-6.lottie {
  display: none;
}

.section-6.lastsection {
  min-width: 100%;
  background-color: var(--dim-grey-2);
  margin-bottom: 0%;
  padding-bottom: 5%;
}

.section-6.lastsection.light {
  padding-top: 5%;
  padding-bottom: 5%;
}

.section-6.dark {
  background-color: var(--dim-grey);
}

.section-6.light {
  width: 100%;
  min-width: 100%;
  background-color: var(--dim-grey);
  margin-top: 0;
  padding-top: 5%;
  padding-bottom: 10%;
  overflow: hidden;
}

.section-6.light.lastsection {
  padding-bottom: 2.5%;
}

.section-6.slimlinevideo {
  margin-top: 0%;
  padding-top: 7.5%;
  padding-bottom: 5%;
}

.section-6.slimlinevideo.light {
  padding-top: 0%;
  padding-bottom: 0%;
}

.heading-5 {
  text-transform: lowercase;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 1.5%;
  padding-left: 0;
  font-size: 2em;
  position: static;
  top: 3%;
  left: 4%;
}

.container-4 {
  max-width: 85vw;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(255, 255, 255, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-4 {
  height: 50vh;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  align-content: space-between;
  margin-bottom: 7px;
}

.section-7 {
  height: 50vh;
  max-width: 85vw;
  object-fit: fill;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.image-8 {
  object-fit: cover;
  object-position: 50% 50%;
  position: static;
  overflow: visible;
}

.div-block-6 {
  height: 50vh;
  display: flex;
}

.sectionheading {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 2%;
  margin-bottom: 2%;
  padding-top: 0%;
  padding-bottom: 0%;
  font-size: 1.3em;
  line-height: 1.5em;
}

.div-block-7 {
  padding-left: 23px;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  justify-items: center;
}

.grid-5.skyscout {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-5.skyscout.graphics {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-5.skyscout.concepts {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-5.skyscout-eng, .grid-5.dlinkconcepts, .grid-5.dlinkrefine {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-5.dlinkrefine._1stconcept {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-5.slimline, .grid-5.cii, .grid-5.apnea {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-5.calix {
  grid-template-columns: 1fr 1fr;
}

.container-5 {
  max-width: 80vw;
}

.lightbox-link {
  object-fit: cover;
  object-position: 50% 50%;
  transition: opacity .2s;
  display: block;
}

.lightbox-link.hide {
  display: block;
}

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

.centered-container {
  max-width: 85vw;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  overflow: hidden;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.hero-overlay {
  width: 100%;
  height: 100vh;
  max-width: 100%;
  min-width: 100%;
  color: var(--gainsboro);
  object-fit: cover;
  background-image: linear-gradient(135deg, rgba(0, 0, 0, .53) 28%, rgba(255, 255, 255, 0)), url('../images/blue-wall-blur-closed.jpg');
  background-position: 0 0, 75%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-overlay.logitech {
  height: 100vh;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .85), rgba(0, 0, 0, 0) 90%, rgba(255, 255, 255, 0));
  background-position: 0 0;
  justify-content: center;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.hero-overlay.slimline {
  height: 90vh;
  background-image: linear-gradient(to right, #080c0e 25%, rgba(0, 0, 0, .53) 51%, rgba(255, 255, 255, 0) 75%), url('../images/blue-wall-blur-closed.jpg');
  background-position: 0 0, 75%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  margin-top: 60px;
  padding-bottom: 0;
}

.hero-overlay.slimline.movie {
  height: 100vh;
  max-width: 100%;
  background-image: linear-gradient(to right, #131313 1%, rgba(0, 0, 0, 0) 100%, rgba(255, 255, 255, 0));
  background-position: 0 0;
  margin-top: 0;
}

.hero-overlay.ont {
  width: 100%;
  max-width: 100%;
  background-image: linear-gradient(to right, #000 1%, rgba(0, 0, 0, .53) 57%, rgba(255, 255, 255, 0)), url('../images/UPRIGHT-WITH-TEXTURE_1.jpg');
  background-position: 0 0, 55%;
  justify-content: center;
  margin-top: 0;
}

.hero-overlay.ont.test {
  margin-top: 0;
}

.hero-overlay.cp {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .93) 24%, rgba(255, 255, 255, 0)), url('../images/cp_thumbnail_2.jpg');
  background-position: 0 0, 25%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  margin-top: 60px;
}

.hero-overlay.spkrkbd {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .94), rgba(0, 0, 0, .53) 100%, rgba(255, 255, 255, 0)), url('../images/03_BLACK.jpg');
  background-position: 0 0, 80%;
  justify-content: center;
  margin-top: 60px;
}

.hero-overlay.antex {
  background-image: linear-gradient(92deg, rgba(0, 0, 0, .85) 27%, rgba(255, 255, 255, 0));
  background-position: 0 0;
  flex-direction: row;
  align-self: auto;
  margin-top: 60px;
}

.hero-overlay.cii {
  height: 100vh;
  background-image: linear-gradient(to right, #000, rgba(255, 255, 255, 0));
  justify-content: center;
  margin-top: 60px;
}

.hero-overlay.dlink {
  background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
  background-position: 0 0;
  justify-content: center;
}

.hero-overlay.skyscout {
  min-width: 100%;
  background-image: linear-gradient(to right, #000 11%, rgba(0, 0, 0, 0) 96%, rgba(255, 255, 255, 0));
  background-position: 0 0;
  justify-content: center;
}

.hero-overlay.apnea {
  width: 100%;
  min-width: 100%;
  background-image: linear-gradient(to right, #0b0c0f 11%, rgba(255, 255, 255, 0));
  justify-content: center;
}

.hero-overlay.snapware {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, .53) 28%, rgba(255, 255, 255, 0)), url('../images/SNAPWARE_CONCEPT_01.jpg');
  justify-content: center;
}

.teamyear {
  color: rgba(224, 224, 224, .5);
  text-align: left;
  align-self: flex-start;
  margin-top: 3%;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.2em;
}

.heading-6 {
  color: var(--gainsboro);
  text-align: left;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.7em;
  font-weight: 600;
  line-height: 1.2em;
}

.listmobile {
  width: 15ch;
  text-align: left;
  align-self: flex-start;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 0;
  list-style-type: disc;
}

.div-block-8 {
  min-width: 80vw;
  align-self: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.grid-6 {
  max-width: 80vw;
  grid-row-gap: 0px;
  border-top: 2px #000;
  grid-template-rows: .5fr;
  grid-template-columns: 1fr;
  align-content: space-between;
  align-items: stretch;
  justify-items: start;
  margin: 0% auto .5%;
}

.icon {
  color: var(--gainsboro);
  background-color: #000;
}

.nav-link-2 {
  color: var(--gainsboro);
  display: none;
  overflow: visible;
}

.nav-link-3, .nav-link-4 {
  color: var(--gainsboro);
}

.heading-7 {
  color: var(--gainsboro);
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 3%;
  font-size: 3.3em;
  font-weight: 600;
}

.heading-7.venstar {
  color: var(--gainsboro);
  font-weight: 600;
  display: block;
}

.heading-7.spkrbrd {
  display: block;
}

.projectparagraphdesc {
  text-align: left;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.5em;
}

.projectparagraphdesc.tools {
  max-width: 100%;
  margin-top: 0%;
  font-size: 1.6em;
  font-weight: 600;
}

.projectparagraphdesc.tools.h2 {
  text-transform: lowercase;
  font-size: 1.6em;
  font-weight: 600;
}

.projectparagraphdesc.h2 {
  font-size: 1.6em;
}

.projectparagraphdesc.right {
  text-align: left;
}

.paragraph-4 {
  margin-bottom: 0;
  font-size: 1.4em;
  line-height: 1.5em;
}

.sectionrendersgrid {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0%;
  display: block;
}

.sectionrendersgrid.maya {
  display: none;
}

.image-9, .image-10 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.galleryimage {
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  object-fit: fill;
  display: block;
}

.section-8 {
  display: none;
}

.list {
  text-align: left;
  margin-top: 2.5%;
  margin-bottom: 0;
  padding-left: 21px;
  font-size: 1.1em;
  line-height: 1.5em;
}

.list.projectparagraphdesc {
  margin-top: 4%;
  font-size: 1.3em;
}

.footer {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  background-color: var(--black);
  color: var(--gainsboro);
  text-align: center;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  align-items: center;
  margin-top: auto;
  padding-top: 5%;
  display: flex;
  overflow: hidden;
}

.footer-flex-container {
  min-width: 100%;
  clear: none;
  text-align: left;
  flex-flow: wrap;
  flex: 1;
  align-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: var(--gainsboro);
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

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

.div-block-9 {
  justify-content: center;
  padding-top: 19px;
  padding-bottom: 19px;
  display: flex;
}

.link {
  text-decoration: none;
}

.paragraph-5 {
  text-align: center;
  padding-left: 38px;
  padding-right: 38px;
  font-size: 1.3em;
  font-weight: 600;
}

.container-7 {
  max-width: 80vw;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  padding-top: 1%;
  display: flex;
  overflow: hidden;
}

.container-7.nextproject {
  max-width: 100vw;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.container-7.nextproject.dark {
  background-color: var(--dim-grey);
  color: var(--gainsboro);
  justify-content: space-around;
  padding-top: .5%;
}

.div-block-10 {
  clear: none;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  font-size: 1.5em;
  text-decoration: none;
}

.section-9 {
  margin-top: 0%;
  margin-bottom: 5%;
  padding-bottom: 0;
}

.link-block-4 {
  color: var(--black);
  text-decoration: none;
}

.link-block-4.nextproject {
  color: var(--gainsboro);
  justify-content: flex-start;
  align-self: auto;
  margin-left: 35px;
  margin-right: 35px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.section-10 {
  max-width: 100%;
  min-width: 100%;
  margin-top: 0;
  overflow: hidden;
}

.div-block-11 {
  margin-bottom: 1%;
  display: block;
}

.div-block-12 {
  margin-bottom: 0%;
}

.div-block-13 {
  margin-bottom: 1%;
  line-height: 1em;
}

.div-block-14 {
  width: 100px;
  height: 100px;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation-4 {
  position: absolute;
}

.link-block-5 {
  width: 100px;
  height: 100px;
  flex: 0 auto;
  align-self: center;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: auto;
}

.container-8 {
  max-width: 80vw;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.container-8.summary {
  flex-direction: column;
}

.container-8.skyscout {
  flex-direction: row;
}

.div-block-ideation {
  flex: 1;
  align-self: flex-start;
}

.div-block-ideation.tools {
  text-align: right;
  margin-left: 0%;
  margin-right: 0%;
}

.div-block-ideation.tasks {
  margin-top: auto;
  margin-bottom: 17px;
}

.div-block-ideation._2nd {
  margin-right: -50%;
}

.div-block-16 {
  max-width: 30ch;
  flex: 1;
  align-self: flex-start;
  margin-bottom: 2.5%;
  margin-left: 2%;
  margin-right: auto;
  font-size: 1.2em;
}

.projectdescription {
  width: 100%;
  min-width: 100%;
  background-color: var(--dim-grey-2);
  margin-bottom: 0;
  padding-top: 7.5%;
  padding-bottom: 7.5%;
  overflow: hidden;
}

.projectdescription.dark {
  background-color: rgba(79, 79, 79, .32);
  margin-top: 60px;
  padding-top: 2%;
  padding-bottom: 2%;
}

.div-block-17 {
  margin-top: 0%;
  margin-bottom: 5%;
  display: block;
}

.container-9 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.text-span-2 {
  font-weight: 400;
}

.h2-tools {
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0%;
  font-size: 1.6em;
  font-weight: 600;
}

.h2-tools.tools {
  text-align: left;
}

.section-heading {
  text-transform: lowercase;
  margin-bottom: 2.5%;
  font-size: 2em;
  font-weight: 600;
}

.section-heading.concept {
  text-align: center;
}

.section-heading.process {
  text-transform: none;
  margin-bottom: 2.5%;
}

.grid-7 {
  max-width: 80vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 3em minmax(auto, 1fr);
  grid-template-columns: 1fr .25fr .25fr;
  margin-left: auto;
  margin-right: auto;
}

.image-11 {
  max-width: 30%;
  padding-top: 9px;
  display: block;
}

.div-block-18 {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.column, .column-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.columns {
  width: 100%;
}

.div-block-19 {
  margin-top: 0%;
  margin-bottom: 5%;
}

.div-block-19.process {
  margin-bottom: 2.5%;
}

.backtotop {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-bottom: 0%;
}

.backtotop.grey {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  background-color: var(--dim-grey-2);
  overflow: hidden;
}

.backtotop.dark, .backtotop.dark.spkr {
  background-color: var(--dim-grey-2);
}

.text-block-2 {
  color: rgba(224, 224, 224, .7);
}

.section6 {
  margin-bottom: 2.5%;
  padding-bottom: 5%;
}

.section-6.light {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 7.5%;
}

.section-6.light.last {
  padding-bottom: 5%;
}

.descriptor {
  margin-bottom: 2.5%;
  font-size: 1.5em;
  line-height: 1.5em;
}

.descriptor.offset {
  margin-bottom: -1%;
}

.descriptor.summary {
  font-size: 1.2em;
  line-height: 1.5em;
}

.descriptor.contact {
  padding-bottom: 2%;
  font-size: 1.3em;
}

.thermostatintro {
  max-width: 60vw;
  min-height: 30vh;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  justify-items: stretch;
  margin-top: 2.5%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0%;
}

.project-paragraph.first {
  margin-bottom: 2.5%;
  font-size: 1.5em;
}

.project-paragraph.first.thermostat {
  margin-bottom: 7.5%;
}

.project-paragraph.second {
  margin-bottom: 1%;
  font-size: 1.5em;
  line-height: 1.5em;
  display: block;
}

.project-paragraph.second.concept {
  max-width: 40vw;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.project-paragraph.second.last, .project-paragraph.second.process {
  margin-bottom: 0%;
}

.section-11 {
  width: 100%;
  height: 100%;
  max-width: 60vw;
  margin: 60px auto 0;
}

.section-11.anim-gallery {
  max-width: 80vw;
}

.section-11.gallery {
  max-height: 100vh;
  max-width: 100vw;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: auto;
}

.projecttext {
  width: 100%;
  height: 100%;
  color: var(--black);
  text-align: center;
  letter-spacing: 5px;
  mix-blend-mode: darken;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-family: Exo, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  display: block;
}

.hero-overlay-2 {
  height: 90vh;
  max-height: 780px;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.centered-container-2 {
  text-align: center;
  flex: 1;
}

.div-block-20 {
  width: 100%;
  height: 100%;
  background-image: url('../images/GROUP-OF-THREE-A.jpg');
  background-position: 0 0;
  background-size: cover;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: #fdfdfd;
}

.gallerylinkblock {
  width: 100%;
  height: 100%;
  align-self: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 1.2em;
  line-height: 1.5em;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.feature-image-mask {
  min-height: 20vh;
  min-width: 40vw;
  object-fit: cover;
  align-self: center;
  margin-right: 40px;
  display: block;
}

.feature-image {
  min-height: 40vh;
  min-width: 40vw;
  object-fit: cover;
  object-position: 37% 50%;
}

.image-12 {
  object-fit: fill;
  overflow: visible;
}

.image-13 {
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.flex-container-2 {
  max-width: 80vw;
  flex-direction: row;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.feature-image-mask-2 {
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin-right: 40px;
}

.feature-image-2 {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}

.hero {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
}

.text-block-4 {
  flex: 1;
  align-self: stretch;
  margin: auto;
}

.video {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.background-video-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video-3 {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-21 {
  margin-top: 2.5%;
  margin-bottom: 2.5%;
  padding-bottom: 0%;
  display: block;
}

.container-10 {
  max-width: 100%;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.div-block-22 {
  flex: 0 auto;
  align-self: stretch;
}

.div-block-23 {
  align-self: stretch;
}

.footer-2 {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-link-2 {
  color: rgba(224, 224, 224, .75);
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

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

.container-11 {
  max-width: 40vw;
  flex-direction: column;
  flex: auto;
  justify-content: space-around;
  align-self: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.text-block-5 {
  flex-direction: column;
  flex: 1;
  order: 1;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: stretch;
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 39px;
  font-size: 1em;
  display: flex;
}

.div-block-24 {
  margin-bottom: 5%;
}

.grid-8 {
  width: 10vw;
  height: 10vh;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--gainsboro);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-25 {
  margin-bottom: 2.5%;
}

.background-video-4 {
  width: 100%;
  height: 100%;
  display: flex;
}

.feature-section-2 {
  background-color: var(--dim-grey-2);
  padding-top: 10%;
  padding-bottom: 2%;
}

.feature-image-mask-3 {
  width: 100%;
  margin-right: 40px;
}

.div-block-26 {
  min-width: 30vw;
}

.div-block-26.contact {
  min-width: 25vw;
}

.heading-8 {
  margin-top: 0%;
  margin-bottom: 2%;
}

.heading-8.contact {
  font-size: 1.8em;
}

.link-2 {
  font-size: 1.5em;
  line-height: 1.5em;
  text-decoration: none;
}

.container-12 {
  max-width: 40vw;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 9px;
  margin-bottom: 0;
  padding-bottom: 23px;
  display: flex;
}

.heading-9 {
  text-align: center;
}

.heading-9.contact {
  color: var(--dim-grey);
  margin-top: 1%;
  margin-bottom: 1%;
  font-size: 1.2em;
}

.section-12 {
  background-color: var(--gainsboro);
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 2%;
  padding-bottom: 2%;
}

.section-12.contactdark {
  background-color: var(--gainsboro);
  order: 1;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 0%;
  padding-bottom: 5%;
}

.section-13 {
  margin-top: 60px;
}

.div-block-27 {
  background-image: url('../images/yc_13.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 25px;
}

.divgridcontain {
  width: 100%;
  height: 100%;
  background-image: url('../images/yc_09.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 24px;
}

.div-block-29 {
  width: 100%;
  height: 100%;
  background-image: url('../images/yc_09.jpg');
  background-position: 50%;
  background-size: cover;
  margin: auto;
}

.grid-9 {
  max-height: 80vh;
  max-width: 80vw;
  align-content: space-between;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.heading-10 {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 84px;
  position: static;
}

.section-14 {
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 0;
}

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

.div-block-33, .div-block-34 {
  margin-top: 2.5%;
}

.background-video-5 {
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-link-5 {
  color: #e2e2e2;
}

.background-video-6 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-self: center;
  display: flex;
}

.list-item-7, .list-item-8, .list-item-9 {
  display: none;
}

.text-block-6 {
  width: 100%;
  height: 20px;
  color: var(--gainsboro);
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
}

.div-block-35 {
  display: flex;
}

.text-block-7 {
  text-align: center;
}

.section-15 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.container-13 {
  max-height: 15vh;
  max-width: 25vw;
  background-image: url('../images/slimline-original_09.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 88px;
  padding-bottom: 88px;
  display: flex;
}

.text-block-8 {
  color: rgba(79, 79, 79, .73);
  text-align: center;
  font-family: PT Sans, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
}

.conceptcallout {
  font-family: PT Sans, sans-serif;
  font-size: 2em;
}

.container-concept {
  max-height: 10vh;
  max-width: 40vw;
  background-image: url('../images/slimline-original_03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: 11px;
  margin-bottom: 11px;
  padding: 87px 83px;
  display: flex;
}

.wrapper {
  width: 60vw;
  height: auto;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.containertest {
  max-width: 80vw;
  margin-bottom: 114px;
}

.heading-11 {
  opacity: 1;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

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

.background-video-7 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video-8 {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
}

.div-block-36 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.container-14 {
  margin-top: 16px;
}

.bodydark {
  background-color: var(--black);
  padding-top: 0;
}

.section-16 {
  margin-top: 60px;
}

.image-14 {
  background-color: var(--gainsboro);
}

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

.container-15 {
  max-width: 80vw;
}

.div-block-37 {
  display: none;
}

.background-video-9 {
  width: 100vw;
  height: 60vh;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-6 {
  margin-bottom: 5%;
  font-size: 1.5em;
  line-height: 1.5em;
}

.paragraph-7 {
  font-size: 1.5em;
  line-height: 1.5em;
}

.nextproject {
  background-color: var(--dim-grey);
  display: flex;
}

.linkblockproject {
  max-width: 20vw;
  color: var(--gainsboro);
  flex: 1;
  text-decoration: none;
}

.container-16 {
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-3 {
  color: var(--gainsboro);
  font-size: 1.5em;
  font-weight: 600;
  text-decoration: none;
}

.div-block-39 {
  width: 80vw;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gotonext {
  max-width: 100vw;
  background-color: var(--dim-grey);
}

.gotonextcontainer {
  height: 5em;
  max-width: 95vw;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gifcontainer {
  height: 50%;
  max-height: 50%;
  max-width: 60%;
  text-align: left;
  padding-top: 2em;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-18 {
  height: 800px;
}

.text-block-9 {
  font-size: 20px;
}

.body-4 {
  height: 300vh;
  font-size: 20px;
}

.text-block-10a {
  margin-bottom: 20px;
}

.text-block-10a.lower {
  margin-bottom: 21px;
}

.text-block-10a.lower.abovegif {
  margin-bottom: 56px;
}

.lottie-animation-5 {
  width: 100%;
  flex-wrap: nowrap;
  justify-content: center;
  display: flex;
  position: static;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-17 {
  width: 100%;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
}

.container-20 {
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.divblockgif {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.gifimage {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sectionrenders {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1440px) {
  .navsection {
    width: 100%;
  }

  .body {
    justify-content: space-around;
  }

  .container {
    max-width: 60vw;
  }

  .griddiv {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: multiply;
    background-color: #9c9c9c;
    background-image: linear-gradient(rgba(86, 86, 86, .8), rgba(86, 86, 86, .8));
    background-clip: border-box;
    border-radius: 0;
  }

  .gridimage {
    height: 100%;
  }

  .gridimage.fullscale {
    object-position: 46% 45%;
  }

  .gridcontainer {
    max-height: 100vh;
    min-height: 85%;
  }

  .grid-2 {
    align-items: start;
  }

  .grid-2.gallery {
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(200px, 1fr) 1fr 1fr;
  }

  .body-2 {
    flex-direction: column;
    display: flex;
  }

  .link-block {
    text-align: center;
    background-color: rgba(255, 255, 255, 0);
    font-size: 2em;
  }

  .container-3 {
    max-width: 60vw;
  }

  .lottie-animation-2 {
    margin-top: 974px;
    position: fixed;
  }

  .lottie-animation-2.light {
    margin-top: 1050px;
  }

  .lottie-animation-2.ghost {
    margin-top: 0;
  }

  .imagewrapper {
    max-width: 80vw;
    position: relative;
  }

  .imagewrapper.last {
    padding-bottom: 0%;
  }

  .imagewrapper.ct2video {
    max-width: 80vw;
  }

  .section-6 {
    width: 100%;
    padding-bottom: 7%;
  }

  .section-6.lastsection {
    background-color: var(--dim-grey-2);
  }

  .section-6.light {
    width: 100%;
  }

  .section-6.light.lastsection {
    background-color: var(--gainsboro);
  }

  .heading-5 {
    object-fit: fill;
    margin-bottom: 2.5%;
    padding-top: 0;
    font-size: 2em;
    position: static;
    top: 3%;
    bottom: auto;
    left: 4%;
    right: auto;
  }

  .container-4 {
    max-width: 85vw;
  }

  .grid-5.calix {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .centered-container {
    max-width: 60vw;
    margin-top: 40px;
    overflow: visible;
  }

  .hero-overlay {
    height: 100vh;
    background-image: linear-gradient(135deg, rgba(0, 0, 0, .53) 28%, rgba(255, 255, 255, 0)), url('../images/blue-wall-blur-closed.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-top: 40px;
    position: relative;
  }

  .hero-overlay.logitech {
    height: 100vh;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .85), rgba(0, 0, 0, 0) 89%, rgba(255, 255, 255, 0));
    background-position: 0 0;
  }

  .hero-overlay.slimline {
    height: 70vh;
    background-image: linear-gradient(to right, #080c0e 25%, rgba(0, 0, 0, .53) 51%, rgba(255, 255, 255, 0) 75%), url('../images/blue-wall-blur-closed.jpg');
    background-position: 0 0, 75%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-top: 0;
  }

  .hero-overlay.slimline.movie {
    height: 100vh;
    background-image: linear-gradient(to right, #131313 1%, rgba(0, 0, 0, 0) 100%, rgba(255, 255, 255, 0));
    background-position: 0 0;
    margin-top: 60px;
  }

  .hero-overlay.ont {
    max-width: 100%;
    min-width: 100%;
    background-image: linear-gradient(to right, #010101, rgba(0, 0, 0, .53) 52%, rgba(255, 255, 255, 0)), url('../images/UPRIGHT-WITH-TEXTURE_1.jpg');
    background-position: 0 0, 50% 100%;
  }

  .hero-overlay.cp {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .93) 24%, rgba(255, 255, 255, 0)), url('../images/cp_thumbnail_2.jpg');
    background-position: 0 0, 0%;
  }

  .hero-overlay.spkrkbd {
    height: 100vh;
  }

  .hero-overlay.antex {
    background-image: linear-gradient(92deg, rgba(0, 0, 0, .85) 27%, rgba(255, 255, 255, 0));
    background-position: 0 0;
  }

  .hero-overlay.dlink {
    background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
    background-position: 0 0;
  }

  .teamyear {
    color: rgba(224, 224, 224, .5);
    background-color: rgba(0, 0, 0, 0);
    font-size: 2.2em;
  }

  .heading-6 {
    text-transform: lowercase;
    font-size: 3.3em;
  }

  .listmobile {
    padding-left: 15px;
    position: relative;
  }

  .div-block-8 {
    margin-top: 0;
  }

  .grid-6 {
    max-width: 80vw;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: .5fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    justify-items: start;
    padding-bottom: 30px;
    display: grid;
  }

  .nav-link-2 {
    overflow: visible;
  }

  .heading-7 {
    margin-bottom: 4%;
    font-size: 4em;
  }

  .heading-7.venstar {
    font-size: 4em;
    display: block;
  }

  .projectparagraphdesc {
    display: block;
  }

  .projectparagraphdesc.tools {
    font-size: 1.3em;
  }

  .projectparagraphdesc.test, .section-8 {
    display: block;
  }

  .footer {
    max-width: 100%;
    background-color: var(--black);
  }

  .footer-link {
    color: var(--gainsboro);
  }

  .div-block-9 {
    justify-content: flex-end;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .link {
    padding-left: 3px;
    font-size: 1.5em;
    text-decoration: none;
  }

  .paragraph-5 {
    font-size: 1.2em;
  }

  .container-7 {
    max-width: 80vw;
  }

  .section-10 {
    width: 100vw;
    height: 0;
    max-height: 0;
  }

  .div-block-11 {
    margin-bottom: .5%;
  }

  .div-block-14 {
    height: 200px;
  }

  .container-8 {
    max-width: 80vw;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-between;
  }

  .container-8.summary {
    max-width: 80vw;
  }

  .div-block-ideation {
    flex: 1;
    order: 1;
  }

  .div-block-ideation.tools {
    max-width: 60vw;
    flex: 1;
    align-self: flex-start;
    margin-left: 5%;
    margin-right: auto;
  }

  .div-block-17 {
    margin-top: 1.5%;
  }

  .text-span-2 {
    font-weight: 400;
  }

  .section-heading {
    margin-bottom: 1%;
  }

  .section-heading.concept {
    text-align: left;
  }

  .div-block-19 {
    margin-top: 0%;
    margin-bottom: 1%;
  }

  .backtotop.grey {
    width: 100%;
    background-color: var(--dim-grey-2);
    margin-top: auto;
  }

  .descriptor {
    margin-bottom: .5%;
    display: block;
  }

  .thermostatintro {
    max-width: 50vw;
  }

  .project-paragraph.second {
    margin-bottom: 0%;
  }

  .section-11 {
    max-width: 60vw;
    margin-top: 60px;
  }

  .section-11.gallery {
    max-width: 80vw;
    margin-top: 60px;
    margin-bottom: auto;
    padding-top: 0;
  }

  .projecttext {
    flex: 0 auto;
    align-self: stretch;
  }

  .gallerylinkblock {
    width: 100%;
    height: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-decoration: none;
    display: block;
  }

  .feature-image {
    max-height: 40vh;
    object-fit: cover;
    object-position: 50% 50%;
    overflow: hidden;
  }

  .background-video-2 {
    width: 100%;
  }

  .container-11 {
    max-width: 25vw;
    overflow: hidden;
  }

  .feature-section-2 {
    padding-bottom: 5%;
  }

  .feature-image-mask-3 {
    width: 50%;
  }

  .div-block-26.contact {
    min-width: 20vw;
  }

  .heading-8 {
    margin-bottom: 2%;
  }

  .container-12 {
    max-width: 25vw;
  }

  .div-block-28 {
    min-height: 20vh;
    background-image: url('../images/SKYSCOUT_CONCEPT_03.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div-block-29 {
    min-height: 20vh;
    background-image: url('../images/yc_09.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-31 {
    min-height: 20vh;
    background-image: url('../images/yc_13.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div-block-32 {
    width: 100%;
    height: 100%;
    background-image: url('../images/yc_09.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .heading-10 {
    text-align: center;
    display: none;
  }

  .div-block-33, .div-block-34 {
    margin-top: 1.5%;
  }

  .background-video-5 {
    justify-content: center;
  }

  .conceptcallout {
    opacity: 1;
  }

  .container-concept {
    background-image: url('../images/slimline-original_07.jpg');
  }

  .container-concept._1 {
    background-image: none;
  }

  .container-concept._2 {
    background-image: url('../images/slimline-original_05.jpg');
  }

  .container-concept._3 {
    background-image: url('../images/slimline-original_04.jpg');
  }

  .conceptimage {
    background-image: url('../images/slimline-original_03.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .card {
    width: 50rem;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

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

  .card-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .containertest {
    max-width: 80vw;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-between;
    display: flex;
  }

  .heading-11 {
    text-align: center;
    flex: 1;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-10 {
    max-width: 100%;
    flex: 1;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .container-15 {
    max-width: 60vw;
  }

  .background-video-9 {
    width: 100vw;
    height: 80vh;
  }

  .paragraph-6 {
    margin-bottom: 2.5%;
  }

  .gifcontainer {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .divblockgif {
    margin-left: auto;
    margin-right: auto;
  }

  .gifimage {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sectionrenders {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .navsection {
    z-index: 5;
    max-height: 60px;
    margin-top: 0;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .container {
    max-width: 95vw;
  }

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

  .gridcontainer {
    max-width: 100%;
    align-items: flex-start;
  }

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

  .grid-2.gallery {
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu {
    background-color: var(--black);
    text-align: right;
    flex: 0 auto;
    order: 0;
    align-self: auto;
  }

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

  .container-3 {
    max-width: 95vw;
    flex-flow: row;
    justify-content: space-around;
    padding-right: 30px;
  }

  .brand-2 {
    display: block;
  }

  .menu-button {
    color: var(--gainsboro);
    background-color: rgba(255, 255, 255, 0);
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .imagewrapper {
    max-width: 95vw;
  }

  .section-5 {
    height: 40vh;
  }

  .heading-5 {
    padding-left: 0;
    top: 0%;
  }

  .grid-5, .grid-5.skyscout, .grid-5.skyscout.graphics {
    grid-template-columns: 1fr 1fr;
  }

  .grid-5.skyscout.concepts, .grid-5.dlinkrefine {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-5.slimline {
    grid-template-columns: 1fr 1fr;
  }

  .grid-5.calix {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .container-5 {
    max-width: 95vw;
  }

  .lightbox-link, .lightbox-link.hide {
    display: block;
  }

  .centered-container {
    max-width: 100vw;
    flex-direction: column;
    align-self: center;
    align-items: center;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .hero-overlay {
    height: 100vh;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .hero-overlay.logitech {
    height: 100vh;
    min-width: 100vw;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .85), rgba(0, 0, 0, 0) 92%, rgba(255, 255, 255, 0));
    background-position: 0 0;
    justify-content: center;
    margin-top: 0;
  }

  .hero-overlay.slimline {
    height: 100vh;
    min-width: 100vw;
    background-image: linear-gradient(to right, #080c0e 10%, rgba(0, 0, 0, .53) 65%, rgba(255, 255, 255, 0)), url('../images/blue-wall-blur-closed.jpg');
    background-position: 0 0, 75%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-top: 0;
  }

  .hero-overlay.slimline.movie {
    background-image: linear-gradient(to right, #1a1a1a, rgba(0, 0, 0, 0) 100%, rgba(255, 255, 255, 0));
    background-position: 0 0;
  }

  .hero-overlay.ont {
    object-position: 45% 50%;
    background-image: linear-gradient(to right, #1a1a1a, rgba(0, 0, 0, .53) 58%, rgba(255, 255, 255, 0)), url('../images/UPRIGHT-WITH-TEXTURE_1.jpg');
    background-position: 0 0, 46%;
    margin-top: 0;
  }

  .hero-overlay.cp {
    min-width: 100vw;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .93) 24%, rgba(255, 255, 255, 0)), url('../images/cp_thumbnail_2.jpg');
    background-position: 0 0, 40% 100%;
    margin-top: 0;
  }

  .hero-overlay.spkrkbd {
    min-width: 100vw;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .94), rgba(0, 0, 0, .53) 100%, rgba(255, 255, 255, 0)), url('../images/RED_KEYBD.jpg');
    background-position: 0 0, 82%;
    margin-top: 0;
  }

  .hero-overlay.antex {
    min-width: 100vw;
    background-image: linear-gradient(92deg, rgba(0, 0, 0, .85) 16%, rgba(255, 255, 255, 0));
    background-position: 0 0;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    margin-top: 0;
  }

  .hero-overlay.cii {
    min-width: 100vw;
    background-image: linear-gradient(to right, #000, rgba(255, 255, 255, 0));
    background-position: 0 0;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
  }

  .hero-overlay.dlink {
    min-width: 100vw;
  }

  .hero-overlay.skyscout {
    background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0) 96%, rgba(255, 255, 255, 0));
    background-position: 0 0;
    flex-direction: column;
    justify-content: center;
  }

  .teamyear {
    text-transform: lowercase;
    margin-top: 5%;
    font-size: 1.3em;
  }

  .heading-6 {
    text-transform: lowercase;
    font-size: 2.2em;
    font-weight: 600;
  }

  .listmobile {
    width: 85vw;
    text-align: left;
    flex-flow: row;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    display: flex;
  }

  .div-block-8 {
    min-width: 85vw;
  }

  .grid-6 {
    max-width: 95vw;
  }

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

  .heading-7 {
    margin-bottom: 4%;
    font-size: 2.7em;
    font-weight: 600;
  }

  .projectparagraphdesc {
    max-width: 95vw;
    margin-bottom: 2.5%;
    font-size: 1em;
    line-height: 1.5em;
  }

  .projectparagraphdesc.tools {
    margin-top: 19px;
    margin-bottom: 19px;
    font-size: 1.6em;
    font-weight: 600;
    display: block;
  }

  .projectparagraphdesc.test {
    max-width: 80vw;
  }

  .sectionrendersgrid {
    display: block;
  }

  .section-8 {
    text-align: center;
    display: none;
  }

  .list {
    margin-top: 0%;
    display: block;
  }

  .container-6 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-7 {
    max-width: 95vw;
    overflow: hidden;
  }

  .section-10 {
    padding-bottom: 0;
  }

  .div-block-14 {
    width: 90px;
    height: 90px;
  }

  .link-block-5 {
    width: 80px;
    height: 60px;
  }

  .container-8 {
    max-width: 95vw;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
  }

  .div-block-ideation {
    max-width: 95vw;
    margin-left: 0;
    margin-right: 0%;
  }

  .div-block-ideation.tools {
    margin-top: 5%;
    margin-left: 0%;
  }

  .div-block-ideation._2nd {
    max-width: 50vw;
    margin-top: 0%;
    margin-right: 0%;
    padding-left: 0;
  }

  .div-block-16 {
    margin-left: 0%;
    margin-right: 0;
    padding-top: 2.5%;
  }

  .projectdescription.dark {
    margin-top: auto;
  }

  .h2-tools.tools {
    margin-bottom: 20%;
  }

  .grid-7 {
    max-width: 95vw;
    grid-template-rows: auto minmax(auto, auto) auto;
    grid-template-columns: 1fr 2em;
    grid-auto-rows: 0;
  }

  .column-2.last {
    margin-top: 5%;
  }

  .column-3 {
    height: 2.5%;
    min-height: 2.5%;
  }

  .descriptor {
    margin-bottom: 7%;
    font-size: 1em;
  }

  .descriptor.contact {
    margin-bottom: 1%;
  }

  .thermostatintro {
    max-width: 80vw;
    margin-bottom: -10%;
  }

  .project-paragraph.second {
    font-size: 1em;
  }

  .section-11 {
    max-width: 60vw;
    margin-top: 60px;
  }

  .section-11.anim-gallery {
    max-width: 100vw;
    margin-top: 0;
  }

  .section-11.gallery {
    margin-top: 0;
  }

  .flex-container-2 {
    max-width: 95vw;
    flex-direction: column;
  }

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-11 {
    max-width: 50vw;
  }

  .background-video-4 {
    align-self: auto;
    align-items: center;
  }

  .feature-section-2 {
    padding-top: 6%;
  }

  .feature-image-mask-3 {
    width: 50%;
    align-self: center;
    display: block;
  }

  .div-block-26.contact {
    min-width: 20vw;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 64px;
    padding-right: 64px;
  }

  .heading-8 {
    margin-bottom: 5%;
  }

  .container-12 {
    max-width: 60vw;
  }

  .heading-9.contact {
    margin-top: 2%;
  }

  .containertest {
    max-width: 95vw;
  }

  .grid-10 {
    grid-column-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
  }

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

  .container-15 {
    max-width: 100vw;
  }

  .div-block-37 {
    display: block;
  }

  .background-video-9 {
    height: 45vh;
  }

  .gifcontainer {
    padding-top: 48px;
  }
}

@media screen and (max-width: 767px) {
  .navsection {
    margin-top: auto;
  }

  .container {
    flex-direction: column;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .grid-2.gallery {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .main-content {
    padding: 40px 20px;
  }

  .container-3 {
    max-width: 95vw;
  }

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

  .menu-button {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .imagewrapper {
    max-width: 100vw;
  }

  .heading-5 {
    padding-left: 0;
    font-size: 1.6em;
    top: -4%;
  }

  .sectionheading {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .grid-5, .grid-5.skyscout, .grid-5.skyscout.graphics {
    grid-template-columns: 1fr;
  }

  .grid-5.skyscout.concepts {
    grid-template-columns: 1fr 1fr;
  }

  .grid-5.dlinkrefine, .grid-5.slimline {
    grid-template-columns: 1fr;
  }

  .grid-5.apnea {
    grid-template-columns: 1fr 1fr;
  }

  .grid-5.calix {
    grid-template-columns: 1fr;
  }

  .gallery {
    padding: 40px 20px;
  }

  .centered-container {
    max-width: 95vw;
    flex: 0 auto;
    align-self: center;
  }

  .gallery-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .hero-overlay {
    height: 100vh;
    justify-content: flex-start;
    padding: 0 20px 40px;
  }

  .hero-overlay.logitech {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .85), rgba(0, 0, 0, 0) 92%, rgba(255, 255, 255, 0));
    background-position: 0 0;
  }

  .hero-overlay.slimline {
    background-image: linear-gradient(to right, #080c0e, rgba(0, 0, 0, .53) 59%, rgba(255, 255, 255, 0)), url('../images/blue-wall-blur-closed.jpg');
    background-position: 0 0, 75%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-overlay.ont {
    background-image: linear-gradient(to right, #1a1a1a, rgba(0, 0, 0, .53) 60%, rgba(147, 147, 147, .23) 100%, rgba(255, 255, 255, 0)), url('../images/UPRIGHT-WITH-TEXTURE_1.jpg');
    background-position: 0 0, 48%;
  }

  .hero-overlay.cp {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .93) 24%, rgba(255, 255, 255, 0)), url('../images/cp_thumbnail_2.jpg');
    background-position: 0 0, 40%;
  }

  .hero-overlay.spkrkbd {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .94), rgba(0, 0, 0, .53) 100%, rgba(255, 255, 255, 0)), url('../images/RED_KEYBD.jpg');
    background-position: 0 0, 78%;
  }

  .hero-overlay.cii {
    background-image: linear-gradient(to right, #000, rgba(255, 255, 255, 0));
    background-position: 0 0;
  }

  .hero-overlay.dlink {
    background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
    background-position: 0 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-overlay.skyscout, .hero-overlay.apnea {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .teamyear {
    margin-top: 5%;
  }

  .heading-6 {
    font-size: 2.2em;
  }

  .listmobile {
    margin-top: 35px;
    padding-left: 15px;
    line-height: 16px;
  }

  .div-block-8 {
    min-width: 95vw;
  }

  .grid-6 {
    max-width: 95vw;
    grid-template-columns: 1fr;
  }

  .heading-7 {
    font-size: 3em;
  }

  .projectparagraphdesc {
    margin-top: 0;
    font-size: 1.2em;
    display: block;
  }

  .projectparagraphdesc.tools {
    margin-top: 17px;
    margin-bottom: 17px;
    display: block;
  }

  .projectparagraphdesc.test {
    font-size: 1.2em;
  }

  .list-item-4, .list-item-5, .list-item-6 {
    font-size: 12px;
  }

  .section-8 {
    display: none;
  }

  .list {
    display: block;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    flex-direction: row;
    align-content: space-between;
    justify-content: space-between;
    align-items: stretch;
  }

  .footer-image {
    object-fit: contain;
  }

  .div-block-14 {
    width: 80px;
    height: 80px;
  }

  .link-block-5 {
    width: 70px;
    height: 100px;
  }

  .div-block-ideation {
    max-width: 95vw;
  }

  .div-block-ideation._2nd {
    margin-top: 7.5%;
    padding-left: 0;
  }

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

  .grid-7 {
    max-width: 95vw;
  }

  .div-block-19 {
    margin-top: 2.5%;
  }

  .descriptor, .project-paragraph.second, .project-paragraph.second.process {
    font-size: 1.2em;
  }

  .section-11 {
    max-width: 100vw;
  }

  .section-11.gallery {
    padding-left: 0;
    padding-right: 0;
  }

  .projecttext {
    display: none;
  }

  .hero-overlay-2 {
    padding: 40px 20px;
  }

  .div-block-20 {
    object-fit: cover;
  }

  .gallerylinkblock {
    flex-direction: column;
    display: flex;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .flex-container-2 {
    max-width: 95vw;
    flex-direction: column;
    align-items: center;
  }

  .feature-image-mask-2 {
    margin-right: 0;
  }

  .feature-image-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .hero {
    padding: 40px 20px;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .container-11 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .text-block-5 {
    padding-bottom: 0;
  }

  .feature-section-2 {
    margin-top: 0;
    padding: 30px 20px 40px;
  }

  .feature-image-mask-3 {
    width: 50%;
    align-self: center;
    margin-right: 0;
    display: block;
  }

  .div-block-26.contact {
    margin-top: 5%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading-9.contact {
    margin-top: 2%;
    font-size: 18px;
  }

  .link-block-6 {
    align-self: auto;
  }

  .containertest {
    max-width: 100vw;
  }

  .grid-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .background-video-9 {
    height: 40vh;
  }

  .paragraph-6, .paragraph-7 {
    font-size: 1.2em;
  }

  .gifcontainer {
    padding-top: 8px;
  }

  .div-block-40, .div-block-41, .divblockgif, .div-block-43 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .navsection {
    z-index: 5;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .container {
    flex-direction: column;
  }

  .heading {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: -33px;
    font-size: 22px;
  }

  .text-block {
    margin-bottom: 0;
  }

  .divblock {
    width: 300px;
    height: 150px;
    max-width: 90vw;
    font-size: 10px;
  }

  .image-3.ur {
    object-fit: none;
    object-position: 14% 50%;
  }

  .image-3.ll {
    object-fit: cover;
  }

  .image-3.lr {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .gridimage {
    background-color: rgba(255, 255, 255, .54);
    border-radius: 0;
  }

  .paragraph {
    margin-top: -2px;
    margin-bottom: 10px;
  }

  .link-block-3 {
    margin-top: 5px;
  }

  .nav-menu {
    background-color: var(--dim-grey);
    color: var(--gainsboro);
  }

  .container-3 {
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

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

  .menu-button {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .imagewrapper {
    max-width: 100vw;
    margin-bottom: 0;
  }

  .section-5 {
    height: 60vh;
  }

  .section-6 {
    width: 100vw;
  }

  .section-6.lastsection.light {
    padding-bottom: 0%;
  }

  .heading-5 {
    margin-bottom: 2.5%;
    padding-left: 0;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.2;
    display: block;
  }

  .sectionheading {
    font-size: 12px;
    line-height: 16px;
  }

  .grid-5.skyscout.concepts, .grid-5.apnea, .grid-5.calix {
    grid-template-columns: 1fr;
  }

  .container-5 {
    max-width: 100vw;
  }

  .centered-container {
    max-width: 95vw;
    text-align: left;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    margin-top: 5px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-overlay {
    height: 100vh;
    margin-top: 60px;
    padding-top: 7px;
    padding-bottom: 26px;
  }

  .hero-overlay.logitech {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .85), rgba(0, 0, 0, 0) 92%, rgba(255, 255, 255, 0));
    background-position: 0 0;
    margin-top: 60px;
    padding-top: 0;
  }

  .hero-overlay.slimline {
    height: 100vh;
    justify-content: center;
  }

  .hero-overlay.slimline.movie {
    padding-top: 0;
  }

  .hero-overlay.ont {
    background-image: linear-gradient(to right, var(--black), rgba(0, 0, 0, .5) 60%, rgba(255, 255, 255, 0)), url('../images/UPRIGHT-WITH-TEXTURE_1.jpg');
    background-position: 0 0, 50%;
    margin-top: 60px;
    padding-top: 0;
  }

  .hero-overlay.cp {
    padding-top: 0;
  }

  .hero-overlay.spkrkbd {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .94), rgba(0, 0, 0, .53) 100%, rgba(255, 255, 255, 0)), url('../images/RED_KEYBD.jpg');
    background-position: 0 0, 75%;
    padding-top: 0;
  }

  .hero-overlay.antex {
    padding-top: 0;
  }

  .hero-overlay.cii {
    background-image: linear-gradient(to right, #000, rgba(255, 255, 255, 0));
    background-position: 0 0;
    margin-top: 60px;
    padding-top: 0;
  }

  .hero-overlay.dlink {
    background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
    background-position: 0 0;
    padding: 0;
  }

  .hero-overlay.skyscout {
    background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0) 96%, rgba(255, 255, 255, 0));
    background-position: 0 0;
    padding: 0;
  }

  .hero-overlay.apnea {
    margin-top: 60px;
    padding: 0;
  }

  .teamyear {
    max-width: 80vw;
    margin-left: 0;
    margin-right: auto;
    font-size: 1.1em;
  }

  .heading-6 {
    font-size: 1.8em;
  }

  .listmobile {
    width: 95vw;
    flex-wrap: wrap;
    align-content: stretch;
    font-size: 10px;
    display: none;
  }

  .div-block-8 {
    align-self: flex-start;
  }

  .grid-6 {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .heading-7 {
    margin-bottom: 4%;
    font-size: 2.3em;
  }

  .heading-7.venstar {
    font-size: 2em;
  }

  .projectparagraphdesc {
    margin-top: 0;
    margin-bottom: 0;
    font-size: .8em;
    display: block;
  }

  .projectparagraphdesc.tools {
    margin-top: 14px;
    margin-bottom: 14px;
    display: block;
  }

  .projectparagraphdesc.test {
    font-size: .8em;
  }

  .paragraph-4 {
    font-size: 1.1em;
  }

  .list-item {
    list-style-type: disc;
    display: block;
  }

  .list {
    margin-top: 0;
    font-size: .8em;
    line-height: 1.5em;
    display: block;
  }

  .footer {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-flex-container {
    flex-direction: row;
  }

  .footer-logo-link {
    height: 60px;
  }

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

  .paragraph-5 {
    font-size: 1em;
  }

  .container-7.nextproject {
    max-width: 100vw;
  }

  .link-block-4.nextproject {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-11 {
    margin-bottom: 0%;
  }

  .div-block-14 {
    width: 60px;
    height: 60px;
  }

  .link-block-5 {
    position: absolute;
    top: auto;
    bottom: 0%;
  }

  .text-span {
    display: none;
  }

  .div-block-ideation.tools {
    max-width: 95vw;
  }

  .div-block-ideation._2nd {
    margin-top: 7.5%;
  }

  .projectdescription.dark {
    margin-top: 60px;
  }

  .h2-tools {
    margin-bottom: 5%;
  }

  .section-heading {
    margin-top: 2.5%;
    margin-bottom: 2.5%;
    font-size: 1.3em;
  }

  .section-heading.process {
    text-transform: none;
  }

  .div-block-19.process {
    margin-top: 0%;
  }

  .descriptor {
    margin-bottom: 7%;
    font-size: .8em;
    line-height: 1.3em;
  }

  .thermostatintro {
    max-width: 95vw;
    padding-bottom: 10%;
  }

  .project-paragraph.second, .project-paragraph.second.process {
    font-size: .8em;
  }

  .section-11 {
    max-width: 100vw;
  }

  .section-11.anim-gallery, .section-11.gallery {
    margin-top: 60px;
  }

  .centered-container-2 {
    text-align: left;
  }

  .flex-container-2 {
    max-width: 95vw;
  }

  .footer-2 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-11 {
    max-width: 100vw;
  }

  .text-block-5 {
    text-align: center;
    align-items: center;
    padding-bottom: 0;
    font-size: .85em;
  }

  .feature-section-2 {
    max-width: 100%;
    margin-top: 60px;
    padding-top: 20px;
  }

  .feature-image-mask-3 {
    width: 100%;
  }

  .div-block-26.contact {
    min-width: 20vw;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-8 {
    font-size: 26px;
  }

  .container-12 {
    justify-content: space-around;
    align-items: center;
  }

  .heading-9.contact {
    margin-top: 4%;
    font-size: 16px;
  }

  .section-12 {
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .section-12.contactdark {
    width: 100%;
    max-width: 100vw;
  }

  .bodydark {
    padding-top: 0;
  }

  .background-video-9 {
    height: 40vh;
  }

  .paragraph-6, .paragraph-7 {
    font-size: .8em;
  }

  .link-3 {
    font-size: 1em;
  }

  .gifcontainer {
    padding-top: 0;
  }

  .text-block-10a {
    font-size: 16px;
  }

  .div-block-40, .div-block-41, .divblockgif, .div-block-43 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-12, .heading-13, .heading-14, .heading-15 {
    font-size: 22px;
  }
}

#w-node-_00d31ae0-7903-443b-f5a9-1ec0f2dc8afb-4901f791 {
  align-self: start;
}

#w-node-_55c66026-4017-a384-92b4-443d6ec302a7-4901f791 {
  align-self: center;
}

#w-node-_1e67707f-d6bc-0a52-e8dc-1611e986b113-4901f791 {
  align-self: start;
}

#w-node-_1e67707f-d6bc-0a52-e8dc-1611e986b116-4901f791 {
  align-self: center;
}

#w-node-_94160f16-09c6-3044-88e2-b3cd26c3d3fd-4901f791 {
  align-self: start;
}

#w-node-_94160f16-09c6-3044-88e2-b3cd26c3d400-4901f791 {
  align-self: center;
}

#w-node-b814f9b4-87ab-accb-5eba-1d1914ffabae-8b01f792 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00d31ae0-7903-443b-f5a9-1ec0f2dc8afb-4b645878 {
  align-self: start;
}

#w-node-_55c66026-4017-a384-92b4-443d6ec302a7-4b645878 {
  align-self: center;
}

#w-node-_1e67707f-d6bc-0a52-e8dc-1611e986b113-4b645878 {
  align-self: start;
}

#w-node-_1e67707f-d6bc-0a52-e8dc-1611e986b116-4b645878 {
  align-self: center;
}

#w-node-_55519b9d-b68a-4532-ea3f-cffd46d658d5-4b645878 {
  align-self: start;
}

#w-node-_55519b9d-b68a-4532-ea3f-cffd46d658d8-4b645878 {
  align-self: center;
}

#w-node-_55519b9d-b68a-4532-ea3f-cffd46d658d5-66dec9e4 {
  align-self: start;
}

#w-node-_55519b9d-b68a-4532-ea3f-cffd46d658d8-66dec9e4 {
  align-self: center;
}

#w-node-_1e67707f-d6bc-0a52-e8dc-1611e986b113-0f937f28 {
  align-self: start;
}

#w-node-_1e67707f-d6bc-0a52-e8dc-1611e986b116-0f937f28 {
  align-self: center;
}

#w-node-_395f6b45-366e-230c-7055-00683a11d957-0f937f28 {
  align-self: start;
}

#w-node-_395f6b45-366e-230c-7055-00683a11d95a-0f937f28 {
  align-self: center;
}

#w-node-_1e67707f-d6bc-0a52-e8dc-1611e986b113-7ac77171 {
  align-self: start;
}

#w-node-_1e67707f-d6bc-0a52-e8dc-1611e986b116-7ac77171 {
  align-self: center;
}

#w-node-_9edbc0f0-5e1b-a4e0-303d-ec0f7340f0dc-7ac77171 {
  align-self: start;
}

#w-node-_9edbc0f0-5e1b-a4e0-303d-ec0f7340f0df-7ac77171 {
  align-self: center;
}

#w-node-_94160f16-09c6-3044-88e2-b3cd26c3d3fd-7ac77171 {
  align-self: start;
}

#w-node-_94160f16-09c6-3044-88e2-b3cd26c3d400-7ac77171 {
  align-self: center;
}

#w-node-_37927a59-4157-a1bc-b1d0-39dab5568be3-7ac77171 {
  align-self: start;
}

#w-node-_37927a59-4157-a1bc-b1d0-39dab5568be6-7ac77171 {
  align-self: center;
}

#w-node-_7762e3f6-c45e-211a-0d35-d78c0357ee59-7ac77171 {
  align-self: start;
}

#w-node-_7762e3f6-c45e-211a-0d35-d78c0357ee5c-7ac77171 {
  align-self: center;
}

#w-node-_7762e3f6-c45e-211a-0d35-d78c0357ee63-7ac77171 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_7762e3f6-c45e-211a-0d35-d78c0357ee64-7ac77171 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7762e3f6-c45e-211a-0d35-d78c0357ee7d-7ac77171 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_7762e3f6-c45e-211a-0d35-d78c0357ee80-7ac77171 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7762e3f6-c45e-211a-0d35-d78c0357ee67-7ac77171 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_7762e3f6-c45e-211a-0d35-d78c0357ee68-7ac77171 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7762e3f6-c45e-211a-0d35-d78c0357ee6b-7ac77171 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_7762e3f6-c45e-211a-0d35-d78c0357ee6e-7ac77171 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7762e3f6-c45e-211a-0d35-d78c0357ee71-7ac77171 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_7762e3f6-c45e-211a-0d35-d78c0357ee74-7ac77171 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7762e3f6-c45e-211a-0d35-d78c0357ee77-7ac77171 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_7762e3f6-c45e-211a-0d35-d78c0357ee7a-7ac77171 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_00d31ae0-7903-443b-f5a9-1ec0f2dc8afb-073e29c7 {
  align-self: start;
}

#w-node-_55c66026-4017-a384-92b4-443d6ec302a7-073e29c7 {
  align-self: center;
}

#w-node-_1e67707f-d6bc-0a52-e8dc-1611e986b113-073e29c7 {
  align-self: start;
}

#w-node-_1e67707f-d6bc-0a52-e8dc-1611e986b116-073e29c7 {
  align-self: center;
}

#w-node-_057b0aa3-029a-4fbe-7dd1-81ca31699c1d-073e29c7 {
  align-self: start;
}

#w-node-_057b0aa3-029a-4fbe-7dd1-81ca31699c20-073e29c7, #w-node-_1e67707f-d6bc-0a52-e8dc-1611e986b116-e3650ba1 {
  align-self: center;
}

#w-node-_00d31ae0-7903-443b-f5a9-1ec0f2dc8afb-e3650ba1 {
  align-self: start;
}

#w-node-_05780cdf-0564-b01e-22d4-2d3108c208c8-e3650ba1 {
  align-self: center;
}

#w-node-dfe5972c-73fe-3e5a-6a37-6737df16cdd5-e3650ba1 {
  align-self: start;
}

#w-node-dfe5972c-73fe-3e5a-6a37-6737df16cdd8-e3650ba1 {
  align-self: center;
}

#w-node-_544355e3-694d-d7f9-eb8a-d7341a47d987-e3650ba1 {
  align-self: start;
}

#w-node-_544355e3-694d-d7f9-eb8a-d7341a47d98a-e3650ba1 {
  align-self: center;
}

#w-node-f19dd844-2081-c35e-bef6-c735abb19e40-e3650ba1 {
  align-self: start;
}

#w-node-f19dd844-2081-c35e-bef6-c735abb19e43-e3650ba1 {
  align-self: center;
}

#w-node-_7eb064c0-7ffb-948e-0925-1f528abac3a7-e3650ba1, #w-node-_00d31ae0-7903-443b-f5a9-1ec0f2dc8afb-3e927c77 {
  align-self: start;
}

#w-node-_55c66026-4017-a384-92b4-443d6ec302a7-3e927c77 {
  align-self: center;
}

#w-node-_1e67707f-d6bc-0a52-e8dc-1611e986b113-3e927c77 {
  align-self: start;
}

#w-node-_1e67707f-d6bc-0a52-e8dc-1611e986b116-3e927c77 {
  align-self: center;
}

#w-node-_957f7ba8-f96c-03ef-07a3-ef9d22e06ce1-3e927c77 {
  align-self: start;
}

#w-node-_957f7ba8-f96c-03ef-07a3-ef9d22e06ce4-3e927c77 {
  align-self: center;
}

#w-node-_00d31ae0-7903-443b-f5a9-1ec0f2dc8afb-00644b3f {
  align-self: start;
}

#w-node-_55c66026-4017-a384-92b4-443d6ec302a7-00644b3f {
  align-self: center;
}

#w-node-_1e67707f-d6bc-0a52-e8dc-1611e986b113-00644b3f {
  align-self: start;
}

#w-node-_1e67707f-d6bc-0a52-e8dc-1611e986b116-00644b3f {
  align-self: center;
}

#w-node-aad5cc30-2a15-133c-dc88-c23f3c0e7a50-00644b3f, #w-node-_0584fffe-e308-ae02-b601-121a2aa8882a-00644b3f {
  align-self: start;
}

#w-node-_0584fffe-e308-ae02-b601-121a2aa8882d-00644b3f {
  align-self: center;
}

#w-node-_68d654e4-6b2f-082e-add3-6c4be5f60991-00644b3f {
  align-self: start;
}

#w-node-_68d654e4-6b2f-082e-add3-6c4be5f60994-00644b3f {
  align-self: center;
}

#w-node-a7ab0760-51c7-033e-309d-2fdebf9842f7-d8a673a4 {
  align-self: start;
}

#w-node-a7ab0760-51c7-033e-309d-2fdebf9842fa-d8a673a4 {
  align-self: center;
}

#w-node-_5a01d711-a385-25a0-d0c4-d0da135c365e-d8a673a4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_5a01d711-a385-25a0-d0c4-d0da135c3661-d8a673a4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_76d469c8-a1d3-a427-5589-f0ef6b0718b3-d8a673a4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_76d469c8-a1d3-a427-5589-f0ef6b0718b6-d8a673a4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_355d77f8-dbe9-ad72-d5b4-23507703eb90-d8a673a4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_355d77f8-dbe9-ad72-d5b4-23507703eb93-d8a673a4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86a6c65f-6b86-d94d-73c6-281f40861516-d8a673a4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_86a6c65f-6b86-d94d-73c6-281f40861519-d8a673a4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1268ac0b-5cad-95a6-bdb0-936cdd5cb0fd-d8a673a4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_1268ac0b-5cad-95a6-bdb0-936cdd5cb100-d8a673a4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_65cb669b-5c74-072b-9b82-fc9bbe857c09-d8a673a4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_65cb669b-5c74-072b-9b82-fc9bbe857c0c-d8a673a4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c5965394-9fe9-bed7-05b3-a4a2138e97d3-d8a673a4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-c5965394-9fe9-bed7-05b3-a4a2138e97d6-d8a673a4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_41bee80b-7fca-0bfd-0bdc-052934835be0-d8a673a4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_41bee80b-7fca-0bfd-0bdc-052934835be3-d8a673a4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09f96a0b-63d5-8851-e61e-8a861db4745b-806fff7d {
  align-self: start;
}

#w-node-_09f96a0b-63d5-8851-e61e-8a861db4745e-806fff7d {
  align-self: center;
}

#w-node-_1e67707f-d6bc-0a52-e8dc-1611e986b113-806fff7d {
  align-self: start;
}

#w-node-_1e67707f-d6bc-0a52-e8dc-1611e986b116-806fff7d {
  align-self: center;
}

#w-node-_6dc418cf-acd2-8f3b-6476-f0c3d9cc663e-539b5af3 {
  align-self: start;
}

#w-node-_6dc418cf-acd2-8f3b-6476-f0c3d9cc6641-539b5af3 {
  align-self: center;
}

#w-node-_60a39c75-91a2-a9f0-8df4-f307ee16275f-539b5af3 {
  align-self: start;
}

#w-node-_60a39c75-91a2-a9f0-8df4-f307ee162762-539b5af3 {
  align-self: center;
}

#w-node-_00d31ae0-7903-443b-f5a9-1ec0f2dc8afb-2fda5d17, #w-node-_1e67707f-d6bc-0a52-e8dc-1611e986b113-2fda5d17 {
  align-self: start;
}

#w-node-_1e67707f-d6bc-0a52-e8dc-1611e986b116-2fda5d17 {
  align-self: center;
}

#w-node-_0584fffe-e308-ae02-b601-121a2aa8882a-2fda5d17 {
  align-self: start;
}

#w-node-_0584fffe-e308-ae02-b601-121a2aa8882d-2fda5d17 {
  align-self: center;
}

#w-node-_6abb8ab1-40d1-dcdc-d27a-3a1abf0d1584-31a585a8, #w-node-_1f76a83b-9204-a2b4-ec7b-faa97ef9f738-31a585a8, #w-node-_74a8009d-47a9-ba42-f372-eec680e2f68f-31a585a8 {
  align-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-b814f9b4-87ab-accb-5eba-1d1914ffabae-8b01f792 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7762e3f6-c45e-211a-0d35-d78c0357ee63-7ac77171 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_7762e3f6-c45e-211a-0d35-d78c0357ee64-7ac77171 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7762e3f6-c45e-211a-0d35-d78c0357ee7d-7ac77171 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_7762e3f6-c45e-211a-0d35-d78c0357ee80-7ac77171 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7762e3f6-c45e-211a-0d35-d78c0357ee67-7ac77171 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_7762e3f6-c45e-211a-0d35-d78c0357ee68-7ac77171 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7762e3f6-c45e-211a-0d35-d78c0357ee6b-7ac77171 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_7762e3f6-c45e-211a-0d35-d78c0357ee6e-7ac77171 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7762e3f6-c45e-211a-0d35-d78c0357ee71-7ac77171 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_7762e3f6-c45e-211a-0d35-d78c0357ee74-7ac77171 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7762e3f6-c45e-211a-0d35-d78c0357ee77-7ac77171 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_7762e3f6-c45e-211a-0d35-d78c0357ee7a-7ac77171 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5a01d711-a385-25a0-d0c4-d0da135c365e-d8a673a4 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_5a01d711-a385-25a0-d0c4-d0da135c3661-d8a673a4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_76d469c8-a1d3-a427-5589-f0ef6b0718b3-d8a673a4 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_76d469c8-a1d3-a427-5589-f0ef6b0718b6-d8a673a4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_355d77f8-dbe9-ad72-d5b4-23507703eb90-d8a673a4 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_355d77f8-dbe9-ad72-d5b4-23507703eb93-d8a673a4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86a6c65f-6b86-d94d-73c6-281f40861516-d8a673a4 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_86a6c65f-6b86-d94d-73c6-281f40861519-d8a673a4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1268ac0b-5cad-95a6-bdb0-936cdd5cb0fd-d8a673a4 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_1268ac0b-5cad-95a6-bdb0-936cdd5cb100-d8a673a4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_65cb669b-5c74-072b-9b82-fc9bbe857c09-d8a673a4 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_65cb669b-5c74-072b-9b82-fc9bbe857c0c-d8a673a4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c5965394-9fe9-bed7-05b3-a4a2138e97d3-d8a673a4 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-c5965394-9fe9-bed7-05b3-a4a2138e97d6-d8a673a4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_41bee80b-7fca-0bfd-0bdc-052934835be0-d8a673a4 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_41bee80b-7fca-0bfd-0bdc-052934835be3-d8a673a4 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


