@import url("https://fonts.googleapis.com/css2?family=Comic+Neue:wght@300&display=swap");
.wrapper {
    min-width: 100vw;
    min-height: 75vh;
    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: 141px;
    top: 329px;
    animation: twinkle1 10s linear infinite;
    animation-delay: 15s;
}
.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: 320px;
    top: 268px;
    animation: twinkle2 8s linear infinite;
    animation-delay: 14s;
}
.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: 149px;
    top: 88px;
    animation: twinkle3 10s linear infinite;
    animation-delay: 4s;
}
.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: 2px;
    height: 2px;
    left: 220px;
    top: 100px;
    animation: twinkle4 12s linear infinite;
    animation-delay: 4s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(4):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(5) {
    width: 1px;
    height: 1px;
    left: 181px;
    top: 199px;
    animation: twinkle5 13s linear infinite;
    animation-delay: 10s;
}
.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: 49px;
    top: 41px;
    animation: twinkle6 9s linear infinite;
    animation-delay: 13s;
}
.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: 3px;
    height: 3px;
    left: 300px;
    top: 142px;
    animation: twinkle7 9s linear infinite;
    animation-delay: 6s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(7):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(8) {
    width: 2px;
    height: 2px;
    left: 118px;
    top: 136px;
    animation: twinkle8 12s linear infinite;
    animation-delay: 12s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(8):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(9) {
    width: 1px;
    height: 1px;
    left: 107px;
    top: 154px;
    animation: twinkle9 11s linear infinite;
    animation-delay: 16s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(9):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(10) {
    width: 3px;
    height: 3px;
    left: 110px;
    top: 327px;
    animation: twinkle10 12s linear infinite;
    animation-delay: 6s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(10):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(11) {
    width: 2px;
    height: 2px;
    left: 4px;
    top: 61px;
    animation: twinkle11 7s linear infinite;
    animation-delay: 12s;
}
.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: 139px;
    top: 156px;
    animation: twinkle12 8s linear infinite;
    animation-delay: 18s;
}
.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: 3px;
    height: 3px;
    left: 132px;
    top: 180px;
    animation: twinkle13 6s linear infinite;
    animation-delay: 15s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(13):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(14) {
    width: 1px;
    height: 1px;
    left: 337px;
    top: 244px;
    animation: twinkle14 12s linear infinite;
    animation-delay: 7s;
}
.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: 1px;
    height: 1px;
    left: 398px;
    top: 6px;
    animation: twinkle15 6s linear infinite;
    animation-delay: 12s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(15):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(16) {
    width: 2px;
    height: 2px;
    left: 167px;
    top: 115px;
    animation: twinkle16 10s linear infinite;
    animation-delay: 16s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(16):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(17) {
    width: 2px;
    height: 2px;
    left: 21px;
    top: 64px;
    animation: twinkle17 10s linear infinite;
    animation-delay: 7s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(17):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(18) {
    width: 1px;
    height: 1px;
    left: 45px;
    top: 325px;
    animation: twinkle18 9s linear infinite;
    animation-delay: 8s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(18):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(19) {
    width: 3px;
    height: 3px;
    left: 270px;
    top: 2px;
    animation: twinkle19 12s linear infinite;
    animation-delay: 9s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(19):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(20) {
    width: 1px;
    height: 1px;
    left: 280px;
    top: 31px;
    animation: twinkle20 12s linear infinite;
    animation-delay: 10s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(20):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(21) {
    width: 3px;
    height: 3px;
    left: 209px;
    top: 157px;
    animation: twinkle21 10s linear infinite;
    animation-delay: 5s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(21):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(22) {
    width: 1px;
    height: 1px;
    left: 73px;
    top: 56px;
    animation: twinkle22 7s 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: 1px;
    height: 1px;
    left: 178px;
    top: 126px;
    animation: twinkle23 10s linear infinite;
    animation-delay: 6s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(23):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(24) {
    width: 2px;
    height: 2px;
    left: 194px;
    top: 53px;
    animation: twinkle24 10s linear infinite;
    animation-delay: 13s;
}
.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: 2px;
    height: 2px;
    left: 371px;
    top: 296px;
    animation: twinkle25 13s linear infinite;
    animation-delay: 16s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(25):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(26) {
    width: 2px;
    height: 2px;
    left: 134px;
    top: 319px;
    animation: twinkle26 7s linear infinite;
    animation-delay: 13s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(26):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(27) {
    width: 2px;
    height: 2px;
    left: 289px;
    top: 332px;
    animation: twinkle27 12s linear infinite;
    animation-delay: 12s;
}
.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: 1px;
    height: 1px;
    left: 332px;
    top: 305px;
    animation: twinkle28 6s linear infinite;
    animation-delay: 15s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(28):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(29) {
    width: 1px;
    height: 1px;
    left: 397px;
    top: 308px;
    animation: twinkle29 12s linear infinite;
    animation-delay: 4s;
}
.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: 2px;
    height: 2px;
    left: 257px;
    top: 58px;
    animation: twinkle30 7s linear infinite;
    animation-delay: 11s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(30):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(31) {
    width: 2px;
    height: 2px;
    left: 66px;
    top: 85px;
    animation: twinkle31 9s linear infinite;
    animation-delay: 9s;
}
.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: 323px;
    top: 249px;
    animation: twinkle32 8s linear infinite;
    animation-delay: 13s;
}
.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: 285px;
    top: 209px;
    animation: twinkle33 13s linear infinite;
    animation-delay: 17s;
}
.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: 3px;
    height: 3px;
    left: 395px;
    top: 179px;
    animation: twinkle34 11s linear infinite;
    animation-delay: 7s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(34):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(35) {
    width: 2px;
    height: 2px;
    left: 271px;
    top: 119px;
    animation: twinkle35 9s linear infinite;
    animation-delay: 18s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(35):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(36) {
    width: 1px;
    height: 1px;
    left: 261px;
    top: 256px;
    animation: twinkle36 11s linear infinite;
    animation-delay: 11s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(36):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(37) {
    width: 1px;
    height: 1px;
    left: 367px;
    top: 27px;
    animation: twinkle37 11s linear infinite;
    animation-delay: 4s;
}
.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: 2px;
    height: 2px;
    left: 283px;
    top: 27px;
    animation: twinkle38 11s linear infinite;
    animation-delay: 7s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(38):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(39) {
    width: 3px;
    height: 3px;
    left: 100px;
    top: 232px;
    animation: twinkle39 11s linear infinite;
    animation-delay: 5s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(39):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(40) {
    width: 1px;
    height: 1px;
    left: 203px;
    top: 79px;
    animation: twinkle40 9s linear infinite;
    animation-delay: 9s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(40):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(41) {
    width: 2px;
    height: 2px;
    left: 170px;
    top: 117px;
    animation: twinkle41 11s linear infinite;
    animation-delay: 13s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(41):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(42) {
    width: 1px;
    height: 1px;
    left: 288px;
    top: 240px;
    animation: twinkle42 10s linear infinite;
    animation-delay: 6s;
}
.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: 1px;
    height: 1px;
    left: 32px;
    top: 325px;
    animation: twinkle43 11s linear infinite;
    animation-delay: 12s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(43):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(44) {
    width: 2px;
    height: 2px;
    left: 79px;
    top: 288px;
    animation: twinkle44 10s linear infinite;
    animation-delay: 12s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(44):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(45) {
    width: 3px;
    height: 3px;
    left: 113px;
    top: 78px;
    animation: twinkle45 10s linear infinite;
    animation-delay: 15s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(45):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(46) {
    width: 2px;
    height: 2px;
    left: 210px;
    top: 143px;
    animation: twinkle46 13s linear infinite;
    animation-delay: 7s;
}
.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: 103px;
    top: 210px;
    animation: twinkle47 12s linear infinite;
    animation-delay: 11s;
}
.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: 2px;
    height: 2px;
    left: 60px;
    top: 297px;
    animation: twinkle48 7s linear infinite;
    animation-delay: 8s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(48):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(49) {
    width: 1px;
    height: 1px;
    left: 213px;
    top: 111px;
    animation: twinkle49 11s linear infinite;
    animation-delay: 8s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(49):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(50) {
    width: 3px;
    height: 3px;
    left: 174px;
    top: 93px;
    animation: twinkle50 10s linear infinite;
    animation-delay: 6s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(50):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(51) {
    width: 2px;
    height: 2px;
    left: 98px;
    top: 45px;
    animation: twinkle51 12s linear infinite;
    animation-delay: 13s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(51):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(52) {
    width: 2px;
    height: 2px;
    left: 198px;
    top: 221px;
    animation: twinkle52 7s linear infinite;
    animation-delay: 8s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(52):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(53) {
    width: 2px;
    height: 2px;
    left: 18px;
    top: 185px;
    animation: twinkle53 12s linear infinite;
    animation-delay: 8s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(53):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(54) {
    width: 1px;
    height: 1px;
    left: 355px;
    top: 310px;
    animation: twinkle54 13s linear infinite;
    animation-delay: 12s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(54):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(55) {
    width: 2px;
    height: 2px;
    left: 161px;
    top: 231px;
    animation: twinkle55 12s linear infinite;
    animation-delay: 17s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(55):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(56) {
    width: 3px;
    height: 3px;
    left: 254px;
    top: 309px;
    animation: twinkle56 11s 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: 2px;
    height: 2px;
    left: 282px;
    top: 67px;
    animation: twinkle57 7s linear infinite;
    animation-delay: 10s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(57):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(58) {
    width: 1px;
    height: 1px;
    left: 106px;
    top: 44px;
    animation: twinkle58 13s linear infinite;
    animation-delay: 14s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(58):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(59) {
    width: 2px;
    height: 2px;
    left: 399px;
    top: 300px;
    animation: twinkle59 8s linear infinite;
    animation-delay: 18s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(59):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(60) {
    width: 3px;
    height: 3px;
    left: 393px;
    top: 214px;
    animation: twinkle60 11s linear infinite;
    animation-delay: 16s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(60):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(61) {
    width: 1px;
    height: 1px;
    left: 211px;
    top: 4px;
    animation: twinkle61 8s linear infinite;
    animation-delay: 16s;
}
.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: 371px;
    top: 178px;
    animation: twinkle62 10s linear infinite;
    animation-delay: 18s;
}
.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: 3px;
    height: 3px;
    left: 55px;
    top: 249px;
    animation: twinkle63 13s linear infinite;
    animation-delay: 17s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(63):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(64) {
    width: 3px;
    height: 3px;
    left: 83px;
    top: 278px;
    animation: twinkle64 11s linear infinite;
    animation-delay: 10s;
}
.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: 3px;
    height: 3px;
    left: 208px;
    top: 179px;
    animation: twinkle65 7s linear infinite;
    animation-delay: 11s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(65):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(66) {
    width: 1px;
    height: 1px;
    left: 302px;
    top: 51px;
    animation: twinkle66 13s linear infinite;
    animation-delay: 7s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(66):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(67) {
    width: 3px;
    height: 3px;
    left: 356px;
    top: 295px;
    animation: twinkle67 12s linear infinite;
    animation-delay: 6s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(67):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(68) {
    width: 1px;
    height: 1px;
    left: 187px;
    top: 230px;
    animation: twinkle68 7s linear infinite;
    animation-delay: 11s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(68):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(69) {
    width: 1px;
    height: 1px;
    left: 331px;
    top: 192px;
    animation: twinkle69 13s linear infinite;
    animation-delay: 14s;
}
.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: 3px;
    height: 3px;
    left: 306px;
    top: 239px;
    animation: twinkle70 11s linear infinite;
    animation-delay: 10s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(70):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(71) {
    width: 3px;
    height: 3px;
    left: 85px;
    top: 11px;
    animation: twinkle71 6s linear infinite;
    animation-delay: 18s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(71):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(72) {
    width: 3px;
    height: 3px;
    left: 279px;
    top: 223px;
    animation: twinkle72 7s linear infinite;
    animation-delay: 16s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(72):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(73) {
    width: 3px;
    height: 3px;
    left: 385px;
    top: 289px;
    animation: twinkle73 6s linear infinite;
    animation-delay: 8s;
}
.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: 121px;
    top: 205px;
    animation: twinkle74 10s linear infinite;
    animation-delay: 15s;
}
.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: 361px;
    top: 207px;
    animation: twinkle75 7s linear infinite;
    animation-delay: 5s;
}
.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: 309px;
    top: 344px;
    animation: twinkle76 11s linear infinite;
    animation-delay: 11s;
}
.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: 3px;
    height: 3px;
    left: 345px;
    top: 267px;
    animation: twinkle77 8s linear infinite;
    animation-delay: 14s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(77):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(78) {
    width: 1px;
    height: 1px;
    left: 241px;
    top: 309px;
    animation: twinkle78 7s linear infinite;
    animation-delay: 6s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(78):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(79) {
    width: 1px;
    height: 1px;
    left: 18px;
    top: 234px;
    animation: twinkle79 7s linear infinite;
    animation-delay: 8s;
}
.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: 120px;
    top: 100px;
    animation: twinkle80 7s linear infinite;
    animation-delay: 5s;
}
.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: 1px;
    height: 1px;
    left: 70px;
    top: 274px;
    animation: twinkle81 12s linear infinite;
    animation-delay: 8s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(81):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(82) {
    width: 1px;
    height: 1px;
    left: 125px;
    top: 68px;
    animation: twinkle82 12s linear infinite;
    animation-delay: 18s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(82):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(83) {
    width: 1px;
    height: 1px;
    left: 131px;
    top: 120px;
    animation: twinkle83 6s linear infinite;
    animation-delay: 16s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(83):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(84) {
    width: 2px;
    height: 2px;
    left: 373px;
    top: 328px;
    animation: twinkle84 13s linear infinite;
    animation-delay: 11s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(84):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(85) {
    width: 3px;
    height: 3px;
    left: 286px;
    top: 266px;
    animation: twinkle85 8s linear infinite;
    animation-delay: 8s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(85):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(86) {
    width: 3px;
    height: 3px;
    left: 73px;
    top: 315px;
    animation: twinkle86 9s linear infinite;
    animation-delay: 15s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(86):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(87) {
    width: 1px;
    height: 1px;
    left: 48px;
    top: 72px;
    animation: twinkle87 8s linear infinite;
    animation-delay: 12s;
}
.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: 210px;
    top: 341px;
    animation: twinkle88 10s 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: 221px;
    top: 18px;
    animation: twinkle89 10s linear infinite;
    animation-delay: 6s;
}
.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: 3px;
    height: 3px;
    left: 241px;
    top: 137px;
    animation: twinkle90 11s linear infinite;
    animation-delay: 16s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(90):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(91) {
    width: 1px;
    height: 1px;
    left: 140px;
    top: 305px;
    animation: twinkle91 10s linear infinite;
    animation-delay: 16s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(91):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(92) {
    width: 1px;
    height: 1px;
    left: 382px;
    top: 206px;
    animation: twinkle92 11s linear infinite;
    animation-delay: 7s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(92):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(93) {
    width: 2px;
    height: 2px;
    left: 62px;
    top: 110px;
    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: 3px;
    height: 3px;
    left: 73px;
    top: 228px;
    animation: twinkle94 11s linear infinite;
    animation-delay: 16s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(94):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(95) {
    width: 3px;
    height: 3px;
    left: 354px;
    top: 194px;
    animation: twinkle95 12s linear infinite;
    animation-delay: 5s;
}
.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: 3px;
    height: 3px;
    left: 110px;
    top: 52px;
    animation: twinkle96 11s linear infinite;
    animation-delay: 8s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(96):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(97) {
    width: 2px;
    height: 2px;
    left: 37px;
    top: 309px;
    animation: twinkle97 12s linear infinite;
    animation-delay: 6s;
}
.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: 3px;
    height: 3px;
    left: 113px;
    top: 236px;
    animation: twinkle98 6s linear infinite;
    animation-delay: 13s;
}
.wrapper .window_group .window_404 .stars .star:nth-of-type(98):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(99) {
    width: 2px;
    height: 2px;
    left: 44px;
    top: 210px;
    animation: twinkle99 7s linear infinite;
    animation-delay: 16s;
}
.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: 285px;
    top: 31px;
    animation: twinkle100 7s linear infinite;
    animation-delay: 5s;
}
.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;
    }
}
