From a4366cf5aa7da96235d001c709a6efd4f97f4892 Mon Sep 17 00:00:00 2001 From: pengzhile Date: Thu, 23 Mar 2023 18:08:02 +0800 Subject: [PATCH] first commit Signed-off-by: pengzhile --- .github/workflows/python-publish.yml | 36 ++ .gitignore | 135 +++++++ LICENSE | 339 ++++++++++++++++++ MANIFEST.in | 2 + README.md | 11 + setup.py | 57 +++ src/pandora_cloud/__init__.py | 3 + .../static/chunks/113-23682f80a24dd00d.js | 18 + .../static/chunks/14-0cb0d20affbd720d.js | 1 + .../static/chunks/174-bd28069f281ef76f.js | 1 + .../chunks/1f110208-44a6f43ddc5e9011.js | 1 + .../static/chunks/264-13e92c51b0315184.js | 1 + .../static/chunks/360-442b869f1ba4bb1b.js | 9 + .../static/chunks/424-d1d3bfe6a3ca6c4a.js | 1 + .../static/chunks/554.9b8bfd0762461d74.js | 1 + .../chunks/68a27ff6-1185184b61bc22d0.js | 1 + .../static/chunks/762-222df1028c0c1555.js | 9 + .../static/chunks/949.1a6eb804b5e91f61.js | 1 + .../chunks/bd26816a-981e1ddc27b37cc6.js | 1 + .../chunks/framework-7a789ee31d2a7534.js | 33 ++ .../static/chunks/main-149b337e061b4d04.js | 1 + .../chunks/pages/_app-90236c4e04307644.js | 16 + .../chunks/pages/_error-786d27d84962122a.js | 1 + .../chat/[[...chatId]]-2b434f3f0b594dba.js | 1 + .../chunks/polyfills-c67a75d1b6f99dc8.js | 1 + .../static/chunks/webpack-98709a717aa5cc1e.js | 1 + .../_next/static/css/23406a6edf4b081a.css | 1 + .../tTShkecJDS0nIc9faO2vC/_buildManifest.js | 1 + .../tTShkecJDS0nIc9faO2vC/_ssgManifest.js | 1 + .../flask/static/apple-touch-icon.png | Bin 0 -> 4159 bytes .../flask/static/favicon-16x16.png | Bin 0 -> 730 bytes .../flask/static/favicon-32x32.png | Bin 0 -> 1292 bytes .../flask/static/fonts/ColfaxAIBold.woff | Bin 0 -> 34336 bytes .../flask/static/fonts/ColfaxAIBold.woff2 | Bin 0 -> 27412 bytes .../static/fonts/ColfaxAIBoldItalic.woff | Bin 0 -> 35956 bytes .../static/fonts/ColfaxAIBoldItalic.woff2 | Bin 0 -> 28532 bytes .../flask/static/fonts/ColfaxAIRegular.woff | Bin 0 -> 35268 bytes .../flask/static/fonts/ColfaxAIRegular.woff2 | Bin 0 -> 28060 bytes .../static/fonts/ColfaxAIRegularItalic.woff | Bin 0 -> 37480 bytes .../static/fonts/ColfaxAIRegularItalic.woff2 | Bin 0 -> 29824 bytes .../static/fonts/KaTeX_Caligraphic-Bold.woff | Bin 0 -> 7716 bytes .../fonts/KaTeX_Caligraphic-Regular.woff | Bin 0 -> 7656 bytes .../static/fonts/KaTeX_Fraktur-Bold.woff | Bin 0 -> 13296 bytes .../static/fonts/KaTeX_Fraktur-Regular.woff | Bin 0 -> 13208 bytes .../flask/static/fonts/KaTeX_Main-Bold.woff | Bin 0 -> 29912 bytes .../static/fonts/KaTeX_Main-BoldItalic.woff | Bin 0 -> 19412 bytes .../flask/static/fonts/KaTeX_Main-Italic.woff | Bin 0 -> 19676 bytes .../static/fonts/KaTeX_Main-Regular.woff | Bin 0 -> 30772 bytes .../static/fonts/KaTeX_Math-BoldItalic.woff | Bin 0 -> 18668 bytes .../flask/static/fonts/KaTeX_Math-Italic.woff | Bin 0 -> 18748 bytes .../static/fonts/KaTeX_SansSerif-Bold.woff | Bin 0 -> 14408 bytes .../static/fonts/KaTeX_SansSerif-Italic.woff | Bin 0 -> 14112 bytes .../static/fonts/KaTeX_SansSerif-Regular.woff | Bin 0 -> 12316 bytes .../static/fonts/KaTeX_Script-Regular.woff | Bin 0 -> 10588 bytes .../static/fonts/KaTeX_Size1-Regular.woff | Bin 0 -> 6496 bytes .../static/fonts/KaTeX_Size2-Regular.woff | Bin 0 -> 6188 bytes .../static/fonts/KaTeX_Size3-Regular.woff | Bin 0 -> 4420 bytes .../static/fonts/KaTeX_Size4-Regular.woff | Bin 0 -> 5980 bytes .../fonts/KaTeX_Typewriter-Regular.woff | Bin 0 -> 16028 bytes .../flask/static/fonts/Signifier-Regular.otf | Bin 0 -> 324208 bytes .../flask/static/fonts/Sohne-Buch.otf | Bin 0 -> 210840 bytes .../flask/static/fonts/Sohne-Halbfett.otf | Bin 0 -> 230012 bytes .../flask/static/fonts/SohneMono-Buch.otf | Bin 0 -> 30824 bytes .../flask/static/fonts/SohneMono-Halbfett.otf | Bin 0 -> 31116 bytes .../1.66.5/css/main.cdn.min.css | 1 + src/pandora_cloud/flask/templates/chat.html | 1 + src/pandora_cloud/flask/templates/login.html | 1 + src/pandora_cloud/py.typed | 0 src/pandora_cloud/server.py | 250 +++++++++++++ 69 files changed, 938 insertions(+) create mode 100644 .github/workflows/python-publish.yml create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 MANIFEST.in create mode 100644 README.md create mode 100644 setup.py create mode 100644 src/pandora_cloud/__init__.py create mode 100644 src/pandora_cloud/flask/static/_next/static/chunks/113-23682f80a24dd00d.js create mode 100644 src/pandora_cloud/flask/static/_next/static/chunks/14-0cb0d20affbd720d.js create mode 100644 src/pandora_cloud/flask/static/_next/static/chunks/174-bd28069f281ef76f.js create mode 100644 src/pandora_cloud/flask/static/_next/static/chunks/1f110208-44a6f43ddc5e9011.js create mode 100644 src/pandora_cloud/flask/static/_next/static/chunks/264-13e92c51b0315184.js create mode 100644 src/pandora_cloud/flask/static/_next/static/chunks/360-442b869f1ba4bb1b.js create mode 100644 src/pandora_cloud/flask/static/_next/static/chunks/424-d1d3bfe6a3ca6c4a.js create mode 100644 src/pandora_cloud/flask/static/_next/static/chunks/554.9b8bfd0762461d74.js create mode 100644 src/pandora_cloud/flask/static/_next/static/chunks/68a27ff6-1185184b61bc22d0.js create mode 100644 src/pandora_cloud/flask/static/_next/static/chunks/762-222df1028c0c1555.js create mode 100644 src/pandora_cloud/flask/static/_next/static/chunks/949.1a6eb804b5e91f61.js create mode 100644 src/pandora_cloud/flask/static/_next/static/chunks/bd26816a-981e1ddc27b37cc6.js create mode 100644 src/pandora_cloud/flask/static/_next/static/chunks/framework-7a789ee31d2a7534.js create mode 100644 src/pandora_cloud/flask/static/_next/static/chunks/main-149b337e061b4d04.js create mode 100644 src/pandora_cloud/flask/static/_next/static/chunks/pages/_app-90236c4e04307644.js create mode 100644 src/pandora_cloud/flask/static/_next/static/chunks/pages/_error-786d27d84962122a.js create mode 100644 src/pandora_cloud/flask/static/_next/static/chunks/pages/chat/[[...chatId]]-2b434f3f0b594dba.js create mode 100644 src/pandora_cloud/flask/static/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js create mode 100644 src/pandora_cloud/flask/static/_next/static/chunks/webpack-98709a717aa5cc1e.js create mode 100644 src/pandora_cloud/flask/static/_next/static/css/23406a6edf4b081a.css create mode 100644 src/pandora_cloud/flask/static/_next/static/tTShkecJDS0nIc9faO2vC/_buildManifest.js create mode 100644 src/pandora_cloud/flask/static/_next/static/tTShkecJDS0nIc9faO2vC/_ssgManifest.js create mode 100644 src/pandora_cloud/flask/static/apple-touch-icon.png create mode 100644 src/pandora_cloud/flask/static/favicon-16x16.png create mode 100644 src/pandora_cloud/flask/static/favicon-32x32.png create mode 100644 src/pandora_cloud/flask/static/fonts/ColfaxAIBold.woff create mode 100644 src/pandora_cloud/flask/static/fonts/ColfaxAIBold.woff2 create mode 100644 src/pandora_cloud/flask/static/fonts/ColfaxAIBoldItalic.woff create mode 100644 src/pandora_cloud/flask/static/fonts/ColfaxAIBoldItalic.woff2 create mode 100644 src/pandora_cloud/flask/static/fonts/ColfaxAIRegular.woff create mode 100644 src/pandora_cloud/flask/static/fonts/ColfaxAIRegular.woff2 create mode 100644 src/pandora_cloud/flask/static/fonts/ColfaxAIRegularItalic.woff create mode 100644 src/pandora_cloud/flask/static/fonts/ColfaxAIRegularItalic.woff2 create mode 100644 src/pandora_cloud/flask/static/fonts/KaTeX_Caligraphic-Bold.woff create mode 100644 src/pandora_cloud/flask/static/fonts/KaTeX_Caligraphic-Regular.woff create mode 100644 src/pandora_cloud/flask/static/fonts/KaTeX_Fraktur-Bold.woff create mode 100644 src/pandora_cloud/flask/static/fonts/KaTeX_Fraktur-Regular.woff create mode 100644 src/pandora_cloud/flask/static/fonts/KaTeX_Main-Bold.woff create mode 100644 src/pandora_cloud/flask/static/fonts/KaTeX_Main-BoldItalic.woff create mode 100644 src/pandora_cloud/flask/static/fonts/KaTeX_Main-Italic.woff create mode 100644 src/pandora_cloud/flask/static/fonts/KaTeX_Main-Regular.woff create mode 100644 src/pandora_cloud/flask/static/fonts/KaTeX_Math-BoldItalic.woff create mode 100644 src/pandora_cloud/flask/static/fonts/KaTeX_Math-Italic.woff create mode 100644 src/pandora_cloud/flask/static/fonts/KaTeX_SansSerif-Bold.woff create mode 100644 src/pandora_cloud/flask/static/fonts/KaTeX_SansSerif-Italic.woff create mode 100644 src/pandora_cloud/flask/static/fonts/KaTeX_SansSerif-Regular.woff create mode 100644 src/pandora_cloud/flask/static/fonts/KaTeX_Script-Regular.woff create mode 100644 src/pandora_cloud/flask/static/fonts/KaTeX_Size1-Regular.woff create mode 100644 src/pandora_cloud/flask/static/fonts/KaTeX_Size2-Regular.woff create mode 100644 src/pandora_cloud/flask/static/fonts/KaTeX_Size3-Regular.woff create mode 100644 src/pandora_cloud/flask/static/fonts/KaTeX_Size4-Regular.woff create mode 100644 src/pandora_cloud/flask/static/fonts/KaTeX_Typewriter-Regular.woff create mode 100644 src/pandora_cloud/flask/static/fonts/Signifier-Regular.otf create mode 100644 src/pandora_cloud/flask/static/fonts/Sohne-Buch.otf create mode 100644 src/pandora_cloud/flask/static/fonts/Sohne-Halbfett.otf create mode 100644 src/pandora_cloud/flask/static/fonts/SohneMono-Buch.otf create mode 100644 src/pandora_cloud/flask/static/fonts/SohneMono-Halbfett.otf create mode 100644 src/pandora_cloud/flask/static/ulp/react-components/1.66.5/css/main.cdn.min.css create mode 100644 src/pandora_cloud/flask/templates/chat.html create mode 100644 src/pandora_cloud/flask/templates/login.html create mode 100644 src/pandora_cloud/py.typed create mode 100644 src/pandora_cloud/server.py diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml new file mode 100644 index 00000000..a422da64 --- /dev/null +++ b/.github/workflows/python-publish.yml @@ -0,0 +1,36 @@ +name: Upload Python Package + +on: + workflow_dispatch: + + release: + types: [ published ] + +permissions: + contents: read + +jobs: + deploy: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + + - name: Set up Python + uses: actions/setup-python@v4 + with: + python-version: 3.7 + + - name: Install dependencies + run: | + python -m pip install --upgrade pip + pip install build + + - name: Build package + run: python -m build + + - name: Publish package + uses: pypa/gh-action-pypi-publish@release/v1 + with: + user: __token__ + password: ${{ secrets.PYPI_API_TOKEN }} diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..f24b4769 --- /dev/null +++ b/.gitignore @@ -0,0 +1,135 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +pip-wheel-metadata/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + +# PyInstaller +#Usually these files are written by a python script from a template +#before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.nox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +*.py,cover +.hypothesis/ +.pytest_cache/ + +# Translations +*.mo +*.pot + +# Django stuff: +*.log +local_settings.py +db.sqlite3 +db.sqlite3-journal + +# Flask stuff: +instance/ +.webassets-cache + +# Scrapy stuff: +.scrapy + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/ + +# Jupyter Notebook +.ipynb_checkpoints + +# IPython +profile_default/ +ipython_config.py + +# pyenv +.python-version + +# pipenv +# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. +# However, in case of collaboration, if having platform-specific dependencies or dependencies +# having no cross-platform support, pipenv may install dependencies that don't work, or not +# install all needed dependencies. +# Pipfile.lock + +# PEP 582; used by e.g. github.com/David-OConnor/pyflow +__pypackages__/ + +# Celery stuff +celerybeat-schedule +celerybeat.pid + +# SageMath parsed files +*.sage.py + +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + +# Spyder project settings + .spyderproject + .spyproject + +# Rope project settings + .ropeproject + +# mkdocs documentation +/site + +# mypy +.mypy_cache/ +.dmypy.json +dmypy.json + +# Pyre type checker +.pyre/ + +# JetBrains IDEs configuration +.idea/ + +# macOS +.DS_Store diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..d159169d --- /dev/null +++ b/LICENSE @@ -0,0 +1,339 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 00000000..964593fb --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,2 @@ +include src/pandora_cloud/py.typed +recursive-include src/pandora_cloud/flask * diff --git a/README.md b/README.md new file mode 100644 index 00000000..7d280dc6 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Pandora-Cloud + +![Python version](https://img.shields.io/badge/python-%3E%3D3.7-green) +[![Issues](https://img.shields.io/github/issues-raw/pengzhile/pandora-cloud)](https://github.com/pengzhile/pandora-cloud/issues) +[![Commits](https://img.shields.io/github/last-commit/pengzhile/pandora-cloud/master)](https://github.com/pengzhile/pandora-cloud/commits/master) +[![PyPi](https://img.shields.io/pypi/v/pandora-cloud.svg)](https://pypi.python.org/pypi/pandora-cloud) +[![Downloads](https://static.pepy.tech/badge/pandora-cloud)](https://pypi.python.org/pypi/pandora-cloud) + +[![PyPi workflow](https://github.com/pengzhile/pandora-cloud/actions/workflows/python-publish.yml/badge.svg)](https://github.com/pengzhile/pandora-cloud/actions/workflows/python-publish.yml) + +### A package for Pandora-ChatGPT \ No newline at end of file diff --git a/setup.py b/setup.py new file mode 100644 index 00000000..6f06e024 --- /dev/null +++ b/setup.py @@ -0,0 +1,57 @@ +# -*- coding: utf-8 -*- + +from setuptools import setup, find_packages + +from src.pandora_cloud import __version__ + +with open('README.md', 'r', encoding='utf-8') as f: + long_description = f.read() + +setup( + name='Pandora-Cloud', + version=__version__, + python_requires='>=3.7', + author='Neo Peng', + author_email='pengzhile@gmail.com', + keywords='OpenAI ChatGPT ChatGPT-Plus', + description='A package for Pandora-ChatGPT', + long_description=long_description, + long_description_content_type='text/markdown', + url='https://github.com/pengzhile/pandora-cloud', + packages=find_packages('src'), + package_dir={'pandora_cloud': 'src/pandora_cloud'}, + include_package_data=True, + project_urls={ + 'Source': 'https://github.com/pengzhile/pandora-cloud', + 'Tracker': 'https://github.com/pengzhile/pandora-cloud/issues', + }, + classifiers=[ + 'Development Status :: 4 - Beta', + + 'Environment :: Web Environment', + + 'Framework :: Flask', + + 'Intended Audience :: Developers', + 'Intended Audience :: End Users/Desktop', + + 'License :: OSI Approved :: GNU General Public License v2 (GPLv2)', + + 'Natural Language :: English', + 'Natural Language :: Chinese (Simplified)', + + 'Operating System :: MacOS', + 'Operating System :: Microsoft :: Windows', + 'Operating System :: POSIX :: Linux', + + 'Programming Language :: JavaScript', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', + + 'Topic :: Communications :: Chat', + 'Topic :: Internet :: WWW/HTTP', + ], +) diff --git a/src/pandora_cloud/__init__.py b/src/pandora_cloud/__init__.py new file mode 100644 index 00000000..b71eeee9 --- /dev/null +++ b/src/pandora_cloud/__init__.py @@ -0,0 +1,3 @@ +# -*- coding: utf-8 -*- + +__version__ = '0.0.2' diff --git a/src/pandora_cloud/flask/static/_next/static/chunks/113-23682f80a24dd00d.js b/src/pandora_cloud/flask/static/_next/static/chunks/113-23682f80a24dd00d.js new file mode 100644 index 00000000..1fe80d96 --- /dev/null +++ b/src/pandora_cloud/flask/static/_next/static/chunks/113-23682f80a24dd00d.js @@ -0,0 +1,18 @@ +(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[113],{65443:function(e,n){var r; /*! + Copyright (c) 2018 Jed Watson. + Licensed under the MIT License (MIT), see + http://jedwatson.github.io/classnames +*/ !function(){"use strict";var a={}.hasOwnProperty;function i(){for(var e=[],n=0;n1?arguments[1]:void 0)}},8804:function(e,n,r){"use strict";var a=r(89684),i=r(21296),o=r(2236),s=r(84750),l=r(13444),u=r(8615),c=r(38830),p=r(10833),m=r(72697),d=r(575),h=Array;e.exports=function(e){var n,r,f,g,b,k,y=o(e),v=u(this),E=arguments.length,T=E>1?arguments[1]:void 0,_=void 0!==T;_&&(T=a(T,E>2?arguments[2]:void 0));var x=d(y),w=0;if(x&&!(this===h&&l(x)))for(b=(g=m(y,x)).next,r=v?new this:[];!(f=i(b,g)).done;w++)k=_?s(g,T,[f.value,w],!0):f.value,p(r,w,k);else for(n=c(y),r=v?new this(n):h(n);n>w;w++)k=_?T(y[w],w):y[w],p(r,w,k);return r.length=w,r}},62335:function(e,n,r){var a=r(7322),i=r(10205),o=r(38830),s=function(e){return function(n,r,s){var l,u=a(n),c=o(u),p=i(s,c);if(e&&r!=r){for(;c>p;)if((l=u[p++])!=l)return!0}else for(;c>p;p++)if((e||p in u)&&u[p]===r)return e||p||0;return!e&&-1}};e.exports={includes:s(!0),indexOf:s(!1)}},28718:function(e,n,r){var a=r(89684),i=r(8697),o=r(31852),s=r(2236),l=r(38830),u=r(35352),c=i([].push),p=function(e){var n=1==e,r=2==e,i=3==e,p=4==e,m=6==e,d=7==e,h=5==e||m;return function(f,g,b,k){for(var y,v,E=s(f),T=o(E),_=a(g,b),x=l(T),w=0,A=k||u,j=n?A(f,x):r||d?A(f,0):void 0;x>w;w++)if((h||w in T)&&(v=_(y=T[w],w,E),e)){if(n)j[w]=v;else if(v)switch(e){case 3:return!0;case 5:return y;case 6:return w;case 2:c(j,y)}else switch(e){case 4:return!1;case 7:c(j,y)}}return m?-1:i||p?p:j}};e.exports={forEach:p(0),map:p(1),filter:p(2),some:p(3),every:p(4),find:p(5),findIndex:p(6),filterReject:p(7)}},60508:function(e,n,r){var a=r(95522),i=r(83355),o=r(51920),s=i("species");e.exports=function(e){return o>=51||!a(function(){var n=[];return(n.constructor={})[s]=function(){return{foo:1}},1!==n[e](Boolean).foo})}},98873:function(e,n,r){"use strict";var a=r(95522);e.exports=function(e,n){var r=[][e];return!!r&&a(function(){r.call(null,n||function(){return 1},1)})}},53610:function(e,n,r){"use strict";var a=r(91370),i=r(70837),o=TypeError,s=Object.getOwnPropertyDescriptor,l=a&&!function(){if(void 0!==this)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(e){return e instanceof TypeError}}();e.exports=l?function(e,n){if(i(e)&&!s(e,"length").writable)throw o("Cannot set read only .length");return e.length=n}:function(e,n){return e.length=n}},28234:function(e,n,r){var a=r(10205),i=r(38830),o=r(10833),s=Array,l=Math.max;e.exports=function(e,n,r){for(var u=i(e),c=a(n,u),p=a(void 0===r?u:r,u),m=s(l(p-c,0)),d=0;c9007199254740991)throw n("Maximum allowed index exceeded");return e}},52964:function(e){e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},84295:function(e,n,r){var a=r(76702);e.exports=a("navigator","userAgent")||""},51920:function(e,n,r){var a,i,o=r(25822),s=r(84295),l=o.process,u=o.Deno,c=l&&l.versions||u&&u.version,p=c&&c.v8;p&&(i=(a=p.split("."))[0]>0&&a[0]<4?1:+(a[0]+a[1])),!i&&s&&(!(a=s.match(/Edge\/(\d+)/))||a[1]>=74)&&(a=s.match(/Chrome\/(\d+)/))&&(i=+a[1]),e.exports=i},44767:function(e,n,r){var a=r(50349);e.exports=function(e){return a[e+"Prototype"]}},9949:function(e){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},65079:function(e,n,r){"use strict";var a=r(25822),i=r(58917),o=r(8697),s=r(420),l=r(12689).f,u=r(17199),c=r(50349),p=r(89684),m=r(44489),d=r(66810),h=function(e){var n=function(r,a,o){if(this instanceof n){switch(arguments.length){case 0:return new e;case 1:return new e(r);case 2:return new e(r,a)}return new e(r,a,o)}return i(e,this,arguments)};return n.prototype=e.prototype,n};e.exports=function(e,n){var r,i,f,g,b,k,y,v,E,T=e.target,_=e.global,x=e.stat,w=e.proto,A=_?a:x?a[T]:(a[T]||{}).prototype,j=_?c:c[T]||m(c,T,{})[T],S=j.prototype;for(g in n)i=!u(_?g:T+(x?".":"#")+g,e.forced)&&A&&d(A,g),k=j[g],i&&(y=e.dontCallGetSet?(E=l(A,g))&&E.value:A[g]),b=i&&y?y:n[g],(!i||typeof k!=typeof b)&&(v=e.bind&&i?p(b,a):e.wrap&&i?h(b):w&&s(b)?o(b):b,(e.sham||b&&b.sham||k&&k.sham)&&m(v,"sham",!0),m(j,g,v),w&&(d(c,f=T+"Prototype")||m(c,f,{}),m(c[f],g,b),e.real&&S&&!S[g]&&m(S,g,b)))}},95522:function(e){e.exports=function(e){try{return!!e()}catch(n){return!0}}},58917:function(e,n,r){var a=r(20770),i=Function.prototype,o=i.apply,s=i.call;e.exports="object"==typeof Reflect&&Reflect.apply||(a?s.bind(o):function(){return s.apply(o,arguments)})},89684:function(e,n,r){var a=r(8697),i=r(50869),o=r(20770),s=a(a.bind);e.exports=function(e,n){return i(e),void 0===n?e:o?s(e,n):function(){return e.apply(n,arguments)}}},20770:function(e,n,r){var a=r(95522);e.exports=!a(function(){var e=(function(){}).bind();return"function"!=typeof e||e.hasOwnProperty("prototype")})},21296:function(e,n,r){var a=r(20770),i=Function.prototype.call;e.exports=a?i.bind(i):function(){return i.apply(i,arguments)}},26901:function(e,n,r){var a=r(91370),i=r(66810),o=Function.prototype,s=a&&Object.getOwnPropertyDescriptor,l=i(o,"name"),u=l&&(!a||a&&s(o,"name").configurable);e.exports={EXISTS:l,PROPER:l&&"something"===(function(){}).name,CONFIGURABLE:u}},8697:function(e,n,r){var a=r(20770),i=Function.prototype,o=i.bind,s=i.call,l=a&&o.bind(s,s);e.exports=a?function(e){return e&&l(e)}:function(e){return e&&function(){return s.apply(e,arguments)}}},76702:function(e,n,r){var a=r(50349),i=r(25822),o=r(420),s=function(e){return o(e)?e:void 0};e.exports=function(e,n){return arguments.length<2?s(a[e])||s(i[e]):a[e]&&a[e][n]||i[e]&&i[e][n]}},575:function(e,n,r){var a=r(50377),i=r(87537),o=r(60047),s=r(70964),l=r(83355)("iterator");e.exports=function(e){if(!o(e))return i(e,l)||i(e,"@@iterator")||s[a(e)]}},72697:function(e,n,r){var a=r(21296),i=r(50869),o=r(99933),s=r(74647),l=r(575),u=TypeError;e.exports=function(e,n){var r=arguments.length<2?l(e):n;if(i(r))return o(a(r,e));throw u(s(e)+" is not iterable")}},87537:function(e,n,r){var a=r(50869),i=r(60047);e.exports=function(e,n){var r=e[n];return i(r)?void 0:a(r)}},25822:function(e,n,r){var a=function(e){return e&&e.Math==Math&&e};e.exports=a("object"==typeof globalThis&&globalThis)||a("object"==typeof window&&window)||a("object"==typeof self&&self)||a("object"==typeof r.g&&r.g)||function(){return this}()||Function("return this")()},66810:function(e,n,r){var a=r(8697),i=r(2236),o=a({}.hasOwnProperty);e.exports=Object.hasOwn||function(e,n){return o(i(e),n)}},38573:function(e){e.exports={}},99561:function(e,n,r){var a=r(76702);e.exports=a("document","documentElement")},7252:function(e,n,r){var a=r(91370),i=r(95522),o=r(6115);e.exports=!a&&!i(function(){return 7!=Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a})},31852:function(e,n,r){var a=r(8697),i=r(95522),o=r(5376),s=Object,l=a("".split);e.exports=i(function(){return!s("z").propertyIsEnumerable(0)})?function(e){return"String"==o(e)?l(e,""):s(e)}:s},87929:function(e,n,r){var a=r(8697),i=r(420),o=r(13404),s=a(Function.toString);i(o.inspectSource)||(o.inspectSource=function(e){return s(e)}),e.exports=o.inspectSource},98199:function(e,n,r){var a,i,o,s=r(77014),l=r(25822),u=r(8697),c=r(59722),p=r(44489),m=r(66810),d=r(13404),h=r(2514),f=r(38573),g="Object already initialized",b=l.TypeError,k=l.WeakMap,y=function(e){return o(e)?i(e):a(e,{})},v=function(e){return function(n){var r;if(!c(n)||(r=i(n)).type!==e)throw b("Incompatible receiver, "+e+" required");return r}};if(s||d.state){var E=d.state||(d.state=new k),T=u(E.get),_=u(E.has),x=u(E.set);a=function(e,n){if(_(E,e))throw b(g);return n.facade=e,x(E,e,n),n},i=function(e){return T(E,e)||{}},o=function(e){return _(E,e)}}else{var w=h("state");f[w]=!0,a=function(e,n){if(m(e,w))throw b(g);return n.facade=e,p(e,w,n),n},i=function(e){return m(e,w)?e[w]:{}},o=function(e){return m(e,w)}}e.exports={set:a,get:i,has:o,enforce:y,getterFor:v}},13444:function(e,n,r){var a=r(83355),i=r(70964),o=a("iterator"),s=Array.prototype;e.exports=function(e){return void 0!==e&&(i.Array===e||s[o]===e)}},70837:function(e,n,r){var a=r(5376);e.exports=Array.isArray||function(e){return"Array"==a(e)}},420:function(e,n,r){var a=r(40),i=a.all;e.exports=a.IS_HTMLDDA?function(e){return"function"==typeof e||e===i}:function(e){return"function"==typeof e}},8615:function(e,n,r){var a=r(8697),i=r(95522),o=r(420),s=r(50377),l=r(76702),u=r(87929),c=function(){},p=[],m=l("Reflect","construct"),d=/^\s*(?:class|function)\b/,h=a(d.exec),f=!d.exec(c),g=function(e){if(!o(e))return!1;try{return m(c,p,e),!0}catch(n){return!1}},b=function(e){if(!o(e))return!1;switch(s(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return f||!!h(d,u(e))}catch(n){return!0}};b.sham=!0,e.exports=!m||i(function(){var e;return g(g.call)||!g(Object)||!g(function(){e=!0})||e})?b:g},17199:function(e,n,r){var a=r(95522),i=r(420),o=/#|\.prototype\./,s=function(e,n){var r=u[l(e)];return r==p||r!=c&&(i(n)?a(n):!!n)},l=s.normalize=function(e){return String(e).replace(o,".").toLowerCase()},u=s.data={},c=s.NATIVE="N",p=s.POLYFILL="P";e.exports=s},60047:function(e){e.exports=function(e){return null==e}},59722:function(e,n,r){var a=r(420),i=r(40),o=i.all;e.exports=i.IS_HTMLDDA?function(e){return"object"==typeof e?null!==e:a(e)||e===o}:function(e){return"object"==typeof e?null!==e:a(e)}},1847:function(e){e.exports=!0},48826:function(e,n,r){var a=r(76702),i=r(420),o=r(44948),s=r(29170),l=Object;e.exports=s?function(e){return"symbol"==typeof e}:function(e){var n=a("Symbol");return i(n)&&o(n.prototype,l(e))}},80956:function(e,n,r){var a=r(21296),i=r(99933),o=r(87537);e.exports=function(e,n,r){var s,l;i(e);try{if(!(s=o(e,"return"))){if("throw"===n)throw r;return r}s=a(s,e)}catch(u){l=!0,s=u}if("throw"===n)throw r;if(l)throw s;return i(s),r}},12770:function(e,n,r){"use strict";var a=r(37895).IteratorPrototype,i=r(53796),o=r(79341),s=r(2515),l=r(70964),u=function(){return this};e.exports=function(e,n,r,c){var p=n+" Iterator";return e.prototype=i(a,{next:o(+!c,r)}),s(e,p,!1,!0),l[p]=u,e}},89840:function(e,n,r){"use strict";var a=r(65079),i=r(21296),o=r(1847),s=r(26901),l=r(420),u=r(12770),c=r(60214),p=r(88992),m=r(2515),d=r(44489),h=r(59282),f=r(83355),g=r(70964),b=r(37895),k=s.PROPER,y=s.CONFIGURABLE,v=b.IteratorPrototype,E=b.BUGGY_SAFARI_ITERATORS,T=f("iterator"),_="keys",x="values",w="entries",A=function(){return this};e.exports=function(e,n,r,s,f,b,j){u(r,n,s);var S,C,N,O=function(e){if(e===f&&P)return P;if(!E&&e in M)return M[e];switch(e){case _:case x:case w:return function(){return new r(this,e)}}return function(){return new r(this)}},I=n+" Iterator",R=!1,M=e.prototype,L=M[T]||M["@@iterator"]||f&&M[f],P=!E&&L||O(f),D="Array"==n&&M.entries||L;if(D&&(S=c(D.call(new e)))!==Object.prototype&&S.next&&(o||c(S)===v||(p?p(S,v):l(S[T])||h(S,T,A)),m(S,I,!0,!0),o&&(g[I]=A)),k&&f==x&&L&&L.name!==x&&(!o&&y?d(M,"name",x):(R=!0,P=function(){return i(L,this)})),f){if(C={values:O(x),keys:b?P:O(_),entries:O(w)},j)for(N in C)!E&&!R&&N in M||h(M,N,C[N]);else a({target:n,proto:!0,forced:E||R},C)}return(!o||j)&&M[T]!==P&&h(M,T,P,{name:f}),g[n]=P,C}},37895:function(e,n,r){"use strict";var a,i,o,s=r(95522),l=r(420),u=r(59722),c=r(53796),p=r(60214),m=r(59282),d=r(83355),h=r(1847),f=d("iterator"),g=!1;[].keys&&("next"in(o=[].keys())?(i=p(p(o)))!==Object.prototype&&(a=i):g=!0),!u(a)||s(function(){var e={};return a[f].call(e)!==e})?a={}:h&&(a=c(a)),l(a[f])||m(a,f,function(){return this}),e.exports={IteratorPrototype:a,BUGGY_SAFARI_ITERATORS:g}},70964:function(e){e.exports={}},38830:function(e,n,r){var a=r(19153);e.exports=function(e){return a(e.length)}},20754:function(e){e.exports=Math.sign||function(e){var n=+e;return 0==n||n!=n?n:n<0?-1:1}},42661:function(e){var n=Math.ceil,r=Math.floor;e.exports=Math.trunc||function(e){var a=+e;return(a>0?r:n)(a)}},53796:function(e,n,r){var a,i=r(99933),o=r(44512),s=r(9949),l=r(38573),u=r(99561),c=r(6115),p=r(2514),m="prototype",d="script",h=p("IE_PROTO"),f=function(){},g=function(e){return"<"+d+">"+e+""},b=function(e){e.write(g("")),e.close();var n=e.parentWindow.Object;return e=null,n},k=function(){var e,n=c("iframe");return n.style.display="none",u.appendChild(n),n.src=String("java"+d+":"),(e=n.contentWindow.document).open(),e.write(g("document.F=Object")),e.close(),e.F},y=function(){try{a=new ActiveXObject("htmlfile")}catch(e){}y="undefined"!=typeof document?document.domain&&a?b(a):k():b(a);for(var n=s.length;n--;)delete y[m][s[n]];return y()};l[h]=!0,e.exports=Object.create||function(e,n){var r;return null!==e?(f[m]=i(e),r=new f,f[m]=null,r[h]=e):r=y(),void 0===n?r:o.f(r,n)}},44512:function(e,n,r){var a=r(91370),i=r(14390),o=r(59186),s=r(99933),l=r(7322),u=r(3637);n.f=a&&!i?Object.defineProperties:function(e,n){s(e);for(var r,a=l(n),i=u(n),c=i.length,p=0;c>p;)o.f(e,r=i[p++],a[r]);return e}},59186:function(e,n,r){var a=r(91370),i=r(7252),o=r(14390),s=r(99933),l=r(3061),u=TypeError,c=Object.defineProperty,p=Object.getOwnPropertyDescriptor,m="enumerable",d="configurable",h="writable";n.f=a?o?function(e,n,r){if(s(e),n=l(n),s(r),"function"==typeof e&&"prototype"===n&&"value"in r&&h in r&&!r[h]){var a=p(e,n);a&&a[h]&&(e[n]=r.value,r={configurable:d in r?r[d]:a[d],enumerable:m in r?r[m]:a[m],writable:!1})}return c(e,n,r)}:c:function(e,n,r){if(s(e),n=l(n),s(r),i)try{return c(e,n,r)}catch(a){}if("get"in r||"set"in r)throw u("Accessors not supported");return"value"in r&&(e[n]=r.value),e}},12689:function(e,n,r){var a=r(91370),i=r(21296),o=r(51492),s=r(79341),l=r(7322),u=r(3061),c=r(66810),p=r(7252),m=Object.getOwnPropertyDescriptor;n.f=a?m:function(e,n){if(e=l(e),n=u(n),p)try{return m(e,n)}catch(r){}if(c(e,n))return s(!i(o.f,e,n),e[n])}},47768:function(e,n,r){var a=r(5376),i=r(7322),o=r(39906).f,s=r(28234),l="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],u=function(e){try{return o(e)}catch(n){return s(l)}};e.exports.f=function(e){return l&&"Window"==a(e)?u(e):o(i(e))}},39906:function(e,n,r){var a=r(47648),i=r(9949).concat("length","prototype");n.f=Object.getOwnPropertyNames||function(e){return a(e,i)}},56241:function(e,n){n.f=Object.getOwnPropertySymbols},60214:function(e,n,r){var a=r(66810),i=r(420),o=r(2236),s=r(2514),l=r(57381),u=s("IE_PROTO"),c=Object,p=c.prototype;e.exports=l?c.getPrototypeOf:function(e){var n=o(e);if(a(n,u))return n[u];var r=n.constructor;return i(r)&&n instanceof r?r.prototype:n instanceof c?p:null}},44948:function(e,n,r){var a=r(8697);e.exports=a({}.isPrototypeOf)},47648:function(e,n,r){var a=r(8697),i=r(66810),o=r(7322),s=r(62335).indexOf,l=r(38573),u=a([].push);e.exports=function(e,n){var r,a=o(e),c=0,p=[];for(r in a)!i(l,r)&&i(a,r)&&u(p,r);for(;n.length>c;)i(a,r=n[c++])&&(~s(p,r)||u(p,r));return p}},3637:function(e,n,r){var a=r(47648),i=r(9949);e.exports=Object.keys||function(e){return a(e,i)}},51492:function(e,n){"use strict";var r={}.propertyIsEnumerable,a=Object.getOwnPropertyDescriptor,i=a&&!r.call({1:2},1);n.f=i?function(e){var n=a(this,e);return!!n&&n.enumerable}:r},88992:function(e,n,r){var a=r(8697),i=r(99933),o=r(37681);e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,n=!1,r={};try{(e=a(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(r,[]),n=r instanceof Array}catch(s){}return function(r,a){return i(r),o(a),n?e(r,a):r.__proto__=a,r}}():void 0)},33611:function(e,n,r){"use strict";var a=r(49228),i=r(50377);e.exports=a?({}).toString:function(){return"[object "+i(this)+"]"}},93578:function(e,n,r){var a=r(21296),i=r(420),o=r(59722),s=TypeError;e.exports=function(e,n){var r,l;if("string"===n&&i(r=e.toString)&&!o(l=a(r,e))||i(r=e.valueOf)&&!o(l=a(r,e))||"string"!==n&&i(r=e.toString)&&!o(l=a(r,e)))return l;throw s("Can't convert object to primitive value")}},84618:function(e,n,r){var a=r(76702),i=r(8697),o=r(39906),s=r(56241),l=r(99933),u=i([].concat);e.exports=a("Reflect","ownKeys")||function(e){var n=o.f(l(e)),r=s.f;return r?u(n,r(e)):n}},50349:function(e){e.exports={}},41653:function(e,n,r){var a=r(60047),i=TypeError;e.exports=function(e){if(a(e))throw i("Can't call method on "+e);return e}},17839:function(e,n,r){var a=r(25822),i=r(58917),o=r(420),s=r(84295),l=r(7942),u=r(62258),c=/MSIE .\./.test(s),p=a.Function,m=function(e){return c?function(n,r){var a=u(arguments.length,1)>2,s=o(n)?n:p(n),c=a?l(arguments,2):void 0;return e(a?function(){i(s,this,c)}:s,r)}:e};e.exports={setTimeout:m(a.setTimeout),setInterval:m(a.setInterval)}},2515:function(e,n,r){var a=r(49228),i=r(59186).f,o=r(44489),s=r(66810),l=r(33611),u=r(83355)("toStringTag");e.exports=function(e,n,r,c){if(e){var p=r?e:e.prototype;s(p,u)||i(p,u,{configurable:!0,value:n}),c&&!a&&o(p,"toString",l)}}},2514:function(e,n,r){var a=r(51019),i=r(33852),o=a("keys");e.exports=function(e){return o[e]||(o[e]=i(e))}},13404:function(e,n,r){var a=r(25822),i=r(81673),o="__core-js_shared__",s=a[o]||i(o,{});e.exports=s},51019:function(e,n,r){var a=r(1847),i=r(13404);(e.exports=function(e,n){return i[e]||(i[e]=void 0!==n?n:{})})("versions",[]).push({version:"3.25.2",mode:a?"pure":"global",copyright:"\xa9 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.25.2/LICENSE",source:"https://github.com/zloirock/core-js"})},46437:function(e,n,r){var a=r(8697),i=r(50485),o=r(39752),s=r(41653),l=a("".charAt),u=a("".charCodeAt),c=a("".slice),p=function(e){return function(n,r){var a,p,m=o(s(n)),d=i(r),h=m.length;return d<0||d>=h?e?"":void 0:(a=u(m,d))<55296||a>56319||d+1===h||(p=u(m,d+1))<56320||p>57343?e?l(m,d):a:e?c(m,d,d+2):(a-55296<<10)+(p-56320)+65536}};e.exports={codeAt:p(!1),charAt:p(!0)}},38726:function(e,n,r){var a=r(51920),i=r(95522);e.exports=!!Object.getOwnPropertySymbols&&!i(function(){var e=Symbol();return!String(e)||!(Object(e) instanceof Symbol)||!Symbol.sham&&a&&a<41})},52726:function(e,n,r){var a=r(21296),i=r(76702),o=r(83355),s=r(59282);e.exports=function(){var e=i("Symbol"),n=e&&e.prototype,r=n&&n.valueOf,l=o("toPrimitive");n&&!n[l]&&s(n,l,function(e){return a(r,this)},{arity:1})}},95542:function(e,n,r){var a=r(38726);e.exports=a&&!!Symbol.for&&!!Symbol.keyFor},10205:function(e,n,r){var a=r(50485),i=Math.max,o=Math.min;e.exports=function(e,n){var r=a(e);return r<0?i(r+n,0):o(r,n)}},7322:function(e,n,r){var a=r(31852),i=r(41653);e.exports=function(e){return a(i(e))}},50485:function(e,n,r){var a=r(42661);e.exports=function(e){var n=+e;return n!=n||0===n?0:a(n)}},19153:function(e,n,r){var a=r(50485),i=Math.min;e.exports=function(e){return e>0?i(a(e),9007199254740991):0}},2236:function(e,n,r){var a=r(41653),i=Object;e.exports=function(e){return i(a(e))}},37508:function(e,n,r){var a=r(21296),i=r(59722),o=r(48826),s=r(87537),l=r(93578),u=r(83355),c=TypeError,p=u("toPrimitive");e.exports=function(e,n){if(!i(e)||o(e))return e;var r,u=s(e,p);if(u){if(void 0===n&&(n="default"),r=a(u,e,n),!i(r)||o(r))return r;throw c("Can't convert object to primitive value")}return void 0===n&&(n="number"),l(e,n)}},3061:function(e,n,r){var a=r(37508),i=r(48826);e.exports=function(e){var n=a(e,"string");return i(n)?n:n+""}},49228:function(e,n,r){var a=r(83355)("toStringTag"),i={};i[a]="z",e.exports="[object z]"===String(i)},39752:function(e,n,r){var a=r(50377),i=String;e.exports=function(e){if("Symbol"===a(e))throw TypeError("Cannot convert a Symbol value to a string");return i(e)}},74647:function(e){var n=String;e.exports=function(e){try{return n(e)}catch(r){return"Object"}}},33852:function(e,n,r){var a=r(8697),i=0,o=Math.random(),s=a(1..toString);e.exports=function(e){return"Symbol("+(void 0===e?"":e)+")_"+s(++i+o,36)}},29170:function(e,n,r){var a=r(38726);e.exports=a&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},14390:function(e,n,r){var a=r(91370),i=r(95522);e.exports=a&&i(function(){return 42!=Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype})},62258:function(e){var n=TypeError;e.exports=function(e,r){if(e=51||!i(function(){var e=[];return e[g]=!1,e.concat()[0]!==e}),k=d("concat"),y=function(e){if(!s(e))return!1;var n=e[g];return void 0!==n?!!n:o(e)};a({target:"Array",proto:!0,arity:1,forced:!b||!k},{concat:function(e){var n,r,a,i,o,s=l(this),d=m(s,0),h=0;for(n=-1,a=arguments.length;n1?arguments[1]:void 0)}})},57902:function(e,n,r){"use strict";var a=r(65079),i=r(19472);a({target:"Array",proto:!0,forced:[].forEach!=i},{forEach:i})},56858:function(e,n,r){var a=r(65079),i=r(8804),o=!r(8882)(function(e){Array.from(e)});a({target:"Array",stat:!0,forced:o},{from:i})},12952:function(e,n,r){"use strict";var a=r(65079),i=r(8697),o=r(62335).indexOf,s=r(98873),l=i([].indexOf),u=!!l&&1/l([1],1,-0)<0,c=s("indexOf");a({target:"Array",proto:!0,forced:u||!c},{indexOf:function(e){var n=arguments.length>1?arguments[1]:void 0;return u?l(this,e,n)||0:o(this,e,n)}})},21084:function(e,n,r){var a=r(65079),i=r(70837);a({target:"Array",stat:!0},{isArray:i})},70662:function(e,n,r){"use strict";var a=r(7322),i=r(91884),o=r(70964),s=r(98199),l=r(59186).f,u=r(89840),c=r(43689),p=r(1847),m=r(91370),d="Array Iterator",h=s.set,f=s.getterFor(d);e.exports=u(Array,"Array",function(e,n){h(this,{type:d,target:a(e),index:0,kind:n})},function(){var e=f(this),n=e.target,r=e.kind,a=e.index++;return!n||a>=n.length?(e.target=void 0,c(void 0,!0)):"keys"==r?c(a,!1):"values"==r?c(n[a],!1):c([a,n[a]],!1)},"values");var g=o.Arguments=o.Array;if(i("keys"),i("values"),i("entries"),!p&&m&&"values"!==g.name)try{l(g,"name",{value:"values"})}catch(b){}},98016:function(e,n,r){"use strict";var a=r(65079),i=r(70837),o=r(8615),s=r(59722),l=r(10205),u=r(38830),c=r(7322),p=r(10833),m=r(83355),d=r(60508),h=r(7942),f=d("slice"),g=m("species"),b=Array,k=Math.max;a({target:"Array",proto:!0,forced:!f},{slice:function(e,n){var r,a,m,d=c(this),f=u(d),y=l(e,f),v=l(void 0===n?f:n,f);if(i(d)&&(o(r=d.constructor)&&(r===b||i(r.prototype))?r=void 0:s(r)&&null===(r=r[g])&&(r=void 0),r===b||void 0===r))return h(d,y,v);for(m=0,a=new(void 0===r?b:r)(k(v-y,0));yE-a+r;b--)d(v,b-1)}else if(r>a)for(b=E-a;b>T;b--)k=b+a-1,y=b+r-1,k in v?v[y]=v[k]:d(v,y);for(b=0;bm;)void 0!==(r=i(a,n=c[m++]))&&u(p,n,r);return p}})},9850:function(e,n,r){var a=r(65079),i=r(38726),o=r(95522),s=r(56241),l=r(2236),u=!i||o(function(){s.f(1)});a({target:"Object",stat:!0,forced:u},{getOwnPropertySymbols:function(e){var n=s.f;return n?n(l(e)):[]}})},25016:function(e,n,r){var a=r(65079),i=r(2236),o=r(3637),s=r(95522)(function(){o(1)});a({target:"Object",stat:!0,forced:s},{keys:function(e){return o(i(e))}})},83739:function(){},10416:function(){},9813:function(e,n,r){"use strict";var a=r(46437).charAt,i=r(39752),o=r(98199),s=r(89840),l=r(43689),u="String Iterator",c=o.set,p=o.getterFor(u);s(String,"String",function(e){c(this,{type:u,string:i(e),index:0})},function(){var e,n=p(this),r=n.string,i=n.index;return i>=r.length?l(void 0,!0):(e=a(r,i),n.index+=e.length,l(e,!1))})},63617:function(e,n,r){r(75209)("asyncIterator")},55773:function(e,n,r){"use strict";var a=r(65079),i=r(25822),o=r(21296),s=r(8697),l=r(1847),u=r(91370),c=r(38726),p=r(95522),m=r(66810),d=r(44948),h=r(99933),f=r(7322),g=r(3061),b=r(39752),k=r(79341),y=r(53796),v=r(3637),E=r(39906),T=r(47768),_=r(56241),x=r(12689),w=r(59186),A=r(44512),j=r(51492),S=r(59282),C=r(51019),N=r(2514),O=r(38573),I=r(33852),R=r(83355),M=r(39509),L=r(75209),P=r(52726),D=r(2515),z=r(98199),F=r(28718).forEach,B=N("hidden"),H="Symbol",U="prototype",G=z.set,$=z.getterFor(H),K=Object[U],V=i.Symbol,q=V&&V[U],W=i.TypeError,Y=i.QObject,Q=x.f,Z=w.f,X=T.f,J=j.f,ee=s([].push),et=C("symbols"),en=C("op-symbols"),er=C("wks"),ea=!Y||!Y[U]||!Y[U].findChild,ei=u&&p(function(){return 7!=y(Z({},"a",{get:function(){return Z(this,"a",{value:7}).a}})).a})?function(e,n,r){var a=Q(K,n);a&&delete K[n],Z(e,n,r),a&&e!==K&&Z(K,n,a)}:Z,eo=function(e,n){var r=et[e]=y(q);return G(r,{type:H,tag:e,description:n}),u||(r.description=n),r},es=function(e,n,r){e===K&&es(en,n,r),h(e);var a=g(n);return(h(r),m(et,a))?(r.enumerable?(m(e,B)&&e[B][a]&&(e[B][a]=!1),r=y(r,{enumerable:k(0,!1)})):(m(e,B)||Z(e,B,k(1,{})),e[B][a]=!0),ei(e,a,r)):Z(e,a,r)},el=function(e,n){h(e);var r=f(n),a=v(r).concat(ed(r));return F(a,function(n){(!u||o(ec,r,n))&&es(e,n,r[n])}),e},eu=function(e,n){return void 0===n?y(e):el(y(e),n)},ec=function(e){var n=g(e),r=o(J,this,n);return(!(this===K&&m(et,n))||!!m(en,n))&&(!(r||!m(this,n)||!m(et,n)||m(this,B)&&this[B][n])||r)},ep=function(e,n){var r=f(e),a=g(n);if(!(r===K&&m(et,a))||m(en,a)){var i=Q(r,a);return i&&m(et,a)&&!(m(r,B)&&r[B][a])&&(i.enumerable=!0),i}},em=function(e){var n=X(f(e)),r=[];return F(n,function(e){m(et,e)||m(O,e)||ee(r,e)}),r},ed=function(e){var n=e===K,r=X(n?en:f(e)),a=[];return F(r,function(e){m(et,e)&&(!n||m(K,e))&&ee(a,et[e])}),a};c||(q=(V=function(){if(d(q,this))throw W("Symbol is not a constructor");var e=arguments.length&&void 0!==arguments[0]?b(arguments[0]):void 0,n=I(e),r=function(e){this===K&&o(r,en,e),m(this,B)&&m(this[B],n)&&(this[B][n]=!1),ei(this,n,k(1,e))};return u&&ea&&ei(K,n,{configurable:!0,set:r}),eo(n,e)})[U],S(q,"toString",function(){return $(this).tag}),S(V,"withoutSetter",function(e){return eo(I(e),e)}),j.f=ec,w.f=es,A.f=el,x.f=ep,E.f=T.f=em,_.f=ed,M.f=function(e){return eo(R(e),e)},u&&(Z(q,"description",{configurable:!0,get:function(){return $(this).description}}),l||S(K,"propertyIsEnumerable",ec,{unsafe:!0}))),a({global:!0,constructor:!0,wrap:!0,forced:!c,sham:!c},{Symbol:V}),F(v(er),function(e){L(e)}),a({target:H,stat:!0,forced:!c},{useSetter:function(){ea=!0},useSimple:function(){ea=!1}}),a({target:"Object",stat:!0,forced:!c,sham:!u},{create:eu,defineProperty:es,defineProperties:el,getOwnPropertyDescriptor:ep}),a({target:"Object",stat:!0,forced:!c},{getOwnPropertyNames:em}),P(),D(V,H),O[B]=!0},32222:function(){},58584:function(e,n,r){var a=r(65079),i=r(76702),o=r(66810),s=r(39752),l=r(51019),u=r(95542),c=l("string-to-symbol-registry"),p=l("symbol-to-string-registry");a({target:"Symbol",stat:!0,forced:!u},{for:function(e){var n=s(e);if(o(c,n))return c[n];var r=i("Symbol")(n);return c[n]=r,p[r]=n,r}})},45453:function(e,n,r){r(75209)("hasInstance")},69956:function(e,n,r){r(75209)("isConcatSpreadable")},39234:function(e,n,r){r(75209)("iterator")},14138:function(e,n,r){r(55773),r(58584),r(32002),r(23628),r(9850)},32002:function(e,n,r){var a=r(65079),i=r(66810),o=r(48826),s=r(74647),l=r(51019),u=r(95542),c=l("symbol-to-string-registry");a({target:"Symbol",stat:!0,forced:!u},{keyFor:function(e){if(!o(e))throw TypeError(s(e)+" is not a symbol");if(i(c,e))return c[e]}})},74696:function(e,n,r){r(75209)("matchAll")},58280:function(e,n,r){r(75209)("match")},12710:function(e,n,r){r(75209)("replace")},58730:function(e,n,r){r(75209)("search")},56733:function(e,n,r){r(75209)("species")},4774:function(e,n,r){r(75209)("split")},72874:function(e,n,r){var a=r(75209),i=r(52726);a("toPrimitive"),i()},93492:function(e,n,r){var a=r(76702),i=r(75209),o=r(2515);i("toStringTag"),o(a("Symbol"),"Symbol")},60905:function(e,n,r){r(75209)("unscopables")},12014:function(e,n,r){r(75209)("asyncDispose")},29864:function(e,n,r){r(75209)("dispose")},29657:function(e,n,r){r(75209)("matcher")},18286:function(e,n,r){r(75209)("metadataKey")},69201:function(e,n,r){r(75209)("metadata")},70245:function(e,n,r){r(75209)("observable")},74662:function(e,n,r){r(75209)("patternMatch")},19109:function(e,n,r){r(75209)("replaceAll")},5384:function(e,n,r){r(70662);var a=r(52964),i=r(25822),o=r(50377),s=r(44489),l=r(70964),u=r(83355)("toStringTag");for(var c in a){var p=i[c],m=p&&p.prototype;m&&o(m)!==u&&s(m,u,c),l[c]=l.Array}},77461:function(e,n,r){var a=r(65079),i=r(25822),o=r(17839).setInterval;a({global:!0,bind:!0,forced:i.setInterval!==o},{setInterval:o})},17219:function(e,n,r){var a=r(65079),i=r(25822),o=r(17839).setTimeout;a({global:!0,bind:!0,forced:i.setTimeout!==o},{setTimeout:o})},88406:function(e,n,r){r(77461),r(17219)},61289:function(e,n,r){var a=r(93674);e.exports=a},73983:function(e,n,r){var a=r(16007);e.exports=a},29943:function(e,n,r){var a=r(21487);e.exports=a},35237:function(e,n,r){var a=r(79295);e.exports=a},586:function(e,n,r){var a=r(98010);r(5384),e.exports=a},18187:function(e,n,r){var a=r(2968);e.exports=a},19933:function(e,n,r){var a=r(80764);e.exports=a},78954:function(e,n,r){r(5384);var a=r(50377),i=r(66810),o=r(44948),s=r(29943),l=Array.prototype,u={DOMTokenList:!0,NodeList:!0};e.exports=function(e){var n=e.forEach;return e===l||o(l,e)&&n===l.forEach||i(u,a(e))?s:n}},61325:function(e,n,r){var a=r(9118);e.exports=a},27845:function(e,n,r){var a=r(57652);e.exports=a},98860:function(e,n,r){var a=r(506);e.exports=a},43282:function(e,n,r){var a=r(52870);e.exports=a},69630:function(e,n,r){var a=r(22341);e.exports=a},56813:function(e,n,r){var a=r(92460);e.exports=a},51921:function(e,n,r){var a=r(78007);e.exports=a},24457:function(e,n,r){var a=r(59799);e.exports=a},97911:function(e,n,r){var a=r(20017);e.exports=a},85827:function(e,n,r){var a=r(90337);e.exports=a},79748:function(e,n,r){r(88406);var a=r(50349);e.exports=a.setInterval},56437:function(e,n,r){r(88406);var a=r(50349);e.exports=a.setTimeout},79709:function(e,n,r){var a=r(3408);r(5384),e.exports=a},12750:function(e,n,r){var a=r(4015),i=r(54347);e.exports=function(e){if(a(e))return e;throw TypeError(i(e)+" is not a function")}},84179:function(e,n,r){"use strict";var a=r(82978).charAt;e.exports=function(e,n,r){return n+(r?a(e,n).length:1)}},13533:function(e,n,r){var a=r(72852);e.exports=function(e){if(a(e))return e;throw TypeError(String(e)+" is not an object")}},73934:function(e,n,r){var a=r(97418),i=r(73154),o=r(72061),s=function(e){return function(n,r,s){var l,u=a(n),c=o(u),p=i(s,c);if(e&&r!=r){for(;c>p;)if((l=u[p++])!=l)return!0}else for(;c>p;p++)if((e||p in u)&&u[p]===r)return e||p||0;return!e&&-1}};e.exports={includes:s(!0),indexOf:s(!1)}},2945:function(e){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},81153:function(e,n,r){var a=r(85943),i=r(4015),o=r(2945),s=r(30359)("toStringTag"),l="Arguments"==o(function(){return arguments}()),u=function(e,n){try{return e[n]}catch(r){}};e.exports=a?o:function(e){var n,r,a;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=u(n=Object(e),s))?r:l?o(n):"Object"==(a=o(n))&&i(n.callee)?"Arguments":a}},84255:function(e,n,r){var a=r(67728),i=r(2213),o=r(58776),s=r(29311);e.exports=function(e,n){for(var r=i(n),l=s.f,u=o.f,c=0;c=74)&&(a=s.match(/Chrome\/(\d+)/))&&(i=a[1]),e.exports=i&&+i},31069:function(e){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},58643:function(e,n,r){var a=r(53392),i=r(58776).f,o=r(57695),s=r(81839),l=r(88461),u=r(84255),c=r(71239);e.exports=function(e,n){var r,p,m,d,h,f,g=e.target,b=e.global,k=e.stat;if(p=b?a:k?a[g]||l(g,{}):(a[g]||{}).prototype)for(m in n){if(h=n[m],d=e.noTargetGet?(f=i(p,m))&&f.value:p[m],!c(b?m:g+(k?".":"#")+m,e.forced)&&void 0!==d){if(typeof h==typeof d)continue;u(h,d)}(e.sham||d&&d.sham)&&o(h,"sham",!0),s(p,m,h,e)}}},65905:function(e){e.exports=function(e){try{return!!e()}catch(n){return!0}}},42758:function(e,n,r){"use strict";r(59103);var a=r(81839),i=r(60974),o=r(65905),s=r(30359),l=r(57695),u=s("species"),c=RegExp.prototype;e.exports=function(e,n,r,p){var m=s(e),d=!o(function(){var n={};return n[m]=function(){return 7},7!=""[e](n)}),h=d&&!o(function(){var n=!1,r=/a/;return"split"===e&&((r={}).constructor={},r.constructor[u]=function(){return r},r.flags="",r[m]=/./[m]),r.exec=function(){return n=!0,null},r[m](""),!n});if(!d||!h||r){var f=/./[m],g=n(m,""[e],function(e,n,r,a,o){var s=n.exec;return s===i||s===c.exec?d&&!o?{done:!0,value:f.call(n,r,a)}:{done:!0,value:e.call(r,n,a)}:{done:!1}});a(String.prototype,e,g[0]),a(c,m,g[1])}p&&l(c[m],"sham",!0)}},61336:function(e,n,r){var a=r(81846),i=r(67728),o=Function.prototype,s=a&&Object.getOwnPropertyDescriptor,l=i(o,"name"),u=l&&(!a||a&&s(o,"name").configurable);e.exports={EXISTS:l,PROPER:l&&"something"===(function(){}).name,CONFIGURABLE:u}},70773:function(e,n,r){var a=r(53392),i=r(4015);e.exports=function(e,n){var r;return arguments.length<2?i(r=a[e])?r:void 0:a[e]&&a[e][n]}},66404:function(e,n,r){var a=r(12750);e.exports=function(e,n){var r=e[n];return null==r?void 0:a(r)}},10860:function(e,n,r){var a=r(80362),i=Math.floor,o="".replace,s=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,l=/\$([$&'`]|\d{1,2})/g;e.exports=function(e,n,r,u,c,p){var m=r+e.length,d=u.length,h=l;return void 0!==c&&(c=a(c),h=s),o.call(p,h,function(a,o){var s;switch(o.charAt(0)){case"$":return"$";case"&":return e;case"`":return n.slice(0,r);case"'":return n.slice(m);case"<":s=c[o.slice(1,-1)];break;default:var l=+o;if(0===l)return a;if(l>d){var p=i(l/10);if(0===p)return a;if(p<=d)return void 0===u[p-1]?o.charAt(1):u[p-1]+o.charAt(1);return a}s=u[l-1]}return void 0===s?"":s})}},53392:function(e,n,r){var a=function(e){return e&&e.Math==Math&&e};e.exports=a("object"==typeof globalThis&&globalThis)||a("object"==typeof window&&window)||a("object"==typeof self&&self)||a("object"==typeof r.g&&r.g)||function(){return this}()||Function("return this")()},67728:function(e,n,r){var a=r(80362),i={}.hasOwnProperty;e.exports=Object.hasOwn||function(e,n){return i.call(a(e),n)}},62998:function(e){e.exports={}},19368:function(e,n,r){var a=r(70773);e.exports=a("document","documentElement")},29630:function(e,n,r){var a=r(81846),i=r(65905),o=r(62770);e.exports=!a&&!i(function(){return 7!=Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a})},15338:function(e,n,r){var a=r(65905),i=r(2945),o="".split;e.exports=a(function(){return!Object("z").propertyIsEnumerable(0)})?function(e){return"String"==i(e)?o.call(e,""):Object(e)}:Object},83252:function(e,n,r){var a=r(4015),i=r(20559),o=Function.toString;a(i.inspectSource)||(i.inspectSource=function(e){return o.call(e)}),e.exports=i.inspectSource},3490:function(e,n,r){var a,i,o,s=r(18407),l=r(53392),u=r(72852),c=r(57695),p=r(67728),m=r(20559),d=r(13131),h=r(62998),f="Object already initialized",g=l.WeakMap,b=function(e){return o(e)?i(e):a(e,{})},k=function(e){return function(n){var r;if(!u(n)||(r=i(n)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return r}};if(s||m.state){var y=m.state||(m.state=new g),v=y.get,E=y.has,T=y.set;a=function(e,n){if(E.call(y,e))throw TypeError(f);return n.facade=e,T.call(y,e,n),n},i=function(e){return v.call(y,e)||{}},o=function(e){return E.call(y,e)}}else{var _=d("state");h[_]=!0,a=function(e,n){if(p(e,_))throw TypeError(f);return n.facade=e,c(e,_,n),n},i=function(e){return p(e,_)?e[_]:{}},o=function(e){return p(e,_)}}e.exports={set:a,get:i,has:o,enforce:b,getterFor:k}},4015:function(e){e.exports=function(e){return"function"==typeof e}},71239:function(e,n,r){var a=r(65905),i=r(4015),o=/#|\.prototype\./,s=function(e,n){var r=u[l(e)];return r==p||r!=c&&(i(n)?a(n):!!n)},l=s.normalize=function(e){return String(e).replace(o,".").toLowerCase()},u=s.data={},c=s.NATIVE="N",p=s.POLYFILL="P";e.exports=s},72852:function(e,n,r){var a=r(4015);e.exports=function(e){return"object"==typeof e?null!==e:a(e)}},49810:function(e){e.exports=!1},11874:function(e,n,r){var a=r(4015),i=r(70773),o=r(75563);e.exports=o?function(e){return"symbol"==typeof e}:function(e){var n=i("Symbol");return a(n)&&Object(e) instanceof n}},72061:function(e,n,r){var a=r(8924);e.exports=function(e){return a(e.length)}},83774:function(e,n,r){var a=r(45873),i=r(65905);e.exports=!!Object.getOwnPropertySymbols&&!i(function(){var e=Symbol();return!String(e)||!(Object(e) instanceof Symbol)||!Symbol.sham&&a&&a<41})},18407:function(e,n,r){var a=r(53392),i=r(4015),o=r(83252),s=a.WeakMap;e.exports=i(s)&&/native code/.test(o(s))},49898:function(e,n,r){var a,i=r(13533),o=r(36627),s=r(31069),l=r(62998),u=r(19368),c=r(62770),p=r(13131),m="prototype",d="script",h=p("IE_PROTO"),f=function(){},g=function(e){return"<"+d+">"+e+""},b=function(e){e.write(g("")),e.close();var n=e.parentWindow.Object;return e=null,n},k=function(){var e,n=c("iframe");return n.style.display="none",u.appendChild(n),n.src=String("java"+d+":"),(e=n.contentWindow.document).open(),e.write(g("document.F=Object")),e.close(),e.F},y=function(){try{a=new ActiveXObject("htmlfile")}catch(e){}y="undefined"!=typeof document?document.domain&&a?b(a):k():b(a);for(var n=s.length;n--;)delete y[m][s[n]];return y()};l[h]=!0,e.exports=Object.create||function(e,n){var r;return null!==e?(f[m]=i(e),r=new f,f[m]=null,r[h]=e):r=y(),void 0===n?r:o(r,n)}},36627:function(e,n,r){var a=r(81846),i=r(29311),o=r(13533),s=r(8994);e.exports=a?Object.defineProperties:function(e,n){o(e);for(var r,a=s(n),l=a.length,u=0;l>u;)i.f(e,r=a[u++],n[r]);return e}},29311:function(e,n,r){var a=r(81846),i=r(29630),o=r(13533),s=r(42932),l=Object.defineProperty;n.f=a?l:function(e,n,r){if(o(e),n=s(n),o(r),i)try{return l(e,n,r)}catch(a){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(e[n]=r.value),e}},58776:function(e,n,r){var a=r(81846),i=r(34511),o=r(7773),s=r(97418),l=r(42932),u=r(67728),c=r(29630),p=Object.getOwnPropertyDescriptor;n.f=a?p:function(e,n){if(e=s(e),n=l(n),c)try{return p(e,n)}catch(r){}if(u(e,n))return o(!i.f.call(e,n),e[n])}},52728:function(e,n,r){var a=r(88486),i=r(31069).concat("length","prototype");n.f=Object.getOwnPropertyNames||function(e){return a(e,i)}},96932:function(e,n){n.f=Object.getOwnPropertySymbols},88486:function(e,n,r){var a=r(67728),i=r(97418),o=r(73934).indexOf,s=r(62998);e.exports=function(e,n){var r,l=i(e),u=0,c=[];for(r in l)!a(s,r)&&a(l,r)&&c.push(r);for(;n.length>u;)a(l,r=n[u++])&&(~o(c,r)||c.push(r));return c}},8994:function(e,n,r){var a=r(88486),i=r(31069);e.exports=Object.keys||function(e){return a(e,i)}},34511:function(e,n){"use strict";var r={}.propertyIsEnumerable,a=Object.getOwnPropertyDescriptor,i=a&&!r.call({1:2},1);n.f=i?function(e){var n=a(this,e);return!!n&&n.enumerable}:r},15609:function(e,n,r){"use strict";var a=r(85943),i=r(81153);e.exports=a?({}).toString:function(){return"[object "+i(this)+"]"}},79954:function(e,n,r){var a=r(4015),i=r(72852);e.exports=function(e,n){var r,o;if("string"===n&&a(r=e.toString)&&!i(o=r.call(e))||a(r=e.valueOf)&&!i(o=r.call(e))||"string"!==n&&a(r=e.toString)&&!i(o=r.call(e)))return o;throw TypeError("Can't convert object to primitive value")}},2213:function(e,n,r){var a=r(70773),i=r(52728),o=r(96932),s=r(13533);e.exports=a("Reflect","ownKeys")||function(e){var n=i.f(s(e)),r=o.f;return r?n.concat(r(e)):n}},81839:function(e,n,r){var a=r(53392),i=r(4015),o=r(67728),s=r(57695),l=r(88461),u=r(83252),c=r(3490),p=r(61336).CONFIGURABLE,m=c.get,d=c.enforce,h=String(String).split("String");(e.exports=function(e,n,r,u){var c,m=!!u&&!!u.unsafe,f=!!u&&!!u.enumerable,g=!!u&&!!u.noTargetGet,b=u&&void 0!==u.name?u.name:n;if(i(r)&&("Symbol("===String(b).slice(0,7)&&(b="["+String(b).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!o(r,"name")||p&&r.name!==b)&&s(r,"name",b),(c=d(r)).source||(c.source=h.join("string"==typeof b?b:""))),e===a){f?e[n]=r:l(n,r);return}m?!g&&e[n]&&(f=!0):delete e[n],f?e[n]=r:s(e,n,r)})(Function.prototype,"toString",function(){return i(this)&&m(this).source||u(this)})},31336:function(e,n,r){var a=r(13533),i=r(4015),o=r(2945),s=r(60974);e.exports=function(e,n){var r=e.exec;if(i(r)){var l=r.call(e,n);return null!==l&&a(l),l}if("RegExp"===o(e))return s.call(e,n);throw TypeError("RegExp#exec called on incompatible receiver")}},60974:function(e,n,r){"use strict";var a,i,o=r(75807),s=r(7246),l=r(14207),u=r(28014),c=r(49898),p=r(3490).get,m=r(34314),d=r(44309),h=RegExp.prototype.exec,f=u("native-string-replace",String.prototype.replace),g=h,b=(a=/a/,i=/b*/g,h.call(a,"a"),h.call(i,"a"),0!==a.lastIndex||0!==i.lastIndex),k=l.UNSUPPORTED_Y||l.BROKEN_CARET,y=void 0!==/()??/.exec("")[1];(b||y||k||m||d)&&(g=function(e){var n,r,a,i,l,u,m,d=this,v=p(d),E=o(e),T=v.raw;if(T)return T.lastIndex=d.lastIndex,n=g.call(T,E),d.lastIndex=T.lastIndex,n;var _=v.groups,x=k&&d.sticky,w=s.call(d),A=d.source,j=0,S=E;if(x&&(-1===(w=w.replace("y","")).indexOf("g")&&(w+="g"),S=E.slice(d.lastIndex),d.lastIndex>0&&(!d.multiline||d.multiline&&"\n"!==E.charAt(d.lastIndex-1))&&(A="(?: "+A+")",S=" "+S,j++),r=RegExp("^(?:"+A+")",w)),y&&(r=RegExp("^"+A+"$(?!\\s)",w)),b&&(a=d.lastIndex),i=h.call(x?r:d,S),x?i?(i.input=i.input.slice(j),i[0]=i[0].slice(j),i.index=d.lastIndex,d.lastIndex+=i[0].length):d.lastIndex=0:b&&i&&(d.lastIndex=d.global?i.index+i[0].length:a),y&&i&&i.length>1&&f.call(i[0],r,function(){for(l=1;lb)","g");return"b"!==e.exec("b").groups.a||"bc"!=="b".replace(e,"$c")})},39899:function(e){e.exports=function(e){if(void 0==e)throw TypeError("Can't call method on "+e);return e}},88461:function(e,n,r){var a=r(53392);e.exports=function(e,n){try{Object.defineProperty(a,e,{value:n,configurable:!0,writable:!0})}catch(r){a[e]=n}return n}},13131:function(e,n,r){var a=r(28014),i=r(91511),o=a("keys");e.exports=function(e){return o[e]||(o[e]=i(e))}},20559:function(e,n,r){var a=r(53392),i=r(88461),o="__core-js_shared__",s=a[o]||i(o,{});e.exports=s},28014:function(e,n,r){var a=r(49810),i=r(20559);(e.exports=function(e,n){return i[e]||(i[e]=void 0!==n?n:{})})("versions",[]).push({version:"3.18.3",mode:a?"pure":"global",copyright:"\xa9 2021 Denis Pushkarev (zloirock.ru)"})},82978:function(e,n,r){var a=r(58210),i=r(75807),o=r(39899),s=function(e){return function(n,r){var s,l,u=i(o(n)),c=a(r),p=u.length;return c<0||c>=p?e?"":void 0:(s=u.charCodeAt(c))<55296||s>56319||c+1===p||(l=u.charCodeAt(c+1))<56320||l>57343?e?u.charAt(c):s:e?u.slice(c,c+2):(s-55296<<10)+(l-56320)+65536}};e.exports={codeAt:s(!1),charAt:s(!0)}},73154:function(e,n,r){var a=r(58210),i=Math.max,o=Math.min;e.exports=function(e,n){var r=a(e);return r<0?i(r+n,0):o(r,n)}},97418:function(e,n,r){var a=r(15338),i=r(39899);e.exports=function(e){return a(i(e))}},58210:function(e){var n=Math.ceil,r=Math.floor;e.exports=function(e){var a=+e;return a!=a||0===a?0:(a>0?r:n)(a)}},8924:function(e,n,r){var a=r(58210),i=Math.min;e.exports=function(e){return e>0?i(a(e),9007199254740991):0}},80362:function(e,n,r){var a=r(39899);e.exports=function(e){return Object(a(e))}},22184:function(e,n,r){var a=r(72852),i=r(11874),o=r(66404),s=r(79954),l=r(30359)("toPrimitive");e.exports=function(e,n){if(!a(e)||i(e))return e;var r,u=o(e,l);if(u){if(void 0===n&&(n="default"),r=u.call(e,n),!a(r)||i(r))return r;throw TypeError("Can't convert object to primitive value")}return void 0===n&&(n="number"),s(e,n)}},42932:function(e,n,r){var a=r(22184),i=r(11874);e.exports=function(e){var n=a(e,"string");return i(n)?n:String(n)}},85943:function(e,n,r){var a=r(30359)("toStringTag"),i={};i[a]="z",e.exports="[object z]"===String(i)},75807:function(e,n,r){var a=r(81153);e.exports=function(e){if("Symbol"===a(e))throw TypeError("Cannot convert a Symbol value to a string");return String(e)}},54347:function(e){e.exports=function(e){try{return String(e)}catch(n){return"Object"}}},91511:function(e){var n=0,r=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++n+r).toString(36)}},75563:function(e,n,r){var a=r(83774);e.exports=a&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},30359:function(e,n,r){var a=r(53392),i=r(28014),o=r(67728),s=r(91511),l=r(83774),u=r(75563),c=i("wks"),p=a.Symbol,m=u?p:p&&p.withoutSetter||s;e.exports=function(e){return o(c,e)&&(l||"string"==typeof c[e])||(l&&o(p,e)?c[e]=p[e]:c[e]=m("Symbol."+e)),c[e]}},20542:function(e,n,r){var a=r(81839),i=Date.prototype,o="Invalid Date",s="toString",l=i[s],u=i.getTime;String(new Date(NaN))!=o&&a(i,s,function(){var e=u.call(this);return e==e?l.call(this):o})},80936:function(e,n,r){var a=r(81846),i=r(61336).EXISTS,o=r(29311).f,s=Function.prototype,l=s.toString,u=/^\s*function ([^ (]*)/;a&&!i&&o(s,"name",{configurable:!0,get:function(){try{return l.call(this).match(u)[1]}catch(e){return""}}})},97331:function(e,n,r){var a=r(85943),i=r(81839),o=r(15609);a||i(Object.prototype,"toString",o,{unsafe:!0})},59103:function(e,n,r){"use strict";var a=r(58643),i=r(60974);a({target:"RegExp",proto:!0,forced:/./.exec!==i},{exec:i})},7842:function(e,n,r){"use strict";var a=r(61336).PROPER,i=r(81839),o=r(13533),s=r(75807),l=r(65905),u=r(7246),c="toString",p=RegExp.prototype,m=p[c],d=l(function(){return"/a/b"!=m.call({source:"a",flags:"b"})}),h=a&&m.name!=c;(d||h)&&i(RegExp.prototype,c,function(){var e=o(this),n=s(e.source),r=e.flags,a=s(void 0===r&&e instanceof RegExp&&!("flags"in p)?u.call(e):r);return"/"+n+"/"+a},{unsafe:!0})},88085:function(e,n,r){"use strict";var a=r(42758),i=r(65905),o=r(13533),s=r(4015),l=r(58210),u=r(8924),c=r(75807),p=r(39899),m=r(84179),d=r(66404),h=r(10860),f=r(31336),g=r(30359)("replace"),b=Math.max,k=Math.min,y="$0"==="a".replace(/./,"$0"),v=!!/./[g]&&""===/./[g]("a","$0"),E=!i(function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$")});a("replace",function(e,n,r){var a=v?"$":"$0";return[function(e,r){var a=p(this),i=void 0==e?void 0:d(e,g);return i?i.call(e,a,r):n.call(c(a),e,r)},function(e,i){var p=o(this),d=c(e);if("string"==typeof i&&-1===i.indexOf(a)&&-1===i.indexOf("$<")){var g=r(n,p,d,i);if(g.done)return g.value}var y=s(i);y||(i=c(i));var v=p.global;if(v){var E=p.unicode;p.lastIndex=0}for(var T=[];;){var _=f(p,d);if(null===_||(T.push(_),!v))break;""===c(_[0])&&(p.lastIndex=m(d,u(p.lastIndex),E))}for(var x="",w=0,A=0;A=w&&(x+=d.slice(w,C)+M,w=C+S.length)}return x+d.slice(w)}]},!E||!y||v)},24740:function(e){"use strict";var n=Object.prototype.hasOwnProperty,r=Object.prototype.toString,a=Object.defineProperty,i=Object.getOwnPropertyDescriptor,o=function(e){return"function"==typeof Array.isArray?Array.isArray(e):"[object Array]"===r.call(e)},s=function(e){if(!e||"[object Object]"!==r.call(e))return!1;var a,i=n.call(e,"constructor"),o=e.constructor&&e.constructor.prototype&&n.call(e.constructor.prototype,"isPrototypeOf");if(e.constructor&&!i&&!o)return!1;for(a in e);return void 0===a||n.call(e,a)},l=function(e,n){a&&"__proto__"===n.name?a(e,n.name,{enumerable:!0,configurable:!0,value:n.newValue,writable:!0}):e[n.name]=n.newValue},u=function(e,r){if("__proto__"===r){if(!n.call(e,r))return;if(i)return i(e,r).value}return e[r]};e.exports=function e(){var n,r,a,i,c,p,m=arguments[0],d=1,h=arguments.length,f=!1;for("boolean"==typeof m&&(f=m,m=arguments[1]||{},d=2),(null==m||"object"!=typeof m&&"function"!=typeof m)&&(m={});d0?parseInt(r):null}(),n){case"b":c+=parseInt(d(),10).toString(2);break;case"c":"string"==typeof(r=d())||r instanceof String?c+=r:c+=String.fromCharCode(parseInt(r,10));break;case"d":c+=parseInt(d(),10);break;case"f":a=String(parseFloat(d()).toFixed(i||6)),c+=m?a:a.replace(/^0/,"");break;case"j":c+=JSON.stringify(d());break;case"o":c+="0"+parseInt(d(),10).toString(8);break;case"s":c+=d();break;case"x":c+="0x"+parseInt(d(),10).toString(16);break;case"X":c+="0x"+parseInt(d(),10).toString(16).toUpperCase();break;default:c+=n}else"%"===n?p=!0:c+=n;return c}(n=e.exports=r).format=r,n.vsprintf=function(e,n){return r.apply(null,[e].concat(n))},"undefined"!=typeof console&&"function"==typeof console.log&&(n.printf=function(){console.log(r.apply(null,arguments))})}()},37265:function(e,n,r){"use strict";r.d(n,{K:function(){return a},k:function(){return i}});var a=function(){},i=function(){}},84251:function(e,n,r){"use strict";var a=r(44675);function i(e){return"object"!=typeof e||"toString"in e?e:Object.prototype.toString.call(e).slice(8,-1)}Object.defineProperty(n,"__esModule",{value:!0});var o="object"==typeof a;function s(e,n){if(!e){if(o)throw Error("Invariant failed");throw Error(n())}}n.invariant=s;var l=Object.prototype.hasOwnProperty,u=Array.prototype.splice,c=Object.prototype.toString;function p(e){return c.call(e).slice(8,-1)}var m=Object.assign||function(e,n){return d(n).forEach(function(r){l.call(n,r)&&(e[r]=n[r])}),e},d="function"==typeof Object.getOwnPropertySymbols?function(e){return Object.keys(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.keys(e)};function h(e){return Array.isArray(e)?m(e.constructor(e.length),e):"Map"===p(e)?new Map(e):"Set"===p(e)?new Set(e):e&&"object"==typeof e?m(Object.create(Object.getPrototypeOf(e)),e):e}var f=function(){function e(){this.commands=m({},g),this.update=this.update.bind(this),this.update.extend=this.extend=this.extend.bind(this),this.update.isEquals=function(e,n){return e===n},this.update.newContext=function(){return new e().update}}return Object.defineProperty(e.prototype,"isEquals",{get:function(){return this.update.isEquals},set:function(e){this.update.isEquals=e},enumerable:!0,configurable:!0}),e.prototype.extend=function(e,n){this.commands[e]=n},e.prototype.update=function(e,n){var r=this,a="function"==typeof n?{$apply:n}:n;Array.isArray(e)&&Array.isArray(a)||s(!Array.isArray(a),function(){return"update(): You provided an invalid spec to update(). The spec may not contain an array except as the value of $set, $push, $unshift, $splice or any custom command allowing an array value."}),s("object"==typeof a&&null!==a,function(){return"update(): You provided an invalid spec to update(). The spec and every included key path must be plain objects containing one of the following commands: "+Object.keys(r.commands).join(", ")+"."});var i=e;return d(a).forEach(function(n){if(l.call(r.commands,n)){var o=e===i;i=r.commands[n](a[n],i,a,e),o&&r.isEquals(i,e)&&(i=e)}else{var s="Map"===p(e)?r.update(e.get(n),a[n]):r.update(e[n],a[n]),u="Map"===p(i)?i.get(n):i[n];r.isEquals(s,u)&&(void 0!==s||l.call(e,n))||(i===e&&(i=h(e)),"Map"===p(i)?i.set(n,s):i[n]=s)}}),i},e}();n.Context=f;var g={$push:function(e,n,r){return k(n,r,"$push"),e.length?n.concat(e):n},$unshift:function(e,n,r){return k(n,r,"$unshift"),e.length?e.concat(n):n},$splice:function(e,n,r,a){var o,l;return o=n,l=r,s(Array.isArray(o),function(){return"Expected $splice target to be an array; got "+i(o)}),v(l.$splice),e.forEach(function(e){v(e),n===a&&e.length&&(n=h(a)),u.apply(n,e)}),n},$set:function(e,n,r){var a;return s(1===Object.keys(a=r).length,function(){return"Cannot have more than one key in an object with $set"}),e},$toggle:function(e,n){y(e,"$toggle");var r=e.length?h(n):n;return e.forEach(function(e){r[e]=!n[e]}),r},$unset:function(e,n,r,a){return y(e,"$unset"),e.forEach(function(e){Object.hasOwnProperty.call(n,e)&&(n===a&&(n=h(a)),delete n[e])}),n},$add:function(e,n,r,a){return E(n,"$add"),y(e,"$add"),"Map"===p(n)?e.forEach(function(e){var r=e[0],i=e[1];n===a&&n.get(r)!==i&&(n=h(a)),n.set(r,i)}):e.forEach(function(e){n!==a||n.has(e)||(n=h(a)),n.add(e)}),n},$remove:function(e,n,r,a){return E(n,"$remove"),y(e,"$remove"),e.forEach(function(e){n===a&&n.has(e)&&(n=h(a)),n.delete(e)}),n},$merge:function(e,n,r,a){var o,l;return o=n,s((l=e)&&"object"==typeof l,function(){return"update(): $merge expects a spec of type 'object'; got "+i(l)}),s(o&&"object"==typeof o,function(){return"update(): $merge expects a target of type 'object'; got "+i(o)}),d(e).forEach(function(r){e[r]!==n[r]&&(n===a&&(n=h(a)),n[r]=e[r])}),n},$apply:function(e,n){var r;return s("function"==typeof(r=e),function(){return"update(): expected spec of $apply to be a function; got "+i(r)+"."}),e(n)}},b=new f;function k(e,n,r){s(Array.isArray(e),function(){return"update(): expected target of "+i(r)+" to be an array; got "+i(e)+"."}),y(n[r],r)}function y(e,n){s(Array.isArray(e),function(){return"update(): expected spec of "+i(n)+" to be an array; got "+i(e)+". Did you forget to wrap your parameter in an array?"})}function v(e){s(Array.isArray(e),function(){return"update(): expected spec of $splice to be an array of arrays; got "+i(e)+". Did you forget to wrap your parameters in an array?"})}function E(e,n){var r=p(e);s("Map"===r||"Set"===r,function(){return"update(): "+i(n)+" expects a target of type Set or Map; got "+i(r)})}n.isEquals=b.update.isEquals,n.extend=b.extend,n.default=b.update,n.default.default=e.exports=m(n.default,n)},29058:function(e){var n=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,r=/\n/g,a=/^\s*/,i=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,o=/^:\s*/,s=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,l=/^[;\s]*/,u=/^\s+|\s+$/g;function c(e){return e?e.replace(u,""):""}e.exports=function(e,u){if("string"!=typeof e)throw TypeError("First argument must be a string");if(!e)return[];u=u||{};var p=1,m=1;function d(e){var n=e.match(r);n&&(p+=n.length);var a=e.lastIndexOf("\n");m=~a?e.length-a:m+e.length}function h(){var e={line:p,column:m};return function(n){return n.position=new f(e),y(),n}}function f(e){this.start=e,this.end={line:p,column:m},this.source=u.source}f.prototype.content=e;var g=[];function b(n){var r=Error(u.source+":"+p+":"+m+": "+n);if(r.reason=n,r.filename=u.source,r.line=p,r.column=m,r.source=e,u.silent)g.push(r);else throw r}function k(n){var r=n.exec(e);if(r){var a=r[0];return d(a),e=e.slice(a.length),r}}function y(){k(a)}function v(e){var n;for(e=e||[];n=E();)!1!==n&&e.push(n);return e}function E(){var n=h();if("/"==e.charAt(0)&&"*"==e.charAt(1)){for(var r=2;""!=e.charAt(r)&&("*"!=e.charAt(r)||"/"!=e.charAt(r+1));)++r;if(r+=2,""===e.charAt(r-1))return b("End of comment missing");var a=e.slice(2,r-2);return m+=2,d(a),e=e.slice(r),m+=2,n({type:"comment",comment:a})}}function T(){var e=h(),r=k(i);if(r){if(E(),!k(o))return b("property missing ':'");var a=k(s),u=e({type:"declaration",property:c(r[0].replace(n,"")),value:a?c(a[0].replace(n,"")):""});return k(l),u}}return y(),function(){var e,n=[];for(v(n);e=T();)!1!==e&&(n.push(e),v(n));return n}()}},38165:function(e){/*! + * Determine if an object is a Buffer + * + * @author Feross Aboukhadijeh + * @license MIT + */ e.exports=function(e){return null!=e&&null!=e.constructor&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}},66293:function(e,n,r){var a=r(73401).Symbol;e.exports=a},67631:function(e){e.exports=function(e,n){for(var r=-1,a=null==e?0:e.length,i=Array(a);++r=n?e:n)),e}},66304:function(e,n,r){var a=r(5890),i=r(1796);e.exports=function(e,n,r,o){var s=e.length;for((r=a(r))<0&&(r=-r>s?0:s+r),(o=void 0===o||o>s?s:a(o))<0&&(o+=s),o=r>o?0:i(o);ri?0:i+n),(r=r>i?i:r)<0&&(r+=i),i=n>r?0:r-n>>>0,n>>>=0;for(var o=Array(i);++a=i?e:a(e,n,r)}},48790:function(e,n,r){var a=r(87493),i=r(98030),o=r(59901),s=r(44091);e.exports=function(e){return function(n){n=s(n);var r=i(n)?o(n):void 0,l=r?r[0]:n.charAt(0),u=r?a(r,1).join(""):n.slice(1);return l[e]()+u}}},40151:function(e,n,r){var a="object"==typeof r.g&&r.g&&r.g.Object===Object&&r.g;e.exports=a},46945:function(e,n,r){var a=r(66293),i=Object.prototype,o=i.hasOwnProperty,s=i.toString,l=a?a.toStringTag:void 0;e.exports=function(e){var n=o.call(e,l),r=e[l];try{e[l]=void 0;var a=!0}catch(i){}var u=s.call(e);return a&&(n?e[l]=r:delete e[l]),u}},98030:function(e){var n=RegExp("[\\u200d\ud800-\udfff\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff\\ufe0e\\ufe0f]");e.exports=function(e){return n.test(e)}},30911:function(e){var n=/^(?:0|[1-9]\d*)$/;e.exports=function(e,r){var a=typeof e;return!!(r=null==r?9007199254740991:r)&&("number"==a||"symbol"!=a&&n.test(e))&&e>-1&&e%1==0&&e=n||r<0||b&&a>=p}function E(){var e,r,a,o,s=i();if(v(s))return T(s);d=setTimeout(E,(r=s-h,a=s-f,o=n-r,b?l(o,p-a):o))}function T(e){return(d=void 0,k&&u)?y(e):(u=c=void 0,m)}function _(){var e,r=i(),a=v(r);if(u=arguments,c=this,h=r,a){if(void 0===d)return f=e=h,d=setTimeout(E,n),g?y(e):m;if(b)return clearTimeout(d),d=setTimeout(E,n),y(h)}return void 0===d&&(d=setTimeout(E,n)),m}return n=o(n)||0,a(r)&&(g=!!r.leading,p=(b="maxWait"in r)?s(o(r.maxWait)||0,n):p,k="trailing"in r?!!r.trailing:k),_.cancel=function(){void 0!==d&&clearTimeout(d),f=0,u=h=c=d=void 0},_.flush=function(){return void 0===d?m:T(i())},_}},3284:function(e){e.exports=function(e,n){return e===n||e!=e&&n!=n}},7361:function(e,n,r){var a=r(66304),i=r(57209);e.exports=function(e,n,r,o){var s=null==e?0:e.length;return s?(r&&"number"!=typeof r&&i(e,n,r)&&(r=0,o=s),a(e,n,r,o)):[]}},2428:function(e){var n=Array.isArray;e.exports=n},71701:function(e,n,r){var a=r(7419),i=r(6705);e.exports=function(e){return null!=e&&i(e.length)&&!a(e)}},7419:function(e,n,r){var a=r(57398),i=r(6627);e.exports=function(e){if(!i(e))return!1;var n=a(e);return"[object Function]"==n||"[object GeneratorFunction]"==n||"[object AsyncFunction]"==n||"[object Proxy]"==n}},6705:function(e){e.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}},6627:function(e){e.exports=function(e){var n=typeof e;return null!=e&&("object"==n||"function"==n)}},89109:function(e){e.exports=function(e){return null!=e&&"object"==typeof e}},42848:function(e,n,r){var a=r(57398),i=r(89109);e.exports=function(e){return"symbol"==typeof e||i(e)&&"[object Symbol]"==a(e)}},85365:function(e,n,r){var a=r(73401),i=function(){return a.Date.now()};e.exports=i},73640:function(e,n,r){var a=r(67948),i=1/0;e.exports=function(e){return e?(e=a(e))===i||e===-i?(e<0?-1:1)*17976931348623157e292:e==e?e:0:0===e?e:0}},5890:function(e,n,r){var a=r(73640);e.exports=function(e){var n=a(e),r=n%1;return n==n?r?n-r:n:0}},1796:function(e,n,r){var a=r(70331),i=r(5890);e.exports=function(e){return e?a(i(e),0,4294967295):0}},67948:function(e,n,r){var a=r(33897),i=r(6627),o=r(42848),s=0/0,l=/^[-+]0x[0-9a-f]+$/i,u=/^0b[01]+$/i,c=/^0o[0-7]+$/i,p=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(o(e))return s;if(i(e)){var n="function"==typeof e.valueOf?e.valueOf():e;e=i(n)?n+"":n}if("string"!=typeof e)return 0===e?e:+e;e=a(e);var r=u.test(e);return r||c.test(e)?p(e.slice(2),r?2:8):l.test(e)?s:+e}},44091:function(e,n,r){var a=r(17185);e.exports=function(e){return null==e?"":a(e)}},57647:function(e,n,r){var a=r(48790)("toUpperCase");e.exports=a},60348:function(e){var n="undefined"!=typeof window?window:self;e.exports=n.crypto||n.msCrypto},64876:function(e,n,r){e.exports=function(e){if(!e)return Math.random;var n=new Uint32Array(1);return function(){return e.getRandomValues(n)[0]/4294967296}}(r(60348))},95295:function(e,n,r){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var a=r(86191).Z;Object.defineProperty(n,"__esModule",{value:!0}),n.default=function(e,n){var r=s.default,o=(null==n?void 0:n.suspense)?{}:{loading:function(e){return e.error,e.isLoading,e.pastDelay,null}};if(a(e,Promise)?o.loader=function(){return e}:"function"==typeof e?o.loader=e:"object"==typeof e&&(o=i({},o,e)),(o=i({},o,n)).suspense&&(delete o.ssr,delete o.loading),o.loadableGenerated&&delete(o=i({},o,o.loadableGenerated)).loadableGenerated,"boolean"==typeof o.ssr&&!o.suspense){if(!o.ssr)return delete o.ssr,l(r,o);delete o.ssr}return r(o)},n.noSSR=l;var i=r(17858).Z,o=r(16922).Z,s=(o(r(70079)),o(r(90255)));function l(e,n){return delete n.webpack,delete n.modules,e(n)}("function"==typeof n.default||"object"==typeof n.default&&null!==n.default)&&void 0===n.default.__esModule&&(Object.defineProperty(n.default,"__esModule",{value:!0}),Object.assign(n.default,n),e.exports=n.default)},19612:function(e,n,r){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.LoadableContext=void 0;var a=(0,r(16922).Z)(r(70079)).default.createContext(null);n.LoadableContext=a},90255:function(e,n,r){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var a=r(43571).Z,i=r(37746).Z;Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var o=r(17858).Z,s=(0,r(16922).Z)(r(70079)),l=r(19612),u=r(70079).useSyncExternalStore,c=[],p=[],m=!1;function d(e){var n=e(),r={loading:!0,loaded:null,error:null};return r.promise=n.then(function(e){return r.loading=!1,r.loaded=e,e}).catch(function(e){throw r.loading=!1,r.error=e,e}),r}var h=function(){function e(n,r){a(this,e),this._loadFn=n,this._opts=r,this._callbacks=new Set,this._delay=null,this._timeout=null,this.retry()}return i(e,[{key:"promise",value:function(){return this._res.promise}},{key:"retry",value:function(){var e=this;this._clearTimeouts(),this._res=this._loadFn(this._opts.loader),this._state={pastDelay:!1,timedOut:!1};var n=this._res,r=this._opts;n.loading&&("number"==typeof r.delay&&(0===r.delay?this._state.pastDelay=!0:this._delay=setTimeout(function(){e._update({pastDelay:!0})},r.delay)),"number"==typeof r.timeout&&(this._timeout=setTimeout(function(){e._update({timedOut:!0})},r.timeout))),this._res.promise.then(function(){e._update({}),e._clearTimeouts()}).catch(function(n){e._update({}),e._clearTimeouts()}),this._update({})}},{key:"_update",value:function(e){this._state=o({},this._state,{error:this._res.error,loaded:this._res.loaded,loading:this._res.loading},e),this._callbacks.forEach(function(e){return e()})}},{key:"_clearTimeouts",value:function(){clearTimeout(this._delay),clearTimeout(this._timeout)}},{key:"getCurrentValue",value:function(){return this._state}},{key:"subscribe",value:function(e){var n=this;return this._callbacks.add(e),function(){n._callbacks.delete(e)}}}]),e}();function f(e){return function(e,n){var r=function(){if(!f){var n=new h(e,d);f={getCurrentValue:n.getCurrentValue.bind(n),subscribe:n.subscribe.bind(n),retry:n.retry.bind(n),promise:n.promise.bind(n)}}return f.promise()},a=function(){r();var e=s.default.useContext(l.LoadableContext);e&&Array.isArray(d.modules)&&d.modules.forEach(function(n){e(n)})},i=function(e,n){a();var r=u(f.subscribe,f.getCurrentValue,f.getCurrentValue);return s.default.useImperativeHandle(n,function(){return{retry:f.retry}},[]),s.default.useMemo(function(){var n;return r.loading||r.error?s.default.createElement(d.loading,{isLoading:r.loading,pastDelay:r.pastDelay,timedOut:r.timedOut,error:r.error,retry:f.retry}):r.loaded?s.default.createElement((n=r.loaded)&&n.__esModule?n.default:n,e):null},[e,r])},c=function(e,n){return a(),s.default.createElement(d.lazy,o({},e,{ref:n}))},d=Object.assign({loader:null,loading:null,delay:200,timeout:null,webpack:null,modules:null,suspense:!1},n);d.suspense&&(d.lazy=s.default.lazy(d.loader));var f=null;if(!m){var g=d.webpack?d.webpack():d.modules;g&&p.push(function(e){var n=!0,a=!1,i=void 0;try{for(var o,s=g[Symbol.iterator]();!(n=(o=s.next()).done);n=!0){var l=o.value;if(-1!==e.indexOf(l))return r()}}catch(u){a=!0,i=u}finally{try{n||null==s.return||s.return()}finally{if(a)throw i}}})}var b=d.suspense?c:i;return b.preload=function(){return r()},b.displayName="LoadableComponent",s.default.forwardRef(b)}(d,e)}function g(e,n){for(var r=[];e.length;){var a=e.pop();r.push(a(n))}return Promise.all(r).then(function(){if(e.length)return g(e,n)})}f.preloadAll=function(){return new Promise(function(e,n){g(c).then(e,n)})},f.preloadReady=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return new Promise(function(n){var r=function(){return m=!0,n()};g(p,e).then(r,r)})},window.__NEXT_PRELOADREADY=f.preloadReady,n.default=f},97374:function(e,n,r){e.exports=r(95295)},76743:function(e,n,r){"use strict";let{DOCUMENT_MODE:a}=r(28040),i="html",o=["+//silmaril//dtd html pro v0r11 19970101//","-//as//dtd html 3.0 aswedit + extensions//","-//advasoft ltd//dtd html 3.0 aswedit + extensions//","-//ietf//dtd html 2.0 level 1//","-//ietf//dtd html 2.0 level 2//","-//ietf//dtd html 2.0 strict level 1//","-//ietf//dtd html 2.0 strict level 2//","-//ietf//dtd html 2.0 strict//","-//ietf//dtd html 2.0//","-//ietf//dtd html 2.1e//","-//ietf//dtd html 3.0//","-//ietf//dtd html 3.2 final//","-//ietf//dtd html 3.2//","-//ietf//dtd html 3//","-//ietf//dtd html level 0//","-//ietf//dtd html level 1//","-//ietf//dtd html level 2//","-//ietf//dtd html level 3//","-//ietf//dtd html strict level 0//","-//ietf//dtd html strict level 1//","-//ietf//dtd html strict level 2//","-//ietf//dtd html strict level 3//","-//ietf//dtd html strict//","-//ietf//dtd html//","-//metrius//dtd metrius presentational//","-//microsoft//dtd internet explorer 2.0 html strict//","-//microsoft//dtd internet explorer 2.0 html//","-//microsoft//dtd internet explorer 2.0 tables//","-//microsoft//dtd internet explorer 3.0 html strict//","-//microsoft//dtd internet explorer 3.0 html//","-//microsoft//dtd internet explorer 3.0 tables//","-//netscape comm. corp.//dtd html//","-//netscape comm. corp.//dtd strict html//","-//o'reilly and associates//dtd html 2.0//","-//o'reilly and associates//dtd html extended 1.0//","-//o'reilly and associates//dtd html extended relaxed 1.0//","-//sq//dtd html 2.0 hotmetal + extensions//","-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//","-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//","-//spyglass//dtd html 2.0 extended//","-//sun microsystems corp.//dtd hotjava html//","-//sun microsystems corp.//dtd hotjava strict html//","-//w3c//dtd html 3 1995-03-24//","-//w3c//dtd html 3.2 draft//","-//w3c//dtd html 3.2 final//","-//w3c//dtd html 3.2//","-//w3c//dtd html 3.2s draft//","-//w3c//dtd html 4.0 frameset//","-//w3c//dtd html 4.0 transitional//","-//w3c//dtd html experimental 19960712//","-//w3c//dtd html experimental 970421//","-//w3c//dtd w3 html//","-//w3o//dtd w3 html 3.0//","-//webtechs//dtd mozilla html 2.0//","-//webtechs//dtd mozilla html//"],s=o.concat(["-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"]),l=["-//w3o//dtd w3 html strict 3.0//en//","-/w3c/dtd html 4.0 transitional/en","html"],u=["-//w3c//dtd xhtml 1.0 frameset//","-//w3c//dtd xhtml 1.0 transitional//"],c=u.concat(["-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"]);function p(e){let n=-1!==e.indexOf('"')?"'":'"';return n+e+n}function m(e,n){for(let r=0;r-1)return a.QUIRKS;let p=null===n?s:o;if(m(r,p))return a.QUIRKS;if(m(r,p=null===n?u:c))return a.LIMITED_QUIRKS}return a.NO_QUIRKS},n.serializeContent=function(e,n,r){let a="!DOCTYPE ";return e&&(a+=e),n?a+=" PUBLIC "+p(n):r&&(a+=" SYSTEM"),null!==r&&(a+=" "+p(r)),a}},97700:function(e){"use strict";e.exports={controlCharacterInInputStream:"control-character-in-input-stream",noncharacterInInputStream:"noncharacter-in-input-stream",surrogateInInputStream:"surrogate-in-input-stream",nonVoidHtmlElementStartTagWithTrailingSolidus:"non-void-html-element-start-tag-with-trailing-solidus",endTagWithAttributes:"end-tag-with-attributes",endTagWithTrailingSolidus:"end-tag-with-trailing-solidus",unexpectedSolidusInTag:"unexpected-solidus-in-tag",unexpectedNullCharacter:"unexpected-null-character",unexpectedQuestionMarkInsteadOfTagName:"unexpected-question-mark-instead-of-tag-name",invalidFirstCharacterOfTagName:"invalid-first-character-of-tag-name",unexpectedEqualsSignBeforeAttributeName:"unexpected-equals-sign-before-attribute-name",missingEndTagName:"missing-end-tag-name",unexpectedCharacterInAttributeName:"unexpected-character-in-attribute-name",unknownNamedCharacterReference:"unknown-named-character-reference",missingSemicolonAfterCharacterReference:"missing-semicolon-after-character-reference",unexpectedCharacterAfterDoctypeSystemIdentifier:"unexpected-character-after-doctype-system-identifier",unexpectedCharacterInUnquotedAttributeValue:"unexpected-character-in-unquoted-attribute-value",eofBeforeTagName:"eof-before-tag-name",eofInTag:"eof-in-tag",missingAttributeValue:"missing-attribute-value",missingWhitespaceBetweenAttributes:"missing-whitespace-between-attributes",missingWhitespaceAfterDoctypePublicKeyword:"missing-whitespace-after-doctype-public-keyword",missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers:"missing-whitespace-between-doctype-public-and-system-identifiers",missingWhitespaceAfterDoctypeSystemKeyword:"missing-whitespace-after-doctype-system-keyword",missingQuoteBeforeDoctypePublicIdentifier:"missing-quote-before-doctype-public-identifier",missingQuoteBeforeDoctypeSystemIdentifier:"missing-quote-before-doctype-system-identifier",missingDoctypePublicIdentifier:"missing-doctype-public-identifier",missingDoctypeSystemIdentifier:"missing-doctype-system-identifier",abruptDoctypePublicIdentifier:"abrupt-doctype-public-identifier",abruptDoctypeSystemIdentifier:"abrupt-doctype-system-identifier",cdataInHtmlContent:"cdata-in-html-content",incorrectlyOpenedComment:"incorrectly-opened-comment",eofInScriptHtmlCommentLikeText:"eof-in-script-html-comment-like-text",eofInDoctype:"eof-in-doctype",nestedComment:"nested-comment",abruptClosingOfEmptyComment:"abrupt-closing-of-empty-comment",eofInComment:"eof-in-comment",incorrectlyClosedComment:"incorrectly-closed-comment",eofInCdata:"eof-in-cdata",absenceOfDigitsInNumericCharacterReference:"absence-of-digits-in-numeric-character-reference",nullCharacterReference:"null-character-reference",surrogateCharacterReference:"surrogate-character-reference",characterReferenceOutsideUnicodeRange:"character-reference-outside-unicode-range",controlCharacterReference:"control-character-reference",noncharacterCharacterReference:"noncharacter-character-reference",missingWhitespaceBeforeDoctypeName:"missing-whitespace-before-doctype-name",missingDoctypeName:"missing-doctype-name",invalidCharacterSequenceAfterDoctypeName:"invalid-character-sequence-after-doctype-name",duplicateAttribute:"duplicate-attribute",nonConformingDoctype:"non-conforming-doctype",missingDoctype:"missing-doctype",misplacedDoctype:"misplaced-doctype",endTagWithoutMatchingOpenElement:"end-tag-without-matching-open-element",closingOfElementWithOpenChildElements:"closing-of-element-with-open-child-elements",disallowedContentInNoscriptInHead:"disallowed-content-in-noscript-in-head",openElementsLeftAfterEof:"open-elements-left-after-eof",abandonedHeadElementChild:"abandoned-head-element-child",misplacedStartTagForHeadElement:"misplaced-start-tag-for-head-element",nestedNoscriptInHead:"nested-noscript-in-head",eofInElementThatCanContainOnlyText:"eof-in-element-that-can-contain-only-text"}},11093:function(e,n,r){"use strict";let a=r(1672),i=r(28040),o=i.TAG_NAMES,s=i.NAMESPACES,l=i.ATTRS,u={TEXT_HTML:"text/html",APPLICATION_XML:"application/xhtml+xml"},c={attributename:"attributeName",attributetype:"attributeType",basefrequency:"baseFrequency",baseprofile:"baseProfile",calcmode:"calcMode",clippathunits:"clipPathUnits",diffuseconstant:"diffuseConstant",edgemode:"edgeMode",filterunits:"filterUnits",glyphref:"glyphRef",gradienttransform:"gradientTransform",gradientunits:"gradientUnits",kernelmatrix:"kernelMatrix",kernelunitlength:"kernelUnitLength",keypoints:"keyPoints",keysplines:"keySplines",keytimes:"keyTimes",lengthadjust:"lengthAdjust",limitingconeangle:"limitingConeAngle",markerheight:"markerHeight",markerunits:"markerUnits",markerwidth:"markerWidth",maskcontentunits:"maskContentUnits",maskunits:"maskUnits",numoctaves:"numOctaves",pathlength:"pathLength",patterncontentunits:"patternContentUnits",patterntransform:"patternTransform",patternunits:"patternUnits",pointsatx:"pointsAtX",pointsaty:"pointsAtY",pointsatz:"pointsAtZ",preservealpha:"preserveAlpha",preserveaspectratio:"preserveAspectRatio",primitiveunits:"primitiveUnits",refx:"refX",refy:"refY",repeatcount:"repeatCount",repeatdur:"repeatDur",requiredextensions:"requiredExtensions",requiredfeatures:"requiredFeatures",specularconstant:"specularConstant",specularexponent:"specularExponent",spreadmethod:"spreadMethod",startoffset:"startOffset",stddeviation:"stdDeviation",stitchtiles:"stitchTiles",surfacescale:"surfaceScale",systemlanguage:"systemLanguage",tablevalues:"tableValues",targetx:"targetX",targety:"targetY",textlength:"textLength",viewbox:"viewBox",viewtarget:"viewTarget",xchannelselector:"xChannelSelector",ychannelselector:"yChannelSelector",zoomandpan:"zoomAndPan"},p={"xlink:actuate":{prefix:"xlink",name:"actuate",namespace:s.XLINK},"xlink:arcrole":{prefix:"xlink",name:"arcrole",namespace:s.XLINK},"xlink:href":{prefix:"xlink",name:"href",namespace:s.XLINK},"xlink:role":{prefix:"xlink",name:"role",namespace:s.XLINK},"xlink:show":{prefix:"xlink",name:"show",namespace:s.XLINK},"xlink:title":{prefix:"xlink",name:"title",namespace:s.XLINK},"xlink:type":{prefix:"xlink",name:"type",namespace:s.XLINK},"xml:base":{prefix:"xml",name:"base",namespace:s.XML},"xml:lang":{prefix:"xml",name:"lang",namespace:s.XML},"xml:space":{prefix:"xml",name:"space",namespace:s.XML},xmlns:{prefix:"",name:"xmlns",namespace:s.XMLNS},"xmlns:xlink":{prefix:"xmlns",name:"xlink",namespace:s.XMLNS}},m=n.SVG_TAG_NAMES_ADJUSTMENT_MAP={altglyph:"altGlyph",altglyphdef:"altGlyphDef",altglyphitem:"altGlyphItem",animatecolor:"animateColor",animatemotion:"animateMotion",animatetransform:"animateTransform",clippath:"clipPath",feblend:"feBlend",fecolormatrix:"feColorMatrix",fecomponenttransfer:"feComponentTransfer",fecomposite:"feComposite",feconvolvematrix:"feConvolveMatrix",fediffuselighting:"feDiffuseLighting",fedisplacementmap:"feDisplacementMap",fedistantlight:"feDistantLight",feflood:"feFlood",fefunca:"feFuncA",fefuncb:"feFuncB",fefuncg:"feFuncG",fefuncr:"feFuncR",fegaussianblur:"feGaussianBlur",feimage:"feImage",femerge:"feMerge",femergenode:"feMergeNode",femorphology:"feMorphology",feoffset:"feOffset",fepointlight:"fePointLight",fespecularlighting:"feSpecularLighting",fespotlight:"feSpotLight",fetile:"feTile",feturbulence:"feTurbulence",foreignobject:"foreignObject",glyphref:"glyphRef",lineargradient:"linearGradient",radialgradient:"radialGradient",textpath:"textPath"},d={[o.B]:!0,[o.BIG]:!0,[o.BLOCKQUOTE]:!0,[o.BODY]:!0,[o.BR]:!0,[o.CENTER]:!0,[o.CODE]:!0,[o.DD]:!0,[o.DIV]:!0,[o.DL]:!0,[o.DT]:!0,[o.EM]:!0,[o.EMBED]:!0,[o.H1]:!0,[o.H2]:!0,[o.H3]:!0,[o.H4]:!0,[o.H5]:!0,[o.H6]:!0,[o.HEAD]:!0,[o.HR]:!0,[o.I]:!0,[o.IMG]:!0,[o.LI]:!0,[o.LISTING]:!0,[o.MENU]:!0,[o.META]:!0,[o.NOBR]:!0,[o.OL]:!0,[o.P]:!0,[o.PRE]:!0,[o.RUBY]:!0,[o.S]:!0,[o.SMALL]:!0,[o.SPAN]:!0,[o.STRONG]:!0,[o.STRIKE]:!0,[o.SUB]:!0,[o.SUP]:!0,[o.TABLE]:!0,[o.TT]:!0,[o.U]:!0,[o.UL]:!0,[o.VAR]:!0};n.causesExit=function(e){let n=e.tagName,r=n===o.FONT&&(null!==a.getTokenAttr(e,l.COLOR)||null!==a.getTokenAttr(e,l.SIZE)||null!==a.getTokenAttr(e,l.FACE));return!!r||d[n]},n.adjustTokenMathMLAttrs=function(e){for(let n=0;n=55296&&e<=57343},n.isSurrogatePair=function(e){return e>=56320&&e<=57343},n.getSurrogatePairCodePoint=function(e,n){return(e-55296)*1024+9216+n},n.isControlCodePoint=function(e){return 32!==e&&10!==e&&13!==e&&9!==e&&12!==e&&e>=1&&e<=31||e>=127&&e<=159},n.isUndefinedCodePoint=function(e){return e>=64976&&e<=65007||r.indexOf(e)>-1}},71210:function(e,n,r){"use strict";let a=r(24592);e.exports=class extends a{constructor(e,n){super(e),this.posTracker=null,this.onParseError=n.onParseError}_setErrorLocation(e){e.startLine=e.endLine=this.posTracker.line,e.startCol=e.endCol=this.posTracker.col,e.startOffset=e.endOffset=this.posTracker.offset}_reportError(e){let n={code:e,startLine:-1,startCol:-1,startOffset:-1,endLine:-1,endCol:-1,endOffset:-1};this._setErrorLocation(n),this.onParseError(n)}_getOverriddenMethods(e){return{_err(n){e._reportError(n)}}}}},62951:function(e,n,r){"use strict";let a=r(71210),i=r(65319),o=r(84447),s=r(24592);e.exports=class extends a{constructor(e,n){super(e,n),this.opts=n,this.ctLoc=null,this.locBeforeToken=!1}_setErrorLocation(e){this.ctLoc&&(e.startLine=this.ctLoc.startLine,e.startCol=this.ctLoc.startCol,e.startOffset=this.ctLoc.startOffset,e.endLine=this.locBeforeToken?this.ctLoc.startLine:this.ctLoc.endLine,e.endCol=this.locBeforeToken?this.ctLoc.startCol:this.ctLoc.endCol,e.endOffset=this.locBeforeToken?this.ctLoc.startOffset:this.ctLoc.endOffset)}_getOverriddenMethods(e,n){return{_bootstrap(r,a){n._bootstrap.call(this,r,a),s.install(this.tokenizer,i,e.opts),s.install(this.tokenizer,o)},_processInputToken(r){e.ctLoc=r.location,n._processInputToken.call(this,r)},_err(n,r){e.locBeforeToken=r&&r.beforeToken,e._reportError(n)}}}}},49298:function(e,n,r){"use strict";let a=r(71210),i=r(4315),o=r(24592);e.exports=class extends a{constructor(e,n){super(e,n),this.posTracker=o.install(e,i),this.lastErrOffset=-1}_reportError(e){this.lastErrOffset!==this.posTracker.offset&&(this.lastErrOffset=this.posTracker.offset,super._reportError(e))}}},65319:function(e,n,r){"use strict";let a=r(71210),i=r(49298),o=r(24592);e.exports=class extends a{constructor(e,n){super(e,n);let r=o.install(e.preprocessor,i,n);this.posTracker=r.posTracker}}},69134:function(e,n,r){"use strict";let a=r(24592);e.exports=class extends a{constructor(e,n){super(e),this.onItemPop=n.onItemPop}_getOverriddenMethods(e,n){return{pop(){e.onItemPop(this.current),n.pop.call(this)},popAllUpToHtmlElement(){for(let r=this.stackTop;r>0;r--)e.onItemPop(this.items[r]);n.popAllUpToHtmlElement.call(this)},remove(r){e.onItemPop(this.current),n.remove.call(this,r)}}}}},66010:function(e,n,r){"use strict";let a=r(24592),i=r(1672),o=r(84447),s=r(69134),l=r(28040),u=l.TAG_NAMES;e.exports=class extends a{constructor(e){super(e),this.parser=e,this.treeAdapter=this.parser.treeAdapter,this.posTracker=null,this.lastStartTagToken=null,this.lastFosterParentingLocation=null,this.currentToken=null}_setStartLocation(e){let n=null;this.lastStartTagToken&&((n=Object.assign({},this.lastStartTagToken.location)).startTag=this.lastStartTagToken.location),this.treeAdapter.setNodeSourceCodeLocation(e,n)}_setEndLocation(e,n){let r=this.treeAdapter.getNodeSourceCodeLocation(e);if(r&&n.location){let a=n.location,o=this.treeAdapter.getTagName(e),s=n.type===i.END_TAG_TOKEN&&o===n.tagName,l={};s?(l.endTag=Object.assign({},a),l.endLine=a.endLine,l.endCol=a.endCol,l.endOffset=a.endOffset):(l.endLine=a.startLine,l.endCol=a.startCol,l.endOffset=a.startOffset),this.treeAdapter.updateNodeSourceCodeLocation(e,l)}}_getOverriddenMethods(e,n){return{_bootstrap(r,i){n._bootstrap.call(this,r,i),e.lastStartTagToken=null,e.lastFosterParentingLocation=null,e.currentToken=null;let l=a.install(this.tokenizer,o);e.posTracker=l.posTracker,a.install(this.openElements,s,{onItemPop:function(n){e._setEndLocation(n,e.currentToken)}})},_runParsingLoop(r){n._runParsingLoop.call(this,r);for(let a=this.openElements.stackTop;a>=0;a--)e._setEndLocation(this.openElements.items[a],e.currentToken)},_processTokenInForeignContent(r){e.currentToken=r,n._processTokenInForeignContent.call(this,r)},_processToken(r){e.currentToken=r,n._processToken.call(this,r);let a=r.type===i.END_TAG_TOKEN&&(r.tagName===u.HTML||r.tagName===u.BODY&&this.openElements.hasInScope(u.BODY));if(a)for(let o=this.openElements.stackTop;o>=0;o--){let s=this.openElements.items[o];if(this.treeAdapter.getTagName(s)===r.tagName){e._setEndLocation(s,r);break}}},_setDocumentType(e){n._setDocumentType.call(this,e);let r=this.treeAdapter.getChildNodes(this.document),a=r.length;for(let i=0;i{let o=i.MODE[a];r[o]=function(r){e.ctLoc=e._getCurrentLocation(),n[o].call(this,r)}}),r}}},4315:function(e,n,r){"use strict";let a=r(24592);e.exports=class extends a{constructor(e){super(e),this.preprocessor=e,this.isEol=!1,this.lineStartPos=0,this.droppedBufferSize=0,this.offset=0,this.col=0,this.line=1}_getOverriddenMethods(e,n){return{advance(){let r=this.pos+1,a=this.html[r];return e.isEol&&(e.isEol=!1,e.line++,e.lineStartPos=r),("\n"===a||"\r"===a&&"\n"!==this.html[r+1])&&(e.isEol=!0),e.col=r-e.lineStartPos+1,e.offset=e.droppedBufferSize+r,n.advance.call(this)},retreat(){n.retreat.call(this),e.isEol=!1,e.col=this.pos-e.lineStartPos+1},dropParsedChunk(){let r=this.pos;n.dropParsedChunk.call(this);let a=r-this.pos;e.lineStartPos-=a,e.droppedBufferSize+=a,e.offset=e.droppedBufferSize+this.pos}}}}},72485:function(e){"use strict";class n{constructor(e){this.length=0,this.entries=[],this.treeAdapter=e,this.bookmark=null}_getNoahArkConditionCandidates(e){let r=[];if(this.length>=3){let a=this.treeAdapter.getAttrList(e).length,i=this.treeAdapter.getTagName(e),o=this.treeAdapter.getNamespaceURI(e);for(let s=this.length-1;s>=0;s--){let l=this.entries[s];if(l.type===n.MARKER_ENTRY)break;let u=l.element,c=this.treeAdapter.getAttrList(u),p=this.treeAdapter.getTagName(u)===i&&this.treeAdapter.getNamespaceURI(u)===o&&c.length===a;p&&r.push({idx:s,attrs:c})}}return r.length<3?[]:r}_ensureNoahArkCondition(e){let n=this._getNoahArkConditionCandidates(e),r=n.length;if(r){let a=this.treeAdapter.getAttrList(e),i=a.length,o=Object.create(null);for(let s=0;s=2;m--)this.entries.splice(n[m].idx,1),this.length--}}insertMarker(){this.entries.push({type:n.MARKER_ENTRY}),this.length++}pushElement(e,r){this._ensureNoahArkCondition(e),this.entries.push({type:n.ELEMENT_ENTRY,element:e,token:r}),this.length++}insertElementAfterBookmark(e,r){let a=this.length-1;for(;a>=0&&this.entries[a]!==this.bookmark;a--);this.entries.splice(a+1,0,{type:n.ELEMENT_ENTRY,element:e,token:r}),this.length++}removeEntry(e){for(let n=this.length-1;n>=0;n--)if(this.entries[n]===e){this.entries.splice(n,1),this.length--;break}}clearToLastMarker(){for(;this.length;){let e=this.entries.pop();if(this.length--,e.type===n.MARKER_ENTRY)break}}getElementEntryInScopeWithTagName(e){for(let r=this.length-1;r>=0;r--){let a=this.entries[r];if(a.type===n.MARKER_ENTRY)break;if(this.treeAdapter.getTagName(a.element)===e)return a}return null}getElementEntry(e){for(let r=this.length-1;r>=0;r--){let a=this.entries[r];if(a.type===n.ELEMENT_ENTRY&&a.element===e)return a}return null}}n.MARKER_ENTRY="MARKER_ENTRY",n.ELEMENT_ENTRY="ELEMENT_ENTRY",e.exports=n},92860:function(e,n,r){"use strict";let a=r(1672),i=r(91619),o=r(72485),s=r(66010),l=r(62951),u=r(24592),c=r(17385),p=r(96308),m=r(76743),d=r(11093),h=r(97700),f=r(79740),g=r(28040),b=g.TAG_NAMES,k=g.NAMESPACES,y=g.ATTRS,v={scriptingEnabled:!0,sourceCodeLocationInfo:!1,onParseError:null,treeAdapter:c},E="hidden",T="INITIAL_MODE",_="BEFORE_HTML_MODE",x="BEFORE_HEAD_MODE",w="IN_HEAD_MODE",A="IN_HEAD_NO_SCRIPT_MODE",j="AFTER_HEAD_MODE",S="IN_BODY_MODE",C="TEXT_MODE",N="IN_TABLE_MODE",O="IN_TABLE_TEXT_MODE",I="IN_CAPTION_MODE",R="IN_COLUMN_GROUP_MODE",M="IN_TABLE_BODY_MODE",L="IN_ROW_MODE",P="IN_CELL_MODE",D="IN_SELECT_MODE",z="IN_SELECT_IN_TABLE_MODE",F="IN_TEMPLATE_MODE",B="AFTER_BODY_MODE",H="IN_FRAMESET_MODE",U="AFTER_FRAMESET_MODE",G="AFTER_AFTER_BODY_MODE",$="AFTER_AFTER_FRAMESET_MODE",K={[b.TR]:L,[b.TBODY]:M,[b.THEAD]:M,[b.TFOOT]:M,[b.CAPTION]:I,[b.COLGROUP]:R,[b.TABLE]:N,[b.BODY]:S,[b.FRAMESET]:H},V={[b.CAPTION]:N,[b.COLGROUP]:N,[b.TBODY]:N,[b.TFOOT]:N,[b.THEAD]:N,[b.COL]:R,[b.TR]:M,[b.TD]:L,[b.TH]:L},q={[T]:{[a.CHARACTER_TOKEN]:es,[a.NULL_CHARACTER_TOKEN]:es,[a.WHITESPACE_CHARACTER_TOKEN]:et,[a.COMMENT_TOKEN]:er,[a.DOCTYPE_TOKEN]:function(e,n){e._setDocumentType(n);let r=n.forceQuirks?g.DOCUMENT_MODE.QUIRKS:m.getDocumentMode(n);m.isConforming(n)||e._err(h.nonConformingDoctype),e.treeAdapter.setDocumentMode(e.document,r),e.insertionMode=_},[a.START_TAG_TOKEN]:es,[a.END_TAG_TOKEN]:es,[a.EOF_TOKEN]:es},[_]:{[a.CHARACTER_TOKEN]:el,[a.NULL_CHARACTER_TOKEN]:el,[a.WHITESPACE_CHARACTER_TOKEN]:et,[a.COMMENT_TOKEN]:er,[a.DOCTYPE_TOKEN]:et,[a.START_TAG_TOKEN]:function(e,n){n.tagName===b.HTML?(e._insertElement(n,k.HTML),e.insertionMode=x):el(e,n)},[a.END_TAG_TOKEN]:function(e,n){let r=n.tagName;(r===b.HTML||r===b.HEAD||r===b.BODY||r===b.BR)&&el(e,n)},[a.EOF_TOKEN]:el},[x]:{[a.CHARACTER_TOKEN]:eu,[a.NULL_CHARACTER_TOKEN]:eu,[a.WHITESPACE_CHARACTER_TOKEN]:et,[a.COMMENT_TOKEN]:er,[a.DOCTYPE_TOKEN]:en,[a.START_TAG_TOKEN]:function(e,n){let r=n.tagName;r===b.HTML?ej(e,n):r===b.HEAD?(e._insertElement(n,k.HTML),e.headElement=e.openElements.current,e.insertionMode=w):eu(e,n)},[a.END_TAG_TOKEN]:function(e,n){let r=n.tagName;r===b.HEAD||r===b.BODY||r===b.HTML||r===b.BR?eu(e,n):e._err(h.endTagWithoutMatchingOpenElement)},[a.EOF_TOKEN]:eu},[w]:{[a.CHARACTER_TOKEN]:em,[a.NULL_CHARACTER_TOKEN]:em,[a.WHITESPACE_CHARACTER_TOKEN]:ei,[a.COMMENT_TOKEN]:er,[a.DOCTYPE_TOKEN]:en,[a.START_TAG_TOKEN]:ec,[a.END_TAG_TOKEN]:ep,[a.EOF_TOKEN]:em},[A]:{[a.CHARACTER_TOKEN]:ed,[a.NULL_CHARACTER_TOKEN]:ed,[a.WHITESPACE_CHARACTER_TOKEN]:ei,[a.COMMENT_TOKEN]:er,[a.DOCTYPE_TOKEN]:en,[a.START_TAG_TOKEN]:function(e,n){let r=n.tagName;r===b.HTML?ej(e,n):r===b.BASEFONT||r===b.BGSOUND||r===b.HEAD||r===b.LINK||r===b.META||r===b.NOFRAMES||r===b.STYLE?ec(e,n):r===b.NOSCRIPT?e._err(h.nestedNoscriptInHead):ed(e,n)},[a.END_TAG_TOKEN]:function(e,n){let r=n.tagName;r===b.NOSCRIPT?(e.openElements.pop(),e.insertionMode=w):r===b.BR?ed(e,n):e._err(h.endTagWithoutMatchingOpenElement)},[a.EOF_TOKEN]:ed},[j]:{[a.CHARACTER_TOKEN]:eh,[a.NULL_CHARACTER_TOKEN]:eh,[a.WHITESPACE_CHARACTER_TOKEN]:ei,[a.COMMENT_TOKEN]:er,[a.DOCTYPE_TOKEN]:en,[a.START_TAG_TOKEN]:function(e,n){let r=n.tagName;r===b.HTML?ej(e,n):r===b.BODY?(e._insertElement(n,k.HTML),e.framesetOk=!1,e.insertionMode=S):r===b.FRAMESET?(e._insertElement(n,k.HTML),e.insertionMode=H):r===b.BASE||r===b.BASEFONT||r===b.BGSOUND||r===b.LINK||r===b.META||r===b.NOFRAMES||r===b.SCRIPT||r===b.STYLE||r===b.TEMPLATE||r===b.TITLE?(e._err(h.abandonedHeadElementChild),e.openElements.push(e.headElement),ec(e,n),e.openElements.remove(e.headElement)):r===b.HEAD?e._err(h.misplacedStartTagForHeadElement):eh(e,n)},[a.END_TAG_TOKEN]:function(e,n){let r=n.tagName;r===b.BODY||r===b.HTML||r===b.BR?eh(e,n):r===b.TEMPLATE?ep(e,n):e._err(h.endTagWithoutMatchingOpenElement)},[a.EOF_TOKEN]:eh},[S]:{[a.CHARACTER_TOKEN]:eg,[a.NULL_CHARACTER_TOKEN]:et,[a.WHITESPACE_CHARACTER_TOKEN]:ef,[a.COMMENT_TOKEN]:er,[a.DOCTYPE_TOKEN]:et,[a.START_TAG_TOKEN]:ej,[a.END_TAG_TOKEN]:eO,[a.EOF_TOKEN]:eI},[C]:{[a.CHARACTER_TOKEN]:ei,[a.NULL_CHARACTER_TOKEN]:ei,[a.WHITESPACE_CHARACTER_TOKEN]:ei,[a.COMMENT_TOKEN]:et,[a.DOCTYPE_TOKEN]:et,[a.START_TAG_TOKEN]:et,[a.END_TAG_TOKEN]:function(e,n){n.tagName===b.SCRIPT&&(e.pendingScript=e.openElements.current),e.openElements.pop(),e.insertionMode=e.originalInsertionMode},[a.EOF_TOKEN]:function(e,n){e._err(h.eofInElementThatCanContainOnlyText),e.openElements.pop(),e.insertionMode=e.originalInsertionMode,e._processToken(n)}},[N]:{[a.CHARACTER_TOKEN]:eR,[a.NULL_CHARACTER_TOKEN]:eR,[a.WHITESPACE_CHARACTER_TOKEN]:eR,[a.COMMENT_TOKEN]:er,[a.DOCTYPE_TOKEN]:et,[a.START_TAG_TOKEN]:eM,[a.END_TAG_TOKEN]:eL,[a.EOF_TOKEN]:eI},[O]:{[a.CHARACTER_TOKEN]:function(e,n){e.pendingCharacterTokens.push(n),e.hasNonWhitespacePendingCharacterToken=!0},[a.NULL_CHARACTER_TOKEN]:et,[a.WHITESPACE_CHARACTER_TOKEN]:function(e,n){e.pendingCharacterTokens.push(n)},[a.COMMENT_TOKEN]:eD,[a.DOCTYPE_TOKEN]:eD,[a.START_TAG_TOKEN]:eD,[a.END_TAG_TOKEN]:eD,[a.EOF_TOKEN]:eD},[I]:{[a.CHARACTER_TOKEN]:eg,[a.NULL_CHARACTER_TOKEN]:et,[a.WHITESPACE_CHARACTER_TOKEN]:ef,[a.COMMENT_TOKEN]:er,[a.DOCTYPE_TOKEN]:et,[a.START_TAG_TOKEN]:function(e,n){let r=n.tagName;r===b.CAPTION||r===b.COL||r===b.COLGROUP||r===b.TBODY||r===b.TD||r===b.TFOOT||r===b.TH||r===b.THEAD||r===b.TR?e.openElements.hasInTableScope(b.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(b.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=N,e._processToken(n)):ej(e,n)},[a.END_TAG_TOKEN]:function(e,n){let r=n.tagName;r===b.CAPTION||r===b.TABLE?e.openElements.hasInTableScope(b.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(b.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=N,r===b.TABLE&&e._processToken(n)):r!==b.BODY&&r!==b.COL&&r!==b.COLGROUP&&r!==b.HTML&&r!==b.TBODY&&r!==b.TD&&r!==b.TFOOT&&r!==b.TH&&r!==b.THEAD&&r!==b.TR&&eO(e,n)},[a.EOF_TOKEN]:eI},[R]:{[a.CHARACTER_TOKEN]:ez,[a.NULL_CHARACTER_TOKEN]:ez,[a.WHITESPACE_CHARACTER_TOKEN]:ei,[a.COMMENT_TOKEN]:er,[a.DOCTYPE_TOKEN]:et,[a.START_TAG_TOKEN]:function(e,n){let r=n.tagName;r===b.HTML?ej(e,n):r===b.COL?(e._appendElement(n,k.HTML),n.ackSelfClosing=!0):r===b.TEMPLATE?ec(e,n):ez(e,n)},[a.END_TAG_TOKEN]:function(e,n){let r=n.tagName;r===b.COLGROUP?e.openElements.currentTagName===b.COLGROUP&&(e.openElements.pop(),e.insertionMode=N):r===b.TEMPLATE?ep(e,n):r!==b.COL&&ez(e,n)},[a.EOF_TOKEN]:eI},[M]:{[a.CHARACTER_TOKEN]:eR,[a.NULL_CHARACTER_TOKEN]:eR,[a.WHITESPACE_CHARACTER_TOKEN]:eR,[a.COMMENT_TOKEN]:er,[a.DOCTYPE_TOKEN]:et,[a.START_TAG_TOKEN]:function(e,n){let r=n.tagName;r===b.TR?(e.openElements.clearBackToTableBodyContext(),e._insertElement(n,k.HTML),e.insertionMode=L):r===b.TH||r===b.TD?(e.openElements.clearBackToTableBodyContext(),e._insertFakeElement(b.TR),e.insertionMode=L,e._processToken(n)):r===b.CAPTION||r===b.COL||r===b.COLGROUP||r===b.TBODY||r===b.TFOOT||r===b.THEAD?e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=N,e._processToken(n)):eM(e,n)},[a.END_TAG_TOKEN]:function(e,n){let r=n.tagName;r===b.TBODY||r===b.TFOOT||r===b.THEAD?e.openElements.hasInTableScope(r)&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=N):r===b.TABLE?e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=N,e._processToken(n)):(r!==b.BODY&&r!==b.CAPTION&&r!==b.COL&&r!==b.COLGROUP||r!==b.HTML&&r!==b.TD&&r!==b.TH&&r!==b.TR)&&eL(e,n)},[a.EOF_TOKEN]:eI},[L]:{[a.CHARACTER_TOKEN]:eR,[a.NULL_CHARACTER_TOKEN]:eR,[a.WHITESPACE_CHARACTER_TOKEN]:eR,[a.COMMENT_TOKEN]:er,[a.DOCTYPE_TOKEN]:et,[a.START_TAG_TOKEN]:function(e,n){let r=n.tagName;r===b.TH||r===b.TD?(e.openElements.clearBackToTableRowContext(),e._insertElement(n,k.HTML),e.insertionMode=P,e.activeFormattingElements.insertMarker()):r===b.CAPTION||r===b.COL||r===b.COLGROUP||r===b.TBODY||r===b.TFOOT||r===b.THEAD||r===b.TR?e.openElements.hasInTableScope(b.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=M,e._processToken(n)):eM(e,n)},[a.END_TAG_TOKEN]:function(e,n){let r=n.tagName;r===b.TR?e.openElements.hasInTableScope(b.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=M):r===b.TABLE?e.openElements.hasInTableScope(b.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=M,e._processToken(n)):r===b.TBODY||r===b.TFOOT||r===b.THEAD?(e.openElements.hasInTableScope(r)||e.openElements.hasInTableScope(b.TR))&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=M,e._processToken(n)):(r!==b.BODY&&r!==b.CAPTION&&r!==b.COL&&r!==b.COLGROUP||r!==b.HTML&&r!==b.TD&&r!==b.TH)&&eL(e,n)},[a.EOF_TOKEN]:eI},[P]:{[a.CHARACTER_TOKEN]:eg,[a.NULL_CHARACTER_TOKEN]:et,[a.WHITESPACE_CHARACTER_TOKEN]:ef,[a.COMMENT_TOKEN]:er,[a.DOCTYPE_TOKEN]:et,[a.START_TAG_TOKEN]:function(e,n){let r=n.tagName;r===b.CAPTION||r===b.COL||r===b.COLGROUP||r===b.TBODY||r===b.TD||r===b.TFOOT||r===b.TH||r===b.THEAD||r===b.TR?(e.openElements.hasInTableScope(b.TD)||e.openElements.hasInTableScope(b.TH))&&(e._closeTableCell(),e._processToken(n)):ej(e,n)},[a.END_TAG_TOKEN]:function(e,n){let r=n.tagName;r===b.TD||r===b.TH?e.openElements.hasInTableScope(r)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(r),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=L):r===b.TABLE||r===b.TBODY||r===b.TFOOT||r===b.THEAD||r===b.TR?e.openElements.hasInTableScope(r)&&(e._closeTableCell(),e._processToken(n)):r!==b.BODY&&r!==b.CAPTION&&r!==b.COL&&r!==b.COLGROUP&&r!==b.HTML&&eO(e,n)},[a.EOF_TOKEN]:eI},[D]:{[a.CHARACTER_TOKEN]:ei,[a.NULL_CHARACTER_TOKEN]:et,[a.WHITESPACE_CHARACTER_TOKEN]:ei,[a.COMMENT_TOKEN]:er,[a.DOCTYPE_TOKEN]:et,[a.START_TAG_TOKEN]:eF,[a.END_TAG_TOKEN]:eB,[a.EOF_TOKEN]:eI},[z]:{[a.CHARACTER_TOKEN]:ei,[a.NULL_CHARACTER_TOKEN]:et,[a.WHITESPACE_CHARACTER_TOKEN]:ei,[a.COMMENT_TOKEN]:er,[a.DOCTYPE_TOKEN]:et,[a.START_TAG_TOKEN]:function(e,n){let r=n.tagName;r===b.CAPTION||r===b.TABLE||r===b.TBODY||r===b.TFOOT||r===b.THEAD||r===b.TR||r===b.TD||r===b.TH?(e.openElements.popUntilTagNamePopped(b.SELECT),e._resetInsertionMode(),e._processToken(n)):eF(e,n)},[a.END_TAG_TOKEN]:function(e,n){let r=n.tagName;r===b.CAPTION||r===b.TABLE||r===b.TBODY||r===b.TFOOT||r===b.THEAD||r===b.TR||r===b.TD||r===b.TH?e.openElements.hasInTableScope(r)&&(e.openElements.popUntilTagNamePopped(b.SELECT),e._resetInsertionMode(),e._processToken(n)):eB(e,n)},[a.EOF_TOKEN]:eI},[F]:{[a.CHARACTER_TOKEN]:eg,[a.NULL_CHARACTER_TOKEN]:et,[a.WHITESPACE_CHARACTER_TOKEN]:ef,[a.COMMENT_TOKEN]:er,[a.DOCTYPE_TOKEN]:et,[a.START_TAG_TOKEN]:function(e,n){let r=n.tagName;if(r===b.BASE||r===b.BASEFONT||r===b.BGSOUND||r===b.LINK||r===b.META||r===b.NOFRAMES||r===b.SCRIPT||r===b.STYLE||r===b.TEMPLATE||r===b.TITLE)ec(e,n);else{let a=V[r]||S;e._popTmplInsertionMode(),e._pushTmplInsertionMode(a),e.insertionMode=a,e._processToken(n)}},[a.END_TAG_TOKEN]:function(e,n){n.tagName===b.TEMPLATE&&ep(e,n)},[a.EOF_TOKEN]:eH},[B]:{[a.CHARACTER_TOKEN]:eU,[a.NULL_CHARACTER_TOKEN]:eU,[a.WHITESPACE_CHARACTER_TOKEN]:ef,[a.COMMENT_TOKEN]:function(e,n){e._appendCommentNode(n,e.openElements.items[0])},[a.DOCTYPE_TOKEN]:et,[a.START_TAG_TOKEN]:function(e,n){n.tagName===b.HTML?ej(e,n):eU(e,n)},[a.END_TAG_TOKEN]:function(e,n){n.tagName===b.HTML?e.fragmentContext||(e.insertionMode=G):eU(e,n)},[a.EOF_TOKEN]:eo},[H]:{[a.CHARACTER_TOKEN]:et,[a.NULL_CHARACTER_TOKEN]:et,[a.WHITESPACE_CHARACTER_TOKEN]:ei,[a.COMMENT_TOKEN]:er,[a.DOCTYPE_TOKEN]:et,[a.START_TAG_TOKEN]:function(e,n){let r=n.tagName;r===b.HTML?ej(e,n):r===b.FRAMESET?e._insertElement(n,k.HTML):r===b.FRAME?(e._appendElement(n,k.HTML),n.ackSelfClosing=!0):r===b.NOFRAMES&&ec(e,n)},[a.END_TAG_TOKEN]:function(e,n){n.tagName!==b.FRAMESET||e.openElements.isRootHtmlElementCurrent()||(e.openElements.pop(),e.fragmentContext||e.openElements.currentTagName===b.FRAMESET||(e.insertionMode=U))},[a.EOF_TOKEN]:eo},[U]:{[a.CHARACTER_TOKEN]:et,[a.NULL_CHARACTER_TOKEN]:et,[a.WHITESPACE_CHARACTER_TOKEN]:ei,[a.COMMENT_TOKEN]:er,[a.DOCTYPE_TOKEN]:et,[a.START_TAG_TOKEN]:function(e,n){let r=n.tagName;r===b.HTML?ej(e,n):r===b.NOFRAMES&&ec(e,n)},[a.END_TAG_TOKEN]:function(e,n){n.tagName===b.HTML&&(e.insertionMode=$)},[a.EOF_TOKEN]:eo},[G]:{[a.CHARACTER_TOKEN]:eG,[a.NULL_CHARACTER_TOKEN]:eG,[a.WHITESPACE_CHARACTER_TOKEN]:ef,[a.COMMENT_TOKEN]:ea,[a.DOCTYPE_TOKEN]:et,[a.START_TAG_TOKEN]:function(e,n){n.tagName===b.HTML?ej(e,n):eG(e,n)},[a.END_TAG_TOKEN]:eG,[a.EOF_TOKEN]:eo},[$]:{[a.CHARACTER_TOKEN]:et,[a.NULL_CHARACTER_TOKEN]:et,[a.WHITESPACE_CHARACTER_TOKEN]:ef,[a.COMMENT_TOKEN]:ea,[a.DOCTYPE_TOKEN]:et,[a.START_TAG_TOKEN]:function(e,n){let r=n.tagName;r===b.HTML?ej(e,n):r===b.NOFRAMES&&ec(e,n)},[a.END_TAG_TOKEN]:et,[a.EOF_TOKEN]:eo}};function W(e,n){let r=e.activeFormattingElements.getElementEntryInScopeWithTagName(n.tagName);return r?e.openElements.contains(r.element)?e.openElements.hasInScope(n.tagName)||(r=null):(e.activeFormattingElements.removeEntry(r),r=null):eN(e,n),r}function Y(e,n){let r=null;for(let a=e.openElements.stackTop;a>=0;a--){let i=e.openElements.items[a];if(i===n.element)break;e._isSpecialElement(i)&&(r=i)}return r||(e.openElements.popUntilElementPopped(n.element),e.activeFormattingElements.removeEntry(n)),r}function Q(e,n,r){let a=n,i=e.openElements.getCommonAncestor(n);for(let o=0,s=i;s!==r;o++,s=i){i=e.openElements.getCommonAncestor(s);let l=e.activeFormattingElements.getElementEntry(s),u=l&&o>=3,c=!l||u;c?(u&&e.activeFormattingElements.removeEntry(l),e.openElements.remove(s)):(s=Z(e,l),a===n&&(e.activeFormattingElements.bookmark=l),e.treeAdapter.detachNode(a),e.treeAdapter.appendChild(s,a),a=s)}return a}function Z(e,n){let r=e.treeAdapter.getNamespaceURI(n.element),a=e.treeAdapter.createElement(n.token.tagName,r,n.token.attrs);return e.openElements.replace(n.element,a),n.element=a,a}function X(e,n,r){if(e._isElementCausesFosterParenting(n))e._fosterParentElement(r);else{let a=e.treeAdapter.getTagName(n),i=e.treeAdapter.getNamespaceURI(n);a===b.TEMPLATE&&i===k.HTML&&(n=e.treeAdapter.getTemplateContent(n)),e.treeAdapter.appendChild(n,r)}}function J(e,n,r){let a=e.treeAdapter.getNamespaceURI(r.element),i=r.token,o=e.treeAdapter.createElement(i.tagName,a,i.attrs);e._adoptNodes(n,o),e.treeAdapter.appendChild(n,o),e.activeFormattingElements.insertElementAfterBookmark(o,r.token),e.activeFormattingElements.removeEntry(r),e.openElements.remove(r.element),e.openElements.insertAfter(n,o)}function ee(e,n){let r;for(let a=0;a<8&&(r=W(e,n,r));a++){let i=Y(e,r);if(!i)break;e.activeFormattingElements.bookmark=r;let o=Q(e,i,r.element),s=e.openElements.getCommonAncestor(r.element);e.treeAdapter.detachNode(o),X(e,s,o),J(e,i,r)}}function et(){}function en(e){e._err(h.misplacedDoctype)}function er(e,n){e._appendCommentNode(n,e.openElements.currentTmplContent||e.openElements.current)}function ea(e,n){e._appendCommentNode(n,e.document)}function ei(e,n){e._insertCharacters(n)}function eo(e){e.stopped=!0}function es(e,n){e._err(h.missingDoctype,{beforeToken:!0}),e.treeAdapter.setDocumentMode(e.document,g.DOCUMENT_MODE.QUIRKS),e.insertionMode=_,e._processToken(n)}function el(e,n){e._insertFakeRootElement(),e.insertionMode=x,e._processToken(n)}function eu(e,n){e._insertFakeElement(b.HEAD),e.headElement=e.openElements.current,e.insertionMode=w,e._processToken(n)}function ec(e,n){let r=n.tagName;r===b.HTML?ej(e,n):r===b.BASE||r===b.BASEFONT||r===b.BGSOUND||r===b.LINK||r===b.META?(e._appendElement(n,k.HTML),n.ackSelfClosing=!0):r===b.TITLE?e._switchToTextParsing(n,a.MODE.RCDATA):r===b.NOSCRIPT?e.options.scriptingEnabled?e._switchToTextParsing(n,a.MODE.RAWTEXT):(e._insertElement(n,k.HTML),e.insertionMode=A):r===b.NOFRAMES||r===b.STYLE?e._switchToTextParsing(n,a.MODE.RAWTEXT):r===b.SCRIPT?e._switchToTextParsing(n,a.MODE.SCRIPT_DATA):r===b.TEMPLATE?(e._insertTemplate(n,k.HTML),e.activeFormattingElements.insertMarker(),e.framesetOk=!1,e.insertionMode=F,e._pushTmplInsertionMode(F)):r===b.HEAD?e._err(h.misplacedStartTagForHeadElement):em(e,n)}function ep(e,n){let r=n.tagName;r===b.HEAD?(e.openElements.pop(),e.insertionMode=j):r===b.BODY||r===b.BR||r===b.HTML?em(e,n):r===b.TEMPLATE&&e.openElements.tmplCount>0?(e.openElements.generateImpliedEndTagsThoroughly(),e.openElements.currentTagName!==b.TEMPLATE&&e._err(h.closingOfElementWithOpenChildElements),e.openElements.popUntilTagNamePopped(b.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e._popTmplInsertionMode(),e._resetInsertionMode()):e._err(h.endTagWithoutMatchingOpenElement)}function em(e,n){e.openElements.pop(),e.insertionMode=j,e._processToken(n)}function ed(e,n){let r=n.type===a.EOF_TOKEN?h.openElementsLeftAfterEof:h.disallowedContentInNoscriptInHead;e._err(r),e.openElements.pop(),e.insertionMode=w,e._processToken(n)}function eh(e,n){e._insertFakeElement(b.BODY),e.insertionMode=S,e._processToken(n)}function ef(e,n){e._reconstructActiveFormattingElements(),e._insertCharacters(n)}function eg(e,n){e._reconstructActiveFormattingElements(),e._insertCharacters(n),e.framesetOk=!1}function eb(e,n){e.openElements.hasInButtonScope(b.P)&&e._closePElement(),e._insertElement(n,k.HTML)}function ek(e,n){e.openElements.hasInButtonScope(b.P)&&e._closePElement(),e._insertElement(n,k.HTML),e.skipNextNewLine=!0,e.framesetOk=!1}function ey(e,n){e._reconstructActiveFormattingElements(),e._insertElement(n,k.HTML),e.activeFormattingElements.pushElement(e.openElements.current,n)}function ev(e,n){e._reconstructActiveFormattingElements(),e._insertElement(n,k.HTML),e.activeFormattingElements.insertMarker(),e.framesetOk=!1}function eE(e,n){e._reconstructActiveFormattingElements(),e._appendElement(n,k.HTML),e.framesetOk=!1,n.ackSelfClosing=!0}function eT(e,n){e._appendElement(n,k.HTML),n.ackSelfClosing=!0}function e_(e,n){e._switchToTextParsing(n,a.MODE.RAWTEXT)}function ex(e,n){e.openElements.currentTagName===b.OPTION&&e.openElements.pop(),e._reconstructActiveFormattingElements(),e._insertElement(n,k.HTML)}function ew(e,n){e.openElements.hasInScope(b.RUBY)&&e.openElements.generateImpliedEndTags(),e._insertElement(n,k.HTML)}function eA(e,n){e._reconstructActiveFormattingElements(),e._insertElement(n,k.HTML)}function ej(e,n){var r,i,o,s,l,u,c,p,m,h,f,v,T,_,x,w,A,j,S,O,R,F,B,U,G,$,K,V,q,W;let Y=n.tagName;switch(Y.length){case 1:Y===b.I||Y===b.S||Y===b.B||Y===b.U?ey(e,n):Y===b.P?eb(e,n):Y===b.A?function(e,n){let r=e.activeFormattingElements.getElementEntryInScopeWithTagName(b.A);r&&(ee(e,n),e.openElements.remove(r.element),e.activeFormattingElements.removeEntry(r)),e._reconstructActiveFormattingElements(),e._insertElement(n,k.HTML),e.activeFormattingElements.pushElement(e.openElements.current,n)}(e,n):eA(e,n);break;case 2:Y===b.DL||Y===b.OL||Y===b.UL?eb(e,n):Y===b.H1||Y===b.H2||Y===b.H3||Y===b.H4||Y===b.H5||Y===b.H6?!function(e,n){e.openElements.hasInButtonScope(b.P)&&e._closePElement();let r=e.openElements.currentTagName;(r===b.H1||r===b.H2||r===b.H3||r===b.H4||r===b.H5||r===b.H6)&&e.openElements.pop(),e._insertElement(n,k.HTML)}(e,n):Y===b.LI||Y===b.DD||Y===b.DT?!function(e,n){e.framesetOk=!1;let r=n.tagName;for(let a=e.openElements.stackTop;a>=0;a--){let i=e.openElements.items[a],o=e.treeAdapter.getTagName(i),s=null;if(r===b.LI&&o===b.LI?s=b.LI:(r===b.DD||r===b.DT)&&(o===b.DD||o===b.DT)&&(s=o),s){e.openElements.generateImpliedEndTagsWithExclusion(s),e.openElements.popUntilTagNamePopped(s);break}if(o!==b.ADDRESS&&o!==b.DIV&&o!==b.P&&e._isSpecialElement(i))break}e.openElements.hasInButtonScope(b.P)&&e._closePElement(),e._insertElement(n,k.HTML)}(e,n):Y===b.EM||Y===b.TT?ey(e,n):Y===b.BR?eE(e,n):Y===b.HR?(r=e,i=n,r.openElements.hasInButtonScope(b.P)&&r._closePElement(),r._appendElement(i,k.HTML),r.framesetOk=!1,i.ackSelfClosing=!0):Y===b.RB?ew(e,n):Y===b.RT||Y===b.RP?(o=e,s=n,o.openElements.hasInScope(b.RUBY)&&o.openElements.generateImpliedEndTagsWithExclusion(b.RTC),o._insertElement(s,k.HTML)):Y!==b.TH&&Y!==b.TD&&Y!==b.TR&&eA(e,n);break;case 3:Y===b.DIV||Y===b.DIR||Y===b.NAV?eb(e,n):Y===b.PRE?ek(e,n):Y===b.BIG?ey(e,n):Y===b.IMG||Y===b.WBR?eE(e,n):Y===b.XMP?(l=e,u=n,l.openElements.hasInButtonScope(b.P)&&l._closePElement(),l._reconstructActiveFormattingElements(),l.framesetOk=!1,l._switchToTextParsing(u,a.MODE.RAWTEXT)):Y===b.SVG?(c=e,p=n,c._reconstructActiveFormattingElements(),d.adjustTokenSVGAttrs(p),d.adjustTokenXMLAttrs(p),p.selfClosing?c._appendElement(p,k.SVG):c._insertElement(p,k.SVG),p.ackSelfClosing=!0):Y===b.RTC?ew(e,n):Y!==b.COL&&eA(e,n);break;case 4:Y===b.HTML?(m=e,h=n,0===m.openElements.tmplCount&&m.treeAdapter.adoptAttributes(m.openElements.items[0],h.attrs)):Y===b.BASE||Y===b.LINK||Y===b.META?ec(e,n):Y===b.BODY?!function(e,n){let r=e.openElements.tryPeekProperlyNestedBodyElement();r&&0===e.openElements.tmplCount&&(e.framesetOk=!1,e.treeAdapter.adoptAttributes(r,n.attrs))}(e,n):Y===b.MAIN||Y===b.MENU?eb(e,n):Y===b.FORM?!function(e,n){let r=e.openElements.tmplCount>0;e.formElement&&!r||(e.openElements.hasInButtonScope(b.P)&&e._closePElement(),e._insertElement(n,k.HTML),r||(e.formElement=e.openElements.current))}(e,n):Y===b.CODE||Y===b.FONT?ey(e,n):Y===b.NOBR?(f=e,v=n,f._reconstructActiveFormattingElements(),f.openElements.hasInScope(b.NOBR)&&(ee(f,v),f._reconstructActiveFormattingElements()),f._insertElement(v,k.HTML),f.activeFormattingElements.pushElement(f.openElements.current,v)):Y===b.AREA?eE(e,n):Y===b.MATH?(T=e,_=n,T._reconstructActiveFormattingElements(),d.adjustTokenMathMLAttrs(_),d.adjustTokenXMLAttrs(_),_.selfClosing?T._appendElement(_,k.MATHML):T._insertElement(_,k.MATHML),_.ackSelfClosing=!0):Y===b.MENU?(x=e,w=n,x.openElements.hasInButtonScope(b.P)&&x._closePElement(),x._insertElement(w,k.HTML)):Y!==b.HEAD&&eA(e,n);break;case 5:Y===b.STYLE||Y===b.TITLE?ec(e,n):Y===b.ASIDE?eb(e,n):Y===b.SMALL?ey(e,n):Y===b.TABLE?(A=e,j=n,A.treeAdapter.getDocumentMode(A.document)!==g.DOCUMENT_MODE.QUIRKS&&A.openElements.hasInButtonScope(b.P)&&A._closePElement(),A._insertElement(j,k.HTML),A.framesetOk=!1,A.insertionMode=N):Y===b.EMBED?eE(e,n):Y===b.INPUT?!function(e,n){e._reconstructActiveFormattingElements(),e._appendElement(n,k.HTML);let r=a.getTokenAttr(n,y.TYPE);r&&r.toLowerCase()===E||(e.framesetOk=!1),n.ackSelfClosing=!0}(e,n):Y===b.PARAM||Y===b.TRACK?eT(e,n):Y===b.IMAGE?(S=e,(O=n).tagName=b.IMG,eE(S,O)):Y!==b.FRAME&&Y!==b.TBODY&&Y!==b.TFOOT&&Y!==b.THEAD&&eA(e,n);break;case 6:Y===b.SCRIPT?ec(e,n):Y===b.CENTER||Y===b.FIGURE||Y===b.FOOTER||Y===b.HEADER||Y===b.HGROUP||Y===b.DIALOG?eb(e,n):Y===b.BUTTON?(R=e,F=n,R.openElements.hasInScope(b.BUTTON)&&(R.openElements.generateImpliedEndTags(),R.openElements.popUntilTagNamePopped(b.BUTTON)),R._reconstructActiveFormattingElements(),R._insertElement(F,k.HTML),R.framesetOk=!1):Y===b.STRIKE||Y===b.STRONG?ey(e,n):Y===b.APPLET||Y===b.OBJECT?ev(e,n):Y===b.KEYGEN?eE(e,n):Y===b.SOURCE?eT(e,n):Y===b.IFRAME?(B=e,U=n,B.framesetOk=!1,B._switchToTextParsing(U,a.MODE.RAWTEXT)):Y===b.SELECT?(G=e,$=n,G._reconstructActiveFormattingElements(),G._insertElement($,k.HTML),G.framesetOk=!1,G.insertionMode===N||G.insertionMode===I||G.insertionMode===M||G.insertionMode===L||G.insertionMode===P?G.insertionMode=z:G.insertionMode=D):Y===b.OPTION?ex(e,n):eA(e,n);break;case 7:Y===b.BGSOUND?ec(e,n):Y===b.DETAILS||Y===b.ADDRESS||Y===b.ARTICLE||Y===b.SECTION||Y===b.SUMMARY?eb(e,n):Y===b.LISTING?ek(e,n):Y===b.MARQUEE?ev(e,n):Y===b.NOEMBED?e_(e,n):Y!==b.CAPTION&&eA(e,n);break;case 8:Y===b.BASEFONT?ec(e,n):Y===b.FRAMESET?!function(e,n){let r=e.openElements.tryPeekProperlyNestedBodyElement();e.framesetOk&&r&&(e.treeAdapter.detachNode(r),e.openElements.popAllUpToHtmlElement(),e._insertElement(n,k.HTML),e.insertionMode=H)}(e,n):Y===b.FIELDSET?eb(e,n):Y===b.TEXTAREA?(K=e,V=n,K._insertElement(V,k.HTML),K.skipNextNewLine=!0,K.tokenizer.state=a.MODE.RCDATA,K.originalInsertionMode=K.insertionMode,K.framesetOk=!1,K.insertionMode=C):Y===b.TEMPLATE?ec(e,n):Y===b.NOSCRIPT?e.options.scriptingEnabled?e_(e,n):eA(e,n):Y===b.OPTGROUP?ex(e,n):Y!==b.COLGROUP&&eA(e,n);break;case 9:Y===b.PLAINTEXT?(q=e,W=n,q.openElements.hasInButtonScope(b.P)&&q._closePElement(),q._insertElement(W,k.HTML),q.tokenizer.state=a.MODE.PLAINTEXT):eA(e,n);break;case 10:Y===b.BLOCKQUOTE||Y===b.FIGCAPTION?eb(e,n):eA(e,n);break;default:eA(e,n)}}function eS(e,n){let r=n.tagName;e.openElements.hasInScope(r)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(r))}function eC(e,n){let r=n.tagName;e.openElements.hasInScope(r)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(r),e.activeFormattingElements.clearToLastMarker())}function eN(e,n){let r=n.tagName;for(let a=e.openElements.stackTop;a>0;a--){let i=e.openElements.items[a];if(e.treeAdapter.getTagName(i)===r){e.openElements.generateImpliedEndTagsWithExclusion(r),e.openElements.popUntilElementPopped(i);break}if(e._isSpecialElement(i))break}}function eO(e,n){var r,a,i,o,s,l,u;let c=n.tagName;switch(c.length){case 1:c===b.A||c===b.B||c===b.I||c===b.S||c===b.U?ee(e,n):c===b.P?((r=e).openElements.hasInButtonScope(b.P)||r._insertFakeElement(b.P),r._closePElement()):eN(e,n);break;case 2:c===b.DL||c===b.UL||c===b.OL?eS(e,n):c===b.LI?(a=e).openElements.hasInListItemScope(b.LI)&&(a.openElements.generateImpliedEndTagsWithExclusion(b.LI),a.openElements.popUntilTagNamePopped(b.LI)):c===b.DD||c===b.DT?!function(e,n){let r=n.tagName;e.openElements.hasInScope(r)&&(e.openElements.generateImpliedEndTagsWithExclusion(r),e.openElements.popUntilTagNamePopped(r))}(e,n):c===b.H1||c===b.H2||c===b.H3||c===b.H4||c===b.H5||c===b.H6?(i=e).openElements.hasNumberedHeaderInScope()&&(i.openElements.generateImpliedEndTags(),i.openElements.popUntilNumberedHeaderPopped()):c===b.BR?((o=e)._reconstructActiveFormattingElements(),o._insertFakeElement(b.BR),o.openElements.pop(),o.framesetOk=!1):c===b.EM||c===b.TT?ee(e,n):eN(e,n);break;case 3:c===b.BIG?ee(e,n):c===b.DIR||c===b.DIV||c===b.NAV||c===b.PRE?eS(e,n):eN(e,n);break;case 4:c===b.BODY?(s=e).openElements.hasInScope(b.BODY)&&(s.insertionMode=B):c===b.HTML?(l=e,u=n,l.openElements.hasInScope(b.BODY)&&(l.insertionMode=B,l._processToken(u))):c===b.FORM?function(e){let n=e.openElements.tmplCount>0,r=e.formElement;n||(e.formElement=null),(r||n)&&e.openElements.hasInScope(b.FORM)&&(e.openElements.generateImpliedEndTags(),n?e.openElements.popUntilTagNamePopped(b.FORM):e.openElements.remove(r))}(e,n):c===b.CODE||c===b.FONT||c===b.NOBR?ee(e,n):c===b.MAIN||c===b.MENU?eS(e,n):eN(e,n);break;case 5:c===b.ASIDE?eS(e,n):c===b.SMALL?ee(e,n):eN(e,n);break;case 6:c===b.CENTER||c===b.FIGURE||c===b.FOOTER||c===b.HEADER||c===b.HGROUP||c===b.DIALOG?eS(e,n):c===b.APPLET||c===b.OBJECT?eC(e,n):c===b.STRIKE||c===b.STRONG?ee(e,n):eN(e,n);break;case 7:c===b.ADDRESS||c===b.ARTICLE||c===b.DETAILS||c===b.SECTION||c===b.SUMMARY||c===b.LISTING?eS(e,n):c===b.MARQUEE?eC(e,n):eN(e,n);break;case 8:c===b.FIELDSET?eS(e,n):c===b.TEMPLATE?ep(e,n):eN(e,n);break;case 10:c===b.BLOCKQUOTE||c===b.FIGCAPTION?eS(e,n):eN(e,n);break;default:eN(e,n)}}function eI(e,n){e.tmplInsertionModeStackTop>-1?eH(e,n):e.stopped=!0}function eR(e,n){let r=e.openElements.currentTagName;r===b.TABLE||r===b.TBODY||r===b.TFOOT||r===b.THEAD||r===b.TR?(e.pendingCharacterTokens=[],e.hasNonWhitespacePendingCharacterToken=!1,e.originalInsertionMode=e.insertionMode,e.insertionMode=O,e._processToken(n)):eP(e,n)}function eM(e,n){var r,i,o,s,l,u,c,p,m,d,h,f,g,v;let T=n.tagName;switch(T.length){case 2:T===b.TD||T===b.TH||T===b.TR?(r=e,i=n,r.openElements.clearBackToTableContext(),r._insertFakeElement(b.TBODY),r.insertionMode=M,r._processToken(i)):eP(e,n);break;case 3:T===b.COL?(o=e,s=n,o.openElements.clearBackToTableContext(),o._insertFakeElement(b.COLGROUP),o.insertionMode=R,o._processToken(s)):eP(e,n);break;case 4:T===b.FORM?(l=e,u=n,l.formElement||0!==l.openElements.tmplCount||(l._insertElement(u,k.HTML),l.formElement=l.openElements.current,l.openElements.pop())):eP(e,n);break;case 5:T===b.TABLE?(c=e,p=n,c.openElements.hasInTableScope(b.TABLE)&&(c.openElements.popUntilTagNamePopped(b.TABLE),c._resetInsertionMode(),c._processToken(p))):T===b.STYLE?ec(e,n):T===b.TBODY||T===b.TFOOT||T===b.THEAD?(m=e,d=n,m.openElements.clearBackToTableContext(),m._insertElement(d,k.HTML),m.insertionMode=M):T===b.INPUT?function(e,n){let r=a.getTokenAttr(n,y.TYPE);r&&r.toLowerCase()===E?e._appendElement(n,k.HTML):eP(e,n),n.ackSelfClosing=!0}(e,n):eP(e,n);break;case 6:T===b.SCRIPT?ec(e,n):eP(e,n);break;case 7:T===b.CAPTION?(h=e,f=n,h.openElements.clearBackToTableContext(),h.activeFormattingElements.insertMarker(),h._insertElement(f,k.HTML),h.insertionMode=I):eP(e,n);break;case 8:T===b.COLGROUP?(g=e,v=n,g.openElements.clearBackToTableContext(),g._insertElement(v,k.HTML),g.insertionMode=R):T===b.TEMPLATE?ec(e,n):eP(e,n);break;default:eP(e,n)}}function eL(e,n){let r=n.tagName;r===b.TABLE?e.openElements.hasInTableScope(b.TABLE)&&(e.openElements.popUntilTagNamePopped(b.TABLE),e._resetInsertionMode()):r===b.TEMPLATE?ep(e,n):r!==b.BODY&&r!==b.CAPTION&&r!==b.COL&&r!==b.COLGROUP&&r!==b.HTML&&r!==b.TBODY&&r!==b.TD&&r!==b.TFOOT&&r!==b.TH&&r!==b.THEAD&&r!==b.TR&&eP(e,n)}function eP(e,n){let r=e.fosterParentingEnabled;e.fosterParentingEnabled=!0,e._processTokenInBodyMode(n),e.fosterParentingEnabled=r}function eD(e,n){let r=0;if(e.hasNonWhitespacePendingCharacterToken)for(;r0?(e.openElements.popUntilTagNamePopped(b.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e._popTmplInsertionMode(),e._resetInsertionMode(),e._processToken(n)):e.stopped=!0}function eU(e,n){e.insertionMode=S,e._processToken(n)}function eG(e,n){e.insertionMode=S,e._processToken(n)}e.exports=class{constructor(e){this.options=p(v,e),this.treeAdapter=this.options.treeAdapter,this.pendingScript=null,this.options.sourceCodeLocationInfo&&u.install(this,s),this.options.onParseError&&u.install(this,l,{onParseError:this.options.onParseError})}parse(e){let n=this.treeAdapter.createDocument();return this._bootstrap(n,null),this.tokenizer.write(e,!0),this._runParsingLoop(null),n}parseFragment(e,n){n||(n=this.treeAdapter.createElement(b.TEMPLATE,k.HTML,[]));let r=this.treeAdapter.createElement("documentmock",k.HTML,[]);this._bootstrap(r,n),this.treeAdapter.getTagName(n)===b.TEMPLATE&&this._pushTmplInsertionMode(F),this._initTokenizerForFragmentParsing(),this._insertFakeRootElement(),this._resetInsertionMode(),this._findFormInFragmentContext(),this.tokenizer.write(e,!0),this._runParsingLoop(null);let a=this.treeAdapter.getFirstChild(r),i=this.treeAdapter.createDocumentFragment();return this._adoptNodes(a,i),i}_bootstrap(e,n){this.tokenizer=new a(this.options),this.stopped=!1,this.insertionMode=T,this.originalInsertionMode="",this.document=e,this.fragmentContext=n,this.headElement=null,this.formElement=null,this.openElements=new i(this.document,this.treeAdapter),this.activeFormattingElements=new o(this.treeAdapter),this.tmplInsertionModeStack=[],this.tmplInsertionModeStackTop=-1,this.currentTmplInsertionMode=null,this.pendingCharacterTokens=[],this.hasNonWhitespacePendingCharacterToken=!1,this.framesetOk=!0,this.skipNextNewLine=!1,this.fosterParentingEnabled=!1}_err(){}_runParsingLoop(e){for(;!this.stopped;){this._setupTokenizerCDATAMode();let n=this.tokenizer.getNextToken();if(n.type===a.HIBERNATION_TOKEN)break;if(this.skipNextNewLine&&(this.skipNextNewLine=!1,n.type===a.WHITESPACE_CHARACTER_TOKEN&&"\n"===n.chars[0])){if(1===n.chars.length)continue;n.chars=n.chars.substr(1)}if(this._processInputToken(n),e&&this.pendingScript)break}}runParsingLoopForCurrentChunk(e,n){if(this._runParsingLoop(n),n&&this.pendingScript){let r=this.pendingScript;this.pendingScript=null,n(r);return}e&&e()}_setupTokenizerCDATAMode(){let e=this._getAdjustedCurrentElement();this.tokenizer.allowCDATA=e&&e!==this.document&&this.treeAdapter.getNamespaceURI(e)!==k.HTML&&!this._isIntegrationPoint(e)}_switchToTextParsing(e,n){this._insertElement(e,k.HTML),this.tokenizer.state=n,this.originalInsertionMode=this.insertionMode,this.insertionMode=C}switchToPlaintextParsing(){this.insertionMode=C,this.originalInsertionMode=S,this.tokenizer.state=a.MODE.PLAINTEXT}_getAdjustedCurrentElement(){return 0===this.openElements.stackTop&&this.fragmentContext?this.fragmentContext:this.openElements.current}_findFormInFragmentContext(){let e=this.fragmentContext;do{if(this.treeAdapter.getTagName(e)===b.FORM){this.formElement=e;break}e=this.treeAdapter.getParentNode(e)}while(e)}_initTokenizerForFragmentParsing(){if(this.treeAdapter.getNamespaceURI(this.fragmentContext)===k.HTML){let e=this.treeAdapter.getTagName(this.fragmentContext);e===b.TITLE||e===b.TEXTAREA?this.tokenizer.state=a.MODE.RCDATA:e===b.STYLE||e===b.XMP||e===b.IFRAME||e===b.NOEMBED||e===b.NOFRAMES||e===b.NOSCRIPT?this.tokenizer.state=a.MODE.RAWTEXT:e===b.SCRIPT?this.tokenizer.state=a.MODE.SCRIPT_DATA:e===b.PLAINTEXT&&(this.tokenizer.state=a.MODE.PLAINTEXT)}}_setDocumentType(e){let n=e.name||"",r=e.publicId||"",a=e.systemId||"";this.treeAdapter.setDocumentType(this.document,n,r,a)}_attachElementToTree(e){if(this._shouldFosterParentOnInsertion())this._fosterParentElement(e);else{let n=this.openElements.currentTmplContent||this.openElements.current;this.treeAdapter.appendChild(n,e)}}_appendElement(e,n){let r=this.treeAdapter.createElement(e.tagName,n,e.attrs);this._attachElementToTree(r)}_insertElement(e,n){let r=this.treeAdapter.createElement(e.tagName,n,e.attrs);this._attachElementToTree(r),this.openElements.push(r)}_insertFakeElement(e){let n=this.treeAdapter.createElement(e,k.HTML,[]);this._attachElementToTree(n),this.openElements.push(n)}_insertTemplate(e){let n=this.treeAdapter.createElement(e.tagName,k.HTML,e.attrs),r=this.treeAdapter.createDocumentFragment();this.treeAdapter.setTemplateContent(n,r),this._attachElementToTree(n),this.openElements.push(n)}_insertFakeRootElement(){let e=this.treeAdapter.createElement(b.HTML,k.HTML,[]);this.treeAdapter.appendChild(this.openElements.current,e),this.openElements.push(e)}_appendCommentNode(e,n){let r=this.treeAdapter.createCommentNode(e.data);this.treeAdapter.appendChild(n,r)}_insertCharacters(e){if(this._shouldFosterParentOnInsertion())this._fosterParentText(e.chars);else{let n=this.openElements.currentTmplContent||this.openElements.current;this.treeAdapter.insertText(n,e.chars)}}_adoptNodes(e,n){for(let r=this.treeAdapter.getFirstChild(e);r;r=this.treeAdapter.getFirstChild(e))this.treeAdapter.detachNode(r),this.treeAdapter.appendChild(n,r)}_shouldProcessTokenInForeignContent(e){let n=this._getAdjustedCurrentElement();if(!n||n===this.document)return!1;let r=this.treeAdapter.getNamespaceURI(n);if(r===k.HTML||this.treeAdapter.getTagName(n)===b.ANNOTATION_XML&&r===k.MATHML&&e.type===a.START_TAG_TOKEN&&e.tagName===b.SVG)return!1;let i=e.type===a.CHARACTER_TOKEN||e.type===a.NULL_CHARACTER_TOKEN||e.type===a.WHITESPACE_CHARACTER_TOKEN,o=e.type===a.START_TAG_TOKEN&&e.tagName!==b.MGLYPH&&e.tagName!==b.MALIGNMARK;return!((o||i)&&this._isIntegrationPoint(n,k.MATHML)||(e.type===a.START_TAG_TOKEN||i)&&this._isIntegrationPoint(n,k.HTML))&&e.type!==a.EOF_TOKEN}_processToken(e){q[this.insertionMode][e.type](this,e)}_processTokenInBodyMode(e){q[S][e.type](this,e)}_processTokenInForeignContent(e){var n,r,i,o;e.type===a.CHARACTER_TOKEN?(n=this,r=e,n._insertCharacters(r),n.framesetOk=!1):e.type===a.NULL_CHARACTER_TOKEN?(i=this,o=e,o.chars=f.REPLACEMENT_CHARACTER,i._insertCharacters(o)):e.type===a.WHITESPACE_CHARACTER_TOKEN?ei(this,e):e.type===a.COMMENT_TOKEN?er(this,e):e.type===a.START_TAG_TOKEN?function(e,n){if(d.causesExit(n)&&!e.fragmentContext){for(;e.treeAdapter.getNamespaceURI(e.openElements.current)!==k.HTML&&!e._isIntegrationPoint(e.openElements.current);)e.openElements.pop();e._processToken(n)}else{let r=e._getAdjustedCurrentElement(),a=e.treeAdapter.getNamespaceURI(r);a===k.MATHML?d.adjustTokenMathMLAttrs(n):a===k.SVG&&(d.adjustTokenSVGTagName(n),d.adjustTokenSVGAttrs(n)),d.adjustTokenXMLAttrs(n),n.selfClosing?e._appendElement(n,a):e._insertElement(n,a),n.ackSelfClosing=!0}}(this,e):e.type===a.END_TAG_TOKEN&&function(e,n){for(let r=e.openElements.stackTop;r>0;r--){let a=e.openElements.items[r];if(e.treeAdapter.getNamespaceURI(a)===k.HTML){e._processToken(n);break}if(e.treeAdapter.getTagName(a).toLowerCase()===n.tagName){e.openElements.popUntilElementPopped(a);break}}}(this,e)}_processInputToken(e){this._shouldProcessTokenInForeignContent(e)?this._processTokenInForeignContent(e):this._processToken(e),e.type===a.START_TAG_TOKEN&&e.selfClosing&&!e.ackSelfClosing&&this._err(h.nonVoidHtmlElementStartTagWithTrailingSolidus)}_isIntegrationPoint(e,n){let r=this.treeAdapter.getTagName(e),a=this.treeAdapter.getNamespaceURI(e),i=this.treeAdapter.getAttrList(e);return d.isIntegrationPoint(r,a,i,n)}_reconstructActiveFormattingElements(){let e=this.activeFormattingElements.length;if(e){let n=e,r=null;do if(n--,(r=this.activeFormattingElements.entries[n]).type===o.MARKER_ENTRY||this.openElements.contains(r.element)){n++;break}while(n>0);for(let a=n;a=0;e--){let r=this.openElements.items[e];0===e&&(n=!0,this.fragmentContext&&(r=this.fragmentContext));let a=this.treeAdapter.getTagName(r),i=K[a];if(i){this.insertionMode=i;break}if(n||a!==b.TD&&a!==b.TH){if(n||a!==b.HEAD){if(a===b.SELECT){this._resetInsertionModeForSelect(e);break}if(a===b.TEMPLATE){this.insertionMode=this.currentTmplInsertionMode;break}else if(a===b.HTML){this.insertionMode=this.headElement?j:x;break}else if(n){this.insertionMode=S;break}}else{this.insertionMode=w;break}}else{this.insertionMode=P;break}}}_resetInsertionModeForSelect(e){if(e>0)for(let n=e-1;n>0;n--){let r=this.openElements.items[n],a=this.treeAdapter.getTagName(r);if(a===b.TEMPLATE)break;if(a===b.TABLE){this.insertionMode=z;return}}this.insertionMode=D}_pushTmplInsertionMode(e){this.tmplInsertionModeStack.push(e),this.tmplInsertionModeStackTop++,this.currentTmplInsertionMode=e}_popTmplInsertionMode(){this.tmplInsertionModeStack.pop(),this.tmplInsertionModeStackTop--,this.currentTmplInsertionMode=this.tmplInsertionModeStack[this.tmplInsertionModeStackTop]}_isElementCausesFosterParenting(e){let n=this.treeAdapter.getTagName(e);return n===b.TABLE||n===b.TBODY||n===b.TFOOT||n===b.THEAD||n===b.TR}_shouldFosterParentOnInsertion(){return this.fosterParentingEnabled&&this._isElementCausesFosterParenting(this.openElements.current)}_findFosterParentingLocation(){let e={parent:null,beforeElement:null};for(let n=this.openElements.stackTop;n>=0;n--){let r=this.openElements.items[n],a=this.treeAdapter.getTagName(r),i=this.treeAdapter.getNamespaceURI(r);if(a===b.TEMPLATE&&i===k.HTML){e.parent=this.treeAdapter.getTemplateContent(r);break}if(a===b.TABLE){e.parent=this.treeAdapter.getParentNode(r),e.parent?e.beforeElement=r:e.parent=this.openElements.items[n-1];break}}return e.parent||(e.parent=this.openElements.items[0]),e}_fosterParentElement(e){let n=this._findFosterParentingLocation();n.beforeElement?this.treeAdapter.insertBefore(n.parent,e,n.beforeElement):this.treeAdapter.appendChild(n.parent,e)}_fosterParentText(e){let n=this._findFosterParentingLocation();n.beforeElement?this.treeAdapter.insertTextBefore(n.parent,e,n.beforeElement):this.treeAdapter.insertText(n.parent,e)}_isSpecialElement(e){let n=this.treeAdapter.getTagName(e),r=this.treeAdapter.getNamespaceURI(e);return g.SPECIAL_ELEMENTS[r][n]}}},91619:function(e,n,r){"use strict";let a=r(28040),i=a.TAG_NAMES,o=a.NAMESPACES;function s(e){switch(e.length){case 1:return e===i.P;case 2:return e===i.RB||e===i.RP||e===i.RT||e===i.DD||e===i.DT||e===i.LI;case 3:return e===i.RTC;case 6:return e===i.OPTION;case 8:return e===i.OPTGROUP}return!1}function l(e){switch(e.length){case 1:return e===i.P;case 2:return e===i.RB||e===i.RP||e===i.RT||e===i.DD||e===i.DT||e===i.LI||e===i.TD||e===i.TH||e===i.TR;case 3:return e===i.RTC;case 5:return e===i.TBODY||e===i.TFOOT||e===i.THEAD;case 6:return e===i.OPTION;case 7:return e===i.CAPTION;case 8:return e===i.OPTGROUP||e===i.COLGROUP}return!1}function u(e,n){switch(e.length){case 2:if(e===i.TD||e===i.TH)return n===o.HTML;if(e===i.MI||e===i.MO||e===i.MN||e===i.MS)return n===o.MATHML;break;case 4:if(e===i.HTML)return n===o.HTML;if(e===i.DESC)return n===o.SVG;break;case 5:if(e===i.TABLE)return n===o.HTML;if(e===i.MTEXT)return n===o.MATHML;if(e===i.TITLE)return n===o.SVG;break;case 6:return(e===i.APPLET||e===i.OBJECT)&&n===o.HTML;case 7:return(e===i.CAPTION||e===i.MARQUEE)&&n===o.HTML;case 8:return e===i.TEMPLATE&&n===o.HTML;case 13:return e===i.FOREIGN_OBJECT&&n===o.SVG;case 14:return e===i.ANNOTATION_XML&&n===o.MATHML}return!1}e.exports=class{constructor(e,n){this.stackTop=-1,this.items=[],this.current=e,this.currentTagName=null,this.currentTmplContent=null,this.tmplCount=0,this.treeAdapter=n}_indexOf(e){let n=-1;for(let r=this.stackTop;r>=0;r--)if(this.items[r]===e){n=r;break}return n}_isInTemplate(){return this.currentTagName===i.TEMPLATE&&this.treeAdapter.getNamespaceURI(this.current)===o.HTML}_updateCurrentElement(){this.current=this.items[this.stackTop],this.currentTagName=this.current&&this.treeAdapter.getTagName(this.current),this.currentTmplContent=this._isInTemplate()?this.treeAdapter.getTemplateContent(this.current):null}push(e){this.items[++this.stackTop]=e,this._updateCurrentElement(),this._isInTemplate()&&this.tmplCount++}pop(){this.stackTop--,this.tmplCount>0&&this._isInTemplate()&&this.tmplCount--,this._updateCurrentElement()}replace(e,n){let r=this._indexOf(e);this.items[r]=n,r===this.stackTop&&this._updateCurrentElement()}insertAfter(e,n){let r=this._indexOf(e)+1;this.items.splice(r,0,n),r===++this.stackTop&&this._updateCurrentElement()}popUntilTagNamePopped(e){for(;this.stackTop>-1;){let n=this.currentTagName,r=this.treeAdapter.getNamespaceURI(this.current);if(this.pop(),n===e&&r===o.HTML)break}}popUntilElementPopped(e){for(;this.stackTop>-1;){let n=this.current;if(this.pop(),n===e)break}}popUntilNumberedHeaderPopped(){for(;this.stackTop>-1;){let e=this.currentTagName,n=this.treeAdapter.getNamespaceURI(this.current);if(this.pop(),e===i.H1||e===i.H2||e===i.H3||e===i.H4||e===i.H5||e===i.H6&&n===o.HTML)break}}popUntilTableCellPopped(){for(;this.stackTop>-1;){let e=this.currentTagName,n=this.treeAdapter.getNamespaceURI(this.current);if(this.pop(),e===i.TD||e===i.TH&&n===o.HTML)break}}popAllUpToHtmlElement(){this.stackTop=0,this._updateCurrentElement()}clearBackToTableContext(){for(;this.currentTagName!==i.TABLE&&this.currentTagName!==i.TEMPLATE&&this.currentTagName!==i.HTML||this.treeAdapter.getNamespaceURI(this.current)!==o.HTML;)this.pop()}clearBackToTableBodyContext(){for(;this.currentTagName!==i.TBODY&&this.currentTagName!==i.TFOOT&&this.currentTagName!==i.THEAD&&this.currentTagName!==i.TEMPLATE&&this.currentTagName!==i.HTML||this.treeAdapter.getNamespaceURI(this.current)!==o.HTML;)this.pop()}clearBackToTableRowContext(){for(;this.currentTagName!==i.TR&&this.currentTagName!==i.TEMPLATE&&this.currentTagName!==i.HTML||this.treeAdapter.getNamespaceURI(this.current)!==o.HTML;)this.pop()}remove(e){for(let n=this.stackTop;n>=0;n--)if(this.items[n]===e){this.items.splice(n,1),this.stackTop--,this._updateCurrentElement();break}}tryPeekProperlyNestedBodyElement(){let e=this.items[1];return e&&this.treeAdapter.getTagName(e)===i.BODY?e:null}contains(e){return this._indexOf(e)>-1}getCommonAncestor(e){let n=this._indexOf(e);return--n>=0?this.items[n]:null}isRootHtmlElementCurrent(){return 0===this.stackTop&&this.currentTagName===i.HTML}hasInScope(e){for(let n=this.stackTop;n>=0;n--){let r=this.treeAdapter.getTagName(this.items[n]),a=this.treeAdapter.getNamespaceURI(this.items[n]);if(r===e&&a===o.HTML)break;if(u(r,a))return!1}return!0}hasNumberedHeaderInScope(){for(let e=this.stackTop;e>=0;e--){let n=this.treeAdapter.getTagName(this.items[e]),r=this.treeAdapter.getNamespaceURI(this.items[e]);if((n===i.H1||n===i.H2||n===i.H3||n===i.H4||n===i.H5||n===i.H6)&&r===o.HTML)break;if(u(n,r))return!1}return!0}hasInListItemScope(e){for(let n=this.stackTop;n>=0;n--){let r=this.treeAdapter.getTagName(this.items[n]),a=this.treeAdapter.getNamespaceURI(this.items[n]);if(r===e&&a===o.HTML)break;if((r===i.UL||r===i.OL)&&a===o.HTML||u(r,a))return!1}return!0}hasInButtonScope(e){for(let n=this.stackTop;n>=0;n--){let r=this.treeAdapter.getTagName(this.items[n]),a=this.treeAdapter.getNamespaceURI(this.items[n]);if(r===e&&a===o.HTML)break;if(r===i.BUTTON&&a===o.HTML||u(r,a))return!1}return!0}hasInTableScope(e){for(let n=this.stackTop;n>=0;n--){let r=this.treeAdapter.getTagName(this.items[n]),a=this.treeAdapter.getNamespaceURI(this.items[n]);if(a===o.HTML){if(r===e)break;if(r===i.TABLE||r===i.TEMPLATE||r===i.HTML)return!1}}return!0}hasTableBodyContextInTableScope(){for(let e=this.stackTop;e>=0;e--){let n=this.treeAdapter.getTagName(this.items[e]),r=this.treeAdapter.getNamespaceURI(this.items[e]);if(r===o.HTML){if(n===i.TBODY||n===i.THEAD||n===i.TFOOT)break;if(n===i.TABLE||n===i.HTML)return!1}}return!0}hasInSelectScope(e){for(let n=this.stackTop;n>=0;n--){let r=this.treeAdapter.getTagName(this.items[n]),a=this.treeAdapter.getNamespaceURI(this.items[n]);if(a===o.HTML){if(r===e)break;if(r!==i.OPTION&&r!==i.OPTGROUP)return!1}}return!0}generateImpliedEndTags(){for(;s(this.currentTagName);)this.pop()}generateImpliedEndTagsThoroughly(){for(;l(this.currentTagName);)this.pop()}generateImpliedEndTagsWithExclusion(e){for(;s(this.currentTagName)&&this.currentTagName!==e;)this.pop()}}},1672:function(e,n,r){"use strict";let a=r(47757),i=r(79740),o=r(30959),s=r(97700),l=i.CODE_POINTS,u=i.CODE_POINT_SEQUENCES,c={128:8364,130:8218,131:402,132:8222,133:8230,134:8224,135:8225,136:710,137:8240,138:352,139:8249,140:338,142:381,145:8216,146:8217,147:8220,148:8221,149:8226,150:8211,151:8212,152:732,153:8482,154:353,155:8250,156:339,158:382,159:376},p="DATA_STATE",m="RCDATA_STATE",d="RAWTEXT_STATE",h="SCRIPT_DATA_STATE",f="PLAINTEXT_STATE",g="TAG_OPEN_STATE",b="END_TAG_OPEN_STATE",k="TAG_NAME_STATE",y="RCDATA_LESS_THAN_SIGN_STATE",v="RCDATA_END_TAG_OPEN_STATE",E="RCDATA_END_TAG_NAME_STATE",T="RAWTEXT_LESS_THAN_SIGN_STATE",_="RAWTEXT_END_TAG_OPEN_STATE",x="RAWTEXT_END_TAG_NAME_STATE",w="SCRIPT_DATA_LESS_THAN_SIGN_STATE",A="SCRIPT_DATA_END_TAG_OPEN_STATE",j="SCRIPT_DATA_END_TAG_NAME_STATE",S="SCRIPT_DATA_ESCAPE_START_STATE",C="SCRIPT_DATA_ESCAPE_START_DASH_STATE",N="SCRIPT_DATA_ESCAPED_STATE",O="SCRIPT_DATA_ESCAPED_DASH_STATE",I="SCRIPT_DATA_ESCAPED_DASH_DASH_STATE",R="SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN_STATE",M="SCRIPT_DATA_ESCAPED_END_TAG_OPEN_STATE",L="SCRIPT_DATA_ESCAPED_END_TAG_NAME_STATE",P="SCRIPT_DATA_DOUBLE_ESCAPE_START_STATE",D="SCRIPT_DATA_DOUBLE_ESCAPED_STATE",z="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_STATE",F="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH_STATE",B="SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN_STATE",H="SCRIPT_DATA_DOUBLE_ESCAPE_END_STATE",U="BEFORE_ATTRIBUTE_NAME_STATE",G="ATTRIBUTE_NAME_STATE",$="AFTER_ATTRIBUTE_NAME_STATE",K="BEFORE_ATTRIBUTE_VALUE_STATE",V="ATTRIBUTE_VALUE_DOUBLE_QUOTED_STATE",q="ATTRIBUTE_VALUE_SINGLE_QUOTED_STATE",W="ATTRIBUTE_VALUE_UNQUOTED_STATE",Y="AFTER_ATTRIBUTE_VALUE_QUOTED_STATE",Q="SELF_CLOSING_START_TAG_STATE",Z="BOGUS_COMMENT_STATE",X="MARKUP_DECLARATION_OPEN_STATE",J="COMMENT_START_STATE",ee="COMMENT_START_DASH_STATE",et="COMMENT_STATE",en="COMMENT_LESS_THAN_SIGN_STATE",er="COMMENT_LESS_THAN_SIGN_BANG_STATE",ea="COMMENT_LESS_THAN_SIGN_BANG_DASH_STATE",ei="COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH_STATE",eo="COMMENT_END_DASH_STATE",es="COMMENT_END_STATE",el="COMMENT_END_BANG_STATE",eu="DOCTYPE_STATE",ec="BEFORE_DOCTYPE_NAME_STATE",ep="DOCTYPE_NAME_STATE",em="AFTER_DOCTYPE_NAME_STATE",ed="AFTER_DOCTYPE_PUBLIC_KEYWORD_STATE",eh="BEFORE_DOCTYPE_PUBLIC_IDENTIFIER_STATE",ef="DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED_STATE",eg="DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED_STATE",eb="AFTER_DOCTYPE_PUBLIC_IDENTIFIER_STATE",ek="BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS_STATE",ey="AFTER_DOCTYPE_SYSTEM_KEYWORD_STATE",ev="BEFORE_DOCTYPE_SYSTEM_IDENTIFIER_STATE",eE="DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED_STATE",eT="DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED_STATE",e_="AFTER_DOCTYPE_SYSTEM_IDENTIFIER_STATE",ex="BOGUS_DOCTYPE_STATE",ew="CDATA_SECTION_STATE",eA="CDATA_SECTION_BRACKET_STATE",ej="CDATA_SECTION_END_STATE",eS="CHARACTER_REFERENCE_STATE",eC="NAMED_CHARACTER_REFERENCE_STATE",eN="AMBIGUOS_AMPERSAND_STATE",eO="NUMERIC_CHARACTER_REFERENCE_STATE",eI="HEXADEMICAL_CHARACTER_REFERENCE_START_STATE",eR="DECIMAL_CHARACTER_REFERENCE_START_STATE",eM="HEXADEMICAL_CHARACTER_REFERENCE_STATE",eL="DECIMAL_CHARACTER_REFERENCE_STATE",eP="NUMERIC_CHARACTER_REFERENCE_END_STATE";function eD(e){return e===l.SPACE||e===l.LINE_FEED||e===l.TABULATION||e===l.FORM_FEED}function ez(e){return e>=l.DIGIT_0&&e<=l.DIGIT_9}function eF(e){return e>=l.LATIN_CAPITAL_A&&e<=l.LATIN_CAPITAL_Z}function eB(e){return e>=l.LATIN_SMALL_A&&e<=l.LATIN_SMALL_Z}function eH(e){return eB(e)||eF(e)}function eU(e){return eH(e)||ez(e)}function eG(e){return e>=l.LATIN_CAPITAL_A&&e<=l.LATIN_CAPITAL_F}function e$(e){return e>=l.LATIN_SMALL_A&&e<=l.LATIN_SMALL_F}function eK(e){return e+32}function eV(e){return e<=65535?String.fromCharCode(e):String.fromCharCode((e-=65536)>>>10&1023|55296)+String.fromCharCode(56320|1023&e)}function eq(e){return String.fromCharCode(eK(e))}function eW(e,n){let r=o[++e],a=++e,i=a+r-1;for(;a<=i;){let s=a+i>>>1,l=o[s];if(ln))return o[s+r];i=s-1}}return -1}class eY{constructor(){this.preprocessor=new a,this.tokenQueue=[],this.allowCDATA=!1,this.state=p,this.returnState="",this.charRefCode=-1,this.tempBuff=[],this.lastStartTagName="",this.consumedAfterSnapshot=-1,this.active=!1,this.currentCharacterToken=null,this.currentToken=null,this.currentAttr=null}_err(){}_errOnNextCodePoint(e){this._consume(),this._err(e),this._unconsume()}getNextToken(){for(;!this.tokenQueue.length&&this.active;){this.consumedAfterSnapshot=0;let e=this._consume();this._ensureHibernation()||this[this.state](e)}return this.tokenQueue.shift()}write(e,n){this.active=!0,this.preprocessor.write(e,n)}insertHtmlAtCurrentPos(e){this.active=!0,this.preprocessor.insertHtmlAtCurrentPos(e)}_ensureHibernation(){if(this.preprocessor.endOfChunkHit){for(;this.consumedAfterSnapshot>0;this.consumedAfterSnapshot--)this.preprocessor.retreat();return this.active=!1,this.tokenQueue.push({type:eY.HIBERNATION_TOKEN}),!0}return!1}_consume(){return this.consumedAfterSnapshot++,this.preprocessor.advance()}_unconsume(){this.consumedAfterSnapshot--,this.preprocessor.retreat()}_reconsumeInState(e){this.state=e,this._unconsume()}_consumeSequenceIfMatch(e,n,r){let a=0,i=!0,o=e.length,s=0,u=n,c;for(;s0&&(u=this._consume(),a++),u===l.EOF||u!==(c=e[s])&&(r||u!==eK(c))){i=!1;break}if(!i)for(;a--;)this._unconsume();return i}_isTempBufferEqualToScriptString(){if(this.tempBuff.length!==u.SCRIPT_STRING.length)return!1;for(let e=0;e0&&this._err(s.endTagWithAttributes),e.selfClosing&&this._err(s.endTagWithTrailingSolidus)),this.tokenQueue.push(e)}_emitCurrentCharacterToken(){this.currentCharacterToken&&(this.tokenQueue.push(this.currentCharacterToken),this.currentCharacterToken=null)}_emitEOFToken(){this._createEOFToken(),this._emitCurrentToken()}_appendCharToCurrentCharacterToken(e,n){this.currentCharacterToken&&this.currentCharacterToken.type!==e&&this._emitCurrentCharacterToken(),this.currentCharacterToken?this.currentCharacterToken.chars+=n:this._createCharacterToken(e,n)}_emitCodePoint(e){let n=eY.CHARACTER_TOKEN;eD(e)?n=eY.WHITESPACE_CHARACTER_TOKEN:e===l.NULL&&(n=eY.NULL_CHARACTER_TOKEN),this._appendCharToCurrentCharacterToken(n,eV(e))}_emitSeveralCodePoints(e){for(let n=0;n-1;){let i=o[a],s=i<7,u=s&&1&i;u&&(n=2&i?[o[++a],o[++a]]:[o[++a]],r=0);let c=this._consume();if(this.tempBuff.push(c),r++,c===l.EOF)break;a=s?4&i?eW(a,c):-1:c===i?++a:-1}for(;r--;)this.tempBuff.pop(),this._unconsume();return n}_isCharacterReferenceInAttribute(){return this.returnState===V||this.returnState===q||this.returnState===W}_isCharacterReferenceAttributeQuirk(e){if(!e&&this._isCharacterReferenceInAttribute()){let n=this._consume();return this._unconsume(),n===l.EQUALS_SIGN||eU(n)}return!1}_flushCodePointsConsumedAsCharacterReference(){if(this._isCharacterReferenceInAttribute())for(let e=0;e")):e===l.NULL?(this._err(s.unexpectedNullCharacter),this.state=N,this._emitChars(i.REPLACEMENT_CHARACTER)):e===l.EOF?(this._err(s.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):(this.state=N,this._emitCodePoint(e))}[R](e){e===l.SOLIDUS?(this.tempBuff=[],this.state=M):eH(e)?(this.tempBuff=[],this._emitChars("<"),this._reconsumeInState(P)):(this._emitChars("<"),this._reconsumeInState(N))}[M](e){eH(e)?(this._createEndTagToken(),this._reconsumeInState(L)):(this._emitChars("")):e===l.NULL?(this._err(s.unexpectedNullCharacter),this.state=D,this._emitChars(i.REPLACEMENT_CHARACTER)):e===l.EOF?(this._err(s.eofInScriptHtmlCommentLikeText),this._emitEOFToken()):(this.state=D,this._emitCodePoint(e))}[B](e){e===l.SOLIDUS?(this.tempBuff=[],this.state=H,this._emitChars("/")):this._reconsumeInState(D)}[H](e){eD(e)||e===l.SOLIDUS||e===l.GREATER_THAN_SIGN?(this.state=this._isTempBufferEqualToScriptString()?N:D,this._emitCodePoint(e)):eF(e)?(this.tempBuff.push(eK(e)),this._emitCodePoint(e)):eB(e)?(this.tempBuff.push(e),this._emitCodePoint(e)):this._reconsumeInState(D)}[U](e){!eD(e)&&(e===l.SOLIDUS||e===l.GREATER_THAN_SIGN||e===l.EOF?this._reconsumeInState($):e===l.EQUALS_SIGN?(this._err(s.unexpectedEqualsSignBeforeAttributeName),this._createAttr("="),this.state=G):(this._createAttr(""),this._reconsumeInState(G)))}[G](e){eD(e)||e===l.SOLIDUS||e===l.GREATER_THAN_SIGN||e===l.EOF?(this._leaveAttrName($),this._unconsume()):e===l.EQUALS_SIGN?this._leaveAttrName(K):eF(e)?this.currentAttr.name+=eq(e):e===l.QUOTATION_MARK||e===l.APOSTROPHE||e===l.LESS_THAN_SIGN?(this._err(s.unexpectedCharacterInAttributeName),this.currentAttr.name+=eV(e)):e===l.NULL?(this._err(s.unexpectedNullCharacter),this.currentAttr.name+=i.REPLACEMENT_CHARACTER):this.currentAttr.name+=eV(e)}[$](e){!eD(e)&&(e===l.SOLIDUS?this.state=Q:e===l.EQUALS_SIGN?this.state=K:e===l.GREATER_THAN_SIGN?(this.state=p,this._emitCurrentToken()):e===l.EOF?(this._err(s.eofInTag),this._emitEOFToken()):(this._createAttr(""),this._reconsumeInState(G)))}[K](e){!eD(e)&&(e===l.QUOTATION_MARK?this.state=V:e===l.APOSTROPHE?this.state=q:e===l.GREATER_THAN_SIGN?(this._err(s.missingAttributeValue),this.state=p,this._emitCurrentToken()):this._reconsumeInState(W))}[V](e){e===l.QUOTATION_MARK?this.state=Y:e===l.AMPERSAND?(this.returnState=V,this.state=eS):e===l.NULL?(this._err(s.unexpectedNullCharacter),this.currentAttr.value+=i.REPLACEMENT_CHARACTER):e===l.EOF?(this._err(s.eofInTag),this._emitEOFToken()):this.currentAttr.value+=eV(e)}[q](e){e===l.APOSTROPHE?this.state=Y:e===l.AMPERSAND?(this.returnState=q,this.state=eS):e===l.NULL?(this._err(s.unexpectedNullCharacter),this.currentAttr.value+=i.REPLACEMENT_CHARACTER):e===l.EOF?(this._err(s.eofInTag),this._emitEOFToken()):this.currentAttr.value+=eV(e)}[W](e){eD(e)?this._leaveAttrValue(U):e===l.AMPERSAND?(this.returnState=W,this.state=eS):e===l.GREATER_THAN_SIGN?(this._leaveAttrValue(p),this._emitCurrentToken()):e===l.NULL?(this._err(s.unexpectedNullCharacter),this.currentAttr.value+=i.REPLACEMENT_CHARACTER):e===l.QUOTATION_MARK||e===l.APOSTROPHE||e===l.LESS_THAN_SIGN||e===l.EQUALS_SIGN||e===l.GRAVE_ACCENT?(this._err(s.unexpectedCharacterInUnquotedAttributeValue),this.currentAttr.value+=eV(e)):e===l.EOF?(this._err(s.eofInTag),this._emitEOFToken()):this.currentAttr.value+=eV(e)}[Y](e){eD(e)?this._leaveAttrValue(U):e===l.SOLIDUS?this._leaveAttrValue(Q):e===l.GREATER_THAN_SIGN?(this._leaveAttrValue(p),this._emitCurrentToken()):e===l.EOF?(this._err(s.eofInTag),this._emitEOFToken()):(this._err(s.missingWhitespaceBetweenAttributes),this._reconsumeInState(U))}[Q](e){e===l.GREATER_THAN_SIGN?(this.currentToken.selfClosing=!0,this.state=p,this._emitCurrentToken()):e===l.EOF?(this._err(s.eofInTag),this._emitEOFToken()):(this._err(s.unexpectedSolidusInTag),this._reconsumeInState(U))}[Z](e){e===l.GREATER_THAN_SIGN?(this.state=p,this._emitCurrentToken()):e===l.EOF?(this._emitCurrentToken(),this._emitEOFToken()):e===l.NULL?(this._err(s.unexpectedNullCharacter),this.currentToken.data+=i.REPLACEMENT_CHARACTER):this.currentToken.data+=eV(e)}[X](e){this._consumeSequenceIfMatch(u.DASH_DASH_STRING,e,!0)?(this._createCommentToken(),this.state=J):this._consumeSequenceIfMatch(u.DOCTYPE_STRING,e,!1)?this.state=eu:this._consumeSequenceIfMatch(u.CDATA_START_STRING,e,!0)?this.allowCDATA?this.state=ew:(this._err(s.cdataInHtmlContent),this._createCommentToken(),this.currentToken.data="[CDATA[",this.state=Z):this._ensureHibernation()||(this._err(s.incorrectlyOpenedComment),this._createCommentToken(),this._reconsumeInState(Z))}[J](e){e===l.HYPHEN_MINUS?this.state=ee:e===l.GREATER_THAN_SIGN?(this._err(s.abruptClosingOfEmptyComment),this.state=p,this._emitCurrentToken()):this._reconsumeInState(et)}[ee](e){e===l.HYPHEN_MINUS?this.state=es:e===l.GREATER_THAN_SIGN?(this._err(s.abruptClosingOfEmptyComment),this.state=p,this._emitCurrentToken()):e===l.EOF?(this._err(s.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+="-",this._reconsumeInState(et))}[et](e){e===l.HYPHEN_MINUS?this.state=eo:e===l.LESS_THAN_SIGN?(this.currentToken.data+="<",this.state=en):e===l.NULL?(this._err(s.unexpectedNullCharacter),this.currentToken.data+=i.REPLACEMENT_CHARACTER):e===l.EOF?(this._err(s.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.data+=eV(e)}[en](e){e===l.EXCLAMATION_MARK?(this.currentToken.data+="!",this.state=er):e===l.LESS_THAN_SIGN?this.currentToken.data+="!":this._reconsumeInState(et)}[er](e){e===l.HYPHEN_MINUS?this.state=ea:this._reconsumeInState(et)}[ea](e){e===l.HYPHEN_MINUS?this.state=ei:this._reconsumeInState(eo)}[ei](e){e!==l.GREATER_THAN_SIGN&&e!==l.EOF&&this._err(s.nestedComment),this._reconsumeInState(es)}[eo](e){e===l.HYPHEN_MINUS?this.state=es:e===l.EOF?(this._err(s.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+="-",this._reconsumeInState(et))}[es](e){e===l.GREATER_THAN_SIGN?(this.state=p,this._emitCurrentToken()):e===l.EXCLAMATION_MARK?this.state=el:e===l.HYPHEN_MINUS?this.currentToken.data+="-":e===l.EOF?(this._err(s.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+="--",this._reconsumeInState(et))}[el](e){e===l.HYPHEN_MINUS?(this.currentToken.data+="--!",this.state=eo):e===l.GREATER_THAN_SIGN?(this._err(s.incorrectlyClosedComment),this.state=p,this._emitCurrentToken()):e===l.EOF?(this._err(s.eofInComment),this._emitCurrentToken(),this._emitEOFToken()):(this.currentToken.data+="--!",this._reconsumeInState(et))}[eu](e){eD(e)?this.state=ec:e===l.GREATER_THAN_SIGN?this._reconsumeInState(ec):e===l.EOF?(this._err(s.eofInDoctype),this._createDoctypeToken(null),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(s.missingWhitespaceBeforeDoctypeName),this._reconsumeInState(ec))}[ec](e){!eD(e)&&(eF(e)?(this._createDoctypeToken(eq(e)),this.state=ep):e===l.NULL?(this._err(s.unexpectedNullCharacter),this._createDoctypeToken(i.REPLACEMENT_CHARACTER),this.state=ep):e===l.GREATER_THAN_SIGN?(this._err(s.missingDoctypeName),this._createDoctypeToken(null),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=p):e===l.EOF?(this._err(s.eofInDoctype),this._createDoctypeToken(null),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._createDoctypeToken(eV(e)),this.state=ep))}[ep](e){eD(e)?this.state=em:e===l.GREATER_THAN_SIGN?(this.state=p,this._emitCurrentToken()):eF(e)?this.currentToken.name+=eq(e):e===l.NULL?(this._err(s.unexpectedNullCharacter),this.currentToken.name+=i.REPLACEMENT_CHARACTER):e===l.EOF?(this._err(s.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.name+=eV(e)}[em](e){!eD(e)&&(e===l.GREATER_THAN_SIGN?(this.state=p,this._emitCurrentToken()):e===l.EOF?(this._err(s.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this._consumeSequenceIfMatch(u.PUBLIC_STRING,e,!1)?this.state=ed:this._consumeSequenceIfMatch(u.SYSTEM_STRING,e,!1)?this.state=ey:this._ensureHibernation()||(this._err(s.invalidCharacterSequenceAfterDoctypeName),this.currentToken.forceQuirks=!0,this._reconsumeInState(ex)))}[ed](e){eD(e)?this.state=eh:e===l.QUOTATION_MARK?(this._err(s.missingWhitespaceAfterDoctypePublicKeyword),this.currentToken.publicId="",this.state=ef):e===l.APOSTROPHE?(this._err(s.missingWhitespaceAfterDoctypePublicKeyword),this.currentToken.publicId="",this.state=eg):e===l.GREATER_THAN_SIGN?(this._err(s.missingDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this.state=p,this._emitCurrentToken()):e===l.EOF?(this._err(s.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(s.missingQuoteBeforeDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(ex))}[eh](e){!eD(e)&&(e===l.QUOTATION_MARK?(this.currentToken.publicId="",this.state=ef):e===l.APOSTROPHE?(this.currentToken.publicId="",this.state=eg):e===l.GREATER_THAN_SIGN?(this._err(s.missingDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this.state=p,this._emitCurrentToken()):e===l.EOF?(this._err(s.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(s.missingQuoteBeforeDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(ex)))}[ef](e){e===l.QUOTATION_MARK?this.state=eb:e===l.NULL?(this._err(s.unexpectedNullCharacter),this.currentToken.publicId+=i.REPLACEMENT_CHARACTER):e===l.GREATER_THAN_SIGN?(this._err(s.abruptDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=p):e===l.EOF?(this._err(s.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.publicId+=eV(e)}[eg](e){e===l.APOSTROPHE?this.state=eb:e===l.NULL?(this._err(s.unexpectedNullCharacter),this.currentToken.publicId+=i.REPLACEMENT_CHARACTER):e===l.GREATER_THAN_SIGN?(this._err(s.abruptDoctypePublicIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=p):e===l.EOF?(this._err(s.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.publicId+=eV(e)}[eb](e){eD(e)?this.state=ek:e===l.GREATER_THAN_SIGN?(this.state=p,this._emitCurrentToken()):e===l.QUOTATION_MARK?(this._err(s.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),this.currentToken.systemId="",this.state=eE):e===l.APOSTROPHE?(this._err(s.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),this.currentToken.systemId="",this.state=eT):e===l.EOF?(this._err(s.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(s.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(ex))}[ek](e){!eD(e)&&(e===l.GREATER_THAN_SIGN?(this._emitCurrentToken(),this.state=p):e===l.QUOTATION_MARK?(this.currentToken.systemId="",this.state=eE):e===l.APOSTROPHE?(this.currentToken.systemId="",this.state=eT):e===l.EOF?(this._err(s.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(s.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(ex)))}[ey](e){eD(e)?this.state=ev:e===l.QUOTATION_MARK?(this._err(s.missingWhitespaceAfterDoctypeSystemKeyword),this.currentToken.systemId="",this.state=eE):e===l.APOSTROPHE?(this._err(s.missingWhitespaceAfterDoctypeSystemKeyword),this.currentToken.systemId="",this.state=eT):e===l.GREATER_THAN_SIGN?(this._err(s.missingDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this.state=p,this._emitCurrentToken()):e===l.EOF?(this._err(s.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(s.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(ex))}[ev](e){!eD(e)&&(e===l.QUOTATION_MARK?(this.currentToken.systemId="",this.state=eE):e===l.APOSTROPHE?(this.currentToken.systemId="",this.state=eT):e===l.GREATER_THAN_SIGN?(this._err(s.missingDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this.state=p,this._emitCurrentToken()):e===l.EOF?(this._err(s.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(s.missingQuoteBeforeDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._reconsumeInState(ex)))}[eE](e){e===l.QUOTATION_MARK?this.state=e_:e===l.NULL?(this._err(s.unexpectedNullCharacter),this.currentToken.systemId+=i.REPLACEMENT_CHARACTER):e===l.GREATER_THAN_SIGN?(this._err(s.abruptDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=p):e===l.EOF?(this._err(s.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.systemId+=eV(e)}[eT](e){e===l.APOSTROPHE?this.state=e_:e===l.NULL?(this._err(s.unexpectedNullCharacter),this.currentToken.systemId+=i.REPLACEMENT_CHARACTER):e===l.GREATER_THAN_SIGN?(this._err(s.abruptDoctypeSystemIdentifier),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this.state=p):e===l.EOF?(this._err(s.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):this.currentToken.systemId+=eV(e)}[e_](e){!eD(e)&&(e===l.GREATER_THAN_SIGN?(this._emitCurrentToken(),this.state=p):e===l.EOF?(this._err(s.eofInDoctype),this.currentToken.forceQuirks=!0,this._emitCurrentToken(),this._emitEOFToken()):(this._err(s.unexpectedCharacterAfterDoctypeSystemIdentifier),this._reconsumeInState(ex)))}[ex](e){e===l.GREATER_THAN_SIGN?(this._emitCurrentToken(),this.state=p):e===l.NULL?this._err(s.unexpectedNullCharacter):e===l.EOF&&(this._emitCurrentToken(),this._emitEOFToken())}[ew](e){e===l.RIGHT_SQUARE_BRACKET?this.state=eA:e===l.EOF?(this._err(s.eofInCdata),this._emitEOFToken()):this._emitCodePoint(e)}[eA](e){e===l.RIGHT_SQUARE_BRACKET?this.state=ej:(this._emitChars("]"),this._reconsumeInState(ew))}[ej](e){e===l.GREATER_THAN_SIGN?this.state=p:e===l.RIGHT_SQUARE_BRACKET?this._emitChars("]"):(this._emitChars("]]"),this._reconsumeInState(ew))}[eS](e){this.tempBuff=[l.AMPERSAND],e===l.NUMBER_SIGN?(this.tempBuff.push(e),this.state=eO):eU(e)?this._reconsumeInState(eC):(this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState))}[eC](e){let n=this._matchNamedCharacterReference(e);if(this._ensureHibernation())this.tempBuff=[l.AMPERSAND];else if(n){let r=this.tempBuff[this.tempBuff.length-1]===l.SEMICOLON;this._isCharacterReferenceAttributeQuirk(r)||(r||this._errOnNextCodePoint(s.missingSemicolonAfterCharacterReference),this.tempBuff=n),this._flushCodePointsConsumedAsCharacterReference(),this.state=this.returnState}else this._flushCodePointsConsumedAsCharacterReference(),this.state=eN}[eN](e){eU(e)?this._isCharacterReferenceInAttribute()?this.currentAttr.value+=eV(e):this._emitCodePoint(e):(e===l.SEMICOLON&&this._err(s.unknownNamedCharacterReference),this._reconsumeInState(this.returnState))}[eO](e){this.charRefCode=0,e===l.LATIN_SMALL_X||e===l.LATIN_CAPITAL_X?(this.tempBuff.push(e),this.state=eI):this._reconsumeInState(eR)}[eI](e){var n;ez(e)||eG(e)||e$(e)?this._reconsumeInState(eM):(this._err(s.absenceOfDigitsInNumericCharacterReference),this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState))}[eR](e){ez(e)?this._reconsumeInState(eL):(this._err(s.absenceOfDigitsInNumericCharacterReference),this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState))}[eM](e){eG(e)?this.charRefCode=16*this.charRefCode+e-55:e$(e)?this.charRefCode=16*this.charRefCode+e-87:ez(e)?this.charRefCode=16*this.charRefCode+e-48:e===l.SEMICOLON?this.state=eP:(this._err(s.missingSemicolonAfterCharacterReference),this._reconsumeInState(eP))}[eL](e){ez(e)?this.charRefCode=10*this.charRefCode+e-48:e===l.SEMICOLON?this.state=eP:(this._err(s.missingSemicolonAfterCharacterReference),this._reconsumeInState(eP))}[eP](){if(this.charRefCode===l.NULL)this._err(s.nullCharacterReference),this.charRefCode=l.REPLACEMENT_CHARACTER;else if(this.charRefCode>1114111)this._err(s.characterReferenceOutsideUnicodeRange),this.charRefCode=l.REPLACEMENT_CHARACTER;else if(i.isSurrogate(this.charRefCode))this._err(s.surrogateCharacterReference),this.charRefCode=l.REPLACEMENT_CHARACTER;else if(i.isUndefinedCodePoint(this.charRefCode))this._err(s.noncharacterCharacterReference);else if(i.isControlCodePoint(this.charRefCode)||this.charRefCode===l.CARRIAGE_RETURN){this._err(s.controlCharacterReference);let e=c[this.charRefCode];e&&(this.charRefCode=e)}this.tempBuff=[this.charRefCode],this._flushCodePointsConsumedAsCharacterReference(),this._reconsumeInState(this.returnState)}}eY.CHARACTER_TOKEN="CHARACTER_TOKEN",eY.NULL_CHARACTER_TOKEN="NULL_CHARACTER_TOKEN",eY.WHITESPACE_CHARACTER_TOKEN="WHITESPACE_CHARACTER_TOKEN",eY.START_TAG_TOKEN="START_TAG_TOKEN",eY.END_TAG_TOKEN="END_TAG_TOKEN",eY.COMMENT_TOKEN="COMMENT_TOKEN",eY.DOCTYPE_TOKEN="DOCTYPE_TOKEN",eY.EOF_TOKEN="EOF_TOKEN",eY.HIBERNATION_TOKEN="HIBERNATION_TOKEN",eY.MODE={DATA:p,RCDATA:m,RAWTEXT:d,SCRIPT_DATA:h,PLAINTEXT:f},eY.getTokenAttr=function(e,n){for(let r=e.attrs.length-1;r>=0;r--)if(e.attrs[r].name===n)return e.attrs[r].value;return null},e.exports=eY},30959:function(e){"use strict";e.exports=new Uint16Array([4,52,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,106,303,412,810,1432,1701,1796,1987,2114,2360,2420,2484,3170,3251,4140,4393,4575,4610,5106,5512,5728,6117,6274,6315,6345,6427,6516,7002,7910,8733,9323,9870,10170,10631,10893,11318,11386,11467,12773,13092,14474,14922,15448,15542,16419,17666,18166,18611,19004,19095,19298,19397,4,16,69,77,97,98,99,102,103,108,109,110,111,112,114,115,116,117,140,150,158,169,176,194,199,210,216,222,226,242,256,266,283,294,108,105,103,5,198,1,59,148,1,198,80,5,38,1,59,156,1,38,99,117,116,101,5,193,1,59,167,1,193,114,101,118,101,59,1,258,4,2,105,121,182,191,114,99,5,194,1,59,189,1,194,59,1,1040,114,59,3,55349,56580,114,97,118,101,5,192,1,59,208,1,192,112,104,97,59,1,913,97,99,114,59,1,256,100,59,1,10835,4,2,103,112,232,237,111,110,59,1,260,102,59,3,55349,56632,112,108,121,70,117,110,99,116,105,111,110,59,1,8289,105,110,103,5,197,1,59,264,1,197,4,2,99,115,272,277,114,59,3,55349,56476,105,103,110,59,1,8788,105,108,100,101,5,195,1,59,292,1,195,109,108,5,196,1,59,301,1,196,4,8,97,99,101,102,111,114,115,117,321,350,354,383,388,394,400,405,4,2,99,114,327,336,107,115,108,97,115,104,59,1,8726,4,2,118,119,342,345,59,1,10983,101,100,59,1,8966,121,59,1,1041,4,3,99,114,116,362,369,379,97,117,115,101,59,1,8757,110,111,117,108,108,105,115,59,1,8492,97,59,1,914,114,59,3,55349,56581,112,102,59,3,55349,56633,101,118,101,59,1,728,99,114,59,1,8492,109,112,101,113,59,1,8782,4,14,72,79,97,99,100,101,102,104,105,108,111,114,115,117,442,447,456,504,542,547,569,573,577,616,678,784,790,796,99,121,59,1,1063,80,89,5,169,1,59,454,1,169,4,3,99,112,121,464,470,497,117,116,101,59,1,262,4,2,59,105,476,478,1,8914,116,97,108,68,105,102,102,101,114,101,110,116,105,97,108,68,59,1,8517,108,101,121,115,59,1,8493,4,4,97,101,105,111,514,520,530,535,114,111,110,59,1,268,100,105,108,5,199,1,59,528,1,199,114,99,59,1,264,110,105,110,116,59,1,8752,111,116,59,1,266,4,2,100,110,553,560,105,108,108,97,59,1,184,116,101,114,68,111,116,59,1,183,114,59,1,8493,105,59,1,935,114,99,108,101,4,4,68,77,80,84,591,596,603,609,111,116,59,1,8857,105,110,117,115,59,1,8854,108,117,115,59,1,8853,105,109,101,115,59,1,8855,111,4,2,99,115,623,646,107,119,105,115,101,67,111,110,116,111,117,114,73,110,116,101,103,114,97,108,59,1,8754,101,67,117,114,108,121,4,2,68,81,658,671,111,117,98,108,101,81,117,111,116,101,59,1,8221,117,111,116,101,59,1,8217,4,4,108,110,112,117,688,701,736,753,111,110,4,2,59,101,696,698,1,8759,59,1,10868,4,3,103,105,116,709,717,722,114,117,101,110,116,59,1,8801,110,116,59,1,8751,111,117,114,73,110,116,101,103,114,97,108,59,1,8750,4,2,102,114,742,745,59,1,8450,111,100,117,99,116,59,1,8720,110,116,101,114,67,108,111,99,107,119,105,115,101,67,111,110,116,111,117,114,73,110,116,101,103,114,97,108,59,1,8755,111,115,115,59,1,10799,99,114,59,3,55349,56478,112,4,2,59,67,803,805,1,8915,97,112,59,1,8781,4,11,68,74,83,90,97,99,101,102,105,111,115,834,850,855,860,865,888,903,916,921,1011,1415,4,2,59,111,840,842,1,8517,116,114,97,104,100,59,1,10513,99,121,59,1,1026,99,121,59,1,1029,99,121,59,1,1039,4,3,103,114,115,873,879,883,103,101,114,59,1,8225,114,59,1,8609,104,118,59,1,10980,4,2,97,121,894,900,114,111,110,59,1,270,59,1,1044,108,4,2,59,116,910,912,1,8711,97,59,1,916,114,59,3,55349,56583,4,2,97,102,927,998,4,2,99,109,933,992,114,105,116,105,99,97,108,4,4,65,68,71,84,950,957,978,985,99,117,116,101,59,1,180,111,4,2,116,117,964,967,59,1,729,98,108,101,65,99,117,116,101,59,1,733,114,97,118,101,59,1,96,105,108,100,101,59,1,732,111,110,100,59,1,8900,102,101,114,101,110,116,105,97,108,68,59,1,8518,4,4,112,116,117,119,1021,1026,1048,1249,102,59,3,55349,56635,4,3,59,68,69,1034,1036,1041,1,168,111,116,59,1,8412,113,117,97,108,59,1,8784,98,108,101,4,6,67,68,76,82,85,86,1065,1082,1101,1189,1211,1236,111,110,116,111,117,114,73,110,116,101,103,114,97,108,59,1,8751,111,4,2,116,119,1089,1092,59,1,168,110,65,114,114,111,119,59,1,8659,4,2,101,111,1107,1141,102,116,4,3,65,82,84,1117,1124,1136,114,114,111,119,59,1,8656,105,103,104,116,65,114,114,111,119,59,1,8660,101,101,59,1,10980,110,103,4,2,76,82,1149,1177,101,102,116,4,2,65,82,1158,1165,114,114,111,119,59,1,10232,105,103,104,116,65,114,114,111,119,59,1,10234,105,103,104,116,65,114,114,111,119,59,1,10233,105,103,104,116,4,2,65,84,1199,1206,114,114,111,119,59,1,8658,101,101,59,1,8872,112,4,2,65,68,1218,1225,114,114,111,119,59,1,8657,111,119,110,65,114,114,111,119,59,1,8661,101,114,116,105,99,97,108,66,97,114,59,1,8741,110,4,6,65,66,76,82,84,97,1264,1292,1299,1352,1391,1408,114,114,111,119,4,3,59,66,85,1276,1278,1283,1,8595,97,114,59,1,10515,112,65,114,114,111,119,59,1,8693,114,101,118,101,59,1,785,101,102,116,4,3,82,84,86,1310,1323,1334,105,103,104,116,86,101,99,116,111,114,59,1,10576,101,101,86,101,99,116,111,114,59,1,10590,101,99,116,111,114,4,2,59,66,1345,1347,1,8637,97,114,59,1,10582,105,103,104,116,4,2,84,86,1362,1373,101,101,86,101,99,116,111,114,59,1,10591,101,99,116,111,114,4,2,59,66,1384,1386,1,8641,97,114,59,1,10583,101,101,4,2,59,65,1399,1401,1,8868,114,114,111,119,59,1,8615,114,114,111,119,59,1,8659,4,2,99,116,1421,1426,114,59,3,55349,56479,114,111,107,59,1,272,4,16,78,84,97,99,100,102,103,108,109,111,112,113,115,116,117,120,1466,1470,1478,1489,1515,1520,1525,1536,1544,1593,1609,1617,1650,1664,1668,1677,71,59,1,330,72,5,208,1,59,1476,1,208,99,117,116,101,5,201,1,59,1487,1,201,4,3,97,105,121,1497,1503,1512,114,111,110,59,1,282,114,99,5,202,1,59,1510,1,202,59,1,1069,111,116,59,1,278,114,59,3,55349,56584,114,97,118,101,5,200,1,59,1534,1,200,101,109,101,110,116,59,1,8712,4,2,97,112,1550,1555,99,114,59,1,274,116,121,4,2,83,86,1563,1576,109,97,108,108,83,113,117,97,114,101,59,1,9723,101,114,121,83,109,97,108,108,83,113,117,97,114,101,59,1,9643,4,2,103,112,1599,1604,111,110,59,1,280,102,59,3,55349,56636,115,105,108,111,110,59,1,917,117,4,2,97,105,1624,1640,108,4,2,59,84,1631,1633,1,10869,105,108,100,101,59,1,8770,108,105,98,114,105,117,109,59,1,8652,4,2,99,105,1656,1660,114,59,1,8496,109,59,1,10867,97,59,1,919,109,108,5,203,1,59,1675,1,203,4,2,105,112,1683,1689,115,116,115,59,1,8707,111,110,101,110,116,105,97,108,69,59,1,8519,4,5,99,102,105,111,115,1713,1717,1722,1762,1791,121,59,1,1060,114,59,3,55349,56585,108,108,101,100,4,2,83,86,1732,1745,109,97,108,108,83,113,117,97,114,101,59,1,9724,101,114,121,83,109,97,108,108,83,113,117,97,114,101,59,1,9642,4,3,112,114,117,1770,1775,1781,102,59,3,55349,56637,65,108,108,59,1,8704,114,105,101,114,116,114,102,59,1,8497,99,114,59,1,8497,4,12,74,84,97,98,99,100,102,103,111,114,115,116,1822,1827,1834,1848,1855,1877,1882,1887,1890,1896,1978,1984,99,121,59,1,1027,5,62,1,59,1832,1,62,109,109,97,4,2,59,100,1843,1845,1,915,59,1,988,114,101,118,101,59,1,286,4,3,101,105,121,1863,1869,1874,100,105,108,59,1,290,114,99,59,1,284,59,1,1043,111,116,59,1,288,114,59,3,55349,56586,59,1,8921,112,102,59,3,55349,56638,101,97,116,101,114,4,6,69,70,71,76,83,84,1915,1933,1944,1953,1959,1971,113,117,97,108,4,2,59,76,1925,1927,1,8805,101,115,115,59,1,8923,117,108,108,69,113,117,97,108,59,1,8807,114,101,97,116,101,114,59,1,10914,101,115,115,59,1,8823,108,97,110,116,69,113,117,97,108,59,1,10878,105,108,100,101,59,1,8819,99,114,59,3,55349,56482,59,1,8811,4,8,65,97,99,102,105,111,115,117,2005,2012,2026,2032,2036,2049,2073,2089,82,68,99,121,59,1,1066,4,2,99,116,2018,2023,101,107,59,1,711,59,1,94,105,114,99,59,1,292,114,59,1,8460,108,98,101,114,116,83,112,97,99,101,59,1,8459,4,2,112,114,2055,2059,102,59,1,8461,105,122,111,110,116,97,108,76,105,110,101,59,1,9472,4,2,99,116,2079,2083,114,59,1,8459,114,111,107,59,1,294,109,112,4,2,68,69,2097,2107,111,119,110,72,117,109,112,59,1,8782,113,117,97,108,59,1,8783,4,14,69,74,79,97,99,100,102,103,109,110,111,115,116,117,2144,2149,2155,2160,2171,2189,2194,2198,2209,2245,2307,2329,2334,2341,99,121,59,1,1045,108,105,103,59,1,306,99,121,59,1,1025,99,117,116,101,5,205,1,59,2169,1,205,4,2,105,121,2177,2186,114,99,5,206,1,59,2184,1,206,59,1,1048,111,116,59,1,304,114,59,1,8465,114,97,118,101,5,204,1,59,2207,1,204,4,3,59,97,112,2217,2219,2238,1,8465,4,2,99,103,2225,2229,114,59,1,298,105,110,97,114,121,73,59,1,8520,108,105,101,115,59,1,8658,4,2,116,118,2251,2281,4,2,59,101,2257,2259,1,8748,4,2,103,114,2265,2271,114,97,108,59,1,8747,115,101,99,116,105,111,110,59,1,8898,105,115,105,98,108,101,4,2,67,84,2293,2300,111,109,109,97,59,1,8291,105,109,101,115,59,1,8290,4,3,103,112,116,2315,2320,2325,111,110,59,1,302,102,59,3,55349,56640,97,59,1,921,99,114,59,1,8464,105,108,100,101,59,1,296,4,2,107,109,2347,2352,99,121,59,1,1030,108,5,207,1,59,2358,1,207,4,5,99,102,111,115,117,2372,2386,2391,2397,2414,4,2,105,121,2378,2383,114,99,59,1,308,59,1,1049,114,59,3,55349,56589,112,102,59,3,55349,56641,4,2,99,101,2403,2408,114,59,3,55349,56485,114,99,121,59,1,1032,107,99,121,59,1,1028,4,7,72,74,97,99,102,111,115,2436,2441,2446,2452,2467,2472,2478,99,121,59,1,1061,99,121,59,1,1036,112,112,97,59,1,922,4,2,101,121,2458,2464,100,105,108,59,1,310,59,1,1050,114,59,3,55349,56590,112,102,59,3,55349,56642,99,114,59,3,55349,56486,4,11,74,84,97,99,101,102,108,109,111,115,116,2508,2513,2520,2562,2585,2981,2986,3004,3011,3146,3167,99,121,59,1,1033,5,60,1,59,2518,1,60,4,5,99,109,110,112,114,2532,2538,2544,2548,2558,117,116,101,59,1,313,98,100,97,59,1,923,103,59,1,10218,108,97,99,101,116,114,102,59,1,8466,114,59,1,8606,4,3,97,101,121,2570,2576,2582,114,111,110,59,1,317,100,105,108,59,1,315,59,1,1051,4,2,102,115,2591,2907,116,4,10,65,67,68,70,82,84,85,86,97,114,2614,2663,2672,2728,2735,2760,2820,2870,2888,2895,4,2,110,114,2620,2633,103,108,101,66,114,97,99,107,101,116,59,1,10216,114,111,119,4,3,59,66,82,2644,2646,2651,1,8592,97,114,59,1,8676,105,103,104,116,65,114,114,111,119,59,1,8646,101,105,108,105,110,103,59,1,8968,111,4,2,117,119,2679,2692,98,108,101,66,114,97,99,107,101,116,59,1,10214,110,4,2,84,86,2699,2710,101,101,86,101,99,116,111,114,59,1,10593,101,99,116,111,114,4,2,59,66,2721,2723,1,8643,97,114,59,1,10585,108,111,111,114,59,1,8970,105,103,104,116,4,2,65,86,2745,2752,114,114,111,119,59,1,8596,101,99,116,111,114,59,1,10574,4,2,101,114,2766,2792,101,4,3,59,65,86,2775,2777,2784,1,8867,114,114,111,119,59,1,8612,101,99,116,111,114,59,1,10586,105,97,110,103,108,101,4,3,59,66,69,2806,2808,2813,1,8882,97,114,59,1,10703,113,117,97,108,59,1,8884,112,4,3,68,84,86,2829,2841,2852,111,119,110,86,101,99,116,111,114,59,1,10577,101,101,86,101,99,116,111,114,59,1,10592,101,99,116,111,114,4,2,59,66,2863,2865,1,8639,97,114,59,1,10584,101,99,116,111,114,4,2,59,66,2881,2883,1,8636,97,114,59,1,10578,114,114,111,119,59,1,8656,105,103,104,116,97,114,114,111,119,59,1,8660,115,4,6,69,70,71,76,83,84,2922,2936,2947,2956,2962,2974,113,117,97,108,71,114,101,97,116,101,114,59,1,8922,117,108,108,69,113,117,97,108,59,1,8806,114,101,97,116,101,114,59,1,8822,101,115,115,59,1,10913,108,97,110,116,69,113,117,97,108,59,1,10877,105,108,100,101,59,1,8818,114,59,3,55349,56591,4,2,59,101,2992,2994,1,8920,102,116,97,114,114,111,119,59,1,8666,105,100,111,116,59,1,319,4,3,110,112,119,3019,3110,3115,103,4,4,76,82,108,114,3030,3058,3070,3098,101,102,116,4,2,65,82,3039,3046,114,114,111,119,59,1,10229,105,103,104,116,65,114,114,111,119,59,1,10231,105,103,104,116,65,114,114,111,119,59,1,10230,101,102,116,4,2,97,114,3079,3086,114,114,111,119,59,1,10232,105,103,104,116,97,114,114,111,119,59,1,10234,105,103,104,116,97,114,114,111,119,59,1,10233,102,59,3,55349,56643,101,114,4,2,76,82,3123,3134,101,102,116,65,114,114,111,119,59,1,8601,105,103,104,116,65,114,114,111,119,59,1,8600,4,3,99,104,116,3154,3158,3161,114,59,1,8466,59,1,8624,114,111,107,59,1,321,59,1,8810,4,8,97,99,101,102,105,111,115,117,3188,3192,3196,3222,3227,3237,3243,3248,112,59,1,10501,121,59,1,1052,4,2,100,108,3202,3213,105,117,109,83,112,97,99,101,59,1,8287,108,105,110,116,114,102,59,1,8499,114,59,3,55349,56592,110,117,115,80,108,117,115,59,1,8723,112,102,59,3,55349,56644,99,114,59,1,8499,59,1,924,4,9,74,97,99,101,102,111,115,116,117,3271,3276,3283,3306,3422,3427,4120,4126,4137,99,121,59,1,1034,99,117,116,101,59,1,323,4,3,97,101,121,3291,3297,3303,114,111,110,59,1,327,100,105,108,59,1,325,59,1,1053,4,3,103,115,119,3314,3380,3415,97,116,105,118,101,4,3,77,84,86,3327,3340,3365,101,100,105,117,109,83,112,97,99,101,59,1,8203,104,105,4,2,99,110,3348,3357,107,83,112,97,99,101,59,1,8203,83,112,97,99,101,59,1,8203,101,114,121,84,104,105,110,83,112,97,99,101,59,1,8203,116,101,100,4,2,71,76,3389,3405,114,101,97,116,101,114,71,114,101,97,116,101,114,59,1,8811,101,115,115,76,101,115,115,59,1,8810,76,105,110,101,59,1,10,114,59,3,55349,56593,4,4,66,110,112,116,3437,3444,3460,3464,114,101,97,107,59,1,8288,66,114,101,97,107,105,110,103,83,112,97,99,101,59,1,160,102,59,1,8469,4,13,59,67,68,69,71,72,76,78,80,82,83,84,86,3492,3494,3517,3536,3578,3657,3685,3784,3823,3860,3915,4066,4107,1,10988,4,2,111,117,3500,3510,110,103,114,117,101,110,116,59,1,8802,112,67,97,112,59,1,8813,111,117,98,108,101,86,101,114,116,105,99,97,108,66,97,114,59,1,8742,4,3,108,113,120,3544,3552,3571,101,109,101,110,116,59,1,8713,117,97,108,4,2,59,84,3561,3563,1,8800,105,108,100,101,59,3,8770,824,105,115,116,115,59,1,8708,114,101,97,116,101,114,4,7,59,69,70,71,76,83,84,3600,3602,3609,3621,3631,3637,3650,1,8815,113,117,97,108,59,1,8817,117,108,108,69,113,117,97,108,59,3,8807,824,114,101,97,116,101,114,59,3,8811,824,101,115,115,59,1,8825,108,97,110,116,69,113,117,97,108,59,3,10878,824,105,108,100,101,59,1,8821,117,109,112,4,2,68,69,3666,3677,111,119,110,72,117,109,112,59,3,8782,824,113,117,97,108,59,3,8783,824,101,4,2,102,115,3692,3724,116,84,114,105,97,110,103,108,101,4,3,59,66,69,3709,3711,3717,1,8938,97,114,59,3,10703,824,113,117,97,108,59,1,8940,115,4,6,59,69,71,76,83,84,3739,3741,3748,3757,3764,3777,1,8814,113,117,97,108,59,1,8816,114,101,97,116,101,114,59,1,8824,101,115,115,59,3,8810,824,108,97,110,116,69,113,117,97,108,59,3,10877,824,105,108,100,101,59,1,8820,101,115,116,101,100,4,2,71,76,3795,3812,114,101,97,116,101,114,71,114,101,97,116,101,114,59,3,10914,824,101,115,115,76,101,115,115,59,3,10913,824,114,101,99,101,100,101,115,4,3,59,69,83,3838,3840,3848,1,8832,113,117,97,108,59,3,10927,824,108,97,110,116,69,113,117,97,108,59,1,8928,4,2,101,105,3866,3881,118,101,114,115,101,69,108,101,109,101,110,116,59,1,8716,103,104,116,84,114,105,97,110,103,108,101,4,3,59,66,69,3900,3902,3908,1,8939,97,114,59,3,10704,824,113,117,97,108,59,1,8941,4,2,113,117,3921,3973,117,97,114,101,83,117,4,2,98,112,3933,3952,115,101,116,4,2,59,69,3942,3945,3,8847,824,113,117,97,108,59,1,8930,101,114,115,101,116,4,2,59,69,3963,3966,3,8848,824,113,117,97,108,59,1,8931,4,3,98,99,112,3981,4e3,4045,115,101,116,4,2,59,69,3990,3993,3,8834,8402,113,117,97,108,59,1,8840,99,101,101,100,115,4,4,59,69,83,84,4015,4017,4025,4037,1,8833,113,117,97,108,59,3,10928,824,108,97,110,116,69,113,117,97,108,59,1,8929,105,108,100,101,59,3,8831,824,101,114,115,101,116,4,2,59,69,4056,4059,3,8835,8402,113,117,97,108,59,1,8841,105,108,100,101,4,4,59,69,70,84,4080,4082,4089,4100,1,8769,113,117,97,108,59,1,8772,117,108,108,69,113,117,97,108,59,1,8775,105,108,100,101,59,1,8777,101,114,116,105,99,97,108,66,97,114,59,1,8740,99,114,59,3,55349,56489,105,108,100,101,5,209,1,59,4135,1,209,59,1,925,4,14,69,97,99,100,102,103,109,111,112,114,115,116,117,118,4170,4176,4187,4205,4212,4217,4228,4253,4259,4292,4295,4316,4337,4346,108,105,103,59,1,338,99,117,116,101,5,211,1,59,4185,1,211,4,2,105,121,4193,4202,114,99,5,212,1,59,4200,1,212,59,1,1054,98,108,97,99,59,1,336,114,59,3,55349,56594,114,97,118,101,5,210,1,59,4226,1,210,4,3,97,101,105,4236,4241,4246,99,114,59,1,332,103,97,59,1,937,99,114,111,110,59,1,927,112,102,59,3,55349,56646,101,110,67,117,114,108,121,4,2,68,81,4272,4285,111,117,98,108,101,81,117,111,116,101,59,1,8220,117,111,116,101,59,1,8216,59,1,10836,4,2,99,108,4301,4306,114,59,3,55349,56490,97,115,104,5,216,1,59,4314,1,216,105,4,2,108,109,4323,4332,100,101,5,213,1,59,4330,1,213,101,115,59,1,10807,109,108,5,214,1,59,4344,1,214,101,114,4,2,66,80,4354,4380,4,2,97,114,4360,4364,114,59,1,8254,97,99,4,2,101,107,4372,4375,59,1,9182,101,116,59,1,9140,97,114,101,110,116,104,101,115,105,115,59,1,9180,4,9,97,99,102,104,105,108,111,114,115,4413,4422,4426,4431,4435,4438,4448,4471,4561,114,116,105,97,108,68,59,1,8706,121,59,1,1055,114,59,3,55349,56595,105,59,1,934,59,1,928,117,115,77,105,110,117,115,59,1,177,4,2,105,112,4454,4467,110,99,97,114,101,112,108,97,110,101,59,1,8460,102,59,1,8473,4,4,59,101,105,111,4481,4483,4526,4531,1,10939,99,101,100,101,115,4,4,59,69,83,84,4498,4500,4507,4519,1,8826,113,117,97,108,59,1,10927,108,97,110,116,69,113,117,97,108,59,1,8828,105,108,100,101,59,1,8830,109,101,59,1,8243,4,2,100,112,4537,4543,117,99,116,59,1,8719,111,114,116,105,111,110,4,2,59,97,4555,4557,1,8759,108,59,1,8733,4,2,99,105,4567,4572,114,59,3,55349,56491,59,1,936,4,4,85,102,111,115,4585,4594,4599,4604,79,84,5,34,1,59,4592,1,34,114,59,3,55349,56596,112,102,59,1,8474,99,114,59,3,55349,56492,4,12,66,69,97,99,101,102,104,105,111,114,115,117,4636,4642,4650,4681,4704,4763,4767,4771,5047,5069,5081,5094,97,114,114,59,1,10512,71,5,174,1,59,4648,1,174,4,3,99,110,114,4658,4664,4668,117,116,101,59,1,340,103,59,1,10219,114,4,2,59,116,4675,4677,1,8608,108,59,1,10518,4,3,97,101,121,4689,4695,4701,114,111,110,59,1,344,100,105,108,59,1,342,59,1,1056,4,2,59,118,4710,4712,1,8476,101,114,115,101,4,2,69,85,4722,4748,4,2,108,113,4728,4736,101,109,101,110,116,59,1,8715,117,105,108,105,98,114,105,117,109,59,1,8651,112,69,113,117,105,108,105,98,114,105,117,109,59,1,10607,114,59,1,8476,111,59,1,929,103,104,116,4,8,65,67,68,70,84,85,86,97,4792,4840,4849,4905,4912,4972,5022,5040,4,2,110,114,4798,4811,103,108,101,66,114,97,99,107,101,116,59,1,10217,114,111,119,4,3,59,66,76,4822,4824,4829,1,8594,97,114,59,1,8677,101,102,116,65,114,114,111,119,59,1,8644,101,105,108,105,110,103,59,1,8969,111,4,2,117,119,4856,4869,98,108,101,66,114,97,99,107,101,116,59,1,10215,110,4,2,84,86,4876,4887,101,101,86,101,99,116,111,114,59,1,10589,101,99,116,111,114,4,2,59,66,4898,4900,1,8642,97,114,59,1,10581,108,111,111,114,59,1,8971,4,2,101,114,4918,4944,101,4,3,59,65,86,4927,4929,4936,1,8866,114,114,111,119,59,1,8614,101,99,116,111,114,59,1,10587,105,97,110,103,108,101,4,3,59,66,69,4958,4960,4965,1,8883,97,114,59,1,10704,113,117,97,108,59,1,8885,112,4,3,68,84,86,4981,4993,5004,111,119,110,86,101,99,116,111,114,59,1,10575,101,101,86,101,99,116,111,114,59,1,10588,101,99,116,111,114,4,2,59,66,5015,5017,1,8638,97,114,59,1,10580,101,99,116,111,114,4,2,59,66,5033,5035,1,8640,97,114,59,1,10579,114,114,111,119,59,1,8658,4,2,112,117,5053,5057,102,59,1,8477,110,100,73,109,112,108,105,101,115,59,1,10608,105,103,104,116,97,114,114,111,119,59,1,8667,4,2,99,104,5087,5091,114,59,1,8475,59,1,8625,108,101,68,101,108,97,121,101,100,59,1,10740,4,13,72,79,97,99,102,104,105,109,111,113,115,116,117,5134,5150,5157,5164,5198,5203,5259,5265,5277,5283,5374,5380,5385,4,2,67,99,5140,5146,72,99,121,59,1,1065,121,59,1,1064,70,84,99,121,59,1,1068,99,117,116,101,59,1,346,4,5,59,97,101,105,121,5176,5178,5184,5190,5195,1,10940,114,111,110,59,1,352,100,105,108,59,1,350,114,99,59,1,348,59,1,1057,114,59,3,55349,56598,111,114,116,4,4,68,76,82,85,5216,5227,5238,5250,111,119,110,65,114,114,111,119,59,1,8595,101,102,116,65,114,114,111,119,59,1,8592,105,103,104,116,65,114,114,111,119,59,1,8594,112,65,114,114,111,119,59,1,8593,103,109,97,59,1,931,97,108,108,67,105,114,99,108,101,59,1,8728,112,102,59,3,55349,56650,4,2,114,117,5289,5293,116,59,1,8730,97,114,101,4,4,59,73,83,85,5306,5308,5322,5367,1,9633,110,116,101,114,115,101,99,116,105,111,110,59,1,8851,117,4,2,98,112,5329,5347,115,101,116,4,2,59,69,5338,5340,1,8847,113,117,97,108,59,1,8849,101,114,115,101,116,4,2,59,69,5358,5360,1,8848,113,117,97,108,59,1,8850,110,105,111,110,59,1,8852,99,114,59,3,55349,56494,97,114,59,1,8902,4,4,98,99,109,112,5395,5420,5475,5478,4,2,59,115,5401,5403,1,8912,101,116,4,2,59,69,5411,5413,1,8912,113,117,97,108,59,1,8838,4,2,99,104,5426,5468,101,101,100,115,4,4,59,69,83,84,5440,5442,5449,5461,1,8827,113,117,97,108,59,1,10928,108,97,110,116,69,113,117,97,108,59,1,8829,105,108,100,101,59,1,8831,84,104,97,116,59,1,8715,59,1,8721,4,3,59,101,115,5486,5488,5507,1,8913,114,115,101,116,4,2,59,69,5498,5500,1,8835,113,117,97,108,59,1,8839,101,116,59,1,8913,4,11,72,82,83,97,99,102,104,105,111,114,115,5536,5546,5552,5567,5579,5602,5607,5655,5695,5701,5711,79,82,78,5,222,1,59,5544,1,222,65,68,69,59,1,8482,4,2,72,99,5558,5563,99,121,59,1,1035,121,59,1,1062,4,2,98,117,5573,5576,59,1,9,59,1,932,4,3,97,101,121,5587,5593,5599,114,111,110,59,1,356,100,105,108,59,1,354,59,1,1058,114,59,3,55349,56599,4,2,101,105,5613,5631,4,2,114,116,5619,5627,101,102,111,114,101,59,1,8756,97,59,1,920,4,2,99,110,5637,5647,107,83,112,97,99,101,59,3,8287,8202,83,112,97,99,101,59,1,8201,108,100,101,4,4,59,69,70,84,5668,5670,5677,5688,1,8764,113,117,97,108,59,1,8771,117,108,108,69,113,117,97,108,59,1,8773,105,108,100,101,59,1,8776,112,102,59,3,55349,56651,105,112,108,101,68,111,116,59,1,8411,4,2,99,116,5717,5722,114,59,3,55349,56495,114,111,107,59,1,358,4,14,97,98,99,100,102,103,109,110,111,112,114,115,116,117,5758,5789,5805,5823,5830,5835,5846,5852,5921,5937,6089,6095,6101,6108,4,2,99,114,5764,5774,117,116,101,5,218,1,59,5772,1,218,114,4,2,59,111,5781,5783,1,8607,99,105,114,59,1,10569,114,4,2,99,101,5796,5800,121,59,1,1038,118,101,59,1,364,4,2,105,121,5811,5820,114,99,5,219,1,59,5818,1,219,59,1,1059,98,108,97,99,59,1,368,114,59,3,55349,56600,114,97,118,101,5,217,1,59,5844,1,217,97,99,114,59,1,362,4,2,100,105,5858,5905,101,114,4,2,66,80,5866,5892,4,2,97,114,5872,5876,114,59,1,95,97,99,4,2,101,107,5884,5887,59,1,9183,101,116,59,1,9141,97,114,101,110,116,104,101,115,105,115,59,1,9181,111,110,4,2,59,80,5913,5915,1,8899,108,117,115,59,1,8846,4,2,103,112,5927,5932,111,110,59,1,370,102,59,3,55349,56652,4,8,65,68,69,84,97,100,112,115,5955,5985,5996,6009,6026,6033,6044,6075,114,114,111,119,4,3,59,66,68,5967,5969,5974,1,8593,97,114,59,1,10514,111,119,110,65,114,114,111,119,59,1,8645,111,119,110,65,114,114,111,119,59,1,8597,113,117,105,108,105,98,114,105,117,109,59,1,10606,101,101,4,2,59,65,6017,6019,1,8869,114,114,111,119,59,1,8613,114,114,111,119,59,1,8657,111,119,110,97,114,114,111,119,59,1,8661,101,114,4,2,76,82,6052,6063,101,102,116,65,114,114,111,119,59,1,8598,105,103,104,116,65,114,114,111,119,59,1,8599,105,4,2,59,108,6082,6084,1,978,111,110,59,1,933,105,110,103,59,1,366,99,114,59,3,55349,56496,105,108,100,101,59,1,360,109,108,5,220,1,59,6115,1,220,4,9,68,98,99,100,101,102,111,115,118,6137,6143,6148,6152,6166,6250,6255,6261,6267,97,115,104,59,1,8875,97,114,59,1,10987,121,59,1,1042,97,115,104,4,2,59,108,6161,6163,1,8873,59,1,10982,4,2,101,114,6172,6175,59,1,8897,4,3,98,116,121,6183,6188,6238,97,114,59,1,8214,4,2,59,105,6194,6196,1,8214,99,97,108,4,4,66,76,83,84,6209,6214,6220,6231,97,114,59,1,8739,105,110,101,59,1,124,101,112,97,114,97,116,111,114,59,1,10072,105,108,100,101,59,1,8768,84,104,105,110,83,112,97,99,101,59,1,8202,114,59,3,55349,56601,112,102,59,3,55349,56653,99,114,59,3,55349,56497,100,97,115,104,59,1,8874,4,5,99,101,102,111,115,6286,6292,6298,6303,6309,105,114,99,59,1,372,100,103,101,59,1,8896,114,59,3,55349,56602,112,102,59,3,55349,56654,99,114,59,3,55349,56498,4,4,102,105,111,115,6325,6330,6333,6339,114,59,3,55349,56603,59,1,926,112,102,59,3,55349,56655,99,114,59,3,55349,56499,4,9,65,73,85,97,99,102,111,115,117,6365,6370,6375,6380,6391,6405,6410,6416,6422,99,121,59,1,1071,99,121,59,1,1031,99,121,59,1,1070,99,117,116,101,5,221,1,59,6389,1,221,4,2,105,121,6397,6402,114,99,59,1,374,59,1,1067,114,59,3,55349,56604,112,102,59,3,55349,56656,99,114,59,3,55349,56500,109,108,59,1,376,4,8,72,97,99,100,101,102,111,115,6445,6450,6457,6472,6477,6501,6505,6510,99,121,59,1,1046,99,117,116,101,59,1,377,4,2,97,121,6463,6469,114,111,110,59,1,381,59,1,1047,111,116,59,1,379,4,2,114,116,6483,6497,111,87,105,100,116,104,83,112,97,99,101,59,1,8203,97,59,1,918,114,59,1,8488,112,102,59,1,8484,99,114,59,3,55349,56501,4,16,97,98,99,101,102,103,108,109,110,111,112,114,115,116,117,119,6550,6561,6568,6612,6622,6634,6645,6672,6699,6854,6870,6923,6933,6963,6974,6983,99,117,116,101,5,225,1,59,6559,1,225,114,101,118,101,59,1,259,4,6,59,69,100,105,117,121,6582,6584,6588,6591,6600,6609,1,8766,59,3,8766,819,59,1,8767,114,99,5,226,1,59,6598,1,226,116,101,5,180,1,59,6607,1,180,59,1,1072,108,105,103,5,230,1,59,6620,1,230,4,2,59,114,6628,6630,1,8289,59,3,55349,56606,114,97,118,101,5,224,1,59,6643,1,224,4,2,101,112,6651,6667,4,2,102,112,6657,6663,115,121,109,59,1,8501,104,59,1,8501,104,97,59,1,945,4,2,97,112,6678,6692,4,2,99,108,6684,6688,114,59,1,257,103,59,1,10815,5,38,1,59,6697,1,38,4,2,100,103,6705,6737,4,5,59,97,100,115,118,6717,6719,6724,6727,6734,1,8743,110,100,59,1,10837,59,1,10844,108,111,112,101,59,1,10840,59,1,10842,4,7,59,101,108,109,114,115,122,6753,6755,6758,6762,6814,6835,6848,1,8736,59,1,10660,101,59,1,8736,115,100,4,2,59,97,6770,6772,1,8737,4,8,97,98,99,100,101,102,103,104,6790,6793,6796,6799,6802,6805,6808,6811,59,1,10664,59,1,10665,59,1,10666,59,1,10667,59,1,10668,59,1,10669,59,1,10670,59,1,10671,116,4,2,59,118,6821,6823,1,8735,98,4,2,59,100,6830,6832,1,8894,59,1,10653,4,2,112,116,6841,6845,104,59,1,8738,59,1,197,97,114,114,59,1,9084,4,2,103,112,6860,6865,111,110,59,1,261,102,59,3,55349,56658,4,7,59,69,97,101,105,111,112,6886,6888,6891,6897,6900,6904,6908,1,8776,59,1,10864,99,105,114,59,1,10863,59,1,8778,100,59,1,8779,115,59,1,39,114,111,120,4,2,59,101,6917,6919,1,8776,113,59,1,8778,105,110,103,5,229,1,59,6931,1,229,4,3,99,116,121,6941,6946,6949,114,59,3,55349,56502,59,1,42,109,112,4,2,59,101,6957,6959,1,8776,113,59,1,8781,105,108,100,101,5,227,1,59,6972,1,227,109,108,5,228,1,59,6981,1,228,4,2,99,105,6989,6997,111,110,105,110,116,59,1,8755,110,116,59,1,10769,4,16,78,97,98,99,100,101,102,105,107,108,110,111,112,114,115,117,7036,7041,7119,7135,7149,7155,7219,7224,7347,7354,7463,7489,7786,7793,7814,7866,111,116,59,1,10989,4,2,99,114,7047,7094,107,4,4,99,101,112,115,7058,7064,7073,7080,111,110,103,59,1,8780,112,115,105,108,111,110,59,1,1014,114,105,109,101,59,1,8245,105,109,4,2,59,101,7088,7090,1,8765,113,59,1,8909,4,2,118,119,7100,7105,101,101,59,1,8893,101,100,4,2,59,103,7113,7115,1,8965,101,59,1,8965,114,107,4,2,59,116,7127,7129,1,9141,98,114,107,59,1,9142,4,2,111,121,7141,7146,110,103,59,1,8780,59,1,1073,113,117,111,59,1,8222,4,5,99,109,112,114,116,7167,7181,7188,7193,7199,97,117,115,4,2,59,101,7176,7178,1,8757,59,1,8757,112,116,121,118,59,1,10672,115,105,59,1,1014,110,111,117,59,1,8492,4,3,97,104,119,7207,7210,7213,59,1,946,59,1,8502,101,101,110,59,1,8812,114,59,3,55349,56607,103,4,7,99,111,115,116,117,118,119,7241,7262,7288,7305,7328,7335,7340,4,3,97,105,117,7249,7253,7258,112,59,1,8898,114,99,59,1,9711,112,59,1,8899,4,3,100,112,116,7270,7275,7281,111,116,59,1,10752,108,117,115,59,1,10753,105,109,101,115,59,1,10754,4,2,113,116,7294,7300,99,117,112,59,1,10758,97,114,59,1,9733,114,105,97,110,103,108,101,4,2,100,117,7318,7324,111,119,110,59,1,9661,112,59,1,9651,112,108,117,115,59,1,10756,101,101,59,1,8897,101,100,103,101,59,1,8896,97,114,111,119,59,1,10509,4,3,97,107,111,7362,7436,7458,4,2,99,110,7368,7432,107,4,3,108,115,116,7377,7386,7394,111,122,101,110,103,101,59,1,10731,113,117,97,114,101,59,1,9642,114,105,97,110,103,108,101,4,4,59,100,108,114,7411,7413,7419,7425,1,9652,111,119,110,59,1,9662,101,102,116,59,1,9666,105,103,104,116,59,1,9656,107,59,1,9251,4,2,49,51,7442,7454,4,2,50,52,7448,7451,59,1,9618,59,1,9617,52,59,1,9619,99,107,59,1,9608,4,2,101,111,7469,7485,4,2,59,113,7475,7478,3,61,8421,117,105,118,59,3,8801,8421,116,59,1,8976,4,4,112,116,119,120,7499,7504,7517,7523,102,59,3,55349,56659,4,2,59,116,7510,7512,1,8869,111,109,59,1,8869,116,105,101,59,1,8904,4,12,68,72,85,86,98,100,104,109,112,116,117,118,7549,7571,7597,7619,7655,7660,7682,7708,7715,7721,7728,7750,4,4,76,82,108,114,7559,7562,7565,7568,59,1,9559,59,1,9556,59,1,9558,59,1,9555,4,5,59,68,85,100,117,7583,7585,7588,7591,7594,1,9552,59,1,9574,59,1,9577,59,1,9572,59,1,9575,4,4,76,82,108,114,7607,7610,7613,7616,59,1,9565,59,1,9562,59,1,9564,59,1,9561,4,7,59,72,76,82,104,108,114,7635,7637,7640,7643,7646,7649,7652,1,9553,59,1,9580,59,1,9571,59,1,9568,59,1,9579,59,1,9570,59,1,9567,111,120,59,1,10697,4,4,76,82,108,114,7670,7673,7676,7679,59,1,9557,59,1,9554,59,1,9488,59,1,9484,4,5,59,68,85,100,117,7694,7696,7699,7702,7705,1,9472,59,1,9573,59,1,9576,59,1,9516,59,1,9524,105,110,117,115,59,1,8863,108,117,115,59,1,8862,105,109,101,115,59,1,8864,4,4,76,82,108,114,7738,7741,7744,7747,59,1,9563,59,1,9560,59,1,9496,59,1,9492,4,7,59,72,76,82,104,108,114,7766,7768,7771,7774,7777,7780,7783,1,9474,59,1,9578,59,1,9569,59,1,9566,59,1,9532,59,1,9508,59,1,9500,114,105,109,101,59,1,8245,4,2,101,118,7799,7804,118,101,59,1,728,98,97,114,5,166,1,59,7812,1,166,4,4,99,101,105,111,7824,7829,7834,7846,114,59,3,55349,56503,109,105,59,1,8271,109,4,2,59,101,7841,7843,1,8765,59,1,8909,108,4,3,59,98,104,7855,7857,7860,1,92,59,1,10693,115,117,98,59,1,10184,4,2,108,109,7872,7885,108,4,2,59,101,7879,7881,1,8226,116,59,1,8226,112,4,3,59,69,101,7894,7896,7899,1,8782,59,1,10926,4,2,59,113,7905,7907,1,8783,59,1,8783,4,15,97,99,100,101,102,104,105,108,111,114,115,116,117,119,121,7942,8021,8075,8080,8121,8126,8157,8279,8295,8430,8446,8485,8491,8707,8726,4,3,99,112,114,7950,7956,8007,117,116,101,59,1,263,4,6,59,97,98,99,100,115,7970,7972,7977,7984,7998,8003,1,8745,110,100,59,1,10820,114,99,117,112,59,1,10825,4,2,97,117,7990,7994,112,59,1,10827,112,59,1,10823,111,116,59,1,10816,59,3,8745,65024,4,2,101,111,8013,8017,116,59,1,8257,110,59,1,711,4,4,97,101,105,117,8031,8046,8056,8061,4,2,112,114,8037,8041,115,59,1,10829,111,110,59,1,269,100,105,108,5,231,1,59,8054,1,231,114,99,59,1,265,112,115,4,2,59,115,8069,8071,1,10828,109,59,1,10832,111,116,59,1,267,4,3,100,109,110,8088,8097,8104,105,108,5,184,1,59,8095,1,184,112,116,121,118,59,1,10674,116,5,162,2,59,101,8112,8114,1,162,114,100,111,116,59,1,183,114,59,3,55349,56608,4,3,99,101,105,8134,8138,8154,121,59,1,1095,99,107,4,2,59,109,8146,8148,1,10003,97,114,107,59,1,10003,59,1,967,114,4,7,59,69,99,101,102,109,115,8174,8176,8179,8258,8261,8268,8273,1,9675,59,1,10691,4,3,59,101,108,8187,8189,8193,1,710,113,59,1,8791,101,4,2,97,100,8200,8223,114,114,111,119,4,2,108,114,8210,8216,101,102,116,59,1,8634,105,103,104,116,59,1,8635,4,5,82,83,97,99,100,8235,8238,8241,8246,8252,59,1,174,59,1,9416,115,116,59,1,8859,105,114,99,59,1,8858,97,115,104,59,1,8861,59,1,8791,110,105,110,116,59,1,10768,105,100,59,1,10991,99,105,114,59,1,10690,117,98,115,4,2,59,117,8288,8290,1,9827,105,116,59,1,9827,4,4,108,109,110,112,8305,8326,8376,8400,111,110,4,2,59,101,8313,8315,1,58,4,2,59,113,8321,8323,1,8788,59,1,8788,4,2,109,112,8332,8344,97,4,2,59,116,8339,8341,1,44,59,1,64,4,3,59,102,108,8352,8354,8358,1,8705,110,59,1,8728,101,4,2,109,120,8365,8371,101,110,116,59,1,8705,101,115,59,1,8450,4,2,103,105,8382,8395,4,2,59,100,8388,8390,1,8773,111,116,59,1,10861,110,116,59,1,8750,4,3,102,114,121,8408,8412,8417,59,3,55349,56660,111,100,59,1,8720,5,169,2,59,115,8424,8426,1,169,114,59,1,8471,4,2,97,111,8436,8441,114,114,59,1,8629,115,115,59,1,10007,4,2,99,117,8452,8457,114,59,3,55349,56504,4,2,98,112,8463,8474,4,2,59,101,8469,8471,1,10959,59,1,10961,4,2,59,101,8480,8482,1,10960,59,1,10962,100,111,116,59,1,8943,4,7,100,101,108,112,114,118,119,8507,8522,8536,8550,8600,8697,8702,97,114,114,4,2,108,114,8516,8519,59,1,10552,59,1,10549,4,2,112,115,8528,8532,114,59,1,8926,99,59,1,8927,97,114,114,4,2,59,112,8545,8547,1,8630,59,1,10557,4,6,59,98,99,100,111,115,8564,8566,8573,8587,8592,8596,1,8746,114,99,97,112,59,1,10824,4,2,97,117,8579,8583,112,59,1,10822,112,59,1,10826,111,116,59,1,8845,114,59,1,10821,59,3,8746,65024,4,4,97,108,114,118,8610,8623,8663,8672,114,114,4,2,59,109,8618,8620,1,8631,59,1,10556,121,4,3,101,118,119,8632,8651,8656,113,4,2,112,115,8639,8645,114,101,99,59,1,8926,117,99,99,59,1,8927,101,101,59,1,8910,101,100,103,101,59,1,8911,101,110,5,164,1,59,8670,1,164,101,97,114,114,111,119,4,2,108,114,8684,8690,101,102,116,59,1,8630,105,103,104,116,59,1,8631,101,101,59,1,8910,101,100,59,1,8911,4,2,99,105,8713,8721,111,110,105,110,116,59,1,8754,110,116,59,1,8753,108,99,116,121,59,1,9005,4,19,65,72,97,98,99,100,101,102,104,105,106,108,111,114,115,116,117,119,122,8773,8778,8783,8821,8839,8854,8887,8914,8930,8944,9036,9041,9058,9197,9227,9258,9281,9297,9305,114,114,59,1,8659,97,114,59,1,10597,4,4,103,108,114,115,8793,8799,8805,8809,103,101,114,59,1,8224,101,116,104,59,1,8504,114,59,1,8595,104,4,2,59,118,8816,8818,1,8208,59,1,8867,4,2,107,108,8827,8834,97,114,111,119,59,1,10511,97,99,59,1,733,4,2,97,121,8845,8851,114,111,110,59,1,271,59,1,1076,4,3,59,97,111,8862,8864,8880,1,8518,4,2,103,114,8870,8876,103,101,114,59,1,8225,114,59,1,8650,116,115,101,113,59,1,10871,4,3,103,108,109,8895,8902,8907,5,176,1,59,8900,1,176,116,97,59,1,948,112,116,121,118,59,1,10673,4,2,105,114,8920,8926,115,104,116,59,1,10623,59,3,55349,56609,97,114,4,2,108,114,8938,8941,59,1,8643,59,1,8642,4,5,97,101,103,115,118,8956,8986,8989,8996,9001,109,4,3,59,111,115,8965,8967,8983,1,8900,110,100,4,2,59,115,8975,8977,1,8900,117,105,116,59,1,9830,59,1,9830,59,1,168,97,109,109,97,59,1,989,105,110,59,1,8946,4,3,59,105,111,9009,9011,9031,1,247,100,101,5,247,2,59,111,9020,9022,1,247,110,116,105,109,101,115,59,1,8903,110,120,59,1,8903,99,121,59,1,1106,99,4,2,111,114,9048,9053,114,110,59,1,8990,111,112,59,1,8973,4,5,108,112,116,117,119,9070,9076,9081,9130,9144,108,97,114,59,1,36,102,59,3,55349,56661,4,5,59,101,109,112,115,9093,9095,9109,9116,9122,1,729,113,4,2,59,100,9102,9104,1,8784,111,116,59,1,8785,105,110,117,115,59,1,8760,108,117,115,59,1,8724,113,117,97,114,101,59,1,8865,98,108,101,98,97,114,119,101,100,103,101,59,1,8966,110,4,3,97,100,104,9153,9160,9172,114,114,111,119,59,1,8595,111,119,110,97,114,114,111,119,115,59,1,8650,97,114,112,111,111,110,4,2,108,114,9184,9190,101,102,116,59,1,8643,105,103,104,116,59,1,8642,4,2,98,99,9203,9211,107,97,114,111,119,59,1,10512,4,2,111,114,9217,9222,114,110,59,1,8991,111,112,59,1,8972,4,3,99,111,116,9235,9248,9252,4,2,114,121,9241,9245,59,3,55349,56505,59,1,1109,108,59,1,10742,114,111,107,59,1,273,4,2,100,114,9264,9269,111,116,59,1,8945,105,4,2,59,102,9276,9278,1,9663,59,1,9662,4,2,97,104,9287,9292,114,114,59,1,8693,97,114,59,1,10607,97,110,103,108,101,59,1,10662,4,2,99,105,9311,9315,121,59,1,1119,103,114,97,114,114,59,1,10239,4,18,68,97,99,100,101,102,103,108,109,110,111,112,113,114,115,116,117,120,9361,9376,9398,9439,9444,9447,9462,9495,9531,9585,9598,9614,9659,9755,9771,9792,9808,9826,4,2,68,111,9367,9372,111,116,59,1,10871,116,59,1,8785,4,2,99,115,9382,9392,117,116,101,5,233,1,59,9390,1,233,116,101,114,59,1,10862,4,4,97,105,111,121,9408,9414,9430,9436,114,111,110,59,1,283,114,4,2,59,99,9421,9423,1,8790,5,234,1,59,9428,1,234,108,111,110,59,1,8789,59,1,1101,111,116,59,1,279,59,1,8519,4,2,68,114,9453,9458,111,116,59,1,8786,59,3,55349,56610,4,3,59,114,115,9470,9472,9482,1,10906,97,118,101,5,232,1,59,9480,1,232,4,2,59,100,9488,9490,1,10902,111,116,59,1,10904,4,4,59,105,108,115,9505,9507,9515,9518,1,10905,110,116,101,114,115,59,1,9191,59,1,8467,4,2,59,100,9524,9526,1,10901,111,116,59,1,10903,4,3,97,112,115,9539,9544,9564,99,114,59,1,275,116,121,4,3,59,115,118,9554,9556,9561,1,8709,101,116,59,1,8709,59,1,8709,112,4,2,49,59,9571,9583,4,2,51,52,9577,9580,59,1,8196,59,1,8197,1,8195,4,2,103,115,9591,9594,59,1,331,112,59,1,8194,4,2,103,112,9604,9609,111,110,59,1,281,102,59,3,55349,56662,4,3,97,108,115,9622,9635,9640,114,4,2,59,115,9629,9631,1,8917,108,59,1,10723,117,115,59,1,10865,105,4,3,59,108,118,9649,9651,9656,1,949,111,110,59,1,949,59,1,1013,4,4,99,115,117,118,9669,9686,9716,9747,4,2,105,111,9675,9680,114,99,59,1,8790,108,111,110,59,1,8789,4,2,105,108,9692,9696,109,59,1,8770,97,110,116,4,2,103,108,9705,9710,116,114,59,1,10902,101,115,115,59,1,10901,4,3,97,101,105,9724,9729,9734,108,115,59,1,61,115,116,59,1,8799,118,4,2,59,68,9741,9743,1,8801,68,59,1,10872,112,97,114,115,108,59,1,10725,4,2,68,97,9761,9766,111,116,59,1,8787,114,114,59,1,10609,4,3,99,100,105,9779,9783,9788,114,59,1,8495,111,116,59,1,8784,109,59,1,8770,4,2,97,104,9798,9801,59,1,951,5,240,1,59,9806,1,240,4,2,109,114,9814,9822,108,5,235,1,59,9820,1,235,111,59,1,8364,4,3,99,105,112,9834,9838,9843,108,59,1,33,115,116,59,1,8707,4,2,101,111,9849,9859,99,116,97,116,105,111,110,59,1,8496,110,101,110,116,105,97,108,101,59,1,8519,4,12,97,99,101,102,105,106,108,110,111,112,114,115,9896,9910,9914,9921,9954,9960,9967,9989,9994,10027,10036,10164,108,108,105,110,103,100,111,116,115,101,113,59,1,8786,121,59,1,1092,109,97,108,101,59,1,9792,4,3,105,108,114,9929,9935,9950,108,105,103,59,1,64259,4,2,105,108,9941,9945,103,59,1,64256,105,103,59,1,64260,59,3,55349,56611,108,105,103,59,1,64257,108,105,103,59,3,102,106,4,3,97,108,116,9975,9979,9984,116,59,1,9837,105,103,59,1,64258,110,115,59,1,9649,111,102,59,1,402,4,2,112,114,1e4,10005,102,59,3,55349,56663,4,2,97,107,10011,10016,108,108,59,1,8704,4,2,59,118,10022,10024,1,8916,59,1,10969,97,114,116,105,110,116,59,1,10765,4,2,97,111,10042,10159,4,2,99,115,10048,10155,4,6,49,50,51,52,53,55,10062,10102,10114,10135,10139,10151,4,6,50,51,52,53,54,56,10076,10083,10086,10093,10096,10099,5,189,1,59,10081,1,189,59,1,8531,5,188,1,59,10091,1,188,59,1,8533,59,1,8537,59,1,8539,4,2,51,53,10108,10111,59,1,8532,59,1,8534,4,3,52,53,56,10122,10129,10132,5,190,1,59,10127,1,190,59,1,8535,59,1,8540,53,59,1,8536,4,2,54,56,10145,10148,59,1,8538,59,1,8541,56,59,1,8542,108,59,1,8260,119,110,59,1,8994,99,114,59,3,55349,56507,4,17,69,97,98,99,100,101,102,103,105,106,108,110,111,114,115,116,118,10206,10217,10247,10254,10268,10273,10358,10363,10374,10380,10385,10406,10458,10464,10470,10497,10610,4,2,59,108,10212,10214,1,8807,59,1,10892,4,3,99,109,112,10225,10231,10244,117,116,101,59,1,501,109,97,4,2,59,100,10239,10241,1,947,59,1,989,59,1,10886,114,101,118,101,59,1,287,4,2,105,121,10260,10265,114,99,59,1,285,59,1,1075,111,116,59,1,289,4,4,59,108,113,115,10283,10285,10288,10308,1,8805,59,1,8923,4,3,59,113,115,10296,10298,10301,1,8805,59,1,8807,108,97,110,116,59,1,10878,4,4,59,99,100,108,10318,10320,10324,10345,1,10878,99,59,1,10921,111,116,4,2,59,111,10332,10334,1,10880,4,2,59,108,10340,10342,1,10882,59,1,10884,4,2,59,101,10351,10354,3,8923,65024,115,59,1,10900,114,59,3,55349,56612,4,2,59,103,10369,10371,1,8811,59,1,8921,109,101,108,59,1,8503,99,121,59,1,1107,4,4,59,69,97,106,10395,10397,10400,10403,1,8823,59,1,10898,59,1,10917,59,1,10916,4,4,69,97,101,115,10416,10419,10434,10453,59,1,8809,112,4,2,59,112,10426,10428,1,10890,114,111,120,59,1,10890,4,2,59,113,10440,10442,1,10888,4,2,59,113,10448,10450,1,10888,59,1,8809,105,109,59,1,8935,112,102,59,3,55349,56664,97,118,101,59,1,96,4,2,99,105,10476,10480,114,59,1,8458,109,4,3,59,101,108,10489,10491,10494,1,8819,59,1,10894,59,1,10896,5,62,6,59,99,100,108,113,114,10512,10514,10527,10532,10538,10545,1,62,4,2,99,105,10520,10523,59,1,10919,114,59,1,10874,111,116,59,1,8919,80,97,114,59,1,10645,117,101,115,116,59,1,10876,4,5,97,100,101,108,115,10557,10574,10579,10599,10605,4,2,112,114,10563,10570,112,114,111,120,59,1,10886,114,59,1,10616,111,116,59,1,8919,113,4,2,108,113,10586,10592,101,115,115,59,1,8923,108,101,115,115,59,1,10892,101,115,115,59,1,8823,105,109,59,1,8819,4,2,101,110,10616,10626,114,116,110,101,113,113,59,3,8809,65024,69,59,3,8809,65024,4,10,65,97,98,99,101,102,107,111,115,121,10653,10658,10713,10718,10724,10760,10765,10786,10850,10875,114,114,59,1,8660,4,4,105,108,109,114,10668,10674,10678,10684,114,115,112,59,1,8202,102,59,1,189,105,108,116,59,1,8459,4,2,100,114,10690,10695,99,121,59,1,1098,4,3,59,99,119,10703,10705,10710,1,8596,105,114,59,1,10568,59,1,8621,97,114,59,1,8463,105,114,99,59,1,293,4,3,97,108,114,10732,10748,10754,114,116,115,4,2,59,117,10741,10743,1,9829,105,116,59,1,9829,108,105,112,59,1,8230,99,111,110,59,1,8889,114,59,3,55349,56613,115,4,2,101,119,10772,10779,97,114,111,119,59,1,10533,97,114,111,119,59,1,10534,4,5,97,109,111,112,114,10798,10803,10809,10839,10844,114,114,59,1,8703,116,104,116,59,1,8763,107,4,2,108,114,10816,10827,101,102,116,97,114,114,111,119,59,1,8617,105,103,104,116,97,114,114,111,119,59,1,8618,102,59,3,55349,56665,98,97,114,59,1,8213,4,3,99,108,116,10858,10863,10869,114,59,3,55349,56509,97,115,104,59,1,8463,114,111,107,59,1,295,4,2,98,112,10881,10887,117,108,108,59,1,8259,104,101,110,59,1,8208,4,15,97,99,101,102,103,105,106,109,110,111,112,113,115,116,117,10925,10936,10958,10977,10990,11001,11039,11045,11101,11192,11220,11226,11237,11285,11299,99,117,116,101,5,237,1,59,10934,1,237,4,3,59,105,121,10944,10946,10955,1,8291,114,99,5,238,1,59,10953,1,238,59,1,1080,4,2,99,120,10964,10968,121,59,1,1077,99,108,5,161,1,59,10975,1,161,4,2,102,114,10983,10986,59,1,8660,59,3,55349,56614,114,97,118,101,5,236,1,59,10999,1,236,4,4,59,105,110,111,11011,11013,11028,11034,1,8520,4,2,105,110,11019,11024,110,116,59,1,10764,116,59,1,8749,102,105,110,59,1,10716,116,97,59,1,8489,108,105,103,59,1,307,4,3,97,111,112,11053,11092,11096,4,3,99,103,116,11061,11065,11088,114,59,1,299,4,3,101,108,112,11073,11076,11082,59,1,8465,105,110,101,59,1,8464,97,114,116,59,1,8465,104,59,1,305,102,59,1,8887,101,100,59,1,437,4,5,59,99,102,111,116,11113,11115,11121,11136,11142,1,8712,97,114,101,59,1,8453,105,110,4,2,59,116,11129,11131,1,8734,105,101,59,1,10717,100,111,116,59,1,305,4,5,59,99,101,108,112,11154,11156,11161,11179,11186,1,8747,97,108,59,1,8890,4,2,103,114,11167,11173,101,114,115,59,1,8484,99,97,108,59,1,8890,97,114,104,107,59,1,10775,114,111,100,59,1,10812,4,4,99,103,112,116,11202,11206,11211,11216,121,59,1,1105,111,110,59,1,303,102,59,3,55349,56666,97,59,1,953,114,111,100,59,1,10812,117,101,115,116,5,191,1,59,11235,1,191,4,2,99,105,11243,11248,114,59,3,55349,56510,110,4,5,59,69,100,115,118,11261,11263,11266,11271,11282,1,8712,59,1,8953,111,116,59,1,8949,4,2,59,118,11277,11279,1,8948,59,1,8947,59,1,8712,4,2,59,105,11291,11293,1,8290,108,100,101,59,1,297,4,2,107,109,11305,11310,99,121,59,1,1110,108,5,239,1,59,11316,1,239,4,6,99,102,109,111,115,117,11332,11346,11351,11357,11363,11380,4,2,105,121,11338,11343,114,99,59,1,309,59,1,1081,114,59,3,55349,56615,97,116,104,59,1,567,112,102,59,3,55349,56667,4,2,99,101,11369,11374,114,59,3,55349,56511,114,99,121,59,1,1112,107,99,121,59,1,1108,4,8,97,99,102,103,104,106,111,115,11404,11418,11433,11438,11445,11450,11455,11461,112,112,97,4,2,59,118,11413,11415,1,954,59,1,1008,4,2,101,121,11424,11430,100,105,108,59,1,311,59,1,1082,114,59,3,55349,56616,114,101,101,110,59,1,312,99,121,59,1,1093,99,121,59,1,1116,112,102,59,3,55349,56668,99,114,59,3,55349,56512,4,23,65,66,69,72,97,98,99,100,101,102,103,104,106,108,109,110,111,112,114,115,116,117,118,11515,11538,11544,11555,11560,11721,11780,11818,11868,12136,12160,12171,12203,12208,12246,12275,12327,12509,12523,12569,12641,12732,12752,4,3,97,114,116,11523,11528,11532,114,114,59,1,8666,114,59,1,8656,97,105,108,59,1,10523,97,114,114,59,1,10510,4,2,59,103,11550,11552,1,8806,59,1,10891,97,114,59,1,10594,4,9,99,101,103,109,110,112,113,114,116,11580,11586,11594,11600,11606,11624,11627,11636,11694,117,116,101,59,1,314,109,112,116,121,118,59,1,10676,114,97,110,59,1,8466,98,100,97,59,1,955,103,4,3,59,100,108,11615,11617,11620,1,10216,59,1,10641,101,59,1,10216,59,1,10885,117,111,5,171,1,59,11634,1,171,114,4,8,59,98,102,104,108,112,115,116,11655,11657,11669,11673,11677,11681,11685,11690,1,8592,4,2,59,102,11663,11665,1,8676,115,59,1,10527,115,59,1,10525,107,59,1,8617,112,59,1,8619,108,59,1,10553,105,109,59,1,10611,108,59,1,8610,4,3,59,97,101,11702,11704,11709,1,10923,105,108,59,1,10521,4,2,59,115,11715,11717,1,10925,59,3,10925,65024,4,3,97,98,114,11729,11734,11739,114,114,59,1,10508,114,107,59,1,10098,4,2,97,107,11745,11758,99,4,2,101,107,11752,11755,59,1,123,59,1,91,4,2,101,115,11764,11767,59,1,10635,108,4,2,100,117,11774,11777,59,1,10639,59,1,10637,4,4,97,101,117,121,11790,11796,11811,11815,114,111,110,59,1,318,4,2,100,105,11802,11807,105,108,59,1,316,108,59,1,8968,98,59,1,123,59,1,1083,4,4,99,113,114,115,11828,11832,11845,11864,97,59,1,10550,117,111,4,2,59,114,11840,11842,1,8220,59,1,8222,4,2,100,117,11851,11857,104,97,114,59,1,10599,115,104,97,114,59,1,10571,104,59,1,8626,4,5,59,102,103,113,115,11880,11882,12008,12011,12031,1,8804,116,4,5,97,104,108,114,116,11895,11913,11935,11947,11996,114,114,111,119,4,2,59,116,11905,11907,1,8592,97,105,108,59,1,8610,97,114,112,111,111,110,4,2,100,117,11925,11931,111,119,110,59,1,8637,112,59,1,8636,101,102,116,97,114,114,111,119,115,59,1,8647,105,103,104,116,4,3,97,104,115,11959,11974,11984,114,114,111,119,4,2,59,115,11969,11971,1,8596,59,1,8646,97,114,112,111,111,110,115,59,1,8651,113,117,105,103,97,114,114,111,119,59,1,8621,104,114,101,101,116,105,109,101,115,59,1,8907,59,1,8922,4,3,59,113,115,12019,12021,12024,1,8804,59,1,8806,108,97,110,116,59,1,10877,4,5,59,99,100,103,115,12043,12045,12049,12070,12083,1,10877,99,59,1,10920,111,116,4,2,59,111,12057,12059,1,10879,4,2,59,114,12065,12067,1,10881,59,1,10883,4,2,59,101,12076,12079,3,8922,65024,115,59,1,10899,4,5,97,100,101,103,115,12095,12103,12108,12126,12131,112,112,114,111,120,59,1,10885,111,116,59,1,8918,113,4,2,103,113,12115,12120,116,114,59,1,8922,103,116,114,59,1,10891,116,114,59,1,8822,105,109,59,1,8818,4,3,105,108,114,12144,12150,12156,115,104,116,59,1,10620,111,111,114,59,1,8970,59,3,55349,56617,4,2,59,69,12166,12168,1,8822,59,1,10897,4,2,97,98,12177,12198,114,4,2,100,117,12184,12187,59,1,8637,4,2,59,108,12193,12195,1,8636,59,1,10602,108,107,59,1,9604,99,121,59,1,1113,4,5,59,97,99,104,116,12220,12222,12227,12235,12241,1,8810,114,114,59,1,8647,111,114,110,101,114,59,1,8990,97,114,100,59,1,10603,114,105,59,1,9722,4,2,105,111,12252,12258,100,111,116,59,1,320,117,115,116,4,2,59,97,12267,12269,1,9136,99,104,101,59,1,9136,4,4,69,97,101,115,12285,12288,12303,12322,59,1,8808,112,4,2,59,112,12295,12297,1,10889,114,111,120,59,1,10889,4,2,59,113,12309,12311,1,10887,4,2,59,113,12317,12319,1,10887,59,1,8808,105,109,59,1,8934,4,8,97,98,110,111,112,116,119,122,12345,12359,12364,12421,12446,12467,12474,12490,4,2,110,114,12351,12355,103,59,1,10220,114,59,1,8701,114,107,59,1,10214,103,4,3,108,109,114,12373,12401,12409,101,102,116,4,2,97,114,12382,12389,114,114,111,119,59,1,10229,105,103,104,116,97,114,114,111,119,59,1,10231,97,112,115,116,111,59,1,10236,105,103,104,116,97,114,114,111,119,59,1,10230,112,97,114,114,111,119,4,2,108,114,12433,12439,101,102,116,59,1,8619,105,103,104,116,59,1,8620,4,3,97,102,108,12454,12458,12462,114,59,1,10629,59,3,55349,56669,117,115,59,1,10797,105,109,101,115,59,1,10804,4,2,97,98,12480,12485,115,116,59,1,8727,97,114,59,1,95,4,3,59,101,102,12498,12500,12506,1,9674,110,103,101,59,1,9674,59,1,10731,97,114,4,2,59,108,12517,12519,1,40,116,59,1,10643,4,5,97,99,104,109,116,12535,12540,12548,12561,12564,114,114,59,1,8646,111,114,110,101,114,59,1,8991,97,114,4,2,59,100,12556,12558,1,8651,59,1,10605,59,1,8206,114,105,59,1,8895,4,6,97,99,104,105,113,116,12583,12589,12594,12597,12614,12635,113,117,111,59,1,8249,114,59,3,55349,56513,59,1,8624,109,4,3,59,101,103,12606,12608,12611,1,8818,59,1,10893,59,1,10895,4,2,98,117,12620,12623,59,1,91,111,4,2,59,114,12630,12632,1,8216,59,1,8218,114,111,107,59,1,322,5,60,8,59,99,100,104,105,108,113,114,12660,12662,12675,12680,12686,12692,12698,12705,1,60,4,2,99,105,12668,12671,59,1,10918,114,59,1,10873,111,116,59,1,8918,114,101,101,59,1,8907,109,101,115,59,1,8905,97,114,114,59,1,10614,117,101,115,116,59,1,10875,4,2,80,105,12711,12716,97,114,59,1,10646,4,3,59,101,102,12724,12726,12729,1,9667,59,1,8884,59,1,9666,114,4,2,100,117,12739,12746,115,104,97,114,59,1,10570,104,97,114,59,1,10598,4,2,101,110,12758,12768,114,116,110,101,113,113,59,3,8808,65024,69,59,3,8808,65024,4,14,68,97,99,100,101,102,104,105,108,110,111,112,115,117,12803,12809,12893,12908,12914,12928,12933,12937,13011,13025,13032,13049,13052,13069,68,111,116,59,1,8762,4,4,99,108,112,114,12819,12827,12849,12887,114,5,175,1,59,12825,1,175,4,2,101,116,12833,12836,59,1,9794,4,2,59,101,12842,12844,1,10016,115,101,59,1,10016,4,2,59,115,12855,12857,1,8614,116,111,4,4,59,100,108,117,12869,12871,12877,12883,1,8614,111,119,110,59,1,8615,101,102,116,59,1,8612,112,59,1,8613,107,101,114,59,1,9646,4,2,111,121,12899,12905,109,109,97,59,1,10793,59,1,1084,97,115,104,59,1,8212,97,115,117,114,101,100,97,110,103,108,101,59,1,8737,114,59,3,55349,56618,111,59,1,8487,4,3,99,100,110,12945,12954,12985,114,111,5,181,1,59,12952,1,181,4,4,59,97,99,100,12964,12966,12971,12976,1,8739,115,116,59,1,42,105,114,59,1,10992,111,116,5,183,1,59,12983,1,183,117,115,4,3,59,98,100,12995,12997,13e3,1,8722,59,1,8863,4,2,59,117,13006,13008,1,8760,59,1,10794,4,2,99,100,13017,13021,112,59,1,10971,114,59,1,8230,112,108,117,115,59,1,8723,4,2,100,112,13038,13044,101,108,115,59,1,8871,102,59,3,55349,56670,59,1,8723,4,2,99,116,13058,13063,114,59,3,55349,56514,112,111,115,59,1,8766,4,3,59,108,109,13077,13079,13087,1,956,116,105,109,97,112,59,1,8888,97,112,59,1,8888,4,24,71,76,82,86,97,98,99,100,101,102,103,104,105,106,108,109,111,112,114,115,116,117,118,119,13142,13165,13217,13229,13247,13330,13359,13414,13420,13508,13513,13579,13602,13626,13631,13762,13767,13855,13936,13995,14214,14285,14312,14432,4,2,103,116,13148,13152,59,3,8921,824,4,2,59,118,13158,13161,3,8811,8402,59,3,8811,824,4,3,101,108,116,13173,13200,13204,102,116,4,2,97,114,13181,13188,114,114,111,119,59,1,8653,105,103,104,116,97,114,114,111,119,59,1,8654,59,3,8920,824,4,2,59,118,13210,13213,3,8810,8402,59,3,8810,824,105,103,104,116,97,114,114,111,119,59,1,8655,4,2,68,100,13235,13241,97,115,104,59,1,8879,97,115,104,59,1,8878,4,5,98,99,110,112,116,13259,13264,13270,13275,13308,108,97,59,1,8711,117,116,101,59,1,324,103,59,3,8736,8402,4,5,59,69,105,111,112,13287,13289,13293,13298,13302,1,8777,59,3,10864,824,100,59,3,8779,824,115,59,1,329,114,111,120,59,1,8777,117,114,4,2,59,97,13316,13318,1,9838,108,4,2,59,115,13325,13327,1,9838,59,1,8469,4,2,115,117,13336,13344,112,5,160,1,59,13342,1,160,109,112,4,2,59,101,13352,13355,3,8782,824,59,3,8783,824,4,5,97,101,111,117,121,13371,13385,13391,13407,13411,4,2,112,114,13377,13380,59,1,10819,111,110,59,1,328,100,105,108,59,1,326,110,103,4,2,59,100,13399,13401,1,8775,111,116,59,3,10861,824,112,59,1,10818,59,1,1085,97,115,104,59,1,8211,4,7,59,65,97,100,113,115,120,13436,13438,13443,13466,13472,13478,13494,1,8800,114,114,59,1,8663,114,4,2,104,114,13450,13454,107,59,1,10532,4,2,59,111,13460,13462,1,8599,119,59,1,8599,111,116,59,3,8784,824,117,105,118,59,1,8802,4,2,101,105,13484,13489,97,114,59,1,10536,109,59,3,8770,824,105,115,116,4,2,59,115,13503,13505,1,8708,59,1,8708,114,59,3,55349,56619,4,4,69,101,115,116,13523,13527,13563,13568,59,3,8807,824,4,3,59,113,115,13535,13537,13559,1,8817,4,3,59,113,115,13545,13547,13551,1,8817,59,3,8807,824,108,97,110,116,59,3,10878,824,59,3,10878,824,105,109,59,1,8821,4,2,59,114,13574,13576,1,8815,59,1,8815,4,3,65,97,112,13587,13592,13597,114,114,59,1,8654,114,114,59,1,8622,97,114,59,1,10994,4,3,59,115,118,13610,13612,13623,1,8715,4,2,59,100,13618,13620,1,8956,59,1,8954,59,1,8715,99,121,59,1,1114,4,7,65,69,97,100,101,115,116,13647,13652,13656,13661,13665,13737,13742,114,114,59,1,8653,59,3,8806,824,114,114,59,1,8602,114,59,1,8229,4,4,59,102,113,115,13675,13677,13703,13725,1,8816,116,4,2,97,114,13684,13691,114,114,111,119,59,1,8602,105,103,104,116,97,114,114,111,119,59,1,8622,4,3,59,113,115,13711,13713,13717,1,8816,59,3,8806,824,108,97,110,116,59,3,10877,824,4,2,59,115,13731,13734,3,10877,824,59,1,8814,105,109,59,1,8820,4,2,59,114,13748,13750,1,8814,105,4,2,59,101,13757,13759,1,8938,59,1,8940,105,100,59,1,8740,4,2,112,116,13773,13778,102,59,3,55349,56671,5,172,3,59,105,110,13787,13789,13829,1,172,110,4,4,59,69,100,118,13800,13802,13806,13812,1,8713,59,3,8953,824,111,116,59,3,8949,824,4,3,97,98,99,13820,13823,13826,59,1,8713,59,1,8951,59,1,8950,105,4,2,59,118,13836,13838,1,8716,4,3,97,98,99,13846,13849,13852,59,1,8716,59,1,8958,59,1,8957,4,3,97,111,114,13863,13892,13899,114,4,4,59,97,115,116,13874,13876,13883,13888,1,8742,108,108,101,108,59,1,8742,108,59,3,11005,8421,59,3,8706,824,108,105,110,116,59,1,10772,4,3,59,99,101,13907,13909,13914,1,8832,117,101,59,1,8928,4,2,59,99,13920,13923,3,10927,824,4,2,59,101,13929,13931,1,8832,113,59,3,10927,824,4,4,65,97,105,116,13946,13951,13971,13982,114,114,59,1,8655,114,114,4,3,59,99,119,13961,13963,13967,1,8603,59,3,10547,824,59,3,8605,824,103,104,116,97,114,114,111,119,59,1,8603,114,105,4,2,59,101,13990,13992,1,8939,59,1,8941,4,7,99,104,105,109,112,113,117,14011,14036,14060,14080,14085,14090,14106,4,4,59,99,101,114,14021,14023,14028,14032,1,8833,117,101,59,1,8929,59,3,10928,824,59,3,55349,56515,111,114,116,4,2,109,112,14045,14050,105,100,59,1,8740,97,114,97,108,108,101,108,59,1,8742,109,4,2,59,101,14067,14069,1,8769,4,2,59,113,14075,14077,1,8772,59,1,8772,105,100,59,1,8740,97,114,59,1,8742,115,117,4,2,98,112,14098,14102,101,59,1,8930,101,59,1,8931,4,3,98,99,112,14114,14157,14171,4,4,59,69,101,115,14124,14126,14130,14133,1,8836,59,3,10949,824,59,1,8840,101,116,4,2,59,101,14141,14144,3,8834,8402,113,4,2,59,113,14151,14153,1,8840,59,3,10949,824,99,4,2,59,101,14164,14166,1,8833,113,59,3,10928,824,4,4,59,69,101,115,14181,14183,14187,14190,1,8837,59,3,10950,824,59,1,8841,101,116,4,2,59,101,14198,14201,3,8835,8402,113,4,2,59,113,14208,14210,1,8841,59,3,10950,824,4,4,103,105,108,114,14224,14228,14238,14242,108,59,1,8825,108,100,101,5,241,1,59,14236,1,241,103,59,1,8824,105,97,110,103,108,101,4,2,108,114,14254,14269,101,102,116,4,2,59,101,14263,14265,1,8938,113,59,1,8940,105,103,104,116,4,2,59,101,14279,14281,1,8939,113,59,1,8941,4,2,59,109,14291,14293,1,957,4,3,59,101,115,14301,14303,14308,1,35,114,111,59,1,8470,112,59,1,8199,4,9,68,72,97,100,103,105,108,114,115,14332,14338,14344,14349,14355,14369,14376,14408,14426,97,115,104,59,1,8877,97,114,114,59,1,10500,112,59,3,8781,8402,97,115,104,59,1,8876,4,2,101,116,14361,14365,59,3,8805,8402,59,3,62,8402,110,102,105,110,59,1,10718,4,3,65,101,116,14384,14389,14393,114,114,59,1,10498,59,3,8804,8402,4,2,59,114,14399,14402,3,60,8402,105,101,59,3,8884,8402,4,2,65,116,14414,14419,114,114,59,1,10499,114,105,101,59,3,8885,8402,105,109,59,3,8764,8402,4,3,65,97,110,14440,14445,14468,114,114,59,1,8662,114,4,2,104,114,14452,14456,107,59,1,10531,4,2,59,111,14462,14464,1,8598,119,59,1,8598,101,97,114,59,1,10535,4,18,83,97,99,100,101,102,103,104,105,108,109,111,112,114,115,116,117,118,14512,14515,14535,14560,14597,14603,14618,14643,14657,14662,14701,14741,14747,14769,14851,14877,14907,14916,59,1,9416,4,2,99,115,14521,14531,117,116,101,5,243,1,59,14529,1,243,116,59,1,8859,4,2,105,121,14541,14557,114,4,2,59,99,14548,14550,1,8858,5,244,1,59,14555,1,244,59,1,1086,4,5,97,98,105,111,115,14572,14577,14583,14587,14591,115,104,59,1,8861,108,97,99,59,1,337,118,59,1,10808,116,59,1,8857,111,108,100,59,1,10684,108,105,103,59,1,339,4,2,99,114,14609,14614,105,114,59,1,10687,59,3,55349,56620,4,3,111,114,116,14626,14630,14640,110,59,1,731,97,118,101,5,242,1,59,14638,1,242,59,1,10689,4,2,98,109,14649,14654,97,114,59,1,10677,59,1,937,110,116,59,1,8750,4,4,97,99,105,116,14672,14677,14693,14698,114,114,59,1,8634,4,2,105,114,14683,14687,114,59,1,10686,111,115,115,59,1,10683,110,101,59,1,8254,59,1,10688,4,3,97,101,105,14709,14714,14719,99,114,59,1,333,103,97,59,1,969,4,3,99,100,110,14727,14733,14736,114,111,110,59,1,959,59,1,10678,117,115,59,1,8854,112,102,59,3,55349,56672,4,3,97,101,108,14755,14759,14764,114,59,1,10679,114,112,59,1,10681,117,115,59,1,8853,4,7,59,97,100,105,111,115,118,14785,14787,14792,14831,14837,14841,14848,1,8744,114,114,59,1,8635,4,4,59,101,102,109,14802,14804,14817,14824,1,10845,114,4,2,59,111,14811,14813,1,8500,102,59,1,8500,5,170,1,59,14822,1,170,5,186,1,59,14829,1,186,103,111,102,59,1,8886,114,59,1,10838,108,111,112,101,59,1,10839,59,1,10843,4,3,99,108,111,14859,14863,14873,114,59,1,8500,97,115,104,5,248,1,59,14871,1,248,108,59,1,8856,105,4,2,108,109,14884,14893,100,101,5,245,1,59,14891,1,245,101,115,4,2,59,97,14901,14903,1,8855,115,59,1,10806,109,108,5,246,1,59,14914,1,246,98,97,114,59,1,9021,4,12,97,99,101,102,104,105,108,109,111,114,115,117,14948,14992,14996,15033,15038,15068,15090,15189,15192,15222,15427,15441,114,4,4,59,97,115,116,14959,14961,14976,14989,1,8741,5,182,2,59,108,14968,14970,1,182,108,101,108,59,1,8741,4,2,105,108,14982,14986,109,59,1,10995,59,1,11005,59,1,8706,121,59,1,1087,114,4,5,99,105,109,112,116,15009,15014,15019,15024,15027,110,116,59,1,37,111,100,59,1,46,105,108,59,1,8240,59,1,8869,101,110,107,59,1,8241,114,59,3,55349,56621,4,3,105,109,111,15046,15057,15063,4,2,59,118,15052,15054,1,966,59,1,981,109,97,116,59,1,8499,110,101,59,1,9742,4,3,59,116,118,15076,15078,15087,1,960,99,104,102,111,114,107,59,1,8916,59,1,982,4,2,97,117,15096,15119,110,4,2,99,107,15103,15115,107,4,2,59,104,15110,15112,1,8463,59,1,8462,118,59,1,8463,115,4,9,59,97,98,99,100,101,109,115,116,15140,15142,15148,15151,15156,15168,15171,15179,15184,1,43,99,105,114,59,1,10787,59,1,8862,105,114,59,1,10786,4,2,111,117,15162,15165,59,1,8724,59,1,10789,59,1,10866,110,5,177,1,59,15177,1,177,105,109,59,1,10790,119,111,59,1,10791,59,1,177,4,3,105,112,117,15200,15208,15213,110,116,105,110,116,59,1,10773,102,59,3,55349,56673,110,100,5,163,1,59,15220,1,163,4,10,59,69,97,99,101,105,110,111,115,117,15244,15246,15249,15253,15258,15334,15347,15367,15416,15421,1,8826,59,1,10931,112,59,1,10935,117,101,59,1,8828,4,2,59,99,15264,15266,1,10927,4,6,59,97,99,101,110,115,15280,15282,15290,15299,15303,15329,1,8826,112,112,114,111,120,59,1,10935,117,114,108,121,101,113,59,1,8828,113,59,1,10927,4,3,97,101,115,15311,15319,15324,112,112,114,111,120,59,1,10937,113,113,59,1,10933,105,109,59,1,8936,105,109,59,1,8830,109,101,4,2,59,115,15342,15344,1,8242,59,1,8473,4,3,69,97,115,15355,15358,15362,59,1,10933,112,59,1,10937,105,109,59,1,8936,4,3,100,102,112,15375,15378,15404,59,1,8719,4,3,97,108,115,15386,15392,15398,108,97,114,59,1,9006,105,110,101,59,1,8978,117,114,102,59,1,8979,4,2,59,116,15410,15412,1,8733,111,59,1,8733,105,109,59,1,8830,114,101,108,59,1,8880,4,2,99,105,15433,15438,114,59,3,55349,56517,59,1,968,110,99,115,112,59,1,8200,4,6,102,105,111,112,115,117,15462,15467,15472,15478,15485,15491,114,59,3,55349,56622,110,116,59,1,10764,112,102,59,3,55349,56674,114,105,109,101,59,1,8279,99,114,59,3,55349,56518,4,3,97,101,111,15499,15520,15534,116,4,2,101,105,15506,15515,114,110,105,111,110,115,59,1,8461,110,116,59,1,10774,115,116,4,2,59,101,15528,15530,1,63,113,59,1,8799,116,5,34,1,59,15540,1,34,4,21,65,66,72,97,98,99,100,101,102,104,105,108,109,110,111,112,114,115,116,117,120,15586,15609,15615,15620,15796,15855,15893,15931,15977,16001,16039,16183,16204,16222,16228,16285,16312,16318,16363,16408,16416,4,3,97,114,116,15594,15599,15603,114,114,59,1,8667,114,59,1,8658,97,105,108,59,1,10524,97,114,114,59,1,10511,97,114,59,1,10596,4,7,99,100,101,110,113,114,116,15636,15651,15656,15664,15687,15696,15770,4,2,101,117,15642,15646,59,3,8765,817,116,101,59,1,341,105,99,59,1,8730,109,112,116,121,118,59,1,10675,103,4,4,59,100,101,108,15675,15677,15680,15683,1,10217,59,1,10642,59,1,10661,101,59,1,10217,117,111,5,187,1,59,15694,1,187,114,4,11,59,97,98,99,102,104,108,112,115,116,119,15721,15723,15727,15739,15742,15746,15750,15754,15758,15763,15767,1,8594,112,59,1,10613,4,2,59,102,15733,15735,1,8677,115,59,1,10528,59,1,10547,115,59,1,10526,107,59,1,8618,112,59,1,8620,108,59,1,10565,105,109,59,1,10612,108,59,1,8611,59,1,8605,4,2,97,105,15776,15781,105,108,59,1,10522,111,4,2,59,110,15788,15790,1,8758,97,108,115,59,1,8474,4,3,97,98,114,15804,15809,15814,114,114,59,1,10509,114,107,59,1,10099,4,2,97,107,15820,15833,99,4,2,101,107,15827,15830,59,1,125,59,1,93,4,2,101,115,15839,15842,59,1,10636,108,4,2,100,117,15849,15852,59,1,10638,59,1,10640,4,4,97,101,117,121,15865,15871,15886,15890,114,111,110,59,1,345,4,2,100,105,15877,15882,105,108,59,1,343,108,59,1,8969,98,59,1,125,59,1,1088,4,4,99,108,113,115,15903,15907,15914,15927,97,59,1,10551,100,104,97,114,59,1,10601,117,111,4,2,59,114,15922,15924,1,8221,59,1,8221,104,59,1,8627,4,3,97,99,103,15939,15966,15970,108,4,4,59,105,112,115,15950,15952,15957,15963,1,8476,110,101,59,1,8475,97,114,116,59,1,8476,59,1,8477,116,59,1,9645,5,174,1,59,15975,1,174,4,3,105,108,114,15985,15991,15997,115,104,116,59,1,10621,111,111,114,59,1,8971,59,3,55349,56623,4,2,97,111,16007,16028,114,4,2,100,117,16014,16017,59,1,8641,4,2,59,108,16023,16025,1,8640,59,1,10604,4,2,59,118,16034,16036,1,961,59,1,1009,4,3,103,110,115,16047,16167,16171,104,116,4,6,97,104,108,114,115,116,16063,16081,16103,16130,16143,16155,114,114,111,119,4,2,59,116,16073,16075,1,8594,97,105,108,59,1,8611,97,114,112,111,111,110,4,2,100,117,16093,16099,111,119,110,59,1,8641,112,59,1,8640,101,102,116,4,2,97,104,16112,16120,114,114,111,119,115,59,1,8644,97,114,112,111,111,110,115,59,1,8652,105,103,104,116,97,114,114,111,119,115,59,1,8649,113,117,105,103,97,114,114,111,119,59,1,8605,104,114,101,101,116,105,109,101,115,59,1,8908,103,59,1,730,105,110,103,100,111,116,115,101,113,59,1,8787,4,3,97,104,109,16191,16196,16201,114,114,59,1,8644,97,114,59,1,8652,59,1,8207,111,117,115,116,4,2,59,97,16214,16216,1,9137,99,104,101,59,1,9137,109,105,100,59,1,10990,4,4,97,98,112,116,16238,16252,16257,16278,4,2,110,114,16244,16248,103,59,1,10221,114,59,1,8702,114,107,59,1,10215,4,3,97,102,108,16265,16269,16273,114,59,1,10630,59,3,55349,56675,117,115,59,1,10798,105,109,101,115,59,1,10805,4,2,97,112,16291,16304,114,4,2,59,103,16298,16300,1,41,116,59,1,10644,111,108,105,110,116,59,1,10770,97,114,114,59,1,8649,4,4,97,99,104,113,16328,16334,16339,16342,113,117,111,59,1,8250,114,59,3,55349,56519,59,1,8625,4,2,98,117,16348,16351,59,1,93,111,4,2,59,114,16358,16360,1,8217,59,1,8217,4,3,104,105,114,16371,16377,16383,114,101,101,59,1,8908,109,101,115,59,1,8906,105,4,4,59,101,102,108,16394,16396,16399,16402,1,9657,59,1,8885,59,1,9656,116,114,105,59,1,10702,108,117,104,97,114,59,1,10600,59,1,8478,4,19,97,98,99,100,101,102,104,105,108,109,111,112,113,114,115,116,117,119,122,16459,16466,16472,16572,16590,16672,16687,16746,16844,16850,16924,16963,16988,17115,17121,17154,17206,17614,17656,99,117,116,101,59,1,347,113,117,111,59,1,8218,4,10,59,69,97,99,101,105,110,112,115,121,16494,16496,16499,16513,16518,16531,16536,16556,16564,16569,1,8827,59,1,10932,4,2,112,114,16505,16508,59,1,10936,111,110,59,1,353,117,101,59,1,8829,4,2,59,100,16524,16526,1,10928,105,108,59,1,351,114,99,59,1,349,4,3,69,97,115,16544,16547,16551,59,1,10934,112,59,1,10938,105,109,59,1,8937,111,108,105,110,116,59,1,10771,105,109,59,1,8831,59,1,1089,111,116,4,3,59,98,101,16582,16584,16587,1,8901,59,1,8865,59,1,10854,4,7,65,97,99,109,115,116,120,16606,16611,16634,16642,16646,16652,16668,114,114,59,1,8664,114,4,2,104,114,16618,16622,107,59,1,10533,4,2,59,111,16628,16630,1,8600,119,59,1,8600,116,5,167,1,59,16640,1,167,105,59,1,59,119,97,114,59,1,10537,109,4,2,105,110,16659,16665,110,117,115,59,1,8726,59,1,8726,116,59,1,10038,114,4,2,59,111,16679,16682,3,55349,56624,119,110,59,1,8994,4,4,97,99,111,121,16697,16702,16716,16739,114,112,59,1,9839,4,2,104,121,16708,16713,99,121,59,1,1097,59,1,1096,114,116,4,2,109,112,16724,16729,105,100,59,1,8739,97,114,97,108,108,101,108,59,1,8741,5,173,1,59,16744,1,173,4,2,103,109,16752,16770,109,97,4,3,59,102,118,16762,16764,16767,1,963,59,1,962,59,1,962,4,8,59,100,101,103,108,110,112,114,16788,16790,16795,16806,16817,16828,16832,16838,1,8764,111,116,59,1,10858,4,2,59,113,16801,16803,1,8771,59,1,8771,4,2,59,69,16812,16814,1,10910,59,1,10912,4,2,59,69,16823,16825,1,10909,59,1,10911,101,59,1,8774,108,117,115,59,1,10788,97,114,114,59,1,10610,97,114,114,59,1,8592,4,4,97,101,105,116,16860,16883,16891,16904,4,2,108,115,16866,16878,108,115,101,116,109,105,110,117,115,59,1,8726,104,112,59,1,10803,112,97,114,115,108,59,1,10724,4,2,100,108,16897,16900,59,1,8739,101,59,1,8995,4,2,59,101,16910,16912,1,10922,4,2,59,115,16918,16920,1,10924,59,3,10924,65024,4,3,102,108,112,16932,16938,16958,116,99,121,59,1,1100,4,2,59,98,16944,16946,1,47,4,2,59,97,16952,16954,1,10692,114,59,1,9023,102,59,3,55349,56676,97,4,2,100,114,16970,16985,101,115,4,2,59,117,16978,16980,1,9824,105,116,59,1,9824,59,1,8741,4,3,99,115,117,16996,17028,17089,4,2,97,117,17002,17015,112,4,2,59,115,17009,17011,1,8851,59,3,8851,65024,112,4,2,59,115,17022,17024,1,8852,59,3,8852,65024,117,4,2,98,112,17035,17062,4,3,59,101,115,17043,17045,17048,1,8847,59,1,8849,101,116,4,2,59,101,17056,17058,1,8847,113,59,1,8849,4,3,59,101,115,17070,17072,17075,1,8848,59,1,8850,101,116,4,2,59,101,17083,17085,1,8848,113,59,1,8850,4,3,59,97,102,17097,17099,17112,1,9633,114,4,2,101,102,17106,17109,59,1,9633,59,1,9642,59,1,9642,97,114,114,59,1,8594,4,4,99,101,109,116,17131,17136,17142,17148,114,59,3,55349,56520,116,109,110,59,1,8726,105,108,101,59,1,8995,97,114,102,59,1,8902,4,2,97,114,17160,17172,114,4,2,59,102,17167,17169,1,9734,59,1,9733,4,2,97,110,17178,17202,105,103,104,116,4,2,101,112,17188,17197,112,115,105,108,111,110,59,1,1013,104,105,59,1,981,115,59,1,175,4,5,98,99,109,110,112,17218,17351,17420,17423,17427,4,9,59,69,100,101,109,110,112,114,115,17238,17240,17243,17248,17261,17267,17279,17285,17291,1,8834,59,1,10949,111,116,59,1,10941,4,2,59,100,17254,17256,1,8838,111,116,59,1,10947,117,108,116,59,1,10945,4,2,69,101,17273,17276,59,1,10955,59,1,8842,108,117,115,59,1,10943,97,114,114,59,1,10617,4,3,101,105,117,17299,17335,17339,116,4,3,59,101,110,17308,17310,17322,1,8834,113,4,2,59,113,17317,17319,1,8838,59,1,10949,101,113,4,2,59,113,17330,17332,1,8842,59,1,10955,109,59,1,10951,4,2,98,112,17345,17348,59,1,10965,59,1,10963,99,4,6,59,97,99,101,110,115,17366,17368,17376,17385,17389,17415,1,8827,112,112,114,111,120,59,1,10936,117,114,108,121,101,113,59,1,8829,113,59,1,10928,4,3,97,101,115,17397,17405,17410,112,112,114,111,120,59,1,10938,113,113,59,1,10934,105,109,59,1,8937,105,109,59,1,8831,59,1,8721,103,59,1,9834,4,13,49,50,51,59,69,100,101,104,108,109,110,112,115,17455,17462,17469,17476,17478,17481,17496,17509,17524,17530,17536,17548,17554,5,185,1,59,17460,1,185,5,178,1,59,17467,1,178,5,179,1,59,17474,1,179,1,8835,59,1,10950,4,2,111,115,17487,17491,116,59,1,10942,117,98,59,1,10968,4,2,59,100,17502,17504,1,8839,111,116,59,1,10948,115,4,2,111,117,17516,17520,108,59,1,10185,98,59,1,10967,97,114,114,59,1,10619,117,108,116,59,1,10946,4,2,69,101,17542,17545,59,1,10956,59,1,8843,108,117,115,59,1,10944,4,3,101,105,117,17562,17598,17602,116,4,3,59,101,110,17571,17573,17585,1,8835,113,4,2,59,113,17580,17582,1,8839,59,1,10950,101,113,4,2,59,113,17593,17595,1,8843,59,1,10956,109,59,1,10952,4,2,98,112,17608,17611,59,1,10964,59,1,10966,4,3,65,97,110,17622,17627,17650,114,114,59,1,8665,114,4,2,104,114,17634,17638,107,59,1,10534,4,2,59,111,17644,17646,1,8601,119,59,1,8601,119,97,114,59,1,10538,108,105,103,5,223,1,59,17664,1,223,4,13,97,98,99,100,101,102,104,105,111,112,114,115,119,17694,17709,17714,17737,17742,17749,17754,17860,17905,17957,17964,18090,18122,4,2,114,117,17700,17706,103,101,116,59,1,8982,59,1,964,114,107,59,1,9140,4,3,97,101,121,17722,17728,17734,114,111,110,59,1,357,100,105,108,59,1,355,59,1,1090,111,116,59,1,8411,108,114,101,99,59,1,8981,114,59,3,55349,56625,4,4,101,105,107,111,17764,17805,17836,17851,4,2,114,116,17770,17786,101,4,2,52,102,17777,17780,59,1,8756,111,114,101,59,1,8756,97,4,3,59,115,118,17795,17797,17802,1,952,121,109,59,1,977,59,1,977,4,2,99,110,17811,17831,107,4,2,97,115,17818,17826,112,112,114,111,120,59,1,8776,105,109,59,1,8764,115,112,59,1,8201,4,2,97,115,17842,17846,112,59,1,8776,105,109,59,1,8764,114,110,5,254,1,59,17858,1,254,4,3,108,109,110,17868,17873,17901,100,101,59,1,732,101,115,5,215,3,59,98,100,17884,17886,17898,1,215,4,2,59,97,17892,17894,1,8864,114,59,1,10801,59,1,10800,116,59,1,8749,4,3,101,112,115,17913,17917,17953,97,59,1,10536,4,4,59,98,99,102,17927,17929,17934,17939,1,8868,111,116,59,1,9014,105,114,59,1,10993,4,2,59,111,17945,17948,3,55349,56677,114,107,59,1,10970,97,59,1,10537,114,105,109,101,59,1,8244,4,3,97,105,112,17972,17977,18082,100,101,59,1,8482,4,7,97,100,101,109,112,115,116,17993,18051,18056,18059,18066,18072,18076,110,103,108,101,4,5,59,100,108,113,114,18009,18011,18017,18032,18035,1,9653,111,119,110,59,1,9663,101,102,116,4,2,59,101,18026,18028,1,9667,113,59,1,8884,59,1,8796,105,103,104,116,4,2,59,101,18045,18047,1,9657,113,59,1,8885,111,116,59,1,9708,59,1,8796,105,110,117,115,59,1,10810,108,117,115,59,1,10809,98,59,1,10701,105,109,101,59,1,10811,101,122,105,117,109,59,1,9186,4,3,99,104,116,18098,18111,18116,4,2,114,121,18104,18108,59,3,55349,56521,59,1,1094,99,121,59,1,1115,114,111,107,59,1,359,4,2,105,111,18128,18133,120,116,59,1,8812,104,101,97,100,4,2,108,114,18143,18154,101,102,116,97,114,114,111,119,59,1,8606,105,103,104,116,97,114,114,111,119,59,1,8608,4,18,65,72,97,98,99,100,102,103,104,108,109,111,112,114,115,116,117,119,18204,18209,18214,18234,18250,18268,18292,18308,18319,18343,18379,18397,18413,18504,18547,18553,18584,18603,114,114,59,1,8657,97,114,59,1,10595,4,2,99,114,18220,18230,117,116,101,5,250,1,59,18228,1,250,114,59,1,8593,114,4,2,99,101,18241,18245,121,59,1,1118,118,101,59,1,365,4,2,105,121,18256,18265,114,99,5,251,1,59,18263,1,251,59,1,1091,4,3,97,98,104,18276,18281,18287,114,114,59,1,8645,108,97,99,59,1,369,97,114,59,1,10606,4,2,105,114,18298,18304,115,104,116,59,1,10622,59,3,55349,56626,114,97,118,101,5,249,1,59,18317,1,249,4,2,97,98,18325,18338,114,4,2,108,114,18332,18335,59,1,8639,59,1,8638,108,107,59,1,9600,4,2,99,116,18349,18374,4,2,111,114,18355,18369,114,110,4,2,59,101,18363,18365,1,8988,114,59,1,8988,111,112,59,1,8975,114,105,59,1,9720,4,2,97,108,18385,18390,99,114,59,1,363,5,168,1,59,18395,1,168,4,2,103,112,18403,18408,111,110,59,1,371,102,59,3,55349,56678,4,6,97,100,104,108,115,117,18427,18434,18445,18470,18475,18494,114,114,111,119,59,1,8593,111,119,110,97,114,114,111,119,59,1,8597,97,114,112,111,111,110,4,2,108,114,18457,18463,101,102,116,59,1,8639,105,103,104,116,59,1,8638,117,115,59,1,8846,105,4,3,59,104,108,18484,18486,18489,1,965,59,1,978,111,110,59,1,965,112,97,114,114,111,119,115,59,1,8648,4,3,99,105,116,18512,18537,18542,4,2,111,114,18518,18532,114,110,4,2,59,101,18526,18528,1,8989,114,59,1,8989,111,112,59,1,8974,110,103,59,1,367,114,105,59,1,9721,99,114,59,3,55349,56522,4,3,100,105,114,18561,18566,18572,111,116,59,1,8944,108,100,101,59,1,361,105,4,2,59,102,18579,18581,1,9653,59,1,9652,4,2,97,109,18590,18595,114,114,59,1,8648,108,5,252,1,59,18601,1,252,97,110,103,108,101,59,1,10663,4,15,65,66,68,97,99,100,101,102,108,110,111,112,114,115,122,18643,18648,18661,18667,18847,18851,18857,18904,18909,18915,18931,18937,18943,18949,18996,114,114,59,1,8661,97,114,4,2,59,118,18656,18658,1,10984,59,1,10985,97,115,104,59,1,8872,4,2,110,114,18673,18679,103,114,116,59,1,10652,4,7,101,107,110,112,114,115,116,18695,18704,18711,18720,18742,18754,18810,112,115,105,108,111,110,59,1,1013,97,112,112,97,59,1,1008,111,116,104,105,110,103,59,1,8709,4,3,104,105,114,18728,18732,18735,105,59,1,981,59,1,982,111,112,116,111,59,1,8733,4,2,59,104,18748,18750,1,8597,111,59,1,1009,4,2,105,117,18760,18766,103,109,97,59,1,962,4,2,98,112,18772,18791,115,101,116,110,101,113,4,2,59,113,18784,18787,3,8842,65024,59,3,10955,65024,115,101,116,110,101,113,4,2,59,113,18803,18806,3,8843,65024,59,3,10956,65024,4,2,104,114,18816,18822,101,116,97,59,1,977,105,97,110,103,108,101,4,2,108,114,18834,18840,101,102,116,59,1,8882,105,103,104,116,59,1,8883,121,59,1,1074,97,115,104,59,1,8866,4,3,101,108,114,18865,18884,18890,4,3,59,98,101,18873,18875,18880,1,8744,97,114,59,1,8891,113,59,1,8794,108,105,112,59,1,8942,4,2,98,116,18896,18901,97,114,59,1,124,59,1,124,114,59,3,55349,56627,116,114,105,59,1,8882,115,117,4,2,98,112,18923,18927,59,3,8834,8402,59,3,8835,8402,112,102,59,3,55349,56679,114,111,112,59,1,8733,116,114,105,59,1,8883,4,2,99,117,18955,18960,114,59,3,55349,56523,4,2,98,112,18966,18981,110,4,2,69,101,18973,18977,59,3,10955,65024,59,3,8842,65024,110,4,2,69,101,18988,18992,59,3,10956,65024,59,3,8843,65024,105,103,122,97,103,59,1,10650,4,7,99,101,102,111,112,114,115,19020,19026,19061,19066,19072,19075,19089,105,114,99,59,1,373,4,2,100,105,19032,19055,4,2,98,103,19038,19043,97,114,59,1,10847,101,4,2,59,113,19050,19052,1,8743,59,1,8793,101,114,112,59,1,8472,114,59,3,55349,56628,112,102,59,3,55349,56680,59,1,8472,4,2,59,101,19081,19083,1,8768,97,116,104,59,1,8768,99,114,59,3,55349,56524,4,14,99,100,102,104,105,108,109,110,111,114,115,117,118,119,19125,19146,19152,19157,19173,19176,19192,19197,19202,19236,19252,19269,19286,19291,4,3,97,105,117,19133,19137,19142,112,59,1,8898,114,99,59,1,9711,112,59,1,8899,116,114,105,59,1,9661,114,59,3,55349,56629,4,2,65,97,19163,19168,114,114,59,1,10234,114,114,59,1,10231,59,1,958,4,2,65,97,19182,19187,114,114,59,1,10232,114,114,59,1,10229,97,112,59,1,10236,105,115,59,1,8955,4,3,100,112,116,19210,19215,19230,111,116,59,1,10752,4,2,102,108,19221,19225,59,3,55349,56681,117,115,59,1,10753,105,109,101,59,1,10754,4,2,65,97,19242,19247,114,114,59,1,10233,114,114,59,1,10230,4,2,99,113,19258,19263,114,59,3,55349,56525,99,117,112,59,1,10758,4,2,112,116,19275,19281,108,117,115,59,1,10756,114,105,59,1,9651,101,101,59,1,8897,101,100,103,101,59,1,8896,4,8,97,99,101,102,105,111,115,117,19316,19335,19349,19357,19362,19367,19373,19379,99,4,2,117,121,19323,19332,116,101,5,253,1,59,19330,1,253,59,1,1103,4,2,105,121,19341,19346,114,99,59,1,375,59,1,1099,110,5,165,1,59,19355,1,165,114,59,3,55349,56630,99,121,59,1,1111,112,102,59,3,55349,56682,99,114,59,3,55349,56526,4,2,99,109,19385,19389,121,59,1,1102,108,5,255,1,59,19395,1,255,4,10,97,99,100,101,102,104,105,111,115,119,19419,19426,19441,19446,19462,19467,19472,19480,19486,19492,99,117,116,101,59,1,378,4,2,97,121,19432,19438,114,111,110,59,1,382,59,1,1079,111,116,59,1,380,4,2,101,116,19452,19458,116,114,102,59,1,8488,97,59,1,950,114,59,3,55349,56631,99,121,59,1,1078,103,114,97,114,114,59,1,8669,112,102,59,3,55349,56683,99,114,59,3,55349,56527,4,2,106,110,19498,19501,59,1,8205,106,59,1,8204])},47757:function(e,n,r){"use strict";let a=r(79740),i=r(97700),o=a.CODE_POINTS;e.exports=class{constructor(){this.html=null,this.pos=-1,this.lastGapPos=-1,this.lastCharPos=-1,this.gapStack=[],this.skipNextNewLine=!1,this.lastChunkWritten=!1,this.endOfChunkHit=!1,this.bufferWaterline=65536}_err(){}_addGap(){this.gapStack.push(this.lastGapPos),this.lastGapPos=this.pos}_processSurrogate(e){if(this.pos!==this.lastCharPos){let n=this.html.charCodeAt(this.pos+1);if(a.isSurrogatePair(n))return this.pos++,this._addGap(),a.getSurrogatePairCodePoint(e,n)}else if(!this.lastChunkWritten)return this.endOfChunkHit=!0,o.EOF;return this._err(i.surrogateInInputStream),e}dropParsedChunk(){this.pos>this.bufferWaterline&&(this.lastCharPos-=this.pos,this.html=this.html.substring(this.pos),this.pos=0,this.lastGapPos=-1,this.gapStack=[])}write(e,n){this.html?this.html+=e:this.html=e,this.lastCharPos=this.html.length-1,this.endOfChunkHit=!1,this.lastChunkWritten=n}insertHtmlAtCurrentPos(e){this.html=this.html.substring(0,this.pos+1)+e+this.html.substring(this.pos+1,this.html.length),this.lastCharPos=this.html.length-1,this.endOfChunkHit=!1}advance(){if(this.pos++,this.pos>this.lastCharPos)return this.endOfChunkHit=!this.lastChunkWritten,o.EOF;let e=this.html.charCodeAt(this.pos);if(this.skipNextNewLine&&e===o.LINE_FEED)return this.skipNextNewLine=!1,this._addGap(),this.advance();if(e===o.CARRIAGE_RETURN)return this.skipNextNewLine=!0,o.LINE_FEED;this.skipNextNewLine=!1,a.isSurrogate(e)&&(e=this._processSurrogate(e));let n=e>31&&e<127||e===o.LINE_FEED||e===o.CARRIAGE_RETURN||e>159&&e<64976;return n||this._checkForProblematicCharacters(e),e}_checkForProblematicCharacters(e){a.isControlCodePoint(e)?this._err(i.controlCharacterInInputStream):a.isUndefinedCodePoint(e)&&this._err(i.noncharacterInInputStream)}retreat(){this.pos===this.lastGapPos&&(this.lastGapPos=this.gapStack.pop(),this.pos--),this.pos--}}},17385:function(e,n,r){"use strict";let{DOCUMENT_MODE:a}=r(28040);n.createDocument=function(){return{nodeName:"#document",mode:a.NO_QUIRKS,childNodes:[]}},n.createDocumentFragment=function(){return{nodeName:"#document-fragment",childNodes:[]}},n.createElement=function(e,n,r){return{nodeName:e,tagName:e,attrs:r,namespaceURI:n,childNodes:[],parentNode:null}},n.createCommentNode=function(e){return{nodeName:"#comment",data:e,parentNode:null}};let i=function(e){return{nodeName:"#text",value:e,parentNode:null}},o=n.appendChild=function(e,n){e.childNodes.push(n),n.parentNode=e},s=n.insertBefore=function(e,n,r){let a=e.childNodes.indexOf(r);e.childNodes.splice(a,0,n),n.parentNode=e};n.setTemplateContent=function(e,n){e.content=n},n.getTemplateContent=function(e){return e.content},n.setDocumentType=function(e,n,r,a){let i=null;for(let s=0;s(Object.keys(n).forEach(r=>{e[r]=n[r]}),e),Object.create(null))}},24592:function(e){"use strict";class n{constructor(e){let n={},r=this._getOverriddenMethods(this,n);for(let a of Object.keys(r))"function"==typeof r[a]&&(n[a]=e[a],e[a]=r[a])}_getOverriddenMethods(){throw Error("Not implemented")}}n.install=function(e,n,r){e.__mixins||(e.__mixins=[]);for(let a=0;a255)return"DOMAIN_TOO_LONG";for(var i=r.split("."),o=0;o63)return"LABEL_TOO_LONG";if("-"===n.charAt(0))return"LABEL_STARTS_WITH_DASH";if("-"===n.charAt(n.length-1))return"LABEL_ENDS_WITH_DASH";if(!/^[a-z0-9\-]+$/.test(n))return"LABEL_INVALID_CHARS"}},n.parse=function(e){if("string"!=typeof e)throw TypeError("Domain name must be a string.");var r=e.slice(0).toLowerCase();"."===r.charAt(r.length-1)&&(r=r.slice(0,r.length-1));var o=i.validate(r);if(o)return{input:e,error:{message:n.errorCodes[o],code:o}};var s={input:e,tld:null,sld:null,domain:null,subdomain:null,listed:!1},l=r.split(".");if("local"===l[l.length-1])return s;var u=function(){return/xn--/.test(r)&&(s.domain&&(s.domain=a.toASCII(s.domain)),s.subdomain&&(s.subdomain=a.toASCII(s.subdomain))),s},c=i.findRule(r);if(!c)return l.length<2?s:(s.tld=l.pop(),s.sld=l.pop(),s.domain=[s.sld,s.tld].join("."),l.length&&(s.subdomain=l.pop()),u());s.listed=!0;var p=c.suffix.split("."),m=l.slice(0,l.length-p.length);return c.exception&&m.push(p.shift()),s.tld=p.join("."),m.length&&(c.wildcard&&(p.unshift(m.pop()),s.tld=p.join(".")),m.length&&(s.sld=m.pop(),s.domain=[s.sld,s.tld].join("."),m.length&&(s.subdomain=m.join(".")))),u()},n.get=function(e){return e&&n.parse(e).domain||null},n.isValid=function(e){var r=n.parse(e);return Boolean(r.domain&&r.listed)}},11253:function(e,n,r){var a,i,o;e=r.nmd(e),a="object"==typeof window&&window||this,i=function(e){"use strict";var n={},r=-1;function a(e,n,r){try{e(n,r)}catch(i){var a;setTimeout(function(){throw i},0)}}function i(e,n,r){e(n,r)}function o(e,r,o,s){var l,u=n[r],c=s?i:a;if(Object.prototype.hasOwnProperty.call(n,r))for(l in u)Object.prototype.hasOwnProperty.call(u,l)&&c(u[l],e,o)}function s(e){var r=String(e);return Boolean(Object.prototype.hasOwnProperty.call(n,r)&&function(e){var n;for(n in e)if(Object.prototype.hasOwnProperty.call(e,n))return!0;return!1}(n[r]))}function l(e,n,r,a){var i,l,u,c=(i=e="symbol"==typeof e?e.toString():e,function(){var e=String(i),r=e.lastIndexOf(".");for(o(i,i,n,a);-1!==r;)r=(e=e.substr(0,r)).lastIndexOf("."),o(i,e,n,a);o(i,"*",n,a)});return!!function(e){for(var n=String(e),r=s(n)||s("*"),a=n.lastIndexOf(".");!r&&-1!==a;)a=(n=n.substr(0,a)).lastIndexOf("."),r=s(n);return r}(e)&&(!0===r?c():setTimeout(c,0),!0)}e.publish=function(n,r){return l(n,r,!1,e.immediateExceptions)},e.publishSync=function(n,r){return l(n,r,!0,e.immediateExceptions)},e.subscribe=function(e,a){if("function"!=typeof a)return!1;e="symbol"==typeof e?e.toString():e,Object.prototype.hasOwnProperty.call(n,e)||(n[e]={});var i="uid_"+String(++r);return n[e][i]=a,i},e.subscribeAll=function(n){return e.subscribe("*",n)},e.subscribeOnce=function(n,r){var a=e.subscribe(n,function(){e.unsubscribe(a),r.apply(this,arguments)});return e},e.clearAllSubscriptions=function(){n={}},e.clearSubscriptions=function(e){var r;for(r in n)Object.prototype.hasOwnProperty.call(n,r)&&0===r.indexOf(e)&&delete n[r]},e.countSubscriptions=function(e){var r,a,i=0;for(r in n)if(Object.prototype.hasOwnProperty.call(n,r)&&0===r.indexOf(e)){for(a in n[r])i++;break}return i},e.getSubscriptions=function(e){var r,a=[];for(r in n)Object.prototype.hasOwnProperty.call(n,r)&&0===r.indexOf(e)&&a.push(r);return a},e.unsubscribe=function(r){var a,i,o,s="string"==typeof r&&(Object.prototype.hasOwnProperty.call(n,r)||function(e){var r;for(r in n)if(Object.prototype.hasOwnProperty.call(n,r)&&0===r.indexOf(e))return!0;return!1}(r)),l=!s&&"string"==typeof r,u="function"==typeof r,c=!1;if(s){e.clearSubscriptions(r);return}for(a in n)if(Object.prototype.hasOwnProperty.call(n,a)){if(i=n[a],l&&i[r]){delete i[r],c=r;break}if(u)for(o in i)Object.prototype.hasOwnProperty.call(i,o)&&i[o]===r&&(delete i[o],c=!0)}return c}},o={},a.PubSub?(o=a.PubSub,console.warn("PubSub already loaded, using existing version")):(a.PubSub=o,i(o)),void 0!==e&&e.exports&&(n=e.exports=o),n.PubSub=o,e.exports=n=o},76269:function(e,n,r){"use strict";r.r(n),r.d(n,{decode:function(){return g},encode:function(){return b},toASCII:function(){return y},toUnicode:function(){return k},ucs2decode:function(){return m},ucs2encode:function(){return d}});let a=/^xn--/,i=/[^\0-\x7E]/,o=/[\x2E\u3002\uFF0E\uFF61]/g,s={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},l=Math.floor,u=String.fromCharCode;function c(e){throw RangeError(s[e])}function p(e,n){let r=e.split("@"),a="";r.length>1&&(a=r[0]+"@",e=r[1]),e=e.replace(o,".");let i=e.split("."),s=(function(e,n){let r=[],a=e.length;for(;a--;)r[a]=n(e[a]);return r})(i,n).join(".");return a+s}function m(e){let n=[],r=0,a=e.length;for(;r=55296&&i<=56319&&rString.fromCodePoint(...e),h=function(e,n){return e+22+75*(e<26)-((0!=n)<<5)},f=function(e,n,r){let a=0;for(e=r?l(e/700):e>>1,e+=l(e/n);e>455;a+=36)e=l(e/35);return l(a+36*e/(e+38))},g=function(e){let n=[],r=e.length,a=0,i=128,o=72,s=e.lastIndexOf("-");s<0&&(s=0);for(let u=0;u=128&&c("not-basic"),n.push(e.charCodeAt(u));for(let p=s>0?s+1:0;p=r&&c("invalid-input");let b=(g=e.charCodeAt(p++))-48<10?g-22:g-65<26?g-65:g-97<26?g-97:36;(b>=36||b>l((2147483647-a)/d))&&c("overflow"),a+=b*d;let k=h<=o?1:h>=o+26?26:h-o;if(bl(2147483647/y)&&c("overflow"),d*=y}let v=n.length+1;o=f(a-m,v,0==m),l(a/v)>2147483647-i&&c("overflow"),i+=l(a/v),a%=v,n.splice(a++,0,i)}return String.fromCodePoint(...n)},b=function(e){let n=[],r=(e=m(e)).length,a=128,i=0,o=72;for(let s of e)s<128&&n.push(u(s));let p=n.length,d=p;for(p&&n.push("-");d=a&&bl((2147483647-i)/k)&&c("overflow"),i+=(g-a)*k,a=g,e))if(y2147483647&&c("overflow"),y==a){let v=i;for(let E=36;;E+=36){let T=E<=o?1:E>=o+26?26:E-o;if(ve.length)&&(n=e.length);for(var r=0,a=Array(n);r0?eb(ej,--ew):0,e_--,10===eA&&(e_=1,eT--),eA}function eO(){return eA=ew2||eM(eA)>3?"":" "}function eF(e,n){for(;--n&&eO()&&!(eA<48)&&!(eA>102)&&(!(eA>57)||!(eA<65))&&(!(eA>70)||!(eA<97)););return eR(e,ew+(n<6&&32==eI()&&32==eO()))}function eB(e,n){for(;eO();)if(e+eA===57)break;else if(e+eA===84&&47===eI())break;return"/*"+eR(n,ew-1)+"*"+em(47===e?e:eO())}function eH(e){for(;!eM(eI());)eO();return eR(e,ew)}var eU="-ms-",eG="-moz-",e$="-webkit-",eK="comm",eV="rule",eq="decl",eW="@keyframes";function eY(e,n){for(var r="",a=ev(e),i=0;i0?d[k]+" "+y:ef(y,/&\f/g,d[k])))&&(u[b++]=v);return eS(e,n,r,0===i?eV:l,u,c,p)}function eX(e,n,r){return eS(e,n,r,eK,em(eA),ek(e,2,-2),0)}function eJ(e,n,r,a){return eS(e,n,r,eq,ek(e,0,a),ek(e,a+1,-1),a)}var e1,e0,e9=function(e,n,r){for(var a=0,i=0;a=i,i=eI(),38===a&&12===i&&(n[r]=1),!eM(i);)eO();return eR(e,ew)},e5=function(e,n){var r=-1,a=44;do switch(eM(a)){case 0:38===a&&12===eI()&&(n[r]=1),e[r]+=e9(ew-1,n,r);break;case 2:e[r]+=eD(a);break;case 4:if(44===a){e[++r]=58===eI()?"&\f":"",n[r]=e[r].length;break}default:e[r]+=em(a)}while(a=eO());return e},e4=new WeakMap,e2=function(e){if("rule"===e.type&&e.parent&&!(e.length<1)){for(var n=e.value,r=e.parent,a=e.column===r.column&&e.line===r.line;"rule"!==r.type;)if(!(r=r.parent))return;if((1!==e.props.length||58===n.charCodeAt(0)||e4.get(r))&&!a){e4.set(e,!0);for(var i,o,s=[],l=eP(e5(eL(n),s)),u=r.props,c=0,p=0;c-1&&!e.return)switch(e.type){case eq:e.return=function e(n,r){var a,i;switch((((r<<2^eb(n,0))<<2^eb(n,1))<<2^eb(n,2))<<2^eb(n,3)){case 5103:return e$+"print-"+n+n;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return e$+n+n;case 5349:case 4246:case 4810:case 6968:case 2756:return e$+n+eG+n+eU+n+n;case 6828:case 4268:return e$+n+eU+n+n;case 6165:return e$+n+eU+"flex-"+n+n;case 5187:return e$+n+ef(n,/(\w+).+(:[^]+)/,e$+"box-$1$2"+eU+"flex-$1$2")+n;case 5443:return e$+n+eU+"flex-item-"+ef(n,/flex-|-self/,"")+n;case 4675:return e$+n+eU+"flex-line-pack"+ef(n,/align-content|flex-|-self/,"")+n;case 5548:return e$+n+eU+ef(n,"shrink","negative")+n;case 5292:return e$+n+eU+ef(n,"basis","preferred-size")+n;case 6060:return e$+"box-"+ef(n,"-grow","")+e$+n+eU+ef(n,"grow","positive")+n;case 4554:return e$+ef(n,/([^-])(transform)/g,"$1"+e$+"$2")+n;case 6187:return ef(ef(ef(n,/(zoom-|grab)/,e$+"$1"),/(image-set)/,e$+"$1"),n,"")+n;case 5495:case 3959:return ef(n,/(image-set\([^]*)/,e$+"$1$`$1");case 4968:return ef(ef(n,/(.+:)(flex-)?(.*)/,e$+"box-pack:$3"+eU+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+e$+n+n;case 4095:case 3583:case 4068:case 2532:return ef(n,/(.+)-inline(.+)/,e$+"$1$2")+n;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(ey(n)-1-r>6)switch(eb(n,r+1)){case 109:if(45!==eb(n,r+4))break;case 102:return ef(n,/(.+:)(.+)-([^]+)/,"$1"+e$+"$2-$3$1"+eG+(108==eb(n,r+3)?"$3":"$2-$3"))+n;case 115:return~eg(n,"stretch")?e(ef(n,"stretch","fill-available"),r)+n:n}break;case 4949:if(115!==eb(n,r+1))break;case 6444:switch(eb(n,ey(n)-3-(~eg(n,"!important")&&10))){case 107:return ef(n,":",":"+e$)+n;case 101:return ef(n,/(.+:)([^;!]+)(;|!.+)?/,"$1"+e$+(45===eb(n,14)?"inline-":"")+"box$3$1"+e$+"$2$3$1"+eU+"$2box$3")+n}break;case 5936:switch(eb(n,r+11)){case 114:return e$+n+eU+ef(n,/[svh]\w+-[tblr]{2}/,"tb")+n;case 108:return e$+n+eU+ef(n,/[svh]\w+-[tblr]{2}/,"tb-rl")+n;case 45:return e$+n+eU+ef(n,/[svh]\w+-[tblr]{2}/,"lr")+n}return e$+n+eU+n+n}return n}(e.value,e.length);break;case eW:return eY([eC(e,{value:ef(e.value,"@","@"+e$)})],a);case eV:if(e.length){var i,o;return i=e.props,o=function(n){var r;switch(r=n,(r=/(::plac\w+|:read-\w+)/.exec(r))?r[0]:r){case":read-only":case":read-write":return eY([eC(e,{props:[ef(n,/:(read-\w+)/,":"+eG+"$1")]})],a);case"::placeholder":return eY([eC(e,{props:[ef(n,/:(plac\w+)/,":"+e$+"input-$1")]}),eC(e,{props:[ef(n,/:(plac\w+)/,":"+eG+"$1")]}),eC(e,{props:[ef(n,/:(plac\w+)/,eU+"input-$1")]})],a)}return""},i.map(o).join("")}}}],e7=function(e){var n=e.key;if("css"===n){var r=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(r,function(e){-1!==e.getAttribute("data-emotion").indexOf(" ")&&(document.head.appendChild(e),e.setAttribute("data-s",""))})}var a=e.stylisPlugins||e6,i={},o=[];l=e.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+n+' "]'),function(e){for(var n=e.getAttribute("data-emotion").split(" "),r=1;r0&&ey(w)-d&&eE(f>32?eJ(w+";",i,a,d-1):eJ(ef(w," ","")+";",i,a,d-2),c);break;case 59:w+=";";default:if(eE(x=eZ(w,r,a,p,m,o,u,E,T=[],_=[],d),s),123===v){if(0===m)e(w,r,x,x,T,s,d,u,_);else switch(h){case 100:case 109:case 115:e(n,x,x,i&&eE(eZ(n,x,x,0,0,o,u,E,o,T=[],d),_),o,_,d,u,i?T:_);break;default:e(w,x,x,x,[""],_,0,u,_)}}}p=m=f=0,b=y=1,E=w="",d=l;break;case 58:d=1+ey(w),f=g;default:if(b<1){if(123==v)--b;else if(125==v&&0==b++&&125==eN())continue}switch(w+=em(v),v*b){case 38:y=m>0?1:(w+="\f",-1);break;case 44:u[p++]=(ey(w)-1)*y,y=1;break;case 64:45===eI()&&(w+=eD(eO())),h=eI(),m=d=ey(E=w+=eH(ew)),v++;break;case 45:45===g&&2==ey(w)&&(b=0)}}return s}("",null,null,null,[""],n=eL(n=e),0,[0],n)),h)};u=function(e,n,r,a){c=r,f(e?e+"{"+n.styles+"}":n.styles),a&&(g.inserted[n.name]=!0)};var g={key:n,sheet:new ec({key:n,container:l,nonce:e.nonce,speedy:e.speedy,prepend:e.prepend,insertionPoint:e.insertionPoint}),nonce:e.nonce,inserted:i,registered:{},insert:u};return g.sheet.hydrate(o),g},e3=function(e){for(var n,r=0,a=0,i=e.length;i>=4;++a,i-=4)n=(65535&(n=255&e.charCodeAt(a)|(255&e.charCodeAt(++a))<<8|(255&e.charCodeAt(++a))<<16|(255&e.charCodeAt(++a))<<24))*1540483477+((n>>>16)*59797<<16),n^=n>>>24,r=(65535&n)*1540483477+((n>>>16)*59797<<16)^(65535&r)*1540483477+((r>>>16)*59797<<16);switch(i){case 3:r^=(255&e.charCodeAt(a+2))<<16;case 2:r^=(255&e.charCodeAt(a+1))<<8;case 1:r^=255&e.charCodeAt(a),r=(65535&r)*1540483477+((r>>>16)*59797<<16)}return r^=r>>>13,(((r=(65535&r)*1540483477+((r>>>16)*59797<<16))^r>>>15)>>>0).toString(36)},te={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},tt=/[A-Z]|^ms/g,tn=/_EMO_([^_]+?)_([^]*?)_EMO_/g,tr=function(e){return 45===e.charCodeAt(1)},ta=function(e){return null!=e&&"boolean"!=typeof e},ti=(e1=function(e){return tr(e)?e:e.replace(tt,"-$&").toLowerCase()},e0=Object.create(null),function(e){return void 0===e0[e]&&(e0[e]=e1(e)),e0[e]}),to=function(e,n){switch(e){case"animation":case"animationName":if("string"==typeof n)return n.replace(tn,function(e,n,r){return a={name:n,styles:r,next:a},n})}return 1===te[e]||tr(e)||"number"!=typeof n||0===n?n:n+"px"};function ts(e,n,r){if(null==r)return"";if(void 0!==r.__emotion_styles)return r;switch(typeof r){case"boolean":return"";case"object":if(1===r.anim)return a={name:r.name,styles:r.styles,next:a},r.name;if(void 0!==r.styles){var i,o=r.next;if(void 0!==o)for(;void 0!==o;)a={name:o.name,styles:o.styles,next:a},o=o.next;return r.styles+";"}return function(e,n,r){var a="";if(Array.isArray(r))for(var i=0;i1&&void 0!==arguments[1]?arguments[1]:"white",r="background-color: ".concat(e,"; border-radius: 4px; padding: 2px 4px;");return n&&(r+=" color: ".concat(n,";")),[r,""]}function tT(e,n){for(var r,a,i=arguments.length,o=Array(i>2?i-2:0),s=2;sn?(e.apply(void 0,o),r=l):(clearTimeout(a),a=tx()(function(){e.apply(void 0,o),r=q()()},Math.max(0,n-l+r)))}}(function(e){var n=o.current;n&&n(e)},n)},[n,o]),l=(0,b.useCallback)(function(e){e.timeStampLow=q()(),s(e)},[s]);return(0,b.useLayoutEffect)(function(){return i.addEventListener(r,l,{passive:!0}),l({target:i,type:r}),function(){return i.removeEventListener(r,l)}},[r,l,i]),!1};tw.defaultProps={debounce:200};var tA=r(44353),tj=r.n(tA);function tS(e,n){var r=tj()(n-e),a=e+Math.sqrt(Math.abs(n-e))*r;return r>0?Math.min(n,a):Math.max(n,a)}var tC=function(e){var n=e.name,r=e.onEnd,a=e.target,i=e.value,o=(0,b.useRef)(),s=(0,b.useCallback)(function(e,n,i,l){var u=arguments.length>4&&void 0!==arguments[4]?arguments[4]:q()();("100%"===i||"number"==typeof i)&&(cancelAnimationFrame(o.current),o.current=requestAnimationFrame(function(){if(a){var o="100%"===i?a.scrollHeight-a.offsetHeight:i,c=function(e,n,r,a){for(var i=e,o=0;oMath.abs(o-c)&&(c=o),a[e]=c,o===c?r&&r(!0):s(e,n,i,l+1,u)}}))},[o,r,a]),l=(0,b.useCallback)(function(){cancelAnimationFrame(o.current),r&&r(!1)},[r]);return(0,b.useLayoutEffect)(function(){return(s(n,a[n],i,1),a)?(a.addEventListener("pointerdown",l,{passive:!0}),a.addEventListener("wheel",l,{passive:!0}),function(){a.removeEventListener("pointerdown",l),a.removeEventListener("wheel",l),cancelAnimationFrame(o.current)}):function(){return cancelAnimationFrame(o.current)}},[s,o,l,n,a,i]),!1};function tN(e){var n=(0,b.useState)(e),r=m(n,2),a=r[0],i=r[1],o=(0,b.useRef)(),s=(0,b.useCallback)(function(e){"function"==typeof e?s(function(n){return e=e(n),o.current=e,e}):(o.current=e,s(e))},[o]);return o.current=a,[a,i,o]}function tO(e,n){var r=Z()(e);if(J()){var a=J()(e);n&&(a=et()(a).call(a,function(n){return er()(e,n).enumerable})),r.push.apply(r,a)}return r}function tI(e){for(var n=1;n1&&void 0!==arguments[1]?arguments[1]:{},r=n.force;return void 0!==r&&r?function(){for(var n=arguments.length,r=Array(n),a=0;a",{force:i})},[i]);s="top"===s?"top":"bottom";var p=(0,b.useRef)(0),d=(0,b.useRef)(o),h=tN("top"===s?0:"100%"),f=m(h,3),g=f[0],k=f[1],v=f[2],E=tN(null),x=m(E,3),A=x[0],j=x[1],S=x[2],N=(0,b.useRef)(0),O=(0,b.useRef)(0),I=(0,b.useRef)(0),R=m((0,b.useState)(!0),2),M=R[0],L=R[1],P=m((0,b.useState)(!0),2),z=P[0],B=P[1],U=m((0,b.useState)(!0),2),$=U[0],V=U[1],W=m((0,b.useState)(!1),2),Q=W[0],Z=W[1],X=tN(!0),J=m(X,3),ee=J[0],et=J[1],en=J[2],er=(0,b.useRef)([]),ea=(0,b.useCallback)(function(e){var n=S.current;return er.current.push(e),n&&e({scrollTop:n.scrollTop}),function(){var n=er.current,r=H()(n).call(n,e);~r&&G()(n).call(n,r,1)}},[er,S]),ei=(0,b.useCallback)(function(){var e=v.current;c(function(){var n;return K()(n=["%cSpineTo%c: %conEnd%c is fired."]).call(n,D(tE("magenta")),D(tE("orange")),[{animateTo:e}])}),p.current=q()(),tP(e,s)||et(!1),k(null)},[v,c,p,s,k,et]),eo=(0,b.useCallback)(function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=n.behavior,a=S.current;if("number"!=typeof e&&"100%"!==e)return console.warn('react-scroll-to-bottom: Arguments passed to scrollTo() must be either number or "100%".');c(function(){var n;return[K()(n=["%cscrollTo%c: Will scroll to %c".concat("number"==typeof e?e+"px":e.replace(/%/g,"%%"),"%c")]).call(n,D(tE("lime","")),D(tE("purple"))),{behavior:r,nextAnimateTo:e,target:a}]}),"auto"===r?(ei(),a&&(a.scrollTop="100%"===e?a.scrollHeight-a.offsetHeight:e)):("smooth"!==r&&console.warn('react-scroll-to-bottom: Please set "behavior" when calling "scrollTo". In future versions, the default behavior will be changed from smooth scrolling to discrete scrolling to align with HTML Standard.'),k(e)),tP(e,s)&&(c(function(){var n;return[K()(n=["%cscrollTo%c: Scrolling to end, will set sticky to %ctrue%c."]).call(n,D(tE("lime","")),D(tE("purple"))),[{mode:s,nextAnimateTo:e}]]}),et(!0))},[c,ei,s,k,et,S]),es=(0,b.useCallback)(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=e.behavior;c(function(){var e;return K()(e=["%cscrollToBottom%c: Called"]).call(e,D(tE("yellow","")))}),"smooth"!==n&&console.warn('react-scroll-to-bottom: Please set "behavior" when calling "scrollToBottom". In future versions, the default behavior will be changed from smooth scrolling to discrete scrolling to align with HTML Standard.'),eo("100%",{behavior:n||"smooth"})},[c,eo]),el=(0,b.useCallback)(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=e.behavior;c(function(){var e;return K()(e=["%cscrollToTop%c: Called"]).call(e,D(tE("yellow","")))}),"smooth"!==n&&console.warn('react-scroll-to-bottom: Please set "behavior" when calling "scrollToTop". In future versions, the default behavior will be changed from smooth scrolling to discrete scrolling to align with HTML Standard.'),eo(0,{behavior:n||"smooth"})},[c,eo]),eu=(0,b.useCallback)(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=e.behavior;c(function(){var e;return K()(e=["%cscrollToEnd%c: Called"]).call(e,D(tE("yellow","")))}),"smooth"!==n&&console.warn('react-scroll-to-bottom: Please set "behavior" when calling "scrollToEnd". In future versions, the default behavior will be changed from smooth scrolling to discrete scrolling to align with HTML Standard.');var r={behavior:n||"smooth"};"top"===s?el(r):es(r)},[c,s,es,el]),ec=(0,b.useCallback)(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=e.behavior;c(function(){var e;return K()(e=["%cscrollToStart%c: Called"]).call(e,D(tE("yellow","")))}),"smooth"!==n&&console.warn('react-scroll-to-bottom: Please set "behavior" when calling "scrollToStart". In future versions, the default behavior will be changed from smooth scrolling to discrete scrolling to align with HTML Standard.');var r={behavior:n||"smooth"};"top"===s?es(r):el(r)},[c,s,es,el]),ep=(0,b.useCallback)(function(){var e=S.current;if(e){if("auto"===d.current){c(function(){var e;return K()(e=["%ctarget changed%c: Initial scroll"]).call(e,D(tE("blue")))}),e.scrollTop="top"===s?0:e.scrollHeight-e.offsetHeight,d.current=!1;return}var n,r=N.current,a=e.offsetHeight,i=e.scrollHeight,o=e.scrollTop,l="top"===s?0:Math.max(0,i-a-o),p=Math.max(0,r-o),m=u({maxValue:l,minValue:p,offsetHeight:a,scrollHeight:i,scrollTop:o}),h=Math.max(0,Math.min(l,m));n="top"===s||h!==l?o+h:"100%",c(function(){var e,s,u;return[K()(e=[K()(s=K()(u="%cscrollToSticky%c: Will animate from %c".concat(r,"px%c to %c")).call(u,"number"==typeof n?n+"px":n.replace(/%/g,"%%"),"%c (%c")).call(s,("100%"===n?l:n)+r,"px%c)")]).call(e,D(tE("orange")),D(tE("purple")),D(tE("purple")),D(tE("purple"))),{animateFrom:r,maxValue:l,minValue:p,nextAnimateTo:n,nextValue:h,offsetHeight:a,rawNextValue:m,scrollHeight:i,scrollTop:o}]}),eo(n,{behavior:"smooth"})}},[N,c,s,u,eo,S]),em=(0,b.useCallback)(function(e){var n,r=e.timeStampLow,a=v.current,i=S.current,o=null!==a;if(!(r<=p.current)&&i){var l=tL({mode:s,target:i}),u=l.atBottom,m=l.atEnd,d=l.atStart,h=l.atTop;L(u),B(m),Z(d),V(h);var f=i.offsetHeight,g=i.scrollHeight,b=O.current,k=I.current,y=f!==b,E=g!==k;if(y&&(O.current=f),E&&(I.current=g),y||E)en.current&&(c(function(){var e;return[K()(e=["%conScroll%c: Size changed while sticky, calling %cscrollToSticky()%c"]).call(e,D(tE("red")),D(tE("orange")),[{offsetHeightChanged:y,scrollHeightChanged:E}]),{nextOffsetHeight:f,prevOffsetHeight:b,nextScrollHeight:g,prevScrollHeight:k}]}),ep());else{var T=o&&tP(a,s)||m;en.current!==T&&(c(function(){var e,n,r,l;return[K()(e=["%conScroll%c: %csetSticky%c(%c".concat(T,"%c)")]).call(e,D(tE("red")),D(tE("red")),D(tE("purple"))),K()(n=[K()(r=K()(l="(animating = %c".concat(o,"%c && isEnd = %c")).call(l,tP(a,s),"%c) || atEnd = %c")).call(r,m,"%c")]).call(n,D(tE("purple")),D(tE("purple")),D(tE("purple")),[{animating:o,animateTo:a,atEnd:m,mode:s,offsetHeight:i.offsetHeight,scrollHeight:i.scrollHeight,sticky:en.current,nextSticky:T}])]}),et(T))}var _=i.scrollTop;Y()(n=er.current).call(n,function(e){return e({scrollTop:_})})}},[v,c,p,s,O,I,er,ep,L,B,Z,V,et,en,S]);(0,b.useEffect)(function(){if(A){var e,r,a=!1,i=((e=function(){var e=S.current,n=null!==v.current;en.current?tL({mode:s,target:e}).atEnd?a=!1:a?q()()-a>34&&(n||(N.current=e.scrollTop,c(function(){var e;return K()(e=["%cInterval check%c: Should sticky but not at end, calling %cscrollToSticky()%c to scroll"]).call(e,D(tE("navy")),D(tE("orange")))}),ep()),a=!1):a=q()():e.scrollHeight<=e.offsetHeight&&!en.current&&(c(function(){var n;return[K()(n=["%cInterval check%c: Container is emptied, setting sticky back to %ctrue%c"]).call(n,D(tE("navy")),D(tE("purple"))),[{offsetHeight:e.offsetHeight,scrollHeight:e.scrollHeight,sticky:en.current}]]}),et(!0))})(),F()(e,Math.max(17,n)||17));return function(){return clearInterval(i)}}},[v,n,c,s,ep,et,en,A,S]);var ed=(0,b.useMemo)(function(){var e=tM[l]||(tM[l]=tf({key:"react-scroll-to-bottom--css-"+tk()().toString(26).substr(2,5).replace(/[0-9]/g,function(e){return String.fromCharCode(e.charCodeAt(0)+65)}),nonce:l}));return function(n){return e.css(n)+""}},[l]),eh=(0,b.useMemo)(function(){return{observeScrollPosition:ea,setTarget:j,styleToClassName:ed}},[ea,j,ed]),ef=(0,b.useMemo)(function(){return{atBottom:M,atEnd:z,atStart:Q,atTop:$,mode:s}},[M,z,Q,$,s]),eg=(0,b.useMemo)(function(){var e=null!==g;return{animating:e,animatingToEnd:e&&tP(g,s),sticky:ee}},[g,s,ee]),eb=(0,b.useMemo)(function(){return tI(tI({},ef),eg)},[ef,eg]),ek=(0,b.useMemo)(function(){return{scrollTo:eo,scrollToBottom:es,scrollToEnd:eu,scrollToStart:ec,scrollToTop:el}},[eo,es,eu,ec,el]);return(0,b.useEffect)(function(){if(A){var e=function(){I.current=A.scrollHeight};return A.addEventListener("focus",e,{capture:!0,passive:!0}),function(){return A.removeEventListener("focus",e)}}},[A]),c(function(){var e;return[K()(e=["%cRender%c: Render"]).call(e,D(tE("cyan",""))),{animateTo:g,animating:null!==g,sticky:ee,target:A}]}),b.createElement(C.Provider,{value:eh},b.createElement(y.Provider,{value:ek},b.createElement(w.Provider,{value:eb},b.createElement(T.Provider,{value:ef},b.createElement(_.Provider,{value:eg},r,A&&b.createElement(tw,{debounce:a,name:"scroll",onEvent:em,target:A}),A&&null!==g&&b.createElement(tC,{name:"scrollTop",onEnd:ei,target:A,value:g}))))))};tD.defaultProps={checkInterval:100,children:void 0,debounce:17,debug:void 0,initialScrollBehavior:"smooth",mode:void 0,nonce:void 0,scroller:tR},tD.propTypes={checkInterval:g().number,children:g().any,debounce:g().number,debug:g().bool,initialScrollBehavior:g().oneOf(["auto","smooth"]),mode:g().oneOf(["bottom","top"]),nonce:g().string,scroller:g().func};var tz=tD,tF={height:"100%",overflowY:"auto",width:"100%"},tB=function(e){var n=e.children,r=e.className,a=(0,b.useContext)(C).setTarget,i=O()(tF);return b.createElement("div",{className:h()(i,(r||"")+""),ref:a},n)};tB.defaultProps={children:void 0,className:void 0},tB.propTypes={children:g().any,className:g().string};var tH=tB,tU={position:"relative"},tG=function(e){var n=e.children,r=e.className,a=e.followButtonClassName,i=e.scrollViewClassName,o=O()(tU);return b.createElement("div",{className:h()(o,(r||"")+"")},b.createElement(tH,{className:(i||"")+""},n),b.createElement(M,{className:(a||"")+""}))};tG.defaultProps={children:void 0,className:void 0,followButtonClassName:void 0,scrollViewClassName:void 0},tG.propTypes={children:g().any,className:g().string,followButtonClassName:g().string,scrollViewClassName:g().string};var t$=function(e){var n=e.checkInterval,r=e.children,a=e.className,i=e.debounce,o=e.debug,s=e.followButtonClassName,l=e.initialScrollBehavior,u=e.mode,c=e.nonce,p=e.scroller,m=e.scrollViewClassName;return b.createElement(tz,{checkInterval:n,debounce:i,debug:o,initialScrollBehavior:l,mode:u,nonce:c,scroller:p},b.createElement(tG,{className:a,followButtonClassName:s,scrollViewClassName:m},r))};function tK(){return[j(2).animating]}function tV(){return[j(2).animatingToEnd]}function tq(){return[j(1).atBottom]}function tW(){return[j(1).atEnd]}function tY(){return[j(1).atStart]}function tQ(){return[j(1).atTop]}function tZ(){return[j(1).mode]}function tX(e){var n,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];e&&"function"!=typeof e?console.error('react-scroll-to-bottom: First argument passed to "useObserveScrollPosition" must be a function.'):tv()(r)||console.error('react-scroll-to-bottom: Second argument passed to "useObserveScrollPosition" must be an array if specified.');var a=N().observeScrollPosition;(0,b.useEffect)(function(){return e&&a(e)},K()(n=[]).call(n,D(r),[!e,a]))}function tJ(){return v().scrollTo}function t1(){return v().scrollToBottom}function t0(){return v().scrollToStart}function t9(){return v().scrollToTop}t$.defaultProps={checkInterval:void 0,children:void 0,className:void 0,debounce:void 0,debug:void 0,followButtonClassName:void 0,initialScrollBehavior:"smooth",mode:void 0,nonce:void 0,scroller:void 0,scrollViewClassName:void 0},t$.propTypes={checkInterval:g().number,children:g().any,className:g().string,debounce:g().number,debug:g().bool,followButtonClassName:g().string,initialScrollBehavior:g().oneOf(["auto","smooth"]),mode:g().oneOf(["bottom","top"]),nonce:g().string,scroller:g().func,scrollViewClassName:g().string};var t5=t$;!function(e,n){try{var a=r.g.document;if(void 0!==a&&a.createElement&&a.head&&a.head.appendChild){var i=a.querySelector('html meta[name="'.concat(encodeURI(e),'"]'))||a.createElement("meta");i.setAttribute("name",e),i.setAttribute("content",n),a.head.appendChild(i)}}catch(o){}}("react-scroll-to-bottom:version","4.2.0")},78791:function(e,n,r){var a=r(29058);e.exports=function(e,n){var r,i,o,s=null;if(!e||"string"!=typeof e)return s;for(var l=a(e),u="function"==typeof n,c=0,p=l.length;c/g,">").replace(/"/g,""").replace(/'/g,"'")}function o(e,...n){let r=Object.create(null);for(let a in e)r[a]=e[a];return n.forEach(function(e){for(let n in e)r[n]=e[n]}),r}let s=e=>!!e.scope||e.sublanguage&&e.language,l=(e,{prefix:n})=>{if(e.includes(".")){let r=e.split(".");return[`${n}${r.shift()}`,...r.map((e,n)=>`${e}${"_".repeat(n+1)}`)].join(" ")}return`${n}${e}`};class u{constructor(e,n){this.buffer="",this.classPrefix=n.classPrefix,e.walk(this)}addText(e){this.buffer+=i(e)}openNode(e){if(!s(e))return;let n="";n=e.sublanguage?`language-${e.language}`:l(e.scope,{prefix:this.classPrefix}),this.span(n)}closeNode(e){s(e)&&(this.buffer+="")}value(){return this.buffer}span(e){this.buffer+=``}}let c=(e={})=>{let n={children:[]};return Object.assign(n,e),n};class p{constructor(){this.rootNode=c(),this.stack=[this.rootNode]}get top(){return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(e){this.top.children.push(e)}openNode(e){let n=c({scope:e});this.add(n),this.stack.push(n)}closeNode(){if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)}walk(e){return this.constructor._walk(e,this.rootNode)}static _walk(e,n){return"string"==typeof n?e.addText(n):n.children&&(e.openNode(n),n.children.forEach(n=>this._walk(e,n)),e.closeNode(n)),e}static _collapse(e){"string"!=typeof e&&e.children&&(e.children.every(e=>"string"==typeof e)?e.children=[e.children.join("")]:e.children.forEach(e=>{p._collapse(e)}))}}class m extends p{constructor(e){super(),this.options=e}addKeyword(e,n){""!==e&&(this.openNode(n),this.addText(e),this.closeNode())}addText(e){""!==e&&this.add(e)}addSublanguage(e,n){let r=e.root;r.sublanguage=!0,r.language=n,this.add(r)}toHTML(){let e=new u(this,this.options);return e.value()}finalize(){return!0}}function d(e){return e?"string"==typeof e?e:e.source:null}function h(e){return b("(?=",e,")")}function f(e){return b("(?:",e,")*")}function g(e){return b("(?:",e,")?")}function b(...e){let n=e.map(e=>d(e)).join("");return n}function k(...e){let n=function(e){let n=e[e.length-1];return"object"==typeof n&&n.constructor===Object?(e.splice(e.length-1,1),n):{}}(e),r="("+(n.capture?"":"?:")+e.map(e=>d(e)).join("|")+")";return r}function y(e){return RegExp(e.toString()+"|").exec("").length-1}let v=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./;function E(e,{joinWith:n}){let r=0;return e.map(e=>{r+=1;let n=r,a=d(e),i="";for(;a.length>0;){let o=v.exec(a);if(!o){i+=a;break}i+=a.substring(0,o.index),a=a.substring(o.index+o[0].length),"\\"===o[0][0]&&o[1]?i+="\\"+String(Number(o[1])+n):(i+=o[0],"("===o[0]&&r++)}return i}).map(e=>`(${e})`).join(n)}let T="[a-zA-Z]\\w*",_="[a-zA-Z_]\\w*",x="\\b\\d+(\\.\\d+)?",w="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",A="\\b(0b[01]+)",j=(e={})=>{let n=/^#![ ]*\//;return e.binary&&(e.begin=b(n,/.*\b/,e.binary,/\b.*/)),o({scope:"meta",begin:n,end:/$/,relevance:0,"on:begin"(e,n){0!==e.index&&n.ignoreMatch()}},e)},S={begin:"\\\\[\\s\\S]",relevance:0},C=function(e,n,r={}){let a=o({scope:"comment",begin:e,end:n,contains:[]},r);a.contains.push({scope:"doctag",begin:"[ ]*(?=(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):)",end:/(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):/,excludeBegin:!0,relevance:0});let i=k("I","a","is","so","us","to","at","if","in","it","on",/[A-Za-z]+['](d|ve|re|ll|t|s|n)/,/[A-Za-z]+[-][a-z]+/,/[A-Za-z][a-z]{2,}/);return a.contains.push({begin:b(/[ ]+/,"(",i,/[.]?[:]?([.][ ]|[ ])/,"){3}")}),a},N=C("//","$"),O=C("/\\*","\\*/"),I=C("#","$"),R=function(e){return Object.assign(e,{"on:begin"(e,n){n.data._beginMatch=e[1]},"on:end"(e,n){n.data._beginMatch!==e[1]&&n.ignoreMatch()}})};var M=Object.freeze({__proto__:null,MATCH_NOTHING_RE:/\b\B/,IDENT_RE:T,UNDERSCORE_IDENT_RE:_,NUMBER_RE:x,C_NUMBER_RE:w,BINARY_NUMBER_RE:A,RE_STARTERS_RE:"!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",SHEBANG:j,BACKSLASH_ESCAPE:S,APOS_STRING_MODE:{scope:"string",begin:"'",end:"'",illegal:"\\n",contains:[S]},QUOTE_STRING_MODE:{scope:"string",begin:'"',end:'"',illegal:"\\n",contains:[S]},PHRASAL_WORDS_MODE:{begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},COMMENT:C,C_LINE_COMMENT_MODE:N,C_BLOCK_COMMENT_MODE:O,HASH_COMMENT_MODE:I,NUMBER_MODE:{scope:"number",begin:x,relevance:0},C_NUMBER_MODE:{scope:"number",begin:w,relevance:0},BINARY_NUMBER_MODE:{scope:"number",begin:A,relevance:0},REGEXP_MODE:{begin:/(?=\/[^/\n]*\/)/,contains:[{scope:"regexp",begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[S,{begin:/\[/,end:/\]/,relevance:0,contains:[S]}]}]},TITLE_MODE:{scope:"title",begin:T,relevance:0},UNDERSCORE_TITLE_MODE:{scope:"title",begin:_,relevance:0},METHOD_GUARD:{begin:"\\.\\s*"+_,relevance:0},END_SAME_AS_BEGIN:R});function L(e,n){let r=e.input[e.index-1];"."===r&&n.ignoreMatch()}function P(e,n){void 0!==e.className&&(e.scope=e.className,delete e.className)}function D(e,n){n&&e.beginKeywords&&(e.begin="\\b("+e.beginKeywords.split(" ").join("|")+")(?!\\.)(?=\\b|\\s)",e.__beforeBegin=L,e.keywords=e.keywords||e.beginKeywords,delete e.beginKeywords,void 0===e.relevance&&(e.relevance=0))}function z(e,n){Array.isArray(e.illegal)&&(e.illegal=k(...e.illegal))}function F(e,n){if(e.match){if(e.begin||e.end)throw Error("begin & end are not supported with match");e.begin=e.match,delete e.match}}function B(e,n){void 0===e.relevance&&(e.relevance=1)}let H=(e,n)=>{if(!e.beforeMatch)return;if(e.starts)throw Error("beforeMatch cannot be used with starts");let r=Object.assign({},e);Object.keys(e).forEach(n=>{delete e[n]}),e.keywords=r.keywords,e.begin=b(r.beforeMatch,h(r.begin)),e.starts={relevance:0,contains:[Object.assign(r,{endsParent:!0})]},e.relevance=0,delete r.beforeMatch},U=["of","and","for","in","not","or","if","then","parent","list","value"],G={},$=e=>{console.error(e)},K=(e,...n)=>{console.log(`WARN: ${e}`,...n)},V=(e,n)=>{G[`${e}/${n}`]||(console.log(`Deprecated as of ${e}. ${n}`),G[`${e}/${n}`]=!0)},q=Error();function W(e,n,{key:r}){let a=0,i=e[r],o={},s={};for(let l=1;l<=n.length;l++)s[l+a]=i[l],o[l+a]=!0,a+=y(n[l-1]);e[r]=s,e[r]._emit=o,e[r]._multi=!0}function Y(e){var n;(n=e).scope&&"object"==typeof n.scope&&null!==n.scope&&(n.beginScope=n.scope,delete n.scope),"string"==typeof e.beginScope&&(e.beginScope={_wrap:e.beginScope}),"string"==typeof e.endScope&&(e.endScope={_wrap:e.endScope}),function(e){if(Array.isArray(e.begin)){if(e.skip||e.excludeBegin||e.returnBegin)throw $("skip, excludeBegin, returnBegin not compatible with beginScope: {}"),q;if("object"!=typeof e.beginScope||null===e.beginScope)throw $("beginScope must be object"),q;W(e,e.begin,{key:"beginScope"}),e.begin=E(e.begin,{joinWith:""})}}(e),function(e){if(Array.isArray(e.end)){if(e.skip||e.excludeEnd||e.returnEnd)throw $("skip, excludeEnd, returnEnd not compatible with endScope: {}"),q;if("object"!=typeof e.endScope||null===e.endScope)throw $("endScope must be object"),q;W(e,e.end,{key:"endScope"}),e.end=E(e.end,{joinWith:""})}}(e)}class Q extends Error{constructor(e,n){super(e),this.name="HTMLInjectionError",this.html=n}}let Z=Symbol("nomatch");var X=function(e){let r=Object.create(null),s=Object.create(null),l=[],u=!0,c="Could not find the language '{}', did you forget to load/include a language module?",p={disableAutodetect:!0,name:"Plain text",contains:[]},v={ignoreUnescapedHTML:!1,throwUnescapedHTML:!1,noHighlightRe:/^(no-?highlight)$/i,languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-",cssSelector:"pre code",languages:null,__emitter:m};function T(e){return v.noHighlightRe.test(e)}function _(e,n,r){let a="",i="";"object"==typeof n?(a=e,r=n.ignoreIllegals,i=n.language):(V("10.7.0","highlight(lang, code, ...args) has been deprecated."),V("10.7.0","Please use highlight(code, options) instead.\nhttps://github.com/highlightjs/highlight.js/issues/2277"),i=e,a=n),void 0===r&&(r=!0);let o={code:a,language:i};R("before:highlight",o);let s=o.result?o.result:x(o.language,o.code,r);return s.code=o.code,R("after:highlight",s),s}function x(e,n,s,l){let p=Object.create(null);function m(e,n){return e.keywords[n]}function h(){if(!C.keywords){I.addText(R);return}let e=0;C.keywordPatternRe.lastIndex=0;let n=C.keywordPatternRe.exec(R),r="";for(;n;){r+=R.substring(e,n.index);let a=A.case_insensitive?n[0].toLowerCase():n[0],i=m(C,a);if(i){let[o,s]=i;if(I.addText(r),r="",p[a]=(p[a]||0)+1,p[a]<=7&&(M+=s),o.startsWith("_"))r+=n[0];else{let l=A.classNameAliases[o]||o;I.addKeyword(n[0],l)}}else r+=n[0];e=C.keywordPatternRe.lastIndex,n=C.keywordPatternRe.exec(R)}r+=R.substring(e),I.addText(r)}function f(){null!=C.subLanguage?function(){if(""===R)return;let e=null;if("string"==typeof C.subLanguage){if(!r[C.subLanguage]){I.addText(R);return}e=x(C.subLanguage,R,!0,O[C.subLanguage]),O[C.subLanguage]=e._top}else e=w(R,C.subLanguage.length?C.subLanguage:null);C.relevance>0&&(M+=e.relevance),I.addSublanguage(e._emitter,e.language)}():h(),R=""}function g(e,n){let r=1,a=n.length-1;for(;r<=a;){if(!e._emit[r]){r++;continue}let i=A.classNameAliases[e[r]]||e[r],o=n[r];i?I.addKeyword(o,i):(R=o,h(),R=""),r++}}function b(e,n){return e.scope&&"string"==typeof e.scope&&I.openNode(A.classNameAliases[e.scope]||e.scope),e.beginScope&&(e.beginScope._wrap?(I.addKeyword(R,A.classNameAliases[e.beginScope._wrap]||e.beginScope._wrap),R=""):e.beginScope._multi&&(g(e.beginScope,n),R="")),C=Object.create(e,{parent:{value:C}})}function k(e){return 0===C.matcher.regexIndex?(R+=e[0],1):(K=!0,0)}let T={};function _(r,i){let o=i&&i[0];if(R+=r,null==o)return f(),0;if("begin"===T.type&&"end"===i.type&&T.index===i.index&&""===o){if(R+=n.slice(i.index,i.index+1),!u){let l=Error(`0 width match regex (${e})`);throw l.languageName=e,l.badRule=T.rule,l}return 1}if(T=i,"begin"===i.type)return function(e){let n=e[0],r=e.rule,i=new a(r),o=[r.__beforeBegin,r["on:begin"]];for(let s of o)if(s&&(s(e,i),i.isMatchIgnored))return k(n);return r.skip?R+=n:(r.excludeBegin&&(R+=n),f(),r.returnBegin||r.excludeBegin||(R=n)),b(r,e),r.returnBegin?0:n.length}(i);if("illegal"!==i.type||s){if("end"===i.type){let c=function e(r){let i=r[0],o=n.substring(r.index),s=function e(n,r,i){let o=function e(n,r){let a=n&&n.exec(r);return a&&0===a.index}(n.endRe,i);if(o){if(n["on:end"]){let s=new a(n);n["on:end"](r,s),s.isMatchIgnored&&(o=!1)}if(o){for(;n.endsParent&&n.parent;)n=n.parent;return n}}if(n.endsWithParent)return e(n.parent,r,i)}(C,r,o);if(!s)return Z;let l=C;C.endScope&&C.endScope._wrap?(f(),I.addKeyword(i,C.endScope._wrap)):C.endScope&&C.endScope._multi?(f(),g(C.endScope,r)):l.skip?R+=i:(l.returnEnd||l.excludeEnd||(R+=i),f(),l.excludeEnd&&(R=i));do C.scope&&I.closeNode(),C.skip||C.subLanguage||(M+=C.relevance),C=C.parent;while(C!==s.parent);return s.starts&&b(s.starts,r),l.returnEnd?0:i.length}(i);if(c!==Z)return c}}else{let p=Error('Illegal lexeme "'+o+'" for mode "'+(C.scope||"")+'"');throw p.mode=C,p}if("illegal"===i.type&&""===o)return 1;if(G>1e5&&G>3*i.index){let m=Error("potential infinite loop, way more iterations than matches");throw m}return R+=o,o.length}let A=N(e);if(!A)throw $(c.replace("{}",e)),Error('Unknown language: "'+e+'"');let j=function(e){function n(n,r){return RegExp(d(n),"m"+(e.case_insensitive?"i":"")+(e.unicodeRegex?"u":"")+(r?"g":""))}class r{constructor(){this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}addRule(e,n){n.position=this.position++,this.matchIndexes[this.matchAt]=n,this.regexes.push([n,e]),this.matchAt+=y(e)+1}compile(){0===this.regexes.length&&(this.exec=()=>null);let e=this.regexes.map(e=>e[1]);this.matcherRe=n(E(e,{joinWith:"|"}),!0),this.lastIndex=0}exec(e){this.matcherRe.lastIndex=this.lastIndex;let n=this.matcherRe.exec(e);if(!n)return null;let r=n.findIndex((e,n)=>n>0&&void 0!==e),a=this.matchIndexes[r];return n.splice(0,r),Object.assign(n,a)}}class a{constructor(){this.rules=[],this.multiRegexes=[],this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(e){if(this.multiRegexes[e])return this.multiRegexes[e];let n=new r;return this.rules.slice(e).forEach(([e,r])=>n.addRule(e,r)),n.compile(),this.multiRegexes[e]=n,n}resumingScanAtSamePosition(){return 0!==this.regexIndex}considerAll(){this.regexIndex=0}addRule(e,n){this.rules.push([e,n]),"begin"===n.type&&this.count++}exec(e){let n=this.getMatcher(this.regexIndex);n.lastIndex=this.lastIndex;let r=n.exec(e);if(this.resumingScanAtSamePosition()){if(r&&r.index===this.lastIndex);else{let a=this.getMatcher(0);a.lastIndex=this.lastIndex+1,r=a.exec(e)}}return r&&(this.regexIndex+=r.position+1,this.regexIndex===this.count&&this.considerAll()),r}}if(e.compilerExtensions||(e.compilerExtensions=[]),e.contains&&e.contains.includes("self"))throw Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.");return e.classNameAliases=o(e.classNameAliases||{}),function r(i,s){let l=i;if(i.isCompiled)return l;[P,F,Y,H].forEach(e=>e(i,s)),e.compilerExtensions.forEach(e=>e(i,s)),i.__beforeBegin=null,[D,z,B].forEach(e=>e(i,s)),i.isCompiled=!0;let u=null;return"object"==typeof i.keywords&&i.keywords.$pattern&&(i.keywords=Object.assign({},i.keywords),u=i.keywords.$pattern,delete i.keywords.$pattern),u=u||/\w+/,i.keywords&&(i.keywords=function e(n,r,a="keyword"){let i=Object.create(null);return"string"==typeof n?o(a,n.split(" ")):Array.isArray(n)?o(a,n):Object.keys(n).forEach(function(a){Object.assign(i,e(n[a],r,a))}),i;function o(e,n){r&&(n=n.map(e=>e.toLowerCase())),n.forEach(function(n){var r,a,o;let s=n.split("|");i[s[0]]=[e,(r=s[0],a=s[1],a?Number(a):(o=r,U.includes(o.toLowerCase()))?0:1)]})}}(i.keywords,e.case_insensitive)),l.keywordPatternRe=n(u,!0),s&&(i.begin||(i.begin=/\B|\b/),l.beginRe=n(l.begin),i.end||i.endsWithParent||(i.end=/\B|\b/),i.end&&(l.endRe=n(l.end)),l.terminatorEnd=d(l.end)||"",i.endsWithParent&&s.terminatorEnd&&(l.terminatorEnd+=(i.end?"|":"")+s.terminatorEnd)),i.illegal&&(l.illegalRe=n(i.illegal)),i.contains||(i.contains=[]),i.contains=[].concat(...i.contains.map(function(e){var n;return n="self"===e?i:e,(n.variants&&!n.cachedVariants&&(n.cachedVariants=n.variants.map(function(e){return o(n,{variants:null},e)})),n.cachedVariants)?n.cachedVariants:!function e(n){return!!n&&(n.endsWithParent||e(n.starts))}(n)?Object.isFrozen(n)?o(n):n:o(n,{starts:n.starts?o(n.starts):null})})),i.contains.forEach(function(e){r(e,l)}),i.starts&&r(i.starts,s),l.matcher=function(e){let n=new a;return e.contains.forEach(e=>n.addRule(e.begin,{rule:e,type:"begin"})),e.terminatorEnd&&n.addRule(e.terminatorEnd,{type:"end"}),e.illegal&&n.addRule(e.illegal,{type:"illegal"}),n}(l),l}(e)}(A),S="",C=l||j,O={},I=new v.__emitter(v);!function(){let e=[];for(let n=C;n!==A;n=n.parent)n.scope&&e.unshift(n.scope);e.forEach(e=>I.openNode(e))}();let R="",M=0,L=0,G=0,K=!1;try{for(C.matcher.considerAll();;){G++,K?K=!1:C.matcher.considerAll(),C.matcher.lastIndex=L;let V=C.matcher.exec(n);if(!V)break;let q=n.substring(L,V.index),W=_(q,V);L=V.index+W}return _(n.substring(L)),I.closeAllNodes(),I.finalize(),S=I.toHTML(),{language:e,value:S,relevance:M,illegal:!1,_emitter:I,_top:C}}catch(Q){if(Q.message&&Q.message.includes("Illegal"))return{language:e,value:i(n),illegal:!0,relevance:0,_illegalBy:{message:Q.message,index:L,context:n.slice(L-100,L+100),mode:Q.mode,resultSoFar:S},_emitter:I};if(u)return{language:e,value:i(n),illegal:!1,relevance:0,errorRaised:Q,_emitter:I,_top:C};throw Q}}function w(e,n){n=n||v.languages||Object.keys(r);let a=function(e){let n={value:i(e),illegal:!1,relevance:0,_top:p,_emitter:new v.__emitter(v)};return n._emitter.addText(e),n}(e),o=n.filter(N).filter(I).map(n=>x(n,e,!1));o.unshift(a);let s=o.sort((e,n)=>{if(e.relevance!==n.relevance)return n.relevance-e.relevance;if(e.language&&n.language){if(N(e.language).supersetOf===n.language)return 1;if(N(n.language).supersetOf===e.language)return -1}return 0}),[l,u]=s,c=l;return c.secondBest=u,c}function A(e){let n=null,r=function(e){let n=e.className+" ";n+=e.parentNode?e.parentNode.className:"";let r=v.languageDetectRe.exec(n);if(r){let a=N(r[1]);return a||(K(c.replace("{}",r[1])),K("Falling back to no-highlight mode for this block.",e)),a?r[1]:"no-highlight"}return n.split(/\s+/).find(e=>T(e)||N(e))}(e);if(T(r))return;if(R("before:highlightElement",{el:e,language:r}),e.children.length>0&&(v.ignoreUnescapedHTML||(console.warn("One of your code blocks includes unescaped HTML. This is a potentially serious security risk."),console.warn("https://github.com/highlightjs/highlight.js/wiki/security"),console.warn("The element with unescaped HTML:"),console.warn(e)),v.throwUnescapedHTML)){let a=new Q("One of your code blocks includes unescaped HTML.",e.innerHTML);throw a}n=e;let i=n.textContent,o=r?_(i,{language:r,ignoreIllegals:!0}):w(i);e.innerHTML=o.value,function(e,n,r){let a=n&&s[n]||r;e.classList.add("hljs"),e.classList.add(`language-${a}`)}(e,r,o.language),e.result={language:o.language,re:o.relevance,relevance:o.relevance},o.secondBest&&(e.secondBest={language:o.secondBest.language,relevance:o.secondBest.relevance}),R("after:highlightElement",{el:e,result:o,text:i})}let j=()=>{C(),V("10.6.0","initHighlighting() deprecated. Use highlightAll() now.")},S=!1;function C(){if("loading"===document.readyState){S=!0;return}let e=document.querySelectorAll(v.cssSelector);e.forEach(A)}function N(e){return r[e=(e||"").toLowerCase()]||r[s[e]]}function O(e,{languageName:n}){"string"==typeof e&&(e=[e]),e.forEach(e=>{s[e.toLowerCase()]=n})}function I(e){let n=N(e);return n&&!n.disableAutodetect}function R(e,n){l.forEach(function(r){r[e]&&r[e](n)})}for(let L in"undefined"!=typeof window&&window.addEventListener&&window.addEventListener("DOMContentLoaded",function(){S&&C()},!1),Object.assign(e,{highlight:_,highlightAuto:w,highlightAll:C,highlightElement:A,highlightBlock:function(e){return V("10.7.0","highlightBlock will be removed entirely in v12.0"),V("10.7.0","Please use highlightElement now."),A(e)},configure:function(e){v=o(v,e)},initHighlighting:j,initHighlightingOnLoad:function(){C(),V("10.6.0","initHighlightingOnLoad() deprecated. Use highlightAll() now.")},registerLanguage:function(n,a){let i=null;try{i=a(e)}catch(o){if($("Language definition for '{}' could not be registered.".replace("{}",n)),u)$(o);else throw o;i=p}i.name||(i.name=n),r[n]=i,i.rawDefinition=a.bind(null,e),i.aliases&&O(i.aliases,{languageName:n})},unregisterLanguage:function(e){for(let n of(delete r[e],Object.keys(s)))s[n]===e&&delete s[n]},listLanguages:function(){return Object.keys(r)},getLanguage:N,registerAliases:O,autoDetection:I,inherit:o,addPlugin:function(e){var n;(n=e)["before:highlightBlock"]&&!n["before:highlightElement"]&&(n["before:highlightElement"]=e=>{n["before:highlightBlock"](Object.assign({block:e.el},e))}),n["after:highlightBlock"]&&!n["after:highlightElement"]&&(n["after:highlightElement"]=e=>{n["after:highlightBlock"](Object.assign({block:e.el},e))}),l.push(e)}}),e.debugMode=function(){u=!1},e.safeMode=function(){u=!0},e.versionString="11.7.0",e.regex={concat:b,lookahead:h,either:k,optional:g,anyNumberOfTimes:f},M)"object"==typeof M[L]&&n.exports(M[L]);return Object.assign(e,M),e}({});e.exports=X,X.HighlightJS=X,X.default=X},35888:function(e,n,r){"use strict";r.d(n,{R:function(){return q}});var a=r(70079),i=r(62530),o=r(19430),s=r(9335),l=r(41800);function u(e,n){let[r,i]=(0,a.useState)(e),o=(0,l.E)(e);return(0,s.e)(()=>i(o.current),[o,i,...n]),r}var c,p,m,d,h,f=r(84325),g=r(34741),b=r(71690),k=r(570),y=r(52076),v=((c=v||{})[c.First=0]="First",c[c.Previous=1]="Previous",c[c.Next=2]="Next",c[c.Last=3]="Last",c[c.Specific=4]="Specific",c[c.Nothing=5]="Nothing",c),E=r(46428),T=r(90723),_=r(77095),x=r(16446),w=r(43562),A=r(82756),j=r(85483),S=r(90385),C=r(27721),N=r(19184),O=((p=O||{})[p.Open=0]="Open",p[p.Closed=1]="Closed",p),I=((m=I||{})[m.Single=0]="Single",m[m.Multi=1]="Multi",m),R=((d=R||{})[d.Pointer=0]="Pointer",d[d.Other=1]="Other",d),M=((h=M||{})[h.OpenListbox=0]="OpenListbox",h[h.CloseListbox=1]="CloseListbox",h[h.SetDisabled=2]="SetDisabled",h[h.SetOrientation=3]="SetOrientation",h[h.GoToOption=4]="GoToOption",h[h.Search=5]="Search",h[h.ClearSearch=6]="ClearSearch",h[h.RegisterOption=7]="RegisterOption",h[h.UnregisterOption=8]="UnregisterOption",h);function L(e,n=e=>e){let r=null!==e.activeOptionIndex?e.options[e.activeOptionIndex]:null,a=(0,T.z2)(n(e.options.slice()),e=>e.dataRef.current.domRef.current),i=r?a.indexOf(r):null;return -1===i&&(i=null),{options:a,activeOptionIndex:i}}let P={1:e=>e.disabled||1===e.listboxState?e:{...e,activeOptionIndex:null,listboxState:1},0(e){if(e.disabled||0===e.listboxState)return e;let n=e.activeOptionIndex,{value:r,mode:a,compare:i}=e.propsRef.current,o=e.options.findIndex(e=>{let n=e.dataRef.current.value;return(0,b.E)(a,{1:()=>r.some(e=>i(e,n)),0:()=>i(r,n)})});return -1!==o&&(n=o),{...e,listboxState:0,activeOptionIndex:n}},2:(e,n)=>e.disabled===n.disabled?e:{...e,disabled:n.disabled},3:(e,n)=>e.orientation===n.orientation?e:{...e,orientation:n.orientation},4(e,n){var r;if(e.disabled||1===e.listboxState)return e;let a=L(e),i=function(e,n){let r=n.resolveItems();if(r.length<=0)return null;let a=n.resolveActiveIndex(),i=null!=a?a:-1,o=(()=>{switch(e.focus){case 0:return r.findIndex(e=>!n.resolveDisabled(e));case 1:{let a=r.slice().reverse().findIndex((e,r,a)=>(-1===i||!(a.length-r-1>=i))&&!n.resolveDisabled(e));return -1===a?a:r.length-1-a}case 2:return r.findIndex((e,r)=>!(r<=i)&&!n.resolveDisabled(e));case 3:{let o=r.slice().reverse().findIndex(e=>!n.resolveDisabled(e));return -1===o?o:r.length-1-o}case 4:return r.findIndex(r=>n.resolveId(r)===e.id);case 5:return null;default:!function(e){throw Error("Unexpected object: "+e)}(e)}})();return -1===o?a:o}(n,{resolveItems:()=>a.options,resolveActiveIndex:()=>a.activeOptionIndex,resolveId:e=>e.id,resolveDisabled:e=>e.dataRef.current.disabled});return{...e,...a,searchQuery:"",activeOptionIndex:i,activationTrigger:null!=(r=n.trigger)?r:1}},5(e,n){if(e.disabled||1===e.listboxState)return e;let r=""!==e.searchQuery?0:1,a=e.searchQuery+n.value.toLowerCase(),i=(null!==e.activeOptionIndex?e.options.slice(e.activeOptionIndex+r).concat(e.options.slice(0,e.activeOptionIndex+r)):e.options).find(e=>{var n;return!e.dataRef.current.disabled&&(null==(n=e.dataRef.current.textValue)?void 0:n.startsWith(a))}),o=i?e.options.indexOf(i):-1;return -1===o||o===e.activeOptionIndex?{...e,searchQuery:a}:{...e,searchQuery:a,activeOptionIndex:o,activationTrigger:1}},6:e=>e.disabled||1===e.listboxState||""===e.searchQuery?e:{...e,searchQuery:""},7(e,n){let r={id:n.id,dataRef:n.dataRef},a=L(e,e=>[...e,r]);if(null===e.activeOptionIndex){let{value:i,mode:o,compare:s}=e.propsRef.current,l=n.dataRef.current.value;(0,b.E)(o,{1:()=>i.some(e=>s(e,l)),0:()=>s(i,l)})&&(a.activeOptionIndex=a.options.indexOf(r))}return{...e,...a}},8(e,n){let r=L(e,e=>{let r=e.findIndex(e=>e.id===n.id);return -1!==r&&e.splice(r,1),e});return{...e,...r,activationTrigger:1}}},D=(0,a.createContext)(null);function z(e){let n=(0,a.useContext)(D);if(null===n){let r=Error(`<${e} /> is missing a parent component.`);throw Error.captureStackTrace&&Error.captureStackTrace(r,z),r}return n}function F(e,n){return(0,b.E)(n.type,P,e,n)}D.displayName="ListboxContext";let B=a.Fragment,H=(0,g.yV)(function(e,n){let{value:r,defaultValue:i,name:o,onChange:l,by:u=(e,n)=>e===n,disabled:c=!1,horizontal:p=!1,multiple:m=!1,...d}=e,h=p?"horizontal":"vertical",k=(0,f.T)(n),[y,v]=(0,N.q)(r,l,i),E=(0,a.useReducer)(F,{listboxState:1,propsRef:{current:{value:y,onChange:v,mode:m?1:0,compare:(0,C.z)("string"==typeof u?(e,n)=>(null==e?void 0:e[u])===(null==n?void 0:n[u]):u)}},labelRef:(0,a.createRef)(),buttonRef:(0,a.createRef)(),optionsRef:(0,a.createRef)(),disabled:c,orientation:h,options:[],searchQuery:"",activeOptionIndex:null,activationTrigger:1}),[{listboxState:x,propsRef:S,optionsRef:O,buttonRef:I},R]=E;S.current.value=y,S.current.mode=m?1:0,(0,s.e)(()=>{S.current.onChange=e=>(0,b.E)(S.current.mode,{0:()=>v(e),1(){let n=S.current.value.slice(),{compare:r}=S.current,a=n.findIndex(n=>r(n,e));return -1===a?n.push(e):n.splice(a,1),v(n)}})},[v,S]),(0,s.e)(()=>R({type:2,disabled:c}),[c]),(0,s.e)(()=>R({type:3,orientation:h}),[h]),(0,w.O)([I,O],(e,n)=>{var r;R({type:1}),(0,T.sP)(n,T.tJ.Loose)||(e.preventDefault(),null==(r=I.current)||r.focus())},0===x);let M=(0,a.useMemo)(()=>({open:0===x,disabled:c,value:y}),[x,c,y]);return a.createElement(D.Provider,{value:E},a.createElement(_.up,{value:(0,b.E)(x,{0:_.ZM.Open,1:_.ZM.Closed})},null!=o&&null!=y&&(0,j.t)({[o]:y}).map(([e,n])=>a.createElement(A._,{features:A.A.Hidden,...(0,g.oA)({key:e,as:"input",type:"hidden",hidden:!0,readOnly:!0,name:e,value:n})})),(0,g.sY)({ourProps:{ref:k},theirProps:d,slot:M,defaultTag:B,name:"Listbox"})))}),U=(0,g.yV)(function(e,n){var r;let[s,l]=z("Listbox.Button"),c=(0,f.T)(s.buttonRef,n),p=`headlessui-listbox-button-${(0,o.M)()}`,m=(0,i.G)(),d=(0,C.z)(e=>{switch(e.key){case y.R.Space:case y.R.Enter:case y.R.ArrowDown:e.preventDefault(),l({type:0}),m.nextFrame(()=>{s.propsRef.current.value||l({type:4,focus:v.First})});break;case y.R.ArrowUp:e.preventDefault(),l({type:0}),m.nextFrame(()=>{s.propsRef.current.value||l({type:4,focus:v.Last})})}}),h=(0,C.z)(e=>{e.key===y.R.Space&&e.preventDefault()}),b=(0,C.z)(e=>{if((0,E.P)(e.currentTarget))return e.preventDefault();0===s.listboxState?(l({type:1}),m.nextFrame(()=>{var e;return null==(e=s.buttonRef.current)?void 0:e.focus({preventScroll:!0})})):(e.preventDefault(),l({type:0}))}),k=u(()=>{if(s.labelRef.current)return[s.labelRef.current.id,p].join(" ")},[s.labelRef.current,p]),T=(0,a.useMemo)(()=>({open:0===s.listboxState,disabled:s.disabled,value:s.propsRef.current.value}),[s]),_={ref:c,id:p,type:(0,x.f)(e,s.buttonRef),"aria-haspopup":!0,"aria-controls":null==(r=s.optionsRef.current)?void 0:r.id,"aria-expanded":s.disabled?void 0:0===s.listboxState,"aria-labelledby":k,disabled:s.disabled,onKeyDown:d,onKeyUp:h,onClick:b};return(0,g.sY)({ourProps:_,theirProps:e,slot:T,defaultTag:"button",name:"Listbox.Button"})}),G=(0,g.yV)(function(e,n){let[r]=z("Listbox.Label"),i=`headlessui-listbox-label-${(0,o.M)()}`,s=(0,f.T)(r.labelRef,n),l=(0,C.z)(()=>{var e;return null==(e=r.buttonRef.current)?void 0:e.focus({preventScroll:!0})}),u=(0,a.useMemo)(()=>({open:0===r.listboxState,disabled:r.disabled}),[r]);return(0,g.sY)({ourProps:{ref:s,id:i,onClick:l},theirProps:e,slot:u,defaultTag:"label",name:"Listbox.Label"})}),$=g.AN.RenderStrategy|g.AN.Static,K=(0,g.yV)(function(e,n){var r;let[s,l]=z("Listbox.Options"),c=(0,f.T)(s.optionsRef,n),p=`headlessui-listbox-options-${(0,o.M)()}`,m=(0,i.G)(),d=(0,i.G)(),h=(0,_.oJ)(),E=null!==h?h===_.ZM.Open:0===s.listboxState;(0,a.useEffect)(()=>{var e;let n=s.optionsRef.current;n&&0===s.listboxState&&n!==(null==(e=(0,S.r)(n))?void 0:e.activeElement)&&n.focus({preventScroll:!0})},[s.listboxState,s.optionsRef]);let T=(0,C.z)(e=>{switch(d.dispose(),e.key){case y.R.Space:if(""!==s.searchQuery)return e.preventDefault(),e.stopPropagation(),l({type:5,value:e.key});case y.R.Enter:if(e.preventDefault(),e.stopPropagation(),null!==s.activeOptionIndex){let{dataRef:n}=s.options[s.activeOptionIndex];s.propsRef.current.onChange(n.current.value)}0===s.propsRef.current.mode&&(l({type:1}),(0,k.k)().nextFrame(()=>{var e;return null==(e=s.buttonRef.current)?void 0:e.focus({preventScroll:!0})}));break;case(0,b.E)(s.orientation,{vertical:y.R.ArrowDown,horizontal:y.R.ArrowRight}):return e.preventDefault(),e.stopPropagation(),l({type:4,focus:v.Next});case(0,b.E)(s.orientation,{vertical:y.R.ArrowUp,horizontal:y.R.ArrowLeft}):return e.preventDefault(),e.stopPropagation(),l({type:4,focus:v.Previous});case y.R.Home:case y.R.PageUp:return e.preventDefault(),e.stopPropagation(),l({type:4,focus:v.First});case y.R.End:case y.R.PageDown:return e.preventDefault(),e.stopPropagation(),l({type:4,focus:v.Last});case y.R.Escape:return e.preventDefault(),e.stopPropagation(),l({type:1}),m.nextFrame(()=>{var e;return null==(e=s.buttonRef.current)?void 0:e.focus({preventScroll:!0})});case y.R.Tab:e.preventDefault(),e.stopPropagation();break;default:1===e.key.length&&(l({type:5,value:e.key}),d.setTimeout(()=>l({type:6}),350))}}),x=u(()=>{var e,n,r;return null!=(r=null==(e=s.labelRef.current)?void 0:e.id)?r:null==(n=s.buttonRef.current)?void 0:n.id},[s.labelRef.current,s.buttonRef.current]),w=(0,a.useMemo)(()=>({open:0===s.listboxState}),[s]),A={"aria-activedescendant":null===s.activeOptionIndex||null==(r=s.options[s.activeOptionIndex])?void 0:r.id,"aria-multiselectable":1===s.propsRef.current.mode||void 0,"aria-labelledby":x,"aria-orientation":s.orientation,id:p,onKeyDown:T,role:"listbox",tabIndex:0,ref:c};return(0,g.sY)({ourProps:A,theirProps:e,slot:w,defaultTag:"ul",features:$,visible:E,name:"Listbox.Options"})}),V=(0,g.yV)(function(e,n){let{disabled:r=!1,value:i,...l}=e,[u,c]=z("Listbox.Option"),p=`headlessui-listbox-option-${(0,o.M)()}`,m=null!==u.activeOptionIndex&&u.options[u.activeOptionIndex].id===p,{value:d,compare:h}=u.propsRef.current,y=(0,b.E)(u.propsRef.current.mode,{1:()=>d.some(e=>h(e,i)),0:()=>h(d,i)}),E=(0,a.useRef)(null),T=(0,f.T)(n,E);(0,s.e)(()=>{if(0!==u.listboxState||!m||0===u.activationTrigger)return;let e=(0,k.k)();return e.requestAnimationFrame(()=>{var e,n;null==(n=null==(e=E.current)?void 0:e.scrollIntoView)||n.call(e,{block:"nearest"})}),e.dispose},[E,m,u.listboxState,u.activationTrigger,u.activeOptionIndex]);let _=(0,a.useRef)({disabled:r,value:i,domRef:E});(0,s.e)(()=>{_.current.disabled=r},[_,r]),(0,s.e)(()=>{_.current.value=i},[_,i]),(0,s.e)(()=>{var e,n;_.current.textValue=null==(n=null==(e=E.current)?void 0:e.textContent)?void 0:n.toLowerCase()},[_,E]);let x=(0,C.z)(()=>u.propsRef.current.onChange(i));(0,s.e)(()=>(c({type:7,id:p,dataRef:_}),()=>c({type:8,id:p})),[_,p]);let w=(0,C.z)(e=>{if(r)return e.preventDefault();x(),0===u.propsRef.current.mode&&(c({type:1}),(0,k.k)().nextFrame(()=>{var e;return null==(e=u.buttonRef.current)?void 0:e.focus({preventScroll:!0})}))}),A=(0,C.z)(()=>{if(r)return c({type:4,focus:v.Nothing});c({type:4,focus:v.Specific,id:p})}),j=(0,C.z)(()=>{r||m||c({type:4,focus:v.Specific,id:p,trigger:0})}),S=(0,C.z)(()=>{r||!m||c({type:4,focus:v.Nothing})}),N=(0,a.useMemo)(()=>({active:m,selected:y,disabled:r}),[m,y,r]);return(0,g.sY)({ourProps:{id:p,ref:T,role:"option",tabIndex:!0===r?void 0:-1,"aria-disabled":!0===r||void 0,"aria-selected":y,disabled:void 0,onClick:w,onFocus:A,onPointerMove:j,onMouseMove:j,onPointerLeave:S,onMouseLeave:S},theirProps:l,slot:N,defaultTag:"li",name:"Listbox.Option"})}),q=Object.assign(H,{Button:U,Label:G,Options:K,Option:V})},87093:function(e,n,r){"use strict";r.d(n,{J:function(){return B}});var a,i,o=r(70079),s=r(71690),l=r(34741),u=r(84325),c=r(19430),p=r(52076),m=r(46428),d=r(90723),h=r(77095),f=r(16446),g=r(43562),b=r(90385),k=r(61566),y=r(69990),v=r(82756),E=r(27721),T=r(43412),_=((a=_||{})[a.Open=0]="Open",a[a.Closed=1]="Closed",a),x=((i=x||{})[i.TogglePopover=0]="TogglePopover",i[i.ClosePopover=1]="ClosePopover",i[i.SetButton=2]="SetButton",i[i.SetButtonId=3]="SetButtonId",i[i.SetPanel=4]="SetPanel",i[i.SetPanelId=5]="SetPanelId",i);let w={0:e=>({...e,popoverState:(0,s.E)(e.popoverState,{0:1,1:0})}),1:e=>1===e.popoverState?e:{...e,popoverState:1},2:(e,n)=>e.button===n.button?e:{...e,button:n.button},3:(e,n)=>e.buttonId===n.buttonId?e:{...e,buttonId:n.buttonId},4:(e,n)=>e.panel===n.panel?e:{...e,panel:n.panel},5:(e,n)=>e.panelId===n.panelId?e:{...e,panelId:n.panelId}},A=(0,o.createContext)(null);function j(e){let n=(0,o.useContext)(A);if(null===n){let r=Error(`<${e} /> is missing a parent component.`);throw Error.captureStackTrace&&Error.captureStackTrace(r,j),r}return n}A.displayName="PopoverContext";let S=(0,o.createContext)(null);function C(e){let n=(0,o.useContext)(S);if(null===n){let r=Error(`<${e} /> is missing a parent component.`);throw Error.captureStackTrace&&Error.captureStackTrace(r,C),r}return n}S.displayName="PopoverAPIContext";let N=(0,o.createContext)(null);function O(){return(0,o.useContext)(N)}N.displayName="PopoverGroupContext";let I=(0,o.createContext)(null);function R(e,n){return(0,s.E)(n.type,w,e,n)}I.displayName="PopoverPanelContext";let M=(0,l.yV)(function(e,n){var r;let a=`headlessui-popover-button-${(0,c.M)()}`,i=`headlessui-popover-panel-${(0,c.M)()}`,p=(0,o.useRef)(null),m=(0,u.T)(n,(0,u.h)(e=>{p.current=e})),f=(0,o.useReducer)(R,{popoverState:1,button:null,buttonId:a,panel:null,panelId:i,beforePanelSentinel:(0,o.createRef)(),afterPanelSentinel:(0,o.createRef)()}),[{popoverState:b,button:v,panel:T,beforePanelSentinel:_,afterPanelSentinel:x},w]=f,j=(0,k.i)(null!=(r=p.current)?r:v);(0,o.useEffect)(()=>w({type:3,buttonId:a}),[a,w]),(0,o.useEffect)(()=>w({type:5,panelId:i}),[i,w]);let C=(0,o.useMemo)(()=>{if(!v||!T)return!1;for(let e of document.querySelectorAll("body > *"))if(Number(null==e?void 0:e.contains(v))^Number(null==e?void 0:e.contains(T)))return!0;return!1},[v,T]),N=(0,o.useMemo)(()=>({buttonId:a,panelId:i,close:()=>w({type:1})}),[a,i,w]),I=O(),M=null==I?void 0:I.registerPopover,L=(0,E.z)(()=>{var e;return null!=(e=null==I?void 0:I.isFocusWithinPopoverGroup())?e:(null==j?void 0:j.activeElement)&&((null==v?void 0:v.contains(j.activeElement))||(null==T?void 0:T.contains(j.activeElement)))});(0,o.useEffect)(()=>null==M?void 0:M(N),[M,N]),(0,y.O)(null==j?void 0:j.defaultView,"focus",e=>{var n,r,a,i;0===b&&(L()||!v||!T||null!=(r=null==(n=_.current)?void 0:n.contains)&&r.call(n,e.target)||null!=(i=null==(a=x.current)?void 0:a.contains)&&i.call(a,e.target)||w({type:1}))},!0),(0,g.O)([v,T],(e,n)=>{w({type:1}),(0,d.sP)(n,d.tJ.Loose)||(e.preventDefault(),null==v||v.focus())},0===b);let P=(0,E.z)(e=>{w({type:1});let n=e?e instanceof HTMLElement?e:"current"in e&&e.current instanceof HTMLElement?e.current:v:v;null==n||n.focus()}),D=(0,o.useMemo)(()=>({close:P,isPortalled:C}),[P,C]),z=(0,o.useMemo)(()=>({open:0===b,close:P}),[b,P]);return o.createElement(A.Provider,{value:f},o.createElement(S.Provider,{value:D},o.createElement(h.up,{value:(0,s.E)(b,{0:h.ZM.Open,1:h.ZM.Closed})},(0,l.sY)({ourProps:{ref:m},theirProps:e,slot:z,defaultTag:"div",name:"Popover"}))))}),L=(0,l.yV)(function(e,n){let[r,a]=j("Popover.Button"),{isPortalled:i}=C("Popover.Button"),h=(0,o.useRef)(null),g=`headlessui-focus-sentinel-${(0,c.M)()}`,b=O(),y=null==b?void 0:b.closeOthers,_=(0,o.useContext)(I),x=null!==_&&_===r.panelId,w=(0,u.T)(h,n,x?null:e=>a({type:2,button:e})),A=(0,u.T)(h,n),S=(0,k.i)(h),N=(0,E.z)(e=>{var n,i,o;if(x){if(1===r.popoverState)return;switch(e.key){case p.R.Space:case p.R.Enter:e.preventDefault(),null==(i=(n=e.target).click)||i.call(n),a({type:1}),null==(o=r.button)||o.focus()}}else switch(e.key){case p.R.Space:case p.R.Enter:e.preventDefault(),e.stopPropagation(),1===r.popoverState&&(null==y||y(r.buttonId)),a({type:0});break;case p.R.Escape:if(0!==r.popoverState)return null==y?void 0:y(r.buttonId);if(!h.current||(null==S?void 0:S.activeElement)&&!h.current.contains(S.activeElement))return;e.preventDefault(),e.stopPropagation(),a({type:1})}}),R=(0,E.z)(e=>{x||e.key===p.R.Space&&e.preventDefault()}),M=(0,E.z)(n=>{var i,o;(0,m.P)(n.currentTarget)||e.disabled||(x?(a({type:1}),null==(i=r.button)||i.focus()):(n.preventDefault(),n.stopPropagation(),1===r.popoverState&&(null==y||y(r.buttonId)),a({type:0}),null==(o=r.button)||o.focus()))}),L=(0,E.z)(e=>{e.preventDefault(),e.stopPropagation()}),P=0===r.popoverState,D=(0,o.useMemo)(()=>({open:P}),[P]),z=(0,f.f)(e,h),F=x?{ref:A,type:z,onKeyDown:N,onClick:M}:{ref:w,id:r.buttonId,type:z,"aria-expanded":e.disabled?void 0:0===r.popoverState,"aria-controls":r.panel?r.panelId:void 0,onKeyDown:N,onKeyUp:R,onClick:M,onMouseDown:L},B=(0,T.l)(),H=(0,E.z)(()=>{let e=r.panel;e&&(0,s.E)(B.current,{[T.N.Forwards]:()=>(0,d.jA)(e,d.TO.First),[T.N.Backwards]:()=>(0,d.jA)(e,d.TO.Last)})});return o.createElement(o.Fragment,null,(0,l.sY)({ourProps:F,theirProps:e,slot:D,defaultTag:"button",name:"Popover.Button"}),P&&!x&&i&&o.createElement(v._,{id:g,features:v.A.Focusable,as:"button",type:"button",onFocus:H}))}),P=l.AN.RenderStrategy|l.AN.Static,D=(0,l.yV)(function(e,n){let[{popoverState:r},a]=j("Popover.Overlay"),i=(0,u.T)(n),s=`headlessui-popover-overlay-${(0,c.M)()}`,p=(0,h.oJ)(),d=null!==p?p===h.ZM.Open:0===r,f=(0,E.z)(e=>{if((0,m.P)(e.currentTarget))return e.preventDefault();a({type:1})}),g=(0,o.useMemo)(()=>({open:0===r}),[r]);return(0,l.sY)({ourProps:{ref:i,id:s,"aria-hidden":!0,onClick:f},theirProps:e,slot:g,defaultTag:"div",features:P,visible:d,name:"Popover.Overlay"})}),z=l.AN.RenderStrategy|l.AN.Static,F=(0,l.yV)(function(e,n){let{focus:r=!1,...a}=e,[i,m]=j("Popover.Panel"),{close:f,isPortalled:g}=C("Popover.Panel"),b=`headlessui-focus-sentinel-before-${(0,c.M)()}`,y=`headlessui-focus-sentinel-after-${(0,c.M)()}`,_=(0,o.useRef)(null),x=(0,u.T)(_,n,e=>{m({type:4,panel:e})}),w=(0,k.i)(_),A=(0,h.oJ)(),S=null!==A?A===h.ZM.Open:0===i.popoverState,N=(0,E.z)(e=>{var n;if(e.key===p.R.Escape){if(0!==i.popoverState||!_.current||(null==w?void 0:w.activeElement)&&!_.current.contains(w.activeElement))return;e.preventDefault(),e.stopPropagation(),m({type:1}),null==(n=i.button)||n.focus()}});(0,o.useEffect)(()=>{var n;e.static||1===i.popoverState&&(null==(n=e.unmount)||n)&&m({type:4,panel:null})},[i.popoverState,e.unmount,e.static,m]),(0,o.useEffect)(()=>{if(!r||0!==i.popoverState||!_.current)return;let e=null==w?void 0:w.activeElement;_.current.contains(e)||(0,d.jA)(_.current,d.TO.First)},[r,_,i.popoverState]);let O=(0,o.useMemo)(()=>({open:0===i.popoverState,close:f}),[i,f]),R={ref:x,id:i.panelId,onKeyDown:N,onBlur:r&&0===i.popoverState?e=>{var n,r,a,o,s;let l=e.relatedTarget;!l||!_.current||null!=(n=_.current)&&n.contains(l)||(m({type:1}),((null==(a=null==(r=i.beforePanelSentinel.current)?void 0:r.contains)?void 0:a.call(r,l))||(null==(s=null==(o=i.afterPanelSentinel.current)?void 0:o.contains)?void 0:s.call(o,l)))&&l.focus({preventScroll:!0}))}:void 0,tabIndex:-1},M=(0,T.l)(),L=(0,E.z)(()=>{let e=_.current;e&&(0,s.E)(M.current,{[T.N.Forwards](){(0,d.jA)(e,d.TO.First)},[T.N.Backwards](){var e;null==(e=i.button)||e.focus({preventScroll:!0})}})}),P=(0,E.z)(()=>{let e=_.current;e&&(0,s.E)(M.current,{[T.N.Forwards](){var e,n,r;if(!i.button)return;let a=(0,d.GO)(),o=a.indexOf(i.button),s=a.slice(0,o+1),l=[...a.slice(o+1),...s];for(let u of l.slice())if((null==(n=null==(e=null==u?void 0:u.id)?void 0:e.startsWith)?void 0:n.call(e,"headlessui-focus-sentinel-"))||(null==(r=i.panel)?void 0:r.contains(u))){let c=l.indexOf(u);-1!==c&&l.splice(c,1)}(0,d.jA)(l,d.TO.First,!1)},[T.N.Backwards]:()=>(0,d.jA)(e,d.TO.Last)})});return o.createElement(I.Provider,{value:i.panelId},S&&g&&o.createElement(v._,{id:b,ref:i.beforePanelSentinel,features:v.A.Focusable,as:"button",type:"button",onFocus:L}),(0,l.sY)({ourProps:R,theirProps:a,slot:O,defaultTag:"div",features:z,visible:S,name:"Popover.Panel"}),S&&g&&o.createElement(v._,{id:y,ref:i.afterPanelSentinel,features:v.A.Focusable,as:"button",type:"button",onFocus:P}))}),B=Object.assign(M,{Button:L,Overlay:D,Panel:F,Group:(0,l.yV)(function(e,n){let r=(0,o.useRef)(null),a=(0,u.T)(r,n),[i,s]=(0,o.useState)([]),c=(0,E.z)(e=>{s(n=>{let r=n.indexOf(e);if(-1!==r){let a=n.slice();return a.splice(r,1),a}return n})}),p=(0,E.z)(e=>(s(n=>[...n,e]),()=>c(e))),m=(0,E.z)(()=>{var e;let n=(0,b.r)(r);if(!n)return!1;let a=n.activeElement;return!!(null!=(e=r.current)&&e.contains(a))||i.some(e=>{var r,i;return(null==(r=n.getElementById(e.buttonId))?void 0:r.contains(a))||(null==(i=n.getElementById(e.panelId))?void 0:i.contains(a))})}),d=(0,E.z)(e=>{for(let n of i)n.buttonId!==e&&n.close()}),h=(0,o.useMemo)(()=>({registerPopover:p,unregisterPopover:c,isFocusWithinPopoverGroup:m,closeOthers:d}),[p,c,m,d]),f=(0,o.useMemo)(()=>({}),[]);return o.createElement(N.Provider,{value:h},(0,l.sY)({ourProps:{ref:a},theirProps:e,slot:f,defaultTag:"div",name:"Popover.Group"}))})})},6004:function(e,n,r){"use strict";r.d(n,{r:function(){return E}});var a=r(70079),i=r(34741),o=r(19430),s=r(52076),l=r(46428),u=r(9335),c=r(84325),p=r(27721);let m=(0,a.createContext)(null),d=(0,i.yV)(function(e,n){let{passive:r=!1,...s}=e,l=function e(){let n=(0,a.useContext)(m);if(null===n){let r=Error("You used a