@import url("https://fonts.googleapis.com/css2?family=Comic+Neue:wght@300&display=swap");
.wrapper {
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  background: #eee;
}
.wrapper .text_group .text_404 {
  font-family: "Comic Neue", cursive;
  font-size: 10em;
  box-sizing: border-box;
  color: #363636;
}
.wrapper .text_group .text_lost {
  font-family: "Comic Neue", cursive;
  font-size: 2em;
  line-height: 50px;
  box-sizing: border-box;
  color: #565656;
}
.wrapper .window_group .window_404 {
  width: 200px;
  height: 350px;
  border-radius: 100px;
  box-shadow: -3px -3px 0px 5px #d4d4d4, 5px 5px 0px 2px white;
  background: linear-gradient(310deg, #020024 0%, #09096b 0%, black 80%);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.wrapper .window_group .window_404 .stars {
  width: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  animation: flyby 30s linear infinite;
}
.wrapper .window_group .window_404 .stars .star {
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(1) {
  width: 1px;
  height: 1px;
  left: 10px;
  top: 260px;
  animation: twinkle1 6s linear infinite;
  animation-delay: 11s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(1):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(2) {
  width: 3px;
  height: 3px;
  left: 332px;
  top: 7px;
  animation: twinkle2 7s linear infinite;
  animation-delay: 11s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(2):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(3) {
  width: 1px;
  height: 1px;
  left: 333px;
  top: 1px;
  animation: twinkle3 11s linear infinite;
  animation-delay: 10s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(3):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(4) {
  width: 3px;
  height: 3px;
  left: 205px;
  top: 177px;
  animation: twinkle4 11s linear infinite;
  animation-delay: 4s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(4):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(5) {
  width: 1px;
  height: 1px;
  left: 28px;
  top: 212px;
  animation: twinkle5 6s linear infinite;
  animation-delay: 4s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(5):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(6) {
  width: 1px;
  height: 1px;
  left: 194px;
  top: 244px;
  animation: twinkle6 10s linear infinite;
  animation-delay: 5s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(6):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(7) {
  width: 1px;
  height: 1px;
  left: 36px;
  top: 241px;
  animation: twinkle7 11s linear infinite;
  animation-delay: 4s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(7):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(8) {
  width: 1px;
  height: 1px;
  left: 300px;
  top: 13px;
  animation: twinkle8 6s linear infinite;
  animation-delay: 18s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(8):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(9) {
  width: 2px;
  height: 2px;
  left: 335px;
  top: 96px;
  animation: twinkle9 8s linear infinite;
  animation-delay: 7s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(9):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(10) {
  width: 1px;
  height: 1px;
  left: 275px;
  top: 188px;
  animation: twinkle10 7s linear infinite;
  animation-delay: 11s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(10):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(11) {
  width: 2px;
  height: 2px;
  left: 202px;
  top: 213px;
  animation: twinkle11 10s linear infinite;
  animation-delay: 8s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(11):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(12) {
  width: 3px;
  height: 3px;
  left: 142px;
  top: 61px;
  animation: twinkle12 10s linear infinite;
  animation-delay: 9s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(12):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(13) {
  width: 2px;
  height: 2px;
  left: 208px;
  top: 305px;
  animation: twinkle13 6s linear infinite;
  animation-delay: 15s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(13):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(14) {
  width: 1px;
  height: 1px;
  left: 157px;
  top: 264px;
  animation: twinkle14 12s linear infinite;
  animation-delay: 18s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(14):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(15) {
  width: 3px;
  height: 3px;
  left: 390px;
  top: 272px;
  animation: twinkle15 12s linear infinite;
  animation-delay: 6s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(15):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(16) {
  width: 3px;
  height: 3px;
  left: 8px;
  top: 275px;
  animation: twinkle16 9s linear infinite;
  animation-delay: 12s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(16):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(17) {
  width: 1px;
  height: 1px;
  left: 298px;
  top: 325px;
  animation: twinkle17 13s linear infinite;
  animation-delay: 17s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(17):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(18) {
  width: 2px;
  height: 2px;
  left: 280px;
  top: 230px;
  animation: twinkle18 12s linear infinite;
  animation-delay: 14s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(18):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(19) {
  width: 1px;
  height: 1px;
  left: 17px;
  top: 41px;
  animation: twinkle19 6s linear infinite;
  animation-delay: 13s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(19):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(20) {
  width: 3px;
  height: 3px;
  left: 399px;
  top: 305px;
  animation: twinkle20 13s linear infinite;
  animation-delay: 11s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(20):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(21) {
  width: 1px;
  height: 1px;
  left: 63px;
  top: 14px;
  animation: twinkle21 10s linear infinite;
  animation-delay: 15s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(21):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(22) {
  width: 1px;
  height: 1px;
  left: 66px;
  top: 198px;
  animation: twinkle22 11s linear infinite;
  animation-delay: 5s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(22):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(23) {
  width: 2px;
  height: 2px;
  left: 88px;
  top: 30px;
  animation: twinkle23 8s linear infinite;
  animation-delay: 10s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(23):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(24) {
  width: 2px;
  height: 2px;
  left: 310px;
  top: 200px;
  animation: twinkle24 11s linear infinite;
  animation-delay: 11s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(24):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(25) {
  width: 1px;
  height: 1px;
  left: 360px;
  top: 187px;
  animation: twinkle25 6s linear infinite;
  animation-delay: 18s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(25):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(26) {
  width: 3px;
  height: 3px;
  left: 11px;
  top: 102px;
  animation: twinkle26 10s linear infinite;
  animation-delay: 4s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(26):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(27) {
  width: 2px;
  height: 2px;
  left: 302px;
  top: 320px;
  animation: twinkle27 13s linear infinite;
  animation-delay: 5s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(27):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(28) {
  width: 2px;
  height: 2px;
  left: 338px;
  top: 140px;
  animation: twinkle28 9s linear infinite;
  animation-delay: 7s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(28):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(29) {
  width: 1px;
  height: 1px;
  left: 70px;
  top: 272px;
  animation: twinkle29 6s linear infinite;
  animation-delay: 12s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(29):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(30) {
  width: 1px;
  height: 1px;
  left: 95px;
  top: 275px;
  animation: twinkle30 10s linear infinite;
  animation-delay: 6s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(30):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(31) {
  width: 2px;
  height: 2px;
  left: 305px;
  top: 119px;
  animation: twinkle31 9s linear infinite;
  animation-delay: 7s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(31):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(32) {
  width: 1px;
  height: 1px;
  left: 233px;
  top: 107px;
  animation: twinkle32 10s linear infinite;
  animation-delay: 9s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(32):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(33) {
  width: 1px;
  height: 1px;
  left: 189px;
  top: 266px;
  animation: twinkle33 7s linear infinite;
  animation-delay: 10s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(33):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(34) {
  width: 2px;
  height: 2px;
  left: 51px;
  top: 230px;
  animation: twinkle34 8s linear infinite;
  animation-delay: 11s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(34):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(35) {
  width: 3px;
  height: 3px;
  left: 301px;
  top: 55px;
  animation: twinkle35 6s linear infinite;
  animation-delay: 6s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(35):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(36) {
  width: 3px;
  height: 3px;
  left: 162px;
  top: 242px;
  animation: twinkle36 6s linear infinite;
  animation-delay: 16s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(36):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(37) {
  width: 1px;
  height: 1px;
  left: 95px;
  top: 16px;
  animation: twinkle37 8s linear infinite;
  animation-delay: 17s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(37):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(38) {
  width: 1px;
  height: 1px;
  left: 153px;
  top: 7px;
  animation: twinkle38 7s linear infinite;
  animation-delay: 17s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(38):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(39) {
  width: 2px;
  height: 2px;
  left: 85px;
  top: 301px;
  animation: twinkle39 7s linear infinite;
  animation-delay: 8s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(39):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(40) {
  width: 2px;
  height: 2px;
  left: 256px;
  top: 318px;
  animation: twinkle40 8s linear infinite;
  animation-delay: 10s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(40):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(41) {
  width: 3px;
  height: 3px;
  left: 264px;
  top: 124px;
  animation: twinkle41 10s linear infinite;
  animation-delay: 13s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(41):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(42) {
  width: 1px;
  height: 1px;
  left: 141px;
  top: 91px;
  animation: twinkle42 8s linear infinite;
  animation-delay: 16s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(42):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(43) {
  width: 2px;
  height: 2px;
  left: 17px;
  top: 42px;
  animation: twinkle43 7s linear infinite;
  animation-delay: 12s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(43):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(44) {
  width: 3px;
  height: 3px;
  left: 56px;
  top: 307px;
  animation: twinkle44 6s linear infinite;
  animation-delay: 15s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(44):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(45) {
  width: 1px;
  height: 1px;
  left: 52px;
  top: 338px;
  animation: twinkle45 9s linear infinite;
  animation-delay: 8s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(45):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(46) {
  width: 2px;
  height: 2px;
  left: 59px;
  top: 135px;
  animation: twinkle46 13s linear infinite;
  animation-delay: 9s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(46):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(47) {
  width: 2px;
  height: 2px;
  left: 36px;
  top: 261px;
  animation: twinkle47 8s linear infinite;
  animation-delay: 4s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(47):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(48) {
  width: 1px;
  height: 1px;
  left: 122px;
  top: 157px;
  animation: twinkle48 10s linear infinite;
  animation-delay: 7s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(48):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(49) {
  width: 2px;
  height: 2px;
  left: 400px;
  top: 234px;
  animation: twinkle49 7s linear infinite;
  animation-delay: 10s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(49):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(50) {
  width: 2px;
  height: 2px;
  left: 318px;
  top: 128px;
  animation: twinkle50 11s linear infinite;
  animation-delay: 5s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(50):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(51) {
  width: 3px;
  height: 3px;
  left: 295px;
  top: 174px;
  animation: twinkle51 11s linear infinite;
  animation-delay: 13s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(51):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(52) {
  width: 3px;
  height: 3px;
  left: 267px;
  top: 128px;
  animation: twinkle52 6s linear infinite;
  animation-delay: 5s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(52):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(53) {
  width: 3px;
  height: 3px;
  left: 72px;
  top: 257px;
  animation: twinkle53 11s linear infinite;
  animation-delay: 5s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(53):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(54) {
  width: 2px;
  height: 2px;
  left: 317px;
  top: 84px;
  animation: twinkle54 8s linear infinite;
  animation-delay: 10s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(54):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(55) {
  width: 1px;
  height: 1px;
  left: 286px;
  top: 20px;
  animation: twinkle55 11s linear infinite;
  animation-delay: 14s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(55):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(56) {
  width: 3px;
  height: 3px;
  left: 32px;
  top: 74px;
  animation: twinkle56 6s linear infinite;
  animation-delay: 15s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(56):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(57) {
  width: 3px;
  height: 3px;
  left: 187px;
  top: 336px;
  animation: twinkle57 7s linear infinite;
  animation-delay: 10s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(57):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(58) {
  width: 3px;
  height: 3px;
  left: 153px;
  top: 115px;
  animation: twinkle58 11s linear infinite;
  animation-delay: 11s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(58):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(59) {
  width: 3px;
  height: 3px;
  left: 278px;
  top: 139px;
  animation: twinkle59 10s linear infinite;
  animation-delay: 13s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(59):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(60) {
  width: 1px;
  height: 1px;
  left: 240px;
  top: 337px;
  animation: twinkle60 10s linear infinite;
  animation-delay: 13s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(60):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(61) {
  width: 1px;
  height: 1px;
  left: 358px;
  top: 307px;
  animation: twinkle61 9s linear infinite;
  animation-delay: 12s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(61):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(62) {
  width: 1px;
  height: 1px;
  left: 234px;
  top: 65px;
  animation: twinkle62 13s linear infinite;
  animation-delay: 13s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(62):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(63) {
  width: 2px;
  height: 2px;
  left: 151px;
  top: 271px;
  animation: twinkle63 11s linear infinite;
  animation-delay: 16s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(63):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(64) {
  width: 3px;
  height: 3px;
  left: 222px;
  top: 270px;
  animation: twinkle64 12s linear infinite;
  animation-delay: 9s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(64):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(65) {
  width: 1px;
  height: 1px;
  left: 70px;
  top: 241px;
  animation: twinkle65 10s linear infinite;
  animation-delay: 6s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(65):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(66) {
  width: 2px;
  height: 2px;
  left: 157px;
  top: 152px;
  animation: twinkle66 7s linear infinite;
  animation-delay: 6s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(66):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(67) {
  width: 1px;
  height: 1px;
  left: 18px;
  top: 330px;
  animation: twinkle67 13s linear infinite;
  animation-delay: 12s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(67):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(68) {
  width: 3px;
  height: 3px;
  left: 273px;
  top: 343px;
  animation: twinkle68 11s linear infinite;
  animation-delay: 16s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(68):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(69) {
  width: 1px;
  height: 1px;
  left: 47px;
  top: 215px;
  animation: twinkle69 6s linear infinite;
  animation-delay: 6s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(69):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(70) {
  width: 2px;
  height: 2px;
  left: 247px;
  top: 99px;
  animation: twinkle70 13s linear infinite;
  animation-delay: 10s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(70):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(71) {
  width: 2px;
  height: 2px;
  left: 152px;
  top: 247px;
  animation: twinkle71 8s linear infinite;
  animation-delay: 18s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(71):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(72) {
  width: 1px;
  height: 1px;
  left: 386px;
  top: 301px;
  animation: twinkle72 13s linear infinite;
  animation-delay: 11s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(72):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(73) {
  width: 3px;
  height: 3px;
  left: 86px;
  top: 160px;
  animation: twinkle73 8s linear infinite;
  animation-delay: 4s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(73):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(74) {
  width: 2px;
  height: 2px;
  left: 181px;
  top: 324px;
  animation: twinkle74 12s linear infinite;
  animation-delay: 9s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(74):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(75) {
  width: 2px;
  height: 2px;
  left: 377px;
  top: 176px;
  animation: twinkle75 11s linear infinite;
  animation-delay: 9s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(75):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(76) {
  width: 2px;
  height: 2px;
  left: 137px;
  top: 208px;
  animation: twinkle76 8s linear infinite;
  animation-delay: 9s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(76):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(77) {
  width: 2px;
  height: 2px;
  left: 264px;
  top: 181px;
  animation: twinkle77 7s linear infinite;
  animation-delay: 11s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(77):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(78) {
  width: 3px;
  height: 3px;
  left: 13px;
  top: 318px;
  animation: twinkle78 7s linear infinite;
  animation-delay: 7s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(78):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(79) {
  width: 1px;
  height: 1px;
  left: 32px;
  top: 75px;
  animation: twinkle79 12s linear infinite;
  animation-delay: 10s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(79):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(80) {
  width: 1px;
  height: 1px;
  left: 172px;
  top: 221px;
  animation: twinkle80 6s linear infinite;
  animation-delay: 16s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(80):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(81) {
  width: 3px;
  height: 3px;
  left: 324px;
  top: 7px;
  animation: twinkle81 12s linear infinite;
  animation-delay: 14s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(81):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(82) {
  width: 2px;
  height: 2px;
  left: 95px;
  top: 159px;
  animation: twinkle82 11s linear infinite;
  animation-delay: 11s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(82):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(83) {
  width: 2px;
  height: 2px;
  left: 9px;
  top: 147px;
  animation: twinkle83 12s linear infinite;
  animation-delay: 4s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(83):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(84) {
  width: 1px;
  height: 1px;
  left: 162px;
  top: 309px;
  animation: twinkle84 10s linear infinite;
  animation-delay: 9s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(84):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(85) {
  width: 1px;
  height: 1px;
  left: 254px;
  top: 88px;
  animation: twinkle85 12s linear infinite;
  animation-delay: 17s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(85):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(86) {
  width: 2px;
  height: 2px;
  left: 371px;
  top: 309px;
  animation: twinkle86 6s linear infinite;
  animation-delay: 6s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(86):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(87) {
  width: 1px;
  height: 1px;
  left: 210px;
  top: 222px;
  animation: twinkle87 13s linear infinite;
  animation-delay: 9s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(87):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(88) {
  width: 3px;
  height: 3px;
  left: 51px;
  top: 349px;
  animation: twinkle88 13s linear infinite;
  animation-delay: 18s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(88):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(89) {
  width: 1px;
  height: 1px;
  left: 282px;
  top: 120px;
  animation: twinkle89 7s linear infinite;
  animation-delay: 17s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(89):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(90) {
  width: 2px;
  height: 2px;
  left: 248px;
  top: 67px;
  animation: twinkle90 8s linear infinite;
  animation-delay: 18s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(90):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(91) {
  width: 3px;
  height: 3px;
  left: 34px;
  top: 202px;
  animation: twinkle91 7s linear infinite;
  animation-delay: 9s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(91):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(92) {
  width: 2px;
  height: 2px;
  left: 146px;
  top: 122px;
  animation: twinkle92 12s linear infinite;
  animation-delay: 11s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(92):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(93) {
  width: 2px;
  height: 2px;
  left: 113px;
  top: 192px;
  animation: twinkle93 11s linear infinite;
  animation-delay: 14s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(93):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(94) {
  width: 1px;
  height: 1px;
  left: 286px;
  top: 139px;
  animation: twinkle94 9s linear infinite;
  animation-delay: 18s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(94):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(95) {
  width: 3px;
  height: 3px;
  left: 81px;
  top: 191px;
  animation: twinkle95 9s linear infinite;
  animation-delay: 6s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(95):before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(96) {
  width: 2px;
  height: 2px;
  left: 171px;
  top: 136px;
  animation: twinkle96 8s linear infinite;
  animation-delay: 15s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(96):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(97) {
  width: 2px;
  height: 2px;
  left: 301px;
  top: 337px;
  animation: twinkle97 8s linear infinite;
  animation-delay: 15s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(97):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(98) {
  width: 1px;
  height: 1px;
  left: 53px;
  top: 195px;
  animation: twinkle98 6s linear infinite;
  animation-delay: 12s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(98):before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(99) {
  width: 2px;
  height: 2px;
  left: 155px;
  top: 23px;
  animation: twinkle99 8s linear infinite;
  animation-delay: 4s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(99):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(100) {
  width: 2px;
  height: 2px;
  left: 221px;
  top: 312px;
  animation: twinkle100 12s linear infinite;
  animation-delay: 6s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(100):before {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  filter: blur(1px);
}

@keyframes twinkle1 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle2 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle3 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle4 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle5 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle6 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle7 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle8 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle9 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle10 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle11 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle12 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle13 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle14 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle15 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle16 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle17 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle18 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle19 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle20 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle21 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle22 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle23 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle24 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle25 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle26 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle27 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle28 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle29 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle30 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle31 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle32 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle33 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle34 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle35 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle36 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle37 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle38 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle39 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle40 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle41 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle42 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle43 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle44 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle45 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle46 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle47 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle48 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle49 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle50 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle51 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle52 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle53 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle54 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle55 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle56 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle57 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle58 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle59 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle60 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle61 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle62 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle63 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle64 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle65 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle66 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle67 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle68 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle69 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle70 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle71 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle72 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle73 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle74 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle75 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle76 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle77 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle78 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle79 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle80 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle81 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle82 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle83 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle84 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle85 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle86 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle87 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle88 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle89 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle90 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle91 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle92 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle93 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle94 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle95 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle96 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle97 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle98 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle99 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes twinkle100 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.3, 0.3);
  }
  20% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(0.5, 0.5);
  }
  40% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes flyby {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}
@media only screen and (min-width: 1080px) {
  .wrapper .text_group {
    flex: 0 0 30%;
    margin-left: 25%;
    align-items: flex-end;
  }
  .wrapper .window_group {
    flex: 1 0 40%;
    margin-top: 0;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 1079px) {
  .wrapper .text_group {
    flex: 0 0 100%;
    margin: 0;
    align-items: center;
  }
  .wrapper .text_group .text_lost {
    width: 100%;
    padding: 0 22px;
    font-size: 1.7em;
    line-height: 35px;
  }
  .wrapper .window_group {
    flex: 0 0 100%;
  }
  .wrapper .window_group .window_404 {
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
  }
}