.washing-machine-interactive {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.washing-machine-interactive__background {
  position: absolute;
  top: 0;
  left: 0;

  width: calc(100% - 588px);
  height: 100%;

  background-color: #000;
  background-size: auto 100%;
  background-position: center;
}


@media (max-height: 630px), (max-width: 720px) {
  .washing-machine-interactive__background {
    width: calc(100% - 400px);
  }
}

.washing-machine-interactive__sidebar {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 588px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 64px 56px;
  display: flex;
  align-items: center;
}
@media (max-height: 630px), (max-width: 720px) {
  .washing-machine-interactive__sidebar {
    width: 400px;
    padding: 0;
    align-items: flex-start;
  }
}
@media (max-height: 630px), (max-width: 720px) {
  .washing-machine-interactive__sidebar-inner {
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    height: 100%;
    padding: 0 16px;
  }
}
.washing-machine-interactive__close {
  position: absolute;
  right: 48px;
  top: 48px;
  border: none;
  background-color: transparent;
  padding: 0;
  outline: none;
  cursor: pointer;
  z-index: 5;
}
.washing-machine-interactive__close svg {
  width: 22px;
  height: 22px;
}
@media (max-height: 630px), (max-width: 720px) {
  .washing-machine-interactive__close {
    top: 30px;
    right: 16px;
  }
  .washing-machine-interactive__close svg {
    width: 14px;
    height: 14px;
  }
}
.washing-machine-interactive__card {
  display: grid;
  grid-template-columns: 140px 1fr;
  column-gap: 20px;
  padding: 40px 0;
  position: relative;
  font-size: 14px;
  line-height: 24px;
}
.washing-machine-interactive__card.is-inversed {
  grid-template-columns: 1fr 140px;
}
@media (max-height: 630px), (max-width: 720px) {
  .washing-machine-interactive__card {
    z-index: 1;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0;
    scroll-snap-align: start;
  }
  .washing-machine-interactive__card-image {
    margin-right: 16px;
  }
  .washing-machine-interactive__card.is-inversed .washing-machine-interactive__card-image {
    order: -1;
  }
}
.washing-machine-interactive__card-image {
  position: relative;
  z-index: 2;
}
.washing-machine-interactive__card-image > video {
  width: 140px;
}
@media (max-height: 630px), (max-width: 720px) {
  .washing-machine-interactive__card-image > video {
    width: 88px;
  }
}
.washing-machine-interactive__card-title {
  font-family: CoreRhino85Black, Arial, Helvetica, sans-serif;
  font-size: 24px;
  margin-bottom: 8px;
}
@media (max-height: 630px), (max-width: 720px) {
  .washing-machine-interactive__card-title {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-height: 630px), (max-width: 720px) {
  .washing-machine-interactive__card {
    font-size: 10px;
    line-height: 16px;
  }
}
.washing-machine-interactive__card-nav {
  display: none;
  background-color: transparent;
  border: none;
  padding: 0;
  position: absolute;
  left: calc(50% - 20px / 2);
}
@media (max-height: 630px), (max-width: 720px) {
  .washing-machine-interactive__card-nav {
    display: block;
  }
}
.washing-machine-interactive__card-nav::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
}
.washing-machine-interactive__card-nav.is-prev {
  top: -40px;
  animation: washing-mashine-interactive-nav-button-prev 3s ease-in-out infinite;
}
.washing-machine-interactive__card-nav.is-next {
  bottom: -40px;
  animation: washing-mashine-interactive-nav-button-next 3s ease-in-out infinite;
}
.washing-machine-interactive__card-nav img {
  width: 20px;
  height: 20px;
}
.washing-machine-interactive__card-content {
  position: relative;
  z-index: 1;
}

@media (max-height: 630px), (max-width: 720px) {
  .washing-machine-interactive__sidebar-mobile-runner {
    position: absolute;
    top: 0;
    left: calc(16px + 44px - 2px);
    height: 100%;
    background: #ececec;
    width: 4px;
  }

  .washing-machine-interactive__sidebar-mobile-runner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    background: var(--color-scheme, #ccc);
    animation: washing-mashine-interactive-mobile-runner 2s ease-in-out infinite;
  }

  .washing-machine-interactive__card.is-top-half-of-runner-hidden::after,
  .washing-machine-interactive__card.is-bottom-half-of-runner-hidden::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    background: #fff;
  }

  .washing-machine-interactive__card.is-top-half-of-runner-hidden::after {
    top: 0;
  }

  .washing-machine-interactive__card.is-bottom-half-of-runner-hidden::after {
    bottom: 0;
  }
}
@keyframes washing-mashine-interactive-mobile-runner {
  from {
    top: -50px;
  }
  40% {
    top: calc(50% - 10px);
  }
  65% {
    top: calc(50% - 10px);
  }
  to {
    top: 100%;
  }
}
@keyframes washing-mashine-interactive-nav-button-prev {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
}
@keyframes washing-mashine-interactive-nav-button-next {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0);
  }
}