.window__container {
  background-color: #000;
}
.window__container .window__pane {
  background-color: #5858ff;
}

.cover-side {
  background-color: #f5505d;
}
.cover-side .cover-3 {
  fill: none;
}
.cover-side .cover-1,
.cover-side .cover-2,
.cover-side .cover-4,
.cover-side .cover-5 {
  fill: #fff;
}
.cover-side .cover-1,
.cover-side .cover-2,
.cover-side .cover-3,
.cover-side .cover-4,
.cover-side .cover-5 {
  stroke: #000;
}

.scene__container--1 svg,
.scene__container--5 svg {
  background-image: linear-gradient(#72b1ef 40%, #f6967e 40%);
}
.scene__container--1 .cls-1,
.scene__container--1 .cls-3,
.scene__container--5 .cls-1,
.scene__container--5 .cls-3 {
  stroke: #000;
}
.scene__container--1 .cls-3,
.scene__container--5 .cls-3 {
  fill: #fff;
}
.scene__container--1 #billy-shoe,
.scene__container--1 #billy-shoe-2,
.scene__container--5 #billy-shoe,
.scene__container--5 #billy-shoe-2 {
  fill: #fff;
}
.scene__container--1 .person__legs > *,
.scene__container--5 .person__legs > * {
  background-color: #999;
}
.scene__container--1 .person__shoes > *,
.scene__container--5 .person__shoes > * {
  background-color: #72b1ef;
}
.scene__container--1 #table,
.scene__container--5 #table {
  fill: #ae5e2f;
}

.scene__container--2 .store__wall--top,
.scene__container--2 .store__wall--left,
.scene__container--2 .store__wall--right {
  background-color: #fff;
  background-image: linear-gradient(335deg, #dd8771 23px, transparent 23px), linear-gradient(155deg, #f6967e 23px, transparent 23px), linear-gradient(335deg, #dd8771 23px, transparent 23px), linear-gradient(155deg, #f6967e 23px, transparent 23px);
  background-size: 58px 58px;
  background-position: 0px 2px, 4px 35px, 29px 31px, 34px 6px;
}
.scene__container--2 .store__sign {
  background-color: #ee1b2e;
}
.scene__container--2 .store__sign div {
  background-color: #000;
}
.scene__container--2 .store__entrance {
  background-color: #d8cc44;
}
.scene__container--2 #billy__hair {
  stroke: #000;
}
.scene__container--2 .st0,
.scene__container--2 .st1 {
  fill: #fff;
  stroke: #000;
}
.scene__container--2 .st0 {
  fill: #999;
}

.scene__container--3 svg {
  background-image: linear-gradient(#d8cc44 50%, #999 50%);
}
.scene__container--3 .cls-1,
.scene__container--3 .cls-2,
.scene__container--3 .scene-4__shoe {
  stroke: #000;
  fill: #fff;
}
.scene__container--3 .scene-4__box {
  stroke: #000;
  fill: #f6967e;
}
.scene__container--3 .bench {
  fill: #dd8771;
}
.scene__container--3 .billy__pants,
.scene__container--3 .billy__chest {
  fill: #fff;
  stroke: #000;
}
.scene__container--3 .billy__hair {
  fill: none;
  stroke: #000;
}
.scene__container--3 .shoebox > ellipse {
  fill: #72b1ef;
}

.scene__container--4 {
  background-color: #d8cc44;
}
.scene__container--4 .guard__hand {
  fill: #c5c5c7;
  stroke: #000;
}
.scene__container--4 .billy__head,
.scene__container--4 .billy__body {
  fill: #fff;
}
.scene__container--4 .billy__body,
.scene__container--4 .billy__head,
.scene__container--4 .billy__hair {
  stroke: #000;
}
.scene__container--4 .billy__hair {
  fill: none;
}
.scene__container--4 .alarm {
  background-color: #999;
}
.scene__container--4 .store__interior .store__door {
  background-color: #ae5e2f;
}
.scene__container--4 .store__interior .store__floor {
  background-color: #999;
}

.scene__container--5 #billy-shoe,
.scene__container--5 #billy-shoe-2 {
  fill: #fff;
}
.scene__container--5 .person__shoes > * {
  background-color: #f5505d;
}

.scene__container--6 {
  background-color: #f5505d;
}
.scene__container--6 a {
  color: #000;
}

.text-box > p {
  background-color: #c5c5c7;
  box-shadow: 10px 5px 5px #2e3035;
}

.orientation-disclaimer {
  background-color: #999;
}
.orientation-disclaimer p {
  background-color: #c5c5c7;
  box-shadow: 10px 5px 5px #2e3035;
}

@media (prefers-color-scheme: dark) {
  body > div:nth-of-type(odd) {
    background-color: #999;
  }
  body > div:nth-of-type(even) {
    background-color: #999;
  }
  .scene__container--1 svg,
  .scene__container--5 svg {
    background-image: linear-gradient(#fff 40%, #999 40%);
  }
  .scene__container--1 #billy-shoe,
  .scene__container--1 #billy-shoe-2,
  .scene__container--5 #billy-shoe,
  .scene__container--5 #billy-shoe-2 {
    fill: #fff;
  }
  .scene__container--1 .person__legs > *,
  .scene__container--5 .person__legs > * {
    background-color: #999;
  }
  .scene__container--1 .person__shoes > *,
  .scene__container--5 .person__shoes > * {
    background-color: #72b1ef;
  }
  .scene__container--1 #table,
  .scene__container--5 #table {
    fill: #fff;
  }
  .scene__container--2 .store__wall--top,
  .scene__container--2 .store__wall--left,
  .scene__container--2 .store__wall--right {
    background-color: #999;
    background-image: none;
    background-size: 58px 58px;
    background-position: 0px 2px, 4px 35px, 29px 31px, 34px 6px;
  }
  .scene__container--2 .store__sign {
    background-color: #fff;
  }
  .scene__container--2 .store__sign div {
    background-color: #000;
  }
  .scene__container--2 .store__entrance {
    background-color: #fff;
  }
  .scene__container--2 .window__pane {
    background-color: #fff;
  }
  .scene__container--3 svg {
    background-image: linear-gradient(#fff 50%, #999 50%);
  }
  .scene__container--3 .cls-1,
  .scene__container--3 .cls-2,
  .scene__container--3 .scene-4__shoe {
    stroke: #000;
    fill: #fff;
  }
  .scene__container--3 .scene-4__box {
    stroke: #fff;
    fill: #000;
  }
  .scene__container--3 .bench {
    fill: #000;
    stroke: #fff;
  }
  .scene__container--4 {
    background-color: #fff;
  }
  .scene__container--4 .billy__hair {
    fill: none;
  }
  .scene__container--4 .alarm {
    background-color: #fff;
  }
  .scene__container--5 #billy-shoe,
  .scene__container--5 #billy-shoe-2 {
    fill: #fff;
  }
  .scene__container--5 .person__shoes > * {
    background-color: #f5505d;
  }
}
.cover-side__text-box p {
  font-size: 6vw;
}
.cover-side__text-box :nth-of-type(2) {
  font-size: 7.5vw;
}

.text-box > p {
  font-size: 2vw;
}

.scene__container--2 .store__sign > p {
  font-size: 4.2vw;
}

.scene__container--6 p {
  font-size: 2.2vw;
  line-height: 5vh;
}
.scene__container--6 :nth-of-type(2) {
  font-size: 2.8vw;
}

@media (prefers-reduced-motion) {
  .cover-side__text-box *, .text-box * {
    font-family: Arial, sans-serif;
  }
  .scene__container--2 .store__sign > p {
    font-family: Arial, sans-serif;
    font-size: 3.9vw;
  }
  .text-box p {
    font-family: Arial, sans-serif;
  }
}
* {
  padding: 0;
  margin: 0;
}

.scene__container {
  position: relative;
  width: 100%;
  height: 100vh;
  scroll-behavior: smooth;
  overflow: auto;
  scroll-snap-type: y mandatory;
  scrollbar-width: none;
}

.scene__container::-webkit-scrollbar {
  display: none;
}

.scene__container > div {
  height: 100vh;
  width: 100%;
  scroll-snap-align: start;
  overflow: hidden;
}
.scene__container > div svg {
  height: 100%;
  width: 100%;
}

.cover-side .cover-1 {
  stroke-width: 1.12px;
}
.cover-side .cover-1,
.cover-side .cover-2,
.cover-side .cover-3,
.cover-side .cover-4,
.cover-side .cover-5 {
  stroke-miterlimit: 10;
}
.cover-side .cover-2 {
  stroke-width: 1.21px;
}
.cover-side .cover-3 {
  stroke-width: 4.2px;
}
.cover-side .cover-4 {
  stroke-width: 0.87px;
}
.cover-side .cover-5 {
  stroke-width: 1.08px;
}

.scene__container--1 .cls-1,
.scene__container--1 .cls-3,
.scene__container--5 .cls-1,
.scene__container--5 .cls-3 {
  stroke-miterlimit: 10;
}
.scene__container--1 .person__container,
.scene__container--5 .person__container {
  position: relative;
  top: -110%;
  left: 1%;
  height: 100%;
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.scene__container--1 .person__container .person__legs,
.scene__container--5 .person__container .person__legs {
  height: 80%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.scene__container--1 .person__container .person__legs *,
.scene__container--5 .person__container .person__legs * {
  height: 105%;
  width: 30%;
  border: 0.1333333333vh solid black;
}
.scene__container--1 .person__container .person__legs *:nth-of-type(1),
.scene__container--5 .person__container .person__legs *:nth-of-type(1) {
  border-left: 2px solid black;
}
.scene__container--1 .person__container .person__legs *:nth-of-type(2),
.scene__container--5 .person__container .person__legs *:nth-of-type(2) {
  border-right: 2px solid black;
}
.scene__container--1 .person__container .person__shoes,
.scene__container--5 .person__container .person__shoes {
  width: 100%;
  height: 20%;
}
.scene__container--1 .person__container .person__shoes *,
.scene__container--5 .person__container .person__shoes * {
  position: relative;
  border: 0.1333333333vh solid black;
  border-radius: 50%;
  width: 60%;
  height: 100%;
}
.scene__container--1 .person__container .person__shoes *:nth-of-type(2),
.scene__container--5 .person__container .person__shoes *:nth-of-type(2) {
  top: -110%;
  left: 40%;
}
.scene__container--1 .person__container:nth-of-type(2),
.scene__container--5 .person__container:nth-of-type(2) {
  top: -202%;
  left: 15%;
  z-index: 1;
}
.scene__container--1 .person__container:nth-of-type(3),
.scene__container--5 .person__container:nth-of-type(3) {
  top: -305%;
  left: 65%;
  z-index: 1;
}
.scene__container--1 .person__container:nth-of-type(4),
.scene__container--5 .person__container:nth-of-type(4) {
  top: -415%;
  left: 80%;
}

a:hover {
  cursor: default;
}

.scene__container--2 .store__wall--top {
  width: 100%;
  height: 40%;
}
.scene__container--2 .store__wall--left,
.scene__container--2 .store__wall--right,
.scene__container--2 .store__entrance {
  width: 50%;
  height: 60%;
}
.scene__container--2 .store__wall--left .window__container,
.scene__container--2 .store__wall--right .window__container,
.scene__container--2 .store__entrance .window__container {
  width: 50%;
  height: 50%;
  border: 0.4vh solid black;
}
.scene__container--2 .store__wall--left .window__container .window__pane,
.scene__container--2 .store__wall--right .window__container .window__pane,
.scene__container--2 .store__entrance .window__container .window__pane {
  height: 49%;
  width: 49%;
}
.scene__container--2 .store__wall--left {
  border-right: 0.4vh solid black;
  z-index: 5;
  box-shadow: 7px 5px 5px #2e3035;
}
.scene__container--2 .store__wall--right {
  width: 30%;
}
.scene__container--2 .store__sign {
  width: 50%;
  height: 50%;
  border: 0.4vh solid black;
  border-radius: 10px;
  box-shadow: 5px 5px 5px #2e3035;
}
.scene__container--2 .store__sign div {
  height: 1.5vh;
  aspect-ratio: 1;
  border-radius: 50%;
}
.scene__container--2 .store__entrance {
  width: 20%;
  border-top: 3px solid black;
  border-right: 3px solid black;
}
.scene__container--2 #billy__hair {
  fill: none;
  stroke-width: 10;
  stroke-miterlimit: 10;
}
.scene__container--2 .st0,
.scene__container--2 .st1 {
  stroke-width: 3;
  stroke-miterlimit: 10;
}
.scene__container--2 .st1 {
  stroke-width: 5;
}

.scene__container--3 .cls-1 {
  stroke-width: 0.91px;
}
.scene__container--3 .cls-1,
.scene__container--3 .cls-2,
.scene__container--3 .scene-4__box,
.scene__container--3 .scene-4__shoe {
  stroke-miterlimit: 10;
}
.scene__container--3 .cls-2 {
  stroke-width: 1.12px;
}
.scene__container--3 .scene-4__box {
  stroke-width: 0.79px;
}
.scene__container--3 .scene-4__shoe {
  stroke-width: 1.08px;
}
.scene__container--3 .billy__pants,
.scene__container--3 .billy__chest {
  stroke-width: 0.87px;
  stroke-miterlimit: 10;
}
.scene__container--3 .billy__hair {
  stroke-width: 4.2px;
  stroke-miterlimit: 10;
}

.scene__container--4 .billy {
  position: relative;
  bottom: -10%;
  left: 30%;
  width: 43%;
}
.scene__container--4 .billy__hair {
  stroke-width: 6.8px;
}
.scene__container--4 .billy__body,
.scene__container--4 .billy__head,
.scene__container--4 .billy__hair {
  stroke-miterlimit: 10;
}
.scene__container--4 .billy__body {
  stroke-width: 0.73px;
}
.scene__container--4 .guard {
  position: relative;
  width: 40%;
  left: -30%;
  bottom: -100%;
}
.scene__container--4 .guard__hand {
  stroke-miterlimit: 10;
  stroke-width: 0.89px;
}
.scene__container--4 .alarm__lights {
  top: 10vh;
  position: relative;
  display: flex;
  justify-content: space-around;
}
.scene__container--4 .alarm__lights .alarm {
  border-radius: 100%;
}
.scene__container--4 .store__interior {
  position: absolute;
  z-index: 0;
}
.scene__container--4 .store__interior .store__door {
  position: relative;
  bottom: -10%;
  left: 40%;
}
.scene__container--4 .store__interior .store__floor {
  position: relative;
  bottom: -10%;
}

.scene__container--6 .conclusion {
  display: grid;
  grid-template-rows: 1fr 1fr;
  align-items: center;
  justify-items: center;
  height: 100%;
  width: 100%;
}
.scene__container--6 .unicef-logo {
  max-width: 55vw;
}

.text-box {
  opacity: 0;
  max-height: 86%;
}
.text-box p {
  border: 0.1333333333vh solid black;
  border-radius: 10px;
  max-width: 30%;
  overflow-y: auto;
  padding: 2%;
  box-sizing: border-box;
}

.orientation-disclaimer {
  display: none;
}
.orientation-disclaimer p {
  border: 0.1333333333vh solid black;
  background-color: #c5c5c7;
  box-shadow: 10px 5px 5px #2e3035;
  border-radius: 10px;
  max-width: 90%;
}

@media (orientation: portrait) {
  .scene__container > div:not(:last-child) {
    display: none;
  }
  .orientation-disclaimer {
    display: flex;
  }
}
.cover-side {
  overflow: hidden;
}
.cover-side svg .billy {
  position: absolute;
  transform: scale(90%) translate(-50%, 5%);
}
.cover-side .cover-side__text-box {
  position: absolute;
  top: 30%;
  right: 10%;
  width: 40%;
  text-align: center;
}
.cover-side .cover-side__text-box p {
  display: inline-block;
  margin: 0;
}
.cover-side .cover-side__text-box :nth-of-type(2) {
  margin-top: 2%;
}

.scene__container--2 {
  overflow: hidden;
}
.scene__container--2 .store__wall--right, .scene__container--2 .store__wall--left, .scene__container--2 .store__entrance, .scene__container--2 svg {
  position: relative;
  left: 70%;
}
.scene__container--2 .store__wall--left, .scene__container--2 .store__wall--right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.scene__container--2 .store__wall--left .window__container, .scene__container--2 .store__wall--right .window__container {
  margin-bottom: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2%;
}
.scene__container--2 .store__wall--left {
  left: 0;
  top: -60%;
}
.scene__container--2 .store__wall--left .window__container {
  margin-bottom: 24%;
}
.scene__container--2 .store__entrance {
  top: -120%;
  left: 50%;
}
.scene__container--2 .store__sign {
  position: relative;
  left: 35%;
  top: 25%;
  display: grid;
  grid-template-columns: 1rem 1fr 1rem;
  grid-template-rows: 1rem 1fr 1rem;
  grid-template-areas: "tl . tr" ". sign ." "bl . br";
  justify-items: center;
  align-items: center;
}
.scene__container--2 .store__sign p {
  grid-area: sign;
  z-index: 10;
}
.scene__container--2 .store__sign div:nth-of-type(1) {
  grid-area: tl;
}
.scene__container--2 .store__sign div:nth-of-type(2) {
  grid-area: tr;
}
.scene__container--2 .store__sign div:nth-of-type(3) {
  grid-area: bl;
}
.scene__container--2 .store__sign div:nth-of-type(4) {
  grid-area: br;
}
.scene__container--2 svg {
  left: -6%;
  top: -220%;
  z-index: 6;
}
.scene__container--2 svg:nth-of-type(2) {
  top: -316%;
  z-index: 4;
}

.scene__container--3 .shoebox > ellipse {
  transform: translate(-24%, 3%);
}

.scene__container--4 .alarm__lights {
  width: 100%;
  height: 10vw;
}
.scene__container--4 .alarm__lights .alarm {
  width: 10%;
  height: 100%;
}
.scene__container--4 .store__interior {
  height: 100vh;
  width: 100vw;
}
.scene__container--4 .store__interior .store__door {
  height: 50%;
  width: 20%;
}
.scene__container--4 .store__interior .store__floor {
  width: 100%;
  height: 40%;
}

.scene__container--6 p {
  padding: 5vh 5vw;
  text-align: center;
}

.text-box {
  position: relative;
  top: -495%;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  margin-right: 3%;
}

.orientation-disclaimer {
  padding: 5%;
  align-items: center;
}
.orientation-disclaimer p {
  padding: 5% 3%;
  box-sizing: border-box;
}

@keyframes scene-1-eyes {
  0% {
    transform: rotate(0) translate(0, 0);
  }
  5% {
    transform: rotate(-10deg) translate(4%, 2%);
  }
  20% {
    transform: rotate(-10deg) translate(4%, 2%);
  }
  25% {
    transform: rotate(-10deg) translate(1.5%, 2%);
  }
  40% {
    transform: rotate(-10deg) translate(1.5%, 2%);
  }
  45% {
    transform: rotate(0) translate(0, 6%);
  }
  60% {
    transform: rotate(0) translate(0, 6%);
  }
  65% {
    transform: rotate(0) translate(0, 0);
  }
  95% {
    transform: rotate(0) translate(0, 0);
  }
  100% {
    transform: rotate(-10deg) translate(4%, 2%);
  }
}
.visible.scene__container--1 #billy__eyes {
  transform-origin: center;
  animation: scene-1-eyes 10s ease-in-out forwards;
}

@keyframes scene-2-walk {
  0% {
    transform: translate(0, 0);
  }
  2% {
    transform: translate(-8%, 1%);
  }
  4% {
    transform: translate(-16%, 0);
  }
  6% {
    transform: translate(-24%, 1%);
  }
  8% {
    transform: translate(-32%, 0);
  }
  10% {
    transform: translate(-40%, 0);
  }
  50% {
    transform: translateX(-40%);
  }
  52% {
    transform: translate(-32%, 0);
  }
  54% {
    transform: translate(-24%, 1%);
  }
  56% {
    transform: translate(-16%, 0);
  }
  58% {
    transform: translate(-8%, 1%);
  }
  60% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.visible #person--1, .visible #person--2 {
  animation: scene-2-walk 45s linear infinite;
}

.visible #person--2 {
  animation-delay: 1.5s;
}

@keyframes scene-3-eyes {
  from {
    transform: translateX(0);
  }
  33% {
    transform: translateX(2%);
  }
  66% {
    transform: translateX(-2%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes box-anim {
  from {
    transform: rotate(0) translate(0);
  }
  30% {
    transform: rotate(-25deg) translate(-32%, -5%);
  }
  70% {
    transform: rotate(-25deg) translate(-32%, -5%);
  }
  to {
    transform: rotate(0) translate(0);
  }
}
@keyframes shoe-anim {
  0% {
    transform: translate(-24%, 3%);
  }
  30% {
    transform: translate(-24%, -11%);
  }
  60% {
    transform: translate(-10%, -11%);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes billy-shoes {
  0% {
    transform: translate(0);
  }
  40% {
    transform: translate(-10%, -11%);
  }
  70% {
    transform: translate(-24%, -11%);
  }
  100% {
    transform: translate(-24%, 3%);
  }
}
.visible.scene__container--3 .billy__eyes {
  animation: scene-3-eyes 3s ease-in-out;
}
.visible.scene__container--3 .shoebox > path:nth-of-type(2) {
  animation: box-anim 8s linear 3s forwards;
}
.visible.scene__container--3 .shoebox > ellipse {
  animation: shoe-anim 2s linear 5s forwards;
}
.visible.scene__container--3 .billy__legs > ellipse {
  animation: billy-shoes 2s linear 7.2s forwards;
}

@keyframes guard-hand {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-40%);
  }
}
@keyframes scene-4-walk {
  0% {
    transform: translateY(0) scale(1);
  }
  10% {
    transform: translateY(5%) scale(99%);
  }
  20% {
    transform: translateY(0) scale(98%);
  }
  30% {
    transform: translateY(4%) scale(97%);
  }
  40% {
    transform: translateY(0) scale(96%);
  }
  50% {
    transform: translateY(3%) scale(95%);
  }
  60% {
    transform: translateY(0) scale(94%);
  }
  70% {
    transform: translateY(2%) scale(93%);
  }
  80% {
    transform: translateY(0) scale(92%);
  }
  90% {
    transform: translateY(1%) scale(91%);
  }
  100% {
    transform: translateY(0) scale(90%);
  }
}
@keyframes alarm-lights {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #f5505d;
  }
}
.visible.scene__container--4 .billy {
  animation: scene-4-walk 4.5s linear forwards;
}
.visible.scene__container--4 .alarm {
  animation: alarm-lights 0.5s linear 4s infinite;
}
.visible.scene__container--4 .guard {
  animation: guard-hand 0.5s ease-out 4s forwards;
}

@keyframes blur-animation {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(10px);
  }
}
.visible.scene__container--5 .person__container {
  animation: blur-animation 5s linear forwards;
}

@keyframes text-box-anim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.scene__container--2 .text-box {
  top: -415%;
  z-index: 10;
}

.scene__container--3 .text-box {
  top: -95%;
}

.scene__container--4 .text-box {
  top: -115%;
}

.visible .text-box {
  animation: text-box-anim 2s linear 10s forwards;
}

.visible.scene__container--2 .text-box {
  animation-delay: 5s;
}

.visible.scene__container--3 .text-box {
  animation-delay: 13s;
}

.visible.scene__container--4 .text-box {
  animation-delay: 7s;
}

.visible.scene__container--5 .text-box {
  animation-delay: 8s;
}

@media (prefers-reduced-motion) {
  .alarm {
    animation-duration: 2s;
  }
}/*# sourceMappingURL=index.css.map */