diff --git a/scripts/optimize-sprites.mjs b/scripts/optimize-sprites.mjs index e7e1d0b..80455cc 100644 --- a/scripts/optimize-sprites.mjs +++ b/scripts/optimize-sprites.mjs @@ -10,9 +10,7 @@ const outputDir = process.env.SPRITE_OUTPUT_DIR ?? path.join(process.cwd(), 'static', 'sprites-small'); const format = (process.env.SPRITE_FORMAT ?? 'webp').toLowerCase(); const quality = Number(process.env.SPRITE_QUALITY ?? 80); -// Sprites render at 44-64px in the box grid and up to 192px in the detail view, and every byte is -// downloaded (and cached offline) per sprite, so larger sources only cost users data. -const maxSize = Number(process.env.SPRITE_MAX_SIZE ?? 192); +const maxSize = Number(process.env.SPRITE_MAX_SIZE ?? 0); if (!['png', 'webp'].includes(format)) { console.error(`Unsupported SPRITE_FORMAT "${format}". Use "png" or "webp".`); diff --git a/src/lib/components/pokedex/PokedexEntryCatchRecord.svelte b/src/lib/components/pokedex/PokedexEntryCatchRecord.svelte index 8faf176..a991184 100644 --- a/src/lib/components/pokedex/PokedexEntryCatchRecord.svelte +++ b/src/lib/components/pokedex/PokedexEntryCatchRecord.svelte @@ -263,11 +263,4 @@ width: 100%; aspect-ratio: 1; } - - /* Sprite files are at most 192px, so cap the display size there to keep them crisp. */ - .sprite-container :global(img) { - width: 192px; - max-width: 100%; - height: auto; - } diff --git a/static/sprites-small/home/0.webp b/static/sprites-small/home/0.webp index b853bd1..5a0f8cf 100644 Binary files a/static/sprites-small/home/0.webp and b/static/sprites-small/home/0.webp differ diff --git a/static/sprites-small/home/1.webp b/static/sprites-small/home/1.webp index b882930..3da5168 100644 Binary files a/static/sprites-small/home/1.webp and b/static/sprites-small/home/1.webp differ diff --git a/static/sprites-small/home/10.webp b/static/sprites-small/home/10.webp index a4c6212..09dbdaa 100644 Binary files a/static/sprites-small/home/10.webp and b/static/sprites-small/home/10.webp differ diff --git a/static/sprites-small/home/100.webp b/static/sprites-small/home/100.webp index 7f14d1f..38aa4d6 100644 Binary files a/static/sprites-small/home/100.webp and b/static/sprites-small/home/100.webp differ diff --git a/static/sprites-small/home/1000.webp b/static/sprites-small/home/1000.webp index d092907..c7d93a3 100644 Binary files a/static/sprites-small/home/1000.webp and b/static/sprites-small/home/1000.webp differ diff --git a/static/sprites-small/home/10001.webp b/static/sprites-small/home/10001.webp index 157da3a..7092d68 100644 Binary files a/static/sprites-small/home/10001.webp and b/static/sprites-small/home/10001.webp differ diff --git a/static/sprites-small/home/10002.webp b/static/sprites-small/home/10002.webp index f7d279d..4ff344f 100644 Binary files a/static/sprites-small/home/10002.webp and b/static/sprites-small/home/10002.webp differ diff --git a/static/sprites-small/home/10003.webp b/static/sprites-small/home/10003.webp index a15365d..6a5b38c 100644 Binary files a/static/sprites-small/home/10003.webp and b/static/sprites-small/home/10003.webp differ diff --git a/static/sprites-small/home/10004.webp b/static/sprites-small/home/10004.webp index 8f78fac..17c9995 100644 Binary files a/static/sprites-small/home/10004.webp and b/static/sprites-small/home/10004.webp differ diff --git a/static/sprites-small/home/10005.webp b/static/sprites-small/home/10005.webp index 6d520a3..1b8b105 100644 Binary files a/static/sprites-small/home/10005.webp and b/static/sprites-small/home/10005.webp differ diff --git a/static/sprites-small/home/10006.webp b/static/sprites-small/home/10006.webp index 8027ca8..b78d613 100644 Binary files a/static/sprites-small/home/10006.webp and b/static/sprites-small/home/10006.webp differ diff --git a/static/sprites-small/home/10007.webp b/static/sprites-small/home/10007.webp index 6dc602e..6479beb 100644 Binary files a/static/sprites-small/home/10007.webp and b/static/sprites-small/home/10007.webp differ diff --git a/static/sprites-small/home/10008.webp b/static/sprites-small/home/10008.webp index c431d7f..c0bc7a3 100644 Binary files a/static/sprites-small/home/10008.webp and b/static/sprites-small/home/10008.webp differ diff --git a/static/sprites-small/home/10009.webp b/static/sprites-small/home/10009.webp index 3ef2e3f..ea59ead 100644 Binary files a/static/sprites-small/home/10009.webp and b/static/sprites-small/home/10009.webp differ diff --git a/static/sprites-small/home/1001.webp b/static/sprites-small/home/1001.webp index 2bc04f8..9de4e78 100644 Binary files a/static/sprites-small/home/1001.webp and b/static/sprites-small/home/1001.webp differ diff --git a/static/sprites-small/home/10010.webp b/static/sprites-small/home/10010.webp index 1d77c8b..bd46989 100644 Binary files a/static/sprites-small/home/10010.webp and b/static/sprites-small/home/10010.webp differ diff --git a/static/sprites-small/home/10011.webp b/static/sprites-small/home/10011.webp index 542e44c..5b7c325 100644 Binary files a/static/sprites-small/home/10011.webp and b/static/sprites-small/home/10011.webp differ diff --git a/static/sprites-small/home/10012.webp b/static/sprites-small/home/10012.webp index 1de3f5a..8b42965 100644 Binary files a/static/sprites-small/home/10012.webp and b/static/sprites-small/home/10012.webp differ diff --git a/static/sprites-small/home/10013.webp b/static/sprites-small/home/10013.webp index 79b57da..dd938ac 100644 Binary files a/static/sprites-small/home/10013.webp and b/static/sprites-small/home/10013.webp differ diff --git a/static/sprites-small/home/10014.webp b/static/sprites-small/home/10014.webp index 73ab69e..1b22ce4 100644 Binary files a/static/sprites-small/home/10014.webp and b/static/sprites-small/home/10014.webp differ diff --git a/static/sprites-small/home/10015.webp b/static/sprites-small/home/10015.webp index b01a98a..87a65b2 100644 Binary files a/static/sprites-small/home/10015.webp and b/static/sprites-small/home/10015.webp differ diff --git a/static/sprites-small/home/10016.webp b/static/sprites-small/home/10016.webp index 66e51c0..13bd840 100644 Binary files a/static/sprites-small/home/10016.webp and b/static/sprites-small/home/10016.webp differ diff --git a/static/sprites-small/home/10017.webp b/static/sprites-small/home/10017.webp index d4770ff..6092af7 100644 Binary files a/static/sprites-small/home/10017.webp and b/static/sprites-small/home/10017.webp differ diff --git a/static/sprites-small/home/10018.webp b/static/sprites-small/home/10018.webp index 37ae375..ebd07fa 100644 Binary files a/static/sprites-small/home/10018.webp and b/static/sprites-small/home/10018.webp differ diff --git a/static/sprites-small/home/10019.webp b/static/sprites-small/home/10019.webp index b1ee52e..e3b1821 100644 Binary files a/static/sprites-small/home/10019.webp and b/static/sprites-small/home/10019.webp differ diff --git a/static/sprites-small/home/1002.webp b/static/sprites-small/home/1002.webp index 47f71b7..11734c4 100644 Binary files a/static/sprites-small/home/1002.webp and b/static/sprites-small/home/1002.webp differ diff --git a/static/sprites-small/home/10020.webp b/static/sprites-small/home/10020.webp index 13d4370..4976f0b 100644 Binary files a/static/sprites-small/home/10020.webp and b/static/sprites-small/home/10020.webp differ diff --git a/static/sprites-small/home/10021.webp b/static/sprites-small/home/10021.webp index 22a542f..8e5747b 100644 Binary files a/static/sprites-small/home/10021.webp and b/static/sprites-small/home/10021.webp differ diff --git a/static/sprites-small/home/10022.webp b/static/sprites-small/home/10022.webp index e1bcddd..8fe6cd0 100644 Binary files a/static/sprites-small/home/10022.webp and b/static/sprites-small/home/10022.webp differ diff --git a/static/sprites-small/home/10023.webp b/static/sprites-small/home/10023.webp index 642963f..48f3213 100644 Binary files a/static/sprites-small/home/10023.webp and b/static/sprites-small/home/10023.webp differ diff --git a/static/sprites-small/home/10024.webp b/static/sprites-small/home/10024.webp index 55fd409..4e7654b 100644 Binary files a/static/sprites-small/home/10024.webp and b/static/sprites-small/home/10024.webp differ diff --git a/static/sprites-small/home/10025.webp b/static/sprites-small/home/10025.webp index 6356e87..af33a4f 100644 Binary files a/static/sprites-small/home/10025.webp and b/static/sprites-small/home/10025.webp differ diff --git a/static/sprites-small/home/10026.webp b/static/sprites-small/home/10026.webp index f3c5353..e02da02 100644 Binary files a/static/sprites-small/home/10026.webp and b/static/sprites-small/home/10026.webp differ diff --git a/static/sprites-small/home/10027.webp b/static/sprites-small/home/10027.webp index fd93006..6e3a7b1 100644 Binary files a/static/sprites-small/home/10027.webp and b/static/sprites-small/home/10027.webp differ diff --git a/static/sprites-small/home/10028.webp b/static/sprites-small/home/10028.webp index 9c06e6a..3fbf6c4 100644 Binary files a/static/sprites-small/home/10028.webp and b/static/sprites-small/home/10028.webp differ diff --git a/static/sprites-small/home/10029.webp b/static/sprites-small/home/10029.webp index aa29b33..a03005d 100644 Binary files a/static/sprites-small/home/10029.webp and b/static/sprites-small/home/10029.webp differ diff --git a/static/sprites-small/home/1003.webp b/static/sprites-small/home/1003.webp index 5ea879f..9612eb0 100644 Binary files a/static/sprites-small/home/1003.webp and b/static/sprites-small/home/1003.webp differ diff --git a/static/sprites-small/home/10030.webp b/static/sprites-small/home/10030.webp index 46eb354..b915db2 100644 Binary files a/static/sprites-small/home/10030.webp and b/static/sprites-small/home/10030.webp differ diff --git a/static/sprites-small/home/10031.webp b/static/sprites-small/home/10031.webp index bd9f626..15aef01 100644 Binary files a/static/sprites-small/home/10031.webp and b/static/sprites-small/home/10031.webp differ diff --git a/static/sprites-small/home/10032.webp b/static/sprites-small/home/10032.webp index 3aa1526..0a5c7e5 100644 Binary files a/static/sprites-small/home/10032.webp and b/static/sprites-small/home/10032.webp differ diff --git a/static/sprites-small/home/10033.webp b/static/sprites-small/home/10033.webp index b54e2b2..f96f597 100644 Binary files a/static/sprites-small/home/10033.webp and b/static/sprites-small/home/10033.webp differ diff --git a/static/sprites-small/home/10034.webp b/static/sprites-small/home/10034.webp index f098da0..0c1008e 100644 Binary files a/static/sprites-small/home/10034.webp and b/static/sprites-small/home/10034.webp differ diff --git a/static/sprites-small/home/10035.webp b/static/sprites-small/home/10035.webp index ae688c1..faff210 100644 Binary files a/static/sprites-small/home/10035.webp and b/static/sprites-small/home/10035.webp differ diff --git a/static/sprites-small/home/10036.webp b/static/sprites-small/home/10036.webp index f04ab6f..8cebcc1 100644 Binary files a/static/sprites-small/home/10036.webp and b/static/sprites-small/home/10036.webp differ diff --git a/static/sprites-small/home/10037.webp b/static/sprites-small/home/10037.webp index 3f5c955..dfa5963 100644 Binary files a/static/sprites-small/home/10037.webp and b/static/sprites-small/home/10037.webp differ diff --git a/static/sprites-small/home/10038.webp b/static/sprites-small/home/10038.webp index de7765f..15fe69b 100644 Binary files a/static/sprites-small/home/10038.webp and b/static/sprites-small/home/10038.webp differ diff --git a/static/sprites-small/home/10039.webp b/static/sprites-small/home/10039.webp index 4348678..28759c0 100644 Binary files a/static/sprites-small/home/10039.webp and b/static/sprites-small/home/10039.webp differ diff --git a/static/sprites-small/home/1004.webp b/static/sprites-small/home/1004.webp index 3626705..57f90a9 100644 Binary files a/static/sprites-small/home/1004.webp and b/static/sprites-small/home/1004.webp differ diff --git a/static/sprites-small/home/10040.webp b/static/sprites-small/home/10040.webp index 95889ef..8c9479c 100644 Binary files a/static/sprites-small/home/10040.webp and b/static/sprites-small/home/10040.webp differ diff --git a/static/sprites-small/home/10041.webp b/static/sprites-small/home/10041.webp index aa61dfa..4608734 100644 Binary files a/static/sprites-small/home/10041.webp and b/static/sprites-small/home/10041.webp differ diff --git a/static/sprites-small/home/10042.webp b/static/sprites-small/home/10042.webp index 538e86e..1abc3e1 100644 Binary files a/static/sprites-small/home/10042.webp and b/static/sprites-small/home/10042.webp differ diff --git a/static/sprites-small/home/10043.webp b/static/sprites-small/home/10043.webp index 76bbd46..ac6aaf4 100644 Binary files a/static/sprites-small/home/10043.webp and b/static/sprites-small/home/10043.webp differ diff --git a/static/sprites-small/home/10044.webp b/static/sprites-small/home/10044.webp index 0da7ade..a2e24b1 100644 Binary files a/static/sprites-small/home/10044.webp and b/static/sprites-small/home/10044.webp differ diff --git a/static/sprites-small/home/10045.webp b/static/sprites-small/home/10045.webp index 56a9c79..88d18b2 100644 Binary files a/static/sprites-small/home/10045.webp and b/static/sprites-small/home/10045.webp differ diff --git a/static/sprites-small/home/10046.webp b/static/sprites-small/home/10046.webp index 1c96d25..00380e6 100644 Binary files a/static/sprites-small/home/10046.webp and b/static/sprites-small/home/10046.webp differ diff --git a/static/sprites-small/home/10047.webp b/static/sprites-small/home/10047.webp index 57f04ab..9848141 100644 Binary files a/static/sprites-small/home/10047.webp and b/static/sprites-small/home/10047.webp differ diff --git a/static/sprites-small/home/10048.webp b/static/sprites-small/home/10048.webp index 6c87411..890e689 100644 Binary files a/static/sprites-small/home/10048.webp and b/static/sprites-small/home/10048.webp differ diff --git a/static/sprites-small/home/10049.webp b/static/sprites-small/home/10049.webp index 3bcaa69..2c8274d 100644 Binary files a/static/sprites-small/home/10049.webp and b/static/sprites-small/home/10049.webp differ diff --git a/static/sprites-small/home/1005.webp b/static/sprites-small/home/1005.webp index 043a4e5..b74ceb5 100644 Binary files a/static/sprites-small/home/1005.webp and b/static/sprites-small/home/1005.webp differ diff --git a/static/sprites-small/home/10050.webp b/static/sprites-small/home/10050.webp index b2c9339..96960af 100644 Binary files a/static/sprites-small/home/10050.webp and b/static/sprites-small/home/10050.webp differ diff --git a/static/sprites-small/home/10051.webp b/static/sprites-small/home/10051.webp index 59d69c9..98b8e33 100644 Binary files a/static/sprites-small/home/10051.webp and b/static/sprites-small/home/10051.webp differ diff --git a/static/sprites-small/home/10052.webp b/static/sprites-small/home/10052.webp index 3416004..70cd4e1 100644 Binary files a/static/sprites-small/home/10052.webp and b/static/sprites-small/home/10052.webp differ diff --git a/static/sprites-small/home/10053.webp b/static/sprites-small/home/10053.webp index f4fa255..71c22a1 100644 Binary files a/static/sprites-small/home/10053.webp and b/static/sprites-small/home/10053.webp differ diff --git a/static/sprites-small/home/10054.webp b/static/sprites-small/home/10054.webp index b7bb581..f3b71f0 100644 Binary files a/static/sprites-small/home/10054.webp and b/static/sprites-small/home/10054.webp differ diff --git a/static/sprites-small/home/10055.webp b/static/sprites-small/home/10055.webp index 29748be..880d38d 100644 Binary files a/static/sprites-small/home/10055.webp and b/static/sprites-small/home/10055.webp differ diff --git a/static/sprites-small/home/10056.webp b/static/sprites-small/home/10056.webp index fdf87af..43ee1e5 100644 Binary files a/static/sprites-small/home/10056.webp and b/static/sprites-small/home/10056.webp differ diff --git a/static/sprites-small/home/10057.webp b/static/sprites-small/home/10057.webp index 99b6372..a28e84f 100644 Binary files a/static/sprites-small/home/10057.webp and b/static/sprites-small/home/10057.webp differ diff --git a/static/sprites-small/home/10058.webp b/static/sprites-small/home/10058.webp index 475f7d2..10ab94b 100644 Binary files a/static/sprites-small/home/10058.webp and b/static/sprites-small/home/10058.webp differ diff --git a/static/sprites-small/home/10059.webp b/static/sprites-small/home/10059.webp index 7de4c91..bf43811 100644 Binary files a/static/sprites-small/home/10059.webp and b/static/sprites-small/home/10059.webp differ diff --git a/static/sprites-small/home/1006.webp b/static/sprites-small/home/1006.webp index 9d8badd..0bb2598 100644 Binary files a/static/sprites-small/home/1006.webp and b/static/sprites-small/home/1006.webp differ diff --git a/static/sprites-small/home/10060.webp b/static/sprites-small/home/10060.webp index c656d0e..1d5857b 100644 Binary files a/static/sprites-small/home/10060.webp and b/static/sprites-small/home/10060.webp differ diff --git a/static/sprites-small/home/10062.webp b/static/sprites-small/home/10062.webp index 84bd6cb..21450a9 100644 Binary files a/static/sprites-small/home/10062.webp and b/static/sprites-small/home/10062.webp differ diff --git a/static/sprites-small/home/10063.webp b/static/sprites-small/home/10063.webp index d8c0ae2..406662f 100644 Binary files a/static/sprites-small/home/10063.webp and b/static/sprites-small/home/10063.webp differ diff --git a/static/sprites-small/home/10064.webp b/static/sprites-small/home/10064.webp index 9218953..e343cea 100644 Binary files a/static/sprites-small/home/10064.webp and b/static/sprites-small/home/10064.webp differ diff --git a/static/sprites-small/home/10065.webp b/static/sprites-small/home/10065.webp index b08872b..14b6595 100644 Binary files a/static/sprites-small/home/10065.webp and b/static/sprites-small/home/10065.webp differ diff --git a/static/sprites-small/home/10066.webp b/static/sprites-small/home/10066.webp index 74ab465..d3ad0fb 100644 Binary files a/static/sprites-small/home/10066.webp and b/static/sprites-small/home/10066.webp differ diff --git a/static/sprites-small/home/10067.webp b/static/sprites-small/home/10067.webp index 84fbe71..14c8f4f 100644 Binary files a/static/sprites-small/home/10067.webp and b/static/sprites-small/home/10067.webp differ diff --git a/static/sprites-small/home/10068.webp b/static/sprites-small/home/10068.webp index 04686db..4c2d220 100644 Binary files a/static/sprites-small/home/10068.webp and b/static/sprites-small/home/10068.webp differ diff --git a/static/sprites-small/home/10069.webp b/static/sprites-small/home/10069.webp index 10611b1..32ec41b 100644 Binary files a/static/sprites-small/home/10069.webp and b/static/sprites-small/home/10069.webp differ diff --git a/static/sprites-small/home/1007.webp b/static/sprites-small/home/1007.webp index fdb1944..f1d09a4 100644 Binary files a/static/sprites-small/home/1007.webp and b/static/sprites-small/home/1007.webp differ diff --git a/static/sprites-small/home/10070.webp b/static/sprites-small/home/10070.webp index 6543c0f..f20ef76 100644 Binary files a/static/sprites-small/home/10070.webp and b/static/sprites-small/home/10070.webp differ diff --git a/static/sprites-small/home/10071.webp b/static/sprites-small/home/10071.webp index a04ec10..d4b0208 100644 Binary files a/static/sprites-small/home/10071.webp and b/static/sprites-small/home/10071.webp differ diff --git a/static/sprites-small/home/10072.webp b/static/sprites-small/home/10072.webp index f3ca5c1..7e0e5a9 100644 Binary files a/static/sprites-small/home/10072.webp and b/static/sprites-small/home/10072.webp differ diff --git a/static/sprites-small/home/10073.webp b/static/sprites-small/home/10073.webp index 9ee0251..c4b43df 100644 Binary files a/static/sprites-small/home/10073.webp and b/static/sprites-small/home/10073.webp differ diff --git a/static/sprites-small/home/10074.webp b/static/sprites-small/home/10074.webp index 512fb24..723495f 100644 Binary files a/static/sprites-small/home/10074.webp and b/static/sprites-small/home/10074.webp differ diff --git a/static/sprites-small/home/10075.webp b/static/sprites-small/home/10075.webp index bced8a5..092d917 100644 Binary files a/static/sprites-small/home/10075.webp and b/static/sprites-small/home/10075.webp differ diff --git a/static/sprites-small/home/10076.webp b/static/sprites-small/home/10076.webp index 4b1dcfe..5b4fdf5 100644 Binary files a/static/sprites-small/home/10076.webp and b/static/sprites-small/home/10076.webp differ diff --git a/static/sprites-small/home/10077.webp b/static/sprites-small/home/10077.webp index 6783204..d6ffd8b 100644 Binary files a/static/sprites-small/home/10077.webp and b/static/sprites-small/home/10077.webp differ diff --git a/static/sprites-small/home/10078.webp b/static/sprites-small/home/10078.webp index 594c4d2..324b453 100644 Binary files a/static/sprites-small/home/10078.webp and b/static/sprites-small/home/10078.webp differ diff --git a/static/sprites-small/home/10079.webp b/static/sprites-small/home/10079.webp index a12acd1..c854982 100644 Binary files a/static/sprites-small/home/10079.webp and b/static/sprites-small/home/10079.webp differ diff --git a/static/sprites-small/home/1008.webp b/static/sprites-small/home/1008.webp index c89f14c..51505f0 100644 Binary files a/static/sprites-small/home/1008.webp and b/static/sprites-small/home/1008.webp differ diff --git a/static/sprites-small/home/10086.webp b/static/sprites-small/home/10086.webp index a90bbd6..26488d2 100644 Binary files a/static/sprites-small/home/10086.webp and b/static/sprites-small/home/10086.webp differ diff --git a/static/sprites-small/home/10087.webp b/static/sprites-small/home/10087.webp index 9ed21f7..8e559e0 100644 Binary files a/static/sprites-small/home/10087.webp and b/static/sprites-small/home/10087.webp differ diff --git a/static/sprites-small/home/10088.webp b/static/sprites-small/home/10088.webp index e06f93e..d107728 100644 Binary files a/static/sprites-small/home/10088.webp and b/static/sprites-small/home/10088.webp differ diff --git a/static/sprites-small/home/10089.webp b/static/sprites-small/home/10089.webp index 2b6f389..d531844 100644 Binary files a/static/sprites-small/home/10089.webp and b/static/sprites-small/home/10089.webp differ diff --git a/static/sprites-small/home/1009.webp b/static/sprites-small/home/1009.webp index b8878bd..da6b088 100644 Binary files a/static/sprites-small/home/1009.webp and b/static/sprites-small/home/1009.webp differ diff --git a/static/sprites-small/home/10090.webp b/static/sprites-small/home/10090.webp index 07d4d5a..a2a36ae 100644 Binary files a/static/sprites-small/home/10090.webp and b/static/sprites-small/home/10090.webp differ diff --git a/static/sprites-small/home/10091.webp b/static/sprites-small/home/10091.webp index 22dcf47..53473dd 100644 Binary files a/static/sprites-small/home/10091.webp and b/static/sprites-small/home/10091.webp differ diff --git a/static/sprites-small/home/10092.webp b/static/sprites-small/home/10092.webp index 7f5dbf3..34a5c9c 100644 Binary files a/static/sprites-small/home/10092.webp and b/static/sprites-small/home/10092.webp differ diff --git a/static/sprites-small/home/10093.webp b/static/sprites-small/home/10093.webp index ae7f762..1438672 100644 Binary files a/static/sprites-small/home/10093.webp and b/static/sprites-small/home/10093.webp differ diff --git a/static/sprites-small/home/10094.webp b/static/sprites-small/home/10094.webp index e9535c0..53d47e2 100644 Binary files a/static/sprites-small/home/10094.webp and b/static/sprites-small/home/10094.webp differ diff --git a/static/sprites-small/home/10095.webp b/static/sprites-small/home/10095.webp index e9e14fd..d3f592f 100644 Binary files a/static/sprites-small/home/10095.webp and b/static/sprites-small/home/10095.webp differ diff --git a/static/sprites-small/home/10096.webp b/static/sprites-small/home/10096.webp index c280991..a45b54b 100644 Binary files a/static/sprites-small/home/10096.webp and b/static/sprites-small/home/10096.webp differ diff --git a/static/sprites-small/home/10097.webp b/static/sprites-small/home/10097.webp index 9de7ae0..653e72a 100644 Binary files a/static/sprites-small/home/10097.webp and b/static/sprites-small/home/10097.webp differ diff --git a/static/sprites-small/home/10098.webp b/static/sprites-small/home/10098.webp index 09d2488..5bca444 100644 Binary files a/static/sprites-small/home/10098.webp and b/static/sprites-small/home/10098.webp differ diff --git a/static/sprites-small/home/10099.webp b/static/sprites-small/home/10099.webp index a4f72bb..8f38a1e 100644 Binary files a/static/sprites-small/home/10099.webp and b/static/sprites-small/home/10099.webp differ diff --git a/static/sprites-small/home/101.webp b/static/sprites-small/home/101.webp index f0f901e..a6d14ee 100644 Binary files a/static/sprites-small/home/101.webp and b/static/sprites-small/home/101.webp differ diff --git a/static/sprites-small/home/1010.webp b/static/sprites-small/home/1010.webp index 89b62d9..425fbd5 100644 Binary files a/static/sprites-small/home/1010.webp and b/static/sprites-small/home/1010.webp differ diff --git a/static/sprites-small/home/10100.webp b/static/sprites-small/home/10100.webp index 610a520..afe855d 100644 Binary files a/static/sprites-small/home/10100.webp and b/static/sprites-small/home/10100.webp differ diff --git a/static/sprites-small/home/10101.webp b/static/sprites-small/home/10101.webp index 7e1d1eb..ef9d9ba 100644 Binary files a/static/sprites-small/home/10101.webp and b/static/sprites-small/home/10101.webp differ diff --git a/static/sprites-small/home/10102.webp b/static/sprites-small/home/10102.webp index a6af18e..ca0fa6e 100644 Binary files a/static/sprites-small/home/10102.webp and b/static/sprites-small/home/10102.webp differ diff --git a/static/sprites-small/home/10103.webp b/static/sprites-small/home/10103.webp index e567a8e..d73d5f7 100644 Binary files a/static/sprites-small/home/10103.webp and b/static/sprites-small/home/10103.webp differ diff --git a/static/sprites-small/home/10104.webp b/static/sprites-small/home/10104.webp index 0fd5e3b..0a847dd 100644 Binary files a/static/sprites-small/home/10104.webp and b/static/sprites-small/home/10104.webp differ diff --git a/static/sprites-small/home/10105.webp b/static/sprites-small/home/10105.webp index e87a54f..d707fe7 100644 Binary files a/static/sprites-small/home/10105.webp and b/static/sprites-small/home/10105.webp differ diff --git a/static/sprites-small/home/10106.webp b/static/sprites-small/home/10106.webp index 16ce5a6..56a5f25 100644 Binary files a/static/sprites-small/home/10106.webp and b/static/sprites-small/home/10106.webp differ diff --git a/static/sprites-small/home/10107.webp b/static/sprites-small/home/10107.webp index 06a77ea..32a913c 100644 Binary files a/static/sprites-small/home/10107.webp and b/static/sprites-small/home/10107.webp differ diff --git a/static/sprites-small/home/10108.webp b/static/sprites-small/home/10108.webp index 490368d..979925a 100644 Binary files a/static/sprites-small/home/10108.webp and b/static/sprites-small/home/10108.webp differ diff --git a/static/sprites-small/home/10109.webp b/static/sprites-small/home/10109.webp index 9fe7316..48a3e36 100644 Binary files a/static/sprites-small/home/10109.webp and b/static/sprites-small/home/10109.webp differ diff --git a/static/sprites-small/home/1011.webp b/static/sprites-small/home/1011.webp index e0509d7..5d2a8d3 100644 Binary files a/static/sprites-small/home/1011.webp and b/static/sprites-small/home/1011.webp differ diff --git a/static/sprites-small/home/10110.webp b/static/sprites-small/home/10110.webp index b62c4ce..282ebf7 100644 Binary files a/static/sprites-small/home/10110.webp and b/static/sprites-small/home/10110.webp differ diff --git a/static/sprites-small/home/10111.webp b/static/sprites-small/home/10111.webp index 6a3b81e..a629e52 100644 Binary files a/static/sprites-small/home/10111.webp and b/static/sprites-small/home/10111.webp differ diff --git a/static/sprites-small/home/10112.webp b/static/sprites-small/home/10112.webp index fd847ac..2ccfb82 100644 Binary files a/static/sprites-small/home/10112.webp and b/static/sprites-small/home/10112.webp differ diff --git a/static/sprites-small/home/10113.webp b/static/sprites-small/home/10113.webp index 929ce6f..77d0372 100644 Binary files a/static/sprites-small/home/10113.webp and b/static/sprites-small/home/10113.webp differ diff --git a/static/sprites-small/home/10114.webp b/static/sprites-small/home/10114.webp index 5d6e8c0..240dfa0 100644 Binary files a/static/sprites-small/home/10114.webp and b/static/sprites-small/home/10114.webp differ diff --git a/static/sprites-small/home/10115.webp b/static/sprites-small/home/10115.webp index 81f89e7..dcac4af 100644 Binary files a/static/sprites-small/home/10115.webp and b/static/sprites-small/home/10115.webp differ diff --git a/static/sprites-small/home/10116.webp b/static/sprites-small/home/10116.webp index b76c90a..21171fe 100644 Binary files a/static/sprites-small/home/10116.webp and b/static/sprites-small/home/10116.webp differ diff --git a/static/sprites-small/home/10117.webp b/static/sprites-small/home/10117.webp index e1e5a5a..817dca1 100644 Binary files a/static/sprites-small/home/10117.webp and b/static/sprites-small/home/10117.webp differ diff --git a/static/sprites-small/home/10118.webp b/static/sprites-small/home/10118.webp index 788f59f..c9c5268 100644 Binary files a/static/sprites-small/home/10118.webp and b/static/sprites-small/home/10118.webp differ diff --git a/static/sprites-small/home/10119.webp b/static/sprites-small/home/10119.webp index 614e6ba..cc0fefb 100644 Binary files a/static/sprites-small/home/10119.webp and b/static/sprites-small/home/10119.webp differ diff --git a/static/sprites-small/home/1012.webp b/static/sprites-small/home/1012.webp index f1d8d06..6a5a9e9 100644 Binary files a/static/sprites-small/home/1012.webp and b/static/sprites-small/home/1012.webp differ diff --git a/static/sprites-small/home/10120.webp b/static/sprites-small/home/10120.webp index 9b66752..4e44497 100644 Binary files a/static/sprites-small/home/10120.webp and b/static/sprites-small/home/10120.webp differ diff --git a/static/sprites-small/home/10121.webp b/static/sprites-small/home/10121.webp index 4f9ab90..7c4f6ec 100644 Binary files a/static/sprites-small/home/10121.webp and b/static/sprites-small/home/10121.webp differ diff --git a/static/sprites-small/home/10122.webp b/static/sprites-small/home/10122.webp index e3e5258..e9b3e45 100644 Binary files a/static/sprites-small/home/10122.webp and b/static/sprites-small/home/10122.webp differ diff --git a/static/sprites-small/home/10123.webp b/static/sprites-small/home/10123.webp index 01cbeab..6d76ea2 100644 Binary files a/static/sprites-small/home/10123.webp and b/static/sprites-small/home/10123.webp differ diff --git a/static/sprites-small/home/10124.webp b/static/sprites-small/home/10124.webp index 712cc95..a02b2be 100644 Binary files a/static/sprites-small/home/10124.webp and b/static/sprites-small/home/10124.webp differ diff --git a/static/sprites-small/home/10125.webp b/static/sprites-small/home/10125.webp index d068b7b..c54c99a 100644 Binary files a/static/sprites-small/home/10125.webp and b/static/sprites-small/home/10125.webp differ diff --git a/static/sprites-small/home/10126.webp b/static/sprites-small/home/10126.webp index 737e784..a1d178f 100644 Binary files a/static/sprites-small/home/10126.webp and b/static/sprites-small/home/10126.webp differ diff --git a/static/sprites-small/home/10127.webp b/static/sprites-small/home/10127.webp index 3ef7f92..18b2ddd 100644 Binary files a/static/sprites-small/home/10127.webp and b/static/sprites-small/home/10127.webp differ diff --git a/static/sprites-small/home/10128.webp b/static/sprites-small/home/10128.webp index 84aff9f..81bea4d 100644 Binary files a/static/sprites-small/home/10128.webp and b/static/sprites-small/home/10128.webp differ diff --git a/static/sprites-small/home/10129.webp b/static/sprites-small/home/10129.webp index 553ca84..1669a2a 100644 Binary files a/static/sprites-small/home/10129.webp and b/static/sprites-small/home/10129.webp differ diff --git a/static/sprites-small/home/1013.webp b/static/sprites-small/home/1013.webp index fc999d1..c3d379c 100644 Binary files a/static/sprites-small/home/1013.webp and b/static/sprites-small/home/1013.webp differ diff --git a/static/sprites-small/home/10130.webp b/static/sprites-small/home/10130.webp index 5948764..e127bfd 100644 Binary files a/static/sprites-small/home/10130.webp and b/static/sprites-small/home/10130.webp differ diff --git a/static/sprites-small/home/10131.webp b/static/sprites-small/home/10131.webp index 5948764..e127bfd 100644 Binary files a/static/sprites-small/home/10131.webp and b/static/sprites-small/home/10131.webp differ diff --git a/static/sprites-small/home/10132.webp b/static/sprites-small/home/10132.webp index 5948764..e127bfd 100644 Binary files a/static/sprites-small/home/10132.webp and b/static/sprites-small/home/10132.webp differ diff --git a/static/sprites-small/home/10133.webp b/static/sprites-small/home/10133.webp index 5948764..e127bfd 100644 Binary files a/static/sprites-small/home/10133.webp and b/static/sprites-small/home/10133.webp differ diff --git a/static/sprites-small/home/10134.webp b/static/sprites-small/home/10134.webp index 5948764..e127bfd 100644 Binary files a/static/sprites-small/home/10134.webp and b/static/sprites-small/home/10134.webp differ diff --git a/static/sprites-small/home/10135.webp b/static/sprites-small/home/10135.webp index 5948764..e127bfd 100644 Binary files a/static/sprites-small/home/10135.webp and b/static/sprites-small/home/10135.webp differ diff --git a/static/sprites-small/home/10136.webp b/static/sprites-small/home/10136.webp index 61d7c4b..e5e1686 100644 Binary files a/static/sprites-small/home/10136.webp and b/static/sprites-small/home/10136.webp differ diff --git a/static/sprites-small/home/10137.webp b/static/sprites-small/home/10137.webp index 33c768f..ed23e2a 100644 Binary files a/static/sprites-small/home/10137.webp and b/static/sprites-small/home/10137.webp differ diff --git a/static/sprites-small/home/10138.webp b/static/sprites-small/home/10138.webp index 15cee6f..08e052a 100644 Binary files a/static/sprites-small/home/10138.webp and b/static/sprites-small/home/10138.webp differ diff --git a/static/sprites-small/home/10139.webp b/static/sprites-small/home/10139.webp index 0943501..6425570 100644 Binary files a/static/sprites-small/home/10139.webp and b/static/sprites-small/home/10139.webp differ diff --git a/static/sprites-small/home/1014.webp b/static/sprites-small/home/1014.webp index f0eccee..d730c31 100644 Binary files a/static/sprites-small/home/1014.webp and b/static/sprites-small/home/1014.webp differ diff --git a/static/sprites-small/home/10140.webp b/static/sprites-small/home/10140.webp index 3b7589c..13eba91 100644 Binary files a/static/sprites-small/home/10140.webp and b/static/sprites-small/home/10140.webp differ diff --git a/static/sprites-small/home/10141.webp b/static/sprites-small/home/10141.webp index 3d69606..2e4f364 100644 Binary files a/static/sprites-small/home/10141.webp and b/static/sprites-small/home/10141.webp differ diff --git a/static/sprites-small/home/10142.webp b/static/sprites-small/home/10142.webp index 736ebe2..86482c0 100644 Binary files a/static/sprites-small/home/10142.webp and b/static/sprites-small/home/10142.webp differ diff --git a/static/sprites-small/home/10143.webp b/static/sprites-small/home/10143.webp index 6109f59..4f4817a 100644 Binary files a/static/sprites-small/home/10143.webp and b/static/sprites-small/home/10143.webp differ diff --git a/static/sprites-small/home/10145.webp b/static/sprites-small/home/10145.webp index 09a772a..3db281d 100644 Binary files a/static/sprites-small/home/10145.webp and b/static/sprites-small/home/10145.webp differ diff --git a/static/sprites-small/home/10146.webp b/static/sprites-small/home/10146.webp index 280ffee..b85722b 100644 Binary files a/static/sprites-small/home/10146.webp and b/static/sprites-small/home/10146.webp differ diff --git a/static/sprites-small/home/10147.webp b/static/sprites-small/home/10147.webp index 30bc8a6..cf6dc5e 100644 Binary files a/static/sprites-small/home/10147.webp and b/static/sprites-small/home/10147.webp differ diff --git a/static/sprites-small/home/10148.webp b/static/sprites-small/home/10148.webp index 9768582..86d309b 100644 Binary files a/static/sprites-small/home/10148.webp and b/static/sprites-small/home/10148.webp differ diff --git a/static/sprites-small/home/10149.webp b/static/sprites-small/home/10149.webp index 9e25899..e598241 100644 Binary files a/static/sprites-small/home/10149.webp and b/static/sprites-small/home/10149.webp differ diff --git a/static/sprites-small/home/1015.webp b/static/sprites-small/home/1015.webp index 7922361..57c9484 100644 Binary files a/static/sprites-small/home/1015.webp and b/static/sprites-small/home/1015.webp differ diff --git a/static/sprites-small/home/10150.webp b/static/sprites-small/home/10150.webp index 76e2386..ac643e9 100644 Binary files a/static/sprites-small/home/10150.webp and b/static/sprites-small/home/10150.webp differ diff --git a/static/sprites-small/home/10152.webp b/static/sprites-small/home/10152.webp index 99cbfd5..f54db8b 100644 Binary files a/static/sprites-small/home/10152.webp and b/static/sprites-small/home/10152.webp differ diff --git a/static/sprites-small/home/10153.webp b/static/sprites-small/home/10153.webp index 6041e63..be42360 100644 Binary files a/static/sprites-small/home/10153.webp and b/static/sprites-small/home/10153.webp differ diff --git a/static/sprites-small/home/10154.webp b/static/sprites-small/home/10154.webp index 0caad26..f1bc606 100644 Binary files a/static/sprites-small/home/10154.webp and b/static/sprites-small/home/10154.webp differ diff --git a/static/sprites-small/home/10155.webp b/static/sprites-small/home/10155.webp index 7a1fdeb..4de2b6b 100644 Binary files a/static/sprites-small/home/10155.webp and b/static/sprites-small/home/10155.webp differ diff --git a/static/sprites-small/home/10156.webp b/static/sprites-small/home/10156.webp index e5c06d6..f7a6efb 100644 Binary files a/static/sprites-small/home/10156.webp and b/static/sprites-small/home/10156.webp differ diff --git a/static/sprites-small/home/10157.webp b/static/sprites-small/home/10157.webp index 66cb347..dacdb96 100644 Binary files a/static/sprites-small/home/10157.webp and b/static/sprites-small/home/10157.webp differ diff --git a/static/sprites-small/home/1016.webp b/static/sprites-small/home/1016.webp index 0f7a184..e1f298a 100644 Binary files a/static/sprites-small/home/1016.webp and b/static/sprites-small/home/1016.webp differ diff --git a/static/sprites-small/home/10160.webp b/static/sprites-small/home/10160.webp index 0aa9cb8..a4c3336 100644 Binary files a/static/sprites-small/home/10160.webp and b/static/sprites-small/home/10160.webp differ diff --git a/static/sprites-small/home/10161.webp b/static/sprites-small/home/10161.webp index 9a3c761..7a7b0ea 100644 Binary files a/static/sprites-small/home/10161.webp and b/static/sprites-small/home/10161.webp differ diff --git a/static/sprites-small/home/10162.webp b/static/sprites-small/home/10162.webp index 185a865..0e6a529 100644 Binary files a/static/sprites-small/home/10162.webp and b/static/sprites-small/home/10162.webp differ diff --git a/static/sprites-small/home/10163.webp b/static/sprites-small/home/10163.webp index 038b1a7..0b975e4 100644 Binary files a/static/sprites-small/home/10163.webp and b/static/sprites-small/home/10163.webp differ diff --git a/static/sprites-small/home/10164.webp b/static/sprites-small/home/10164.webp index 335a454..2a95ee9 100644 Binary files a/static/sprites-small/home/10164.webp and b/static/sprites-small/home/10164.webp differ diff --git a/static/sprites-small/home/10165.webp b/static/sprites-small/home/10165.webp index ccb389d..e617b0f 100644 Binary files a/static/sprites-small/home/10165.webp and b/static/sprites-small/home/10165.webp differ diff --git a/static/sprites-small/home/10166.webp b/static/sprites-small/home/10166.webp index ac397eb..237c7e7 100644 Binary files a/static/sprites-small/home/10166.webp and b/static/sprites-small/home/10166.webp differ diff --git a/static/sprites-small/home/10167.webp b/static/sprites-small/home/10167.webp index 3b1b61d..4097626 100644 Binary files a/static/sprites-small/home/10167.webp and b/static/sprites-small/home/10167.webp differ diff --git a/static/sprites-small/home/10168.webp b/static/sprites-small/home/10168.webp index 329ee6b..542bca7 100644 Binary files a/static/sprites-small/home/10168.webp and b/static/sprites-small/home/10168.webp differ diff --git a/static/sprites-small/home/10169.webp b/static/sprites-small/home/10169.webp index 089fea6..a89ec57 100644 Binary files a/static/sprites-small/home/10169.webp and b/static/sprites-small/home/10169.webp differ diff --git a/static/sprites-small/home/1017.webp b/static/sprites-small/home/1017.webp index 95a1166..69117e1 100644 Binary files a/static/sprites-small/home/1017.webp and b/static/sprites-small/home/1017.webp differ diff --git a/static/sprites-small/home/10170.webp b/static/sprites-small/home/10170.webp index 7c5d57c..72771c6 100644 Binary files a/static/sprites-small/home/10170.webp and b/static/sprites-small/home/10170.webp differ diff --git a/static/sprites-small/home/10171.webp b/static/sprites-small/home/10171.webp index 0bd4550..7f4d550 100644 Binary files a/static/sprites-small/home/10171.webp and b/static/sprites-small/home/10171.webp differ diff --git a/static/sprites-small/home/10172.webp b/static/sprites-small/home/10172.webp index 6cb30e5..8ddafb5 100644 Binary files a/static/sprites-small/home/10172.webp and b/static/sprites-small/home/10172.webp differ diff --git a/static/sprites-small/home/10173.webp b/static/sprites-small/home/10173.webp index 5f98f58..da6e9af 100644 Binary files a/static/sprites-small/home/10173.webp and b/static/sprites-small/home/10173.webp differ diff --git a/static/sprites-small/home/10174.webp b/static/sprites-small/home/10174.webp index 3f241f6e..98ef6df 100644 Binary files a/static/sprites-small/home/10174.webp and b/static/sprites-small/home/10174.webp differ diff --git a/static/sprites-small/home/10175.webp b/static/sprites-small/home/10175.webp index 09ace20..bfa8e3d 100644 Binary files a/static/sprites-small/home/10175.webp and b/static/sprites-small/home/10175.webp differ diff --git a/static/sprites-small/home/10176.webp b/static/sprites-small/home/10176.webp index 0c41792..f3f192a 100644 Binary files a/static/sprites-small/home/10176.webp and b/static/sprites-small/home/10176.webp differ diff --git a/static/sprites-small/home/10177.webp b/static/sprites-small/home/10177.webp index 326b764..5329621 100644 Binary files a/static/sprites-small/home/10177.webp and b/static/sprites-small/home/10177.webp differ diff --git a/static/sprites-small/home/10178.webp b/static/sprites-small/home/10178.webp index 1331311..f5e94fd 100644 Binary files a/static/sprites-small/home/10178.webp and b/static/sprites-small/home/10178.webp differ diff --git a/static/sprites-small/home/10179.webp b/static/sprites-small/home/10179.webp index a5c0cb3..18b4d0a 100644 Binary files a/static/sprites-small/home/10179.webp and b/static/sprites-small/home/10179.webp differ diff --git a/static/sprites-small/home/1018.webp b/static/sprites-small/home/1018.webp index fe39abd..b5b4a54 100644 Binary files a/static/sprites-small/home/1018.webp and b/static/sprites-small/home/1018.webp differ diff --git a/static/sprites-small/home/10180.webp b/static/sprites-small/home/10180.webp index fc95800..bb074b2 100644 Binary files a/static/sprites-small/home/10180.webp and b/static/sprites-small/home/10180.webp differ diff --git a/static/sprites-small/home/10181.webp b/static/sprites-small/home/10181.webp index afb0b77..d4200e8 100644 Binary files a/static/sprites-small/home/10181.webp and b/static/sprites-small/home/10181.webp differ diff --git a/static/sprites-small/home/10184.webp b/static/sprites-small/home/10184.webp index ca3881c..d7de35e 100644 Binary files a/static/sprites-small/home/10184.webp and b/static/sprites-small/home/10184.webp differ diff --git a/static/sprites-small/home/10185.webp b/static/sprites-small/home/10185.webp index de4e39c..ab4d03e 100644 Binary files a/static/sprites-small/home/10185.webp and b/static/sprites-small/home/10185.webp differ diff --git a/static/sprites-small/home/10186.webp b/static/sprites-small/home/10186.webp index 25ebf52..4259276 100644 Binary files a/static/sprites-small/home/10186.webp and b/static/sprites-small/home/10186.webp differ diff --git a/static/sprites-small/home/10188.webp b/static/sprites-small/home/10188.webp index a224815..ebb18df 100644 Binary files a/static/sprites-small/home/10188.webp and b/static/sprites-small/home/10188.webp differ diff --git a/static/sprites-small/home/10189.webp b/static/sprites-small/home/10189.webp index cceebef..c914da1 100644 Binary files a/static/sprites-small/home/10189.webp and b/static/sprites-small/home/10189.webp differ diff --git a/static/sprites-small/home/1019.webp b/static/sprites-small/home/1019.webp index 19ea474..88547f0 100644 Binary files a/static/sprites-small/home/1019.webp and b/static/sprites-small/home/1019.webp differ diff --git a/static/sprites-small/home/10190.webp b/static/sprites-small/home/10190.webp index 898923a..6dc468d 100644 Binary files a/static/sprites-small/home/10190.webp and b/static/sprites-small/home/10190.webp differ diff --git a/static/sprites-small/home/10191.webp b/static/sprites-small/home/10191.webp index 0b67ca9..94b72c2 100644 Binary files a/static/sprites-small/home/10191.webp and b/static/sprites-small/home/10191.webp differ diff --git a/static/sprites-small/home/10192.webp b/static/sprites-small/home/10192.webp index 20467b1..d022368 100644 Binary files a/static/sprites-small/home/10192.webp and b/static/sprites-small/home/10192.webp differ diff --git a/static/sprites-small/home/10193.webp b/static/sprites-small/home/10193.webp index 2d089b9..581f700 100644 Binary files a/static/sprites-small/home/10193.webp and b/static/sprites-small/home/10193.webp differ diff --git a/static/sprites-small/home/10194.webp b/static/sprites-small/home/10194.webp index 82940ae..44c25b4 100644 Binary files a/static/sprites-small/home/10194.webp and b/static/sprites-small/home/10194.webp differ diff --git a/static/sprites-small/home/10195.webp b/static/sprites-small/home/10195.webp index 6f0cb59..8ba3b5c 100644 Binary files a/static/sprites-small/home/10195.webp and b/static/sprites-small/home/10195.webp differ diff --git a/static/sprites-small/home/10196.webp b/static/sprites-small/home/10196.webp index 9d30c56..505f65f 100644 Binary files a/static/sprites-small/home/10196.webp and b/static/sprites-small/home/10196.webp differ diff --git a/static/sprites-small/home/10197.webp b/static/sprites-small/home/10197.webp index 72f4e01..be22717 100644 Binary files a/static/sprites-small/home/10197.webp and b/static/sprites-small/home/10197.webp differ diff --git a/static/sprites-small/home/10198.webp b/static/sprites-small/home/10198.webp index ea019eb..f77bcb7 100644 Binary files a/static/sprites-small/home/10198.webp and b/static/sprites-small/home/10198.webp differ diff --git a/static/sprites-small/home/10199.webp b/static/sprites-small/home/10199.webp index 81bee71..b83b52c 100644 Binary files a/static/sprites-small/home/10199.webp and b/static/sprites-small/home/10199.webp differ diff --git a/static/sprites-small/home/102.webp b/static/sprites-small/home/102.webp index 566dea4..725d32b 100644 Binary files a/static/sprites-small/home/102.webp and b/static/sprites-small/home/102.webp differ diff --git a/static/sprites-small/home/1020.webp b/static/sprites-small/home/1020.webp index 479f911..95c19c2 100644 Binary files a/static/sprites-small/home/1020.webp and b/static/sprites-small/home/1020.webp differ diff --git a/static/sprites-small/home/10200.webp b/static/sprites-small/home/10200.webp index 8941b72..d8b7e15 100644 Binary files a/static/sprites-small/home/10200.webp and b/static/sprites-small/home/10200.webp differ diff --git a/static/sprites-small/home/10201.webp b/static/sprites-small/home/10201.webp index da1e0f4..62a07c7 100644 Binary files a/static/sprites-small/home/10201.webp and b/static/sprites-small/home/10201.webp differ diff --git a/static/sprites-small/home/10202.webp b/static/sprites-small/home/10202.webp index 96118df..d0bb5f6 100644 Binary files a/static/sprites-small/home/10202.webp and b/static/sprites-small/home/10202.webp differ diff --git a/static/sprites-small/home/10203.webp b/static/sprites-small/home/10203.webp index 2a06d5f..b30300e 100644 Binary files a/static/sprites-small/home/10203.webp and b/static/sprites-small/home/10203.webp differ diff --git a/static/sprites-small/home/10204.webp b/static/sprites-small/home/10204.webp index 3c7b7cc..65904f2 100644 Binary files a/static/sprites-small/home/10204.webp and b/static/sprites-small/home/10204.webp differ diff --git a/static/sprites-small/home/10205.webp b/static/sprites-small/home/10205.webp index 9f8f039..00abf8e 100644 Binary files a/static/sprites-small/home/10205.webp and b/static/sprites-small/home/10205.webp differ diff --git a/static/sprites-small/home/10206.webp b/static/sprites-small/home/10206.webp index c1acbb2..51a82c4 100644 Binary files a/static/sprites-small/home/10206.webp and b/static/sprites-small/home/10206.webp differ diff --git a/static/sprites-small/home/10207.webp b/static/sprites-small/home/10207.webp index 229ff93..6805204 100644 Binary files a/static/sprites-small/home/10207.webp and b/static/sprites-small/home/10207.webp differ diff --git a/static/sprites-small/home/10208.webp b/static/sprites-small/home/10208.webp index 5fb8b32..a1dffd9 100644 Binary files a/static/sprites-small/home/10208.webp and b/static/sprites-small/home/10208.webp differ diff --git a/static/sprites-small/home/10209.webp b/static/sprites-small/home/10209.webp index a44cad4..67a45fd 100644 Binary files a/static/sprites-small/home/10209.webp and b/static/sprites-small/home/10209.webp differ diff --git a/static/sprites-small/home/1021.webp b/static/sprites-small/home/1021.webp index 3a3f169..7aca804 100644 Binary files a/static/sprites-small/home/1021.webp and b/static/sprites-small/home/1021.webp differ diff --git a/static/sprites-small/home/10210.webp b/static/sprites-small/home/10210.webp index e6eb4d2..42206e4 100644 Binary files a/static/sprites-small/home/10210.webp and b/static/sprites-small/home/10210.webp differ diff --git a/static/sprites-small/home/10211.webp b/static/sprites-small/home/10211.webp index 198c61b..9904400 100644 Binary files a/static/sprites-small/home/10211.webp and b/static/sprites-small/home/10211.webp differ diff --git a/static/sprites-small/home/10212.webp b/static/sprites-small/home/10212.webp index 5bb0851..35aeee1 100644 Binary files a/static/sprites-small/home/10212.webp and b/static/sprites-small/home/10212.webp differ diff --git a/static/sprites-small/home/10213.webp b/static/sprites-small/home/10213.webp index 3dc0171..351a8c4 100644 Binary files a/static/sprites-small/home/10213.webp and b/static/sprites-small/home/10213.webp differ diff --git a/static/sprites-small/home/10214.webp b/static/sprites-small/home/10214.webp index 0523df8..0e30c26 100644 Binary files a/static/sprites-small/home/10214.webp and b/static/sprites-small/home/10214.webp differ diff --git a/static/sprites-small/home/10215.webp b/static/sprites-small/home/10215.webp index 35c1be2..78b138b 100644 Binary files a/static/sprites-small/home/10215.webp and b/static/sprites-small/home/10215.webp differ diff --git a/static/sprites-small/home/10216.webp b/static/sprites-small/home/10216.webp index f92d87f..fb891a7 100644 Binary files a/static/sprites-small/home/10216.webp and b/static/sprites-small/home/10216.webp differ diff --git a/static/sprites-small/home/10217.webp b/static/sprites-small/home/10217.webp index 761e2ec..f5274e3 100644 Binary files a/static/sprites-small/home/10217.webp and b/static/sprites-small/home/10217.webp differ diff --git a/static/sprites-small/home/10218.webp b/static/sprites-small/home/10218.webp index dc68a77..ec619da 100644 Binary files a/static/sprites-small/home/10218.webp and b/static/sprites-small/home/10218.webp differ diff --git a/static/sprites-small/home/10219.webp b/static/sprites-small/home/10219.webp index e3617fa..7a2fbf9 100644 Binary files a/static/sprites-small/home/10219.webp and b/static/sprites-small/home/10219.webp differ diff --git a/static/sprites-small/home/1022.webp b/static/sprites-small/home/1022.webp index 3dbbb18..1d01a74 100644 Binary files a/static/sprites-small/home/1022.webp and b/static/sprites-small/home/1022.webp differ diff --git a/static/sprites-small/home/10220.webp b/static/sprites-small/home/10220.webp index 1cd0ab6..ec6b906 100644 Binary files a/static/sprites-small/home/10220.webp and b/static/sprites-small/home/10220.webp differ diff --git a/static/sprites-small/home/10221.webp b/static/sprites-small/home/10221.webp index 8c6ed08..25d4a94 100644 Binary files a/static/sprites-small/home/10221.webp and b/static/sprites-small/home/10221.webp differ diff --git a/static/sprites-small/home/10222.webp b/static/sprites-small/home/10222.webp index 69bc9e1..415b8af 100644 Binary files a/static/sprites-small/home/10222.webp and b/static/sprites-small/home/10222.webp differ diff --git a/static/sprites-small/home/10223.webp b/static/sprites-small/home/10223.webp index 208d90b..dc1c696 100644 Binary files a/static/sprites-small/home/10223.webp and b/static/sprites-small/home/10223.webp differ diff --git a/static/sprites-small/home/10224.webp b/static/sprites-small/home/10224.webp index a9b7e5b..60312d4 100644 Binary files a/static/sprites-small/home/10224.webp and b/static/sprites-small/home/10224.webp differ diff --git a/static/sprites-small/home/10225.webp b/static/sprites-small/home/10225.webp index a0476af..e1c241b 100644 Binary files a/static/sprites-small/home/10225.webp and b/static/sprites-small/home/10225.webp differ diff --git a/static/sprites-small/home/10226.webp b/static/sprites-small/home/10226.webp index 414f65c..5a0df16 100644 Binary files a/static/sprites-small/home/10226.webp and b/static/sprites-small/home/10226.webp differ diff --git a/static/sprites-small/home/10227.webp b/static/sprites-small/home/10227.webp index 104c691..0019936 100644 Binary files a/static/sprites-small/home/10227.webp and b/static/sprites-small/home/10227.webp differ diff --git a/static/sprites-small/home/10228.webp b/static/sprites-small/home/10228.webp index 81c9375..5926569 100644 Binary files a/static/sprites-small/home/10228.webp and b/static/sprites-small/home/10228.webp differ diff --git a/static/sprites-small/home/10229.webp b/static/sprites-small/home/10229.webp index f77f093..8e1575c 100644 Binary files a/static/sprites-small/home/10229.webp and b/static/sprites-small/home/10229.webp differ diff --git a/static/sprites-small/home/1023.webp b/static/sprites-small/home/1023.webp index 6a97d46..b6e4126 100644 Binary files a/static/sprites-small/home/1023.webp and b/static/sprites-small/home/1023.webp differ diff --git a/static/sprites-small/home/10230.webp b/static/sprites-small/home/10230.webp index 00eb87f..959ca05 100644 Binary files a/static/sprites-small/home/10230.webp and b/static/sprites-small/home/10230.webp differ diff --git a/static/sprites-small/home/10231.webp b/static/sprites-small/home/10231.webp index 1798da6..6c0b249 100644 Binary files a/static/sprites-small/home/10231.webp and b/static/sprites-small/home/10231.webp differ diff --git a/static/sprites-small/home/10232.webp b/static/sprites-small/home/10232.webp index 874136b..6e9ccf4 100644 Binary files a/static/sprites-small/home/10232.webp and b/static/sprites-small/home/10232.webp differ diff --git a/static/sprites-small/home/10233.webp b/static/sprites-small/home/10233.webp index d871dcd..a7e70c1 100644 Binary files a/static/sprites-small/home/10233.webp and b/static/sprites-small/home/10233.webp differ diff --git a/static/sprites-small/home/10234.webp b/static/sprites-small/home/10234.webp index e2cc0f8..5e32bb5 100644 Binary files a/static/sprites-small/home/10234.webp and b/static/sprites-small/home/10234.webp differ diff --git a/static/sprites-small/home/10235.webp b/static/sprites-small/home/10235.webp index b8980fc..b5a9a61 100644 Binary files a/static/sprites-small/home/10235.webp and b/static/sprites-small/home/10235.webp differ diff --git a/static/sprites-small/home/10236.webp b/static/sprites-small/home/10236.webp index 2afa0eb..9066499 100644 Binary files a/static/sprites-small/home/10236.webp and b/static/sprites-small/home/10236.webp differ diff --git a/static/sprites-small/home/10237.webp b/static/sprites-small/home/10237.webp index aa267ae..52344b4 100644 Binary files a/static/sprites-small/home/10237.webp and b/static/sprites-small/home/10237.webp differ diff --git a/static/sprites-small/home/10238.webp b/static/sprites-small/home/10238.webp index acac3a4..5b9c54d 100644 Binary files a/static/sprites-small/home/10238.webp and b/static/sprites-small/home/10238.webp differ diff --git a/static/sprites-small/home/10239.webp b/static/sprites-small/home/10239.webp index 56ea9d5..4c35882 100644 Binary files a/static/sprites-small/home/10239.webp and b/static/sprites-small/home/10239.webp differ diff --git a/static/sprites-small/home/1024.webp b/static/sprites-small/home/1024.webp index 18d2dd0..1e788a2 100644 Binary files a/static/sprites-small/home/1024.webp and b/static/sprites-small/home/1024.webp differ diff --git a/static/sprites-small/home/10240.webp b/static/sprites-small/home/10240.webp index cb507ab..ab6659e 100644 Binary files a/static/sprites-small/home/10240.webp and b/static/sprites-small/home/10240.webp differ diff --git a/static/sprites-small/home/10241.webp b/static/sprites-small/home/10241.webp index b381442..a2f184c 100644 Binary files a/static/sprites-small/home/10241.webp and b/static/sprites-small/home/10241.webp differ diff --git a/static/sprites-small/home/10242.webp b/static/sprites-small/home/10242.webp index d49e67a..84818ba 100644 Binary files a/static/sprites-small/home/10242.webp and b/static/sprites-small/home/10242.webp differ diff --git a/static/sprites-small/home/10243.webp b/static/sprites-small/home/10243.webp index 89c08e1..4857083 100644 Binary files a/static/sprites-small/home/10243.webp and b/static/sprites-small/home/10243.webp differ diff --git a/static/sprites-small/home/10244.webp b/static/sprites-small/home/10244.webp index e57232a..eaf6407 100644 Binary files a/static/sprites-small/home/10244.webp and b/static/sprites-small/home/10244.webp differ diff --git a/static/sprites-small/home/10245.webp b/static/sprites-small/home/10245.webp index 30ddcf8..a92aa51 100644 Binary files a/static/sprites-small/home/10245.webp and b/static/sprites-small/home/10245.webp differ diff --git a/static/sprites-small/home/10246.webp b/static/sprites-small/home/10246.webp index f278896..067cb86 100644 Binary files a/static/sprites-small/home/10246.webp and b/static/sprites-small/home/10246.webp differ diff --git a/static/sprites-small/home/10247.webp b/static/sprites-small/home/10247.webp index 8c192f8..c0c33f2 100644 Binary files a/static/sprites-small/home/10247.webp and b/static/sprites-small/home/10247.webp differ diff --git a/static/sprites-small/home/10248.webp b/static/sprites-small/home/10248.webp index c8825ae..330a122 100644 Binary files a/static/sprites-small/home/10248.webp and b/static/sprites-small/home/10248.webp differ diff --git a/static/sprites-small/home/10249.webp b/static/sprites-small/home/10249.webp index 6e60516..5137caa 100644 Binary files a/static/sprites-small/home/10249.webp and b/static/sprites-small/home/10249.webp differ diff --git a/static/sprites-small/home/1025.webp b/static/sprites-small/home/1025.webp index 3e2d67b..9c358cc 100644 Binary files a/static/sprites-small/home/1025.webp and b/static/sprites-small/home/1025.webp differ diff --git a/static/sprites-small/home/10250.webp b/static/sprites-small/home/10250.webp index e183e66..da7e665 100644 Binary files a/static/sprites-small/home/10250.webp and b/static/sprites-small/home/10250.webp differ diff --git a/static/sprites-small/home/10251.webp b/static/sprites-small/home/10251.webp index 1c0dfe1..c3e69ec 100644 Binary files a/static/sprites-small/home/10251.webp and b/static/sprites-small/home/10251.webp differ diff --git a/static/sprites-small/home/10252.webp b/static/sprites-small/home/10252.webp index ef29238..ab8a6da 100644 Binary files a/static/sprites-small/home/10252.webp and b/static/sprites-small/home/10252.webp differ diff --git a/static/sprites-small/home/10253.webp b/static/sprites-small/home/10253.webp index f2db126..e404f8f 100644 Binary files a/static/sprites-small/home/10253.webp and b/static/sprites-small/home/10253.webp differ diff --git a/static/sprites-small/home/10254.webp b/static/sprites-small/home/10254.webp index 14c2432..a91d353 100644 Binary files a/static/sprites-small/home/10254.webp and b/static/sprites-small/home/10254.webp differ diff --git a/static/sprites-small/home/10255.webp b/static/sprites-small/home/10255.webp index 4f6db50..25c777c 100644 Binary files a/static/sprites-small/home/10255.webp and b/static/sprites-small/home/10255.webp differ diff --git a/static/sprites-small/home/10256.webp b/static/sprites-small/home/10256.webp index b18f306..ac1e172 100644 Binary files a/static/sprites-small/home/10256.webp and b/static/sprites-small/home/10256.webp differ diff --git a/static/sprites-small/home/10257.webp b/static/sprites-small/home/10257.webp index eb6367c..2e73e5a 100644 Binary files a/static/sprites-small/home/10257.webp and b/static/sprites-small/home/10257.webp differ diff --git a/static/sprites-small/home/10258.webp b/static/sprites-small/home/10258.webp index 9a16692..9f120b3 100644 Binary files a/static/sprites-small/home/10258.webp and b/static/sprites-small/home/10258.webp differ diff --git a/static/sprites-small/home/10259.webp b/static/sprites-small/home/10259.webp index 52f2a66..b27adf3 100644 Binary files a/static/sprites-small/home/10259.webp and b/static/sprites-small/home/10259.webp differ diff --git a/static/sprites-small/home/10260.webp b/static/sprites-small/home/10260.webp index 5bd965d..81a9db0 100644 Binary files a/static/sprites-small/home/10260.webp and b/static/sprites-small/home/10260.webp differ diff --git a/static/sprites-small/home/10261.webp b/static/sprites-small/home/10261.webp index aad7cc9..312e3d4 100644 Binary files a/static/sprites-small/home/10261.webp and b/static/sprites-small/home/10261.webp differ diff --git a/static/sprites-small/home/10262.webp b/static/sprites-small/home/10262.webp index bec7aa7..d37a0c0 100644 Binary files a/static/sprites-small/home/10262.webp and b/static/sprites-small/home/10262.webp differ diff --git a/static/sprites-small/home/10263.webp b/static/sprites-small/home/10263.webp index 4c1b57c..5198610 100644 Binary files a/static/sprites-small/home/10263.webp and b/static/sprites-small/home/10263.webp differ diff --git a/static/sprites-small/home/10272.webp b/static/sprites-small/home/10272.webp index 619b0c3..815fcbc 100644 Binary files a/static/sprites-small/home/10272.webp and b/static/sprites-small/home/10272.webp differ diff --git a/static/sprites-small/home/10273.webp b/static/sprites-small/home/10273.webp index a0102f2..b182bcf 100644 Binary files a/static/sprites-small/home/10273.webp and b/static/sprites-small/home/10273.webp differ diff --git a/static/sprites-small/home/10274.webp b/static/sprites-small/home/10274.webp index a4323e5..1472b42 100644 Binary files a/static/sprites-small/home/10274.webp and b/static/sprites-small/home/10274.webp differ diff --git a/static/sprites-small/home/10275.webp b/static/sprites-small/home/10275.webp index d4c1c0e..a558a69 100644 Binary files a/static/sprites-small/home/10275.webp and b/static/sprites-small/home/10275.webp differ diff --git a/static/sprites-small/home/10276.webp b/static/sprites-small/home/10276.webp index fd8faf1..f64c3a4 100644 Binary files a/static/sprites-small/home/10276.webp and b/static/sprites-small/home/10276.webp differ diff --git a/static/sprites-small/home/10277.webp b/static/sprites-small/home/10277.webp index 5afe9b6..15c4112 100644 Binary files a/static/sprites-small/home/10277.webp and b/static/sprites-small/home/10277.webp differ diff --git a/static/sprites-small/home/103.webp b/static/sprites-small/home/103.webp index 26844ae..efbcf0f 100644 Binary files a/static/sprites-small/home/103.webp and b/static/sprites-small/home/103.webp differ diff --git a/static/sprites-small/home/104.webp b/static/sprites-small/home/104.webp index 818c5ea..cfe53f6 100644 Binary files a/static/sprites-small/home/104.webp and b/static/sprites-small/home/104.webp differ diff --git a/static/sprites-small/home/105.webp b/static/sprites-small/home/105.webp index 015c426..888ab70 100644 Binary files a/static/sprites-small/home/105.webp and b/static/sprites-small/home/105.webp differ diff --git a/static/sprites-small/home/106.webp b/static/sprites-small/home/106.webp index 87dee51..d3ce06f 100644 Binary files a/static/sprites-small/home/106.webp and b/static/sprites-small/home/106.webp differ diff --git a/static/sprites-small/home/107.webp b/static/sprites-small/home/107.webp index 2b400c0..161baa3 100644 Binary files a/static/sprites-small/home/107.webp and b/static/sprites-small/home/107.webp differ diff --git a/static/sprites-small/home/108.webp b/static/sprites-small/home/108.webp index 31410c0..a9a5c00 100644 Binary files a/static/sprites-small/home/108.webp and b/static/sprites-small/home/108.webp differ diff --git a/static/sprites-small/home/109.webp b/static/sprites-small/home/109.webp index d7c322c..b2bb929 100644 Binary files a/static/sprites-small/home/109.webp and b/static/sprites-small/home/109.webp differ diff --git a/static/sprites-small/home/11.webp b/static/sprites-small/home/11.webp index d79209e..5dae84c 100644 Binary files a/static/sprites-small/home/11.webp and b/static/sprites-small/home/11.webp differ diff --git a/static/sprites-small/home/110.webp b/static/sprites-small/home/110.webp index f47e8d6..c6f6eb1 100644 Binary files a/static/sprites-small/home/110.webp and b/static/sprites-small/home/110.webp differ diff --git a/static/sprites-small/home/111.webp b/static/sprites-small/home/111.webp index 8f42f8c..ca75103 100644 Binary files a/static/sprites-small/home/111.webp and b/static/sprites-small/home/111.webp differ diff --git a/static/sprites-small/home/112.webp b/static/sprites-small/home/112.webp index 406205b..54f6b35 100644 Binary files a/static/sprites-small/home/112.webp and b/static/sprites-small/home/112.webp differ diff --git a/static/sprites-small/home/113.webp b/static/sprites-small/home/113.webp index 34ed3ed..3bdd912 100644 Binary files a/static/sprites-small/home/113.webp and b/static/sprites-small/home/113.webp differ diff --git a/static/sprites-small/home/114.webp b/static/sprites-small/home/114.webp index 297f9c4..bd65303 100644 Binary files a/static/sprites-small/home/114.webp and b/static/sprites-small/home/114.webp differ diff --git a/static/sprites-small/home/115.webp b/static/sprites-small/home/115.webp index cb5a3f6..4563d52 100644 Binary files a/static/sprites-small/home/115.webp and b/static/sprites-small/home/115.webp differ diff --git a/static/sprites-small/home/116.webp b/static/sprites-small/home/116.webp index 009dec0..7b5280b 100644 Binary files a/static/sprites-small/home/116.webp and b/static/sprites-small/home/116.webp differ diff --git a/static/sprites-small/home/117.webp b/static/sprites-small/home/117.webp index 82b0aff..9b7b325 100644 Binary files a/static/sprites-small/home/117.webp and b/static/sprites-small/home/117.webp differ diff --git a/static/sprites-small/home/118.webp b/static/sprites-small/home/118.webp index 5e490e9..2555dd7 100644 Binary files a/static/sprites-small/home/118.webp and b/static/sprites-small/home/118.webp differ diff --git a/static/sprites-small/home/119.webp b/static/sprites-small/home/119.webp index a92b446..d7f267c 100644 Binary files a/static/sprites-small/home/119.webp and b/static/sprites-small/home/119.webp differ diff --git a/static/sprites-small/home/12.webp b/static/sprites-small/home/12.webp index efd450c..902c18c 100644 Binary files a/static/sprites-small/home/12.webp and b/static/sprites-small/home/12.webp differ diff --git a/static/sprites-small/home/120.webp b/static/sprites-small/home/120.webp index 3b0bcbe..6afa2a2 100644 Binary files a/static/sprites-small/home/120.webp and b/static/sprites-small/home/120.webp differ diff --git a/static/sprites-small/home/121.webp b/static/sprites-small/home/121.webp index 75d3856..27d9032 100644 Binary files a/static/sprites-small/home/121.webp and b/static/sprites-small/home/121.webp differ diff --git a/static/sprites-small/home/122.webp b/static/sprites-small/home/122.webp index d7f30f0..7946eb8 100644 Binary files a/static/sprites-small/home/122.webp and b/static/sprites-small/home/122.webp differ diff --git a/static/sprites-small/home/123.webp b/static/sprites-small/home/123.webp index b5d631f..d2e5fbb 100644 Binary files a/static/sprites-small/home/123.webp and b/static/sprites-small/home/123.webp differ diff --git a/static/sprites-small/home/124.webp b/static/sprites-small/home/124.webp index 0f96002..1e0cfb6 100644 Binary files a/static/sprites-small/home/124.webp and b/static/sprites-small/home/124.webp differ diff --git a/static/sprites-small/home/125.webp b/static/sprites-small/home/125.webp index 4b882c7..440a7d3 100644 Binary files a/static/sprites-small/home/125.webp and b/static/sprites-small/home/125.webp differ diff --git a/static/sprites-small/home/126.webp b/static/sprites-small/home/126.webp index ce9f11f..62c66d0 100644 Binary files a/static/sprites-small/home/126.webp and b/static/sprites-small/home/126.webp differ diff --git a/static/sprites-small/home/127.webp b/static/sprites-small/home/127.webp index d5639c0..f5a7856 100644 Binary files a/static/sprites-small/home/127.webp and b/static/sprites-small/home/127.webp differ diff --git a/static/sprites-small/home/128.webp b/static/sprites-small/home/128.webp index 5118501..3628ef5 100644 Binary files a/static/sprites-small/home/128.webp and b/static/sprites-small/home/128.webp differ diff --git a/static/sprites-small/home/129.webp b/static/sprites-small/home/129.webp index f10d4c2..322d3db 100644 Binary files a/static/sprites-small/home/129.webp and b/static/sprites-small/home/129.webp differ diff --git a/static/sprites-small/home/13.webp b/static/sprites-small/home/13.webp index 04afb02..8405f91 100644 Binary files a/static/sprites-small/home/13.webp and b/static/sprites-small/home/13.webp differ diff --git a/static/sprites-small/home/130.webp b/static/sprites-small/home/130.webp index 20b7c31..560be66 100644 Binary files a/static/sprites-small/home/130.webp and b/static/sprites-small/home/130.webp differ diff --git a/static/sprites-small/home/131.webp b/static/sprites-small/home/131.webp index 42d99e5..934d35a 100644 Binary files a/static/sprites-small/home/131.webp and b/static/sprites-small/home/131.webp differ diff --git a/static/sprites-small/home/132.webp b/static/sprites-small/home/132.webp index f6f670b..eaa15a6 100644 Binary files a/static/sprites-small/home/132.webp and b/static/sprites-small/home/132.webp differ diff --git a/static/sprites-small/home/133.webp b/static/sprites-small/home/133.webp index 70bdd02..3c2eab6 100644 Binary files a/static/sprites-small/home/133.webp and b/static/sprites-small/home/133.webp differ diff --git a/static/sprites-small/home/134.webp b/static/sprites-small/home/134.webp index 5d4b7e8..35f7b47 100644 Binary files a/static/sprites-small/home/134.webp and b/static/sprites-small/home/134.webp differ diff --git a/static/sprites-small/home/135.webp b/static/sprites-small/home/135.webp index c8e1101..7b90a84 100644 Binary files a/static/sprites-small/home/135.webp and b/static/sprites-small/home/135.webp differ diff --git a/static/sprites-small/home/136.webp b/static/sprites-small/home/136.webp index c1e92d4..d531932 100644 Binary files a/static/sprites-small/home/136.webp and b/static/sprites-small/home/136.webp differ diff --git a/static/sprites-small/home/137.webp b/static/sprites-small/home/137.webp index 50b43fa..2b4dfb9 100644 Binary files a/static/sprites-small/home/137.webp and b/static/sprites-small/home/137.webp differ diff --git a/static/sprites-small/home/138.webp b/static/sprites-small/home/138.webp index 2559f58..97fe008 100644 Binary files a/static/sprites-small/home/138.webp and b/static/sprites-small/home/138.webp differ diff --git a/static/sprites-small/home/139.webp b/static/sprites-small/home/139.webp index 783da8e..09171bf 100644 Binary files a/static/sprites-small/home/139.webp and b/static/sprites-small/home/139.webp differ diff --git a/static/sprites-small/home/14.webp b/static/sprites-small/home/14.webp index bcc71d8..4b35adf 100644 Binary files a/static/sprites-small/home/14.webp and b/static/sprites-small/home/14.webp differ diff --git a/static/sprites-small/home/140.webp b/static/sprites-small/home/140.webp index 4f45fb0..5e5202b 100644 Binary files a/static/sprites-small/home/140.webp and b/static/sprites-small/home/140.webp differ diff --git a/static/sprites-small/home/141.webp b/static/sprites-small/home/141.webp index 7876bf4..941e4aa 100644 Binary files a/static/sprites-small/home/141.webp and b/static/sprites-small/home/141.webp differ diff --git a/static/sprites-small/home/142.webp b/static/sprites-small/home/142.webp index 497eb8e..c1c9eae 100644 Binary files a/static/sprites-small/home/142.webp and b/static/sprites-small/home/142.webp differ diff --git a/static/sprites-small/home/143.webp b/static/sprites-small/home/143.webp index 5bef7a5..ecdfd93 100644 Binary files a/static/sprites-small/home/143.webp and b/static/sprites-small/home/143.webp differ diff --git a/static/sprites-small/home/144.webp b/static/sprites-small/home/144.webp index 026d467..bd92e28 100644 Binary files a/static/sprites-small/home/144.webp and b/static/sprites-small/home/144.webp differ diff --git a/static/sprites-small/home/145.webp b/static/sprites-small/home/145.webp index e1edd1d..7117062 100644 Binary files a/static/sprites-small/home/145.webp and b/static/sprites-small/home/145.webp differ diff --git a/static/sprites-small/home/146.webp b/static/sprites-small/home/146.webp index 04de6aa..0653ad4 100644 Binary files a/static/sprites-small/home/146.webp and b/static/sprites-small/home/146.webp differ diff --git a/static/sprites-small/home/147.webp b/static/sprites-small/home/147.webp index 0d24ad2..fb621da 100644 Binary files a/static/sprites-small/home/147.webp and b/static/sprites-small/home/147.webp differ diff --git a/static/sprites-small/home/148.webp b/static/sprites-small/home/148.webp index 25655b0..4c18074 100644 Binary files a/static/sprites-small/home/148.webp and b/static/sprites-small/home/148.webp differ diff --git a/static/sprites-small/home/149.webp b/static/sprites-small/home/149.webp index b93a529..69a9017 100644 Binary files a/static/sprites-small/home/149.webp and b/static/sprites-small/home/149.webp differ diff --git a/static/sprites-small/home/15.webp b/static/sprites-small/home/15.webp index 92128ca..a9ce69f 100644 Binary files a/static/sprites-small/home/15.webp and b/static/sprites-small/home/15.webp differ diff --git a/static/sprites-small/home/150.webp b/static/sprites-small/home/150.webp index 92b9e19..25b5dd7 100644 Binary files a/static/sprites-small/home/150.webp and b/static/sprites-small/home/150.webp differ diff --git a/static/sprites-small/home/151.webp b/static/sprites-small/home/151.webp index 8791e0b..fa3f831 100644 Binary files a/static/sprites-small/home/151.webp and b/static/sprites-small/home/151.webp differ diff --git a/static/sprites-small/home/152.webp b/static/sprites-small/home/152.webp index b7b6125..04f087c 100644 Binary files a/static/sprites-small/home/152.webp and b/static/sprites-small/home/152.webp differ diff --git a/static/sprites-small/home/153.webp b/static/sprites-small/home/153.webp index 63a531d..9febed9 100644 Binary files a/static/sprites-small/home/153.webp and b/static/sprites-small/home/153.webp differ diff --git a/static/sprites-small/home/154.webp b/static/sprites-small/home/154.webp index 3761f17..9d167d6 100644 Binary files a/static/sprites-small/home/154.webp and b/static/sprites-small/home/154.webp differ diff --git a/static/sprites-small/home/155.webp b/static/sprites-small/home/155.webp index a82a0e8..84a4108 100644 Binary files a/static/sprites-small/home/155.webp and b/static/sprites-small/home/155.webp differ diff --git a/static/sprites-small/home/156.webp b/static/sprites-small/home/156.webp index 36342e0..c6bde19 100644 Binary files a/static/sprites-small/home/156.webp and b/static/sprites-small/home/156.webp differ diff --git a/static/sprites-small/home/157.webp b/static/sprites-small/home/157.webp index 0f7ad42..4fdf6ea 100644 Binary files a/static/sprites-small/home/157.webp and b/static/sprites-small/home/157.webp differ diff --git a/static/sprites-small/home/158.webp b/static/sprites-small/home/158.webp index 06c0289..598dd27 100644 Binary files a/static/sprites-small/home/158.webp and b/static/sprites-small/home/158.webp differ diff --git a/static/sprites-small/home/159.webp b/static/sprites-small/home/159.webp index c00df02..696c141 100644 Binary files a/static/sprites-small/home/159.webp and b/static/sprites-small/home/159.webp differ diff --git a/static/sprites-small/home/16.webp b/static/sprites-small/home/16.webp index 08958d6..18c7e5b 100644 Binary files a/static/sprites-small/home/16.webp and b/static/sprites-small/home/16.webp differ diff --git a/static/sprites-small/home/160.webp b/static/sprites-small/home/160.webp index 21035d5..5a712f6 100644 Binary files a/static/sprites-small/home/160.webp and b/static/sprites-small/home/160.webp differ diff --git a/static/sprites-small/home/161.webp b/static/sprites-small/home/161.webp index c6bf43e..74e70f2 100644 Binary files a/static/sprites-small/home/161.webp and b/static/sprites-small/home/161.webp differ diff --git a/static/sprites-small/home/162.webp b/static/sprites-small/home/162.webp index a1121ee..1e34e48 100644 Binary files a/static/sprites-small/home/162.webp and b/static/sprites-small/home/162.webp differ diff --git a/static/sprites-small/home/163.webp b/static/sprites-small/home/163.webp index e59dd6c..3192dd6 100644 Binary files a/static/sprites-small/home/163.webp and b/static/sprites-small/home/163.webp differ diff --git a/static/sprites-small/home/164.webp b/static/sprites-small/home/164.webp index 037681a..dbd457c 100644 Binary files a/static/sprites-small/home/164.webp and b/static/sprites-small/home/164.webp differ diff --git a/static/sprites-small/home/165.webp b/static/sprites-small/home/165.webp index a4af921..e8222c7 100644 Binary files a/static/sprites-small/home/165.webp and b/static/sprites-small/home/165.webp differ diff --git a/static/sprites-small/home/166.webp b/static/sprites-small/home/166.webp index e21a0c6..c67698a 100644 Binary files a/static/sprites-small/home/166.webp and b/static/sprites-small/home/166.webp differ diff --git a/static/sprites-small/home/167.webp b/static/sprites-small/home/167.webp index 8a1152b..a66b949 100644 Binary files a/static/sprites-small/home/167.webp and b/static/sprites-small/home/167.webp differ diff --git a/static/sprites-small/home/168.webp b/static/sprites-small/home/168.webp index 4e0a560..7bc4148 100644 Binary files a/static/sprites-small/home/168.webp and b/static/sprites-small/home/168.webp differ diff --git a/static/sprites-small/home/169.webp b/static/sprites-small/home/169.webp index 49740d1..69772db 100644 Binary files a/static/sprites-small/home/169.webp and b/static/sprites-small/home/169.webp differ diff --git a/static/sprites-small/home/17.webp b/static/sprites-small/home/17.webp index 006051b..f225b27 100644 Binary files a/static/sprites-small/home/17.webp and b/static/sprites-small/home/17.webp differ diff --git a/static/sprites-small/home/170.webp b/static/sprites-small/home/170.webp index 4b42fdf..1c657c4 100644 Binary files a/static/sprites-small/home/170.webp and b/static/sprites-small/home/170.webp differ diff --git a/static/sprites-small/home/171.webp b/static/sprites-small/home/171.webp index c492f9c..e8769df 100644 Binary files a/static/sprites-small/home/171.webp and b/static/sprites-small/home/171.webp differ diff --git a/static/sprites-small/home/172.webp b/static/sprites-small/home/172.webp index f5e79b1..d1e1137 100644 Binary files a/static/sprites-small/home/172.webp and b/static/sprites-small/home/172.webp differ diff --git a/static/sprites-small/home/173.webp b/static/sprites-small/home/173.webp index 6d908fc..68ce0f0 100644 Binary files a/static/sprites-small/home/173.webp and b/static/sprites-small/home/173.webp differ diff --git a/static/sprites-small/home/174.webp b/static/sprites-small/home/174.webp index 4e7d61a..0748817 100644 Binary files a/static/sprites-small/home/174.webp and b/static/sprites-small/home/174.webp differ diff --git a/static/sprites-small/home/175.webp b/static/sprites-small/home/175.webp index 802bfd7..348b32a 100644 Binary files a/static/sprites-small/home/175.webp and b/static/sprites-small/home/175.webp differ diff --git a/static/sprites-small/home/176.webp b/static/sprites-small/home/176.webp index 123d0c2..79a33ff 100644 Binary files a/static/sprites-small/home/176.webp and b/static/sprites-small/home/176.webp differ diff --git a/static/sprites-small/home/177.webp b/static/sprites-small/home/177.webp index 07cdc7f..0854d03 100644 Binary files a/static/sprites-small/home/177.webp and b/static/sprites-small/home/177.webp differ diff --git a/static/sprites-small/home/178.webp b/static/sprites-small/home/178.webp index ef63fac..5b88f21 100644 Binary files a/static/sprites-small/home/178.webp and b/static/sprites-small/home/178.webp differ diff --git a/static/sprites-small/home/179.webp b/static/sprites-small/home/179.webp index 0070963..7244639 100644 Binary files a/static/sprites-small/home/179.webp and b/static/sprites-small/home/179.webp differ diff --git a/static/sprites-small/home/18.webp b/static/sprites-small/home/18.webp index a6e72d5..3679006 100644 Binary files a/static/sprites-small/home/18.webp and b/static/sprites-small/home/18.webp differ diff --git a/static/sprites-small/home/180.webp b/static/sprites-small/home/180.webp index 88c3553..4919446 100644 Binary files a/static/sprites-small/home/180.webp and b/static/sprites-small/home/180.webp differ diff --git a/static/sprites-small/home/181.webp b/static/sprites-small/home/181.webp index adc3704..8fb831b 100644 Binary files a/static/sprites-small/home/181.webp and b/static/sprites-small/home/181.webp differ diff --git a/static/sprites-small/home/182.webp b/static/sprites-small/home/182.webp index a6b4e3b..d1f4e60 100644 Binary files a/static/sprites-small/home/182.webp and b/static/sprites-small/home/182.webp differ diff --git a/static/sprites-small/home/183.webp b/static/sprites-small/home/183.webp index 12aadf9..8c95e7d 100644 Binary files a/static/sprites-small/home/183.webp and b/static/sprites-small/home/183.webp differ diff --git a/static/sprites-small/home/184.webp b/static/sprites-small/home/184.webp index eda426a..dd29200 100644 Binary files a/static/sprites-small/home/184.webp and b/static/sprites-small/home/184.webp differ diff --git a/static/sprites-small/home/185.webp b/static/sprites-small/home/185.webp index 5e6ec69..a6b5f20 100644 Binary files a/static/sprites-small/home/185.webp and b/static/sprites-small/home/185.webp differ diff --git a/static/sprites-small/home/186.webp b/static/sprites-small/home/186.webp index 85babab..3b7df06 100644 Binary files a/static/sprites-small/home/186.webp and b/static/sprites-small/home/186.webp differ diff --git a/static/sprites-small/home/187.webp b/static/sprites-small/home/187.webp index bdf43aa..d7a31cb 100644 Binary files a/static/sprites-small/home/187.webp and b/static/sprites-small/home/187.webp differ diff --git a/static/sprites-small/home/188.webp b/static/sprites-small/home/188.webp index b0221a1..c4d2bed 100644 Binary files a/static/sprites-small/home/188.webp and b/static/sprites-small/home/188.webp differ diff --git a/static/sprites-small/home/189.webp b/static/sprites-small/home/189.webp index c8cf9d2..6222581 100644 Binary files a/static/sprites-small/home/189.webp and b/static/sprites-small/home/189.webp differ diff --git a/static/sprites-small/home/19.webp b/static/sprites-small/home/19.webp index 1ded69a..3acf2a8 100644 Binary files a/static/sprites-small/home/19.webp and b/static/sprites-small/home/19.webp differ diff --git a/static/sprites-small/home/190.webp b/static/sprites-small/home/190.webp index 4e82812..b102a16 100644 Binary files a/static/sprites-small/home/190.webp and b/static/sprites-small/home/190.webp differ diff --git a/static/sprites-small/home/191.webp b/static/sprites-small/home/191.webp index e049167..fff9fb9 100644 Binary files a/static/sprites-small/home/191.webp and b/static/sprites-small/home/191.webp differ diff --git a/static/sprites-small/home/192.webp b/static/sprites-small/home/192.webp index ce027ca..2e3ebad 100644 Binary files a/static/sprites-small/home/192.webp and b/static/sprites-small/home/192.webp differ diff --git a/static/sprites-small/home/193.webp b/static/sprites-small/home/193.webp index f4d4860..8a253f4 100644 Binary files a/static/sprites-small/home/193.webp and b/static/sprites-small/home/193.webp differ diff --git a/static/sprites-small/home/194.webp b/static/sprites-small/home/194.webp index 3db82b4..ee837d6 100644 Binary files a/static/sprites-small/home/194.webp and b/static/sprites-small/home/194.webp differ diff --git a/static/sprites-small/home/195.webp b/static/sprites-small/home/195.webp index cc5d990..e7dbe15 100644 Binary files a/static/sprites-small/home/195.webp and b/static/sprites-small/home/195.webp differ diff --git a/static/sprites-small/home/196.webp b/static/sprites-small/home/196.webp index c74641e..bc9a04b 100644 Binary files a/static/sprites-small/home/196.webp and b/static/sprites-small/home/196.webp differ diff --git a/static/sprites-small/home/197.webp b/static/sprites-small/home/197.webp index 409d169..83197c2 100644 Binary files a/static/sprites-small/home/197.webp and b/static/sprites-small/home/197.webp differ diff --git a/static/sprites-small/home/198.webp b/static/sprites-small/home/198.webp index 730d183..50396b4 100644 Binary files a/static/sprites-small/home/198.webp and b/static/sprites-small/home/198.webp differ diff --git a/static/sprites-small/home/199.webp b/static/sprites-small/home/199.webp index ed3c685..a6f27ff 100644 Binary files a/static/sprites-small/home/199.webp and b/static/sprites-small/home/199.webp differ diff --git a/static/sprites-small/home/2.webp b/static/sprites-small/home/2.webp index 532c785..31cbea2 100644 Binary files a/static/sprites-small/home/2.webp and b/static/sprites-small/home/2.webp differ diff --git a/static/sprites-small/home/20.webp b/static/sprites-small/home/20.webp index 90d7beb..30b3f74 100644 Binary files a/static/sprites-small/home/20.webp and b/static/sprites-small/home/20.webp differ diff --git a/static/sprites-small/home/200.webp b/static/sprites-small/home/200.webp index f6b648d..8d629b2 100644 Binary files a/static/sprites-small/home/200.webp and b/static/sprites-small/home/200.webp differ diff --git a/static/sprites-small/home/201-a.webp b/static/sprites-small/home/201-a.webp index 046d990..54f13e4 100644 Binary files a/static/sprites-small/home/201-a.webp and b/static/sprites-small/home/201-a.webp differ diff --git a/static/sprites-small/home/201-b.webp b/static/sprites-small/home/201-b.webp index 22585c1..f123cfd 100644 Binary files a/static/sprites-small/home/201-b.webp and b/static/sprites-small/home/201-b.webp differ diff --git a/static/sprites-small/home/201-c.webp b/static/sprites-small/home/201-c.webp index fc34530..5d10149 100644 Binary files a/static/sprites-small/home/201-c.webp and b/static/sprites-small/home/201-c.webp differ diff --git a/static/sprites-small/home/201-d.webp b/static/sprites-small/home/201-d.webp index 23c6f68..1194d98 100644 Binary files a/static/sprites-small/home/201-d.webp and b/static/sprites-small/home/201-d.webp differ diff --git a/static/sprites-small/home/201-e.webp b/static/sprites-small/home/201-e.webp index 22b2aa3..55f8f90 100644 Binary files a/static/sprites-small/home/201-e.webp and b/static/sprites-small/home/201-e.webp differ diff --git a/static/sprites-small/home/201-exclamation.webp b/static/sprites-small/home/201-exclamation.webp index e439d0d..18acf35 100644 Binary files a/static/sprites-small/home/201-exclamation.webp and b/static/sprites-small/home/201-exclamation.webp differ diff --git a/static/sprites-small/home/201-f.webp b/static/sprites-small/home/201-f.webp index d3e714f..21c5559 100644 Binary files a/static/sprites-small/home/201-f.webp and b/static/sprites-small/home/201-f.webp differ diff --git a/static/sprites-small/home/201-g.webp b/static/sprites-small/home/201-g.webp index e9aa34b..1187105 100644 Binary files a/static/sprites-small/home/201-g.webp and b/static/sprites-small/home/201-g.webp differ diff --git a/static/sprites-small/home/201-h.webp b/static/sprites-small/home/201-h.webp index baa91ba..2200d48 100644 Binary files a/static/sprites-small/home/201-h.webp and b/static/sprites-small/home/201-h.webp differ diff --git a/static/sprites-small/home/201-i.webp b/static/sprites-small/home/201-i.webp index 6e70f1a..2fa698d 100644 Binary files a/static/sprites-small/home/201-i.webp and b/static/sprites-small/home/201-i.webp differ diff --git a/static/sprites-small/home/201-j.webp b/static/sprites-small/home/201-j.webp index a0e1263..f6e776e 100644 Binary files a/static/sprites-small/home/201-j.webp and b/static/sprites-small/home/201-j.webp differ diff --git a/static/sprites-small/home/201-k.webp b/static/sprites-small/home/201-k.webp index ebaeb84..0c1e62e 100644 Binary files a/static/sprites-small/home/201-k.webp and b/static/sprites-small/home/201-k.webp differ diff --git a/static/sprites-small/home/201-l.webp b/static/sprites-small/home/201-l.webp index 0733e64..7adedbe 100644 Binary files a/static/sprites-small/home/201-l.webp and b/static/sprites-small/home/201-l.webp differ diff --git a/static/sprites-small/home/201-m.webp b/static/sprites-small/home/201-m.webp index 1644c9c..0270d6c 100644 Binary files a/static/sprites-small/home/201-m.webp and b/static/sprites-small/home/201-m.webp differ diff --git a/static/sprites-small/home/201-n.webp b/static/sprites-small/home/201-n.webp index 8fe97da..d11d13f 100644 Binary files a/static/sprites-small/home/201-n.webp and b/static/sprites-small/home/201-n.webp differ diff --git a/static/sprites-small/home/201-o.webp b/static/sprites-small/home/201-o.webp index a2325a8..d8169ca 100644 Binary files a/static/sprites-small/home/201-o.webp and b/static/sprites-small/home/201-o.webp differ diff --git a/static/sprites-small/home/201-p.webp b/static/sprites-small/home/201-p.webp index 0382f73..b05fd56 100644 Binary files a/static/sprites-small/home/201-p.webp and b/static/sprites-small/home/201-p.webp differ diff --git a/static/sprites-small/home/201-q.webp b/static/sprites-small/home/201-q.webp index b2553ea..84f8713 100644 Binary files a/static/sprites-small/home/201-q.webp and b/static/sprites-small/home/201-q.webp differ diff --git a/static/sprites-small/home/201-question.webp b/static/sprites-small/home/201-question.webp index fdd2bdd..4044229 100644 Binary files a/static/sprites-small/home/201-question.webp and b/static/sprites-small/home/201-question.webp differ diff --git a/static/sprites-small/home/201-r.webp b/static/sprites-small/home/201-r.webp index bacbd78..ca4f925 100644 Binary files a/static/sprites-small/home/201-r.webp and b/static/sprites-small/home/201-r.webp differ diff --git a/static/sprites-small/home/201-s.webp b/static/sprites-small/home/201-s.webp index 76a7e74..77775e6 100644 Binary files a/static/sprites-small/home/201-s.webp and b/static/sprites-small/home/201-s.webp differ diff --git a/static/sprites-small/home/201-t.webp b/static/sprites-small/home/201-t.webp index 96c40b3..0c143a8 100644 Binary files a/static/sprites-small/home/201-t.webp and b/static/sprites-small/home/201-t.webp differ diff --git a/static/sprites-small/home/201-u.webp b/static/sprites-small/home/201-u.webp index 0fff6e3..9d5f42f 100644 Binary files a/static/sprites-small/home/201-u.webp and b/static/sprites-small/home/201-u.webp differ diff --git a/static/sprites-small/home/201-v.webp b/static/sprites-small/home/201-v.webp index b188bac..84de099 100644 Binary files a/static/sprites-small/home/201-v.webp and b/static/sprites-small/home/201-v.webp differ diff --git a/static/sprites-small/home/201-w.webp b/static/sprites-small/home/201-w.webp index ec87a36..3a039ae 100644 Binary files a/static/sprites-small/home/201-w.webp and b/static/sprites-small/home/201-w.webp differ diff --git a/static/sprites-small/home/201-x.webp b/static/sprites-small/home/201-x.webp index c7c18d7..7b84d72 100644 Binary files a/static/sprites-small/home/201-x.webp and b/static/sprites-small/home/201-x.webp differ diff --git a/static/sprites-small/home/201-y.webp b/static/sprites-small/home/201-y.webp index f3a4f1c..a1f7a23 100644 Binary files a/static/sprites-small/home/201-y.webp and b/static/sprites-small/home/201-y.webp differ diff --git a/static/sprites-small/home/201-z.webp b/static/sprites-small/home/201-z.webp index c1c807c..1f25a62 100644 Binary files a/static/sprites-small/home/201-z.webp and b/static/sprites-small/home/201-z.webp differ diff --git a/static/sprites-small/home/201.webp b/static/sprites-small/home/201.webp index 046d990..54f13e4 100644 Binary files a/static/sprites-small/home/201.webp and b/static/sprites-small/home/201.webp differ diff --git a/static/sprites-small/home/202.webp b/static/sprites-small/home/202.webp index de998b1..d68f627 100644 Binary files a/static/sprites-small/home/202.webp and b/static/sprites-small/home/202.webp differ diff --git a/static/sprites-small/home/203.webp b/static/sprites-small/home/203.webp index f77421d..4e9924f 100644 Binary files a/static/sprites-small/home/203.webp and b/static/sprites-small/home/203.webp differ diff --git a/static/sprites-small/home/204.webp b/static/sprites-small/home/204.webp index d15395a..df84e8d 100644 Binary files a/static/sprites-small/home/204.webp and b/static/sprites-small/home/204.webp differ diff --git a/static/sprites-small/home/205.webp b/static/sprites-small/home/205.webp index 62e0451..4dac2a4 100644 Binary files a/static/sprites-small/home/205.webp and b/static/sprites-small/home/205.webp differ diff --git a/static/sprites-small/home/206.webp b/static/sprites-small/home/206.webp index b280584..d76f2f7 100644 Binary files a/static/sprites-small/home/206.webp and b/static/sprites-small/home/206.webp differ diff --git a/static/sprites-small/home/207.webp b/static/sprites-small/home/207.webp index 57153dc..b2eed72 100644 Binary files a/static/sprites-small/home/207.webp and b/static/sprites-small/home/207.webp differ diff --git a/static/sprites-small/home/208.webp b/static/sprites-small/home/208.webp index a2a132a..b48680f 100644 Binary files a/static/sprites-small/home/208.webp and b/static/sprites-small/home/208.webp differ diff --git a/static/sprites-small/home/209.webp b/static/sprites-small/home/209.webp index cf3d8e1..1102d7c 100644 Binary files a/static/sprites-small/home/209.webp and b/static/sprites-small/home/209.webp differ diff --git a/static/sprites-small/home/21.webp b/static/sprites-small/home/21.webp index dd1245f..850b99a 100644 Binary files a/static/sprites-small/home/21.webp and b/static/sprites-small/home/21.webp differ diff --git a/static/sprites-small/home/210.webp b/static/sprites-small/home/210.webp index 5de0744..25acec3 100644 Binary files a/static/sprites-small/home/210.webp and b/static/sprites-small/home/210.webp differ diff --git a/static/sprites-small/home/211.webp b/static/sprites-small/home/211.webp index 2e08b32..a1293ab 100644 Binary files a/static/sprites-small/home/211.webp and b/static/sprites-small/home/211.webp differ diff --git a/static/sprites-small/home/212.webp b/static/sprites-small/home/212.webp index b13b7f0..e4f3741 100644 Binary files a/static/sprites-small/home/212.webp and b/static/sprites-small/home/212.webp differ diff --git a/static/sprites-small/home/213.webp b/static/sprites-small/home/213.webp index 3536d74..c2b6c05 100644 Binary files a/static/sprites-small/home/213.webp and b/static/sprites-small/home/213.webp differ diff --git a/static/sprites-small/home/214.webp b/static/sprites-small/home/214.webp index daea6be..2550678 100644 Binary files a/static/sprites-small/home/214.webp and b/static/sprites-small/home/214.webp differ diff --git a/static/sprites-small/home/215.webp b/static/sprites-small/home/215.webp index 726f66a..c4db8ae 100644 Binary files a/static/sprites-small/home/215.webp and b/static/sprites-small/home/215.webp differ diff --git a/static/sprites-small/home/216.webp b/static/sprites-small/home/216.webp index 5667870..cc30b75 100644 Binary files a/static/sprites-small/home/216.webp and b/static/sprites-small/home/216.webp differ diff --git a/static/sprites-small/home/217.webp b/static/sprites-small/home/217.webp index 07561e8..414dc21 100644 Binary files a/static/sprites-small/home/217.webp and b/static/sprites-small/home/217.webp differ diff --git a/static/sprites-small/home/218.webp b/static/sprites-small/home/218.webp index 47ba7bf..adf1fee 100644 Binary files a/static/sprites-small/home/218.webp and b/static/sprites-small/home/218.webp differ diff --git a/static/sprites-small/home/219.webp b/static/sprites-small/home/219.webp index d38ee53..917ba9b 100644 Binary files a/static/sprites-small/home/219.webp and b/static/sprites-small/home/219.webp differ diff --git a/static/sprites-small/home/22.webp b/static/sprites-small/home/22.webp index 6c4b7c2..f85f90f 100644 Binary files a/static/sprites-small/home/22.webp and b/static/sprites-small/home/22.webp differ diff --git a/static/sprites-small/home/220.webp b/static/sprites-small/home/220.webp index acd05fe..841a4e5 100644 Binary files a/static/sprites-small/home/220.webp and b/static/sprites-small/home/220.webp differ diff --git a/static/sprites-small/home/221.webp b/static/sprites-small/home/221.webp index cb0e3b9..b777f32 100644 Binary files a/static/sprites-small/home/221.webp and b/static/sprites-small/home/221.webp differ diff --git a/static/sprites-small/home/222.webp b/static/sprites-small/home/222.webp index a3c2df6..7929112 100644 Binary files a/static/sprites-small/home/222.webp and b/static/sprites-small/home/222.webp differ diff --git a/static/sprites-small/home/223.webp b/static/sprites-small/home/223.webp index 6f86e50..8f8b428 100644 Binary files a/static/sprites-small/home/223.webp and b/static/sprites-small/home/223.webp differ diff --git a/static/sprites-small/home/224.webp b/static/sprites-small/home/224.webp index 7ffe8a5..e863782 100644 Binary files a/static/sprites-small/home/224.webp and b/static/sprites-small/home/224.webp differ diff --git a/static/sprites-small/home/225.webp b/static/sprites-small/home/225.webp index 8af9660..2a795e9 100644 Binary files a/static/sprites-small/home/225.webp and b/static/sprites-small/home/225.webp differ diff --git a/static/sprites-small/home/226.webp b/static/sprites-small/home/226.webp index 55d510d..49aee71 100644 Binary files a/static/sprites-small/home/226.webp and b/static/sprites-small/home/226.webp differ diff --git a/static/sprites-small/home/227.webp b/static/sprites-small/home/227.webp index a0e334c..f99824a 100644 Binary files a/static/sprites-small/home/227.webp and b/static/sprites-small/home/227.webp differ diff --git a/static/sprites-small/home/228.webp b/static/sprites-small/home/228.webp index 0faf02a..d6444b9 100644 Binary files a/static/sprites-small/home/228.webp and b/static/sprites-small/home/228.webp differ diff --git a/static/sprites-small/home/229.webp b/static/sprites-small/home/229.webp index e8022b3..80526ad 100644 Binary files a/static/sprites-small/home/229.webp and b/static/sprites-small/home/229.webp differ diff --git a/static/sprites-small/home/23.webp b/static/sprites-small/home/23.webp index 4eb52b0..2741cb2 100644 Binary files a/static/sprites-small/home/23.webp and b/static/sprites-small/home/23.webp differ diff --git a/static/sprites-small/home/230.webp b/static/sprites-small/home/230.webp index 9c7f9cd..f11c10e 100644 Binary files a/static/sprites-small/home/230.webp and b/static/sprites-small/home/230.webp differ diff --git a/static/sprites-small/home/231.webp b/static/sprites-small/home/231.webp index 8ecb04b..cd76b68 100644 Binary files a/static/sprites-small/home/231.webp and b/static/sprites-small/home/231.webp differ diff --git a/static/sprites-small/home/232.webp b/static/sprites-small/home/232.webp index 26c8b75..ac5cbc3 100644 Binary files a/static/sprites-small/home/232.webp and b/static/sprites-small/home/232.webp differ diff --git a/static/sprites-small/home/233.webp b/static/sprites-small/home/233.webp index c7e60cf..98f6bf4 100644 Binary files a/static/sprites-small/home/233.webp and b/static/sprites-small/home/233.webp differ diff --git a/static/sprites-small/home/234.webp b/static/sprites-small/home/234.webp index ab36a3f..b576c1b 100644 Binary files a/static/sprites-small/home/234.webp and b/static/sprites-small/home/234.webp differ diff --git a/static/sprites-small/home/235.webp b/static/sprites-small/home/235.webp index 72fab98..a2b0ba7 100644 Binary files a/static/sprites-small/home/235.webp and b/static/sprites-small/home/235.webp differ diff --git a/static/sprites-small/home/236.webp b/static/sprites-small/home/236.webp index bd9440b..56f5eb1 100644 Binary files a/static/sprites-small/home/236.webp and b/static/sprites-small/home/236.webp differ diff --git a/static/sprites-small/home/237.webp b/static/sprites-small/home/237.webp index 1b96979..2704081 100644 Binary files a/static/sprites-small/home/237.webp and b/static/sprites-small/home/237.webp differ diff --git a/static/sprites-small/home/238.webp b/static/sprites-small/home/238.webp index 8916277..d12a40a 100644 Binary files a/static/sprites-small/home/238.webp and b/static/sprites-small/home/238.webp differ diff --git a/static/sprites-small/home/239.webp b/static/sprites-small/home/239.webp index 1798ca8..ddb0766 100644 Binary files a/static/sprites-small/home/239.webp and b/static/sprites-small/home/239.webp differ diff --git a/static/sprites-small/home/24.webp b/static/sprites-small/home/24.webp index c6d830b..1e0adb0 100644 Binary files a/static/sprites-small/home/24.webp and b/static/sprites-small/home/24.webp differ diff --git a/static/sprites-small/home/240.webp b/static/sprites-small/home/240.webp index 24d9b83..cf0c74a 100644 Binary files a/static/sprites-small/home/240.webp and b/static/sprites-small/home/240.webp differ diff --git a/static/sprites-small/home/241.webp b/static/sprites-small/home/241.webp index cf80cbe..23cb92f 100644 Binary files a/static/sprites-small/home/241.webp and b/static/sprites-small/home/241.webp differ diff --git a/static/sprites-small/home/242.webp b/static/sprites-small/home/242.webp index 909dd92..2ed6408 100644 Binary files a/static/sprites-small/home/242.webp and b/static/sprites-small/home/242.webp differ diff --git a/static/sprites-small/home/243.webp b/static/sprites-small/home/243.webp index 7a75366..c42f37e 100644 Binary files a/static/sprites-small/home/243.webp and b/static/sprites-small/home/243.webp differ diff --git a/static/sprites-small/home/244.webp b/static/sprites-small/home/244.webp index 6481848..7c236ea 100644 Binary files a/static/sprites-small/home/244.webp and b/static/sprites-small/home/244.webp differ diff --git a/static/sprites-small/home/245.webp b/static/sprites-small/home/245.webp index 31b5b8a..1b029e9 100644 Binary files a/static/sprites-small/home/245.webp and b/static/sprites-small/home/245.webp differ diff --git a/static/sprites-small/home/246.webp b/static/sprites-small/home/246.webp index 90f5d38..56b040e 100644 Binary files a/static/sprites-small/home/246.webp and b/static/sprites-small/home/246.webp differ diff --git a/static/sprites-small/home/247.webp b/static/sprites-small/home/247.webp index 68464e2..a18b501 100644 Binary files a/static/sprites-small/home/247.webp and b/static/sprites-small/home/247.webp differ diff --git a/static/sprites-small/home/248.webp b/static/sprites-small/home/248.webp index 4b22de5..0b303f9 100644 Binary files a/static/sprites-small/home/248.webp and b/static/sprites-small/home/248.webp differ diff --git a/static/sprites-small/home/249.webp b/static/sprites-small/home/249.webp index fa99d1c..ef12515 100644 Binary files a/static/sprites-small/home/249.webp and b/static/sprites-small/home/249.webp differ diff --git a/static/sprites-small/home/25.webp b/static/sprites-small/home/25.webp index 6ddf858..20d6156 100644 Binary files a/static/sprites-small/home/25.webp and b/static/sprites-small/home/25.webp differ diff --git a/static/sprites-small/home/250.webp b/static/sprites-small/home/250.webp index 0aebf87..4a5b606 100644 Binary files a/static/sprites-small/home/250.webp and b/static/sprites-small/home/250.webp differ diff --git a/static/sprites-small/home/251.webp b/static/sprites-small/home/251.webp index 5407395..838e0b5 100644 Binary files a/static/sprites-small/home/251.webp and b/static/sprites-small/home/251.webp differ diff --git a/static/sprites-small/home/252.webp b/static/sprites-small/home/252.webp index d95d56d..d049c2d 100644 Binary files a/static/sprites-small/home/252.webp and b/static/sprites-small/home/252.webp differ diff --git a/static/sprites-small/home/253.webp b/static/sprites-small/home/253.webp index 2885bec..fde219d 100644 Binary files a/static/sprites-small/home/253.webp and b/static/sprites-small/home/253.webp differ diff --git a/static/sprites-small/home/254.webp b/static/sprites-small/home/254.webp index 5b0bb7e..e340c2d 100644 Binary files a/static/sprites-small/home/254.webp and b/static/sprites-small/home/254.webp differ diff --git a/static/sprites-small/home/255.webp b/static/sprites-small/home/255.webp index 6178067..77255e1 100644 Binary files a/static/sprites-small/home/255.webp and b/static/sprites-small/home/255.webp differ diff --git a/static/sprites-small/home/256.webp b/static/sprites-small/home/256.webp index 1064b3f..d536680 100644 Binary files a/static/sprites-small/home/256.webp and b/static/sprites-small/home/256.webp differ diff --git a/static/sprites-small/home/257.webp b/static/sprites-small/home/257.webp index e3ce6e0..ccdede2 100644 Binary files a/static/sprites-small/home/257.webp and b/static/sprites-small/home/257.webp differ diff --git a/static/sprites-small/home/258.webp b/static/sprites-small/home/258.webp index eebea7d..99b2002 100644 Binary files a/static/sprites-small/home/258.webp and b/static/sprites-small/home/258.webp differ diff --git a/static/sprites-small/home/259.webp b/static/sprites-small/home/259.webp index 2365a43..d6eb9f2 100644 Binary files a/static/sprites-small/home/259.webp and b/static/sprites-small/home/259.webp differ diff --git a/static/sprites-small/home/26.webp b/static/sprites-small/home/26.webp index 1034347..bc5c857 100644 Binary files a/static/sprites-small/home/26.webp and b/static/sprites-small/home/26.webp differ diff --git a/static/sprites-small/home/260.webp b/static/sprites-small/home/260.webp index 5e34689..a1d7a6e 100644 Binary files a/static/sprites-small/home/260.webp and b/static/sprites-small/home/260.webp differ diff --git a/static/sprites-small/home/261.webp b/static/sprites-small/home/261.webp index a239e77..d640d21 100644 Binary files a/static/sprites-small/home/261.webp and b/static/sprites-small/home/261.webp differ diff --git a/static/sprites-small/home/262.webp b/static/sprites-small/home/262.webp index 13348b5..69e5cd7 100644 Binary files a/static/sprites-small/home/262.webp and b/static/sprites-small/home/262.webp differ diff --git a/static/sprites-small/home/263.webp b/static/sprites-small/home/263.webp index 629a555..f4560a2 100644 Binary files a/static/sprites-small/home/263.webp and b/static/sprites-small/home/263.webp differ diff --git a/static/sprites-small/home/264.webp b/static/sprites-small/home/264.webp index b614ce1..b6fac01 100644 Binary files a/static/sprites-small/home/264.webp and b/static/sprites-small/home/264.webp differ diff --git a/static/sprites-small/home/265.webp b/static/sprites-small/home/265.webp index 2333e52..980628e 100644 Binary files a/static/sprites-small/home/265.webp and b/static/sprites-small/home/265.webp differ diff --git a/static/sprites-small/home/266.webp b/static/sprites-small/home/266.webp index 6fe8983..89d1632 100644 Binary files a/static/sprites-small/home/266.webp and b/static/sprites-small/home/266.webp differ diff --git a/static/sprites-small/home/267.webp b/static/sprites-small/home/267.webp index a623300..039d67c 100644 Binary files a/static/sprites-small/home/267.webp and b/static/sprites-small/home/267.webp differ diff --git a/static/sprites-small/home/268.webp b/static/sprites-small/home/268.webp index 979af6f..43e238f 100644 Binary files a/static/sprites-small/home/268.webp and b/static/sprites-small/home/268.webp differ diff --git a/static/sprites-small/home/269.webp b/static/sprites-small/home/269.webp index bc16a63..d24d646 100644 Binary files a/static/sprites-small/home/269.webp and b/static/sprites-small/home/269.webp differ diff --git a/static/sprites-small/home/27.webp b/static/sprites-small/home/27.webp index f0d3dba..0105d97 100644 Binary files a/static/sprites-small/home/27.webp and b/static/sprites-small/home/27.webp differ diff --git a/static/sprites-small/home/270.webp b/static/sprites-small/home/270.webp index 1d1d01c..4918785 100644 Binary files a/static/sprites-small/home/270.webp and b/static/sprites-small/home/270.webp differ diff --git a/static/sprites-small/home/271.webp b/static/sprites-small/home/271.webp index bdfb7df..c711027 100644 Binary files a/static/sprites-small/home/271.webp and b/static/sprites-small/home/271.webp differ diff --git a/static/sprites-small/home/272.webp b/static/sprites-small/home/272.webp index 1ac57c7..99f8419 100644 Binary files a/static/sprites-small/home/272.webp and b/static/sprites-small/home/272.webp differ diff --git a/static/sprites-small/home/273.webp b/static/sprites-small/home/273.webp index b5f1ef5..21f23ca 100644 Binary files a/static/sprites-small/home/273.webp and b/static/sprites-small/home/273.webp differ diff --git a/static/sprites-small/home/274.webp b/static/sprites-small/home/274.webp index a0bc32e..57c7e09 100644 Binary files a/static/sprites-small/home/274.webp and b/static/sprites-small/home/274.webp differ diff --git a/static/sprites-small/home/275.webp b/static/sprites-small/home/275.webp index d905085..c56360e 100644 Binary files a/static/sprites-small/home/275.webp and b/static/sprites-small/home/275.webp differ diff --git a/static/sprites-small/home/276.webp b/static/sprites-small/home/276.webp index ebd2aca..af05fcf 100644 Binary files a/static/sprites-small/home/276.webp and b/static/sprites-small/home/276.webp differ diff --git a/static/sprites-small/home/277.webp b/static/sprites-small/home/277.webp index 1ff0406..fe9e0db 100644 Binary files a/static/sprites-small/home/277.webp and b/static/sprites-small/home/277.webp differ diff --git a/static/sprites-small/home/278.webp b/static/sprites-small/home/278.webp index dcfee98..6710479 100644 Binary files a/static/sprites-small/home/278.webp and b/static/sprites-small/home/278.webp differ diff --git a/static/sprites-small/home/279.webp b/static/sprites-small/home/279.webp index 6c6c25a..74e8d87 100644 Binary files a/static/sprites-small/home/279.webp and b/static/sprites-small/home/279.webp differ diff --git a/static/sprites-small/home/28.webp b/static/sprites-small/home/28.webp index 8ec9494..a0e3b86 100644 Binary files a/static/sprites-small/home/28.webp and b/static/sprites-small/home/28.webp differ diff --git a/static/sprites-small/home/280.webp b/static/sprites-small/home/280.webp index ce95c19..efd51f3 100644 Binary files a/static/sprites-small/home/280.webp and b/static/sprites-small/home/280.webp differ diff --git a/static/sprites-small/home/281.webp b/static/sprites-small/home/281.webp index f0e469e..0b5d63b 100644 Binary files a/static/sprites-small/home/281.webp and b/static/sprites-small/home/281.webp differ diff --git a/static/sprites-small/home/282.webp b/static/sprites-small/home/282.webp index df32616..08f8fd2 100644 Binary files a/static/sprites-small/home/282.webp and b/static/sprites-small/home/282.webp differ diff --git a/static/sprites-small/home/283.webp b/static/sprites-small/home/283.webp index 6881587..d7a0f18 100644 Binary files a/static/sprites-small/home/283.webp and b/static/sprites-small/home/283.webp differ diff --git a/static/sprites-small/home/284.webp b/static/sprites-small/home/284.webp index 43c0c48..1c34fcb 100644 Binary files a/static/sprites-small/home/284.webp and b/static/sprites-small/home/284.webp differ diff --git a/static/sprites-small/home/285.webp b/static/sprites-small/home/285.webp index abbe41a..582ee49 100644 Binary files a/static/sprites-small/home/285.webp and b/static/sprites-small/home/285.webp differ diff --git a/static/sprites-small/home/286.webp b/static/sprites-small/home/286.webp index 12eae64..344c06b 100644 Binary files a/static/sprites-small/home/286.webp and b/static/sprites-small/home/286.webp differ diff --git a/static/sprites-small/home/287.webp b/static/sprites-small/home/287.webp index 4f76aa8..e9189ab 100644 Binary files a/static/sprites-small/home/287.webp and b/static/sprites-small/home/287.webp differ diff --git a/static/sprites-small/home/288.webp b/static/sprites-small/home/288.webp index 9d41bbe..d4c9a61 100644 Binary files a/static/sprites-small/home/288.webp and b/static/sprites-small/home/288.webp differ diff --git a/static/sprites-small/home/289.webp b/static/sprites-small/home/289.webp index 2582bff..b4f257e 100644 Binary files a/static/sprites-small/home/289.webp and b/static/sprites-small/home/289.webp differ diff --git a/static/sprites-small/home/29.webp b/static/sprites-small/home/29.webp index bbddc45..d979afe 100644 Binary files a/static/sprites-small/home/29.webp and b/static/sprites-small/home/29.webp differ diff --git a/static/sprites-small/home/290.webp b/static/sprites-small/home/290.webp index e510bf8..aecb3ed 100644 Binary files a/static/sprites-small/home/290.webp and b/static/sprites-small/home/290.webp differ diff --git a/static/sprites-small/home/291.webp b/static/sprites-small/home/291.webp index bb48e80..f0819aa 100644 Binary files a/static/sprites-small/home/291.webp and b/static/sprites-small/home/291.webp differ diff --git a/static/sprites-small/home/292.webp b/static/sprites-small/home/292.webp index 77d7d1e..484063a 100644 Binary files a/static/sprites-small/home/292.webp and b/static/sprites-small/home/292.webp differ diff --git a/static/sprites-small/home/293.webp b/static/sprites-small/home/293.webp index 22a8f3b..eac9891 100644 Binary files a/static/sprites-small/home/293.webp and b/static/sprites-small/home/293.webp differ diff --git a/static/sprites-small/home/294.webp b/static/sprites-small/home/294.webp index b3a6c2a..43a0341 100644 Binary files a/static/sprites-small/home/294.webp and b/static/sprites-small/home/294.webp differ diff --git a/static/sprites-small/home/295.webp b/static/sprites-small/home/295.webp index efbe649..fe0f99e 100644 Binary files a/static/sprites-small/home/295.webp and b/static/sprites-small/home/295.webp differ diff --git a/static/sprites-small/home/296.webp b/static/sprites-small/home/296.webp index 5df2d86..13499d0 100644 Binary files a/static/sprites-small/home/296.webp and b/static/sprites-small/home/296.webp differ diff --git a/static/sprites-small/home/297.webp b/static/sprites-small/home/297.webp index 805efee..3a4f791 100644 Binary files a/static/sprites-small/home/297.webp and b/static/sprites-small/home/297.webp differ diff --git a/static/sprites-small/home/298.webp b/static/sprites-small/home/298.webp index 01a20ea..0483df4 100644 Binary files a/static/sprites-small/home/298.webp and b/static/sprites-small/home/298.webp differ diff --git a/static/sprites-small/home/299.webp b/static/sprites-small/home/299.webp index 9910f2a..1504656 100644 Binary files a/static/sprites-small/home/299.webp and b/static/sprites-small/home/299.webp differ diff --git a/static/sprites-small/home/3.webp b/static/sprites-small/home/3.webp index 3c10e23..47f6b68 100644 Binary files a/static/sprites-small/home/3.webp and b/static/sprites-small/home/3.webp differ diff --git a/static/sprites-small/home/30.webp b/static/sprites-small/home/30.webp index 6c7f767..b846542 100644 Binary files a/static/sprites-small/home/30.webp and b/static/sprites-small/home/30.webp differ diff --git a/static/sprites-small/home/300.webp b/static/sprites-small/home/300.webp index 477d662..2a97b6e 100644 Binary files a/static/sprites-small/home/300.webp and b/static/sprites-small/home/300.webp differ diff --git a/static/sprites-small/home/301.webp b/static/sprites-small/home/301.webp index c6de8a6..0225650 100644 Binary files a/static/sprites-small/home/301.webp and b/static/sprites-small/home/301.webp differ diff --git a/static/sprites-small/home/302.webp b/static/sprites-small/home/302.webp index 4938061..8db8c7e 100644 Binary files a/static/sprites-small/home/302.webp and b/static/sprites-small/home/302.webp differ diff --git a/static/sprites-small/home/303.webp b/static/sprites-small/home/303.webp index 80df12b..f3cf9f5 100644 Binary files a/static/sprites-small/home/303.webp and b/static/sprites-small/home/303.webp differ diff --git a/static/sprites-small/home/304.webp b/static/sprites-small/home/304.webp index 3b5500c..664a643 100644 Binary files a/static/sprites-small/home/304.webp and b/static/sprites-small/home/304.webp differ diff --git a/static/sprites-small/home/305.webp b/static/sprites-small/home/305.webp index 95b40a7..40dc368 100644 Binary files a/static/sprites-small/home/305.webp and b/static/sprites-small/home/305.webp differ diff --git a/static/sprites-small/home/306.webp b/static/sprites-small/home/306.webp index c6dd173..4e6c73c 100644 Binary files a/static/sprites-small/home/306.webp and b/static/sprites-small/home/306.webp differ diff --git a/static/sprites-small/home/307.webp b/static/sprites-small/home/307.webp index 1d8a3ce..e1a0ad4 100644 Binary files a/static/sprites-small/home/307.webp and b/static/sprites-small/home/307.webp differ diff --git a/static/sprites-small/home/308.webp b/static/sprites-small/home/308.webp index 5a1b84f..6663bf6 100644 Binary files a/static/sprites-small/home/308.webp and b/static/sprites-small/home/308.webp differ diff --git a/static/sprites-small/home/309.webp b/static/sprites-small/home/309.webp index 096fe0e..85b81e0 100644 Binary files a/static/sprites-small/home/309.webp and b/static/sprites-small/home/309.webp differ diff --git a/static/sprites-small/home/31.webp b/static/sprites-small/home/31.webp index 18d3392..eebc6e9 100644 Binary files a/static/sprites-small/home/31.webp and b/static/sprites-small/home/31.webp differ diff --git a/static/sprites-small/home/310.webp b/static/sprites-small/home/310.webp index 7f1bef6..1124420 100644 Binary files a/static/sprites-small/home/310.webp and b/static/sprites-small/home/310.webp differ diff --git a/static/sprites-small/home/311.webp b/static/sprites-small/home/311.webp index f58b73f..34e3a17 100644 Binary files a/static/sprites-small/home/311.webp and b/static/sprites-small/home/311.webp differ diff --git a/static/sprites-small/home/312.webp b/static/sprites-small/home/312.webp index 051248c..db7a13f 100644 Binary files a/static/sprites-small/home/312.webp and b/static/sprites-small/home/312.webp differ diff --git a/static/sprites-small/home/313.webp b/static/sprites-small/home/313.webp index b141907..76bd446 100644 Binary files a/static/sprites-small/home/313.webp and b/static/sprites-small/home/313.webp differ diff --git a/static/sprites-small/home/314.webp b/static/sprites-small/home/314.webp index a3a968f..1356f76 100644 Binary files a/static/sprites-small/home/314.webp and b/static/sprites-small/home/314.webp differ diff --git a/static/sprites-small/home/315.webp b/static/sprites-small/home/315.webp index b6866e6..1c695b6 100644 Binary files a/static/sprites-small/home/315.webp and b/static/sprites-small/home/315.webp differ diff --git a/static/sprites-small/home/316.webp b/static/sprites-small/home/316.webp index 4e9879d..07ff697 100644 Binary files a/static/sprites-small/home/316.webp and b/static/sprites-small/home/316.webp differ diff --git a/static/sprites-small/home/317.webp b/static/sprites-small/home/317.webp index edbbf93..cef5375 100644 Binary files a/static/sprites-small/home/317.webp and b/static/sprites-small/home/317.webp differ diff --git a/static/sprites-small/home/318.webp b/static/sprites-small/home/318.webp index cd26e5b..28903df 100644 Binary files a/static/sprites-small/home/318.webp and b/static/sprites-small/home/318.webp differ diff --git a/static/sprites-small/home/319.webp b/static/sprites-small/home/319.webp index 795fbd3..955b986 100644 Binary files a/static/sprites-small/home/319.webp and b/static/sprites-small/home/319.webp differ diff --git a/static/sprites-small/home/32.webp b/static/sprites-small/home/32.webp index a5ed255..7bc8599 100644 Binary files a/static/sprites-small/home/32.webp and b/static/sprites-small/home/32.webp differ diff --git a/static/sprites-small/home/320.webp b/static/sprites-small/home/320.webp index 77b10b0..c1c37e5 100644 Binary files a/static/sprites-small/home/320.webp and b/static/sprites-small/home/320.webp differ diff --git a/static/sprites-small/home/321.webp b/static/sprites-small/home/321.webp index 186d372..50d5fb1 100644 Binary files a/static/sprites-small/home/321.webp and b/static/sprites-small/home/321.webp differ diff --git a/static/sprites-small/home/322.webp b/static/sprites-small/home/322.webp index e79a841..8ce3eca 100644 Binary files a/static/sprites-small/home/322.webp and b/static/sprites-small/home/322.webp differ diff --git a/static/sprites-small/home/323.webp b/static/sprites-small/home/323.webp index 30b6929..be40ba4 100644 Binary files a/static/sprites-small/home/323.webp and b/static/sprites-small/home/323.webp differ diff --git a/static/sprites-small/home/324.webp b/static/sprites-small/home/324.webp index d551dfb..bed9e5e 100644 Binary files a/static/sprites-small/home/324.webp and b/static/sprites-small/home/324.webp differ diff --git a/static/sprites-small/home/325.webp b/static/sprites-small/home/325.webp index 8e86308..dac2dd9 100644 Binary files a/static/sprites-small/home/325.webp and b/static/sprites-small/home/325.webp differ diff --git a/static/sprites-small/home/326.webp b/static/sprites-small/home/326.webp index 2b25085..6c8e2f0 100644 Binary files a/static/sprites-small/home/326.webp and b/static/sprites-small/home/326.webp differ diff --git a/static/sprites-small/home/327.webp b/static/sprites-small/home/327.webp index 3463a48..5d74ba9 100644 Binary files a/static/sprites-small/home/327.webp and b/static/sprites-small/home/327.webp differ diff --git a/static/sprites-small/home/328.webp b/static/sprites-small/home/328.webp index 2a23493..40da81c 100644 Binary files a/static/sprites-small/home/328.webp and b/static/sprites-small/home/328.webp differ diff --git a/static/sprites-small/home/329.webp b/static/sprites-small/home/329.webp index a34bdb2..a7ea395 100644 Binary files a/static/sprites-small/home/329.webp and b/static/sprites-small/home/329.webp differ diff --git a/static/sprites-small/home/33.webp b/static/sprites-small/home/33.webp index 085550c..55a3028 100644 Binary files a/static/sprites-small/home/33.webp and b/static/sprites-small/home/33.webp differ diff --git a/static/sprites-small/home/330.webp b/static/sprites-small/home/330.webp index fcb9e4a..b4530b2 100644 Binary files a/static/sprites-small/home/330.webp and b/static/sprites-small/home/330.webp differ diff --git a/static/sprites-small/home/331.webp b/static/sprites-small/home/331.webp index 9425605..6b0f1b8 100644 Binary files a/static/sprites-small/home/331.webp and b/static/sprites-small/home/331.webp differ diff --git a/static/sprites-small/home/332.webp b/static/sprites-small/home/332.webp index e30afb4..dadbb2a 100644 Binary files a/static/sprites-small/home/332.webp and b/static/sprites-small/home/332.webp differ diff --git a/static/sprites-small/home/333.webp b/static/sprites-small/home/333.webp index 5ee28ff..9d0ab10 100644 Binary files a/static/sprites-small/home/333.webp and b/static/sprites-small/home/333.webp differ diff --git a/static/sprites-small/home/334.webp b/static/sprites-small/home/334.webp index 28f8e6f..7a014c8 100644 Binary files a/static/sprites-small/home/334.webp and b/static/sprites-small/home/334.webp differ diff --git a/static/sprites-small/home/335.webp b/static/sprites-small/home/335.webp index 0f72bf0..ca8d90c 100644 Binary files a/static/sprites-small/home/335.webp and b/static/sprites-small/home/335.webp differ diff --git a/static/sprites-small/home/336.webp b/static/sprites-small/home/336.webp index bffa52c..b413639 100644 Binary files a/static/sprites-small/home/336.webp and b/static/sprites-small/home/336.webp differ diff --git a/static/sprites-small/home/337.webp b/static/sprites-small/home/337.webp index ea23fd3..ae92095 100644 Binary files a/static/sprites-small/home/337.webp and b/static/sprites-small/home/337.webp differ diff --git a/static/sprites-small/home/338.webp b/static/sprites-small/home/338.webp index 69010ce..f6d4e78 100644 Binary files a/static/sprites-small/home/338.webp and b/static/sprites-small/home/338.webp differ diff --git a/static/sprites-small/home/339.webp b/static/sprites-small/home/339.webp index 978f8fc..c7602e7 100644 Binary files a/static/sprites-small/home/339.webp and b/static/sprites-small/home/339.webp differ diff --git a/static/sprites-small/home/34.webp b/static/sprites-small/home/34.webp index 38e4684..661526e 100644 Binary files a/static/sprites-small/home/34.webp and b/static/sprites-small/home/34.webp differ diff --git a/static/sprites-small/home/340.webp b/static/sprites-small/home/340.webp index bae1e2c..a7fb832 100644 Binary files a/static/sprites-small/home/340.webp and b/static/sprites-small/home/340.webp differ diff --git a/static/sprites-small/home/341.webp b/static/sprites-small/home/341.webp index a921dfe..e4068dc 100644 Binary files a/static/sprites-small/home/341.webp and b/static/sprites-small/home/341.webp differ diff --git a/static/sprites-small/home/342.webp b/static/sprites-small/home/342.webp index db08869..7c8a217 100644 Binary files a/static/sprites-small/home/342.webp and b/static/sprites-small/home/342.webp differ diff --git a/static/sprites-small/home/343.webp b/static/sprites-small/home/343.webp index db7325d..b4652bd 100644 Binary files a/static/sprites-small/home/343.webp and b/static/sprites-small/home/343.webp differ diff --git a/static/sprites-small/home/344.webp b/static/sprites-small/home/344.webp index 6921070..db74070 100644 Binary files a/static/sprites-small/home/344.webp and b/static/sprites-small/home/344.webp differ diff --git a/static/sprites-small/home/345.webp b/static/sprites-small/home/345.webp index fc4b7e6..197eeb7 100644 Binary files a/static/sprites-small/home/345.webp and b/static/sprites-small/home/345.webp differ diff --git a/static/sprites-small/home/346.webp b/static/sprites-small/home/346.webp index 0d77fc6..2eeaf69 100644 Binary files a/static/sprites-small/home/346.webp and b/static/sprites-small/home/346.webp differ diff --git a/static/sprites-small/home/347.webp b/static/sprites-small/home/347.webp index c3b2900..74d26c7 100644 Binary files a/static/sprites-small/home/347.webp and b/static/sprites-small/home/347.webp differ diff --git a/static/sprites-small/home/348.webp b/static/sprites-small/home/348.webp index 23e82a4..f6eb7b1 100644 Binary files a/static/sprites-small/home/348.webp and b/static/sprites-small/home/348.webp differ diff --git a/static/sprites-small/home/349.webp b/static/sprites-small/home/349.webp index 285a382..78bb484 100644 Binary files a/static/sprites-small/home/349.webp and b/static/sprites-small/home/349.webp differ diff --git a/static/sprites-small/home/35.webp b/static/sprites-small/home/35.webp index 5afe84d..810222c 100644 Binary files a/static/sprites-small/home/35.webp and b/static/sprites-small/home/35.webp differ diff --git a/static/sprites-small/home/350.webp b/static/sprites-small/home/350.webp index def81d3..fc4f6ee 100644 Binary files a/static/sprites-small/home/350.webp and b/static/sprites-small/home/350.webp differ diff --git a/static/sprites-small/home/351.webp b/static/sprites-small/home/351.webp index f8ae32a..3b4a7f6 100644 Binary files a/static/sprites-small/home/351.webp and b/static/sprites-small/home/351.webp differ diff --git a/static/sprites-small/home/352.webp b/static/sprites-small/home/352.webp index 922afb9..5c51bcc 100644 Binary files a/static/sprites-small/home/352.webp and b/static/sprites-small/home/352.webp differ diff --git a/static/sprites-small/home/353.webp b/static/sprites-small/home/353.webp index 82a8b9d..6da393c 100644 Binary files a/static/sprites-small/home/353.webp and b/static/sprites-small/home/353.webp differ diff --git a/static/sprites-small/home/354.webp b/static/sprites-small/home/354.webp index f55953e..57bb081 100644 Binary files a/static/sprites-small/home/354.webp and b/static/sprites-small/home/354.webp differ diff --git a/static/sprites-small/home/355.webp b/static/sprites-small/home/355.webp index af358e9..8d3fbca 100644 Binary files a/static/sprites-small/home/355.webp and b/static/sprites-small/home/355.webp differ diff --git a/static/sprites-small/home/356.webp b/static/sprites-small/home/356.webp index 493bdf5..cef8d57 100644 Binary files a/static/sprites-small/home/356.webp and b/static/sprites-small/home/356.webp differ diff --git a/static/sprites-small/home/357.webp b/static/sprites-small/home/357.webp index 297f3d9..f0bf0d7 100644 Binary files a/static/sprites-small/home/357.webp and b/static/sprites-small/home/357.webp differ diff --git a/static/sprites-small/home/358.webp b/static/sprites-small/home/358.webp index ddb4f73..7a4f5e4 100644 Binary files a/static/sprites-small/home/358.webp and b/static/sprites-small/home/358.webp differ diff --git a/static/sprites-small/home/359.webp b/static/sprites-small/home/359.webp index 850d8a0..9b71d2d 100644 Binary files a/static/sprites-small/home/359.webp and b/static/sprites-small/home/359.webp differ diff --git a/static/sprites-small/home/36.webp b/static/sprites-small/home/36.webp index 95a9514..ae93ccd 100644 Binary files a/static/sprites-small/home/36.webp and b/static/sprites-small/home/36.webp differ diff --git a/static/sprites-small/home/360.webp b/static/sprites-small/home/360.webp index 5fbd760..7eba127 100644 Binary files a/static/sprites-small/home/360.webp and b/static/sprites-small/home/360.webp differ diff --git a/static/sprites-small/home/361.webp b/static/sprites-small/home/361.webp index 4800960..69616b5 100644 Binary files a/static/sprites-small/home/361.webp and b/static/sprites-small/home/361.webp differ diff --git a/static/sprites-small/home/362.webp b/static/sprites-small/home/362.webp index 083cdd9..1c26bba 100644 Binary files a/static/sprites-small/home/362.webp and b/static/sprites-small/home/362.webp differ diff --git a/static/sprites-small/home/363.webp b/static/sprites-small/home/363.webp index d4c0775..ce3bf68 100644 Binary files a/static/sprites-small/home/363.webp and b/static/sprites-small/home/363.webp differ diff --git a/static/sprites-small/home/364.webp b/static/sprites-small/home/364.webp index 1b52400..32f412a 100644 Binary files a/static/sprites-small/home/364.webp and b/static/sprites-small/home/364.webp differ diff --git a/static/sprites-small/home/365.webp b/static/sprites-small/home/365.webp index 3e3f00e..817d682 100644 Binary files a/static/sprites-small/home/365.webp and b/static/sprites-small/home/365.webp differ diff --git a/static/sprites-small/home/366.webp b/static/sprites-small/home/366.webp index 7317e6b..70eee93 100644 Binary files a/static/sprites-small/home/366.webp and b/static/sprites-small/home/366.webp differ diff --git a/static/sprites-small/home/367.webp b/static/sprites-small/home/367.webp index a478a4d..826b8ca 100644 Binary files a/static/sprites-small/home/367.webp and b/static/sprites-small/home/367.webp differ diff --git a/static/sprites-small/home/368.webp b/static/sprites-small/home/368.webp index 39df19f..d4e646d 100644 Binary files a/static/sprites-small/home/368.webp and b/static/sprites-small/home/368.webp differ diff --git a/static/sprites-small/home/369.webp b/static/sprites-small/home/369.webp index a3a5117..f38f087 100644 Binary files a/static/sprites-small/home/369.webp and b/static/sprites-small/home/369.webp differ diff --git a/static/sprites-small/home/37.webp b/static/sprites-small/home/37.webp index 3aa7d3d..7b8448e 100644 Binary files a/static/sprites-small/home/37.webp and b/static/sprites-small/home/37.webp differ diff --git a/static/sprites-small/home/370.webp b/static/sprites-small/home/370.webp index aa28efe..ddb7749 100644 Binary files a/static/sprites-small/home/370.webp and b/static/sprites-small/home/370.webp differ diff --git a/static/sprites-small/home/371.webp b/static/sprites-small/home/371.webp index cef5163..2b32bea 100644 Binary files a/static/sprites-small/home/371.webp and b/static/sprites-small/home/371.webp differ diff --git a/static/sprites-small/home/372.webp b/static/sprites-small/home/372.webp index c992af6..e2a8028 100644 Binary files a/static/sprites-small/home/372.webp and b/static/sprites-small/home/372.webp differ diff --git a/static/sprites-small/home/373.webp b/static/sprites-small/home/373.webp index 66fc0ea..d88a8c6 100644 Binary files a/static/sprites-small/home/373.webp and b/static/sprites-small/home/373.webp differ diff --git a/static/sprites-small/home/374.webp b/static/sprites-small/home/374.webp index cbb0258..59ce293 100644 Binary files a/static/sprites-small/home/374.webp and b/static/sprites-small/home/374.webp differ diff --git a/static/sprites-small/home/375.webp b/static/sprites-small/home/375.webp index b011546..b0d91dd 100644 Binary files a/static/sprites-small/home/375.webp and b/static/sprites-small/home/375.webp differ diff --git a/static/sprites-small/home/376.webp b/static/sprites-small/home/376.webp index cabb1a0..323a80b 100644 Binary files a/static/sprites-small/home/376.webp and b/static/sprites-small/home/376.webp differ diff --git a/static/sprites-small/home/377.webp b/static/sprites-small/home/377.webp index 6529cfe..2bb8342 100644 Binary files a/static/sprites-small/home/377.webp and b/static/sprites-small/home/377.webp differ diff --git a/static/sprites-small/home/378.webp b/static/sprites-small/home/378.webp index 64d7469..a40bf62 100644 Binary files a/static/sprites-small/home/378.webp and b/static/sprites-small/home/378.webp differ diff --git a/static/sprites-small/home/379.webp b/static/sprites-small/home/379.webp index 7c21e1a..6a85561 100644 Binary files a/static/sprites-small/home/379.webp and b/static/sprites-small/home/379.webp differ diff --git a/static/sprites-small/home/38.webp b/static/sprites-small/home/38.webp index cacf3f3..cafda35 100644 Binary files a/static/sprites-small/home/38.webp and b/static/sprites-small/home/38.webp differ diff --git a/static/sprites-small/home/380.webp b/static/sprites-small/home/380.webp index e52500f..8590ce1 100644 Binary files a/static/sprites-small/home/380.webp and b/static/sprites-small/home/380.webp differ diff --git a/static/sprites-small/home/381.webp b/static/sprites-small/home/381.webp index 3946d83..076339d 100644 Binary files a/static/sprites-small/home/381.webp and b/static/sprites-small/home/381.webp differ diff --git a/static/sprites-small/home/382.webp b/static/sprites-small/home/382.webp index 1ab2052..1e045c5 100644 Binary files a/static/sprites-small/home/382.webp and b/static/sprites-small/home/382.webp differ diff --git a/static/sprites-small/home/383.webp b/static/sprites-small/home/383.webp index ce50773..8c354d8 100644 Binary files a/static/sprites-small/home/383.webp and b/static/sprites-small/home/383.webp differ diff --git a/static/sprites-small/home/384.webp b/static/sprites-small/home/384.webp index a05acb3..b64f86d 100644 Binary files a/static/sprites-small/home/384.webp and b/static/sprites-small/home/384.webp differ diff --git a/static/sprites-small/home/385.webp b/static/sprites-small/home/385.webp index a26827c..f7ed93c 100644 Binary files a/static/sprites-small/home/385.webp and b/static/sprites-small/home/385.webp differ diff --git a/static/sprites-small/home/386.webp b/static/sprites-small/home/386.webp index 76fa30b..4417a0a 100644 Binary files a/static/sprites-small/home/386.webp and b/static/sprites-small/home/386.webp differ diff --git a/static/sprites-small/home/387.webp b/static/sprites-small/home/387.webp index eada0b4..ec31565 100644 Binary files a/static/sprites-small/home/387.webp and b/static/sprites-small/home/387.webp differ diff --git a/static/sprites-small/home/388.webp b/static/sprites-small/home/388.webp index 735c745..90d9c65 100644 Binary files a/static/sprites-small/home/388.webp and b/static/sprites-small/home/388.webp differ diff --git a/static/sprites-small/home/389.webp b/static/sprites-small/home/389.webp index 0bebd78..3287a6e 100644 Binary files a/static/sprites-small/home/389.webp and b/static/sprites-small/home/389.webp differ diff --git a/static/sprites-small/home/39.webp b/static/sprites-small/home/39.webp index bf2366c..d803b0f 100644 Binary files a/static/sprites-small/home/39.webp and b/static/sprites-small/home/39.webp differ diff --git a/static/sprites-small/home/390.webp b/static/sprites-small/home/390.webp index 22e701f..a286eb7 100644 Binary files a/static/sprites-small/home/390.webp and b/static/sprites-small/home/390.webp differ diff --git a/static/sprites-small/home/391.webp b/static/sprites-small/home/391.webp index 89d791f..65616e5 100644 Binary files a/static/sprites-small/home/391.webp and b/static/sprites-small/home/391.webp differ diff --git a/static/sprites-small/home/392.webp b/static/sprites-small/home/392.webp index 1851b42..fd8f7be 100644 Binary files a/static/sprites-small/home/392.webp and b/static/sprites-small/home/392.webp differ diff --git a/static/sprites-small/home/393.webp b/static/sprites-small/home/393.webp index 89e3dff..30e94eb 100644 Binary files a/static/sprites-small/home/393.webp and b/static/sprites-small/home/393.webp differ diff --git a/static/sprites-small/home/394.webp b/static/sprites-small/home/394.webp index a136fe2..f188328 100644 Binary files a/static/sprites-small/home/394.webp and b/static/sprites-small/home/394.webp differ diff --git a/static/sprites-small/home/395.webp b/static/sprites-small/home/395.webp index 83a63e9..e726a6e 100644 Binary files a/static/sprites-small/home/395.webp and b/static/sprites-small/home/395.webp differ diff --git a/static/sprites-small/home/396.webp b/static/sprites-small/home/396.webp index 16d32cc..abb404b 100644 Binary files a/static/sprites-small/home/396.webp and b/static/sprites-small/home/396.webp differ diff --git a/static/sprites-small/home/397.webp b/static/sprites-small/home/397.webp index 1b89bff..af33f9d 100644 Binary files a/static/sprites-small/home/397.webp and b/static/sprites-small/home/397.webp differ diff --git a/static/sprites-small/home/398.webp b/static/sprites-small/home/398.webp index 7740f49..aafb497 100644 Binary files a/static/sprites-small/home/398.webp and b/static/sprites-small/home/398.webp differ diff --git a/static/sprites-small/home/399.webp b/static/sprites-small/home/399.webp index 4113de1..b5d299b 100644 Binary files a/static/sprites-small/home/399.webp and b/static/sprites-small/home/399.webp differ diff --git a/static/sprites-small/home/4.webp b/static/sprites-small/home/4.webp index 98fb7fd..6f22747 100644 Binary files a/static/sprites-small/home/4.webp and b/static/sprites-small/home/4.webp differ diff --git a/static/sprites-small/home/40.webp b/static/sprites-small/home/40.webp index 09fd658..cac3167 100644 Binary files a/static/sprites-small/home/40.webp and b/static/sprites-small/home/40.webp differ diff --git a/static/sprites-small/home/400.webp b/static/sprites-small/home/400.webp index 7f63629..9901a74 100644 Binary files a/static/sprites-small/home/400.webp and b/static/sprites-small/home/400.webp differ diff --git a/static/sprites-small/home/401.webp b/static/sprites-small/home/401.webp index d1ee1d2..785b8ca 100644 Binary files a/static/sprites-small/home/401.webp and b/static/sprites-small/home/401.webp differ diff --git a/static/sprites-small/home/402.webp b/static/sprites-small/home/402.webp index 1ca6de4..8aec662 100644 Binary files a/static/sprites-small/home/402.webp and b/static/sprites-small/home/402.webp differ diff --git a/static/sprites-small/home/403.webp b/static/sprites-small/home/403.webp index b0c99ec..6a4738f 100644 Binary files a/static/sprites-small/home/403.webp and b/static/sprites-small/home/403.webp differ diff --git a/static/sprites-small/home/404.webp b/static/sprites-small/home/404.webp index 1423359..63cebb7 100644 Binary files a/static/sprites-small/home/404.webp and b/static/sprites-small/home/404.webp differ diff --git a/static/sprites-small/home/405.webp b/static/sprites-small/home/405.webp index 610a8f3..57bdd4f 100644 Binary files a/static/sprites-small/home/405.webp and b/static/sprites-small/home/405.webp differ diff --git a/static/sprites-small/home/406.webp b/static/sprites-small/home/406.webp index a0d6099..9030ff7 100644 Binary files a/static/sprites-small/home/406.webp and b/static/sprites-small/home/406.webp differ diff --git a/static/sprites-small/home/407.webp b/static/sprites-small/home/407.webp index 29f96c4..a47b823 100644 Binary files a/static/sprites-small/home/407.webp and b/static/sprites-small/home/407.webp differ diff --git a/static/sprites-small/home/408.webp b/static/sprites-small/home/408.webp index 3120ecb..13b243f 100644 Binary files a/static/sprites-small/home/408.webp and b/static/sprites-small/home/408.webp differ diff --git a/static/sprites-small/home/409.webp b/static/sprites-small/home/409.webp index 234794c..e402514 100644 Binary files a/static/sprites-small/home/409.webp and b/static/sprites-small/home/409.webp differ diff --git a/static/sprites-small/home/41.webp b/static/sprites-small/home/41.webp index 9f4485c..fffe031 100644 Binary files a/static/sprites-small/home/41.webp and b/static/sprites-small/home/41.webp differ diff --git a/static/sprites-small/home/410.webp b/static/sprites-small/home/410.webp index 19f8282..8731eff 100644 Binary files a/static/sprites-small/home/410.webp and b/static/sprites-small/home/410.webp differ diff --git a/static/sprites-small/home/411.webp b/static/sprites-small/home/411.webp index 24867d7..16a9f53 100644 Binary files a/static/sprites-small/home/411.webp and b/static/sprites-small/home/411.webp differ diff --git a/static/sprites-small/home/412-plant.webp b/static/sprites-small/home/412-plant.webp index 2a6682c..602cf87 100644 Binary files a/static/sprites-small/home/412-plant.webp and b/static/sprites-small/home/412-plant.webp differ diff --git a/static/sprites-small/home/412-sandy.webp b/static/sprites-small/home/412-sandy.webp index 03afd64..6c89273 100644 Binary files a/static/sprites-small/home/412-sandy.webp and b/static/sprites-small/home/412-sandy.webp differ diff --git a/static/sprites-small/home/412-trash.webp b/static/sprites-small/home/412-trash.webp index 12e95bd..c892979 100644 Binary files a/static/sprites-small/home/412-trash.webp and b/static/sprites-small/home/412-trash.webp differ diff --git a/static/sprites-small/home/412.webp b/static/sprites-small/home/412.webp index 2a6682c..602cf87 100644 Binary files a/static/sprites-small/home/412.webp and b/static/sprites-small/home/412.webp differ diff --git a/static/sprites-small/home/413-plant.webp b/static/sprites-small/home/413-plant.webp index 5afe021..8056d4b 100644 Binary files a/static/sprites-small/home/413-plant.webp and b/static/sprites-small/home/413-plant.webp differ diff --git a/static/sprites-small/home/413-sandy.webp b/static/sprites-small/home/413-sandy.webp index 8f78fac..17c9995 100644 Binary files a/static/sprites-small/home/413-sandy.webp and b/static/sprites-small/home/413-sandy.webp differ diff --git a/static/sprites-small/home/413-trash.webp b/static/sprites-small/home/413-trash.webp index 6d520a3..1b8b105 100644 Binary files a/static/sprites-small/home/413-trash.webp and b/static/sprites-small/home/413-trash.webp differ diff --git a/static/sprites-small/home/413.webp b/static/sprites-small/home/413.webp index 3db6712..9bc60a7 100644 Binary files a/static/sprites-small/home/413.webp and b/static/sprites-small/home/413.webp differ diff --git a/static/sprites-small/home/414.webp b/static/sprites-small/home/414.webp index 826bc2c..6dcbab7 100644 Binary files a/static/sprites-small/home/414.webp and b/static/sprites-small/home/414.webp differ diff --git a/static/sprites-small/home/415.webp b/static/sprites-small/home/415.webp index f1bdc88..61322be 100644 Binary files a/static/sprites-small/home/415.webp and b/static/sprites-small/home/415.webp differ diff --git a/static/sprites-small/home/416.webp b/static/sprites-small/home/416.webp index ddc7c86..eb51006 100644 Binary files a/static/sprites-small/home/416.webp and b/static/sprites-small/home/416.webp differ diff --git a/static/sprites-small/home/417.webp b/static/sprites-small/home/417.webp index 1649640..91ca3d2 100644 Binary files a/static/sprites-small/home/417.webp and b/static/sprites-small/home/417.webp differ diff --git a/static/sprites-small/home/418.webp b/static/sprites-small/home/418.webp index e3d345a..cf243ca 100644 Binary files a/static/sprites-small/home/418.webp and b/static/sprites-small/home/418.webp differ diff --git a/static/sprites-small/home/419.webp b/static/sprites-small/home/419.webp index 3d9bb46..1ef818a 100644 Binary files a/static/sprites-small/home/419.webp and b/static/sprites-small/home/419.webp differ diff --git a/static/sprites-small/home/42.webp b/static/sprites-small/home/42.webp index 57e851a..0cbe80b 100644 Binary files a/static/sprites-small/home/42.webp and b/static/sprites-small/home/42.webp differ diff --git a/static/sprites-small/home/420.webp b/static/sprites-small/home/420.webp index b42e439..b50802f 100644 Binary files a/static/sprites-small/home/420.webp and b/static/sprites-small/home/420.webp differ diff --git a/static/sprites-small/home/421-overcast.webp b/static/sprites-small/home/421-overcast.webp index 41b19d6..551d36e 100644 Binary files a/static/sprites-small/home/421-overcast.webp and b/static/sprites-small/home/421-overcast.webp differ diff --git a/static/sprites-small/home/421-sunshine.webp b/static/sprites-small/home/421-sunshine.webp index 1400383..ed55fa9 100644 Binary files a/static/sprites-small/home/421-sunshine.webp and b/static/sprites-small/home/421-sunshine.webp differ diff --git a/static/sprites-small/home/421.webp b/static/sprites-small/home/421.webp index 41b19d6..551d36e 100644 Binary files a/static/sprites-small/home/421.webp and b/static/sprites-small/home/421.webp differ diff --git a/static/sprites-small/home/422-east.webp b/static/sprites-small/home/422-east.webp index 360e396..8056359 100644 Binary files a/static/sprites-small/home/422-east.webp and b/static/sprites-small/home/422-east.webp differ diff --git a/static/sprites-small/home/422-west.webp b/static/sprites-small/home/422-west.webp index b6d5bf7..c03031c 100644 Binary files a/static/sprites-small/home/422-west.webp and b/static/sprites-small/home/422-west.webp differ diff --git a/static/sprites-small/home/422.webp b/static/sprites-small/home/422.webp index b6d5bf7..c03031c 100644 Binary files a/static/sprites-small/home/422.webp and b/static/sprites-small/home/422.webp differ diff --git a/static/sprites-small/home/423-east.webp b/static/sprites-small/home/423-east.webp index 192c0ec..8592876 100644 Binary files a/static/sprites-small/home/423-east.webp and b/static/sprites-small/home/423-east.webp differ diff --git a/static/sprites-small/home/423-west.webp b/static/sprites-small/home/423-west.webp index e6adcb7..a614228 100644 Binary files a/static/sprites-small/home/423-west.webp and b/static/sprites-small/home/423-west.webp differ diff --git a/static/sprites-small/home/423.webp b/static/sprites-small/home/423.webp index e6adcb7..a614228 100644 Binary files a/static/sprites-small/home/423.webp and b/static/sprites-small/home/423.webp differ diff --git a/static/sprites-small/home/424.webp b/static/sprites-small/home/424.webp index 5e3f4fd..335d244 100644 Binary files a/static/sprites-small/home/424.webp and b/static/sprites-small/home/424.webp differ diff --git a/static/sprites-small/home/425.webp b/static/sprites-small/home/425.webp index f41c335..165bc17 100644 Binary files a/static/sprites-small/home/425.webp and b/static/sprites-small/home/425.webp differ diff --git a/static/sprites-small/home/426.webp b/static/sprites-small/home/426.webp index 4dcd11b..60b02d1 100644 Binary files a/static/sprites-small/home/426.webp and b/static/sprites-small/home/426.webp differ diff --git a/static/sprites-small/home/427.webp b/static/sprites-small/home/427.webp index 661cc86..3c06995 100644 Binary files a/static/sprites-small/home/427.webp and b/static/sprites-small/home/427.webp differ diff --git a/static/sprites-small/home/428.webp b/static/sprites-small/home/428.webp index f229c28..93cb22c 100644 Binary files a/static/sprites-small/home/428.webp and b/static/sprites-small/home/428.webp differ diff --git a/static/sprites-small/home/429.webp b/static/sprites-small/home/429.webp index db447fc..87ff21a 100644 Binary files a/static/sprites-small/home/429.webp and b/static/sprites-small/home/429.webp differ diff --git a/static/sprites-small/home/43.webp b/static/sprites-small/home/43.webp index 9920242..71619ec 100644 Binary files a/static/sprites-small/home/43.webp and b/static/sprites-small/home/43.webp differ diff --git a/static/sprites-small/home/430.webp b/static/sprites-small/home/430.webp index a10102a..688fe8e 100644 Binary files a/static/sprites-small/home/430.webp and b/static/sprites-small/home/430.webp differ diff --git a/static/sprites-small/home/431.webp b/static/sprites-small/home/431.webp index 5fac5ca..8f41be9 100644 Binary files a/static/sprites-small/home/431.webp and b/static/sprites-small/home/431.webp differ diff --git a/static/sprites-small/home/432.webp b/static/sprites-small/home/432.webp index f80f000..d4059fe 100644 Binary files a/static/sprites-small/home/432.webp and b/static/sprites-small/home/432.webp differ diff --git a/static/sprites-small/home/433.webp b/static/sprites-small/home/433.webp index a69b909..65e097d 100644 Binary files a/static/sprites-small/home/433.webp and b/static/sprites-small/home/433.webp differ diff --git a/static/sprites-small/home/434.webp b/static/sprites-small/home/434.webp index d446739..10a9a03 100644 Binary files a/static/sprites-small/home/434.webp and b/static/sprites-small/home/434.webp differ diff --git a/static/sprites-small/home/435.webp b/static/sprites-small/home/435.webp index 70cb6aa..c1bf469 100644 Binary files a/static/sprites-small/home/435.webp and b/static/sprites-small/home/435.webp differ diff --git a/static/sprites-small/home/436.webp b/static/sprites-small/home/436.webp index 1973597..8975977 100644 Binary files a/static/sprites-small/home/436.webp and b/static/sprites-small/home/436.webp differ diff --git a/static/sprites-small/home/437.webp b/static/sprites-small/home/437.webp index 1e9da77..dc1198e 100644 Binary files a/static/sprites-small/home/437.webp and b/static/sprites-small/home/437.webp differ diff --git a/static/sprites-small/home/438.webp b/static/sprites-small/home/438.webp index 31368d2..c7e8792 100644 Binary files a/static/sprites-small/home/438.webp and b/static/sprites-small/home/438.webp differ diff --git a/static/sprites-small/home/439.webp b/static/sprites-small/home/439.webp index 1004044..a5b07c7 100644 Binary files a/static/sprites-small/home/439.webp and b/static/sprites-small/home/439.webp differ diff --git a/static/sprites-small/home/44.webp b/static/sprites-small/home/44.webp index 2f048e7..6a8e0de 100644 Binary files a/static/sprites-small/home/44.webp and b/static/sprites-small/home/44.webp differ diff --git a/static/sprites-small/home/440.webp b/static/sprites-small/home/440.webp index b8b0b0a..6353467 100644 Binary files a/static/sprites-small/home/440.webp and b/static/sprites-small/home/440.webp differ diff --git a/static/sprites-small/home/441.webp b/static/sprites-small/home/441.webp index 67522d9..76e0cb3 100644 Binary files a/static/sprites-small/home/441.webp and b/static/sprites-small/home/441.webp differ diff --git a/static/sprites-small/home/442.webp b/static/sprites-small/home/442.webp index 856956d..b02594e 100644 Binary files a/static/sprites-small/home/442.webp and b/static/sprites-small/home/442.webp differ diff --git a/static/sprites-small/home/443.webp b/static/sprites-small/home/443.webp index 5acf936..5f80036 100644 Binary files a/static/sprites-small/home/443.webp and b/static/sprites-small/home/443.webp differ diff --git a/static/sprites-small/home/444.webp b/static/sprites-small/home/444.webp index a78b8c9..549a97c 100644 Binary files a/static/sprites-small/home/444.webp and b/static/sprites-small/home/444.webp differ diff --git a/static/sprites-small/home/445.webp b/static/sprites-small/home/445.webp index d58c307..58b877f 100644 Binary files a/static/sprites-small/home/445.webp and b/static/sprites-small/home/445.webp differ diff --git a/static/sprites-small/home/446.webp b/static/sprites-small/home/446.webp index ad41c7b..f8cb949 100644 Binary files a/static/sprites-small/home/446.webp and b/static/sprites-small/home/446.webp differ diff --git a/static/sprites-small/home/447.webp b/static/sprites-small/home/447.webp index c356561..c19494a 100644 Binary files a/static/sprites-small/home/447.webp and b/static/sprites-small/home/447.webp differ diff --git a/static/sprites-small/home/448.webp b/static/sprites-small/home/448.webp index 8225682..7f6bd74 100644 Binary files a/static/sprites-small/home/448.webp and b/static/sprites-small/home/448.webp differ diff --git a/static/sprites-small/home/449.webp b/static/sprites-small/home/449.webp index ab23042..7e403de 100644 Binary files a/static/sprites-small/home/449.webp and b/static/sprites-small/home/449.webp differ diff --git a/static/sprites-small/home/45.webp b/static/sprites-small/home/45.webp index ff0eb76..8e16de4 100644 Binary files a/static/sprites-small/home/45.webp and b/static/sprites-small/home/45.webp differ diff --git a/static/sprites-small/home/450.webp b/static/sprites-small/home/450.webp index 7dfe67a..ca128e5 100644 Binary files a/static/sprites-small/home/450.webp and b/static/sprites-small/home/450.webp differ diff --git a/static/sprites-small/home/451.webp b/static/sprites-small/home/451.webp index 5236628..db37ef0 100644 Binary files a/static/sprites-small/home/451.webp and b/static/sprites-small/home/451.webp differ diff --git a/static/sprites-small/home/452.webp b/static/sprites-small/home/452.webp index b0be18b..e1b1fbd 100644 Binary files a/static/sprites-small/home/452.webp and b/static/sprites-small/home/452.webp differ diff --git a/static/sprites-small/home/453.webp b/static/sprites-small/home/453.webp index b94b55b..b5e26a4 100644 Binary files a/static/sprites-small/home/453.webp and b/static/sprites-small/home/453.webp differ diff --git a/static/sprites-small/home/454.webp b/static/sprites-small/home/454.webp index 579470d..4c71666 100644 Binary files a/static/sprites-small/home/454.webp and b/static/sprites-small/home/454.webp differ diff --git a/static/sprites-small/home/455.webp b/static/sprites-small/home/455.webp index 3ee5f67..8673839 100644 Binary files a/static/sprites-small/home/455.webp and b/static/sprites-small/home/455.webp differ diff --git a/static/sprites-small/home/456.webp b/static/sprites-small/home/456.webp index b7ad5b6..ee4b4ab 100644 Binary files a/static/sprites-small/home/456.webp and b/static/sprites-small/home/456.webp differ diff --git a/static/sprites-small/home/457.webp b/static/sprites-small/home/457.webp index dfacd3e..73aef9a 100644 Binary files a/static/sprites-small/home/457.webp and b/static/sprites-small/home/457.webp differ diff --git a/static/sprites-small/home/458.webp b/static/sprites-small/home/458.webp index 98ef89f..d95b3c7 100644 Binary files a/static/sprites-small/home/458.webp and b/static/sprites-small/home/458.webp differ diff --git a/static/sprites-small/home/459.webp b/static/sprites-small/home/459.webp index 068c7ab..d0e2ee2 100644 Binary files a/static/sprites-small/home/459.webp and b/static/sprites-small/home/459.webp differ diff --git a/static/sprites-small/home/46.webp b/static/sprites-small/home/46.webp index 6de6f93..81b8534 100644 Binary files a/static/sprites-small/home/46.webp and b/static/sprites-small/home/46.webp differ diff --git a/static/sprites-small/home/460.webp b/static/sprites-small/home/460.webp index 961b05e..95e2de1 100644 Binary files a/static/sprites-small/home/460.webp and b/static/sprites-small/home/460.webp differ diff --git a/static/sprites-small/home/461.webp b/static/sprites-small/home/461.webp index f3586b6..f32e177 100644 Binary files a/static/sprites-small/home/461.webp and b/static/sprites-small/home/461.webp differ diff --git a/static/sprites-small/home/462.webp b/static/sprites-small/home/462.webp index ab097e9..683cee4 100644 Binary files a/static/sprites-small/home/462.webp and b/static/sprites-small/home/462.webp differ diff --git a/static/sprites-small/home/463.webp b/static/sprites-small/home/463.webp index d962336..31ac022 100644 Binary files a/static/sprites-small/home/463.webp and b/static/sprites-small/home/463.webp differ diff --git a/static/sprites-small/home/464.webp b/static/sprites-small/home/464.webp index fb9f70a..dc8d8da 100644 Binary files a/static/sprites-small/home/464.webp and b/static/sprites-small/home/464.webp differ diff --git a/static/sprites-small/home/465.webp b/static/sprites-small/home/465.webp index a952ec2..4ec56d2 100644 Binary files a/static/sprites-small/home/465.webp and b/static/sprites-small/home/465.webp differ diff --git a/static/sprites-small/home/466.webp b/static/sprites-small/home/466.webp index a138dee..4b6260e 100644 Binary files a/static/sprites-small/home/466.webp and b/static/sprites-small/home/466.webp differ diff --git a/static/sprites-small/home/467.webp b/static/sprites-small/home/467.webp index 6e8bd3a..c9c32b9 100644 Binary files a/static/sprites-small/home/467.webp and b/static/sprites-small/home/467.webp differ diff --git a/static/sprites-small/home/468.webp b/static/sprites-small/home/468.webp index ffab284..9404102 100644 Binary files a/static/sprites-small/home/468.webp and b/static/sprites-small/home/468.webp differ diff --git a/static/sprites-small/home/469.webp b/static/sprites-small/home/469.webp index f9261d3..b94d96e 100644 Binary files a/static/sprites-small/home/469.webp and b/static/sprites-small/home/469.webp differ diff --git a/static/sprites-small/home/47.webp b/static/sprites-small/home/47.webp index c9cc96a..9a668c9 100644 Binary files a/static/sprites-small/home/47.webp and b/static/sprites-small/home/47.webp differ diff --git a/static/sprites-small/home/470.webp b/static/sprites-small/home/470.webp index f976a42..a722120 100644 Binary files a/static/sprites-small/home/470.webp and b/static/sprites-small/home/470.webp differ diff --git a/static/sprites-small/home/471.webp b/static/sprites-small/home/471.webp index 9b754ea..cc5a8cd 100644 Binary files a/static/sprites-small/home/471.webp and b/static/sprites-small/home/471.webp differ diff --git a/static/sprites-small/home/472.webp b/static/sprites-small/home/472.webp index 77e59b7..38c9369 100644 Binary files a/static/sprites-small/home/472.webp and b/static/sprites-small/home/472.webp differ diff --git a/static/sprites-small/home/473.webp b/static/sprites-small/home/473.webp index c6062b9..ee83fbb 100644 Binary files a/static/sprites-small/home/473.webp and b/static/sprites-small/home/473.webp differ diff --git a/static/sprites-small/home/474.webp b/static/sprites-small/home/474.webp index 20ce822..68dd0aa 100644 Binary files a/static/sprites-small/home/474.webp and b/static/sprites-small/home/474.webp differ diff --git a/static/sprites-small/home/475.webp b/static/sprites-small/home/475.webp index bbdfc0a..fc95c74 100644 Binary files a/static/sprites-small/home/475.webp and b/static/sprites-small/home/475.webp differ diff --git a/static/sprites-small/home/476.webp b/static/sprites-small/home/476.webp index 161c262..4f54edf 100644 Binary files a/static/sprites-small/home/476.webp and b/static/sprites-small/home/476.webp differ diff --git a/static/sprites-small/home/477.webp b/static/sprites-small/home/477.webp index d7e86dc..99562b9 100644 Binary files a/static/sprites-small/home/477.webp and b/static/sprites-small/home/477.webp differ diff --git a/static/sprites-small/home/478.webp b/static/sprites-small/home/478.webp index 3015368..720efa1 100644 Binary files a/static/sprites-small/home/478.webp and b/static/sprites-small/home/478.webp differ diff --git a/static/sprites-small/home/479.webp b/static/sprites-small/home/479.webp index 49d3e44..0003f83 100644 Binary files a/static/sprites-small/home/479.webp and b/static/sprites-small/home/479.webp differ diff --git a/static/sprites-small/home/48.webp b/static/sprites-small/home/48.webp index 9171832..31f33eb 100644 Binary files a/static/sprites-small/home/48.webp and b/static/sprites-small/home/48.webp differ diff --git a/static/sprites-small/home/480.webp b/static/sprites-small/home/480.webp index 66383db..ff441ff 100644 Binary files a/static/sprites-small/home/480.webp and b/static/sprites-small/home/480.webp differ diff --git a/static/sprites-small/home/481.webp b/static/sprites-small/home/481.webp index 8bbf541..712bd60 100644 Binary files a/static/sprites-small/home/481.webp and b/static/sprites-small/home/481.webp differ diff --git a/static/sprites-small/home/482.webp b/static/sprites-small/home/482.webp index 507161f..3862ae8 100644 Binary files a/static/sprites-small/home/482.webp and b/static/sprites-small/home/482.webp differ diff --git a/static/sprites-small/home/483.webp b/static/sprites-small/home/483.webp index 47f5b2c..e3e965f 100644 Binary files a/static/sprites-small/home/483.webp and b/static/sprites-small/home/483.webp differ diff --git a/static/sprites-small/home/484.webp b/static/sprites-small/home/484.webp index 845cfe8..8b31932 100644 Binary files a/static/sprites-small/home/484.webp and b/static/sprites-small/home/484.webp differ diff --git a/static/sprites-small/home/485.webp b/static/sprites-small/home/485.webp index 3d92256..da9f752 100644 Binary files a/static/sprites-small/home/485.webp and b/static/sprites-small/home/485.webp differ diff --git a/static/sprites-small/home/486.webp b/static/sprites-small/home/486.webp index aa8794a..497bd58 100644 Binary files a/static/sprites-small/home/486.webp and b/static/sprites-small/home/486.webp differ diff --git a/static/sprites-small/home/487.webp b/static/sprites-small/home/487.webp index 115db1e..93422b7 100644 Binary files a/static/sprites-small/home/487.webp and b/static/sprites-small/home/487.webp differ diff --git a/static/sprites-small/home/488.webp b/static/sprites-small/home/488.webp index 0b4490c..a901742 100644 Binary files a/static/sprites-small/home/488.webp and b/static/sprites-small/home/488.webp differ diff --git a/static/sprites-small/home/489.webp b/static/sprites-small/home/489.webp index cf9112e..d373b99 100644 Binary files a/static/sprites-small/home/489.webp and b/static/sprites-small/home/489.webp differ diff --git a/static/sprites-small/home/49.webp b/static/sprites-small/home/49.webp index ed7ca66..e02e5e4 100644 Binary files a/static/sprites-small/home/49.webp and b/static/sprites-small/home/49.webp differ diff --git a/static/sprites-small/home/490.webp b/static/sprites-small/home/490.webp index 49e2a5f..f22c560 100644 Binary files a/static/sprites-small/home/490.webp and b/static/sprites-small/home/490.webp differ diff --git a/static/sprites-small/home/491.webp b/static/sprites-small/home/491.webp index fb72cd5..26dc79f 100644 Binary files a/static/sprites-small/home/491.webp and b/static/sprites-small/home/491.webp differ diff --git a/static/sprites-small/home/492.webp b/static/sprites-small/home/492.webp index dca4239..79d8ab4 100644 Binary files a/static/sprites-small/home/492.webp and b/static/sprites-small/home/492.webp differ diff --git a/static/sprites-small/home/493-bug.webp b/static/sprites-small/home/493-bug.webp index d9cad2a..11e10fd 100644 Binary files a/static/sprites-small/home/493-bug.webp and b/static/sprites-small/home/493-bug.webp differ diff --git a/static/sprites-small/home/493-dark.webp b/static/sprites-small/home/493-dark.webp index 2facc42..c395c17 100644 Binary files a/static/sprites-small/home/493-dark.webp and b/static/sprites-small/home/493-dark.webp differ diff --git a/static/sprites-small/home/493-dragon.webp b/static/sprites-small/home/493-dragon.webp index 91db2a2..637b958 100644 Binary files a/static/sprites-small/home/493-dragon.webp and b/static/sprites-small/home/493-dragon.webp differ diff --git a/static/sprites-small/home/493-electric.webp b/static/sprites-small/home/493-electric.webp index fdcde27..ff3b0e5 100644 Binary files a/static/sprites-small/home/493-electric.webp and b/static/sprites-small/home/493-electric.webp differ diff --git a/static/sprites-small/home/493-fairy.webp b/static/sprites-small/home/493-fairy.webp index b8ad152..0374b8f 100644 Binary files a/static/sprites-small/home/493-fairy.webp and b/static/sprites-small/home/493-fairy.webp differ diff --git a/static/sprites-small/home/493-fighting.webp b/static/sprites-small/home/493-fighting.webp index 9b31b18..3a0764a 100644 Binary files a/static/sprites-small/home/493-fighting.webp and b/static/sprites-small/home/493-fighting.webp differ diff --git a/static/sprites-small/home/493-fire.webp b/static/sprites-small/home/493-fire.webp index 4c56835..e1c0666 100644 Binary files a/static/sprites-small/home/493-fire.webp and b/static/sprites-small/home/493-fire.webp differ diff --git a/static/sprites-small/home/493-flying.webp b/static/sprites-small/home/493-flying.webp index a919458..061a32c 100644 Binary files a/static/sprites-small/home/493-flying.webp and b/static/sprites-small/home/493-flying.webp differ diff --git a/static/sprites-small/home/493-ghost.webp b/static/sprites-small/home/493-ghost.webp index 90c465b..f68fd72 100644 Binary files a/static/sprites-small/home/493-ghost.webp and b/static/sprites-small/home/493-ghost.webp differ diff --git a/static/sprites-small/home/493-grass.webp b/static/sprites-small/home/493-grass.webp index 2a5a72d..0e8356e 100644 Binary files a/static/sprites-small/home/493-grass.webp and b/static/sprites-small/home/493-grass.webp differ diff --git a/static/sprites-small/home/493-ground.webp b/static/sprites-small/home/493-ground.webp index 1274188..134bda9 100644 Binary files a/static/sprites-small/home/493-ground.webp and b/static/sprites-small/home/493-ground.webp differ diff --git a/static/sprites-small/home/493-ice.webp b/static/sprites-small/home/493-ice.webp index 25830ac..d795ae3 100644 Binary files a/static/sprites-small/home/493-ice.webp and b/static/sprites-small/home/493-ice.webp differ diff --git a/static/sprites-small/home/493-poison.webp b/static/sprites-small/home/493-poison.webp index 75d426a..57807f3 100644 Binary files a/static/sprites-small/home/493-poison.webp and b/static/sprites-small/home/493-poison.webp differ diff --git a/static/sprites-small/home/493-psychic.webp b/static/sprites-small/home/493-psychic.webp index 1f662e2..10b9d0a 100644 Binary files a/static/sprites-small/home/493-psychic.webp and b/static/sprites-small/home/493-psychic.webp differ diff --git a/static/sprites-small/home/493-rock.webp b/static/sprites-small/home/493-rock.webp index 165f49a..003d3be 100644 Binary files a/static/sprites-small/home/493-rock.webp and b/static/sprites-small/home/493-rock.webp differ diff --git a/static/sprites-small/home/493-steel.webp b/static/sprites-small/home/493-steel.webp index fcb5d83..1373914 100644 Binary files a/static/sprites-small/home/493-steel.webp and b/static/sprites-small/home/493-steel.webp differ diff --git a/static/sprites-small/home/493-unknown.webp b/static/sprites-small/home/493-unknown.webp index 9bc8521..be6b09a 100644 Binary files a/static/sprites-small/home/493-unknown.webp and b/static/sprites-small/home/493-unknown.webp differ diff --git a/static/sprites-small/home/493-water.webp b/static/sprites-small/home/493-water.webp index df0f5eb..1447265 100644 Binary files a/static/sprites-small/home/493-water.webp and b/static/sprites-small/home/493-water.webp differ diff --git a/static/sprites-small/home/493.webp b/static/sprites-small/home/493.webp index 9bc8521..be6b09a 100644 Binary files a/static/sprites-small/home/493.webp and b/static/sprites-small/home/493.webp differ diff --git a/static/sprites-small/home/494.webp b/static/sprites-small/home/494.webp index 1198372..5d782d5 100644 Binary files a/static/sprites-small/home/494.webp and b/static/sprites-small/home/494.webp differ diff --git a/static/sprites-small/home/495.webp b/static/sprites-small/home/495.webp index 324dd6d..ceed91f 100644 Binary files a/static/sprites-small/home/495.webp and b/static/sprites-small/home/495.webp differ diff --git a/static/sprites-small/home/496.webp b/static/sprites-small/home/496.webp index 8341902..80994c4 100644 Binary files a/static/sprites-small/home/496.webp and b/static/sprites-small/home/496.webp differ diff --git a/static/sprites-small/home/497.webp b/static/sprites-small/home/497.webp index feb4f82..2136188 100644 Binary files a/static/sprites-small/home/497.webp and b/static/sprites-small/home/497.webp differ diff --git a/static/sprites-small/home/498.webp b/static/sprites-small/home/498.webp index 14be2cb..1fa9850 100644 Binary files a/static/sprites-small/home/498.webp and b/static/sprites-small/home/498.webp differ diff --git a/static/sprites-small/home/499.webp b/static/sprites-small/home/499.webp index dbdd2de..ba22614 100644 Binary files a/static/sprites-small/home/499.webp and b/static/sprites-small/home/499.webp differ diff --git a/static/sprites-small/home/5.webp b/static/sprites-small/home/5.webp index c4056c0..28d2b53 100644 Binary files a/static/sprites-small/home/5.webp and b/static/sprites-small/home/5.webp differ diff --git a/static/sprites-small/home/50.webp b/static/sprites-small/home/50.webp index 06b694d..53f5070 100644 Binary files a/static/sprites-small/home/50.webp and b/static/sprites-small/home/50.webp differ diff --git a/static/sprites-small/home/500.webp b/static/sprites-small/home/500.webp index 4fb1caf..f2d4da1 100644 Binary files a/static/sprites-small/home/500.webp and b/static/sprites-small/home/500.webp differ diff --git a/static/sprites-small/home/501.webp b/static/sprites-small/home/501.webp index a5be801..c092c5c 100644 Binary files a/static/sprites-small/home/501.webp and b/static/sprites-small/home/501.webp differ diff --git a/static/sprites-small/home/502.webp b/static/sprites-small/home/502.webp index e1e4546..fddb60a 100644 Binary files a/static/sprites-small/home/502.webp and b/static/sprites-small/home/502.webp differ diff --git a/static/sprites-small/home/503.webp b/static/sprites-small/home/503.webp index 6b5ede4..9b7457d 100644 Binary files a/static/sprites-small/home/503.webp and b/static/sprites-small/home/503.webp differ diff --git a/static/sprites-small/home/504.webp b/static/sprites-small/home/504.webp index 5002984..96600c1 100644 Binary files a/static/sprites-small/home/504.webp and b/static/sprites-small/home/504.webp differ diff --git a/static/sprites-small/home/505.webp b/static/sprites-small/home/505.webp index 2b376d5..be3227f 100644 Binary files a/static/sprites-small/home/505.webp and b/static/sprites-small/home/505.webp differ diff --git a/static/sprites-small/home/506.webp b/static/sprites-small/home/506.webp index 00e680a..65a68e4 100644 Binary files a/static/sprites-small/home/506.webp and b/static/sprites-small/home/506.webp differ diff --git a/static/sprites-small/home/507.webp b/static/sprites-small/home/507.webp index e7afaa4..fc24611 100644 Binary files a/static/sprites-small/home/507.webp and b/static/sprites-small/home/507.webp differ diff --git a/static/sprites-small/home/508.webp b/static/sprites-small/home/508.webp index 3d62663..7172052 100644 Binary files a/static/sprites-small/home/508.webp and b/static/sprites-small/home/508.webp differ diff --git a/static/sprites-small/home/509.webp b/static/sprites-small/home/509.webp index 48be86e..9659123 100644 Binary files a/static/sprites-small/home/509.webp and b/static/sprites-small/home/509.webp differ diff --git a/static/sprites-small/home/51.webp b/static/sprites-small/home/51.webp index d74498c..bcf3027 100644 Binary files a/static/sprites-small/home/51.webp and b/static/sprites-small/home/51.webp differ diff --git a/static/sprites-small/home/510.webp b/static/sprites-small/home/510.webp index 198129a..c1f6391 100644 Binary files a/static/sprites-small/home/510.webp and b/static/sprites-small/home/510.webp differ diff --git a/static/sprites-small/home/511.webp b/static/sprites-small/home/511.webp index cbf1982..95917da 100644 Binary files a/static/sprites-small/home/511.webp and b/static/sprites-small/home/511.webp differ diff --git a/static/sprites-small/home/512.webp b/static/sprites-small/home/512.webp index 46a1616..0f97a9f 100644 Binary files a/static/sprites-small/home/512.webp and b/static/sprites-small/home/512.webp differ diff --git a/static/sprites-small/home/513.webp b/static/sprites-small/home/513.webp index 74f902f..76e7775 100644 Binary files a/static/sprites-small/home/513.webp and b/static/sprites-small/home/513.webp differ diff --git a/static/sprites-small/home/514.webp b/static/sprites-small/home/514.webp index 2677af6..db6410f 100644 Binary files a/static/sprites-small/home/514.webp and b/static/sprites-small/home/514.webp differ diff --git a/static/sprites-small/home/515.webp b/static/sprites-small/home/515.webp index b164c67..189624d 100644 Binary files a/static/sprites-small/home/515.webp and b/static/sprites-small/home/515.webp differ diff --git a/static/sprites-small/home/516.webp b/static/sprites-small/home/516.webp index e7047f5..e166447 100644 Binary files a/static/sprites-small/home/516.webp and b/static/sprites-small/home/516.webp differ diff --git a/static/sprites-small/home/517.webp b/static/sprites-small/home/517.webp index ae4d7ab..8d80db2 100644 Binary files a/static/sprites-small/home/517.webp and b/static/sprites-small/home/517.webp differ diff --git a/static/sprites-small/home/518.webp b/static/sprites-small/home/518.webp index 6ea07f5..eb8fd27 100644 Binary files a/static/sprites-small/home/518.webp and b/static/sprites-small/home/518.webp differ diff --git a/static/sprites-small/home/519.webp b/static/sprites-small/home/519.webp index 04f5268..3c29c2c 100644 Binary files a/static/sprites-small/home/519.webp and b/static/sprites-small/home/519.webp differ diff --git a/static/sprites-small/home/52.webp b/static/sprites-small/home/52.webp index df1f5a4..76c667a 100644 Binary files a/static/sprites-small/home/52.webp and b/static/sprites-small/home/52.webp differ diff --git a/static/sprites-small/home/520.webp b/static/sprites-small/home/520.webp index b7711f9..2262431 100644 Binary files a/static/sprites-small/home/520.webp and b/static/sprites-small/home/520.webp differ diff --git a/static/sprites-small/home/521.webp b/static/sprites-small/home/521.webp index 0a4a9ea..0c0fb5a 100644 Binary files a/static/sprites-small/home/521.webp and b/static/sprites-small/home/521.webp differ diff --git a/static/sprites-small/home/522.webp b/static/sprites-small/home/522.webp index 63dea70..4cdb36b 100644 Binary files a/static/sprites-small/home/522.webp and b/static/sprites-small/home/522.webp differ diff --git a/static/sprites-small/home/523.webp b/static/sprites-small/home/523.webp index 390e576..a79e579 100644 Binary files a/static/sprites-small/home/523.webp and b/static/sprites-small/home/523.webp differ diff --git a/static/sprites-small/home/524.webp b/static/sprites-small/home/524.webp index c2e602d..558c8d8 100644 Binary files a/static/sprites-small/home/524.webp and b/static/sprites-small/home/524.webp differ diff --git a/static/sprites-small/home/525.webp b/static/sprites-small/home/525.webp index b4c643a..7961b94 100644 Binary files a/static/sprites-small/home/525.webp and b/static/sprites-small/home/525.webp differ diff --git a/static/sprites-small/home/526.webp b/static/sprites-small/home/526.webp index 26d36b5..8ee1671 100644 Binary files a/static/sprites-small/home/526.webp and b/static/sprites-small/home/526.webp differ diff --git a/static/sprites-small/home/527.webp b/static/sprites-small/home/527.webp index bd5104c..8b38b65 100644 Binary files a/static/sprites-small/home/527.webp and b/static/sprites-small/home/527.webp differ diff --git a/static/sprites-small/home/528.webp b/static/sprites-small/home/528.webp index 2afc9d9..a091ac4 100644 Binary files a/static/sprites-small/home/528.webp and b/static/sprites-small/home/528.webp differ diff --git a/static/sprites-small/home/529.webp b/static/sprites-small/home/529.webp index 973817d..5778a7c 100644 Binary files a/static/sprites-small/home/529.webp and b/static/sprites-small/home/529.webp differ diff --git a/static/sprites-small/home/53.webp b/static/sprites-small/home/53.webp index 8a24468..39985db 100644 Binary files a/static/sprites-small/home/53.webp and b/static/sprites-small/home/53.webp differ diff --git a/static/sprites-small/home/530.webp b/static/sprites-small/home/530.webp index 14bafdd..2124c32 100644 Binary files a/static/sprites-small/home/530.webp and b/static/sprites-small/home/530.webp differ diff --git a/static/sprites-small/home/531.webp b/static/sprites-small/home/531.webp index b7a935b..5c67e05 100644 Binary files a/static/sprites-small/home/531.webp and b/static/sprites-small/home/531.webp differ diff --git a/static/sprites-small/home/532.webp b/static/sprites-small/home/532.webp index e613517..1a6bed0 100644 Binary files a/static/sprites-small/home/532.webp and b/static/sprites-small/home/532.webp differ diff --git a/static/sprites-small/home/533.webp b/static/sprites-small/home/533.webp index 423d244..fd91463 100644 Binary files a/static/sprites-small/home/533.webp and b/static/sprites-small/home/533.webp differ diff --git a/static/sprites-small/home/534.webp b/static/sprites-small/home/534.webp index 0714cc5..e668a61 100644 Binary files a/static/sprites-small/home/534.webp and b/static/sprites-small/home/534.webp differ diff --git a/static/sprites-small/home/535.webp b/static/sprites-small/home/535.webp index bd1b7a3..e005d26 100644 Binary files a/static/sprites-small/home/535.webp and b/static/sprites-small/home/535.webp differ diff --git a/static/sprites-small/home/536.webp b/static/sprites-small/home/536.webp index 833a563..4fe7038 100644 Binary files a/static/sprites-small/home/536.webp and b/static/sprites-small/home/536.webp differ diff --git a/static/sprites-small/home/537.webp b/static/sprites-small/home/537.webp index 6005953..5719922 100644 Binary files a/static/sprites-small/home/537.webp and b/static/sprites-small/home/537.webp differ diff --git a/static/sprites-small/home/538.webp b/static/sprites-small/home/538.webp index 35b1550..c470f59 100644 Binary files a/static/sprites-small/home/538.webp and b/static/sprites-small/home/538.webp differ diff --git a/static/sprites-small/home/539.webp b/static/sprites-small/home/539.webp index a5738ab..f8525cc 100644 Binary files a/static/sprites-small/home/539.webp and b/static/sprites-small/home/539.webp differ diff --git a/static/sprites-small/home/54.webp b/static/sprites-small/home/54.webp index 82572c0..0780166 100644 Binary files a/static/sprites-small/home/54.webp and b/static/sprites-small/home/54.webp differ diff --git a/static/sprites-small/home/540.webp b/static/sprites-small/home/540.webp index 4f6e0b2..548e3d5 100644 Binary files a/static/sprites-small/home/540.webp and b/static/sprites-small/home/540.webp differ diff --git a/static/sprites-small/home/541.webp b/static/sprites-small/home/541.webp index de7ad33..e2f16a7 100644 Binary files a/static/sprites-small/home/541.webp and b/static/sprites-small/home/541.webp differ diff --git a/static/sprites-small/home/542.webp b/static/sprites-small/home/542.webp index 4bc9863..1c0ce1c 100644 Binary files a/static/sprites-small/home/542.webp and b/static/sprites-small/home/542.webp differ diff --git a/static/sprites-small/home/543.webp b/static/sprites-small/home/543.webp index e727982..d8377fc 100644 Binary files a/static/sprites-small/home/543.webp and b/static/sprites-small/home/543.webp differ diff --git a/static/sprites-small/home/544.webp b/static/sprites-small/home/544.webp index 2f56357..2c19c2b 100644 Binary files a/static/sprites-small/home/544.webp and b/static/sprites-small/home/544.webp differ diff --git a/static/sprites-small/home/545.webp b/static/sprites-small/home/545.webp index d3c1e55..870725a 100644 Binary files a/static/sprites-small/home/545.webp and b/static/sprites-small/home/545.webp differ diff --git a/static/sprites-small/home/546.webp b/static/sprites-small/home/546.webp index e8e673a..67f29a3 100644 Binary files a/static/sprites-small/home/546.webp and b/static/sprites-small/home/546.webp differ diff --git a/static/sprites-small/home/547.webp b/static/sprites-small/home/547.webp index 7ce154f..8ae9596 100644 Binary files a/static/sprites-small/home/547.webp and b/static/sprites-small/home/547.webp differ diff --git a/static/sprites-small/home/548.webp b/static/sprites-small/home/548.webp index f167b07..207d19b 100644 Binary files a/static/sprites-small/home/548.webp and b/static/sprites-small/home/548.webp differ diff --git a/static/sprites-small/home/549.webp b/static/sprites-small/home/549.webp index ab2d657..ac2de50 100644 Binary files a/static/sprites-small/home/549.webp and b/static/sprites-small/home/549.webp differ diff --git a/static/sprites-small/home/55.webp b/static/sprites-small/home/55.webp index fa840df..d8c7181 100644 Binary files a/static/sprites-small/home/55.webp and b/static/sprites-small/home/55.webp differ diff --git a/static/sprites-small/home/550.webp b/static/sprites-small/home/550.webp index f5ac783..927bdc4 100644 Binary files a/static/sprites-small/home/550.webp and b/static/sprites-small/home/550.webp differ diff --git a/static/sprites-small/home/551.webp b/static/sprites-small/home/551.webp index dfd4a2d..8455946 100644 Binary files a/static/sprites-small/home/551.webp and b/static/sprites-small/home/551.webp differ diff --git a/static/sprites-small/home/552.webp b/static/sprites-small/home/552.webp index ea78914..118b33d 100644 Binary files a/static/sprites-small/home/552.webp and b/static/sprites-small/home/552.webp differ diff --git a/static/sprites-small/home/553.webp b/static/sprites-small/home/553.webp index ca6d823..a41d0b7 100644 Binary files a/static/sprites-small/home/553.webp and b/static/sprites-small/home/553.webp differ diff --git a/static/sprites-small/home/554.webp b/static/sprites-small/home/554.webp index aab468b..7a75072 100644 Binary files a/static/sprites-small/home/554.webp and b/static/sprites-small/home/554.webp differ diff --git a/static/sprites-small/home/555.webp b/static/sprites-small/home/555.webp index 489b95f..e1356e7 100644 Binary files a/static/sprites-small/home/555.webp and b/static/sprites-small/home/555.webp differ diff --git a/static/sprites-small/home/556.webp b/static/sprites-small/home/556.webp index 53edf7a..c6d9e45 100644 Binary files a/static/sprites-small/home/556.webp and b/static/sprites-small/home/556.webp differ diff --git a/static/sprites-small/home/557.webp b/static/sprites-small/home/557.webp index 3796845..432457b 100644 Binary files a/static/sprites-small/home/557.webp and b/static/sprites-small/home/557.webp differ diff --git a/static/sprites-small/home/558.webp b/static/sprites-small/home/558.webp index 6f7c15e..55dc9ec 100644 Binary files a/static/sprites-small/home/558.webp and b/static/sprites-small/home/558.webp differ diff --git a/static/sprites-small/home/559.webp b/static/sprites-small/home/559.webp index 767bcf4..10ffbaf 100644 Binary files a/static/sprites-small/home/559.webp and b/static/sprites-small/home/559.webp differ diff --git a/static/sprites-small/home/56.webp b/static/sprites-small/home/56.webp index ab6974b..703ce6b 100644 Binary files a/static/sprites-small/home/56.webp and b/static/sprites-small/home/56.webp differ diff --git a/static/sprites-small/home/560.webp b/static/sprites-small/home/560.webp index 4c1191d..2e3058f 100644 Binary files a/static/sprites-small/home/560.webp and b/static/sprites-small/home/560.webp differ diff --git a/static/sprites-small/home/561.webp b/static/sprites-small/home/561.webp index a51b283..2033da3 100644 Binary files a/static/sprites-small/home/561.webp and b/static/sprites-small/home/561.webp differ diff --git a/static/sprites-small/home/562.webp b/static/sprites-small/home/562.webp index d88e564..f18747d 100644 Binary files a/static/sprites-small/home/562.webp and b/static/sprites-small/home/562.webp differ diff --git a/static/sprites-small/home/563.webp b/static/sprites-small/home/563.webp index 53e966e..a4ff20c 100644 Binary files a/static/sprites-small/home/563.webp and b/static/sprites-small/home/563.webp differ diff --git a/static/sprites-small/home/564.webp b/static/sprites-small/home/564.webp index e15ce4b..4638329 100644 Binary files a/static/sprites-small/home/564.webp and b/static/sprites-small/home/564.webp differ diff --git a/static/sprites-small/home/565.webp b/static/sprites-small/home/565.webp index f0e2c54..89a1bc3 100644 Binary files a/static/sprites-small/home/565.webp and b/static/sprites-small/home/565.webp differ diff --git a/static/sprites-small/home/566.webp b/static/sprites-small/home/566.webp index 908ac61..96c6b78 100644 Binary files a/static/sprites-small/home/566.webp and b/static/sprites-small/home/566.webp differ diff --git a/static/sprites-small/home/567.webp b/static/sprites-small/home/567.webp index 2b5c3fd..764db15 100644 Binary files a/static/sprites-small/home/567.webp and b/static/sprites-small/home/567.webp differ diff --git a/static/sprites-small/home/568.webp b/static/sprites-small/home/568.webp index e08fed5..01fc7f8 100644 Binary files a/static/sprites-small/home/568.webp and b/static/sprites-small/home/568.webp differ diff --git a/static/sprites-small/home/569.webp b/static/sprites-small/home/569.webp index c644b90..6d42904 100644 Binary files a/static/sprites-small/home/569.webp and b/static/sprites-small/home/569.webp differ diff --git a/static/sprites-small/home/57.webp b/static/sprites-small/home/57.webp index c1e7e16..3ef63a0 100644 Binary files a/static/sprites-small/home/57.webp and b/static/sprites-small/home/57.webp differ diff --git a/static/sprites-small/home/570.webp b/static/sprites-small/home/570.webp index 96c8403..08c9b50 100644 Binary files a/static/sprites-small/home/570.webp and b/static/sprites-small/home/570.webp differ diff --git a/static/sprites-small/home/571.webp b/static/sprites-small/home/571.webp index 376052f..4129f0a 100644 Binary files a/static/sprites-small/home/571.webp and b/static/sprites-small/home/571.webp differ diff --git a/static/sprites-small/home/572.webp b/static/sprites-small/home/572.webp index 5ed37c2..7c01af7 100644 Binary files a/static/sprites-small/home/572.webp and b/static/sprites-small/home/572.webp differ diff --git a/static/sprites-small/home/573.webp b/static/sprites-small/home/573.webp index 86986ea..33e2d01 100644 Binary files a/static/sprites-small/home/573.webp and b/static/sprites-small/home/573.webp differ diff --git a/static/sprites-small/home/574.webp b/static/sprites-small/home/574.webp index 4015395..bc53603 100644 Binary files a/static/sprites-small/home/574.webp and b/static/sprites-small/home/574.webp differ diff --git a/static/sprites-small/home/575.webp b/static/sprites-small/home/575.webp index fcb9f0a..3c9149c 100644 Binary files a/static/sprites-small/home/575.webp and b/static/sprites-small/home/575.webp differ diff --git a/static/sprites-small/home/576.webp b/static/sprites-small/home/576.webp index 7a9af30..5315ceb 100644 Binary files a/static/sprites-small/home/576.webp and b/static/sprites-small/home/576.webp differ diff --git a/static/sprites-small/home/577.webp b/static/sprites-small/home/577.webp index eaa3002..f16ddd3 100644 Binary files a/static/sprites-small/home/577.webp and b/static/sprites-small/home/577.webp differ diff --git a/static/sprites-small/home/578.webp b/static/sprites-small/home/578.webp index 5cca965..861f500 100644 Binary files a/static/sprites-small/home/578.webp and b/static/sprites-small/home/578.webp differ diff --git a/static/sprites-small/home/579.webp b/static/sprites-small/home/579.webp index e4d4434..872245d 100644 Binary files a/static/sprites-small/home/579.webp and b/static/sprites-small/home/579.webp differ diff --git a/static/sprites-small/home/58.webp b/static/sprites-small/home/58.webp index 0079a81..6ada297 100644 Binary files a/static/sprites-small/home/58.webp and b/static/sprites-small/home/58.webp differ diff --git a/static/sprites-small/home/580.webp b/static/sprites-small/home/580.webp index 0999231..6197db8 100644 Binary files a/static/sprites-small/home/580.webp and b/static/sprites-small/home/580.webp differ diff --git a/static/sprites-small/home/581.webp b/static/sprites-small/home/581.webp index 5f3e93e..c632b36 100644 Binary files a/static/sprites-small/home/581.webp and b/static/sprites-small/home/581.webp differ diff --git a/static/sprites-small/home/582.webp b/static/sprites-small/home/582.webp index 4505c13..52ab8b2 100644 Binary files a/static/sprites-small/home/582.webp and b/static/sprites-small/home/582.webp differ diff --git a/static/sprites-small/home/583.webp b/static/sprites-small/home/583.webp index dfa63c7..3a74113 100644 Binary files a/static/sprites-small/home/583.webp and b/static/sprites-small/home/583.webp differ diff --git a/static/sprites-small/home/584.webp b/static/sprites-small/home/584.webp index 82180b1..505bade 100644 Binary files a/static/sprites-small/home/584.webp and b/static/sprites-small/home/584.webp differ diff --git a/static/sprites-small/home/585-autumn.webp b/static/sprites-small/home/585-autumn.webp index cc2d394..9788431 100644 Binary files a/static/sprites-small/home/585-autumn.webp and b/static/sprites-small/home/585-autumn.webp differ diff --git a/static/sprites-small/home/585-spring.webp b/static/sprites-small/home/585-spring.webp index 8b94620..e3c13f2 100644 Binary files a/static/sprites-small/home/585-spring.webp and b/static/sprites-small/home/585-spring.webp differ diff --git a/static/sprites-small/home/585-summer.webp b/static/sprites-small/home/585-summer.webp index e20cdce..e40b63b 100644 Binary files a/static/sprites-small/home/585-summer.webp and b/static/sprites-small/home/585-summer.webp differ diff --git a/static/sprites-small/home/585-winter.webp b/static/sprites-small/home/585-winter.webp index 7125f78..0804d74 100644 Binary files a/static/sprites-small/home/585-winter.webp and b/static/sprites-small/home/585-winter.webp differ diff --git a/static/sprites-small/home/585.webp b/static/sprites-small/home/585.webp index 8b94620..e3c13f2 100644 Binary files a/static/sprites-small/home/585.webp and b/static/sprites-small/home/585.webp differ diff --git a/static/sprites-small/home/586-autumn.webp b/static/sprites-small/home/586-autumn.webp index 64773b0..eb7f7ea 100644 Binary files a/static/sprites-small/home/586-autumn.webp and b/static/sprites-small/home/586-autumn.webp differ diff --git a/static/sprites-small/home/586-spring.webp b/static/sprites-small/home/586-spring.webp index 58e1bc0..bf299c5 100644 Binary files a/static/sprites-small/home/586-spring.webp and b/static/sprites-small/home/586-spring.webp differ diff --git a/static/sprites-small/home/586-summer.webp b/static/sprites-small/home/586-summer.webp index 215c006..3261952 100644 Binary files a/static/sprites-small/home/586-summer.webp and b/static/sprites-small/home/586-summer.webp differ diff --git a/static/sprites-small/home/586-winter.webp b/static/sprites-small/home/586-winter.webp index 88bab37..a9b37ce 100644 Binary files a/static/sprites-small/home/586-winter.webp and b/static/sprites-small/home/586-winter.webp differ diff --git a/static/sprites-small/home/586.webp b/static/sprites-small/home/586.webp index 58e1bc0..bf299c5 100644 Binary files a/static/sprites-small/home/586.webp and b/static/sprites-small/home/586.webp differ diff --git a/static/sprites-small/home/587.webp b/static/sprites-small/home/587.webp index 6bf04d0..bd26704 100644 Binary files a/static/sprites-small/home/587.webp and b/static/sprites-small/home/587.webp differ diff --git a/static/sprites-small/home/588.webp b/static/sprites-small/home/588.webp index 92991f5..34e8edf 100644 Binary files a/static/sprites-small/home/588.webp and b/static/sprites-small/home/588.webp differ diff --git a/static/sprites-small/home/589.webp b/static/sprites-small/home/589.webp index c45040a..389022d 100644 Binary files a/static/sprites-small/home/589.webp and b/static/sprites-small/home/589.webp differ diff --git a/static/sprites-small/home/59.webp b/static/sprites-small/home/59.webp index 30bbad1..7c0493d 100644 Binary files a/static/sprites-small/home/59.webp and b/static/sprites-small/home/59.webp differ diff --git a/static/sprites-small/home/590.webp b/static/sprites-small/home/590.webp index 2f38737..0f67e36 100644 Binary files a/static/sprites-small/home/590.webp and b/static/sprites-small/home/590.webp differ diff --git a/static/sprites-small/home/591.webp b/static/sprites-small/home/591.webp index f98ccf5..4e85299 100644 Binary files a/static/sprites-small/home/591.webp and b/static/sprites-small/home/591.webp differ diff --git a/static/sprites-small/home/592.webp b/static/sprites-small/home/592.webp index 58c625c..3956dab 100644 Binary files a/static/sprites-small/home/592.webp and b/static/sprites-small/home/592.webp differ diff --git a/static/sprites-small/home/593.webp b/static/sprites-small/home/593.webp index 3e0f70e..287eead 100644 Binary files a/static/sprites-small/home/593.webp and b/static/sprites-small/home/593.webp differ diff --git a/static/sprites-small/home/594.webp b/static/sprites-small/home/594.webp index 7753e32..de41983 100644 Binary files a/static/sprites-small/home/594.webp and b/static/sprites-small/home/594.webp differ diff --git a/static/sprites-small/home/595.webp b/static/sprites-small/home/595.webp index a6e94fa..63d46dd 100644 Binary files a/static/sprites-small/home/595.webp and b/static/sprites-small/home/595.webp differ diff --git a/static/sprites-small/home/596.webp b/static/sprites-small/home/596.webp index c40c12f..e61ed33 100644 Binary files a/static/sprites-small/home/596.webp and b/static/sprites-small/home/596.webp differ diff --git a/static/sprites-small/home/597.webp b/static/sprites-small/home/597.webp index 202f585..cf01eb0 100644 Binary files a/static/sprites-small/home/597.webp and b/static/sprites-small/home/597.webp differ diff --git a/static/sprites-small/home/598.webp b/static/sprites-small/home/598.webp index d9f3bbc..a773ab0 100644 Binary files a/static/sprites-small/home/598.webp and b/static/sprites-small/home/598.webp differ diff --git a/static/sprites-small/home/599.webp b/static/sprites-small/home/599.webp index 010fc79..d079988 100644 Binary files a/static/sprites-small/home/599.webp and b/static/sprites-small/home/599.webp differ diff --git a/static/sprites-small/home/6.webp b/static/sprites-small/home/6.webp index 19b40b7..7f5d994 100644 Binary files a/static/sprites-small/home/6.webp and b/static/sprites-small/home/6.webp differ diff --git a/static/sprites-small/home/60.webp b/static/sprites-small/home/60.webp index f652761..57e1a11 100644 Binary files a/static/sprites-small/home/60.webp and b/static/sprites-small/home/60.webp differ diff --git a/static/sprites-small/home/600.webp b/static/sprites-small/home/600.webp index bfd8924..5374ebe 100644 Binary files a/static/sprites-small/home/600.webp and b/static/sprites-small/home/600.webp differ diff --git a/static/sprites-small/home/601.webp b/static/sprites-small/home/601.webp index 6ab9e12..e8bb182 100644 Binary files a/static/sprites-small/home/601.webp and b/static/sprites-small/home/601.webp differ diff --git a/static/sprites-small/home/602.webp b/static/sprites-small/home/602.webp index ce3e8b9..168b8a5 100644 Binary files a/static/sprites-small/home/602.webp and b/static/sprites-small/home/602.webp differ diff --git a/static/sprites-small/home/603.webp b/static/sprites-small/home/603.webp index 722ef9a..cce94ae 100644 Binary files a/static/sprites-small/home/603.webp and b/static/sprites-small/home/603.webp differ diff --git a/static/sprites-small/home/604.webp b/static/sprites-small/home/604.webp index 5e688a6..ebb5c3f 100644 Binary files a/static/sprites-small/home/604.webp and b/static/sprites-small/home/604.webp differ diff --git a/static/sprites-small/home/605.webp b/static/sprites-small/home/605.webp index fc51078..a441033 100644 Binary files a/static/sprites-small/home/605.webp and b/static/sprites-small/home/605.webp differ diff --git a/static/sprites-small/home/606.webp b/static/sprites-small/home/606.webp index 1a004bb..a3428b8 100644 Binary files a/static/sprites-small/home/606.webp and b/static/sprites-small/home/606.webp differ diff --git a/static/sprites-small/home/607.webp b/static/sprites-small/home/607.webp index 94fbe9a..678194a 100644 Binary files a/static/sprites-small/home/607.webp and b/static/sprites-small/home/607.webp differ diff --git a/static/sprites-small/home/608.webp b/static/sprites-small/home/608.webp index 3a60a8a..4f51fc6 100644 Binary files a/static/sprites-small/home/608.webp and b/static/sprites-small/home/608.webp differ diff --git a/static/sprites-small/home/609.webp b/static/sprites-small/home/609.webp index edfb73a..b830816 100644 Binary files a/static/sprites-small/home/609.webp and b/static/sprites-small/home/609.webp differ diff --git a/static/sprites-small/home/61.webp b/static/sprites-small/home/61.webp index 35a8433..ca8d6c5 100644 Binary files a/static/sprites-small/home/61.webp and b/static/sprites-small/home/61.webp differ diff --git a/static/sprites-small/home/610.webp b/static/sprites-small/home/610.webp index 3586fd4..79f1a59 100644 Binary files a/static/sprites-small/home/610.webp and b/static/sprites-small/home/610.webp differ diff --git a/static/sprites-small/home/611.webp b/static/sprites-small/home/611.webp index 4161745..ba489ca 100644 Binary files a/static/sprites-small/home/611.webp and b/static/sprites-small/home/611.webp differ diff --git a/static/sprites-small/home/612.webp b/static/sprites-small/home/612.webp index a972a22..c2832f8 100644 Binary files a/static/sprites-small/home/612.webp and b/static/sprites-small/home/612.webp differ diff --git a/static/sprites-small/home/613.webp b/static/sprites-small/home/613.webp index 0cd0230..cc813af 100644 Binary files a/static/sprites-small/home/613.webp and b/static/sprites-small/home/613.webp differ diff --git a/static/sprites-small/home/614.webp b/static/sprites-small/home/614.webp index 9064663..8ae087a 100644 Binary files a/static/sprites-small/home/614.webp and b/static/sprites-small/home/614.webp differ diff --git a/static/sprites-small/home/615.webp b/static/sprites-small/home/615.webp index 8898c86..b63c151 100644 Binary files a/static/sprites-small/home/615.webp and b/static/sprites-small/home/615.webp differ diff --git a/static/sprites-small/home/616.webp b/static/sprites-small/home/616.webp index 1fe889f..c2d1fa0 100644 Binary files a/static/sprites-small/home/616.webp and b/static/sprites-small/home/616.webp differ diff --git a/static/sprites-small/home/617.webp b/static/sprites-small/home/617.webp index b730e81..e226bfa 100644 Binary files a/static/sprites-small/home/617.webp and b/static/sprites-small/home/617.webp differ diff --git a/static/sprites-small/home/618.webp b/static/sprites-small/home/618.webp index 0c13db8..371f99c 100644 Binary files a/static/sprites-small/home/618.webp and b/static/sprites-small/home/618.webp differ diff --git a/static/sprites-small/home/619.webp b/static/sprites-small/home/619.webp index a24228d..cd476d2 100644 Binary files a/static/sprites-small/home/619.webp and b/static/sprites-small/home/619.webp differ diff --git a/static/sprites-small/home/62.webp b/static/sprites-small/home/62.webp index 33311f4..e296d9e 100644 Binary files a/static/sprites-small/home/62.webp and b/static/sprites-small/home/62.webp differ diff --git a/static/sprites-small/home/620.webp b/static/sprites-small/home/620.webp index 19dc288..60b699a 100644 Binary files a/static/sprites-small/home/620.webp and b/static/sprites-small/home/620.webp differ diff --git a/static/sprites-small/home/621.webp b/static/sprites-small/home/621.webp index 12e16a0..67508f4 100644 Binary files a/static/sprites-small/home/621.webp and b/static/sprites-small/home/621.webp differ diff --git a/static/sprites-small/home/622.webp b/static/sprites-small/home/622.webp index c26a63e..6aedaad 100644 Binary files a/static/sprites-small/home/622.webp and b/static/sprites-small/home/622.webp differ diff --git a/static/sprites-small/home/623.webp b/static/sprites-small/home/623.webp index cd6dc0d..6629b3a 100644 Binary files a/static/sprites-small/home/623.webp and b/static/sprites-small/home/623.webp differ diff --git a/static/sprites-small/home/624.webp b/static/sprites-small/home/624.webp index 9c9d804..cec1a6d 100644 Binary files a/static/sprites-small/home/624.webp and b/static/sprites-small/home/624.webp differ diff --git a/static/sprites-small/home/625.webp b/static/sprites-small/home/625.webp index 71738f6..0d3d8b8 100644 Binary files a/static/sprites-small/home/625.webp and b/static/sprites-small/home/625.webp differ diff --git a/static/sprites-small/home/626.webp b/static/sprites-small/home/626.webp index 9da4891..89f8079 100644 Binary files a/static/sprites-small/home/626.webp and b/static/sprites-small/home/626.webp differ diff --git a/static/sprites-small/home/627.webp b/static/sprites-small/home/627.webp index 197033f..35649ef 100644 Binary files a/static/sprites-small/home/627.webp and b/static/sprites-small/home/627.webp differ diff --git a/static/sprites-small/home/628.webp b/static/sprites-small/home/628.webp index 63c486f..95cc56f 100644 Binary files a/static/sprites-small/home/628.webp and b/static/sprites-small/home/628.webp differ diff --git a/static/sprites-small/home/629.webp b/static/sprites-small/home/629.webp index f713014..34ad20c 100644 Binary files a/static/sprites-small/home/629.webp and b/static/sprites-small/home/629.webp differ diff --git a/static/sprites-small/home/63.webp b/static/sprites-small/home/63.webp index 338ebfc..b57f0f1 100644 Binary files a/static/sprites-small/home/63.webp and b/static/sprites-small/home/63.webp differ diff --git a/static/sprites-small/home/630.webp b/static/sprites-small/home/630.webp index 3df47b6..4655ba6 100644 Binary files a/static/sprites-small/home/630.webp and b/static/sprites-small/home/630.webp differ diff --git a/static/sprites-small/home/631.webp b/static/sprites-small/home/631.webp index 515076d..456dd89 100644 Binary files a/static/sprites-small/home/631.webp and b/static/sprites-small/home/631.webp differ diff --git a/static/sprites-small/home/632.webp b/static/sprites-small/home/632.webp index d47cd76..02ae48a 100644 Binary files a/static/sprites-small/home/632.webp and b/static/sprites-small/home/632.webp differ diff --git a/static/sprites-small/home/633.webp b/static/sprites-small/home/633.webp index 53d4bef..3aa64b2 100644 Binary files a/static/sprites-small/home/633.webp and b/static/sprites-small/home/633.webp differ diff --git a/static/sprites-small/home/634.webp b/static/sprites-small/home/634.webp index bf76d00..547481a 100644 Binary files a/static/sprites-small/home/634.webp and b/static/sprites-small/home/634.webp differ diff --git a/static/sprites-small/home/635.webp b/static/sprites-small/home/635.webp index 991e7c9..3bc1961 100644 Binary files a/static/sprites-small/home/635.webp and b/static/sprites-small/home/635.webp differ diff --git a/static/sprites-small/home/636.webp b/static/sprites-small/home/636.webp index bbf0188..2d7ffb1 100644 Binary files a/static/sprites-small/home/636.webp and b/static/sprites-small/home/636.webp differ diff --git a/static/sprites-small/home/637.webp b/static/sprites-small/home/637.webp index ab31359..562eb2f 100644 Binary files a/static/sprites-small/home/637.webp and b/static/sprites-small/home/637.webp differ diff --git a/static/sprites-small/home/638.webp b/static/sprites-small/home/638.webp index ae66f62..a8c8671 100644 Binary files a/static/sprites-small/home/638.webp and b/static/sprites-small/home/638.webp differ diff --git a/static/sprites-small/home/639.webp b/static/sprites-small/home/639.webp index 6943b93..b73e159 100644 Binary files a/static/sprites-small/home/639.webp and b/static/sprites-small/home/639.webp differ diff --git a/static/sprites-small/home/64.webp b/static/sprites-small/home/64.webp index 1f12d00..388a603 100644 Binary files a/static/sprites-small/home/64.webp and b/static/sprites-small/home/64.webp differ diff --git a/static/sprites-small/home/640.webp b/static/sprites-small/home/640.webp index 0b064f1..d89b06b 100644 Binary files a/static/sprites-small/home/640.webp and b/static/sprites-small/home/640.webp differ diff --git a/static/sprites-small/home/641.webp b/static/sprites-small/home/641.webp index e9933bd..806e581 100644 Binary files a/static/sprites-small/home/641.webp and b/static/sprites-small/home/641.webp differ diff --git a/static/sprites-small/home/642.webp b/static/sprites-small/home/642.webp index c693ca4..cb814f2 100644 Binary files a/static/sprites-small/home/642.webp and b/static/sprites-small/home/642.webp differ diff --git a/static/sprites-small/home/643.webp b/static/sprites-small/home/643.webp index 2d35feb..53285b7 100644 Binary files a/static/sprites-small/home/643.webp and b/static/sprites-small/home/643.webp differ diff --git a/static/sprites-small/home/644.webp b/static/sprites-small/home/644.webp index 09937c0..592a0ce 100644 Binary files a/static/sprites-small/home/644.webp and b/static/sprites-small/home/644.webp differ diff --git a/static/sprites-small/home/645.webp b/static/sprites-small/home/645.webp index 6369870..eae3298 100644 Binary files a/static/sprites-small/home/645.webp and b/static/sprites-small/home/645.webp differ diff --git a/static/sprites-small/home/646.webp b/static/sprites-small/home/646.webp index d62025d..a40eabf 100644 Binary files a/static/sprites-small/home/646.webp and b/static/sprites-small/home/646.webp differ diff --git a/static/sprites-small/home/647.webp b/static/sprites-small/home/647.webp index 9f7f251..b627341 100644 Binary files a/static/sprites-small/home/647.webp and b/static/sprites-small/home/647.webp differ diff --git a/static/sprites-small/home/648.webp b/static/sprites-small/home/648.webp index 263e3e5..32b037f 100644 Binary files a/static/sprites-small/home/648.webp and b/static/sprites-small/home/648.webp differ diff --git a/static/sprites-small/home/649-burn.webp b/static/sprites-small/home/649-burn.webp index 3aa3137..1f10e03 100644 Binary files a/static/sprites-small/home/649-burn.webp and b/static/sprites-small/home/649-burn.webp differ diff --git a/static/sprites-small/home/649-chill.webp b/static/sprites-small/home/649-chill.webp index f840b53..0760c8c 100644 Binary files a/static/sprites-small/home/649-chill.webp and b/static/sprites-small/home/649-chill.webp differ diff --git a/static/sprites-small/home/649-douse.webp b/static/sprites-small/home/649-douse.webp index 4799757..2180b75 100644 Binary files a/static/sprites-small/home/649-douse.webp and b/static/sprites-small/home/649-douse.webp differ diff --git a/static/sprites-small/home/649-shock.webp b/static/sprites-small/home/649-shock.webp index 86c803c..bbbaea3 100644 Binary files a/static/sprites-small/home/649-shock.webp and b/static/sprites-small/home/649-shock.webp differ diff --git a/static/sprites-small/home/649.webp b/static/sprites-small/home/649.webp index 1b15f8b..87684ac 100644 Binary files a/static/sprites-small/home/649.webp and b/static/sprites-small/home/649.webp differ diff --git a/static/sprites-small/home/65.webp b/static/sprites-small/home/65.webp index a46586b..6e6f035 100644 Binary files a/static/sprites-small/home/65.webp and b/static/sprites-small/home/65.webp differ diff --git a/static/sprites-small/home/650.webp b/static/sprites-small/home/650.webp index a86fa78..a2c803d 100644 Binary files a/static/sprites-small/home/650.webp and b/static/sprites-small/home/650.webp differ diff --git a/static/sprites-small/home/651.webp b/static/sprites-small/home/651.webp index 77fa444..4321780 100644 Binary files a/static/sprites-small/home/651.webp and b/static/sprites-small/home/651.webp differ diff --git a/static/sprites-small/home/652.webp b/static/sprites-small/home/652.webp index a2cf35e..decd7ee 100644 Binary files a/static/sprites-small/home/652.webp and b/static/sprites-small/home/652.webp differ diff --git a/static/sprites-small/home/653.webp b/static/sprites-small/home/653.webp index f7201c7..07e1118 100644 Binary files a/static/sprites-small/home/653.webp and b/static/sprites-small/home/653.webp differ diff --git a/static/sprites-small/home/654.webp b/static/sprites-small/home/654.webp index 865acc5..91b68f1 100644 Binary files a/static/sprites-small/home/654.webp and b/static/sprites-small/home/654.webp differ diff --git a/static/sprites-small/home/655.webp b/static/sprites-small/home/655.webp index 86892a2..7453a1f 100644 Binary files a/static/sprites-small/home/655.webp and b/static/sprites-small/home/655.webp differ diff --git a/static/sprites-small/home/656.webp b/static/sprites-small/home/656.webp index 9b6a9ea..83e9935 100644 Binary files a/static/sprites-small/home/656.webp and b/static/sprites-small/home/656.webp differ diff --git a/static/sprites-small/home/657.webp b/static/sprites-small/home/657.webp index d1fcfcd..b6a2caf 100644 Binary files a/static/sprites-small/home/657.webp and b/static/sprites-small/home/657.webp differ diff --git a/static/sprites-small/home/658.webp b/static/sprites-small/home/658.webp index 9548dfa..bae060f 100644 Binary files a/static/sprites-small/home/658.webp and b/static/sprites-small/home/658.webp differ diff --git a/static/sprites-small/home/659.webp b/static/sprites-small/home/659.webp index befd148..4ff1ab5 100644 Binary files a/static/sprites-small/home/659.webp and b/static/sprites-small/home/659.webp differ diff --git a/static/sprites-small/home/66.webp b/static/sprites-small/home/66.webp index f8d53e6..e043978 100644 Binary files a/static/sprites-small/home/66.webp and b/static/sprites-small/home/66.webp differ diff --git a/static/sprites-small/home/660.webp b/static/sprites-small/home/660.webp index 8e93ed0..e589504 100644 Binary files a/static/sprites-small/home/660.webp and b/static/sprites-small/home/660.webp differ diff --git a/static/sprites-small/home/661.webp b/static/sprites-small/home/661.webp index 7d5d488..1bd02f8 100644 Binary files a/static/sprites-small/home/661.webp and b/static/sprites-small/home/661.webp differ diff --git a/static/sprites-small/home/662.webp b/static/sprites-small/home/662.webp index 115cd10..cac4109 100644 Binary files a/static/sprites-small/home/662.webp and b/static/sprites-small/home/662.webp differ diff --git a/static/sprites-small/home/663.webp b/static/sprites-small/home/663.webp index 2460f28..411c4f3 100644 Binary files a/static/sprites-small/home/663.webp and b/static/sprites-small/home/663.webp differ diff --git a/static/sprites-small/home/664.webp b/static/sprites-small/home/664.webp index 625cad6..14a7732 100644 Binary files a/static/sprites-small/home/664.webp and b/static/sprites-small/home/664.webp differ diff --git a/static/sprites-small/home/665.webp b/static/sprites-small/home/665.webp index 285f895..3c17990 100644 Binary files a/static/sprites-small/home/665.webp and b/static/sprites-small/home/665.webp differ diff --git a/static/sprites-small/home/666-archipelago.webp b/static/sprites-small/home/666-archipelago.webp index cc1f3df..d56b1ff 100644 Binary files a/static/sprites-small/home/666-archipelago.webp and b/static/sprites-small/home/666-archipelago.webp differ diff --git a/static/sprites-small/home/666-continental.webp b/static/sprites-small/home/666-continental.webp index b8df52a..ff517f8 100644 Binary files a/static/sprites-small/home/666-continental.webp and b/static/sprites-small/home/666-continental.webp differ diff --git a/static/sprites-small/home/666-elegant.webp b/static/sprites-small/home/666-elegant.webp index 283cf75..0d63534 100644 Binary files a/static/sprites-small/home/666-elegant.webp and b/static/sprites-small/home/666-elegant.webp differ diff --git a/static/sprites-small/home/666-fancy.webp b/static/sprites-small/home/666-fancy.webp index bc9409f..1ed4c19 100644 Binary files a/static/sprites-small/home/666-fancy.webp and b/static/sprites-small/home/666-fancy.webp differ diff --git a/static/sprites-small/home/666-garden.webp b/static/sprites-small/home/666-garden.webp index af83757..8d95946 100644 Binary files a/static/sprites-small/home/666-garden.webp and b/static/sprites-small/home/666-garden.webp differ diff --git a/static/sprites-small/home/666-high-plains.webp b/static/sprites-small/home/666-high-plains.webp index f54c2a5..1cb0387 100644 Binary files a/static/sprites-small/home/666-high-plains.webp and b/static/sprites-small/home/666-high-plains.webp differ diff --git a/static/sprites-small/home/666-icy-snow.webp b/static/sprites-small/home/666-icy-snow.webp index a768457..8b56fa9 100644 Binary files a/static/sprites-small/home/666-icy-snow.webp and b/static/sprites-small/home/666-icy-snow.webp differ diff --git a/static/sprites-small/home/666-jungle.webp b/static/sprites-small/home/666-jungle.webp index 66d0d47..d149434 100644 Binary files a/static/sprites-small/home/666-jungle.webp and b/static/sprites-small/home/666-jungle.webp differ diff --git a/static/sprites-small/home/666-marine.webp b/static/sprites-small/home/666-marine.webp index 0990b4f..441fa3e 100644 Binary files a/static/sprites-small/home/666-marine.webp and b/static/sprites-small/home/666-marine.webp differ diff --git a/static/sprites-small/home/666-meadow.webp b/static/sprites-small/home/666-meadow.webp index 4c7a0ed..0bbcddb 100644 Binary files a/static/sprites-small/home/666-meadow.webp and b/static/sprites-small/home/666-meadow.webp differ diff --git a/static/sprites-small/home/666-modern.webp b/static/sprites-small/home/666-modern.webp index 552f432..b3681ec 100644 Binary files a/static/sprites-small/home/666-modern.webp and b/static/sprites-small/home/666-modern.webp differ diff --git a/static/sprites-small/home/666-monsoon.webp b/static/sprites-small/home/666-monsoon.webp index 2814cd5..318e26f 100644 Binary files a/static/sprites-small/home/666-monsoon.webp and b/static/sprites-small/home/666-monsoon.webp differ diff --git a/static/sprites-small/home/666-ocean.webp b/static/sprites-small/home/666-ocean.webp index dd7f078..738c7a6 100644 Binary files a/static/sprites-small/home/666-ocean.webp and b/static/sprites-small/home/666-ocean.webp differ diff --git a/static/sprites-small/home/666-poke-ball.webp b/static/sprites-small/home/666-poke-ball.webp index 7ed26d6..45f2ace 100644 Binary files a/static/sprites-small/home/666-poke-ball.webp and b/static/sprites-small/home/666-poke-ball.webp differ diff --git a/static/sprites-small/home/666-polar.webp b/static/sprites-small/home/666-polar.webp index 8e52f70..a8f5a7d 100644 Binary files a/static/sprites-small/home/666-polar.webp and b/static/sprites-small/home/666-polar.webp differ diff --git a/static/sprites-small/home/666-river.webp b/static/sprites-small/home/666-river.webp index f21c3b2..9341b2e 100644 Binary files a/static/sprites-small/home/666-river.webp and b/static/sprites-small/home/666-river.webp differ diff --git a/static/sprites-small/home/666-sandstorm.webp b/static/sprites-small/home/666-sandstorm.webp index 86bf424..e0dfc53 100644 Binary files a/static/sprites-small/home/666-sandstorm.webp and b/static/sprites-small/home/666-sandstorm.webp differ diff --git a/static/sprites-small/home/666-savanna.webp b/static/sprites-small/home/666-savanna.webp index 94919f0..b7ea31d 100644 Binary files a/static/sprites-small/home/666-savanna.webp and b/static/sprites-small/home/666-savanna.webp differ diff --git a/static/sprites-small/home/666-sun.webp b/static/sprites-small/home/666-sun.webp index cd2ad4d..22a26e4 100644 Binary files a/static/sprites-small/home/666-sun.webp and b/static/sprites-small/home/666-sun.webp differ diff --git a/static/sprites-small/home/666-tundra.webp b/static/sprites-small/home/666-tundra.webp index 8aed802..d6875cc 100644 Binary files a/static/sprites-small/home/666-tundra.webp and b/static/sprites-small/home/666-tundra.webp differ diff --git a/static/sprites-small/home/666.webp b/static/sprites-small/home/666.webp index 4c7a0ed..0bbcddb 100644 Binary files a/static/sprites-small/home/666.webp and b/static/sprites-small/home/666.webp differ diff --git a/static/sprites-small/home/667.webp b/static/sprites-small/home/667.webp index 13bb36c..e6da3da 100644 Binary files a/static/sprites-small/home/667.webp and b/static/sprites-small/home/667.webp differ diff --git a/static/sprites-small/home/668.webp b/static/sprites-small/home/668.webp index 5304961..b7ba09e 100644 Binary files a/static/sprites-small/home/668.webp and b/static/sprites-small/home/668.webp differ diff --git a/static/sprites-small/home/669-blue.webp b/static/sprites-small/home/669-blue.webp index 913c5b2..71e82c9 100644 Binary files a/static/sprites-small/home/669-blue.webp and b/static/sprites-small/home/669-blue.webp differ diff --git a/static/sprites-small/home/669-orange.webp b/static/sprites-small/home/669-orange.webp index dd9b121..4ddab67 100644 Binary files a/static/sprites-small/home/669-orange.webp and b/static/sprites-small/home/669-orange.webp differ diff --git a/static/sprites-small/home/669-red.webp b/static/sprites-small/home/669-red.webp index e3aa7e2..ff5924b 100644 Binary files a/static/sprites-small/home/669-red.webp and b/static/sprites-small/home/669-red.webp differ diff --git a/static/sprites-small/home/669-white.webp b/static/sprites-small/home/669-white.webp index a57cb1d..d8147f9 100644 Binary files a/static/sprites-small/home/669-white.webp and b/static/sprites-small/home/669-white.webp differ diff --git a/static/sprites-small/home/669-yellow.webp b/static/sprites-small/home/669-yellow.webp index c3c7bc1..f1ad00b 100644 Binary files a/static/sprites-small/home/669-yellow.webp and b/static/sprites-small/home/669-yellow.webp differ diff --git a/static/sprites-small/home/669.webp b/static/sprites-small/home/669.webp index e3aa7e2..ff5924b 100644 Binary files a/static/sprites-small/home/669.webp and b/static/sprites-small/home/669.webp differ diff --git a/static/sprites-small/home/67.webp b/static/sprites-small/home/67.webp index f40d426..4369745 100644 Binary files a/static/sprites-small/home/67.webp and b/static/sprites-small/home/67.webp differ diff --git a/static/sprites-small/home/670-blue.webp b/static/sprites-small/home/670-blue.webp index 2340401..004400e 100644 Binary files a/static/sprites-small/home/670-blue.webp and b/static/sprites-small/home/670-blue.webp differ diff --git a/static/sprites-small/home/670-orange.webp b/static/sprites-small/home/670-orange.webp index 2cbaa38..718ec73 100644 Binary files a/static/sprites-small/home/670-orange.webp and b/static/sprites-small/home/670-orange.webp differ diff --git a/static/sprites-small/home/670-red.webp b/static/sprites-small/home/670-red.webp index 12ddc14..2156612 100644 Binary files a/static/sprites-small/home/670-red.webp and b/static/sprites-small/home/670-red.webp differ diff --git a/static/sprites-small/home/670-white.webp b/static/sprites-small/home/670-white.webp index 6236b3d..2173b81 100644 Binary files a/static/sprites-small/home/670-white.webp and b/static/sprites-small/home/670-white.webp differ diff --git a/static/sprites-small/home/670-yellow.webp b/static/sprites-small/home/670-yellow.webp index a2a113a..394331b 100644 Binary files a/static/sprites-small/home/670-yellow.webp and b/static/sprites-small/home/670-yellow.webp differ diff --git a/static/sprites-small/home/670.webp b/static/sprites-small/home/670.webp index 12ddc14..2156612 100644 Binary files a/static/sprites-small/home/670.webp and b/static/sprites-small/home/670.webp differ diff --git a/static/sprites-small/home/671-blue.webp b/static/sprites-small/home/671-blue.webp index 59a563f..74dff6a 100644 Binary files a/static/sprites-small/home/671-blue.webp and b/static/sprites-small/home/671-blue.webp differ diff --git a/static/sprites-small/home/671-orange.webp b/static/sprites-small/home/671-orange.webp index be5ace9..52c75e3 100644 Binary files a/static/sprites-small/home/671-orange.webp and b/static/sprites-small/home/671-orange.webp differ diff --git a/static/sprites-small/home/671-red.webp b/static/sprites-small/home/671-red.webp index 3706526..bab50da 100644 Binary files a/static/sprites-small/home/671-red.webp and b/static/sprites-small/home/671-red.webp differ diff --git a/static/sprites-small/home/671-white.webp b/static/sprites-small/home/671-white.webp index dd8f33f..4e7c142 100644 Binary files a/static/sprites-small/home/671-white.webp and b/static/sprites-small/home/671-white.webp differ diff --git a/static/sprites-small/home/671-yellow.webp b/static/sprites-small/home/671-yellow.webp index 5afa942..8a31faa 100644 Binary files a/static/sprites-small/home/671-yellow.webp and b/static/sprites-small/home/671-yellow.webp differ diff --git a/static/sprites-small/home/671.webp b/static/sprites-small/home/671.webp index 3706526..bab50da 100644 Binary files a/static/sprites-small/home/671.webp and b/static/sprites-small/home/671.webp differ diff --git a/static/sprites-small/home/672.webp b/static/sprites-small/home/672.webp index f261241..98347f9 100644 Binary files a/static/sprites-small/home/672.webp and b/static/sprites-small/home/672.webp differ diff --git a/static/sprites-small/home/673.webp b/static/sprites-small/home/673.webp index a090d1e..488d930 100644 Binary files a/static/sprites-small/home/673.webp and b/static/sprites-small/home/673.webp differ diff --git a/static/sprites-small/home/674.webp b/static/sprites-small/home/674.webp index fe992d6..cdae3af 100644 Binary files a/static/sprites-small/home/674.webp and b/static/sprites-small/home/674.webp differ diff --git a/static/sprites-small/home/675.webp b/static/sprites-small/home/675.webp index bef6eff..f52ebbb 100644 Binary files a/static/sprites-small/home/675.webp and b/static/sprites-small/home/675.webp differ diff --git a/static/sprites-small/home/676-dandy.webp b/static/sprites-small/home/676-dandy.webp index 1cfd950..defd00e 100644 Binary files a/static/sprites-small/home/676-dandy.webp and b/static/sprites-small/home/676-dandy.webp differ diff --git a/static/sprites-small/home/676-debutante.webp b/static/sprites-small/home/676-debutante.webp index a50e633..3917686 100644 Binary files a/static/sprites-small/home/676-debutante.webp and b/static/sprites-small/home/676-debutante.webp differ diff --git a/static/sprites-small/home/676-diamond.webp b/static/sprites-small/home/676-diamond.webp index 5fba3c2..17834a5 100644 Binary files a/static/sprites-small/home/676-diamond.webp and b/static/sprites-small/home/676-diamond.webp differ diff --git a/static/sprites-small/home/676-heart.webp b/static/sprites-small/home/676-heart.webp index f336e89..5e6f81e 100644 Binary files a/static/sprites-small/home/676-heart.webp and b/static/sprites-small/home/676-heart.webp differ diff --git a/static/sprites-small/home/676-kabuki.webp b/static/sprites-small/home/676-kabuki.webp index ef21a8f..bcd1141 100644 Binary files a/static/sprites-small/home/676-kabuki.webp and b/static/sprites-small/home/676-kabuki.webp differ diff --git a/static/sprites-small/home/676-la-reine.webp b/static/sprites-small/home/676-la-reine.webp index 52da9e3..9541c52 100644 Binary files a/static/sprites-small/home/676-la-reine.webp and b/static/sprites-small/home/676-la-reine.webp differ diff --git a/static/sprites-small/home/676-matron.webp b/static/sprites-small/home/676-matron.webp index 0adfc6b..329a7eb 100644 Binary files a/static/sprites-small/home/676-matron.webp and b/static/sprites-small/home/676-matron.webp differ diff --git a/static/sprites-small/home/676-natural.webp b/static/sprites-small/home/676-natural.webp index 598c30b..ccc52c5 100644 Binary files a/static/sprites-small/home/676-natural.webp and b/static/sprites-small/home/676-natural.webp differ diff --git a/static/sprites-small/home/676-pharaoh.webp b/static/sprites-small/home/676-pharaoh.webp index a17c11f..b79e71c 100644 Binary files a/static/sprites-small/home/676-pharaoh.webp and b/static/sprites-small/home/676-pharaoh.webp differ diff --git a/static/sprites-small/home/676-star.webp b/static/sprites-small/home/676-star.webp index cac5702..25adc31 100644 Binary files a/static/sprites-small/home/676-star.webp and b/static/sprites-small/home/676-star.webp differ diff --git a/static/sprites-small/home/676.webp b/static/sprites-small/home/676.webp index 598c30b..ccc52c5 100644 Binary files a/static/sprites-small/home/676.webp and b/static/sprites-small/home/676.webp differ diff --git a/static/sprites-small/home/677.webp b/static/sprites-small/home/677.webp index 88f0cb5..9541f5a 100644 Binary files a/static/sprites-small/home/677.webp and b/static/sprites-small/home/677.webp differ diff --git a/static/sprites-small/home/678.webp b/static/sprites-small/home/678.webp index 6c78d12..aec6e0f 100644 Binary files a/static/sprites-small/home/678.webp and b/static/sprites-small/home/678.webp differ diff --git a/static/sprites-small/home/679.webp b/static/sprites-small/home/679.webp index edd035a..d05bf16 100644 Binary files a/static/sprites-small/home/679.webp and b/static/sprites-small/home/679.webp differ diff --git a/static/sprites-small/home/68.webp b/static/sprites-small/home/68.webp index ec3a1d3..6a9f5ac 100644 Binary files a/static/sprites-small/home/68.webp and b/static/sprites-small/home/68.webp differ diff --git a/static/sprites-small/home/680.webp b/static/sprites-small/home/680.webp index 7e82790..a2ad64d 100644 Binary files a/static/sprites-small/home/680.webp and b/static/sprites-small/home/680.webp differ diff --git a/static/sprites-small/home/681.webp b/static/sprites-small/home/681.webp index 1b913fd..2c43813 100644 Binary files a/static/sprites-small/home/681.webp and b/static/sprites-small/home/681.webp differ diff --git a/static/sprites-small/home/682.webp b/static/sprites-small/home/682.webp index ff62966..eba7be4 100644 Binary files a/static/sprites-small/home/682.webp and b/static/sprites-small/home/682.webp differ diff --git a/static/sprites-small/home/683.webp b/static/sprites-small/home/683.webp index dc969bf..2b073c0 100644 Binary files a/static/sprites-small/home/683.webp and b/static/sprites-small/home/683.webp differ diff --git a/static/sprites-small/home/684.webp b/static/sprites-small/home/684.webp index 711b4ea..4b41838 100644 Binary files a/static/sprites-small/home/684.webp and b/static/sprites-small/home/684.webp differ diff --git a/static/sprites-small/home/685.webp b/static/sprites-small/home/685.webp index 014821b..633f57c 100644 Binary files a/static/sprites-small/home/685.webp and b/static/sprites-small/home/685.webp differ diff --git a/static/sprites-small/home/686.webp b/static/sprites-small/home/686.webp index 8ee7116..21d0563 100644 Binary files a/static/sprites-small/home/686.webp and b/static/sprites-small/home/686.webp differ diff --git a/static/sprites-small/home/687.webp b/static/sprites-small/home/687.webp index 0010a4c..27bfdf4 100644 Binary files a/static/sprites-small/home/687.webp and b/static/sprites-small/home/687.webp differ diff --git a/static/sprites-small/home/688.webp b/static/sprites-small/home/688.webp index e8fb60a..c2041e1 100644 Binary files a/static/sprites-small/home/688.webp and b/static/sprites-small/home/688.webp differ diff --git a/static/sprites-small/home/689.webp b/static/sprites-small/home/689.webp index 09fb046..5e3bd1a 100644 Binary files a/static/sprites-small/home/689.webp and b/static/sprites-small/home/689.webp differ diff --git a/static/sprites-small/home/69.webp b/static/sprites-small/home/69.webp index ed3d1d9..b76f4ff 100644 Binary files a/static/sprites-small/home/69.webp and b/static/sprites-small/home/69.webp differ diff --git a/static/sprites-small/home/690.webp b/static/sprites-small/home/690.webp index 67f4541..8b05742 100644 Binary files a/static/sprites-small/home/690.webp and b/static/sprites-small/home/690.webp differ diff --git a/static/sprites-small/home/691.webp b/static/sprites-small/home/691.webp index 1e19e6b..990a533 100644 Binary files a/static/sprites-small/home/691.webp and b/static/sprites-small/home/691.webp differ diff --git a/static/sprites-small/home/692.webp b/static/sprites-small/home/692.webp index a7ce755..dff3bc7 100644 Binary files a/static/sprites-small/home/692.webp and b/static/sprites-small/home/692.webp differ diff --git a/static/sprites-small/home/693.webp b/static/sprites-small/home/693.webp index b6207c0..0bed8e8 100644 Binary files a/static/sprites-small/home/693.webp and b/static/sprites-small/home/693.webp differ diff --git a/static/sprites-small/home/694.webp b/static/sprites-small/home/694.webp index 101139c..5f820a3 100644 Binary files a/static/sprites-small/home/694.webp and b/static/sprites-small/home/694.webp differ diff --git a/static/sprites-small/home/695.webp b/static/sprites-small/home/695.webp index 1fed6ba..e720697 100644 Binary files a/static/sprites-small/home/695.webp and b/static/sprites-small/home/695.webp differ diff --git a/static/sprites-small/home/696.webp b/static/sprites-small/home/696.webp index a783682..ec8811c 100644 Binary files a/static/sprites-small/home/696.webp and b/static/sprites-small/home/696.webp differ diff --git a/static/sprites-small/home/697.webp b/static/sprites-small/home/697.webp index 7bab80c..e2e97b5 100644 Binary files a/static/sprites-small/home/697.webp and b/static/sprites-small/home/697.webp differ diff --git a/static/sprites-small/home/698.webp b/static/sprites-small/home/698.webp index 5fa0d42..babfa47 100644 Binary files a/static/sprites-small/home/698.webp and b/static/sprites-small/home/698.webp differ diff --git a/static/sprites-small/home/699.webp b/static/sprites-small/home/699.webp index 4fa77e4..0c5c936 100644 Binary files a/static/sprites-small/home/699.webp and b/static/sprites-small/home/699.webp differ diff --git a/static/sprites-small/home/7.webp b/static/sprites-small/home/7.webp index a7e7146..c5066af 100644 Binary files a/static/sprites-small/home/7.webp and b/static/sprites-small/home/7.webp differ diff --git a/static/sprites-small/home/70.webp b/static/sprites-small/home/70.webp index 2368786..4d645ed 100644 Binary files a/static/sprites-small/home/70.webp and b/static/sprites-small/home/70.webp differ diff --git a/static/sprites-small/home/700.webp b/static/sprites-small/home/700.webp index 559ef39..75d0ae1 100644 Binary files a/static/sprites-small/home/700.webp and b/static/sprites-small/home/700.webp differ diff --git a/static/sprites-small/home/701.webp b/static/sprites-small/home/701.webp index fafa1d5..c3340bd 100644 Binary files a/static/sprites-small/home/701.webp and b/static/sprites-small/home/701.webp differ diff --git a/static/sprites-small/home/702.webp b/static/sprites-small/home/702.webp index 6f535a0..f9a8d76 100644 Binary files a/static/sprites-small/home/702.webp and b/static/sprites-small/home/702.webp differ diff --git a/static/sprites-small/home/703.webp b/static/sprites-small/home/703.webp index 18f4440..b3b5c79 100644 Binary files a/static/sprites-small/home/703.webp and b/static/sprites-small/home/703.webp differ diff --git a/static/sprites-small/home/704.webp b/static/sprites-small/home/704.webp index f0bf7b3..f726934 100644 Binary files a/static/sprites-small/home/704.webp and b/static/sprites-small/home/704.webp differ diff --git a/static/sprites-small/home/705.webp b/static/sprites-small/home/705.webp index a82c6d0..b7141c7 100644 Binary files a/static/sprites-small/home/705.webp and b/static/sprites-small/home/705.webp differ diff --git a/static/sprites-small/home/706.webp b/static/sprites-small/home/706.webp index 44b9445..d68bc89 100644 Binary files a/static/sprites-small/home/706.webp and b/static/sprites-small/home/706.webp differ diff --git a/static/sprites-small/home/707.webp b/static/sprites-small/home/707.webp index b3bd3a7..0d72df4 100644 Binary files a/static/sprites-small/home/707.webp and b/static/sprites-small/home/707.webp differ diff --git a/static/sprites-small/home/708.webp b/static/sprites-small/home/708.webp index 7cfd7b2..d0fc750 100644 Binary files a/static/sprites-small/home/708.webp and b/static/sprites-small/home/708.webp differ diff --git a/static/sprites-small/home/709.webp b/static/sprites-small/home/709.webp index 92aad73..6b30478 100644 Binary files a/static/sprites-small/home/709.webp and b/static/sprites-small/home/709.webp differ diff --git a/static/sprites-small/home/71.webp b/static/sprites-small/home/71.webp index 65128c3..3180e44 100644 Binary files a/static/sprites-small/home/71.webp and b/static/sprites-small/home/71.webp differ diff --git a/static/sprites-small/home/710.webp b/static/sprites-small/home/710.webp index 1631403..7e9c58f 100644 Binary files a/static/sprites-small/home/710.webp and b/static/sprites-small/home/710.webp differ diff --git a/static/sprites-small/home/711.webp b/static/sprites-small/home/711.webp index ab5f37e..bdd3004 100644 Binary files a/static/sprites-small/home/711.webp and b/static/sprites-small/home/711.webp differ diff --git a/static/sprites-small/home/712.webp b/static/sprites-small/home/712.webp index 68f99b5..0025594 100644 Binary files a/static/sprites-small/home/712.webp and b/static/sprites-small/home/712.webp differ diff --git a/static/sprites-small/home/713.webp b/static/sprites-small/home/713.webp index 5fa7afb..e6db36e 100644 Binary files a/static/sprites-small/home/713.webp and b/static/sprites-small/home/713.webp differ diff --git a/static/sprites-small/home/714.webp b/static/sprites-small/home/714.webp index fe9ef2a..a9fd6a2 100644 Binary files a/static/sprites-small/home/714.webp and b/static/sprites-small/home/714.webp differ diff --git a/static/sprites-small/home/715.webp b/static/sprites-small/home/715.webp index 735be63..6cb13bc 100644 Binary files a/static/sprites-small/home/715.webp and b/static/sprites-small/home/715.webp differ diff --git a/static/sprites-small/home/716-active.webp b/static/sprites-small/home/716-active.webp index a9204bf..8efcd2c 100644 Binary files a/static/sprites-small/home/716-active.webp and b/static/sprites-small/home/716-active.webp differ diff --git a/static/sprites-small/home/716-neutral.webp b/static/sprites-small/home/716-neutral.webp index 0a43b75..48bf206 100644 Binary files a/static/sprites-small/home/716-neutral.webp and b/static/sprites-small/home/716-neutral.webp differ diff --git a/static/sprites-small/home/716.webp b/static/sprites-small/home/716.webp index 0a43b75..48bf206 100644 Binary files a/static/sprites-small/home/716.webp and b/static/sprites-small/home/716.webp differ diff --git a/static/sprites-small/home/717.webp b/static/sprites-small/home/717.webp index c9d3146..cad2eb9 100644 Binary files a/static/sprites-small/home/717.webp and b/static/sprites-small/home/717.webp differ diff --git a/static/sprites-small/home/718.webp b/static/sprites-small/home/718.webp index b92397f..46f61c1 100644 Binary files a/static/sprites-small/home/718.webp and b/static/sprites-small/home/718.webp differ diff --git a/static/sprites-small/home/719.webp b/static/sprites-small/home/719.webp index 7b04b8e..3cfc079 100644 Binary files a/static/sprites-small/home/719.webp and b/static/sprites-small/home/719.webp differ diff --git a/static/sprites-small/home/72.webp b/static/sprites-small/home/72.webp index a4ed148..6d977a5 100644 Binary files a/static/sprites-small/home/72.webp and b/static/sprites-small/home/72.webp differ diff --git a/static/sprites-small/home/720.webp b/static/sprites-small/home/720.webp index 503ea44..0483969 100644 Binary files a/static/sprites-small/home/720.webp and b/static/sprites-small/home/720.webp differ diff --git a/static/sprites-small/home/721.webp b/static/sprites-small/home/721.webp index f6c24c0..1857ae0 100644 Binary files a/static/sprites-small/home/721.webp and b/static/sprites-small/home/721.webp differ diff --git a/static/sprites-small/home/722.webp b/static/sprites-small/home/722.webp index f542e88..4000b9c 100644 Binary files a/static/sprites-small/home/722.webp and b/static/sprites-small/home/722.webp differ diff --git a/static/sprites-small/home/723.webp b/static/sprites-small/home/723.webp index 7b5a1d1..32b8493 100644 Binary files a/static/sprites-small/home/723.webp and b/static/sprites-small/home/723.webp differ diff --git a/static/sprites-small/home/724.webp b/static/sprites-small/home/724.webp index 4229811..b6c2fff 100644 Binary files a/static/sprites-small/home/724.webp and b/static/sprites-small/home/724.webp differ diff --git a/static/sprites-small/home/725.webp b/static/sprites-small/home/725.webp index b7ae289..a0d1eee 100644 Binary files a/static/sprites-small/home/725.webp and b/static/sprites-small/home/725.webp differ diff --git a/static/sprites-small/home/726.webp b/static/sprites-small/home/726.webp index 893ed50..73880ea 100644 Binary files a/static/sprites-small/home/726.webp and b/static/sprites-small/home/726.webp differ diff --git a/static/sprites-small/home/727.webp b/static/sprites-small/home/727.webp index 78c4246..7486107 100644 Binary files a/static/sprites-small/home/727.webp and b/static/sprites-small/home/727.webp differ diff --git a/static/sprites-small/home/728.webp b/static/sprites-small/home/728.webp index 6136218..b193ba2 100644 Binary files a/static/sprites-small/home/728.webp and b/static/sprites-small/home/728.webp differ diff --git a/static/sprites-small/home/729.webp b/static/sprites-small/home/729.webp index 7c582ff..66e8975 100644 Binary files a/static/sprites-small/home/729.webp and b/static/sprites-small/home/729.webp differ diff --git a/static/sprites-small/home/73.webp b/static/sprites-small/home/73.webp index 488ac4c..83334e0 100644 Binary files a/static/sprites-small/home/73.webp and b/static/sprites-small/home/73.webp differ diff --git a/static/sprites-small/home/730.webp b/static/sprites-small/home/730.webp index ae0f58d..dbfd48c 100644 Binary files a/static/sprites-small/home/730.webp and b/static/sprites-small/home/730.webp differ diff --git a/static/sprites-small/home/731.webp b/static/sprites-small/home/731.webp index 06e2c40..d8dbf5e 100644 Binary files a/static/sprites-small/home/731.webp and b/static/sprites-small/home/731.webp differ diff --git a/static/sprites-small/home/732.webp b/static/sprites-small/home/732.webp index cee40de..42ef260 100644 Binary files a/static/sprites-small/home/732.webp and b/static/sprites-small/home/732.webp differ diff --git a/static/sprites-small/home/733.webp b/static/sprites-small/home/733.webp index 114c43d..9ee505e 100644 Binary files a/static/sprites-small/home/733.webp and b/static/sprites-small/home/733.webp differ diff --git a/static/sprites-small/home/734.webp b/static/sprites-small/home/734.webp index e543890..ca8f0cc 100644 Binary files a/static/sprites-small/home/734.webp and b/static/sprites-small/home/734.webp differ diff --git a/static/sprites-small/home/735.webp b/static/sprites-small/home/735.webp index 30f9ed7..adbec02 100644 Binary files a/static/sprites-small/home/735.webp and b/static/sprites-small/home/735.webp differ diff --git a/static/sprites-small/home/736.webp b/static/sprites-small/home/736.webp index 7aa1478..c80d9d0 100644 Binary files a/static/sprites-small/home/736.webp and b/static/sprites-small/home/736.webp differ diff --git a/static/sprites-small/home/737.webp b/static/sprites-small/home/737.webp index 64be695..b81037d 100644 Binary files a/static/sprites-small/home/737.webp and b/static/sprites-small/home/737.webp differ diff --git a/static/sprites-small/home/738.webp b/static/sprites-small/home/738.webp index 5edf89d..e4efbc5 100644 Binary files a/static/sprites-small/home/738.webp and b/static/sprites-small/home/738.webp differ diff --git a/static/sprites-small/home/739.webp b/static/sprites-small/home/739.webp index f5d9141..5c67f83 100644 Binary files a/static/sprites-small/home/739.webp and b/static/sprites-small/home/739.webp differ diff --git a/static/sprites-small/home/74.webp b/static/sprites-small/home/74.webp index fd94921..7ed33f7 100644 Binary files a/static/sprites-small/home/74.webp and b/static/sprites-small/home/74.webp differ diff --git a/static/sprites-small/home/740.webp b/static/sprites-small/home/740.webp index bab1538..a3663b8 100644 Binary files a/static/sprites-small/home/740.webp and b/static/sprites-small/home/740.webp differ diff --git a/static/sprites-small/home/741.webp b/static/sprites-small/home/741.webp index bdbe3b1..6c556df 100644 Binary files a/static/sprites-small/home/741.webp and b/static/sprites-small/home/741.webp differ diff --git a/static/sprites-small/home/742.webp b/static/sprites-small/home/742.webp index 2607cb7..2749c32 100644 Binary files a/static/sprites-small/home/742.webp and b/static/sprites-small/home/742.webp differ diff --git a/static/sprites-small/home/743.webp b/static/sprites-small/home/743.webp index 7cdf37b..72df82b 100644 Binary files a/static/sprites-small/home/743.webp and b/static/sprites-small/home/743.webp differ diff --git a/static/sprites-small/home/744.webp b/static/sprites-small/home/744.webp index 23b1d85..8bb6881 100644 Binary files a/static/sprites-small/home/744.webp and b/static/sprites-small/home/744.webp differ diff --git a/static/sprites-small/home/745.webp b/static/sprites-small/home/745.webp index e47fd05..3944c59 100644 Binary files a/static/sprites-small/home/745.webp and b/static/sprites-small/home/745.webp differ diff --git a/static/sprites-small/home/746.webp b/static/sprites-small/home/746.webp index ccd0cde..44d0402 100644 Binary files a/static/sprites-small/home/746.webp and b/static/sprites-small/home/746.webp differ diff --git a/static/sprites-small/home/747.webp b/static/sprites-small/home/747.webp index 42383d0..739ba2c 100644 Binary files a/static/sprites-small/home/747.webp and b/static/sprites-small/home/747.webp differ diff --git a/static/sprites-small/home/748.webp b/static/sprites-small/home/748.webp index eacde6c..d0cf9e7 100644 Binary files a/static/sprites-small/home/748.webp and b/static/sprites-small/home/748.webp differ diff --git a/static/sprites-small/home/749.webp b/static/sprites-small/home/749.webp index 140897a..a25a99e 100644 Binary files a/static/sprites-small/home/749.webp and b/static/sprites-small/home/749.webp differ diff --git a/static/sprites-small/home/75.webp b/static/sprites-small/home/75.webp index 4c974c0..331e40b 100644 Binary files a/static/sprites-small/home/75.webp and b/static/sprites-small/home/75.webp differ diff --git a/static/sprites-small/home/750.webp b/static/sprites-small/home/750.webp index b3fbd35..180cb4b 100644 Binary files a/static/sprites-small/home/750.webp and b/static/sprites-small/home/750.webp differ diff --git a/static/sprites-small/home/751.webp b/static/sprites-small/home/751.webp index f5fb11e..20685bd 100644 Binary files a/static/sprites-small/home/751.webp and b/static/sprites-small/home/751.webp differ diff --git a/static/sprites-small/home/752.webp b/static/sprites-small/home/752.webp index a9f95b7..5309261 100644 Binary files a/static/sprites-small/home/752.webp and b/static/sprites-small/home/752.webp differ diff --git a/static/sprites-small/home/753.webp b/static/sprites-small/home/753.webp index 7d215c3..d56d581 100644 Binary files a/static/sprites-small/home/753.webp and b/static/sprites-small/home/753.webp differ diff --git a/static/sprites-small/home/754.webp b/static/sprites-small/home/754.webp index 4e093b2..48a4fd0 100644 Binary files a/static/sprites-small/home/754.webp and b/static/sprites-small/home/754.webp differ diff --git a/static/sprites-small/home/755.webp b/static/sprites-small/home/755.webp index 715a158..abbdf6d 100644 Binary files a/static/sprites-small/home/755.webp and b/static/sprites-small/home/755.webp differ diff --git a/static/sprites-small/home/756.webp b/static/sprites-small/home/756.webp index 3445b0a..95ed242 100644 Binary files a/static/sprites-small/home/756.webp and b/static/sprites-small/home/756.webp differ diff --git a/static/sprites-small/home/757.webp b/static/sprites-small/home/757.webp index 693afeb..1f049f6 100644 Binary files a/static/sprites-small/home/757.webp and b/static/sprites-small/home/757.webp differ diff --git a/static/sprites-small/home/758.webp b/static/sprites-small/home/758.webp index 1106ed8..5b922fd 100644 Binary files a/static/sprites-small/home/758.webp and b/static/sprites-small/home/758.webp differ diff --git a/static/sprites-small/home/759.webp b/static/sprites-small/home/759.webp index 31fa69f..496b6b1 100644 Binary files a/static/sprites-small/home/759.webp and b/static/sprites-small/home/759.webp differ diff --git a/static/sprites-small/home/76.webp b/static/sprites-small/home/76.webp index a2115b1..b63bcf2 100644 Binary files a/static/sprites-small/home/76.webp and b/static/sprites-small/home/76.webp differ diff --git a/static/sprites-small/home/760.webp b/static/sprites-small/home/760.webp index 2514aa6..fae4b0f 100644 Binary files a/static/sprites-small/home/760.webp and b/static/sprites-small/home/760.webp differ diff --git a/static/sprites-small/home/761.webp b/static/sprites-small/home/761.webp index 947ef1d..bdc2418 100644 Binary files a/static/sprites-small/home/761.webp and b/static/sprites-small/home/761.webp differ diff --git a/static/sprites-small/home/762.webp b/static/sprites-small/home/762.webp index 13cbc52..8ff30fc 100644 Binary files a/static/sprites-small/home/762.webp and b/static/sprites-small/home/762.webp differ diff --git a/static/sprites-small/home/763.webp b/static/sprites-small/home/763.webp index 8595123..d98f2d3 100644 Binary files a/static/sprites-small/home/763.webp and b/static/sprites-small/home/763.webp differ diff --git a/static/sprites-small/home/764.webp b/static/sprites-small/home/764.webp index 7fca1a8..f7d596b 100644 Binary files a/static/sprites-small/home/764.webp and b/static/sprites-small/home/764.webp differ diff --git a/static/sprites-small/home/765.webp b/static/sprites-small/home/765.webp index cacd05a..de90f98 100644 Binary files a/static/sprites-small/home/765.webp and b/static/sprites-small/home/765.webp differ diff --git a/static/sprites-small/home/766.webp b/static/sprites-small/home/766.webp index 9f8a6e5..980d4f6 100644 Binary files a/static/sprites-small/home/766.webp and b/static/sprites-small/home/766.webp differ diff --git a/static/sprites-small/home/767.webp b/static/sprites-small/home/767.webp index 928032a..aeb7d19 100644 Binary files a/static/sprites-small/home/767.webp and b/static/sprites-small/home/767.webp differ diff --git a/static/sprites-small/home/768.webp b/static/sprites-small/home/768.webp index 54ef86a..c774d25 100644 Binary files a/static/sprites-small/home/768.webp and b/static/sprites-small/home/768.webp differ diff --git a/static/sprites-small/home/769.webp b/static/sprites-small/home/769.webp index 6ec7217..1bea699 100644 Binary files a/static/sprites-small/home/769.webp and b/static/sprites-small/home/769.webp differ diff --git a/static/sprites-small/home/77.webp b/static/sprites-small/home/77.webp index 3fda714..32ab88e 100644 Binary files a/static/sprites-small/home/77.webp and b/static/sprites-small/home/77.webp differ diff --git a/static/sprites-small/home/770.webp b/static/sprites-small/home/770.webp index e068577..ba53032 100644 Binary files a/static/sprites-small/home/770.webp and b/static/sprites-small/home/770.webp differ diff --git a/static/sprites-small/home/771.webp b/static/sprites-small/home/771.webp index bd6cef9..3be2c32 100644 Binary files a/static/sprites-small/home/771.webp and b/static/sprites-small/home/771.webp differ diff --git a/static/sprites-small/home/772.webp b/static/sprites-small/home/772.webp index dc0ff93..d5a0965 100644 Binary files a/static/sprites-small/home/772.webp and b/static/sprites-small/home/772.webp differ diff --git a/static/sprites-small/home/773-bug.webp b/static/sprites-small/home/773-bug.webp index c0f500f..1de72f2 100644 Binary files a/static/sprites-small/home/773-bug.webp and b/static/sprites-small/home/773-bug.webp differ diff --git a/static/sprites-small/home/773-dark.webp b/static/sprites-small/home/773-dark.webp index 281915a..2ca02f9 100644 Binary files a/static/sprites-small/home/773-dark.webp and b/static/sprites-small/home/773-dark.webp differ diff --git a/static/sprites-small/home/773-dragon.webp b/static/sprites-small/home/773-dragon.webp index 0451823..0b0da84 100644 Binary files a/static/sprites-small/home/773-dragon.webp and b/static/sprites-small/home/773-dragon.webp differ diff --git a/static/sprites-small/home/773-electric.webp b/static/sprites-small/home/773-electric.webp index 31b49d7..3065760 100644 Binary files a/static/sprites-small/home/773-electric.webp and b/static/sprites-small/home/773-electric.webp differ diff --git a/static/sprites-small/home/773-fairy.webp b/static/sprites-small/home/773-fairy.webp index 1801d57..08c68e2 100644 Binary files a/static/sprites-small/home/773-fairy.webp and b/static/sprites-small/home/773-fairy.webp differ diff --git a/static/sprites-small/home/773-fighting.webp b/static/sprites-small/home/773-fighting.webp index 1474062..f468398 100644 Binary files a/static/sprites-small/home/773-fighting.webp and b/static/sprites-small/home/773-fighting.webp differ diff --git a/static/sprites-small/home/773-fire.webp b/static/sprites-small/home/773-fire.webp index af3ab5b..2056fd5 100644 Binary files a/static/sprites-small/home/773-fire.webp and b/static/sprites-small/home/773-fire.webp differ diff --git a/static/sprites-small/home/773-flying.webp b/static/sprites-small/home/773-flying.webp index 2393d96..3ab7cf1 100644 Binary files a/static/sprites-small/home/773-flying.webp and b/static/sprites-small/home/773-flying.webp differ diff --git a/static/sprites-small/home/773-ghost.webp b/static/sprites-small/home/773-ghost.webp index 915d905..a02ff18 100644 Binary files a/static/sprites-small/home/773-ghost.webp and b/static/sprites-small/home/773-ghost.webp differ diff --git a/static/sprites-small/home/773-grass.webp b/static/sprites-small/home/773-grass.webp index 79ec5ad..13fae34 100644 Binary files a/static/sprites-small/home/773-grass.webp and b/static/sprites-small/home/773-grass.webp differ diff --git a/static/sprites-small/home/773-ground.webp b/static/sprites-small/home/773-ground.webp index 3fef385..671edf9 100644 Binary files a/static/sprites-small/home/773-ground.webp and b/static/sprites-small/home/773-ground.webp differ diff --git a/static/sprites-small/home/773-ice.webp b/static/sprites-small/home/773-ice.webp index fc25cdc..4f7e5c1 100644 Binary files a/static/sprites-small/home/773-ice.webp and b/static/sprites-small/home/773-ice.webp differ diff --git a/static/sprites-small/home/773-normal.webp b/static/sprites-small/home/773-normal.webp index a693ac5..75d2483 100644 Binary files a/static/sprites-small/home/773-normal.webp and b/static/sprites-small/home/773-normal.webp differ diff --git a/static/sprites-small/home/773-poison.webp b/static/sprites-small/home/773-poison.webp index 950eea6..a1052a1 100644 Binary files a/static/sprites-small/home/773-poison.webp and b/static/sprites-small/home/773-poison.webp differ diff --git a/static/sprites-small/home/773-psychic.webp b/static/sprites-small/home/773-psychic.webp index 33ee71b..d1073af 100644 Binary files a/static/sprites-small/home/773-psychic.webp and b/static/sprites-small/home/773-psychic.webp differ diff --git a/static/sprites-small/home/773-rock.webp b/static/sprites-small/home/773-rock.webp index c8e7564..3397f3d 100644 Binary files a/static/sprites-small/home/773-rock.webp and b/static/sprites-small/home/773-rock.webp differ diff --git a/static/sprites-small/home/773-steel.webp b/static/sprites-small/home/773-steel.webp index be627f7..a899d1c 100644 Binary files a/static/sprites-small/home/773-steel.webp and b/static/sprites-small/home/773-steel.webp differ diff --git a/static/sprites-small/home/773-water.webp b/static/sprites-small/home/773-water.webp index 3153d36..7bda7c7 100644 Binary files a/static/sprites-small/home/773-water.webp and b/static/sprites-small/home/773-water.webp differ diff --git a/static/sprites-small/home/773.webp b/static/sprites-small/home/773.webp index a693ac5..75d2483 100644 Binary files a/static/sprites-small/home/773.webp and b/static/sprites-small/home/773.webp differ diff --git a/static/sprites-small/home/774.webp b/static/sprites-small/home/774.webp index 1caa480..b07f6fc 100644 Binary files a/static/sprites-small/home/774.webp and b/static/sprites-small/home/774.webp differ diff --git a/static/sprites-small/home/775.webp b/static/sprites-small/home/775.webp index cf31433..538afee 100644 Binary files a/static/sprites-small/home/775.webp and b/static/sprites-small/home/775.webp differ diff --git a/static/sprites-small/home/776.webp b/static/sprites-small/home/776.webp index f528800..aef8d3a 100644 Binary files a/static/sprites-small/home/776.webp and b/static/sprites-small/home/776.webp differ diff --git a/static/sprites-small/home/777.webp b/static/sprites-small/home/777.webp index f3dc1ca..cb9ad82 100644 Binary files a/static/sprites-small/home/777.webp and b/static/sprites-small/home/777.webp differ diff --git a/static/sprites-small/home/778.webp b/static/sprites-small/home/778.webp index e1bd093..e5afd32 100644 Binary files a/static/sprites-small/home/778.webp and b/static/sprites-small/home/778.webp differ diff --git a/static/sprites-small/home/779.webp b/static/sprites-small/home/779.webp index bbeb1ae..69b0452 100644 Binary files a/static/sprites-small/home/779.webp and b/static/sprites-small/home/779.webp differ diff --git a/static/sprites-small/home/78.webp b/static/sprites-small/home/78.webp index 1a79892..ae92658 100644 Binary files a/static/sprites-small/home/78.webp and b/static/sprites-small/home/78.webp differ diff --git a/static/sprites-small/home/780.webp b/static/sprites-small/home/780.webp index 97c8db4..a983d0e 100644 Binary files a/static/sprites-small/home/780.webp and b/static/sprites-small/home/780.webp differ diff --git a/static/sprites-small/home/781.webp b/static/sprites-small/home/781.webp index 002f4f7..be97b84 100644 Binary files a/static/sprites-small/home/781.webp and b/static/sprites-small/home/781.webp differ diff --git a/static/sprites-small/home/782.webp b/static/sprites-small/home/782.webp index 3ef875d..ed9f841 100644 Binary files a/static/sprites-small/home/782.webp and b/static/sprites-small/home/782.webp differ diff --git a/static/sprites-small/home/783.webp b/static/sprites-small/home/783.webp index e6c5d40..c8c54b9 100644 Binary files a/static/sprites-small/home/783.webp and b/static/sprites-small/home/783.webp differ diff --git a/static/sprites-small/home/784.webp b/static/sprites-small/home/784.webp index eede015..97a86a5 100644 Binary files a/static/sprites-small/home/784.webp and b/static/sprites-small/home/784.webp differ diff --git a/static/sprites-small/home/785.webp b/static/sprites-small/home/785.webp index c4c071e..6ca8ac6 100644 Binary files a/static/sprites-small/home/785.webp and b/static/sprites-small/home/785.webp differ diff --git a/static/sprites-small/home/786.webp b/static/sprites-small/home/786.webp index 2908125..2d5108c 100644 Binary files a/static/sprites-small/home/786.webp and b/static/sprites-small/home/786.webp differ diff --git a/static/sprites-small/home/787.webp b/static/sprites-small/home/787.webp index a1b9fe1..fd6d19b 100644 Binary files a/static/sprites-small/home/787.webp and b/static/sprites-small/home/787.webp differ diff --git a/static/sprites-small/home/788.webp b/static/sprites-small/home/788.webp index 0a30778..81f128c 100644 Binary files a/static/sprites-small/home/788.webp and b/static/sprites-small/home/788.webp differ diff --git a/static/sprites-small/home/789.webp b/static/sprites-small/home/789.webp index 9076859..043c75c 100644 Binary files a/static/sprites-small/home/789.webp and b/static/sprites-small/home/789.webp differ diff --git a/static/sprites-small/home/79.webp b/static/sprites-small/home/79.webp index 6342172..04beec8 100644 Binary files a/static/sprites-small/home/79.webp and b/static/sprites-small/home/79.webp differ diff --git a/static/sprites-small/home/790.webp b/static/sprites-small/home/790.webp index c230133..13b19d3 100644 Binary files a/static/sprites-small/home/790.webp and b/static/sprites-small/home/790.webp differ diff --git a/static/sprites-small/home/791.webp b/static/sprites-small/home/791.webp index 5c90058..e5c697b 100644 Binary files a/static/sprites-small/home/791.webp and b/static/sprites-small/home/791.webp differ diff --git a/static/sprites-small/home/792.webp b/static/sprites-small/home/792.webp index 82d90be..9972fab 100644 Binary files a/static/sprites-small/home/792.webp and b/static/sprites-small/home/792.webp differ diff --git a/static/sprites-small/home/793.webp b/static/sprites-small/home/793.webp index 7d38515..45adaaa 100644 Binary files a/static/sprites-small/home/793.webp and b/static/sprites-small/home/793.webp differ diff --git a/static/sprites-small/home/794.webp b/static/sprites-small/home/794.webp index 2c17bf7..f415253 100644 Binary files a/static/sprites-small/home/794.webp and b/static/sprites-small/home/794.webp differ diff --git a/static/sprites-small/home/795.webp b/static/sprites-small/home/795.webp index f83a51f..4c899bb 100644 Binary files a/static/sprites-small/home/795.webp and b/static/sprites-small/home/795.webp differ diff --git a/static/sprites-small/home/796.webp b/static/sprites-small/home/796.webp index 9eff1ad..c605963 100644 Binary files a/static/sprites-small/home/796.webp and b/static/sprites-small/home/796.webp differ diff --git a/static/sprites-small/home/797.webp b/static/sprites-small/home/797.webp index 2490dc7..0b2c332 100644 Binary files a/static/sprites-small/home/797.webp and b/static/sprites-small/home/797.webp differ diff --git a/static/sprites-small/home/798.webp b/static/sprites-small/home/798.webp index 2ca52d4..7c500f7 100644 Binary files a/static/sprites-small/home/798.webp and b/static/sprites-small/home/798.webp differ diff --git a/static/sprites-small/home/799.webp b/static/sprites-small/home/799.webp index 25e04cd..63fd459 100644 Binary files a/static/sprites-small/home/799.webp and b/static/sprites-small/home/799.webp differ diff --git a/static/sprites-small/home/8.webp b/static/sprites-small/home/8.webp index b38fe9f..3d5b362 100644 Binary files a/static/sprites-small/home/8.webp and b/static/sprites-small/home/8.webp differ diff --git a/static/sprites-small/home/80.webp b/static/sprites-small/home/80.webp index 2766781..791bc18 100644 Binary files a/static/sprites-small/home/80.webp and b/static/sprites-small/home/80.webp differ diff --git a/static/sprites-small/home/800.webp b/static/sprites-small/home/800.webp index f4488b2..7cd0915 100644 Binary files a/static/sprites-small/home/800.webp and b/static/sprites-small/home/800.webp differ diff --git a/static/sprites-small/home/801.webp b/static/sprites-small/home/801.webp index 36fab01..41f79d2 100644 Binary files a/static/sprites-small/home/801.webp and b/static/sprites-small/home/801.webp differ diff --git a/static/sprites-small/home/802.webp b/static/sprites-small/home/802.webp index d987bed..cb0e1ff 100644 Binary files a/static/sprites-small/home/802.webp and b/static/sprites-small/home/802.webp differ diff --git a/static/sprites-small/home/803.webp b/static/sprites-small/home/803.webp index 743d17a..0352464 100644 Binary files a/static/sprites-small/home/803.webp and b/static/sprites-small/home/803.webp differ diff --git a/static/sprites-small/home/804.webp b/static/sprites-small/home/804.webp index 0656f7d..3bd6ef6 100644 Binary files a/static/sprites-small/home/804.webp and b/static/sprites-small/home/804.webp differ diff --git a/static/sprites-small/home/805.webp b/static/sprites-small/home/805.webp index ae0f5dc..975d474 100644 Binary files a/static/sprites-small/home/805.webp and b/static/sprites-small/home/805.webp differ diff --git a/static/sprites-small/home/806.webp b/static/sprites-small/home/806.webp index 30d454e..8b241f9 100644 Binary files a/static/sprites-small/home/806.webp and b/static/sprites-small/home/806.webp differ diff --git a/static/sprites-small/home/807.webp b/static/sprites-small/home/807.webp index 5edcc40..0aa1853 100644 Binary files a/static/sprites-small/home/807.webp and b/static/sprites-small/home/807.webp differ diff --git a/static/sprites-small/home/808.webp b/static/sprites-small/home/808.webp index d430bfb..b9869a6 100644 Binary files a/static/sprites-small/home/808.webp and b/static/sprites-small/home/808.webp differ diff --git a/static/sprites-small/home/809.webp b/static/sprites-small/home/809.webp index 40c0ffd..6a35279 100644 Binary files a/static/sprites-small/home/809.webp and b/static/sprites-small/home/809.webp differ diff --git a/static/sprites-small/home/81.webp b/static/sprites-small/home/81.webp index e1b7ee5..772f6b0 100644 Binary files a/static/sprites-small/home/81.webp and b/static/sprites-small/home/81.webp differ diff --git a/static/sprites-small/home/810.webp b/static/sprites-small/home/810.webp index e0af8ff..c49527b 100644 Binary files a/static/sprites-small/home/810.webp and b/static/sprites-small/home/810.webp differ diff --git a/static/sprites-small/home/811.webp b/static/sprites-small/home/811.webp index 2ac8fea..f0abc23 100644 Binary files a/static/sprites-small/home/811.webp and b/static/sprites-small/home/811.webp differ diff --git a/static/sprites-small/home/812.webp b/static/sprites-small/home/812.webp index 026a1bd..466affe 100644 Binary files a/static/sprites-small/home/812.webp and b/static/sprites-small/home/812.webp differ diff --git a/static/sprites-small/home/813.webp b/static/sprites-small/home/813.webp index 455151f..ac5b2d3 100644 Binary files a/static/sprites-small/home/813.webp and b/static/sprites-small/home/813.webp differ diff --git a/static/sprites-small/home/814.webp b/static/sprites-small/home/814.webp index bbe9af4..7c9035b 100644 Binary files a/static/sprites-small/home/814.webp and b/static/sprites-small/home/814.webp differ diff --git a/static/sprites-small/home/815.webp b/static/sprites-small/home/815.webp index 70ebc2a..bbbfd90 100644 Binary files a/static/sprites-small/home/815.webp and b/static/sprites-small/home/815.webp differ diff --git a/static/sprites-small/home/816.webp b/static/sprites-small/home/816.webp index b047c3d..af58085 100644 Binary files a/static/sprites-small/home/816.webp and b/static/sprites-small/home/816.webp differ diff --git a/static/sprites-small/home/817.webp b/static/sprites-small/home/817.webp index c1acd6e..18ce2c3 100644 Binary files a/static/sprites-small/home/817.webp and b/static/sprites-small/home/817.webp differ diff --git a/static/sprites-small/home/818.webp b/static/sprites-small/home/818.webp index 429fe63..87e0ca3 100644 Binary files a/static/sprites-small/home/818.webp and b/static/sprites-small/home/818.webp differ diff --git a/static/sprites-small/home/819.webp b/static/sprites-small/home/819.webp index 00d9104..fca116e 100644 Binary files a/static/sprites-small/home/819.webp and b/static/sprites-small/home/819.webp differ diff --git a/static/sprites-small/home/82.webp b/static/sprites-small/home/82.webp index 4dc74df..adac8ef 100644 Binary files a/static/sprites-small/home/82.webp and b/static/sprites-small/home/82.webp differ diff --git a/static/sprites-small/home/820.webp b/static/sprites-small/home/820.webp index 20ba0b4..9288a68 100644 Binary files a/static/sprites-small/home/820.webp and b/static/sprites-small/home/820.webp differ diff --git a/static/sprites-small/home/821.webp b/static/sprites-small/home/821.webp index 1d9c019..e25677e 100644 Binary files a/static/sprites-small/home/821.webp and b/static/sprites-small/home/821.webp differ diff --git a/static/sprites-small/home/822.webp b/static/sprites-small/home/822.webp index dc8b0fb..21857c4 100644 Binary files a/static/sprites-small/home/822.webp and b/static/sprites-small/home/822.webp differ diff --git a/static/sprites-small/home/823.webp b/static/sprites-small/home/823.webp index 73ca8cd..642e866 100644 Binary files a/static/sprites-small/home/823.webp and b/static/sprites-small/home/823.webp differ diff --git a/static/sprites-small/home/824.webp b/static/sprites-small/home/824.webp index 98311b4..47dcdaf 100644 Binary files a/static/sprites-small/home/824.webp and b/static/sprites-small/home/824.webp differ diff --git a/static/sprites-small/home/825.webp b/static/sprites-small/home/825.webp index c5e50bf..4a0b8bc 100644 Binary files a/static/sprites-small/home/825.webp and b/static/sprites-small/home/825.webp differ diff --git a/static/sprites-small/home/826.webp b/static/sprites-small/home/826.webp index a8be513..2de6c8c 100644 Binary files a/static/sprites-small/home/826.webp and b/static/sprites-small/home/826.webp differ diff --git a/static/sprites-small/home/827.webp b/static/sprites-small/home/827.webp index bc03000..09581e5 100644 Binary files a/static/sprites-small/home/827.webp and b/static/sprites-small/home/827.webp differ diff --git a/static/sprites-small/home/828.webp b/static/sprites-small/home/828.webp index fe55464..27205e1 100644 Binary files a/static/sprites-small/home/828.webp and b/static/sprites-small/home/828.webp differ diff --git a/static/sprites-small/home/829.webp b/static/sprites-small/home/829.webp index 9cf0b3b..337f904 100644 Binary files a/static/sprites-small/home/829.webp and b/static/sprites-small/home/829.webp differ diff --git a/static/sprites-small/home/83.webp b/static/sprites-small/home/83.webp index 9efe3e5..92693c4 100644 Binary files a/static/sprites-small/home/83.webp and b/static/sprites-small/home/83.webp differ diff --git a/static/sprites-small/home/830.webp b/static/sprites-small/home/830.webp index 11c15f6..18633f1 100644 Binary files a/static/sprites-small/home/830.webp and b/static/sprites-small/home/830.webp differ diff --git a/static/sprites-small/home/831.webp b/static/sprites-small/home/831.webp index f0ce39c..10bf861 100644 Binary files a/static/sprites-small/home/831.webp and b/static/sprites-small/home/831.webp differ diff --git a/static/sprites-small/home/832.webp b/static/sprites-small/home/832.webp index 08192b3..d1f6377 100644 Binary files a/static/sprites-small/home/832.webp and b/static/sprites-small/home/832.webp differ diff --git a/static/sprites-small/home/833.webp b/static/sprites-small/home/833.webp index 5501e94..ad9c715 100644 Binary files a/static/sprites-small/home/833.webp and b/static/sprites-small/home/833.webp differ diff --git a/static/sprites-small/home/834.webp b/static/sprites-small/home/834.webp index c573c5c..155a350 100644 Binary files a/static/sprites-small/home/834.webp and b/static/sprites-small/home/834.webp differ diff --git a/static/sprites-small/home/835.webp b/static/sprites-small/home/835.webp index 267bd07..f419986 100644 Binary files a/static/sprites-small/home/835.webp and b/static/sprites-small/home/835.webp differ diff --git a/static/sprites-small/home/836.webp b/static/sprites-small/home/836.webp index 9f7d3d0..80e32e3 100644 Binary files a/static/sprites-small/home/836.webp and b/static/sprites-small/home/836.webp differ diff --git a/static/sprites-small/home/837.webp b/static/sprites-small/home/837.webp index eaa5fb8..690832a 100644 Binary files a/static/sprites-small/home/837.webp and b/static/sprites-small/home/837.webp differ diff --git a/static/sprites-small/home/838.webp b/static/sprites-small/home/838.webp index 451220a..05daae4 100644 Binary files a/static/sprites-small/home/838.webp and b/static/sprites-small/home/838.webp differ diff --git a/static/sprites-small/home/839.webp b/static/sprites-small/home/839.webp index c58efea..10c3238 100644 Binary files a/static/sprites-small/home/839.webp and b/static/sprites-small/home/839.webp differ diff --git a/static/sprites-small/home/84.webp b/static/sprites-small/home/84.webp index 6378c14..6833716 100644 Binary files a/static/sprites-small/home/84.webp and b/static/sprites-small/home/84.webp differ diff --git a/static/sprites-small/home/840.webp b/static/sprites-small/home/840.webp index b5b3975..023e0d8 100644 Binary files a/static/sprites-small/home/840.webp and b/static/sprites-small/home/840.webp differ diff --git a/static/sprites-small/home/841.webp b/static/sprites-small/home/841.webp index 206dbc8..b26ee63 100644 Binary files a/static/sprites-small/home/841.webp and b/static/sprites-small/home/841.webp differ diff --git a/static/sprites-small/home/842.webp b/static/sprites-small/home/842.webp index 961c61f..f78bbcf 100644 Binary files a/static/sprites-small/home/842.webp and b/static/sprites-small/home/842.webp differ diff --git a/static/sprites-small/home/843.webp b/static/sprites-small/home/843.webp index 65af104..7107013 100644 Binary files a/static/sprites-small/home/843.webp and b/static/sprites-small/home/843.webp differ diff --git a/static/sprites-small/home/844.webp b/static/sprites-small/home/844.webp index b8b528f..2fc57eb 100644 Binary files a/static/sprites-small/home/844.webp and b/static/sprites-small/home/844.webp differ diff --git a/static/sprites-small/home/845-gorging.webp b/static/sprites-small/home/845-gorging.webp index 5584aa4..e6bb08b 100644 Binary files a/static/sprites-small/home/845-gorging.webp and b/static/sprites-small/home/845-gorging.webp differ diff --git a/static/sprites-small/home/845-gulping.webp b/static/sprites-small/home/845-gulping.webp index 0938f58..bc972ba 100644 Binary files a/static/sprites-small/home/845-gulping.webp and b/static/sprites-small/home/845-gulping.webp differ diff --git a/static/sprites-small/home/845.webp b/static/sprites-small/home/845.webp index 82b5f73..e08b170 100644 Binary files a/static/sprites-small/home/845.webp and b/static/sprites-small/home/845.webp differ diff --git a/static/sprites-small/home/846.webp b/static/sprites-small/home/846.webp index 37b09a5..aad1636 100644 Binary files a/static/sprites-small/home/846.webp and b/static/sprites-small/home/846.webp differ diff --git a/static/sprites-small/home/847.webp b/static/sprites-small/home/847.webp index 243d0e4..023f9dc 100644 Binary files a/static/sprites-small/home/847.webp and b/static/sprites-small/home/847.webp differ diff --git a/static/sprites-small/home/848.webp b/static/sprites-small/home/848.webp index fece19f..d1deefc 100644 Binary files a/static/sprites-small/home/848.webp and b/static/sprites-small/home/848.webp differ diff --git a/static/sprites-small/home/849.webp b/static/sprites-small/home/849.webp index 7eb3e13..b6f5462 100644 Binary files a/static/sprites-small/home/849.webp and b/static/sprites-small/home/849.webp differ diff --git a/static/sprites-small/home/85.webp b/static/sprites-small/home/85.webp index e2d751b..c5c124a 100644 Binary files a/static/sprites-small/home/85.webp and b/static/sprites-small/home/85.webp differ diff --git a/static/sprites-small/home/850.webp b/static/sprites-small/home/850.webp index 25fe14c..97d8d42 100644 Binary files a/static/sprites-small/home/850.webp and b/static/sprites-small/home/850.webp differ diff --git a/static/sprites-small/home/851.webp b/static/sprites-small/home/851.webp index ed34028..b0d0941 100644 Binary files a/static/sprites-small/home/851.webp and b/static/sprites-small/home/851.webp differ diff --git a/static/sprites-small/home/852.webp b/static/sprites-small/home/852.webp index f39727c..dd81699 100644 Binary files a/static/sprites-small/home/852.webp and b/static/sprites-small/home/852.webp differ diff --git a/static/sprites-small/home/853.webp b/static/sprites-small/home/853.webp index 7a35fac..d3a191d 100644 Binary files a/static/sprites-small/home/853.webp and b/static/sprites-small/home/853.webp differ diff --git a/static/sprites-small/home/854.webp b/static/sprites-small/home/854.webp index 8c9d1a9..93e30f6 100644 Binary files a/static/sprites-small/home/854.webp and b/static/sprites-small/home/854.webp differ diff --git a/static/sprites-small/home/855.webp b/static/sprites-small/home/855.webp index 0f69f90..f1a3634 100644 Binary files a/static/sprites-small/home/855.webp and b/static/sprites-small/home/855.webp differ diff --git a/static/sprites-small/home/856.webp b/static/sprites-small/home/856.webp index b62c262..75e3d29 100644 Binary files a/static/sprites-small/home/856.webp and b/static/sprites-small/home/856.webp differ diff --git a/static/sprites-small/home/857.webp b/static/sprites-small/home/857.webp index c8c4290..2a2509a 100644 Binary files a/static/sprites-small/home/857.webp and b/static/sprites-small/home/857.webp differ diff --git a/static/sprites-small/home/858.webp b/static/sprites-small/home/858.webp index 6cca28d..9c31c83 100644 Binary files a/static/sprites-small/home/858.webp and b/static/sprites-small/home/858.webp differ diff --git a/static/sprites-small/home/859.webp b/static/sprites-small/home/859.webp index c0672c5..83f0ca3 100644 Binary files a/static/sprites-small/home/859.webp and b/static/sprites-small/home/859.webp differ diff --git a/static/sprites-small/home/86.webp b/static/sprites-small/home/86.webp index 807c2b6..e95e7cc 100644 Binary files a/static/sprites-small/home/86.webp and b/static/sprites-small/home/86.webp differ diff --git a/static/sprites-small/home/860.webp b/static/sprites-small/home/860.webp index efcd30f..7397458 100644 Binary files a/static/sprites-small/home/860.webp and b/static/sprites-small/home/860.webp differ diff --git a/static/sprites-small/home/861.webp b/static/sprites-small/home/861.webp index 17256b2..ca1ed8e 100644 Binary files a/static/sprites-small/home/861.webp and b/static/sprites-small/home/861.webp differ diff --git a/static/sprites-small/home/862.webp b/static/sprites-small/home/862.webp index 4ab3a8a..02304d0 100644 Binary files a/static/sprites-small/home/862.webp and b/static/sprites-small/home/862.webp differ diff --git a/static/sprites-small/home/863.webp b/static/sprites-small/home/863.webp index 9c4b134..4666dc5 100644 Binary files a/static/sprites-small/home/863.webp and b/static/sprites-small/home/863.webp differ diff --git a/static/sprites-small/home/864.webp b/static/sprites-small/home/864.webp index cb19b22..a70efc9 100644 Binary files a/static/sprites-small/home/864.webp and b/static/sprites-small/home/864.webp differ diff --git a/static/sprites-small/home/865.webp b/static/sprites-small/home/865.webp index 447fb2d..79f8a29 100644 Binary files a/static/sprites-small/home/865.webp and b/static/sprites-small/home/865.webp differ diff --git a/static/sprites-small/home/866.webp b/static/sprites-small/home/866.webp index 645affc..a9dba49 100644 Binary files a/static/sprites-small/home/866.webp and b/static/sprites-small/home/866.webp differ diff --git a/static/sprites-small/home/867.webp b/static/sprites-small/home/867.webp index 6a68cbc..3232f20 100644 Binary files a/static/sprites-small/home/867.webp and b/static/sprites-small/home/867.webp differ diff --git a/static/sprites-small/home/868.webp b/static/sprites-small/home/868.webp index f09ccdc..326510f 100644 Binary files a/static/sprites-small/home/868.webp and b/static/sprites-small/home/868.webp differ diff --git a/static/sprites-small/home/869-caramel-swirl-berry-sweet.webp b/static/sprites-small/home/869-caramel-swirl-berry-sweet.webp index 560164b..b9af36c 100644 Binary files a/static/sprites-small/home/869-caramel-swirl-berry-sweet.webp and b/static/sprites-small/home/869-caramel-swirl-berry-sweet.webp differ diff --git a/static/sprites-small/home/869-caramel-swirl-clover-sweet.webp b/static/sprites-small/home/869-caramel-swirl-clover-sweet.webp index 6066bc7..e80909e 100644 Binary files a/static/sprites-small/home/869-caramel-swirl-clover-sweet.webp and b/static/sprites-small/home/869-caramel-swirl-clover-sweet.webp differ diff --git a/static/sprites-small/home/869-caramel-swirl-flower-sweet.webp b/static/sprites-small/home/869-caramel-swirl-flower-sweet.webp index 78bc36f..f51ff36 100644 Binary files a/static/sprites-small/home/869-caramel-swirl-flower-sweet.webp and b/static/sprites-small/home/869-caramel-swirl-flower-sweet.webp differ diff --git a/static/sprites-small/home/869-caramel-swirl-love-sweet.webp b/static/sprites-small/home/869-caramel-swirl-love-sweet.webp index c916b3c..cc99008 100644 Binary files a/static/sprites-small/home/869-caramel-swirl-love-sweet.webp and b/static/sprites-small/home/869-caramel-swirl-love-sweet.webp differ diff --git a/static/sprites-small/home/869-caramel-swirl-ribbon-sweet.webp b/static/sprites-small/home/869-caramel-swirl-ribbon-sweet.webp index 5f12b49..4f4f9c4 100644 Binary files a/static/sprites-small/home/869-caramel-swirl-ribbon-sweet.webp and b/static/sprites-small/home/869-caramel-swirl-ribbon-sweet.webp differ diff --git a/static/sprites-small/home/869-caramel-swirl-star-sweet.webp b/static/sprites-small/home/869-caramel-swirl-star-sweet.webp index 82be0a5..6c3f545 100644 Binary files a/static/sprites-small/home/869-caramel-swirl-star-sweet.webp and b/static/sprites-small/home/869-caramel-swirl-star-sweet.webp differ diff --git a/static/sprites-small/home/869-caramel-swirl-strawberry-sweet.webp b/static/sprites-small/home/869-caramel-swirl-strawberry-sweet.webp index e5f7148..3ea52c3 100644 Binary files a/static/sprites-small/home/869-caramel-swirl-strawberry-sweet.webp and b/static/sprites-small/home/869-caramel-swirl-strawberry-sweet.webp differ diff --git a/static/sprites-small/home/869-lemon-cream-berry-sweet.webp b/static/sprites-small/home/869-lemon-cream-berry-sweet.webp index 26712df..6e18ed2 100644 Binary files a/static/sprites-small/home/869-lemon-cream-berry-sweet.webp and b/static/sprites-small/home/869-lemon-cream-berry-sweet.webp differ diff --git a/static/sprites-small/home/869-lemon-cream-clover-sweet.webp b/static/sprites-small/home/869-lemon-cream-clover-sweet.webp index cfd86b7..f8e5672 100644 Binary files a/static/sprites-small/home/869-lemon-cream-clover-sweet.webp and b/static/sprites-small/home/869-lemon-cream-clover-sweet.webp differ diff --git a/static/sprites-small/home/869-lemon-cream-flower-sweet.webp b/static/sprites-small/home/869-lemon-cream-flower-sweet.webp index e2e531b..28a8a62 100644 Binary files a/static/sprites-small/home/869-lemon-cream-flower-sweet.webp and b/static/sprites-small/home/869-lemon-cream-flower-sweet.webp differ diff --git a/static/sprites-small/home/869-lemon-cream-love-sweet.webp b/static/sprites-small/home/869-lemon-cream-love-sweet.webp index 07f06d6..37f56f3 100644 Binary files a/static/sprites-small/home/869-lemon-cream-love-sweet.webp and b/static/sprites-small/home/869-lemon-cream-love-sweet.webp differ diff --git a/static/sprites-small/home/869-lemon-cream-ribbon-sweet.webp b/static/sprites-small/home/869-lemon-cream-ribbon-sweet.webp index 706f4dc..b757f12 100644 Binary files a/static/sprites-small/home/869-lemon-cream-ribbon-sweet.webp and b/static/sprites-small/home/869-lemon-cream-ribbon-sweet.webp differ diff --git a/static/sprites-small/home/869-lemon-cream-star-sweet.webp b/static/sprites-small/home/869-lemon-cream-star-sweet.webp index 4bd4ebf..f6537d1 100644 Binary files a/static/sprites-small/home/869-lemon-cream-star-sweet.webp and b/static/sprites-small/home/869-lemon-cream-star-sweet.webp differ diff --git a/static/sprites-small/home/869-lemon-cream-strawberry-sweet.webp b/static/sprites-small/home/869-lemon-cream-strawberry-sweet.webp index 54e6198..8d2dd35 100644 Binary files a/static/sprites-small/home/869-lemon-cream-strawberry-sweet.webp and b/static/sprites-small/home/869-lemon-cream-strawberry-sweet.webp differ diff --git a/static/sprites-small/home/869-matcha-cream-berry-sweet.webp b/static/sprites-small/home/869-matcha-cream-berry-sweet.webp index ebf64ab..b4cc111 100644 Binary files a/static/sprites-small/home/869-matcha-cream-berry-sweet.webp and b/static/sprites-small/home/869-matcha-cream-berry-sweet.webp differ diff --git a/static/sprites-small/home/869-matcha-cream-clover-sweet.webp b/static/sprites-small/home/869-matcha-cream-clover-sweet.webp index 0415c2d..d0109ad 100644 Binary files a/static/sprites-small/home/869-matcha-cream-clover-sweet.webp and b/static/sprites-small/home/869-matcha-cream-clover-sweet.webp differ diff --git a/static/sprites-small/home/869-matcha-cream-flower-sweet.webp b/static/sprites-small/home/869-matcha-cream-flower-sweet.webp index 8cbe89a..8c2bf21 100644 Binary files a/static/sprites-small/home/869-matcha-cream-flower-sweet.webp and b/static/sprites-small/home/869-matcha-cream-flower-sweet.webp differ diff --git a/static/sprites-small/home/869-matcha-cream-love-sweet.webp b/static/sprites-small/home/869-matcha-cream-love-sweet.webp index 7161b37..76fb846 100644 Binary files a/static/sprites-small/home/869-matcha-cream-love-sweet.webp and b/static/sprites-small/home/869-matcha-cream-love-sweet.webp differ diff --git a/static/sprites-small/home/869-matcha-cream-ribbon-sweet.webp b/static/sprites-small/home/869-matcha-cream-ribbon-sweet.webp index 8da5c7e..b1f477d 100644 Binary files a/static/sprites-small/home/869-matcha-cream-ribbon-sweet.webp and b/static/sprites-small/home/869-matcha-cream-ribbon-sweet.webp differ diff --git a/static/sprites-small/home/869-matcha-cream-star-sweet.webp b/static/sprites-small/home/869-matcha-cream-star-sweet.webp index cd5f455..246155a 100644 Binary files a/static/sprites-small/home/869-matcha-cream-star-sweet.webp and b/static/sprites-small/home/869-matcha-cream-star-sweet.webp differ diff --git a/static/sprites-small/home/869-matcha-cream-strawberry-sweet.webp b/static/sprites-small/home/869-matcha-cream-strawberry-sweet.webp index 213c100..08dcd86 100644 Binary files a/static/sprites-small/home/869-matcha-cream-strawberry-sweet.webp and b/static/sprites-small/home/869-matcha-cream-strawberry-sweet.webp differ diff --git a/static/sprites-small/home/869-mint-cream-berry-sweet.webp b/static/sprites-small/home/869-mint-cream-berry-sweet.webp index ab6123f..548ecac 100644 Binary files a/static/sprites-small/home/869-mint-cream-berry-sweet.webp and b/static/sprites-small/home/869-mint-cream-berry-sweet.webp differ diff --git a/static/sprites-small/home/869-mint-cream-clover-sweet.webp b/static/sprites-small/home/869-mint-cream-clover-sweet.webp index e588e81..fdf8b73 100644 Binary files a/static/sprites-small/home/869-mint-cream-clover-sweet.webp and b/static/sprites-small/home/869-mint-cream-clover-sweet.webp differ diff --git a/static/sprites-small/home/869-mint-cream-flower-sweet.webp b/static/sprites-small/home/869-mint-cream-flower-sweet.webp index 062550e..93f3617 100644 Binary files a/static/sprites-small/home/869-mint-cream-flower-sweet.webp and b/static/sprites-small/home/869-mint-cream-flower-sweet.webp differ diff --git a/static/sprites-small/home/869-mint-cream-love-sweet.webp b/static/sprites-small/home/869-mint-cream-love-sweet.webp index faaead8..75d6965 100644 Binary files a/static/sprites-small/home/869-mint-cream-love-sweet.webp and b/static/sprites-small/home/869-mint-cream-love-sweet.webp differ diff --git a/static/sprites-small/home/869-mint-cream-ribbon-sweet.webp b/static/sprites-small/home/869-mint-cream-ribbon-sweet.webp index bd74b8b..5485f27 100644 Binary files a/static/sprites-small/home/869-mint-cream-ribbon-sweet.webp and b/static/sprites-small/home/869-mint-cream-ribbon-sweet.webp differ diff --git a/static/sprites-small/home/869-mint-cream-star-sweet.webp b/static/sprites-small/home/869-mint-cream-star-sweet.webp index 9ff89f2..6dd164e 100644 Binary files a/static/sprites-small/home/869-mint-cream-star-sweet.webp and b/static/sprites-small/home/869-mint-cream-star-sweet.webp differ diff --git a/static/sprites-small/home/869-mint-cream-strawberry-sweet.webp b/static/sprites-small/home/869-mint-cream-strawberry-sweet.webp index 3d93c1d..d84ba4e 100644 Binary files a/static/sprites-small/home/869-mint-cream-strawberry-sweet.webp and b/static/sprites-small/home/869-mint-cream-strawberry-sweet.webp differ diff --git a/static/sprites-small/home/869-rainbow-swirl-berry-sweet.webp b/static/sprites-small/home/869-rainbow-swirl-berry-sweet.webp index 82914f4..aa77419 100644 Binary files a/static/sprites-small/home/869-rainbow-swirl-berry-sweet.webp and b/static/sprites-small/home/869-rainbow-swirl-berry-sweet.webp differ diff --git a/static/sprites-small/home/869-rainbow-swirl-clover-sweet.webp b/static/sprites-small/home/869-rainbow-swirl-clover-sweet.webp index 3deeadb..0061028 100644 Binary files a/static/sprites-small/home/869-rainbow-swirl-clover-sweet.webp and b/static/sprites-small/home/869-rainbow-swirl-clover-sweet.webp differ diff --git a/static/sprites-small/home/869-rainbow-swirl-flower-sweet.webp b/static/sprites-small/home/869-rainbow-swirl-flower-sweet.webp index 7bc3cb9..1bf0cec 100644 Binary files a/static/sprites-small/home/869-rainbow-swirl-flower-sweet.webp and b/static/sprites-small/home/869-rainbow-swirl-flower-sweet.webp differ diff --git a/static/sprites-small/home/869-rainbow-swirl-love-sweet.webp b/static/sprites-small/home/869-rainbow-swirl-love-sweet.webp index fa34dfa..0db8da8 100644 Binary files a/static/sprites-small/home/869-rainbow-swirl-love-sweet.webp and b/static/sprites-small/home/869-rainbow-swirl-love-sweet.webp differ diff --git a/static/sprites-small/home/869-rainbow-swirl-ribbon-sweet.webp b/static/sprites-small/home/869-rainbow-swirl-ribbon-sweet.webp index 548464f..b100820 100644 Binary files a/static/sprites-small/home/869-rainbow-swirl-ribbon-sweet.webp and b/static/sprites-small/home/869-rainbow-swirl-ribbon-sweet.webp differ diff --git a/static/sprites-small/home/869-rainbow-swirl-star-sweet.webp b/static/sprites-small/home/869-rainbow-swirl-star-sweet.webp index 45fa34b..9b44540 100644 Binary files a/static/sprites-small/home/869-rainbow-swirl-star-sweet.webp and b/static/sprites-small/home/869-rainbow-swirl-star-sweet.webp differ diff --git a/static/sprites-small/home/869-rainbow-swirl-strawberry-sweet.webp b/static/sprites-small/home/869-rainbow-swirl-strawberry-sweet.webp index 2004a3d..8a8706c 100644 Binary files a/static/sprites-small/home/869-rainbow-swirl-strawberry-sweet.webp and b/static/sprites-small/home/869-rainbow-swirl-strawberry-sweet.webp differ diff --git a/static/sprites-small/home/869-ruby-cream-berry-sweet.webp b/static/sprites-small/home/869-ruby-cream-berry-sweet.webp index 20fab31..aba90bf 100644 Binary files a/static/sprites-small/home/869-ruby-cream-berry-sweet.webp and b/static/sprites-small/home/869-ruby-cream-berry-sweet.webp differ diff --git a/static/sprites-small/home/869-ruby-cream-clover-sweet.webp b/static/sprites-small/home/869-ruby-cream-clover-sweet.webp index 8f07efe..cfe68ac 100644 Binary files a/static/sprites-small/home/869-ruby-cream-clover-sweet.webp and b/static/sprites-small/home/869-ruby-cream-clover-sweet.webp differ diff --git a/static/sprites-small/home/869-ruby-cream-flower-sweet.webp b/static/sprites-small/home/869-ruby-cream-flower-sweet.webp index 0125619..a0fe0b3 100644 Binary files a/static/sprites-small/home/869-ruby-cream-flower-sweet.webp and b/static/sprites-small/home/869-ruby-cream-flower-sweet.webp differ diff --git a/static/sprites-small/home/869-ruby-cream-love-sweet.webp b/static/sprites-small/home/869-ruby-cream-love-sweet.webp index 4ae40a4..58e0877 100644 Binary files a/static/sprites-small/home/869-ruby-cream-love-sweet.webp and b/static/sprites-small/home/869-ruby-cream-love-sweet.webp differ diff --git a/static/sprites-small/home/869-ruby-cream-ribbon-sweet.webp b/static/sprites-small/home/869-ruby-cream-ribbon-sweet.webp index 3cf2aa7..47fabee 100644 Binary files a/static/sprites-small/home/869-ruby-cream-ribbon-sweet.webp and b/static/sprites-small/home/869-ruby-cream-ribbon-sweet.webp differ diff --git a/static/sprites-small/home/869-ruby-cream-star-sweet.webp b/static/sprites-small/home/869-ruby-cream-star-sweet.webp index 2cf6d25..e1d1168 100644 Binary files a/static/sprites-small/home/869-ruby-cream-star-sweet.webp and b/static/sprites-small/home/869-ruby-cream-star-sweet.webp differ diff --git a/static/sprites-small/home/869-ruby-cream-strawberry-sweet.webp b/static/sprites-small/home/869-ruby-cream-strawberry-sweet.webp index b3b7387..fcee878 100644 Binary files a/static/sprites-small/home/869-ruby-cream-strawberry-sweet.webp and b/static/sprites-small/home/869-ruby-cream-strawberry-sweet.webp differ diff --git a/static/sprites-small/home/869-ruby-swirl-berry-sweet.webp b/static/sprites-small/home/869-ruby-swirl-berry-sweet.webp index 6a249ed..1dbb376 100644 Binary files a/static/sprites-small/home/869-ruby-swirl-berry-sweet.webp and b/static/sprites-small/home/869-ruby-swirl-berry-sweet.webp differ diff --git a/static/sprites-small/home/869-ruby-swirl-clover-sweet.webp b/static/sprites-small/home/869-ruby-swirl-clover-sweet.webp index 25480f3..7ce6be0 100644 Binary files a/static/sprites-small/home/869-ruby-swirl-clover-sweet.webp and b/static/sprites-small/home/869-ruby-swirl-clover-sweet.webp differ diff --git a/static/sprites-small/home/869-ruby-swirl-flower-sweet.webp b/static/sprites-small/home/869-ruby-swirl-flower-sweet.webp index 792362e..b58a1c2 100644 Binary files a/static/sprites-small/home/869-ruby-swirl-flower-sweet.webp and b/static/sprites-small/home/869-ruby-swirl-flower-sweet.webp differ diff --git a/static/sprites-small/home/869-ruby-swirl-love-sweet.webp b/static/sprites-small/home/869-ruby-swirl-love-sweet.webp index 5fefd44..d919826 100644 Binary files a/static/sprites-small/home/869-ruby-swirl-love-sweet.webp and b/static/sprites-small/home/869-ruby-swirl-love-sweet.webp differ diff --git a/static/sprites-small/home/869-ruby-swirl-ribbon-sweet.webp b/static/sprites-small/home/869-ruby-swirl-ribbon-sweet.webp index 09c0ec8..d5b9b9a 100644 Binary files a/static/sprites-small/home/869-ruby-swirl-ribbon-sweet.webp and b/static/sprites-small/home/869-ruby-swirl-ribbon-sweet.webp differ diff --git a/static/sprites-small/home/869-ruby-swirl-star-sweet.webp b/static/sprites-small/home/869-ruby-swirl-star-sweet.webp index ba8f640..1caf03b 100644 Binary files a/static/sprites-small/home/869-ruby-swirl-star-sweet.webp and b/static/sprites-small/home/869-ruby-swirl-star-sweet.webp differ diff --git a/static/sprites-small/home/869-ruby-swirl-strawberry-sweet.webp b/static/sprites-small/home/869-ruby-swirl-strawberry-sweet.webp index 83a00b3..671f589 100644 Binary files a/static/sprites-small/home/869-ruby-swirl-strawberry-sweet.webp and b/static/sprites-small/home/869-ruby-swirl-strawberry-sweet.webp differ diff --git a/static/sprites-small/home/869-salted-cream-berry-sweet.webp b/static/sprites-small/home/869-salted-cream-berry-sweet.webp index 7d3ba2f..a841fc1 100644 Binary files a/static/sprites-small/home/869-salted-cream-berry-sweet.webp and b/static/sprites-small/home/869-salted-cream-berry-sweet.webp differ diff --git a/static/sprites-small/home/869-salted-cream-clover-sweet.webp b/static/sprites-small/home/869-salted-cream-clover-sweet.webp index aa69172..7c1b5bb 100644 Binary files a/static/sprites-small/home/869-salted-cream-clover-sweet.webp and b/static/sprites-small/home/869-salted-cream-clover-sweet.webp differ diff --git a/static/sprites-small/home/869-salted-cream-flower-sweet.webp b/static/sprites-small/home/869-salted-cream-flower-sweet.webp index 7dc2d3e..4c85a63 100644 Binary files a/static/sprites-small/home/869-salted-cream-flower-sweet.webp and b/static/sprites-small/home/869-salted-cream-flower-sweet.webp differ diff --git a/static/sprites-small/home/869-salted-cream-love-sweet.webp b/static/sprites-small/home/869-salted-cream-love-sweet.webp index 44efebe..133b8b9 100644 Binary files a/static/sprites-small/home/869-salted-cream-love-sweet.webp and b/static/sprites-small/home/869-salted-cream-love-sweet.webp differ diff --git a/static/sprites-small/home/869-salted-cream-ribbon-sweet.webp b/static/sprites-small/home/869-salted-cream-ribbon-sweet.webp index 391dbb5..e0bab2b 100644 Binary files a/static/sprites-small/home/869-salted-cream-ribbon-sweet.webp and b/static/sprites-small/home/869-salted-cream-ribbon-sweet.webp differ diff --git a/static/sprites-small/home/869-salted-cream-star-sweet.webp b/static/sprites-small/home/869-salted-cream-star-sweet.webp index f98bb15..0924396 100644 Binary files a/static/sprites-small/home/869-salted-cream-star-sweet.webp and b/static/sprites-small/home/869-salted-cream-star-sweet.webp differ diff --git a/static/sprites-small/home/869-salted-cream-strawberry-sweet.webp b/static/sprites-small/home/869-salted-cream-strawberry-sweet.webp index 6e150a0..f4a15e4 100644 Binary files a/static/sprites-small/home/869-salted-cream-strawberry-sweet.webp and b/static/sprites-small/home/869-salted-cream-strawberry-sweet.webp differ diff --git a/static/sprites-small/home/869-vanilla-cream-berry-sweet.webp b/static/sprites-small/home/869-vanilla-cream-berry-sweet.webp index 4a30ec3..e8b0f3f 100644 Binary files a/static/sprites-small/home/869-vanilla-cream-berry-sweet.webp and b/static/sprites-small/home/869-vanilla-cream-berry-sweet.webp differ diff --git a/static/sprites-small/home/869-vanilla-cream-clover-sweet.webp b/static/sprites-small/home/869-vanilla-cream-clover-sweet.webp index a5b8328..a4fea1b 100644 Binary files a/static/sprites-small/home/869-vanilla-cream-clover-sweet.webp and b/static/sprites-small/home/869-vanilla-cream-clover-sweet.webp differ diff --git a/static/sprites-small/home/869-vanilla-cream-flower-sweet.webp b/static/sprites-small/home/869-vanilla-cream-flower-sweet.webp index 0326bfa..e607db8 100644 Binary files a/static/sprites-small/home/869-vanilla-cream-flower-sweet.webp and b/static/sprites-small/home/869-vanilla-cream-flower-sweet.webp differ diff --git a/static/sprites-small/home/869-vanilla-cream-love-sweet.webp b/static/sprites-small/home/869-vanilla-cream-love-sweet.webp index 26867eb..64f46e6 100644 Binary files a/static/sprites-small/home/869-vanilla-cream-love-sweet.webp and b/static/sprites-small/home/869-vanilla-cream-love-sweet.webp differ diff --git a/static/sprites-small/home/869-vanilla-cream-ribbon-sweet.webp b/static/sprites-small/home/869-vanilla-cream-ribbon-sweet.webp index 1a5fc56..28de814 100644 Binary files a/static/sprites-small/home/869-vanilla-cream-ribbon-sweet.webp and b/static/sprites-small/home/869-vanilla-cream-ribbon-sweet.webp differ diff --git a/static/sprites-small/home/869-vanilla-cream-star-sweet.webp b/static/sprites-small/home/869-vanilla-cream-star-sweet.webp index a0f7638..c1970d7 100644 Binary files a/static/sprites-small/home/869-vanilla-cream-star-sweet.webp and b/static/sprites-small/home/869-vanilla-cream-star-sweet.webp differ diff --git a/static/sprites-small/home/869-vanilla-cream-strawberry-sweet.webp b/static/sprites-small/home/869-vanilla-cream-strawberry-sweet.webp index cdcca00..2b5b652 100644 Binary files a/static/sprites-small/home/869-vanilla-cream-strawberry-sweet.webp and b/static/sprites-small/home/869-vanilla-cream-strawberry-sweet.webp differ diff --git a/static/sprites-small/home/869.webp b/static/sprites-small/home/869.webp index cdcca00..2b5b652 100644 Binary files a/static/sprites-small/home/869.webp and b/static/sprites-small/home/869.webp differ diff --git a/static/sprites-small/home/87.webp b/static/sprites-small/home/87.webp index 1909013..22f1f11 100644 Binary files a/static/sprites-small/home/87.webp and b/static/sprites-small/home/87.webp differ diff --git a/static/sprites-small/home/870.webp b/static/sprites-small/home/870.webp index 6ccb88c..7dad24a 100644 Binary files a/static/sprites-small/home/870.webp and b/static/sprites-small/home/870.webp differ diff --git a/static/sprites-small/home/871.webp b/static/sprites-small/home/871.webp index 8cd0b7c..a860511 100644 Binary files a/static/sprites-small/home/871.webp and b/static/sprites-small/home/871.webp differ diff --git a/static/sprites-small/home/872.webp b/static/sprites-small/home/872.webp index 3831ae0..8a60efc 100644 Binary files a/static/sprites-small/home/872.webp and b/static/sprites-small/home/872.webp differ diff --git a/static/sprites-small/home/873.webp b/static/sprites-small/home/873.webp index 0a85385..f46fb30 100644 Binary files a/static/sprites-small/home/873.webp and b/static/sprites-small/home/873.webp differ diff --git a/static/sprites-small/home/874.webp b/static/sprites-small/home/874.webp index 92a0d8d..6943ed2 100644 Binary files a/static/sprites-small/home/874.webp and b/static/sprites-small/home/874.webp differ diff --git a/static/sprites-small/home/875.webp b/static/sprites-small/home/875.webp index 7eee46b..84c0c32 100644 Binary files a/static/sprites-small/home/875.webp and b/static/sprites-small/home/875.webp differ diff --git a/static/sprites-small/home/876.webp b/static/sprites-small/home/876.webp index 6b0e13c..6f08a0e 100644 Binary files a/static/sprites-small/home/876.webp and b/static/sprites-small/home/876.webp differ diff --git a/static/sprites-small/home/877-hangry.webp b/static/sprites-small/home/877-hangry.webp index a957c1b..de20c11 100644 Binary files a/static/sprites-small/home/877-hangry.webp and b/static/sprites-small/home/877-hangry.webp differ diff --git a/static/sprites-small/home/877.webp b/static/sprites-small/home/877.webp index 37054b8..05ea1ec 100644 Binary files a/static/sprites-small/home/877.webp and b/static/sprites-small/home/877.webp differ diff --git a/static/sprites-small/home/878.webp b/static/sprites-small/home/878.webp index 1763ecc..cdafdc6 100644 Binary files a/static/sprites-small/home/878.webp and b/static/sprites-small/home/878.webp differ diff --git a/static/sprites-small/home/879.webp b/static/sprites-small/home/879.webp index afa8ba7..b149eb0 100644 Binary files a/static/sprites-small/home/879.webp and b/static/sprites-small/home/879.webp differ diff --git a/static/sprites-small/home/88.webp b/static/sprites-small/home/88.webp index 7e3f056..1341290 100644 Binary files a/static/sprites-small/home/88.webp and b/static/sprites-small/home/88.webp differ diff --git a/static/sprites-small/home/880.webp b/static/sprites-small/home/880.webp index 1db5445..b3205ff 100644 Binary files a/static/sprites-small/home/880.webp and b/static/sprites-small/home/880.webp differ diff --git a/static/sprites-small/home/881.webp b/static/sprites-small/home/881.webp index 3c58b77..563de80 100644 Binary files a/static/sprites-small/home/881.webp and b/static/sprites-small/home/881.webp differ diff --git a/static/sprites-small/home/882.webp b/static/sprites-small/home/882.webp index a986469..e8e5193 100644 Binary files a/static/sprites-small/home/882.webp and b/static/sprites-small/home/882.webp differ diff --git a/static/sprites-small/home/883.webp b/static/sprites-small/home/883.webp index 304788d..9ffacd6 100644 Binary files a/static/sprites-small/home/883.webp and b/static/sprites-small/home/883.webp differ diff --git a/static/sprites-small/home/884.webp b/static/sprites-small/home/884.webp index e8f1991..3feaffd 100644 Binary files a/static/sprites-small/home/884.webp and b/static/sprites-small/home/884.webp differ diff --git a/static/sprites-small/home/885.webp b/static/sprites-small/home/885.webp index 12202bb..0f38b1d 100644 Binary files a/static/sprites-small/home/885.webp and b/static/sprites-small/home/885.webp differ diff --git a/static/sprites-small/home/886.webp b/static/sprites-small/home/886.webp index 69ced91..3437cd7 100644 Binary files a/static/sprites-small/home/886.webp and b/static/sprites-small/home/886.webp differ diff --git a/static/sprites-small/home/887.webp b/static/sprites-small/home/887.webp index 73cd93a..f81d745 100644 Binary files a/static/sprites-small/home/887.webp and b/static/sprites-small/home/887.webp differ diff --git a/static/sprites-small/home/888.webp b/static/sprites-small/home/888.webp index 79f45ce..7841fe9 100644 Binary files a/static/sprites-small/home/888.webp and b/static/sprites-small/home/888.webp differ diff --git a/static/sprites-small/home/889.webp b/static/sprites-small/home/889.webp index 4c69160..a4acbf1 100644 Binary files a/static/sprites-small/home/889.webp and b/static/sprites-small/home/889.webp differ diff --git a/static/sprites-small/home/89.webp b/static/sprites-small/home/89.webp index 1851796..c247c6b 100644 Binary files a/static/sprites-small/home/89.webp and b/static/sprites-small/home/89.webp differ diff --git a/static/sprites-small/home/890.webp b/static/sprites-small/home/890.webp index c3b5365..3fc0bcb 100644 Binary files a/static/sprites-small/home/890.webp and b/static/sprites-small/home/890.webp differ diff --git a/static/sprites-small/home/891.webp b/static/sprites-small/home/891.webp index 8f1ddbb..775930b 100644 Binary files a/static/sprites-small/home/891.webp and b/static/sprites-small/home/891.webp differ diff --git a/static/sprites-small/home/892.webp b/static/sprites-small/home/892.webp index bc0c52c..f0e3044 100644 Binary files a/static/sprites-small/home/892.webp and b/static/sprites-small/home/892.webp differ diff --git a/static/sprites-small/home/893-dada.webp b/static/sprites-small/home/893-dada.webp index 20467b1..d022368 100644 Binary files a/static/sprites-small/home/893-dada.webp and b/static/sprites-small/home/893-dada.webp differ diff --git a/static/sprites-small/home/893.webp b/static/sprites-small/home/893.webp index 3e29efe..cff8468 100644 Binary files a/static/sprites-small/home/893.webp and b/static/sprites-small/home/893.webp differ diff --git a/static/sprites-small/home/894.webp b/static/sprites-small/home/894.webp index b1e5aa8..940a162 100644 Binary files a/static/sprites-small/home/894.webp and b/static/sprites-small/home/894.webp differ diff --git a/static/sprites-small/home/895.webp b/static/sprites-small/home/895.webp index 2d749e8..230c6e2 100644 Binary files a/static/sprites-small/home/895.webp and b/static/sprites-small/home/895.webp differ diff --git a/static/sprites-small/home/896.webp b/static/sprites-small/home/896.webp index 78bb296..b5364d7 100644 Binary files a/static/sprites-small/home/896.webp and b/static/sprites-small/home/896.webp differ diff --git a/static/sprites-small/home/897.webp b/static/sprites-small/home/897.webp index 855d61c..e287e3b 100644 Binary files a/static/sprites-small/home/897.webp and b/static/sprites-small/home/897.webp differ diff --git a/static/sprites-small/home/898.webp b/static/sprites-small/home/898.webp index e444ec6..6c6388f 100644 Binary files a/static/sprites-small/home/898.webp and b/static/sprites-small/home/898.webp differ diff --git a/static/sprites-small/home/899.webp b/static/sprites-small/home/899.webp index c0f27f3..599183c 100644 Binary files a/static/sprites-small/home/899.webp and b/static/sprites-small/home/899.webp differ diff --git a/static/sprites-small/home/9.webp b/static/sprites-small/home/9.webp index 7cc1843..33d36bf 100644 Binary files a/static/sprites-small/home/9.webp and b/static/sprites-small/home/9.webp differ diff --git a/static/sprites-small/home/90.webp b/static/sprites-small/home/90.webp index 42d82f1..fe5dc6e 100644 Binary files a/static/sprites-small/home/90.webp and b/static/sprites-small/home/90.webp differ diff --git a/static/sprites-small/home/900.webp b/static/sprites-small/home/900.webp index fc252b3..2e19af0 100644 Binary files a/static/sprites-small/home/900.webp and b/static/sprites-small/home/900.webp differ diff --git a/static/sprites-small/home/901.webp b/static/sprites-small/home/901.webp index 06a33ac..fd54d19 100644 Binary files a/static/sprites-small/home/901.webp and b/static/sprites-small/home/901.webp differ diff --git a/static/sprites-small/home/902.webp b/static/sprites-small/home/902.webp index 4681764..49b2787 100644 Binary files a/static/sprites-small/home/902.webp and b/static/sprites-small/home/902.webp differ diff --git a/static/sprites-small/home/903.webp b/static/sprites-small/home/903.webp index 1718aa4..6f524e1 100644 Binary files a/static/sprites-small/home/903.webp and b/static/sprites-small/home/903.webp differ diff --git a/static/sprites-small/home/904.webp b/static/sprites-small/home/904.webp index 0aaf314..9243f6d 100644 Binary files a/static/sprites-small/home/904.webp and b/static/sprites-small/home/904.webp differ diff --git a/static/sprites-small/home/905.webp b/static/sprites-small/home/905.webp index 47d5dfa..af6f748 100644 Binary files a/static/sprites-small/home/905.webp and b/static/sprites-small/home/905.webp differ diff --git a/static/sprites-small/home/906.webp b/static/sprites-small/home/906.webp index df8980d..36ef8c5 100644 Binary files a/static/sprites-small/home/906.webp and b/static/sprites-small/home/906.webp differ diff --git a/static/sprites-small/home/907.webp b/static/sprites-small/home/907.webp index 7fbb82d..f0ed990 100644 Binary files a/static/sprites-small/home/907.webp and b/static/sprites-small/home/907.webp differ diff --git a/static/sprites-small/home/908.webp b/static/sprites-small/home/908.webp index b1cda86..704a8b6 100644 Binary files a/static/sprites-small/home/908.webp and b/static/sprites-small/home/908.webp differ diff --git a/static/sprites-small/home/909.webp b/static/sprites-small/home/909.webp index f092a85..a8e989f 100644 Binary files a/static/sprites-small/home/909.webp and b/static/sprites-small/home/909.webp differ diff --git a/static/sprites-small/home/91.webp b/static/sprites-small/home/91.webp index f040b0f..ac68cef 100644 Binary files a/static/sprites-small/home/91.webp and b/static/sprites-small/home/91.webp differ diff --git a/static/sprites-small/home/910.webp b/static/sprites-small/home/910.webp index 6d40499..95a669b 100644 Binary files a/static/sprites-small/home/910.webp and b/static/sprites-small/home/910.webp differ diff --git a/static/sprites-small/home/911.webp b/static/sprites-small/home/911.webp index 1d43a0c..d870a77 100644 Binary files a/static/sprites-small/home/911.webp and b/static/sprites-small/home/911.webp differ diff --git a/static/sprites-small/home/912.webp b/static/sprites-small/home/912.webp index 3a146b0..b8548d9 100644 Binary files a/static/sprites-small/home/912.webp and b/static/sprites-small/home/912.webp differ diff --git a/static/sprites-small/home/913.webp b/static/sprites-small/home/913.webp index 781ddce..d31810d 100644 Binary files a/static/sprites-small/home/913.webp and b/static/sprites-small/home/913.webp differ diff --git a/static/sprites-small/home/914.webp b/static/sprites-small/home/914.webp index 2807db3..b52a320 100644 Binary files a/static/sprites-small/home/914.webp and b/static/sprites-small/home/914.webp differ diff --git a/static/sprites-small/home/915.webp b/static/sprites-small/home/915.webp index 7776b8d..8898105 100644 Binary files a/static/sprites-small/home/915.webp and b/static/sprites-small/home/915.webp differ diff --git a/static/sprites-small/home/916.webp b/static/sprites-small/home/916.webp index 72bed4f..5151fea 100644 Binary files a/static/sprites-small/home/916.webp and b/static/sprites-small/home/916.webp differ diff --git a/static/sprites-small/home/917.webp b/static/sprites-small/home/917.webp index 2481690..f290297 100644 Binary files a/static/sprites-small/home/917.webp and b/static/sprites-small/home/917.webp differ diff --git a/static/sprites-small/home/918.webp b/static/sprites-small/home/918.webp index 4da06cf..e422f40 100644 Binary files a/static/sprites-small/home/918.webp and b/static/sprites-small/home/918.webp differ diff --git a/static/sprites-small/home/919.webp b/static/sprites-small/home/919.webp index 4f363b5..5dce0ea 100644 Binary files a/static/sprites-small/home/919.webp and b/static/sprites-small/home/919.webp differ diff --git a/static/sprites-small/home/92.webp b/static/sprites-small/home/92.webp index b6262a9..8c71ceb 100644 Binary files a/static/sprites-small/home/92.webp and b/static/sprites-small/home/92.webp differ diff --git a/static/sprites-small/home/920.webp b/static/sprites-small/home/920.webp index 3a17bae..972a43b 100644 Binary files a/static/sprites-small/home/920.webp and b/static/sprites-small/home/920.webp differ diff --git a/static/sprites-small/home/921.webp b/static/sprites-small/home/921.webp index 72c0c49..58212ea 100644 Binary files a/static/sprites-small/home/921.webp and b/static/sprites-small/home/921.webp differ diff --git a/static/sprites-small/home/922.webp b/static/sprites-small/home/922.webp index f93384c..8d69452 100644 Binary files a/static/sprites-small/home/922.webp and b/static/sprites-small/home/922.webp differ diff --git a/static/sprites-small/home/923.webp b/static/sprites-small/home/923.webp index 2b32ce6..b4e583c 100644 Binary files a/static/sprites-small/home/923.webp and b/static/sprites-small/home/923.webp differ diff --git a/static/sprites-small/home/924.webp b/static/sprites-small/home/924.webp index 7a336bc..aec4a09 100644 Binary files a/static/sprites-small/home/924.webp and b/static/sprites-small/home/924.webp differ diff --git a/static/sprites-small/home/925.webp b/static/sprites-small/home/925.webp index 037455b..49de4d8 100644 Binary files a/static/sprites-small/home/925.webp and b/static/sprites-small/home/925.webp differ diff --git a/static/sprites-small/home/926.webp b/static/sprites-small/home/926.webp index 6243093..2e50c62 100644 Binary files a/static/sprites-small/home/926.webp and b/static/sprites-small/home/926.webp differ diff --git a/static/sprites-small/home/927.webp b/static/sprites-small/home/927.webp index 468ae9c..2b3a531 100644 Binary files a/static/sprites-small/home/927.webp and b/static/sprites-small/home/927.webp differ diff --git a/static/sprites-small/home/928.webp b/static/sprites-small/home/928.webp index 537a5fb..450e203 100644 Binary files a/static/sprites-small/home/928.webp and b/static/sprites-small/home/928.webp differ diff --git a/static/sprites-small/home/929.webp b/static/sprites-small/home/929.webp index de5974e..d45901f 100644 Binary files a/static/sprites-small/home/929.webp and b/static/sprites-small/home/929.webp differ diff --git a/static/sprites-small/home/93.webp b/static/sprites-small/home/93.webp index f63f791..36dd833 100644 Binary files a/static/sprites-small/home/93.webp and b/static/sprites-small/home/93.webp differ diff --git a/static/sprites-small/home/930.webp b/static/sprites-small/home/930.webp index 7dddf2f..5084955 100644 Binary files a/static/sprites-small/home/930.webp and b/static/sprites-small/home/930.webp differ diff --git a/static/sprites-small/home/931.webp b/static/sprites-small/home/931.webp index 8ee7ba2..5d891e0 100644 Binary files a/static/sprites-small/home/931.webp and b/static/sprites-small/home/931.webp differ diff --git a/static/sprites-small/home/932.webp b/static/sprites-small/home/932.webp index bc9e59a..77a4bd9 100644 Binary files a/static/sprites-small/home/932.webp and b/static/sprites-small/home/932.webp differ diff --git a/static/sprites-small/home/933.webp b/static/sprites-small/home/933.webp index e04bdbd..1a7c161 100644 Binary files a/static/sprites-small/home/933.webp and b/static/sprites-small/home/933.webp differ diff --git a/static/sprites-small/home/934.webp b/static/sprites-small/home/934.webp index 634e1b4..c799c47 100644 Binary files a/static/sprites-small/home/934.webp and b/static/sprites-small/home/934.webp differ diff --git a/static/sprites-small/home/935.webp b/static/sprites-small/home/935.webp index 08c5b7e..f548bd4 100644 Binary files a/static/sprites-small/home/935.webp and b/static/sprites-small/home/935.webp differ diff --git a/static/sprites-small/home/936.webp b/static/sprites-small/home/936.webp index 5e10319..0ce0eb9 100644 Binary files a/static/sprites-small/home/936.webp and b/static/sprites-small/home/936.webp differ diff --git a/static/sprites-small/home/937.webp b/static/sprites-small/home/937.webp index d6be88c..be96635 100644 Binary files a/static/sprites-small/home/937.webp and b/static/sprites-small/home/937.webp differ diff --git a/static/sprites-small/home/938.webp b/static/sprites-small/home/938.webp index 875d40a..6839d83 100644 Binary files a/static/sprites-small/home/938.webp and b/static/sprites-small/home/938.webp differ diff --git a/static/sprites-small/home/939.webp b/static/sprites-small/home/939.webp index 9ff7d0d..030a31a 100644 Binary files a/static/sprites-small/home/939.webp and b/static/sprites-small/home/939.webp differ diff --git a/static/sprites-small/home/94.webp b/static/sprites-small/home/94.webp index 36a659e..2974aef 100644 Binary files a/static/sprites-small/home/94.webp and b/static/sprites-small/home/94.webp differ diff --git a/static/sprites-small/home/940.webp b/static/sprites-small/home/940.webp index 8ca945e..b825766 100644 Binary files a/static/sprites-small/home/940.webp and b/static/sprites-small/home/940.webp differ diff --git a/static/sprites-small/home/941.webp b/static/sprites-small/home/941.webp index 74cbddd..1fc31fc 100644 Binary files a/static/sprites-small/home/941.webp and b/static/sprites-small/home/941.webp differ diff --git a/static/sprites-small/home/942.webp b/static/sprites-small/home/942.webp index 5770703..3e1a2cd 100644 Binary files a/static/sprites-small/home/942.webp and b/static/sprites-small/home/942.webp differ diff --git a/static/sprites-small/home/943.webp b/static/sprites-small/home/943.webp index 290f15b..79d79a3 100644 Binary files a/static/sprites-small/home/943.webp and b/static/sprites-small/home/943.webp differ diff --git a/static/sprites-small/home/944.webp b/static/sprites-small/home/944.webp index b98f4a9..7527549 100644 Binary files a/static/sprites-small/home/944.webp and b/static/sprites-small/home/944.webp differ diff --git a/static/sprites-small/home/945.webp b/static/sprites-small/home/945.webp index 91a4d70..3630971 100644 Binary files a/static/sprites-small/home/945.webp and b/static/sprites-small/home/945.webp differ diff --git a/static/sprites-small/home/946.webp b/static/sprites-small/home/946.webp index f632d0a..ce3c483 100644 Binary files a/static/sprites-small/home/946.webp and b/static/sprites-small/home/946.webp differ diff --git a/static/sprites-small/home/947.webp b/static/sprites-small/home/947.webp index cb7c4e0..64e0022 100644 Binary files a/static/sprites-small/home/947.webp and b/static/sprites-small/home/947.webp differ diff --git a/static/sprites-small/home/948.webp b/static/sprites-small/home/948.webp index ccd5cb8..6636415 100644 Binary files a/static/sprites-small/home/948.webp and b/static/sprites-small/home/948.webp differ diff --git a/static/sprites-small/home/949.webp b/static/sprites-small/home/949.webp index 2170f3e..a3fa142 100644 Binary files a/static/sprites-small/home/949.webp and b/static/sprites-small/home/949.webp differ diff --git a/static/sprites-small/home/95.webp b/static/sprites-small/home/95.webp index eae5c06..5b77b03 100644 Binary files a/static/sprites-small/home/95.webp and b/static/sprites-small/home/95.webp differ diff --git a/static/sprites-small/home/950.webp b/static/sprites-small/home/950.webp index 69f1657..0ca6722 100644 Binary files a/static/sprites-small/home/950.webp and b/static/sprites-small/home/950.webp differ diff --git a/static/sprites-small/home/951.webp b/static/sprites-small/home/951.webp index 2dd0857..91b0820 100644 Binary files a/static/sprites-small/home/951.webp and b/static/sprites-small/home/951.webp differ diff --git a/static/sprites-small/home/952.webp b/static/sprites-small/home/952.webp index 1b47a4f..0182f21 100644 Binary files a/static/sprites-small/home/952.webp and b/static/sprites-small/home/952.webp differ diff --git a/static/sprites-small/home/953.webp b/static/sprites-small/home/953.webp index c93432f..d2f88db 100644 Binary files a/static/sprites-small/home/953.webp and b/static/sprites-small/home/953.webp differ diff --git a/static/sprites-small/home/954.webp b/static/sprites-small/home/954.webp index b3c11df..9ca37fe 100644 Binary files a/static/sprites-small/home/954.webp and b/static/sprites-small/home/954.webp differ diff --git a/static/sprites-small/home/955.webp b/static/sprites-small/home/955.webp index 6384382..ec690fb 100644 Binary files a/static/sprites-small/home/955.webp and b/static/sprites-small/home/955.webp differ diff --git a/static/sprites-small/home/956.webp b/static/sprites-small/home/956.webp index 403d9d0..842ad2d 100644 Binary files a/static/sprites-small/home/956.webp and b/static/sprites-small/home/956.webp differ diff --git a/static/sprites-small/home/957.webp b/static/sprites-small/home/957.webp index c5c2b78..7614163 100644 Binary files a/static/sprites-small/home/957.webp and b/static/sprites-small/home/957.webp differ diff --git a/static/sprites-small/home/958.webp b/static/sprites-small/home/958.webp index d4378db..7ba20db 100644 Binary files a/static/sprites-small/home/958.webp and b/static/sprites-small/home/958.webp differ diff --git a/static/sprites-small/home/959.webp b/static/sprites-small/home/959.webp index 39f09c8..09561d7 100644 Binary files a/static/sprites-small/home/959.webp and b/static/sprites-small/home/959.webp differ diff --git a/static/sprites-small/home/96.webp b/static/sprites-small/home/96.webp index eb70f93..2007962 100644 Binary files a/static/sprites-small/home/96.webp and b/static/sprites-small/home/96.webp differ diff --git a/static/sprites-small/home/960.webp b/static/sprites-small/home/960.webp index 9248465..be90227 100644 Binary files a/static/sprites-small/home/960.webp and b/static/sprites-small/home/960.webp differ diff --git a/static/sprites-small/home/961.webp b/static/sprites-small/home/961.webp index 71dea43..5cf4547 100644 Binary files a/static/sprites-small/home/961.webp and b/static/sprites-small/home/961.webp differ diff --git a/static/sprites-small/home/962.webp b/static/sprites-small/home/962.webp index 29f1082..7bb8fa4 100644 Binary files a/static/sprites-small/home/962.webp and b/static/sprites-small/home/962.webp differ diff --git a/static/sprites-small/home/963.webp b/static/sprites-small/home/963.webp index e192c9d..468ae3a 100644 Binary files a/static/sprites-small/home/963.webp and b/static/sprites-small/home/963.webp differ diff --git a/static/sprites-small/home/964.webp b/static/sprites-small/home/964.webp index 73d8f7f..289a88f 100644 Binary files a/static/sprites-small/home/964.webp and b/static/sprites-small/home/964.webp differ diff --git a/static/sprites-small/home/965.webp b/static/sprites-small/home/965.webp index 315df64..d37988d 100644 Binary files a/static/sprites-small/home/965.webp and b/static/sprites-small/home/965.webp differ diff --git a/static/sprites-small/home/966.webp b/static/sprites-small/home/966.webp index 7ef8267..5a25568 100644 Binary files a/static/sprites-small/home/966.webp and b/static/sprites-small/home/966.webp differ diff --git a/static/sprites-small/home/967.webp b/static/sprites-small/home/967.webp index fe71a50..b6026a1 100644 Binary files a/static/sprites-small/home/967.webp and b/static/sprites-small/home/967.webp differ diff --git a/static/sprites-small/home/968.webp b/static/sprites-small/home/968.webp index adc0818..e0b2edb 100644 Binary files a/static/sprites-small/home/968.webp and b/static/sprites-small/home/968.webp differ diff --git a/static/sprites-small/home/969.webp b/static/sprites-small/home/969.webp index 14c2cf4..f5e3824 100644 Binary files a/static/sprites-small/home/969.webp and b/static/sprites-small/home/969.webp differ diff --git a/static/sprites-small/home/97.webp b/static/sprites-small/home/97.webp index ae7bb4d..73e82a0 100644 Binary files a/static/sprites-small/home/97.webp and b/static/sprites-small/home/97.webp differ diff --git a/static/sprites-small/home/970.webp b/static/sprites-small/home/970.webp index 4b49949..f138a54 100644 Binary files a/static/sprites-small/home/970.webp and b/static/sprites-small/home/970.webp differ diff --git a/static/sprites-small/home/971.webp b/static/sprites-small/home/971.webp index b31c38c..b891ef6 100644 Binary files a/static/sprites-small/home/971.webp and b/static/sprites-small/home/971.webp differ diff --git a/static/sprites-small/home/972.webp b/static/sprites-small/home/972.webp index 877f1a1..bdb84fb 100644 Binary files a/static/sprites-small/home/972.webp and b/static/sprites-small/home/972.webp differ diff --git a/static/sprites-small/home/973.webp b/static/sprites-small/home/973.webp index 717d22d..80831c7 100644 Binary files a/static/sprites-small/home/973.webp and b/static/sprites-small/home/973.webp differ diff --git a/static/sprites-small/home/974.webp b/static/sprites-small/home/974.webp index 0080509..1f4e707 100644 Binary files a/static/sprites-small/home/974.webp and b/static/sprites-small/home/974.webp differ diff --git a/static/sprites-small/home/975.webp b/static/sprites-small/home/975.webp index 8f1b70f..04e8f57 100644 Binary files a/static/sprites-small/home/975.webp and b/static/sprites-small/home/975.webp differ diff --git a/static/sprites-small/home/976.webp b/static/sprites-small/home/976.webp index c645842..55b4388 100644 Binary files a/static/sprites-small/home/976.webp and b/static/sprites-small/home/976.webp differ diff --git a/static/sprites-small/home/977.webp b/static/sprites-small/home/977.webp index 3d7be97..9ea9dcd 100644 Binary files a/static/sprites-small/home/977.webp and b/static/sprites-small/home/977.webp differ diff --git a/static/sprites-small/home/978.webp b/static/sprites-small/home/978.webp index f454c48..eca7356 100644 Binary files a/static/sprites-small/home/978.webp and b/static/sprites-small/home/978.webp differ diff --git a/static/sprites-small/home/979.webp b/static/sprites-small/home/979.webp index 5f64535..4c9f8a3 100644 Binary files a/static/sprites-small/home/979.webp and b/static/sprites-small/home/979.webp differ diff --git a/static/sprites-small/home/98.webp b/static/sprites-small/home/98.webp index 52497aa..186383e 100644 Binary files a/static/sprites-small/home/98.webp and b/static/sprites-small/home/98.webp differ diff --git a/static/sprites-small/home/980.webp b/static/sprites-small/home/980.webp index 4adb6af..65e1807 100644 Binary files a/static/sprites-small/home/980.webp and b/static/sprites-small/home/980.webp differ diff --git a/static/sprites-small/home/981.webp b/static/sprites-small/home/981.webp index 34f112d..21e2268 100644 Binary files a/static/sprites-small/home/981.webp and b/static/sprites-small/home/981.webp differ diff --git a/static/sprites-small/home/982.webp b/static/sprites-small/home/982.webp index 648580b..3c698c8 100644 Binary files a/static/sprites-small/home/982.webp and b/static/sprites-small/home/982.webp differ diff --git a/static/sprites-small/home/983.webp b/static/sprites-small/home/983.webp index 46a7af7..0ba2709 100644 Binary files a/static/sprites-small/home/983.webp and b/static/sprites-small/home/983.webp differ diff --git a/static/sprites-small/home/984.webp b/static/sprites-small/home/984.webp index 2857c27..bf4fbc7 100644 Binary files a/static/sprites-small/home/984.webp and b/static/sprites-small/home/984.webp differ diff --git a/static/sprites-small/home/985.webp b/static/sprites-small/home/985.webp index aa9137d..03963f4 100644 Binary files a/static/sprites-small/home/985.webp and b/static/sprites-small/home/985.webp differ diff --git a/static/sprites-small/home/986.webp b/static/sprites-small/home/986.webp index 3f3814f..5e368db 100644 Binary files a/static/sprites-small/home/986.webp and b/static/sprites-small/home/986.webp differ diff --git a/static/sprites-small/home/987.webp b/static/sprites-small/home/987.webp index 46cc5e7..377f78d 100644 Binary files a/static/sprites-small/home/987.webp and b/static/sprites-small/home/987.webp differ diff --git a/static/sprites-small/home/988.webp b/static/sprites-small/home/988.webp index e2638e4..f531004 100644 Binary files a/static/sprites-small/home/988.webp and b/static/sprites-small/home/988.webp differ diff --git a/static/sprites-small/home/989.webp b/static/sprites-small/home/989.webp index 3056215..b8ab3da 100644 Binary files a/static/sprites-small/home/989.webp and b/static/sprites-small/home/989.webp differ diff --git a/static/sprites-small/home/99.webp b/static/sprites-small/home/99.webp index d2a0860..4dbef4f 100644 Binary files a/static/sprites-small/home/99.webp and b/static/sprites-small/home/99.webp differ diff --git a/static/sprites-small/home/990.webp b/static/sprites-small/home/990.webp index 72c38b8..ef59290 100644 Binary files a/static/sprites-small/home/990.webp and b/static/sprites-small/home/990.webp differ diff --git a/static/sprites-small/home/991.webp b/static/sprites-small/home/991.webp index aeda26f..29da262 100644 Binary files a/static/sprites-small/home/991.webp and b/static/sprites-small/home/991.webp differ diff --git a/static/sprites-small/home/992.webp b/static/sprites-small/home/992.webp index 5a46ad8..2fd375a 100644 Binary files a/static/sprites-small/home/992.webp and b/static/sprites-small/home/992.webp differ diff --git a/static/sprites-small/home/993.webp b/static/sprites-small/home/993.webp index 412108f..4810839 100644 Binary files a/static/sprites-small/home/993.webp and b/static/sprites-small/home/993.webp differ diff --git a/static/sprites-small/home/994.webp b/static/sprites-small/home/994.webp index a3a9e4d..8a59e4c 100644 Binary files a/static/sprites-small/home/994.webp and b/static/sprites-small/home/994.webp differ diff --git a/static/sprites-small/home/995.webp b/static/sprites-small/home/995.webp index 30d161d..5d32268 100644 Binary files a/static/sprites-small/home/995.webp and b/static/sprites-small/home/995.webp differ diff --git a/static/sprites-small/home/996.webp b/static/sprites-small/home/996.webp index e2ca94a..6205092 100644 Binary files a/static/sprites-small/home/996.webp and b/static/sprites-small/home/996.webp differ diff --git a/static/sprites-small/home/997.webp b/static/sprites-small/home/997.webp index d648342..8cb2e45 100644 Binary files a/static/sprites-small/home/997.webp and b/static/sprites-small/home/997.webp differ diff --git a/static/sprites-small/home/998.webp b/static/sprites-small/home/998.webp index 660fb6b..ceb64f3 100644 Binary files a/static/sprites-small/home/998.webp and b/static/sprites-small/home/998.webp differ diff --git a/static/sprites-small/home/999.webp b/static/sprites-small/home/999.webp index ea57b89..f766e40 100644 Binary files a/static/sprites-small/home/999.webp and b/static/sprites-small/home/999.webp differ diff --git a/static/sprites-small/home/female/10235.webp b/static/sprites-small/home/female/10235.webp index b1d49b5..28c2127 100644 Binary files a/static/sprites-small/home/female/10235.webp and b/static/sprites-small/home/female/10235.webp differ diff --git a/static/sprites-small/home/female/111.webp b/static/sprites-small/home/female/111.webp index 8d8d2a0..06e670b 100644 Binary files a/static/sprites-small/home/female/111.webp and b/static/sprites-small/home/female/111.webp differ diff --git a/static/sprites-small/home/female/112.webp b/static/sprites-small/home/female/112.webp index e42bf33..d53e852 100644 Binary files a/static/sprites-small/home/female/112.webp and b/static/sprites-small/home/female/112.webp differ diff --git a/static/sprites-small/home/female/118.webp b/static/sprites-small/home/female/118.webp index 5c7c438..540242f 100644 Binary files a/static/sprites-small/home/female/118.webp and b/static/sprites-small/home/female/118.webp differ diff --git a/static/sprites-small/home/female/119.webp b/static/sprites-small/home/female/119.webp index 5848558..bbc674a 100644 Binary files a/static/sprites-small/home/female/119.webp and b/static/sprites-small/home/female/119.webp differ diff --git a/static/sprites-small/home/female/12.webp b/static/sprites-small/home/female/12.webp index 34c0316..d3837bd 100644 Binary files a/static/sprites-small/home/female/12.webp and b/static/sprites-small/home/female/12.webp differ diff --git a/static/sprites-small/home/female/123.webp b/static/sprites-small/home/female/123.webp index cab70cc..3ce3345 100644 Binary files a/static/sprites-small/home/female/123.webp and b/static/sprites-small/home/female/123.webp differ diff --git a/static/sprites-small/home/female/129.webp b/static/sprites-small/home/female/129.webp index 1eac12a..16cbd2a 100644 Binary files a/static/sprites-small/home/female/129.webp and b/static/sprites-small/home/female/129.webp differ diff --git a/static/sprites-small/home/female/130.webp b/static/sprites-small/home/female/130.webp index e82d39c..9f47bec 100644 Binary files a/static/sprites-small/home/female/130.webp and b/static/sprites-small/home/female/130.webp differ diff --git a/static/sprites-small/home/female/133.webp b/static/sprites-small/home/female/133.webp index 141ae2d..a622663 100644 Binary files a/static/sprites-small/home/female/133.webp and b/static/sprites-small/home/female/133.webp differ diff --git a/static/sprites-small/home/female/154.webp b/static/sprites-small/home/female/154.webp index a24cbcf..a729577 100644 Binary files a/static/sprites-small/home/female/154.webp and b/static/sprites-small/home/female/154.webp differ diff --git a/static/sprites-small/home/female/165.webp b/static/sprites-small/home/female/165.webp index 3c752d1..34e886b 100644 Binary files a/static/sprites-small/home/female/165.webp and b/static/sprites-small/home/female/165.webp differ diff --git a/static/sprites-small/home/female/166.webp b/static/sprites-small/home/female/166.webp index 945f1f0..81e776b 100644 Binary files a/static/sprites-small/home/female/166.webp and b/static/sprites-small/home/female/166.webp differ diff --git a/static/sprites-small/home/female/178.webp b/static/sprites-small/home/female/178.webp index 3e88de2..61e4354 100644 Binary files a/static/sprites-small/home/female/178.webp and b/static/sprites-small/home/female/178.webp differ diff --git a/static/sprites-small/home/female/185.webp b/static/sprites-small/home/female/185.webp index ba9a03a..cc95d4d 100644 Binary files a/static/sprites-small/home/female/185.webp and b/static/sprites-small/home/female/185.webp differ diff --git a/static/sprites-small/home/female/186.webp b/static/sprites-small/home/female/186.webp index ba5a418..ea07f5a 100644 Binary files a/static/sprites-small/home/female/186.webp and b/static/sprites-small/home/female/186.webp differ diff --git a/static/sprites-small/home/female/19.webp b/static/sprites-small/home/female/19.webp index ac9c6f2..2820ca6 100644 Binary files a/static/sprites-small/home/female/19.webp and b/static/sprites-small/home/female/19.webp differ diff --git a/static/sprites-small/home/female/190.webp b/static/sprites-small/home/female/190.webp index f68cff4..882095f 100644 Binary files a/static/sprites-small/home/female/190.webp and b/static/sprites-small/home/female/190.webp differ diff --git a/static/sprites-small/home/female/194.webp b/static/sprites-small/home/female/194.webp index 81ca808..a597179 100644 Binary files a/static/sprites-small/home/female/194.webp and b/static/sprites-small/home/female/194.webp differ diff --git a/static/sprites-small/home/female/195.webp b/static/sprites-small/home/female/195.webp index 5fee020..810f8e4 100644 Binary files a/static/sprites-small/home/female/195.webp and b/static/sprites-small/home/female/195.webp differ diff --git a/static/sprites-small/home/female/198.webp b/static/sprites-small/home/female/198.webp index 4393c2c..d48a15b 100644 Binary files a/static/sprites-small/home/female/198.webp and b/static/sprites-small/home/female/198.webp differ diff --git a/static/sprites-small/home/female/20.webp b/static/sprites-small/home/female/20.webp index 3367a7c..8adccbd 100644 Binary files a/static/sprites-small/home/female/20.webp and b/static/sprites-small/home/female/20.webp differ diff --git a/static/sprites-small/home/female/202.webp b/static/sprites-small/home/female/202.webp index 7a7cd07..ba9263e 100644 Binary files a/static/sprites-small/home/female/202.webp and b/static/sprites-small/home/female/202.webp differ diff --git a/static/sprites-small/home/female/203.webp b/static/sprites-small/home/female/203.webp index 5859ef6..ccc3c97 100644 Binary files a/static/sprites-small/home/female/203.webp and b/static/sprites-small/home/female/203.webp differ diff --git a/static/sprites-small/home/female/207.webp b/static/sprites-small/home/female/207.webp index cf17da4..bf0a084 100644 Binary files a/static/sprites-small/home/female/207.webp and b/static/sprites-small/home/female/207.webp differ diff --git a/static/sprites-small/home/female/208.webp b/static/sprites-small/home/female/208.webp index b7c4271..c41a7aa 100644 Binary files a/static/sprites-small/home/female/208.webp and b/static/sprites-small/home/female/208.webp differ diff --git a/static/sprites-small/home/female/212.webp b/static/sprites-small/home/female/212.webp index b173827..4138fb2 100644 Binary files a/static/sprites-small/home/female/212.webp and b/static/sprites-small/home/female/212.webp differ diff --git a/static/sprites-small/home/female/214.webp b/static/sprites-small/home/female/214.webp index 7cd4b81..bd783ed 100644 Binary files a/static/sprites-small/home/female/214.webp and b/static/sprites-small/home/female/214.webp differ diff --git a/static/sprites-small/home/female/215.webp b/static/sprites-small/home/female/215.webp index e803a89..457f921 100644 Binary files a/static/sprites-small/home/female/215.webp and b/static/sprites-small/home/female/215.webp differ diff --git a/static/sprites-small/home/female/217.webp b/static/sprites-small/home/female/217.webp index bd72bde..3117eb4 100644 Binary files a/static/sprites-small/home/female/217.webp and b/static/sprites-small/home/female/217.webp differ diff --git a/static/sprites-small/home/female/221.webp b/static/sprites-small/home/female/221.webp index 980ee8e..2730e2f 100644 Binary files a/static/sprites-small/home/female/221.webp and b/static/sprites-small/home/female/221.webp differ diff --git a/static/sprites-small/home/female/224.webp b/static/sprites-small/home/female/224.webp index dc3d484..7c1fd40 100644 Binary files a/static/sprites-small/home/female/224.webp and b/static/sprites-small/home/female/224.webp differ diff --git a/static/sprites-small/home/female/229.webp b/static/sprites-small/home/female/229.webp index b2d67a8..9ad4022 100644 Binary files a/static/sprites-small/home/female/229.webp and b/static/sprites-small/home/female/229.webp differ diff --git a/static/sprites-small/home/female/232.webp b/static/sprites-small/home/female/232.webp index a98b20d..8301695 100644 Binary files a/static/sprites-small/home/female/232.webp and b/static/sprites-small/home/female/232.webp differ diff --git a/static/sprites-small/home/female/25.webp b/static/sprites-small/home/female/25.webp index f699e65..1ed095a 100644 Binary files a/static/sprites-small/home/female/25.webp and b/static/sprites-small/home/female/25.webp differ diff --git a/static/sprites-small/home/female/255.webp b/static/sprites-small/home/female/255.webp index 6178067..77255e1 100644 Binary files a/static/sprites-small/home/female/255.webp and b/static/sprites-small/home/female/255.webp differ diff --git a/static/sprites-small/home/female/256.webp b/static/sprites-small/home/female/256.webp index 7da4aa5..ce9979f 100644 Binary files a/static/sprites-small/home/female/256.webp and b/static/sprites-small/home/female/256.webp differ diff --git a/static/sprites-small/home/female/257.webp b/static/sprites-small/home/female/257.webp index 7f32d5f..ed8af15 100644 Binary files a/static/sprites-small/home/female/257.webp and b/static/sprites-small/home/female/257.webp differ diff --git a/static/sprites-small/home/female/26.webp b/static/sprites-small/home/female/26.webp index 5407876..4c55be6 100644 Binary files a/static/sprites-small/home/female/26.webp and b/static/sprites-small/home/female/26.webp differ diff --git a/static/sprites-small/home/female/267.webp b/static/sprites-small/home/female/267.webp index 9e0cadb..61ee391 100644 Binary files a/static/sprites-small/home/female/267.webp and b/static/sprites-small/home/female/267.webp differ diff --git a/static/sprites-small/home/female/269.webp b/static/sprites-small/home/female/269.webp index 771b62b..00c4d1e 100644 Binary files a/static/sprites-small/home/female/269.webp and b/static/sprites-small/home/female/269.webp differ diff --git a/static/sprites-small/home/female/272.webp b/static/sprites-small/home/female/272.webp index 3a7c751..cb2036f 100644 Binary files a/static/sprites-small/home/female/272.webp and b/static/sprites-small/home/female/272.webp differ diff --git a/static/sprites-small/home/female/274.webp b/static/sprites-small/home/female/274.webp index db0f458..07ec582 100644 Binary files a/static/sprites-small/home/female/274.webp and b/static/sprites-small/home/female/274.webp differ diff --git a/static/sprites-small/home/female/275.webp b/static/sprites-small/home/female/275.webp index ea01190..60567f2 100644 Binary files a/static/sprites-small/home/female/275.webp and b/static/sprites-small/home/female/275.webp differ diff --git a/static/sprites-small/home/female/3.webp b/static/sprites-small/home/female/3.webp index 5405523..76655f7 100644 Binary files a/static/sprites-small/home/female/3.webp and b/static/sprites-small/home/female/3.webp differ diff --git a/static/sprites-small/home/female/307.webp b/static/sprites-small/home/female/307.webp index a43042d..aca86af 100644 Binary files a/static/sprites-small/home/female/307.webp and b/static/sprites-small/home/female/307.webp differ diff --git a/static/sprites-small/home/female/308.webp b/static/sprites-small/home/female/308.webp index 3aba13d..057a551 100644 Binary files a/static/sprites-small/home/female/308.webp and b/static/sprites-small/home/female/308.webp differ diff --git a/static/sprites-small/home/female/315.webp b/static/sprites-small/home/female/315.webp index ee1aba5..f47fc34 100644 Binary files a/static/sprites-small/home/female/315.webp and b/static/sprites-small/home/female/315.webp differ diff --git a/static/sprites-small/home/female/316.webp b/static/sprites-small/home/female/316.webp index 26e94b6..6d57123 100644 Binary files a/static/sprites-small/home/female/316.webp and b/static/sprites-small/home/female/316.webp differ diff --git a/static/sprites-small/home/female/317.webp b/static/sprites-small/home/female/317.webp index 8b9599c..b9f3339 100644 Binary files a/static/sprites-small/home/female/317.webp and b/static/sprites-small/home/female/317.webp differ diff --git a/static/sprites-small/home/female/322.webp b/static/sprites-small/home/female/322.webp index d855cee..d23a2ee 100644 Binary files a/static/sprites-small/home/female/322.webp and b/static/sprites-small/home/female/322.webp differ diff --git a/static/sprites-small/home/female/323.webp b/static/sprites-small/home/female/323.webp index bf7535e..eb7dc98 100644 Binary files a/static/sprites-small/home/female/323.webp and b/static/sprites-small/home/female/323.webp differ diff --git a/static/sprites-small/home/female/332.webp b/static/sprites-small/home/female/332.webp index e88ab4c..e67c570 100644 Binary files a/static/sprites-small/home/female/332.webp and b/static/sprites-small/home/female/332.webp differ diff --git a/static/sprites-small/home/female/350.webp b/static/sprites-small/home/female/350.webp index 56a92b1..20855db 100644 Binary files a/static/sprites-small/home/female/350.webp and b/static/sprites-small/home/female/350.webp differ diff --git a/static/sprites-small/home/female/369.webp b/static/sprites-small/home/female/369.webp index 2a505d4..6e11e9a 100644 Binary files a/static/sprites-small/home/female/369.webp and b/static/sprites-small/home/female/369.webp differ diff --git a/static/sprites-small/home/female/396.webp b/static/sprites-small/home/female/396.webp index 89280ae..e927bbd 100644 Binary files a/static/sprites-small/home/female/396.webp and b/static/sprites-small/home/female/396.webp differ diff --git a/static/sprites-small/home/female/397.webp b/static/sprites-small/home/female/397.webp index 05929ec..162b01f 100644 Binary files a/static/sprites-small/home/female/397.webp and b/static/sprites-small/home/female/397.webp differ diff --git a/static/sprites-small/home/female/398.webp b/static/sprites-small/home/female/398.webp index e7fabb1..fc36bc7 100644 Binary files a/static/sprites-small/home/female/398.webp and b/static/sprites-small/home/female/398.webp differ diff --git a/static/sprites-small/home/female/399.webp b/static/sprites-small/home/female/399.webp index 1b71dbb..d559e20 100644 Binary files a/static/sprites-small/home/female/399.webp and b/static/sprites-small/home/female/399.webp differ diff --git a/static/sprites-small/home/female/400.webp b/static/sprites-small/home/female/400.webp index f589869..ab1a2e4 100644 Binary files a/static/sprites-small/home/female/400.webp and b/static/sprites-small/home/female/400.webp differ diff --git a/static/sprites-small/home/female/401.webp b/static/sprites-small/home/female/401.webp index a3f5f55..4207a63 100644 Binary files a/static/sprites-small/home/female/401.webp and b/static/sprites-small/home/female/401.webp differ diff --git a/static/sprites-small/home/female/402.webp b/static/sprites-small/home/female/402.webp index cde5d3d..a8b3ca9 100644 Binary files a/static/sprites-small/home/female/402.webp and b/static/sprites-small/home/female/402.webp differ diff --git a/static/sprites-small/home/female/403.webp b/static/sprites-small/home/female/403.webp index ab0ba41..e794c64 100644 Binary files a/static/sprites-small/home/female/403.webp and b/static/sprites-small/home/female/403.webp differ diff --git a/static/sprites-small/home/female/404.webp b/static/sprites-small/home/female/404.webp index 8acff2c..b85c140 100644 Binary files a/static/sprites-small/home/female/404.webp and b/static/sprites-small/home/female/404.webp differ diff --git a/static/sprites-small/home/female/405.webp b/static/sprites-small/home/female/405.webp index a37efff..af4bcdb 100644 Binary files a/static/sprites-small/home/female/405.webp and b/static/sprites-small/home/female/405.webp differ diff --git a/static/sprites-small/home/female/407.webp b/static/sprites-small/home/female/407.webp index 3da53e5..fa4a8d1 100644 Binary files a/static/sprites-small/home/female/407.webp and b/static/sprites-small/home/female/407.webp differ diff --git a/static/sprites-small/home/female/41.webp b/static/sprites-small/home/female/41.webp index 6deb030..6ff9a84 100644 Binary files a/static/sprites-small/home/female/41.webp and b/static/sprites-small/home/female/41.webp differ diff --git a/static/sprites-small/home/female/415.webp b/static/sprites-small/home/female/415.webp index f212a29..1ed65ee 100644 Binary files a/static/sprites-small/home/female/415.webp and b/static/sprites-small/home/female/415.webp differ diff --git a/static/sprites-small/home/female/417.webp b/static/sprites-small/home/female/417.webp index 15a1abb..fdf97fd 100644 Binary files a/static/sprites-small/home/female/417.webp and b/static/sprites-small/home/female/417.webp differ diff --git a/static/sprites-small/home/female/418.webp b/static/sprites-small/home/female/418.webp index 4f6f396..cb18fd7 100644 Binary files a/static/sprites-small/home/female/418.webp and b/static/sprites-small/home/female/418.webp differ diff --git a/static/sprites-small/home/female/419.webp b/static/sprites-small/home/female/419.webp index f39ef24..0620a0b 100644 Binary files a/static/sprites-small/home/female/419.webp and b/static/sprites-small/home/female/419.webp differ diff --git a/static/sprites-small/home/female/42.webp b/static/sprites-small/home/female/42.webp index 9f61a20..1e10921 100644 Binary files a/static/sprites-small/home/female/42.webp and b/static/sprites-small/home/female/42.webp differ diff --git a/static/sprites-small/home/female/424.webp b/static/sprites-small/home/female/424.webp index e0cd806..a83b702 100644 Binary files a/static/sprites-small/home/female/424.webp and b/static/sprites-small/home/female/424.webp differ diff --git a/static/sprites-small/home/female/44.webp b/static/sprites-small/home/female/44.webp index 5a288f0..32cf55e 100644 Binary files a/static/sprites-small/home/female/44.webp and b/static/sprites-small/home/female/44.webp differ diff --git a/static/sprites-small/home/female/443.webp b/static/sprites-small/home/female/443.webp index 0730916..251ab91 100644 Binary files a/static/sprites-small/home/female/443.webp and b/static/sprites-small/home/female/443.webp differ diff --git a/static/sprites-small/home/female/444.webp b/static/sprites-small/home/female/444.webp index 4364ff3..990d53a 100644 Binary files a/static/sprites-small/home/female/444.webp and b/static/sprites-small/home/female/444.webp differ diff --git a/static/sprites-small/home/female/445.webp b/static/sprites-small/home/female/445.webp index a2d8c8c..96082f2 100644 Binary files a/static/sprites-small/home/female/445.webp and b/static/sprites-small/home/female/445.webp differ diff --git a/static/sprites-small/home/female/449.webp b/static/sprites-small/home/female/449.webp index fcc8125..f7373b8 100644 Binary files a/static/sprites-small/home/female/449.webp and b/static/sprites-small/home/female/449.webp differ diff --git a/static/sprites-small/home/female/45.webp b/static/sprites-small/home/female/45.webp index 82a12ff..bf73197 100644 Binary files a/static/sprites-small/home/female/45.webp and b/static/sprites-small/home/female/45.webp differ diff --git a/static/sprites-small/home/female/450.webp b/static/sprites-small/home/female/450.webp index 4fbaea2..96d9101 100644 Binary files a/static/sprites-small/home/female/450.webp and b/static/sprites-small/home/female/450.webp differ diff --git a/static/sprites-small/home/female/453.webp b/static/sprites-small/home/female/453.webp index d5499eb..dfa6068 100644 Binary files a/static/sprites-small/home/female/453.webp and b/static/sprites-small/home/female/453.webp differ diff --git a/static/sprites-small/home/female/454.webp b/static/sprites-small/home/female/454.webp index 1040c50..148877a 100644 Binary files a/static/sprites-small/home/female/454.webp and b/static/sprites-small/home/female/454.webp differ diff --git a/static/sprites-small/home/female/456.webp b/static/sprites-small/home/female/456.webp index 82d0c96..bb5257e 100644 Binary files a/static/sprites-small/home/female/456.webp and b/static/sprites-small/home/female/456.webp differ diff --git a/static/sprites-small/home/female/457.webp b/static/sprites-small/home/female/457.webp index 2062c56..51241af 100644 Binary files a/static/sprites-small/home/female/457.webp and b/static/sprites-small/home/female/457.webp differ diff --git a/static/sprites-small/home/female/459.webp b/static/sprites-small/home/female/459.webp index 3d5718c..7f7d3c1 100644 Binary files a/static/sprites-small/home/female/459.webp and b/static/sprites-small/home/female/459.webp differ diff --git a/static/sprites-small/home/female/460.webp b/static/sprites-small/home/female/460.webp index d4c33b7..30d6ade 100644 Binary files a/static/sprites-small/home/female/460.webp and b/static/sprites-small/home/female/460.webp differ diff --git a/static/sprites-small/home/female/461.webp b/static/sprites-small/home/female/461.webp index d5d406b..f35598b 100644 Binary files a/static/sprites-small/home/female/461.webp and b/static/sprites-small/home/female/461.webp differ diff --git a/static/sprites-small/home/female/464.webp b/static/sprites-small/home/female/464.webp index a234d0a..288c7ed 100644 Binary files a/static/sprites-small/home/female/464.webp and b/static/sprites-small/home/female/464.webp differ diff --git a/static/sprites-small/home/female/465.webp b/static/sprites-small/home/female/465.webp index c83f5a3..692eee3 100644 Binary files a/static/sprites-small/home/female/465.webp and b/static/sprites-small/home/female/465.webp differ diff --git a/static/sprites-small/home/female/473.webp b/static/sprites-small/home/female/473.webp index afaedda..00ab0fd 100644 Binary files a/static/sprites-small/home/female/473.webp and b/static/sprites-small/home/female/473.webp differ diff --git a/static/sprites-small/home/female/521.webp b/static/sprites-small/home/female/521.webp index 73cb6a5..d081732 100644 Binary files a/static/sprites-small/home/female/521.webp and b/static/sprites-small/home/female/521.webp differ diff --git a/static/sprites-small/home/female/592.webp b/static/sprites-small/home/female/592.webp index 145720c..0386e36 100644 Binary files a/static/sprites-small/home/female/592.webp and b/static/sprites-small/home/female/592.webp differ diff --git a/static/sprites-small/home/female/593.webp b/static/sprites-small/home/female/593.webp index 4ba86e8..556516f 100644 Binary files a/static/sprites-small/home/female/593.webp and b/static/sprites-small/home/female/593.webp differ diff --git a/static/sprites-small/home/female/64.webp b/static/sprites-small/home/female/64.webp index 0a20ad9..3469f50 100644 Binary files a/static/sprites-small/home/female/64.webp and b/static/sprites-small/home/female/64.webp differ diff --git a/static/sprites-small/home/female/65.webp b/static/sprites-small/home/female/65.webp index bf52a45..a986d71 100644 Binary files a/static/sprites-small/home/female/65.webp and b/static/sprites-small/home/female/65.webp differ diff --git a/static/sprites-small/home/female/668.webp b/static/sprites-small/home/female/668.webp index 165f954..39b1da5 100644 Binary files a/static/sprites-small/home/female/668.webp and b/static/sprites-small/home/female/668.webp differ diff --git a/static/sprites-small/home/female/678.webp b/static/sprites-small/home/female/678.webp index 6356e87..af33a4f 100644 Binary files a/static/sprites-small/home/female/678.webp and b/static/sprites-small/home/female/678.webp differ diff --git a/static/sprites-small/home/female/84.webp b/static/sprites-small/home/female/84.webp index 37ba4b8..91f37be 100644 Binary files a/static/sprites-small/home/female/84.webp and b/static/sprites-small/home/female/84.webp differ diff --git a/static/sprites-small/home/female/85.webp b/static/sprites-small/home/female/85.webp index 81b8d3f..3a1cb0f 100644 Binary files a/static/sprites-small/home/female/85.webp and b/static/sprites-small/home/female/85.webp differ diff --git a/static/sprites-small/home/female/876.webp b/static/sprites-small/home/female/876.webp index 25ebf52..4259276 100644 Binary files a/static/sprites-small/home/female/876.webp and b/static/sprites-small/home/female/876.webp differ diff --git a/static/sprites-small/home/female/902.webp b/static/sprites-small/home/female/902.webp index c8825ae..330a122 100644 Binary files a/static/sprites-small/home/female/902.webp and b/static/sprites-small/home/female/902.webp differ diff --git a/static/sprites-small/home/female/916.webp b/static/sprites-small/home/female/916.webp index 801093b..17e7eaa 100644 Binary files a/static/sprites-small/home/female/916.webp and b/static/sprites-small/home/female/916.webp differ diff --git a/static/sprites-small/home/female/97.webp b/static/sprites-small/home/female/97.webp index ee5dd9f..243ab33 100644 Binary files a/static/sprites-small/home/female/97.webp and b/static/sprites-small/home/female/97.webp differ diff --git a/static/sprites-small/home/shiny/1.webp b/static/sprites-small/home/shiny/1.webp index d71607c..192a0fb 100644 Binary files a/static/sprites-small/home/shiny/1.webp and b/static/sprites-small/home/shiny/1.webp differ diff --git a/static/sprites-small/home/shiny/10.webp b/static/sprites-small/home/shiny/10.webp index defd24f..f274b83 100644 Binary files a/static/sprites-small/home/shiny/10.webp and b/static/sprites-small/home/shiny/10.webp differ diff --git a/static/sprites-small/home/shiny/100.webp b/static/sprites-small/home/shiny/100.webp index c3dbbd3..c7cde72 100644 Binary files a/static/sprites-small/home/shiny/100.webp and b/static/sprites-small/home/shiny/100.webp differ diff --git a/static/sprites-small/home/shiny/1000.webp b/static/sprites-small/home/shiny/1000.webp index 68b4726..7a3e041 100644 Binary files a/static/sprites-small/home/shiny/1000.webp and b/static/sprites-small/home/shiny/1000.webp differ diff --git a/static/sprites-small/home/shiny/10001.webp b/static/sprites-small/home/shiny/10001.webp index c4ce739..19435d4 100644 Binary files a/static/sprites-small/home/shiny/10001.webp and b/static/sprites-small/home/shiny/10001.webp differ diff --git a/static/sprites-small/home/shiny/10002.webp b/static/sprites-small/home/shiny/10002.webp index a1c89e5..badf9d4 100644 Binary files a/static/sprites-small/home/shiny/10002.webp and b/static/sprites-small/home/shiny/10002.webp differ diff --git a/static/sprites-small/home/shiny/10003.webp b/static/sprites-small/home/shiny/10003.webp index e41cc11..2af6567 100644 Binary files a/static/sprites-small/home/shiny/10003.webp and b/static/sprites-small/home/shiny/10003.webp differ diff --git a/static/sprites-small/home/shiny/10004.webp b/static/sprites-small/home/shiny/10004.webp index 5ed2f49..31e04e7 100644 Binary files a/static/sprites-small/home/shiny/10004.webp and b/static/sprites-small/home/shiny/10004.webp differ diff --git a/static/sprites-small/home/shiny/10005.webp b/static/sprites-small/home/shiny/10005.webp index 024a74b..054c195 100644 Binary files a/static/sprites-small/home/shiny/10005.webp and b/static/sprites-small/home/shiny/10005.webp differ diff --git a/static/sprites-small/home/shiny/10006.webp b/static/sprites-small/home/shiny/10006.webp index 3822712..31cd30d 100644 Binary files a/static/sprites-small/home/shiny/10006.webp and b/static/sprites-small/home/shiny/10006.webp differ diff --git a/static/sprites-small/home/shiny/10007.webp b/static/sprites-small/home/shiny/10007.webp index 7e26aa1..8fb7b90 100644 Binary files a/static/sprites-small/home/shiny/10007.webp and b/static/sprites-small/home/shiny/10007.webp differ diff --git a/static/sprites-small/home/shiny/10008.webp b/static/sprites-small/home/shiny/10008.webp index 691534d..aad951b 100644 Binary files a/static/sprites-small/home/shiny/10008.webp and b/static/sprites-small/home/shiny/10008.webp differ diff --git a/static/sprites-small/home/shiny/10009.webp b/static/sprites-small/home/shiny/10009.webp index 5cd93ae..ed606fc 100644 Binary files a/static/sprites-small/home/shiny/10009.webp and b/static/sprites-small/home/shiny/10009.webp differ diff --git a/static/sprites-small/home/shiny/1001.webp b/static/sprites-small/home/shiny/1001.webp index 8748a70..aba4b16 100644 Binary files a/static/sprites-small/home/shiny/1001.webp and b/static/sprites-small/home/shiny/1001.webp differ diff --git a/static/sprites-small/home/shiny/10010.webp b/static/sprites-small/home/shiny/10010.webp index 1a8acaf..46a145d 100644 Binary files a/static/sprites-small/home/shiny/10010.webp and b/static/sprites-small/home/shiny/10010.webp differ diff --git a/static/sprites-small/home/shiny/10011.webp b/static/sprites-small/home/shiny/10011.webp index 05bd157..46b2b8f 100644 Binary files a/static/sprites-small/home/shiny/10011.webp and b/static/sprites-small/home/shiny/10011.webp differ diff --git a/static/sprites-small/home/shiny/10012.webp b/static/sprites-small/home/shiny/10012.webp index 09cf881..85b9660 100644 Binary files a/static/sprites-small/home/shiny/10012.webp and b/static/sprites-small/home/shiny/10012.webp differ diff --git a/static/sprites-small/home/shiny/10013.webp b/static/sprites-small/home/shiny/10013.webp index a38a3e5..7def7fd 100644 Binary files a/static/sprites-small/home/shiny/10013.webp and b/static/sprites-small/home/shiny/10013.webp differ diff --git a/static/sprites-small/home/shiny/10014.webp b/static/sprites-small/home/shiny/10014.webp index 5705522..183e5f8 100644 Binary files a/static/sprites-small/home/shiny/10014.webp and b/static/sprites-small/home/shiny/10014.webp differ diff --git a/static/sprites-small/home/shiny/10015.webp b/static/sprites-small/home/shiny/10015.webp index 1f28b61..2f827a9 100644 Binary files a/static/sprites-small/home/shiny/10015.webp and b/static/sprites-small/home/shiny/10015.webp differ diff --git a/static/sprites-small/home/shiny/10016.webp b/static/sprites-small/home/shiny/10016.webp index 2c35703..d60db4b 100644 Binary files a/static/sprites-small/home/shiny/10016.webp and b/static/sprites-small/home/shiny/10016.webp differ diff --git a/static/sprites-small/home/shiny/10017.webp b/static/sprites-small/home/shiny/10017.webp index 920e273..63c0426 100644 Binary files a/static/sprites-small/home/shiny/10017.webp and b/static/sprites-small/home/shiny/10017.webp differ diff --git a/static/sprites-small/home/shiny/10018.webp b/static/sprites-small/home/shiny/10018.webp index 12e9a82..1ab4fd3 100644 Binary files a/static/sprites-small/home/shiny/10018.webp and b/static/sprites-small/home/shiny/10018.webp differ diff --git a/static/sprites-small/home/shiny/10019.webp b/static/sprites-small/home/shiny/10019.webp index 30607cc..dc6a725 100644 Binary files a/static/sprites-small/home/shiny/10019.webp and b/static/sprites-small/home/shiny/10019.webp differ diff --git a/static/sprites-small/home/shiny/1002.webp b/static/sprites-small/home/shiny/1002.webp index b41bb77..28851fe 100644 Binary files a/static/sprites-small/home/shiny/1002.webp and b/static/sprites-small/home/shiny/1002.webp differ diff --git a/static/sprites-small/home/shiny/10020.webp b/static/sprites-small/home/shiny/10020.webp index e3b64f3..4357aac 100644 Binary files a/static/sprites-small/home/shiny/10020.webp and b/static/sprites-small/home/shiny/10020.webp differ diff --git a/static/sprites-small/home/shiny/10021.webp b/static/sprites-small/home/shiny/10021.webp index 3ba0e80..c1906a2 100644 Binary files a/static/sprites-small/home/shiny/10021.webp and b/static/sprites-small/home/shiny/10021.webp differ diff --git a/static/sprites-small/home/shiny/10022.webp b/static/sprites-small/home/shiny/10022.webp index 723c9e0..f1173fd 100644 Binary files a/static/sprites-small/home/shiny/10022.webp and b/static/sprites-small/home/shiny/10022.webp differ diff --git a/static/sprites-small/home/shiny/10023.webp b/static/sprites-small/home/shiny/10023.webp index 2f4e747..b5b1981 100644 Binary files a/static/sprites-small/home/shiny/10023.webp and b/static/sprites-small/home/shiny/10023.webp differ diff --git a/static/sprites-small/home/shiny/10024.webp b/static/sprites-small/home/shiny/10024.webp index 0f24fed..6c16159 100644 Binary files a/static/sprites-small/home/shiny/10024.webp and b/static/sprites-small/home/shiny/10024.webp differ diff --git a/static/sprites-small/home/shiny/10025.webp b/static/sprites-small/home/shiny/10025.webp index 1c9b65e..2051009 100644 Binary files a/static/sprites-small/home/shiny/10025.webp and b/static/sprites-small/home/shiny/10025.webp differ diff --git a/static/sprites-small/home/shiny/10026.webp b/static/sprites-small/home/shiny/10026.webp index 379f7c2..ac04f6f 100644 Binary files a/static/sprites-small/home/shiny/10026.webp and b/static/sprites-small/home/shiny/10026.webp differ diff --git a/static/sprites-small/home/shiny/10027.webp b/static/sprites-small/home/shiny/10027.webp index f67dd01..b0ac388 100644 Binary files a/static/sprites-small/home/shiny/10027.webp and b/static/sprites-small/home/shiny/10027.webp differ diff --git a/static/sprites-small/home/shiny/10028.webp b/static/sprites-small/home/shiny/10028.webp index df6cf83..2a46f8c 100644 Binary files a/static/sprites-small/home/shiny/10028.webp and b/static/sprites-small/home/shiny/10028.webp differ diff --git a/static/sprites-small/home/shiny/10029.webp b/static/sprites-small/home/shiny/10029.webp index cdaea9e..141c1b6 100644 Binary files a/static/sprites-small/home/shiny/10029.webp and b/static/sprites-small/home/shiny/10029.webp differ diff --git a/static/sprites-small/home/shiny/1003.webp b/static/sprites-small/home/shiny/1003.webp index d26788a..8660d2b 100644 Binary files a/static/sprites-small/home/shiny/1003.webp and b/static/sprites-small/home/shiny/1003.webp differ diff --git a/static/sprites-small/home/shiny/10030.webp b/static/sprites-small/home/shiny/10030.webp index fb6fe1b..909cebb 100644 Binary files a/static/sprites-small/home/shiny/10030.webp and b/static/sprites-small/home/shiny/10030.webp differ diff --git a/static/sprites-small/home/shiny/10031.webp b/static/sprites-small/home/shiny/10031.webp index 24eba60..277bfd9 100644 Binary files a/static/sprites-small/home/shiny/10031.webp and b/static/sprites-small/home/shiny/10031.webp differ diff --git a/static/sprites-small/home/shiny/10032.webp b/static/sprites-small/home/shiny/10032.webp index 47cc211..33620d9 100644 Binary files a/static/sprites-small/home/shiny/10032.webp and b/static/sprites-small/home/shiny/10032.webp differ diff --git a/static/sprites-small/home/shiny/10033.webp b/static/sprites-small/home/shiny/10033.webp index 4dfee17..000e47f 100644 Binary files a/static/sprites-small/home/shiny/10033.webp and b/static/sprites-small/home/shiny/10033.webp differ diff --git a/static/sprites-small/home/shiny/10034.webp b/static/sprites-small/home/shiny/10034.webp index c09e41e..a1f3e3e 100644 Binary files a/static/sprites-small/home/shiny/10034.webp and b/static/sprites-small/home/shiny/10034.webp differ diff --git a/static/sprites-small/home/shiny/10035.webp b/static/sprites-small/home/shiny/10035.webp index 68680cc..71d63a1 100644 Binary files a/static/sprites-small/home/shiny/10035.webp and b/static/sprites-small/home/shiny/10035.webp differ diff --git a/static/sprites-small/home/shiny/10036.webp b/static/sprites-small/home/shiny/10036.webp index 7befe09..500d399 100644 Binary files a/static/sprites-small/home/shiny/10036.webp and b/static/sprites-small/home/shiny/10036.webp differ diff --git a/static/sprites-small/home/shiny/10037.webp b/static/sprites-small/home/shiny/10037.webp index e9dbcd4..791f39b 100644 Binary files a/static/sprites-small/home/shiny/10037.webp and b/static/sprites-small/home/shiny/10037.webp differ diff --git a/static/sprites-small/home/shiny/10038.webp b/static/sprites-small/home/shiny/10038.webp index bd80efd..afb1852 100644 Binary files a/static/sprites-small/home/shiny/10038.webp and b/static/sprites-small/home/shiny/10038.webp differ diff --git a/static/sprites-small/home/shiny/10039.webp b/static/sprites-small/home/shiny/10039.webp index 2ce8172..2099d09 100644 Binary files a/static/sprites-small/home/shiny/10039.webp and b/static/sprites-small/home/shiny/10039.webp differ diff --git a/static/sprites-small/home/shiny/1004.webp b/static/sprites-small/home/shiny/1004.webp index ecd856d..6a8f640 100644 Binary files a/static/sprites-small/home/shiny/1004.webp and b/static/sprites-small/home/shiny/1004.webp differ diff --git a/static/sprites-small/home/shiny/10040.webp b/static/sprites-small/home/shiny/10040.webp index 2187f32..4a300ec 100644 Binary files a/static/sprites-small/home/shiny/10040.webp and b/static/sprites-small/home/shiny/10040.webp differ diff --git a/static/sprites-small/home/shiny/10041.webp b/static/sprites-small/home/shiny/10041.webp index 6349306..da584fc 100644 Binary files a/static/sprites-small/home/shiny/10041.webp and b/static/sprites-small/home/shiny/10041.webp differ diff --git a/static/sprites-small/home/shiny/10042.webp b/static/sprites-small/home/shiny/10042.webp index 2575666..2a399dc 100644 Binary files a/static/sprites-small/home/shiny/10042.webp and b/static/sprites-small/home/shiny/10042.webp differ diff --git a/static/sprites-small/home/shiny/10043.webp b/static/sprites-small/home/shiny/10043.webp index dca5e4e..4ad2814 100644 Binary files a/static/sprites-small/home/shiny/10043.webp and b/static/sprites-small/home/shiny/10043.webp differ diff --git a/static/sprites-small/home/shiny/10044.webp b/static/sprites-small/home/shiny/10044.webp index fae1aa1..9c60dde 100644 Binary files a/static/sprites-small/home/shiny/10044.webp and b/static/sprites-small/home/shiny/10044.webp differ diff --git a/static/sprites-small/home/shiny/10045.webp b/static/sprites-small/home/shiny/10045.webp index b31794f..686c41a 100644 Binary files a/static/sprites-small/home/shiny/10045.webp and b/static/sprites-small/home/shiny/10045.webp differ diff --git a/static/sprites-small/home/shiny/10046.webp b/static/sprites-small/home/shiny/10046.webp index 5f2b8ff..7d1e284 100644 Binary files a/static/sprites-small/home/shiny/10046.webp and b/static/sprites-small/home/shiny/10046.webp differ diff --git a/static/sprites-small/home/shiny/10047.webp b/static/sprites-small/home/shiny/10047.webp index 3a7ceb5..dd27731 100644 Binary files a/static/sprites-small/home/shiny/10047.webp and b/static/sprites-small/home/shiny/10047.webp differ diff --git a/static/sprites-small/home/shiny/10048.webp b/static/sprites-small/home/shiny/10048.webp index 18c6752..e829b81 100644 Binary files a/static/sprites-small/home/shiny/10048.webp and b/static/sprites-small/home/shiny/10048.webp differ diff --git a/static/sprites-small/home/shiny/10049.webp b/static/sprites-small/home/shiny/10049.webp index b1edca3..5b9e93a 100644 Binary files a/static/sprites-small/home/shiny/10049.webp and b/static/sprites-small/home/shiny/10049.webp differ diff --git a/static/sprites-small/home/shiny/1005.webp b/static/sprites-small/home/shiny/1005.webp index 36d57a1..0c91d16 100644 Binary files a/static/sprites-small/home/shiny/1005.webp and b/static/sprites-small/home/shiny/1005.webp differ diff --git a/static/sprites-small/home/shiny/10050.webp b/static/sprites-small/home/shiny/10050.webp index 394159f..e77ac49 100644 Binary files a/static/sprites-small/home/shiny/10050.webp and b/static/sprites-small/home/shiny/10050.webp differ diff --git a/static/sprites-small/home/shiny/10051.webp b/static/sprites-small/home/shiny/10051.webp index c173064..62c751d 100644 Binary files a/static/sprites-small/home/shiny/10051.webp and b/static/sprites-small/home/shiny/10051.webp differ diff --git a/static/sprites-small/home/shiny/10052.webp b/static/sprites-small/home/shiny/10052.webp index 4e28308..2f2f12a 100644 Binary files a/static/sprites-small/home/shiny/10052.webp and b/static/sprites-small/home/shiny/10052.webp differ diff --git a/static/sprites-small/home/shiny/10053.webp b/static/sprites-small/home/shiny/10053.webp index e81cf70..95c3839 100644 Binary files a/static/sprites-small/home/shiny/10053.webp and b/static/sprites-small/home/shiny/10053.webp differ diff --git a/static/sprites-small/home/shiny/10054.webp b/static/sprites-small/home/shiny/10054.webp index bc63cd4..cf70df9 100644 Binary files a/static/sprites-small/home/shiny/10054.webp and b/static/sprites-small/home/shiny/10054.webp differ diff --git a/static/sprites-small/home/shiny/10055.webp b/static/sprites-small/home/shiny/10055.webp index e8b2f28..d985cbf 100644 Binary files a/static/sprites-small/home/shiny/10055.webp and b/static/sprites-small/home/shiny/10055.webp differ diff --git a/static/sprites-small/home/shiny/10056.webp b/static/sprites-small/home/shiny/10056.webp index 678491e..e759083 100644 Binary files a/static/sprites-small/home/shiny/10056.webp and b/static/sprites-small/home/shiny/10056.webp differ diff --git a/static/sprites-small/home/shiny/10057.webp b/static/sprites-small/home/shiny/10057.webp index 55f2ed5..6ccfce8 100644 Binary files a/static/sprites-small/home/shiny/10057.webp and b/static/sprites-small/home/shiny/10057.webp differ diff --git a/static/sprites-small/home/shiny/10058.webp b/static/sprites-small/home/shiny/10058.webp index 5c1dd7f..659d330 100644 Binary files a/static/sprites-small/home/shiny/10058.webp and b/static/sprites-small/home/shiny/10058.webp differ diff --git a/static/sprites-small/home/shiny/10059.webp b/static/sprites-small/home/shiny/10059.webp index a7f050b..f5e774f 100644 Binary files a/static/sprites-small/home/shiny/10059.webp and b/static/sprites-small/home/shiny/10059.webp differ diff --git a/static/sprites-small/home/shiny/1006.webp b/static/sprites-small/home/shiny/1006.webp index 9ecc1ce..e5ae39f 100644 Binary files a/static/sprites-small/home/shiny/1006.webp and b/static/sprites-small/home/shiny/1006.webp differ diff --git a/static/sprites-small/home/shiny/10060.webp b/static/sprites-small/home/shiny/10060.webp index 32ea2b1..e9f2086 100644 Binary files a/static/sprites-small/home/shiny/10060.webp and b/static/sprites-small/home/shiny/10060.webp differ diff --git a/static/sprites-small/home/shiny/10062.webp b/static/sprites-small/home/shiny/10062.webp index 69ae05e..87f6ae8 100644 Binary files a/static/sprites-small/home/shiny/10062.webp and b/static/sprites-small/home/shiny/10062.webp differ diff --git a/static/sprites-small/home/shiny/10063.webp b/static/sprites-small/home/shiny/10063.webp index e0d092d..265a3a6 100644 Binary files a/static/sprites-small/home/shiny/10063.webp and b/static/sprites-small/home/shiny/10063.webp differ diff --git a/static/sprites-small/home/shiny/10064.webp b/static/sprites-small/home/shiny/10064.webp index 71b3d9d..c3cae33 100644 Binary files a/static/sprites-small/home/shiny/10064.webp and b/static/sprites-small/home/shiny/10064.webp differ diff --git a/static/sprites-small/home/shiny/10065.webp b/static/sprites-small/home/shiny/10065.webp index 19f4fd4..340cab5 100644 Binary files a/static/sprites-small/home/shiny/10065.webp and b/static/sprites-small/home/shiny/10065.webp differ diff --git a/static/sprites-small/home/shiny/10066.webp b/static/sprites-small/home/shiny/10066.webp index f1ec123..bec4eef 100644 Binary files a/static/sprites-small/home/shiny/10066.webp and b/static/sprites-small/home/shiny/10066.webp differ diff --git a/static/sprites-small/home/shiny/10067.webp b/static/sprites-small/home/shiny/10067.webp index 8c5410f..3ad4069 100644 Binary files a/static/sprites-small/home/shiny/10067.webp and b/static/sprites-small/home/shiny/10067.webp differ diff --git a/static/sprites-small/home/shiny/10068.webp b/static/sprites-small/home/shiny/10068.webp index 057506d..84e319a 100644 Binary files a/static/sprites-small/home/shiny/10068.webp and b/static/sprites-small/home/shiny/10068.webp differ diff --git a/static/sprites-small/home/shiny/10069.webp b/static/sprites-small/home/shiny/10069.webp index 0d8d766..7c664b7 100644 Binary files a/static/sprites-small/home/shiny/10069.webp and b/static/sprites-small/home/shiny/10069.webp differ diff --git a/static/sprites-small/home/shiny/1007.webp b/static/sprites-small/home/shiny/1007.webp index 3ec6aa1..c133858 100644 Binary files a/static/sprites-small/home/shiny/1007.webp and b/static/sprites-small/home/shiny/1007.webp differ diff --git a/static/sprites-small/home/shiny/10070.webp b/static/sprites-small/home/shiny/10070.webp index 8e43459..6130ed0 100644 Binary files a/static/sprites-small/home/shiny/10070.webp and b/static/sprites-small/home/shiny/10070.webp differ diff --git a/static/sprites-small/home/shiny/10071.webp b/static/sprites-small/home/shiny/10071.webp index 2143ce7..cba3b1a 100644 Binary files a/static/sprites-small/home/shiny/10071.webp and b/static/sprites-small/home/shiny/10071.webp differ diff --git a/static/sprites-small/home/shiny/10072.webp b/static/sprites-small/home/shiny/10072.webp index d8b684b..14a782e 100644 Binary files a/static/sprites-small/home/shiny/10072.webp and b/static/sprites-small/home/shiny/10072.webp differ diff --git a/static/sprites-small/home/shiny/10073.webp b/static/sprites-small/home/shiny/10073.webp index bc4845b..ff516aa 100644 Binary files a/static/sprites-small/home/shiny/10073.webp and b/static/sprites-small/home/shiny/10073.webp differ diff --git a/static/sprites-small/home/shiny/10074.webp b/static/sprites-small/home/shiny/10074.webp index d1940c3..6c70270 100644 Binary files a/static/sprites-small/home/shiny/10074.webp and b/static/sprites-small/home/shiny/10074.webp differ diff --git a/static/sprites-small/home/shiny/10075.webp b/static/sprites-small/home/shiny/10075.webp index cb7d13b..c117353 100644 Binary files a/static/sprites-small/home/shiny/10075.webp and b/static/sprites-small/home/shiny/10075.webp differ diff --git a/static/sprites-small/home/shiny/10076.webp b/static/sprites-small/home/shiny/10076.webp index 93ed0a6..05fcdaa 100644 Binary files a/static/sprites-small/home/shiny/10076.webp and b/static/sprites-small/home/shiny/10076.webp differ diff --git a/static/sprites-small/home/shiny/10077.webp b/static/sprites-small/home/shiny/10077.webp index b4c6677..2c9b1f4 100644 Binary files a/static/sprites-small/home/shiny/10077.webp and b/static/sprites-small/home/shiny/10077.webp differ diff --git a/static/sprites-small/home/shiny/10078.webp b/static/sprites-small/home/shiny/10078.webp index 1815e07..eb5c11b 100644 Binary files a/static/sprites-small/home/shiny/10078.webp and b/static/sprites-small/home/shiny/10078.webp differ diff --git a/static/sprites-small/home/shiny/10079.webp b/static/sprites-small/home/shiny/10079.webp index eb4e897..53ce7b8 100644 Binary files a/static/sprites-small/home/shiny/10079.webp and b/static/sprites-small/home/shiny/10079.webp differ diff --git a/static/sprites-small/home/shiny/1008.webp b/static/sprites-small/home/shiny/1008.webp index df1af9a..96d0d26 100644 Binary files a/static/sprites-small/home/shiny/1008.webp and b/static/sprites-small/home/shiny/1008.webp differ diff --git a/static/sprites-small/home/shiny/10086.webp b/static/sprites-small/home/shiny/10086.webp index 4c357a4..a2cafb9 100644 Binary files a/static/sprites-small/home/shiny/10086.webp and b/static/sprites-small/home/shiny/10086.webp differ diff --git a/static/sprites-small/home/shiny/10087.webp b/static/sprites-small/home/shiny/10087.webp index 36a4996..39fe4f1 100644 Binary files a/static/sprites-small/home/shiny/10087.webp and b/static/sprites-small/home/shiny/10087.webp differ diff --git a/static/sprites-small/home/shiny/10088.webp b/static/sprites-small/home/shiny/10088.webp index d4cd10e..9cdd0e3 100644 Binary files a/static/sprites-small/home/shiny/10088.webp and b/static/sprites-small/home/shiny/10088.webp differ diff --git a/static/sprites-small/home/shiny/10089.webp b/static/sprites-small/home/shiny/10089.webp index 28aad47..d295f31 100644 Binary files a/static/sprites-small/home/shiny/10089.webp and b/static/sprites-small/home/shiny/10089.webp differ diff --git a/static/sprites-small/home/shiny/1009.webp b/static/sprites-small/home/shiny/1009.webp index dc167f2..c374e3c 100644 Binary files a/static/sprites-small/home/shiny/1009.webp and b/static/sprites-small/home/shiny/1009.webp differ diff --git a/static/sprites-small/home/shiny/10090.webp b/static/sprites-small/home/shiny/10090.webp index 7c5a1e2..e160069 100644 Binary files a/static/sprites-small/home/shiny/10090.webp and b/static/sprites-small/home/shiny/10090.webp differ diff --git a/static/sprites-small/home/shiny/10091.webp b/static/sprites-small/home/shiny/10091.webp index f1d5605..8739d16 100644 Binary files a/static/sprites-small/home/shiny/10091.webp and b/static/sprites-small/home/shiny/10091.webp differ diff --git a/static/sprites-small/home/shiny/10092.webp b/static/sprites-small/home/shiny/10092.webp index e5b6dde..6e0390b 100644 Binary files a/static/sprites-small/home/shiny/10092.webp and b/static/sprites-small/home/shiny/10092.webp differ diff --git a/static/sprites-small/home/shiny/10093.webp b/static/sprites-small/home/shiny/10093.webp index 006e9a5..4f9d649 100644 Binary files a/static/sprites-small/home/shiny/10093.webp and b/static/sprites-small/home/shiny/10093.webp differ diff --git a/static/sprites-small/home/shiny/101.webp b/static/sprites-small/home/shiny/101.webp index 38e3f2c..6330b63 100644 Binary files a/static/sprites-small/home/shiny/101.webp and b/static/sprites-small/home/shiny/101.webp differ diff --git a/static/sprites-small/home/shiny/1010.webp b/static/sprites-small/home/shiny/1010.webp index a92c375..6145072 100644 Binary files a/static/sprites-small/home/shiny/1010.webp and b/static/sprites-small/home/shiny/1010.webp differ diff --git a/static/sprites-small/home/shiny/10100.webp b/static/sprites-small/home/shiny/10100.webp index 20c2ea3..d892664 100644 Binary files a/static/sprites-small/home/shiny/10100.webp and b/static/sprites-small/home/shiny/10100.webp differ diff --git a/static/sprites-small/home/shiny/10101.webp b/static/sprites-small/home/shiny/10101.webp index b9b2ef5..94d0fcf 100644 Binary files a/static/sprites-small/home/shiny/10101.webp and b/static/sprites-small/home/shiny/10101.webp differ diff --git a/static/sprites-small/home/shiny/10102.webp b/static/sprites-small/home/shiny/10102.webp index aa6aec2..a688895 100644 Binary files a/static/sprites-small/home/shiny/10102.webp and b/static/sprites-small/home/shiny/10102.webp differ diff --git a/static/sprites-small/home/shiny/10103.webp b/static/sprites-small/home/shiny/10103.webp index fffca4a..83ba6a5 100644 Binary files a/static/sprites-small/home/shiny/10103.webp and b/static/sprites-small/home/shiny/10103.webp differ diff --git a/static/sprites-small/home/shiny/10104.webp b/static/sprites-small/home/shiny/10104.webp index 20ca669..84a4359 100644 Binary files a/static/sprites-small/home/shiny/10104.webp and b/static/sprites-small/home/shiny/10104.webp differ diff --git a/static/sprites-small/home/shiny/10105.webp b/static/sprites-small/home/shiny/10105.webp index 244d8d2..55b3f42 100644 Binary files a/static/sprites-small/home/shiny/10105.webp and b/static/sprites-small/home/shiny/10105.webp differ diff --git a/static/sprites-small/home/shiny/10106.webp b/static/sprites-small/home/shiny/10106.webp index 892d6a4..65d859c 100644 Binary files a/static/sprites-small/home/shiny/10106.webp and b/static/sprites-small/home/shiny/10106.webp differ diff --git a/static/sprites-small/home/shiny/10107.webp b/static/sprites-small/home/shiny/10107.webp index 0dd1064..0257564 100644 Binary files a/static/sprites-small/home/shiny/10107.webp and b/static/sprites-small/home/shiny/10107.webp differ diff --git a/static/sprites-small/home/shiny/10108.webp b/static/sprites-small/home/shiny/10108.webp index 962f7e5..c7ef342 100644 Binary files a/static/sprites-small/home/shiny/10108.webp and b/static/sprites-small/home/shiny/10108.webp differ diff --git a/static/sprites-small/home/shiny/10109.webp b/static/sprites-small/home/shiny/10109.webp index b1b45f0..7ae4359 100644 Binary files a/static/sprites-small/home/shiny/10109.webp and b/static/sprites-small/home/shiny/10109.webp differ diff --git a/static/sprites-small/home/shiny/1011.webp b/static/sprites-small/home/shiny/1011.webp index eb1cbf9..0bddde4 100644 Binary files a/static/sprites-small/home/shiny/1011.webp and b/static/sprites-small/home/shiny/1011.webp differ diff --git a/static/sprites-small/home/shiny/10110.webp b/static/sprites-small/home/shiny/10110.webp index dc1d97e..c1fdad9 100644 Binary files a/static/sprites-small/home/shiny/10110.webp and b/static/sprites-small/home/shiny/10110.webp differ diff --git a/static/sprites-small/home/shiny/10111.webp b/static/sprites-small/home/shiny/10111.webp index ff091b3..aaf23a6 100644 Binary files a/static/sprites-small/home/shiny/10111.webp and b/static/sprites-small/home/shiny/10111.webp differ diff --git a/static/sprites-small/home/shiny/10112.webp b/static/sprites-small/home/shiny/10112.webp index c9df2ac..1d1732f 100644 Binary files a/static/sprites-small/home/shiny/10112.webp and b/static/sprites-small/home/shiny/10112.webp differ diff --git a/static/sprites-small/home/shiny/10113.webp b/static/sprites-small/home/shiny/10113.webp index b728d10..da42b7c 100644 Binary files a/static/sprites-small/home/shiny/10113.webp and b/static/sprites-small/home/shiny/10113.webp differ diff --git a/static/sprites-small/home/shiny/10114.webp b/static/sprites-small/home/shiny/10114.webp index f62f7e7..6ab337b 100644 Binary files a/static/sprites-small/home/shiny/10114.webp and b/static/sprites-small/home/shiny/10114.webp differ diff --git a/static/sprites-small/home/shiny/10115.webp b/static/sprites-small/home/shiny/10115.webp index 9cb5bc4..cf3c74a 100644 Binary files a/static/sprites-small/home/shiny/10115.webp and b/static/sprites-small/home/shiny/10115.webp differ diff --git a/static/sprites-small/home/shiny/10116.webp b/static/sprites-small/home/shiny/10116.webp index 5eb8143..0ebf14a 100644 Binary files a/static/sprites-small/home/shiny/10116.webp and b/static/sprites-small/home/shiny/10116.webp differ diff --git a/static/sprites-small/home/shiny/10117.webp b/static/sprites-small/home/shiny/10117.webp index 8594f95..7d4bdff 100644 Binary files a/static/sprites-small/home/shiny/10117.webp and b/static/sprites-small/home/shiny/10117.webp differ diff --git a/static/sprites-small/home/shiny/10118.webp b/static/sprites-small/home/shiny/10118.webp index d8963ce..f515798 100644 Binary files a/static/sprites-small/home/shiny/10118.webp and b/static/sprites-small/home/shiny/10118.webp differ diff --git a/static/sprites-small/home/shiny/10119.webp b/static/sprites-small/home/shiny/10119.webp index 06d4677..ac0db91 100644 Binary files a/static/sprites-small/home/shiny/10119.webp and b/static/sprites-small/home/shiny/10119.webp differ diff --git a/static/sprites-small/home/shiny/1012.webp b/static/sprites-small/home/shiny/1012.webp index a3305a8..3937e0c 100644 Binary files a/static/sprites-small/home/shiny/1012.webp and b/static/sprites-small/home/shiny/1012.webp differ diff --git a/static/sprites-small/home/shiny/10120.webp b/static/sprites-small/home/shiny/10120.webp index 7ee7718..e8475a6 100644 Binary files a/static/sprites-small/home/shiny/10120.webp and b/static/sprites-small/home/shiny/10120.webp differ diff --git a/static/sprites-small/home/shiny/10121.webp b/static/sprites-small/home/shiny/10121.webp index 8e2927f..143b804 100644 Binary files a/static/sprites-small/home/shiny/10121.webp and b/static/sprites-small/home/shiny/10121.webp differ diff --git a/static/sprites-small/home/shiny/10122.webp b/static/sprites-small/home/shiny/10122.webp index 883f6a0..6f1eff7 100644 Binary files a/static/sprites-small/home/shiny/10122.webp and b/static/sprites-small/home/shiny/10122.webp differ diff --git a/static/sprites-small/home/shiny/10123.webp b/static/sprites-small/home/shiny/10123.webp index 51cdff2..478a4ff 100644 Binary files a/static/sprites-small/home/shiny/10123.webp and b/static/sprites-small/home/shiny/10123.webp differ diff --git a/static/sprites-small/home/shiny/10124.webp b/static/sprites-small/home/shiny/10124.webp index cfd8c2c..aa8de42 100644 Binary files a/static/sprites-small/home/shiny/10124.webp and b/static/sprites-small/home/shiny/10124.webp differ diff --git a/static/sprites-small/home/shiny/10125.webp b/static/sprites-small/home/shiny/10125.webp index b844687..b07cce6 100644 Binary files a/static/sprites-small/home/shiny/10125.webp and b/static/sprites-small/home/shiny/10125.webp differ diff --git a/static/sprites-small/home/shiny/10126.webp b/static/sprites-small/home/shiny/10126.webp index d2dbd11..b7a172e 100644 Binary files a/static/sprites-small/home/shiny/10126.webp and b/static/sprites-small/home/shiny/10126.webp differ diff --git a/static/sprites-small/home/shiny/10127.webp b/static/sprites-small/home/shiny/10127.webp index 9d56f2d..fda120b 100644 Binary files a/static/sprites-small/home/shiny/10127.webp and b/static/sprites-small/home/shiny/10127.webp differ diff --git a/static/sprites-small/home/shiny/10128.webp b/static/sprites-small/home/shiny/10128.webp index fe5aec0..55db507 100644 Binary files a/static/sprites-small/home/shiny/10128.webp and b/static/sprites-small/home/shiny/10128.webp differ diff --git a/static/sprites-small/home/shiny/10129.webp b/static/sprites-small/home/shiny/10129.webp index df7fe3c..66d7246 100644 Binary files a/static/sprites-small/home/shiny/10129.webp and b/static/sprites-small/home/shiny/10129.webp differ diff --git a/static/sprites-small/home/shiny/1013.webp b/static/sprites-small/home/shiny/1013.webp index c161155..007b436 100644 Binary files a/static/sprites-small/home/shiny/1013.webp and b/static/sprites-small/home/shiny/1013.webp differ diff --git a/static/sprites-small/home/shiny/10130.webp b/static/sprites-small/home/shiny/10130.webp index 5948764..e127bfd 100644 Binary files a/static/sprites-small/home/shiny/10130.webp and b/static/sprites-small/home/shiny/10130.webp differ diff --git a/static/sprites-small/home/shiny/10131.webp b/static/sprites-small/home/shiny/10131.webp index 5948764..e127bfd 100644 Binary files a/static/sprites-small/home/shiny/10131.webp and b/static/sprites-small/home/shiny/10131.webp differ diff --git a/static/sprites-small/home/shiny/10132.webp b/static/sprites-small/home/shiny/10132.webp index 5948764..e127bfd 100644 Binary files a/static/sprites-small/home/shiny/10132.webp and b/static/sprites-small/home/shiny/10132.webp differ diff --git a/static/sprites-small/home/shiny/10133.webp b/static/sprites-small/home/shiny/10133.webp index 5948764..e127bfd 100644 Binary files a/static/sprites-small/home/shiny/10133.webp and b/static/sprites-small/home/shiny/10133.webp differ diff --git a/static/sprites-small/home/shiny/10134.webp b/static/sprites-small/home/shiny/10134.webp index 5948764..e127bfd 100644 Binary files a/static/sprites-small/home/shiny/10134.webp and b/static/sprites-small/home/shiny/10134.webp differ diff --git a/static/sprites-small/home/shiny/10135.webp b/static/sprites-small/home/shiny/10135.webp index 5948764..e127bfd 100644 Binary files a/static/sprites-small/home/shiny/10135.webp and b/static/sprites-small/home/shiny/10135.webp differ diff --git a/static/sprites-small/home/shiny/10136.webp b/static/sprites-small/home/shiny/10136.webp index 2ffcd17..5956896 100644 Binary files a/static/sprites-small/home/shiny/10136.webp and b/static/sprites-small/home/shiny/10136.webp differ diff --git a/static/sprites-small/home/shiny/10137.webp b/static/sprites-small/home/shiny/10137.webp index 193e6bb..572872f 100644 Binary files a/static/sprites-small/home/shiny/10137.webp and b/static/sprites-small/home/shiny/10137.webp differ diff --git a/static/sprites-small/home/shiny/10138.webp b/static/sprites-small/home/shiny/10138.webp index 193e6bb..572872f 100644 Binary files a/static/sprites-small/home/shiny/10138.webp and b/static/sprites-small/home/shiny/10138.webp differ diff --git a/static/sprites-small/home/shiny/10139.webp b/static/sprites-small/home/shiny/10139.webp index 193e6bb..572872f 100644 Binary files a/static/sprites-small/home/shiny/10139.webp and b/static/sprites-small/home/shiny/10139.webp differ diff --git a/static/sprites-small/home/shiny/1014.webp b/static/sprites-small/home/shiny/1014.webp index ed031c3..e12cc5d 100644 Binary files a/static/sprites-small/home/shiny/1014.webp and b/static/sprites-small/home/shiny/1014.webp differ diff --git a/static/sprites-small/home/shiny/10140.webp b/static/sprites-small/home/shiny/10140.webp index 193e6bb..572872f 100644 Binary files a/static/sprites-small/home/shiny/10140.webp and b/static/sprites-small/home/shiny/10140.webp differ diff --git a/static/sprites-small/home/shiny/10141.webp b/static/sprites-small/home/shiny/10141.webp index 193e6bb..572872f 100644 Binary files a/static/sprites-small/home/shiny/10141.webp and b/static/sprites-small/home/shiny/10141.webp differ diff --git a/static/sprites-small/home/shiny/10142.webp b/static/sprites-small/home/shiny/10142.webp index 193e6bb..572872f 100644 Binary files a/static/sprites-small/home/shiny/10142.webp and b/static/sprites-small/home/shiny/10142.webp differ diff --git a/static/sprites-small/home/shiny/10143.webp b/static/sprites-small/home/shiny/10143.webp index 4268f17..59bb665 100644 Binary files a/static/sprites-small/home/shiny/10143.webp and b/static/sprites-small/home/shiny/10143.webp differ diff --git a/static/sprites-small/home/shiny/10145.webp b/static/sprites-small/home/shiny/10145.webp index db67718..d3790c7 100644 Binary files a/static/sprites-small/home/shiny/10145.webp and b/static/sprites-small/home/shiny/10145.webp differ diff --git a/static/sprites-small/home/shiny/10146.webp b/static/sprites-small/home/shiny/10146.webp index 173769d..0d6d723 100644 Binary files a/static/sprites-small/home/shiny/10146.webp and b/static/sprites-small/home/shiny/10146.webp differ diff --git a/static/sprites-small/home/shiny/10147.webp b/static/sprites-small/home/shiny/10147.webp index dc01b13..9dd0b24 100644 Binary files a/static/sprites-small/home/shiny/10147.webp and b/static/sprites-small/home/shiny/10147.webp differ diff --git a/static/sprites-small/home/shiny/10149.webp b/static/sprites-small/home/shiny/10149.webp index a841c2b..78de3e6 100644 Binary files a/static/sprites-small/home/shiny/10149.webp and b/static/sprites-small/home/shiny/10149.webp differ diff --git a/static/sprites-small/home/shiny/1015.webp b/static/sprites-small/home/shiny/1015.webp index 009b1b0..68181e9 100644 Binary files a/static/sprites-small/home/shiny/1015.webp and b/static/sprites-small/home/shiny/1015.webp differ diff --git a/static/sprites-small/home/shiny/10150.webp b/static/sprites-small/home/shiny/10150.webp index f5b204d..6ed3085 100644 Binary files a/static/sprites-small/home/shiny/10150.webp and b/static/sprites-small/home/shiny/10150.webp differ diff --git a/static/sprites-small/home/shiny/10152.webp b/static/sprites-small/home/shiny/10152.webp index cc7c8b9..2d0b852 100644 Binary files a/static/sprites-small/home/shiny/10152.webp and b/static/sprites-small/home/shiny/10152.webp differ diff --git a/static/sprites-small/home/shiny/10153.webp b/static/sprites-small/home/shiny/10153.webp index b34b8a5..0e9fbf0 100644 Binary files a/static/sprites-small/home/shiny/10153.webp and b/static/sprites-small/home/shiny/10153.webp differ diff --git a/static/sprites-small/home/shiny/10154.webp b/static/sprites-small/home/shiny/10154.webp index 19baa81..2a28366 100644 Binary files a/static/sprites-small/home/shiny/10154.webp and b/static/sprites-small/home/shiny/10154.webp differ diff --git a/static/sprites-small/home/shiny/10155.webp b/static/sprites-small/home/shiny/10155.webp index 46e5685..ba2edd0 100644 Binary files a/static/sprites-small/home/shiny/10155.webp and b/static/sprites-small/home/shiny/10155.webp differ diff --git a/static/sprites-small/home/shiny/10156.webp b/static/sprites-small/home/shiny/10156.webp index 155ee90..dc8a8b3 100644 Binary files a/static/sprites-small/home/shiny/10156.webp and b/static/sprites-small/home/shiny/10156.webp differ diff --git a/static/sprites-small/home/shiny/10157.webp b/static/sprites-small/home/shiny/10157.webp index 8298e22..3d776d5 100644 Binary files a/static/sprites-small/home/shiny/10157.webp and b/static/sprites-small/home/shiny/10157.webp differ diff --git a/static/sprites-small/home/shiny/1016.webp b/static/sprites-small/home/shiny/1016.webp index 4117a0a..df85912 100644 Binary files a/static/sprites-small/home/shiny/1016.webp and b/static/sprites-small/home/shiny/1016.webp differ diff --git a/static/sprites-small/home/shiny/10161.webp b/static/sprites-small/home/shiny/10161.webp index 5baff5f..3e8e089 100644 Binary files a/static/sprites-small/home/shiny/10161.webp and b/static/sprites-small/home/shiny/10161.webp differ diff --git a/static/sprites-small/home/shiny/10162.webp b/static/sprites-small/home/shiny/10162.webp index a70874c..60e66a3 100644 Binary files a/static/sprites-small/home/shiny/10162.webp and b/static/sprites-small/home/shiny/10162.webp differ diff --git a/static/sprites-small/home/shiny/10163.webp b/static/sprites-small/home/shiny/10163.webp index 12a28ac..0dc766e 100644 Binary files a/static/sprites-small/home/shiny/10163.webp and b/static/sprites-small/home/shiny/10163.webp differ diff --git a/static/sprites-small/home/shiny/10164.webp b/static/sprites-small/home/shiny/10164.webp index 745d74e..a7382a6 100644 Binary files a/static/sprites-small/home/shiny/10164.webp and b/static/sprites-small/home/shiny/10164.webp differ diff --git a/static/sprites-small/home/shiny/10165.webp b/static/sprites-small/home/shiny/10165.webp index d7c4dee..7c37424 100644 Binary files a/static/sprites-small/home/shiny/10165.webp and b/static/sprites-small/home/shiny/10165.webp differ diff --git a/static/sprites-small/home/shiny/10166.webp b/static/sprites-small/home/shiny/10166.webp index 69f00d3..3a54d21 100644 Binary files a/static/sprites-small/home/shiny/10166.webp and b/static/sprites-small/home/shiny/10166.webp differ diff --git a/static/sprites-small/home/shiny/10167.webp b/static/sprites-small/home/shiny/10167.webp index cf36320..713cef1 100644 Binary files a/static/sprites-small/home/shiny/10167.webp and b/static/sprites-small/home/shiny/10167.webp differ diff --git a/static/sprites-small/home/shiny/10168.webp b/static/sprites-small/home/shiny/10168.webp index 0bf70c4..77f4c0e 100644 Binary files a/static/sprites-small/home/shiny/10168.webp and b/static/sprites-small/home/shiny/10168.webp differ diff --git a/static/sprites-small/home/shiny/10169.webp b/static/sprites-small/home/shiny/10169.webp index 9b65f20..65deb14 100644 Binary files a/static/sprites-small/home/shiny/10169.webp and b/static/sprites-small/home/shiny/10169.webp differ diff --git a/static/sprites-small/home/shiny/1017.webp b/static/sprites-small/home/shiny/1017.webp index f71c3b7..5558ac7 100644 Binary files a/static/sprites-small/home/shiny/1017.webp and b/static/sprites-small/home/shiny/1017.webp differ diff --git a/static/sprites-small/home/shiny/10170.webp b/static/sprites-small/home/shiny/10170.webp index 5cdfe1c..80f4749 100644 Binary files a/static/sprites-small/home/shiny/10170.webp and b/static/sprites-small/home/shiny/10170.webp differ diff --git a/static/sprites-small/home/shiny/10171.webp b/static/sprites-small/home/shiny/10171.webp index e069de7..6766a6c 100644 Binary files a/static/sprites-small/home/shiny/10171.webp and b/static/sprites-small/home/shiny/10171.webp differ diff --git a/static/sprites-small/home/shiny/10172.webp b/static/sprites-small/home/shiny/10172.webp index 485480d..fbed6dd 100644 Binary files a/static/sprites-small/home/shiny/10172.webp and b/static/sprites-small/home/shiny/10172.webp differ diff --git a/static/sprites-small/home/shiny/10173.webp b/static/sprites-small/home/shiny/10173.webp index 6e43138..1393014 100644 Binary files a/static/sprites-small/home/shiny/10173.webp and b/static/sprites-small/home/shiny/10173.webp differ diff --git a/static/sprites-small/home/shiny/10174.webp b/static/sprites-small/home/shiny/10174.webp index 5f06ad9..ebc3884 100644 Binary files a/static/sprites-small/home/shiny/10174.webp and b/static/sprites-small/home/shiny/10174.webp differ diff --git a/static/sprites-small/home/shiny/10175.webp b/static/sprites-small/home/shiny/10175.webp index 9bd6576..59450e1 100644 Binary files a/static/sprites-small/home/shiny/10175.webp and b/static/sprites-small/home/shiny/10175.webp differ diff --git a/static/sprites-small/home/shiny/10176.webp b/static/sprites-small/home/shiny/10176.webp index bb494a7..5d70c7d 100644 Binary files a/static/sprites-small/home/shiny/10176.webp and b/static/sprites-small/home/shiny/10176.webp differ diff --git a/static/sprites-small/home/shiny/10177.webp b/static/sprites-small/home/shiny/10177.webp index 97d5863..f3a616f 100644 Binary files a/static/sprites-small/home/shiny/10177.webp and b/static/sprites-small/home/shiny/10177.webp differ diff --git a/static/sprites-small/home/shiny/10178.webp b/static/sprites-small/home/shiny/10178.webp index 164a54a..1114491 100644 Binary files a/static/sprites-small/home/shiny/10178.webp and b/static/sprites-small/home/shiny/10178.webp differ diff --git a/static/sprites-small/home/shiny/10179.webp b/static/sprites-small/home/shiny/10179.webp index 90dc5e7..a1bacfd 100644 Binary files a/static/sprites-small/home/shiny/10179.webp and b/static/sprites-small/home/shiny/10179.webp differ diff --git a/static/sprites-small/home/shiny/1018.webp b/static/sprites-small/home/shiny/1018.webp index 3af10b4..e37d811 100644 Binary files a/static/sprites-small/home/shiny/1018.webp and b/static/sprites-small/home/shiny/1018.webp differ diff --git a/static/sprites-small/home/shiny/10180.webp b/static/sprites-small/home/shiny/10180.webp index 6306585..716a69a 100644 Binary files a/static/sprites-small/home/shiny/10180.webp and b/static/sprites-small/home/shiny/10180.webp differ diff --git a/static/sprites-small/home/shiny/10181.webp b/static/sprites-small/home/shiny/10181.webp index 72c8a0d..048d570 100644 Binary files a/static/sprites-small/home/shiny/10181.webp and b/static/sprites-small/home/shiny/10181.webp differ diff --git a/static/sprites-small/home/shiny/10184.webp b/static/sprites-small/home/shiny/10184.webp index 50a36fe..cf4e194 100644 Binary files a/static/sprites-small/home/shiny/10184.webp and b/static/sprites-small/home/shiny/10184.webp differ diff --git a/static/sprites-small/home/shiny/10185.webp b/static/sprites-small/home/shiny/10185.webp index 37981a7..616df85 100644 Binary files a/static/sprites-small/home/shiny/10185.webp and b/static/sprites-small/home/shiny/10185.webp differ diff --git a/static/sprites-small/home/shiny/10186.webp b/static/sprites-small/home/shiny/10186.webp index abe3c69..3f7ab46 100644 Binary files a/static/sprites-small/home/shiny/10186.webp and b/static/sprites-small/home/shiny/10186.webp differ diff --git a/static/sprites-small/home/shiny/10188.webp b/static/sprites-small/home/shiny/10188.webp index 50d501f..8abb21f 100644 Binary files a/static/sprites-small/home/shiny/10188.webp and b/static/sprites-small/home/shiny/10188.webp differ diff --git a/static/sprites-small/home/shiny/10189.webp b/static/sprites-small/home/shiny/10189.webp index 96031bf..536e3fa 100644 Binary files a/static/sprites-small/home/shiny/10189.webp and b/static/sprites-small/home/shiny/10189.webp differ diff --git a/static/sprites-small/home/shiny/1019.webp b/static/sprites-small/home/shiny/1019.webp index 0c7a3de..406371c 100644 Binary files a/static/sprites-small/home/shiny/1019.webp and b/static/sprites-small/home/shiny/1019.webp differ diff --git a/static/sprites-small/home/shiny/10190.webp b/static/sprites-small/home/shiny/10190.webp index 2c93fda..1930391 100644 Binary files a/static/sprites-small/home/shiny/10190.webp and b/static/sprites-small/home/shiny/10190.webp differ diff --git a/static/sprites-small/home/shiny/10191.webp b/static/sprites-small/home/shiny/10191.webp index 2bab70e..bd4dbec 100644 Binary files a/static/sprites-small/home/shiny/10191.webp and b/static/sprites-small/home/shiny/10191.webp differ diff --git a/static/sprites-small/home/shiny/10192.webp b/static/sprites-small/home/shiny/10192.webp index 2d7872c..8761ab5 100644 Binary files a/static/sprites-small/home/shiny/10192.webp and b/static/sprites-small/home/shiny/10192.webp differ diff --git a/static/sprites-small/home/shiny/10193.webp b/static/sprites-small/home/shiny/10193.webp index 4ebc2bd..8a9012b 100644 Binary files a/static/sprites-small/home/shiny/10193.webp and b/static/sprites-small/home/shiny/10193.webp differ diff --git a/static/sprites-small/home/shiny/10194.webp b/static/sprites-small/home/shiny/10194.webp index f4d2eb1..ca38ae6 100644 Binary files a/static/sprites-small/home/shiny/10194.webp and b/static/sprites-small/home/shiny/10194.webp differ diff --git a/static/sprites-small/home/shiny/10195.webp b/static/sprites-small/home/shiny/10195.webp index d09673e..e6f8cb7 100644 Binary files a/static/sprites-small/home/shiny/10195.webp and b/static/sprites-small/home/shiny/10195.webp differ diff --git a/static/sprites-small/home/shiny/10196.webp b/static/sprites-small/home/shiny/10196.webp index e691881..67fd8d0 100644 Binary files a/static/sprites-small/home/shiny/10196.webp and b/static/sprites-small/home/shiny/10196.webp differ diff --git a/static/sprites-small/home/shiny/10197.webp b/static/sprites-small/home/shiny/10197.webp index cc5b438..42341cf 100644 Binary files a/static/sprites-small/home/shiny/10197.webp and b/static/sprites-small/home/shiny/10197.webp differ diff --git a/static/sprites-small/home/shiny/10198.webp b/static/sprites-small/home/shiny/10198.webp index bb3845f..3d0b8a7 100644 Binary files a/static/sprites-small/home/shiny/10198.webp and b/static/sprites-small/home/shiny/10198.webp differ diff --git a/static/sprites-small/home/shiny/10199.webp b/static/sprites-small/home/shiny/10199.webp index 31a838c..c9b3441 100644 Binary files a/static/sprites-small/home/shiny/10199.webp and b/static/sprites-small/home/shiny/10199.webp differ diff --git a/static/sprites-small/home/shiny/102.webp b/static/sprites-small/home/shiny/102.webp index 159274c..cc0855a 100644 Binary files a/static/sprites-small/home/shiny/102.webp and b/static/sprites-small/home/shiny/102.webp differ diff --git a/static/sprites-small/home/shiny/1020.webp b/static/sprites-small/home/shiny/1020.webp index a014978..7b53467 100644 Binary files a/static/sprites-small/home/shiny/1020.webp and b/static/sprites-small/home/shiny/1020.webp differ diff --git a/static/sprites-small/home/shiny/10200.webp b/static/sprites-small/home/shiny/10200.webp index dfa53bb..c6144b7 100644 Binary files a/static/sprites-small/home/shiny/10200.webp and b/static/sprites-small/home/shiny/10200.webp differ diff --git a/static/sprites-small/home/shiny/10201.webp b/static/sprites-small/home/shiny/10201.webp index 2f7c273..a86b384 100644 Binary files a/static/sprites-small/home/shiny/10201.webp and b/static/sprites-small/home/shiny/10201.webp differ diff --git a/static/sprites-small/home/shiny/10202.webp b/static/sprites-small/home/shiny/10202.webp index 435dadf..5685d87 100644 Binary files a/static/sprites-small/home/shiny/10202.webp and b/static/sprites-small/home/shiny/10202.webp differ diff --git a/static/sprites-small/home/shiny/10203.webp b/static/sprites-small/home/shiny/10203.webp index bcae16b..6502410 100644 Binary files a/static/sprites-small/home/shiny/10203.webp and b/static/sprites-small/home/shiny/10203.webp differ diff --git a/static/sprites-small/home/shiny/10204.webp b/static/sprites-small/home/shiny/10204.webp index ebacd6e..bd0b519 100644 Binary files a/static/sprites-small/home/shiny/10204.webp and b/static/sprites-small/home/shiny/10204.webp differ diff --git a/static/sprites-small/home/shiny/10205.webp b/static/sprites-small/home/shiny/10205.webp index a1494b1..d99b69b 100644 Binary files a/static/sprites-small/home/shiny/10205.webp and b/static/sprites-small/home/shiny/10205.webp differ diff --git a/static/sprites-small/home/shiny/10206.webp b/static/sprites-small/home/shiny/10206.webp index 6810364..bd53b36 100644 Binary files a/static/sprites-small/home/shiny/10206.webp and b/static/sprites-small/home/shiny/10206.webp differ diff --git a/static/sprites-small/home/shiny/10207.webp b/static/sprites-small/home/shiny/10207.webp index e71c81a..3830407 100644 Binary files a/static/sprites-small/home/shiny/10207.webp and b/static/sprites-small/home/shiny/10207.webp differ diff --git a/static/sprites-small/home/shiny/10208.webp b/static/sprites-small/home/shiny/10208.webp index ef37066..7dfb9db 100644 Binary files a/static/sprites-small/home/shiny/10208.webp and b/static/sprites-small/home/shiny/10208.webp differ diff --git a/static/sprites-small/home/shiny/10209.webp b/static/sprites-small/home/shiny/10209.webp index 20150bc..b445751 100644 Binary files a/static/sprites-small/home/shiny/10209.webp and b/static/sprites-small/home/shiny/10209.webp differ diff --git a/static/sprites-small/home/shiny/1021.webp b/static/sprites-small/home/shiny/1021.webp index 6022ce0..a92a7b9 100644 Binary files a/static/sprites-small/home/shiny/1021.webp and b/static/sprites-small/home/shiny/1021.webp differ diff --git a/static/sprites-small/home/shiny/10210.webp b/static/sprites-small/home/shiny/10210.webp index 4121d05..0dc15d4 100644 Binary files a/static/sprites-small/home/shiny/10210.webp and b/static/sprites-small/home/shiny/10210.webp differ diff --git a/static/sprites-small/home/shiny/10211.webp b/static/sprites-small/home/shiny/10211.webp index a62d71e..0ad737d 100644 Binary files a/static/sprites-small/home/shiny/10211.webp and b/static/sprites-small/home/shiny/10211.webp differ diff --git a/static/sprites-small/home/shiny/10212.webp b/static/sprites-small/home/shiny/10212.webp index 889897a..df7e365 100644 Binary files a/static/sprites-small/home/shiny/10212.webp and b/static/sprites-small/home/shiny/10212.webp differ diff --git a/static/sprites-small/home/shiny/10213.webp b/static/sprites-small/home/shiny/10213.webp index 4a144cb..0dbdc4e 100644 Binary files a/static/sprites-small/home/shiny/10213.webp and b/static/sprites-small/home/shiny/10213.webp differ diff --git a/static/sprites-small/home/shiny/10214.webp b/static/sprites-small/home/shiny/10214.webp index c1971a5..aebf872 100644 Binary files a/static/sprites-small/home/shiny/10214.webp and b/static/sprites-small/home/shiny/10214.webp differ diff --git a/static/sprites-small/home/shiny/10215.webp b/static/sprites-small/home/shiny/10215.webp index 9633639..f42e1b6 100644 Binary files a/static/sprites-small/home/shiny/10215.webp and b/static/sprites-small/home/shiny/10215.webp differ diff --git a/static/sprites-small/home/shiny/10216.webp b/static/sprites-small/home/shiny/10216.webp index a76713b..a400c01 100644 Binary files a/static/sprites-small/home/shiny/10216.webp and b/static/sprites-small/home/shiny/10216.webp differ diff --git a/static/sprites-small/home/shiny/10217.webp b/static/sprites-small/home/shiny/10217.webp index b308aec..b70d92e 100644 Binary files a/static/sprites-small/home/shiny/10217.webp and b/static/sprites-small/home/shiny/10217.webp differ diff --git a/static/sprites-small/home/shiny/10218.webp b/static/sprites-small/home/shiny/10218.webp index 2fb0285..2c0865d 100644 Binary files a/static/sprites-small/home/shiny/10218.webp and b/static/sprites-small/home/shiny/10218.webp differ diff --git a/static/sprites-small/home/shiny/10219.webp b/static/sprites-small/home/shiny/10219.webp index 3c41eed..2ad332c 100644 Binary files a/static/sprites-small/home/shiny/10219.webp and b/static/sprites-small/home/shiny/10219.webp differ diff --git a/static/sprites-small/home/shiny/1022.webp b/static/sprites-small/home/shiny/1022.webp index 32bb1ed..daacab6 100644 Binary files a/static/sprites-small/home/shiny/1022.webp and b/static/sprites-small/home/shiny/1022.webp differ diff --git a/static/sprites-small/home/shiny/10220.webp b/static/sprites-small/home/shiny/10220.webp index ce3078a..8ff8e96 100644 Binary files a/static/sprites-small/home/shiny/10220.webp and b/static/sprites-small/home/shiny/10220.webp differ diff --git a/static/sprites-small/home/shiny/10221.webp b/static/sprites-small/home/shiny/10221.webp index 62ffc8d..a8e5c6e 100644 Binary files a/static/sprites-small/home/shiny/10221.webp and b/static/sprites-small/home/shiny/10221.webp differ diff --git a/static/sprites-small/home/shiny/10222.webp b/static/sprites-small/home/shiny/10222.webp index ca7f9d1..7cc8023 100644 Binary files a/static/sprites-small/home/shiny/10222.webp and b/static/sprites-small/home/shiny/10222.webp differ diff --git a/static/sprites-small/home/shiny/10223.webp b/static/sprites-small/home/shiny/10223.webp index a2d0af9..f79c704 100644 Binary files a/static/sprites-small/home/shiny/10223.webp and b/static/sprites-small/home/shiny/10223.webp differ diff --git a/static/sprites-small/home/shiny/10224.webp b/static/sprites-small/home/shiny/10224.webp index 9a8c1b8..5691649 100644 Binary files a/static/sprites-small/home/shiny/10224.webp and b/static/sprites-small/home/shiny/10224.webp differ diff --git a/static/sprites-small/home/shiny/10225.webp b/static/sprites-small/home/shiny/10225.webp index a7f4492..a272754 100644 Binary files a/static/sprites-small/home/shiny/10225.webp and b/static/sprites-small/home/shiny/10225.webp differ diff --git a/static/sprites-small/home/shiny/10226.webp b/static/sprites-small/home/shiny/10226.webp index bb63cd7..ae3c28b 100644 Binary files a/static/sprites-small/home/shiny/10226.webp and b/static/sprites-small/home/shiny/10226.webp differ diff --git a/static/sprites-small/home/shiny/10227.webp b/static/sprites-small/home/shiny/10227.webp index 34986ef..5120546 100644 Binary files a/static/sprites-small/home/shiny/10227.webp and b/static/sprites-small/home/shiny/10227.webp differ diff --git a/static/sprites-small/home/shiny/10228.webp b/static/sprites-small/home/shiny/10228.webp index f05cf1c..277974b 100644 Binary files a/static/sprites-small/home/shiny/10228.webp and b/static/sprites-small/home/shiny/10228.webp differ diff --git a/static/sprites-small/home/shiny/10229.webp b/static/sprites-small/home/shiny/10229.webp index 5394034..486c943 100644 Binary files a/static/sprites-small/home/shiny/10229.webp and b/static/sprites-small/home/shiny/10229.webp differ diff --git a/static/sprites-small/home/shiny/1023.webp b/static/sprites-small/home/shiny/1023.webp index d5b49a5..ba7ba0f 100644 Binary files a/static/sprites-small/home/shiny/1023.webp and b/static/sprites-small/home/shiny/1023.webp differ diff --git a/static/sprites-small/home/shiny/10230.webp b/static/sprites-small/home/shiny/10230.webp index 7239d09..0a0624a 100644 Binary files a/static/sprites-small/home/shiny/10230.webp and b/static/sprites-small/home/shiny/10230.webp differ diff --git a/static/sprites-small/home/shiny/10231.webp b/static/sprites-small/home/shiny/10231.webp index 83ba480..d3f111c 100644 Binary files a/static/sprites-small/home/shiny/10231.webp and b/static/sprites-small/home/shiny/10231.webp differ diff --git a/static/sprites-small/home/shiny/10232.webp b/static/sprites-small/home/shiny/10232.webp index 7c3f3b4..4014d47 100644 Binary files a/static/sprites-small/home/shiny/10232.webp and b/static/sprites-small/home/shiny/10232.webp differ diff --git a/static/sprites-small/home/shiny/10233.webp b/static/sprites-small/home/shiny/10233.webp index e4d9d14..8b06253 100644 Binary files a/static/sprites-small/home/shiny/10233.webp and b/static/sprites-small/home/shiny/10233.webp differ diff --git a/static/sprites-small/home/shiny/10234.webp b/static/sprites-small/home/shiny/10234.webp index 566fb95..21620f4 100644 Binary files a/static/sprites-small/home/shiny/10234.webp and b/static/sprites-small/home/shiny/10234.webp differ diff --git a/static/sprites-small/home/shiny/10235.webp b/static/sprites-small/home/shiny/10235.webp index 3270beb..964ac0d 100644 Binary files a/static/sprites-small/home/shiny/10235.webp and b/static/sprites-small/home/shiny/10235.webp differ diff --git a/static/sprites-small/home/shiny/10236.webp b/static/sprites-small/home/shiny/10236.webp index ac51e11..de60e31 100644 Binary files a/static/sprites-small/home/shiny/10236.webp and b/static/sprites-small/home/shiny/10236.webp differ diff --git a/static/sprites-small/home/shiny/10237.webp b/static/sprites-small/home/shiny/10237.webp index 10b254d..9a173fa 100644 Binary files a/static/sprites-small/home/shiny/10237.webp and b/static/sprites-small/home/shiny/10237.webp differ diff --git a/static/sprites-small/home/shiny/10238.webp b/static/sprites-small/home/shiny/10238.webp index 88f0c04..18d1fb9 100644 Binary files a/static/sprites-small/home/shiny/10238.webp and b/static/sprites-small/home/shiny/10238.webp differ diff --git a/static/sprites-small/home/shiny/10239.webp b/static/sprites-small/home/shiny/10239.webp index 3172767..1fd1d55 100644 Binary files a/static/sprites-small/home/shiny/10239.webp and b/static/sprites-small/home/shiny/10239.webp differ diff --git a/static/sprites-small/home/shiny/1024.webp b/static/sprites-small/home/shiny/1024.webp index 63b2e09..c89c7d9 100644 Binary files a/static/sprites-small/home/shiny/1024.webp and b/static/sprites-small/home/shiny/1024.webp differ diff --git a/static/sprites-small/home/shiny/10240.webp b/static/sprites-small/home/shiny/10240.webp index 409aaf8..7ded47d 100644 Binary files a/static/sprites-small/home/shiny/10240.webp and b/static/sprites-small/home/shiny/10240.webp differ diff --git a/static/sprites-small/home/shiny/10241.webp b/static/sprites-small/home/shiny/10241.webp index 85fc8d7..d7cd040 100644 Binary files a/static/sprites-small/home/shiny/10241.webp and b/static/sprites-small/home/shiny/10241.webp differ diff --git a/static/sprites-small/home/shiny/10242.webp b/static/sprites-small/home/shiny/10242.webp index e4f7e39..7d2bebb 100644 Binary files a/static/sprites-small/home/shiny/10242.webp and b/static/sprites-small/home/shiny/10242.webp differ diff --git a/static/sprites-small/home/shiny/10243.webp b/static/sprites-small/home/shiny/10243.webp index 4d20b9d..a6de0fa 100644 Binary files a/static/sprites-small/home/shiny/10243.webp and b/static/sprites-small/home/shiny/10243.webp differ diff --git a/static/sprites-small/home/shiny/10244.webp b/static/sprites-small/home/shiny/10244.webp index 1b0cff8..6590d76 100644 Binary files a/static/sprites-small/home/shiny/10244.webp and b/static/sprites-small/home/shiny/10244.webp differ diff --git a/static/sprites-small/home/shiny/10245.webp b/static/sprites-small/home/shiny/10245.webp index badabc8..d243ade 100644 Binary files a/static/sprites-small/home/shiny/10245.webp and b/static/sprites-small/home/shiny/10245.webp differ diff --git a/static/sprites-small/home/shiny/10246.webp b/static/sprites-small/home/shiny/10246.webp index 7d98f2a..fc391a7 100644 Binary files a/static/sprites-small/home/shiny/10246.webp and b/static/sprites-small/home/shiny/10246.webp differ diff --git a/static/sprites-small/home/shiny/10247.webp b/static/sprites-small/home/shiny/10247.webp index 08aea07..7e35bd4 100644 Binary files a/static/sprites-small/home/shiny/10247.webp and b/static/sprites-small/home/shiny/10247.webp differ diff --git a/static/sprites-small/home/shiny/10248.webp b/static/sprites-small/home/shiny/10248.webp index fa74c46..14763ad 100644 Binary files a/static/sprites-small/home/shiny/10248.webp and b/static/sprites-small/home/shiny/10248.webp differ diff --git a/static/sprites-small/home/shiny/10249.webp b/static/sprites-small/home/shiny/10249.webp index b6b436f..174e1c6 100644 Binary files a/static/sprites-small/home/shiny/10249.webp and b/static/sprites-small/home/shiny/10249.webp differ diff --git a/static/sprites-small/home/shiny/1025.webp b/static/sprites-small/home/shiny/1025.webp index 20f7c6e..a69c6fb 100644 Binary files a/static/sprites-small/home/shiny/1025.webp and b/static/sprites-small/home/shiny/1025.webp differ diff --git a/static/sprites-small/home/shiny/10250.webp b/static/sprites-small/home/shiny/10250.webp index 3fdc5fb..1c16974 100644 Binary files a/static/sprites-small/home/shiny/10250.webp and b/static/sprites-small/home/shiny/10250.webp differ diff --git a/static/sprites-small/home/shiny/10251.webp b/static/sprites-small/home/shiny/10251.webp index 455fb20..29e47d8 100644 Binary files a/static/sprites-small/home/shiny/10251.webp and b/static/sprites-small/home/shiny/10251.webp differ diff --git a/static/sprites-small/home/shiny/10252.webp b/static/sprites-small/home/shiny/10252.webp index 0ac9f4c..b3e01a9 100644 Binary files a/static/sprites-small/home/shiny/10252.webp and b/static/sprites-small/home/shiny/10252.webp differ diff --git a/static/sprites-small/home/shiny/10253.webp b/static/sprites-small/home/shiny/10253.webp index b686f65..b9332a1 100644 Binary files a/static/sprites-small/home/shiny/10253.webp and b/static/sprites-small/home/shiny/10253.webp differ diff --git a/static/sprites-small/home/shiny/10254.webp b/static/sprites-small/home/shiny/10254.webp index d69ad9a..2f189b0 100644 Binary files a/static/sprites-small/home/shiny/10254.webp and b/static/sprites-small/home/shiny/10254.webp differ diff --git a/static/sprites-small/home/shiny/10255.webp b/static/sprites-small/home/shiny/10255.webp index 9980abb..bc3ca8b 100644 Binary files a/static/sprites-small/home/shiny/10255.webp and b/static/sprites-small/home/shiny/10255.webp differ diff --git a/static/sprites-small/home/shiny/10256.webp b/static/sprites-small/home/shiny/10256.webp index 5f6ddb1..ee9feab 100644 Binary files a/static/sprites-small/home/shiny/10256.webp and b/static/sprites-small/home/shiny/10256.webp differ diff --git a/static/sprites-small/home/shiny/10257.webp b/static/sprites-small/home/shiny/10257.webp index 5542126..233ab51 100644 Binary files a/static/sprites-small/home/shiny/10257.webp and b/static/sprites-small/home/shiny/10257.webp differ diff --git a/static/sprites-small/home/shiny/10258.webp b/static/sprites-small/home/shiny/10258.webp index fe70e8d..f2afd65 100644 Binary files a/static/sprites-small/home/shiny/10258.webp and b/static/sprites-small/home/shiny/10258.webp differ diff --git a/static/sprites-small/home/shiny/10259.webp b/static/sprites-small/home/shiny/10259.webp index ab8d1c6..36ae904 100644 Binary files a/static/sprites-small/home/shiny/10259.webp and b/static/sprites-small/home/shiny/10259.webp differ diff --git a/static/sprites-small/home/shiny/10260.webp b/static/sprites-small/home/shiny/10260.webp index 6d737b4..213209a 100644 Binary files a/static/sprites-small/home/shiny/10260.webp and b/static/sprites-small/home/shiny/10260.webp differ diff --git a/static/sprites-small/home/shiny/10261.webp b/static/sprites-small/home/shiny/10261.webp index fc104ad..319e1d2 100644 Binary files a/static/sprites-small/home/shiny/10261.webp and b/static/sprites-small/home/shiny/10261.webp differ diff --git a/static/sprites-small/home/shiny/10262.webp b/static/sprites-small/home/shiny/10262.webp index 3cba33e..8982e31 100644 Binary files a/static/sprites-small/home/shiny/10262.webp and b/static/sprites-small/home/shiny/10262.webp differ diff --git a/static/sprites-small/home/shiny/10263.webp b/static/sprites-small/home/shiny/10263.webp index b5ada0a..2886fba 100644 Binary files a/static/sprites-small/home/shiny/10263.webp and b/static/sprites-small/home/shiny/10263.webp differ diff --git a/static/sprites-small/home/shiny/10272.webp b/static/sprites-small/home/shiny/10272.webp index 3d6807b..105b2cc 100644 Binary files a/static/sprites-small/home/shiny/10272.webp and b/static/sprites-small/home/shiny/10272.webp differ diff --git a/static/sprites-small/home/shiny/10273.webp b/static/sprites-small/home/shiny/10273.webp index c7735ac..97d5c8c 100644 Binary files a/static/sprites-small/home/shiny/10273.webp and b/static/sprites-small/home/shiny/10273.webp differ diff --git a/static/sprites-small/home/shiny/10274.webp b/static/sprites-small/home/shiny/10274.webp index fe6d278..49618d0 100644 Binary files a/static/sprites-small/home/shiny/10274.webp and b/static/sprites-small/home/shiny/10274.webp differ diff --git a/static/sprites-small/home/shiny/10275.webp b/static/sprites-small/home/shiny/10275.webp index d49d57f..a2e2d7c 100644 Binary files a/static/sprites-small/home/shiny/10275.webp and b/static/sprites-small/home/shiny/10275.webp differ diff --git a/static/sprites-small/home/shiny/10276.webp b/static/sprites-small/home/shiny/10276.webp index 3ed309f..700053b 100644 Binary files a/static/sprites-small/home/shiny/10276.webp and b/static/sprites-small/home/shiny/10276.webp differ diff --git a/static/sprites-small/home/shiny/10277.webp b/static/sprites-small/home/shiny/10277.webp index 5afe9b6..15c4112 100644 Binary files a/static/sprites-small/home/shiny/10277.webp and b/static/sprites-small/home/shiny/10277.webp differ diff --git a/static/sprites-small/home/shiny/103.webp b/static/sprites-small/home/shiny/103.webp index 09cd234..bd5080d 100644 Binary files a/static/sprites-small/home/shiny/103.webp and b/static/sprites-small/home/shiny/103.webp differ diff --git a/static/sprites-small/home/shiny/104.webp b/static/sprites-small/home/shiny/104.webp index 8c01004..ff99c97 100644 Binary files a/static/sprites-small/home/shiny/104.webp and b/static/sprites-small/home/shiny/104.webp differ diff --git a/static/sprites-small/home/shiny/105.webp b/static/sprites-small/home/shiny/105.webp index 2127153..b775abc 100644 Binary files a/static/sprites-small/home/shiny/105.webp and b/static/sprites-small/home/shiny/105.webp differ diff --git a/static/sprites-small/home/shiny/106.webp b/static/sprites-small/home/shiny/106.webp index cb0767e..257e597 100644 Binary files a/static/sprites-small/home/shiny/106.webp and b/static/sprites-small/home/shiny/106.webp differ diff --git a/static/sprites-small/home/shiny/107.webp b/static/sprites-small/home/shiny/107.webp index e1e3880..4d47dc8 100644 Binary files a/static/sprites-small/home/shiny/107.webp and b/static/sprites-small/home/shiny/107.webp differ diff --git a/static/sprites-small/home/shiny/108.webp b/static/sprites-small/home/shiny/108.webp index 62703a2..cdbf553 100644 Binary files a/static/sprites-small/home/shiny/108.webp and b/static/sprites-small/home/shiny/108.webp differ diff --git a/static/sprites-small/home/shiny/109.webp b/static/sprites-small/home/shiny/109.webp index 883c1d8..f63679e 100644 Binary files a/static/sprites-small/home/shiny/109.webp and b/static/sprites-small/home/shiny/109.webp differ diff --git a/static/sprites-small/home/shiny/11.webp b/static/sprites-small/home/shiny/11.webp index 1411e9a..5763b40 100644 Binary files a/static/sprites-small/home/shiny/11.webp and b/static/sprites-small/home/shiny/11.webp differ diff --git a/static/sprites-small/home/shiny/110.webp b/static/sprites-small/home/shiny/110.webp index 6e843e0..23672ba 100644 Binary files a/static/sprites-small/home/shiny/110.webp and b/static/sprites-small/home/shiny/110.webp differ diff --git a/static/sprites-small/home/shiny/111.webp b/static/sprites-small/home/shiny/111.webp index c09daed..206da11 100644 Binary files a/static/sprites-small/home/shiny/111.webp and b/static/sprites-small/home/shiny/111.webp differ diff --git a/static/sprites-small/home/shiny/112.webp b/static/sprites-small/home/shiny/112.webp index 591cf7d..756c54f 100644 Binary files a/static/sprites-small/home/shiny/112.webp and b/static/sprites-small/home/shiny/112.webp differ diff --git a/static/sprites-small/home/shiny/113.webp b/static/sprites-small/home/shiny/113.webp index 6da1718..d80e8fe 100644 Binary files a/static/sprites-small/home/shiny/113.webp and b/static/sprites-small/home/shiny/113.webp differ diff --git a/static/sprites-small/home/shiny/114.webp b/static/sprites-small/home/shiny/114.webp index 8fae94d..35c2f02 100644 Binary files a/static/sprites-small/home/shiny/114.webp and b/static/sprites-small/home/shiny/114.webp differ diff --git a/static/sprites-small/home/shiny/115.webp b/static/sprites-small/home/shiny/115.webp index 61a58e2..64b7a4d 100644 Binary files a/static/sprites-small/home/shiny/115.webp and b/static/sprites-small/home/shiny/115.webp differ diff --git a/static/sprites-small/home/shiny/116.webp b/static/sprites-small/home/shiny/116.webp index 96353ab..5c53b64 100644 Binary files a/static/sprites-small/home/shiny/116.webp and b/static/sprites-small/home/shiny/116.webp differ diff --git a/static/sprites-small/home/shiny/117.webp b/static/sprites-small/home/shiny/117.webp index e171d03..b18e2c3 100644 Binary files a/static/sprites-small/home/shiny/117.webp and b/static/sprites-small/home/shiny/117.webp differ diff --git a/static/sprites-small/home/shiny/118.webp b/static/sprites-small/home/shiny/118.webp index 09c65c6..2aa1025 100644 Binary files a/static/sprites-small/home/shiny/118.webp and b/static/sprites-small/home/shiny/118.webp differ diff --git a/static/sprites-small/home/shiny/119.webp b/static/sprites-small/home/shiny/119.webp index 636ea88..f10e2f9 100644 Binary files a/static/sprites-small/home/shiny/119.webp and b/static/sprites-small/home/shiny/119.webp differ diff --git a/static/sprites-small/home/shiny/12.webp b/static/sprites-small/home/shiny/12.webp index a12d41e..1301259 100644 Binary files a/static/sprites-small/home/shiny/12.webp and b/static/sprites-small/home/shiny/12.webp differ diff --git a/static/sprites-small/home/shiny/120.webp b/static/sprites-small/home/shiny/120.webp index 39f8b4b..29de5dc 100644 Binary files a/static/sprites-small/home/shiny/120.webp and b/static/sprites-small/home/shiny/120.webp differ diff --git a/static/sprites-small/home/shiny/121.webp b/static/sprites-small/home/shiny/121.webp index 3d391c7..b91b610 100644 Binary files a/static/sprites-small/home/shiny/121.webp and b/static/sprites-small/home/shiny/121.webp differ diff --git a/static/sprites-small/home/shiny/122.webp b/static/sprites-small/home/shiny/122.webp index 3d9e68f..42e5d5a 100644 Binary files a/static/sprites-small/home/shiny/122.webp and b/static/sprites-small/home/shiny/122.webp differ diff --git a/static/sprites-small/home/shiny/123.webp b/static/sprites-small/home/shiny/123.webp index b01c78f..90e7f12 100644 Binary files a/static/sprites-small/home/shiny/123.webp and b/static/sprites-small/home/shiny/123.webp differ diff --git a/static/sprites-small/home/shiny/124.webp b/static/sprites-small/home/shiny/124.webp index 60b0906..b188f4d 100644 Binary files a/static/sprites-small/home/shiny/124.webp and b/static/sprites-small/home/shiny/124.webp differ diff --git a/static/sprites-small/home/shiny/125.webp b/static/sprites-small/home/shiny/125.webp index 2bedad8..7dd3e95 100644 Binary files a/static/sprites-small/home/shiny/125.webp and b/static/sprites-small/home/shiny/125.webp differ diff --git a/static/sprites-small/home/shiny/126.webp b/static/sprites-small/home/shiny/126.webp index 254aebb..dc75792 100644 Binary files a/static/sprites-small/home/shiny/126.webp and b/static/sprites-small/home/shiny/126.webp differ diff --git a/static/sprites-small/home/shiny/127.webp b/static/sprites-small/home/shiny/127.webp index 1640c07..6b5098a 100644 Binary files a/static/sprites-small/home/shiny/127.webp and b/static/sprites-small/home/shiny/127.webp differ diff --git a/static/sprites-small/home/shiny/128.webp b/static/sprites-small/home/shiny/128.webp index 84ed4a3..1492b20 100644 Binary files a/static/sprites-small/home/shiny/128.webp and b/static/sprites-small/home/shiny/128.webp differ diff --git a/static/sprites-small/home/shiny/129.webp b/static/sprites-small/home/shiny/129.webp index 827092e..b177dc4 100644 Binary files a/static/sprites-small/home/shiny/129.webp and b/static/sprites-small/home/shiny/129.webp differ diff --git a/static/sprites-small/home/shiny/13.webp b/static/sprites-small/home/shiny/13.webp index 932961a..3ee1601 100644 Binary files a/static/sprites-small/home/shiny/13.webp and b/static/sprites-small/home/shiny/13.webp differ diff --git a/static/sprites-small/home/shiny/130.webp b/static/sprites-small/home/shiny/130.webp index fad0f53..91e0c63 100644 Binary files a/static/sprites-small/home/shiny/130.webp and b/static/sprites-small/home/shiny/130.webp differ diff --git a/static/sprites-small/home/shiny/131.webp b/static/sprites-small/home/shiny/131.webp index bfce8db..c756aa9 100644 Binary files a/static/sprites-small/home/shiny/131.webp and b/static/sprites-small/home/shiny/131.webp differ diff --git a/static/sprites-small/home/shiny/132.webp b/static/sprites-small/home/shiny/132.webp index 552be94..663a44a 100644 Binary files a/static/sprites-small/home/shiny/132.webp and b/static/sprites-small/home/shiny/132.webp differ diff --git a/static/sprites-small/home/shiny/133.webp b/static/sprites-small/home/shiny/133.webp index f04812f..ea8be5c 100644 Binary files a/static/sprites-small/home/shiny/133.webp and b/static/sprites-small/home/shiny/133.webp differ diff --git a/static/sprites-small/home/shiny/134.webp b/static/sprites-small/home/shiny/134.webp index c3c9aaa..037ae4c 100644 Binary files a/static/sprites-small/home/shiny/134.webp and b/static/sprites-small/home/shiny/134.webp differ diff --git a/static/sprites-small/home/shiny/135.webp b/static/sprites-small/home/shiny/135.webp index 9d0912f..bedc614 100644 Binary files a/static/sprites-small/home/shiny/135.webp and b/static/sprites-small/home/shiny/135.webp differ diff --git a/static/sprites-small/home/shiny/136.webp b/static/sprites-small/home/shiny/136.webp index 06b9692..4b68e1f 100644 Binary files a/static/sprites-small/home/shiny/136.webp and b/static/sprites-small/home/shiny/136.webp differ diff --git a/static/sprites-small/home/shiny/137.webp b/static/sprites-small/home/shiny/137.webp index 7a360f8..34f9159 100644 Binary files a/static/sprites-small/home/shiny/137.webp and b/static/sprites-small/home/shiny/137.webp differ diff --git a/static/sprites-small/home/shiny/138.webp b/static/sprites-small/home/shiny/138.webp index c1e247c..33f002d 100644 Binary files a/static/sprites-small/home/shiny/138.webp and b/static/sprites-small/home/shiny/138.webp differ diff --git a/static/sprites-small/home/shiny/139.webp b/static/sprites-small/home/shiny/139.webp index b3549e3..6c8a79c 100644 Binary files a/static/sprites-small/home/shiny/139.webp and b/static/sprites-small/home/shiny/139.webp differ diff --git a/static/sprites-small/home/shiny/14.webp b/static/sprites-small/home/shiny/14.webp index 662c4c8..9e6d5a0 100644 Binary files a/static/sprites-small/home/shiny/14.webp and b/static/sprites-small/home/shiny/14.webp differ diff --git a/static/sprites-small/home/shiny/140.webp b/static/sprites-small/home/shiny/140.webp index 9d842c8..77931fc 100644 Binary files a/static/sprites-small/home/shiny/140.webp and b/static/sprites-small/home/shiny/140.webp differ diff --git a/static/sprites-small/home/shiny/141.webp b/static/sprites-small/home/shiny/141.webp index 8cb22c0..f52c7f4 100644 Binary files a/static/sprites-small/home/shiny/141.webp and b/static/sprites-small/home/shiny/141.webp differ diff --git a/static/sprites-small/home/shiny/142.webp b/static/sprites-small/home/shiny/142.webp index fb3cdaf..2813ae4 100644 Binary files a/static/sprites-small/home/shiny/142.webp and b/static/sprites-small/home/shiny/142.webp differ diff --git a/static/sprites-small/home/shiny/143.webp b/static/sprites-small/home/shiny/143.webp index 3365ff5..dba9651 100644 Binary files a/static/sprites-small/home/shiny/143.webp and b/static/sprites-small/home/shiny/143.webp differ diff --git a/static/sprites-small/home/shiny/144.webp b/static/sprites-small/home/shiny/144.webp index 21869ff..1ad5a00 100644 Binary files a/static/sprites-small/home/shiny/144.webp and b/static/sprites-small/home/shiny/144.webp differ diff --git a/static/sprites-small/home/shiny/145.webp b/static/sprites-small/home/shiny/145.webp index 241775c..27a1223 100644 Binary files a/static/sprites-small/home/shiny/145.webp and b/static/sprites-small/home/shiny/145.webp differ diff --git a/static/sprites-small/home/shiny/146.webp b/static/sprites-small/home/shiny/146.webp index 3d3638d..e3d3e2f 100644 Binary files a/static/sprites-small/home/shiny/146.webp and b/static/sprites-small/home/shiny/146.webp differ diff --git a/static/sprites-small/home/shiny/147.webp b/static/sprites-small/home/shiny/147.webp index db965e1..6917b53 100644 Binary files a/static/sprites-small/home/shiny/147.webp and b/static/sprites-small/home/shiny/147.webp differ diff --git a/static/sprites-small/home/shiny/148.webp b/static/sprites-small/home/shiny/148.webp index f2ccd68..a7cd425 100644 Binary files a/static/sprites-small/home/shiny/148.webp and b/static/sprites-small/home/shiny/148.webp differ diff --git a/static/sprites-small/home/shiny/149.webp b/static/sprites-small/home/shiny/149.webp index 28d79ea..ff1cc63 100644 Binary files a/static/sprites-small/home/shiny/149.webp and b/static/sprites-small/home/shiny/149.webp differ diff --git a/static/sprites-small/home/shiny/15.webp b/static/sprites-small/home/shiny/15.webp index 4b2b0e7..3e5e78e 100644 Binary files a/static/sprites-small/home/shiny/15.webp and b/static/sprites-small/home/shiny/15.webp differ diff --git a/static/sprites-small/home/shiny/150.webp b/static/sprites-small/home/shiny/150.webp index ac427d0..58a2a64 100644 Binary files a/static/sprites-small/home/shiny/150.webp and b/static/sprites-small/home/shiny/150.webp differ diff --git a/static/sprites-small/home/shiny/151.webp b/static/sprites-small/home/shiny/151.webp index cfff290..7eb4270 100644 Binary files a/static/sprites-small/home/shiny/151.webp and b/static/sprites-small/home/shiny/151.webp differ diff --git a/static/sprites-small/home/shiny/152.webp b/static/sprites-small/home/shiny/152.webp index 587828d..1bb41c5 100644 Binary files a/static/sprites-small/home/shiny/152.webp and b/static/sprites-small/home/shiny/152.webp differ diff --git a/static/sprites-small/home/shiny/153.webp b/static/sprites-small/home/shiny/153.webp index bb85448..d77c069 100644 Binary files a/static/sprites-small/home/shiny/153.webp and b/static/sprites-small/home/shiny/153.webp differ diff --git a/static/sprites-small/home/shiny/154.webp b/static/sprites-small/home/shiny/154.webp index c121f27..061cab8 100644 Binary files a/static/sprites-small/home/shiny/154.webp and b/static/sprites-small/home/shiny/154.webp differ diff --git a/static/sprites-small/home/shiny/155.webp b/static/sprites-small/home/shiny/155.webp index 9066000..595b297 100644 Binary files a/static/sprites-small/home/shiny/155.webp and b/static/sprites-small/home/shiny/155.webp differ diff --git a/static/sprites-small/home/shiny/156.webp b/static/sprites-small/home/shiny/156.webp index 5ea0047..d201da5 100644 Binary files a/static/sprites-small/home/shiny/156.webp and b/static/sprites-small/home/shiny/156.webp differ diff --git a/static/sprites-small/home/shiny/157.webp b/static/sprites-small/home/shiny/157.webp index 03956f1..48d0859 100644 Binary files a/static/sprites-small/home/shiny/157.webp and b/static/sprites-small/home/shiny/157.webp differ diff --git a/static/sprites-small/home/shiny/158.webp b/static/sprites-small/home/shiny/158.webp index aa2298b..b2f3232 100644 Binary files a/static/sprites-small/home/shiny/158.webp and b/static/sprites-small/home/shiny/158.webp differ diff --git a/static/sprites-small/home/shiny/159.webp b/static/sprites-small/home/shiny/159.webp index 046a04f..8f5fd13 100644 Binary files a/static/sprites-small/home/shiny/159.webp and b/static/sprites-small/home/shiny/159.webp differ diff --git a/static/sprites-small/home/shiny/16.webp b/static/sprites-small/home/shiny/16.webp index 1d6e9d6..35cc8b4 100644 Binary files a/static/sprites-small/home/shiny/16.webp and b/static/sprites-small/home/shiny/16.webp differ diff --git a/static/sprites-small/home/shiny/160.webp b/static/sprites-small/home/shiny/160.webp index b248108..c45a0ee 100644 Binary files a/static/sprites-small/home/shiny/160.webp and b/static/sprites-small/home/shiny/160.webp differ diff --git a/static/sprites-small/home/shiny/161.webp b/static/sprites-small/home/shiny/161.webp index dab7a91..387a947 100644 Binary files a/static/sprites-small/home/shiny/161.webp and b/static/sprites-small/home/shiny/161.webp differ diff --git a/static/sprites-small/home/shiny/162.webp b/static/sprites-small/home/shiny/162.webp index cf93780..2e0dabf 100644 Binary files a/static/sprites-small/home/shiny/162.webp and b/static/sprites-small/home/shiny/162.webp differ diff --git a/static/sprites-small/home/shiny/163.webp b/static/sprites-small/home/shiny/163.webp index f188ac8..ac08d93 100644 Binary files a/static/sprites-small/home/shiny/163.webp and b/static/sprites-small/home/shiny/163.webp differ diff --git a/static/sprites-small/home/shiny/164.webp b/static/sprites-small/home/shiny/164.webp index 821944e..b683c16 100644 Binary files a/static/sprites-small/home/shiny/164.webp and b/static/sprites-small/home/shiny/164.webp differ diff --git a/static/sprites-small/home/shiny/165.webp b/static/sprites-small/home/shiny/165.webp index cd00d08..c20da1d 100644 Binary files a/static/sprites-small/home/shiny/165.webp and b/static/sprites-small/home/shiny/165.webp differ diff --git a/static/sprites-small/home/shiny/166.webp b/static/sprites-small/home/shiny/166.webp index 2f8b871..747bcc9 100644 Binary files a/static/sprites-small/home/shiny/166.webp and b/static/sprites-small/home/shiny/166.webp differ diff --git a/static/sprites-small/home/shiny/167.webp b/static/sprites-small/home/shiny/167.webp index 81db8e0..25f2c80 100644 Binary files a/static/sprites-small/home/shiny/167.webp and b/static/sprites-small/home/shiny/167.webp differ diff --git a/static/sprites-small/home/shiny/168.webp b/static/sprites-small/home/shiny/168.webp index 2eddcbb..072632f 100644 Binary files a/static/sprites-small/home/shiny/168.webp and b/static/sprites-small/home/shiny/168.webp differ diff --git a/static/sprites-small/home/shiny/169.webp b/static/sprites-small/home/shiny/169.webp index 8b02f37..e816009 100644 Binary files a/static/sprites-small/home/shiny/169.webp and b/static/sprites-small/home/shiny/169.webp differ diff --git a/static/sprites-small/home/shiny/17.webp b/static/sprites-small/home/shiny/17.webp index 7f9dc44..96dc577 100644 Binary files a/static/sprites-small/home/shiny/17.webp and b/static/sprites-small/home/shiny/17.webp differ diff --git a/static/sprites-small/home/shiny/170.webp b/static/sprites-small/home/shiny/170.webp index 6142ffe..a08261c 100644 Binary files a/static/sprites-small/home/shiny/170.webp and b/static/sprites-small/home/shiny/170.webp differ diff --git a/static/sprites-small/home/shiny/171.webp b/static/sprites-small/home/shiny/171.webp index 78517fb..f57df53 100644 Binary files a/static/sprites-small/home/shiny/171.webp and b/static/sprites-small/home/shiny/171.webp differ diff --git a/static/sprites-small/home/shiny/172.webp b/static/sprites-small/home/shiny/172.webp index 13cd31f..1bca6ee 100644 Binary files a/static/sprites-small/home/shiny/172.webp and b/static/sprites-small/home/shiny/172.webp differ diff --git a/static/sprites-small/home/shiny/173.webp b/static/sprites-small/home/shiny/173.webp index 62be90e..280dd57 100644 Binary files a/static/sprites-small/home/shiny/173.webp and b/static/sprites-small/home/shiny/173.webp differ diff --git a/static/sprites-small/home/shiny/174.webp b/static/sprites-small/home/shiny/174.webp index b3ded1f..3e94433 100644 Binary files a/static/sprites-small/home/shiny/174.webp and b/static/sprites-small/home/shiny/174.webp differ diff --git a/static/sprites-small/home/shiny/175.webp b/static/sprites-small/home/shiny/175.webp index 6e768fb..de37f9a 100644 Binary files a/static/sprites-small/home/shiny/175.webp and b/static/sprites-small/home/shiny/175.webp differ diff --git a/static/sprites-small/home/shiny/176.webp b/static/sprites-small/home/shiny/176.webp index d2ed823..348d8cc 100644 Binary files a/static/sprites-small/home/shiny/176.webp and b/static/sprites-small/home/shiny/176.webp differ diff --git a/static/sprites-small/home/shiny/177.webp b/static/sprites-small/home/shiny/177.webp index 44fb006..2840e98 100644 Binary files a/static/sprites-small/home/shiny/177.webp and b/static/sprites-small/home/shiny/177.webp differ diff --git a/static/sprites-small/home/shiny/178.webp b/static/sprites-small/home/shiny/178.webp index 48c3e6a..f4b3eb5 100644 Binary files a/static/sprites-small/home/shiny/178.webp and b/static/sprites-small/home/shiny/178.webp differ diff --git a/static/sprites-small/home/shiny/179.webp b/static/sprites-small/home/shiny/179.webp index be81ba1..5a0b906 100644 Binary files a/static/sprites-small/home/shiny/179.webp and b/static/sprites-small/home/shiny/179.webp differ diff --git a/static/sprites-small/home/shiny/18.webp b/static/sprites-small/home/shiny/18.webp index 2d588ab..3f68205 100644 Binary files a/static/sprites-small/home/shiny/18.webp and b/static/sprites-small/home/shiny/18.webp differ diff --git a/static/sprites-small/home/shiny/180.webp b/static/sprites-small/home/shiny/180.webp index 10f9dc6..9f49d67 100644 Binary files a/static/sprites-small/home/shiny/180.webp and b/static/sprites-small/home/shiny/180.webp differ diff --git a/static/sprites-small/home/shiny/181.webp b/static/sprites-small/home/shiny/181.webp index 1ba9738..5393a35 100644 Binary files a/static/sprites-small/home/shiny/181.webp and b/static/sprites-small/home/shiny/181.webp differ diff --git a/static/sprites-small/home/shiny/182.webp b/static/sprites-small/home/shiny/182.webp index 16f0618..d8fd1d3 100644 Binary files a/static/sprites-small/home/shiny/182.webp and b/static/sprites-small/home/shiny/182.webp differ diff --git a/static/sprites-small/home/shiny/183.webp b/static/sprites-small/home/shiny/183.webp index e653110..bf993e8 100644 Binary files a/static/sprites-small/home/shiny/183.webp and b/static/sprites-small/home/shiny/183.webp differ diff --git a/static/sprites-small/home/shiny/184.webp b/static/sprites-small/home/shiny/184.webp index 035af45..b8f973e 100644 Binary files a/static/sprites-small/home/shiny/184.webp and b/static/sprites-small/home/shiny/184.webp differ diff --git a/static/sprites-small/home/shiny/185.webp b/static/sprites-small/home/shiny/185.webp index 0eebf30..cfbac1b 100644 Binary files a/static/sprites-small/home/shiny/185.webp and b/static/sprites-small/home/shiny/185.webp differ diff --git a/static/sprites-small/home/shiny/186.webp b/static/sprites-small/home/shiny/186.webp index 1dee791..889e480 100644 Binary files a/static/sprites-small/home/shiny/186.webp and b/static/sprites-small/home/shiny/186.webp differ diff --git a/static/sprites-small/home/shiny/187.webp b/static/sprites-small/home/shiny/187.webp index 06e4cb8..9a85b4e 100644 Binary files a/static/sprites-small/home/shiny/187.webp and b/static/sprites-small/home/shiny/187.webp differ diff --git a/static/sprites-small/home/shiny/188.webp b/static/sprites-small/home/shiny/188.webp index 405b8f1..120a6c8 100644 Binary files a/static/sprites-small/home/shiny/188.webp and b/static/sprites-small/home/shiny/188.webp differ diff --git a/static/sprites-small/home/shiny/189.webp b/static/sprites-small/home/shiny/189.webp index a52f243..463f0ff 100644 Binary files a/static/sprites-small/home/shiny/189.webp and b/static/sprites-small/home/shiny/189.webp differ diff --git a/static/sprites-small/home/shiny/19.webp b/static/sprites-small/home/shiny/19.webp index 2ad0de3..eb451de 100644 Binary files a/static/sprites-small/home/shiny/19.webp and b/static/sprites-small/home/shiny/19.webp differ diff --git a/static/sprites-small/home/shiny/190.webp b/static/sprites-small/home/shiny/190.webp index b92084c..6b41bad 100644 Binary files a/static/sprites-small/home/shiny/190.webp and b/static/sprites-small/home/shiny/190.webp differ diff --git a/static/sprites-small/home/shiny/191.webp b/static/sprites-small/home/shiny/191.webp index dcd4726..6e823b0 100644 Binary files a/static/sprites-small/home/shiny/191.webp and b/static/sprites-small/home/shiny/191.webp differ diff --git a/static/sprites-small/home/shiny/192.webp b/static/sprites-small/home/shiny/192.webp index 3a30749..11b329b 100644 Binary files a/static/sprites-small/home/shiny/192.webp and b/static/sprites-small/home/shiny/192.webp differ diff --git a/static/sprites-small/home/shiny/193.webp b/static/sprites-small/home/shiny/193.webp index 92239be..3cdf845 100644 Binary files a/static/sprites-small/home/shiny/193.webp and b/static/sprites-small/home/shiny/193.webp differ diff --git a/static/sprites-small/home/shiny/194.webp b/static/sprites-small/home/shiny/194.webp index d430ab5..3257791 100644 Binary files a/static/sprites-small/home/shiny/194.webp and b/static/sprites-small/home/shiny/194.webp differ diff --git a/static/sprites-small/home/shiny/195.webp b/static/sprites-small/home/shiny/195.webp index 9531f6b..6ac8e9d 100644 Binary files a/static/sprites-small/home/shiny/195.webp and b/static/sprites-small/home/shiny/195.webp differ diff --git a/static/sprites-small/home/shiny/196.webp b/static/sprites-small/home/shiny/196.webp index a81348f..68e2301 100644 Binary files a/static/sprites-small/home/shiny/196.webp and b/static/sprites-small/home/shiny/196.webp differ diff --git a/static/sprites-small/home/shiny/197.webp b/static/sprites-small/home/shiny/197.webp index 94c3611..f68bce1 100644 Binary files a/static/sprites-small/home/shiny/197.webp and b/static/sprites-small/home/shiny/197.webp differ diff --git a/static/sprites-small/home/shiny/198.webp b/static/sprites-small/home/shiny/198.webp index fa5009a..446728d 100644 Binary files a/static/sprites-small/home/shiny/198.webp and b/static/sprites-small/home/shiny/198.webp differ diff --git a/static/sprites-small/home/shiny/199.webp b/static/sprites-small/home/shiny/199.webp index 72641fd..9bf977f 100644 Binary files a/static/sprites-small/home/shiny/199.webp and b/static/sprites-small/home/shiny/199.webp differ diff --git a/static/sprites-small/home/shiny/2.webp b/static/sprites-small/home/shiny/2.webp index 644986a..ef73096 100644 Binary files a/static/sprites-small/home/shiny/2.webp and b/static/sprites-small/home/shiny/2.webp differ diff --git a/static/sprites-small/home/shiny/20.webp b/static/sprites-small/home/shiny/20.webp index 9b80355..ac06440 100644 Binary files a/static/sprites-small/home/shiny/20.webp and b/static/sprites-small/home/shiny/20.webp differ diff --git a/static/sprites-small/home/shiny/200.webp b/static/sprites-small/home/shiny/200.webp index 635fd4b..9db3632 100644 Binary files a/static/sprites-small/home/shiny/200.webp and b/static/sprites-small/home/shiny/200.webp differ diff --git a/static/sprites-small/home/shiny/201-a.webp b/static/sprites-small/home/shiny/201-a.webp index d60b022..695d66f 100644 Binary files a/static/sprites-small/home/shiny/201-a.webp and b/static/sprites-small/home/shiny/201-a.webp differ diff --git a/static/sprites-small/home/shiny/201-b.webp b/static/sprites-small/home/shiny/201-b.webp index 8018d98..1232503 100644 Binary files a/static/sprites-small/home/shiny/201-b.webp and b/static/sprites-small/home/shiny/201-b.webp differ diff --git a/static/sprites-small/home/shiny/201-c.webp b/static/sprites-small/home/shiny/201-c.webp index 34d456f..4d18161 100644 Binary files a/static/sprites-small/home/shiny/201-c.webp and b/static/sprites-small/home/shiny/201-c.webp differ diff --git a/static/sprites-small/home/shiny/201-d.webp b/static/sprites-small/home/shiny/201-d.webp index d43d533..4038554 100644 Binary files a/static/sprites-small/home/shiny/201-d.webp and b/static/sprites-small/home/shiny/201-d.webp differ diff --git a/static/sprites-small/home/shiny/201-e.webp b/static/sprites-small/home/shiny/201-e.webp index 7ba1486..6820029 100644 Binary files a/static/sprites-small/home/shiny/201-e.webp and b/static/sprites-small/home/shiny/201-e.webp differ diff --git a/static/sprites-small/home/shiny/201-exclamation.webp b/static/sprites-small/home/shiny/201-exclamation.webp index d88e5b0..a8a2e17 100644 Binary files a/static/sprites-small/home/shiny/201-exclamation.webp and b/static/sprites-small/home/shiny/201-exclamation.webp differ diff --git a/static/sprites-small/home/shiny/201-f.webp b/static/sprites-small/home/shiny/201-f.webp index 253a89b..e7d15b5 100644 Binary files a/static/sprites-small/home/shiny/201-f.webp and b/static/sprites-small/home/shiny/201-f.webp differ diff --git a/static/sprites-small/home/shiny/201-g.webp b/static/sprites-small/home/shiny/201-g.webp index 4643e96..b9e47d5 100644 Binary files a/static/sprites-small/home/shiny/201-g.webp and b/static/sprites-small/home/shiny/201-g.webp differ diff --git a/static/sprites-small/home/shiny/201-h.webp b/static/sprites-small/home/shiny/201-h.webp index 994ae96..721c399 100644 Binary files a/static/sprites-small/home/shiny/201-h.webp and b/static/sprites-small/home/shiny/201-h.webp differ diff --git a/static/sprites-small/home/shiny/201-i.webp b/static/sprites-small/home/shiny/201-i.webp index 7177de4..abe6dc7 100644 Binary files a/static/sprites-small/home/shiny/201-i.webp and b/static/sprites-small/home/shiny/201-i.webp differ diff --git a/static/sprites-small/home/shiny/201-j.webp b/static/sprites-small/home/shiny/201-j.webp index c8abb12..2e2ea11 100644 Binary files a/static/sprites-small/home/shiny/201-j.webp and b/static/sprites-small/home/shiny/201-j.webp differ diff --git a/static/sprites-small/home/shiny/201-k.webp b/static/sprites-small/home/shiny/201-k.webp index f7fb2e8..e301035 100644 Binary files a/static/sprites-small/home/shiny/201-k.webp and b/static/sprites-small/home/shiny/201-k.webp differ diff --git a/static/sprites-small/home/shiny/201-l.webp b/static/sprites-small/home/shiny/201-l.webp index 553b57c..bc67f0e 100644 Binary files a/static/sprites-small/home/shiny/201-l.webp and b/static/sprites-small/home/shiny/201-l.webp differ diff --git a/static/sprites-small/home/shiny/201-m.webp b/static/sprites-small/home/shiny/201-m.webp index 272b3ed..e92d145 100644 Binary files a/static/sprites-small/home/shiny/201-m.webp and b/static/sprites-small/home/shiny/201-m.webp differ diff --git a/static/sprites-small/home/shiny/201-n.webp b/static/sprites-small/home/shiny/201-n.webp index 176e038..8c64a6d 100644 Binary files a/static/sprites-small/home/shiny/201-n.webp and b/static/sprites-small/home/shiny/201-n.webp differ diff --git a/static/sprites-small/home/shiny/201-o.webp b/static/sprites-small/home/shiny/201-o.webp index 9ddc5f3..e0cf7ee 100644 Binary files a/static/sprites-small/home/shiny/201-o.webp and b/static/sprites-small/home/shiny/201-o.webp differ diff --git a/static/sprites-small/home/shiny/201-p.webp b/static/sprites-small/home/shiny/201-p.webp index e77028c..8a55119 100644 Binary files a/static/sprites-small/home/shiny/201-p.webp and b/static/sprites-small/home/shiny/201-p.webp differ diff --git a/static/sprites-small/home/shiny/201-q.webp b/static/sprites-small/home/shiny/201-q.webp index 6ff8645..66adbf9 100644 Binary files a/static/sprites-small/home/shiny/201-q.webp and b/static/sprites-small/home/shiny/201-q.webp differ diff --git a/static/sprites-small/home/shiny/201-question.webp b/static/sprites-small/home/shiny/201-question.webp index 60464e0..f788275 100644 Binary files a/static/sprites-small/home/shiny/201-question.webp and b/static/sprites-small/home/shiny/201-question.webp differ diff --git a/static/sprites-small/home/shiny/201-r.webp b/static/sprites-small/home/shiny/201-r.webp index a2f6893..53e1e9a 100644 Binary files a/static/sprites-small/home/shiny/201-r.webp and b/static/sprites-small/home/shiny/201-r.webp differ diff --git a/static/sprites-small/home/shiny/201-s.webp b/static/sprites-small/home/shiny/201-s.webp index d19be6a..0e3b17f 100644 Binary files a/static/sprites-small/home/shiny/201-s.webp and b/static/sprites-small/home/shiny/201-s.webp differ diff --git a/static/sprites-small/home/shiny/201-t.webp b/static/sprites-small/home/shiny/201-t.webp index 83e0521..5658b46 100644 Binary files a/static/sprites-small/home/shiny/201-t.webp and b/static/sprites-small/home/shiny/201-t.webp differ diff --git a/static/sprites-small/home/shiny/201-u.webp b/static/sprites-small/home/shiny/201-u.webp index 846277a..d4c32a8 100644 Binary files a/static/sprites-small/home/shiny/201-u.webp and b/static/sprites-small/home/shiny/201-u.webp differ diff --git a/static/sprites-small/home/shiny/201-v.webp b/static/sprites-small/home/shiny/201-v.webp index ad9c04e..ebcc672 100644 Binary files a/static/sprites-small/home/shiny/201-v.webp and b/static/sprites-small/home/shiny/201-v.webp differ diff --git a/static/sprites-small/home/shiny/201-w.webp b/static/sprites-small/home/shiny/201-w.webp index 1f6dd67..8168f94 100644 Binary files a/static/sprites-small/home/shiny/201-w.webp and b/static/sprites-small/home/shiny/201-w.webp differ diff --git a/static/sprites-small/home/shiny/201-x.webp b/static/sprites-small/home/shiny/201-x.webp index f8a6028..e2e5726 100644 Binary files a/static/sprites-small/home/shiny/201-x.webp and b/static/sprites-small/home/shiny/201-x.webp differ diff --git a/static/sprites-small/home/shiny/201-y.webp b/static/sprites-small/home/shiny/201-y.webp index e7ddaa1..3efd680 100644 Binary files a/static/sprites-small/home/shiny/201-y.webp and b/static/sprites-small/home/shiny/201-y.webp differ diff --git a/static/sprites-small/home/shiny/201-z.webp b/static/sprites-small/home/shiny/201-z.webp index da5be82..6e04474 100644 Binary files a/static/sprites-small/home/shiny/201-z.webp and b/static/sprites-small/home/shiny/201-z.webp differ diff --git a/static/sprites-small/home/shiny/201.webp b/static/sprites-small/home/shiny/201.webp index d60b022..695d66f 100644 Binary files a/static/sprites-small/home/shiny/201.webp and b/static/sprites-small/home/shiny/201.webp differ diff --git a/static/sprites-small/home/shiny/202.webp b/static/sprites-small/home/shiny/202.webp index ccf871d..87ac6c8 100644 Binary files a/static/sprites-small/home/shiny/202.webp and b/static/sprites-small/home/shiny/202.webp differ diff --git a/static/sprites-small/home/shiny/203.webp b/static/sprites-small/home/shiny/203.webp index d77b9cb..50a1601 100644 Binary files a/static/sprites-small/home/shiny/203.webp and b/static/sprites-small/home/shiny/203.webp differ diff --git a/static/sprites-small/home/shiny/204.webp b/static/sprites-small/home/shiny/204.webp index 4ed6552..124d7d6 100644 Binary files a/static/sprites-small/home/shiny/204.webp and b/static/sprites-small/home/shiny/204.webp differ diff --git a/static/sprites-small/home/shiny/205.webp b/static/sprites-small/home/shiny/205.webp index 9661406..a26f5dd 100644 Binary files a/static/sprites-small/home/shiny/205.webp and b/static/sprites-small/home/shiny/205.webp differ diff --git a/static/sprites-small/home/shiny/206.webp b/static/sprites-small/home/shiny/206.webp index 007f284..8351ba6 100644 Binary files a/static/sprites-small/home/shiny/206.webp and b/static/sprites-small/home/shiny/206.webp differ diff --git a/static/sprites-small/home/shiny/207.webp b/static/sprites-small/home/shiny/207.webp index 14fe2b8..4312420 100644 Binary files a/static/sprites-small/home/shiny/207.webp and b/static/sprites-small/home/shiny/207.webp differ diff --git a/static/sprites-small/home/shiny/208.webp b/static/sprites-small/home/shiny/208.webp index 8c9242d..b92b351 100644 Binary files a/static/sprites-small/home/shiny/208.webp and b/static/sprites-small/home/shiny/208.webp differ diff --git a/static/sprites-small/home/shiny/209.webp b/static/sprites-small/home/shiny/209.webp index 6d260a5..635fd96 100644 Binary files a/static/sprites-small/home/shiny/209.webp and b/static/sprites-small/home/shiny/209.webp differ diff --git a/static/sprites-small/home/shiny/21.webp b/static/sprites-small/home/shiny/21.webp index f7c99f4..5548d98 100644 Binary files a/static/sprites-small/home/shiny/21.webp and b/static/sprites-small/home/shiny/21.webp differ diff --git a/static/sprites-small/home/shiny/210.webp b/static/sprites-small/home/shiny/210.webp index f6ffb40..f5a41c2 100644 Binary files a/static/sprites-small/home/shiny/210.webp and b/static/sprites-small/home/shiny/210.webp differ diff --git a/static/sprites-small/home/shiny/211.webp b/static/sprites-small/home/shiny/211.webp index c5399b3..333fe7e 100644 Binary files a/static/sprites-small/home/shiny/211.webp and b/static/sprites-small/home/shiny/211.webp differ diff --git a/static/sprites-small/home/shiny/212.webp b/static/sprites-small/home/shiny/212.webp index 6000eac..b088350 100644 Binary files a/static/sprites-small/home/shiny/212.webp and b/static/sprites-small/home/shiny/212.webp differ diff --git a/static/sprites-small/home/shiny/213.webp b/static/sprites-small/home/shiny/213.webp index b420e01..4456c7a 100644 Binary files a/static/sprites-small/home/shiny/213.webp and b/static/sprites-small/home/shiny/213.webp differ diff --git a/static/sprites-small/home/shiny/214.webp b/static/sprites-small/home/shiny/214.webp index 4c7aa85..5f15900 100644 Binary files a/static/sprites-small/home/shiny/214.webp and b/static/sprites-small/home/shiny/214.webp differ diff --git a/static/sprites-small/home/shiny/215.webp b/static/sprites-small/home/shiny/215.webp index 9471316..facd3e1 100644 Binary files a/static/sprites-small/home/shiny/215.webp and b/static/sprites-small/home/shiny/215.webp differ diff --git a/static/sprites-small/home/shiny/216.webp b/static/sprites-small/home/shiny/216.webp index f04bd2a..8544201 100644 Binary files a/static/sprites-small/home/shiny/216.webp and b/static/sprites-small/home/shiny/216.webp differ diff --git a/static/sprites-small/home/shiny/217.webp b/static/sprites-small/home/shiny/217.webp index 8674bee..ee16961 100644 Binary files a/static/sprites-small/home/shiny/217.webp and b/static/sprites-small/home/shiny/217.webp differ diff --git a/static/sprites-small/home/shiny/218.webp b/static/sprites-small/home/shiny/218.webp index 93aaf88..a02f317 100644 Binary files a/static/sprites-small/home/shiny/218.webp and b/static/sprites-small/home/shiny/218.webp differ diff --git a/static/sprites-small/home/shiny/219.webp b/static/sprites-small/home/shiny/219.webp index a3b6112..3d8712b 100644 Binary files a/static/sprites-small/home/shiny/219.webp and b/static/sprites-small/home/shiny/219.webp differ diff --git a/static/sprites-small/home/shiny/22.webp b/static/sprites-small/home/shiny/22.webp index 47fabe3..e473e65 100644 Binary files a/static/sprites-small/home/shiny/22.webp and b/static/sprites-small/home/shiny/22.webp differ diff --git a/static/sprites-small/home/shiny/220.webp b/static/sprites-small/home/shiny/220.webp index 40f1b93..d5421cc 100644 Binary files a/static/sprites-small/home/shiny/220.webp and b/static/sprites-small/home/shiny/220.webp differ diff --git a/static/sprites-small/home/shiny/221.webp b/static/sprites-small/home/shiny/221.webp index 247b954..a690802 100644 Binary files a/static/sprites-small/home/shiny/221.webp and b/static/sprites-small/home/shiny/221.webp differ diff --git a/static/sprites-small/home/shiny/222.webp b/static/sprites-small/home/shiny/222.webp index 93e2e96..5f5eed2 100644 Binary files a/static/sprites-small/home/shiny/222.webp and b/static/sprites-small/home/shiny/222.webp differ diff --git a/static/sprites-small/home/shiny/223.webp b/static/sprites-small/home/shiny/223.webp index 4f71446..a68fe2b 100644 Binary files a/static/sprites-small/home/shiny/223.webp and b/static/sprites-small/home/shiny/223.webp differ diff --git a/static/sprites-small/home/shiny/224.webp b/static/sprites-small/home/shiny/224.webp index 9b921f0..67f3ff5 100644 Binary files a/static/sprites-small/home/shiny/224.webp and b/static/sprites-small/home/shiny/224.webp differ diff --git a/static/sprites-small/home/shiny/225.webp b/static/sprites-small/home/shiny/225.webp index f0f7038..00cac19 100644 Binary files a/static/sprites-small/home/shiny/225.webp and b/static/sprites-small/home/shiny/225.webp differ diff --git a/static/sprites-small/home/shiny/226.webp b/static/sprites-small/home/shiny/226.webp index 7613401..2f0a7fc 100644 Binary files a/static/sprites-small/home/shiny/226.webp and b/static/sprites-small/home/shiny/226.webp differ diff --git a/static/sprites-small/home/shiny/227.webp b/static/sprites-small/home/shiny/227.webp index d2e3c4a..45df5b5 100644 Binary files a/static/sprites-small/home/shiny/227.webp and b/static/sprites-small/home/shiny/227.webp differ diff --git a/static/sprites-small/home/shiny/228.webp b/static/sprites-small/home/shiny/228.webp index 4eb4a41..6c219c6 100644 Binary files a/static/sprites-small/home/shiny/228.webp and b/static/sprites-small/home/shiny/228.webp differ diff --git a/static/sprites-small/home/shiny/229.webp b/static/sprites-small/home/shiny/229.webp index 90f4a21..0642f95 100644 Binary files a/static/sprites-small/home/shiny/229.webp and b/static/sprites-small/home/shiny/229.webp differ diff --git a/static/sprites-small/home/shiny/23.webp b/static/sprites-small/home/shiny/23.webp index 68dcc66..916f705 100644 Binary files a/static/sprites-small/home/shiny/23.webp and b/static/sprites-small/home/shiny/23.webp differ diff --git a/static/sprites-small/home/shiny/230.webp b/static/sprites-small/home/shiny/230.webp index 4e9053a..67e52a7 100644 Binary files a/static/sprites-small/home/shiny/230.webp and b/static/sprites-small/home/shiny/230.webp differ diff --git a/static/sprites-small/home/shiny/231.webp b/static/sprites-small/home/shiny/231.webp index 2bbf900..417d2e8 100644 Binary files a/static/sprites-small/home/shiny/231.webp and b/static/sprites-small/home/shiny/231.webp differ diff --git a/static/sprites-small/home/shiny/232.webp b/static/sprites-small/home/shiny/232.webp index d5c23fc..4e5d28c 100644 Binary files a/static/sprites-small/home/shiny/232.webp and b/static/sprites-small/home/shiny/232.webp differ diff --git a/static/sprites-small/home/shiny/233.webp b/static/sprites-small/home/shiny/233.webp index e76dfd8..8a833fd 100644 Binary files a/static/sprites-small/home/shiny/233.webp and b/static/sprites-small/home/shiny/233.webp differ diff --git a/static/sprites-small/home/shiny/234.webp b/static/sprites-small/home/shiny/234.webp index 7cf02f9..97171dd 100644 Binary files a/static/sprites-small/home/shiny/234.webp and b/static/sprites-small/home/shiny/234.webp differ diff --git a/static/sprites-small/home/shiny/235.webp b/static/sprites-small/home/shiny/235.webp index 6c53b55..2c57da9 100644 Binary files a/static/sprites-small/home/shiny/235.webp and b/static/sprites-small/home/shiny/235.webp differ diff --git a/static/sprites-small/home/shiny/236.webp b/static/sprites-small/home/shiny/236.webp index 5884471..0ec3edd 100644 Binary files a/static/sprites-small/home/shiny/236.webp and b/static/sprites-small/home/shiny/236.webp differ diff --git a/static/sprites-small/home/shiny/237.webp b/static/sprites-small/home/shiny/237.webp index 0c754c9..9c17a23 100644 Binary files a/static/sprites-small/home/shiny/237.webp and b/static/sprites-small/home/shiny/237.webp differ diff --git a/static/sprites-small/home/shiny/238.webp b/static/sprites-small/home/shiny/238.webp index f6f4f3c..b4aee28 100644 Binary files a/static/sprites-small/home/shiny/238.webp and b/static/sprites-small/home/shiny/238.webp differ diff --git a/static/sprites-small/home/shiny/239.webp b/static/sprites-small/home/shiny/239.webp index 16b1178..c527f63 100644 Binary files a/static/sprites-small/home/shiny/239.webp and b/static/sprites-small/home/shiny/239.webp differ diff --git a/static/sprites-small/home/shiny/24.webp b/static/sprites-small/home/shiny/24.webp index 187854f..097e58a 100644 Binary files a/static/sprites-small/home/shiny/24.webp and b/static/sprites-small/home/shiny/24.webp differ diff --git a/static/sprites-small/home/shiny/240.webp b/static/sprites-small/home/shiny/240.webp index 4a9f758..e08d1bc 100644 Binary files a/static/sprites-small/home/shiny/240.webp and b/static/sprites-small/home/shiny/240.webp differ diff --git a/static/sprites-small/home/shiny/241.webp b/static/sprites-small/home/shiny/241.webp index 495a468..7435da1 100644 Binary files a/static/sprites-small/home/shiny/241.webp and b/static/sprites-small/home/shiny/241.webp differ diff --git a/static/sprites-small/home/shiny/242.webp b/static/sprites-small/home/shiny/242.webp index 00bec75..a2304c4 100644 Binary files a/static/sprites-small/home/shiny/242.webp and b/static/sprites-small/home/shiny/242.webp differ diff --git a/static/sprites-small/home/shiny/243.webp b/static/sprites-small/home/shiny/243.webp index 3af8a54..6026979 100644 Binary files a/static/sprites-small/home/shiny/243.webp and b/static/sprites-small/home/shiny/243.webp differ diff --git a/static/sprites-small/home/shiny/244.webp b/static/sprites-small/home/shiny/244.webp index 7c358e9..f1c7797 100644 Binary files a/static/sprites-small/home/shiny/244.webp and b/static/sprites-small/home/shiny/244.webp differ diff --git a/static/sprites-small/home/shiny/245.webp b/static/sprites-small/home/shiny/245.webp index 52118e6..9afc907 100644 Binary files a/static/sprites-small/home/shiny/245.webp and b/static/sprites-small/home/shiny/245.webp differ diff --git a/static/sprites-small/home/shiny/246.webp b/static/sprites-small/home/shiny/246.webp index 3656502..d58c1e0 100644 Binary files a/static/sprites-small/home/shiny/246.webp and b/static/sprites-small/home/shiny/246.webp differ diff --git a/static/sprites-small/home/shiny/247.webp b/static/sprites-small/home/shiny/247.webp index c976cb2..c3e2de9 100644 Binary files a/static/sprites-small/home/shiny/247.webp and b/static/sprites-small/home/shiny/247.webp differ diff --git a/static/sprites-small/home/shiny/248.webp b/static/sprites-small/home/shiny/248.webp index 9120d15..3d03b92 100644 Binary files a/static/sprites-small/home/shiny/248.webp and b/static/sprites-small/home/shiny/248.webp differ diff --git a/static/sprites-small/home/shiny/249.webp b/static/sprites-small/home/shiny/249.webp index c0dd93c..99de7e3 100644 Binary files a/static/sprites-small/home/shiny/249.webp and b/static/sprites-small/home/shiny/249.webp differ diff --git a/static/sprites-small/home/shiny/25.webp b/static/sprites-small/home/shiny/25.webp index a7fc9a4..c3c9d3c 100644 Binary files a/static/sprites-small/home/shiny/25.webp and b/static/sprites-small/home/shiny/25.webp differ diff --git a/static/sprites-small/home/shiny/250.webp b/static/sprites-small/home/shiny/250.webp index 4e5c7ea..09a2cd9 100644 Binary files a/static/sprites-small/home/shiny/250.webp and b/static/sprites-small/home/shiny/250.webp differ diff --git a/static/sprites-small/home/shiny/251.webp b/static/sprites-small/home/shiny/251.webp index 3b97a35..8273db2 100644 Binary files a/static/sprites-small/home/shiny/251.webp and b/static/sprites-small/home/shiny/251.webp differ diff --git a/static/sprites-small/home/shiny/252.webp b/static/sprites-small/home/shiny/252.webp index d0ff3fa..79da70c 100644 Binary files a/static/sprites-small/home/shiny/252.webp and b/static/sprites-small/home/shiny/252.webp differ diff --git a/static/sprites-small/home/shiny/253.webp b/static/sprites-small/home/shiny/253.webp index b46c629..a8f3f49 100644 Binary files a/static/sprites-small/home/shiny/253.webp and b/static/sprites-small/home/shiny/253.webp differ diff --git a/static/sprites-small/home/shiny/254.webp b/static/sprites-small/home/shiny/254.webp index 7f4a69b..1dcce30 100644 Binary files a/static/sprites-small/home/shiny/254.webp and b/static/sprites-small/home/shiny/254.webp differ diff --git a/static/sprites-small/home/shiny/255.webp b/static/sprites-small/home/shiny/255.webp index 1ccc5ba..ba6bed2 100644 Binary files a/static/sprites-small/home/shiny/255.webp and b/static/sprites-small/home/shiny/255.webp differ diff --git a/static/sprites-small/home/shiny/256.webp b/static/sprites-small/home/shiny/256.webp index 993f239..5b2dbae 100644 Binary files a/static/sprites-small/home/shiny/256.webp and b/static/sprites-small/home/shiny/256.webp differ diff --git a/static/sprites-small/home/shiny/257.webp b/static/sprites-small/home/shiny/257.webp index 507fcdb..8e59826 100644 Binary files a/static/sprites-small/home/shiny/257.webp and b/static/sprites-small/home/shiny/257.webp differ diff --git a/static/sprites-small/home/shiny/258.webp b/static/sprites-small/home/shiny/258.webp index 5d715d3..631f027 100644 Binary files a/static/sprites-small/home/shiny/258.webp and b/static/sprites-small/home/shiny/258.webp differ diff --git a/static/sprites-small/home/shiny/259.webp b/static/sprites-small/home/shiny/259.webp index dc9470b..aeb9540 100644 Binary files a/static/sprites-small/home/shiny/259.webp and b/static/sprites-small/home/shiny/259.webp differ diff --git a/static/sprites-small/home/shiny/26.webp b/static/sprites-small/home/shiny/26.webp index befc049..3cfffc7 100644 Binary files a/static/sprites-small/home/shiny/26.webp and b/static/sprites-small/home/shiny/26.webp differ diff --git a/static/sprites-small/home/shiny/260.webp b/static/sprites-small/home/shiny/260.webp index 0e066b0..751536a 100644 Binary files a/static/sprites-small/home/shiny/260.webp and b/static/sprites-small/home/shiny/260.webp differ diff --git a/static/sprites-small/home/shiny/261.webp b/static/sprites-small/home/shiny/261.webp index 1fd5c03..febce37 100644 Binary files a/static/sprites-small/home/shiny/261.webp and b/static/sprites-small/home/shiny/261.webp differ diff --git a/static/sprites-small/home/shiny/262.webp b/static/sprites-small/home/shiny/262.webp index d2ba2db..13bad77 100644 Binary files a/static/sprites-small/home/shiny/262.webp and b/static/sprites-small/home/shiny/262.webp differ diff --git a/static/sprites-small/home/shiny/263.webp b/static/sprites-small/home/shiny/263.webp index 3834380..c21f06e 100644 Binary files a/static/sprites-small/home/shiny/263.webp and b/static/sprites-small/home/shiny/263.webp differ diff --git a/static/sprites-small/home/shiny/264.webp b/static/sprites-small/home/shiny/264.webp index 5bdc5b9..ffb6f36 100644 Binary files a/static/sprites-small/home/shiny/264.webp and b/static/sprites-small/home/shiny/264.webp differ diff --git a/static/sprites-small/home/shiny/265.webp b/static/sprites-small/home/shiny/265.webp index 5913d22..35b7c5d 100644 Binary files a/static/sprites-small/home/shiny/265.webp and b/static/sprites-small/home/shiny/265.webp differ diff --git a/static/sprites-small/home/shiny/266.webp b/static/sprites-small/home/shiny/266.webp index 5f3cff7..b7ba84f 100644 Binary files a/static/sprites-small/home/shiny/266.webp and b/static/sprites-small/home/shiny/266.webp differ diff --git a/static/sprites-small/home/shiny/267.webp b/static/sprites-small/home/shiny/267.webp index bcd99cd..fb649a7 100644 Binary files a/static/sprites-small/home/shiny/267.webp and b/static/sprites-small/home/shiny/267.webp differ diff --git a/static/sprites-small/home/shiny/268.webp b/static/sprites-small/home/shiny/268.webp index 987c8ac..61af105 100644 Binary files a/static/sprites-small/home/shiny/268.webp and b/static/sprites-small/home/shiny/268.webp differ diff --git a/static/sprites-small/home/shiny/269.webp b/static/sprites-small/home/shiny/269.webp index 012d883..0f393f5 100644 Binary files a/static/sprites-small/home/shiny/269.webp and b/static/sprites-small/home/shiny/269.webp differ diff --git a/static/sprites-small/home/shiny/27.webp b/static/sprites-small/home/shiny/27.webp index 6ac352a..9422ff3 100644 Binary files a/static/sprites-small/home/shiny/27.webp and b/static/sprites-small/home/shiny/27.webp differ diff --git a/static/sprites-small/home/shiny/270.webp b/static/sprites-small/home/shiny/270.webp index 8cb4887..e48f3d0 100644 Binary files a/static/sprites-small/home/shiny/270.webp and b/static/sprites-small/home/shiny/270.webp differ diff --git a/static/sprites-small/home/shiny/271.webp b/static/sprites-small/home/shiny/271.webp index a7c784c..e676480 100644 Binary files a/static/sprites-small/home/shiny/271.webp and b/static/sprites-small/home/shiny/271.webp differ diff --git a/static/sprites-small/home/shiny/272.webp b/static/sprites-small/home/shiny/272.webp index 0fea1e7..8c0dc16 100644 Binary files a/static/sprites-small/home/shiny/272.webp and b/static/sprites-small/home/shiny/272.webp differ diff --git a/static/sprites-small/home/shiny/273.webp b/static/sprites-small/home/shiny/273.webp index 1927141..a5cfec3 100644 Binary files a/static/sprites-small/home/shiny/273.webp and b/static/sprites-small/home/shiny/273.webp differ diff --git a/static/sprites-small/home/shiny/274.webp b/static/sprites-small/home/shiny/274.webp index 158af4a..09512d6 100644 Binary files a/static/sprites-small/home/shiny/274.webp and b/static/sprites-small/home/shiny/274.webp differ diff --git a/static/sprites-small/home/shiny/275.webp b/static/sprites-small/home/shiny/275.webp index 2c3f8ed..95a0288 100644 Binary files a/static/sprites-small/home/shiny/275.webp and b/static/sprites-small/home/shiny/275.webp differ diff --git a/static/sprites-small/home/shiny/276.webp b/static/sprites-small/home/shiny/276.webp index 8a7cac6..a2faed0 100644 Binary files a/static/sprites-small/home/shiny/276.webp and b/static/sprites-small/home/shiny/276.webp differ diff --git a/static/sprites-small/home/shiny/277.webp b/static/sprites-small/home/shiny/277.webp index 9c3cde3..ca6d610 100644 Binary files a/static/sprites-small/home/shiny/277.webp and b/static/sprites-small/home/shiny/277.webp differ diff --git a/static/sprites-small/home/shiny/278.webp b/static/sprites-small/home/shiny/278.webp index f3a1829..580b552 100644 Binary files a/static/sprites-small/home/shiny/278.webp and b/static/sprites-small/home/shiny/278.webp differ diff --git a/static/sprites-small/home/shiny/279.webp b/static/sprites-small/home/shiny/279.webp index dd2b399..8c3c379 100644 Binary files a/static/sprites-small/home/shiny/279.webp and b/static/sprites-small/home/shiny/279.webp differ diff --git a/static/sprites-small/home/shiny/28.webp b/static/sprites-small/home/shiny/28.webp index 447c581..95b9d61 100644 Binary files a/static/sprites-small/home/shiny/28.webp and b/static/sprites-small/home/shiny/28.webp differ diff --git a/static/sprites-small/home/shiny/280.webp b/static/sprites-small/home/shiny/280.webp index cf730c0..d093c00 100644 Binary files a/static/sprites-small/home/shiny/280.webp and b/static/sprites-small/home/shiny/280.webp differ diff --git a/static/sprites-small/home/shiny/281.webp b/static/sprites-small/home/shiny/281.webp index f1f07fc..02cc568 100644 Binary files a/static/sprites-small/home/shiny/281.webp and b/static/sprites-small/home/shiny/281.webp differ diff --git a/static/sprites-small/home/shiny/282.webp b/static/sprites-small/home/shiny/282.webp index b09da3e..6561148 100644 Binary files a/static/sprites-small/home/shiny/282.webp and b/static/sprites-small/home/shiny/282.webp differ diff --git a/static/sprites-small/home/shiny/283.webp b/static/sprites-small/home/shiny/283.webp index 689accf..58df4be 100644 Binary files a/static/sprites-small/home/shiny/283.webp and b/static/sprites-small/home/shiny/283.webp differ diff --git a/static/sprites-small/home/shiny/284.webp b/static/sprites-small/home/shiny/284.webp index 15b59bb..3e770fb 100644 Binary files a/static/sprites-small/home/shiny/284.webp and b/static/sprites-small/home/shiny/284.webp differ diff --git a/static/sprites-small/home/shiny/285.webp b/static/sprites-small/home/shiny/285.webp index f6777ec..cce933f 100644 Binary files a/static/sprites-small/home/shiny/285.webp and b/static/sprites-small/home/shiny/285.webp differ diff --git a/static/sprites-small/home/shiny/286.webp b/static/sprites-small/home/shiny/286.webp index b77acb0..e187e15 100644 Binary files a/static/sprites-small/home/shiny/286.webp and b/static/sprites-small/home/shiny/286.webp differ diff --git a/static/sprites-small/home/shiny/287.webp b/static/sprites-small/home/shiny/287.webp index 49620ab..3958b89 100644 Binary files a/static/sprites-small/home/shiny/287.webp and b/static/sprites-small/home/shiny/287.webp differ diff --git a/static/sprites-small/home/shiny/288.webp b/static/sprites-small/home/shiny/288.webp index 5660e9d..e77b300 100644 Binary files a/static/sprites-small/home/shiny/288.webp and b/static/sprites-small/home/shiny/288.webp differ diff --git a/static/sprites-small/home/shiny/289.webp b/static/sprites-small/home/shiny/289.webp index 6ea643d..501c1ac 100644 Binary files a/static/sprites-small/home/shiny/289.webp and b/static/sprites-small/home/shiny/289.webp differ diff --git a/static/sprites-small/home/shiny/29.webp b/static/sprites-small/home/shiny/29.webp index 9225456..2c4b474 100644 Binary files a/static/sprites-small/home/shiny/29.webp and b/static/sprites-small/home/shiny/29.webp differ diff --git a/static/sprites-small/home/shiny/290.webp b/static/sprites-small/home/shiny/290.webp index db5f0d2..a44196f 100644 Binary files a/static/sprites-small/home/shiny/290.webp and b/static/sprites-small/home/shiny/290.webp differ diff --git a/static/sprites-small/home/shiny/291.webp b/static/sprites-small/home/shiny/291.webp index 7b6f6c7..53724e2 100644 Binary files a/static/sprites-small/home/shiny/291.webp and b/static/sprites-small/home/shiny/291.webp differ diff --git a/static/sprites-small/home/shiny/292.webp b/static/sprites-small/home/shiny/292.webp index 262073f..2323369 100644 Binary files a/static/sprites-small/home/shiny/292.webp and b/static/sprites-small/home/shiny/292.webp differ diff --git a/static/sprites-small/home/shiny/293.webp b/static/sprites-small/home/shiny/293.webp index 28e6751..99a2e24 100644 Binary files a/static/sprites-small/home/shiny/293.webp and b/static/sprites-small/home/shiny/293.webp differ diff --git a/static/sprites-small/home/shiny/294.webp b/static/sprites-small/home/shiny/294.webp index 530a9d8..2d4400e 100644 Binary files a/static/sprites-small/home/shiny/294.webp and b/static/sprites-small/home/shiny/294.webp differ diff --git a/static/sprites-small/home/shiny/295.webp b/static/sprites-small/home/shiny/295.webp index a93ed93..7f0fb1f 100644 Binary files a/static/sprites-small/home/shiny/295.webp and b/static/sprites-small/home/shiny/295.webp differ diff --git a/static/sprites-small/home/shiny/296.webp b/static/sprites-small/home/shiny/296.webp index 6737ba1..09d61b2 100644 Binary files a/static/sprites-small/home/shiny/296.webp and b/static/sprites-small/home/shiny/296.webp differ diff --git a/static/sprites-small/home/shiny/297.webp b/static/sprites-small/home/shiny/297.webp index 40a5b05..f3f6268 100644 Binary files a/static/sprites-small/home/shiny/297.webp and b/static/sprites-small/home/shiny/297.webp differ diff --git a/static/sprites-small/home/shiny/298.webp b/static/sprites-small/home/shiny/298.webp index 5e6588e..145e106 100644 Binary files a/static/sprites-small/home/shiny/298.webp and b/static/sprites-small/home/shiny/298.webp differ diff --git a/static/sprites-small/home/shiny/299.webp b/static/sprites-small/home/shiny/299.webp index e2a3034..2e3f6e7 100644 Binary files a/static/sprites-small/home/shiny/299.webp and b/static/sprites-small/home/shiny/299.webp differ diff --git a/static/sprites-small/home/shiny/3.webp b/static/sprites-small/home/shiny/3.webp index fee3afb..3c3d599 100644 Binary files a/static/sprites-small/home/shiny/3.webp and b/static/sprites-small/home/shiny/3.webp differ diff --git a/static/sprites-small/home/shiny/30.webp b/static/sprites-small/home/shiny/30.webp index 98efcef..724c2fc 100644 Binary files a/static/sprites-small/home/shiny/30.webp and b/static/sprites-small/home/shiny/30.webp differ diff --git a/static/sprites-small/home/shiny/300.webp b/static/sprites-small/home/shiny/300.webp index b134d11..bdb1a56 100644 Binary files a/static/sprites-small/home/shiny/300.webp and b/static/sprites-small/home/shiny/300.webp differ diff --git a/static/sprites-small/home/shiny/301.webp b/static/sprites-small/home/shiny/301.webp index 99a5881..14a658f 100644 Binary files a/static/sprites-small/home/shiny/301.webp and b/static/sprites-small/home/shiny/301.webp differ diff --git a/static/sprites-small/home/shiny/302.webp b/static/sprites-small/home/shiny/302.webp index 9ce2b37..82cf0a4 100644 Binary files a/static/sprites-small/home/shiny/302.webp and b/static/sprites-small/home/shiny/302.webp differ diff --git a/static/sprites-small/home/shiny/303.webp b/static/sprites-small/home/shiny/303.webp index 74b13cd..cc21aa0 100644 Binary files a/static/sprites-small/home/shiny/303.webp and b/static/sprites-small/home/shiny/303.webp differ diff --git a/static/sprites-small/home/shiny/304.webp b/static/sprites-small/home/shiny/304.webp index 64184bd..ffdf53a 100644 Binary files a/static/sprites-small/home/shiny/304.webp and b/static/sprites-small/home/shiny/304.webp differ diff --git a/static/sprites-small/home/shiny/305.webp b/static/sprites-small/home/shiny/305.webp index e112e15..08477cc 100644 Binary files a/static/sprites-small/home/shiny/305.webp and b/static/sprites-small/home/shiny/305.webp differ diff --git a/static/sprites-small/home/shiny/306.webp b/static/sprites-small/home/shiny/306.webp index 3fc69b3..1ec10f0 100644 Binary files a/static/sprites-small/home/shiny/306.webp and b/static/sprites-small/home/shiny/306.webp differ diff --git a/static/sprites-small/home/shiny/307.webp b/static/sprites-small/home/shiny/307.webp index beee31f..8dda350 100644 Binary files a/static/sprites-small/home/shiny/307.webp and b/static/sprites-small/home/shiny/307.webp differ diff --git a/static/sprites-small/home/shiny/308.webp b/static/sprites-small/home/shiny/308.webp index 389edf0..ea77271 100644 Binary files a/static/sprites-small/home/shiny/308.webp and b/static/sprites-small/home/shiny/308.webp differ diff --git a/static/sprites-small/home/shiny/309.webp b/static/sprites-small/home/shiny/309.webp index 2d6d301..b048627 100644 Binary files a/static/sprites-small/home/shiny/309.webp and b/static/sprites-small/home/shiny/309.webp differ diff --git a/static/sprites-small/home/shiny/31.webp b/static/sprites-small/home/shiny/31.webp index d630bd1..0cfbcf6 100644 Binary files a/static/sprites-small/home/shiny/31.webp and b/static/sprites-small/home/shiny/31.webp differ diff --git a/static/sprites-small/home/shiny/310.webp b/static/sprites-small/home/shiny/310.webp index 177211d..6f34a22 100644 Binary files a/static/sprites-small/home/shiny/310.webp and b/static/sprites-small/home/shiny/310.webp differ diff --git a/static/sprites-small/home/shiny/311.webp b/static/sprites-small/home/shiny/311.webp index 3093881..f17b389 100644 Binary files a/static/sprites-small/home/shiny/311.webp and b/static/sprites-small/home/shiny/311.webp differ diff --git a/static/sprites-small/home/shiny/312.webp b/static/sprites-small/home/shiny/312.webp index 0148686..2a117d9 100644 Binary files a/static/sprites-small/home/shiny/312.webp and b/static/sprites-small/home/shiny/312.webp differ diff --git a/static/sprites-small/home/shiny/313.webp b/static/sprites-small/home/shiny/313.webp index 4803e38..5db1916 100644 Binary files a/static/sprites-small/home/shiny/313.webp and b/static/sprites-small/home/shiny/313.webp differ diff --git a/static/sprites-small/home/shiny/314.webp b/static/sprites-small/home/shiny/314.webp index bb42b84..5bfe358 100644 Binary files a/static/sprites-small/home/shiny/314.webp and b/static/sprites-small/home/shiny/314.webp differ diff --git a/static/sprites-small/home/shiny/315.webp b/static/sprites-small/home/shiny/315.webp index e2b01a6..c1ba68e 100644 Binary files a/static/sprites-small/home/shiny/315.webp and b/static/sprites-small/home/shiny/315.webp differ diff --git a/static/sprites-small/home/shiny/316.webp b/static/sprites-small/home/shiny/316.webp index 0f7db77..438771e 100644 Binary files a/static/sprites-small/home/shiny/316.webp and b/static/sprites-small/home/shiny/316.webp differ diff --git a/static/sprites-small/home/shiny/317.webp b/static/sprites-small/home/shiny/317.webp index 5c3ab15..ef20d68 100644 Binary files a/static/sprites-small/home/shiny/317.webp and b/static/sprites-small/home/shiny/317.webp differ diff --git a/static/sprites-small/home/shiny/318.webp b/static/sprites-small/home/shiny/318.webp index 1739622..80d500e 100644 Binary files a/static/sprites-small/home/shiny/318.webp and b/static/sprites-small/home/shiny/318.webp differ diff --git a/static/sprites-small/home/shiny/319.webp b/static/sprites-small/home/shiny/319.webp index a65e6d8..b534e7f 100644 Binary files a/static/sprites-small/home/shiny/319.webp and b/static/sprites-small/home/shiny/319.webp differ diff --git a/static/sprites-small/home/shiny/32.webp b/static/sprites-small/home/shiny/32.webp index edfbd88..1e16dd9 100644 Binary files a/static/sprites-small/home/shiny/32.webp and b/static/sprites-small/home/shiny/32.webp differ diff --git a/static/sprites-small/home/shiny/320.webp b/static/sprites-small/home/shiny/320.webp index ce53f55..993864f 100644 Binary files a/static/sprites-small/home/shiny/320.webp and b/static/sprites-small/home/shiny/320.webp differ diff --git a/static/sprites-small/home/shiny/321.webp b/static/sprites-small/home/shiny/321.webp index 80f7150..7d08012 100644 Binary files a/static/sprites-small/home/shiny/321.webp and b/static/sprites-small/home/shiny/321.webp differ diff --git a/static/sprites-small/home/shiny/322.webp b/static/sprites-small/home/shiny/322.webp index 1c754b8..e572b76 100644 Binary files a/static/sprites-small/home/shiny/322.webp and b/static/sprites-small/home/shiny/322.webp differ diff --git a/static/sprites-small/home/shiny/323.webp b/static/sprites-small/home/shiny/323.webp index f3f5ae2..3c50888 100644 Binary files a/static/sprites-small/home/shiny/323.webp and b/static/sprites-small/home/shiny/323.webp differ diff --git a/static/sprites-small/home/shiny/324.webp b/static/sprites-small/home/shiny/324.webp index bff7914..6aa9aca 100644 Binary files a/static/sprites-small/home/shiny/324.webp and b/static/sprites-small/home/shiny/324.webp differ diff --git a/static/sprites-small/home/shiny/325.webp b/static/sprites-small/home/shiny/325.webp index 57c3625..6f7a173 100644 Binary files a/static/sprites-small/home/shiny/325.webp and b/static/sprites-small/home/shiny/325.webp differ diff --git a/static/sprites-small/home/shiny/326.webp b/static/sprites-small/home/shiny/326.webp index 5683086..6df39b8 100644 Binary files a/static/sprites-small/home/shiny/326.webp and b/static/sprites-small/home/shiny/326.webp differ diff --git a/static/sprites-small/home/shiny/327.webp b/static/sprites-small/home/shiny/327.webp index 821e819..7d28c3c 100644 Binary files a/static/sprites-small/home/shiny/327.webp and b/static/sprites-small/home/shiny/327.webp differ diff --git a/static/sprites-small/home/shiny/328.webp b/static/sprites-small/home/shiny/328.webp index b6b198d..178ca82 100644 Binary files a/static/sprites-small/home/shiny/328.webp and b/static/sprites-small/home/shiny/328.webp differ diff --git a/static/sprites-small/home/shiny/329.webp b/static/sprites-small/home/shiny/329.webp index cba8dc3..fb74972 100644 Binary files a/static/sprites-small/home/shiny/329.webp and b/static/sprites-small/home/shiny/329.webp differ diff --git a/static/sprites-small/home/shiny/33.webp b/static/sprites-small/home/shiny/33.webp index 4e93441..1c6dad8 100644 Binary files a/static/sprites-small/home/shiny/33.webp and b/static/sprites-small/home/shiny/33.webp differ diff --git a/static/sprites-small/home/shiny/330.webp b/static/sprites-small/home/shiny/330.webp index ad34186..fb8901f 100644 Binary files a/static/sprites-small/home/shiny/330.webp and b/static/sprites-small/home/shiny/330.webp differ diff --git a/static/sprites-small/home/shiny/331.webp b/static/sprites-small/home/shiny/331.webp index 3fa4a81..68b45bb 100644 Binary files a/static/sprites-small/home/shiny/331.webp and b/static/sprites-small/home/shiny/331.webp differ diff --git a/static/sprites-small/home/shiny/332.webp b/static/sprites-small/home/shiny/332.webp index d084a25..880a3cd 100644 Binary files a/static/sprites-small/home/shiny/332.webp and b/static/sprites-small/home/shiny/332.webp differ diff --git a/static/sprites-small/home/shiny/333.webp b/static/sprites-small/home/shiny/333.webp index 838ca29..8aded50 100644 Binary files a/static/sprites-small/home/shiny/333.webp and b/static/sprites-small/home/shiny/333.webp differ diff --git a/static/sprites-small/home/shiny/334.webp b/static/sprites-small/home/shiny/334.webp index 2c32ddf..a231817 100644 Binary files a/static/sprites-small/home/shiny/334.webp and b/static/sprites-small/home/shiny/334.webp differ diff --git a/static/sprites-small/home/shiny/335.webp b/static/sprites-small/home/shiny/335.webp index 661ef37..b86d6ff 100644 Binary files a/static/sprites-small/home/shiny/335.webp and b/static/sprites-small/home/shiny/335.webp differ diff --git a/static/sprites-small/home/shiny/336.webp b/static/sprites-small/home/shiny/336.webp index cddbf5e..c59bc55 100644 Binary files a/static/sprites-small/home/shiny/336.webp and b/static/sprites-small/home/shiny/336.webp differ diff --git a/static/sprites-small/home/shiny/337.webp b/static/sprites-small/home/shiny/337.webp index 6d8f349..2773052 100644 Binary files a/static/sprites-small/home/shiny/337.webp and b/static/sprites-small/home/shiny/337.webp differ diff --git a/static/sprites-small/home/shiny/338.webp b/static/sprites-small/home/shiny/338.webp index 8e25622..9b349d3 100644 Binary files a/static/sprites-small/home/shiny/338.webp and b/static/sprites-small/home/shiny/338.webp differ diff --git a/static/sprites-small/home/shiny/339.webp b/static/sprites-small/home/shiny/339.webp index d6fa331..8123071 100644 Binary files a/static/sprites-small/home/shiny/339.webp and b/static/sprites-small/home/shiny/339.webp differ diff --git a/static/sprites-small/home/shiny/34.webp b/static/sprites-small/home/shiny/34.webp index 11fb824..2b7b687 100644 Binary files a/static/sprites-small/home/shiny/34.webp and b/static/sprites-small/home/shiny/34.webp differ diff --git a/static/sprites-small/home/shiny/340.webp b/static/sprites-small/home/shiny/340.webp index 43ef04b..fffdbe9 100644 Binary files a/static/sprites-small/home/shiny/340.webp and b/static/sprites-small/home/shiny/340.webp differ diff --git a/static/sprites-small/home/shiny/341.webp b/static/sprites-small/home/shiny/341.webp index f21fe9a..f14165b 100644 Binary files a/static/sprites-small/home/shiny/341.webp and b/static/sprites-small/home/shiny/341.webp differ diff --git a/static/sprites-small/home/shiny/342.webp b/static/sprites-small/home/shiny/342.webp index b5758bf..360a440 100644 Binary files a/static/sprites-small/home/shiny/342.webp and b/static/sprites-small/home/shiny/342.webp differ diff --git a/static/sprites-small/home/shiny/343.webp b/static/sprites-small/home/shiny/343.webp index 3fc7a50..3d7e658 100644 Binary files a/static/sprites-small/home/shiny/343.webp and b/static/sprites-small/home/shiny/343.webp differ diff --git a/static/sprites-small/home/shiny/344.webp b/static/sprites-small/home/shiny/344.webp index 90f8eed..f8170d6 100644 Binary files a/static/sprites-small/home/shiny/344.webp and b/static/sprites-small/home/shiny/344.webp differ diff --git a/static/sprites-small/home/shiny/345.webp b/static/sprites-small/home/shiny/345.webp index 6e9a676..536ac08 100644 Binary files a/static/sprites-small/home/shiny/345.webp and b/static/sprites-small/home/shiny/345.webp differ diff --git a/static/sprites-small/home/shiny/346.webp b/static/sprites-small/home/shiny/346.webp index ef3cdaa..1d33a13 100644 Binary files a/static/sprites-small/home/shiny/346.webp and b/static/sprites-small/home/shiny/346.webp differ diff --git a/static/sprites-small/home/shiny/347.webp b/static/sprites-small/home/shiny/347.webp index 2c04c27..dd3729a 100644 Binary files a/static/sprites-small/home/shiny/347.webp and b/static/sprites-small/home/shiny/347.webp differ diff --git a/static/sprites-small/home/shiny/348.webp b/static/sprites-small/home/shiny/348.webp index 2ecb4c5..7181b21 100644 Binary files a/static/sprites-small/home/shiny/348.webp and b/static/sprites-small/home/shiny/348.webp differ diff --git a/static/sprites-small/home/shiny/349.webp b/static/sprites-small/home/shiny/349.webp index 73b5eae..edd6c0b 100644 Binary files a/static/sprites-small/home/shiny/349.webp and b/static/sprites-small/home/shiny/349.webp differ diff --git a/static/sprites-small/home/shiny/35.webp b/static/sprites-small/home/shiny/35.webp index 6238634..80831a9 100644 Binary files a/static/sprites-small/home/shiny/35.webp and b/static/sprites-small/home/shiny/35.webp differ diff --git a/static/sprites-small/home/shiny/350.webp b/static/sprites-small/home/shiny/350.webp index 83295ea..e73c936 100644 Binary files a/static/sprites-small/home/shiny/350.webp and b/static/sprites-small/home/shiny/350.webp differ diff --git a/static/sprites-small/home/shiny/351.webp b/static/sprites-small/home/shiny/351.webp index ed083bb..9dd6f82 100644 Binary files a/static/sprites-small/home/shiny/351.webp and b/static/sprites-small/home/shiny/351.webp differ diff --git a/static/sprites-small/home/shiny/352.webp b/static/sprites-small/home/shiny/352.webp index f5c4654..a1271a4 100644 Binary files a/static/sprites-small/home/shiny/352.webp and b/static/sprites-small/home/shiny/352.webp differ diff --git a/static/sprites-small/home/shiny/353.webp b/static/sprites-small/home/shiny/353.webp index db11aa7..ba18105 100644 Binary files a/static/sprites-small/home/shiny/353.webp and b/static/sprites-small/home/shiny/353.webp differ diff --git a/static/sprites-small/home/shiny/354.webp b/static/sprites-small/home/shiny/354.webp index cfea43c..a8ac050 100644 Binary files a/static/sprites-small/home/shiny/354.webp and b/static/sprites-small/home/shiny/354.webp differ diff --git a/static/sprites-small/home/shiny/355.webp b/static/sprites-small/home/shiny/355.webp index fcd6d08..d27b25c 100644 Binary files a/static/sprites-small/home/shiny/355.webp and b/static/sprites-small/home/shiny/355.webp differ diff --git a/static/sprites-small/home/shiny/356.webp b/static/sprites-small/home/shiny/356.webp index 3e0a2de..a961488 100644 Binary files a/static/sprites-small/home/shiny/356.webp and b/static/sprites-small/home/shiny/356.webp differ diff --git a/static/sprites-small/home/shiny/357.webp b/static/sprites-small/home/shiny/357.webp index 8a03438..d049d8b 100644 Binary files a/static/sprites-small/home/shiny/357.webp and b/static/sprites-small/home/shiny/357.webp differ diff --git a/static/sprites-small/home/shiny/358.webp b/static/sprites-small/home/shiny/358.webp index 9718fa4..44f0e83 100644 Binary files a/static/sprites-small/home/shiny/358.webp and b/static/sprites-small/home/shiny/358.webp differ diff --git a/static/sprites-small/home/shiny/359.webp b/static/sprites-small/home/shiny/359.webp index 6a51465..5e1c41b 100644 Binary files a/static/sprites-small/home/shiny/359.webp and b/static/sprites-small/home/shiny/359.webp differ diff --git a/static/sprites-small/home/shiny/36.webp b/static/sprites-small/home/shiny/36.webp index bc33df1..fbdfb16 100644 Binary files a/static/sprites-small/home/shiny/36.webp and b/static/sprites-small/home/shiny/36.webp differ diff --git a/static/sprites-small/home/shiny/360.webp b/static/sprites-small/home/shiny/360.webp index 7b3a6db..decf23a 100644 Binary files a/static/sprites-small/home/shiny/360.webp and b/static/sprites-small/home/shiny/360.webp differ diff --git a/static/sprites-small/home/shiny/361.webp b/static/sprites-small/home/shiny/361.webp index 2963355..e14b7fb 100644 Binary files a/static/sprites-small/home/shiny/361.webp and b/static/sprites-small/home/shiny/361.webp differ diff --git a/static/sprites-small/home/shiny/362.webp b/static/sprites-small/home/shiny/362.webp index 4c70597..7aa1df1 100644 Binary files a/static/sprites-small/home/shiny/362.webp and b/static/sprites-small/home/shiny/362.webp differ diff --git a/static/sprites-small/home/shiny/363.webp b/static/sprites-small/home/shiny/363.webp index 93e9c7c..2b5192d 100644 Binary files a/static/sprites-small/home/shiny/363.webp and b/static/sprites-small/home/shiny/363.webp differ diff --git a/static/sprites-small/home/shiny/364.webp b/static/sprites-small/home/shiny/364.webp index ec9ebc9..47dd0fa 100644 Binary files a/static/sprites-small/home/shiny/364.webp and b/static/sprites-small/home/shiny/364.webp differ diff --git a/static/sprites-small/home/shiny/365.webp b/static/sprites-small/home/shiny/365.webp index 2fa7d32..644951d 100644 Binary files a/static/sprites-small/home/shiny/365.webp and b/static/sprites-small/home/shiny/365.webp differ diff --git a/static/sprites-small/home/shiny/366.webp b/static/sprites-small/home/shiny/366.webp index 34321c1..13f5f03 100644 Binary files a/static/sprites-small/home/shiny/366.webp and b/static/sprites-small/home/shiny/366.webp differ diff --git a/static/sprites-small/home/shiny/367.webp b/static/sprites-small/home/shiny/367.webp index 21eb1d2..b37e5ad 100644 Binary files a/static/sprites-small/home/shiny/367.webp and b/static/sprites-small/home/shiny/367.webp differ diff --git a/static/sprites-small/home/shiny/368.webp b/static/sprites-small/home/shiny/368.webp index a540463..cc9f60b 100644 Binary files a/static/sprites-small/home/shiny/368.webp and b/static/sprites-small/home/shiny/368.webp differ diff --git a/static/sprites-small/home/shiny/369.webp b/static/sprites-small/home/shiny/369.webp index 6a5552a..235271a 100644 Binary files a/static/sprites-small/home/shiny/369.webp and b/static/sprites-small/home/shiny/369.webp differ diff --git a/static/sprites-small/home/shiny/37.webp b/static/sprites-small/home/shiny/37.webp index fd9ebe2..ebe7eab 100644 Binary files a/static/sprites-small/home/shiny/37.webp and b/static/sprites-small/home/shiny/37.webp differ diff --git a/static/sprites-small/home/shiny/370.webp b/static/sprites-small/home/shiny/370.webp index 2138715..0c88f77 100644 Binary files a/static/sprites-small/home/shiny/370.webp and b/static/sprites-small/home/shiny/370.webp differ diff --git a/static/sprites-small/home/shiny/371.webp b/static/sprites-small/home/shiny/371.webp index 3e96453..864ed73 100644 Binary files a/static/sprites-small/home/shiny/371.webp and b/static/sprites-small/home/shiny/371.webp differ diff --git a/static/sprites-small/home/shiny/372.webp b/static/sprites-small/home/shiny/372.webp index f6c078e..84c0e36 100644 Binary files a/static/sprites-small/home/shiny/372.webp and b/static/sprites-small/home/shiny/372.webp differ diff --git a/static/sprites-small/home/shiny/373.webp b/static/sprites-small/home/shiny/373.webp index 09955a8..ff690c2 100644 Binary files a/static/sprites-small/home/shiny/373.webp and b/static/sprites-small/home/shiny/373.webp differ diff --git a/static/sprites-small/home/shiny/374.webp b/static/sprites-small/home/shiny/374.webp index 9d3d740..9180c17 100644 Binary files a/static/sprites-small/home/shiny/374.webp and b/static/sprites-small/home/shiny/374.webp differ diff --git a/static/sprites-small/home/shiny/375.webp b/static/sprites-small/home/shiny/375.webp index 4960d8a..6779403 100644 Binary files a/static/sprites-small/home/shiny/375.webp and b/static/sprites-small/home/shiny/375.webp differ diff --git a/static/sprites-small/home/shiny/376.webp b/static/sprites-small/home/shiny/376.webp index b8d6182..10a971b 100644 Binary files a/static/sprites-small/home/shiny/376.webp and b/static/sprites-small/home/shiny/376.webp differ diff --git a/static/sprites-small/home/shiny/377.webp b/static/sprites-small/home/shiny/377.webp index 4ba74a7..5931bc4 100644 Binary files a/static/sprites-small/home/shiny/377.webp and b/static/sprites-small/home/shiny/377.webp differ diff --git a/static/sprites-small/home/shiny/378.webp b/static/sprites-small/home/shiny/378.webp index 97c924d..56c9ced 100644 Binary files a/static/sprites-small/home/shiny/378.webp and b/static/sprites-small/home/shiny/378.webp differ diff --git a/static/sprites-small/home/shiny/379.webp b/static/sprites-small/home/shiny/379.webp index e674c92..1db62ac 100644 Binary files a/static/sprites-small/home/shiny/379.webp and b/static/sprites-small/home/shiny/379.webp differ diff --git a/static/sprites-small/home/shiny/38.webp b/static/sprites-small/home/shiny/38.webp index 1d1213d..cd4ceda 100644 Binary files a/static/sprites-small/home/shiny/38.webp and b/static/sprites-small/home/shiny/38.webp differ diff --git a/static/sprites-small/home/shiny/380.webp b/static/sprites-small/home/shiny/380.webp index cb68a26..0b9551a 100644 Binary files a/static/sprites-small/home/shiny/380.webp and b/static/sprites-small/home/shiny/380.webp differ diff --git a/static/sprites-small/home/shiny/381.webp b/static/sprites-small/home/shiny/381.webp index 6cc4254..84c28a3 100644 Binary files a/static/sprites-small/home/shiny/381.webp and b/static/sprites-small/home/shiny/381.webp differ diff --git a/static/sprites-small/home/shiny/382.webp b/static/sprites-small/home/shiny/382.webp index 07b14b2..d8db701 100644 Binary files a/static/sprites-small/home/shiny/382.webp and b/static/sprites-small/home/shiny/382.webp differ diff --git a/static/sprites-small/home/shiny/383.webp b/static/sprites-small/home/shiny/383.webp index 6a0dfe1..6a7ce1f 100644 Binary files a/static/sprites-small/home/shiny/383.webp and b/static/sprites-small/home/shiny/383.webp differ diff --git a/static/sprites-small/home/shiny/384.webp b/static/sprites-small/home/shiny/384.webp index 59318f1..a330895 100644 Binary files a/static/sprites-small/home/shiny/384.webp and b/static/sprites-small/home/shiny/384.webp differ diff --git a/static/sprites-small/home/shiny/385.webp b/static/sprites-small/home/shiny/385.webp index 1d5a77b..ac97b93 100644 Binary files a/static/sprites-small/home/shiny/385.webp and b/static/sprites-small/home/shiny/385.webp differ diff --git a/static/sprites-small/home/shiny/386.webp b/static/sprites-small/home/shiny/386.webp index 5bccdd6..5a3e8cd 100644 Binary files a/static/sprites-small/home/shiny/386.webp and b/static/sprites-small/home/shiny/386.webp differ diff --git a/static/sprites-small/home/shiny/387.webp b/static/sprites-small/home/shiny/387.webp index bc473ab..5231df3 100644 Binary files a/static/sprites-small/home/shiny/387.webp and b/static/sprites-small/home/shiny/387.webp differ diff --git a/static/sprites-small/home/shiny/388.webp b/static/sprites-small/home/shiny/388.webp index 8775699..71254af 100644 Binary files a/static/sprites-small/home/shiny/388.webp and b/static/sprites-small/home/shiny/388.webp differ diff --git a/static/sprites-small/home/shiny/389.webp b/static/sprites-small/home/shiny/389.webp index aad64f9..6c909a4 100644 Binary files a/static/sprites-small/home/shiny/389.webp and b/static/sprites-small/home/shiny/389.webp differ diff --git a/static/sprites-small/home/shiny/39.webp b/static/sprites-small/home/shiny/39.webp index 8ba3b29..1b5776f 100644 Binary files a/static/sprites-small/home/shiny/39.webp and b/static/sprites-small/home/shiny/39.webp differ diff --git a/static/sprites-small/home/shiny/390.webp b/static/sprites-small/home/shiny/390.webp index 720389e..f0c745e 100644 Binary files a/static/sprites-small/home/shiny/390.webp and b/static/sprites-small/home/shiny/390.webp differ diff --git a/static/sprites-small/home/shiny/391.webp b/static/sprites-small/home/shiny/391.webp index a8737c4..00853f1 100644 Binary files a/static/sprites-small/home/shiny/391.webp and b/static/sprites-small/home/shiny/391.webp differ diff --git a/static/sprites-small/home/shiny/392.webp b/static/sprites-small/home/shiny/392.webp index bc08d49..fd4893a 100644 Binary files a/static/sprites-small/home/shiny/392.webp and b/static/sprites-small/home/shiny/392.webp differ diff --git a/static/sprites-small/home/shiny/393.webp b/static/sprites-small/home/shiny/393.webp index 9eeeaef..0b59e5f 100644 Binary files a/static/sprites-small/home/shiny/393.webp and b/static/sprites-small/home/shiny/393.webp differ diff --git a/static/sprites-small/home/shiny/394.webp b/static/sprites-small/home/shiny/394.webp index 1b078be..b371d79 100644 Binary files a/static/sprites-small/home/shiny/394.webp and b/static/sprites-small/home/shiny/394.webp differ diff --git a/static/sprites-small/home/shiny/395.webp b/static/sprites-small/home/shiny/395.webp index b169ccc..2d16b22 100644 Binary files a/static/sprites-small/home/shiny/395.webp and b/static/sprites-small/home/shiny/395.webp differ diff --git a/static/sprites-small/home/shiny/396.webp b/static/sprites-small/home/shiny/396.webp index 2d85f1e..271c775 100644 Binary files a/static/sprites-small/home/shiny/396.webp and b/static/sprites-small/home/shiny/396.webp differ diff --git a/static/sprites-small/home/shiny/397.webp b/static/sprites-small/home/shiny/397.webp index 9d5e00f..b45a8ba 100644 Binary files a/static/sprites-small/home/shiny/397.webp and b/static/sprites-small/home/shiny/397.webp differ diff --git a/static/sprites-small/home/shiny/398.webp b/static/sprites-small/home/shiny/398.webp index bd00d77..dc95289 100644 Binary files a/static/sprites-small/home/shiny/398.webp and b/static/sprites-small/home/shiny/398.webp differ diff --git a/static/sprites-small/home/shiny/399.webp b/static/sprites-small/home/shiny/399.webp index e5c88c5..e07fe8f 100644 Binary files a/static/sprites-small/home/shiny/399.webp and b/static/sprites-small/home/shiny/399.webp differ diff --git a/static/sprites-small/home/shiny/4.webp b/static/sprites-small/home/shiny/4.webp index a19a417..52cce86 100644 Binary files a/static/sprites-small/home/shiny/4.webp and b/static/sprites-small/home/shiny/4.webp differ diff --git a/static/sprites-small/home/shiny/40.webp b/static/sprites-small/home/shiny/40.webp index 2d6aed4..24755e4 100644 Binary files a/static/sprites-small/home/shiny/40.webp and b/static/sprites-small/home/shiny/40.webp differ diff --git a/static/sprites-small/home/shiny/400.webp b/static/sprites-small/home/shiny/400.webp index 46a4cfe..e900cd6 100644 Binary files a/static/sprites-small/home/shiny/400.webp and b/static/sprites-small/home/shiny/400.webp differ diff --git a/static/sprites-small/home/shiny/401.webp b/static/sprites-small/home/shiny/401.webp index 3e99627..2ad7611 100644 Binary files a/static/sprites-small/home/shiny/401.webp and b/static/sprites-small/home/shiny/401.webp differ diff --git a/static/sprites-small/home/shiny/402.webp b/static/sprites-small/home/shiny/402.webp index b5e0d71..5e23323 100644 Binary files a/static/sprites-small/home/shiny/402.webp and b/static/sprites-small/home/shiny/402.webp differ diff --git a/static/sprites-small/home/shiny/403.webp b/static/sprites-small/home/shiny/403.webp index 6dcef21..16cbdac 100644 Binary files a/static/sprites-small/home/shiny/403.webp and b/static/sprites-small/home/shiny/403.webp differ diff --git a/static/sprites-small/home/shiny/404.webp b/static/sprites-small/home/shiny/404.webp index 282c396..dd14be7 100644 Binary files a/static/sprites-small/home/shiny/404.webp and b/static/sprites-small/home/shiny/404.webp differ diff --git a/static/sprites-small/home/shiny/405.webp b/static/sprites-small/home/shiny/405.webp index aa91f0b..60ba98d 100644 Binary files a/static/sprites-small/home/shiny/405.webp and b/static/sprites-small/home/shiny/405.webp differ diff --git a/static/sprites-small/home/shiny/406.webp b/static/sprites-small/home/shiny/406.webp index fe23fa5..adc8aec 100644 Binary files a/static/sprites-small/home/shiny/406.webp and b/static/sprites-small/home/shiny/406.webp differ diff --git a/static/sprites-small/home/shiny/407.webp b/static/sprites-small/home/shiny/407.webp index ab230cd..5addb75 100644 Binary files a/static/sprites-small/home/shiny/407.webp and b/static/sprites-small/home/shiny/407.webp differ diff --git a/static/sprites-small/home/shiny/408.webp b/static/sprites-small/home/shiny/408.webp index 9ab0c03..ca35c25 100644 Binary files a/static/sprites-small/home/shiny/408.webp and b/static/sprites-small/home/shiny/408.webp differ diff --git a/static/sprites-small/home/shiny/409.webp b/static/sprites-small/home/shiny/409.webp index 4af2d6d..472f61f 100644 Binary files a/static/sprites-small/home/shiny/409.webp and b/static/sprites-small/home/shiny/409.webp differ diff --git a/static/sprites-small/home/shiny/41.webp b/static/sprites-small/home/shiny/41.webp index ab0a81b..20da5c5 100644 Binary files a/static/sprites-small/home/shiny/41.webp and b/static/sprites-small/home/shiny/41.webp differ diff --git a/static/sprites-small/home/shiny/410.webp b/static/sprites-small/home/shiny/410.webp index f4aa0de..9aed0cf 100644 Binary files a/static/sprites-small/home/shiny/410.webp and b/static/sprites-small/home/shiny/410.webp differ diff --git a/static/sprites-small/home/shiny/411.webp b/static/sprites-small/home/shiny/411.webp index 67e6813..a6bed5f 100644 Binary files a/static/sprites-small/home/shiny/411.webp and b/static/sprites-small/home/shiny/411.webp differ diff --git a/static/sprites-small/home/shiny/412-plant.webp b/static/sprites-small/home/shiny/412-plant.webp index 1a8bf2c..db65b9f 100644 Binary files a/static/sprites-small/home/shiny/412-plant.webp and b/static/sprites-small/home/shiny/412-plant.webp differ diff --git a/static/sprites-small/home/shiny/412-sandy.webp b/static/sprites-small/home/shiny/412-sandy.webp index fd69887..aa22a2b 100644 Binary files a/static/sprites-small/home/shiny/412-sandy.webp and b/static/sprites-small/home/shiny/412-sandy.webp differ diff --git a/static/sprites-small/home/shiny/412-trash.webp b/static/sprites-small/home/shiny/412-trash.webp index 008acd4..7c45085 100644 Binary files a/static/sprites-small/home/shiny/412-trash.webp and b/static/sprites-small/home/shiny/412-trash.webp differ diff --git a/static/sprites-small/home/shiny/412.webp b/static/sprites-small/home/shiny/412.webp index 1a8bf2c..db65b9f 100644 Binary files a/static/sprites-small/home/shiny/412.webp and b/static/sprites-small/home/shiny/412.webp differ diff --git a/static/sprites-small/home/shiny/413-plant.webp b/static/sprites-small/home/shiny/413-plant.webp index 2837cd9..3b4ae92 100644 Binary files a/static/sprites-small/home/shiny/413-plant.webp and b/static/sprites-small/home/shiny/413-plant.webp differ diff --git a/static/sprites-small/home/shiny/413-sandy.webp b/static/sprites-small/home/shiny/413-sandy.webp index 5ed2f49..31e04e7 100644 Binary files a/static/sprites-small/home/shiny/413-sandy.webp and b/static/sprites-small/home/shiny/413-sandy.webp differ diff --git a/static/sprites-small/home/shiny/413-trash.webp b/static/sprites-small/home/shiny/413-trash.webp index 024a74b..054c195 100644 Binary files a/static/sprites-small/home/shiny/413-trash.webp and b/static/sprites-small/home/shiny/413-trash.webp differ diff --git a/static/sprites-small/home/shiny/413.webp b/static/sprites-small/home/shiny/413.webp index 2837cd9..3b4ae92 100644 Binary files a/static/sprites-small/home/shiny/413.webp and b/static/sprites-small/home/shiny/413.webp differ diff --git a/static/sprites-small/home/shiny/414.webp b/static/sprites-small/home/shiny/414.webp index e17a2d9..3016132 100644 Binary files a/static/sprites-small/home/shiny/414.webp and b/static/sprites-small/home/shiny/414.webp differ diff --git a/static/sprites-small/home/shiny/415.webp b/static/sprites-small/home/shiny/415.webp index 0fc738d..2293b94 100644 Binary files a/static/sprites-small/home/shiny/415.webp and b/static/sprites-small/home/shiny/415.webp differ diff --git a/static/sprites-small/home/shiny/416.webp b/static/sprites-small/home/shiny/416.webp index 0dec707..ecebafc 100644 Binary files a/static/sprites-small/home/shiny/416.webp and b/static/sprites-small/home/shiny/416.webp differ diff --git a/static/sprites-small/home/shiny/417.webp b/static/sprites-small/home/shiny/417.webp index aed5939..2cde90f 100644 Binary files a/static/sprites-small/home/shiny/417.webp and b/static/sprites-small/home/shiny/417.webp differ diff --git a/static/sprites-small/home/shiny/418.webp b/static/sprites-small/home/shiny/418.webp index d5a439d..cd6372e 100644 Binary files a/static/sprites-small/home/shiny/418.webp and b/static/sprites-small/home/shiny/418.webp differ diff --git a/static/sprites-small/home/shiny/419.webp b/static/sprites-small/home/shiny/419.webp index f944ce9..65cfb57 100644 Binary files a/static/sprites-small/home/shiny/419.webp and b/static/sprites-small/home/shiny/419.webp differ diff --git a/static/sprites-small/home/shiny/42.webp b/static/sprites-small/home/shiny/42.webp index 6758895..719d60c 100644 Binary files a/static/sprites-small/home/shiny/42.webp and b/static/sprites-small/home/shiny/42.webp differ diff --git a/static/sprites-small/home/shiny/420.webp b/static/sprites-small/home/shiny/420.webp index 251416c..3aaff1f 100644 Binary files a/static/sprites-small/home/shiny/420.webp and b/static/sprites-small/home/shiny/420.webp differ diff --git a/static/sprites-small/home/shiny/421-overcast.webp b/static/sprites-small/home/shiny/421-overcast.webp index 123fb5a..4be9b02 100644 Binary files a/static/sprites-small/home/shiny/421-overcast.webp and b/static/sprites-small/home/shiny/421-overcast.webp differ diff --git a/static/sprites-small/home/shiny/421-sunshine.webp b/static/sprites-small/home/shiny/421-sunshine.webp index 1a894c6..e8c127c 100644 Binary files a/static/sprites-small/home/shiny/421-sunshine.webp and b/static/sprites-small/home/shiny/421-sunshine.webp differ diff --git a/static/sprites-small/home/shiny/421.webp b/static/sprites-small/home/shiny/421.webp index 123fb5a..4be9b02 100644 Binary files a/static/sprites-small/home/shiny/421.webp and b/static/sprites-small/home/shiny/421.webp differ diff --git a/static/sprites-small/home/shiny/422-east.webp b/static/sprites-small/home/shiny/422-east.webp index 7129d7f..338f6f3 100644 Binary files a/static/sprites-small/home/shiny/422-east.webp and b/static/sprites-small/home/shiny/422-east.webp differ diff --git a/static/sprites-small/home/shiny/422-west.webp b/static/sprites-small/home/shiny/422-west.webp index a1ba5c0..d0d7951 100644 Binary files a/static/sprites-small/home/shiny/422-west.webp and b/static/sprites-small/home/shiny/422-west.webp differ diff --git a/static/sprites-small/home/shiny/422.webp b/static/sprites-small/home/shiny/422.webp index a1ba5c0..d0d7951 100644 Binary files a/static/sprites-small/home/shiny/422.webp and b/static/sprites-small/home/shiny/422.webp differ diff --git a/static/sprites-small/home/shiny/423-east.webp b/static/sprites-small/home/shiny/423-east.webp index 0d7f5a9..b86f905 100644 Binary files a/static/sprites-small/home/shiny/423-east.webp and b/static/sprites-small/home/shiny/423-east.webp differ diff --git a/static/sprites-small/home/shiny/423-west.webp b/static/sprites-small/home/shiny/423-west.webp index 0e0af51..ea73d1c 100644 Binary files a/static/sprites-small/home/shiny/423-west.webp and b/static/sprites-small/home/shiny/423-west.webp differ diff --git a/static/sprites-small/home/shiny/423.webp b/static/sprites-small/home/shiny/423.webp index 0e0af51..ea73d1c 100644 Binary files a/static/sprites-small/home/shiny/423.webp and b/static/sprites-small/home/shiny/423.webp differ diff --git a/static/sprites-small/home/shiny/424.webp b/static/sprites-small/home/shiny/424.webp index 6249202..97e3235 100644 Binary files a/static/sprites-small/home/shiny/424.webp and b/static/sprites-small/home/shiny/424.webp differ diff --git a/static/sprites-small/home/shiny/425.webp b/static/sprites-small/home/shiny/425.webp index 9c10a25..2317745 100644 Binary files a/static/sprites-small/home/shiny/425.webp and b/static/sprites-small/home/shiny/425.webp differ diff --git a/static/sprites-small/home/shiny/426.webp b/static/sprites-small/home/shiny/426.webp index 09aaaa6..bb660bb 100644 Binary files a/static/sprites-small/home/shiny/426.webp and b/static/sprites-small/home/shiny/426.webp differ diff --git a/static/sprites-small/home/shiny/427.webp b/static/sprites-small/home/shiny/427.webp index 0765d73..4989bbc 100644 Binary files a/static/sprites-small/home/shiny/427.webp and b/static/sprites-small/home/shiny/427.webp differ diff --git a/static/sprites-small/home/shiny/428.webp b/static/sprites-small/home/shiny/428.webp index 2a90829..fc31170 100644 Binary files a/static/sprites-small/home/shiny/428.webp and b/static/sprites-small/home/shiny/428.webp differ diff --git a/static/sprites-small/home/shiny/429.webp b/static/sprites-small/home/shiny/429.webp index 6e697af..fb17ca5 100644 Binary files a/static/sprites-small/home/shiny/429.webp and b/static/sprites-small/home/shiny/429.webp differ diff --git a/static/sprites-small/home/shiny/43.webp b/static/sprites-small/home/shiny/43.webp index 8723d85..aa2450d 100644 Binary files a/static/sprites-small/home/shiny/43.webp and b/static/sprites-small/home/shiny/43.webp differ diff --git a/static/sprites-small/home/shiny/430.webp b/static/sprites-small/home/shiny/430.webp index e9378cb..3052b12 100644 Binary files a/static/sprites-small/home/shiny/430.webp and b/static/sprites-small/home/shiny/430.webp differ diff --git a/static/sprites-small/home/shiny/431.webp b/static/sprites-small/home/shiny/431.webp index 88185e5..5b393b2 100644 Binary files a/static/sprites-small/home/shiny/431.webp and b/static/sprites-small/home/shiny/431.webp differ diff --git a/static/sprites-small/home/shiny/432.webp b/static/sprites-small/home/shiny/432.webp index 28641d5..641f37e 100644 Binary files a/static/sprites-small/home/shiny/432.webp and b/static/sprites-small/home/shiny/432.webp differ diff --git a/static/sprites-small/home/shiny/433.webp b/static/sprites-small/home/shiny/433.webp index f2032a6..412413a 100644 Binary files a/static/sprites-small/home/shiny/433.webp and b/static/sprites-small/home/shiny/433.webp differ diff --git a/static/sprites-small/home/shiny/434.webp b/static/sprites-small/home/shiny/434.webp index 65b82bc..7bbead1 100644 Binary files a/static/sprites-small/home/shiny/434.webp and b/static/sprites-small/home/shiny/434.webp differ diff --git a/static/sprites-small/home/shiny/435.webp b/static/sprites-small/home/shiny/435.webp index 6da9712..8cb9a95 100644 Binary files a/static/sprites-small/home/shiny/435.webp and b/static/sprites-small/home/shiny/435.webp differ diff --git a/static/sprites-small/home/shiny/436.webp b/static/sprites-small/home/shiny/436.webp index 262f83a..822b8cf 100644 Binary files a/static/sprites-small/home/shiny/436.webp and b/static/sprites-small/home/shiny/436.webp differ diff --git a/static/sprites-small/home/shiny/437.webp b/static/sprites-small/home/shiny/437.webp index 3e7ddd1..e0584b5 100644 Binary files a/static/sprites-small/home/shiny/437.webp and b/static/sprites-small/home/shiny/437.webp differ diff --git a/static/sprites-small/home/shiny/438.webp b/static/sprites-small/home/shiny/438.webp index ffbff1a..47e3cae 100644 Binary files a/static/sprites-small/home/shiny/438.webp and b/static/sprites-small/home/shiny/438.webp differ diff --git a/static/sprites-small/home/shiny/439.webp b/static/sprites-small/home/shiny/439.webp index 41a3423..5d4232a 100644 Binary files a/static/sprites-small/home/shiny/439.webp and b/static/sprites-small/home/shiny/439.webp differ diff --git a/static/sprites-small/home/shiny/44.webp b/static/sprites-small/home/shiny/44.webp index 07d1ab2..4e3e1dc 100644 Binary files a/static/sprites-small/home/shiny/44.webp and b/static/sprites-small/home/shiny/44.webp differ diff --git a/static/sprites-small/home/shiny/440.webp b/static/sprites-small/home/shiny/440.webp index c5f3eba..db24a22 100644 Binary files a/static/sprites-small/home/shiny/440.webp and b/static/sprites-small/home/shiny/440.webp differ diff --git a/static/sprites-small/home/shiny/441.webp b/static/sprites-small/home/shiny/441.webp index acc75c9..7e0e331 100644 Binary files a/static/sprites-small/home/shiny/441.webp and b/static/sprites-small/home/shiny/441.webp differ diff --git a/static/sprites-small/home/shiny/442.webp b/static/sprites-small/home/shiny/442.webp index 2b11117..1d6483f 100644 Binary files a/static/sprites-small/home/shiny/442.webp and b/static/sprites-small/home/shiny/442.webp differ diff --git a/static/sprites-small/home/shiny/443.webp b/static/sprites-small/home/shiny/443.webp index 9875e94..f79b0fe 100644 Binary files a/static/sprites-small/home/shiny/443.webp and b/static/sprites-small/home/shiny/443.webp differ diff --git a/static/sprites-small/home/shiny/444.webp b/static/sprites-small/home/shiny/444.webp index b9112ab..b3f4bff 100644 Binary files a/static/sprites-small/home/shiny/444.webp and b/static/sprites-small/home/shiny/444.webp differ diff --git a/static/sprites-small/home/shiny/445.webp b/static/sprites-small/home/shiny/445.webp index d60c195..396794a 100644 Binary files a/static/sprites-small/home/shiny/445.webp and b/static/sprites-small/home/shiny/445.webp differ diff --git a/static/sprites-small/home/shiny/446.webp b/static/sprites-small/home/shiny/446.webp index 0dde786..1d2d0f3 100644 Binary files a/static/sprites-small/home/shiny/446.webp and b/static/sprites-small/home/shiny/446.webp differ diff --git a/static/sprites-small/home/shiny/447.webp b/static/sprites-small/home/shiny/447.webp index 78b3970..587eb88 100644 Binary files a/static/sprites-small/home/shiny/447.webp and b/static/sprites-small/home/shiny/447.webp differ diff --git a/static/sprites-small/home/shiny/448.webp b/static/sprites-small/home/shiny/448.webp index 6689888..b928e1c 100644 Binary files a/static/sprites-small/home/shiny/448.webp and b/static/sprites-small/home/shiny/448.webp differ diff --git a/static/sprites-small/home/shiny/449.webp b/static/sprites-small/home/shiny/449.webp index a7a3a02..035ca23 100644 Binary files a/static/sprites-small/home/shiny/449.webp and b/static/sprites-small/home/shiny/449.webp differ diff --git a/static/sprites-small/home/shiny/45.webp b/static/sprites-small/home/shiny/45.webp index 92cc5fb..c624e45 100644 Binary files a/static/sprites-small/home/shiny/45.webp and b/static/sprites-small/home/shiny/45.webp differ diff --git a/static/sprites-small/home/shiny/450.webp b/static/sprites-small/home/shiny/450.webp index bc44363..0862982 100644 Binary files a/static/sprites-small/home/shiny/450.webp and b/static/sprites-small/home/shiny/450.webp differ diff --git a/static/sprites-small/home/shiny/451.webp b/static/sprites-small/home/shiny/451.webp index fa0b7ba..10f17f3 100644 Binary files a/static/sprites-small/home/shiny/451.webp and b/static/sprites-small/home/shiny/451.webp differ diff --git a/static/sprites-small/home/shiny/452.webp b/static/sprites-small/home/shiny/452.webp index cb434fc..433a496 100644 Binary files a/static/sprites-small/home/shiny/452.webp and b/static/sprites-small/home/shiny/452.webp differ diff --git a/static/sprites-small/home/shiny/453.webp b/static/sprites-small/home/shiny/453.webp index b268914..f0672d1 100644 Binary files a/static/sprites-small/home/shiny/453.webp and b/static/sprites-small/home/shiny/453.webp differ diff --git a/static/sprites-small/home/shiny/454.webp b/static/sprites-small/home/shiny/454.webp index 30421ea..5ec7729 100644 Binary files a/static/sprites-small/home/shiny/454.webp and b/static/sprites-small/home/shiny/454.webp differ diff --git a/static/sprites-small/home/shiny/455.webp b/static/sprites-small/home/shiny/455.webp index 9dd8710..fe4098c 100644 Binary files a/static/sprites-small/home/shiny/455.webp and b/static/sprites-small/home/shiny/455.webp differ diff --git a/static/sprites-small/home/shiny/456.webp b/static/sprites-small/home/shiny/456.webp index 540b980..9274514 100644 Binary files a/static/sprites-small/home/shiny/456.webp and b/static/sprites-small/home/shiny/456.webp differ diff --git a/static/sprites-small/home/shiny/457.webp b/static/sprites-small/home/shiny/457.webp index d17de53..7373369 100644 Binary files a/static/sprites-small/home/shiny/457.webp and b/static/sprites-small/home/shiny/457.webp differ diff --git a/static/sprites-small/home/shiny/458.webp b/static/sprites-small/home/shiny/458.webp index a5a8c9c..b8875e0 100644 Binary files a/static/sprites-small/home/shiny/458.webp and b/static/sprites-small/home/shiny/458.webp differ diff --git a/static/sprites-small/home/shiny/459.webp b/static/sprites-small/home/shiny/459.webp index e740c8f..7cd69b9 100644 Binary files a/static/sprites-small/home/shiny/459.webp and b/static/sprites-small/home/shiny/459.webp differ diff --git a/static/sprites-small/home/shiny/46.webp b/static/sprites-small/home/shiny/46.webp index 28a8510..c115b57 100644 Binary files a/static/sprites-small/home/shiny/46.webp and b/static/sprites-small/home/shiny/46.webp differ diff --git a/static/sprites-small/home/shiny/460.webp b/static/sprites-small/home/shiny/460.webp index 8094406..1c2f367 100644 Binary files a/static/sprites-small/home/shiny/460.webp and b/static/sprites-small/home/shiny/460.webp differ diff --git a/static/sprites-small/home/shiny/461.webp b/static/sprites-small/home/shiny/461.webp index 4ab56e0..9d18aaf 100644 Binary files a/static/sprites-small/home/shiny/461.webp and b/static/sprites-small/home/shiny/461.webp differ diff --git a/static/sprites-small/home/shiny/462.webp b/static/sprites-small/home/shiny/462.webp index 21afbdf..83657a6 100644 Binary files a/static/sprites-small/home/shiny/462.webp and b/static/sprites-small/home/shiny/462.webp differ diff --git a/static/sprites-small/home/shiny/463.webp b/static/sprites-small/home/shiny/463.webp index 586fc57..a8de10b 100644 Binary files a/static/sprites-small/home/shiny/463.webp and b/static/sprites-small/home/shiny/463.webp differ diff --git a/static/sprites-small/home/shiny/464.webp b/static/sprites-small/home/shiny/464.webp index 16fd19c..ea8bf80 100644 Binary files a/static/sprites-small/home/shiny/464.webp and b/static/sprites-small/home/shiny/464.webp differ diff --git a/static/sprites-small/home/shiny/465.webp b/static/sprites-small/home/shiny/465.webp index f3ed1c4..926e972 100644 Binary files a/static/sprites-small/home/shiny/465.webp and b/static/sprites-small/home/shiny/465.webp differ diff --git a/static/sprites-small/home/shiny/466.webp b/static/sprites-small/home/shiny/466.webp index 6101044..638cd71 100644 Binary files a/static/sprites-small/home/shiny/466.webp and b/static/sprites-small/home/shiny/466.webp differ diff --git a/static/sprites-small/home/shiny/467.webp b/static/sprites-small/home/shiny/467.webp index 98a342c..bc7e909 100644 Binary files a/static/sprites-small/home/shiny/467.webp and b/static/sprites-small/home/shiny/467.webp differ diff --git a/static/sprites-small/home/shiny/468.webp b/static/sprites-small/home/shiny/468.webp index 70901a3..9c9b8e4 100644 Binary files a/static/sprites-small/home/shiny/468.webp and b/static/sprites-small/home/shiny/468.webp differ diff --git a/static/sprites-small/home/shiny/469.webp b/static/sprites-small/home/shiny/469.webp index bc548ea..3c9be78 100644 Binary files a/static/sprites-small/home/shiny/469.webp and b/static/sprites-small/home/shiny/469.webp differ diff --git a/static/sprites-small/home/shiny/47.webp b/static/sprites-small/home/shiny/47.webp index 5a8a23e..f2cd368 100644 Binary files a/static/sprites-small/home/shiny/47.webp and b/static/sprites-small/home/shiny/47.webp differ diff --git a/static/sprites-small/home/shiny/470.webp b/static/sprites-small/home/shiny/470.webp index 0522d77..3ff60ef 100644 Binary files a/static/sprites-small/home/shiny/470.webp and b/static/sprites-small/home/shiny/470.webp differ diff --git a/static/sprites-small/home/shiny/471.webp b/static/sprites-small/home/shiny/471.webp index 4270c7d..03a4846 100644 Binary files a/static/sprites-small/home/shiny/471.webp and b/static/sprites-small/home/shiny/471.webp differ diff --git a/static/sprites-small/home/shiny/472.webp b/static/sprites-small/home/shiny/472.webp index 9d25d5a..2890210 100644 Binary files a/static/sprites-small/home/shiny/472.webp and b/static/sprites-small/home/shiny/472.webp differ diff --git a/static/sprites-small/home/shiny/473.webp b/static/sprites-small/home/shiny/473.webp index a1af42b..551408f 100644 Binary files a/static/sprites-small/home/shiny/473.webp and b/static/sprites-small/home/shiny/473.webp differ diff --git a/static/sprites-small/home/shiny/474.webp b/static/sprites-small/home/shiny/474.webp index a94f0d3..2b7e3f3 100644 Binary files a/static/sprites-small/home/shiny/474.webp and b/static/sprites-small/home/shiny/474.webp differ diff --git a/static/sprites-small/home/shiny/475.webp b/static/sprites-small/home/shiny/475.webp index 179b72d..152366b 100644 Binary files a/static/sprites-small/home/shiny/475.webp and b/static/sprites-small/home/shiny/475.webp differ diff --git a/static/sprites-small/home/shiny/476.webp b/static/sprites-small/home/shiny/476.webp index c33fc19..1c767e7 100644 Binary files a/static/sprites-small/home/shiny/476.webp and b/static/sprites-small/home/shiny/476.webp differ diff --git a/static/sprites-small/home/shiny/477.webp b/static/sprites-small/home/shiny/477.webp index e2b5395..6bcb561 100644 Binary files a/static/sprites-small/home/shiny/477.webp and b/static/sprites-small/home/shiny/477.webp differ diff --git a/static/sprites-small/home/shiny/478.webp b/static/sprites-small/home/shiny/478.webp index 89b3d8d..c0f5439 100644 Binary files a/static/sprites-small/home/shiny/478.webp and b/static/sprites-small/home/shiny/478.webp differ diff --git a/static/sprites-small/home/shiny/479.webp b/static/sprites-small/home/shiny/479.webp index dafb293..0fc2c38 100644 Binary files a/static/sprites-small/home/shiny/479.webp and b/static/sprites-small/home/shiny/479.webp differ diff --git a/static/sprites-small/home/shiny/48.webp b/static/sprites-small/home/shiny/48.webp index 3125401..7496f0a 100644 Binary files a/static/sprites-small/home/shiny/48.webp and b/static/sprites-small/home/shiny/48.webp differ diff --git a/static/sprites-small/home/shiny/480.webp b/static/sprites-small/home/shiny/480.webp index a9ba4c1..8cb6e5e 100644 Binary files a/static/sprites-small/home/shiny/480.webp and b/static/sprites-small/home/shiny/480.webp differ diff --git a/static/sprites-small/home/shiny/481.webp b/static/sprites-small/home/shiny/481.webp index 4aa0aea..b384a79 100644 Binary files a/static/sprites-small/home/shiny/481.webp and b/static/sprites-small/home/shiny/481.webp differ diff --git a/static/sprites-small/home/shiny/482.webp b/static/sprites-small/home/shiny/482.webp index 56f90b6..5449cf8 100644 Binary files a/static/sprites-small/home/shiny/482.webp and b/static/sprites-small/home/shiny/482.webp differ diff --git a/static/sprites-small/home/shiny/483.webp b/static/sprites-small/home/shiny/483.webp index 916d9b4..90f96b8 100644 Binary files a/static/sprites-small/home/shiny/483.webp and b/static/sprites-small/home/shiny/483.webp differ diff --git a/static/sprites-small/home/shiny/484.webp b/static/sprites-small/home/shiny/484.webp index 3fdc4d2..4afd123 100644 Binary files a/static/sprites-small/home/shiny/484.webp and b/static/sprites-small/home/shiny/484.webp differ diff --git a/static/sprites-small/home/shiny/485.webp b/static/sprites-small/home/shiny/485.webp index 6cff263..f62ff39 100644 Binary files a/static/sprites-small/home/shiny/485.webp and b/static/sprites-small/home/shiny/485.webp differ diff --git a/static/sprites-small/home/shiny/486.webp b/static/sprites-small/home/shiny/486.webp index 6216a8f..0999751 100644 Binary files a/static/sprites-small/home/shiny/486.webp and b/static/sprites-small/home/shiny/486.webp differ diff --git a/static/sprites-small/home/shiny/487.webp b/static/sprites-small/home/shiny/487.webp index a3ff77a..fd83610 100644 Binary files a/static/sprites-small/home/shiny/487.webp and b/static/sprites-small/home/shiny/487.webp differ diff --git a/static/sprites-small/home/shiny/488.webp b/static/sprites-small/home/shiny/488.webp index 81aa09c..666d2fa 100644 Binary files a/static/sprites-small/home/shiny/488.webp and b/static/sprites-small/home/shiny/488.webp differ diff --git a/static/sprites-small/home/shiny/489.webp b/static/sprites-small/home/shiny/489.webp index d9fdcac..79762a9 100644 Binary files a/static/sprites-small/home/shiny/489.webp and b/static/sprites-small/home/shiny/489.webp differ diff --git a/static/sprites-small/home/shiny/49.webp b/static/sprites-small/home/shiny/49.webp index d3430a0..9496184 100644 Binary files a/static/sprites-small/home/shiny/49.webp and b/static/sprites-small/home/shiny/49.webp differ diff --git a/static/sprites-small/home/shiny/490.webp b/static/sprites-small/home/shiny/490.webp index 1272f5c..089f2f8 100644 Binary files a/static/sprites-small/home/shiny/490.webp and b/static/sprites-small/home/shiny/490.webp differ diff --git a/static/sprites-small/home/shiny/491.webp b/static/sprites-small/home/shiny/491.webp index 0837dee..e01f6a9 100644 Binary files a/static/sprites-small/home/shiny/491.webp and b/static/sprites-small/home/shiny/491.webp differ diff --git a/static/sprites-small/home/shiny/492.webp b/static/sprites-small/home/shiny/492.webp index dcdc1b1..b27316d 100644 Binary files a/static/sprites-small/home/shiny/492.webp and b/static/sprites-small/home/shiny/492.webp differ diff --git a/static/sprites-small/home/shiny/493-bug.webp b/static/sprites-small/home/shiny/493-bug.webp index e96d7ff..8a3dc1a 100644 Binary files a/static/sprites-small/home/shiny/493-bug.webp and b/static/sprites-small/home/shiny/493-bug.webp differ diff --git a/static/sprites-small/home/shiny/493-dark.webp b/static/sprites-small/home/shiny/493-dark.webp index 53c8b84..5eb2acb 100644 Binary files a/static/sprites-small/home/shiny/493-dark.webp and b/static/sprites-small/home/shiny/493-dark.webp differ diff --git a/static/sprites-small/home/shiny/493-dragon.webp b/static/sprites-small/home/shiny/493-dragon.webp index 797fa40..222649b 100644 Binary files a/static/sprites-small/home/shiny/493-dragon.webp and b/static/sprites-small/home/shiny/493-dragon.webp differ diff --git a/static/sprites-small/home/shiny/493-electric.webp b/static/sprites-small/home/shiny/493-electric.webp index d83b36e..95bf6c3 100644 Binary files a/static/sprites-small/home/shiny/493-electric.webp and b/static/sprites-small/home/shiny/493-electric.webp differ diff --git a/static/sprites-small/home/shiny/493-fairy.webp b/static/sprites-small/home/shiny/493-fairy.webp index 7fb900b..e0e4b56 100644 Binary files a/static/sprites-small/home/shiny/493-fairy.webp and b/static/sprites-small/home/shiny/493-fairy.webp differ diff --git a/static/sprites-small/home/shiny/493-fighting.webp b/static/sprites-small/home/shiny/493-fighting.webp index 689d21f..5192361 100644 Binary files a/static/sprites-small/home/shiny/493-fighting.webp and b/static/sprites-small/home/shiny/493-fighting.webp differ diff --git a/static/sprites-small/home/shiny/493-fire.webp b/static/sprites-small/home/shiny/493-fire.webp index 0c74681..8595595 100644 Binary files a/static/sprites-small/home/shiny/493-fire.webp and b/static/sprites-small/home/shiny/493-fire.webp differ diff --git a/static/sprites-small/home/shiny/493-flying.webp b/static/sprites-small/home/shiny/493-flying.webp index 73ddabf..f2c8220 100644 Binary files a/static/sprites-small/home/shiny/493-flying.webp and b/static/sprites-small/home/shiny/493-flying.webp differ diff --git a/static/sprites-small/home/shiny/493-ghost.webp b/static/sprites-small/home/shiny/493-ghost.webp index 90aafdd..b1ceba8 100644 Binary files a/static/sprites-small/home/shiny/493-ghost.webp and b/static/sprites-small/home/shiny/493-ghost.webp differ diff --git a/static/sprites-small/home/shiny/493-grass.webp b/static/sprites-small/home/shiny/493-grass.webp index d57a1d0..480c705 100644 Binary files a/static/sprites-small/home/shiny/493-grass.webp and b/static/sprites-small/home/shiny/493-grass.webp differ diff --git a/static/sprites-small/home/shiny/493-ground.webp b/static/sprites-small/home/shiny/493-ground.webp index d3f9e2b..518c690 100644 Binary files a/static/sprites-small/home/shiny/493-ground.webp and b/static/sprites-small/home/shiny/493-ground.webp differ diff --git a/static/sprites-small/home/shiny/493-ice.webp b/static/sprites-small/home/shiny/493-ice.webp index 69d3e20..3e2368e 100644 Binary files a/static/sprites-small/home/shiny/493-ice.webp and b/static/sprites-small/home/shiny/493-ice.webp differ diff --git a/static/sprites-small/home/shiny/493-poison.webp b/static/sprites-small/home/shiny/493-poison.webp index 9ee9a8e..0cbc81d 100644 Binary files a/static/sprites-small/home/shiny/493-poison.webp and b/static/sprites-small/home/shiny/493-poison.webp differ diff --git a/static/sprites-small/home/shiny/493-psychic.webp b/static/sprites-small/home/shiny/493-psychic.webp index 72eea99..a9c96b1 100644 Binary files a/static/sprites-small/home/shiny/493-psychic.webp and b/static/sprites-small/home/shiny/493-psychic.webp differ diff --git a/static/sprites-small/home/shiny/493-rock.webp b/static/sprites-small/home/shiny/493-rock.webp index de35615..5c2df39 100644 Binary files a/static/sprites-small/home/shiny/493-rock.webp and b/static/sprites-small/home/shiny/493-rock.webp differ diff --git a/static/sprites-small/home/shiny/493-steel.webp b/static/sprites-small/home/shiny/493-steel.webp index 867aaa8..5dad5b5 100644 Binary files a/static/sprites-small/home/shiny/493-steel.webp and b/static/sprites-small/home/shiny/493-steel.webp differ diff --git a/static/sprites-small/home/shiny/493-unknown.webp b/static/sprites-small/home/shiny/493-unknown.webp index 09ecc2b..f806eae 100644 Binary files a/static/sprites-small/home/shiny/493-unknown.webp and b/static/sprites-small/home/shiny/493-unknown.webp differ diff --git a/static/sprites-small/home/shiny/493-water.webp b/static/sprites-small/home/shiny/493-water.webp index dc1e2c2..93f097f 100644 Binary files a/static/sprites-small/home/shiny/493-water.webp and b/static/sprites-small/home/shiny/493-water.webp differ diff --git a/static/sprites-small/home/shiny/493.webp b/static/sprites-small/home/shiny/493.webp index 09ecc2b..f806eae 100644 Binary files a/static/sprites-small/home/shiny/493.webp and b/static/sprites-small/home/shiny/493.webp differ diff --git a/static/sprites-small/home/shiny/494.webp b/static/sprites-small/home/shiny/494.webp index 355b8d2..e51f19c 100644 Binary files a/static/sprites-small/home/shiny/494.webp and b/static/sprites-small/home/shiny/494.webp differ diff --git a/static/sprites-small/home/shiny/495.webp b/static/sprites-small/home/shiny/495.webp index 0715d3f..fa4b329 100644 Binary files a/static/sprites-small/home/shiny/495.webp and b/static/sprites-small/home/shiny/495.webp differ diff --git a/static/sprites-small/home/shiny/496.webp b/static/sprites-small/home/shiny/496.webp index d28664b..aa39b3a 100644 Binary files a/static/sprites-small/home/shiny/496.webp and b/static/sprites-small/home/shiny/496.webp differ diff --git a/static/sprites-small/home/shiny/497.webp b/static/sprites-small/home/shiny/497.webp index 75764c4..f596461 100644 Binary files a/static/sprites-small/home/shiny/497.webp and b/static/sprites-small/home/shiny/497.webp differ diff --git a/static/sprites-small/home/shiny/498.webp b/static/sprites-small/home/shiny/498.webp index ae35a8e..64d89f6 100644 Binary files a/static/sprites-small/home/shiny/498.webp and b/static/sprites-small/home/shiny/498.webp differ diff --git a/static/sprites-small/home/shiny/499.webp b/static/sprites-small/home/shiny/499.webp index 4a9a408..449e23b 100644 Binary files a/static/sprites-small/home/shiny/499.webp and b/static/sprites-small/home/shiny/499.webp differ diff --git a/static/sprites-small/home/shiny/5.webp b/static/sprites-small/home/shiny/5.webp index 8e5ffdd..0f2ce48 100644 Binary files a/static/sprites-small/home/shiny/5.webp and b/static/sprites-small/home/shiny/5.webp differ diff --git a/static/sprites-small/home/shiny/50.webp b/static/sprites-small/home/shiny/50.webp index 0ca8572..6c42dd5 100644 Binary files a/static/sprites-small/home/shiny/50.webp and b/static/sprites-small/home/shiny/50.webp differ diff --git a/static/sprites-small/home/shiny/500.webp b/static/sprites-small/home/shiny/500.webp index ff85c36..e720675 100644 Binary files a/static/sprites-small/home/shiny/500.webp and b/static/sprites-small/home/shiny/500.webp differ diff --git a/static/sprites-small/home/shiny/501.webp b/static/sprites-small/home/shiny/501.webp index 8d05ac9..408d9da 100644 Binary files a/static/sprites-small/home/shiny/501.webp and b/static/sprites-small/home/shiny/501.webp differ diff --git a/static/sprites-small/home/shiny/502.webp b/static/sprites-small/home/shiny/502.webp index 03ecbb6..80e6827 100644 Binary files a/static/sprites-small/home/shiny/502.webp and b/static/sprites-small/home/shiny/502.webp differ diff --git a/static/sprites-small/home/shiny/503.webp b/static/sprites-small/home/shiny/503.webp index 6218add..6c6d944 100644 Binary files a/static/sprites-small/home/shiny/503.webp and b/static/sprites-small/home/shiny/503.webp differ diff --git a/static/sprites-small/home/shiny/504.webp b/static/sprites-small/home/shiny/504.webp index 5d400a9..115d60c 100644 Binary files a/static/sprites-small/home/shiny/504.webp and b/static/sprites-small/home/shiny/504.webp differ diff --git a/static/sprites-small/home/shiny/505.webp b/static/sprites-small/home/shiny/505.webp index 409670b..b0ae190 100644 Binary files a/static/sprites-small/home/shiny/505.webp and b/static/sprites-small/home/shiny/505.webp differ diff --git a/static/sprites-small/home/shiny/506.webp b/static/sprites-small/home/shiny/506.webp index 5f20bfc..293bcc3 100644 Binary files a/static/sprites-small/home/shiny/506.webp and b/static/sprites-small/home/shiny/506.webp differ diff --git a/static/sprites-small/home/shiny/507.webp b/static/sprites-small/home/shiny/507.webp index 686fe40..630c203 100644 Binary files a/static/sprites-small/home/shiny/507.webp and b/static/sprites-small/home/shiny/507.webp differ diff --git a/static/sprites-small/home/shiny/508.webp b/static/sprites-small/home/shiny/508.webp index c6c0331..44c6314 100644 Binary files a/static/sprites-small/home/shiny/508.webp and b/static/sprites-small/home/shiny/508.webp differ diff --git a/static/sprites-small/home/shiny/509.webp b/static/sprites-small/home/shiny/509.webp index c6a25c9..0ebb1df 100644 Binary files a/static/sprites-small/home/shiny/509.webp and b/static/sprites-small/home/shiny/509.webp differ diff --git a/static/sprites-small/home/shiny/51.webp b/static/sprites-small/home/shiny/51.webp index 6b5f040..ee448ab 100644 Binary files a/static/sprites-small/home/shiny/51.webp and b/static/sprites-small/home/shiny/51.webp differ diff --git a/static/sprites-small/home/shiny/510.webp b/static/sprites-small/home/shiny/510.webp index e92abf2..180c210 100644 Binary files a/static/sprites-small/home/shiny/510.webp and b/static/sprites-small/home/shiny/510.webp differ diff --git a/static/sprites-small/home/shiny/511.webp b/static/sprites-small/home/shiny/511.webp index 0bc2f2d..a6f5236 100644 Binary files a/static/sprites-small/home/shiny/511.webp and b/static/sprites-small/home/shiny/511.webp differ diff --git a/static/sprites-small/home/shiny/512.webp b/static/sprites-small/home/shiny/512.webp index 2b7ccf2..9bdf09a 100644 Binary files a/static/sprites-small/home/shiny/512.webp and b/static/sprites-small/home/shiny/512.webp differ diff --git a/static/sprites-small/home/shiny/513.webp b/static/sprites-small/home/shiny/513.webp index 616cc83..9d66228 100644 Binary files a/static/sprites-small/home/shiny/513.webp and b/static/sprites-small/home/shiny/513.webp differ diff --git a/static/sprites-small/home/shiny/514.webp b/static/sprites-small/home/shiny/514.webp index e7767d6..be0c196 100644 Binary files a/static/sprites-small/home/shiny/514.webp and b/static/sprites-small/home/shiny/514.webp differ diff --git a/static/sprites-small/home/shiny/515.webp b/static/sprites-small/home/shiny/515.webp index d85eee2..c1e226e 100644 Binary files a/static/sprites-small/home/shiny/515.webp and b/static/sprites-small/home/shiny/515.webp differ diff --git a/static/sprites-small/home/shiny/516.webp b/static/sprites-small/home/shiny/516.webp index e99c8ab..1960723 100644 Binary files a/static/sprites-small/home/shiny/516.webp and b/static/sprites-small/home/shiny/516.webp differ diff --git a/static/sprites-small/home/shiny/517.webp b/static/sprites-small/home/shiny/517.webp index 8780bf3..70f7238 100644 Binary files a/static/sprites-small/home/shiny/517.webp and b/static/sprites-small/home/shiny/517.webp differ diff --git a/static/sprites-small/home/shiny/518.webp b/static/sprites-small/home/shiny/518.webp index f65675c..a7a4c1b 100644 Binary files a/static/sprites-small/home/shiny/518.webp and b/static/sprites-small/home/shiny/518.webp differ diff --git a/static/sprites-small/home/shiny/519.webp b/static/sprites-small/home/shiny/519.webp index 239dcd3..3907d6c 100644 Binary files a/static/sprites-small/home/shiny/519.webp and b/static/sprites-small/home/shiny/519.webp differ diff --git a/static/sprites-small/home/shiny/52.webp b/static/sprites-small/home/shiny/52.webp index e1596a5..50bf5e5 100644 Binary files a/static/sprites-small/home/shiny/52.webp and b/static/sprites-small/home/shiny/52.webp differ diff --git a/static/sprites-small/home/shiny/520.webp b/static/sprites-small/home/shiny/520.webp index 725ac02..d5b2411 100644 Binary files a/static/sprites-small/home/shiny/520.webp and b/static/sprites-small/home/shiny/520.webp differ diff --git a/static/sprites-small/home/shiny/521.webp b/static/sprites-small/home/shiny/521.webp index e6bb07d..d918f41 100644 Binary files a/static/sprites-small/home/shiny/521.webp and b/static/sprites-small/home/shiny/521.webp differ diff --git a/static/sprites-small/home/shiny/522.webp b/static/sprites-small/home/shiny/522.webp index eb4ec0a..b0475b5 100644 Binary files a/static/sprites-small/home/shiny/522.webp and b/static/sprites-small/home/shiny/522.webp differ diff --git a/static/sprites-small/home/shiny/523.webp b/static/sprites-small/home/shiny/523.webp index 7315d07..a85dd55 100644 Binary files a/static/sprites-small/home/shiny/523.webp and b/static/sprites-small/home/shiny/523.webp differ diff --git a/static/sprites-small/home/shiny/524.webp b/static/sprites-small/home/shiny/524.webp index b3a607b..d88f21d 100644 Binary files a/static/sprites-small/home/shiny/524.webp and b/static/sprites-small/home/shiny/524.webp differ diff --git a/static/sprites-small/home/shiny/525.webp b/static/sprites-small/home/shiny/525.webp index 444a519..98dcc60 100644 Binary files a/static/sprites-small/home/shiny/525.webp and b/static/sprites-small/home/shiny/525.webp differ diff --git a/static/sprites-small/home/shiny/526.webp b/static/sprites-small/home/shiny/526.webp index a89feae..495becc 100644 Binary files a/static/sprites-small/home/shiny/526.webp and b/static/sprites-small/home/shiny/526.webp differ diff --git a/static/sprites-small/home/shiny/527.webp b/static/sprites-small/home/shiny/527.webp index 21c6023..ac35c64 100644 Binary files a/static/sprites-small/home/shiny/527.webp and b/static/sprites-small/home/shiny/527.webp differ diff --git a/static/sprites-small/home/shiny/528.webp b/static/sprites-small/home/shiny/528.webp index cb4c41b..a3a64c6 100644 Binary files a/static/sprites-small/home/shiny/528.webp and b/static/sprites-small/home/shiny/528.webp differ diff --git a/static/sprites-small/home/shiny/529.webp b/static/sprites-small/home/shiny/529.webp index a9fcc77..053fa22 100644 Binary files a/static/sprites-small/home/shiny/529.webp and b/static/sprites-small/home/shiny/529.webp differ diff --git a/static/sprites-small/home/shiny/53.webp b/static/sprites-small/home/shiny/53.webp index bedf2bc..7372bbd 100644 Binary files a/static/sprites-small/home/shiny/53.webp and b/static/sprites-small/home/shiny/53.webp differ diff --git a/static/sprites-small/home/shiny/530.webp b/static/sprites-small/home/shiny/530.webp index 1d7ef5a..3021daa 100644 Binary files a/static/sprites-small/home/shiny/530.webp and b/static/sprites-small/home/shiny/530.webp differ diff --git a/static/sprites-small/home/shiny/531.webp b/static/sprites-small/home/shiny/531.webp index 298e4d2..c44083f 100644 Binary files a/static/sprites-small/home/shiny/531.webp and b/static/sprites-small/home/shiny/531.webp differ diff --git a/static/sprites-small/home/shiny/532.webp b/static/sprites-small/home/shiny/532.webp index d99f0b1..8e2097c 100644 Binary files a/static/sprites-small/home/shiny/532.webp and b/static/sprites-small/home/shiny/532.webp differ diff --git a/static/sprites-small/home/shiny/533.webp b/static/sprites-small/home/shiny/533.webp index 334be3e..547c6fe 100644 Binary files a/static/sprites-small/home/shiny/533.webp and b/static/sprites-small/home/shiny/533.webp differ diff --git a/static/sprites-small/home/shiny/534.webp b/static/sprites-small/home/shiny/534.webp index 73ce50b..19409a0 100644 Binary files a/static/sprites-small/home/shiny/534.webp and b/static/sprites-small/home/shiny/534.webp differ diff --git a/static/sprites-small/home/shiny/535.webp b/static/sprites-small/home/shiny/535.webp index 04c2cc6..8db6420 100644 Binary files a/static/sprites-small/home/shiny/535.webp and b/static/sprites-small/home/shiny/535.webp differ diff --git a/static/sprites-small/home/shiny/536.webp b/static/sprites-small/home/shiny/536.webp index c306430..318f1ee 100644 Binary files a/static/sprites-small/home/shiny/536.webp and b/static/sprites-small/home/shiny/536.webp differ diff --git a/static/sprites-small/home/shiny/537.webp b/static/sprites-small/home/shiny/537.webp index 6c61baf..845397f 100644 Binary files a/static/sprites-small/home/shiny/537.webp and b/static/sprites-small/home/shiny/537.webp differ diff --git a/static/sprites-small/home/shiny/538.webp b/static/sprites-small/home/shiny/538.webp index 124f7bc..e1701a5 100644 Binary files a/static/sprites-small/home/shiny/538.webp and b/static/sprites-small/home/shiny/538.webp differ diff --git a/static/sprites-small/home/shiny/539.webp b/static/sprites-small/home/shiny/539.webp index 59cd0c2..b963bf2 100644 Binary files a/static/sprites-small/home/shiny/539.webp and b/static/sprites-small/home/shiny/539.webp differ diff --git a/static/sprites-small/home/shiny/54.webp b/static/sprites-small/home/shiny/54.webp index 81567b0..14ff626 100644 Binary files a/static/sprites-small/home/shiny/54.webp and b/static/sprites-small/home/shiny/54.webp differ diff --git a/static/sprites-small/home/shiny/540.webp b/static/sprites-small/home/shiny/540.webp index 9a91890..8419e1a 100644 Binary files a/static/sprites-small/home/shiny/540.webp and b/static/sprites-small/home/shiny/540.webp differ diff --git a/static/sprites-small/home/shiny/541.webp b/static/sprites-small/home/shiny/541.webp index e66c948..c275251 100644 Binary files a/static/sprites-small/home/shiny/541.webp and b/static/sprites-small/home/shiny/541.webp differ diff --git a/static/sprites-small/home/shiny/542.webp b/static/sprites-small/home/shiny/542.webp index 7748bc9..5111697 100644 Binary files a/static/sprites-small/home/shiny/542.webp and b/static/sprites-small/home/shiny/542.webp differ diff --git a/static/sprites-small/home/shiny/543.webp b/static/sprites-small/home/shiny/543.webp index 045dfe1..6126fb1 100644 Binary files a/static/sprites-small/home/shiny/543.webp and b/static/sprites-small/home/shiny/543.webp differ diff --git a/static/sprites-small/home/shiny/544.webp b/static/sprites-small/home/shiny/544.webp index c389b5a..d1b28b0 100644 Binary files a/static/sprites-small/home/shiny/544.webp and b/static/sprites-small/home/shiny/544.webp differ diff --git a/static/sprites-small/home/shiny/545.webp b/static/sprites-small/home/shiny/545.webp index d1bcefb..5d9c198 100644 Binary files a/static/sprites-small/home/shiny/545.webp and b/static/sprites-small/home/shiny/545.webp differ diff --git a/static/sprites-small/home/shiny/546.webp b/static/sprites-small/home/shiny/546.webp index 289b61a..6c00dd1 100644 Binary files a/static/sprites-small/home/shiny/546.webp and b/static/sprites-small/home/shiny/546.webp differ diff --git a/static/sprites-small/home/shiny/547.webp b/static/sprites-small/home/shiny/547.webp index fec3510..3cdbb3d 100644 Binary files a/static/sprites-small/home/shiny/547.webp and b/static/sprites-small/home/shiny/547.webp differ diff --git a/static/sprites-small/home/shiny/548.webp b/static/sprites-small/home/shiny/548.webp index a99d7cc..81eda3d 100644 Binary files a/static/sprites-small/home/shiny/548.webp and b/static/sprites-small/home/shiny/548.webp differ diff --git a/static/sprites-small/home/shiny/549.webp b/static/sprites-small/home/shiny/549.webp index 1be7496..e83bcb1 100644 Binary files a/static/sprites-small/home/shiny/549.webp and b/static/sprites-small/home/shiny/549.webp differ diff --git a/static/sprites-small/home/shiny/55.webp b/static/sprites-small/home/shiny/55.webp index 58eec1a..69d0c01 100644 Binary files a/static/sprites-small/home/shiny/55.webp and b/static/sprites-small/home/shiny/55.webp differ diff --git a/static/sprites-small/home/shiny/550.webp b/static/sprites-small/home/shiny/550.webp index 2e8cf7d..29b07a2 100644 Binary files a/static/sprites-small/home/shiny/550.webp and b/static/sprites-small/home/shiny/550.webp differ diff --git a/static/sprites-small/home/shiny/551.webp b/static/sprites-small/home/shiny/551.webp index 89b1eca..fa9c6f7 100644 Binary files a/static/sprites-small/home/shiny/551.webp and b/static/sprites-small/home/shiny/551.webp differ diff --git a/static/sprites-small/home/shiny/552.webp b/static/sprites-small/home/shiny/552.webp index aaf333d..2622343 100644 Binary files a/static/sprites-small/home/shiny/552.webp and b/static/sprites-small/home/shiny/552.webp differ diff --git a/static/sprites-small/home/shiny/553.webp b/static/sprites-small/home/shiny/553.webp index a5cbcb3..6b878ad 100644 Binary files a/static/sprites-small/home/shiny/553.webp and b/static/sprites-small/home/shiny/553.webp differ diff --git a/static/sprites-small/home/shiny/554.webp b/static/sprites-small/home/shiny/554.webp index 1b88d82..bbe0c41 100644 Binary files a/static/sprites-small/home/shiny/554.webp and b/static/sprites-small/home/shiny/554.webp differ diff --git a/static/sprites-small/home/shiny/555.webp b/static/sprites-small/home/shiny/555.webp index 14fb6d7..d83db8b 100644 Binary files a/static/sprites-small/home/shiny/555.webp and b/static/sprites-small/home/shiny/555.webp differ diff --git a/static/sprites-small/home/shiny/556.webp b/static/sprites-small/home/shiny/556.webp index 0239f7e..81f3fbb 100644 Binary files a/static/sprites-small/home/shiny/556.webp and b/static/sprites-small/home/shiny/556.webp differ diff --git a/static/sprites-small/home/shiny/557.webp b/static/sprites-small/home/shiny/557.webp index c8a80aa..cf63d52 100644 Binary files a/static/sprites-small/home/shiny/557.webp and b/static/sprites-small/home/shiny/557.webp differ diff --git a/static/sprites-small/home/shiny/558.webp b/static/sprites-small/home/shiny/558.webp index 728d064..ce02f90 100644 Binary files a/static/sprites-small/home/shiny/558.webp and b/static/sprites-small/home/shiny/558.webp differ diff --git a/static/sprites-small/home/shiny/559.webp b/static/sprites-small/home/shiny/559.webp index 8844150..fa67311 100644 Binary files a/static/sprites-small/home/shiny/559.webp and b/static/sprites-small/home/shiny/559.webp differ diff --git a/static/sprites-small/home/shiny/56.webp b/static/sprites-small/home/shiny/56.webp index 7f16981..5d9dfb7 100644 Binary files a/static/sprites-small/home/shiny/56.webp and b/static/sprites-small/home/shiny/56.webp differ diff --git a/static/sprites-small/home/shiny/560.webp b/static/sprites-small/home/shiny/560.webp index e1c51c4..73d3f46 100644 Binary files a/static/sprites-small/home/shiny/560.webp and b/static/sprites-small/home/shiny/560.webp differ diff --git a/static/sprites-small/home/shiny/561.webp b/static/sprites-small/home/shiny/561.webp index f3d8a21..f44759f 100644 Binary files a/static/sprites-small/home/shiny/561.webp and b/static/sprites-small/home/shiny/561.webp differ diff --git a/static/sprites-small/home/shiny/562.webp b/static/sprites-small/home/shiny/562.webp index e2e5e24..7bff754 100644 Binary files a/static/sprites-small/home/shiny/562.webp and b/static/sprites-small/home/shiny/562.webp differ diff --git a/static/sprites-small/home/shiny/563.webp b/static/sprites-small/home/shiny/563.webp index d576dc0..3b940d1 100644 Binary files a/static/sprites-small/home/shiny/563.webp and b/static/sprites-small/home/shiny/563.webp differ diff --git a/static/sprites-small/home/shiny/564.webp b/static/sprites-small/home/shiny/564.webp index 3afff2c..cc916b4 100644 Binary files a/static/sprites-small/home/shiny/564.webp and b/static/sprites-small/home/shiny/564.webp differ diff --git a/static/sprites-small/home/shiny/565.webp b/static/sprites-small/home/shiny/565.webp index 811a5a3..0f663d2 100644 Binary files a/static/sprites-small/home/shiny/565.webp and b/static/sprites-small/home/shiny/565.webp differ diff --git a/static/sprites-small/home/shiny/566.webp b/static/sprites-small/home/shiny/566.webp index 750dedf..eed1cbf 100644 Binary files a/static/sprites-small/home/shiny/566.webp and b/static/sprites-small/home/shiny/566.webp differ diff --git a/static/sprites-small/home/shiny/567.webp b/static/sprites-small/home/shiny/567.webp index f6fefe0..e33568c 100644 Binary files a/static/sprites-small/home/shiny/567.webp and b/static/sprites-small/home/shiny/567.webp differ diff --git a/static/sprites-small/home/shiny/568.webp b/static/sprites-small/home/shiny/568.webp index b89baac..d6e066b 100644 Binary files a/static/sprites-small/home/shiny/568.webp and b/static/sprites-small/home/shiny/568.webp differ diff --git a/static/sprites-small/home/shiny/569.webp b/static/sprites-small/home/shiny/569.webp index 7deaec3..441ae1a 100644 Binary files a/static/sprites-small/home/shiny/569.webp and b/static/sprites-small/home/shiny/569.webp differ diff --git a/static/sprites-small/home/shiny/57.webp b/static/sprites-small/home/shiny/57.webp index 76be141..2395db6 100644 Binary files a/static/sprites-small/home/shiny/57.webp and b/static/sprites-small/home/shiny/57.webp differ diff --git a/static/sprites-small/home/shiny/570.webp b/static/sprites-small/home/shiny/570.webp index 5ef7e27..fed1ec8 100644 Binary files a/static/sprites-small/home/shiny/570.webp and b/static/sprites-small/home/shiny/570.webp differ diff --git a/static/sprites-small/home/shiny/571.webp b/static/sprites-small/home/shiny/571.webp index 8894aaf..bfe0613 100644 Binary files a/static/sprites-small/home/shiny/571.webp and b/static/sprites-small/home/shiny/571.webp differ diff --git a/static/sprites-small/home/shiny/572.webp b/static/sprites-small/home/shiny/572.webp index b685543..21239ad 100644 Binary files a/static/sprites-small/home/shiny/572.webp and b/static/sprites-small/home/shiny/572.webp differ diff --git a/static/sprites-small/home/shiny/573.webp b/static/sprites-small/home/shiny/573.webp index 926054e..15afeb4 100644 Binary files a/static/sprites-small/home/shiny/573.webp and b/static/sprites-small/home/shiny/573.webp differ diff --git a/static/sprites-small/home/shiny/574.webp b/static/sprites-small/home/shiny/574.webp index 9768901..4f294b0 100644 Binary files a/static/sprites-small/home/shiny/574.webp and b/static/sprites-small/home/shiny/574.webp differ diff --git a/static/sprites-small/home/shiny/575.webp b/static/sprites-small/home/shiny/575.webp index f5c851f..0d7a8e7 100644 Binary files a/static/sprites-small/home/shiny/575.webp and b/static/sprites-small/home/shiny/575.webp differ diff --git a/static/sprites-small/home/shiny/576.webp b/static/sprites-small/home/shiny/576.webp index 8c55d5e..1b4395e 100644 Binary files a/static/sprites-small/home/shiny/576.webp and b/static/sprites-small/home/shiny/576.webp differ diff --git a/static/sprites-small/home/shiny/577.webp b/static/sprites-small/home/shiny/577.webp index 6fed8b6..0a3fbd5 100644 Binary files a/static/sprites-small/home/shiny/577.webp and b/static/sprites-small/home/shiny/577.webp differ diff --git a/static/sprites-small/home/shiny/578.webp b/static/sprites-small/home/shiny/578.webp index a119152..ccf8ec3 100644 Binary files a/static/sprites-small/home/shiny/578.webp and b/static/sprites-small/home/shiny/578.webp differ diff --git a/static/sprites-small/home/shiny/579.webp b/static/sprites-small/home/shiny/579.webp index 04d00c4..92203c1 100644 Binary files a/static/sprites-small/home/shiny/579.webp and b/static/sprites-small/home/shiny/579.webp differ diff --git a/static/sprites-small/home/shiny/58.webp b/static/sprites-small/home/shiny/58.webp index 2060926..2a7800a 100644 Binary files a/static/sprites-small/home/shiny/58.webp and b/static/sprites-small/home/shiny/58.webp differ diff --git a/static/sprites-small/home/shiny/580.webp b/static/sprites-small/home/shiny/580.webp index 45548f4..6b537b4 100644 Binary files a/static/sprites-small/home/shiny/580.webp and b/static/sprites-small/home/shiny/580.webp differ diff --git a/static/sprites-small/home/shiny/581.webp b/static/sprites-small/home/shiny/581.webp index 277e83d..1dbfbf3 100644 Binary files a/static/sprites-small/home/shiny/581.webp and b/static/sprites-small/home/shiny/581.webp differ diff --git a/static/sprites-small/home/shiny/582.webp b/static/sprites-small/home/shiny/582.webp index 0179e59..af5f461 100644 Binary files a/static/sprites-small/home/shiny/582.webp and b/static/sprites-small/home/shiny/582.webp differ diff --git a/static/sprites-small/home/shiny/583.webp b/static/sprites-small/home/shiny/583.webp index eb708a4..2f660b1 100644 Binary files a/static/sprites-small/home/shiny/583.webp and b/static/sprites-small/home/shiny/583.webp differ diff --git a/static/sprites-small/home/shiny/584.webp b/static/sprites-small/home/shiny/584.webp index c27aaa2..aea8e78 100644 Binary files a/static/sprites-small/home/shiny/584.webp and b/static/sprites-small/home/shiny/584.webp differ diff --git a/static/sprites-small/home/shiny/585-autumn.webp b/static/sprites-small/home/shiny/585-autumn.webp index 130a18a..5b1a896 100644 Binary files a/static/sprites-small/home/shiny/585-autumn.webp and b/static/sprites-small/home/shiny/585-autumn.webp differ diff --git a/static/sprites-small/home/shiny/585-spring.webp b/static/sprites-small/home/shiny/585-spring.webp index b5502dc..75beac6 100644 Binary files a/static/sprites-small/home/shiny/585-spring.webp and b/static/sprites-small/home/shiny/585-spring.webp differ diff --git a/static/sprites-small/home/shiny/585-summer.webp b/static/sprites-small/home/shiny/585-summer.webp index 83d8ca2..bbe80bb 100644 Binary files a/static/sprites-small/home/shiny/585-summer.webp and b/static/sprites-small/home/shiny/585-summer.webp differ diff --git a/static/sprites-small/home/shiny/585-winter.webp b/static/sprites-small/home/shiny/585-winter.webp index 4a5d162..9598966 100644 Binary files a/static/sprites-small/home/shiny/585-winter.webp and b/static/sprites-small/home/shiny/585-winter.webp differ diff --git a/static/sprites-small/home/shiny/585.webp b/static/sprites-small/home/shiny/585.webp index b5502dc..75beac6 100644 Binary files a/static/sprites-small/home/shiny/585.webp and b/static/sprites-small/home/shiny/585.webp differ diff --git a/static/sprites-small/home/shiny/586-autumn.webp b/static/sprites-small/home/shiny/586-autumn.webp index 43b19f6..dfb3332 100644 Binary files a/static/sprites-small/home/shiny/586-autumn.webp and b/static/sprites-small/home/shiny/586-autumn.webp differ diff --git a/static/sprites-small/home/shiny/586-spring.webp b/static/sprites-small/home/shiny/586-spring.webp index 5549922..ea194ab 100644 Binary files a/static/sprites-small/home/shiny/586-spring.webp and b/static/sprites-small/home/shiny/586-spring.webp differ diff --git a/static/sprites-small/home/shiny/586-summer.webp b/static/sprites-small/home/shiny/586-summer.webp index 3a3057e..13690eb 100644 Binary files a/static/sprites-small/home/shiny/586-summer.webp and b/static/sprites-small/home/shiny/586-summer.webp differ diff --git a/static/sprites-small/home/shiny/586-winter.webp b/static/sprites-small/home/shiny/586-winter.webp index dc4ba35..bc85513 100644 Binary files a/static/sprites-small/home/shiny/586-winter.webp and b/static/sprites-small/home/shiny/586-winter.webp differ diff --git a/static/sprites-small/home/shiny/586.webp b/static/sprites-small/home/shiny/586.webp index 5549922..ea194ab 100644 Binary files a/static/sprites-small/home/shiny/586.webp and b/static/sprites-small/home/shiny/586.webp differ diff --git a/static/sprites-small/home/shiny/587.webp b/static/sprites-small/home/shiny/587.webp index 4a06184..c0cf219 100644 Binary files a/static/sprites-small/home/shiny/587.webp and b/static/sprites-small/home/shiny/587.webp differ diff --git a/static/sprites-small/home/shiny/588.webp b/static/sprites-small/home/shiny/588.webp index c2f8d88..8ab9e7b 100644 Binary files a/static/sprites-small/home/shiny/588.webp and b/static/sprites-small/home/shiny/588.webp differ diff --git a/static/sprites-small/home/shiny/589.webp b/static/sprites-small/home/shiny/589.webp index 249684d..d116e56 100644 Binary files a/static/sprites-small/home/shiny/589.webp and b/static/sprites-small/home/shiny/589.webp differ diff --git a/static/sprites-small/home/shiny/59.webp b/static/sprites-small/home/shiny/59.webp index fedd17c..02ba9de 100644 Binary files a/static/sprites-small/home/shiny/59.webp and b/static/sprites-small/home/shiny/59.webp differ diff --git a/static/sprites-small/home/shiny/590.webp b/static/sprites-small/home/shiny/590.webp index c02e680..e6f08a4 100644 Binary files a/static/sprites-small/home/shiny/590.webp and b/static/sprites-small/home/shiny/590.webp differ diff --git a/static/sprites-small/home/shiny/591.webp b/static/sprites-small/home/shiny/591.webp index 24b5584..474e257 100644 Binary files a/static/sprites-small/home/shiny/591.webp and b/static/sprites-small/home/shiny/591.webp differ diff --git a/static/sprites-small/home/shiny/592.webp b/static/sprites-small/home/shiny/592.webp index 51673dc..0a7b372 100644 Binary files a/static/sprites-small/home/shiny/592.webp and b/static/sprites-small/home/shiny/592.webp differ diff --git a/static/sprites-small/home/shiny/593.webp b/static/sprites-small/home/shiny/593.webp index 0e29ca6..cd14ac7 100644 Binary files a/static/sprites-small/home/shiny/593.webp and b/static/sprites-small/home/shiny/593.webp differ diff --git a/static/sprites-small/home/shiny/594.webp b/static/sprites-small/home/shiny/594.webp index bdd55f3..e73b6cb 100644 Binary files a/static/sprites-small/home/shiny/594.webp and b/static/sprites-small/home/shiny/594.webp differ diff --git a/static/sprites-small/home/shiny/595.webp b/static/sprites-small/home/shiny/595.webp index 42adc96..8812083 100644 Binary files a/static/sprites-small/home/shiny/595.webp and b/static/sprites-small/home/shiny/595.webp differ diff --git a/static/sprites-small/home/shiny/596.webp b/static/sprites-small/home/shiny/596.webp index 0709416..6694321 100644 Binary files a/static/sprites-small/home/shiny/596.webp and b/static/sprites-small/home/shiny/596.webp differ diff --git a/static/sprites-small/home/shiny/597.webp b/static/sprites-small/home/shiny/597.webp index 23804f4..de033cb 100644 Binary files a/static/sprites-small/home/shiny/597.webp and b/static/sprites-small/home/shiny/597.webp differ diff --git a/static/sprites-small/home/shiny/598.webp b/static/sprites-small/home/shiny/598.webp index 605a0f5..5bcc086 100644 Binary files a/static/sprites-small/home/shiny/598.webp and b/static/sprites-small/home/shiny/598.webp differ diff --git a/static/sprites-small/home/shiny/599.webp b/static/sprites-small/home/shiny/599.webp index 9028396..f026016 100644 Binary files a/static/sprites-small/home/shiny/599.webp and b/static/sprites-small/home/shiny/599.webp differ diff --git a/static/sprites-small/home/shiny/6.webp b/static/sprites-small/home/shiny/6.webp index d31c4d4..621b9ff 100644 Binary files a/static/sprites-small/home/shiny/6.webp and b/static/sprites-small/home/shiny/6.webp differ diff --git a/static/sprites-small/home/shiny/60.webp b/static/sprites-small/home/shiny/60.webp index 6f3d6d6..7e18415 100644 Binary files a/static/sprites-small/home/shiny/60.webp and b/static/sprites-small/home/shiny/60.webp differ diff --git a/static/sprites-small/home/shiny/600.webp b/static/sprites-small/home/shiny/600.webp index e838d5a..1e4c5f7 100644 Binary files a/static/sprites-small/home/shiny/600.webp and b/static/sprites-small/home/shiny/600.webp differ diff --git a/static/sprites-small/home/shiny/601.webp b/static/sprites-small/home/shiny/601.webp index b67c7e6..4093a6e 100644 Binary files a/static/sprites-small/home/shiny/601.webp and b/static/sprites-small/home/shiny/601.webp differ diff --git a/static/sprites-small/home/shiny/602.webp b/static/sprites-small/home/shiny/602.webp index 38e90ca..aa2c245 100644 Binary files a/static/sprites-small/home/shiny/602.webp and b/static/sprites-small/home/shiny/602.webp differ diff --git a/static/sprites-small/home/shiny/603.webp b/static/sprites-small/home/shiny/603.webp index b22a5ba..428ac04 100644 Binary files a/static/sprites-small/home/shiny/603.webp and b/static/sprites-small/home/shiny/603.webp differ diff --git a/static/sprites-small/home/shiny/604.webp b/static/sprites-small/home/shiny/604.webp index 2966c15..b0c6838 100644 Binary files a/static/sprites-small/home/shiny/604.webp and b/static/sprites-small/home/shiny/604.webp differ diff --git a/static/sprites-small/home/shiny/605.webp b/static/sprites-small/home/shiny/605.webp index 0ca8b92..6a6e281 100644 Binary files a/static/sprites-small/home/shiny/605.webp and b/static/sprites-small/home/shiny/605.webp differ diff --git a/static/sprites-small/home/shiny/606.webp b/static/sprites-small/home/shiny/606.webp index 193a233..a44b4d0 100644 Binary files a/static/sprites-small/home/shiny/606.webp and b/static/sprites-small/home/shiny/606.webp differ diff --git a/static/sprites-small/home/shiny/607.webp b/static/sprites-small/home/shiny/607.webp index 6e04e8b..1d02caa 100644 Binary files a/static/sprites-small/home/shiny/607.webp and b/static/sprites-small/home/shiny/607.webp differ diff --git a/static/sprites-small/home/shiny/608.webp b/static/sprites-small/home/shiny/608.webp index ec4d628..610517a 100644 Binary files a/static/sprites-small/home/shiny/608.webp and b/static/sprites-small/home/shiny/608.webp differ diff --git a/static/sprites-small/home/shiny/609.webp b/static/sprites-small/home/shiny/609.webp index 985b14a..61fef98 100644 Binary files a/static/sprites-small/home/shiny/609.webp and b/static/sprites-small/home/shiny/609.webp differ diff --git a/static/sprites-small/home/shiny/61.webp b/static/sprites-small/home/shiny/61.webp index 7b9f2ea..e635f1f 100644 Binary files a/static/sprites-small/home/shiny/61.webp and b/static/sprites-small/home/shiny/61.webp differ diff --git a/static/sprites-small/home/shiny/610.webp b/static/sprites-small/home/shiny/610.webp index 4ceea25..2e9fac8 100644 Binary files a/static/sprites-small/home/shiny/610.webp and b/static/sprites-small/home/shiny/610.webp differ diff --git a/static/sprites-small/home/shiny/611.webp b/static/sprites-small/home/shiny/611.webp index 89d09a0..c2835a1 100644 Binary files a/static/sprites-small/home/shiny/611.webp and b/static/sprites-small/home/shiny/611.webp differ diff --git a/static/sprites-small/home/shiny/612.webp b/static/sprites-small/home/shiny/612.webp index d645951..50b6049 100644 Binary files a/static/sprites-small/home/shiny/612.webp and b/static/sprites-small/home/shiny/612.webp differ diff --git a/static/sprites-small/home/shiny/613.webp b/static/sprites-small/home/shiny/613.webp index 183dc2b..3c39c64 100644 Binary files a/static/sprites-small/home/shiny/613.webp and b/static/sprites-small/home/shiny/613.webp differ diff --git a/static/sprites-small/home/shiny/614.webp b/static/sprites-small/home/shiny/614.webp index eb76cb9..645a167 100644 Binary files a/static/sprites-small/home/shiny/614.webp and b/static/sprites-small/home/shiny/614.webp differ diff --git a/static/sprites-small/home/shiny/615.webp b/static/sprites-small/home/shiny/615.webp index 17d40cd..a5336cf 100644 Binary files a/static/sprites-small/home/shiny/615.webp and b/static/sprites-small/home/shiny/615.webp differ diff --git a/static/sprites-small/home/shiny/616.webp b/static/sprites-small/home/shiny/616.webp index 6a689ed..ad8a7d0 100644 Binary files a/static/sprites-small/home/shiny/616.webp and b/static/sprites-small/home/shiny/616.webp differ diff --git a/static/sprites-small/home/shiny/617.webp b/static/sprites-small/home/shiny/617.webp index 33a914e..5a3d08f 100644 Binary files a/static/sprites-small/home/shiny/617.webp and b/static/sprites-small/home/shiny/617.webp differ diff --git a/static/sprites-small/home/shiny/618.webp b/static/sprites-small/home/shiny/618.webp index 1515c2b..18cf5f3 100644 Binary files a/static/sprites-small/home/shiny/618.webp and b/static/sprites-small/home/shiny/618.webp differ diff --git a/static/sprites-small/home/shiny/619.webp b/static/sprites-small/home/shiny/619.webp index a9bcf94..9484f7e 100644 Binary files a/static/sprites-small/home/shiny/619.webp and b/static/sprites-small/home/shiny/619.webp differ diff --git a/static/sprites-small/home/shiny/62.webp b/static/sprites-small/home/shiny/62.webp index ac0b07b..44c5503 100644 Binary files a/static/sprites-small/home/shiny/62.webp and b/static/sprites-small/home/shiny/62.webp differ diff --git a/static/sprites-small/home/shiny/620.webp b/static/sprites-small/home/shiny/620.webp index d6a60b7..9b99e72 100644 Binary files a/static/sprites-small/home/shiny/620.webp and b/static/sprites-small/home/shiny/620.webp differ diff --git a/static/sprites-small/home/shiny/621.webp b/static/sprites-small/home/shiny/621.webp index fc27767..7661f46 100644 Binary files a/static/sprites-small/home/shiny/621.webp and b/static/sprites-small/home/shiny/621.webp differ diff --git a/static/sprites-small/home/shiny/622.webp b/static/sprites-small/home/shiny/622.webp index 078f123..670aa34 100644 Binary files a/static/sprites-small/home/shiny/622.webp and b/static/sprites-small/home/shiny/622.webp differ diff --git a/static/sprites-small/home/shiny/623.webp b/static/sprites-small/home/shiny/623.webp index 3f9d439..6288279 100644 Binary files a/static/sprites-small/home/shiny/623.webp and b/static/sprites-small/home/shiny/623.webp differ diff --git a/static/sprites-small/home/shiny/624.webp b/static/sprites-small/home/shiny/624.webp index 5e23237..986c967 100644 Binary files a/static/sprites-small/home/shiny/624.webp and b/static/sprites-small/home/shiny/624.webp differ diff --git a/static/sprites-small/home/shiny/625.webp b/static/sprites-small/home/shiny/625.webp index 84da04c..af92e8d 100644 Binary files a/static/sprites-small/home/shiny/625.webp and b/static/sprites-small/home/shiny/625.webp differ diff --git a/static/sprites-small/home/shiny/626.webp b/static/sprites-small/home/shiny/626.webp index 34406fe..d4c926e 100644 Binary files a/static/sprites-small/home/shiny/626.webp and b/static/sprites-small/home/shiny/626.webp differ diff --git a/static/sprites-small/home/shiny/627.webp b/static/sprites-small/home/shiny/627.webp index 00cd38c..272e97c 100644 Binary files a/static/sprites-small/home/shiny/627.webp and b/static/sprites-small/home/shiny/627.webp differ diff --git a/static/sprites-small/home/shiny/628.webp b/static/sprites-small/home/shiny/628.webp index 78b2274..78f8c61 100644 Binary files a/static/sprites-small/home/shiny/628.webp and b/static/sprites-small/home/shiny/628.webp differ diff --git a/static/sprites-small/home/shiny/629.webp b/static/sprites-small/home/shiny/629.webp index e5a97c4..83f8125 100644 Binary files a/static/sprites-small/home/shiny/629.webp and b/static/sprites-small/home/shiny/629.webp differ diff --git a/static/sprites-small/home/shiny/63.webp b/static/sprites-small/home/shiny/63.webp index 09cf470..68409d4 100644 Binary files a/static/sprites-small/home/shiny/63.webp and b/static/sprites-small/home/shiny/63.webp differ diff --git a/static/sprites-small/home/shiny/630.webp b/static/sprites-small/home/shiny/630.webp index ed5f47b..687414f 100644 Binary files a/static/sprites-small/home/shiny/630.webp and b/static/sprites-small/home/shiny/630.webp differ diff --git a/static/sprites-small/home/shiny/631.webp b/static/sprites-small/home/shiny/631.webp index 9adb700..8df0ce4 100644 Binary files a/static/sprites-small/home/shiny/631.webp and b/static/sprites-small/home/shiny/631.webp differ diff --git a/static/sprites-small/home/shiny/632.webp b/static/sprites-small/home/shiny/632.webp index ed55002..3db2372 100644 Binary files a/static/sprites-small/home/shiny/632.webp and b/static/sprites-small/home/shiny/632.webp differ diff --git a/static/sprites-small/home/shiny/633.webp b/static/sprites-small/home/shiny/633.webp index ec45b44..d070b63 100644 Binary files a/static/sprites-small/home/shiny/633.webp and b/static/sprites-small/home/shiny/633.webp differ diff --git a/static/sprites-small/home/shiny/634.webp b/static/sprites-small/home/shiny/634.webp index f3fc98c..cf974a0 100644 Binary files a/static/sprites-small/home/shiny/634.webp and b/static/sprites-small/home/shiny/634.webp differ diff --git a/static/sprites-small/home/shiny/635.webp b/static/sprites-small/home/shiny/635.webp index 20cbf0a..8b35fc0 100644 Binary files a/static/sprites-small/home/shiny/635.webp and b/static/sprites-small/home/shiny/635.webp differ diff --git a/static/sprites-small/home/shiny/636.webp b/static/sprites-small/home/shiny/636.webp index 611929b..544f5fc 100644 Binary files a/static/sprites-small/home/shiny/636.webp and b/static/sprites-small/home/shiny/636.webp differ diff --git a/static/sprites-small/home/shiny/637.webp b/static/sprites-small/home/shiny/637.webp index ec0f969..e2949da 100644 Binary files a/static/sprites-small/home/shiny/637.webp and b/static/sprites-small/home/shiny/637.webp differ diff --git a/static/sprites-small/home/shiny/638.webp b/static/sprites-small/home/shiny/638.webp index 4f3409b..9986069 100644 Binary files a/static/sprites-small/home/shiny/638.webp and b/static/sprites-small/home/shiny/638.webp differ diff --git a/static/sprites-small/home/shiny/639.webp b/static/sprites-small/home/shiny/639.webp index 3c99fce..0337f70 100644 Binary files a/static/sprites-small/home/shiny/639.webp and b/static/sprites-small/home/shiny/639.webp differ diff --git a/static/sprites-small/home/shiny/64.webp b/static/sprites-small/home/shiny/64.webp index 8f7120c..85665ea 100644 Binary files a/static/sprites-small/home/shiny/64.webp and b/static/sprites-small/home/shiny/64.webp differ diff --git a/static/sprites-small/home/shiny/640.webp b/static/sprites-small/home/shiny/640.webp index 25a6a92..33af262 100644 Binary files a/static/sprites-small/home/shiny/640.webp and b/static/sprites-small/home/shiny/640.webp differ diff --git a/static/sprites-small/home/shiny/641.webp b/static/sprites-small/home/shiny/641.webp index 0484e47..7dfe091 100644 Binary files a/static/sprites-small/home/shiny/641.webp and b/static/sprites-small/home/shiny/641.webp differ diff --git a/static/sprites-small/home/shiny/642.webp b/static/sprites-small/home/shiny/642.webp index 688b46a..cd8ac93 100644 Binary files a/static/sprites-small/home/shiny/642.webp and b/static/sprites-small/home/shiny/642.webp differ diff --git a/static/sprites-small/home/shiny/643.webp b/static/sprites-small/home/shiny/643.webp index d653f57..41971f2 100644 Binary files a/static/sprites-small/home/shiny/643.webp and b/static/sprites-small/home/shiny/643.webp differ diff --git a/static/sprites-small/home/shiny/644.webp b/static/sprites-small/home/shiny/644.webp index 62b45b5..6019b5b 100644 Binary files a/static/sprites-small/home/shiny/644.webp and b/static/sprites-small/home/shiny/644.webp differ diff --git a/static/sprites-small/home/shiny/645.webp b/static/sprites-small/home/shiny/645.webp index c694bc2..81e6abd 100644 Binary files a/static/sprites-small/home/shiny/645.webp and b/static/sprites-small/home/shiny/645.webp differ diff --git a/static/sprites-small/home/shiny/646.webp b/static/sprites-small/home/shiny/646.webp index d7da303..010522f 100644 Binary files a/static/sprites-small/home/shiny/646.webp and b/static/sprites-small/home/shiny/646.webp differ diff --git a/static/sprites-small/home/shiny/647.webp b/static/sprites-small/home/shiny/647.webp index 321affc..5874591 100644 Binary files a/static/sprites-small/home/shiny/647.webp and b/static/sprites-small/home/shiny/647.webp differ diff --git a/static/sprites-small/home/shiny/648.webp b/static/sprites-small/home/shiny/648.webp index e716557..35940ce 100644 Binary files a/static/sprites-small/home/shiny/648.webp and b/static/sprites-small/home/shiny/648.webp differ diff --git a/static/sprites-small/home/shiny/649-burn.webp b/static/sprites-small/home/shiny/649-burn.webp index 7ec2d3d..3a053cb 100644 Binary files a/static/sprites-small/home/shiny/649-burn.webp and b/static/sprites-small/home/shiny/649-burn.webp differ diff --git a/static/sprites-small/home/shiny/649-chill.webp b/static/sprites-small/home/shiny/649-chill.webp index 7b9a59b..59f46b4 100644 Binary files a/static/sprites-small/home/shiny/649-chill.webp and b/static/sprites-small/home/shiny/649-chill.webp differ diff --git a/static/sprites-small/home/shiny/649-douse.webp b/static/sprites-small/home/shiny/649-douse.webp index 67ee84e..954dd8f 100644 Binary files a/static/sprites-small/home/shiny/649-douse.webp and b/static/sprites-small/home/shiny/649-douse.webp differ diff --git a/static/sprites-small/home/shiny/649-shock.webp b/static/sprites-small/home/shiny/649-shock.webp index 2a93875..1b44ecf 100644 Binary files a/static/sprites-small/home/shiny/649-shock.webp and b/static/sprites-small/home/shiny/649-shock.webp differ diff --git a/static/sprites-small/home/shiny/649.webp b/static/sprites-small/home/shiny/649.webp index ccae896..838bd98 100644 Binary files a/static/sprites-small/home/shiny/649.webp and b/static/sprites-small/home/shiny/649.webp differ diff --git a/static/sprites-small/home/shiny/65.webp b/static/sprites-small/home/shiny/65.webp index 3467130..e19051e 100644 Binary files a/static/sprites-small/home/shiny/65.webp and b/static/sprites-small/home/shiny/65.webp differ diff --git a/static/sprites-small/home/shiny/650.webp b/static/sprites-small/home/shiny/650.webp index 5bd2b1d..dfc373d 100644 Binary files a/static/sprites-small/home/shiny/650.webp and b/static/sprites-small/home/shiny/650.webp differ diff --git a/static/sprites-small/home/shiny/651.webp b/static/sprites-small/home/shiny/651.webp index 9e7dbdb..668778b 100644 Binary files a/static/sprites-small/home/shiny/651.webp and b/static/sprites-small/home/shiny/651.webp differ diff --git a/static/sprites-small/home/shiny/652.webp b/static/sprites-small/home/shiny/652.webp index 445b9ee..4c23e83 100644 Binary files a/static/sprites-small/home/shiny/652.webp and b/static/sprites-small/home/shiny/652.webp differ diff --git a/static/sprites-small/home/shiny/653.webp b/static/sprites-small/home/shiny/653.webp index 39b1938..445fc29 100644 Binary files a/static/sprites-small/home/shiny/653.webp and b/static/sprites-small/home/shiny/653.webp differ diff --git a/static/sprites-small/home/shiny/654.webp b/static/sprites-small/home/shiny/654.webp index c6d010d..57c1e2e 100644 Binary files a/static/sprites-small/home/shiny/654.webp and b/static/sprites-small/home/shiny/654.webp differ diff --git a/static/sprites-small/home/shiny/655.webp b/static/sprites-small/home/shiny/655.webp index 67f4398..31f9272 100644 Binary files a/static/sprites-small/home/shiny/655.webp and b/static/sprites-small/home/shiny/655.webp differ diff --git a/static/sprites-small/home/shiny/656.webp b/static/sprites-small/home/shiny/656.webp index a9fab54..b990038 100644 Binary files a/static/sprites-small/home/shiny/656.webp and b/static/sprites-small/home/shiny/656.webp differ diff --git a/static/sprites-small/home/shiny/657.webp b/static/sprites-small/home/shiny/657.webp index 01c8162..c8d1a5b 100644 Binary files a/static/sprites-small/home/shiny/657.webp and b/static/sprites-small/home/shiny/657.webp differ diff --git a/static/sprites-small/home/shiny/658.webp b/static/sprites-small/home/shiny/658.webp index ac90e73..1b0b190 100644 Binary files a/static/sprites-small/home/shiny/658.webp and b/static/sprites-small/home/shiny/658.webp differ diff --git a/static/sprites-small/home/shiny/659.webp b/static/sprites-small/home/shiny/659.webp index 231bfc9..872e286 100644 Binary files a/static/sprites-small/home/shiny/659.webp and b/static/sprites-small/home/shiny/659.webp differ diff --git a/static/sprites-small/home/shiny/66.webp b/static/sprites-small/home/shiny/66.webp index 68c8c8d..7327826 100644 Binary files a/static/sprites-small/home/shiny/66.webp and b/static/sprites-small/home/shiny/66.webp differ diff --git a/static/sprites-small/home/shiny/660.webp b/static/sprites-small/home/shiny/660.webp index 7f3ad9e..53a1f43 100644 Binary files a/static/sprites-small/home/shiny/660.webp and b/static/sprites-small/home/shiny/660.webp differ diff --git a/static/sprites-small/home/shiny/661.webp b/static/sprites-small/home/shiny/661.webp index 43ea49b..b0cf6c0 100644 Binary files a/static/sprites-small/home/shiny/661.webp and b/static/sprites-small/home/shiny/661.webp differ diff --git a/static/sprites-small/home/shiny/662.webp b/static/sprites-small/home/shiny/662.webp index 597f482..e049915 100644 Binary files a/static/sprites-small/home/shiny/662.webp and b/static/sprites-small/home/shiny/662.webp differ diff --git a/static/sprites-small/home/shiny/663.webp b/static/sprites-small/home/shiny/663.webp index 74ce949..0950a22 100644 Binary files a/static/sprites-small/home/shiny/663.webp and b/static/sprites-small/home/shiny/663.webp differ diff --git a/static/sprites-small/home/shiny/664.webp b/static/sprites-small/home/shiny/664.webp index 0dfd2cf..19931a7 100644 Binary files a/static/sprites-small/home/shiny/664.webp and b/static/sprites-small/home/shiny/664.webp differ diff --git a/static/sprites-small/home/shiny/665.webp b/static/sprites-small/home/shiny/665.webp index 7149a5c..4871e82 100644 Binary files a/static/sprites-small/home/shiny/665.webp and b/static/sprites-small/home/shiny/665.webp differ diff --git a/static/sprites-small/home/shiny/666-archipelago.webp b/static/sprites-small/home/shiny/666-archipelago.webp index 13c1d48..cd8a455 100644 Binary files a/static/sprites-small/home/shiny/666-archipelago.webp and b/static/sprites-small/home/shiny/666-archipelago.webp differ diff --git a/static/sprites-small/home/shiny/666-continental.webp b/static/sprites-small/home/shiny/666-continental.webp index b52622d..ba9fb40 100644 Binary files a/static/sprites-small/home/shiny/666-continental.webp and b/static/sprites-small/home/shiny/666-continental.webp differ diff --git a/static/sprites-small/home/shiny/666-elegant.webp b/static/sprites-small/home/shiny/666-elegant.webp index d2a737c..7e51208 100644 Binary files a/static/sprites-small/home/shiny/666-elegant.webp and b/static/sprites-small/home/shiny/666-elegant.webp differ diff --git a/static/sprites-small/home/shiny/666-fancy.webp b/static/sprites-small/home/shiny/666-fancy.webp index 2d61e04..18f4fec 100644 Binary files a/static/sprites-small/home/shiny/666-fancy.webp and b/static/sprites-small/home/shiny/666-fancy.webp differ diff --git a/static/sprites-small/home/shiny/666-garden.webp b/static/sprites-small/home/shiny/666-garden.webp index de06e75..a079417 100644 Binary files a/static/sprites-small/home/shiny/666-garden.webp and b/static/sprites-small/home/shiny/666-garden.webp differ diff --git a/static/sprites-small/home/shiny/666-high-plains.webp b/static/sprites-small/home/shiny/666-high-plains.webp index 8a99c12..f2a0c0e 100644 Binary files a/static/sprites-small/home/shiny/666-high-plains.webp and b/static/sprites-small/home/shiny/666-high-plains.webp differ diff --git a/static/sprites-small/home/shiny/666-icy-snow.webp b/static/sprites-small/home/shiny/666-icy-snow.webp index 7045a3e..f56cbde 100644 Binary files a/static/sprites-small/home/shiny/666-icy-snow.webp and b/static/sprites-small/home/shiny/666-icy-snow.webp differ diff --git a/static/sprites-small/home/shiny/666-jungle.webp b/static/sprites-small/home/shiny/666-jungle.webp index ee9486a..49e3f66 100644 Binary files a/static/sprites-small/home/shiny/666-jungle.webp and b/static/sprites-small/home/shiny/666-jungle.webp differ diff --git a/static/sprites-small/home/shiny/666-marine.webp b/static/sprites-small/home/shiny/666-marine.webp index 6f13e0a..c53e83f 100644 Binary files a/static/sprites-small/home/shiny/666-marine.webp and b/static/sprites-small/home/shiny/666-marine.webp differ diff --git a/static/sprites-small/home/shiny/666-meadow.webp b/static/sprites-small/home/shiny/666-meadow.webp index d31cd50..945770d 100644 Binary files a/static/sprites-small/home/shiny/666-meadow.webp and b/static/sprites-small/home/shiny/666-meadow.webp differ diff --git a/static/sprites-small/home/shiny/666-modern.webp b/static/sprites-small/home/shiny/666-modern.webp index 781a4e4..7421344 100644 Binary files a/static/sprites-small/home/shiny/666-modern.webp and b/static/sprites-small/home/shiny/666-modern.webp differ diff --git a/static/sprites-small/home/shiny/666-monsoon.webp b/static/sprites-small/home/shiny/666-monsoon.webp index 60a1fbf..6c64dd8 100644 Binary files a/static/sprites-small/home/shiny/666-monsoon.webp and b/static/sprites-small/home/shiny/666-monsoon.webp differ diff --git a/static/sprites-small/home/shiny/666-ocean.webp b/static/sprites-small/home/shiny/666-ocean.webp index 6c52982..09ece18 100644 Binary files a/static/sprites-small/home/shiny/666-ocean.webp and b/static/sprites-small/home/shiny/666-ocean.webp differ diff --git a/static/sprites-small/home/shiny/666-poke-ball.webp b/static/sprites-small/home/shiny/666-poke-ball.webp index 5162711..95ff263 100644 Binary files a/static/sprites-small/home/shiny/666-poke-ball.webp and b/static/sprites-small/home/shiny/666-poke-ball.webp differ diff --git a/static/sprites-small/home/shiny/666-polar.webp b/static/sprites-small/home/shiny/666-polar.webp index eaa56c1..720e81c 100644 Binary files a/static/sprites-small/home/shiny/666-polar.webp and b/static/sprites-small/home/shiny/666-polar.webp differ diff --git a/static/sprites-small/home/shiny/666-river.webp b/static/sprites-small/home/shiny/666-river.webp index ca09d90..9321400 100644 Binary files a/static/sprites-small/home/shiny/666-river.webp and b/static/sprites-small/home/shiny/666-river.webp differ diff --git a/static/sprites-small/home/shiny/666-sandstorm.webp b/static/sprites-small/home/shiny/666-sandstorm.webp index 5c171e1..d10d90a 100644 Binary files a/static/sprites-small/home/shiny/666-sandstorm.webp and b/static/sprites-small/home/shiny/666-sandstorm.webp differ diff --git a/static/sprites-small/home/shiny/666-savanna.webp b/static/sprites-small/home/shiny/666-savanna.webp index 240572c..1a69cc1 100644 Binary files a/static/sprites-small/home/shiny/666-savanna.webp and b/static/sprites-small/home/shiny/666-savanna.webp differ diff --git a/static/sprites-small/home/shiny/666-sun.webp b/static/sprites-small/home/shiny/666-sun.webp index 28419cc..24dde1f 100644 Binary files a/static/sprites-small/home/shiny/666-sun.webp and b/static/sprites-small/home/shiny/666-sun.webp differ diff --git a/static/sprites-small/home/shiny/666-tundra.webp b/static/sprites-small/home/shiny/666-tundra.webp index 089297c..23f1d81 100644 Binary files a/static/sprites-small/home/shiny/666-tundra.webp and b/static/sprites-small/home/shiny/666-tundra.webp differ diff --git a/static/sprites-small/home/shiny/666.webp b/static/sprites-small/home/shiny/666.webp index d31cd50..945770d 100644 Binary files a/static/sprites-small/home/shiny/666.webp and b/static/sprites-small/home/shiny/666.webp differ diff --git a/static/sprites-small/home/shiny/667.webp b/static/sprites-small/home/shiny/667.webp index 56aaa11..47e6d09 100644 Binary files a/static/sprites-small/home/shiny/667.webp and b/static/sprites-small/home/shiny/667.webp differ diff --git a/static/sprites-small/home/shiny/668.webp b/static/sprites-small/home/shiny/668.webp index a354380..1134a06 100644 Binary files a/static/sprites-small/home/shiny/668.webp and b/static/sprites-small/home/shiny/668.webp differ diff --git a/static/sprites-small/home/shiny/669-blue.webp b/static/sprites-small/home/shiny/669-blue.webp index e7e4dee..96f5a72 100644 Binary files a/static/sprites-small/home/shiny/669-blue.webp and b/static/sprites-small/home/shiny/669-blue.webp differ diff --git a/static/sprites-small/home/shiny/669-orange.webp b/static/sprites-small/home/shiny/669-orange.webp index 9245f95..f49dd88 100644 Binary files a/static/sprites-small/home/shiny/669-orange.webp and b/static/sprites-small/home/shiny/669-orange.webp differ diff --git a/static/sprites-small/home/shiny/669-red.webp b/static/sprites-small/home/shiny/669-red.webp index 96deb5d..9f49ba9 100644 Binary files a/static/sprites-small/home/shiny/669-red.webp and b/static/sprites-small/home/shiny/669-red.webp differ diff --git a/static/sprites-small/home/shiny/669-white.webp b/static/sprites-small/home/shiny/669-white.webp index 01f4c4b..be50fdc 100644 Binary files a/static/sprites-small/home/shiny/669-white.webp and b/static/sprites-small/home/shiny/669-white.webp differ diff --git a/static/sprites-small/home/shiny/669-yellow.webp b/static/sprites-small/home/shiny/669-yellow.webp index 753ef33..dd0539e 100644 Binary files a/static/sprites-small/home/shiny/669-yellow.webp and b/static/sprites-small/home/shiny/669-yellow.webp differ diff --git a/static/sprites-small/home/shiny/669.webp b/static/sprites-small/home/shiny/669.webp index 96deb5d..9f49ba9 100644 Binary files a/static/sprites-small/home/shiny/669.webp and b/static/sprites-small/home/shiny/669.webp differ diff --git a/static/sprites-small/home/shiny/67.webp b/static/sprites-small/home/shiny/67.webp index bca414f..3c5f099 100644 Binary files a/static/sprites-small/home/shiny/67.webp and b/static/sprites-small/home/shiny/67.webp differ diff --git a/static/sprites-small/home/shiny/670-blue.webp b/static/sprites-small/home/shiny/670-blue.webp index fc914a3..fb66bc9 100644 Binary files a/static/sprites-small/home/shiny/670-blue.webp and b/static/sprites-small/home/shiny/670-blue.webp differ diff --git a/static/sprites-small/home/shiny/670-orange.webp b/static/sprites-small/home/shiny/670-orange.webp index 294d780..e1b58cb 100644 Binary files a/static/sprites-small/home/shiny/670-orange.webp and b/static/sprites-small/home/shiny/670-orange.webp differ diff --git a/static/sprites-small/home/shiny/670-red.webp b/static/sprites-small/home/shiny/670-red.webp index 5fe8e9d..c330f1f 100644 Binary files a/static/sprites-small/home/shiny/670-red.webp and b/static/sprites-small/home/shiny/670-red.webp differ diff --git a/static/sprites-small/home/shiny/670-white.webp b/static/sprites-small/home/shiny/670-white.webp index 4c12b15..38570b4 100644 Binary files a/static/sprites-small/home/shiny/670-white.webp and b/static/sprites-small/home/shiny/670-white.webp differ diff --git a/static/sprites-small/home/shiny/670-yellow.webp b/static/sprites-small/home/shiny/670-yellow.webp index 7b8060d..29c66ec 100644 Binary files a/static/sprites-small/home/shiny/670-yellow.webp and b/static/sprites-small/home/shiny/670-yellow.webp differ diff --git a/static/sprites-small/home/shiny/670.webp b/static/sprites-small/home/shiny/670.webp index 5fe8e9d..c330f1f 100644 Binary files a/static/sprites-small/home/shiny/670.webp and b/static/sprites-small/home/shiny/670.webp differ diff --git a/static/sprites-small/home/shiny/671-blue.webp b/static/sprites-small/home/shiny/671-blue.webp index 769110f..ccd205f 100644 Binary files a/static/sprites-small/home/shiny/671-blue.webp and b/static/sprites-small/home/shiny/671-blue.webp differ diff --git a/static/sprites-small/home/shiny/671-orange.webp b/static/sprites-small/home/shiny/671-orange.webp index 6a6bb5e..a1b6a18 100644 Binary files a/static/sprites-small/home/shiny/671-orange.webp and b/static/sprites-small/home/shiny/671-orange.webp differ diff --git a/static/sprites-small/home/shiny/671-red.webp b/static/sprites-small/home/shiny/671-red.webp index c630a2f..780ce62 100644 Binary files a/static/sprites-small/home/shiny/671-red.webp and b/static/sprites-small/home/shiny/671-red.webp differ diff --git a/static/sprites-small/home/shiny/671-white.webp b/static/sprites-small/home/shiny/671-white.webp index 97a2c50..9fc3f09 100644 Binary files a/static/sprites-small/home/shiny/671-white.webp and b/static/sprites-small/home/shiny/671-white.webp differ diff --git a/static/sprites-small/home/shiny/671-yellow.webp b/static/sprites-small/home/shiny/671-yellow.webp index 0a4fbb6..908fbf2 100644 Binary files a/static/sprites-small/home/shiny/671-yellow.webp and b/static/sprites-small/home/shiny/671-yellow.webp differ diff --git a/static/sprites-small/home/shiny/671.webp b/static/sprites-small/home/shiny/671.webp index c630a2f..780ce62 100644 Binary files a/static/sprites-small/home/shiny/671.webp and b/static/sprites-small/home/shiny/671.webp differ diff --git a/static/sprites-small/home/shiny/672.webp b/static/sprites-small/home/shiny/672.webp index c87432d..90a1b8a 100644 Binary files a/static/sprites-small/home/shiny/672.webp and b/static/sprites-small/home/shiny/672.webp differ diff --git a/static/sprites-small/home/shiny/673.webp b/static/sprites-small/home/shiny/673.webp index 85222da..8906d82 100644 Binary files a/static/sprites-small/home/shiny/673.webp and b/static/sprites-small/home/shiny/673.webp differ diff --git a/static/sprites-small/home/shiny/674.webp b/static/sprites-small/home/shiny/674.webp index e077d87..94db0c9 100644 Binary files a/static/sprites-small/home/shiny/674.webp and b/static/sprites-small/home/shiny/674.webp differ diff --git a/static/sprites-small/home/shiny/675.webp b/static/sprites-small/home/shiny/675.webp index 56b3259..d23fbcd 100644 Binary files a/static/sprites-small/home/shiny/675.webp and b/static/sprites-small/home/shiny/675.webp differ diff --git a/static/sprites-small/home/shiny/676-dandy.webp b/static/sprites-small/home/shiny/676-dandy.webp index 402b65f..f4ad0cb 100644 Binary files a/static/sprites-small/home/shiny/676-dandy.webp and b/static/sprites-small/home/shiny/676-dandy.webp differ diff --git a/static/sprites-small/home/shiny/676-debutante.webp b/static/sprites-small/home/shiny/676-debutante.webp index 6c66882..3325209 100644 Binary files a/static/sprites-small/home/shiny/676-debutante.webp and b/static/sprites-small/home/shiny/676-debutante.webp differ diff --git a/static/sprites-small/home/shiny/676-diamond.webp b/static/sprites-small/home/shiny/676-diamond.webp index f526d65..6bca5ae 100644 Binary files a/static/sprites-small/home/shiny/676-diamond.webp and b/static/sprites-small/home/shiny/676-diamond.webp differ diff --git a/static/sprites-small/home/shiny/676-heart.webp b/static/sprites-small/home/shiny/676-heart.webp index 35147fa..d88e9df 100644 Binary files a/static/sprites-small/home/shiny/676-heart.webp and b/static/sprites-small/home/shiny/676-heart.webp differ diff --git a/static/sprites-small/home/shiny/676-kabuki.webp b/static/sprites-small/home/shiny/676-kabuki.webp index c3307d6..35c760b 100644 Binary files a/static/sprites-small/home/shiny/676-kabuki.webp and b/static/sprites-small/home/shiny/676-kabuki.webp differ diff --git a/static/sprites-small/home/shiny/676-la-reine.webp b/static/sprites-small/home/shiny/676-la-reine.webp index 8fa84fd..49fd118 100644 Binary files a/static/sprites-small/home/shiny/676-la-reine.webp and b/static/sprites-small/home/shiny/676-la-reine.webp differ diff --git a/static/sprites-small/home/shiny/676-matron.webp b/static/sprites-small/home/shiny/676-matron.webp index 3b4982b..6ba69fc 100644 Binary files a/static/sprites-small/home/shiny/676-matron.webp and b/static/sprites-small/home/shiny/676-matron.webp differ diff --git a/static/sprites-small/home/shiny/676-natural.webp b/static/sprites-small/home/shiny/676-natural.webp index e4cd360..eb0c730 100644 Binary files a/static/sprites-small/home/shiny/676-natural.webp and b/static/sprites-small/home/shiny/676-natural.webp differ diff --git a/static/sprites-small/home/shiny/676-pharaoh.webp b/static/sprites-small/home/shiny/676-pharaoh.webp index a3dd982..288dd0f 100644 Binary files a/static/sprites-small/home/shiny/676-pharaoh.webp and b/static/sprites-small/home/shiny/676-pharaoh.webp differ diff --git a/static/sprites-small/home/shiny/676-star.webp b/static/sprites-small/home/shiny/676-star.webp index 82f792f..f0bbba5 100644 Binary files a/static/sprites-small/home/shiny/676-star.webp and b/static/sprites-small/home/shiny/676-star.webp differ diff --git a/static/sprites-small/home/shiny/676.webp b/static/sprites-small/home/shiny/676.webp index e4cd360..eb0c730 100644 Binary files a/static/sprites-small/home/shiny/676.webp and b/static/sprites-small/home/shiny/676.webp differ diff --git a/static/sprites-small/home/shiny/677.webp b/static/sprites-small/home/shiny/677.webp index 087ca89..5a612b3 100644 Binary files a/static/sprites-small/home/shiny/677.webp and b/static/sprites-small/home/shiny/677.webp differ diff --git a/static/sprites-small/home/shiny/678.webp b/static/sprites-small/home/shiny/678.webp index 85c8df2..42b927f 100644 Binary files a/static/sprites-small/home/shiny/678.webp and b/static/sprites-small/home/shiny/678.webp differ diff --git a/static/sprites-small/home/shiny/679.webp b/static/sprites-small/home/shiny/679.webp index 79dfe03..efd6417 100644 Binary files a/static/sprites-small/home/shiny/679.webp and b/static/sprites-small/home/shiny/679.webp differ diff --git a/static/sprites-small/home/shiny/68.webp b/static/sprites-small/home/shiny/68.webp index 5cf715c..d7531e3 100644 Binary files a/static/sprites-small/home/shiny/68.webp and b/static/sprites-small/home/shiny/68.webp differ diff --git a/static/sprites-small/home/shiny/680.webp b/static/sprites-small/home/shiny/680.webp index c372eca..6cd934f 100644 Binary files a/static/sprites-small/home/shiny/680.webp and b/static/sprites-small/home/shiny/680.webp differ diff --git a/static/sprites-small/home/shiny/681.webp b/static/sprites-small/home/shiny/681.webp index a819f4a..9930800 100644 Binary files a/static/sprites-small/home/shiny/681.webp and b/static/sprites-small/home/shiny/681.webp differ diff --git a/static/sprites-small/home/shiny/682.webp b/static/sprites-small/home/shiny/682.webp index b411f46..c71c7df 100644 Binary files a/static/sprites-small/home/shiny/682.webp and b/static/sprites-small/home/shiny/682.webp differ diff --git a/static/sprites-small/home/shiny/683.webp b/static/sprites-small/home/shiny/683.webp index 0862ff9..41a6c3f 100644 Binary files a/static/sprites-small/home/shiny/683.webp and b/static/sprites-small/home/shiny/683.webp differ diff --git a/static/sprites-small/home/shiny/684.webp b/static/sprites-small/home/shiny/684.webp index 1c3fc82..7b1ee92 100644 Binary files a/static/sprites-small/home/shiny/684.webp and b/static/sprites-small/home/shiny/684.webp differ diff --git a/static/sprites-small/home/shiny/685.webp b/static/sprites-small/home/shiny/685.webp index 596225a..cfc31c7 100644 Binary files a/static/sprites-small/home/shiny/685.webp and b/static/sprites-small/home/shiny/685.webp differ diff --git a/static/sprites-small/home/shiny/686.webp b/static/sprites-small/home/shiny/686.webp index 260c196..b89fc43 100644 Binary files a/static/sprites-small/home/shiny/686.webp and b/static/sprites-small/home/shiny/686.webp differ diff --git a/static/sprites-small/home/shiny/687.webp b/static/sprites-small/home/shiny/687.webp index b95bc0e..01e89d0 100644 Binary files a/static/sprites-small/home/shiny/687.webp and b/static/sprites-small/home/shiny/687.webp differ diff --git a/static/sprites-small/home/shiny/688.webp b/static/sprites-small/home/shiny/688.webp index c64d657..f64b596 100644 Binary files a/static/sprites-small/home/shiny/688.webp and b/static/sprites-small/home/shiny/688.webp differ diff --git a/static/sprites-small/home/shiny/689.webp b/static/sprites-small/home/shiny/689.webp index 7d41426..1671a26 100644 Binary files a/static/sprites-small/home/shiny/689.webp and b/static/sprites-small/home/shiny/689.webp differ diff --git a/static/sprites-small/home/shiny/69.webp b/static/sprites-small/home/shiny/69.webp index 26ce267..b5fabbd 100644 Binary files a/static/sprites-small/home/shiny/69.webp and b/static/sprites-small/home/shiny/69.webp differ diff --git a/static/sprites-small/home/shiny/690.webp b/static/sprites-small/home/shiny/690.webp index 3ff79ce..461c39c 100644 Binary files a/static/sprites-small/home/shiny/690.webp and b/static/sprites-small/home/shiny/690.webp differ diff --git a/static/sprites-small/home/shiny/691.webp b/static/sprites-small/home/shiny/691.webp index d54998e..193cdce 100644 Binary files a/static/sprites-small/home/shiny/691.webp and b/static/sprites-small/home/shiny/691.webp differ diff --git a/static/sprites-small/home/shiny/692.webp b/static/sprites-small/home/shiny/692.webp index ffa4fab..5a4eb11 100644 Binary files a/static/sprites-small/home/shiny/692.webp and b/static/sprites-small/home/shiny/692.webp differ diff --git a/static/sprites-small/home/shiny/693.webp b/static/sprites-small/home/shiny/693.webp index ff37b3a..e33ea9f 100644 Binary files a/static/sprites-small/home/shiny/693.webp and b/static/sprites-small/home/shiny/693.webp differ diff --git a/static/sprites-small/home/shiny/694.webp b/static/sprites-small/home/shiny/694.webp index 8c65dc5..98a8828 100644 Binary files a/static/sprites-small/home/shiny/694.webp and b/static/sprites-small/home/shiny/694.webp differ diff --git a/static/sprites-small/home/shiny/695.webp b/static/sprites-small/home/shiny/695.webp index 3c2e744..061ff9e 100644 Binary files a/static/sprites-small/home/shiny/695.webp and b/static/sprites-small/home/shiny/695.webp differ diff --git a/static/sprites-small/home/shiny/696.webp b/static/sprites-small/home/shiny/696.webp index b66d7da..04695b4 100644 Binary files a/static/sprites-small/home/shiny/696.webp and b/static/sprites-small/home/shiny/696.webp differ diff --git a/static/sprites-small/home/shiny/697.webp b/static/sprites-small/home/shiny/697.webp index 99dcbb8..35c6a30 100644 Binary files a/static/sprites-small/home/shiny/697.webp and b/static/sprites-small/home/shiny/697.webp differ diff --git a/static/sprites-small/home/shiny/698.webp b/static/sprites-small/home/shiny/698.webp index d0a4730..8391fcd 100644 Binary files a/static/sprites-small/home/shiny/698.webp and b/static/sprites-small/home/shiny/698.webp differ diff --git a/static/sprites-small/home/shiny/699.webp b/static/sprites-small/home/shiny/699.webp index 71391de..2656cba 100644 Binary files a/static/sprites-small/home/shiny/699.webp and b/static/sprites-small/home/shiny/699.webp differ diff --git a/static/sprites-small/home/shiny/7.webp b/static/sprites-small/home/shiny/7.webp index bc75705..8e7275a 100644 Binary files a/static/sprites-small/home/shiny/7.webp and b/static/sprites-small/home/shiny/7.webp differ diff --git a/static/sprites-small/home/shiny/70.webp b/static/sprites-small/home/shiny/70.webp index f68a1b1..2e82296 100644 Binary files a/static/sprites-small/home/shiny/70.webp and b/static/sprites-small/home/shiny/70.webp differ diff --git a/static/sprites-small/home/shiny/700.webp b/static/sprites-small/home/shiny/700.webp index c5ad51d..3c357b5 100644 Binary files a/static/sprites-small/home/shiny/700.webp and b/static/sprites-small/home/shiny/700.webp differ diff --git a/static/sprites-small/home/shiny/701.webp b/static/sprites-small/home/shiny/701.webp index e4ffeac..7a57e6a 100644 Binary files a/static/sprites-small/home/shiny/701.webp and b/static/sprites-small/home/shiny/701.webp differ diff --git a/static/sprites-small/home/shiny/702.webp b/static/sprites-small/home/shiny/702.webp index bfd77b9..81f1ca9 100644 Binary files a/static/sprites-small/home/shiny/702.webp and b/static/sprites-small/home/shiny/702.webp differ diff --git a/static/sprites-small/home/shiny/703.webp b/static/sprites-small/home/shiny/703.webp index e67eda6..119e1d6 100644 Binary files a/static/sprites-small/home/shiny/703.webp and b/static/sprites-small/home/shiny/703.webp differ diff --git a/static/sprites-small/home/shiny/704.webp b/static/sprites-small/home/shiny/704.webp index bd4d37f..081f715 100644 Binary files a/static/sprites-small/home/shiny/704.webp and b/static/sprites-small/home/shiny/704.webp differ diff --git a/static/sprites-small/home/shiny/705.webp b/static/sprites-small/home/shiny/705.webp index e7724c6..5cc5c9d 100644 Binary files a/static/sprites-small/home/shiny/705.webp and b/static/sprites-small/home/shiny/705.webp differ diff --git a/static/sprites-small/home/shiny/706.webp b/static/sprites-small/home/shiny/706.webp index a80af2e..276ce77 100644 Binary files a/static/sprites-small/home/shiny/706.webp and b/static/sprites-small/home/shiny/706.webp differ diff --git a/static/sprites-small/home/shiny/707.webp b/static/sprites-small/home/shiny/707.webp index 56d579c..b6ac206 100644 Binary files a/static/sprites-small/home/shiny/707.webp and b/static/sprites-small/home/shiny/707.webp differ diff --git a/static/sprites-small/home/shiny/708.webp b/static/sprites-small/home/shiny/708.webp index f35dd4a..1b52a22 100644 Binary files a/static/sprites-small/home/shiny/708.webp and b/static/sprites-small/home/shiny/708.webp differ diff --git a/static/sprites-small/home/shiny/709.webp b/static/sprites-small/home/shiny/709.webp index d6540c0..9b4c939 100644 Binary files a/static/sprites-small/home/shiny/709.webp and b/static/sprites-small/home/shiny/709.webp differ diff --git a/static/sprites-small/home/shiny/71.webp b/static/sprites-small/home/shiny/71.webp index a4ef72a..8602cd3 100644 Binary files a/static/sprites-small/home/shiny/71.webp and b/static/sprites-small/home/shiny/71.webp differ diff --git a/static/sprites-small/home/shiny/710.webp b/static/sprites-small/home/shiny/710.webp index 714a523..1fb1806 100644 Binary files a/static/sprites-small/home/shiny/710.webp and b/static/sprites-small/home/shiny/710.webp differ diff --git a/static/sprites-small/home/shiny/711.webp b/static/sprites-small/home/shiny/711.webp index e1fada6..efd55d8 100644 Binary files a/static/sprites-small/home/shiny/711.webp and b/static/sprites-small/home/shiny/711.webp differ diff --git a/static/sprites-small/home/shiny/712.webp b/static/sprites-small/home/shiny/712.webp index 107b5ba..c2d14af 100644 Binary files a/static/sprites-small/home/shiny/712.webp and b/static/sprites-small/home/shiny/712.webp differ diff --git a/static/sprites-small/home/shiny/713.webp b/static/sprites-small/home/shiny/713.webp index d73bde6..bb35e2b 100644 Binary files a/static/sprites-small/home/shiny/713.webp and b/static/sprites-small/home/shiny/713.webp differ diff --git a/static/sprites-small/home/shiny/714.webp b/static/sprites-small/home/shiny/714.webp index 092be4f..dd70d1a 100644 Binary files a/static/sprites-small/home/shiny/714.webp and b/static/sprites-small/home/shiny/714.webp differ diff --git a/static/sprites-small/home/shiny/715.webp b/static/sprites-small/home/shiny/715.webp index a964706..bc559f5 100644 Binary files a/static/sprites-small/home/shiny/715.webp and b/static/sprites-small/home/shiny/715.webp differ diff --git a/static/sprites-small/home/shiny/716-active.webp b/static/sprites-small/home/shiny/716-active.webp index d38727a..6c6c389 100644 Binary files a/static/sprites-small/home/shiny/716-active.webp and b/static/sprites-small/home/shiny/716-active.webp differ diff --git a/static/sprites-small/home/shiny/716-neutral.webp b/static/sprites-small/home/shiny/716-neutral.webp index 3fa5cba..55050ad 100644 Binary files a/static/sprites-small/home/shiny/716-neutral.webp and b/static/sprites-small/home/shiny/716-neutral.webp differ diff --git a/static/sprites-small/home/shiny/716.webp b/static/sprites-small/home/shiny/716.webp index 3fa5cba..55050ad 100644 Binary files a/static/sprites-small/home/shiny/716.webp and b/static/sprites-small/home/shiny/716.webp differ diff --git a/static/sprites-small/home/shiny/717.webp b/static/sprites-small/home/shiny/717.webp index 09420c1..6c012ee 100644 Binary files a/static/sprites-small/home/shiny/717.webp and b/static/sprites-small/home/shiny/717.webp differ diff --git a/static/sprites-small/home/shiny/718.webp b/static/sprites-small/home/shiny/718.webp index 92be540..a38452a 100644 Binary files a/static/sprites-small/home/shiny/718.webp and b/static/sprites-small/home/shiny/718.webp differ diff --git a/static/sprites-small/home/shiny/719.webp b/static/sprites-small/home/shiny/719.webp index 1b927a2..044b7b7 100644 Binary files a/static/sprites-small/home/shiny/719.webp and b/static/sprites-small/home/shiny/719.webp differ diff --git a/static/sprites-small/home/shiny/72.webp b/static/sprites-small/home/shiny/72.webp index c5f63ee..1a87739 100644 Binary files a/static/sprites-small/home/shiny/72.webp and b/static/sprites-small/home/shiny/72.webp differ diff --git a/static/sprites-small/home/shiny/720.webp b/static/sprites-small/home/shiny/720.webp index 8d87bc3..9628ddf 100644 Binary files a/static/sprites-small/home/shiny/720.webp and b/static/sprites-small/home/shiny/720.webp differ diff --git a/static/sprites-small/home/shiny/721.webp b/static/sprites-small/home/shiny/721.webp index 73c6ad9..de4d01d 100644 Binary files a/static/sprites-small/home/shiny/721.webp and b/static/sprites-small/home/shiny/721.webp differ diff --git a/static/sprites-small/home/shiny/722.webp b/static/sprites-small/home/shiny/722.webp index 779d62f..d8b7653 100644 Binary files a/static/sprites-small/home/shiny/722.webp and b/static/sprites-small/home/shiny/722.webp differ diff --git a/static/sprites-small/home/shiny/723.webp b/static/sprites-small/home/shiny/723.webp index 740c3d1..1e5f09c 100644 Binary files a/static/sprites-small/home/shiny/723.webp and b/static/sprites-small/home/shiny/723.webp differ diff --git a/static/sprites-small/home/shiny/724.webp b/static/sprites-small/home/shiny/724.webp index ce861c9..0151547 100644 Binary files a/static/sprites-small/home/shiny/724.webp and b/static/sprites-small/home/shiny/724.webp differ diff --git a/static/sprites-small/home/shiny/725.webp b/static/sprites-small/home/shiny/725.webp index 9856f96..33fd320 100644 Binary files a/static/sprites-small/home/shiny/725.webp and b/static/sprites-small/home/shiny/725.webp differ diff --git a/static/sprites-small/home/shiny/726.webp b/static/sprites-small/home/shiny/726.webp index 8913260..8964572 100644 Binary files a/static/sprites-small/home/shiny/726.webp and b/static/sprites-small/home/shiny/726.webp differ diff --git a/static/sprites-small/home/shiny/727.webp b/static/sprites-small/home/shiny/727.webp index 5b247cc..83e88d7 100644 Binary files a/static/sprites-small/home/shiny/727.webp and b/static/sprites-small/home/shiny/727.webp differ diff --git a/static/sprites-small/home/shiny/728.webp b/static/sprites-small/home/shiny/728.webp index f6cfd2a..684e978 100644 Binary files a/static/sprites-small/home/shiny/728.webp and b/static/sprites-small/home/shiny/728.webp differ diff --git a/static/sprites-small/home/shiny/729.webp b/static/sprites-small/home/shiny/729.webp index a9e2a58..d475d3e 100644 Binary files a/static/sprites-small/home/shiny/729.webp and b/static/sprites-small/home/shiny/729.webp differ diff --git a/static/sprites-small/home/shiny/73.webp b/static/sprites-small/home/shiny/73.webp index c4c585b..cb3101f 100644 Binary files a/static/sprites-small/home/shiny/73.webp and b/static/sprites-small/home/shiny/73.webp differ diff --git a/static/sprites-small/home/shiny/730.webp b/static/sprites-small/home/shiny/730.webp index c635edf..821210e 100644 Binary files a/static/sprites-small/home/shiny/730.webp and b/static/sprites-small/home/shiny/730.webp differ diff --git a/static/sprites-small/home/shiny/731.webp b/static/sprites-small/home/shiny/731.webp index e4845f2..a99b673 100644 Binary files a/static/sprites-small/home/shiny/731.webp and b/static/sprites-small/home/shiny/731.webp differ diff --git a/static/sprites-small/home/shiny/732.webp b/static/sprites-small/home/shiny/732.webp index 5b77138..17fb49d 100644 Binary files a/static/sprites-small/home/shiny/732.webp and b/static/sprites-small/home/shiny/732.webp differ diff --git a/static/sprites-small/home/shiny/733.webp b/static/sprites-small/home/shiny/733.webp index c0425ec..67046d3 100644 Binary files a/static/sprites-small/home/shiny/733.webp and b/static/sprites-small/home/shiny/733.webp differ diff --git a/static/sprites-small/home/shiny/734.webp b/static/sprites-small/home/shiny/734.webp index e4355cb..a7874b9 100644 Binary files a/static/sprites-small/home/shiny/734.webp and b/static/sprites-small/home/shiny/734.webp differ diff --git a/static/sprites-small/home/shiny/735.webp b/static/sprites-small/home/shiny/735.webp index 193b64b..d3bbb33 100644 Binary files a/static/sprites-small/home/shiny/735.webp and b/static/sprites-small/home/shiny/735.webp differ diff --git a/static/sprites-small/home/shiny/736.webp b/static/sprites-small/home/shiny/736.webp index e284b04..fc7f948 100644 Binary files a/static/sprites-small/home/shiny/736.webp and b/static/sprites-small/home/shiny/736.webp differ diff --git a/static/sprites-small/home/shiny/737.webp b/static/sprites-small/home/shiny/737.webp index 0b612e0..1631837 100644 Binary files a/static/sprites-small/home/shiny/737.webp and b/static/sprites-small/home/shiny/737.webp differ diff --git a/static/sprites-small/home/shiny/738.webp b/static/sprites-small/home/shiny/738.webp index 427399c..c7c9403 100644 Binary files a/static/sprites-small/home/shiny/738.webp and b/static/sprites-small/home/shiny/738.webp differ diff --git a/static/sprites-small/home/shiny/739.webp b/static/sprites-small/home/shiny/739.webp index fefb743..79c5c84 100644 Binary files a/static/sprites-small/home/shiny/739.webp and b/static/sprites-small/home/shiny/739.webp differ diff --git a/static/sprites-small/home/shiny/74.webp b/static/sprites-small/home/shiny/74.webp index 57ab9d9..61b2d3a 100644 Binary files a/static/sprites-small/home/shiny/74.webp and b/static/sprites-small/home/shiny/74.webp differ diff --git a/static/sprites-small/home/shiny/740.webp b/static/sprites-small/home/shiny/740.webp index 398fd71..61fdaba 100644 Binary files a/static/sprites-small/home/shiny/740.webp and b/static/sprites-small/home/shiny/740.webp differ diff --git a/static/sprites-small/home/shiny/741.webp b/static/sprites-small/home/shiny/741.webp index 596b816..e3930b1 100644 Binary files a/static/sprites-small/home/shiny/741.webp and b/static/sprites-small/home/shiny/741.webp differ diff --git a/static/sprites-small/home/shiny/742.webp b/static/sprites-small/home/shiny/742.webp index cbb71f7..38af45d 100644 Binary files a/static/sprites-small/home/shiny/742.webp and b/static/sprites-small/home/shiny/742.webp differ diff --git a/static/sprites-small/home/shiny/743.webp b/static/sprites-small/home/shiny/743.webp index bee65fb..465e46b 100644 Binary files a/static/sprites-small/home/shiny/743.webp and b/static/sprites-small/home/shiny/743.webp differ diff --git a/static/sprites-small/home/shiny/744.webp b/static/sprites-small/home/shiny/744.webp index b23e32f..4ebd52c 100644 Binary files a/static/sprites-small/home/shiny/744.webp and b/static/sprites-small/home/shiny/744.webp differ diff --git a/static/sprites-small/home/shiny/745.webp b/static/sprites-small/home/shiny/745.webp index b34fdb3..abf724c 100644 Binary files a/static/sprites-small/home/shiny/745.webp and b/static/sprites-small/home/shiny/745.webp differ diff --git a/static/sprites-small/home/shiny/746.webp b/static/sprites-small/home/shiny/746.webp index 97ae7d5..56e16f0 100644 Binary files a/static/sprites-small/home/shiny/746.webp and b/static/sprites-small/home/shiny/746.webp differ diff --git a/static/sprites-small/home/shiny/747.webp b/static/sprites-small/home/shiny/747.webp index ca1265d..b75da1c 100644 Binary files a/static/sprites-small/home/shiny/747.webp and b/static/sprites-small/home/shiny/747.webp differ diff --git a/static/sprites-small/home/shiny/748.webp b/static/sprites-small/home/shiny/748.webp index 5990d81..42199c6 100644 Binary files a/static/sprites-small/home/shiny/748.webp and b/static/sprites-small/home/shiny/748.webp differ diff --git a/static/sprites-small/home/shiny/749.webp b/static/sprites-small/home/shiny/749.webp index e5e3550..16b7477 100644 Binary files a/static/sprites-small/home/shiny/749.webp and b/static/sprites-small/home/shiny/749.webp differ diff --git a/static/sprites-small/home/shiny/75.webp b/static/sprites-small/home/shiny/75.webp index 0bf48f1..7a8a5e1 100644 Binary files a/static/sprites-small/home/shiny/75.webp and b/static/sprites-small/home/shiny/75.webp differ diff --git a/static/sprites-small/home/shiny/750.webp b/static/sprites-small/home/shiny/750.webp index b86a0da..31ef6ba 100644 Binary files a/static/sprites-small/home/shiny/750.webp and b/static/sprites-small/home/shiny/750.webp differ diff --git a/static/sprites-small/home/shiny/751.webp b/static/sprites-small/home/shiny/751.webp index 4b78890..8c86f28 100644 Binary files a/static/sprites-small/home/shiny/751.webp and b/static/sprites-small/home/shiny/751.webp differ diff --git a/static/sprites-small/home/shiny/752.webp b/static/sprites-small/home/shiny/752.webp index 990d8e0..bfe92a1 100644 Binary files a/static/sprites-small/home/shiny/752.webp and b/static/sprites-small/home/shiny/752.webp differ diff --git a/static/sprites-small/home/shiny/753.webp b/static/sprites-small/home/shiny/753.webp index 4cc7165..c7cdd6f 100644 Binary files a/static/sprites-small/home/shiny/753.webp and b/static/sprites-small/home/shiny/753.webp differ diff --git a/static/sprites-small/home/shiny/754.webp b/static/sprites-small/home/shiny/754.webp index 863d17b..830bddd 100644 Binary files a/static/sprites-small/home/shiny/754.webp and b/static/sprites-small/home/shiny/754.webp differ diff --git a/static/sprites-small/home/shiny/755.webp b/static/sprites-small/home/shiny/755.webp index e9a2737..c08ba5f 100644 Binary files a/static/sprites-small/home/shiny/755.webp and b/static/sprites-small/home/shiny/755.webp differ diff --git a/static/sprites-small/home/shiny/756.webp b/static/sprites-small/home/shiny/756.webp index d259665..242a624 100644 Binary files a/static/sprites-small/home/shiny/756.webp and b/static/sprites-small/home/shiny/756.webp differ diff --git a/static/sprites-small/home/shiny/757.webp b/static/sprites-small/home/shiny/757.webp index 3b2f4a9..18106db 100644 Binary files a/static/sprites-small/home/shiny/757.webp and b/static/sprites-small/home/shiny/757.webp differ diff --git a/static/sprites-small/home/shiny/758.webp b/static/sprites-small/home/shiny/758.webp index 4328b49..9a5270f 100644 Binary files a/static/sprites-small/home/shiny/758.webp and b/static/sprites-small/home/shiny/758.webp differ diff --git a/static/sprites-small/home/shiny/759.webp b/static/sprites-small/home/shiny/759.webp index 9c16000..a948c7c 100644 Binary files a/static/sprites-small/home/shiny/759.webp and b/static/sprites-small/home/shiny/759.webp differ diff --git a/static/sprites-small/home/shiny/76.webp b/static/sprites-small/home/shiny/76.webp index bc177cb..514d881 100644 Binary files a/static/sprites-small/home/shiny/76.webp and b/static/sprites-small/home/shiny/76.webp differ diff --git a/static/sprites-small/home/shiny/760.webp b/static/sprites-small/home/shiny/760.webp index 7cf4a63..b040ffe 100644 Binary files a/static/sprites-small/home/shiny/760.webp and b/static/sprites-small/home/shiny/760.webp differ diff --git a/static/sprites-small/home/shiny/761.webp b/static/sprites-small/home/shiny/761.webp index 7b16bdf..a8c9828 100644 Binary files a/static/sprites-small/home/shiny/761.webp and b/static/sprites-small/home/shiny/761.webp differ diff --git a/static/sprites-small/home/shiny/762.webp b/static/sprites-small/home/shiny/762.webp index d9588d8..ea8867c 100644 Binary files a/static/sprites-small/home/shiny/762.webp and b/static/sprites-small/home/shiny/762.webp differ diff --git a/static/sprites-small/home/shiny/763.webp b/static/sprites-small/home/shiny/763.webp index 857ac0c..81c82f2 100644 Binary files a/static/sprites-small/home/shiny/763.webp and b/static/sprites-small/home/shiny/763.webp differ diff --git a/static/sprites-small/home/shiny/764.webp b/static/sprites-small/home/shiny/764.webp index 4d723aa..2682f0c 100644 Binary files a/static/sprites-small/home/shiny/764.webp and b/static/sprites-small/home/shiny/764.webp differ diff --git a/static/sprites-small/home/shiny/765.webp b/static/sprites-small/home/shiny/765.webp index aa31c5d..9f8b904 100644 Binary files a/static/sprites-small/home/shiny/765.webp and b/static/sprites-small/home/shiny/765.webp differ diff --git a/static/sprites-small/home/shiny/766.webp b/static/sprites-small/home/shiny/766.webp index e97a378..84c24aa 100644 Binary files a/static/sprites-small/home/shiny/766.webp and b/static/sprites-small/home/shiny/766.webp differ diff --git a/static/sprites-small/home/shiny/767.webp b/static/sprites-small/home/shiny/767.webp index ac18244..07eeafb 100644 Binary files a/static/sprites-small/home/shiny/767.webp and b/static/sprites-small/home/shiny/767.webp differ diff --git a/static/sprites-small/home/shiny/768.webp b/static/sprites-small/home/shiny/768.webp index fd3257f..0b0bcd6 100644 Binary files a/static/sprites-small/home/shiny/768.webp and b/static/sprites-small/home/shiny/768.webp differ diff --git a/static/sprites-small/home/shiny/769.webp b/static/sprites-small/home/shiny/769.webp index 67c3e6d..5a0b0d8 100644 Binary files a/static/sprites-small/home/shiny/769.webp and b/static/sprites-small/home/shiny/769.webp differ diff --git a/static/sprites-small/home/shiny/77.webp b/static/sprites-small/home/shiny/77.webp index ec299de..b0aff1c 100644 Binary files a/static/sprites-small/home/shiny/77.webp and b/static/sprites-small/home/shiny/77.webp differ diff --git a/static/sprites-small/home/shiny/770.webp b/static/sprites-small/home/shiny/770.webp index ea878ae..795802e 100644 Binary files a/static/sprites-small/home/shiny/770.webp and b/static/sprites-small/home/shiny/770.webp differ diff --git a/static/sprites-small/home/shiny/771.webp b/static/sprites-small/home/shiny/771.webp index 6f63163..5a8f5c1 100644 Binary files a/static/sprites-small/home/shiny/771.webp and b/static/sprites-small/home/shiny/771.webp differ diff --git a/static/sprites-small/home/shiny/772.webp b/static/sprites-small/home/shiny/772.webp index a932c9c..3bdf9fe 100644 Binary files a/static/sprites-small/home/shiny/772.webp and b/static/sprites-small/home/shiny/772.webp differ diff --git a/static/sprites-small/home/shiny/773-bug.webp b/static/sprites-small/home/shiny/773-bug.webp index 7dd9d58..d25a736 100644 Binary files a/static/sprites-small/home/shiny/773-bug.webp and b/static/sprites-small/home/shiny/773-bug.webp differ diff --git a/static/sprites-small/home/shiny/773-dark.webp b/static/sprites-small/home/shiny/773-dark.webp index 0ca3926..fbb0684 100644 Binary files a/static/sprites-small/home/shiny/773-dark.webp and b/static/sprites-small/home/shiny/773-dark.webp differ diff --git a/static/sprites-small/home/shiny/773-dragon.webp b/static/sprites-small/home/shiny/773-dragon.webp index 1f7fd3a..ea64eac 100644 Binary files a/static/sprites-small/home/shiny/773-dragon.webp and b/static/sprites-small/home/shiny/773-dragon.webp differ diff --git a/static/sprites-small/home/shiny/773-electric.webp b/static/sprites-small/home/shiny/773-electric.webp index 97674c4..6f59429 100644 Binary files a/static/sprites-small/home/shiny/773-electric.webp and b/static/sprites-small/home/shiny/773-electric.webp differ diff --git a/static/sprites-small/home/shiny/773-fairy.webp b/static/sprites-small/home/shiny/773-fairy.webp index 938ea94..f70a48d 100644 Binary files a/static/sprites-small/home/shiny/773-fairy.webp and b/static/sprites-small/home/shiny/773-fairy.webp differ diff --git a/static/sprites-small/home/shiny/773-fighting.webp b/static/sprites-small/home/shiny/773-fighting.webp index 0ba3958..f55a14b 100644 Binary files a/static/sprites-small/home/shiny/773-fighting.webp and b/static/sprites-small/home/shiny/773-fighting.webp differ diff --git a/static/sprites-small/home/shiny/773-fire.webp b/static/sprites-small/home/shiny/773-fire.webp index c233b9c..eeb0522 100644 Binary files a/static/sprites-small/home/shiny/773-fire.webp and b/static/sprites-small/home/shiny/773-fire.webp differ diff --git a/static/sprites-small/home/shiny/773-flying.webp b/static/sprites-small/home/shiny/773-flying.webp index fcfbbdd..cba3f94 100644 Binary files a/static/sprites-small/home/shiny/773-flying.webp and b/static/sprites-small/home/shiny/773-flying.webp differ diff --git a/static/sprites-small/home/shiny/773-ghost.webp b/static/sprites-small/home/shiny/773-ghost.webp index 4e6b1fb..a2148d4 100644 Binary files a/static/sprites-small/home/shiny/773-ghost.webp and b/static/sprites-small/home/shiny/773-ghost.webp differ diff --git a/static/sprites-small/home/shiny/773-grass.webp b/static/sprites-small/home/shiny/773-grass.webp index dd451cf..94274e1 100644 Binary files a/static/sprites-small/home/shiny/773-grass.webp and b/static/sprites-small/home/shiny/773-grass.webp differ diff --git a/static/sprites-small/home/shiny/773-ground.webp b/static/sprites-small/home/shiny/773-ground.webp index 20c15f3..93ab06c 100644 Binary files a/static/sprites-small/home/shiny/773-ground.webp and b/static/sprites-small/home/shiny/773-ground.webp differ diff --git a/static/sprites-small/home/shiny/773-ice.webp b/static/sprites-small/home/shiny/773-ice.webp index 0981ab3..6f3cc42 100644 Binary files a/static/sprites-small/home/shiny/773-ice.webp and b/static/sprites-small/home/shiny/773-ice.webp differ diff --git a/static/sprites-small/home/shiny/773-normal.webp b/static/sprites-small/home/shiny/773-normal.webp index ccc335d..6d99866 100644 Binary files a/static/sprites-small/home/shiny/773-normal.webp and b/static/sprites-small/home/shiny/773-normal.webp differ diff --git a/static/sprites-small/home/shiny/773-poison.webp b/static/sprites-small/home/shiny/773-poison.webp index bb64f43..da8b1ce 100644 Binary files a/static/sprites-small/home/shiny/773-poison.webp and b/static/sprites-small/home/shiny/773-poison.webp differ diff --git a/static/sprites-small/home/shiny/773-psychic.webp b/static/sprites-small/home/shiny/773-psychic.webp index 4526747..97cac6e 100644 Binary files a/static/sprites-small/home/shiny/773-psychic.webp and b/static/sprites-small/home/shiny/773-psychic.webp differ diff --git a/static/sprites-small/home/shiny/773-rock.webp b/static/sprites-small/home/shiny/773-rock.webp index b5f0c1c..8664d86 100644 Binary files a/static/sprites-small/home/shiny/773-rock.webp and b/static/sprites-small/home/shiny/773-rock.webp differ diff --git a/static/sprites-small/home/shiny/773-steel.webp b/static/sprites-small/home/shiny/773-steel.webp index 7a38096..ca55043 100644 Binary files a/static/sprites-small/home/shiny/773-steel.webp and b/static/sprites-small/home/shiny/773-steel.webp differ diff --git a/static/sprites-small/home/shiny/773-water.webp b/static/sprites-small/home/shiny/773-water.webp index 1c5ea8a..79a2a66 100644 Binary files a/static/sprites-small/home/shiny/773-water.webp and b/static/sprites-small/home/shiny/773-water.webp differ diff --git a/static/sprites-small/home/shiny/773.webp b/static/sprites-small/home/shiny/773.webp index ccc335d..6d99866 100644 Binary files a/static/sprites-small/home/shiny/773.webp and b/static/sprites-small/home/shiny/773.webp differ diff --git a/static/sprites-small/home/shiny/774.webp b/static/sprites-small/home/shiny/774.webp index 5948764..e127bfd 100644 Binary files a/static/sprites-small/home/shiny/774.webp and b/static/sprites-small/home/shiny/774.webp differ diff --git a/static/sprites-small/home/shiny/775.webp b/static/sprites-small/home/shiny/775.webp index adef2c7..f90e552 100644 Binary files a/static/sprites-small/home/shiny/775.webp and b/static/sprites-small/home/shiny/775.webp differ diff --git a/static/sprites-small/home/shiny/776.webp b/static/sprites-small/home/shiny/776.webp index 91f94ee..e94a124 100644 Binary files a/static/sprites-small/home/shiny/776.webp and b/static/sprites-small/home/shiny/776.webp differ diff --git a/static/sprites-small/home/shiny/777.webp b/static/sprites-small/home/shiny/777.webp index 56bdd34..4a33710 100644 Binary files a/static/sprites-small/home/shiny/777.webp and b/static/sprites-small/home/shiny/777.webp differ diff --git a/static/sprites-small/home/shiny/778.webp b/static/sprites-small/home/shiny/778.webp index 2d8b0d4..858c2c1 100644 Binary files a/static/sprites-small/home/shiny/778.webp and b/static/sprites-small/home/shiny/778.webp differ diff --git a/static/sprites-small/home/shiny/779.webp b/static/sprites-small/home/shiny/779.webp index 386a8ef..cbcca3b 100644 Binary files a/static/sprites-small/home/shiny/779.webp and b/static/sprites-small/home/shiny/779.webp differ diff --git a/static/sprites-small/home/shiny/78.webp b/static/sprites-small/home/shiny/78.webp index 321b38d..b0688c1 100644 Binary files a/static/sprites-small/home/shiny/78.webp and b/static/sprites-small/home/shiny/78.webp differ diff --git a/static/sprites-small/home/shiny/780.webp b/static/sprites-small/home/shiny/780.webp index b76b879..225fd90 100644 Binary files a/static/sprites-small/home/shiny/780.webp and b/static/sprites-small/home/shiny/780.webp differ diff --git a/static/sprites-small/home/shiny/781.webp b/static/sprites-small/home/shiny/781.webp index 211b3df..d3f7b63 100644 Binary files a/static/sprites-small/home/shiny/781.webp and b/static/sprites-small/home/shiny/781.webp differ diff --git a/static/sprites-small/home/shiny/782.webp b/static/sprites-small/home/shiny/782.webp index e6fcfae..07cd7d3 100644 Binary files a/static/sprites-small/home/shiny/782.webp and b/static/sprites-small/home/shiny/782.webp differ diff --git a/static/sprites-small/home/shiny/783.webp b/static/sprites-small/home/shiny/783.webp index b5888ec..a833bc3 100644 Binary files a/static/sprites-small/home/shiny/783.webp and b/static/sprites-small/home/shiny/783.webp differ diff --git a/static/sprites-small/home/shiny/784.webp b/static/sprites-small/home/shiny/784.webp index 1e2dcbf..f11534d 100644 Binary files a/static/sprites-small/home/shiny/784.webp and b/static/sprites-small/home/shiny/784.webp differ diff --git a/static/sprites-small/home/shiny/785.webp b/static/sprites-small/home/shiny/785.webp index 8371e67..2ab3dc0 100644 Binary files a/static/sprites-small/home/shiny/785.webp and b/static/sprites-small/home/shiny/785.webp differ diff --git a/static/sprites-small/home/shiny/786.webp b/static/sprites-small/home/shiny/786.webp index 05bbab3..e5edc12 100644 Binary files a/static/sprites-small/home/shiny/786.webp and b/static/sprites-small/home/shiny/786.webp differ diff --git a/static/sprites-small/home/shiny/787.webp b/static/sprites-small/home/shiny/787.webp index 15673be..858f5d1 100644 Binary files a/static/sprites-small/home/shiny/787.webp and b/static/sprites-small/home/shiny/787.webp differ diff --git a/static/sprites-small/home/shiny/788.webp b/static/sprites-small/home/shiny/788.webp index 2eb2292..aa971b7 100644 Binary files a/static/sprites-small/home/shiny/788.webp and b/static/sprites-small/home/shiny/788.webp differ diff --git a/static/sprites-small/home/shiny/789.webp b/static/sprites-small/home/shiny/789.webp index feb2513..178afad 100644 Binary files a/static/sprites-small/home/shiny/789.webp and b/static/sprites-small/home/shiny/789.webp differ diff --git a/static/sprites-small/home/shiny/79.webp b/static/sprites-small/home/shiny/79.webp index 739269a..61bf410 100644 Binary files a/static/sprites-small/home/shiny/79.webp and b/static/sprites-small/home/shiny/79.webp differ diff --git a/static/sprites-small/home/shiny/790.webp b/static/sprites-small/home/shiny/790.webp index d71d8ef..6ab3ae0 100644 Binary files a/static/sprites-small/home/shiny/790.webp and b/static/sprites-small/home/shiny/790.webp differ diff --git a/static/sprites-small/home/shiny/791.webp b/static/sprites-small/home/shiny/791.webp index ffe85ac..4f1acce 100644 Binary files a/static/sprites-small/home/shiny/791.webp and b/static/sprites-small/home/shiny/791.webp differ diff --git a/static/sprites-small/home/shiny/792.webp b/static/sprites-small/home/shiny/792.webp index 1b2f173..532ecc4 100644 Binary files a/static/sprites-small/home/shiny/792.webp and b/static/sprites-small/home/shiny/792.webp differ diff --git a/static/sprites-small/home/shiny/793.webp b/static/sprites-small/home/shiny/793.webp index 54c0ddc..a8c192f 100644 Binary files a/static/sprites-small/home/shiny/793.webp and b/static/sprites-small/home/shiny/793.webp differ diff --git a/static/sprites-small/home/shiny/794.webp b/static/sprites-small/home/shiny/794.webp index 881e420..de9dc38 100644 Binary files a/static/sprites-small/home/shiny/794.webp and b/static/sprites-small/home/shiny/794.webp differ diff --git a/static/sprites-small/home/shiny/795.webp b/static/sprites-small/home/shiny/795.webp index ea5c14d..0b343b2 100644 Binary files a/static/sprites-small/home/shiny/795.webp and b/static/sprites-small/home/shiny/795.webp differ diff --git a/static/sprites-small/home/shiny/796.webp b/static/sprites-small/home/shiny/796.webp index 94d3cfd..ec32a00 100644 Binary files a/static/sprites-small/home/shiny/796.webp and b/static/sprites-small/home/shiny/796.webp differ diff --git a/static/sprites-small/home/shiny/797.webp b/static/sprites-small/home/shiny/797.webp index 29e28a1..09bdb33 100644 Binary files a/static/sprites-small/home/shiny/797.webp and b/static/sprites-small/home/shiny/797.webp differ diff --git a/static/sprites-small/home/shiny/798.webp b/static/sprites-small/home/shiny/798.webp index 559a59f..c7c620f 100644 Binary files a/static/sprites-small/home/shiny/798.webp and b/static/sprites-small/home/shiny/798.webp differ diff --git a/static/sprites-small/home/shiny/799.webp b/static/sprites-small/home/shiny/799.webp index 8deacd3..ab58a0e 100644 Binary files a/static/sprites-small/home/shiny/799.webp and b/static/sprites-small/home/shiny/799.webp differ diff --git a/static/sprites-small/home/shiny/8.webp b/static/sprites-small/home/shiny/8.webp index 403e425..d8f6c2a 100644 Binary files a/static/sprites-small/home/shiny/8.webp and b/static/sprites-small/home/shiny/8.webp differ diff --git a/static/sprites-small/home/shiny/80.webp b/static/sprites-small/home/shiny/80.webp index 2f4fae0..87e80b6 100644 Binary files a/static/sprites-small/home/shiny/80.webp and b/static/sprites-small/home/shiny/80.webp differ diff --git a/static/sprites-small/home/shiny/800.webp b/static/sprites-small/home/shiny/800.webp index 95359bf..574e5f2 100644 Binary files a/static/sprites-small/home/shiny/800.webp and b/static/sprites-small/home/shiny/800.webp differ diff --git a/static/sprites-small/home/shiny/801.webp b/static/sprites-small/home/shiny/801.webp index cb611f6..197f50c 100644 Binary files a/static/sprites-small/home/shiny/801.webp and b/static/sprites-small/home/shiny/801.webp differ diff --git a/static/sprites-small/home/shiny/802.webp b/static/sprites-small/home/shiny/802.webp index c5acfcd..bff3ded 100644 Binary files a/static/sprites-small/home/shiny/802.webp and b/static/sprites-small/home/shiny/802.webp differ diff --git a/static/sprites-small/home/shiny/803.webp b/static/sprites-small/home/shiny/803.webp index 7ee2109..4d51cfd 100644 Binary files a/static/sprites-small/home/shiny/803.webp and b/static/sprites-small/home/shiny/803.webp differ diff --git a/static/sprites-small/home/shiny/804.webp b/static/sprites-small/home/shiny/804.webp index b2d557f..8c25fe0 100644 Binary files a/static/sprites-small/home/shiny/804.webp and b/static/sprites-small/home/shiny/804.webp differ diff --git a/static/sprites-small/home/shiny/805.webp b/static/sprites-small/home/shiny/805.webp index 481b297..f514b62 100644 Binary files a/static/sprites-small/home/shiny/805.webp and b/static/sprites-small/home/shiny/805.webp differ diff --git a/static/sprites-small/home/shiny/806.webp b/static/sprites-small/home/shiny/806.webp index 63f592f..57f77cc 100644 Binary files a/static/sprites-small/home/shiny/806.webp and b/static/sprites-small/home/shiny/806.webp differ diff --git a/static/sprites-small/home/shiny/807.webp b/static/sprites-small/home/shiny/807.webp index 51612ea..b2e5ef9 100644 Binary files a/static/sprites-small/home/shiny/807.webp and b/static/sprites-small/home/shiny/807.webp differ diff --git a/static/sprites-small/home/shiny/808.webp b/static/sprites-small/home/shiny/808.webp index ef41393..3420f65 100644 Binary files a/static/sprites-small/home/shiny/808.webp and b/static/sprites-small/home/shiny/808.webp differ diff --git a/static/sprites-small/home/shiny/809.webp b/static/sprites-small/home/shiny/809.webp index 4633e40..66bcee6 100644 Binary files a/static/sprites-small/home/shiny/809.webp and b/static/sprites-small/home/shiny/809.webp differ diff --git a/static/sprites-small/home/shiny/81.webp b/static/sprites-small/home/shiny/81.webp index 2b34387..2974ae7 100644 Binary files a/static/sprites-small/home/shiny/81.webp and b/static/sprites-small/home/shiny/81.webp differ diff --git a/static/sprites-small/home/shiny/810.webp b/static/sprites-small/home/shiny/810.webp index 4175be7..45bfbd7 100644 Binary files a/static/sprites-small/home/shiny/810.webp and b/static/sprites-small/home/shiny/810.webp differ diff --git a/static/sprites-small/home/shiny/811.webp b/static/sprites-small/home/shiny/811.webp index c4a5ae6..02d02b7 100644 Binary files a/static/sprites-small/home/shiny/811.webp and b/static/sprites-small/home/shiny/811.webp differ diff --git a/static/sprites-small/home/shiny/812.webp b/static/sprites-small/home/shiny/812.webp index 1222eeb..7d3376c 100644 Binary files a/static/sprites-small/home/shiny/812.webp and b/static/sprites-small/home/shiny/812.webp differ diff --git a/static/sprites-small/home/shiny/813.webp b/static/sprites-small/home/shiny/813.webp index 41b1314..93a539a 100644 Binary files a/static/sprites-small/home/shiny/813.webp and b/static/sprites-small/home/shiny/813.webp differ diff --git a/static/sprites-small/home/shiny/814.webp b/static/sprites-small/home/shiny/814.webp index e57ecc7..e195b46 100644 Binary files a/static/sprites-small/home/shiny/814.webp and b/static/sprites-small/home/shiny/814.webp differ diff --git a/static/sprites-small/home/shiny/815.webp b/static/sprites-small/home/shiny/815.webp index c6a7dfb..a887988 100644 Binary files a/static/sprites-small/home/shiny/815.webp and b/static/sprites-small/home/shiny/815.webp differ diff --git a/static/sprites-small/home/shiny/816.webp b/static/sprites-small/home/shiny/816.webp index 4f62e35..062fa57 100644 Binary files a/static/sprites-small/home/shiny/816.webp and b/static/sprites-small/home/shiny/816.webp differ diff --git a/static/sprites-small/home/shiny/817.webp b/static/sprites-small/home/shiny/817.webp index 9806b77..5a2fdaf 100644 Binary files a/static/sprites-small/home/shiny/817.webp and b/static/sprites-small/home/shiny/817.webp differ diff --git a/static/sprites-small/home/shiny/818.webp b/static/sprites-small/home/shiny/818.webp index c9e3908..5197c09 100644 Binary files a/static/sprites-small/home/shiny/818.webp and b/static/sprites-small/home/shiny/818.webp differ diff --git a/static/sprites-small/home/shiny/819.webp b/static/sprites-small/home/shiny/819.webp index b7b9ce8..de6bb9e 100644 Binary files a/static/sprites-small/home/shiny/819.webp and b/static/sprites-small/home/shiny/819.webp differ diff --git a/static/sprites-small/home/shiny/82.webp b/static/sprites-small/home/shiny/82.webp index 0aa8f2d..510c929 100644 Binary files a/static/sprites-small/home/shiny/82.webp and b/static/sprites-small/home/shiny/82.webp differ diff --git a/static/sprites-small/home/shiny/820.webp b/static/sprites-small/home/shiny/820.webp index 31f6fa8..57018a5 100644 Binary files a/static/sprites-small/home/shiny/820.webp and b/static/sprites-small/home/shiny/820.webp differ diff --git a/static/sprites-small/home/shiny/821.webp b/static/sprites-small/home/shiny/821.webp index 60f6835..8b00af3 100644 Binary files a/static/sprites-small/home/shiny/821.webp and b/static/sprites-small/home/shiny/821.webp differ diff --git a/static/sprites-small/home/shiny/822.webp b/static/sprites-small/home/shiny/822.webp index 3bb1f2c..f7fb06e 100644 Binary files a/static/sprites-small/home/shiny/822.webp and b/static/sprites-small/home/shiny/822.webp differ diff --git a/static/sprites-small/home/shiny/823.webp b/static/sprites-small/home/shiny/823.webp index da157b5..e13a804 100644 Binary files a/static/sprites-small/home/shiny/823.webp and b/static/sprites-small/home/shiny/823.webp differ diff --git a/static/sprites-small/home/shiny/824.webp b/static/sprites-small/home/shiny/824.webp index 2229ca7..d12c8ce 100644 Binary files a/static/sprites-small/home/shiny/824.webp and b/static/sprites-small/home/shiny/824.webp differ diff --git a/static/sprites-small/home/shiny/825.webp b/static/sprites-small/home/shiny/825.webp index 5785f83..b59ef36 100644 Binary files a/static/sprites-small/home/shiny/825.webp and b/static/sprites-small/home/shiny/825.webp differ diff --git a/static/sprites-small/home/shiny/826.webp b/static/sprites-small/home/shiny/826.webp index e98e9ae..11b4c2b 100644 Binary files a/static/sprites-small/home/shiny/826.webp and b/static/sprites-small/home/shiny/826.webp differ diff --git a/static/sprites-small/home/shiny/827.webp b/static/sprites-small/home/shiny/827.webp index f6ddd35..17874aa 100644 Binary files a/static/sprites-small/home/shiny/827.webp and b/static/sprites-small/home/shiny/827.webp differ diff --git a/static/sprites-small/home/shiny/828.webp b/static/sprites-small/home/shiny/828.webp index 265cd0e..0882076 100644 Binary files a/static/sprites-small/home/shiny/828.webp and b/static/sprites-small/home/shiny/828.webp differ diff --git a/static/sprites-small/home/shiny/829.webp b/static/sprites-small/home/shiny/829.webp index acb4b70..83415a6 100644 Binary files a/static/sprites-small/home/shiny/829.webp and b/static/sprites-small/home/shiny/829.webp differ diff --git a/static/sprites-small/home/shiny/83.webp b/static/sprites-small/home/shiny/83.webp index 4a6980a..cff115d 100644 Binary files a/static/sprites-small/home/shiny/83.webp and b/static/sprites-small/home/shiny/83.webp differ diff --git a/static/sprites-small/home/shiny/830.webp b/static/sprites-small/home/shiny/830.webp index fe295c6..06c591f 100644 Binary files a/static/sprites-small/home/shiny/830.webp and b/static/sprites-small/home/shiny/830.webp differ diff --git a/static/sprites-small/home/shiny/831.webp b/static/sprites-small/home/shiny/831.webp index 6c97e4d..5167c50 100644 Binary files a/static/sprites-small/home/shiny/831.webp and b/static/sprites-small/home/shiny/831.webp differ diff --git a/static/sprites-small/home/shiny/832.webp b/static/sprites-small/home/shiny/832.webp index fcafa88..e9d0332 100644 Binary files a/static/sprites-small/home/shiny/832.webp and b/static/sprites-small/home/shiny/832.webp differ diff --git a/static/sprites-small/home/shiny/833.webp b/static/sprites-small/home/shiny/833.webp index 85afd23..4937120 100644 Binary files a/static/sprites-small/home/shiny/833.webp and b/static/sprites-small/home/shiny/833.webp differ diff --git a/static/sprites-small/home/shiny/834.webp b/static/sprites-small/home/shiny/834.webp index 1b33243..40705b8 100644 Binary files a/static/sprites-small/home/shiny/834.webp and b/static/sprites-small/home/shiny/834.webp differ diff --git a/static/sprites-small/home/shiny/835.webp b/static/sprites-small/home/shiny/835.webp index 304331a..c6f6a72 100644 Binary files a/static/sprites-small/home/shiny/835.webp and b/static/sprites-small/home/shiny/835.webp differ diff --git a/static/sprites-small/home/shiny/836.webp b/static/sprites-small/home/shiny/836.webp index 6b4f6e0..826f1a1 100644 Binary files a/static/sprites-small/home/shiny/836.webp and b/static/sprites-small/home/shiny/836.webp differ diff --git a/static/sprites-small/home/shiny/837.webp b/static/sprites-small/home/shiny/837.webp index 896b1fd..2e657f0 100644 Binary files a/static/sprites-small/home/shiny/837.webp and b/static/sprites-small/home/shiny/837.webp differ diff --git a/static/sprites-small/home/shiny/838.webp b/static/sprites-small/home/shiny/838.webp index af64397..22a16a6 100644 Binary files a/static/sprites-small/home/shiny/838.webp and b/static/sprites-small/home/shiny/838.webp differ diff --git a/static/sprites-small/home/shiny/839.webp b/static/sprites-small/home/shiny/839.webp index ed1546f..2b794bd 100644 Binary files a/static/sprites-small/home/shiny/839.webp and b/static/sprites-small/home/shiny/839.webp differ diff --git a/static/sprites-small/home/shiny/84.webp b/static/sprites-small/home/shiny/84.webp index 018ca8f..6ab90a5 100644 Binary files a/static/sprites-small/home/shiny/84.webp and b/static/sprites-small/home/shiny/84.webp differ diff --git a/static/sprites-small/home/shiny/840.webp b/static/sprites-small/home/shiny/840.webp index e29808b..6762c95 100644 Binary files a/static/sprites-small/home/shiny/840.webp and b/static/sprites-small/home/shiny/840.webp differ diff --git a/static/sprites-small/home/shiny/841.webp b/static/sprites-small/home/shiny/841.webp index 0c80611..b53a68d 100644 Binary files a/static/sprites-small/home/shiny/841.webp and b/static/sprites-small/home/shiny/841.webp differ diff --git a/static/sprites-small/home/shiny/842.webp b/static/sprites-small/home/shiny/842.webp index 7c65d19..d32186f 100644 Binary files a/static/sprites-small/home/shiny/842.webp and b/static/sprites-small/home/shiny/842.webp differ diff --git a/static/sprites-small/home/shiny/843.webp b/static/sprites-small/home/shiny/843.webp index 97d2201..d200430 100644 Binary files a/static/sprites-small/home/shiny/843.webp and b/static/sprites-small/home/shiny/843.webp differ diff --git a/static/sprites-small/home/shiny/844.webp b/static/sprites-small/home/shiny/844.webp index 60db0aa..7d8fb1b 100644 Binary files a/static/sprites-small/home/shiny/844.webp and b/static/sprites-small/home/shiny/844.webp differ diff --git a/static/sprites-small/home/shiny/845-gorging.webp b/static/sprites-small/home/shiny/845-gorging.webp index 8fce356..2951e81 100644 Binary files a/static/sprites-small/home/shiny/845-gorging.webp and b/static/sprites-small/home/shiny/845-gorging.webp differ diff --git a/static/sprites-small/home/shiny/845-gulping.webp b/static/sprites-small/home/shiny/845-gulping.webp index d6ae195..d8326e0 100644 Binary files a/static/sprites-small/home/shiny/845-gulping.webp and b/static/sprites-small/home/shiny/845-gulping.webp differ diff --git a/static/sprites-small/home/shiny/845.webp b/static/sprites-small/home/shiny/845.webp index 2b6948c..c43df58 100644 Binary files a/static/sprites-small/home/shiny/845.webp and b/static/sprites-small/home/shiny/845.webp differ diff --git a/static/sprites-small/home/shiny/846.webp b/static/sprites-small/home/shiny/846.webp index a098535..bcff466 100644 Binary files a/static/sprites-small/home/shiny/846.webp and b/static/sprites-small/home/shiny/846.webp differ diff --git a/static/sprites-small/home/shiny/847.webp b/static/sprites-small/home/shiny/847.webp index cc56133..7dfb565 100644 Binary files a/static/sprites-small/home/shiny/847.webp and b/static/sprites-small/home/shiny/847.webp differ diff --git a/static/sprites-small/home/shiny/848.webp b/static/sprites-small/home/shiny/848.webp index 4bde7c3..872c14a 100644 Binary files a/static/sprites-small/home/shiny/848.webp and b/static/sprites-small/home/shiny/848.webp differ diff --git a/static/sprites-small/home/shiny/849.webp b/static/sprites-small/home/shiny/849.webp index f9f2320..82ecaa6 100644 Binary files a/static/sprites-small/home/shiny/849.webp and b/static/sprites-small/home/shiny/849.webp differ diff --git a/static/sprites-small/home/shiny/85.webp b/static/sprites-small/home/shiny/85.webp index 0ded912..c289ac6 100644 Binary files a/static/sprites-small/home/shiny/85.webp and b/static/sprites-small/home/shiny/85.webp differ diff --git a/static/sprites-small/home/shiny/850.webp b/static/sprites-small/home/shiny/850.webp index 510d86a..74980ad 100644 Binary files a/static/sprites-small/home/shiny/850.webp and b/static/sprites-small/home/shiny/850.webp differ diff --git a/static/sprites-small/home/shiny/851.webp b/static/sprites-small/home/shiny/851.webp index 80ce00a..d7e84b1 100644 Binary files a/static/sprites-small/home/shiny/851.webp and b/static/sprites-small/home/shiny/851.webp differ diff --git a/static/sprites-small/home/shiny/852.webp b/static/sprites-small/home/shiny/852.webp index 8a50ccf..b06d74a 100644 Binary files a/static/sprites-small/home/shiny/852.webp and b/static/sprites-small/home/shiny/852.webp differ diff --git a/static/sprites-small/home/shiny/853.webp b/static/sprites-small/home/shiny/853.webp index 03f8128..2e471a3 100644 Binary files a/static/sprites-small/home/shiny/853.webp and b/static/sprites-small/home/shiny/853.webp differ diff --git a/static/sprites-small/home/shiny/854.webp b/static/sprites-small/home/shiny/854.webp index ed80a15..f3b4899 100644 Binary files a/static/sprites-small/home/shiny/854.webp and b/static/sprites-small/home/shiny/854.webp differ diff --git a/static/sprites-small/home/shiny/855.webp b/static/sprites-small/home/shiny/855.webp index 3095222..39d2f56 100644 Binary files a/static/sprites-small/home/shiny/855.webp and b/static/sprites-small/home/shiny/855.webp differ diff --git a/static/sprites-small/home/shiny/856.webp b/static/sprites-small/home/shiny/856.webp index 0a74a8c..4e7aae6 100644 Binary files a/static/sprites-small/home/shiny/856.webp and b/static/sprites-small/home/shiny/856.webp differ diff --git a/static/sprites-small/home/shiny/857.webp b/static/sprites-small/home/shiny/857.webp index e56728b..9477ab4 100644 Binary files a/static/sprites-small/home/shiny/857.webp and b/static/sprites-small/home/shiny/857.webp differ diff --git a/static/sprites-small/home/shiny/858.webp b/static/sprites-small/home/shiny/858.webp index de4ea8a..d6dd0bc 100644 Binary files a/static/sprites-small/home/shiny/858.webp and b/static/sprites-small/home/shiny/858.webp differ diff --git a/static/sprites-small/home/shiny/859.webp b/static/sprites-small/home/shiny/859.webp index 562a8a4..1bed1ac 100644 Binary files a/static/sprites-small/home/shiny/859.webp and b/static/sprites-small/home/shiny/859.webp differ diff --git a/static/sprites-small/home/shiny/86.webp b/static/sprites-small/home/shiny/86.webp index c6e8b28..8f359e0 100644 Binary files a/static/sprites-small/home/shiny/86.webp and b/static/sprites-small/home/shiny/86.webp differ diff --git a/static/sprites-small/home/shiny/860.webp b/static/sprites-small/home/shiny/860.webp index 7a3fc7c..6379f00 100644 Binary files a/static/sprites-small/home/shiny/860.webp and b/static/sprites-small/home/shiny/860.webp differ diff --git a/static/sprites-small/home/shiny/861.webp b/static/sprites-small/home/shiny/861.webp index c01b308..3948f61 100644 Binary files a/static/sprites-small/home/shiny/861.webp and b/static/sprites-small/home/shiny/861.webp differ diff --git a/static/sprites-small/home/shiny/862.webp b/static/sprites-small/home/shiny/862.webp index 71d8bc9..1ef7212 100644 Binary files a/static/sprites-small/home/shiny/862.webp and b/static/sprites-small/home/shiny/862.webp differ diff --git a/static/sprites-small/home/shiny/863.webp b/static/sprites-small/home/shiny/863.webp index 6c72e85..4e2f0b8 100644 Binary files a/static/sprites-small/home/shiny/863.webp and b/static/sprites-small/home/shiny/863.webp differ diff --git a/static/sprites-small/home/shiny/864.webp b/static/sprites-small/home/shiny/864.webp index 710a0bb..6f8ef6b 100644 Binary files a/static/sprites-small/home/shiny/864.webp and b/static/sprites-small/home/shiny/864.webp differ diff --git a/static/sprites-small/home/shiny/865.webp b/static/sprites-small/home/shiny/865.webp index b5f58d7..6efa952 100644 Binary files a/static/sprites-small/home/shiny/865.webp and b/static/sprites-small/home/shiny/865.webp differ diff --git a/static/sprites-small/home/shiny/866.webp b/static/sprites-small/home/shiny/866.webp index 3853f01..d449a38 100644 Binary files a/static/sprites-small/home/shiny/866.webp and b/static/sprites-small/home/shiny/866.webp differ diff --git a/static/sprites-small/home/shiny/867.webp b/static/sprites-small/home/shiny/867.webp index 7d48d85..14d83e9 100644 Binary files a/static/sprites-small/home/shiny/867.webp and b/static/sprites-small/home/shiny/867.webp differ diff --git a/static/sprites-small/home/shiny/868.webp b/static/sprites-small/home/shiny/868.webp index 61a62e6..ceab66f 100644 Binary files a/static/sprites-small/home/shiny/868.webp and b/static/sprites-small/home/shiny/868.webp differ diff --git a/static/sprites-small/home/shiny/869-berry-sweet.webp b/static/sprites-small/home/shiny/869-berry-sweet.webp index 58d0419..479623e 100644 Binary files a/static/sprites-small/home/shiny/869-berry-sweet.webp and b/static/sprites-small/home/shiny/869-berry-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-caramel-swirl-berry-sweet.webp b/static/sprites-small/home/shiny/869-caramel-swirl-berry-sweet.webp index 58d0419..479623e 100644 Binary files a/static/sprites-small/home/shiny/869-caramel-swirl-berry-sweet.webp and b/static/sprites-small/home/shiny/869-caramel-swirl-berry-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-caramel-swirl-clover-sweet.webp b/static/sprites-small/home/shiny/869-caramel-swirl-clover-sweet.webp index 181353d..41e64bc 100644 Binary files a/static/sprites-small/home/shiny/869-caramel-swirl-clover-sweet.webp and b/static/sprites-small/home/shiny/869-caramel-swirl-clover-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-caramel-swirl-flower-sweet.webp b/static/sprites-small/home/shiny/869-caramel-swirl-flower-sweet.webp index a72b22e..8257942 100644 Binary files a/static/sprites-small/home/shiny/869-caramel-swirl-flower-sweet.webp and b/static/sprites-small/home/shiny/869-caramel-swirl-flower-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-caramel-swirl-love-sweet.webp b/static/sprites-small/home/shiny/869-caramel-swirl-love-sweet.webp index 2e0089f..f660683 100644 Binary files a/static/sprites-small/home/shiny/869-caramel-swirl-love-sweet.webp and b/static/sprites-small/home/shiny/869-caramel-swirl-love-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-caramel-swirl-ribbon-sweet.webp b/static/sprites-small/home/shiny/869-caramel-swirl-ribbon-sweet.webp index 6b41b25..3ecfeca 100644 Binary files a/static/sprites-small/home/shiny/869-caramel-swirl-ribbon-sweet.webp and b/static/sprites-small/home/shiny/869-caramel-swirl-ribbon-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-caramel-swirl-star-sweet.webp b/static/sprites-small/home/shiny/869-caramel-swirl-star-sweet.webp index 15474c7..e897ce4 100644 Binary files a/static/sprites-small/home/shiny/869-caramel-swirl-star-sweet.webp and b/static/sprites-small/home/shiny/869-caramel-swirl-star-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-caramel-swirl-strawberry-sweet.webp b/static/sprites-small/home/shiny/869-caramel-swirl-strawberry-sweet.webp index 1962392..2234c30 100644 Binary files a/static/sprites-small/home/shiny/869-caramel-swirl-strawberry-sweet.webp and b/static/sprites-small/home/shiny/869-caramel-swirl-strawberry-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-clove-sweet.webp b/static/sprites-small/home/shiny/869-clove-sweet.webp index 181353d..41e64bc 100644 Binary files a/static/sprites-small/home/shiny/869-clove-sweet.webp and b/static/sprites-small/home/shiny/869-clove-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-flower-sweet.webp b/static/sprites-small/home/shiny/869-flower-sweet.webp index a72b22e..8257942 100644 Binary files a/static/sprites-small/home/shiny/869-flower-sweet.webp and b/static/sprites-small/home/shiny/869-flower-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-lemon-cream-berry-sweet.webp b/static/sprites-small/home/shiny/869-lemon-cream-berry-sweet.webp index 58d0419..479623e 100644 Binary files a/static/sprites-small/home/shiny/869-lemon-cream-berry-sweet.webp and b/static/sprites-small/home/shiny/869-lemon-cream-berry-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-lemon-cream-clover-sweet.webp b/static/sprites-small/home/shiny/869-lemon-cream-clover-sweet.webp index 181353d..41e64bc 100644 Binary files a/static/sprites-small/home/shiny/869-lemon-cream-clover-sweet.webp and b/static/sprites-small/home/shiny/869-lemon-cream-clover-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-lemon-cream-flower-sweet.webp b/static/sprites-small/home/shiny/869-lemon-cream-flower-sweet.webp index a72b22e..8257942 100644 Binary files a/static/sprites-small/home/shiny/869-lemon-cream-flower-sweet.webp and b/static/sprites-small/home/shiny/869-lemon-cream-flower-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-lemon-cream-love-sweet.webp b/static/sprites-small/home/shiny/869-lemon-cream-love-sweet.webp index 2e0089f..f660683 100644 Binary files a/static/sprites-small/home/shiny/869-lemon-cream-love-sweet.webp and b/static/sprites-small/home/shiny/869-lemon-cream-love-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-lemon-cream-ribbon-sweet.webp b/static/sprites-small/home/shiny/869-lemon-cream-ribbon-sweet.webp index 6b41b25..3ecfeca 100644 Binary files a/static/sprites-small/home/shiny/869-lemon-cream-ribbon-sweet.webp and b/static/sprites-small/home/shiny/869-lemon-cream-ribbon-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-lemon-cream-star-sweet.webp b/static/sprites-small/home/shiny/869-lemon-cream-star-sweet.webp index 15474c7..e897ce4 100644 Binary files a/static/sprites-small/home/shiny/869-lemon-cream-star-sweet.webp and b/static/sprites-small/home/shiny/869-lemon-cream-star-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-lemon-cream-strawberry-sweet.webp b/static/sprites-small/home/shiny/869-lemon-cream-strawberry-sweet.webp index 1962392..2234c30 100644 Binary files a/static/sprites-small/home/shiny/869-lemon-cream-strawberry-sweet.webp and b/static/sprites-small/home/shiny/869-lemon-cream-strawberry-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-love-sweet.webp b/static/sprites-small/home/shiny/869-love-sweet.webp index 2e0089f..f660683 100644 Binary files a/static/sprites-small/home/shiny/869-love-sweet.webp and b/static/sprites-small/home/shiny/869-love-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-matcha-cream-berry-sweet.webp b/static/sprites-small/home/shiny/869-matcha-cream-berry-sweet.webp index 58d0419..479623e 100644 Binary files a/static/sprites-small/home/shiny/869-matcha-cream-berry-sweet.webp and b/static/sprites-small/home/shiny/869-matcha-cream-berry-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-matcha-cream-clover-sweet.webp b/static/sprites-small/home/shiny/869-matcha-cream-clover-sweet.webp index 181353d..41e64bc 100644 Binary files a/static/sprites-small/home/shiny/869-matcha-cream-clover-sweet.webp and b/static/sprites-small/home/shiny/869-matcha-cream-clover-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-matcha-cream-flower-sweet.webp b/static/sprites-small/home/shiny/869-matcha-cream-flower-sweet.webp index a72b22e..8257942 100644 Binary files a/static/sprites-small/home/shiny/869-matcha-cream-flower-sweet.webp and b/static/sprites-small/home/shiny/869-matcha-cream-flower-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-matcha-cream-love-sweet.webp b/static/sprites-small/home/shiny/869-matcha-cream-love-sweet.webp index 2e0089f..f660683 100644 Binary files a/static/sprites-small/home/shiny/869-matcha-cream-love-sweet.webp and b/static/sprites-small/home/shiny/869-matcha-cream-love-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-matcha-cream-ribbon-sweet.webp b/static/sprites-small/home/shiny/869-matcha-cream-ribbon-sweet.webp index 6b41b25..3ecfeca 100644 Binary files a/static/sprites-small/home/shiny/869-matcha-cream-ribbon-sweet.webp and b/static/sprites-small/home/shiny/869-matcha-cream-ribbon-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-matcha-cream-star-sweet.webp b/static/sprites-small/home/shiny/869-matcha-cream-star-sweet.webp index 15474c7..e897ce4 100644 Binary files a/static/sprites-small/home/shiny/869-matcha-cream-star-sweet.webp and b/static/sprites-small/home/shiny/869-matcha-cream-star-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-matcha-cream-strawberry-sweet.webp b/static/sprites-small/home/shiny/869-matcha-cream-strawberry-sweet.webp index 1962392..2234c30 100644 Binary files a/static/sprites-small/home/shiny/869-matcha-cream-strawberry-sweet.webp and b/static/sprites-small/home/shiny/869-matcha-cream-strawberry-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-mint-cream-berry-sweet.webp b/static/sprites-small/home/shiny/869-mint-cream-berry-sweet.webp index 58d0419..479623e 100644 Binary files a/static/sprites-small/home/shiny/869-mint-cream-berry-sweet.webp and b/static/sprites-small/home/shiny/869-mint-cream-berry-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-mint-cream-clover-sweet.webp b/static/sprites-small/home/shiny/869-mint-cream-clover-sweet.webp index 181353d..41e64bc 100644 Binary files a/static/sprites-small/home/shiny/869-mint-cream-clover-sweet.webp and b/static/sprites-small/home/shiny/869-mint-cream-clover-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-mint-cream-flower-sweet.webp b/static/sprites-small/home/shiny/869-mint-cream-flower-sweet.webp index a72b22e..8257942 100644 Binary files a/static/sprites-small/home/shiny/869-mint-cream-flower-sweet.webp and b/static/sprites-small/home/shiny/869-mint-cream-flower-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-mint-cream-love-sweet.webp b/static/sprites-small/home/shiny/869-mint-cream-love-sweet.webp index 2e0089f..f660683 100644 Binary files a/static/sprites-small/home/shiny/869-mint-cream-love-sweet.webp and b/static/sprites-small/home/shiny/869-mint-cream-love-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-mint-cream-ribbon-sweet.webp b/static/sprites-small/home/shiny/869-mint-cream-ribbon-sweet.webp index 6b41b25..3ecfeca 100644 Binary files a/static/sprites-small/home/shiny/869-mint-cream-ribbon-sweet.webp and b/static/sprites-small/home/shiny/869-mint-cream-ribbon-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-mint-cream-star-sweet.webp b/static/sprites-small/home/shiny/869-mint-cream-star-sweet.webp index 15474c7..e897ce4 100644 Binary files a/static/sprites-small/home/shiny/869-mint-cream-star-sweet.webp and b/static/sprites-small/home/shiny/869-mint-cream-star-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-mint-cream-strawberry-sweet.webp b/static/sprites-small/home/shiny/869-mint-cream-strawberry-sweet.webp index 1962392..2234c30 100644 Binary files a/static/sprites-small/home/shiny/869-mint-cream-strawberry-sweet.webp and b/static/sprites-small/home/shiny/869-mint-cream-strawberry-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-rainbow-swirl-berry-sweet.webp b/static/sprites-small/home/shiny/869-rainbow-swirl-berry-sweet.webp index 58d0419..479623e 100644 Binary files a/static/sprites-small/home/shiny/869-rainbow-swirl-berry-sweet.webp and b/static/sprites-small/home/shiny/869-rainbow-swirl-berry-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-rainbow-swirl-clover-sweet.webp b/static/sprites-small/home/shiny/869-rainbow-swirl-clover-sweet.webp index 181353d..41e64bc 100644 Binary files a/static/sprites-small/home/shiny/869-rainbow-swirl-clover-sweet.webp and b/static/sprites-small/home/shiny/869-rainbow-swirl-clover-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-rainbow-swirl-flower-sweet.webp b/static/sprites-small/home/shiny/869-rainbow-swirl-flower-sweet.webp index a72b22e..8257942 100644 Binary files a/static/sprites-small/home/shiny/869-rainbow-swirl-flower-sweet.webp and b/static/sprites-small/home/shiny/869-rainbow-swirl-flower-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-rainbow-swirl-love-sweet.webp b/static/sprites-small/home/shiny/869-rainbow-swirl-love-sweet.webp index 2e0089f..f660683 100644 Binary files a/static/sprites-small/home/shiny/869-rainbow-swirl-love-sweet.webp and b/static/sprites-small/home/shiny/869-rainbow-swirl-love-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-rainbow-swirl-ribbon-sweet.webp b/static/sprites-small/home/shiny/869-rainbow-swirl-ribbon-sweet.webp index 6b41b25..3ecfeca 100644 Binary files a/static/sprites-small/home/shiny/869-rainbow-swirl-ribbon-sweet.webp and b/static/sprites-small/home/shiny/869-rainbow-swirl-ribbon-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-rainbow-swirl-star-sweet.webp b/static/sprites-small/home/shiny/869-rainbow-swirl-star-sweet.webp index 15474c7..e897ce4 100644 Binary files a/static/sprites-small/home/shiny/869-rainbow-swirl-star-sweet.webp and b/static/sprites-small/home/shiny/869-rainbow-swirl-star-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-rainbow-swirl-strawberry-sweet.webp b/static/sprites-small/home/shiny/869-rainbow-swirl-strawberry-sweet.webp index 1962392..2234c30 100644 Binary files a/static/sprites-small/home/shiny/869-rainbow-swirl-strawberry-sweet.webp and b/static/sprites-small/home/shiny/869-rainbow-swirl-strawberry-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-ribbon-sweet.webp b/static/sprites-small/home/shiny/869-ribbon-sweet.webp index 6b41b25..3ecfeca 100644 Binary files a/static/sprites-small/home/shiny/869-ribbon-sweet.webp and b/static/sprites-small/home/shiny/869-ribbon-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-ruby-cream-berry-sweet.webp b/static/sprites-small/home/shiny/869-ruby-cream-berry-sweet.webp index 58d0419..479623e 100644 Binary files a/static/sprites-small/home/shiny/869-ruby-cream-berry-sweet.webp and b/static/sprites-small/home/shiny/869-ruby-cream-berry-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-ruby-cream-clover-sweet.webp b/static/sprites-small/home/shiny/869-ruby-cream-clover-sweet.webp index 181353d..41e64bc 100644 Binary files a/static/sprites-small/home/shiny/869-ruby-cream-clover-sweet.webp and b/static/sprites-small/home/shiny/869-ruby-cream-clover-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-ruby-cream-flower-sweet.webp b/static/sprites-small/home/shiny/869-ruby-cream-flower-sweet.webp index a72b22e..8257942 100644 Binary files a/static/sprites-small/home/shiny/869-ruby-cream-flower-sweet.webp and b/static/sprites-small/home/shiny/869-ruby-cream-flower-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-ruby-cream-love-sweet.webp b/static/sprites-small/home/shiny/869-ruby-cream-love-sweet.webp index 2e0089f..f660683 100644 Binary files a/static/sprites-small/home/shiny/869-ruby-cream-love-sweet.webp and b/static/sprites-small/home/shiny/869-ruby-cream-love-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-ruby-cream-ribbon-sweet.webp b/static/sprites-small/home/shiny/869-ruby-cream-ribbon-sweet.webp index 6b41b25..3ecfeca 100644 Binary files a/static/sprites-small/home/shiny/869-ruby-cream-ribbon-sweet.webp and b/static/sprites-small/home/shiny/869-ruby-cream-ribbon-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-ruby-cream-star-sweet.webp b/static/sprites-small/home/shiny/869-ruby-cream-star-sweet.webp index 15474c7..e897ce4 100644 Binary files a/static/sprites-small/home/shiny/869-ruby-cream-star-sweet.webp and b/static/sprites-small/home/shiny/869-ruby-cream-star-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-ruby-cream-strawberry-sweet.webp b/static/sprites-small/home/shiny/869-ruby-cream-strawberry-sweet.webp index 1962392..2234c30 100644 Binary files a/static/sprites-small/home/shiny/869-ruby-cream-strawberry-sweet.webp and b/static/sprites-small/home/shiny/869-ruby-cream-strawberry-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-ruby-swirl-berry-sweet.webp b/static/sprites-small/home/shiny/869-ruby-swirl-berry-sweet.webp index 58d0419..479623e 100644 Binary files a/static/sprites-small/home/shiny/869-ruby-swirl-berry-sweet.webp and b/static/sprites-small/home/shiny/869-ruby-swirl-berry-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-ruby-swirl-clover-sweet.webp b/static/sprites-small/home/shiny/869-ruby-swirl-clover-sweet.webp index 181353d..41e64bc 100644 Binary files a/static/sprites-small/home/shiny/869-ruby-swirl-clover-sweet.webp and b/static/sprites-small/home/shiny/869-ruby-swirl-clover-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-ruby-swirl-flower-sweet.webp b/static/sprites-small/home/shiny/869-ruby-swirl-flower-sweet.webp index a72b22e..8257942 100644 Binary files a/static/sprites-small/home/shiny/869-ruby-swirl-flower-sweet.webp and b/static/sprites-small/home/shiny/869-ruby-swirl-flower-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-ruby-swirl-love-sweet.webp b/static/sprites-small/home/shiny/869-ruby-swirl-love-sweet.webp index 2e0089f..f660683 100644 Binary files a/static/sprites-small/home/shiny/869-ruby-swirl-love-sweet.webp and b/static/sprites-small/home/shiny/869-ruby-swirl-love-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-ruby-swirl-ribbon-sweet.webp b/static/sprites-small/home/shiny/869-ruby-swirl-ribbon-sweet.webp index 6b41b25..3ecfeca 100644 Binary files a/static/sprites-small/home/shiny/869-ruby-swirl-ribbon-sweet.webp and b/static/sprites-small/home/shiny/869-ruby-swirl-ribbon-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-ruby-swirl-star-sweet.webp b/static/sprites-small/home/shiny/869-ruby-swirl-star-sweet.webp index 15474c7..e897ce4 100644 Binary files a/static/sprites-small/home/shiny/869-ruby-swirl-star-sweet.webp and b/static/sprites-small/home/shiny/869-ruby-swirl-star-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-ruby-swirl-strawberry-sweet.webp b/static/sprites-small/home/shiny/869-ruby-swirl-strawberry-sweet.webp index 1962392..2234c30 100644 Binary files a/static/sprites-small/home/shiny/869-ruby-swirl-strawberry-sweet.webp and b/static/sprites-small/home/shiny/869-ruby-swirl-strawberry-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-salted-cream-berry-sweet.webp b/static/sprites-small/home/shiny/869-salted-cream-berry-sweet.webp index 58d0419..479623e 100644 Binary files a/static/sprites-small/home/shiny/869-salted-cream-berry-sweet.webp and b/static/sprites-small/home/shiny/869-salted-cream-berry-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-salted-cream-clover-sweet.webp b/static/sprites-small/home/shiny/869-salted-cream-clover-sweet.webp index 181353d..41e64bc 100644 Binary files a/static/sprites-small/home/shiny/869-salted-cream-clover-sweet.webp and b/static/sprites-small/home/shiny/869-salted-cream-clover-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-salted-cream-flower-sweet.webp b/static/sprites-small/home/shiny/869-salted-cream-flower-sweet.webp index a72b22e..8257942 100644 Binary files a/static/sprites-small/home/shiny/869-salted-cream-flower-sweet.webp and b/static/sprites-small/home/shiny/869-salted-cream-flower-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-salted-cream-love-sweet.webp b/static/sprites-small/home/shiny/869-salted-cream-love-sweet.webp index 2e0089f..f660683 100644 Binary files a/static/sprites-small/home/shiny/869-salted-cream-love-sweet.webp and b/static/sprites-small/home/shiny/869-salted-cream-love-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-salted-cream-ribbon-sweet.webp b/static/sprites-small/home/shiny/869-salted-cream-ribbon-sweet.webp index 6b41b25..3ecfeca 100644 Binary files a/static/sprites-small/home/shiny/869-salted-cream-ribbon-sweet.webp and b/static/sprites-small/home/shiny/869-salted-cream-ribbon-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-salted-cream-star-sweet.webp b/static/sprites-small/home/shiny/869-salted-cream-star-sweet.webp index 15474c7..e897ce4 100644 Binary files a/static/sprites-small/home/shiny/869-salted-cream-star-sweet.webp and b/static/sprites-small/home/shiny/869-salted-cream-star-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-salted-cream-strawberry-sweet.webp b/static/sprites-small/home/shiny/869-salted-cream-strawberry-sweet.webp index 1962392..2234c30 100644 Binary files a/static/sprites-small/home/shiny/869-salted-cream-strawberry-sweet.webp and b/static/sprites-small/home/shiny/869-salted-cream-strawberry-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-star-sweet.webp b/static/sprites-small/home/shiny/869-star-sweet.webp index 15474c7..e897ce4 100644 Binary files a/static/sprites-small/home/shiny/869-star-sweet.webp and b/static/sprites-small/home/shiny/869-star-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-strawberry-sweet.webp b/static/sprites-small/home/shiny/869-strawberry-sweet.webp index 1962392..2234c30 100644 Binary files a/static/sprites-small/home/shiny/869-strawberry-sweet.webp and b/static/sprites-small/home/shiny/869-strawberry-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-vanilla-cream-berry-sweet.webp b/static/sprites-small/home/shiny/869-vanilla-cream-berry-sweet.webp index 58d0419..479623e 100644 Binary files a/static/sprites-small/home/shiny/869-vanilla-cream-berry-sweet.webp and b/static/sprites-small/home/shiny/869-vanilla-cream-berry-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-vanilla-cream-clover-sweet.webp b/static/sprites-small/home/shiny/869-vanilla-cream-clover-sweet.webp index 181353d..41e64bc 100644 Binary files a/static/sprites-small/home/shiny/869-vanilla-cream-clover-sweet.webp and b/static/sprites-small/home/shiny/869-vanilla-cream-clover-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-vanilla-cream-flower-sweet.webp b/static/sprites-small/home/shiny/869-vanilla-cream-flower-sweet.webp index a72b22e..8257942 100644 Binary files a/static/sprites-small/home/shiny/869-vanilla-cream-flower-sweet.webp and b/static/sprites-small/home/shiny/869-vanilla-cream-flower-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-vanilla-cream-love-sweet.webp b/static/sprites-small/home/shiny/869-vanilla-cream-love-sweet.webp index 2e0089f..f660683 100644 Binary files a/static/sprites-small/home/shiny/869-vanilla-cream-love-sweet.webp and b/static/sprites-small/home/shiny/869-vanilla-cream-love-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-vanilla-cream-ribbon-sweet.webp b/static/sprites-small/home/shiny/869-vanilla-cream-ribbon-sweet.webp index 6b41b25..3ecfeca 100644 Binary files a/static/sprites-small/home/shiny/869-vanilla-cream-ribbon-sweet.webp and b/static/sprites-small/home/shiny/869-vanilla-cream-ribbon-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-vanilla-cream-star-sweet.webp b/static/sprites-small/home/shiny/869-vanilla-cream-star-sweet.webp index 15474c7..e897ce4 100644 Binary files a/static/sprites-small/home/shiny/869-vanilla-cream-star-sweet.webp and b/static/sprites-small/home/shiny/869-vanilla-cream-star-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869-vanilla-cream-strawberry-sweet.webp b/static/sprites-small/home/shiny/869-vanilla-cream-strawberry-sweet.webp index 1962392..2234c30 100644 Binary files a/static/sprites-small/home/shiny/869-vanilla-cream-strawberry-sweet.webp and b/static/sprites-small/home/shiny/869-vanilla-cream-strawberry-sweet.webp differ diff --git a/static/sprites-small/home/shiny/869.webp b/static/sprites-small/home/shiny/869.webp index 1962392..2234c30 100644 Binary files a/static/sprites-small/home/shiny/869.webp and b/static/sprites-small/home/shiny/869.webp differ diff --git a/static/sprites-small/home/shiny/87.webp b/static/sprites-small/home/shiny/87.webp index 4ad35b4..9161351 100644 Binary files a/static/sprites-small/home/shiny/87.webp and b/static/sprites-small/home/shiny/87.webp differ diff --git a/static/sprites-small/home/shiny/870.webp b/static/sprites-small/home/shiny/870.webp index e8828f7..4850735 100644 Binary files a/static/sprites-small/home/shiny/870.webp and b/static/sprites-small/home/shiny/870.webp differ diff --git a/static/sprites-small/home/shiny/871.webp b/static/sprites-small/home/shiny/871.webp index 8105df7..f69cc80 100644 Binary files a/static/sprites-small/home/shiny/871.webp and b/static/sprites-small/home/shiny/871.webp differ diff --git a/static/sprites-small/home/shiny/872.webp b/static/sprites-small/home/shiny/872.webp index 85812b0..33c0f13 100644 Binary files a/static/sprites-small/home/shiny/872.webp and b/static/sprites-small/home/shiny/872.webp differ diff --git a/static/sprites-small/home/shiny/873.webp b/static/sprites-small/home/shiny/873.webp index 56e3c77..d26e615 100644 Binary files a/static/sprites-small/home/shiny/873.webp and b/static/sprites-small/home/shiny/873.webp differ diff --git a/static/sprites-small/home/shiny/874.webp b/static/sprites-small/home/shiny/874.webp index ff9e750..90374c5 100644 Binary files a/static/sprites-small/home/shiny/874.webp and b/static/sprites-small/home/shiny/874.webp differ diff --git a/static/sprites-small/home/shiny/875.webp b/static/sprites-small/home/shiny/875.webp index 74f5896..9a70084 100644 Binary files a/static/sprites-small/home/shiny/875.webp and b/static/sprites-small/home/shiny/875.webp differ diff --git a/static/sprites-small/home/shiny/876.webp b/static/sprites-small/home/shiny/876.webp index 146fb2d..30a3555 100644 Binary files a/static/sprites-small/home/shiny/876.webp and b/static/sprites-small/home/shiny/876.webp differ diff --git a/static/sprites-small/home/shiny/877-hangry.webp b/static/sprites-small/home/shiny/877-hangry.webp index 89ce814..416a3f9 100644 Binary files a/static/sprites-small/home/shiny/877-hangry.webp and b/static/sprites-small/home/shiny/877-hangry.webp differ diff --git a/static/sprites-small/home/shiny/877.webp b/static/sprites-small/home/shiny/877.webp index 36d1e9f..efb5e25 100644 Binary files a/static/sprites-small/home/shiny/877.webp and b/static/sprites-small/home/shiny/877.webp differ diff --git a/static/sprites-small/home/shiny/878.webp b/static/sprites-small/home/shiny/878.webp index 5cf36e1..9cf77c8 100644 Binary files a/static/sprites-small/home/shiny/878.webp and b/static/sprites-small/home/shiny/878.webp differ diff --git a/static/sprites-small/home/shiny/879.webp b/static/sprites-small/home/shiny/879.webp index eb608a6..739a97c 100644 Binary files a/static/sprites-small/home/shiny/879.webp and b/static/sprites-small/home/shiny/879.webp differ diff --git a/static/sprites-small/home/shiny/88.webp b/static/sprites-small/home/shiny/88.webp index fda0824..2b1fce2 100644 Binary files a/static/sprites-small/home/shiny/88.webp and b/static/sprites-small/home/shiny/88.webp differ diff --git a/static/sprites-small/home/shiny/880.webp b/static/sprites-small/home/shiny/880.webp index f62ceea..667442b 100644 Binary files a/static/sprites-small/home/shiny/880.webp and b/static/sprites-small/home/shiny/880.webp differ diff --git a/static/sprites-small/home/shiny/881.webp b/static/sprites-small/home/shiny/881.webp index 485c51c..1b25ee5 100644 Binary files a/static/sprites-small/home/shiny/881.webp and b/static/sprites-small/home/shiny/881.webp differ diff --git a/static/sprites-small/home/shiny/882.webp b/static/sprites-small/home/shiny/882.webp index 14d55a9..96e4043 100644 Binary files a/static/sprites-small/home/shiny/882.webp and b/static/sprites-small/home/shiny/882.webp differ diff --git a/static/sprites-small/home/shiny/883.webp b/static/sprites-small/home/shiny/883.webp index 6e312eb..696c54a 100644 Binary files a/static/sprites-small/home/shiny/883.webp and b/static/sprites-small/home/shiny/883.webp differ diff --git a/static/sprites-small/home/shiny/884.webp b/static/sprites-small/home/shiny/884.webp index ffeab91..ca0edcf 100644 Binary files a/static/sprites-small/home/shiny/884.webp and b/static/sprites-small/home/shiny/884.webp differ diff --git a/static/sprites-small/home/shiny/885.webp b/static/sprites-small/home/shiny/885.webp index fc7994e..5b7c2d1 100644 Binary files a/static/sprites-small/home/shiny/885.webp and b/static/sprites-small/home/shiny/885.webp differ diff --git a/static/sprites-small/home/shiny/886.webp b/static/sprites-small/home/shiny/886.webp index 330747f..775ed94 100644 Binary files a/static/sprites-small/home/shiny/886.webp and b/static/sprites-small/home/shiny/886.webp differ diff --git a/static/sprites-small/home/shiny/887.webp b/static/sprites-small/home/shiny/887.webp index 6d99306..f62bcff 100644 Binary files a/static/sprites-small/home/shiny/887.webp and b/static/sprites-small/home/shiny/887.webp differ diff --git a/static/sprites-small/home/shiny/888.webp b/static/sprites-small/home/shiny/888.webp index 146030b..eb35807 100644 Binary files a/static/sprites-small/home/shiny/888.webp and b/static/sprites-small/home/shiny/888.webp differ diff --git a/static/sprites-small/home/shiny/889.webp b/static/sprites-small/home/shiny/889.webp index e1a04bd..821c710 100644 Binary files a/static/sprites-small/home/shiny/889.webp and b/static/sprites-small/home/shiny/889.webp differ diff --git a/static/sprites-small/home/shiny/89.webp b/static/sprites-small/home/shiny/89.webp index 2076db0..3e422b2 100644 Binary files a/static/sprites-small/home/shiny/89.webp and b/static/sprites-small/home/shiny/89.webp differ diff --git a/static/sprites-small/home/shiny/890.webp b/static/sprites-small/home/shiny/890.webp index 9df0ea5..040bf9b 100644 Binary files a/static/sprites-small/home/shiny/890.webp and b/static/sprites-small/home/shiny/890.webp differ diff --git a/static/sprites-small/home/shiny/891.webp b/static/sprites-small/home/shiny/891.webp index 8b66b28..d57e1c4 100644 Binary files a/static/sprites-small/home/shiny/891.webp and b/static/sprites-small/home/shiny/891.webp differ diff --git a/static/sprites-small/home/shiny/892.webp b/static/sprites-small/home/shiny/892.webp index 4bc0883..ac9d4c7 100644 Binary files a/static/sprites-small/home/shiny/892.webp and b/static/sprites-small/home/shiny/892.webp differ diff --git a/static/sprites-small/home/shiny/893-dada.webp b/static/sprites-small/home/shiny/893-dada.webp index 2d7872c..8761ab5 100644 Binary files a/static/sprites-small/home/shiny/893-dada.webp and b/static/sprites-small/home/shiny/893-dada.webp differ diff --git a/static/sprites-small/home/shiny/893.webp b/static/sprites-small/home/shiny/893.webp index 8f3978f..2a91bc6 100644 Binary files a/static/sprites-small/home/shiny/893.webp and b/static/sprites-small/home/shiny/893.webp differ diff --git a/static/sprites-small/home/shiny/894.webp b/static/sprites-small/home/shiny/894.webp index 0412a3e..9b1515f 100644 Binary files a/static/sprites-small/home/shiny/894.webp and b/static/sprites-small/home/shiny/894.webp differ diff --git a/static/sprites-small/home/shiny/895.webp b/static/sprites-small/home/shiny/895.webp index bc81576..facf037 100644 Binary files a/static/sprites-small/home/shiny/895.webp and b/static/sprites-small/home/shiny/895.webp differ diff --git a/static/sprites-small/home/shiny/896.webp b/static/sprites-small/home/shiny/896.webp index 1b8b3e5..1a109ab 100644 Binary files a/static/sprites-small/home/shiny/896.webp and b/static/sprites-small/home/shiny/896.webp differ diff --git a/static/sprites-small/home/shiny/897.webp b/static/sprites-small/home/shiny/897.webp index acd9df8..f290fa9 100644 Binary files a/static/sprites-small/home/shiny/897.webp and b/static/sprites-small/home/shiny/897.webp differ diff --git a/static/sprites-small/home/shiny/898.webp b/static/sprites-small/home/shiny/898.webp index c1d346a..4877c8f 100644 Binary files a/static/sprites-small/home/shiny/898.webp and b/static/sprites-small/home/shiny/898.webp differ diff --git a/static/sprites-small/home/shiny/899.webp b/static/sprites-small/home/shiny/899.webp index c7834ad..588e4c5 100644 Binary files a/static/sprites-small/home/shiny/899.webp and b/static/sprites-small/home/shiny/899.webp differ diff --git a/static/sprites-small/home/shiny/9.webp b/static/sprites-small/home/shiny/9.webp index 1e33086..df9de8d 100644 Binary files a/static/sprites-small/home/shiny/9.webp and b/static/sprites-small/home/shiny/9.webp differ diff --git a/static/sprites-small/home/shiny/90.webp b/static/sprites-small/home/shiny/90.webp index fc1fc36..5f6519f 100644 Binary files a/static/sprites-small/home/shiny/90.webp and b/static/sprites-small/home/shiny/90.webp differ diff --git a/static/sprites-small/home/shiny/900.webp b/static/sprites-small/home/shiny/900.webp index 56f17cb..65d69af 100644 Binary files a/static/sprites-small/home/shiny/900.webp and b/static/sprites-small/home/shiny/900.webp differ diff --git a/static/sprites-small/home/shiny/901.webp b/static/sprites-small/home/shiny/901.webp index 65d5526..766c13b 100644 Binary files a/static/sprites-small/home/shiny/901.webp and b/static/sprites-small/home/shiny/901.webp differ diff --git a/static/sprites-small/home/shiny/902.webp b/static/sprites-small/home/shiny/902.webp index 1291da4..bae832a 100644 Binary files a/static/sprites-small/home/shiny/902.webp and b/static/sprites-small/home/shiny/902.webp differ diff --git a/static/sprites-small/home/shiny/903.webp b/static/sprites-small/home/shiny/903.webp index 416a0c0..c7c521f 100644 Binary files a/static/sprites-small/home/shiny/903.webp and b/static/sprites-small/home/shiny/903.webp differ diff --git a/static/sprites-small/home/shiny/904.webp b/static/sprites-small/home/shiny/904.webp index 228c4bc..ac534b2 100644 Binary files a/static/sprites-small/home/shiny/904.webp and b/static/sprites-small/home/shiny/904.webp differ diff --git a/static/sprites-small/home/shiny/905.webp b/static/sprites-small/home/shiny/905.webp index a783807..0bee46a 100644 Binary files a/static/sprites-small/home/shiny/905.webp and b/static/sprites-small/home/shiny/905.webp differ diff --git a/static/sprites-small/home/shiny/906.webp b/static/sprites-small/home/shiny/906.webp index 808d317..320bad9 100644 Binary files a/static/sprites-small/home/shiny/906.webp and b/static/sprites-small/home/shiny/906.webp differ diff --git a/static/sprites-small/home/shiny/907.webp b/static/sprites-small/home/shiny/907.webp index 4d7ab98..d6aa69c 100644 Binary files a/static/sprites-small/home/shiny/907.webp and b/static/sprites-small/home/shiny/907.webp differ diff --git a/static/sprites-small/home/shiny/908.webp b/static/sprites-small/home/shiny/908.webp index b932623..575f87c 100644 Binary files a/static/sprites-small/home/shiny/908.webp and b/static/sprites-small/home/shiny/908.webp differ diff --git a/static/sprites-small/home/shiny/909.webp b/static/sprites-small/home/shiny/909.webp index 63e581e..db7cd65 100644 Binary files a/static/sprites-small/home/shiny/909.webp and b/static/sprites-small/home/shiny/909.webp differ diff --git a/static/sprites-small/home/shiny/91.webp b/static/sprites-small/home/shiny/91.webp index 87a9a14..a822865 100644 Binary files a/static/sprites-small/home/shiny/91.webp and b/static/sprites-small/home/shiny/91.webp differ diff --git a/static/sprites-small/home/shiny/910.webp b/static/sprites-small/home/shiny/910.webp index ecf8044..7fb83aa 100644 Binary files a/static/sprites-small/home/shiny/910.webp and b/static/sprites-small/home/shiny/910.webp differ diff --git a/static/sprites-small/home/shiny/911.webp b/static/sprites-small/home/shiny/911.webp index 388d31e..401484e 100644 Binary files a/static/sprites-small/home/shiny/911.webp and b/static/sprites-small/home/shiny/911.webp differ diff --git a/static/sprites-small/home/shiny/912.webp b/static/sprites-small/home/shiny/912.webp index 71c16f2..20a7b73 100644 Binary files a/static/sprites-small/home/shiny/912.webp and b/static/sprites-small/home/shiny/912.webp differ diff --git a/static/sprites-small/home/shiny/913.webp b/static/sprites-small/home/shiny/913.webp index d86eaa3..75cf770 100644 Binary files a/static/sprites-small/home/shiny/913.webp and b/static/sprites-small/home/shiny/913.webp differ diff --git a/static/sprites-small/home/shiny/914.webp b/static/sprites-small/home/shiny/914.webp index 651f32c..731f4e2 100644 Binary files a/static/sprites-small/home/shiny/914.webp and b/static/sprites-small/home/shiny/914.webp differ diff --git a/static/sprites-small/home/shiny/915.webp b/static/sprites-small/home/shiny/915.webp index ecfa894..c2ecbac 100644 Binary files a/static/sprites-small/home/shiny/915.webp and b/static/sprites-small/home/shiny/915.webp differ diff --git a/static/sprites-small/home/shiny/916.webp b/static/sprites-small/home/shiny/916.webp index 0ec7dc4..5846ac2 100644 Binary files a/static/sprites-small/home/shiny/916.webp and b/static/sprites-small/home/shiny/916.webp differ diff --git a/static/sprites-small/home/shiny/917.webp b/static/sprites-small/home/shiny/917.webp index d116366..9daf50b 100644 Binary files a/static/sprites-small/home/shiny/917.webp and b/static/sprites-small/home/shiny/917.webp differ diff --git a/static/sprites-small/home/shiny/918.webp b/static/sprites-small/home/shiny/918.webp index 7ec98c7..855b9d9 100644 Binary files a/static/sprites-small/home/shiny/918.webp and b/static/sprites-small/home/shiny/918.webp differ diff --git a/static/sprites-small/home/shiny/919.webp b/static/sprites-small/home/shiny/919.webp index 99d13fb..18b9749 100644 Binary files a/static/sprites-small/home/shiny/919.webp and b/static/sprites-small/home/shiny/919.webp differ diff --git a/static/sprites-small/home/shiny/92.webp b/static/sprites-small/home/shiny/92.webp index dd840cf..c54deec 100644 Binary files a/static/sprites-small/home/shiny/92.webp and b/static/sprites-small/home/shiny/92.webp differ diff --git a/static/sprites-small/home/shiny/920.webp b/static/sprites-small/home/shiny/920.webp index 9b9ec8b..c0e2f53 100644 Binary files a/static/sprites-small/home/shiny/920.webp and b/static/sprites-small/home/shiny/920.webp differ diff --git a/static/sprites-small/home/shiny/921.webp b/static/sprites-small/home/shiny/921.webp index dda975e..8c32a2d 100644 Binary files a/static/sprites-small/home/shiny/921.webp and b/static/sprites-small/home/shiny/921.webp differ diff --git a/static/sprites-small/home/shiny/922.webp b/static/sprites-small/home/shiny/922.webp index 2f788f4..3e2a194 100644 Binary files a/static/sprites-small/home/shiny/922.webp and b/static/sprites-small/home/shiny/922.webp differ diff --git a/static/sprites-small/home/shiny/923.webp b/static/sprites-small/home/shiny/923.webp index 4b18cae..f397fda 100644 Binary files a/static/sprites-small/home/shiny/923.webp and b/static/sprites-small/home/shiny/923.webp differ diff --git a/static/sprites-small/home/shiny/924.webp b/static/sprites-small/home/shiny/924.webp index 87af1d9..943b084 100644 Binary files a/static/sprites-small/home/shiny/924.webp and b/static/sprites-small/home/shiny/924.webp differ diff --git a/static/sprites-small/home/shiny/925.webp b/static/sprites-small/home/shiny/925.webp index e52a820..7fd513f 100644 Binary files a/static/sprites-small/home/shiny/925.webp and b/static/sprites-small/home/shiny/925.webp differ diff --git a/static/sprites-small/home/shiny/926.webp b/static/sprites-small/home/shiny/926.webp index 4841c79..e49ce47 100644 Binary files a/static/sprites-small/home/shiny/926.webp and b/static/sprites-small/home/shiny/926.webp differ diff --git a/static/sprites-small/home/shiny/927.webp b/static/sprites-small/home/shiny/927.webp index a49c145..61cbb74 100644 Binary files a/static/sprites-small/home/shiny/927.webp and b/static/sprites-small/home/shiny/927.webp differ diff --git a/static/sprites-small/home/shiny/928.webp b/static/sprites-small/home/shiny/928.webp index e529b60..390cd1c 100644 Binary files a/static/sprites-small/home/shiny/928.webp and b/static/sprites-small/home/shiny/928.webp differ diff --git a/static/sprites-small/home/shiny/929.webp b/static/sprites-small/home/shiny/929.webp index 62d883a..1a077e8 100644 Binary files a/static/sprites-small/home/shiny/929.webp and b/static/sprites-small/home/shiny/929.webp differ diff --git a/static/sprites-small/home/shiny/93.webp b/static/sprites-small/home/shiny/93.webp index f899d33..71e7dd2 100644 Binary files a/static/sprites-small/home/shiny/93.webp and b/static/sprites-small/home/shiny/93.webp differ diff --git a/static/sprites-small/home/shiny/930.webp b/static/sprites-small/home/shiny/930.webp index 9aa3fc6..2612758 100644 Binary files a/static/sprites-small/home/shiny/930.webp and b/static/sprites-small/home/shiny/930.webp differ diff --git a/static/sprites-small/home/shiny/931.webp b/static/sprites-small/home/shiny/931.webp index c204368..1c7ec30 100644 Binary files a/static/sprites-small/home/shiny/931.webp and b/static/sprites-small/home/shiny/931.webp differ diff --git a/static/sprites-small/home/shiny/932.webp b/static/sprites-small/home/shiny/932.webp index 9bc4a57..774f55c 100644 Binary files a/static/sprites-small/home/shiny/932.webp and b/static/sprites-small/home/shiny/932.webp differ diff --git a/static/sprites-small/home/shiny/933.webp b/static/sprites-small/home/shiny/933.webp index 96f48fa..8ed52ee 100644 Binary files a/static/sprites-small/home/shiny/933.webp and b/static/sprites-small/home/shiny/933.webp differ diff --git a/static/sprites-small/home/shiny/934.webp b/static/sprites-small/home/shiny/934.webp index 1213af4..672cbb6 100644 Binary files a/static/sprites-small/home/shiny/934.webp and b/static/sprites-small/home/shiny/934.webp differ diff --git a/static/sprites-small/home/shiny/935.webp b/static/sprites-small/home/shiny/935.webp index 32a39d4..85667d9 100644 Binary files a/static/sprites-small/home/shiny/935.webp and b/static/sprites-small/home/shiny/935.webp differ diff --git a/static/sprites-small/home/shiny/936.webp b/static/sprites-small/home/shiny/936.webp index e08dbfe..2278436 100644 Binary files a/static/sprites-small/home/shiny/936.webp and b/static/sprites-small/home/shiny/936.webp differ diff --git a/static/sprites-small/home/shiny/937.webp b/static/sprites-small/home/shiny/937.webp index 17962af..c6b4e7f 100644 Binary files a/static/sprites-small/home/shiny/937.webp and b/static/sprites-small/home/shiny/937.webp differ diff --git a/static/sprites-small/home/shiny/938.webp b/static/sprites-small/home/shiny/938.webp index 777445a..03740c9 100644 Binary files a/static/sprites-small/home/shiny/938.webp and b/static/sprites-small/home/shiny/938.webp differ diff --git a/static/sprites-small/home/shiny/939.webp b/static/sprites-small/home/shiny/939.webp index 1eab45b..3c32c77 100644 Binary files a/static/sprites-small/home/shiny/939.webp and b/static/sprites-small/home/shiny/939.webp differ diff --git a/static/sprites-small/home/shiny/94.webp b/static/sprites-small/home/shiny/94.webp index 9fccb69..4486ea4 100644 Binary files a/static/sprites-small/home/shiny/94.webp and b/static/sprites-small/home/shiny/94.webp differ diff --git a/static/sprites-small/home/shiny/940.webp b/static/sprites-small/home/shiny/940.webp index 5efe87f..7c7326a 100644 Binary files a/static/sprites-small/home/shiny/940.webp and b/static/sprites-small/home/shiny/940.webp differ diff --git a/static/sprites-small/home/shiny/941.webp b/static/sprites-small/home/shiny/941.webp index 5f6c704..1f2094f 100644 Binary files a/static/sprites-small/home/shiny/941.webp and b/static/sprites-small/home/shiny/941.webp differ diff --git a/static/sprites-small/home/shiny/942.webp b/static/sprites-small/home/shiny/942.webp index dc50644..54b2fe7 100644 Binary files a/static/sprites-small/home/shiny/942.webp and b/static/sprites-small/home/shiny/942.webp differ diff --git a/static/sprites-small/home/shiny/943.webp b/static/sprites-small/home/shiny/943.webp index 59f2542..37be4ec 100644 Binary files a/static/sprites-small/home/shiny/943.webp and b/static/sprites-small/home/shiny/943.webp differ diff --git a/static/sprites-small/home/shiny/944.webp b/static/sprites-small/home/shiny/944.webp index 5eb9869..4932e61 100644 Binary files a/static/sprites-small/home/shiny/944.webp and b/static/sprites-small/home/shiny/944.webp differ diff --git a/static/sprites-small/home/shiny/945.webp b/static/sprites-small/home/shiny/945.webp index 2f0e259..00c3c57 100644 Binary files a/static/sprites-small/home/shiny/945.webp and b/static/sprites-small/home/shiny/945.webp differ diff --git a/static/sprites-small/home/shiny/946.webp b/static/sprites-small/home/shiny/946.webp index 7329bf3..25f4d74 100644 Binary files a/static/sprites-small/home/shiny/946.webp and b/static/sprites-small/home/shiny/946.webp differ diff --git a/static/sprites-small/home/shiny/947.webp b/static/sprites-small/home/shiny/947.webp index 30fa377..d884479 100644 Binary files a/static/sprites-small/home/shiny/947.webp and b/static/sprites-small/home/shiny/947.webp differ diff --git a/static/sprites-small/home/shiny/948.webp b/static/sprites-small/home/shiny/948.webp index 016abd9..a07d70a 100644 Binary files a/static/sprites-small/home/shiny/948.webp and b/static/sprites-small/home/shiny/948.webp differ diff --git a/static/sprites-small/home/shiny/949.webp b/static/sprites-small/home/shiny/949.webp index 9a05cba..72682f1 100644 Binary files a/static/sprites-small/home/shiny/949.webp and b/static/sprites-small/home/shiny/949.webp differ diff --git a/static/sprites-small/home/shiny/95.webp b/static/sprites-small/home/shiny/95.webp index 4c6319e..6bf3bbe 100644 Binary files a/static/sprites-small/home/shiny/95.webp and b/static/sprites-small/home/shiny/95.webp differ diff --git a/static/sprites-small/home/shiny/950.webp b/static/sprites-small/home/shiny/950.webp index 78ad176..6115dc0 100644 Binary files a/static/sprites-small/home/shiny/950.webp and b/static/sprites-small/home/shiny/950.webp differ diff --git a/static/sprites-small/home/shiny/951.webp b/static/sprites-small/home/shiny/951.webp index e92d485..3b0bf00 100644 Binary files a/static/sprites-small/home/shiny/951.webp and b/static/sprites-small/home/shiny/951.webp differ diff --git a/static/sprites-small/home/shiny/952.webp b/static/sprites-small/home/shiny/952.webp index 7047b79..c780185 100644 Binary files a/static/sprites-small/home/shiny/952.webp and b/static/sprites-small/home/shiny/952.webp differ diff --git a/static/sprites-small/home/shiny/953.webp b/static/sprites-small/home/shiny/953.webp index 5ed46b9..1d04757 100644 Binary files a/static/sprites-small/home/shiny/953.webp and b/static/sprites-small/home/shiny/953.webp differ diff --git a/static/sprites-small/home/shiny/954.webp b/static/sprites-small/home/shiny/954.webp index db0b03a..3b32637 100644 Binary files a/static/sprites-small/home/shiny/954.webp and b/static/sprites-small/home/shiny/954.webp differ diff --git a/static/sprites-small/home/shiny/955.webp b/static/sprites-small/home/shiny/955.webp index 7b1b25f..5d246f9 100644 Binary files a/static/sprites-small/home/shiny/955.webp and b/static/sprites-small/home/shiny/955.webp differ diff --git a/static/sprites-small/home/shiny/956.webp b/static/sprites-small/home/shiny/956.webp index 739d198..81a8afa 100644 Binary files a/static/sprites-small/home/shiny/956.webp and b/static/sprites-small/home/shiny/956.webp differ diff --git a/static/sprites-small/home/shiny/957.webp b/static/sprites-small/home/shiny/957.webp index d3b02a7..30d73bb 100644 Binary files a/static/sprites-small/home/shiny/957.webp and b/static/sprites-small/home/shiny/957.webp differ diff --git a/static/sprites-small/home/shiny/958.webp b/static/sprites-small/home/shiny/958.webp index e2f7d28..80140df 100644 Binary files a/static/sprites-small/home/shiny/958.webp and b/static/sprites-small/home/shiny/958.webp differ diff --git a/static/sprites-small/home/shiny/959.webp b/static/sprites-small/home/shiny/959.webp index 3578e64..70b2213 100644 Binary files a/static/sprites-small/home/shiny/959.webp and b/static/sprites-small/home/shiny/959.webp differ diff --git a/static/sprites-small/home/shiny/96.webp b/static/sprites-small/home/shiny/96.webp index 1700faf..9aa9ca7 100644 Binary files a/static/sprites-small/home/shiny/96.webp and b/static/sprites-small/home/shiny/96.webp differ diff --git a/static/sprites-small/home/shiny/960.webp b/static/sprites-small/home/shiny/960.webp index ed98d5c..5761ec7 100644 Binary files a/static/sprites-small/home/shiny/960.webp and b/static/sprites-small/home/shiny/960.webp differ diff --git a/static/sprites-small/home/shiny/961.webp b/static/sprites-small/home/shiny/961.webp index f4562c0..71d1a77 100644 Binary files a/static/sprites-small/home/shiny/961.webp and b/static/sprites-small/home/shiny/961.webp differ diff --git a/static/sprites-small/home/shiny/962.webp b/static/sprites-small/home/shiny/962.webp index 386a7f4..d9a35ec 100644 Binary files a/static/sprites-small/home/shiny/962.webp and b/static/sprites-small/home/shiny/962.webp differ diff --git a/static/sprites-small/home/shiny/963.webp b/static/sprites-small/home/shiny/963.webp index 83a739f..85877ab 100644 Binary files a/static/sprites-small/home/shiny/963.webp and b/static/sprites-small/home/shiny/963.webp differ diff --git a/static/sprites-small/home/shiny/964.webp b/static/sprites-small/home/shiny/964.webp index ea15dd6..09bc52a 100644 Binary files a/static/sprites-small/home/shiny/964.webp and b/static/sprites-small/home/shiny/964.webp differ diff --git a/static/sprites-small/home/shiny/965.webp b/static/sprites-small/home/shiny/965.webp index 4d1da45..0a76286 100644 Binary files a/static/sprites-small/home/shiny/965.webp and b/static/sprites-small/home/shiny/965.webp differ diff --git a/static/sprites-small/home/shiny/966.webp b/static/sprites-small/home/shiny/966.webp index 0c2de79..2525261 100644 Binary files a/static/sprites-small/home/shiny/966.webp and b/static/sprites-small/home/shiny/966.webp differ diff --git a/static/sprites-small/home/shiny/967.webp b/static/sprites-small/home/shiny/967.webp index ccb3252..3c4f3d4 100644 Binary files a/static/sprites-small/home/shiny/967.webp and b/static/sprites-small/home/shiny/967.webp differ diff --git a/static/sprites-small/home/shiny/968.webp b/static/sprites-small/home/shiny/968.webp index b0b202b..8d814eb 100644 Binary files a/static/sprites-small/home/shiny/968.webp and b/static/sprites-small/home/shiny/968.webp differ diff --git a/static/sprites-small/home/shiny/969.webp b/static/sprites-small/home/shiny/969.webp index b862135..77959d6 100644 Binary files a/static/sprites-small/home/shiny/969.webp and b/static/sprites-small/home/shiny/969.webp differ diff --git a/static/sprites-small/home/shiny/97.webp b/static/sprites-small/home/shiny/97.webp index 22a4d57..58ddeca 100644 Binary files a/static/sprites-small/home/shiny/97.webp and b/static/sprites-small/home/shiny/97.webp differ diff --git a/static/sprites-small/home/shiny/970.webp b/static/sprites-small/home/shiny/970.webp index 795455d..c66ec9c 100644 Binary files a/static/sprites-small/home/shiny/970.webp and b/static/sprites-small/home/shiny/970.webp differ diff --git a/static/sprites-small/home/shiny/971.webp b/static/sprites-small/home/shiny/971.webp index 59edddd..2229eb0 100644 Binary files a/static/sprites-small/home/shiny/971.webp and b/static/sprites-small/home/shiny/971.webp differ diff --git a/static/sprites-small/home/shiny/972.webp b/static/sprites-small/home/shiny/972.webp index 87b2356..a8b5dd6 100644 Binary files a/static/sprites-small/home/shiny/972.webp and b/static/sprites-small/home/shiny/972.webp differ diff --git a/static/sprites-small/home/shiny/973.webp b/static/sprites-small/home/shiny/973.webp index 8cfd6ec..af2a343 100644 Binary files a/static/sprites-small/home/shiny/973.webp and b/static/sprites-small/home/shiny/973.webp differ diff --git a/static/sprites-small/home/shiny/974.webp b/static/sprites-small/home/shiny/974.webp index 390efba..b33d84e 100644 Binary files a/static/sprites-small/home/shiny/974.webp and b/static/sprites-small/home/shiny/974.webp differ diff --git a/static/sprites-small/home/shiny/975.webp b/static/sprites-small/home/shiny/975.webp index ab18684..1e0ccc5 100644 Binary files a/static/sprites-small/home/shiny/975.webp and b/static/sprites-small/home/shiny/975.webp differ diff --git a/static/sprites-small/home/shiny/976.webp b/static/sprites-small/home/shiny/976.webp index 494aced..1516687 100644 Binary files a/static/sprites-small/home/shiny/976.webp and b/static/sprites-small/home/shiny/976.webp differ diff --git a/static/sprites-small/home/shiny/977.webp b/static/sprites-small/home/shiny/977.webp index bd44854..f2988b6 100644 Binary files a/static/sprites-small/home/shiny/977.webp and b/static/sprites-small/home/shiny/977.webp differ diff --git a/static/sprites-small/home/shiny/978.webp b/static/sprites-small/home/shiny/978.webp index 676560c..455bb97 100644 Binary files a/static/sprites-small/home/shiny/978.webp and b/static/sprites-small/home/shiny/978.webp differ diff --git a/static/sprites-small/home/shiny/979.webp b/static/sprites-small/home/shiny/979.webp index 43f7cf4..c1c1c9d 100644 Binary files a/static/sprites-small/home/shiny/979.webp and b/static/sprites-small/home/shiny/979.webp differ diff --git a/static/sprites-small/home/shiny/98.webp b/static/sprites-small/home/shiny/98.webp index f4eb6ea..8b8c2c3 100644 Binary files a/static/sprites-small/home/shiny/98.webp and b/static/sprites-small/home/shiny/98.webp differ diff --git a/static/sprites-small/home/shiny/980.webp b/static/sprites-small/home/shiny/980.webp index 6f60d56..b36f696 100644 Binary files a/static/sprites-small/home/shiny/980.webp and b/static/sprites-small/home/shiny/980.webp differ diff --git a/static/sprites-small/home/shiny/981.webp b/static/sprites-small/home/shiny/981.webp index 5395265..9edae2d 100644 Binary files a/static/sprites-small/home/shiny/981.webp and b/static/sprites-small/home/shiny/981.webp differ diff --git a/static/sprites-small/home/shiny/982.webp b/static/sprites-small/home/shiny/982.webp index 608f72a..8636d07 100644 Binary files a/static/sprites-small/home/shiny/982.webp and b/static/sprites-small/home/shiny/982.webp differ diff --git a/static/sprites-small/home/shiny/983.webp b/static/sprites-small/home/shiny/983.webp index 5d75834..758d704 100644 Binary files a/static/sprites-small/home/shiny/983.webp and b/static/sprites-small/home/shiny/983.webp differ diff --git a/static/sprites-small/home/shiny/984.webp b/static/sprites-small/home/shiny/984.webp index 2a9d40c..a32c082 100644 Binary files a/static/sprites-small/home/shiny/984.webp and b/static/sprites-small/home/shiny/984.webp differ diff --git a/static/sprites-small/home/shiny/985.webp b/static/sprites-small/home/shiny/985.webp index d96b969..2e01f85 100644 Binary files a/static/sprites-small/home/shiny/985.webp and b/static/sprites-small/home/shiny/985.webp differ diff --git a/static/sprites-small/home/shiny/986.webp b/static/sprites-small/home/shiny/986.webp index 20f08fe..e646c03 100644 Binary files a/static/sprites-small/home/shiny/986.webp and b/static/sprites-small/home/shiny/986.webp differ diff --git a/static/sprites-small/home/shiny/987.webp b/static/sprites-small/home/shiny/987.webp index 3640e61..f71f41b 100644 Binary files a/static/sprites-small/home/shiny/987.webp and b/static/sprites-small/home/shiny/987.webp differ diff --git a/static/sprites-small/home/shiny/988.webp b/static/sprites-small/home/shiny/988.webp index d327246..d469905 100644 Binary files a/static/sprites-small/home/shiny/988.webp and b/static/sprites-small/home/shiny/988.webp differ diff --git a/static/sprites-small/home/shiny/989.webp b/static/sprites-small/home/shiny/989.webp index 07446dc..8733cef 100644 Binary files a/static/sprites-small/home/shiny/989.webp and b/static/sprites-small/home/shiny/989.webp differ diff --git a/static/sprites-small/home/shiny/99.webp b/static/sprites-small/home/shiny/99.webp index 878e7f7..21438dd 100644 Binary files a/static/sprites-small/home/shiny/99.webp and b/static/sprites-small/home/shiny/99.webp differ diff --git a/static/sprites-small/home/shiny/990.webp b/static/sprites-small/home/shiny/990.webp index 0789c81..263e39b 100644 Binary files a/static/sprites-small/home/shiny/990.webp and b/static/sprites-small/home/shiny/990.webp differ diff --git a/static/sprites-small/home/shiny/991.webp b/static/sprites-small/home/shiny/991.webp index dd5f1f7..8f28de6 100644 Binary files a/static/sprites-small/home/shiny/991.webp and b/static/sprites-small/home/shiny/991.webp differ diff --git a/static/sprites-small/home/shiny/992.webp b/static/sprites-small/home/shiny/992.webp index 343e6c6..cb086df 100644 Binary files a/static/sprites-small/home/shiny/992.webp and b/static/sprites-small/home/shiny/992.webp differ diff --git a/static/sprites-small/home/shiny/993.webp b/static/sprites-small/home/shiny/993.webp index d98637c..e2d87d4 100644 Binary files a/static/sprites-small/home/shiny/993.webp and b/static/sprites-small/home/shiny/993.webp differ diff --git a/static/sprites-small/home/shiny/994.webp b/static/sprites-small/home/shiny/994.webp index 1f87325..0bbd07c 100644 Binary files a/static/sprites-small/home/shiny/994.webp and b/static/sprites-small/home/shiny/994.webp differ diff --git a/static/sprites-small/home/shiny/995.webp b/static/sprites-small/home/shiny/995.webp index d4705c9..8ed9e7c 100644 Binary files a/static/sprites-small/home/shiny/995.webp and b/static/sprites-small/home/shiny/995.webp differ diff --git a/static/sprites-small/home/shiny/996.webp b/static/sprites-small/home/shiny/996.webp index 952aa2e..0d5f0a7 100644 Binary files a/static/sprites-small/home/shiny/996.webp and b/static/sprites-small/home/shiny/996.webp differ diff --git a/static/sprites-small/home/shiny/997.webp b/static/sprites-small/home/shiny/997.webp index f21c989..97cb876 100644 Binary files a/static/sprites-small/home/shiny/997.webp and b/static/sprites-small/home/shiny/997.webp differ diff --git a/static/sprites-small/home/shiny/998.webp b/static/sprites-small/home/shiny/998.webp index 604c7bd..08105a4 100644 Binary files a/static/sprites-small/home/shiny/998.webp and b/static/sprites-small/home/shiny/998.webp differ diff --git a/static/sprites-small/home/shiny/999.webp b/static/sprites-small/home/shiny/999.webp index e5a1008..19d47e5 100644 Binary files a/static/sprites-small/home/shiny/999.webp and b/static/sprites-small/home/shiny/999.webp differ diff --git a/static/sprites-small/home/shiny/female/10235.webp b/static/sprites-small/home/shiny/female/10235.webp index 67aabb7..e5ac530 100644 Binary files a/static/sprites-small/home/shiny/female/10235.webp and b/static/sprites-small/home/shiny/female/10235.webp differ diff --git a/static/sprites-small/home/shiny/female/111.webp b/static/sprites-small/home/shiny/female/111.webp index 51456f1..9922006 100644 Binary files a/static/sprites-small/home/shiny/female/111.webp and b/static/sprites-small/home/shiny/female/111.webp differ diff --git a/static/sprites-small/home/shiny/female/112.webp b/static/sprites-small/home/shiny/female/112.webp index 847542e..0ce1afa 100644 Binary files a/static/sprites-small/home/shiny/female/112.webp and b/static/sprites-small/home/shiny/female/112.webp differ diff --git a/static/sprites-small/home/shiny/female/118.webp b/static/sprites-small/home/shiny/female/118.webp index 12fd7a1..491c741 100644 Binary files a/static/sprites-small/home/shiny/female/118.webp and b/static/sprites-small/home/shiny/female/118.webp differ diff --git a/static/sprites-small/home/shiny/female/119.webp b/static/sprites-small/home/shiny/female/119.webp index bde92fc..2c86600 100644 Binary files a/static/sprites-small/home/shiny/female/119.webp and b/static/sprites-small/home/shiny/female/119.webp differ diff --git a/static/sprites-small/home/shiny/female/12.webp b/static/sprites-small/home/shiny/female/12.webp index 6b239dd..79b0236 100644 Binary files a/static/sprites-small/home/shiny/female/12.webp and b/static/sprites-small/home/shiny/female/12.webp differ diff --git a/static/sprites-small/home/shiny/female/123.webp b/static/sprites-small/home/shiny/female/123.webp index 6fc1e04..fd6fff7 100644 Binary files a/static/sprites-small/home/shiny/female/123.webp and b/static/sprites-small/home/shiny/female/123.webp differ diff --git a/static/sprites-small/home/shiny/female/129.webp b/static/sprites-small/home/shiny/female/129.webp index 05232c7..56195a0 100644 Binary files a/static/sprites-small/home/shiny/female/129.webp and b/static/sprites-small/home/shiny/female/129.webp differ diff --git a/static/sprites-small/home/shiny/female/130.webp b/static/sprites-small/home/shiny/female/130.webp index 3d23657..13adaae 100644 Binary files a/static/sprites-small/home/shiny/female/130.webp and b/static/sprites-small/home/shiny/female/130.webp differ diff --git a/static/sprites-small/home/shiny/female/133.webp b/static/sprites-small/home/shiny/female/133.webp index 1a38788..ba09c0e 100644 Binary files a/static/sprites-small/home/shiny/female/133.webp and b/static/sprites-small/home/shiny/female/133.webp differ diff --git a/static/sprites-small/home/shiny/female/154.webp b/static/sprites-small/home/shiny/female/154.webp index fe2fe0b..1fb2472 100644 Binary files a/static/sprites-small/home/shiny/female/154.webp and b/static/sprites-small/home/shiny/female/154.webp differ diff --git a/static/sprites-small/home/shiny/female/165.webp b/static/sprites-small/home/shiny/female/165.webp index 21f67b0..8f377d6 100644 Binary files a/static/sprites-small/home/shiny/female/165.webp and b/static/sprites-small/home/shiny/female/165.webp differ diff --git a/static/sprites-small/home/shiny/female/166.webp b/static/sprites-small/home/shiny/female/166.webp index 2058191..e17f939 100644 Binary files a/static/sprites-small/home/shiny/female/166.webp and b/static/sprites-small/home/shiny/female/166.webp differ diff --git a/static/sprites-small/home/shiny/female/178.webp b/static/sprites-small/home/shiny/female/178.webp index 8873adb..7f61d40 100644 Binary files a/static/sprites-small/home/shiny/female/178.webp and b/static/sprites-small/home/shiny/female/178.webp differ diff --git a/static/sprites-small/home/shiny/female/185.webp b/static/sprites-small/home/shiny/female/185.webp index ad06585..dc4af00 100644 Binary files a/static/sprites-small/home/shiny/female/185.webp and b/static/sprites-small/home/shiny/female/185.webp differ diff --git a/static/sprites-small/home/shiny/female/186.webp b/static/sprites-small/home/shiny/female/186.webp index bc7d30b..ebfd92b 100644 Binary files a/static/sprites-small/home/shiny/female/186.webp and b/static/sprites-small/home/shiny/female/186.webp differ diff --git a/static/sprites-small/home/shiny/female/19.webp b/static/sprites-small/home/shiny/female/19.webp index 54306b9..803bdae 100644 Binary files a/static/sprites-small/home/shiny/female/19.webp and b/static/sprites-small/home/shiny/female/19.webp differ diff --git a/static/sprites-small/home/shiny/female/190.webp b/static/sprites-small/home/shiny/female/190.webp index 44730f1..d3dce0d 100644 Binary files a/static/sprites-small/home/shiny/female/190.webp and b/static/sprites-small/home/shiny/female/190.webp differ diff --git a/static/sprites-small/home/shiny/female/194.webp b/static/sprites-small/home/shiny/female/194.webp index e299164..5d21464 100644 Binary files a/static/sprites-small/home/shiny/female/194.webp and b/static/sprites-small/home/shiny/female/194.webp differ diff --git a/static/sprites-small/home/shiny/female/195.webp b/static/sprites-small/home/shiny/female/195.webp index b00fba9..5f37109 100644 Binary files a/static/sprites-small/home/shiny/female/195.webp and b/static/sprites-small/home/shiny/female/195.webp differ diff --git a/static/sprites-small/home/shiny/female/198.webp b/static/sprites-small/home/shiny/female/198.webp index 4ebae68..7797410 100644 Binary files a/static/sprites-small/home/shiny/female/198.webp and b/static/sprites-small/home/shiny/female/198.webp differ diff --git a/static/sprites-small/home/shiny/female/20.webp b/static/sprites-small/home/shiny/female/20.webp index 1fd6077..e49dd17 100644 Binary files a/static/sprites-small/home/shiny/female/20.webp and b/static/sprites-small/home/shiny/female/20.webp differ diff --git a/static/sprites-small/home/shiny/female/202.webp b/static/sprites-small/home/shiny/female/202.webp index cd9d9f6..a2a3414 100644 Binary files a/static/sprites-small/home/shiny/female/202.webp and b/static/sprites-small/home/shiny/female/202.webp differ diff --git a/static/sprites-small/home/shiny/female/203.webp b/static/sprites-small/home/shiny/female/203.webp index 54ef9f9..ca586ab 100644 Binary files a/static/sprites-small/home/shiny/female/203.webp and b/static/sprites-small/home/shiny/female/203.webp differ diff --git a/static/sprites-small/home/shiny/female/207.webp b/static/sprites-small/home/shiny/female/207.webp index 28eb463..2a9d9c6 100644 Binary files a/static/sprites-small/home/shiny/female/207.webp and b/static/sprites-small/home/shiny/female/207.webp differ diff --git a/static/sprites-small/home/shiny/female/208.webp b/static/sprites-small/home/shiny/female/208.webp index 959bb1b..fda2c46 100644 Binary files a/static/sprites-small/home/shiny/female/208.webp and b/static/sprites-small/home/shiny/female/208.webp differ diff --git a/static/sprites-small/home/shiny/female/212.webp b/static/sprites-small/home/shiny/female/212.webp index bb6f3a5..049d89b 100644 Binary files a/static/sprites-small/home/shiny/female/212.webp and b/static/sprites-small/home/shiny/female/212.webp differ diff --git a/static/sprites-small/home/shiny/female/214.webp b/static/sprites-small/home/shiny/female/214.webp index b8bbccd..33c716c 100644 Binary files a/static/sprites-small/home/shiny/female/214.webp and b/static/sprites-small/home/shiny/female/214.webp differ diff --git a/static/sprites-small/home/shiny/female/215.webp b/static/sprites-small/home/shiny/female/215.webp index 03e6276..8f0b5a0 100644 Binary files a/static/sprites-small/home/shiny/female/215.webp and b/static/sprites-small/home/shiny/female/215.webp differ diff --git a/static/sprites-small/home/shiny/female/217.webp b/static/sprites-small/home/shiny/female/217.webp index 7ca4a79..5cf972c 100644 Binary files a/static/sprites-small/home/shiny/female/217.webp and b/static/sprites-small/home/shiny/female/217.webp differ diff --git a/static/sprites-small/home/shiny/female/221.webp b/static/sprites-small/home/shiny/female/221.webp index 2ad01b4..d4e49a7 100644 Binary files a/static/sprites-small/home/shiny/female/221.webp and b/static/sprites-small/home/shiny/female/221.webp differ diff --git a/static/sprites-small/home/shiny/female/224.webp b/static/sprites-small/home/shiny/female/224.webp index 154f6ec..f6f0472 100644 Binary files a/static/sprites-small/home/shiny/female/224.webp and b/static/sprites-small/home/shiny/female/224.webp differ diff --git a/static/sprites-small/home/shiny/female/229.webp b/static/sprites-small/home/shiny/female/229.webp index a9edba4..0526a14 100644 Binary files a/static/sprites-small/home/shiny/female/229.webp and b/static/sprites-small/home/shiny/female/229.webp differ diff --git a/static/sprites-small/home/shiny/female/232.webp b/static/sprites-small/home/shiny/female/232.webp index 1b746be..94ecfea 100644 Binary files a/static/sprites-small/home/shiny/female/232.webp and b/static/sprites-small/home/shiny/female/232.webp differ diff --git a/static/sprites-small/home/shiny/female/25.webp b/static/sprites-small/home/shiny/female/25.webp index 78db7a1..94ca849 100644 Binary files a/static/sprites-small/home/shiny/female/25.webp and b/static/sprites-small/home/shiny/female/25.webp differ diff --git a/static/sprites-small/home/shiny/female/255.webp b/static/sprites-small/home/shiny/female/255.webp index 1ccc5ba..ba6bed2 100644 Binary files a/static/sprites-small/home/shiny/female/255.webp and b/static/sprites-small/home/shiny/female/255.webp differ diff --git a/static/sprites-small/home/shiny/female/256.webp b/static/sprites-small/home/shiny/female/256.webp index aaed1f6..6136909 100644 Binary files a/static/sprites-small/home/shiny/female/256.webp and b/static/sprites-small/home/shiny/female/256.webp differ diff --git a/static/sprites-small/home/shiny/female/257.webp b/static/sprites-small/home/shiny/female/257.webp index a0e7ebd..a17ba3a 100644 Binary files a/static/sprites-small/home/shiny/female/257.webp and b/static/sprites-small/home/shiny/female/257.webp differ diff --git a/static/sprites-small/home/shiny/female/26.webp b/static/sprites-small/home/shiny/female/26.webp index f28782b..b035034 100644 Binary files a/static/sprites-small/home/shiny/female/26.webp and b/static/sprites-small/home/shiny/female/26.webp differ diff --git a/static/sprites-small/home/shiny/female/267.webp b/static/sprites-small/home/shiny/female/267.webp index 3c60067..2144ac6 100644 Binary files a/static/sprites-small/home/shiny/female/267.webp and b/static/sprites-small/home/shiny/female/267.webp differ diff --git a/static/sprites-small/home/shiny/female/269.webp b/static/sprites-small/home/shiny/female/269.webp index 0a78d71..50ebffd 100644 Binary files a/static/sprites-small/home/shiny/female/269.webp and b/static/sprites-small/home/shiny/female/269.webp differ diff --git a/static/sprites-small/home/shiny/female/272.webp b/static/sprites-small/home/shiny/female/272.webp index 9fb0fd8..a8e39ce 100644 Binary files a/static/sprites-small/home/shiny/female/272.webp and b/static/sprites-small/home/shiny/female/272.webp differ diff --git a/static/sprites-small/home/shiny/female/274.webp b/static/sprites-small/home/shiny/female/274.webp index 3ff6893..f3d9f59 100644 Binary files a/static/sprites-small/home/shiny/female/274.webp and b/static/sprites-small/home/shiny/female/274.webp differ diff --git a/static/sprites-small/home/shiny/female/275.webp b/static/sprites-small/home/shiny/female/275.webp index 6f3c281..f05155e 100644 Binary files a/static/sprites-small/home/shiny/female/275.webp and b/static/sprites-small/home/shiny/female/275.webp differ diff --git a/static/sprites-small/home/shiny/female/3.webp b/static/sprites-small/home/shiny/female/3.webp index 86cf66b..e19a878 100644 Binary files a/static/sprites-small/home/shiny/female/3.webp and b/static/sprites-small/home/shiny/female/3.webp differ diff --git a/static/sprites-small/home/shiny/female/307.webp b/static/sprites-small/home/shiny/female/307.webp index 63b2aa7..832c0a9 100644 Binary files a/static/sprites-small/home/shiny/female/307.webp and b/static/sprites-small/home/shiny/female/307.webp differ diff --git a/static/sprites-small/home/shiny/female/308.webp b/static/sprites-small/home/shiny/female/308.webp index 56ab68a..7b8f23a 100644 Binary files a/static/sprites-small/home/shiny/female/308.webp and b/static/sprites-small/home/shiny/female/308.webp differ diff --git a/static/sprites-small/home/shiny/female/315.webp b/static/sprites-small/home/shiny/female/315.webp index 9ff2090..8ecf223 100644 Binary files a/static/sprites-small/home/shiny/female/315.webp and b/static/sprites-small/home/shiny/female/315.webp differ diff --git a/static/sprites-small/home/shiny/female/316.webp b/static/sprites-small/home/shiny/female/316.webp index 421a7e2..3d6819d 100644 Binary files a/static/sprites-small/home/shiny/female/316.webp and b/static/sprites-small/home/shiny/female/316.webp differ diff --git a/static/sprites-small/home/shiny/female/317.webp b/static/sprites-small/home/shiny/female/317.webp index 4712156..4dd0329 100644 Binary files a/static/sprites-small/home/shiny/female/317.webp and b/static/sprites-small/home/shiny/female/317.webp differ diff --git a/static/sprites-small/home/shiny/female/322.webp b/static/sprites-small/home/shiny/female/322.webp index 4731fb9..3f9ae4b 100644 Binary files a/static/sprites-small/home/shiny/female/322.webp and b/static/sprites-small/home/shiny/female/322.webp differ diff --git a/static/sprites-small/home/shiny/female/323.webp b/static/sprites-small/home/shiny/female/323.webp index 0a8f26d..394451b 100644 Binary files a/static/sprites-small/home/shiny/female/323.webp and b/static/sprites-small/home/shiny/female/323.webp differ diff --git a/static/sprites-small/home/shiny/female/332.webp b/static/sprites-small/home/shiny/female/332.webp index a74db37..45da47a 100644 Binary files a/static/sprites-small/home/shiny/female/332.webp and b/static/sprites-small/home/shiny/female/332.webp differ diff --git a/static/sprites-small/home/shiny/female/350.webp b/static/sprites-small/home/shiny/female/350.webp index b287316..6aed00a 100644 Binary files a/static/sprites-small/home/shiny/female/350.webp and b/static/sprites-small/home/shiny/female/350.webp differ diff --git a/static/sprites-small/home/shiny/female/369.webp b/static/sprites-small/home/shiny/female/369.webp index 1413ae2..ba1536e 100644 Binary files a/static/sprites-small/home/shiny/female/369.webp and b/static/sprites-small/home/shiny/female/369.webp differ diff --git a/static/sprites-small/home/shiny/female/396.webp b/static/sprites-small/home/shiny/female/396.webp index 00fad62..f507c69 100644 Binary files a/static/sprites-small/home/shiny/female/396.webp and b/static/sprites-small/home/shiny/female/396.webp differ diff --git a/static/sprites-small/home/shiny/female/397.webp b/static/sprites-small/home/shiny/female/397.webp index f2c2c11..9b750fb 100644 Binary files a/static/sprites-small/home/shiny/female/397.webp and b/static/sprites-small/home/shiny/female/397.webp differ diff --git a/static/sprites-small/home/shiny/female/398.webp b/static/sprites-small/home/shiny/female/398.webp index 5cf5822..17a9411 100644 Binary files a/static/sprites-small/home/shiny/female/398.webp and b/static/sprites-small/home/shiny/female/398.webp differ diff --git a/static/sprites-small/home/shiny/female/399.webp b/static/sprites-small/home/shiny/female/399.webp index eba7805..fa93272 100644 Binary files a/static/sprites-small/home/shiny/female/399.webp and b/static/sprites-small/home/shiny/female/399.webp differ diff --git a/static/sprites-small/home/shiny/female/400.webp b/static/sprites-small/home/shiny/female/400.webp index b4dc8cb..0e82ea8 100644 Binary files a/static/sprites-small/home/shiny/female/400.webp and b/static/sprites-small/home/shiny/female/400.webp differ diff --git a/static/sprites-small/home/shiny/female/401.webp b/static/sprites-small/home/shiny/female/401.webp index 6674adb..2655f21 100644 Binary files a/static/sprites-small/home/shiny/female/401.webp and b/static/sprites-small/home/shiny/female/401.webp differ diff --git a/static/sprites-small/home/shiny/female/402.webp b/static/sprites-small/home/shiny/female/402.webp index 3bb0127..e5a3fed 100644 Binary files a/static/sprites-small/home/shiny/female/402.webp and b/static/sprites-small/home/shiny/female/402.webp differ diff --git a/static/sprites-small/home/shiny/female/403.webp b/static/sprites-small/home/shiny/female/403.webp index ea6c058..9ba2a50 100644 Binary files a/static/sprites-small/home/shiny/female/403.webp and b/static/sprites-small/home/shiny/female/403.webp differ diff --git a/static/sprites-small/home/shiny/female/404.webp b/static/sprites-small/home/shiny/female/404.webp index 4a800be..d5d734a 100644 Binary files a/static/sprites-small/home/shiny/female/404.webp and b/static/sprites-small/home/shiny/female/404.webp differ diff --git a/static/sprites-small/home/shiny/female/405.webp b/static/sprites-small/home/shiny/female/405.webp index 52a2f89..4034e6a 100644 Binary files a/static/sprites-small/home/shiny/female/405.webp and b/static/sprites-small/home/shiny/female/405.webp differ diff --git a/static/sprites-small/home/shiny/female/407.webp b/static/sprites-small/home/shiny/female/407.webp index 0d423db..c30911f 100644 Binary files a/static/sprites-small/home/shiny/female/407.webp and b/static/sprites-small/home/shiny/female/407.webp differ diff --git a/static/sprites-small/home/shiny/female/41.webp b/static/sprites-small/home/shiny/female/41.webp index 5e2bfd4..de40211 100644 Binary files a/static/sprites-small/home/shiny/female/41.webp and b/static/sprites-small/home/shiny/female/41.webp differ diff --git a/static/sprites-small/home/shiny/female/415.webp b/static/sprites-small/home/shiny/female/415.webp index a8007a1..270b7ea 100644 Binary files a/static/sprites-small/home/shiny/female/415.webp and b/static/sprites-small/home/shiny/female/415.webp differ diff --git a/static/sprites-small/home/shiny/female/417.webp b/static/sprites-small/home/shiny/female/417.webp index 0f85e06..67ab868 100644 Binary files a/static/sprites-small/home/shiny/female/417.webp and b/static/sprites-small/home/shiny/female/417.webp differ diff --git a/static/sprites-small/home/shiny/female/418.webp b/static/sprites-small/home/shiny/female/418.webp index a1f728b..240b35f 100644 Binary files a/static/sprites-small/home/shiny/female/418.webp and b/static/sprites-small/home/shiny/female/418.webp differ diff --git a/static/sprites-small/home/shiny/female/419.webp b/static/sprites-small/home/shiny/female/419.webp index 58bd992..71ca2cc 100644 Binary files a/static/sprites-small/home/shiny/female/419.webp and b/static/sprites-small/home/shiny/female/419.webp differ diff --git a/static/sprites-small/home/shiny/female/42.webp b/static/sprites-small/home/shiny/female/42.webp index 43bffcb..8d90233 100644 Binary files a/static/sprites-small/home/shiny/female/42.webp and b/static/sprites-small/home/shiny/female/42.webp differ diff --git a/static/sprites-small/home/shiny/female/424.webp b/static/sprites-small/home/shiny/female/424.webp index 05e1709..adc354b 100644 Binary files a/static/sprites-small/home/shiny/female/424.webp and b/static/sprites-small/home/shiny/female/424.webp differ diff --git a/static/sprites-small/home/shiny/female/44.webp b/static/sprites-small/home/shiny/female/44.webp index ab3cfa2..2671503 100644 Binary files a/static/sprites-small/home/shiny/female/44.webp and b/static/sprites-small/home/shiny/female/44.webp differ diff --git a/static/sprites-small/home/shiny/female/443.webp b/static/sprites-small/home/shiny/female/443.webp index 1064f10..736efe6 100644 Binary files a/static/sprites-small/home/shiny/female/443.webp and b/static/sprites-small/home/shiny/female/443.webp differ diff --git a/static/sprites-small/home/shiny/female/444.webp b/static/sprites-small/home/shiny/female/444.webp index 36f6ab7..e3cbf55 100644 Binary files a/static/sprites-small/home/shiny/female/444.webp and b/static/sprites-small/home/shiny/female/444.webp differ diff --git a/static/sprites-small/home/shiny/female/445.webp b/static/sprites-small/home/shiny/female/445.webp index 85cf619..1cfb4a1 100644 Binary files a/static/sprites-small/home/shiny/female/445.webp and b/static/sprites-small/home/shiny/female/445.webp differ diff --git a/static/sprites-small/home/shiny/female/449.webp b/static/sprites-small/home/shiny/female/449.webp index 54c291f..14c5425 100644 Binary files a/static/sprites-small/home/shiny/female/449.webp and b/static/sprites-small/home/shiny/female/449.webp differ diff --git a/static/sprites-small/home/shiny/female/45.webp b/static/sprites-small/home/shiny/female/45.webp index 53329f0..4522f01 100644 Binary files a/static/sprites-small/home/shiny/female/45.webp and b/static/sprites-small/home/shiny/female/45.webp differ diff --git a/static/sprites-small/home/shiny/female/450.webp b/static/sprites-small/home/shiny/female/450.webp index 9576e08..1f73b5b 100644 Binary files a/static/sprites-small/home/shiny/female/450.webp and b/static/sprites-small/home/shiny/female/450.webp differ diff --git a/static/sprites-small/home/shiny/female/453.webp b/static/sprites-small/home/shiny/female/453.webp index e380679..5c1b456 100644 Binary files a/static/sprites-small/home/shiny/female/453.webp and b/static/sprites-small/home/shiny/female/453.webp differ diff --git a/static/sprites-small/home/shiny/female/454.webp b/static/sprites-small/home/shiny/female/454.webp index bb0ff08..e391720 100644 Binary files a/static/sprites-small/home/shiny/female/454.webp and b/static/sprites-small/home/shiny/female/454.webp differ diff --git a/static/sprites-small/home/shiny/female/456.webp b/static/sprites-small/home/shiny/female/456.webp index b34efb5..f52d3ca 100644 Binary files a/static/sprites-small/home/shiny/female/456.webp and b/static/sprites-small/home/shiny/female/456.webp differ diff --git a/static/sprites-small/home/shiny/female/457.webp b/static/sprites-small/home/shiny/female/457.webp index 28cf9d0..f5867ff 100644 Binary files a/static/sprites-small/home/shiny/female/457.webp and b/static/sprites-small/home/shiny/female/457.webp differ diff --git a/static/sprites-small/home/shiny/female/459.webp b/static/sprites-small/home/shiny/female/459.webp index f009d53..db14666 100644 Binary files a/static/sprites-small/home/shiny/female/459.webp and b/static/sprites-small/home/shiny/female/459.webp differ diff --git a/static/sprites-small/home/shiny/female/460.webp b/static/sprites-small/home/shiny/female/460.webp index b56d772..c15de24 100644 Binary files a/static/sprites-small/home/shiny/female/460.webp and b/static/sprites-small/home/shiny/female/460.webp differ diff --git a/static/sprites-small/home/shiny/female/461.webp b/static/sprites-small/home/shiny/female/461.webp index f55c7c2..9209862 100644 Binary files a/static/sprites-small/home/shiny/female/461.webp and b/static/sprites-small/home/shiny/female/461.webp differ diff --git a/static/sprites-small/home/shiny/female/464.webp b/static/sprites-small/home/shiny/female/464.webp index 6b66b00..9357747 100644 Binary files a/static/sprites-small/home/shiny/female/464.webp and b/static/sprites-small/home/shiny/female/464.webp differ diff --git a/static/sprites-small/home/shiny/female/465.webp b/static/sprites-small/home/shiny/female/465.webp index 4101865..f76fb8b 100644 Binary files a/static/sprites-small/home/shiny/female/465.webp and b/static/sprites-small/home/shiny/female/465.webp differ diff --git a/static/sprites-small/home/shiny/female/473.webp b/static/sprites-small/home/shiny/female/473.webp index 874caaf..0dc69b0 100644 Binary files a/static/sprites-small/home/shiny/female/473.webp and b/static/sprites-small/home/shiny/female/473.webp differ diff --git a/static/sprites-small/home/shiny/female/521.webp b/static/sprites-small/home/shiny/female/521.webp index b90ed8a..2db9c0a 100644 Binary files a/static/sprites-small/home/shiny/female/521.webp and b/static/sprites-small/home/shiny/female/521.webp differ diff --git a/static/sprites-small/home/shiny/female/592.webp b/static/sprites-small/home/shiny/female/592.webp index 2f77639..b5aafe0 100644 Binary files a/static/sprites-small/home/shiny/female/592.webp and b/static/sprites-small/home/shiny/female/592.webp differ diff --git a/static/sprites-small/home/shiny/female/593.webp b/static/sprites-small/home/shiny/female/593.webp index 49d0000..e737087 100644 Binary files a/static/sprites-small/home/shiny/female/593.webp and b/static/sprites-small/home/shiny/female/593.webp differ diff --git a/static/sprites-small/home/shiny/female/64.webp b/static/sprites-small/home/shiny/female/64.webp index e65024f..10a1269 100644 Binary files a/static/sprites-small/home/shiny/female/64.webp and b/static/sprites-small/home/shiny/female/64.webp differ diff --git a/static/sprites-small/home/shiny/female/65.webp b/static/sprites-small/home/shiny/female/65.webp index 6408343..c3a4b42 100644 Binary files a/static/sprites-small/home/shiny/female/65.webp and b/static/sprites-small/home/shiny/female/65.webp differ diff --git a/static/sprites-small/home/shiny/female/668.webp b/static/sprites-small/home/shiny/female/668.webp index c8b8955..25e46c0 100644 Binary files a/static/sprites-small/home/shiny/female/668.webp and b/static/sprites-small/home/shiny/female/668.webp differ diff --git a/static/sprites-small/home/shiny/female/678.webp b/static/sprites-small/home/shiny/female/678.webp index 1c9b65e..2051009 100644 Binary files a/static/sprites-small/home/shiny/female/678.webp and b/static/sprites-small/home/shiny/female/678.webp differ diff --git a/static/sprites-small/home/shiny/female/84.webp b/static/sprites-small/home/shiny/female/84.webp index cb9ab23..c5b0223 100644 Binary files a/static/sprites-small/home/shiny/female/84.webp and b/static/sprites-small/home/shiny/female/84.webp differ diff --git a/static/sprites-small/home/shiny/female/85.webp b/static/sprites-small/home/shiny/female/85.webp index 3df95bf..d513258 100644 Binary files a/static/sprites-small/home/shiny/female/85.webp and b/static/sprites-small/home/shiny/female/85.webp differ diff --git a/static/sprites-small/home/shiny/female/876.webp b/static/sprites-small/home/shiny/female/876.webp index abe3c69..3f7ab46 100644 Binary files a/static/sprites-small/home/shiny/female/876.webp and b/static/sprites-small/home/shiny/female/876.webp differ diff --git a/static/sprites-small/home/shiny/female/902.webp b/static/sprites-small/home/shiny/female/902.webp index fa74c46..14763ad 100644 Binary files a/static/sprites-small/home/shiny/female/902.webp and b/static/sprites-small/home/shiny/female/902.webp differ diff --git a/static/sprites-small/home/shiny/female/916.webp b/static/sprites-small/home/shiny/female/916.webp index d54fd4b..38ef78a 100644 Binary files a/static/sprites-small/home/shiny/female/916.webp and b/static/sprites-small/home/shiny/female/916.webp differ diff --git a/static/sprites-small/home/shiny/female/97.webp b/static/sprites-small/home/shiny/female/97.webp index 0fa78bd..4b5fe0c 100644 Binary files a/static/sprites-small/home/shiny/female/97.webp and b/static/sprites-small/home/shiny/female/97.webp differ diff --git a/static/sprites-small/manifest.json b/static/sprites-small/manifest.json index 09e4a79..22dba8f 100644 --- a/static/sprites-small/manifest.json +++ b/static/sprites-small/manifest.json @@ -1 +1 @@ -{"version":1,"files":[["0.webp",3938],["1.webp",6410],["10.webp",6648],["100.webp",5076],["1000.webp",9196],["10001.webp",9828],["10002.webp",8858],["10003.webp",9970],["10004.webp",5424],["10005.webp",5426],["10006.webp",7946],["10007.webp",14154],["10008.webp",6926],["10009.webp",6870],["1001.webp",10406],["10010.webp",5984],["10011.webp",6058],["10012.webp",6522],["10013.webp",6080],["10014.webp",4432],["10015.webp",5848],["10016.webp",6582],["10017.webp",6788],["10018.webp",6390],["10019.webp",10108],["1002.webp",9926],["10020.webp",9216],["10021.webp",9148],["10022.webp",10744],["10023.webp",10580],["10024.webp",9576],["10025.webp",7688],["10026.webp",9300],["10027.webp",5064],["10028.webp",6934],["10029.webp",7636],["1003.webp",9302],["10030.webp",6232],["10031.webp",8206],["10032.webp",9222],["10033.webp",10520],["10034.webp",12602],["10035.webp",12086],["10036.webp",8538],["10037.webp",11960],["10038.webp",9668],["10039.webp",9788],["1004.webp",7996],["10040.webp",11616],["10041.webp",11810],["10042.webp",9966],["10043.webp",8314],["10044.webp",8138],["10045.webp",10222],["10046.webp",12062],["10047.webp",8014],["10048.webp",10532],["10049.webp",12040],["1005.webp",12386],["10050.webp",11264],["10051.webp",7518],["10052.webp",11320],["10053.webp",8650],["10054.webp",10252],["10055.webp",10232],["10056.webp",10562],["10057.webp",10516],["10058.webp",10112],["10059.webp",10978],["1006.webp",10262],["10060.webp",10942],["10062.webp",9308],["10063.webp",6542],["10064.webp",10330],["10065.webp",9504],["10066.webp",9616],["10067.webp",5712],["10068.webp",9766],["10069.webp",7766],["1007.webp",14494],["10070.webp",8302],["10071.webp",6758],["10072.webp",10426],["10073.webp",11360],["10074.webp",9126],["10075.webp",12986],["10076.webp",11034],["10077.webp",11804],["10078.webp",9536],["10079.webp",17446],["1008.webp",9768],["10086.webp",12062],["10087.webp",8616],["10088.webp",10386],["10089.webp",8640],["1009.webp",11114],["10090.webp",12748],["10091.webp",6606],["10092.webp",7140],["10093.webp",8372],["10094.webp",6510],["10095.webp",6492],["10096.webp",6546],["10097.webp",6688],["10098.webp",6646],["10099.webp",6604],["101.webp",6226],["1010.webp",9462],["10100.webp",9088],["10101.webp",5336],["10102.webp",7708],["10103.webp",6136],["10104.webp",9654],["10105.webp",5298],["10106.webp",6982],["10107.webp",7288],["10108.webp",8078],["10109.webp",6056],["1011.webp",6548],["10110.webp",7230],["10111.webp",7150],["10112.webp",5530],["10113.webp",5772],["10114.webp",7772],["10115.webp",7762],["10116.webp",9758],["10117.webp",8372],["10118.webp",8810],["10119.webp",11858],["1012.webp",9928],["10120.webp",10772],["10121.webp",7176],["10122.webp",11470],["10123.webp",5352],["10124.webp",6684],["10125.webp",6956],["10126.webp",9746],["10127.webp",7778],["10128.webp",8604],["10129.webp",10950],["1013.webp",8636],["10130.webp",7976],["10131.webp",7976],["10132.webp",7976],["10133.webp",7976],["10134.webp",7976],["10135.webp",7976],["10136.webp",5362],["10137.webp",5224],["10138.webp",4844],["10139.webp",4962],["1014.webp",11214],["10140.webp",4724],["10141.webp",5646],["10142.webp",5194],["10143.webp",5296],["10145.webp",7238],["10146.webp",12716],["10147.webp",7562],["10148.webp",6618],["10149.webp",8590],["1015.webp",7752],["10150.webp",11960],["10152.webp",7208],["10153.webp",12118],["10154.webp",7308],["10155.webp",11078],["10156.webp",11616],["10157.webp",10142],["1016.webp",12086],["10160.webp",6586],["10161.webp",6994],["10162.webp",10074],["10163.webp",9888],["10164.webp",3892],["10165.webp",7140],["10166.webp",5106],["10167.webp",10066],["10168.webp",9548],["10169.webp",9902],["1017.webp",11644],["10170.webp",12554],["10171.webp",13404],["10172.webp",6284],["10173.webp",6908],["10174.webp",7496],["10175.webp",6054],["10176.webp",6084],["10177.webp",5936],["10178.webp",6578],["10179.webp",5552],["1018.webp",10526],["10180.webp",4764],["10181.webp",10326],["10184.webp",7216],["10185.webp",4052],["10186.webp",6814],["10188.webp",13284],["10189.webp",12172],["1019.webp",7586],["10190.webp",10810],["10191.webp",8494],["10192.webp",11252],["10193.webp",10016],["10194.webp",12698],["10195.webp",8410],["10196.webp",16800],["10197.webp",11168],["10198.webp",10296],["10199.webp",9530],["102.webp",6334],["1020.webp",12200],["10200.webp",7708],["10201.webp",11856],["10202.webp",8720],["10203.webp",12798],["10204.webp",9992],["10205.webp",8396],["10206.webp",8322],["10207.webp",10836],["10208.webp",10764],["10209.webp",12692],["1021.webp",10196],["10210.webp",11744],["10211.webp",6466],["10212.webp",12442],["10213.webp",7366],["10214.webp",10180],["10215.webp",10144],["10216.webp",9464],["10217.webp",9490],["10218.webp",10104],["10219.webp",14142],["1022.webp",10528],["10220.webp",12520],["10221.webp",11824],["10222.webp",10072],["10223.webp",7528],["10224.webp",9376],["10225.webp",9074],["10226.webp",11134],["10227.webp",11702],["10228.webp",14980],["10229.webp",8294],["1023.webp",8730],["10230.webp",8146],["10231.webp",5332],["10232.webp",5978],["10233.webp",8054],["10234.webp",6800],["10235.webp",8290],["10236.webp",8994],["10237.webp",7384],["10238.webp",5968],["10239.webp",10572],["1024.webp",7638],["10240.webp",10858],["10241.webp",5750],["10242.webp",7344],["10243.webp",7176],["10244.webp",11338],["10245.webp",11476],["10246.webp",8964],["10247.webp",7854],["10248.webp",6296],["10249.webp",8980],["1025.webp",6484],["10250.webp",7228],["10251.webp",9960],["10252.webp",6560],["10253.webp",9074],["10254.webp",9572],["10255.webp",8938],["10256.webp",9218],["10257.webp",6026],["10258.webp",5244],["10259.webp",4662],["10260.webp",8422],["10261.webp",8400],["10262.webp",7856],["10263.webp",9254],["10272.webp",9646],["10273.webp",10988],["10274.webp",10948],["10275.webp",10154],["10276.webp",7782],["10277.webp",11984],["103.webp",11066],["104.webp",5984],["105.webp",7416],["106.webp",6318],["107.webp",6718],["108.webp",6656],["109.webp",9900],["11.webp",4262],["110.webp",8630],["111.webp",6668],["112.webp",6994],["113.webp",6118],["114.webp",8796],["115.webp",8384],["116.webp",6864],["117.webp",7326],["118.webp",4460],["119.webp",8304],["12.webp",10154],["120.webp",7122],["121.webp",7882],["122.webp",11568],["123.webp",10806],["124.webp",8494],["125.webp",9386],["126.webp",10090],["127.webp",9108],["128.webp",10258],["129.webp",9188],["13.webp",5404],["130.webp",10922],["131.webp",7348],["132.webp",4472],["133.webp",6716],["134.webp",8898],["135.webp",9754],["136.webp",8270],["137.webp",6936],["138.webp",6468],["139.webp",9464],["14.webp",4096],["140.webp",5632],["141.webp",10276],["142.webp",7502],["143.webp",6654],["144.webp",12384],["145.webp",11412],["146.webp",7972],["147.webp",6164],["148.webp",7204],["149.webp",9444],["15.webp",11410],["150.webp",8926],["151.webp",7064],["152.webp",4856],["153.webp",6868],["154.webp",6810],["155.webp",7068],["156.webp",6820],["157.webp",8066],["158.webp",5526],["159.webp",7178],["16.webp",6228],["160.webp",9598],["161.webp",4186],["162.webp",6590],["163.webp",7492],["164.webp",7026],["165.webp",8118],["166.webp",7968],["167.webp",6540],["168.webp",8854],["169.webp",7254],["17.webp",8500],["170.webp",8368],["171.webp",6732],["172.webp",6870],["173.webp",4848],["174.webp",4936],["175.webp",6420],["176.webp",6178],["177.webp",7310],["178.webp",7534],["179.webp",7322],["18.webp",8980],["180.webp",6236],["181.webp",7040],["182.webp",7288],["183.webp",7230],["184.webp",9764],["185.webp",9656],["186.webp",7412],["187.webp",6944],["188.webp",5636],["189.webp",6044],["19.webp",7492],["190.webp",8504],["191.webp",7596],["192.webp",7444],["193.webp",8112],["194.webp",7302],["195.webp",6050],["196.webp",8110],["197.webp",8362],["198.webp",7528],["199.webp",6138],["2.webp",8880],["20.webp",9388],["200.webp",6864],["201-a.webp",5002],["201-b.webp",5680],["201-c.webp",8078],["201-d.webp",6800],["201-e.webp",5756],["201-exclamation.webp",4030],["201-f.webp",6512],["201-g.webp",5128],["201-h.webp",9650],["201-i.webp",4146],["201-j.webp",5162],["201-k.webp",4910],["201-l.webp",4832],["201-m.webp",9236],["201-n.webp",8360],["201-o.webp",9702],["201-p.webp",4658],["201-q.webp",4996],["201-question.webp",4698],["201-r.webp",5104],["201-s.webp",5736],["201-t.webp",5168],["201-u.webp",7414],["201-v.webp",6262],["201-w.webp",6104],["201-x.webp",6192],["201-y.webp",5142],["201-z.webp",4818],["201.webp",5002],["202.webp",6974],["203.webp",7930],["204.webp",6922],["205.webp",6160],["206.webp",6814],["207.webp",9492],["208.webp",7226],["209.webp",6766],["21.webp",8134],["210.webp",7158],["211.webp",7794],["212.webp",9842],["213.webp",5910],["214.webp",8728],["215.webp",9230],["216.webp",5808],["217.webp",6852],["218.webp",6822],["219.webp",7440],["22.webp",10078],["220.webp",5010],["221.webp",6210],["222.webp",6278],["223.webp",6362],["224.webp",7004],["225.webp",7566],["226.webp",6144],["227.webp",7252],["228.webp",6416],["229.webp",10098],["23.webp",7474],["230.webp",8992],["231.webp",6444],["232.webp",5498],["233.webp",7548],["234.webp",8670],["235.webp",9014],["236.webp",7476],["237.webp",9784],["238.webp",6040],["239.webp",5318],["24.webp",8008],["240.webp",5994],["241.webp",8332],["242.webp",6366],["243.webp",9634],["244.webp",10128],["245.webp",11842],["246.webp",4468],["247.webp",6580],["248.webp",7254],["249.webp",9028],["25.webp",7280],["250.webp",11838],["251.webp",6984],["252.webp",7666],["253.webp",10764],["254.webp",9442],["255.webp",5284],["256.webp",8622],["257.webp",7856],["258.webp",6314],["259.webp",6404],["26.webp",8334],["260.webp",8308],["261.webp",6490],["262.webp",9300],["263.webp",5578],["264.webp",4362],["265.webp",6564],["266.webp",5588],["267.webp",10156],["268.webp",5896],["269.webp",7078],["27.webp",6688],["270.webp",6596],["271.webp",8504],["272.webp",7576],["273.webp",4940],["274.webp",8852],["275.webp",8140],["276.webp",6676],["277.webp",8892],["278.webp",4562],["279.webp",7068],["28.webp",8466],["280.webp",4514],["281.webp",6992],["282.webp",6986],["283.webp",5246],["284.webp",7730],["285.webp",5062],["286.webp",8180],["287.webp",5488],["288.webp",5776],["289.webp",6456],["29.webp",6386],["290.webp",4340],["291.webp",7716],["292.webp",8324],["293.webp",5642],["294.webp",9928],["295.webp",8492],["296.webp",6996],["297.webp",9278],["298.webp",7308],["299.webp",6250],["3.webp",8804],["30.webp",6744],["300.webp",6916],["301.webp",8496],["302.webp",6812],["303.webp",6814],["304.webp",5370],["305.webp",7270],["306.webp",8758],["307.webp",7782],["308.webp",6306],["309.webp",7008],["31.webp",8726],["310.webp",7576],["311.webp",6332],["312.webp",5610],["313.webp",7392],["314.webp",6382],["315.webp",7082],["316.webp",4846],["317.webp",6420],["318.webp",7580],["319.webp",6540],["32.webp",6788],["320.webp",4618],["321.webp",5082],["322.webp",6452],["323.webp",7482],["324.webp",10188],["325.webp",4190],["326.webp",8646],["327.webp",7508],["328.webp",5646],["329.webp",8512],["33.webp",8566],["330.webp",10168],["331.webp",6224],["332.webp",8316],["333.webp",5710],["334.webp",9106],["335.webp",6870],["336.webp",10232],["337.webp",6632],["338.webp",8176],["339.webp",5222],["34.webp",8884],["340.webp",9914],["341.webp",9220],["342.webp",9704],["343.webp",5908],["344.webp",7322],["345.webp",9514],["346.webp",8350],["347.webp",7764],["348.webp",9280],["349.webp",7326],["35.webp",5360],["350.webp",11116],["351.webp",3850],["352.webp",7314],["353.webp",5678],["354.webp",8734],["355.webp",5760],["356.webp",5994],["357.webp",9956],["358.webp",4006],["359.webp",7790],["36.webp",7250],["360.webp",7028],["361.webp",5896],["362.webp",7312],["363.webp",5808],["364.webp",6124],["365.webp",7134],["366.webp",7232],["367.webp",8518],["368.webp",6548],["369.webp",6706],["37.webp",6986],["370.webp",4300],["371.webp",5302],["372.webp",5780],["373.webp",11292],["374.webp",5038],["375.webp",8038],["376.webp",6526],["377.webp",8472],["378.webp",7544],["379.webp",7544],["38.webp",7842],["380.webp",7450],["381.webp",6646],["382.webp",7394],["383.webp",9028],["384.webp",11154],["385.webp",6466],["386.webp",9008],["387.webp",6028],["388.webp",9400],["389.webp",9124],["39.webp",5566],["390.webp",6738],["391.webp",9532],["392.webp",11536],["393.webp",5512],["394.webp",7368],["395.webp",8018],["396.webp",6110],["397.webp",6874],["398.webp",8656],["399.webp",6064],["4.webp",7784],["40.webp",7148],["400.webp",6864],["401.webp",5822],["402.webp",9552],["403.webp",7062],["404.webp",9768],["405.webp",10192],["406.webp",4576],["407.webp",7086],["408.webp",6588],["409.webp",6588],["41.webp",8468],["410.webp",6330],["411.webp",7180],["412-plant.webp",4834],["412-sandy.webp",4126],["412-trash.webp",4340],["412.webp",4834],["413-plant.webp",5632],["413-sandy.webp",5424],["413-trash.webp",5426],["413.webp",5670],["414.webp",6540],["415.webp",5840],["416.webp",9094],["417.webp",5930],["418.webp",5488],["419.webp",7008],["42.webp",8370],["420.webp",6934],["421-overcast.webp",5096],["421-sunshine.webp",6370],["421.webp",5096],["422-east.webp",6166],["422-west.webp",4922],["422.webp",4922],["423-east.webp",7866],["423-west.webp",7028],["423.webp",7028],["424.webp",9980],["425.webp",5810],["426.webp",8144],["427.webp",4516],["428.webp",7758],["429.webp",7038],["43.webp",6900],["430.webp",7912],["431.webp",8570],["432.webp",9724],["433.webp",6314],["434.webp",8090],["435.webp",7090],["436.webp",7058],["437.webp",5512],["438.webp",5570],["439.webp",6110],["44.webp",9046],["440.webp",4852],["441.webp",6772],["442.webp",9028],["443.webp",7438],["444.webp",9288],["445.webp",10306],["446.webp",6038],["447.webp",7342],["448.webp",8284],["449.webp",6020],["45.webp",7920],["450.webp",6826],["451.webp",7594],["452.webp",7388],["453.webp",8056],["454.webp",8448],["455.webp",8308],["456.webp",6370],["457.webp",8196],["458.webp",7114],["459.webp",6336],["46.webp",6898],["460.webp",8992],["461.webp",9594],["462.webp",6778],["463.webp",5806],["464.webp",7846],["465.webp",7590],["466.webp",10650],["467.webp",10308],["468.webp",4206],["469.webp",10718],["47.webp",8948],["470.webp",10418],["471.webp",7820],["472.webp",7608],["473.webp",7492],["474.webp",7086],["475.webp",7648],["476.webp",6766],["477.webp",8160],["478.webp",5780],["479.webp",5778],["48.webp",8132],["480.webp",8320],["481.webp",7834],["482.webp",7346],["483.webp",12032],["484.webp",10482],["485.webp",7858],["486.webp",9738],["487.webp",11296],["488.webp",9348],["489.webp",6386],["49.webp",6284],["490.webp",5324],["491.webp",10172],["492.webp",6016],["493-bug.webp",9350],["493-dark.webp",9160],["493-dragon.webp",9786],["493-electric.webp",9512],["493-fairy.webp",9050],["493-fighting.webp",9698],["493-fire.webp",9694],["493-flying.webp",8994],["493-ghost.webp",9738],["493-grass.webp",9530],["493-ground.webp",9752],["493-ice.webp",9590],["493-poison.webp",9638],["493-psychic.webp",9546],["493-rock.webp",9256],["493-steel.webp",8734],["493-unknown.webp",9446],["493-water.webp",10028],["493.webp",9446],["494.webp",6232],["495.webp",7306],["496.webp",7906],["497.webp",9622],["498.webp",6956],["499.webp",9084],["5.webp",8776],["50.webp",3824],["500.webp",11500],["501.webp",5876],["502.webp",7142],["503.webp",9642],["504.webp",7320],["505.webp",6546],["506.webp",6870],["507.webp",9814],["508.webp",7506],["509.webp",6474],["51.webp",5406],["510.webp",10172],["511.webp",8936],["512.webp",10046],["513.webp",7532],["514.webp",10290],["515.webp",8842],["516.webp",10426],["517.webp",5386],["518.webp",7868],["519.webp",6194],["52.webp",8450],["520.webp",7486],["521.webp",8660],["522.webp",6452],["523.webp",9366],["524.webp",5076],["525.webp",7604],["526.webp",8512],["527.webp",5062],["528.webp",7706],["529.webp",6058],["53.webp",8526],["530.webp",6858],["531.webp",7636],["532.webp",5484],["533.webp",7308],["534.webp",7028],["535.webp",5576],["536.webp",6880],["537.webp",9220],["538.webp",7904],["539.webp",9562],["54.webp",6258],["540.webp",5982],["541.webp",5480],["542.webp",5818],["543.webp",6362],["544.webp",6254],["545.webp",9270],["546.webp",5030],["547.webp",6114],["548.webp",5262],["549.webp",7700],["55.webp",8638],["550.webp",6204],["551.webp",5964],["552.webp",7816],["553.webp",9826],["554.webp",8100],["555.webp",8616],["556.webp",8932],["557.webp",6596],["558.webp",7350],["559.webp",6028],["56.webp",7012],["560.webp",7140],["561.webp",11444],["562.webp",5490],["563.webp",11030],["564.webp",4994],["565.webp",8062],["566.webp",7920],["567.webp",10096],["568.webp",6190],["569.webp",9842],["57.webp",8978],["570.webp",6164],["571.webp",9458],["572.webp",6684],["573.webp",6580],["574.webp",5644],["575.webp",6026],["576.webp",8566],["577.webp",6418],["578.webp",7550],["579.webp",7354],["58.webp",7248],["580.webp",6646],["581.webp",6608],["582.webp",4706],["583.webp",4904],["584.webp",7324],["585-autumn.webp",6468],["585-spring.webp",6178],["585-summer.webp",6648],["585-winter.webp",6474],["585.webp",6178],["586-autumn.webp",10548],["586-spring.webp",7626],["586-summer.webp",9878],["586-winter.webp",7646],["586.webp",7626],["587.webp",5912],["588.webp",5480],["589.webp",8122],["59.webp",9898],["590.webp",5252],["591.webp",6760],["592.webp",7700],["593.webp",9042],["594.webp",4404],["595.webp",6042],["596.webp",8990],["597.webp",6670],["598.webp",8090],["599.webp",6242],["6.webp",11772],["60.webp",5966],["600.webp",7532],["601.webp",6588],["602.webp",4270],["603.webp",8146],["604.webp",7996],["605.webp",5762],["606.webp",7270],["607.webp",4094],["608.webp",8028],["609.webp",12090],["61.webp",8124],["610.webp",4704],["611.webp",8554],["612.webp",9586],["613.webp",5012],["614.webp",6894],["615.webp",9736],["616.webp",6224],["617.webp",7762],["618.webp",4524],["619.webp",8144],["62.webp",6980],["620.webp",7620],["621.webp",12000],["622.webp",9106],["623.webp",11338],["624.webp",6808],["625.webp",7482],["626.webp",6654],["627.webp",6042],["628.webp",11566],["629.webp",6182],["63.webp",7662],["630.webp",7362],["631.webp",9018],["632.webp",6378],["633.webp",5050],["634.webp",9990],["635.webp",11974],["636.webp",8362],["637.webp",8192],["638.webp",8200],["639.webp",8164],["64.webp",9320],["640.webp",8266],["641.webp",7178],["642.webp",7370],["643.webp",11148],["644.webp",9166],["645.webp",7598],["646.webp",10776],["647.webp",9902],["648.webp",6782],["649-burn.webp",9112],["649-chill.webp",9066],["649-douse.webp",9108],["649-shock.webp",9086],["649.webp",9114],["65.webp",10908],["650.webp",7554],["651.webp",8188],["652.webp",8808],["653.webp",6006],["654.webp",8444],["655.webp",8978],["656.webp",8328],["657.webp",9082],["658.webp",7870],["659.webp",5906],["66.webp",6364],["660.webp",9414],["661.webp",6718],["662.webp",8998],["663.webp",7244],["664.webp",5354],["665.webp",6348],["666-archipelago.webp",9152],["666-continental.webp",9148],["666-elegant.webp",8756],["666-fancy.webp",9270],["666-garden.webp",9024],["666-high-plains.webp",9278],["666-icy-snow.webp",7690],["666-jungle.webp",8374],["666-marine.webp",8914],["666-meadow.webp",9026],["666-modern.webp",9228],["666-monsoon.webp",8502],["666-ocean.webp",9670],["666-poke-ball.webp",8764],["666-polar.webp",8848],["666-river.webp",8764],["666-sandstorm.webp",8388],["666-savanna.webp",9704],["666-sun.webp",9356],["666-tundra.webp",8422],["666.webp",9026],["667.webp",8430],["668.webp",10056],["669-blue.webp",8500],["669-orange.webp",8280],["669-red.webp",8372],["669-white.webp",8010],["669-yellow.webp",8162],["669.webp",8372],["67.webp",8362],["670-blue.webp",7240],["670-orange.webp",6980],["670-red.webp",7120],["670-white.webp",6870],["670-yellow.webp",6940],["670.webp",7120],["671-blue.webp",11178],["671-orange.webp",10744],["671-red.webp",10790],["671-white.webp",10304],["671-yellow.webp",10470],["671.webp",10790],["672.webp",8470],["673.webp",10318],["674.webp",5366],["675.webp",7370],["676-dandy.webp",8028],["676-debutante.webp",8040],["676-diamond.webp",7210],["676-heart.webp",7936],["676-kabuki.webp",8604],["676-la-reine.webp",7948],["676-matron.webp",8082],["676-natural.webp",7680],["676-pharaoh.webp",7954],["676-star.webp",7712],["676.webp",7680],["677.webp",5534],["678.webp",9346],["679.webp",8198],["68.webp",10140],["680.webp",11554],["681.webp",8550],["682.webp",5914],["683.webp",8082],["684.webp",4252],["685.webp",6086],["686.webp",6740],["687.webp",8896],["688.webp",7856],["689.webp",10832],["69.webp",7286],["690.webp",8676],["691.webp",10190],["692.webp",6304],["693.webp",5770],["694.webp",6452],["695.webp",6590],["696.webp",8084],["697.webp",9168],["698.webp",6062],["699.webp",9558],["7.webp",6372],["70.webp",6046],["700.webp",8814],["701.webp",8396],["702.webp",9170],["703.webp",6072],["704.webp",6170],["705.webp",6108],["706.webp",7590],["707.webp",7306],["708.webp",7170],["709.webp",13322],["71.webp",8918],["710.webp",6136],["711.webp",7106],["712.webp",5562],["713.webp",8594],["714.webp",8528],["715.webp",11638],["716-active.webp",11134],["716-neutral.webp",10246],["716.webp",10246],["717.webp",11214],["718.webp",11774],["719.webp",6224],["72.webp",6618],["720.webp",8252],["721.webp",9642],["722.webp",5918],["723.webp",8104],["724.webp",8602],["725.webp",6374],["726.webp",9990],["727.webp",8138],["728.webp",7802],["729.webp",5932],["73.webp",14014],["730.webp",9360],["731.webp",7574],["732.webp",8522],["733.webp",8056],["734.webp",5162],["735.webp",6196],["736.webp",4488],["737.webp",4584],["738.webp",9730],["739.webp",7216],["74.webp",4228],["740.webp",7044],["741.webp",6868],["742.webp",7932],["743.webp",10052],["744.webp",6394],["745.webp",8272],["746.webp",4734],["747.webp",7138],["748.webp",7544],["749.webp",7326],["75.webp",4984],["750.webp",10384],["751.webp",8330],["752.webp",11712],["753.webp",5286],["754.webp",7336],["755.webp",4616],["756.webp",6762],["757.webp",6064],["758.webp",9196],["759.webp",6620],["76.webp",6882],["760.webp",7542],["761.webp",6134],["762.webp",7180],["763.webp",7754],["764.webp",8588],["765.webp",8750],["766.webp",8046],["767.webp",6110],["768.webp",9748],["769.webp",4894],["77.webp",9070],["770.webp",6226],["771.webp",5350],["772.webp",9782],["773-bug.webp",8966],["773-dark.webp",8914],["773-dragon.webp",9132],["773-electric.webp",9036],["773-fairy.webp",8744],["773-fighting.webp",9212],["773-fire.webp",9270],["773-flying.webp",9296],["773-ghost.webp",8908],["773-grass.webp",9154],["773-ground.webp",9248],["773-ice.webp",8714],["773-normal.webp",8646],["773-poison.webp",9090],["773-psychic.webp",9080],["773-rock.webp",8842],["773-steel.webp",8908],["773-water.webp",9058],["773.webp",8646],["774.webp",5820],["775.webp",5958],["776.webp",9400],["777.webp",5424],["778.webp",6272],["779.webp",5976],["78.webp",11300],["780.webp",7690],["781.webp",11580],["782.webp",6762],["783.webp",8684],["784.webp",10844],["785.webp",10676],["786.webp",7550],["787.webp",7978],["788.webp",7954],["789.webp",7388],["79.webp",6618],["790.webp",7022],["791.webp",12606],["792.webp",14154],["793.webp",6736],["794.webp",10786],["795.webp",10910],["796.webp",10832],["797.webp",11450],["798.webp",5974],["799.webp",11800],["8.webp",7882],["80.webp",7476],["800.webp",11380],["801.webp",6922],["802.webp",5458],["803.webp",5758],["804.webp",6942],["805.webp",11012],["806.webp",9934],["807.webp",10286],["808.webp",6880],["809.webp",7774],["81.webp",5954],["810.webp",7114],["811.webp",6606],["812.webp",10304],["813.webp",5270],["814.webp",8082],["815.webp",6354],["816.webp",5530],["817.webp",7476],["818.webp",8510],["819.webp",5178],["82.webp",11346],["820.webp",7548],["821.webp",5950],["822.webp",10130],["823.webp",7574],["824.webp",6026],["825.webp",6016],["826.webp",9010],["827.webp",8178],["828.webp",9046],["829.webp",7268],["83.webp",7078],["830.webp",5326],["831.webp",5298],["832.webp",7572],["833.webp",5318],["834.webp",6364],["835.webp",5574],["836.webp",7196],["837.webp",4770],["838.webp",5748],["839.webp",7660],["84.webp",6462],["840.webp",5700],["841.webp",7850],["842.webp",5876],["843.webp",6306],["844.webp",6242],["845-gorging.webp",9396],["845-gulping.webp",8192],["845.webp",7662],["846.webp",4944],["847.webp",5986],["848.webp",5982],["849.webp",9208],["85.webp",11034],["850.webp",4086],["851.webp",9938],["852.webp",6020],["853.webp",8900],["854.webp",6130],["855.webp",6742],["856.webp",4686],["857.webp",5616],["858.webp",6490],["859.webp",7830],["86.webp",5664],["860.webp",9934],["861.webp",10032],["862.webp",7270],["863.webp",9806],["864.webp",11304],["865.webp",5396],["866.webp",11138],["867.webp",9486],["868.webp",4672],["869-caramel-swirl-berry-sweet.webp",5950],["869-caramel-swirl-clover-sweet.webp",5960],["869-caramel-swirl-flower-sweet.webp",6086],["869-caramel-swirl-love-sweet.webp",5586],["869-caramel-swirl-ribbon-sweet.webp",5650],["869-caramel-swirl-star-sweet.webp",5758],["869-caramel-swirl-strawberry-sweet.webp",5604],["869-lemon-cream-berry-sweet.webp",5882],["869-lemon-cream-clover-sweet.webp",5934],["869-lemon-cream-flower-sweet.webp",5996],["869-lemon-cream-love-sweet.webp",5584],["869-lemon-cream-ribbon-sweet.webp",5634],["869-lemon-cream-star-sweet.webp",5698],["869-lemon-cream-strawberry-sweet.webp",5616],["869-matcha-cream-berry-sweet.webp",5758],["869-matcha-cream-clover-sweet.webp",5852],["869-matcha-cream-flower-sweet.webp",5996],["869-matcha-cream-love-sweet.webp",5508],["869-matcha-cream-ribbon-sweet.webp",5514],["869-matcha-cream-star-sweet.webp",5734],["869-matcha-cream-strawberry-sweet.webp",5548],["869-mint-cream-berry-sweet.webp",5768],["869-mint-cream-clover-sweet.webp",5908],["869-mint-cream-flower-sweet.webp",6044],["869-mint-cream-love-sweet.webp",5564],["869-mint-cream-ribbon-sweet.webp",5518],["869-mint-cream-star-sweet.webp",5792],["869-mint-cream-strawberry-sweet.webp",5614],["869-rainbow-swirl-berry-sweet.webp",6436],["869-rainbow-swirl-clover-sweet.webp",6588],["869-rainbow-swirl-flower-sweet.webp",6632],["869-rainbow-swirl-love-sweet.webp",6258],["869-rainbow-swirl-ribbon-sweet.webp",6340],["869-rainbow-swirl-star-sweet.webp",6268],["869-rainbow-swirl-strawberry-sweet.webp",6230],["869-ruby-cream-berry-sweet.webp",5790],["869-ruby-cream-clover-sweet.webp",5860],["869-ruby-cream-flower-sweet.webp",5888],["869-ruby-cream-love-sweet.webp",5426],["869-ruby-cream-ribbon-sweet.webp",5404],["869-ruby-cream-star-sweet.webp",5654],["869-ruby-cream-strawberry-sweet.webp",5490],["869-ruby-swirl-berry-sweet.webp",5950],["869-ruby-swirl-clover-sweet.webp",6078],["869-ruby-swirl-flower-sweet.webp",6130],["869-ruby-swirl-love-sweet.webp",5690],["869-ruby-swirl-ribbon-sweet.webp",5814],["869-ruby-swirl-star-sweet.webp",5804],["869-ruby-swirl-strawberry-sweet.webp",5678],["869-salted-cream-berry-sweet.webp",5600],["869-salted-cream-clover-sweet.webp",5646],["869-salted-cream-flower-sweet.webp",5776],["869-salted-cream-love-sweet.webp",5360],["869-salted-cream-ribbon-sweet.webp",5332],["869-salted-cream-star-sweet.webp",5548],["869-salted-cream-strawberry-sweet.webp",5468],["869-vanilla-cream-berry-sweet.webp",5824],["869-vanilla-cream-clover-sweet.webp",6014],["869-vanilla-cream-flower-sweet.webp",6104],["869-vanilla-cream-love-sweet.webp",5486],["869-vanilla-cream-ribbon-sweet.webp",5546],["869-vanilla-cream-star-sweet.webp",5682],["869-vanilla-cream-strawberry-sweet.webp",5484],["869.webp",5484],["87.webp",6578],["870.webp",8498],["871.webp",5982],["872.webp",3956],["873.webp",7808],["874.webp",8710],["875.webp",5196],["876.webp",6242],["877-hangry.webp",4920],["877.webp",5662],["878.webp",8044],["879.webp",10710],["88.webp",5214],["880.webp",7862],["881.webp",8372],["882.webp",9826],["883.webp",8330],["884.webp",7420],["885.webp",5572],["886.webp",8236],["887.webp",11108],["888.webp",9742],["889.webp",11996],["89.webp",4894],["890.webp",13910],["891.webp",6140],["892.webp",8700],["893-dada.webp",11252],["893.webp",11026],["894.webp",6690],["895.webp",7722],["896.webp",8266],["897.webp",10524],["898.webp",5580],["899.webp",9378],["9.webp",7566],["90.webp",6402],["900.webp",11594],["901.webp",7964],["902.webp",7044],["903.webp",9670],["904.webp",7552],["905.webp",8604],["906.webp",10622],["907.webp",9638],["908.webp",10254],["909.webp",7958],["91.webp",8204],["910.webp",9718],["911.webp",9220],["912.webp",8082],["913.webp",8608],["914.webp",11118],["915.webp",7124],["916.webp",8030],["917.webp",10854],["918.webp",12926],["919.webp",9086],["92.webp",8194],["920.webp",7830],["921.webp",9430],["922.webp",8312],["923.webp",8840],["924.webp",7552],["925.webp",7670],["926.webp",7180],["927.webp",10180],["928.webp",6650],["929.webp",8730],["93.webp",8506],["930.webp",10056],["931.webp",8360],["932.webp",6550],["933.webp",7370],["934.webp",8852],["935.webp",7368],["936.webp",9334],["937.webp",10436],["938.webp",6148],["939.webp",7422],["94.webp",7118],["940.webp",9032],["941.webp",6776],["942.webp",7256],["943.webp",7354],["944.webp",6488],["945.webp",10940],["946.webp",15140],["947.webp",16836],["948.webp",7594],["949.webp",12392],["95.webp",7852],["950.webp",10120],["951.webp",7688],["952.webp",10360],["953.webp",7614],["954.webp",9490],["955.webp",8574],["956.webp",9840],["957.webp",7700],["958.webp",8666],["959.webp",10700],["96.webp",6716],["960.webp",5258],["961.webp",7910],["962.webp",8786],["963.webp",6528],["964.webp",6514],["965.webp",7728],["966.webp",8362],["967.webp",9218],["968.webp",6692],["969.webp",5890],["97.webp",8590],["970.webp",5746],["971.webp",8146],["972.webp",9244],["973.webp",5398],["974.webp",6976],["975.webp",6794],["976.webp",8164],["977.webp",9086],["978.webp",7990],["979.webp",12994],["98.webp",7432],["980.webp",4514],["981.webp",7326],["982.webp",8186],["983.webp",8564],["984.webp",7868],["985.webp",9068],["986.webp",9864],["987.webp",8660],["988.webp",9240],["989.webp",12798],["99.webp",7568],["990.webp",8332],["991.webp",10886],["992.webp",8134],["993.webp",13592],["994.webp",12202],["995.webp",9552],["996.webp",9022],["997.webp",8710],["998.webp",7916],["999.webp",9212],["female/10235.webp",7950],["female/111.webp",6652],["female/112.webp",7038],["female/118.webp",4364],["female/119.webp",8176],["female/12.webp",10116],["female/123.webp",10908],["female/129.webp",9130],["female/130.webp",10816],["female/133.webp",6770],["female/154.webp",6646],["female/165.webp",7656],["female/166.webp",7508],["female/178.webp",7540],["female/185.webp",9496],["female/186.webp",7364],["female/19.webp",7338],["female/190.webp",8620],["female/194.webp",6300],["female/195.webp",6060],["female/198.webp",7290],["female/20.webp",8938],["female/202.webp",6972],["female/203.webp",7916],["female/207.webp",9454],["female/208.webp",7218],["female/212.webp",9962],["female/214.webp",8016],["female/215.webp",8680],["female/217.webp",7024],["female/221.webp",6080],["female/224.webp",6938],["female/229.webp",9680],["female/232.webp",5200],["female/25.webp",7218],["female/255.webp",5284],["female/256.webp",8256],["female/257.webp",7872],["female/26.webp",8092],["female/267.webp",10082],["female/269.webp",6866],["female/272.webp",7624],["female/274.webp",8488],["female/275.webp",7524],["female/3.webp",8754],["female/307.webp",7832],["female/308.webp",6200],["female/315.webp",7132],["female/316.webp",4568],["female/317.webp",6066],["female/322.webp",6664],["female/323.webp",7674],["female/332.webp",8316],["female/350.webp",11546],["female/369.webp",6628],["female/396.webp",6092],["female/397.webp",6860],["female/398.webp",8662],["female/399.webp",6112],["female/400.webp",6820],["female/401.webp",5746],["female/402.webp",9702],["female/403.webp",6900],["female/404.webp",9534],["female/405.webp",9698],["female/407.webp",7240],["female/41.webp",8472],["female/415.webp",5894],["female/417.webp",5898],["female/418.webp",5494],["female/419.webp",7012],["female/42.webp",8316],["female/424.webp",10332],["female/44.webp",8966],["female/443.webp",7352],["female/444.webp",9254],["female/445.webp",10262],["female/449.webp",5978],["female/45.webp",8152],["female/450.webp",6486],["female/453.webp",8102],["female/454.webp",8458],["female/456.webp",6484],["female/457.webp",8710],["female/459.webp",6308],["female/460.webp",8986],["female/461.webp",9374],["female/464.webp",7792],["female/465.webp",7570],["female/473.webp",7140],["female/521.webp",5536],["female/592.webp",8112],["female/593.webp",7900],["female/64.webp",9134],["female/65.webp",9616],["female/668.webp",10754],["female/678.webp",7688],["female/84.webp",6384],["female/85.webp",10908],["female/876.webp",6814],["female/902.webp",6296],["female/916.webp",7322],["female/97.webp",8566],["shiny/1.webp",6114],["shiny/10.webp",6350],["shiny/100.webp",4978],["shiny/1000.webp",9340],["shiny/10001.webp",9554],["shiny/10002.webp",8600],["shiny/10003.webp",9738],["shiny/10004.webp",5466],["shiny/10005.webp",5480],["shiny/10006.webp",7882],["shiny/10007.webp",13964],["shiny/10008.webp",6564],["shiny/10009.webp",6300],["shiny/1001.webp",10622],["shiny/10010.webp",5676],["shiny/10011.webp",5966],["shiny/10012.webp",6196],["shiny/10013.webp",6150],["shiny/10014.webp",4400],["shiny/10015.webp",6182],["shiny/10016.webp",6778],["shiny/10017.webp",7090],["shiny/10018.webp",6178],["shiny/10019.webp",10264],["shiny/1002.webp",9694],["shiny/10020.webp",9358],["shiny/10021.webp",9264],["shiny/10022.webp",10472],["shiny/10023.webp",10896],["shiny/10024.webp",9102],["shiny/10025.webp",6838],["shiny/10026.webp",9308],["shiny/10027.webp",4918],["shiny/10028.webp",6534],["shiny/10029.webp",7210],["shiny/1003.webp",9070],["shiny/10030.webp",6232],["shiny/10031.webp",8246],["shiny/10032.webp",9266],["shiny/10033.webp",10252],["shiny/10034.webp",12744],["shiny/10035.webp",11490],["shiny/10036.webp",8046],["shiny/10037.webp",12002],["shiny/10038.webp",8496],["shiny/10039.webp",9204],["shiny/1004.webp",7684],["shiny/10040.webp",11474],["shiny/10041.webp",11092],["shiny/10042.webp",10336],["shiny/10043.webp",7868],["shiny/10044.webp",7984],["shiny/10045.webp",9718],["shiny/10046.webp",12512],["shiny/10047.webp",7422],["shiny/10048.webp",10774],["shiny/10049.webp",11706],["shiny/1005.webp",12426],["shiny/10050.webp",11124],["shiny/10051.webp",7610],["shiny/10052.webp",11748],["shiny/10053.webp",9112],["shiny/10054.webp",10720],["shiny/10055.webp",10010],["shiny/10056.webp",10788],["shiny/10057.webp",10088],["shiny/10058.webp",10010],["shiny/10059.webp",10892],["shiny/1006.webp",9518],["shiny/10060.webp",11178],["shiny/10062.webp",9424],["shiny/10063.webp",6674],["shiny/10064.webp",9576],["shiny/10065.webp",9190],["shiny/10066.webp",8964],["shiny/10067.webp",6132],["shiny/10068.webp",9246],["shiny/10069.webp",7486],["shiny/1007.webp",13654],["shiny/10070.webp",7718],["shiny/10071.webp",6500],["shiny/10072.webp",10652],["shiny/10073.webp",10864],["shiny/10074.webp",8776],["shiny/10075.webp",13556],["shiny/10076.webp",10446],["shiny/10077.webp",11534],["shiny/10078.webp",8992],["shiny/10079.webp",17140],["shiny/1008.webp",9604],["shiny/10086.webp",11798],["shiny/10087.webp",7866],["shiny/10088.webp",9724],["shiny/10089.webp",8286],["shiny/1009.webp",11124],["shiny/10090.webp",12240],["shiny/10091.webp",6888],["shiny/10092.webp",7250],["shiny/10093.webp",8600],["shiny/101.webp",6194],["shiny/1010.webp",8984],["shiny/10100.webp",9162],["shiny/10101.webp",5268],["shiny/10102.webp",7910],["shiny/10103.webp",6174],["shiny/10104.webp",9560],["shiny/10105.webp",5228],["shiny/10106.webp",7160],["shiny/10107.webp",7542],["shiny/10108.webp",8260],["shiny/10109.webp",6516],["shiny/1011.webp",6334],["shiny/10110.webp",7698],["shiny/10111.webp",7460],["shiny/10112.webp",5272],["shiny/10113.webp",5606],["shiny/10114.webp",7706],["shiny/10115.webp",7714],["shiny/10116.webp",9204],["shiny/10117.webp",7942],["shiny/10118.webp",8056],["shiny/10119.webp",11498],["shiny/1012.webp",9994],["shiny/10120.webp",10174],["shiny/10121.webp",6914],["shiny/10122.webp",10556],["shiny/10123.webp",5018],["shiny/10124.webp",6744],["shiny/10125.webp",6862],["shiny/10126.webp",9666],["shiny/10127.webp",7970],["shiny/10128.webp",8206],["shiny/10129.webp",10950],["shiny/1013.webp",8600],["shiny/10130.webp",7976],["shiny/10131.webp",7976],["shiny/10132.webp",7976],["shiny/10133.webp",7976],["shiny/10134.webp",7976],["shiny/10135.webp",7976],["shiny/10136.webp",5446],["shiny/10137.webp",7662],["shiny/10138.webp",7662],["shiny/10139.webp",7662],["shiny/1014.webp",11238],["shiny/10140.webp",7662],["shiny/10141.webp",7662],["shiny/10142.webp",7662],["shiny/10143.webp",5088],["shiny/10145.webp",6870],["shiny/10146.webp",13014],["shiny/10147.webp",7150],["shiny/10149.webp",8572],["shiny/1015.webp",7732],["shiny/10150.webp",11630],["shiny/10152.webp",7276],["shiny/10153.webp",11962],["shiny/10154.webp",7124],["shiny/10155.webp",11428],["shiny/10156.webp",11834],["shiny/10157.webp",11438],["shiny/1016.webp",12214],["shiny/10161.webp",7094],["shiny/10162.webp",9804],["shiny/10163.webp",9764],["shiny/10164.webp",3998],["shiny/10165.webp",7150],["shiny/10166.webp",5126],["shiny/10167.webp",10388],["shiny/10168.webp",9246],["shiny/10169.webp",10112],["shiny/1017.webp",11596],["shiny/10170.webp",12378],["shiny/10171.webp",13726],["shiny/10172.webp",6370],["shiny/10173.webp",7000],["shiny/10174.webp",8092],["shiny/10175.webp",6606],["shiny/10176.webp",6056],["shiny/10177.webp",5878],["shiny/10178.webp",6684],["shiny/10179.webp",5894],["shiny/1018.webp",10238],["shiny/10180.webp",4924],["shiny/10181.webp",9506],["shiny/10184.webp",7162],["shiny/10185.webp",4076],["shiny/10186.webp",7010],["shiny/10188.webp",13162],["shiny/10189.webp",11804],["shiny/1019.webp",7422],["shiny/10190.webp",10494],["shiny/10191.webp",8442],["shiny/10192.webp",11464],["shiny/10193.webp",10096],["shiny/10194.webp",12810],["shiny/10195.webp",8424],["shiny/10196.webp",16558],["shiny/10197.webp",11130],["shiny/10198.webp",10256],["shiny/10199.webp",9442],["shiny/102.webp",6754],["shiny/1020.webp",12136],["shiny/10200.webp",7636],["shiny/10201.webp",11796],["shiny/10202.webp",8560],["shiny/10203.webp",12782],["shiny/10204.webp",10050],["shiny/10205.webp",8282],["shiny/10206.webp",8388],["shiny/10207.webp",10794],["shiny/10208.webp",10764],["shiny/10209.webp",12656],["shiny/1021.webp",10052],["shiny/10210.webp",11628],["shiny/10211.webp",6474],["shiny/10212.webp",11786],["shiny/10213.webp",7594],["shiny/10214.webp",10358],["shiny/10215.webp",10468],["shiny/10216.webp",9408],["shiny/10217.webp",9326],["shiny/10218.webp",10138],["shiny/10219.webp",13890],["shiny/1022.webp",9950],["shiny/10220.webp",12516],["shiny/10221.webp",11792],["shiny/10222.webp",10360],["shiny/10223.webp",8210],["shiny/10224.webp",9196],["shiny/10225.webp",9038],["shiny/10226.webp",11104],["shiny/10227.webp",11610],["shiny/10228.webp",14798],["shiny/10229.webp",8188],["shiny/1023.webp",7996],["shiny/10230.webp",8602],["shiny/10231.webp",4750],["shiny/10232.webp",5690],["shiny/10233.webp",8030],["shiny/10234.webp",6230],["shiny/10235.webp",8604],["shiny/10236.webp",8902],["shiny/10237.webp",7272],["shiny/10238.webp",5972],["shiny/10239.webp",10398],["shiny/1024.webp",7304],["shiny/10240.webp",11494],["shiny/10241.webp",5946],["shiny/10242.webp",7522],["shiny/10243.webp",7692],["shiny/10244.webp",10960],["shiny/10245.webp",11468],["shiny/10246.webp",8984],["shiny/10247.webp",7812],["shiny/10248.webp",6794],["shiny/10249.webp",9046],["shiny/1025.webp",6540],["shiny/10250.webp",7156],["shiny/10251.webp",10098],["shiny/10252.webp",6538],["shiny/10253.webp",9576],["shiny/10254.webp",10248],["shiny/10255.webp",8668],["shiny/10256.webp",8788],["shiny/10257.webp",6028],["shiny/10258.webp",4510],["shiny/10259.webp",5102],["shiny/10260.webp",8428],["shiny/10261.webp",8354],["shiny/10262.webp",7722],["shiny/10263.webp",9206],["shiny/10272.webp",9694],["shiny/10273.webp",10970],["shiny/10274.webp",10932],["shiny/10275.webp",10122],["shiny/10276.webp",7640],["shiny/10277.webp",11984],["shiny/103.webp",10706],["shiny/104.webp",5850],["shiny/105.webp",7450],["shiny/106.webp",6084],["shiny/107.webp",6502],["shiny/108.webp",6734],["shiny/109.webp",9804],["shiny/11.webp",4276],["shiny/110.webp",8776],["shiny/111.webp",6912],["shiny/112.webp",6928],["shiny/113.webp",6088],["shiny/114.webp",8198],["shiny/115.webp",7876],["shiny/116.webp",6526],["shiny/117.webp",7118],["shiny/118.webp",4458],["shiny/119.webp",8494],["shiny/12.webp",9386],["shiny/120.webp",6332],["shiny/121.webp",8120],["shiny/122.webp",11310],["shiny/123.webp",10494],["shiny/124.webp",7714],["shiny/125.webp",9076],["shiny/126.webp",9372],["shiny/127.webp",9292],["shiny/128.webp",9696],["shiny/129.webp",8630],["shiny/13.webp",5176],["shiny/130.webp",10816],["shiny/131.webp",6982],["shiny/132.webp",4556],["shiny/133.webp",6086],["shiny/134.webp",8442],["shiny/135.webp",9238],["shiny/136.webp",8128],["shiny/137.webp",6984],["shiny/138.webp",5990],["shiny/139.webp",8614],["shiny/14.webp",3990],["shiny/140.webp",5388],["shiny/141.webp",9806],["shiny/142.webp",7720],["shiny/143.webp",6632],["shiny/144.webp",12082],["shiny/145.webp",11248],["shiny/146.webp",7926],["shiny/147.webp",6032],["shiny/148.webp",6754],["shiny/149.webp",8974],["shiny/15.webp",11086],["shiny/150.webp",8778],["shiny/151.webp",7182],["shiny/152.webp",4802],["shiny/153.webp",6702],["shiny/154.webp",6552],["shiny/155.webp",6842],["shiny/156.webp",6692],["shiny/157.webp",7644],["shiny/158.webp",5316],["shiny/159.webp",7050],["shiny/16.webp",6140],["shiny/160.webp",8710],["shiny/161.webp",4282],["shiny/162.webp",6726],["shiny/163.webp",7444],["shiny/164.webp",7072],["shiny/165.webp",7664],["shiny/166.webp",7960],["shiny/167.webp",5970],["shiny/168.webp",8450],["shiny/169.webp",7014],["shiny/17.webp",8348],["shiny/170.webp",8146],["shiny/171.webp",6698],["shiny/172.webp",6898],["shiny/173.webp",4806],["shiny/174.webp",4790],["shiny/175.webp",6642],["shiny/176.webp",6374],["shiny/177.webp",7078],["shiny/178.webp",7262],["shiny/179.webp",7324],["shiny/18.webp",8802],["shiny/180.webp",6098],["shiny/181.webp",6860],["shiny/182.webp",6714],["shiny/183.webp",6738],["shiny/184.webp",9120],["shiny/185.webp",9480],["shiny/186.webp",7590],["shiny/187.webp",6878],["shiny/188.webp",5498],["shiny/189.webp",5830],["shiny/19.webp",6790],["shiny/190.webp",8272],["shiny/191.webp",7304],["shiny/192.webp",7300],["shiny/193.webp",8192],["shiny/194.webp",6862],["shiny/195.webp",5884],["shiny/196.webp",8490],["shiny/197.webp",8064],["shiny/198.webp",7412],["shiny/199.webp",6216],["shiny/2.webp",8570],["shiny/20.webp",9190],["shiny/200.webp",6694],["shiny/201-a.webp",6052],["shiny/201-b.webp",6678],["shiny/201-c.webp",9298],["shiny/201-d.webp",8018],["shiny/201-e.webp",7116],["shiny/201-exclamation.webp",4890],["shiny/201-f.webp",7694],["shiny/201-g.webp",6114],["shiny/201-h.webp",11238],["shiny/201-i.webp",4850],["shiny/201-j.webp",6136],["shiny/201-k.webp",5856],["shiny/201-l.webp",5760],["shiny/201-m.webp",10844],["shiny/201-n.webp",9848],["shiny/201-o.webp",11336],["shiny/201-p.webp",5642],["shiny/201-q.webp",6134],["shiny/201-question.webp",5682],["shiny/201-r.webp",6076],["shiny/201-s.webp",6638],["shiny/201-t.webp",6186],["shiny/201-u.webp",8682],["shiny/201-v.webp",7464],["shiny/201-w.webp",7370],["shiny/201-x.webp",7490],["shiny/201-y.webp",6238],["shiny/201-z.webp",5836],["shiny/201.webp",6052],["shiny/202.webp",6430],["shiny/203.webp",8184],["shiny/204.webp",7310],["shiny/205.webp",5900],["shiny/206.webp",6300],["shiny/207.webp",9524],["shiny/208.webp",7362],["shiny/209.webp",6796],["shiny/21.webp",7752],["shiny/210.webp",6998],["shiny/211.webp",7180],["shiny/212.webp",9554],["shiny/213.webp",5892],["shiny/214.webp",8462],["shiny/215.webp",8848],["shiny/216.webp",5456],["shiny/217.webp",7026],["shiny/218.webp",6070],["shiny/219.webp",7102],["shiny/22.webp",9754],["shiny/220.webp",4734],["shiny/221.webp",5876],["shiny/222.webp",6294],["shiny/223.webp",7068],["shiny/224.webp",6670],["shiny/225.webp",7036],["shiny/226.webp",6218],["shiny/227.webp",7122],["shiny/228.webp",7050],["shiny/229.webp",10720],["shiny/23.webp",6982],["shiny/230.webp",8944],["shiny/231.webp",5812],["shiny/232.webp",5854],["shiny/233.webp",7466],["shiny/234.webp",8600],["shiny/235.webp",8960],["shiny/236.webp",7518],["shiny/237.webp",9124],["shiny/238.webp",5578],["shiny/239.webp",5208],["shiny/24.webp",8306],["shiny/240.webp",6148],["shiny/241.webp",8478],["shiny/242.webp",6224],["shiny/243.webp",9336],["shiny/244.webp",9504],["shiny/245.webp",11444],["shiny/246.webp",4570],["shiny/247.webp",6626],["shiny/248.webp",7200],["shiny/249.webp",8834],["shiny/25.webp",7172],["shiny/250.webp",10932],["shiny/251.webp",6596],["shiny/252.webp",7580],["shiny/253.webp",10718],["shiny/254.webp",9100],["shiny/255.webp",5040],["shiny/256.webp",8680],["shiny/257.webp",7786],["shiny/258.webp",5862],["shiny/259.webp",6172],["shiny/26.webp",8086],["shiny/260.webp",7692],["shiny/261.webp",6988],["shiny/262.webp",9910],["shiny/263.webp",5844],["shiny/264.webp",4530],["shiny/265.webp",6394],["shiny/266.webp",6102],["shiny/267.webp",10410],["shiny/268.webp",6234],["shiny/269.webp",6684],["shiny/27.webp",6442],["shiny/270.webp",6208],["shiny/271.webp",8702],["shiny/272.webp",7546],["shiny/273.webp",4852],["shiny/274.webp",8916],["shiny/275.webp",7804],["shiny/276.webp",6594],["shiny/277.webp",8728],["shiny/278.webp",4290],["shiny/279.webp",6296],["shiny/28.webp",8416],["shiny/280.webp",4530],["shiny/281.webp",7142],["shiny/282.webp",6946],["shiny/283.webp",5048],["shiny/284.webp",7666],["shiny/285.webp",5038],["shiny/286.webp",8212],["shiny/287.webp",5616],["shiny/288.webp",5918],["shiny/289.webp",6052],["shiny/29.webp",6394],["shiny/290.webp",4596],["shiny/291.webp",7814],["shiny/292.webp",8320],["shiny/293.webp",5386],["shiny/294.webp",9360],["shiny/295.webp",7958],["shiny/296.webp",6536],["shiny/297.webp",8624],["shiny/298.webp",6934],["shiny/299.webp",6144],["shiny/3.webp",8038],["shiny/30.webp",6774],["shiny/300.webp",6976],["shiny/301.webp",8546],["shiny/302.webp",6414],["shiny/303.webp",7020],["shiny/304.webp",5280],["shiny/305.webp",7262],["shiny/306.webp",9126],["shiny/307.webp",7478],["shiny/308.webp",6042],["shiny/309.webp",6830],["shiny/31.webp",7952],["shiny/310.webp",7388],["shiny/311.webp",6422],["shiny/312.webp",5154],["shiny/313.webp",7056],["shiny/314.webp",6296],["shiny/315.webp",6638],["shiny/316.webp",4850],["shiny/317.webp",6470],["shiny/318.webp",7130],["shiny/319.webp",6182],["shiny/32.webp",6840],["shiny/320.webp",4326],["shiny/321.webp",4810],["shiny/322.webp",6256],["shiny/323.webp",6902],["shiny/324.webp",9612],["shiny/325.webp",4534],["shiny/326.webp",8808],["shiny/327.webp",7016],["shiny/328.webp",5076],["shiny/329.webp",8278],["shiny/33.webp",8502],["shiny/330.webp",9466],["shiny/331.webp",5958],["shiny/332.webp",8232],["shiny/333.webp",5390],["shiny/334.webp",8622],["shiny/335.webp",6828],["shiny/336.webp",9378],["shiny/337.webp",6540],["shiny/338.webp",8082],["shiny/339.webp",5008],["shiny/34.webp",9132],["shiny/340.webp",9360],["shiny/341.webp",8624],["shiny/342.webp",9250],["shiny/343.webp",5698],["shiny/344.webp",6938],["shiny/345.webp",9110],["shiny/346.webp",8424],["shiny/347.webp",7636],["shiny/348.webp",8758],["shiny/349.webp",7050],["shiny/35.webp",5214],["shiny/350.webp",10712],["shiny/351.webp",4164],["shiny/352.webp",7236],["shiny/353.webp",5616],["shiny/354.webp",9244],["shiny/355.webp",6056],["shiny/356.webp",6154],["shiny/357.webp",9730],["shiny/358.webp",3806],["shiny/359.webp",7576],["shiny/36.webp",7084],["shiny/360.webp",6702],["shiny/361.webp",5858],["shiny/362.webp",7084],["shiny/363.webp",5532],["shiny/364.webp",5600],["shiny/365.webp",6960],["shiny/366.webp",6930],["shiny/367.webp",7974],["shiny/368.webp",6892],["shiny/369.webp",7286],["shiny/37.webp",6814],["shiny/370.webp",4350],["shiny/371.webp",4968],["shiny/372.webp",5872],["shiny/373.webp",10524],["shiny/374.webp",4614],["shiny/375.webp",7696],["shiny/376.webp",6178],["shiny/377.webp",8270],["shiny/378.webp",7480],["shiny/379.webp",7910],["shiny/38.webp",7282],["shiny/380.webp",7282],["shiny/381.webp",6120],["shiny/382.webp",7122],["shiny/383.webp",8806],["shiny/384.webp",10656],["shiny/385.webp",6294],["shiny/386.webp",8764],["shiny/387.webp",6024],["shiny/388.webp",8776],["shiny/389.webp",8692],["shiny/39.webp",5666],["shiny/390.webp",6600],["shiny/391.webp",9302],["shiny/392.webp",10940],["shiny/393.webp",5160],["shiny/394.webp",7172],["shiny/395.webp",7768],["shiny/396.webp",6268],["shiny/397.webp",7136],["shiny/398.webp",8888],["shiny/399.webp",5988],["shiny/4.webp",7240],["shiny/40.webp",7344],["shiny/400.webp",6916],["shiny/401.webp",5820],["shiny/402.webp",9476],["shiny/403.webp",6978],["shiny/404.webp",9630],["shiny/405.webp",10194],["shiny/406.webp",4532],["shiny/407.webp",6718],["shiny/408.webp",6784],["shiny/409.webp",6304],["shiny/41.webp",8324],["shiny/410.webp",6656],["shiny/411.webp",7932],["shiny/412-plant.webp",4884],["shiny/412-sandy.webp",4238],["shiny/412-trash.webp",4450],["shiny/412.webp",4884],["shiny/413-plant.webp",5722],["shiny/413-sandy.webp",5466],["shiny/413-trash.webp",5480],["shiny/413.webp",5722],["shiny/414.webp",6658],["shiny/415.webp",5682],["shiny/416.webp",8804],["shiny/417.webp",5516],["shiny/418.webp",5180],["shiny/419.webp",6472],["shiny/42.webp",8144],["shiny/420.webp",6808],["shiny/421-overcast.webp",5070],["shiny/421-sunshine.webp",6178],["shiny/421.webp",5070],["shiny/422-east.webp",5406],["shiny/422-west.webp",4734],["shiny/422.webp",4734],["shiny/423-east.webp",7048],["shiny/423-west.webp",6624],["shiny/423.webp",6624],["shiny/424.webp",9978],["shiny/425.webp",5846],["shiny/426.webp",7914],["shiny/427.webp",4366],["shiny/428.webp",7150],["shiny/429.webp",6940],["shiny/43.webp",6762],["shiny/430.webp",7768],["shiny/431.webp",8440],["shiny/432.webp",9506],["shiny/433.webp",6196],["shiny/434.webp",8132],["shiny/435.webp",7102],["shiny/436.webp",6546],["shiny/437.webp",5494],["shiny/438.webp",5572],["shiny/439.webp",5808],["shiny/44.webp",8916],["shiny/440.webp",4488],["shiny/441.webp",7022],["shiny/442.webp",9118],["shiny/443.webp",7652],["shiny/444.webp",9434],["shiny/445.webp",10306],["shiny/446.webp",6136],["shiny/447.webp",7272],["shiny/448.webp",8168],["shiny/449.webp",5784],["shiny/45.webp",7630],["shiny/450.webp",6618],["shiny/451.webp",7902],["shiny/452.webp",7468],["shiny/453.webp",7772],["shiny/454.webp",8310],["shiny/455.webp",8158],["shiny/456.webp",6190],["shiny/457.webp",7776],["shiny/458.webp",6940],["shiny/459.webp",6474],["shiny/46.webp",7256],["shiny/460.webp",9272],["shiny/461.webp",9554],["shiny/462.webp",6622],["shiny/463.webp",5494],["shiny/464.webp",7652],["shiny/465.webp",7526],["shiny/466.webp",10478],["shiny/467.webp",9582],["shiny/468.webp",4144],["shiny/469.webp",10594],["shiny/47.webp",8140],["shiny/470.webp",10352],["shiny/471.webp",7738],["shiny/472.webp",7952],["shiny/473.webp",7134],["shiny/474.webp",6786],["shiny/475.webp",7568],["shiny/476.webp",6776],["shiny/477.webp",8208],["shiny/478.webp",5434],["shiny/479.webp",5666],["shiny/48.webp",7862],["shiny/480.webp",8390],["shiny/481.webp",8052],["shiny/482.webp",7244],["shiny/483.webp",11736],["shiny/484.webp",10608],["shiny/485.webp",8010],["shiny/486.webp",9626],["shiny/487.webp",11184],["shiny/488.webp",9378],["shiny/489.webp",6154],["shiny/49.webp",6430],["shiny/490.webp",5060],["shiny/491.webp",10640],["shiny/492.webp",6016],["shiny/493-bug.webp",9652],["shiny/493-dark.webp",9624],["shiny/493-dragon.webp",9838],["shiny/493-electric.webp",9360],["shiny/493-fairy.webp",9332],["shiny/493-fighting.webp",9750],["shiny/493-fire.webp",9616],["shiny/493-flying.webp",9578],["shiny/493-ghost.webp",9658],["shiny/493-grass.webp",9464],["shiny/493-ground.webp",9604],["shiny/493-ice.webp",9686],["shiny/493-poison.webp",9696],["shiny/493-psychic.webp",9684],["shiny/493-rock.webp",9554],["shiny/493-steel.webp",9282],["shiny/493-unknown.webp",9402],["shiny/493-water.webp",9950],["shiny/493.webp",9402],["shiny/494.webp",6076],["shiny/495.webp",7154],["shiny/496.webp",7856],["shiny/497.webp",9514],["shiny/498.webp",6984],["shiny/499.webp",8886],["shiny/5.webp",8164],["shiny/50.webp",3922],["shiny/500.webp",11272],["shiny/501.webp",5806],["shiny/502.webp",6682],["shiny/503.webp",9588],["shiny/504.webp",7094],["shiny/505.webp",6392],["shiny/506.webp",6526],["shiny/507.webp",9134],["shiny/508.webp",7414],["shiny/509.webp",6274],["shiny/51.webp",5776],["shiny/510.webp",9772],["shiny/511.webp",8486],["shiny/512.webp",9650],["shiny/513.webp",7398],["shiny/514.webp",10114],["shiny/515.webp",8324],["shiny/516.webp",9970],["shiny/517.webp",5832],["shiny/518.webp",8332],["shiny/519.webp",6460],["shiny/52.webp",8190],["shiny/520.webp",7802],["shiny/521.webp",9138],["shiny/522.webp",6758],["shiny/523.webp",9662],["shiny/524.webp",4846],["shiny/525.webp",7206],["shiny/526.webp",8438],["shiny/527.webp",5136],["shiny/528.webp",7804],["shiny/529.webp",6068],["shiny/53.webp",8166],["shiny/530.webp",7236],["shiny/531.webp",7512],["shiny/532.webp",5682],["shiny/533.webp",7590],["shiny/534.webp",7180],["shiny/535.webp",5418],["shiny/536.webp",7142],["shiny/537.webp",9086],["shiny/538.webp",7986],["shiny/539.webp",9308],["shiny/54.webp",5908],["shiny/540.webp",5868],["shiny/541.webp",5262],["shiny/542.webp",5596],["shiny/543.webp",6314],["shiny/544.webp",6106],["shiny/545.webp",9456],["shiny/546.webp",4878],["shiny/547.webp",6144],["shiny/548.webp",4992],["shiny/549.webp",7238],["shiny/55.webp",8712],["shiny/550.webp",6164],["shiny/551.webp",6088],["shiny/552.webp",7896],["shiny/553.webp",9660],["shiny/554.webp",7408],["shiny/555.webp",8476],["shiny/556.webp",8878],["shiny/557.webp",6290],["shiny/558.webp",6932],["shiny/559.webp",5954],["shiny/56.webp",6988],["shiny/560.webp",6892],["shiny/561.webp",10984],["shiny/562.webp",5680],["shiny/563.webp",11356],["shiny/564.webp",4802],["shiny/565.webp",8140],["shiny/566.webp",7462],["shiny/567.webp",9606],["shiny/568.webp",6262],["shiny/569.webp",9516],["shiny/57.webp",8890],["shiny/570.webp",6014],["shiny/571.webp",9348],["shiny/572.webp",7154],["shiny/573.webp",6924],["shiny/574.webp",5562],["shiny/575.webp",6030],["shiny/576.webp",8796],["shiny/577.webp",6018],["shiny/578.webp",7070],["shiny/579.webp",6916],["shiny/58.webp",6876],["shiny/580.webp",6340],["shiny/581.webp",6622],["shiny/582.webp",4614],["shiny/583.webp",4702],["shiny/584.webp",7204],["shiny/585-autumn.webp",6410],["shiny/585-spring.webp",6156],["shiny/585-summer.webp",6582],["shiny/585-winter.webp",6244],["shiny/585.webp",6156],["shiny/586-autumn.webp",10576],["shiny/586-spring.webp",7748],["shiny/586-summer.webp",10092],["shiny/586-winter.webp",7846],["shiny/586.webp",7748],["shiny/587.webp",5712],["shiny/588.webp",5312],["shiny/589.webp",7824],["shiny/59.webp",9640],["shiny/590.webp",5194],["shiny/591.webp",6800],["shiny/592.webp",7474],["shiny/593.webp",8540],["shiny/594.webp",4544],["shiny/595.webp",5670],["shiny/596.webp",8922],["shiny/597.webp",6682],["shiny/598.webp",8268],["shiny/599.webp",6348],["shiny/6.webp",10702],["shiny/60.webp",5730],["shiny/600.webp",7838],["shiny/601.webp",6854],["shiny/602.webp",4438],["shiny/603.webp",7884],["shiny/604.webp",7338],["shiny/605.webp",5582],["shiny/606.webp",7062],["shiny/607.webp",4110],["shiny/608.webp",8254],["shiny/609.webp",12518],["shiny/61.webp",8012],["shiny/610.webp",4702],["shiny/611.webp",8366],["shiny/612.webp",8742],["shiny/613.webp",4932],["shiny/614.webp",7204],["shiny/615.webp",10018],["shiny/616.webp",6158],["shiny/617.webp",7432],["shiny/618.webp",4564],["shiny/619.webp",8050],["shiny/62.webp",6732],["shiny/620.webp",7662],["shiny/621.webp",11858],["shiny/622.webp",8708],["shiny/623.webp",10728],["shiny/624.webp",6688],["shiny/625.webp",7514],["shiny/626.webp",6636],["shiny/627.webp",5732],["shiny/628.webp",11438],["shiny/629.webp",6368],["shiny/63.webp",7048],["shiny/630.webp",7624],["shiny/631.webp",8428],["shiny/632.webp",6740],["shiny/633.webp",4940],["shiny/634.webp",9818],["shiny/635.webp",11812],["shiny/636.webp",8022],["shiny/637.webp",8066],["shiny/638.webp",8022],["shiny/639.webp",8484],["shiny/64.webp",8946],["shiny/640.webp",8056],["shiny/641.webp",7188],["shiny/642.webp",7414],["shiny/643.webp",11202],["shiny/644.webp",9524],["shiny/645.webp",7704],["shiny/646.webp",10796],["shiny/647.webp",9566],["shiny/648.webp",6646],["shiny/649-burn.webp",9360],["shiny/649-chill.webp",9400],["shiny/649-douse.webp",9428],["shiny/649-shock.webp",9416],["shiny/649.webp",9422],["shiny/65.webp",10750],["shiny/650.webp",7332],["shiny/651.webp",7854],["shiny/652.webp",8712],["shiny/653.webp",5730],["shiny/654.webp",8036],["shiny/655.webp",8664],["shiny/656.webp",7606],["shiny/657.webp",8744],["shiny/658.webp",7282],["shiny/659.webp",5732],["shiny/66.webp",6260],["shiny/660.webp",8588],["shiny/661.webp",6604],["shiny/662.webp",8806],["shiny/663.webp",7266],["shiny/664.webp",5218],["shiny/665.webp",6072],["shiny/666-archipelago.webp",9112],["shiny/666-continental.webp",9058],["shiny/666-elegant.webp",8740],["shiny/666-fancy.webp",9246],["shiny/666-garden.webp",8982],["shiny/666-high-plains.webp",9200],["shiny/666-icy-snow.webp",7598],["shiny/666-jungle.webp",8352],["shiny/666-marine.webp",8894],["shiny/666-meadow.webp",8968],["shiny/666-modern.webp",9214],["shiny/666-monsoon.webp",8424],["shiny/666-ocean.webp",9608],["shiny/666-poke-ball.webp",8684],["shiny/666-polar.webp",8918],["shiny/666-river.webp",8646],["shiny/666-sandstorm.webp",8368],["shiny/666-savanna.webp",9676],["shiny/666-sun.webp",9322],["shiny/666-tundra.webp",8358],["shiny/666.webp",8968],["shiny/667.webp",7936],["shiny/668.webp",9496],["shiny/669-blue.webp",8446],["shiny/669-orange.webp",8310],["shiny/669-red.webp",8430],["shiny/669-white.webp",7982],["shiny/669-yellow.webp",8130],["shiny/669.webp",8430],["shiny/67.webp",8340],["shiny/670-blue.webp",7166],["shiny/670-orange.webp",6838],["shiny/670-red.webp",7034],["shiny/670-white.webp",6660],["shiny/670-yellow.webp",6770],["shiny/670.webp",7034],["shiny/671-blue.webp",11042],["shiny/671-orange.webp",10636],["shiny/671-red.webp",10672],["shiny/671-white.webp",10110],["shiny/671-yellow.webp",10368],["shiny/671.webp",10672],["shiny/672.webp",8454],["shiny/673.webp",10576],["shiny/674.webp",5612],["shiny/675.webp",7800],["shiny/676-dandy.webp",8118],["shiny/676-debutante.webp",8380],["shiny/676-diamond.webp",7000],["shiny/676-heart.webp",7820],["shiny/676-kabuki.webp",8456],["shiny/676-la-reine.webp",7964],["shiny/676-matron.webp",8232],["shiny/676-natural.webp",7996],["shiny/676-pharaoh.webp",7700],["shiny/676-star.webp",7342],["shiny/676.webp",7996],["shiny/677.webp",5580],["shiny/678.webp",7872],["shiny/679.webp",8090],["shiny/68.webp",10060],["shiny/680.webp",11534],["shiny/681.webp",8442],["shiny/682.webp",6160],["shiny/683.webp",8114],["shiny/684.webp",4586],["shiny/685.webp",6560],["shiny/686.webp",6882],["shiny/687.webp",9048],["shiny/688.webp",7828],["shiny/689.webp",10774],["shiny/69.webp",7054],["shiny/690.webp",8652],["shiny/691.webp",10166],["shiny/692.webp",6210],["shiny/693.webp",5498],["shiny/694.webp",6304],["shiny/695.webp",6466],["shiny/696.webp",8244],["shiny/697.webp",9122],["shiny/698.webp",5638],["shiny/699.webp",9086],["shiny/7.webp",5858],["shiny/70.webp",5746],["shiny/700.webp",8946],["shiny/701.webp",7946],["shiny/702.webp",8834],["shiny/703.webp",6118],["shiny/704.webp",6028],["shiny/705.webp",6164],["shiny/706.webp",7706],["shiny/707.webp",7532],["shiny/708.webp",6952],["shiny/709.webp",13202],["shiny/71.webp",8606],["shiny/710.webp",5722],["shiny/711.webp",7262],["shiny/712.webp",5738],["shiny/713.webp",8616],["shiny/714.webp",8390],["shiny/715.webp",11576],["shiny/716-active.webp",10826],["shiny/716-neutral.webp",10326],["shiny/716.webp",10326],["shiny/717.webp",11630],["shiny/718.webp",11924],["shiny/719.webp",6352],["shiny/72.webp",6250],["shiny/720.webp",8242],["shiny/721.webp",9152],["shiny/722.webp",5872],["shiny/723.webp",8096],["shiny/724.webp",8644],["shiny/725.webp",5902],["shiny/726.webp",9526],["shiny/727.webp",8104],["shiny/728.webp",7554],["shiny/729.webp",5584],["shiny/73.webp",13468],["shiny/730.webp",8958],["shiny/731.webp",7322],["shiny/732.webp",8360],["shiny/733.webp",7754],["shiny/734.webp",4842],["shiny/735.webp",6046],["shiny/736.webp",4464],["shiny/737.webp",4882],["shiny/738.webp",9004],["shiny/739.webp",7006],["shiny/74.webp",4742],["shiny/740.webp",6838],["shiny/741.webp",6554],["shiny/742.webp",7720],["shiny/743.webp",9916],["shiny/744.webp",6482],["shiny/745.webp",8624],["shiny/746.webp",4746],["shiny/747.webp",7222],["shiny/748.webp",7572],["shiny/749.webp",7712],["shiny/75.webp",5640],["shiny/750.webp",10936],["shiny/751.webp",8556],["shiny/752.webp",11528],["shiny/753.webp",5362],["shiny/754.webp",6902],["shiny/755.webp",4952],["shiny/756.webp",7250],["shiny/757.webp",6192],["shiny/758.webp",9318],["shiny/759.webp",6882],["shiny/76.webp",7058],["shiny/760.webp",7820],["shiny/761.webp",5666],["shiny/762.webp",6998],["shiny/763.webp",7266],["shiny/764.webp",8542],["shiny/765.webp",8552],["shiny/766.webp",8332],["shiny/767.webp",6412],["shiny/768.webp",9530],["shiny/769.webp",4862],["shiny/77.webp",9288],["shiny/770.webp",5674],["shiny/771.webp",5428],["shiny/772.webp",9868],["shiny/773-bug.webp",9058],["shiny/773-dark.webp",9072],["shiny/773-dragon.webp",9246],["shiny/773-electric.webp",9114],["shiny/773-fairy.webp",8866],["shiny/773-fighting.webp",9276],["shiny/773-fire.webp",9326],["shiny/773-flying.webp",9436],["shiny/773-ghost.webp",9054],["shiny/773-grass.webp",9266],["shiny/773-ground.webp",9282],["shiny/773-ice.webp",8826],["shiny/773-normal.webp",8748],["shiny/773-poison.webp",9182],["shiny/773-psychic.webp",9194],["shiny/773-rock.webp",8902],["shiny/773-steel.webp",9056],["shiny/773-water.webp",9200],["shiny/773.webp",8748],["shiny/774.webp",7976],["shiny/775.webp",5986],["shiny/776.webp",9134],["shiny/777.webp",5288],["shiny/778.webp",5898],["shiny/779.webp",6302],["shiny/78.webp",11066],["shiny/780.webp",7554],["shiny/781.webp",10952],["shiny/782.webp",6898],["shiny/783.webp",8546],["shiny/784.webp",10992],["shiny/785.webp",9546],["shiny/786.webp",7076],["shiny/787.webp",7300],["shiny/788.webp",7316],["shiny/789.webp",7094],["shiny/79.webp",6366],["shiny/790.webp",6742],["shiny/791.webp",12872],["shiny/792.webp",13844],["shiny/793.webp",6956],["shiny/794.webp",10992],["shiny/795.webp",10776],["shiny/796.webp",11054],["shiny/797.webp",11130],["shiny/798.webp",5696],["shiny/799.webp",11320],["shiny/8.webp",7558],["shiny/80.webp",7580],["shiny/800.webp",12344],["shiny/801.webp",6194],["shiny/802.webp",5466],["shiny/803.webp",5450],["shiny/804.webp",7254],["shiny/805.webp",12186],["shiny/806.webp",10562],["shiny/807.webp",9632],["shiny/808.webp",6938],["shiny/809.webp",7748],["shiny/81.webp",5632],["shiny/810.webp",7026],["shiny/811.webp",6722],["shiny/812.webp",11026],["shiny/813.webp",5190],["shiny/814.webp",7982],["shiny/815.webp",5996],["shiny/816.webp",5410],["shiny/817.webp",7350],["shiny/818.webp",8694],["shiny/819.webp",5360],["shiny/82.webp",10460],["shiny/820.webp",7328],["shiny/821.webp",5736],["shiny/822.webp",9690],["shiny/823.webp",7762],["shiny/824.webp",5994],["shiny/825.webp",5480],["shiny/826.webp",8488],["shiny/827.webp",8098],["shiny/828.webp",9202],["shiny/829.webp",6648],["shiny/83.webp",6978],["shiny/830.webp",5070],["shiny/831.webp",5308],["shiny/832.webp",7540],["shiny/833.webp",5444],["shiny/834.webp",6524],["shiny/835.webp",5450],["shiny/836.webp",7168],["shiny/837.webp",5404],["shiny/838.webp",6414],["shiny/839.webp",8526],["shiny/84.webp",6098],["shiny/840.webp",5612],["shiny/841.webp",7380],["shiny/842.webp",5842],["shiny/843.webp",6254],["shiny/844.webp",5940],["shiny/845-gorging.webp",9084],["shiny/845-gulping.webp",7872],["shiny/845.webp",7408],["shiny/846.webp",4892],["shiny/847.webp",5948],["shiny/848.webp",5858],["shiny/849.webp",9064],["shiny/85.webp",10672],["shiny/850.webp",4138],["shiny/851.webp",10000],["shiny/852.webp",6006],["shiny/853.webp",8596],["shiny/854.webp",5998],["shiny/855.webp",6660],["shiny/856.webp",4416],["shiny/857.webp",5360],["shiny/858.webp",6202],["shiny/859.webp",8216],["shiny/86.webp",5606],["shiny/860.webp",10026],["shiny/861.webp",9628],["shiny/862.webp",8222],["shiny/863.webp",10168],["shiny/864.webp",11634],["shiny/865.webp",5480],["shiny/866.webp",10736],["shiny/867.webp",10144],["shiny/868.webp",4434],["shiny/869-berry-sweet.webp",5900],["shiny/869-caramel-swirl-berry-sweet.webp",5900],["shiny/869-caramel-swirl-clover-sweet.webp",6134],["shiny/869-caramel-swirl-flower-sweet.webp",6128],["shiny/869-caramel-swirl-love-sweet.webp",5730],["shiny/869-caramel-swirl-ribbon-sweet.webp",5778],["shiny/869-caramel-swirl-star-sweet.webp",6054],["shiny/869-caramel-swirl-strawberry-sweet.webp",5700],["shiny/869-clove-sweet.webp",6134],["shiny/869-flower-sweet.webp",6128],["shiny/869-lemon-cream-berry-sweet.webp",5900],["shiny/869-lemon-cream-clover-sweet.webp",6134],["shiny/869-lemon-cream-flower-sweet.webp",6128],["shiny/869-lemon-cream-love-sweet.webp",5730],["shiny/869-lemon-cream-ribbon-sweet.webp",5778],["shiny/869-lemon-cream-star-sweet.webp",6054],["shiny/869-lemon-cream-strawberry-sweet.webp",5700],["shiny/869-love-sweet.webp",5730],["shiny/869-matcha-cream-berry-sweet.webp",5900],["shiny/869-matcha-cream-clover-sweet.webp",6134],["shiny/869-matcha-cream-flower-sweet.webp",6128],["shiny/869-matcha-cream-love-sweet.webp",5730],["shiny/869-matcha-cream-ribbon-sweet.webp",5778],["shiny/869-matcha-cream-star-sweet.webp",6054],["shiny/869-matcha-cream-strawberry-sweet.webp",5700],["shiny/869-mint-cream-berry-sweet.webp",5900],["shiny/869-mint-cream-clover-sweet.webp",6134],["shiny/869-mint-cream-flower-sweet.webp",6128],["shiny/869-mint-cream-love-sweet.webp",5730],["shiny/869-mint-cream-ribbon-sweet.webp",5778],["shiny/869-mint-cream-star-sweet.webp",6054],["shiny/869-mint-cream-strawberry-sweet.webp",5700],["shiny/869-rainbow-swirl-berry-sweet.webp",5900],["shiny/869-rainbow-swirl-clover-sweet.webp",6134],["shiny/869-rainbow-swirl-flower-sweet.webp",6128],["shiny/869-rainbow-swirl-love-sweet.webp",5730],["shiny/869-rainbow-swirl-ribbon-sweet.webp",5778],["shiny/869-rainbow-swirl-star-sweet.webp",6054],["shiny/869-rainbow-swirl-strawberry-sweet.webp",5700],["shiny/869-ribbon-sweet.webp",5778],["shiny/869-ruby-cream-berry-sweet.webp",5900],["shiny/869-ruby-cream-clover-sweet.webp",6134],["shiny/869-ruby-cream-flower-sweet.webp",6128],["shiny/869-ruby-cream-love-sweet.webp",5730],["shiny/869-ruby-cream-ribbon-sweet.webp",5778],["shiny/869-ruby-cream-star-sweet.webp",6054],["shiny/869-ruby-cream-strawberry-sweet.webp",5700],["shiny/869-ruby-swirl-berry-sweet.webp",5900],["shiny/869-ruby-swirl-clover-sweet.webp",6134],["shiny/869-ruby-swirl-flower-sweet.webp",6128],["shiny/869-ruby-swirl-love-sweet.webp",5730],["shiny/869-ruby-swirl-ribbon-sweet.webp",5778],["shiny/869-ruby-swirl-star-sweet.webp",6054],["shiny/869-ruby-swirl-strawberry-sweet.webp",5700],["shiny/869-salted-cream-berry-sweet.webp",5900],["shiny/869-salted-cream-clover-sweet.webp",6134],["shiny/869-salted-cream-flower-sweet.webp",6128],["shiny/869-salted-cream-love-sweet.webp",5730],["shiny/869-salted-cream-ribbon-sweet.webp",5778],["shiny/869-salted-cream-star-sweet.webp",6054],["shiny/869-salted-cream-strawberry-sweet.webp",5700],["shiny/869-star-sweet.webp",6054],["shiny/869-strawberry-sweet.webp",5700],["shiny/869-vanilla-cream-berry-sweet.webp",5900],["shiny/869-vanilla-cream-clover-sweet.webp",6134],["shiny/869-vanilla-cream-flower-sweet.webp",6128],["shiny/869-vanilla-cream-love-sweet.webp",5730],["shiny/869-vanilla-cream-ribbon-sweet.webp",5778],["shiny/869-vanilla-cream-star-sweet.webp",6054],["shiny/869-vanilla-cream-strawberry-sweet.webp",5700],["shiny/869.webp",5700],["shiny/87.webp",6866],["shiny/870.webp",7564],["shiny/871.webp",5862],["shiny/872.webp",3948],["shiny/873.webp",8034],["shiny/874.webp",8486],["shiny/875.webp",5292],["shiny/876.webp",6468],["shiny/877-hangry.webp",4794],["shiny/877.webp",5608],["shiny/878.webp",8056],["shiny/879.webp",10420],["shiny/88.webp",4956],["shiny/880.webp",7192],["shiny/881.webp",7672],["shiny/882.webp",8914],["shiny/883.webp",7390],["shiny/884.webp",7562],["shiny/885.webp",5664],["shiny/886.webp",8406],["shiny/887.webp",11188],["shiny/888.webp",9560],["shiny/889.webp",11422],["shiny/89.webp",4736],["shiny/890.webp",13550],["shiny/891.webp",6146],["shiny/892.webp",8738],["shiny/893-dada.webp",11464],["shiny/893.webp",11312],["shiny/894.webp",6422],["shiny/895.webp",8326],["shiny/896.webp",8408],["shiny/897.webp",10554],["shiny/898.webp",5640],["shiny/899.webp",9632],["shiny/9.webp",7014],["shiny/90.webp",6618],["shiny/900.webp",11464],["shiny/901.webp",8122],["shiny/902.webp",7146],["shiny/903.webp",9670],["shiny/904.webp",6898],["shiny/905.webp",8766],["shiny/906.webp",10438],["shiny/907.webp",9594],["shiny/908.webp",10362],["shiny/909.webp",7688],["shiny/91.webp",8788],["shiny/910.webp",9740],["shiny/911.webp",9150],["shiny/912.webp",7878],["shiny/913.webp",8338],["shiny/914.webp",10674],["shiny/915.webp",7820],["shiny/916.webp",8760],["shiny/917.webp",10252],["shiny/918.webp",12254],["shiny/919.webp",9560],["shiny/92.webp",8196],["shiny/920.webp",8422],["shiny/921.webp",8884],["shiny/922.webp",7962],["shiny/923.webp",8462],["shiny/924.webp",7570],["shiny/925.webp",7660],["shiny/926.webp",7004],["shiny/927.webp",9728],["shiny/928.webp",6666],["shiny/929.webp",8400],["shiny/93.webp",8314],["shiny/930.webp",9708],["shiny/931.webp",8318],["shiny/932.webp",6760],["shiny/933.webp",7566],["shiny/934.webp",9606],["shiny/935.webp",7370],["shiny/936.webp",9328],["shiny/937.webp",10464],["shiny/938.webp",6006],["shiny/939.webp",7442],["shiny/94.webp",6684],["shiny/940.webp",9004],["shiny/941.webp",7012],["shiny/942.webp",6504],["shiny/943.webp",7514],["shiny/944.webp",6538],["shiny/945.webp",11064],["shiny/946.webp",14948],["shiny/947.webp",16598],["shiny/948.webp",7280],["shiny/949.webp",11816],["shiny/95.webp",8450],["shiny/950.webp",10598],["shiny/951.webp",7834],["shiny/952.webp",10836],["shiny/953.webp",7650],["shiny/954.webp",9610],["shiny/955.webp",8588],["shiny/956.webp",9582],["shiny/957.webp",7678],["shiny/958.webp",8768],["shiny/959.webp",10752],["shiny/96.webp",6130],["shiny/960.webp",5764],["shiny/961.webp",7600],["shiny/962.webp",8538],["shiny/963.webp",6414],["shiny/964.webp",6474],["shiny/965.webp",8300],["shiny/966.webp",8800],["shiny/967.webp",9042],["shiny/968.webp",6568],["shiny/969.webp",5820],["shiny/97.webp",8290],["shiny/970.webp",5764],["shiny/971.webp",8292],["shiny/972.webp",9216],["shiny/973.webp",5268],["shiny/974.webp",6720],["shiny/975.webp",6966],["shiny/976.webp",8082],["shiny/977.webp",8398],["shiny/978.webp",7930],["shiny/979.webp",13514],["shiny/98.webp",6904],["shiny/980.webp",4672],["shiny/981.webp",7210],["shiny/982.webp",7974],["shiny/983.webp",8700],["shiny/984.webp",8108],["shiny/985.webp",9342],["shiny/986.webp",9788],["shiny/987.webp",8968],["shiny/988.webp",8952],["shiny/989.webp",11808],["shiny/99.webp",6862],["shiny/990.webp",7978],["shiny/991.webp",9786],["shiny/992.webp",8144],["shiny/993.webp",14354],["shiny/994.webp",11798],["shiny/995.webp",8840],["shiny/996.webp",8962],["shiny/997.webp",8474],["shiny/998.webp",7900],["shiny/999.webp",9168],["shiny/female/10235.webp",8268],["shiny/female/111.webp",6890],["shiny/female/112.webp",6982],["shiny/female/118.webp",4284],["shiny/female/119.webp",8368],["shiny/female/12.webp",9342],["shiny/female/123.webp",10660],["shiny/female/129.webp",8574],["shiny/female/130.webp",10780],["shiny/female/133.webp",6118],["shiny/female/154.webp",6448],["shiny/female/165.webp",7212],["shiny/female/166.webp",7470],["shiny/female/178.webp",7250],["shiny/female/185.webp",9212],["shiny/female/186.webp",7582],["shiny/female/19.webp",6660],["shiny/female/190.webp",8434],["shiny/female/194.webp",5844],["shiny/female/195.webp",5878],["shiny/female/198.webp",7184],["shiny/female/20.webp",8802],["shiny/female/202.webp",6464],["shiny/female/203.webp",8140],["shiny/female/207.webp",9406],["shiny/female/208.webp",7362],["shiny/female/212.webp",9696],["shiny/female/214.webp",7780],["shiny/female/215.webp",8352],["shiny/female/217.webp",7210],["shiny/female/221.webp",5710],["shiny/female/224.webp",6594],["shiny/female/229.webp",10246],["shiny/female/232.webp",5556],["shiny/female/25.webp",7176],["shiny/female/255.webp",5040],["shiny/female/256.webp",8328],["shiny/female/257.webp",7896],["shiny/female/26.webp",7868],["shiny/female/267.webp",10366],["shiny/female/269.webp",6470],["shiny/female/272.webp",7606],["shiny/female/274.webp",8518],["shiny/female/275.webp",7236],["shiny/female/3.webp",8072],["shiny/female/307.webp",7548],["shiny/female/308.webp",5912],["shiny/female/315.webp",6698],["shiny/female/316.webp",4674],["shiny/female/317.webp",6206],["shiny/female/322.webp",6462],["shiny/female/323.webp",7036],["shiny/female/332.webp",8226],["shiny/female/350.webp",10846],["shiny/female/369.webp",7234],["shiny/female/396.webp",6234],["shiny/female/397.webp",7138],["shiny/female/398.webp",8824],["shiny/female/399.webp",6012],["shiny/female/400.webp",6824],["shiny/female/401.webp",5718],["shiny/female/402.webp",9630],["shiny/female/403.webp",6842],["shiny/female/404.webp",9468],["shiny/female/405.webp",9670],["shiny/female/407.webp",6812],["shiny/female/41.webp",8316],["shiny/female/415.webp",5744],["shiny/female/417.webp",5520],["shiny/female/418.webp",5184],["shiny/female/419.webp",6484],["shiny/female/42.webp",8070],["shiny/female/424.webp",10290],["shiny/female/44.webp",8738],["shiny/female/443.webp",7528],["shiny/female/444.webp",9382],["shiny/female/445.webp",10262],["shiny/female/449.webp",5742],["shiny/female/45.webp",7832],["shiny/female/450.webp",6290],["shiny/female/453.webp",7732],["shiny/female/454.webp",8270],["shiny/female/456.webp",6232],["shiny/female/457.webp",8296],["shiny/female/459.webp",6502],["shiny/female/460.webp",9296],["shiny/female/461.webp",9196],["shiny/female/464.webp",7556],["shiny/female/465.webp",7562],["shiny/female/473.webp",6794],["shiny/female/521.webp",6142],["shiny/female/592.webp",8152],["shiny/female/593.webp",7802],["shiny/female/64.webp",8764],["shiny/female/65.webp",9464],["shiny/female/668.webp",10184],["shiny/female/678.webp",6838],["shiny/female/84.webp",6014],["shiny/female/85.webp",10606],["shiny/female/876.webp",7010],["shiny/female/902.webp",6794],["shiny/female/916.webp",7026],["shiny/female/97.webp",8188]]} +{"version":1,"files":[["0.webp",6758],["1.webp",13530],["10.webp",13414],["100.webp",10374],["1000.webp",31918],["10001.webp",21042],["10002.webp",18768],["10003.webp",20338],["10004.webp",10734],["10005.webp",10512],["10006.webp",14818],["10007.webp",27964],["10008.webp",15114],["10009.webp",16666],["1001.webp",35024],["10010.webp",12956],["10011.webp",12756],["10012.webp",14462],["10013.webp",12466],["10014.webp",9042],["10015.webp",10822],["10016.webp",13346],["10017.webp",13564],["10018.webp",13068],["10019.webp",21878],["1002.webp",32298],["10020.webp",17692],["10021.webp",19168],["10022.webp",20046],["10023.webp",18590],["10024.webp",20542],["10025.webp",14810],["10026.webp",19292],["10027.webp",10692],["10028.webp",14044],["10029.webp",14762],["1003.webp",28014],["10030.webp",12670],["10031.webp",16772],["10032.webp",17782],["10033.webp",24572],["10034.webp",24642],["10035.webp",25692],["10036.webp",16718],["10037.webp",19714],["10038.webp",19378],["10039.webp",19654],["1004.webp",29100],["10040.webp",23130],["10041.webp",26906],["10042.webp",18394],["10043.webp",13628],["10044.webp",15610],["10045.webp",17390],["10046.webp",23362],["10047.webp",18040],["10048.webp",19144],["10049.webp",21868],["1005.webp",42240],["10050.webp",25128],["10051.webp",11328],["10052.webp",21446],["10053.webp",16300],["10054.webp",15638],["10055.webp",19486],["10056.webp",21676],["10057.webp",19054],["10058.webp",19908],["10059.webp",21842],["1006.webp",35160],["10060.webp",20956],["10062.webp",16384],["10063.webp",11438],["10064.webp",23784],["10065.webp",20134],["10066.webp",20366],["10067.webp",9630],["10068.webp",17702],["10069.webp",12930],["1007.webp",49198],["10070.webp",18152],["10071.webp",13004],["10072.webp",17924],["10073.webp",23528],["10074.webp",19204],["10075.webp",24400],["10076.webp",22618],["10077.webp",29636],["10078.webp",22734],["10079.webp",37636],["1008.webp",33284],["10086.webp",25352],["10087.webp",18656],["10088.webp",19232],["10089.webp",17084],["1009.webp",36408],["10090.webp",24656],["10091.webp",12916],["10092.webp",14104],["10093.webp",27144],["10094.webp",13680],["10095.webp",13560],["10096.webp",13610],["10097.webp",13788],["10098.webp",13880],["10099.webp",13792],["101.webp",12144],["1010.webp",33320],["10100.webp",17848],["10101.webp",10634],["10102.webp",15012],["10103.webp",10928],["10104.webp",15030],["10105.webp",10446],["10106.webp",14810],["10107.webp",13444],["10108.webp",14950],["10109.webp",11660],["1011.webp",23112],["10110.webp",15406],["10111.webp",15386],["10112.webp",11028],["10113.webp",13334],["10114.webp",15286],["10115.webp",14994],["10116.webp",32880],["10117.webp",18234],["10118.webp",16840],["10119.webp",23282],["1012.webp",33978],["10120.webp",23924],["10121.webp",22932],["10122.webp",36346],["10123.webp",10746],["10124.webp",12696],["10125.webp",13386],["10126.webp",19214],["10127.webp",16010],["10128.webp",28152],["10129.webp",37566],["1013.webp",29972],["10130.webp",23712],["10131.webp",23712],["10132.webp",23712],["10133.webp",23712],["10134.webp",23712],["10135.webp",23712],["10136.webp",10276],["10137.webp",10104],["10138.webp",9024],["10139.webp",9080],["1014.webp",34934],["10140.webp",8452],["10141.webp",11218],["10142.webp",9766],["10143.webp",11038],["10145.webp",23472],["10146.webp",42930],["10147.webp",16208],["10148.webp",13890],["10149.webp",27248],["1015.webp",25752],["10150.webp",38168],["10152.webp",14236],["10153.webp",38564],["10154.webp",22262],["10155.webp",24158],["10156.webp",22910],["10157.webp",15972],["1016.webp",40680],["10160.webp",13748],["10161.webp",15438],["10162.webp",18954],["10163.webp",18692],["10164.webp",7282],["10165.webp",14302],["10166.webp",10222],["10167.webp",15826],["10168.webp",17848],["10169.webp",18220],["1017.webp",40124],["10170.webp",25442],["10171.webp",27396],["10172.webp",12950],["10173.webp",15892],["10174.webp",16004],["10175.webp",12582],["10176.webp",12074],["10177.webp",11204],["10178.webp",13530],["10179.webp",10880],["1018.webp",22720],["10180.webp",9618],["10181.webp",32770],["10184.webp",15358],["10185.webp",7808],["10186.webp",12900],["10188.webp",28030],["10189.webp",28886],["1019.webp",14820],["10190.webp",27050],["10191.webp",16994],["10192.webp",22706],["10193.webp",19630],["10194.webp",25602],["10195.webp",20254],["10196.webp",39232],["10197.webp",26128],["10198.webp",23506],["10199.webp",20004],["102.webp",12840],["1020.webp",27394],["10200.webp",16072],["10201.webp",25410],["10202.webp",19298],["10203.webp",26164],["10204.webp",27974],["10205.webp",18384],["10206.webp",18248],["10207.webp",27072],["10208.webp",23252],["10209.webp",30582],["1021.webp",22520],["10210.webp",25870],["10211.webp",14200],["10212.webp",31848],["10213.webp",20772],["10214.webp",24042],["10215.webp",22720],["10216.webp",20934],["10217.webp",20738],["10218.webp",21888],["10219.webp",32480],["1022.webp",22424],["10220.webp",33404],["10221.webp",25084],["10222.webp",21930],["10223.webp",17032],["10224.webp",23076],["10225.webp",20516],["10226.webp",26662],["10227.webp",29596],["10228.webp",50076],["10229.webp",16422],["1023.webp",18494],["10230.webp",17248],["10231.webp",10764],["10232.webp",11904],["10233.webp",17798],["10234.webp",13676],["10235.webp",15732],["10236.webp",19138],["10237.webp",14910],["10238.webp",11450],["10239.webp",21490],["1024.webp",16242],["10240.webp",20132],["10241.webp",9728],["10242.webp",13462],["10243.webp",15784],["10244.webp",24680],["10245.webp",22750],["10246.webp",16032],["10247.webp",16112],["10248.webp",12432],["10249.webp",16328],["1025.webp",15216],["10250.webp",24250],["10251.webp",35004],["10252.webp",20900],["10253.webp",29088],["10254.webp",32740],["10255.webp",28164],["10256.webp",30406],["10257.webp",21806],["10258.webp",17750],["10259.webp",15370],["10260.webp",28788],["10261.webp",28814],["10262.webp",26950],["10263.webp",33362],["10272.webp",29956],["10273.webp",36682],["10274.webp",37648],["10275.webp",33928],["10276.webp",21410],["10277.webp",32874],["103.webp",22588],["104.webp",11376],["105.webp",13780],["106.webp",12206],["107.webp",13136],["108.webp",13160],["109.webp",17556],["11.webp",8508],["110.webp",16604],["111.webp",13446],["112.webp",14088],["113.webp",11264],["114.webp",20804],["115.webp",16772],["116.webp",13384],["117.webp",14804],["118.webp",8290],["119.webp",15564],["12.webp",23870],["120.webp",14662],["121.webp",16352],["122.webp",22672],["123.webp",20478],["124.webp",18986],["125.webp",20476],["126.webp",21466],["127.webp",17976],["128.webp",21196],["129.webp",19198],["13.webp",10254],["130.webp",22354],["131.webp",14514],["132.webp",8128],["133.webp",14048],["134.webp",18766],["135.webp",20912],["136.webp",16844],["137.webp",13570],["138.webp",14098],["139.webp",20906],["14.webp",8664],["140.webp",11744],["141.webp",20148],["142.webp",12718],["143.webp",12878],["144.webp",23782],["145.webp",21570],["146.webp",19274],["147.webp",10506],["148.webp",13862],["149.webp",18370],["15.webp",24416],["150.webp",15932],["151.webp",12158],["152.webp",9470],["153.webp",13836],["154.webp",14574],["155.webp",15584],["156.webp",14826],["157.webp",18192],["158.webp",11840],["159.webp",14742],["16.webp",12282],["160.webp",20906],["161.webp",8406],["162.webp",12838],["163.webp",14634],["164.webp",13854],["165.webp",16494],["166.webp",16956],["167.webp",13316],["168.webp",18926],["169.webp",13220],["17.webp",17442],["170.webp",16048],["171.webp",14924],["172.webp",13916],["173.webp",9200],["174.webp",8812],["175.webp",12516],["176.webp",10466],["177.webp",13650],["178.webp",14722],["179.webp",14258],["18.webp",15626],["180.webp",11818],["181.webp",13346],["182.webp",15488],["183.webp",15082],["184.webp",20328],["185.webp",18724],["186.webp",15178],["187.webp",13328],["188.webp",11278],["189.webp",12354],["19.webp",14938],["190.webp",16436],["191.webp",15734],["192.webp",14086],["193.webp",16142],["194.webp",13922],["195.webp",11886],["196.webp",14224],["197.webp",16238],["198.webp",15510],["199.webp",11770],["2.webp",19064],["20.webp",19346],["200.webp",14220],["201-a.webp",9978],["201-b.webp",10918],["201-c.webp",15236],["201-d.webp",13094],["201-e.webp",11106],["201-exclamation.webp",8056],["201-f.webp",12530],["201-g.webp",10186],["201-h.webp",18106],["201-i.webp",8098],["201-j.webp",10214],["201-k.webp",9764],["201-l.webp",9586],["201-m.webp",17630],["201-n.webp",15842],["201-o.webp",18766],["201-p.webp",9452],["201-q.webp",10280],["201-question.webp",9146],["201-r.webp",10098],["201-s.webp",10928],["201-t.webp",10142],["201-u.webp",14558],["201-v.webp",12396],["201-w.webp",12234],["201-x.webp",12584],["201-y.webp",10262],["201-z.webp",9596],["201.webp",9978],["202.webp",14718],["203.webp",15834],["204.webp",14166],["205.webp",12628],["206.webp",13906],["207.webp",18342],["208.webp",12888],["209.webp",13422],["21.webp",16266],["210.webp",13486],["211.webp",15512],["212.webp",21780],["213.webp",11504],["214.webp",18182],["215.webp",17834],["216.webp",11542],["217.webp",13908],["218.webp",14492],["219.webp",16844],["22.webp",22084],["220.webp",9396],["221.webp",12232],["222.webp",11974],["223.webp",11218],["224.webp",14406],["225.webp",15314],["226.webp",11354],["227.webp",14880],["228.webp",12878],["229.webp",19080],["23.webp",14880],["230.webp",16812],["231.webp",13210],["232.webp",10830],["233.webp",14520],["234.webp",16618],["235.webp",16954],["236.webp",14276],["237.webp",18426],["238.webp",12692],["239.webp",11086],["24.webp",16806],["240.webp",11966],["241.webp",16414],["242.webp",11082],["243.webp",20730],["244.webp",21016],["245.webp",24462],["246.webp",8824],["247.webp",12650],["248.webp",14884],["249.webp",15364],["25.webp",13964],["250.webp",24840],["251.webp",12984],["252.webp",14480],["253.webp",22330],["254.webp",19896],["255.webp",11004],["256.webp",17146],["257.webp",16870],["258.webp",13466],["259.webp",13782],["26.webp",17094],["260.webp",18458],["261.webp",13288],["262.webp",19298],["263.webp",11592],["264.webp",8844],["265.webp",13482],["266.webp",9346],["267.webp",21962],["268.webp",10302],["269.webp",15264],["27.webp",15574],["270.webp",13622],["271.webp",16980],["272.webp",16110],["273.webp",9546],["274.webp",16928],["275.webp",17008],["276.webp",13822],["277.webp",18690],["278.webp",7630],["279.webp",13994],["28.webp",18268],["280.webp",7760],["281.webp",13180],["282.webp",12292],["283.webp",10812],["284.webp",15792],["285.webp",9808],["286.webp",15302],["287.webp",10344],["288.webp",11086],["289.webp",13406],["29.webp",11696],["290.webp",8136],["291.webp",14698],["292.webp",14922],["293.webp",10298],["294.webp",20750],["295.webp",18230],["296.webp",14116],["297.webp",19096],["298.webp",15640],["299.webp",12094],["3.webp",21948],["30.webp",12886],["300.webp",12560],["301.webp",16144],["302.webp",14494],["303.webp",14532],["304.webp",10280],["305.webp",14012],["306.webp",17032],["307.webp",15600],["308.webp",12456],["309.webp",13890],["31.webp",18198],["310.webp",15886],["311.webp",12316],["312.webp",10756],["313.webp",16810],["314.webp",14098],["315.webp",14366],["316.webp",8146],["317.webp",11796],["318.webp",15334],["319.webp",13516],["32.webp",13342],["320.webp",9216],["321.webp",8974],["322.webp",12158],["323.webp",17042],["324.webp",22494],["325.webp",7660],["326.webp",16186],["327.webp",15356],["328.webp",11254],["329.webp",18420],["33.webp",16172],["330.webp",19980],["331.webp",13022],["332.webp",15660],["333.webp",10760],["334.webp",16494],["335.webp",13538],["336.webp",21900],["337.webp",12096],["338.webp",15838],["339.webp",10466],["34.webp",17688],["340.webp",20502],["341.webp",19918],["342.webp",20720],["343.webp",11282],["344.webp",15168],["345.webp",18036],["346.webp",16136],["347.webp",15076],["348.webp",20072],["349.webp",14576],["35.webp",9530],["350.webp",23932],["351.webp",6386],["352.webp",14188],["353.webp",11072],["354.webp",16314],["355.webp",11092],["356.webp",11314],["357.webp",19950],["358.webp",7176],["359.webp",15440],["36.webp",13018],["360.webp",14732],["361.webp",12744],["362.webp",14950],["363.webp",11540],["364.webp",12570],["365.webp",14190],["366.webp",16126],["367.webp",18948],["368.webp",11932],["369.webp",12880],["37.webp",15412],["370.webp",7860],["371.webp",10730],["372.webp",10726],["373.webp",22246],["374.webp",9784],["375.webp",16758],["376.webp",13968],["377.webp",16694],["378.webp",15544],["379.webp",15254],["38.webp",14580],["380.webp",13486],["381.webp",13322],["382.webp",16246],["383.webp",21418],["384.webp",25318],["385.webp",11602],["386.webp",19580],["387.webp",12168],["388.webp",21766],["389.webp",20794],["39.webp",10870],["390.webp",14568],["391.webp",20092],["392.webp",25180],["393.webp",11162],["394.webp",15228],["395.webp",17592],["396.webp",12608],["397.webp",14212],["398.webp",17196],["399.webp",12272],["4.webp",16422],["40.webp",12862],["400.webp",13878],["401.webp",12178],["402.webp",20388],["403.webp",14780],["404.webp",20120],["405.webp",20580],["406.webp",9028],["407.webp",15486],["408.webp",12670],["409.webp",14460],["41.webp",18358],["410.webp",11958],["411.webp",15026],["412-plant.webp",10174],["412-sandy.webp",8058],["412-trash.webp",8782],["412.webp",10174],["413-plant.webp",11954],["413-sandy.webp",10734],["413-trash.webp",10512],["413.webp",12078],["414.webp",13142],["415.webp",11894],["416.webp",18626],["417.webp",11594],["418.webp",11906],["419.webp",15324],["42.webp",16174],["420.webp",13316],["421-overcast.webp",9604],["421-sunshine.webp",11788],["421.webp",9604],["422-east.webp",13226],["422-west.webp",9240],["422.webp",9240],["423-east.webp",17258],["423-west.webp",13888],["423.webp",13888],["424.webp",20426],["425.webp",11302],["426.webp",15632],["427.webp",8786],["428.webp",15670],["429.webp",14268],["43.webp",13542],["430.webp",17296],["431.webp",17524],["432.webp",21702],["433.webp",12116],["434.webp",16696],["435.webp",14894],["436.webp",15882],["437.webp",10858],["438.webp",11788],["439.webp",12300],["44.webp",18164],["440.webp",9558],["441.webp",13672],["442.webp",23556],["443.webp",15214],["444.webp",18782],["445.webp",20654],["446.webp",12676],["447.webp",14896],["448.webp",16906],["449.webp",11734],["45.webp",16246],["450.webp",14178],["451.webp",15040],["452.webp",15276],["453.webp",17012],["454.webp",18062],["455.webp",17188],["456.webp",12588],["457.webp",15858],["458.webp",14038],["459.webp",12144],["46.webp",14634],["460.webp",16582],["461.webp",19362],["462.webp",12532],["463.webp",11866],["464.webp",16090],["465.webp",15916],["466.webp",23194],["467.webp",22346],["468.webp",7680],["469.webp",21116],["47.webp",19326],["470.webp",19970],["471.webp",14948],["472.webp",15948],["473.webp",15570],["474.webp",14844],["475.webp",14044],["476.webp",13506],["477.webp",16058],["478.webp",11866],["479.webp",11390],["48.webp",17504],["480.webp",16016],["481.webp",15636],["482.webp",14820],["483.webp",23556],["484.webp",19804],["485.webp",15150],["486.webp",20188],["487.webp",24102],["488.webp",24804],["489.webp",12994],["49.webp",12664],["490.webp",10968],["491.webp",19936],["492.webp",12550],["493-bug.webp",17226],["493-dark.webp",17084],["493-dragon.webp",18414],["493-electric.webp",17774],["493-fairy.webp",15850],["493-fighting.webp",18430],["493-fire.webp",18268],["493-flying.webp",16478],["493-ghost.webp",18470],["493-grass.webp",17676],["493-ground.webp",18490],["493-ice.webp",18020],["493-poison.webp",18066],["493-psychic.webp",17554],["493-rock.webp",17048],["493-steel.webp",15050],["493-unknown.webp",17366],["493-water.webp",19300],["493.webp",17366],["494.webp",13296],["495.webp",15290],["496.webp",16080],["497.webp",19826],["498.webp",14356],["499.webp",20322],["5.webp",18098],["50.webp",7024],["500.webp",27692],["501.webp",11620],["502.webp",15008],["503.webp",20296],["504.webp",15648],["505.webp",13284],["506.webp",14436],["507.webp",20406],["508.webp",15624],["509.webp",13592],["51.webp",10468],["510.webp",21722],["511.webp",18848],["512.webp",22002],["513.webp",15958],["514.webp",21730],["515.webp",18418],["516.webp",22524],["517.webp",9248],["518.webp",13714],["519.webp",11666],["52.webp",16686],["520.webp",14914],["521.webp",17454],["522.webp",12284],["523.webp",18386],["524.webp",10740],["525.webp",16492],["526.webp",18050],["527.webp",9934],["528.webp",16690],["529.webp",12022],["53.webp",15924],["530.webp",13344],["531.webp",14054],["532.webp",10400],["533.webp",14286],["534.webp",14042],["535.webp",11772],["536.webp",14268],["537.webp",20306],["538.webp",16816],["539.webp",19780],["54.webp",12742],["540.webp",12684],["541.webp",11018],["542.webp",11760],["543.webp",13750],["544.webp",12968],["545.webp",19480],["546.webp",9526],["547.webp",11740],["548.webp",10516],["549.webp",16532],["55.webp",17708],["550.webp",12458],["551.webp",12718],["552.webp",15494],["553.webp",20754],["554.webp",16894],["555.webp",19544],["556.webp",19292],["557.webp",13430],["558.webp",15632],["559.webp",12504],["56.webp",12938],["560.webp",15914],["561.webp",24510],["562.webp",10808],["563.webp",24104],["564.webp",10076],["565.webp",17010],["566.webp",16856],["567.webp",23360],["568.webp",11850],["569.webp",19694],["57.webp",17804],["570.webp",13564],["571.webp",19620],["572.webp",11956],["573.webp",11858],["574.webp",11408],["575.webp",12134],["576.webp",17714],["577.webp",14314],["578.webp",15432],["579.webp",15806],["58.webp",15282],["580.webp",12400],["581.webp",11628],["582.webp",8572],["583.webp",9880],["584.webp",14492],["585-autumn.webp",12392],["585-spring.webp",11464],["585-summer.webp",13028],["585-winter.webp",12442],["585.webp",11464],["586-autumn.webp",21480],["586-spring.webp",14766],["586-summer.webp",20548],["586-winter.webp",14436],["586.webp",14766],["587.webp",11896],["588.webp",12276],["589.webp",16532],["59.webp",20754],["590.webp",9546],["591.webp",13696],["592.webp",14822],["593.webp",16972],["594.webp",8440],["595.webp",12926],["596.webp",19868],["597.webp",13658],["598.webp",16128],["599.webp",12476],["6.webp",23502],["60.webp",12388],["600.webp",15406],["601.webp",13940],["602.webp",7494],["603.webp",17024],["604.webp",16898],["605.webp",11732],["606.webp",14398],["607.webp",7518],["608.webp",16400],["609.webp",23170],["61.webp",16680],["610.webp",9252],["611.webp",17472],["612.webp",20782],["613.webp",9160],["614.webp",12310],["615.webp",19730],["616.webp",12466],["617.webp",16012],["618.webp",9402],["619.webp",15384],["62.webp",14414],["620.webp",13712],["621.webp",25594],["622.webp",20054],["623.webp",24904],["624.webp",13440],["625.webp",14828],["626.webp",13650],["627.webp",13162],["628.webp",24192],["629.webp",12494],["63.webp",15888],["630.webp",16276],["631.webp",19034],["632.webp",13224],["633.webp",10028],["634.webp",20640],["635.webp",24202],["636.webp",16670],["637.webp",18200],["638.webp",16344],["639.webp",17380],["64.webp",18974],["640.webp",16240],["641.webp",14820],["642.webp",15120],["643.webp",18106],["644.webp",18034],["645.webp",15082],["646.webp",20892],["647.webp",21090],["648.webp",13918],["649-burn.webp",18544],["649-chill.webp",18366],["649-douse.webp",18482],["649-shock.webp",18400],["649.webp",18540],["65.webp",22690],["650.webp",15880],["651.webp",17260],["652.webp",18362],["653.webp",12886],["654.webp",17220],["655.webp",19536],["656.webp",17868],["657.webp",18194],["658.webp",17022],["659.webp",11414],["66.webp",12224],["660.webp",18834],["661.webp",13242],["662.webp",19324],["663.webp",16026],["664.webp",10326],["665.webp",12132],["666-archipelago.webp",21426],["666-continental.webp",21106],["666-elegant.webp",19852],["666-fancy.webp",21686],["666-garden.webp",20696],["666-high-plains.webp",21524],["666-icy-snow.webp",16608],["666-jungle.webp",18446],["666-marine.webp",20874],["666-meadow.webp",20670],["666-modern.webp",21664],["666-monsoon.webp",18388],["666-ocean.webp",23078],["666-poke-ball.webp",19932],["666-polar.webp",20628],["666-river.webp",19786],["666-sandstorm.webp",18642],["666-savanna.webp",23534],["666-sun.webp",21850],["666-tundra.webp",18926],["666.webp",20670],["667.webp",17708],["668.webp",21052],["669-blue.webp",17076],["669-orange.webp",16462],["669-red.webp",16616],["669-white.webp",15058],["669-yellow.webp",15748],["669.webp",16616],["67.webp",17220],["670-blue.webp",14334],["670-orange.webp",13740],["670-red.webp",14072],["670-white.webp",13008],["670-yellow.webp",13272],["670.webp",14072],["671-blue.webp",25242],["671-orange.webp",23628],["671-red.webp",23604],["671-white.webp",21876],["671-yellow.webp",22326],["671.webp",23604],["672.webp",17824],["673.webp",22228],["674.webp",10334],["675.webp",15190],["676-dandy.webp",15620],["676-debutante.webp",15214],["676-diamond.webp",14226],["676-heart.webp",15070],["676-kabuki.webp",17662],["676-la-reine.webp",15850],["676-matron.webp",15466],["676-natural.webp",14298],["676-pharaoh.webp",15956],["676-star.webp",15066],["676.webp",14298],["677.webp",10374],["678.webp",19496],["679.webp",17146],["68.webp",19850],["680.webp",24212],["681.webp",18862],["682.webp",11378],["683.webp",17974],["684.webp",7406],["685.webp",11166],["686.webp",13002],["687.webp",17580],["688.webp",16454],["689.webp",21758],["69.webp",14300],["690.webp",16838],["691.webp",21372],["692.webp",13788],["693.webp",12886],["694.webp",13390],["695.webp",13412],["696.webp",16130],["697.webp",18780],["698.webp",11572],["699.webp",17038],["7.webp",12700],["70.webp",11596],["700.webp",16654],["701.webp",19036],["702.webp",19644],["703.webp",11350],["704.webp",10844],["705.webp",10886],["706.webp",13350],["707.webp",13386],["708.webp",14594],["709.webp",29166],["71.webp",16332],["710.webp",12362],["711.webp",14838],["712.webp",11140],["713.webp",16992],["714.webp",17298],["715.webp",23694],["716-active.webp",21208],["716-neutral.webp",19240],["716.webp",19240],["717.webp",23936],["718.webp",23344],["719.webp",11814],["72.webp",13410],["720.webp",16922],["721.webp",21968],["722.webp",12176],["723.webp",15902],["724.webp",19846],["725.webp",13600],["726.webp",21952],["727.webp",18044],["728.webp",15852],["729.webp",11732],["73.webp",27038],["730.webp",17948],["731.webp",15214],["732.webp",16328],["733.webp",16466],["734.webp",10546],["735.webp",12400],["736.webp",8968],["737.webp",9518],["738.webp",20646],["739.webp",15090],["74.webp",8100],["740.webp",14240],["741.webp",15396],["742.webp",16452],["743.webp",22986],["744.webp",12882],["745.webp",15400],["746.webp",8394],["747.webp",14564],["748.webp",15362],["749.webp",14082],["75.webp",10142],["750.webp",20882],["751.webp",18974],["752.webp",22256],["753.webp",10576],["754.webp",15248],["755.webp",8306],["756.webp",13208],["757.webp",12798],["758.webp",19418],["759.webp",12486],["76.webp",13738],["760.webp",13988],["761.webp",11556],["762.webp",13720],["763.webp",17246],["764.webp",17610],["765.webp",19858],["766.webp",15392],["767.webp",12994],["768.webp",20174],["769.webp",8572],["77.webp",18830],["770.webp",12064],["771.webp",10260],["772.webp",19286],["773-bug.webp",18488],["773-dark.webp",18726],["773-dragon.webp",18944],["773-electric.webp",18716],["773-fairy.webp",17740],["773-fighting.webp",19376],["773-fire.webp",19582],["773-flying.webp",19528],["773-ghost.webp",18360],["773-grass.webp",19034],["773-ground.webp",19368],["773-ice.webp",17406],["773-normal.webp",17324],["773-poison.webp",18766],["773-psychic.webp",18960],["773-rock.webp",18102],["773-steel.webp",18408],["773-water.webp",18880],["773.webp",17324],["774.webp",11826],["775.webp",12090],["776.webp",20984],["777.webp",10168],["778.webp",12646],["779.webp",12520],["78.webp",24766],["780.webp",12496],["781.webp",24314],["782.webp",12676],["783.webp",17352],["784.webp",23452],["785.webp",25400],["786.webp",17240],["787.webp",17578],["788.webp",18098],["789.webp",16274],["79.webp",11852],["790.webp",15148],["791.webp",25068],["792.webp",27708],["793.webp",12422],["794.webp",28528],["795.webp",21466],["796.webp",21690],["797.webp",24478],["798.webp",11672],["799.webp",26576],["8.webp",15046],["80.webp",14900],["800.webp",23420],["801.webp",13998],["802.webp",11092],["803.webp",11876],["804.webp",13876],["805.webp",22114],["806.webp",17938],["807.webp",22052],["808.webp",13164],["809.webp",16242],["81.webp",10890],["810.webp",14544],["811.webp",13576],["812.webp",21662],["813.webp",10652],["814.webp",16588],["815.webp",13468],["816.webp",12010],["817.webp",14758],["818.webp",17442],["819.webp",10180],["82.webp",20810],["820.webp",15388],["821.webp",11830],["822.webp",20840],["823.webp",14460],["824.webp",12426],["825.webp",13448],["826.webp",19936],["827.webp",16756],["828.webp",18884],["829.webp",14696],["83.webp",14190],["830.webp",10496],["831.webp",10008],["832.webp",14538],["833.webp",11158],["834.webp",13940],["835.webp",10852],["836.webp",13892],["837.webp",9328],["838.webp",12682],["839.webp",15758],["84.webp",13406],["840.webp",10822],["841.webp",16036],["842.webp",12156],["843.webp",11350],["844.webp",13410],["845-gorging.webp",20320],["845-gulping.webp",18338],["845.webp",16244],["846.webp",10130],["847.webp",12740],["848.webp",11712],["849.webp",20512],["85.webp",21700],["850.webp",8966],["851.webp",22944],["852.webp",12350],["853.webp",19626],["854.webp",13202],["855.webp",13986],["856.webp",8016],["857.webp",9926],["858.webp",10290],["859.webp",16142],["86.webp",9392],["860.webp",20414],["861.webp",21500],["862.webp",16044],["863.webp",20180],["864.webp",28184],["865.webp",10398],["866.webp",21938],["867.webp",23158],["868.webp",7572],["869-caramel-swirl-berry-sweet.webp",12144],["869-caramel-swirl-clover-sweet.webp",12100],["869-caramel-swirl-flower-sweet.webp",12112],["869-caramel-swirl-love-sweet.webp",11078],["869-caramel-swirl-ribbon-sweet.webp",11348],["869-caramel-swirl-star-sweet.webp",11454],["869-caramel-swirl-strawberry-sweet.webp",11188],["869-lemon-cream-berry-sweet.webp",12088],["869-lemon-cream-clover-sweet.webp",11918],["869-lemon-cream-flower-sweet.webp",12246],["869-lemon-cream-love-sweet.webp",11156],["869-lemon-cream-ribbon-sweet.webp",11352],["869-lemon-cream-star-sweet.webp",11260],["869-lemon-cream-strawberry-sweet.webp",11192],["869-matcha-cream-berry-sweet.webp",11594],["869-matcha-cream-clover-sweet.webp",11378],["869-matcha-cream-flower-sweet.webp",11802],["869-matcha-cream-love-sweet.webp",10594],["869-matcha-cream-ribbon-sweet.webp",10674],["869-matcha-cream-star-sweet.webp",11154],["869-matcha-cream-strawberry-sweet.webp",10598],["869-mint-cream-berry-sweet.webp",11578],["869-mint-cream-clover-sweet.webp",11686],["869-mint-cream-flower-sweet.webp",11892],["869-mint-cream-love-sweet.webp",10884],["869-mint-cream-ribbon-sweet.webp",10840],["869-mint-cream-star-sweet.webp",11318],["869-mint-cream-strawberry-sweet.webp",10920],["869-rainbow-swirl-berry-sweet.webp",13564],["869-rainbow-swirl-clover-sweet.webp",13564],["869-rainbow-swirl-flower-sweet.webp",13626],["869-rainbow-swirl-love-sweet.webp",12636],["869-rainbow-swirl-ribbon-sweet.webp",12778],["869-rainbow-swirl-star-sweet.webp",12762],["869-rainbow-swirl-strawberry-sweet.webp",12640],["869-ruby-cream-berry-sweet.webp",11450],["869-ruby-cream-clover-sweet.webp",11504],["869-ruby-cream-flower-sweet.webp",11740],["869-ruby-cream-love-sweet.webp",10310],["869-ruby-cream-ribbon-sweet.webp",10218],["869-ruby-cream-star-sweet.webp",10746],["869-ruby-cream-strawberry-sweet.webp",10534],["869-ruby-swirl-berry-sweet.webp",12072],["869-ruby-swirl-clover-sweet.webp",11910],["869-ruby-swirl-flower-sweet.webp",12142],["869-ruby-swirl-love-sweet.webp",11030],["869-ruby-swirl-ribbon-sweet.webp",11160],["869-ruby-swirl-star-sweet.webp",11332],["869-ruby-swirl-strawberry-sweet.webp",11094],["869-salted-cream-berry-sweet.webp",10798],["869-salted-cream-clover-sweet.webp",11022],["869-salted-cream-flower-sweet.webp",11088],["869-salted-cream-love-sweet.webp",9992],["869-salted-cream-ribbon-sweet.webp",10024],["869-salted-cream-star-sweet.webp",10386],["869-salted-cream-strawberry-sweet.webp",10124],["869-vanilla-cream-berry-sweet.webp",11632],["869-vanilla-cream-clover-sweet.webp",11632],["869-vanilla-cream-flower-sweet.webp",11876],["869-vanilla-cream-love-sweet.webp",10658],["869-vanilla-cream-ribbon-sweet.webp",10676],["869-vanilla-cream-star-sweet.webp",10954],["869-vanilla-cream-strawberry-sweet.webp",10486],["869.webp",10486],["87.webp",10532],["870.webp",19104],["871.webp",11698],["872.webp",7142],["873.webp",19148],["874.webp",14230],["875.webp",9428],["876.webp",12026],["877-hangry.webp",9822],["877.webp",10876],["878.webp",16700],["879.webp",24836],["88.webp",11036],["880.webp",16910],["881.webp",15596],["882.webp",19438],["883.webp",14866],["884.webp",14234],["885.webp",10426],["886.webp",17912],["887.webp",23114],["888.webp",20972],["889.webp",26500],["89.webp",9892],["890.webp",34224],["891.webp",12186],["892.webp",18098],["893-dada.webp",22706],["893.webp",21822],["894.webp",16208],["895.webp",16338],["896.webp",13786],["897.webp",19118],["898.webp",11598],["899.webp",15346],["9.webp",15416],["90.webp",12862],["900.webp",22164],["901.webp",17360],["902.webp",15468],["903.webp",20118],["904.webp",15106],["905.webp",16084],["906.webp",38354],["907.webp",31806],["908.webp",31764],["909.webp",27524],["91.webp",15686],["910.webp",33714],["911.webp",32226],["912.webp",28968],["913.webp",28562],["914.webp",37048],["915.webp",24602],["916.webp",27100],["917.webp",40698],["918.webp",45622],["919.webp",30684],["92.webp",15584],["920.webp",26158],["921.webp",32694],["922.webp",27516],["923.webp",28302],["924.webp",28038],["925.webp",27040],["926.webp",24628],["927.webp",35374],["928.webp",22874],["929.webp",28556],["93.webp",15516],["930.webp",32772],["931.webp",28760],["932.webp",22504],["933.webp",20698],["934.webp",27072],["935.webp",27404],["936.webp",29774],["937.webp",34854],["938.webp",21060],["939.webp",23942],["94.webp",14284],["940.webp",31542],["941.webp",20720],["942.webp",24540],["943.webp",24008],["944.webp",22026],["945.webp",37462],["946.webp",53742],["947.webp",59014],["948.webp",25822],["949.webp",39834],["95.webp",13644],["950.webp",33146],["951.webp",26584],["952.webp",33318],["953.webp",27066],["954.webp",35554],["955.webp",29830],["956.webp",30356],["957.webp",26374],["958.webp",28382],["959.webp",23834],["96.webp",13374],["960.webp",17600],["961.webp",24492],["962.webp",29022],["963.webp",20928],["964.webp",21022],["965.webp",25626],["966.webp",26258],["967.webp",28678],["968.webp",20328],["969.webp",19866],["97.webp",16268],["970.webp",18252],["971.webp",27882],["972.webp",30508],["973.webp",17856],["974.webp",21978],["975.webp",20514],["976.webp",25408],["977.webp",30618],["978.webp",27822],["979.webp",43888],["98.webp",15146],["980.webp",12996],["981.webp",24398],["982.webp",25940],["983.webp",27902],["984.webp",24748],["985.webp",29162],["986.webp",31786],["987.webp",29188],["988.webp",30242],["989.webp",42194],["99.webp",16370],["990.webp",27068],["991.webp",37264],["992.webp",26190],["993.webp",46092],["994.webp",40674],["995.webp",30342],["996.webp",31550],["997.webp",26460],["998.webp",25168],["999.webp",32278],["female/10235.webp",15114],["female/111.webp",13452],["female/112.webp",14044],["female/118.webp",8072],["female/119.webp",15418],["female/12.webp",23668],["female/123.webp",20714],["female/129.webp",18748],["female/130.webp",21772],["female/133.webp",14026],["female/154.webp",13888],["female/165.webp",15554],["female/166.webp",16094],["female/178.webp",14696],["female/185.webp",18270],["female/186.webp",15150],["female/19.webp",14474],["female/190.webp",16670],["female/194.webp",12140],["female/195.webp",11908],["female/198.webp",15016],["female/20.webp",18684],["female/202.webp",14974],["female/203.webp",15736],["female/207.webp",18216],["female/208.webp",12920],["female/212.webp",21948],["female/214.webp",17218],["female/215.webp",16810],["female/217.webp",14188],["female/221.webp",12012],["female/224.webp",14234],["female/229.webp",18428],["female/232.webp",10398],["female/25.webp",13888],["female/255.webp",11004],["female/256.webp",16844],["female/257.webp",16996],["female/26.webp",16658],["female/267.webp",21732],["female/269.webp",14902],["female/272.webp",16256],["female/274.webp",16116],["female/275.webp",15666],["female/3.webp",22012],["female/307.webp",15816],["female/308.webp",12204],["female/315.webp",14502],["female/316.webp",7952],["female/317.webp",11290],["female/322.webp",12696],["female/323.webp",17188],["female/332.webp",15868],["female/350.webp",24392],["female/369.webp",12810],["female/396.webp",12612],["female/397.webp",14206],["female/398.webp",17078],["female/399.webp",12288],["female/400.webp",13794],["female/401.webp",12142],["female/402.webp",20864],["female/403.webp",14512],["female/404.webp",19966],["female/405.webp",19326],["female/407.webp",15702],["female/41.webp",18270],["female/415.webp",12092],["female/417.webp",11490],["female/418.webp",11904],["female/419.webp",15304],["female/42.webp",16036],["female/424.webp",21072],["female/44.webp",17806],["female/443.webp",15026],["female/444.webp",18728],["female/445.webp",20506],["female/449.webp",11730],["female/45.webp",16816],["female/450.webp",12942],["female/453.webp",17114],["female/454.webp",18026],["female/456.webp",12802],["female/457.webp",16830],["female/459.webp",12144],["female/460.webp",16868],["female/461.webp",18936],["female/464.webp",15934],["female/465.webp",15952],["female/473.webp",14992],["female/521.webp",11274],["female/592.webp",13932],["female/593.webp",12874],["female/64.webp",18430],["female/65.webp",19646],["female/668.webp",22226],["female/678.webp",14810],["female/84.webp",13074],["female/85.webp",21292],["female/876.webp",12900],["female/902.webp",12432],["female/916.webp",15350],["female/97.webp",16166],["shiny/1.webp",12634],["shiny/10.webp",12374],["shiny/100.webp",9362],["shiny/1000.webp",33790],["shiny/10001.webp",19316],["shiny/10002.webp",17206],["shiny/10003.webp",18904],["shiny/10004.webp",10836],["shiny/10005.webp",10640],["shiny/10006.webp",14718],["shiny/10007.webp",26288],["shiny/10008.webp",12406],["shiny/10009.webp",12772],["shiny/1001.webp",35670],["shiny/10010.webp",11084],["shiny/10011.webp",11844],["shiny/10012.webp",12330],["shiny/10013.webp",12790],["shiny/10014.webp",9050],["shiny/10015.webp",11956],["shiny/10016.webp",13432],["shiny/10017.webp",14532],["shiny/10018.webp",12446],["shiny/10019.webp",21846],["shiny/1002.webp",31578],["shiny/10020.webp",18224],["shiny/10021.webp",19398],["shiny/10022.webp",19202],["shiny/10023.webp",19384],["shiny/10024.webp",18660],["shiny/10025.webp",12446],["shiny/10026.webp",19404],["shiny/10027.webp",10068],["shiny/10028.webp",13220],["shiny/10029.webp",13702],["shiny/1003.webp",27352],["shiny/10030.webp",12712],["shiny/10031.webp",16898],["shiny/10032.webp",17710],["shiny/10033.webp",23140],["shiny/10034.webp",24392],["shiny/10035.webp",21992],["shiny/10036.webp",15380],["shiny/10037.webp",19934],["shiny/10038.webp",13642],["shiny/10039.webp",17538],["shiny/1004.webp",28172],["shiny/10040.webp",22422],["shiny/10041.webp",24310],["shiny/10042.webp",18478],["shiny/10043.webp",12378],["shiny/10044.webp",14888],["shiny/10045.webp",16018],["shiny/10046.webp",24538],["shiny/10047.webp",15356],["shiny/10048.webp",19652],["shiny/10049.webp",21150],["shiny/1005.webp",42350],["shiny/10050.webp",24890],["shiny/10051.webp",13418],["shiny/10052.webp",22280],["shiny/10053.webp",17596],["shiny/10054.webp",16902],["shiny/10055.webp",18630],["shiny/10056.webp",22688],["shiny/10057.webp",17710],["shiny/10058.webp",19870],["shiny/10059.webp",21658],["shiny/1006.webp",32384],["shiny/10060.webp",21486],["shiny/10062.webp",16932],["shiny/10063.webp",11752],["shiny/10064.webp",20550],["shiny/10065.webp",18766],["shiny/10066.webp",17488],["shiny/10067.webp",10232],["shiny/10068.webp",16204],["shiny/10069.webp",12132],["shiny/1007.webp",45392],["shiny/10070.webp",15944],["shiny/10071.webp",12676],["shiny/10072.webp",18958],["shiny/10073.webp",21596],["shiny/10074.webp",18034],["shiny/10075.webp",25888],["shiny/10076.webp",20114],["shiny/10077.webp",28022],["shiny/10078.webp",20736],["shiny/10079.webp",37486],["shiny/1008.webp",32668],["shiny/10086.webp",24458],["shiny/10087.webp",15966],["shiny/10088.webp",17772],["shiny/10089.webp",15036],["shiny/1009.webp",36454],["shiny/10090.webp",22866],["shiny/10091.webp",13680],["shiny/10092.webp",14426],["shiny/10093.webp",27710],["shiny/101.webp",11906],["shiny/1010.webp",30814],["shiny/10100.webp",18132],["shiny/10101.webp",10528],["shiny/10102.webp",15488],["shiny/10103.webp",11042],["shiny/10104.webp",14896],["shiny/10105.webp",10190],["shiny/10106.webp",15122],["shiny/10107.webp",14780],["shiny/10108.webp",15872],["shiny/10109.webp",13898],["shiny/1011.webp",22730],["shiny/10110.webp",17590],["shiny/10111.webp",16280],["shiny/10112.webp",9914],["shiny/10113.webp",12648],["shiny/10114.webp",14990],["shiny/10115.webp",14656],["shiny/10116.webp",30816],["shiny/10117.webp",16572],["shiny/10118.webp",13352],["shiny/10119.webp",20560],["shiny/1012.webp",34170],["shiny/10120.webp",19722],["shiny/10121.webp",22076],["shiny/10122.webp",33098],["shiny/10123.webp",9458],["shiny/10124.webp",13180],["shiny/10125.webp",12664],["shiny/10126.webp",18834],["shiny/10127.webp",17078],["shiny/10128.webp",26464],["shiny/10129.webp",37094],["shiny/1013.webp",29482],["shiny/10130.webp",23712],["shiny/10131.webp",23712],["shiny/10132.webp",23712],["shiny/10133.webp",23712],["shiny/10134.webp",23712],["shiny/10135.webp",23712],["shiny/10136.webp",10396],["shiny/10137.webp",23750],["shiny/10138.webp",23750],["shiny/10139.webp",23750],["shiny/1014.webp",36100],["shiny/10140.webp",23750],["shiny/10141.webp",23750],["shiny/10142.webp",23750],["shiny/10143.webp",9882],["shiny/10145.webp",21932],["shiny/10146.webp",43910],["shiny/10147.webp",14710],["shiny/10149.webp",26842],["shiny/1015.webp",25720],["shiny/10150.webp",36262],["shiny/10152.webp",14282],["shiny/10153.webp",38204],["shiny/10154.webp",22052],["shiny/10155.webp",25266],["shiny/10156.webp",23328],["shiny/10157.webp",16588],["shiny/1016.webp",41188],["shiny/10161.webp",15532],["shiny/10162.webp",18338],["shiny/10163.webp",17876],["shiny/10164.webp",7664],["shiny/10165.webp",14416],["shiny/10166.webp",10140],["shiny/10167.webp",16714],["shiny/10168.webp",16974],["shiny/10169.webp",19478],["shiny/1017.webp",39652],["shiny/10170.webp",24512],["shiny/10171.webp",29484],["shiny/10172.webp",13010],["shiny/10173.webp",16314],["shiny/10174.webp",17778],["shiny/10175.webp",14456],["shiny/10176.webp",11880],["shiny/10177.webp",11146],["shiny/10178.webp",13674],["shiny/10179.webp",11710],["shiny/1018.webp",21812],["shiny/10180.webp",9946],["shiny/10181.webp",29860],["shiny/10184.webp",15406],["shiny/10185.webp",7568],["shiny/10186.webp",13760],["shiny/10188.webp",28160],["shiny/10189.webp",27456],["shiny/1019.webp",14652],["shiny/10190.webp",25908],["shiny/10191.webp",16884],["shiny/10192.webp",23634],["shiny/10193.webp",19790],["shiny/10194.webp",25798],["shiny/10195.webp",20798],["shiny/10196.webp",38260],["shiny/10197.webp",25474],["shiny/10198.webp",23378],["shiny/10199.webp",19798],["shiny/102.webp",14050],["shiny/1020.webp",26958],["shiny/10200.webp",15868],["shiny/10201.webp",25718],["shiny/10202.webp",18340],["shiny/10203.webp",25290],["shiny/10204.webp",28006],["shiny/10205.webp",17742],["shiny/10206.webp",18410],["shiny/10207.webp",27106],["shiny/10208.webp",23180],["shiny/10209.webp",31000],["shiny/1021.webp",22036],["shiny/10210.webp",25612],["shiny/10211.webp",14530],["shiny/10212.webp",29862],["shiny/10213.webp",21056],["shiny/10214.webp",23992],["shiny/10215.webp",24462],["shiny/10216.webp",20608],["shiny/10217.webp",20658],["shiny/10218.webp",21676],["shiny/10219.webp",32002],["shiny/1022.webp",19976],["shiny/10220.webp",33740],["shiny/10221.webp",24616],["shiny/10222.webp",22212],["shiny/10223.webp",18494],["shiny/10224.webp",21836],["shiny/10225.webp",20828],["shiny/10226.webp",26656],["shiny/10227.webp",28860],["shiny/10228.webp",49460],["shiny/10229.webp",16124],["shiny/1023.webp",15886],["shiny/10230.webp",18092],["shiny/10231.webp",9134],["shiny/10232.webp",11094],["shiny/10233.webp",17918],["shiny/10234.webp",11408],["shiny/10235.webp",17006],["shiny/10236.webp",17726],["shiny/10237.webp",14116],["shiny/10238.webp",11330],["shiny/10239.webp",20862],["shiny/1024.webp",15598],["shiny/10240.webp",23734],["shiny/10241.webp",10330],["shiny/10242.webp",14194],["shiny/10243.webp",16906],["shiny/10244.webp",23090],["shiny/10245.webp",23472],["shiny/10246.webp",16320],["shiny/10247.webp",15942],["shiny/10248.webp",14270],["shiny/10249.webp",16722],["shiny/1025.webp",15404],["shiny/10250.webp",24076],["shiny/10251.webp",34588],["shiny/10252.webp",20766],["shiny/10253.webp",30154],["shiny/10254.webp",36004],["shiny/10255.webp",27182],["shiny/10256.webp",28924],["shiny/10257.webp",21836],["shiny/10258.webp",15420],["shiny/10259.webp",16754],["shiny/10260.webp",29084],["shiny/10261.webp",29062],["shiny/10262.webp",27042],["shiny/10263.webp",32818],["shiny/10272.webp",30846],["shiny/10273.webp",36496],["shiny/10274.webp",37416],["shiny/10275.webp",33762],["shiny/10276.webp",21216],["shiny/10277.webp",32874],["shiny/103.webp",21010],["shiny/104.webp",10846],["shiny/105.webp",13398],["shiny/106.webp",11430],["shiny/107.webp",12372],["shiny/108.webp",13500],["shiny/109.webp",17714],["shiny/11.webp",8764],["shiny/110.webp",16760],["shiny/111.webp",14412],["shiny/112.webp",13692],["shiny/113.webp",11200],["shiny/114.webp",18374],["shiny/115.webp",15278],["shiny/116.webp",12294],["shiny/117.webp",13904],["shiny/118.webp",8026],["shiny/119.webp",16324],["shiny/12.webp",21460],["shiny/120.webp",11968],["shiny/121.webp",16896],["shiny/122.webp",21462],["shiny/123.webp",19074],["shiny/124.webp",16198],["shiny/125.webp",19002],["shiny/126.webp",18816],["shiny/127.webp",18208],["shiny/128.webp",18550],["shiny/129.webp",16948],["shiny/13.webp",9702],["shiny/130.webp",21436],["shiny/131.webp",13266],["shiny/132.webp",8314],["shiny/133.webp",11374],["shiny/134.webp",16716],["shiny/135.webp",17954],["shiny/136.webp",16454],["shiny/137.webp",13306],["shiny/138.webp",12152],["shiny/139.webp",16952],["shiny/14.webp",8106],["shiny/140.webp",10994],["shiny/141.webp",17868],["shiny/142.webp",13208],["shiny/143.webp",12826],["shiny/144.webp",20638],["shiny/145.webp",21960],["shiny/146.webp",19150],["shiny/147.webp",10106],["shiny/148.webp",12066],["shiny/149.webp",16110],["shiny/15.webp",23878],["shiny/150.webp",15230],["shiny/151.webp",13116],["shiny/152.webp",9356],["shiny/153.webp",13030],["shiny/154.webp",13838],["shiny/155.webp",15094],["shiny/156.webp",14310],["shiny/157.webp",16180],["shiny/158.webp",11006],["shiny/159.webp",13822],["shiny/16.webp",11932],["shiny/160.webp",17312],["shiny/161.webp",8438],["shiny/162.webp",12984],["shiny/163.webp",14336],["shiny/164.webp",13930],["shiny/165.webp",15044],["shiny/166.webp",16818],["shiny/167.webp",11160],["shiny/168.webp",17836],["shiny/169.webp",11642],["shiny/17.webp",17072],["shiny/170.webp",15202],["shiny/171.webp",14240],["shiny/172.webp",13520],["shiny/173.webp",8728],["shiny/174.webp",8454],["shiny/175.webp",12550],["shiny/176.webp",10584],["shiny/177.webp",13366],["shiny/178.webp",13936],["shiny/179.webp",14524],["shiny/18.webp",16014],["shiny/180.webp",11336],["shiny/181.webp",12226],["shiny/182.webp",13358],["shiny/183.webp",12904],["shiny/184.webp",18124],["shiny/185.webp",18214],["shiny/186.webp",15284],["shiny/187.webp",12878],["shiny/188.webp",10330],["shiny/189.webp",11432],["shiny/19.webp",12534],["shiny/190.webp",15392],["shiny/191.webp",15060],["shiny/192.webp",13402],["shiny/193.webp",16010],["shiny/194.webp",11684],["shiny/195.webp",10810],["shiny/196.webp",16922],["shiny/197.webp",15884],["shiny/198.webp",15096],["shiny/199.webp",12180],["shiny/2.webp",17556],["shiny/20.webp",18352],["shiny/200.webp",13574],["shiny/201-a.webp",12190],["shiny/201-b.webp",13306],["shiny/201-c.webp",18368],["shiny/201-d.webp",15916],["shiny/201-e.webp",13348],["shiny/201-exclamation.webp",9888],["shiny/201-f.webp",15304],["shiny/201-g.webp",12578],["shiny/201-h.webp",21982],["shiny/201-i.webp",9812],["shiny/201-j.webp",12546],["shiny/201-k.webp",11906],["shiny/201-l.webp",11772],["shiny/201-m.webp",21368],["shiny/201-n.webp",19042],["shiny/201-o.webp",22356],["shiny/201-p.webp",11458],["shiny/201-q.webp",12528],["shiny/201-question.webp",11298],["shiny/201-r.webp",12360],["shiny/201-s.webp",13256],["shiny/201-t.webp",12126],["shiny/201-u.webp",17660],["shiny/201-v.webp",15106],["shiny/201-w.webp",14918],["shiny/201-x.webp",15948],["shiny/201-y.webp",12592],["shiny/201-z.webp",11718],["shiny/201.webp",12190],["shiny/202.webp",12446],["shiny/203.webp",17070],["shiny/204.webp",15378],["shiny/205.webp",11958],["shiny/206.webp",12258],["shiny/207.webp",18296],["shiny/208.webp",13488],["shiny/209.webp",12976],["shiny/21.webp",15010],["shiny/210.webp",12780],["shiny/211.webp",13392],["shiny/212.webp",20246],["shiny/213.webp",11246],["shiny/214.webp",17344],["shiny/215.webp",16942],["shiny/216.webp",10430],["shiny/217.webp",14796],["shiny/218.webp",11542],["shiny/219.webp",15172],["shiny/22.webp",20630],["shiny/220.webp",8780],["shiny/221.webp",10922],["shiny/222.webp",11338],["shiny/223.webp",13424],["shiny/224.webp",12756],["shiny/225.webp",13324],["shiny/226.webp",11500],["shiny/227.webp",14652],["shiny/228.webp",14500],["shiny/229.webp",20354],["shiny/23.webp",12922],["shiny/230.webp",16162],["shiny/231.webp",11214],["shiny/232.webp",12110],["shiny/233.webp",13558],["shiny/234.webp",16624],["shiny/235.webp",16496],["shiny/236.webp",14870],["shiny/237.webp",16504],["shiny/238.webp",10872],["shiny/239.webp",10492],["shiny/24.webp",17830],["shiny/240.webp",12580],["shiny/241.webp",16956],["shiny/242.webp",10646],["shiny/243.webp",19636],["shiny/244.webp",19070],["shiny/245.webp",22880],["shiny/246.webp",9020],["shiny/247.webp",12784],["shiny/248.webp",14498],["shiny/249.webp",14542],["shiny/25.webp",13950],["shiny/250.webp",22294],["shiny/251.webp",12106],["shiny/252.webp",14466],["shiny/253.webp",22104],["shiny/254.webp",18838],["shiny/255.webp",10258],["shiny/256.webp",17318],["shiny/257.webp",16798],["shiny/258.webp",11470],["shiny/259.webp",12568],["shiny/26.webp",15918],["shiny/260.webp",15726],["shiny/261.webp",14326],["shiny/262.webp",20712],["shiny/263.webp",12514],["shiny/264.webp",9330],["shiny/265.webp",12792],["shiny/266.webp",10708],["shiny/267.webp",22302],["shiny/268.webp",11782],["shiny/269.webp",14062],["shiny/27.webp",13560],["shiny/270.webp",12252],["shiny/271.webp",17938],["shiny/272.webp",16140],["shiny/273.webp",9108],["shiny/274.webp",17442],["shiny/275.webp",16174],["shiny/276.webp",13210],["shiny/277.webp",17746],["shiny/278.webp",6852],["shiny/279.webp",11212],["shiny/28.webp",17610],["shiny/280.webp",8052],["shiny/281.webp",13630],["shiny/282.webp",12500],["shiny/283.webp",9856],["shiny/284.webp",15456],["shiny/285.webp",9484],["shiny/286.webp",15594],["shiny/287.webp",10850],["shiny/288.webp",11010],["shiny/289.webp",12192],["shiny/29.webp",12094],["shiny/290.webp",8964],["shiny/291.webp",15554],["shiny/292.webp",14738],["shiny/293.webp",9780],["shiny/294.webp",18374],["shiny/295.webp",16732],["shiny/296.webp",12526],["shiny/297.webp",16362],["shiny/298.webp",13574],["shiny/299.webp",11986],["shiny/3.webp",18418],["shiny/30.webp",13148],["shiny/300.webp",13110],["shiny/301.webp",16612],["shiny/302.webp",13022],["shiny/303.webp",14272],["shiny/304.webp",9652],["shiny/305.webp",13702],["shiny/306.webp",17512],["shiny/307.webp",14368],["shiny/308.webp",11772],["shiny/309.webp",13606],["shiny/31.webp",15698],["shiny/310.webp",14838],["shiny/311.webp",12650],["shiny/312.webp",9148],["shiny/313.webp",15816],["shiny/314.webp",13936],["shiny/315.webp",12514],["shiny/316.webp",8302],["shiny/317.webp",11870],["shiny/318.webp",13612],["shiny/319.webp",12490],["shiny/32.webp",13638],["shiny/320.webp",8200],["shiny/321.webp",7600],["shiny/322.webp",11252],["shiny/323.webp",14404],["shiny/324.webp",20852],["shiny/325.webp",8112],["shiny/326.webp",16724],["shiny/327.webp",13748],["shiny/328.webp",9262],["shiny/329.webp",17266],["shiny/33.webp",15904],["shiny/330.webp",16962],["shiny/331.webp",12174],["shiny/332.webp",15362],["shiny/333.webp",9656],["shiny/334.webp",13840],["shiny/335.webp",13440],["shiny/336.webp",19096],["shiny/337.webp",11704],["shiny/338.webp",15358],["shiny/339.webp",9468],["shiny/34.webp",19198],["shiny/340.webp",18866],["shiny/341.webp",17276],["shiny/342.webp",18622],["shiny/343.webp",10576],["shiny/344.webp",13876],["shiny/345.webp",16896],["shiny/346.webp",16450],["shiny/347.webp",14600],["shiny/348.webp",18308],["shiny/349.webp",13988],["shiny/35.webp",9138],["shiny/350.webp",21090],["shiny/351.webp",7340],["shiny/352.webp",14260],["shiny/353.webp",10964],["shiny/354.webp",17464],["shiny/355.webp",11812],["shiny/356.webp",12146],["shiny/357.webp",17764],["shiny/358.webp",6512],["shiny/359.webp",14564],["shiny/36.webp",12580],["shiny/360.webp",12996],["shiny/361.webp",12678],["shiny/362.webp",14650],["shiny/363.webp",10798],["shiny/364.webp",10892],["shiny/365.webp",13604],["shiny/366.webp",15436],["shiny/367.webp",16362],["shiny/368.webp",13186],["shiny/369.webp",14528],["shiny/37.webp",13946],["shiny/370.webp",8070],["shiny/371.webp",9838],["shiny/372.webp",11448],["shiny/373.webp",18618],["shiny/374.webp",8224],["shiny/375.webp",14886],["shiny/376.webp",12062],["shiny/377.webp",16438],["shiny/378.webp",15332],["shiny/379.webp",15652],["shiny/38.webp",14010],["shiny/380.webp",12990],["shiny/381.webp",11218],["shiny/382.webp",14482],["shiny/383.webp",19946],["shiny/384.webp",21760],["shiny/385.webp",11058],["shiny/386.webp",17886],["shiny/387.webp",12316],["shiny/388.webp",18702],["shiny/389.webp",18634],["shiny/39.webp",10812],["shiny/390.webp",13954],["shiny/391.webp",18788],["shiny/392.webp",22596],["shiny/393.webp",10182],["shiny/394.webp",14468],["shiny/395.webp",16736],["shiny/396.webp",13026],["shiny/397.webp",14846],["shiny/398.webp",17520],["shiny/399.webp",12140],["shiny/4.webp",14138],["shiny/40.webp",13306],["shiny/400.webp",13800],["shiny/401.webp",12218],["shiny/402.webp",19510],["shiny/403.webp",14576],["shiny/404.webp",20162],["shiny/405.webp",20366],["shiny/406.webp",9356],["shiny/407.webp",13824],["shiny/408.webp",13100],["shiny/409.webp",13348],["shiny/41.webp",17068],["shiny/410.webp",12846],["shiny/411.webp",17218],["shiny/412-plant.webp",10332],["shiny/412-sandy.webp",8292],["shiny/412-trash.webp",9152],["shiny/412.webp",10332],["shiny/413-plant.webp",12184],["shiny/413-sandy.webp",10836],["shiny/413-trash.webp",10640],["shiny/413.webp",12184],["shiny/414.webp",13386],["shiny/415.webp",11416],["shiny/416.webp",17474],["shiny/417.webp",10220],["shiny/418.webp",10320],["shiny/419.webp",13236],["shiny/42.webp",15112],["shiny/420.webp",12554],["shiny/421-overcast.webp",9708],["shiny/421-sunshine.webp",11394],["shiny/421.webp",9708],["shiny/422-east.webp",10562],["shiny/422-west.webp",8936],["shiny/422.webp",8936],["shiny/423-east.webp",14054],["shiny/423-west.webp",13102],["shiny/423.webp",13102],["shiny/424.webp",20864],["shiny/425.webp",11112],["shiny/426.webp",15202],["shiny/427.webp",8236],["shiny/428.webp",14602],["shiny/429.webp",14312],["shiny/43.webp",13070],["shiny/430.webp",16814],["shiny/431.webp",17180],["shiny/432.webp",21184],["shiny/433.webp",11616],["shiny/434.webp",16930],["shiny/435.webp",14974],["shiny/436.webp",13852],["shiny/437.webp",10366],["shiny/438.webp",11628],["shiny/439.webp",11432],["shiny/44.webp",17178],["shiny/440.webp",8570],["shiny/441.webp",13992],["shiny/442.webp",23538],["shiny/443.webp",15996],["shiny/444.webp",19514],["shiny/445.webp",20326],["shiny/446.webp",12856],["shiny/447.webp",14200],["shiny/448.webp",16146],["shiny/449.webp",10978],["shiny/45.webp",15342],["shiny/450.webp",13346],["shiny/451.webp",16322],["shiny/452.webp",15366],["shiny/453.webp",15766],["shiny/454.webp",17044],["shiny/455.webp",16488],["shiny/456.webp",11894],["shiny/457.webp",14480],["shiny/458.webp",13464],["shiny/459.webp",12642],["shiny/46.webp",15966],["shiny/460.webp",17464],["shiny/461.webp",19212],["shiny/462.webp",12222],["shiny/463.webp",10922],["shiny/464.webp",15398],["shiny/465.webp",15466],["shiny/466.webp",22428],["shiny/467.webp",19668],["shiny/468.webp",7538],["shiny/469.webp",20332],["shiny/47.webp",16164],["shiny/470.webp",20226],["shiny/471.webp",13902],["shiny/472.webp",16638],["shiny/473.webp",14042],["shiny/474.webp",12622],["shiny/475.webp",13502],["shiny/476.webp",13420],["shiny/477.webp",16132],["shiny/478.webp",10986],["shiny/479.webp",10550],["shiny/48.webp",15728],["shiny/480.webp",16048],["shiny/481.webp",16622],["shiny/482.webp",14676],["shiny/483.webp",21938],["shiny/484.webp",20182],["shiny/485.webp",16218],["shiny/486.webp",20176],["shiny/487.webp",22690],["shiny/488.webp",25114],["shiny/489.webp",11846],["shiny/49.webp",13576],["shiny/490.webp",9714],["shiny/491.webp",21192],["shiny/492.webp",12476],["shiny/493-bug.webp",18074],["shiny/493-dark.webp",18726],["shiny/493-dragon.webp",18816],["shiny/493-electric.webp",17364],["shiny/493-fairy.webp",16832],["shiny/493-fighting.webp",18580],["shiny/493-fire.webp",18028],["shiny/493-flying.webp",18202],["shiny/493-ghost.webp",18646],["shiny/493-grass.webp",18066],["shiny/493-ground.webp",18008],["shiny/493-ice.webp",18452],["shiny/493-poison.webp",18904],["shiny/493-psychic.webp",18218],["shiny/493-rock.webp",17544],["shiny/493-steel.webp",17132],["shiny/493-unknown.webp",17182],["shiny/493-water.webp",19240],["shiny/493.webp",17182],["shiny/494.webp",12144],["shiny/495.webp",15008],["shiny/496.webp",15702],["shiny/497.webp",19302],["shiny/498.webp",14194],["shiny/499.webp",19158],["shiny/5.webp",16110],["shiny/50.webp",7374],["shiny/500.webp",26084],["shiny/501.webp",11218],["shiny/502.webp",13418],["shiny/503.webp",20020],["shiny/504.webp",14778],["shiny/505.webp",12972],["shiny/506.webp",13060],["shiny/507.webp",17472],["shiny/508.webp",15060],["shiny/509.webp",12826],["shiny/51.webp",11100],["shiny/510.webp",20136],["shiny/511.webp",16940],["shiny/512.webp",20376],["shiny/513.webp",15282],["shiny/514.webp",20964],["shiny/515.webp",16220],["shiny/516.webp",20428],["shiny/517.webp",10786],["shiny/518.webp",14918],["shiny/519.webp",12412],["shiny/52.webp",15798],["shiny/520.webp",15680],["shiny/521.webp",19274],["shiny/522.webp",12862],["shiny/523.webp",19006],["shiny/524.webp",10210],["shiny/525.webp",15116],["shiny/526.webp",17680],["shiny/527.webp",9958],["shiny/528.webp",16544],["shiny/529.webp",11822],["shiny/53.webp",14436],["shiny/530.webp",14264],["shiny/531.webp",13318],["shiny/532.webp",10706],["shiny/533.webp",15082],["shiny/534.webp",14510],["shiny/535.webp",10738],["shiny/536.webp",15066],["shiny/537.webp",19394],["shiny/538.webp",16848],["shiny/539.webp",19412],["shiny/54.webp",10988],["shiny/540.webp",12106],["shiny/541.webp",10066],["shiny/542.webp",11012],["shiny/543.webp",13326],["shiny/544.webp",12324],["shiny/545.webp",20406],["shiny/546.webp",9046],["shiny/547.webp",11832],["shiny/548.webp",9570],["shiny/549.webp",14644],["shiny/55.webp",17656],["shiny/550.webp",12268],["shiny/551.webp",12996],["shiny/552.webp",15830],["shiny/553.webp",19600],["shiny/554.webp",14148],["shiny/555.webp",18600],["shiny/556.webp",18888],["shiny/557.webp",12896],["shiny/558.webp",14382],["shiny/559.webp",12096],["shiny/56.webp",13034],["shiny/560.webp",14628],["shiny/561.webp",22696],["shiny/562.webp",11018],["shiny/563.webp",24618],["shiny/564.webp",9400],["shiny/565.webp",16974],["shiny/566.webp",14942],["shiny/567.webp",21526],["shiny/568.webp",11938],["shiny/569.webp",19326],["shiny/57.webp",17720],["shiny/570.webp",13472],["shiny/571.webp",18930],["shiny/572.webp",12856],["shiny/573.webp",12978],["shiny/574.webp",11160],["shiny/575.webp",12266],["shiny/576.webp",17434],["shiny/577.webp",13542],["shiny/578.webp",14438],["shiny/579.webp",14604],["shiny/58.webp",14400],["shiny/580.webp",12056],["shiny/581.webp",11636],["shiny/582.webp",8128],["shiny/583.webp",9038],["shiny/584.webp",13896],["shiny/585-autumn.webp",12304],["shiny/585-spring.webp",11122],["shiny/585-summer.webp",12818],["shiny/585-winter.webp",11294],["shiny/585.webp",11122],["shiny/586-autumn.webp",21662],["shiny/586-spring.webp",14958],["shiny/586-summer.webp",21056],["shiny/586-winter.webp",14848],["shiny/586.webp",14958],["shiny/587.webp",11526],["shiny/588.webp",11586],["shiny/589.webp",15370],["shiny/59.webp",20184],["shiny/590.webp",9324],["shiny/591.webp",13420],["shiny/592.webp",13882],["shiny/593.webp",15142],["shiny/594.webp",8852],["shiny/595.webp",11406],["shiny/596.webp",19184],["shiny/597.webp",13902],["shiny/598.webp",16630],["shiny/599.webp",13240],["shiny/6.webp",19874],["shiny/60.webp",11686],["shiny/600.webp",16282],["shiny/601.webp",14856],["shiny/602.webp",8076],["shiny/603.webp",15862],["shiny/604.webp",14512],["shiny/605.webp",11274],["shiny/606.webp",14034],["shiny/607.webp",7556],["shiny/608.webp",16846],["shiny/609.webp",25146],["shiny/61.webp",16572],["shiny/610.webp",9320],["shiny/611.webp",16214],["shiny/612.webp",17602],["shiny/613.webp",8910],["shiny/614.webp",13198],["shiny/615.webp",21446],["shiny/616.webp",12124],["shiny/617.webp",15042],["shiny/618.webp",9412],["shiny/619.webp",14946],["shiny/62.webp",13384],["shiny/620.webp",13992],["shiny/621.webp",24540],["shiny/622.webp",18446],["shiny/623.webp",22568],["shiny/624.webp",12976],["shiny/625.webp",15162],["shiny/626.webp",13528],["shiny/627.webp",12070],["shiny/628.webp",23528],["shiny/629.webp",13352],["shiny/63.webp",13108],["shiny/630.webp",16744],["shiny/631.webp",17394],["shiny/632.webp",14090],["shiny/633.webp",9778],["shiny/634.webp",20248],["shiny/635.webp",23000],["shiny/636.webp",15298],["shiny/637.webp",17502],["shiny/638.webp",15506],["shiny/639.webp",18012],["shiny/64.webp",16634],["shiny/640.webp",15440],["shiny/641.webp",15062],["shiny/642.webp",15114],["shiny/643.webp",17910],["shiny/644.webp",18992],["shiny/645.webp",15590],["shiny/646.webp",20272],["shiny/647.webp",19438],["shiny/648.webp",13386],["shiny/649-burn.webp",20120],["shiny/649-chill.webp",20142],["shiny/649-douse.webp",20186],["shiny/649-shock.webp",20178],["shiny/649.webp",20182],["shiny/65.webp",21710],["shiny/650.webp",15294],["shiny/651.webp",16086],["shiny/652.webp",18366],["shiny/653.webp",11768],["shiny/654.webp",16058],["shiny/655.webp",17704],["shiny/656.webp",15064],["shiny/657.webp",16520],["shiny/658.webp",14928],["shiny/659.webp",10546],["shiny/66.webp",12158],["shiny/660.webp",16126],["shiny/661.webp",12832],["shiny/662.webp",18740],["shiny/663.webp",15972],["shiny/664.webp",10008],["shiny/665.webp",11752],["shiny/666-archipelago.webp",21186],["shiny/666-continental.webp",20916],["shiny/666-elegant.webp",19664],["shiny/666-fancy.webp",21340],["shiny/666-garden.webp",20502],["shiny/666-high-plains.webp",21322],["shiny/666-icy-snow.webp",16286],["shiny/666-jungle.webp",18264],["shiny/666-marine.webp",20638],["shiny/666-meadow.webp",20400],["shiny/666-modern.webp",21562],["shiny/666-monsoon.webp",18284],["shiny/666-ocean.webp",22890],["shiny/666-poke-ball.webp",19676],["shiny/666-polar.webp",20312],["shiny/666-river.webp",19566],["shiny/666-sandstorm.webp",18416],["shiny/666-savanna.webp",23332],["shiny/666-sun.webp",21658],["shiny/666-tundra.webp",18602],["shiny/666.webp",20400],["shiny/667.webp",14794],["shiny/668.webp",18698],["shiny/669-blue.webp",16948],["shiny/669-orange.webp",16396],["shiny/669-red.webp",16550],["shiny/669-white.webp",14992],["shiny/669-yellow.webp",15766],["shiny/669.webp",16550],["shiny/67.webp",17340],["shiny/670-blue.webp",13720],["shiny/670-orange.webp",12980],["shiny/670-red.webp",13422],["shiny/670-white.webp",12236],["shiny/670-yellow.webp",12508],["shiny/670.webp",13422],["shiny/671-blue.webp",24164],["shiny/671-orange.webp",22816],["shiny/671-red.webp",22130],["shiny/671-white.webp",20126],["shiny/671-yellow.webp",20770],["shiny/671.webp",22130],["shiny/672.webp",17256],["shiny/673.webp",22798],["shiny/674.webp",10858],["shiny/675.webp",16190],["shiny/676-dandy.webp",15962],["shiny/676-debutante.webp",16646],["shiny/676-diamond.webp",13188],["shiny/676-heart.webp",14600],["shiny/676-kabuki.webp",17204],["shiny/676-la-reine.webp",16036],["shiny/676-matron.webp",16106],["shiny/676-natural.webp",16196],["shiny/676-pharaoh.webp",15420],["shiny/676-star.webp",14098],["shiny/676.webp",16196],["shiny/677.webp",9902],["shiny/678.webp",14868],["shiny/679.webp",16394],["shiny/68.webp",19646],["shiny/680.webp",23622],["shiny/681.webp",18502],["shiny/682.webp",12200],["shiny/683.webp",17520],["shiny/684.webp",8240],["shiny/685.webp",12990],["shiny/686.webp",13454],["shiny/687.webp",18000],["shiny/688.webp",16446],["shiny/689.webp",21846],["shiny/69.webp",13192],["shiny/690.webp",16386],["shiny/691.webp",20772],["shiny/692.webp",13178],["shiny/693.webp",12058],["shiny/694.webp",13072],["shiny/695.webp",13164],["shiny/696.webp",16708],["shiny/697.webp",18330],["shiny/698.webp",9874],["shiny/699.webp",14832],["shiny/7.webp",11072],["shiny/70.webp",10422],["shiny/700.webp",17038],["shiny/701.webp",17200],["shiny/702.webp",18518],["shiny/703.webp",12366],["shiny/704.webp",10666],["shiny/705.webp",11088],["shiny/706.webp",13944],["shiny/707.webp",14418],["shiny/708.webp",13596],["shiny/709.webp",27512],["shiny/71.webp",14868],["shiny/710.webp",11698],["shiny/711.webp",14872],["shiny/712.webp",12052],["shiny/713.webp",16998],["shiny/714.webp",17060],["shiny/715.webp",22796],["shiny/716-active.webp",19704],["shiny/716-neutral.webp",20082],["shiny/716.webp",20082],["shiny/717.webp",22550],["shiny/718.webp",35610],["shiny/719.webp",12668],["shiny/72.webp",11488],["shiny/720.webp",17430],["shiny/721.webp",20060],["shiny/722.webp",11978],["shiny/723.webp",15942],["shiny/724.webp",19596],["shiny/725.webp",11458],["shiny/726.webp",19814],["shiny/727.webp",17202],["shiny/728.webp",14758],["shiny/729.webp",10614],["shiny/73.webp",23808],["shiny/730.webp",16682],["shiny/731.webp",14296],["shiny/732.webp",15732],["shiny/733.webp",15286],["shiny/734.webp",9158],["shiny/735.webp",11780],["shiny/736.webp",8904],["shiny/737.webp",10316],["shiny/738.webp",17870],["shiny/739.webp",14354],["shiny/74.webp",9474],["shiny/740.webp",13988],["shiny/741.webp",13992],["shiny/742.webp",15592],["shiny/743.webp",21372],["shiny/744.webp",13600],["shiny/745.webp",16648],["shiny/746.webp",8624],["shiny/747.webp",14650],["shiny/748.webp",15496],["shiny/749.webp",15692],["shiny/75.webp",12246],["shiny/750.webp",22662],["shiny/751.webp",18240],["shiny/752.webp",22274],["shiny/753.webp",10342],["shiny/754.webp",13904],["shiny/755.webp",9506],["shiny/756.webp",14420],["shiny/757.webp",12764],["shiny/758.webp",17322],["shiny/759.webp",13962],["shiny/76.webp",14286],["shiny/760.webp",14800],["shiny/761.webp",10488],["shiny/762.webp",13344],["shiny/763.webp",15288],["shiny/764.webp",17456],["shiny/765.webp",19706],["shiny/766.webp",16768],["shiny/767.webp",14218],["shiny/768.webp",20168],["shiny/769.webp",9044],["shiny/77.webp",19208],["shiny/770.webp",11528],["shiny/771.webp",10264],["shiny/772.webp",19956],["shiny/773-bug.webp",18630],["shiny/773-dark.webp",19064],["shiny/773-dragon.webp",19358],["shiny/773-electric.webp",18804],["shiny/773-fairy.webp",17982],["shiny/773-fighting.webp",19536],["shiny/773-fire.webp",19746],["shiny/773-flying.webp",19966],["shiny/773-ghost.webp",18674],["shiny/773-grass.webp",19334],["shiny/773-ground.webp",19516],["shiny/773-ice.webp",18030],["shiny/773-normal.webp",17662],["shiny/773-poison.webp",18964],["shiny/773-psychic.webp",19208],["shiny/773-rock.webp",18296],["shiny/773-steel.webp",18548],["shiny/773-water.webp",19220],["shiny/773.webp",17662],["shiny/774.webp",23712],["shiny/775.webp",11938],["shiny/776.webp",19814],["shiny/777.webp",9778],["shiny/778.webp",11424],["shiny/779.webp",13420],["shiny/78.webp",22312],["shiny/780.webp",12336],["shiny/781.webp",21124],["shiny/782.webp",13200],["shiny/783.webp",17036],["shiny/784.webp",24152],["shiny/785.webp",20964],["shiny/786.webp",15758],["shiny/787.webp",14942],["shiny/788.webp",16442],["shiny/789.webp",15156],["shiny/79.webp",10676],["shiny/790.webp",14176],["shiny/791.webp",27710],["shiny/792.webp",26540],["shiny/793.webp",13266],["shiny/794.webp",28922],["shiny/795.webp",21640],["shiny/796.webp",22386],["shiny/797.webp",22824],["shiny/798.webp",10570],["shiny/799.webp",23110],["shiny/8.webp",14154],["shiny/80.webp",15348],["shiny/800.webp",27022],["shiny/801.webp",12352],["shiny/802.webp",10954],["shiny/803.webp",10278],["shiny/804.webp",14788],["shiny/805.webp",26020],["shiny/806.webp",21660],["shiny/807.webp",19076],["shiny/808.webp",13490],["shiny/809.webp",16264],["shiny/81.webp",10076],["shiny/810.webp",14044],["shiny/811.webp",14224],["shiny/812.webp",23588],["shiny/813.webp",10628],["shiny/814.webp",16594],["shiny/815.webp",12342],["shiny/816.webp",11762],["shiny/817.webp",14544],["shiny/818.webp",17582],["shiny/819.webp",10792],["shiny/82.webp",19314],["shiny/820.webp",14790],["shiny/821.webp",11258],["shiny/822.webp",18896],["shiny/823.webp",14570],["shiny/824.webp",11974],["shiny/825.webp",11586],["shiny/826.webp",17700],["shiny/827.webp",16322],["shiny/828.webp",18726],["shiny/829.webp",12438],["shiny/83.webp",14070],["shiny/830.webp",9990],["shiny/831.webp",10562],["shiny/832.webp",15260],["shiny/833.webp",11706],["shiny/834.webp",14098],["shiny/835.webp",10558],["shiny/836.webp",13618],["shiny/837.webp",10918],["shiny/838.webp",14142],["shiny/839.webp",17788],["shiny/84.webp",11666],["shiny/840.webp",10502],["shiny/841.webp",14458],["shiny/842.webp",11858],["shiny/843.webp",11176],["shiny/844.webp",12722],["shiny/845-gorging.webp",18972],["shiny/845-gulping.webp",17058],["shiny/845.webp",15030],["shiny/846.webp",10294],["shiny/847.webp",12832],["shiny/848.webp",11478],["shiny/849.webp",20364],["shiny/85.webp",19846],["shiny/850.webp",9172],["shiny/851.webp",23152],["shiny/852.webp",12190],["shiny/853.webp",18062],["shiny/854.webp",12240],["shiny/855.webp",13364],["shiny/856.webp",7410],["shiny/857.webp",9102],["shiny/858.webp",9710],["shiny/859.webp",18014],["shiny/86.webp",8982],["shiny/860.webp",21146],["shiny/861.webp",18912],["shiny/862.webp",19708],["shiny/863.webp",20938],["shiny/864.webp",28730],["shiny/865.webp",10942],["shiny/866.webp",20220],["shiny/867.webp",25404],["shiny/868.webp",6850],["shiny/869-berry-sweet.webp",11878],["shiny/869-caramel-swirl-berry-sweet.webp",11878],["shiny/869-caramel-swirl-clover-sweet.webp",12074],["shiny/869-caramel-swirl-flower-sweet.webp",12374],["shiny/869-caramel-swirl-love-sweet.webp",11182],["shiny/869-caramel-swirl-ribbon-sweet.webp",11154],["shiny/869-caramel-swirl-star-sweet.webp",11782],["shiny/869-caramel-swirl-strawberry-sweet.webp",11260],["shiny/869-clove-sweet.webp",12074],["shiny/869-flower-sweet.webp",12374],["shiny/869-lemon-cream-berry-sweet.webp",11878],["shiny/869-lemon-cream-clover-sweet.webp",12074],["shiny/869-lemon-cream-flower-sweet.webp",12374],["shiny/869-lemon-cream-love-sweet.webp",11182],["shiny/869-lemon-cream-ribbon-sweet.webp",11154],["shiny/869-lemon-cream-star-sweet.webp",11782],["shiny/869-lemon-cream-strawberry-sweet.webp",11260],["shiny/869-love-sweet.webp",11182],["shiny/869-matcha-cream-berry-sweet.webp",11878],["shiny/869-matcha-cream-clover-sweet.webp",12074],["shiny/869-matcha-cream-flower-sweet.webp",12374],["shiny/869-matcha-cream-love-sweet.webp",11182],["shiny/869-matcha-cream-ribbon-sweet.webp",11154],["shiny/869-matcha-cream-star-sweet.webp",11782],["shiny/869-matcha-cream-strawberry-sweet.webp",11260],["shiny/869-mint-cream-berry-sweet.webp",11878],["shiny/869-mint-cream-clover-sweet.webp",12074],["shiny/869-mint-cream-flower-sweet.webp",12374],["shiny/869-mint-cream-love-sweet.webp",11182],["shiny/869-mint-cream-ribbon-sweet.webp",11154],["shiny/869-mint-cream-star-sweet.webp",11782],["shiny/869-mint-cream-strawberry-sweet.webp",11260],["shiny/869-rainbow-swirl-berry-sweet.webp",11878],["shiny/869-rainbow-swirl-clover-sweet.webp",12074],["shiny/869-rainbow-swirl-flower-sweet.webp",12374],["shiny/869-rainbow-swirl-love-sweet.webp",11182],["shiny/869-rainbow-swirl-ribbon-sweet.webp",11154],["shiny/869-rainbow-swirl-star-sweet.webp",11782],["shiny/869-rainbow-swirl-strawberry-sweet.webp",11260],["shiny/869-ribbon-sweet.webp",11154],["shiny/869-ruby-cream-berry-sweet.webp",11878],["shiny/869-ruby-cream-clover-sweet.webp",12074],["shiny/869-ruby-cream-flower-sweet.webp",12374],["shiny/869-ruby-cream-love-sweet.webp",11182],["shiny/869-ruby-cream-ribbon-sweet.webp",11154],["shiny/869-ruby-cream-star-sweet.webp",11782],["shiny/869-ruby-cream-strawberry-sweet.webp",11260],["shiny/869-ruby-swirl-berry-sweet.webp",11878],["shiny/869-ruby-swirl-clover-sweet.webp",12074],["shiny/869-ruby-swirl-flower-sweet.webp",12374],["shiny/869-ruby-swirl-love-sweet.webp",11182],["shiny/869-ruby-swirl-ribbon-sweet.webp",11154],["shiny/869-ruby-swirl-star-sweet.webp",11782],["shiny/869-ruby-swirl-strawberry-sweet.webp",11260],["shiny/869-salted-cream-berry-sweet.webp",11878],["shiny/869-salted-cream-clover-sweet.webp",12074],["shiny/869-salted-cream-flower-sweet.webp",12374],["shiny/869-salted-cream-love-sweet.webp",11182],["shiny/869-salted-cream-ribbon-sweet.webp",11154],["shiny/869-salted-cream-star-sweet.webp",11782],["shiny/869-salted-cream-strawberry-sweet.webp",11260],["shiny/869-star-sweet.webp",11782],["shiny/869-strawberry-sweet.webp",11260],["shiny/869-vanilla-cream-berry-sweet.webp",11878],["shiny/869-vanilla-cream-clover-sweet.webp",12074],["shiny/869-vanilla-cream-flower-sweet.webp",12374],["shiny/869-vanilla-cream-love-sweet.webp",11182],["shiny/869-vanilla-cream-ribbon-sweet.webp",11154],["shiny/869-vanilla-cream-star-sweet.webp",11782],["shiny/869-vanilla-cream-strawberry-sweet.webp",11260],["shiny/869.webp",11260],["shiny/87.webp",11508],["shiny/870.webp",16290],["shiny/871.webp",11484],["shiny/872.webp",7062],["shiny/873.webp",19680],["shiny/874.webp",13766],["shiny/875.webp",9292],["shiny/876.webp",12648],["shiny/877-hangry.webp",9464],["shiny/877.webp",10558],["shiny/878.webp",16608],["shiny/879.webp",22594],["shiny/88.webp",10012],["shiny/880.webp",13702],["shiny/881.webp",12316],["shiny/882.webp",15970],["shiny/883.webp",12002],["shiny/884.webp",14646],["shiny/885.webp",11052],["shiny/886.webp",18664],["shiny/887.webp",23306],["shiny/888.webp",20410],["shiny/889.webp",24554],["shiny/89.webp",8960],["shiny/890.webp",32316],["shiny/891.webp",12218],["shiny/892.webp",18510],["shiny/893-dada.webp",23634],["shiny/893.webp",23234],["shiny/894.webp",15386],["shiny/895.webp",17956],["shiny/896.webp",14462],["shiny/897.webp",19636],["shiny/898.webp",11796],["shiny/899.webp",16144],["shiny/9.webp",13970],["shiny/90.webp",13584],["shiny/900.webp",21572],["shiny/901.webp",18516],["shiny/902.webp",15768],["shiny/903.webp",20326],["shiny/904.webp",12546],["shiny/905.webp",16542],["shiny/906.webp",37460],["shiny/907.webp",31688],["shiny/908.webp",32388],["shiny/909.webp",26760],["shiny/91.webp",17508],["shiny/910.webp",32942],["shiny/911.webp",31886],["shiny/912.webp",28184],["shiny/913.webp",27628],["shiny/914.webp",35112],["shiny/915.webp",26706],["shiny/916.webp",30344],["shiny/917.webp",39374],["shiny/918.webp",44056],["shiny/919.webp",33138],["shiny/92.webp",15842],["shiny/920.webp",28948],["shiny/921.webp",31000],["shiny/922.webp",26432],["shiny/923.webp",26734],["shiny/924.webp",28060],["shiny/925.webp",27026],["shiny/926.webp",23868],["shiny/927.webp",33322],["shiny/928.webp",22420],["shiny/929.webp",27556],["shiny/93.webp",14598],["shiny/930.webp",31556],["shiny/931.webp",29012],["shiny/932.webp",23240],["shiny/933.webp",20888],["shiny/934.webp",29160],["shiny/935.webp",27324],["shiny/936.webp",29830],["shiny/937.webp",34780],["shiny/938.webp",20564],["shiny/939.webp",23854],["shiny/94.webp",13176],["shiny/940.webp",31712],["shiny/941.webp",21604],["shiny/942.webp",21270],["shiny/943.webp",24222],["shiny/944.webp",21854],["shiny/945.webp",38404],["shiny/946.webp",52488],["shiny/947.webp",58182],["shiny/948.webp",24474],["shiny/949.webp",38148],["shiny/95.webp",15528],["shiny/950.webp",35002],["shiny/951.webp",27202],["shiny/952.webp",35108],["shiny/953.webp",27836],["shiny/954.webp",36278],["shiny/955.webp",29736],["shiny/956.webp",29810],["shiny/957.webp",26248],["shiny/958.webp",28420],["shiny/959.webp",24004],["shiny/96.webp",11482],["shiny/960.webp",19136],["shiny/961.webp",23692],["shiny/962.webp",28066],["shiny/963.webp",20702],["shiny/964.webp",20830],["shiny/965.webp",27594],["shiny/966.webp",27674],["shiny/967.webp",28812],["shiny/968.webp",20102],["shiny/969.webp",19804],["shiny/97.webp",15030],["shiny/970.webp",18366],["shiny/971.webp",28326],["shiny/972.webp",30112],["shiny/973.webp",17608],["shiny/974.webp",20906],["shiny/975.webp",20184],["shiny/976.webp",25100],["shiny/977.webp",27576],["shiny/978.webp",27184],["shiny/979.webp",45544],["shiny/98.webp",12144],["shiny/980.webp",13484],["shiny/981.webp",23780],["shiny/982.webp",25140],["shiny/983.webp",28616],["shiny/984.webp",25854],["shiny/985.webp",30006],["shiny/986.webp",31654],["shiny/987.webp",30236],["shiny/988.webp",29540],["shiny/989.webp",38680],["shiny/99.webp",13112],["shiny/990.webp",26276],["shiny/991.webp",33954],["shiny/992.webp",26214],["shiny/993.webp",50142],["shiny/994.webp",39522],["shiny/995.webp",27846],["shiny/996.webp",30814],["shiny/997.webp",25558],["shiny/998.webp",25220],["shiny/999.webp",32040],["shiny/female/10235.webp",16414],["shiny/female/111.webp",14338],["shiny/female/112.webp",13732],["shiny/female/118.webp",7852],["shiny/female/119.webp",15952],["shiny/female/12.webp",21258],["shiny/female/123.webp",19208],["shiny/female/129.webp",16694],["shiny/female/130.webp",20642],["shiny/female/133.webp",11394],["shiny/female/154.webp",13306],["shiny/female/165.webp",14174],["shiny/female/166.webp",15906],["shiny/female/178.webp",13854],["shiny/female/185.webp",17832],["shiny/female/186.webp",15302],["shiny/female/19.webp",12176],["shiny/female/190.webp",15662],["shiny/female/194.webp",9762],["shiny/female/195.webp",10788],["shiny/female/198.webp",14590],["shiny/female/20.webp",17556],["shiny/female/202.webp",12578],["shiny/female/203.webp",16970],["shiny/female/207.webp",18236],["shiny/female/208.webp",13522],["shiny/female/212.webp",20498],["shiny/female/214.webp",16476],["shiny/female/215.webp",15908],["shiny/female/217.webp",15076],["shiny/female/221.webp",10812],["shiny/female/224.webp",12612],["shiny/female/229.webp",19668],["shiny/female/232.webp",11640],["shiny/female/25.webp",13844],["shiny/female/255.webp",10258],["shiny/female/256.webp",16574],["shiny/female/257.webp",16816],["shiny/female/26.webp",15510],["shiny/female/267.webp",22124],["shiny/female/269.webp",13704],["shiny/female/272.webp",16502],["shiny/female/274.webp",16704],["shiny/female/275.webp",15016],["shiny/female/3.webp",18412],["shiny/female/307.webp",14618],["shiny/female/308.webp",11626],["shiny/female/315.webp",12662],["shiny/female/316.webp",8090],["shiny/female/317.webp",11450],["shiny/female/322.webp",11656],["shiny/female/323.webp",14552],["shiny/female/332.webp",15390],["shiny/female/350.webp",21536],["shiny/female/369.webp",14512],["shiny/female/396.webp",13000],["shiny/female/397.webp",14816],["shiny/female/398.webp",17524],["shiny/female/399.webp",12088],["shiny/female/400.webp",13718],["shiny/female/401.webp",11998],["shiny/female/402.webp",19874],["shiny/female/403.webp",14356],["shiny/female/404.webp",19756],["shiny/female/405.webp",19242],["shiny/female/407.webp",13984],["shiny/female/41.webp",17100],["shiny/female/415.webp",11438],["shiny/female/417.webp",10204],["shiny/female/418.webp",10328],["shiny/female/419.webp",13226],["shiny/female/42.webp",14976],["shiny/female/424.webp",21550],["shiny/female/44.webp",16856],["shiny/female/443.webp",15824],["shiny/female/444.webp",19440],["shiny/female/445.webp",20190],["shiny/female/449.webp",11044],["shiny/female/45.webp",15912],["shiny/female/450.webp",12280],["shiny/female/453.webp",15710],["shiny/female/454.webp",17066],["shiny/female/456.webp",12062],["shiny/female/457.webp",15408],["shiny/female/459.webp",12648],["shiny/female/460.webp",17672],["shiny/female/461.webp",18602],["shiny/female/464.webp",15298],["shiny/female/465.webp",15494],["shiny/female/473.webp",13462],["shiny/female/521.webp",12576],["shiny/female/592.webp",15006],["shiny/female/593.webp",13010],["shiny/female/64.webp",16104],["shiny/female/65.webp",18948],["shiny/female/668.webp",20268],["shiny/female/678.webp",12446],["shiny/female/84.webp",11328],["shiny/female/85.webp",19432],["shiny/female/876.webp",13760],["shiny/female/902.webp",14270],["shiny/female/916.webp",13738],["shiny/female/97.webp",15024]]}