body {
  background-color: #000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 150vh;
  padding-right: 8vw;
  padding-left: 8vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section.intro {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
}

.section.side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.side.bg-white.content-history {
  height: 250vh;
}

.section.side.bg-black {
  height: auto;
}

.section.center {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, rgba(0, 0, 0, 0.8)), color-stop(70%, rgba(0, 0, 0, 0.8)), to(transparent));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.8) 70%, transparent);
}

.section.row {
  height: 200vh;
}

.section.bg-change {
  height: 50vh;
}

.section.intro-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
}

.section.devider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
}

.h1-intro {
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-bottom: 1.8vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Mixta pro', sans-serif;
  color: #f4f4f4;
  font-size: 14vw;
  line-height: 12vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.4vw;
  text-rendering: optimizeSpeed;
}

.background {
  position: fixed;
  z-index: -10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.intro-txt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  color: #f4f4f4;
  font-size: 0.7vw;
  line-height: 1.7vw;
  text-align: center;
  letter-spacing: 0.2vw;
  text-transform: uppercase;
}

.h3-intro {
  font-family: 'Mixta didone', sans-serif;
  color: #f4f4f4;
  font-size: 1.7vw;
  line-height: 1.7vw;
  text-align: center;
  letter-spacing: 0.3vw;
  text-transform: uppercase;
}

.p-intro {
  width: 60vw;
  margin-bottom: 0px;
  font-family: 'Mixta didone', sans-serif;
  color: #f4f4f4;
  font-size: 2vw;
  line-height: 2.6vw;
  text-align: justify;
}

.intro-bg-date {
  position: absolute;
  width: 100vw;
  opacity: 0.5;
}

.intro-txt-top-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.intro-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
}

.content-container.content-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.content-container.content-center-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-container.content-center-right {
  margin-top: 1vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content-container.content-persons {
  width: 37vw;
  height: 80vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.content-container.content-credits {
  margin-top: 1.3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.h1-content-center {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Mixta pro', sans-serif;
  color: #f4f4f4;
  font-size: 5vw;
  line-height: 5.5vw;
  letter-spacing: 0.1vw;
}

.h1-content-center.mobile {
  display: none;
}

.h1-content-center.outro {
  margin-bottom: 2vw;
}

.p-accent {
  width: 37vw;
  margin-bottom: 2vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Mixta didone', sans-serif;
  color: #464646;
  font-size: 2.2vw;
  line-height: 2.6vw;
}

.p-accent.p-center {
  color: #f4f4f4;
}

.p-content {
  width: 37vw;
  margin-bottom: 2vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #4d4d44;
  font-size: 1vw;
  line-height: 1.5vw;
}

.p-content.p-white {
  opacity: 0.8;
  color: #f4f4f4;
}

.p-content.p-sources {
  width: 100%;
  margin-bottom: 1vw;
  opacity: 0.3;
  font-family: 'Open Sans', sans-serif;
  color: #f4f4f4;
  font-size: 0.8vw;
  line-height: 1vw;
  text-align: center;
}

.p-content.p-sources.museum {
  opacity: 0.8;
  font-family: 'Mixta didone', sans-serif;
  font-size: 2vw;
  line-height: 2vw;
}

.p-content.p-credits {
  width: 18vw;
  margin-bottom: 0.6vw;
  color: #f4f4f4;
  font-weight: 600;
}

.p-content.p-credits-job {
  width: 12vw;
  margin-top: 0.1vw;
  margin-bottom: 0.6vw;
  opacity: 0.8;
  color: #f4f4f4;
  font-size: 0.7vw;
  letter-spacing: 0.2vw;
  text-transform: uppercase;
}

.model-canvas {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.h1-content {
  margin-top: 0px;
  margin-bottom: 3vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Mixta pro', sans-serif;
  color: #464646;
  font-size: 7vw;
  line-height: 7vw;
  letter-spacing: 0.1vw;
}

.h1-row {
  position: absolute;
  display: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Mixta pro', sans-serif;
  color: #464646;
  font-size: 20vw;
  line-height: 20vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2vw;
  text-transform: uppercase;
  white-space: nowrap;
}

.h2-person {
  margin-top: 0px;
  margin-bottom: 1.5vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Mixta pro', sans-serif;
  color: #f4f4f4;
  font-size: 3vw;
  line-height: 3.4vw;
  letter-spacing: 0.1vw;
}

.person-date-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 3vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.person-date {
  padding-top: 0.1vw;
  padding-right: 1vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.8;
  color: #f4f4f4;
  font-size: 0.7vw;
  line-height: 1.4vw;
  font-weight: 500;
  letter-spacing: 0.1vw;
  text-transform: uppercase;
}

.person-date-line {
  width: 150%;
  height: 1px;
  margin-right: -8vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f4f4f4;
  opacity: 0.2;
}

.discover-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1vw;
  padding-bottom: 1vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: letter-spacing 400ms cubic-bezier(.19, 1, .22, 1);
  transition: letter-spacing 400ms cubic-bezier(.19, 1, .22, 1);
  letter-spacing: 0.1vw;
  cursor: pointer;
}

.discover-button:hover {
  letter-spacing: 0.2vw;
}

.discover-text {
  padding-top: 0.08vw;
  padding-right: 1vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #f4f4f4;
  font-size: 0.7vw;
  line-height: 1.4vw;
  font-weight: 500;
  text-transform: uppercase;
}

.arrow-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.arrow-line {
  width: 40px;
  height: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f4f4f4;
}

.arrow {
  position: absolute;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.black-tint {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
}

.black-tint.tint-sides {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), color-stop(30%, rgba(0, 0, 0, 0.5)), color-stop(50%, transparent), color-stop(70%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.9)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5) 30%, transparent 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.9));
}

.black-tint.tint-right {
  background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(15%, transparent), color-stop(30%, rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0.85)), color-stop(75%, rgba(0, 0, 0, 0.95)), to(#000));
  background-image: linear-gradient(90deg, #000, transparent 15%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.85) 50%, rgba(0, 0, 0, 0.95) 75%, #000);
}

.model-container {
  position: fixed;
  z-index: 20;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-center-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.popup-wrapper {
  position: fixed;
  z-index: 40;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.popup-bg {
  position: absolute;
  z-index: 0;
  width: 300%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, #000), color-stop(66%, #000), to(transparent));
  background-image: linear-gradient(90deg, transparent, #000 33%, #000 66%, transparent);
}

.popup-content-container {
  width: 40vw;
  padding-top: 8vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
}

.p-popup {
  margin-bottom: 2vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.8;
  color: #f4f4f4;
  font-size: 1vw;
  line-height: 1.5vw;
}

.h1-popup {
  margin-top: 0px;
  margin-bottom: 3vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Mixta pro', sans-serif;
  color: #f4f4f4;
  font-size: 4vw;
  line-height: 4vw;
  letter-spacing: 0.1vw;
}

.popup-content-wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.popup-close {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50px;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.close-line {
  position: absolute;
  width: 150%;
  height: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f4f4f4;
}

.close-line.line-1 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-line.line-2 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.arrow-close {
  position: absolute;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.persons-page {
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.test-bg {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sources-container {
  position: absolute;
  bottom: 3vw;
  width: 57vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sources-container.mob {
  display: none;
}

.credits-name-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h1-wide {
  letter-spacing: 0.4vw;
}

.h1-spacing {
  letter-spacing: 0.8vw;
}

.preloader-container {
  position: fixed;
  z-index: 100;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.preloader-lottie {
  width: 50vw;
}

.menu-wrapper {
  position: fixed;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-item-container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-variant-ligatures: no-contextual;
  font-feature-settings: "calt" 0;
}

.menu-item {
  margin-right: 3vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: letter-spacing 400ms cubic-bezier(.215, .61, .355, 1);
  transition: letter-spacing 400ms cubic-bezier(.215, .61, .355, 1);
  font-family: 'Mixta pro', sans-serif;
  color: #f4f4f4;
  font-size: 2.5vw;
  line-height: 5vw;
  text-decoration: none;
  cursor: pointer;
}

.menu-item:hover {
  letter-spacing: 0.2vw;
}

.menu-line {
  width: 100%;
  height: 1px;
  margin-top: 0.5vw;
  background-color: #f4f4f4;
  opacity: 0.2;
}

.menu-item-sub {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: letter-spacing 400ms cubic-bezier(.215, .61, .355, 1);
  transition: letter-spacing 400ms cubic-bezier(.215, .61, .355, 1);
  font-family: Montserrat, sans-serif;
  color: #f4f4f4;
  font-size: 0.8vw;
  line-height: 2.5vw;
  letter-spacing: 0.2vw;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.menu-item-sub:hover {
  letter-spacing: 0.3vw;
}

.menu-sub-container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu-container {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-left: 8vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu-button-wrapper {
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-top: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.menu-button-line {
  width: 100%;
  height: 1px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f4f4f4;
}

.menu-button-line.line-1 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-button-line.line-2 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 991px) {
  .section {
    height: 200vh;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .section.side.bg-white {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96%, 0)), color-stop(30%, hsla(0, 0%, 95.7%, 0.95)), color-stop(70%, hsla(0, 0%, 95.7%, 0.95)), to(hsla(0, 0%, 96%, 0)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 96%, 0), hsla(0, 0%, 95.7%, 0.95) 30%, hsla(0, 0%, 95.7%, 0.95) 70%, hsla(0, 0%, 96%, 0));
  }

  .section.side.bg-white.content-history {
    height: 300vh;
    margin-top: -50vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96%, 0)), color-stop(20%, hsla(0, 0%, 95.7%, 0.95)), color-stop(80%, hsla(0, 0%, 95.7%, 0.95)), to(hsla(0, 0%, 96%, 0)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 96%, 0), hsla(0, 0%, 95.7%, 0.95) 20%, hsla(0, 0%, 95.7%, 0.95) 80%, hsla(0, 0%, 96%, 0));
  }

  .section.side.bg-black {
    padding-top: 0vh;
    padding-bottom: 0vh;
  }

  .section.center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section.row {
    height: 300vh;
  }

  .section.bg-change {
    height: 75vh;
  }

  .section.intro-white {
    height: 150vh;
  }

  .section.devider {
    height: 150vh;
  }

  .h1-intro {
    font-size: 16vw;
    line-height: 14.5vw;
    letter-spacing: 0.5vw;
  }

  .intro-txt {
    font-size: 1.4vw;
    line-height: 3.4vw;
  }

  .h3-intro {
    font-size: 3vw;
    line-height: 3.4vw;
  }

  .p-intro {
    width: 100%;
    padding-right: 8vw;
    padding-left: 8vw;
    font-size: 3vw;
    line-height: 3.6vw;
    text-align: justify;
  }

  .intro-bg-date {
    display: none;
  }

  .intro-container {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .content-container {
    width: 100%;
    padding: 0vh 8vw;
  }

  .content-container.content-left {
    width: 100%;
  }

  .content-container.content-center-right {
    margin-top: 0vw;
  }

  .content-container.content-persons {
    width: 100%;
    height: 120vh;
    margin-top: 60vh;
    padding-right: 8vw;
    padding-left: 8vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, rgba(0, 0, 0, 0.85)), color-stop(70%, rgba(0, 0, 0, 0.85)), to(transparent));
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.85) 30%, rgba(0, 0, 0, 0.85) 70%, transparent);
  }

  .content-container.content-credits {
    margin-top: 0vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .h1-content-center {
    margin-bottom: 4vw;
    font-size: 8.6vw;
    line-height: 8.6vw;
  }

  .h1-content-center.desktop {
    display: none;
  }

  .h1-content-center.mobile {
    display: block;
  }

  .h1-content-center.outro {
    margin-bottom: 6vw;
  }

  .p-accent {
    width: 100%;
    margin-bottom: 3vw;
    font-size: 4vw;
    line-height: 4.8vw;
  }

  .p-content {
    width: 100%;
    margin-bottom: 3vw;
    font-size: 2vw;
    line-height: 3vw;
  }

  .p-content.p-sources {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .p-content.p-sources.museum {
    font-size: 3vw;
    line-height: 3vw;
  }

  .p-content.p-credits {
    width: 36vw;
    line-height: 5vw;
  }

  .p-content.p-credits-job {
    width: 21vw;
    font-size: 1.4vw;
    line-height: 5vw;
  }

  .h1-content {
    margin-bottom: 4vw;
    font-size: 11vw;
    line-height: 11vw;
  }

  .h2-person {
    margin-bottom: 2vw;
    font-size: 6vw;
    line-height: 6vw;
  }

  .person-date-container {
    margin-bottom: 6vw;
  }

  .person-date {
    font-size: 1.4vw;
    line-height: 2.8vw;
  }

  .discover-button {
    margin-top: 2vw;
  }

  .discover-text {
    padding-right: 1.5vw;
    font-size: 1.4vw;
    line-height: 2.8vw;
  }

  .black-tint.tint-sides {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), color-stop(25%, rgba(0, 0, 0, 0.5)), color-stop(50%, transparent), color-stop(75%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.9)));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5) 25%, transparent 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.9));
  }

  .black-tint.tint-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), color-stop(25%, rgba(0, 0, 0, 0.5)), color-stop(50%, transparent), color-stop(75%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.9)));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5) 25%, transparent 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.9));
  }

  .content-center-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .popup-content-container {
    width: 100%;
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .p-popup {
    margin-bottom: 3vw;
    font-size: 2vw;
    line-height: 3vw;
  }

  .h1-popup {
    margin-bottom: 5vw;
    font-size: 8.6vw;
    line-height: 8.6vw;
  }

  .popup-close {
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
  }

  .sources-container {
    width: 100%;
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .sources-container.mob {
    display: block;
    width: 100%;
  }

  .credits-name-container {
    margin-right: 5vw;
  }

  .h1-wide {
    letter-spacing: 0.5vw;
  }

  .h1-spacing {
    letter-spacing: 0.5vw;
  }

  .menu-item {
    font-size: 6vw;
    line-height: 10vw;
  }

  .menu-item-sub {
    font-size: 1.6vw;
    line-height: 5vw;
  }

  .menu-container {
    padding-top: 12vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu-button-wrapper {
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    margin-top: -10px;
  }
}

@media screen and (max-width: 767px) {
  .h1-intro {
    margin-top: 3vh;
    margin-bottom: 3vh;
  }

  .h1-content-center.outro {
    margin-bottom: 3vw;
    font-size: 7vw;
    line-height: 7vw;
  }

  .p-content.p-sources {
    text-align: left;
  }

  .p-content.p-sources.museum {
    font-size: 3vw;
    line-height: 3vw;
  }

  .p-content.p-credits {
    margin-bottom: 0vw;
    line-height: 4vw;
  }

  .p-content.p-credits-job {
    margin-bottom: 0vw;
    line-height: 4vw;
  }

  .person-date-container {
    margin-bottom: 7vw;
  }

  .discover-button {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .discover-text {
    padding-right: 2vw;
  }

  .popup-content-container {
    padding-top: 11vw;
    padding-bottom: 5vw;
  }

  .popup-close {
    top: 20px;
    right: auto;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.5);
  }

  .sources-container {
    position: static;
    bottom: auto;
    margin-top: 3vw;
  }

  .menu-item-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu-item {
    margin-right: 0vw;
    font-size: 4vw;
    line-height: 7vw;
  }

  .menu-line {
    display: none;
  }

  .menu-sub-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-container {
    padding-top: 16vh;
    padding-bottom: 8vh;
    padding-left: 0vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button-wrapper {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .section.intro {
    padding-top: 20vh;
    padding-bottom: 20vh;
  }

  .h1-intro {
    margin-top: 0vh;
    margin-bottom: 0vh;
    padding-bottom: 0vw;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    font-size: 20vw;
    line-height: 18vw;
    letter-spacing: 0.8vw;
  }

  .intro-txt {
    font-size: 2.4vw;
    line-height: 5vw;
  }

  .h3-intro {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    font-size: 4.5vw;
    line-height: 10vw;
  }

  .p-intro {
    font-size: 7vw;
    line-height: 8.4vw;
    text-align: left;
  }

  .intro-txt-top-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .intro-container {
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .h1-content-center {
    margin-bottom: 6vw;
    font-size: 10vw;
    line-height: 10vw;
  }

  .h1-content-center.outro {
    margin-bottom: 9vw;
    font-size: 10vw;
    line-height: 10vw;
  }

  .p-accent {
    margin-bottom: 4vw;
    font-size: 6vw;
    line-height: 7vw;
  }

  .p-content {
    margin-bottom: 4vw;
    font-size: 4vw;
    line-height: 6vw;
  }

  .p-content.p-sources {
    font-size: 3vw;
    line-height: 4vw;
  }

  .p-content.p-sources.museum {
    font-size: 6vw;
    line-height: 6vw;
  }

  .p-content.p-credits {
    width: 100%;
    line-height: 8vw;
  }

  .p-content.p-credits-job {
    width: 100%;
    font-size: 2.4vw;
    line-height: 4vw;
  }

  .h1-content {
    margin-bottom: 6vw;
    font-size: 12vw;
    line-height: 12vw;
  }

  .h2-person {
    margin-bottom: 4vw;
    font-size: 8vw;
    line-height: 8vw;
  }

  .person-date-container {
    margin-bottom: 12vw;
  }

  .person-date {
    padding-right: 3vw;
    font-size: 2.8vw;
    line-height: 5.6vw;
  }

  .discover-button {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .discover-text {
    padding-right: 3vw;
    font-size: 2.8vw;
    line-height: 5.6vw;
  }

  .black-tint.tint-sides {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), color-stop(50%, transparent), to(rgba(0, 0, 0, 0.9)));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9), transparent 50%, rgba(0, 0, 0, 0.9));
  }

  .black-tint.tint-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), color-stop(50%, transparent), to(rgba(0, 0, 0, 0.9)));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9), transparent 50%, rgba(0, 0, 0, 0.9));
  }

  .popup-content-container {
    padding-top: 18vw;
    padding-bottom: 2vw;
  }

  .p-popup {
    margin-bottom: 6vw;
    font-size: 4vw;
    line-height: 5.5vw;
  }

  .h1-popup {
    margin-bottom: 8vw;
    font-size: 10vw;
    line-height: 10vw;
  }

  .sources-container {
    margin-top: 8vw;
  }

  .credits-name-container {
    margin-bottom: 2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .h1-wide {
    letter-spacing: 0.6vw;
  }

  .preloader-lottie {
    width: 80vw;
  }

  .menu-item {
    font-size: 8vw;
    line-height: 16vw;
  }

  .menu-item-sub {
    font-size: 2.8vw;
    line-height: 10vw;
  }

  .menu-container {
    padding-top: 10vh;
    padding-bottom: 0vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@font-face {
  font-family: 'Mixta pro';
  src: url('../fonts/Mixta-Pro-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Mixta didone';
  src: url('../fonts/Mixta-Didone-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}