@font-face {
  font-family: pluto;
  src: url("../font/plutolight.otf"); }
html,
body,
* {
  border: 0 none;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  box-sizing: border-box;
  cursor: default;
  font-family: pluto, cursive;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

html,
body {
  height: 100%; }

ul {
  list-style: none; }

* {
  box-sizing: border-box;
  outline: 0; }

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

button {
  background: transparent;
  cursor: pointer;
  border: 0; }

[type='range'] {
  -webkit-appearance: none;
  margin: 25px 0;
  width: 350px; }
  [type='range']:focus {
    outline: 0; }
    [type='range']:focus::-webkit-slider-runnable-track {
      background: #e7ece5; }
    [type='range']:focus::-ms-fill-lower {
      background: #E7ECE5; }
    [type='range']:focus::-ms-fill-upper {
      background: #e7ece5; }
  [type='range']::-webkit-slider-runnable-track {
    cursor: pointer;
    height: 51px;
    transition: all .2s ease;
    width: 350px;
    background: #E7ECE5;
    box-shadow: 0 0 0 transparent, 0 0 0 rgba(13, 13, 13, 0);
    background: #E7ECE5;
    border: 0 solid #cfd8dc;
    border-radius: 0; }
  [type='range']::-webkit-slider-thumb {
    box-shadow: 0 0 0 transparent, 0 0 0 rgba(13, 13, 13, 0);
    background: rgba(0, 0, 0, 0.6);
    border: 0 solid #eceff1;
    border-radius: 0;
    cursor: pointer;
    height: 50px;
    width: 120px;
    opacity: .6;
    clip-path: polygon(0 24%, 70% 0, 100% 82%, 14% 100%);
    -webkit-appearance: none;
    margin-top: 0.5px; }
  [type='range']::-moz-range-track {
    cursor: pointer;
    height: 51px;
    transition: all .2s ease;
    width: 350px;
    background: #E7ECE5;
    box-shadow: 0 0 0 transparent, 0 0 0 rgba(13, 13, 13, 0);
    background: #E7ECE5;
    border: 0 solid #cfd8dc;
    border-radius: 0; }
  [type='range']::-moz-range-thumb {
    box-shadow: 0 0 0 transparent, 0 0 0 rgba(13, 13, 13, 0);
    background: rgba(0, 0, 0, 0.6);
    border: 0 solid #eceff1;
    border-radius: 0;
    cursor: pointer;
    height: 50px;
    width: 120px;
    opacity: .6;
    clip-path: polygon(0 24%, 70% 0, 100% 82%, 14% 100%); }
  [type='range']::-ms-track {
    cursor: pointer;
    height: 51px;
    transition: all .2s ease;
    width: 350px;
    background: #E7ECE5;
    background: transparent;
    border-color: transparent;
    border-width: 25px 0;
    color: transparent; }
  [type='range']::-ms-fill-lower {
    box-shadow: 0 0 0 transparent, 0 0 0 rgba(13, 13, 13, 0);
    background: #e7ece5;
    border: 0 solid #cfd8dc;
    border-radius: 0; }
  [type='range']::-ms-fill-upper {
    box-shadow: 0 0 0 transparent, 0 0 0 rgba(13, 13, 13, 0);
    background: #E7ECE5;
    border: 0 solid #cfd8dc;
    border-radius: 0; }
  [type='range']::-ms-thumb {
    box-shadow: 0 0 0 transparent, 0 0 0 rgba(13, 13, 13, 0);
    background: rgba(0, 0, 0, 0.6);
    border: 0 solid #eceff1;
    border-radius: 0;
    cursor: pointer;
    height: 50px;
    width: 120px;
    opacity: .6;
    clip-path: polygon(0 24%, 70% 0, 100% 82%, 14% 100%);
    margin-top: 0; }

body {
  background: #E7ECE5; }

.page-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .page-wrapper .page-wrapper-inner {
    margin: auto;
    text-align: center; }

.texture {
  position: fixed;
  left: 0;
  right: 0;
  height: 40%;
  width: 100%;
  z-index: 100;
  opacity: .4;
  pointer-events: none; }
  .texture img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.texture-top {
  top: 0; }

.texture-bottom {
  bottom: 0; }

.page-title {
  font-size: 40px;
  margin-bottom: 2rem;
  color: #313066;
  line-height: 1.2; }
  @media (max-width: 767px) {
    .page-title {
      font-size: 28px;
      margin-bottom: 1rem; } }
  @media (max-height: 300px) {
    .page-title {
      font-size: 21px;
      margin-bottom: 1rem; } }

.page-subtitle {
  font-size: 24px;
  margin-bottom: 3rem;
  color: #313066;
  line-height: 1.2; }
  @media (max-width: 767px) {
    .page-subtitle {
      font-size: 18px;
      margin-bottom: 1rem; } }
  @media (max-height: 300px) {
    .page-subtitle {
      font-size: 16px;
      margin-bottom: 1rem; } }

.font-normal {
  font-size: 14px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .font-normal {
      font-size: 11px; } }

.main-button {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  padding: .8em 2.5em;
  background: #313066;
  clip-path: polygon(6% 0, 95% 7%, 100% 100%, 0 93%);
  -webkit-clip-path: polygon(6% 0, 95% 7%, 100% 100%, 0 93%);
  clip-path: url("#clip-shape-main-button");
  transition: all .2s ease-out; }
  @media (max-width: 767px) {
    .main-button {
      font-size: 15px; } }
  @media (max-height: 300px) {
    .main-button {
      font-size: 14px; } }
  .main-button:hover {
    transform: scale(1.05); }

@media (min-width: 550px) {
  body .mobile-portrait {
    display: none; } }
.mobile-portrait {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: #000;
  display: flex;
  align-items: center; }
  .mobile-portrait .mobile-portrait-inner {
    margin: auto;
    display: none;
    flex-direction: column; }
  .mobile-portrait .message {
    color: #fff;
    margin-top: .7rem;
    text-align: center; }
  .mobile-portrait .message-wifi {
    color: #fff;
    text-align: center;
    font-size: .7rem;
    max-width: 72%;
    margin: auto;
    margin-top: 1rem; }
  .mobile-portrait .flip-icon {
    width: 70px;
    height: 70px;
    margin: auto; }
  .mobile-portrait .logo-main {
    width: 150px;
    margin: auto;
    margin-bottom: 3rem; }

.mobile .mobile-portrait-inner-mobile {
  display: flex; }

.desktop .mobile-portrait-inner-desktop {
  display: flex; }

.intro-wrapper {
  display: flex;
  z-index: 500;
  background: transparent;
  pointer-events: none;
  opacity: 0; }

.title-wrapper {
  margin: auto;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column; }
  .title-wrapper .logo-main {
    width: 300px;
    margin: auto;
    opacity: 0;
    transform: translate3d(0, 20%, 0);
    visibility: hidden;
    transition: 0.4s all cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s; }
  .title-wrapper .subtitle {
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    margin-top: 2rem;
    opacity: 0;
    transform: translate3d(0, 20%, 0);
    visibility: hidden;
    transition: 0.4s all cubic-bezier(0.215, 0.61, 0.355, 1); }

.intro-animation .title-wrapper .logo-main,
.intro-animation .title-wrapper .subtitle {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible; }
.intro-animation .title-wrapper .logo-main {
  transition: 1s all cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s; }
.intro-animation .title-wrapper .subtitle {
  transition: 1s all cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s; }

.block {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center; }

.block-1 {
  width: 200%;
  height: 300%;
  background: #313066;
  transition: 4.5s transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s; }

.block-2 {
  background: #A6295D;
  width: 100%;
  height: 200%;
  transition: 1.8s transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s; }

.block-3 {
  width: 800px;
  height: 800px;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  background: #0C50FB;
  transition: 2.5s transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }

@media (max-width: 1499px) {
  .block-1 {
    width: 200%;
    height: 300%;
    transform: rotate(45deg) translate3d(-50%, 100%, 0); }

  .block-2 {
    width: 100%;
    height: 200%;
    transform: rotate(45deg) translate3d(-150%, -64%, 0); }

  .block-3 {
    transform: rotate(45deg) translate3d(100%, 75%, 0); }

  .intro-animation .block-1 {
    transform: rotate(45deg) translate3d(-50%, 42%, 0);
    transition: 0.9s transform cubic-bezier(0.215, 0.61, 0.355, 1); }
  .intro-animation .block-2 {
    transform: rotate(45deg) translate3d(-10%, -64%, 0);
    transition: 1s transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s; }
  .intro-animation .block-3 {
    transform: rotate(45deg) translate3d(50%, 65%, 0);
    transition: 1s transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s; } }
@media (max-width: 680px) and (max-height: 400px) {
  .title-wrapper .logo-main {
    width: 180px; }
  .title-wrapper .subtitle {
    font-size: 1.2rem;
    margin-top: 1rem; }

  .block-1 {
    width: 300%;
    height: 300%;
    transform: rotate(45deg) translate3d(-50%, 300%, 0); }

  .block-2 {
    width: 300%;
    height: 300%;
    transform: rotate(45deg) translate3d(-150%, -25%, 0); }

  .block-3 {
    width: 1000px;
    height: 1000px;
    transform: rotate(45deg) translate3d(150%, 56%, 0); }

  .intro-animation .block-1 {
    transform: rotate(45deg) translate3d(-50%, 70%, 0);
    transition: 0.9s transform cubic-bezier(0.215, 0.61, 0.355, 1); }
  .intro-animation .block-2 {
    transform: rotate(45deg) translate3d(5%, -25%, 0);
    transition: 1s transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s; }
  .intro-animation .block-3 {
    transform: rotate(45deg) translate3d(93%, 56%, 0);
    transition: 1s transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s; } }
@media (max-width: 460px) and (min-height: 600px) {
  .block-1 {
    width: 300%;
    height: 300%;
    transform: rotate(45deg) translate3d(-50%, 100%, 0); }

  .block-2 {
    width: 300%;
    height: 300%;
    transform: rotate(45deg) translate3d(-150%, -60%, 0); }

  .block-3 {
    width: 1000px;
    height: 1000px;
    transform: rotate(45deg) translate3d(150%, 27%, 0); }

  .intro-animation .block-1 {
    transform: rotate(45deg) translate3d(-60%, 33%, 0);
    transition: 0.9s transform cubic-bezier(0.215, 0.61, 0.355, 1); }
  .intro-animation .block-2 {
    transform: rotate(45deg) translate3d(-30%, -63%, 0);
    transition: 1s transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s; }
  .intro-animation .block-3 {
    transform: rotate(45deg) translate3d(78%, 27%, 0);
    transition: 1s transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s; } }
@media (min-width: 680px) and (min-height: 700px) {
  .block-1 {
    width: 300%;
    height: 300%;
    transform: rotate(45deg) translate3d(-50%, 100%, 0); }

  .block-2 {
    width: 300%;
    height: 300%;
    transform: rotate(45deg) translate3d(-150%, -60%, 0); }

  .block-3 {
    width: 1000px;
    height: 1000px;
    transform: rotate(45deg) translate3d(150%, 20%, 0); }

  .intro-animation .block-1 {
    transform: rotate(45deg) translate3d(-40%, 37%, 0);
    transition: 0.9s transform cubic-bezier(0.215, 0.61, 0.355, 1); }
  .intro-animation .block-2 {
    transform: rotate(45deg) translate3d(-20%, -60%, 0);
    transition: 1s transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s; }
  .intro-animation .block-3 {
    transform: rotate(45deg) translate3d(70%, 20%, 0);
    transition: 1s transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s; } }
@media (min-width: 800px) and (min-height: 700px) and (orientation: landscape) {
  .block-1 {
    width: 200%;
    height: 300%;
    transform: rotate(45deg) translate3d(-50%, 100%, 0); }

  .block-2 {
    width: 100%;
    height: 200%;
    transform: rotate(45deg) translate3d(-150%, -64%, 0); }

  .block-3 {
    width: 800px;
    height: 800px;
    transform: rotate(45deg) translate3d(150%, 55%, 0); }

  .intro-animation .block-1 {
    transform: rotate(45deg) translate3d(-50%, 35%, 0);
    transition: 0.9s transform cubic-bezier(0.215, 0.61, 0.355, 1); }
  .intro-animation .block-2 {
    transform: rotate(45deg) translate3d(-10%, -64%, 0);
    transition: 1s transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s; }
  .intro-animation .block-3 {
    transform: rotate(45deg) translate3d(65%, 55%, 0);
    transition: 1s transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s; } }
@media (min-width: 1500px) {
  .title-wrapper .logo-main {
    width: 350px; }

  .block-1 {
    width: 200%;
    height: 300%;
    transform: rotate(45deg) translate3d(-50%, 100%, 0); }

  .block-2 {
    width: 100%;
    height: 200%;
    transform: rotate(45deg) translate3d(-130%, -64%, 0); }

  .block-3 {
    width: 800px;
    height: 800px;
    transform: rotate(45deg) translate3d(100%, 75%, 0); }

  .intro-animation .block-1 {
    transform: rotate(45deg) translate3d(-50%, 45%, 0);
    transition: 0.9s transform cubic-bezier(0.215, 0.61, 0.355, 1); }
  .intro-animation .block-2 {
    transform: rotate(45deg) translate3d(6%, -64%, 0);
    transition: 1s transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s; }
  .intro-animation .block-3 {
    transform: rotate(45deg) translate3d(50%, 75%, 0);
    transition: 1s transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s; } }
.instruction-wrapper {
  display: flex;
  z-index: 20; }
  .instruction-wrapper .page-wrapper-inner {
    margin: auto;
    text-align: center;
    max-width: 85%; }
    @media (min-width: 992px) {
      .instruction-wrapper .page-wrapper-inner {
        max-width: 900px; } }

.instruction-wrapper-1 {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .instruction-wrapper-1 .animate-element {
    opacity: 0;
    transform: scale(0.8);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s; }
  .instruction-wrapper-1.is-faded-in .animate-element {
    opacity: 1;
    transform: scale(1); }
  .instruction-wrapper-1.is-faded-out {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9); }

.instruction-wrapper-2 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }
  .instruction-wrapper-2 .animate-element {
    opacity: 0;
    transform: scale(0.9);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .instruction-wrapper-2.is-faded-in {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }
    .instruction-wrapper-2.is-faded-in .animate-element {
      opacity: 1;
      transform: scale(1); }
    .instruction-wrapper-2.is-faded-in .animate-element:nth-child(1) {
      transition-delay: 2s; }
    .instruction-wrapper-2.is-faded-in .animate-element:nth-child(2) {
      transition-delay: 3s; }
    .instruction-wrapper-2.is-faded-in .animate-element:nth-child(3) {
      transition-delay: 4s; }
  .instruction-wrapper-2.is-faded-out .animate-element {
    opacity: 0;
    transform: scale(0.9); }
  .instruction-wrapper-2.is-faded-out .animate-element:nth-child(1) {
    transition-delay: 0s; }
  .instruction-wrapper-2.is-faded-out .animate-element:nth-child(2) {
    transition-delay: .1s; }
  .instruction-wrapper-2.is-faded-out .animate-element:nth-child(3) {
    transition-delay: .2s; }

.slider-gif {
  margin-bottom: 3rem; }
  @media (max-width: 767px) {
    .slider-gif {
      margin-bottom: 1.5rem;
      height: 52px; } }
  @media (max-height: 300px) {
    .slider-gif {
      height: 46px; } }
  .slider-gif img {
    height: 100%; }

.begin-button-wrapper {
  position: relative; }

#loader {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none; }
  #loader .sk-folding-cube {
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
  #loader.is-hidden .sk-folding-cube, #loader.is-hidden .loader-text {
    transform: scale(2) rotateZ(45deg);
    opacity: 0;
    visibility: hidden; }

.loader-text {
  font-size: .7rem;
  margin-top: 1rem; }

#begin-button {
  transform: scale(0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s; }
  #begin-button.is-visible {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
  #begin-button:hover {
    transform: scale(1.05); }

.content-wrapper {
  z-index: 10; }

.content-wrapper-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  transition: all .2s ease-out; }

.content-top,
.content-bottom,
.content-center,
.polygon-wrapper {
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 80px, 0);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }

.content-wrapper.is-faded-in .content-top,
.content-wrapper.is-faded-in .content-bottom,
.content-wrapper.is-faded-in .content-center,
.content-wrapper.is-faded-in .polygon-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0); }

.content-top,
.polygon-wrapper {
  transition-delay: .3s; }

.content-top {
  padding: 2rem 2rem 0; }
  @media (max-width: 767px) {
    .content-top {
      display: none; } }

.content-center {
  flex: 1;
  position: relative;
  z-index: 1;
  transition-delay: .5s; }

.content-bottom {
  position: relative;
  z-index: 2;
  transition-delay: .7s; }
  @media (max-width: 767px) {
    .content-bottom {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; } }

.content-logo {
  width: 100px;
  display: block; }
  @media (max-width: 767px) {
    .content-logo {
      display: none; } }
  .content-logo img {
    width: 100%; }

#video {
  display: none; }

.video-slider {
  margin: auto;
  position: relative;
  width: 100vmin; }
  @media (max-width: 767px) {
    .video-slider {
      max-width: 100%;
      width: 100%; } }
  @media (min-width: 1200px) {
    .video-slider {
      width: 144vmin;
      max-width: 90vw; } }
  @media (max-height: 860px) and (min-width: 992px) {
    .video-slider {
      width: 114vmin; } }

.video-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: none; }

.video-frame-desktop {
  display: none; }
  @media (min-width: 768px) {
    .video-frame-desktop {
      display: block; } }

.video-frame-mobile {
  display: none; }
  @media (max-width: 767px) {
    .video-frame-mobile {
      display: block; } }

.video-path-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  z-index: 2; }

.video-wrapper {
  display: none;
  margin: auto;
  width: 100%;
  height: 100%; }
  .video-wrapper.is-active {
    display: block; }
  .video-wrapper .canvas,
  .video-wrapper .slider-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000; }

.video-transition-effect {
  height: 200%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transform: rotate(11deg) translate3d(0, -25%, 0); }

.video-transition-left {
  animation: video-transition-left-animation 1s cubic-bezier(0.215, 0.61, 0.355, 1) both; }

.video-transition-right {
  animation: video-transition-right-animation 1s cubic-bezier(0.215, 0.61, 0.355, 1) both; }

@keyframes video-transition-left-animation {
  0% {
    left: -110%; }
  100% {
    left: 100%; } }
@keyframes video-transition-right-animation {
  0% {
    left: 100%; }
  100% {
    left: -110%; } }
.audio-bars {
  height: 1em;
  position: relative;
  margin-left: auto;
  display: flex;
  align-items: flex-end;
  cursor: pointer; }
  .audio-bars .bar {
    background: #0C50FB;
    bottom: 0;
    height: .1em;
    margin-right: 3px;
    width: 5px; }
  .audio-bars .bar:nth-child(1) {
    left: 0em; }
  .audio-bars .bar:nth-child(2) {
    left: .25em; }
  .audio-bars .bar:nth-child(3) {
    left: .50em; }

.audio-bars.is-animated .bar {
  animation: audio-bar 1s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite alternate; }
.audio-bars.is-animated .bar:nth-child(1) {
  animation-duration: 0.4s; }
.audio-bars.is-animated .bar:nth-child(2) {
  animation-duration: 0.2s; }
.audio-bars.is-animated .bar:nth-child(3) {
  animation-duration: 0.3s; }

@keyframes audio-bar {
  0% {
    opacity: .35;
    height: .1em; }
  100% {
    opacity: 1;
    height: 1em; } }
.range-wrapper {
  margin: auto; }

.ui-wrapper {
  display: flex; }

.ui-left {
  padding-left: 10px; }
  .ui-left #play-button {
    cursor: pointer; }
    .ui-left #play-button .icon-play {
      display: none; }

.ui-right {
  margin-left: auto;
  padding-right: 12px; }

.progress-bar {
  width: 100vw;
  height: 4px;
  background: #0C50FB;
  z-index: 1;
  transform: translate3d(-100%, 0, 0); }

#hover-slider {
  position: fixed;
  display: none;
  z-index: 290; }

.popup-wrapper {
  z-index: 300;
  display: flex;
  background: transparent;
  transition: all .3s ease-out .4s;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(100px, -100px, 0) scale(0.8); }

.popup-logo {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 100px; }
  @media (max-width: 767px) {
    .popup-logo {
      display: none; } }
  .popup-logo img {
    width: 100%; }

.popup-title {
  color: #E7ECE5;
  font-size: 1.3rem; }
  @media (max-width: 767px) {
    .popup-title {
      font-size: 1.2rem; } }

.popup-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3rem auto; }
  @media (max-width: 767px) {
    .popup-button-wrapper {
      margin: 2rem auto; } }

.popup-button {
  display: block;
  width: 50px;
  margin-right: 4rem; }
  @media (max-width: 767px) {
    .popup-button {
      width: 26px;
      margin-right: 3rem; } }
  .popup-button:last-child {
    margin-right: 0; }
  .popup-button:hover path, .popup-button:hover circle {
    fill: #0C50FB; }
  .popup-button img,
  .popup-button svg {
    height: 100%; }
  .popup-button path,
  .popup-button circle {
    transition: all .1s ease-out; }

.popup-button-vevo {
  width: 100px; }
  @media (max-width: 767px) {
    .popup-button-vevo {
      width: 80px; } }

.close-popup-button {
  margin: auto;
  width: 36px; }
  .close-popup-button img {
    width: 100%; }

.main-website-link {
  display: block;
  color: #fff;
  margin-bottom: 2rem;
  text-decoration: underline; }
  @media (max-width: 767px) {
    .main-website-link {
      margin-bottom: 1rem; } }

#purchase-wrapper .popup-button {
  height: 50px;
  width: auto; }
  @media (max-width: 767px) {
    #purchase-wrapper .popup-button {
      height: 30px;
      margin-right: 2rem; } }

.popup-message {
  margin: auto;
  margin-top: 1rem;
  color: #fff;
  max-width: 700px; }
  @media (max-width: 767px) {
    .popup-message {
      max-width: 80%;
      font-size: .8rem; } }

.follow-purchase-wrapper {
  height: 100%;
  color: #fff;
  position: relative;
  z-index: 201;
  display: flex;
  align-items: center;
  justify-content: center; }
  .follow-purchase-wrapper button {
    color: #fff; }

.follow-purchase-separator {
  margin: 0 10px; }

.polygon-wrapper {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 298;
  width: 336px;
  height: 40px;
  background: #313066;
  clip-path: polygon(10% 0%, 5% 0%, 0 94%, 5% 94%, 94% 100%, 100% 100%, 95% 0, 83% 0%);
  -webkit-clip-path: polygon(10% 0%, 5% 0%, 0 94%, 5% 94%, 94% 100%, 100% 100%, 95% 0, 83% 0%);
  clip-path: url("#clip-shape-polygon-start"); }
  @media (max-width: 767px) {
    .polygon-wrapper {
      width: 266px;
      height: 34px;
      top: 1rem;
      right: 1rem; } }

.popup-is-open .follow-purchase-wrapper {
  opacity: 0;
  transform: scale(0.9);
  visibility: hidden;
  transition: none; }
.popup-is-open .polygon-wrapper {
  animation: open-follow-animation 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) both; }
.popup-is-open .content-wrapper-inner {
  opacity: 0;
  visibility: hidden; }

.follow-is-open #follow-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0) scale(1);
  transition: all .25s ease-out; }

.purchase-is-open #purchase-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0) scale(1);
  transition: all .25s ease-out; }

.share-is-open #share-wrapper-1 {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0) scale(1);
  transition: all .25s ease-out; }

.popup-is-close .follow-purchase-wrapper {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  transition: all .2s ease-out .3s; }
.popup-is-close .polygon-wrapper {
  animation: close-follow-animation 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) both; }
.popup-is-close .content-wrapper-inner {
  opacity: 1;
  transform: scale(1);
  visibility: visible; }
.popup-is-close #follow-wrapper,
.popup-is-close #purchase-wrapper,
.popup-is-close #share-wrapper-1 {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(50px, -50px, 0) scale(0.8);
  transition: all .06s ease-out 0s; }

@keyframes open-follow-animation {
  0% {
    top: 2rem;
    right: 2rem;
    width: 336px;
    height: 40px;
    clip-path: polygon(10% 0%, 5% 0%, 0 94%, 5% 94%, 94% 100%, 100% 100%, 95% 0, 83% 0%);
    -webkit-clip-path: polygon(10% 0%, 5% 0%, 0 94%, 5% 94%, 94% 100%, 100% 100%, 95% 0, 83% 0%);
    clip-path: url("#clip-shape-polygon-start"); }
  100% {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    clip-path: polygon(0 0, 0 52%, 3% 96%, 28% 100%, 100% 100%, 98% 45%, 96% 6%, 61% 1%);
    -webkit-clip-path: polygon(0 0, 0 52%, 3% 96%, 28% 100%, 100% 100%, 98% 45%, 96% 6%, 61% 1%);
    clip-path: url("#clip-shape-polygon-end"); } }
@keyframes close-follow-animation {
  0% {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    clip-path: polygon(0 0, 0 52%, 3% 96%, 28% 100%, 100% 100%, 98% 45%, 96% 6%, 61% 1%);
    -webkit-clip-path: polygon(0 0, 0 52%, 3% 96%, 28% 100%, 100% 100%, 98% 45%, 96% 6%, 61% 1%);
    clip-path: url("#clip-shape-polygon-end"); }
  100% {
    top: 2rem;
    right: 2rem;
    width: 336px;
    height: 40px;
    clip-path: polygon(10% 0%, 5% 0%, 0 94%, 5% 94%, 94% 100%, 100% 100%, 95% 0, 83% 0%);
    -webkit-clip-path: polygon(10% 0%, 5% 0%, 0 94%, 5% 94%, 94% 100%, 100% 100%, 95% 0, 83% 0%);
    clip-path: url("#clip-shape-polygon-start"); } }
@media (max-width: 767px) {
  @keyframes open-follow-animation {
    0% {
      width: 266px;
      height: 34px;
      top: 1rem;
      right: 1rem;
      clip-path: polygon(10% 0%, 5% 0%, 0 94%, 5% 94%, 94% 100%, 100% 100%, 95% 0, 83% 0%);
      -webkit-clip-path: polygon(10% 0%, 5% 0%, 0 94%, 5% 94%, 94% 100%, 100% 100%, 95% 0, 83% 0%);
      clip-path: url("#clip-shape-polygon-start"); }
    100% {
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      clip-path: polygon(0 0, 0 52%, 3% 96%, 28% 100%, 100% 100%, 98% 45%, 96% 6%, 61% 1%);
      -webkit-clip-path: polygon(0 0, 0 52%, 3% 96%, 28% 100%, 100% 100%, 98% 45%, 96% 6%, 61% 1%);
      clip-path: url("#clip-shape-polygon-end"); } }
  @keyframes close-follow-animation {
    0% {
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      clip-path: polygon(0 0, 0 52%, 3% 96%, 28% 100%, 100% 100%, 98% 45%, 96% 6%, 61% 1%);
      -webkit-clip-path: polygon(0 0, 0 52%, 3% 96%, 28% 100%, 100% 100%, 98% 45%, 96% 6%, 61% 1%);
      clip-path: url("#clip-shape-polygon-end"); }
    100% {
      width: 266px;
      height: 34px;
      top: 1rem;
      right: 1rem;
      clip-path: polygon(10% 0%, 5% 0%, 0 94%, 5% 94%, 94% 100%, 100% 100%, 95% 0, 83% 0%);
      -webkit-clip-path: polygon(10% 0%, 5% 0%, 0 94%, 5% 94%, 94% 100%, 100% 100%, 95% 0, 83% 0%);
      clip-path: url("#clip-shape-polygon-start"); } } }
.range-wrapper {
  position: relative;
  width: 433px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto; }
  .range-wrapper.is-left #range-thumb {
    transform: translateX(0); }
  .range-wrapper.is-left .range-name-left {
    color: #E7ECE5;
    transition: color .2s ease .2s; }
  .range-wrapper.is-center #range-thumb {
    transform: translateX(135px); }
  .range-wrapper.is-center .range-name-center {
    color: #E7ECE5;
    transition: color .2s ease .2s; }
  .range-wrapper.is-right #range-thumb {
    transform: translateX(303px); }
  .range-wrapper.is-right .range-name-right {
    color: #E7ECE5;
    transition: color .2s ease .2s; }

#range-thumb {
  width: 120px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 5;
  transition: transform .3s ease-in-out; }
  #range-thumb img {
    width: 100%;
    height: 100%; }

.range-name {
  font-size: .9rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  transition: color .2s ease 0;
  color: #272822;
  z-index: 6; }

.range-line {
  width: 80px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  border-color: #CED0CC;
  border-style: solid; }
  .range-line:after {
    content: ' ';
    height: 1px;
    width: 100%;
    background: #CED0CC; }

.range-line-left {
  border-left-width: 1px; }

.range-line-right {
  border-right-width: 1px; }

.light-slider .range-name {
  color: rgba(255, 255, 255, 0.5); }
.light-slider .range-line {
  border-color: rgba(255, 255, 255, 0.5); }
  .light-slider .range-line:after {
    background: rgba(255, 255, 255, 0.5); }

@media (max-width: 767px) {
  #main-slider {
    display: none; } }

.end-wrapper {
  background: #E7ECE5;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s ease;
  display: flex; }
  .end-wrapper.is-open {
    opacity: 1;
    visibility: visible; }
  .end-wrapper .end-logo {
    width: 350px;
    margin: auto;
    margin-bottom: 5rem;
    display: block; }
    @media (max-width: 767px) {
      .end-wrapper .end-logo {
        width: 200px;
        margin-bottom: 3rem; } }
    .end-wrapper .end-logo img {
      width: 100%; }
  .end-wrapper .end-button-wrapper button:first-child {
    margin-right: 6rem; }
    @media (max-width: 767px) {
      .end-wrapper .end-button-wrapper button:first-child {
        margin-right: 3rem; } }

#share-wrapper-2 {
  background: #313066;
  clip-path: polygon(0 0, 0 52%, 3% 96%, 28% 100%, 100% 100%, 98% 45%, 96% 6%, 61% 1%);
  -webkit-clip-path: polygon(0 0, 0 52%, 3% 96%, 28% 100%, 100% 100%, 98% 45%, 96% 6%, 61% 1%);
  clip-path: url("#clip-shape-polygon-end");
  transition: all .2s ease-out;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95);
  z-index: 3000; }
  #share-wrapper-2.is-open {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  transform: rotateZ(45deg); }

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1); }

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #313066;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  transform-origin: 100% 100%; }

.sk-folding-cube .sk-cube2 {
  transform: scale(1.1) rotateZ(90deg); }

.sk-folding-cube .sk-cube3 {
  transform: scale(1.1) rotateZ(180deg); }

.sk-folding-cube .sk-cube4 {
  transform: scale(1.1) rotateZ(270deg); }

.sk-folding-cube .sk-cube2:before {
  animation-delay: 0.3s; }

.sk-folding-cube .sk-cube3:before {
  animation-delay: 0.6s; }

.sk-folding-cube .sk-cube4:before {
  animation-delay: 0.9s; }

@keyframes sk-foldCubeAngle {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

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