.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  background-color: transparent;
  background-image: url('../images/aperus-background.png');
  background-position: 0% 50%;
  background-size: cover;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1001;
  background-color: transparent;
}

.nav-link {
  padding-right: 40px;
  padding-left: 40px;
  font-family: aktiv-grotesk, sans-serif;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

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

.nav-link-2 {
  padding-right: 40px;
  padding-left: 40px;
  font-family: aktiv-grotesk, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

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

.nav-link-3 {
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 6px;
  font-family: aktiv-grotesk, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

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

.brand-lottie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 62px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 3%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.scroll-progress {
  width: 100%;
  height: 4px;
  background-color: #00f;
  -webkit-perspective-origin: 0% 0%;
  perspective-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10%;
  padding-bottom: 0%;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #fff;
  font-weight: 400;
}

.content.no-padding {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.body {
  background-color: transparent;
  font-family: aktiv-grotesk, sans-serif;
}

.heading {
  width: 40%;
  margin-top: 16px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 52px;
  font-weight: 500;
}

.heading-2 {
  font-size: 54px;
  font-weight: 500;
}

.heading-3 {
  font-size: 54px;
  font-weight: 500;
}

.heading-4 {
  font-size: 54px;
  font-weight: 500;
}

.heading-5 {
  font-size: 54px;
  font-weight: 500;
}

.heading-6 {
  font-size: 54px;
  font-weight: 500;
}

.project-description {
  width: 30%;
  margin-top: 5%;
}

.project-meta {
  opacity: 0.5;
  color: #fff;
  font-weight: 300;
}

.divider {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

.meta-text {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.bg-img-02 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -999;
  display: block;
  width: 100%;
  height: 100vh;
  background-image: url('../images/reel-cover.jpg');
  background-position: 0% 50%;
  background-size: cover;
  opacity: 1;
  font-size: 100%;
  line-height: 100vh;
}

.section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  background-color: #000;
}

.punchline-txt {
  display: block;
  width: 100%;
  margin: 0px auto;
  font-size: 6vw;
  line-height: 7vw;
  font-weight: 400;
}

.about-us-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-us-lead-text {
  width: 40%;
  padding-right: 5%;
  font-size: 32px;
  line-height: 44px;
  font-weight: 300;
}

.about-us-lead-text.lead {
  width: 70%;
  margin-top: 10%;
  padding-right: 0%;
}

.about-us-p {
  width: 35%;
  padding-right: 5%;
  color: #8e8e8e;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.about-us-years {
  width: 20%;
  font-size: 38px;
  line-height: 44px;
  font-weight: 300;
  text-align: right;
}

.text-span {
  color: #00f;
}

.h {
  width: 50%;
  height: auto;
  margin-top: 0px;
  opacity: 1;
  font-size: 74px;
  line-height: 80px;
  font-weight: 400;
}

.div-block {
  width: 100%;
  height: 100vh;
  background-image: url('../images/laptop-digi2x.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.content-hero {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #fff;
}

.content-hero.project {
  margin-top: 0%;
}

.section-parallax-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 30vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #000;
  color: #fff;
}

.heading-7 {
  position: static;
  overflow: hidden;
  font-size: 20vh;
  line-height: 230px;
  font-weight: 400;
}

.section {
  background-color: #000;
}

.text-block {
  width: 100%;
  color: #8e8e8e;
  font-size: 28px;
  line-height: 44px;
  font-weight: 300;
}

.heading-main {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0%;
  padding-right: 0px;
  color: #fff;
  font-size: 4rem;
  line-height: 4.5rem;
  font-weight: 400;
}

.text-block-2 {
  background-color: transparent;
  color: #fff;
  font-size: 28px;
}

.text-block-3 {
  padding-left: 8px;
  color: #8e8e8e;
  font-size: 28px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 20px;
}

.link {
  padding-top: 2px;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  text-decoration: none;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  margin-left: 18px;
  -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: 20px;
  background-color: #43dddd;
  color: #43dddd;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  margin-top: 64px;
}

.image {
  position: relative;
  left: 0px;
  top: 0px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-6 {
  width: 100%;
  margin-left: 0%;
  padding-top: 50px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-2 {
  width: 100%;
}

.div-block-7 {
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-8 {
  display: block;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00f;
}

.heading-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  color: #fff;
  font-size: 74px;
  font-weight: 400;
}

.text-block-4 {
  color: #809eff;
  font-size: 20px;
  font-weight: 300;
}

.div-block-10 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #c50b0b;
}

.tagline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  text-align: center;
}

.div-block-11 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-image: url('../images/aperus-background.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}

.bg-img-01 {
  position: absolute;
  z-index: -999;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../images/aperus-background.png');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 1;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  background-color: #000;
}

.section-3.service {
  height: 100vh;
}

.section-4 {
  display: block;
  padding-bottom: 280px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #000;
}

.content-portfolio-grid {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

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

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

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 510px;
  margin-top: 80px;
  -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;
}

.image-3 {
  width: 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.text-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0.5;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.heading-10 {
  margin-top: 4px;
  font-family: aktiv-grotesk, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 44px;
  font-weight: 400;
}

.body-2 {
  font-family: aktiv-grotesk, sans-serif;
}

.grid-container-left-02 {
  position: relative;
  overflow: hidden;
  margin-top: 100px;
}

.grid-container-left-01 {
  position: relative;
  overflow: hidden;
}

.image-4 {
  width: 100%;
}

.div-block-13 {
  display: block;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-container-right-01 {
  position: relative;
  overflow: hidden;
}

.grid-container-right-02 {
  position: relative;
  overflow: hidden;
  margin-top: 100px;
}

.section-5 {
  display: block;
  padding-top: 0px;
  padding-bottom: 240px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #000;
}

.div-block-14 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.project-history-h1 {
  margin-top: 0px;
  color: #fff;
  font-size: 74px;
  line-height: 88px;
  font-weight: 400;
}

.column-3 {
  padding-left: 0px;
}

.text-block-7 {
  padding-top: 16px;
  padding-left: 28px;
  opacity: 0.5;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  font-weight: 300;
}

.link-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  width: 100%;
  height: 100%;
}

.link-full-block {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.columns {
  position: static;
  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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.column-6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.section-7 {
  padding-bottom: 6%;
  background-color: #000;
}

.columns-2 {
  width: 100%;
  margin-top: 10%;
  margin-bottom: 15%;
}

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

.heading-11 {
  padding-bottom: 0px;
  border-bottom: 1px none #fff;
  opacity: 0.5;
  font-size: 34px;
  font-weight: 300;
}

.heading-12 {
  margin-top: 28px;
  font-size: 32px;
  font-weight: 300;
}

.text-block-8 {
  margin-top: 40px;
  opacity: 0.5;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

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

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

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

.heading-13 {
  margin-top: 0px;
  color: #fff;
}

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

.video-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding-top: 56.25%;
  -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;
}

.video {
  position: absolute;
}

.div-block-18 {
  width: 100%;
  height: auto;
}

.background-video {
  display: block;
  width: 100%;
  height: 100vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-19 {
  position: relative;
  width: 100%;
  height: 0px;
}

.image-5 {
  position: static;
  width: 100%;
}

.html-embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
}

.columns-3 {
  width: 100%;
  margin-top: 0%;
}

.p-black {
  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;
  color: #000;
  font-size: 20px;
  line-height: 32px;
}

.p-black.left {
  -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;
}

.p-black.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-60vh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-bottom: 0%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.background-video-full-screen {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
}

.image-6 {
  width: 100%;
}

.text-block-9 {
  width: 50%;
  margin-top: 1%;
  margin-bottom: 2%;
  color: #8e8e8e;
  font-weight: 300;
}

.se {
  background-color: #c6c6c6;
}

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

.image-7 {
  display: block;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
}

.section-block {
  padding-bottom: 10%;
}

.section-block.grey {
  background-color: #c6c6c6;
}

.section-block.reset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0%;
  padding-bottom: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #d0cfd0;
}

.section-block.dark-grey {
  background-color: #222;
}

.section-block.dark-grey-rexona {
  background-color: #222;
}

.section-block.audi-light-gray {
  background-color: #f2f2f2;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.image-8 {
  margin-left: auto;
}

.image-80 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.p-white {
  font-size: 20px;
  font-weight: 300;
}

.heading-4-dark {
  margin-top: 50px;
  color: #000;
  font-size: 24px;
  font-weight: 500;
}

.list-item {
  color: #000;
  font-size: 14px;
}

.list-2 {
  margin-top: 28px;
  margin-bottom: 25%;
  color: #000;
  list-style-type: none;
}

.dark-li-item {
  font-size: 20px;
  line-height: 44px;
  font-weight: 400;
}

.column-13 {
  padding-left: 0px;
}

.image-16-9 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/bilde-parallax.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-21 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 0%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-14 {
  width: 90%;
  color: #fff;
  font-size: 6vw;
  line-height: 7vw;
}

.image-81 {
  width: 10vw;
  margin-right: 5%;
}

.image-16-19-ratio {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0px;
  padding-top: 0px;
  padding-bottom: 56.25%;
}

.img-full-height.dark-gray {
  background-color: #121212;
}

.image-82 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.service-column {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.column-15 {
  display: block;
}

.heading-main.center {
  text-align: center;
}

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

.div-block-22 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
}

.slider-container {
  position: absolute;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.heading-slider-1 {
  width: 40%;
  margin-top: 16px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 52px;
  font-weight: 500;
}

.heading-slider-2 {
  width: 40%;
  margin-top: 16px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 52px;
  font-weight: 500;
}

.heading-slider-3 {
  width: 40%;
  margin-top: 16px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 52px;
  font-weight: 500;
}

.heading-slider-4 {
  width: 40%;
  margin-top: 16px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 52px;
  font-weight: 500;
}

.heading-slider-5 {
  width: 40%;
  margin-top: 16px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 52px;
  font-weight: 500;
}

.heading-slider-6 {
  display: none;
  width: 40%;
  margin-top: 16px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 52px;
  font-weight: 500;
}

.bg-img-01-apertus {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -999;
  display: none;
  width: 100%;
  height: 100vh;
  background-image: url('../images/pic2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  font-size: 100%;
  line-height: 100vh;
}

.bg-img-03-volkswagen {
  position: absolute;
  z-index: -999;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../images/aperus-background.png');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 1;
}

.link-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  margin-top: 64px;
}

.link-block-2 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.ascendu-link {
  position: absolute;
  width: 100%;
  height: 100%;
}

.img-full-width {
  height: 100%;
  background-image: url('../images/intro.png');
  background-position: 0px 0px;
  background-size: cover;
}

.section-block-nopadding {
  height: 100%;
  padding-bottom: 0%;
}

.section-block-nopadding.grey {
  background-color: #c6c6c6;
}

.section-block-nopadding.reset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0%;
  padding-bottom: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #d0cfd0;
}

.section-block-nopadding.dark-grey {
  background-color: #222;
}

.section-60vh-padding-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-bottom: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-ascendum {
  width: 80%;
  margin-top: 10px;
}

.image-84 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
}

.section-block-nopadding-ascendum-gray {
  height: 100%;
  padding-bottom: 0%;
  background-color: #f3f3f3;
}

.section-block-nopadding-ascendum-gray.grey {
  background-color: #c6c6c6;
}

.section-block-nopadding-ascendum-gray.reset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0%;
  padding-bottom: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #d0cfd0;
}

.section-block-nopadding-ascendum-gray.dark-grey {
  background-color: #222;
}

._2-col-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-85 {
  display: block;
  width: 50%;
  margin-left: auto;
}

.section-block-padding-ascendum-gray-copy {
  height: 100%;
  padding-bottom: 10%;
  background-color: #f3f3f3;
}

.section-block-padding-ascendum-gray-copy.grey {
  background-color: #c6c6c6;
}

.section-block-padding-ascendum-gray-copy.reset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0%;
  padding-bottom: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #d0cfd0;
}

.section-block-padding-ascendum-gray-copy.dark-grey {
  background-color: #222;
}

.p-black-left {
  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;
  color: #000;
  font-size: 20px;
  line-height: 32px;
}

.p-black-left.left {
  -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;
}

.p-black-left.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-19 {
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.section-next-project {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 60vh;
  padding-bottom: 0%;
  -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;
}

.section-next-project.grey {
  background-color: #c6c6c6;
}

.section-next-project.reset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0%;
  padding-bottom: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #d0cfd0;
}

.section-next-project.dark-grey {
  background-color: #222;
}

.image-next-project {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -99;
  width: 100%;
}

.heading-main-center {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0%;
  padding-right: 0px;
  color: #fff;
  font-size: 4rem;
  line-height: 4.5rem;
  font-weight: 400;
  text-align: center;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tagline-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
}

.image-87 {
  width: 100%;
}

.logo-helio {
  width: 60%;
  margin-top: 10px;
}

.section-block-nopadding-ascendum-gray-copy {
  height: 100%;
  padding-bottom: 0%;
  background-color: #f3f3f3;
}

.section-block-nopadding-ascendum-gray-copy.grey {
  background-color: #c6c6c6;
}

.section-block-nopadding-ascendum-gray-copy.reset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0%;
  padding-bottom: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #d0cfd0;
}

.section-block-nopadding-ascendum-gray-copy.dark-grey {
  background-color: #222;
}

.section-block-nopadding-helio {
  height: 100%;
  padding-bottom: 0%;
  background-color: #532ea0;
}

.section-block-nopadding-helio.grey {
  background-color: #c6c6c6;
}

.section-block-nopadding-helio.reset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0%;
  padding-bottom: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #d0cfd0;
}

.section-block-nopadding-helio.dark-grey {
  background-color: #222;
}

.section-block-no-padding {
  padding-bottom: 0%;
}

.section-block-no-padding.grey {
  background-color: #c6c6c6;
}

.section-block-no-padding.reset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0%;
  padding-bottom: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #d0cfd0;
}

.section-block-no-padding.dark-grey {
  background-color: #222;
}

.section-block-no-padding.dark-grey-rexona {
  background-color: #222;
}

.image-88 {
  width: 100%;
}

.image-89 {
  width: 100%;
}

.image-90 {
  width: 100%;
}

.image-91 {
  width: 100%;
}

.case-study-heading {
  color: #000;
}

.case-study-heading-audi {
  width: auto;
  margin-top: 0px;
  margin-bottom: 40px;
  color: #000;
  font-size: 4rem;
  line-height: 62px;
  font-weight: 500;
}

.audi-col-1 {
  width: 100%;
  margin-top: 0%;
}

.audi-col-2 {
  width: 100%;
  margin-top: 0%;
}

.image-92 {
  position: absolute;
  left: 0%;
  top: 40%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: block;
  width: 50%;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
}

.bold-text {
  width: auto;
  line-height: 69px;
  font-weight: 500;
}

.image-mobile {
  display: block;
  width: 25%;
  margin-top: 140px;
  margin-right: auto;
  margin-left: auto;
}

.video-block-narrow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0vh;
  padding-top: 50%;
}

.image-800-width {
  display: block;
  width: 45%;
  margin-right: auto;
  margin-left: auto;
}

.columns-first-row {
  width: 100%;
  margin-top: 10%;
  margin-bottom: 15%;
}

.columns-second-row {
  width: 100%;
  margin-top: 0%;
  margin-bottom: 15%;
}

.columns-first-row-no-padding {
  width: 100%;
  margin-top: 10%;
  margin-bottom: 0%;
}

.image-800 {
  display: block;
  width: 60%;
  margin: 140px auto;
}

.image-801 {
  width: 100%;
}

.image-802 {
  width: 100%;
}

.image-803 {
  width: 100%;
}

.image-600 {
  display: block;
  width: 50%;
  margin: 0px auto;
}

.div-block-24 {
  height: 10vh;
}

.logo-lipton {
  width: 60%;
  margin-top: -19px;
}

.lipton-col {
  width: 80%;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
}

.column-20 {
  padding-left: 0px;
}

._4-col-lipton {
  display: block;
  width: 80%;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-804 {
  display: block;
  width: 50%;
}

.image-805 {
  width: 50%;
}

.image-806 {
  width: 50%;
}

.image-807 {
  width: 70%;
}

.column-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.column-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-808 {
  margin-top: 35px;
}

._3-col-lipton {
  display: block;
  width: 80%;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-806-copy {
  width: 70%;
}

.image-805-copy {
  width: 70%;
}

.image-804-copy {
  display: block;
  width: 70%;
}

.image-808-copy {
  margin-top: 35px;
}

.section-block-100vh {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-bottom: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-block-100vh.grey {
  background-color: #c6c6c6;
}

.section-block-100vh.reset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0%;
  padding-bottom: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #d0cfd0;
}

.section-block-100vh.dark-grey {
  background-color: #222;
}

.section-block-100vh.dark-grey-rexona {
  background-color: #222;
}

.section-block-100vh.audi-light-gray {
  background-color: #f2f2f2;
}

.lipton-gray-lg {
  margin-top: 89px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #aaa;
  font-size: 12rem;
  line-height: 220px;
  text-align: center;
}

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

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

.columns-6 {
  width: 80%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 10%;
}

.message-heading {
  width: 50%;
  height: auto;
  margin-top: 0px;
  opacity: 1;
  color: #fff;
  font-size: 74px;
  line-height: 80px;
  font-weight: 400;
}

.content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100vh;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0%;
  padding-bottom: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #fff;
  font-weight: 400;
}

.content-2.no-padding {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

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

.columns-5-copy {
  width: 80%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 10%;
}

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

.content-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100vh;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0%;
  padding-bottom: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #fff;
  font-weight: 400;
}

.content-copy.no-padding {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.section-8-copy {
  background-color: #000;
}

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

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

.image-92-copy {
  position: static;
  left: 0%;
  top: 40%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 80%;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
}

.audi-image-car {
  position: relative;
  left: 0%;
  top: 40%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 80%;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
}

.audi-image-grid {
  position: static;
  left: 0%;
  top: 40%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 70%;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
}

.audi-image-desktop {
  position: relative;
  left: 0%;
  top: 40%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 80%;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
}

.colors-audi {
  position: static;
  left: 0%;
  top: 40%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 98%;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
}

.rexona-slider {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

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

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

.hero-link {
  color: #fff;
  text-decoration: none;
}

.columns-hello {
  position: static;
  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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.letter-h {
  width: 16%;
}

.letter-e {
  width: 14%;
}

.content-contacts {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin-top: 20%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0%;
  padding-bottom: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #fff;
  font-weight: 400;
}

.content-contacts.no-padding {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.section-content-content {
  display: none;
  height: 300vh;
  -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;
  background-color: #000;
}

.image-809 {
  width: 13.6%;
}

.image-810 {
  width: 13.6%;
}

.image-811 {
  width: 18%;
}

.section-contact-overlay {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
}

.link-2 {
  color: #fff;
}

.link-huge {
  color: #fff;
  font-size: 90px;
  text-align: center;
}

.provacy-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  font-size: 50px;
  line-height: 100px;
  text-align: center;
}

.content-lorem-ipsum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10%;
  padding-bottom: 0%;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #fff;
  font-weight: 400;
}

.content-lorem-ipsum.no-padding {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.about-us-text-transfer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-us-lead-text-transfer {
  width: 40%;
  padding-right: 5%;
  font-size: 32px;
  line-height: 44px;
  font-weight: 300;
}

.about-us-p-transfer {
  width: 35%;
  padding-right: 5%;
  color: #8e8e8e;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.about-us-years-tranfer {
  width: 20%;
  font-size: 38px;
  line-height: 44px;
  font-weight: 300;
  text-align: right;
}

.column-27 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.bg-img-03-rexona {
  position: absolute;
  z-index: -999;
  display: none;
  width: 100%;
  height: 100%;
  background-image: url('../images/rex-cover.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}

.bg-img-03-audi {
  position: absolute;
  z-index: -999;
  display: none;
  width: 100%;
  height: 100%;
  background-image: url('../images/11.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}

.bg-img-03-rexona-copy {
  position: absolute;
  z-index: -999;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../images/08.jpg');
  background-position: 50% 50%;
  background-size: auto;
  opacity: 1;
}

.bg-img-03-lipton {
  position: absolute;
  z-index: -999;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../images/aperus-background.png');
  background-position: 50% 50%;
  background-size: auto;
  opacity: 1;
}

.bg-img-03-lipton-02 {
  position: absolute;
  z-index: -999;
  display: none;
  width: 100%;
  height: 100%;
  background-image: url('../images/07_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}

.bg-img-03-helio {
  position: absolute;
  z-index: -999;
  display: none;
  width: 100%;
  height: 100%;
  background-image: url('../images/helio-cover.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}

.bg-img-03-default {
  position: absolute;
  z-index: -9999;
  display: none;
  width: 100%;
  height: 100%;
  background-image: url('../images/aperus-background.png');
  background-position: 0% 50%;
  background-size: cover;
  opacity: 1;
}

.content-nopadding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0%;
  padding-bottom: 0%;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #fff;
  font-weight: 400;
}

.content-nopadding.no-padding {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.column-28 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.service-col-features {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-27 {
  padding-top: 39px;
}

.column-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-right-visual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bg-img-01-default {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -999;
  display: block;
  width: 100%;
  height: 100vh;
  background-image: url('../images/aperus-background.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  font-size: 100%;
  line-height: 100vh;
}

.columns-first {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 7%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.image-work-preview {
  width: 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.div-block-28 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
  color: #000;
}

.section-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.image-828 {
  width: auto;
  height: 50%;
  opacity: 1;
}

.text-block-10 {
  margin-top: 20px;
  color: #fff;
}

.column-first {
  position: static;
  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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.bodymovin-wrapper {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.bodymovin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overlay-transition {
  position: fixed;
  left: -100%;
  z-index: 999999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  background-color: #00f;
}

.overlay-transition-load-up {
  position: fixed;
  left: auto;
  z-index: 999999999;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #00f;
}

.image-829 {
  display: none;
}

.behance {
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 6px;
  background-image: url('../images/behance.svg');
  background-position: 50% 50%;
  background-size: 34px;
  background-repeat: no-repeat;
  font-family: aktiv-grotesk, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.instagram {
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 6px;
  background-image: url('../images/instagram.svg');
  background-position: 50% 50%;
  background-size: 34px;
  background-repeat: no-repeat;
  font-family: aktiv-grotesk, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: aktiv-grotesk, sans-serif;
  color: #fff;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-20 {
  margin-top: 0px;
  margin-bottom: 20px;
}

.logo-apertus {
  width: 60%;
  margin-top: 7px;
}

.gif-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.colors-img-padding-10 {
  padding-top: 0%;
}

.vimeo-embed-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 56.25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.html-embed-2 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.vimeo {
  position: absolute;
  width: 100%;
  height: 100%;
}

.html-embed-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: 10vh;
}

.html-embed-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.video-block-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding-top: 57.26%;
  -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;
}

.apertus-grid-img {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.apertus-key-facts {
  width: 100%;
}

.apertus-join-us-img {
  width: 100%;
  margin-bottom: 10%;
}

.apertus-graph-gif {
  display: block;
  width: 60%;
  margin: 60px auto;
}

.apertus-mobile-img {
  width: 100%;
}

.two-col {
  width: 100%;
  margin-top: 0%;
}

.bold-text-2 {
  text-align: left;
}

.p-black-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;
  color: #000;
  font-size: 20px;
  line-height: 32px;
  text-align: right;
}

.p-black-right.left {
  -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;
}

.p-black-right.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-block-ltc-dark {
  padding-bottom: 10%;
  background-color: #050505;
}

.section-block-ltc-dark.grey {
  background-color: #c6c6c6;
}

.section-block-ltc-dark.reset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0%;
  padding-bottom: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #d0cfd0;
}

.section-block-ltc-dark.dark-grey {
  background-color: #222;
}

.section-block-ltc-dark.dark-grey-rexona {
  background-color: #222;
}

.section-block-ltc-dark.audi-light-gray {
  background-color: #f2f2f2;
}

.content--apertus-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10%;
  padding-bottom: 0%;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #fff;
  font-weight: 400;
}

.content--apertus-dark.no-padding {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.p-black-ltc-dark {
  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;
  color: #000;
  font-size: 20px;
  line-height: 32px;
}

.p-black-ltc-dark.left {
  -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;
}

.p-black-ltc-dark.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: grey;
}

.p-black-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #000;
  font-size: 20px;
  line-height: 32px;
}

.p-black-copy.left {
  -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;
  color: grey;
}

.p-black-copy.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img-80 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.ltc-section-gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-bottom: 10%;
  -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;
  background-color: #cecfd4;
}

.gif-container-80white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.image-830 {
  width: 25%;
  margin-top: 15%;
  margin-bottom: 15%;
}

.p-black-short {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -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;
  color: #000;
  font-size: 20px;
  line-height: 32px;
}

.p-black-short.left {
  -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;
}

.p-black-short.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-nopadding-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0%;
  padding-bottom: 0%;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #fff;
  font-weight: 400;
}

.content-nopadding-text.no-padding {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.mobile-veikals {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-copy {
  display: none;
  width: 100%;
  height: 100vh;
  background-image: url('../images/laptop-digi2x.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.overlay-50 {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  padding-top: 0%;
  background-color: #000;
}

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

.cookie-notif {
  height: 80px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  background-color: #000;
}

.div-block-29 {
  width: 80%;
  margin-top: 24px;
  padding-left: 80px;
}

.cookie-texr {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #686868;
}

.accept {
  position: relative;
  margin-top: 24px;
  margin-right: 60px;
  float: right;
}

.accept-button {
  background-color: #494949;
  color: #b9b9b9;
}

.privacy {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  color: #8d8d8d;
}

.provacy-head-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #c2c2c2;
  font-size: 24px;
  line-height: 100px;
  text-align: center;
}

.section-contact-overlay-privacy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 174px;
  padding-bottom: 87px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
}

@media screen and (max-width: 991px) {
  .navbar {
    height: 120px;
    background-color: #000;
  }
  .nav-link {
    margin-top: 10vh;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 24px;
  }
  .nav-link-2 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 24px;
  }
  .nav-link-2.w--current {
    font-size: 24px;
  }
  .nav-link-3 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 24px;
  }
  .nav-menu {
    height: 100vh;
    background-color: #000;
  }
  .content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .project-description {
    width: 100%;
  }
  .section-content {
    height: auto;
  }
  .punchline-txt {
    width: 100%;
    margin-top: 220px;
    margin-bottom: 220px;
  }
  .about-us-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-us-lead-text {
    width: 100%;
  }
  .about-us-lead-text.lead {
    width: 100%;
  }
  .about-us-p {
    width: 100%;
    margin-top: 40px;
    padding-right: 0%;
  }
  .about-us-years {
    width: 100%;
    margin-top: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
  }
  .h {
    width: 80%;
    font-size: 48px;
    line-height: 60px;
  }
  .div-block {
    height: auto;
    background-size: cover;
  }
  .section-parallax-heading {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .heading-7 {
    font-size: 13vh;
  }
  .div-block-6.padding-bottom {
    padding-bottom: 140px;
  }
  .image-2 {
    width: 60%;
    max-width: none;
  }
  .div-block-9 {
    -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;
  }
  .section-3.service {
    height: auto;
  }
  .column {
    padding-right: 20px;
  }
  .column-2 {
    padding-left: 20px;
  }
  .text-block-6 {
    font-size: 14px;
  }
  .heading-10 {
    font-size: 24px;
    line-height: 32px;
  }
  .project-history-h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .text-block-7 {
    padding-top: 10px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 40px;
  }
  .div-block-15 {
    -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;
  }
  .column-5 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .columns {
    width: 100%;
    margin-top: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .div-block-16 {
    width: 100%;
  }
  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-12 {
    width: 390px;
  }
  .text-block-8 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-black {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    -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;
    text-align: left;
  }
  .column-11 {
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .text-block-9 {
    width: 100%;
  }
  .list-2 {
    width: 200%;
  }
  .image-83 {
    display: inline-block;
    width: 60%;
    max-width: none;
  }
  .service-column {
    display: block;
    margin-bottom: 60px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .slider-container {
    overflow: hidden;
  }
  .logo-ascendum {
    width: 40%;
  }
  .section-next-project {
    height: 40vh;
  }
  .logo-helio {
    width: 30%;
  }
  .case-study-heading-audi {
    width: 100%;
    margin-top: 40px;
    line-height: 72px;
  }
  .audi-col-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bold-text {
    width: 40%;
  }
  .columns-first-row-no-padding {
    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;
  }
  .image-800 {
    width: 80%;
  }
  .logo-lipton {
    width: 30%;
  }
  .image-804 {
    height: 50%;
  }
  .image-805 {
    height: 50%;
  }
  .image-806 {
    height: 50%;
  }
  .image-807 {
    height: 70%;
  }
  .image-806-copy {
    height: 70%;
  }
  .image-805-copy {
    height: 70%;
  }
  .image-804-copy {
    height: 70%;
  }
  .lipton-gray-lg {
    font-size: 7rem;
  }
  .columns-6 {
    width: 90%;
  }
  .message-heading {
    width: 80%;
    font-size: 48px;
    line-height: 60px;
  }
  .content-2 {
    width: 90%;
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .columns-5-copy {
    width: 90%;
  }
  .content-copy {
    width: 90%;
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .content-copy.no-padding {
    width: 80%;
  }
  .columns-hello {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-contacts {
    margin-top: 50%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .link-huge {
    font-size: 70px;
    line-height: 80px;
  }
  .content-lorem-ipsum {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .about-us-text-transfer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-us-lead-text-transfer {
    width: 100%;
  }
  .about-us-p-transfer {
    width: 100%;
    margin-top: 40px;
    padding-right: 0%;
  }
  .about-us-years-tranfer {
    width: 100%;
    margin-top: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
  }
  .column-27 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .content-nopadding {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .service-col-features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .icon {
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 40px;
  }
  .column-29 {
    padding-left: 0px;
  }
  .column-30 {
    height: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-31 {
    padding-left: 0px;
  }
  .column-32 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-33 {
    padding-left: 0px;
  }
  .image-813 {
    width: 110px;
  }
  .column-38 {
    padding-left: 0px;
  }
  .column-39 {
    padding-left: 0px;
  }
  .column-44 {
    padding-left: 0px;
  }
  .column-45 {
    padding-left: 0px;
  }
  .column-46 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .image-817 {
    display: block;
    max-width: none;
    margin-bottom: 20%;
  }
  .column-right-visual {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .column-48 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .column-49 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .column-50 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .column-51 {
    padding-left: 0px;
  }
  .column-52 {
    padding-left: 0px;
  }
  .heading-18 {
    margin-top: 10px;
  }
  .image-820 {
    width: 60%;
    max-width: none;
  }
  .image-821 {
    width: 60%;
    max-width: none;
  }
  .image-822 {
    width: 60%;
    max-width: none;
  }
  .image-823 {
    width: 60%;
    max-width: none;
  }
  .service-visual-big {
    width: 100%;
    max-width: none;
    margin-bottom: 100px;
  }
  .image-825 {
    margin-bottom: 100px;
  }
  .image-826 {
    margin-bottom: 100px;
  }
  .image-827 {
    display: inline-block;
    width: 100%;
    max-width: none;
    margin-bottom: 100px;
  }
  .columns-first {
    width: 100%;
    margin-top: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-first {
    width: 100%;
    margin-top: 20%;
    -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;
  }
  .behance {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: 6% 50%;
    font-size: 24px;
  }
  .instagram {
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: 6% 50%;
    font-size: 24px;
  }
  .logo-apertus {
    width: 30%;
  }
  .apertus-graph-gif {
    width: 80%;
  }
  .two-col {
    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;
  }
  .p-black-right {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    -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;
    text-align: left;
  }
  .content--apertus-dark {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-black-ltc-dark {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    -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;
    text-align: left;
  }
  .p-black-copy {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    -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;
    text-align: left;
  }
  .image-830 {
    width: 50%;
  }
  .p-black-short {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    -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;
    text-align: left;
  }
  .content-nopadding-text {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-copy {
    height: auto;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .brand-lottie {
    width: 39px;
    margin-top: 7px;
  }
  .section-content {
    height: auto;
  }
  .punchline-txt {
    margin-top: 220px;
    margin-bottom: 220px;
    font-size: 7vw;
    line-height: 9vw;
  }
  .about-us-lead-text.lead {
    width: 100%;
  }
  .image-2 {
    width: 100%;
  }
  .column {
    padding-right: 0px;
  }
  .column-2 {
    padding-left: 0px;
  }
  .grid-container-right-01 {
    margin-top: 100px;
  }
  .text-block-7 {
    padding-top: 64px;
    padding-left: 0px;
  }
  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .link-full-block {
    height: 100%;
  }
  .column-5 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .text-block-8 {
    width: 100%;
  }
  .p-black {
    width: 100%;
    margin-top: 0px;
    font-size: 18px;
    line-height: 30px;
  }
  .column-11 {
    margin-top: 30px;
  }
  .text-block-9 {
    width: 100%;
    margin-top: 5%;
  }
  .columns-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .list-2 {
    width: 100%;
  }
  .dark-li-item {
    font-size: 18px;
    line-height: 39px;
  }
  .image-83 {
    width: 100%;
  }
  .service-column {
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .column-15 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .column-16 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .column-17 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .column-18 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .logo-ascendum {
    width: 50%;
  }
  ._2-col-half {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-next-project {
    height: 30vh;
  }
  .image-next-project {
    width: 111%;
    max-width: none;
  }
  .heading-main-center {
    width: 90%;
    font-size: 4rem;
  }
  .logo-helio {
    width: 30%;
    margin-bottom: 20px;
  }
  .case-study-heading-audi {
    width: 100%;
  }
  .bold-text {
    width: 100%;
  }
  .image-800 {
    width: 80%;
  }
  .image-600 {
    width: 80%;
  }
  .logo-lipton {
    width: 28%;
    margin-bottom: 20px;
  }
  .image-804 {
    margin-bottom: 40px;
  }
  .image-805 {
    margin-bottom: 40px;
  }
  .image-807 {
    width: 50%;
    height: 50%;
  }
  .column-21 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-23 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-24 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-806-copy {
    width: 50%;
    height: 50%;
    margin-bottom: 40px;
  }
  .image-805-copy {
    width: 50%;
    height: 50%;
    margin-bottom: 40px;
  }
  .image-804-copy {
    width: 50%;
    height: 50%;
    margin-bottom: 40px;
  }
  .section-block-100vh {
    height: 60vh;
  }
  .column-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content-2 {
    padding-top: 25%;
    padding-bottom: 25%;
  }
  .column-20-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-22-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content-copy {
    padding-top: 25%;
    padding-bottom: 25%;
  }
  .column-21-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-19-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .service-col-features {
    padding-left: 0px;
  }
  .column-30 {
    margin-bottom: 20px;
  }
  .image-812 {
    margin-top: 40px;
  }
  .heading-16 {
    margin-bottom: 40px;
  }
  .image-814 {
    margin-top: 40px;
  }
  .image-815 {
    width: 120px;
    max-width: none;
    margin-bottom: 40px;
  }
  .column-36 {
    padding-left: 0px;
  }
  .column-37 {
    padding-left: 0px;
  }
  .column-40 {
    padding-left: 0px;
  }
  .column-41 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-42 {
    padding-left: 0px;
  }
  .column-43 {
    padding-left: 0px;
  }
  .column-44 {
    padding-left: 0px;
  }
  .heading-17 {
    margin-bottom: 20px;
  }
  .image-817 {
    width: 104%;
  }
  .column-right-visual {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-48 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-49 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-50 {
    margin-bottom: 20%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-18 {
    margin-bottom: 20px;
  }
  .image-820 {
    width: 100%;
  }
  .image-821 {
    width: 100%;
  }
  .image-822 {
    width: 100%;
  }
  .image-823 {
    width: 100%;
  }
  .column-53 {
    padding-left: 0px;
  }
  .column-54 {
    padding-left: 0px;
  }
  .column-55 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-56 {
    padding-left: 0px;
  }
  .service-visual-big {
    margin-bottom: 20%;
  }
  .image-825 {
    margin-bottom: 20%;
  }
  .image-826 {
    margin-bottom: 20%;
  }
  .heading-19 {
    margin-bottom: 40px;
  }
  .columns-first {
    margin-top: 30%;
  }
  .bodymovin {
    width: 300px;
    height: 300px;
  }
  .logo-apertus {
    width: 30%;
    margin-bottom: 20px;
  }
  .apertus-graph-gif {
    width: 80%;
  }
  .p-black-right {
    width: 100%;
    margin-top: 0px;
    font-size: 18px;
    line-height: 30px;
  }
  .p-black-ltc-dark {
    width: 100%;
    margin-top: 0px;
    font-size: 18px;
    line-height: 30px;
  }
  .p-black-copy {
    width: 100%;
    margin-top: 0px;
    font-size: 18px;
    line-height: 30px;
  }
  .image-830 {
    width: 50%;
  }
  .p-black-short {
    width: 100%;
    margin-top: 0px;
    font-size: 18px;
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    position: fixed;
    height: 96px;
    background-color: #000;
  }
  .nav-link {
    margin-top: 60px;
    padding-left: 20px;
    font-size: 23px;
    line-height: 0px;
  }
  .nav-link-2 {
    padding-left: 20px;
    font-size: 24px;
  }
  .nav-link-2.w--current {
    font-size: 24px;
    line-height: 0px;
  }
  .nav-link-3 {
    padding-left: 20px;
    font-size: 24px;
    line-height: 0px;
  }
  .brand-lottie {
    width: 45px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .brand-lottie.w--current {
    width: 45px;
    margin-top: 0px;
  }
  .nav-menu {
    height: 100vh;
    background-color: #000;
  }
  .nav-container {
    margin-top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content {
    width: 90%;
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading {
    font-size: 34px;
    line-height: 24px;
  }
  .project-description {
    width: 100%;
    margin-top: 15%;
  }
  .section-content {
    height: auto;
    padding-top: 60px;
  }
  .punchline-txt {
    font-size: 12vw;
    line-height: 14vw;
  }
  .about-us-lead-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-us-lead-text.lead {
    width: 100%;
    font-size: 20px;
    line-height: 32px;
  }
  .about-us-p {
    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;
  }
  .h {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 48px;
    line-height: 33px;
  }
  .content-hero {
    width: 90%;
  }
  .section-parallax-heading {
    height: 10vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-7 {
    font-size: 7vh;
  }
  .text-block {
    padding-top: 0px;
    font-size: 24px;
    line-height: 38px;
  }
  .heading-main {
    font-size: 40px;
    line-height: 3rem;
  }
  .div-block-6 {
    padding-bottom: 0px;
  }
  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-9 {
    font-size: 40px;
  }
  .section-3 {
    height: 50vh;
  }
  .section-4 {
    padding-bottom: 100px;
  }
  .content-portfolio-grid {
    width: 90%;
  }
  .div-block-12 {
    width: 100%;
  }
  .heading-10 {
    font-size: 20px;
    line-height: 30px;
  }
  .section-5 {
    padding-bottom: 120px;
  }
  .div-block-14 {
    width: 90%;
  }
  .div-block-15 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .columns {
    margin-top: 100px;
  }
  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-7 {
    bottom: 0px;
    margin-top: 0px;
    margin-bottom: 40px;
    padding-right: 0px;
  }
  .column-8 {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-right: 0px;
  }
  .column-9 {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-right: 0px;
  }
  .column-10 {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-right: 0px;
  }
  .video-block {
    width: 100%;
    height: auto;
    padding-top: 0%;
    padding-bottom: 56.24%;
  }
  .columns-3 {
    margin-top: 10px;
  }
  .p-black {
    padding-top: 40px;
    -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;
    text-align: left;
  }
  .column-11 {
    padding-left: 0px;
  }
  .background-video-full-screen {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    max-width: 100%;
  }
  .text-block-9 {
    width: 100%;
    margin-top: 5%;
  }
  .image-7 {
    width: 100%;
  }
  .columns-4 {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-12 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .image-83 {
    display: block;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .service-column {
    margin-bottom: 0px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .column-15 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .column-16 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .column-17 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .column-18 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .heading-main.center {
    font-size: 40px;
  }
  .heading-slider-1 {
    font-size: 34px;
    line-height: 24px;
  }
  .heading-slider-2 {
    font-size: 34px;
    line-height: 24px;
  }
  .heading-slider-3 {
    font-size: 34px;
    line-height: 24px;
  }
  .heading-slider-4 {
    font-size: 34px;
    line-height: 24px;
  }
  .heading-slider-5 {
    font-size: 34px;
    line-height: 24px;
  }
  .heading-slider-6 {
    font-size: 34px;
    line-height: 24px;
  }
  .link-wrap {
    margin-top: 30px;
  }
  .section-block-nopadding {
    display: block;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .section-60vh-padding-10 {
    display: block;
    padding-bottom: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-84 {
    width: 100%;
    height: auto;
    max-width: none;
    margin-left: 0%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .section-block-nopadding-ascendum-gray {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ._2-col-half {
    width: 90%;
    margin-top: 60px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-85 {
    width: 60%;
    margin: 60px auto;
  }
  .p-black-left {
    text-align: left;
  }
  .image-next-project {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 360%;
    max-width: 390%;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-main-center {
    font-size: 48px;
    line-height: 3.3rem;
  }
  .image-87 {
    display: block;
    overflow: visible;
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: 0%;
  }
  .logo-helio {
    width: 40%;
  }
  .case-study-heading-audi {
    margin-top: 60px;
    margin-bottom: 0px;
    font-size: 2.8rem;
    line-height: 50px;
  }
  .image-92 {
    width: 90%;
  }
  .bold-text {
    line-height: 56px;
  }
  .image-mobile {
    width: 30%;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .image-800-width {
    width: 90%;
  }
  .columns-second-row {
    margin-bottom: 0%;
  }
  .image-800 {
    width: 90%;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .image-801 {
    width: 100%;
    max-width: none;
    margin-left: 0%;
  }
  .image-600 {
    width: 90%;
  }
  .logo-lipton {
    width: 48%;
  }
  .lipton-col {
    width: 90%;
  }
  .image-804 {
    width: 50%;
    height: 50%;
    margin-bottom: 40px;
  }
  .image-805 {
    width: 50%;
    height: 50%;
    margin-bottom: 40px;
  }
  .image-806 {
    width: 50%;
    height: 50%;
    margin-bottom: 40px;
  }
  .image-807 {
    height: 50%;
  }
  .column-21 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-23 {
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-24 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-808 {
    margin-top: 10px;
  }
  .image-806-copy {
    height: 50%;
    margin-bottom: 40px;
  }
  .image-805-copy {
    height: 50%;
    margin-bottom: 40px;
  }
  .image-804-copy {
    height: 50%;
    margin-bottom: 40px;
  }
  .image-808-copy {
    margin-top: 10px;
  }
  .lipton-gray-lg {
    font-size: 4rem;
  }
  .message-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 100px;
    font-size: 40px;
    line-height: 33px;
  }
  .content-2 {
    width: 90%;
    height: auto;
    padding-bottom: 48%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-copy {
    width: 90%;
    height: auto;
    padding-bottom: 48%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-copy.no-padding {
    width: 90%;
  }
  .image-92-copy {
    width: 90%;
  }
  .audi-image-car {
    width: 90%;
  }
  .audi-image-grid {
    width: 100%;
  }
  .audi-image-desktop {
    width: 90%;
  }
  .content-contacts {
    width: 90%;
    margin-top: 40vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .section-content-content {
    height: 400vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .link-huge {
    font-size: 28px;
    line-height: 30px;
  }
  .provacy-head {
    font-size: 50px;
  }
  .content-lorem-ipsum {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-us-lead-text-transfer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-us-p-transfer {
    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;
  }
  .content-nopadding {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service-col-features {
    padding-left: 0px;
  }
  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding-top: 17px;
    padding-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: #000;
    color: #fff;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .icon {
    width: 40px;
    height: 40px;
    font-size: 40px;
  }
  .column-29 {
    padding-left: 0px;
  }
  .column-30 {
    padding-left: 0px;
  }
  .image-812 {
    display: block;
    width: 100%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
  .column-31 {
    padding-left: 0px;
  }
  .column-32 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-16 {
    margin-bottom: 60px;
  }
  .column-33 {
    padding-left: 0px;
  }
  .column-34 {
    padding-left: 0px;
  }
  .image-813 {
    max-width: 40%;
  }
  .column-35 {
    padding-left: 0px;
  }
  .image-814 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .image-815 {
    max-width: 40%;
  }
  .column-36 {
    padding-left: 0px;
  }
  .column-37 {
    padding-left: 0px;
  }
  .column-38 {
    padding-left: 0px;
  }
  .column-39 {
    padding-left: 0px;
  }
  .column-40 {
    padding-left: 0px;
  }
  .column-41 {
    padding-left: 0px;
  }
  .column-42 {
    padding-left: 0px;
  }
  .column-43 {
    padding-left: 0px;
  }
  .column-44 {
    padding-left: 0px;
  }
  .column-45 {
    padding-left: 0px;
  }
  .image-816 {
    display: block;
    width: 100%;
    max-width: 120%;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-17 {
    margin-bottom: 40px;
  }
  .column-46 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .image-817 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .column-right-visual {
    margin-bottom: 60px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .column-48 {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .column-49 {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .column-50 {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .image-818 {
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-left: 0%;
  }
  .image-819 {
    width: 100%;
    max-width: none;
    margin-left: 0%;
  }
  .column-51 {
    padding-left: 0px;
  }
  .column-52 {
    padding-left: 0px;
  }
  .heading-18 {
    margin-bottom: 60px;
  }
  .bg-img-01-default {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    background-position: 0% 50%;
  }
  .image-827 {
    margin-bottom: 60px;
  }
  .columns-first {
    margin-top: 80px;
  }
  .image-828 {
    width: 90%;
    height: auto;
  }
  .column-first {
    margin-top: 100px;
  }
  .bodymovin-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .bodymovin {
    width: 300px;
    height: 300px;
  }
  .behance {
    padding-left: 20px;
    font-size: 24px;
    line-height: 0px;
  }
  .instagram {
    padding-left: 20px;
    font-size: 24px;
    line-height: 0px;
  }
  .logo-apertus {
    width: 40%;
  }
  .video-block-copy {
    width: 100%;
    height: auto;
    padding-top: 0%;
    padding-bottom: 56.24%;
  }
  .apertus-graph-gif {
    width: 90%;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .two-col {
    margin-top: 10px;
  }
  .p-black-right {
    padding-top: 40px;
    -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;
    text-align: left;
  }
  .content--apertus-dark {
    width: 90%;
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-black-ltc-dark {
    padding-top: 40px;
    -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;
    text-align: left;
  }
  .p-black-copy {
    padding-top: 40px;
    -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;
    text-align: left;
  }
  .img-80 {
    width: 90%;
  }
  .ltc-section-gray {
    display: block;
    padding-bottom: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .gif-container-80white {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .image-830 {
    width: 70%;
  }
  .p-black-short {
    padding-top: 40px;
    -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;
    text-align: left;
  }
  .content-nopadding-text {
    width: 90%;
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mobile-veikals {
    width: 100%;
  }
  .provacy-head-small {
    font-size: 50px;
  }
}

