@font-face {
  font-family: Neue Haas Display;
  src: url('../fonts/NeueHaasDisplayBlack.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Haas Display;
  src: url('../fonts/NeueHaasDisplayMediu.ttf') format("truetype"), url('../fonts/NeueHaasDisplayRoman.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Haas Display;
  src: url('../fonts/NeueHaasDisplayBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Haas Display;
  src: url('../fonts/NeueHaasDisplayThin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Haas Display;
  src: url('../fonts/NeueHaasDisplayLight.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --grey: #bbb;
  --yellow: #faff00;
  --light-yellow: #fcff7c;
  --white: white;
  --black: black;
}

.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;
}

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

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

body {
  color: #fff;
  background-color: #000;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 1vw;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.6vw;
  line-height: 1;
}

h4 {
  color: var(--grey);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vw;
  font-weight: 600;
  line-height: 1;
}

p {
  margin-bottom: 0;
}

a {
  color: #fff;
  cursor: default;
  text-decoration: none;
}

img {
  display: block;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
}

.container.flex {
  display: flex;
}

.container.flex-center {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.container.no-flex-center, .container.about-page {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.work-titles {
  text-transform: uppercase;
  margin-bottom: 1.5vw;
  margin-left: -4px;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 7.25vw;
  font-weight: 400;
  line-height: .8;
}

.work-titles.second.mobile {
  display: none;
}

.work-titles.info-section {
  font-size: 5vw;
}

.work-titles.tracking-adjust {
  letter-spacing: -.06vw;
}

.work-titles.tracking-adjust.scramble-text {
  margin-bottom: 2vw;
}

.work-titles.bottom {
  margin-bottom: 0;
}

.main-title-wrapper {
  width: 80vw;
}

.all-titles-wrapper {
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
}

.sub-title-wrapper {
  text-align: right;
  width: 25%;
}

.info-section {
  display: none;
}

.info-title-wrapper {
  width: 68%;
}

.sub-heading {
  color: #bbb;
  text-transform: uppercase;
  width: 100%;
  margin-top: 10px;
  font-size: 2.7vw;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.slider-wrapper {
  display: block;
}

.slider {
  background-color: #000;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-right: 41px;
  display: none;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.slider-arrow-wrapper-2 {
  outline-offset: 0px;
  color: #000;
  text-align: center;
  background-color: #fff;
  outline: 3px #0013ff;
  align-self: center;
  width: 36px;
  height: 36px;
  font-size: 31px;
  transition: padding .275s cubic-bezier(.075, .82, .17, .978);
}

.slider-arrow-wrapper-2:hover {
  padding: 20px;
}

.slider-arrow-wrapper-2:active {
  color: #ffe200;
  background-color: #000;
}

.slider-arrow-icon {
  -webkit-text-stroke-width: 1px;
  align-self: center;
  padding-top: 0;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.slider-dots {
  background-color: #0000;
  font-size: 1.3vw;
  position: relative;
  top: 12px;
}

.image, .image-2, .image-3, .image-4, .image-5, .image-6, .image-7 {
  display: none;
}

.button-main {
  color: #fff;
  text-align: center;
  background-color: #0013ff;
  border: 3px solid #0013ff;
  border-radius: 0;
  margin-bottom: 0;
  padding: 8px 13px;
  text-decoration: none;
}

.button-main:hover {
  color: #ffe200;
  background-color: #000;
}

.button-main.button-solid {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border: 3px solid #fff;
  margin-right: 0;
  padding: 7px 11px;
  font-size: 1.7vw;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .55s, color .2s;
}

.button-main.button-solid:hover {
  border-color: var(--yellow);
  color: var(--yellow);
  background-color: #000;
}

.button-main.button-solid:active {
  border-color: var(--light-yellow);
  color: var(--light-yellow);
}

.button-main.button-solid.outline {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-color: #fff0;
}

.button-main.button-solid.outline:hover {
  color: var(--yellow);
}

.div-block-2 {
  width: 60%;
  margin-top: 20px;
  display: flex;
}

.navbar-section {
  z-index: 100;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2vw;
  display: flex;
  overflow: visible;
}

.nav-link {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.nav-link.end-block {
  margin-right: -10px;
}

.nav-link.end-block.back-to-top {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link.footer:active, .nav-link.footer.w--current {
  color: var(--yellow);
}

.footer-nav {
  flex-flow: column;
  display: none;
}

.main-logo {
  width: 100%;
  display: block;
}

.footer-section {
  z-index: 100;
  mix-blend-mode: difference;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.ruler {
  background-color: #fff;
  min-height: 2px;
}

.ruler.no-rule {
  display: none;
}

.lower-footer-wrapper {
  mix-blend-mode: difference;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2vw;
  display: flex;
}

.footer-text {
  opacity: .8;
  letter-spacing: .03vw;
  text-transform: uppercase;
  font-size: .65vw;
}

.footer-text.footer {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-text.logo-text {
  display: none;
}

.home-button-link {
  width: 40%;
  margin-right: 15px;
  text-decoration: none;
}

.navbar-mobile, .mobile-overlay {
  display: none;
}

.changer-overflow {
  text-align: center;
  height: 1.5vw;
  display: none;
  overflow: hidden;
}

.changer-move {
  text-transform: uppercase;
  display: inline-block;
}

.changer {
  font-size: 1.2vw;
  position: relative;
  top: 0;
}

.greeting-wrapper {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  position: relative;
}

.hello {
  z-index: 2000;
  display: none;
}

.konnichiwa {
  -webkit-text-stroke-width: .7px;
  -webkit-text-stroke-color: var(--white);
  display: none;
}

.kia-ora, .hola {
  display: none;
}

.ni-hao, .marhaban, .namaste {
  -webkit-text-stroke-width: .5px;
  display: none;
}

.ola {
  display: none;
}

.annyeong-haseyo {
  -webkit-text-stroke-width: .5px;
  display: none;
}

.hallo, .merhaba, .xin-chao, .ciao, .czesc, .hej, .hei, .zdravstvuyte {
  display: none;
}

.hyalo {
  -webkit-text-stroke-width: .5px;
  display: none;
}

.bonjour {
  display: none;
}

.title-section.main-pages {
  margin-bottom: 25px;
}

.title-section.project-pages {
  margin-bottom: 3vw;
}

.work-section {
  margin-top: 53px;
  display: block;
}

.work-section.home {
  display: none;
}

.project-wrapper {
  justify-content: space-between;
  display: block;
  overflow: hidden;
}

.project-wrapper.about {
  margin-top: 10px;
  margin-bottom: 10px;
}

.project-title.content {
  margin-bottom: 0;
}

.left-div {
  width: 70%;
}

.right-div {
  text-align: right;
  width: 30%;
}

.flex-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  display: flex;
}

.project-paragraph {
  width: 76%;
  overflow: hidden;
}

.project-paragraph.about {
  width: 100%;
}

.main-paragraph {
  margin-bottom: 0;
  font-size: 1.7vw;
  font-weight: 500;
  line-height: 1.3;
  overflow: hidden;
}

.main-paragraph.project-link {
  text-transform: uppercase;
  font-size: 1.5vw;
  font-weight: 700;
}

.full-project-link {
  border-bottom: 1px solid var(--yellow);
  color: var(--yellow);
  margin-top: 1.4vw;
  padding-bottom: .3vw;
  text-decoration: none;
}

.project-image-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  width: 53%;
  display: none;
  overflow: hidden;
}

.preview-image-big {
  width: auto;
  height: 15vw;
  margin-right: 20px;
  display: block;
}

.preview-image-small {
  width: auto;
  height: 15vw;
  display: block;
}

.preview-image-small.sg {
  display: none;
}

.project-accordion {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.project-accordion.about {
  justify-content: flex-start;
}

.project-spacer {
  height: 35px;
  display: block;
}

.project-spacer.about {
  height: 20px;
}

.plus-and-minus-wrapper {
  justify-content: flex-end;
  align-items: center;
  height: 2vw;
  display: flex;
}

.plus {
  z-index: 10;
  height: 1.6vw;
  position: absolute;
  transform: rotate(0);
}

.minus, .image-10 {
  height: 1.6vw;
}

.small-sub-headiing.content {
  margin-bottom: .3vw;
}

.small-sub-headiing.mini-title-dash {
  margin-top: -1.5vw;
  margin-bottom: .9vw;
  font-weight: 500;
}

.project-content-wrapper {
  margin-bottom: 2vw;
  display: flex;
}

.project-page-paragraph-wrapper {
  width: 78%;
  padding-right: 4vw;
}

.project-page-paragraph {
  margin-bottom: 1.5vw;
  font-size: 1.7vw;
  font-weight: 500;
  line-height: 1.3;
}

.project-page-paragraph.mini-titles {
  color: var(--white);
  letter-spacing: .04vw;
  text-transform: uppercase;
  margin-bottom: 1.5vw;
  font-size: 1.6vw;
  font-weight: 700;
  line-height: 1.5;
}

.project-page-paragraph.mini-titles.overview {
  display: none;
}

.project-page-paragraph.name {
  margin-bottom: .2vw;
  font-weight: 500;
  line-height: 1.4;
}

.project-page-paragraph.role {
  color: var(--grey);
  margin-bottom: 0;
  line-height: 1.4;
}

.collab-wrapper {
  width: 22%;
  font-size: 1.7vw;
}

.project-images-wrapper-01 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  display: flex;
}

.image-12 {
  margin-bottom: 0;
  display: none;
}

.div-block-5 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  width: 25%;
  display: flex;
}

.div-block-6 {
  background-image: url('../images/047A6872_1.avif');
  background-position: 50%;
  background-size: 100%;
  width: 77%;
}

.div-block-6.rm {
  background-image: url('../images/RM---project-image-03_1.avif');
}

.div-block-6.sg {
  background-image: url('../images/047A6872-v2_1.avif');
  background-position: 50%;
  background-size: 100%;
  width: 74%;
}

.project-images-wrapper-03 {
  flex-flow: row;
  margin-top: 1vw;
  display: none;
}

.image-holder {
  width: 50%;
}

.image-holder.left {
  width: 49.5%;
  margin-right: .5%;
  display: none;
}

.image-holder.right {
  width: 49.5%;
  margin-left: .5%;
  display: none;
}

.collab-content-wrapper {
  margin-bottom: 1vw;
}

.project-copy-section {
  margin-top: 3vw;
  margin-bottom: 3vw;
}

.sub-heading-dash {
  margin-bottom: 8px;
  font-size: 2.5vw;
}

.about-content-wrapper {
  width: 50%;
}

.about-content-wrapper.left {
  padding-right: 4vw;
}

.about-content-wrapper.right {
  padding-left: 2vw;
  padding-right: 2vw;
}

.h3-about.temp {
  font-size: 2.9vw;
}

.div-block-11 {
  justify-content: space-between;
  padding: 20px 15px;
  display: flex;
}

.div-block-12 {
  width: 45%;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.link {
  color: #0ff;
  border-bottom: 2px solid #0ff;
  text-decoration: none;
  transition: border-color .2s, color .2s;
}

.link:hover {
  border-bottom-color: var(--yellow);
  color: var(--yellow);
}

.link-2 {
  color: #fff;
  text-decoration: none;
  transition: color .2s;
}

.link-2:hover {
  color: var(--yellow);
}

.video, .html-embed {
  display: none;
}

.background-video {
  display: none;
  position: absolute;
  inset: 0%;
}

.home-video-wrapper {
  z-index: -1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100vw;
  height: 100svh;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.accordion-wrapper {
  display: none;
}

.accordion-half.left {
  width: 50%;
  padding-right: 2vw;
}

.accordion-half.right {
  width: 50%;
  padding-left: 2vw;
}

.div-block-14 {
  grid-column-gap: 1.5%;
  grid-row-gap: 1.5%;
  flex-flow: row;
  display: none;
}

.div-block-15 {
  width: 59.35%;
}

.div-block-16 {
  width: 39.35%;
}

.background-video-2 {
  display: none;
}

.html-embed-work {
  width: 15vw;
  height: 15vw;
}

.image-14 {
  display: none;
}

.html-embed-3 {
  aspect-ratio: 1;
  display: flex;
}

.html-embed-3.work-page {
  aspect-ratio: auto;
  display: block;
}

.html-embed-4 {
  aspect-ratio: 1;
  display: flex;
}

.background-video-3 {
  display: none;
}

.form {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #8f00ff;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  transition-property: none;
}

.button:hover {
  opacity: .8;
}

.button.is-form {
  border-radius: 1rem;
}

.form-text-field {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #f3f8fa;
  border: 1px #fff;
  border-radius: 1rem;
  min-height: 3.5rem;
  padding: .5rem 1rem;
  font-size: 1.125rem;
}

.glass-title-tip {
  opacity: .8;
  color: #fbf9fc80;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  font-size: 1.125rem;
  line-height: 1.2;
}

.form-error-msg {
  text-align: center;
  background-color: #28272980;
  border-radius: 1rem;
  margin-top: 0;
  padding: 2rem;
}

.glass_img-top {
  z-index: -1;
  width: 13rem;
  display: none;
  position: absolute;
  inset: -13% 0% 0% -12%;
}

.glass_title-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-3 {
  color: #243843;
  text-align: center;
  font-size: 2.25rem;
  line-height: 1;
}

.heading-3.is-white {
  color: #fbf9fc;
  text-shadow: none;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}

.form-success-msg {
  background-color: #28272980;
  border-radius: 1rem;
  padding: 2rem;
}

.form-wrap {
  grid-row-gap: .25rem;
  flex-direction: column;
  display: flex;
}

.glass_img-bottom {
  z-index: -1;
  width: 13rem;
  display: none;
  position: absolute;
  inset: auto -11% -15% auto;
}

.glass_wrapper {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0d0d0e80;
  border: 1px solid #ffffff14;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 25vw;
  min-height: 100vw;
}

.glass_component {
  z-index: 2000;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.glass-slide {
  z-index: 10000;
  display: none;
}

.link-block {
  display: block;
}

.link-block-2 {
  width: 6vw;
  position: relative;
}

.glass-slider-info {
  width: 30vw;
  margin-top: 92px;
}

.glass-slider-title {
  font-size: 3vw;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.center {
  width: 40vw;
  height: 40vh;
  position: relative;
  overflow: hidden;
}

.r {
  background-color: red;
  background-image: url('../images/bridge_bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40vw;
  height: 60vh;
  position: absolute;
  top: -10vh;
  bottom: 0%;
  right: 0%;
}

.g {
  background-color: #0f0;
  background-image: url('../images/bridge_bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40vw;
  height: 60vh;
  position: absolute;
  top: -10vh;
  bottom: 0%;
  right: 0%;
}

.b {
  background-color: #00f;
  background-image: url('../images/bridge_bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40vw;
  height: 60vh;
  position: absolute;
  top: -10vh;
  bottom: 0%;
  right: 0%;
}

.video-holder-crop {
  justify-content: center;
  align-items: center;
  height: 30vw;
  display: flex;
  overflow: hidden;
}

.project-images-wrapper-02 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.background-video-4 {
  display: none;
}

.work-images-wrapper {
  grid-column-gap: 1.3vw;
  grid-row-gap: 1.3vw;
  width: 100%;
  margin-top: .5vw;
  margin-bottom: 1.5vw;
  display: flex;
}

.work-images-wrapper.sg {
  flex-flow: row-reverse;
}

.div-block-18 {
  background-image: url('../images/047A6872_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

.work-videos-wrapper {
  grid-column-gap: 1.3vw;
  grid-row-gap: 1.3vw;
  width: 50vw;
  display: flex;
}

.video-mask-div {
  aspect-ratio: 2 / 3;
  background-color: #e6e6e6;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  overflow: hidden;
}

.div-block-21 {
  aspect-ratio: 2 / 3;
  width: 50%;
}

.info-content-wrapper {
  display: flex;
}

.code-embed {
  opacity: .95;
  filter: brightness(200%);
  width: 130svh;
  display: block;
  transform: translate(10%)rotate(-90deg);
}

.main-sub-heading {
  width: 34vw;
  min-height: 6.1vw;
  color: var(--grey);
  text-align: justify;
  letter-spacing: .04vw;
  text-transform: uppercase;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.25;
}

.button-link {
  z-index: 10000;
  cursor: pointer;
  margin-right: 0;
  text-decoration: none;
}

.div-hide {
  margin-left: -.5vw;
  padding-left: .5vw;
  overflow: hidden;
}

.button-01-interaction {
  border: .07vw solid #fff;
  position: relative;
}

.button-div-hide {
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.button-wrapper {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  margin-top: 1.5vw;
  padding-bottom: .2vw;
  display: flex;
}

.button-hover-bg {
  z-index: -1;
  background-color: var(--white);
  position: absolute;
  inset: 0%;
}

.button-01 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  margin-bottom: 0;
  padding: 4px 22px;
  font-size: 1.2vw;
  font-weight: 400;
  display: inline-block;
}

.button-01.hover {
  color: #000;
}

.div-block-22 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-23 {
  display: flex;
}

.nav-text {
  font-size: 12px;
}

.nav-text.top-slash {
  margin-left: 6px;
  margin-right: 6px;
}

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

.work-titles-wrapper {
  width: 50%;
}

._100-svh-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100svh;
  min-height: 45vw;
  position: relative;
  top: 0%;
}

._100-svh-wrapper.home {
  max-height: 65vw;
  overflow: hidden;
}

.div-block-26 {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.work-hover-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 48%;
  position: relative;
}

.full-project-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.project-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.work-sub-heading {
  color: var(--grey);
  text-align: left;
  text-transform: uppercase;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: .8;
}

.project-sub-heading-wrapper {
  justify-content: space-between;
  display: none;
}

.project-ruler {
  background-color: var(--grey);
  height: .5px;
  margin-top: .2vw;
  display: none;
}

.project-01-hover-wrapper {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.project-02-hover-wrapper {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.project-02-image {
  background-image: url('../images/047A6872-v2_1.avif');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 32vw;
}

.project-link {
  transition: color .5s cubic-bezier(.23, 1, .32, 1);
}

.project-link:hover {
  color: var(--grey);
}

.project-05-hover-wrapper {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.project-03-image {
  background-image: url('../images/bridge_bg_1.avif');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 32vw;
}

.project-03-hover-wrapper {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.project-04-image {
  background-image: url('../images/Miku---01_1.avif');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 32vw;
}

.project-04-hover-wrapper {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.project-05-image {
  background-image: url('../images/RM--project-image-08-v2_1.avif');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 32vw;
}

.page-title {
  text-transform: uppercase;
  margin-left: -.5vw;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 7.4vw;
  font-weight: 400;
  line-height: .8;
}

.page-title.second.mobile {
  display: none;
}

.page-title.info-section {
  font-size: 5vw;
}

.page-title.tracking-adjust {
  letter-spacing: -.06vw;
}

.page-title.bottom {
  margin-bottom: 0;
}

.content-split {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  margin-top: 2vw;
  display: flex;
}

.content-split.about-dropdown {
  margin-top: 2vw;
}

.standard-paragraph {
  text-align: justify;
  font-size: .94vw;
  line-height: 1.25;
}

.standard-paragraph.link-interaction {
  vertical-align: middle;
  display: inline;
}

.content-holder {
  width: 31.5vw;
  min-height: 13vw;
}

.content-holder.about-shuffle {
  min-height: 7.5vw;
}

.drop-down-titles {
  text-align: justify;
  text-transform: uppercase;
  font-size: .94vw;
  line-height: 1.25;
}

.div-block-29 {
  justify-content: space-between;
  align-items: center;
  margin-top: 1vw;
  display: flex;
}

.dropdown-ruler {
  background-color: #fff;
  height: .07vw;
  margin-top: 1vw;
}

.drop-down-paragraph {
  text-align: left;
  margin-top: 1.4vw;
  padding-bottom: .83vw;
  font-size: .87vw;
  line-height: 1.25;
  display: block;
}

.image-15 {
  width: 100%;
  display: none;
  position: absolute;
}

.image-16 {
  width: 100%;
  display: block;
}

.arrow-cross-holder {
  align-items: flex-end;
  width: 1.2vw;
  height: 1.2vw;
  display: flex;
  position: relative;
}

.drop-down-text {
  width: 100%;
  height: 5.5vw;
  display: none;
  overflow: hidden;
}

.canvas-wrapper {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.div-block-32 {
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: none;
  overflow: hidden;
}

.paragraph-holder {
  margin-top: .5vw;
}

.paragraph-holder.project {
  margin-top: .8vw;
  margin-bottom: 2vw;
}

.standard-paragraph-title {
  color: var(--grey);
  text-align: justify;
  text-transform: uppercase;
  margin-bottom: .4vw;
  font-size: .9vw;
  font-weight: 400;
  line-height: 1.25;
}

.standard-paragraph-title.error {
  color: red;
}

.standard-paragraph-title.form {
  display: block;
}

.div-block-34 {
  width: 31.5vw;
  margin-top: 2vw;
}

.contact-detail-holder-01 {
  margin-top: 1.8vw;
}

.contact-detail-holder-02 {
  margin-top: .5vw;
}

.div-block-37 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  display: flex;
}

.button-pdp {
  text-transform: uppercase;
  background-color: #3898ec00;
  border: .07vw solid #fff;
  width: 8vw;
  padding: 5px 20px;
  font-size: .9vw;
  transition: all .4s cubic-bezier(.23, 1, .32, 1);
}

.button-pdp:hover {
  background-color: var(--white);
  color: #000;
}

.button-pdp.w--ecommerce-pill-selected {
  color: #ffe200;
}

.button-pdp.contact-button {
  background-color: #0000;
  border-style: solid;
  border-radius: 0;
  margin-top: 14px;
}

.alert {
  background-color: #000;
  border: 3px solid #0013ff;
}

.alert.success {
  border-width: .7px;
  border-color: #fff;
  height: 22.7vw;
  padding: 0;
}

.alert.error {
  background-color: #000;
  border-width: .7px;
  border-color: red;
  height: 4vw;
  margin-top: 1vw;
  padding: 0;
}

.text-field {
  color: #fff;
  text-transform: none;
  background-color: #fff0;
  border: .07vw solid #fff;
  border-radius: 0;
  height: 2vw;
  margin-bottom: 1vw;
  font-size: .94vw;
  line-height: 1.25;
}

.text-field::placeholder {
  color: #fff;
}

.text-field.message-field {
  border-radius: 0;
  min-height: 6vw;
  margin-bottom: 1.5vw;
}

.form-block {
  width: 30vw;
  height: 22vw;
}

.contact-form-holder {
  width: 30vw;
  margin-left: 1.5vw;
}

.alert-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-4 {
  color: #fff;
  font-weight: 400;
}

.alert-error-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.alert-text-wrapper {
  grid-column-gap: .2vw;
  grid-row-gap: .2vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block-w-hover {
  width: 15vw;
  display: block;
}

.paragraph-title-holder.about {
  margin-bottom: .8vw;
}

.project-section-01 {
  margin-top: 140px;
}

.project-hero-images-wrapper {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  width: 80.5vw;
  margin-top: 2vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.project-hero-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-hero-image.set-height {
  height: 26.5vw;
}

.project-hero-image.set-height.alt {
  display: none;
}

.project-hero-image.video {
  justify-content: flex-start;
  align-items: flex-start;
  width: 39.5vw;
  height: 98%;
  margin-bottom: -.7vw;
}

.project-hero-image.video.portrait {
  height: auto;
}

.project-hero-image._98 {
  height: 98%;
}

.shuffle-holder {
  display: flex;
  position: relative;
}

.title-sub-heading-wrapper {
  margin-left: 1.5vw;
  display: flex;
}

.project-sub-heading {
  color: var(--grey);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: .4vw;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: .9vw;
  font-weight: 400;
  line-height: .8;
}

.title-sub-heading-holder {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.title-sub-heading-holder.scroll-me {
  align-items: center;
  position: absolute;
  inset: auto 0% 0% auto;
}

.title-sub-heading-holder-middle {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: .3vw;
  margin-right: 2.2vw;
  display: flex;
}

.project-arrow-wrapper {
  padding-top: 3vw;
  position: absolute;
  inset: auto -4% 0% auto;
}

.project-arrow-wrapper.project-05 {
  display: block;
}

.project-arrow-link {
  padding-left: 11px;
  padding-right: 11px;
  display: block;
  overflow: hidden;
}

.project-arrow {
  width: .7vw;
}

.project-arrow.scroll-me {
  width: .5vw;
}

.project-section-02 {
  margin-top: 5vw;
}

.project-paragraph-wrapper {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  width: 39.25vw;
  min-height: 21vw;
  display: block;
}

.project-paragraph-wrapper.project-02, .project-paragraph-wrapper.project-03 {
  min-height: 18vw;
}

.project-paragraph-wrapper.project-04 {
  min-height: 20vw;
}

.project-paragraph-wrapper.project-05 {
  min-height: 19vw;
}

.project-paragraph-title {
  color: var(--grey);
  text-align: left;
  text-transform: uppercase;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: .8vw;
  font-weight: 400;
  line-height: .8;
}

.project-section-03 {
  margin-top: 5vw;
}

.project-section-03.project-05 {
  display: none;
}

.project-section-04 {
  margin-top: 5vw;
  padding-bottom: 0;
}

.project-section-04.bottom-margin {
  padding-bottom: 5vw;
}

.footer-section-project-02 {
  z-index: 100;
  padding-bottom: 1vw;
  display: none;
  position: static;
  inset: auto 0% 0%;
}

.footer-section-project-01 {
  z-index: 100;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.image-19 {
  width: 100%;
}

.work-project-number-year-wrapper {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  display: flex;
}

.project-hero-video-holder {
  width: 28.5vw;
  position: absolute;
  transform: translate(0, -2.3vw);
}

.code-embed-2 {
  display: none;
}

.work-image-grid-split {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  width: 80.5vw;
  margin-top: 2vw;
  display: flex;
  position: relative;
}

.work-image-grid-split.video {
  margin-bottom: -.7vw;
}

.gradient-wrapper {
  z-index: 0;
  opacity: 1;
  filter: blur(160px);
  position: absolute;
  inset: 0%;
}

.circle {
  background-color: #fe3218;
  border-radius: 50%;
  width: 50vw;
  height: 80vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.circle._1 {
  background-color: #62b1be;
  width: 30vw;
  height: 30vh;
  top: -20%;
  left: -20%;
}

.circle._2 {
  background-color: #5f5f5f;
  width: 25vw;
  height: 25vh;
  inset: -6% -13% auto auto;
}

.circle._4 {
  background-color: #b6b6b6;
  width: 25vw;
  height: 30vh;
  inset: auto -10% -24% auto;
}

.circle._3 {
  background-color: #080808;
  width: 25vw;
  height: 30vh;
  inset: auto auto -39% -4%;
}

.image-20 {
  display: none;
}

.project-hero-image-left {
  background-color: #2e2e2e;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-logo-animation {
  z-index: 1;
  width: 30vw;
  position: relative;
}

.ascii {
  opacity: .5;
  color: #61dca3;
  position: fixed;
  top: -1rem;
  right: 0;
}

.credit-block__close-btn {
  opacity: .6;
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  transition: opacity .2s;
  display: flex;
  position: relative;
  left: 7px;
  overflow: hidden;
}

.credit-block__close-btn:hover {
  opacity: 1;
}

.effects {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  margin-top: auto;
  padding: 2rem;
  display: flex;
}

.button-2 {
  color: #61dca3;
  text-transform: lowercase;
  white-space: nowrap;
  background-color: #0000;
  border: 0 solid #000;
  padding: 1px 6px;
  font-size: .75rem;
}

.credit-block__content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.header {
  justify-content: flex-start;
  padding: 2rem;
  position: fixed;
  inset: 0% 0% auto;
}

.shuffle-clone-page-wrapper {
  width: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.main-wrapper {
  flex-direction: column;
  height: 100vh;
  display: flex;
}

.css {
  width: 0;
  height: 0;
  position: fixed;
  inset: 0% auto auto 0%;
}

.credit-block__link {
  opacity: 1;
  color: #61dca3;
  cursor: pointer;
  text-decoration: none;
  transition: opacity .2s;
}

.credit-block__link:hover {
  opacity: 1;
  color: #fff;
}

.header__title {
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1;
  display: inline-block;
}

.content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 15ch 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.credit-block {
  z-index: 1000;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #000;
  border: 1px solid #61dca3;
  border-radius: .8rem;
  flex-direction: column;
  max-width: 26rem;
  padding: .6rem 1.375rem 1.375rem;
  display: none;
  position: fixed;
  inset: auto .75rem 4rem auto;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.list-item__label {
  font-weight: 700;
}

.credit-block__close-icon {
  filter: invert();
  width: 100%;
  height: 100%;
}

.credit-block__text {
  z-index: 2;
  text-align: justify;
  font-size: .85rem;
  position: relative;
}

.page-title-wrapper-absolute {
  position: absolute;
}

.project-shufffle-spacer {
  width: 50vw;
  height: 6.3vw;
}

.project-shufffle-spacer.project-02 {
  width: 48vw;
}

.project-shufffle-spacer.project-04, .project-shufffle-spacer.project-05 {
  width: 45vw;
}

.project-shufffle-spacer.project-04 {
  width: 42vw;
}

.pl-section {
  display: none;
}

.pl-wrapper {
  z-index: 200000;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100svh;
  display: flex;
  position: absolute;
}

.pl-loading-bar-holder {
  border: .07vw solid #fff;
  width: 48.5vw;
  height: 1.4vw;
  position: relative;
}

.pl-text-wrapper {
  justify-content: space-between;
  margin-top: 1vw;
  display: flex;
}

.pl-text {
  color: var(--grey);
  text-align: left;
  text-transform: uppercase;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: .8vw;
  font-weight: 400;
  line-height: .8;
}

.pl-number-wrapper {
  display: flex;
  position: relative;
}

.loading-percentage, .percentage-sign {
  color: var(--grey);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 400;
  line-height: .8;
}

.loading-bar-start-load, .loading-bar-finish-load {
  z-index: -1;
  background-color: #494949;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.footer-interaction-holder {
  position: absolute;
  inset: auto 0% 0%;
}

._100-percentage-wrapper {
  z-index: 1;
  background-color: var(--black);
  display: none;
  position: absolute;
  right: .7vw;
}

.loading-percentage-100 {
  z-index: 1;
  color: var(--grey);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .8vw;
  font-weight: 400;
  line-height: .8;
}

.div-block-52 {
  position: relative;
}

.div-block-53 {
  z-index: -1;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
}

.middle_component {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid_list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 100px 30% 1fr 1fr 1fr;
  width: 100%;
}

.content-title {
  font-size: 12px;
  display: inline;
}

.number-block, .text-block {
  display: inline;
}

.text-block.hover-effect.hover-effect--bg {
  vertical-align: baseline;
  width: auto;
  display: inline;
}

.nav-subtitle {
  color: #717781;
  font-size: .9rem;
  display: inline;
}

.nav_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_component {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav_list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .6fr .7fr 1fr;
  width: 100%;
}

.nav-title {
  text-transform: uppercase;
  font-size: .8vw;
  display: block;
}

.nav-title.w--current {
  text-decoration: line-through;
}

.nav-title.hover-effect.hover-effect--cursor-square {
  text-transform: uppercase;
  font-size: .8vw;
  display: block;
}

.nav-title.hover-effect.hover-effect--cursor-square.w--current {
  text-decoration: none;
}

.nav-title.hover-effect.hover-effect--cursor-square.heading {
  margin-bottom: 1.5vw;
  margin-left: -4px;
  font-size: 7.25vw;
  line-height: .8;
  transition: color .5s cubic-bezier(.23, 1, .32, 1);
  display: block;
}

.nav-title.hover-effect.hover-effect--cursor-square.heading.bottom {
  margin-bottom: 0;
}

.nav-title.hover-effect.hover-effect--cursor-square.heading.tracking-adjust {
  letter-spacing: -.05vw;
}

.div-block-54 {
  justify-content: space-between;
  width: 10vw;
  display: flex;
}

.div-block-55 {
  align-items: flex-end;
  width: 2.5vw;
  display: block;
}

.div-block-56 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 4.9vw;
  display: block;
}

.div-block-57 {
  align-items: flex-end;
  width: 4.2vw;
  display: block;
}

.div-block-58 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 4.1vw;
  display: block;
}

.hover-sources {
  display: none;
}

.standard-paragraph-link {
  text-align: justify;
  text-transform: uppercase;
  margin-bottom: .4vw;
  font-size: .9vw;
  font-weight: 400;
  line-height: 1.25;
}

.standard-paragraph-link.error {
  color: red;
}

.standard-paragraph-link.low-caps {
  text-transform: none;
  vertical-align: top;
  font-size: .94vw;
}

.project-image-holder {
  width: 80.5vw;
  overflow: hidden;
}

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

.main-logo-sub-text {
  width: 100%;
  padding-top: .2vw;
  display: none;
  position: absolute;
}

.main-logo-desktop {
  width: 100%;
  display: block;
}

.home-video-holder {
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
  overflow: visible;
}

.home-bg-video-embed {
  opacity: .95;
  filter: brightness(200%);
  justify-content: center;
  align-items: center;
  height: 130svh;
  min-height: 45vw;
  margin-right: 10vw;
  display: flex;
}

.code-embed-mobile {
  opacity: .95;
  filter: brightness(200%);
  width: 130svh;
  display: block;
  transform: translate(10%)rotate(-90deg);
}

.main-content-holder {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.page-out-interaction-trigger {
  display: none;
}

.loader-wrapper {
  display: flex;
  position: relative;
}

.main-content-holder-work {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.contact-details-wrapper {
  display: block;
}

.contact-detail-wrapper.right, .contact-detail-wrapper.left {
  display: none;
}

.project-image-half {
  width: 39.5vw;
  overflow: visible;
}

.project-image-half.rm-hero {
  display: none;
}

.dropdown-wrapper {
  width: 31.5vw;
}

.dropdown-wrapper.about-shuffle {
  min-height: 7.5vw;
}

.coming-soon-blur {
  filter: none;
}

.div-block-66 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.div-block-67 {
  background-color: #838383;
  width: 40vw;
  height: 3vw;
  display: none;
}

.browser-buttons-wrapper {
  grid-column-gap: .8vw;
  grid-row-gap: .8vw;
  border-bottom: 1px #000;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 1vw;
  display: flex;
  position: absolute;
  left: 0%;
}

.text-size-large {
  font-size: 1.5rem;
}

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

.browser_top-bar {
  text-align: center;
  background-color: #b3b3b3;
  background-image: linear-gradient(#e6e5e5, #cdcdcc);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .375rem 1rem;
  display: block;
  position: relative;
  box-shadow: inset 0 1px #fff9, 0 1px #a8a7a7, 0 1px #bdbebe;
}

.browser_top-bar.is-dark {
  box-shadow: none;
  background-image: linear-gradient(#424343, #363737);
  border: .5px solid #060606;
  border-bottom-color: #1a1a1a;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.browser_image {
  color: #161616;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.browser_image.is-dark {
  align-items: flex-start;
  overflow: auto;
}

.browser_search-bar {
  background-color: #fff;
  background-image: linear-gradient(#fdfdfd, #f3f3f3);
  border: 1px #0003;
  border-radius: .25rem;
  justify-content: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: .25rem .5rem;
  display: flex;
}

.browser_search-bar.is-dark {
  background-image: linear-gradient(#707071, #6a6a6a);
  box-shadow: inset 0 1px #fff3;
}

.browser-button {
  background-color: #ed6a5e;
  border: .5px solid #ce5347;
  border-radius: 100%;
  width: .8vw;
  height: .8vw;
}

.browser-button.is-expand {
  background-color: #62c554;
  border-color: #58a942;
}

.browser-button.is-minimize {
  background-color: #f6be4f;
  border-color: #d6a243;
}

.browser_text-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  line-height: 1;
  display: flex;
}

.browser_component {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 60rem;
  height: 25vw;
  max-height: 31.25rem;
  display: flex;
  position: static;
  overflow: visible;
}

.browser_content-wrapper {
  opacity: 1;
  color: #d8d8d8;
  text-align: left;
  background-color: #fff;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
  flex-flow: column;
  place-content: flex-end center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.browser_content-wrapper.is-dark {
  background-color: #282729;
  border: .5px solid #000;
  border-top-style: none;
  height: 21.7vw;
  overflow: auto;
}

.browser-search-text {
  color: #6e6e6e;
  text-shadow: none;
  align-self: center;
  font-size: .75rem;
  line-height: 1.2;
  display: block;
  position: static;
  inset: 0%;
}

.browser-search-text.is-dark {
  color: #fff;
}

.browser-search-text.remake {
  color: #fff;
  font-size: .8vw;
}

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

.browser_component-2 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 65%;
  max-width: 60rem;
  max-height: 31.25rem;
  display: flex;
  position: static;
  overflow: visible;
}

.browser-mock-up-wrapper {
  border-radius: .5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 26.5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.browser-search-bar-wrapper {
  background-color: #414141;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2vw;
  display: flex;
  position: relative;
}

.browser_search-bar-copy {
  background-color: #fff;
  background-image: linear-gradient(#fdfdfd, #f3f3f3);
  border: 1px #0003;
  border-radius: .25rem;
  justify-content: center;
  width: 50%;
  height: 1.5vw;
  display: flex;
}

.browser_search-bar-copy.is-dark {
  background-image: linear-gradient(#707071, #6a6a6a);
  box-shadow: inset 0 1px #fff3;
}

.browser_search-bar-copy.remake {
  background-image: linear-gradient(#707071, #6a6a6a);
  height: 1.2vw;
  box-shadow: inset 0 1px #fff3;
}

.browser-scrollable-content-holder {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.div-block-70 {
  width: 10%;
}

.browser-scrollable-image {
  width: 100%;
}

.video-loop-code-embed {
  display: block;
}

.video-loop-code-embed.absolute {
  width: 100%;
  display: flex;
  position: absolute;
}

.background-video-5 {
  display: block;
}

.project-image-full {
  width: 100%;
  overflow: visible;
}

.project-image-full.rm-hero {
  display: none;
}

.project-section-05 {
  margin-top: 5vw;
  padding-bottom: 5vw;
}

.project-section-05.bottom-margin {
  padding-bottom: 5vw;
}

.scroll-me-arrow-wrapper {
  z-index: 1;
  position: absolute;
  bottom: -50%;
  left: auto;
  right: 2.7%;
}

.project-section-03-5 {
  margin-top: 2vw;
  padding-bottom: 0;
}

.project-section-03-5.bottom-margin {
  padding-bottom: 5vw;
}

.project-image-vertical-split {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 98%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-image-vertical-split.set-height {
  height: 26.5vw;
}

.project-image-vertical-split.set-height.alt {
  display: none;
}

.project-image-vertical-split.video {
  justify-content: flex-start;
  align-items: flex-start;
  height: 98%;
}

.project-image-vertical-split._100 {
  height: auto;
}

.time-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.nz-time {
  width: 11.5vw;
}

.image-23 {
  overflow: visible;
}

.quick-stack {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  width: 80.5vw;
  height: 70vw;
  padding: 0;
  overflow: hidden;
}

.quick-stack.project-05 {
  height: 58vw;
}

.quick-stack.project-02._02 {
  height: 69vw;
}

.quick-stack-2 {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  padding: 0;
}

.desktop-hide {
  display: none;
}

.desktop-show {
  display: block;
}

.div-block-71 {
  z-index: -1;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.non-shuffle-link-interaction {
  vertical-align: middle;
  display: inline;
  position: relative;
}

.standard-paragraph-link-holder {
  margin-top: .8vw;
}

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

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

.heading-4 {
  margin-bottom: .5vw;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1.2;
}

.image-24 {
  margin-bottom: 10px;
  display: none;
}

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

.code-embed-3 {
  width: 100vw;
  height: 40vw;
}

.code-embed-4 {
  width: 100%;
  height: 100%;
}

.link-3 {
  text-underline-offset: 2px;
  text-decoration: underline;
}

@media screen and (min-width: 1440px) {
  .ruler.project.bottom {
    margin-bottom: 70px;
    display: none;
  }

  .work-section {
    display: block;
  }

  .project-paragraph.about {
    width: 100%;
  }

  .project-accordion.about {
    justify-content: flex-start;
  }

  .div-block-3 {
    height: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .small-sub-headiing.mini-title-dash {
    font-size: 1.7vw;
  }

  .project-images-wrapper-01 {
    align-items: stretch;
  }

  .image-11 {
    padding-right: 20px;
  }

  .div-block-6 {
    background-image: url('../images/047A6872_1.avif');
  }

  .html-embed-work {
    height: 15vw;
  }

  .glass-slider-info {
    margin-top: 24%;
  }

  .button-div-hide {
    display: none;
  }

  .page-title-wrapper {
    flex-flow: row;
  }

  .div-block-40 {
    align-items: flex-end;
    position: absolute;
    inset: 0% 0% auto;
  }

  .shuffle-wrapper-wo-title {
    flex-flow: row;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .work-titles {
    margin-bottom: 2.5vw;
    font-size: 12vw;
  }

  .work-titles.info-section {
    margin-top: 10px;
    font-size: 5.5vw;
  }

  .work-titles.tracking-adjust.scramble-text {
    letter-spacing: -.08vw;
    margin-bottom: 3vw;
    font-size: 12vw;
  }

  .main-title-wrapper {
    width: 100%;
  }

  .sub-title-wrapper {
    width: 24%;
  }

  .sub-heading {
    font-size: 3vw;
  }

  .slider-wrapper {
    margin-top: 15px;
    display: block;
  }

  .slider {
    align-items: center;
    margin-right: 0;
  }

  .slider-dots {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 1.8vw;
    position: static;
  }

  .image {
    display: none;
  }

  .image-2 {
    display: inline-block;
  }

  .image-3, .image-4, .image-5, .image-6, .image-7 {
    display: none;
  }

  .button-main.button-solid {
    font-size: 2vw;
  }

  .button-main.button-solid:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
  }

  .button-main.button-solid:active {
    background-color: var(--light-yellow);
  }

  .button-main.button-solid.outline:hover {
    color: #fff;
    background-color: #000;
  }

  .button-main.button-solid.outline:active {
    color: var(--light-yellow);
  }

  .div-block-2 {
    width: 75%;
  }

  .navbar-section {
    display: none;
  }

  .nav-wrapper {
    padding-top: 2.5vw;
    padding-bottom: 0;
  }

  .nav-link.end-block.back-to-top:hover {
    color: var(--white);
  }

  .nav-link.end-block.back-to-top:active {
    color: var(--light-yellow);
  }

  .nav-link.footer {
    color: var(--grey);
    font-size: 1.8vw;
  }

  .nav-link.mobile {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 3vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 5vw;
    overflow: hidden;
  }

  .nav-link.mobile:hover {
    color: var(--white);
  }

  .nav-link.mobile:active {
    color: var(--yellow);
  }

  .nav-link.mobile.w--current {
    color: #ffffff4d;
    flex-flow: row;
  }

  .main-logo.header {
    width: 10vw;
    padding: 0;
    position: static;
  }

  .main-logo.temp {
    width: 95px;
  }

  .footer-section {
    z-index: 10000;
  }

  .lower-footer-wrapper {
    margin-bottom: 3vw;
  }

  .footer-text {
    font-size: 1.2vw;
  }

  .footer-text.footer.temp {
    font-size: 1.4vw;
  }

  .logo-link-header-mobile {
    z-index: 2000;
    position: relative;
  }

  .logo-link-header-mobile.footer.w--current {
    z-index: 0;
    position: static;
  }

  .text-block-2 {
    font-size: 1.3vw;
  }

  .navbar-mobile {
    z-index: 100000;
    mix-blend-mode: difference;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .hamburger-top, .hamburger-middle {
    background-color: var(--white);
    width: 85px;
    height: 3.5px;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
  }

  .hamburger-bottom {
    background-color: #fff;
    width: 85px;
    height: 3.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
  }

  .mobile-menu-link {
    z-index: 2000;
    flex-direction: column;
    justify-content: center;
    margin-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: flex;
    position: relative;
  }

  .mobile-overlay {
    z-index: 1000;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .nav-wrapper-mobile {
    display: block;
  }

  .nav-text-mobile {
    margin-bottom: 1vw;
    font-size: 12vw;
    line-height: .8;
  }

  .nav-feature-text {
    margin-top: 15px;
  }

  .body {
    background-color: var(--black);
  }

  .greeting-wrapper {
    font-size: 1.2vw;
  }

  .hello {
    display: none;
  }

  .title-section {
    margin-bottom: 3vw;
  }

  .work-section {
    margin-top: 30px;
  }

  .flex-wrapper {
    margin-bottom: 15px;
  }

  .main-paragraph.temp {
    font-size: 2.2vw;
  }

  .full-project-link {
    margin-top: 7px;
  }

  .project-spacer {
    height: 20px;
  }

  .h3-about.temp {
    font-size: 3.6vw;
  }

  .div-block-12 {
    width: 56%;
  }

  .button {
    white-space: nowrap;
  }

  .center, .r, .g, .b {
    width: 50vw;
  }

  .code-embed {
    opacity: .17;
    display: none;
    transform: rotate(-90deg);
  }

  .main-sub-heading {
    width: 53vw;
    min-height: 9.7vw;
    font-size: 2vw;
  }

  .div-hide.nav-appear {
    margin-bottom: 3vw;
  }

  .div-hide.nav-appear.bottom {
    margin-bottom: 0;
  }

  .div-hide.work-appear {
    margin-bottom: 2vw;
  }

  .button-div-hide {
    display: none;
  }

  .button-wrapper {
    margin-top: 3.5vw;
  }

  .button-01 {
    font-size: 2vw;
  }

  .button-01.shadow {
    font-size: 1.8vw;
  }

  .scramble-text {
    font-size: 2rem;
  }

  .work-titles-wrapper {
    width: 100%;
  }

  ._100-svh-wrapper {
    justify-content: center;
    align-items: center;
  }

  ._100-svh-wrapper.work {
    min-height: 85vw;
  }

  ._100-svh-wrapper.contact {
    min-height: 120vw;
  }

  ._100-svh-wrapper.home {
    min-height: 120vw;
    max-height: 160vw;
  }

  ._100-svh-wrapper.about {
    min-height: 100vw;
  }

  .work-hover-wrapper {
    display: none;
  }

  .page-title {
    font-size: 10vw;
  }

  .page-title.info-section {
    margin-top: 10px;
    font-size: 5.5vw;
  }

  .page-title.about {
    font-size: 10.7vw;
  }

  .page-title.project-01, .page-title.project-03, .page-title.project-02, .page-title.project-05, .page-title.project-04 {
    font-size: 11vw;
  }

  .content-split {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-flow: column;
    margin-top: 3vw;
  }

  .content-split.about-dropdown {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    margin-top: 4vw;
  }

  .content-split.about-shuffle {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    margin-bottom: 2vw;
  }

  .standard-paragraph {
    font-size: 1.6vw;
  }

  .content-holder {
    width: 71.3vw;
    min-height: 20vw;
  }

  .content-holder.contact {
    min-height: 11vw;
  }

  .content-holder.bottom {
    min-height: 21vw;
  }

  .content-holder.about {
    margin-bottom: 4vw;
  }

  .drop-down-titles {
    font-size: 1.5vw;
  }

  .div-block-29 {
    margin-top: 0;
  }

  .dropdown-ruler {
    margin-top: 2vw;
  }

  .drop-down-paragraph {
    padding-right: 8vw;
    font-size: 1.5vw;
  }

  .arrow-cross-holder {
    width: 1.5vw;
    height: 1.5vw;
  }

  .drop-down-text {
    height: 7vw;
  }

  .drop-down-wrapper {
    margin-bottom: 2vw;
  }

  .div-block-32 {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .paragraph-holder.project {
    margin-bottom: 3vw;
  }

  .standard-paragraph-title {
    margin-bottom: .65vw;
    font-size: 1.5vw;
  }

  .standard-paragraph-title.form {
    grid-row-gap: 0rem;
    align-items: flex-start;
    margin-bottom: 1vw;
  }

  .contact-detail-holder-01 {
    margin-top: 2.5vw;
  }

  .contact-detail-holder-02 {
    margin-top: 0;
  }

  .button-pdp {
    width: 12vw;
    font-size: 1.5vw;
  }

  .text-field {
    height: 4vw;
    margin-bottom: 2vw;
    font-size: 1.5vw;
  }

  .text-field.message-field {
    height: 4vw;
    min-height: 20vw;
    margin-bottom: 2.5vw;
  }

  .form-block {
    width: 71.3vw;
    height: 56vw;
  }

  .contact-form-holder {
    width: 71.3vw;
    margin-left: 0;
  }

  .paragraph-title-holder.about {
    margin-bottom: 1.4vw;
  }

  .project-section-01 {
    margin-top: 13vw;
  }

  .project-hero-images-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: 80.5vw;
    margin-top: 3vw;
  }

  .project-hero-image.set-height.top {
    display: none;
  }

  .project-hero-image.set-height.alt {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: block;
  }

  .project-hero-image.video {
    width: 80.5vw;
    height: 80vw;
    margin-bottom: -.2vw;
  }

  .project-hero-image.video.portrait {
    height: 140vw;
  }

  .project-hero-image.video.portrait.non-video {
    height: 120vw;
  }

  .project-hero-image.alt {
    display: none;
  }

  .shuffle-holder {
    flex-flow: column;
  }

  .title-sub-heading-wrapper {
    margin-top: 2vw;
    margin-left: 0;
  }

  .project-sub-heading {
    font-size: 1.5vw;
    line-height: 1;
  }

  .title-sub-heading-holder-middle {
    margin-right: 4vw;
  }

  .project-arrow-wrapper {
    right: -5%;
  }

  .project-arrow-link {
    display: none;
  }

  .project-arrow-link.scroll-me {
    display: block;
  }

  .project-arrow {
    width: 1.2vw;
  }

  .project-arrow.scroll-me {
    width: .8vw;
  }

  .project-section-02 {
    margin-top: 5vw;
  }

  .project-paragraph-wrapper {
    width: 80.5vw;
    min-height: 30vw;
  }

  .project-paragraph-wrapper.project-01 {
    min-height: 30vw;
  }

  .project-paragraph-wrapper.project-02 {
    min-height: 25vw;
  }

  .project-paragraph-wrapper.project-03 {
    min-height: 24vw;
  }

  .project-paragraph-wrapper.project-04, .project-paragraph-wrapper.project-05 {
    min-height: 28vw;
  }

  .project-paragraph-title {
    font-size: 1.4vw;
  }

  .project-section-04 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .project-section-04.bottom-margin {
    padding-bottom: 8vw;
  }

  .project-hero-video-holder {
    width: 58vw;
    transform: translate(0, -5vw);
  }

  .work-image-grid-split {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    flex-flow: column-reverse;
    margin-top: 3vw;
  }

  .work-image-grid-split.video {
    margin-bottom: 0;
  }

  .work-image-grid-split.non-reversed {
    flex-flow: column;
  }

  .gradient-wrapper {
    filter: blur(180px);
  }

  .circle {
    width: 80vw;
    height: 80vw;
  }

  .project-hero-image-left {
    display: none;
  }

  .project-shufffle-spacer {
    height: 8.7vw;
  }

  .pl-loading-bar-holder {
    width: 70vw;
    height: 2vw;
  }

  .pl-text-wrapper {
    margin-top: 1.5vw;
  }

  .pl-text, .loading-percentage, .percentage-sign {
    font-size: 1.5vw;
  }

  ._100-percentage-wrapper {
    right: 1.4vw;
  }

  .loading-percentage-100, .nav-title.hover-effect.hover-effect--cursor-square {
    font-size: 1.5vw;
  }

  .nav-title.hover-effect.hover-effect--cursor-square.heading {
    margin-bottom: 1vw;
    font-size: 12vw;
  }

  .nav-title.hover-effect.hover-effect--cursor-square.heading.w--current {
    opacity: .35;
  }

  .nav-title.hover-effect.hover-effect--cursor-square.heading.bottom-01 {
    margin-bottom: 0;
  }

  .standard-paragraph-link {
    font-size: 1.5vw;
  }

  .standard-paragraph-link.low-caps {
    font-size: 1.6vw;
  }

  .project-image-holder.project-05 {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .main-logo-desktop.header, .main-logo-desktop.temp {
    width: 95px;
  }

  .home-video-holder {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-bg-video-embed {
    opacity: .15;
    width: 100%;
    min-height: 80vw;
    margin-right: 0;
  }

  .code-embed-mobile {
    opacity: .17;
    display: none;
    transform: rotate(-90deg);
  }

  .main-content-holder {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-menu-interaction-holder {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .nav-menu-interaction-left {
    padding-right: .8vw;
  }

  .nav-menu-interaction-middle {
    display: block;
  }

  .nav-menu-interaction-middle.show {
    display: none;
  }

  .nav-menu-interaction-right {
    padding-left: .8vw;
  }

  .nav-menu-interaction-middle-wrapper {
    width: 4.6vw;
    overflow: hidden;
  }

  .mobile-overlay-bg-color {
    z-index: -1;
    opacity: .4;
    filter: none;
    background-color: #000;
    position: absolute;
    inset: 0%;
  }

  .main-content-holder-work {
    justify-content: flex-start;
    align-items: center;
  }

  .contact-details-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    display: flex;
  }

  .contact-detail-wrapper {
    flex-flow: column;
    display: flex;
  }

  .contact-detail-wrapper.right, .contact-detail-wrapper.left {
    align-items: flex-start;
  }

  .project-image-half {
    width: 80.5vw;
  }

  .div-block-61 {
    height: 10vw;
  }

  .no-scroll {
    overflow: hidden;
  }

  .div-block-62 {
    align-items: center;
    height: 100svh;
    display: flex;
  }

  .div-block-63 {
    align-items: center;
    height: 70svh;
    display: block;
    position: relative;
    overflow: auto;
  }

  .mobile-overlay-content-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100svh;
    min-height: 80vw;
    display: flex;
  }

  .mobile-overlay-scroller-short-vh {
    width: 100%;
    height: 100svh;
    overflow: auto;
  }

  .dropdown-wrapper {
    width: 71.3vw;
  }

  .dropdown-wrapper.contact {
    height: 25vw;
  }

  .browser_top-bar.is-dark {
    background-image: linear-gradient(#424343, #363737);
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .browser-button {
    width: 1.2vw;
    height: 1.2vw;
  }

  .browser_component {
    width: 80%;
  }

  .browser-search-text.remake {
    font-size: 1.3vw;
  }

  .browser_component-2 {
    width: 80%;
  }

  .browser-mock-up-wrapper {
    height: 53.7vw;
  }

  .browser-search-bar-wrapper {
    height: 3.5vw;
  }

  .browser_search-bar-copy.remake {
    height: 2vw;
  }

  .video-loop-code-embed {
    display: block;
  }

  .project-section-05 {
    margin-top: 0;
    padding-bottom: 8vw;
  }

  .hero-image-change-order-holder {
    width: 80.5vw;
    margin-bottom: 3vw;
  }

  .image-22 {
    width: 80.5vw;
  }

  .scroll-me-arrow-wrapper {
    bottom: -30%;
    right: 5%;
  }

  .project-section-03-5 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .project-section-03-5.bottom-margin {
    padding-bottom: 8vw;
  }

  .project-image-vertical-split {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .project-image-vertical-split.set-height.top {
    display: none;
  }

  .project-image-vertical-split.set-height.alt {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: block;
  }

  .project-image-vertical-split.video {
    height: 80vw;
  }

  .nz-time {
    width: 21vw;
  }

  .quick-stack {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    height: 100%;
    margin-top: 3vw;
  }

  .quick-stack.project-05, .quick-stack.project-02._02 {
    height: 100%;
  }

  .quick-stack-2 {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .cell-hide {
    display: none;
  }

  .desktop-hide {
    display: block;
  }

  .desktop-show {
    display: none;
  }

  .utility-page-content {
    width: 25vw;
  }

  .heading-4 {
    font-size: 3vw;
  }

  .text-block-5 {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 767px) {
  .container.flex {
    flex-direction: column;
  }

  .work-titles.second {
    display: none;
  }

  .work-titles.second.mobile {
    text-align: left;
    letter-spacing: -1px;
    margin-top: 3px;
    margin-bottom: 0;
    display: block;
  }

  .work-titles.info-section {
    margin-top: 5px;
    font-size: 8vw;
  }

  .work-titles.tracking-adjust.scramble-text {
    letter-spacing: -.1vw;
  }

  .main-title-wrapper, .sub-title-wrapper, .info-title-wrapper {
    width: 100%;
  }

  .sub-heading {
    font-size: 4.35vw;
  }

  .sub-heading.content-pages {
    margin-bottom: 20px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .slider-dots {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 2.5vw;
    position: static;
  }

  .image {
    display: inline-block;
  }

  .image-2 {
    display: none;
  }

  .image-3, .image-4, .image-5, .image-6, .image-7 {
    display: inline-block;
  }

  .button-main.button-solid {
    font-size: 3vw;
  }

  .nav-wrapper {
    margin-bottom: 0;
  }

  .nav-link.end-block.footer {
    margin-right: -10px;
  }

  .nav-link.footer {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 2.6vw;
  }

  .nav-link.footer.w--current {
    color: var(--yellow);
  }

  .footer-text {
    font-size: 1.5vw;
  }

  .footer-text.footer.temp {
    font-size: 1.8vw;
  }

  .text-block-2 {
    font-size: 2vw;
  }

  .mobile-overlay {
    display: none;
  }

  .nav-text-mobile {
    font-size: 6vw;
  }

  .greeting-wrapper {
    font-size: 2.5vw;
  }

  .title-section.project-pages {
    margin-bottom: 3vw;
  }

  .project-title {
    font-size: 6vw;
  }

  .flex-wrapper {
    margin-top: 7px;
    margin-bottom: 10px;
  }

  .project-paragraph {
    width: 100%;
  }

  .main-paragraph {
    font-size: 3.4vw;
  }

  .main-paragraph.temp {
    font-size: 3.1vw;
  }

  .main-paragraph.project-link {
    font-size: 3vw;
  }

  .full-project-link {
    margin-top: 2vw;
  }

  .project-image-wrapper {
    width: 35%;
  }

  .preview-image-big {
    display: none;
  }

  .preview-image-small {
    height: 29vw;
  }

  .preview-image-small.sg {
    display: none;
  }

  .project-spacer {
    height: 15px;
  }

  .plus-and-minus-wrapper {
    height: 3.5vw;
  }

  .plus, .minus, .image-10 {
    height: 2.8vw;
  }

  .small-sub-headiing {
    font-size: 3.5vw;
  }

  .project-content-wrapper {
    flex-direction: column;
    margin-bottom: 3vw;
  }

  .project-page-paragraph-wrapper {
    width: 100%;
    margin-bottom: 3.6vw;
    padding-right: 2vw;
  }

  .project-page-paragraph {
    font-size: 3vw;
  }

  .project-page-paragraph.mini-titles {
    margin-bottom: 2vw;
    font-size: 3vw;
  }

  .project-page-paragraph.name {
    margin-bottom: .5vw;
  }

  .collab-wrapper {
    width: 100%;
  }

  .project-images-wrapper-01 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-direction: column;
  }

  .image-12 {
    margin-bottom: 0;
  }

  .div-block-5 {
    flex-flow: row;
    width: 100%;
    margin-left: 0%;
    display: flex;
  }

  .div-block-6 {
    width: 100%;
    height: 55vw;
    margin-bottom: 3vw;
  }

  .div-block-6.sg {
    width: 100%;
    height: 68vw;
    margin-bottom: 0;
  }

  .project-images-wrapper-03 {
    flex-direction: column;
    margin-top: 3vw;
  }

  .image-holder.left {
    width: 100%;
    margin-bottom: 3vw;
    margin-right: 0%;
  }

  .image-holder.right {
    width: 100%;
    margin-left: 0%;
  }

  .div-block-7 {
    grid-column-gap: 10%;
    grid-row-gap: 10%;
    margin-bottom: 8px;
    display: flex;
  }

  .div-block-8 {
    width: 50%;
    height: 50%;
    margin-bottom: 0;
  }

  .div-block-9 {
    width: 50%;
    height: 505%;
    margin-left: 1.5%;
  }

  .collab-content-wrapper {
    margin-bottom: 0;
  }

  .about-content-section {
    margin-top: 35px;
  }

  .sub-heading-dash {
    font-size: 4vw;
  }

  .about-content-wrapper {
    width: 100%;
  }

  .about-content-wrapper.left {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0%;
  }

  .about-content-wrapper.right {
    padding-left: 0;
    padding-right: 0;
  }

  .h3-about {
    font-size: 6vw;
  }

  .h3-about.temp {
    font-size: 7vw;
    line-height: 1.2;
  }

  .div-block-12 {
    width: 57%;
  }

  .html-embed-work {
    width: 29vw;
    height: 29vw;
    display: block;
  }

  .glass_wrapper {
    min-width: 0;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .center, .r, .g, .b {
    width: 60vw;
  }

  .info-content-wrapper {
    flex-direction: column;
  }

  .scramble-text {
    font-size: 1.5rem;
  }

  .page-title {
    font-size: 9.15vw;
  }

  .page-title.second {
    display: none;
  }

  .page-title.second.mobile {
    text-align: left;
    letter-spacing: -1px;
    margin-top: 3px;
    margin-bottom: 0;
    display: block;
  }

  .page-title.info-section {
    margin-top: 5px;
    font-size: 8vw;
  }

  .alert.success, .contact-form {
    width: auto;
    max-width: 100%;
  }

  .project-hero-image.video {
    margin-bottom: 0;
  }

  .circle {
    height: 80vh;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .browser_search-bar, .browser_search-bar-copy {
    width: 90%;
    max-width: 70%;
  }

  .nz-time {
    width: 26vw;
  }

  .utility-page-content {
    width: 30vw;
  }

  .heading-4 {
    font-size: 3.5vw;
  }

  .text-block-5 {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .container.about-page {
    display: block;
  }

  .work-titles {
    font-size: 16.4vw;
  }

  .work-titles.second.mobile {
    letter-spacing: -1px;
  }

  .work-titles.content-pages {
    margin-top: 0;
    margin-bottom: 4px;
  }

  .work-titles.tracking-adjust.scramble-text {
    letter-spacing: -.12vw;
    margin-bottom: 4vw;
    font-size: 16.4vw;
    line-height: .8;
  }

  .sub-heading.content-pages {
    margin-top: 0;
    margin-bottom: 4px;
  }

  .slider-wrapper {
    margin-top: 0;
    display: none;
  }

  .slider-wrapper.work, .slider {
    display: block;
  }

  .slider-dots {
    margin-top: -2vw;
    font-size: 13px;
  }

  .image {
    display: inline-block;
  }

  .image.sg {
    display: none;
  }

  .button-main.button-solid {
    border-width: 2px;
    padding: 4px 9px;
    font-size: 3.8vw;
  }

  .div-block-2 {
    width: 80%;
  }

  .nav-link.footer {
    margin-left: 0;
    margin-right: 0;
    font-size: 3.3vw;
  }

  .footer-nav {
    justify-content: space-between;
    width: 75%;
  }

  .main-logo.footer {
    width: 100px;
  }

  .main-logo.header {
    width: 17vw;
    max-width: none;
  }

  .lower-footer-wrapper {
    justify-content: center;
  }

  .footer-text {
    font-size: 2.3vw;
  }

  .footer-text.footer.temp {
    font-size: 3vw;
  }

  .logo-link-header-mobile.w--current {
    width: 20%;
  }

  .text-block-2 {
    font-size: 2.3vw;
  }

  .nav-text-mobile {
    font-size: 9.5vw;
  }

  .nav-feature-text {
    margin-top: 12px;
  }

  .greeting-wrapper {
    font-size: 4vw;
  }

  .project-title {
    font-size: 7vw;
  }

  .project-paragraph {
    width: 100%;
  }

  .main-paragraph {
    margin-bottom: 0;
    font-size: 3.5vw;
  }

  .main-paragraph.temp, .main-paragraph.project-link {
    font-size: 3.5vw;
  }

  .full-project-link {
    margin-top: 3vw;
    margin-bottom: 4vw;
  }

  .project-image-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .preview-image-small {
    height: auto;
    margin-top: 2vw;
    margin-bottom: 4vw;
  }

  .project-accordion {
    flex-flow: column-reverse;
  }

  .project-spacer {
    height: 10px;
  }

  .plus-and-minus-wrapper {
    height: 4vw;
  }

  .plus, .minus, .image-10 {
    height: 3.5vw;
  }

  .small-sub-headiing {
    font-size: 4vw;
  }

  .project-page-paragraph-wrapper {
    padding-right: 3vw;
  }

  .project-page-paragraph {
    margin-bottom: 2vw;
    font-size: 3.4vw;
  }

  .h3-about.temp {
    font-size: 8vw;
  }

  .div-block-12 {
    width: 65%;
  }

  .home-video-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .html-embed-work {
    width: auto;
    height: auto;
    display: none;
  }

  .html-embed-work.sg {
    display: inline-block;
  }

  .form {
    margin-bottom: 0;
  }

  .glass-title-tip {
    font-size: 1rem;
    display: none;
  }

  .form-error-msg {
    margin-bottom: 0;
  }

  .glass_img-top {
    width: 7rem;
  }

  .heading-3.is-white {
    font-size: 1.5rem;
  }

  .glass_img-bottom {
    width: 8rem;
  }

  .glass_wrapper {
    grid-row-gap: 1.5rem;
    min-width: 0;
    padding: 3rem 2rem;
  }

  .section {
    overflow: visible;
  }

  .center, .r, .g, .b {
    width: 80vw;
  }

  .link-block-3, .link-block-4, .link-block-5 {
    display: none;
  }

  .slider-mask {
    margin-top: 1vw;
    margin-bottom: 4vw;
  }

  .work-images-wrapper {
    display: none;
  }

  .main-sub-heading {
    width: 80.7vw;
    min-height: 16vw;
    font-size: 3.2vw;
  }

  .div-hide {
    margin-left: -1.5vw;
    padding-left: 1.5vw;
  }

  .button-01-interaction {
    border-width: .2vw;
  }

  .button-wrapper {
    margin-top: 3.5vw;
  }

  .button-01 {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 3.3vw;
  }

  .button-01.hover {
    font-size: 3.3vw;
  }

  .button-01.shadow {
    font-size: 2.6vw;
  }

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

  .scramble-text {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  ._100-svh-wrapper.home, ._100-svh-wrapper.about {
    min-height: 160vw;
    max-height: 200vw;
  }

  .page-title {
    font-size: 12.88vw;
  }

  .page-title.second.mobile {
    letter-spacing: -1px;
  }

  .page-title.content-pages {
    margin-top: 0;
    margin-bottom: 4px;
  }

  .page-title.about {
    font-size: 13.79vw;
  }

  .page-title.project-01 {
    font-size: 14.4vw;
  }

  .page-title.project-03 {
    font-size: 14.7vw;
  }

  .page-title.project-02 {
    font-size: 15vw;
  }

  .page-title.project-05 {
    font-size: 16vw;
  }

  .page-title.project-04 {
    font-size: 17.1vw;
  }

  .content-split {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    margin-top: 5vw;
  }

  .content-split.about-shuffle {
    min-height: 35vw;
  }

  .standard-paragraph {
    font-size: 2.7vw;
  }

  .content-holder {
    width: 96vw;
    min-height: 36vw;
  }

  .content-holder.contact {
    min-height: 22vw;
  }

  .content-holder.bottom {
    min-height: 38vw;
  }

  .content-holder.about {
    margin-bottom: 7vw;
  }

  .drop-down-titles {
    font-size: 2.7vw;
  }

  .dropdown-ruler {
    height: .25vw;
  }

  .drop-down-paragraph {
    margin-top: 2vw;
    font-size: 2.5vw;
  }

  .arrow-cross-holder {
    width: 2.7vw;
    height: 2.7vw;
  }

  .drop-down-text {
    height: 13vw;
  }

  .about-us-section {
    margin-top: 20vw;
  }

  .paragraph-holder.project {
    margin-top: 2vw;
    margin-bottom: 5vw;
  }

  .standard-paragraph-title {
    margin-bottom: 1.5vw;
    font-size: 2.5vw;
  }

  .contact-detail-holder-01 {
    margin-top: 4vw;
  }

  .button-pdp {
    width: 20vw;
    padding: 6px 12px;
    font-size: 2.5vw;
  }

  .text-field {
    height: 5vw;
    margin-top: 1.5vw;
    margin-bottom: 3vw;
    font-size: 12px;
    line-height: 16px;
  }

  .text-field.message-field {
    margin-bottom: 4vw;
  }

  .form-block {
    width: 96vw;
    height: 70vw;
  }

  .st {
    font-size: 12px;
    line-height: 16px;
  }

  .paragraph-title-holder.about {
    margin-bottom: 2.5vw;
  }

  .project-section-01 {
    margin-top: 17vw;
  }

  .project-hero-images-wrapper {
    width: 96vw;
    margin-top: 4vw;
  }

  .project-hero-image.video {
    width: 96vw;
    height: 95vw;
  }

  .project-hero-image.video.portrait {
    width: 96vw;
    height: 170vw;
  }

  .project-hero-image.video.portrait.non-video {
    height: 144vw;
  }

  .title-sub-heading-wrapper {
    margin-top: 3vw;
  }

  .project-sub-heading {
    font-size: 2.4vw;
  }

  .project-arrow.scroll-me {
    width: 1.2vw;
  }

  .project-section-02 {
    margin-top: 6vw;
  }

  .project-paragraph-wrapper {
    width: 96vw;
    min-height: 63vw;
  }

  .project-paragraph-wrapper.project-01 {
    min-height: 60vw;
  }

  .project-paragraph-wrapper.project-02 {
    min-height: 55vw;
  }

  .project-paragraph-wrapper.project-03 {
    min-height: 54vw;
  }

  .project-paragraph-wrapper.project-04 {
    min-height: 62vw;
  }

  .project-paragraph-wrapper.project-05 {
    min-height: 60vw;
  }

  .project-paragraph-title {
    font-size: 2.3vw;
  }

  .project-section-04.bottom-margin {
    padding-bottom: 10vw;
  }

  .project-hero-video-holder {
    width: 69.3vw;
    transform: translate(0, -6vw);
  }

  .work-image-grid-split {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    width: 96vw;
    margin-top: 4vw;
  }

  .gradient-wrapper {
    opacity: .8;
    inset: 0% auto auto 0%;
  }

  .project-shufffle-spacer {
    height: 11vw;
  }

  .project-shufffle-spacer.project-03 {
    height: 11.5vw;
  }

  .project-shufffle-spacer.project-01 {
    height: 11.2vw;
  }

  .project-shufffle-spacer.project-02, .project-shufffle-spacer.project-04 {
    height: 11.5vw;
  }

  .project-shufffle-spacer.project-05 {
    height: 12.5vw;
  }

  .project-shufffle-spacer.project-04 {
    height: 13vw;
  }

  .pl-loading-bar-holder {
    border-width: .1vw;
    width: 85vw;
    height: 3vw;
  }

  .pl-text-wrapper {
    margin-top: 2vw;
  }

  .pl-text, .loading-percentage, .percentage-sign {
    font-size: 2.5vw;
  }

  ._100-percentage-wrapper {
    display: block;
    right: 2.3vw;
  }

  .loading-percentage-100, .nav-title.hover-effect.hover-effect--cursor-square {
    font-size: 2.5vw;
  }

  .nav-title.hover-effect.hover-effect--cursor-square.heading {
    font-size: 14.8vw;
  }

  .nav-title.hover-effect.hover-effect--cursor-square.heading.nav {
    font-size: 14.5vw;
  }

  .standard-paragraph-link, .standard-paragraph-link.low-caps {
    font-size: 2.7vw;
  }

  .project-image-holder {
    width: 96vw;
  }

  .main-logo-desktop.footer {
    width: 100px;
  }

  .main-logo-desktop.header {
    width: 100px;
    max-width: none;
  }

  .home-video-holder {
    width: 120vw;
  }

  .nav-menu-interaction-middle-wrapper {
    width: 7.7vw;
  }

  .contact-details-wrapper {
    flex-flow: row;
    justify-content: space-between;
  }

  .contact-detail-wrapper.right {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .project-image-half {
    width: 96vw;
  }

  .div-block-64 {
    width: 95vw;
    margin-left: -1.5vw;
    padding-left: 1.5vw;
    overflow: hidden;
  }

  .div-block-65 {
    width: 120vw;
  }

  .dropdown-wrapper {
    width: 96vw;
  }

  .browser-buttons-wrapper {
    grid-column-gap: 1.2vw;
    grid-row-gap: 1.2vw;
    margin-top: 0;
    margin-left: 2vw;
  }

  .browser_top-bar {
    justify-content: flex-start;
    display: flex;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .browser_search-bar {
    width: 100%;
    display: block;
  }

  .browser-button {
    width: 2vw;
    height: 2vw;
  }

  .browser_component {
    width: 100%;
    min-height: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .browser_content-wrapper {
    display: flex;
  }

  .browser-search-text {
    overflow: hidden;
  }

  .browser-search-text.remake {
    font-size: 2.2vw;
  }

  .browser_component-2 {
    width: 100%;
    min-height: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .browser-mock-up-wrapper {
    border-radius: 1vw;
    height: 66.7vw;
  }

  .browser-search-bar-wrapper {
    height: 7vw;
  }

  .browser_search-bar-copy.remake {
    width: 60%;
    height: 3.5vw;
  }

  .project-section-05 {
    padding-bottom: 12vw;
  }

  .hero-image-change-order-holder, .image-22 {
    width: 96vw;
  }

  .scroll-me-arrow-wrapper {
    bottom: -35%;
    right: 6%;
  }

  .project-section-03-5.bottom-margin {
    padding-bottom: 10vw;
  }

  .project-image-vertical-split.video {
    height: 95vw;
  }

  .time-wrapper {
    display: none;
  }

  .quick-stack {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    width: 96vw;
    margin-top: 4vw;
  }

  .quick-stack-2 {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .standard-paragraph-link-holder {
    margin-top: 2vw;
  }

  .utility-page-content {
    width: 47vw;
  }

  .heading-4 {
    font-size: 5vw;
  }

  .text-block-5 {
    font-size: 2.7vw;
  }
}

#w-node-_64e18329-285e-afa9-665c-bc02e670c492-1220ca1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa19a6f3-1bfa-0481-0b5f-c1c6803fc324-1220ca1b {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-aa19a6f3-1bfa-0481-0b5f-c1c6803fc32e-1220ca1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa19a6f3-1bfa-0481-0b5f-c1c6803fc333-1220ca1b, #w-node-aa19a6f3-1bfa-0481-0b5f-c1c6803fc334-1220ca1b, #w-node-aa19a6f3-1bfa-0481-0b5f-c1c6803fc342-1220ca1b, #w-node-aa19a6f3-1bfa-0481-0b5f-c1c6803fc343-1220ca1b, #w-node-aa19a6f3-1bfa-0481-0b5f-c1c6803fc351-1220ca1b, #w-node-aa19a6f3-1bfa-0481-0b5f-c1c6803fc352-1220ca1b {
  justify-self: end;
}

#w-node-aa19a6f3-1bfa-0481-0b5f-c1c6803fc35b-1220ca1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa19a6f3-1bfa-0481-0b5f-c1c6803fc360-1220ca1b, #w-node-aa19a6f3-1bfa-0481-0b5f-c1c6803fc361-1220ca1b, #w-node-aa19a6f3-1bfa-0481-0b5f-c1c6803fc36f-1220ca1b, #w-node-aa19a6f3-1bfa-0481-0b5f-c1c6803fc370-1220ca1b, #w-node-aa19a6f3-1bfa-0481-0b5f-c1c6803fc37e-1220ca1b, #w-node-aa19a6f3-1bfa-0481-0b5f-c1c6803fc37f-1220ca1b, #w-node-aa19a6f3-1bfa-0481-0b5f-c1c6803fc38d-1220ca1b, #w-node-aa19a6f3-1bfa-0481-0b5f-c1c6803fc38e-1220ca1b, #w-node-aa19a6f3-1bfa-0481-0b5f-c1c6803fc39c-1220ca1b, #w-node-aa19a6f3-1bfa-0481-0b5f-c1c6803fc39d-1220ca1b, #w-node-aa19a6f3-1bfa-0481-0b5f-c1c6803fc3ab-1220ca1b, #w-node-aa19a6f3-1bfa-0481-0b5f-c1c6803fc3ac-1220ca1b, #w-node-aa19a6f3-1bfa-0481-0b5f-c1c6803fc3ba-1220ca1b, #w-node-aa19a6f3-1bfa-0481-0b5f-c1c6803fc3bb-1220ca1b {
  justify-self: end;
}

#w-node-a30ec10b-aa4a-9e80-9133-eb3ca2ae70f3-f522d908 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a30ec10b-aa4a-9e80-9133-eb3ca2ae70f9-f522d908 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-f18007e0-e004-8ae5-d495-688477c0fa99-f522d908 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9ed46389-5f57-194b-7b96-0a6013216a34-f522d908 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-c2b9fb93-3488-0324-dd83-88e0d0478985-f1293927 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c2b9fb93-3488-0324-dd83-88e0d047898b-f1293927 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-a30ec10b-aa4a-9e80-9133-eb3ca2ae70f3-f522d908 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a30ec10b-aa4a-9e80-9133-eb3ca2ae70ff-f522d908 {
    order: 0;
  }

  #w-node-f18007e0-e004-8ae5-d495-688477c0fa99-f522d908 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_54372550-ceec-752f-0a9e-f656dcfc90eb-f522d908 {
    order: 0;
  }

  #w-node-c2b9fb93-3488-0324-dd83-88e0d0478985-f1293927 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c2b9fb93-3488-0324-dd83-88e0d0478986-f1293927 {
    order: 9999;
  }

  #w-node-c2b9fb93-3488-0324-dd83-88e0d0478991-f1293927 {
    order: 0;
  }
}


@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayMediu.ttf') format('truetype'), url('../fonts/NeueHaasDisplayRoman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayThin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}