:root {
  --scrollBarGap: 0px;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
body div,
caption,
cite,
code,
dd,
del,
dfn,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
embed,
img,
object {
  max-width: 100%;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
th {
  font-weight: 700;
  vertical-align: bottom;
}
td {
  font-weight: 400;
  vertical-align: top;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
input,
select,
textarea {
  font: 99% sans-serif;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}
small {
  font-size: 85%;
}
strong,
th {
  font-weight: 700;
}
td,
td img {
  vertical-align: top;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
}
.clickable,
button,
input[type="button"],
input[type="submit"] {
  cursor: pointer;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}
button,
input,
select,
textarea {
  margin: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.clearfix:after,
.clearfix:before {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
body {
  font: 16px Helmet, Freesans, sans-serif;
}
body,
html {
  width: 100%;
  height: 100%;
}
a,
button {
  cursor: pointer;
  font-size: 100%;
}
button {
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  background-color: transparent;
}
* {
  box-sizing: border-box;
}
html {
  width: 100vw;
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 12px;
  }
}
body {
  width: 100vw;
  color: #000;
  font-size: 16px;
  font-family: "Libre Franklin";
  line-height: 1.5625em;
  background-color: #f0f0f0;
  overflow-x: hidden;
  overflow-y: hidden;
}
body.loaded {
  overflow-y: scroll;
}
#root {
  overflow-x: hidden;
}
.section {
  position: relative;
}
.section:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 11.6vh;
  transform: translateY(-50%) scaleY(0);
  transform-origin: 50% 0;
  background-color: #000;
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 768px) {
  .section:before {
    height: 100px;
  }
}
@media screen and (max-width: 550px) {
  .section:before {
    height: 50px;
  }
}
.section.visible:before {
  transform: translateY(-50%) scaleY(1);
}
.section__content {
  position: relative;
  width: 100%;
  max-width: 1372px;
  margin: 0 auto;
}
@media screen and (min-width: 2400px) {
  .section__content {
    max-width: 1600px;
  }
}
@media screen and (max-width: 1280px) {
  .section__content {
    max-width: 1024px;
  }
}
.section__close {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 10;
  width: 60px;
  height: 60px;
  font-size: 1rem;
  font-family: Nexa;
  font-weight: 700;
  background: url(../assets/svg/icon-close-black.svg) center center no-repeat;
  background-size: 35%;
  outline: 0;
}
@media screen and (max-width: 550px) {
  .section__close {
    top: 10px;
    right: 10px;
  }
}
.section__title {
  padding-top: 7.8vh;
  padding-bottom: 35px;
  font-size: 2.5rem;
  line-height: 1.25em;
  font-family: Nexa;
  font-weight: 700;
  text-align: center;
  transform: translateY(-30px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s,
    opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
@media screen and (min-width: 1550px) {
  .section__title {
    font-size: 2.875rem;
  }
}
@media screen and (max-width: 550px) {
  .section__title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2rem;
  }
}
.visible .section__title {
  opacity: 1;
  transform: translateY(0);
}
.section__subtitle {
  max-width: 880px;
  width: 100%;
  margin: 0 auto 64px;
  padding: 0 20px;
  font-size: 1rem;
  font-family: "Libre Franklin";
  line-height: 1.5625em;
  text-align: center;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.visible .section__subtitle {
  opacity: 1;
}
.section__titleSmall {
  margin-bottom: 18px;
  padding: 0 20px;
  font-size: 1rem;
  line-height: 1.5625em;
  font-family: "Libre Franklin";
  font-weight: 700;
  text-align: center;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1) 1s;
}
.visible .section__titleSmall {
  opacity: 1;
}
@keyframes underlineAnimation {
  0% {
    transform-origin: 100% 50%;
    transform: scaleX(1);
  }
  50% {
    transform-origin: 100% 50%;
    transform: scaleX(0);
  }
  51% {
    transform-origin: 0 50%;
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0 50%;
  }
}
.header {
  position: fixed;
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 75px;
  background-color: #fff;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .header.hidden {
    transform: translate3d(0, -100%, 0);
  }
}
@media screen and (max-width: 768px) {
  .header {
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 56px;
  }
  .header.hiddenMobile {
    transform: translate3d(0, -100%, 0);
  }
}
.nav {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  width: 100vw;
  height: 75px;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: none;
}
.nav.hidden {
  transform: translate3d(0, -100%, 0);
}
@media screen and (max-width: 768px) {
  .nav {
    position: fixed;
    top: 56px;
    z-index: 50;
    height: calc(100vh - 56px);
    height: calc(var(--vh, 1vh) * 100 - 56px);
    background: #f0f0f0;
  }
  .nav.hiddenMobile {
    transform: translate3d(0, calc(-100% - 56px), 0);
  }
}
.nav__toggle {
  position: relative;
  display: none;
  width: 48px;
  height: 48px;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .nav__toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.nav__toggle .toggle__line {
  width: 18px;
  height: 1px;
  margin: 3px 0;
  background: #000;
}
.nav__toggle.open .toggle__line {
  display: none;
}
.nav__toggle .toggle__close {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 20px;
  margin-left: -10px;
  height: 1px;
  background: #000;
}
.nav__toggle .toggle__close.toggle__close--0 {
  transform: rotate(45deg);
}
.nav__toggle .toggle__close.toggle__close--1 {
  transform: rotate(-45deg);
}
.nav__toggle.open .toggle__close {
  display: -ms-flexbox;
  display: flex;
}
.nav__list {
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  max-width: 1372px;
  margin: 0 auto;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .nav__list {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.nav__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin: 0 45px;
  pointer-events: auto;
}
@media screen and (max-width: 1100px) {
  .nav__item {
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .nav__item {
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: initial;
    margin: 0;
    border-bottom: 1px solid rgba(151, 151, 151, 0.3);
  }
}
.nav__item:nth-child(2) {
  margin-right: 110px;
}
@media screen and (max-width: 1100px) {
  .nav__item:nth-child(2) {
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .nav__item:nth-child(2) {
    margin: 0;
  }
}
.nav__item:nth-child(3) {
  margin-left: 110px;
}
@media screen and (max-width: 1100px) {
  .nav__item:nth-child(3) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .nav__item:nth-child(3) {
    margin: 0;
  }
}
.nav__item.nav__item--mobile {
  display: none;
}
.nav__item.nav__item--mobile .nav__anchor {
  color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .nav__item.nav__item--mobile {
    display: -ms-flexbox;
    display: flex;
  }
}
.nav__anchor {
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  color: #000;
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: 300;
  font-family: Nexa;
  text-transform: uppercase;
  outline: 0;
}
@media screen and (min-width: 769px) {
  .nav__anchor:after {
    content: "";
    position: absolute;
    left: -12px;
    top: calc(50% - 4px);
    width: 5px;
    height: 5px;
    background-color: #000;
    opacity: 0;
    transform: translate3d(-5px, 0, 0) rotate(-25deg);
    transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95),
      transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
@media screen and (max-width: 768px) {
  .nav__anchor {
    padding: 3vh 0;
    padding: calc(var(--vh, 1vh) * 3) 0;
  }
}
.nav__item:hover .nav__anchor:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.header__title {
  position: absolute;
  top: 50%;
  left: 50vw;
  width: 36px;
  height: 42px;
  margin-left: -18px;
  margin-top: -21px;
  background: url(../assets/images/logo.svg) center center no-repeat;
  cursor: pointer;
}
.header__title .title__label {
  visibility: hidden;
}
.nav__lang {
  position: absolute;
  top: 0;
  right: 0;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
  height: 100%;
  font-size: 0.875rem;
  font-family: Nexa;
  font-weight: 700;
  transform: translateX(0);
}
@media screen and (max-width: 1100px) {
  .nav__lang {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .nav__lang {
    top: initial;
    bottom: 0;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: initial;
    padding: 3vh 0;
    border-top: 1px solid rgba(151, 151, 151, 0.3);
  }
}
.nav__lang .lang__item {
  pointer-events: auto;
}
.nav__lang .lang__link {
  position: relative;
  color: #000;
}
.nav__lang .lang__link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: 0 50%;
}
.nav__lang .lang__link:hover:before {
  transform: scaleX(1);
}
.nav__lang .lang__separator {
  margin: 0 4px;
}
.nav__lang .lang__link.current {
  pointer-events: none;
}
.nav__lang .lang__link.current:before {
  transform: scaleX(1);
}
.footer {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  background-color: #f0f0f0;
}
.footer__logo {
  display: block;
  width: 35px;
  height: 42px;
  margin-top: 45px;
  margin-bottom: 35px;
  background: url(../assets/images/logo.svg) center center no-repeat;
  outline: 0;
}
.footer__text {
  max-width: 1165px;
  padding: 0 30px;
  margin-bottom: 70px;
  color: #000;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.65em;
  letter-spacing: 0.01em;
  text-align: center;
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  .footer__text {
    font-size: 1.05rem;
  }
}
@media screen and (max-width: 550px) {
  .footer__text {
    font-size: 0.95rem;
  }
}
.footer__nav {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    display: none;
  }
}
.footer__anchor {
  position: relative;
  margin: 0 17px;
  color: #000;
  font-size: 0.875rem;
  font-family: Nexa;
  font-weight: 300;
  text-transform: uppercase;
  outline: 0;
}
@media screen and (min-width: 769px) {
  .footer__anchor:after {
    content: "";
    position: absolute;
    left: -12px;
    top: calc(50% - 4px);
    width: 5px;
    height: 5px;
    background-color: #000;
    opacity: 0;
    transform: translate3d(-5px, 0, 0) rotate(-25deg);
    transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95),
      transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .footer__anchor:hover:after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.footer__copyright {
  margin-bottom: 150px;
  color: #000;
  font-size: 0.875rem;
  font-family: Nexa;
  font-weight: 300;
  text-transform: uppercase;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
  }
  .footer__copyright .copyright__separator {
    display: none;
  }
  .footer__copyright .copyright__end {
    display: -ms-flexbox;
    display: flex;
  }
}
.overlay {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.overlay.bkg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  transform-origin: 50% 0;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.overlay.visible {
  opacity: 1;
  pointer-events: auto;
}
.overlay.visible.bkg:before {
  opacity: 1;
}
.overlay__close {
  position: absolute;
  right: 39px;
  top: 40px;
  z-index: 85;
  width: 40px;
  height: 40px;
  font-size: 1rem;
  font-family: Nexa;
  font-weight: 700;
  background: url(../assets/svg/icon-close.svg) center center no-repeat;
  background-size: 55%;
}
.with-header .overlay__close {
  top: 115px;
}
.overlay__follow,
.overlay__share {
  position: absolute;
  z-index: 82;
  top: 0;
  left: 0;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.overlay__follow.visible,
.overlay__share.visible {
  display: -ms-flexbox;
  display: flex;
}
.overlay__title {
  margin-bottom: 40px;
  color: #fff;
  font-size: 1.25rem;
  font-family: Nexa;
  font-weight: 700;
  text-transform: uppercase;
}
.overlay__list {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.overlay__item.hidden {
  display: none;
}
.overlay__link {
  display: block;
  width: 25px;
  height: 32px;
  margin: 0 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  outline: 0;  
}
.overlay__link.overlay__link--in {
  background-image: url(../assets/svg/icon-instagram.svg);
}
.overlay__link.overlay__link--tw {
  background-image: url(../assets/svg/icon-twitter.svg);
}
.overlay__link.overlay__link--fb {
  background-image: url(../assets/svg/icon-facebook.svg);
}
.overlay__link.overlay__link--lk {
  background-image: url(../assets/svg/icon-linkedin.svg);
}
.cookie__banner {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 120;
  width: 100vw;
  padding: 10px 20px;
  background-color: #000;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 0, 0);
}
.cookie__banner .section__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 550px) {
  .cookie__banner .section__content {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cookie__banner.hidden {
  transform: translate3d(0, 100%, 0);
}
.cookie__text {
  width: 75%;
  padding-right: 10px;
  color: #fff;
  font-family: 0.875rem;
  font-size: 0.75rem;
  line-height: 1.66em;
}
@media screen and (max-width: 550px) {
  .cookie__text {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}
.cookie__text .cookie__link {
  color: #fff;
  text-decoration: underline;
}
.cookie__text .cookie__link:hover {
  text-decoration: none;
}
.cookie__actions {
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 550px) {
  .cookie__actions {
    width: 100%;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.cookie__button {
  margin: 0 10px;
  padding: 8px 16px;
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase;
  border: 1px solid #fff;
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),
    color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 550px) {
  .cookie__button:first-child {
    margin-left: 0;
  }
}
.cookie__button:hover {
  color: #000;
  background-color: #fff;
}
.section--stories {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #ebebeb;
}
.section--stories .section__title {
  padding-top: 0;
  padding-bottom: 24px;
  color: #fff;
  font-size: 3.75rem;
  pointer-events: none;
}
@media screen and (max-width: 550px) {
  .section--stories .section__title {
    font-size: 2.75rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 320px) {
  .section--stories .section__title {
    padding-bottom: 15px;
  }
}
.section--stories .section__subtitle {
  width: 52%;
  margin-bottom: 40px;
  color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .section--stories .section__subtitle {
    width: 80%;
  }
}
@media screen and (max-width: 550px) {
  .section--stories .section__subtitle {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .section--stories .section__subtitle {
    margin-bottom: 20px;
    padding: 0;
    font-size: 0.875rem;
  }
}
.stories__intro {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  width: 85vw;
  height: 78.7vh;
  height: calc(var(--vh, 1vh) * 78.7);
  padding-top: 75px;
  margin: 0 auto;
  pointer-events: none;
  cursor: pointer;
  opacity: 0;
}
@media screen and (min-width: 2400px) {
  .stories__intro {
    width: 76vw;
  }
}
@media screen and (max-width: 550px) {
  .stories__intro {
    width: 100%;
    padding: 0 20px;
  }
}
.stories__intro .intro__cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  outline: 0;
}
.stories__intro .intro__cta .intro__icon {
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
  background: url(../assets/images/icon-play.svg) center center no-repeat;
  background-size: 100%;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 2400px) {
  .stories__intro .intro__cta .intro__icon {
    width: 38px;
    height: 38px;
  }
}
.stories__intro .intro__cta .intro__label {
  position: relative;
  color: #fff;
  font-size: 1rem;
  font-family: Nexa;
  font-weight: 700;
  text-transform: uppercase;
}
.stories__intro .intro__cta .intro__label:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.stories__intro:hover .intro__cta .intro__icon {
  transform: scale(1.2);
}
.stories__intro:hover .intro__cta .intro__label:before {
  animation: underlineAnimation 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1
    forwards;
}
.stories__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.stories__player .player__video {
  position: absolute;
  top: 0;
  left: 50%;
  width: 85vw;
  height: 78.7vh;
  height: calc(var(--vh, 1vh) * 78.7);
  margin-left: -42.5vw;
  transform-origin: 50% 100%;
  background-color: #000;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform: translateY(calc(21.3vh)) scale(calc(100 / 78.7));
}
@media screen and (min-width: 2400px) {
  .stories__player .player__video {
    width: 76vw;
    margin-left: -38vw;
    transform: translateY(calc(21.3vh)) scale(calc(100 / 76));
  }
}
@media screen and (max-width: 550px) {
  .stories__player .player__video {
    width: 100%;
    left: 0;
    margin-left: 0;
    transform: translateY(calc(21.3vh)) scale(1);
  }
}
.stories__player .player__video .player__content {
  position: relative;
  width: 100%;
  max-width: inherit;
}
.stories__player .player__video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  pointer-events: none;
}
.fullscreen .stories__player .player__video:after {
  opacity: 0;
}
.player__progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: rgba(255, 255, 255, 0.2);
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
}
.player__progress.hidden {
  opacity: 0;
}
.player__progress .progress__fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: 0 50%;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.player__details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.player__details.hidden {
  opacity: 0;
}
.player__details.minimized {
  opacity: 0;
}
.player__details .details__title {
  position: relative;
  width: 65%;
  margin-top: 45px;
  margin-left: 11.5vw;
  margin-bottom: 15px;
  color: #fff;
  font-size: 1.675rem;
  font-family: Nexa;
  font-weight: 700;
}
.player__details .details__title:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: calc(100% + 20px);
  width: calc(11.5vw - 20px);
  height: 1px;
  background-color: #d8d8d8;
  transform-origin: 100% 50%;
}
@media screen and (min-width: 2400px) {
  .player__details .details__title {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1280px) {
  .player__details .details__title {
    margin-left: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .player__details .details__title {
    width: 100%;
    padding-left: 0;
    padding-right: 60px;
    margin-top: 70px;
    margin-left: 30px;
  }
  .player__details .details__title:before {
    right: calc(100% + 10px);
    width: 20px;
  }
}
@media screen and (max-height: 1080px) {
  .player__details .details__title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 550px) {
  .player__details .details__title {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
}
.player__details .details__subtitle {
  margin-left: 11.5vw;
  margin-bottom: 15px;
  color: #fff;
  font-size: 1rem;
  font-family: Nexa;
  font-weight: 300;
}
.player__details .details__subtitle:empty {
  display: none;
}
@media screen and (max-width: 1280px) {
  .player__details .details__subtitle {
    margin-left: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .player__details .details__subtitle {
    width: 100%;
    padding-left: 0;
    padding-right: 60px;
    margin-left: 30px;
  }
}
@media screen and (max-height: 1080px) {
  .player__details .details__subtitle {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 550px) {
  .player__details .details__subtitle {
    margin-bottom: 5px;
  }
}
.player__details .details__desc {
  position: relative;
  width: 50%;
  padding-top: 15px;
  margin-left: 11.5vw;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5625em;
}
.player__details .details__desc:empty {
  display: none;
}
.player__details .details__desc:not(:empty):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 33vw;
  height: 1px;
  background-color: #d8d8d8;
  transform-origin: 0 50%;
}
@media screen and (max-width: 1280px) {
  .player__details .details__desc {
    margin-left: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .player__details .details__desc {
    width: 100%;
    padding-left: 0;
    padding-right: 60px;
    margin-left: 30px;
    display: none;
  }
}
@media screen and (max-height: 1080px) {
  .player__details .details__desc {
    padding-top: 10px;
  }
}
@media screen and (max-width: 550px) {
  .player__details .details__desc {
    padding-top: 5px;
    font-size: 0.875rem;
  }
}
.player__actions {
  position: absolute;
  top: 45px;
  right: 30px;
  display: -ms-flexbox;
  display: flex;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (min-width: 2400px) {
  .player__actions {
    top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .player__actions {
    top: 25px;
    right: 10px;
  }
}
.player__actions.hidden {
  pointer-events: none;
  opacity: 0;
}
.player__actions.minimized {
  opacity: 0;
}
.player__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.paused .player__overlay {
  opacity: 0.7;
}
.player__action {
  position: relative;
  height: 30px;
  margin: 0 18px;
  color: #fff;
  font-size: 0.875rem;
  font-family: Nexa;
  font-weight: 700;
  text-transform: uppercase;
  outline: 0;
}
.player__action:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.player__action:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 1px;
  height: 30px;
  margin-top: -15px;
  background-color: #d8d8d8;
}
.player__action:last-child:after {
  content: none;
}
.player__action.player__action--close {
  width: 60px;
  height: 30px;
  margin: 0;
  background: url(../assets/svg/icon-close.svg) center center no-repeat;
  background-size: 35%;
}
.player__action.player__action--close:before {
  content: none;
}
.player__action:hover:before {
  animation: underlineAnimation 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1
    forwards;
}
.player__fullscreen {
  position: absolute;
  top: calc(50% + 15px + 28.125vw);
  right: 15px;
  z-index: 100;
  display: none;
  width: 30px;
  height: 30px;
  background: url(../assets/svg/icon-fullscreen.svg) center center no-repeat;
  background-size: 100%;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: auto;
}
.player__fullscreen.hidden {
  opacity: 0;
  pointer-events: none;
}
@media screen and (hover: none) {
  .player__fullscreen {
    display: block;
  }
}
.player__pause {
  position: absolute;
  top: 0;
  left: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.paused .player__pause {
  opacity: 1;
}
.player__pause .pause__icon {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../assets/images/icon-play.svg) center center no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 550px) {
  .player__pause .pause__icon {
    width: 60px;
    height: 60px;
  }
}
.player__pause .pause__label {
  margin-bottom: 30px;
  color: #fff;
  font-family: Nexa;
  font-size: 3.75rem;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .player__pause .pause__label {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 550px) {
  .player__pause .pause__label {
    display: none;
  }
}
.stories__loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.stories__loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.stories__loading .stories__logo {
  position: absolute;
  top: calc(50% - 10vh);
  left: 50%;
  width: 222px;
  height: 214px;
  margin-left: -111px;
  margin-top: -107px;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.stories__loading .stories__logo:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(-12vh);
  width: 1px;
  height: 8vh;
  background-color: #fff;
}
@media screen and (max-width: 550px) {
  .stories__loading .stories__logo {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 320px) {
  .stories__loading .stories__logo {
    transform: scale(0.8);
  }
}
.stories__loading .stories__scroll {
  position: absolute;
  left: 50%;
  bottom: 50px;
  width: 22px;
  height: 44px;
  margin-left: -11px;
  background: url(../assets/svg/icon-scroll.svg) center center no-repeat;
  opacity: 0;
  transform: translate3d(0, -20px, 0);
  transition: transform 750ms cubic-bezier(0.215, 0.61, 0.355, 1) 1s,
    opacity 750ms cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
@media screen and (min-height: 1080px) {
  .stories__loading .stories__scroll {
    bottom: 15%;
  }
}
@media screen and (hover: none) {
  .stories__loading .stories__scroll {
    background: url(../assets/svg/icon-touch.svg) center center no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .stories__loading .stories__scroll {
    bottom: 20%;
  }
}
.stories__loading .start__loading {
  position: absolute;
  left: calc(50% - 40px);
  bottom: 72px;
  width: 80px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
}
@media screen and (min-height: 1080px) {
  .stories__loading .start__loading {
    bottom: 15%;
  }
}
@media screen and (max-width: 768px) {
  .stories__loading .start__loading {
    bottom: 20%;
  }
}
.stories__loading .start__loading .loading__fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 0 50%;
  transform: scaleX(0);
  background-color: #fff;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.stories__loading.started .stories__logo {
  opacity: 0;
}
.stories__loading.loaded:before {
  opacity: 0;
}
.stories__loading.loaded .start__loading {
  opacity: 0;
}
.stories__loading.loaded .stories__scroll {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.stories__loading.hidden {
  pointer-events: none;
}
.stories__loading.hidden .stories__logo {
  opacity: 0;
}
.stories__loading.hidden .stories__scroll {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.stories__thumbnails {
  position: relative;
  top: -5.2vw;
  z-index: 30;
  width: 100%;
  opacity: 0;
}
.stories__thumbnails .thumbnails__container {
  position: relative;
  left: -30px;
  display: -ms-flexbox;
  display: flex;
  width: 85vw;
  margin: 0 auto;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (min-width: 2400px) {
  .stories__thumbnails .thumbnails__container {
    width: 76vw;
  }
}
@media screen and (max-width: 550px) {
  .stories__thumbnails .thumbnails__container {
    left: 20px;
    width: 100%;
  }
}
.stories__thumbnails .thumbnail__arrow {
  position: absolute;
  top: 0;
  width: 65px;
  height: 10.4vw;
  background-color: #fff;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
  outline: 0;
}
@media screen and (max-width: 1280px) {
  .stories__thumbnails .thumbnail__arrow {
    height: 13.1vw;
  }
}
@media screen and (max-width: 768px) {
  .stories__thumbnails .thumbnail__arrow {
    height: 18vw;
  }
}
@media screen and (max-width: 550px) {
  .stories__thumbnails .thumbnail__arrow {
    width: 45px;
    height: 26vw;
  }
}
@media (hover: none) and (max-width: 550px) {
  .stories__thumbnails .thumbnail__arrow {
    display: none;
  }
}
.stories__thumbnails .thumbnail__arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25%;
}
.stories__thumbnails .thumbnail__arrow.thumbnail__arrow--prev {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.stories__thumbnails .thumbnail__arrow.thumbnail__arrow--prev:before {
  background-image: url(../assets/svg/icon-arrow.svg);
  transform: rotate(180deg);
}
.stories__thumbnails .thumbnail__arrow.thumbnail__arrow--next {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
.stories__thumbnails .thumbnail__arrow.thumbnail__arrow--next:before {
  background-image: url(../assets/svg/icon-arrow.svg);
}
.stories__thumbnails .thumbnail__arrow.visible {
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}
.stories__thumbnail {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 16.8vw;
  height: 10.4vw;
  margin-right: 20px;
  padding-left: 16px;
  padding-bottom: 20px;
  outline: 0;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (min-width: 2400px) {
  .stories__thumbnail {
    padding-left: 25px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .stories__thumbnail {
    width: 21.25vw;
    height: 13.1vw;
  }
}
@media screen and (max-width: 768px) {
  .stories__thumbnail {
    width: 29vw;
    height: 18vw;
    padding-bottom: 12px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 550px) {
  .stories__thumbnail {
    margin-right: 10px;
    width: calc((100% - 40px - 10px) * 0.5);
    height: 26vw;
    padding-bottom: 7px;
    padding-left: 10px;
  }
}
.stories__thumbnail .thumbnail__next {
  position: absolute;
  bottom: -20px;
  left: 28px;
  width: 200%;
  text-align: left;
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 1280px) {
  .stories__thumbnail .thumbnail__next {
    width: 150%;
  }
}
@media screen and (max-width: 768px) {
  .stories__thumbnail .thumbnail__next {
    width: 120%;
  }
}
@media screen and (max-width: 550px) {
  .stories__thumbnail .thumbnail__next {
    bottom: -10px;
  }
}
.stories__thumbnail .thumbnail__next .next__title {
  position: relative;
  font-size: 1.625rem;
  font-family: "Libre Franklin";
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  .stories__thumbnail .thumbnail__next .next__title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .stories__thumbnail .thumbnail__next .next__title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 550px) {
  .stories__thumbnail .thumbnail__next .next__title {
    font-size: 0.875rem;
  }
}
.stories__thumbnail .thumbnail__next .next__title:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: -48px;
  width: 40px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .stories__thumbnail .thumbnail__next .next__title:before {
    left: -38px;
    width: 30px;
  }
}
@media screen and (max-width: 550px) {
  .stories__thumbnail .thumbnail__next .next__title:before {
    left: -28px;
    width: 20px;
  }
}
.stories__thumbnail .thumbnail__next .next__text {
  display: none;
  width: calc(100% - 28px);
  font-size: 1rem;
  font-family: Nexa;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .stories__thumbnail .thumbnail__next .next__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 550px) {
  .stories__thumbnail .thumbnail__next .next__text {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 550px) {
  .stories__thumbnail .thumbnail__next {
    left: 10px;
  }
}
.stories__thumbnail .thumbnail__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform-origin: 50% 100%;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.stories__thumbnail .thumbnail__background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.stories__thumbnail .thumbnail__background .thumbnail__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
}
.stories__thumbnail:first-child .thumbnail__background {
  transform-origin: 0 100%;
}
.stories__thumbnail:last-child .thumbnail__background {
  transform-origin: 100% 100%;
}
.stories__thumbnail .thumbnail__progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}
.stories__thumbnail .thumbnail__progress:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.2;
}
.stories__thumbnail .thumbnail__progress .progress__fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform-origin: 0 50%;
  transform: scaleX(0);
}
.stories__thumbnail .thumbnail__soon {
  display: none;
}
.stories__thumbnail .thumbnail__title {
  position: relative;
  padding-right: 25%;
  margin-bottom: 5px;
  color: #000;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.65em;
  text-align: left;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 1024px) {
  .stories__thumbnail .thumbnail__title {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 550px) {
  .stories__thumbnail .thumbnail__title {
    font-size: 0.65rem;
  }
}
.stories__thumbnail .thumbnail__subtitle {
  position: relative;
  font-size: 0.9rem;
  font-family: Nexa;
  font-weight: 300;
  text-align: left;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 1024px) {
  .stories__thumbnail .thumbnail__subtitle {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 550px) {
  .stories__thumbnail .thumbnail__subtitle {
    font-size: 0.65rem;
  }
}
.stories__thumbnail .thumbnail__icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 2vw;
  height: 2vw;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.stories__thumbnail .thumbnail__icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../assets/images/icon-play.svg);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 2400px) {
  .stories__thumbnail .thumbnail__icon {
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .stories__thumbnail .thumbnail__icon {
    width: 26px;
    height: 26px;
  }
}
@media screen and (max-width: 550px) {
  .stories__thumbnail .thumbnail__icon {
    right: 10px;
    bottom: 10px;
    width: 20px;
    height: 20px;
  }
}
.stories__thumbnail .thumbnail__icon .icon__label {
  visibility: hidden;
}
.stories__thumbnail .thumbnail__desc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200%;
  padding: 12px 16px 20px;
  color: #fff;
  font-size: 0.875rem;
  font-family: "Libre Franklin";
  line-height: 1.57em;
  text-align: left;
  pointer-events: none;
  transition: opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),
    transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}
@media screen and (max-width: 1280px) {
  .stories__thumbnail .thumbnail__desc {
    width: 150%;
  }
}
@media screen and (max-width: 768px) {
  .stories__thumbnail .thumbnail__desc {
    font-size: 0.75rem;
    padding: 12px 16px;
  }
}
.stories__thumbnail .thumbnail__desc:before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  width: calc(100% - 32px);
  height: 1px;
  background-color: #d8d8d8;
  opacity: 0.5;
}
.stories__thumbnail.soon {
  cursor: initial;
}
.stories__thumbnail.soon .thumbnail__next .next__text {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.stories__thumbnail.soon .thumbnail__soon {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding-left: 9px;
  margin-bottom: 7px;
  color: #000;
  text-align: left;
  font-size: 1.15rem;
  font-weight: 500;
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
    transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 768px) {
  .stories__thumbnail.soon .thumbnail__soon {
    font-size: 0.9rem;
  }
}
.stories__thumbnail.soon .thumbnail__soon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -26px;
  width: 26px;
  height: 1px;
  background-color: #d8d8d8;
}
.stories__thumbnail.soon.dark .thumbnail__soon {
  color: #fff;
}
.stories__thumbnail.soon .thumbnail__title {
  opacity: 0.4;
}
.stories__thumbnail.soon .thumbnail__subtitle {
  display: none;
}
.stories__thumbnail.soon .thumbnail__icon {
  display: none;
}
.stories__thumbnail.soon:hover .thumbnail__icon:before {
  transform: scale(1);
}
.stories__thumbnail.dark .thumbnail__next {
  color: #fff;
}
.stories__thumbnail.dark .thumbnail__next .next__title:before {
  background-color: #fff;
}
.stories__thumbnail.dark .thumbnail__background:after {
  background-color: #000;
  opacity: 0.6;
}
.stories__thumbnail.dark .thumbnail__title {
  color: #fff;
}
.stories__thumbnail.dark .thumbnail__subtitle {
  color: #fff;
}
.stories__thumbnail.light .thumbnail__next {
  color: #000;
}
.stories__thumbnail.light .thumbnail__next .next__title:before {
  background-color: #000;
}
.stories__thumbnail.light .thumbnail__background:after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
  opacity: 0.1;
}
.stories__thumbnail.light .thumbnail__progress:before {
  background-color: #000;
}
.stories__thumbnail.light .thumbnail__desc {
  color: #000;
}
.stories__thumbnail.light .thumbnail__desc:before {
  background-color: #000;
  opacity: 0.2;
}
.stories__thumbnail.current .thumbnail__icon:before {
  background-image: url(../assets/images/icon-pause.svg);
}
.stories__thumbnail.current .thumbnail__icon .icon__label--play {
  display: none;
}
.stories__thumbnail.current .thumbnail__icon .icon__label--pause {
  display: -ms-flexbox;
  display: flex;
}
.stories__thumbnail.current:not(.playing) .thumbnail__progress {
  transform: translateY(0);
}
.stories__thumbnail.waiting .thumbnail__soon {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
    transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.stories__thumbnail.waiting .thumbnail__next {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
}
.stories__thumbnail:hover .thumbnail__icon:before {
  transform: scale(1.2);
}
.stories__thumbnail:hover .thumbnail__desc {
  transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 250ms,
    transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.section--manifest {
  margin-bottom: 13.6vh;
  background-color: #f0f0f0;
}
.manifest__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .manifest__row {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 13%;
  }
}
.manifest__col {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .manifest__col {
    width: 100%;
  }
}
.manifest__col--left {
  position: relative;
  width: calc(50% - 1.15%);
  height: 480px;
  max-width: 686px;
  margin-left: -1.15%;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.manifest__col--left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../assets/images/manifest.png) no-repeat center center;
  background-size: cover;
  transform: scale(1.2);
  transition: transform 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.manifest__col--left.visible:before {
  transform: scale(1);
}
@media screen and (min-width: 2400px) {
  .manifest__col--left {
    max-width: 800px;
    height: 580px;
  }
}
@media screen and (max-width: 1280px) {
  .manifest__col--left {
    height: 380px;
  }
}
@media screen and (max-width: 768px) {
  .manifest__col--left {
    width: 100%;
    max-width: 100%;
    height: 75vw;
  }
}
.manifest__col--right {
  width: 50%;
  max-width: 686px;
  margin-top: 25px;
  padding-left: 3.6875%;
  padding-right: 3.6875%;
}
@media screen and (min-width: 2400px) {
  .manifest__col--right {
    max-width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .manifest__col--right {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.manifest__emphasis {
  margin-bottom: 35px;
  font-family: Nexa;
  font-size: 1.75rem;
  line-height: 1.2em;
  font-weight: 700;
}
@media screen and (min-width: 2400px) {
  .manifest__emphasis {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1280px) {
  .manifest__emphasis {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .manifest__emphasis {
    font-size: 1.5rem;
  }
}
.manifest__text {
  margin-bottom: 20px;
}
.manifest__rest,
.manifest__text {
  color: rgba(0, 0, 0, 0.75);
  font-size: 1rem;
  line-height: 1.5625em;
}
.manifest__rest {
  transition: height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
  opacity: 1;
}
.manifest__rest.hidden {
  padding-top: 0;
  opacity: 0;
  transition: height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s,
    opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.manifest__button {
  position: relative;
  width: 70%;
  max-width: 320px;
  padding: 16px 32px;
  color: #000;
  font-family: Nexa;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5625em;
  text-transform: uppercase;
  border: 1px solid #000;
  outline: 0;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s,
    background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),
    color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 1550px) {
  .manifest__button {
    padding: 8px 16px;
    max-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .manifest__button {
    width: 100%;
    max-width: 100%;
  }
}
.manifest__button .button__label--close {
  display: none;
}
.manifest__button.open {
  transform: translate3d(0, 20px, 0);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.manifest__button.open .button__label--open {
  display: none;
}
.manifest__button.open .button__label--close {
  display: block;
}
.manifest__button:hover {
  color: #fff;
  background-color: #000;
}
.section--history {
  background-color: #fff;
  padding-bottom: 13.6vh;
}
.history__container {
  position: relative;
}
.history__items {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 25%;
  margin-bottom: 110px;
}
@media screen and (max-width: 1280px) {
  .history__items {
    margin-left: 12.5%;
  }
}
@media screen and (max-width: 550px) {
  .history__items {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.history__item {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50%;
  height: 25vw;
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 1280px) {
  .history__item {
    width: 75%;
    height: 35.5vw;
  }
}
@media screen and (max-width: 550px) {
  .history__item {
    width: 100%;
    height: auto;
  }
}
.history__item .item__content {
  position: relative;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 550px) {
  .history__item .item__content {
    width: calc(100% - 90px);
    height: auto;
    margin: 80px auto 0;
    padding-top: 30px;
  }
}
.history__item .item__year {
  position: relative;
  z-index: 10;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.725vw;
  margin-bottom: 1.5vw;
  color: #000;
  font-size: 1rem;
  font-family: Nexa;
  font-weight: 700;
  opacity: 0.5;
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s,
    opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
}
@media screen and (max-width: 550px) {
  .history__item .item__year {
    padding-top: 0;
    display: none;
  }
}
.history__item .item__year:after {
  content: "";
  position: relative;
  top: -2px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 1px;
  margin-left: 20px;
  background-color: #d8d8d8;
  transform-origin: 0 50%;
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 550px) {
  .history__item .item__year:after {
    display: none;
  }
}
.history__item .item__title {
  position: relative;
  padding-right: 12.45%;
  margin-bottom: 20px;
  color: #000;
  font-size: 1.75rem;
  line-height: 1.2em;
  font-family: Nexa;
  font-weight: 700;
  opacity: 1;
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s,
    opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
}
@media screen and (min-width: 2400px) {
  .history__item .item__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1280px) {
  .history__item .item__title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .history__item .item__title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 550px) {
  .history__item .item__title {
    padding-right: 0;
  }
}
.history__item .item__text {
  position: relative;
  padding-right: 12.45%;
  color: rgba(0, 0, 0, 0.75);
  font-size: 1rem;
  font-family: Nexa;
  font-weight: 300;
  line-height: 1.5625em;
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s,
    opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
}
@media screen and (min-width: 1920px) {
  .history__item .item__text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1440px) {
  .history__item .item__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1024px) {
  .history__item .item__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 550px) {
  .history__item .item__text {
    padding-right: 0;
  }
}
.history__item .item__quote {
  position: relative;
  color: #000;
  font-family: Nexa;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5625em;
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s,
    opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
}
.history__item .item__quote:not(:empty) {
  margin-top: 20px;
  padding-bottom: 40px;
}
.history__item .item__image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: calc(50% - 1.15%);
  height: 100%;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translate3d(0, 0, 0) scaleX(1) scaleY(1);
  opacity: 1;
}
.history__item .item__image > img {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 550px) {
  .history__item .item__image {
    position: relative;
    width: calc(100% - 90px);
    height: 80vw;
    margin: 0 auto;
  }
}
.history__item.prev {
  cursor: pointer;
}
.history__item.prev .item__year:after {
  transform-origin: 0 50%;
  transform: scaleX(0) translate3d(-30px, 0, 0);
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.history__item.prev .item__title {
  opacity: 0;
  transform: translate3d(-30px, 0, 0);
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.history__item.prev .item__text {
  opacity: 0;
  transform: translate3d(-30px, 0, 0);
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.history__item.prev .item__year {
  opacity: 0;
  transform: translate3d(-30px, 0, 0);
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.history__item.prev .item__quote {
  opacity: 0;
  transform: translate3d(-30px, 0, 0);
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.history__item.prev .item__image {
  transform: translate3d(-25%, 0, 0) scale(0.82);
}
@media screen and (max-width: 1280px) {
  .history__item.prev .item__image {
    transform: translate3d(0, 0, 0) scale(0.82);
  }
}
@media screen and (max-width: 550px) {
  .history__item.prev .item__image {
    transform: scale(0.82);
  }
}
.history__item.next {
  cursor: pointer;
}
.history__item.next .item__year:after {
  transform-origin: 100% 50%;
  transform: scaleX(0) translateX(30px);
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.history__item.next .item__title {
  opacity: 0;
  transform: translateX(30px);
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.history__item.next .item__text {
  opacity: 0;
  transform: translateX(30px);
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.history__item.next .item__year {
  opacity: 0;
  transform: translateX(30px);
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.history__item.next .item__quote {
  opacity: 0;
  transform: translateX(30px);
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.history__item.next .item__image {
  transform: translate3d(-75%, 0, 0) scale(0.82);
}
@media screen and (max-width: 1280px) {
  .history__item.next .item__image {
    transform: translate3d(-100%, 0, 0) scale(0.82);
  }
}
@media screen and (max-width: 550px) {
  .history__item.next .item__image {
    transform: scale(0.82);
  }
}
.history__item.moment {
  width: 50%;
}
@media screen and (max-width: 1280px) {
  .history__item.moment {
    width: 75%;
  }
}
@media screen and (max-width: 550px) {
  .history__item.moment {
    width: 100%;
  }
}
.history__item.moment .item__title {
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .history__item.moment .item__title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 550px) {
  .history__item.moment .item__title {
    margin-bottom: 20px;
  }
}
.history__item.moment .item__image {
  right: initial;
  left: 0;
  margin-left: -4.425%;
}
@media screen and (max-width: 550px) {
  .history__item.moment .item__image {
    margin-left: auto;
  }
}
.history__item.moment .item__content {
  width: 60%;
  margin-left: 44.425%;
  padding-left: 5.4125%;
  padding-right: 5.4125%;
}
@media screen and (max-width: 1024px) {
  .history__item.moment .item__content {
    padding-left: 3.85625%;
    padding-right: 3.85625%;
  }
}
@media screen and (max-width: 550px) {
  .history__item.moment .item__content {
    width: calc(100% - 90px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 5.4125%;
    padding-right: 5.4125%;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.history__item.moment .item__content:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  transform-origin: 0 50%;
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.history__item.moment .item__year:after {
  position: absolute;
  top: calc(2.725vw + 10px);
  left: calc(-10.825% - 14px);
  width: 28px;
  margin-left: 0;
  background-color: #000;
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 1024px) {
  .history__item.moment .item__year:after {
    top: calc(1.725vw + 10px);
    left: calc(-7.7125% - 14px);
  }
}
@media screen and (max-width: 1024px) {
  .history__item.moment .item__year {
    padding-top: 1.725vw;
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 550px) {
  .history__item.moment .item__year {
    display: -ms-flexbox;
    display: flex;
  }
}
.history__item.moment .item__text {
  padding-right: 0;
}
.history__item.moment.prev .item__content:before {
  transform-origin: 0 50%;
  transform: scaleX(0) scaleY(0.82);
}
@media screen and (max-width: 550px) {
  .history__item.moment.prev .item__content:before {
    transform: scale(1);
  }
}
.history__item.moment.prev .item__year:after {
  transform-origin: 0 50%;
  transform: scaleX(0) translateX(-30px);
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.history__item.moment.prev .item__title {
  transform: translateX(30px);
}
.history__item.moment.prev .item__text {
  transform: translateX(30px);
}
.history__item.moment.prev .item__year {
  transform: translateX(30px);
}
.history__item.moment.prev .item__quote {
  transform: translateX(30px);
}
.history__item.moment.prev .item__image {
  transform: translate3d(75%, 0, 0) scale(0.82);
}
@media screen and (max-width: 1280px) {
  .history__item.moment.prev .item__image {
    transform: translate3d(100%, 0, 0) scale(0.82);
  }
}
@media screen and (max-width: 550px) {
  .history__item.moment.prev .item__image {
    transform: translate3d(0, 0, 0) scale(0.82);
  }
}
@media screen and (max-width: 550px) {
  .history__item.moment.prev {
    transform: scale(0.82);
  }
}
.history__item.moment.next .item__content:before {
  transform-origin: 0 50%;
  transform: scaleX(0) scaleY(0.82);
}
@media screen and (max-width: 550px) {
  .history__item.moment.next .item__content:before {
    transform: scale(1);
  }
}
.history__item.moment.next .item__image {
  transform: translate3d(25%, 0, 0) scale(0.82);
}
@media screen and (max-width: 1280px) {
  .history__item.moment.next .item__image {
    transform: translate3d(0, 0, 0) scale(0.82);
  }
}
.history__content {
  position: relative;
}
@media screen and (max-width: 550px) {
  .history__content {
    position: absolute;
    top: 80vw;
    width: 100%;
    margin-top: 30px;
  }
}
.history__timeline {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto;
  margin-left: calc(50vw - 50px);
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.history__arrow {
  position: absolute;
  top: 6px;
  width: 65px;
  height: 10.4vw;
  background-color: #fff;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
  outline: 0;
}
@media screen and (max-width: 1280px) {
  .history__arrow {
    height: 13.1vw;
  }
}
@media screen and (max-width: 768px) {
  .history__arrow {
    height: 18vw;
  }
}
@media screen and (max-width: 550px) {
  .history__arrow {
    width: 45px;
    height: 26vw;
  }
}
@media (hover: none) and (max-width: 550px) {
  .history__arrow {
    display: none;
  }
}
.history__arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25%;
}
.history__arrow.history__arrow--prev {
  left: 0;
  transform: translate3d(-100%, -50%, 0);
}
.history__arrow.history__arrow--prev:before {
  background-image: url(../assets/svg/icon-arrow.svg);
  transform: rotate(180deg);
}
.history__arrow.history__arrow--next {
  right: 0;
  transform: translate3d(100%, -50%, 0);
}
.history__arrow.history__arrow--next:before {
  background-image: url(../assets/svg/icon-arrow.svg);
}
.history__arrow.visible {
  pointer-events: auto;
  transform: translate3d(0, -50%, 0);
}
.history__line {
  position: absolute;
  top: 3px;
  left: 50px;
  right: 50px;
  height: 1px;
  background-color: #d8d8d8;
}
.history__date {
  position: relative;
  top: -10px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin-right: 9vw;
  padding-top: 10px;
  outline: 0;
}
.history__date.moment {
  width: calc(9vw + 100px);
  margin-left: 50px;
  margin-right: calc(9vw + 50px);
}
.history__date.moment:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #a0a0a0;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1),
    background-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.history__date.moment:after {
  content: "";
  position: absolute;
  top: 10px;
  right: -3.5px;
  width: 7px;
  height: 7px;
  background-color: #a0a0a0;
  border-radius: 50%;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1),
    background-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.history__date.moment .date__dot {
  position: absolute;
  left: 0;
  background-color: #a0a0a0;
}
.history__date.moment .date__clone,
.history__date.moment .date__label {
  visibility: hidden;
}
.history__date:last-of-type {
  margin-right: 0;
}
.history__date .date__dot {
  display: block;
  width: 7px;
  height: 7px;
  margin-left: -3px;
  margin-bottom: 15px;
  background-color: #d8d8d8;
  border-radius: 50%;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1),
    background-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 550px) {
  .history__date .date__dot {
    margin-bottom: 10px;
  }
}
.history__date .date__label {
  color: #000;
  font-size: 1.125rem;
  font-family: Nexa;
  font-weight: 300;
  opacity: 0.5;
  transition: transform 750ms cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.history__date .date__clone {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 100%;
  color: #000;
  font-size: 1.75rem;
  font-family: Nexa;
  font-weight: 700;
  text-align: center;
  opacity: 0;
  transform: scale(1) translateY(10px) translateX(-50%);
  transition: transform 750ms cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 1280px) {
  .history__date .date__clone {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 550px) {
  .history__date .date__clone {
    top: 25px;
  }
}
.history__date.current .date__dot,
.history__date:focus .date__dot,
.history__date:hover .date__dot {
  background-color: #000;
  transform: scale(1.5);
}
.history__date.current .date__label,
.history__date:focus .date__label,
.history__date:hover .date__label {
  transform: scale(0.9) translateY(-5px);
  opacity: 0;
}
.history__date.current .date__clone,
.history__date:focus .date__clone,
.history__date:hover .date__clone {
  opacity: 1;
  transform: translateY(0) translateX(-50%);
}
.history__date.current:before,
.history__date.moment:focus:before,
.history__date.moment:hover:before {
  background-color: #000;
}
.history__date.current:after,
.history__date.moment:focus:after,
.history__date.moment:hover:after {
  background-color: #000;
  transform: scale(1.5);
}
.section--universes {
  padding-bottom: 13.6vh;
  background-color: #f0f0f0;
}
.universes__row {
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1372px;
  height: 580px;
  margin: 0 auto;
}
@media screen and (min-width: 2400px) {
  .universes__row {
    max-width: 1600px;
    height: 680px;
  }
}
@media screen and (max-width: 1280px) {
  .universes__row {
    height: 440px;
  }
}
@media screen and (max-width: 768px) {
  .universes__row {
    height: 350px;
  }
}
@media screen and (max-width: 550px) {
  .universes__row {
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding: 0 20px;
  }
}
.universes__col {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 50%;
  transform: translate3d(0, 0, 0);
}
/* Update - 2022-10-13 */
.universes__col ul.overlay__list {
  visibility: visible !important;
}
.universes__col ul.overlay__list::before {
  content: none;
}
.universes__col ul.overlay__list::after {
  content: none;
}
/* End - Update - 2022-10-13 */
.universes__col:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.3);
  transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 550px) {
  .universes__col {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.universes__row--saveurs .universes__col--left {
  overflow: hidden;
}
.universes__row--saveurs .universes__col--left:before {
  content: "";
  background-image: url(../assets/images/univers_saveurs.jpg);
}
@media screen and (max-width: 550px) {
  .universes__row--saveurs .universes__col--left {
    height: 80vw;
  }
}
.universes__row--saveurs .universes__col--right {
  z-index: 10;
  background-color: #fff;
}
@media screen and (max-width: 550px) {
  .universes__row--outillage {
	-ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.universes__row--outillage .universes__col--left {
	z-index: 10;
	background-color: #fff;
}
.universes__row--outillage .universes__col--right {
	overflow: hidden;
}
.universes__row--outillage .universes__col--right:before {
  content: "";
  background-image: url(../assets/images/univers_outillage.jpg);
}
@media screen and (max-width: 550px) {
  .universes__row--outillage .universes__col--right {
    height: 80vw;
  }
}
.universes__row--monbento .universes__col--left {
	overflow: hidden;  
}
.universes__row--monbento .universes__col--left:before {
  content: "";
  background-image: url(../assets/images/univers_monbento.jpg);
}
@media screen and (max-width: 550px) {
  .universes__row--monbento .universes__col--left {
    height: 80vw;
  }
}
.universes__row--monbento .universes__col--right {
  z-index: 10;
  background-color: #fff;
}
.universes__brand {
  position: relative;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 29.5%;
  padding-right: 29.5%;
  color: rgba(0, 0, 0, 0.3);
  font-family: Nexa;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1em;
  text-transform: uppercase;
  transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 1920px) {
  .universes__brand {
    padding-left: 27.2%;
    padding-right: 27.2%;
  }
}
@media screen and (max-width: 1280px) {
  .universes__brand {
    padding-left: 21.65%;
  }
}
@media screen and (max-width: 768px) {
  .universes__brand {
    padding-left: 17.05%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 550px) {
  .universes__brand {
    padding-left: 0;
    margin-top: 40px;
  }
}
.universes__brand:after {
  content: "";
  height: 1px;
  background-color: #d8d8d8;
  transform: scaleX(0);
  transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 550px) {
  .universes__brand:after {
    display: none;
  }
}
.universes__col--right .universes__brand:after {
  position: absolute;
  top: calc(50% - 1px);
  left: -5px;
  transform-origin: 100% 50%;
  width: 21.65%;
}
.universes__col--left .universes__brand:after {
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 21.65%;
  transform-origin: 0 50%;
}
.universes__title {
  margin-bottom: 30px;
  font-size: 1.75rem;
  line-height: 1.2em;
}
@media screen and (min-width: 2400px) {
  .universes__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1280px) {
  .universes__title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .universes__title {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}
.universes__text {
  margin-bottom: 50px;
  color: rgba(0, 0, 0, 0.75);
  font-size: 1rem;
  line-height: 1.5625em;
  font-family: Nexa;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .universes__text {
    margin-bottom: 20px;
  }
}
.universes__link {
  position: relative;
  margin-bottom: 10px;
  color: #000;
  font-size: 1rem;
  font-family: Nexa;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .universes__link {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 550px) {
  .universes__link {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .universes__link:after {
    content: "";
    position: absolute;
    left: -12px;
    top: calc(50% - 4px);
    width: 5px;
    height: 5px;
    background-color: #000;
    opacity: 0;
    transform: translate3d(-5px, 0, 0) rotate(-25deg);
    transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95),
      transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .universes__link:hover:after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.universes__link:before {
  bottom: 7px;
  background-color: #000;
}
.universes__link:hover:before {
  animation: underlineAnimation 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1
    forwards;
}
.universes__social {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: rgba(0, 0, 0, 0.3);
  font-size: 1rem;
  font-family: Nexa;
  font-weight: 700;
  outline: 0;
  visibility: hidden; /*CBA 220928*/
}
@media screen and (min-width: 769px) {
  .universes__social:after {
    content: "";
    position: absolute;
    left: -12px;
    top: calc(50% - 4px);
    width: 5px;
    height: 5px;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translate3d(-5px, 0, 0) rotate(-25deg);
    transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95),
      transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .universes__social:hover:after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 550px) {
  .universes__social {
    margin-bottom: 40px;
  }
}
.universes__social:before {
  bottom: 3px;
  background-color: rgba(0, 0, 0, 0.3);
}
.universes__social:hover:before {
  animation: underlineAnimation 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1
    forwards;
}
.universes__text,
.universes__title {
  padding-left: 29.5%;
  padding-right: 29.5%;
}
@media screen and (max-width: 1920px) {
  .universes__text,
  .universes__title {
    padding-left: 27.2%;
    padding-right: 27.2%;
  }
}
@media screen and (max-width: 1280px) {
  .universes__text,
  .universes__title {
    padding-left: 21.65%;
    padding-right: 21.65%;
  }
}
@media screen and (max-width: 768px) {
  .universes__text,
  .universes__title {
    padding-left: 17.05%;
    padding-right: 17.05%;
  }
}
@media screen and (max-width: 550px) {
  .universes__text,
  .universes__title {
    padding-left: 0;
    padding-right: 0;
  }
}
.universes__link,
.universes__social {
  margin-left: 29.5%;
}
@media screen and (max-width: 1920px) {
  .universes__link,
  .universes__social {
    margin-left: 27.2%;
  }
}
@media screen and (max-width: 1280px) {
  .universes__link,
  .universes__social {
    margin-left: 21.65%;
  }
}
@media screen and (max-width: 768px) {
  .universes__link,
  .universes__social {
    margin-left: 17.05%;
  }
}
@media screen and (max-width: 550px) {
  .universes__link,
  .universes__social {
    margin-left: 0;
  }
}
.universes__link:before,
.universes__social:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
}
.universes__row.visible .universes__col:before {
  transform: scale(1);
}
.universes__row.visible .universes__brand:after {
  transform: scaleX(1.2);
}
.universes__row.visible .universes__col--left .universes__brand,
.universes__row.visible .universes__col--right .universes__brand {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.section--testimonies {
  padding-bottom: 13.6vh;
  background-color: #fff;
}
.section--testimonies .section__title {
  padding-bottom: 18px;
}
.testimonies__items {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25%;
}
@media screen and (max-width: 1024px) {
  .testimonies__items {
    margin-left: 12.5%;
  }
}
@media screen and (max-width: 550px) {
  .testimonies__items {
    margin-left: 45px;
  }
}
.testimonies__item {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 50%;
  flex-shrink: 0;
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 1024px) {
  .testimonies__item {
    width: 75%;
  }
}
@media screen and (max-width: 550px) {
  .testimonies__item {
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 90px);
    height: auto;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.testimonies__item .item__content {
  position: relative;
  width: 42.625%;
  height: 100%;
  margin-left: 7.375%;
}
@media screen and (max-width: 550px) {
  .testimonies__item .item__content {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 30px;
  }
}
.testimonies__item .item__image {
  width: 21vw;
  height: 21vw;
  margin-right: 4.2625%;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 1024px) {
  .testimonies__item .item__image {
    width: 31.5vw;
    height: 31.5vw;
  }
}
@media screen and (max-width: 550px) {
  .testimonies__item .item__image {
    width: 100%;
    height: 75vw;
    margin-right: 0;
  }
}
.testimonies__item .item__image > img {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.testimonies__item .item__quote {
  position: relative;
  margin-top: 10%;
  margin-bottom: 20px;
  color: #000;
  font-size: 1.75rem;
  font-family: Nexa;
  font-weight: 700;
  line-height: 1.2em;
  transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s,
    transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
}
@media screen and (min-width: 2400px) {
  .testimonies__item .item__quote {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1280px) {
  .testimonies__item .item__quote {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .testimonies__item .item__quote {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 550px) {
  .testimonies__item .item__quote {
    padding-right: 20%;
    margin-top: 50px;
  }
}
.testimonies__item .item__quote:after,
.testimonies__item .item__quote:before {
  content: "";
  position: absolute;
  width: 12.45%;
  height: 100%;
  transform: translateX(-100%);
}
@media screen and (max-width: 550px) {
  .testimonies__item .item__quote:after,
  .testimonies__item .item__quote:before {
    transform: translateX(0);
  }
}
.testimonies__item .item__quote:before {
  left: 0;
  top: -15px;
  background: url(../assets/svg/icon-quote.svg) center top no-repeat;
  background-size: 70%;
}
@media screen and (max-width: 550px) {
  .testimonies__item .item__quote:before {
    left: -10px;
    top: -35px;
  }
}
.testimonies__item .item__quote:after {
  right: 0;
  bottom: 0;
  background: url(../assets/svg/icon-quote.svg) center bottom no-repeat;
  background-size: 70%;
  transform: translateX(100%) scaleX(-1);
}
@media screen and (max-width: 550px) {
  .testimonies__item .item__quote:after {
    transform: scaleX(-1);
  }
}
.testimonies__item .item__context {
  display: block;
  color: rgba(0, 0, 0, 0.75);
  font-size: 1rem;
  line-height: 1.5625em;
  transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s,
    transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
}
@media screen and (max-width: 550px) {
  .testimonies__item .item__context {
    margin-bottom: 30px;
  }
}
.testimonies__item .item__link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 16px 32px;
  margin-top: 40px;
  color: #000;
  font-size: 1rem;
  font-family: Nexa;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #000;
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s,
    transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),
    color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.testimonies__item .item__link:hover {
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 1550px) {
  .testimonies__item .item__link {
    padding: 8px 16px;
  }
}
@media screen and (max-width: 768px) {
  .testimonies__item .item__link {
    font-size: 0.875rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 550px) {
  .testimonies__item .item__link {
    position: static;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem;
  }
}
.testimonies__item.next .item__image,
.testimonies__item.prev .item__image {
  cursor: pointer;
}
.testimonies__item.next .item__content,
.testimonies__item.prev .item__content {
  pointer-events: none;
}
.testimonies__item.next .item__quote,
.testimonies__item.prev .item__quote {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
    transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),
    color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.testimonies__item.next .item__context,
.testimonies__item.prev .item__context {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
    transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),
    color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.testimonies__item.next .item__link,
.testimonies__item.prev .item__link {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
    transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),
    color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 550px) {
  .testimonies__item.prev .item__context,
  .testimonies__item.prev .item__link,
  .testimonies__item.prev .item__quote {
    transform: translate3d(-30px, 0, 0);
  }
}
.testimonies__item.prev .item__image {
  transform: translate3d(50%, 0, 0) scale(0.82);
}
@media screen and (max-width: 1024px) {
  .testimonies__item.prev .item__image {
    transform: translate3d(50vw, 0, 0) scale(0.82);
  }
}
@media screen and (max-width: 550px) {
  .testimonies__item.prev .item__image {
    transform: scale(0.82);
  }
}
@media screen and (max-width: 550px) {
  .testimonies__item.next .item__context,
  .testimonies__item.next .item__link,
  .testimonies__item.next .item__quote {
    transform: translate3d(30px, 0, 0);
  }
}
.testimonies__item.next .item__image {
  transform: translate3d(50%, 0, 0) scale(0.82);
}
@media screen and (max-width: 1024px) {
  .testimonies__item.next .item__image {
    transform: scale(0.82);
  }
}
.testimonies__dots {
  width: 50%;
  margin: 20px auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: auto;
}
@media screen and (max-width: 550px) {
  .testimonies__dots {
    position: absolute;
    top: 75vw;
    left: 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 90px);
    margin-top: 15px;
    pointer-events: none;
  }
}
.testimonies__button {
  position: relative;
  width: 20px;
  height: 20px;
  outline: 0;
}
@media screen and (max-width: 550px) {
  .testimonies__button {
    width: 10px;
  }
}
.testimonies__button:after,
.testimonies__button:before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.testimonies__button:before {
  background-color: #b2b2b2;
  opacity: 1;
}
.testimonies__button:after {
  background-color: #000;
  opacity: 0;
}
.testimonies__dot.current .testimonies__button:after {
  opacity: 1;
  transform: scale(1);
}
.section--legal {
  display: none;
  padding-top: 75px;
}
.legal__item {
  margin-bottom: 40px;
}
@media screen and (max-width: 1372px) {
  .legal__item {
    padding: 0 30px;
  }
}
.legal__item .item__title {
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625em;
}
.legal__item .item__text {
  color: #000;
  font-size: 0.92rem;
  line-height: 1.5625em;
  opacity: 0.5;
}
.section--privacy {
  display: none;
  padding-top: 75px;
}
.privacy__item {
  margin-bottom: 40px;
}
@media screen and (max-width: 1372px) {
  .privacy__item {
    padding: 0 30px;
  }
}
.privacy__item .item__title {
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625em;
}
.privacy__item .item__text {
  color: #000;
  font-size: 0.92rem;
  line-height: 1.5625em;
  opacity: 0.5;
}
.privacy__item .item__text a {
  color: #000;
  text-decoration: underline;
}
.privacy__item .item__text a:hover {
  text-decoration: none;
}
.section--contact {
  display: none;
  padding-top: 75px;
}
.contact__form {
  position: relative;
}
.contact__field {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 15.9%);
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
  margin-left: 8.525%;
}
.contact__field:focus-within .contact__label {
  color: #000;
}
@media screen and (max-width: 768px) {
  .contact__field {
    width: calc(100% - 17.05%);
  }
}
.contact__label {
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.75rem;
  font-family: Nexa;
  font-weight: 700;
  transition: color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.contact__error {
  position: absolute;
  right: 0;
  bottom: 10px;
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.contact__error path {
  stroke: #b43300;
}
.contact__input {
  position: relative;
  padding: 14px 0;
  color: #000;
  font-size: 1rem;
  font-family: "Libre Franklin";
  font-weight: 400;
  line-height: 1.2em;
  -webkit-appearance: none;
  background: 0 0;
  border: none;
  outline: 0;
}
.contact__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-family: "Libre Franklin";
  font-weight: 300;
}
.contact__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-family: "Libre Franklin";
  font-weight: 300;
}
.contact__input::placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-family: "Libre Franklin";
  font-weight: 300;
}
.contact__input:not(:focus):invalid {
  color: #b43300;
}
.contact__input:not(:focus):not(:placeholder-shown):invalid + span + svg {
  transform: scale(0.5);
}
textarea.contact__input {
  height: 140px;
}
.contact__input + span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.contact__input + span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.contact__input:focus + span:before {
  transform: scaleX(1);
}
.contact__submit {
  width: 50%;
  padding: 16px 32px;
  color: #000;
  font-size: 1rem;
  font-family: Nexa;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #000;
  background: 0 0;
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),
    color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.contact__submit:hover {
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 1550px) {
  .contact__submit {
    padding: 8px 16px;
  }
}
@media screen and (max-width: 768px) {
  .contact__submit {
    width: 100%;
  }
}
.contact__message {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  margin-top: 20px;
  color: #000;
  font-size: 0.875rem;
  line-height: 1.5625em;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.contact__image {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 1.15%);
  height: 100%;
  background: url(../assets/images/contact.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .contact__image {
    display: none;
  }
}
.contact__legal {
  width: 56%;
  padding: 0 8.525%;
  margin-bottom: 40px;
  font-family: "Libre Franklin";
  font-size: 0.6rem;
  line-height: 1.65em;
  opacity: 0.75;
}
.contact__legal a {
  color: #000;
  text-decoration: underline;
}
.contact__legal a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .contact__legal {
    width: 100%;
  }
}
/* CBA BEGIN 220928*/
@media screen and (max-width: 550px) {
  .universes__row--julbo {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.universes__row--julbo .universes__col--left {
  z-index: 10;
  background-color: #fff;
}
.universes__row--julbo .universes__col--right {
  overflow: hidden;
}
.universes__row--julbo .universes__col--right:before {
  content: "";
  background-image: url(../assets/images/univers_julbo.jpg);
}
@media screen and (max-width: 550px) {
  .universes__row--julbo .universes__col--right {
    height: 80vw;
  }
}

.overlay__item {
  background-color: black;
  margin-left: 2px;
  border-radius: 20%;
}

.overlay__link.overlay__link--yt {
  background-image: url(../assets/svg/icon-youtubeOrange.svg);
  background-color: white;
  width: 50px;
  margin: 0;
}

.universes__row--delsey .universes__col--left {
	overflow: hidden;  
}
.universes__row--delsey .universes__col--left:before {
  content: "";
  background-image: url(../assets/images/univers_delsey.jpg);
}
@media screen and (max-width: 550px) {
  .universes__row--delsey .universes__col--left {
    height: 80vw;
  }
}
.universes__row--delsey .universes__col--right {
  z-index: 10;
  background-color: #fff;
}

/* CBA BEGIN 240811*/
@media screen and (max-width: 550px) {
  .universes__row--lafuma {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.universes__row--lafuma .universes__col--left {
  z-index: 10;
  background-color: #fff;
}
.universes__row--lafuma .universes__col--right {
  overflow: hidden;
}
.universes__row--lafuma .universes__col--right:before {
  content: "";
  background-image: url(../assets/images/univers_lafuma.jpg);
}
@media screen and (max-width: 550px) {
  .universes__row--lafuma .universes__col--right {
    height: 80vw;
  }
}
.universes__row--declic .universes__col--left {
	overflow: hidden;  
}
.universes__row--declic .universes__col--left:before {
  content: "";
  background-image: url(../assets/images/univers_declic.jpg);
}
@media screen and (max-width: 550px) {
  .universes__row--declic .universes__col--left {
    height: 80vw;
  }
}
.universes__row--declic .universes__col--right {
  z-index: 10;
  background-color: #fff;
}
/* CBA END 240811*/