.audio {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 50px;
  height: 50px;
  z-index: 20;
}

.audio canvas {
  width: 50px;
  height: 50px;
  cursor: pointer;
}

@media (min-width: 320px) and (max-width: 480px) {
  
  .audio {
    top: 8px;
  }
  
}

.display-none {
  display: none!important;
}

.actions__button {
  position: relative;
  height: 40px;
  width: 180px;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.5s ease-out;
  border: 1.4px solid #fff;
}
.actions__button:hover {
  transition: background-color 0.05s ease-out;
}
.actions__button--primary {
  color: #000;
  background: #fff;
  margin-right: 20px;
}
.actions__button--primary:hover {
  color: #fff;
  background: none;
}
.actions__button--secondary {
  color: #fff;
}
.actions__button--secondary:hover {
  color: #000;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .actions {
    flex-direction: column;
    align-items: center;
  }
  .actions__button {
    width: 160px;
    height: 30px;
    font-size: 10px;
    border-width: 1px;
  }
  .actions__button--primary {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.actions[data-v-07018b74] {
  position: absolute;
  bottom: 128px;
  display: flex;
  pointer-events: all;
  left: 50%;
  transform: translateX(-50%);
}
.landing__logo {
  pointer-events: all;
}
@media screen and (min-width: 577px) {
  .landing__logo:before {
    content: url(/img/logo.2b1862c1.svg);
  }
}
@media screen and (max-width: 576px) {
  .landing__logo:before {
    content: url(/img/logo-mob.bb36c5d0.svg);
  }
}
.controls__button[data-v-1ae39506] {
  position: relative;
  width: 64px;
  height: 64px;
  background: none;
  border-radius: 50%;
  outline: none;
  border: 1px solid hsla(0, 0%, 100%, 0.4);
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: border-color 0.35s ease-out;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.controls__button[data-v-1ae39506]:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.controls__button[data-v-1ae39506]:hover {
  border-color: #fff;
  transition: border-color 0.05s ease-out;
}
.controls__button--up[data-v-1ae39506]:before {
  content: url(/img/landing-arrow-up.02dc26cd.svg);
  padding-bottom: 4px;
}
.controls__button--down[data-v-1ae39506] {
  margin-top: 20px;
}
.controls__button--down[data-v-1ae39506]:before {
  padding-top: 4px;
  content: url(/img/landing-arrow.804d5a12.svg);
}
@media screen and (max-width: 768px) {
  .controls__button[data-v-1ae39506] {
    width: 48px;
    height: 48px;
  }
  .controls__button--up[data-v-1ae39506] {
    margin-left: 16px;
  }
  .controls__button[data-v-1ae39506]:last-child {
    margin-top: 0;
  }
}
.landing-preloader {
  position: absolute;
  height: 100vh;
  width: 100vw;
  background-color: #000;
  overflow: hidden;
  pointer-events: none;
}
.landing-preloader .preloader__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.landing-preloader .preloader__video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: opacity 1s ease-out;
  will-change: opacity;
  opacity: 0;
}
.landing-preloader._started .preloader__video-wrapper {
  opacity: 1;
}
.slide[data-v-f8de7cda] {
  display: none;
}
.slide[data-v-f8de7cda],
.slide__inner[data-v-f8de7cda] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  will-change: transform;
}
.slide__inner[data-v-f8de7cda] {
  display: flex;
  overflow: hidden;
}
.slide__title[data-v-f8de7cda] {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 140px;
  padding-top: 160px;
  padding-bottom: 170px;
  display: flex;
}
.slide__title span[data-v-f8de7cda] {
  display: inline-block;
  will-change: transform;
  white-space: nowrap;
}
.slide__title.intro[data-v-f8de7cda] {
  position: absolute;
  top: 60%;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.slide__title.intro .title span[data-v-f8de7cda]:first-child {
  font-size: 36px;
  text-align: center;
}
.slide__description[data-v-f8de7cda] {
  width: 100%;
  height: 100%;
  padding-right: 140px;
  padding-bottom: 116px;
  padding-top: 170px;
  display: flex;
  justify-content: flex-end;
  line-height: 160%;
}
.absolute-center[data-v-f8de7cda] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.description[data-v-f8de7cda] {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: #fff;
  position: relative;
  white-space: pre-line;
}
.description[data-v-f8de7cda]:before {
  content: "";
  width: 32px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: -16px;
  transform: translateX(-100%);
  top: 15px;
}
.title[data-v-f8de7cda] {
  font-size: 48px;
  line-height: 65px;
  color: #fff;
  font-weight: 700;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .slide__inner[data-v-f8de7cda] {
    flex-direction: column;
  }
  .slide__description[data-v-f8de7cda] {
    padding-bottom: 136px;
  }
  .slide__description .description[data-v-f8de7cda] {
    max-width: 221px;
  }
  .slide__description .description[data-v-f8de7cda]:before {
    width: 24px;
    height: 1.5px;
    top: 13px;
    left: -10px;
  }
}
@media screen and (min-width: 577px) {
  .slide__title.bottom-left .title span[data-v-f8de7cda]:last-child,
  .slide__title.top-left .title span[data-v-f8de7cda]:first-child {
    margin-left: 145px;
  }
  .slide__description.small .description[data-v-f8de7cda] {
    max-width: 290px;
  }
  .slide__description.small-260 .description[data-v-f8de7cda] {
    max-width: 260px;
  }
  .slide__description.big .description[data-v-f8de7cda] {
    max-width: 435px;
  }
  .slide__description.big-415 .description[data-v-f8de7cda] {
    max-width: 415px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .slide__description[data-v-f8de7cda] {
    padding-right: 70px;
  }
}
@media screen and (min-width: 576px) {
  .top[data-v-f8de7cda] {
    align-items: flex-start;
  }
  .center[data-v-f8de7cda] {
    align-items: center;
  }
  .bottom[data-v-f8de7cda] {
    align-items: flex-end;
  }
}
@media screen and (max-width: 577px) {
  .slide__title.bottom-left--mob .title[data-v-f8de7cda] {
    padding-left: 74px;
  }
  .slide__title.bottom-left--mob .title span[data-v-f8de7cda]:first-child {
    margin-left: -74px;
  }
  .slide__title[data-v-f8de7cda] {
    padding: 110px 40px 0;
  }
  .slide .intro[data-v-f8de7cda] {
    padding-top: 0;
  }
  .slide .intro .title span[data-v-f8de7cda]:first-child {
    font-size: 18px;
    text-align: center;
  }
  .slide__description[data-v-f8de7cda] {
    justify-content: center;
    padding: 0 40px 136px 114px;
    align-items: flex-end;
  }
  .title[data-v-f8de7cda] {
    font-size: 26px;
    line-height: 35px;
  }
  .description[data-v-f8de7cda] {
    font-size: 12px;
    line-height: 140%;
    white-space: normal;
  }
}
@media screen and (min-width: 769px) {
  .margin-bottom__minus .description[data-v-f8de7cda] {
    margin-bottom: -24px;
  }
  br.desktop[data-v-f8de7cda] {
    display: none;
  }
  br.mobile[data-v-f8de7cda] {
    display: inline;
  }
}
.word,
.word-wrapper {
  white-space: nowrap;
  vertical-align: bottom;
}
.letter,
.word,
.word-wrapper {
  display: inline-block;
  will-change: transform;
}
.space {
  display: inline-block;
}
.controls[data-v-543237a6] {
  pointer-events: all;
}
.controls__info[data-v-543237a6] {
  display: flex;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}
@media (min-width: 1260px) {
  .controls__info[data-v-543237a6] {
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .controls[data-v-543237a6] {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .controls__info[data-v-543237a6] {
    transform: none;
    margin-bottom: 0;
    margin-left: 16px;
    height: 48px;
  }
}
html {
  overflow: hidden;
}
@font-face {
  font-family: Nissan;
  src: url(/fonts/nissanonline-regular-webfont.b4f1e330.eot);
  src: url(/fonts/nissanonline-regular-webfont.b4f1e330.eot?#iefix)
      format("embedded-opentype"),
    url(/fonts/nissanonline-regular-webfont.d770a0b2.woff2) format("woff2"),
    url(/fonts/nissanonline-regular-webfont.609b3b43.woff) format("woff"),
    url(/fonts/nissanonline-regular-webfont.99737dd6.ttf) format("truetype"),
    url(/img/nissanonline-regular-webfont.0dc971a0.svg#nissan_brandregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
.landing {
  font-family: Nissan;
  cursor: default;
}
.landing,
.landing__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
}
.landing__background {
  pointer-events: none;
}
.landing__background .background__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.landing__background .background__video._direct {
  width: 50%;
}
.landing__background .background__video._reverse {
  left: 50%;
  width: 50%;
}
.landing__background .landing__background--images,
.landing__background .landing__background--images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.landing__background .landing__background--images img {
  display: none;
}
.landing__background,
.landing__overlays,
.landing__slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: opacity 1s ease-out;
  will-change: opacity;
  opacity: 0;
}
.landing__overlays,
.landing__slides {
  pointer-events: none;
}
.landing._started .landing__background,
.landing._started .landing__overlays,
.landing._started .landing__slides {
  opacity: 1;
}
.landing__logo {
  position: fixed;
  top: 30px;
  left: 24px;
}
.landing__controls {
  position: fixed;
  bottom: 40px;
  left: 32px;
}
@media (min-width: 1260px) {
  .landing__controls {
    left: 0;
    right: 0;
    padding-left: 32px;
  }
}
.landing__cta {
  position: fixed;
  right: 36px;
  top: 35px;
}
.landing__counters {
  position: fixed;
  bottom: 50px;
  right: 41px;
  color: #fff;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.05em;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.landing__counters .slides-counter {
  opacity: 0.5;
}
.landing__counters span {
  display: inline-block;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .landing__controls {
    bottom: 31px;
    left: 16px;
  }
  .landing__counters {
    font-size: 12px;
    line-height: 160%;
    bottom: 45px;
    right: 26px;
  }
  .landing__logo {
    top: 17px;
    left: 16px;
  }
}
