/*! 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: 'proxima_novabold';
  src: url(https://www.fendi.com/fonts/8e875f1b6425b1de38a19f64d4d9880f.woff2) format("woff2"), url(https://www.fendi.com/fonts/ae8f37364c565eccb1c025996a3a6623.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proxima_novaregular';
  src: url(https://www.fendi.com/fonts/3ce010b84dc5dd240d8f9e718f1f1017.woff2) format("woff2"), url(https://www.fendi.com/fonts/edf8603b61c068aac10e5094aef7a2b3.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: #330100;
  background: -moz-linear-gradient(180deg, #330100 0%, #993405 25%, #d5962e 48%, #e6e1ca 70%);
  background: -webkit-linear-gradient(180deg, #330100 0%, #993405 25%, #d5962e 48%, #e6e1ca 70%);
  background: linear-gradient(180deg, #330100 0%, #993405 25%, #d5962e 48%, #e6e1ca 70%); }

*,
*: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: #330100;
  background: -moz-linear-gradient(180deg, #330100 0%, #993405 25%, #d5962e 48%, #e6e1ca 70%);
  background: -webkit-linear-gradient(180deg, #330100 0%, #993405 25%, #d5962e 48%, #e6e1ca 70%);
  background: linear-gradient(180deg, #330100 0%, #993405 25%, #d5962e 48%, #e6e1ca 70%);
  font-family: 'proxima_novaregular', 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%); }
  @media (max-width: 34.6875em) {
    #catalogue-description {
      top: 55%;
      width: 100%;
      padding: 15px 10px; } }

.intro-title-2 {
  font-size: 16px;
  color: #FFFFFF;
  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: #fff;
  letter-spacing: 1.5px;
  margin: 10px auto; }
  @media (max-width: 34.6875em) {
    .intro-title-1 {
      font-size: 26px; } }

.intro-text-1 {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 auto;
  letter-spacing: 1px; }
  @media (max-width: 34.6875em) {
    .intro-text-1 {
      font-size: 14px;
      margin: 0 auto;
      line-height: 1.2;
      overflow-wrap: anywhere;
      padding: 0 13px; } }

.intro-text-1.anim-5 {
  margin-top: 0px; }
  @media (max-width: 34.6875em) {
    .intro-text-1.anim-5 {
      margin-top: 0px; } }

.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 {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  font-weight: 800;
  border: solid 2px #000;
  background: transparent;
  letter-spacing: 1.3px;
  padding: 10px 20px;
  margin: auto; }

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

#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: 30px;
  left: 30px;
  width: 6%;
  z-index: 2;
  cursor: pointer; }
  @media (max-width: 48em) {
    #logo {
      top: 20px;
      width: 20%;
      left: 50%;
      position: fixed;
      z-index: 3;
      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%); } }

#catalogue {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 230px;
  overflow: hidden;
  z-index: 4;
  cursor: pointer; }
  @media (max-width: 48em) {
    #catalogue {
      width: 30px;
      right: 20px;
      top: 20px;
      position: fixed; } }

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

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

#catalogue-text {
  margin: 0;
  color: #fff;
  font-family: 'proxima_novaregular', 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: #fff;
  left: 0; }
  @media (max-width: 48em) {
    #block-sx {
      background: #fff;
      top: 0; } }

#flex-container {
  display: block;
  height: auto;
  position: absolute;
  left: -10vw;
  top: 50%;
  margin-top: -15.7vw;
  overflow: hidden; }
  @media (max-width: 48em) {
    #flex-container {
      left: 16vw;
      width: 84vw;
      height: 100%;
      margin-left: 0 !important;
      top: 0;
      margin-top: 0;
      position: fixed;
      overflow: visible;
      -webkit-overflow-scrolling: touch; } }

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

.boxes {
  position: relative;
  position: relative;
  width: 20vw; }
  .boxes:before {
    content: "";
    display: block;
    height: 0px;
    padding-bottom: 157.14286%; }
  @media (max-width: 48em) {
    .boxes {
      width: 84vw; } }

.boxes img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline;
  z-index: 2;
  top: 0;
  left: 0;
  overflow: hidden; }

.box-wrapper {
  position: relative;
  position: absolute;
  width: 20vw;
  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: 84vw; } }

#arrow-container {
  position: absolute;
  width: 8%;
  top: 50%;
  margin-top: 18.7vw;
  cursor: pointer;
  display: flex;
  right: 50%;
  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;
  top: 50%;
  margin-top: 18.7vw;
  cursor: pointer;
  display: flex;
  right: 36px;
  z-index: 2;
  font-family: 'proxima_novaregular', 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 #fff;
  white-space: nowrap; }
  @media (max-width: 48em) {
    .menu-text {
      height: 100%;
      display: flex;
      flex-direction: row;
      align-items: stretch; } }

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

.menu-text-label {
  margin: 0 auto; }
  @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;
  writing-mode: vertical-lr;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  top: 52%;
  left: 15px;
  width: 30px;
  height: 8%;
  z-index: 2;
  display: none;
  transform: rotate(-180deg); }
  @media (max-width: 48em) {
    #mobile-counter-container {
      display: flex; } }

.mobile-count {
  text-align: center;
  letter-spacing: 2px;
  justify-content: center;
  font-size: 16px;
  text-align: center;
  font-family: 'proxima_novaregular', 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: 'proxima_novaregular', 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;
  cursor: pointer; }

#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: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none; }
  @media (max-width: 48em) {
    #big-text-wrapper {
      left: -13%; } }

#big-text-container {
  position: absolute;
  width: 100%;
  height: 150%;
  top: 0;
  left: 0;
  background-repeat: repeat-y;
  background-position: 38% 0%;
  background-size: auto 75%;
  z-index: 1;
  pointer-events: none;
  animation: moveText 19.5s infinite linear; }
  @media (max-width: 48em) {
    #big-text-container {
      height: 100%;
      animation: moveText 9.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; }
  .box-fixed-final-even {
    top: 50%;
    left: 20vw;
    transform: translate(-50%, -50%) scale(0.8) rotate(0deg); }
  .box-fixed-final-odd {
    top: 50%;
    left: 20vw;
    transform: translate(-50%, -50%) scale(0.8) rotate(0deg); } }

#fake-bg-opening {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #802002;
  z-index: 2;
  transform: translate(50%, 0%); }
  @media (max-width: 48em) {
    #fake-bg-opening {
      transform: translate(0, 50%);
      background-color: #802002 !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: #f9b949;
  transform: translateX(-100%); }

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

.overlay-image {
  position: absolute;
  width: 100%;
  height: auto;
  top: -300px;
  left: 0; }
  @media (max-width: 48em) {
    .overlay-image {
      top: 0;
      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; } }

#mobile-menu {
  display: none;
  width: 26px;
  height: 26px;
  position: absolute;
  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; } }

