@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,500;0,600;0,700;1,300;1,500;1,600;1,700&family=Raleway&display=swap);
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
[hidden],
template {
  display: none;
}
@font-face {
  font-family: Morganite;
  src: url(/fonts/morganite-black.e3dde500.woff2) format("woff2"),
    url(/fonts/morganite-black.7e39efe5.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Morganite;
  src: url(/fonts/morganite-bold.f19ae98c.woff2) format("woff2"),
    url(/fonts/morganite-bold.574f1f5f.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Morganite;
  src: url(/fonts/morganite-bolditalic.bfb82dbc.woff2) format("woff2"),
    url(/fonts/morganite-bolditalic.2a17143f.woff) format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Morganite;
  src: url(/fonts/morganite-medium.2f577e33.woff2) format("woff2-variations");
  font-display: swap;
}
@font-face {
  font-family: Morganite;
  src: url(/fonts/morganite-light.a31254f8.woff2) format("woff2-variations");
  font-display: swap;
}
@font-face {
  font-family: Morganite;
  src: url(/fonts/morganite-lightitalic.49b22d01.woff2) format("woff2"),
    url(/fonts/morganite-lightitalic.703664bc.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
body {
  background: #000;
  color: #fff;
  font-family: Montserrat, Helvetica, sans-serif;
  font-weight: 300;
  overscroll-behavior: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
  width: 100vw;
  padding: 0;
  transition: opacity 0.5s ease;
  overflow-x: hidden;
}
@media (min-width: 641px) {
  body {
    overflow: hidden;
  }
}
a {
  color: #fff;
}
blockquote,
figure,
p {
  margin: 0;
}
figure {
  padding: 0;
}
@media (min-width: 641px) {
  .o-overflow {
    overflow: hidden;
    position: relative;
    height: 100vh;
  }
}
.o-scroller {
  display: none;
}
@media (min-width: 641px) {
  .o-scroller {
    position: absolute;
    display: block;
    bottom: 5vh;
    left: calc(50vw - 70px);
    width: 100px;
    height: 11.5px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .o-scroller_img {
    width: 100%;
  }
}
.o-scroll {
  position: relative;
  top: 0;
  left: 0;
}
@media (min-width: 641px) {
  .o-scroll {
    position: absolute;
  }
  .o-scroll:after,
  .o-scroll:before {
    content: "";
    position: fixed;
    display: block;
    height: 100%;
    pointer-events: none;
    width: 20vw;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #000, transparent);
    z-index: 9;
  }
  .o-scroll:after {
    left: auto;
    right: 0;
    background: linear-gradient(270deg, #000, transparent);
  }
}
.o-scroll_button {
  display: none;
  height: 70vh;
  top: 17vh;
  position: fixed;
  right: 0;
  background: 0 0;
  width: 10vw;
  z-index: 9;
  cursor: pointer;
}
@media (min-width: 641px) {
  .o-scroll_button {
    display: block;
  }
}
.o-scroll_button--prev {
  right: auto;
  left: 0;
  display: none;
}
.o-section {
  display: flex;
  flex-direction: column;
  padding: 0 4vw;
  align-items: start;
  justify-content: space-around;
  width: 100%;
}
.o-section--center {
  align-items: center;
}
@media (min-width: 641px) {
  .o-section {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    height: 100vh;
  }
  .o-section:first-child {
    padding-left: 10vw;
  }
  .o-section:last-child {
    padding-right: 20vw;
  }
  .o-section.c-section_list--short:last-child {
    padding-right: 5vw;
  }
}
.o-section_content {
  align-items: center;
}
@media (min-width: 641px) {
  [data-module-serie="main"] .o-section:last-child {
    padding-right: 12vw;
  }
}
#app,
.dom-gl {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  flex-direction: column;
  padding: 60px 0;
}
@media (min-width: 641px) {
  .container {
    flex-wrap: nowrap;
    width: auto;
    flex-direction: row;
    padding: 0;
  }
}
.c-section_list {
  padding: 0;
}
@media (min-width: 641px) {
  .c-section_list:first-child {
    margin-left: 15vw;
  }
  .c-section_list:not(.c-section_list--short):last-child {
    margin-right: 15vw;
  }
}
::selection {
  background: #fff;
  color: #000;
  text-shadow: none;
}
::-moz-selection {
  background: #fff;
  color: #000;
  text-shadow: none;
}
.o-cuallado {
  position: absolute;
  font-family: Morganite, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 1.6vw;
  font-size: 18.2vw;
  word-spacing: 0;
  text-align: center;
  z-index: 1;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 100%;
}
.o-cuallado:after,
.o-cuallado:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: -5.6vw;
}
.o-cuallado:before {
  margin: 0 0 -2vw;
}
.o-cuallado--rel {
  position: relative;
}
.o-cuallado--invisible {
  opacity: 0;
}
.o-cuallado--transparent {
  color: transparent;
}
.o-job {
  text-transform: uppercase;
  font-weight: 300;
  font-family: Morganite, Helvetica, sans-serif;
  font-size: 5vw;
  letter-spacing: 6.8vw;
  text-align: center;
  padding-left: 5vw;
}
@media (min-width: 641px) {
  .o-job {
    font-size: 2vw;
    letter-spacing: 7.4vw;
    padding-left: 6.8vw;
  }
}
.o-dates {
  font-weight: 300;
  font-family: Morganite, Helvetica, sans-serif;
  font-size: 24px;
  letter-spacing: 10px;
}
@media (min-width: 641px) {
  .o-dates {
    font-size: 35px;
  }
}
.o-img,
.o-img_link {
  max-width: 100%;
}
@media (min-width: 641px) {
  .o-img,
  .o-img_link {
    max-height: 90vh;
    height: 100%;
    max-width: none;
  }
}
.o-img_link {
  cursor: pointer;
}
.o-title {
  font-weight: 300;
  font-size: 33px;
  letter-spacing: 4px;
  margin: 4rem 0 0;
}
@media (min-width: 641px) {
  .o-title {
    margin-top: 0;
    font-size: 38px;
  }
}
.o-text {
  white-space: normal;
  margin-top: 1.5rem;
}
@media (min-width: 641px) {
  .o-text {
    margin-top: 0;
  }
}
.o-subtitle {
  font-weight: 300;
  font-size: 18px;
  margin: 0.4rem 0 1rem;
  letter-spacing: 2px;
  text-shadow: 0 0 10px #000, 0 0 20px rgba(0, 0, 0, 0.8);
}
@media (min-width: 641px) {
  .o-subtitle {
    margin: 0.4rem 0 2rem;
  }
}
.c-loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  z-index: 999;
  max-height: -webkit-fill-available;
}
@media (min-width: 641px) {
  .c-loader {
    top: 0;
  }
}
.c-loader__container {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
.c-loader__container_zone {
  position: absolute;
  height: 20vh;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(180deg, #000 43%, transparent);
}
@media (min-width: 641px) {
  .c-loader__container_zone {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 15%;
    z-index: auto;
  }
}
.c-loader__container_zone--prev {
  cursor: pointer;
}
.c-loader__container_zone--next {
  top: auto;
  bottom: 0;
  background: linear-gradient(0deg, #000 43%, transparent);
}
@media (min-width: 641px) {
  .c-loader__container_zone--next {
    left: auto;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
  }
}
.c-loader__container_zone--central {
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: auto;
}
@media (min-width: 641px) {
  .c-loader__container_zone--central {
    width: 100%;
  }
}
.c-loader__container_zone--link {
  height: 40%;
  background: 0 0;
}
@media (min-width: 641px) {
  .c-loader__container_zone--link {
    height: 50%;
    top: 25%;
  }
}
.c-loader__title {
  position: absolute;
  font-weight: 900;
  letter-spacing: 1.6vw;
  font-size: 17vw;
  text-align: center;
  padding-left: 2vw;
  z-index: 1;
  mix-blend-mode: difference;
  color: #fff;
  opacity: 0;
}
.c-loader__title--outlined {
  color: transparent;
  opacity: 1;
  mix-blend-mode: unset;
}
@supports (-webkit-text-stroke: 1px #ffffff) {
  .c-loader__title--outlined {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
  }
}
.c-loader__slider {
  position: absolute;
  background: #fff;
  z-index: 0;
  transform: scaleY(1);
  transform-origin: 50% 0;
}
.c-loader__slider,
.c-nav {
  width: 100%;
  height: 100%;
  top: 0;
}
.c-nav {
  position: fixed;
  left: 0;
  background: #e7e7e7;
  z-index: 999;
  display: flex;
  padding: 50px 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  overflow-y: scroll;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
}
.c-nav_credits {
  font-family: Morganite, Helvetica, sans-serif;
  color: #000;
  margin: 7px 40px 0;
  font-size: 14px;
  letter-spacing: 3px;
}
@media (min-width: 641px) {
  .c-nav_credits {
    font-size: 16px;
    margin: 20px 80px 0;
  }
}
.c-nav_title {
  position: absolute;
  font-family: Morganite, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 3vw;
  font-size: 60vw;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
  opacity: 0.2;
  color: transparent;
  white-space: nowrap;
}
@media (min-width: 641px) {
  .c-nav_title {
    letter-spacing: 1.6vw;
    font-size: 20vw;
    padding-left: 2vw;
  }
}
@supports (-webkit-text-stroke: 0.5px #000000) {
  .c-nav_title {
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #000;
  }
}
.c-nav_list {
  position: relative;
  margin: 0 40px;
  padding: 0;
  z-index: 2;
  list-style: none;
}
@media (min-width: 641px) {
  .c-nav_list {
    margin: 0 80px;
  }
}
.c-nav_wrapper:hover .c-nav_link {
  color: transparent;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #000;
}
.c-nav_mainlist_item_link {
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: 0;
  font-family: Montserrat, Helvetica, sans-serif;
  font-weight: 900;
}
@media (min-width: 641px) {
  .c-nav_mainlist_item_link {
    font-size: 80px;
    line-height: 1;
    letter-spacing: 2px;
  }
}
.c-nav_mainlist_children {
  list-style: none;
  padding: 0;
  overflow: hidden;
  height: 0;
  opacity: 0;
}
.c-nav_mainlist_child:last-child {
  margin-bottom: 20px;
}
.c-nav_mainlist_child_link {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
  font-family: Montserrat, Helvetica, sans-serif;
}
.c-nav_secondlist {
  display: flex;
  flex-direction: row;
  font-family: Morganite, Helvetica, sans-serif;
}
.c-nav_secondlist_item {
  position: relative;
  margin-right: 25px;
}
.c-nav_secondlist_item:not(:last-child):after {
  content: "";
  position: absolute;
  display: block;
  top: 60%;
  right: -15px;
  width: 6px;
  border-bottom: 1px solid #000;
}
@media (min-width: 641px) {
  .c-nav_secondlist_item:not(:last-child):after {
    width: 10px;
    top: 50%;
  }
}
.c-nav_secondlist_item_link {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 2px;
}
@media (min-width: 641px) {
  .c-nav_secondlist_item_link {
    font-size: 30px;
    line-height: 20px;
    letter-spacing: 8px;
  }
}
.c-nav_openlist {
  display: flex;
  margin-bottom: 1.5rem;
  font-family: Montserrat, Helvetica, sans-serif;
}
.c-nav_openlist:hover .c-nav_link {
  color: #000 !important;
}
.c-nav_openlist:hover .c-nav_link > span:after,
.c-nav_openlist:hover .c-nav_link > span:before {
  transform: scaleX(1);
}
.c-nav_openlist:hover .c-nav_link > span > span:after,
.c-nav_openlist:hover .c-nav_link > span > span:before {
  transform: scaleY(1);
}
.c-nav_openlist:hover .c-nav_lang {
  opacity: 0.4;
}
.c-nav_openlist:hover .c-nav_openlist_title:before {
  transform: rotate(180deg);
}
.c-nav_openlist_title {
  position: relative;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 500;
}
@media (min-width: 641px) {
  .c-nav_openlist_title {
    font-size: 80px;
    line-height: 1;
    letter-spacing: 1px;
  }
}
.c-nav_openlist_title:before {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 4px);
  right: -16px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  transition: all 0.5s ease;
}
.c-nav_openlist_items {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding-left: 30px;
}
.c-nav_lang {
  width: 30px;
  height: 30px;
  background: #000;
  margin-right: 5px;
  opacity: 1;
  transition: opacity 0.5s ease;
  transition-delay: 0;
}
@media (min-width: 641px) {
  .c-nav_lang {
    opacity: 0;
  }
}
.c-nav_lang:nth-child(2) {
  transition-delay: 0.1s;
}
.c-nav_lang:nth-child(3) {
  transition-delay: 0.2s;
}
.c-nav_lang:hover {
  transition-delay: 0s !important;
  opacity: 1 !important;
}
.c-nav_lang_link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding-top: 6px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.c-header_link,
.c-nav_link,
.c-nav_link--simple {
  position: relative;
  display: block;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.c-header_link > span,
.c-nav_link--simple > span,
.c-nav_link > span {
  position: relative;
}
.c-header_link > span:after,
.c-header_link > span:before,
.c-nav_link--simple > span:after,
.c-nav_link--simple > span:before,
.c-nav_link > span:after,
.c-nav_link > span:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -0.3rem;
  width: calc(100% + 0.6rem);
  height: 1px;
  background-color: #000;
  transform: scaleX(0);
  transition: transform 0.4s ease;
  transform-origin: 0 50%;
}
.c-header_link > span:after,
.c-nav_link--simple > span:after,
.c-nav_link > span:after {
  top: auto;
  bottom: 1rem;
  transform-origin: 100% 50%;
}
.c-header_link > span > span,
.c-nav_link--simple > span > span,
.c-nav_link > span > span {
  position: relative;
}
.c-header_link > span > span:after,
.c-header_link > span > span:before,
.c-nav_link--simple > span > span:after,
.c-nav_link--simple > span > span:before,
.c-nav_link > span > span:after,
.c-nav_link > span > span:before {
  content: "";
  position: absolute;
  display: block;
  top: -0.2rem;
  left: 0;
  height: calc(100% - 0.6rem);
  width: 1px;
  background-color: #000;
  transform: scaleY(0);
  transition: transform 0.4s ease;
  transform-origin: 50% 0;
}
.c-header_link > span > span:after,
.c-nav_link--simple > span > span:after,
.c-nav_link > span > span:after {
  left: auto;
  right: 0;
  transform-origin: 50% 100%;
}
.c-header_link--current,
.c-header_link:hover,
.c-nav_link--current,
.c-nav_link--simple--current,
.c-nav_link--simple:hover,
.c-nav_link:hover {
  color: #000 !important;
}
.c-header_link--current > span:after,
.c-header_link--current > span:before,
.c-header_link:hover > span:after,
.c-header_link:hover > span:before,
.c-nav_link--current > span:after,
.c-nav_link--current > span:before,
.c-nav_link--simple--current > span:after,
.c-nav_link--simple--current > span:before,
.c-nav_link--simple:hover > span:after,
.c-nav_link--simple:hover > span:before,
.c-nav_link:hover > span:after,
.c-nav_link:hover > span:before {
  transform: scaleX(1);
}
.c-header_link--current > span > span:after,
.c-header_link--current > span > span:before,
.c-header_link:hover > span > span:after,
.c-header_link:hover > span > span:before,
.c-nav_link--current > span > span:after,
.c-nav_link--current > span > span:before,
.c-nav_link--simple--current > span > span:after,
.c-nav_link--simple--current > span > span:before,
.c-nav_link--simple:hover > span > span:after,
.c-nav_link--simple:hover > span > span:before,
.c-nav_link:hover > span > span:after,
.c-nav_link:hover > span > span:before {
  transform: scaleY(1);
}
@media (min-width: 641px) {
  .c-header_link,
  .c-nav_link,
  .c-nav_link--simple {
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #000;
  }
}
.c-header_link .c-nav_link:after,
.c-nav_link .c-nav_link:after,
.c-nav_link--simple .c-nav_link:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: -0.5rem;
}
.c-header_link:hover,
.c-nav_link--simple:hover,
.c-nav_link:hover {
  color: transparent;
}
.c-header_link--simple:hover,
.c-nav_link--simple--simple:hover,
.c-nav_link--simple:hover {
  color: #000;
}
.js-nav-list {
  opacity: 0;
}
.c-header_link {
  color: #fff;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: transparent;
}
.c-header_link--current,
.c-header_link:hover {
  color: inherit !important;
  text-shadow: 0.7px 0.7px 0 #fff, -0.7px -0.7px 0 #fff, 0.7px -0.7px 0 #fff,
    -0.7px 0.7px 0 #fff, -0.7px 0 0 #fff, 0.7px 0 0 #fff, 0 0.7px 0 #fff,
    0 -0.7px 0 #fff;
}
.c-header_link > span:after,
.c-header_link > span:before {
  background-color: #fff;
  width: calc(100% + 0.4rem);
}
.c-header_link > span:before {
  top: 0;
}
.c-header_link > span:after {
  bottom: 0.05rem;
}
.c-header_link > span > span:after,
.c-header_link > span > span:before {
  background-color: #fff;
  top: -0.1rem;
  height: calc(100% + 0.2rem);
}
.c-header_link > span > span:before {
  left: -0.15rem;
}
.c-header_link > span > span:after {
  right: 0.1rem;
}
.c-header_wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5vw;
  z-index: 1;
}
@media (min-width: 641px) {
  .c-header_wrapper {
    padding-top: 3rem;
    justify-content: space-between;
  }
}
.c-header_name {
  position: relative;
  margin: 0 0 0 5vw;
  display: block;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-family: Morganite, Helvetica, sans-serif;
  font-weight: 500;
  color: transparent;
  text-decoration: none;
  z-index: 12;
}
@media (min-width: 1025px) {
  .c-header_name {
    margin: 0 0 0 6vw;
  }
}
@media (min-width: 641px) {
  .c-header_name {
    font-weight: 900;
    visibility: hidden;
  }
}
@supports (-webkit-text-stroke: 0.5px #ffffff) {
  .c-header_name {
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #fff;
  }
}
@media (min-width: 641px) {
  .c-header_name {
    position: relative;
    font-size: 3vw;
  }
}
.c-header_name--appear,
.c-header_name--home {
  visibility: visible;
}
@media (max-width: 639px) {
  .c-header_name--home {
    color: #fff;
    -webkit-text-stroke-width: unset;
  }
}
.c-header_nav {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.c-header_nav--langs {
  display: none;
  list-style: none;
  margin: 0 4vw 0 5vw;
}
@media (min-width: 641px) {
  .c-header_nav--langs {
    display: flex;
  }
}
@media (min-width: 1025px) {
  .c-header_nav--langs {
    margin: 0 6vw 0 7.6vw;
  }
}
.c-header_nav--langs_item:not(:first-child) {
  margin: 0 0 0 1vw !important;
}
.c-header_nav--langs_item_link {
  font-weight: 300;
  font-size: 8px;
  position: relative;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .c-header_nav--langs_item_link {
    font-size: 14px;
  }
}
.c-header_nav--langs_item_link--current {
  font-weight: 700;
}
.c-header_nav--langs_item_link:hover {
  color: inherit !important;
  text-shadow: 0.7px 0.7px 0 #fff, -0.7px -0.7px 0 #fff, 0.7px -0.7px 0 #fff,
    -0.7px 0.7px 0 #fff, -0.7px 0 0 #fff, 0.7px 0 0 #fff, 0 0.7px 0 #fff,
    0 -0.7px 0 #fff;
}
.c-header_item {
  position: relative;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 300;
  z-index: 99;
  transform: scale(1);
  white-space: nowrap;
}
@media (min-width: 1025px) {
  .c-header_item {
    font-size: 14px;
  }
}
.c-header_item:not(:first-child) {
  margin: 0 0 0 2vw;
}
.c-header_item:not(.c-header_item--nav) {
  display: none;
}
@media (min-width: 641px) {
  .c-header_item:not(.c-header_item--nav) {
    display: block;
  }
}
.c-header_item--nav {
  position: absolute;
  right: 5vw;
  top: 4vw;
  width: 25px;
  height: 25px;
  z-index: 9999;
  cursor: pointer;
}
@media (min-width: 641px) {
  .c-header_item--nav {
    display: none;
    width: 40px;
    bottom: 2vw;
    top: auto;
    right: 6vw;
  }
}
.c-header_item--nav_bar {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  transform-origin: 50% 50%;
}
.c-header_item--nav_bar:first-child {
  top: 35%;
}
.c-header_item--nav_bar:nth-child(2) {
  top: 65%;
}
.c-header_link {
  text-decoration: none;
}
.c-loader_title {
  mix-blend-mode: difference;
  opacity: 0;
}
.c-main {
  width: 100%;
  height: 100%;
  position: fixed;
  touch-action: none;
}
.c-main_indic {
  position: absolute;
  bottom: 4vh;
  width: 20vw;
  height: 20vw;
}
@media (min-width: 641px) {
  .c-main_indic {
    width: 6.2vw;
    height: 6.2vw;
  }
}
.c-main_indic_svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.c-main_indic_svg > circle {
  stroke: #fff;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
}
.c-main_indic_arrow {
  position: absolute;
  width: 3vw;
  height: 3vw;
  bottom: 4vw;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}
.c-main_indic_arrow > * {
  stroke: #fff;
}
@media (min-width: 641px) {
  .c-main_indic_arrow {
    width: 0.9vw;
    height: 0.9vw;
    bottom: 1.3vw;
  }
}
.c-main_indic_text {
  display: block;
  text-align: center;
  width: 100%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  font-weight: 500;
  font-style: italic;
  text-transform: uppercase;
  font-size: 2.7vw;
  letter-spacing: 0.2vw;
  top: 39%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
@media (min-width: 641px) {
  .c-main_indic_text {
    font-size: 0.7vw;
    letter-spacing: 0.2vw;
    padding-left: 0.2vw;
  }
}
.c-main_series {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 641px) {
  .c-main_series {
    top: auto;
  }
}
.c-main_series_wrapper {
  position: relative;
  display: flex;
  list-style: none;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
@media (min-width: 641px) {
  .c-main_series_wrapper {
    flex-direction: row;
  }
}
.c-main_serie {
  font-family: Morganite, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 1.6vw;
  font-size: 20vw;
  flex-shrink: 0;
  width: auto;
  margin: 6vh 0;
  color: transparent;
  text-transform: uppercase;
}
@media (min-width: 641px) {
  .c-main_serie {
    margin: 0 10vw -3vw;
    padding-left: 1.5vw;
    font-size: 18.2vw;
  }
}
.c-main_serie > a {
  text-decoration: none;
  color: transparent;
}
@supports (-webkit-text-stroke: 1px #ffffff) {
  .c-main_serie,
  .c-main_serie > a {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
  }
}
.c-main_serie:first-child {
  margin-top: 0;
}
@media (min-width: 641px) {
  .c-main_serie:first-child {
    margin-top: 0;
    margin-left: 0;
  }
}
.c-main_serie:last-child {
  margin-bottom: 0;
}
@media (min-width: 641px) {
  .c-main_serie:last-child {
    margin-top: 0;
    margin-bottom: -3vw;
    margin-right: 0;
  }
}
.c-main_infos {
  position: absolute;
  text-align: center;
  top: 55%;
  width: 100%;
}
@media (min-width: 641px) {
  .c-main_infos {
    width: 50vw;
    left: 25vw;
    top: 66%;
  }
}
.c-main_info {
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 641px) {
  .c-main_info {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.c-main_info:not(:first-child) > a {
  display: none;
}
.c-main_info_desc {
  font-weight: 300;
  font-family: Montserrat, Helvetica, sans-serif;
  letter-spacing: 0.3vw;
  font-size: 3vw;
  margin: 0 0 8vw;
}
@media (min-width: 641px) {
  .c-main_info_desc {
    font-size: 1.5vw;
  }
}
.c-main_info_desc > .char {
  opacity: 0;
  visibility: hidden;
}
.c-main_info_cover {
  display: none;
}
.c-main_info_link {
  position: relative;
  font-weight: 500;
  font-family: Montserrat, Helvetica, sans-serif;
  font-size: 1vw;
  letter-spacing: 0.1vw;
  font-style: italic;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 639px) {
  .c-main_info_link {
    opacity: 0 !important;
  }
}
.c-main_info_link_line {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5px;
  transform: scaleX(0);
  background: #fff;
}
.c-main_pic {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  width: 95vw;
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
}
.c-main_pic_img {
  max-width: 100%;
}
.c-main_container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.c-main_title {
  position: relative;
  width: 100%;
  margin: 2vw 0;
}
.c-main_dates {
  position: relative;
  display: flex;
  align-self: flex-end;
  margin-right: 5.5vw;
}
.c-main_cuallado {
  position: absolute;
  top: 0;
  opacity: 0;
}
.c-main_cuallado--outlined {
  color: transparent;
  opacity: 1;
  mix-blend-mode: unset;
}
@supports (-webkit-text-stroke: 1px #ffffff) {
  .c-main_cuallado--outlined {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
  }
}
.c-slider_canvas {
  width: 50%;
  height: 75vh;
}
.c-slider_canvas,
.c-slider_img_src {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.c-slider_img_src {
  width: 70%;
  height: auto;
  max-height: 523px;
  max-width: 800px;
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 641px) {
  .c-slider_img_src {
    visibility: hidden;
    opacity: 0;
  }
}
.c-slider_img--prev .c-slider_img_src {
  left: 0;
  width: 40%;
  transform: translate3d(-80%, -50%, 0);
}
.c-slider_img--next .c-slider_img_src {
  right: 0;
  left: auto;
  width: 40%;
  transform: translate3d(80%, -50%, 0);
}
.c-serie_def {
  margin: 1rem 0 4rem;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
}
@media (min-width: 641px) {
  .c-serie_def {
    margin: 1rem 0 0 -2rem;
  }
}
.c-serie_container {
  height: 100%;
}
.c-next {
  position: absolute;
  display: flex;
  right: calc(50% - 35px);
  bottom: 3vh;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  font-size: 1.4rem;
  text-decoration: none;
  font-family: Morganite, Helvetica, sans-serif;
  font-weight: 700;
  padding: 0.5rem 0 0 0.2rem;
  z-index: 9999;
  text-transform: uppercase;
}
@media (min-width: 641px) {
  .c-next {
    right: 6.5vw;
    bottom: auto;
    width: 100px;
    height: 100px;
    font-size: 2rem;
  }
}
.c-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease;
  border-radius: 200px;
  border: 1px solid #fff;
}
.c-next:hover:before {
  transform: scale(1.2);
}
@media (min-width: 641px) {
  .c-serie1_img1 {
    position: relative;
    top: 10vh;
    height: 50vh;
    left: 15vw;
  }
  .c-serie1_img2 {
    position: relative;
    margin-left: 25vw;
    top: -10vh;
    height: 50vh;
  }
  .c-serie1_img3 {
    position: relative;
    margin-left: 10vw;
    top: 10vh;
    height: 30vh;
  }
  .c-serie1_img4 {
    position: relative;
    height: 80vh;
  }
  .c-serie1_img5 {
    position: relative;
    height: 30vh;
    margin-left: 13vw;
    top: -5vh;
    z-index: 5;
  }
  .c-serie1_img6 {
    position: relative;
    height: 60vh;
    top: 6vh;
    margin-left: 10vw;
    z-index: 4;
  }
}
.c-photo {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.c-photo_svg {
  position: relative;
  margin-top: 8vh;
  max-width: 65vw;
  max-height: 65vh;
  opacity: 0;
}
@media (min-width: 641px) {
  .c-photo_svg {
    max-width: 75vw;
  }
}
.c-photo_name {
  margin: 2vh 0;
  font-size: 6vw;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 300;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 641px) {
  .c-photo_name {
    font-size: 25px;
    line-height: 1;
    letter-spacing: 2px;
  }
}
.c-photo_close {
  background: 0 0;
  outline: 0;
  border: none;
  position: absolute;
  top: 50%;
  right: 6vw;
  width: 25px;
  height: 25px;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 641px) {
  .c-photo_close {
    width: 40px;
  }
}
.c-photo_close_bar {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background: #fff;
  transform-origin: 50% 50%;
}
.c-photo_close_bar:first-child {
  top: 50%;
  transform: rotate(45deg);
}
.c-photo_close_bar:nth-child(2) {
  top: 50%;
  transform: rotate(-45deg);
}
.c-section_para {
  font-family: Raleway;
  font-weight: 500;
  width: 100%;
  letter-spacing: 2px;
  font-size: 13px;
  line-height: 2;
}
@media (min-width: 641px) {
  .c-section_para {
    max-width: 60vw;
    font-size: 1.5vh;
  }
}
@media (min-width: 641px) {
  .c-section_para--columns {
    width: 60vw;
    column-count: 2;
    max-width: 90%;
  }
  .c-section_para--columns > .o-text {
    margin: 0;
  }
}
.c-presskit {
  padding: 15vh 0 0;
  width: 50vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 641px) {
  .c-presskit {
    padding: 0 0 0 2vw;
  }
}
.c-presskit_content {
  position: relative;
  padding: 2vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  text-align: center;
}
.c-presskit_imgcontainer {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.c-presskit_img {
  width: 60%;
}
@media (min-width: 641px) {
  .c-presskit_img {
    width: 20%;
  }
}
.c-presskit_wording {
  position: relative;
}
.c-presskit_wording_title {
  font-size: 2.7rem;
  font-family: Morganite, Helvetica, sans-serif;
  font-weight: 700;
}
.c-presskit_wording_cta {
  font-size: 1rem;
  display: inline-block;
}
@media (min-width: 641px) {
  [data-parallaxe="illu"],
  [data-parallaxe="img"] .js-prlx-img,
  [data-parallaxe="text"] {
    opacity: 0;
  }
}
.c-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
@media (min-width: 641px) {
  .c-container .c-serie_def {
    opacity: 0;
    transition: all 1s ease;
  }
  .c-container:hover .c-serie_def {
    opacity: 1;
  }
}
.c-quote {
  position: relative;
  width: 100%;
  margin: 0;
}
.c-quote_cite {
  font-family: Morganite, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 45px;
  letter-spacing: 8px;
  font-style: italic;
  text-decoration: none;
}
.c-quote_author {
  display: block;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.2px;
  margin-top: 0;
  font-style: italic;
}
@media (max-width: 639px) {
  .c-about_img,
  .c-about_link,
  .c-about_txt {
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
  .c-about_img_titles,
  .c-about_link_titles,
  .c-about_txt_titles {
    width: 100%;
  }
  .c-about_img,
  .c-about_link {
    padding-bottom: 10vw;
  }
}
.c-about_txt--intro {
  padding: 0 15vw 20vw 0;
}
@media (min-width: 641px) {
  .c-quote {
    position: absolute;
    width: 40vw;
    margin: 1rem 0 2rem;
  }
  .c-quote_cite {
    font-size: 60px;
    letter-spacing: 10px;
  }
  .c-quote_author {
    margin-top: 0.3em;
  }
  .c-about_txt {
    position: relative;
    height: 100%;
    padding: 0 10vw;
  }
  .c-about_txt--intro {
    height: auto;
    width: 60vw;
    padding: 0 10vw 0 0;
  }
  .c-about_txt + .c-about_txt {
    margin-left: 20px;
  }
  .c-about_txt_titles {
    position: absolute;
    bottom: 50vh;
    left: 0;
    padding: 0 15%;
  }
  .c-about_txt_content {
    position: absolute;
    top: 52vh;
    left: 0;
    padding: 0 15%;
  }
  .c-about_img,
  .c-about_link {
    height: 50vh;
    margin-left: -5vw;
  }
  .c-about_img--alone,
  .c-about_link--alone {
    height: auto;
    max-width: 100%;
  }
  .c-about_img--intro,
  .c-about_link--intro {
    top: 0;
    margin: 0 12vw 0 -5vw;
  }
  .c-about_img_timeline,
  .c-about_link_timeline {
    max-height: 40vh;
    width: auto;
  }
  .c-quote_about {
    margin: 15vh 0 0 10vw;
  }
}
.c-innernav {
  position: relative;
  display: none;
  flex-direction: row;
  justify-content: center;
  z-index: 10;
  padding: 10px 4vw 0;
}
@media (min-width: 641px) {
  .c-innernav {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: normal;
    left: 2vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
.c-innernav_link {
  font-size: 2.5vw;
  margin: 0 1.8vw;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.5;
  transition: opacity 1s ease;
}
@media (min-width: 641px) {
  .c-innernav_link {
    letter-spacing: 2px;
    font-size: 16px;
    margin: 0.6rem 0;
  }
}
.c-innernav_link--active {
  opacity: 1;
}
.c-innernav_link:hover {
  transition-duration: 0.2s;
  opacity: 1 !important;
}
.c-static {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.c-static_pic {
  max-width: 90%;
  max-height: 90%;
  z-index: -1;
}
.c-list {
  display: flex;
  flex-flow: column wrap;
  margin: 0;
  padding: 0;
  min-width: 25vw;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (min-width: 641px) {
  .c-list {
    height: 50vh;
    text-align: left;
  }
}
.c-list--centered {
  justify-content: flex-start;
  margin-top: 20vh;
}
@media (min-width: 641px) {
  .c-list--horizontal {
    flex-flow: row nowrap;
  }
  .c-list--horizontal .c-list_item:first-child {
    top: 5vw;
  }
  .c-list--horizontal .c-list_item:nth-child(2) {
    top: -5vw;
  }
  .c-list--horizontal .c-list_item:nth-child(3) {
    top: 2vw;
  }
  .c-list--horizontal .c-list_item:nth-child(4) {
    top: -6vw;
  }
  .c-list--horizontal_infos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    bottom: -1vw;
    padding-left: 1vw;
  }
}
.c-list_item {
  position: relative;
  list-style: none;
  margin: 2vh 5vh;
}
@media (min-width: 641px) {
  .c-list_item {
    margin: 0 5vh;
  }
}
.c-list_logo {
  width: auto;
  max-width: 20vw;
  display: none;
  padding-left: 0.8vw;
  z-index: 2;
}
@media (min-width: 641px) {
  .c-list_logo {
    display: block;
    max-width: 8vw;
    margin-right: 6vw;
  }
}
.c-list_image {
  position: relative;
  z-index: 1;
}
.c-list_image > img {
  max-width: 80vw;
}
@media (min-width: 641px) {
  .c-list_image > img {
    position: relative;
    max-width: 35vw;
    max-height: 50vh;
  }
}
.c-list_image--player {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-list_image--player:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  transform: translateX(10%);
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 13px 0 13px 25px;
}
@media (min-width: 641px) {
  .c-list_image--player:after {
    border-width: 25px 0 25px 43.3px;
  }
}
.c-list_image--player:before {
  content: "";
  position: absolute;
  display: block;
  width: 75px;
  height: 75px;
  border: 3px solid #fff;
  border-radius: 100%;
  z-index: 99;
}
@media (min-width: 641px) {
  .c-list_image--player:before {
    width: 100px;
    height: 100px;
  }
}
.c-list_link {
  text-decoration: none;
  display: block;
  flex-direction: column;
  align-items: flex-start;
}
.c-list_link--horizontal {
  margin-bottom: 10vw;
}
@media (min-width: 641px) {
  .c-list_link--horizontal {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-right: 6vw;
  }
}
.c-list_title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  z-index: 2;
  font-style: italic;
}
.c-list_title--under {
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
  margin: 0.6rem 0 0.8rem;
  font-style: italic;
}
.c-list_title--cite {
  font-size: 30px;
  text-transform: none;
  font-style: italic;
  margin: 0.5rem 0 1rem;
  font-weight: 300;
}
@media (min-width: 641px) {
  .c-list_title--cite {
    margin: 0 0 1rem;
  }
}
.c-list_subtitle {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
}
.c-list_date {
  font-size: 85px;
  font-style: italic;
  letter-spacing: 0.05em;
}
.c-list_date,
.u-link {
  font-family: Montserrat, Helvetica, sans-serif;
  font-weight: 700;
}
.u-link {
  position: relative;
  text-transform: uppercase;
  display: inline;
  font-size: 20px;
  letter-spacing: 4.5px;
  text-decoration: none;
}
.u-link:after {
  pointer-events: none;
  bottom: 0.1rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.u-link:after,
.u-link:before {
  content: "";
  position: absolute;
  transition: transform 0.3s ease;
}
.u-link:before {
  display: block;
  left: calc(100% + 10px);
  bottom: 10px;
  width: 20px;
  height: 20px;
  z-index: 7;
  background: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.4471 15.645L15.4497 14.5708L15.4744 4.46101L13.334 4.47724L13.3156 11.9964L2.02506 0.722205L0.504883 2.24458L11.7954 13.5188L4.2763 13.5481L4.26317 15.6885L14.3729 15.6492L15.4471 15.645Z" fill="white"/></svg>');
  background-size: cover;
}
@media (max-width: 639px) {
  .u-link--mask:before {
    box-shadow: 0 10px 0 #000, 0 -10px 0 #000;
    background: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.4471 15.645L15.4497 14.5708L15.4744 4.46101L13.334 4.47724L13.3156 11.9964L2.02506 0.722205L0.504883 2.24458L11.7954 13.5188L4.2763 13.5481L4.26317 15.6885L14.3729 15.6492L15.4471 15.645Z" fill="white"/></svg>'),
      #000;
    background-size: cover;
  }
}
.u-link--simple {
  font-weight: 500;
  text-transform: none;
  display: inline-block;
}
.u-link--simple:before {
  display: none;
}
a:hover .u-link:after,
a:hover.u-link:after {
  transform: scaleX(0);
  transform-origin: 100% 50%;
}
a:hover .u-link:before,
a:hover.u-link:before {
  transform: scaleY(-1);
}
.js-sub-links {
  opacity: 0;
  visibility: hidden;
}
.c-timeline {
  padding: 0;
}
@media (min-width: 641px) {
  .c-timeline .c-timeline_section_line:before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 50vh;
    top: -25vh;
    left: -3px;
    background: #fff;
    transform: scaleX(0.5);
    transform-origin: center;
  }
}
.c-timeline ~ .c-timeline .c-timeline_section_line:before {
  display: none;
}
@media (min-width: 641px) {
  .c-timeline:last-of-type .c-timeline_section_line:before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 50vh;
    top: -25vh;
    right: -3px;
    left: auto;
    background: #fff;
    transform: scaleX(0.5);
    transform-origin: center;
  }
}
.c-timeline_section {
  position: relative;
  width: 100%;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5vw 15vw 5vw 4vw;
  text-align: right;
}
@media (min-width: 641px) {
  .c-timeline_section {
    width: 60vw;
    height: 100vh;
    margin: 0 2px;
    padding: 0;
    text-align: left;
  }
}
.c-timeline_section_line {
  position: absolute;
  z-index: 3;
  height: 100%;
  right: 10%;
  width: 2px;
  border-left: 1px dashed #fff;
}
@media (min-width: 641px) {
  .c-timeline_section_line {
    height: 2px;
    left: auto;
    top: 50%;
    right: 0;
    width: 50%;
    border-bottom: 1px dashed #fff;
    transform: scaleX(2) scaleY(0.7);
    transform-origin: 100% 50%;
    border-left: none;
  }
}
.c-timeline_date {
  position: relative;
  font-size: 90px;
  font-style: italic;
  font-family: Morganite, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 6px;
  z-index: 3;
  cursor: pointer;
}
@media (min-width: 641px) {
  .c-timeline_date {
    position: absolute;
    top: 34%;
    left: 50%;
    right: auto;
  }
}
.c-timeline_link {
  text-decoration: none;
  width: 100%;
}
.c-timeline_link:hover .c-timeline_img {
  opacity: 1;
}
.c-timeline_name {
  position: relative;
  max-width: 100%;
  font-size: 40px;
  font-family: Montserrat, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 6px;
  z-index: 2;
  cursor: pointer;
}
@media (min-width: 641px) {
  .c-timeline_name {
    position: absolute;
    max-width: 40vw;
    width: 100%;
    left: calc(50% - 10px);
    right: auto;
    top: 60%;
    transform: translate3d(0, -50%, 0);
  }
}
.c-timeline_name_place {
  font-size: 20px;
  font-weight: 300;
}
.c-timeline_img {
  position: absolute;
  opacity: 0.4;
  transition: opacity 1s ease;
  z-index: 1;
  max-width: 50%;
}
.c-timeline_img > img {
  width: 100%;
}
.c-timeline_img.c-about_img {
  position: relative;
  max-width: 100%;
  opacity: 1;
}
@media (min-width: 641px) {
  .c-timeline_img.c-about_img > img {
    width: auto;
  }
}
@media (max-width: 639px) {
  .c-timeline_img.c-about_img {
    top: 0 !important;
    left: 0 !important;
  }
}
.c-timeline_point {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 20px;
  top: calc(50% - 6px);
  left: calc(90% - 6px);
  z-index: 3;
}
@media (min-width: 641px) {
  .c-timeline_point {
    left: calc(50% - 6px);
  }
}
@media (min-width: 641px) and (min-width: 641px) {
  .c-timeline:first-child {
    margin-left: 10vw;
  }
}
@media (min-width: 641px) {
  .c-timeline:first-child .c-timeline_section_line {
    height: 50%;
    top: 50%;
  }
}
@media (min-width: 641px) and (min-width: 641px) {
  .c-timeline:first-child .c-timeline_section_line {
    height: 2px;
    width: 50%;
    left: 50%;
  }
}
@media (min-width: 641px) and (min-width: 641px) {
  .c-timeline:last-child {
    margin-right: 10vw;
  }
}
@media (min-width: 641px) and (min-width: 641px) {
  .c-timeline:nth-child(2n) .c-timeline_date {
    top: 56%;
  }
}
@media (min-width: 641px) and (min-width: 641px) {
  .c-timeline:nth-child(2n) .c-timeline_name {
    bottom: 60%;
    top: inherit;
    transform: translate3d(0, 50%, 0);
  }
}
@media (min-width: 641px) {
  .c-timeline:nth-child(2n) .c-timeline_img {
    top: inherit;
    bottom: 28%;
  }
}
@media (min-width: 641px) {
  .c-timeline:nth-child(3n) .c-timeline_img {
    top: inherit;
    bottom: 45%;
  }
}
.c-publication {
  display: flex;
  flex-flow: column wrap;
  margin: 0;
  padding: 0;
  min-width: 25vw;
  text-align: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (min-width: 641px) {
  .c-publication {
    height: 60vh;
    margin-top: 20vh;
    text-align: left;
  }
}
.c-publication--centered {
  justify-content: center;
}
@media (min-width: 641px) {
  .c-publication--horizontal {
    flex-flow: row nowrap;
  }
}
.c-publication_item {
  position: relative;
  list-style: none;
  margin: 2vh;
}
@media (min-width: 641px) {
  .c-publication_item {
    margin: 0 2vh;
    display: flex;
    width: 50vw;
    min-width: 700px;
  }
}
.c-publication_item:hover .c-publication_illu_img {
  transform: translate3D(0, -40px, 0);
}
.c-publication_item:hover .c-publication_item_background_img {
  opacity: 0.8;
}
.c-publication_item_background {
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 15%;
}
@media (min-width: 641px) {
  .c-publication_item_background {
    left: 12%;
    top: 20%;
  }
}
.c-publication_item_background_img {
  background: #c4c4c4;
  height: 100px;
  width: 90%;
  margin: auto;
  left: 5%;
  transform: rotate(11.83deg);
  opacity: 0.1;
  transition: opacity 1s ease;
}
@media (min-width: 641px) {
  .c-publication_item_background_img {
    width: 60%;
    top: 40%;
    left: 0;
    margin: initial;
    transform: rotate(11.83deg) scaleY(0);
  }
}
.c-publication_illu {
  max-width: 50%;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 641px) {
  .c-publication_illu {
    margin: 0 50px;
    max-width: 50%;
  }
}
.c-publication_illu_img {
  width: 100%;
  max-width: 250px;
  transition: transform 0.3s ease;
}
.c-publication_wording {
  position: relative;
  font-style: italic;
  margin: 5vh 0 20vw;
  z-index: 9;
}
@media (min-width: 641px) {
  .c-publication_wording {
    margin: 13vh 0 0;
  }
}
.c-publication_wording_date {
  font-family: Morganite, Helvetica, sans-serif;
  font-size: 36px;
  margin: 0 0 0.5rem;
  letter-spacing: 0.2rem;
}
@media (min-width: 641px) {
  .c-publication_wording_date {
    margin: 0 0 2rem;
  }
}
.c-publication_wording_title {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 0.5rem;
}
@media (min-width: 641px) {
  .c-publication_wording_title {
    font-size: 26px;
    padding-right: 3vw;
    line-height: 1.4;
  }
}
.c-publication_wording_editor {
  font-size: 18px;
  margin: 0 0 2rem;
}
@media (min-width: 641px) {
  .c-publication_wording_editor {
    font-size: 20px;
    padding-right: 3vw;
    line-height: 1.4;
  }
}
.c-publication_wording_link {
  margin-bottom: 3rem;
}
.c-contact {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0 4vw;
  flex-direction: column;
}
@media (min-width: 641px) {
  .c-contact {
    height: 62vh;
    margin: 28vh 0 0;
    flex-direction: row;
  }
}
.c-contact_zone {
  margin: 0 2vw 14vh;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 641px) {
  .c-contact_zone {
    width: 50%;
    justify-content: center;
    margin: 0 2vw;
  }
}
.c-contact_zone_inner {
  position: relative;
}
.c-contact_zone_inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -4vw;
  width: 250px;
  height: 60px;
  background: #c4c4c4;
  opacity: 0.1;
  transform: var(--rotate-contact) var(--scale-contact);
}
.c-contact_desc {
  position: relative;
  font-size: 14px;
  font-weight: 300;
  padding-left: 5vw;
  margin-bottom: 1.5rem;
}
@media (min-width: 641px) {
  .c-contact_desc {
    font-size: 16px;
  }
}
.c-contact_desc:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 4vw;
  height: 1px;
  transform: translate3d(0, -50%, 0);
  background: #fff;
}
.c-contact_info {
  font-family: Morganite, Helvetica, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 3px;
  font-size: 20px;
  min-height: 1.5ex;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
}
@media (min-width: 641px) {
  .c-contact_info {
    font-size: 30px;
    letter-spacing: 5px;
  }
}
.c-contact_info > a {
  position: relative;
  text-decoration: none;
}
.c-contact_info > a:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0.5px;
  background: #fff;
  bottom: 3px;
  left: 0;
}
.c-contact_country {
  font-family: Montserrat, Helvetica, sans-serif;
  font-weight: 300;
  margin-top: 1rem;
  font-size: 15px;
  line-height: 1.4;
  white-space: pre;
}
.c-ml {
  position: absolute;
  bottom: 4vw;
  left: 5vw;
  font-size: 12px;
  line-height: 2;
}
.c-ml > a {
  position: relative;
  text-decoration: none;
}
.c-ml > a:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  height: 0.1px;
  background: #fff;
}
.js-contact-anim {
  opacity: 0;
  visibility: hidden;
}
.js-contact {
  --rotate-contact: rotate(-10deg);
  --scale-contact: scaleY(0);
}
.cursor {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  pointer-events: none;
  z-index: 90;
}
@media (min-width: 1025px) {
  .cursor {
    display: block;
  }
}
@media (hover: none) and (pointer: coarse) {
  .cursor {
    display: none;
  }
}
.cursor__inner {
  fill: transparent;
  stroke: #fff;
  stroke-width: 1px;
}
.cursor__inner--arrow {
  opacity: 0;
  visibility: hidden;
  stroke-width: 1px;
  transform-origin: 2% 5%;
}
.c-error_container {
  position: absolute;
  top: 0;
  height: 100vh;
}
.c-error_header {
  text-align: center;
  font-weight: 900;
  color: #fff;
  letter-spacing: -6vw;
  margin-left: -6vw;
  font-size: 24vw;
  background: url(https://res.cloudinary.com/dgzqhksfz/image/upload/w_1000,h_800,c_limit,q_60/v1610622717/ABOUT/Gabriel_Cuallado_Autoretrato_uyplwb.jpg)
    no-repeat;
  background-position: 50%;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 641px) {
  .c-error_header {
    margin-top: 5vw;
    letter-spacing: -2.8vw;
    font-size: 12vw;
  }
}
.c-error_body {
  text-align: center;
  padding: 2vw 5vw;
}
.c-error_body_desc {
  margin: 0 0 20px;
}
.c-error_body_link {
  font-size: 16px;
}
