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

body {
  font-family: neue-haas-grotesk-text, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 10rem;
  line-height: 7.5rem;
  font-weight: 700;
}

h2 {
  display: inline-block;
  width: auto;
  height: 4rem;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 28px;
  padding-left: 28px;
  background-color: #fff;
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3.7vw;
  line-height: 3.7vw;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

p {
  margin-bottom: 0px;
  font-size: 1rem;
}

.body {
  background-color: #000;
  color: #1d1d1d;
  font-weight: 400;
}

.body--background {
  position: fixed;
  z-index: -999;
  width: 100vw;
  height: 100vh;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.container {
  max-width: 100vw;
  min-height: 100vh;
}

.section {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.section.section__01 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section.section__02 {
  display: block;
  height: 80vh;
}

.section.section--portfolio {
  position: relative;
  z-index: auto;
  display: block;
  overflow: visible;
  height: auto;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(55%, #1d1d1d), to(rgba(35, 34, 36, 0)));
  background-image: linear-gradient(0deg, #1d1d1d 55%, rgba(35, 34, 36, 0));
  -o-object-fit: fill;
  object-fit: fill;
}

.section.section--clients {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1d1d1d), color-stop(75%, rgba(29, 29, 29, 0)));
  background-image: linear-gradient(180deg, #1d1d1d, rgba(29, 29, 29, 0) 75%);
}

.header__content {
  position: absolute;
  left: 5vw;
  top: auto;
  right: auto;
  bottom: 5vw;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.header__content.header__content--home {
  z-index: 999999;
  height: 90vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.custom-code-js {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 0px;
  height: 0px;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 13vw;
  line-height: 11vw;
  font-weight: 700;
}

.heading.case-heading {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.header__hello {
  display: block;
  padding-left: 10px;
  font-family: neue-haas-grotesk-text, sans-serif;
  color: #919191;
  font-weight: 400;
}

.header__content-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header__content-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 23px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header__content-right-up {
  padding-left: 10px;
  color: #fff;
  font-weight: 400;
}

.header__content-right-down {
  padding-left: 10px;
  background-color: #e44827;
  color: #fff;
}

.section__02--container {
  position: relative;
  top: 10vh;
  width: 90vw;
  height: 60vh;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
  border-width: 10px;
  border-color: #fff;
  -webkit-transform: translate3d(0px, 0px, 1px);
  transform: translate3d(0px, 0px, 1px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.section__02--container--content {
  position: relative;
  top: 50%;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.section__paragraph {
  margin-top: 1.5rem;
  margin-right: 0px;
  margin-left: 0px;
  background-image: none;
  font-family: neue-haas-grotesk-text, sans-serif;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 400;
  white-space: normal;
  background-clip: border-box;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999999999999999;
  display: block;
  padding-right: 5vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.navbar--header {
  margin-top: 3vh;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  font-style: normal;
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
}

.portfolio--container {
  position: relative;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 90vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.portfolio__column {
  width: 30vw;
  height: auto;
}

.portfolio__item {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 5vw auto;
  background-color: #5c5050;
}

.portfolio__title {
  position: relative;
  overflow: visible;
  max-width: 90%;
  padding: 14px;
  border-bottom: 2px solid #fff;
  opacity: 1;
  font-family: 'Basier Circle', sans-serif;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.video__code-foreground {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-size: 2px;
}

.portfolio__image-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
}

.portfolio__image-foreground {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
}

.portfolio__category {
  position: relative;
  z-index: 99;
  overflow: visible;
  margin-top: 8px;
  padding: 4px 8px;
  background-color: #fff;
  opacity: 1;
  color: #000;
  font-size: 0.6rem;
  text-transform: uppercase;
}

.portfolio__description {
  position: absolute;
  left: 6%;
  top: 4%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: block;
  width: 95%;
  -webkit-transform: translate3d(0px, 0px, 120px);
  transform: translate3d(0px, 0px, 120px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.portfolio__item--container {
  position: relative;
  width: 20vw;
  height: 30vw;
  margin: 5vw auto;
  -webkit-transform: perspective(100vw) perspective(1078px);
  transform: perspective(100vw) perspective(1078px);
}

.portfolio__category--container {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 75%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 1;
}

.portfolio__image--container {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0px, 0px, 80px);
  transform: translate3d(0px, 0px, 80px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.section--clients-title {
  position: absolute;
  top: 50%;
  display: block;
  overflow: visible;
  width: 100vw;
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  color: rgba(0, 0, 0, 0.12);
  font-size: 16rem;
  line-height: 14rem;
  font-weight: 700;
  text-align: center;
  text-decoration: line-through;
  text-transform: uppercase;
  white-space: normal;
}

.clients__container {
  position: absolute;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.client__logo {
  max-height: 10%;
  max-width: 15%;
  margin: 5%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-filter: brightness(167%);
  filter: brightness(167%);
}

.text-span {
  padding-right: 8px;
  padding-left: 8px;
  background-color: #fff;
  font-family: neue-haas-grotesk-text, sans-serif;
  color: #222;
  font-size: 1.5rem;
  font-weight: 500;
}

.custom-code-css {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 0px;
  height: 0px;
}

.body-2 {
  background-color: #1d1d1d;
}

.hero-cover {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 29, 29, 0)), to(#1d1d1d));
  background-image: linear-gradient(180deg, rgba(29, 29, 29, 0), #1d1d1d);
}

.hero-cover.pp {
  background-image: url('../images/HERO-PP.jpg');
  background-size: cover;
}

.hero-cover.da {
  background-image: url('../images/case_dailyArt_cover.jpg');
}

.hero-cover.tansman {
  background-image: url('../images/case_tansman_cover.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-cover.va {
  background-image: url('../images/L-cover.gif');
  background-position: 50% 50%;
  background-size: auto;
}

.hero-cover.sn {
  background-image: url('../images/HERO-SN-TTO.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.hero-cover.newo {
  background-image: url('../images/case_newOrder_cover.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(29, 29, 29, 0)), to(#1d1d1d));
  background-image: url('../images/case_newOrder_cover.jpg'), linear-gradient(180deg, rgba(29, 29, 29, 0), #1d1d1d);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.case-grid {
  position: relative;
}

.case-container {
  width: 90vw;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.case-single-image {
  width: 100vw;
  margin-top: 30px;
  margin-bottom: 30px;
}

.case-single-image.grid {
  margin-top: 0px;
  margin-bottom: 0px;
}

.case-single-image.grid.embed {
  margin-top: 0px;
}

._2cols-grid {
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: stretch;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2cols-grid.info {
  margin-top: 60px;
  margin-bottom: 60px;
}

._2cols-grid._50-50 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.hero-noise {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/noise2.gif');
  background-position: 0px 0px;
  background-size: auto;
}

.heading-line-01 {
  display: block;
  overflow: hidden;
  width: 100%;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  font-size: 8vw;
  line-height: 9vw;
}

.heading-line-01.line-hidden {
  display: none;
}

.heading-line-02 {
  display: block;
  overflow: hidden;
  width: 100%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 8vw;
  line-height: 9vw;
}

.heading-line-03 {
  display: block;
  overflow: hidden;
  width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 8vw;
  line-height: 9vw;
}

.heading-line-03._2 {
  display: none;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 11vw;
  line-height: 10vw;
}

.heading-line-03.line-hidden {
  display: none;
}

.html-embed-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.header__letter-container {
  position: relative;
  z-index: 9999;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.header__letter {
  position: absolute;
  left: 0%;
  top: 20%;
  right: 0%;
  bottom: auto;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.62;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.header__letter.letter-01 {
  opacity: 0.25;
}

.header__letter.letter-02 {
  opacity: 0.25;
}

.header__letter.letter-03 {
  opacity: 0.25;
}

.header__letter.letter-04 {
  width: 80%;
  opacity: 0.25;
}

.header__letter.letter-05 {
  opacity: 0.25;
}

.header__letter.letter-06 {
  width: 80%;
  opacity: 0.25;
}

.embed-vimeo {
  overflow: visible;
  margin-top: 30px;
  margin-bottom: 60px;
  -o-object-fit: fill;
  object-fit: fill;
}

.embed-motion-case {
  margin-top: 0px;
  margin-bottom: 0px;
}

.embed-motion-case.grid {
  margin-top: 0px;
  margin-bottom: 0px;
}

.rewire {
  display: inline-block;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-transform: skew(0deg, -3deg);
  -ms-transform: skew(0deg, -3deg);
  transform: skew(0deg, -3deg);
  color: #e44827;
  text-transform: none;
}

.case-description {
  margin-top: 0px;
  margin-bottom: 60px;
}

.scope {
  margin-bottom: 0px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 28px;
  font-weight: 400;
  white-space: normal;
}

.text-block {
  padding-top: 30px;
  color: #fff;
  font-size: 14px;
  text-align: left;
}

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

.embed_motion {
  margin-top: 30px;
  margin-bottom: 30px;
}

.back-to-home {
  position: relative;
  display: block;
  width: 100vw;
  height: 80px;
  margin: 0px auto;
  cursor: auto;
}

.lottie-animation {
  width: 80px;
  margin-right: auto;
  margin-left: auto;
}

.back-home-container {
  height: 140px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.case__link {
  position: absolute;
  top: 50%;
  right: 0px;
  display: inline-block;
  overflow: visible;
  padding: 15px;
  background-color: #b06767;
  color: #fff;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

.case-info-3cols {
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: stretch;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 2fr;
  grid-template-columns: 1fr 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.case-info-header {
  display: block;
  overflow: visible;
  color: #7e7e7e;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
}

.case-info-header.logo {
  margin-top: 15px;
}

.case-info-paragraph {
  margin-bottom: 20px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.8rem;
}

.case-info-paragraph.scope {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 500;
  text-transform: uppercase;
}

.case-info-link {
  display: inline-block;
  margin-top: 4px;
  margin-right: 16px;
  margin-bottom: 20px;
  padding: 4px 12px;
  background-color: #fff;
  color: #000;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.image-2 {
  width: 100%;
}

.project__container {
  position: relative;
  z-index: auto;
  width: 20vw;
  height: 30vw;
  margin: 5vw auto 7vw;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.5);
  -o-object-fit: cover;
  object-fit: cover;
}

.project__image--background {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0px, 0px, 1px);
  transform: translate3d(0px, 0px, 1px);
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.project__image--foreground {
  position: absolute;
  z-index: 999;
  display: block;
}

.project__description {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: block;
  width: 100%;
  padding: 4%;
}

.project__title {
  position: relative;
  overflow: visible;
  max-width: 100%;
  opacity: 1;
  font-family: neue-haas-grotesk-text, sans-serif;
  color: #fff;
  font-size: 2rem;
  line-height: 100%;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.project__link {
  position: absolute;
  top: 50%;
  right: 6%;
  z-index: 9999;
  display: inline-block;
  overflow: visible;
  padding: 15px;
  background-color: #e44827;
  color: #fff;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

.project__category {
  position: absolute;
  bottom: 0px;
  z-index: 99;
  overflow: visible;
  margin-top: 8px;
  opacity: 1;
  color: #fff;
  font-size: 0.7rem;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
}

.project__image--foreground-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
}

.project--foreground {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999999;
  -webkit-transform: translate3d(0px, 0px, 88px);
  transform: translate3d(0px, 0px, 88px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.project--background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.bold-text {
  font-weight: 700;
  text-transform: uppercase;
}

.image-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.claim {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px none #e44827;
  border-bottom: 1px none #e44827;
  border-radius: 0px;
  font-family: neue-haas-grotesk-text, sans-serif;
  color: #e44827;
  font-size: 7rem;
  line-height: 7rem;
  font-weight: 400;
  text-align: center;
}

.claim--paragraph {
  position: relative;
  display: none;
  width: 50%;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  font-family: neue-haas-grotesk-text, sans-serif;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1rem;
}

.claim--wrapper {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #e44827;
  font-size: 7rem;
  line-height: 4rem;
  text-align: center;
}

.project__link--txt {
  display: inline-block;
  line-height: 24px;
}

.project__link--arrow {
  position: relative;
  display: block;
  width: 24px;
  margin-left: 10px;
  float: right;
  line-height: 24px;
  font-weight: 400;
}

.text-span-4 {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  color: #d34426;
  font-weight: 700;
}

.claim__mail {
  display: block;
  width: 14rem;
  min-width: 100px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 17px 17px 2px;
  border-bottom: 4px solid #fff;
  border-radius: 1px;
  -webkit-transition: border 200ms ease, background-color 200ms ease, -webkit-filter 200ms ease;
  transition: border 200ms ease, background-color 200ms ease, -webkit-filter 200ms ease;
  transition: border 200ms ease, filter 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, filter 200ms ease, background-color 200ms ease, -webkit-filter 200ms ease;
  font-family: neue-haas-grotesk-text, sans-serif;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.claim__mail:hover {
  border-bottom-width: 80px;
  border-bottom-color: #d34426;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  color: #d34426;
}

.text-span-6 {
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

.text-span-7 {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.text-span-8 {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.text-span-9 {
  font-size: 0.7rem;
  line-height: 0.7rem;
  text-transform: uppercase;
}

.project__summary {
  width: 80%;
  margin-top: 8px;
  color: #999;
  font-size: 0.8rem;
  line-height: 1.2rem;
}

.text-span-10 {
  color: #e44827;
}

.text-span-12 {
  color: #e44827;
}

.bold-text-2 {
  display: inline-block;
  -webkit-transform: skew(0deg, -3deg);
  -ms-transform: skew(0deg, -3deg);
  transform: skew(0deg, -3deg);
}

.case-video {
  width: 100vw;
  height: 52vw;
  max-width: 100%;
}

.no-video-teaser {
  width: 30vw;
  height: 53vw;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.heading-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 13vw;
  line-height: 11vw;
  font-weight: 700;
}

@media screen and (min-width: 1920px) {
  h2 {
    height: 4rem;
  }

  .section.section--clients {
    text-transform: none;
  }

  .heading {
    font-size: 14rem;
    line-height: 11rem;
  }

  .header__content-right-up {
    font-size: 4rem;
  }

  .header__content-right-down {
    font-size: 4rem;
  }

  .portfolio__item {
    background-color: transparent;
  }

  .text-span {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .hero-cover {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-image: url('../images/nash-tto_bckg.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .header__letter-container {
    width: 80%;
  }

  .case-info-paragraph.scope {
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 500;
    text-transform: uppercase;
  }

  .claim {
    width: 80%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .claim--wrapper {
    width: 80%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .project__link--txt {
    display: inline-block;
  }

  .project__link--arrow {
    display: inline-block;
    margin-left: 10px;
    font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  }

  .heading-copy {
    font-size: 14rem;
    line-height: 11rem;
  }
}

@media screen and (max-width: 991px) {
  .header__content {
    font-size: 16px;
  }

  .header__content.header__content--home {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .heading {
    margin-top: 13px;
  }

  .heading.case-heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .heading.home-heading {
    font-size: 12rem;
    line-height: 11rem;
  }

  .header__hello {
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 1.3rem;
    line-height: 1.3rem;
  }

  .header__content-right {
    margin-top: 3px;
    margin-left: 0px;
  }

  .header__content-right-up {
    font-size: 4rem;
    line-height: 4rem;
  }

  .header__content-right-down {
    font-size: 4rem;
    line-height: 4rem;
  }

  .section__02--container--content {
    width: 80%;
  }

  .portfolio--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .portfolio__column {
    width: 100vw;
  }

  .portfolio__title {
    line-height: 3.2rem;
  }

  .portfolio__category {
    padding: 8px 14px;
    font-size: 1.5rem;
  }

  .portfolio__item--container {
    width: 60vw;
    height: 90vw;
  }

  .section--clients-title {
    font-size: 12rem;
    line-height: 14rem;
    letter-spacing: -0.5rem;
    white-space: pre-wrap;
  }

  .client__logo {
    max-height: 10%;
    max-width: 25%;
  }

  .case-info-3cols {
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .case-info-paragraph.scope {
    font-size: 1.8rem;
  }

  .project__container {
    width: 60vw;
    height: 90vw;
    margin-bottom: 16vw;
  }

  .project__title {
    line-height: 3.2rem;
  }

  .project__category {
    font-size: 1.5rem;
  }

  .claim--wrapper {
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .heading-copy {
    margin-top: 13px;
    font-size: 10rem;
    line-height: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .heading.home-heading {
    font-size: 9rem;
    line-height: 8rem;
  }

  .section__02--container--content {
    width: 90%;
  }

  ._2cols-grid {
    margin-top: 30px;
    margin-bottom: 30px;
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .embed-vimeo {
    margin-bottom: 30px;
  }

  .embed-motion-case {
    margin-bottom: 30px;
  }

  .text-block {
    padding-top: 0px;
  }

  .back-to-home {
    display: block;
    height: 40px;
    border-radius: 0px;
  }

  .lottie-animation {
    width: 40px;
  }

  .case-info-3cols {
    margin-top: 30px;
    margin-bottom: 30px;
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .case-info-paragraph.scope {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

@media screen and (max-width: 479px) {
  .section.section__01 {
    height: 80vh;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .section.section__02 {
    height: auto;
  }

  .section.section--portfolio {
    margin-top: 148px;
  }

  .header__content {
    bottom: 2vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header__content.header__content--home {
    bottom: 15vh;
  }

  .heading {
    margin-top: 0px;
    font-size: 6rem;
    line-height: 6rem;
  }

  .heading.case-heading {
    font-size: 2rem;
    line-height: 2rem;
  }

  .heading.home-heading {
    font-size: 6rem;
    line-height: 5rem;
  }

  .header__content-left {
    margin-bottom: -6px;
  }

  .header__content-right {
    max-width: 100%;
    margin-top: 0px;
    margin-left: -8px;
  }

  .header__content-right-up {
    font-size: 2.4rem;
    line-height: 3rem;
  }

  .header__content-right-down {
    font-size: 2.4rem;
    line-height: 3rem;
  }

  .section__02--container {
    height: auto;
    border-width: 10px;
  }

  .section__02--container--content {
    top: auto;
    width: 90%;
    padding-bottom: 45px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .section__paragraph {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .navbar {
    padding: 0px;
  }

  .navbar--header {
    margin-right: 5vw;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .portfolio__column.portfolio__column-03 {
    height: 100%;
    padding-bottom: 148px;
  }

  .portfolio__title {
    font-size: 2rem;
    line-height: 1.8rem;
  }

  .portfolio__category {
    font-size: 0.8rem;
    line-height: 0.9rem;
  }

  .portfolio__item--container {
    width: 80vw;
    height: 120vw;
  }

  .section--clients-title {
    font-size: 5rem;
  }

  .client__logo {
    max-width: 45%;
  }

  .text-span {
    font-size: 1.7rem;
  }

  .hero-cover {
    margin-bottom: 30px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .case-container {
    width: 95vw;
  }

  .case-single-image {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
  }

  .case-single-image.grid {
    margin-bottom: 0px;
  }

  .case-single-image.grid.embed {
    margin-top: 0px;
  }

  ._2cols-grid {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
    grid-row-gap: 15px;
  }

  ._2cols-grid.info {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  ._2cols-grid._50-50 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-line-01 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .heading-line-02 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .heading-line-03 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .header__letter-container {
    display: block;
  }

  .embed-vimeo {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .embed-motion-case {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .scope {
    margin-bottom: 15px;
  }

  .text-block {
    padding-top: 15px;
  }

  .embed_motion {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
  }

  .back-to-home {
    margin: auto;
    padding: 0px;
  }

  .lottie-animation {
    margin-right: auto;
    margin-left: auto;
  }

  .back-home-container {
    height: 90px;
    margin-top: 30px;
  }

  .case-info-3cols {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
    padding-right: 14px;
    padding-left: 14px;
    grid-row-gap: 0px;
  }

  .case-info-paragraph {
    margin-bottom: 32px;
  }

  .case-info-link {
    margin-bottom: 32px;
  }

  .project__container {
    width: 80vw;
    height: 120vw;
    margin-bottom: 50vw;
  }

  .project__title {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .project__link {
    left: 2%;
    top: auto;
    right: auto;
    bottom: 38%;
  }

  .project__category {
    font-size: 0.8rem;
    line-height: 0.9rem;
  }

  .image-3 {
    display: none;
  }

  .claim {
    font-size: 5rem;
    line-height: 5rem;
  }

  .claim--wrapper {
    font-size: 3rem;
  }

  .no-video-teaser {
    width: 100vw;
    height: 178vw;
  }

  .heading-copy {
    margin-top: 0px;
    font-size: 6rem;
    line-height: 6rem;
  }

  .heading-copy.two-lines {
    font-size: 2rem;
    line-height: 2rem;
  }
}

#w-node-24b457084d11-75602208 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-2455adb79ff8-ac60220a {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-2455adb79ff8-8360220b {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-2455adb79ff8-5660ebf7 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@media screen and (max-width: 479px) {
  #w-node-579d48ea72c3-09602207 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Basier Square';
  src: url('../fonts/BasierSquareRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basier Square';
  src: url('../fonts/BasierSquareBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basier Circle';
  src: url('../fonts/Basier-Circle-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Basier Circle';
  src: url('../fonts/Basier-Circle-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}