html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Prelaoder */
#jpreLoader {
  width: 100%;
}

#jpreBar {
  background: #a11d20;
  -webkit-box-shadow: 0 0 3px red;
          box-shadow: 0 0 3px red;
  height: 3px !important;
  -webkit-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
}

#jprePercentage,
#jpreButton {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.project .cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  width: 100%;
  background: #f3f3f3;
}

.project .content img {
  max-width: 600px;
  image-rendering: -webkit-optimize-contrast;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.project .content .single-screen img {
  max-width: 100%;
}

.project .content.light h1 {
  color: #fff;
}

.project .content.light h2 {
  color: white;
}

.project .content.light h3 {
  color: white;
}

.project .content.light p {
  color: rgba(255, 255, 255, 0.8);
}

.project .content.light p strong {
  color: white;
}

.project .content.light li {
  color: rgba(255, 255, 255, 0.8);
}

.project .content.light li strong {
  color: white;
}

.project .intro,
.project .challenge,
.project .solution,
.project .responsibilities,
.project .results,
.project .screens,
.project .outcomes,
.project .reaserch,
.project .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  padding: 100px 40px;
  background: #fff;
}

.project .intro .content,
.project .challenge .content,
.project .solution .content,
.project .responsibilities .content,
.project .results .content,
.project .screens .content,
.project .outcomes .content,
.project .reaserch .content,
.project .section .content {
  width: 650px;
  max-width: 100%;
}

.project .next,
.project .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 100px 40px;
  background: #fff;
}

.project .next .content,
.project .contact .content {
  max-width: 100%;
}

.project h1 {
  margin-bottom: 10px;
  font-family: 'bebas', sans-serif;
  font-size: 60px;
  color: #444;
  -webkit-font-smoothing: subpixel-antialiased;
}

.project h1 .white {
  color: #fff;
}

.project h2 {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: 666px;
  -webkit-font-smoothing: subpixel-antialiased;
}

.project h3 {
  margin-bottom: 0px;
  font-family: 'bebas', sans-serif;
  font-size: 30px;
  color: #444;
  -webkit-font-smoothing: subpixel-antialiased;
}

.project p, .project li {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #666;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
}

.project p strong, .project li strong {
  color: #000;
  font-weight: 600;
}

.project ul {
  padding-left: 25px;
}

.project li {
  list-style-type: disc;
  list-style-position: outside;
}

.project .center {
  text-align: center;
}

.project .bg h1 {
  color: #fff;
}

.project .link-btn {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  padding: 16px;
  vertical-align: top;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 4px;
}

.project.sync .cover {
  background: url("sync/casambaBG.jpg") no-repeat center center;
  background-size: cover;
}

.project.sync .intro {
  min-height: unset;
}

.project.sync .challenge {
  background: #8c8fab;
}

.project.sync .responsibilities {
  background: #6795c4;
}

.project.sync .next {
  background: #74b14a;
}

.project.sync .next .link-btn {
  margin-right: 20px;
}

.project.sync .next .link-btn-primary {
  background: #fff;
  color: #74b14a;
}

.project.sync .contact {
  background: #555;
}

.project.sync .contact .link-btn {
  color: #fff;
  border: 1px solid #fff;
}

.project.sync .btn-states .flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}

.project.sync .btn-states .flex img {
  margin-right: 20px;
}

.project.sync .in-progress {
  position: relative;
  width: 108px;
  height: 106px;
  background: url("sync/in-prog.png") no-repeat top left;
  margin-right: 20px;
}

.project.sync .in-progress:before {
  content: "";
  display: block;
  width: 108px;
  height: 106px;
  background: url("sync/sync-icon.png") no-repeat center center;
  -webkit-animation: sync-spin 3s linear infinite;
          animation: sync-spin 3s linear infinite;
}

.project.sync .in-progress .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.project.sync .in-progress .progress-bar {
  width: 0;
  height: 7px;
  background: #75b14e;
}

.project.sync .in-progress .progress-bar.animation {
  -webkit-animation: fakeProgress 10s linear infinite;
          animation: fakeProgress 10s linear infinite;
}

@-webkit-keyframes sync-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes sync-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes fakeProgress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes fakeProgress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@media screen and (max-height: 768px), screen and (max-width: 760px) {
  .project.sync .center img {
    max-width: 100%;
  }
}

.project.chatbot .cover {
  background: url("chatbot/project-bg.jpg") no-repeat center center;
  background-size: cover;
}

.project.chatbot .intro {
  min-height: unset;
}

.project.chatbot .screens .content {
  max-width: 100%;
  width: auto;
}

.project.chatbot .challenge {
  background: #444;
}

.project.chatbot .outcomes,
.project.chatbot .responsibilities {
  background: #f3f3f3;
}

.project.chatbot .outcomes .content,
.project.chatbot .responsibilities .content {
  width: auto;
  max-width: 650px;
}

.project.chatbot .solution .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 650px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project.chatbot .next {
  background: #8c8fab;
}

.project.chatbot .next .link-btn {
  margin-right: 20px;
}

.project.chatbot .next .link-btn-primary {
  background: #fff;
  color: #8c8fab;
}

.project.chatbot .contact {
  background: #555;
}

.project.chatbot .contact .link-btn {
  color: #fff;
  border: 1px solid #fff;
}

.project.chatbot .screen-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}

.project.chatbot .screen-group .screen {
  margin: 10px;
  width: 100%;
  max-width: 372px;
}

.project.chatbot .screen-group .screen img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  max-width: 372px;
  image-rendering: -webkit-optimize-contrast;
}

.project.chatbot .screen-title {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  color: #777;
  font-size: 16px;
  margin-bottom: 10px;
}

.project.chatbot .user-journey {
  position: relative;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 450px;
  margin-left: 40px;
  border-left: 2px dashed #bbb;
}

.project.chatbot .user-journey:first-of-type {
  margin-bottom: 50px;
}

.project.chatbot .user-journey:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  display: block;
  top: 0;
  left: -8px;
  background: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  border: 2px solid #bbb;
  border-radius: 20px;
}

.project.chatbot .user-journey:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  display: block;
  bottom: 0;
  left: -8px;
  background: #bbb;
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 20px;
}

.project.chatbot img.lean-prioritization {
  width: 790px;
  max-width: 100%;
}

#design-system {
  position: relative;
  background-color: #f1f2f4;
  padding-top: 80px;
}

#design-system .header {
  position: fixed;
  top: 0;
  margin-bottom: 20px;
  width: 100%;
  height: 61px;
  border-bottom: 1px solid #ccc;
  background: url("projects/design-system/header-right.png") top right no-repeat, url("projects/design-system/header-left.png") top left no-repeat;
  background-color: #fff;
  background-size: contain;
  image-rendering: -webkit-optimize-contrast;
}

#design-system .content {
  width: 1024px;
  margin: 0 auto;
  height: 6800px;
  background: url("projects/design-system/design-system.png") no-repeat top left;
  background-size: contain;
  image-rendering: -webkit-optimize-contrast;
}

.project.chatbot-case .cover {
  background: url("chatbot/project-bg.jpg") no-repeat center center;
  background-size: cover;
}

.project.chatbot-case .intro {
  min-height: unset;
}

.project.chatbot-case .screens .content {
  max-width: 100%;
  width: auto;
}

.project.chatbot-case .challenge {
  background: #444;
}

.project.chatbot-case .outcomes,
.project.chatbot-case .responsibilities {
  background: #f3f3f3;
}

.project.chatbot-case .affinity-map .content,
.project.chatbot-case .journey .content {
  width: calc(100vw - 40px);
  max-width: 100%;
}

.project.chatbot-case .affinity-map .content img,
.project.chatbot-case .journey .content img {
  max-width: 100%;
}

.project.chatbot-case .outcomes .content,
.project.chatbot-case .responsibilities .content {
  width: auto;
  max-width: 650px;
}

.project.chatbot-case .solution .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 650px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project.chatbot-case .next {
  background: #8c8fab;
}

.project.chatbot-case .next .link-btn {
  margin-right: 20px;
}

.project.chatbot-case .next .link-btn-primary {
  background: #fff;
  color: #8c8fab;
}

.project.chatbot-case .contact {
  background: #555;
}

.project.chatbot-case .contact .link-btn {
  color: #fff;
  border: 1px solid #fff;
}

.project.chatbot-case .screen-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}

.project.chatbot-case .screen-group .screen {
  margin: 10px;
  width: 100%;
  max-width: 372px;
}

.project.chatbot-case .screen-group .screen img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  max-width: 372px;
  image-rendering: -webkit-optimize-contrast;
}

.project.chatbot-case .screen-title {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  color: #777;
  font-size: 16px;
  margin-bottom: 10px;
}

.project.chatbot-case .user-journey {
  position: relative;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 450px;
  margin-left: 40px;
  border-left: 2px dashed #bbb;
}

.project.chatbot-case .user-journey:first-of-type {
  margin-bottom: 50px;
}

.project.chatbot-case .user-journey:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  display: block;
  top: 0;
  left: -8px;
  background: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  border: 2px solid #bbb;
  border-radius: 20px;
}

.project.chatbot-case .user-journey:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  display: block;
  bottom: 0;
  left: -8px;
  background: #bbb;
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 20px;
}

.project.chatbot-case img.lean-prioritization,
.project.chatbot-case img.reaserch-questions-img {
  width: 990px;
  max-width: 100%;
}

@font-face {
  font-family: "bebas";
  src: url(/Fonts/bebas-neue/BebasNeuePro-Bold.woff2);
  font-display: block;
}

@font-face {
  font-family: Telegraf-Light;
  src: url(/Fonts/Telegraph/Telegraf-Light.otf);
  font-display: block;
}

@font-face {
  font-family: Telegraf-Regular;
  src: url(/Fonts/Telegraph/Telegraf-Regular.otf);
  font-display: block;
}

@font-face {
  font-family: Telegraf-Bold;
  src: url(/Fonts/Telegraph/Telegraf-Bold.otf);
  font-display: block;
}

@font-face {
  font-family: Telegraf-SemiBold;
  src: url(/Fonts/Telegraph/Telegraf-SemiBold.otf);
  font-display: block;
}

@font-face {
  font-family: maquette-medium;
  src: url(/Fonts/maquette-medium.woff);
  font-display: block;
}

.mouse {
  background: #ccc -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #ccc), to(#ccc));
  background: #ccc linear-gradient(transparent 0%, transparent 50%, #ccc 50%, #ccc 100%);
  position: relative;
  width: 40px;
  height: 60px;
  border-radius: 100px;
  background-size: 100% 200%;
  -webkit-animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
          animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
}

.mouse:before, .mouse:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.mouse:before {
  width: 36px;
  height: 56px;
  background-color: #f3f3f3;
  border-radius: 100px;
}

.mouse:after {
  background-color: #ccc;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation: trackBallSlide 5s linear infinite;
          animation: trackBallSlide 5s linear infinite;
}

@-webkit-keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #ccc;
  }
  29.99% {
    background-color: #ccc;
    background-position: 0% 0%;
  }
  30% {
    background-color: #ccc;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #ccc;
  }
  59% {
    background-color: #ccc;
    background-position: 0% 0%;
  }
  60% {
    background-color: #ccc;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #ccc;
  }
  90%, 100% {
    background-color: #ccc;
  }
}

@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #ccc;
  }
  29.99% {
    background-color: #ccc;
    background-position: 0% 0%;
  }
  30% {
    background-color: #ccc;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #ccc;
  }
  59% {
    background-color: #ccc;
    background-position: 0% 0%;
  }
  60% {
    background-color: #ccc;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #ccc;
  }
  90%, 100% {
    background-color: #ccc;
  }
}

@-webkit-keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  15%, 19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
  }
  28%, 29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  45%, 49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
  }
  58%, 59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  75%, 79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
  }
  88%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
}

@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  15%, 19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
  }
  28%, 29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  45%, 49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
  }
  58%, 59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  75%, 79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
  }
  88%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
}

@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes nudgeText {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes nudgeText {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes colorText {
  21% {
    color: #ccc;
  }
  30% {
    color: #ccc;
  }
  51% {
    color: #ccc;
  }
  60% {
    color: #ccc;
  }
  81% {
    color: #ccc;
  }
  90% {
    color: #ccc;
  }
}

@keyframes colorText {
  21% {
    color: #ccc;
  }
  30% {
    color: #ccc;
  }
  51% {
    color: #ccc;
  }
  60% {
    color: #ccc;
  }
  81% {
    color: #ccc;
  }
  90% {
    color: #ccc;
  }
}

/* Custom */
html {
  font-family: "Open Sans" Arial, Helvetica, sans-serif;
}

html, body {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
  -ms-scroll-snap-points-y: repeat(300px);
      scroll-snap-points-y: repeat(300px);
}

.nav {
  position: fixed;
  z-index: 10;
  width: 100%;
  padding: 10px;
  -webkit-transition: background ease-out .4s;
  transition: background ease-out .4s;
}

.nav:hover, .nav.fixed {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  max-width: var(--max-page-width);
  margin: 0 auto;
}

.nav a {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #777;
  font-size: 15px;
  display: inline-block;
  padding: 16px;
  vertical-align: top;
  text-decoration: none;
}

.nav a:hover {
  color: #a11d20;
  cursor: pointer;
}

.nav a.logo {
  width: 30px;
  height: 50px;
  margin-left: 5px;
  background: url(images/favicon.png) no-repeat center center;
  background-size: contain;
}

.nav a.primary {
  border: 1px solid #777;
  border-radius: 4px;
}

.nav a.primary:hover {
  border: 1px solid #a11d20;
}

.landing-page section.section1 {
  background: #f3f3f3;
  height: 100vh;
}

.landing-page .mouse {
  position: absolute;
  left: calc(50% - 20px);
  bottom: 40px;
  z-index: 3;
}

/* Loader */
.loader {
  position: absolute;
  height: 3px;
  background: #a11d20;
  -webkit-box-shadow: 0 0 3px red;
          box-shadow: 0 0 3px red;
  width: 1%;
  display: none;
  -webkit-transition: all ease-out .4s;
  transition: all ease-out .4s;
}

/* Sections */
.section2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  background: #fff;
}

.section2 .story {
  margin: 0 auto;
  width: 500px;
  line-height: 1.2;
  font-size: 28px;
}

#portfolio {
  position: relative;
  z-index: 101;
  display: block;
}

#portfolio .thumbs {
  position: absolute;
}

#portfolio .thumbs li {
  width: 160px;
  height: 160px;
  border-radius: 200px;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
}

#portfolio .thumbs li div {
  width: 160px;
  height: 160px;
  position: absolute;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.6), inset 0 0 0 0px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.6), inset 0 0 0 0px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.1);
}

#portfolio .thumbs li:hover div {
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.6), inset 0 0 0 100px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.6), inset 0 0 0 100px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.logo-bg {
  display: block;
  height: 524px;
  -webkit-transition: all ease-out .4s;
  transition: all ease-out .4s;
  opacity: 1;
  /*
	 mask-image:  url(mask.png);
	 */
}

.logo-bg.fadeout {
  opacity: 0;
}

#particles-js {
  /* z-index: 2; */
  mix-blend-mode: multiply;
  opacity: .6;
  position: absolute;
  /* width: 100%;
	height: 100%; */
  top: 0;
  left: 0;
  width: 360px;
  height: 520px;
  background-color: #fff;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.bg3 {
  display: block;
  /* height:524px; */
  height: 420px;
  width: 500px;
}

video {
  -o-object-fit: fill;
     object-fit: fill;
}

video#bgvid {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 5;
  opacity: 0.04;
}

.logo-wrapper {
  position: absolute;
  top: -30px;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#logo {
  position: absolute;
}

#logo .mask {
  width: 420px;
  height: 650px;
  display: block;
  position: absolute;
  background: url(images/ziv-logo-mask.png) no-repeat -22px -19px;
  background-size: 390px;
  z-index: 2;
}

#logo .backdrop {
  background: #fff;
  width: 360px;
  height: 510px;
  margin-top: -520px;
}

.credit {
  position: absolute;
  text-align: center;
  top: calc(50% - 61px);
  text-transform: uppercase;
  z-index: 9;
  width: 100%;
}

.credit .frame {
  width: 440px;
  margin: 0 auto;
}

.credit .frame:before {
  content: "";
  position: absolute;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.4);
  width: 436px;
  height: 140px;
  -webkit-transform: translate(-10px, -15px);
          transform: translate(-10px, -15px);
}

.credit .name {
  font-family: 'bebas';
  left: -50%;
  font-size: 77px;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 21.5px;
  line-height: 70px;
  margin-bottom: -4px;
  margin-top: 10px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.credit .titles {
  font-family: 'HelveticaNeueLT Std Cn';
  color: rgba(0, 0, 0, 0.45);
  font-size: 15px;
  letter-spacing: 4.2px;
  margin-top: 10px;
  margin-left: -18px;
}

.credit .subtitle {
  font-family: 'HelveticaNeueLT Std Cn';
  color: rgba(0, 0, 0, 0.35);
  font-size: 12px;
  letter-spacing: 13px;
  margin-top: 10px;
  margin-left: -11px;
  text-transform: uppercase;
}

.type {
  padding: 20px;
  font-family: bebas;
  color: #444;
  font-size: 45px;
  letter-spacing: -2px;
  line-height: 1.2;
}

.type2 {
  font-family: Telegraf-SemiBold;
  color: #000;
  font-size: 73px;
  margin: 0 0 .25em;
  letter-spacing: -3px;
  letter-spacing: -4px;
  line-height: 75px;
}

/* Resolutions */
.filter,
.blur25 {
  -webkit-filter: blur(25px);
          filter: blur(25px);
}

.blur10 {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

::-moz-selection {
  background: #a11d20;
  text-shadow: none;
  color: white;
}

::selection {
  background: #a11d20;
  text-shadow: none;
  color: white;
}

.story {
  border: 1px solid rgba(0, 0, 0, 0.4);
  width: 388px !important;
  padding: 10px 10px 10px 12px;
  color: rgba(0, 0, 0, 0.7);
}

.story span.justify {
  text-align: justify;
}

.story .line1 {
  letter-spacing: 3px;
}

.story .line2 {
  letter-spacing: .4px;
  margin-bottom: 15px;
}

.story .line4 {
  letter-spacing: 1.6px;
}

.story2 {
  padding: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.wordlist {
  display: inline-block;
  color: #d00;
  padding: 0px 8px 0 0;
  margin-bottom: 5px;
  height: 48px;
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  vertical-align: top;
  line-height: 1;
}

.wordlist ul {
  position: relative;
  display: block;
  top: 0;
  -webkit-transition: top ease-in-out .4s;
  transition: top ease-in-out .4s;
}

.wordlist li {
  line-height: 1.2;
  display: block;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  white-space: nowrap;
}

.section3 {
  background: #f3f3f3;
}

.section3 .content {
  padding: 100px 20px;
  margin: 0 auto;
  max-width: var(--max-page-width);
}

.section4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  background: #fff;
}

.section4 .contact-wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section4 .link {
  font-family: 'bebas';
  color: #444;
  font-size: 45px;
  margin: 0 0 1.5em;
  letter-spacing: -1px;
  line-height: 1.2;
  display: block;
  margin: auto 0;
  text-decoration: none;
}

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

.section4 .type-wp {
  display: inline-block;
  font-family: 'bebas';
  margin: 0 auto;
  color: #444;
}

.section4 .type-wp .line1 {
  font-size: 23px;
  margin-bottom: -20px;
  margin-left: 6px;
}

.section4 .type-wp .line2 {
  font-size: 220px;
  width: 125px;
  overflow: hidden;
  -webkit-transition: ease-in-out width 0.8s;
  transition: ease-in-out width 0.8s;
}

.section4 .type-wp .line2:hover, .section4 .type-wp .line2.reveal {
  width: 412px;
}

.cbp-filter-item {
  background: none !important;
  border: 0 !important;
  font-size: 14px !important;
}

:root {
  --max-page-width: 1100px;
}

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

.flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.btn-link {
  font-family: "Open Sans", sans-serif;
  border: 1px solid #777;
  border-radius: 4px;
  color: #777;
  font-size: 14px;
  display: inline-block;
  padding: 15px;
  vertical-align: top;
  text-decoration: none;
  font-weight: normal;
}

.mb0 {
  margin-bottom: 0;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb-1 {
  margin-bottom: -1px;
}

.mb-10 {
  margin-bottom: -10px;
}

.mb-15 {
  margin-bottom: -15px;
}

.mb-20 {
  margin-bottom: -20px;
}

.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt80 {
  margin-top: 80px;
}

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

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.p0 {
  padding: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pt0 {
  padding-top: 0;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

@media screen and (max-width: 760px) {
  .landing-page section.section1 {
    background: #fff;
  }
  .nav {
    padding: 10px;
  }
  .nav .links a {
    display: none;
  }
  .nav .links .primary {
    display: block;
  }
  .credit {
    zoom: .7;
  }
  .credit .name {
    margin-left: 15px;
    white-space: nowrap;
  }
  .credit .titles {
    margin-left: 0;
  }
  .credit .subtitle {
    margin-left: 6px;
  }
  .credit .frame:before {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
  .logo-wrapper {
    top: 0;
    background: #f3f3f3;
  }
  .logo-wrapper #logo {
    width: 300px;
    height: 464px;
    overflow: hidden;
    top: calc(50% - 290px);
  }
  .logo-wrapper #logo .mask {
    width: 300px;
    height: 464px;
    background: url(images/ziv-logo-mask.png) 0 0 no-repeat;
    background-size: 300px;
  }
  .logo-wrapper #logo #particles-js {
    width: 300px;
    height: 464px;
    opacity: 1;
    mix-blend-mode: normal;
  }
  .logo-wrapper #logo .backdrop {
    width: 300px;
    height: 464px;
    margin-top: -464px;
  }
  .logo-bg {
    display: none;
  }
  .mouse {
    display: none;
  }
  .section4 .type-wp .line1 {
    font-size: 18px;
  }
  .section4 .type-wp .line2 {
    font-size: 174px;
    width: 99px;
  }
  .section4 .type-wp .line2:hover {
    width: 325px;
  }
  .project.sync .link-btn,
  .project.chatbot .link-btn {
    margin-bottom: 10px;
  }
  .project.chatbot .user-journey {
    max-width: 328px;
    margin-left: 0px;
  }
  .project.chatbot .user-journey img {
    max-width: 300px;
  }
  .project.chatbot .solution {
    padding: 50px 20px !important;
  }
  .project.chatbot .solution .content {
    max-width: 100%;
  }
  .project.chatbot .solution-content-block1 {
    max-width: 100%;
  }
  .project.chatbot .solution-content-block1 .center img {
    max-width: 100%;
  }
  .project.chatbot .screens .screen-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/*# sourceMappingURL=style.css.map */