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

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
}
.nav-link---demo:hover {
    color: #b5b5b5 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}
.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading {
  margin-top: 10px;
  margin-left: 0px;
  float: left;
  clear: none;
  font-family: Graphik, sans-serif;
  color: #fff;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
}

.nav-link {
  margin-top: -6px;
  font-family: Graphik, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.nav-link:hover {
  opacity: 1;
  color: #b5b5b5;
}

.nav-link.w--open {
  opacity: 1;
  color: #b5b5b5;
}

.nav-link.w--open:hover {
  color: #b5b5b5;
}

.nav-link---demo {
  display: inline-block;
  margin-top: 5px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 8px 15px;
  -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: 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;
  background-color: none;
  font-family: Graphik, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
}

.nav-link---demo:hover {
  font-size: 17px;
  font-weight: 600;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: block;
  background-color: #000;
  color: #000;
}

.dropdown-list {
  background-color: #3b3b3b;
}

.dropdown-list.w--open {
  display: block;
  width: 200px;
  margin-top: auto;
  padding: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: -1px 1px 20px -9px #5f5f5f;
}

.dropdown-list.w--open:hover {
  opacity: 1;
}

.dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #000;
  font-size: 13px;
  font-weight: 500;
}

.dropdown-link:hover {
  color: #4353ff;
}

.dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #000;
  font-size: 13px;
  font-weight: 500;
}

.dropdown-link-2:hover {
  color: #4353ff;
}

.dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000;
  font-size: 13px;
  font-weight: 500;
}

.dropdown-link-3:hover {
  color: #4353ff;
}

.phase1 {
  position: relative;
  z-index: 10;
  height: auto;
  margin-top: 0px;
  background-color: #000;
}

.phase-1-text-part {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  max-width: 90%;
  margin-top: 0px;
  padding-top: 36vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.phase-1-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Graphik, sans-serif;
  color: #fff;
  font-size: 65px;
  line-height: 64px;
  font-weight: 500;
  text-align: center;
  background-clip: border-box;
}

.phase-1-para {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 68px;
  padding-left: 68px;
  font-family: Graphik, sans-serif;
  color: #e7e7e7;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.phase-2 {
  margin-top: 100px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #039a9a;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.container-2 {
  max-width: 90%;
  margin-top: 100px;
}

.phase-3 {
  overflow: hidden;
  margin-top: 60px;
}

.ingest {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  background-image: linear-gradient(120deg, #f8dbd7, #fef0e0);
}

.product-heading {
  margin-top: 60px;
  padding-right: 40px;
  padding-left: 20px;
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 60px;
  font-weight: 500;
}

.product-para {
  margin-top: 20px;
  padding-top: 10px;
  padding-right: 40px;
  padding-left: 20px;
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.product-div {
  margin: 40px 0px 40px 20px;
  background-color: #fff;
}

.lottie-animation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-left: 40px;
  padding-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-para-2 {
  padding: 25px;
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

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

.grid-2 {
  margin-top: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product-grid-heading {
  margin-bottom: 0px;
  margin-left: 5px;
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.product-grid-para {
  display: block;
  margin: 10px 5px 40px;
  -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;
  font-family: Graphik, sans-serif;
  color: #000;
  text-align: left;
}

.ingest-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  max-height: none;
  max-width: 90%;
  margin-right: auto;
  margin-left: 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;
  background-color: #efd2bd;
}

.ingest-link:hover {
  background-color: #d1b7a5;
}

.phase-4 {
  margin-top: 100px;
}

.capture {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  background-image: linear-gradient(120deg, #fedfe7, #e9e5f2);
}

.capture-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  max-height: none;
  max-width: 90%;
  margin-right: auto;
  margin-left: 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;
  background-color: #dcc7df;
}

.capture-link:hover {
  background-color: #cfb1d3;
}

.phase-5 {
  margin-top: 100px;
}

.process {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  background-image: linear-gradient(120deg, #cee9e2, #ebefe8);
}

.export-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  max-height: none;
  max-width: 90%;
  margin-right: auto;
  margin-left: 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;
  background-color: #b8c7d3;
}

.export-link:hover {
  background-color: #adbbc7;
}

.phase-6 {
  margin-top: 100px;
}

.export {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  background-image: linear-gradient(120deg, #c1d3e1, #d5dee6);
}

.process-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  max-height: none;
  max-width: 90%;
  margin-right: auto;
  margin-left: 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;
  background-color: #bfdcd0;
}

.process-link:hover {
  background-color: #abd0c0;
}

.phase-7 {
  margin-top: 100px;
}

.container-7 {
  max-width: 90%;
}

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

.phase-7-specs {
  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;
  background-color: #20c788;
}

.phase-7-specs:hover {
  background-color: #18b87c;
}

.button-3 {
  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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  font-family: Graphik, sans-serif;
  color: #000;
  font-weight: 700;
  cursor: pointer;
}

.text-span-4 {
  padding-left: 5px;
  font-weight: 400;
}

.image-11 {
  display: block;
  margin-top: 34px;
  margin-right: auto;
  margin-left: 10px;
  padding: 6px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #f42f2f;
  background-clip: border-box;
}

.products-specs-title {
  margin-top: 37px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding-left: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Graphik, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

.paragraph {
  display: block;
  margin: 0px 10px 60px;
  padding: 5px;
  -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;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: Graphik, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  text-align: justify;
}

.text-block-3 {
  font-family: Graphik, sans-serif;
  font-weight: 400;
}

.text-block-3:hover {
  color: #b5b5b5;
}

.phase-7-specs-2 {
  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;
  background-color: #34c9b2;
}

.phase-7-specs-2:hover {
  background-color: #2dbaa4;
}

.phase-7-specs-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;
  background-color: #4fadff;
}

.phase-7-specs-3:hover {
  background-color: #45a0f0;
}

.phase-7-specs-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;
  background-color: #9085da;
}

.phase-7-specs-4:hover {
  background-color: #857acc;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Graphik, sans-serif;
  font-style: italic;
  text-align: left;
}

.container-9 {
  max-width: 90%;
}

.text-block-4 {
  font-family: Exo, sans-serif;
  color: #c1c1c1;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-decoration: underline;
  text-transform: uppercase;
}

.drop-down-menu-subtitles {
  margin-left: 0px;
  padding-left: 20px;
  font-family: Exo, sans-serif;
  color: #656565;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.dropdown-arrow:hover {
  color: #b5b5b5;
}

.dropdown-arrow:active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.dropdown-arrow:focus {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.div-block-4 {
  width: 80%;
  height: 1.5px;
  margin: -10px auto 5px;
  background-color: #999;
}

.dropdown-link-4 {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000;
  font-size: 13px;
  font-weight: 500;
}

.dropdown-link-4:hover {
  color: #4353ff;
}

.dropdown-link-5 {
  margin-bottom: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000;
  font-size: 13px;
  font-weight: 500;
}

.dropdown-link-5:hover {
  color: #4353ff;
}

.dropdown-link-5.w--current {
  margin-bottom: 0px;
}

.dropdown-link-5.a.w--current {
  margin-bottom: 20px;
}

.dropdown-link-6 {
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000;
  font-size: 13px;
  font-weight: 500;
}

.dropdown-link-6:hover {
  color: #4353ff;
}

.footer-dark {
  position: relative;
  z-index: 12;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
  text-align: center;
}

.div-block-5 {
  color: #fff;
}

.heading-dark {
  color: #fff;
  font-size: 22px;
}

.footer-heading-dark {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Graphik, sans-serif;
  color: #fffcfc;
  font-size: 15px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

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

.footer-link-dark {
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Graphik, sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-dark:hover {
  color: #bababa;
  font-weight: 400;
  text-decoration: none;
}

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

.image-14 {
  padding: 20px 40px;
}

.ct-title {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Graphik, sans-serif;
  color: #027fff;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}

.products-opening-bg-video {
  width: 100vh;
  height: 90.6vh;
  -o-object-fit: fill;
  object-fit: fill;
}

.opening-columns {
  overflow: hidden;
}

.oc2 {
  overflow: hidden;
}

.ie-container-1 {
  max-width: 80%;
  margin-top: 80px;
  padding-left: 0px;
}

.ie-container-0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  margin-top: 80px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.ie-h1 {
  margin-bottom: 0px;
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 60px;
  font-weight: 500;
}

.ie-para-1 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Graphik, sans-serif;
  color: #959595;
  font-size: 16px;
  line-height: 24px;
}

.ie-opening-button {
  padding: 15px 40px;
  background-color: #a19ae0;
  font-family: Graphik, sans-serif;
  font-size: 16px;
}

._1a-text {
  height: 1000px;
}

.opacity-trial {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  height: 100vh;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.62)), to(rgba(0, 0, 0, 0.82)));
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.82));
  opacity: 1;
}

.image-9 {
  margin-top: 13px;
  margin-right: 19px;
  margin-left: 16px;
  cursor: pointer;
}

.form-block {
  margin-top: -20px;
  margin-right: 60px;
  margin-left: 60px;
}

.text-field {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.submit-button {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #4353ff;
  text-align: center;
}

.grid-6 {
  margin: 40px 60px 60px;
  justify-items: stretch;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tab-pane-wrap-all {
  border-bottom: 1px solid #d4cbcb;
}

.tab-link-round-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 52px;
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 45px;
  padding-left: 45px;
  -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-style: none;
  border-width: 1px;
  border-color: rgba(97, 114, 131, 0.2);
  border-radius: 6px;
  background-color: #fff;
  font-size: 16px;
}

.tab-link-round-2.w--current {
  border-style: none none solid;
  border-width: 2px 2px 3px;
  border-color: #000 #000 #c50e0e;
  border-radius: 0px;
  background-color: #fff;
  color: #fff;
}

.tab-menu-round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -100px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px none #000;
  background-color: #fff;
}

.tabs {
  max-width: 90%;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

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

.heading-10 {
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.heading-13 {
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 50px;
  font-weight: 500;
  text-align: center;
}

.location-2 {
  margin-top: 20px;
  padding-left: 10px;
  font-family: Graphik, sans-serif;
  color: red;
  font-weight: 500;
}

.text-2 {
  color: #000;
  font-size: 19px;
  font-weight: 700;
}

.content-2 {
  width: auto;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Graphik, sans-serif;
  font-size: 14px;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
  text-indent: 1px;
  white-space: normal;
}

.careers-phase2 {
  position: relative;
  z-index: 30;
  margin-top: 243px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  background-color: #fff;
}

.div-block-14 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  display: none;
  width: 100vw;
  height: 100vh;
  max-width: none;
  margin-top: 0px;
  background-color: rgba(9, 8, 8, 0.46);
  font-family: Graphik, sans-serif;
}

.div-block-15 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 500px;
  height: 548px;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 12px;
  background-color: #fff;
}

.div-block-16 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.heading-14 {
  margin-left: 0px;
  font-family: Graphik, sans-serif;
  font-size: 50px;
  font-weight: 500;
  text-align: center;
}

.heading-16 {
  margin-right: 0px;
  margin-left: 0px;
  font-family: Graphik, sans-serif;
  color: #e41010;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.bold-text-2 {
  color: #4353ff;
  font-size: 16px;
}

.job {
  padding-left: 10px;
  float: left;
  clear: none;
  direction: ltr;
  font-family: Graphik, sans-serif;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.jobimg {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: -webkit-transform 500ms linear;
  transition: -webkit-transform 500ms linear;
  transition: transform 500ms linear;
  transition: transform 500ms linear, -webkit-transform 500ms linear;
}

.jobimg:hover {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.arrow {
  position: static;
  left: 590px;
  top: -35px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  margin-top: -62px;
  margin-left: 605px;
}

.text-block-7 {
  font-family: Graphik, sans-serif;
  font-weight: 400;
}

.heading-21 {
  margin-bottom: 40px;
  font-family: Graphik, sans-serif;
  color: #df3b3b;
  font-weight: 600;
}

.text-block-8 {
  font-family: Graphik, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}

.listitem {
  margin-bottom: 20px;
  font-family: Graphik, sans-serif;
  font-size: 16px;
  list-style-type: disc;
}

.heading-27 {
  margin-top: 40px;
  font-family: Graphik, sans-serif;
  font-weight: 500;
  text-align: left;
}

.field-label {
  font-family: Graphik, sans-serif;
  font-weight: 500;
}

.field-label-2 {
  font-family: Graphik, sans-serif;
  font-weight: 500;
}

.field-label-3 {
  font-family: Graphik, sans-serif;
  font-weight: 500;
}

.field-label-4 {
  font-family: Graphik, sans-serif;
  font-weight: 500;
}

.field-label-5 {
  font-family: Graphik, sans-serif;
  font-weight: 500;
}

.submit-button-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: transparent;
  font-family: Graphik, sans-serif;
  color: #006eff;
  font-weight: 500;
  text-decoration: underline;
}

.button-4 {
  display: inline-block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 7px;
  background-color: red;
  text-align: center;
}

.heading-28 {
  margin-top: 60px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: Graphik, sans-serif;
  font-weight: 500;
}

.text-block-9 {
  padding-right: 20px;
  padding-left: 20px;
  font-family: Graphik, sans-serif;
  font-size: 17px;
  line-height: 24px;
  text-align: justify;
}

.column-7 {
  margin-top: 40px;
  padding: 20px;
}

.section-7 {
  max-width: 90%;
  margin-top: 114px;
  margin-right: auto;
  margin-left: auto;
}

.bold-text-5 {
  letter-spacing: 2px;
}

.heading-30 {
  font-family: Graphik, sans-serif;
  font-weight: 500;
  text-align: center;
}

.heading-31 {
  float: left;
  font-family: Graphik, sans-serif;
  color: #2d9ad0;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.column-8 {
  margin-top: 40px;
  background-color: #faf8f8;
  font-family: Graphik, sans-serif;
}

.bold-text-6 {
  font-family: Graphik, sans-serif;
  font-weight: 500;
}

.tab-link-round-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 52px;
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 45px;
  padding-left: 45px;
  -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-style: none;
  border-width: 1px;
  border-color: rgba(97, 114, 131, 0.2);
  border-radius: 6px;
  background-color: transparent;
  font-size: 16px;
}

.tab-link-round-2-copy.w--current {
  border-style: none none solid;
  border-width: 2px 2px 3px;
  border-color: #000 #000 #c50e0e;
  border-radius: 0px;
  background-color: #e5dddd;
  color: #fff;
}

.tab-link-round-2-copy.eleement1 {
  background-color: #fff;
}

.link-block {
  font-family: Graphik, sans-serif;
}

.div-block-27 {
  text-align: center;
}

.jd-header-2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 400;
}

.heading-34 {
  margin-top: 40px;
  font-family: Graphik, sans-serif;
  font-weight: 400;
}

.photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36vh;
  height: 36vh;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  background-image: url('../images/Bharat.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.place {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-15 {
  margin-top: -98px;
}

.div-block-52 {
  margin-right: auto;
  margin-left: auto;
}

.column-9 {
  padding: 20px;
}

.algo-team {
  position: relative;
  z-index: 200;
  margin-top: -360px;
  border-radius: 40px;
  background-color: #fff;
}

.ta-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 50px;
  font-weight: 600;
}

.ta-tagline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 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;
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 26px;
  letter-spacing: 2px;
}

.text-span-9 {
  margin-left: 10px;
  color: #4353ff;
  letter-spacing: normal;
}

.text-span-10 {
  margin-left: 10px;
  color: #4353ff;
  letter-spacing: normal;
}

.ta-container {
  max-width: 90%;
  margin-top: 104px;
}

.image-22 {
  width: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  white-space: normal;
  background-clip: border-box;
}

.heading-55 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 170px;
  margin-right: auto;
  margin-left: -80px;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(0, 0, 0, 0.26);
  font-family: Graphik, sans-serif;
  color: #fff;
  font-weight: 500;
}

.heading-55.t1 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -84px auto auto 0px;
  clear: none;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(8%, transparent), to(rgba(0, 0, 0, 0.82)));
  background-image: linear-gradient(180deg, transparent 8%, rgba(0, 0, 0, 0.82));
  font-size: 17px;
  background-clip: content-box;
}

.link-block-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-2 {
  padding: 5px;
}

.grid-12 {
  margin-top: 60px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.team-1 {
  padding: 5px;
}

.team-1:hover {
  border-style: solid;
  border-width: 0px;
  border-color: #686868;
  border-radius: 0px;
  box-shadow: none;
}

.text-span-13 {
  font-size: 16px;
  font-weight: 300;
}

.text-span-14 {
  font-weight: 300;
}

.text-span-15 {
  font-weight: 300;
}

.text-span-16 {
  font-weight: 300;
}

.text-span-17 {
  font-weight: 300;
}

.text-span-18 {
  font-weight: 300;
}

.ie-opening-button-2 {
  margin-left: 29px;
  padding: 15px 40px;
  border: 0px solid #a19ae0;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #a19ae0;
  font-family: Graphik, sans-serif;
  color: #a19ae0;
  font-size: 14px;
  font-weight: 500;
}

.image-23 {
  display: block;
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.opening-title {
  margin-top: 10px;
  font-family: Graphik, sans-serif;
  color: #b0b0b0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.ace {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Graphik, sans-serif;
  color: #fff;
  font-size: 80px;
  font-weight: 600;
}

.ace-div {
  position: relative;
  z-index: 3;
  height: auto;
  margin-top: -100vh;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.intro-div {
  position: relative;
  z-index: 6;
  display: block;
  height: 100vh;
  background-color: #000;
}

.ace-content-container {
  position: static;
  height: 240vh;
}

.div-block-59 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 20px;
  background-color: #131313;
}

.hero-shadow {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: -20vh;
  z-index: 10;
  height: 30vh;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(27%, #000), color-stop(100%, transparent), to(transparent));
  background-image: linear-gradient(180deg, #000 27%, transparent 100%, transparent);
}

.ace-sticky {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: 57px;
  padding: 59px 0px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #723599, #b766af 49%, #511e8f);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.div-block-61 {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  text-align: justify;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-8 {
  position: relative;
  z-index: 20;
  overflow: hidden;
  margin-top: -120px;
  margin-right: auto;
  margin-left: auto;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #fff;
}

.op-container {
  position: relative;
  width: 80%;
  max-width: 80%;
  margin-top: 140px;
  margin-right: auto;
  margin-left: auto;
}

.op-screen {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  width: 100%;
  height: auto;
  padding: 40px 0px 0px;
}

.background-video-2 {
  z-index: 990;
  width: auto;
  height: 310px;
  margin-top: 60px;
}

.column-10 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-11 {
  padding-right: 0px;
  padding-left: 0px;
}

.image-41 {
  margin-top: 15px;
}

.button-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  font-family: Graphik, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.button-5:hover {
  font-size: 16px;
}

.image-42 {
  margin-top: 15px;
}

.work-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Graphik, sans-serif;
  color: #e0e0e0;
  font-size: 50px;
  font-weight: 500;
}

.work-para {
  margin-top: 20px;
  padding-right: 165px;
  padding-left: 165px;
  font-family: Graphik, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
}

.background-video-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.93)), color-stop(89%, rgba(0, 0, 0, 0.93)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.93), rgba(0, 0, 0, 0.93) 89%);
}

.container-17 {
  position: relative;
  z-index: 20;
  margin-top: -386px;
}

.background-video-4 {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.95);
}

.about-heading {
  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;
  font-family: Graphik, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.container-18 {
  display: block;
  margin-top: 100px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.about-us-para {
  margin-top: 30px;
  padding-right: 50px;
  padding-left: 50px;
  font-family: Graphik, sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.div-block-61-copy {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  background-color: #3583b8;
  text-align: justify;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-image: linear-gradient(41deg, #b53ec2, #1f254e);
  font-family: Graphik, sans-serif;
  color: transparent;
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.counter._1 {
  background-image: linear-gradient(147deg, #0fbfa5 46%, #065b3a 86%);
}

.counter._2 {
  background-image: linear-gradient(47deg, #d53030, #301668 87%);
}

.counter._3 {
  background-image: linear-gradient(161deg, #3e77c2 28%, #2c1f4e 75%);
}

.counter._4 {
  background-image: linear-gradient(142deg, #35bd30 12%, #0f4607 62%);
}

.tab-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
}

.tab-section {
  position: relative;
  margin-top: -10vh;
  padding-top: 100px;
  padding-bottom: 0px;
  border-radius: 60px 60px 0% 0%;
  background-color: #fff;
}

.work-grid {
  margin-top: 54px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.work-grid-div {
  position: relative;
  padding: 24px;
  border-radius: 36px;
  background-color: #fff;
  box-shadow: 0 0 9px -2px rgba(0, 0, 0, 0.35);
}

.work-grid-div.second {
  margin-top: 60px;
}

.work-slider {
  overflow: hidden;
  height: 583px;
  max-height: 56vw;
  border-radius: 20px;
  background-color: transparent;
}

.slide-nav-2 {
  display: none;
}

.work-preview-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 99%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88px;
  -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;
  color: #262626;
}

.cs-left-arrow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -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;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 24px;
  line-height: 24px;
}

.tabs-content-3 {
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cs-right-arrow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -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;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 24px;
  line-height: 24px;
}

.right-arrow-2 {
  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;
  opacity: 1;
}

.right-arrow-2:hover {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.tabs-3 {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-title {
  display: block;
  -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;
  opacity: 0.73;
  font-family: Graphik, sans-serif;
  color: #0f0f0f;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  background-clip: border-box;
}

.tab-title:hover {
  color: #000;
  font-size: 12px;
  font-weight: 600;
}

.tab-title-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 0px solid #cacaca;
  background-color: transparent;
  cursor: pointer;
}

.tab-title-holder:hover {
  background-color: transparent;
}

.tab-title-holder.w--current {
  border: 0px solid #000;
  border-radius: 0px;
  background-color: transparent;
  background-image: linear-gradient(232deg, #00ebcf, #01eb8a);
  color: #fff;
  background-clip: border-box;
}

.tabs-menu-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13%;
  height: 320px;
  margin-top: 40px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.32);
}

.counter-container {
  padding: 19px;
}

.counter-info {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Graphik, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.cs-download-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: inset 0 0 3px 2px #2ac439;
  font-family: Graphik, sans-serif;
  color: #2ac439;
  font-weight: 400;
  letter-spacing: 1px;
  cursor: pointer;
}

.cs-download-button:hover {
  background-color: #2ac439;
  box-shadow: none;
  color: #fff;
}

.counter-section-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -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;
  background-color: #000;
}

.counter-div-copy {
  display: -ms-grid;
  display: grid;
  width: 97%;
  margin-top: -100px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 0px;
}

.b-phase-4 {
  margin-top: 100px;
}

.container-21 {
  max-width: 86%;
}

.b-page-para-copy {
  margin-top: 60px;
  margin-bottom: 0px;
  padding-left: 20px;
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 4vw;
  line-height: 80px;
  font-weight: 600;
  text-align: left;
}

.lottie-animation-5 {
  height: 25vh;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 1;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.lottie-animation-5:hover {
  opacity: 1;
  color: #c63a3a;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.link-block-3 {
  display: block;
  max-width: 25vh;
  margin-right: auto;
  margin-left: auto;
}

.a-article-container-1 {
  max-width: 80%;
  margin-top: 100px;
}

.article-img-container {
  height: 300px;
  margin-top: 80px;
  background-image: url('../images/60ae29a7395372fadbc6c282_pexels-junior-teixeira-2047905.jpg');
  background-position: 50% 34%;
  background-size: cover;
  background-repeat: no-repeat;
}

.a-heading {
  margin-top: 40px;
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 50px;
  line-height: 61px;
  font-weight: 500;
}
.a-heading {

background: -webkit-linear-gradient(
0deg,#ffa745,#fe869f 30%,#ef7ac8 45%,#a083ed 70%,#43aeff 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}
b
{
     background-image: linear-gradient(45deg, #7A03CA, #E8108D);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}

.a-para {
  margin-top: 10px;
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
}

.a-para.light-coloe {
  margin-top: 10px;
  color: #8e8e8e;
}

.paragraph-5-copy {
  margin-top: 60px;
  float: none;
  clear: none;
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
}

.a-phase-2 {
  margin-top: 100px;
}

.a-coloumn {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.article-title-2 {
  font-family: Graphik, sans-serif;
  color: #000;
  font-weight: 500;
  text-transform: none;
}

.article-para {
  margin-top: 40px;
  padding-right: 50px;
  font-family: Graphik, sans-serif;
  font-size: 16px;
  text-align: justify;
}

.a-coloumn-1 {
  padding: 10px 20px;
}

.a-button-1 {
  margin-top: 10px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #000;
  font-family: Graphik, sans-serif;
  color: #c6c6c6;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.a-button-1:hover {
  padding-right: 20px;
  color: #fff;
}

.a-div-1 {
  padding: 10px;
}

.a-div-2 {
  margin-top: 60px;
  padding: 10px;
}

.image-50 {
  width: 100%;
}

.a-div-text {
  margin-top: 20px;
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 20px;
}

.a-div-2-copy {
  margin-top: 20px;
  padding: 10px;
}

.blog {
  display: inline-block;
  margin-top: 5px;
  margin-right: 20px;
  margin-left: 0px;
  padding: 8px 20px 8px 15px;
  -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: 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;
  background-color: transparent;
  font-family: Graphik, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
}

.blog:hover {
  background-color: transparent;
  color: #b5b5b5;
}

.blog.w--current {
  margin-left: 291px;
}

.footer-blog {
  margin-top: 40px;
}

.download-casestudy {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  display: none;
  width: 100vw;
  height: 100vh;
  max-width: none;
  margin-top: 0px;
  background-color: rgba(9, 8, 8, 0.46);
  font-family: Graphik, sans-serif;
}

.download-casestudy-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 500px;
  height: 548px;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 12px;
  background-color: #fff;
}

.download-casestudy-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.form-2 {
  margin-top: 40px;
}

.form-request-but {
  margin-top: 0px;
  margin-right: 21px;
  margin-left: 21px;
  border-radius: 5px;
  background-color: #23b355;
  text-align: right;
}

.form-but {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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;
}

.cs-form-submit {
  border-radius: 5px;
}

.image-51 {
  padding: 18px;
  float: right;
  clear: right;
}

.article-back-button {
  background-color: transparent;
  font-family: Graphik, sans-serif;
  color: #9a9a9a;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.article-back-button:hover {
  border-radius: 4px;
  background-color: #a5a5a5;
  color: #fff;
}

.phase-9 {
  margin-top: 100px;
}

.wreapper {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1234px;
  margin-right: auto;
  margin-bottom: 220px;
  margin-left: auto;
  padding: 20px 40px;
  background-color: transparent;
}

.testimonials {
  margin-top: 40px;
  grid-column-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.review {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}

.review-avatar {
  width: 48px;
  height: 48px;
  margin-right: 20px;
  padding: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #d3b8b8;
  -o-object-fit: cover;
  object-fit: cover;
}

.review-avatar.a1 {
  background-color: #dcb994;
}

.review-avatar.a2 {
  background-color: #dbe7ee;
}

.review-avatar.a3 {
  background-color: #b5d9da;
}

.review-avatar.a4 {
  background-color: #e5e2f0;
}

.review-avatar.a5 {
  background-color: #eed3d3;
}

.review-avatar.a6 {
  background-color: #badfff;
}

.review-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.review-author {
  margin-top: 1px;
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

.review-text {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Graphik, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.review-dark {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 20px;
  background-image: linear-gradient(138deg, #303030, #1a1a1a);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}

.main-title {
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}

.bold-text-25 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  font-family: Graphik, sans-serif;
  color: #767676;
  font-size: 31px;
  font-weight: 500;
  text-align: center;
}

.product-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-title-header {
  background-image: -webkit-gradient(linear, right top, left top, from(#6c80bd), color-stop(53%, #d85b8a), to(#f06645));
  background-image: linear-gradient(270deg, #6c80bd, #d85b8a 53%, #f06645);
  font-family: Graphik, sans-serif;
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-cover {
  position: absolute;
  z-index: 2;
  width: 900px;
  height: 150px;
  margin-top: 27px;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), color-stop(61%, hsla(0, 0%, 100%, 0.98)));
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.98) 61%);
}

.ct-title-cont {
  display: block;
}

.cts-span {
  color: #767676;
  font-size: 14px;
  font-weight: 600;
}

.background-video-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(18%, #000), color-stop(63%, rgba(0, 0, 0, 0.51)), to(#000));
  background-image: linear-gradient(0deg, #000 18%, rgba(0, 0, 0, 0.51) 63%, #000);
  -webkit-transition: opacity 200ms cubic-bezier(.645, .045, .355, 1);
  transition: opacity 200ms cubic-bezier(.645, .045, .355, 1);
}

.lottie-animation-6 {
  width: 10vh;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.panel {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.panel-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  max-width: 90%;
  margin-right: auto;
  margin-left: 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;
  background-color: #faf9fa;
}

.panel-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 100px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.panel-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 100px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.panel-icons {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.ocr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13vh;
  height: 13vh;
  -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: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f27071), color-stop(48%, #f55e5b), to(#f34f42));
  background-image: linear-gradient(180deg, #f27071, #f55e5b 48%, #f34f42);
  box-shadow: 7px 7px 20px 3px rgba(0, 0, 0, 0.26);
}

.image-52 {
  padding: 10px;
}

.image-52.b {
  padding: 13px;
}

.image-52.c {
  padding: 16px;
}

.image-52.d {
  width: 80%;
}

.analytics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13vh;
  height: 13vh;
  -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: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4d4d4d), to(#121112));
  background-image: linear-gradient(180deg, #4d4d4d, #121112);
  box-shadow: 7px 7px 20px 3px rgba(0, 0, 0, 0.26);
}

.convo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13vh;
  height: 13vh;
  -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: 15px;
  background-image: linear-gradient(127deg, #64fa5f, #32ac2d 50%, #1eb019);
  box-shadow: 7px 7px 20px 3px rgba(0, 0, 0, 0.26);
}

.convo._1a-text {
  background-image: linear-gradient(50deg, #5fb7fa, #2d75ac 50%, #196eb0);
}

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

.batteries {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13vh;
  height: 13vh;
  -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: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 7px 7px 20px 3px rgba(0, 0, 0, 0.26);
}

.flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13vh;
  height: 13vh;
  -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: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 7px 7px 20px 3px rgba(0, 0, 0, 0.26);
}

.panel-header {
  font-family: Graphik, sans-serif;
  font-size: 150px;
  font-weight: 500;
}

.panel-text {
  margin-top: 40px;
  font-family: Graphik, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.career-img-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 277.7749938964844px;
  height: 208.3249969482422px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.jd-exp {
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.jd-back-button {
  background-color: transparent;
  font-family: Graphik, sans-serif;
  color: #9a9a9a;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.jd-back-button:hover {
  border-radius: 4px;
  background-color: #a5a5a5;
  color: #fff;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list {
  margin-top: 20px;
}

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

.tab-pane-wrap {
  border-bottom: 1px solid #d4cbcb;
}

.contact {
  margin-top: 100px;
  margin-bottom: -100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact-location {
  margin-right: 40px;
  margin-left: 40px;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.loc-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  margin-right: 10px;
  margin-left: 10px;
  padding: 30px 0px;
  -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;
  border-radius: 15px;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.39);
}

.loc-div-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.loc-div-img {
  margin-right: auto;
  margin-left: auto;
}

.loc-div-text {
  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;
}

.loc-div-titl {
  margin-right: auto;
  margin-left: auto;
}

.text-block-12 {
  padding-right: 50px;
  padding-left: 50px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: center;
}

.contact-form {
  max-width: 40%;
  margin-top: 60px;
  margin-bottom: auto;
  padding: 30px 60px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
}

.text-field-2 {
  border-radius: 5px;
  opacity: 1;
}

.text-field-3 {
  margin-top: 20px;
  border-radius: 5px;
}

.text-field-4 {
  margin-top: 20px;
  border-radius: 5px;
}

.textarea {
  margin-top: 20px;
  border-radius: 5px;
}

.submit-button-4 {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #4353ff;
}

.contact-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: 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;
  font-family: Graphik, sans-serif;
  font-weight: 500;
  text-transform: none;
}

.contact-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 50px;
  font-weight: 600;
}

.schedule-a-demo {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  display: none;
  width: 100vw;
  height: 100vh;
  max-width: none;
  margin-top: 0px;
  background-color: rgba(9, 8, 8, 0.46);
  font-family: Graphik, sans-serif;
}

.sd-1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 500px;
  height: 580px;
  margin: 80px auto auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 12px;
  background-color: #fff;
}

.sd-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.sd-header {
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.sd-form-block {
  margin-top: -20px;
  margin-right: 60px;
  margin-left: 60px;
}

.sd-form {
  margin-top: 40px;
}

.text-field-5 {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

.product-panel {
  display: block;
  height: 800vh;
  margin-top: 242px;
}

.product-panel-a {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 96vh;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  -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: #e8e6ff;
}

.product-panel-a.biz {
  background-color: rgba(65, 204, 255, 0.3);
}

.ppa1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.ppa1.biz {
  padding: 61px;
}

.ppa-title {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 50px;
  font-weight: 100;
}

.bold-text-26 {
  font-weight: 600;
}

.ppa-para {
  margin-bottom: 0px;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
  font-family: Graphik, sans-serif;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
}

.ppa-para.biz {
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}

.ppa-grid-text {
  margin-top: 20px;
  font-family: Graphik, sans-serif;
  color: #000;
  font-weight: 500;
  text-align: center;
}

.ppa2 {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -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;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 2px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ppa2-1 {
  display: block;
  height: 100px;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.ppa2-title-1 {
  padding-right: 5px;
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 60px;
  text-align: right;
}

.ppa2-2 {
  position: relative;
  display: block;
  height: 100px;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.ppa2-title-real-time {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-left: 5px;
  font-family: Graphik, sans-serif;
  color: #4353ff;
  font-size: 60px;
  text-align: left;
}

.ppa2-title-scheduled {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-left: 5px;
  font-family: Graphik, sans-serif;
  color: #4353ff;
  font-size: 60px;
  text-align: left;
}

.ppa2-title-batches {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-left: 5px;
  font-family: Graphik, sans-serif;
  color: #4353ff;
  font-size: 60px;
  text-align: left;
}

.product-panel-c {
  height: 300vw;
  margin-top: 100px;
}

.camera {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.item-1 {
  width: 100vw;
  height: 100vh;
  padding: 0px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pp3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 96%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
}

.pp3a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 35%;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pp3b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 65%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  opacity: 1;
}

.pp3-title {
  padding: 28px 0px 0px 30px;
  font-family: Graphik, sans-serif;
  color: #000;
  text-align: left;
}

.product-panel-b {
  height: 400vh;
  margin-top: 60px;
}

.product-panel-b1 {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 87vh;
  max-width: 96%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  -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: #aecbd9;
  -webkit-transition: -webkit-transform 100ms linear;
  transition: -webkit-transform 100ms linear;
  transition: transform 100ms linear;
  transition: transform 100ms linear, -webkit-transform 100ms linear;
}

.ppb {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-transform: translate(0px, -186px);
  -ms-transform: translate(0px, -186px);
  transform: translate(0px, -186px);
}

.ppb-title {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 200px;
  padding-left: 200px;
  font-family: Graphik, sans-serif;
  color: #3948b1;
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  text-align: center;
}

.ppb-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 177px;
  -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;
  -webkit-transform: translate(0px, -48px);
  -ms-transform: translate(0px, -48px);
  transform: translate(0px, -48px);
}

.ppb-para {
  font-family: Graphik, sans-serif;
  color: #3948ae;
  font-weight: 500;
  text-align: center;
}

.bold-text-27 {
  color: #000;
  font-weight: 400;
}

.ppb-3 {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: translate(0px, 133px);
  -ms-transform: translate(0px, 133px);
  transform: translate(0px, 133px);
}

.ppb-grid {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.ppb-icon-grid {
  grid-column-gap: 41px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ppb-grid-text {
  margin-top: 20px;
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.digital-pdfs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20vh;
  height: 20vh;
  -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: 15px;
  background-image: linear-gradient(131deg, #437ac2, #2f4e76 48%, #094696);
  box-shadow: 7px 7px 20px 3px rgba(0, 0, 0, 0.26);
}

.scanned-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20vh;
  height: 20vh;
  -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: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 7px 7px 20px 3px rgba(0, 0, 0, 0.26);
}

.excel-sheets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20vh;
  height: 20vh;
  -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: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4d4d4d), to(#121112));
  background-image: linear-gradient(180deg, #4d4d4d, #121112);
  box-shadow: 7px 7px 20px 3px rgba(0, 0, 0, 0.26);
}

.word-documents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20vh;
  height: 20vh;
  -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: 15px;
  background-color: #fff;
  background-image: none;
  box-shadow: 7px 7px 20px 3px rgba(0, 0, 0, 0.26);
}

.image-52-copy {
  padding: 10px;
}

.image-52-copy {
  padding: 10px;
}

.emails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20vh;
  height: 20vh;
  -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: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5285c8), color-stop(53%, #326ab3), to(#1c559f));
  background-image: linear-gradient(180deg, #5285c8, #326ab3 53%, #1c559f);
  box-shadow: 7px 7px 20px 3px rgba(0, 0, 0, 0.26);
}

.pp3-title-copy {
  margin-top: 0px;
  padding: 0px 30px;
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.image-55 {
  max-width: 97%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  box-shadow: 1px 1px 8px 2px #818181;
}

.bold-text-28 {
  font-size: 58px;
  line-height: 60px;
  font-weight: 500;
}

.opening-video {
  margin-top: 100px;
}

.product-specs {
  height: 90vh;
  margin-top: 60px;
  padding-top: 60px;
}

.product-specs-1 {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.product-specs-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 47px;
  grid-row-gap: 53px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ps1 {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ps-image {
  display: block;
  width: 6vh;
  height: 6vh;
  margin-right: auto;
  margin-left: auto;
}

.ps-image.spark {
  width: 15vh;
}

.ps-title {
  position: static;
  margin: 10px auto 5px;
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.ps-text {
  padding-right: 43px;
  padding-left: 43px;
  font-family: Graphik, sans-serif;
  font-size: 15px;
  text-align: center;
}

.div-block-67 {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-68 {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.get-in-touch {
  max-width: 90%;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.git {
  display: -ms-grid;
  display: grid;
  padding-right: 20px;
  padding-left: 20px;
  justify-items: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 11px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #e4e7ff;
}

.git-title {
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 27px;
  font-weight: 500;
  text-transform: uppercase;
}

.git-tweet {
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
}

.git-mail {
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
}

.text-span-19 {
  color: #4353ff;
  font-weight: 500;
  text-decoration: underline;
}

.text-span-20 {
  color: #4353ff;
  font-weight: 500;
  text-decoration: underline;
}

.sm-h1 {
  margin-bottom: 0px;
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 60px;
  font-weight: 500;
}

.sm-para {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Graphik, sans-serif;
  color: #959595;
  font-size: 17px;
  line-height: 27px;
}

.sm-container-1 {
  max-width: 80%;
  margin-top: 80px;
  padding-left: 0px;
}

.sm-container-0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  margin-top: 80px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.sm-opening-button {
  padding: 15px 40px;
  background-color: #38d997;
  font-family: Graphik, sans-serif;
  font-size: 16px;
}

.sm-phase-2-parallex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 100px;
  margin-bottom: 220px;
  padding: 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sm-phase-3 {
  margin-top: 220px;
  padding-top: 40px;
  background-color: rgba(196, 196, 196, 0.35);
}

.sm-phase-3.bre {
  margin-top: 200px;
}

.image-55-copy {
  max-width: 101%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  box-shadow: 1px 1px 8px 2px #818181;
}

.image-55-copy {
  max-width: 97%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  box-shadow: 1px 1px 8px 2px #818181;
}

.image-55-copy {
  max-width: 97%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  box-shadow: 1px 1px 8px 2px #818181;
}

.pp3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 96%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
}

.product-specs-copy {
  height: 90vh;
  margin-top: 140px;
  padding-top: 60px;
}

.parallex-container {
  position: relative;
  overflow: hidden;
  height: 70vh;
  max-width: 90%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  background-color: #e6e6e6;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(.645, .045, .355, 1);
  transition: -webkit-transform 500ms cubic-bezier(.645, .045, .355, 1);
  transition: transform 500ms cubic-bezier(.645, .045, .355, 1);
  transition: transform 500ms cubic-bezier(.645, .045, .355, 1), -webkit-transform 500ms cubic-bezier(.645, .045, .355, 1);
}

.parallex-heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Graphik, sans-serif;
  font-size: 60px;
}

.div-block-69 {
  max-height: 20%;
  margin-top: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pdiv-2 {
  position: absolute;
  left: -37px;
  top: 117px;
  width: 220px;
  height: 30px;
  margin-top: -172px;
  background-color: #d3d3d3;
  -webkit-transform: translate(119px, 57px);
  -ms-transform: translate(119px, 57px);
  transform: translate(119px, 57px);
}

.pdiv-3 {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 50vw;
  height: 50vh;
  margin-top: -183px;
  margin-left: 248px;
  background-color: #d3d3d3;
}

.pdiv-1 {
  position: absolute;
  width: 15vw;
  height: 30px;
  margin-top: 110px;
  margin-left: 31px;
  background-color: #d3d3d3;
}

.pimg-1 {
  position: absolute;
  left: auto;
  top: auto;
  display: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.pimg-2 {
  position: absolute;
  left: auto;
  z-index: 2;
  display: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.pimg-3 {
  position: absolute;
  left: auto;
  top: auto;
  display: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.bre-1 {
  height: 200vh;
  margin-top: 220px;
}

.bre-panel-1 {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 96vh;
  padding: 15px;
  -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: #b9e5f5;
}

.bre-panel-title {
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 50px;
}

.bre-panel-1-2 {
  padding-right: 68px;
  padding-left: 68px;
}

.bre-panel-text {
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
}

.bre-h1 {
  margin-bottom: 0px;
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 40px;
  font-weight: 500;
}

.product-specs-bre {
  height: 90vh;
  margin-top: 140px;
  padding-top: 60px;
}

.product-specs-lucid {
  height: 90vh;
  margin-top: 140px;
  padding-top: 60px;
}

.instabolt-container-1 {
  max-width: 80%;
  margin-top: 80px;
  padding-left: 0px;
}

.ib-h1 {
  margin-bottom: 0px;
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 55px;
  font-weight: 500;
}

.lucid-panel-1 {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 96vh;
  padding: 15px;
  -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: #f3dcc6;
}

.bre-opening-button {
  padding: 15px 40px;
  background-color: #38aed9;
  font-family: Graphik, sans-serif;
  font-size: 16px;
}

.lucidopening-button {
  padding: 15px 40px;
  background-color: #fac7a2;
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.ib-opening-button {
  padding: 15px 40px;
  background-color: #c548ff;
  font-family: Graphik, sans-serif;
  font-size: 16px;
}

.ib-panel-1 {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 96vh;
  padding: 15px;
  -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: #f5dfff;
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  -webkit-transition: -webkit-transform 150ms cubic-bezier(.77, 0, .175, 1);
  transition: -webkit-transform 150ms cubic-bezier(.77, 0, .175, 1);
  transition: transform 150ms cubic-bezier(.77, 0, .175, 1);
  transition: transform 150ms cubic-bezier(.77, 0, .175, 1), -webkit-transform 150ms cubic-bezier(.77, 0, .175, 1);
}

.ib-1 {
  height: 200vh;
  margin-top: 220px;
}

.ib-panel-title {
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 50px;
}

.ib-panel-1-2 {
  padding-right: 68px;
  padding-left: 68px;
}

.ib-panel-text {
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
}

.lucid-h1 {
  margin-bottom: 0px;
  font-family: Graphik, sans-serif;
  color: #000;
  font-size: 40px;
  font-weight: 500;
}

._3rd-party-apps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13vh;
  height: 13vh;
  margin-bottom: 10px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4d4d4d), to(#121112));
  background-image: linear-gradient(180deg, #4d4d4d, #121112);
  box-shadow: 7px 7px 20px 3px rgba(0, 0, 0, 0.26);
}

.mesasges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13vh;
  height: 13vh;
  -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: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4d4d4d), to(#121112));
  background-image: linear-gradient(180deg, #4d4d4d, #121112);
  box-shadow: 7px 7px 20px 3px rgba(0, 0, 0, 0.26);
}

.ppa-grid-copy {
  -webkit-transform: translate(0px, 150px);
  -ms-transform: translate(0px, 150px);
  transform: translate(0px, 150px);
}

.product-panel-icons-copy {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ppa-grid-2 {
  -webkit-transform: translate(0px, 150px);
  -ms-transform: translate(0px, 150px);
  transform: translate(0px, 150px);
}

.messages-copy {
  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;
}

.sftp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13vh;
  height: 13vh;
  margin-bottom: 10px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f27071), color-stop(50%, #f55e5b), to(#f34f42));
  background-image: linear-gradient(180deg, #f27071, #f55e5b 50%, #f34f42);
  box-shadow: 7px 7px 20px 3px rgba(0, 0, 0, 0.26);
}

.api {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13vh;
  height: 13vh;
  margin-bottom: 10px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 15px;
  background-image: linear-gradient(50deg, #5fb7fa, #2d75ac 50%, #196eb0);
  box-shadow: 7px 7px 20px 3px rgba(0, 0, 0, 0.26);
}

.rpa-bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13vh;
  height: 13vh;
  margin-bottom: 10px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 7px 7px 20px 3px rgba(0, 0, 0, 0.26);
}

.database {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13vh;
  height: 13vh;
  margin-bottom: 10px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4d4d4d), to(#121112));
  background-image: linear-gradient(180deg, #4d4d4d, #121112);
  box-shadow: 7px 7px 20px 3px rgba(0, 0, 0, 0.26);
}

.shared-folder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13vh;
  height: 13vh;
  margin-bottom: 10px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 15px;
  background-image: linear-gradient(121deg, #f27071, #f55e5b 50%, #f34f42);
  box-shadow: 7px 7px 20px 3px rgba(0, 0, 0, 0.26);
}

.email-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13vh;
  height: 13vh;
  margin-bottom: 10px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 7px 7px 20px 3px rgba(0, 0, 0, 0.26);
}

.scanning-stations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13vh;
  height: 13vh;
  margin-bottom: 10px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 15px;
  background-image: linear-gradient(127deg, #64fa5f, #32ac2d 50%, #1eb019);
  box-shadow: 7px 7px 20px 3px rgba(0, 0, 0, 0.26);
}

.rb {
  position: relative;
  z-index: 4;
  width: 40vw;
  height: 25vw;
  margin-top: 2px;
  margin-left: 421px;
  float: right;
  background-image: url('../images/Web-1920-–-1.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cm {
  position: relative;
  z-index: 2;
  width: 40vw;
  height: 40vh;
  margin-top: 182px;
  margin-left: 303px;
  background-image: url('../images/Web-1920-–-2.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bpmn {
  position: relative;
  z-index: 2;
  width: 30vw;
  height: 20vw;
  margin-top: -412px;
  margin-left: 6px;
  background-image: url('../images/Web-1920-–-3.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.biz-product-panel {
  display: block;
  height: 800vh;
  margin-top: 242px;
}

.biz-product-panel-icons {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.biz-icon-set {
  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;
}

.logic-rules {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17vh;
  height: 17vh;
  margin-bottom: 10px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 15px;
  background-image: linear-gradient(57deg, #545454, #231f1f 48%, #000);
  box-shadow: 7px 7px 20px 3px rgba(0, 0, 0, 0.26);
}

.ppa-grid-text-copy {
  margin-top: 20px;
  font-family: Graphik, sans-serif;
  color: #000;
  font-weight: 500;
  text-align: center;
}

.ui-rules {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17vh;
  height: 17vh;
  margin-bottom: 10px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 15px;
  background-image: linear-gradient(216deg, #5fb7fa, #2d75ac 50%, #196eb0);
  box-shadow: 7px 7px 20px 3px rgba(0, 0, 0, 0.26);
}

.a-rulesrithmetic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17vh;
  height: 17vh;
  margin-bottom: 10px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 7px 7px 20px 3px rgba(0, 0, 0, 0.26);
}

.import-any-rules {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17vh;
  height: 17vh;
  margin-bottom: 10px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 15px;
  background-image: linear-gradient(205deg, #545454, #0d0d0d 50%, #002358);
  box-shadow: 7px 7px 20px 3px rgba(0, 0, 0, 0.26);
}

.decision-matrix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17vh;
  height: 17vh;
  margin-bottom: 10px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 15px;
  background-image: linear-gradient(127deg, #64fa5f, #32ac2d 50%, #1ebc19);
  box-shadow: 7px 7px 20px 3px rgba(0, 0, 0, 0.26);
}

.product-specs-insta {
  margin-top: 140px;
  padding-top: 60px;
}

@media screen and (min-width: 1440px) {
  .nav-link---demo {
    margin-left: 0px;
  }

  .dropdown-link {
    font-weight: 500;
  }

  .dropdown-link:hover {
    color: #4353ff;
    font-weight: 500;
  }

  .dropdown-link-2:hover {
    color: #4353ff;
    font-weight: 500;
  }

  .dropdown-link-3:hover {
    color: #4353ff;
    font-weight: 500;
  }

  .phase-1-heading {
    position: relative;
    z-index: 5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
    font-size: 75px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .phase-1-para {
    font-size: 20px;
  }

  .product-para-2 {
    font-size: 16px;
  }

  .product-grid-para {
    font-size: 16px;
  }

  .capture {
    background-image: linear-gradient(120deg, #f1e3ee, #eae5f2);
  }

  .dropdown-arrow {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .dropdown-arrow:active {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .dropdown-link-4:hover {
    color: #4353ff;
    font-weight: 500;
  }

  .dropdown-link-5:hover {
    color: #4353ff;
    font-weight: 500;
  }

  .dropdown-link-6:hover {
    color: #4353ff;
    font-weight: 500;
  }

  .footer-dark {
    position: relative;
    z-index: 12;
  }

  .ie-h1 {
    font-size: 65px;
  }

  .opacity-trial {
    display: block;
  }

  .tab-link-round-2 {
    display: block;
  }

  .div-block-14 {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 200;
    display: none;
    margin-top: 0px;
  }

  .tab-link-round-2-copy {
    display: block;
  }

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

  .ace {
    font-size: 95px;
  }

  .body {
    overflow: visible;
  }

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

  .image-39 {
    position: relative;
    top: -680px;
    margin-top: 0px;
  }

  .image-39.mytestimg {
    top: 0px;
  }

  .image-40 {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .column-10 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-11 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .counter {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-image: linear-gradient(110deg, #b53ec2, #1f254e);
    font-family: Graphik, sans-serif;
    color: #00acbf;
    font-size: 80px;
    font-weight: 600;
  }

  .tab-wrapper {
    width: 96%;
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .work-grid-div {
    box-shadow: 0 0 9px -2px rgba(0, 0, 0, 0.35);
  }

  .work-slider {
    height: 660px;
  }

  .work-preview-image {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }

  .tabs-content-3 {
    padding: 20px;
  }

  .right-arrow-2 {
    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;
  }

  .tabs-3 {
    padding: 19px;
  }

  .tab-title {
    font-size: 16px;
  }

  .tab-title:hover {
    font-size: 16px;
  }

  .tabs-menu-2 {
    top: 40px;
    width: 15%;
    height: 370px;
    margin-top: auto;
  }

  .counter-container {
    padding: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: Lato, sans-serif;
    font-weight: 400;
    text-align: center;
  }

  .counter-info {
    padding-right: 15px;
    padding-left: 15px;
    font-family: Graphik, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
  }

  .cs-download-button {
    box-shadow: inset 0 0 0 2px #2ac439;
  }

  .counter-section-copy {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .counter-div-copy {
    display: -ms-grid;
    display: grid;
    width: 98%;
    margin-right: auto;
    margin-left: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-radius: 0px;
    background-color: transparent;
  }

  .b-page-para-copy {
    margin-top: 10px;
    font-size: 4vw;
    line-height: 70px;
    font-weight: 600;
  }

  .a-para {
    font-size: 1.5vw;
    line-height: 30px;
  }

  .paragraph-5-copy {
    font-size: 1.5vw;
    line-height: 30px;
  }

  .blog {
    margin-left: 529px;
  }

  .blog.w--current {
    margin-left: 556px;
  }

  .download-casestudy {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 200;
    display: none;
    margin-top: 0px;
  }

  .wreapper {
    max-width: 100%;
  }

  .testimonials {
    padding: 30px;
  }

  .review-avatar {
    width: 50px;
    height: 50px;
  }

  .review-avatar.a1 {
    background-color: #dcb994;
  }

  .review-avatar.a2 {
    background-color: #dbe7ee;
  }

  .review-avatar.a3 {
    background-color: #b8d2d3;
  }

  .review-avatar.a4 {
    background-color: #a4a1ae;
  }

  .review-avatar.a5 {
    background-color: #b0d1ed;
  }

  .review-avatar.a6 {
    background-color: #e9d0d0;
  }

  .review-author {
    font-size: 20px;
    line-height: 27px;
  }

  .review-text {
    margin-top: 15px;
    font-size: 20px;
    line-height: 24px;
  }

  .review-dark {
    background-image: linear-gradient(138deg, #303030, #1a1a1a);
  }

  .product-title {
    overflow: hidden;
  }

  .title-cover {
    overflow: hidden;
    background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), color-stop(55%, hsla(0, 0%, 100%, 0.98)));
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.98) 55%);
  }

  .cts-span {
    font-size: 18px;
  }

  .background-video-6 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100vh;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(18%, #000), color-stop(63%, rgba(0, 0, 0, 0.67)), to(#000));
    background-image: linear-gradient(0deg, #000 18%, rgba(0, 0, 0, 0.67) 63%, #000);
  }

  .panel-a {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .panel-b {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .panel-icons {
    margin-top: -129px;
    -ms-grid-row-align: center;
    align-self: center;
    grid-column-gap: 48px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -webkit-transform: translate(0px, 50px);
    -ms-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
  }

  .ocr {
    width: 15vh;
    height: 15vh;
  }

  .analytics {
    width: 15vh;
    height: 15vh;
  }

  .convo {
    width: 15vh;
    height: 15vh;
  }

  .messages {
    width: 15vh;
    height: 15vh;
  }

  .batteries {
    width: 15vh;
    height: 15vh;
  }

  .flow {
    width: 15vh;
    height: 15vh;
  }

  .panel-text-wrapper {
    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;
  }

  .panel-header {
    font-size: 160px;
  }

  .panel-text {
    color: #000;
    font-size: 20px;
  }

  .contact-form {
    padding-right: 80px;
    padding-left: 80px;
  }

  .text-field-2 {
    margin-top: 30px;
    font-family: Graphik, sans-serif;
    font-size: 17px;
  }

  .text-field-3 {
    margin-top: 30px;
    font-family: Graphik, sans-serif;
    font-size: 17px;
  }

  .text-field-4 {
    margin-top: 30px;
    font-family: Graphik, sans-serif;
    font-size: 17px;
  }

  .textarea {
    margin-top: 30px;
    font-family: Graphik, sans-serif;
    font-size: 17px;
  }

  .submit-button-4 {
    font-family: Graphik, sans-serif;
    font-size: 17px;
  }

  .schedule-a-demo {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 200;
    display: none;
    margin-top: 0px;
  }

  .ppa1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: justify;
  }

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

  .pp3-title {
    padding-right: 0px;
    padding-left: 64px;
    text-align: left;
  }

  .product-panel-b {
    height: 600vh;
  }

  .digital-pdfs {
    width: 20vh;
    height: 20vh;
  }

  .scanned-images {
    width: 20vh;
    height: 20vh;
  }

  .excel-sheets {
    width: 20vh;
    height: 20vh;
  }

  .word-documents {
    width: 20vh;
    height: 20vh;
  }

  .pp3-title-copy {
    padding-right: 61px;
    padding-left: 61px;
    font-size: 23px;
    text-align: left;
  }

  .image-55 {
    display: block;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
    box-shadow: 1px 1px 8px 4px #818181;
  }

  .bold-text-28 {
    font-size: 60px;
    line-height: 80px;
  }

  .opening-video {
    width: 100%;
  }

  .ps-text {
    font-size: 18px;
  }

  .sm-h1 {
    font-size: 65px;
  }

  .image-55-copy {
    display: block;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
    box-shadow: 1px 1px 8px 4px #818181;
  }

  .image-55-copy {
    display: block;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
    box-shadow: 1px 1px 8px 4px #818181;
  }

  .image-55-copy {
    display: block;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
    box-shadow: 1px 1px 8px 4px #818181;
  }

  .pdiv-3 {
    left: 408px;
    top: 138px;
  }

  .pimg-2 {
    left: 409px;
    top: 119px;
    -webkit-transform: translate(300px, -270px);
    -ms-transform: translate(300px, -270px);
    transform: translate(300px, -270px);
  }

  .pimg-3 {
    left: 686px;
    top: 433px;
    -webkit-transform: translate(-300px, -38px);
    -ms-transform: translate(-300px, -38px);
    transform: translate(-300px, -38px);
  }

  .bre-h1 {
    font-size: 60px;
  }

  .ib-h1 {
    font-size: 65px;
  }

  .lucid-h1 {
    font-size: 60px;
  }

  .mesasges {
    width: 15vh;
    height: 15vh;
  }

  .ppa-grid-copy {
    -webkit-transform: translate(0px, 160px);
    -ms-transform: translate(0px, 160px);
    transform: translate(0px, 160px);
  }

  .product-panel-icons-copy {
    grid-column-gap: 48px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-transform: translate(0px, 50px);
    -ms-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
  }

  .ppa-grid-2 {
    -webkit-transform: translate(0px, 160px);
    -ms-transform: translate(0px, 160px);
    transform: translate(0px, 160px);
  }

  .ppa-grid-2.biz {
    margin-right: auto;
    margin-left: auto;
  }

  .messages-copy {
    width: 15vh;
    height: 15vh;
  }

  .bpmn {
    margin-top: -245px;
  }

  .biz-product-panel-icons {
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 89px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-transform: translate(0px, 50px);
    -ms-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
  }

  .biz-icon-set {
    width: 15vh;
    height: 15vh;
  }

  .ppa-grid-text-copy {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .heading {
    font-size: 26px;
  }

  .nav-link---demo {
    margin-left: 0px;
    font-size: 19px;
  }

  .dropdown-link {
    font-weight: 500;
  }

  .phase-1-text-part {
    padding-top: 30vh;
  }

  .phase-1-heading {
    font-size: 105px;
    line-height: 120px;
  }

  .phase-1-para {
    font-size: 25px;
    line-height: 48px;
  }

  .phase-2 {
    position: relative;
    margin-top: 220px;
  }

  .product-para {
    font-size: 25px;
    line-height: 36px;
  }

  .product-div {
    padding-bottom: 161px;
  }

  .product-para-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .product-grid-heading {
    margin-left: 5px;
    color: #000;
    font-size: 21px;
  }

  .product-grid-para {
    color: #000;
    font-size: 19px;
    line-height: 28px;
  }

  .products-specs-title {
    font-size: 22px;
  }

  .paragraph {
    margin-top: 15px;
    font-size: 20px;
    line-height: 36px;
  }

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

  .products-opening-bg-video {
    overflow: hidden;
    height: 93vh;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .ie-para-1 {
    color: #000;
    font-size: 22px;
    line-height: 34px;
  }

  .ie-opening-button {
    padding: 20px 30px;
    font-family: Graphik, sans-serif;
    font-size: 22px;
  }

  .opacity-trial {
    display: block;
  }

  .tab-menu-round {
    margin-top: -51px;
  }

  .heading-13 {
    font-size: 60px;
  }

  .text-2 {
    font-size: 24px;
  }

  .careers-phase2 {
    margin-top: 234px;
    margin-bottom: 0px;
  }

  .container-15 {
    margin-top: -96px;
    margin-bottom: 220px;
    padding-top: 102px;
  }

  .ta-container {
    max-width: 80%;
  }

  .image-22 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading-55.t1 {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(8%, transparent), color-stop(89%, rgba(0, 0, 0, 0.76)));
    background-image: linear-gradient(180deg, transparent 8%, rgba(0, 0, 0, 0.76) 89%);
  }

  .ie-opening-button-2 {
    padding: 20px 30px;
    font-family: Graphik, sans-serif;
    font-size: 22px;
  }

  .ace {
    font-size: 110px;
  }

  .ace-content-container {
    height: 220vh;
  }

  .div-block-61 {
    max-width: 60%;
  }

  .body {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .section-8 {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 200;
    margin-top: -10vh;
    border-radius: 40px 40px 20px 20px;
    background-color: #fff;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .op-screen {
    position: relative;
    margin-top: 220px;
  }

  .background-video-2 {
    height: 560px;
    max-width: 100%;
  }

  .image-39 {
    top: auto;
  }

  .image-40 {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: auto;
    display: inline-block;
    margin-top: 0px;
    padding-top: 40px;
  }

  .image-41 {
    margin-top: 20px;
  }

  .button-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 240px;
    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: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    background-color: transparent;
    font-family: Graphik, sans-serif;
    font-size: 25px;
  }

  .button-5:hover {
    font-size: 26px;
  }

  .image-42 {
    margin-top: 20px;
  }

  .work-heading {
    font-size: 80px;
  }

  .work-para {
    margin-top: 40px;
    padding-right: 93px;
    padding-left: 93px;
    font-size: 22px;
    line-height: 30px;
  }

  .background-video-3 {
    height: 60vh;
  }

  .container-17 {
    margin-top: -374px;
  }

  .about-heading {
    font-size: 70px;
  }

  .container-18 {
    margin-top: 272px;
  }

  .about-us-para {
    padding-right: 50px;
    padding-left: 50px;
    font-size: 22px;
    line-height: 40px;
  }

  .div-block-61-copy {
    max-width: 60%;
  }

  .counter {
    padding: 20px;
    font-size: 100px;
  }

  .tab-wrapper {
    width: 94%;
    max-width: none;
  }

  .work-slider {
    height: 886px;
  }

  .tab-title {
    font-size: 19px;
    line-height: 30px;
  }

  .tab-title:hover {
    font-size: 19px;
  }

  .tab-title-holder:hover {
    font-size: 20px;
  }

  .tabs-menu-2 {
    top: 0px;
    bottom: 0px;
  }

  .counter-info {
    font-size: 24px;
    line-height: 40px;
  }

  .b-page-para-copy {
    line-height: 100px;
  }

  .a-para {
    font-size: 1.5vw;
    line-height: 40px;
  }

  .paragraph-5-copy {
    font-size: 1.5vw;
    line-height: 40px;
  }

  .blog {
    margin-left: 832px;
    font-size: 19px;
  }

  .review-author {
    font-size: 25px;
    line-height: 30px;
  }

  .review-text {
    font-size: 25px;
    line-height: 34px;
    text-align: left;
  }

  .cts-span {
    font-size: 22px;
  }

  .sm-para {
    color: #000;
    font-size: 22px;
    line-height: 34px;
  }

  .sm-opening-button {
    padding: 20px 30px;
    font-family: Graphik, sans-serif;
    font-size: 22px;
  }

  .bre-opening-button {
    padding: 20px 30px;
    font-family: Graphik, sans-serif;
    font-size: 22px;
  }

  .lucidopening-button {
    padding: 20px 30px;
    font-family: Graphik, sans-serif;
    font-size: 22px;
  }

  .ib-opening-button {
    padding: 20px 30px;
    font-family: Graphik, sans-serif;
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
   
  .nav-menu-2 {
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #000;
  }

  .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -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;
    color: #fff;
  }

  .nav-link {
    display: block;
    background-color: #000;
  }

  .nav-link---demo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu-button {
    margin-left: 37px;
    padding: 5px 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #000;
  }

  .menu-button:hover {
    padding-top: 0px;
    background-color: hsla(0, 0%, 77.2%, 0.21);
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .phase-1-heading {
    margin-top: -50px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 2px;
  }

  .phase-1-para {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 25px;
  }

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

  .product-heading {
    padding-left: 0px;
    font-size: 60px;
  }

  .product-para {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }

  .product-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 350px;
    margin-right: auto;
    margin-left: 0px;
    -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;
  }

  .lottie-animation {
    margin-left: 0px;
  }

  .product-para-2 {
    font-size: 14px;
  }

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

  .grid-2 {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
  }

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

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

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

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

  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-4 {
    margin-right: auto;
    margin-left: auto;
  }

  .column-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: 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;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .column-6 {
    margin-right: auto;
    margin-left: auto;
  }

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

  .container-4 {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container-5 {
    display: inline-block;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .image-14 {
    padding: 20px;
  }

  .products-opening-bg-video {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .opening-columns {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .oc1 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .oc2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .ie-container-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    -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;
  }

  .ie-h1 {
    font-size: 45px;
  }

  .ie-para-1 {
    margin-bottom: 20px;
    margin-top:20px;
  }

  .ie-opening-button {
    margin-bottom: 20px;
  }

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

  .tab-link-round-2 {
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .tab-link-round-2.w--current {
    margin-left: 15px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-3 {
    margin-top: 40px;
  }

  .heading-13 {
    font-size: 35px;
  }

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

  .heading-14 {
    font-size: 35px;
  }

  .job {
    font-weight: 500;
  }

  .arrow {
    margin-top: -67px;
    margin-left: 489px;
  }

  .tab-link-round-2-copy {
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .tab-link-round-2-copy.w--current {
    margin-left: 15px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-22 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .heading-55.t1 {
    position: absolute;
  }

  .ie-opening-button-2 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .ace {
    font-size: 50px;
  }

  .op-container {
    width: auto;
    max-width: 90%;
  }

  .counter-div-copy {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .blog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-67 {
    margin-left: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-68 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .sm-h1 {
    font-size: 45px;
  }

  .sm-para {
    margin-bottom: 20px;
  }

  .sm-container-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    -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;
  }

  .sm-opening-button {
    margin-bottom: 20px;
  }

  .bre-h1 {
    font-size: 45px;
  }

  .instabolt-container-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    -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;
  }

  .ib-h1 {
    font-size: 45px;
  }

  .bre-opening-button {
    margin-bottom: 20px;
  }

  .lucidopening-button {
    margin-bottom: 20px;
  }

  .ib-opening-button {
    margin-bottom: 20px;
  }

  .lucid-h1 {
    font-size: 45px;
  }

  .product-panel-icons-copy {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .cm {
    height: 30vh;
    margin-top: 225px;
    margin-left: 210px;
  }

  .bpmn {
    margin-top: -326px;
  }

  .biz-product-panel-icons {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
     .sd-1
    {
        width:auto !important;
    }
    .download-casestudy-1 {
         width:auto !important;
    }
  .nav-menu-2 {
    display: none;
  }

  .phase-1-heading {
    display: block;
    margin-right: auto;
    margin-left: 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;
    font-size: 30px;
  }

  .phase-1-para {
    font-size: 14px;
    line-height: 22px;
  }

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

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

  .tab-link-round-2 {
    width: 22%;
    text-align: center;
    white-space: nowrap;
  }

  .tab-link-round-2.w--current {
    width: 15%;
    margin-right: 15px;
    margin-left: 15px;
    padding-left: 20px;
  }

  .tab-menu-round {
    margin-top: -140px;
  }

  .heading-13 {
    margin-top: -10px;
    font-size: 30px;
  }

  .heading-14 {
    font-size: 30px;
  }

  .heading-16 {
    font-size: 25px;
  }

  .arrow {
    margin-left: 410px;
  }

  .tab-link-round-2-copy {
    width: 22%;
    text-align: center;
    white-space: nowrap;
  }

  .tab-link-round-2-copy.w--current {
    width: 15%;
    margin-right: 15px;
    margin-left: 15px;
    padding-left: 20px;
  }

  .tabs-content {
    margin-top: -40px;
  }

  .counter-div-copy {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
}

@media screen and (max-width: 479px) {
  .phase-1-heading {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 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;
    font-size: 25px;
    line-height: 40px;
  }

  .phase-1-para {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
  }

  .phase-3 {
    margin-top: 100px;
  }

  .product-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 240px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    -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-size: 30px;
  }

  .product-para {
    width: 240px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 20px;
    font-size: 12px;
  }

  .product-div {
    width: 340px;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .lottie-animation {
    width: 20%;
  }

  .product-para-2 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 18px;
  }

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

  .grid-2 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .product-grid-para {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .container-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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

  .grid-5 {
    padding: 5px;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .image-14 {
    padding: 0px;
  }

  .products-opening-bg-video {
    display: block;
    width: 100%;
    height: 30vh;
    margin-top: 60px;
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .opening-columns {
    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;
  }

  .oc2 {
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .ie-h1 {
    font-size: 30px;
  }

  .ie-para-1 {
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
  }

  .ie-opening-button {
    margin-bottom: 10px;
  }

  .opacity-trial {
    display: none;
  }

  .image-9 {
    margin-top: 15px;
    margin-right: 10px;
  }

  .submit-button {
    margin-left: 20px;
  }

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

  .tab-pane-wrap-all {
    font-family: Graphik, sans-serif;
  }

  .tab-link-round-2 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .tab-link-round-2.w--current {
    margin-top: 0px;
    margin-right: 15px;
    padding-right: 45px;
    padding-left: 45px;
  }

  .section-3 {
    margin-top: 20px;
  }

  .heading-13 {
    font-size: 25px;
  }

  .arrow {
    margin-left: 281px;
  }

  .tab-link-round-2-copy {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .tab-link-round-2-copy.w--current {
    margin-top: 0px;
    margin-right: 15px;
    padding-right: 45px;
    padding-left: 45px;
  }

  .photo {
    width: 90%;
    height: 61vh;
    margin-right: auto;
    margin-left: auto;
  }

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

  .ta-title {
    font-size: 30px;
  }

  .ta-tagline {
    display: inline-block;
    margin-right: auto;
    margin-left: 55px;
    -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;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
  }

  .text-span-9 {
    margin-left: 10px;
  }

  .text-span-10 {
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .ta-container {
    margin-right: auto;
    margin-left: auto;
  }

  .heading-55.t1 {
    position: absolute;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .ie-opening-button-2 {
    margin-top: 10px;
  }

  .ace {
    padding: 20px;
    font-size: 50px;
    line-height: 70px;
  }

  .hero-shadow {
    display: none;
  }

  .background-video-2 {
    width: 340px;
    height: 188px;
    margin-top: 0px;
  }

  .counter-section-copy {
    height: 150vh;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .counter-div-copy {
    margin: 250px auto 100px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .main-title {
    font-size: 33px;
  }

  .title-cover {
    height: 500px;
  }

  .panel-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .panel-a {
    margin-right: auto;
    margin-left: auto;
    padding: 13px;
  }

  .panel-b {
    padding-right: 0px;
  }

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

  .tab-pane-wrap {
    font-family: Graphik, sans-serif;
  }

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

  .contact-form {
    max-width: 90%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-head {
    font-size: 30px;
  }

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

  .pp3a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .pp3b {
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .pp3-title {
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
  }

  .ppb-icon-grid {
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .digital-pdfs {
    width: 15vh;
    height: 15vh;
    margin-right: auto;
    margin-left: auto;
  }

  .scanned-images {
    width: 15vh;
    height: 15vh;
    margin-right: auto;
    margin-left: auto;
  }

  .excel-sheets {
    width: 15vh;
    height: 15vh;
    margin-right: auto;
    margin-left: auto;
  }

  .word-documents {
    width: 15vh;
    height: 15vh;
    margin-right: auto;
    margin-left: auto;
  }

  .image-52-copy {
    padding: 17px;
  }

  .emails {
    width: 15vh;
    height: 15vh;
    margin-right: auto;
    margin-left: auto;
  }

  .pp3-title-copy {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 12px;
    line-height: 18px;
  }

  .image-55 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .opening-video {
    width: 337.6750183105469px;
    height: 188px;
    margin-top: 60px;
  }

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

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

  .git-tweet {
    font-size: 16px;
  }

  .git-mail {
    font-size: 16px;
  }

  .sm-h1 {
    font-size: 30px;
  }

  .sm-para {
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
  }

  .sm-opening-button {
    margin-bottom: 10px;
  }

  .parallex-container {
    height: 45vh;
  }

  .pdiv-1 {
    width: 30vw;
    height: 60px;
    margin-top: 0px;
  }

  .bre-h1 {
    font-size: 30px;
  }

  .ib-h1 {
    font-size: 30px;
  }

  .bre-opening-button {
    margin-bottom: 10px;
  }

  .lucidopening-button {
    margin-bottom: 10px;
  }

  .ib-opening-button {
    margin-bottom: 10px;
  }

  .lucid-h1 {
    font-size: 30px;
  }

  .product-panel-icons-copy {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .rb {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 115px;
    height: 73.5px;
    margin-left: 25px;
  }

  .cm {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 115px;
    height: 73.5px;
    margin-left: 105px;
  }

  .bpmn {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 90px;
    height: 73.5px;
    margin-top: -168px;
    margin-left: -2px;
  }

  .biz-product-panel-icons {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
}

#w-node-_14466ba4-aaa6-5a23-6a82-ac238cadaa5a-9221320f {
  -ms-grid-column-align: center;
  justify-self: center;
  -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-_787e0863-203a-df9b-7cfb-0dca2dc0dfd4-9221320f {
  -ms-grid-column-align: center;
  justify-self: center;
  -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-e2c8e4bf-d2b0-0d61-bdcc-de8bc8a3f438-9221320f {
  -ms-grid-column-align: center;
  justify-self: center;
  -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-_396a25ac-4072-aca1-e222-f7640bdbc061-9221320f {
  -ms-grid-column-align: center;
  justify-self: center;
  -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-c026f976-5cf5-e8f2-d93f-68a2589967e0-9221320f {
  -ms-grid-column-align: center;
  justify-self: center;
  -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-_4ae8e73c-73f7-91ec-47bf-f6d00d054757-9221320f {
  -ms-grid-column-align: center;
  justify-self: center;
  -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-_4ae8e73c-73f7-91ec-47bf-f6d00d05475f-9221320f {
  -ms-grid-column-align: center;
  justify-self: center;
  -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-_4ae8e73c-73f7-91ec-47bf-f6d00d054766-9221320f {
  -ms-grid-column-align: center;
  justify-self: center;
  -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-_4ae8e73c-73f7-91ec-47bf-f6d00d05476d-9221320f {
  -ms-grid-column-align: center;
  justify-self: center;
  -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-_4ae8e73c-73f7-91ec-47bf-f6d00d054774-9221320f {
  -ms-grid-column-align: center;
  justify-self: center;
  -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-_9cc605fc-2c31-7711-af3a-a05f49b9aac1-9221320f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_95ba5b19-9e60-b159-9c11-0734ba1e255a-9221320f {
  -ms-grid-column-align: center;
  justify-self: center;
  -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-a7e00a39-b626-1e5a-500d-bb73ac2dd8c4-9221320f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9ee46ee9-b852-0599-b0aa-a2312e108774-92213211 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-b724a9ed-3453-5906-ad77-bd857e6a7f40-92213211 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_9a3f6ecc-06a1-9e8d-c6a0-96f946d8c582-92213211 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-d67b5d59-98f0-3a84-4011-f8d0b3ac2132-92213211 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_7303d071-0f2e-b330-9725-7beff4916acd-92213211 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_5a4a3595-87e0-77bf-e438-29dee19b559b-92213211 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_987fb319-8a3e-77b5-be96-cbd36e3899c1-92213211 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-bc46b84c-69f5-4ebe-6e76-0dbb04bdf3e1-92213211 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-ea5ab411-3ec0-1e28-89ab-b13e12f2bb48-dfefcdcb {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-fd30e024-2032-40a8-606c-5994bed017cb-dfefcdcb {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_382e2865-489a-a71b-2735-d8a6847b4d80-dfefcdcb {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-ca02eff5-5d18-bd4b-5ac8-832d850e7238-dfefcdcb {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_225ff8f9-0b34-5da6-a5ba-c228b8906412-dfefcdcb {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@media screen and (max-width: 479px) {
  #w-node-a7e00a39-b626-1e5a-500d-bb73ac2dd8c4-9221320f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_9f77b7b9-c07b-1866-d373-b05c4858c56a-92213211 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikBlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikMediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikExtralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikSemibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikSuperItalic.otf') format('opentype'), url('../fonts/GraphikRegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikSemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphiksuper';
  src: url('../fonts/GraphikSuper.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/GraphikRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}