body {
  font-family: soleil, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 28px;
  font-size: 10vh;
  line-height: 0.9em;
  font-weight: 800;
  letter-spacing: -3px;
  text-transform: uppercase;
}

h2 {
  max-width: none;
  margin-top: 12px;
  margin-right: -52px;
  margin-bottom: 24px;
  font-size: 3.2em;
  line-height: 1.1em;
  font-weight: 800;
  letter-spacing: -1px;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
}

a {
  text-decoration: underline;
}

.hero {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100vw;
  height: 102vh;
  margin-top: -20vh;
  background-color: #fff;
  color: #000;
  font-size: 17px;
  line-height: 1.5em;
}

.container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 85vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.container.nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.nav.transparent {
  background-color: transparent;
}

.container.explanation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1096px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.team {
  max-width: 900px;
}

.container.m {
  max-width: 75vw;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  min-width: 48px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #dd1955;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.button:hover {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, .15));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, .15));
}

.button:active {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
}

.button.nav {
  height: 36px;
  min-width: 36px;
  margin-left: 10px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}

.button.nav.lined {
  border: 1px solid #dd1955;
  background-color: transparent;
  color: #dd1955;
}

.button.nav.lined.white {
  border-color: #fff;
  color: #fff;
}

.button.email-input {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #dd1955;
  text-transform: uppercase;
}

.button.empty {
  width: 140px;
  margin-right: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #dd1955;
  background-color: #fff;
  color: #dd1955;
  font-size: 1.3em;
}

.button.l {
  width: auto;
  height: 58px;
  margin-right: 24px;
  padding-right: 30px;
  padding-left: 28px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 1.5em;
  font-weight: 300;
  cursor: pointer;
}

.button.l:hover {
  background-image: none;
  box-shadow: 0 0 28px -2px rgba(0, 0, 0, .2);
}

.button.l.empty {
  font-weight: 400;
}

.button.l.empty:hover {
  background-color: #fff;
  box-shadow: 0 0 28px -2px rgba(221, 25, 85, .2);
}

.button.m {
  height: 50px;
  margin-right: 24px;
  padding: 11px 24px 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
}

.button.m.empty {
  width: auto;
}

.button.m.jobs {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.nav-bar {
  position: absolute;
  left: 0px;
  top: 16vh;
  right: 0px;
  z-index: 1000;
  height: 86px;
  margin-top: 24px;
  padding-top: 14px;
  background-image: -webkit-linear-gradient(0deg, #fff 9%, transparent 44%), -webkit-linear-gradient(270deg, rgba(48, 9, 27, .6) -1%, rgba(48, 9, 27, 0) 99%, rgba(48, 9, 27, 0));
  background-image: linear-gradient(90deg, #fff 9%, transparent 44%), linear-gradient(180deg, rgba(48, 9, 27, .6) -1%, rgba(48, 9, 27, 0) 99%, rgba(48, 9, 27, 0));
}

.nav-bar.landing-page {
  position: absolute;
  top: 0vh;
  margin-top: 0px;
}

.logo.fixed {
  height: 20px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 16px;
  -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: 0.65;
  color: #000;
  font-size: 12px;
  line-height: 13px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  color: #dd1955;
}

.nav-link.sign-up {
  opacity: 1;
}

.nav-link.white {
  margin-right: 22px;
  opacity: 0.9;
  color: #fff;
  font-weight: 400;
}

.nav-link.white:hover {
  opacity: 1;
}

.nav-link.dropdown {
  margin-right: 0px;
  opacity: 0.95;
  cursor: pointer;
}

.section-explain {
  padding-top: 120px;
  padding-bottom: 48px;
  background-color: #fff;
}

.section-explain.closed {
  display: block;
}

.explanation-text-block {
  width: 25%;
  margin-top: -120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.explanation-image-block {
  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-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.explanation-block {
  opacity: 0.65;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  color: #dd1955;
  font-size: 13px;
  line-height: 22px;
  cursor: pointer;
}

.explanation-block:hover {
  opacity: 1;
  -webkit-filter: saturate(50%);
  filter: saturate(50%);
}

.explanation-block.current {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  color: #dd1955;
  font-weight: 400;
}

.explanation-block.bottom {
  margin-top: 96px;
}

.explanation-block.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.explanation-title {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.phone-explanation-1 {
  max-height: 80vh;
  max-width: none;
}

.explanation-text {
  opacity: 0.65;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.explanation-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-bottom: 15px;
  padding-bottom: 4px;
  -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: 200px;
  background-color: #dd1955;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  font-weight: 800;
}

.section {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 120px;
  -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: #fff;
}

.section.closed {
  display: none;
}

.section.half-padding-top {
  position: relative;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section.half-padding-top.small {
  min-height: 10vh;
  padding-bottom: 60px;
}

.section.customers {
  position: relative;
  height: auto;
  min-height: 10vh;
  padding-top: 24px;
  padding-bottom: 52px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(255, 185, 139, .2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.section.customers:hover {
  background-color: rgba(255, 185, 139, .3);
}

.section.customers.white {
  background-color: transparent;
}

.section.not-full {
  min-height: 70vh;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.not-full._100-padding-top {
  padding-top: 100px;
}

.section.not-full._100-padding-top.not-white {
  background-color: #fcfcfc;
}

.section.short {
  min-height: 20vh;
  padding-top: 32px;
  padding-bottom: 32px;
}

.section.short.maze {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.cs-vid-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section.small {
  min-height: 10vh;
  padding-top: 20px;
  padding-bottom: 60px;
}

.left-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 28px;
}

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

.right-column.text {
  padding-left: 0px;
  font-size: 16px;
  line-height: 28px;
}

.right-image {
  position: relative;
  left: 12px;
  width: 135%;
  max-width: none;
}

.right-image.l {
  position: relative;
  left: 27px;
  top: 10px;
  width: 150%;
}

.right-image.m {
  width: 80%;
}

.category-tiny-title {
  margin-bottom: 18px;
  padding-left: 3px;
  color: #bbb;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.category-tiny-title.landing-page {
  margin-top: 18px;
  font-size: 26px;
}

.category-tiny-title.top-margin {
  margin-top: 28px;
}

.category-tiny-title.cs-category {
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 0px;
  color: #797979;
  letter-spacing: 1.2px;
}

.fixed-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10000;
  display: block;
  height: 64px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  background-color: hsla(0, 0%, 100%, .9);
}

.fixed-nav.see-thru {
  background-color: hsla(0, 0%, 100%, .5);
}

.social-block {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #dd1955;
}

.social-block.desktop {
  position: absolute;
  left: -64px;
  bottom: -142px;
}

.social-block.desktop.right {
  left: 24px;
}

.social-block.mobile {
  display: none;
}

.social-avatar-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  padding-right: 12px;
  -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;
}

.social-text-block {
  position: relative;
  z-index: 2;
  padding-left: 6px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  line-height: 23px;
  font-weight: 100;
}

.social-avatar {
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
  border-radius: 200px;
}

.social-text-bubble {
  max-width: 440px;
  padding: 16px 24px 16px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
  border-radius: 4px;
  box-shadow: 0 3px 12px -3px rgba(0, 0, 0, .15);
  font-size: 14px;
  line-height: 22px;
  text-indent: -6px;
}

.social-text-arrow {
  position: absolute;
  left: 0px;
  bottom: 50%;
  width: 7px;
}

.social-credentials {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -6px;
  padding-top: 4px;
  padding-left: 28px;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.site-content {
  overflow: hidden;
  width: 100vw;
}

.what-we-do-subtitle {
  display: block;
  max-width: 640px;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.what-we-do-subtitle.half-padding-bottom {
  margin-bottom: 32px;
}

.what-we-do-subtitle.media-kit {
  margin-bottom: 20px;
}

.background-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: -20vh;
  padding-top: 20vh;
  -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;
  background-image: url('../images/maze-img-3.jpg');
  background-position: 100% 100%;
  background-size: 100vw;
  background-repeat: no-repeat;
}

.flex-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._400-column {
  width: 400px;
}

.email-input-field {
  height: 48px;
  padding-bottom: 10px;
  padding-left: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(221, 25, 85, .5);
  border-radius: 200px;
  background-color: #fff;
  color: #252525;
  font-weight: 300;
}

.email-input-form {
  position: relative;
  margin-top: 36px;
}

.client-logo-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 19vh;
  height: 19vh;
  margin: 0px 2% 2% 0px;
  padding: 12px;
  -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;
  box-shadow: 0 0 20px -4px hsla(0, 0%, 61%, .4);
}

.client-logo-block.s {
  padding: 42px;
}

.client-logo-block.m {
  padding: 24px;
}

.client-logo-block.m.extra-top-padding {
  padding-top: 18px;
}

.footer {
  padding-top: 26px;
  padding-bottom: 26px;
  border-top: 1px solid #e2e2e2;
  background-color: #f6f6f6;
}

.link {
  color: #dd1955;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.link.s {
  font-size: 15px;
  font-weight: 300;
}

.link.s.w--current {
  font-size: 15px;
  font-weight: 300;
}

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

.link.display-block.bottom-padding {
  margin-bottom: 8px;
}

.link.display-block.bottom-padding.centered {
  text-align: center;
}

.footer-link {
  display: block;
  margin-bottom: 3px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #505050;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.footer-link:hover {
  color: #dd1955;
}

.benefits-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 284px;
  margin-right: 2vh;
  margin-bottom: 4vh;
  margin-left: 2vh;
  padding: 18px 36px 3%;
  -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;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.benefits-card:hover {
  background-color: #f8f8f8;
  box-shadow: 0 0 12px -2px rgba(58, 58, 58, .2);
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.benefits-title {
  margin-top: 16px;
  margin-bottom: 12px;
  color: #dd1955;
  font-size: 26px;
  line-height: 1em;
  font-weight: 800;
  text-align: left;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}

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

.flex-centered.top-padding {
  margin-top: 64px;
}

.flex-centered.clients {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.bulleted-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 460px;
  margin-bottom: 18px;
  -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;
  font-size: 0.95em;
  line-height: 1.4em;
  font-weight: 300;
}

.bulleted-item.case-study {
  max-width: 600px;
  margin-top: 6px;
  font-size: 18px;
}

.bulleted-item.case-study.top-padding {
  margin-top: 16px;
}

.bulleted-item.case-study.top-margin {
  margin-top: 9px;
  margin-bottom: 9px;
}

.bulleted-item.webinar {
  font-size: 18px;
  line-height: 24px;
}

.text-block {
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}

.benefits-text {
  color: #494949;
  font-size: 0.95em;
  line-height: 1.6em;
  font-weight: 400;
}

.partner-container {
  display: none;
  max-width: 1600px;
  margin-top: 8vh;
  -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;
}

.logo-img {
  width: 7%;
  margin: 4px 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.logo-img.l {
  top: 2vh;
  width: 11%;
}

.logo-img.no-mobile {
  position: relative;
  margin-top: 12px;
}

.logo-img.no-mobile.l {
  top: 0vh;
}

.bullet {
  position: relative;
  top: 10px;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 200px;
  background-color: #dd1955;
}

.quote-credit {
  margin-top: 18px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: soleil, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}

.quote-credit.case-study {
  float: right;
}

.left-image {
  position: absolute;
  top: -16px;
  right: 6%;
  width: 135%;
  max-width: none;
  margin-right: -16px;
  float: left;
}

.left-image.browser {
  position: relative;
  top: -1vh;
  display: block;
  overflow: hidden;
  width: 98%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .2);
  border-radius: 6px;
  box-shadow: 1px 1px 20px -2px rgba(0, 0, 0, .3);
}

.left-image.m {
  right: 28%;
  width: 100%;
}

.contained-column {
  position: relative;
  max-width: 90%;
}

.logos-block {
  max-width: 100%;
  margin-top: 8px;
  margin-bottom: 12px;
}

.logos-block.up-nudge {
  position: relative;
  top: -16px;
}

.h1-sub {
  font-size: 0.88em;
  line-height: 1.5em;
}

.social-media-link {
  overflow: hidden;
  width: 20px;
  height: 20px;
  margin-top: 8px;
  margin-right: 10px;
  margin-bottom: 8px;
  border-radius: 3px;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 30px;
  cursor: pointer;
}

.social-media-link.fb {
  background-image: url('../images/social-facebook.png');
  background-size: cover;
}

.social-media-link.twitter {
  background-image: url('../images/social-twitter.png');
  background-size: cover;
}

.social-media-link.youtube {
  background-image: url('../images/social-youtube.png');
  background-size: cover;
}

.social-media-link.google {
  background-image: url('../images/social-google.png');
  background-size: cover;
}

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

.flex-justify.top-padding {
  margin-top: 42px;
}

.flex-justify.top-padding.lined {
  padding: 20px 10px 30px 38px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(221, 25, 85, .6);
  border-radius: 6px;
}

.navbar-dropdown.w--open {
  top: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 24px -4px rgba(0, 0, 0, .2);
}

.nav-dropdown-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding-right: 24px;
  padding-left: 24px;
  -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: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-dropdown-link:hover {
  background-color: hsla(0, 7%, 79%, .2);
  color: #dd1955;
}

.nav-dropdown-link:focus {
  color: #dd1955;
}

.nav-dropdown-link.w--current {
  color: #dd1955;
}

.dropdown-toggle {
  padding-left: 10px;
  cursor: pointer;
}

.dropdown-toggle.white {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-weight: 400;
}

.absolute-left {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  width: 20vw;
}

.absolute-left._25vw {
  width: 25vw;
}

.absolute-right {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 20vw;
}

.absolute-right._25vw {
  width: 25vw;
}

.text-block-2 {
  font-size: 14px;
}

.vertical-flex-justify {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vertical-flex-justify.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-link {
  position: relative;
  display: block;
  width: 8%;
  margin: 8px 14px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.logo-link-img {
  width: 100%;
}

.h1 {
  margin-bottom: 24px;
  font-size: 6.6vh;
  line-height: 1em;
  letter-spacing: -1px;
}

.h1.white {
  color: #fff;
  font-size: 9vh;
  line-height: 10vh;
  letter-spacing: -2px;
}

.feature-title.short {
  max-width: 440px;
  margin-right: 0px;
  margin-bottom: 12px;
}

.feature-title.inner-page {
  margin-top: 0px;
  font-size: 4em;
  letter-spacing: 0px;
}

.feature-title.inner-page.left {
  margin-left: 6vw;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.feature-title.inner-page.extra-bottom-padding {
  margin-bottom: 42px;
}

.feature-title.inner-page.extra-bottom-padding.centered {
  margin-right: 0px;
  text-align: center;
}

.feature-title.centered {
  margin-right: 0px;
  text-align: center;
}

.mobile-nav-menu {
  display: none;
}

.row.contact.webinar {
  margin-top: -10px;
}

.pink {
  color: #dd1955;
}

.pink.flex-centered {
  margin-right: 0px;
}

.pink.flex-centered.half-bottom-padding {
  margin-bottom: 12px;
}

.card {
  padding: 32px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
  border-radius: 6px;
  box-shadow: 0 0 18px -2px hsla(0, 0%, 8%, .2);
}

.card.contact-us {
  display: block;
  width: 80%;
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  background-color: #fff;
}

.card.webinar {
  margin-left: 56px;
  padding-top: 24px;
  padding-right: 42px;
  padding-left: 42px;
}

._2-column {
  display: inline-block;
  width: 50%;
}

._2-column.form-padding {
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
}

.form-field-label {
  font-size: 14px;
  font-weight: 500;
}

.form-field {
  margin-right: 16px;
  border-radius: 6px;
  font-weight: 300;
}

.form-field.free-text {
  height: 100px;
}

.form-btn {
  display: block;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 24px;
  border-radius: 6px;
  background-color: #dd1955;
  font-size: 18px;
  font-weight: 300;
}

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

.home-logo-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: -20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
  cursor: pointer;
}

.test-case-cover-img {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  padding-top: 64px;
  -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-image: url('../images/adobe-cover-img.jpg');
  background-position: 0px 7%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 11px 16px -6px rgba(0, 0, 0, .2);
}

.test-case-cover-img.adobe {
  background-image: url('../images/adobe-cover-img.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.test-case-cover-img.clink {
  background-image: url('../images/clink-cover.jpg');
  background-position: -42px -17px;
  background-size: 110%;
}

.test-case-cover-img.televet {
  background-image: url('../images/televet-cover-dog.jpg');
  background-position: 0% 51%;
}

.test-case-cover-img.groupon {
  background-image: -webkit-linear-gradient(270deg, rgba(1, 29, 10, .9), rgba(9, 114, 42, .54)), url('../images/Groupon-office.jpg');
  background-image: linear-gradient(180deg, rgba(1, 29, 10, .9), rgba(9, 114, 42, .54)), url('../images/Groupon-office.jpg');
  background-position: 0px 0px, 0% 52%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.test-case-cover-img.marana {
  background-image: -webkit-linear-gradient(270deg, rgba(61, 33, 2, .9), rgba(66, 32, 1, 0) 100%, #fff), url('../images/marana-cotton.jpg');
  background-image: linear-gradient(180deg, rgba(61, 33, 2, .9), rgba(66, 32, 1, 0) 100%, #fff), url('../images/marana-cotton.jpg');
  background-position: 0px 0px, 60% 16%;
  background-size: auto, 110%;
  background-repeat: repeat, no-repeat;
}

.test-case-cover-img.gett {
  background-image: url('../images/gett-cover-img.jpg');
  background-position: 0% 72%;
}

.test-case-cover-img.pb {
  background-image: -webkit-linear-gradient(270deg, rgba(44, 10, 2, .9), hsla(0, 0%, 100%, 0)), url('../images/PB-cover-img.jpg');
  background-image: linear-gradient(180deg, rgba(44, 10, 2, .9), hsla(0, 0%, 100%, 0)), url('../images/PB-cover-img.jpg');
  background-position: 0px 0px, 0px -264px;
  background-size: auto, 100%;
  background-repeat: repeat, repeat;
}

.test-case-cover-img.poccadot {
  background-image: url('../images/poccadot-cover-img.jpg');
  background-position: 0% 26%;
  background-size: cover;
}

.test-case-cover-img.alfenas {
  background-image: url('../images/alfenascover-img.jpg');
  background-position: 0% 48%;
}

.test-case-cover-img.ibm {
  background-image: url('../images/ibm-cover-img.jpg');
  background-position: 50% 50%;
}

.test-case-cover-img.aeris {
  background-image: url('../images/aeris-cover-img.jpg');
  background-position: 0% 16%;
  background-size: cover;
}

.test-case-cover-img.stanwood {
  background-image: url('../images/stanwood-cover-img.jpg');
  background-size: cover;
}

.test-case-cover-img.compoze {
  background-image: url('../images/compoze-cover-img.jpg');
}

.case-study-vid {
  display: block;
  width: 853px;
  height: 505px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
  border-radius: 6px;
  box-shadow: 0 0 16px -2px rgba(0, 0, 0, .1);
}

.case-study-title {
  font-size: 8vh;
}

.case-study-title.white {
  margin-bottom: 20px;
  color: #fff;
  letter-spacing: 0px;
}

.case-study-sub {
  font-size: 16px;
}

.case-study-sub.white {
  color: #fff;
  font-weight: 400;
}

.casestudies-toc-text-block {
  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;
}

.cstextblock {
  position: relative;
  max-width: 900px;
  min-width: 35%;
  margin-right: 5vw;
  padding: 62px 84px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
  border-radius: 6px;
  box-shadow: 0 0 18px -2px rgba(0, 0, 0, .1);
  font-size: 18px;
  line-height: 29px;
  font-weight: 300;
}

.cs-text-title {
  margin-top: 0px;
  margin-bottom: 31px;
  padding-top: 72px;
  font-size: 34px;
  line-height: 38px;
  text-transform: uppercase;
}

.cs-text-title.min-padding {
  margin-right: 0px;
  margin-bottom: 32px;
  text-align: center;
}

.cs-text-sub {
  position: relative;
  margin-top: 28px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.cs-text-sub.fixed-width {
  width: 850px;
}

.cs-quote {
  margin-bottom: 36px;
  padding-right: 36px;
  padding-left: 36px;
  color: #dd1955;
  font-size: 20px;
}

.cs-quote.mid-section {
  margin-top: 36px;
}

.cs-quote.top {
  margin-bottom: 0px;
}

.cs-quote.top.over-video {
  display: block;
  width: 620px;
  margin: -24px auto 42px;
  line-height: 29px;
  font-weight: 300;
}

.highlighted-block {
  position: relative;
  padding-top: 16px;
  border-top: 1px solid #dd1955;
}

.highlighted-block.right {
  top: 8px;
  width: 330px;
  margin-right: -84px;
  margin-bottom: 24px;
  margin-left: 36px;
  padding-right: 36px;
  float: right;
  color: #dd1955;
  font-size: 20px;
  font-style: italic;
}

.highlighted-block.left {
  top: 34px;
  width: 320px;
  margin-right: 36px;
  margin-bottom: 24px;
  margin-left: -84px;
  padding-left: 64px;
  float: left;
  color: #dd1955;
  font-size: 20px;
  font-style: italic;
}

.highlighted-block.left.top-paragraph {
  top: 12px;
}

.highlighted-block.left.up {
  top: 10px;
}

.case-study-text {
  position: relative;
}

.casestudies-toc-block {
  position: relative;
  min-width: 280px;
  margin-top: -120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.toc-block {
  position: absolute;
  top: 120px;
  right: 0px;
  width: 280px;
  padding: 4px 24px 24px 36px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 16px -2px rgba(0, 0, 0, .1);
}

.toc-list {
  padding-left: 16px;
  direction: ltr;
  list-style-type: decimal;
}

.toc-link {
  margin-bottom: 18px;
  padding-left: 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  cursor: pointer;
}

.toc-link:hover {
  color: #dd1955;
}

.toc-item {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 300;
}

.fixed-toc-block {
  position: fixed;
  top: 120px;
  z-index: 8;
  width: 280px;
  padding: 4px 24px 24px 36px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 16px -2px rgba(0, 0, 0, .1);
}

.toc-bottom-scroll-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 120px;
}

.toc-bottom-block {
  width: 280px;
  padding: 4px 24px 24px 36px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 16px -2px rgba(0, 0, 0, .1);
}

.test-case-img {
  width: 100%;
  height: auto;
  margin-top: 36px;
  margin-bottom: 24px;
}

.test-case-img.m {
  display: block;
  width: 300px;
  height: auto;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
}

.cs-list {
  margin-top: 16px;
}

.cs-list-item {
  margin-bottom: 16px;
  padding-left: 10px;
}

.highlight {
  font-weight: 600;
}

.cs-thumbs-container {
  position: relative;
  top: 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cs-thumb {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 300px;
  height: 360px;
  margin-right: 4vw;
  margin-bottom: 3vw;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .2);
  border-radius: 6px;
  box-shadow: 0 0 16px -2px rgba(0, 0, 0, .1);
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.cs-thumb.hidden {
  display: none;
}

.cs-info-card {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
  padding: 14px 28px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid rgba(0, 0, 0, .2);
  background-color: #fff;
  box-shadow: 30px 0 16px -2px #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  cursor: pointer;
}

.cs-info-title {
  z-index: 5;
  margin-top: 6px;
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.cs-info-cover {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  background-image: url('../images/groupon-1.jpg');
  background-position: 0px -47px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
}

.cs-info-cover.groupon {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 95, 8, .6), hsla(0, 0%, 100%, 0)), url('../images/groupon-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 95, 8, .6), hsla(0, 0%, 100%, 0)), url('../images/groupon-1.jpg');
  background-position: 0px 0px, 0px -47px;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  cursor: pointer;
}

.cs-info-cover.adobe {
  background-image: url('../images/adobe-cover-img.jpg');
  background-position: 0px -6px;
}

.cs-info-cover.gett {
  background-image: url('../images/gett-cover-img.jpg');
  background-position: 0px -32px;
}

.cs-info-cover.televet {
  background-image: url('../images/televet-cover-dog.jpg');
  background-position: 0px -22px;
}

.cs-info-cover.marana {
  background-image: url('../images/marana-cotton.jpg');
  background-position: 0px -10px;
}

.cs-info-cover.clink {
  background-image: url('../images/clink-img.jpg');
  background-position: 0px -36px;
}

.cs-info-cover.pb {
  background-image: url('../images/PB-cover-img.jpg');
  background-position: 0px -7px;
  background-size: contain;
}

.cs-info-cover.poccadot {
  background-image: url('../images/poccadot-cover-img.jpg');
  background-position: 0px -27px;
}

.cs-info-cover.alfenas {
  background-image: url('../images/alfenascover-img.jpg');
  background-position: 0px -37px;
}

.cs-info-cover.ibm {
  background-image: url('../images/ibm-cover-img.jpg');
  background-position: 50% 0px;
}

.cs-info-cover.aeris {
  background-image: url('../images/aeris-cover-img.jpg');
  background-position: 0px -43px;
}

.cs-info-cover.stanwood {
  background-image: url('../images/stanwood-cover-img.jpg');
  background-position: 0px -18px;
  background-size: contain;
}

.cs-info-cover.compoze {
  background-image: url('../images/compoze-cover-img.jpg');
  background-position: -263px -95px;
  background-size: cover;
}

.fake-link {
  width: 156px;
  margin-bottom: 8px;
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  background-image: url('../images/chevron-pink-01.svg');
  background-position: 100% 53%;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #dd1955;
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
  cursor: pointer;
}

.fake-link.full-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: 95% 55%;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-decoration: none;
}

.fake-link.full-line:hover {
  background-position: 100% 55%;
}

.fake-link.full-line.black {
  position: relative;
  z-index: 5;
  display: block;
  width: 420px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  background-position: 98% 55%;
  -webkit-filter: saturate(15%);
  filter: saturate(15%);
}

.fake-link.full-line.black:hover {
  background-position: 100% 55%;
}

.h2-sub {
  width: 50%;
  margin-top: -16px;
  margin-bottom: 42px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.h2-sub.white {
  margin-top: -12px;
  margin-bottom: 24px;
  padding-left: 12px;
  color: #fff;
  font-size: 20px;
}

.h2-sub.white._80-opacity {
  color: hsla(0, 0%, 100%, .8);
  font-weight: 300;
}

.h2-sub._100 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 28px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}

.team-avatar-block {
  position: relative;
  display: block;
  width: 130px;
  margin-right: auto;
  margin-left: auto;
}

.team-hover {
  position: absolute;
  opacity: 0;
}

.team-avatar {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.team-details-block {
  padding-right: 12px;
  padding-left: 12px;
  text-align: center;
}

.team-name {
  margin-top: 14px;
  margin-bottom: 2px;
  font-size: 20px;
  text-transform: uppercase;
}

.team-text {
  opacity: 0;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}

.hiring-block {
  width: 60%;
}

.play-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 28px;
}

.video-tab-link {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 25%;
  margin: 20px 1% 12px;
  padding: 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .01);
  border-radius: 6px;
  background-color: transparent;
  box-shadow: 0 0 16px -2px rgba(0, 0, 0, .1);
  opacity: 0.6;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #000;
  text-decoration: none;
}

.video-tab-link:hover {
  opacity: 1;
}

.video-tab-link.w--current {
  border-width: 0px;
  border-color: transparent;
  background-color: transparent;
  box-shadow: 0 0 50px -2px rgba(0, 0, 0, .2);
}

.video-tab-link.current {
  border-style: none;
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, .5);
  opacity: 1;
}

.video {
  position: relative;
  display: block;
  overflow: hidden;
  width: 640px;
  margin-right: auto;
  margin-bottom: 36px;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .2);
  border-radius: 6px;
  box-shadow: 1px 1px 16px -2px rgba(0, 0, 0, .1);
}

.video._360 {
  height: 360px;
}

.video.mobile {
  display: none;
}

.video.l {
  width: 800px;
  height: 475px;
}

.video.blog-side {
  width: 280px;
  margin-top: 20px;
  margin-left: 0px;
}

.video-clip-block {
  opacity: 0.85;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.video-clip-block:hover {
  border: 1px none #000;
  opacity: 1;
}

.video-clip-thumbnail {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  height: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #fff;
  text-align: center;
}

.video-clip-thumbnail-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #000;
  opacity: 0.3;
}

.video-clip-details {
  position: relative;
  padding: 12px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #fff;
}

.video-clip-title {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
}

.video-thumbnail-time {
  position: absolute;
  top: 12px;
  right: 12px;
  padding-left: 18px;
  background-image: url('../images/019_037_clock_time_date_2.png');
  background-position: 0px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #949494;
}

.video-thumbnail-play-btn {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 48px;
  height: 48px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 200px;
  background-color: hsla(0, 0%, 100%, .3);
  background-image: url('../images/024_play_button_circle-white-01.svg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.integration-title {
  color: #dd1955;
  font-size: 16px;
}

.block {
  padding: 66px 86px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 16px -2px rgba(0, 0, 0, .3);
}

.block.form-padding {
  margin-left: 42px;
  padding: 42px;
}

.terms-title {
  margin-right: 0px;
  margin-bottom: 12px;
  font-size: 2.15em;
  letter-spacing: -0.5px;
}

.terms-details {
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 300;
}

.numbered-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.numbered-list.indent-1 {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 46px;
}

.numbered-list.indent-2 {
  padding-left: 76px;
}

.numbering {
  width: 20px;
  margin-right: 12px;
  direction: ltr;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
}

.strong {
  font-weight: 500;
}

.more-case-studies-link {
  position: absolute;
  right: 12px;
  bottom: -48px;
  color: #dd1955;
  text-decoration: none;
  cursor: pointer;
}

.more-case-studies-link.fake-link {
  bottom: -76px;
  width: 200px;
  margin-top: 36px;
  background-position: 91% 55%;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.more-case-studies-link.fake-link:hover {
  background-position: 100% 50%;
}

.more-case-studies-link.fake-link.under-vid {
  position: relative;
  right: 0%;
  bottom: 24px;
  float: right;
}

.more-case-studies-link.fake-link.blog {
  right: 0px;
  width: 130px;
  background-position: 88% 56%;
}

.more-case-studies-link.fake-link.blog:hover {
  background-position: 100% 56%;
}

.vid-wrapper {
  position: relative;
  display: block;
  width: 853px;
  margin-right: auto;
  margin-left: auto;
}

.draft-notice {
  margin-bottom: 120px;
  color: #dd1955;
  font-size: 100px;
  font-weight: 700;
  text-align: center;
}

.media-kit-logo {
  margin-bottom: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.logo-box {
  width: 200px;
  height: 80px;
  margin-bottom: 12px;
  padding: 24px;
  border-radius: 6px;
}

.logo-box.white {
  background-color: rgba(0, 0, 0, .8);
}

.logo-box.black {
  background-color: #f0f0f0;
}

.media-kit-icon {
  width: 120px;
  height: 120px;
  margin-bottom: 12px;
}

.media-kit-row {
  display: block;
  width: 90%;
  margin-top: 10vh;
  margin-right: auto;
  margin-left: auto;
}

.webinar-cover-top {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  width: 100%;
  height: 400px;
  padding-top: 80px;
  padding-bottom: 5vh;
  background-image: url('../images/webinar-cover-img.jpg');
  background-position: 0px -284px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.landing-page-content {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 400px;
}

.landing-page-text {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.landing-page-select {
  background-color: #fff;
}

._1-field-row {
  padding-bottom: 8px;
}

.text-block-3 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.logo-icon-s {
  width: 60px;
  margin-right: 12px;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.text-block-4 {
  color: #000;
}

.see-thru-logo {
  position: absolute;
  top: 50%;
  right: 50%;
  bottom: 0px;
  z-index: 4;
  width: 120px;
  opacity: 0.3;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.see-thru-logo.relative {
  position: relative;
  top: 0%;
  right: 0%;
  float: left;
}

.ibm-commercial-text {
  position: absolute;
  left: 0px;
  bottom: -78px;
  padding: 8px 38px 8px 15px;
  border: 1px solid #dd1955;
  border-radius: 6px;
  background-color: #fff;
  background-image: url('../images/chevron-pink-01.svg');
  background-position: 95% 54%;
  background-size: 12px;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 12px -3px rgba(0, 0, 0, .2);
  color: #dd1955;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
}

.background-vid {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 100%;
  padding-top: 20vh;
  float: right;
  -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-image: url('../images/bg-pattern.png');
  background-position: 0px 0px;
  background-size: 2px;
  color: #353535;
}

.background-vid.text {
  position: absolute;
  left: 0px;
  top: 20vh;
  right: 0px;
  z-index: 7;
  width: 100%;
  margin-top: -20vh;
  padding-top: 20vh;
}

.homepage-panel-video {
  position: absolute;
  top: -9vh;
  right: -4vw;
  z-index: 5;
  height: 52vh;
  max-height: 440px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .2);
  border-radius: 8px;
  box-shadow: 1px 1px 35px -1px rgba(0, 0, 0, .5);
  opacity: 0.98;
}

.homepage-panel-log {
  position: absolute;
  right: -4vw;
  bottom: -1px;
  width: 43vw;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .2);
  border-radius: 8px 8px 0px 0px;
  box-shadow: 1px 1px 18px -2px rgba(0, 0, 0, .3);
  opacity: 0.95;
}

.timeline-panel {
  position: absolute;
  top: 0vh;
  right: 7vw;
  height: 26vh;
  max-height: 280px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
  border-radius: 8px;
  box-shadow: 1px 1px 16px -2px rgba(0, 0, 0, .3);
  opacity: 0.8;
}

.homepage-panel-memory {
  position: absolute;
  top: 31%;
  right: -115px;
  display: none;
  max-width: 400px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
  border-radius: 8px;
  box-shadow: 1px 1px 16px -2px rgba(0, 0, 0, .2);
  opacity: 0.7;
}

.homepage-panel-cpu {
  position: absolute;
  top: 31vh;
  right: 0vw;
  display: block;
  width: 31vw;
  max-width: 420px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
  border-radius: 8px;
  box-shadow: 1px 1px 19px -2px rgba(0, 0, 0, .3);
  opacity: 0.7;
}

.iso-img {
  position: absolute;
  left: 7vw;
  bottom: 21vh;
  z-index: 100;
  width: 100px;
  height: 100px;
}

.image {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 120px;
  height: 120px;
}

.bottom-iso-img {
  position: absolute;
  top: 18px;
  right: 0px;
  width: 100px;
  height: 100px;
}

.footer-row {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.ariba-badge {
  display: block;
  margin-right: 32px;
  margin-left: 32px;
  padding-top: 8px;
  text-align: center;
}

.iso-in-line {
  display: block;
  margin-right: 32px;
  margin-left: 32px;
}

.marketplace-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 32px;
  margin-left: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .6), hsla(0, 0%, 100%, .6)), url('../images/IBM_logo.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .6), hsla(0, 0%, 100%, .6)), url('../images/IBM_logo.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 140px;
  background-repeat: repeat, no-repeat;
  color: #0039b1;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.drop-shadow-text {
  text-shadow: 1px 1px 16px #fff;
}

.blog-cover-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 45vh;
  -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-image: url('../images/unsplash.jpg');
  background-position: 50% -208px;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.blog-title-sub {
  color: #fff;
  font-size: 24px;
  text-shadow: 1px 1px 17px rgba(0, 0, 0, .6);
}

.blog-title-main {
  margin-top: 30px;
  color: #fff;
  letter-spacing: 0px;
  text-shadow: 1px 1px 25px rgba(0, 0, 0, .3);
}

.blog-feed-title {
  display: block;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 40px;
  font-weight: 700;
}

.blog-feed-title.sub {
  display: inline-block;
  font-size: 36px;
}

.blog-feed-title.sub.s {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
}

.logo-in-title {
  display: inline-block;
  width: 140px;
  margin-bottom: 14px;
  margin-left: 8px;
  float: none;
}

.side-bar {
  padding-top: 3px;
}

.blog-feed-bar {
  padding-top: 0px;
}

.post-link {
  display: block;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 10px;
  border-bottom: 1px solid rgba(73, 73, 73, .1);
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #494949;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.post-link:hover {
  color: #dd1955;
}

.post-feed-title {
  max-width: 540px;
  margin-top: 8px;
  margin-bottom: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  font-size: 22px;
  line-height: 30px;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.post-feed-title:hover {
  color: #dd1955;
}

.blog-feed-date {
  display: inline-block;
  color: #727272;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-feed-date.lowercase {
  margin-left: 8px;
  color: #9b9a9a;
  text-transform: capitalize;
}

.blog-feed-promo {
  max-width: 540px;
  margin-top: 11px;
  color: #494949;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.blog-feed-item {
  width: 100%;
  max-width: 760px;
  margin-top: 10px;
  margin-right: 20px;
  margin-left: -20px;
  padding: 16px 30px 30px;
  border-bottom: 1px dashed rgba(73, 73, 73, .1);
  border-radius: 8px;
  text-decoration: none;
}

.blog-feed-item:hover {
  box-shadow: 1px 1px 16px -3px rgba(0, 0, 0, .2);
}

.blog-img {
  width: 240px;
  height: 160px;
  margin-top: 16px;
  border-radius: 6px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-img.cc {
  background-image: url('../images/cc-cover.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-img.ibm {
  background-image: url('../images/ibm-cover-img.jpg');
  background-position: 50% 50%;
}

.blog-img.integ {
  border: 1px solid #dfdfdf;
  background-image: url('../images/puzzle-3.1.jpg');
}

.blog-img.bitrise {
  background-color: #683d87;
  background-image: url('../images/Bitrise-Logo---Eggplant-Bg.svg');
  background-position: 50% 50%;
  background-size: auto;
}

.blog-credit {
  margin-left: 12px;
  color: #494949;
  font-size: 15px;
}

.bold-text {
  color: #9b9a9a;
}

.text-span {
  text-transform: capitalize;
}

.text-span-2 {
  text-transform: capitalize;
}

.back-to-blog-link {
  position: relative;
  top: -16px;
  display: block;
  width: 182px;
  padding-left: 36px;
  background-image: url('../images/chevron-pink-01.svg');
  background-position: 18px 61%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #dd1955;
  font-size: 16px;
  text-decoration: none;
}

.back-to-blog-link:hover {
  background-position: 0px 50%;
}

html.w-mod-js *[data-ix="fixed-nav-bar"] {
  opacity: 0;
  -webkit-transform: translate(0px, -65px);
  -ms-transform: translate(0px, -65px);
  transform: translate(0px, -65px);
}

html.w-mod-js *[data-ix="slide-up-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="slide-up-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="slide-up-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="slide-up-on-scroll-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="initial-0-opacity-24-down"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="initial-hidden"] {
  display: none;
}

html.w-mod-js *[data-ix="initial-opacity-0"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .hero {
    height: 90vh;
  }
  .container {
    max-width: 84vw;
  }
  .container.m {
    max-width: 88vw;
  }
  .nav-bar {
    display: none;
  }
  .nav-bar.landing-page {
    display: block;
    height: 54px;
  }
  .nav-menu.desktop {
    display: none;
  }
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section.customers {
    padding-bottom: 32px;
  }
  .section.not-full {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section.short.maze {
    padding-top: 60px;
  }
  .section.cs-vid-sec {
    min-height: auto;
    padding-top: 42px;
  }
  .right-column.text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .right-image.l {
    top: 0vh;
    width: 100vw;
    float: right;
  }
  .right-image.m.no-mobile {
    position: relative;
    left: 12vw;
    top: 24vh;
    right: 0vw;
    width: 60%;
    float: right;
  }
  .category-tiny-title.landing-page {
    margin-top: 8px;
    margin-bottom: 12px;
    font-size: 22px;
  }
  .fixed-nav {
    display: none;
  }
  .social-block {
    width: 58vw;
  }
  .social-block.desktop {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: -3vh;
    width: 68vw;
    margin-top: 8vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .background-img {
    background-position: -11px 128px;
    background-size: 130%;
  }
  .logo-img {
    width: 10%;
  }
  .left-image.browser {
    top: 4vh;
    right: 0vw;
    width: 80vw;
    margin-right: 0px;
  }
  .left-image.m {
    position: relative;
    top: 0vh;
    right: 30vw;
    width: 80vw;
  }
  .left-image.no-mobile {
    position: relative;
    top: 0vh;
    right: 6vw;
    width: 100vw;
    margin-right: 0px;
  }
  .contained-column {
    right: 14px;
    width: 100%;
    max-width: 120%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .flex-justify {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .absolute-left {
    width: 30vw;
  }
  .absolute-right {
    width: 30vw;
  }
  .vertical-flex-justify {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .h1.white {
    margin-bottom: 20px;
    font-size: 46px;
    line-height: 50px;
  }
  .feature-container {
    width: 52vw;
    margin-top: 14vh;
  }
  .feature-title {
    margin-right: 0px;
  }
  .feature-title.inner-page {
    margin-top: 42px;
  }
  .mobile-nav-menu.fixed-mobile {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 100000;
    display: block;
    width: 100%;
    height: 72px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    background-color: hsla(0, 0%, 100%, .8);
    background-image: none;
  }
  .home-link {
    margin-top: 26px;
    padding-left: 28px;
  }
  .mobile-nav-link {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 42px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .mobile-nav-link:active {
    background-color: #fff;
    color: #dd1955;
  }
  .mobile-nav-link:focus {
    color: #dd1955;
  }
  .mobile-nav-link.w--current {
    width: 100vw;
    padding-right: 0px;
    color: #dd1955;
  }
  .mobile-nav-menu-background {
    background-color: hsla(0, 0%, 87%, .98);
  }
  .mobile-nav-button-container.transparent {
    width: 72px;
    height: 72px;
    padding: 21px 20px 21px 24px;
    float: right;
  }
  .mobile-nav-button-container.transparent.w--open {
    background-color: transparent;
  }
  .top-line {
    position: relative;
    top: 8px;
    width: 28px;
    height: 3px;
    border-radius: 200px;
    background-color: #000;
  }
  .mid-line {
    position: relative;
    top: 12px;
    width: 28px;
    height: 3px;
    border-radius: 200px;
    background-color: #000;
  }
  .bottom-line {
    position: relative;
    top: 16px;
    width: 28px;
    height: 3px;
    border-radius: 200px;
    background-color: #000;
  }
  .full-img {
    position: relative;
    left: 54vw;
    right: 0px;
    bottom: 0vh;
  }
  .navbar {
    background-image: -webkit-linear-gradient(270deg, #000 -2%, #000 3%, #fff);
    background-image: linear-gradient(180deg, #000 -2%, #000 3%, #fff);
  }
  .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .row.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .row.hor {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .row.contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row.contact.webinar {
    -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;
  }
  .card.contact-us {
    padding-right: 24px;
    padding-left: 24px;
  }
  .card.webinar {
    margin-left: 24px;
    padding-right: 18px;
    padding-left: 18px;
  }
  ._2-column.form-padding.webinar {
    width: 100%;
    padding-right: 0px;
  }
  ._2-column.webinar {
    width: 100%;
    margin-top: -4px;
  }
  .contact-form {
    padding-right: 4px;
    padding-left: 4px;
  }
  .home-logo-link-block {
    display: none;
  }
  .home-logo-link-block.min-padding {
    padding-left: 10px;
  }
  .test-case-cover-img.clink {
    background-position: 0px 0px;
    background-size: cover;
  }
  .test-case-cover-img.groupon {
    padding-right: 6vw;
    padding-left: 6vw;
    text-align: center;
  }
  .case-study-vid {
    width: 640px;
    height: 385px;
  }
  .case-study-title.white {
    font-size: 46px;
    line-height: 1em;
    text-align: center;
  }
  .cstextblock {
    max-width: 100%;
    padding-right: 62px;
    padding-left: 62px;
  }
  .highlighted-block.right {
    margin-right: -62px;
  }
  .highlighted-block.left {
    margin-left: -62px;
  }
  .casestudies-toc-block {
    display: none;
  }
  .cs-thumbs-container {
    margin-right: -1vw;
    margin-left: -1vw;
  }
  .cs-thumb {
    margin-right: 1vw;
    margin-left: 1vw;
  }
  .h2-sub {
    margin-bottom: 32px;
  }
  .h2-sub.white._80-opacity {
    width: 100%;
  }
  .video-tab-link {
    width: 30%;
  }
  .video.l {
    width: 100%;
  }
  .webinar-cover-top {
    height: 260px;
    padding-top: 60px;
  }
  .landing-page-content {
    padding-top: 260px;
  }
  .h2 {
    font-size: 36px;
  }
  .background-vid {
    width: 100%;
    float: left;
  }
  .background-vid.text {
    padding-top: 24vh;
  }
  .homepage-panel-video {
    top: 0vh;
    right: -5vw;
    height: 44vh;
  }
  .homepage-panel-log {
    display: none;
  }
  .timeline-panel {
    display: none;
  }
  .homepage-panel-cpu {
    display: none;
  }
  .iso-img {
    bottom: 31vh;
    width: 80px;
    height: 80px;
  }
  .bottom-iso-img {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 767px) {
  .hero {
    height: 100vh;
  }
  .button.l {
    margin-bottom: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-bar {
    display: none;
  }
  .section.customers {
    padding-top: 12px;
  }
  .left-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .right-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .right-column.no-mobile {
    padding-left: 60px;
  }
  .right-image.l {
    left: 0px;
    width: 100vw;
  }
  .right-image.m.no-mobile {
    left: -14vw;
    width: 60vw;
  }
  .fixed-nav {
    display: none;
  }
  .background-img {
    padding-top: 20vh;
    padding-bottom: 8vh;
    background-position: 0px 60px;
  }
  .flex-centered {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-centered.clients {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .logo-img {
    width: 14%;
  }
  .logo-img.l {
    top: 1vh;
    width: 14%;
  }
  .left-image.m {
    right: 0vw;
    display: none;
  }
  .contained-column {
    right: 0px;
    width: 35vw;
    max-width: 50vw;
  }
  .logo-link {
    width: 14%;
  }
  .h1.white {
    font-size: 34px;
    line-height: 38px;
    letter-spacing: 0px;
  }
  .mobile-nav-menu.fixed-mobile {
    height: 64px;
  }
  .home-link {
    margin-top: 24px;
  }
  .mobile-nav-button-container.transparent {
    width: 64px;
    height: 64px;
    padding-top: 16px;
    padding-left: 14px;
  }
  .full-img {
    left: 30vw;
  }
  .row.hor {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .pink.flex-centered {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .card.webinar {
    margin-top: 36px;
  }
  .test-case-cover-img.adobe {
    padding-right: 24px;
    padding-left: 24px;
  }
  .test-case-cover-img.gett {
    padding-right: 6vw;
    padding-left: 6vw;
    background-image: -webkit-linear-gradient(270deg, rgba(3, 9, 87, .9), #060b59 1%, rgba(3, 42, 248, 0) 100%, #fff 101%), url('../images/gett-cover-img.jpg');
    background-image: linear-gradient(180deg, rgba(3, 9, 87, .9), #060b59 1%, rgba(3, 42, 248, 0) 100%, #fff 101%), url('../images/gett-cover-img.jpg');
    background-position: 0px 0px, 0% 72%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .case-study-vid {
    width: 560px;
    height: 340px;
  }
  .case-study-title.white {
    font-size: 42px;
  }
  .case-study-sub.white {
    padding-right: 14px;
    padding-left: 14px;
    text-align: center;
  }
  .cstextblock {
    padding-right: 42px;
    padding-left: 42px;
  }
  .cs-text-title.min-padding {
    padding-right: 24px;
    padding-left: 24px;
    text-align: center;
  }
  .highlighted-block.right {
    display: none;
  }
  .highlighted-block.left {
    display: none;
  }
  .cs-thumbs-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .video-tab-link {
    width: 100%;
  }
  .video-tab-link.current {
    width: 100%;
  }
  .video.mobile {
    display: none;
  }
  .video.l {
    display: block;
    width: 100%;
    height: 360px;
  }
  .webinar-cover-top {
    background-position: 50% 58%;
    background-size: cover;
  }
  .homepage-panel-video {
    display: none;
  }
  .iso-img {
    bottom: 23vh;
  }
}

@media (max-width: 479px) {
  .hero {
    height: 100vh;
    padding-bottom: 20vh;
  }
  .container {
    max-width: 88vw;
  }
  .button.email-input {
    width: 132px;
    margin-right: 28%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .button.l {
    display: block;
    height: 42px;
    margin-right: auto;
    margin-bottom: 12px;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 1.2em;
  }
  .button.l.empty {
    margin-right: 0px;
  }
  .button.m {
    margin-right: 8px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 15px;
  }
  .button.m.empty {
    margin-right: 0px;
  }
  .nav-bar {
    display: none;
  }
  .nav-menu.desktop {
    display: none;
  }
  .section {
    overflow: hidden;
    padding-top: 62px;
    padding-bottom: 36px;
  }
  .section.half-padding-top {
    min-height: auto;
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .section.customers {
    padding-top: 24px;
    padding-bottom: 42px;
  }
  .section.not-full {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .section.short.maze {
    padding-top: 60px;
  }
  .right-column.no-mobile {
    display: none;
  }
  .right-image.l {
    left: 60vw;
    z-index: 3;
    width: 150vw;
    height: 40vh;
    margin-top: 32px;
    margin-bottom: 24px;
    float: right;
  }
  .right-image.m.no-mobile {
    display: none;
  }
  .category-tiny-title.landing-page {
    font-size: 20px;
  }
  .fixed-nav {
    display: none;
  }
  .social-block {
    width: 80vw;
    -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;
  }
  .social-block.desktop {
    display: none;
  }
  .social-block.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
  }
  .social-avatar-block {
    margin-bottom: 16px;
  }
  .social-text-arrow {
    display: none;
  }
  .background-img {
    padding-top: 58vh;
    padding-bottom: 8vh;
    background-image: url('../images/maze-bits-left.jpg');
    background-position: 0px 9px;
    background-size: 300px;
    background-repeat: no-repeat;
  }
  ._400-column {
    display: block;
    width: 86vw;
    margin-right: auto;
    margin-left: auto;
  }
  .email-input-field {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .email-input-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    margin-bottom: 5vh;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link {
    font-size: 15px;
  }
  .flex-centered {
    margin-top: 16px;
    -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;
  }
  .flex-centered.clients {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .bulleted-item.case-study {
    font-size: 15px;
    line-height: 24px;
  }
  .bulleted-item.case-study.top-padding {
    font-size: 15px;
    line-height: 24px;
  }
  .logo-img {
    width: 35%;
  }
  .logo-img.l {
    width: 40%;
  }
  .logo-img.no-mobile {
    display: none;
  }
  .left-image {
    position: relative;
    right: 30%;
  }
  .left-image.browser {
    right: 15vw;
    width: 140vw;
  }
  .left-image.m {
    right: 13%;
    width: 100vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .left-image.no-mobile {
    display: none;
  }
  .contained-column {
    right: 0px;
    width: 75vw;
    max-width: 100vw;
  }
  .h1-sub {
    font-size: 0.8em;
    text-align: center;
  }
  .flex-justify {
    width: 100vw;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .absolute-left {
    width: 40vw;
  }
  .absolute-right {
    width: 40vw;
  }
  .logo-link {
    width: 40%;
  }
  .logo-link-img.no-mobile {
    display: none;
  }
  .h1 {
    font-size: 6vh;
    line-height: 1em;
    text-align: center;
  }
  .form-block {
    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: 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;
  }
  .feature-container {
    width: 100%;
    margin-top: 10vh;
  }
  .feature-title {
    width: 100%;
    max-width: auto;
    margin-right: 0px;
    font-size: 2.5em;
  }
  .mobile-nav-menu {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10000;
    display: block;
    width: 100%;
    height: 76px;
    border-bottom: 1px none rgba(0, 0, 0, .2);
    background-color: transparent;
  }
  .mobile-nav-menu.fixed-mobile {
    position: fixed;
    height: 64px;
    background-color: hsla(0, 0%, 100%, .9);
    background-image: none;
  }
  .home-link {
    left: 0px;
    height: 100%;
    margin-top: 24px;
    padding-left: 28px;
  }
  .mobile-nav-link {
    width: 100%;
    float: left;
    text-align: left;
    text-transform: uppercase;
  }
  .mobile-nav-link:active {
    background-color: hsla(0, 0%, 100%, .6);
    color: #dd1955;
  }
  .mobile-nav-link:focus {
    color: #dd1955;
  }
  .mobile-nav-menu-background {
    background-color: hsla(0, 0%, 87%, .98);
  }
  .mobile-nav-button-container {
    width: 63px;
    height: 63px;
    background-color: #fff;
    -webkit-filter: saturate(0%);
    filter: saturate(0%);
  }
  .mobile-nav-button-container.w--open {
    background-color: #fff;
    -webkit-filter: saturate(200%);
    filter: saturate(200%);
  }
  .mobile-nav-button-container.transparent {
    width: 64px;
    height: 64px;
    margin-right: 12px;
    background-color: transparent;
  }
  .top-line {
    position: absolute;
    left: 0px;
    top: 24px;
    right: 0px;
    display: block;
    width: 28px;
    height: 3px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 200px;
    background-color: #000;
  }
  .mid-line {
    position: absolute;
    left: 0px;
    top: 31px;
    right: 0px;
    display: block;
    width: 28px;
    height: 3px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 200px;
    background-color: #000;
  }
  .bottom-line {
    position: absolute;
    left: 0px;
    top: 38px;
    right: 0px;
    display: block;
    width: 28px;
    height: 3px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 200px;
    background-color: #000;
  }
  .full-img {
    left: -2vw;
    width: 100%;
  }
  .row.hor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row.contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card.webinar {
    margin-left: 0px;
  }
  ._2-column {
    width: 100%;
  }
  ._2-column.form-padding {
    width: 100%;
    padding-right: 0px;
  }
  .home-logo-link-block {
    display: none;
  }
  .home-logo-link-block.min-padding {
    margin-left: 0px;
  }
  .test-case-cover-img.marana {
    background-position: 0px 0px, 0px 19px;
    background-size: auto, cover;
  }
  .case-study-vid {
    width: 95%;
    height: 300px;
  }
  .case-study-title.white {
    font-size: 36px;
  }
  .case-study-sub.white {
    font-size: 14px;
  }
  .cstextblock {
    margin-right: 0vw;
    padding-top: 42px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 15px;
    line-height: 24px;
  }
  .cs-text-title.pink {
    margin-bottom: 16px;
    padding-top: 30px;
    font-size: 30px;
  }
  .cs-text-sub {
    margin-top: 16px;
  }
  .cs-quote {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
  }
  .test-case-img {
    height: 120px;
  }
  .cs-list {
    padding-left: 24px;
  }
  .cs-thumb {
    margin-bottom: 7vw;
  }
  .fake-link.full-line.black {
    width: 80%;
  }
  .h2-sub {
    width: 90%;
  }
  .h2-sub.white._80-opacity {
    margin-top: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .video-tab-link {
    width: 100%;
  }
  .video._360 {
    display: none;
  }
  .video.mobile {
    display: block;
    width: 280px;
  }
  .video.l {
    display: none;
  }
  .block {
    padding: 32px 24px;
  }
  .webinar-cover-top {
    height: 340px;
  }
  .landing-page-content {
    padding-top: 340px;
  }
  .background-vid {
    display: none;
    float: right;
  }
  .background-vid.text {
    display: block;
    padding-top: 35vh;
  }
  .iso-img {
    left: 11%;
    bottom: 21vh;
    display: none;
    width: 60px;
    height: 60px;
  }
/* yair */
.case-study-title {
    font-size: 40px;
}
}


