html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.centerXY {
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.centerX, #overlay .drawer__open-button, #overlay .cta__button, #overlay .header__nmd-logo, #overlay .preloader__nmd-logo {
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.centerY, #overlay .drawer__wrapper.alt-view .drawer__open-button {
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@font-face {
  font-family: "adineue PRO Cond regular";
  src: url("../fonts/adineuePROCond-Regular.eot");
  src: url("../fonts/adineuePROCond-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/adineuePROCond-Regular.woff2") format("woff2"), url("../fonts/adineuePROCond-Regular.woff") format("woff"), url("../fonts/adineuePROCond-Regular.ttf") format("truetype"), url("../fonts/adineuePROCond-Regular.svg#adineuePROCond-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#overlay {
  font-family: "adineue PRO Cond regular", sans-serif;
  font-size: 20px;
  line-height: 20px;
}
#overlay h1 {
  font-size: 20vw;
  line-height: 14vw;
}
#overlay button {
  font-family: "adineue PRO Cond regular", sans-serif;
}
#overlay a {
  color: inherit;
  text-decoration: none;
}
#overlay a:hover {
  color: inherit;
}

html, body {
  width: 100%;
  height: 100%;
  position: relative;
}

#overlay {
  background-color: #000;
  color: #FFF;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#overlay *::selection {
  background: rgba(0, 0, 0, 0.99);
  color: #FFF;
}
#overlay *::-moz-selection {
  background: rgba(0, 0, 0, 0.99);
  color: #FFF;
}
#overlay *::-webkit-scrollbar {
  width: 3px;
}
#overlay *::-webkit-scrollbar-track {
  background: #FFF;
}
#overlay *::-webkit-scrollbar-thumb {
  background: #000000;
  border: none;
}
#overlay button {
  border: none;
  box-shadow: none;
  background-color: transparent;
  cursor: pointer;
  border-radius: 0;
  outline: none;
}
#overlay .content__wrapper {
  padding-top: 70px;
  width: 100%;
  position: relative;
  top: 0;
}

#overlay .preloader__wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;
  z-index: 100;
  overflow: hidden;
}
#overlay .preloader__wrapper.active {
  opacity: 1;
  pointer-events: all;
}
#overlay .preloader__nmd-logo {
  position: fixed;
  height: 100px;
  top: calc(50% - 50px);
  width: auto;
  z-index: 100;
}
#overlay .preloader__nmd-logo img {
  display: block;
  height: 100%;
  width: auto;
}
#overlay .preloader__blue-circle, #overlay .preloader__pink-circle {
  position: absolute;
  width: 120vw;
  height: 160vh;
  border-radius: 50%;
  opacity: 0.8;
  filter: blur(200px);
}
#overlay .preloader__blue-circle {
  top: -80vh;
  left: -40vw;
  background-color: #FF326E;
  z-index: 9;
}
#overlay .preloader__pink-circle {
  top: -50vh;
  right: -40vw;
  background-color: #005091;
  z-index: 9;
}
#overlay .preloader__wipe-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 500vw;
  height: 100vh;
  overflow: hidden;
  transition: transform 1.5s ease-out;
  will-change: transform;
  transform: translate3d(-10vw, 0, 0);
}
#overlay .preloader__wipe-wrapper.left {
  transform: translate3d(-390vw, 0, 0);
}
#overlay .preloader__gradient-wrapper {
  position: absolute;
  width: 100%;
  height: 100px;
  border-radius: 30%;
}
@media screen and (max-width: 750px) and (min-width: 1px) {
  #overlay .preloader__nmd-logo {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    width: 80%;
  }
  #overlay .preloader__nmd-logo img {
    height: auto;
    width: 100%;
  }
}

#overlay .header__wrapper {
  height: 30px;
  width: calc(100% - 60px);
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px 30px;
  border-bottom: 1px solid #FFF;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
#overlay .header__change-view {
  background-color: #000;
  border: 1px solid #FFF;
  left: 30px;
  color: #FFF;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  display: inline;
  position: absolute;
  font-size: 14px;
  line-height: 14px;
  padding: 5px 10px;
  cursor: pointer;
  width: auto;
  transition: left 0.4s ease-in-out;
}
@media (hover: hover) {
  #overlay .header__change-view:hover {
    color: #000;
    background-color: #FFF;
    border: 1px solid #000;
  }
  #overlay .header__change-view:hover .header__change-view-inner {
    background-image: url("../../dist/images/vertical.svg");
  }
  #overlay .header__change-view:hover .header__change-view-inner.alt-view {
    background-image: url("../../dist/images/horizontal.svg");
  }
}
#overlay .header__change-view:active {
  color: #000;
  background-color: #FFF;
  border: 1px solid #000;
}
#overlay .header__change-view:active .header__change-view-inner {
  background-image: url("../../dist/images/vertical.svg");
}
#overlay .header__change-view:active .header__change-view-inner.alt-view {
  background-image: url("../../dist/images/horizontal.svg");
}
#overlay .header__change-view.alt-view {
  left: 200px;
}
#overlay .header__change-view-inner {
  display: inline-block;
  width: 20px;
  height: 10px;
  margin-left: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../dist/images/horizontal.svg");
}
#overlay .header__change-view-inner.alt-view {
  background-image: url("../../dist/images/vertical.svg");
}
#overlay .header__nmd-logo {
  position: fixed;
  top: 20px;
  height: 30px;
  width: auto;
  z-index: 11;
}
#overlay .header__nmd-logo img {
  display: block;
  height: 100%;
  width: auto;
}
#overlay .header__adidas-logo {
  height: 30px;
  width: auto;
  position: absolute;
  top: 20px;
  right: 30px;
}
#overlay .header__adidas-logo img {
  display: block;
  height: 100%;
  width: auto;
}
@media screen and (max-width: 750px) and (min-width: 1px) {
  #overlay .header__wrapper {
    height: 30px;
    width: calc(100% - 40px);
    padding: 10px 20px;
  }
  #overlay .header__change-view {
    display: none;
  }
  #overlay .header__nmd-logo {
    height: 20px;
    top: 18px;
  }
  #overlay .header__adidas-logo {
    height: 30px;
    top: 10px;
    right: 20px;
  }
}

#overlay .cta__button {
  color: #000;
  background-color: #fff;
  position: fixed;
  top: 90px;
  border: 2px solid #FFF;
  z-index: 10;
  transition: top 0.4s ease-in-out, bottom 0.4s ease-in-out;
}
#overlay .cta__button::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #FFF;
  position: absolute;
  top: 3px;
  left: 3px;
}
#overlay .cta__button.active {
  top: calc(50% - 20px);
}
@media (hover: hover) {
  #overlay .cta__button:hover .cta__button-inner {
    color: #000;
    opacity: 0.4;
  }
}
#overlay .cta__button:active .cta__button-inner {
  color: #000;
  opacity: 0.4;
}
#overlay .cta__button-inner {
  padding: 10px 15px;
  transition: all 0.2s ease-in-out;
}
#overlay .cta__button-inner img {
  width: 25px;
  height: auto;
  margin-left: 10px;
}
#overlay .cta__scroll-hint-wrapper {
  position: absolute;
}
#overlay .cta__drag-notifier {
  width: 100%;
  height: 100vh;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#overlay .cta__drag-notifier.active {
  opacity: 1;
}
#overlay .cta__tap {
  display: none;
}
@media screen and (max-width: 750px) and (min-width: 1px) {
  #overlay .cta__button {
    position: fixed;
    top: auto;
    bottom: 60px;
  }
  #overlay .cta__button.active {
    top: auto;
    bottom: calc(50% - 20px);
  }
  #overlay .cta__click {
    display: none;
  }
  #overlay .cta__tap {
    display: inline;
  }
}

#overlay .cursor {
  width: 40vw;
  height: 40vw;
  position: fixed;
  background-color: #ff326e;
  top: calc(50% - 250px);
  left: calc(50% - 250px);
  filter: blur(60px);
  border-radius: 50%;
  transition: opacity 0.6s ease-in-out;
}
#overlay .cursor::before {
  content: "";
  width: 40vw;
  height: 40vw;
  position: absolute;
  background-color: rgba(255, 50, 110, 0.5);
  border-radius: 50%;
  filter: blur(100px);
  animation: blob1 10s linear infinite;
}
#overlay .cursor::after {
  content: "";
  width: 20vw;
  height: 20vw;
  position: absolute;
  background-color: #005091;
  border-radius: 50%;
  transform-origin: 30% 30%;
  filter: blur(100px);
  animation: blob2 15s linear infinite;
}
#overlay .cursor.disabled {
  opacity: 0;
}
@media screen and (max-width: 750px) and (min-width: 1px) {
  #overlay .cursor {
    width: 70vw;
    height: 70vh;
    z-index: -1;
  }
  #overlay .cursor::before {
    width: 70vw;
    height: 70vh;
  }
  #overlay .cursor::after {
    width: 70vw;
    height: 70vh;
  }
}

@-webkit-keyframes blob1 {
  0% {
    transform: translate3d(-30%, -30%, 0);
  }
  25% {
    transform: translate3d(30%, -30%, 0);
  }
  50% {
    transform: translate3d(30%, 30%, 0);
  }
  75% {
    transform: translate3d(-30%, 30%, 0);
  }
  100% {
    transform: translate3d(-30%, -30%, 0);
  }
}
@-webkit-keyframes blob2 {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
    transform: scale(1.5);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
    transform: scale(0.5);
  }
  100% {
    transform: rotate(360deg);
  }
}
#overlay .images__wrapper {
  height: calc(100vh - 160px);
  padding-top: 91px;
  width: 100%;
  overflow: hidden;
  display: flex;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: grab;
  transition: height 0.4s ease-in-out, width 0.4s ease-in-out, margin-top 0.8s ease-out, opacity 0.4s ease-in-out;
}
#overlay .images__wrapper.disabled {
  margin-top: 100vh;
}
#overlay .images__wrapper.drawer-open {
  height: calc(100vh - 310px);
}
#overlay .images__wrapper:active {
  cursor: grabbing;
}
#overlay .images__wrapper:active .images__image {
  transform: scale(1.1);
}
#overlay .images__wrapper::-webkit-scrollbar {
  display: none;
}
#overlay .images__wrapper.alt-view {
  position: absolute;
  right: 0;
  display: block;
  height: 100vh;
  padding-top: 0;
  top: 0;
}
#overlay .images__wrapper.alt-view.drawer-open {
  width: calc(100vw - 170px);
}
#overlay .images__wrapper.alt-view .images__image {
  max-height: 60vh;
  max-width: 60vw;
  height: auto;
  width: auto;
  align-self: center;
  margin: 5vw auto;
  display: block;
}
#overlay .images__wrapper.alt-view .images__image:first-child {
  margin-top: 20vh;
  margin-left: auto;
}
#overlay .images__wrapper.alt-view .images__image:last-child {
  margin-bottom: 80vh;
  margin-right: auto;
}
#overlay .images__talent-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#overlay .images__image {
  max-height: 100%;
  max-width: 60vw;
  height: auto;
  width: auto;
  align-self: flex-end;
  margin: 0 5vw;
  transition: transform 0.2s ease-in-out;
}
#overlay .images__image:first-child {
  margin-left: 20vw;
}
#overlay .images__image:last-child {
  margin-right: 80vw;
}
#overlay .images__talent-name {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  color: #ff326e;
  transition: opacity 0.4s ease-in-out;
}
#overlay .images__talent-name.active {
  opacity: 1;
}
#overlay .images__talent-name.alt-view {
  position: fixed;
}
@media screen and (max-width: 750px) and (min-width: 1px) {
  #overlay .images__wrapper {
    position: absolute;
    display: block;
    height: 100vh;
    padding-top: 0;
    left: auto;
    right: 0;
    top: 0;
  }
  #overlay .images__wrapper.drawer-open {
    height: 100vh;
    width: calc(100% - 100px);
  }
  #overlay .images__image {
    max-height: 40vh;
    max-width: calc(100vw - 40px);
    height: auto;
    width: auto;
    align-self: center;
    margin: 25px auto;
    display: block;
  }
  #overlay .images__image:first-child {
    margin-top: 40vh;
    margin-left: auto;
  }
  #overlay .images__image:last-child {
    margin-bottom: 80vh;
    margin-right: auto;
  }
  #overlay .images__talent-name {
    width: 100%;
    position: fixed;
    bottom: auto;
    left: auto;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
#overlay .drawer__wrapper {
  height: 150px;
  width: calc(100vw - 20px);
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: #FFF;
  position: fixed;
  top: 100%;
  left: 0;
  transition: top 0.4s ease-in-out, right 0.4s ease-in-out;
  border-radius: 10px 10px 0 0;
}
#overlay .drawer__wrapper.drawer-open {
  top: calc(100% - 150px);
}
#overlay .drawer__wrapper.alt-view {
  height: calc(100vh - 20px);
  width: 150px;
  padding: 10px 0;
  flex-direction: column;
  top: 0;
  left: auto;
  right: 100%;
  border-radius: 0 10px 10px 0;
}
#overlay .drawer__wrapper.alt-view.drawer-open {
  z-index: 11;
  right: calc(100% - 150px);
}
#overlay .drawer__wrapper.alt-view .drawer__open-button {
  height: 50px;
  width: 30px;
  border-radius: 0 5px 5px 0;
  right: -30px;
  left: auto;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
#overlay .drawer__wrapper.alt-view .drawer__image-wrapper {
  width: calc(100% - 40px);
  height: calc(4.35% - 10px);
  margin: 5px 20px;
}
#overlay .drawer__wrapper.alt-view .drawer__image {
  height: auto;
  width: 100%;
}
#overlay .drawer__wrapper.alt-view .drawer__highlight {
  width: calc(100% - 28px);
  height: calc(4.35% - 10px);
  border-top: none;
  border-bottom: none;
  border-left: 4px #ff326e solid;
  border-right: 4px #ff326e solid;
  position: absolute;
  top: 10px;
  left: 10px;
}
#overlay .drawer__image-wrapper {
  width: 11.11%;
  margin: 20px 5px;
  height: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
#overlay .drawer__image {
  display: block;
  height: 100%;
  width: auto;
  align-self: center;
  cursor: pointer;
}
#overlay .drawer__open-button {
  width: 50px;
  height: 30px;
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: -30px;
  text-align: center;
  background-color: #FFF;
  background-image: url("../images/up.svg");
  background-size: 60% 60%;
  background-position: center;
  background-repeat: no-repeat;
}
#overlay .drawer__open-button.up {
  background-image: url("../images/up.svg");
}
#overlay .drawer__open-button.down {
  background-image: url("../images/down.svg");
}
#overlay .drawer__open-button.left {
  background-image: url("../images/left.svg");
}
#overlay .drawer__open-button.right {
  background-image: url("../images/right.svg");
}
#overlay .drawer__highlight {
  width: 4%;
  height: calc(100% - 28px);
  border-top: 4px #ff326e solid;
  border-bottom: 4px #ff326e solid;
  position: absolute;
  top: 10px;
  left: 10px;
  pointer-events: none;
}
@media screen and (max-width: 750px) and (min-width: 1px) {
  #overlay .drawer__wrapper {
    height: calc(100vh - 20px);
    width: 100px;
    padding: 10px 0;
    flex-direction: column;
    top: 0;
    left: auto;
    right: 100%;
    border-radius: 0 5px 5px 0;
    z-index: 12;
  }
  #overlay .drawer__wrapper.drawer-open {
    z-index: 11;
    top: 0;
    right: calc(100% - 100px);
  }
  #overlay .drawer__open-button {
    height: 30px;
    width: 20px;
    border-radius: 0 3px 3px 0;
    right: -20px;
    top: 10px;
    left: auto;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    background-image: url("../images/right.svg");
  }
  #overlay .drawer__image-wrapper {
    width: calc(100% - 20px);
    height: calc(4.35% - 10px);
    margin: 5px 10px;
  }
  #overlay .drawer__image {
    height: auto;
    width: 100%;
  }
  #overlay .drawer__highlight {
    width: calc(100% - 14px);
    height: calc(4.35% - 10px);
    border-top: none;
    border-bottom: none;
    border-left: 2px #ff326e solid;
    border-right: 2px #ff326e solid;
    position: absolute;
    top: 10px;
    left: 5px;
    pointer-events: none;
  }
}

/*# sourceMappingURL=stylesheet.css.map */
