@charset "UTF-8";
@font-face {
  font-family: "Adelphe-FlorealRegular";
  src: url("../fonts/Adelphe-FlorealRegular.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}

html {
  height: 100%;
  width: 100%;
}
body {
  height: 100%;
  width: 100%;
  cursor: none;
  background-color: rgb(0, 0, 0);
  transition: background-color 1s ease;
}
body.is-option-1 {
  background-color: rgb(0, 0, 0);
}
body.is-option-2 {
  background-color: rgb(5, 5, 5);
}
body.is-option-3 {
  background-color: rgb(9, 9, 9);
}
body.is-option-4 {
  background-color: rgb(14, 14, 14);
}
body.is-option-5 {
  background-color: rgb(18, 18, 18);
}
body.is-option-6 {
  background-color: rgb(23, 23, 23);
}
body.is-option-7 {
  background-color: rgb(27, 27, 27);
}
body.is-option-8 {
  background-color: rgb(32, 32, 32);
}
body.is-option-9 {
  background-color: rgb(36, 36, 36);
}
body.is-option-10 {
  background-color: rgb(41, 41, 41);
}
body.is-option-11 {
  background-color: rgb(45, 45, 45);
}
body.is-option-12 {
  background-color: rgb(50, 50, 50);
}
body.is-option-13 {
  background-color: rgb(54, 54, 54);
}
body.is-option-14 {
  background-color: rgb(59, 59, 59);
}
body.is-option-15 {
  background-color: rgb(63, 63, 63);
}
body.is-option-16 {
  background-color: rgb(68, 68, 68);
}
body.is-option-17 {
  background-color: rgb(72, 72, 72);
}
body.is-option-18 {
  background-color: rgb(77, 77, 77);
}
body.is-option-19 {
  background-color: rgb(81, 81, 81);
}
body.is-option-20 {
  background-color: rgb(86, 86, 86);
}
body.is-option-21 {
  background-color: rgb(90, 90, 90);
}
body.is-option-22 {
  background-color: rgb(95, 95, 95);
}
body.is-option-23 {
  background-color: rgb(99, 99, 99);
}
body.is-option-24 {
  background-color: rgb(104, 104, 104);
}
body.is-option-25 {
  background-color: rgb(108, 108, 108);
}
body.is-option-26 {
  background-color: rgb(113, 113, 113);
}
body.is-option-27 {
  background-color: rgb(117, 117, 117);
}
body.is-option-28 {
  background-color: rgb(122, 122, 122);
}
body.is-option-29 {
  background-color: rgb(126, 126, 126);
}
body.is-option-30 {
  background-color: rgb(131, 131, 131);
}
body.is-option-31 {
  background-color: rgb(135, 135, 135);
}
body.is-option-32 {
  background-color: rgb(140, 140, 140);
}
body.is-option-33 {
  background-color: rgb(144, 144, 144);
}
body.is-option-34 {
  background-color: rgb(149, 149, 149);
}
body.is-option-35 {
  background-color: rgb(153, 153, 153);
}
body.is-option-36 {
  background-color: rgb(158, 158, 158);
}
body.is-option-37 {
  background-color: rgb(162, 162, 162);
}
body.is-option-38 {
  background-color: rgb(167, 167, 167);
}
body.is-option-39 {
  background-color: rgb(171, 171, 171);
}
body.is-option-40 {
  background-color: rgb(176, 176, 176);
}
body.is-option-41 {
  background-color: rgb(180, 180, 180);
}
body.is-option-42 {
  background-color: rgb(185, 185, 185);
}
body.is-option-43 {
  background-color: rgb(189, 189, 189);
}
body.is-option-44 {
  background-color: rgb(194, 194, 194);
}
body.is-option-45 {
  background-color: rgb(198, 198, 198);
}
body.is-option-46 {
  background-color: rgb(203, 203, 203);
}
body.is-option-47 {
  background-color: rgb(207, 207, 207);
}
body.is-option-48 {
  background-color: rgb(212, 212, 212);
}
body.is-option-49 {
  background-color: rgb(216, 216, 216);
}
body.is-option-50 {
  background-color: rgb(221, 221, 221);
}
body.is-option-51 {
  background-color: rgb(225, 225, 225);
}
body.is-option-52 {
  background-color: rgb(230, 230, 230);
}
body.is-option-53 {
  background-color: rgb(234, 234, 234);
}
body.is-option-54 {
  background-color: rgb(239, 239, 239);
}
body.is-option-55 {
  background-color: rgb(243, 243, 243);
}
body.is-option-56 {
  background-color: rgb(248, 248, 248);
}
body.is-option-57 {
  background-color: rgb(252, 252, 252);
}
body.is-option-58 {
  background-color: rgb(255, 255, 255);
}
body.is-option-59 {
  background-color: rgb(255, 255, 255);
}
body.is-option-60 {
  background-color: rgb(255, 255, 255);
}

.cursor {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 10000;
  background-color: rgba(163, 158, 66, 0.995);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease;
}
.container-animation {
  position: fixed;
  width: 100dvmin;
  height: 100dvmin;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
}
.ball {
  position: absolute;
  width: 10%;
  height: 10%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: hsl(240, 4%, 95%);
  border-radius: 50%;
  transition: top 0.5s ease-in-out, left 0.5s ease-in-out;
}

.is-option-1 .ball:nth-child(1),
.is-option-2 .ball:nth-child(1),
.is-option-3 .ball:nth-child(1),
.is-option-4 .ball:nth-child(1),
.is-option-5 .ball:nth-child(1),
.is-option-6 .ball:nth-child(1),
.is-option-7 .ball:nth-child(1),
.is-option-8 .ball:nth-child(1),
.is-option-20 .ball:nth-child(1),
.is-option-21 .ball:nth-child(1),
.is-option-22 .ball:nth-child(1),
.is-option-53 .ball:nth-child(1) {
  top: 90%;
  left: 40%;
}

.is-option-23 .ball:nth-child(1),
.is-option-25 .ball:nth-child(1),
.is-option-26 .ball:nth-child(1),
.is-option-27 .ball:nth-child(1),
.is-option-28 .ball:nth-child(1),
.is-option-29 .ball:nth-child(1),
.is-option-31 .ball:nth-child(1),
.is-option-32 .ball:nth-child(1),
.is-option-33 .ball:nth-child(1),
.is-option-34 .ball:nth-child(1),
.is-option-35 .ball:nth-child(1),
.is-option-37 .ball:nth-child(1),
.is-option-54 .ball:nth-child(1),
.is-option-55 .ball:nth-child(1),
.is-option-56 .ball:nth-child(1),
.is-option-58 .ball:nth-child(1) {
  top: 5%;
  left: 50%;
}
.is-option-36 .ball:nth-child(1),
.is-option-57 .ball:nth-child(1) {
  top: 55%;
  left: 55%;
}
.is-option-23 .ball:nth-child(2),
.is-option-25 .ball:nth-child(2),
.is-option-26 .ball:nth-child(2),
.is-option-27 .ball:nth-child(2),
.is-option-28 .ball:nth-child(2),
.is-option-29 .ball:nth-child(2),
.is-option-31 .ball:nth-child(2),
.is-option-32 .ball:nth-child(2),
.is-option-33 .ball:nth-child(2),
.is-option-34 .ball:nth-child(2),
.is-option-37 .ball:nth-child(2),
.is-option-54 .ball:nth-child(2),
.is-option-55 .ball:nth-child(2),
.is-option-57 .ball:nth-child(2) {
  top: 5%;
  left: 80%;
}
.is-option-35 .ball:nth-child(2),
.is-option-56 .ball:nth-child(2) {
  top: 95%;
  left: 80%;
}
.is-option-36 .ball:nth-child(2),
.is-option-57 .ball:nth-child(2) {
  top: 50%;
  left: 55%;
}
.is-option-23 .ball:nth-child(3),
.is-option-25 .ball:nth-child(3),
.is-option-26 .ball:nth-child(3),
.is-option-27 .ball:nth-child(3),
.is-option-28 .ball:nth-child(3),
.is-option-29 .ball:nth-child(3),
.is-option-31 .ball:nth-child(3),
.is-option-32 .ball:nth-child(3),
.is-option-33 .ball:nth-child(3),
.is-option-37 .ball:nth-child(3),
.is-option-54 .ball:nth-child(3),
.is-option-58 .ball:nth-child(3) {
  top: 5%;
  left: 20%;
}
.is-option-34 .ball:nth-child(3),
.is-option-55 .ball:nth-child(3) {
  top: 95%;
  left: 90%;
}
.is-option-35 .ball:nth-child(3),
.is-option-56 .ball:nth-child(3) {
  top: 95%;
  left: 20%;
}
.is-option-36 .ball:nth-child(3),
.is-option-57 .ball:nth-child(3) {
  top: 50%;
  left: 45%;
}
.is-option-24 .ball:nth-child(1) {
  top: 90%;
  left: 50%;
}
.is-option-24 .ball:nth-child(2) {
  top: 90%;
  left: 80%;
}
.is-option-24 .ball:nth-child(3) {
  top: 90%;
  left: 20%;
}
.is-option-25 .ball:nth-child(4),
.is-option-26 .ball:nth-child(4),
.is-option-27 .ball:nth-child(4),
.is-option-28 .ball:nth-child(4),
.is-option-29 .ball:nth-child(4),
.is-option-31 .ball:nth-child(4),
.is-option-33 .ball:nth-child(4),
.is-option-35 .ball:nth-child(4),
.is-option-37 .ball:nth-child(4),
.is-option-56 .ball:nth-child(4),
.is-option-58 .ball:nth-child(4) {
  top: 20%;
  left: 65%;
}
.is-option-36 .ball:nth-child(4),
.is-option-57 .ball:nth-child(4) {
  top: 65%;
  left: 50%;
}
.is-option-32 .ball:nth-child(4),
.is-option-34 .ball:nth-child(4),
.is-option-55 .ball:nth-child(4) {
  top: 20%;
  left: 35%;
}
.is-option-25 .ball:nth-child(6),
.is-option-26 .ball:nth-child(6),
.is-option-27 .ball:nth-child(6),
.is-option-28 .ball:nth-child(6),
.is-option-29 .ball:nth-child(6),
.is-option-31 .ball:nth-child(6),
.is-option-33 .ball:nth-child(6),
.is-option-37 .ball:nth-child(6),
.is-option-58 .ball:nth-child(6) {
  top: 20%;
  left: 35%;
}
.is-option-35 .ball:nth-child(6),
.is-option-56 .ball:nth-child(6) {
  top: 15%;
  left: 15%;
}
.is-option-36 .ball:nth-child(6),
.is-option-57 .ball:nth-child(6) {
  top: 65%;
  left: 55%;
}
.is-option-32 .ball:nth-child(6),
.is-option-34 .ball:nth-child(6),
.is-option-55 .ball:nth-child(6) {
  top: 20%;
  left: 65%;
}
.is-option-26 .ball:nth-child(7),
.is-option-27 .ball:nth-child(7),
.is-option-28 .ball:nth-child(7),
.is-option-29 .ball:nth-child(7),
.is-option-31 .ball:nth-child(7),
.is-option-33 .ball:nth-child(7),
.is-option-35 .ball:nth-child(7),
.is-option-37 .ball:nth-child(7),
.is-option-56 .ball:nth-child(7),
.is-option-58 .ball:nth-child(7) {
  top: 40%;
  left: 35%;
}
.is-option-36 .ball:nth-child(7),
.is-option-57 .ball:nth-child(7) {
  top: 450%;
  left: 60%;
}
.is-option-32 .ball:nth-child(7),
.is-option-34 .ball:nth-child(7),
.is-option-55 .ball:nth-child(7) {
  top: 40%;
  left: 65%;
}
.is-option-26 .ball:nth-child(8),
.is-option-27 .ball:nth-child(8),
.is-option-28 .ball:nth-child(8),
.is-option-29 .ball:nth-child(8),
.is-option-31 .ball:nth-child(8),
.is-option-33 .ball:nth-child(8),
.is-option-37 .ball:nth-child(8),
.is-option-58 .ball:nth-child(8) {
  top: 40%;
  left: 65%;
}
.is-option-35 .ball:nth-child(8),
.is-option-56 .ball:nth-child(8) {
  top: 10%;
  left: 95%;
}
.is-option-36 .ball:nth-child(8),
.is-option-57 .ball:nth-child(8) {
  top: 50%;
  left: 40%;
}
.is-option-32 .ball:nth-child(8),
.is-option-34 .ball:nth-child(8),
.is-option-55 .ball:nth-child(8) {
  top: 40%;
  left: 35%;
}
.is-option-26 .ball:nth-child(9),
.is-option-27 .ball:nth-child(9),
.is-option-28 .ball:nth-child(9),
.is-option-29 .ball:nth-child(9),
.is-option-31 .ball:nth-child(9),
.is-option-32 .ball:nth-child(9),
.is-option-33 .ball:nth-child(9),
.is-option-34 .ball:nth-child(9),
.is-option-37 .ball:nth-child(9),
.is-option-55 .ball:nth-child(9),
.is-option-58 .ball:nth-child(9) {
  top: 60%;
  left: 50%;
}
.is-option-35 .ball:nth-child(9),
.is-option-56 .ball:nth-child(9) {
  top: 90%;
  left: 0%;
}
.is-option-36 .ball:nth-child(9),
.is-option-57 .ball:nth-child(9) {
  top: 40%;
  left: 50%;
}
.is-option-28 .ball:nth-child(10),
.is-option-29 .ball:nth-child(10),
.is-option-31 .ball:nth-child(10),
.is-option-32 .ball:nth-child(10),
.is-option-33 .ball:nth-child(10),
.is-option-34 .ball:nth-child(10),
.is-option-37 .ball:nth-child(10),
.is-option-55 .ball:nth-child(10),
.is-option-58 .ball:nth-child(10) {
  top: 80%;
  left: 50%;
}
.is-option-35 .ball:nth-child(10),
.is-option-556 .ball:nth-child(10) {
  top: 20%;
  left: 50%;
}
.is-option-36 .ball:nth-child(10),
.is-option-57 .ball:nth-child(10) {
  top: 70%;
  left: 50%;
}
.is-option-28 .ball:nth-child(11),
.is-option-29 .ball:nth-child(11),
.is-option-31 .ball:nth-child(11),
.is-option-32 .ball:nth-child(11),
.is-option-33 .ball:nth-child(11),
.is-option-34 .ball:nth-child(11),
.is-option-55 .ball:nth-child(11) {
  top: 100%;
  left: 50%;
}
.is-option-35 .ball:nth-child(11),
.is-option-37 .ball:nth-child(11),
.is-option-56 .ball:nth-child(11),
.is-option-58 .ball:nth-child(11) {
  top: 10%;
  left: 50%;
}
.is-option-36 .ball:nth-child(11),
.is-option-57 .ball:nth-child(11) {
  top: 75%;
  left: 50%;
}

.ißs-option-1 .ball:nth-child(2),
.is-option-2 .ball:nth-child(2),
.is-option-3 .ball:nth-child(2),
.is-option-4 .ball:nth-child(2),
.is-option-5 .ball:nth-child(2),
.is-option-6 .ball:nth-child(2),
.is-option-7 .ball:nth-child(2),
.is-option-8 .ball:nth-child(2),
.is-option-20 .ball:nth-child(2),
.is-option-21 .ball:nth-child(2),
.is-option-22 .ball:nth-child(2),
.is-option-53 .ball:nth-child(2) {
  top: 90%;
  left: 20%;
}
.is-option-1 .ball:nth-child(3),
.is-option-2 .ball:nth-child(3),
.is-option-3 .ball:nth-child(3),
.is-option-4 .ball:nth-child(3),
.is-option-5 .ball:nth-child(3),
.is-option-6 .ball:nth-child(3),
.is-option-7 .ball:nth-child(3),
.is-option-8 .ball:nth-child(3),
.is-option-20 .ball:nth-child(3),
.is-option-21 .ball:nth-child(3),
.is-option-22 .ball:nth-child(3),
.is-option-53 .ball:nth-child(3) {
  top: 90%;
  left: 0%;
}

.is-option-1 .ball:nth-child(4),
.is-option-2 .ball:nth-child(4),
.is-option-3 .ball:nth-child(4),
.is-option-7 .ball:nth-child(4),
.is-option-8 .ball:nth-child(4),
.is-option-9 .ball:nth-child(4),
.is-option-10 .ball:nth-child(4),
.is-option-11 .ball:nth-child(4),
.is-option-20 .ball:nth-child(4),
.is-option-21 .ball:nth-child(4),
.is-option-22 .ball:nth-child(4),
.is-option-23 .ball:nth-child(4),
.is-option-24 .ball:nth-child(4),
.is-option-53 .ball:nth-child(4),
.is-option-54 .ball:nth-child(4) {
  top: 90%;
  left: -20%;
}
.is-option-2 .ball:nth-child(6),
.is-option-3 .ball:nth-child(6),
.is-option-4 .ball:nth-child(6),
.is-option-5 .ball:nth-child(6),
.is-option-6 .ball:nth-child(6),
.is-option-7 .ball:nth-child(6),
.is-option-8 .ball:nth-child(6),
.is-option-13 .ball:nth-child(6),
.is-option-20 .ball:nth-child(6),
.is-option-21 .ball:nth-child(6),
.is-option-22 .ball:nth-child(6),
.is-option-23 .ball:nth-child(6),
.is-option-24 .ball:nth-child(6),
.is-option-53 .ball:nth-child(6),
.is-option-54 .ball:nth-child(6) {
  top: 80%;
  left: 10%;
}
.is-option-3 .ball:nth-child(7),
.is-option-4 .ball:nth-child(7),
.is-option-5 .ball:nth-child(7),
.is-option-6 .ball:nth-child(7),
.is-option-7 .ball:nth-child(7),
.is-option-8 .ball:nth-child(7),
.is-option-13 .ball:nth-child(7),
.is-option-20 .ball:nth-child(7),
.is-option-21 .ball:nth-child(7),
.is-option-22 .ball:nth-child(7),
.is-option-23 .ball:nth-child(7),
.is-option-24 .ball:nth-child(7),
.is-option-25 .ball:nth-child(7),
.is-option-53 .ball:nth-child(7),
.is-option-54 .ball:nth-child(7) {
  top: 80%;
  left: -10%;
}

.is-option-5 .ball:nth-child(8),
.is-option-6 .ball:nth-child(8),
.is-option-13 .ball:nth-child(8),
.is-option-20 .ball:nth-child(8),
.is-option-21 .ball:nth-child(8),
.is-option-22 .ball:nth-child(8),
.is-option-23 .ball:nth-child(8),
.is-option-24 .ball:nth-child(8),
.is-option-25 .ball:nth-child(8),
.is-option-53 .ball:nth-child(8),
.is-option-54 .ball:nth-child(8) {
  top: 80%;
  left: 30%;
}
.is-option-6 .ball:nth-child(9),
.is-option-7 .ball:nth-child(9),
.is-option-8 .ball:nth-child(9),
.is-option-9 .ball:nth-child(9),
.is-option-10 .ball:nth-child(9),
.is-option-11 .ball:nth-child(9),
.is-option-12 .ball:nth-child(9),
.is-option-20 .ball:nth-child(9),
.is-option-21 .ball:nth-child(9),
.is-option-22 .ball:nth-child(9),
.is-option-23 .ball:nth-child(9),
.is-option-24 .ball:nth-child(9),
.is-option-25 .ball:nth-child(9),
.is-option-53 .ball:nth-child(9),
.is-option-54 .ball:nth-child(9) {
  top: 70%;
  left: 0%;
}
.is-option-6 .ball:nth-child(10),
.is-option-7 .ball:nth-child(10),
.is-option-8 .ball:nth-child(10),
.is-option-9 .ball:nth-child(10),
.is-option-10 .ball:nth-child(10),
.is-option-11 .ball:nth-child(10),
.is-option-12 .ball:nth-child(10),
.is-option-20 .ball:nth-child(10),
.is-option-21 .ball:nth-child(10),
.is-option-22 .ball:nth-child(10),
.is-option-23 .ball:nth-child(10),
.is-option-24 .ball:nth-child(10),
.is-option-25 .ball:nth-child(10),
.is-option-26 .ball:nth-child(10),
.is-option-53 .ball:nth-child(10),
.is-option-54 .ball:nth-child(10) {
  top: 70%;
  left: 20%;
}
.is-option-27 .ball:nth-child(10) {
  top: 70%;
  left: 40%;
}

.is-option-6 .ball:nth-child(11),
.is-option-7 .ball:nth-child(11),
.is-option-8 .ball:nth-child(11),
.is-option-9 .ball:nth-child(11),
.is-option-10 .ball:nth-child(11),
.is-option-11 .ball:nth-child(11),
.is-option-12 .ball:nth-child(11),
.is-option-20 .ball:nth-child(11),
.is-option-21 .ball:nth-child(11),
.is-option-22 .ball:nth-child(11),
.is-option-23 .ball:nth-child(11),
.is-option-24 .ball:nth-child(11),
.is-option-25 .ball:nth-child(11),
.is-option-26 .ball:nth-child(11),
.is-option-53 .ball:nth-child(11),
.is-option-54 .ball:nth-child(11) {
  top: 60%;
  left: 10%;
}
.is-option-27 .ball:nth-child(11) {
  top: 60%;
  left: 70%;
}
.is-option-7 .ball:nth-child(12),
.is-option-8 .ball:nth-child(12),
.is-option-9 .ball:nth-child(12),
.is-option-10 .ball:nth-child(12),
.is-option-11 .ball:nth-child(12),
.is-option-12 .ball:nth-child(12),
.is-option-20 .ball:nth-child(12),
.is-option-21 .ball:nth-child(12),
.is-option-22 .ball:nth-child(12),
.is-option-23 .ball:nth-child(12),
.is-option-24 .ball:nth-child(12),
.is-option-25 .ball:nth-child(12),
.is-option-26 .ball:nth-child(12),
.is-option-28 .ball:nth-child(12),
.is-option-29 .ball:nth-child(12),
.is-option-31 .ball:nth-child(12),
.is-option-33 .ball:nth-child(12),
.is-option-37 .ball:nth-child(12),
.is-option-53 .ball:nth-child(12),
.is-option-54 .ball:nth-child(12) {
  top: 40%;
  left: 10%;
}
.is-option-35 .ball:nth-child(12),
.is-option-56 .ball:nth-child(12) {
  top: 90%;
  left: 10%;
}
.is-option-36 .ball:nth-child(12),
.is-option-57 .ball:nth-child(12) {
  top: 50%;
  left: 30%;
}
.is-option-27 .ball:nth-child(12) {
  top: 40%;
  left: 90%;
}
.is-option-32 .ball:nth-child(12),
.is-option-34 .ball:nth-child(12),
.is-option-55 .ball:nth-child(12) {
  top: 40%;
  left: 30%;
}
.is-option-7 .ball:nth-child(13),
.is-option-8 .ball:nth-child(13),
.is-option-9 .ball:nth-child(13),
.is-option-10 .ball:nth-child(13),
.is-option-11 .ball:nth-child(13),
.is-option-12 .ball:nth-child(13),
.is-option-20 .ball:nth-child(13),
.is-option-21 .ball:nth-child(13),
.is-option-22 .ball:nth-child(13),
.is-option-23 .ball:nth-child(13),
.is-option-24 .ball:nth-child(13),
.is-option-25 .ball:nth-child(13),
.is-option-26 .ball:nth-child(13),
.is-option-28 .ball:nth-child(13),
.is-option-29 .ball:nth-child(13),
.is-option-31 .ball:nth-child(13),
.is-option-33 .ball:nth-child(13),
.is-option-34 .ball:nth-child(13),
.is-option-37 .ball:nth-child(13),
.is-option-53 .ball:nth-child(13),
.is-option-54 .ball:nth-child(13),
.is-option-55 .ball:nth-child(13),
.is-option-58 .ball:nth-child(13) {
  top: 30%;
  left: 0%;
}
.is-option-35 .ball:nth-child(13),
.is-option-56 .ball:nth-child(13) {
  top: 70%;
  left: 0%;
}
.is-option-36 .ball:nth-child(13),
.is-option-57 .ball:nth-child(13) {
  top: 40%;
  left: 30%;
}
.is-option-27 .ball:nth-child(13) {
  top: 30%;
  left: 80%;
}
.is-option-32 .ball:nth-child(13) {
  top: 30%;
  left: 20%;
}
.is-option-7 .ball:nth-child(14),
.is-option-8 .ball:nth-child(14),
.is-option-9 .ball:nth-child(14),
.is-option-10 .ball:nth-child(14),
.is-option-11 .ball:nth-child(14),
.is-option-12 .ball:nth-child(14),
.is-option-20 .ball:nth-child(14),
.is-option-21 .ball:nth-child(14),
.is-option-22 .ball:nth-child(14),
.is-option-23 .ball:nth-child(14),
.is-option-24 .ball:nth-child(14),
.is-option-25 .ball:nth-child(14),
.is-option-26 .ball:nth-child(14),
.is-option-27 .ball:nth-child(14),
.is-option-28 .ball:nth-child(14),
.is-option-29 .ball:nth-child(14),
.is-option-31 .ball:nth-child(14),
.is-option-33 .ball:nth-child(14),
.is-option-34 .ball:nth-child(14),
.is-option-37 .ball:nth-child(14),
.is-option-53 .ball:nth-child(14),
.is-option-54 .ball:nth-child(14),
.is-option-55 .ball:nth-child(14),
.is-option-58 .ball:nth-child(14) {
  top: 30%;
  left: 20%;
}
.is-option-35 .ball:nth-child(14),
.is-option-56 .ball:nth-child(14) {
  top: 10%;
  left: 40%;
}
.is-option-36 .ball:nth-child(14),
.is-option-57 .ball:nth-child(14) {
  top: 45%;
  left: 30%;
}
.is-option-32 .ball:nth-child(14) {
  top: 30%;
  left: 40%;
}
.is-option-7 .ball:nth-child(15),
.is-option-8 .ball:nth-child(15),
.is-option-9 .ball:nth-child(15),
.is-option-10 .ball:nth-child(15),
.is-option-11 .ball:nth-child(15),
.is-option-12 .ball:nth-child(15),
.is-option-20 .ball:nth-child(15),
.is-option-21 .ball:nth-child(15),
.is-option-22 .ball:nth-child(15),
.is-option-23 .ball:nth-child(15),
.is-option-24 .ball:nth-child(15),
.is-option-25 .ball:nth-child(15),
.is-option-26 .ball:nth-child(15),
.is-option-27 .ball:nth-child(15),
.is-option-28 .ball:nth-child(15),
.is-option-53 .ball:nth-child(15),
.is-option-54 .ball:nth-child(15) {
  top: 20%;
  left: 30%;
}
.is-option-29 .ball:nth-child(15),
.is-option-31 .ball:nth-child(15),
.is-option-33 .ball:nth-child(15),
.is-option-34 .ball:nth-child(15),
.is-option-37 .ball:nth-child(15),
.is-option-55 .ball:nth-child(15),
.is-option-58 .ball:nth-child(15) {
  top: 80%;
  left: 30%;
}
.is-option-35 .ball:nth-child(15),
.is-option-56 .ball:nth-child(15) {
  top: 10%;
  left: 30%;
}
.is-option-36 .ball:nth-child(15),
.is-option-57 .ball:nth-child(15) {
  top: 50%;
  left: 30%;
}
.is-option-32 .ball:nth-child(15) {
  top: 20%;
  left: 50%;
}

.is-option-7 .ball:nth-child(16),
.is-option-8 .ball:nth-child(16),
.is-option-9 .ball:nth-child(16),
.is-option-10 .ball:nth-child(16),
.is-option-11 .ball:nth-child(16),
.is-option-12 .ball:nth-child(16),
.is-option-20 .ball:nth-child(16),
.is-option-21 .ball:nth-child(16),
.is-option-22 .ball:nth-child(16),
.is-option-23 .ball:nth-child(16),
.is-option-24 .ball:nth-child(16),
.is-option-25 .ball:nth-child(16),
.is-option-26 .ball:nth-child(16),
.is-option-27 .ball:nth-child(16),
.is-option-28 .ball:nth-child(16),
.is-option-53 .ball:nth-child(16),
.is-option-54 .ball:nth-child(16) {
  top: 20%;
  left: 10%;
}
.is-option-29 .ball:nth-child(16),
.is-option-31 .ball:nth-child(16),
.is-option-32 .ball:nth-child(16),
.is-option-33 .ball:nth-child(16),
.is-option-34 .ball:nth-child(16),
.is-option-37 .ball:nth-child(16),
.is-option-55 .ball:nth-child(16),
.is-option-58 .ball:nth-child(16) {
  top: 80%;
  left: 10%;
}
.is-option-35 .ball:nth-child(16),
.is-option-56 .ball:nth-child(16) {
  top: 50%;
  left: 30%;
}
.is-option-36 .ball:nth-child(16),
.is-option-57 .ball:nth-child(16) {
  top: 60%;
  left: 60%;
}
.is-option-7 .ball:nth-child(17),
.is-option-8 .ball:nth-child(17),
.is-option-9 .ball:nth-child(17),
.is-option-10 .ball:nth-child(17),
.is-option-11 .ball:nth-child(17),
.is-option-12 .ball:nth-child(17),
.is-option-20 .ball:nth-child(17),
.is-option-21 .ball:nth-child(17),
.is-option-22 .ball:nth-child(17),
.is-option-23 .ball:nth-child(17),
.is-option-24 .ball:nth-child(17),
.is-option-25 .ball:nth-child(17),
.is-option-26 .ball:nth-child(17),
.is-option-27 .ball:nth-child(17),
.is-option-28 .ball:nth-child(17),
.is-option-53 .ball:nth-child(17),
.is-option-54 .ball:nth-child(17) {
  top: 20%;
  left: -10%;
}
.is-option-29 .ball:nth-child(17),
.is-option-31 .ball:nth-child(17),
.is-option-32 .ball:nth-child(17),
.is-option-33 .ball:nth-child(17),
.is-option-34 .ball:nth-child(17),
.is-option-37 .ball:nth-child(17),
.is-option-55 .ball:nth-child(17),
.is-option-58 .ball:nth-child(17) {
  top: 80%;
  left: -10%;
}
.is-option-35 .ball:nth-child(17),
.is-option-56 .ball:nth-child(17) {
  top: 80%;
  left: -80%;
}
.is-option-36 .ball:nth-child(17),
.is-option-57 .ball:nth-child(17) {
  top: 70%;
  left: 35%;
}
.is-option-8 .ball:nth-child(18),
.is-option-13 .ball:nth-child(18),
.is-option-20 .ball:nth-child(18),
.is-option-21 .ball:nth-child(18) {
  top: 20%;
  left: 80%;
}
.is-option-8 .ball:nth-child(18),
.is-option-9 .ball:nth-child(18),
.is-option-10 .ball:nth-child(18),
.is-option-11 .ball:nth-child(18),
.is-option-12 .ball:nth-child(18),
.is-option-22 .ball:nth-child(18),
.is-option-23 .ball:nth-child(18),
.is-option-24 .ball:nth-child(18),
.is-option-25 .ball:nth-child(18),
.is-option-26 .ball:nth-child(18),
.is-option-27 .ball:nth-child(18),
.is-option-28 .ball:nth-child(18),
.is-option-29 .ball:nth-child(18),
.is-option-31 .ball:nth-child(18),
.is-option-32 .ball:nth-child(18),
.is-option-33 .ball:nth-child(18),
.is-option-34 .ball:nth-child(18),
.is-option-37 .ball:nth-child(18),
.is-option-53 .ball:nth-child(18),
.is-option-54 .ball:nth-child(18),
.is-option-55 .ball:nth-child(18),
.is-option-58 .ball:nth-child(18) {
  top: 10%;
  left: -20%;
}
.is-option-35 .ball:nth-child(18),
.is-option-56 .ball:nth-child(18) {
  top: 80%;
  left: -20%;
}
.is-option-36 .ball:nth-child(18),
.is-option-57 .ball:nth-child(18) {
  top: 50%;
  left: 80%;
}
.is-option-38 .ball:nth-child(18) {
  top: 50%;
  left: 10%;
}
.is-option-38 .ball:nth-child(17) {
  top: 50%;
  left: 30%;
}
.is-option-38 .ball:nth-child(16) {
  top: 50%;
  left: 50%;
}
.is-option-38 .ball:nth-child(15) {
  top: 70%;
  left: 50%;
}
.is-option-38 .ball:nth-child(14) {
  top: 90%;
  left: 50%;
}
.is-option-38 .ball:nth-child(13) {
  top: 90%;
  left: 70%;
}
.is-option-38 .ball:nth-child(12) {
  top: 90%;
  left: 90%;
}
.is-option-38 .ball:nth-child(11) {
  top: 90%;
  left: -110%;
}
.is-option-38 .ball:nth-child(10) {
  top: 80%;
  left: 5%;
}
.is-option-38 .ball:nth-child(9) {
  top: 75%;
  left: 20%;
}
.is-option-38 .ball:nth-child(8) {
  top: 75%;
  left: 80%;
}
.is-option-38 .ball:nth-child(7) {
  top: 35%;
  left: 80%;
}
.is-option-38 .ball:nth-child(6) {
  top: 20%;
  left: 60%;
}
.is-option-38 .ball:nth-child(5) {
  top: 20%;
  left: 40%;
}
.is-option-38 .ball:nth-child(4) {
  top: 20%;
  left: 20%;
}
.is-option-38 .ball:nth-child(3) {
  top: 20%;
  left: 0%;
}
.is-option-38 .ball:nth-child(2) {
  top: 60%;
  left: 60%;
}
.is-option-38 .ball:nth-child(1) {
  top: 40%;
  left: 60%;
}
.is-option-39 .ball:nth-child(18),
.is-option-40 .ball:nth-child(18) {
  top: 60%;
  left: 0%;
}
.is-option-39 .ball:nth-child(17),
.is-option-40 .ball:nth-child(17) {
  top: 40%;
  left: 40%;
}
.is-option-39 .ball:nth-child(16),
.is-option-40 .ball:nth-child(16) {
  top: 40%;
  left: 40%;
}
.is-option-39 .ball:nth-child(15),
.is-option-40 .ball:nth-child(15) {
  top: 60%;
  left: 40%;
}
.is-option-39 .ball:nth-child(14),
.is-option-40 .ball:nth-child(14) {
  top: 100%;
  left: 40%;
}
.is-option-39 .ball:nth-child(13),
.is-option-40 .ball:nth-child(13) {
  top: 80%;
  left: 80%;
}
.is-option-39 .ball:nth-child(12),
.is-option-40 .ball:nth-child(12) {
  top: 100%;
  left: 100%;
}
.is-option-39 .ball:nth-child(11),
.is-option-40 .ball:nth-child(11) {
  top: 100%;
  left: -100%;
}
.is-option-39 .ball:nth-child(10),
.is-option-40 .ball:nth-child(10) {
  top: 90%;
  left: 15%;
}
.is-option-39 .ball:nth-child(9),
.is-option-40 .ball:nth-child(9) {
  top: 65%;
  left: 30%;
}
.is-option-39 .ball:nth-child(8),
.is-option-40 .ball:nth-child(8) {
  top: 85%;
  left: 70%;
}
.is-option-39 .ball:nth-child(7),
.is-option-40 .ball:nth-child(7) {
  top: 45%;
  left: 90%;
}
.is-option-39 .ball:nth-child(6),
.is-option-40 .ball:nth-child(6) {
  top: 25%;
  left: 10%;
}
.is-option-39 .ball:nth-child(5),
.is-option-40 .ball:nth-child(5) {
  top: 30%;
  left: 30%;
}
.is-option-39 .ball:nth-child(4),
.is-option-40 .ball:nth-child(4) {
  top: 10%;
  left: 30%;
}
.is-option-39 .ball:nth-child(3),
.is-option-40 .ball:nth-child(3) {
  top: 30%;
  left: 10%;
}
.is-option-39 .ball:nth-child(2),
.is-option-40 .ball:nth-child(2) {
  top: 70%;
  left: 50%;
}
.is-option-39 .ball:nth-child(1),
.is-option-40 .ball:nth-child(1) {
  top: 50%;
  left: 50%;
}
.is-option-41 .ball:nth-child(18) {
  top: 80%;
  left: 20%;
}
.is-option-41 .ball:nth-child(17) {
  top: 20%;
  left: 60%;
}
.is-option-41 .ball:nth-child(16) {
  top: 20%;
  left: 20%;
}
.is-option-41 .ball:nth-child(15) {
  top: 80%;
  left: 60%;
}
.is-option-41 .ball:nth-child(14) {
  top: 80%;
  left: 60%;
}
.is-option-41 .ball:nth-child(13) {
  top: 100%;
  left: 100%;
}
.is-option-41 .ball:nth-child(12) {
  top: 80%;
  left: 80%;
}
.is-option-41 .ball:nth-child(11) {
  top: 80%;
  left: 80%;
}
.is-option-41 .ball:nth-child(10) {
  top: 70%;
  left: 5%;
}
.is-option-41 .ball:nth-child(9) {
  top: 85%;
  left: 50%;
}
.is-option-41 .ball:nth-child(8) {
  top: 100%;
  left: 50%;
}
.is-option-41 .ball:nth-child(7) {
  top: 25%;
  left: 70%;
}
.is-option-41 .ball:nth-child(6) {
  top: 5%;
  left: 30%;
}
.is-option-41 .ball:nth-child(5) {
  top: 10%;
  left: 10%;
}
.is-option-41 .ball:nth-child(4) {
  top: 30%;
  left: 10%;
}
.is-option-41 .ball:nth-child(3) {
  top: 50%;
  left: 30%;
}
.is-option-41 .ball:nth-child(2) {
  top: 90%;
  left: 70%;
}
.is-option-41 .ball:nth-child(1) {
  top: 70%;
  left: 70%;
}
.is-option-42 .ball:nth-child(18) {
  top: 90%;
  left: 25%;
}
.is-option-42 .ball:nth-child(17) {
  top: 25%;
  left: 65%;
}
.is-option-42 .ball:nth-child(16) {
  top: 15%;
  left: 15%;
}
.is-option-42 .ball:nth-child(15) {
  top: 85%;
  left: 65%;
}
.is-option-42 .ball:nth-child(14) {
  top: 85%;
  left: 65%;
}
.is-option-42 .ball:nth-child(13) {
  top: 95%;
  left: 95%;
}
.is-option-42 .ball:nth-child(12) {
  top: 75%;
  left: 75%;
}
.is-option-42 .ball:nth-child(11) {
  top: 85%;
  left: 85%;
}
.is-option-42 .ball:nth-child(10) {
  top: 75%;
  left: 15%;
}
.is-option-42 .ball:nth-child(9) {
  top: 80%;
  left: 55%;
}
.is-option-42 .ball:nth-child(8) {
  top: 95%;
  left: 55%;
}
.is-option-42 .ball:nth-child(7) {
  top: 20%;
  left: 75%;
}
.is-option-42 .ball:nth-child(6) {
  top: 10%;
  left: 25%;
}
.is-option-42 .ball:nth-child(5) {
  top: 15%;
  left: 15%;
}
.is-option-42 .ball:nth-child(4) {
  top: 35%;
  left: 15%;
}
.is-option-42 .ball:nth-child(3) {
  top: 55%;
  left: 25%;
}
.is-option-42 .ball:nth-child(2) {
  top: 95%;
  left: 65%;
}
.is-option-42 .ball:nth-child(1) {
  top: 75%;
  left: 75%;
}
.is-option-43 .ball:nth-child(18) {
  top: 5%;
  left: 5%;
}
.is-option-43 .ball:nth-child(17) {
  top: 50%;
  left: 120%;
}
.is-option-43 .ball:nth-child(16) {
  top: 30%;
  left: 5%;
}
.is-option-43 .ball:nth-child(15) {
  top: 5%;
  left: 50%;
}
.is-option-43 .ball:nth-child(14) {
  top: 5%;
  left: 65%;
}
.is-option-43 .ball:nth-child(13) {
  top: 5%;
  left: 80%;
}
.is-option-43 .ball:nth-child(12) {
  top: 5%;
  left: 95%;
}
.is-option-43 .ball:nth-child(11) {
  top: 50%;
  left: 10%;
}
.is-option-43 .ball:nth-child(10) {
  top: 50%;
  left: 120%;
}
.is-option-43 .ball:nth-child(9) {
  top: 50%;
  left: 60%;
}
.is-option-43 .ball:nth-child(8) {
  top: 10%;
  left: 55%;
}
.is-option-43 .ball:nth-child(7) {
  top: 50%;
  left: 40%;
}
.is-option-43 .ball:nth-child(6) {
  top: 50%;
  left: 25%;
}
.is-option-43 .ball:nth-child(5) {
  top: 80%;
  left: 25%;
}
.is-option-43 .ball:nth-child(4) {
  top: 80%;
  left: 90%;
}
.is-option-43 .ball:nth-child(3) {
  top: 80%;
  left: 70%;
}
.is-option-43 .ball:nth-child(2) {
  top: 40%;
  left: 70%;
}
.is-option-43 .ball:nth-child(1) {
  top: 85%;
  left: 100%;
}
.is-option-44 .ball:nth-child(18) {
  top: 75%;
  left: 15%;
}
.is-option-44 .ball:nth-child(17) {
  top: 15%;
  left: 75%;
}
.is-option-44 .ball:nth-child(16) {
  top: 5%;
  left: 5%;
}
.is-option-44 .ball:nth-child(15) {
  top: 75%;
  left: 55%;
}
.is-option-44 .ball:nth-child(14) {
  top: 75%;
  left: 55%;
}
.is-option-44 .ball:nth-child(13) {
  top: 5%;
  left: 5%;
}
.is-option-44 .ball:nth-child(12) {
  top: 65%;
  left: 65%;
}
.is-option-44 .ball:nth-child(11) {
  top: 75%;
  left: 75%;
}
.is-option-44 .ball:nth-child(10) {
  top: 65%;
  left: 5%;
}
.is-option-44 .ball:nth-child(9) {
  top: 70%;
  left: 45%;
}
.is-option-44 .ball:nth-child(8) {
  top: 5%;
  left: 45%;
}
.is-option-44 .ball:nth-child(7) {
  top: 10%;
  left: 65%;
}
.is-option-44 .ball:nth-child(6) {
  top: 0%;
  left: 15%;
}
.is-option-44 .ball:nth-child(5) {
  top: 5%;
  left: 5%;
}
.is-option-44 .ball:nth-child(4) {
  top: 25%;
  left: 5%;
}
.is-option-44 .ball:nth-child(3) {
  top: 45%;
  left: 15%;
}
.is-option-44 .ball:nth-child(2) {
  top: 85%;
  left: 55%;
}
.is-option-44 .ball:nth-child(1) {
  top: 65%;
  left: 65%;
}
.is-option-45 .ball:nth-child(18) {
  top: 10%;
  left: 90%;
}
.is-option-45 .ball:nth-child(17) {
  top: 80%;
  left: 10%;
}
.is-option-45 .ball:nth-child(16) {
  top: 35%;
  left: 40%;
}
.is-option-45 .ball:nth-child(15) {
  top: 70%;
  left: 0%;
}
.is-option-45 .ball:nth-child(14) {
  top: 65%;
  left: 5%;
}
.is-option-45 .ball:nth-child(13) {
  top: 0%;
  left: 10%;
}
.is-option-45 .ball:nth-child(12) {
  top: 60%;
  left: 60%;
}
.is-option-45 .ball:nth-child(11) {
  top: 70%;
  left: 70%;
}
.is-option-45 .ball:nth-child(10) {
  top: 30%;
  left: 5%;
}
.is-option-45 .ball:nth-child(9) {
  top: 75%;
  left: 40%;
}
.is-option-45 .ball:nth-child(8) {
  top: 0%;
  left: 100%;
}
.is-option-45 .ball:nth-child(7) {
  top: 5%;
  left: 60%;
}
.is-option-45 .ball:nth-child(6) {
  top: 95%;
  left: 10%;
}
.is-option-45 .ball:nth-child(5) {
  top: 10%;
  left: 10%;
}
.is-option-45 .ball:nth-child(4) {
  top: 20%;
  left: 10%;
}
.is-option-45 .ball:nth-child(3) {
  top: 50%;
  left: 30%;
}
.is-option-45 .ball:nth-child(2) {
  top: 80%;
  left: 50%;
}
.is-option-45 .ball:nth-child(1) {
  top: 60%;
  left: 100%;
}
.is-option-46 .ball:nth-child(18) {
  top: 70%;
  left: 10%;
}
.is-option-46 .ball:nth-child(17) {
  top: 10%;
  left: 70%;
}
.is-option-46 .ball:nth-child(16) {
  top: 35%;
  left: 35%;
}
.is-option-46 .ball:nth-child(15) {
  top: 100%;
  left: 40%;
}
.is-option-46 .ball:nth-child(14) {
  top: 50%;
  left: 30%;
}
.is-option-46 .ball:nth-child(13) {
  top: 30%;
  left: 30%;
}
.is-option-46 .ball:nth-child(12) {
  top: 80%;
  left: 80%;
}
.is-option-46 .ball:nth-child(11) {
  top: 90%;
  left: 90%;
}
.is-option-46 .ball:nth-child(10) {
  top: 70%;
  left: 30%;
}
.is-option-46 .ball:nth-child(9) {
  top: 95%;
  left: 20%;
}
.is-option-46 .ball:nth-child(8) {
  top: 20%;
  left: 20%;
}
.is-option-46 .ball:nth-child(7) {
  top: 25%;
  left: 0%;
}
.is-option-46 .ball:nth-child(6) {
  top: 25%;
  left: 30%;
}
.is-option-46 .ball:nth-child(5) {
  top: 30%;
  left: 30%;
}
.is-option-46 .ball:nth-child(4) {
  top: 40%;
  left: 30%;
}
.is-option-46 .ball:nth-child(3) {
  top: 70%;
  left: 10%;
}
.is-option-46 .ball:nth-child(2) {
  top: 60%;
  left: 30%;
}
.is-option-46 .ball:nth-child(1) {
  top: 60%;
  left: 60%;
}
.is-option-47 .ball:nth-child(18) {
  top: 50%;
  left: 10%;
}
.is-option-47 .ball:nth-child(17) {
  top: 10%;
  left: 50%;
}
.is-option-47 .ball:nth-child(16) {
  top: 15%;
  left: 15%;
}
.is-option-47 .ball:nth-child(15) {
  top: 80%;
  left: 20%;
}
.is-option-47 .ball:nth-child(14) {
  top: 30%;
  left: 10%;
}
.is-option-47 .ball:nth-child(13) {
  top: 10%;
  left: 10%;
}
.is-option-47 .ball:nth-child(12) {
  top: 60%;
  left: 60%;
}
.is-option-47 .ball:nth-child(11) {
  top: 70%;
  left: 70%;
}
.is-option-47 .ball:nth-child(10) {
  top: 50%;
  left: 10%;
}
.is-option-47 .ball:nth-child(9) {
  top: 75%;
  left: 10%;
}
.is-option-47 .ball:nth-child(8) {
  top: 20%;
  left: 20%;
}
.is-option-47 .ball:nth-child(7) {
  top: 5%;
  left: 0%;
}
.is-option-47 .ball:nth-child(6) {
  top: 5%;
  left: 10%;
}
.is-option-47 .ball:nth-child(5) {
  top: 10%;
  left: 10%;
}
.is-option-47 .ball:nth-child(4) {
  top: 20%;
  left: 10%;
}
.is-option-47 .ball:nth-child(3) {
  top: 20%;
  left: 10%;
}
.is-option-47 .ball:nth-child(2) {
  top: 40%;
  left: 10%;
}
.is-option-47 .ball:nth-child(1) {
  top: 40%;
  left: 40%;
}
.is-option-9 .ball:nth-child(12),
.is-option-10 .ball:nth-child(12),
.is-option-11 .ball:nth-child(12),
.is-option-12 .ball:nth-child(12),
.is-option-22 .ball:nth-child(12),
.is-option-53 .ball:nth-child(12) {
  top: 50%;
  left: 65%;
}
.is-option-9 .ball:nth-child(11),
.is-option-10 .ball:nth-child(11),
.is-option-11 .ball:nth-child(11),
.is-option-12 .ball:nth-child(11),
.is-option-22 .ball:nth-child(11),
.is-option-53 .ball:nth-child(11) {
  top: 60%;
  left: 75%;
}
.is-option-9 .ball:nth-child(14),
.is-option-10 .ball:nth-child(14),
.is-option-11 .ball:nth-child(14),
.is-option-12 .ball:nth-child(14),
.is-option-22 .ball:nth-child(14),
.is-option-53 .ball:nth-child(14) {
  top: 40%;
  left: 75%;
}
.is-option-10 .ball:nth-child(13),
.is-option-11 .ball:nth-child(13),
.is-option-12 .ball:nth-child(13),
.is-option-22 .ball:nth-child(13),
.is-option-53 .ball:nth-child(13) {
  top: 30%;
  left: 85%;
}
.is-option-11 .ball:nth-child(10),
.is-option-12 .ball:nth-child(10),
.is-option-22 .ball:nth-child(10),
.is-option-53 .ball:nth-child(10) {
  top: 70%;
  left: 85%;
}
.is-option-11 .ball:nth-child(9),
.is-option-12 .ball:nth-child(9),
.is-option-22 .ball:nth-child(9),
.is-option-53 .ball:nth-child(9) {
  top: 50%;
  left: 85%;
}
.is-option-11 .ball:nth-child(8),
.is-option-12 .ball:nth-child(8),
.is-option-22 .ball:nth-child(8),
.is-option-53 .ball:nth-child(8) {
  top: 80%;
  left: 95%;
}
.is-option-12 .ball:nth-child(1),
.is-option-13 .ball:nth-child(1) {
  top: 50%;
  left: 70%;
}
.is-option-12 .ball:nth-child(2),
.is-option-13 .ball:nth-child(2) {
  top: 50%;
  left: 85%;
}
.is-option-12 .ball:nth-child(3),
.is-option-13 .ball:nth-child(3) {
  top: 50%;
  left: 100%;
}
.is-option-12 .ball:nth-child(4),
.is-option-13 .ball:nth-child(4) {
  top: 30%;
  left: 85%;
}
.is-option-12 .ball:nth-child(5),
.is-option-13 .ball:nth-child(5) {
  top: 65%;
  left: 85%;
}
.is-option-12 .ball:nth-child(6),
.is-option-13 .ball:nth-child(6) {
  top: 80%;
  left: 85%;
}
.is-option-14 .ball:nth-child(1),
.is-option-15 .ball:nth-child(1) {
  top: 75%;
  left: 50%;
}
.is-option-14 .ball:nth-child(2),
.is-option-15 .ball:nth-child(2) {
  top: 10%;
  left: 55%;
}
.is-option-14 .ball:nth-child(3),
.is-option-15 .ball:nth-child(3) {
  top: 15%;
  left: 60%;
}
.is-option-14 .ball:nth-child(4),
.is-option-15 .ball:nth-child(4) {
  top: 80%;
  left: 65%;
}
.is-option-14 .ball:nth-child(5),
.is-option-15 .ball:nth-child(5) {
  top: 25%;
  left: 70%;
}
.is-option-14 .ball:nth-child(6),
.is-option-15 .ball:nth-child(6) {
  top: 30%;
  left: 90%;
}
.is-option-14 .ball:nth-child(7),
.is-option-15 .ball:nth-child(7) {
  top: 35%;
  left: 80%;
}
.is-option-14 .ball:nth-child(8),
.is-option-15 .ball:nth-child(8) {
  top: 70%;
  left: 85%;
}
.is-option-14 .ball:nth-child(9),
.is-option-15 .ball:nth-child(9) {
  top: 10%;
  left: 90%;
}
.is-option-14 .ball:nth-child(10),
.is-option-15 .ball:nth-child(10) {
  top: 50%;
  left: 95%;
}
.is-option-14 .ball:nth-child(11),
.is-option-15 .ball:nth-child(11) {
  top: 5%;
  left: 120%;
}
.is-option-14 .ball:nth-child(12) {
  top: 40%;
  left: 5%;
}
.is-option-14 .ball:nth-child(13) {
  top: 45%;
  left: 10%;
}
.is-option-14 .ball:nth-child(14) {
  top: 50%;
  left: 5%;
}
.is-option-14 .ball:nth-child(15) {
  top: 55%;
  left: 20%;
}
.is-option-14 .ball:nth-child(16) {
  top: 80%;
  left: 5%;
}
.is-option-14 .ball:nth-child(17) {
  top: 65%;
  left: 30%;
}
.is-option-14 .ball:nth-child(18) {
  top: 10%;
  left: 15%;
}
/* -------------------------------------------------------- */
.is-option-48 .ball:nth-child(1),
.is-option-49 .ball:nth-child(1) {
  top: 75%;
  left: 50%;
}
.is-option-48 .ball:nth-child(2),
.is-option-49 .ball:nth-child(2) {
  top: 10%;
  left: 55%;
}
.is-option-48 .ball:nth-child(3),
.is-option-49 .ball:nth-child(3) {
  top: 15%;
  left: 60%;
}
.is-option-48 .ball:nth-child(4),
.is-option-49 .ball:nth-child(4) {
  top: 80%;
  left: 65%;
}
.is-option-48 .ball:nth-child(5),
.is-option-49 .ball:nth-child(5) {
  top: 25%;
  left: 70%;
}
.is-option-48 .ball:nth-child(6),
.is-option-49 .ball:nth-child(6) {
  top: 30%;
  left: 90%;
}
.is-option-48 .ball:nth-child(7),
.is-option-49 .ball:nth-child(7) {
  top: 35%;
  left: 80%;
}
.is-option-48 .ball:nth-child(8),
.is-option-49 .ball:nth-child(8) {
  top: 70%;
  left: 85%;
}
.is-option-48 .ball:nth-child(9),
.is-option-49 .ball:nth-child(9) {
  top: 10%;
  left: 90%;
}
.is-option-48 .ball:nth-child(10),
.is-option-49 .ball:nth-child(10) {
  top: 50%;
  left: 95%;
}
.is-option-48 .ball:nth-child(11),
.is-option-49 .ball:nth-child(11) {
  top: 5%;
  left: 120%;
}
.is-option-48 .ball:nth-child(12) {
  top: 40%;
  left: 5%;
}
.is-option-48 .ball:nth-child(13) {
  top: 45%;
  left: 10%;
}
.is-option-48 .ball:nth-child(14) {
  top: 50%;
  left: 5%;
}
.is-option-48 .ball:nth-child(15) {
  top: 55%;
  left: 20%;
}
.is-option-48 .ball:nth-child(16) {
  top: 80%;
  left: 5%;
}
.is-option-48 .ball:nth-child(17) {
  top: 65%;
  left: 30%;
}
.is-option-48 .ball:nth-child(18) {
  top: 10%;
  left: 15%;
}
.is-option-15 .ball:nth-child(18),
.is-option-16 .ball:nth-child(18),
.is-option-18 .ball:nth-child(18),
.is-option-19 .ball:nth-child(18),
.is-option-49 .ball:nth-child(18) {
  top: 90%;
  left: 35%;
}
.is-option-17 .ball:nth-child(18) {
  top: 70%;
  left: 30%;
}
.is-option-15 .ball:nth-child(17),
.is-option-16 .ball:nth-child(17),
.is-option-18 .ball:nth-child(17),
.is-option-19 .ball:nth-child(17),
.is-option-49 .ball:nth-child(17) {
  top: 70%;
  left: 30%;
}
.is-option-17 .ball:nth-child(17) {
  top: 1%;
  left: 85%;
}
.is-option-15 .ball:nth-child(16),
.is-option-16 .ball:nth-child(16),
.is-option-18 .ball:nth-child(16),
.is-option-19 .ball:nth-child(16),
.is-option-49 .ball:nth-child(16) {
  top: 55%;
  left: 25%;
}
.is-option-17 .ball:nth-child(16) {
  top: 20%;
  left: 80%;
}

.is-option-15 .ball:nth-child(15),
.is-option-49 .ball:nth-child(15) {
  top: 50%;
  left: 20%;
}
.is-option-15 .ball:nth-child(14),
.is-option-16 .ball:nth-child(14),
.is-option-18 .ball:nth-child(14),
.is-option-19 .ball:nth-child(14),
.is-option-49 .ball:nth-child(14) {
  top: 45%;
  left: 15%;
}
.is-option-17 .ball:nth-child(14) {
  top: 0%;
  left: 20%;
}
.is-option-15 .ball:nth-child(13),
.is-option-16 .ball:nth-child(13),
.is-option-17 .ball:nth-child(13),
.is-option-18 .ball:nth-child(13),
.is-option-19 .ball:nth-child(13),
.is-option-49 .ball:nth-child(13) {
  top: 35%;
  left: 10%;
}
.is-option-15 .ball:nth-child(12),
.is-option-16 .ball:nth-child(12),
.is-option-18 .ball:nth-child(12),
.is-option-19 .ball:nth-child(12),
.is-option-49 .ball:nth-child(12) {
  top: 20%;
  left: 5%;
}
.is-option-17 .ball:nth-child(12) {
  top: 10%;
  left: 30%;
}

/* ------------------------------------------------------- */

.is-option-16 .ball:nth-child(11),
.is-option-17 .ball:nth-child(11),
.is-option-18 .ball:nth-child(11) {
  top: 30%;
  left: 100%;
}
.is-option-16 .ball:nth-child(10),
.is-option-17 .ball:nth-child(10),
.is-option-18 .ball:nth-child(10) {
  top: 40%;
  left: 95%;
}
.is-option-16 .ball:nth-child(9),
.is-option-17 .ball:nth-child(9),
.is-option-18 .ball:nth-child(9) {
  top: 30%;
  left: 90%;
}
.is-option-16 .ball:nth-child(8),
.is-option-17 .ball:nth-child(8),
.is-option-18 .ball:nth-child(8) {
  top: 20%;
  left: 85%;
}
.is-option-16 .ball:nth-child(7),
.is-option-17 .ball:nth-child(7),
.is-option-18 .ball:nth-child(7) {
  top: 10%;
  left: 80%;
}
.is-option-16 .ball:nth-child(6),
.is-option-17 .ball:nth-child(6),
.is-option-18 .ball:nth-child(6) {
  top: 0%;
  left: 75%;
}
.is-option-16 .ball:nth-child(5),
.is-option-17 .ball:nth-child(5),
.is-option-18 .ball:nth-child(5) {
  top: 90%;
  left: 70%;
}
.is-option-16 .ball:nth-child(4),
.is-option-17 .ball:nth-child(4),
.is-option-18 .ball:nth-child(4) {
  top: 70%;
  left: 65%;
}
.is-option-16 .ball:nth-child(3),
.is-option-17 .ball:nth-child(3),
.is-option-18 .ball:nth-child(3) {
  top: 90%;
  left: 60%;
}
.is-option-16 .ball:nth-child(2),
.is-option-17 .ball:nth-child(2),
.is-option-18 .ball:nth-child(2) {
  top: 60%;
  left: 55%;
}
.is-option-16 .ball:nth-child(1),
.is-option-17 .ball:nth-child(1),
.is-option-18 .ball:nth-child(1) {
  top: 50%;
  left: 50%;
}
.is-option-19 .ball:nth-child(1) {
  top: 5%;
  left: 5%;
}
.is-option-19 .ball:nth-child(2) {
  top: 20%;
  left: 20%;
}
.is-option-19 .ball:nth-child(3) {
  top: 35%;
  left: 35%;
}
.is-option-19 .ball:nth-child(4) {
  top: 50%;
  left: 50%;
}
.is-option-19 .ball:nth-child(5) {
  top: 65%;
  left: 65%;
}
.is-option-19 .ball:nth-child(6) {
  top: 80%;
  left: 80%;
}
.is-option-19 .ball:nth-child(7) {
  top: 95%;
  left: 95%;
}
.is-option-19 .ball:nth-child(8) {
  top: 95%;
  left: 75%;
}
.is-option-19 .ball:nth-child(9) {
  top: 60%;
  left: 80%;
}
.is-option-19 .ball:nth-child(10) {
  top: 55%;
  left: 65%;
}
.is-option-19 .ball:nth-child(11) {
  top: 5%;
  left: 50%;
}
.is-option-50 .ball:nth-child(1) {
  top: 90%;
  left: 40%;
}
.is-option-51 .ball:nth-child(1) {
  top: 80%;
  left: 40%;
}
.is-option-50 .ball:nth-child(2) {
  top: 90%;
  left: 20%;
}
.is-option-51 .ball:nth-child(2) {
  top: 90%;
  left: 10%;
}
.is-option-50 .ball:nth-child(3) {
  top: 90%;
  left: 0%;
}
.is-option-51 .ball:nth-child(3) {
  top: 80%;
  left: 0%;
}
.is-option-50 .ball:nth-child(4) {
  top: 90%;
  left: -20%;
}
.is-option-51 .ball:nth-child(4) {
  top: 90%;
  left: -10%;
}
.is-option-50 .ball:nth-child(6) {
  top: 80%;
  left: 10%;
}
.is-option-51 .ball:nth-child(6) {
  top: 70%;
  left: 10%;
}
.is-option-50 .ball:nth-child(7) {
  top: 80%;
  left: -10%;
}
.is-option-51 .ball:nth-child(7) {
  top: 80%;
  left: 0%;
}
.is-option-50 .ball:nth-child(8) {
  top: 80%;
  left: 30%;
}
.is-option-51 .ball:nth-child(8) {
  top: 70%;
  left: 30%;
}
.is-option-50 .ball:nth-child(9) {
  top: 70%;
  left: 0%;
}
.is-option-51 .ball:nth-child(9) {
  top: 60%;
  left: 0%;
}
.is-option-50 .ball:nth-child(10) {
  top: 70%;
  left: 20%;
}
.is-option-51 .ball:nth-child(10) {
  top: 60%;
  left: 30%;
}
.is-option-50 .ball:nth-child(11) {
  top: 60%;
  left: 10%;
}
.is-option-51 .ball:nth-child(11) {
  top: 50%;
  left: 20%;
}
.is-option-50 .ball:nth-child(12) {
  top: 40%;
  left: 10%;
}
.is-option-51 .ball:nth-child(12) {
  top: 50%;
  left: 10%;
}
.is-option-50 .ball:nth-child(13) {
  top: 30%;
  left: 0%;
}
.is-option-51 .ball:nth-child(13) {
  top: 40%;
  left: 10%;
}
.is-option-50 .ball:nth-child(14) {
  top: 30%;
  left: 20%;
}
.is-option-51 .ball:nth-child(14) {
  top: 40%;
  left: 20%;
}
.is-option-50 .ball:nth-child(15) {
  top: 20%;
  left: 30%;
}
.is-option-51 .ball:nth-child(15) {
  top: 10%;
  left: 40%;
}
.is-option-50 .ball:nth-child(16) {
  top: 20%;
  left: 10%;
}
.is-option-51 .ball:nth-child(16) {
  top: 10%;
  left: 20%;
}
.is-option-50 .ball:nth-child(17) {
  top: 20%;
  left: -10%;
}
.is-option-51 .ball:nth-child(17) {
  top: 30%;
  left: 0%;
}
.is-option-50 .ball:nth-child(18) {
  top: 20%;
  left: 80%;
}
.is-option-51 .ball:nth-child(18) {
  top: 30%;
  left: 90%;
}

.is-option-52 .ball:nth-child(1) {
  top: 90%;
  left: 50%;
}

.is-option-52 .ball:nth-child(2) {
  top: 80%;
  left: 0%;
}

.is-option-52 .ball:nth-child(3) {
  top: 90%;
  left: 1%;
}

.is-option-52 .ball:nth-child(4) {
  top: 70%;
  left: 0%;
}

.is-option-52 .ball:nth-child(6) {
  top: 60%;
  left: 0%;
}

.is-option-52 .ball:nth-child(7) {
  top: 90%;
  left: 10%;
}

.is-option-52 .ball:nth-child(8) {
  top: 80%;
  left: 20%;
}

.is-option-52 .ball:nth-child(9) {
  top: 70%;
  left: 10%;
}

.is-option-52 .ball:nth-child(10) {
  top: 70%;
  left: 40%;
}

.is-option-52 .ball:nth-child(11) {
  top: 40%;
  left: 10%;
}

.is-option-52 .ball:nth-child(12) {
  top: 60%;
  left: 10%;
}

.is-option-52 .ball:nth-child(13) {
  top: 50%;
  left: 20%;
}

.is-option-52 .ball:nth-child(14) {
  top: 50%;
  left: 10%;
}

.is-option-52 .ball:nth-child(15) {
  top: 0%;
  left: 30%;
}

.is-option-52 .ball:nth-child(16) {
  top: 0%;
  left: 10%;
}

.is-option-52 .ball:nth-child(17) {
  top: 20%;
  left: 10%;
}

.is-option-52 .ball:nth-child(18) {
  top: 20%;
  left: 80%;
}
/* .image-1,
.image-2,
.image-3,
.image-4,
.image-5,
.image-6,
.image-7,
.image-8,
.image-9 {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.is-option-29 .image-1 {
  display: block;
  top: 50%;
  left: 50%;
  width: 1000px;
}

body.is-option-31 .image-3 {
  display: block;
  top: 50%;
  left: 30%;
  width: 1000px;
}
body.is-option-32 .image-4 {
  display: block;
  top: 50%;
  left: 65%;
  width: 3000px;
}
body.is-option-33 .image-5 {
  display: block;
  top: 50%;
  left: 50%;
  width: 4000px;
}
body.is-option-34 .image-6 {
  display: block;
  top: 50%;
  left: 50%;
  width: 1200px;
}
body.is-option-35 .image-7 {
  display: block;
  top: 50%;
  left: 50%;
  width: 1000px;
}
body.is-option-36 .image-8 {
  display: block;
  top: 50%;
  left: 50%;
  width: 2000px;
} */

.text,
.text-2,
.text-3,
.text-4,
.text-5,
.text-6,
.text-7,
.text-8,
.text-9,
.text-10,
.text-11,
.text-12,
.text-13,
.text-14,
.text-15,
.text-16,
.text-17,
.text-18,
.text-19,
.text-20,
.text-21,
.text-22,
.text-23,
.text-24,
.text-25,
.text-26,
.text-27,
.text-28,
.text-29,
.text-30,
.text-31,
.text-32,
.text-33,
.text-34,
.text-35,
.text-36,
.text-37,
.text-38,
.text-39,
.text-40,
.text-41,
.text-42,
.text-43,
.text-44,
.text-45,
.text-46,
.text-47,
.text-48,
.text-49,
.text-50,
.text-51,
.text-52,
.text-53,
.text-54,
.text-55,
.text-56,
.text-57,
.text-58,
.text-59 {
  font-family: "Adelphe-FlorealRegular";
  src: url("../fonts/Adelphe-FlorealRegular.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 60px;
  line-height: 1;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: rgba(163, 158, 66, 0.995);
  pointer-events: none;
}

body.is-option-1 .text {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-2 .text-2 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-3 .text-3 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-4 .text-4 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-5 .text-5 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-6 .text-6 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-7 .text-7 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-8 .text-8 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-9 .text-9 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-10 .text-10 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-11 .text-11 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-12 .text-12 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-13 .text-13 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-14 .text-14 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-15 .text-15 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-16 .text-16 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-17 .text-17 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-18 .text-18 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-19 .text-19 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-20 .text-20 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-21 .text-21 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-22 .text-22 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-23 .text-23 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-24 .text-24 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-25 .text-25 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-26 .text-26 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-27 .text-27 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-28 .text-28 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-29 .text-29 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-30 .text-30 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-31 .text-31 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-32 .text-32 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-33 .text-33 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-34 .text-34 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-35 .text-35 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-36 .text-36 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-37 .text-37 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-38 .text-38 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-39 .text-39 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-40 .text-40 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-41 .text-41 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-42 .text-42 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-43 .text-43 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-44 .text-44 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-45 .text-45 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-46 .text-46 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-47 .text-47 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-48 .text-48 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-49 .text-49 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-50 .text-50 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-51 .text-51 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-52 .text-52 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-53 .text-53 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-54 .text-54 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-55 .text-55 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-56 .text-56 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-57 .text-57 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-58 .text-58 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-option-59 .text-59 {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
