It is best not to ask saves from strangers on the internet. This game uses the renpy engine and saves can have security issues. See: https://www.renpy.org/doc/html/security.html
From the website:
Ren'Py save files, including the persistent
file, are created using the Python pickle format. This file format is powerful enough that it should be treated like software - if a malicious person can get you to load a file they created, they can run arbitrary code on your computer.
It's best to treat save and persistent files as if the files contained software, and only load them if you trust the creator of the file, and everyone that brought it to you.
Save and persistent files are not designed to be shared between players, and so those files may contain information about you and your computer. We recommend that you do not share save and persistent files with other users.