html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  #EFEFEF-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --colour-one: #3e0100;
  --colour-two: #ff3d00;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

img {
  vertical-align: top;
}

html, body {
  margin: 0;
  padding: 0;
  font-size: 10px;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-size-adjust: 100%;
  background-color: var(--colour-one);
  color: var(--colour-two);
  font-weight: 500;
  line-height: 1.2;
  scroll-behavior: smooth;
  font-family: "pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.content {
  height: 100%;
  overflow: hidden;
}

h1, h2, .text-b {
  font-family: "pragmatica", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
}

h2 {
  font-size: 22px;
  margin: 0;
}
@media (min-width: 660px) {
  h2 {
    font-size: 67px;
  }
}

h3 {
  font-size: 14px;
  margin: 0;
  font-family: "pragmatica", sans-serif;
  font-weight: 600;
  font-style: normal;
}

h4 {
  font-size: 20px;
  margin: 0;
  font-family: "pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
}

.logo {
  width: 11.5vw;
  position: fixed;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
}
.logo svg {
  fill: var(--colour-two);
}

.const-wrap {
  position: fixed;
  z-index: 10;
  pointer-events: none;
  -webkit-perspective: 100000;
          perspective: 100000;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.const-wrap .shape-1 {
  -webkit-transform: translateZ(100);
          transform: translateZ(100);
}

.fixed-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
  padding-top: 10px;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  width: 100vw;
  gap: 0;
}
@media (min-width: 660px) {
  .fixed-grid {
    padding: 20px;
    padding-bottom: calc(30px + 17.03835861vw);
    overflow: hidden;
    height: unset;
  }
}
.fixed-grid .grid-item {
  width: 100%;
  height: 180px;
  position: relative;
  display: block;
}
@media (min-width: 660px) {
  .fixed-grid .grid-item {
    height: calc((100vh - 30px) / 8 - 2.1297948263vw);
    display: block;
    width: 50%;
  }
  .fixed-grid .grid-item:nth-child(n+17) {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .fixed-grid .grid-item {
    width: 25%;
    height: calc((100vh - 30px) / 4 - 4.2595896525vw);
    display: block !important;
  }
}
.fixed-grid .grid-item .project-item {
  display: none;
  padding: 10px;
  height: 100%;
  font-size: 3vw;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 660px) {
  .fixed-grid .grid-item .project-item {
    font-size: calc(0.3vw + 0.7vh);
  }
}
@media (min-width: 992px) {
  .fixed-grid .grid-item .project-item {
    font-size: calc(0.4vw + 0.6vh);
  }
}
.fixed-grid .grid-item .project-item .cont-wrap {
  overflow: hidden;
  height: 100%;
}
.fixed-grid .grid-item .project-item .asset-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  -webkit-transform: translateY(30%);
      -ms-transform: translateY(30%);
          transform: translateY(30%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.fixed-grid .grid-item .project-item .asset-wrap * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.fixed-grid .grid-item .project-item .asset-wrap .asset {
  width: auto;
  height: auto;
  max-width: calc(100% - 30px);
}
.fixed-grid .grid-item .project-item .asset-wrap .asset.video-wrap, .fixed-grid .grid-item .project-item .asset-wrap .asset.project-asset {
  width: 100%;
}
@media (hover: hover) {
  .fixed-grid .grid-item .project-item:hover {
    z-index: 3;
  }
  .fixed-grid .grid-item .project-item:hover img, .fixed-grid .grid-item .project-item:hover video, .fixed-grid .grid-item .project-item:hover .video-wrap, .fixed-grid .grid-item .project-item:hover .video-embed, .fixed-grid .grid-item .project-item:hover .project-asset {
    opacity: 1;
  }
  .fixed-grid .grid-item .project-item:hover .cheat-img {
    background-color: #ff3d00;
  }
  .fixed-grid .grid-item .project-item:hover .asset-wrap {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media (min-width: 660px) {
  .fixed-grid .grid-item .text {
    max-width: unset;
    display: inline;
  }
}
.fixed-grid .grid-item a {
  text-decoration: none;
  color: inherit;
}
.fixed-grid .grid-item P {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
}
.fixed-grid .grid-item img, .fixed-grid .grid-item .cheat-img, .fixed-grid .grid-item .video-wrap, .fixed-grid .grid-item .project-asset {
  position: absolute;
  max-width: 110%;
  max-height: 140%;
  top: 50%;
  left: 50%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translate(var(--transX), var(--transY)) perspective(5000px) rotateY(var(--rotateX)) rotateX(var(--rotateY));
          transform: translate(var(--transX), var(--transY)) perspective(5000px) rotateY(var(--rotateX)) rotateX(var(--rotateY));
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  transform-style: preserve-3d;
  pointer-events: none;
  -webkit-filter: drop-shadow(var(--dropX) var(--dropY) 10px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(var(--dropX) var(--dropY) 10px rgba(0, 0, 0, 0.5));
  width: 100%;
  height: 100%;
}
.fixed-grid .grid-item .video-wrap, .fixed-grid .grid-item .embed-wrap {
  width: 100%;
}
.fixed-grid .grid-item .cheat-img {
  border: 1px solid var(--colour-two);
  opacity: 1;
  -webkit-transform: translate(-50%, -80%);
      -ms-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
  height: 100%;
  display: none;
}
.fixed-grid .grid-item .embed-wrap img {
  -o-object-fit: contain;
     object-fit: contain;
}
.fixed-grid .grid-item .client-logo {
  font-family: "pragmatica", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-shadow: 1px 1px 0px var(--colour-two);
  border-radius: 10px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}
.fixed-grid .grid-item .client-logo svg {
  fill: var(--colour-two) !important;
  max-width: 90px;
  max-height: 40px;
  width: 100%;
  height: 100%;
  min-height: 30px;
}
.fixed-grid .grid-item .client-logo svg g, .fixed-grid .grid-item .client-logo svg polygon, .fixed-grid .grid-item .client-logo svg path, .fixed-grid .grid-item .client-logo svg .st0, .fixed-grid .grid-item .client-logo svg .st1, .fixed-grid .grid-item .client-logo svg .st2 {
  fill: var(--colour-two) !important;
}
.fixed-grid .grid-item .loaded .video-embed, .fixed-grid .grid-item .loaded iframe {
  opacity: 1;
}
.fixed-grid .grid-item .loaded .embed-wrap img {
  opacity: 0 !important;
}
.fixed-grid .grid-item .client-logo-float {
  float: right;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  shape-outside: inset(calc(100% - 40px) 0 0);
  margin-left: 12px;
  opacity: 0;
}
.fixed-grid .grid-item .client-logo-float svg {
  fill: var(--colour-two) !important;
  max-width: 80px;
  max-height: 40px;
  width: 100%;
  height: 100%;
  opacity: 0;
  min-height: 30px;
}
.fixed-grid .grid-item .client-logo-float svg g, .fixed-grid .grid-item .client-logo-float svg polygon, .fixed-grid .grid-item .client-logo-float svg path, .fixed-grid .grid-item .client-logo-float svg .st0, .fixed-grid .grid-item .client-logo-float svg .st1, .fixed-grid .grid-item .client-logo-float svg .st2 {
  fill: var(--colour-two) !important;
}
.fixed-grid .grid-item.showing .project-item {
  z-index: 3;
}
.fixed-grid .grid-item.showing .project-item img, .fixed-grid .grid-item.showing .project-item video, .fixed-grid .grid-item.showing .project-item .video-embed, .fixed-grid .grid-item.showing .project-item .video-wrap, .fixed-grid .grid-item.showing .project-item .project-asset {
  opacity: 1;
}
.fixed-grid .grid-item.showing .project-item .cheat-img {
  background-color: #ff3d00;
}
.fixed-grid .grid-item.showing .project-item .asset-wrap {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.header-mask {
  position: fixed;
  bottom: 0;
  left: 0px;
  width: 100%;
  padding: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(10vh, var(--colour-one)));
  background-image: linear-gradient(transparent 0, var(--colour-one) 10vh);
  height: calc(30px + 17.03835861vw);
  z-index: 22;
}
@media (min-width: 660px) {
  .header-mask {
    z-index: 2;
    z-index: 4;
    height: calc(60px + 17.03835861vw);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(10vw, var(--colour-one)));
    background-image: linear-gradient(transparent 0, var(--colour-one) 10vw);
  }
}

header {
  position: fixed;
  bottom: 10px;
  left: 0px;
  width: 100%;
  padding: 20px 20px 10px 20px;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
}
@media (min-width: 660px) {
  header {
    padding: 30px 30px 20px 30px;
    z-index: 20;
  }
}
header h1 {
  font-size: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
header svg {
  height: auto;
  width: 100%;
  -webkit-animation: none;
          animation: none;
  -webkit-transition: none !important;
  transition: none !important;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
header button {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--colour-two);
  color: var(--colour-one);
  outline: none;
  border: none;
  border-radius: 50px;
  position: fixed;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  top: 16px;
  right: 12px;
}
header button span {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  font-family: "pragmatica", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  display: block;
  pointer-events: none;
}
@media (min-width: 660px) {
  header button {
    position: relative;
    font-size: 3vw;
    padding-left: 1vw;
    padding-right: 1vw;
    top: unset;
    right: unset;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: sideways;
    line-height: 1;
    padding-left: 1vw;
    padding-right: 1vw;
    width: 5vw;
  }
  header button span {
    -webkit-transform: rotate(180deg) translate(-0.05vw, 0px);
        -ms-transform: rotate(180deg) translate(-0.05vw, 0px);
            transform: rotate(180deg) translate(-0.05vw, 0px);
    line-height: 1;
    padding-right: 0.8vw;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: sideways;
  }
}

.nav-open header {
  pointer-events: none;
}
.nav-open .menu-button {
  pointer-events: all;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-align: center;
  color: var(--colour-two);
  background-color: var(--colour-one);
  z-index: 22;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: none;
}
@media (min-width: 660px) {
  nav {
    padding: 30px;
    z-index: 10;
  }
}
nav .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
@media (min-width: 660px) {
  nav .links {
    gap: 50px;
  }
}
nav h2 {
  opacity: 0;
  -webkit-transition: opacity 0.2s 0.6s;
  transition: opacity 0.2s 0.6s;
  text-transform: uppercase;
}
nav h3 {
  opacity: 0;
  margin-bottom: 15px;
  -webkit-transition: opacity 0.2s 0.3s;
  transition: opacity 0.2s 0.3s;
}
nav a {
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) {
  nav a:hover {
    -webkit-animation-name: flicker;
            animation-name: flicker;
    -webkit-animation-duration: 0.25s;
            animation-duration: 0.25s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
  }
}

.macossafari nav {
  -webkit-transition: none;
  transition: none;
}
.macossafari nav * {
  -webkit-transition: none;
  transition: none;
}
.macossafari main {
  -webkit-transition: none;
  transition: none;
}

main {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.nav-open nav {
  pointer-events: all;
  opacity: 1;
}
.nav-open nav h2, .nav-open nav h3 {
  opacity: 1;
}
.nav-open main {
  opacity: 0;
}

@-webkit-keyframes flicker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flicker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
.client-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  height: 100vh;
  height: 100svh;
}
@media (min-width: 660px) {
  .client-grid {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 40px;
  }
}
.client-grid .client-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.client-grid .client-box {
  padding: 10px;
  min-height: 60px;
  width: auto;
  color: var(--colour-two);
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 660px) {
  .client-grid .client-box {
    padding: 20px;
  }
}
.client-grid .client-box .transparent {
  position: absolute;
  bottom: 0;
  left: 0;
  color: transparent;
  font-size: 10px;
}
.client-grid .client-box.asset-toggle {
  cursor: e-resize;
}
.client-grid .client-box.asset-toggle img.lazy, .client-grid .client-box.asset-toggle video.lazy {
  border: 1px solid white;
  height: inherit;
}
.client-grid .client-box svg {
  max-height: 50px;
  min-width: 40px;
  max-width: 120px;
  width: auto;
  width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  fill: var(--colour-two) !important;
}
@media (min-width: 660px) {
  .client-grid .client-box svg {
    max-height: 90px;
    min-width: 160px;
    max-width: 200px;
  }
}
.client-grid .client-box svg g, .client-grid .client-box svg polygon, .client-grid .client-box svg path, .client-grid .client-box svg .st0, .client-grid .client-box svg .st1, .client-grid .client-box svg .st2 {
  fill: var(--colour-two) !important;
}
.client-grid .client-box.asset-toggle {
  padding: 0;
  width: auto;
  height: 90px;
  max-width: 110px;
  position: relative;
}
@media (min-width: 660px) {
  .client-grid .client-box.asset-toggle {
    height: 150px;
    max-width: 220px;
  }
}
.client-grid .client-box img, .client-grid .client-box video {
  border: 1px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.24));
          filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.24));
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 100%;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
}
.client-grid .client-box img:first-child, .client-grid .client-box video:first-child {
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  -webkit-transform: unset !important;
      -ms-transform: unset !important;
          transform: unset !important;
}
.client-grid .client-box .project-asset, .client-grid .client-box .video-wrap {
  width: 66px;
  height: 66px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.24));
          filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.24));
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.client-grid .client-box .project-asset .video-embed, .client-grid .client-box .video-wrap .video-embed {
  opacity: 1;
}
@media (min-width: 660px) {
  .client-grid .client-box .project-asset, .client-grid .client-box .video-wrap {
    width: 100%;
    height: 100%;
  }
}
.client-grid .client-box .project-asset:first-child, .client-grid .client-box .video-wrap:first-child {
  position: relative;
  z-index: 2;
  top: 0;
  -webkit-transform: translate(-50%, 0%) !important;
      -ms-transform: translate(-50%, 0%) !important;
          transform: translate(-50%, 0%) !important;
}
.client-grid .client-box .project-asset iframe, .client-grid .client-box .project-asset video, .client-grid .client-box .video-wrap iframe, .client-grid .client-box .video-wrap video {
  opacity: 1;
}
.client-grid .client-box .project-asset img, .client-grid .client-box .video-wrap img {
  width: 100%;
  height: 100%;
  position: absolute !important;
}
.client-grid .client-box .project-asset video, .client-grid .client-box .video-wrap video {
  position: static;
  -webkit-transform: unset !important;
      -ms-transform: unset !important;
          transform: unset !important;
}
.client-grid .client-box .project-asset video:first-child, .client-grid .client-box .video-wrap video:first-child {
  position: static;
  -webkit-transform: unset !important;
      -ms-transform: unset !important;
          transform: unset !important;
}
.client-grid .client-box .project-asset *, .client-grid .client-box .video-wrap * {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  position: static !important;
  pointer-events: none !important;
  top: 0 !important;
  left: 0 !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.client-grid .client-box .project-asset.loaded img, .client-grid .client-box .video-wrap.loaded img {
  opacity: 0;
}
.client-grid .client-box video {
  z-index: 3;
}

.hroz-wrap {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  width: 100%;
  position: fixed;
  height: 100%;
  z-index: 4;
}
@media (min-width: 660px) {
  .hroz-wrap {
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    display: inline-block;
  }
}
.hroz-wrap .project-grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  padding-top: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 660px) {
  .hroz-wrap .project-grid {
    height: 100%;
    width: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: calc(100vh - 30px - 17.03835861vw);
  }
}
.hroz-wrap .project-grid .project {
  height: auto;
  width: 100%;
  position: relative;
}
@media (min-width: 660px) {
  .hroz-wrap .project-grid .project {
    height: 100%;
    width: auto;
  }
}
.hroz-wrap .project-grid .project .project-info {
  position: absolute;
  bottom: 0px;
  left: 10px;
  white-space: normal;
  opacity: 0;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: opacity 0.3s 0.3s, -webkit-transform 0.5s 0.2s ease-in-out;
  transition: opacity 0.3s 0.3s, -webkit-transform 0.5s 0.2s ease-in-out;
  transition: opacity 0.3s 0.3s, transform 0.5s 0.2s ease-in-out;
  transition: opacity 0.3s 0.3s, transform 0.5s 0.2s ease-in-out, -webkit-transform 0.5s 0.2s ease-in-out;
  z-index: 2;
}
.hroz-wrap .project-grid .project .project-info h3 {
  margin-bottom: 10px;
}
.hroz-wrap .project-grid .project .first-asset {
  height: auto;
  width: calc(100vw - 10px);
  border: 1px solid var(--colour-two);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: var(--colour-one);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.hroz-wrap .project-grid .project .first-asset * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.hroz-wrap .project-grid .project .first-asset a {
  pointer-events: all;
}
.hroz-wrap .project-grid .project .first-asset .statick {
  pointer-events: none !important;
}
@media (min-width: 660px) {
  .hroz-wrap .project-grid .project .first-asset {
    height: 100%;
    width: auto;
  }
}
.hroz-wrap .project-grid .project .first-asset img, .hroz-wrap .project-grid .project .first-asset video {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 2;
  position: relative;
  width: calc(100vw - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 660px) {
  .hroz-wrap .project-grid .project .first-asset img, .hroz-wrap .project-grid .project .first-asset video {
    width: unset;
  }
}
.hroz-wrap .project-grid .project .first-asset .lazy, .hroz-wrap .project-grid .project .first-asset .lazy-vid {
  opacity: 0 !important;
}
.hroz-wrap .project-grid .project .alt-assets {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
  gap: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  white-space: normal;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  z-index: 4;
  pointer-events: none;
  max-height: calc(100% - 100px);
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0));
  mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0));
}
@media (hover: hover) {
  .hroz-wrap .project-grid .project .alt-assets a {
    pointer-events: all !important;
  }
  .hroz-wrap .project-grid .project .alt-assets:hover {
    opacity: 0.4;
  }
}
.hroz-wrap .project-grid .project .alt-assets .img-wrap, .hroz-wrap .project-grid .project .alt-assets .embed-wrap, .hroz-wrap .project-grid .project .alt-assets .video-wrap {
  background-color: var(--colour-two);
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 10px;
  height: 40px;
}
@media (min-width: 660px) {
  .hroz-wrap .project-grid .project .alt-assets .img-wrap, .hroz-wrap .project-grid .project .alt-assets .embed-wrap, .hroz-wrap .project-grid .project .alt-assets .video-wrap {
    height: 80px;
  }
}
.hroz-wrap .project-grid .project .alt-assets .img-wrap.loaded, .hroz-wrap .project-grid .project .alt-assets .embed-wrap.loaded, .hroz-wrap .project-grid .project .alt-assets .video-wrap.loaded {
  background-color: transparent !important;
}
.hroz-wrap .project-grid .project .alt-assets .project-link {
  display: inline-block;
  vertical-align: top;
}
.hroz-wrap .project-grid .project .alt-assets img, .hroz-wrap .project-grid .project .alt-assets video {
  vertical-align: top;
  height: 40px;
  overflow: hidden;
  opacity: 1;
  font-size: 2px;
  white-space: normal;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: auto;
}
@media (min-width: 660px) {
  .hroz-wrap .project-grid .project .alt-assets img, .hroz-wrap .project-grid .project .alt-assets video {
    height: 80px;
  }
}
.hroz-wrap .project-grid .project .alt-assets img.mini-lazy, .hroz-wrap .project-grid .project .alt-assets video.mini-lazy {
  opacity: 0;
}
.hroz-wrap .project-grid .project .loaded .embed-wrap {
  background-color: transparent !important;
}
.hroz-wrap .project-grid .project .loaded .embed-wrap img {
  opacity: 0;
}
.hroz-wrap .project-grid .project .loaded .embed-wrap iframe, .hroz-wrap .project-grid .project .loaded .embed-wrap .video-embed {
  opacity: 1;
}
.hroz-wrap .project-grid .project .explore-wrap {
  width: 100%;
  padding-top: 20px;
}
.hroz-wrap .project-grid .project .explore-wrap .button {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px) brightness(0.8);
          backdrop-filter: blur(10px) brightness(0.8);
  color: var(--colour-two);
  border: 1px solid var(--colour-two);
  border-radius: 50px;
  position: relative;
  font-size: 18px;
  padding: 5px 24px;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: inline-block;
  z-index: 9;
  cursor: pointer;
  pointer-events: all;
}
.hroz-wrap .project-grid .project .prompt {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 12px;
  white-space: normal;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
  margin-bottom: 0;
  display: flow-root;
  height: auto;
  color: rgba(255, 255, 255, 0.8);
}
.hroz-wrap .project-grid .project .prompt .client-logo-float {
  float: right;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  shape-outside: inset(calc(100% - 40px) 0 0);
  margin-left: 10px;
  opacity: 0;
  display: none;
}
.hroz-wrap .project-grid .project .prompt .client-logo-float svg {
  fill: var(--colour-two) !important;
  max-width: 100px;
  max-height: 50px;
  width: 100%;
  height: 100%;
  opacity: 0;
  min-height: 30px;
}
.hroz-wrap .project-grid .project .prompt .client-logo-float svg g, .hroz-wrap .project-grid .project .prompt .client-logo-float svg polygon, .hroz-wrap .project-grid .project .prompt .client-logo-float svg path, .hroz-wrap .project-grid .project .prompt .client-logo-float svg .st0, .hroz-wrap .project-grid .project .prompt .client-logo-float svg .st1, .hroz-wrap .project-grid .project .prompt .client-logo-float svg .st2 {
  fill: var(--colour-two) !important;
}
.hroz-wrap .project-grid .project .prompt .text {
  opacity: 1;
  display: block;
  max-width: 450px;
}
.hroz-wrap .project-grid .project .embed-wrap {
  height: 100%;
}
.hroz-wrap .project-grid .project img {
  opacity: 0;
  height: 100%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  pointer-events: none;
}
.hroz-wrap .project-grid .project video {
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.hroz-wrap .project-grid .project .client-logo {
  font-family: "pragmatica", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-shadow: 1px 1px 0px var(--colour-two);
  border-radius: 10px;
  position: absolute;
  bottom: 0px;
  right: 10px;
  z-index: 2;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hroz-wrap .project-grid .project .client-logo svg {
  fill: var(--colour-two) !important;
  max-width: min(100px, 25%);
  max-width: 100px;
  max-height: 50px;
  width: 100%;
  height: 100%;
  min-height: 30px;
}
.hroz-wrap .project-grid .project .client-logo svg g, .hroz-wrap .project-grid .project .client-logo svg polygon, .hroz-wrap .project-grid .project .client-logo svg path, .hroz-wrap .project-grid .project .client-logo svg .st0, .hroz-wrap .project-grid .project .client-logo svg .st1, .hroz-wrap .project-grid .project .client-logo svg .st2 {
  fill: var(--colour-two) !important;
}
.hroz-wrap .project-grid .project.loaded .first-asset {
  border: 1px solid transparent !important;
}
.hroz-wrap .project-grid .project.loaded .first-asset img, .hroz-wrap .project-grid .project.loaded .first-asset video {
  opacity: 1;
}
.hroz-wrap .project-grid .project.loaded .client-logo {
  -webkit-transform: translateY(20%);
      -ms-transform: translateY(20%);
          transform: translateY(20%);
  opacity: 1;
}
.hroz-wrap .project-grid .project.loaded .prompt {
  color: transparent;
}
@media (hover: hover) {
  .hroz-wrap .project-grid .project.loaded:hover .first-asset img {
    -webkit-filter: saturate(0.2);
            filter: saturate(0.2);
    opacity: 0.5;
  }
  .hroz-wrap .project-grid .project.loaded:hover .first-asset .statick img {
    -webkit-filter: saturate(1);
            filter: saturate(1);
    opacity: 1;
  }
  .hroz-wrap .project-grid .project.loaded:hover:not(.video-wrap) .prompt {
    -webkit-transition: opacity 10s;
    transition: opacity 10s;
    opacity: 0.4;
  }
  .hroz-wrap .project-grid .project.loaded:hover:not(.video-wrap) .alt-assets {
    opacity: 1;
  }
  .hroz-wrap .project-grid .project.loaded:hover:not(.video-wrap) .alt-assets img, .hroz-wrap .project-grid .project.loaded:hover:not(.video-wrap) .alt-assets video {
    pointer-events: all;
  }
  .hroz-wrap .project-grid .project.loaded:hover:not(.video-wrap) .project-info {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  .hroz-wrap .project-grid .project.loaded:hover.video-wrap.show-controls .prompt {
    -webkit-transition: opacity 10s;
    transition: opacity 10s;
    opacity: 0.4;
  }
  .hroz-wrap .project-grid .project.loaded:hover.video-wrap.show-controls .alt-assets {
    opacity: 1;
  }
  .hroz-wrap .project-grid .project.loaded:hover.video-wrap.show-controls .alt-assets img, .hroz-wrap .project-grid .project.loaded:hover.video-wrap.show-controls .alt-assets video {
    pointer-events: all;
  }
  .hroz-wrap .project-grid .project.loaded:hover.video-wrap.show-controls .project-info {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  .hroz-wrap .project-grid .project.loaded:hover.video-wrap.show-controls .first-asset video {
    -webkit-filter: saturate(0.2);
            filter: saturate(0.2);
    opacity: 0.5;
  }
}
.hroz-wrap .project-grid .project.loaded.hovering .first-asset img, .hroz-wrap .project-grid .project.loaded.hovering .first-asset video {
  -webkit-filter: saturate(0.2);
          filter: saturate(0.2);
  opacity: 0.5;
}
.hroz-wrap .project-grid .project.loaded.hovering .first-asset .statick img, .hroz-wrap .project-grid .project.loaded.hovering .first-asset .statick video {
  -webkit-filter: saturate(1);
          filter: saturate(1);
  opacity: 1;
}
.hroz-wrap .project-grid .project.loaded.hovering .alt-assets {
  opacity: 1;
}
.hroz-wrap .project-grid .project.loaded.hovering .alt-assets img, .hroz-wrap .project-grid .project.loaded.hovering .alt-assets video {
  pointer-events: all;
}
.hroz-wrap .project-grid .project.loaded.show-controls .first-asset img, .hroz-wrap .project-grid .project.loaded.show-controls .first-asset video, .hroz-wrap .project-grid .project.loaded.show-controls .first-asset .video-embed {
  -webkit-filter: saturate(0.2);
          filter: saturate(0.2);
  opacity: 0.5;
}

.embed-wrap, .video-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
}
.embed-wrap img, .video-wrap img {
  position: relative;
  z-index: 2;
}
.embed-wrap .c-wrap, .video-wrap .c-wrap {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 4;
}
.embed-wrap .controls, .video-wrap .controls {
  position: sticky;
  left: 0;
  top: 50%;
  left: 0%;
  padding: 10px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100vw;
  max-width: 100%;
  z-index: 4;
  -webkit-transition: opacity 0.2s 0.1s, -webkit-transform 0.4s;
  transition: opacity 0.2s 0.1s, -webkit-transform 0.4s;
  transition: opacity 0.2s 0.1s, transform 0.4s;
  transition: opacity 0.2s 0.1s, transform 0.4s, -webkit-transform 0.4s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 660px) {
  .embed-wrap .controls, .video-wrap .controls {
    font-size: 14px;
  }
}
.embed-wrap .controls span, .video-wrap .controls span {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 5px;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
  cursor: pointer;
}
.embed-wrap .controls .sound span, .video-wrap .controls .sound span {
  opacity: 0.3;
  padding-right: 2px;
}
.embed-wrap .controls .size span, .video-wrap .controls .size span {
  opacity: 1;
  padding-right: 2px;
}
.embed-wrap .controls div, .video-wrap .controls div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.embed-wrap .controls div.play-bar, .video-wrap .controls div.play-bar {
  height: 40px;
  cursor: pointer;
}
.embed-wrap .controls div .play-time, .video-wrap .controls div .play-time {
  padding: 10px;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.embed-wrap .controls div.grabbing, .video-wrap .controls div.grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.embed-wrap .controls div.grabbing .play-time, .video-wrap .controls div.grabbing .play-time {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.embed-wrap .controls div .play-bar-left, .video-wrap .controls div .play-bar-left {
  background-color: #fff;
  height: 1px;
  border-radius: 1px;
  width: var(--width);
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 1px 1px 1px rgb(0, 0, 0);
          box-shadow: 1px 1px 1px rgb(0, 0, 0);
  cursor: pointer;
}
.embed-wrap .controls div .play-bar-right, .video-wrap .controls div .play-bar-right {
  width: var(--width);
  height: 1px;
  border-radius: 1px;
  background-color: #fff;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 1px 1px 1px rgb(0, 0, 0);
          box-shadow: 1px 1px 1px rgb(0, 0, 0);
  cursor: pointer;
}
.embed-wrap .video-embed, .embed-wrap .video-player, .video-wrap .video-embed, .video-wrap .video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 2px;
  z-index: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}
.embed-wrap .video-embed iframe, .embed-wrap .video-embed video, .embed-wrap .video-player iframe, .embed-wrap .video-player video, .video-wrap .video-embed iframe, .video-wrap .video-embed video, .video-wrap .video-player iframe, .video-wrap .video-player video {
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.embed-wrap.muted .sound span, .video-wrap.muted .sound span {
  opacity: 1;
}
.embed-wrap.fullscreen .size span, .video-wrap.fullscreen .size span {
  opacity: 0.3;
}
.embed-wrap.embed-loaded img, .video-wrap.embed-loaded img {
  opacity: 0 !important;
}
.embed-wrap.embed-loaded .video-embed, .embed-wrap.embed-loaded .video-player, .video-wrap.embed-loaded .video-embed, .video-wrap.embed-loaded .video-player {
  opacity: 1;
}
.embed-wrap.embed-loaded .video-embed iframe, .embed-wrap.embed-loaded .video-embed video, .embed-wrap.embed-loaded .video-player iframe, .embed-wrap.embed-loaded .video-player video, .video-wrap.embed-loaded .video-embed iframe, .video-wrap.embed-loaded .video-embed video, .video-wrap.embed-loaded .video-player iframe, .video-wrap.embed-loaded .video-player video {
  opacity: 1;
}
.embed-wrap.embed-loaded.show-controls .controls, .video-wrap.embed-loaded.show-controls .controls {
  opacity: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) {
  .embed-wrap:hover.show-controls .video-embed, .embed-wrap:hover.show-controls .video-player, .video-wrap:hover.show-controls .video-embed, .video-wrap:hover.show-controls .video-player {
    opacity: 0.5;
  }
}

.project-overlay {
  height: 100%;
  height: 100vh;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  z-index: 21;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (min-width: 660px) {
  .project-overlay {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.project-overlay.vis .asset-scroller {
  -webkit-transform: translateX(0vw);
      -ms-transform: translateX(0vw);
          transform: translateX(0vw);
}

.asset-scroller {
  height: calc(100vh - 30px - 5vw);
  white-space: nowrap;
  display: inline-block;
  height: 100%;
  height: 100vh;
  height: 100svh;
  -webkit-transform: translateY(100vh);
      -ms-transform: translateY(100vh);
          transform: translateY(100vh);
  scroll-behavior: smooth;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
@media (min-width: 660px) {
  .asset-scroller {
    height: 100%;
    height: 100vh;
    height: 100svh;
    -webkit-transform: translateX(100vw);
        -ms-transform: translateX(100vw);
            transform: translateX(100vw);
  }
}
.asset-scroller .project-cred {
  position: sticky;
  left: 20px;
  z-index: 99;
  width: calc(100vw - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-filter: drop-shadow(1px 1px 5px #000);
          filter: drop-shadow(1px 1px 5px #000);
}
@media (min-width: 660px) {
  .asset-scroller .project-cred {
    height: 40px;
  }
}
.asset-scroller .project-cred > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 660px) {
  .asset-scroller .project-cred > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
.asset-scroller .project-cred > div h3 {
  white-space: wrap;
}
.asset-scroller .project-cred .client-logo {
  font-family: "pragmatica", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-shadow: 1px 1px 0px var(--colour-two);
  border-radius: 10px;
  z-index: 2;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
  position: relative;
}
@media (min-width: 660px) {
  .asset-scroller .project-cred .client-logo {
    padding-right: 20px;
  }
}
.asset-scroller .project-cred .client-logo svg {
  fill: var(--colour-two) !important;
  max-width: 120px;
  max-height: 5%;
  width: 100%;
  height: 100%;
  min-height: 40px;
}
.asset-scroller .project-cred .client-logo svg g, .asset-scroller .project-cred .client-logo svg polygon, .asset-scroller .project-cred .client-logo svg path, .asset-scroller .project-cred .client-logo svg .st0, .asset-scroller .project-cred .client-logo svg .st1, .asset-scroller .project-cred .client-logo svg .st2 {
  fill: var(--colour-two) !important;
}
.asset-scroller .asset-grid {
  padding-right: 0;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  padding-top: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: calc(100vh + 100px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 660px) {
  .asset-scroller .asset-grid {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: calc((30px + 5vw) / 2);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-bottom: 5px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: calc(100vw + 100px);
  }
}
.asset-scroller .asset-grid .assets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media (min-width: 660px) {
  .asset-scroller .asset-grid .assets {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.asset-scroller .asset-grid .project-asset {
  position: relative;
  z-index: 9;
  width: calc(100vw - 20px);
  height: auto;
}
@media (min-width: 660px) {
  .asset-scroller .asset-grid .project-asset {
    height: calc(100vh - 30px - 5vw);
    width: auto;
  }
}
.asset-scroller .asset-grid .project-asset .project-info {
  position: absolute;
  bottom: 0px;
  left: 10px;
  white-space: normal;
  opacity: 0;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.2s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.2s, transform 0.3s ease-in-out;
  transition: opacity 0.2s, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 2;
}
.asset-scroller .asset-grid .project-asset .asset-wrap {
  height: 100%;
  width: auto;
  border: 1px solid var(--colour-two);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: var(--colour-one);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(62, 1, 0, 0.5);
  width: calc(100vw - 20px);
  height: auto;
}
@media (min-width: 660px) {
  .asset-scroller .asset-grid .project-asset .asset-wrap {
    height: calc(100vh - 30px - 5vw);
    width: auto;
  }
}
.asset-scroller .asset-grid .project-asset .asset-wrap img, .asset-scroller .asset-grid .project-asset .asset-wrap video {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.asset-scroller .asset-grid .project-asset .asset-wrap .lazy, .asset-scroller .asset-grid .project-asset .asset-wrap .lazy-vid {
  opacity: 0 !important;
}
.asset-scroller .asset-grid .project-asset .asset-wrap .prompt {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 10px;
  white-space: normal;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
  margin: 0;
  max-width: 450px;
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.asset-scroller .asset-grid .project-asset .asset-wrap .embed-wrap {
  height: 100%;
}
.asset-scroller .asset-grid .project-asset .asset-wrap img {
  opacity: 0;
  height: 100%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.asset-scroller .asset-grid .project-asset .asset-wrap video {
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.asset-scroller .asset-grid .project-asset.loaded .asset-wrap {
  border: 0px solid transparent !important;
  background-color: var(--colour-one);
}
.asset-scroller .asset-grid .project-asset.loaded .asset-wrap img, .asset-scroller .asset-grid .project-asset.loaded .asset-wrap video {
  opacity: 1;
}
.asset-scroller .asset-grid .project-asset.loaded .project-info, .asset-scroller .asset-grid .project-asset.loaded .client-logo {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.asset-scroller .asset-grid .project-asset.loaded .prompt {
  color: transparent;
}
@media (hover: hover) {
  .asset-scroller .asset-grid .project-asset.loaded:hover video {
    opacity: 0.5;
  }
}

.contact-grid {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  gap: 40px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-grid .adresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  gap: 40px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 660px) {
  .contact-grid .adresses {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.contact-grid .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 24px;
  color: #fff;
}
@media (min-width: 660px) {
  .contact-grid .links {
    gap: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.contact-grid h3 {
  font-weight: 400;
  color: #fff;
}
.contact-grid p {
  margin-top: 0;
}
.contact-grid a {
  color: inherit;
  text-decoration: none;
}
.contact-grid .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 660px) {
  .contact-grid .address {
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.page {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 660px) {
  .page .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.page .row .col {
  width: 100%;
}
.page .row .col-text {
  padding-right: 50px;
}

.cheat .grid-item .text {
  opacity: 0;
}
.cheat .grid-item .asset-wrap .cheat-img {
  display: block;
}
.cheat .grid-item .asset-wrap .asset {
  opacity: 0 !important;
  --rotateX: 0deg !important;
  --rotateY: 0deg !important;
  --dropX: 0px !important;
  --dropY: 0px !important;
  --transX: -50% !important;
  --transY: -50% !important;
}
.cheat header svg {
  fill: none;
  stroke-width: 1px;
  will-change: all;
  stroke: var(--colour-two);
}
.cheat header svg path {
  will-change: all;
  fill: none;
}

.project-case-study {
  height: 100%;
  height: 100vh;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  z-index: 21;
  -webkit-transform: translateY(0vh);
      -ms-transform: translateY(0vh);
          transform: translateY(0vh);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #000;
  text-align: center;
}
.project-case-study .case-study {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(100vh);
      -ms-transform: translateY(100vh);
          transform: translateY(100vh);
}
.project-case-study.vis .case-study {
  -webkit-transform: translateY(0vh);
      -ms-transform: translateY(0vh);
          transform: translateY(0vh);
}
.project-case-study .case-study {
  background-color: #ECEEEB !important;
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px;
  max-width: calc(100% - 20px);
  border-radius: 10px;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: left;
  margin: 50px auto 100vh auto;
}
@media (min-width: 660px) {
  .project-case-study .case-study {
    max-width: calc(100% - 100px);
  }
}
@media (min-width: 1200px) {
  .project-case-study .case-study {
    max-width: 1200px;
  }
}
.project-case-study .case-study h1 {
  font-size: 4vw;
}
.project-case-study .case-study .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (min-width: 660px) {
  .project-case-study .case-study .row {
    gap: 20px;
  }
}
.project-case-study .case-study .col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex: 1 1;
      flex: 1 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-case-study .case-study img {
  width: 100%;
}
.project-case-study .case-study .size-regular {
  font-size: 14px;
}
@media (min-width: 660px) {
  .project-case-study .case-study .size-regular {
    font-size: 18px;
  }
}
.project-case-study .case-study .size-large {
  font-size: 30px;
}
.project-case-study .case-study .width-regular {
  max-width: 600px;
}
.project-case-study .case-study .width-regular.size-large {
  max-width: 1200px;
}
.project-case-study .case-study p:last-child {
  margin-bottom: 0;
}
.project-case-study .case-study .asset-wrap {
  height: auto;
  width: auto;
  border: 1px solid var(--colour-two);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
}
.project-case-study .case-study .asset-wrap img, .project-case-study .case-study .asset-wrap video {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.project-case-study .case-study .asset-wrap .lazy, .project-case-study .case-study .asset-wrap .lazy-vid {
  opacity: 0 !important;
}
.project-case-study .case-study .asset-wrap .prompt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  white-space: normal;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
  margin: 0;
  max-width: 450px;
  color: var(--colour-two) !important;
}
.project-case-study .case-study .asset-wrap .embed-wrap {
  height: 100%;
}
.project-case-study .case-study .asset-wrap img {
  opacity: 0;
  height: 100%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.project-case-study .case-study .asset-wrap video {
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.project-case-study .case-study .loaded .asset-wrap {
  border: 0px solid transparent !important;
}
.project-case-study .case-study .loaded .asset-wrap img, .project-case-study .case-study .loaded .asset-wrap video {
  opacity: 1;
}
.project-case-study .case-study .loaded .project-info, .project-case-study .case-study .loaded .client-logo {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.project-case-study .case-study .loaded .prompt {
  color: transparent !important;
}
@media (hover: hover) {
  .project-case-study .case-study .loaded:hover video {
    opacity: 0.5;
  }
}
.project-case-study .case-header, .project-case-study .case-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
.project-case-study .case-header svg, .project-case-study .case-footer svg {
  max-width: 100%;
  max-height: 60px;
}
.project-case-study .case-header h2, .project-case-study .case-footer h2 {
  font-size: 2vw;
  text-align: left;
}
.project-case-study .case-header h5, .project-case-study .case-footer h5 {
  margin-bottom: 5px;
}
.project-case-study .case-header h3, .project-case-study .case-footer h3 {
  margin-top: 2px;
}
.project-case-study .case-header .col, .project-case-study .case-footer .col {
  width: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.project-case-study .case-header .row .col svg {
  width: auto;
}

.prompt {
  font-size: 10px;
}
@media (min-width: 660px) {
  .prompt {
    font-size: calc(0.3vw + 0.7vh);
  }
}
@media (min-width: 992px) {
  .prompt {
    font-size: calc(0.3vw + 0.6vh);
  }
}
.prompt .text {
  vertical-align: bottom;
}

.typeout-description {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}
.typeout-description p {
  max-width: 1000px;
}
.typeout-description #text {
  text-wrap: normal;
  opacity: 0;
}
.typeout-description .text-wrap {
  float: right;
  width: 100px;
  height: 50px;
}

@media (hover: none) {
  .size {
    display: none;
  }
}
.break-it {
  width: 100%;
  display: block;
  height: 1px;
}

.dragging img, .dragging video {
  pointer-events: none !important;
}

.password-gate .inner, .login-form .inner, .forgot-form .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.login-form label, .password-gate label {
  display: block;
  font-weight: 600;
  font-size: 14px;
}

.login-form input, .password-gate input {
  min-width: 25vw;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 2px 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  outline: none;
  background: none;
  border: none;
  border-bottom: 1px dashed #fff;
  font-size: 24px;
}

.login-form button, .password-gate button {
  line-height: 1;
  margin-top: 10px;
  padding: 7px 14px 6px 14px;
  width: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: var(--colour-two);
  text-transform: uppercase;
  font-weight: 600;
  border: 0px;
  color: var(--colour-one);
  border-radius: 4px;
  margin-top: 10px;
  outline: none;
  outline: none;
  border-radius: 20px;
  font-size: 24px;
}

.error {
  color: #d33;
  margin: 0.25rem 0 0;
}

.notice {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}