:root {
  --black: black;
  --teal: #32af84cc;
  --purple: #755bc0cc;
  --orange: #ff813db3;
}

article {
  width: 100%;
}

.site-main {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.post-content a {
  font-weight: 500;
}

.wp-block-heading {
  margin-bottom: 32px;
}

.wp-block-image {
  margin: 32px auto;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

p {
  margin-bottom: 10px;
}

a {
  color: currentColor;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

main a {
  font-weight: 500;
}

.tiles_wrapper {
  background-color: var(--black);
  cursor: auto;
  background-image: linear-gradient(#181818fa, #181818fa), url('../images/WHITE.png');
  background-position: 0 0, 50%;
  border: 1px solid #000;
  width: 100%;
  height: 120vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.gallery {
  z-index: 1;
  mix-blend-mode: normal;
  width: 120vmax;
  height: 100vmax;
  position: relative;
}

.css {
  z-index: -10;
  width: 0;
  height: 0;
  position: fixed;
  inset: 0% auto auto 0%;
}

.tile {
  mix-blend-mode: multiply;
  border-radius: 1vmax;
  transition: transform .8s;
  position: absolute;
}

.tile:hover {
  transform: scale(1.1);
}

.tile:hover > img {
  opacity: 0.8;
  transform: scale(1.01);
}
.tile > img {
  border-radius: inherit;
}

.tile.is--1 {
  transform-style: preserve-3d;
  background-color: #eee;
  width: 20%;
  height: 25%;
  top: 9%;
  left: 7%;
  overflow: hidden;
}

.tile.is--2 {
  z-index: 0;
  mix-blend-mode: multiply;
  object-fit: fill;
  background-color: #eee0;
  width: 30%;
  height: 40%;
  transition: transform .8s;
  top: 4%;
  left: 42%;
  overflow: hidden;
}

.tile.is--3 {
  object-fit: contain;
  background-color: #eee;
  width: 16%;
  height: 26%;
  top: 35%;
  left: -2%;
  overflow: hidden;
}

.tile.is--5 {
  object-fit: contain;
  background-color: #fff0;
  width: 20%;
  height: 30%;
  top: 57%;
  left: 18%;
  overflow: hidden;
}

.tile.is--6 {
  color: #fff;
  object-fit: contain;
  background-color: #eee0;
  width: 24%;
  height: 40%;
  top: 6%;
  left: 64%;
  overflow: hidden;
}

.tile.is--7 {
  object-fit: contain;
  background-color: #fff0;
  width: 24%;
  height: 36%;
  top: 62%;
  left: 51%;
  overflow: hidden;
}

.tile.is--8 {
  object-fit: contain;
  background-color: #eee;
  width: 18%;
  height: 22%;
  top: 42%;
  left: 72%;
  overflow: hidden;
}

.tile.is--9 {
  object-fit: contain;
  background-color: #eee;
  width: 10%;
  height: 12%;
  top: 69%;
  left: 72%;
  overflow: hidden;
}

.tile.is--12 {
  object-fit: contain;
  background-color: #fff0;
  width: 24%;
  height: 36%;
  top: 55%;
  left: 35%;
  overflow: hidden;
}

.main_header_container {
  z-index: 0;
  opacity: .1;
  object-fit: cover;
  background-color: #e44a4a00;
  background-image: url('../images/Grain_overlay.gif');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 120vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading {
  z-index: 2;
  text-align: center;
  letter-spacing: -.04em;
  -webkit-text-stroke-color: #000;
  font-size: 60px;
  font-weight: 500;
  position: relative;
}

.heading.blue {
  color: #fff;
  font-size: 4vw;
  margin-bottom: 32px;
}

.heading.white {
  color: #fff;
  margin-top: -20vh;
  font-weight: 600;
}

.about-section {
  background-color: #f0f0f0;
  background-image: url('../images/M_1.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.background-video {
  z-index: 8;
  border-radius: 1vmax;
}

.noise {
  z-index: 9;
  opacity: .05;
  background-image: url('../images/Grain_overlay.gif');
  background-position: 0 0;
  background-size: auto;
  height: 120vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.preloader {
  z-index: 0;
  color: #000;
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  inset: 0%;
  overflow: hidden;
  position: fixed;
}

.burger-btn-wrapper {
  text-align: center;
  cursor: pointer;
  padding: 22px 20px;
  position: relative;
  overflow: hidden;
}

.nav-button__text {
  z-index: 5;
  text-transform: none;
  border-right: 0 solid #000;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  transition: transform .8s;
  position: relative;
  transform: scale(1);
}

.nav-button__text:hover {
  border-bottom: 3px solid #ffae00;
  margin-top: 6px;
  font-size: 14px;
  transform: scale(1.05);
}

.nav-button__text.stroke {
  border-left: 2px #eee;
  border-right: 2px #eee;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.burger-line {
  background-color: #fff;
  border-radius: 1px;
  width: 25px;
  height: 2px;
  margin: 5px auto;
  display: block;
}

.logo-link {
  color: #000;
  mix-blend-mode: difference;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.logo-link.w--current {
  mix-blend-mode: difference;
}

.social-media-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-wrapper {
  z-index: 2000;
  mix-blend-mode: normal;
  background-color: #fff0;
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav__container {
  z-index: 888888;
  mix-blend-mode: normal;
  background-color: #fff0;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.nav__buttons-wrapper {
  z-index: 10000;
  mix-blend-mode: normal;
  background-color: #fff;
  border: 2px solid #eee;
  border-radius: 500px;
  justify-content: center;
  min-height: 50px;
  display: flex;
  position: relative;
}

.nav__social-link {
  opacity: .2;
  width: 24px;
  margin-left: 5px;
  transition: opacity .2s;
}

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

.nav__link {
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  border-right: 0 #000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.inner_section_wrap {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.col_section_outer {
  justify-content: center;
  height: auto;
  margin-top: -270px;
  margin-left: 4%;
  margin-right: 4%;
  display: flex;
}

.col_section_inner {
  width: 33%;
}

.col_section_inner.padding-240 {
  position: relative;
  top: 320px;
  overflow: visible;
}

.col_section_inner.padding-120 {
  width: 50%;
  position: relative;
  top: 120px;
}

.medium_header {
  color: #000;
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 40px;
}

.medium_header.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.medium_header.mob {
  font-weight: 600;
}

p,
.paragraph_regular {
  margin-top: 0;
  margin-bottom: 24px;
}

.paragraph_regular.white {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.paragraph_regular.mob {
  color: #fff;
  font-size: 1em;
}

.image-14 {
  object-fit: fill;
  width: 100%;
  max-width: none;
  height: auto;
}

.scroll-icon {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60vh;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block {
  color: #fff;
  letter-spacing: .8px;
  margin-bottom: -30px;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-decoration: underline;
}

.lottie-animation-2 {
  filter: invert();
  width: 80px;
}

.wblogo {
  filter: invert();
  mix-blend-mode: normal;
}

.scroll-text-left {
  z-index: 0;
  color: #000;
  letter-spacing: -.04em;
  -webkit-text-stroke-color: #000;
  white-space: nowrap;
  object-fit: cover;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 110px;
  position: relative;
  overflow: visible;
}

.scroll-text-left.yellow {
  color: #dd7e1e;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.scrolling-text {
  background-color: #0000;
  overflow: hidden;
}

.beanz-muzeum {
  color: #3330;
  object-fit: fill;
  width: 100%;
  max-width: none;
  height: auto;
}

.gs-experiment {
  mix-blend-mode: multiply;
  object-fit: fill;
  width: 100%;
  max-width: none;
  height: auto;
}

.work-section {
  opacity: 1;
  background-color: #fff0;
  background-image: linear-gradient(#181818e6, #181818e6), url('../images/Grain_overlay.gif');
  background-position: 0 0, 50%;
  justify-content: flex-end;
  align-items: center;
  min-height: 100vh;
  margin-left: auto;
  margin-right: 0%;
  display: flex;
  padding-bottom: 2%;
  margin-top: -5px;
}

.scroll-text-right {
  color: #fff0;
  letter-spacing: -.04em;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  white-space: nowrap;
  object-fit: cover;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 110px;
  transition: -webkit-text-stroke-color .2s;
  position: relative;
  overflow: visible;
}

.scroll-text-right.yellow {
  color: #dd7e1e;
  -webkit-text-stroke-width: 0px;
  background-color: #0000;
  font-weight: 300;
}

.diamond {
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: -33px;
  display: flex;
  position: relative;
  inset: 0% -19% auto 0%;
  transform: rotate(45deg);
}

.sleepeezee {
  mix-blend-mode: multiply;
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.scroll-delay-wrap-expand {
  -webkit-text-fill-color: inherit;
  background-color: #e7e7e700;
  background-image: url('../images/Grain_overlay.gif');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  height: 120vh;
  display: block;
}

.video-section {
  object-fit: fill;
  background-color: #000;
  background-image: linear-gradient(#e29241, #e29241), url('../images/Grain_overlay.gif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: relative;
  overflow: hidden;
}

.scrolling-text-video {
  flex: 0 auto;
  align-self: auto;
  overflow: visible;
}

.small_header {
  color: #fff;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.child-services {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.service-box {
  position: relative;
  height: 320px;
}

.card {
  height: 300px;
  perspective: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
}

.card:hover .content {
  transform: rotateY(180deg);
  transition: transform 0.8s;
}

.front,
.back {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #181818;
  color: white;
  text-align: center;
  backface-visibility: hidden;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 24px;
}

.back {
  background: #eee;
  color: black;
  transform: rotateY(180deg);
}

.case_study_col {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  padding-bottom: 32px;
  max-width: 400px;
}

.case_study_col.small {
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  display: block;
  max-width: 400px;
}

.case_study_outer {
  flex-flow: row;
  justify-content: center;
  height: auto;
  margin-left: 4%;
  margin-right: 4%;
  display: flex;
  width: 100%;
}

.case_study_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.rotate-header {
  color: #fff;
  letter-spacing: -.04em;
  font-family: Poppins, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 90px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  left: -699px;
}

.button,
.link {
  -webkit-text-stroke-color: #000;
  border-bottom: 2px solid #000;
  align-self: flex-start;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.6em;
  text-decoration: none;
}

.button:hover,
.link:hover {
  text-decoration: none;
}

.link.white {
  color: #fff;
  border-bottom-color: #fff;
}

.link.blue {
  color: #fff;
  -webkit-text-stroke-color: #016b4f;
  border-bottom-color: #fff;
}

.link.main {
  color: #fff;
  border-bottom-color: #fff;
}

.header {
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
  inset: 0%;
}

.about-us {
  opacity: 1;
  background-color: #fff0;
  background-image: linear-gradient(#ffffffe6, #ffffffe6);
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0%;
  display: flex;
}

.about_us_col {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  align-self: stretch;
  width: 440px;
  max-width: 440px;
  margin-left: 10px;
  margin-right: 0;
  display: flex;
}

.about_us_col._200 {
  justify-content: center;
  align-self: stretch;
  width: 440px;
  max-width: 440px;
  padding-left: 10px;
  padding-right: 10px;
}

.cs-image {
  object-fit: cover;
  width: 100%;
  height: 260px;
  max-height: 260px;
  display: inline-block;
  flex-shrink: 0;
}

.underline-about {
  z-index: 0;
  position: relative;
  top: -15px;
  left: -7px;
}

.cover {
  z-index: 0;
  background-color: #fff;
  border: 2px solid #eee;
  border-top: 0 #eee;
  border-left: 0 #eee;
  width: 19px;
  height: 19px;
  position: relative;
  inset: 1px 0% 0%;
  transform: rotate(45deg);
}

.lottie-animation-4 {
  mix-blend-mode: multiply;
  height: 160%;
}

.clients-section {
  background-color: #000;
  background-image: linear-gradient(#181818e6, #181818e6), url('../images/Grain_overlay.gif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.clients_col {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  align-self: center;
  width: 33%;
  margin-left: 10px;
  margin-right: 0;
  display: flex;
}

.footer {
  background-color: #181818;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  margin-top: auto;
}

.footer-inner {
  flex: 1;
  justify-content: space-between;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 34px;
  padding-bottom: 34px;
  display: flex;
}

ul.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0; 
}

.image-16 {
  width: 180px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.text-block-2 {
  color: #fff;
}

.text-block-3 {
  color: #fff;
}

.footer-copy {
  position: relative;
  top: auto;
}

.video-container {
  width: 100%;
  height: 100%;
}

.video_section_wrap {
  z-index: 999;
  background-image: url('../images/Video-Placeholder.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.html-embed {
  display: none;
}

.page-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.page-wrapper > * {
  width: 100%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -2px;
  font-family: Poppins, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 80px;
}

.heading-2.black {
  color: #000;
  text-decoration: none;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  letter-spacing: -.3px;
  max-width: 800px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.scroll-project-page {
  z-index: 0;
  color: #fff0;
  letter-spacing: -.03em;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  white-space: nowrap;
  object-fit: cover;
  background-color: #0000;
  margin-top: 16px;
  margin-bottom: 26px;
  font-family: Poppins, sans-serif;
  font-size: 140px;
  font-weight: 600;
  line-height: 140px;
  position: relative;
  top: 0;
  overflow: visible;
}

.scrolly-text {
  height: auto;
  margin-bottom: -180px;
  padding-top: 0;
  position: relative;
  top: -100px;
  overflow: hidden;
}

.challenge_sec {
  opacity: 1;
  background-color: #fff0;
  background-image: url('../images/M_2.svg'), linear-gradient(#fffffffa, #fffffffa);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-top: -10px;
  margin-left: auto;
  margin-right: 0%;
  display: flex;
}

.challenge_sec-copy {
  opacity: 1;
  background-color: #fff0;
  background-image: linear-gradient(#fffffffa, #fffffffa), url('../images/Grain_overlay.gif');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-top: -10px;
  margin-left: auto;
  margin-right: 0%;
  display: flex;
}

.contact_section {
  background-color: #32af84;
  background-image: linear-gradient(#32af84cc, #32af84cc), url('../images/M.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 120%;
  background-attachment: scroll, fixed;
  color: white;
  justify-content: center;
  align-items: center;
  height: 50vh;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

a.contact_section:hover {
  text-decoration: none;
}

.contact_section.purple.w--current {
  background-color: #755bc0;
  background-image: linear-gradient(#755bc0c9, #755bc0c9), url('../images/M.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 120%;
  background-attachment: scroll, fixed;
}

.pipe {
  background-color: #fff;
  width: 2px;
  height: 190px;
  margin-top: -130px;
}

._70 {
  color: #000;
  width: 64%;
  text-decoration: none;
}

.grid {
  flex-direction: row;
  display: flex;
}

.grid.portfolio {
  flex-direction: column;
  padding-top: 4.17em;
}

._30 {
  color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 34%;
  padding-left: 0;
  text-decoration: none;
  display: block;
}

._30.padding-right {
  margin-right: 5%;
}

.our-work-sec {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
}

.our-work-sec.is--portfolio {
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 6em;
  padding-left: 9em;
  padding-right: 9em;
  transition: opacity .2s;
  display: none;
}

.liner-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.is-hover-zoom {
  overflow: hidden;
}

.is-hover-zoom._2 {
  width: 29.5em;
  height: 23.47em;
}

.is-hover-zoom.case-study {
  width: 51.1em;
  height: 36.53em;
}

.line {
  background-color: #c4c4c4;
  width: 79.3em;
  height: 1px;
  margin-top: .7em;
}

.image-grow {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.headline-category {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.image-19 {
  display: none;
}

.background-video-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.preloader .video-button {
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: inline-block;
  position: absolute;
  inset: auto 6% 2% auto;
  font-weight: 400;
  font-size: 14px;
}

.video-button:hover {
  text-decoration: none;
}

.waterproof {
  mix-blend-mode: multiply;
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.background-video-5 {
  z-index: 10;
}

.image-20, .image-21 {
  filter: invert();
}

.play-pause-button-2 {
  display: none;
}

.counter-container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-shrink: 0;
  min-width: 480px;
}

.counter-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 180px;
  font-weight: 600;
  line-height: 1;
}

.counter-block {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.counter-text-m {
  color: #fff;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.large-text-wrapper {
  justify-content: center;
  align-items: center;
  min-width: 480px;
  display: flex;
  position: relative;
}

.section-counter {
  background-color: #fff;
  background-image: linear-gradient(#181818cc, #181818cc), url('../images/M_1.svg'), url('../images/Grain_overlay.gif');
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, 240px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-height: 80vh;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.background-video-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.small-caps {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 8px;
  font-weight: 500;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.margin-bottom {
  margin-bottom: 40px;
}

._0-opacity {
  opacity: 0;
}

.text-area {
  color: #000;
  background-color: #0000000a;
  border-style: none;
  border-radius: 3px;
  min-height: 140px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-left: 16px;
  font-family: Poppins, sans-serif;
}

.text-area::placeholder {
  color: #096ad0;
}

.form {
  color: #000;
  width: 100%;
}

.row {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.paragraph-small {
  color: #0009;
  -webkit-text-stroke-color: #0009;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
}

.form-field {
  color: #000;
  -webkit-text-stroke-color: #000;
  background-color: #0000000a;
  background-image: none;
  border-style: none;
  border-radius: 3px;
  min-width: 200px;
  margin-bottom: 20px;
  padding: 26px 16px;
  font-family: Poppins, sans-serif;
}

.form-field::placeholder {
  color: #096ad0;
}

.side-image.map {
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.col-2 {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col-2.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.col-2.lg-5 {
  width: 41.66%;
}

.col-2.lg-5.align-vertically {
  justify-content: center;
}

.col-2.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.pin {
  position: absolute;
}

.button-2 {
  background-color: #000;
  border: 1px #096ad0;
  border-radius: 40px;
  padding: 10px 25px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  transition: all .2s;
  box-shadow: 0 4px 11px #013a7554;
}

.button-2:hover {
  box-shadow: none;
  color: #fff;
  background-color: #474747;
  border: 1px #096ad0;
  transform: translate(0, -4px);
}

.contact-form-container {
  border-radius: 6px;
  width: 100%;
}

.contact-form-container.card {
  background-color: #fff;
  border: 1px #096ad033;
  padding: 60px;
  box-shadow: 10px 0 80px #1f2c3d1a;
}

.heading-6 {
  letter-spacing: -1px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.hyperlink {
  color: #0009;
  -webkit-text-stroke-color: #0009;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
}

.bold-text {
  color: #0009;
}

.link-2, .bold-text-2 {
  color: #0009;
  text-decoration: none;
}

.section-5 {
  height: 100vh;
}

.background-video-9 {
  height: 100vh;
  position: static;
}

.div-block-13 {
  opacity: .2;
  background-image: url('../images/Grain_overlay.gif');
  background-position: 0 0;
  background-size: auto;
  width: 100vw;
  height: 100vh;
}

.div-block-14 {
  position: absolute;
  top: -25px;
  left: -761px;
}

.our_work_banner {
  background-color: #128553;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Ideas.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 750px;
  display: flex;
}

.case_study_banner {
  background-color: #128553;
  background-image: linear-gradient(#3f3f3fcc, #3f3f3fcc), url('../images/Ideas.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 540px;
  display: flex;
  text-decoration: none;
}

.zzzen-bg-video {
  width: 100%;
  height: 80vh;
}

.not-found-banner p {
  color: white;
  font-size: 24px;
}

.case_study_banner_main {
  background-color: #128553;
  background-image: linear-gradient(#068ea0cc, #068ea0cc);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 750px;
  display: flex;
}

.linebreak-outer {
  opacity: .3;
  background-color: #00352c00;
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
  height: auto;
  margin: 20px auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.article {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 12em;
  display: block;
}

.cell-2 {
  align-items: flex-end;
}

.hairline {
  background-color: #00352c;
  flex: 1;
  width: auto;
  height: 1px;
  margin-left: 0;
  margin-right: 0;
}

.hero-image-col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  padding-left: 4%;
  padding-right: 4%;
}

.article-paragraph {
  color: #000;
  margin-bottom: 2em;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.article-paragraph.white {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
}

.article-header {
  color: #000;
  letter-spacing: -.2vh;
  -webkit-text-stroke-color: #00352b;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 3vh;
  font-weight: 600;
  line-height: 4vh;
}

.article-header.white {
  color: #fff;
  letter-spacing: -.1vh;
  margin-top: 10px;
  margin-bottom: .3em;
  font-family: Poppins, sans-serif;
  font-size: 3vh;
  line-height: 4vh;
}

.article-header.white.up_link {
  font-size: 24px;
  line-height: 32px;
}

.hero-wrapper-2 {
  max-width: 1280px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cell {
  justify-content: flex-end;
}

.hero-left-wrapper-2 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  width: 40%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-block-12 {
  color: #00352c;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 500;
}

.hero-wrapper-3 {
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blackwrapper {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  width: 33%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  padding: 32px;
}

.blackwrapper.black {
  background-color: #222;
  background-image: url('../images/grain-bg.png');
  background-position: 50%;
  background-size: 200px;
  align-items: flex-start;
  width: 60%;
  margin-top: 49px;
  margin-bottom: 49px;
  margin-left: -8.8em;
  color: white;
}

.blackwrapper blockquote {
  border: 0;
}

.blackwrapper.black.left {
  z-index: 1;
  background-image: linear-gradient(#181818cc, #181818cc), url('../images/Grain_overlay.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 60px;
  margin-left: 0;
  margin-right: -8.8em;
  position: relative;
}

.blackwrapper.black.right {
  background-image: linear-gradient(#181818cc, #181818cc), url('../images/Grain_overlay.gif');
  background-position: 0 0, 50%;
  background-size: auto, 60px;
  margin-left: -8.8em;
  margin-right: 0;
  position: relative;
}

.challenge-img {
  box-sizing: border-box;
  object-fit: contain;
  background-image: linear-gradient(146deg, #ebebeb, #f3f0f0 54%, #b2b2b2);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  display: flex;
  overflow: hidden;
}

.image-24 {
  box-sizing: content-box;
  -webkit-text-fill-color: inherit;
  vertical-align: middle;
  object-fit: contain;
  background-clip: border-box;
  width: 100%;
  height: auto;
  display: inline-block;
  position: static;
  overflow: hidden;
}

.quote {
  color: #000;
  letter-spacing: -.2vh;
  -webkit-text-stroke-color: #00352b;
  margin-bottom: 1em;
  font-family: Poppins, sans-serif;
  font-size: 4vh;
  font-weight: 500;
  line-height: 5vh;
}

.quote.white {
  color: #fff;
  letter-spacing: -.1vh;
  margin-bottom: .3em;
  font-family: Poppins, sans-serif;
  font-size: 3vh;
  font-weight: 500;
  line-height: 4vh;
}

.uplink-wrapper {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  max-width: 1340px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2%;
  padding-bottom: 2%;
  display: flex;
  flex-wrap: wrap;
}

.cross_link_wrapper {
  transform-style: preserve-3d;
  max-width: calc(33% - 16px);
  flex-shrink: 1;
  flex-basis: 33%;
  height: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.social-link {
  color: #000;
  width: 1.5rem;
  height: 1.5rem;
  transition: color .2s;
}

.social-link:hover {
  color: #ff813d;
  text-decoration: none;
}

.social-link.reverse {
  color: #fff;
}

.navbar {
  z-index: 9999;
  text-align: left;
  background-color: #fff;
  border-bottom: 2px solid #eee;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 5%;
  padding-right: 5%;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar + main {
  margin-top: 50px;
}

.container-8.nav {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 20px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}

.social-links {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  margin-right: 15px;
  display: grid;
}

.brand_mobile-only {
  max-width: 100px;
  padding: 15px 0;
  display: none;
}

.social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.nav-link {
  z-index: 50;
  color: #000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  margin: 0 15px;
}

.nav-link:hover {
  border-bottom: 3px solid #ff813d;
  text-decoration: none;
}

.nav-link.w--current,
.current-menu-item > .nav-link {
  border-bottom: 3px solid #ff813d;
}

._05-navbar-menu {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: end;
}

.brand_desktop-only {
  padding: 10px 0;
}

._03-hamburger {
  padding: 0;
  display: none;
}

.image-25 {
  width: 60px;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  height: 0;
  display: flex;
  position: relative;
}

.div-block-18 {
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.cross_link_content {
  background-image: linear-gradient(#181818cc, #181818cc), url('../images/Grain_overlay.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 60px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  height: 100%;
}

.main-image {
  box-sizing: content-box;
  -webkit-text-fill-color: inherit;
  vertical-align: middle;
  object-fit: cover;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: static;
  overflow: hidden;
}

.background-video-11 {
  z-index: 0;
  object-fit: cover;
  flex: 1;
  align-self: stretch;
  height: 100%;
}

.caps-header {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
}

.section-7 {
  display: flex;
}

.fixed-scroll-banner {
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  height: 60vh;
}

.fixed-scroll-banner.video-banner {
  position: relative;
  overflow: hidden;
}
.fixed-scroll-banner.video-banner iframe {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

@media screen and (max-width: 860px) {
  .fixed-scroll-banner.video-banner {
    height: auto;
    padding-top: 56.25%; /* 16:9 aspect ratio */
  }
}

.rl-bg-video {
  height: 80vh;
}

.video-3 {
  flex: 1;
}

.mob_video {
  display: none;
}

.our-team {
  opacity: 1;
  background-color: #fff0;
  background-image: linear-gradient(#ffffffe6, #ffffffe6);
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0%;
  display: flex;
}

.cross_link_image {
  max-height: 360px;
}

.cross-link-section, .quote-section, .solution_section, .challenge_section {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 12em;
}

.in-bg-video {
  height: 80vh;
}

.link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7 {
  text-decoration: none;
  display: block;
}

.content-sec {
  color: #000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
}

 .content-sec +.site-main {
   padding-top: 0;
 }

.image-col {
  align-items: center;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

._1-col-layout,
._2-col-layout {
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 15px;
  padding-inline: 5%;
}

.paragraph {
  letter-spacing: 0;
  margin-top: 11px;
  margin-bottom: 20px;
  font-size: 16px;
}

p, ul, .page-content {
  letter-spacing: 0;
  margin-top: 11px;
  font-size: 16px;
}

.img-left {
  object-fit: cover;
  background-color: #cecece00;
  width: 40%;
  margin: 20px;
}

.img-right {
  object-fit: cover;
  background-color: #cecece00;
  width: 50%;
}

.content-col {
  align-self: center;
  width: 80%;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
}

.content-col.v_centred {
  align-self: center;
}

.heading-7 {
  color: #000;
  letter-spacing: -1px;
  margin-top: 0;
  font-size: 4vh;
  font-weight: 600;
  line-height: 5vh;
}

.heading-8 {
  color: #310d19;
  margin-top: 0;
  font-size: 50px;
  line-height: 60px;
}

.heading-8.white {
  color: #fff;
  font-weight: 700;
}

.heading-8.white.centre {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.heading-8.small {
  color: #000;
  letter-spacing: -1px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.large-quote {
  background-color: #ff813d;
  background-image: linear-gradient(#ff813de6, #ff813de6), url('../images/M.svg');
  background-position: 0 0, 50%;
  background-size: auto, 140%;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.pullout-text {
  flex-direction: column;
  align-items: center;
  width: 80%;
  display: flex;
}

.pull-out-quote {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

.lottie-animation {
  width: 50px;
}

.learner-sec {
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 10%;
  padding-bottom: 10%;
  display: block;
}

._2-col {
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

._2-col-layout.career {
  border-bottom: 2px solid #f1f1f1;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.button-3 {
  color: #310d19;
  background-color: #fff;
  font-size: 18px;
}

.button-3.blue {
  color: #fff;
  background-color: #000;
  border-radius: 2px;
  padding-bottom: 10px;
  padding-left: 22px;
  padding-right: 22px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.paragraph-5 {
  color: #7a7a7a;
  margin-top: 11px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.full-image {
  object-fit: cover;
  background-color: #cecece;
  width: 100%;
  margin: 0;
}

.columns {
  border: 1px #000;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5%;
}

.smaller_header {
  color: #000;
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

.smaller_header.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.se-export {
  box-sizing: content-box;
  -webkit-text-fill-color: inherit;
  vertical-align: middle;
  object-fit: contain;
  background-clip: border-box;
  width: 100%;
  height: auto;
  display: inline-block;
  position: static;
  overflow: hidden;
}

.se-bg-video {
  width: 100%;
  height: 80vh;
}

.field-label {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.field-label-2, .field-label-3, .field-label-4 {
  font-weight: 600;
}

.pullout, blockquote {
  color: #000;
  letter-spacing: -.5px;
  border-left: 5px solid #000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 12px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.si-5 {
  box-sizing: content-box;
  -webkit-text-fill-color: inherit;
  vertical-align: middle;
  object-fit: contain;
  background-clip: border-box;
  width: 100%;
  height: auto;
  display: inline-block;
  position: static;
  overflow: hidden;
}

.work-video {
  z-index: 10;
}

.light-inline {
  font-weight: 300;
}

.text-span {
  color: #505050;
}

.links {
  color: #ff813c;
  text-decoration: underline;
}

.quick-stack {
  width: 100%;
}

.logo_col {
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-around;
  align-self: center;
  width: 40%;
  margin-left: 10px;
  margin-right: 0;
  display: flex;
}

.logo_outer {
  background-image: linear-gradient(#0006, #0006);
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
}

.cell-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-5, .cell-6, .cell-7, .cell-8, .cell-9 {
  justify-content: center;
  align-items: center;
}

.careers_link, .privacy_link, .contact_link {
  color: #fff;
  text-decoration: none;
}

.image-28, .image-29, .image-30, .image-31, .image-32, .image-33 {
  max-width: 130%;
}

.text-contact {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  font-family: Poppins, sans-serif;
}

.zzzen-image {
  box-sizing: content-box;
  -webkit-text-fill-color: inherit;
  vertical-align: middle;
  object-fit: cover;
  background-clip: border-box;
  flex: 1;
  width: auto;
  height: 100%;
  display: inline-block;
  position: static;
  overflow: hidden;
}

.uplink_wrapper {
  background-color: #f3f3f3;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5em;
  display: block;
}

.submit-button {
  background-color: #000;
  padding-left: 67px;
  padding-right: 67px;
  font-weight: 500;
}

.quick-stack-2 {
  max-width: 1340px;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about_us_outer {
  flex-flow: row;
  justify-content: center;
  height: auto;
  margin-left: 0%;
  margin-right: 4%;
  display: flex;
}

.template-image {
  box-sizing: content-box;
  -webkit-text-fill-color: inherit;
  vertical-align: middle;
  object-fit: cover;
  background-clip: border-box;
  flex: 1;
  width: auto;
  height: 100%;
  display: inline-block;
  position: static;
  overflow: hidden;
}

.template-bg-video {
  width: 100%;
  height: 80vh;
}

.template-img {
  box-sizing: content-box;
  -webkit-text-fill-color: inherit;
  vertical-align: middle;
  object-fit: contain;
  background-clip: border-box;
  width: 100%;
  height: auto;
  display: inline-block;
  position: static;
  overflow: hidden;
}

.kenvue-1 {
  box-sizing: content-box;
  -webkit-text-fill-color: inherit;
  vertical-align: middle;
  object-fit: cover;
  background-clip: border-box;
  flex: 1;
  width: auto;
  height: 100%;
  display: inline-block;
  position: static;
  overflow: hidden;
}

.kenvue-bg-video {
  width: 100%;
  height: 80vh;
}

.kenvue-2 {
  box-sizing: content-box;
  -webkit-text-fill-color: inherit;
  vertical-align: middle;
  object-fit: cover;
  background-clip: border-box;
  flex: 1;
  width: auto;
  height: 100%;
  display: inline-block;
  position: static;
  overflow: hidden;
}

.section-8 {
  text-align: center;
  background-color: #f3f3f3;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5%;
  padding-bottom: 1%;
}

.hes1 {
  box-sizing: content-box;
  -webkit-text-fill-color: inherit;
  vertical-align: middle;
  object-fit: cover;
  background-clip: border-box;
  flex: 1;
  width: auto;
  height: 100%;
  display: inline-block;
  position: static;
  overflow: hidden;
}

.careers_banner {
  background-color: #128553;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Ideas.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 750px;
  display: flex;
}

.contact_banner {
  background-color: #128553;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Ideas.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 750px;
  display: flex;
}

.map {
  width: 550px;
  height: 550px;
}

.text-span-2 {
  -webkit-text-stroke-color: #000000b3;
  font-weight: 700;
}

.link-3 {
  color: #000000b3;
}

.template-banner {
  background-color: #128553;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Ideas.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 750px;
  display: flex;
}

.button-4 {
  background-color: #000;
  border-radius: 4px;
  padding: 22px 36px;
  font-size: 16px;
}

.article-img {
  background-image: url('../images/Ideas.jpg');
  background-position: 50%;
  background-size: cover;
  height: 380px;
  margin-top: 5%;
  margin-bottom: 5%;
}

.cookie-example {
  z-index: 99999;
  color: #555;
  -webkit-text-stroke-color: #b9b9b9;
  background-color: #fff;
  border: 1px solid #8f8f8f;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  min-height: 64px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 10px 18px;
  display: flex;
  position: fixed;
  inset: auto 3% 5%;
}

.cookie-detail-wrapper {
  align-items: center;
  display: flex;
}

.cookie {
  filter: grayscale();
  width: 20px;
  margin-right: 14px;
  font-size: 13px;
}

.cookie-button {
  opacity: .7;
  color: #555;
  background-color: #fff;
  border: 1px solid #555;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: 10px 12px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.cookie-button:hover {
  color: #fff;
  background-color: #34bcd1;
}

.text-block-13 {
  color: #555;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.link-4, .cookies_link {
  color: #fff;
  text-decoration: none;
}

.legals_banner {
  background-color: #128553;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Ideas.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 750px;
  display: flex;
}

.other-projects-header-divider {
  text-align: center;
  background-color: #f3f3f3;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5%;
  padding-bottom: 1%;
}

.cookie_link {
  color: #505050;
}

.news-section {
  opacity: 1;
  background-color: #fff0;
  background-image: linear-gradient(#181818e6, #181818e6), url('../images/Grain_overlay.gif');
  background-position: 0 0, 50%;
  justify-content: flex-end;
  align-items: center;
  min-height: 100vh;
  margin-top: -10px;
  margin-left: auto;
  margin-right: 0%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 10%;
  padding-bottom: 10%;
}

.opening-section {
  padding: 0 3%;
}

.container {
  z-index: 0;
  background-color: #fff;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.welcome-section {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -60%;
  padding: 80px 42px 0;
  display: flex;
}

.heading-9 {
  color: #000;
  letter-spacing: -2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 42px;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.stroke {
  z-index: 0;
  margin-top: -2px;
  position: relative;
  top: -47px;
  right: -1px;
}

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

.text-span-3, .light {
  font-weight: 300;
}

.news_banner {
  background-color: #128553;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Ideas.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 750px;
  display: flex;
}

.text-field, .text-field-2, .text-field-3, .textarea {
  border: 2px solid #000;
}

.maps {
  height: 100%;
}

.career-block {
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.cookie-module {
  z-index: 10000;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  height: auto;
  margin: 30px;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.fs-cc_title {
  color: #000;
  margin-bottom: .25rem;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.fs-cc_button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-family: Poppins, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
  transition: background-color .1s;
  display: inline-flex;
}

.fs-cc_button.is-secondary {
  color: #000;
  background-color: #fff0;
  border: 1px solid #0000001a;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.fs-cc_modal {
  z-index: 10000;
  background-color: #fff;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.fs-cc_close-button {
  z-index: 5;
  cursor: pointer;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  display: flex;
  position: relative;
}

.fs-cc_link {
  color: #000;
  text-decoration: underline;
}

.fs-cc_screen-reader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.fs-cc_modal-buttons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #f8f8f8;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.fs_cc-modal-content {
  padding: 1.5rem;
}

.fs-cc_close-button-line {
  background-color: #000;
  width: 1rem;
  height: 2px;
  position: absolute;
  transform: rotate(-45deg);
}

.fs-cc_close-button-line.is-2nd {
  transform: rotate(45deg);
}

.fs-cc_description {
  font-family: Poppins, sans-serif;
  font-size: .9rem;
}

.fs-cc_custom-code {
  display: none;
}

.paragraph-6, .paragraph-7, .rich-text-block, .rich-text-block-2, .rich-text-block-3, .paragraph-8, .rich-text-block-4, .rich-text-block-5 {
  font-size: 16px;
}

.flex-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
}

@media screen and (min-width: 1440px) {

  .columns.w-row {
    margin: 0;
    padding: 0;
  }

  .tiles_wrapper {
    background-image: linear-gradient(#181818f2, #181818f2), url('../images/WHITE.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 100vh;
  }

  .tile.is--1 {
    transform: scale3d(1none, 1none, 1none);
  }

  .tile.is--3 {
    width: 14%;
    height: 20%;
    left: 0%;
    overflow: hidden;
  }

  .tile.is--12 {
    top: 47%;
    left: 33%;
  }

  .main_header_container {
    z-index: 0;
    opacity: .05;
    background-image: url('../images/Grain_overlay.gif');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .heading {
    color: var(--black);
  }

  .heading.white {
    color: #fff;
    margin-top: -20vh;
  }

  .heading.blue {
    color: #fff;
    text-decoration: none;
  }

  .about-section {
    cursor: auto;
  }

  .noise {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    display: flex;
    height: 100%;
  }

  .preloader {
    z-index: 9999;
    display: none;
  }

  .nav__buttons-wrapper {
    z-index: 10;
  }

  .col_section_outer {
    margin-left: 0%;
    margin-right: 0%;
  }

  .col_section_inner {
    color: #000;
  }

  .col_section_inner.padding-240 {
    width: 40%;
  }

  .col_section_inner.padding-120 {
    width: 80%;
  }

  .medium_header {
    margin-top: 0;
    font-weight: 600;
  }

  .medium_header.white {
    color: #fff;
    -webkit-text-stroke-color: #181818;
    font-weight: 600;
  }

  .paragraph_regular {
    color: #000;
  }

  .paragraph_regular.white {
    color: #fff;
    -webkit-text-stroke-color: #181818;
  }

  .paragraph_regular.mob {
    color: #fff;
  }

  .scroll-icon {
    mix-blend-mode: normal;
    align-items: center;
    height: 60vh;
  }

  .text-block {
    color: #fff;
    -webkit-text-stroke-color: #fff;
    margin-top: 0;
    margin-bottom: -20px;
  }

  .lottie-animation-2 {
    filter: invert();
    mix-blend-mode: normal;
    width: 60px;
  }

  .wblogo {
    filter: invert();
    mix-blend-mode: normal;
  }

  .scroll-text-left {
    color: #181818;
    letter-spacing: -.04em;
    background-color: #f0f0f0;
  }

  .scrolling-text {
    cursor: auto;
    background-color: #f0f0f0;
  }

  .work-section {
    background-image: linear-gradient(#181818e6, #181818e6), url('../images/Grain_overlay.gif');
    background-position: 0 0, 50%;
  }

  .scroll-text-right {
    color: #f0f0f0;
    letter-spacing: -.04em;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #181818;
    background-color: #f0f0f0;
    line-height: 110px;
  }

  .scroll-delay-wrap-expand {
    pointer-events: auto;
    cursor: auto;
    background-color: #b6b6b6;
    background-image: linear-gradient(#ffffffe6, #ffffffe6);
  }

  .video-section {
    background-image: linear-gradient(#bac99df2, #bac99df2), url('../images/Grain_overlay.gif');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .small_header {
    color: #fff;
    font-weight: 600;
  }

  .case_study_col {
    justify-content: flex-start;
  }

  .rotate-header {
    z-index: 10;
    color: #fff;
    align-self: flex-start;
    font-style: normal;
    left: -420px;
  }

  .link {
    color: #000;
    border-bottom-color: #000;
    text-decoration: none;
  }

  .link.white {
    border-bottom-color: #fff;
  }

  .link.main {
    border-bottom-color: #fff;
    align-self: flex-start;
    margin-left: 0;
  }

  .header {
    z-index: 10;
    display: block;
    position: static;
    inset: 0%;
  }

  .about_us_col._200 {
    justify-content: center;
    align-items: flex-start;
  }

  .cs-image {
    transition: transform .75s;
  }

  .cs-image:hover {
    height: 360px;
    transform: scale(1.05);
  }

  .cover {
    z-index: 0;
    border-style: none solid solid none;
    border-width: 2px;
    top: 1px;
  }

  .lottie-animation-4 {
    object-fit: fill;
    height: 120%;
    overflow: visible;
  }

  .clients-section {
    height: auto;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .video-container {
    z-index: -1000;
    position: absolute;
  }

  .video_section_wrap {
    height: 700px;
  }

  .body-home {
    background-color: #f0f0f0;
    border: 1px #fff;
  }

  .scrolly-text {
    margin-bottom: -180px;
  }

  .contact_section {
    text-decoration: none;
  }

  .grid.portfolio {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  ._30 {
    width: 44%;
    padding-right: 20px;
  }

  .liner-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .line {
    flex: 1;
  }

  .headline-category {
    letter-spacing: -1px;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
  }

  .button {
    -webkit-text-stroke-width: 0px;
    font-weight: 500;
  }

  .button.w--current {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 21px 29px;
    font-weight: 600;
    bottom: 5%;
  }

  .image-20, .image-21 {
    filter: invert();
  }

  .counter-text {
    font-weight: 600;
  }

  .div-block-14 {
    z-index: 1;
    top: -20px;
    left: -600px;
  }

  .our_work_banner {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Ideas.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .case_study_banner {
    background-image: linear-gradient(to bottom, var(--teal), var(--teal)), url('../images/Ideas.jpg');
    background-position: 0 0, 50%;
    background-size: auto, 1509px;
    transform: translate(0)perspective(1284px);
  }

  .case_study_banner_main {
    background-image: linear-gradient(to bottom, var(--teal), var(--teal)), url('../images/Ideas.jpg');
    background-position: 0 0, 50%;
    background-size: auto, 1509px;
  }

  .hairline {
    color: #eee;
  }

  .article-paragraph.white {
    font-size: 15px;
    line-height: 23px;
  }

  .article-header.white {
    margin-top: 0;
    margin-bottom: .3em;
    font-weight: 600;
  }

  .hero-wrapper-2 {
    max-width: 1340px;
  }

  .hero-left-wrapper-2 {
    background-color: #00352c00;
    justify-content: center;
  }

  .text-block-12 {
    margin-left: 10px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
  }

  .hero-wrapper-3 {
    max-width: 1340px;
  }

  .blackwrapper {
    background-color: #00352c00;
    justify-content: center;
  }

  .blackwrapper.black {
    background-image: url('../images/grain-bg.png');
    background-position: 0 0, 0 0;
    background-size: auto, 200px;
  }

  .blackwrapper.black.left {
    background-image: linear-gradient(#181818cc, #181818cc), url('../images/Grain_overlay.gif');
    background-position: 0 0, 0 0;
    background-size: auto, 90px;
  }

  .blackwrapper.black.right {
    z-index: 1;
    background-image: linear-gradient(#181818cc, #181818cc), url('../images/Grain_overlay.gif');
    background-position: 0 0, 0 0;
    background-size: auto, 90px;
    margin-left: -8.8em;
    margin-right: 0;
  }

  .challenge-img {
    transition: transform .6s;
  }

  .challenge-img:hover {
    transform: scale(1.03);
  }

  .quote.white {
    margin-top: 0;
    margin-bottom: .3em;
  }

  .cross_link_wrapper {
    transform: scale3d(1none, 1none, 1none);
    height: auto;
    transition: transform .6s;
  }

  .cross_link_wrapper:hover {
    transform: scale(1.03);
  }

  .navbar {
    z-index: 9999;
  }

  .container-8.nav {
    max-width: 90vw;
  }

  .nav-link {
    font-family: Poppins, sans-serif;
    font-weight: 500;
  }

  .nav-link.w--current {
    color: #000;
    border-bottom: 3px solid #ff813d;
  }

  .nav-link.w--current:hover {
    border-bottom-color: #ff813d;
  }

  .cross_link_content {
    background-image: linear-gradient(#181818cc, #181818cc), url('../images/Grain_overlay.gif');
    background-position: 0 0, 0 0;
    background-size: auto, 60px;
    width: 100%;
    min-height: 300px;
    margin-top: 0;
    margin-left: 0;
    padding: 24px;
    position: relative;
    top: 0;
    left: 0;
  }

  .gm-video {
    height: 100%;
  }

  .qms-bg-video {
    height: 100vh;
  }

  .gm-video-1, .gm-video-2 {
    z-index: 1;
    object-fit: fill;
    flex: 1;
    align-self: stretch;
    height: 100%;
  }

  .content-sec {
    display: flex;
  }

  ._2-col-layout {
    height: auto;
  }

  .img-left.overflow {
    overflow: visible;
  }

  .img-right {
    overflow: clip;
  }

  .img-right.overflow {
    overflow: visible;
  }

  .content-col {
    padding-right: 20px;
  }

  ._2-col-career {
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 20px;
  }

  .columns.home {
    max-width: 1200px;
  }

  .smaller_header {
    margin-top: 0;
  }

  .smaller_header.white {
    color: #fff;
    -webkit-text-stroke-color: #181818;
  }

  .light-inline {
    font-weight: 300;
  }

  .logo_outer {
    background-image: linear-gradient(#0006, #0006);
  }

  .logo_outer.mob {
    opacity: 1;
    background-image: linear-gradient(#0006, #0006);
    border: 1px solid #000;
  }

  .text-contact {
    color: #fff;
    border-bottom: 2px solid #fff;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    text-decoration: none;
    display: inline;
  }

  .about_us_outer {
    width: auto;
  }

  .careers_banner {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Ideas.jpg');
    background-position: 0 0, 50%;
    background-size: auto, 1509px;
  }

  .contact_banner {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Ideas.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, 1509px;
  }

  .template-banner {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Ideas.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .cookie-button {
    color: #252525;
  }

  .legals_banner {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Ideas.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .news-section {
    background-image: linear-gradient(#181818e6, #181818e6), url('../images/Grain_overlay.gif');
    background-position: 0 0, 50%;
  }

  .stroke {
    margin-top: 6px;
    position: relative;
    top: -55px;
    right: 4px;
  }

  .news_banner {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Ideas.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .text-block-14 {
    color: #3f3f3f;
  }
}

@media screen and (max-width: 1339px) {
  .preloader {
    display: none !important;
    width: 0;
    height: 0;
  }
}

@media screen and (max-width: 991px) {
  .scroll-icon {
    height: 70vh;
    inset: 50% 0 auto;
    transform: translateY(-50%);
  }

  .scroll-icon .text-block,
  .scroll-icon .lottie-animation-2 {
    display: none;
  }

  .tiles_wrapper {
    display: none;
  }

  .gallery {
    width: 90vmax;
    height: 130vmax;
  }

  .tile.is--8, .tile.is--9 {
    height: auto;
  }

  .main_header_container {
    background-image: none;
  }

  .heading.white {
    font-size: 4vh;
    line-height: 4.2vh;
  }

  .heading.black, .heading.blue {
    margin-bottom: 20px;
    line-height: 60px;
  }

  .about-section {
    height: 80vh;
  }

  .nav__link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .inner_section_wrap {
    object-fit: fill;
  }

  .col_section_outer {
    object-fit: fill;
    margin-left: 0%;
    margin-right: 0%;
  }

  .col_section_inner, .col_section_inner.padding-240, .col_section_inner.padding-120 {
    width: 100%;
  }

  .medium_header {
    font-size: 30px;
  }

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

  .lottie-animation-2 {
    width: 70px;
  }

  .scroll-text-left {
    display: none;
  }

  .work-section {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
    display: block;
  }

  .scroll-delay-wrap-expand {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .case_study_col {
    width: 100%;
    padding: 20px;
    margin: 0;
  }

  .case_study_outer {
    flex-flow: wrap;
    flex: 0 auto;
    margin-left: 0%;
    margin-right: 0%;
    display: flex;
    flex-wrap: wrap;
  }

  .case_study_wrap {
    justify-content: center;
    align-items: flex-start;
    position: static;
  }

  .rotate-header {
    margin: auto;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    position: static;
    left: 0;
    transform: none;
  }

  .about-us {
    height: 100vh;
  }

  .about_us_col {
    width: 500px;
    max-width: 500px;
    display: block;
  }

  .about_us_col._200 {
    width: 560px;
    max-width: 560px;
    padding: 5%;
  }

  .cs-image {
    height: 400px;
    max-height: 300px;
  }

  .cs-image.kate {
    height: 400px;
    max-height: 400px;
  }

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

  .footer-copy {
    text-align: center;
  }

  .challenge_sec {
    height: auto;
  }

  .challenge_sec-copy {
    height: auto;
    margin: 10%;
  }

  .contact_section {
    background-image: linear-gradient(#32af84cc, #32af84cc), url('../images/M.svg');
    background-position: 0 0, 50% 0;
    background-size: auto, 150%;
  }

  ._70 {
    width: 100%;
    padding-right: 1em;
  }

  .grid {
    align-items: flex-start;
  }

  .grid.portfolio {
    object-fit: fill;
    flex-flow: column;
  }

  ._30 {
    width: 100%;
  }

  .our-work-sec.is--portfolio {
    padding-bottom: 6em;
    padding-left: 5em;
    padding-right: 5em;
  }

  .liner-wrapper {
    width: 100%;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .is-hover-zoom._2, .is-hover-zoom.case-study {
    width: 100%;
  }

  .line {
    width: 87.5em;
    margin-top: .8em;
  }

  .headline-category {
    font-size: 1.5em;
  }

  .counter-container {
    flex-direction: column;
    justify-content: center;
  }

  .counter-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .large-text-wrapper {
    min-width: 50%;
  }

  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .margin-bottom {
    margin-bottom: 40px;
  }

  .section-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .col-2 {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-2.lg-5 {
    width: 50%;
  }

  .col-2.lg-1 {
    display: none;
  }

  .contact-form-container.card {
    padding: 40px;
  }

  .article {
    padding-left: 3em;
    padding-right: 3em;
  }

  .hero-image-col {
    height: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .se-1 {
    height: 400px;
  }

  .se-4 {
    height: 250px;
  }

  .article-paragraph.white {
    font-size: 12px;
    line-height: 18px;
  }

  .article-header {
    text-align: left;
    font-size: 48px;
    margin-bottom: 1rem;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .hero-left-wrapper-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 5em;
    margin-right: 0;
    display: flex;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .blackwrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 5em;
    margin-right: 0;
    display: flex;
  }

  .blackwrapper.black {
    width: 70%;
    margin: -77px auto 0;
  }

  .blackwrapper.black.left {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-right: 0;
    padding: 5%;
  }

  .blackwrapper.black.right {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 5%;
  }

  .quote {
    text-align: left;
  }

  .uplink-wrapper {
    flex-flow: wrap;
    align-items: flex-start;
    display: flex;
  }

  .cross_link_wrapper {
    max-width: 50%;
    flex-basis: calc(50% - 17px);
  }

  .hamburger_line-wrap {
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding-bottom: 0;
    padding-right: 0;
    transition: background-color .2s, color .2s;
    display: flex;
  }

  .nav__icon {
    font-size: 32px;
  }

  .container-8.nav {
    display: flex;
    justify-content: space-between;
  }

  .social-links {
    justify-content: center;
    justify-items: center;
    margin-right: 0;
  }

  .brand_mobile-only {
    display: block;
  }

  .nav-link {
    color: #000;
    text-align: center;
    padding: 10px 0;
  }

  ._05-navbar-menu {
    z-index: 40;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px #000;
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 25px 0%;
    display: flex;
    overflow: auto;
  }

  .brand_desktop-only {
    display: none;
  }

  ._03-hamburger {
    color: #272d4e;
    border-radius: 5px;
  }

  ._03-hamburger.w--open {
    color: #fff;
    background-color: #272d4e;
  }

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

  .image-26 {
    width: 50px;
  }

  .section-7 {
    display: block;
  }

  .mob_video {
    min-height: 40vh;
    display: block;
  }

  .background-video-14 {
    height: 100%;
  }

  .play-pause-button-3 {
    display: none;
  }

  .our-team {
    height: 100vh;
  }

  .cross-link-section, .quote-section, .solution_section, .challenge_section {
    padding-left: 3em;
    padding-right: 3em;
  }

  .qms-1 {
    height: 400px;
  }

  .qms-4 {
    height: 250px;
  }

  .content-sec {
    color: #000;
  }

  .paragraph {
    font-size: 16px;
    line-height: 23px;
  }

  .img-left {
    width: 100%;
    margin: 0;
    max-height: 300px;
  }

  .img-right {
    display: none;
  }

  .content-col {
    width: 100%;
    padding-left: 0;
    padding-right: 12px;
    font-size: 12px;
  }

  .pullout-text, ._2-col-career {
    width: 90%;
  }

  .paragraph-5 {
    font-size: 16px;
    line-height: 23px;
  }

  .full-image {
    width: 100%;
    margin: 0;
  }

  .smaller_header {
    font-size: 20px;
  }

  .si-1 {
    height: 400px;
  }

  .si4 {
    height: 250px;
  }

  .pullout {
    font-size: 16px;
    line-height: 23px;
  }

  .quick-stack {
    padding: 0;
  }

  .logo_outer {
    width: 100px;
    height: 100px;
  }

  .uplink_wrapper {
    padding-left: 3em;
    padding-right: 3em;
  }

  .about_us_outer {
    flex-flow: wrap;
    flex: 0 auto;
    margin-left: 0%;
    margin-right: 0%;
    display: flex;
  }

  .kv1 {
    height: 400px;
  }

  .kv4 {
    height: 250px;
  }

  .hes {
    height: 400px;
  }

  .hes3 {
    height: 250px;
  }

  .kv1-copy {
    height: 400px;
  }

  .news-section {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
    display: block;
  }

  .welcome-section {
    background-color: #fff;
    margin-top: -360px;
    padding-top: 0;
  }

  .heading-9 {
    max-width: 100%;
  }

  .heading-9.h1 {
    max-width: 80%;
    margin-bottom: 0;
  }

  .stroke {
    margin-top: 42px;
  }

  .project_desc {
    flex: none;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .tiles_wrapper {
    display: none;
  }

  .heading.white {
    font-size: 60px;
    line-height: 80px;
  }

  .burger-btn-wrapper {
    min-height: 70px;
    padding-left: 20px;
  }

  .burger-line {
    background-color: #000;
  }

  .social-media-wrapper {
    display: none;
  }

  .nav-wrapper {
    padding-right: 0;
  }

  .nav__buttons-wrapper {
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    min-height: auto;
    max-height: 100vh;
    padding-top: 70px;
    position: fixed;
    inset: 70px 0% auto;
    overflow: auto;
    box-shadow: 1px 0 70px #000000b0;
  }

  .nav__mobile-button {
    justify-content: center;
    align-items: center;
    height: 70px;
    padding: 0;
    transition: background-color .2s;
  }

  .nav__mobile-button.w--open {
    z-index: 99;
    background-color: #ececec;
  }

  .nav__link {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .medium_header {
    font-size: 30px;
    line-height: 38px;
  }

  .scroll-icon {
    height: 70vh;
  }

  .case_study_outer {
    height: auto;
    display: flex;
  }

  .about_us_col {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding: 10%;
  }

  .about_us_col._200 {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    padding: 16%;
  }

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

  .challenge_sec, .challenge_sec-copy {
    height: auto;
  }

  .contact_section {
    background-image: linear-gradient(#32af84cc, #32af84cc), url('../images/M.svg');
    background-position: 0 0, 50% 0;
    background-size: auto, 200%;
  }

  .grid {
    flex-direction: row;
  }

  .grid.portfolio {
    padding-top: 4em;
  }

  ._30 {
    width: 45%;
  }

  .our-work-sec.is--portfolio {
    padding-bottom: 6em;
    padding-left: 5em;
    padding-right: 5em;
  }

  .is-hover-zoom._2 {
    width: 37em;
  }

  .line {
    width: 87em;
  }

  .image-grow {
    overflow: visible;
  }

  .headline-category {
    font-size: 2em;
  }

  .background-video-5 {
    height: 40vh;
  }

  .row {
    flex-wrap: wrap;
  }

  .side-image {
    margin-bottom: 20px;
  }

  .col-2.lg-6, .col-2.lg-5 {
    width: 100%;
  }

  .contact-form-container.card {
    padding: 40px;
  }

  .article-header {
    font-size: 4vh;
  }

  .uplink-wrapper {
    justify-content: space-around;
    align-items: center;
  }

  .cross_link_wrapper {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .social-links {
    justify-content: center;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
  }

  ._05-navbar-menu {
    z-index: 99999;
    justify-content: flex-start;
    padding: 1rem 5% 2rem;
  }

  .mob_video {
    height: 60vh;
    display: block;
  }

  .our-team {
    height: auto;
  }

  .image-col {
    width: 100%;
  }

  ._2-col-layout {
    flex-wrap: wrap;
  }

  .content-col {
    width: 100%;
    padding-bottom: 20px;
  }

  .pull-out-quote {
    font-size: 22px;
    line-height: 32px;
  }

  .smaller_header {
    font-size: 2em;
    line-height: 1.2em;
  }

  .work-video {
    height: 40vh;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .logo_outer {
    width: 70px;
    height: 70px;
  }

  .div-block-20 {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .about_us_outer {
    height: auto;
    display: flex;
  }

  .cookie-example {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .other-projects-header-divider {
    padding-left: 7%;
    padding-right: 7%;
  }

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

  .heading-9.h1 {
    max-width: 80%;
  }

  .fs-cc_close-button {
    margin-right: 1.25rem;
  }

  .fs-cc_modal-buttons {
    padding: 1.5rem;
  }

  .counter-text {
    font-size: 72px;
  }
}

@media screen and (max-width: 568px) {
  .tiles_wrapper {
    height: 100vh;
    display: none;
  }

  .gallery {
    width: 58vmax;
    height: 70vmax;
  }

  .tile.is--1 {
    width: 30%;
    height: 40%;
    left: -1%;
  }

  .tile.is--2 {
    width: 50%;
    height: 50%;
    top: 12%;
    left: 35%;
  }

  .tile.is--3 {
    width: 20%;
    height: 25%;
    top: 53%;
  }

  .tile.is--5 {
    width: 30%;
    height: 40%;
    top: 96%;
    left: 5%;
  }

  .tile.is--7 {
    display: none;
  }

  .tile.is--8 {
    top: 69%;
    left: 51%;
  }

  .tile.is--9 {
    left: 78%;
  }

  .tile.is--12 {
    width: 40%;
    height: 50%;
    top: 85%;
    left: 30%;
  }

  .main_header_container {
    background-image: none;
    display: none;
  }

  .heading {
    font-size: 20px;
  }

  .heading.white {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .heading.blue {
    font-size: 16px;
    font-weight: 600;
    line-height: 44px;
  }

  .about-section {
    height: 700px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .noise {
    z-index: 998;
  }

  .burger-btn-wrapper {
    z-index: 9999;
    color: #fff;
    text-align: center;
    border-radius: 500px;
    min-height: 70px;
  }

  .nav-button__text {
    color: #fff;
    padding-bottom: 20px;
  }

  .burger-line {
    background-color: #fff;
    width: 30px;
  }

  .burger-line.short {
    width: 20px;
  }

  .nav-wrapper {
    background-color: #0f0f0f;
    position: static;
  }

  .nav__container {
    margin-top: 0;
    padding-left: 0;
  }

  .nav__buttons-wrapper {
    background-color: #000;
    border-style: none;
    border-radius: 0;
    display: block;
  }

  .nav__mobile-button.w--open {
    border-radius: 500px;
  }

  .nav__link {
    border-bottom: 1px solid #ececec;
    padding-bottom: 0;
    display: block;
  }

  .col_section_outer {
    flex-wrap: wrap;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .col_section_inner {
    width: 100%;
  }

  .col_section_inner.padding-240, .col_section_inner.padding-120 {
    width: 100%;
    top: 0;
  }

  .medium_header {
    font-size: 30px;
    line-height: 24px;
  }

  .medium_header.mob {
    font-size: 24px;
    line-height: 28px;
  }

  p,
  .paragraph_regular {
    font-size: 14px;
    line-height: 21px;
  }

  .paragraph_regular.white {
    font-size: 12px;
    line-height: 20px;
  }

  .paragraph_regular.mob {
    font-size: 12px;
    line-height: 19px;
  }

  .scroll-icon {
    display: flex;
  }

  .wblogo {
    max-width: 80%;
  }

  .scroll-text-left {
    background-color: #000;
    font-size: 80px;
    display: none;
    overflow: visible;
  }

  .scroll-text-left.yellow {
    font-size: 50px;
    line-height: 60px;
  }

  .scrolling-text {
    font-size: 14px;
  }

  .work-section {
    height: auto;
    display: block;
  }

  .scroll-text-right {
    background-color: #f0f0f000;
    font-size: 60px;
    line-height: 100px;
  }

  .scroll-text-right.yellow {
    font-size: 50px;
    line-height: 50px;
  }

  .scroll-delay-wrap-expand {
    background-image: none;
    height: auto;
  }

  .video-section {
    height: auto;
  }

  .scrolling-text-video {
    height: 280px;
  }

  .case_study_col {
    flex-wrap: nowrap;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .case_study_outer {
    flex-wrap: wrap;
    padding-left: 0%;
    padding-right: 0%;
  }

  .case_study_wrap {
    height: auto;
  }

  .rotate-header {
    padding-top: 40px;
    font-size: 30px;
    line-height: 35px;
    display: block;
  }

  .link {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 18px;
  }

  .header {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
  }

  .about-us {
    height: auto;
    margin-top: 0;
  }

  .about_us_col {
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding: 5%;
  }

  .about_us_col._200 {
    width: auto;
    max-width: 480px;
    margin-left: 0;
    padding: 5%;
  }

  .cs-image {
    height: 300px;
    max-height: 300px;
  }

  .cover {
    display: none;
  }

  .lottie-animation-4 {
    height: 50vh;
    display: none;
  }

  .clients-section {
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .clients_col {
    width: 100%;
    margin-left: 0;
    padding: 10%;
  }

  .footer {
    height: auto;
  }

  .footer-inner {
    flex-flow: column;
    flex: 1;
    align-self: stretch;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .image-16 {
    width: 160px;
  }

  .footer-copy {
    font-size: 14px;
  }

  .video-container {
    display: none;
  }

  .video_section_wrap {
    width: 100%;
    height: auto;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 40px;
    line-height: 44px;
    position: relative;
    top: 100px;
  }

  .text-block-4 {
    position: relative;
    top: 100px;
  }

  .scroll-project-page {
    -webkit-text-stroke-width: 1px;
    margin-bottom: 24px;
    font-size: 60px;
  }

  .challenge_sec-copy {
    display: flex;
  }

  .contact_section {
    background-image: linear-gradient(to bottom, var(--teal), var(--teal)), url('../images/M.svg');
    background-position: 0 0, 50% 0;
    background-size: auto, 330%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact_section.purple {
    background-color: var(--purple);
    background-position: 0 0, 50% 0;
    background-size: auto, 330%;
    background-attachment: scroll, fixed;
  }

  .contact_section.purple.w--current {
    background-image: linear-gradient(to bottom, var(--purple), var(--purple)), url('../images/M.svg');
    background-size: auto, cover;
  }

  .pipe {
    margin-top: -350px;
  }

  ._70 {
    width: 100%;
    margin-bottom: 6.2em;
    padding-right: 0;
  }

  .grid {
    flex-direction: column;
  }

  ._30 {
    width: 100%;
    margin-bottom: 4.1em;
  }

  .our-work-sec.is--portfolio {
    padding-bottom: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .liner-wrapper {
    margin-top: 7em;
    margin-bottom: 9em;
  }

  .is-hover-zoom._2, .is-hover-zoom.case-study {
    width: 100%;
    height: auto;
  }

  .line {
    width: 85em;
    margin-top: 1.2em;
  }

  .headline-category {
    font-size: 3.5em;
  }

  .counter-container {
    width: 50%;
  }

  .counter-text {
    letter-spacing: -1px;
    font-size: 60px;
  }

  .counter-block {
    align-self: stretch;
    width: auto;
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .counter-text-m {
    font-size: 10px;
    line-height: 16px;
  }

  .large-text-wrapper {
    min-width: auto;
  }

  .section-counter {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 83px;
    padding-bottom: 83px;
    display: flex;
  }

  .about-us-image._1, .about-us-image._2 {
    height: 40vh;
  }

  .side-image {
    margin-bottom: 20px;
  }

  .col-2 {
    margin-bottom: 0;
  }

  .col-2.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .col-2.lg-5 {
    width: 100%;
  }

  .contact-form-container {
    padding: 0;
  }

  .contact-form-container.card {
    padding: 20px 30px;
  }

  .section-5 {
    height: auto;
  }

  .background-video-9 {
    position: absolute;
  }

  .zzzen-bg-video {
    height: 40vh;
  }

  .case_study_banner_main {
    height: 70vh;
  }

  .linebreak-outer, .linebreak-outer.hidden {
    display: none;
  }

  .article {
    padding: 0;
    display: block;
    overflow: hidden;
  }

  .se-2 {
    width: 120%;
    height: 100%;
  }

  .hero-image-col {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 0 auto;
    height: 100%;
    padding: 0%;
  }

  .hero-image-col.visible {
    height: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-image-col.qms {
    flex: 0 auto;
  }

  .se-1, .se-4 {
    height: 200px;
  }

  .article-paragraph {
    text-align: left;
    flex: 0 auto;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
  }

  .article-paragraph.white {
    text-align: left;
    margin-bottom: 1em;
    font-size: 14px;
    line-height: 22px;
  }

  .se-3 {
    width: 120%;
    height: 100%;
  }

  .article-header {
    text-align: left;
    letter-spacing: -.1vh;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }

  .article-header.white {
    text-align: left;
    letter-spacing: -.1vh;
    margin-top: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }

  .hero-wrapper-2 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 32px;
  }

  .hero-wrapper-2.qms {
    height: 80vh;
  }

  .hero-left-wrapper-2 {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: 100%;
    margin-bottom: 0;
    padding: 10%;
    display: flex;
  }

  .text-block-12 {
    font-size: 10px;
    font-weight: 700;
    display: none;
  }

  .hero-wrapper-3 {
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    position: relative;
  }

  .cell-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .blackwrapper {
    width: 100%;
  }

  .blackwrapper.black {
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    height: auto;
    margin: -20% auto 0;
    padding-bottom: 20px;
  }

  .blackwrapper.black.left {
    height: 50vh;
    margin-top: 0%;
  }

  .blackwrapper.black.right {
    height: auto;
    margin-top: 0%;
    padding: 10%;
  }

  .challenge-img {
    width: 100%;
    height: 50vh;
    padding: 20px;
  }

  .image-24 {
    box-sizing: content-box;
    width: 100%;
  }

  .quote {
    text-align: center;
    font-size: 1.8em;
    font-weight: 600;
    line-height: 3vh;
  }

  .quote.white {
    text-align: left;
    font-size: 2vh;
    line-height: 3vh;
  }

  .uplink-wrapper {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding: 10px;
    position: relative;
  }

  .cross_link_wrapper {
    background-color: #000;
    width: 100%;
    height: auto;
  }

  .hamburger_line-wrap {
    color: #000;
    -webkit-text-stroke-color: #fff;
    background-color: #fff;
    border-radius: 0;
  }

  .nav__icon {
    color: #000;
  }

  .social-links {
    display: none;
  }

  .nav-link {
    letter-spacing: -1px;
    border-bottom: 1px solid #e4e4e4;
    font-size: 30px;
    font-weight: 600;
    line-height: 60px;
  }

  ._05-navbar-menu {
    flex-flow: column;
    flex: 1;
    justify-content: space-around;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
  }

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

  .image-26 {
    width: 66px;
  }

  .w-image {
    box-sizing: content-box;
    width: 100%;
  }
  
  .caps-header {
    text-align: left;
    flex: 0 auto;
    font-size: 11px;
    font-weight: 300;
    line-height: 20px;
  }
  
  .rl-bg-video {
    height: 50vh;
    margin-bottom: 10px;
  }

  .mob_video {
    height: 60vh;
    display: block;
  }

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

  .play-pause-button-3 {
    display: none;
  }

  .our-team {
    height: auto;
    margin-top: 0;
  }

  .cross-link-section, .quote-section, .solution_section, .challenge_section {
    padding: 0;
    overflow: hidden;
  }

  .gm2, .gm3 {
    width: 120%;
    height: 100%;
  }

  .gm-video {
    height: 50vh;
  }

  .gm {
    width: 100%;
    height: auto;
  }

  .qms-1 {
    height: 200px;
  }

  .qms-2, .qms-3 {
    width: 120%;
    height: 100%;
  }

  .qms-4 {
    height: 200px;
  }

  .qms-bg-video, .in-bg-video {
    height: 50vh;
  }

  .in2, .in3 {
    width: 120%;
    height: 100%;
  }

  .in-5 {
    box-sizing: content-box;
    width: 100%;
  }

  .in-1-video {
    width: 100%;
    height: auto;
  }

  .content-sec {
    height: auto;
  }

  .paragraph {
    font-size: 14px;
    line-height: 22px;
  }

  .content-col {
    padding-top: 20px;
    padding-right: 0;
  }

  .heading-7, .heading-8 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-8.white {
    line-height: 42px;
  }

  .pull-out-quote {
    font-size: 20px;
  }

  ._2-col-career {
    flex-flow: wrap-reverse;
  }

  .paragraph-5 {
    font-size: 14px;
  }

  .columns {
    width: 90%;
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .smaller_header {
    font-size: 24px;
    line-height: 28px;
  }

  .smaller_header.mob {
    font-size: 30px;
    line-height: 35px;
  }

  .se-export {
    box-sizing: content-box;
    width: 100%;
  }

  .se-bg-video {
    height: 50vh;
  }

  .si-1 {
    height: 200px;
  }

  .si2, .si3 {
    width: 120%;
    height: 100%;
  }

  .si4 {
    height: 240px;
  }

  .si-5 {
    box-sizing: content-box;
    width: 100%;
  }

  .play-pause-button-4 {
    display: none;
  }

  .logo_col {
    width: 100%;
    margin-left: 0;
    padding: 10%;
  }

  .logo_outer {
    width: 80px;
    height: 80px;
  }

  .logo_outer.mob {
    display: none;
  }

  .zzzen-image {
    box-sizing: content-box;
    width: 100%;
  }

  .uplink_wrapper {
    padding: 0;
    display: block;
    overflow: hidden;
  }

  .quick-stack-2 {
    flex: 0 auto;
  }

  .div-block-20 {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .about_us_outer {
    flex-wrap: wrap;
    padding-left: 0%;
    padding-right: 0%;
  }

  .template-image {
    box-sizing: content-box;
    width: 100%;
  }

  .kv1 {
    height: 200px;
  }

  .kv2, .kv3 {
    width: 120%;
    height: 100%;
  }

  .kv4 {
    height: 200px;
  }

  .template-bg-video {
    height: 40vh;
  }

  .template-img, .kenvue-1 {
    box-sizing: content-box;
    width: 100%;
  }

  .kenvue-bg-video {
    height: 40vh;
  }

  .kenvue-2, .hes1 {
    box-sizing: content-box;
    width: 100%;
  }

  .hes2 {
    width: 120%;
    height: 100%;
  }

  .hes {
    height: 200px;
  }

  .hes4 {
    width: 120%;
    height: 100%;
  }

  .hes3 {
    height: 200px;
  }

  .map {
    width: 90vw;
    height: 300px;
  }

  .kv1-copy {
    height: 200px;
  }

  .cookie-detail-wrapper {
    margin-bottom: 20px;
  }

  .cookie {
    display: none;
  }

  .news-section {
    height: auto;
    display: block;
  }

  .welcome-section {
    text-align: left;
    align-items: flex-start;
    margin-top: -230px;
    padding: 40px 15px 0;
  }

  .heading-9 {
    text-align: left;
    letter-spacing: -1px;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }

  .heading-9.h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
  }

  .stroke {
    max-width: 100px;
    top: -46px;
  }

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

  .div-block-21, .div-block-22 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .fs-cc_modal {
    max-width: 100%;
  }

  .fs-cc_close-button {
    margin-top: 1rem;
    margin-right: 1rem;
  }
}

#w-node-_60266b90-21cf-c4f4-2775-74886eb63a38-bc402d3f, #w-node-b3009322-752a-f7c0-4b75-b16e1e23e661-bc402d3f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-d81b3151-b62e-9a94-9ce8-dd9aaaa36bef-6e2a0adb {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_71c660a9-8a8b-6c12-66c2-70a86dbf16ff-6e2a0adb {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_71c660a9-8a8b-6c12-66c2-70a86dbf1700-6e2a0adb, #w-node-_71c660a9-8a8b-6c12-66c2-70a86dbf1706-6e2a0adb {
  grid-column: span 2 / span 2;
}

#w-node-_23dd0e4c-1f79-246a-6125-5ad1378a330e-6e2a0adb, #w-node-d81b3151-b62e-9a94-9ce8-dd9aaaa36bef-18bda0c2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_71c660a9-8a8b-6c12-66c2-70a86dbf16ff-18bda0c2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_71c660a9-8a8b-6c12-66c2-70a86dbf1700-18bda0c2, #w-node-_71c660a9-8a8b-6c12-66c2-70a86dbf1706-18bda0c2 {
  grid-column: span 2 / span 2;
}

#w-node-_23dd0e4c-1f79-246a-6125-5ad1378a330e-18bda0c2, #w-node-d81b3151-b62e-9a94-9ce8-dd9aaaa36bef-1cfaf86b {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_71c660a9-8a8b-6c12-66c2-70a86dbf16ff-1cfaf86b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_71c660a9-8a8b-6c12-66c2-70a86dbf1700-1cfaf86b, #w-node-_71c660a9-8a8b-6c12-66c2-70a86dbf1706-1cfaf86b {
  grid-column: span 2 / span 2;
}

#w-node-_23dd0e4c-1f79-246a-6125-5ad1378a330e-1cfaf86b, #w-node-d81b3151-b62e-9a94-9ce8-dd9aaaa36bef-5f823b58 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_71c660a9-8a8b-6c12-66c2-70a86dbf16ff-5f823b58 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_71c660a9-8a8b-6c12-66c2-70a86dbf1700-5f823b58, #w-node-_71c660a9-8a8b-6c12-66c2-70a86dbf1706-5f823b58 {
  grid-column: span 2 / span 2;
}

#w-node-_23dd0e4c-1f79-246a-6125-5ad1378a330e-5f823b58, #w-node-d81b3151-b62e-9a94-9ce8-dd9aaaa36bef-38bbe9bd {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_71c660a9-8a8b-6c12-66c2-70a86dbf16ff-38bbe9bd {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_71c660a9-8a8b-6c12-66c2-70a86dbf1700-38bbe9bd, #w-node-_71c660a9-8a8b-6c12-66c2-70a86dbf1706-38bbe9bd {
  grid-column: span 2 / span 2;
}

#w-node-_23dd0e4c-1f79-246a-6125-5ad1378a330e-38bbe9bd, #w-node-d81b3151-b62e-9a94-9ce8-dd9aaaa36bef-47cf045c {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_71c660a9-8a8b-6c12-66c2-70a86dbf16ff-47cf045c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_71c660a9-8a8b-6c12-66c2-70a86dbf1700-47cf045c, #w-node-_71c660a9-8a8b-6c12-66c2-70a86dbf1706-47cf045c {
  grid-column: span 2 / span 2;
}

#w-node-_23dd0e4c-1f79-246a-6125-5ad1378a330e-47cf045c, #w-node-d81b3151-b62e-9a94-9ce8-dd9aaaa36bef-0cf32a00 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_71c660a9-8a8b-6c12-66c2-70a86dbf16ff-0cf32a00 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_71c660a9-8a8b-6c12-66c2-70a86dbf1700-0cf32a00, #w-node-_71c660a9-8a8b-6c12-66c2-70a86dbf1706-0cf32a00 {
  grid-column: span 2 / span 2;
}

#w-node-_23dd0e4c-1f79-246a-6125-5ad1378a330e-0cf32a00, #w-node-d81b3151-b62e-9a94-9ce8-dd9aaaa36bef-2d4e6317 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_71c660a9-8a8b-6c12-66c2-70a86dbf16ff-2d4e6317 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_71c660a9-8a8b-6c12-66c2-70a86dbf1700-2d4e6317, #w-node-_71c660a9-8a8b-6c12-66c2-70a86dbf1706-2d4e6317 {
  grid-column: span 2 / span 2;
}

#w-node-_23dd0e4c-1f79-246a-6125-5ad1378a330e-2d4e6317, #w-node-d81b3151-b62e-9a94-9ce8-dd9aaaa36bef-4a53d34d {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_71c660a9-8a8b-6c12-66c2-70a86dbf16ff-4a53d34d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_71c660a9-8a8b-6c12-66c2-70a86dbf1700-4a53d34d, #w-node-_71c660a9-8a8b-6c12-66c2-70a86dbf1706-4a53d34d {
  grid-column: span 2 / span 2;
}

#w-node-_23dd0e4c-1f79-246a-6125-5ad1378a330e-4a53d34d, #w-node-d81b3151-b62e-9a94-9ce8-dd9aaaa36bef-2d0c85f0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_71c660a9-8a8b-6c12-66c2-70a86dbf16ff-2d0c85f0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_71c660a9-8a8b-6c12-66c2-70a86dbf1700-2d0c85f0, #w-node-_71c660a9-8a8b-6c12-66c2-70a86dbf1706-2d0c85f0 {
  grid-column: span 2 / span 2;
}

#w-node-_23dd0e4c-1f79-246a-6125-5ad1378a330e-2d0c85f0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_60266b90-21cf-c4f4-2775-74886eb63a38-bc402d3f, #w-node-b3009322-752a-f7c0-4b75-b16e1e23e661-bc402d3f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_71c660a9-8a8b-6c12-66c2-70a86dbf16ff-38bbe9bd {
    display: none;
  }
}

/* Admin Bar Adjustments */
body.admin-bar .navbar {
  top: 32px;
}
@media (max-width: 782px) {
     body.admin-bar .navbar {
       top: 0;
    }
}
