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

.text-span-2 {
  color: #10b7d8;
  font-weight: 600;
}

.header {
  display: -ms-grid;
  display: grid;
  height: 50vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 25% 0px 50% 0px 25%;
  grid-template-columns: 25% 50% 25%;
  -ms-grid-rows: 25% 0px 75%;
  grid-template-rows: 25% 75%;
}

.headline {
  width: 40vw;
  margin-right: auto;
  margin-bottom: 10%;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #023c56;
  font-size: 3.5vw;
  line-height: 100%;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.container {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.logos {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: auto;
  padding-top: 25px;
  padding-left: 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  text-align: left;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.logos:hover {
  -webkit-transform: rotateX(25deg) rotateY(25deg) rotateZ(0deg);
  transform: rotateX(25deg) rotateY(25deg) rotateZ(0deg);
}

.logos.w--current {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  padding-top: 25px;
}

.logo3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  max-width: 100%;
  margin-left: 10px;
  padding-top: 10px;
  padding-left: 10px;
  opacity: 0;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.text-span-5 {
  color: #000;
}

.logo1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  margin-top: -10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-left: 10px;
  opacity: 0;
}

.logo {
  position: static;
  padding-top: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #10b7d8;
  font-size: 40px;
  font-weight: 700;
}

.logo2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  margin-top: 10px;
  margin-left: 20px;
  padding-top: 10px;
  padding-left: 10px;
  opacity: 0;
}

.vfx {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 15vw;
  margin-top: 10px;
  margin-left: 40px;
  opacity: 0;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.image-2 {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
}

.image-1 {
  display: none;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
}

.vr {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 10vw;
  margin-top: 10px;
  margin-left: 50px;
  opacity: 0;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  font-size: 7vw;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  height: 100vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 64vw 0px 20vw;
  grid-template-columns: 64vw 20vw;
  -ms-grid-rows: 25vh 0px auto;
  grid-template-rows: 25vh auto;
  background-image: url('../images/dennis-sluijter-cv.png');
  background-position: 30% 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.image-3 {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
}

.web {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  width: 19vw;
  margin-top: 5px;
  margin-left: 40px;
  opacity: 1;
}

.nav-link {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-right: 25px;
  padding-left: 40px;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  color: rgba(3, 165, 160, 0.35);
  font-size: 7vw;
  line-height: 120%;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.4vw;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #03a5a0;
}

.link {
  position: relative;
  z-index: 1;
  opacity: 1;
  color: #272b2e;
  font-size: 7vw;
  line-height: 7vw;
  font-weight: 900;
  letter-spacing: 0vw;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  color: #10b7d8;
}

.contact-info {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 100;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 20px 25px;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  background-color: #f2f2f2;
  font-family: Montserrat, sans-serif;
  color: #272b2e;
}

.contact-link {
  display: block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #272b2e;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.contact-link:hover {
  color: #10b7d8;
}

.contact-link.underline {
  text-align: left;
  text-decoration: underline;
}

.contact-link.underline:hover {
  color: #10b7d8;
}

.socials {
  display: inline;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 700;
  text-align: right;
}

.social-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #272b2e;
  text-decoration: none;
}

.social-link:hover {
  color: #10b7d8;
}

.menu {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 20px;
  padding-right: 20px;
}

.menu.cta {
  padding-top: 10px;
  padding-right: 10px;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #023c56;
  font-size: 2.5vw;
  font-weight: 600;
}

.menu.cta:hover {
  color: #10b7d8;
}

.menu.cta.w--current {
  position: absolute;
  top: 5%;
  right: 5%;
  padding-top: 0px;
  padding-right: 0px;
  font-family: Montserrat, sans-serif;
  color: #023c56;
  font-size: 3vw;
  font-weight: 600;
  text-decoration: underline;
}

.menu.cta.w--current:hover {
  color: #10b7d8;
}

.subtitle {
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Montserrat, sans-serif;
  color: #272b2e;
  font-size: 2.5vw;
  line-height: 2.5vw;
  font-weight: 500;
  text-align: center;
}

.text-span-9 {
  font-size: 1vw;
}

.nav {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 25px;
  margin-right: 20px;
  padding: 20px 25px 20px 0px;
  background-color: rgba(192, 172, 172, 0);
}

.title {
  position: static;
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  font-family: Montserrat, sans-serif;
  color: #272b2e;
  font-size: 3vw;
  font-weight: 500;
  text-align: center;
}

.orange {
  color: #000;
  font-weight: 800;
}

.text-span-6 {
  color: #10b7d8;
  font-weight: 800;
}

.project-link {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #272b2e;
  font-size: 2vw;
  line-height: 100%;
  font-weight: 700;
  text-decoration: none;
}

.project-link:hover {
  color: #10b7d8;
}

.project-link.current {
  padding-right: 5%;
  padding-left: 5%;
  color: #10b7d8;
}

.d-128-content-wrapper-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #10b7d8;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.d-128-image-wrapper-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  background-color: #ec7b1d;
}

.d-128-image-wrapper-2._3 {
  background-color: #ec7b1d;
}

.d-128-image-wrapper-2._2 {
  background-color: #ec7b1d;
}

.portfolio-container {
  display: none;
  height: 100vh;
  max-width: 1240px;
  margin-bottom: 0px;
}

.demo-wrapper-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  margin-right: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.d-128-image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.d-128-image-2._2 {
  background-image: none;
  background-size: cover;
}

.d-128-image-2._2.pt2 {
  background-image: none;
}

.d-128-image-2._2.pt5 {
  background-image: none;
}

.d-128-image-2.pt1 {
  background-image: none;
}

.d-128-image-2.pt4 {
  background-image: none;
}

.d-128-image-2._3 {
  background-image: none;
  background-size: cover;
}

.d-128-image-2._3.pt6 {
  background-image: none;
}

.d-128-h3-card-heading-2 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  text-transform: none;
}

.d-128-3d-card-wrapper {
  position: relative;
  overflow: visible;
  width: 400px;
  height: 300px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  cursor: pointer;
}

.footer {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 10vh;
  grid-template-rows: 10vh;
}

.nav-2 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 25px;
  margin-right: 20px;
  padding: 20px 25px 20px 0px;
  background-color: hsla(0, 0%, 94.9%, 0);
}

.text-span-7 {
  color: #10b7d8;
  font-weight: 700;
}

.nav-3 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 25px;
  margin-right: 20px;
  padding: 20px 25px 20px 0px;
  background-color: hsla(0, 0%, 94.9%, 0);
}

.demo-btn-close-wrapper {
  right: 35px;
  bottom: 40px;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}

.browser-dot {
  width: 10px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 50%;
  background-color: #fc615d;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.demo-arrow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #4d16dd;
  text-decoration: none;
  cursor: pointer;
}

.demo-arrow-wrapper.next {
  margin-right: 10px;
  margin-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.demo-btn-close-arrow {
  width: 10px;
  height: 10px;
  margin-top: 6px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.inner-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e6e7e8;
}

.d-121-text-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #10b7d8;
}

.browser-demo {
  position: relative;
  display: none;
  overflow: hidden;
  width: 500px;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background-color: #1a1a1a;
  background-image: none;
}

.clone-instructions-panel {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.demo-banner-bottom {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #121212;
}

.d-121-project-card-wrapper {
  position: relative;
  width: 400px;
  height: 300px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #fff;
  background-image: url('../images/flyer-kastfood-viibmedia.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
}

.d-121-project-card-wrapper._2 {
  background-image: url('../images/visitekaartjes-compac-viibmedia.jpg');
  background-size: cover;
}

.d-121-project-card-wrapper._2.card-5 {
  background-image: url('../images/morris-media-home.PNG');
  background-position: 0% 0%;
}

.d-121-project-card-wrapper._2.card-5.dtp-5 {
  background-image: url('../images/Idee-1_Tekengebied-1.jpg');
}

.d-121-project-card-wrapper._2.card-2 {
  background-image: url('../images/buiten-bereik.PNG');
}

.d-121-project-card-wrapper._2.card-2.dtp-2 {
  background-image: url('../images/visitekaartjes-compac-viibmedia.jpg');
}

.d-121-project-card-wrapper._3 {
  background-image: url('../images/onbeperkt-grafisch-ontwerp-flyer.jpg');
  background-size: contain;
}

.d-121-project-card-wrapper._3.card-6 {
  display: none;
  background-image: url('../images/spoor24-logo-final_Tekengebied-1-kopie-4-copy.jpg');
  background-size: cover;
}

.d-121-project-card-wrapper._3.card-6.dtp-6 {
  display: block;
}

.d-121-project-card-wrapper._3.card-3 {
  background-image: url('../images/viib-home.PNG');
  background-size: cover;
}

.d-121-project-card-wrapper._3.card-3.dtp-3 {
  background-image: url('../images/onbeperkt-grafisch-ontwerp-flyer.jpg');
}

.d-121-project-card-wrapper.card-4 {
  background-image: url('../images/investeren-home.PNG');
  background-position: 30% 50%;
  background-size: cover;
}

.d-121-project-card-wrapper.card-4.dtp-4 {
  background-image: url('../images/logo-zwart.png');
}

.d-121-project-card-wrapper.card-1 {
  background-image: url('../images/vdcamp-website-desktop.PNG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.learn-ui-panel-right-arrow {
  position: relative;
}

.d-121-author-text {
  color: #fff;
}

.demo-btn-text {
  position: relative;
  z-index: 1;
  padding: 15px 30px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.33);
  color: #fff;
  font-size: 1.25rem;
  text-decoration: none;
}

.demo-btn-text.f-1 {
  position: static;
  z-index: 1;
  padding: 8px 15px;
  border-style: none;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.demo-btn-text.f-1.ui-design {
  padding-right: 5px;
  padding-left: 5px;
}

.demo-mark {
  position: static;
  display: block;
  width: 80px;
  margin-left: 0px;
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.instructions-wrapper {
  position: absolute;
  left: auto;
  top: -100px;
  right: auto;
  bottom: auto;
  display: none;
  margin-top: auto;
  margin-left: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.panel-button-wrapper {
  width: 150px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.demo-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/background.svg'), -webkit-gradient(linear, left top, left bottom, from(#1a1a1a), to(#1a1a1a));
  background-image: url('../images/background.svg'), linear-gradient(180deg, #1a1a1a, #1a1a1a);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
}

.demo-left-arrow-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.demo-banner-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 40px 10px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #121212;
}

.browser-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #e2e2e2;
}

.demo-bottom-buttons {
  position: fixed;
  left: auto;
  top: auto;
  right: 35px;
  bottom: 40px;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.learn-ui-panel {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.demo-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#4d16dd), to(#ff47f9));
  background-image: linear-gradient(90deg, #4d16dd, #ff47f9);
  text-decoration: none;
}

.demo-btn.f-2 {
  margin-top: 0px;
  margin-left: 15px;
  border: 1px solid #ff47f9;
  border-radius: 25px;
  background-image: none;
}

.demo-btn.f-2.bottom-btn {
  display: none;
  margin-right: 15px;
  margin-left: 0px;
}

.demo-btn.f-1 {
  margin: 0px;
  padding-top: 0px;
  padding-right: 15px;
  padding-left: 15px;
  border: 1px solid #000;
  border-radius: 25px;
  background-image: -webkit-gradient(linear, left top, right top, from(#4d16dd), to(#ff47f9));
  background-image: linear-gradient(90deg, #4d16dd, #ff47f9);
}

.demo-btn-close-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
}

.panel-text-wrapper {
  width: 600px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.demo-right-arrow-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.demo-p.main {
  display: block;
  max-width: 350px;
  margin-right: 60px;
  padding-right: 60px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.demo-p.main.popup {
  max-width: none;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding-right: 50px;
  padding-left: 50px;
  color: #333;
  line-height: 20px;
  text-align: center;
}

.demo-p.arrow {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-bottom: 10px;
  font-size: 19px;
  text-align: left;
}

.demo-p.bottom {
  margin-top: 11px;
  margin-bottom: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-align: left;
}

.demo-wrapper {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.demo-wrapper.wrap-1 {
  width: 80%;
  margin-top: 40px;
}

.demo-wrapper.wrap-2 {
  width: 80%;
  margin-top: 140px;
}

.demo-wrapper.wrap-3 {
  width: 80%;
  margin-top: 140px;
}

.separator {
  width: 80px;
  height: 2px;
  margin-bottom: 15px;
  background-color: #fff;
}

.separator.popup {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  background-color: #101010;
}

.demo-text-wrapper {
  width: 250px;
}

.d-121-project-title {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.d-121-project-title.sub-tekst {
  font-size: 20px;
  font-weight: 400;
}

.demo-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.demo-main-text-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 99;
  display: none;
  width: 500px;
  height: auto;
  margin-top: 100px;
  margin-right: 0px;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.demo-arrow-text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.demo-heading.h2 {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  letter-spacing: 1px;
}

.demo-heading.h2.popup {
  display: block;
  padding-right: 40px;
  padding-left: 40px;
  color: #333;
  font-size: 25px;
  line-height: 35px;
}

.demo-heading.h1 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 0px;
  margin-bottom: 9px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 1px;
  text-transform: none;
}

.demo-heading.h1.popup {
  margin-top: 0px;
  color: #333;
  font-size: 50px;
  line-height: 60px;
}

.demo-heading.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.d-50-circle-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}

.d-121-view-button {
  margin-top: 20px;
  padding: 10px 30px;
  border-radius: 3px;
  background-color: #000;
  font-weight: 500;
  letter-spacing: 1px;
}

.demo-mark-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.demo-btn-wrapper-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-color: #4d16dd;
}

.demo-btn-wrapper-block.f-2 {
  background-color: #ff47f9;
}

.d-121-section-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
}

.image-5 {
  margin-right: 15px;
  margin-left: 15px;
}

.demo-banner-bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 980px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.demo-close-div {
  display: block;
}

.demo-close-div.popup {
  position: absolute;
  top: 100px;
  right: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.close-line {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
}

.close-line.rotate {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.close-line.rotate.popup {
  background-color: #333;
}

.close-line.popup {
  background-color: #333;
}

.demo-logo-mark {
  position: static;
  width: 120px;
  margin-left: 5px;
}

.link-2 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.link-2:hover {
  color: #d6d6d6;
}

.heading {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 40px;
}

.paragraph {
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}

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

.paragraph-2 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .headline {
    width: 100%;
    font-size: 3.5vw;
  }

  .logos {
    position: relative;
    padding-top: 0px;
  }

  .nav-grid {
    grid-template-areas: ".";
  }

  .contact-info {
    position: relative;
    text-align: right;
  }

  .subtitle {
    font-size: 4.5vw;
    line-height: 6.5vw;
  }

  .nav {
    position: relative;
    margin-top: 40px;
  }

  .title {
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 8vw;
  }

  .project-link {
    font-size: 2vw;
  }

  .project-link.current {
    font-size: 2vw;
  }

  .demo-wrapper-2 {
    margin-top: 100px;
    margin-right: 0%;
    margin-bottom: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .d-128-3d-card-wrapper {
    margin-bottom: 60px;
  }

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

  .nav-2 {
    position: relative;
    margin-top: 40px;
  }

  .nav-3 {
    position: relative;
    margin-top: 40px;
  }

  .demo-btn-close-wrapper {
    position: static;
  }

  .inner-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .browser-demo {
    width: 500px;
    height: 300px;
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .clone-instructions-panel {
    display: none;
  }

  .demo-banner-bottom {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .d-121-project-card-wrapper {
    margin-bottom: 80px;
  }

  .instructions-wrapper {
    position: relative;
    left: -25px;
    top: 0%;
    margin-top: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .demo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: auto;
    min-height: 100vh;
    clear: both;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .demo-left-arrow-wrapper {
    position: fixed;
  }

  .learn-ui-panel {
    display: none;
  }

  .demo-right-arrow-wrapper {
    position: fixed;
  }

  .demo-p.main {
    max-width: 350px;
    margin-bottom: 40px;
    padding-right: 32px;
  }

  .demo-p.main.popup {
    line-height: 20px;
  }

  .demo-wrapper {
    margin-top: 100px;
    margin-right: 0%;
    margin-bottom: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .demo-text-wrapper {
    width: 330px;
  }

  .demo-btn-wrapper {
    margin-top: 30px;
  }

  .demo-main-text-wrapper {
    position: absolute;
    width: 510px;
    margin-top: 100px;
    margin-right: auto;
    margin-left: 40px;
  }

  .demo-heading.h2.popup {
    line-height: 35px;
  }

  .demo-heading.h1.popup {
    line-height: 60px;
  }

  .d-50-circle-wrapper-2 {
    margin-top: 12px;
  }

  .d-121-section-home {
    overflow: visible;
    clear: both;
  }

  .image-4 {
    margin-right: 0px;
  }

  .demo-banner-bottom-wrapper {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .demo-logo-mark {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .nav-link-wrapper {
    top: 30%;
  }

  .demo-wrapper-2 {
    margin-top: 100px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
  }

  .inner-wrapper {
    overflow: visible;
    width: 100%;
    height: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .browser-demo {
    width: 400px;
    height: 300px;
    margin-right: 110px;
    margin-bottom: 100px;
    margin-left: 110px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .clone-instructions-panel {
    display: none;
    height: auto;
  }

  .demo-banner-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .demo-btn-text.f-1 {
    font-size: 12px;
  }

  .instructions-wrapper {
    margin-left: 0px;
  }

  .demo-container {
    display: block;
    min-height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/background.svg'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/background.svg'), linear-gradient(180deg, null, null);
    background-attachment: fixed, scroll;
  }

  .learn-ui-panel {
    display: none;
    height: auto;
  }

  .demo-btn.f-2 {
    margin-bottom: 10px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .demo-btn.f-2.bottom-btn {
    margin-bottom: 0px;
  }

  .demo-btn.f-1 {
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .panel-text-wrapper {
    overflow: visible;
    width: 100%;
    height: 420px;
    margin-top: 150px;
  }

  .demo-p.main {
    max-width: 350px;
    margin-right: 30px;
    padding-right: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .demo-p.main.popup {
    padding-right: 0px;
    padding-left: 0px;
  }

  .demo-wrapper {
    margin-top: 100px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
  }

  .demo-btn-wrapper {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .demo-main-text-wrapper {
    width: auto;
    margin-right: 0px;
    margin-left: 0%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .demo-heading.h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .demo-heading.h2.popup {
    font-size: 20px;
    line-height: 30px;
  }

  .demo-heading.h1 {
    max-width: 400px;
  }

  .demo-heading.h1.popup {
    max-width: none;
    font-size: 35px;
    line-height: 45px;
  }

  .demo-close-div.popup {
    top: 50px;
    right: 50px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    height: 35vh;
    grid-auto-columns: 0.25fr;
    grid-template-areas: ".";
    -ms-grid-columns: 0.25fr 1fr 0.25fr;
    grid-template-columns: 0.25fr 1fr 0.25fr;
    -ms-grid-rows: 2fr 1fr;
    grid-template-rows: 2fr 1fr;
  }

  .headline {
    display: block;
    width: 100%;
    margin-bottom: 5%;
    font-size: 8vw;
  }

  .container {
    margin-top: 100px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .logos {
    position: absolute;
    padding-top: 25px;
  }

  .nav-link-wrapper {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100vw;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .nav-grid {
    width: 100vw;
    grid-template-areas: ".";
    -ms-grid-columns: 100vw;
    grid-template-columns: 100vw;
    -ms-grid-rows: 0vh auto;
    grid-template-rows: 0vh auto;
    background-position: 50% 50%;
    background-size: auto 100vh;
  }

  .nav-link {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 6vw;
  }

  .link {
    text-align: left;
  }

  .contact-info {
    position: relative;
    text-align: center;
  }

  .contact-link {
    text-align: center;
  }

  .contact-link.underline {
    text-align: center;
  }

  .socials {
    text-align: center;
  }

  .menu.cta.w--current {
    opacity: 0;
  }

  .container-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .subtitle {
    font-size: 7vw;
    line-height: 4vh;
  }

  .nav {
    position: relative;
    margin-top: 100px;
    margin-right: 0px;
    margin-bottom: 60px;
    padding: 0px;
    text-align: center;
  }

  .title {
    margin-bottom: 20px;
    font-size: 9vw;
  }

  .project-link {
    font-size: 7vw;
  }

  .project-link.current {
    font-size: 7vw;
  }

  .demo-wrapper-2 {
    margin-top: 100px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .demo-wrapper-2.portfolio-2 {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .d-128-3d-card-wrapper {
    width: 300px;
  }

  .footer {
    margin-top: 20px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .nav-2 {
    position: relative;
    margin-top: 100px;
    margin-right: 0px;
    margin-bottom: 60px;
    padding: 0px;
    text-align: center;
  }

  .nav-3 {
    position: relative;
    margin-top: 100px;
    margin-right: 0px;
    margin-bottom: 60px;
    padding: 0px;
    text-align: center;
  }

  .demo-btn-close-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .demo-arrow-wrapper {
    margin-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .demo-arrow-wrapper.next {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .inner-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .browser-demo {
    width: 300px;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .clone-instructions-panel {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: visible;
    width: 100%;
    height: 100%;
  }

  .demo-banner-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .d-121-project-card-wrapper {
    width: 260px;
  }

  .demo-mark {
    width: 80px;
    padding: 10px;
  }

  .instructions-wrapper {
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .demo-left-arrow-wrapper {
    width: 50px;
  }

  .demo-banner-top {
    padding-right: 20px;
    padding-left: 0px;
  }

  .demo-bottom-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .learn-ui-panel {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: visible;
    width: 100%;
    height: 100%;
  }

  .demo-btn.f-2.bottom-btn {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .panel-text-wrapper {
    margin-top: 0px;
  }

  .demo-right-arrow-wrapper {
    width: 50px;
  }

  .demo-p.main {
    max-width: 350px;
    margin-right: 30px;
    margin-bottom: 20px;
    padding-right: 0px;
    font-size: 14px;
  }

  .demo-wrapper {
    margin-top: 100px;
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .demo-text-wrapper {
    width: 100%;
    max-width: 330px;
  }

  .demo-btn-wrapper {
    width: 180px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .demo-main-text-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .demo-arrow-text {
    display: none;
  }

  .demo-heading.h2 {
    font-size: 15px;
    line-height: 20px;
  }

  .demo-heading.h2.popup {
    font-size: 15px;
    line-height: 20px;
  }

  .demo-heading.h1 {
    line-height: 28px;
  }

  .demo-heading.h1.popup {
    font-size: 25px;
    line-height: 35px;
  }

  .demo-mark-logo-wrapper {
    margin-left: 10px;
  }

  .image-4 {
    margin-top: 0px;
    margin-right: 0px;
  }

  .image-5 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .demo-banner-bottom-wrapper {
    margin-left: 10px;
  }
}

#w-node-_7a9207d1-2578-342a-3ae9-bfbbcf6e5262-7e035040 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e57d256a-917d-9361-3bbc-a3b9c7dc58ba-7e035040 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-e57d256a-917d-9361-3bbc-a3b9c7dc58bb-7e035040 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-e57d256a-917d-9361-3bbc-a3b9c7dc58bc-7e035040 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-e57d256a-917d-9361-3bbc-a3b9c7dc58bd-7e035040 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#header.w-node-_52dc33f0-42cd-34fa-5083-3bfc5461c2d4-e6b4db73 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_52dc33f0-42cd-34fa-5083-3bfc5461c2e1-e6b4db73 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#header.w-node-_98aa54ee-c53f-061d-f084-3b514f47a290-aab8d41b {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_98aa54ee-c53f-061d-f084-3b514f47a299-aab8d41b {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#header.w-node-_07cf9fb6-f14a-708a-c6ba-ef1f16ad29df-f2722f46 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_07cf9fb6-f14a-708a-c6ba-ef1f16ad29e8-f2722f46 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-_7a9207d1-2578-342a-3ae9-bfbbcf6e5262-7e035040 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e57d256a-917d-9361-3bbc-a3b9c7dc58bc-7e035040 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }

  #header.w-node-_52dc33f0-42cd-34fa-5083-3bfc5461c2d4-e6b4db73 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_52dc33f0-42cd-34fa-5083-3bfc5461c2e1-e6b4db73 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #header.w-node-_98aa54ee-c53f-061d-f084-3b514f47a290-aab8d41b {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_98aa54ee-c53f-061d-f084-3b514f47a299-aab8d41b {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #header.w-node-_07cf9fb6-f14a-708a-c6ba-ef1f16ad29df-f2722f46 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_07cf9fb6-f14a-708a-c6ba-ef1f16ad29e8-f2722f46 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7a9207d1-2578-342a-3ae9-bfbbcf6e5262-7e035040 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e57d256a-917d-9361-3bbc-a3b9c7dc58ba-7e035040 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }

  #w-node-e57d256a-917d-9361-3bbc-a3b9c7dc58bb-7e035040 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }

  #w-node-e57d256a-917d-9361-3bbc-a3b9c7dc58bc-7e035040 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }

  #w-node-e57d256a-917d-9361-3bbc-a3b9c7dc58bd-7e035040 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #header.w-node-_52dc33f0-42cd-34fa-5083-3bfc5461c2d4-e6b4db73 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_52dc33f0-42cd-34fa-5083-3bfc5461c2e1-e6b4db73 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #header.w-node-_98aa54ee-c53f-061d-f084-3b514f47a290-aab8d41b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_98aa54ee-c53f-061d-f084-3b514f47a299-aab8d41b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #header.w-node-_07cf9fb6-f14a-708a-c6ba-ef1f16ad29df-f2722f46 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_07cf9fb6-f14a-708a-c6ba-ef1f16ad29e8-f2722f46 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}