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

.body {
  overflow: visible;
  background-color: #f2f2f2;
  font-family: Montserrat, sans-serif;
}

.nav-bar {
  padding-top: 70px;
  padding-bottom: 30px;
}

.nav-bar.functions {
  margin-bottom: 18px;
  padding-top: 50px;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 800;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 100px;
  padding-left: 100px;
}

.top {
  overflow: hidden;
  max-width: 1600px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.image-5 {
  position: static;
  left: auto;
  top: 0px;
  right: -9%;
  bottom: 0px;
  border-radius: 100px;
  box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0.45);
  -ms-transform: scale(0.45);
  transform: scale(0.45);
}

.image-5:hover {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.column-2 {
  position: relative;
  right: -42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -70px;
  margin-bottom: -70px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-2 {
  padding-top: 20px;
  padding-left: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.div-block-8 {
  padding-top: 10px;
}

.copyright {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 20px;
  -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;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.heading-6 {
  position: relative;
  top: -5px;
  right: -77%;
  opacity: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 200;
  text-align: right;
}

.div-block-13 {
  display: none;
  overflow: visible;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mid {
  display: block;
  overflow: hidden;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.hero-shot {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hero-shot.mid-block-space {
  margin-top: 15px;
  margin-bottom: 15px;
}

.grid {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 81px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.interview-user {
  -webkit-transform: translate(0px, -52px) scale(0.35);
  -ms-transform: translate(0px, -52px) scale(0.35);
  transform: translate(0px, -52px) scale(0.35);
}

.div-block-14 {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #2e2e2e;
}

.interview-user-sentence {
  max-width: 350px;
  margin-top: -190px;
  margin-right: auto;
  margin-left: auto;
  color: #ededed;
  text-align: center;
}

.interviewer-name {
  position: relative;
  top: -200px;
  color: #b2b2b2;
  font-size: 18px;
  text-align: center;
}

.interview {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #303030;
}

.processing {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  -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;
  -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;
  background-color: #101010;
}

.grid-2 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.card-board {
  overflow: hidden;
  max-height: 320px;
  margin-top: 5px;
}

.image-7 {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cnc {
  overflow: hidden;
  max-height: 320px;
  margin-top: 0px;
}

.image-9 {
  -webkit-transform: translate(0px, -52px) scale(0.65);
  -ms-transform: translate(0px, -52px) scale(0.65);
  transform: translate(0px, -52px) scale(0.65);
}

._3d-print {
  overflow: hidden;
  max-height: 320px;
  margin-bottom: 5px;
  background-color: #2b2b2b;
}

.image-10 {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.video {
  overflow: hidden;
  max-height: 320px;
  background-color: #000;
}

.background-video {
  width: 498px;
  height: 320px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.instructions {
  overflow: hidden;
}

.grid-3 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.instruction-box {
  display: block;
  height: 500px;
  margin-bottom: 10px;
  -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;
  background-color: #303030;
}

.instruction-box.self-cleaning {
  -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;
}

.instruction-box.smart-presser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.ins-image {
  position: relative;
  display: block;
  -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;
}

.image-11 {
  min-width: 590px;
}

.bottom {
  overflow: hidden;
  margin-bottom: 10px;
}

.image-12 {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.iterative-design {
  overflow: hidden;
  margin-bottom: 10px;
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #101010;
}

.grid-4 {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.interative-image {
  position: relative;
  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;
}

.interative-image.interation-movie {
  display: block;
}

.interative-image.first-g {
  left: 80px;
}

.interative-image.final-g {
  right: 80px;
}

.image-13 {
  -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
}

.image-14 {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.background-video-2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.how-to-use-h {
  position: relative;
  top: 90px;
  display: block;
  clear: none;
  color: #fefefe;
}

.how-to-use-h._2 {
  right: 12px;
}

.column-3 {
  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;
}

.column-4 {
  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;
}

.column-5 {
  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;
}

.how-to-use {
  position: relative;
  top: 103px;
  color: #fefefe;
}

.how-to-use._2 {
  right: 59px;
}

.image-15 {
  padding-top: 128px;
  padding-left: 115px;
}

.title {
  position: absolute;
}

.div-block-15 {
  position: absolute;
}

.column-6 {
  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;
}

.column-7 {
  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: 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;
}

.image-16 {
  display: block;
  max-width: none;
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
}

.grid-5 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-17 {
  position: relative;
  right: 30px;
  height: 500px;
  max-width: none;
}

.div-block-16 {
  position: relative;
  left: 146px;
}

.grid-6 {
  justify-items: center;
  grid-column-gap: 16px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-18 {
  height: 500px;
  max-width: none;
}

.div-block-17 {
  position: relative;
  margin-left: 185px;
}

.div-block-18 {
  position: relative;
  top: -2px;
  right: 58px;
}

.heading-7 {
  position: relative;
  left: -132px;
  top: -7px;
  color: #535353;
}

.bold-text-2 {
  position: relative;
  top: 3px;
  color: #555;
}

.italic-text {
  position: relative;
  color: #adadad;
  font-style: italic;
  font-weight: 700;
}

.column-8 {
  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;
}

.column-9 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-10 {
  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;
}

.text-block-4 {
  position: relative;
  left: 33px;
}

.text-block-5 {
  position: relative;
  right: 33px;
}

.columns-2 {
  position: relative;
  top: -37px;
}

.image-19 {
  width: 1600px;
}

.columns-3 {
  position: absolute;
}

.column-11 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-19 {
  overflow: hidden;
  margin-top: 5px;
  background-image: url('../images/Juicer-Research.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-20 {
  margin-bottom: 10px;
  background-color: rgba(31, 31, 31, 0);
}

.div-block-21 {
  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;
}

.heading-8 {
  margin-bottom: 20px;
  color: #7f7f7f;
}

.button {
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: rgba(77, 77, 77, 0);
  color: #333;
  font-weight: 400;
  text-decoration: none;
}

.button:hover {
  font-weight: 800;
}

.image-20 {
  position: absolute;
}

.image-21 {
  position: absolute;
  min-width: 465px;
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-22 {
  position: absolute;
  min-width: 465px;
  opacity: 0;
  -webkit-transform: translate(0.7px, 0px);
  -ms-transform: translate(0.7px, 0px);
  transform: translate(0.7px, 0px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.heading-9 {
  position: relative;
  top: -35px;
  padding-left: 115px;
  color: #f7f7f7;
}

.link-block {
  color: #333;
  text-decoration: none;
}

.link-block:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #000;
}

@media screen and (max-width: 991px) {
  .nav-bar {
    padding-top: 125px;
    padding-bottom: 42px;
  }

  .nav-bar.functions {
    margin-bottom: 50px;
    padding-top: 130px;
    padding-bottom: 0px;
  }

  .text-block {
    font-size: 40px;
  }

  .column {
    left: -66px;
  }

  .columns {
    margin-top: -74px;
  }

  .top {
    margin-bottom: 0px;
  }

  .image-5 {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
  }

  .column-2 {
    right: -104px;
  }

  .text-block-2 {
    padding-top: 11px;
    font-size: 10px;
  }

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

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

  .interview-user-sentence {
    margin-top: -160px;
    font-size: 12px;
  }

  .interviewer-name {
    margin-top: 13px;
    margin-bottom: -35px;
  }

  .card-board {
    margin-top: 0px;
  }

  .image-9 {
    position: static;
  }

  ._3d-print {
    display: block;
    margin-bottom: -70px;
  }

  .interative-image.first-g {
    left: 61px;
  }

  .interative-image.final-g {
    right: 61px;
  }

  .background-video-2 {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  .image-15 {
    padding-top: 52px;
    padding-left: 70px;
    -webkit-transform: translate(-51px, 0px) scale(0.75);
    -ms-transform: translate(-51px, 0px) scale(0.75);
    transform: translate(-51px, 0px) scale(0.75);
  }

  .div-block-16 {
    left: 82px;
  }

  .image-18 {
    position: relative;
    left: -35px;
  }

  .div-block-17 {
    right: 100px;
  }

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

  .heading-9 {
    margin-top: -5px;
    padding-left: 70px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar.functions {
    margin-bottom: 20px;
    padding-top: 90px;
  }

  .image-5 {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }

  .column-2 {
    top: -7px;
    right: -90px;
    padding-right: 15px;
    padding-left: 0px;
  }

  .div-block-8 {
    margin-right: -200px;
  }

  .grid {
    max-width: 480px;
  }

  .interview-user {
    margin-top: 33px;
    -webkit-transform: translate(0px, -52px) scale(0.5);
    -ms-transform: translate(0px, -52px) scale(0.5);
    transform: translate(0px, -52px) scale(0.5);
  }

  .interview-user-sentence {
    margin-top: -126px;
    font-size: 8px;
  }

  .interviewer-name {
    margin-top: 94px;
    margin-bottom: -80px;
  }

  .iterative-design {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .interative-image.first-g {
    left: 0px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  .interative-image.final-g {
    right: 0px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  .image-13 {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }

  .image-14 {
    -webkit-transform: scale(1.2) translate(0px, 0px);
    -ms-transform: scale(1.2) translate(0px, 0px);
    transform: scale(1.2) translate(0px, 0px);
  }

  .background-video-2 {
    -webkit-transform: scale(0.36);
    -ms-transform: scale(0.36);
    transform: scale(0.36);
  }

  .column-3 {
    top: -23px;
    -webkit-transform: translate(0px, -148px) scale(0.7);
    -ms-transform: translate(0px, -148px) scale(0.7);
    transform: translate(0px, -148px) scale(0.7);
  }

  .column-5 {
    top: -477px;
    right: -55px;
  }

  .image-15 {
    padding-top: 45px;
    -webkit-transform: translate(-81px, 0px) scale(0.6);
    -ms-transform: translate(-81px, 0px) scale(0.6);
    transform: translate(-81px, 0px) scale(0.6);
  }

  .image-17 {
    left: -771px;
    right: auto;
  }

  .div-block-16 {
    position: absolute;
    left: 60px;
    top: -35px;
    z-index: 2;
  }

  .div-block-17 {
    top: -415px;
    right: 282px;
  }

  .text-block-4 {
    left: -249px;
  }

  .text-block-5 {
    right: -251px;
  }

  .columns-2 {
    display: none;
  }

  .image-21 {
    -webkit-transform: scale3d(1none, 1none, 1none);
    transform: scale3d(1none, 1none, 1none);
  }

  .image-22 {
    -webkit-transform: scale3d(1none, 1none, 1none) translate(0.7px, 0px);
    transform: scale3d(1none, 1none, 1none) translate(0.7px, 0px);
  }

  .heading-9 {
    margin-top: -18px;
    font-size: 8px;
    line-height: 13px;
    font-weight: 400;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: visible;
  }

  .nav-bar {
    padding-top: 152px;
  }

  .nav-bar.functions {
    margin-bottom: 28px;
    padding-top: 110px;
  }

  .text-block.functions {
    font-size: 30px;
  }

  .text-block.process {
    font-size: 30px;
  }

  .columns {
    margin-bottom: 7px;
  }

  .top {
    display: block;
    overflow: hidden;
    width: 100.04175620188545%;
    margin-top: 65px;
    margin-bottom: 100px;
  }

  .image-5 {
    position: absolute;
    top: 24px;
    right: 1%;
    display: inline-block;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  .column-2 {
    position: relative;
    top: -2px;
    right: -58px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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-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;
  }

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

  .div-block-8.pr {
    left: -20px;
  }

  .div-block-8.fu {
    left: -20px;
  }

  .copyright {
    bottom: auto;
    overflow: hidden;
  }

  .heading-6 {
    position: absolute;
    right: -620%;
    margin-top: -82px;
    margin-right: -80px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    opacity: 0;
  }

  .div-block-13 {
    position: static;
    margin-right: 219px;
    margin-left: 99px;
  }

  .hero-shot {
    margin-top: 0px;
    padding-top: 61px;
    padding-bottom: 40px;
  }

  .grid {
    max-width: 390px;
    grid-column-gap: 0px;
  }

  .image-9 {
    position: relative;
    top: 26px;
  }

  .image-10 {
    position: relative;
    top: 4px;
  }

  .bottom {
    height: 180px;
  }

  .image-12 {
    -webkit-transform: translate(-10px, 23px) scale(1.5);
    -ms-transform: translate(-10px, 23px) scale(1.5);
    transform: translate(-10px, 23px) scale(1.5);
  }

  .interative-image.interation-movie {
    margin-bottom: -241px;
  }

  .background-video-2 {
    top: -122px;
  }

  .column-3 {
    top: 70px;
  }

  .column-5 {
    top: auto;
    bottom: 289px;
  }

  .how-to-use {
    top: 90px;
    font-size: 12px;
  }

  .image-15 {
    margin-top: -30px;
    padding-top: 0px;
    padding-left: 36px;
    -webkit-transform: translate(-103px, 0px) scale(0.5);
    -ms-transform: translate(-103px, 0px) scale(0.5);
    transform: translate(-103px, 0px) scale(0.5);
  }

  .title {
    left: 13px;
    z-index: 2;
  }

  .image-17 {
    position: absolute;
    left: auto;
    right: -258px;
    z-index: 1;
  }

  .div-block-16 {
    left: 33px;
  }

  .div-block-17 {
    margin-left: 130px;
  }

  .bold-text {
    font-size: 35px;
  }

  .div-block-18 {
    top: 50px;
  }

  .image-19 {
    -webkit-transform: translate(-48px, -14px) scale(1.6);
    -ms-transform: translate(-48px, -14px) scale(1.6);
    transform: translate(-48px, -14px) scale(1.6);
  }

  .heading-9 {
    top: -28px;
    margin-top: -10px;
    padding-left: 16px;
    font-size: 8px;
  }

  .bold-text-3 {
    font-size: 30px;
  }

  .bold-text-4 {
    font-size: 35px;
  }
}

#w-node-_627cffbc-7fa0-f75e-0ad8-b7eebf6081eb-51f099f4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_199b896c-80f6-db40-ea99-881b9315f03a-51f099f4 {
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_3f684e25-e525-1d0c-6fb5-95649539b3f6-51f099f4 {
  -ms-grid-column-span: 3;
  grid-column-end: 5;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3f684e25-e525-1d0c-6fb5-95649539b3f6-51f099f4 {
    -ms-grid-column-span: 3;
    grid-column-end: 5;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_31db7628-e690-3b53-5541-2a2775c1427a-51f099f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_3f684e25-e525-1d0c-6fb5-95649539b3f6-51f099f4 {
    -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;
  }

  #w-node-_6de0bd9c-135c-c832-1bac-1c8a6d40fabb-51f099f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Montserrat-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bauhaus std demi 6295';
  src: url('../fonts/Bauhaus-Std-Demi_6295.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bauhaus std 6296';
  src: url('../fonts/Bauhaus-Std-Heavy_6296.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bauhaus std 6297';
  src: url('../fonts/Bauhaus-Std-Light_6297.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bauhaus std 6294';
  src: url('../fonts/Bauhaus-Std-Bold_6294.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bauhaus std';
  src: url('../fonts/Bauhaus-Std-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bauhaus std';
  src: url('../fonts/Bauhaus-Std-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bauhaus std';
  src: url('../fonts/Bauhaus-Std-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bauhaus std';
  src: url('../fonts/Bauhaus-Std-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bauhaus std demi';
  src: url('../fonts/Bauhaus-Std-Demi.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}