/*! normalize.css v8.0.0 | 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;
}

/**
 * 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 {
  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 */
  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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-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"] {
  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;
}
.u-color--dark {
  color: #000;
}
.u-fill--dark {
  fill: #000;
}
.u-stroke--dark {
  stroke: #000;
}
.u-bg--dark {
  background: #000;
}
.u-color--light {
  color: #fff;
}
.u-fill--light {
  fill: #fff;
}
.u-stroke--light {
  stroke: #fff;
}
.u-bg--light {
  background: #fff;
}
.u-color--black {
  color: #000;
}
.u-fill--black {
  fill: #000;
}
.u-stroke--black {
  stroke: #000;
}
.u-bg--black {
  background: #000;
}
.u-color--brand {
  color: #18412f;
}
.u-fill--brand {
  fill: #18412f;
}
.u-stroke--brand {
  stroke: #18412f;
}
.u-bg--brand {
  background: #18412f;
}
.u-color--dark-brand {
  color: #0d0d0d;
}
.u-fill--dark-brand {
  fill: #0d0d0d;
}
.u-stroke--dark-brand {
  stroke: #0d0d0d;
}
.u-bg--dark-brand {
  background: #0d0d0d;
}
.u-color--white {
  color: #fff;
}
.u-fill--white {
  fill: #fff;
}
.u-stroke--white {
  stroke: #fff;
}
.u-bg--white {
  background: #fff;
}
.u-color--grey {
  color: #3c3a39;
}
.u-fill--grey {
  fill: #3c3a39;
}
.u-stroke--grey {
  stroke: #3c3a39;
}
.u-bg--grey {
  background: #3c3a39;
}
.u-color--cream {
  color: #ece7e3;
}
.u-fill--cream {
  fill: #ece7e3;
}
.u-stroke--cream {
  stroke: #ece7e3;
}
.u-bg--cream {
  background: #ece7e3;
}
.c-btn,
.c-btn--menu button,
.c-btn--sound {
  background: none;
  border: none;
  padding: 0;
  -webkit-appearance: none !important;
}
.c-btn,
.c-btn--menu button,
.c-btn--sound {
  color: inherit;
  cursor: pointer;
}
.c-btn:hover,
.c-btn--menu button:hover,
.c-btn--sound:hover {
  text-decoration: none;
}
.c-btn:active,
.c-btn--menu button:active,
.c-btn--sound:active {
  outline: 0;
}
.o-wrapper--valign,
.u-vacuum {
  font-size: 0;
}
.c-btn,
.c-btn--menu button,
.c-btn--sound {
  background: none;
  border: none;
  padding: 0;
  -webkit-appearance: none !important;
}
.c-btn,
.c-btn--menu button,
.c-btn--sound {
  color: inherit;
  cursor: pointer;
}
.c-btn:hover,
.c-btn--menu button:hover,
.c-btn--sound:hover {
  text-decoration: none;
}
.c-btn:active,
.c-btn--menu button:active,
.c-btn--sound:active {
  outline: 0;
}
.o-wrapper--valign,
.u-vacuum {
  font-size: 0;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  overflow-y: scroll;
  overflow-x: hidden;
}
body {
  font-family: "Graphik";
  font-size: 16;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: ;
  background: ;
  overflow: hidden;
}
img {
  -ms-interpolation-mode: bicubic;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
a {
  text-decoration: none;
}
button,
a {
  outline: none;
}
@font-face {
  font-family: 'Graphik';
  src: url("/assets/fonts/Graphik-Light.eot");
  src: url("/assets/fonts/Graphik-Light.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/Graphik-Light.woff2") format('woff2'), url("/assets/fonts/Graphik-Light.woff") format('woff'), url("/assets/fonts/Graphik-Light.ttf") format('truetype'), url("/assets/fonts/Graphik-Light.svg#Graphik-Light") format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik';
  src: url("/assets/fonts/Graphik-Regular.eot");
  src: url("/assets/fonts/Graphik-Regular.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/Graphik-Regular.woff2") format('woff2'), url("/assets/fonts/Graphik-Regular.woff") format('woff'), url("/assets/fonts/Graphik-Regular.ttf") format('truetype'), url("/assets/fonts/Graphik-Regular.svg#Graphik-Regular") format('svg');
  font-weight: normal;
}
@font-face {
  font-family: 'Graphik';
  src: url("/assets/fonts/Graphik-MediumItalic.eot");
  src: url("/assets/fonts/Graphik-MediumItalic.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/Graphik-MediumItalic.woff2") format('woff2'), url("/assets/fonts/Graphik-MediumItalic.woff") format('woff'), url("/assets/fonts/Graphik-MediumItalic.ttf") format('truetype'), url("/assets/fonts/Graphik-MediumItalic.svg#Graphik-MediumItalic") format('svg');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Graphik';
  src: url("/assets/fonts/Graphik-Semibold.eot");
  src: url("/assets/fonts/Graphik-Semibold.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/Graphik-Semibold.woff2") format('woff2'), url("/assets/fonts/Graphik-Semibold.woff") format('woff'), url("/assets/fonts/Graphik-Semibold.ttf") format('truetype'), url("/assets/fonts/Graphik-Semibold.svg#Graphik-Semibold") format('svg');
  font-weight: bold;
}
@font-face {
  font-family: 'Canela';
  src: url("/assets/fonts/Canela-Thin.eot");
  src: url("/assets/fonts/Canela-Thin.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/Canela-Thin.woff2") format('woff2'), url("/assets/fonts/Canela-Thin.woff") format('woff'), url("/assets/fonts/Canela-Thin.ttf") format('truetype'), url("/assets/fonts/Canela-Thin.svg#Canela-Thin") format('svg');
  font-weight: 100;
}
@font-face {
  font-family: 'Canela';
  src: url("/assets/fonts/Canela-Light.eot");
  src: url("/assets/fonts/Canela-Light.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/Canela-Light.woff2") format('woff2'), url("/assets/fonts/Canela-Light.woff") format('woff'), url("/assets/fonts/Canela-Light.ttf") format('truetype'), url("/assets/fonts/Canela-Light.svg#Canela-Light") format('svg');
  font-weight: 300;
}
@font-face {
  font-family: 'Canela';
  src: url("/assets/fonts/Canela-Regular.eot");
  src: url("/assets/fonts/Canela-Regular.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/Canela-Regular.woff2") format('woff2'), url("/assets/fonts/Canela-Regular.woff") format('woff'), url("/assets/fonts/Canela-Regular.ttf") format('truetype'), url("/assets/fonts/Canela-Regular.svg#Canela-Regular") format('svg');
  font-weight: normal;
}
.c-404 {
  position: fixed;
  text-align: left;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.c-404-text {
  text-align: center;
  font-size: 0;
}
.c-404-text span {
  font-size: calc(41px + (82 - 41) * (100vw - 320px) / (1440 - 320));
  font-family: 'Canela';
  font-weight: 100;
  line-height: 1;
  color: #234030;
  position: relative;
  display: inline-block;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-bottom: 0.4em;
}
.c-about__intro {
  text-align: left;
  font-family: 'Canela';
  font-weight: 100;
  line-height: 1.4;
  position: relative;
  color: #234030;
  padding-bottom: 10px;
  width: 21.428571428571427vw;
  margin-left: 14.285714285714285vw;
  font-size: calc(25px + (25 - 25) * (100vw - 320px) / (1440 - 320));
  margin-bottom: 22.22222222222222vh;
}
.c-about__intro:before {
  display: block;
  content: "";
  width: 9px;
  height: 4px;
  background: url("/assets/images/about-intro-triangle.png") 0 0;
  background-size: 9px 4px;
  margin-bottom: 25px;
}
@media all and (max-width: 767px) {
  .c-about__intro {
    width: 55vw;
    margin-left: 40vw;
  }
}
.c-about__large-title {
  font-size: 21.5vw;
  font-weight: normal;
  line-height: 0.9;
  font-family: 'Canela';
  margin-bottom: 22.22222222222222vh;
}
.c-about__large-title.is-offset-left {
  transform: translateX(-5.5%);
}
.c-about__large-title span {
  position: relative;
  display: block;
}
.c-about__large-title span.is-offset {
  margin-left: 47.61904761904762vw;
}
@media all and (max-width: 767px) {
  .c-about__large-title {
    margin-bottom: 11.11111111111111vh;
    font-size: 26vw;
  }
}
.c-about__article {
  margin-left: 45.23809523809524vw;
}
.c-about__article.is-left {
  margin-left: 14.285714285714285vw;
  margin-bottom: 11.11111111111111vh;
}
@media all and (max-width: 767px) {
  .c-about__article {
    margin-left: 14.285714285714285vw;
    margin-bottom: 11.11111111111111vh;
  }
}
.c-about__title {
  font-size: calc(45px + (65 - 45) * (100vw - 320px) / (1440 - 320));
  font-weight: 100;
  font-family: 'Graphik';
  line-height: 1.09;
  margin-bottom: 0.8em;
  width: 28.57142857142857vw;
}
@media all and (max-width: 767px) {
  .c-about__title {
    width: 65vw;
  }
}
.c-about__medium-title {
  font-size: calc(40px + (80 - 40) * (100vw - 320px) / (1440 - 320));
  font-weight: 100;
  font-family: 'Graphik';
  line-height: 1.18;
  margin-bottom: 0.8em;
  width: 28.57142857142857vw;
}
@media all and (max-width: 767px) {
  .c-about__medium-title {
    width: 65vw;
  }
}
.c-about__text-wrapper {
  width: 23.80952380952381vw;
}
@media all and (max-width: 767px) {
  .c-about__text-wrapper {
    width: 65vw;
  }
}
.c-about__text {
  font-size: calc(20px + (25 - 20) * (100vw - 320px) / (1440 - 320));
  font-weight: 100;
  font-family: 'Canela';
  line-height: 1.6;
}
.c-anim,
.c-anim--slide-y,
.c-anim--slide-x,
.c-anim--fade,
.c-anim--from-top,
.c-anim--from-bottom,
.c-anim--from-right,
.c-anim--from-left,
.c-anim--fade-from-right {
  will-change: transform;
}
.c-anim--slide-y {
  will-change: opacity, transform;
  opacity: 0;
  transform: translateY(10vh) translateZ(0);
}
.is-next .c-anim--slide-y {
  transform: translateY(10vh) translateZ(0);
  transition: all 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.is-active .c-anim--slide-y {
  transform: translateY(0px) translateZ(0);
  transition: all 1.2s cubic-bezier(0.43, 0.195, 0.02, 1);
  opacity: 1;
}
.is-prev .c-anim--slide-y {
  transform: translateY(-10vh) translateZ(0);
  transition: all 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-anim--slide-x {
  will-change: opacity, transform;
  opacity: 0;
  transform: translateX(-8vw) translateZ(0);
}
.is-next .c-anim--slide-x {
  transform: translateX(-8vw) translateZ(0);
  transition: all 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.is-active .c-anim--slide-x {
  transform: translateX(0px) translateZ(0);
  transition: all 1.2s cubic-bezier(0.43, 0.195, 0.02, 1);
  opacity: 1;
}
.is-prev .c-anim--slide-x {
  transform: translateX(8vw) translateZ(0);
  transition: all 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-anim--fade {
  will-change: opacity;
  opacity: 0;
  transition: all 1.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.is-active .c-anim--fade {
  opacity: 1;
}
.c-anim--from-top {
  will-change: transform;
  opacity: 0;
  transform: translateY(-10vh) translateZ(0);
  transition: all 1.2s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.is-active .c-anim--from-top {
  opacity: 1;
  transform: translateY(0px) translateZ(0);
  transition: all 1.2s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-anim--from-bottom {
  opacity: 0;
  will-change: transform;
  transform: translateY(10vh) translateZ(0);
  transition: all 1.2s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.is-active .c-anim--from-bottom {
  opacity: 1;
  transform: translateY(0px) translateZ(0);
  transition: all 1.2s 0.2s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-anim--from-right {
  will-change: transform;
  transform: translateX(110%) translateZ(0);
  transition: all 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.is-active .c-anim--from-right {
  transform: translateX(0px) translateZ(0);
  transition: all 2s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-anim--from-left {
  opacity: 0;
  will-change: transform;
  transform: translateX(-100%) translateZ(0);
  transition: all 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.is-active .c-anim--from-left {
  opacity: 1;
  transform: translateX(0px) translateZ(0);
  transition: all 2s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-anim--fade-from-right {
  opacity: 0;
  will-change: transform;
  transform: translateX(100%) translateZ(0);
  transition: all 0.8s cubic-bezier(0.82, 0.01, 0.05, 1);
}
.is-active .c-anim--fade-from-right {
  opacity: 1;
  transform: translateX(0px) translateZ(0);
  transition: all 1.4s cubic-bezier(0.58, 0, 0.05, 1);
}
.c-anim--scale-out {
  opacity: 0;
  will-change: transform;
  transform: scale(1.2) translateZ(0);
  transition: all 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.is-active .c-anim--scale-out {
  opacity: 1;
  transform: translateZ(0);
  transition: all 1.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-anim--0,
.is-active .c-anim--0 {
  transition-delay: 0.3s;
}
.is-next .c-anim--0,
.is-prev .c-anim--0 {
  transition-delay: 0s;
}
.c-anim--1,
.is-active .c-anim--1 {
  transition-delay: 0.37s;
}
.is-next .c-anim--1,
.is-prev .c-anim--1 {
  transition-delay: 0.07s;
}
.c-anim--2,
.is-active .c-anim--2 {
  transition-delay: 0.44s;
}
.is-next .c-anim--2,
.is-prev .c-anim--2 {
  transition-delay: 0.14s;
}
.c-anim--3,
.is-active .c-anim--3 {
  transition-delay: 0.51s;
}
.is-next .c-anim--3,
.is-prev .c-anim--3 {
  transition-delay: 0.21s;
}
.c-anim--4,
.is-active .c-anim--4 {
  transition-delay: 0.58s;
}
.is-next .c-anim--4,
.is-prev .c-anim--4 {
  transition-delay: 0.28s;
}
.c-anim--5,
.is-active .c-anim--5 {
  transition-delay: 0.65s;
}
.is-next .c-anim--5,
.is-prev .c-anim--5 {
  transition-delay: 0.35s;
}
.c-anim--6,
.is-active .c-anim--6 {
  transition-delay: 0.72s;
}
.is-next .c-anim--6,
.is-prev .c-anim--6 {
  transition-delay: 0.42s;
}
.c-anim--7,
.is-active .c-anim--7 {
  transition-delay: 0.79s;
}
.is-next .c-anim--7,
.is-prev .c-anim--7 {
  transition-delay: 0.49s;
}
.c-anim--8,
.is-active .c-anim--8 {
  transition-delay: 0.86s;
}
.is-next .c-anim--8,
.is-prev .c-anim--8 {
  transition-delay: 0.56s;
}
.c-anim--9,
.is-active .c-anim--9 {
  transition-delay: 0.93s;
}
.is-next .c-anim--9,
.is-prev .c-anim--9 {
  transition-delay: 0.63s;
}
.c-anim--10,
.is-active .c-anim--10 {
  transition-delay: 1s;
}
.is-next .c-anim--10,
.is-prev .c-anim--10 {
  transition-delay: 0.7s;
}
.c-anim--11,
.is-active .c-anim--11 {
  transition-delay: 1.07s;
}
.is-next .c-anim--11,
.is-prev .c-anim--11 {
  transition-delay: 0.77s;
}
.c-anim--12,
.is-active .c-anim--12 {
  transition-delay: 1.14s;
}
.is-next .c-anim--12,
.is-prev .c-anim--12 {
  transition-delay: 0.84s;
}
.c-anim--13,
.is-active .c-anim--13 {
  transition-delay: 1.21s;
}
.is-next .c-anim--13,
.is-prev .c-anim--13 {
  transition-delay: 0.91s;
}
.c-anim--14,
.is-active .c-anim--14 {
  transition-delay: 1.28s;
}
.is-next .c-anim--14,
.is-prev .c-anim--14 {
  transition-delay: 0.98s;
}
.c-anim--15,
.is-active .c-anim--15 {
  transition-delay: 1.35s;
}
.is-next .c-anim--15,
.is-prev .c-anim--15 {
  transition-delay: 1.05s;
}
.c-anim--16,
.is-active .c-anim--16 {
  transition-delay: 1.42s;
}
.is-next .c-anim--16,
.is-prev .c-anim--16 {
  transition-delay: 1.12s;
}
.c-anim--17,
.is-active .c-anim--17 {
  transition-delay: 1.49s;
}
.is-next .c-anim--17,
.is-prev .c-anim--17 {
  transition-delay: 1.19s;
}
.c-anim--18,
.is-active .c-anim--18 {
  transition-delay: 1.56s;
}
.is-next .c-anim--18,
.is-prev .c-anim--18 {
  transition-delay: 1.26s;
}
.c-anim--19,
.is-active .c-anim--19 {
  transition-delay: 1.63s;
}
.is-next .c-anim--19,
.is-prev .c-anim--19 {
  transition-delay: 1.33s;
}
.c-anim--20,
.is-active .c-anim--20 {
  transition-delay: 1.7s;
}
.is-next .c-anim--20,
.is-prev .c-anim--20 {
  transition-delay: 1.4s;
}
.c-btn,
.c-btn--menu button,
.c-btn--sound {
  text-decoration: none;
  outline: none !important;
}
.btn--back {
  display: inline-block;
  -webkit-appearence: none;
  background: none;
  border: none;
  font-size: 9px;
  color: #fff;
  line-height: 1;
  position: fixed;
  z-index: 2;
  top: 10vh;
  left: 7vw;
  transform: translateY(-50%);
  text-transform: uppercase;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  padding: 0;
  padding-left: 14px;
}
.btn--back .arrow {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  background: url("/assets/images/back-arrow.png") 0 0;
  background-size: 7px 7px;
  transition: transform 0.7s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.btn--back:hover .arrow {
  transform: translateX(-100%) translateZ(0);
}
@media all and (max-width: 767px) {
  .btn--back {
    top: 8vh;
  }
}
.c-btn--menu {
  background: rgba(0,0,0,0);
  pointer-events: auto;
  width: 10px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 9.523809523809524vw;
  font-size: 0;
  z-index: 2;
  text-align: center;
  margin-top: 11.11111111111111vh;
}
@media all and (max-width: 767px) {
  .c-btn--menu {
    margin-top: 7vh;
  }
}
.c-btn--menu button {
  outline: none !important;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
}
.c-btn--menu .line {
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #fff;
  transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
  position: absolute;
  top: 0;
  left: 0;
}
.c-btn--menu.is-light .line {
  background: #000;
}
.c-btn--menu .line:nth-child(1) {
  transform: translateY(0px);
}
.c-btn--menu .line:nth-child(2) {
  transform: scaleX(0.75) translateY(3.5px);
  transform-origin: 50% 50%;
}
.c-btn--menu .line:nth-child(3) {
  transform: translateY(7px);
}
.c-btn--menu .text {
  position: absolute;
  font-size: 9px;
  color: #fff;
  display: block;
  transform: translateX(-13px) rotate(-90deg);
  opacity: 0;
  pointer-events: none;
  margin-top: 22px;
  transform-origin: 50% 100%;
  transform: translateX(-4px) rotate(-90deg);
  transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}
@media all and (max-width: 767px) {
  .c-btn--menu .text {
    margin-top: -1px;
    margin-right: 15px;
    top: 0;
    right: 100%;
    left: auto;
    width: 42px;
    transform: none;
  }
}
.c-btn--menu.is-light .text {
  color: #000;
}
.c-btn--menu .logo {
  width: 45px;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 25px;
  transform-origin: 50% 100%;
  transform: translateX(-13px) rotate(-90deg);
  transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-btn--menu .logo svg {
  width: 100%;
  fill: #fff;
  transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}
@media all and (max-width: 767px) {
  .c-btn--menu .logo {
    margin-top: -2px;
    margin-right: 15px;
    top: 0;
    right: 100%;
    left: auto;
    width: 42px;
    transform: none;
  }
}
.c-btn--menu.is-light .logo svg {
  fill: #000;
}
.c-btn--menu:hover .line:nth-child(1) {
  transform: translateY(-2px);
}
.c-btn--menu:hover .line:nth-child(2) {
  transform: scaleX(1) translateY(3.5px);
}
.c-btn--menu:hover .line:nth-child(3) {
  transform: translateY(9px);
}
.c-btn--menu.is-closed span:nth-child(1) {
  transform: translateY(3.5px) rotate(-45deg) !important;
  background: #fff !important;
}
.c-btn--menu.is-closed span:nth-child(2) {
  background: #fff !important;
  transform: translateY(3.5px) scaleX(0) !important;
}
.c-btn--menu.is-closed span:nth-child(3) {
  transform: translateY(3.5px) rotate(45deg) !important;
  background: #fff !important;
}
.c-btn--menu.is-closed .text {
  opacity: 1;
  pointer-events: auto;
}
@media all and (max-width: 767px) {
  .c-btn--menu.is-closed .text {
    transform: none;
    top: 0;
    margin-right: 10px;
    margin-top: 0;
    right: 100%;
    left: auto;
  }
}
.c-btn--menu.is-closed .logo {
  opacity: 0;
  pointer-events: none;
}
.c-btn--contact {
  position: absolute;
  top: 50%;
  pointer-events: auto;
  cursor: pointer;
  right: 9.523809523809524vw;
  font-size: 9px;
  text-transform: uppercase;
  color: #fff;
  -webkit-appearance: none;
  border: none;
  background: none;
  display: block;
  font-weight: bold;
  padding: 0;
  margin-right: 0.5em;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: 100% 50%;
}
.c-btn--contact:before,
.c-btn--contact:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.c-btn--contact:before {
  transform-origin: 100% 50%;
  transform: scaleX(1) translateZ(0);
  transition: all 0.6s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.c-btn--contact:after {
  transform-origin: 0% 50%;
  transform: scaleX(0) translateZ(0);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.is-light .c-btn--contact {
  color: #000;
}
.is-light .c-btn--contact:before,
.is-light .c-btn--contact:after {
  background: #000;
}
.c-btn--contact:hover:before {
  transform: scaleX(0) translateZ(0);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.c-btn--contact:hover:after {
  transform: scaleX(1) translateZ(0);
  transition: all 0.6s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.c-btn--rect {
  font-family: 'Graphik';
  font-weight: normal;
  font-size: 9px;
  line-height: 1.4;
  background: #ece7e3;
  border: none;
  padding: 25px 30px;
  -webkit-appearance: none;
  display: inline-block;
  text-transform: uppercase;
}
.c-btn--arrow {
  display: inline-block;
  -webkit-appearence: none;
  background: none;
  border: solid 1px rgba(255,255,255,0.2);
  padding: 30px 30px;
  font-size: 9px;
  color: #ece7e3;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  padding-right: 60px;
}
@media all and (max-width: 767px) {
  .c-btn--arrow {
    padding: 20px 30px;
    padding-right: 45px;
  }
}
.c-btn--arrow .arrow {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  background: url("/assets/images/small-arrow-right.png") 0 0;
  background-size: 7px 7px;
  transform: translateX(100%) translateZ(0);
  transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
}
@media all and (max-width: 767px) {
  .c-btn--arrow .arrow {
    margin-top: -4px;
  }
}
.c-btn--arrow:before,
.c-btn--arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-btn--arrow:before {
  transform-origin: 100% 100%;
  transform: scaleX(1) translateZ(0);
}
.c-btn--arrow:after {
  background: #fff;
  transform-origin: 0 0;
  transform: scaleX(0) translateZ(0);
}
.c-btn--arrow:hover {
  color: #000;
  border: solid 1px #fff;
}
.c-btn--arrow:hover:before {
  transform: scaleX(0) translateZ(0);
}
.c-btn--arrow:hover:after {
  transform: scaleX(1) translateZ(0);
}
.c-btn--arrow:hover .arrow {
  transform: translateX(100%) translateZ(0);
}
.c-btn--sound {
  width: 15px;
  pointer-events: auto;
  text-align: right;
  position: absolute;
  outline: none !important;
  font-size: 0;
  z-index: 2;
  font-weight: bold;
  text-align: center;
  bottom: 0;
  right: 9.523809523809524vw;
  margin-bottom: 11.11111111111111vh;
}
.c-btn--sound .text {
  white-space: nowrap;
  position: absolute;
  text-transform: uppercase;
  bottom: 100%;
  margin-bottom: 10px;
  margin-left: 2px;
  font-size: 9px;
  left: 1px;
  color: #fff;
  display: block;
  transform: rotate(-90deg);
  transform-origin: 0 0;
}
.is-light .c-btn--sound .text {
  color: #000;
}
.c-btn--sound .icon {
  position: relative;
  top: 0;
  left: 0;
  white-space: nowrap;
  height: 10px;
  width: 15px;
}
.c-btn--sound .icon span {
  height: 100%;
  width: 1px;
  background: #fff;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-btn--sound .icon span:nth-child(1) {
  transform: translateX(0px);
}
.c-btn--sound .icon span:nth-child(2) {
  transform: translateX(3.5px) scaleY(0.75);
}
.c-btn--sound .icon span:nth-child(3) {
  transform: translateX(7px) scaleY(0.5);
}
.c-btn--sound .icon span:nth-child(4) {
  transform: translateX(10.5px) scaleY(0.75);
}
.c-btn--sound .icon span:nth-child(5) {
  transform: translateX(14px);
}
.is-light .c-btn--sound .icon span {
  background: #000;
}
.c-btn--sound:hover .icon span:nth-child(1) {
  transform: translateX(-2px);
}
.c-btn--sound:hover .icon span:nth-child(2) {
  transform: translateX(2px) scaleY(0.75);
}
.c-btn--sound:hover .icon span:nth-child(3) {
  transform: translateX(7px) scaleY(0.5);
}
.c-btn--sound:hover .icon span:nth-child(4) {
  transform: translateX(12px) scaleY(0.75);
}
.c-btn--sound:hover .icon span:nth-child(5) {
  transform: translateX(16px);
}
.btn--circle {
  background: none;
  border: none;
  -webkit-appearance: none;
  font-size: 9px;
  color: #000;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  padding: 30px 10px;
  z-index: 2;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  display: block;
}
.btn--circle span {
  position: relative;
}
.btn--circle:before {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  background: #ece7e3;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  border-radius: 300px;
  margin-top: -2px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn--circle.is-brand {
  color: #ece7e3;
  display: inline-block;
}
.btn--circle.is-brand:before {
  display: none;
}
.btn--circle.is-brand span.before {
  display: block;
  width: 130px;
  height: 130px;
  background: #18412f;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -65px;
  margin-left: -65px;
  border-radius: 300px;
}
.btn--circle.is-brand span.after {
  display: block;
  width: 150px;
  height: 150px;
  background: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -75px;
  margin-left: -75px;
  border: solid 1px #18412f;
  border-radius: 300px;
}
@media all and (max-width: 767px) {
  .btn--circle {
    padding: 40px 10px;
  }
  .btn--circle:before,
  .btn--circle.is-brand:before,
  .btn--circle span.before,
  .btn--circle.is-brand span.before {
    width: 90px;
    height: 90px;
    margin-top: -45px;
    margin-left: -44px;
  }
  .btn--circle span.after,
  .btn--circle.is-brand span.after {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
  }
}
.c-casestudy__loop-wrapper {
  position: fixed;
  text-align: left;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  will-change: opacity;
  transition: opacity 2.4s cubic-bezier(0.43, 0.195, 0.02, 1), visibility 0s 1.4s;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateZ(0);
}
.c-casestudy__loop-wrapper.is-active {
  transition: opacity 1.4s cubic-bezier(0.43, 0.195, 0.02, 1), visibility 0s 0s;
  transition-delay: 0.4s;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translateZ(0);
}
.c-casestudy__loop-text {
  text-align: left;
  text-transform: uppercase;
  color: #0d0d0d;
  font-size: 21vw;
  font-family: 'Canela';
  font-weight: normal;
  line-height: 0.9;
  margin-left: 5vw;
  padding-bottom: 10px;
}
.c-casestudy__intro {
  padding-top: 20vh;
  width: 83.33333333333333vw;
}
@media all and (max-width: 767px) {
  .c-casestudy__intro {
    padding-top: 16vh;
    width: 90.333333vw;
  }
}
.c-casestudy__intro-content {
  position: relative;
  width: 83.33333333333333vw;
  padding-left: 19.047619047619047vw;
  padding-right: 26.19047619047619vw;
  background: #1a1a1a;
  padding-top: 16.666666666666664vh;
  padding-bottom: 22.22222222222222vh;
}
@media all and (max-width: 767px) {
  .c-casestudy__intro-content {
    padding-left: 9.523809523809524vw;
    padding-right: 12vw;
    padding-top: 10vh;
    padding-bottom: 8vh;
    width: 90.333333vw;
  }
}
.c-casestudy__cover {
  overflow: hidden;
  font-size: 0;
  position: relative;
  background: #000;
}
.c-casestudy__cover:after {
  content: "";
  display: block;
  padding-top: 47.5%;
}
.c-casestudy__cover img,
.c-casestudy__cover video {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 767px) {
  .c-casestudy__cover video {
    height: 100%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .c-casestudy__cover:after {
    padding-top: 140%;
  }
}
.c-casestudy__large-text {
  font-family: 'canela';
  font-weight: 100;
  font-size: calc(28px + (67 - 28) * (100vw - 320px) / (1440 - 320));
  line-height: 1.1;
  margin-bottom: 1.6em;
}
@media all and (max-width: 767px) {
  .c-casestudy__large-text {
    margin-bottom: 1em;
  }
}
.c-casestudy__large-text span {
  position: relative;
}
.c-casestudy__large-text span:after {
  content: "";
  display: block;
  background: #ece7e3;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 4px;
  left: 0;
}
@media all and (max-width: 767px) {
  .c-casestudy__large-text span {
    height: 1px;
  }
  .c-casestudy__large-text span:after {
    bottom: 2px;
  }
}
.c-casestudy__text {
  font-family: 'Graphik';
  font-weight: 100;
  font-size: calc(13px + (25 - 13) * (100vw - 320px) / (1440 - 320));
  line-height: 2.04;
  width: 26.19047619047619vw;
}
@media all and (max-width: 767px) {
  .c-casestudy__text {
    width: 100%;
  }
}
.c-casestudy__infos {
  width: 83.33333333333333vw;
  position: relative;
  padding-top: 16.666666666666664vh;
}
@media all and (max-width: 767px) {
  .c-casestudy__infos {
    padding-top: 5vh;
  }
}
.c-casestudy__caption {
  padding-left: 52.38095238095238vw;
  font-family: 'Graphik';
  font-weight: 500;
  font-size: 9px;
  line-height: 1;
  color: #393837;
  text-transform: uppercase;
  margin-bottom: 2em;
}
@media all and (max-width: 767px) {
  .c-casestudy__caption {
    padding-left: 9.523809523809524vw;
  }
}
.c-casestudy__nav {
  padding-left: 52.38095238095238vw;
  margin-bottom: 5.555555555555555vh;
}
@media all and (max-width: 767px) {
  .c-casestudy__nav {
    padding-left: 9.523809523809524vw;
  }
}
.c-casestudy__link {
  font-family: 'Canela';
  font-weight: 100;
  font-size: calc(15px + (30 - 15) * (100vw - 320px) / (1440 - 320));
  line-height: 2.06;
  display: inline-block;
  color: #ece7e3;
  position: relative;
}
.c-casestudy__link.is-underlined:after {
  content: "";
  display: block;
  background: #ece7e3;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0.6em;
  left: 0;
}
.c-casestudy__tags {
  font-family: 'Canela';
  font-weight: 100;
  font-size: calc(12px + (15 - 12) * (100vw - 320px) / (1440 - 320));
  line-height: 2.06;
  display: block;
  color: #ece7e3;
  position: relative;
}
.c-casestudy__video {
  position: relative;
  width: 73.80952380952381vw;
  margin-left: 9.523809523809524vw;
  margin-top: 16.666666666666664vh;
  margin-bottom: 16.666666666666664vh;
  background: #000;
}
.c-casestudy__video video {
  width: 100%;
}
@media all and (max-width: 767px) {
  .c-casestudy__video {
    margin-left: 0;
    width: 100vw;
  }
}
.c-casetudy__breadcrumb {
  position: absolute;
  top: 16vh;
  left: 7.142857142857142vw;
  color: #5b5958;
  font-family: 'Graphik';
  font-weight: 200;
  font-size: 20px;
  line-height: 1;
  transform: rotate(-90deg) translateX(-110%);
  transform-origin: 0 0;
}
@media all and (max-width: 767px) {
  .c-casetudy__breadcrumb {
    transform: none;
    position: relative;
    display: block;
    left: 0;
    margin-bottom: 10vh;
    top: 0;
    font-size: 16px;
  }
}
.c-casestudy__problem-text {
  margin-bottom: 5.555555555555555vh;
  font-family: 'Canela';
  font-weight: 100;
  font-size: calc(15px + (18 - 15) * (100vw - 320px) / (1440 - 320));
  line-height: 2.06;
}
.c-casestudy__next {
  display: block;
  position: relative;
  width: 100%;
  background: #000;
  font-size: 0;
}
.c-casestudy__next video {
  width: 100%;
  position: relative;
  opacity: 1;
}
@media all and (max-width: 767px) {
  .c-casestudy__next video {
    width: auto;
    height: 60vh;
  }
}
.c-casestudy__next-gradient {
  display: block;
  top: -2px;
  left: 0;
  width: 100%;
  height: 110%;
  background: url("/assets/images/case-studies/test_gradient_2.png") 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
}
.c-casestudy__next-content {
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.c-casestudy__next-title {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  font-family: 'canela';
  font-weight: 100;
  font-size: calc(25px + (67 - 25) * (100vw - 320px) / (1440 - 320));
  line-height: 1.1;
}
.c-contact {
  position: fixed;
  text-align: left;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.c-contact-text {
  text-align: center;
  font-size: 0;
}
.c-contact-text a {
  font-size: calc(41px + (82 - 41) * (100vw - 320px) / (1440 - 320));
  font-family: 'Canela';
  font-weight: 100;
  line-height: 1;
  color: #234030;
  position: relative;
  display: inline-block;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-bottom: 0.4em;
}
.c-contact-text a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.05em;
  height: 1px;
  background: #234030;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
}
.c-contact__image {
  pointer-events: none;
  display: block;
  width: 35vw;
  top: 50vh;
  transform: translateY(-50%) translateZ(0);
  left: 10vw;
  position: absolute;
}
.c-contact__image img {
  display: inline-block;
  width: 100%;
}
.c-contact__hover a {
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-contact__hover a:hover {
  opacity: 1;
  color: #fff;
}
.c-contact__hover a:hover:after {
  background: #fff;
}
.c-contact__prevent {
  height: 16.666666666666668vh;
  width: 100%;
  position: absolute;
  background: rgba(0,0,0,0);
  top: 0;
  left: 0;
  z-index: 2;
  transform: translateZ(0);
}
.no-js #fake-scroll {
  display: none;
}
@media all and (max-width: 767px) {
  #fake-scroll {
    display: none;
  }
}
.c-formula__nav {
  list-style: none;
  position: fixed;
  top: 50%;
  left: 4.761904761904762vw;
  text-align: center;
  padding: 0;
  margin: 0;
  transform: translateY(-50%);
}
.c-formula__nav li {
  display: block;
  margin-bottom: 9px;
  padding: 0;
}
.c-formula__nav button.bullet {
  -webkit-appearence: none;
  padding: 0;
  background: rgba(255,255,255,0);
  border: solid 1px #fff;
  border-radius: 100px;
  display: inline-block;
  width: 5px;
  height: 5px;
  transition: all 0.8s 0.2s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-formula__nav button.bullet.is-active {
  background: #fff;
}
.c-formula__nav.is-light button.bullet {
  border: solid 1px #000;
}
.c-formula__nav.is-light button.bullet.is-active {
  background: #000;
}
.formula__arrow--top,
.formula__arrow--bottom {
  left: 50%;
  margin-left: -5px;
  border: none;
  -webkit-appearance: none;
  display: none;
  position: absolute;
  height: 15px;
  width: 10px;
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.43, 0.195, 0.02, 1);
}
@media all and (max-width: 767px) {
  .formula__arrow--top,
  .formula__arrow--bottom {
    display: block;
  }
}
.formula__arrow--top.is-active,
.formula__arrow--bottom.is-active {
  opacity: 1;
  transition: all 1.2s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.formula__arrow--top {
  bottom: 100%;
  margin-bottom: 10px;
  background: url("/assets/images/case-arrow-top.png") 0 0 no-repeat;
  background-size: 10px 15px;
}
.is-light .formula__arrow--top {
  background-image: url("/assets/images/case-arrow-top-dark.png");
}
.formula__arrow--bottom {
  top: 100%;
  margin-top: 10px;
  background: url("/assets/images/case-arrow-bottom.png") 0 0 no-repeat;
  background-size: 10px 15px;
}
.is-light .formula__arrow--bottom {
  background-image: url("/assets/images/case-arrow-bottom-dark.png");
}
.c-frame__border {
  background: #fff;
  transition: transform 1s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: transform 1s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.c-frame__border--top {
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  transform: translateY(-10px) translateZ(0);
  -ms-transform: translateY(-10px) translateZ(0);
}
.c-frame__border--right {
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  transform: translateX(60px) translateZ(0);
  -ms-transform: translateX(60px) translateZ(0);
}
.c-frame__border--bottom {
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  transform: translateY(60px) translateZ(0);
  -ms-transform: translateY(60px) translateZ(0);
}
.c-frame__border--left {
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100%;
  transform: translateX(-60px) translateZ(0);
  -ms-transform: translateX(-60px) translateZ(0);
}
@media all and (max-width: 767px) {
  .c-frame__border--top {
    height: 50px;
    transform: translateY(-5px) translateZ(0);
  }
  .c-frame__border--bottom {
    height: 50px;
    transform: translateY(30px) translateZ(0);
  }
  .c-frame__border--left {
    width: 50px;
    transform: translateX(-30px) translateZ(0);
  }
  .c-frame__border--right {
    width: 50px;
    transform: translateX(30px) translateZ(0);
  }
}
.has-js .c-frame.is-active .c-frame__border {
  transform: translateZ(0);
}
.c-frame__content {
  top: 90px;
  right: 40px;
  bottom: 40px;
  left: 40px;
  width: auto;
  height: auto;
}
@media all and (max-width: 767px) {
  .c-frame__content {
    top: 45px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
}
.c-frame__background {
  opacity: 0;
  transform: translateZ(0);
  -ms-transform: translateZ(0);
  transition: opacity 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.has-js .c-frame.is-active .c-frame__background {
  transition: none;
  -ms-transition: none;
  opacity: 1;
}
.c-header {
  z-index: 1000000;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  width: 11.904761904761905vw;
  pointer-events: none;
}
.c-h1 {
  font-family: 'Canela';
  font-weight: normal;
  line-height: 0.9;
}
.c-h2 {
  font-family: 'Canela';
  font-weight: 100;
  font-size: calc(14px + (25 - 14) * (100vw - 320px) / (1440 - 320));
  line-height: 1.4;
}
.c-h3 {
  font-family: 'Canela';
  font-weight: 100;
  font-size: calc(14px + (22 - 14) * (100vw - 320px) / (1440 - 320));
  line-height: 1;
}
.c-home__stripes-wrapper {
  height: 66.66666666666667vh;
  width: 33.333333333333336vw;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  opacity: 0;
  transform: scaleX(3) scaleY(1.5) translateZ(0);
}
.is-slide-active .c-home__stripes-wrapper {
  opacity: 1;
  transform: scale(1) translateZ(0);
  transition: all 1.8s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.is-slide-right .c-home__stripes-wrapper {
  opacity: 1;
  transform: translateX(86%) scale(1) translateZ(0);
  transition: all 1.2s cubic-bezier(0.7, 0.01, 0.15, 1);
}
.is-slide-leaving .c-home__stripes-wrapper {
  opacity: 1;
  transform: translateX(86%) scale(1) translateZ(0);
}
@media all and (max-width: 767px) {
  .c-home__stripes-wrapper {
    width: 75vw;
    height: 65vh;
  }
  .is-slide-right .c-home__stripes-wrapper {
    opacity: 1;
    transform: scale(1) translateZ(0);
  }
}
.c-home__stripes {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.c-home__stripes span {
  display: inline-block;
  width: 25%;
  height: 100%;
  transition: all 1.4s cubic-bezier(0.43, 0.195, 0.02, 1);
  background: #1f1f1f;
  position: relative;
}
.c-home__stripes span:nth-child(2) {
  left: -1px;
}
.c-home__stripes span:nth-child(3) {
  left: -2px;
}
.c-home__stripes span:nth-child(4) {
  left: -3px;
}
.is-slide-right .c-home__stripes span {
  background: #18412f;
}
.is-slide-leaving .c-home__stripes span {
  transition: all 1.4s cubic-bezier(0.88, 0.01, 0.15, 1);
  transform: translateY(101%);
}
.is-slide-leaving .c-home__stripes span:nth-child(2) {
  transition-delay: 0.1s;
}
.is-slide-leaving .c-home__stripes span:nth-child(3) {
  transition-delay: 0.2s;
}
.is-slide-leaving .c-home__stripes span:nth-child(4) {
  transition-delay: 0.3s;
}
@media all and (max-width: 767px) {
  .is-slide-right .c-home__stripes span {
    background: #1f1f1f;
    transition: all 1.4s cubic-bezier(0.88, 0.01, 0.15, 1);
    transform: translateY(101%);
  }
  .is-slide-right .c-home__stripes span:nth-child(2) {
    transition-delay: 0.1s;
  }
  .is-slide-right .c-home__stripes span:nth-child(3) {
    transition-delay: 0.2s;
  }
  .is-slide-right .c-home__stripes span:nth-child(4) {
    transition-delay: 0.3s;
  }
}
.c-home__stripe-btn {
  font-family: 'Graphik';
  font-weight: normal;
  font-size: 9px;
  line-height: 1.4;
  background: none;
  border: none;
  padding: 28px 30px;
  -webkit-appearance: none;
  display: inline-block;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 0;
  outline: 0;
  opacity: 0;
  transform: translate(-10vw, -50%) translateZ(0);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  padding-right: 60px;
}
@media all and (max-width: 767px) {
  .c-home__stripe-btn {
    padding: 30px 30px;
    padding-right: 45px;
  }
}
.is-slide-right .c-home__stripe-btn {
  opacity: 1;
  transform: translate(-50%, -50%) translateZ(0);
  transition: all 1.3s 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.is-slide-leaving .c-home__stripe-btn {
  opacity: 0;
  transform: translate(-50%, -50%) translateZ(0);
  transition: all 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-home__stripe-btn .arrow {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  background: url("/assets/images/small-arrow-right.png") 0 0;
  background-size: 7px 7px;
}
@media all and (max-width: 767px) {
  .c-home__stripe-btn .arrow {
    margin-top: -4px;
  }
}
.c-home__stripe-btn span {
  transition: all 0.7s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-home__stripe-btn:before,
.c-home__stripe-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.7s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-home__stripe-btn:before {
  background: #ece7e3;
  transform-origin: 100% 100%;
  transform: scaleX(1) translateZ(0);
}
.c-home__stripe-btn:after {
  background: #1a1a1a;
  transform-origin: 0 0;
  transform: scaleX(0) translateZ(0);
}
.has-not-touch .c-home__stripe-btn:hover span {
  color: #ece7e3;
}
.has-not-touch .c-home__stripe-btn:hover:before {
  transform: scaleX(0) translateZ(0);
}
.has-not-touch .c-home__stripe-btn:hover:after {
  transform: scaleX(1) translateZ(0);
}
@media all and (max-width: 767px) {
  .c-home__stripe-btn {
    position: relative;
    top: 0;
    left: 0;
    transform: translateZ(0);
    margin-top: 30px;
  }
  .is-slide-right .c-home__stripe-btn,
  .is-slide-leaving .c-home__stripe-btn {
    transform: translateZ(0);
  }
}
.c-home__loop-wrapper {
  position: absolute;
  text-align: left;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: opacity;
  transition: opacity 2.4s cubic-bezier(0.43, 0.195, 0.02, 1), visibility 0s 1.4s;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateZ(0);
}
.c-home__loop-wrapper.is-active {
  transition: opacity 1.4s cubic-bezier(0.43, 0.195, 0.02, 1), visibility 0s 0s;
  transition-delay: 0.4s;
  opacity: 1;
  visibility: visible;
  transform: translateZ(0);
}
.c-home__loop-text {
  text-align: left;
  text-transform: uppercase;
  color: #0d0d0d;
  font-size: 17vw;
  font-family: 'Canela';
  font-weight: normal;
  line-height: 0.9;
  padding-bottom: 10px;
}
@media all and (max-width: 767px) {
  .c-home__loop-text {
    font-size: 65vw;
  }
}
.c-home__intro-text {
  position: absolute;
  left: 16.666666666666668vw;
  top: 50%;
  width: 23.80952380952381vw;
  font-family: 'Canela';
  font-weight: 100;
  font-size: calc(16px + (19 - 16) * (100vw - 320px) / (1440 - 320));
  line-height: 1.8;
  will-change: opacity, transform;
  opacity: 0;
  transform: translate(-10vw, -50%) translateZ(0);
  color: #fff;
  text-align: left;
  transition: all 1.3s 0.5s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-home__intro-text.is-active {
  transform: translate(0, -50%) translateZ(0);
  opacity: 1;
}
@media all and (max-width: 767px) {
  .c-home__intro-text {
    width: 80.95238095238095vw;
    left: 9.523809523809524vw;
    text-align: center;
  }
}
.c-home__3d-piece,
.c-american-top,
.c-american-bottom,
.c-home__bar-top,
.c-home__large-break-bottom,
.c-home__u-right,
.c-home__u-bottom,
.c-home__large-break-right,
.c-works__american-top,
.c-works__american-bottom {
  position: absolute;
  transition: all 1.8s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-american-top {
  left: -10vw;
  top: 0;
  width: 85vw;
  transform: translateY(-160%) rotate(150deg);
}
.is-active .c-american-top {
  transform: translateY(-85%) rotate(163deg);
}
.c-american-bottom {
  left: 9.523809523809524vw;
  bottom: 0;
  width: 57.14285714285714vw;
  transform: translateY(150%);
}
.is-active .c-american-bottom {
  transform: translateY(50%);
}
.c-home__bar-top {
  left: 12vw;
  top: 0;
  width: 53vw;
  transform: translateY(-120%) rotate(-10deg);
}
.is-active .c-home__bar-top {
  transform: translateY(-46%) rotate(-10deg);
}
.c-home__large-break-bottom {
  left: 4.761904761904762vw;
  bottom: 0;
  width: 33.333333333333336vw;
  transform: translateY(120%);
}
.is-active .c-home__large-break-bottom {
  transform: translateY(50%);
  transition-delay: 0.1s;
}
.c-home__u-right {
  left: 74vw;
  top: -41vh;
  width: 75vw;
  transform: translateY(120%);
}
.is-active .c-home__u-right {
  transform: translateY(50%) rotate(4deg);
  transition-delay: 0.2s;
}
@media all and (max-width: 767px) {
  .c-home__u-right {
    top: 70vh;
    transform: translateY(100%);
  }
  .is-active .c-home__u-right {
    transform: translateY(0%) rotate(4deg);
  }
}
.c-home__u-bottom {
  left: 4.761904761904762vw;
  bottom: 0;
  width: 33.333333333333336vw;
  transform: translateY(120%);
}
.is-active .c-home__u-bottom {
  transform: translateY(50%);
  transition-delay: 0.1s;
}
.c-home__large-break-right {
  left: 74vw;
  top: -41vh;
  width: 75vw;
  transform: translateY(120%);
}
.is-active .c-home__large-break-right {
  transform: translateY(50%) rotate(4deg);
  transition-delay: 0.2s;
}
.c-home__title {
  font-family: 'canela';
  font-weight: 100;
  font-size: calc(33px + (67 - 33) * (100vw - 320px) / (1440 - 320));
  line-height: 1.1;
  margin-bottom: 0.3em;
}
.c-home__text {
  font-family: 'canela';
  font-weight: 100;
  font-size: calc(14px + (25 - 14) * (100vw - 320px) / (1440 - 320));
  line-height: 1.6;
  margin-bottom: 1.5em;
}
.c-home__tags {
  font-family: 'Graphik';
  font-weight: bold;
  font-size: 9px;
  line-height: 1.44;
  display: inline-block;
  text-transform: uppercase;
}
.c-home__slideshow {
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.c-home__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
  transform: translateZ(0);
  transition: all 1.4s cubic-bezier(0.43, 0.195, 0.02, 1);
  -ms-flex-align: center;
      align-items: center;
}
.c-home__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.c-home__slide:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.c-home__slide-content {
  width: 42.857142857142854vw;
  display: inline-block;
  color: #ece7e3;
  vertical-align: middle;
}
@media all and (max-width: 767px) {
  .c-home__slide-content {
    width: 65vw;
  }
}
.c-home__cursor {
  font-family: 'Graphik';
  font-weight: 500;
  font-size: 9px;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  z-index: 100000;
  text-transform: uppercase;
  padding-left: 30px;
  opacity: 0;
  margin-top: -5px;
  margin-left: -5px;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-home__cursor.is-active {
  opacity: 1;
}
.c-home__cursor:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  border-radius: 100px;
  background: #fff;
  width: 15px;
  height: 15px;
}
.c-home__cursor-drag {
  border: solid 2px rgba(255,255,255,0.1);
  font-family: 'Graphik';
  font-weight: 500;
  font-size: 9px;
  line-height: 1.2;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  z-index: 100000;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  border-radius: 100px;
  width: 105px;
  height: 105px;
  padding: 45px 20px;
  text-align: center;
  margin-top: -70px;
  margin-left: -70px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-home__cursor-drag.is-active {
  opacity: 1;
}
.c-home__cursor-drag.is-brand {
  border: solid 1px #18412f;
  color: #18412f;
}
.c-home__btn-wrapper {
  height: 66.66666666666667vh;
  width: 33.333333333333336vw;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1100;
  opacity: 0;
  transform: translate(36%, 0) translateZ(0);
}
.c-home__btn-wrapper.is-slide-active,
.c-home__btn-wrapper.is-slide-right {
  opacity: 1;
  transform: translate(36%, -50%) translateZ(0);
  transition: all 1.8s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-home__btn-wrapper.is-hidden {
  pointer-events: none;
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.43, 0.195, 0.02, 1);
}
@media all and (max-width: 767px) {
  .c-home__btn-wrapper,
  .c-home__btn-wrapper.is-slide-active,
  .c-home__btn-wrapper.is-slide-right,
  .c-home__btn-wrapper.is-slide-leaving {
    transform: translateZ(0);
  }
}
.home__start-btn {
  position: absolute;
  bottom: 17.5vh;
  left: 50%;
  transform: translate(-50%, 50%) translateZ(0);
  opacity: 0;
  display: none;
  z-index: 10000;
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.is-slide-active .home__start-btn {
  opacity: 1;
  transition: all 1.8s 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
}
@media all and (max-width: 767px) {
  .home__start-btn {
    display: block;
  }
}
.c-how-section {
  padding-top: 22.22222222222222vh;
  padding-bottom: 22.22222222222222vh;
}
@media all and (max-width: 767px) {
  .c-how-section {
    padding-bottom: 5vh;
  }
}
.c-line {
  position: relative;
}
.c-line:after {
  content: "";
  display: block;
  left: 30px;
  right: 0;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
}
@media all and (max-width: 767px) {
  .c-line:after {
    left: 20px;
    right: -10px;
    bottom: 2px;
  }
}
.c-link,
.c-link--primary,
.c-link--secondary,
.c-link--small {
  text-decoration: none;
  color: inherit;
}
.c-link--underline {
  position: relative;
  display: inline-block;
  color: #6f6e6e;
  padding-bottom: 4px;
  text-decoration: none;
}
.c-link--underline:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #6f6e6e;
}
.c-link--primary {
  font-family: 'SegoeUI';
  font-size: calc(12px + (15 - 12) * (100vw - 320px) / (10 - 320));
  font-weight: bold;
  line-height: 0.7;
}
.c-link--secondary {
  font-family: 'SegoeUI';
  font-size: calc(12px + (15 - 12) * (100vw - 320px) / (10 - 320));
  font-weight: 100;
}
.c-link--social svg {
  width: 18px;
  height: 18px;
  fill: #a4a4a6;
}
.c-link--small {
  font-family: 'SegoeUI';
  font-size: 12px;
  text-transform: uppercase;
}
.c-link--nav {
  position: relative;
  color: #898989;
  white-space: nowrap;
  transform: translateZ(0);
}
.c-link--nav .c-link--nav__line {
  display: inline-block;
  background: #898989;
  width: 20px;
  height: 2px;
  opacity: 0.6;
  transform: scaleX(0.5) scaleY(0.5) translateZ(0);
  transform-origin: 0 50%;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform, opacity;
  margin: 5px 0;
}
.is-dark .c-link--nav {
  color: #fff;
}
.is-dark .c-link--nav .c-link--nav__line {
  background: #fff;
}
.c-link--nav.is-active .c-link--nav__line,
.c-link--nav:hover .c-link--nav__line {
  opacity: 1;
  transform: scaleX(1) scaleY(1) translateZ(0);
}
.c-link--nav__number {
  margin-right: 10px;
  opacity: 0;
  will-change: opacity, transform;
  transform: translateX(-40px);
  transition: transform 0.4s cubic-bezier(0.49, 0.01, 0.27, 1), opacity 0.4s cubic-bezier(0.49, 0.01, 0.27, 1);
  opacity: 0;
}
.c-link--nav.is-active .c-link--nav__number {
  transition: transform 0.7s 0.2s cubic-bezier(0.49, 0.01, 0.27, 1), opacity 0.7s 0.2s cubic-bezier(0.49, 0.01, 0.27, 1);
}
.c-link--nav.is-active .c-link--nav__number,
.c-link--nav:hover .c-link--nav__number {
  transform: translateZ(0);
  opacity: 1;
}
.c-link--nav__label {
  color: inherit;
  pointer-events: none !important;
  margin-left: 10px;
  transform: translateX(40px) translateY(-50%);
  width: 60px;
  transition: transform 0.4s cubic-bezier(0.49, 0.01, 0.27, 1), opacity 0.4s cubic-bezier(0.49, 0.01, 0.27, 1);
  opacity: 0;
  position: absolute;
  top: 50%;
}
.c-link--nav.is-active .c-link--nav__label {
  transition: transform 0.7s 0.2s cubic-bezier(0.49, 0.01, 0.27, 1), opacity 0.7s 0.2s cubic-bezier(0.49, 0.01, 0.27, 1);
}
.is-labeled .c-link--nav.is-active .c-link--nav__label,
.c-link--nav:hover .c-link--nav__label {
  opacity: 1;
  transform: translateY(-50%) translateZ(0);
}
.c-loader {
  text-align: center;
  height: 100vh;
  width: 100vw;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  font-size: 0;
  z-index: 1000000;
}
.c-loader:after {
  height: 100%;
  width: 0;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.c-loader__content {
  display: inline-block;
  color: #18412f;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.c-loader__content.has-intro {
  transform: translateY(60px);
}
@media all and (max-width: 767px) {
  .c-loader__content.has-intro {
    transform: translateY(20px);
  }
}
.c-loader__intro {
  display: none;
}
.has-intro .c-loader__intro {
  display: block;
}
.c-loader__title {
  margin-top: 0;
  margin-bottom: 45px;
  overflow: hidden;
  transform: translateZ(0);
  letter-spacing: 0;
  height: 8.2vw;
}
@media all and (max-width: 767px) {
  .c-loader__title {
    height: 12vw;
    margin-bottom: 25px;
  }
}
.c-loader__title span {
  font-family: 'Canela';
  font-weight: normal;
  line-height: 1;
  font-size: 10.3vw;
  letter-spacing: 0.05em;
  display: inline-block;
  transform: translateY(100%) translateZ(0);
  transition: all 1.2s cubic-bezier(0.43, 0.195, 0.02, 1);
}
@media all and (max-width: 767px) {
  .c-loader__title span {
    font-size: 15vw;
  }
}
.is-active .c-loader__title span {
  transform: translateZ(0);
  transition: all 1.2s 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-loader__text {
  margin: 0;
  font-family: 'Graphik';
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: 45px;
  padding: 0 4.761904761904762vw;
  font-size: calc(13px + (13 - 13) * (100vw - 320px) / (1440 - 320));
}
.c-loader__text b {
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .c-loader__text {
    margin-bottom: 30px;
  }
}
.c-loader__headline {
  margin: 0;
  font-family: 'Graphik';
  font-size: calc(13px + (17 - 13) * (100vw - 320px) / (1440 - 320));
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}
.c-loader__headline b {
  font-weight: bold;
}
.c-loader__circle-wrapper {
  width: 70px;
  display: inline-block;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.is-active .c-loader__circle-wrapper {
  opacity: 1;
}
@media all and (max-width: 767px) {
  .c-loader__circle-wrapper {
    width: 50px;
  }
}
.c-loader__circle {
  width: 100%;
  animation: spin 2.2s linear infinite;
}
@keyframes spin {
  100% {
    transform: rotate(360deg) translateZ(0);
  }
}
.c-main {
  padding-top: 90px;
}
.no-js .c-main {
  position: static !important;
}
@media all and (max-width: 767px) {
  .c-main {
    position: static !important;
    padding-top: 65px;
  }
}
.c-menu {
  pointer-events: none;
}
.c-menu.is-active {
  pointer-events: auto;
}
.menu__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #18412f;
  will-change: opacity;
  transition: opacity 1.8s cubic-bezier(0.43, 0.195, 0.02, 1);
  opacity: 0;
  pointer-events: none;
  transform: translateZ(0);
}
.menu__bg.is-active,
.menu__bg.is-overlay-active {
  transition: opacity 1.8s cubic-bezier(0.43, 0.195, 0.02, 1);
  opacity: 1;
  pointer-events: auto;
  transform: translateZ(0);
}
.c-menu__nav {
  text-align: left;
  position: fixed;
  top: 50vh;
  left: 4.761904761904762vw;
  transform: translateY(-50%);
}
.c-menu__nav ul {
  padding-left: 0;
  list-style: none;
}
@media all and (max-width: 767px) {
  .c-menu__nav {
    left: 9.523809523809524vw;
  }
}
.c-menu__links {
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0;
  background: none;
  border: none;
  display: block;
  font-family: 'Graphik';
  font-weight: 500;
  font-size: 12px;
  line-height: 2.7;
  text-transform: uppercase;
  color: #6e6d6c;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
}
.c-menu__links:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 100px;
  opacity: 0;
  transform: scale(0) translateY(-50%) translateZ(0);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 10px;
}
.has-not-touch .c-menu__links:hover,
.c-menu__links.is-active {
  color: #fff;
}
.has-not-touch .c-menu__links:hover:before,
.c-menu__links.is-active:before {
  opacity: 1;
  transform: scale(1) translateY(-50%) translateZ(0);
}
@media all and (max-width: 767px) {
  .c-menu__links {
    margin-bottom: 10px;
  }
}
.c-menu__title--back,
.c-menu__title--front,
.c-menu__title--stroke-front,
.c-menu__title--stroke-back {
  font-size: 0;
  position: fixed;
  display: inline-block;
  top: 50vh;
  width: 100%;
  transform: translateY(-50%);
  left: 23.80952380952381vw;
  white-space: nowrap;
  pointer-events: none;
}
.c-menu__title--back span,
.c-menu__title--front span,
.c-menu__title--stroke-front span,
.c-menu__title--stroke-back span {
  opacity: 0;
  display: inline-block;
  font-family: 'Canela';
  font-weight: 300;
  font-size: 30vw;
  line-height: 0.5;
}
.c-menu__title--back span.light,
.c-menu__title--front span.light,
.c-menu__title--stroke-front span.light,
.c-menu__title--stroke-back span.light {
  color: #fff;
}
@media all and (max-width: 767px) {
  .c-menu__title--back,
  .c-menu__title--front,
  .c-menu__title--stroke-front,
  .c-menu__title--stroke-back {
    left: 38.095238095238095vw;
  }
  .c-menu__title--back span,
  .c-menu__title--front span,
  .c-menu__title--stroke-front span,
  .c-menu__title--stroke-back span {
    font-size: 40vw;
  }
}
.c-menu__title--back {
  transition: all 1.4s cubic-bezier(0.43, 0.195, 0.02, 1);
  pointer-events: none;
}
.c-menu__title--back span.light {
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-menu__title--back span.dark {
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
  transform: translateY(-10vh) translateZ(0);
}
.c-menu__title--back.is-active span.dark {
  opacity: 1;
  transition: all 1.4s 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
  transform: translateY(0vh) translateZ(0);
}
.c-menu__title--back.is-hover {
  opacity: 0;
}
.c-menu__title--back.is-hover span {
  transition: all 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-menu__title--front {
  pointer-events: none;
  z-index: 9999;
  transition: all 1.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-menu__title--front span.dark {
  opacity: 0;
}
.c-menu__title--front span.light {
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
  transform: translateY(10vh) translateZ(0);
}
.c-menu__title--front.is-active span.light {
  opacity: 1;
  transition: all 1.4s 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
  transform: translateY(0vh) translateZ(0);
}
.c-menu__title--front.is-hover {
  opacity: 0;
}
.c-menu__title--front.is-hover span {
  transition: all 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-menu__title--stroke-front,
.c-menu__title--stroke-back {
  pointer-events: none;
  opacity: 0;
  transition: all 1.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-menu__title--stroke-front span.dark,
.c-menu__title--stroke-back span.dark,
.c-menu__title--stroke-front span.light,
.c-menu__title--stroke-back span.light {
  transition: all 1.4s cubic-bezier(0.43, 0.195, 0.02, 1);
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #234030;
  -moz-text-stroke-width: 1px;
  -moz-text-stroke-color: #234030;
}
.c-menu__title--stroke-front.is-active,
.c-menu__title--stroke-back.is-active {
  pointer-events: auto;
  cursor: pointer;
}
.c-menu__title--stroke-front.is-hover,
.c-menu__title--stroke-back.is-hover {
  opacity: 1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-menu__title--stroke-front span.dark,
  .c-menu__title--stroke-back span.dark,
  .c-menu__title--stroke-front span.light,
  .c-menu__title--stroke-back span.light {
    color: #234030;
  }
}
.c-menu__title--stroke-front {
  z-index: 10000;
}
.c-menu__title--stroke-front.is-hover span.light {
  opacity: 1;
}
.c-menu__title--stroke-back.is-hover span.dark {
  opacity: 1;
}
.menu__stripe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  font-size: 0;
  pointer-events: none;
}
.menu__stripe span {
  background: #000;
  display: inline-block;
  height: 100%;
}
.menu__stripe span:nth-child(1) {
  width: 30%;
  position: absolute;
  left: -26%;
}
.menu__stripe span:nth-child(2) {
  width: 10%;
}
.menu__stripe span:nth-child(3) {
  width: 10%;
}
.menu__stripe span:nth-child(4) {
  width: 12%;
}
.menu__stripe span:nth-child(5) {
  width: 28%;
}
.menu__stripe span:nth-child(6) {
  width: 12%;
}
.menu__stripe span:nth-child(7) {
  width: 28%;
}
.menu__stripe span:nth-child(8) {
  width: 30%;
  position: absolute;
  right: -26%;
}
.menu__explore-btn {
  font-family: 'Graphik';
  white-space: nowrap;
  font-weight: 500;
  font-size: 9px;
  line-height: 1;
  color: rgba(255,255,255,0.3);
  display: inline-block;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  padding: 35px 0px;
  border-radius: 100px;
  position: fixed;
  bottom: 10vh;
  left: 9.523809523809524vw;
  width: 60vw;
  text-align: left;
  z-index: 3;
  transform: translateZ(0);
  transition: all 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.menu__explore-btn.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0vw) translateZ(0);
  transition: all 1.2s 0.7s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-overlay {
  will-change: opacity;
  transition: opacity 1.4s cubic-bezier(0.43, 0.195, 0.02, 1), visibility 0s 1.4s;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateZ(0);
}
.c-overlay.is-active,
.c-overlay.is-overlay-active {
  transition: opacity 1.4s cubic-bezier(0.43, 0.195, 0.02, 1), visibility 0s 0s;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translateZ(0);
}
.c-reel {
  background: #000;
  display: block;
  height: 100vh;
  width: 100vw;
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  pointer-events: none;
  font-size: 0;
}
.c-reel:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.c-reel.is-active {
  opacity: 1;
  pointer-events: auto;
}
.c-reel__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-reel__player-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 76.19047619047619vw;
  height: 70vh;
}
.c-reel__player-wrapper core-object-fit {
  display: block;
  position: relative;
}
@media all and (max-width: 767px) {
  .c-reel__player-wrapper {
    width: 100%;
  }
}
.c-reel__player,
.c-reel__player video {
  height: 100%;
  width: 100%;
}
.c-reel__progress {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 120%;
  height: 120%;
  z-index: 2;
  pointer-events: none;
  stroke: #fff;
  stroke-width: 0.25;
  fill: none;
  opacity: 0;
  transition: all 1.3s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-reel__progress.is-active {
  opacity: 1;
}
.c-reel__cursor {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  z-index: 100000;
  pointer-events: none;
  margin-top: -55px;
  margin-left: -55px;
  width: 110px;
  height: 110px;
}
.c-reel__cursor:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100px;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transform: scale(0.2) translateZ(0);
  transition: all 0.6s cubic-bezier(0.43, 0.195, 0.02, 1);
  box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
}
.c-reel__cursor svg {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.c-reel__cursor.is-active:before {
  opacity: 1;
  transform: scale(1) translateZ(0);
}
.c-reel__cursor.is-active .play {
  opacity: 1;
}
.c-reel__cursor.is-active .pause {
  opacity: 0;
}
.c-reel__cursor.is-active.is-playing .play {
  opacity: 0;
}
.c-reel__cursor.is-active.is-playing .pause {
  opacity: 1;
}
@media all and (max-width: 767px) {
  .c-reel__cursor.is-active {
    z-index: 1;
    margin-top: -35px;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 50%;
  }
  .c-reel__cursor.is-active.is-playing {
    opacity: 0;
  }
}
.c-reel__infos {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  opacity: 0;
  color: #fff;
  transition: all 1.3s cubic-bezier(0.43, 0.195, 0.02, 1);
  transform: translateZ(0);
  z-index: 2;
  pointer-events: none;
}
.c-reel__infos:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.c-reel__infos.is-active {
  opacity: 1;
  pointer-events: auto;
}
.c-reel__infos__content {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.c-reel__info-col {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30vw;
  text-align: left;
}
@media all and (max-width: 767px) {
  .c-reel__info-col {
    width: 75vw;
    text-align: center;
  }
}
.c-reel__title {
  font-family: 'Canela';
  font-weight: 100;
  font-size: calc(35px + (75 - 35) * (100vw - 320px) / (1440 - 320));
  line-height: 1.13;
  color: #fff;
  margin: 0;
}
@media all and (max-width: 767px) {
  .c-reel__title {
    margin-bottom: 30px;
  }
}
.c-reel__title .line {
  display: inline-block;
  position: relative;
}
.c-reel__title .line:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0.15em;
  left: 0;
}
.c-reel__headline {
  font-family: 'Graphik';
  font-weight: 500;
  font-size: 9px;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
}
.c-reel__text {
  font-family: 'Graphik';
  font-size: calc(11px + (15 - 11) * (100vw - 320px) / (1440 - 320));
  font-weight: 100;
  line-height: 2;
  color: #ece7e3;
  display: inline-block;
}
.c-reel__more {
  display: block;
  position: absolute;
  left: 5vw;
  bottom: 11.11111111111111vh;
  margin-bottom: -26px;
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  z-index: 3;
  width: 50px;
  height: 50px;
}
.c-reel__more span.text {
  position: absolute;
  left: 100%;
  top: 50%;
  font-family: 'Graphik';
  font-weight: 500;
  font-size: 9px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  transform: translateY(-50%);
  margin-left: 0px;
}
.c-reel__more span.border,
.c-reel__more span.inner {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0%;
}
.c-reel__more span.border:after,
.c-reel__more span.inner:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-reel__more span.border:after {
  border: solid 1px #fff;
  opacity: 0.3;
  transform: scale(0.6) translateZ(0);
}
.c-reel__more span.inner:after {
  background: #fff;
  transform: scale(0.1) translateZ(0);
}
.has-not-touch .c-reel__more.is-focused span.border:after,
.has-not-touch .c-reel__more:hover span.border:after {
  transform: scale(1) translateZ(0);
}
.has-not-touch .c-reel__more.is-focused span.inner:after,
.has-not-touch .c-reel__more:hover span.inner:after {
  transform: scale(0.1) translateZ(0);
}
.c-text--xl {
  font-family: 'Graphik';
  font-weight: 200;
  font-size: calc(40px + (80 - 40) * (100vw - 320px) / (1440 - 320));
  line-height: 1.2;
}
.c-text--lg {
  font-family: 'Graphik';
  font-weight: 200;
  font-size: calc(25px + (45 - 25) * (100vw - 320px) / (1440 - 320));
  line-height: 1.24;
}
.c-text--md {
  font-family: 'Graphik';
  font-weight: normal;
  font-size: calc(10px + (12 - 10) * (100vw - 320px) / (1440 - 320));
  line-height: 1;
}
.c-text--md i {
  font-weight: 500;
  font-style: italic;
}
.c-text--sm {
  font-family: 'Graphik';
  font-weight: normal;
  font-size: 10px;
  line-height: 1.2;
}
.c-caption {
  font-family: 'Graphik';
  font-weight: normal;
  font-size: calc(10px + (12 - 10) * (100vw - 320px) / (1440 - 320));
  line-height: 1;
  letter-spacing: 0.2;
}
.c-vertical-text--left {
  transform: rotate(-90deg) translate(0, -50%);
  transform-origin: 0 0;
}
.c-vertical-text--right {
  transform: rotate(-90deg) translate(-100%, -50%);
  transform-origin: 0 0;
}
.c-works__intro-content {
  width: 71.42857142857143vw;
  margin-left: 11.904761904761905vw;
  text-align: center;
  margin-top: 10vh;
}
@media all and (max-width: 767px) {
  .c-works__intro-content {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    padding: 0 6.25vw;
  }
}
.c-works__intro-text-wrapper {
  margin-bottom: 7vh;
}
@media all and (max-width: 767px) {
  .c-works__intro-text-wrapper {
    margin-bottom: 30px;
  }
}
.c-works__intro-text {
  font-family: 'canela';
  font-weight: 100;
  font-size: calc(25px + (67 - 25) * (100vw - 320px) / (1440 - 320));
  line-height: 1.1;
}
@media all and (max-width: 767px) {
  .c-works__intro-text {
    line-height: 1.25;
  }
}
.c-works__square {
  height: 100vh;
  width: 100vw;
  transition: all 1.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-works__square.is-contract {
  transform: scaleX(0.75) scaleY(0.5) translateZ(0);
}
.c-works__square.is-leaving {
  transform: scaleX(0.75) scaleY(0) translateZ(0);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-works__slideshow {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60vh;
  height: 60vh;
  transform: translate(-50%, -50%);
}
.c-works__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
  transform: translateZ(0);
  transition: all 1.4s cubic-bezier(0.43, 0.195, 0.02, 1);
  -ms-flex-align: center;
      align-items: center;
  pointer-events: none;
}
.c-works__slide.is-prev {
  transform: translateX(-100%);
}
.c-works__slide.is-next {
  transform: translateX(100%);
}
.c-works__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.c-works__slide:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.c-works__sculpture {
  width: 33.333333333333336vw;
  vertical-align: middle;
  transition: all 1.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-works__sculpture.is-zoomed {
  transform: translateY(60%) scale(1.8);
}
.c-works__american-top {
  left: -25vw;
  top: 0;
  width: 85vw;
  transform: translateY(-160%) rotate(150deg);
}
.is-active .c-works__american-top {
  transform: translateY(-92%) rotate(163deg);
}
.c-works__american-bottom {
  left: 57.14285714285714vw;
  bottom: 0;
  width: 57.14285714285714vw;
  transform: translateY(150%);
}
.is-active .c-works__american-bottom {
  transform: translateY(70%);
}
.c-case__cursor {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  text-transform: uppercase;
  pointer-events: none;
  z-index: 100000;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-case__cursor.is-visible {
  opacity: 1;
}
.c-case__cursor .inner {
  transform: translate(-50%, -50%);
}
.c-case__cursor .inner span {
  font-family: 'Graphik';
  font-weight: 500;
  font-size: 12px;
  color: #000;
  position: absolute;
  text-align: center;
  display: block;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.c-case__cursor label {
  position: absolute;
  font-family: 'Graphik';
  font-weight: 500;
  font-size: 9px;
  line-height: 1;
  color: #fff;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  display: block;
  white-space: nowrap;
  text-transform: uppercase;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-case__cursor.is-visible label {
  transition: all 0.6s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
}
.c-case__cursor svg {
  width: 70px;
  height: 70px;
}
.c-case__cursor svg .circle {
  fill: #ece7e3;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-case__cursor svg .progress {
  fill: none;
  stroke-dasharray: 310;
  stroke-width: 1.5;
  stroke: #ece7e3;
}
.c-case__cursor.is-active .inner svg .circle {
  opacity: 0;
}
.c-case__cursor.is-active .inner span {
  color: #ece7e3;
}
.c-works__nav {
  list-style: none;
  position: fixed;
  bottom: 10vh;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  opacity: 0;
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-works__nav.is-active {
  opacity: 1;
  transition: all 1.2s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-works__nav li {
  display: inline-block;
  margin-right: 30px;
  padding: 0;
}
.c-works__nav li:last-child {
  margin-right: 0px;
}
.c-works__nav button {
  -webkit-appearence: none;
  padding: 0;
  background: none;
  border: solid 1px #fff;
  border-radius: 100px;
  display: inline-block;
  width: 5px;
  height: 5px;
}
.c-works__nav button.is-active {
  background: #fff;
}
.case-studies__start-btn {
  position: absolute;
  bottom: 35vh;
  left: 50%;
  transform: translate(-50%, 50%) translateZ(0);
  opacity: 0;
  z-index: 100000;
  display: none;
  pointer-events: none;
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.case-studies__start-btn.is-active {
  opacity: 1;
  transition: all 1.8s 0.3s cubic-bezier(0.43, 0.195, 0.02, 1);
}
@media all and (max-width: 767px) {
  .case-studies__start-btn {
    display: block;
  }
}
.case-study__arrow--left,
.case-study__arrow--right {
  border: none;
  -webkit-appearance: none;
  display: none;
  position: absolute;
  height: 10px;
  width: 15px;
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.43, 0.195, 0.02, 1);
}
@media all and (max-width: 767px) {
  .case-study__arrow--left,
  .case-study__arrow--right {
    display: block;
  }
}
.case-study__arrow--left.is-active,
.case-study__arrow--right.is-active {
  opacity: 1;
  transition: all 1.2s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.case-study__arrow--left {
  left: 9.523809523809524vw;
  bottom: 10vh;
  background: url("/assets/images/case-arrow-left.png") 0 0 no-repeat;
  background-size: 15px 10px;
}
.case-study__arrow--right {
  right: 9.523809523809524vw;
  bottom: 10vh;
  background: url("/assets/images/case-arrow-right.png") 0 0 no-repeat;
  background-size: 15px 10px;
}
.o-wrapper--valign:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.o-wrapper--valign.is-bottom:after {
  vertical-align: bottom;
}
.o-wrapper--valign.is-top:after {
  vertical-align: top;
}
.u-align-center {
  text-align: center;
}
.u-align-right {
  text-align: right;
}
.u-align-left {
  text-align: left;
}
.u-text-justify {
  text-align: justify;
}
@media all and (max-width: 5000px) {
  .u-align-center\@default {
    text-align: center;
  }
  .u-align-right\@default {
    text-align: right;
  }
  .u-align-left\@default {
    text-align: left;
  }
  .u-text-justify\@default {
    text-align: justify;
  }
}
@media all and (max-width: 767px) {
  .u-align-center\@sm {
    text-align: center;
  }
  .u-align-right\@sm {
    text-align: right;
  }
  .u-align-left\@sm {
    text-align: left;
  }
  .u-text-justify\@sm {
    text-align: justify;
  }
}
@media screen and (max-width: 5000px) {
  .u-float-l {
    float: left;
  }
}
@media all and (max-width: 5000px) {
  .u-float-l\@default {
    float: left;
  }
}
@media all and (max-width: 767px) {
  .u-float-l\@sm {
    float: left;
  }
}
@media screen and (max-width: 5000px) {
  .u-float-r {
    float: right;
  }
}
@media all and (max-width: 5000px) {
  .u-float-r\@default {
    float: right;
  }
}
@media all and (max-width: 767px) {
  .u-float-r\@sm {
    float: right;
  }
}
@media screen and (max-width: 5000px) {
  .u-valign-top {
    vertical-align: top;
  }
}
@media all and (max-width: 5000px) {
  .u-valign-top\@default {
    vertical-align: top;
  }
}
@media all and (max-width: 767px) {
  .u-valign-top\@sm {
    vertical-align: top;
  }
}
@media screen and (max-width: 5000px) {
  .u-valign-bottom {
    vertical-align: bottom;
  }
}
@media all and (max-width: 5000px) {
  .u-valign-bottom\@default {
    vertical-align: bottom;
  }
}
@media all and (max-width: 767px) {
  .u-valign-bottom\@sm {
    vertical-align: bottom;
  }
}
@media screen and (max-width: 5000px) {
  .u-valign-middle {
    vertical-align: middle;
  }
}
@media all and (max-width: 5000px) {
  .u-valign-middle\@default {
    vertical-align: middle;
  }
}
@media all and (max-width: 767px) {
  .u-valign-middle\@sm {
    vertical-align: middle;
  }
}
@media screen and (max-width: 5000px) {
  .u-underline {
    position: relative;
  }
  .u-underline:after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: #18412f;
    position: absolute;
    bottom: 0.1em;
    left: 0;
    z-index: -1;
  }
}
@media all and (max-width: 5000px) {
  .u-underline\@default {
    position: relative;
  }
  .u-underline\@default:after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: #18412f;
    position: absolute;
    bottom: 0.1em;
    left: 0;
    z-index: -1;
  }
}
@media all and (max-width: 767px) {
  .u-underline\@sm {
    position: relative;
  }
  .u-underline\@sm:after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: #18412f;
    position: absolute;
    bottom: 0.1em;
    left: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 5000px) {
  .u-uppercase {
    text-transform: uppercase;
  }
}
@media all and (max-width: 5000px) {
  .u-uppercase\@default {
    text-transform: uppercase;
  }
}
@media all and (max-width: 767px) {
  .u-uppercase\@sm {
    text-transform: uppercase;
  }
}
@media screen and (max-width: 5000px) {
  .u-lowercase {
    text-transform: lowercase;
  }
}
@media all and (max-width: 5000px) {
  .u-lowercase\@default {
    text-transform: lowercase;
  }
}
@media all and (max-width: 767px) {
  .u-lowercase\@sm {
    text-transform: lowercase;
  }
}
@media screen and (max-width: 5000px) {
  .u-bold {
    font-weight: bold;
  }
}
@media all and (max-width: 5000px) {
  .u-bold\@default {
    font-weight: bold;
  }
}
@media all and (max-width: 767px) {
  .u-bold\@sm {
    font-weight: bold;
  }
}
@media screen and (max-width: 5000px) {
  .u-regular {
    font-family: $font-regular;
  }
}
@media all and (max-width: 5000px) {
  .u-regular\@default {
    font-family: $font-regular;
  }
}
@media all and (max-width: 767px) {
  .u-regular\@sm {
    font-family: $font-regular;
  }
}
@media screen and (max-width: 5000px) {
  .u-italic {
    font-style: italic;
  }
}
@media all and (max-width: 5000px) {
  .u-italic\@default {
    font-style: italic;
  }
}
@media all and (max-width: 767px) {
  .u-italic\@sm {
    font-style: italic;
  }
}
.u-inline-block {
  display: inline-block;
}
.u-block {
  display: block;
}
.u-flex {
  display: -ms-flexbox;
  display: flex;
}
.u-hide {
  display: none;
}
@media all and (max-width: 5000px) {
  .u-inline-block\@default {
    display: inline-block;
  }
  .u-block\@default {
    display: block;
  }
  .u-hide\@default {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .u-inline-block\@sm {
    display: inline-block;
  }
  .u-block\@sm {
    display: block;
  }
  .u-hide\@sm {
    display: none;
  }
}
@media screen and (max-width: 5000px) {
  .u-invisible {
    visibility: hidden;
  }
}
@media all and (max-width: 5000px) {
  .u-invisible\@default {
    visibility: hidden;
  }
}
@media all and (max-width: 767px) {
  .u-invisible\@sm {
    visibility: hidden;
  }
}
@media screen and (max-width: 5000px) {
  .u-overflow-h {
    overflow: hidden;
  }
}
@media all and (max-width: 5000px) {
  .u-overflow-h\@default {
    overflow: hidden;
  }
}
@media all and (max-width: 767px) {
  .u-overflow-h\@sm {
    overflow: hidden;
  }
}
@media screen and (max-width: 5000px) {
  .u-overflow-x-h {
    overflow-x: hidden;
  }
}
@media all and (max-width: 5000px) {
  .u-overflow-x-h\@default {
    overflow-x: hidden;
  }
}
@media all and (max-width: 767px) {
  .u-overflow-x-h\@sm {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 5000px) {
  .u-overflow-y-h {
    overflow-y: hidden;
  }
}
@media all and (max-width: 5000px) {
  .u-overflow-y-h\@default {
    overflow-y: hidden;
  }
}
@media all and (max-width: 767px) {
  .u-overflow-y-h\@sm {
    overflow-y: hidden;
  }
}
@media screen and (max-width: 5000px) {
  .u-overflow-s {
    overflow: scroll;
  }
}
@media all and (max-width: 5000px) {
  .u-overflow-s\@default {
    overflow: scroll;
  }
}
@media all and (max-width: 767px) {
  .u-overflow-s\@sm {
    overflow: scroll;
  }
}
@media screen and (max-width: 5000px) {
  .u-fit {
    width: 100%;
    height: 100%;
  }
}
@media all and (max-width: 5000px) {
  .u-fit\@default {
    width: 100%;
    height: 100%;
  }
}
@media all and (max-width: 767px) {
  .u-fit\@sm {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 5000px) {
  .u-fit-w {
    width: 100%;
  }
}
@media all and (max-width: 5000px) {
  .u-fit-w\@default {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .u-fit-w\@sm {
    width: 100%;
  }
}
@media screen and (max-width: 5000px) {
  .u-fit-h {
    height: 100%;
  }
}
@media all and (max-width: 5000px) {
  .u-fit-h\@default {
    height: 100%;
  }
}
@media all and (max-width: 767px) {
  .u-fit-h\@sm {
    height: 100%;
  }
}
@media screen and (max-width: 5000px) {
  .u-viewport-fit {
    width: 100vw;
    height: 100vh;
  }
}
@media all and (max-width: 5000px) {
  .u-viewport-fit\@default {
    width: 100vw;
    height: 100vh;
  }
}
@media all and (max-width: 767px) {
  .u-viewport-fit\@sm {
    width: 100vw;
    height: 100vh;
  }
}
@media screen and (max-width: 5000px) {
  .u-viewport-fit-w {
    width: 100vw;
  }
}
@media all and (max-width: 5000px) {
  .u-viewport-fit-w\@default {
    width: 100vw;
  }
}
@media all and (max-width: 767px) {
  .u-viewport-fit-w\@sm {
    width: 100vw;
  }
}
@media screen and (max-width: 5000px) {
  .u-viewport-fit-h {
    height: 100vh;
  }
}
@media all and (max-width: 5000px) {
  .u-viewport-fit-h\@default {
    height: 100vh;
  }
}
@media all and (max-width: 767px) {
  .u-viewport-fit-h\@sm {
    height: 100vh;
  }
}
.u-vacuum {
  line-height: 0;
}
.u-fixed {
  position: fixed;
  will-change: transform;
}
.u-absolute {
  position: absolute;
}
.u-relative {
  position: relative;
}
.u-static {
  position: static;
}
@media all and (max-width: 5000px) {
  .u-fixed\@default {
    position: fixed;
    will-change: transform;
  }
  .u-absolute\@default {
    position: absolute;
  }
  .u-relative\@default {
    position: relative;
  }
  .u-static\@default {
    position: static;
  }
}
@media all and (max-width: 767px) {
  .u-fixed\@sm {
    position: fixed;
    will-change: transform;
  }
  .u-absolute\@sm {
    position: absolute;
  }
  .u-relative\@sm {
    position: relative;
  }
  .u-static\@sm {
    position: static;
  }
}
@media screen and (max-width: 5000px) {
  .u-pos-tl {
    top: 0;
    left: 0;
  }
}
@media all and (max-width: 5000px) {
  .u-pos-tl\@default {
    top: 0;
    left: 0;
  }
}
@media all and (max-width: 767px) {
  .u-pos-tl\@sm {
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 5000px) {
  .u-pos-tr {
    top: 0;
    right: 0;
  }
}
@media all and (max-width: 5000px) {
  .u-pos-tr\@default {
    top: 0;
    right: 0;
  }
}
@media all and (max-width: 767px) {
  .u-pos-tr\@sm {
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 5000px) {
  .u-pos-bl {
    bottom: 0;
    left: 0;
  }
}
@media all and (max-width: 5000px) {
  .u-pos-bl\@default {
    bottom: 0;
    left: 0;
  }
}
@media all and (max-width: 767px) {
  .u-pos-bl\@sm {
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 5000px) {
  .u-pos-br {
    bottom: 0;
    right: 0;
  }
}
@media all and (max-width: 5000px) {
  .u-pos-br\@default {
    bottom: 0;
    right: 0;
  }
}
@media all and (max-width: 767px) {
  .u-pos-br\@sm {
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 5000px) {
  .u-cursor-drag {
    cursor: -webkit-grab;
    cursor: grab;
  }
}
@media all and (max-width: 5000px) {
  .u-cursor-drag\@default {
    cursor: -webkit-grab;
    cursor: grab;
  }
}
@media all and (max-width: 767px) {
  .u-cursor-drag\@sm {
    cursor: -webkit-grab;
    cursor: grab;
  }
}
@media screen and (max-width: 5000px) {
  .u-cursor-pointer {
    cursor: pointer;
  }
}
@media all and (max-width: 5000px) {
  .u-cursor-pointer\@default {
    cursor: pointer;
  }
}
@media all and (max-width: 767px) {
  .u-cursor-pointer\@sm {
    cursor: pointer;
  }
}
@media screen and (max-width: 5000px) {
  .u-pointer-none {
    pointer-events: none;
  }
}
@media all and (max-width: 5000px) {
  .u-pointer-none\@default {
    pointer-events: none;
  }
}
@media all and (max-width: 767px) {
  .u-pointer-none\@sm {
    pointer-events: none;
  }
}
@media screen and (max-width: 5000px) {
  .u-pointer-auto {
    pointer-events: auto;
  }
}
@media all and (max-width: 5000px) {
  .u-pointer-auto\@default {
    pointer-events: auto;
  }
}
@media all and (max-width: 767px) {
  .u-pointer-auto\@sm {
    pointer-events: auto;
  }
}
@media screen and (max-width: 5000px) {
  .u-force-inline {
    white-space: nowrap;
  }
}
@media all and (max-width: 5000px) {
  .u-force-inline\@default {
    white-space: nowrap;
  }
}
@media all and (max-width: 767px) {
  .u-force-inline\@sm {
    white-space: nowrap;
  }
}
@media screen and (max-width: 5000px) {
  .u-force-block {
    white-space: normal;
  }
}
@media all and (max-width: 5000px) {
  .u-force-block\@default {
    white-space: normal;
  }
}
@media all and (max-width: 767px) {
  .u-force-block\@sm {
    white-space: normal;
  }
}
@media screen and (max-width: 5000px) {
  .u-dir-rtl {
    direction: rtl;
  }
}
@media all and (max-width: 5000px) {
  .u-dir-rtl\@default {
    direction: rtl;
  }
}
@media all and (max-width: 767px) {
  .u-dir-rtl\@sm {
    direction: rtl;
  }
}
@media screen and (max-width: 5000px) {
  .u-dir-ltr {
    direction: ltr;
  }
}
@media all and (max-width: 5000px) {
  .u-dir-ltr\@default {
    direction: ltr;
  }
}
@media all and (max-width: 767px) {
  .u-dir-ltr\@sm {
    direction: ltr;
  }
}
@media screen and (max-width: 5000px) {
  .u-justify-space-between {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media all and (max-width: 5000px) {
  .u-justify-space-between\@default {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media all and (max-width: 767px) {
  .u-justify-space-between\@sm {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media screen and (max-width: 5000px) {
  .u-align-items-center {
    -ms-flex-align: center;
        align-items: center;
  }
}
@media all and (max-width: 5000px) {
  .u-align-items-center\@default {
    -ms-flex-align: center;
        align-items: center;
  }
}
@media all and (max-width: 767px) {
  .u-align-items-center\@sm {
    -ms-flex-align: center;
        align-items: center;
  }
}
@media screen and (max-width: 5000px) {
  .u-align-items-bottom {
    -ms-flex-align: end;
        align-items: flex-end;
  }
}
@media all and (max-width: 5000px) {
  .u-align-items-bottom\@default {
    -ms-flex-align: end;
        align-items: flex-end;
  }
}
@media all and (max-width: 767px) {
  .u-align-items-bottom\@sm {
    -ms-flex-align: end;
        align-items: flex-end;
  }
}
