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

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

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


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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

p,
figure {
  margin: 0;
  padding: 0; }

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

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

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



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;
  -ms-user-select: none;
  user-select: none; }
button:focus, button:hover,
.o-button:focus,
.o-button:hover {
  text-decoration: none; }

@font-face {
  font-family: 'Neue Montreal';
  src: url("../fonts/NeueMontreal-Medium.woff2") format("woff2"), url("../fonts/NeueMontreal-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

html {
  color: #222222;
  font-family: "Neue Montreal";
  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:not(.has-scroll-init) {
  cursor: wait;
  overflow: hidden; }



a {
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #272727; }

.o-h, h1, .o-h1, h2, .o-h2, h3, .o-h3, h4, .o-h4, h5, .o-h5, h6, .o-h6 {
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 400; }

h1, .o-h1 {
  line-height: 0.9;}
@media (max-width: 699px) {
  h1, .o-h1 {
    font-size: 12vw; } }
@media (min-width: 700px) and (max-width: 1599px) {
  h1, .o-h1 {
    font-size: 13.5vw; } }
@media (min-width: 1600px) {
  h1, .o-h1 {
    font-size: 12vw; } }

h2, .o-h2 {
  font-size: 2rem; }

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

h4, .o-h4 {
  line-height: 1.2;
  font-size: 1rem; }

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

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

/* stylelint-disable */
/* stylelint-enable */
.o-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 95rem; }
@media (max-width: 699px) {
  .o-container {
    padding-right: 20px;
    padding-left: 20px; } }
@media (min-width: 700px) {
  .o-container {
    padding-right: 2.5rem;
    padding-left: 2.5rem; } }

/**
 * Create ratio-bound content blocks, to keep media (e.g. images, videos) in
 * their correct aspect ratios.
 *
 * http://alistapart.com/article/creating-intrinsic-ratios-for-video
 *
 * 1. Default cropping is a 1:1 ratio (i.e. a perfect square).
 */
.o-ratio {
  position: relative;
  display: block;
  overflow: hidden; }
.o-ratio:before {
  display: block;
  padding-bottom: 100%;
  /* [1] */
  width: 100%;
  content: ""; }

.o-ratio_content,
.o-ratio > img,
.o-ratio > iframe,
.o-ratio > embed,
.o-ratio > object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%; }

.o-layout {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  margin-left: 0; }
.o-layout.-gutter {
  margin-left: -3.75rem; }
.o-layout.-gutter-small {
  margin-left: -1.875rem; }
.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.75rem; }
.o-layout.-gutter-small > .o-layout_item {
  padding-left: 1.875rem; }
.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-select, .o-textarea {
  padding: 0.625rem;
  border-width: 1px;
  border-style: solid;
  border-color: lightgray;
  background-color: white; }
.o-input:focus, .o-select:focus, .o-textarea:focus {
  border-color: gray; }
.o-input::-webkit-input-placeholder, .o-select::-webkit-input-placeholder, .o-textarea::-webkit-input-placeholder {
  color: gray; }
.o-input::-moz-placeholder, .o-select::-moz-placeholder, .o-textarea::-moz-placeholder {
  color: gray; }
.o-input:-ms-input-placeholder, .o-select:-ms-input-placeholder, .o-textarea:-ms-input-placeholder {
  color: gray; }
.o-input::-ms-input-placeholder, .o-select::-ms-input-placeholder, .o-textarea::-ms-input-placeholder {
  color: gray; }
.o-input::placeholder, .o-select::placeholder, .o-textarea::placeholder {
  color: gray; }

.o-checkbox, .o-radio {
  position: absolute;
  width: 0;
  opacity: 0; }
.o-checkbox:focus + .o-checkbox-label::before, .o-radio:focus + .o-checkbox-label::before, .o-checkbox:focus + .o-radio-label::before, .o-radio:focus + .o-radio-label::before {
  border-color: gray; }
.o-checkbox:checked + .o-checkbox-label::after, .o-radio:checked + .o-checkbox-label::after, .o-checkbox:checked + .o-radio-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 {
  position: relative;
  z-index: 1;
  color: white;
  padding: 2rem 2.1875rem;
  font-size: 1.5rem;
  background-color: #272727;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  text-align: left; }
.o-button::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: center top;
  background-color: #FFFFFF;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
.o-button:focus, .o-button:hover {
  color: #272727; }
.o-button:focus::before, .o-button:hover::before {
  transform: scaleY(1);
  transform-origin: center bottom; }

.o-button_icon {
  display: inline-block;
  vertical-align: middle;
  width: 3.4375rem;
  height: 3.4375rem;
  margin-right: 0.9375rem; }
.o-button_icon svg {
  display: block;
  width: 100%;
  height: 100%; }

.o-button_arrow {
  position: absolute;
  top: 50%;
  right: 2.1875rem;
  transform: translateY(-50%); }

.o-scroll {
  overflow: hidden; }

.o-title {
  margin: 0;
  padding: 2.5rem 0;
  perspective: 600px;
  -webkit-perspective: 600px; }

.o-title_line {
  display: block;
  opacity: 0;
  transform-origin: center top;
  transform-style: preserve-3d;
  transform: translateY(100%) rotateX(-80deg);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 0; }
.o-title.is-inview .o-title_line {
  transform: none;
  opacity: 1; }
.o-title.is-inview .o-title_line:nth-child(1) {
  transition-delay: 0.4s; }
.o-title.is-inview .o-title_line:nth-child(2) {
  transition-delay: 0.5s; }
.o-title.is-inview .o-title_line:nth-child(3) {
  transition-delay: 0.6s; }
.o-title.is-inview .o-title_line:nth-child(4) {
  transition-delay: 0.7s; }
.o-title_line span {
  display: inline-block;
  min-width: 0.05em;
  font-size: 13.5vw; }

.o-image_wrapper {
  position: relative;
  overflow: hidden;
  background-color: #d4c9c9; }

.o-image {
  opacity: 0.75;
  mix-blend-mode: multiply; }
.o-image img {
  width: 100%;
  opacity: 0;
  transform: scale(1.4);
  transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
.o-image.is-inview img {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.6s; }

html.has-scroll-smooth {
  overflow: hidden; }

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.has-scroll-smooth body {
  overflow: hidden; }

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh; }

[data-scroll-direction="horizontal"] [data-scroll-container] {
  white-space: nowrap;
  height: 100vh;
  display: inline-block;
  white-space: nowrap; }

[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap; }

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100vh;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0; }
.c-scrollbar:hover {
  transform: scaleX(1.45); }
.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
  opacity: 1; }
[data-scroll-direction="horizontal"] .c-scrollbar {
  width: 100vw;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1); }
[data-scroll-direction="horizontal"] .c-scrollbar:hover {
  transform: scaleY(1.3); }

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab; }
.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing; }
[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
  right: auto;
  bottom: 0; }

.c-header {
  position: relative; }
@media (max-width: 699px) {
  .c-header {
    height: 50vh;
    min-height: 340px; } }
@media (min-width: 700px) and (max-width: 999px) {
  .c-header {
    height: 80vh;
    min-height: 380px; } }
@media (min-width: 1000px) {
  .c-header {
    height: 100vh;
    min-height: 46.875rem; } }

.c-header_title {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 2.5rem 0;
  perspective: 600px;
  -webkit-perspective: 600px; }

.c-header_line {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
.c-header_line.is-inview {
  transform: scaleX(1); }

.c-header_title_line {
  display: block;
  opacity: 0;
  transform-origin: center top;
  transform-style: preserve-3d;
  transform: translateY(100%) rotateX(-80deg);
  transition: opacity 0s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0s cubic-bezier(0.215, 0.61, 0.355, 1); }
html.is-ready .c-header_title_line {
  transform: none;
  opacity: 1;
  transition-duration: 0.8s; }
html.is-ready .c-header_title_line:nth-child(1) {
  transition-delay: 0.1s; }
html.is-ready .c-header_title_line:nth-child(2) {
  transition-delay: 0.2s; }
html.is-ready .c-header_title_line:nth-child(3) {
  transition-delay: 0.3s; }
html.is-ready .c-header_title_line:nth-child(4) {
  transition-delay: 0.4s; }
.c-header_title_line span {
  display: inline-block; }
.c-header_title_line.-version {
  text-transform: none;
  font-size: 0; }

.c-header_heading {
  padding: 1.875rem 0; }

.c-header_heading_label {
  display: block;
  transition: transform 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(-60px); }
html.is-ready .c-header_heading_label {
  transform: none;
  transition-duration: 0.6s; }
html.is-ready .o-layout_item:nth-child(2) .c-header_heading_label {
  transition-delay: 0.1s; }

.c-header_logo {
  position: absolute;
  bottom: 2.5rem;
  right: 0;
  opacity: 0;
  transform: translateY(120px);
  transition: opacity 0s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0s cubic-bezier(0.215, 0.61, 0.355, 1); }
@media (max-width: 699px) {
  .c-header_logo {
    width: 30px;
    height: 66px; } }
@media (min-width: 700px) {
  .c-header_logo {
    width: 4rem;
    height: 8.75rem; } }
.c-header_logo svg {
  display: block;
  width: 100%;
  height: 100%; }
html.is-ready .c-header_logo {
  transform: none;
  opacity: 1;
  transition-delay: 0.6s;
  transition-duration: 0.6s; }

.c-fixed_wrapper {
  position: relative;
  overflow: hidden;
  background-color: #D4C9C9; }
@media (min-width: 1000px) {
  .c-fixed_wrapper {
    height: 100vh; } }
@media (max-width: 999px) {
  .c-fixed_wrapper {
    height: 50vh; } }

.c-fixed_target {
  position: absolute;
  top: -100vh;
  bottom: -100vh;
  right: 0;
  left: 0; }

.c-fixed {
  position: absolute;
  top: -100vh;
  right: 0;
  left: 0;
  height: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0.75;
  mix-blend-mode: multiply; }
html:not(.has-scroll-smooth) .c-fixed {
  top: 0; }

.c-intro {
  margin: 7.5rem 0;
  font-size: 2.1875rem;
  line-height: 1.2;
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
.c-intro.is-inview {
  opacity: 1;
  transform: none;
  transition-delay: 0.3s; }

.c-features {
  padding: 7.5rem 0; }

.c-features_item {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 3.75rem;
  margin-bottom: 3.75rem; }

.c-summary {
  margin: 3.75rem 0 7.5rem 0; }

.c-summary_text {
  font-size: 1.125rem;
  font-weight: 600;
  opacity: 0;
  transform: translateY(60px);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
.c-summary.is-inview .c-summary_text {
  opacity: 1;
  transform: none; }
@media (min-width: 1000px) {
  .c-summary_text {
    max-width: 320px; } }

@media (max-width: 999px) {
  .c-summary_list {
    margin-top: 1.875rem; } }

.c-summary_list_item {
  position: relative;
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
.c-summary_list_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #272727;
  transform: scaleX(0);
  transform-origin: center left;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
.c-summary_list_item.is-inview {
  transform: none;
  opacity: 1; }
.c-summary_list_item.is-inview::after {
  transform: scaleX(1); }
.c-summary_list_item.is-inview:nth-child(1) {
  transition-delay: 0.1s; }
.c-summary_list_item.is-inview:nth-child(1)::after {
  transition-delay: 0.5s; }
.c-summary_list_item.is-inview:nth-child(2) {
  transition-delay: 0.2s; }
.c-summary_list_item.is-inview:nth-child(2)::after {
  transition-delay: 0.6s; }
.c-summary_list_item.is-inview:nth-child(3) {
  transition-delay: 0.3s; }
.c-summary_list_item.is-inview:nth-child(3)::after {
  transition-delay: 0.7s; }
.c-summary_list_item.is-inview:nth-child(4) {
  transition-delay: 0.4s; }
.c-summary_list_item.is-inview:nth-child(4)::after {
  transition-delay: 0.8s; }
.c-summary_list_item.is-inview:nth-child(5) {
  transition-delay: 0.5s; }
.c-summary_list_item.is-inview:nth-child(5)::after {
  transition-delay: 0.9s; }
.c-summary_list_item.is-inview:nth-child(6) {
  transition-delay: 0.6s; }
.c-summary_list_item.is-inview:nth-child(6)::after {
  transition-delay: 1s; }
.c-summary_list_item a {
  display: block;
  padding: 8px 0; }

.c-summary_list_icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(30px) rotate(90deg);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
.c-summary_list_item.is-inview .c-summary_list_icon {
  transform: translateY(-50%) rotate(0deg);
  opacity: 1; }
.c-summary_list_item.is-inview:nth-child(1) .c-summary_list_icon {
  transition-delay: 0.6s; }
.c-summary_list_item.is-inview:nth-child(2) .c-summary_list_icon {
  transition-delay: 0.7s; }
.c-summary_list_item.is-inview:nth-child(3) .c-summary_list_icon {
  transition-delay: 0.8s; }
.c-summary_list_item.is-inview:nth-child(4) .c-summary_list_icon {
  transition-delay: 0.9s; }
.c-summary_list_item.is-inview:nth-child(5) .c-summary_list_icon {
  transition-delay: 1s; }
.c-summary_list_item.is-inview:nth-child(6) .c-summary_list_icon {
  transition-delay: 1.1s; }

.c-section {
  position: relative; }
@media (max-width: 1199px) {
  .c-section {
    padding-bottom: 10vh;
    margin-bottom: 10vh; } }
@media (min-width: 1200px) {
  .c-section {
    margin-bottom: 35vh; } }

.c-section_infos {
  position: relative;
  max-width: 320px;
  z-index: 0; }
@media (min-width: 1000px) {
  .c-section_infos {
    padding-top: 7.5rem; }
  .c-section_infos.-padding {
    padding-top: 35vh; } }
@media (max-width: 999px) {
  .c-section_infos {
    margin-bottom: 1.875rem; } }

.c-section_infos_inner > * {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }

.c-section_infos_inner.is-inview > * {
  opacity: 1;
  transform: none; }
.c-section_infos_inner.is-inview > *:nth-child(1) {
  transition-delay: 0.06s; }
.c-section_infos_inner.is-inview > *:nth-child(2) {
  transition-delay: 0.12s; }
.c-section_infos_inner.is-inview > *:nth-child(3) {
  transition-delay: 0.18s; }

.c-sections_infos_text {
  margin-top: 1.25rem; }

.c-image {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
.c-image.is-inview {
  opacity: 1;
  transition-delay: 0.6s; }

.c-speed-block {
  position: relative; }
@media (min-width: 1000px) {
  .c-speed-block.-margin {
    margin-top: 7.5rem; } }
@media (max-width: 999px) {
  .c-speed-block {
    margin: 1.875rem 0; } }
@media (max-width: 699px) {
  .c-speed-block {
    margin: 15px 0; } }

.c-speed-block_image {
  margin-top: -30px;
  margin-bottom: -30px; }

.c-speed-block_title {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  bottom: 3.75rem;
  right: 0;
  left: 0;
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
.c-speed-block_title.is-inview {
  opacity: 1;
  transform: none;
  transition-delay: 0.3s; }
@media (max-width: 1199px) {
  .c-speed-block_title {
    display: none; } }

.c-speed-block_bubble {
  position: absolute;
  right: 20px;
  top: 30%;
  z-index: 1;
  color: #D4C9C9;
  padding: 1.5rem 2.5rem;
  font-size: 1.25rem; }
.c-speed-block_bubble.-right {
  right: -30px; }
.c-speed-block_bubble.-left {
  right: auto;
  left: -30px; }
.c-speed-block_bubble.-top {
  top: -20%; }
.c-speed-block_bubble.-bottom {
  top: auto;
  bottom: 0; }
.c-speed-block_bubble::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #272727;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 1.33); }
.c-speed-block_bubble.is-inview::before {
  transform: scale(1);
  transition-delay: 0.3s; }
@media (max-width: 1199px) {
  .c-speed-block_bubble {
    display: none; } }

.c-direction-block_wrapper {
  margin-bottom: 31.25rem; }
@media (min-width: 1200px) {
  .c-direction-block_wrapper {
    min-height: 180vh; } }
@media (min-width: 1000px) and (max-width: 1199px) {
  .c-direction-block_wrapper {
    min-height: 130vh; } }
@media (min-width: 700px) and (max-width: 999px) {
  .c-direction-block_wrapper {
    min-height: 100vh; } }
@media (max-width: 699px) {
  .c-direction-block_wrapper {
    min-height: 70vh; } }
@media (min-width: 1000px) {
  .c-direction-block_wrapper {
    margin-top: -35vh; } }

.c-direction-block {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1; }
@media (min-width: 1200px) {
  .c-direction-block {
    top: -50vh;
    bottom: -50vh; } }
@media (min-width: 700px) and (max-width: 1199px) {
  .c-direction-block {
    top: -30vh;
    bottom: -50vh; } }
@media (max-width: 699px) {
  .c-direction-block {
    top: -15vh;
    bottom: 0; } }
@media (min-width: 1000px) and (max-width: 1199px) {
  .c-direction-block {
    margin-top: 6.25rem; } }
@media (min-width: 1200px) {
  .c-direction-block {
    margin-top: 18.75rem; } }

.c-direction-block_item {
  position: absolute;
  font-size: 10vw;
  white-space: nowrap;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1; }
.c-direction-block_item span {
  display: block;
  background-color: #FFFFFF;
  white-space: nowrap;
  padding: 0 20px; }
.c-direction-block_item.-one {
  top: 33%;
  transform: translateX(-50vw) rotate(26deg); }
.c-direction-block_item.-two {
  top: 45%; }
.c-direction-block_item.-three {
  top: 55%;
  transform: rotate(9deg); }
.c-direction-block_item.-four {
  top: 68%;
  transform: translateX(-50vw) rotate(-19deg); }
.c-direction-block_item.-five {
  top: 63%;
  transform: translateX(-10vw) rotate(3deg); }

.c-lerp-block {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10rem; }
@media (min-width: 1000px) {
  .c-lerp-block:not(:first-child) {
    margin-top: 3.75rem; } }
@media (max-width: 999px) {
  .c-lerp-block {
    margin-top: 1.875rem; } }

.c-lerp-block_index {
  vertical-align: middle;
  color: #D4C9C9;
  width: 3.75rem;
  height: 2.8125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  position: relative;
  z-index: 1; }
.c-lerp-block_index::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #272727;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 1.33); }
.c-lerp-block_index.is-inview::before {
  transform: scale(1);
  transition-delay: 0.3s; }

.c-lerp-block_title {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-left: 1.25rem;
  line-height: 1.1; }
.c-lerp-block_title.is-inview > span:not([data-scroll]) {
  opacity: 1;
  transform: none;
  transition-delay: 0.4s; }
.c-lerp-block_title > span:not([data-scroll]) {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
.c-lerp-block_title span {
  display: inline-block;
  min-width: 0.3em; }
@media (max-width: 699px) {
  .c-lerp-block_title span {
    font-size: 1.5625rem; } }
@media (min-width: 700px) {
  .c-lerp-block_title span {
    font-size: 4.375rem; } }

.c-cta_line {
  margin: 0;
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
.c-cta_line.-margin {
  margin-bottom: 30px; }
.c-cta_line.is-inview {
  transform: scaleX(1); }

.c-cta_content {
  margin: 3.75rem 0; }

.c-cta_content_text {
  max-width: 520px; }
.c-cta_content_text > * {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
.c-cta_content_text > *:not(:first-child) {
  margin-top: 1.875rem; }
.c-cta_content_text.is-inview > * {
  opacity: 1;
  transform: none; }
.c-cta_content_text.is-inview > *:nth-child(1) {
  transition-delay: 0.06s; }
.c-cta_content_text.is-inview > *:nth-child(2) {
  transition-delay: 0.12s; }
.c-cta_content_text.is-inview > *:nth-child(3) {
  transition-delay: 0.18s; }

.c-cta_button {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-top: 5.625rem; }
.c-cta_button.is-inview {
  opacity: 1;
  transform: none; }

.c-cta_section {
  margin-bottom: 11.25rem; }

.c-choochoo_item {
  padding: 50vh 0;
  font-size: 6.25rem; }
.c-choochoo_item span {
  display: block; }
.c-choochoo_item.-reverse span {
  transform: rotateY(180deg); }
html[data-direction="up"] .c-choochoo_item span {
  transform: rotateY(180deg); }
html[data-direction="up"] .c-choochoo_item.-reverse span {
  transform: rotateY(0deg); }
@media (max-width: 1199px) {
  .c-choochoo_item {
    display: none; } }

@media (max-width: 999px) {
  .c-damn {
    padding: 150vh 0 0 0; } }

@media (min-width: 1000px) {
  .c-damn {
    padding: 100vh 0 0 0; } }

/* stylelint-disable */
.u-2\:1::before {
  padding-bottom: 50%; }

.u-4\:3::before {
  padding-bottom: 75%; }

.u-16\:9::before {
  padding-bottom: 56.25%; }

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

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

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

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

.u-2\/3 {
  width: 66.66667% !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; }

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

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

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

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

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

.u-float-left {
  float: left !important; }

.u-float-right {
  float: right !important; }

.u-text-center {
  text-align: center !important; }

.u-text-left {
  text-align: left !important; }

.u-text-right {
  text-align: right !important; }

.u-align-baseline {
  vertical-align: baseline !important; }

.u-align-bottom {
  vertical-align: bottom !important; }

.u-align-middle {
  vertical-align: middle !important; }

.u-align-top {
  vertical-align: top !important; }

.u-vertical-center {
  font-size: 0; }
.u-vertical-center::before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle; }
.u-vertical-center > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem; }

.u-white {
  color: #FFFFFF; }

.u-label {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600; }

.u-icon {
  font-family: "Lucida Grande";
  font-size: 1.125rem; }

.u-text {
  font-size: 0.875rem; }

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