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

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

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

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

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

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

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

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

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

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 5, 2019 */
@font-face {
    font-family: 'Ogg Text';
    src: url(https://www.fendi.com/fonts/OggText-Book.woff2) format("woff2"), url(https://www.fendi.com/fonts/OggText-Book.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Founders Grotesk';
    src: url(https://www.fendi.com/fonts/founders-grotesk-web-regular.woff2) format("woff2"), url(https://www.fendi.com/fonts/founders-grotesk-web-regular.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

.u-dFixed,
.u-boxesOpening {
    position: fixed !important;
}

.u-boxesOpening {
    transform: translate(-50%, -50%);
}

html {
    height: 100%;
    overscroll-behavior: none;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
    box-sizing: border-box;
    overflow: hidden;
    height: 100%;
    background: #F6F4EF;
}

*,
*:before,
*:after {
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

a {
    color: inherit;
    text-decoration: none;
}

#intro {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #F6F4EF;
    font-family: 'Founders Grotesk', sans-serif;
    overflow: hidden;
}

#catalogue-description {
    position: relative;
    max-width: 780px;
    text-align: center;
    height: auto;
    margin: 0 auto;
    display: block;
    padding: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.intro-title-2 {
    font-size: 16px;
    color: #000;
    letter-spacing: 1px;
    font-weight: 100;
    opacity: 0.8;
}

@media (max-width: 34.6875em) {
    .intro-title-2 {
        font-size: 18px;
    }
}

.intro-title-1 {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    letter-spacing: 1.5px;
    margin: 10px auto;
    text-transform: uppercase;
}

@media (max-width: 34.6875em) {
    .intro-title-1 {
        font-size: 26px;
    }
}

.intro-text-1 {
    color: #000;
    font-size: 22px;
    line-height: 1.5;
    margin: 0 auto;
    letter-spacing: 1px;
}

@media (max-width: 34.6875em) {
    .intro-text-1 {
        font-size: 20px;
        margin: 0 auto;
        line-height: 1.2;
        overflow-wrap: anywhere;
        padding: 0 13px;
    }
}

.anim-5 {
    margin-top: 40px;
}

.anim-wrap-intro-text {
    overflow: hidden;
    height: auto;
    width: auto;
}

#intro-btn {
    position: relative;
    max-width: 260px;
    margin: 40px auto auto auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}

@media (max-width: 34.6875em) {
    #intro-btn {
        margin-top: 10px;
    }
}

.intro-text-2 {
    font-family: 'Ogg Text', sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    font-weight: 800;
    /* border: solid 2px #fff; */
    background: #fff;
    letter-spacing: 1.3px;
    /* padding: 10px 20px; */
    margin: auto;
    padding: 12px 25px;
}

.mini-arrow {
    width: 16px;
    height: auto;
    height: auto;
}

#container {
    position: fixed;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: scroll;
}

.scroll-container {
    position: relative;
    min-height: 45vh;
    height: 100%;
    overflow: hidden;
    transform: translateY(0);
}

#logo {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 6%;
    z-index: 2;
    cursor: pointer;
}

@media (max-width: 48em) {
    #logo {
        top: 20px;
        width: 20%;
        left: 50%;
        position: fixed;
        z-index: 4;
        transform: translateX(-50%);
    }
}

#logo-intro {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 6%;
    z-index: 2;
    cursor: pointer;
}

@media (max-width: 48em) {
    #logo-intro {
        top: 20px;
        width: 20%;
        left: 50%;
        position: fixed;
        z-index: 3;
        transform: translateX(-50%);
    }
}

#welcome-text {
    display: block;
    margin: 10px auto;
    top: 20px;
    width: 40%;
}

@media (max-width: 34.6875em) {
    #welcome-text {
        margin: 15px auto;
        width: 70%;
    }
}

#catalogue {
    position: absolute;
    top: 20px;
    right: 30px;
    width: auto;
    overflow: hidden;
    z-index: 4;
    cursor: pointer;
}

@media (max-width: 48em) {
    #catalogue {
        display: none;
    }
}

#icon {
    width: 12px;
    margin: -3px 8px -3px auto;
    height: auto;
}

@media (max-width: 48em) {
    #icon {
        width: 12px;
        height: auto;
        margin: 0 auto;
        display: none;
    }
}

.catalogueContent {
    width: 254px;
    height: auto;
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
}

@media (max-width: 48em) {
    .catalogueContent {
        width: 215px;
        margin: 0 auto;
        display: block;
        text-align: auto;
    }
}

#catalogue-text {
    margin: 0;
    color: #000;
    font-family: 'Founders Grotesk', sans-serif;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 48em) {
    #catalogue-text {
        font-size: 12px;
        display: none;
    }
}

#icon-mobile {
    display: none;
    width: 20px;
    height: 20px;
}

@media (max-width: 48em) {
    #icon-mobile {
        display: block;
    }
}

.blocks {
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
}

@media (max-width: 48em) {
    .blocks {
        top: 0;
        width: 100%;
        height: 50%;
        position: absolute;
    }
}

#block-dx {
    right: 0;
    z-index: 2;
}

@media (max-width: 48em) {
    #block-dx {
        top: 50%;
    }
}

#block-sx {
    background: #F6F4EF;
    left: 0;
}

@media (max-width: 48em) {
    #block-sx {
        background: #F6F4EF;
        top: 0;
        z-index: 3;
        height: 10vh;
        display: none;
    }
}

#flex-container {
    display: block;
    height: auto;
    position: absolute;
    left: -12vw;
    top: 43%;
    margin-top: -15.7vw;
    overflow: hidden;
    opacity: 0;
}

@media (max-width: 48em) {
    #flex-container {
        left: 0vw;
        height: 100%;
        width: 100%;
        margin-left: 0 !important;
        top: 0;
        margin-top: 0;
        position: fixed;
        overflow: visible;
        -webkit-overflow-scrolling: touch;
    }
}

#boxes-container {
    display: flex;
    margin-right: 10px;
}

@media (max-width: 48em) {
    #boxes-container {
        display: block;
        padding-top: 10vh;
    }
}

.boxes {
    position: relative;
    position: relative;
    width: 24vw;
}

.boxes:before {
    content: "";
    display: block;
    height: 0px;
    padding-bottom: 157.14286%;
}

@media (max-width: 48em) {
    .boxes {
        width: calc(100vw - 6px);
    }
}

.boxes img {
    position: absolute;
    width: 100%;
    height: 37.8vw;
    object-fit: cover;
    display: inline;
    z-index: 2;
    top: 0;
    left: 0;
    overflow: hidden;
    border: solid 10px #fff;
}

@media (max-width: 48em) {
    .boxes img {
        height: 100%;
    }
}

.box-wrapper {
    position: relative;
    position: absolute;
    width: calc(24vw + 10px);
    height: auto;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.box-wrapper:before {
    content: "";
    display: block;
    height: 0px;
    padding-bottom: 157.14286%;
}

@media (max-width: 48em) {
    .box-wrapper {
        width: calc(100vw + 0px);
    }
}

#arrow-container {
    position: absolute;
    width: 8%;
    bottom: 20px;
    margin-top: 18.7vw;
    cursor: pointer;
    display: flex;
    left: 30px;
    margin-right: 2%;
    align-items: center;
    z-index: 2;
}

@media (max-width: 48em) {
    #arrow-container {
        display: none;
    }
}

#counter-container {
    display: flex;
    margin: 0 20px 0 13px;
}

@media (max-width: 48em) {
    #counter-container {
        margin: 0 20px;
    }
}

#menu {
    width: auto;
    height: auto;
    position: absolute;
    bottom: 20px;
    margin-top: 18.7vw;
    cursor: pointer;
    display: flex;
    right: 15px;
    z-index: 2;
    font-family: 'Founders Grotesk', sans-serif;
    color: #fff;
    font-size: 14px;
}

@media (max-width: 48em) {
    #menu {
        margin: 0 auto;
        position: absolute;
        left: 0;
        top: auto;
        bottom: -50%;
        z-index: 4;
        width: 100%;
        height: 50%;
        background: #fff;
        color: #000;
        text-transform: uppercase;
        flex-direction: column;
        padding: 60px;
        font-size: 16px;
        font-weight: 800;
        letter-spacing: 0.8px;
        align-items: stretch;
    }
}

.menu-text {
    margin: 0 auto;
    padding: 0 8px;
    height: auto;
    font-family: 14px;
    border-right: solid 1px #000;
    white-space: nowrap;
}

@media (max-width: 48em) {
    .menu-text {
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        border-right: solid 1px #fff;
    }
}

.menu-text-0 {
    display: none;
}

@media (max-width: 48em) {
    .menu-text-0 {
        display: flex;
    }
}

.menu-text-3 {
    border-right: none;
}

.menu-text-label {
    margin: 0 auto;
    color: #000;
}

@media (max-width: 48em) {
    .menu-text-label {
        align-self: center;
    }
}

.close-mobile-menu {
    display: none;
}

@media (max-width: 48em) {
    .close-mobile-menu {
        position: absolute;
        right: 15px;
        top: 15px;
        width: 20px;
        height: 20px;
        display: block;
    }
}

#mobile-counter-container {
    position: absolute;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    height: 8%;
    z-index: 2;
    display: none;
}

@media (max-width: 48em) {
    #mobile-counter-container {
        display: flex;
        z-index: 4;
        top: 25px;
        right: 30px;
        width: 30px;
    }
}

.mobile-count {
    text-align: center;
    letter-spacing: 2px;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    font-family: 'Founders Grotesk', sans-serif;
    font-weight: 600;
    margin: 0 2px;
    display: none;
}

@media (max-width: 48em) {
    .mobile-count {
        display: block;
    }
}

.count {
    text-align: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    font-family: 'Founders Grotesk', sans-serif;
    font-weight: 300;
    margin: 0 1px;
}

@media (max-width: 48em) {
    .count {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 2px;
    }
}

.arrows {
    width: 30px;
}

#prev {
    display: block;
}

@media (max-width: 48em) {
    #prev {
        display: none;
    }
}

#next {
    margin-right: 10px;
    display: block;
}

@media (max-width: 48em) {
    #next {
        margin-right: 70px;
        display: none;
    }
}

#big-text-wrapper {
    position: absolute;
    width: 50%;
    height: 200%;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

@media (max-width: 48em) {
    #big-text-wrapper {
        left: -12%;
    }
}

#big-text-container {
    position: absolute;
    width: 100%;
    height: 200%;
    top: 0;
    left: 0;
    background-repeat: repeat-y;
    background-position: 38% 0%;
    background-size: auto 50%;
    z-index: 1;
    pointer-events: none;
    animation: moveText 40.5s infinite linear;
}

@media (max-width: 48em) {
    #big-text-container {
        height: 100%;
        animation: moveText 20.5s infinite linear;
        background-size: auto 50%;
        background-position: 38% 20%;
        left: -2px;
    }
}

@keyframes moveText {
    0% {
        background-position: 38% 0%;
    }

    100% {
        background-position: 38% 100%;
    }
}

#counter {
    width: 20px;
    text-align: end;
}

@media (max-width: 48em) {
    #counter {
        width: auto;
    }
}

@media (min-width: 48.0625em) {
    .box-fixed {
        position: fixed;
        transform: translate(-50%, -50%);
    }

    .hide-stack {
        display: none;
    }

    .noActive {
        content: '';
        opacity: 0.6;
        animation: layerOn 0.5s;
    }

    .active {
        content: '';
        opacity: 1;
        animation: layerOff 0.5s;
    }

    @keyframes layerOn {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0.6;
        }
    }

    @keyframes layerOff {
        0% {
            opacity: 0.6;
        }

        100% {
            opacity: 1;
        }
    }
}

#fake-bg-opening {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #F6F4EF;
    z-index: 2;
    transform: translate(50%, 0%);
}

@media (max-width: 48em) {
    #fake-bg-opening {
        transform: translate(0, 50%);
        background-color: #F6F4EF !important;
    }
}

#loader {
    position: fixed;
    width: 50%;
    max-width: 220px;
    height: 8px;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.2);
}

#loader-bar {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f7b949;
    transform: translateX(-100%);
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: scroll;
    z-index: 99;
    display: none;
    background: #000;
}

.overlay-image {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}

@media (max-width: 48em) {
    .overlay-image {
        height: 100%;
        object-fit: cover;
    }
}

.overlay-close {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 30px;
    right: 10px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.show-overlay {
    display: block;
}

#zoom-mobile-box {
    display: none;
    position: fixed;
    width: 25px;
    height: 25px;
    right: 30px;
    bottom: 8%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media (max-width: 48em) {
    #zoom-mobile-box {
        display: block;
        z-index: 3;
        pointer-events: none;
    }
}

#menu-top {
    position: absolute;
    z-index: 4;
}

@media (max-width: 48em) {
    #menu-top {
        width: 30px;
        left: 20px;
        top: 20px;
        position: fixed;
    }
}

#mobile-menu {
    display: none;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: 30px;
    z-index: 2;
    left: 15px;
}

@media (max-width: 48em) {
    #mobile-menu {
        display: block;
    }
}

#gray-overlay {
    display: none;
}

@media (max-width: 48em) {
    #gray-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0;
        z-index: 3;
    }
}

#chevron-mobile {
    display: none;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media (max-width: 48em) {
    #chevron-mobile {
        display: block;
        z-index: 3;
        pointer-events: none;
        bottom: 8%;
        left: 50%;
        position: absolute;
        z-index: 4;
        transform: translateX(-50%);
        opacity: 0.3;
    }
}

@keyframes downarrow {
    0% {
        transform: translateX(-50%) translateY(0);
        opacity: 0.3;
    }

    100% {
        transform: translateX(-50%) translateY(0.4em);
        opacity: 1;
    }
}

.down {
    animation: downarrow 0.7s infinite alternate ease-in-out;
}