/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
     ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
     ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
     ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #FFFF00;
  color: #000000;
}

/**
 * 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 {
  position: relative;
  vertical-align: baseline;
  font-size: 50%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -1em;
  right: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 * 3. Remove the border-radius in Chrome 62+ on macOS.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
  border-radius: 0; /* 3 */
}

/**
 * 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 {
  padding: 0;
  border-style: none;
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #C0C0C0;
}

/**
 * 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 {
  display: table; /* 1 */
  box-sizing: border-box; /* 1 */
  padding: 0; /* 3 */
  max-width: 100%; /* 1 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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] {
  outline-offset: -2px; /* 2 */
  -webkit-appearance: textfield; /* 1 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/* Interactive
     ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
     ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

html {
  box-sizing: border-box;
}

template,
[hidden] {
  display: none;
}

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

address {
  font-style: inherit;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

a {
  text-decoration: none;
}
a svg {
  pointer-events: none;
}

/**
 * 1. Single taps should be dispatched immediately on clickable elements
 */
a, area, button, input, label, select, textarea, [tabindex] { /* [1] */
  touch-action: manipulation;
}

[hreflang] > abbr[title] {
  text-decoration: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCCCCC;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; /* [1] */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img,
svg {
  max-width: 100%; /* [2] */
  height: auto;
}
img[width], img[height],
svg[width],
svg[height] {
  /* [4] */
  max-width: none;
}

img {
  font-style: italic; /* [4] */
}

svg {
  fill: currentColor; /* [5] */
}

input,
select,
textarea {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  text-transform: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  background: none;
  color: inherit;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
.o-button {
  display: inline-block; /* [1] */
  overflow: visible; /* [2] */
  margin: 0; /* [3] */
  padding: 0;
  outline: 0;
  border: 0;
  background: none transparent;
  color: inherit;
  vertical-align: middle; /* [4] */
  text-align: center; /* [3] */
  text-decoration: none;
  text-transform: none;
  font: inherit; /* [5] */
  line-height: normal;
  cursor: pointer; /* [6] */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
button:focus, button:hover,
.o-button:focus,
.o-button:hover {
  text-decoration: none;
}

@font-face {
  font-family: "maison-neue";
  src: url("../fonts/MaisonNeue-Demi.woff2") format("woff2"), url("../fonts/MaisonNeue-Demi.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "maison-neue";
  src: url("../fonts/MaisonNeue-Medium.woff2") format("woff2"), url("../fonts/MaisonNeue-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "maison-neue";
  src: url("../fonts/MaisonNeue-Bold.woff2") format("woff2"), url("../fonts/MaisonNeue-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
html {
  min-height: 100%; /* [3] */
  color: #1f1f1f;
  font-family: "maison-neue";
  line-height: 1.5; /* [1] */
}
@media (max-width: 699px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  html {
    font-size: 16px; /* [1] */
  }
}
@media (min-width: 1600px) and (max-width: 1999px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 2000px) and (max-width: 2399px) {
  html {
    font-size: 21px;
  }
}
@media (min-width: 2400px) {
  html {
    font-size: 24px;
  }
}
html[data-theme=dark] {
  background-color: #161616;
  color: #FFFFFF;
}

::-moz-selection {
  background-color: #1f1f1f;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #1f1f1f;
  color: #ffffff;
  text-shadow: none;
}

a {
  color: #1f1f1f;
}
html[data-theme=dark] a {
  color: #FFFFFF;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.has-smooth-scroll body, body.menu-open {
  overflow: hidden;
}

.o-h, h6, .o-h6, h5, .o-h5, h4, .o-h4, h3, .o-h3, h2, .o-h2, h1, .o-h1 {
  margin-top: 0;
  line-height: 1.5;
  text-transform: uppercase;
}

h1, .o-h1 {
  font-size: 2.25rem;
}

h2, .o-h2 {
  font-size: 1.75rem;
}
@media (min-width: 1600px) {
  h2, .o-h2 {
    font-size: 1.4875rem;
  }
}

h3, .o-h3 {
  font-size: 1.5rem;
}

h4, .o-h4 {
  font-size: 1.25rem;
}

h5, .o-h5 {
  font-size: 1.125rem;
}

h6, .o-h6 {
  font-size: 1rem;
}

/* stylelint-disable */
/* stylelint-enable */
.o-container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  max-width: 2000px;
}

.o-layout {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  margin-left: 0;
}
.o-layout.-gutter {
  margin-left: -3.125rem;
}
.o-layout.-gutter-small {
  margin-left: -1.5625rem;
}
.o-layout.-center {
  text-align: center;
}
.o-layout.-right {
  text-align: right;
}
.o-layout.-reverse {
  direction: rtl;
}
.o-layout.-reverse.-flex {
  flex-direction: row-reverse;
}
.o-layout.-flex {
  display: flex;
}
.o-layout.-flex.-top {
  align-items: flex-start;
}
.o-layout.-flex.-middle {
  align-items: center;
}
.o-layout.-flex.-bottom {
  align-items: flex-end;
}
.o-layout.-stretch {
  align-items: stretch;
}

.o-layout_item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 1rem;
  padding-left: 0;
}
.o-layout.-gutter > .o-layout_item {
  padding-left: 3.125rem;
}
.o-layout.-gutter-small > .o-layout_item {
  padding-left: 1.5625rem;
}
.o-layout.-middle > .o-layout_item {
  vertical-align: middle;
}
.o-layout.-bottom > .o-layout_item {
  vertical-align: bottom;
}
.o-layout.-center > .o-layout_item, .o-layout.-right > .o-layout_item, .o-layout.-reverse > .o-layout_item {
  text-align: left;
}
.o-layout.-reverse > .o-layout_item {
  direction: ltr;
}

.o-label, .o-checkbox-label, .o-radio-label {
  display: block;
  margin-bottom: 0.9375rem;
}

.o-input, .o-textarea, .o-select {
  padding: 0.625rem;
  border-width: 1px;
  border-style: solid;
  border-color: lightgray;
  background-color: white;
}
.o-input:focus, .o-textarea:focus, .o-select:focus {
  border-color: gray;
}
.o-input::-moz-placeholder, .o-textarea::-moz-placeholder, .o-select::-moz-placeholder {
  color: gray;
}
.o-input::placeholder, .o-textarea::placeholder, .o-select::placeholder {
  color: gray;
}

.o-checkbox, .o-radio {
  position: absolute;
  width: 0;
  opacity: 0;
}
.o-checkbox:focus + .o-checkbox-label::before, .o-checkbox:focus + .o-radio-label::before, .o-radio:focus + .o-checkbox-label::before, .o-radio:focus + .o-radio-label::before {
  border-color: gray;
}
.o-checkbox:checked + .o-checkbox-label::after, .o-checkbox:checked + .o-radio-label::after, .o-radio:checked + .o-checkbox-label::after, .o-radio:checked + .o-radio-label::after {
  opacity: 1;
}

.o-checkbox-label, .o-radio-label {
  position: relative;
  display: inline-block;
  margin-right: 0.5em;
  padding-left: 1.75rem;
}
.o-checkbox-label::before, .o-radio-label::before, .o-checkbox-label::after, .o-radio-label::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  margin-top: -0.5625rem;
  padding: 0;
  width: 1.125rem;
  height: 1.125rem;
  content: "";
}
.o-checkbox-label::before, .o-radio-label::before {
  background-color: #FFFFFF;
}
.o-checkbox-label::after, .o-radio-label::after {
  border-color: transparent;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2210.5%22%20viewBox%3D%220%200%2013%2010.5%22%20enable-background%3D%22new%200%200%2013%2010.5%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23424242%22%20d%3D%22M4.8%205.8L2.4%203.3%200%205.7l4.8%204.8L13%202.4c0%200-2.4-2.4-2.4-2.4L4.8%205.8z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: 0.8125rem;
  background-repeat: no-repeat;
  opacity: 0;
}

.o-radio-label::before, .o-radio-label::after {
  border-radius: 50%;
}
.o-radio-label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20enable-background%3D%22new%200%200%2013%2013%22%20xml%3Aspace%3D%22preserve%22%3E%3Ccircle%20fill%3D%22%23424242%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3C%2Fsvg%3E");
  background-size: 0.5rem;
}

.o-select {
  position: relative;
  z-index: 1;
  padding-right: 2.5rem;
}

.o-select-wrap {
  position: relative;
}
.o-select-wrap::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2211.3%22%20viewBox%3D%220%200%2013%2011.3%22%20enable-background%3D%22new%200%200%2013%2011.3%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23424242%22%20points%3D%226.5%2011.3%203.3%205.6%200%200%206.5%200%2013%200%209.8%205.6%20%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: 0.625rem;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
}

.o-textarea {
  min-height: 6.25rem;
}

.o-button {
  padding: 0.625rem;
  background-color: lightgray;
}
.o-button:focus, .o-button:hover {
  background-color: gray;
}

.has-smooth-scroll .o-scroll {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.o-scroll_zone {
  position: absolute;
  pointer-events: none;
}
.o-scroll_zone.-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
}
.o-scroll_zone.-full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.scroll-content {
  margin: 0;
  overflow: visible;
  height: 100%;
  transform: translate3d(0, 0, 0);
}

.o-menu-toggler {
  position: fixed;
  top: 50%;
  right: 12.5rem;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 800;
  cursor: pointer;
  transition: transform 0.5s cubic-bezier(0.365, 0.305, 0, 1);
}
@media (max-width: 999px) {
  .o-menu-toggler {
    top: initial;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 55px;
    background-color: #FFFFFF;
    transform: translateY(100%);
    transition-delay: 0s;
  }
  .has-dom-animated .o-menu-toggler {
    transform: translateY(0%);
    transition-delay: 1s;
  }
}
@media (min-width: 1000px) {
  html[data-template=contact] .o-menu-toggler {
    transition: transform 0.5s cubic-bezier(0.365, 0.305, 0, 1), right 0.25s cubic-bezier(0.365, 0.305, 0, 1);
  }
  html[data-template=contact] body:not(.menu-open) .o-menu-toggler {
    right: 31.25rem;
  }
}

.o-menu-toggler_open, .o-menu-toggler_close {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transition: transform 0.5s cubic-bezier(0.365, 0.305, 0, 1);
  transform: translate(-50%, -50%) rotate(0deg);
  pointer-events: none;
}
@media (max-width: 999px) {
  .o-menu-toggler_open, .o-menu-toggler_close {
    width: 20px;
    height: 20px;
  }
}
.o-menu-toggler:hover .o-menu-toggler_open, .o-menu-toggler:hover .o-menu-toggler_close {
  transform: translate(-50%, -50%) rotate(180deg);
}

.o-menu-toggler_open:before, .o-menu-toggler_open:after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #161616;
  left: 50%;
  margin-left: -15px;
  transition: transform 0.25s ease-in-out 0.5s, background-color 0.25s ease;
}
html[data-theme=dark] .o-menu-toggler_open:before, html[data-theme=dark] .o-menu-toggler_open:after {
  background-color: #FFFFFF;
}
.menu-open .o-menu-toggler_open:before, .menu-open .o-menu-toggler_open:after {
  background-color: #161616 !important;
}
html[data-template=home] .o-menu-toggler_open:before, html[data-template=home] .o-menu-toggler_open:after {
  background-color: #161616;
}
@media (max-width: 999px) {
  .o-menu-toggler_open:before, .o-menu-toggler_open:after {
    width: 20px;
    margin-left: -10px;
  }
  .o-menu-toggler_open:before, html[data-theme=dark] .o-menu-toggler_open:before, .o-menu-toggler_open:after, html[data-theme=dark] .o-menu-toggler_open:after {
    background-color: #1f1f1f;
  }
}
@media (min-width: 1000px) {
  .o-menu-toggler_open:before, .o-menu-toggler_open:after {
    background-color: #FFFFFF;
  }
  html[data-template=home] .has-hero .o-menu-toggler_open:before, html[data-template=home] .has-hero .o-menu-toggler_open:after {
    background-color: #FFFFFF;
  }
  html[data-template=home]:not(.c-transition) .is-past-hero .o-menu-toggler_open:before, html[data-template=home]:not(.c-transition) .is-past-hero .o-menu-toggler_open:after {
    background-color: #161616;
  }
}
.has-dom-loaded body:not(.menu-open) .o-menu-toggler_open:before, .has-dom-loaded body:not(.menu-open) .o-menu-toggler_open:after {
  transform: scale3d(1, 1, 1);
  transition: transform 0.5s cubic-bezier(0.365, 0.305, 0, 1) 0.5s;
}
.has-dom-animated .o-menu-toggler_open:before, .has-dom-animated .o-menu-toggler_open:after {
  transition-delay: 0s;
}
.o-menu-toggler_open:before {
  position: absolute;
  top: 13px;
  transform-origin: left;
  transform: scale3d(0, 1, 1);
}
.o-menu-toggler_open:after {
  position: absolute;
  bottom: 13px;
  transform-origin: right;
  transform: scale3d(0, 1, 1);
}

.o-menu-toggler_close_line {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (max-width: 999px) {
  .o-menu-toggler_close_line {
    width: 20px;
  }
}
.o-menu-toggler_close_line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1f1f1f;
  transform-origin: center center;
  transition: transform 0.25s ease-in-out;
  transform: scale3d(0, 1, 1);
}
html[data-theme=dark] .o-menu-toggler_close_line:before {
  background-color: #FFFFFF;
}
@media (max-width: 999px) {
  .o-menu-toggler_close_line:before, html[data-theme=dark] .o-menu-toggler_close_line:before {
    background-color: #1f1f1f;
  }
}
.menu-open .o-menu-toggler_close_line:before {
  transform: scale3d(1, 1, 1);
  transition: transform 0.5s cubic-bezier(0.365, 0.305, 0, 1) 0.5s;
}
.o-menu-toggler_close_line:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.o-menu-toggler_close_line:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.o-project-title {
  font-size: 9vw;
  font-weight: 700;
  letter-spacing: -0.5vw;
  white-space: nowrap;
}
.o-project-title.-outline {
  color: transparent;
  -webkit-text-stroke: 0.1vw #FFFFFF;
  text-stroke: 0.1vw #FFFFFF;
}

.o-circular-btn {
  width: 4.6875rem;
  height: 4.6875rem;
  background-color: #161616;
  border-radius: 50%;
  cursor: pointer;
  transform: scale(1);
  transition: transform 0.75s cubic-bezier(0.365, 0.305, 0, 1);
}
.o-circular-btn.-lg {
  width: 6.875rem;
  height: 6.875rem;
}
.o-circular-btn.-dark {
  background-color: #1f1f1f;
}
.o-circular-btn.-white {
  background-color: #FFFFFF;
}
.o-circular-btn.-white svg {
  fill: #1f1f1f;
}
.o-circular-btn.-always-still svg {
  animation: none;
}
.o-circular-btn.-small-icon svg {
  width: 25%;
  height: 25%;
}
.has-smooth-scroll .o-circular-btn.-still-on-smooth svg {
  animation: none;
}
.o-circular-btn svg {
  fill: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  height: 75%;
  transform: translate(-50%, -50%);
  animation: circularBtnSVG 5s linear infinite;
}
.o-circular-btn:hover {
  transform: scale(1.2);
}

@keyframes circularBtnSVG {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.o-site-lock {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  pointer-events: none;
}
.-site-locked .o-site-lock {
  pointer-events: all;
}

.c-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1f1f1f;
  z-index: 1000;
  overflow: hidden;
  transform: translate3d(0, 0%, 0);
  transition: transform 0.5s cubic-bezier(0.365, 0.305, 0, 1);
}
.has-dom-loaded .c-preloader, .has-dom-loading .c-preloader {
  transform: translate3d(0, -100%, 0);
}

.c-preloader_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0%, 0);
  transition: transform 0.5s cubic-bezier(0.365, 0.305, 0, 1);
}
.has-dom-loaded .c-preloader_inner {
  transform: translate3d(0, 100%, 0);
}

.c-preloader_progress {
  position: absolute;
  z-index: 10;
  top: 3.125rem;
  right: 9.375rem;
  width: 2px;
  height: calc(100% - 6.25rem);
  background-color: #FFFFFF;
  transform-origin: bottom center;
  transform: translate3d(0, 0, 0) scaleY(0);
  transition: transform 0.5s cubic-bezier(0.365, 0.305, 0, 1);
}
@media (max-width: 999px) {
  .c-preloader_progress {
    right: 6.25rem;
  }
}
@media (max-width: 699px) {
  .c-preloader_progress {
    right: 3.125rem;
  }
}

.c-transition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1f1f1f;
  z-index: 750;
  overflow: hidden;
  transform: translate3d(0, 100%, 0);
}
.base-transition-show .c-transition {
  transform: translate3d(0, 0%, 0);
  transition: transform 0.75s cubic-bezier(0.365, 0.305, 0, 1);
}
.base-transition-hide .c-transition {
  transform: translate3d(0, -100%, 0);
}
@media (max-width: 699px) {
  .c-transition {
    background-color: rgb(36.1, 36.1, 36.1);
    transform: translate3d(-100%, 0, 0);
  }
  .base-transition-show .c-transition {
    transform: translate3d(0%, 0, 0);
    transition: transform 0.75s cubic-bezier(0.365, 0.305, 0, 1);
  }
  .base-transition-hide .c-transition {
    transform: translate3d(100%, 0, 0);
  }
}
.-filter-transition .c-transition {
  display: none;
}

.c-transition_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, -100%, 0);
}
.base-transition-show .c-transition_inner {
  transform: translate3d(0, 0%, 0);
  transition: transform 0.75s cubic-bezier(0.365, 0.305, 0, 1);
}
.base-transition-hide .c-transition_inner {
  transform: translate3d(0, 100%, 0);
}
@media (max-width: 699px) {
  .c-transition_inner {
    transform: translate3d(100%, 0, 0);
  }
  .base-transition-show .c-transition_inner {
    transform: translate3d(0%, 0, 0);
    transition: transform 0.75s cubic-bezier(0.365, 0.305, 0, 1);
  }
  .base-transition-hide .c-transition_inner {
    transform: translate3d(-100%, 0, 0);
  }
}

.c-transition_progress {
  position: absolute;
  z-index: 10;
  top: 3.125rem;
  right: 9.375rem;
  width: 2px;
  height: calc(100% - 6.25rem);
  background-color: #FFFFFF;
  transform-origin: bottom center;
  transform: translate3d(0, 0, 0) scaleY(0);
}
.base-transition-show .c-transition_progress {
  transition: transform 0.5s cubic-bezier(0.365, 0.305, 0, 1);
}
@media (max-width: 999px) {
  .c-transition_progress {
    right: 6.25rem;
  }
}
@media (max-width: 699px) {
  .c-transition_progress {
    display: none;
    top: initial;
    right: 3.125rem;
    bottom: calc(100% - 3.125rem);
    transform-origin: bottom right;
    transform: translate3d(0, 0, 0) scaleY(0) rotate(-90deg);
  }
}

.c-transition_progress_mobile {
  position: absolute;
  z-index: 10;
  top: 1.5625rem;
  left: 1.5625rem;
  width: calc(100% - 3.125rem);
  height: 2px;
  background-color: #FFFFFF;
  transform-origin: center left;
  transform: translate3d(0, 0, 0) scaleX(0);
}
.base-transition-show .c-transition_progress_mobile {
  transition: transform 0.5s cubic-bezier(0.365, 0.305, 0, 1);
}
@media (min-width: 700px) {
  .c-transition_progress_mobile {
    display: none;
  }
}

.c-header {
  position: fixed;
  top: 3.125rem;
  left: 3.125rem;
  font-size: 1.625rem;
  line-height: 1.4;
  letter-spacing: -0.0625rem;
  width: calc(100% - 3.125rem);
}
html:not(.has-smooth-scroll) .c-header {
  transform: none !important;
}
@media (max-width: 399px) {
  .c-header {
    left: 1.5625rem;
    font-size: 7.1vw;
  }
}
.c-preloader .c-header, .c-transition .c-header {
  position: absolute;
  pointer-events: none;
}
.c-preloader .c-header a, .c-preloader .c-header span, .c-preloader .c-header, .c-transition .c-header a, .c-transition .c-header span, .c-transition .c-header {
  color: #FFFFFF !important;
}
.c-header [data-module=SplittedWord] .o-letter {
  transform: translate3d(0, 0, 0);
  transition: transform 0.5s cubic-bezier(0.365, 0.305, 0, 1);
  display: inline-block;
}
.c-header [data-module=SplittedWord][data-delay="0"] .o-letter:nth-child(0) {
  transition-delay: calc(0 * 0.1s + 0.015s * 0);
}
.c-header [data-module=SplittedWord][data-delay="0"] .o-letter:nth-child(1) {
  transition-delay: calc(0 * 0.1s + 0.015s * 1);
}
.c-header [data-module=SplittedWord][data-delay="0"] .o-letter:nth-child(2) {
  transition-delay: calc(0 * 0.1s + 0.015s * 2);
}
.c-header [data-module=SplittedWord][data-delay="0"] .o-letter:nth-child(3) {
  transition-delay: calc(0 * 0.1s + 0.015s * 3);
}
.c-header [data-module=SplittedWord][data-delay="0"] .o-letter:nth-child(4) {
  transition-delay: calc(0 * 0.1s + 0.015s * 4);
}
.c-header [data-module=SplittedWord][data-delay="0"] .o-letter:nth-child(5) {
  transition-delay: calc(0 * 0.1s + 0.015s * 5);
}
.c-header [data-module=SplittedWord][data-delay="0"] .o-letter:nth-child(6) {
  transition-delay: calc(0 * 0.1s + 0.015s * 6);
}
.c-header [data-module=SplittedWord][data-delay="0"] .o-letter:nth-child(7) {
  transition-delay: calc(0 * 0.1s + 0.015s * 7);
}
.c-header [data-module=SplittedWord][data-delay="0"] .o-letter:nth-child(8) {
  transition-delay: calc(0 * 0.1s + 0.015s * 8);
}
.c-header [data-module=SplittedWord][data-delay="0"] .o-letter:nth-child(9) {
  transition-delay: calc(0 * 0.1s + 0.015s * 9);
}
.c-header [data-module=SplittedWord][data-delay="0"] .o-letter:nth-child(10) {
  transition-delay: calc(0 * 0.1s + 0.015s * 10);
}
.c-header [data-module=SplittedWord][data-delay="0"] .o-letter:nth-child(11) {
  transition-delay: calc(0 * 0.1s + 0.015s * 11);
}
.c-header [data-module=SplittedWord][data-delay="1"] .o-letter:nth-child(0) {
  transition-delay: calc(1 * 0.1s + 0.015s * 0);
}
.c-header [data-module=SplittedWord][data-delay="1"] .o-letter:nth-child(1) {
  transition-delay: calc(1 * 0.1s + 0.015s * 1);
}
.c-header [data-module=SplittedWord][data-delay="1"] .o-letter:nth-child(2) {
  transition-delay: calc(1 * 0.1s + 0.015s * 2);
}
.c-header [data-module=SplittedWord][data-delay="1"] .o-letter:nth-child(3) {
  transition-delay: calc(1 * 0.1s + 0.015s * 3);
}
.c-header [data-module=SplittedWord][data-delay="1"] .o-letter:nth-child(4) {
  transition-delay: calc(1 * 0.1s + 0.015s * 4);
}
.c-header [data-module=SplittedWord][data-delay="1"] .o-letter:nth-child(5) {
  transition-delay: calc(1 * 0.1s + 0.015s * 5);
}
.c-header [data-module=SplittedWord][data-delay="1"] .o-letter:nth-child(6) {
  transition-delay: calc(1 * 0.1s + 0.015s * 6);
}
.c-header [data-module=SplittedWord][data-delay="1"] .o-letter:nth-child(7) {
  transition-delay: calc(1 * 0.1s + 0.015s * 7);
}
.c-header [data-module=SplittedWord][data-delay="1"] .o-letter:nth-child(8) {
  transition-delay: calc(1 * 0.1s + 0.015s * 8);
}
.c-header [data-module=SplittedWord][data-delay="1"] .o-letter:nth-child(9) {
  transition-delay: calc(1 * 0.1s + 0.015s * 9);
}
.c-header [data-module=SplittedWord][data-delay="1"] .o-letter:nth-child(10) {
  transition-delay: calc(1 * 0.1s + 0.015s * 10);
}
.c-header [data-module=SplittedWord][data-delay="1"] .o-letter:nth-child(11) {
  transition-delay: calc(1 * 0.1s + 0.015s * 11);
}
.c-header sup {
  display: inline-block;
  line-height: 1;
  transition: transform 0.5s cubic-bezier(0.365, 0.305, 0, 1);
  transform: translate3d(0, 0%, 0);
  padding-right: 0.5em;
}
.is-not-top .c-header:not(.-hover) [data-module=SplittedWord] .o-letter {
  transform: translate3d(0, 100%, 0);
}
.is-not-top .c-header:not(.-hover) [data-module=SplittedWord] .o-letter:first-child {
  transform: translate3d(0, 0%, 0);
}
.is-not-top .c-header:not(.-hover) sup {
  transform: translate3d(150%, 0%, 0);
}

.c-header_categories {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1000px) {
  .c-header_categories {
    position: absolute;
    top: 0;
    right: calc(15.625rem + 20px);
    flex-direction: row;
  }
}

.c-header_title {
  display: block;
  overflow: hidden;
  transition: color 0.25s ease;
}
html[data-template=home] .has-hero .c-header_title {
  color: #FFFFFF;
}
:not(.c-transition) .is-past-hero:not(.is-top) .c-header_title {
  color: #161616 !important;
}
html[data-template=home] .menu-open .c-header_title {
  color: #161616;
}
html[data-theme=dark] .c-header_title {
  color: #FFFFFF;
}

.c-header_filters_item {
  margin-right: 1rem;
}
.c-header_filters_item a {
  transition: color 0.25s ease;
}
:not(.c-transition) .is-past-hero:not(.is-top) .c-header_filters_item a, .has-dom-loaded body.menu-open .c-header_filters_item a, .has-dom-loading body.menu-open .c-header_filters_item a {
  color: #161616 !important;
}
html[data-template=home] .has-hero .c-header_filters_item a {
  color: #FFFFFF;
}
.c-header_filters_item a > span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 0.25em;
}
.c-header_filters_item a > span > span {
  position: relative;
}
.c-header_filters_item a > span > span:after {
  content: "";
  position: absolute;
  bottom: 0em;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: black;
  opacity: 0;
  transform: scale3d(0, 1, 1);
  transform-origin: left center;
  transition: transform 0.5s cubic-bezier(0.365, 0.305, 0, 1), opacity 0.25s cubic-bezier(0.365, 0.305, 0, 1), background-color 0.25s ease;
  transition-delay: 0.5s, 0s;
}
html:not(.c-transition) .has-hero body.is-past-hero .c-header_filters_item a > span > span:after {
  background-color: #161616 !important;
}
.menu-open .c-header_filters_item a > span > span:after {
  background-color: #161616 !important;
}
html[data-template=home].has-hero .c-header_filters_item a > span > span:after {
  background-color: #FFFFFF;
}
.is-top .c-header_filters_item a > span > span:after, .c-header.-hover .c-header_filters_item a > span > span:after {
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.365, 0.305, 0, 1), opacity 1s cubic-bezier(0.365, 0.305, 0, 1);
  transition-delay: 0s, 0.25s;
}
.c-preloader .c-header_filters_item a > span > span:after, .c-transition .c-header_filters_item a > span > span:after {
  display: none;
}
.c-header_filters_item a.-active > span > span:after {
  transform: scale3d(1, 1, 1);
}
.c-header_filters_item:nth-child(1) {
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.75s cubic-bezier(0.365, 0.305, 0, 1) 0.15s, opacity 0.75s cubic-bezier(0.365, 0.305, 0, 1) 0.15s;
}
.has-dom-loaded body:not(.menu-open) .c-header_filters_item:nth-child(1), .has-dom-loading body:not(.menu-open) .c-header_filters_item:nth-child(1) {
  transform: translateY(0%);
  opacity: 1;
}
.c-header_filters_item:nth-child(2) a > span {
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.75s cubic-bezier(0.365, 0.305, 0, 1) 0.25s, opacity 0.75s cubic-bezier(0.365, 0.305, 0, 1) 0.25s;
}
.has-dom-loaded body:not(.menu-open) .c-header_filters_item:nth-child(2):before, .has-dom-loading body:not(.menu-open) .c-header_filters_item:nth-child(2):before {
  transform: translateY(0%);
  opacity: 1;
  transition: transform 0.75s cubic-bezier(0.365, 0.305, 0, 1) 0.25s, opacity 0.75s ease 0.25s;
}
.has-dom-loaded body:not(.menu-open) .c-header_filters_item:nth-child(2) a > span, .has-dom-loading body:not(.menu-open) .c-header_filters_item:nth-child(2) a > span {
  transform: translateY(0%);
  opacity: 1;
  transition: transform 0.75s cubic-bezier(0.365, 0.305, 0, 1) 0.25s, opacity 0.75s cubic-bezier(0.365, 0.305, 0, 1) 0.25s;
}

.c-footer_credits {
  display: block;
  text-align: right;
  padding-bottom: calc(3.125rem - 0.4rem);
  margin-right: 12.5rem;
  font-size: 0.75rem;
}
html[data-template=contact] .c-footer_credits {
  margin-right: 31.25rem;
}
@media (max-width: 999px) {
  .c-footer_credits {
    padding-bottom: 60px;
    margin-right: 0;
    text-align: center;
  }
}

.c-nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  padding: 3.125rem;
  padding-left: 0;
  z-index: 700;
  transform-origin: top right;
}
@media (max-width: 999px) {
  .c-nav {
    padding: 0;
    padding-bottom: 55px;
    visibility: hidden;
  }
  .c-nav a {
    color: #FFFFFF;
  }
  .menu-open .c-nav {
    visibility: visible;
  }
  html[data-template=home] .menu-open .c-nav a {
    color: #FFFFFF !important;
  }
}
@media (min-width: 1000px) {
  html[data-template=home] .menu-open .c-nav a {
    color: #161616 !important;
  }
}
.c-nav a {
  transition: color 0.25s ease;
}
.c-preloader .c-nav, .c-transition .c-nav {
  position: absolute;
  pointer-events: none;
}
.c-preloader .c-nav a, .c-preloader .c-nav, .c-transition .c-nav a, .c-transition .c-nav {
  color: #FFFFFF !important;
}
html[data-template=home]:not(.c-transition) .is-past-hero .c-nav a {
  color: #161616;
}
html[data-template=home] .has-hero .c-nav a {
  color: #FFFFFF;
}
html[data-theme=dark] .c-nav a {
  color: #FFFFFF;
}

.c-nav_inner {
  position: relative;
  width: 6.25rem;
  height: 100%;
  overflow: hidden;
}
.c-nav_inner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #1f1f1f;
  transition: background-color 0.25s ease;
}
html[data-theme=dark] .c-nav_inner:before {
  background-color: #FFFFFF;
}
html[data-template=home] .has-hero .c-nav_inner:before {
  background-color: #FFFFFF;
}
html[data-template=home]:not(.c-transition) .is-past-hero .c-nav_inner:before {
  background-color: #161616;
}
html[data-template=home] .menu-open .c-nav_inner:before {
  background-color: #161616;
}
.c-preloader .c-nav_inner:before, .c-transition .c-nav_inner:before {
  background-color: #FFFFFF !important;
  opacity: 0.1;
}
@media (max-width: 999px) {
  .c-nav_inner:before, .menu-show.menu-hide .c-nav_inner:before {
    background-color: #FFFFFF;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.365, 0.305, 0, 1) 0.2s;
  }
  .menu-open .c-nav_inner:before, .menu-open .menu-show.menu-hide .c-nav_inner:before {
    opacity: 1;
  }
  html[data-template=home] .menu-open .c-nav_inner:before {
    background-color: #FFFFFF;
  }
}

.c-nav_main-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: top left;
  transform: translateY(100%) rotate(-90deg);
}

.c-nav_top {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top left;
  transform: rotate(-90deg) translateX(-100%);
  height: 6.25rem;
  width: 12.5rem;
}

.c-nav_top_menu {
  padding: 0;
  margin: 0;
  padding-top: 1.375rem;
  list-style-type: none;
  font-size: 0.875rem;
  transform: translateY(-50%);
  opacity: 0;
  transition: transform 0.75s cubic-bezier(0.365, 0.305, 0, 1) 0.4s, opacity 0.75s ease 0.4s;
}
.has-dom-loaded .c-nav_top_menu, .has-dom-loading .c-nav_top_menu {
  transform: translateY(0%);
  opacity: 1;
}
@media (max-width: 999px) {
  .c-nav_top_menu {
    display: none;
  }
}

.c-nav_top_langswitcher {
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: -1.5rem;
  padding: 1.5rem;
  font-size: 0.75rem;
  transform: translateY(-50%);
  opacity: 0;
  transition: transform 0.75s cubic-bezier(0.365, 0.305, 0, 1) 0.5s, opacity 0.75s ease 0.5s;
}
.has-dom-loaded .c-nav_top_langswitcher, .has-dom-loading .c-nav_top_langswitcher {
  transform: translateY(0%);
  opacity: 1;
}
@media (max-width: 999px) {
  .has-dom-loaded .c-nav_top_langswitcher, .c-nav_top_langswitcher, .menu-show.menu-hide .c-nav_top_langswitcher {
    top: 50%;
    right: 0;
    opacity: 0;
    font-size: 0.875rem;
    transform: translateY(-100%);
    transition: transform 0.75s cubic-bezier(0.365, 0.305, 0, 1) 0.25s, opacity 0.75s ease 0.25s;
  }
  .menu-open .has-dom-loaded .c-nav_top_langswitcher, .menu-open .c-nav_top_langswitcher, .menu-open .menu-show.menu-hide .c-nav_top_langswitcher {
    opacity: 1;
    transform: translateY(-50%);
  }
}

.c-main-menu {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  height: 6.25rem;
}

.c-main-menu_item {
  position: relative;
  white-space: nowrap;
  opacity: 0;
  transform: translate3d(-1.5rem, -50%, 0);
}
.c-main-menu_item:nth-child(1) {
  transition: transform 0.75s cubic-bezier(0.365, 0.305, 0, 1) calc(0.15s + 0.1s * 0), opacity 0.75s ease calc(0.15s + 0.1s * 0);
}
.c-main-menu_item:nth-child(2) {
  transition: transform 0.75s cubic-bezier(0.365, 0.305, 0, 1) calc(0.15s + 0.1s * 1), opacity 0.75s ease calc(0.15s + 0.1s * 1);
}
.c-main-menu_item:nth-child(3) {
  transition: transform 0.75s cubic-bezier(0.365, 0.305, 0, 1) calc(0.15s + 0.1s * 2), opacity 0.75s ease calc(0.15s + 0.1s * 2);
}
.has-dom-loaded .c-main-menu_item, .has-dom-loading .c-main-menu_item {
  opacity: 1;
  transform: translate3d(-1.5rem, 0%, 0);
}
@media (max-width: 999px) {
  .has-dom-loaded .c-main-menu_item, .c-main-menu_item, .menu-show.menu-hide .c-main-menu_item {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
  }
  .menu-open .has-dom-loaded .c-main-menu_item, .menu-open .c-main-menu_item, .menu-open .menu-show.menu-hide .c-main-menu_item {
    opacity: 1;
    transform: translate3d(0, 0%, 0);
  }
}

.c-main-menu_item_link {
  font-size: 1rem;
  display: block;
  position: relative;
  height: 100%;
  padding: 1.5rem;
  padding-bottom: 0;
}
.c-main-menu_item_link:after {
  content: "";
  position: absolute;
  bottom: 25%;
  left: 50%;
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #1f1f1f;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
  transition: transform 0.5s cubic-bezier(0.405, 1.65, 0.59, 1) 1s, background-color 0.25s ease;
}
html[data-theme=dark] .c-main-menu_item_link:after {
  background-color: #FFFFFF;
}
html[data-template=home]:not(.c-transition) .is-past-hero .c-main-menu_item_link:after {
  background-color: #161616;
}
.menu-open .c-main-menu_item_link:after {
  background-color: #161616 !important;
}
html[data-template=home] .c-main-menu_item_link:after {
  background-color: #FFFFFF;
}
.c-transition .c-main-menu_item_link:after {
  display: none;
}
.c-main-menu_item_link.-active:after {
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}
.has-dom-loaded .c-main-menu_item_link.-active:after, .has-dom-loading .c-main-menu_item_link.-active:after {
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}
@media (max-width: 999px) {
  .c-main-menu_item_link {
    padding-top: 25px;
  }
  .c-main-menu_item_link:after {
    background-color: #FFFFFF;
  }
}

.c-projects-list_underlay, .c-projects-list_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.c-projects-list_underlay {
  z-index: 0;
}

.c-projects-list_contents {
  z-index: 50;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-projects-list_titles {
  position: fixed;
  top: 60vh;
  left: 0;
  width: 100%;
}
html:not(.has-smooth-scroll) .c-projects-list_titles {
  transform: none !important;
}

.c-project-list_category {
  position: absolute;
  top: -40px;
  left: 3.125rem;
  color: white;
  padding: 8px;
  align-items: center;
  justify-content: center;
  display: none;
  overflow: hidden;
}
.c-project-list_category::before {
  content: "";
  background-color: black;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 100px;
  z-index: -1;
  transition: transform 0.5s cubic-bezier(0.75, 0, 0.25, 1) 0s;
  transform: translateY(110%);
}
.has-dom-animated body:not(.menu-open) .c-project-list_category.-active::before {
  transform: translateY(0%);
  transition-delay: 0.2s;
}
.c-project-list_category.-visible {
  display: flex;
}

.c-project-list_category_name {
  line-height: 0.85;
  margin: 0px;
  overflow: hidden;
}
.c-project-list_category_name .o-letter {
  display: inline-block;
  transform: translateY(110%);
  transition-property: transform;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.25, 1);
  transition-delay: 0s;
}
.has-dom-animated body:not(.menu-open) .-active .c-project-list_category_name .o-letter {
  transform: translate3d(0, 0%, 0);
}
.has-dom-animated body:not(.menu-open) .-active .c-project-list_category_name .o-letter:nth-child(0) {
  transition-delay: calc(0.275s + 0.015s * 0);
}
.has-dom-animated body:not(.menu-open) .-active .c-project-list_category_name .o-letter:nth-child(1) {
  transition-delay: calc(0.275s + 0.015s * 1);
}
.has-dom-animated body:not(.menu-open) .-active .c-project-list_category_name .o-letter:nth-child(2) {
  transition-delay: calc(0.275s + 0.015s * 2);
}
.has-dom-animated body:not(.menu-open) .-active .c-project-list_category_name .o-letter:nth-child(3) {
  transition-delay: calc(0.275s + 0.015s * 3);
}
.has-dom-animated body:not(.menu-open) .-active .c-project-list_category_name .o-letter:nth-child(4) {
  transition-delay: calc(0.275s + 0.015s * 4);
}
.has-dom-animated body:not(.menu-open) .-active .c-project-list_category_name .o-letter:nth-child(5) {
  transition-delay: calc(0.275s + 0.015s * 5);
}
.has-dom-animated body:not(.menu-open) .-active .c-project-list_category_name .o-letter:nth-child(6) {
  transition-delay: calc(0.275s + 0.015s * 6);
}
.has-dom-animated body:not(.menu-open) .-active .c-project-list_category_name .o-letter:nth-child(7) {
  transition-delay: calc(0.275s + 0.015s * 7);
}
.has-dom-animated body:not(.menu-open) .-active .c-project-list_category_name .o-letter:nth-child(8) {
  transition-delay: calc(0.275s + 0.015s * 8);
}
.has-dom-animated body:not(.menu-open) .-active .c-project-list_category_name .o-letter:nth-child(9) {
  transition-delay: calc(0.275s + 0.015s * 9);
}
.has-dom-animated body:not(.menu-open) .-active .c-project-list_category_name .o-letter:nth-child(10) {
  transition-delay: calc(0.275s + 0.015s * 10);
}
.has-dom-animated body:not(.menu-open) .-active .c-project-list_category_name .o-letter:nth-child(11) {
  transition-delay: calc(0.275s + 0.015s * 11);
}
.has-dom-animated body:not(.menu-open) .-active .c-project-list_category_name .o-letter:nth-child(12) {
  transition-delay: calc(0.275s + 0.015s * 12);
}
.has-dom-animated body:not(.menu-open) .-active .c-project-list_category_name .o-letter:nth-child(13) {
  transition-delay: calc(0.275s + 0.015s * 13);
}
.has-dom-animated body:not(.menu-open) .-active .c-project-list_category_name .o-letter:nth-child(14) {
  transition-delay: calc(0.275s + 0.015s * 14);
}
.has-dom-animated body:not(.menu-open) .-active .c-project-list_category_name .o-letter:nth-child(15) {
  transition-delay: calc(0.275s + 0.015s * 15);
}
.has-dom-animated body:not(.menu-open) .-active .c-project-list_category_name .o-letter:nth-child(16) {
  transition-delay: calc(0.275s + 0.015s * 16);
}
.has-dom-animated body:not(.menu-open) .-active .c-project-list_category_name .o-letter:nth-child(17) {
  transition-delay: calc(0.275s + 0.015s * 17);
}
.has-dom-animated body:not(.menu-open) .-active .c-project-list_category_name .o-letter:nth-child(18) {
  transition-delay: calc(0.275s + 0.015s * 18);
}
.has-dom-animated body:not(.menu-open) .-active .c-project-list_category_name .o-letter:nth-child(19) {
  transition-delay: calc(0.275s + 0.015s * 19);
}
.has-dom-animated body:not(.menu-open) .-active .c-project-list_category_name .o-letter:nth-child(20) {
  transition-delay: calc(0.275s + 0.015s * 20);
}
.has-dom-animated body:not(.menu-open) .-active .c-project-list_category_name .o-letter:nth-child(21) {
  transition-delay: calc(0.275s + 0.015s * 21);
}
.has-dom-animated body:not(.menu-open) .-active .c-project-list_category_name .o-letter:nth-child(22) {
  transition-delay: calc(0.275s + 0.015s * 22);
}
.has-dom-animated body:not(.menu-open) .-active .c-project-list_category_name .o-letter:nth-child(23) {
  transition-delay: calc(0.275s + 0.015s * 23);
}
.has-dom-animated body:not(.menu-open) .-active .c-project-list_category_name .o-letter:nth-child(24) {
  transition-delay: calc(0.275s + 0.015s * 24);
}
.has-dom-animated body:not(.menu-open) .-active .c-project-list_category_name .o-letter:nth-child(25) {
  transition-delay: calc(0.275s + 0.015s * 25);
}
.has-dom-animated body:not(.menu-open) .-active .c-project-list_category_name .o-letter:nth-child(26) {
  transition-delay: calc(0.275s + 0.015s * 26);
}
.has-dom-animated body:not(.menu-open) .-active .c-project-list_category_name .o-letter:nth-child(27) {
  transition-delay: calc(0.275s + 0.015s * 27);
}
.has-dom-animated body:not(.menu-open) .-active .c-project-list_category_name .o-letter:nth-child(28) {
  transition-delay: calc(0.275s + 0.015s * 28);
}
.has-dom-animated body:not(.menu-open) .-active .c-project-list_category_name .o-letter:nth-child(29) {
  transition-delay: calc(0.275s + 0.015s * 29);
}

.c-projects-list_titles_item {
  position: absolute;
  top: 0;
  left: 3.125rem;
  width: calc(100% - 200px);
  overflow: hidden;
  cursor: pointer;
  display: none;
}
@media (max-width: 999px) {
  .c-projects-list_titles_item {
    width: calc(100% - 100px);
  }
}
.c-projects-list_titles_item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.c-projects-list_titles_item > span {
  display: block;
}
.c-projects-list_titles_item > span span {
  display: inline-block;
  transform: translate3d(0, 0%, 0);
  pointer-events: none;
}
.c-projects-list_titles_item > span .o-letter {
  transform: translate3d(0, 100%, 0);
  transition: transform 0.75s cubic-bezier(0.75, 0, 0.25, 1);
}
.c-projects-list_titles_item > span .o-letter.-empty {
  width: 0.3em;
}
.c-projects-list_titles_item > span .o-letter:nth-child(0) {
  transition-delay: calc(0s + 0.015s * 0);
}
.c-projects-list_titles_item > span .o-letter:nth-child(1) {
  transition-delay: calc(0s + 0.015s * 1);
}
.c-projects-list_titles_item > span .o-letter:nth-child(2) {
  transition-delay: calc(0s + 0.015s * 2);
}
.c-projects-list_titles_item > span .o-letter:nth-child(3) {
  transition-delay: calc(0s + 0.015s * 3);
}
.c-projects-list_titles_item > span .o-letter:nth-child(4) {
  transition-delay: calc(0s + 0.015s * 4);
}
.c-projects-list_titles_item > span .o-letter:nth-child(5) {
  transition-delay: calc(0s + 0.015s * 5);
}
.c-projects-list_titles_item > span .o-letter:nth-child(6) {
  transition-delay: calc(0s + 0.015s * 6);
}
.c-projects-list_titles_item > span .o-letter:nth-child(7) {
  transition-delay: calc(0s + 0.015s * 7);
}
.c-projects-list_titles_item > span .o-letter:nth-child(8) {
  transition-delay: calc(0s + 0.015s * 8);
}
.c-projects-list_titles_item > span .o-letter:nth-child(9) {
  transition-delay: calc(0s + 0.015s * 9);
}
.c-projects-list_titles_item > span .o-letter:nth-child(10) {
  transition-delay: calc(0s + 0.015s * 10);
}
.c-projects-list_titles_item > span .o-letter:nth-child(11) {
  transition-delay: calc(0s + 0.015s * 11);
}
.c-projects-list_titles_item > span .o-letter:nth-child(12) {
  transition-delay: calc(0s + 0.015s * 12);
}
.c-projects-list_titles_item > span .o-letter:nth-child(13) {
  transition-delay: calc(0s + 0.015s * 13);
}
.c-projects-list_titles_item > span .o-letter:nth-child(14) {
  transition-delay: calc(0s + 0.015s * 14);
}
.c-projects-list_titles_item > span .o-letter:nth-child(15) {
  transition-delay: calc(0s + 0.015s * 15);
}
.c-projects-list_titles_item > span .o-letter:nth-child(16) {
  transition-delay: calc(0s + 0.015s * 16);
}
.c-projects-list_titles_item > span .o-letter:nth-child(17) {
  transition-delay: calc(0s + 0.015s * 17);
}
.c-projects-list_titles_item > span .o-letter:nth-child(18) {
  transition-delay: calc(0s + 0.015s * 18);
}
.c-projects-list_titles_item > span .o-letter:nth-child(19) {
  transition-delay: calc(0s + 0.015s * 19);
}
.c-projects-list_titles_item > span .o-letter:nth-child(20) {
  transition-delay: calc(0s + 0.015s * 20);
}
.c-projects-list_titles_item > span .o-letter:nth-child(21) {
  transition-delay: calc(0s + 0.015s * 21);
}
.c-projects-list_titles_item > span .o-letter:nth-child(22) {
  transition-delay: calc(0s + 0.015s * 22);
}
.c-projects-list_titles_item > span .o-letter:nth-child(23) {
  transition-delay: calc(0s + 0.015s * 23);
}
.c-projects-list_titles_item > span .o-letter:nth-child(24) {
  transition-delay: calc(0s + 0.015s * 24);
}
.c-projects-list_titles_item > span .o-letter:nth-child(25) {
  transition-delay: calc(0s + 0.015s * 25);
}
.c-projects-list_titles_item > span .o-letter:nth-child(26) {
  transition-delay: calc(0s + 0.015s * 26);
}
.c-projects-list_titles_item > span .o-letter:nth-child(27) {
  transition-delay: calc(0s + 0.015s * 27);
}
.c-projects-list_titles_item > span .o-letter:nth-child(28) {
  transition-delay: calc(0s + 0.015s * 28);
}
.c-projects-list_titles_item > span .o-letter:nth-child(29) {
  transition-delay: calc(0s + 0.015s * 29);
}
.c-projects-list_titles_item > span:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  transform: translateY(100%);
}
.c-projects-list_titles_item.-visible {
  display: block;
}
.has-dom-animated body:not(.menu-open) .c-projects-list_titles_item.-active {
  z-index: 10;
}
.has-dom-animated body:not(.menu-open) .c-projects-list_titles_item.-active > span .o-letter {
  transform: translate3d(0, 0%, 0);
}
.has-dom-animated body:not(.menu-open) .c-projects-list_titles_item.-active > span .o-letter:nth-child(0) {
  transition-delay: calc(0.015s * 0);
}
.has-dom-animated body:not(.menu-open) .c-projects-list_titles_item.-active > span .o-letter:nth-child(1) {
  transition-delay: calc(0.015s * 1);
}
.has-dom-animated body:not(.menu-open) .c-projects-list_titles_item.-active > span .o-letter:nth-child(2) {
  transition-delay: calc(0.015s * 2);
}
.has-dom-animated body:not(.menu-open) .c-projects-list_titles_item.-active > span .o-letter:nth-child(3) {
  transition-delay: calc(0.015s * 3);
}
.has-dom-animated body:not(.menu-open) .c-projects-list_titles_item.-active > span .o-letter:nth-child(4) {
  transition-delay: calc(0.015s * 4);
}
.has-dom-animated body:not(.menu-open) .c-projects-list_titles_item.-active > span .o-letter:nth-child(5) {
  transition-delay: calc(0.015s * 5);
}
.has-dom-animated body:not(.menu-open) .c-projects-list_titles_item.-active > span .o-letter:nth-child(6) {
  transition-delay: calc(0.015s * 6);
}
.has-dom-animated body:not(.menu-open) .c-projects-list_titles_item.-active > span .o-letter:nth-child(7) {
  transition-delay: calc(0.015s * 7);
}
.has-dom-animated body:not(.menu-open) .c-projects-list_titles_item.-active > span .o-letter:nth-child(8) {
  transition-delay: calc(0.015s * 8);
}
.has-dom-animated body:not(.menu-open) .c-projects-list_titles_item.-active > span .o-letter:nth-child(9) {
  transition-delay: calc(0.015s * 9);
}
.has-dom-animated body:not(.menu-open) .c-projects-list_titles_item.-active > span .o-letter:nth-child(10) {
  transition-delay: calc(0.015s * 10);
}
.has-dom-animated body:not(.menu-open) .c-projects-list_titles_item.-active > span .o-letter:nth-child(11) {
  transition-delay: calc(0.015s * 11);
}
.has-dom-animated body:not(.menu-open) .c-projects-list_titles_item.-active > span .o-letter:nth-child(12) {
  transition-delay: calc(0.015s * 12);
}
.has-dom-animated body:not(.menu-open) .c-projects-list_titles_item.-active > span .o-letter:nth-child(13) {
  transition-delay: calc(0.015s * 13);
}
.has-dom-animated body:not(.menu-open) .c-projects-list_titles_item.-active > span .o-letter:nth-child(14) {
  transition-delay: calc(0.015s * 14);
}
.has-dom-animated body:not(.menu-open) .c-projects-list_titles_item.-active > span .o-letter:nth-child(15) {
  transition-delay: calc(0.015s * 15);
}
.has-dom-animated body:not(.menu-open) .c-projects-list_titles_item.-active > span .o-letter:nth-child(16) {
  transition-delay: calc(0.015s * 16);
}
.has-dom-animated body:not(.menu-open) .c-projects-list_titles_item.-active > span .o-letter:nth-child(17) {
  transition-delay: calc(0.015s * 17);
}
.has-dom-animated body:not(.menu-open) .c-projects-list_titles_item.-active > span .o-letter:nth-child(18) {
  transition-delay: calc(0.015s * 18);
}
.has-dom-animated body:not(.menu-open) .c-projects-list_titles_item.-active > span .o-letter:nth-child(19) {
  transition-delay: calc(0.015s * 19);
}
.has-dom-animated body:not(.menu-open) .c-projects-list_titles_item.-active > span .o-letter:nth-child(20) {
  transition-delay: calc(0.015s * 20);
}
.has-dom-animated body:not(.menu-open) .c-projects-list_titles_item.-active > span .o-letter:nth-child(21) {
  transition-delay: calc(0.015s * 21);
}
.has-dom-animated body:not(.menu-open) .c-projects-list_titles_item.-active > span .o-letter:nth-child(22) {
  transition-delay: calc(0.015s * 22);
}
.has-dom-animated body:not(.menu-open) .c-projects-list_titles_item.-active > span .o-letter:nth-child(23) {
  transition-delay: calc(0.015s * 23);
}
.has-dom-animated body:not(.menu-open) .c-projects-list_titles_item.-active > span .o-letter:nth-child(24) {
  transition-delay: calc(0.015s * 24);
}
.has-dom-animated body:not(.menu-open) .c-projects-list_titles_item.-active > span .o-letter:nth-child(25) {
  transition-delay: calc(0.015s * 25);
}
.has-dom-animated body:not(.menu-open) .c-projects-list_titles_item.-active > span .o-letter:nth-child(26) {
  transition-delay: calc(0.015s * 26);
}
.has-dom-animated body:not(.menu-open) .c-projects-list_titles_item.-active > span .o-letter:nth-child(27) {
  transition-delay: calc(0.015s * 27);
}
.has-dom-animated body:not(.menu-open) .c-projects-list_titles_item.-active > span .o-letter:nth-child(28) {
  transition-delay: calc(0.015s * 28);
}
.has-dom-animated body:not(.menu-open) .c-projects-list_titles_item.-active > span .o-letter:nth-child(29) {
  transition-delay: calc(0.015s * 29);
}

.c-projects-list_contents_inner {
  padding-top: 40vh;
}
@media (max-width: 999px) {
  .c-projects-list_contents_inner {
    padding-top: 25vh;
  }
}
@media (max-width: 699px) {
  .c-projects-list_contents_inner {
    padding-bottom: 100px;
  }
}
@media (max-width: 499px) {
  .c-projects-list_contents_inner {
    padding-top: 200px;
  }
}
@media (max-width: 399px) {
  .c-projects-list_contents_inner {
    padding-top: 180px;
  }
}

.c-projects-list_contents_titles {
  z-index: 100;
  mix-blend-mode: overlay;
}

.c-projects-list_contents_item {
  position: relative;
  padding-top: 53vh;
  padding-bottom: 23vh;
  pointer-events: none;
  min-height: 50vh;
}
@media (min-width: 500px) and (max-width: 999px) {
  .c-projects-list_contents_item {
    padding-top: 35vh;
    padding-bottom: 15vh;
  }
}
@media (min-width: 500px) {
  .c-projects-list_contents_item {
    visibility: hidden;
  }
  .c-projects-list_contents_item.is-show {
    visibility: visible;
  }
}
@media (max-width: 499px) {
  .c-projects-list_contents_item {
    padding: 1.5625rem;
    margin-bottom: 0;
    min-height: 0;
    overflow: hidden;
  }
}
.c-projects-list_contents_item:first-child {
  padding-top: 0;
}

.c-projects-list_contents_item_landmark {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
}

.c-projects-list_contents_item_title {
  font-size: 1.5rem;
  margin-top: 0.8em;
}

.c-projects-list_contents_item_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  font-size: 0;
  display: block;
  pointer-events: all;
}

.c-projects-list_links {
  position: absolute;
  top: 50%;
  left: 3.125rem;
}

.c-projects-list_links_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  outline: 2px solid red;
}

.c-projects-list_featured-images_row:nth-child(1) {
  text-align: center;
}
.c-projects-list_featured-images_row:nth-child(2) {
  position: relative;
}
.c-projects-list_contents_item:nth-child(2n+1) .c-projects-list_featured-images_row:nth-child(2) {
  text-align: right;
}
.c-projects-list_contents_item:nth-child(2n+2) .c-projects-list_featured-images_row:nth-child(2) {
  text-align: left;
}

.c-projects-list_featured-images_item {
  overflow: hidden;
  pointer-events: all;
}
.c-projects-list_featured-images_item img, .c-projects-list_featured-images_item video {
  pointer-events: none;
  width: 100%;
  transform: scale3d(1, 1, 1) translate3d(0, 100%, 0);
  transition: transform 0.5s ease-in, opacity 0.5s ease;
  transition-delay: 0.5s, 0.5s;
}
.has-dom-loaded body:not(.menu-open) .c-projects-list_featured-images_item img, .has-dom-loaded body:not(.menu-open) .c-projects-list_featured-images_item video {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0%, 0);
  transition: transform 1s cubic-bezier(0.365, 0.305, 0, 1), opacity 0.5s ease;
}
.has-dom-animated .c-projects-list_featured-images_item img, .has-dom-animated .c-projects-list_featured-images_item video {
  transition-delay: 0s, 0s;
}
.has-dom-animated body:not(.menu-open) .c-projects-list_contents_item.-hover .c-projects-list_featured-images_item img, .has-dom-animated body:not(.menu-open) .c-projects-list_contents_item.-hover .c-projects-list_featured-images_item video {
  transform: scale3d(1.1, 1.1, 1) translate3d(0, 0%, 0);
}
.c-projects-list_featured-images_item.-first {
  margin: auto;
}
@media (min-width: 500px) {
  .c-projects-list_featured-images_item.-first.-portrait {
    width: 37.5%;
  }
  .c-projects-list_featured-images_item.-first.-landscape {
    width: 50%;
  }
}
.c-projects-list_contents_item:nth-child(2n+1) .c-projects-list_featured-images_item.-second {
  position: absolute;
  top: -10vw;
}
.c-projects-list_contents_item:nth-child(2n+1) .c-projects-list_featured-images_item.-second.-portrait {
  width: 12.5%;
  left: 12.5%;
}
.c-projects-list_contents_item:nth-child(2n+1) .c-projects-list_featured-images_item.-second.-landscape {
  width: 18.75%;
  left: 9.375%;
}
.c-projects-list_contents_item:nth-child(2n+1) .c-projects-list_featured-images_item.-third {
  margin-top: 5vw;
}
.c-projects-list_contents_item:nth-child(2n+1) .c-projects-list_featured-images_item.-third.-portrait {
  width: 12.5%;
  margin-right: 18.75rem;
}
@media (max-width: 999px) {
  .c-projects-list_contents_item:nth-child(2n+1) .c-projects-list_featured-images_item.-third.-portrait {
    margin-right: 9.375rem;
  }
}
.c-projects-list_contents_item:nth-child(2n+1) .c-projects-list_featured-images_item.-third.-landscape {
  width: 25%;
  margin-right: 12.5rem;
}
@media (max-width: 999px) {
  .c-projects-list_contents_item:nth-child(2n+1) .c-projects-list_featured-images_item.-third.-landscape {
    margin-right: 6.25rem;
  }
}
.c-projects-list_contents_item:nth-child(2n+2) .c-projects-list_featured-images_item.-second {
  position: static;
  margin-top: 5vw;
}
.c-projects-list_contents_item:nth-child(2n+2) .c-projects-list_featured-images_item.-second.-portrait {
  width: 12.5%;
  margin-left: 12.5%;
}
.c-projects-list_contents_item:nth-child(2n+2) .c-projects-list_featured-images_item.-second.-landscape {
  width: 25%;
  margin-left: 6.25%;
}
.c-projects-list_contents_item:nth-child(2n+2) .c-projects-list_featured-images_item.-third {
  margin: 0;
  position: absolute;
  top: -10vw;
}
.c-projects-list_contents_item:nth-child(2n+2) .c-projects-list_featured-images_item.-third.-portrait {
  width: 12.5%;
  right: 18.75rem;
}
@media (max-width: 999px) {
  .c-projects-list_contents_item:nth-child(2n+2) .c-projects-list_featured-images_item.-third.-portrait {
    right: 9.375rem;
  }
}
.c-projects-list_contents_item:nth-child(2n+2) .c-projects-list_featured-images_item.-third.-landscape {
  width: 25%;
  right: 12.5rem;
}
@media (max-width: 999px) {
  .c-projects-list_contents_item:nth-child(2n+2) .c-projects-list_featured-images_item.-third.-landscape {
    right: 6.25rem;
  }
}

.c-projects-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 600;
  pointer-events: none;
}
html:not(.has-smooth-scroll) .c-projects-menu {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.menu-open .c-projects-menu {
  pointer-events: all;
}
@media (max-width: 999px) {
  .c-projects-menu {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .c-projects-menu:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 100%, 0);
    transition: transform 0.5s cubic-bezier(0.365, 0.305, 0, 1);
    background-color: #1f1f1f;
  }
  .menu-open .c-projects-menu:before {
    transform: translate3d(0, 0%, 0);
  }
}

.c-projects-menu_inner {
  min-height: 100%;
  margin: auto;
  position: relative;
}
@media (max-width: 999px) {
  .c-projects-menu_inner {
    margin: 0;
    width: calc(100% - 120px);
  }
}

.c-projects-menu_list {
  width: 100%;
  padding: 250px 0;
}
.c-projects-menu_list.-clone {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  mix-blend-mode: overlay;
  z-index: 100;
}
@media (max-width: 999px) {
  .c-projects-menu_list {
    padding: 100px 0;
  }
}

.c-projects-menu_item {
  font-size: 2.5rem;
  opacity: 0;
  transform: translate3d(20%, 0, 0);
  pointer-events: none;
  transition: opacity 0.25s ease;
  white-space: nowrap;
  line-height: 0;
  display: flex;
}
.c-projects-menu_item:hover a, .c-projects-menu_item:hover sup {
  opacity: 1;
}
.c-projects-menu_item.is-active a, .c-projects-menu_item.is-active sup {
  opacity: 1;
}
@media (max-width: 499px) {
  .c-projects-menu_item {
    font-size: 1.875rem;
  }
}
@media (max-width: 999px) {
  .c-projects-menu_item {
    padding-left: 1.5625rem;
  }
}
.c-projects-menu_item a {
  display: inline-block;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  line-height: 1.5;
  opacity: 0.4;
}
.c-projects-menu_item a.is-active {
  opacity: 1;
}
html[data-theme=dark] .c-projects-menu_item a {
  color: white;
}
@media (max-width: 999px) {
  .c-projects-menu_item a {
    color: #FFFFFF;
  }
}
.c-projects-menu_item sup {
  vertical-align: initial;
  color: black;
  top: initial;
  right: initial;
  transform: translateY(25%);
  opacity: 0.4;
}
.c-projects-menu_item sup.is-active {
  opacity: 1;
}
@media (max-width: 999px) {
  .c-projects-menu_item sup {
    color: #FFFFFF;
  }
}
html[data-theme=dark] .c-projects-menu_item sup {
  color: white;
}
.c-projects-menu_item.-outline, html[data-theme=dark] .c-projects-menu_item.-outline, .c-projects-menu_item.-outline a, html[data-theme=dark] .c-projects-menu_item.-outline a, .c-projects-menu_item.-outline sup, html[data-theme=dark] .c-projects-menu_item.-outline sup {
  color: transparent;
  -webkit-text-stroke: 1px #FFFFFF;
  text-stroke: 1px #FFFFFF;
}
.menu-show .c-projects-menu_item {
  opacity: 1;
  transform: translate3d(0%, 0, 0);
  transition: transform 1s cubic-bezier(0.365, 0.305, 0, 1), opacity 0.75s ease;
}
.menu-show .c-projects-menu_item:nth-child(0) {
  transition-delay: calc(0.015s * 0);
}
.menu-show .c-projects-menu_item:nth-child(1) {
  transition-delay: calc(0.015s * 1);
}
.menu-show .c-projects-menu_item:nth-child(2) {
  transition-delay: calc(0.015s * 2);
}
.menu-show .c-projects-menu_item:nth-child(3) {
  transition-delay: calc(0.015s * 3);
}
.menu-show .c-projects-menu_item:nth-child(4) {
  transition-delay: calc(0.015s * 4);
}
.menu-show .c-projects-menu_item:nth-child(5) {
  transition-delay: calc(0.015s * 5);
}
.menu-show .c-projects-menu_item:nth-child(6) {
  transition-delay: calc(0.015s * 6);
}
.menu-show .c-projects-menu_item:nth-child(7) {
  transition-delay: calc(0.015s * 7);
}
.menu-show .c-projects-menu_item:nth-child(8) {
  transition-delay: calc(0.015s * 8);
}
.menu-show .c-projects-menu_item:nth-child(9) {
  transition-delay: calc(0.015s * 9);
}
.menu-show .c-projects-menu_item:nth-child(10) {
  transition-delay: calc(0.015s * 10);
}
.menu-show .c-projects-menu_item:nth-child(11) {
  transition-delay: calc(0.015s * 11);
}
.menu-show .c-projects-menu_item:nth-child(12) {
  transition-delay: calc(0.015s * 12);
}
.menu-show .c-projects-menu_item:nth-child(13) {
  transition-delay: calc(0.015s * 13);
}
.menu-show .c-projects-menu_item:nth-child(14) {
  transition-delay: calc(0.015s * 14);
}
.menu-show .c-projects-menu_item:nth-child(15) {
  transition-delay: calc(0.015s * 15);
}
.menu-show .c-projects-menu_item:nth-child(16) {
  transition-delay: calc(0.015s * 16);
}
.menu-show .c-projects-menu_item:nth-child(17) {
  transition-delay: calc(0.015s * 17);
}
.menu-show .c-projects-menu_item:nth-child(18) {
  transition-delay: calc(0.015s * 18);
}
.menu-show .c-projects-menu_item:nth-child(19) {
  transition-delay: calc(0.015s * 19);
}
.menu-show .c-projects-menu_item:nth-child(20) {
  transition-delay: calc(0.015s * 20);
}
.menu-show .c-projects-menu_item.-outline {
  transition: none;
  opacity: 0;
}
.menu-show .c-projects-menu_item.-outline a {
  transition: none;
}
@media (min-width: 1000px) {
  .menu-show .c-projects-menu_item.-outline.-active {
    opacity: 1;
  }
}
.menu-hide .c-projects-menu_item {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.75s ease-in, opacity 0.5s ease;
}
.menu-interactive .c-projects-menu_item {
  pointer-events: all;
}
.menu-interactive .c-projects-menu_item.-outline {
  pointer-events: none;
}

.c-projects-menu_images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 50;
}
.c-projects-menu_images img, .c-projects-menu_images video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 37.5%;
  height: auto;
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.365, 0.305, 0, 1), opacity 0.1s ease;
}
.c-projects-menu_images img.-landscape, .c-projects-menu_images video.-landscape {
  width: 50%;
}
@media (min-width: 1000px) {
  .menu-open .c-projects-menu_images img.-active, .menu-open .c-projects-menu_images video.-active {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition: transform 0.5s cubic-bezier(0.365, 0.305, 0, 1) 0.2s, opacity 0.1s ease 0.2s;
  }
}

.c-project_back {
  position: fixed;
  top: 3.125rem;
  right: 12.5rem;
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.365, 0.305, 0, 1);
}
@media (max-width: 999px) {
  .c-project_back {
    top: 3.75rem;
    right: 3.125rem;
  }
}
html:not(.has-smooth-scroll) .c-project_back {
  transform: none !important;
}
.has-dom-animated body:not(.menu-open):not(.show-next) .c-project_back {
  opacity: 1;
}

.c-project_info {
  position: fixed;
  top: calc(50% - 2.34375rem);
  left: 10vw;
  z-index: 550;
}
@media (max-width: 999px) {
  .c-project_info {
    top: initial;
    left: initial;
    bottom: 70px;
    right: 1.5625rem;
  }
}
html:not(.has-smooth-scroll) .c-project_info {
  transform: none !important;
}

.c-project_info_inner {
  width: 4.6875rem;
  height: 4.6875rem;
  background-color: #1f1f1f;
  border-radius: 50%;
  z-index: 550;
  cursor: pointer;
  display: flex;
  transform: scale(0);
  transition: transform 0.25s cubic-bezier(0.365, 0.305, 0, 1);
}
.c-project_info_inner svg {
  margin: auto;
  fill: #FFFFFF;
  width: 3px;
  height: 100%;
}
.has-dom-animated body:not(.menu-open):not(.show-next) .c-project_info_inner {
  transform: scale(1);
}
.has-dom-animated body:not(.menu-open):not(.show-next) .c-project_info_inner:hover {
  transform: scale(1.2);
}

.c-project_title {
  position: fixed;
  top: 60vh;
  left: 3.125rem;
  width: 100%;
  text-transform: uppercase;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 699px) {
  .c-project_title {
    left: 1.5625rem;
  }
}
html:not(.has-smooth-scroll) .c-project_title {
  transform: none !important;
}
.c-project_title.-clone {
  z-index: 550;
  mix-blend-mode: overlay;
}
.c-project_title .o-letter {
  display: inline-block;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.75s cubic-bezier(0.75, 0, 0.25, 1);
}
.c-project_title .o-letter.-empty {
  width: 0.3em;
}
.c-project_title .o-letter:nth-child(0) {
  transition-delay: calc(0s + 0.015s * 0);
}
.c-project_title .o-letter:nth-child(1) {
  transition-delay: calc(0s + 0.015s * 1);
}
.c-project_title .o-letter:nth-child(2) {
  transition-delay: calc(0s + 0.015s * 2);
}
.c-project_title .o-letter:nth-child(3) {
  transition-delay: calc(0s + 0.015s * 3);
}
.c-project_title .o-letter:nth-child(4) {
  transition-delay: calc(0s + 0.015s * 4);
}
.c-project_title .o-letter:nth-child(5) {
  transition-delay: calc(0s + 0.015s * 5);
}
.c-project_title .o-letter:nth-child(6) {
  transition-delay: calc(0s + 0.015s * 6);
}
.c-project_title .o-letter:nth-child(7) {
  transition-delay: calc(0s + 0.015s * 7);
}
.c-project_title .o-letter:nth-child(8) {
  transition-delay: calc(0s + 0.015s * 8);
}
.c-project_title .o-letter:nth-child(9) {
  transition-delay: calc(0s + 0.015s * 9);
}
.c-project_title .o-letter:nth-child(10) {
  transition-delay: calc(0s + 0.015s * 10);
}
.c-project_title .o-letter:nth-child(11) {
  transition-delay: calc(0s + 0.015s * 11);
}
.c-project_title .o-letter:nth-child(12) {
  transition-delay: calc(0s + 0.015s * 12);
}
.c-project_title .o-letter:nth-child(13) {
  transition-delay: calc(0s + 0.015s * 13);
}
.c-project_title .o-letter:nth-child(14) {
  transition-delay: calc(0s + 0.015s * 14);
}
.c-project_title .o-letter:nth-child(15) {
  transition-delay: calc(0s + 0.015s * 15);
}
.c-project_title .o-letter:nth-child(16) {
  transition-delay: calc(0s + 0.015s * 16);
}
.c-project_title .o-letter:nth-child(17) {
  transition-delay: calc(0s + 0.015s * 17);
}
.c-project_title .o-letter:nth-child(18) {
  transition-delay: calc(0s + 0.015s * 18);
}
.c-project_title .o-letter:nth-child(19) {
  transition-delay: calc(0s + 0.015s * 19);
}
.c-project_title .o-letter:nth-child(20) {
  transition-delay: calc(0s + 0.015s * 20);
}
.c-project_title .o-letter:nth-child(21) {
  transition-delay: calc(0s + 0.015s * 21);
}
.c-project_title .o-letter:nth-child(22) {
  transition-delay: calc(0s + 0.015s * 22);
}
.c-project_title .o-letter:nth-child(23) {
  transition-delay: calc(0s + 0.015s * 23);
}
.c-project_title .o-letter:nth-child(24) {
  transition-delay: calc(0s + 0.015s * 24);
}
.c-project_title .o-letter:nth-child(25) {
  transition-delay: calc(0s + 0.015s * 25);
}
.c-project_title .o-letter:nth-child(26) {
  transition-delay: calc(0s + 0.015s * 26);
}
.c-project_title .o-letter:nth-child(27) {
  transition-delay: calc(0s + 0.015s * 27);
}
.c-project_title .o-letter:nth-child(28) {
  transition-delay: calc(0s + 0.015s * 28);
}
.c-project_title .o-letter:nth-child(29) {
  transition-delay: calc(0s + 0.015s * 29);
}
@media (max-width: 499px) {
  .c-project_title.-clone {
    display: none;
  }
  .has-dom-animated body:not(.menu-open):not(.show-next) .c-project_title .o-letter {
    transform: translate3d(0, 0%, 0);
  }
  .has-dom-animated body:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(0) {
    transition-delay: calc(0s + 0.015s * -1);
  }
  .has-dom-animated body:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(1) {
    transition-delay: calc(0s + 0.015s * 0);
  }
  .has-dom-animated body:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(2) {
    transition-delay: calc(0s + 0.015s * 1);
  }
  .has-dom-animated body:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(3) {
    transition-delay: calc(0s + 0.015s * 2);
  }
  .has-dom-animated body:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(4) {
    transition-delay: calc(0s + 0.015s * 3);
  }
  .has-dom-animated body:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(5) {
    transition-delay: calc(0s + 0.015s * 4);
  }
  .has-dom-animated body:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(6) {
    transition-delay: calc(0s + 0.015s * 5);
  }
  .has-dom-animated body:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(7) {
    transition-delay: calc(0s + 0.015s * 6);
  }
  .has-dom-animated body:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(8) {
    transition-delay: calc(0s + 0.015s * 7);
  }
  .has-dom-animated body:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(9) {
    transition-delay: calc(0s + 0.015s * 8);
  }
  .has-dom-animated body:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(10) {
    transition-delay: calc(0s + 0.015s * 9);
  }
  .has-dom-animated body:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(11) {
    transition-delay: calc(0s + 0.015s * 10);
  }
  .has-dom-animated body:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(12) {
    transition-delay: calc(0s + 0.015s * 11);
  }
  .has-dom-animated body:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(13) {
    transition-delay: calc(0s + 0.015s * 12);
  }
  .has-dom-animated body:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(14) {
    transition-delay: calc(0s + 0.015s * 13);
  }
  .has-dom-animated body:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(15) {
    transition-delay: calc(0s + 0.015s * 14);
  }
  .has-dom-animated body:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(16) {
    transition-delay: calc(0s + 0.015s * 15);
  }
  .has-dom-animated body:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(17) {
    transition-delay: calc(0s + 0.015s * 16);
  }
  .has-dom-animated body:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(18) {
    transition-delay: calc(0s + 0.015s * 17);
  }
  .has-dom-animated body:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(19) {
    transition-delay: calc(0s + 0.015s * 18);
  }
  .has-dom-animated body:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(20) {
    transition-delay: calc(0s + 0.015s * 19);
  }
  .has-dom-animated body:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(21) {
    transition-delay: calc(0s + 0.015s * 20);
  }
  .has-dom-animated body:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(22) {
    transition-delay: calc(0s + 0.015s * 21);
  }
  .has-dom-animated body:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(23) {
    transition-delay: calc(0s + 0.015s * 22);
  }
  .has-dom-animated body:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(24) {
    transition-delay: calc(0s + 0.015s * 23);
  }
  .has-dom-animated body:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(25) {
    transition-delay: calc(0s + 0.015s * 24);
  }
  .has-dom-animated body:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(26) {
    transition-delay: calc(0s + 0.015s * 25);
  }
  .has-dom-animated body:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(27) {
    transition-delay: calc(0s + 0.015s * 26);
  }
  .has-dom-animated body:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(28) {
    transition-delay: calc(0s + 0.015s * 27);
  }
  .has-dom-animated body:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(29) {
    transition-delay: calc(0s + 0.015s * 28);
  }
}
@media (min-width: 500px) {
  .has-dom-animated body.is-top:not(.menu-open):not(.show-next) .c-project_title .o-letter {
    transform: translate3d(0, 0%, 0);
  }
  .has-dom-animated body.is-top:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(0) {
    transition-delay: calc(0s + 0.015s * -1);
  }
  .has-dom-animated body.is-top:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(1) {
    transition-delay: calc(0s + 0.015s * 0);
  }
  .has-dom-animated body.is-top:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(2) {
    transition-delay: calc(0s + 0.015s * 1);
  }
  .has-dom-animated body.is-top:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(3) {
    transition-delay: calc(0s + 0.015s * 2);
  }
  .has-dom-animated body.is-top:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(4) {
    transition-delay: calc(0s + 0.015s * 3);
  }
  .has-dom-animated body.is-top:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(5) {
    transition-delay: calc(0s + 0.015s * 4);
  }
  .has-dom-animated body.is-top:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(6) {
    transition-delay: calc(0s + 0.015s * 5);
  }
  .has-dom-animated body.is-top:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(7) {
    transition-delay: calc(0s + 0.015s * 6);
  }
  .has-dom-animated body.is-top:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(8) {
    transition-delay: calc(0s + 0.015s * 7);
  }
  .has-dom-animated body.is-top:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(9) {
    transition-delay: calc(0s + 0.015s * 8);
  }
  .has-dom-animated body.is-top:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(10) {
    transition-delay: calc(0s + 0.015s * 9);
  }
  .has-dom-animated body.is-top:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(11) {
    transition-delay: calc(0s + 0.015s * 10);
  }
  .has-dom-animated body.is-top:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(12) {
    transition-delay: calc(0s + 0.015s * 11);
  }
  .has-dom-animated body.is-top:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(13) {
    transition-delay: calc(0s + 0.015s * 12);
  }
  .has-dom-animated body.is-top:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(14) {
    transition-delay: calc(0s + 0.015s * 13);
  }
  .has-dom-animated body.is-top:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(15) {
    transition-delay: calc(0s + 0.015s * 14);
  }
  .has-dom-animated body.is-top:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(16) {
    transition-delay: calc(0s + 0.015s * 15);
  }
  .has-dom-animated body.is-top:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(17) {
    transition-delay: calc(0s + 0.015s * 16);
  }
  .has-dom-animated body.is-top:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(18) {
    transition-delay: calc(0s + 0.015s * 17);
  }
  .has-dom-animated body.is-top:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(19) {
    transition-delay: calc(0s + 0.015s * 18);
  }
  .has-dom-animated body.is-top:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(20) {
    transition-delay: calc(0s + 0.015s * 19);
  }
  .has-dom-animated body.is-top:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(21) {
    transition-delay: calc(0s + 0.015s * 20);
  }
  .has-dom-animated body.is-top:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(22) {
    transition-delay: calc(0s + 0.015s * 21);
  }
  .has-dom-animated body.is-top:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(23) {
    transition-delay: calc(0s + 0.015s * 22);
  }
  .has-dom-animated body.is-top:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(24) {
    transition-delay: calc(0s + 0.015s * 23);
  }
  .has-dom-animated body.is-top:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(25) {
    transition-delay: calc(0s + 0.015s * 24);
  }
  .has-dom-animated body.is-top:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(26) {
    transition-delay: calc(0s + 0.015s * 25);
  }
  .has-dom-animated body.is-top:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(27) {
    transition-delay: calc(0s + 0.015s * 26);
  }
  .has-dom-animated body.is-top:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(28) {
    transition-delay: calc(0s + 0.015s * 27);
  }
  .has-dom-animated body.is-top:not(.menu-open):not(.show-next) .c-project_title .o-letter:nth-child(29) {
    transition-delay: calc(0s + 0.015s * 28);
  }
  .has-dom-animated body.is-not-top:not(.menu-open):not(.show-next) .c-project_title .o-letter:first-child {
    transform: translate3d(0, 0%, 0);
    transition-delay: 0.265s;
  }
}

.c-project_images {
  position: relative;
  z-index: 500;
  padding-top: 50vh;
  text-align: center;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateZ(0px);
}
@media (max-width: 999px) {
  .c-project_images {
    padding-top: 300px;
  }
}
@media (max-width: 699px) {
  .c-project_images {
    padding-top: 200px;
    display: block;
  }
}

.c-project_images_item {
  margin-bottom: 25vh;
  overflow: hidden;
  pointer-events: all;
  cursor: zoom-in;
  position: relative;
}
.c-project_images_item.-video {
  cursor: initial;
}
@media (max-width: 999px) {
  .c-project_images_item {
    margin-bottom: 20vw;
  }
}
@media (max-width: 699px) {
  .c-project_images_item {
    width: 100%;
    overflow: visible;
  }
}
@media (max-width: 499px) {
  .c-project_images_item {
    width: 100%;
  }
}
.c-project_images_item img, .c-project_images_item video, .c-project_images_item iframe {
  width: 100%;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.5s ease-in, opacity 0.5s ease;
  transition-delay: 0.5s, 0.5s;
  display: block;
  min-height: 50px;
  background-color: rba(0, 0, 0, 0.1);
}
.has-dom-loaded:not(.-project-transition) body:not(.menu-open) .c-project_images_item img, .has-dom-loaded:not(.-project-transition) body:not(.menu-open) .c-project_images_item video, .has-dom-loaded:not(.-project-transition) body:not(.menu-open) .c-project_images_item iframe {
  opacity: 1;
  transform: translate3d(0, 0%, 0);
  transition: transform 1s cubic-bezier(0.365, 0.305, 0, 1);
}
.has-dom-loaded.-project-transition .c-project_images_item img, .has-dom-loaded.-project-transition .c-project_images_item video, .has-dom-loaded.-project-transition .c-project_images_item iframe {
  transform: translate3d(0, 0%, 0);
  transition: none;
}
.has-dom-animated .c-project_images_item img, .has-dom-animated .c-project_images_item video, .has-dom-animated .c-project_images_item iframe {
  transition-delay: 0s, 0s;
}

.c-project_images_item_play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75px;
  height: 75px;
  background-color: #FFFFFF;
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
  transition: transform 0.75s ease;
  cursor: pointer;
  border-radius: 50%;
}
.c-project_images_item_play svg {
  fill: #161616;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  transform: translate(-50%, -50%);
  animation: playKeyframe 5s linear infinite;
}
.has-dom-animated body:not(.menu-open) .c-project_images_item_play {
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}
.has-dom-animated body:not(.menu-open) .c-project_images_item_play:hover {
  transform: translate3d(-50%, -50%, 0) scale3d(1.2, 1.2, 1.2);
}

@keyframes playKeyframe {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.c-project-next {
  position: relative;
  margin-top: 50vh;
  pointer-events: none;
}

.c-project-next_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 600;
  pointer-events: all;
}

.c-project-next_title {
  position: fixed;
  top: 60vh;
  left: 3.125rem;
  width: 100%;
  text-transform: uppercase;
  overflow: hidden;
  padding-top: 1vw;
}
.c-project-next_title:before {
  content: attr(data-before);
  position: absolute;
  top: 0px;
  left: 0.6vw;
  font-size: 1.3vw;
  letter-spacing: -0.05vw;
  text-transform: none;
  font-weight: 200;
  transform: translate3d(0, -200%, 0);
  transition: transform 0.75s cubic-bezier(0.75, 0, 0.25, 1);
}
@media (max-width: 999px) {
  .c-project-next_title {
    padding-top: 3vw;
  }
  .c-project-next_title:before {
    font-size: 2vw;
  }
}
@media (max-width: 699px) {
  .c-project-next_title {
    left: 1.5625rem;
    padding-top: 5vw;
  }
  .c-project-next_title:before {
    font-size: 3vw;
  }
}
html:not(.has-smooth-scroll) .c-project-next_title {
  transform: none !important;
}
.c-project-next_title.-clone {
  z-index: 550;
  mix-blend-mode: overlay;
}
.c-project-next_title .o-letter {
  display: inline-block;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.75s cubic-bezier(0.75, 0, 0.25, 1);
}
.c-project-next_title .o-letter.-empty {
  width: 0.3em;
}
.c-project-next_title .o-letter:nth-child(0) {
  transition-delay: calc(0s + 0.015s * 0);
}
.c-project-next_title .o-letter:nth-child(1) {
  transition-delay: calc(0s + 0.015s * 1);
}
.c-project-next_title .o-letter:nth-child(2) {
  transition-delay: calc(0s + 0.015s * 2);
}
.c-project-next_title .o-letter:nth-child(3) {
  transition-delay: calc(0s + 0.015s * 3);
}
.c-project-next_title .o-letter:nth-child(4) {
  transition-delay: calc(0s + 0.015s * 4);
}
.c-project-next_title .o-letter:nth-child(5) {
  transition-delay: calc(0s + 0.015s * 5);
}
.c-project-next_title .o-letter:nth-child(6) {
  transition-delay: calc(0s + 0.015s * 6);
}
.c-project-next_title .o-letter:nth-child(7) {
  transition-delay: calc(0s + 0.015s * 7);
}
.c-project-next_title .o-letter:nth-child(8) {
  transition-delay: calc(0s + 0.015s * 8);
}
.c-project-next_title .o-letter:nth-child(9) {
  transition-delay: calc(0s + 0.015s * 9);
}
.c-project-next_title .o-letter:nth-child(10) {
  transition-delay: calc(0s + 0.015s * 10);
}
.c-project-next_title .o-letter:nth-child(11) {
  transition-delay: calc(0s + 0.015s * 11);
}
.c-project-next_title .o-letter:nth-child(12) {
  transition-delay: calc(0s + 0.015s * 12);
}
.c-project-next_title .o-letter:nth-child(13) {
  transition-delay: calc(0s + 0.015s * 13);
}
.c-project-next_title .o-letter:nth-child(14) {
  transition-delay: calc(0s + 0.015s * 14);
}
.c-project-next_title .o-letter:nth-child(15) {
  transition-delay: calc(0s + 0.015s * 15);
}
.c-project-next_title .o-letter:nth-child(16) {
  transition-delay: calc(0s + 0.015s * 16);
}
.c-project-next_title .o-letter:nth-child(17) {
  transition-delay: calc(0s + 0.015s * 17);
}
.c-project-next_title .o-letter:nth-child(18) {
  transition-delay: calc(0s + 0.015s * 18);
}
.c-project-next_title .o-letter:nth-child(19) {
  transition-delay: calc(0s + 0.015s * 19);
}
.c-project-next_title .o-letter:nth-child(20) {
  transition-delay: calc(0s + 0.015s * 20);
}
.c-project-next_title .o-letter:nth-child(21) {
  transition-delay: calc(0s + 0.015s * 21);
}
.c-project-next_title .o-letter:nth-child(22) {
  transition-delay: calc(0s + 0.015s * 22);
}
.c-project-next_title .o-letter:nth-child(23) {
  transition-delay: calc(0s + 0.015s * 23);
}
.c-project-next_title .o-letter:nth-child(24) {
  transition-delay: calc(0s + 0.015s * 24);
}
.c-project-next_title .o-letter:nth-child(25) {
  transition-delay: calc(0s + 0.015s * 25);
}
.c-project-next_title .o-letter:nth-child(26) {
  transition-delay: calc(0s + 0.015s * 26);
}
.c-project-next_title .o-letter:nth-child(27) {
  transition-delay: calc(0s + 0.015s * 27);
}
.c-project-next_title .o-letter:nth-child(28) {
  transition-delay: calc(0s + 0.015s * 28);
}
.c-project-next_title .o-letter:nth-child(29) {
  transition-delay: calc(0s + 0.015s * 29);
}
.has-dom-animated body.show-next:not(.menu-open) .c-project-next_title:before {
  transform: translate3d(0, 0%, 0);
}
.has-dom-animated body.show-next:not(.menu-open) .c-project-next_title .o-letter {
  transform: translate3d(0, 0%, 0);
}
.has-dom-animated body.show-next:not(.menu-open) .c-project-next_title .o-letter:nth-child(0) {
  transition-delay: calc(0.25s + 0.015s * -1);
}
.has-dom-animated body.show-next:not(.menu-open) .c-project-next_title .o-letter:nth-child(1) {
  transition-delay: calc(0.25s + 0.015s * 0);
}
.has-dom-animated body.show-next:not(.menu-open) .c-project-next_title .o-letter:nth-child(2) {
  transition-delay: calc(0.25s + 0.015s * 1);
}
.has-dom-animated body.show-next:not(.menu-open) .c-project-next_title .o-letter:nth-child(3) {
  transition-delay: calc(0.25s + 0.015s * 2);
}
.has-dom-animated body.show-next:not(.menu-open) .c-project-next_title .o-letter:nth-child(4) {
  transition-delay: calc(0.25s + 0.015s * 3);
}
.has-dom-animated body.show-next:not(.menu-open) .c-project-next_title .o-letter:nth-child(5) {
  transition-delay: calc(0.25s + 0.015s * 4);
}
.has-dom-animated body.show-next:not(.menu-open) .c-project-next_title .o-letter:nth-child(6) {
  transition-delay: calc(0.25s + 0.015s * 5);
}
.has-dom-animated body.show-next:not(.menu-open) .c-project-next_title .o-letter:nth-child(7) {
  transition-delay: calc(0.25s + 0.015s * 6);
}
.has-dom-animated body.show-next:not(.menu-open) .c-project-next_title .o-letter:nth-child(8) {
  transition-delay: calc(0.25s + 0.015s * 7);
}
.has-dom-animated body.show-next:not(.menu-open) .c-project-next_title .o-letter:nth-child(9) {
  transition-delay: calc(0.25s + 0.015s * 8);
}
.has-dom-animated body.show-next:not(.menu-open) .c-project-next_title .o-letter:nth-child(10) {
  transition-delay: calc(0.25s + 0.015s * 9);
}
.has-dom-animated body.show-next:not(.menu-open) .c-project-next_title .o-letter:nth-child(11) {
  transition-delay: calc(0.25s + 0.015s * 10);
}
.has-dom-animated body.show-next:not(.menu-open) .c-project-next_title .o-letter:nth-child(12) {
  transition-delay: calc(0.25s + 0.015s * 11);
}
.has-dom-animated body.show-next:not(.menu-open) .c-project-next_title .o-letter:nth-child(13) {
  transition-delay: calc(0.25s + 0.015s * 12);
}
.has-dom-animated body.show-next:not(.menu-open) .c-project-next_title .o-letter:nth-child(14) {
  transition-delay: calc(0.25s + 0.015s * 13);
}
.has-dom-animated body.show-next:not(.menu-open) .c-project-next_title .o-letter:nth-child(15) {
  transition-delay: calc(0.25s + 0.015s * 14);
}
.has-dom-animated body.show-next:not(.menu-open) .c-project-next_title .o-letter:nth-child(16) {
  transition-delay: calc(0.25s + 0.015s * 15);
}
.has-dom-animated body.show-next:not(.menu-open) .c-project-next_title .o-letter:nth-child(17) {
  transition-delay: calc(0.25s + 0.015s * 16);
}
.has-dom-animated body.show-next:not(.menu-open) .c-project-next_title .o-letter:nth-child(18) {
  transition-delay: calc(0.25s + 0.015s * 17);
}
.has-dom-animated body.show-next:not(.menu-open) .c-project-next_title .o-letter:nth-child(19) {
  transition-delay: calc(0.25s + 0.015s * 18);
}
.has-dom-animated body.show-next:not(.menu-open) .c-project-next_title .o-letter:nth-child(20) {
  transition-delay: calc(0.25s + 0.015s * 19);
}
.has-dom-animated body.show-next:not(.menu-open) .c-project-next_title .o-letter:nth-child(21) {
  transition-delay: calc(0.25s + 0.015s * 20);
}
.has-dom-animated body.show-next:not(.menu-open) .c-project-next_title .o-letter:nth-child(22) {
  transition-delay: calc(0.25s + 0.015s * 21);
}
.has-dom-animated body.show-next:not(.menu-open) .c-project-next_title .o-letter:nth-child(23) {
  transition-delay: calc(0.25s + 0.015s * 22);
}
.has-dom-animated body.show-next:not(.menu-open) .c-project-next_title .o-letter:nth-child(24) {
  transition-delay: calc(0.25s + 0.015s * 23);
}
.has-dom-animated body.show-next:not(.menu-open) .c-project-next_title .o-letter:nth-child(25) {
  transition-delay: calc(0.25s + 0.015s * 24);
}
.has-dom-animated body.show-next:not(.menu-open) .c-project-next_title .o-letter:nth-child(26) {
  transition-delay: calc(0.25s + 0.015s * 25);
}
.has-dom-animated body.show-next:not(.menu-open) .c-project-next_title .o-letter:nth-child(27) {
  transition-delay: calc(0.25s + 0.015s * 26);
}
.has-dom-animated body.show-next:not(.menu-open) .c-project-next_title .o-letter:nth-child(28) {
  transition-delay: calc(0.25s + 0.015s * 27);
}
.has-dom-animated body.show-next:not(.menu-open) .c-project-next_title .o-letter:nth-child(29) {
  transition-delay: calc(0.25s + 0.015s * 28);
}

.c-project-next_image {
  position: relative;
  width: 100%;
  height: 40vh;
  overflow: hidden;
}
.c-project-next_image img, .c-project-next_image video {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0vh);
  transition: transform 0.5s cubic-bezier(0.365, 0.305, 0, 1);
}
.has-dom-animated body.show-next:not(.menu-open) .c-project-next_image img, .has-dom-animated body.show-next:not(.menu-open) .c-project-next_image video {
  transform: translate(-50%, -25vh);
}
.has-dom-animated body.show-next:not(.menu-open) .c-project-next:hover .c-project-next_image img, .has-dom-animated body.show-next:not(.menu-open) .c-project-next:hover .c-project-next_image video {
  transform: translate(-50%, -40vh);
}

.c-project-info {
  color: #FFFFFF;
}

.c-project-info_inner {
  background-color: #1f1f1f;
  padding: 3.125rem;
  min-height: 100vh;
}

.c-project-info_title {
  position: fixed;
  top: 60vh;
  left: 3.125rem;
  width: 100%;
  text-transform: uppercase;
  -webkit-text-stroke: 0.1vw #FFFFFF;
  text-stroke: 0.1vw #FFFFFF;
  overflow: hidden;
}
@media (max-width: 999px) {
  .c-project-info_title {
    display: none;
  }
}
.c-project-info_title .o-letter {
  display: inline-block;
  transform: translate3d(0, 0%, 0);
  transition: transform 0.75s cubic-bezier(0.365, 0.305, 0, 1);
}
.c-project-info_title .o-letter.-empty {
  width: 0.3em;
}
.c-project-info_title .o-letter:nth-child(0) {
  transition-delay: calc(0s + 0.015s * 0);
}
.c-project-info_title .o-letter:nth-child(1) {
  transition-delay: calc(0s + 0.015s * 1);
}
.c-project-info_title .o-letter:nth-child(2) {
  transition-delay: calc(0s + 0.015s * 2);
}
.c-project-info_title .o-letter:nth-child(3) {
  transition-delay: calc(0s + 0.015s * 3);
}
.c-project-info_title .o-letter:nth-child(4) {
  transition-delay: calc(0s + 0.015s * 4);
}
.c-project-info_title .o-letter:nth-child(5) {
  transition-delay: calc(0s + 0.015s * 5);
}
.c-project-info_title .o-letter:nth-child(6) {
  transition-delay: calc(0s + 0.015s * 6);
}
.c-project-info_title .o-letter:nth-child(7) {
  transition-delay: calc(0s + 0.015s * 7);
}
.c-project-info_title .o-letter:nth-child(8) {
  transition-delay: calc(0s + 0.015s * 8);
}
.c-project-info_title .o-letter:nth-child(9) {
  transition-delay: calc(0s + 0.015s * 9);
}
.c-project-info_title .o-letter:nth-child(10) {
  transition-delay: calc(0s + 0.015s * 10);
}
.c-project-info_title .o-letter:nth-child(11) {
  transition-delay: calc(0s + 0.015s * 11);
}
.c-project-info_title .o-letter:nth-child(12) {
  transition-delay: calc(0s + 0.015s * 12);
}
.c-project-info_title .o-letter:nth-child(13) {
  transition-delay: calc(0s + 0.015s * 13);
}
.c-project-info_title .o-letter:nth-child(14) {
  transition-delay: calc(0s + 0.015s * 14);
}
.c-project-info_title .o-letter:nth-child(15) {
  transition-delay: calc(0s + 0.015s * 15);
}
.c-project-info_title .o-letter:nth-child(16) {
  transition-delay: calc(0s + 0.015s * 16);
}
.c-project-info_title .o-letter:nth-child(17) {
  transition-delay: calc(0s + 0.015s * 17);
}
.c-project-info_title .o-letter:nth-child(18) {
  transition-delay: calc(0s + 0.015s * 18);
}
.c-project-info_title .o-letter:nth-child(19) {
  transition-delay: calc(0s + 0.015s * 19);
}
.c-project-info_title .o-letter:nth-child(20) {
  transition-delay: calc(0s + 0.015s * 20);
}
.c-project-info_title .o-letter:nth-child(21) {
  transition-delay: calc(0s + 0.015s * 21);
}
.c-project-info_title .o-letter:nth-child(22) {
  transition-delay: calc(0s + 0.015s * 22);
}
.c-project-info_title .o-letter:nth-child(23) {
  transition-delay: calc(0s + 0.015s * 23);
}
.c-project-info_title .o-letter:nth-child(24) {
  transition-delay: calc(0s + 0.015s * 24);
}
.c-project-info_title .o-letter:nth-child(25) {
  transition-delay: calc(0s + 0.015s * 25);
}
.c-project-info_title .o-letter:nth-child(26) {
  transition-delay: calc(0s + 0.015s * 26);
}
.c-project-info_title .o-letter:nth-child(27) {
  transition-delay: calc(0s + 0.015s * 27);
}
.c-project-info_title .o-letter:nth-child(28) {
  transition-delay: calc(0s + 0.015s * 28);
}
.c-project-info_title .o-letter:nth-child(29) {
  transition-delay: calc(0s + 0.015s * 29);
}
.c-modal.-active:not(.-hold) .c-project-info_title .o-letter {
  transform: translate3d(0, 100%, 0);
}
.c-modal.-active:not(.-hold) .c-project-info_title .o-letter:nth-child(0) {
  transition-delay: calc(0.3s + 0.015s * 0);
}
.c-modal.-active:not(.-hold) .c-project-info_title .o-letter:nth-child(1) {
  transition-delay: calc(0.3s + 0.015s * 1);
}
.c-modal.-active:not(.-hold) .c-project-info_title .o-letter:nth-child(2) {
  transition-delay: calc(0.3s + 0.015s * 2);
}
.c-modal.-active:not(.-hold) .c-project-info_title .o-letter:nth-child(3) {
  transition-delay: calc(0.3s + 0.015s * 3);
}
.c-modal.-active:not(.-hold) .c-project-info_title .o-letter:nth-child(4) {
  transition-delay: calc(0.3s + 0.015s * 4);
}
.c-modal.-active:not(.-hold) .c-project-info_title .o-letter:nth-child(5) {
  transition-delay: calc(0.3s + 0.015s * 5);
}
.c-modal.-active:not(.-hold) .c-project-info_title .o-letter:nth-child(6) {
  transition-delay: calc(0.3s + 0.015s * 6);
}
.c-modal.-active:not(.-hold) .c-project-info_title .o-letter:nth-child(7) {
  transition-delay: calc(0.3s + 0.015s * 7);
}
.c-modal.-active:not(.-hold) .c-project-info_title .o-letter:nth-child(8) {
  transition-delay: calc(0.3s + 0.015s * 8);
}
.c-modal.-active:not(.-hold) .c-project-info_title .o-letter:nth-child(9) {
  transition-delay: calc(0.3s + 0.015s * 9);
}
.c-modal.-active:not(.-hold) .c-project-info_title .o-letter:nth-child(10) {
  transition-delay: calc(0.3s + 0.015s * 10);
}
.c-modal.-active:not(.-hold) .c-project-info_title .o-letter:nth-child(11) {
  transition-delay: calc(0.3s + 0.015s * 11);
}
.c-modal.-active:not(.-hold) .c-project-info_title .o-letter:nth-child(12) {
  transition-delay: calc(0.3s + 0.015s * 12);
}
.c-modal.-active:not(.-hold) .c-project-info_title .o-letter:nth-child(13) {
  transition-delay: calc(0.3s + 0.015s * 13);
}
.c-modal.-active:not(.-hold) .c-project-info_title .o-letter:nth-child(14) {
  transition-delay: calc(0.3s + 0.015s * 14);
}
.c-modal.-active:not(.-hold) .c-project-info_title .o-letter:nth-child(15) {
  transition-delay: calc(0.3s + 0.015s * 15);
}
.c-modal.-active:not(.-hold) .c-project-info_title .o-letter:nth-child(16) {
  transition-delay: calc(0.3s + 0.015s * 16);
}
.c-modal.-active:not(.-hold) .c-project-info_title .o-letter:nth-child(17) {
  transition-delay: calc(0.3s + 0.015s * 17);
}
.c-modal.-active:not(.-hold) .c-project-info_title .o-letter:nth-child(18) {
  transition-delay: calc(0.3s + 0.015s * 18);
}
.c-modal.-active:not(.-hold) .c-project-info_title .o-letter:nth-child(19) {
  transition-delay: calc(0.3s + 0.015s * 19);
}
.c-modal.-active:not(.-hold) .c-project-info_title .o-letter:nth-child(20) {
  transition-delay: calc(0.3s + 0.015s * 20);
}
.c-modal.-active:not(.-hold) .c-project-info_title .o-letter:nth-child(21) {
  transition-delay: calc(0.3s + 0.015s * 21);
}
.c-modal.-active:not(.-hold) .c-project-info_title .o-letter:nth-child(22) {
  transition-delay: calc(0.3s + 0.015s * 22);
}
.c-modal.-active:not(.-hold) .c-project-info_title .o-letter:nth-child(23) {
  transition-delay: calc(0.3s + 0.015s * 23);
}
.c-modal.-active:not(.-hold) .c-project-info_title .o-letter:nth-child(24) {
  transition-delay: calc(0.3s + 0.015s * 24);
}
.c-modal.-active:not(.-hold) .c-project-info_title .o-letter:nth-child(25) {
  transition-delay: calc(0.3s + 0.015s * 25);
}
.c-modal.-active:not(.-hold) .c-project-info_title .o-letter:nth-child(26) {
  transition-delay: calc(0.3s + 0.015s * 26);
}
.c-modal.-active:not(.-hold) .c-project-info_title .o-letter:nth-child(27) {
  transition-delay: calc(0.3s + 0.015s * 27);
}
.c-modal.-active:not(.-hold) .c-project-info_title .o-letter:nth-child(28) {
  transition-delay: calc(0.3s + 0.015s * 28);
}
.c-modal.-active:not(.-hold) .c-project-info_title .o-letter:nth-child(29) {
  transition-delay: calc(0.3s + 0.015s * 29);
}

.c-project-info_desc {
  display: block;
  font-size: 1.375rem;
  width: 31.25rem;
  max-width: 100%;
  margin-top: 0;
  transform: translate3d(0, -100px, 0);
  opacity: 0;
  transition: opacity 0s ease 0.75s, transform 0s cubic-bezier(0.365, 0.305, 0, 1) 0.75s;
}
.c-modal.-active:not(.-hold) .c-project-info_desc {
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  transition: opacity 0.75s ease 0.25s, transform 0.75s cubic-bezier(0.365, 0.305, 0, 1) 0.25s;
}

.c-project-info_credits {
  transform: translate3d(0, -100px, 0);
  opacity: 0;
  transition: opacity 0s ease 0.75s, transform 0s cubic-bezier(0.365, 0.305, 0, 1) 0.75s;
}
.c-modal.-active:not(.-hold) .c-project-info_credits {
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  transition: opacity 0.75s ease 0.28s, transform 0.75s cubic-bezier(0.365, 0.305, 0, 1) 0.28s;
}
.c-project-info_credits p {
  margin: 0;
}
.c-project-info_credits a {
  color: #FFFFFF;
  text-decoration: underline;
}
.c-project-info_credits a:hover {
  color: #cccccc;
}

.c-picture-viewer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  cursor: zoom-out;
}

.c-picture-viewer_wrapper {
  position: absolute;
  top: 0;
  left: 0;
}

.c-picture-viewer_image {
  width: 100%;
  transform-origin: center center;
}

.c-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 900;
}
.c-mobile-overlay .c-header {
  color: #FFFFFF;
}

.c-mobile-overlay_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1f1f1f;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: -1px;
  pointer-events: none;
  transform: translateX(100%) translate3d(0, 0, 0);
  transition: transform 0.75s cubic-bezier(0.365, 0.305, 0, 1);
  z-index: 1000;
  overflow: hidden;
}
.c-modal.-active {
  transform: translateX(0%) translate3d(0, 0, 0);
  transition: transform 0.75s cubic-bezier(0.365, 0.305, 0, 1);
  pointer-events: all;
}
.c-modal.-active.-hold {
  transform: translateX(1%) translate3d(0, 0, 0);
  transition-duration: 5s;
  pointer-events: none;
}
.c-modal.-left {
  transition-duration: 3s;
}

.c-modal_inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -1px;
  transform: translateX(-100%) translate3d(0, 0, 0);
  transition: transform 0.75s cubic-bezier(0.365, 0.305, 0, 1);
}
.c-modal.-active .c-modal_inner {
  transform: translateX(0%) translate3d(0, 0, 0);
  transition: transform 0.75s cubic-bezier(0.365, 0.305, 0, 1);
}
.c-modal.-active.-hold .c-modal_inner {
  transform: translateX(-1%) translate3d(0, 0, 0);
  transition-duration: 5s;
}
.c-modal.-left .c-modal_inner {
  transition-duration: 3s;
}

.c-modal_close {
  position: absolute;
  top: 3.125rem;
  right: 3.125rem;
  z-index: 10;
}
@media (max-width: 999px) {
  .c-modal_close {
    top: initial;
    right: 3.125rem;
    bottom: 3.125rem;
  }
}
@media (max-width: 399px) {
  .c-modal_close {
    top: initial;
    right: 1.5625rem;
    bottom: 1.5625rem;
  }
}

.c-about .c-header {
  z-index: 550;
}

.c-about_content {
  padding-left: 3.125rem;
  padding-right: 18.75rem;
  padding-top: 6.25rem;
  font-size: 1.25rem;
}
@media (min-width: 1600px) {
  .c-about_content {
    font-size: 1.0625rem;
  }
}
@media (max-width: 1399px) {
  .c-about_content {
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .c-about_content {
    padding-top: 15.625rem;
    padding-left: 3.125rem;
  }
}
@media (max-width: 699px) {
  .c-about_content {
    padding-right: 3.125rem;
  }
}
@media (max-width: 399px) {
  .c-about_content {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.c-about_half-zone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vh;
}

.c-about_inspired {
  position: fixed;
  bottom: 3.125rem;
  left: 3.125rem;
  text-transform: uppercase;
  font-size: 7vw;
  line-height: 1.3;
  z-index: 505;
}
.c-about_inspired > span {
  display: block;
  overflow: hidden;
  margin-bottom: -0.3em;
}
.c-about_inspired > span > span {
  display: block;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.5s;
}
.has-dom-animated body:not(.menu-open) .-inspired .c-about_inspired > span > span {
  transform: translate3d(0, 0%, 0);
  transition: transform 0.75s cubic-bezier(0.365, 0.305, 0, 1);
}
.has-dom-animated body:not(.menu-open) .-inspired .c-about_inspired > span:nth-child(0) > span {
  transition-delay: calc(0s + 0.05s * 3);
}
.has-dom-animated body:not(.menu-open) .-inspired .c-about_inspired > span:nth-child(1) > span {
  transition-delay: calc(0s + 0.05s * 2);
}
.has-dom-animated body:not(.menu-open) .-inspired .c-about_inspired > span:nth-child(2) > span {
  transition-delay: calc(0s + 0.05s * 1);
}
.has-dom-animated body:not(.menu-open) .-inspired .c-about_inspired > span:nth-child(3) > span {
  transition-delay: calc(0s + 0.05s * 0);
}
@media (max-width: 1199px) {
  .c-about_inspired {
    font-size: 5vw;
  }
}
@media (max-width: 999px) {
  .c-about_inspired {
    display: none;
  }
}

.c-about_block {
  margin-bottom: 6.25rem;
  transform: translate3d(0, 50px, 0);
  opacity: 0;
  transition: transform 0.5s ease-in, opacity 0.5s ease;
}
.has-dom-animated body:not(.menu-open) .c-about_block {
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  transition: transform 0.75s cubic-bezier(0.365, 0.305, 0, 1), opacity 0.5s ease;
}

.c-about_title {
  margin-bottom: 3.75rem;
  font-weight: 300;
}
.c-about_title .u-line {
  transform: translate3d(0, 50%, 0);
  opacity: 0;
  transition: transform 0.75s cubic-bezier(0.365, 0.305, 0, 1), opacity 0.5s ease;
}
.c-about_title .u-line:nth-child(0) {
  transition-delay: calc(0s + 0.025s * 0), calc(0s + 0.025s * 0);
}
.c-about_title .u-line:nth-child(1) {
  transition-delay: calc(0s + 0.025s * 1), calc(0s + 0.025s * 1);
}
.c-about_title .u-line:nth-child(2) {
  transition-delay: calc(0s + 0.025s * 2), calc(0s + 0.025s * 2);
}
.c-about_title .u-line:nth-child(3) {
  transition-delay: calc(0s + 0.025s * 3), calc(0s + 0.025s * 3);
}
.has-dom-animated body:not(.menu-open) .c-about_title .u-line {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.c-about_picture_wrapper {
  position: absolute;
  top: 100vh;
  left: 3.125rem;
  width: 35%;
  z-index: 510;
  transform: translateY(calc(-100% - 3.125rem));
}
@media (min-width: 1000px) and (min-aspect-ratio: 18/8) {
  .c-about_picture_wrapper {
    width: auto;
    height: 55%;
  }
}
@media (max-width: 999px) {
  .c-about_picture_wrapper {
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
    margin-bottom: 6.25rem;
    transform: translate3d(0, 0, 0);
  }
}

.c-about_picture {
  overflow: hidden;
}
.c-about_picture img {
  width: 100%;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.5s ease-in;
}
.has-dom-animated body:not(.menu-open) .c-about_picture img {
  transform: translate3d(0, 0%, 0);
  transition: transform 1s cubic-bezier(0.365, 0.305, 0, 1);
}
@media (min-width: 1000px) and (min-aspect-ratio: 18/8) {
  .c-about_picture img {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 999px) {
  .c-about_picture {
    transform: none !important;
  }
}

.c-about_awards_block {
  margin-bottom: 6.25rem;
}

.c-contact_inner {
  position: relative;
  padding: 3.125rem;
  height: 200vh;
  pointer-events: none;
}
@media (max-width: 999px) {
  .c-contact_inner {
    padding-top: 12.5rem;
  }
}
@media (max-width: 399px) {
  .c-contact_inner {
    padding: 1.5625rem;
    padding-top: 12.5rem;
  }
}

.c-contact_picture {
  position: absolute;
  top: calc(100vh - 3.125rem);
  left: 3.125rem;
  transform: translateY(-100%);
  width: calc(100% - 40.625rem);
  z-index: 510;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .c-contact_picture {
    width: 50%;
  }
}
@media (max-width: 999px) {
  .c-contact_picture {
    position: static;
    top: initial;
    left: initial;
    transform: translate3d(0, 0, 0);
    width: 100%;
  }
}
.c-contact_picture img {
  width: 100%;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.5s ease-in;
}
.has-dom-animated body:not(.menu-open) .c-contact_picture img {
  transform: translate3d(0, 0%, 0);
  transition: transform 1s cubic-bezier(0.365, 0.305, 0, 1);
}

.c-contact_half-zone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vh;
}

.c-contact_emoji {
  width: 8vw;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  line-height: 0;
}
.has-dom-animated body:not(.menu-open) .-hello .c-contact_emoji {
  opacity: 1;
}
@media (max-width: 999px) {
  .c-contact_emoji {
    width: 16vw;
  }
}

.c-contact_hello {
  position: fixed;
  bottom: 3.125rem;
  left: 3.125rem;
  text-transform: uppercase;
  font-size: 7vw;
  line-height: 1.3;
  z-index: 505;
  pointer-events: all;
}
html:not(.has-smooth-scroll) .c-contact_hello {
  transform: none !important;
}
.c-contact_hello > span {
  display: block;
  overflow: hidden;
  margin-bottom: -0.3em;
}
.c-contact_hello > span > span {
  display: block;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.5s;
}
.has-dom-animated body:not(.menu-open) .-hello .c-contact_hello > span > span {
  transform: translate3d(0, 0%, 0);
  transition: transform 0.75s cubic-bezier(0.365, 0.305, 0, 1);
}
.has-dom-animated body:not(.menu-open) .-hello .c-contact_hello > span:nth-child(0) > span {
  transition-delay: calc(0s + 0.05s * 3);
}
.has-dom-animated body:not(.menu-open) .-hello .c-contact_hello > span:nth-child(1) > span {
  transition-delay: calc(0s + 0.05s * 2);
}
.has-dom-animated body:not(.menu-open) .-hello .c-contact_hello > span:nth-child(2) > span {
  transition-delay: calc(0s + 0.05s * 1);
}
.has-dom-animated body:not(.menu-open) .-hello .c-contact_hello > span:nth-child(3) > span {
  transition-delay: calc(0s + 0.05s * 0);
}
@media (max-width: 999px) {
  .c-contact_hello {
    font-size: 12vw;
    bottom: 6.25rem;
  }
  .c-contact_hello > span:nth-child(2) > span:after {
    width: 6vw;
    height: 6vw;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
  }
}
@media (max-width: 399px) {
  .c-contact_hello {
    left: 1.5625rem;
  }
}

.c-contact_side {
  position: fixed;
  top: 0;
  right: 9.375rem;
  height: 100%;
  display: flex;
  padding: 9.375rem 0 3.125rem 0;
  pointer-events: all;
}
body.menu-open .c-contact_side {
  pointer-events: none;
}
@media (max-width: 999px) {
  .c-contact_side {
    position: relative;
    top: initial;
    right: initial;
    height: auto;
    flex-direction: column;
  }
}

.c-contact_side_item {
  position: relative;
  width: 9.375rem;
  height: 100%;
}
.c-contact_side_item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #FFFFFF;
  transform: scale3d(1, 0, 1);
  transform-origin: bottom center;
  transition: transform 0.75s cubic-bezier(0.365, 0.305, 0, 1);
}
.c-contact_side_item:nth-child(2):before {
  transition-delay: 0.1s;
}
.has-dom-animated body:not(.menu-open) .c-contact_side_item:before {
  transform: scale3d(1, 1, 1);
}
.has-dom-animated body:not(.menu-open) .c-contact_side_item:nth-child(2):before {
  transition-delay: 0s;
}
.has-dom-animated body:not(.menu-open) .c-contact_side_item:nth-child(1):before {
  transition-delay: 0.1s;
}
@media (max-width: 999px) {
  .c-contact_side_item {
    position: relative;
    width: 100%;
    height: auto;
  }
  .c-contact_side_item:before {
    width: 100%;
    height: 2px;
    transform: scale3d(0, 1, 1);
    transform-origin: left center;
  }
}

.c-contact_side_item_main {
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: top left;
  transform: translateY(100%) rotate(-90deg);
  padding-top: 1.5625rem;
  white-space: nowrap;
  display: flex;
}
.c-contact_side_item_main span {
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 0.5s ease-in 0.2s, opacity 0.5s ease 0.2s;
}
.has-dom-animated body:not(.menu-open) .c-contact_side_item_main span {
  opacity: 1;
  transform: translateY(0%);
  transition: transform 0.5s cubic-bezier(0.365, 0.305, 0, 1), opacity 0.5s ease;
}
@media (max-width: 999px) {
  .c-contact_side_item_main {
    position: relative;
    transform: none;
  }
}

.c-contact_side_item_logo-consulat {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 11.875rem;
  padding: 0 1.5625rem;
  opacity: 0;
  transform: translate3d(-3.125rem, 0, 0);
  transition: transform 0.5s ease-in, opacity 0.5s ease;
}
.has-dom-animated body:not(.menu-open) .c-contact_side_item_logo-consulat {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.5s cubic-bezier(0.365, 0.305, 0, 1), opacity 0.5s ease;
}
@media (max-width: 999px) {
  .c-contact_side_item_logo-consulat {
    left: initial;
    bottom: initial;
    top: 1.5625rem;
    right: 0;
    padding: 0;
    width: 100px;
    height: 50px;
    transform: translate3d(0, -3.125rem, 0);
  }
}

.c-contact_side_item_top {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top left;
  transform: rotate(-90deg) translateX(-100%);
  height: 6.25rem;
  width: 12.5rem;
  padding-top: 1.5625rem;
}
.c-contact_side_item_top > * {
  display: block;
  opacity: 0;
  transform: translate3d(0, -3.125rem, 0);
  transition: transform 0.5s ease-in, opacity 0.5s ease;
}
.has-dom-animated body:not(.menu-open) .c-contact_side_item_top > * {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.5s cubic-bezier(0.365, 0.305, 0, 1) 0.2s, opacity 0.5s ease 0.2s;
}
@media (max-width: 999px) {
  .c-contact_side_item_top {
    position: relative;
    transform: none;
  }
}

.c-contact_side_item_mailto {
  text-decoration: underline;
}

.c-video-player_wrapper {
  background: #1f1f1f;
}
.c-video-player_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-video-player_inner {
  padding: 56.25% 0 0 0;
  position: absolute;
  width: 75%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 999px) {
  .c-video-player_inner {
    width: 100%;
  }
}

.c-video-reel iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.c-video-reel_wrapper {
  background-color: #1f1f1f;
  cursor: pointer;
}

.c-video-reel_close {
  z-index: 10;
}

.c-video-reel_toggler {
  opacity: 0;
  transition: opacity 0.25s ease;
  transition-delay: 0.25s;
}
html[data-template=home] .c-video-reel_toggler {
  position: fixed;
  top: 40%;
  left: 68.75%;
  z-index: 600;
  transform: translate(-50%, -50%);
}
@media (max-width: 699px) {
  html[data-template=home] .c-video-reel_toggler {
    position: absolute;
    z-index: 500;
    top: calc(200px + 1.5625rem);
    left: calc(100% - 80px);
  }
  html[data-template=home] .c-video-reel_toggler .o-circular-btn {
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 399px) {
  html[data-template=home] .c-video-reel_toggler {
    top: calc(180px + 1.5625rem);
  }
}
.c-home-hero_wrapper .c-video-reel_toggler {
  transition: transform 1s cubic-bezier(0.365, 0.305, 0, 1), opacity 0.25s ease;
  transform: translate(-50%, -50%) scale(0) !important;
}
.c-home-hero_wrapper.is-active .c-video-reel_toggler {
  transition-delay: 0.2s;
  transform: translate(-50%, -50%) scale(1) !important;
}
.has-dom-animated .c-video-reel_toggler {
  opacity: 1;
  transition-delay: 0s;
}

.c-error_title {
  position: fixed;
  bottom: 3.125rem;
  left: 3.125rem;
  text-transform: uppercase;
  font-size: 7vw;
  line-height: 1.3;
  z-index: 505;
}
.c-error_title > span {
  display: block;
  overflow: hidden;
  margin-bottom: -0.3em;
}
.c-error_title > span > span {
  display: block;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.5s;
}
.has-dom-animated body:not(.menu-open) .c-error_title > span > span {
  transform: translate3d(0, 0%, 0);
  transition: transform 0.75s cubic-bezier(0.365, 0.305, 0, 1);
}
.has-dom-animated body:not(.menu-open) .c-error_title > span:nth-child(0) > span {
  transition-delay: calc(0s + 0.05s * 3);
}
.has-dom-animated body:not(.menu-open) .c-error_title > span:nth-child(1) > span {
  transition-delay: calc(0s + 0.05s * 2);
}
.has-dom-animated body:not(.menu-open) .c-error_title > span:nth-child(2) > span {
  transition-delay: calc(0s + 0.05s * 1);
}
.has-dom-animated body:not(.menu-open) .c-error_title > span:nth-child(3) > span {
  transition-delay: calc(0s + 0.05s * 0);
}
@media (max-width: 999px) {
  .c-error_title {
    font-size: 12vw;
    bottom: 6.25rem;
  }
  .c-error_title > span:nth-child(2) > span:after {
    width: 6vw;
    height: 6vw;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
  }
}
@media (max-width: 399px) {
  .c-error_title {
    left: 1.5625rem;
  }
}

.c-error_emoji {
  position: relative;
  width: 8vw;
  display: inline-block;
  line-height: 0;
  z-index: 510;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.has-dom-animated body:not(.menu-open) .c-error_emoji {
  opacity: 1;
}
@media (max-width: 999px) {
  .c-error_emoji {
    width: 16vw;
  }
}

.c-home-hero {
  height: 100vh;
  position: relative;
  transition: opacity 0.75s ease;
  overflow: hidden;
  z-index: 0;
}
.menu-open .c-home-hero {
  opacity: 0;
}

.c-home-hero_picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-home-hero_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: inset(0 0 0 0);
  z-index: 2;
}
.c-home-hero_wrapper.is-active {
  z-index: 1;
}
.c-home-hero_wrapper:not(.is-active) {
  transition: clip-path 0.75s ease-in-out, transform 0.75s ease-in-out;
  clip-path: inset(0 100% 0 0);
  transform: scale(1.2);
}

.c-home-hero_picture_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-home-hero_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.c-home-hero_video.is-loaded {
  opacity: 1;
}

.c-home-hero_video_video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-hero_categories {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  justify-content: flex-end;
  width: calc(100% - 3.125rem);
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 399px) {
  .c-hero_categories {
    left: 1.5625rem;
  }
}
@media (min-width: 400px) {
  .c-hero_categories {
    left: 3.125rem;
  }
}
@media (max-width: 999px) {
  .c-hero_categories {
    height: calc(100svh - 65px);
  }
}
@media (min-width: 1000px) {
  .c-hero_categories {
    left: 3.125rem;
    height: 100vh;
    padding-bottom: 3.125rem;
  }
}
.c-preloader .c-hero_categories {
  color: white;
  opacity: 0;
}
html[data-template=home] .has-hero .c-preloader .c-hero_categories {
  opacity: 1;
}

.c-hero_categories_inner {
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
  align-items: flex-start;
}

.c-hero_categories_wrapper {
  display: flex;
  align-items: center;
}

.c-hero_categories_item {
  font-weight: 500;
  letter-spacing: -0.4vw;
  margin: 0px;
  line-height: 0.7;
  transition: opacity 0.25s ease, transform 1.2s cubic-bezier(0.365, 0.305, 0, 1);
  pointer-events: auto;
  cursor: pointer;
  color: white !important;
  opacity: 0.4;
}
@media (max-width: 699px) {
  .c-hero_categories_item {
    font-size: 7.1vw;
  }
}
@media (min-width: 700px) {
  .c-hero_categories_item {
    font-size: 6vw;
  }
}
.c-hero_categories_item.is-active {
  opacity: 1;
}
.c-hero_categories_item.-disabled {
  pointer-events: none;
}
.c-hero_categories_item:hover {
  opacity: 1;
  color: white;
}
.c-hero_categories_item.-animated {
  position: absolute;
}
@media (max-width: 699px) {
  .c-hero_categories_item.-animated {
    right: 3.125rem;
    transform: translate3d(-45vw, 0, 0);
  }
}
@media (min-width: 700px) {
  .c-hero_categories_item.-animated {
    right: 18.75rem;
    transform: translate3d(-35vw, 0, 0);
  }
}
@media (min-width: 1000px) {
  .c-hero_categories_item.-animated {
    transform: translate3d(-45vw, 0, 0);
  }
}
@media (min-width: 1600px) {
  .c-hero_categories_item.-animated {
    transform: translate3d(-50vw, 0, 0);
  }
}
@media (min-width: 2000px) {
  .c-hero_categories_item.-animated {
    transform: translate3d(-53vw, 0, 0);
  }
}
.menu-open .c-hero_categories_item {
  opacity: 0;
}
.-filter-transition .c-hero_categories_item, .has-dom-loaded .c-hero_categories_item.-animated {
  transform: translate3d(0, 0, 0);
}

.c-hero_toggle {
  position: absolute;
  top: calc(100vh - 3.125rem);
}

.c-hero_progress {
  width: 0px;
  height: 4px;
  background-color: white;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}

.u-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.u-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

[hidden][aria-hidden=false] {
  position: absolute;
  display: inherit;
  clip: rect(0, 0, 0, 0);
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

/**
 * Completely remove from the flow but leave available to screen readers.
 */
.u-screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

@media not print {
  .u-screen-reader-text\@screen {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
  }
}
/*
 * Extends the `.screen-reader-text` class to allow the element
 * to be focusable when navigated to via the keyboard.
 *
 * @link https://www.drupal.org/node/897638
 * @todo Define styles when focused.
 */
.u-screen-reader-text.-focusable:focus, .u-screen-reader-text.-focusable:active {
  clip: auto;
  width: auto;
  height: auto;
}

.u-line {
  display: block;
}

.u-tab {
  display: inline-block;
  width: 2em;
}

/**
 * ARIA roles display visual cursor hints
 */
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/**
 * Control visibility without affecting flow.
 */
.is-visible {
  visibility: visible !important;
  opacity: 1 !important;
}

.is-invisible {
  visibility: hidden !important;
  opacity: 0 !important;
}

/**
 * Completely remove from the flow and screen readers.
 */
.is-hidden {
  display: none !important;
  visibility: hidden !important;
}

@media not print {
  .is-hidden\@screen {
    display: none !important;
    visibility: hidden !important;
  }
}
@media print {
  .is-hidden\@print {
    display: none !important;
    visibility: hidden !important;
  }
}
@media (min-width: 700px) {
  .is-hidden\@from-small {
    display: none;
  }
}

@media (min-width: 500px) {
  .is-hidden\@from-tiny {
    display: none;
  }
}

@media (max-width: 499px) {
  .is-hidden\@to-tiny {
    display: none;
  }
}

.u-1\/1 {
  width: 100% !important;
}

.u-1\/2 {
  width: 50% !important;
}

.u-2\/2 {
  width: 100% !important;
}

.u-1\/3 {
  width: 33.3333333333% !important;
}

.u-2\/3 {
  width: 66.6666666667% !important;
}

.u-3\/3 {
  width: 100% !important;
}

.u-1\/4 {
  width: 25% !important;
}

.u-2\/4 {
  width: 50% !important;
}

.u-3\/4 {
  width: 75% !important;
}

.u-4\/4 {
  width: 100% !important;
}

.u-1\/5 {
  width: 20% !important;
}

.u-2\/5 {
  width: 40% !important;
}

.u-3\/5 {
  width: 60% !important;
}

.u-4\/5 {
  width: 80% !important;
}

.u-5\/5 {
  width: 100% !important;
}

.u-1\/6 {
  width: 16.6666666667% !important;
}

.u-2\/6 {
  width: 33.3333333333% !important;
}

.u-3\/6 {
  width: 50% !important;
}

.u-4\/6 {
  width: 66.6666666667% !important;
}

.u-5\/6 {
  width: 83.3333333333% !important;
}

.u-6\/6 {
  width: 100% !important;
}

.u-1\/14 {
  width: 7.1428571429% !important;
}

.u-2\/14 {
  width: 14.2857142857% !important;
}

.u-3\/14 {
  width: 21.4285714286% !important;
}

.u-4\/14 {
  width: 28.5714285714% !important;
}

.u-5\/14 {
  width: 35.7142857143% !important;
}

.u-6\/14 {
  width: 42.8571428571% !important;
}

.u-7\/14 {
  width: 50% !important;
}

.u-8\/14 {
  width: 57.1428571429% !important;
}

.u-9\/14 {
  width: 64.2857142857% !important;
}

.u-10\/14 {
  width: 71.4285714286% !important;
}

.u-11\/14 {
  width: 78.5714285714% !important;
}

.u-12\/14 {
  width: 85.7142857143% !important;
}

.u-13\/14 {
  width: 92.8571428571% !important;
}

.u-14\/14 {
  width: 100% !important;
}

.u-1\/16 {
  width: 6.25% !important;
}

.u-2\/16 {
  width: 12.5% !important;
}

.u-3\/16 {
  width: 18.75% !important;
}

.u-4\/16 {
  width: 25% !important;
}

.u-5\/16 {
  width: 31.25% !important;
}

.u-6\/16 {
  width: 37.5% !important;
}

.u-7\/16 {
  width: 43.75% !important;
}

.u-8\/16 {
  width: 50% !important;
}

.u-9\/16 {
  width: 56.25% !important;
}

.u-10\/16 {
  width: 62.5% !important;
}

.u-11\/16 {
  width: 68.75% !important;
}

.u-12\/16 {
  width: 75% !important;
}

.u-13\/16 {
  width: 81.25% !important;
}

.u-14\/16 {
  width: 87.5% !important;
}

.u-15\/16 {
  width: 93.75% !important;
}

.u-16\/16 {
  width: 100% !important;
}

@media (min-width: 500px) {
  .u-6\/16\@from-tiny {
    width: 37.5%;
  }
}

@media (min-width: 500px) {
  .u-8\/16\@from-tiny {
    width: 50%;
  }
}

@media (min-width: 700px) {
  .u-6\/16\@from-small {
    width: 37.5%;
  }
}

@media (min-width: 700px) {
  .u-8\/16\@from-small {
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .u-1\/2\@from-medium {
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .u-6\/16\@from-medium {
    width: 37.5%;
  }
}

@media (min-width: 1000px) {
  .u-2\/3\@from-medium {
    width: 66.6666666667%;
  }
}

@media (min-width: 1000px) {
  .u-3\/5\@from-medium {
    width: 60%;
  }
}

@media (min-width: 1200px) {
  .u-1\/2\@from-large {
    width: 50%;
  }
}