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

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

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: "Untitled Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/untitled-sans.woff2") format("woff2"); }

@font-face {
  font-family: "Untitled Serif";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/untitled-serif.woff2") format("woff2"); }

body {
  width: 100%;
  color: #000000;
  background: #f6f6f6;
  font-family: "Untitled Serif", serif;
  font-size: 1.66666656vw;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 4.1666664vw; } }

.no-cursor, .no-cursor * {
  cursor: none !important; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.2;
  color: currentColor; }

p {
  margin-top: 0; }

svg {
  display: inline-block;
  width: 100%;
  height: 100%;
  fill: currentColor;
  overflow: hidden; }

#symbols {
  display: none; }

a {
  text-decoration: none;
  color: currentColor;
  -webkit-transition: color .3s ease;
  transition: color .3s ease; }
  a:focus {
    outline: none;
    text-decoration: none;
    color: currentColor; }

button {
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  font-family: "Untitled Serif", serif; }
  button:focus {
    outline: none; }

figure {
  margin: 0;
  padding: 0; }

dl, dt, dd {
  margin: 0;
  padding: 0; }

img {
  width: 100%;
  display: block;
  height: auto; }

video {
  display: block; }

.cursor {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  will-change: transform;
  pointer-events: none;
  visibility: hidden;
  mix-blend-mode: difference; }

.cursor-inner {
  width: 12px;
  height: 12px;
  position: absolute;
  top: -6px;
  left: -6px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-property: border-radius,background-color,-webkit-transform;
  transition-property: border-radius,background-color,-webkit-transform;
  transition-property: border-radius,transform,background-color;
  transition-property: border-radius,transform,background-color,-webkit-transform; }

.cursor.is-pressed .cursor-inner {
  -webkit-transform: scale(0.8) rotate(-15deg);
          transform: scale(0.8) rotate(-15deg); }

.cursor.is-visible {
  visibility: visible; }

.cursor[data-mode=button] .cursor-inner {
  border-radius: 0;
  -webkit-transform: scale(1.2) rotate(45deg);
          transform: scale(1.2) rotate(45deg); }

.cursor[data-mode=expanded] .cursor-inner {
  border-radius: 0;
  width: 0;
  height: 0;
  top: 3px;
  background: none;
  left: -6px;
  border-left: 6px solid rgba(255, 0, 0, 0);
  border-right: 6px solid rgba(255, 0, 0, 0);
  border-top: 8px solid #ffffff;
  -webkit-transform: scale(1.6);
          transform: scale(1.6); }

.cursor[data-mode=button].is-pressed .cursor-inner,
.cursor[data-mode=expanded].is-pressed .cursor-inner,
.cursor[data-mode=link].is-pressed .cursor-inner {
  -webkit-transform: scale(1.2) rotate(50deg);
          transform: scale(1.2) rotate(50deg); }

.cursor[data-mode=hidden] .cursor-inner {
  -webkit-transform: scale(0);
          transform: scale(0); }

.cursor[data-mode=hidden].is-pressed .cursor-inner {
  -webkit-transform: scale(0);
          transform: scale(0); }

.cursor[data-theme=dark] .cursor-inner {
  background: #fff; }

.cursor[data-mode=link] .cursor-inner {
  width: 32px;
  height: 32px;
  top: -16px;
  left: -16px;
  -webkit-transform: scale(0.35);
          transform: scale(0.35);
  -webkit-animation: pulse-black .5s infinite;
          animation: pulse-black .5s infinite; }

.cursor[data-mode=mouse] .cursor-inner {
  -webkit-transform: scale(1);
          transform: scale(1);
  height: 24px;
  border-radius: 6px; }

@-webkit-keyframes pulse-black {
  0% {
    -webkit-transform: scale(0.35);
            transform: scale(0.35); }
  70% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  100% {
    -webkit-transform: scale(0.35);
            transform: scale(0.35); } }

@keyframes pulse-black {
  0% {
    -webkit-transform: scale(0.35);
            transform: scale(0.35); }
  70% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  100% {
    -webkit-transform: scale(0.35);
            transform: scale(0.35); } }

.main {
  padding: 0 4.8611108vw 0; }

.homepage {
  background: #f6f6f6;
  position: relative;
  z-index: 2;
  margin-bottom: 100vh; }

.fd {
  opacity: 0;
  -webkit-transform: translate3d(0, 10vh, 0);
          transform: translate3d(0, 10vh, 0);
  -webkit-transition: opacity .3s ease, -webkit-transform .5s ease;
  transition: opacity .3s ease, -webkit-transform .5s ease;
  transition: transform .5s ease, opacity .3s ease;
  transition: transform .5s ease, opacity .3s ease, -webkit-transform .5s ease; }
  .fd.in-view {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.fdi {
  opacity: 0;
  -webkit-transform: translate3d(0, 20vh, 0);
          transform: translate3d(0, 20vh, 0);
  -webkit-transition: opacity .91s ease, -webkit-transform .91s ease;
  transition: opacity .91s ease, -webkit-transform .91s ease;
  transition: transform .91s ease, opacity .91s ease;
  transition: transform .91s ease, opacity .91s ease, -webkit-transform .91s ease; }
  .fdi.in-view {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  color: currentColor;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0 0 3px;
  overflow: visible;
  position: fixed;
  top: 3.03819425vw;
  left: 4.5138886vw;
  z-index: 10001;
  -webkit-transition: opacity .71s ease, -webkit-transform .71s ease;
  transition: opacity .71s ease, -webkit-transform .71s ease;
  transition: transform .71s ease, opacity .71s ease;
  transition: transform .71s ease, opacity .71s ease, -webkit-transform .71s ease; }

.hamburger-box {
  width: 1.66666656vw;
  height: 12px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 1.66666656vw;
    height: 2px;
    background-color: #ffffff;
    border-radius: 0px;
    position: absolute;
    -webkit-transition-property: width, opacity, background, -webkit-transform;
    transition-property: width, opacity, background, -webkit-transform;
    transition-property: transform, width, opacity, background;
    transition-property: transform, width, opacity, background, -webkit-transform;
    -webkit-transition-duration: 0.51s;
            transition-duration: 0.51s;
    -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
            transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99); }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -5px; }
  .hamburger-inner::after {
    bottom: -5px; }

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: background 0.5s ease 0.5s, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background 0.5s ease 0.5s, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), background 0.5s ease 0.5s;
  transition: transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), background 0.5s ease 0.5s, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease, background 0.5s ease .5s;
    transition: top 0.1s 0.14s ease, opacity 0.1s ease, background 0.5s ease .5s; }
  .hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.14s ease, background 0.5s ease 0.5s, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, background 0.5s ease 0.5s, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), background 0.5s ease 0.5s;
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), background 0.5s ease 0.5s, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.has-menu .hamburger--squeeze .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: background 0.5s ease 0s, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.5s ease 0s, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.5s ease 0s;
  transition: transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.5s ease 0s, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 1.66666656vw; }
  .has-menu .hamburger--squeeze .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease, background 0.5s ease 0s;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease, background 0.5s ease 0s; }
  .has-menu .hamburger--squeeze .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease, background 0.5s ease 0s, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, background 0.5s ease 0s, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.5s ease 0s;
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.5s ease 0s, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

.menu__bar {
  background: #ffffff;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3.8194442vw;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.51s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.51s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.51s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.51s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.51s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media screen and (max-width: 767px) {
    .menu__bar {
      height: 9.5486105vw; } }
  .menu__bar.is-visible {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .has-menu .menu__bar {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }

.menu__logo {
  width: 13.888888vw;
  height: 1.24999992vw;
  line-height: 1;
  display: block; }
  @media screen and (max-width: 767px) {
    .menu__logo {
      width: 34.72222vw;
      height: 3.1249998vw; } }

.menu__button {
  position: fixed;
  top: 2.01388876vw;
  right: 1.736111vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.3888888vw;
  height: 1.3888888vw;
  z-index: 10001; }
  @media screen and (max-width: 767px) {
    .menu__button {
      top: 5.0347219vw;
      right: 4.3402775vw;
      width: 3.472222vw;
      height: 3.472222vw; } }

.menu .m__icon {
  width: 1.3888888vw;
  height: 1.3888888vw;
  line-height: 1; }
  @media screen and (max-width: 767px) {
    .menu .m__icon {
      width: 3.472222vw;
      height: 3.472222vw; } }
  .menu .m__icon--close {
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform .2s ease 0s;
    transition: -webkit-transform .2s ease 0s;
    transition: transform .2s ease 0s;
    transition: transform .2s ease 0s, -webkit-transform .2s ease 0s; }
    .has-menu .menu .m__icon--close {
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
      -webkit-transition: -webkit-transform .2s ease .15s;
      transition: -webkit-transform .2s ease .15s;
      transition: transform .2s ease .15s;
      transition: transform .2s ease .15s, -webkit-transform .2s ease .15s; }
  .menu .m__icon--open {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform .2s ease .15s;
    transition: -webkit-transform .2s ease .15s;
    transition: transform .2s ease .15s;
    transition: transform .2s ease .15s, -webkit-transform .2s ease .15s; }
    .has-menu .menu .m__icon--open {
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transition: -webkit-transform .2s ease 0s;
      transition: -webkit-transform .2s ease 0s;
      transition: transform .2s ease 0s;
      transition: transform .2s ease 0s, -webkit-transform .2s ease 0s; }

.menu__container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  z-index: 999;
  padding-bottom: 11.1111104vw;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0); }
  @media screen and (max-width: 767px) {
    .menu__container {
      padding-bottom: 27.777776vw; } }
  .has-menu .menu__container {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.menu__bg {
  background: #FF2D00;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: opacity 0.51s ease, -webkit-transform 0.71s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.51s ease, -webkit-transform 0.71s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.71s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.51s ease;
  transition: transform 0.71s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.51s ease, -webkit-transform 0.71s cubic-bezier(0.23, 1, 0.32, 1); }
  .has-menu .menu__bg {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.51s ease, -webkit-transform 0.71s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.51s ease, -webkit-transform 0.71s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.71s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.51s ease;
    transition: transform 0.71s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.51s ease, -webkit-transform 0.71s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 1; }

.menu__tagline {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 8.3333328vw;
  opacity: 0;
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
  -webkit-transition: opacity 0.91s ease, -webkit-transform 0.91s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.91s ease, -webkit-transform 0.91s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.91s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.91s ease;
  transition: transform 0.91s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.91s ease, -webkit-transform 0.91s cubic-bezier(0.165, 0.84, 0.44, 1); }
  @media screen and (max-width: 767px) {
    .menu__tagline {
      bottom: 20.833332vw; } }
  .has-menu .menu__tagline {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .menu__tagline span {
    font-family: "Untitled Sans", sans-serif; }

.roll--menu {
  opacity: 0;
  -webkit-transition: opacity .1s ease .35s;
  transition: opacity .1s ease .35s; }
  .has-menu .roll--menu {
    opacity: 1; }

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  font-family: "Untitled Sans", sans-serif;
  position: relative;
  z-index: 1; }
  .main-nav__work {
    font-family: "Untitled Serif", serif; }
  .main-nav a {
    font-size: 7.6388884vw;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: opacity 0.91s ease, -webkit-transform 0.91s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.91s ease, -webkit-transform 0.91s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.91s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.91s ease;
    transition: transform 0.91s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.91s ease, -webkit-transform 0.91s cubic-bezier(0.165, 0.84, 0.44, 1); }
    @media screen and (max-width: 767px) {
      .main-nav a {
        font-size: 19.097221vw; } }
    .main-nav a:nth-child(1) {
      -webkit-transition-delay: .45s;
              transition-delay: .45s; }
    .main-nav a:nth-child(2) {
      -webkit-transition-delay: .35s;
              transition-delay: .35s; }
    .main-nav a:nth-child(3) {
      -webkit-transition-delay: .25s;
              transition-delay: .25s; }
    .has-menu .main-nav a {
      opacity: 1;
      -webkit-transform: translateY(0%);
              transform: translateY(0%); }

.footer {
  width: 100%;
  background: #FF2D00;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .footer__text {
    font-size: 2.49999984vw;
    max-width: 55.63%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 4.8611108vw;
    opacity: 0;
    -webkit-transition: opacity 1.1s cubic-bezier(0.48, 0, 0.12, 1);
    transition: opacity 1.1s cubic-bezier(0.48, 0, 0.12, 1); }
    .is-visible .footer__text {
      opacity: 1; }
    @media screen and (max-width: 767px) {
      .footer__text {
        max-width: 80%;
        font-size: 6.2499996vw; } }
  .footer__boxes {
    width: 65.88%;
    padding-bottom: 4.8611108vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    @media screen and (max-width: 767px) {
      .footer__boxes {
        width: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-flow: column-reverse;
                flex-flow: column-reverse;
        padding-bottom: 12.152777vw; } }
  .footer__box {
    width: 21.96vw;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 1.1s cubic-bezier(0.48, 0, 0.12, 1);
    transition: opacity 1.1s cubic-bezier(0.48, 0, 0.12, 1); }
    @media screen and (max-width: 767px) {
      .footer__box {
        width: 100%;
        margin-bottom: 2em; } }
    .is-visible .footer__box {
      opacity: 1; }
    .footer__box p {
      font-family: "Untitled Sans", sans-serif;
      text-transform: uppercase;
      font-size: 1.66666656vw; }
      @media screen and (max-width: 767px) {
        .footer__box p {
          font-size: 4.1666664vw; } }
      .footer__box p span {
        font-size: 1.80555544vw;
        font-family: "Untitled Serif", serif;
        display: block; }
        @media screen and (max-width: 767px) {
          .footer__box p span {
            font-size: 4.5138886vw; } }
    .footer__box .box-thumb {
      width: 100%;
      height: 29.28vw;
      margin-bottom: 1.5em;
      position: relative; }
      @media screen and (max-width: 767px) {
        .footer__box .box-thumb {
          height: auto; } }
      .footer__box .box-thumb--border {
        border: 1px solid #000000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media screen and (max-width: 767px) {
          .footer__box .box-thumb--border {
            border: none; } }
  .footer .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .footer .icon--arrow {
      width: 55px;
      height: 48px; }
  .footer .next-project {
    position: relative; }
    @media screen and (max-width: 767px) {
      .footer .next-project--last {
        display: none; } }
    .footer .next-project img {
      -webkit-mask-image: url(/images/mask.svg);
              mask-image: url(/images/mask.svg); }
      @media screen and (max-width: 767px) {
        .footer .next-project img {
          -webkit-mask-image: url(/images/mask-mobile.svg);
                  mask-image: url(/images/mask-mobile.svg); } }
    .footer .next-project:hover .next-project__title {
      opacity: 1; }
    .footer .next-project__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      border: 1px solid #000000;
      font-size: 2.22222208vw;
      background: #FF2D00;
      opacity: 0;
      -webkit-transition: opacity .4s ease;
      transition: opacity .4s ease; }
      .footer .next-project__title p {
        margin: 0; }
      @media screen and (max-width: 767px) {
        .footer .next-project__title {
          border: none;
          opacity: 1;
          top: 100%;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          padding-top: 1em; } }

.roll {
  width: 100%;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 1.736111vw;
  overflow: hidden; }
  .roll .email-link {
    font-family: "Untitled Sans", sans-serif; }
  @media screen and (max-width: 767px) {
    .roll {
      bottom: 10.416666vw; } }
  .roll__track {
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    z-index: 3;
    height: 100%; }
  .roll__elm {
    display: block;
    font-size: 2.91666648vw;
    white-space: nowrap;
    text-transform: uppercase; }
    .roll__elm .email-link {
      font-size: 2.63888872vw; }
    @media screen and (max-width: 767px) {
      .roll__elm {
        font-size: 7.2916662vw; }
        .roll__elm .email-link {
          font-size: 6.5972218vw; } }
    .roll__elm a:hover {
      color: #f6f6f6; }

.intro {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 0; }
  .intro .intro-screen {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    z-index: 2;
    pointer-events: none; }
    @media screen and (max-width: 767px) {
      .intro .intro-screen {
        padding-bottom: 13vh; } }
    .intro .intro-screen--tagline {
      opacity: 1;
      -webkit-transition: opacity .21s ease, -webkit-transform .31s ease;
      transition: opacity .21s ease, -webkit-transform .31s ease;
      transition: transform .31s ease, opacity .21s ease;
      transition: transform .31s ease, opacity .21s ease, -webkit-transform .31s ease;
      -webkit-transform: translate3d(0, 10%, 0);
              transform: translate3d(0, 10%, 0); }
      .intro .intro-screen--tagline.is-visible {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); }
    .intro .intro-screen .logo {
      width: 87.7vw;
      height: 10.55vw; }
      @media screen and (max-width: 767px) {
        .intro .intro-screen .logo {
          display: none; } }
    .intro .intro-screen .logo-mobile {
      width: 72.46vw;
      height: 25.658086vw;
      display: none; }
      @media screen and (max-width: 767px) {
        .intro .intro-screen .logo-mobile {
          display: block; } }
  .intro__tagline {
    font-size: 1.24999992vw;
    font-family: "Untitled Sans", sans-serif;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    bottom: 3%;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    opacity: 1;
    -webkit-transition: opacity .51s ease, -webkit-transform .51s ease;
    transition: opacity .51s ease, -webkit-transform .51s ease;
    transition: transform .51s ease, opacity .51s ease;
    transition: transform .51s ease, opacity .51s ease, -webkit-transform .51s ease; }
    .intro__tagline p {
      margin: 0;
      line-height: 1;
      opacity: 0;
      -webkit-transition: opacity 1.51s ease .3s;
      transition: opacity 1.51s ease .3s; }
      .is-loaded .intro__tagline p {
        opacity: 1; }
    .has-tagline .intro__tagline {
      opacity: 0; }
    .intro__tagline span {
      display: block;
      font-family: "Untitled Serif", serif;
      font-size: 1.3888888vw; }
      @media screen and (max-width: 767px) {
        .intro__tagline span {
          font-size: 4.1666664vw; } }
    @media screen and (max-width: 767px) {
      .intro__tagline {
        font-size: 3.74999976vw; } }

.tagline-screen {
  font-size: 4.99999968vw;
  font-family: "Untitled Sans", sans-serif;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 100vh;
  position: sticky;
  left: 0%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  line-height: 1; }
  @media screen and (max-width: 767px) {
    .tagline-screen {
      font-size: 10.999999296vw; } }
  .tagline-screen .tagline {
    margin: 0; }
    @media screen and (max-width: 767px) {
      .tagline-screen .tagline {
        padding: 0 .6em; } }
    .tagline-screen .tagline span {
      font-size: 5.41666632vw;
      display: block;
      font-family: "Untitled Serif", serif; }
      @media screen and (max-width: 767px) {
        .tagline-screen .tagline span {
          font-size: 11.4583326vw; } }

.projects {
  position: relative;
  height: 550vh; }
  @media screen and (max-width: 767px) {
    .projects {
      height: 480vh; } }
  .projects .project {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 100vh;
    z-index: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    pointer-events: none;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
    .projects .project.maxz {
      z-index: 10; }
    .projects .project:nth-child(2n) {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .projects .project--1 {
      z-index: 3; }
      .projects .project--1 .project__image {
        margin-left: 15%; }
    .projects .project--2 {
      z-index: 1; }
      .projects .project--2 .project__image {
        margin-right: 5%; }
    .projects .project--3 {
      z-index: 1; }
      .projects .project--3 .project__image {
        margin-left: 8%; }
    .projects .project--4 {
      z-index: 3; }
      .projects .project--4 .project__image {
        margin-right: 15%; }
    .projects .project--5 {
      z-index: 3; }
      .projects .project--5 .project__image {
        margin-left: 15%; }
    .projects .project--6 {
      z-index: 1; }
      .projects .project--6 .project__image {
        margin-right: 5%; }
    .projects .project--7 {
      z-index: 3; }
      .projects .project--7 .project__image {
        margin-left: 5%; }
    .projects .project--8 {
      z-index: 1; }
      .projects .project--8 .project__image {
        margin-right: 16%; }
    .projects .project--9 {
      z-index: 1; }
      .projects .project--9 .project__image {
        left: 30%; }
    .projects .project--v .project__image {
      width: 33.5%; }
      @media (min-aspect-ratio: 16 / 8) {
        .projects .project--v .project__image {
          width: 25%; } }
      @media screen and (max-width: 767px) {
        .projects .project--v .project__image {
          width: 55%; } }
    .projects .project--h .project__image {
      width: 49%; }
      @media (min-aspect-ratio: 16 / 8) {
        .projects .project--h .project__image {
          width: 40%; } }
      @media screen and (max-width: 767px) {
        .projects .project--h .project__image {
          width: 75%; } }
    .projects .project__image {
      display: block;
      pointer-events: auto;
      position: relative;
      overflow: hidden; }
      .projects .project__image:hover .project__title {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
      .projects .project__image .project__title {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        font-family: "Untitled Sans", sans-serif;
        font-size: 1.66666656vw;
        text-transform: uppercase;
        opacity: 0;
        -webkit-transition: opacity 0.21s ease, -webkit-transform 0.21s cubic-bezier(0.48, 0, 0.12, 1);
        transition: opacity 0.21s ease, -webkit-transform 0.21s cubic-bezier(0.48, 0, 0.12, 1);
        transition: opacity 0.21s ease, transform 0.21s cubic-bezier(0.48, 0, 0.12, 1);
        transition: opacity 0.21s ease, transform 0.21s cubic-bezier(0.48, 0, 0.12, 1), -webkit-transform 0.21s cubic-bezier(0.48, 0, 0.12, 1);
        background: #FF2D00; }
        .projects .project__image .project__title h2 {
          margin: 0; }
        .projects .project__image .project__title span {
          font-family: "Untitled Serif", serif;
          display: block; }
        @media screen and (max-width: 767px) {
          .projects .project__image .project__title {
            font-size: 4.1666664vw;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            top: 100%; } }
      .projects .project__image img {
        -webkit-mask-image: url(/images/mask.svg);
                mask-image: url(/images/mask.svg); }
        @media screen and (max-width: 767px) {
          .projects .project__image img {
            -webkit-mask-image: url(/images/mask-mobile.svg);
                    mask-image: url(/images/mask-mobile.svg); } }

.article {
  background: #f6f6f6;
  position: relative;
  z-index: 2;
  padding-bottom: .01em;
  margin-bottom: 100vh; }
  .article__header {
    height: 90vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 10vh;
    z-index: 0; }
    @media screen and (max-width: 767px) {
      .article__header {
        height: 60vh; } }
  .article__content {
    position: relative;
    z-index: 1;
    padding-top: 90vh; }
    @media screen and (max-width: 767px) {
      .article__content {
        padding-top: 60vh; } }
  .article__title h1 {
    font-size: 4.99999968vw;
    font-family: "Untitled Sans", sans-serif;
    text-align: center;
    text-transform: uppercase;
    line-height: 1; }
    .article__title h1 span {
      font-family: "Untitled Serif", serif;
      display: block;
      font-size: 5.41666632vw; }
    @media screen and (max-width: 767px) {
      .article__title h1 {
        padding: 0 1em;
        font-size: 11.999999232vw; }
        .article__title h1 span {
          font-size: 12.999999168vw; } }

.text {
  margin: 8.3333328vw 0; }
  @media screen and (max-width: 767px) {
    .text {
      margin: 20.833332vw 0; } }
  .text p {
    max-width: 46%; }
    @media screen and (max-width: 767px) {
      .text p {
        max-width: 80%; } }
  .text--about {
    font-size: 3.33333312vw;
    text-align: center; }
    .text--about p {
      max-width: 55.8%;
      margin: 0 auto .75em; }
      @media screen and (max-width: 767px) {
        .text--about p {
          max-width: 90%; } }
    @media screen and (max-width: 767px) {
      .text--about {
        font-size: 6.2499996vw; } }
  .text--center {
    text-align: center; }
    .text--center p {
      margin: 0 auto;
      max-width: 62%; }
      @media screen and (max-width: 767px) {
        .text--center p {
          max-width: 90%; } }

.clients {
  margin: 8.3333328vw 0;
  text-transform: uppercase;
  font-size: 3.33333312vw;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .clients {
      margin: 20.833332vw 0;
      font-size: 8.3333328vw; } }
  .clients__title {
    font-size: 1.24999992vw;
    font-family: "Untitled Sans", sans-serif; }
    @media screen and (max-width: 767px) {
      .clients__title {
        font-size: 3.1249998vw; } }
  .clients__list {
    font-family: "Untitled Serif", serif;
    max-width: 85%;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .clients__list {
        max-width: 90%; } }
    .clients__list span:nth-child(2n+1) {
      font-family: "Untitled Sans", sans-serif; }

.module {
  margin: 8.3333328vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  @media screen and (max-width: 767px) {
    .module {
      margin: 20.833332vw 0; } }
  .module--first {
    margin-top: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0); }
  .module__title {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 3;
    font-family: "Untitled Sans", sans-serif;
    text-transform: uppercase;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    opacity: 0;
    -webkit-transition: opacity 0.21s ease, -webkit-transform 0.21s cubic-bezier(0.48, 0, 0.12, 1);
    transition: opacity 0.21s ease, -webkit-transform 0.21s cubic-bezier(0.48, 0, 0.12, 1);
    transition: opacity 0.21s ease, transform 0.21s cubic-bezier(0.48, 0, 0.12, 1);
    transition: opacity 0.21s ease, transform 0.21s cubic-bezier(0.48, 0, 0.12, 1), -webkit-transform 0.21s cubic-bezier(0.48, 0, 0.12, 1); }
    .module__title span {
      font-family: "Untitled Serif", serif;
      display: block; }
  .module__image {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .module__image {
        width: 100%; } }
  .module--full .module__image {
    width: 100%; }
  .module--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .module--center .module__image {
      max-width: 50%; }
      @media screen and (max-width: 767px) {
        .module--center .module__image {
          max-width: 100%; } }
  .module--work {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .module--work .module__image {
      width: 33%;
      position: relative;
      overflow: hidden; }
      .module--work .module__image:hover .module__title {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1; }
      @media screen and (max-width: 767px) {
        .module--work .module__image {
          width: 80%;
          margin-bottom: 20.833332vw; }
          .module--work .module__image:nth-child(2) {
            margin-bottom: 0; } }
      .module--work .module__image img {
        -webkit-mask-image: url(/images/mask.svg);
                mask-image: url(/images/mask.svg); }
        @media screen and (max-width: 767px) {
          .module--work .module__image img {
            -webkit-mask-image: url(/images/mask-mobile.svg);
                    mask-image: url(/images/mask-mobile.svg); } }
      .module--work .module__image:after {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background: #FF2D00;
        opacity: 0;
        -webkit-transition: opacity .15s ease-out;
        transition: opacity .15s ease-out; }
      .module--work .module__image:hover:after {
        opacity: 1;
        -webkit-transition: opacity .21s ease-in;
        transition: opacity .21s ease-in; }
  .module--1 .module__image {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 767px) {
      .module--1 .module__image {
        width: 100%;
        margin-bottom: 20.833332vw; } }
    .module--1 .module__image:nth-child(1) {
      padding-right: 10%; }
      @media screen and (max-width: 767px) {
        .module--1 .module__image:nth-child(1) {
          padding-right: 0; } }
    @media screen and (max-width: 767px) {
      .module--1 .module__image:nth-child(2) {
        margin-bottom: 0; } }
  .module--11 .module__image {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 767px) {
      .module--11 .module__image {
        width: 100%;
        margin-bottom: 20.833332vw; } }
    .module--11 .module__image:nth-child(2) {
      padding-left: 10%; }
      @media screen and (max-width: 767px) {
        .module--11 .module__image:nth-child(2) {
          padding-left: 0;
          margin-bottom: 0; } }
  .module--2 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .module--2 .module__image {
      width: 48%; }
      @media screen and (max-width: 767px) {
        .module--2 .module__image {
          width: 100%;
          margin-bottom: 20.833332vw; } }
      .module--2 .module__image:nth-child(1) {
        padding-top: 10%; }
        @media screen and (max-width: 767px) {
          .module--2 .module__image:nth-child(1) {
            padding-top: 0; } }
      .module--2 .module__image:nth-child(2) {
        padding-left: 24.14%; }
        @media screen and (max-width: 767px) {
          .module--2 .module__image:nth-child(2) {
            padding-left: 0;
            margin-bottom: 0; } }
  .module--3 .module__image {
    width: 48%; }
    @media screen and (max-width: 767px) {
      .module--3 .module__image {
        width: 100%;
        margin-bottom: 20.833332vw; } }
    .module--3 .module__image:nth-child(1) {
      padding-right: 24.14%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media screen and (max-width: 767px) {
        .module--3 .module__image:nth-child(1) {
          padding-right: 0%; } }
    .module--3 .module__image:nth-child(3) {
      padding-right: 10.34%;
      padding-left: 3.4%;
      margin-top: -3.4%; }
      @media screen and (max-width: 767px) {
        .module--3 .module__image:nth-child(3) {
          padding-right: 0;
          padding-left: 0;
          margin-top: 0;
          margin-bottom: 0; } }
  .module--set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .module--set {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; } }
    .module--set .setimg {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .module--set .setimg {
          width: 100%; } }

.share {
  margin: 8.3333328vw 0;
  text-transform: uppercase;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .share {
      margin: 20.833332vw 0;
      font-size: 4.1666664vw; } }
  .share__title {
    font-family: "Untitled Sans", sans-serif;
    margin-bottom: 0; }
  .share__links a {
    display: inline-block;
    margin: 0 .35em;
    font-size: 1.80555544vw; }
    @media screen and (max-width: 767px) {
      .share__links a {
        font-size: 4.5138886vw; } }

.article__title {
  opacity: 0; }

/*# sourceMappingURL=style.css.map */
