/*
@font-face {
    font-family: 'longines-sans-regular';
    src: url( '../../../fonts/LonginesSansHeadline-Regular.woff2' ) format( 'woff2' ),
         url( '../../../fonts/LonginesSansHeadline-Regular.woff' ) format( 'woff' ),
         url( '../../../fonts/LonginesSansHeadline-Regular.otf' ) format( 'opentype' );
    font-display: auto;
    font-style: normal;
    font-weight: 400;
}
*/

.c-interactive__nav-shadow {
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 0;
    transform: translate( 0, -50% );
    cursor: pointer;

    --c-interactive__plane-journey-shadow: 0px;
}

.c-interactive__header {
    position: fixed;
    z-index: 1;
    top: 50%;
    left: 50%;
    max-width: none;
    width: 100%;
    height: 100%;
    transform: translate3d( -50%, -50%, 0px );
    backface-visibility: hidden;
    transition-property: opacity;
    transition-duration: 333ms;
    transition-timing-function: ease-in;
    color: #000;
    /*
    background: #191919;
    opacity: 0;
    */
}

.c-interactive__nav-shadow .c-interactive__menu::before {
    position: absolute;
    top: 50%;
    left: 0%;
    width: 350px;
    backface-visibility: hidden;
    transition-property: transform, opacity;
    transition-duration: 333ms;
    transform: translate3d( -200px, -50%, 0px ) rotate( 270deg );
    content: 'click here to see your progress';
    text-transform: uppercase;
    opacity: 1;
    font-family: 'questa-sans';
    font-weight: 400;
    font-size: 0.48rem;
    font-style: normal;
    font-feature-settings: 'calt', 'clig', 'kern', 'liga', 'locl', 'rlig';
    letter-spacing: 0.125rem;
    word-spacing: 0.125rem;
    line-height: 1;
    text-align: center;
}

.c-interactive__nav-shadow--hide-label .c-interactive__menu::before {
    opacity: 0 !important;
}

.c-interactive__nav-shadow .c-interactive__menu::after {
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 36px;
    height: 29px;
    backface-visibility: hidden;
    transition-property: transform;
    transform: translate3d( -50%, var( --c-interactive__plane-journey-shadow ), 0px );
    content: '';
    background-image: url( "../images/a_adde170897c01aca97b9fda84179f8b6097d8d14f13e28a01607848832f98fdba3f7c074493db039c93d1732c3346eef0bc06b4426049708900.png" );
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.75;
}

.c-interactive__nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: translate3d( 100%, 0%, 0px );
    backface-visibility: hidden;
    transition-property: opacity, transform;
    transition-duration: 256ms;
    transition-timing-function: ease-in;
    opacity: 0;
    background-color: #ffffffe3;
}

.c-interactive__nav--show {
    opacity: 1;
    transform: translate3d( 0%, 0%, 0px );
}

.c-interactive__nav--hide {
    opacity: 0;
}

.c-interactive__menu {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate( 0, -50% );
    margin: 0 0.8rem;
    list-style: none;
    direction: rtl;
}

.c-interactive__nav-shadow .c-interactive__menu {
    position: relative;
    transform: none;
}

.c-interactive__menu .c-menu__item {
    margin: 2.5rem auto;
    font-size: 0.8rem;
}

.c-interactive__menu .c-menu__item::before {
    content: "•";
    font-size: 0.58rem;
    line-height: 1;
}

.c-interactive__nav .c-interactive__menu .c-menu__item::before {
    padding: 0 0 0 1rem;
}

.c-interactive__nav-shadow .c-interactive__menu .c-menu__item::before {
    opacity: 0.4;
}

.c-interactive__menu .c-menu__item:first-child {
    margin-top: 0;
}

.c-interactive__menu .c-menu__item:last-child {
    margin-bottom: 0;
}

.c-interactive__menu .c-menu__item-link {
    display: inline;
    font-family: 'questa-sans';
    font-weight: 400;
    font-size: 0.58rem;
    font-style: normal;
    font-feature-settings: 'calt', 'clig', 'kern', 'liga', 'locl', 'rlig';
    letter-spacing: 0.125rem;
    word-spacing: 0.125rem;
    line-height: 1;
}

.c-interactive__nav-shadow .c-menu__item-link {
    display: none;
}

.c-interactive__background::before {
    content: '';
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: var( --c-page__color-white );
    opacity: 0.25;
}

.c-interactive__background * {
    display: block !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background-color: #0000 !important;
    height: 56.25vw !important;
    min-height: 100% !important;
    min-width: 100% !important;
    width: 177.77777778vh !important;
    position: absolute !important;
    z-index: 1;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.c-interactive__articles-inner {
    width: 95%;
    max-width: 985px;
    height: 90%;
    max-height: 960px;
    border-radius: 2%;
}

.c-interactive__articles .c-interactive__slice {
    padding: 3.08rem 2.68rem;
    text-align: center;
}

.c-interactive__articles .c-interactive__button {
    right: auto;
    left: 0;
    padding: 1.18rem 0 0 1.38rem;
}

.c-interactive__articles .c-interactive__content-source p[class='']:first-of-type,
.c-interactive__articles .c-interactive__content-source p:not([class]):first-of-type,
.c-interactive__articles .c-interactive__content-source p.has-text-align-center:first-of-type,
.c-interactive__articles .c-interactive__content-source p.has-text-align-left:first-of-type,
.c-interactive__articles .c-interactive__content-source p.has-text-align-right:first-of-type {
    margin-top: 2.68rem;
}

.c-interactive__content--article .mnmntl-image__media-wrapper--float-left,
.c-interactive__content--article .mnmntl-image__media-wrapper--float-right {
    max-width: 50%;
    padding: 0;
}

.c-interactive__content--article .mnmntl-image--clear-both {
    clear: both;
    margin: 1.68rem auto 0;
}

.c-interactive__content--article .mnmntl-image--w480 {
    max-width: 480px;
}

.c-interactive__content--article .mnmntl-image--w600 {
    max-width: 600px;
}

.c-interactive__content--article .mnmntl-image__image[data-orientation="portrait"] {
    max-height: 456px;
    margin: 0 auto;
}

.c-interactive__content--article .mnmntl-image-group__image {
    border: none;
}

.c-interactive__content--article .mnmntl-image-group__caption-wrapper {
    top: auto;
    bottom: 0;
    height: auto;
    padding: 0;
    opacity: 1;
    color: var( --c-page_color-black );
    background-color: transparent;
    transform: translate(0, 100%);
}

/*//////////////////////////////////////////////////////////////////////////////// SPECIFIC //////*/
#c-single-article-2395 {
    z-index: 3;
}

#c-interactive__slice--2432 h2,
#c-interactive__slice--2436 h2,
#c-interactive__slice--2440 h2,
#c-interactive__slice--2445 h2,
#c-interactive__slice--2449 h2,
#c-interactive__slice--2451 h2 {
    margin: 1.38rem auto 2.76rem;
}

#c-interactive__slice--2880 h2 {
    margin: 1.38rem auto 1.68rem;
}

#c-interactive__slice--2880 p {
    margin: 0 auto 1.38rem;
    font-family: 'questa-sans';
    font-weight: 400;
    font-size: 0.88rem;
    font-style: normal;
    font-feature-settings: 'calt', 'clig', 'kern', 'liga', 'locl', 'rlig';
    letter-spacing: 0.125rem;
    word-spacing: 0.125rem;
    line-height: 1;
}

#c-interactive__slice--2551 .mnmntl-image-group,
#c-interactive__slice--2880 .mnmntl-image-group {
    padding: 0;
}

#c-interactive__slice--2551 .mnmntl-image-group__item,
#c-interactive__slice--2880 .mnmntl-image-group__item {
    padding: 0 !important;
}

#c-interactive__slice--2551 .mnmntl-image-group__image,
#c-interactive__slice--2880 .mnmntl-image-group__image {
    border: none;
}

#c-interactive__slice--2551 .mnmntl-image-group__caption-wrapper,
#c-interactive__slice--2880 .mnmntl-image-group__caption-wrapper {
    top: auto;
    bottom: 0;
    left: 0;
    height: auto;
    padding: 0;
    opacity: 1;
    color: var(--c-page__color-black);
    background-color: transparent;
    text-align: center;
    transform: translate( 0, 100% );
}

#c-interactive__slice--2551 .mnmntl-image-group__caption,
#c-interactive__slice--2880 .mnmntl-image-group__caption {
    font-family: 'questa-sans';
    font-weight: 700;
    font-size: 1rem;
    font-style: normal;
    font-feature-settings: 'calt', 'clig', 'kern', 'liga', 'locl', 'rlig';
    letter-spacing: 0.125rem;
    word-spacing: 0.125rem;
    line-height: 1;
}

#c-interactive__slice--2551 .mnmntl-image-group__caption {
    width: 68%;
    padding: 1rem 0 0 0;
}

#c-interactive__slice--2880 .mnmntl-image-group__caption a {
    color: var( --c-page--color-black );
}

#c-interactive__slice--2566 .c-interactive__content-source .mnmntl-image {
    text-align: center;
    margin: 0 auto 3.38rem;
    width: 256px;
}