[gtk-web/new-website: 57/180] updated landing page



commit b5b12e939d917eda8f422b32fc983798ad208ab5
Author: ravgeetdhillon <ravgeetdhillon gmail com>
Date:   Tue Jun 25 23:13:24 2019 +0530

    updated landing page

 .gitlab-ci.yml                             |   12 +-
 _config.yml                                |    2 +-
 assets/.bin/primer-migrate                 |   15 +
 assets/.bin/primer-migrate.cmd             |    7 +
 assets/css/colorful.css                    |   69 +
 assets/css/index.css                       |  340 ++
 assets/css/markdown.css                    |  318 ++
 assets/css/markdown.css.map                |    7 +
 assets/css/theme.css                       | 7983 ++++++++++++++++++++++++++++
 assets/css/theme.css.map                   |    7 +
 assets/illustrations/api.svg               |    1 +
 assets/illustrations/card1.svg             |    1 +
 assets/illustrations/card2.svg             |    1 +
 assets/illustrations/card3.svg             |    1 +
 assets/illustrations/circles.svg           |    1 +
 assets/illustrations/cross_platform.svg    |    1 +
 assets/illustrations/interfaces.svg        |    1 +
 assets/illustrations/language_bindings.svg |    1 +
 assets/illustrations/news.svg              |    1 +
 assets/illustrations/open_source.svg       |    1 +
 assets/illustrations/pattern.svg           |   13 +
 assets/illustrations/prism.svg             |    1 +
 assets/illustrations/stability.svg         |    1 +
 assets/img/GnomeLogoHorizontal.svg         |   26 +
 assets/img/apps/Blender-app.png            |  Bin 0 -> 4334 bytes
 assets/img/apps/Calculator-app.png         |  Bin 0 -> 858 bytes
 assets/img/apps/Chess-app.png              |  Bin 0 -> 7448 bytes
 assets/img/apps/Dictionary-app.png         |  Bin 0 -> 1741 bytes
 assets/img/apps/Evolution-app.png          |  Bin 0 -> 5178 bytes
 assets/img/apps/Fonts-app.png              |  Bin 0 -> 4298 bytes
 assets/img/apps/GIMP-app.png               |  Bin 0 -> 9993 bytes
 assets/img/apps/Games-app.png              |  Bin 0 -> 23340 bytes
 assets/img/apps/ImageViewer-app.png        |  Bin 0 -> 8626 bytes
 assets/img/apps/Keysign-app.png            |  Bin 0 -> 3605 bytes
 assets/img/apps/Maps-app.png               |  Bin 0 -> 3242 bytes
 assets/img/apps/PasswordSafe-app.png       |  Bin 0 -> 4291 bytes
 assets/img/apps/Polari-app.png             |  Bin 0 -> 1321 bytes
 assets/img/apps/Social-app.png             |  Bin 0 -> 2663 bytes
 assets/img/apps/Terminal-app.png           |  Bin 0 -> 1468 bytes
 assets/img/apps/Transmission-app.png       |  Bin 0 -> 3220 bytes
 assets/img/architecture.svg                |  285 +
 assets/img/back1.svg                       |    1 +
 assets/img/calendar.png                    |  Bin 0 -> 326900 bytes
 assets/img/editor.png                      |  Bin 0 -> 746090 bytes
 assets/img/files.png                       |  Bin 0 -> 247936 bytes
 assets/img/fractal.png                     |  Bin 0 -> 317442 bytes
 assets/img/glade.png                       |  Bin 0 -> 195475 bytes
 assets/img/gtk-logo.ico                    |  Bin 0 -> 1150 bytes
 assets/img/gtk-logo.png                    |  Bin 0 -> 4503 bytes
 assets/img/landing1.png                    |  Bin 0 -> 31874 bytes
 assets/img/language_bindings.png           |  Bin 0 -> 260750 bytes
 assets/img/manage_apps.png                 |  Bin 0 -> 268891 bytes
 assets/img/music.png                       |  Bin 0 -> 525890 bytes
 assets/img/org.gnome.Glade.svg             | 1813 +++++++
 assets/img/org.gtk.Demo.svg                |  638 +++
 assets/img/podcasts.png                    |  Bin 0 -> 82391 bytes
 assets/img/polari.png                      |  Bin 0 -> 161501 bytes
 assets/scss/theme.scss                     |   30 +
 assets/symbolics.png                       |  Bin 0 -> 2622798 bytes
 assets/symbolics1.png                      |  Bin 0 -> 532240 bytes
 assets/symbolics2.png                      |  Bin 0 -> 868166 bytes
 assets/symbolics3.png                      |  Bin 0 -> 1118718 bytes
 62 files changed, 11573 insertions(+), 5 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index febe9e3..60b1e9b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,19 +6,23 @@ variables:
 
 before_script:
   - apt-get update -y
-  - apt-get install -y libssl-dev build-essential wget
-  - wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash
+  - apt-get install -y curl
+  - curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
   - source /root/.bashrc
   - nvm install node
   - nvm use node
   - npm install
   - gem install bundler
-  - bundle install
+  - bundle update
   - mv node_modules/bootstrap assets/ -f
   - mv node_modules/jquery assets/ -f
   - mv node_modules/popper.js assets/ -f
+  - mv node_modules/@fortawesome assets/ -f
+  - mv node_modules/@primer assets/ -f
+  - mv node_modules/slick-carousel assets/ -f
   - rm -rf node_modules
   - sass assets/scss/theme.scss assets/css/theme.css
+  - sass assets/@primer/css/markdown/index.scss assets/css/markdown.css
   
 test:
   stage: test
@@ -38,4 +42,4 @@ pages:
     paths:
     - public
   only:
-  - master
+  - master
\ No newline at end of file
diff --git a/_config.yml b/_config.yml
index 87369c3..c78cfab 100644
--- a/_config.yml
+++ b/_config.yml
@@ -22,4 +22,4 @@ exclude:
   - package-lock.json
 
 # for dev only
-keep_files: [assets]
\ No newline at end of file
+# keep_files: [assets]
\ No newline at end of file
diff --git a/assets/.bin/primer-migrate b/assets/.bin/primer-migrate
new file mode 100644
index 0000000..1bf8245
--- /dev/null
+++ b/assets/.bin/primer-migrate
@@ -0,0 +1,15 @@
+#!/bin/sh
+basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
+
+case `uname` in
+    *CYGWIN*) basedir=`cygpath -w "$basedir"`;;
+esac
+
+if [ -x "$basedir/node" ]; then
+  "$basedir/node"  "$basedir/../@primer/css/bin/primer-migrate" "$@"
+  ret=$?
+else 
+  node  "$basedir/../@primer/css/bin/primer-migrate" "$@"
+  ret=$?
+fi
+exit $ret
diff --git a/assets/.bin/primer-migrate.cmd b/assets/.bin/primer-migrate.cmd
new file mode 100644
index 0000000..225806d
--- /dev/null
+++ b/assets/.bin/primer-migrate.cmd
@@ -0,0 +1,7 @@
+@IF EXIST "%~dp0\node.exe" (
+  "%~dp0\node.exe"  "%~dp0\..\@primer\css\bin\primer-migrate" %*
+) ELSE (
+  @SETLOCAL
+  @SET PATHEXT=%PATHEXT:;.JS;=;%
+  node  "%~dp0\..\@primer\css\bin\primer-migrate" %*
+)
\ No newline at end of file
diff --git a/assets/css/colorful.css b/assets/css/colorful.css
new file mode 100644
index 0000000..fc8f29d
--- /dev/null
+++ b/assets/css/colorful.css
@@ -0,0 +1,69 @@
+.highlight .hll { background-color: transparent }
+.highlight  { background-color: transparent; }
+.highlight .c { color: #888888 } /* Comment */
+.highlight .err { color: #FF0000; background-color: transparent } /* Error */
+.highlight .k { color: #008800; font-weight: bold } /* Keyword */
+.highlight .o { color: #333333 } /* Operator */
+.highlight .ch { color: #888888 } /* Comment.Hashbang */
+.highlight .cm { color: #888888 } /* Comment.Multiline */
+.highlight .cp { color: #557799 } /* Comment.Preproc */
+.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
+.highlight .c1 { color: #888888 } /* Comment.Single */
+.highlight .cs { color: #cc0000; font-weight: bold } /* Comment.Special */
+.highlight .gd { color: #A00000 } /* Generic.Deleted */
+.highlight .ge { font-style: italic } /* Generic.Emph */
+.highlight .gr { color: #FF0000 } /* Generic.Error */
+.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
+.highlight .gi { color: #00A000 } /* Generic.Inserted */
+.highlight .go { color: #888888 } /* Generic.Output */
+.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
+.highlight .gs { font-weight: bold } /* Generic.Strong */
+.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
+.highlight .gt { color: #0044DD } /* Generic.Traceback */
+.highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
+.highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
+.highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
+.highlight .kp { color: #003388; font-weight: bold } /* Keyword.Pseudo */
+.highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
+.highlight .kt { color: #333399; font-weight: bold } /* Keyword.Type */
+.highlight .m { color: #6600EE; font-weight: bold } /* Literal.Number */
+.highlight .s { background-color: transparent } /* Literal.String */
+.highlight .na { color: #0000CC } /* Name.Attribute */
+.highlight .nb { color: #007020 } /* Name.Builtin */
+.highlight .nc { color: #BB0066; font-weight: bold } /* Name.Class */
+.highlight .no { color: #003366; font-weight: bold } /* Name.Constant */
+.highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */
+.highlight .ni { color: #880000; font-weight: bold } /* Name.Entity */
+.highlight .ne { color: #FF0000; font-weight: bold } /* Name.Exception */
+.highlight .nf { color: #0066BB; font-weight: bold } /* Name.Function */
+.highlight .nl { color: #997700; font-weight: bold } /* Name.Label */
+.highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
+.highlight .nt { color: #007700 } /* Name.Tag */
+.highlight .nv { color: #996633 } /* Name.Variable */
+.highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */
+.highlight .w { color: #bbbbbb } /* Text.Whitespace */
+.highlight .mb { color: #6600EE; font-weight: bold } /* Literal.Number.Bin */
+.highlight .mf { color: #6600EE; font-weight: bold } /* Literal.Number.Float */
+.highlight .mh { color: #005588; font-weight: bold } /* Literal.Number.Hex */
+.highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
+.highlight .mo { color: #4400EE; font-weight: bold } /* Literal.Number.Oct */
+.highlight .sa { background-color: transparent } /* Literal.String.Affix */
+.highlight .sb { background-color: transparent } /* Literal.String.Backtick */
+.highlight .sc { color: #0044DD } /* Literal.String.Char */
+.highlight .dl { background-color: transparent } /* Literal.String.Delimiter */
+.highlight .sd { color: #DD4422 } /* Literal.String.Doc */
+.highlight .s2 { background-color: transparent } /* Literal.String.Double */
+.highlight .se { color: #666666; font-weight: bold; background-color: transparent } /* Literal.String.Escape 
*/
+.highlight .sh { background-color: transparent } /* Literal.String.Heredoc */
+.highlight .si { background-color: transparent } /* Literal.String.Interpol */
+.highlight .sx { color: #DD2200; background-color: transparent } /* Literal.String.Other */
+.highlight .sr { color: #000000; background-color: transparent } /* Literal.String.Regex */
+.highlight .s1 { background-color: transparent } /* Literal.String.Single */
+.highlight .ss { color: #AA6600 } /* Literal.String.Symbol */
+.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */
+.highlight .fm { color: #0066BB; font-weight: bold } /* Name.Function.Magic */
+.highlight .vc { color: #336699 } /* Name.Variable.Class */
+.highlight .vg { color: #dd7700; font-weight: bold } /* Name.Variable.Global */
+.highlight .vi { color: #3333BB } /* Name.Variable.Instance */
+.highlight .vm { color: #996633 } /* Name.Variable.Magic */
+.highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
diff --git a/assets/css/index.css b/assets/css/index.css
new file mode 100644
index 0000000..2423635
--- /dev/null
+++ b/assets/css/index.css
@@ -0,0 +1,340 @@
+@media (max-width: 576px) {
+    small,
+    .small {
+        font-size: 100%;
+    }
+    body {
+        font-size: 1rem;
+    }
+}
+@media (min-width: 576px) {
+    .w-sm-25 {
+        width: 25% !important;
+    }
+    .w-sm-50 {
+        width: 50% !important;
+    }
+    .w-sm-75 {
+        width: 75% !important;
+    }
+    .w-sm-100 {
+        width: 100% !important;
+    }
+    .w-sm-auto {
+        width: auto !important;
+    }
+    .h-sm-25 {
+        height: 25% !important;
+    }
+    .h-sm-50 {
+        height: 50% !important;
+    }
+    .h-sm-75 {
+        height: 75% !important;
+    }
+    .h-sm-100 {
+        height: 100% !important;
+    }
+    .h-sm-auto {
+        height: auto !important;
+    }
+    .landing-sm {
+        min-height: 70vh;
+    }
+}
+@media (min-width: 768px) {
+    .w-md-25 {
+        width: 25% !important;
+    }
+    .w-md-50 {
+        width: 50% !important;
+    }
+    .w-md-75 {
+        width: 75% !important;
+    }
+    .w-md-100 {
+        width: 100% !important;
+    }
+    .w-md-auto {
+        width: auto !important;
+    }
+    .h-md-25 {
+        height: 25% !important;
+    }
+    .h-md-50 {
+        height: 50% !important;
+    }
+    .h-md-75 {
+        height: 75% !important;
+    }
+    .h-md-100 {
+        height: 100% !important;
+    }
+    .h-md-auto {
+        height: auto !important;
+    }
+    #app-sidebar {
+        min-height: 100vh;
+    }
+    .app-shadow {
+        box-shadow: none !important;
+    }
+}
+@media (min-width: 992px) {
+    .w-lg-25 {
+        width: 25% !important;
+    }
+    .w-lg-50 {
+        width: 50% !important;
+    }
+    .w-lg-75 {
+        width: 75% !important;
+    }
+    .w-lg-100 {
+        width: 100% !important;
+    }
+    .w-lg-auto {
+        width: auto !important;
+    }
+    .h-lg-25 {
+        height: 25% !important;
+    }
+    .h-lg-50 {
+        height: 50% !important;
+    }
+    .h-lg-75 {
+        height: 75% !important;
+    }
+    .h-lg-100 {
+        height: 100% !important;
+    }
+    .h-lg-auto {
+        height: auto !important;
+    }
+}
+@media (min-width: 1200px) {
+    .w-xl-25 {
+        width: 25% !important;
+    }
+    .w-xl-50 {
+        width: 50% !important;
+    }
+    .w-xl-75 {
+        width: 75% !important;
+    }
+    .w-xl-100 {
+        width: 100% !important;
+    }
+    .w-xl-auto {
+        width: auto !important;
+    }
+    .h-xl-25 {
+        height: 25% !important;
+    }
+    .h-xl-50 {
+        height: 50% !important;
+    }
+    .h-xl-75 {
+        height: 75% !important;
+    }
+    .h-xl-100 {
+        height: 100% !important;
+    }
+    .h-xl-auto {
+        height: auto !important;
+    }
+}
+
+html, body {
+    overflow-x: hidden;
+    scroll-behavior: smooth;
+}
+.tab-pane::-webkit-scrollbar {
+    width: 0.4rem;
+}
+.tab-pane::-webkit-scrollbar:hover {
+    width: 0.6rem;
+}
+.tab-pane::-webkit-scrollbar-thumb {
+    background: var(--info);
+    border-radius: 1.6rem;
+}
+.tab-pane::-webkit-scrollbar-track {
+    background: transparent;
+    margin: 1rem;
+}
+.app-icon {
+    max-width: 120px !important;
+}
+.op-7 {
+    opacity: 0.75;
+}
+.nav-item {
+    transition: 0.15s ease;
+}
+.nav-item:hover .nav-link,
+.nav-item:focus .nav-link {
+    color: var(--secondary) !important;
+}
+.top-0 {
+    top: 0;
+}
+#apps {
+    background: linear-gradient(var(--light), var(--white));
+}
+#app-sidebar {
+    background: linear-gradient(#4a86cf20, var(--light));
+}
+.slider .slide:hover {
+    cursor: pointer;
+}
+.slick-slide {
+    margin: 0px 15px;
+}
+.slick-slide img {
+    max-width: 100%;
+    outline: none;
+    height: auto;
+    display: block;
+}
+.slick-slider {
+    position: relative;
+    display: block;
+    box-sizing: border-box;
+    -webkit-user-select: none;
+    -moz-user-select: none;
+    -ms-user-select: none;
+    user-select: none;
+    -webkit-touch-callout: none;
+    -khtml-user-select: none;
+    -ms-touch-action: pan-y;
+    touch-action: pan-y;
+    -webkit-tap-highlight-color: transparent;
+}
+.slick-list {
+    position: relative;
+    display: block;
+    overflow: hidden;
+    margin: 0;
+    padding: 0;
+}
+.slick-list:focus {
+    outline: none;
+}
+.slick-list.dragging {
+    cursor: pointer;
+    cursor: hand;
+}
+.slick-slider .slick-track,
+.slick-slider .slick-list {
+    -webkit-transform: translate3d(0, 0, 0);
+    -moz-transform: translate3d(0, 0, 0);
+    -ms-transform: translate3d(0, 0, 0);
+    -o-transform: translate3d(0, 0, 0);
+    transform: translate3d(0, 0, 0);
+}
+.slick-track {
+    position: relative;
+    top: 0;
+    left: 0;
+    display: block;
+}
+.slick-track:before,
+.slick-track:after {
+    display: table;
+    content: "";
+}
+.slick-track:after {
+    clear: both;
+}
+.slick-loading .slick-track {
+    visibility: hidden;
+}
+.slick-slide {
+    display: none;
+    float: left;
+    height: 100%;
+    min-height: 1px;
+    outline: none !important;
+}
+[dir="rtl"] .slick-slide {
+    float: right;
+}
+.slick-slide.slick-loading img {
+    display: none;
+}
+.slick-slide.dragging img {
+    pointer-events: none;
+}
+.slick-initialized .slick-slide {
+    display: block;
+}
+.slick-loading .slick-slide {
+    visibility: hidden;
+}
+.slick-vertical .slick-slide {
+    display: block;
+    height: auto;
+    border: 1px solid transparent;
+}
+.slick-arrow.slick-hidden {
+    display: none;
+}
+.grp-btn {
+    font-size: 80%;
+}
+.grp-btn:focus,
+.grp-btn:active {
+    outline: none !important;
+    box-shadow: none !important;
+    border-bottom: 3px solid var(--primary) !important;
+    color: var(--light) !important;
+}
+.grp-btn.active {
+    border-bottom: 3px solid var(--primary) !important;
+    color: var(--light) !important;
+}
+.overflow-y-auto {
+    overflow-y: auto;
+}
+pre {
+    overflow-x: hidden;
+}
+.main-heading {
+    z-index: 100;
+}
+.img-grp {
+    position: relative;
+}
+.img-grp .editor {
+    position: absolute;
+    top: -10%;
+    left: 15%;
+    width: 90%;
+    height: auto;
+}
+.img-grp .calendar {
+    position: absolute;
+    bottom: 20%;
+    left: 45%;
+    width: 70%;
+    height: auto;
+}
+.img-grp .music {
+    position: absolute;
+    bottom: -5%;
+    left: 5%;
+    width: 70%;
+    height: auto;
+}
+#events {
+    background: url("../img/back1.svg");
+}
+#development {
+    background: url("../symbolics3.png");
+    background-repeat: no-repeat;
+    background-size: cover;
+}
+span p{
+    margin-bottom: 0;
+}
\ No newline at end of file
diff --git a/assets/css/markdown.css b/assets/css/markdown.css
new file mode 100644
index 0000000..5442bbf
--- /dev/null
+++ b/assets/css/markdown.css
@@ -0,0 +1,318 @@
+.markdown-body {
+  font-size: 16px;
+  line-height: 1.5;
+  word-wrap: break-word; }
+  .markdown-body::before {
+    display: table;
+    content: ""; }
+  .markdown-body::after {
+    display: table;
+    clear: both;
+    content: ""; }
+  .markdown-body > *:first-child {
+    margin-top: 0 !important; }
+  .markdown-body > *:last-child {
+    margin-bottom: 0 !important; }
+  .markdown-body a:not([href]) {
+    color: inherit;
+    text-decoration: none; }
+  .markdown-body .absent {
+    color: #cb2431; }
+  .markdown-body .anchor {
+    float: left;
+    padding-right: 4px;
+    margin-left: -20px;
+    line-height: 1; }
+    .markdown-body .anchor:focus {
+      outline: none; }
+  .markdown-body p,
+  .markdown-body blockquote,
+  .markdown-body ul,
+  .markdown-body ol,
+  .markdown-body dl,
+  .markdown-body table,
+  .markdown-body pre,
+  .markdown-body details {
+    margin-top: 0;
+    margin-bottom: 16px; }
+  .markdown-body hr {
+    height: 0.25em;
+    padding: 0;
+    margin: 24px 0;
+    background-color: #e1e4e8;
+    border: 0; }
+  .markdown-body blockquote {
+    padding: 0 1em;
+    color: #6a737d;
+    border-left: 0.25em solid #dfe2e5; }
+    .markdown-body blockquote > :first-child {
+      margin-top: 0; }
+    .markdown-body blockquote > :last-child {
+      margin-bottom: 0; }
+  .markdown-body kbd {
+    display: inline-block;
+    padding: 3px 5px;
+    font-size: 11px;
+    line-height: 10px;
+    color: #444d56;
+    vertical-align: middle;
+    background-color: #fafbfc;
+    border: solid 1px #c6cbd1;
+    border-bottom-color: #959da5;
+    border-radius: 3px;
+    box-shadow: inset 0 -1px 0 #959da5; }
+
+.markdown-body h1,
+.markdown-body h2,
+.markdown-body h3,
+.markdown-body h4,
+.markdown-body h5,
+.markdown-body h6 {
+  margin-top: 24px;
+  margin-bottom: 16px;
+  font-weight: 600;
+  line-height: 1.25; }
+  .markdown-body h1 .octicon-link,
+  .markdown-body h2 .octicon-link,
+  .markdown-body h3 .octicon-link,
+  .markdown-body h4 .octicon-link,
+  .markdown-body h5 .octicon-link,
+  .markdown-body h6 .octicon-link {
+    color: #1b1f23;
+    vertical-align: middle;
+    visibility: hidden; }
+  .markdown-body h1:hover .anchor,
+  .markdown-body h2:hover .anchor,
+  .markdown-body h3:hover .anchor,
+  .markdown-body h4:hover .anchor,
+  .markdown-body h5:hover .anchor,
+  .markdown-body h6:hover .anchor {
+    text-decoration: none; }
+    .markdown-body h1:hover .anchor .octicon-link,
+    .markdown-body h2:hover .anchor .octicon-link,
+    .markdown-body h3:hover .anchor .octicon-link,
+    .markdown-body h4:hover .anchor .octicon-link,
+    .markdown-body h5:hover .anchor .octicon-link,
+    .markdown-body h6:hover .anchor .octicon-link {
+      visibility: visible; }
+  .markdown-body h1 tt,
+  .markdown-body h1 code,
+  .markdown-body h2 tt,
+  .markdown-body h2 code,
+  .markdown-body h3 tt,
+  .markdown-body h3 code,
+  .markdown-body h4 tt,
+  .markdown-body h4 code,
+  .markdown-body h5 tt,
+  .markdown-body h5 code,
+  .markdown-body h6 tt,
+  .markdown-body h6 code {
+    font-size: inherit; }
+.markdown-body h1 {
+  padding-bottom: 0.3em;
+  font-size: 2em;
+  border-bottom: 1px solid #eaecef; }
+.markdown-body h2 {
+  padding-bottom: 0.3em;
+  font-size: 1.5em;
+  border-bottom: 1px solid #eaecef; }
+.markdown-body h3 {
+  font-size: 1.25em; }
+.markdown-body h4 {
+  font-size: 1em; }
+.markdown-body h5 {
+  font-size: 0.875em; }
+.markdown-body h6 {
+  font-size: 0.85em;
+  color: #6a737d; }
+
+.markdown-body ul,
+.markdown-body ol {
+  padding-left: 2em; }
+  .markdown-body ul.no-list,
+  .markdown-body ol.no-list {
+    padding: 0;
+    list-style-type: none; }
+.markdown-body ul ul,
+.markdown-body ul ol,
+.markdown-body ol ol,
+.markdown-body ol ul {
+  margin-top: 0;
+  margin-bottom: 0; }
+.markdown-body li {
+  word-wrap: break-all; }
+.markdown-body li > p {
+  margin-top: 16px; }
+.markdown-body li + li {
+  margin-top: 0.25em; }
+.markdown-body dl {
+  padding: 0; }
+  .markdown-body dl dt {
+    padding: 0;
+    margin-top: 16px;
+    font-size: 1em;
+    font-style: italic;
+    font-weight: 600; }
+  .markdown-body dl dd {
+    padding: 0 16px;
+    margin-bottom: 16px; }
+
+.markdown-body table {
+  display: block;
+  width: 100%;
+  overflow: auto; }
+  .markdown-body table th {
+    font-weight: 600; }
+  .markdown-body table th,
+  .markdown-body table td {
+    padding: 6px 13px;
+    border: 1px solid #dfe2e5; }
+  .markdown-body table tr {
+    background-color: #fff;
+    border-top: 1px solid #c6cbd1; }
+    .markdown-body table tr:nth-child(2n) {
+      background-color: #f6f8fa; }
+  .markdown-body table img {
+    background-color: transparent; }
+
+.markdown-body img {
+  max-width: 100%;
+  box-sizing: content-box;
+  background-color: #fff; }
+  .markdown-body img[align=right] {
+    padding-left: 20px; }
+  .markdown-body img[align=left] {
+    padding-right: 20px; }
+.markdown-body .emoji {
+  max-width: none;
+  vertical-align: text-top;
+  background-color: transparent; }
+.markdown-body span.frame {
+  display: block;
+  overflow: hidden; }
+  .markdown-body span.frame > span {
+    display: block;
+    float: left;
+    width: auto;
+    padding: 7px;
+    margin: 13px 0 0;
+    overflow: hidden;
+    border: 1px solid #dfe2e5; }
+  .markdown-body span.frame span img {
+    display: block;
+    float: left; }
+  .markdown-body span.frame span span {
+    display: block;
+    padding: 5px 0 0;
+    clear: both;
+    color: #24292e; }
+.markdown-body span.align-center {
+  display: block;
+  overflow: hidden;
+  clear: both; }
+  .markdown-body span.align-center > span {
+    display: block;
+    margin: 13px auto 0;
+    overflow: hidden;
+    text-align: center; }
+  .markdown-body span.align-center span img {
+    margin: 0 auto;
+    text-align: center; }
+.markdown-body span.align-right {
+  display: block;
+  overflow: hidden;
+  clear: both; }
+  .markdown-body span.align-right > span {
+    display: block;
+    margin: 13px 0 0;
+    overflow: hidden;
+    text-align: right; }
+  .markdown-body span.align-right span img {
+    margin: 0;
+    text-align: right; }
+.markdown-body span.float-left {
+  display: block;
+  float: left;
+  margin-right: 13px;
+  overflow: hidden; }
+  .markdown-body span.float-left span {
+    margin: 13px 0 0; }
+.markdown-body span.float-right {
+  display: block;
+  float: right;
+  margin-left: 13px;
+  overflow: hidden; }
+  .markdown-body span.float-right > span {
+    display: block;
+    margin: 13px auto 0;
+    overflow: hidden;
+    text-align: right; }
+
+.markdown-body code,
+.markdown-body tt {
+  padding: 0.2em 0.4em;
+  margin: 0;
+  font-size: 85%;
+  background-color: rgba(27, 31, 35, 0.05);
+  border-radius: 3px; }
+  .markdown-body code br,
+  .markdown-body tt br {
+    display: none; }
+.markdown-body del code {
+  text-decoration: inherit; }
+.markdown-body pre {
+  word-wrap: normal; }
+  .markdown-body pre > code {
+    padding: 0;
+    margin: 0;
+    font-size: 100%;
+    word-break: normal;
+    white-space: pre;
+    background: transparent;
+    border: 0; }
+.markdown-body .highlight {
+  margin-bottom: 16px; }
+  .markdown-body .highlight pre {
+    margin-bottom: 0;
+    word-break: normal; }
+.markdown-body .highlight pre,
+.markdown-body pre {
+  padding: 16px;
+  overflow: auto;
+  font-size: 85%;
+  line-height: 1.45;
+  background-color: #f6f8fa;
+  border-radius: 3px; }
+.markdown-body pre code,
+.markdown-body pre tt {
+  display: inline;
+  max-width: auto;
+  padding: 0;
+  margin: 0;
+  overflow: visible;
+  line-height: inherit;
+  word-wrap: normal;
+  background-color: transparent;
+  border: 0; }
+
+.markdown-body .csv-data td,
+.markdown-body .csv-data th {
+  padding: 5px;
+  overflow: hidden;
+  font-size: 12px;
+  line-height: 1;
+  text-align: left;
+  white-space: nowrap; }
+.markdown-body .csv-data .blob-num {
+  padding: 10px 8px 9px;
+  text-align: right;
+  background: #fff;
+  border: 0; }
+.markdown-body .csv-data tr {
+  border-top: 0; }
+.markdown-body .csv-data th {
+  font-weight: 600;
+  background: #f6f8fa;
+  border-top: 0; }
+
+/*# sourceMappingURL=markdown.css.map */
diff --git a/assets/css/markdown.css.map b/assets/css/markdown.css.map
new file mode 100644
index 0000000..c6da2c3
--- /dev/null
+++ b/assets/css/markdown.css.map
@@ -0,0 +1,7 @@
+{
+"version": 3,
+"mappings": 
"AAMA,cAAe;EACb,WAAW,EC4BD,qIAAqI;ED3B/I,SAAS,ECSD,IAAI;EDRZ,WAAW,ECiCM,GAAW;EDhC5B,SAAS,EAAE,UAAU;EAGrB,sBAAU;IACR,OAAO,EAAE,KAAK;IACd,OAAO,EAAE,EAAE;EAGb,qBAAS;IACP,OAAO,EAAE,KAAK;IACd,KAAK,EAAE,IAAI;IACX,OAAO,EAAE,EAAE;EAGb,8BAAgB;IACd,UAAU,EAAE,YAAY;EAG1B,6BAAe;IACb,aAAa,EAAE,YAAY;EAS7B,4BAAc;IACZ,KAAK,EAAE,OAAO;IACd,eAAe,EAAE,IAAI;EAIvB,sBAAQ;IACN,KAAK,EEsBW,OAAQ;EFnB1B,sBAAQ;IACN,KAAK,EAAE,IAAI;IACX,aAAa,EGlCN,GAAkB;IHmCzB,WAAW,EAAE,KAAK;IAClB,WAAW,ECtBM,CAAC;IDwBlB,4BAAQ;MACN,OAAO,EAAE,IAAI;EAIjB;;;;;;;wBAOQ;IACN,UAAU,EAAE,CAAC;IACb,aAAa,EGlDN,IAAW;EHqDpB,iBAAG;IACD,MAAM,EGvBI,MAAM;IHwBhB,OAAO,EAAE,CAAC;IACV,MAAM,EAAE,MAAW;IACnB,gBAAgB,EItEL,OAAY;IJuEvB,MAAM,EAAE,CAAC;EAGX,yBAAW;IACT,OAAO,EAAE,KAAK;IACd,KAAK,EErBW,OAAS;IFsBzB,WAAW,EAAE,oBAAmC;IAEhD,wCAAe;MACb,UAAU,EAAE,CAAC;IAGf,uCAAc;MACZ,aAAa,EAAE,CAAC;EAIpB,kBAAI;IACF,OAAO,EAAE,YAAY;IACrB,OAAO,EAAE,OAAO;IAChB,SAAS,EAAE,IAAI;IACf,WAAW,EAAE,IAAI;IACjB,KAAK,EEhEY,OAAS;IFiE1B,cAAc,EAAE,MAAM;IACtB,gBAAgB,EE1
 DA,OAAS;
 
IF2DzB,MAAM,EAAE,iBAA+B;IACvC,mBAAmB,EKsBT,OAAS;ILrBnB,aAAa,EAAE,GAAG;IAClB,UAAU,EAAE,sBAAwB;;AMnGtC;;;;;iBAKG;EACD,UAAU,EHQH,IAAW;EGPlB,aAAa,EHMN,IAAW;EGLlB,WAAW,ELWI,GAAG;EKVlB,WAAW,ELiBA,IAAI;EKff;;;;;iCAAc;IACZ,KAAK,EFIgB,OAAM;IEH3B,cAAc,EAAE,MAAM;IACtB,UAAU,EAAE,MAAM;EAGpB;;;;;iCAAgB;IACd,eAAe,EAAE,IAAI;IAErB;;;;;iDAAc;MACZ,UAAU,EAAE,OAAO;EAIvB;;;;;;;;;;;wBACK;IACH,SAAS,EAAE,OAAO;AAItB,iBAAG;EACD,cAAc,EAAE,KAAK;EACrB,SAAS,EAAE,GAAG;EACd,aAAa,EAAE,iBAAgC;AAGjD,iBAAG;EACD,cAAc,EAAE,KAAK;EACrB,SAAS,EAAE,KAAK;EAChB,aAAa,EAAE,iBAAgC;AAGjD,iBAAG;EACD,SAAS,EAAE,MAAM;AAGnB,iBAAG;EACD,SAAS,EAAE,GAAG;AAGhB,iBAAG;EACD,SAAS,EAAE,OAAO;AAGpB,iBAAG;EACD,SAAS,EAAE,MAAM;EACjB,KAAK,EJFW,OAAS;;AKtD3B;iBACG;EACD,YAAY,EAAE,GAAG;EAEjB;2BAAU;IACR,OAAO,EAAE,CAAC;IACV,eAAe,EAAE,IAAI;AA2BzB;;;oBAGM;EACJ,UAAU,EAAE,CAAC;EACb,aAAa,EAAE,CAAC;AAGlB,iBAAG;EACD,SAAS,EAAE,SAAS;AAGtB,qBAAO;EACL,UAAU,EJlCH,IAAW;AIqCpB,sBAAQ;EACN,UAAU,EJPA,MAAM;AIUlB,iBAAG;EACD,OAAO,EAAE,CAAC;EAEV,oBAAG;IACD,OAAO,EAAE,CAAC
 ;IACV,UA
 
AU,EJ9CL,IAAW;II+ChB,SAAS,EAAE,GAAG;IACd,UAAU,EAAE,MAAM;IAClB,WAAW,EN3CE,GAAG;EM8ClB,oBAAG;IACD,OAAO,EAAE,MAAW;IACpB,aAAa,EJtDR,IAAW;;AKdpB,oBAAM;EACJ,OAAO,EAAE,KAAK;EACd,KAAK,EAAE,IAAI;EACX,QAAQ,EAAE,IAAI;EAEd,uBAAG;IACD,WAAW,EPcE,GAAG;EOXlB;yBACG;IACD,OAAO,EAAE,QAAQ;IACjB,MAAM,EAAE,iBAAgC;EAG1C,uBAAG;IACD,gBAAgB,EJED,IAAM;IIDrB,UAAU,EAAE,iBAA+B;IAE3C,qCAAgB;MACd,gBAAgB,ENmBJ,OAAS;EMfzB,wBAAI;IACF,gBAAgB,EAAE,WAAW;;ACxBjC,kBAAI;EACF,SAAS,EAAE,IAAI;EAGf,UAAU,EAAE,WAAW;EACvB,gBAAgB,ELYC,IAAM;EKVvB,+BAAe;IACb,YAAY,EAAE,IAAI;EAGpB,8BAAc;IACZ,aAAa,EAAE,IAAI;AAIvB,qBAAO;EACL,SAAS,EAAE,IAAI;EACf,cAAc,EAAE,QAAQ;EAExB,gBAAgB,EAAE,WAAW;AAM/B,yBAAW;EACT,OAAO,EAAE,KAAK;EACd,QAAQ,EAAE,MAAM;EAEhB,gCAAO;IACL,OAAO,EAAE,KAAK;IACd,KAAK,EAAE,IAAI;IACX,KAAK,EAAE,IAAI;IACX,OAAO,EAAE,GAAG;IACZ,MAAM,EAAE,QAAQ;IAChB,QAAQ,EAAE,MAAM;IAChB,MAAM,EAAE,iBAAgC;EAG1C,kCAAS;IACP,OAAO,EAAE,KAAK;IACd,KAAK,EAAE,IAAI;EAGb,mCAAU;IACR,OAAO,EAAE,KAAK;IACd,OAAO,EAAE,OAAO;IAChB,KAAK,EAAE,IAAI;IACX,KAAK,EPKS,OAAS;AO
 D3B,gCAA
 
kB;EAChB,OAAO,EAAE,KAAK;EACd,QAAQ,EAAE,MAAM;EAChB,KAAK,EAAE,IAAI;EAEX,uCAAO;IACL,OAAO,EAAE,KAAK;IACd,MAAM,EAAE,WAAW;IACnB,QAAQ,EAAE,MAAM;IAChB,UAAU,EAAE,MAAM;EAGpB,yCAAS;IACP,MAAM,EAAE,MAAM;IACd,UAAU,EAAE,MAAM;AAItB,+BAAiB;EACf,OAAO,EAAE,KAAK;EACd,QAAQ,EAAE,MAAM;EAChB,KAAK,EAAE,IAAI;EAEX,sCAAO;IACL,OAAO,EAAE,KAAK;IACd,MAAM,EAAE,QAAQ;IAChB,QAAQ,EAAE,MAAM;IAChB,UAAU,EAAE,KAAK;EAGnB,wCAAS;IACP,MAAM,EAAE,CAAC;IACT,UAAU,EAAE,KAAK;AAIrB,8BAAgB;EACd,OAAO,EAAE,KAAK;EACd,KAAK,EAAE,IAAI;EACX,YAAY,EAAE,IAAI;EAClB,QAAQ,EAAE,MAAM;EAEhB,mCAAK;IACH,MAAM,EAAE,QAAQ;AAIpB,+BAAiB;EACf,OAAO,EAAE,KAAK;EACd,KAAK,EAAE,KAAK;EACZ,WAAW,EAAE,IAAI;EACjB,QAAQ,EAAE,MAAM;EAEhB,sCAAO;IACL,OAAO,EAAE,KAAK;IACd,MAAM,EAAE,WAAW;IACnB,QAAQ,EAAE,MAAM;IAChB,UAAU,EAAE,KAAK;;AChHrB;iBACG;EACD,OAAO,EAAE,WAAW;EACpB,MAAM,EAAE,CAAC;EACT,SAAS,EAAE,GAAG;EACd,gBAAgB,EAAE,sBAAkB;EACpC,aAAa,ENDD,GAAG;EMGf;sBAAG;IAAE,OAAO,EAAE,IAAI;AAGpB,uBAAS;EAAE,eAAe,EAAE,OAAO;AAEnC,kBAAI;EACF,SAAS,EAAE,MAAM;EAGjB,yBAAO;IACL,OAAO,EAAE,CAAC
 ;IACV,MA
 
AM,EAAE,CAAC;IACT,SAAS,EAAE,IAAI;IACf,UAAU,EAAE,MAAM;IAClB,WAAW,EAAE,GAAG;IAChB,UAAU,EAAE,WAAW;IACvB,MAAM,EAAE,CAAC;AAIb,yBAAW;EACT,aAAa,EPdN,IAAW;EOgBlB,6BAAI;IACF,aAAa,EAAE,CAAC;IAChB,UAAU,EAAE,MAAM;AAItB;kBACI;EACF,OAAO,EPxBA,IAAW;EOyBlB,QAAQ,EAAE,IAAI;EACd,SAAS,EAAE,GAAG;EACd,WAAW,EAAE,IAAI;EACjB,gBAAgB,ERHA,OAAS;EQIzB,aAAa,ENvCD,GAAG;AM0CjB;qBACO;EACL,OAAO,EAAE,MAAM;EACf,SAAS,EAAE,IAAI;EACf,OAAO,EAAE,CAAC;EACV,MAAM,EAAE,CAAC;EACT,QAAQ,EAAE,OAAO;EACjB,WAAW,EAAE,OAAO;EACpB,SAAS,EAAE,MAAM;EACjB,gBAAgB,EAAE,WAAW;EAC7B,MAAM,EAAE,CAAC;;AC1DX;2BACG;EACD,OAAO,EAAE,GAAG;EACZ,QAAQ,EAAE,MAAM;EAChB,SAAS,EVeK,IAAI;EUdlB,WAAW,EVuBM,CAAC;EUtBlB,UAAU,EAAE,IAAI;EAChB,WAAW,EAAE,MAAM;AAGrB,kCAAU;EACR,OAAO,EAAE,YAAkB;EAC3B,UAAU,EAAE,KAAK;EACjB,UAAU,EPOO,IAAM;EONvB,MAAM,EAAE,CAAC;AAGX,2BAAG;EAAE,UAAU,EAAE,CAAC;AAElB,2BAAG;EACD,WAAW,EVEI,GAAG;EUDlB,UAAU,EToBM,OAAS;ESnBzB,UAAU,EAAE,CAAC",
+"sources": 
["markdown-body.scss","../support/variables/typography.scss","../support/variables/colors.scss","../support/variables/layout.scss","../support/variables/misc.scss","../support/variables/color-system.scss","headings.scss","lists.scss","tables.scss","images.scss","code.scss","blob-csv.scss"],
+"names": [],
+"file": "markdown.css"
+}
diff --git a/assets/css/theme.css b/assets/css/theme.css
new file mode 100644
index 0000000..6b97719
--- /dev/null
+++ b/assets/css/theme.css
@@ -0,0 +1,7983 @@
+/*!
+ * Bootstrap v4.3.1 (https://getbootstrap.com/)
+ * Copyright 2011-2019 The Bootstrap Authors
+ * Copyright 2011-2019 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ */
+:root {
+  --blue: #007bff;
+  --indigo: #6610f2;
+  --purple: #6f42c1;
+  --pink: #e83e8c;
+  --red: #dc3545;
+  --orange: #fd7e14;
+  --yellow: #ffc107;
+  --green: #28a745;
+  --teal: #20c997;
+  --cyan: #17a2b8;
+  --white: #fff;
+  --gray: #6c757d;
+  --gray-dark: #343a40;
+  --primary: #3B86E2;
+  --secondary: #F28518;
+  --success: #28a745;
+  --info: #C0C4BD;
+  --warning: #ffc107;
+  --danger: #dc3545;
+  --light: #F8F9FA;
+  --dark: #04080F;
+  --tertiary: #94D354;
+  --breakpoint-xs: 0;
+  --breakpoint-sm: 576px;
+  --breakpoint-md: 768px;
+  --breakpoint-lg: 992px;
+  --breakpoint-xl: 1200px;
+  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 
"Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
+  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 
monospace; }
+
+*,
+*::before,
+*::after {
+  box-sizing: border-box; }
+
+html {
+  font-family: sans-serif;
+  line-height: 1.15;
+  -webkit-text-size-adjust: 100%;
+  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
+
+article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
+  display: block; }
+
+body {
+  margin: 0;
+  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 
sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
+  font-size: 1.15rem;
+  font-weight: 400;
+  line-height: 1.5;
+  color: #212529;
+  text-align: left;
+  background-color: #fff; }
+
+[tabindex="-1"]:focus {
+  outline: 0 !important; }
+
+hr {
+  box-sizing: content-box;
+  height: 0;
+  overflow: visible; }
+
+h1, h2, h3, h4, h5, h6 {
+  margin-top: 0;
+  margin-bottom: 0.5rem; }
+
+p {
+  margin-top: 0;
+  margin-bottom: 1rem; }
+
+abbr[title],
+abbr[data-original-title] {
+  text-decoration: underline;
+  text-decoration: underline dotted;
+  cursor: help;
+  border-bottom: 0;
+  text-decoration-skip-ink: none; }
+
+address {
+  margin-bottom: 1rem;
+  font-style: normal;
+  line-height: inherit; }
+
+ol,
+ul,
+dl {
+  margin-top: 0;
+  margin-bottom: 1rem; }
+
+ol ol,
+ul ul,
+ol ul,
+ul ol {
+  margin-bottom: 0; }
+
+dt {
+  font-weight: 700; }
+
+dd {
+  margin-bottom: .5rem;
+  margin-left: 0; }
+
+blockquote {
+  margin: 0 0 1rem; }
+
+b,
+strong {
+  font-weight: bolder; }
+
+small {
+  font-size: 80%; }
+
+sub,
+sup {
+  position: relative;
+  font-size: 75%;
+  line-height: 0;
+  vertical-align: baseline; }
+
+sub {
+  bottom: -.25em; }
+
+sup {
+  top: -.5em; }
+
+a {
+  color: #3B86E2;
+  text-decoration: none;
+  background-color: transparent; }
+  a:hover {
+    color: #1b60b6;
+    text-decoration: underline; }
+
+a:not([href]):not([tabindex]) {
+  color: inherit;
+  text-decoration: none; }
+  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
+    color: inherit;
+    text-decoration: none; }
+  a:not([href]):not([tabindex]):focus {
+    outline: 0; }
+
+pre,
+code,
+kbd,
+samp {
+  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
+  font-size: 1em; }
+
+pre {
+  margin-top: 0;
+  margin-bottom: 1rem;
+  overflow: auto; }
+
+figure {
+  margin: 0 0 1rem; }
+
+img {
+  vertical-align: middle;
+  border-style: none; }
+
+svg {
+  overflow: hidden;
+  vertical-align: middle; }
+
+table {
+  border-collapse: collapse; }
+
+caption {
+  padding-top: 0.75rem;
+  padding-bottom: 0.75rem;
+  color: #6c757d;
+  text-align: left;
+  caption-side: bottom; }
+
+th {
+  text-align: inherit; }
+
+label {
+  display: inline-block;
+  margin-bottom: 0.5rem; }
+
+button {
+  border-radius: 0; }
+
+button:focus {
+  outline: 1px dotted;
+  outline: 5px auto -webkit-focus-ring-color; }
+
+input,
+button,
+select,
+optgroup,
+textarea {
+  margin: 0;
+  font-family: inherit;
+  font-size: inherit;
+  line-height: inherit; }
+
+button,
+input {
+  overflow: visible; }
+
+button,
+select {
+  text-transform: none; }
+
+select {
+  word-wrap: normal; }
+
+button,
+[type="button"],
+[type="reset"],
+[type="submit"] {
+  -webkit-appearance: button; }
+
+button:not(:disabled),
+[type="button"]:not(:disabled),
+[type="reset"]:not(:disabled),
+[type="submit"]:not(:disabled) {
+  cursor: pointer; }
+
+button::-moz-focus-inner,
+[type="button"]::-moz-focus-inner,
+[type="reset"]::-moz-focus-inner,
+[type="submit"]::-moz-focus-inner {
+  padding: 0;
+  border-style: none; }
+
+input[type="radio"],
+input[type="checkbox"] {
+  box-sizing: border-box;
+  padding: 0; }
+
+input[type="date"],
+input[type="time"],
+input[type="datetime-local"],
+input[type="month"] {
+  -webkit-appearance: listbox; }
+
+textarea {
+  overflow: auto;
+  resize: vertical; }
+
+fieldset {
+  min-width: 0;
+  padding: 0;
+  margin: 0;
+  border: 0; }
+
+legend {
+  display: block;
+  width: 100%;
+  max-width: 100%;
+  padding: 0;
+  margin-bottom: .5rem;
+  font-size: 1.5rem;
+  line-height: inherit;
+  color: inherit;
+  white-space: normal; }
+
+progress {
+  vertical-align: baseline; }
+
+[type="number"]::-webkit-inner-spin-button,
+[type="number"]::-webkit-outer-spin-button {
+  height: auto; }
+
+[type="search"] {
+  outline-offset: -2px;
+  -webkit-appearance: none; }
+
+[type="search"]::-webkit-search-decoration {
+  -webkit-appearance: none; }
+
+::-webkit-file-upload-button {
+  font: inherit;
+  -webkit-appearance: button; }
+
+output {
+  display: inline-block; }
+
+summary {
+  display: list-item;
+  cursor: pointer; }
+
+template {
+  display: none; }
+
+[hidden] {
+  display: none !important; }
+
+h1, h2, h3, h4, h5, h6,
+.h1, .h2, .h3, .h4, .h5, .h6 {
+  margin-bottom: 0.5rem;
+  font-weight: 500;
+  line-height: 1.2; }
+
+h1, .h1 {
+  font-size: 2.875rem; }
+
+h2, .h2 {
+  font-size: 2.3rem; }
+
+h3, .h3 {
+  font-size: 2.0125rem; }
+
+h4, .h4 {
+  font-size: 1.725rem; }
+
+h5, .h5 {
+  font-size: 1.4375rem; }
+
+h6, .h6 {
+  font-size: 1.15rem; }
+
+.lead {
+  font-size: 1.4375rem;
+  font-weight: 300; }
+
+.display-1 {
+  font-size: 6rem;
+  font-weight: 300;
+  line-height: 1.2; }
+
+.display-2 {
+  font-size: 5.5rem;
+  font-weight: 300;
+  line-height: 1.2; }
+
+.display-3 {
+  font-size: 4.5rem;
+  font-weight: 300;
+  line-height: 1.2; }
+
+.display-4 {
+  font-size: 3.5rem;
+  font-weight: 300;
+  line-height: 1.2; }
+
+hr {
+  margin-top: 1rem;
+  margin-bottom: 1rem;
+  border: 0;
+  border-top: 1px solid rgba(0, 0, 0, 0.1); }
+
+small,
+.small {
+  font-size: 80%;
+  font-weight: 400; }
+
+mark,
+.mark {
+  padding: 0.2em;
+  background-color: #fcf8e3; }
+
+.list-unstyled {
+  padding-left: 0;
+  list-style: none; }
+
+.list-inline {
+  padding-left: 0;
+  list-style: none; }
+
+.list-inline-item {
+  display: inline-block; }
+  .list-inline-item:not(:last-child) {
+    margin-right: 0.5rem; }
+
+.initialism {
+  font-size: 90%;
+  text-transform: uppercase; }
+
+.blockquote {
+  margin-bottom: 1rem;
+  font-size: 1.4375rem; }
+
+.blockquote-footer {
+  display: block;
+  font-size: 80%;
+  color: #6c757d; }
+  .blockquote-footer::before {
+    content: "\2014\00A0"; }
+
+.img-fluid {
+  max-width: 100%;
+  height: auto; }
+
+.img-thumbnail {
+  padding: 0.25rem;
+  background-color: #fff;
+  border: 1px solid #dee2e6;
+  border-radius: 0.25rem;
+  max-width: 100%;
+  height: auto; }
+
+.figure {
+  display: inline-block; }
+
+.figure-img {
+  margin-bottom: 0.5rem;
+  line-height: 1; }
+
+.figure-caption {
+  font-size: 90%;
+  color: #6c757d; }
+
+code {
+  font-size: 87.5%;
+  color: #e83e8c;
+  word-break: break-word; }
+  a > code {
+    color: inherit; }
+
+kbd {
+  padding: 0.2rem 0.4rem;
+  font-size: 87.5%;
+  color: #fff;
+  background-color: #212529;
+  border-radius: 0.2rem; }
+  kbd kbd {
+    padding: 0;
+    font-size: 100%;
+    font-weight: 700; }
+
+pre {
+  display: block;
+  font-size: 87.5%;
+  color: #212529; }
+  pre code {
+    font-size: inherit;
+    color: inherit;
+    word-break: normal; }
+
+.pre-scrollable {
+  max-height: 340px;
+  overflow-y: scroll; }
+
+.container {
+  width: 100%;
+  padding-right: 15px;
+  padding-left: 15px;
+  margin-right: auto;
+  margin-left: auto; }
+  @media (min-width: 576px) {
+    .container {
+      max-width: 540px; } }
+  @media (min-width: 768px) {
+    .container {
+      max-width: 720px; } }
+  @media (min-width: 992px) {
+    .container {
+      max-width: 960px; } }
+  @media (min-width: 1200px) {
+    .container {
+      max-width: 1140px; } }
+
+.container-fluid {
+  width: 100%;
+  padding-right: 15px;
+  padding-left: 15px;
+  margin-right: auto;
+  margin-left: auto; }
+
+.row {
+  display: flex;
+  flex-wrap: wrap;
+  margin-right: -15px;
+  margin-left: -15px; }
+
+.no-gutters {
+  margin-right: 0;
+  margin-left: 0; }
+  .no-gutters > .col,
+  .no-gutters > [class*="col-"] {
+    padding-right: 0;
+    padding-left: 0; }
+
+.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
+.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, 
.col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
+.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, 
.col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
+.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, 
.col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
+.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, 
.col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
+.col-xl-auto {
+  position: relative;
+  width: 100%;
+  padding-right: 15px;
+  padding-left: 15px; }
+
+.col {
+  flex-basis: 0;
+  flex-grow: 1;
+  max-width: 100%; }
+
+.col-auto {
+  flex: 0 0 auto;
+  width: auto;
+  max-width: 100%; }
+
+.col-1 {
+  flex: 0 0 8.3333333333%;
+  max-width: 8.3333333333%; }
+
+.col-2 {
+  flex: 0 0 16.6666666667%;
+  max-width: 16.6666666667%; }
+
+.col-3 {
+  flex: 0 0 25%;
+  max-width: 25%; }
+
+.col-4 {
+  flex: 0 0 33.3333333333%;
+  max-width: 33.3333333333%; }
+
+.col-5 {
+  flex: 0 0 41.6666666667%;
+  max-width: 41.6666666667%; }
+
+.col-6 {
+  flex: 0 0 50%;
+  max-width: 50%; }
+
+.col-7 {
+  flex: 0 0 58.3333333333%;
+  max-width: 58.3333333333%; }
+
+.col-8 {
+  flex: 0 0 66.6666666667%;
+  max-width: 66.6666666667%; }
+
+.col-9 {
+  flex: 0 0 75%;
+  max-width: 75%; }
+
+.col-10 {
+  flex: 0 0 83.3333333333%;
+  max-width: 83.3333333333%; }
+
+.col-11 {
+  flex: 0 0 91.6666666667%;
+  max-width: 91.6666666667%; }
+
+.col-12 {
+  flex: 0 0 100%;
+  max-width: 100%; }
+
+.order-first {
+  order: -1; }
+
+.order-last {
+  order: 13; }
+
+.order-0 {
+  order: 0; }
+
+.order-1 {
+  order: 1; }
+
+.order-2 {
+  order: 2; }
+
+.order-3 {
+  order: 3; }
+
+.order-4 {
+  order: 4; }
+
+.order-5 {
+  order: 5; }
+
+.order-6 {
+  order: 6; }
+
+.order-7 {
+  order: 7; }
+
+.order-8 {
+  order: 8; }
+
+.order-9 {
+  order: 9; }
+
+.order-10 {
+  order: 10; }
+
+.order-11 {
+  order: 11; }
+
+.order-12 {
+  order: 12; }
+
+.offset-1 {
+  margin-left: 8.3333333333%; }
+
+.offset-2 {
+  margin-left: 16.6666666667%; }
+
+.offset-3 {
+  margin-left: 25%; }
+
+.offset-4 {
+  margin-left: 33.3333333333%; }
+
+.offset-5 {
+  margin-left: 41.6666666667%; }
+
+.offset-6 {
+  margin-left: 50%; }
+
+.offset-7 {
+  margin-left: 58.3333333333%; }
+
+.offset-8 {
+  margin-left: 66.6666666667%; }
+
+.offset-9 {
+  margin-left: 75%; }
+
+.offset-10 {
+  margin-left: 83.3333333333%; }
+
+.offset-11 {
+  margin-left: 91.6666666667%; }
+
+@media (min-width: 576px) {
+  .col-sm {
+    flex-basis: 0;
+    flex-grow: 1;
+    max-width: 100%; }
+
+  .col-sm-auto {
+    flex: 0 0 auto;
+    width: auto;
+    max-width: 100%; }
+
+  .col-sm-1 {
+    flex: 0 0 8.3333333333%;
+    max-width: 8.3333333333%; }
+
+  .col-sm-2 {
+    flex: 0 0 16.6666666667%;
+    max-width: 16.6666666667%; }
+
+  .col-sm-3 {
+    flex: 0 0 25%;
+    max-width: 25%; }
+
+  .col-sm-4 {
+    flex: 0 0 33.3333333333%;
+    max-width: 33.3333333333%; }
+
+  .col-sm-5 {
+    flex: 0 0 41.6666666667%;
+    max-width: 41.6666666667%; }
+
+  .col-sm-6 {
+    flex: 0 0 50%;
+    max-width: 50%; }
+
+  .col-sm-7 {
+    flex: 0 0 58.3333333333%;
+    max-width: 58.3333333333%; }
+
+  .col-sm-8 {
+    flex: 0 0 66.6666666667%;
+    max-width: 66.6666666667%; }
+
+  .col-sm-9 {
+    flex: 0 0 75%;
+    max-width: 75%; }
+
+  .col-sm-10 {
+    flex: 0 0 83.3333333333%;
+    max-width: 83.3333333333%; }
+
+  .col-sm-11 {
+    flex: 0 0 91.6666666667%;
+    max-width: 91.6666666667%; }
+
+  .col-sm-12 {
+    flex: 0 0 100%;
+    max-width: 100%; }
+
+  .order-sm-first {
+    order: -1; }
+
+  .order-sm-last {
+    order: 13; }
+
+  .order-sm-0 {
+    order: 0; }
+
+  .order-sm-1 {
+    order: 1; }
+
+  .order-sm-2 {
+    order: 2; }
+
+  .order-sm-3 {
+    order: 3; }
+
+  .order-sm-4 {
+    order: 4; }
+
+  .order-sm-5 {
+    order: 5; }
+
+  .order-sm-6 {
+    order: 6; }
+
+  .order-sm-7 {
+    order: 7; }
+
+  .order-sm-8 {
+    order: 8; }
+
+  .order-sm-9 {
+    order: 9; }
+
+  .order-sm-10 {
+    order: 10; }
+
+  .order-sm-11 {
+    order: 11; }
+
+  .order-sm-12 {
+    order: 12; }
+
+  .offset-sm-0 {
+    margin-left: 0; }
+
+  .offset-sm-1 {
+    margin-left: 8.3333333333%; }
+
+  .offset-sm-2 {
+    margin-left: 16.6666666667%; }
+
+  .offset-sm-3 {
+    margin-left: 25%; }
+
+  .offset-sm-4 {
+    margin-left: 33.3333333333%; }
+
+  .offset-sm-5 {
+    margin-left: 41.6666666667%; }
+
+  .offset-sm-6 {
+    margin-left: 50%; }
+
+  .offset-sm-7 {
+    margin-left: 58.3333333333%; }
+
+  .offset-sm-8 {
+    margin-left: 66.6666666667%; }
+
+  .offset-sm-9 {
+    margin-left: 75%; }
+
+  .offset-sm-10 {
+    margin-left: 83.3333333333%; }
+
+  .offset-sm-11 {
+    margin-left: 91.6666666667%; } }
+@media (min-width: 768px) {
+  .col-md {
+    flex-basis: 0;
+    flex-grow: 1;
+    max-width: 100%; }
+
+  .col-md-auto {
+    flex: 0 0 auto;
+    width: auto;
+    max-width: 100%; }
+
+  .col-md-1 {
+    flex: 0 0 8.3333333333%;
+    max-width: 8.3333333333%; }
+
+  .col-md-2 {
+    flex: 0 0 16.6666666667%;
+    max-width: 16.6666666667%; }
+
+  .col-md-3 {
+    flex: 0 0 25%;
+    max-width: 25%; }
+
+  .col-md-4 {
+    flex: 0 0 33.3333333333%;
+    max-width: 33.3333333333%; }
+
+  .col-md-5 {
+    flex: 0 0 41.6666666667%;
+    max-width: 41.6666666667%; }
+
+  .col-md-6 {
+    flex: 0 0 50%;
+    max-width: 50%; }
+
+  .col-md-7 {
+    flex: 0 0 58.3333333333%;
+    max-width: 58.3333333333%; }
+
+  .col-md-8 {
+    flex: 0 0 66.6666666667%;
+    max-width: 66.6666666667%; }
+
+  .col-md-9 {
+    flex: 0 0 75%;
+    max-width: 75%; }
+
+  .col-md-10 {
+    flex: 0 0 83.3333333333%;
+    max-width: 83.3333333333%; }
+
+  .col-md-11 {
+    flex: 0 0 91.6666666667%;
+    max-width: 91.6666666667%; }
+
+  .col-md-12 {
+    flex: 0 0 100%;
+    max-width: 100%; }
+
+  .order-md-first {
+    order: -1; }
+
+  .order-md-last {
+    order: 13; }
+
+  .order-md-0 {
+    order: 0; }
+
+  .order-md-1 {
+    order: 1; }
+
+  .order-md-2 {
+    order: 2; }
+
+  .order-md-3 {
+    order: 3; }
+
+  .order-md-4 {
+    order: 4; }
+
+  .order-md-5 {
+    order: 5; }
+
+  .order-md-6 {
+    order: 6; }
+
+  .order-md-7 {
+    order: 7; }
+
+  .order-md-8 {
+    order: 8; }
+
+  .order-md-9 {
+    order: 9; }
+
+  .order-md-10 {
+    order: 10; }
+
+  .order-md-11 {
+    order: 11; }
+
+  .order-md-12 {
+    order: 12; }
+
+  .offset-md-0 {
+    margin-left: 0; }
+
+  .offset-md-1 {
+    margin-left: 8.3333333333%; }
+
+  .offset-md-2 {
+    margin-left: 16.6666666667%; }
+
+  .offset-md-3 {
+    margin-left: 25%; }
+
+  .offset-md-4 {
+    margin-left: 33.3333333333%; }
+
+  .offset-md-5 {
+    margin-left: 41.6666666667%; }
+
+  .offset-md-6 {
+    margin-left: 50%; }
+
+  .offset-md-7 {
+    margin-left: 58.3333333333%; }
+
+  .offset-md-8 {
+    margin-left: 66.6666666667%; }
+
+  .offset-md-9 {
+    margin-left: 75%; }
+
+  .offset-md-10 {
+    margin-left: 83.3333333333%; }
+
+  .offset-md-11 {
+    margin-left: 91.6666666667%; } }
+@media (min-width: 992px) {
+  .col-lg {
+    flex-basis: 0;
+    flex-grow: 1;
+    max-width: 100%; }
+
+  .col-lg-auto {
+    flex: 0 0 auto;
+    width: auto;
+    max-width: 100%; }
+
+  .col-lg-1 {
+    flex: 0 0 8.3333333333%;
+    max-width: 8.3333333333%; }
+
+  .col-lg-2 {
+    flex: 0 0 16.6666666667%;
+    max-width: 16.6666666667%; }
+
+  .col-lg-3 {
+    flex: 0 0 25%;
+    max-width: 25%; }
+
+  .col-lg-4 {
+    flex: 0 0 33.3333333333%;
+    max-width: 33.3333333333%; }
+
+  .col-lg-5 {
+    flex: 0 0 41.6666666667%;
+    max-width: 41.6666666667%; }
+
+  .col-lg-6 {
+    flex: 0 0 50%;
+    max-width: 50%; }
+
+  .col-lg-7 {
+    flex: 0 0 58.3333333333%;
+    max-width: 58.3333333333%; }
+
+  .col-lg-8 {
+    flex: 0 0 66.6666666667%;
+    max-width: 66.6666666667%; }
+
+  .col-lg-9 {
+    flex: 0 0 75%;
+    max-width: 75%; }
+
+  .col-lg-10 {
+    flex: 0 0 83.3333333333%;
+    max-width: 83.3333333333%; }
+
+  .col-lg-11 {
+    flex: 0 0 91.6666666667%;
+    max-width: 91.6666666667%; }
+
+  .col-lg-12 {
+    flex: 0 0 100%;
+    max-width: 100%; }
+
+  .order-lg-first {
+    order: -1; }
+
+  .order-lg-last {
+    order: 13; }
+
+  .order-lg-0 {
+    order: 0; }
+
+  .order-lg-1 {
+    order: 1; }
+
+  .order-lg-2 {
+    order: 2; }
+
+  .order-lg-3 {
+    order: 3; }
+
+  .order-lg-4 {
+    order: 4; }
+
+  .order-lg-5 {
+    order: 5; }
+
+  .order-lg-6 {
+    order: 6; }
+
+  .order-lg-7 {
+    order: 7; }
+
+  .order-lg-8 {
+    order: 8; }
+
+  .order-lg-9 {
+    order: 9; }
+
+  .order-lg-10 {
+    order: 10; }
+
+  .order-lg-11 {
+    order: 11; }
+
+  .order-lg-12 {
+    order: 12; }
+
+  .offset-lg-0 {
+    margin-left: 0; }
+
+  .offset-lg-1 {
+    margin-left: 8.3333333333%; }
+
+  .offset-lg-2 {
+    margin-left: 16.6666666667%; }
+
+  .offset-lg-3 {
+    margin-left: 25%; }
+
+  .offset-lg-4 {
+    margin-left: 33.3333333333%; }
+
+  .offset-lg-5 {
+    margin-left: 41.6666666667%; }
+
+  .offset-lg-6 {
+    margin-left: 50%; }
+
+  .offset-lg-7 {
+    margin-left: 58.3333333333%; }
+
+  .offset-lg-8 {
+    margin-left: 66.6666666667%; }
+
+  .offset-lg-9 {
+    margin-left: 75%; }
+
+  .offset-lg-10 {
+    margin-left: 83.3333333333%; }
+
+  .offset-lg-11 {
+    margin-left: 91.6666666667%; } }
+@media (min-width: 1200px) {
+  .col-xl {
+    flex-basis: 0;
+    flex-grow: 1;
+    max-width: 100%; }
+
+  .col-xl-auto {
+    flex: 0 0 auto;
+    width: auto;
+    max-width: 100%; }
+
+  .col-xl-1 {
+    flex: 0 0 8.3333333333%;
+    max-width: 8.3333333333%; }
+
+  .col-xl-2 {
+    flex: 0 0 16.6666666667%;
+    max-width: 16.6666666667%; }
+
+  .col-xl-3 {
+    flex: 0 0 25%;
+    max-width: 25%; }
+
+  .col-xl-4 {
+    flex: 0 0 33.3333333333%;
+    max-width: 33.3333333333%; }
+
+  .col-xl-5 {
+    flex: 0 0 41.6666666667%;
+    max-width: 41.6666666667%; }
+
+  .col-xl-6 {
+    flex: 0 0 50%;
+    max-width: 50%; }
+
+  .col-xl-7 {
+    flex: 0 0 58.3333333333%;
+    max-width: 58.3333333333%; }
+
+  .col-xl-8 {
+    flex: 0 0 66.6666666667%;
+    max-width: 66.6666666667%; }
+
+  .col-xl-9 {
+    flex: 0 0 75%;
+    max-width: 75%; }
+
+  .col-xl-10 {
+    flex: 0 0 83.3333333333%;
+    max-width: 83.3333333333%; }
+
+  .col-xl-11 {
+    flex: 0 0 91.6666666667%;
+    max-width: 91.6666666667%; }
+
+  .col-xl-12 {
+    flex: 0 0 100%;
+    max-width: 100%; }
+
+  .order-xl-first {
+    order: -1; }
+
+  .order-xl-last {
+    order: 13; }
+
+  .order-xl-0 {
+    order: 0; }
+
+  .order-xl-1 {
+    order: 1; }
+
+  .order-xl-2 {
+    order: 2; }
+
+  .order-xl-3 {
+    order: 3; }
+
+  .order-xl-4 {
+    order: 4; }
+
+  .order-xl-5 {
+    order: 5; }
+
+  .order-xl-6 {
+    order: 6; }
+
+  .order-xl-7 {
+    order: 7; }
+
+  .order-xl-8 {
+    order: 8; }
+
+  .order-xl-9 {
+    order: 9; }
+
+  .order-xl-10 {
+    order: 10; }
+
+  .order-xl-11 {
+    order: 11; }
+
+  .order-xl-12 {
+    order: 12; }
+
+  .offset-xl-0 {
+    margin-left: 0; }
+
+  .offset-xl-1 {
+    margin-left: 8.3333333333%; }
+
+  .offset-xl-2 {
+    margin-left: 16.6666666667%; }
+
+  .offset-xl-3 {
+    margin-left: 25%; }
+
+  .offset-xl-4 {
+    margin-left: 33.3333333333%; }
+
+  .offset-xl-5 {
+    margin-left: 41.6666666667%; }
+
+  .offset-xl-6 {
+    margin-left: 50%; }
+
+  .offset-xl-7 {
+    margin-left: 58.3333333333%; }
+
+  .offset-xl-8 {
+    margin-left: 66.6666666667%; }
+
+  .offset-xl-9 {
+    margin-left: 75%; }
+
+  .offset-xl-10 {
+    margin-left: 83.3333333333%; }
+
+  .offset-xl-11 {
+    margin-left: 91.6666666667%; } }
+.table {
+  width: 100%;
+  margin-bottom: 1rem;
+  color: #212529; }
+  .table th,
+  .table td {
+    padding: 0.75rem;
+    vertical-align: top;
+    border-top: 1px solid #dee2e6; }
+  .table thead th {
+    vertical-align: bottom;
+    border-bottom: 2px solid #dee2e6; }
+  .table tbody + tbody {
+    border-top: 2px solid #dee2e6; }
+
+.table-sm th,
+.table-sm td {
+  padding: 0.3rem; }
+
+.table-bordered {
+  border: 1px solid #dee2e6; }
+  .table-bordered th,
+  .table-bordered td {
+    border: 1px solid #dee2e6; }
+  .table-bordered thead th,
+  .table-bordered thead td {
+    border-bottom-width: 2px; }
+
+.table-borderless th,
+.table-borderless td,
+.table-borderless thead th,
+.table-borderless tbody + tbody {
+  border: 0; }
+
+.table-striped tbody tr:nth-of-type(odd) {
+  background-color: rgba(0, 0, 0, 0.05); }
+
+.table-hover tbody tr:hover {
+  color: #212529;
+  background-color: rgba(0, 0, 0, 0.075); }
+
+.table-primary,
+.table-primary > th,
+.table-primary > td {
+  background-color: #c8ddf7; }
+.table-primary th,
+.table-primary td,
+.table-primary thead th,
+.table-primary tbody + tbody {
+  border-color: #99c0f0; }
+
+.table-hover .table-primary:hover {
+  background-color: #b2cff4; }
+  .table-hover .table-primary:hover > td,
+  .table-hover .table-primary:hover > th {
+    background-color: #b2cff4; }
+
+.table-secondary,
+.table-secondary > th,
+.table-secondary > td {
+  background-color: #fbddbe; }
+.table-secondary th,
+.table-secondary td,
+.table-secondary thead th,
+.table-secondary tbody + tbody {
+  border-color: #f8c087; }
+
+.table-hover .table-secondary:hover {
+  background-color: #fad0a6; }
+  .table-hover .table-secondary:hover > td,
+  .table-hover .table-secondary:hover > th {
+    background-color: #fad0a6; }
+
+.table-success,
+.table-success > th,
+.table-success > td {
+  background-color: #c3e6cb; }
+.table-success th,
+.table-success td,
+.table-success thead th,
+.table-success tbody + tbody {
+  border-color: #8fd19e; }
+
+.table-hover .table-success:hover {
+  background-color: #b1dfbb; }
+  .table-hover .table-success:hover > td,
+  .table-hover .table-success:hover > th {
+    background-color: #b1dfbb; }
+
+.table-info,
+.table-info > th,
+.table-info > td {
+  background-color: #edeeed; }
+.table-info th,
+.table-info td,
+.table-info thead th,
+.table-info tbody + tbody {
+  border-color: #dee0dd; }
+
+.table-hover .table-info:hover {
+  background-color: #e0e2e0; }
+  .table-hover .table-info:hover > td,
+  .table-hover .table-info:hover > th {
+    background-color: #e0e2e0; }
+
+.table-warning,
+.table-warning > th,
+.table-warning > td {
+  background-color: #ffeeba; }
+.table-warning th,
+.table-warning td,
+.table-warning thead th,
+.table-warning tbody + tbody {
+  border-color: #ffdf7e; }
+
+.table-hover .table-warning:hover {
+  background-color: #ffe8a1; }
+  .table-hover .table-warning:hover > td,
+  .table-hover .table-warning:hover > th {
+    background-color: #ffe8a1; }
+
+.table-danger,
+.table-danger > th,
+.table-danger > td {
+  background-color: #f5c6cb; }
+.table-danger th,
+.table-danger td,
+.table-danger thead th,
+.table-danger tbody + tbody {
+  border-color: #ed969e; }
+
+.table-hover .table-danger:hover {
+  background-color: #f1b0b7; }
+  .table-hover .table-danger:hover > td,
+  .table-hover .table-danger:hover > th {
+    background-color: #f1b0b7; }
+
+.table-light,
+.table-light > th,
+.table-light > td {
+  background-color: #fdfdfe; }
+.table-light th,
+.table-light td,
+.table-light thead th,
+.table-light tbody + tbody {
+  border-color: #fbfcfc; }
+
+.table-hover .table-light:hover {
+  background-color: #ececf6; }
+  .table-hover .table-light:hover > td,
+  .table-hover .table-light:hover > th {
+    background-color: #ececf6; }
+
+.table-dark,
+.table-dark > th,
+.table-dark > td {
+  background-color: #b9babc; }
+.table-dark th,
+.table-dark td,
+.table-dark thead th,
+.table-dark tbody + tbody {
+  border-color: #7c7f82; }
+
+.table-hover .table-dark:hover {
+  background-color: #acadb0; }
+  .table-hover .table-dark:hover > td,
+  .table-hover .table-dark:hover > th {
+    background-color: #acadb0; }
+
+.table-tertiary,
+.table-tertiary > th,
+.table-tertiary > td {
+  background-color: #e1f3cf; }
+.table-tertiary th,
+.table-tertiary td,
+.table-tertiary thead th,
+.table-tertiary tbody + tbody {
+  border-color: #c7e8a6; }
+
+.table-hover .table-tertiary:hover {
+  background-color: #d4eebb; }
+  .table-hover .table-tertiary:hover > td,
+  .table-hover .table-tertiary:hover > th {
+    background-color: #d4eebb; }
+
+.table-active,
+.table-active > th,
+.table-active > td {
+  background-color: rgba(0, 0, 0, 0.075); }
+
+.table-hover .table-active:hover {
+  background-color: rgba(0, 0, 0, 0.075); }
+  .table-hover .table-active:hover > td,
+  .table-hover .table-active:hover > th {
+    background-color: rgba(0, 0, 0, 0.075); }
+
+.table .thead-dark th {
+  color: #fff;
+  background-color: #343a40;
+  border-color: #454d55; }
+.table .thead-light th {
+  color: #495057;
+  background-color: #e9ecef;
+  border-color: #dee2e6; }
+
+.table-dark {
+  color: #fff;
+  background-color: #343a40; }
+  .table-dark th,
+  .table-dark td,
+  .table-dark thead th {
+    border-color: #454d55; }
+  .table-dark.table-bordered {
+    border: 0; }
+  .table-dark.table-striped tbody tr:nth-of-type(odd) {
+    background-color: rgba(255, 255, 255, 0.05); }
+  .table-dark.table-hover tbody tr:hover {
+    color: #fff;
+    background-color: rgba(255, 255, 255, 0.075); }
+
+@media (max-width: 575.98px) {
+  .table-responsive-sm {
+    display: block;
+    width: 100%;
+    overflow-x: auto;
+    -webkit-overflow-scrolling: touch; }
+    .table-responsive-sm > .table-bordered {
+      border: 0; } }
+@media (max-width: 767.98px) {
+  .table-responsive-md {
+    display: block;
+    width: 100%;
+    overflow-x: auto;
+    -webkit-overflow-scrolling: touch; }
+    .table-responsive-md > .table-bordered {
+      border: 0; } }
+@media (max-width: 991.98px) {
+  .table-responsive-lg {
+    display: block;
+    width: 100%;
+    overflow-x: auto;
+    -webkit-overflow-scrolling: touch; }
+    .table-responsive-lg > .table-bordered {
+      border: 0; } }
+@media (max-width: 1199.98px) {
+  .table-responsive-xl {
+    display: block;
+    width: 100%;
+    overflow-x: auto;
+    -webkit-overflow-scrolling: touch; }
+    .table-responsive-xl > .table-bordered {
+      border: 0; } }
+.table-responsive {
+  display: block;
+  width: 100%;
+  overflow-x: auto;
+  -webkit-overflow-scrolling: touch; }
+  .table-responsive > .table-bordered {
+    border: 0; }
+
+.form-control {
+  display: block;
+  width: 100%;
+  height: calc(1.5em + 0.75rem + 2px);
+  padding: 0.375rem 0.75rem;
+  font-size: 1.15rem;
+  font-weight: 400;
+  line-height: 1.5;
+  color: #495057;
+  background-color: #fff;
+  background-clip: padding-box;
+  border: 1px solid #ced4da;
+  border-radius: 0.25rem;
+  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
+  @media (prefers-reduced-motion: reduce) {
+    .form-control {
+      transition: none; } }
+  .form-control::-ms-expand {
+    background-color: transparent;
+    border: 0; }
+  .form-control:focus {
+    color: #495057;
+    background-color: #fff;
+    border-color: #aacbf2;
+    outline: 0;
+    box-shadow: 0 0 0 0.2rem rgba(59, 134, 226, 0.25); }
+  .form-control::placeholder {
+    color: #6c757d;
+    opacity: 1; }
+  .form-control:disabled, .form-control[readonly] {
+    background-color: #e9ecef;
+    opacity: 1; }
+
+select.form-control:focus::-ms-value {
+  color: #495057;
+  background-color: #fff; }
+
+.form-control-file,
+.form-control-range {
+  display: block;
+  width: 100%; }
+
+.col-form-label {
+  padding-top: calc(0.375rem + 1px);
+  padding-bottom: calc(0.375rem + 1px);
+  margin-bottom: 0;
+  font-size: inherit;
+  line-height: 1.5; }
+
+.col-form-label-lg {
+  padding-top: calc(0.5rem + 1px);
+  padding-bottom: calc(0.5rem + 1px);
+  font-size: 1.4375rem;
+  line-height: 1.5; }
+
+.col-form-label-sm {
+  padding-top: calc(0.25rem + 1px);
+  padding-bottom: calc(0.25rem + 1px);
+  font-size: 1.00625rem;
+  line-height: 1.5; }
+
+.form-control-plaintext {
+  display: block;
+  width: 100%;
+  padding-top: 0.375rem;
+  padding-bottom: 0.375rem;
+  margin-bottom: 0;
+  line-height: 1.5;
+  color: #212529;
+  background-color: transparent;
+  border: solid transparent;
+  border-width: 1px 0; }
+  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
+    padding-right: 0;
+    padding-left: 0; }
+
+.form-control-sm {
+  height: calc(1.5em + 0.5rem + 2px);
+  padding: 0.25rem 0.5rem;
+  font-size: 1.00625rem;
+  line-height: 1.5;
+  border-radius: 0.2rem; }
+
+.form-control-lg {
+  height: calc(1.5em + 1rem + 2px);
+  padding: 0.5rem 1rem;
+  font-size: 1.4375rem;
+  line-height: 1.5;
+  border-radius: 0.3rem; }
+
+select.form-control[size], select.form-control[multiple] {
+  height: auto; }
+
+textarea.form-control {
+  height: auto; }
+
+.form-group {
+  margin-bottom: 1rem; }
+
+.form-text {
+  display: block;
+  margin-top: 0.25rem; }
+
+.form-row {
+  display: flex;
+  flex-wrap: wrap;
+  margin-right: -5px;
+  margin-left: -5px; }
+  .form-row > .col,
+  .form-row > [class*="col-"] {
+    padding-right: 5px;
+    padding-left: 5px; }
+
+.form-check {
+  position: relative;
+  display: block;
+  padding-left: 1.25rem; }
+
+.form-check-input {
+  position: absolute;
+  margin-top: 0.3rem;
+  margin-left: -1.25rem; }
+  .form-check-input:disabled ~ .form-check-label {
+    color: #6c757d; }
+
+.form-check-label {
+  margin-bottom: 0; }
+
+.form-check-inline {
+  display: inline-flex;
+  align-items: center;
+  padding-left: 0;
+  margin-right: 0.75rem; }
+  .form-check-inline .form-check-input {
+    position: static;
+    margin-top: 0;
+    margin-right: 0.3125rem;
+    margin-left: 0; }
+
+.valid-feedback {
+  display: none;
+  width: 100%;
+  margin-top: 0.25rem;
+  font-size: 80%;
+  color: #28a745; }
+
+.valid-tooltip {
+  position: absolute;
+  top: 100%;
+  z-index: 5;
+  display: none;
+  max-width: 100%;
+  padding: 0.25rem 0.5rem;
+  margin-top: .1rem;
+  font-size: 1.00625rem;
+  line-height: 1.5;
+  color: #fff;
+  background-color: rgba(40, 167, 69, 0.9);
+  border-radius: 0.25rem; }
+
+.was-validated .form-control:valid, .form-control.is-valid {
+  border-color: #28a745;
+  padding-right: calc(1.5em + 0.75rem);
+  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 
8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 
1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
+  background-repeat: no-repeat;
+  background-position: center right calc(0.375em + 0.1875rem);
+  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
+  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
+    border-color: #28a745;
+    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
+  .was-validated .form-control:valid ~ .valid-feedback,
+  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
+  .form-control.is-valid ~ .valid-tooltip {
+    display: block; }
+
+.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
+  padding-right: calc(1.5em + 0.75rem);
+  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }
+
+.was-validated .custom-select:valid, .custom-select.is-valid {
+  border-color: #28a745;
+  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
+  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath 
fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, 
url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath 
fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 
4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) 
calc(0.75em + 0.375rem); }
+  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
+    border-color: #28a745;
+    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
+  .was-validated .custom-select:valid ~ .valid-feedback,
+  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
+  .custom-select.is-valid ~ .valid-tooltip {
+    display: block; }
+
+.was-validated .form-control-file:valid ~ .valid-feedback,
+.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
+.form-control-file.is-valid ~ .valid-tooltip {
+  display: block; }
+
+.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
+  color: #28a745; }
+.was-validated .form-check-input:valid ~ .valid-feedback,
+.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
+.form-check-input.is-valid ~ .valid-tooltip {
+  display: block; }
+
+.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ 
.custom-control-label {
+  color: #28a745; }
+  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid 
~ .custom-control-label::before {
+    border-color: #28a745; }
+.was-validated .custom-control-input:valid ~ .valid-feedback,
+.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ 
.valid-feedback,
+.custom-control-input.is-valid ~ .valid-tooltip {
+  display: block; }
+.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, 
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
+  border-color: #34ce57;
+  background-color: #34ce57; }
+.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, 
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
+  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
+.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, 
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
+  border-color: #28a745; }
+
+.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ 
.custom-file-label {
+  border-color: #28a745; }
+.was-validated .custom-file-input:valid ~ .valid-feedback,
+.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
+.custom-file-input.is-valid ~ .valid-tooltip {
+  display: block; }
+.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ 
.custom-file-label {
+  border-color: #28a745;
+  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
+
+.invalid-feedback {
+  display: none;
+  width: 100%;
+  margin-top: 0.25rem;
+  font-size: 80%;
+  color: #dc3545; }
+
+.invalid-tooltip {
+  position: absolute;
+  top: 100%;
+  z-index: 5;
+  display: none;
+  max-width: 100%;
+  padding: 0.25rem 0.5rem;
+  margin-top: .1rem;
+  font-size: 1.00625rem;
+  line-height: 1.5;
+  color: #fff;
+  background-color: rgba(220, 53, 69, 0.9);
+  border-radius: 0.25rem; }
+
+.was-validated .form-control:invalid, .form-control.is-invalid {
+  border-color: #dc3545;
+  padding-right: calc(1.5em + 0.75rem);
+  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' 
viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' 
r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
+  background-repeat: no-repeat;
+  background-position: center right calc(0.375em + 0.1875rem);
+  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
+  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
+    border-color: #dc3545;
+    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
+  .was-validated .form-control:invalid ~ .invalid-feedback,
+  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
+  .form-control.is-invalid ~ .invalid-tooltip {
+    display: block; }
+
+.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
+  padding-right: calc(1.5em + 0.75rem);
+  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }
+
+.was-validated .custom-select:invalid, .custom-select.is-invalid {
+  border-color: #dc3545;
+  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
+  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath 
fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, 
url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 
7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' 
r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center 
right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
+  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
+    border-color: #dc3545;
+    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
+  .was-validated .custom-select:invalid ~ .invalid-feedback,
+  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
+  .custom-select.is-invalid ~ .invalid-tooltip {
+    display: block; }
+
+.was-validated .form-control-file:invalid ~ .invalid-feedback,
+.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ 
.invalid-feedback,
+.form-control-file.is-invalid ~ .invalid-tooltip {
+  display: block; }
+
+.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ 
.form-check-label {
+  color: #dc3545; }
+.was-validated .form-check-input:invalid ~ .invalid-feedback,
+.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ 
.invalid-feedback,
+.form-check-input.is-invalid ~ .invalid-tooltip {
+  display: block; }
+
+.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ 
.custom-control-label {
+  color: #dc3545; }
+  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, 
.custom-control-input.is-invalid ~ .custom-control-label::before {
+    border-color: #dc3545; }
+.was-validated .custom-control-input:invalid ~ .invalid-feedback,
+.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ 
.invalid-feedback,
+.custom-control-input.is-invalid ~ .invalid-tooltip {
+  display: block; }
+.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, 
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
+  border-color: #e4606d;
+  background-color: #e4606d; }
+.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, 
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
+  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
+.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, 
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
+  border-color: #dc3545; }
+
+.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ 
.custom-file-label {
+  border-color: #dc3545; }
+.was-validated .custom-file-input:invalid ~ .invalid-feedback,
+.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ 
.invalid-feedback,
+.custom-file-input.is-invalid ~ .invalid-tooltip {
+  display: block; }
+.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ 
.custom-file-label {
+  border-color: #dc3545;
+  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
+
+.form-inline {
+  display: flex;
+  flex-flow: row wrap;
+  align-items: center; }
+  .form-inline .form-check {
+    width: 100%; }
+  @media (min-width: 576px) {
+    .form-inline label {
+      display: flex;
+      align-items: center;
+      justify-content: center;
+      margin-bottom: 0; }
+    .form-inline .form-group {
+      display: flex;
+      flex: 0 0 auto;
+      flex-flow: row wrap;
+      align-items: center;
+      margin-bottom: 0; }
+    .form-inline .form-control {
+      display: inline-block;
+      width: auto;
+      vertical-align: middle; }
+    .form-inline .form-control-plaintext {
+      display: inline-block; }
+    .form-inline .input-group,
+    .form-inline .custom-select {
+      width: auto; }
+    .form-inline .form-check {
+      display: flex;
+      align-items: center;
+      justify-content: center;
+      width: auto;
+      padding-left: 0; }
+    .form-inline .form-check-input {
+      position: relative;
+      flex-shrink: 0;
+      margin-top: 0;
+      margin-right: 0.25rem;
+      margin-left: 0; }
+    .form-inline .custom-control {
+      align-items: center;
+      justify-content: center; }
+    .form-inline .custom-control-label {
+      margin-bottom: 0; } }
+
+.btn {
+  display: inline-block;
+  font-weight: 400;
+  color: #212529;
+  text-align: center;
+  vertical-align: middle;
+  user-select: none;
+  background-color: transparent;
+  border: 1px solid transparent;
+  padding: 0.375rem 0.75rem;
+  font-size: 1.15rem;
+  line-height: 1.5;
+  border-radius: 0.25rem;
+  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, 
box-shadow 0.15s ease-in-out; }
+  @media (prefers-reduced-motion: reduce) {
+    .btn {
+      transition: none; } }
+  .btn:hover {
+    color: #212529;
+    text-decoration: none; }
+  .btn:focus, .btn.focus {
+    outline: 0;
+    box-shadow: 0 0 0 0.2rem rgba(59, 134, 226, 0.25); }
+  .btn.disabled, .btn:disabled {
+    opacity: 0.65; }
+
+a.btn.disabled,
+fieldset:disabled a.btn {
+  pointer-events: none; }
+
+.btn-primary {
+  color: #fff;
+  background-color: #3B86E2;
+  border-color: #3B86E2; }
+  .btn-primary:hover {
+    color: #fff;
+    background-color: #2072d7;
+    border-color: #1e6ccc; }
+  .btn-primary:focus, .btn-primary.focus {
+    box-shadow: 0 0 0 0.2rem rgba(88, 152, 230, 0.5); }
+  .btn-primary.disabled, .btn-primary:disabled {
+    color: #fff;
+    background-color: #3B86E2;
+    border-color: #3B86E2; }
+  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, 
.show > .btn-primary.dropdown-toggle {
+    color: #fff;
+    background-color: #1e6ccc;
+    border-color: #1d66c1; }
+    .btn-primary:not(:disabled):not(.disabled):active:focus, 
.btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
+      box-shadow: 0 0 0 0.2rem rgba(88, 152, 230, 0.5); }
+
+.btn-secondary {
+  color: #212529;
+  background-color: #F28518;
+  border-color: #F28518; }
+  .btn-secondary:hover {
+    color: #fff;
+    background-color: #d8720c;
+    border-color: #cc6c0b; }
+  .btn-secondary:focus, .btn-secondary.focus {
+    box-shadow: 0 0 0 0.2rem rgba(211, 119, 27, 0.5); }
+  .btn-secondary.disabled, .btn-secondary:disabled {
+    color: #212529;
+    background-color: #F28518;
+    border-color: #F28518; }
+  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, 
.show > .btn-secondary.dropdown-toggle {
+    color: #fff;
+    background-color: #cc6c0b;
+    border-color: #bf650b; }
+    .btn-secondary:not(:disabled):not(.disabled):active:focus, 
.btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
+      box-shadow: 0 0 0 0.2rem rgba(211, 119, 27, 0.5); }
+
+.btn-success {
+  color: #fff;
+  background-color: #28a745;
+  border-color: #28a745; }
+  .btn-success:hover {
+    color: #fff;
+    background-color: #218838;
+    border-color: #1e7e34; }
+  .btn-success:focus, .btn-success.focus {
+    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
+  .btn-success.disabled, .btn-success:disabled {
+    color: #fff;
+    background-color: #28a745;
+    border-color: #28a745; }
+  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, 
.show > .btn-success.dropdown-toggle {
+    color: #fff;
+    background-color: #1e7e34;
+    border-color: #1c7430; }
+    .btn-success:not(:disabled):not(.disabled):active:focus, 
.btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
+      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
+
+.btn-info {
+  color: #212529;
+  background-color: #C0C4BD;
+  border-color: #C0C4BD; }
+  .btn-info:hover {
+    color: #212529;
+    background-color: #adb2a9;
+    border-color: #a6aca2; }
+  .btn-info:focus, .btn-info.focus {
+    box-shadow: 0 0 0 0.2rem rgba(168, 172, 167, 0.5); }
+  .btn-info.disabled, .btn-info:disabled {
+    color: #212529;
+    background-color: #C0C4BD;
+    border-color: #C0C4BD; }
+  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > 
.btn-info.dropdown-toggle {
+    color: #212529;
+    background-color: #a6aca2;
+    border-color: #a0a69b; }
+    .btn-info:not(:disabled):not(.disabled):active:focus, 
.btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
+      box-shadow: 0 0 0 0.2rem rgba(168, 172, 167, 0.5); }
+
+.btn-warning {
+  color: #212529;
+  background-color: #ffc107;
+  border-color: #ffc107; }
+  .btn-warning:hover {
+    color: #212529;
+    background-color: #e0a800;
+    border-color: #d39e00; }
+  .btn-warning:focus, .btn-warning.focus {
+    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
+  .btn-warning.disabled, .btn-warning:disabled {
+    color: #212529;
+    background-color: #ffc107;
+    border-color: #ffc107; }
+  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, 
.show > .btn-warning.dropdown-toggle {
+    color: #212529;
+    background-color: #d39e00;
+    border-color: #c69500; }
+    .btn-warning:not(:disabled):not(.disabled):active:focus, 
.btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
+      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
+
+.btn-danger {
+  color: #fff;
+  background-color: #dc3545;
+  border-color: #dc3545; }
+  .btn-danger:hover {
+    color: #fff;
+    background-color: #c82333;
+    border-color: #bd2130; }
+  .btn-danger:focus, .btn-danger.focus {
+    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
+  .btn-danger.disabled, .btn-danger:disabled {
+    color: #fff;
+    background-color: #dc3545;
+    border-color: #dc3545; }
+  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show 
.btn-danger.dropdown-toggle {
+    color: #fff;
+    background-color: #bd2130;
+    border-color: #b21f2d; }
+    .btn-danger:not(:disabled):not(.disabled):active:focus, 
.btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
+      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
+
+.btn-light {
+  color: #212529;
+  background-color: #F8F9FA;
+  border-color: #F8F9FA; }
+  .btn-light:hover {
+    color: #212529;
+    background-color: #e2e6ea;
+    border-color: #dae0e5; }
+  .btn-light:focus, .btn-light.focus {
+    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
+  .btn-light.disabled, .btn-light:disabled {
+    color: #212529;
+    background-color: #F8F9FA;
+    border-color: #F8F9FA; }
+  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > 
.btn-light.dropdown-toggle {
+    color: #212529;
+    background-color: #dae0e5;
+    border-color: #d3d9df; }
+    .btn-light:not(:disabled):not(.disabled):active:focus, 
.btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
+      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
+
+.btn-dark {
+  color: #fff;
+  background-color: #04080F;
+  border-color: #04080F; }
+  .btn-dark:hover {
+    color: #fff;
+    background-color: black;
+    border-color: black; }
+  .btn-dark:focus, .btn-dark.focus {
+    box-shadow: 0 0 0 0.2rem rgba(42, 45, 51, 0.5); }
+  .btn-dark.disabled, .btn-dark:disabled {
+    color: #fff;
+    background-color: #04080F;
+    border-color: #04080F; }
+  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > 
.btn-dark.dropdown-toggle {
+    color: #fff;
+    background-color: black;
+    border-color: black; }
+    .btn-dark:not(:disabled):not(.disabled):active:focus, 
.btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
+      box-shadow: 0 0 0 0.2rem rgba(42, 45, 51, 0.5); }
+
+.btn-tertiary {
+  color: #212529;
+  background-color: #94D354;
+  border-color: #94D354; }
+  .btn-tertiary:hover {
+    color: #212529;
+    background-color: #81cb36;
+    border-color: #7bc232; }
+  .btn-tertiary:focus, .btn-tertiary.focus {
+    box-shadow: 0 0 0 0.2rem rgba(131, 185, 78, 0.5); }
+  .btn-tertiary.disabled, .btn-tertiary:disabled {
+    color: #212529;
+    background-color: #94D354;
+    border-color: #94D354; }
+  .btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active, 
.show > .btn-tertiary.dropdown-toggle {
+    color: #212529;
+    background-color: #7bc232;
+    border-color: #74b82f; }
+    .btn-tertiary:not(:disabled):not(.disabled):active:focus, 
.btn-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn-tertiary.dropdown-toggle:focus {
+      box-shadow: 0 0 0 0.2rem rgba(131, 185, 78, 0.5); }
+
+.btn-outline-primary {
+  color: #3B86E2;
+  border-color: #3B86E2; }
+  .btn-outline-primary:hover {
+    color: #fff;
+    background-color: #3B86E2;
+    border-color: #3B86E2; }
+  .btn-outline-primary:focus, .btn-outline-primary.focus {
+    box-shadow: 0 0 0 0.2rem rgba(59, 134, 226, 0.5); }
+  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
+    color: #3B86E2;
+    background-color: transparent; }
+  .btn-outline-primary:not(:disabled):not(.disabled):active, 
.btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
+    color: #fff;
+    background-color: #3B86E2;
+    border-color: #3B86E2; }
+    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, 
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > 
.btn-outline-primary.dropdown-toggle:focus {
+      box-shadow: 0 0 0 0.2rem rgba(59, 134, 226, 0.5); }
+
+.btn-outline-secondary {
+  color: #F28518;
+  border-color: #F28518; }
+  .btn-outline-secondary:hover {
+    color: #212529;
+    background-color: #F28518;
+    border-color: #F28518; }
+  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
+    box-shadow: 0 0 0 0.2rem rgba(242, 133, 24, 0.5); }
+  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
+    color: #F28518;
+    background-color: transparent; }
+  .btn-outline-secondary:not(:disabled):not(.disabled):active, 
.btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
+    color: #212529;
+    background-color: #F28518;
+    border-color: #F28518; }
+    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, 
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > 
.btn-outline-secondary.dropdown-toggle:focus {
+      box-shadow: 0 0 0 0.2rem rgba(242, 133, 24, 0.5); }
+
+.btn-outline-success {
+  color: #28a745;
+  border-color: #28a745; }
+  .btn-outline-success:hover {
+    color: #fff;
+    background-color: #28a745;
+    border-color: #28a745; }
+  .btn-outline-success:focus, .btn-outline-success.focus {
+    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
+  .btn-outline-success.disabled, .btn-outline-success:disabled {
+    color: #28a745;
+    background-color: transparent; }
+  .btn-outline-success:not(:disabled):not(.disabled):active, 
.btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
+    color: #fff;
+    background-color: #28a745;
+    border-color: #28a745; }
+    .btn-outline-success:not(:disabled):not(.disabled):active:focus, 
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > 
.btn-outline-success.dropdown-toggle:focus {
+      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
+
+.btn-outline-info {
+  color: #C0C4BD;
+  border-color: #C0C4BD; }
+  .btn-outline-info:hover {
+    color: #212529;
+    background-color: #C0C4BD;
+    border-color: #C0C4BD; }
+  .btn-outline-info:focus, .btn-outline-info.focus {
+    box-shadow: 0 0 0 0.2rem rgba(192, 196, 189, 0.5); }
+  .btn-outline-info.disabled, .btn-outline-info:disabled {
+    color: #C0C4BD;
+    background-color: transparent; }
+  .btn-outline-info:not(:disabled):not(.disabled):active, 
.btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
+    color: #212529;
+    background-color: #C0C4BD;
+    border-color: #C0C4BD; }
+    .btn-outline-info:not(:disabled):not(.disabled):active:focus, 
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus 
{
+      box-shadow: 0 0 0 0.2rem rgba(192, 196, 189, 0.5); }
+
+.btn-outline-warning {
+  color: #ffc107;
+  border-color: #ffc107; }
+  .btn-outline-warning:hover {
+    color: #212529;
+    background-color: #ffc107;
+    border-color: #ffc107; }
+  .btn-outline-warning:focus, .btn-outline-warning.focus {
+    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
+  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
+    color: #ffc107;
+    background-color: transparent; }
+  .btn-outline-warning:not(:disabled):not(.disabled):active, 
.btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
+    color: #212529;
+    background-color: #ffc107;
+    border-color: #ffc107; }
+    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, 
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > 
.btn-outline-warning.dropdown-toggle:focus {
+      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
+
+.btn-outline-danger {
+  color: #dc3545;
+  border-color: #dc3545; }
+  .btn-outline-danger:hover {
+    color: #fff;
+    background-color: #dc3545;
+    border-color: #dc3545; }
+  .btn-outline-danger:focus, .btn-outline-danger.focus {
+    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
+  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
+    color: #dc3545;
+    background-color: transparent; }
+  .btn-outline-danger:not(:disabled):not(.disabled):active, 
.btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
+    color: #fff;
+    background-color: #dc3545;
+    border-color: #dc3545; }
+    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, 
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > 
.btn-outline-danger.dropdown-toggle:focus {
+      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
+
+.btn-outline-light {
+  color: #F8F9FA;
+  border-color: #F8F9FA; }
+  .btn-outline-light:hover {
+    color: #212529;
+    background-color: #F8F9FA;
+    border-color: #F8F9FA; }
+  .btn-outline-light:focus, .btn-outline-light.focus {
+    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
+  .btn-outline-light.disabled, .btn-outline-light:disabled {
+    color: #F8F9FA;
+    background-color: transparent; }
+  .btn-outline-light:not(:disabled):not(.disabled):active, 
.btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
+    color: #212529;
+    background-color: #F8F9FA;
+    border-color: #F8F9FA; }
+    .btn-outline-light:not(:disabled):not(.disabled):active:focus, 
.btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > 
.btn-outline-light.dropdown-toggle:focus {
+      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
+
+.btn-outline-dark {
+  color: #04080F;
+  border-color: #04080F; }
+  .btn-outline-dark:hover {
+    color: #fff;
+    background-color: #04080F;
+    border-color: #04080F; }
+  .btn-outline-dark:focus, .btn-outline-dark.focus {
+    box-shadow: 0 0 0 0.2rem rgba(4, 8, 15, 0.5); }
+  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
+    color: #04080F;
+    background-color: transparent; }
+  .btn-outline-dark:not(:disabled):not(.disabled):active, 
.btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
+    color: #fff;
+    background-color: #04080F;
+    border-color: #04080F; }
+    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, 
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus 
{
+      box-shadow: 0 0 0 0.2rem rgba(4, 8, 15, 0.5); }
+
+.btn-outline-tertiary {
+  color: #94D354;
+  border-color: #94D354; }
+  .btn-outline-tertiary:hover {
+    color: #212529;
+    background-color: #94D354;
+    border-color: #94D354; }
+  .btn-outline-tertiary:focus, .btn-outline-tertiary.focus {
+    box-shadow: 0 0 0 0.2rem rgba(148, 211, 84, 0.5); }
+  .btn-outline-tertiary.disabled, .btn-outline-tertiary:disabled {
+    color: #94D354;
+    background-color: transparent; }
+  .btn-outline-tertiary:not(:disabled):not(.disabled):active, 
.btn-outline-tertiary:not(:disabled):not(.disabled).active, .show > .btn-outline-tertiary.dropdown-toggle {
+    color: #212529;
+    background-color: #94D354;
+    border-color: #94D354; }
+    .btn-outline-tertiary:not(:disabled):not(.disabled):active:focus, 
.btn-outline-tertiary:not(:disabled):not(.disabled).active:focus, .show > 
.btn-outline-tertiary.dropdown-toggle:focus {
+      box-shadow: 0 0 0 0.2rem rgba(148, 211, 84, 0.5); }
+
+.btn-link {
+  font-weight: 400;
+  color: #3B86E2;
+  text-decoration: none; }
+  .btn-link:hover {
+    color: #1b60b6;
+    text-decoration: underline; }
+  .btn-link:focus, .btn-link.focus {
+    text-decoration: underline;
+    box-shadow: none; }
+  .btn-link:disabled, .btn-link.disabled {
+    color: #6c757d;
+    pointer-events: none; }
+
+.btn-lg, .btn-group-lg > .btn {
+  padding: 0.5rem 1rem;
+  font-size: 1.4375rem;
+  line-height: 1.5;
+  border-radius: 0.3rem; }
+
+.btn-sm, .btn-group-sm > .btn {
+  padding: 0.25rem 0.5rem;
+  font-size: 1.00625rem;
+  line-height: 1.5;
+  border-radius: 0.2rem; }
+
+.btn-block {
+  display: block;
+  width: 100%; }
+  .btn-block + .btn-block {
+    margin-top: 0.5rem; }
+
+input[type="submit"].btn-block,
+input[type="reset"].btn-block,
+input[type="button"].btn-block {
+  width: 100%; }
+
+.fade {
+  transition: opacity 0.15s linear; }
+  @media (prefers-reduced-motion: reduce) {
+    .fade {
+      transition: none; } }
+  .fade:not(.show) {
+    opacity: 0; }
+
+.collapse:not(.show) {
+  display: none; }
+
+.collapsing {
+  position: relative;
+  height: 0;
+  overflow: hidden;
+  transition: height 0.35s ease; }
+  @media (prefers-reduced-motion: reduce) {
+    .collapsing {
+      transition: none; } }
+
+.dropup,
+.dropright,
+.dropdown,
+.dropleft {
+  position: relative; }
+
+.dropdown-toggle {
+  white-space: nowrap; }
+  .dropdown-toggle::after {
+    display: inline-block;
+    margin-left: 0.255em;
+    vertical-align: 0.255em;
+    content: "";
+    border-top: 0.3em solid;
+    border-right: 0.3em solid transparent;
+    border-bottom: 0;
+    border-left: 0.3em solid transparent; }
+  .dropdown-toggle:empty::after {
+    margin-left: 0; }
+
+.dropdown-menu {
+  position: absolute;
+  top: 100%;
+  left: 0;
+  z-index: 1000;
+  display: none;
+  float: left;
+  min-width: 10rem;
+  padding: 0.5rem 0;
+  margin: 0.125rem 0 0;
+  font-size: 1.15rem;
+  color: #212529;
+  text-align: left;
+  list-style: none;
+  background-color: #fff;
+  background-clip: padding-box;
+  border: 1px solid rgba(0, 0, 0, 0.15);
+  border-radius: 0.25rem; }
+
+.dropdown-menu-left {
+  right: auto;
+  left: 0; }
+
+.dropdown-menu-right {
+  right: 0;
+  left: auto; }
+
+@media (min-width: 576px) {
+  .dropdown-menu-sm-left {
+    right: auto;
+    left: 0; }
+
+  .dropdown-menu-sm-right {
+    right: 0;
+    left: auto; } }
+@media (min-width: 768px) {
+  .dropdown-menu-md-left {
+    right: auto;
+    left: 0; }
+
+  .dropdown-menu-md-right {
+    right: 0;
+    left: auto; } }
+@media (min-width: 992px) {
+  .dropdown-menu-lg-left {
+    right: auto;
+    left: 0; }
+
+  .dropdown-menu-lg-right {
+    right: 0;
+    left: auto; } }
+@media (min-width: 1200px) {
+  .dropdown-menu-xl-left {
+    right: auto;
+    left: 0; }
+
+  .dropdown-menu-xl-right {
+    right: 0;
+    left: auto; } }
+.dropup .dropdown-menu {
+  top: auto;
+  bottom: 100%;
+  margin-top: 0;
+  margin-bottom: 0.125rem; }
+.dropup .dropdown-toggle::after {
+  display: inline-block;
+  margin-left: 0.255em;
+  vertical-align: 0.255em;
+  content: "";
+  border-top: 0;
+  border-right: 0.3em solid transparent;
+  border-bottom: 0.3em solid;
+  border-left: 0.3em solid transparent; }
+.dropup .dropdown-toggle:empty::after {
+  margin-left: 0; }
+
+.dropright .dropdown-menu {
+  top: 0;
+  right: auto;
+  left: 100%;
+  margin-top: 0;
+  margin-left: 0.125rem; }
+.dropright .dropdown-toggle::after {
+  display: inline-block;
+  margin-left: 0.255em;
+  vertical-align: 0.255em;
+  content: "";
+  border-top: 0.3em solid transparent;
+  border-right: 0;
+  border-bottom: 0.3em solid transparent;
+  border-left: 0.3em solid; }
+.dropright .dropdown-toggle:empty::after {
+  margin-left: 0; }
+.dropright .dropdown-toggle::after {
+  vertical-align: 0; }
+
+.dropleft .dropdown-menu {
+  top: 0;
+  right: 100%;
+  left: auto;
+  margin-top: 0;
+  margin-right: 0.125rem; }
+.dropleft .dropdown-toggle::after {
+  display: inline-block;
+  margin-left: 0.255em;
+  vertical-align: 0.255em;
+  content: ""; }
+.dropleft .dropdown-toggle::after {
+  display: none; }
+.dropleft .dropdown-toggle::before {
+  display: inline-block;
+  margin-right: 0.255em;
+  vertical-align: 0.255em;
+  content: "";
+  border-top: 0.3em solid transparent;
+  border-right: 0.3em solid;
+  border-bottom: 0.3em solid transparent; }
+.dropleft .dropdown-toggle:empty::after {
+  margin-left: 0; }
+.dropleft .dropdown-toggle::before {
+  vertical-align: 0; }
+
+.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], 
.dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
+  right: auto;
+  bottom: auto; }
+
+.dropdown-divider {
+  height: 0;
+  margin: 0.5rem 0;
+  overflow: hidden;
+  border-top: 1px solid #e9ecef; }
+
+.dropdown-item {
+  display: block;
+  width: 100%;
+  padding: 0.25rem 1.5rem;
+  clear: both;
+  font-weight: 400;
+  color: #212529;
+  text-align: inherit;
+  white-space: nowrap;
+  background-color: transparent;
+  border: 0; }
+  .dropdown-item:hover, .dropdown-item:focus {
+    color: #16181b;
+    text-decoration: none;
+    background-color: #f8f9fa; }
+  .dropdown-item.active, .dropdown-item:active {
+    color: #fff;
+    text-decoration: none;
+    background-color: #3B86E2; }
+  .dropdown-item.disabled, .dropdown-item:disabled {
+    color: #6c757d;
+    pointer-events: none;
+    background-color: transparent; }
+
+.dropdown-menu.show {
+  display: block; }
+
+.dropdown-header {
+  display: block;
+  padding: 0.5rem 1.5rem;
+  margin-bottom: 0;
+  font-size: 1.00625rem;
+  color: #6c757d;
+  white-space: nowrap; }
+
+.dropdown-item-text {
+  display: block;
+  padding: 0.25rem 1.5rem;
+  color: #212529; }
+
+.btn-group,
+.btn-group-vertical {
+  position: relative;
+  display: inline-flex;
+  vertical-align: middle; }
+  .btn-group > .btn,
+  .btn-group-vertical > .btn {
+    position: relative;
+    flex: 1 1 auto; }
+    .btn-group > .btn:hover,
+    .btn-group-vertical > .btn:hover {
+      z-index: 1; }
+    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
+    .btn-group-vertical > .btn:focus,
+    .btn-group-vertical > .btn:active,
+    .btn-group-vertical > .btn.active {
+      z-index: 1; }
+
+.btn-toolbar {
+  display: flex;
+  flex-wrap: wrap;
+  justify-content: flex-start; }
+  .btn-toolbar .input-group {
+    width: auto; }
+
+.btn-group > .btn:not(:first-child),
+.btn-group > .btn-group:not(:first-child) {
+  margin-left: -1px; }
+.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
+.btn-group > .btn-group:not(:last-child) > .btn {
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0; }
+.btn-group > .btn:not(:first-child),
+.btn-group > .btn-group:not(:first-child) > .btn {
+  border-top-left-radius: 0;
+  border-bottom-left-radius: 0; }
+
+.dropdown-toggle-split {
+  padding-right: 0.5625rem;
+  padding-left: 0.5625rem; }
+  .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright 
.dropdown-toggle-split::after {
+    margin-left: 0; }
+  .dropleft .dropdown-toggle-split::before {
+    margin-right: 0; }
+
+.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
+  padding-right: 0.375rem;
+  padding-left: 0.375rem; }
+
+.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
+  padding-right: 0.75rem;
+  padding-left: 0.75rem; }
+
+.btn-group-vertical {
+  flex-direction: column;
+  align-items: flex-start;
+  justify-content: center; }
+  .btn-group-vertical > .btn,
+  .btn-group-vertical > .btn-group {
+    width: 100%; }
+  .btn-group-vertical > .btn:not(:first-child),
+  .btn-group-vertical > .btn-group:not(:first-child) {
+    margin-top: -1px; }
+  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
+  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
+    border-bottom-right-radius: 0;
+    border-bottom-left-radius: 0; }
+  .btn-group-vertical > .btn:not(:first-child),
+  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
+    border-top-left-radius: 0;
+    border-top-right-radius: 0; }
+
+.btn-group-toggle > .btn,
+.btn-group-toggle > .btn-group > .btn {
+  margin-bottom: 0; }
+  .btn-group-toggle > .btn input[type="radio"],
+  .btn-group-toggle > .btn input[type="checkbox"],
+  .btn-group-toggle > .btn-group > .btn input[type="radio"],
+  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
+    position: absolute;
+    clip: rect(0, 0, 0, 0);
+    pointer-events: none; }
+
+.input-group {
+  position: relative;
+  display: flex;
+  flex-wrap: wrap;
+  align-items: stretch;
+  width: 100%; }
+  .input-group > .form-control,
+  .input-group > .form-control-plaintext,
+  .input-group > .custom-select,
+  .input-group > .custom-file {
+    position: relative;
+    flex: 1 1 auto;
+    width: 1%;
+    margin-bottom: 0; }
+    .input-group > .form-control + .form-control,
+    .input-group > .form-control + .custom-select,
+    .input-group > .form-control + .custom-file,
+    .input-group > .form-control-plaintext + .form-control,
+    .input-group > .form-control-plaintext + .custom-select,
+    .input-group > .form-control-plaintext + .custom-file,
+    .input-group > .custom-select + .form-control,
+    .input-group > .custom-select + .custom-select,
+    .input-group > .custom-select + .custom-file,
+    .input-group > .custom-file + .form-control,
+    .input-group > .custom-file + .custom-select,
+    .input-group > .custom-file + .custom-file {
+      margin-left: -1px; }
+  .input-group > .form-control:focus,
+  .input-group > .custom-select:focus,
+  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
+    z-index: 3; }
+  .input-group > .custom-file .custom-file-input:focus {
+    z-index: 4; }
+  .input-group > .form-control:not(:last-child),
+  .input-group > .custom-select:not(:last-child) {
+    border-top-right-radius: 0;
+    border-bottom-right-radius: 0; }
+  .input-group > .form-control:not(:first-child),
+  .input-group > .custom-select:not(:first-child) {
+    border-top-left-radius: 0;
+    border-bottom-left-radius: 0; }
+  .input-group > .custom-file {
+    display: flex;
+    align-items: center; }
+    .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > 
.custom-file:not(:last-child) .custom-file-label::after {
+      border-top-right-radius: 0;
+      border-bottom-right-radius: 0; }
+    .input-group > .custom-file:not(:first-child) .custom-file-label {
+      border-top-left-radius: 0;
+      border-bottom-left-radius: 0; }
+
+.input-group-prepend,
+.input-group-append {
+  display: flex; }
+  .input-group-prepend .btn,
+  .input-group-append .btn {
+    position: relative;
+    z-index: 2; }
+    .input-group-prepend .btn:focus,
+    .input-group-append .btn:focus {
+      z-index: 3; }
+  .input-group-prepend .btn + .btn,
+  .input-group-prepend .btn + .input-group-text,
+  .input-group-prepend .input-group-text + .input-group-text,
+  .input-group-prepend .input-group-text + .btn,
+  .input-group-append .btn + .btn,
+  .input-group-append .btn + .input-group-text,
+  .input-group-append .input-group-text + .input-group-text,
+  .input-group-append .input-group-text + .btn {
+    margin-left: -1px; }
+
+.input-group-prepend {
+  margin-right: -1px; }
+
+.input-group-append {
+  margin-left: -1px; }
+
+.input-group-text {
+  display: flex;
+  align-items: center;
+  padding: 0.375rem 0.75rem;
+  margin-bottom: 0;
+  font-size: 1.15rem;
+  font-weight: 400;
+  line-height: 1.5;
+  color: #495057;
+  text-align: center;
+  white-space: nowrap;
+  background-color: #e9ecef;
+  border: 1px solid #ced4da;
+  border-radius: 0.25rem; }
+  .input-group-text input[type="radio"],
+  .input-group-text input[type="checkbox"] {
+    margin-top: 0; }
+
+.input-group-lg > .form-control:not(textarea),
+.input-group-lg > .custom-select {
+  height: calc(1.5em + 1rem + 2px); }
+
+.input-group-lg > .form-control,
+.input-group-lg > .custom-select,
+.input-group-lg > .input-group-prepend > .input-group-text,
+.input-group-lg > .input-group-append > .input-group-text,
+.input-group-lg > .input-group-prepend > .btn,
+.input-group-lg > .input-group-append > .btn {
+  padding: 0.5rem 1rem;
+  font-size: 1.4375rem;
+  line-height: 1.5;
+  border-radius: 0.3rem; }
+
+.input-group-sm > .form-control:not(textarea),
+.input-group-sm > .custom-select {
+  height: calc(1.5em + 0.5rem + 2px); }
+
+.input-group-sm > .form-control,
+.input-group-sm > .custom-select,
+.input-group-sm > .input-group-prepend > .input-group-text,
+.input-group-sm > .input-group-append > .input-group-text,
+.input-group-sm > .input-group-prepend > .btn,
+.input-group-sm > .input-group-append > .btn {
+  padding: 0.25rem 0.5rem;
+  font-size: 1.00625rem;
+  line-height: 1.5;
+  border-radius: 0.2rem; }
+
+.input-group-lg > .custom-select,
+.input-group-sm > .custom-select {
+  padding-right: 1.75rem; }
+
+.input-group > .input-group-prepend > .btn,
+.input-group > .input-group-prepend > .input-group-text,
+.input-group > .input-group-append:not(:last-child) > .btn,
+.input-group > .input-group-append:not(:last-child) > .input-group-text,
+.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
+.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
+  border-top-right-radius: 0;
+  border-bottom-right-radius: 0; }
+
+.input-group > .input-group-append > .btn,
+.input-group > .input-group-append > .input-group-text,
+.input-group > .input-group-prepend:not(:first-child) > .btn,
+.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
+.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
+.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
+  border-top-left-radius: 0;
+  border-bottom-left-radius: 0; }
+
+.custom-control {
+  position: relative;
+  display: block;
+  min-height: 1.725rem;
+  padding-left: 1.5rem; }
+
+.custom-control-inline {
+  display: inline-flex;
+  margin-right: 1rem; }
+
+.custom-control-input {
+  position: absolute;
+  z-index: -1;
+  opacity: 0; }
+  .custom-control-input:checked ~ .custom-control-label::before {
+    color: #fff;
+    border-color: #3B86E2;
+    background-color: #3B86E2; }
+  .custom-control-input:focus ~ .custom-control-label::before {
+    box-shadow: 0 0 0 0.2rem rgba(59, 134, 226, 0.25); }
+  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
+    border-color: #aacbf2; }
+  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
+    color: #fff;
+    background-color: #d6e6f9;
+    border-color: #d6e6f9; }
+  .custom-control-input:disabled ~ .custom-control-label {
+    color: #6c757d; }
+    .custom-control-input:disabled ~ .custom-control-label::before {
+      background-color: #e9ecef; }
+
+.custom-control-label {
+  position: relative;
+  margin-bottom: 0;
+  vertical-align: top; }
+  .custom-control-label::before {
+    position: absolute;
+    top: 0.3625rem;
+    left: -1.5rem;
+    display: block;
+    width: 1rem;
+    height: 1rem;
+    pointer-events: none;
+    content: "";
+    background-color: #fff;
+    border: #adb5bd solid 1px; }
+  .custom-control-label::after {
+    position: absolute;
+    top: 0.3625rem;
+    left: -1.5rem;
+    display: block;
+    width: 1rem;
+    height: 1rem;
+    content: "";
+    background: no-repeat 50% / 50% 50%; }
+
+.custom-checkbox .custom-control-label::before {
+  border-radius: 0.25rem; }
+.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
+  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 
8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }
+.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
+  border-color: #3B86E2;
+  background-color: #3B86E2; }
+.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
+  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 
4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }
+.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
+  background-color: rgba(59, 134, 226, 0.5); }
+.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
+  background-color: rgba(59, 134, 226, 0.5); }
+
+.custom-radio .custom-control-label::before {
+  border-radius: 50%; }
+.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
+  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 
8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
+.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
+  background-color: rgba(59, 134, 226, 0.5); }
+
+.custom-switch {
+  padding-left: 2.25rem; }
+  .custom-switch .custom-control-label::before {
+    left: -2.25rem;
+    width: 1.75rem;
+    pointer-events: all;
+    border-radius: 0.5rem; }
+  .custom-switch .custom-control-label::after {
+    top: calc(0.3625rem + 2px);
+    left: calc(-2.25rem + 2px);
+    width: calc(1rem - 4px);
+    height: calc(1rem - 4px);
+    background-color: #adb5bd;
+    border-radius: 0.5rem;
+    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s 
ease-in-out, box-shadow 0.15s ease-in-out; }
+    @media (prefers-reduced-motion: reduce) {
+      .custom-switch .custom-control-label::after {
+        transition: none; } }
+  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
+    background-color: #fff;
+    transform: translateX(0.75rem); }
+  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
+    background-color: rgba(59, 134, 226, 0.5); }
+
+.custom-select {
+  display: inline-block;
+  width: 100%;
+  height: calc(1.5em + 0.75rem + 2px);
+  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
+  font-size: 1.15rem;
+  font-weight: 400;
+  line-height: 1.5;
+  color: #495057;
+  vertical-align: middle;
+  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath 
fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
+  background-color: #fff;
+  border: 1px solid #ced4da;
+  border-radius: 0.25rem;
+  appearance: none; }
+  .custom-select:focus {
+    border-color: #aacbf2;
+    outline: 0;
+    box-shadow: 0 0 0 0.2rem rgba(59, 134, 226, 0.25); }
+    .custom-select:focus::-ms-value {
+      color: #495057;
+      background-color: #fff; }
+  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
+    height: auto;
+    padding-right: 0.75rem;
+    background-image: none; }
+  .custom-select:disabled {
+    color: #6c757d;
+    background-color: #e9ecef; }
+  .custom-select::-ms-expand {
+    display: none; }
+
+.custom-select-sm {
+  height: calc(1.5em + 0.5rem + 2px);
+  padding-top: 0.25rem;
+  padding-bottom: 0.25rem;
+  padding-left: 0.5rem;
+  font-size: 1.00625rem; }
+
+.custom-select-lg {
+  height: calc(1.5em + 1rem + 2px);
+  padding-top: 0.5rem;
+  padding-bottom: 0.5rem;
+  padding-left: 1rem;
+  font-size: 1.4375rem; }
+
+.custom-file {
+  position: relative;
+  display: inline-block;
+  width: 100%;
+  height: calc(1.5em + 0.75rem + 2px);
+  margin-bottom: 0; }
+
+.custom-file-input {
+  position: relative;
+  z-index: 2;
+  width: 100%;
+  height: calc(1.5em + 0.75rem + 2px);
+  margin: 0;
+  opacity: 0; }
+  .custom-file-input:focus ~ .custom-file-label {
+    border-color: #aacbf2;
+    box-shadow: 0 0 0 0.2rem rgba(59, 134, 226, 0.25); }
+  .custom-file-input:disabled ~ .custom-file-label {
+    background-color: #e9ecef; }
+  .custom-file-input:lang(en) ~ .custom-file-label::after {
+    content: "Browse"; }
+  .custom-file-input ~ .custom-file-label[data-browse]::after {
+    content: attr(data-browse); }
+
+.custom-file-label {
+  position: absolute;
+  top: 0;
+  right: 0;
+  left: 0;
+  z-index: 1;
+  height: calc(1.5em + 0.75rem + 2px);
+  padding: 0.375rem 0.75rem;
+  font-weight: 400;
+  line-height: 1.5;
+  color: #495057;
+  background-color: #fff;
+  border: 1px solid #ced4da;
+  border-radius: 0.25rem; }
+  .custom-file-label::after {
+    position: absolute;
+    top: 0;
+    right: 0;
+    bottom: 0;
+    z-index: 3;
+    display: block;
+    height: calc(1.5em + 0.75rem);
+    padding: 0.375rem 0.75rem;
+    line-height: 1.5;
+    color: #495057;
+    content: "Browse";
+    background-color: #e9ecef;
+    border-left: inherit;
+    border-radius: 0 0.25rem 0.25rem 0; }
+
+.custom-range {
+  width: 100%;
+  height: calc(1rem + 0.4rem);
+  padding: 0;
+  background-color: transparent;
+  appearance: none; }
+  .custom-range:focus {
+    outline: none; }
+    .custom-range:focus::-webkit-slider-thumb {
+      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(59, 134, 226, 0.25); }
+    .custom-range:focus::-moz-range-thumb {
+      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(59, 134, 226, 0.25); }
+    .custom-range:focus::-ms-thumb {
+      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(59, 134, 226, 0.25); }
+  .custom-range::-moz-focus-outer {
+    border: 0; }
+  .custom-range::-webkit-slider-thumb {
+    width: 1rem;
+    height: 1rem;
+    margin-top: -0.25rem;
+    background-color: #3B86E2;
+    border: 0;
+    border-radius: 1rem;
+    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s 
ease-in-out;
+    appearance: none; }
+    @media (prefers-reduced-motion: reduce) {
+      .custom-range::-webkit-slider-thumb {
+        transition: none; } }
+    .custom-range::-webkit-slider-thumb:active {
+      background-color: #d6e6f9; }
+  .custom-range::-webkit-slider-runnable-track {
+    width: 100%;
+    height: 0.5rem;
+    color: transparent;
+    cursor: pointer;
+    background-color: #dee2e6;
+    border-color: transparent;
+    border-radius: 1rem; }
+  .custom-range::-moz-range-thumb {
+    width: 1rem;
+    height: 1rem;
+    background-color: #3B86E2;
+    border: 0;
+    border-radius: 1rem;
+    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s 
ease-in-out;
+    appearance: none; }
+    @media (prefers-reduced-motion: reduce) {
+      .custom-range::-moz-range-thumb {
+        transition: none; } }
+    .custom-range::-moz-range-thumb:active {
+      background-color: #d6e6f9; }
+  .custom-range::-moz-range-track {
+    width: 100%;
+    height: 0.5rem;
+    color: transparent;
+    cursor: pointer;
+    background-color: #dee2e6;
+    border-color: transparent;
+    border-radius: 1rem; }
+  .custom-range::-ms-thumb {
+    width: 1rem;
+    height: 1rem;
+    margin-top: 0;
+    margin-right: 0.2rem;
+    margin-left: 0.2rem;
+    background-color: #3B86E2;
+    border: 0;
+    border-radius: 1rem;
+    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s 
ease-in-out;
+    appearance: none; }
+    @media (prefers-reduced-motion: reduce) {
+      .custom-range::-ms-thumb {
+        transition: none; } }
+    .custom-range::-ms-thumb:active {
+      background-color: #d6e6f9; }
+  .custom-range::-ms-track {
+    width: 100%;
+    height: 0.5rem;
+    color: transparent;
+    cursor: pointer;
+    background-color: transparent;
+    border-color: transparent;
+    border-width: 0.5rem; }
+  .custom-range::-ms-fill-lower {
+    background-color: #dee2e6;
+    border-radius: 1rem; }
+  .custom-range::-ms-fill-upper {
+    margin-right: 15px;
+    background-color: #dee2e6;
+    border-radius: 1rem; }
+  .custom-range:disabled::-webkit-slider-thumb {
+    background-color: #adb5bd; }
+  .custom-range:disabled::-webkit-slider-runnable-track {
+    cursor: default; }
+  .custom-range:disabled::-moz-range-thumb {
+    background-color: #adb5bd; }
+  .custom-range:disabled::-moz-range-track {
+    cursor: default; }
+  .custom-range:disabled::-ms-thumb {
+    background-color: #adb5bd; }
+
+.custom-control-label::before,
+.custom-file-label,
+.custom-select {
+  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s 
ease-in-out; }
+  @media (prefers-reduced-motion: reduce) {
+    .custom-control-label::before,
+    .custom-file-label,
+    .custom-select {
+      transition: none; } }
+
+.nav {
+  display: flex;
+  flex-wrap: wrap;
+  padding-left: 0;
+  margin-bottom: 0;
+  list-style: none; }
+
+.nav-link {
+  display: block;
+  padding: 0.5rem 1rem; }
+  .nav-link:hover, .nav-link:focus {
+    text-decoration: none; }
+  .nav-link.disabled {
+    color: #6c757d;
+    pointer-events: none;
+    cursor: default; }
+
+.nav-tabs {
+  border-bottom: 1px solid #dee2e6; }
+  .nav-tabs .nav-item {
+    margin-bottom: -1px; }
+  .nav-tabs .nav-link {
+    border: 1px solid transparent;
+    border-top-left-radius: 0.25rem;
+    border-top-right-radius: 0.25rem; }
+    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
+      border-color: #e9ecef #e9ecef #dee2e6; }
+    .nav-tabs .nav-link.disabled {
+      color: #6c757d;
+      background-color: transparent;
+      border-color: transparent; }
+  .nav-tabs .nav-link.active,
+  .nav-tabs .nav-item.show .nav-link {
+    color: #495057;
+    background-color: #fff;
+    border-color: #dee2e6 #dee2e6 #fff; }
+  .nav-tabs .dropdown-menu {
+    margin-top: -1px;
+    border-top-left-radius: 0;
+    border-top-right-radius: 0; }
+
+.nav-pills .nav-link {
+  border-radius: 0.25rem; }
+.nav-pills .nav-link.active,
+.nav-pills .show > .nav-link {
+  color: #fff;
+  background-color: #3B86E2; }
+
+.nav-fill .nav-item {
+  flex: 1 1 auto;
+  text-align: center; }
+
+.nav-justified .nav-item {
+  flex-basis: 0;
+  flex-grow: 1;
+  text-align: center; }
+
+.tab-content > .tab-pane {
+  display: none; }
+.tab-content > .active {
+  display: block; }
+
+.navbar {
+  position: relative;
+  display: flex;
+  flex-wrap: wrap;
+  align-items: center;
+  justify-content: space-between;
+  padding: 0.5rem 1rem; }
+  .navbar > .container,
+  .navbar > .container-fluid {
+    display: flex;
+    flex-wrap: wrap;
+    align-items: center;
+    justify-content: space-between; }
+
+.navbar-brand {
+  display: inline-block;
+  padding-top: 0.284375rem;
+  padding-bottom: 0.284375rem;
+  margin-right: 1rem;
+  font-size: 1.4375rem;
+  line-height: inherit;
+  white-space: nowrap; }
+  .navbar-brand:hover, .navbar-brand:focus {
+    text-decoration: none; }
+
+.navbar-nav {
+  display: flex;
+  flex-direction: column;
+  padding-left: 0;
+  margin-bottom: 0;
+  list-style: none; }
+  .navbar-nav .nav-link {
+    padding-right: 0;
+    padding-left: 0; }
+  .navbar-nav .dropdown-menu {
+    position: static;
+    float: none; }
+
+.navbar-text {
+  display: inline-block;
+  padding-top: 0.5rem;
+  padding-bottom: 0.5rem; }
+
+.navbar-collapse {
+  flex-basis: 100%;
+  flex-grow: 1;
+  align-items: center; }
+
+.navbar-toggler {
+  padding: 0.25rem 0.75rem;
+  font-size: 1.4375rem;
+  line-height: 1;
+  background-color: transparent;
+  border: 1px solid transparent;
+  border-radius: 0.25rem; }
+  .navbar-toggler:hover, .navbar-toggler:focus {
+    text-decoration: none; }
+
+.navbar-toggler-icon {
+  display: inline-block;
+  width: 1.5em;
+  height: 1.5em;
+  vertical-align: middle;
+  content: "";
+  background: no-repeat center center;
+  background-size: 100% 100%; }
+
+@media (max-width: 575.98px) {
+  .navbar-expand-sm > .container,
+  .navbar-expand-sm > .container-fluid {
+    padding-right: 0;
+    padding-left: 0; } }
+@media (min-width: 576px) {
+  .navbar-expand-sm {
+    flex-flow: row nowrap;
+    justify-content: flex-start; }
+    .navbar-expand-sm .navbar-nav {
+      flex-direction: row; }
+      .navbar-expand-sm .navbar-nav .dropdown-menu {
+        position: absolute; }
+      .navbar-expand-sm .navbar-nav .nav-link {
+        padding-right: 0.5rem;
+        padding-left: 0.5rem; }
+    .navbar-expand-sm > .container,
+    .navbar-expand-sm > .container-fluid {
+      flex-wrap: nowrap; }
+    .navbar-expand-sm .navbar-collapse {
+      display: flex !important;
+      flex-basis: auto; }
+    .navbar-expand-sm .navbar-toggler {
+      display: none; } }
+@media (max-width: 767.98px) {
+  .navbar-expand-md > .container,
+  .navbar-expand-md > .container-fluid {
+    padding-right: 0;
+    padding-left: 0; } }
+@media (min-width: 768px) {
+  .navbar-expand-md {
+    flex-flow: row nowrap;
+    justify-content: flex-start; }
+    .navbar-expand-md .navbar-nav {
+      flex-direction: row; }
+      .navbar-expand-md .navbar-nav .dropdown-menu {
+        position: absolute; }
+      .navbar-expand-md .navbar-nav .nav-link {
+        padding-right: 0.5rem;
+        padding-left: 0.5rem; }
+    .navbar-expand-md > .container,
+    .navbar-expand-md > .container-fluid {
+      flex-wrap: nowrap; }
+    .navbar-expand-md .navbar-collapse {
+      display: flex !important;
+      flex-basis: auto; }
+    .navbar-expand-md .navbar-toggler {
+      display: none; } }
+@media (max-width: 991.98px) {
+  .navbar-expand-lg > .container,
+  .navbar-expand-lg > .container-fluid {
+    padding-right: 0;
+    padding-left: 0; } }
+@media (min-width: 992px) {
+  .navbar-expand-lg {
+    flex-flow: row nowrap;
+    justify-content: flex-start; }
+    .navbar-expand-lg .navbar-nav {
+      flex-direction: row; }
+      .navbar-expand-lg .navbar-nav .dropdown-menu {
+        position: absolute; }
+      .navbar-expand-lg .navbar-nav .nav-link {
+        padding-right: 0.5rem;
+        padding-left: 0.5rem; }
+    .navbar-expand-lg > .container,
+    .navbar-expand-lg > .container-fluid {
+      flex-wrap: nowrap; }
+    .navbar-expand-lg .navbar-collapse {
+      display: flex !important;
+      flex-basis: auto; }
+    .navbar-expand-lg .navbar-toggler {
+      display: none; } }
+@media (max-width: 1199.98px) {
+  .navbar-expand-xl > .container,
+  .navbar-expand-xl > .container-fluid {
+    padding-right: 0;
+    padding-left: 0; } }
+@media (min-width: 1200px) {
+  .navbar-expand-xl {
+    flex-flow: row nowrap;
+    justify-content: flex-start; }
+    .navbar-expand-xl .navbar-nav {
+      flex-direction: row; }
+      .navbar-expand-xl .navbar-nav .dropdown-menu {
+        position: absolute; }
+      .navbar-expand-xl .navbar-nav .nav-link {
+        padding-right: 0.5rem;
+        padding-left: 0.5rem; }
+    .navbar-expand-xl > .container,
+    .navbar-expand-xl > .container-fluid {
+      flex-wrap: nowrap; }
+    .navbar-expand-xl .navbar-collapse {
+      display: flex !important;
+      flex-basis: auto; }
+    .navbar-expand-xl .navbar-toggler {
+      display: none; } }
+.navbar-expand {
+  flex-flow: row nowrap;
+  justify-content: flex-start; }
+  .navbar-expand > .container,
+  .navbar-expand > .container-fluid {
+    padding-right: 0;
+    padding-left: 0; }
+  .navbar-expand .navbar-nav {
+    flex-direction: row; }
+    .navbar-expand .navbar-nav .dropdown-menu {
+      position: absolute; }
+    .navbar-expand .navbar-nav .nav-link {
+      padding-right: 0.5rem;
+      padding-left: 0.5rem; }
+  .navbar-expand > .container,
+  .navbar-expand > .container-fluid {
+    flex-wrap: nowrap; }
+  .navbar-expand .navbar-collapse {
+    display: flex !important;
+    flex-basis: auto; }
+  .navbar-expand .navbar-toggler {
+    display: none; }
+
+.navbar-light .navbar-brand {
+  color: rgba(0, 0, 0, 0.9); }
+  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
+    color: rgba(0, 0, 0, 0.9); }
+.navbar-light .navbar-nav .nav-link {
+  color: rgba(0, 0, 0, 0.5); }
+  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
+    color: rgba(0, 0, 0, 0.7); }
+  .navbar-light .navbar-nav .nav-link.disabled {
+    color: rgba(0, 0, 0, 0.3); }
+.navbar-light .navbar-nav .show > .nav-link,
+.navbar-light .navbar-nav .active > .nav-link,
+.navbar-light .navbar-nav .nav-link.show,
+.navbar-light .navbar-nav .nav-link.active {
+  color: rgba(0, 0, 0, 0.9); }
+.navbar-light .navbar-toggler {
+  color: rgba(0, 0, 0, 0.5);
+  border-color: rgba(0, 0, 0, 0.1); }
+.navbar-light .navbar-toggler-icon {
+  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' 
xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' 
stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
+.navbar-light .navbar-text {
+  color: rgba(0, 0, 0, 0.5); }
+  .navbar-light .navbar-text a {
+    color: rgba(0, 0, 0, 0.9); }
+    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
+      color: rgba(0, 0, 0, 0.9); }
+
+.navbar-dark .navbar-brand {
+  color: #fff; }
+  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
+    color: #fff; }
+.navbar-dark .navbar-nav .nav-link {
+  color: rgba(255, 255, 255, 0.5); }
+  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
+    color: rgba(255, 255, 255, 0.75); }
+  .navbar-dark .navbar-nav .nav-link.disabled {
+    color: rgba(255, 255, 255, 0.25); }
+.navbar-dark .navbar-nav .show > .nav-link,
+.navbar-dark .navbar-nav .active > .nav-link,
+.navbar-dark .navbar-nav .nav-link.show,
+.navbar-dark .navbar-nav .nav-link.active {
+  color: #fff; }
+.navbar-dark .navbar-toggler {
+  color: rgba(255, 255, 255, 0.5);
+  border-color: rgba(255, 255, 255, 0.1); }
+.navbar-dark .navbar-toggler-icon {
+  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' 
xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' 
stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
+.navbar-dark .navbar-text {
+  color: rgba(255, 255, 255, 0.5); }
+  .navbar-dark .navbar-text a {
+    color: #fff; }
+    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
+      color: #fff; }
+
+.card {
+  position: relative;
+  display: flex;
+  flex-direction: column;
+  min-width: 0;
+  word-wrap: break-word;
+  background-color: #fff;
+  background-clip: border-box;
+  border: 1px solid rgba(0, 0, 0, 0.125);
+  border-radius: 0.25rem; }
+  .card > hr {
+    margin-right: 0;
+    margin-left: 0; }
+  .card > .list-group:first-child .list-group-item:first-child {
+    border-top-left-radius: 0.25rem;
+    border-top-right-radius: 0.25rem; }
+  .card > .list-group:last-child .list-group-item:last-child {
+    border-bottom-right-radius: 0.25rem;
+    border-bottom-left-radius: 0.25rem; }
+
+.card-body {
+  flex: 1 1 auto;
+  padding: 1.25rem; }
+
+.card-title {
+  margin-bottom: 0.75rem; }
+
+.card-subtitle {
+  margin-top: -0.375rem;
+  margin-bottom: 0; }
+
+.card-text:last-child {
+  margin-bottom: 0; }
+
+.card-link:hover {
+  text-decoration: none; }
+.card-link + .card-link {
+  margin-left: 1.25rem; }
+
+.card-header {
+  padding: 0.75rem 1.25rem;
+  margin-bottom: 0;
+  background-color: rgba(0, 0, 0, 0.03);
+  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
+  .card-header:first-child {
+    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
+  .card-header + .list-group .list-group-item:first-child {
+    border-top: 0; }
+
+.card-footer {
+  padding: 0.75rem 1.25rem;
+  background-color: rgba(0, 0, 0, 0.03);
+  border-top: 1px solid rgba(0, 0, 0, 0.125); }
+  .card-footer:last-child {
+    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }
+
+.card-header-tabs {
+  margin-right: -0.625rem;
+  margin-bottom: -0.75rem;
+  margin-left: -0.625rem;
+  border-bottom: 0; }
+
+.card-header-pills {
+  margin-right: -0.625rem;
+  margin-left: -0.625rem; }
+
+.card-img-overlay {
+  position: absolute;
+  top: 0;
+  right: 0;
+  bottom: 0;
+  left: 0;
+  padding: 1.25rem; }
+
+.card-img {
+  width: 100%;
+  border-radius: calc(0.25rem - 1px); }
+
+.card-img-top {
+  width: 100%;
+  border-top-left-radius: calc(0.25rem - 1px);
+  border-top-right-radius: calc(0.25rem - 1px); }
+
+.card-img-bottom {
+  width: 100%;
+  border-bottom-right-radius: calc(0.25rem - 1px);
+  border-bottom-left-radius: calc(0.25rem - 1px); }
+
+.card-deck {
+  display: flex;
+  flex-direction: column; }
+  .card-deck .card {
+    margin-bottom: 15px; }
+  @media (min-width: 576px) {
+    .card-deck {
+      flex-flow: row wrap;
+      margin-right: -15px;
+      margin-left: -15px; }
+      .card-deck .card {
+        display: flex;
+        flex: 1 0 0%;
+        flex-direction: column;
+        margin-right: 15px;
+        margin-bottom: 0;
+        margin-left: 15px; } }
+
+.card-group {
+  display: flex;
+  flex-direction: column; }
+  .card-group > .card {
+    margin-bottom: 15px; }
+  @media (min-width: 576px) {
+    .card-group {
+      flex-flow: row wrap; }
+      .card-group > .card {
+        flex: 1 0 0%;
+        margin-bottom: 0; }
+        .card-group > .card + .card {
+          margin-left: 0;
+          border-left: 0; }
+        .card-group > .card:not(:last-child) {
+          border-top-right-radius: 0;
+          border-bottom-right-radius: 0; }
+          .card-group > .card:not(:last-child) .card-img-top,
+          .card-group > .card:not(:last-child) .card-header {
+            border-top-right-radius: 0; }
+          .card-group > .card:not(:last-child) .card-img-bottom,
+          .card-group > .card:not(:last-child) .card-footer {
+            border-bottom-right-radius: 0; }
+        .card-group > .card:not(:first-child) {
+          border-top-left-radius: 0;
+          border-bottom-left-radius: 0; }
+          .card-group > .card:not(:first-child) .card-img-top,
+          .card-group > .card:not(:first-child) .card-header {
+            border-top-left-radius: 0; }
+          .card-group > .card:not(:first-child) .card-img-bottom,
+          .card-group > .card:not(:first-child) .card-footer {
+            border-bottom-left-radius: 0; } }
+
+.card-columns .card {
+  margin-bottom: 0.75rem; }
+@media (min-width: 576px) {
+  .card-columns {
+    column-count: 3;
+    column-gap: 1.25rem;
+    orphans: 1;
+    widows: 1; }
+    .card-columns .card {
+      display: inline-block;
+      width: 100%; } }
+
+.accordion > .card {
+  overflow: hidden; }
+  .accordion > .card:not(:first-of-type) .card-header:first-child {
+    border-radius: 0; }
+  .accordion > .card:not(:first-of-type):not(:last-of-type) {
+    border-bottom: 0;
+    border-radius: 0; }
+  .accordion > .card:first-of-type {
+    border-bottom: 0;
+    border-bottom-right-radius: 0;
+    border-bottom-left-radius: 0; }
+  .accordion > .card:last-of-type {
+    border-top-left-radius: 0;
+    border-top-right-radius: 0; }
+  .accordion > .card .card-header {
+    margin-bottom: -1px; }
+
+.breadcrumb {
+  display: flex;
+  flex-wrap: wrap;
+  padding: 0.75rem 1rem;
+  margin-bottom: 1rem;
+  list-style: none;
+  background-color: #e9ecef;
+  border-radius: 0.25rem; }
+
+.breadcrumb-item + .breadcrumb-item {
+  padding-left: 0.5rem; }
+  .breadcrumb-item + .breadcrumb-item::before {
+    display: inline-block;
+    padding-right: 0.5rem;
+    color: #6c757d;
+    content: "/"; }
+.breadcrumb-item + .breadcrumb-item:hover::before {
+  text-decoration: underline; }
+.breadcrumb-item + .breadcrumb-item:hover::before {
+  text-decoration: none; }
+.breadcrumb-item.active {
+  color: #6c757d; }
+
+.pagination {
+  display: flex;
+  padding-left: 0;
+  list-style: none;
+  border-radius: 0.25rem; }
+
+.page-link {
+  position: relative;
+  display: block;
+  padding: 0.5rem 0.75rem;
+  margin-left: -1px;
+  line-height: 1.25;
+  color: #3B86E2;
+  background-color: #fff;
+  border: 1px solid #dee2e6; }
+  .page-link:hover {
+    z-index: 2;
+    color: #1b60b6;
+    text-decoration: none;
+    background-color: #e9ecef;
+    border-color: #dee2e6; }
+  .page-link:focus {
+    z-index: 2;
+    outline: 0;
+    box-shadow: 0 0 0 0.2rem rgba(59, 134, 226, 0.25); }
+
+.page-item:first-child .page-link {
+  margin-left: 0;
+  border-top-left-radius: 0.25rem;
+  border-bottom-left-radius: 0.25rem; }
+.page-item:last-child .page-link {
+  border-top-right-radius: 0.25rem;
+  border-bottom-right-radius: 0.25rem; }
+.page-item.active .page-link {
+  z-index: 1;
+  color: #fff;
+  background-color: #3B86E2;
+  border-color: #3B86E2; }
+.page-item.disabled .page-link {
+  color: #6c757d;
+  pointer-events: none;
+  cursor: auto;
+  background-color: #fff;
+  border-color: #dee2e6; }
+
+.pagination-lg .page-link {
+  padding: 0.75rem 1.5rem;
+  font-size: 1.4375rem;
+  line-height: 1.5; }
+.pagination-lg .page-item:first-child .page-link {
+  border-top-left-radius: 0.3rem;
+  border-bottom-left-radius: 0.3rem; }
+.pagination-lg .page-item:last-child .page-link {
+  border-top-right-radius: 0.3rem;
+  border-bottom-right-radius: 0.3rem; }
+
+.pagination-sm .page-link {
+  padding: 0.25rem 0.5rem;
+  font-size: 1.00625rem;
+  line-height: 1.5; }
+.pagination-sm .page-item:first-child .page-link {
+  border-top-left-radius: 0.2rem;
+  border-bottom-left-radius: 0.2rem; }
+.pagination-sm .page-item:last-child .page-link {
+  border-top-right-radius: 0.2rem;
+  border-bottom-right-radius: 0.2rem; }
+
+.badge {
+  display: inline-block;
+  padding: 0.25em 0.4em;
+  font-size: 75%;
+  font-weight: 700;
+  line-height: 1;
+  text-align: center;
+  white-space: nowrap;
+  vertical-align: baseline;
+  border-radius: 0.25rem;
+  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, 
box-shadow 0.15s ease-in-out; }
+  @media (prefers-reduced-motion: reduce) {
+    .badge {
+      transition: none; } }
+  a.badge:hover, a.badge:focus {
+    text-decoration: none; }
+  .badge:empty {
+    display: none; }
+
+.btn .badge {
+  position: relative;
+  top: -1px; }
+
+.badge-pill {
+  padding-right: 0.6em;
+  padding-left: 0.6em;
+  border-radius: 10rem; }
+
+.badge-primary {
+  color: #fff;
+  background-color: #3B86E2; }
+  a.badge-primary:hover, a.badge-primary:focus {
+    color: #fff;
+    background-color: #1e6ccc; }
+  a.badge-primary:focus, a.badge-primary.focus {
+    outline: 0;
+    box-shadow: 0 0 0 0.2rem rgba(59, 134, 226, 0.5); }
+
+.badge-secondary {
+  color: #212529;
+  background-color: #F28518; }
+  a.badge-secondary:hover, a.badge-secondary:focus {
+    color: #212529;
+    background-color: #cc6c0b; }
+  a.badge-secondary:focus, a.badge-secondary.focus {
+    outline: 0;
+    box-shadow: 0 0 0 0.2rem rgba(242, 133, 24, 0.5); }
+
+.badge-success {
+  color: #fff;
+  background-color: #28a745; }
+  a.badge-success:hover, a.badge-success:focus {
+    color: #fff;
+    background-color: #1e7e34; }
+  a.badge-success:focus, a.badge-success.focus {
+    outline: 0;
+    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
+
+.badge-info {
+  color: #212529;
+  background-color: #C0C4BD; }
+  a.badge-info:hover, a.badge-info:focus {
+    color: #212529;
+    background-color: #a6aca2; }
+  a.badge-info:focus, a.badge-info.focus {
+    outline: 0;
+    box-shadow: 0 0 0 0.2rem rgba(192, 196, 189, 0.5); }
+
+.badge-warning {
+  color: #212529;
+  background-color: #ffc107; }
+  a.badge-warning:hover, a.badge-warning:focus {
+    color: #212529;
+    background-color: #d39e00; }
+  a.badge-warning:focus, a.badge-warning.focus {
+    outline: 0;
+    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
+
+.badge-danger {
+  color: #fff;
+  background-color: #dc3545; }
+  a.badge-danger:hover, a.badge-danger:focus {
+    color: #fff;
+    background-color: #bd2130; }
+  a.badge-danger:focus, a.badge-danger.focus {
+    outline: 0;
+    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
+
+.badge-light {
+  color: #212529;
+  background-color: #F8F9FA; }
+  a.badge-light:hover, a.badge-light:focus {
+    color: #212529;
+    background-color: #dae0e5; }
+  a.badge-light:focus, a.badge-light.focus {
+    outline: 0;
+    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
+
+.badge-dark {
+  color: #fff;
+  background-color: #04080F; }
+  a.badge-dark:hover, a.badge-dark:focus {
+    color: #fff;
+    background-color: black; }
+  a.badge-dark:focus, a.badge-dark.focus {
+    outline: 0;
+    box-shadow: 0 0 0 0.2rem rgba(4, 8, 15, 0.5); }
+
+.badge-tertiary {
+  color: #212529;
+  background-color: #94D354; }
+  a.badge-tertiary:hover, a.badge-tertiary:focus {
+    color: #212529;
+    background-color: #7bc232; }
+  a.badge-tertiary:focus, a.badge-tertiary.focus {
+    outline: 0;
+    box-shadow: 0 0 0 0.2rem rgba(148, 211, 84, 0.5); }
+
+.jumbotron {
+  padding: 2rem 1rem;
+  margin-bottom: 2rem;
+  background-color: #e9ecef;
+  border-radius: 0.3rem; }
+  @media (min-width: 576px) {
+    .jumbotron {
+      padding: 4rem 2rem; } }
+
+.jumbotron-fluid {
+  padding-right: 0;
+  padding-left: 0;
+  border-radius: 0; }
+
+.alert {
+  position: relative;
+  padding: 0.75rem 1.25rem;
+  margin-bottom: 1rem;
+  border: 1px solid transparent;
+  border-radius: 0.25rem; }
+
+.alert-heading {
+  color: inherit; }
+
+.alert-link {
+  font-weight: 700; }
+
+.alert-dismissible {
+  padding-right: 4.225rem; }
+  .alert-dismissible .close {
+    position: absolute;
+    top: 0;
+    right: 0;
+    padding: 0.75rem 1.25rem;
+    color: inherit; }
+
+.alert-primary {
+  color: #1f4676;
+  background-color: #d8e7f9;
+  border-color: #c8ddf7; }
+  .alert-primary hr {
+    border-top-color: #b2cff4; }
+  .alert-primary .alert-link {
+    color: #142e4e; }
+
+.alert-secondary {
+  color: #7e450c;
+  background-color: #fce7d1;
+  border-color: #fbddbe; }
+  .alert-secondary hr {
+    border-top-color: #fad0a6; }
+  .alert-secondary .alert-link {
+    color: #4f2c08; }
+
+.alert-success {
+  color: #155724;
+  background-color: #d4edda;
+  border-color: #c3e6cb; }
+  .alert-success hr {
+    border-top-color: #b1dfbb; }
+  .alert-success .alert-link {
+    color: #0b2e13; }
+
+.alert-info {
+  color: #646662;
+  background-color: #f2f3f2;
+  border-color: #edeeed; }
+  .alert-info hr {
+    border-top-color: #e0e2e0; }
+  .alert-info .alert-link {
+    color: #4b4c49; }
+
+.alert-warning {
+  color: #856404;
+  background-color: #fff3cd;
+  border-color: #ffeeba; }
+  .alert-warning hr {
+    border-top-color: #ffe8a1; }
+  .alert-warning .alert-link {
+    color: #533f03; }
+
+.alert-danger {
+  color: #721c24;
+  background-color: #f8d7da;
+  border-color: #f5c6cb; }
+  .alert-danger hr {
+    border-top-color: #f1b0b7; }
+  .alert-danger .alert-link {
+    color: #491217; }
+
+.alert-light {
+  color: #818182;
+  background-color: #fefefe;
+  border-color: #fdfdfe; }
+  .alert-light hr {
+    border-top-color: #ececf6; }
+  .alert-light .alert-link {
+    color: #686868; }
+
+.alert-dark {
+  color: #020408;
+  background-color: #cdcecf;
+  border-color: #b9babc; }
+  .alert-dark hr {
+    border-top-color: #acadb0; }
+  .alert-dark .alert-link {
+    color: black; }
+
+.alert-tertiary {
+  color: #4d6e2c;
+  background-color: #eaf6dd;
+  border-color: #e1f3cf; }
+  .alert-tertiary hr {
+    border-top-color: #d4eebb; }
+  .alert-tertiary .alert-link {
+    color: #344a1d; }
+
+@keyframes progress-bar-stripes {
+  from {
+    background-position: 1rem 0; }
+  to {
+    background-position: 0 0; } }
+.progress {
+  display: flex;
+  height: 1rem;
+  overflow: hidden;
+  font-size: 0.8625rem;
+  background-color: #e9ecef;
+  border-radius: 0.25rem; }
+
+.progress-bar {
+  display: flex;
+  flex-direction: column;
+  justify-content: center;
+  color: #fff;
+  text-align: center;
+  white-space: nowrap;
+  background-color: #3B86E2;
+  transition: width 0.6s ease; }
+  @media (prefers-reduced-motion: reduce) {
+    .progress-bar {
+      transition: none; } }
+
+.progress-bar-striped {
+  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, 
rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-size: 1rem 1rem; }
+
+.progress-bar-animated {
+  animation: progress-bar-stripes 1s linear infinite; }
+  @media (prefers-reduced-motion: reduce) {
+    .progress-bar-animated {
+      animation: none; } }
+
+.media {
+  display: flex;
+  align-items: flex-start; }
+
+.media-body {
+  flex: 1; }
+
+.list-group {
+  display: flex;
+  flex-direction: column;
+  padding-left: 0;
+  margin-bottom: 0; }
+
+.list-group-item-action {
+  width: 100%;
+  color: #495057;
+  text-align: inherit; }
+  .list-group-item-action:hover, .list-group-item-action:focus {
+    z-index: 1;
+    color: #495057;
+    text-decoration: none;
+    background-color: #f8f9fa; }
+  .list-group-item-action:active {
+    color: #212529;
+    background-color: #e9ecef; }
+
+.list-group-item {
+  position: relative;
+  display: block;
+  padding: 0.75rem 1.25rem;
+  margin-bottom: -1px;
+  background-color: #fff;
+  border: 1px solid rgba(0, 0, 0, 0.125); }
+  .list-group-item:first-child {
+    border-top-left-radius: 0.25rem;
+    border-top-right-radius: 0.25rem; }
+  .list-group-item:last-child {
+    margin-bottom: 0;
+    border-bottom-right-radius: 0.25rem;
+    border-bottom-left-radius: 0.25rem; }
+  .list-group-item.disabled, .list-group-item:disabled {
+    color: #6c757d;
+    pointer-events: none;
+    background-color: #fff; }
+  .list-group-item.active {
+    z-index: 2;
+    color: #fff;
+    background-color: #3B86E2;
+    border-color: #3B86E2; }
+
+.list-group-horizontal {
+  flex-direction: row; }
+  .list-group-horizontal .list-group-item {
+    margin-right: -1px;
+    margin-bottom: 0; }
+    .list-group-horizontal .list-group-item:first-child {
+      border-top-left-radius: 0.25rem;
+      border-bottom-left-radius: 0.25rem;
+      border-top-right-radius: 0; }
+    .list-group-horizontal .list-group-item:last-child {
+      margin-right: 0;
+      border-top-right-radius: 0.25rem;
+      border-bottom-right-radius: 0.25rem;
+      border-bottom-left-radius: 0; }
+
+@media (min-width: 576px) {
+  .list-group-horizontal-sm {
+    flex-direction: row; }
+    .list-group-horizontal-sm .list-group-item {
+      margin-right: -1px;
+      margin-bottom: 0; }
+      .list-group-horizontal-sm .list-group-item:first-child {
+        border-top-left-radius: 0.25rem;
+        border-bottom-left-radius: 0.25rem;
+        border-top-right-radius: 0; }
+      .list-group-horizontal-sm .list-group-item:last-child {
+        margin-right: 0;
+        border-top-right-radius: 0.25rem;
+        border-bottom-right-radius: 0.25rem;
+        border-bottom-left-radius: 0; } }
+@media (min-width: 768px) {
+  .list-group-horizontal-md {
+    flex-direction: row; }
+    .list-group-horizontal-md .list-group-item {
+      margin-right: -1px;
+      margin-bottom: 0; }
+      .list-group-horizontal-md .list-group-item:first-child {
+        border-top-left-radius: 0.25rem;
+        border-bottom-left-radius: 0.25rem;
+        border-top-right-radius: 0; }
+      .list-group-horizontal-md .list-group-item:last-child {
+        margin-right: 0;
+        border-top-right-radius: 0.25rem;
+        border-bottom-right-radius: 0.25rem;
+        border-bottom-left-radius: 0; } }
+@media (min-width: 992px) {
+  .list-group-horizontal-lg {
+    flex-direction: row; }
+    .list-group-horizontal-lg .list-group-item {
+      margin-right: -1px;
+      margin-bottom: 0; }
+      .list-group-horizontal-lg .list-group-item:first-child {
+        border-top-left-radius: 0.25rem;
+        border-bottom-left-radius: 0.25rem;
+        border-top-right-radius: 0; }
+      .list-group-horizontal-lg .list-group-item:last-child {
+        margin-right: 0;
+        border-top-right-radius: 0.25rem;
+        border-bottom-right-radius: 0.25rem;
+        border-bottom-left-radius: 0; } }
+@media (min-width: 1200px) {
+  .list-group-horizontal-xl {
+    flex-direction: row; }
+    .list-group-horizontal-xl .list-group-item {
+      margin-right: -1px;
+      margin-bottom: 0; }
+      .list-group-horizontal-xl .list-group-item:first-child {
+        border-top-left-radius: 0.25rem;
+        border-bottom-left-radius: 0.25rem;
+        border-top-right-radius: 0; }
+      .list-group-horizontal-xl .list-group-item:last-child {
+        margin-right: 0;
+        border-top-right-radius: 0.25rem;
+        border-bottom-right-radius: 0.25rem;
+        border-bottom-left-radius: 0; } }
+.list-group-flush .list-group-item {
+  border-right: 0;
+  border-left: 0;
+  border-radius: 0; }
+  .list-group-flush .list-group-item:last-child {
+    margin-bottom: -1px; }
+.list-group-flush:first-child .list-group-item:first-child {
+  border-top: 0; }
+.list-group-flush:last-child .list-group-item:last-child {
+  margin-bottom: 0;
+  border-bottom: 0; }
+
+.list-group-item-primary {
+  color: #1f4676;
+  background-color: #c8ddf7; }
+  .list-group-item-primary.list-group-item-action:hover, 
.list-group-item-primary.list-group-item-action:focus {
+    color: #1f4676;
+    background-color: #b2cff4; }
+  .list-group-item-primary.list-group-item-action.active {
+    color: #fff;
+    background-color: #1f4676;
+    border-color: #1f4676; }
+
+.list-group-item-secondary {
+  color: #7e450c;
+  background-color: #fbddbe; }
+  .list-group-item-secondary.list-group-item-action:hover, 
.list-group-item-secondary.list-group-item-action:focus {
+    color: #7e450c;
+    background-color: #fad0a6; }
+  .list-group-item-secondary.list-group-item-action.active {
+    color: #fff;
+    background-color: #7e450c;
+    border-color: #7e450c; }
+
+.list-group-item-success {
+  color: #155724;
+  background-color: #c3e6cb; }
+  .list-group-item-success.list-group-item-action:hover, 
.list-group-item-success.list-group-item-action:focus {
+    color: #155724;
+    background-color: #b1dfbb; }
+  .list-group-item-success.list-group-item-action.active {
+    color: #fff;
+    background-color: #155724;
+    border-color: #155724; }
+
+.list-group-item-info {
+  color: #646662;
+  background-color: #edeeed; }
+  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
+    color: #646662;
+    background-color: #e0e2e0; }
+  .list-group-item-info.list-group-item-action.active {
+    color: #fff;
+    background-color: #646662;
+    border-color: #646662; }
+
+.list-group-item-warning {
+  color: #856404;
+  background-color: #ffeeba; }
+  .list-group-item-warning.list-group-item-action:hover, 
.list-group-item-warning.list-group-item-action:focus {
+    color: #856404;
+    background-color: #ffe8a1; }
+  .list-group-item-warning.list-group-item-action.active {
+    color: #fff;
+    background-color: #856404;
+    border-color: #856404; }
+
+.list-group-item-danger {
+  color: #721c24;
+  background-color: #f5c6cb; }
+  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus 
{
+    color: #721c24;
+    background-color: #f1b0b7; }
+  .list-group-item-danger.list-group-item-action.active {
+    color: #fff;
+    background-color: #721c24;
+    border-color: #721c24; }
+
+.list-group-item-light {
+  color: #818182;
+  background-color: #fdfdfe; }
+  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
+    color: #818182;
+    background-color: #ececf6; }
+  .list-group-item-light.list-group-item-action.active {
+    color: #fff;
+    background-color: #818182;
+    border-color: #818182; }
+
+.list-group-item-dark {
+  color: #020408;
+  background-color: #b9babc; }
+  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
+    color: #020408;
+    background-color: #acadb0; }
+  .list-group-item-dark.list-group-item-action.active {
+    color: #fff;
+    background-color: #020408;
+    border-color: #020408; }
+
+.list-group-item-tertiary {
+  color: #4d6e2c;
+  background-color: #e1f3cf; }
+  .list-group-item-tertiary.list-group-item-action:hover, 
.list-group-item-tertiary.list-group-item-action:focus {
+    color: #4d6e2c;
+    background-color: #d4eebb; }
+  .list-group-item-tertiary.list-group-item-action.active {
+    color: #fff;
+    background-color: #4d6e2c;
+    border-color: #4d6e2c; }
+
+.close {
+  float: right;
+  font-size: 1.725rem;
+  font-weight: 700;
+  line-height: 1;
+  color: #000;
+  text-shadow: 0 1px 0 #fff;
+  opacity: .5; }
+  .close:hover {
+    color: #000;
+    text-decoration: none; }
+  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
+    opacity: .75; }
+
+button.close {
+  padding: 0;
+  background-color: transparent;
+  border: 0;
+  appearance: none; }
+
+a.close.disabled {
+  pointer-events: none; }
+
+.toast {
+  max-width: 350px;
+  overflow: hidden;
+  font-size: 0.875rem;
+  background-color: rgba(255, 255, 255, 0.85);
+  background-clip: padding-box;
+  border: 1px solid rgba(0, 0, 0, 0.1);
+  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
+  backdrop-filter: blur(10px);
+  opacity: 0;
+  border-radius: 0.25rem; }
+  .toast:not(:last-child) {
+    margin-bottom: 0.75rem; }
+  .toast.showing {
+    opacity: 1; }
+  .toast.show {
+    display: block;
+    opacity: 1; }
+  .toast.hide {
+    display: none; }
+
+.toast-header {
+  display: flex;
+  align-items: center;
+  padding: 0.25rem 0.75rem;
+  color: #6c757d;
+  background-color: rgba(255, 255, 255, 0.85);
+  background-clip: padding-box;
+  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
+
+.toast-body {
+  padding: 0.75rem; }
+
+.modal-open {
+  overflow: hidden; }
+  .modal-open .modal {
+    overflow-x: hidden;
+    overflow-y: auto; }
+
+.modal {
+  position: fixed;
+  top: 0;
+  left: 0;
+  z-index: 1050;
+  display: none;
+  width: 100%;
+  height: 100%;
+  overflow: hidden;
+  outline: 0; }
+
+.modal-dialog {
+  position: relative;
+  width: auto;
+  margin: 0.5rem;
+  pointer-events: none; }
+  .modal.fade .modal-dialog {
+    transition: transform 0.3s ease-out;
+    transform: translate(0, -50px); }
+    @media (prefers-reduced-motion: reduce) {
+      .modal.fade .modal-dialog {
+        transition: none; } }
+  .modal.show .modal-dialog {
+    transform: none; }
+
+.modal-dialog-scrollable {
+  display: flex;
+  max-height: calc(100% - 1rem); }
+  .modal-dialog-scrollable .modal-content {
+    max-height: calc(100vh - 1rem);
+    overflow: hidden; }
+  .modal-dialog-scrollable .modal-header,
+  .modal-dialog-scrollable .modal-footer {
+    flex-shrink: 0; }
+  .modal-dialog-scrollable .modal-body {
+    overflow-y: auto; }
+
+.modal-dialog-centered {
+  display: flex;
+  align-items: center;
+  min-height: calc(100% - 1rem); }
+  .modal-dialog-centered::before {
+    display: block;
+    height: calc(100vh - 1rem);
+    content: ""; }
+  .modal-dialog-centered.modal-dialog-scrollable {
+    flex-direction: column;
+    justify-content: center;
+    height: 100%; }
+    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
+      max-height: none; }
+    .modal-dialog-centered.modal-dialog-scrollable::before {
+      content: none; }
+
+.modal-content {
+  position: relative;
+  display: flex;
+  flex-direction: column;
+  width: 100%;
+  pointer-events: auto;
+  background-color: #fff;
+  background-clip: padding-box;
+  border: 1px solid rgba(0, 0, 0, 0.2);
+  border-radius: 0.3rem;
+  outline: 0; }
+
+.modal-backdrop {
+  position: fixed;
+  top: 0;
+  left: 0;
+  z-index: 1040;
+  width: 100vw;
+  height: 100vh;
+  background-color: #000; }
+  .modal-backdrop.fade {
+    opacity: 0; }
+  .modal-backdrop.show {
+    opacity: 0.5; }
+
+.modal-header {
+  display: flex;
+  align-items: flex-start;
+  justify-content: space-between;
+  padding: 1rem 1rem;
+  border-bottom: 1px solid #dee2e6;
+  border-top-left-radius: 0.3rem;
+  border-top-right-radius: 0.3rem; }
+  .modal-header .close {
+    padding: 1rem 1rem;
+    margin: -1rem -1rem -1rem auto; }
+
+.modal-title {
+  margin-bottom: 0;
+  line-height: 1.5; }
+
+.modal-body {
+  position: relative;
+  flex: 1 1 auto;
+  padding: 1rem; }
+
+.modal-footer {
+  display: flex;
+  align-items: center;
+  justify-content: flex-end;
+  padding: 1rem;
+  border-top: 1px solid #dee2e6;
+  border-bottom-right-radius: 0.3rem;
+  border-bottom-left-radius: 0.3rem; }
+  .modal-footer > :not(:first-child) {
+    margin-left: .25rem; }
+  .modal-footer > :not(:last-child) {
+    margin-right: .25rem; }
+
+.modal-scrollbar-measure {
+  position: absolute;
+  top: -9999px;
+  width: 50px;
+  height: 50px;
+  overflow: scroll; }
+
+@media (min-width: 576px) {
+  .modal-dialog {
+    max-width: 500px;
+    margin: 1.75rem auto; }
+
+  .modal-dialog-scrollable {
+    max-height: calc(100% - 3.5rem); }
+    .modal-dialog-scrollable .modal-content {
+      max-height: calc(100vh - 3.5rem); }
+
+  .modal-dialog-centered {
+    min-height: calc(100% - 3.5rem); }
+    .modal-dialog-centered::before {
+      height: calc(100vh - 3.5rem); }
+
+  .modal-sm {
+    max-width: 300px; } }
+@media (min-width: 992px) {
+  .modal-lg,
+  .modal-xl {
+    max-width: 800px; } }
+@media (min-width: 1200px) {
+  .modal-xl {
+    max-width: 1140px; } }
+.tooltip {
+  position: absolute;
+  z-index: 1070;
+  display: block;
+  margin: 0;
+  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 
sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
+  font-style: normal;
+  font-weight: 400;
+  line-height: 1.5;
+  text-align: left;
+  text-align: start;
+  text-decoration: none;
+  text-shadow: none;
+  text-transform: none;
+  letter-spacing: normal;
+  word-break: normal;
+  word-spacing: normal;
+  white-space: normal;
+  line-break: auto;
+  font-size: 1.00625rem;
+  word-wrap: break-word;
+  opacity: 0; }
+  .tooltip.show {
+    opacity: 0.9; }
+  .tooltip .arrow {
+    position: absolute;
+    display: block;
+    width: 0.8rem;
+    height: 0.4rem; }
+    .tooltip .arrow::before {
+      position: absolute;
+      content: "";
+      border-color: transparent;
+      border-style: solid; }
+
+.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
+  padding: 0.4rem 0; }
+  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
+    bottom: 0; }
+    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
+      top: 0;
+      border-width: 0.4rem 0.4rem 0;
+      border-top-color: #000; }
+
+.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
+  padding: 0 0.4rem; }
+  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
+    left: 0;
+    width: 0.4rem;
+    height: 0.8rem; }
+    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
+      right: 0;
+      border-width: 0.4rem 0.4rem 0.4rem 0;
+      border-right-color: #000; }
+
+.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
+  padding: 0.4rem 0; }
+  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
+    top: 0; }
+    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
+      bottom: 0;
+      border-width: 0 0.4rem 0.4rem;
+      border-bottom-color: #000; }
+
+.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
+  padding: 0 0.4rem; }
+  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
+    right: 0;
+    width: 0.4rem;
+    height: 0.8rem; }
+    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
+      left: 0;
+      border-width: 0.4rem 0 0.4rem 0.4rem;
+      border-left-color: #000; }
+
+.tooltip-inner {
+  max-width: 200px;
+  padding: 0.25rem 0.5rem;
+  color: #fff;
+  text-align: center;
+  background-color: #000;
+  border-radius: 0.25rem; }
+
+.popover {
+  position: absolute;
+  top: 0;
+  left: 0;
+  z-index: 1060;
+  display: block;
+  max-width: 276px;
+  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 
sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
+  font-style: normal;
+  font-weight: 400;
+  line-height: 1.5;
+  text-align: left;
+  text-align: start;
+  text-decoration: none;
+  text-shadow: none;
+  text-transform: none;
+  letter-spacing: normal;
+  word-break: normal;
+  word-spacing: normal;
+  white-space: normal;
+  line-break: auto;
+  font-size: 1.00625rem;
+  word-wrap: break-word;
+  background-color: #fff;
+  background-clip: padding-box;
+  border: 1px solid rgba(0, 0, 0, 0.2);
+  border-radius: 0.3rem; }
+  .popover .arrow {
+    position: absolute;
+    display: block;
+    width: 1rem;
+    height: 0.5rem;
+    margin: 0 0.3rem; }
+    .popover .arrow::before, .popover .arrow::after {
+      position: absolute;
+      display: block;
+      content: "";
+      border-color: transparent;
+      border-style: solid; }
+
+.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
+  margin-bottom: 0.5rem; }
+  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
+    bottom: calc((0.5rem + 1px) * -1); }
+    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
+      bottom: 0;
+      border-width: 0.5rem 0.5rem 0;
+      border-top-color: rgba(0, 0, 0, 0.25); }
+    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
+      bottom: 1px;
+      border-width: 0.5rem 0.5rem 0;
+      border-top-color: #fff; }
+
+.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
+  margin-left: 0.5rem; }
+  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
+    left: calc((0.5rem + 1px) * -1);
+    width: 0.5rem;
+    height: 1rem;
+    margin: 0.3rem 0; }
+    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
+      left: 0;
+      border-width: 0.5rem 0.5rem 0.5rem 0;
+      border-right-color: rgba(0, 0, 0, 0.25); }
+    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
+      left: 1px;
+      border-width: 0.5rem 0.5rem 0.5rem 0;
+      border-right-color: #fff; }
+
+.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
+  margin-top: 0.5rem; }
+  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
+    top: calc((0.5rem + 1px) * -1); }
+    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
+      top: 0;
+      border-width: 0 0.5rem 0.5rem 0.5rem;
+      border-bottom-color: rgba(0, 0, 0, 0.25); }
+    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
+      top: 1px;
+      border-width: 0 0.5rem 0.5rem 0.5rem;
+      border-bottom-color: #fff; }
+  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] 
.popover-header::before {
+    position: absolute;
+    top: 0;
+    left: 50%;
+    display: block;
+    width: 1rem;
+    margin-left: -0.5rem;
+    content: "";
+    border-bottom: 1px solid #f7f7f7; }
+
+.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
+  margin-right: 0.5rem; }
+  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
+    right: calc((0.5rem + 1px) * -1);
+    width: 0.5rem;
+    height: 1rem;
+    margin: 0.3rem 0; }
+    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
+      right: 0;
+      border-width: 0.5rem 0 0.5rem 0.5rem;
+      border-left-color: rgba(0, 0, 0, 0.25); }
+    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
+      right: 1px;
+      border-width: 0.5rem 0 0.5rem 0.5rem;
+      border-left-color: #fff; }
+
+.popover-header {
+  padding: 0.5rem 0.75rem;
+  margin-bottom: 0;
+  font-size: 1.15rem;
+  background-color: #f7f7f7;
+  border-bottom: 1px solid #ebebeb;
+  border-top-left-radius: calc(0.3rem - 1px);
+  border-top-right-radius: calc(0.3rem - 1px); }
+  .popover-header:empty {
+    display: none; }
+
+.popover-body {
+  padding: 0.5rem 0.75rem;
+  color: #212529; }
+
+.carousel {
+  position: relative; }
+
+.carousel.pointer-event {
+  touch-action: pan-y; }
+
+.carousel-inner {
+  position: relative;
+  width: 100%;
+  overflow: hidden; }
+  .carousel-inner::after {
+    display: block;
+    clear: both;
+    content: ""; }
+
+.carousel-item {
+  position: relative;
+  display: none;
+  float: left;
+  width: 100%;
+  margin-right: -100%;
+  backface-visibility: hidden;
+  transition: transform 0.6s ease-in-out; }
+  @media (prefers-reduced-motion: reduce) {
+    .carousel-item {
+      transition: none; } }
+
+.carousel-item.active,
+.carousel-item-next,
+.carousel-item-prev {
+  display: block; }
+
+.carousel-item-next:not(.carousel-item-left),
+.active.carousel-item-right {
+  transform: translateX(100%); }
+
+.carousel-item-prev:not(.carousel-item-right),
+.active.carousel-item-left {
+  transform: translateX(-100%); }
+
+.carousel-fade .carousel-item {
+  opacity: 0;
+  transition-property: opacity;
+  transform: none; }
+.carousel-fade .carousel-item.active,
+.carousel-fade .carousel-item-next.carousel-item-left,
+.carousel-fade .carousel-item-prev.carousel-item-right {
+  z-index: 1;
+  opacity: 1; }
+.carousel-fade .active.carousel-item-left,
+.carousel-fade .active.carousel-item-right {
+  z-index: 0;
+  opacity: 0;
+  transition: 0s 0.6s opacity; }
+  @media (prefers-reduced-motion: reduce) {
+    .carousel-fade .active.carousel-item-left,
+    .carousel-fade .active.carousel-item-right {
+      transition: none; } }
+
+.carousel-control-prev,
+.carousel-control-next {
+  position: absolute;
+  top: 0;
+  bottom: 0;
+  z-index: 1;
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  width: 15%;
+  color: #fff;
+  text-align: center;
+  opacity: 0.5;
+  transition: opacity 0.15s ease; }
+  @media (prefers-reduced-motion: reduce) {
+    .carousel-control-prev,
+    .carousel-control-next {
+      transition: none; } }
+  .carousel-control-prev:hover, .carousel-control-prev:focus,
+  .carousel-control-next:hover,
+  .carousel-control-next:focus {
+    color: #fff;
+    text-decoration: none;
+    outline: 0;
+    opacity: 0.9; }
+
+.carousel-control-prev {
+  left: 0; }
+
+.carousel-control-next {
+  right: 0; }
+
+.carousel-control-prev-icon,
+.carousel-control-next-icon {
+  display: inline-block;
+  width: 20px;
+  height: 20px;
+  background: no-repeat 50% / 100% 100%; }
+
+.carousel-control-prev-icon {
+  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 
viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }
+
+.carousel-control-next-icon {
+  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 
viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }
+
+.carousel-indicators {
+  position: absolute;
+  right: 0;
+  bottom: 0;
+  left: 0;
+  z-index: 15;
+  display: flex;
+  justify-content: center;
+  padding-left: 0;
+  margin-right: 15%;
+  margin-left: 15%;
+  list-style: none; }
+  .carousel-indicators li {
+    box-sizing: content-box;
+    flex: 0 1 auto;
+    width: 30px;
+    height: 3px;
+    margin-right: 3px;
+    margin-left: 3px;
+    text-indent: -999px;
+    cursor: pointer;
+    background-color: #fff;
+    background-clip: padding-box;
+    border-top: 10px solid transparent;
+    border-bottom: 10px solid transparent;
+    opacity: .5;
+    transition: opacity 0.6s ease; }
+    @media (prefers-reduced-motion: reduce) {
+      .carousel-indicators li {
+        transition: none; } }
+  .carousel-indicators .active {
+    opacity: 1; }
+
+.carousel-caption {
+  position: absolute;
+  right: 15%;
+  bottom: 20px;
+  left: 15%;
+  z-index: 10;
+  padding-top: 20px;
+  padding-bottom: 20px;
+  color: #fff;
+  text-align: center; }
+
+@keyframes spinner-border {
+  to {
+    transform: rotate(360deg); } }
+.spinner-border {
+  display: inline-block;
+  width: 2rem;
+  height: 2rem;
+  vertical-align: text-bottom;
+  border: 0.25em solid currentColor;
+  border-right-color: transparent;
+  border-radius: 50%;
+  animation: spinner-border .75s linear infinite; }
+
+.spinner-border-sm {
+  width: 1rem;
+  height: 1rem;
+  border-width: 0.2em; }
+
+@keyframes spinner-grow {
+  0% {
+    transform: scale(0); }
+  50% {
+    opacity: 1; } }
+.spinner-grow {
+  display: inline-block;
+  width: 2rem;
+  height: 2rem;
+  vertical-align: text-bottom;
+  background-color: currentColor;
+  border-radius: 50%;
+  opacity: 0;
+  animation: spinner-grow .75s linear infinite; }
+
+.spinner-grow-sm {
+  width: 1rem;
+  height: 1rem; }
+
+.align-baseline {
+  vertical-align: baseline !important; }
+
+.align-top {
+  vertical-align: top !important; }
+
+.align-middle {
+  vertical-align: middle !important; }
+
+.align-bottom {
+  vertical-align: bottom !important; }
+
+.align-text-bottom {
+  vertical-align: text-bottom !important; }
+
+.align-text-top {
+  vertical-align: text-top !important; }
+
+.bg-primary {
+  background-color: #3B86E2 !important; }
+
+a.bg-primary:hover, a.bg-primary:focus,
+button.bg-primary:hover,
+button.bg-primary:focus {
+  background-color: #1e6ccc !important; }
+
+.bg-secondary {
+  background-color: #F28518 !important; }
+
+a.bg-secondary:hover, a.bg-secondary:focus,
+button.bg-secondary:hover,
+button.bg-secondary:focus {
+  background-color: #cc6c0b !important; }
+
+.bg-success {
+  background-color: #28a745 !important; }
+
+a.bg-success:hover, a.bg-success:focus,
+button.bg-success:hover,
+button.bg-success:focus {
+  background-color: #1e7e34 !important; }
+
+.bg-info {
+  background-color: #C0C4BD !important; }
+
+a.bg-info:hover, a.bg-info:focus,
+button.bg-info:hover,
+button.bg-info:focus {
+  background-color: #a6aca2 !important; }
+
+.bg-warning {
+  background-color: #ffc107 !important; }
+
+a.bg-warning:hover, a.bg-warning:focus,
+button.bg-warning:hover,
+button.bg-warning:focus {
+  background-color: #d39e00 !important; }
+
+.bg-danger {
+  background-color: #dc3545 !important; }
+
+a.bg-danger:hover, a.bg-danger:focus,
+button.bg-danger:hover,
+button.bg-danger:focus {
+  background-color: #bd2130 !important; }
+
+.bg-light {
+  background-color: #F8F9FA !important; }
+
+a.bg-light:hover, a.bg-light:focus,
+button.bg-light:hover,
+button.bg-light:focus {
+  background-color: #dae0e5 !important; }
+
+.bg-dark {
+  background-color: #04080F !important; }
+
+a.bg-dark:hover, a.bg-dark:focus,
+button.bg-dark:hover,
+button.bg-dark:focus {
+  background-color: black !important; }
+
+.bg-tertiary {
+  background-color: #94D354 !important; }
+
+a.bg-tertiary:hover, a.bg-tertiary:focus,
+button.bg-tertiary:hover,
+button.bg-tertiary:focus {
+  background-color: #7bc232 !important; }
+
+.bg-white {
+  background-color: #fff !important; }
+
+.bg-transparent {
+  background-color: transparent !important; }
+
+.border {
+  border: 1px solid #dee2e6 !important; }
+
+.border-top {
+  border-top: 1px solid #dee2e6 !important; }
+
+.border-right {
+  border-right: 1px solid #dee2e6 !important; }
+
+.border-bottom {
+  border-bottom: 1px solid #dee2e6 !important; }
+
+.border-left {
+  border-left: 1px solid #dee2e6 !important; }
+
+.border-0 {
+  border: 0 !important; }
+
+.border-top-0 {
+  border-top: 0 !important; }
+
+.border-right-0 {
+  border-right: 0 !important; }
+
+.border-bottom-0 {
+  border-bottom: 0 !important; }
+
+.border-left-0 {
+  border-left: 0 !important; }
+
+.border-primary {
+  border-color: #3B86E2 !important; }
+
+.border-secondary {
+  border-color: #F28518 !important; }
+
+.border-success {
+  border-color: #28a745 !important; }
+
+.border-info {
+  border-color: #C0C4BD !important; }
+
+.border-warning {
+  border-color: #ffc107 !important; }
+
+.border-danger {
+  border-color: #dc3545 !important; }
+
+.border-light {
+  border-color: #F8F9FA !important; }
+
+.border-dark {
+  border-color: #04080F !important; }
+
+.border-tertiary {
+  border-color: #94D354 !important; }
+
+.border-white {
+  border-color: #fff !important; }
+
+.rounded-sm {
+  border-radius: 0.2rem !important; }
+
+.rounded {
+  border-radius: 0.25rem !important; }
+
+.rounded-top {
+  border-top-left-radius: 0.25rem !important;
+  border-top-right-radius: 0.25rem !important; }
+
+.rounded-right {
+  border-top-right-radius: 0.25rem !important;
+  border-bottom-right-radius: 0.25rem !important; }
+
+.rounded-bottom {
+  border-bottom-right-radius: 0.25rem !important;
+  border-bottom-left-radius: 0.25rem !important; }
+
+.rounded-left {
+  border-top-left-radius: 0.25rem !important;
+  border-bottom-left-radius: 0.25rem !important; }
+
+.rounded-lg {
+  border-radius: 0.3rem !important; }
+
+.rounded-circle {
+  border-radius: 50% !important; }
+
+.rounded-pill {
+  border-radius: 50rem !important; }
+
+.rounded-0 {
+  border-radius: 0 !important; }
+
+.clearfix::after {
+  display: block;
+  clear: both;
+  content: ""; }
+
+.d-none {
+  display: none !important; }
+
+.d-inline {
+  display: inline !important; }
+
+.d-inline-block {
+  display: inline-block !important; }
+
+.d-block {
+  display: block !important; }
+
+.d-table {
+  display: table !important; }
+
+.d-table-row {
+  display: table-row !important; }
+
+.d-table-cell {
+  display: table-cell !important; }
+
+.d-flex {
+  display: flex !important; }
+
+.d-inline-flex {
+  display: inline-flex !important; }
+
+@media (min-width: 576px) {
+  .d-sm-none {
+    display: none !important; }
+
+  .d-sm-inline {
+    display: inline !important; }
+
+  .d-sm-inline-block {
+    display: inline-block !important; }
+
+  .d-sm-block {
+    display: block !important; }
+
+  .d-sm-table {
+    display: table !important; }
+
+  .d-sm-table-row {
+    display: table-row !important; }
+
+  .d-sm-table-cell {
+    display: table-cell !important; }
+
+  .d-sm-flex {
+    display: flex !important; }
+
+  .d-sm-inline-flex {
+    display: inline-flex !important; } }
+@media (min-width: 768px) {
+  .d-md-none {
+    display: none !important; }
+
+  .d-md-inline {
+    display: inline !important; }
+
+  .d-md-inline-block {
+    display: inline-block !important; }
+
+  .d-md-block {
+    display: block !important; }
+
+  .d-md-table {
+    display: table !important; }
+
+  .d-md-table-row {
+    display: table-row !important; }
+
+  .d-md-table-cell {
+    display: table-cell !important; }
+
+  .d-md-flex {
+    display: flex !important; }
+
+  .d-md-inline-flex {
+    display: inline-flex !important; } }
+@media (min-width: 992px) {
+  .d-lg-none {
+    display: none !important; }
+
+  .d-lg-inline {
+    display: inline !important; }
+
+  .d-lg-inline-block {
+    display: inline-block !important; }
+
+  .d-lg-block {
+    display: block !important; }
+
+  .d-lg-table {
+    display: table !important; }
+
+  .d-lg-table-row {
+    display: table-row !important; }
+
+  .d-lg-table-cell {
+    display: table-cell !important; }
+
+  .d-lg-flex {
+    display: flex !important; }
+
+  .d-lg-inline-flex {
+    display: inline-flex !important; } }
+@media (min-width: 1200px) {
+  .d-xl-none {
+    display: none !important; }
+
+  .d-xl-inline {
+    display: inline !important; }
+
+  .d-xl-inline-block {
+    display: inline-block !important; }
+
+  .d-xl-block {
+    display: block !important; }
+
+  .d-xl-table {
+    display: table !important; }
+
+  .d-xl-table-row {
+    display: table-row !important; }
+
+  .d-xl-table-cell {
+    display: table-cell !important; }
+
+  .d-xl-flex {
+    display: flex !important; }
+
+  .d-xl-inline-flex {
+    display: inline-flex !important; } }
+@media print {
+  .d-print-none {
+    display: none !important; }
+
+  .d-print-inline {
+    display: inline !important; }
+
+  .d-print-inline-block {
+    display: inline-block !important; }
+
+  .d-print-block {
+    display: block !important; }
+
+  .d-print-table {
+    display: table !important; }
+
+  .d-print-table-row {
+    display: table-row !important; }
+
+  .d-print-table-cell {
+    display: table-cell !important; }
+
+  .d-print-flex {
+    display: flex !important; }
+
+  .d-print-inline-flex {
+    display: inline-flex !important; } }
+.embed-responsive {
+  position: relative;
+  display: block;
+  width: 100%;
+  padding: 0;
+  overflow: hidden; }
+  .embed-responsive::before {
+    display: block;
+    content: ""; }
+  .embed-responsive .embed-responsive-item,
+  .embed-responsive iframe,
+  .embed-responsive embed,
+  .embed-responsive object,
+  .embed-responsive video {
+    position: absolute;
+    top: 0;
+    bottom: 0;
+    left: 0;
+    width: 100%;
+    height: 100%;
+    border: 0; }
+
+.embed-responsive-21by9::before {
+  padding-top: 42.8571428571%; }
+
+.embed-responsive-16by9::before {
+  padding-top: 56.25%; }
+
+.embed-responsive-4by3::before {
+  padding-top: 75%; }
+
+.embed-responsive-1by1::before {
+  padding-top: 100%; }
+
+.flex-row {
+  flex-direction: row !important; }
+
+.flex-column {
+  flex-direction: column !important; }
+
+.flex-row-reverse {
+  flex-direction: row-reverse !important; }
+
+.flex-column-reverse {
+  flex-direction: column-reverse !important; }
+
+.flex-wrap {
+  flex-wrap: wrap !important; }
+
+.flex-nowrap {
+  flex-wrap: nowrap !important; }
+
+.flex-wrap-reverse {
+  flex-wrap: wrap-reverse !important; }
+
+.flex-fill {
+  flex: 1 1 auto !important; }
+
+.flex-grow-0 {
+  flex-grow: 0 !important; }
+
+.flex-grow-1 {
+  flex-grow: 1 !important; }
+
+.flex-shrink-0 {
+  flex-shrink: 0 !important; }
+
+.flex-shrink-1 {
+  flex-shrink: 1 !important; }
+
+.justify-content-start {
+  justify-content: flex-start !important; }
+
+.justify-content-end {
+  justify-content: flex-end !important; }
+
+.justify-content-center {
+  justify-content: center !important; }
+
+.justify-content-between {
+  justify-content: space-between !important; }
+
+.justify-content-around {
+  justify-content: space-around !important; }
+
+.align-items-start {
+  align-items: flex-start !important; }
+
+.align-items-end {
+  align-items: flex-end !important; }
+
+.align-items-center {
+  align-items: center !important; }
+
+.align-items-baseline {
+  align-items: baseline !important; }
+
+.align-items-stretch {
+  align-items: stretch !important; }
+
+.align-content-start {
+  align-content: flex-start !important; }
+
+.align-content-end {
+  align-content: flex-end !important; }
+
+.align-content-center {
+  align-content: center !important; }
+
+.align-content-between {
+  align-content: space-between !important; }
+
+.align-content-around {
+  align-content: space-around !important; }
+
+.align-content-stretch {
+  align-content: stretch !important; }
+
+.align-self-auto {
+  align-self: auto !important; }
+
+.align-self-start {
+  align-self: flex-start !important; }
+
+.align-self-end {
+  align-self: flex-end !important; }
+
+.align-self-center {
+  align-self: center !important; }
+
+.align-self-baseline {
+  align-self: baseline !important; }
+
+.align-self-stretch {
+  align-self: stretch !important; }
+
+@media (min-width: 576px) {
+  .flex-sm-row {
+    flex-direction: row !important; }
+
+  .flex-sm-column {
+    flex-direction: column !important; }
+
+  .flex-sm-row-reverse {
+    flex-direction: row-reverse !important; }
+
+  .flex-sm-column-reverse {
+    flex-direction: column-reverse !important; }
+
+  .flex-sm-wrap {
+    flex-wrap: wrap !important; }
+
+  .flex-sm-nowrap {
+    flex-wrap: nowrap !important; }
+
+  .flex-sm-wrap-reverse {
+    flex-wrap: wrap-reverse !important; }
+
+  .flex-sm-fill {
+    flex: 1 1 auto !important; }
+
+  .flex-sm-grow-0 {
+    flex-grow: 0 !important; }
+
+  .flex-sm-grow-1 {
+    flex-grow: 1 !important; }
+
+  .flex-sm-shrink-0 {
+    flex-shrink: 0 !important; }
+
+  .flex-sm-shrink-1 {
+    flex-shrink: 1 !important; }
+
+  .justify-content-sm-start {
+    justify-content: flex-start !important; }
+
+  .justify-content-sm-end {
+    justify-content: flex-end !important; }
+
+  .justify-content-sm-center {
+    justify-content: center !important; }
+
+  .justify-content-sm-between {
+    justify-content: space-between !important; }
+
+  .justify-content-sm-around {
+    justify-content: space-around !important; }
+
+  .align-items-sm-start {
+    align-items: flex-start !important; }
+
+  .align-items-sm-end {
+    align-items: flex-end !important; }
+
+  .align-items-sm-center {
+    align-items: center !important; }
+
+  .align-items-sm-baseline {
+    align-items: baseline !important; }
+
+  .align-items-sm-stretch {
+    align-items: stretch !important; }
+
+  .align-content-sm-start {
+    align-content: flex-start !important; }
+
+  .align-content-sm-end {
+    align-content: flex-end !important; }
+
+  .align-content-sm-center {
+    align-content: center !important; }
+
+  .align-content-sm-between {
+    align-content: space-between !important; }
+
+  .align-content-sm-around {
+    align-content: space-around !important; }
+
+  .align-content-sm-stretch {
+    align-content: stretch !important; }
+
+  .align-self-sm-auto {
+    align-self: auto !important; }
+
+  .align-self-sm-start {
+    align-self: flex-start !important; }
+
+  .align-self-sm-end {
+    align-self: flex-end !important; }
+
+  .align-self-sm-center {
+    align-self: center !important; }
+
+  .align-self-sm-baseline {
+    align-self: baseline !important; }
+
+  .align-self-sm-stretch {
+    align-self: stretch !important; } }
+@media (min-width: 768px) {
+  .flex-md-row {
+    flex-direction: row !important; }
+
+  .flex-md-column {
+    flex-direction: column !important; }
+
+  .flex-md-row-reverse {
+    flex-direction: row-reverse !important; }
+
+  .flex-md-column-reverse {
+    flex-direction: column-reverse !important; }
+
+  .flex-md-wrap {
+    flex-wrap: wrap !important; }
+
+  .flex-md-nowrap {
+    flex-wrap: nowrap !important; }
+
+  .flex-md-wrap-reverse {
+    flex-wrap: wrap-reverse !important; }
+
+  .flex-md-fill {
+    flex: 1 1 auto !important; }
+
+  .flex-md-grow-0 {
+    flex-grow: 0 !important; }
+
+  .flex-md-grow-1 {
+    flex-grow: 1 !important; }
+
+  .flex-md-shrink-0 {
+    flex-shrink: 0 !important; }
+
+  .flex-md-shrink-1 {
+    flex-shrink: 1 !important; }
+
+  .justify-content-md-start {
+    justify-content: flex-start !important; }
+
+  .justify-content-md-end {
+    justify-content: flex-end !important; }
+
+  .justify-content-md-center {
+    justify-content: center !important; }
+
+  .justify-content-md-between {
+    justify-content: space-between !important; }
+
+  .justify-content-md-around {
+    justify-content: space-around !important; }
+
+  .align-items-md-start {
+    align-items: flex-start !important; }
+
+  .align-items-md-end {
+    align-items: flex-end !important; }
+
+  .align-items-md-center {
+    align-items: center !important; }
+
+  .align-items-md-baseline {
+    align-items: baseline !important; }
+
+  .align-items-md-stretch {
+    align-items: stretch !important; }
+
+  .align-content-md-start {
+    align-content: flex-start !important; }
+
+  .align-content-md-end {
+    align-content: flex-end !important; }
+
+  .align-content-md-center {
+    align-content: center !important; }
+
+  .align-content-md-between {
+    align-content: space-between !important; }
+
+  .align-content-md-around {
+    align-content: space-around !important; }
+
+  .align-content-md-stretch {
+    align-content: stretch !important; }
+
+  .align-self-md-auto {
+    align-self: auto !important; }
+
+  .align-self-md-start {
+    align-self: flex-start !important; }
+
+  .align-self-md-end {
+    align-self: flex-end !important; }
+
+  .align-self-md-center {
+    align-self: center !important; }
+
+  .align-self-md-baseline {
+    align-self: baseline !important; }
+
+  .align-self-md-stretch {
+    align-self: stretch !important; } }
+@media (min-width: 992px) {
+  .flex-lg-row {
+    flex-direction: row !important; }
+
+  .flex-lg-column {
+    flex-direction: column !important; }
+
+  .flex-lg-row-reverse {
+    flex-direction: row-reverse !important; }
+
+  .flex-lg-column-reverse {
+    flex-direction: column-reverse !important; }
+
+  .flex-lg-wrap {
+    flex-wrap: wrap !important; }
+
+  .flex-lg-nowrap {
+    flex-wrap: nowrap !important; }
+
+  .flex-lg-wrap-reverse {
+    flex-wrap: wrap-reverse !important; }
+
+  .flex-lg-fill {
+    flex: 1 1 auto !important; }
+
+  .flex-lg-grow-0 {
+    flex-grow: 0 !important; }
+
+  .flex-lg-grow-1 {
+    flex-grow: 1 !important; }
+
+  .flex-lg-shrink-0 {
+    flex-shrink: 0 !important; }
+
+  .flex-lg-shrink-1 {
+    flex-shrink: 1 !important; }
+
+  .justify-content-lg-start {
+    justify-content: flex-start !important; }
+
+  .justify-content-lg-end {
+    justify-content: flex-end !important; }
+
+  .justify-content-lg-center {
+    justify-content: center !important; }
+
+  .justify-content-lg-between {
+    justify-content: space-between !important; }
+
+  .justify-content-lg-around {
+    justify-content: space-around !important; }
+
+  .align-items-lg-start {
+    align-items: flex-start !important; }
+
+  .align-items-lg-end {
+    align-items: flex-end !important; }
+
+  .align-items-lg-center {
+    align-items: center !important; }
+
+  .align-items-lg-baseline {
+    align-items: baseline !important; }
+
+  .align-items-lg-stretch {
+    align-items: stretch !important; }
+
+  .align-content-lg-start {
+    align-content: flex-start !important; }
+
+  .align-content-lg-end {
+    align-content: flex-end !important; }
+
+  .align-content-lg-center {
+    align-content: center !important; }
+
+  .align-content-lg-between {
+    align-content: space-between !important; }
+
+  .align-content-lg-around {
+    align-content: space-around !important; }
+
+  .align-content-lg-stretch {
+    align-content: stretch !important; }
+
+  .align-self-lg-auto {
+    align-self: auto !important; }
+
+  .align-self-lg-start {
+    align-self: flex-start !important; }
+
+  .align-self-lg-end {
+    align-self: flex-end !important; }
+
+  .align-self-lg-center {
+    align-self: center !important; }
+
+  .align-self-lg-baseline {
+    align-self: baseline !important; }
+
+  .align-self-lg-stretch {
+    align-self: stretch !important; } }
+@media (min-width: 1200px) {
+  .flex-xl-row {
+    flex-direction: row !important; }
+
+  .flex-xl-column {
+    flex-direction: column !important; }
+
+  .flex-xl-row-reverse {
+    flex-direction: row-reverse !important; }
+
+  .flex-xl-column-reverse {
+    flex-direction: column-reverse !important; }
+
+  .flex-xl-wrap {
+    flex-wrap: wrap !important; }
+
+  .flex-xl-nowrap {
+    flex-wrap: nowrap !important; }
+
+  .flex-xl-wrap-reverse {
+    flex-wrap: wrap-reverse !important; }
+
+  .flex-xl-fill {
+    flex: 1 1 auto !important; }
+
+  .flex-xl-grow-0 {
+    flex-grow: 0 !important; }
+
+  .flex-xl-grow-1 {
+    flex-grow: 1 !important; }
+
+  .flex-xl-shrink-0 {
+    flex-shrink: 0 !important; }
+
+  .flex-xl-shrink-1 {
+    flex-shrink: 1 !important; }
+
+  .justify-content-xl-start {
+    justify-content: flex-start !important; }
+
+  .justify-content-xl-end {
+    justify-content: flex-end !important; }
+
+  .justify-content-xl-center {
+    justify-content: center !important; }
+
+  .justify-content-xl-between {
+    justify-content: space-between !important; }
+
+  .justify-content-xl-around {
+    justify-content: space-around !important; }
+
+  .align-items-xl-start {
+    align-items: flex-start !important; }
+
+  .align-items-xl-end {
+    align-items: flex-end !important; }
+
+  .align-items-xl-center {
+    align-items: center !important; }
+
+  .align-items-xl-baseline {
+    align-items: baseline !important; }
+
+  .align-items-xl-stretch {
+    align-items: stretch !important; }
+
+  .align-content-xl-start {
+    align-content: flex-start !important; }
+
+  .align-content-xl-end {
+    align-content: flex-end !important; }
+
+  .align-content-xl-center {
+    align-content: center !important; }
+
+  .align-content-xl-between {
+    align-content: space-between !important; }
+
+  .align-content-xl-around {
+    align-content: space-around !important; }
+
+  .align-content-xl-stretch {
+    align-content: stretch !important; }
+
+  .align-self-xl-auto {
+    align-self: auto !important; }
+
+  .align-self-xl-start {
+    align-self: flex-start !important; }
+
+  .align-self-xl-end {
+    align-self: flex-end !important; }
+
+  .align-self-xl-center {
+    align-self: center !important; }
+
+  .align-self-xl-baseline {
+    align-self: baseline !important; }
+
+  .align-self-xl-stretch {
+    align-self: stretch !important; } }
+.float-left {
+  float: left !important; }
+
+.float-right {
+  float: right !important; }
+
+.float-none {
+  float: none !important; }
+
+@media (min-width: 576px) {
+  .float-sm-left {
+    float: left !important; }
+
+  .float-sm-right {
+    float: right !important; }
+
+  .float-sm-none {
+    float: none !important; } }
+@media (min-width: 768px) {
+  .float-md-left {
+    float: left !important; }
+
+  .float-md-right {
+    float: right !important; }
+
+  .float-md-none {
+    float: none !important; } }
+@media (min-width: 992px) {
+  .float-lg-left {
+    float: left !important; }
+
+  .float-lg-right {
+    float: right !important; }
+
+  .float-lg-none {
+    float: none !important; } }
+@media (min-width: 1200px) {
+  .float-xl-left {
+    float: left !important; }
+
+  .float-xl-right {
+    float: right !important; }
+
+  .float-xl-none {
+    float: none !important; } }
+.overflow-auto {
+  overflow: auto !important; }
+
+.overflow-hidden {
+  overflow: hidden !important; }
+
+.position-static {
+  position: static !important; }
+
+.position-relative {
+  position: relative !important; }
+
+.position-absolute {
+  position: absolute !important; }
+
+.position-fixed {
+  position: fixed !important; }
+
+.position-sticky {
+  position: sticky !important; }
+
+.fixed-top {
+  position: fixed;
+  top: 0;
+  right: 0;
+  left: 0;
+  z-index: 1030; }
+
+.fixed-bottom {
+  position: fixed;
+  right: 0;
+  bottom: 0;
+  left: 0;
+  z-index: 1030; }
+
+@supports (position: sticky) {
+  .sticky-top {
+    position: sticky;
+    top: 0;
+    z-index: 1020; } }
+
+.sr-only {
+  position: absolute;
+  width: 1px;
+  height: 1px;
+  padding: 0;
+  overflow: hidden;
+  clip: rect(0, 0, 0, 0);
+  white-space: nowrap;
+  border: 0; }
+
+.sr-only-focusable:active, .sr-only-focusable:focus {
+  position: static;
+  width: auto;
+  height: auto;
+  overflow: visible;
+  clip: auto;
+  white-space: normal; }
+
+.shadow-sm {
+  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
+
+.shadow {
+  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
+
+.shadow-lg {
+  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
+
+.shadow-none {
+  box-shadow: none !important; }
+
+.w-25 {
+  width: 25% !important; }
+
+.w-50 {
+  width: 50% !important; }
+
+.w-75 {
+  width: 75% !important; }
+
+.w-100 {
+  width: 100% !important; }
+
+.w-auto {
+  width: auto !important; }
+
+.h-25 {
+  height: 25% !important; }
+
+.h-50 {
+  height: 50% !important; }
+
+.h-75 {
+  height: 75% !important; }
+
+.h-100 {
+  height: 100% !important; }
+
+.h-auto {
+  height: auto !important; }
+
+.mw-100 {
+  max-width: 100% !important; }
+
+.mh-100 {
+  max-height: 100% !important; }
+
+.min-vw-100 {
+  min-width: 100vw !important; }
+
+.min-vh-100 {
+  min-height: 100vh !important; }
+
+.vw-100 {
+  width: 100vw !important; }
+
+.vh-100 {
+  height: 100vh !important; }
+
+.stretched-link::after {
+  position: absolute;
+  top: 0;
+  right: 0;
+  bottom: 0;
+  left: 0;
+  z-index: 1;
+  pointer-events: auto;
+  content: "";
+  background-color: rgba(0, 0, 0, 0); }
+
+.m-0 {
+  margin: 0 !important; }
+
+.mt-0,
+.my-0 {
+  margin-top: 0 !important; }
+
+.mr-0,
+.mx-0 {
+  margin-right: 0 !important; }
+
+.mb-0,
+.my-0 {
+  margin-bottom: 0 !important; }
+
+.ml-0,
+.mx-0 {
+  margin-left: 0 !important; }
+
+.m-1 {
+  margin: 0.25rem !important; }
+
+.mt-1,
+.my-1 {
+  margin-top: 0.25rem !important; }
+
+.mr-1,
+.mx-1 {
+  margin-right: 0.25rem !important; }
+
+.mb-1,
+.my-1 {
+  margin-bottom: 0.25rem !important; }
+
+.ml-1,
+.mx-1 {
+  margin-left: 0.25rem !important; }
+
+.m-2 {
+  margin: 0.5rem !important; }
+
+.mt-2,
+.my-2 {
+  margin-top: 0.5rem !important; }
+
+.mr-2,
+.mx-2 {
+  margin-right: 0.5rem !important; }
+
+.mb-2,
+.my-2 {
+  margin-bottom: 0.5rem !important; }
+
+.ml-2,
+.mx-2 {
+  margin-left: 0.5rem !important; }
+
+.m-3 {
+  margin: 1rem !important; }
+
+.mt-3,
+.my-3 {
+  margin-top: 1rem !important; }
+
+.mr-3,
+.mx-3 {
+  margin-right: 1rem !important; }
+
+.mb-3,
+.my-3 {
+  margin-bottom: 1rem !important; }
+
+.ml-3,
+.mx-3 {
+  margin-left: 1rem !important; }
+
+.m-4 {
+  margin: 2rem !important; }
+
+.mt-4,
+.my-4 {
+  margin-top: 2rem !important; }
+
+.mr-4,
+.mx-4 {
+  margin-right: 2rem !important; }
+
+.mb-4,
+.my-4 {
+  margin-bottom: 2rem !important; }
+
+.ml-4,
+.mx-4 {
+  margin-left: 2rem !important; }
+
+.m-5 {
+  margin: 4rem !important; }
+
+.mt-5,
+.my-5 {
+  margin-top: 4rem !important; }
+
+.mr-5,
+.mx-5 {
+  margin-right: 4rem !important; }
+
+.mb-5,
+.my-5 {
+  margin-bottom: 4rem !important; }
+
+.ml-5,
+.mx-5 {
+  margin-left: 4rem !important; }
+
+.m-6 {
+  margin: 8rem !important; }
+
+.mt-6,
+.my-6 {
+  margin-top: 8rem !important; }
+
+.mr-6,
+.mx-6 {
+  margin-right: 8rem !important; }
+
+.mb-6,
+.my-6 {
+  margin-bottom: 8rem !important; }
+
+.ml-6,
+.mx-6 {
+  margin-left: 8rem !important; }
+
+.p-0 {
+  padding: 0 !important; }
+
+.pt-0,
+.py-0 {
+  padding-top: 0 !important; }
+
+.pr-0,
+.px-0 {
+  padding-right: 0 !important; }
+
+.pb-0,
+.py-0 {
+  padding-bottom: 0 !important; }
+
+.pl-0,
+.px-0 {
+  padding-left: 0 !important; }
+
+.p-1 {
+  padding: 0.25rem !important; }
+
+.pt-1,
+.py-1 {
+  padding-top: 0.25rem !important; }
+
+.pr-1,
+.px-1 {
+  padding-right: 0.25rem !important; }
+
+.pb-1,
+.py-1 {
+  padding-bottom: 0.25rem !important; }
+
+.pl-1,
+.px-1 {
+  padding-left: 0.25rem !important; }
+
+.p-2 {
+  padding: 0.5rem !important; }
+
+.pt-2,
+.py-2 {
+  padding-top: 0.5rem !important; }
+
+.pr-2,
+.px-2 {
+  padding-right: 0.5rem !important; }
+
+.pb-2,
+.py-2 {
+  padding-bottom: 0.5rem !important; }
+
+.pl-2,
+.px-2 {
+  padding-left: 0.5rem !important; }
+
+.p-3 {
+  padding: 1rem !important; }
+
+.pt-3,
+.py-3 {
+  padding-top: 1rem !important; }
+
+.pr-3,
+.px-3 {
+  padding-right: 1rem !important; }
+
+.pb-3,
+.py-3 {
+  padding-bottom: 1rem !important; }
+
+.pl-3,
+.px-3 {
+  padding-left: 1rem !important; }
+
+.p-4 {
+  padding: 2rem !important; }
+
+.pt-4,
+.py-4 {
+  padding-top: 2rem !important; }
+
+.pr-4,
+.px-4 {
+  padding-right: 2rem !important; }
+
+.pb-4,
+.py-4 {
+  padding-bottom: 2rem !important; }
+
+.pl-4,
+.px-4 {
+  padding-left: 2rem !important; }
+
+.p-5 {
+  padding: 4rem !important; }
+
+.pt-5,
+.py-5 {
+  padding-top: 4rem !important; }
+
+.pr-5,
+.px-5 {
+  padding-right: 4rem !important; }
+
+.pb-5,
+.py-5 {
+  padding-bottom: 4rem !important; }
+
+.pl-5,
+.px-5 {
+  padding-left: 4rem !important; }
+
+.p-6 {
+  padding: 8rem !important; }
+
+.pt-6,
+.py-6 {
+  padding-top: 8rem !important; }
+
+.pr-6,
+.px-6 {
+  padding-right: 8rem !important; }
+
+.pb-6,
+.py-6 {
+  padding-bottom: 8rem !important; }
+
+.pl-6,
+.px-6 {
+  padding-left: 8rem !important; }
+
+.m-n1 {
+  margin: -0.25rem !important; }
+
+.mt-n1,
+.my-n1 {
+  margin-top: -0.25rem !important; }
+
+.mr-n1,
+.mx-n1 {
+  margin-right: -0.25rem !important; }
+
+.mb-n1,
+.my-n1 {
+  margin-bottom: -0.25rem !important; }
+
+.ml-n1,
+.mx-n1 {
+  margin-left: -0.25rem !important; }
+
+.m-n2 {
+  margin: -0.5rem !important; }
+
+.mt-n2,
+.my-n2 {
+  margin-top: -0.5rem !important; }
+
+.mr-n2,
+.mx-n2 {
+  margin-right: -0.5rem !important; }
+
+.mb-n2,
+.my-n2 {
+  margin-bottom: -0.5rem !important; }
+
+.ml-n2,
+.mx-n2 {
+  margin-left: -0.5rem !important; }
+
+.m-n3 {
+  margin: -1rem !important; }
+
+.mt-n3,
+.my-n3 {
+  margin-top: -1rem !important; }
+
+.mr-n3,
+.mx-n3 {
+  margin-right: -1rem !important; }
+
+.mb-n3,
+.my-n3 {
+  margin-bottom: -1rem !important; }
+
+.ml-n3,
+.mx-n3 {
+  margin-left: -1rem !important; }
+
+.m-n4 {
+  margin: -2rem !important; }
+
+.mt-n4,
+.my-n4 {
+  margin-top: -2rem !important; }
+
+.mr-n4,
+.mx-n4 {
+  margin-right: -2rem !important; }
+
+.mb-n4,
+.my-n4 {
+  margin-bottom: -2rem !important; }
+
+.ml-n4,
+.mx-n4 {
+  margin-left: -2rem !important; }
+
+.m-n5 {
+  margin: -4rem !important; }
+
+.mt-n5,
+.my-n5 {
+  margin-top: -4rem !important; }
+
+.mr-n5,
+.mx-n5 {
+  margin-right: -4rem !important; }
+
+.mb-n5,
+.my-n5 {
+  margin-bottom: -4rem !important; }
+
+.ml-n5,
+.mx-n5 {
+  margin-left: -4rem !important; }
+
+.m-n6 {
+  margin: -8rem !important; }
+
+.mt-n6,
+.my-n6 {
+  margin-top: -8rem !important; }
+
+.mr-n6,
+.mx-n6 {
+  margin-right: -8rem !important; }
+
+.mb-n6,
+.my-n6 {
+  margin-bottom: -8rem !important; }
+
+.ml-n6,
+.mx-n6 {
+  margin-left: -8rem !important; }
+
+.m-auto {
+  margin: auto !important; }
+
+.mt-auto,
+.my-auto {
+  margin-top: auto !important; }
+
+.mr-auto,
+.mx-auto {
+  margin-right: auto !important; }
+
+.mb-auto,
+.my-auto {
+  margin-bottom: auto !important; }
+
+.ml-auto,
+.mx-auto {
+  margin-left: auto !important; }
+
+@media (min-width: 576px) {
+  .m-sm-0 {
+    margin: 0 !important; }
+
+  .mt-sm-0,
+  .my-sm-0 {
+    margin-top: 0 !important; }
+
+  .mr-sm-0,
+  .mx-sm-0 {
+    margin-right: 0 !important; }
+
+  .mb-sm-0,
+  .my-sm-0 {
+    margin-bottom: 0 !important; }
+
+  .ml-sm-0,
+  .mx-sm-0 {
+    margin-left: 0 !important; }
+
+  .m-sm-1 {
+    margin: 0.25rem !important; }
+
+  .mt-sm-1,
+  .my-sm-1 {
+    margin-top: 0.25rem !important; }
+
+  .mr-sm-1,
+  .mx-sm-1 {
+    margin-right: 0.25rem !important; }
+
+  .mb-sm-1,
+  .my-sm-1 {
+    margin-bottom: 0.25rem !important; }
+
+  .ml-sm-1,
+  .mx-sm-1 {
+    margin-left: 0.25rem !important; }
+
+  .m-sm-2 {
+    margin: 0.5rem !important; }
+
+  .mt-sm-2,
+  .my-sm-2 {
+    margin-top: 0.5rem !important; }
+
+  .mr-sm-2,
+  .mx-sm-2 {
+    margin-right: 0.5rem !important; }
+
+  .mb-sm-2,
+  .my-sm-2 {
+    margin-bottom: 0.5rem !important; }
+
+  .ml-sm-2,
+  .mx-sm-2 {
+    margin-left: 0.5rem !important; }
+
+  .m-sm-3 {
+    margin: 1rem !important; }
+
+  .mt-sm-3,
+  .my-sm-3 {
+    margin-top: 1rem !important; }
+
+  .mr-sm-3,
+  .mx-sm-3 {
+    margin-right: 1rem !important; }
+
+  .mb-sm-3,
+  .my-sm-3 {
+    margin-bottom: 1rem !important; }
+
+  .ml-sm-3,
+  .mx-sm-3 {
+    margin-left: 1rem !important; }
+
+  .m-sm-4 {
+    margin: 2rem !important; }
+
+  .mt-sm-4,
+  .my-sm-4 {
+    margin-top: 2rem !important; }
+
+  .mr-sm-4,
+  .mx-sm-4 {
+    margin-right: 2rem !important; }
+
+  .mb-sm-4,
+  .my-sm-4 {
+    margin-bottom: 2rem !important; }
+
+  .ml-sm-4,
+  .mx-sm-4 {
+    margin-left: 2rem !important; }
+
+  .m-sm-5 {
+    margin: 4rem !important; }
+
+  .mt-sm-5,
+  .my-sm-5 {
+    margin-top: 4rem !important; }
+
+  .mr-sm-5,
+  .mx-sm-5 {
+    margin-right: 4rem !important; }
+
+  .mb-sm-5,
+  .my-sm-5 {
+    margin-bottom: 4rem !important; }
+
+  .ml-sm-5,
+  .mx-sm-5 {
+    margin-left: 4rem !important; }
+
+  .m-sm-6 {
+    margin: 8rem !important; }
+
+  .mt-sm-6,
+  .my-sm-6 {
+    margin-top: 8rem !important; }
+
+  .mr-sm-6,
+  .mx-sm-6 {
+    margin-right: 8rem !important; }
+
+  .mb-sm-6,
+  .my-sm-6 {
+    margin-bottom: 8rem !important; }
+
+  .ml-sm-6,
+  .mx-sm-6 {
+    margin-left: 8rem !important; }
+
+  .p-sm-0 {
+    padding: 0 !important; }
+
+  .pt-sm-0,
+  .py-sm-0 {
+    padding-top: 0 !important; }
+
+  .pr-sm-0,
+  .px-sm-0 {
+    padding-right: 0 !important; }
+
+  .pb-sm-0,
+  .py-sm-0 {
+    padding-bottom: 0 !important; }
+
+  .pl-sm-0,
+  .px-sm-0 {
+    padding-left: 0 !important; }
+
+  .p-sm-1 {
+    padding: 0.25rem !important; }
+
+  .pt-sm-1,
+  .py-sm-1 {
+    padding-top: 0.25rem !important; }
+
+  .pr-sm-1,
+  .px-sm-1 {
+    padding-right: 0.25rem !important; }
+
+  .pb-sm-1,
+  .py-sm-1 {
+    padding-bottom: 0.25rem !important; }
+
+  .pl-sm-1,
+  .px-sm-1 {
+    padding-left: 0.25rem !important; }
+
+  .p-sm-2 {
+    padding: 0.5rem !important; }
+
+  .pt-sm-2,
+  .py-sm-2 {
+    padding-top: 0.5rem !important; }
+
+  .pr-sm-2,
+  .px-sm-2 {
+    padding-right: 0.5rem !important; }
+
+  .pb-sm-2,
+  .py-sm-2 {
+    padding-bottom: 0.5rem !important; }
+
+  .pl-sm-2,
+  .px-sm-2 {
+    padding-left: 0.5rem !important; }
+
+  .p-sm-3 {
+    padding: 1rem !important; }
+
+  .pt-sm-3,
+  .py-sm-3 {
+    padding-top: 1rem !important; }
+
+  .pr-sm-3,
+  .px-sm-3 {
+    padding-right: 1rem !important; }
+
+  .pb-sm-3,
+  .py-sm-3 {
+    padding-bottom: 1rem !important; }
+
+  .pl-sm-3,
+  .px-sm-3 {
+    padding-left: 1rem !important; }
+
+  .p-sm-4 {
+    padding: 2rem !important; }
+
+  .pt-sm-4,
+  .py-sm-4 {
+    padding-top: 2rem !important; }
+
+  .pr-sm-4,
+  .px-sm-4 {
+    padding-right: 2rem !important; }
+
+  .pb-sm-4,
+  .py-sm-4 {
+    padding-bottom: 2rem !important; }
+
+  .pl-sm-4,
+  .px-sm-4 {
+    padding-left: 2rem !important; }
+
+  .p-sm-5 {
+    padding: 4rem !important; }
+
+  .pt-sm-5,
+  .py-sm-5 {
+    padding-top: 4rem !important; }
+
+  .pr-sm-5,
+  .px-sm-5 {
+    padding-right: 4rem !important; }
+
+  .pb-sm-5,
+  .py-sm-5 {
+    padding-bottom: 4rem !important; }
+
+  .pl-sm-5,
+  .px-sm-5 {
+    padding-left: 4rem !important; }
+
+  .p-sm-6 {
+    padding: 8rem !important; }
+
+  .pt-sm-6,
+  .py-sm-6 {
+    padding-top: 8rem !important; }
+
+  .pr-sm-6,
+  .px-sm-6 {
+    padding-right: 8rem !important; }
+
+  .pb-sm-6,
+  .py-sm-6 {
+    padding-bottom: 8rem !important; }
+
+  .pl-sm-6,
+  .px-sm-6 {
+    padding-left: 8rem !important; }
+
+  .m-sm-n1 {
+    margin: -0.25rem !important; }
+
+  .mt-sm-n1,
+  .my-sm-n1 {
+    margin-top: -0.25rem !important; }
+
+  .mr-sm-n1,
+  .mx-sm-n1 {
+    margin-right: -0.25rem !important; }
+
+  .mb-sm-n1,
+  .my-sm-n1 {
+    margin-bottom: -0.25rem !important; }
+
+  .ml-sm-n1,
+  .mx-sm-n1 {
+    margin-left: -0.25rem !important; }
+
+  .m-sm-n2 {
+    margin: -0.5rem !important; }
+
+  .mt-sm-n2,
+  .my-sm-n2 {
+    margin-top: -0.5rem !important; }
+
+  .mr-sm-n2,
+  .mx-sm-n2 {
+    margin-right: -0.5rem !important; }
+
+  .mb-sm-n2,
+  .my-sm-n2 {
+    margin-bottom: -0.5rem !important; }
+
+  .ml-sm-n2,
+  .mx-sm-n2 {
+    margin-left: -0.5rem !important; }
+
+  .m-sm-n3 {
+    margin: -1rem !important; }
+
+  .mt-sm-n3,
+  .my-sm-n3 {
+    margin-top: -1rem !important; }
+
+  .mr-sm-n3,
+  .mx-sm-n3 {
+    margin-right: -1rem !important; }
+
+  .mb-sm-n3,
+  .my-sm-n3 {
+    margin-bottom: -1rem !important; }
+
+  .ml-sm-n3,
+  .mx-sm-n3 {
+    margin-left: -1rem !important; }
+
+  .m-sm-n4 {
+    margin: -2rem !important; }
+
+  .mt-sm-n4,
+  .my-sm-n4 {
+    margin-top: -2rem !important; }
+
+  .mr-sm-n4,
+  .mx-sm-n4 {
+    margin-right: -2rem !important; }
+
+  .mb-sm-n4,
+  .my-sm-n4 {
+    margin-bottom: -2rem !important; }
+
+  .ml-sm-n4,
+  .mx-sm-n4 {
+    margin-left: -2rem !important; }
+
+  .m-sm-n5 {
+    margin: -4rem !important; }
+
+  .mt-sm-n5,
+  .my-sm-n5 {
+    margin-top: -4rem !important; }
+
+  .mr-sm-n5,
+  .mx-sm-n5 {
+    margin-right: -4rem !important; }
+
+  .mb-sm-n5,
+  .my-sm-n5 {
+    margin-bottom: -4rem !important; }
+
+  .ml-sm-n5,
+  .mx-sm-n5 {
+    margin-left: -4rem !important; }
+
+  .m-sm-n6 {
+    margin: -8rem !important; }
+
+  .mt-sm-n6,
+  .my-sm-n6 {
+    margin-top: -8rem !important; }
+
+  .mr-sm-n6,
+  .mx-sm-n6 {
+    margin-right: -8rem !important; }
+
+  .mb-sm-n6,
+  .my-sm-n6 {
+    margin-bottom: -8rem !important; }
+
+  .ml-sm-n6,
+  .mx-sm-n6 {
+    margin-left: -8rem !important; }
+
+  .m-sm-auto {
+    margin: auto !important; }
+
+  .mt-sm-auto,
+  .my-sm-auto {
+    margin-top: auto !important; }
+
+  .mr-sm-auto,
+  .mx-sm-auto {
+    margin-right: auto !important; }
+
+  .mb-sm-auto,
+  .my-sm-auto {
+    margin-bottom: auto !important; }
+
+  .ml-sm-auto,
+  .mx-sm-auto {
+    margin-left: auto !important; } }
+@media (min-width: 768px) {
+  .m-md-0 {
+    margin: 0 !important; }
+
+  .mt-md-0,
+  .my-md-0 {
+    margin-top: 0 !important; }
+
+  .mr-md-0,
+  .mx-md-0 {
+    margin-right: 0 !important; }
+
+  .mb-md-0,
+  .my-md-0 {
+    margin-bottom: 0 !important; }
+
+  .ml-md-0,
+  .mx-md-0 {
+    margin-left: 0 !important; }
+
+  .m-md-1 {
+    margin: 0.25rem !important; }
+
+  .mt-md-1,
+  .my-md-1 {
+    margin-top: 0.25rem !important; }
+
+  .mr-md-1,
+  .mx-md-1 {
+    margin-right: 0.25rem !important; }
+
+  .mb-md-1,
+  .my-md-1 {
+    margin-bottom: 0.25rem !important; }
+
+  .ml-md-1,
+  .mx-md-1 {
+    margin-left: 0.25rem !important; }
+
+  .m-md-2 {
+    margin: 0.5rem !important; }
+
+  .mt-md-2,
+  .my-md-2 {
+    margin-top: 0.5rem !important; }
+
+  .mr-md-2,
+  .mx-md-2 {
+    margin-right: 0.5rem !important; }
+
+  .mb-md-2,
+  .my-md-2 {
+    margin-bottom: 0.5rem !important; }
+
+  .ml-md-2,
+  .mx-md-2 {
+    margin-left: 0.5rem !important; }
+
+  .m-md-3 {
+    margin: 1rem !important; }
+
+  .mt-md-3,
+  .my-md-3 {
+    margin-top: 1rem !important; }
+
+  .mr-md-3,
+  .mx-md-3 {
+    margin-right: 1rem !important; }
+
+  .mb-md-3,
+  .my-md-3 {
+    margin-bottom: 1rem !important; }
+
+  .ml-md-3,
+  .mx-md-3 {
+    margin-left: 1rem !important; }
+
+  .m-md-4 {
+    margin: 2rem !important; }
+
+  .mt-md-4,
+  .my-md-4 {
+    margin-top: 2rem !important; }
+
+  .mr-md-4,
+  .mx-md-4 {
+    margin-right: 2rem !important; }
+
+  .mb-md-4,
+  .my-md-4 {
+    margin-bottom: 2rem !important; }
+
+  .ml-md-4,
+  .mx-md-4 {
+    margin-left: 2rem !important; }
+
+  .m-md-5 {
+    margin: 4rem !important; }
+
+  .mt-md-5,
+  .my-md-5 {
+    margin-top: 4rem !important; }
+
+  .mr-md-5,
+  .mx-md-5 {
+    margin-right: 4rem !important; }
+
+  .mb-md-5,
+  .my-md-5 {
+    margin-bottom: 4rem !important; }
+
+  .ml-md-5,
+  .mx-md-5 {
+    margin-left: 4rem !important; }
+
+  .m-md-6 {
+    margin: 8rem !important; }
+
+  .mt-md-6,
+  .my-md-6 {
+    margin-top: 8rem !important; }
+
+  .mr-md-6,
+  .mx-md-6 {
+    margin-right: 8rem !important; }
+
+  .mb-md-6,
+  .my-md-6 {
+    margin-bottom: 8rem !important; }
+
+  .ml-md-6,
+  .mx-md-6 {
+    margin-left: 8rem !important; }
+
+  .p-md-0 {
+    padding: 0 !important; }
+
+  .pt-md-0,
+  .py-md-0 {
+    padding-top: 0 !important; }
+
+  .pr-md-0,
+  .px-md-0 {
+    padding-right: 0 !important; }
+
+  .pb-md-0,
+  .py-md-0 {
+    padding-bottom: 0 !important; }
+
+  .pl-md-0,
+  .px-md-0 {
+    padding-left: 0 !important; }
+
+  .p-md-1 {
+    padding: 0.25rem !important; }
+
+  .pt-md-1,
+  .py-md-1 {
+    padding-top: 0.25rem !important; }
+
+  .pr-md-1,
+  .px-md-1 {
+    padding-right: 0.25rem !important; }
+
+  .pb-md-1,
+  .py-md-1 {
+    padding-bottom: 0.25rem !important; }
+
+  .pl-md-1,
+  .px-md-1 {
+    padding-left: 0.25rem !important; }
+
+  .p-md-2 {
+    padding: 0.5rem !important; }
+
+  .pt-md-2,
+  .py-md-2 {
+    padding-top: 0.5rem !important; }
+
+  .pr-md-2,
+  .px-md-2 {
+    padding-right: 0.5rem !important; }
+
+  .pb-md-2,
+  .py-md-2 {
+    padding-bottom: 0.5rem !important; }
+
+  .pl-md-2,
+  .px-md-2 {
+    padding-left: 0.5rem !important; }
+
+  .p-md-3 {
+    padding: 1rem !important; }
+
+  .pt-md-3,
+  .py-md-3 {
+    padding-top: 1rem !important; }
+
+  .pr-md-3,
+  .px-md-3 {
+    padding-right: 1rem !important; }
+
+  .pb-md-3,
+  .py-md-3 {
+    padding-bottom: 1rem !important; }
+
+  .pl-md-3,
+  .px-md-3 {
+    padding-left: 1rem !important; }
+
+  .p-md-4 {
+    padding: 2rem !important; }
+
+  .pt-md-4,
+  .py-md-4 {
+    padding-top: 2rem !important; }
+
+  .pr-md-4,
+  .px-md-4 {
+    padding-right: 2rem !important; }
+
+  .pb-md-4,
+  .py-md-4 {
+    padding-bottom: 2rem !important; }
+
+  .pl-md-4,
+  .px-md-4 {
+    padding-left: 2rem !important; }
+
+  .p-md-5 {
+    padding: 4rem !important; }
+
+  .pt-md-5,
+  .py-md-5 {
+    padding-top: 4rem !important; }
+
+  .pr-md-5,
+  .px-md-5 {
+    padding-right: 4rem !important; }
+
+  .pb-md-5,
+  .py-md-5 {
+    padding-bottom: 4rem !important; }
+
+  .pl-md-5,
+  .px-md-5 {
+    padding-left: 4rem !important; }
+
+  .p-md-6 {
+    padding: 8rem !important; }
+
+  .pt-md-6,
+  .py-md-6 {
+    padding-top: 8rem !important; }
+
+  .pr-md-6,
+  .px-md-6 {
+    padding-right: 8rem !important; }
+
+  .pb-md-6,
+  .py-md-6 {
+    padding-bottom: 8rem !important; }
+
+  .pl-md-6,
+  .px-md-6 {
+    padding-left: 8rem !important; }
+
+  .m-md-n1 {
+    margin: -0.25rem !important; }
+
+  .mt-md-n1,
+  .my-md-n1 {
+    margin-top: -0.25rem !important; }
+
+  .mr-md-n1,
+  .mx-md-n1 {
+    margin-right: -0.25rem !important; }
+
+  .mb-md-n1,
+  .my-md-n1 {
+    margin-bottom: -0.25rem !important; }
+
+  .ml-md-n1,
+  .mx-md-n1 {
+    margin-left: -0.25rem !important; }
+
+  .m-md-n2 {
+    margin: -0.5rem !important; }
+
+  .mt-md-n2,
+  .my-md-n2 {
+    margin-top: -0.5rem !important; }
+
+  .mr-md-n2,
+  .mx-md-n2 {
+    margin-right: -0.5rem !important; }
+
+  .mb-md-n2,
+  .my-md-n2 {
+    margin-bottom: -0.5rem !important; }
+
+  .ml-md-n2,
+  .mx-md-n2 {
+    margin-left: -0.5rem !important; }
+
+  .m-md-n3 {
+    margin: -1rem !important; }
+
+  .mt-md-n3,
+  .my-md-n3 {
+    margin-top: -1rem !important; }
+
+  .mr-md-n3,
+  .mx-md-n3 {
+    margin-right: -1rem !important; }
+
+  .mb-md-n3,
+  .my-md-n3 {
+    margin-bottom: -1rem !important; }
+
+  .ml-md-n3,
+  .mx-md-n3 {
+    margin-left: -1rem !important; }
+
+  .m-md-n4 {
+    margin: -2rem !important; }
+
+  .mt-md-n4,
+  .my-md-n4 {
+    margin-top: -2rem !important; }
+
+  .mr-md-n4,
+  .mx-md-n4 {
+    margin-right: -2rem !important; }
+
+  .mb-md-n4,
+  .my-md-n4 {
+    margin-bottom: -2rem !important; }
+
+  .ml-md-n4,
+  .mx-md-n4 {
+    margin-left: -2rem !important; }
+
+  .m-md-n5 {
+    margin: -4rem !important; }
+
+  .mt-md-n5,
+  .my-md-n5 {
+    margin-top: -4rem !important; }
+
+  .mr-md-n5,
+  .mx-md-n5 {
+    margin-right: -4rem !important; }
+
+  .mb-md-n5,
+  .my-md-n5 {
+    margin-bottom: -4rem !important; }
+
+  .ml-md-n5,
+  .mx-md-n5 {
+    margin-left: -4rem !important; }
+
+  .m-md-n6 {
+    margin: -8rem !important; }
+
+  .mt-md-n6,
+  .my-md-n6 {
+    margin-top: -8rem !important; }
+
+  .mr-md-n6,
+  .mx-md-n6 {
+    margin-right: -8rem !important; }
+
+  .mb-md-n6,
+  .my-md-n6 {
+    margin-bottom: -8rem !important; }
+
+  .ml-md-n6,
+  .mx-md-n6 {
+    margin-left: -8rem !important; }
+
+  .m-md-auto {
+    margin: auto !important; }
+
+  .mt-md-auto,
+  .my-md-auto {
+    margin-top: auto !important; }
+
+  .mr-md-auto,
+  .mx-md-auto {
+    margin-right: auto !important; }
+
+  .mb-md-auto,
+  .my-md-auto {
+    margin-bottom: auto !important; }
+
+  .ml-md-auto,
+  .mx-md-auto {
+    margin-left: auto !important; } }
+@media (min-width: 992px) {
+  .m-lg-0 {
+    margin: 0 !important; }
+
+  .mt-lg-0,
+  .my-lg-0 {
+    margin-top: 0 !important; }
+
+  .mr-lg-0,
+  .mx-lg-0 {
+    margin-right: 0 !important; }
+
+  .mb-lg-0,
+  .my-lg-0 {
+    margin-bottom: 0 !important; }
+
+  .ml-lg-0,
+  .mx-lg-0 {
+    margin-left: 0 !important; }
+
+  .m-lg-1 {
+    margin: 0.25rem !important; }
+
+  .mt-lg-1,
+  .my-lg-1 {
+    margin-top: 0.25rem !important; }
+
+  .mr-lg-1,
+  .mx-lg-1 {
+    margin-right: 0.25rem !important; }
+
+  .mb-lg-1,
+  .my-lg-1 {
+    margin-bottom: 0.25rem !important; }
+
+  .ml-lg-1,
+  .mx-lg-1 {
+    margin-left: 0.25rem !important; }
+
+  .m-lg-2 {
+    margin: 0.5rem !important; }
+
+  .mt-lg-2,
+  .my-lg-2 {
+    margin-top: 0.5rem !important; }
+
+  .mr-lg-2,
+  .mx-lg-2 {
+    margin-right: 0.5rem !important; }
+
+  .mb-lg-2,
+  .my-lg-2 {
+    margin-bottom: 0.5rem !important; }
+
+  .ml-lg-2,
+  .mx-lg-2 {
+    margin-left: 0.5rem !important; }
+
+  .m-lg-3 {
+    margin: 1rem !important; }
+
+  .mt-lg-3,
+  .my-lg-3 {
+    margin-top: 1rem !important; }
+
+  .mr-lg-3,
+  .mx-lg-3 {
+    margin-right: 1rem !important; }
+
+  .mb-lg-3,
+  .my-lg-3 {
+    margin-bottom: 1rem !important; }
+
+  .ml-lg-3,
+  .mx-lg-3 {
+    margin-left: 1rem !important; }
+
+  .m-lg-4 {
+    margin: 2rem !important; }
+
+  .mt-lg-4,
+  .my-lg-4 {
+    margin-top: 2rem !important; }
+
+  .mr-lg-4,
+  .mx-lg-4 {
+    margin-right: 2rem !important; }
+
+  .mb-lg-4,
+  .my-lg-4 {
+    margin-bottom: 2rem !important; }
+
+  .ml-lg-4,
+  .mx-lg-4 {
+    margin-left: 2rem !important; }
+
+  .m-lg-5 {
+    margin: 4rem !important; }
+
+  .mt-lg-5,
+  .my-lg-5 {
+    margin-top: 4rem !important; }
+
+  .mr-lg-5,
+  .mx-lg-5 {
+    margin-right: 4rem !important; }
+
+  .mb-lg-5,
+  .my-lg-5 {
+    margin-bottom: 4rem !important; }
+
+  .ml-lg-5,
+  .mx-lg-5 {
+    margin-left: 4rem !important; }
+
+  .m-lg-6 {
+    margin: 8rem !important; }
+
+  .mt-lg-6,
+  .my-lg-6 {
+    margin-top: 8rem !important; }
+
+  .mr-lg-6,
+  .mx-lg-6 {
+    margin-right: 8rem !important; }
+
+  .mb-lg-6,
+  .my-lg-6 {
+    margin-bottom: 8rem !important; }
+
+  .ml-lg-6,
+  .mx-lg-6 {
+    margin-left: 8rem !important; }
+
+  .p-lg-0 {
+    padding: 0 !important; }
+
+  .pt-lg-0,
+  .py-lg-0 {
+    padding-top: 0 !important; }
+
+  .pr-lg-0,
+  .px-lg-0 {
+    padding-right: 0 !important; }
+
+  .pb-lg-0,
+  .py-lg-0 {
+    padding-bottom: 0 !important; }
+
+  .pl-lg-0,
+  .px-lg-0 {
+    padding-left: 0 !important; }
+
+  .p-lg-1 {
+    padding: 0.25rem !important; }
+
+  .pt-lg-1,
+  .py-lg-1 {
+    padding-top: 0.25rem !important; }
+
+  .pr-lg-1,
+  .px-lg-1 {
+    padding-right: 0.25rem !important; }
+
+  .pb-lg-1,
+  .py-lg-1 {
+    padding-bottom: 0.25rem !important; }
+
+  .pl-lg-1,
+  .px-lg-1 {
+    padding-left: 0.25rem !important; }
+
+  .p-lg-2 {
+    padding: 0.5rem !important; }
+
+  .pt-lg-2,
+  .py-lg-2 {
+    padding-top: 0.5rem !important; }
+
+  .pr-lg-2,
+  .px-lg-2 {
+    padding-right: 0.5rem !important; }
+
+  .pb-lg-2,
+  .py-lg-2 {
+    padding-bottom: 0.5rem !important; }
+
+  .pl-lg-2,
+  .px-lg-2 {
+    padding-left: 0.5rem !important; }
+
+  .p-lg-3 {
+    padding: 1rem !important; }
+
+  .pt-lg-3,
+  .py-lg-3 {
+    padding-top: 1rem !important; }
+
+  .pr-lg-3,
+  .px-lg-3 {
+    padding-right: 1rem !important; }
+
+  .pb-lg-3,
+  .py-lg-3 {
+    padding-bottom: 1rem !important; }
+
+  .pl-lg-3,
+  .px-lg-3 {
+    padding-left: 1rem !important; }
+
+  .p-lg-4 {
+    padding: 2rem !important; }
+
+  .pt-lg-4,
+  .py-lg-4 {
+    padding-top: 2rem !important; }
+
+  .pr-lg-4,
+  .px-lg-4 {
+    padding-right: 2rem !important; }
+
+  .pb-lg-4,
+  .py-lg-4 {
+    padding-bottom: 2rem !important; }
+
+  .pl-lg-4,
+  .px-lg-4 {
+    padding-left: 2rem !important; }
+
+  .p-lg-5 {
+    padding: 4rem !important; }
+
+  .pt-lg-5,
+  .py-lg-5 {
+    padding-top: 4rem !important; }
+
+  .pr-lg-5,
+  .px-lg-5 {
+    padding-right: 4rem !important; }
+
+  .pb-lg-5,
+  .py-lg-5 {
+    padding-bottom: 4rem !important; }
+
+  .pl-lg-5,
+  .px-lg-5 {
+    padding-left: 4rem !important; }
+
+  .p-lg-6 {
+    padding: 8rem !important; }
+
+  .pt-lg-6,
+  .py-lg-6 {
+    padding-top: 8rem !important; }
+
+  .pr-lg-6,
+  .px-lg-6 {
+    padding-right: 8rem !important; }
+
+  .pb-lg-6,
+  .py-lg-6 {
+    padding-bottom: 8rem !important; }
+
+  .pl-lg-6,
+  .px-lg-6 {
+    padding-left: 8rem !important; }
+
+  .m-lg-n1 {
+    margin: -0.25rem !important; }
+
+  .mt-lg-n1,
+  .my-lg-n1 {
+    margin-top: -0.25rem !important; }
+
+  .mr-lg-n1,
+  .mx-lg-n1 {
+    margin-right: -0.25rem !important; }
+
+  .mb-lg-n1,
+  .my-lg-n1 {
+    margin-bottom: -0.25rem !important; }
+
+  .ml-lg-n1,
+  .mx-lg-n1 {
+    margin-left: -0.25rem !important; }
+
+  .m-lg-n2 {
+    margin: -0.5rem !important; }
+
+  .mt-lg-n2,
+  .my-lg-n2 {
+    margin-top: -0.5rem !important; }
+
+  .mr-lg-n2,
+  .mx-lg-n2 {
+    margin-right: -0.5rem !important; }
+
+  .mb-lg-n2,
+  .my-lg-n2 {
+    margin-bottom: -0.5rem !important; }
+
+  .ml-lg-n2,
+  .mx-lg-n2 {
+    margin-left: -0.5rem !important; }
+
+  .m-lg-n3 {
+    margin: -1rem !important; }
+
+  .mt-lg-n3,
+  .my-lg-n3 {
+    margin-top: -1rem !important; }
+
+  .mr-lg-n3,
+  .mx-lg-n3 {
+    margin-right: -1rem !important; }
+
+  .mb-lg-n3,
+  .my-lg-n3 {
+    margin-bottom: -1rem !important; }
+
+  .ml-lg-n3,
+  .mx-lg-n3 {
+    margin-left: -1rem !important; }
+
+  .m-lg-n4 {
+    margin: -2rem !important; }
+
+  .mt-lg-n4,
+  .my-lg-n4 {
+    margin-top: -2rem !important; }
+
+  .mr-lg-n4,
+  .mx-lg-n4 {
+    margin-right: -2rem !important; }
+
+  .mb-lg-n4,
+  .my-lg-n4 {
+    margin-bottom: -2rem !important; }
+
+  .ml-lg-n4,
+  .mx-lg-n4 {
+    margin-left: -2rem !important; }
+
+  .m-lg-n5 {
+    margin: -4rem !important; }
+
+  .mt-lg-n5,
+  .my-lg-n5 {
+    margin-top: -4rem !important; }
+
+  .mr-lg-n5,
+  .mx-lg-n5 {
+    margin-right: -4rem !important; }
+
+  .mb-lg-n5,
+  .my-lg-n5 {
+    margin-bottom: -4rem !important; }
+
+  .ml-lg-n5,
+  .mx-lg-n5 {
+    margin-left: -4rem !important; }
+
+  .m-lg-n6 {
+    margin: -8rem !important; }
+
+  .mt-lg-n6,
+  .my-lg-n6 {
+    margin-top: -8rem !important; }
+
+  .mr-lg-n6,
+  .mx-lg-n6 {
+    margin-right: -8rem !important; }
+
+  .mb-lg-n6,
+  .my-lg-n6 {
+    margin-bottom: -8rem !important; }
+
+  .ml-lg-n6,
+  .mx-lg-n6 {
+    margin-left: -8rem !important; }
+
+  .m-lg-auto {
+    margin: auto !important; }
+
+  .mt-lg-auto,
+  .my-lg-auto {
+    margin-top: auto !important; }
+
+  .mr-lg-auto,
+  .mx-lg-auto {
+    margin-right: auto !important; }
+
+  .mb-lg-auto,
+  .my-lg-auto {
+    margin-bottom: auto !important; }
+
+  .ml-lg-auto,
+  .mx-lg-auto {
+    margin-left: auto !important; } }
+@media (min-width: 1200px) {
+  .m-xl-0 {
+    margin: 0 !important; }
+
+  .mt-xl-0,
+  .my-xl-0 {
+    margin-top: 0 !important; }
+
+  .mr-xl-0,
+  .mx-xl-0 {
+    margin-right: 0 !important; }
+
+  .mb-xl-0,
+  .my-xl-0 {
+    margin-bottom: 0 !important; }
+
+  .ml-xl-0,
+  .mx-xl-0 {
+    margin-left: 0 !important; }
+
+  .m-xl-1 {
+    margin: 0.25rem !important; }
+
+  .mt-xl-1,
+  .my-xl-1 {
+    margin-top: 0.25rem !important; }
+
+  .mr-xl-1,
+  .mx-xl-1 {
+    margin-right: 0.25rem !important; }
+
+  .mb-xl-1,
+  .my-xl-1 {
+    margin-bottom: 0.25rem !important; }
+
+  .ml-xl-1,
+  .mx-xl-1 {
+    margin-left: 0.25rem !important; }
+
+  .m-xl-2 {
+    margin: 0.5rem !important; }
+
+  .mt-xl-2,
+  .my-xl-2 {
+    margin-top: 0.5rem !important; }
+
+  .mr-xl-2,
+  .mx-xl-2 {
+    margin-right: 0.5rem !important; }
+
+  .mb-xl-2,
+  .my-xl-2 {
+    margin-bottom: 0.5rem !important; }
+
+  .ml-xl-2,
+  .mx-xl-2 {
+    margin-left: 0.5rem !important; }
+
+  .m-xl-3 {
+    margin: 1rem !important; }
+
+  .mt-xl-3,
+  .my-xl-3 {
+    margin-top: 1rem !important; }
+
+  .mr-xl-3,
+  .mx-xl-3 {
+    margin-right: 1rem !important; }
+
+  .mb-xl-3,
+  .my-xl-3 {
+    margin-bottom: 1rem !important; }
+
+  .ml-xl-3,
+  .mx-xl-3 {
+    margin-left: 1rem !important; }
+
+  .m-xl-4 {
+    margin: 2rem !important; }
+
+  .mt-xl-4,
+  .my-xl-4 {
+    margin-top: 2rem !important; }
+
+  .mr-xl-4,
+  .mx-xl-4 {
+    margin-right: 2rem !important; }
+
+  .mb-xl-4,
+  .my-xl-4 {
+    margin-bottom: 2rem !important; }
+
+  .ml-xl-4,
+  .mx-xl-4 {
+    margin-left: 2rem !important; }
+
+  .m-xl-5 {
+    margin: 4rem !important; }
+
+  .mt-xl-5,
+  .my-xl-5 {
+    margin-top: 4rem !important; }
+
+  .mr-xl-5,
+  .mx-xl-5 {
+    margin-right: 4rem !important; }
+
+  .mb-xl-5,
+  .my-xl-5 {
+    margin-bottom: 4rem !important; }
+
+  .ml-xl-5,
+  .mx-xl-5 {
+    margin-left: 4rem !important; }
+
+  .m-xl-6 {
+    margin: 8rem !important; }
+
+  .mt-xl-6,
+  .my-xl-6 {
+    margin-top: 8rem !important; }
+
+  .mr-xl-6,
+  .mx-xl-6 {
+    margin-right: 8rem !important; }
+
+  .mb-xl-6,
+  .my-xl-6 {
+    margin-bottom: 8rem !important; }
+
+  .ml-xl-6,
+  .mx-xl-6 {
+    margin-left: 8rem !important; }
+
+  .p-xl-0 {
+    padding: 0 !important; }
+
+  .pt-xl-0,
+  .py-xl-0 {
+    padding-top: 0 !important; }
+
+  .pr-xl-0,
+  .px-xl-0 {
+    padding-right: 0 !important; }
+
+  .pb-xl-0,
+  .py-xl-0 {
+    padding-bottom: 0 !important; }
+
+  .pl-xl-0,
+  .px-xl-0 {
+    padding-left: 0 !important; }
+
+  .p-xl-1 {
+    padding: 0.25rem !important; }
+
+  .pt-xl-1,
+  .py-xl-1 {
+    padding-top: 0.25rem !important; }
+
+  .pr-xl-1,
+  .px-xl-1 {
+    padding-right: 0.25rem !important; }
+
+  .pb-xl-1,
+  .py-xl-1 {
+    padding-bottom: 0.25rem !important; }
+
+  .pl-xl-1,
+  .px-xl-1 {
+    padding-left: 0.25rem !important; }
+
+  .p-xl-2 {
+    padding: 0.5rem !important; }
+
+  .pt-xl-2,
+  .py-xl-2 {
+    padding-top: 0.5rem !important; }
+
+  .pr-xl-2,
+  .px-xl-2 {
+    padding-right: 0.5rem !important; }
+
+  .pb-xl-2,
+  .py-xl-2 {
+    padding-bottom: 0.5rem !important; }
+
+  .pl-xl-2,
+  .px-xl-2 {
+    padding-left: 0.5rem !important; }
+
+  .p-xl-3 {
+    padding: 1rem !important; }
+
+  .pt-xl-3,
+  .py-xl-3 {
+    padding-top: 1rem !important; }
+
+  .pr-xl-3,
+  .px-xl-3 {
+    padding-right: 1rem !important; }
+
+  .pb-xl-3,
+  .py-xl-3 {
+    padding-bottom: 1rem !important; }
+
+  .pl-xl-3,
+  .px-xl-3 {
+    padding-left: 1rem !important; }
+
+  .p-xl-4 {
+    padding: 2rem !important; }
+
+  .pt-xl-4,
+  .py-xl-4 {
+    padding-top: 2rem !important; }
+
+  .pr-xl-4,
+  .px-xl-4 {
+    padding-right: 2rem !important; }
+
+  .pb-xl-4,
+  .py-xl-4 {
+    padding-bottom: 2rem !important; }
+
+  .pl-xl-4,
+  .px-xl-4 {
+    padding-left: 2rem !important; }
+
+  .p-xl-5 {
+    padding: 4rem !important; }
+
+  .pt-xl-5,
+  .py-xl-5 {
+    padding-top: 4rem !important; }
+
+  .pr-xl-5,
+  .px-xl-5 {
+    padding-right: 4rem !important; }
+
+  .pb-xl-5,
+  .py-xl-5 {
+    padding-bottom: 4rem !important; }
+
+  .pl-xl-5,
+  .px-xl-5 {
+    padding-left: 4rem !important; }
+
+  .p-xl-6 {
+    padding: 8rem !important; }
+
+  .pt-xl-6,
+  .py-xl-6 {
+    padding-top: 8rem !important; }
+
+  .pr-xl-6,
+  .px-xl-6 {
+    padding-right: 8rem !important; }
+
+  .pb-xl-6,
+  .py-xl-6 {
+    padding-bottom: 8rem !important; }
+
+  .pl-xl-6,
+  .px-xl-6 {
+    padding-left: 8rem !important; }
+
+  .m-xl-n1 {
+    margin: -0.25rem !important; }
+
+  .mt-xl-n1,
+  .my-xl-n1 {
+    margin-top: -0.25rem !important; }
+
+  .mr-xl-n1,
+  .mx-xl-n1 {
+    margin-right: -0.25rem !important; }
+
+  .mb-xl-n1,
+  .my-xl-n1 {
+    margin-bottom: -0.25rem !important; }
+
+  .ml-xl-n1,
+  .mx-xl-n1 {
+    margin-left: -0.25rem !important; }
+
+  .m-xl-n2 {
+    margin: -0.5rem !important; }
+
+  .mt-xl-n2,
+  .my-xl-n2 {
+    margin-top: -0.5rem !important; }
+
+  .mr-xl-n2,
+  .mx-xl-n2 {
+    margin-right: -0.5rem !important; }
+
+  .mb-xl-n2,
+  .my-xl-n2 {
+    margin-bottom: -0.5rem !important; }
+
+  .ml-xl-n2,
+  .mx-xl-n2 {
+    margin-left: -0.5rem !important; }
+
+  .m-xl-n3 {
+    margin: -1rem !important; }
+
+  .mt-xl-n3,
+  .my-xl-n3 {
+    margin-top: -1rem !important; }
+
+  .mr-xl-n3,
+  .mx-xl-n3 {
+    margin-right: -1rem !important; }
+
+  .mb-xl-n3,
+  .my-xl-n3 {
+    margin-bottom: -1rem !important; }
+
+  .ml-xl-n3,
+  .mx-xl-n3 {
+    margin-left: -1rem !important; }
+
+  .m-xl-n4 {
+    margin: -2rem !important; }
+
+  .mt-xl-n4,
+  .my-xl-n4 {
+    margin-top: -2rem !important; }
+
+  .mr-xl-n4,
+  .mx-xl-n4 {
+    margin-right: -2rem !important; }
+
+  .mb-xl-n4,
+  .my-xl-n4 {
+    margin-bottom: -2rem !important; }
+
+  .ml-xl-n4,
+  .mx-xl-n4 {
+    margin-left: -2rem !important; }
+
+  .m-xl-n5 {
+    margin: -4rem !important; }
+
+  .mt-xl-n5,
+  .my-xl-n5 {
+    margin-top: -4rem !important; }
+
+  .mr-xl-n5,
+  .mx-xl-n5 {
+    margin-right: -4rem !important; }
+
+  .mb-xl-n5,
+  .my-xl-n5 {
+    margin-bottom: -4rem !important; }
+
+  .ml-xl-n5,
+  .mx-xl-n5 {
+    margin-left: -4rem !important; }
+
+  .m-xl-n6 {
+    margin: -8rem !important; }
+
+  .mt-xl-n6,
+  .my-xl-n6 {
+    margin-top: -8rem !important; }
+
+  .mr-xl-n6,
+  .mx-xl-n6 {
+    margin-right: -8rem !important; }
+
+  .mb-xl-n6,
+  .my-xl-n6 {
+    margin-bottom: -8rem !important; }
+
+  .ml-xl-n6,
+  .mx-xl-n6 {
+    margin-left: -8rem !important; }
+
+  .m-xl-auto {
+    margin: auto !important; }
+
+  .mt-xl-auto,
+  .my-xl-auto {
+    margin-top: auto !important; }
+
+  .mr-xl-auto,
+  .mx-xl-auto {
+    margin-right: auto !important; }
+
+  .mb-xl-auto,
+  .my-xl-auto {
+    margin-bottom: auto !important; }
+
+  .ml-xl-auto,
+  .mx-xl-auto {
+    margin-left: auto !important; } }
+.text-monospace {
+  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace 
!important; }
+
+.text-justify {
+  text-align: justify !important; }
+
+.text-wrap {
+  white-space: normal !important; }
+
+.text-nowrap {
+  white-space: nowrap !important; }
+
+.text-truncate {
+  overflow: hidden;
+  text-overflow: ellipsis;
+  white-space: nowrap; }
+
+.text-left {
+  text-align: left !important; }
+
+.text-right {
+  text-align: right !important; }
+
+.text-center {
+  text-align: center !important; }
+
+@media (min-width: 576px) {
+  .text-sm-left {
+    text-align: left !important; }
+
+  .text-sm-right {
+    text-align: right !important; }
+
+  .text-sm-center {
+    text-align: center !important; } }
+@media (min-width: 768px) {
+  .text-md-left {
+    text-align: left !important; }
+
+  .text-md-right {
+    text-align: right !important; }
+
+  .text-md-center {
+    text-align: center !important; } }
+@media (min-width: 992px) {
+  .text-lg-left {
+    text-align: left !important; }
+
+  .text-lg-right {
+    text-align: right !important; }
+
+  .text-lg-center {
+    text-align: center !important; } }
+@media (min-width: 1200px) {
+  .text-xl-left {
+    text-align: left !important; }
+
+  .text-xl-right {
+    text-align: right !important; }
+
+  .text-xl-center {
+    text-align: center !important; } }
+.text-lowercase {
+  text-transform: lowercase !important; }
+
+.text-uppercase {
+  text-transform: uppercase !important; }
+
+.text-capitalize {
+  text-transform: capitalize !important; }
+
+.font-weight-light {
+  font-weight: 300 !important; }
+
+.font-weight-lighter {
+  font-weight: lighter !important; }
+
+.font-weight-normal {
+  font-weight: 400 !important; }
+
+.font-weight-bold {
+  font-weight: 700 !important; }
+
+.font-weight-bolder {
+  font-weight: bolder !important; }
+
+.font-italic {
+  font-style: italic !important; }
+
+.text-white {
+  color: #fff !important; }
+
+.text-primary {
+  color: #3B86E2 !important; }
+
+a.text-primary:hover, a.text-primary:focus {
+  color: #1b60b6 !important; }
+
+.text-secondary {
+  color: #F28518 !important; }
+
+a.text-secondary:hover, a.text-secondary:focus {
+  color: #b35f0a !important; }
+
+.text-success {
+  color: #28a745 !important; }
+
+a.text-success:hover, a.text-success:focus {
+  color: #19692c !important; }
+
+.text-info {
+  color: #C0C4BD !important; }
+
+a.text-info:hover, a.text-info:focus {
+  color: #99a095 !important; }
+
+.text-warning {
+  color: #ffc107 !important; }
+
+a.text-warning:hover, a.text-warning:focus {
+  color: #ba8b00 !important; }
+
+.text-danger {
+  color: #dc3545 !important; }
+
+a.text-danger:hover, a.text-danger:focus {
+  color: #a71d2a !important; }
+
+.text-light {
+  color: #F8F9FA !important; }
+
+a.text-light:hover, a.text-light:focus {
+  color: #cbd3da !important; }
+
+.text-dark {
+  color: #04080F !important; }
+
+a.text-dark:hover, a.text-dark:focus {
+  color: black !important; }
+
+.text-tertiary {
+  color: #94D354 !important; }
+
+a.text-tertiary:hover, a.text-tertiary:focus {
+  color: #6eae2d !important; }
+
+.text-body {
+  color: #212529 !important; }
+
+.text-muted {
+  color: #6c757d !important; }
+
+.text-black-50 {
+  color: rgba(0, 0, 0, 0.5) !important; }
+
+.text-white-50 {
+  color: rgba(255, 255, 255, 0.5) !important; }
+
+.text-hide {
+  font: 0/0 a;
+  color: transparent;
+  text-shadow: none;
+  background-color: transparent;
+  border: 0; }
+
+.text-decoration-none {
+  text-decoration: none !important; }
+
+.text-break {
+  word-break: break-word !important;
+  overflow-wrap: break-word !important; }
+
+.text-reset {
+  color: inherit !important; }
+
+.visible {
+  visibility: visible !important; }
+
+.invisible {
+  visibility: hidden !important; }
+
+@media print {
+  *,
+  *::before,
+  *::after {
+    text-shadow: none !important;
+    box-shadow: none !important; }
+
+  a:not(.btn) {
+    text-decoration: underline; }
+
+  abbr[title]::after {
+    content: " (" attr(title) ")"; }
+
+  pre {
+    white-space: pre-wrap !important; }
+
+  pre,
+  blockquote {
+    border: 1px solid #adb5bd;
+    page-break-inside: avoid; }
+
+  thead {
+    display: table-header-group; }
+
+  tr,
+  img {
+    page-break-inside: avoid; }
+
+  p,
+  h2,
+  h3 {
+    orphans: 3;
+    widows: 3; }
+
+  h2,
+  h3 {
+    page-break-after: avoid; }
+
+  @page {
+    size: a3; }
+  body {
+    min-width: 992px !important; }
+
+  .container {
+    min-width: 992px !important; }
+
+  .navbar {
+    display: none; }
+
+  .badge {
+    border: 1px solid #000; }
+
+  .table {
+    border-collapse: collapse !important; }
+    .table td,
+    .table th {
+      background-color: #fff !important; }
+
+  .table-bordered th,
+  .table-bordered td {
+    border: 1px solid #dee2e6 !important; }
+
+  .table-dark {
+    color: inherit; }
+    .table-dark th,
+    .table-dark td,
+    .table-dark thead th,
+    .table-dark tbody + tbody {
+      border-color: #dee2e6; }
+
+  .table .thead-dark th {
+    color: inherit;
+    border-color: #dee2e6; } }
+
+/*# sourceMappingURL=theme.css.map */
diff --git a/assets/css/theme.css.map b/assets/css/theme.css.map
new file mode 100644
index 0000000..0b77a8d
--- /dev/null
+++ b/assets/css/theme.css.map
@@ -0,0 +1,7 @@
+{
+"version": 3,
+"mappings": 
"AAAA;;;;;GAKG;ACLH,KAAM;EAGF,MAAW,CAAC,QAAU;EAAtB,QAAW,CAAC,QAAU;EAAtB,QAAW,CAAC,QAAU;EAAtB,MAAW,CAAC,QAAU;EAAtB,KAAW,CAAC,QAAU;EAAtB,QAAW,CAAC,QAAU;EAAtB,QAAW,CAAC,QAAU;EAAtB,OAAW,CAAC,QAAU;EAAtB,MAAW,CAAC,QAAU;EAAtB,MAAW,CAAC,QAAU;EAAtB,OAAW,CAAC,KAAU;EAAtB,MAAW,CAAC,QAAU;EAAtB,WAAW,CAAC,QAAU;EAItB,SAAW,CAAC,QAAU;EAAtB,WAAW,CAAC,QAAU;EAAtB,SAAW,CAAC,QAAU;EAAtB,MAAW,CAAC,QAAU;EAAtB,SAAW,CAAC,QAAU;EAAtB,QAAW,CAAC,QAAU;EAAtB,OAAW,CAAC,QAAU;EAAtB,MAAW,CAAC,QAAU;EAAtB,UAAW,CAAC,QAAU;EAItB,eAAmB,CAAC,EAAU;EAA9B,eAAmB,CAAC,MAAU;EAA9B,eAAmB,CAAC,MAAU;EAA9B,eAAmB,CAAC,MAAU;EAA9B,eAAmB,CAAC,OAAU;EAKhC,wBAAwB,CAAC,sLAAoC;EAC7D,uBAAuB,CAAC,qFAAmC;;ACC7D;;QAES;EACP,UAAU,EAAE,UAAU;;AAGxB,IAAK;EACH,WAAW,EAAE,UAAU;EACvB,WAAW,EAAE,IAAI;EACjB,wBAAwB,EAAE,IAAI;EAC9B,2BAA2B,EAAE,gBAAe;;AAM9C,8EAA+E;EAC7E,OAAO,EAAE,KAAK;;AAUhB,IAAK;EACH,MAAM,EAAE,CAAC;EACT,WAAW,ECmOiB,qLAAuB;ECnJ/C,SAAS,EAtCI,OAAwC;EFxCzD,WAAW,ECqkBuB,GAAkB;EDpkBpD,WAAW,EC8OiB,GAAG;ED7O/B,KAAK,ECiiC6B,OAAS;EDhiC3C
 ,UAAU,EA
 
AE,IAAI;EAChB,gBAAgB,EC4hCkB,IAAM;;ADphC1C,qBAAsB;EACpB,OAAO,EAAE,YAAY;;AASvB,EAAG;EACD,UAAU,EAAE,WAAW;EACvB,MAAM,EAAE,CAAC;EACT,QAAQ,EAAE,OAAO;;AAanB,sBAAuB;EACrB,UAAU,EAAE,CAAC;EACb,aAAa,ECgNe,MAAW;;ADzMzC,CAAE;EACA,UAAU,EAAE,CAAC;EACb,aAAa,ECoFa,IAAI;;ADzEhC;yBAC0B;EACxB,eAAe,EAAE,SAAS;EAC1B,eAAe,EAAE,gBAAgB;EACjC,MAAM,EAAE,IAAI;EACZ,aAAa,EAAE,CAAC;EAChB,wBAAwB,EAAE,IAAI;;AAGhC,OAAQ;EACN,aAAa,EAAE,IAAI;EACnB,UAAU,EAAE,MAAM;EAClB,WAAW,EAAE,OAAO;;AAGtB;;EAEG;EACD,UAAU,EAAE,CAAC;EACb,aAAa,EAAE,IAAI;;AAGrB;;;KAGM;EACJ,aAAa,EAAE,CAAC;;AAGlB,EAAG;EACD,WAAW,EC+LiB,GAAiB;;AD5L/C,EAAG;EACD,aAAa,EAAE,KAAK;EACpB,WAAW,EAAE,CAAC;;AAGhB,UAAW;EACT,MAAM,EAAE,QAAQ;;AAGlB;MACO;EACL,WAAW,ECoIiB,MAAM;;ADjIpC,KAAM;EEpFF,SAAS,EAAE,GAAoB;;AF6FnC;GACI;EACF,QAAQ,EAAE,QAAQ;EE/FhB,SAAS,EAAE,GAAoB;EFiGjC,WAAW,EAAE,CAAC;EACd,cAAc,EAAE,QAAQ;;AAG1B,GAAI;EAAE,MAAM,EAAE,MAAM;;AACpB,GAAI;EAAE,GAAG,EAAE,KAAK;;AAOhB,CAAE;EACA,KAAK,ECyzB6B,OAAqB;EDxzBvD,eAAe,ECXyB,IAAI;EDY5C,gBAAgB,EAAE,WAAW;EG5K7B,OAAQ;IH+K
 N,KAAK,E
 
CkmB2B,OAAiB;IDjmBjD,eAAe,ECduB,SAAS;;ADwBnD,6BAA8B;EAC5B,KAAK,EAAE,OAAO;EACd,eAAe,EAAE,IAAI;EGxLrB,wEACQ;IH0LN,KAAK,EAAE,OAAO;IACd,eAAe,EAAE,IAAI;EAGvB,mCAAQ;IACN,OAAO,EAAE,CAAC;;AASd;;;IAGK;EACH,WAAW,ECoDiB,oFAAoF;ECzM9G,SAAS,EAAE,GAAoB;;AFyJnC,GAAI;EAEF,UAAU,EAAE,CAAC;EAEb,aAAa,EAAE,IAAI;EAEnB,QAAQ,EAAE,IAAI;;AAQhB,MAAO;EAEL,MAAM,EAAE,QAAQ;;AAQlB,GAAI;EACF,cAAc,EAAE,MAAM;EACtB,YAAY,EAAE,IAAI;;AAGpB,GAAI;EAGF,QAAQ,EAAE,MAAM;EAChB,cAAc,EAAE,MAAM;;AAQxB,KAAM;EACJ,eAAe,EAAE,QAAQ;;AAG3B,OAAQ;EACN,WAAW,EC2EiB,OAAM;ED1ElC,cAAc,EC0Ec,OAAM;EDzElC,KAAK,ECowB6B,OAAS;EDnwB3C,UAAU,EAAE,IAAI;EAChB,YAAY,EAAE,MAAM;;AAGtB,EAAG;EAGD,UAAU,EAAE,OAAO;;AAQrB,KAAM;EAEJ,OAAO,EAAE,YAAY;EACrB,aAAa,EC4JyB,MAAK;;ADtJ7C,MAAO;EAEL,aAAa,EAAE,CAAC;;AAOlB,YAAa;EACX,OAAO,EAAE,UAAU;EACnB,OAAO,EAAE,iCAAiC;;AAG5C;;;;QAIS;EACP,MAAM,EAAE,CAAC;EACT,WAAW,EAAE,OAAO;EEtPlB,SAAS,EAAE,OAAoB;EFwPjC,WAAW,EAAE,OAAO;;AAGtB;KACM;EACJ,QAAQ,EAAE,OAAO;;AAGnB;MACO;EACL,cAAc,EAAE,IAAI;;AAMtB,MAAO;EACL,SAAS,EAAE,MAAM;;AAOnB;;;
 eAGgB;EA
 
Cd,kBAAkB,EAAE,MAAM;;AASxB;;;8BAAiB;EACf,MAAM,EAAE,OAAO;;AAMrB;;;iCAGkC;EAChC,OAAO,EAAE,CAAC;EACV,YAAY,EAAE,IAAI;;AAGpB;sBACuB;EACrB,UAAU,EAAE,UAAU;EACtB,OAAO,EAAE,CAAC;;AAIZ;;;mBAGoB;EAMlB,kBAAkB,EAAE,OAAO;;AAG7B,QAAS;EACP,QAAQ,EAAE,IAAI;EAEd,MAAM,EAAE,QAAQ;;AAGlB,QAAS;EAMP,SAAS,EAAE,CAAC;EAEZ,OAAO,EAAE,CAAC;EACV,MAAM,EAAE,CAAC;EACT,MAAM,EAAE,CAAC;;AAKX,MAAO;EACL,OAAO,EAAE,KAAK;EACd,KAAK,EAAE,IAAI;EACX,SAAS,EAAE,IAAI;EACf,OAAO,EAAE,CAAC;EACV,aAAa,EAAE,KAAK;EElShB,SAAS,EAtCI,MAAwC;EF0UzD,WAAW,EAAE,OAAO;EACpB,KAAK,EAAE,OAAO;EACd,WAAW,EAAE,MAAM;;AAGrB,QAAS;EACP,cAAc,EAAE,QAAQ;;AAI1B;0CAC2C;EACzC,MAAM,EAAE,IAAI;;AAGd,eAAgB;EAKd,cAAc,EAAE,IAAI;EACpB,kBAAkB,EAAE,IAAI;;AAO1B,0CAA2C;EACzC,kBAAkB,EAAE,IAAI;;AAQ1B,4BAA6B;EAC3B,IAAI,EAAE,OAAO;EACb,kBAAkB,EAAE,MAAM;;AAO5B,MAAO;EACL,OAAO,EAAE,YAAY;;AAGvB,OAAQ;EACN,OAAO,EAAE,SAAS;EAClB,MAAM,EAAE,OAAO;;AAGjB,QAAS;EACP,OAAO,EAAE,IAAI;;AAKf,QAAS;EACP,OAAO,EAAE,eAAe;;AI3d1B;4BAC6B;EAC3B,aAAa,EHiSe,MAAW;EG/RvC,WAAW,EHiSiB,GAAG;EGhS/B,WAAW,EHi
 SiB,GAAG
 
;;AG7RjC,OAAQ;EFgHF,SAAS,EAtCI,QAAwC;;AEzE3D,OAAQ;EF+GF,SAAS,EAtCI,MAAwC;;AExE3D,OAAQ;EF8GF,SAAS,EAtCI,SAAwC;;AEvE3D,OAAQ;EF6GF,SAAS,EAtCI,QAAwC;;AEtE3D,OAAQ;EF4GF,SAAS,EAtCI,SAAwC;;AErE3D,OAAQ;EF2GF,SAAS,EAtCI,OAAwC;;AEnE3D,KAAM;EFyGA,SAAS,EAtCI,SAAwC;EEjEzD,WAAW,EHmSiB,GAAG;;AG/RjC,UAAW;EFmGL,SAAS,EAtCI,IAAwC;EE3DzD,WAAW,EHsRiB,GAAG;EGrR/B,WAAW,EHyRiB,GAAqB;;AGvRnD,UAAW;EF8FL,SAAS,EAtCI,MAAwC;EEtDzD,WAAW,EHkRiB,GAAG;EGjR/B,WAAW,EHoRiB,GAAqB;;AGlRnD,UAAW;EFyFL,SAAS,EAtCI,MAAwC;EEjDzD,WAAW,EH8QiB,GAAG;EG7Q/B,WAAW,EH+QiB,GAAqB;;AG7QnD,UAAW;EFoFL,SAAS,EAtCI,MAAwC;EE5CzD,WAAW,EH0QiB,GAAG;EGzQ/B,WAAW,EH0QiB,GAAqB;;AGlQnD,EAAG;EACD,UAAU,EH4RkB,IAAO;EG3RnC,aAAa,EH2Re,IAAO;EG1RnC,MAAM,EAAE,CAAC;EACT,UAAU,EAAE,4BAAuC;;AAQrD;MACO;EFKH,SAAS,EAAE,GAAoB;EEHjC,WAAW,EHsNiB,GAAG;;AGnNjC;KACM;EACJ,OAAO,EH8PqB,KAAI;EG7PhC,gBAAgB,EHsQY,OAAO;;AG9PrC,cAAe;EC/Eb,YAAY,EAAE,CAAC;EACf,UAAU,EAAE,IAAI;;ADmFlB,YAAa;ECpFX,YAAY,EAAE,CAAC;EACf,UAAU,EAAE,IAAI;;ADsFlB,iBAAkB;EAChB,OAAO,EAAE,YAAY;EAErB,kCAA
 mB;IACjB
 
,YAAY,EHgPc,MAAK;;AGtOnC,WAAY;EFjCR,SAAS,EAAE,GAAoB;EEmCjC,cAAc,EAAE,SAAS;;AAI3B,WAAY;EACV,aAAa,EEhGN,IAAI;EJ+GP,SAAS,EAtCI,SAAwC;;AE2B3D,kBAAmB;EACjB,OAAO,EAAE,KAAK;EF7CZ,SAAS,EAAE,GAAoB;EE+CjC,KAAK,EH85B6B,OAAS;EG55B3C,0BAAU;IACR,OAAO,EAAE,YAAY;;AGnHzB,UAAW;ECIT,SAAS,EAAE,IAAI;EAGf,MAAM,EAAE,IAAI;;ADDd,cAAe;EACb,OAAO,EN++B2B,OAAM;EM9+BxC,gBAAgB,ENkkCkB,IAAM;EMjkCxC,MAAM,EAAE,iBAAqD;EEX3D,aAAa,ER4/BmB,OAAc;EOt/BhD,SAAS,EAAE,IAAI;EAGf,MAAM,EAAE,IAAI;;ADcd,OAAQ;EAEN,OAAO,EAAE,YAAY;;AAGvB,WAAY;EACV,aAAa,EAAE,MAAW;EAC1B,WAAW,EAAE,CAAC;;AAGhB,eAAgB;ELkCZ,SAAS,EAAE,GAAoB;EKhCjC,KAAK,EN6+B6B,OAAS;;ASphC7C,IAAK;ERuED,SAAS,EAAE,KAAoB;EQrEjC,KAAK,ETykC6B,OAAK;ESxkCvC,UAAU,EAAE,UAAU;EAGtB,QAAM;IACJ,KAAK,EAAE,OAAO;;AAKlB,GAAI;EACF,OAAO,EAAE,aAA6B;ER0DpC,SAAS,EAAE,KAAoB;EQxDjC,KAAK,ETikC6B,IAAM;EShkCxC,gBAAgB,ETmkCkB,OAAS;EQ/kCzC,aAAa,ERuOa,MAAK;ESvNjC,OAAI;IACF,OAAO,EAAE,CAAC;IRkDV,SAAS,EAAE,IAAoB;IQhD/B,WAAW,ETqTe,GAAiB;;AS/S/C,GAAI;EACF,OAAO,EAAE,KAAK;ERyCZ,SAAS,EAAE,KAAoB;EQvCjC,KAA
 K,ETmjC6
 
B,OAAS;EShjC3C,QAAK;IRoCH,SAAS,EAAE,OAAoB;IQlC/B,KAAK,EAAE,OAAO;IACd,UAAU,EAAE,MAAM;;AAKtB,eAAgB;EACd,UAAU,ETwiCwB,KAAK;ESviCvC,UAAU,EAAE,MAAM;;ACzClB,UAAW;ECAX,KAAK,EAAE,IAAI;EACX,aAAa,EAAE,IAAW;EAC1B,YAAY,EAAE,IAAW;EACzB,YAAY,EAAE,IAAI;EAClB,WAAW,EAAE,IAAI;ECmDf,yBAAyB;IFvD3B,UAAW;MCYP,SAAS,EECA,KAAI;ED0Cf,yBAAyB;IFvD3B,UAAW;MCYP,SAAS,EECA,KAAI;ED0Cf,yBAAyB;IFvD3B,UAAW;MCYP,SAAS,EECA,KAAI;ED0Cf,0BAAyB;IFvD3B,UAAW;MCYP,SAAS,EECA,MAAI;;AHDjB,gBAAiB;ECZjB,KAAK,EAAE,IAAI;EACX,aAAa,EAAE,IAAW;EAC1B,YAAY,EAAE,IAAW;EACzB,YAAY,EAAE,IAAI;EAClB,WAAW,EAAE,IAAI;;ADkBjB,IAAK;ECJL,OAAO,EAAE,IAAI;EACb,SAAS,EAAE,IAAI;EACf,YAAY,EAAE,KAAY;EAC1B,WAAW,EAAE,KAAY;;ADOzB,WAAY;EACV,YAAY,EAAE,CAAC;EACf,WAAW,EAAE,CAAC;EAEd;+BACkB;IAChB,aAAa,EAAE,CAAC;IAChB,YAAY,EAAE,CAAC;;AIjCnB;;;;;YAAa;EACX,QAAQ,EAAE,QAAQ;EAClB,KAAK,EAAE,IAAI;EACX,aAAa,EAAE,IAAW;EAC1B,YAAY,EAAE,IAAW;;AAmBvB,IAAc;EACZ,UAAU,EAAE,CAAC;EACb,SAAS,EAAE,CAAC;EACZ,SAAS,EAAE,IAAI;;AAEjB,SAAmB;EACjB,IAAI,EAAE,QAAQ;EACd,KAAK,EAAE,IAAI;EACX,S
 AAS,EAAE
 
,IAAI;;AAIf,MAAoB;EHF1B,IAAI,EAAE,iBAAgC;EAItC,SAAS,EAAE,aAA4B;;AGFjC,MAAoB;EHF1B,IAAI,EAAE,kBAAgC;EAItC,SAAS,EAAE,cAA4B;;AGFjC,MAAoB;EHF1B,IAAI,EAAE,OAAgC;EAItC,SAAS,EAAE,GAA4B;;AGFjC,MAAoB;EHF1B,IAAI,EAAE,kBAAgC;EAItC,SAAS,EAAE,cAA4B;;AGFjC,MAAoB;EHF1B,IAAI,EAAE,kBAAgC;EAItC,SAAS,EAAE,cAA4B;;AGFjC,MAAoB;EHF1B,IAAI,EAAE,OAAgC;EAItC,SAAS,EAAE,GAA4B;;AGFjC,MAAoB;EHF1B,IAAI,EAAE,kBAAgC;EAItC,SAAS,EAAE,cAA4B;;AGFjC,MAAoB;EHF1B,IAAI,EAAE,kBAAgC;EAItC,SAAS,EAAE,cAA4B;;AGFjC,MAAoB;EHF1B,IAAI,EAAE,OAAgC;EAItC,SAAS,EAAE,GAA4B;;AGFjC,OAAoB;EHF1B,IAAI,EAAE,kBAAgC;EAItC,SAAS,EAAE,cAA4B;;AGFjC,OAAoB;EHF1B,IAAI,EAAE,kBAAgC;EAItC,SAAS,EAAE,cAA4B;;AGFjC,OAAoB;EHF1B,IAAI,EAAE,QAAgC;EAItC,SAAS,EAAE,IAA4B;;AGGnC,YAAsB;EAAE,KAAK,EAAE,EAAE;;AAEjC,WAAqB;EAAE,KAAK,EAAE,EAAY;;AAGxC,QAAsB;EAAE,KAAK,EAAE,CAAE;;AAAjC,QAAsB;EAAE,KAAK,EAAE,CAAE;;AAAjC,QAAsB;EAAE,KAAK,EAAE,CAAE;;AAAjC,QAAsB;EAAE,KAAK,EAAE,CAAE;;AAAjC,QAAsB;EAAE,KAAK,EAAE,CAAE;;AAAjC,QAAsB;EAAE,KAAK,EAAE,CAAE;;AAAjC,QAAsB;EAAE,KAAK,EAAE,
 CAAE;;AA
 
AjC,QAAsB;EAAE,KAAK,EAAE,CAAE;;AAAjC,QAAsB;EAAE,KAAK,EAAE,CAAE;;AAAjC,QAAsB;EAAE,KAAK,EAAE,CAAE;;AAAjC,SAAsB;EAAE,KAAK,EAAE,EAAE;;AAAjC,SAAsB;EAAE,KAAK,EAAE,EAAE;;AAAjC,SAAsB;EAAE,KAAK,EAAE,EAAE;;AAM/B,SAAuB;EHT/B,WAAW,EAAE,aAAkC;;AGSvC,SAAuB;EHT/B,WAAW,EAAE,cAAkC;;AGSvC,SAAuB;EHT/B,WAAW,EAAE,GAAkC;;AGSvC,SAAuB;EHT/B,WAAW,EAAE,cAAkC;;AGSvC,SAAuB;EHT/B,WAAW,EAAE,cAAkC;;AGSvC,SAAuB;EHT/B,WAAW,EAAE,GAAkC;;AGSvC,SAAuB;EHT/B,WAAW,EAAE,cAAkC;;AGSvC,SAAuB;EHT/B,WAAW,EAAE,cAAkC;;AGSvC,SAAuB;EHT/B,WAAW,EAAE,GAAkC;;AGSvC,UAAuB;EHT/B,WAAW,EAAE,cAAkC;;AGSvC,UAAuB;EHT/B,WAAW,EAAE,cAAkC;;ACW7C,yBAAyB;EE9BvB,OAAc;IACZ,UAAU,EAAE,CAAC;IACb,SAAS,EAAE,CAAC;IACZ,SAAS,EAAE,IAAI;;EAEjB,YAAmB;IACjB,IAAI,EAAE,QAAQ;IACd,KAAK,EAAE,IAAI;IACX,SAAS,EAAE,IAAI;;EAIf,SAAoB;IHF1B,IAAI,EAAE,iBAAgC;IAItC,SAAS,EAAE,aAA4B;;EGFjC,SAAoB;IHF1B,IAAI,EAAE,kBAAgC;IAItC,SAAS,EAAE,cAA4B;;EGFjC,SAAoB;IHF1B,IAAI,EAAE,OAAgC;IAItC,SAAS,EAAE,GAA4B;;EGFjC,SAAoB;IHF1B,IAAI,EAAE,kBAAgC;IAItC,SAAS,EAAE,cAA4B;;EGFjC,SAAoB;IHF1B,
 IAAI,EAA
 
E,kBAAgC;IAItC,SAAS,EAAE,cAA4B;;EGFjC,SAAoB;IHF1B,IAAI,EAAE,OAAgC;IAItC,SAAS,EAAE,GAA4B;;EGFjC,SAAoB;IHF1B,IAAI,EAAE,kBAAgC;IAItC,SAAS,EAAE,cAA4B;;EGFjC,SAAoB;IHF1B,IAAI,EAAE,kBAAgC;IAItC,SAAS,EAAE,cAA4B;;EGFjC,SAAoB;IHF1B,IAAI,EAAE,OAAgC;IAItC,SAAS,EAAE,GAA4B;;EGFjC,UAAoB;IHF1B,IAAI,EAAE,kBAAgC;IAItC,SAAS,EAAE,cAA4B;;EGFjC,UAAoB;IHF1B,IAAI,EAAE,kBAAgC;IAItC,SAAS,EAAE,cAA4B;;EGFjC,UAAoB;IHF1B,IAAI,EAAE,QAAgC;IAItC,SAAS,EAAE,IAA4B;;EGGnC,eAAsB;IAAE,KAAK,EAAE,EAAE;;EAEjC,cAAqB;IAAE,KAAK,EAAE,EAAY;;EAGxC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,YAAsB;IAAE,KAAK,EAAE,EAAE;;EAAjC,YAAsB;IAAE,KAAK,EAAE,EAAE;;EAAjC,YAAsB;IAAE,KAAK,EAAE,EAAE;;EAM/B,YAAuB;IHT/B,WAAW,EAAgB,CAAC;;EGSpB,YAAuB;IHT/B,WAAW,E
 AAE,aAAk
 
C;;EGSvC,YAAuB;IHT/B,WAAW,EAAE,cAAkC;;EGSvC,YAAuB;IHT/B,WAAW,EAAE,GAAkC;;EGSvC,YAAuB;IHT/B,WAAW,EAAE,cAAkC;;EGSvC,YAAuB;IHT/B,WAAW,EAAE,cAAkC;;EGSvC,YAAuB;IHT/B,WAAW,EAAE,GAAkC;;EGSvC,YAAuB;IHT/B,WAAW,EAAE,cAAkC;;EGSvC,YAAuB;IHT/B,WAAW,EAAE,cAAkC;;EGSvC,YAAuB;IHT/B,WAAW,EAAE,GAAkC;;EGSvC,aAAuB;IHT/B,WAAW,EAAE,cAAkC;;EGSvC,aAAuB;IHT/B,WAAW,EAAE,cAAkC;ACW7C,yBAAyB;EE9BvB,OAAc;IACZ,UAAU,EAAE,CAAC;IACb,SAAS,EAAE,CAAC;IACZ,SAAS,EAAE,IAAI;;EAEjB,YAAmB;IACjB,IAAI,EAAE,QAAQ;IACd,KAAK,EAAE,IAAI;IACX,SAAS,EAAE,IAAI;;EAIf,SAAoB;IHF1B,IAAI,EAAE,iBAAgC;IAItC,SAAS,EAAE,aAA4B;;EGFjC,SAAoB;IHF1B,IAAI,EAAE,kBAAgC;IAItC,SAAS,EAAE,cAA4B;;EGFjC,SAAoB;IHF1B,IAAI,EAAE,OAAgC;IAItC,SAAS,EAAE,GAA4B;;EGFjC,SAAoB;IHF1B,IAAI,EAAE,kBAAgC;IAItC,SAAS,EAAE,cAA4B;;EGFjC,SAAoB;IHF1B,IAAI,EAAE,kBAAgC;IAItC,SAAS,EAAE,cAA4B;;EGFjC,SAAoB;IHF1B,IAAI,EAAE,OAAgC;IAItC,SAAS,EAAE,GAA4B;;EGFjC,SAAoB;IHF1B,IAAI,EAAE,kBAAgC;IAItC,SAAS,EAAE,cAA4B;;EGFjC,SAAoB;IHF1B,IAAI,EAAE,kBAAgC;IAItC,SAAS,EAAE,cAA4B;;EGFjC,SAAoB;IHF1
 B,IAAI,E
 
AAE,OAAgC;IAItC,SAAS,EAAE,GAA4B;;EGFjC,UAAoB;IHF1B,IAAI,EAAE,kBAAgC;IAItC,SAAS,EAAE,cAA4B;;EGFjC,UAAoB;IHF1B,IAAI,EAAE,kBAAgC;IAItC,SAAS,EAAE,cAA4B;;EGFjC,UAAoB;IHF1B,IAAI,EAAE,QAAgC;IAItC,SAAS,EAAE,IAA4B;;EGGnC,eAAsB;IAAE,KAAK,EAAE,EAAE;;EAEjC,cAAqB;IAAE,KAAK,EAAE,EAAY;;EAGxC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,YAAsB;IAAE,KAAK,EAAE,EAAE;;EAAjC,YAAsB;IAAE,KAAK,EAAE,EAAE;;EAAjC,YAAsB;IAAE,KAAK,EAAE,EAAE;;EAM/B,YAAuB;IHT/B,WAAW,EAAgB,CAAC;;EGSpB,YAAuB;IHT/B,WAAW,EAAE,aAAkC;;EGSvC,YAAuB;IHT/B,WAAW,EAAE,cAAkC;;EGSvC,YAAuB;IHT/B,WAAW,EAAE,GAAkC;;EGSvC,YAAuB;IHT/B,WAAW,EAAE,cAAkC;;EGSvC,YAAuB;IHT/B,WAAW,EAAE,cAAkC;;EGSvC,YAAuB;IHT/B,WAAW,EAAE,GAAkC;;EGSvC,YAAuB;IHT/B,WAAW,EAAE,cAAkC;;EGSvC,YA
 AuB;IHT/
 
B,WAAW,EAAE,cAAkC;;EGSvC,YAAuB;IHT/B,WAAW,EAAE,GAAkC;;EGSvC,aAAuB;IHT/B,WAAW,EAAE,cAAkC;;EGSvC,aAAuB;IHT/B,WAAW,EAAE,cAAkC;ACW7C,yBAAyB;EE9BvB,OAAc;IACZ,UAAU,EAAE,CAAC;IACb,SAAS,EAAE,CAAC;IACZ,SAAS,EAAE,IAAI;;EAEjB,YAAmB;IACjB,IAAI,EAAE,QAAQ;IACd,KAAK,EAAE,IAAI;IACX,SAAS,EAAE,IAAI;;EAIf,SAAoB;IHF1B,IAAI,EAAE,iBAAgC;IAItC,SAAS,EAAE,aAA4B;;EGFjC,SAAoB;IHF1B,IAAI,EAAE,kBAAgC;IAItC,SAAS,EAAE,cAA4B;;EGFjC,SAAoB;IHF1B,IAAI,EAAE,OAAgC;IAItC,SAAS,EAAE,GAA4B;;EGFjC,SAAoB;IHF1B,IAAI,EAAE,kBAAgC;IAItC,SAAS,EAAE,cAA4B;;EGFjC,SAAoB;IHF1B,IAAI,EAAE,kBAAgC;IAItC,SAAS,EAAE,cAA4B;;EGFjC,SAAoB;IHF1B,IAAI,EAAE,OAAgC;IAItC,SAAS,EAAE,GAA4B;;EGFjC,SAAoB;IHF1B,IAAI,EAAE,kBAAgC;IAItC,SAAS,EAAE,cAA4B;;EGFjC,SAAoB;IHF1B,IAAI,EAAE,kBAAgC;IAItC,SAAS,EAAE,cAA4B;;EGFjC,SAAoB;IHF1B,IAAI,EAAE,OAAgC;IAItC,SAAS,EAAE,GAA4B;;EGFjC,UAAoB;IHF1B,IAAI,EAAE,kBAAgC;IAItC,SAAS,EAAE,cAA4B;;EGFjC,UAAoB;IHF1B,IAAI,EAAE,kBAAgC;IAItC,SAAS,EAAE,cAA4B;;EGFjC,UAAoB;IHF1B,IAAI,EAAE,QAAgC;IAItC,SAAS,EAAE,IAA4B;;EGGnC,eAAsB;IAA
 E,KAAK,E
 
AAE,EAAE;;EAEjC,cAAqB;IAAE,KAAK,EAAE,EAAY;;EAGxC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,YAAsB;IAAE,KAAK,EAAE,EAAE;;EAAjC,YAAsB;IAAE,KAAK,EAAE,EAAE;;EAAjC,YAAsB;IAAE,KAAK,EAAE,EAAE;;EAM/B,YAAuB;IHT/B,WAAW,EAAgB,CAAC;;EGSpB,YAAuB;IHT/B,WAAW,EAAE,aAAkC;;EGSvC,YAAuB;IHT/B,WAAW,EAAE,cAAkC;;EGSvC,YAAuB;IHT/B,WAAW,EAAE,GAAkC;;EGSvC,YAAuB;IHT/B,WAAW,EAAE,cAAkC;;EGSvC,YAAuB;IHT/B,WAAW,EAAE,cAAkC;;EGSvC,YAAuB;IHT/B,WAAW,EAAE,GAAkC;;EGSvC,YAAuB;IHT/B,WAAW,EAAE,cAAkC;;EGSvC,YAAuB;IHT/B,WAAW,EAAE,cAAkC;;EGSvC,YAAuB;IHT/B,WAAW,EAAE,GAAkC;;EGSvC,aAAuB;IHT/B,WAAW,EAAE,cAAkC;;EGSvC,aAAuB;IHT/B,WAAW,EAAE,cAAkC;ACW7C,0BAAyB;EE9BvB,OAAc;IACZ,UAAU,EAAE,CAAC;IACb,SAAS,EAAE,CAAC;IACZ,SAAS,EAAE,IAAI;;EAEjB,YAAmB;
 IACjB,IA
 
AI,EAAE,QAAQ;IACd,KAAK,EAAE,IAAI;IACX,SAAS,EAAE,IAAI;;EAIf,SAAoB;IHF1B,IAAI,EAAE,iBAAgC;IAItC,SAAS,EAAE,aAA4B;;EGFjC,SAAoB;IHF1B,IAAI,EAAE,kBAAgC;IAItC,SAAS,EAAE,cAA4B;;EGFjC,SAAoB;IHF1B,IAAI,EAAE,OAAgC;IAItC,SAAS,EAAE,GAA4B;;EGFjC,SAAoB;IHF1B,IAAI,EAAE,kBAAgC;IAItC,SAAS,EAAE,cAA4B;;EGFjC,SAAoB;IHF1B,IAAI,EAAE,kBAAgC;IAItC,SAAS,EAAE,cAA4B;;EGFjC,SAAoB;IHF1B,IAAI,EAAE,OAAgC;IAItC,SAAS,EAAE,GAA4B;;EGFjC,SAAoB;IHF1B,IAAI,EAAE,kBAAgC;IAItC,SAAS,EAAE,cAA4B;;EGFjC,SAAoB;IHF1B,IAAI,EAAE,kBAAgC;IAItC,SAAS,EAAE,cAA4B;;EGFjC,SAAoB;IHF1B,IAAI,EAAE,OAAgC;IAItC,SAAS,EAAE,GAA4B;;EGFjC,UAAoB;IHF1B,IAAI,EAAE,kBAAgC;IAItC,SAAS,EAAE,cAA4B;;EGFjC,UAAoB;IHF1B,IAAI,EAAE,kBAAgC;IAItC,SAAS,EAAE,cAA4B;;EGFjC,UAAoB;IHF1B,IAAI,EAAE,QAAgC;IAItC,SAAS,EAAE,IAA4B;;EGGnC,eAAsB;IAAE,KAAK,EAAE,EAAE;;EAEjC,cAAqB;IAAE,KAAK,EAAE,EAAY;;EAGxC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;I
 AAE,KAAK
 
,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,WAAsB;IAAE,KAAK,EAAE,CAAE;;EAAjC,YAAsB;IAAE,KAAK,EAAE,EAAE;;EAAjC,YAAsB;IAAE,KAAK,EAAE,EAAE;;EAAjC,YAAsB;IAAE,KAAK,EAAE,EAAE;;EAM/B,YAAuB;IHT/B,WAAW,EAAgB,CAAC;;EGSpB,YAAuB;IHT/B,WAAW,EAAE,aAAkC;;EGSvC,YAAuB;IHT/B,WAAW,EAAE,cAAkC;;EGSvC,YAAuB;IHT/B,WAAW,EAAE,GAAkC;;EGSvC,YAAuB;IHT/B,WAAW,EAAE,cAAkC;;EGSvC,YAAuB;IHT/B,WAAW,EAAE,cAAkC;;EGSvC,YAAuB;IHT/B,WAAW,EAAE,GAAkC;;EGSvC,YAAuB;IHT/B,WAAW,EAAE,cAAkC;;EGSvC,YAAuB;IHT/B,WAAW,EAAE,cAAkC;;EGSvC,YAAuB;IHT/B,WAAW,EAAE,GAAkC;;EGSvC,aAAuB;IHT/B,WAAW,EAAE,cAAkC;;EGSvC,aAAuB;IHT/B,WAAW,EAAE,cAAkC;AI7CjD,MAAO;EACL,KAAK,EAAE,IAAI;EACX,aAAa,EVUN,IAAI;EUTX,KAAK,Ef6kC6B,OAAS;Ee1kC3C;WACG;IACD,OAAO,Ef8UmB,OAAM;Ie7UhC,cAAc,EAAE,GAAG;IACnB,UAAU,EAAE,iBAA6C;EAG3D,eAAS;IACP,cAAc,EAAE,MAAM;IACtB,aAAa,EAAE,iBAAmD;EAGpE,oBAAc;IACZ,UAAU,EAAE,iBAAmD;;AAUjE;YACG;EACD,OAAO,EfwTmB,MAAK;;Ae/SnC,eAAgB;EACd,MAAM,EAAE,iBAA6C;EAErD;oBACG;IA
 CD,MAAM,
 
EAAE,iBAA6C;EAIrD;0BACG;IACD,mBAAmB,EAAE,GAAuB;;AAMhD;;;+BAGc;EACZ,MAAM,EAAE,CAAC;;AASX,wCAA8C;EAC5C,gBAAgB,EfoRU,mBAAiB;;AEnV7C,2BAAQ;Ea2EJ,KAAK,Ef6/ByB,OAAS;Ee5/BvC,gBAAgB,Ef0QQ,oBAAe;;AgB5VzC;;mBAEK;EACH,gBAAgB,EAAE,OAAW;AAI7B;;;4BAGc;EACZ,YAAY,EAAE,OAAO;;AdL3B,iCAAQ;EciBF,gBAAgB,EAJD,OAAuB;EAMtC;wCACK;IACH,gBAAgB,EARH,OAAuB;;AAnB1C;;qBAEK;EACH,gBAAgB,EAAE,OAAW;AAI7B;;;8BAGc;EACZ,YAAY,EAAE,OAAO;;AdL3B,mCAAQ;EciBF,gBAAgB,EAJD,OAAuB;EAMtC;0CACK;IACH,gBAAgB,EARH,OAAuB;;AAnB1C;;mBAEK;EACH,gBAAgB,EAAE,OAAW;AAI7B;;;4BAGc;EACZ,YAAY,EAAE,OAAO;;AdL3B,iCAAQ;EciBF,gBAAgB,EAJD,OAAuB;EAMtC;wCACK;IACH,gBAAgB,EARH,OAAuB;;AAnB1C;;gBAEK;EACH,gBAAgB,EAAE,OAAW;AAI7B;;;yBAGc;EACZ,YAAY,EAAE,OAAO;;AdL3B,8BAAQ;EciBF,gBAAgB,EAJD,OAAuB;EAMtC;qCACK;IACH,gBAAgB,EARH,OAAuB;;AAnB1C;;mBAEK;EACH,gBAAgB,EAAE,OAAW;AAI7B;;;4BAGc;EACZ,YAAY,EAAE,OAAO;;AdL3B,iCAAQ;EciBF,gBAAgB,EAJD,OAAuB;EAMtC;wCACK;IACH,gBAAgB,EARH,OAAuB;;AAnB1C;;kBAEK;EACH,gBAAgB,EAAE,OAAW;AAI7B;;;2BAGc;EACZ,YAAY,EAAE,OAAO;;AdL3B,gCAAQ;Eci
 BF,gBAAg
 
B,EAJD,OAAuB;EAMtC;uCACK;IACH,gBAAgB,EARH,OAAuB;;AAnB1C;;iBAEK;EACH,gBAAgB,EAAE,OAAW;AAI7B;;;0BAGc;EACZ,YAAY,EAAE,OAAO;;AdL3B,+BAAQ;EciBF,gBAAgB,EAJD,OAAuB;EAMtC;sCACK;IACH,gBAAgB,EARH,OAAuB;;AAnB1C;;gBAEK;EACH,gBAAgB,EAAE,OAAW;AAI7B;;;yBAGc;EACZ,YAAY,EAAE,OAAO;;AdL3B,8BAAQ;EciBF,gBAAgB,EAJD,OAAuB;EAMtC;qCACK;IACH,gBAAgB,EARH,OAAuB;;AAnB1C;;oBAEK;EACH,gBAAgB,EAAE,OAAW;AAI7B;;;6BAGc;EACZ,YAAY,EAAE,OAAO;;AdL3B,kCAAQ;EciBF,gBAAgB,EAJD,OAAuB;EAMtC;yCACK;IACH,gBAAgB,EARH,OAAuB;;AAnB1C;;kBAEK;EACH,gBAAgB,EhByVQ,oBAAe;;AEtV3C,gCAAQ;EciBF,gBAAgB,EAJD,oBAAuB;EAMtC;uCACK;IACH,gBAAgB,EARH,oBAAuB;;ADwF1C,qBAAG;EACD,KAAK,EFjCI,IAA8B;EEkCvC,gBAAgB,Ef4cc,OAAS;Ee3cvC,YAAY,Ef2PY,OAA6B;AetPvD,sBAAG;EACD,KAAK,Ef23ByB,OAAwB;Ee13BtD,gBAAgB,Efw5Bc,OAAS;Eev5BvC,YAAY,Efo4BkB,OAAS;;Ae/3B7C,WAAY;EACV,KAAK,EFjDQ,IAA8B;EEkD3C,gBAAgB,Ef4bkB,OAAS;Ee1b3C;;sBAES;IACP,YAAY,EfuOc,OAA6B;EepOzD,0BAAiB;IACf,MAAM,EAAE,CAAC;EAIT,mDAA0B;IACxB,gBAAgB,Ef2NQ,yBAAiB;EEhW7C,sCAAQ;Ia4IF,KAAK,EFvEE,IAA8B;IEwErC,gBAAgB,Ef
 qNM,0BAA
 
kB;;AYrS5C,4BAAyB;EGiGzB,oBAAW;IAEP,OAAO,EAAE,KAAK;IACd,KAAK,EAAE,IAAI;IACX,UAAU,EAAE,IAAI;IAChB,0BAA0B,EAAE,KAAK;IAGjC,sCAAkB;MAChB,MAAM,EAAE,CAAC;AH1Gf,4BAAyB;EGiGzB,oBAAW;IAEP,OAAO,EAAE,KAAK;IACd,KAAK,EAAE,IAAI;IACX,UAAU,EAAE,IAAI;IAChB,0BAA0B,EAAE,KAAK;IAGjC,sCAAkB;MAChB,MAAM,EAAE,CAAC;AH1Gf,4BAAyB;EGiGzB,oBAAW;IAEP,OAAO,EAAE,KAAK;IACd,KAAK,EAAE,IAAI;IACX,UAAU,EAAE,IAAI;IAChB,0BAA0B,EAAE,KAAK;IAGjC,sCAAkB;MAChB,MAAM,EAAE,CAAC;AH1Gf,6BAAyB;EGiGzB,oBAAW;IAEP,OAAO,EAAE,KAAK;IACd,KAAK,EAAE,IAAI;IACX,UAAU,EAAE,IAAI;IAChB,0BAA0B,EAAE,KAAK;IAGjC,sCAAkB;MAChB,MAAM,EAAE,CAAC;AATf,iBAAW;EAEP,OAAO,EAAE,KAAK;EACd,KAAK,EAAE,IAAI;EACX,UAAU,EAAE,IAAI;EAChB,0BAA0B,EAAE,KAAK;EAGjC,mCAAkB;IAChB,MAAM,EAAE,CAAC;;AE7KnB,aAAc;EACZ,OAAO,EAAE,KAAK;EACd,KAAK,EAAE,IAAI;EACX,MAAM,EjBmmB4B,2BAAa;EiBlmB/C,OAAO,EAAE,gBAAiC;EhBqHtC,SAAS,EAtCI,OAAwC;EgB5EzD,WAAW,EjBymBuB,GAAkB;EiBxmBpD,WAAW,EjBsmBuB,GAAkB;EiBrmBpD,KAAK,EjBs+B6B,OAAwB;EiBr+B1D,gBAAgB,EJiEH,IAA8B;EIhE3C,eAAe,EAAE,WAAW;EAC5B,MAAM,EAAE,iBA
 A6C;ETbn
 
D,aAAa,ERsnBmB,OAAoB;EkBrnBlD,UAAU,EAAE,4DAAW;EAKzB,uCAAwC;IDL5C,aAAc;MCMR,UAAU,EAAE,IAAI;EDepB,yBAAc;IACZ,gBAAgB,EAAE,WAAW;IAC7B,MAAM,EAAE,CAAC;EEhBX,mBAAQ;IACN,KAAK,EnBu+B2B,OAAwB;ImBt+BxD,gBAAgB,ENkEL,IAA8B;IMjEzC,YAAY,EnB8lBoB,OAAyB;ImB7lBzD,OAAO,EAAE,CAAC;IAKR,UAAU,EnBowBoB,qCAA2B;EiBtvB7D,0BAAe;IACb,KAAK,EjBg/B2B,OAAS;IiB9+BzC,OAAO,EAAE,CAAC;EAQZ,+CACY;IACV,gBAAgB,EjBk+BgB,OAAS;IiBh+BzC,OAAO,EAAE,CAAC;;AAKZ,oCAAmB;EAMjB,KAAK,EjBu7B2B,OAAwB;EiBt7BxD,gBAAgB,EJkBL,IAA8B;;AIb7C;mBACoB;EAClB,OAAO,EAAE,KAAK;EACd,KAAK,EAAE,IAAI;;AAUb,eAAgB;EACd,WAAW,EAAE,oBAAkD;EAC/D,cAAc,EAAE,oBAAkD;EAClE,aAAa,EAAE,CAAC;EhBZd,SAAS,EAAE,OAAoB;EgBcjC,WAAW,EjB8hBuB,GAAkB;;AiB3hBtD,kBAAmB;EACjB,WAAW,EAAE,kBAAqD;EAClE,cAAc,EAAE,kBAAqD;EhBoCjE,SAAS,EAtCI,SAAwC;EgBIzD,WAAW,EjBoX2B,GAAyB;;AiBjXjE,kBAAmB;EACjB,WAAW,EAAE,mBAAqD;EAClE,cAAc,EAAE,mBAAqD;EhB6BjE,SAAS,EAtCI,UAAwC;EgBWzD,WAAW,EjBwW2B,GAAyB;;AiB/VjE,uBAAwB;EACtB,OAAO,EAAE,KAAK;EACd,KAAK,EAAE,IAAI;EACX,WAAW,EjBkgBuB,QAAgB;EiBjgBlD,cAAc,EjBigB
 oB,QAAgB
 
;EiBhgBlD,aAAa,EAAE,CAAC;EAChB,WAAW,EjBigBuB,GAAkB;EiBhgBpD,KAAK,EjBg+B6B,OAAS;EiB/9B3C,gBAAgB,EAAE,WAAW;EAC7B,MAAM,EAAE,iBAAiB;EACzB,YAAY,EAAE,KAAqB;EAEnC,gFACkB;IAChB,aAAa,EAAE,CAAC;IAChB,YAAY,EAAE,CAAC;;AAYnB,gBAAiB;EACf,MAAM,EjB0c4B,0BAAgB;EiBzclD,OAAO,EAAE,cAAuC;EhBX5C,SAAS,EAtCI,UAAwC;EgBmDzD,WAAW,EjBgU2B,GAAyB;EQvc7D,aAAa,ERwduB,MAAiB;;AiB7UzD,gBAAiB;EACf,MAAM,EjBuc4B,wBAAgB;EiBtclD,OAAO,EAAE,WAAuC;EhBnB5C,SAAS,EAtCI,SAAwC;EgB2DzD,WAAW,EjB6T2B,GAAyB;EQ5c7D,aAAa,ERuduB,MAAiB;;AiBlUvD,wDACY;EACV,MAAM,EAAE,IAAI;;AAIhB,qBAAsB;EACpB,MAAM,EAAE,IAAI;;AAQd,WAAY;EACV,aAAa,EjBoVyB,IAAI;;AiBjV5C,UAAW;EACT,OAAO,EAAE,KAAK;EACd,UAAU,EjBqU4B,OAAM;;AiB7T9C,SAAU;EACR,OAAO,EAAE,IAAI;EACb,SAAS,EAAE,IAAI;EACf,YAAY,EAAE,IAA4B;EAC1C,WAAW,EAAE,IAA4B;EAEzC;6BACkB;IAChB,aAAa,EAAE,GAA2B;IAC1C,YAAY,EAAE,GAA2B;;AAS7C,WAAY;EACV,QAAQ,EAAE,QAAQ;EAClB,OAAO,EAAE,KAAK;EACd,YAAY,EjB0S0B,OAAO;;AiBvS/C,iBAAkB;EAChB,QAAQ,EAAE,QAAQ;EAClB,UAAU,EjBsS4B,MAAK;EiBrS3C,WAAW,EAAE,QAAyB;EAEtC,8CAA+B;IAC7B,KAAK,EjB
 g0B2B,OA
 
AS;;AiB5zB7C,iBAAkB;EAChB,aAAa,EAAE,CAAC;;AAGlB,kBAAmB;EACjB,OAAO,EAAE,WAAW;EACpB,WAAW,EAAE,MAAM;EACnB,YAAY,EAAE,CAAC;EACf,YAAY,EjByR0B,OAAM;EiBtR5C,oCAAkB;IAChB,QAAQ,EAAE,MAAM;IAChB,UAAU,EAAE,CAAC;IACb,YAAY,EjBoRwB,SAAQ;IiBnR5C,WAAW,EAAE,CAAC;;AE3MhB,eAAoB;EAClB,OAAO,EAAE,IAAI;EACb,KAAK,EAAE,IAAI;EACX,UAAU,EnBsmBsB,OAAqB;EC9jBrD,SAAS,EAAE,GAAoB;EkBtC/B,KAAK,EN8CC,OAAwB;;AM3ChC,cAAmB;EACjB,QAAQ,EAAE,QAAQ;EAClB,GAAG,EAAE,IAAI;EACT,OAAO,EAAE,CAAC;EACV,OAAO,EAAE,IAAI;EACb,SAAS,EAAE,IAAI;EACf,OAAO,EAAE,cAAiE;EAC1E,UAAU,EAAE,KAAK;ElBmFf,SAAS,EAtCI,UAAwC;EkB3CvD,WAAW,EnB8yBuB,GAAiB;EmB7yBnD,KAAK,ENkCM,IAA8B;EMjCzC,gBAAgB,EAAE,sBAA4C;EX3C9D,aAAa,ERy1BqB,OAAsB;;AmBzyBxD,0DACe;EACb,YAAY,ENyBR,OAAwB;EMtB1B,aAAa,EnBmjBe,qBAAmB;EmBljB/C,gBAAgB,EnBilBY,0OAA4R;EmBhlBxT,iBAAiB,EAAE,SAAS;EAC5B,mBAAmB,EAAE,sCAAwC;EAC7D,eAAe,EAAE,+CAAiD;EAGpE,sEAAQ;IACN,YAAY,ENcV,OAAwB;IMb1B,UAAU,EAAE,oCAA0C;EAGxD;;yCACqB;IACnB,OAAO,EAAE,KAAK;;AAOlB,0EACe;EAEX,aAAa,EnB2hBe,qBAAmB;EmB1hB/C,mBAAmB,EAAE,6DAAiE;;
 AAM1F,4D
 
ACe;EACb,YAAY,ENXR,OAAwB;EMc1B,aAAa,EnBqeuB,uCAAuH;EmBpe3J,UAAU,EAAE,igBAAsI;EAGpJ,wEAAQ;IACN,YAAY,ENnBV,OAAwB;IMoB1B,UAAU,EAAE,oCAA0C;EAGxD;;0CACqB;IACnB,OAAO,EAAE,KAAK;;AAShB;;4CACqB;EACnB,OAAO,EAAE,KAAK;;AAQhB,0GAAoB;EAClB,KAAK,EN7CH,OAAwB;AMgD5B;;2CACqB;EACnB,OAAO,EAAE,KAAK;;AAQhB,0HAAwB;EACtB,KAAK,EN3DH,OAAwB;EM6D1B,0IAAU;IACR,YAAY,EN9DZ,OAAwB;AMkE5B;;+CACqB;EACnB,OAAO,EAAE,KAAK;AAId,0JAAgC;EAC9B,YAAY,EAAE,OAAoB;ECnJxC,gBAAgB,EAAE,OAAM;ADyJpB,sJAAgC;EAC9B,UAAU,EAAE,oCAA0C;AAGxD,kLAAgD;EAC9C,YAAY,ENpFZ,OAAwB;;AM8F5B,8GAAqB;EACnB,YAAY,EN/FV,OAAwB;AMkG5B;;4CACqB;EACnB,OAAO,EAAE,KAAK;AAId,0HAAqB;EACnB,YAAY,ENzGZ,OAAwB;EM0GxB,UAAU,EAAE,oCAA0C;;AA7J9D,iBAAoB;EAClB,OAAO,EAAE,IAAI;EACb,KAAK,EAAE,IAAI;EACX,UAAU,EnBsmBsB,OAAqB;EC9jBrD,SAAS,EAAE,GAAoB;EkBtC/B,KAAK,EN8CC,OAAwB;;AM3ChC,gBAAmB;EACjB,QAAQ,EAAE,QAAQ;EAClB,GAAG,EAAE,IAAI;EACT,OAAO,EAAE,CAAC;EACV,OAAO,EAAE,IAAI;EACb,SAAS,EAAE,IAAI;EACf,OAAO,EAAE,cAAiE;EAC1E,UAAU,EAAE,KAAK;ElBmFf,SAAS,EAtCI,UAAwC;EkB3CvD,WAAW,EnB8yBuB,GAA
 iB;EmB7y
 
BnD,KAAK,ENkCM,IAA8B;EMjCzC,gBAAgB,EAAE,sBAA4C;EX3C9D,aAAa,ERy1BqB,OAAsB;;AmBzyBxD,8DACe;EACb,YAAY,ENyBR,OAAwB;EMtB1B,aAAa,EnBmjBe,qBAAmB;EmBljB/C,gBAAgB,EnBmlBY,oRAAmW;EmBllB/X,iBAAiB,EAAE,SAAS;EAC5B,mBAAmB,EAAE,sCAAwC;EAC7D,eAAe,EAAE,+CAAiD;EAGpE,0EAAQ;IACN,YAAY,ENcV,OAAwB;IMb1B,UAAU,EAAE,oCAA0C;EAGxD;;6CACqB;IACnB,OAAO,EAAE,KAAK;;AAOlB,8EACe;EAEX,aAAa,EnB2hBe,qBAAmB;EmB1hB/C,mBAAmB,EAAE,6DAAiE;;AAM1F,gEACe;EACb,YAAY,ENXR,OAAwB;EMc1B,aAAa,EnBqeuB,uCAAuH;EmBpe3J,UAAU,EAAE,2iBAAsI;EAGpJ,4EAAQ;IACN,YAAY,ENnBV,OAAwB;IMoB1B,UAAU,EAAE,oCAA0C;EAGxD;;8CACqB;IACnB,OAAO,EAAE,KAAK;;AAShB;;gDACqB;EACnB,OAAO,EAAE,KAAK;;AAQhB,8GAAoB;EAClB,KAAK,EN7CH,OAAwB;AMgD5B;;+CACqB;EACnB,OAAO,EAAE,KAAK;;AAQhB,8HAAwB;EACtB,KAAK,EN3DH,OAAwB;EM6D1B,8IAAU;IACR,YAAY,EN9DZ,OAAwB;AMkE5B;;mDACqB;EACnB,OAAO,EAAE,KAAK;AAId,8JAAgC;EAC9B,YAAY,EAAE,OAAoB;ECnJxC,gBAAgB,EAAE,OAAM;ADyJpB,0JAAgC;EAC9B,UAAU,EAAE,oCAA0C;AAGxD,sLAAgD;EAC9C,YAAY,ENpFZ,OAAwB;;AM8F5B,kHAAqB;EACnB,YAAY,EN/FV,OAAwB;AMkG5B;;gDACqB;EACnB,OAA
 O,EAAE,K
 
AAK;AAId,8HAAqB;EACnB,YAAY,ENzGZ,OAAwB;EM0GxB,UAAU,EAAE,oCAA0C;;AFuEhE,YAAa;EACX,OAAO,EAAE,IAAI;EACb,SAAS,EAAE,QAAQ;EACnB,WAAW,EAAE,MAAM;EAKnB,wBAAY;IACV,KAAK,EAAE,IAAI;EL9MX,yBAAyB;IKmNzB,kBAAM;MACJ,OAAO,EAAE,IAAI;MACb,WAAW,EAAE,MAAM;MACnB,eAAe,EAAE,MAAM;MACvB,aAAa,EAAE,CAAC;IAIlB,wBAAY;MACV,OAAO,EAAE,IAAI;MACb,IAAI,EAAE,QAAQ;MACd,SAAS,EAAE,QAAQ;MACnB,WAAW,EAAE,MAAM;MACnB,aAAa,EAAE,CAAC;IAIlB,0BAAc;MACZ,OAAO,EAAE,YAAY;MACrB,KAAK,EAAE,IAAI;MACX,cAAc,EAAE,MAAM;IAIxB,oCAAwB;MACtB,OAAO,EAAE,YAAY;IAGvB;+BACe;MACb,KAAK,EAAE,IAAI;IAKb,wBAAY;MACV,OAAO,EAAE,IAAI;MACb,WAAW,EAAE,MAAM;MACnB,eAAe,EAAE,MAAM;MACvB,KAAK,EAAE,IAAI;MACX,YAAY,EAAE,CAAC;IAEjB,8BAAkB;MAChB,QAAQ,EAAE,QAAQ;MAClB,WAAW,EAAE,CAAC;MACd,UAAU,EAAE,CAAC;MACb,YAAY,EjB2LsB,OAAM;MiB1LxC,WAAW,EAAE,CAAC;IAGhB,4BAAgB;MACd,WAAW,EAAE,MAAM;MACnB,eAAe,EAAE,MAAM;IAEzB,kCAAsB;MACpB,aAAa,EAAE,CAAC;;AIhUtB,IAAK;EACH,OAAO,EAAE,YAAY;EAErB,WAAW,ErBkaiB,GAAmB;EqBja/C,KAAK,ErB0kC6B,OAAS;EqBzkC3C,UAAU,EAAE,MAAM;EAClB,cAAc,EAAE,MAAM;EACtB,W
 AAW,EAAE
 
,IAAI;EACjB,gBAAgB,EAAE,WAAW;EAC7B,MAAM,EAAE,qBAAmC;ECsF3C,OAAO,EAAE,gBAAqB;ErB0B1B,SAAS,EAtCI,OAAwC;EqBczD,WAAW,EtB6gBuB,GAAkB;EQ/mBlD,aAAa,ER+sBmB,OAAkB;EkB9sBhD,UAAU,EAAE,yHAAW;EAKzB,uCAAwC;IGL5C,IAAK;MHMC,UAAU,EAAE,IAAI;EhBApB,UAAQ;ImBQN,KAAK,ErBgkC2B,OAAS;IqB/jCzC,eAAe,EAAE,IAAI;EAGvB,sBACQ;IACN,OAAO,EAAE,CAAC;IACV,UAAU,ErB+vBsB,qCAA2B;EqB3vB7D,4BACW;IACT,OAAO,ErB8YmB,IAAG;;AqB/XjC;uBACwB;EACtB,cAAc,EAAE,IAAI;;AASpB,YAAe;ECrDf,KAAK,ET2EQ,IAA8B;EO3EzC,gBAAgB,EP0EV,OAAwB;ESxEhC,YAAY,ETwEJ,OAAwB;EXpEhC,kBAAQ;IoBAN,KAAK,ETqEM,IAA8B;IO3EzC,gBAAgB,EAAE,OAAM;IEQxB,YAAY,EAAE,OAAa;EAG7B,sCACQ;IAKJ,UAAU,EAAE,oCAA0E;EAK1F,4CACW;IACT,KAAK,ETmDM,IAA8B;ISlDzC,gBAAgB,ETiDV,OAAwB;IShD9B,YAAY,ETgDN,OAAwB;ESzChC,0IAE0B;IACxB,KAAK,ETuCM,IAA8B;IStCzC,gBAAgB,EAAE,OAAkB;IAIpC,YAAY,EAAE,OAAc;IAE5B,4JAAQ;MAKJ,UAAU,EAAE,oCAA0E;;ADK5F,cAAe;ECrDf,KAAK,EtB8kC6B,OAAS;EoB9kCzC,gBAAgB,EP0EV,OAAwB;ESxEhC,YAAY,ETwEJ,OAAwB;EXpEhC,oBAAQ;IoBAN,KAAK,ETqEM,IAA8B;IO3EzC,gBAAgB,EAAE,OAAM;IEQxB,YAAY,EAAE,OAAa;
 EAG7B,0C
 
ACQ;IAKJ,UAAU,EAAE,oCAA0E;EAK1F,gDACW;IACT,KAAK,EtBsjC2B,OAAS;IsBrjCzC,gBAAgB,ETiDV,OAAwB;IShD9B,YAAY,ETgDN,OAAwB;ESzChC,gJAE0B;IACxB,KAAK,ETuCM,IAA8B;IStCzC,gBAAgB,EAAE,OAAkB;IAIpC,YAAY,EAAE,OAAc;IAE5B,kKAAQ;MAKJ,UAAU,EAAE,oCAA0E;;ADK5F,YAAe;ECrDf,KAAK,ET2EQ,IAA8B;EO3EzC,gBAAgB,EP0EV,OAAwB;ESxEhC,YAAY,ETwEJ,OAAwB;EXpEhC,kBAAQ;IoBAN,KAAK,ETqEM,IAA8B;IO3EzC,gBAAgB,EAAE,OAAM;IEQxB,YAAY,EAAE,OAAa;EAG7B,sCACQ;IAKJ,UAAU,EAAE,mCAA0E;EAK1F,4CACW;IACT,KAAK,ETmDM,IAA8B;ISlDzC,gBAAgB,ETiDV,OAAwB;IShD9B,YAAY,ETgDN,OAAwB;ESzChC,0IAE0B;IACxB,KAAK,ETuCM,IAA8B;IStCzC,gBAAgB,EAAE,OAAkB;IAIpC,YAAY,EAAE,OAAc;IAE5B,4JAAQ;MAKJ,UAAU,EAAE,mCAA0E;;ADK5F,SAAe;ECrDf,KAAK,EtB8kC6B,OAAS;EoB9kCzC,gBAAgB,EP0EV,OAAwB;ESxEhC,YAAY,ETwEJ,OAAwB;EXpEhC,eAAQ;IoBAN,KAAK,EtBwkC2B,OAAS;IoB9kCzC,gBAAgB,EAAE,OAAM;IEQxB,YAAY,EAAE,OAAa;EAG7B,gCACQ;IAKJ,UAAU,EAAE,qCAA0E;EAK1F,sCACW;IACT,KAAK,EtBsjC2B,OAAS;IsBrjCzC,gBAAgB,ETiDV,OAAwB;IShD9B,YAAY,ETgDN,OAAwB;ESzChC,iIAE0B;IACxB,KAAK,EtB0iC2B,OAAS;IsBziCzC,gBAAgB,EAAE,OA
 AkB;IAIp
 
C,YAAY,EAAE,OAAc;IAE5B,mJAAQ;MAKJ,UAAU,EAAE,qCAA0E;;ADK5F,YAAe;ECrDf,KAAK,EtB8kC6B,OAAS;EoB9kCzC,gBAAgB,EP0EV,OAAwB;ESxEhC,YAAY,ETwEJ,OAAwB;EXpEhC,kBAAQ;IoBAN,KAAK,EtBwkC2B,OAAS;IoB9kCzC,gBAAgB,EAAE,OAAM;IEQxB,YAAY,EAAE,OAAa;EAG7B,sCACQ;IAKJ,UAAU,EAAE,oCAA0E;EAK1F,4CACW;IACT,KAAK,EtBsjC2B,OAAS;IsBrjCzC,gBAAgB,ETiDV,OAAwB;IShD9B,YAAY,ETgDN,OAAwB;ESzChC,0IAE0B;IACxB,KAAK,EtB0iC2B,OAAS;IsBziCzC,gBAAgB,EAAE,OAAkB;IAIpC,YAAY,EAAE,OAAc;IAE5B,4JAAQ;MAKJ,UAAU,EAAE,oCAA0E;;ADK5F,WAAe;ECrDf,KAAK,ET2EQ,IAA8B;EO3EzC,gBAAgB,EP0EV,OAAwB;ESxEhC,YAAY,ETwEJ,OAAwB;EXpEhC,iBAAQ;IoBAN,KAAK,ETqEM,IAA8B;IO3EzC,gBAAgB,EAAE,OAAM;IEQxB,YAAY,EAAE,OAAa;EAG7B,oCACQ;IAKJ,UAAU,EAAE,mCAA0E;EAK1F,0CACW;IACT,KAAK,ETmDM,IAA8B;ISlDzC,gBAAgB,ETiDV,OAAwB;IShD9B,YAAY,ETgDN,OAAwB;ESzChC,uIAE0B;IACxB,KAAK,ETuCM,IAA8B;IStCzC,gBAAgB,EAAE,OAAkB;IAIpC,YAAY,EAAE,OAAc;IAE5B,yJAAQ;MAKJ,UAAU,EAAE,mCAA0E;;ADK5F,UAAe;ECrDf,KAAK,EtB8kC6B,OAAS;EoB9kCzC,gBAAgB,EP0EV,OAAwB;ESxEhC,YAAY,ETwEJ,OAAwB;EXpEhC,gBAAQ;IoBAN,KAAK,EtBwkC2
 B,OAAS;I
 
oB9kCzC,gBAAgB,EAAE,OAAM;IEQxB,YAAY,EAAE,OAAa;EAG7B,kCACQ;IAKJ,UAAU,EAAE,qCAA0E;EAK1F,wCACW;IACT,KAAK,EtBsjC2B,OAAS;IsBrjCzC,gBAAgB,ETiDV,OAAwB;IShD9B,YAAY,ETgDN,OAAwB;ESzChC,oIAE0B;IACxB,KAAK,EtB0iC2B,OAAS;IsBziCzC,gBAAgB,EAAE,OAAkB;IAIpC,YAAY,EAAE,OAAc;IAE5B,sJAAQ;MAKJ,UAAU,EAAE,qCAA0E;;ADK5F,SAAe;ECrDf,KAAK,ET2EQ,IAA8B;EO3EzC,gBAAgB,EP0EV,OAAwB;ESxEhC,YAAY,ETwEJ,OAAwB;EXpEhC,eAAQ;IoBAN,KAAK,ETqEM,IAA8B;IO3EzC,gBAAgB,EAAE,KAAM;IEQxB,YAAY,EAAE,KAAa;EAG7B,gCACQ;IAKJ,UAAU,EAAE,kCAA0E;EAK1F,sCACW;IACT,KAAK,ETmDM,IAA8B;ISlDzC,gBAAgB,ETiDV,OAAwB;IShD9B,YAAY,ETgDN,OAAwB;ESzChC,iIAE0B;IACxB,KAAK,ETuCM,IAA8B;IStCzC,gBAAgB,EAAE,KAAkB;IAIpC,YAAY,EAAE,KAAc;IAE5B,mJAAQ;MAKJ,UAAU,EAAE,kCAA0E;;ADK5F,aAAe;ECrDf,KAAK,EtB8kC6B,OAAS;EoB9kCzC,gBAAgB,EP0EV,OAAwB;ESxEhC,YAAY,ETwEJ,OAAwB;EXpEhC,mBAAQ;IoBAN,KAAK,EtBwkC2B,OAAS;IoB9kCzC,gBAAgB,EAAE,OAAM;IEQxB,YAAY,EAAE,OAAa;EAG7B,wCACQ;IAKJ,UAAU,EAAE,oCAA0E;EAK1F,8CACW;IACT,KAAK,EtBsjC2B,OAAS;IsBrjCzC,gBAAgB,ETiDV,OAAwB;IShD9B,YAAY,ETgDN,OAAwB;ESzC
 hC,6IAE0
 
B;IACxB,KAAK,EtB0iC2B,OAAS;IsBziCzC,gBAAgB,EAAE,OAAkB;IAIpC,YAAY,EAAE,OAAc;IAE5B,+JAAQ;MAKJ,UAAU,EAAE,oCAA0E;;ADW5F,oBAAuB;ECJvB,KAAK,ETmBG,OAAwB;ESlBhC,YAAY,ETkBJ,OAAwB;EXpEhC,0BAAQ;IoBqDN,KAAK,ETgBM,IAA8B;ISfzC,gBAAgB,ETcV,OAAwB;ISb9B,YAAY,ETaN,OAAwB;ESVhC,sDACQ;IACN,UAAU,EAAE,oCAAuC;EAGrD,4DACW;IACT,KAAK,ETGC,OAAwB;ISF9B,gBAAgB,EAAE,WAAW;EAG/B,kKAE0B;IACxB,KAAK,ETHM,IAA8B;ISIzC,gBAAgB,ETLV,OAAwB;ISM9B,YAAY,ETNN,OAAwB;ISQ9B,oLAAQ;MAKJ,UAAU,EAAE,oCAAuC;;AD5BzD,sBAAuB;ECJvB,KAAK,ETmBG,OAAwB;ESlBhC,YAAY,ETkBJ,OAAwB;EXpEhC,4BAAQ;IoBqDN,KAAK,EtBmhC2B,OAAS;IsBlhCzC,gBAAgB,ETcV,OAAwB;ISb9B,YAAY,ETaN,OAAwB;ESVhC,0DACQ;IACN,UAAU,EAAE,oCAAuC;EAGrD,gEACW;IACT,KAAK,ETGC,OAAwB;ISF9B,gBAAgB,EAAE,WAAW;EAG/B,wKAE0B;IACxB,KAAK,EtBggC2B,OAAS;IsB//BzC,gBAAgB,ETLV,OAAwB;ISM9B,YAAY,ETNN,OAAwB;ISQ9B,0LAAQ;MAKJ,UAAU,EAAE,oCAAuC;;AD5BzD,oBAAuB;ECJvB,KAAK,ETmBG,OAAwB;ESlBhC,YAAY,ETkBJ,OAAwB;EXpEhC,0BAAQ;IoBqDN,KAAK,ETgBM,IAA8B;ISfzC,gBAAgB,ETcV,OAAwB;ISb9B,YAAY,ETaN,OAAwB;ESVhC,sDACQ;IACN,UAAU,EAA
 E,mCAAuC
 
;EAGrD,4DACW;IACT,KAAK,ETGC,OAAwB;ISF9B,gBAAgB,EAAE,WAAW;EAG/B,kKAE0B;IACxB,KAAK,ETHM,IAA8B;ISIzC,gBAAgB,ETLV,OAAwB;ISM9B,YAAY,ETNN,OAAwB;ISQ9B,oLAAQ;MAKJ,UAAU,EAAE,mCAAuC;;AD5BzD,iBAAuB;ECJvB,KAAK,ETmBG,OAAwB;ESlBhC,YAAY,ETkBJ,OAAwB;EXpEhC,uBAAQ;IoBqDN,KAAK,EtBmhC2B,OAAS;IsBlhCzC,gBAAgB,ETcV,OAAwB;ISb9B,YAAY,ETaN,OAAwB;ESVhC,gDACQ;IACN,UAAU,EAAE,qCAAuC;EAGrD,sDACW;IACT,KAAK,ETGC,OAAwB;ISF9B,gBAAgB,EAAE,WAAW;EAG/B,yJAE0B;IACxB,KAAK,EtBggC2B,OAAS;IsB//BzC,gBAAgB,ETLV,OAAwB;ISM9B,YAAY,ETNN,OAAwB;ISQ9B,2KAAQ;MAKJ,UAAU,EAAE,qCAAuC;;AD5BzD,oBAAuB;ECJvB,KAAK,ETmBG,OAAwB;ESlBhC,YAAY,ETkBJ,OAAwB;EXpEhC,0BAAQ;IoBqDN,KAAK,EtBmhC2B,OAAS;IsBlhCzC,gBAAgB,ETcV,OAAwB;ISb9B,YAAY,ETaN,OAAwB;ESVhC,sDACQ;IACN,UAAU,EAAE,mCAAuC;EAGrD,4DACW;IACT,KAAK,ETGC,OAAwB;ISF9B,gBAAgB,EAAE,WAAW;EAG/B,kKAE0B;IACxB,KAAK,EtBggC2B,OAAS;IsB//BzC,gBAAgB,ETLV,OAAwB;ISM9B,YAAY,ETNN,OAAwB;ISQ9B,oLAAQ;MAKJ,UAAU,EAAE,mCAAuC;;AD5BzD,mBAAuB;ECJvB,KAAK,ETmBG,OAAwB;ESlBhC,YAAY,ETkBJ,OAAwB;EXpEhC,yBAAQ;IoBqDN,KAAK,ETgBM,IA
 A8B;ISfz
 
C,gBAAgB,ETcV,OAAwB;ISb9B,YAAY,ETaN,OAAwB;ESVhC,oDACQ;IACN,UAAU,EAAE,mCAAuC;EAGrD,0DACW;IACT,KAAK,ETGC,OAAwB;ISF9B,gBAAgB,EAAE,WAAW;EAG/B,+JAE0B;IACxB,KAAK,ETHM,IAA8B;ISIzC,gBAAgB,ETLV,OAAwB;ISM9B,YAAY,ETNN,OAAwB;ISQ9B,iLAAQ;MAKJ,UAAU,EAAE,mCAAuC;;AD5BzD,kBAAuB;ECJvB,KAAK,ETmBG,OAAwB;ESlBhC,YAAY,ETkBJ,OAAwB;EXpEhC,wBAAQ;IoBqDN,KAAK,EtBmhC2B,OAAS;IsBlhCzC,gBAAgB,ETcV,OAAwB;ISb9B,YAAY,ETaN,OAAwB;ESVhC,kDACQ;IACN,UAAU,EAAE,qCAAuC;EAGrD,wDACW;IACT,KAAK,ETGC,OAAwB;ISF9B,gBAAgB,EAAE,WAAW;EAG/B,4JAE0B;IACxB,KAAK,EtBggC2B,OAAS;IsB//BzC,gBAAgB,ETLV,OAAwB;ISM9B,YAAY,ETNN,OAAwB;ISQ9B,8KAAQ;MAKJ,UAAU,EAAE,qCAAuC;;AD5BzD,iBAAuB;ECJvB,KAAK,ETmBG,OAAwB;ESlBhC,YAAY,ETkBJ,OAAwB;EXpEhC,uBAAQ;IoBqDN,KAAK,ETgBM,IAA8B;ISfzC,gBAAgB,ETcV,OAAwB;ISb9B,YAAY,ETaN,OAAwB;ESVhC,gDACQ;IACN,UAAU,EAAE,gCAAuC;EAGrD,sDACW;IACT,KAAK,ETGC,OAAwB;ISF9B,gBAAgB,EAAE,WAAW;EAG/B,yJAE0B;IACxB,KAAK,ETHM,IAA8B;ISIzC,gBAAgB,ETLV,OAAwB;ISM9B,YAAY,ETNN,OAAwB;ISQ9B,2KAAQ;MAKJ,UAAU,EAAE,gCAAuC;;AD5BzD,qBAAuB;ECJvB,KAAK,ETmBG
 ,OAAwB;E
 
SlBhC,YAAY,ETkBJ,OAAwB;EXpEhC,2BAAQ;IoBqDN,KAAK,EtBmhC2B,OAAS;IsBlhCzC,gBAAgB,ETcV,OAAwB;ISb9B,YAAY,ETaN,OAAwB;ESVhC,wDACQ;IACN,UAAU,EAAE,oCAAuC;EAGrD,8DACW;IACT,KAAK,ETGC,OAAwB;ISF9B,gBAAgB,EAAE,WAAW;EAG/B,qKAE0B;IACxB,KAAK,EtBggC2B,OAAS;IsB//BzC,gBAAgB,ETLV,OAAwB;ISM9B,YAAY,ETNN,OAAwB;ISQ9B,uLAAQ;MAKJ,UAAU,EAAE,oCAAuC;;ADjB3D,SAAU;EACR,WAAW,ErB8MiB,GAAG;EqB7M/B,KAAK,EREG,OAAwB;EQDhC,eAAe,ErB6FyB,IAAI;EEhK5C,eAAQ;ImBsEN,KAAK,ErB2sB2B,OAAiB;IqB1sBjD,eAAe,ErB2FuB,SAAS;EqBxFjD,gCACQ;IACN,eAAe,ErBsFuB,SAAS;IqBrF/C,UAAU,EAAE,IAAI;EAGlB,sCACW;IACT,KAAK,ErBu7B2B,OAAS;IqBt7BzC,cAAc,EAAE,IAAI;;AAWxB,6BAAQ;ECLN,OAAO,EAAE,WAAqB;ErB0B1B,SAAS,EAtCI,SAAwC;EqBczD,WAAW,EtB0W2B,GAAyB;EQ5c7D,aAAa,ERmba,MAAiB;;AqB1U/C,6BAAQ;ECTN,OAAO,EAAE,cAAqB;ErB0B1B,SAAS,EAtCI,UAAwC;EqBczD,WAAW,EtBqW2B,GAAyB;EQvc7D,aAAa,ERoba,MAAiB;;AqBlU/C,UAAW;EACT,OAAO,EAAE,KAAK;EACd,KAAK,EAAE,IAAI;EAGX,uBAAa;IACX,UAAU,ErBuTgB,MAAK;;AqB/SjC;;8BAAY;EACV,KAAK,EAAE,IAAI;;AEtIf,KAAM;ELMA,UAAU,EAAE,oBAAW;EAKzB,uCAAwC;IKX5C,K
 AAM;MLYA
 
,UAAU,EAAE,IAAI;EKTpB,gBAAa;IACX,OAAO,EAAE,CAAC;;AAKZ,oBAAa;EACX,OAAO,EAAE,IAAI;;AAIjB,WAAY;EACV,QAAQ,EAAE,QAAQ;EAClB,MAAM,EAAE,CAAC;EACT,QAAQ,EAAE,MAAM;ELXZ,UAAU,EAAE,iBAAW;EAKzB,uCAAwC;IKG5C,WAAY;MLFN,UAAU,EAAE,IAAI;;AMXtB;;;SAGU;EACR,QAAQ,EAAE,QAAQ;;AAGpB,gBAAiB;EACf,WAAW,EAAE,MAAM;ECoBjB,uBAAS;IACP,OAAO,EAAE,YAAY;IACrB,WAAW,EzB0Na,OAAkB;IyBzN1C,cAAc,EzBwNU,OAAkB;IyBvN1C,OAAO,EAAE,EAAE;IAhCf,UAAU,EAAE,WAAkB;IAC9B,YAAY,EAAE,uBAA8B;IAC5C,aAAa,EAAE,CAAC;IAChB,WAAW,EAAE,uBAA8B;EAqDzC,6BAAe;IACb,WAAW,EAAE,CAAC;;AD1CpB,cAAe;EACb,QAAQ,EAAE,QAAQ;EAClB,GAAG,EAAE,IAAI;EACT,IAAI,EAAE,CAAC;EACP,OAAO,ExBipB2B,IAAI;EwBhpBtC,OAAO,EAAE,IAAI;EACb,KAAK,EAAE,IAAI;EACX,SAAS,ExButByB,KAAK;EwBttBvC,OAAO,EAAE,QAAqB;EAC9B,MAAM,EAAE,YAAoB;EvBsGxB,SAAS,EAtCI,OAAwC;EuB9DzD,KAAK,ExByjC6B,OAAS;EwBxjC3C,UAAU,EAAE,IAAI;EAChB,UAAU,EAAE,IAAI;EAChB,gBAAgB,EXmDH,IAA8B;EWlD3C,eAAe,EAAE,WAAW;EAC5B,MAAM,EAAE,6BAAmD;EhB3BzD,aAAa,ERgvBmB,OAAc;;AwB5sB9C,mBAA6B;EAC3B,KAAK,EAAE,IAAI;EACX,IAAI,EAAE,CAAC;;AAGT,oBAA8
 B;EAC5B,
 
KAAK,EAAE,CAAC;EACR,IAAI,EAAE,IAAI;;AZYZ,yBAAyB;EYnBzB,sBAA6B;IAC3B,KAAK,EAAE,IAAI;IACX,IAAI,EAAE,CAAC;;EAGT,uBAA8B;IAC5B,KAAK,EAAE,CAAC;IACR,IAAI,EAAE,IAAI;AZYZ,yBAAyB;EYnBzB,sBAA6B;IAC3B,KAAK,EAAE,IAAI;IACX,IAAI,EAAE,CAAC;;EAGT,uBAA8B;IAC5B,KAAK,EAAE,CAAC;IACR,IAAI,EAAE,IAAI;AZYZ,yBAAyB;EYnBzB,sBAA6B;IAC3B,KAAK,EAAE,IAAI;IACX,IAAI,EAAE,CAAC;;EAGT,uBAA8B;IAC5B,KAAK,EAAE,CAAC;IACR,IAAI,EAAE,IAAI;AZYZ,0BAAyB;EYnBzB,sBAA6B;IAC3B,KAAK,EAAE,IAAI;IACX,IAAI,EAAE,CAAC;;EAGT,uBAA8B;IAC5B,KAAK,EAAE,CAAC;IACR,IAAI,EAAE,IAAI;AAQd,sBAAe;EACb,GAAG,EAAE,IAAI;EACT,MAAM,EAAE,IAAI;EACZ,UAAU,EAAE,CAAC;EACb,aAAa,ExBorBmB,QAAO;AyBntBvC,+BAAS;EACP,OAAO,EAAE,YAAY;EACrB,WAAW,EzB0Na,OAAkB;EyBzN1C,cAAc,EzBwNU,OAAkB;EyBvN1C,OAAO,EAAE,EAAE;EAzBf,UAAU,EAAE,CAAC;EACb,YAAY,EAAE,uBAA8B;EAC5C,aAAa,EAAE,WAAkB;EACjC,WAAW,EAAE,uBAA8B;AA8CzC,qCAAe;EACb,WAAW,EAAE,CAAC;;ADWlB,yBAAe;EACb,GAAG,EAAE,CAAC;EACN,KAAK,EAAE,IAAI;EACX,IAAI,EAAE,IAAI;EACV,UAAU,EAAE,CAAC;EACb,WAAW,ExBsqBqB,QAAO;AyBntBvC,kCAAS;EACP,OAAO,EAA
 E,YAAY;E
 
ACrB,WAAW,EzB0Na,OAAkB;EyBzN1C,cAAc,EzBwNU,OAAkB;EyBvN1C,OAAO,EAAE,EAAE;EAlBf,UAAU,EAAE,uBAA8B;EAC1C,YAAY,EAAE,CAAC;EACf,aAAa,EAAE,uBAA8B;EAC7C,WAAW,EAAE,WAAkB;AAuC7B,wCAAe;EACb,WAAW,EAAE,CAAC;ADqBhB,kCAAS;EACP,cAAc,EAAE,CAAC;;AAMrB,wBAAe;EACb,GAAG,EAAE,CAAC;EACN,KAAK,EAAE,IAAI;EACX,IAAI,EAAE,IAAI;EACV,UAAU,EAAE,CAAC;EACb,YAAY,ExBqpBoB,QAAO;AyBntBvC,iCAAS;EACP,OAAO,EAAE,YAAY;EACrB,WAAW,EzB0Na,OAAkB;EyBzN1C,cAAc,EzBwNU,OAAkB;EyBvN1C,OAAO,EAAE,EAAE;AAWX,iCAAS;EACP,OAAO,EAAE,IAAI;AAGf,kCAAU;EACR,OAAO,EAAE,YAAY;EACrB,YAAY,EzBuMU,OAAkB;EyBtMxC,cAAc,EzBqMQ,OAAkB;EyBpMxC,OAAO,EAAE,EAAE;EA9BjB,UAAU,EAAE,uBAA8B;EAC1C,YAAY,EAAE,WAAkB;EAChC,aAAa,EAAE,uBAA8B;AAiC3C,uCAAe;EACb,WAAW,EAAE,CAAC;ADsChB,kCAAU;EACR,cAAc,EAAE,CAAC;;AAQrB,oJAGuB;EACrB,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,IAAI;;AAKhB,iBAAkB;EE9GhB,MAAM,EAAE,CAAC;EACT,MAAM,EAAE,QAAW;EACnB,QAAQ,EAAE,MAAM;EAChB,UAAU,EAAE,iBAAgB;;AFkH9B,cAAe;EACb,OAAO,EAAE,KAAK;EACd,KAAK,EAAE,IAAI;EACX,OAAO,EAAE,cAAiD;EAC1D,KAAK,EAAE,IAAI;EACX,WAAW,ExB4JiB,
 GAAG;EwB
 
3J/B,KAAK,ExBo9B6B,OAAS;EwBn9B3C,UAAU,EAAE,OAAO;EACnB,WAAW,EAAE,MAAM;EACnB,gBAAgB,EAAE,WAAW;EAC7B,MAAM,EAAE,CAAC;EtBpHT,0CACQ;IsBkIN,KAAK,ExB0mB2B,OAAqB;IwBzmBrD,eAAe,EAAE,IAAI;IJ9IrB,gBAAgB,EpBs+BgB,OAAS;EwBp1B3C,4CACS;IACP,KAAK,EXzEM,IAA8B;IW0EzC,eAAe,EAAE,IAAI;IJrJrB,gBAAgB,EP0EV,OAAwB;EW+EhC,gDACW;IACT,KAAK,ExBo3B2B,OAAS;IwBn3BzC,cAAc,EAAE,IAAI;IACpB,gBAAgB,EAAE,WAAW;;AAQjC,mBAAoB;EAClB,OAAO,EAAE,KAAK;;AAIhB,gBAAiB;EACf,OAAO,EAAE,KAAK;EACd,OAAO,EAAE,aAA4C;EACrD,aAAa,EAAE,CAAC;EvBpDZ,SAAS,EAtCI,UAAwC;EuB4FzD,KAAK,ExBg2B6B,OAAS;EwB/1B3C,WAAW,EAAE,MAAM;;AAIrB,mBAAoB;EAClB,OAAO,EAAE,KAAK;EACd,OAAO,EAAE,cAAiD;EAC1D,KAAK,ExBu5B6B,OAAS;;A2BjlC7C;mBACoB;EAClB,QAAQ,EAAE,QAAQ;EAClB,OAAO,EAAE,WAAW;EACpB,cAAc,EAAE,MAAM;EAEtB;4BAAO;IACL,QAAQ,EAAE,QAAQ;IAClB,IAAI,EAAE,QAAQ;IzBChB;oCAAQ;MyBIJ,OAAO,EAAE,CAAC;IAEZ;;;qCAES;MACP,OAAO,EAAE,CAAC;;AAMhB,YAAa;EACX,OAAO,EAAE,IAAI;EACb,SAAS,EAAE,IAAI;EACf,eAAe,EAAE,UAAU;EAE3B,yBAAa;IACX,KAAK,EAAE,IAAI;;AAMb;yCAC+B;EAC7B,WAAW,EAAE,IAAkB;AAIjC;+CA
 CqC;EnBz
 
BnC,uBAAuB,EmB0BM,CAAC;EnBzB9B,0BAA0B,EmByBG,CAAC;AAGhC;gDACsC;EnBhBpC,sBAAsB,EmBiBM,CAAC;EnBhB7B,yBAAyB,EmBgBG,CAAC;;AAgBjC,sBAAuB;EACrB,aAAa,EAAE,SAAoB;EACnC,YAAY,EAAE,SAAoB;EAElC,8GAEoB;IAClB,WAAW,EAAE,CAAC;EAGhB,wCAAoB;IAClB,YAAY,EAAE,CAAC;;AAInB,+EAAiC;EAC/B,aAAa,EAAE,QAAuB;EACtC,YAAY,EAAE,QAAuB;;AAGvC,+EAAiC;EAC/B,aAAa,EAAE,OAAuB;EACtC,YAAY,EAAE,OAAuB;;AAoBvC,mBAAoB;EAClB,cAAc,EAAE,MAAM;EACtB,WAAW,EAAE,UAAU;EACvB,eAAe,EAAE,MAAM;EAEvB;kCACa;IACX,KAAK,EAAE,IAAI;EAGb;oDAC+B;IAC7B,UAAU,EAAE,IAAkB;EAIhC;0DACqC;InBnGnC,0BAA0B,EmBoGI,CAAC;InBnG/B,yBAAyB,EmBmGK,CAAC;EAGjC;2DACsC;InBtHpC,sBAAsB,EmBuHK,CAAC;InBtH5B,uBAAuB,EmBsHI,CAAC;;AAkB9B;qCACoB;EAClB,aAAa,EAAE,CAAC;EAEhB;;;8DACuB;IACrB,QAAQ,EAAE,QAAQ;IAClB,IAAI,EAAE,gBAAgB;IACtB,cAAc,EAAE,IAAI;;ACzJ1B,YAAa;EACX,QAAQ,EAAE,QAAQ;EAClB,OAAO,EAAE,IAAI;EACb,SAAS,EAAE,IAAI;EACf,WAAW,EAAE,OAAO;EACpB,KAAK,EAAE,IAAI;EAEX;;;6BAGe;IACb,QAAQ,EAAE,QAAQ;IAClB,IAAI,EAAE,QAAQ;IAGd,KAAK,EAAE,EAAE;IACT,aAAa,EAAE,CAAC;IAEhB;;;;;;;;;;;8CAEe;MACb
 ,WAAW,EA
 
AE,IAAoB;EAKrC;;2EAE6D;IAC3D,OAAO,EAAE,CAAC;EAIZ,oDAAwC;IACtC,OAAO,EAAE,CAAC;EAKV;gDAAmB;IpBxBnB,uBAAuB,EoBwB2B,CAAC;IpBvBnD,0BAA0B,EoBuBwB,CAAC;EACnD;iDAAoB;IpBXpB,sBAAsB,EoBW4B,CAAC;IpBVnD,yBAAyB,EoBUyB,CAAC;EAKrD,2BAAe;IACb,OAAO,EAAE,IAAI;IACb,WAAW,EAAE,MAAM;IAEnB,uIAC6C;MpBnC7C,uBAAuB,EoBmCqD,CAAC;MpBlC7E,0BAA0B,EoBkCkD,CAAC;IAC7E,gEAAuC;MpBtBvC,sBAAsB,EoBsB+C,CAAC;MpBrBtE,yBAAyB,EoBqB4C,CAAC;;AAW1E;mBACoB;EAClB,OAAO,EAAE,IAAI;EAKb;0BAAK;IACH,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,CAAC;IAEV;kCAAQ;MACN,OAAO,EAAE,CAAC;EAId;;;;;;;8CAGyB;IACvB,WAAW,EAAE,IAAoB;;AAIrC,oBAAqB;EAAE,YAAY,EAAE,IAAoB;;AACzD,mBAAoB;EAAE,WAAW,EAAE,IAAoB;;AAQvD,iBAAkB;EAChB,OAAO,EAAE,IAAI;EACb,WAAW,EAAE,MAAM;EACnB,OAAO,EAAE,gBAAiC;EAC1C,aAAa,EAAE,CAAC;E3BsBZ,SAAS,EAtCI,OAAwC;E2BkBzD,WAAW,E5BgLiB,GAAG;E4B/K/B,WAAW,E5BwgBuB,GAAkB;E4BvgBpD,KAAK,E5Bw4B6B,OAAwB;E4Bv4B1D,UAAU,EAAE,MAAM;EAClB,WAAW,EAAE,MAAM;EACnB,gBAAgB,E5Bm6BkB,OAAS;E4Bl6B3C,MAAM,EAAE,iBAAyD;EpB5G/D,aAAa,ERsnBmB,OAAoB;E4BtgBtD;0CACuB;IACrB,UAAU,EAA
 E,CAAC;;
 
AAUjB;gCACiC;EAC/B,MAAM,E5Bqd4B,wBAAgB;;A4BldpD;;;;;4CAK6C;EAC3C,OAAO,EAAE,WAAuC;E3Bb5C,SAAS,EAtCI,SAAwC;E2BqDzD,WAAW,E5BmU2B,GAAyB;EQ5c7D,aAAa,ERuduB,MAAiB;;A4B1UzD;gCACiC;EAC/B,MAAM,E5B+b4B,0BAAgB;;A4B5bpD;;;;;4CAK6C;EAC3C,OAAO,EAAE,cAAuC;E3B9B5C,SAAS,EAtCI,UAAwC;E2BsEzD,WAAW,E5B6S2B,GAAyB;EQvc7D,aAAa,ERwduB,MAAiB;;A4B1TzD;gCACiC;EAC/B,aAAa,EAAE,OAA2D;;AAW5E;;;;;kFAKmF;EpBhK/E,uBAAuB,EoBiKI,CAAC;EpBhK5B,0BAA0B,EoBgKC,CAAC;;AAGhC;;;;;qFAKsF;EpB3JlF,sBAAsB,EoB4JI,CAAC;EpB3J3B,yBAAyB,EoB2JC,CAAC;;ACtL/B,eAAgB;EACd,QAAQ,EAAE,QAAQ;EAClB,OAAO,EAAE,KAAK;EACd,UAAU,EAAE,QAAmC;EAC/C,YAAY,EAAE,MAAuD;;AAGvE,sBAAuB;EACrB,OAAO,EAAE,WAAW;EACpB,YAAY,E7Bqf0B,IAAI;;A6Blf5C,qBAAsB;EACpB,QAAQ,EAAE,QAAQ;EAClB,OAAO,EAAE,EAAE;EACX,OAAO,EAAE,CAAC;EAEV,6DAA0C;IACxC,KAAK,EhBsDM,IAA8B;IgBrDzC,YAAY,EhBoDN,OAAwB;IO1E9B,gBAAgB,EP0EV,OAAwB;EgB/ChC,2DAAwC;IAKpC,UAAU,E7BovBoB,qCAA2B;E6BhvB7D,yEAAsD;IACpD,YAAY,E7BmkBoB,OAAyB;E6BhkB3D,2EAAwD;IACtD,KAAK,EhBkCM,IAA8B;IgBjCzC,gBAAgB,E7Bgf4B,OAAmC;I6B/e/E,YAAY,
 E7B+egC,
 
OAAmC;E6B1e/E,sDAAwB;IACtB,KAAK,E7B89ByB,OAAS;I6B59BvC,8DAAU;MACR,gBAAgB,E7By9BY,OAAS;;A6B/8B7C,qBAAsB;EACpB,QAAQ,EAAE,QAAQ;EAClB,aAAa,EAAE,CAAC;EAChB,cAAc,EAAE,GAAG;EAGnB,6BAAU;IACR,QAAQ,EAAE,QAAQ;IAClB,GAAG,EAAE,SAA0E;IAC/E,IAAI,EAAE,OAA0D;IAChE,OAAO,EAAE,KAAK;IACd,KAAK,E7B0b+B,IAAI;I6BzbxC,MAAM,E7Byb8B,IAAI;I6BxbxC,cAAc,EAAE,IAAI;IACpB,OAAO,EAAE,EAAE;IACX,gBAAgB,EhBFL,IAA8B;IgBGzC,MAAM,EAAE,iBAAmF;EAK7F,4BAAS;IACP,QAAQ,EAAE,QAAQ;IAClB,GAAG,EAAE,SAA0E;IAC/E,IAAI,EAAE,OAA0D;IAChE,OAAO,EAAE,KAAK;IACd,KAAK,E7B2a+B,IAAI;I6B1axC,MAAM,E7B0a8B,IAAI;I6BzaxC,OAAO,EAAE,EAAE;IACX,UAAU,EAAE,uBAAoD;;AAUlE,8CAA8B;ErBtG5B,aAAa,ER6hB+B,OAAc;A6Blb1D,6EAAS;EACP,gBAAgB,E7Bkb0B,2LAAwP;A6B7apS,oFAAU;EACR,YAAY,EhBvCR,OAAwB;EO1E9B,gBAAgB,EP0EV,OAAwB;AgB2C9B,mFAAS;EACP,gBAAgB,E7B2aiC,wIAA4M;A6Bta/P,uFAA0C;EACxC,gBAAgB,E7BoZ0B,uBAAgC;A6BlZ5E,6FAAgD;EAC9C,gBAAgB,E7BiZ0B,uBAAgC;;A6BvY9E,2CAA8B;EAE5B,aAAa,E7B0Z+B,GAAG;A6BtZ/C,0EAAS;EACP,gBAAgB,E7BsZ0B,qIAAkM;A6BjZ9O,oFAA0C;EACxC,gBAAgB,E7B0X0B,uBAAgC
 ;;A6BhXh
 
F,cAAe;EACb,YAAY,EAAE,OAA6C;EAGzD,4CAAU;IACR,IAAI,EAAE,QAAgD;IACtD,KAAK,E7BkYqC,OAAqC;I6BjY/E,cAAc,EAAE,GAAG;IAEnB,aAAa,E7BgY6B,MAAkC;E6B7X9E,2CAAS;IACP,GAAG,EAAE,qBAAqI;IAC1I,IAAI,EAAE,oBAAyG;IAC/G,KAAK,E7B2XqC,gBAAwF;I6B1XlI,MAAM,E7B0XoC,gBAAwF;I6BzXlI,gBAAgB,E7BmbuB,OAAS;I6BjbhD,aAAa,E7BsX6B,MAAkC;IkBziB5E,UAAU,EAAE,6HAAW;IAKzB,uCAAwC;MWuKxC,2CAAS;QXtKP,UAAU,EAAE,IAAI;EWmLlB,2EAAS;IACP,gBAAgB,EhB/GP,IAA8B;IgBgHvC,SAAS,EAAE,mBAAiE;EAK9E,qFAA0C;IACxC,gBAAgB,E7B+U0B,uBAAgC;;A6BnUhF,cAAe;EACb,OAAO,EAAE,YAAY;EACrB,KAAK,EAAE,IAAI;EACX,MAAM,E7BsZ4B,2BAAa;E6BrZ/C,OAAO,EAAE,iCAAwI;E5BxF7I,SAAS,EAtCI,OAAwC;E4BiIzD,WAAW,E7B4ZuB,GAAkB;E6B3ZpD,WAAW,E7ByZuB,GAAkB;E6BxZpD,KAAK,E7ByxB6B,OAAwB;E6BxxB1D,cAAc,EAAE,MAAM;EACtB,UAAU,E7BmWwB,iMAAkG;E6BlWpI,gBAAgB,EhB9IH,IAA8B;EgB+I3C,MAAM,EAAE,iBAA6D;ErB3NnE,aAAa,ERokBmB,OAAc;E6BtWhD,UAAU,EAAE,IAAI;EAEhB,oBAAQ;IACN,YAAY,E7BwYoB,OAAyB;I6BvYzD,OAAO,EAAE,CAAC;IAIR,UAAU,E7BmWoB,qCAAwD;I6BhWxF,+BAAa;MAMX,KAAK,E7BiwByB,OAAwB;M6BhwBtD,gBAAgB,EhBpKP,IA
 A8B;EgBw
 
K3C,8DACwB;IACtB,MAAM,EAAE,IAAI;IACZ,aAAa,E7BuXmB,OAAgB;I6BtXhD,gBAAgB,EAAE,IAAI;EAGxB,uBAAW;IACT,KAAK,E7BoxB2B,OAAS;I6BnxBzC,gBAAgB,E7BixBgB,OAAS;E6B7wB3C,0BAAc;IACZ,OAAO,EAAE,IAAI;;AAIjB,iBAAkB;EAChB,MAAM,E7BuU4B,0BAAgB;E6BtUlD,WAAW,E7BmUuB,OAAmB;E6BlUrD,cAAc,E7BkUoB,OAAmB;E6BjUrD,YAAY,E7BkUsB,MAAmB;ECldjD,SAAS,EAtCI,UAAwC;;A4B0L3D,iBAAkB;EAChB,MAAM,E7BoU4B,wBAAgB;E6BnUlD,WAAW,E7BgUuB,MAAmB;E6B/TrD,cAAc,E7B+ToB,MAAmB;E6B9TrD,YAAY,E7B+TsB,IAAmB;ECvdjD,SAAS,EAtCI,SAAwC;;A4BuM3D,YAAa;EACX,QAAQ,EAAE,QAAQ;EAClB,OAAO,EAAE,YAAY;EACrB,KAAK,EAAE,IAAI;EACX,MAAM,E7BwU4B,2BAAa;E6BvU/C,aAAa,EAAE,CAAC;;AAGlB,kBAAmB;EACjB,QAAQ,EAAE,QAAQ;EAClB,OAAO,EAAE,CAAC;EACV,KAAK,EAAE,IAAI;EACX,MAAM,E7BgU4B,2BAAa;E6B/T/C,MAAM,EAAE,CAAC;EACT,OAAO,EAAE,CAAC;EAEV,6CAA6B;IAC3B,YAAY,E7B6ToB,OAAyB;I6B5TzD,UAAU,E7BwesB,qCAA2B;E6Bre7D,gDAAgC;IAC9B,gBAAgB,E7B6tBgB,OAAS;E6BztBzC,uDAA6C;IAC3C,OAAO,E7BqUP,QAAQ;E6BjUZ,2DAAyC;IACvC,OAAO,EAAE,iBAAiB;;AAI9B,kBAAmB;EACjB,QAAQ,EAAE,QAAQ;EAClB,GAAG,EAAE,CAAC;EACN,KAAK,
 EAAE,CAA
 
C;EACR,IAAI,EAAE,CAAC;EACP,OAAO,EAAE,CAAC;EACV,MAAM,E7BkS4B,2BAAa;E6BjS/C,OAAO,EAAE,gBAA6C;EAEtD,WAAW,E7BySuB,GAAkB;E6BxSpD,WAAW,E7BsSuB,GAAkB;E6BrSpD,KAAK,E7BsqB6B,OAAwB;E6BrqB1D,gBAAgB,EhB/PH,IAA8B;EgBgQ3C,MAAM,EAAE,iBAAyD;ErB5U/D,aAAa,ERsnBmB,OAAoB;E6BtStD,yBAAS;IACP,QAAQ,EAAE,QAAQ;IAClB,GAAG,EAAE,CAAC;IACN,KAAK,EAAE,CAAC;IACR,MAAM,EAAE,CAAC;IACT,OAAO,EAAE,CAAC;IACV,OAAO,EAAE,KAAK;IACd,MAAM,E7BiR0B,qBAAmB;I6BhRnD,OAAO,EAAE,gBAA6C;IACtD,WAAW,E7BsRqB,GAAkB;I6BrRlD,KAAK,E7BspB2B,OAAwB;I6BrpBxD,OAAO,EAAE,QAAQ;IT1VjB,gBAAgB,EpB6gCgB,OAAS;I6BjrBzC,WAAW,EAAE,OAAO;IrB7VpB,aAAa,EqB8VU,mBAAyD;;AAUpF,aAAc;EACZ,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,mBAAuF;EAC/F,OAAO,EAAE,CAAC;EACV,gBAAgB,EAAE,WAAW;EAC7B,UAAU,EAAE,IAAI;EAEhB,mBAAQ;IACN,OAAO,EAAE,IAAI;IAIb,yCAAwB;MAAE,UAAU,E7B8OK,qDAA2C;I6B7OpF,qCAAwB;MAAE,UAAU,E7B6OK,qDAA2C;I6B5OpF,8BAAwB;MAAE,UAAU,E7B4OK,qDAA2C;E6BzOtF,+BAAoB;IAClB,MAAM,EAAE,CAAC;EAGX,mCAAwB;IACtB,KAAK,E7B8NoC,IAAI;I6B7N7C,MAAM,E7B8NmC,IAAyB;I6B7NlE,UAAU,EAAE,QAA6D;IT/XzE,gB
 AAgB,EP0
 
EV,OAAwB;IgBuT9B,MAAM,E7B6NmC,CAAC;IQ/lB1C,aAAa,ERgmB4B,IAAI;IkB/lB3C,UAAU,EAAE,gGAAW;IWqYzB,UAAU,EAAE,IAAI;IXhYhB,uCAAwC;MWuX1C,mCAAwB;QXtXpB,UAAU,EAAE,IAAI;IWiYlB,0CAAS;MTvYT,gBAAgB,EpBmmByB,OAAkC;E6BvN7E,4CAAiC;IAC/B,KAAK,E7BuM2B,IAAI;I6BtMpC,MAAM,E7BuM0B,MAAK;I6BtMrC,KAAK,EAAE,WAAW;IAClB,MAAM,E7BsM0B,OAAO;I6BrMvC,gBAAgB,E7BymBgB,OAAS;I6BxmBzC,YAAY,EAAE,WAAW;IrBnZzB,aAAa,ERylBmB,IAAI;E6BjMtC,+BAAoB;IAClB,KAAK,E7BmMoC,IAAI;I6BlM7C,MAAM,E7BmMmC,IAAyB;IoB5lBlE,gBAAgB,EP0EV,OAAwB;IgBiV9B,MAAM,E7BmMmC,CAAC;IQ/lB1C,aAAa,ERgmB4B,IAAI;IkB/lB3C,UAAU,EAAE,gGAAW;IW+ZzB,UAAU,EAAE,IAAI;IX1ZhB,uCAAwC;MWkZ1C,+BAAoB;QXjZhB,UAAU,EAAE,IAAI;IW2ZlB,sCAAS;MTjaT,gBAAgB,EpBmmByB,OAAkC;E6B7L7E,+BAAoB;IAClB,KAAK,E7B6K2B,IAAI;I6B5KpC,MAAM,E7B6K0B,MAAK;I6B5KrC,KAAK,EAAE,WAAW;IAClB,MAAM,E7B4K0B,OAAO;I6B3KvC,gBAAgB,E7B+kBgB,OAAS;I6B9kBzC,YAAY,EAAE,WAAW;IrB7azB,aAAa,ERylBmB,IAAI;E6BvKtC,wBAAa;IACX,KAAK,E7ByKoC,IAAI;I6BxK7C,MAAM,E7ByKmC,IAAyB;I6BxKlE,UAAU,EAAE,CAAC;IACb,YAAY,E7B6K6B,MAAkB;I6B5K3D,WAAW,
 E7B4K8B,
 
MAAkB;IoBlmB3D,gBAAgB,EP0EV,OAAwB;IgB8W9B,MAAM,E7BsKmC,CAAC;IQ/lB1C,aAAa,ERgmB4B,IAAI;IkB/lB3C,UAAU,EAAE,gGAAW;IW4bzB,UAAU,EAAE,IAAI;IXvbhB,uCAAwC;MW4a1C,wBAAa;QX3aT,UAAU,EAAE,IAAI;IWwblB,+BAAS;MT9bT,gBAAgB,EpBmmByB,OAAkC;E6BhK7E,wBAAa;IACX,KAAK,E7BgJ2B,IAAI;I6B/IpC,MAAM,E7BgJ0B,MAAK;I6B/IrC,KAAK,EAAE,WAAW;IAClB,MAAM,E7B+I0B,OAAO;I6B9IvC,gBAAgB,EAAE,WAAW;IAC7B,YAAY,EAAE,WAAW;IACzB,YAAY,EAAE,MAA8B;EAI9C,6BAAkB;IAChB,gBAAgB,E7B2iBgB,OAAS;IQ3/BzC,aAAa,ERylBmB,IAAI;E6BrItC,6BAAkB;IAChB,YAAY,EAAE,IAAI;IAClB,gBAAgB,E7BqiBgB,OAAS;IQ3/BzC,aAAa,ERylBmB,IAAI;E6B9HpC,4CAAwB;IACtB,gBAAgB,E7ByIuB,OAAS;E6BtIlD,qDAAiC;IAC/B,MAAM,EAAE,OAAO;EAGjB,wCAAoB;IAClB,gBAAgB,E7BiIuB,OAAS;E6B9HlD,wCAAoB;IAClB,MAAM,EAAE,OAAO;EAGjB,iCAAa;IACX,gBAAgB,E7ByHuB,OAAS;;A6BpHtD;;cAEe;EXlfT,UAAU,EAAE,gGAAW;EAKzB,uCAAwC;IW2e5C;;kBAEe;MX5eT,UAAU,EAAE,IAAI;;AYPtB,IAAK;EACH,OAAO,EAAE,IAAI;EACb,SAAS,EAAE,IAAI;EACf,YAAY,EAAE,CAAC;EACf,aAAa,EAAE,CAAC;EAChB,UAAU,EAAE,IAAI;;AAGlB,SAAU;EACR,OAAO,EAAE,KAAK;EACd,OAAO,EAAE,
 WAAuC;E5
 
BChD,gCACQ;I4BCN,eAAe,EAAE,IAAI;EAIvB,kBAAW;IACT,KAAK,E9B8/B2B,OAAS;I8B7/BzC,cAAc,EAAE,IAAI;IACpB,MAAM,EAAE,OAAO;;AAQnB,SAAU;EACR,aAAa,EAAE,iBAAmD;EAElE,mBAAU;IACR,aAAa,EAAE,IAAuB;EAGxC,mBAAU;IACR,MAAM,EAAE,qBAAwC;ItB3BhD,sBAAsB,ERwqBU,OAAc;IQvqB9C,uBAAuB,ERuqBS,OAAc;IEtqBhD,oDACQ;M4B4BJ,YAAY,E9B0oBkB,uBAA2C;I8BvoB3E,4BAAW;MACT,KAAK,E9Bo+ByB,OAAS;M8Bn+BvC,gBAAgB,EAAE,WAAW;MAC7B,YAAY,EAAE,WAAW;EAI7B;oCACyB;IACvB,KAAK,E9B47B2B,OAAwB;I8B37BxD,gBAAgB,EjBuBL,IAA8B;IiBtBzC,YAAY,E9B+nBoB,oBAA6C;E8B5nB/E,wBAAe;IAEb,UAAU,EAAE,IAAuB;ItBlDnC,sBAAsB,EsBoDK,CAAC;ItBnD5B,uBAAuB,EsBmDI,CAAC;;AAU9B,oBAAU;EtBvER,aAAa,ERurBmB,OAAc;A8B5mBhD;4BACkB;EAChB,KAAK,EjBDM,IAA8B;EiBEzC,gBAAgB,EjBHV,OAAwB;;AiBahC,mBAAU;EACR,IAAI,EAAE,QAAQ;EACd,UAAU,EAAE,MAAM;;AAKpB,wBAAU;EACR,UAAU,EAAE,CAAC;EACb,SAAS,EAAE,CAAC;EACZ,UAAU,EAAE,MAAM;;AAUpB,wBAAY;EACV,OAAO,EAAE,IAAI;AAEf,sBAAU;EACR,OAAO,EAAE,KAAK;;ACpGlB,OAAQ;EACN,QAAQ,EAAE,QAAQ;EAClB,OAAO,EAAE,IAAI;EACb,SAAS,EAAE,IAAI;EACf,WAAW,EAAE,MAAM;EACnB,eAAe,EAAE,aA
 Aa;EAC9B
 
,OAAO,EAAE,WAAmC;EAI5C;4BACmB;IACjB,OAAO,EAAE,IAAI;IACb,SAAS,EAAE,IAAI;IACf,WAAW,EAAE,MAAM;IACnB,eAAe,EAAE,aAAa;;AASlC,aAAc;EACZ,OAAO,EAAE,YAAY;EACrB,WAAW,E/BoqBwB,WAA4C;E+BnqB/E,cAAc,E/BmqBqB,WAA4C;E+BlqB/E,YAAY,E/B0pBsB,IAAO;ECxkBrC,SAAS,EAtCI,SAAwC;E8B1CzD,WAAW,EAAE,OAAO;EACpB,WAAW,EAAE,MAAM;E7BhCnB,wCACQ;I6BkCN,eAAe,EAAE,IAAI;;AASzB,WAAY;EACV,OAAO,EAAE,IAAI;EACb,cAAc,EAAE,MAAM;EACtB,YAAY,EAAE,CAAC;EACf,aAAa,EAAE,CAAC;EAChB,UAAU,EAAE,IAAI;EAEhB,qBAAU;IACR,aAAa,EAAE,CAAC;IAChB,YAAY,EAAE,CAAC;EAGjB,0BAAe;IACb,QAAQ,EAAE,MAAM;IAChB,KAAK,EAAE,IAAI;;AASf,YAAa;EACX,OAAO,EAAE,YAAY;EACrB,WAAW,E/B2lBuB,MAAK;E+B1lBvC,cAAc,E/B0lBoB,MAAK;;A+B9kBzC,gBAAiB;EACf,UAAU,EAAE,IAAI;EAChB,SAAS,EAAE,CAAC;EAGZ,WAAW,EAAE,MAAM;;AAIrB,eAAgB;EACd,OAAO,EAAE,eAAmD;E9BmBxD,SAAS,EAtCI,SAAwC;E8BqBzD,WAAW,EAAE,CAAC;EACd,gBAAgB,EAAE,WAAW;EAC7B,MAAM,EAAE,qBAA+B;EvB3GrC,aAAa,ER+sBmB,OAAkB;EEpsBpD,4CACQ;I6BmGN,eAAe,EAAE,IAAI;;AAMzB,oBAAqB;EACnB,OAAO,EAAE,YAAY;EACrB,KAAK,EAAE,KAAK;EACZ,MAAM,EAAE,KAAK;EACb,cAAc
 ,EAAE,MA
 
AM;EACtB,OAAO,EAAE,EAAE;EACX,UAAU,EAAE,uBAAuB;EACnC,eAAe,EAAE,SAAS;;AnBxDxB,4BAAyB;EmBoErB;sCACmB;IACjB,aAAa,EAAE,CAAC;IAChB,YAAY,EAAE,CAAC;AnBpFrB,yBAAyB;EmB+EzB,iBAAW;IAUP,SAAS,EAAE,UAAU;IACrB,eAAe,EAAE,UAAU;IAE3B,6BAAY;MACV,cAAc,EAAE,GAAG;MAEnB,4CAAe;QACb,QAAQ,EAAE,QAAQ;MAGpB,uCAAU;QACR,aAAa,E/ByiBW,MAAK;Q+BxiB7B,YAAY,E/BwiBY,MAAK;I+BniBjC;wCACmB;MACjB,SAAS,EAAE,MAAM;IAGnB,kCAAiB;MACf,OAAO,EAAE,eAAe;MAGxB,UAAU,EAAE,IAAI;IAGlB,iCAAgB;MACd,OAAO,EAAE,IAAI;AnB1GnB,4BAAyB;EmBoErB;sCACmB;IACjB,aAAa,EAAE,CAAC;IAChB,YAAY,EAAE,CAAC;AnBpFrB,yBAAyB;EmB+EzB,iBAAW;IAUP,SAAS,EAAE,UAAU;IACrB,eAAe,EAAE,UAAU;IAE3B,6BAAY;MACV,cAAc,EAAE,GAAG;MAEnB,4CAAe;QACb,QAAQ,EAAE,QAAQ;MAGpB,uCAAU;QACR,aAAa,E/ByiBW,MAAK;Q+BxiB7B,YAAY,E/BwiBY,MAAK;I+BniBjC;wCACmB;MACjB,SAAS,EAAE,MAAM;IAGnB,kCAAiB;MACf,OAAO,EAAE,eAAe;MAGxB,UAAU,EAAE,IAAI;IAGlB,iCAAgB;MACd,OAAO,EAAE,IAAI;AnB1GnB,4BAAyB;EmBoErB;sCACmB;IACjB,aAAa,EAAE,CAAC;IAChB,YAAY,EAAE,CAAC;AnBpFrB,yBAAyB;EmB+EzB,iBAAW;IAUP,SAAS,EAAE,UAAU;IACrB,eAAe,EAAE,
 UAAU;IAE
 
3B,6BAAY;MACV,cAAc,EAAE,GAAG;MAEnB,4CAAe;QACb,QAAQ,EAAE,QAAQ;MAGpB,uCAAU;QACR,aAAa,E/ByiBW,MAAK;Q+BxiB7B,YAAY,E/BwiBY,MAAK;I+BniBjC;wCACmB;MACjB,SAAS,EAAE,MAAM;IAGnB,kCAAiB;MACf,OAAO,EAAE,eAAe;MAGxB,UAAU,EAAE,IAAI;IAGlB,iCAAgB;MACd,OAAO,EAAE,IAAI;AnB1GnB,6BAAyB;EmBoErB;sCACmB;IACjB,aAAa,EAAE,CAAC;IAChB,YAAY,EAAE,CAAC;AnBpFrB,0BAAyB;EmB+EzB,iBAAW;IAUP,SAAS,EAAE,UAAU;IACrB,eAAe,EAAE,UAAU;IAE3B,6BAAY;MACV,cAAc,EAAE,GAAG;MAEnB,4CAAe;QACb,QAAQ,EAAE,QAAQ;MAGpB,uCAAU;QACR,aAAa,E/ByiBW,MAAK;Q+BxiB7B,YAAY,E/BwiBY,MAAK;I+BniBjC;wCACmB;MACjB,SAAS,EAAE,MAAM;IAGnB,kCAAiB;MACf,OAAO,EAAE,eAAe;MAGxB,UAAU,EAAE,IAAI;IAGlB,iCAAgB;MACd,OAAO,EAAE,IAAI;AAxCnB,cAAW;EAUP,SAAS,EAAE,UAAU;EACrB,eAAe,EAAE,UAAU;EAT3B;mCACmB;IACjB,aAAa,EAAE,CAAC;IAChB,YAAY,EAAE,CAAC;EAQjB,0BAAY;IACV,cAAc,EAAE,GAAG;IAEnB,yCAAe;MACb,QAAQ,EAAE,QAAQ;IAGpB,oCAAU;MACR,aAAa,E/ByiBW,MAAK;M+BxiB7B,YAAY,E/BwiBY,MAAK;E+BniBjC;mCACmB;IACjB,SAAS,EAAE,MAAM;EAGnB,+BAAiB;IACf,OAAO,EAAE,eAAe;IAGxB,UAAU,EAAE,IAAI;EAGlB,8BAAgB;IACd,OAAO,EA
 AE,IAAI;
 
;AAcrB,2BAAc;EACZ,KAAK,E/BmiBiC,kBAA0B;EErtBlE,oEACQ;I6BoLJ,KAAK,E/BgiB+B,kBAA0B;A+B3hBhE,mCAAU;EACR,KAAK,E/BkhByB,kBAAgB;EE7sBlD,oFACQ;I6B6LF,KAAK,E/BghBuB,kBAAgB;E+B7gB9C,4CAAW;IACT,KAAK,E/B8gBuB,kBAAgB;A+B1gBhD;;;0CAGiB;EACf,KAAK,E/B2gB+B,kBAA0B;A+BvgBlE,6BAAgB;EACd,KAAK,E/B8f2B,kBAAgB;E+B7fhD,YAAY,E/BkgBoB,kBAAgB;A+B/flD,kCAAqB;EACnB,gBAAgB,E/B6fgB,sOAAmQ;A+B1frS,0BAAa;EACX,KAAK,E/Bqf2B,kBAAgB;E+BpfhD,4BAAE;IACA,KAAK,E/B2f+B,kBAA0B;IErtBlE,sEACQ;M6B4NF,KAAK,E/Bwf6B,kBAA0B;;A+BhflE,0BAAc;EACZ,KAAK,ElBrKM,IAA8B;EXjE3C,kEACQ;I6BwOJ,KAAK,ElBxKI,IAA8B;AkB6KzC,kCAAU;EACR,KAAK,E/BudyB,wBAAgB;EEtsBlD,kFACQ;I6BiPF,KAAK,E/BqduB,yBAAiB;E+Bld/C,2CAAW;IACT,KAAK,E/BmduB,yBAAiB;A+B/cjD;;;yCAGiB;EACf,KAAK,ElB7LI,IAA8B;AkBiM3C,4BAAgB;EACd,KAAK,E/Bmc2B,wBAAgB;E+BlchD,YAAY,E/BucoB,wBAAgB;A+BpclD,iCAAqB;EACnB,gBAAgB,E/BkcgB,4OAAkQ;A+B/bpS,yBAAa;EACX,KAAK,E/B0b2B,wBAAgB;E+BzbhD,2BAAE;IACA,KAAK,ElB7MI,IAA8B;IXjE3C,oEACQ;M6BgRF,KAAK,ElBhNE,IAA8B;;AmB7E7C,KAAM;EACJ,QAAQ,EAAE,QAAQ;EAClB,OAAO,EAA
 E,IAAI;E
 
ACb,cAAc,EAAE,MAAM;EACtB,SAAS,EAAE,CAAC;EACZ,SAAS,EAAE,UAAU;EACrB,gBAAgB,EnBuEH,IAA8B;EmBtE3C,eAAe,EAAE,UAAU;EAC3B,MAAM,EAAE,8BAA2C;ExBPjD,aAAa,ERizBmB,OAAc;EgCvyBhD,UAAK;IACH,YAAY,EAAE,CAAC;IACf,WAAW,EAAE,CAAC;EAId,4DAA6B;IxBP7B,sBAAsB,ERwyBU,OAAc;IQvyB9C,uBAAuB,ERuyBS,OAAc;EgC3xB9C,0DAA4B;IxBC5B,0BAA0B,ER0xBM,OAAc;IQzxB9C,yBAAyB,ERyxBO,OAAc;;AgCrxBlD,UAAW;EAGT,IAAI,EAAE,QAAQ;EACd,OAAO,EhC+wB2B,OAAO;;AgC3wB3C,WAAY;EACV,aAAa,EhCywBqB,OAAM;;AgCtwB1C,cAAe;EACb,UAAU,EAAE,SAAmB;EAC/B,aAAa,EAAE,CAAC;;AAGlB,qBAAsB;EACpB,aAAa,EAAE,CAAC;;A9BvChB,gBAAQ;E8B4CN,eAAe,EAAE,IAAI;AAGvB,uBAAa;EACX,WAAW,EhCwvBqB,OAAO;;AgChvB3C,YAAa;EACX,OAAO,EAAE,eAA6B;EACtC,aAAa,EAAE,CAAC;EAEhB,gBAAgB,EhCivBkB,mBAAiB;EgChvBnD,aAAa,EAAE,8BAA2C;EAE1D,wBAAc;IxBtEZ,aAAa,EwBuEU,2CAAuD;EAI9E,uDAA6B;IAC3B,UAAU,EAAE,CAAC;;AAKnB,YAAa;EACX,OAAO,EAAE,eAA6B;EACtC,gBAAgB,EhCiuBkB,mBAAiB;EgChuBnD,UAAU,EAAE,8BAA2C;EAEvD,uBAAa;IxBtFX,aAAa,EwBuFU,2CAAuD;;AASlF,iBAAkB;EAChB,YAAY,EAAE,SAAmB;EACjC,aAAa,EAAE,QAAe;EAC9B,WAAW,EAA
 E,SAAmB;
 
EAChC,aAAa,EAAE,CAAC;;AAGlB,kBAAmB;EACjB,YAAY,EAAE,SAAmB;EACjC,WAAW,EAAE,SAAmB;;AAIlC,iBAAkB;EAChB,QAAQ,EAAE,QAAQ;EAClB,GAAG,EAAE,CAAC;EACN,KAAK,EAAE,CAAC;EACR,MAAM,EAAE,CAAC;EACT,IAAI,EAAE,CAAC;EACP,OAAO,EhCssB2B,OAAO;;AgCnsB3C,SAAU;EACR,KAAK,EAAE,IAAI;ExBvHT,aAAa,ERmzBmB,mBAAqD;;AgCvrBzF,aAAc;EACZ,KAAK,EAAE,IAAI;ExBpHT,sBAAsB,ER0yBU,mBAAqD;EQzyBrF,uBAAuB,ERyyBS,mBAAqD;;AgClrBzF,gBAAiB;EACf,KAAK,EAAE,IAAI;ExB3GT,0BAA0B,ER4xBM,mBAAqD;EQ3xBrF,yBAAyB,ER2xBO,mBAAqD;;AgC1qBzF,UAAW;EACT,OAAO,EAAE,IAAI;EACb,cAAc,EAAE,MAAM;EAEtB,gBAAM;IACJ,aAAa,EhC8qBmB,IAAkB;EYrwBlD,yBAAyB;IoBkF7B,UAAW;MASP,SAAS,EAAE,QAAQ;MACnB,YAAY,EAAE,KAAkB;MAChC,WAAW,EAAE,KAAkB;MAE/B,gBAAM;QACJ,OAAO,EAAE,IAAI;QAEb,IAAI,EAAE,MAAM;QACZ,cAAc,EAAE,MAAM;QACtB,YAAY,EhCiqBkB,IAAkB;QgChqBhD,aAAa,EAAE,CAAC;QAChB,WAAW,EhC+pBmB,IAAkB;;AgCrpBtD,WAAY;EACV,OAAO,EAAE,IAAI;EACb,cAAc,EAAE,MAAM;EAItB,mBAAQ;IACN,aAAa,EhC8oBmB,IAAkB;EYrwBlD,yBAAyB;IoBgH7B,WAAY;MAWR,SAAS,EAAE,QAAQ;MAGnB,mBAAQ;QAEN,IAAI,EAAE,MAAM;QACZ,aAAa,EAAE,CAA
 C;QAEhB,
 
2BAAQ;UACN,WAAW,EAAE,CAAC;UACd,WAAW,EAAE,CAAC;QAKd,oCAAmB;UxBjLvB,uBAAuB,EwBkLY,CAAC;UxBjLpC,0BAA0B,EwBiLS,CAAC;UAE9B;2DACa;YAEX,uBAAuB,EAAE,CAAC;UAE5B;2DACa;YAEX,0BAA0B,EAAE,CAAC;QAIjC,qCAAoB;UxBlLxB,sBAAsB,EwBmLY,CAAC;UxBlLnC,yBAAyB,EwBkLS,CAAC;UAE7B;4DACa;YAEX,sBAAsB,EAAE,CAAC;UAE3B;4DACa;YAEX,yBAAyB,EAAE,CAAC;;AActC,mBAAM;EACJ,aAAa,EhCslBmB,OAAc;AYzwB9C,yBAAyB;EoBiL7B,aAAc;IAMV,YAAY,EhCglBoB,CAAC;IgC/kBjC,UAAU,EhCglBsB,OAAO;IgC/kBvC,OAAO,EAAE,CAAC;IACV,MAAM,EAAE,CAAC;IAET,mBAAM;MACJ,OAAO,EAAE,YAAY;MACrB,KAAK,EAAE,IAAI;;AAWf,kBAAQ;EACN,QAAQ,EAAE,MAAM;EAGd,+DAAyB;IxBpQ3B,aAAa,EwBqQc,CAAC;EAG1B,yDAAqB;IACnB,aAAa,EAAE,CAAC;IxBzQpB,aAAa,EwB0Qc,CAAC;EAI5B,gCAAgB;IACd,aAAa,EAAE,CAAC;IxBxPlB,0BAA0B,EwByPM,CAAC;IxBxPjC,yBAAyB,EwBwPO,CAAC;EAGjC,+BAAe;IxB1Qf,sBAAsB,EwB2QO,CAAC;IxB1Q9B,uBAAuB,EwB0QM,CAAC;EAG9B,+BAAa;IACX,aAAa,EAAE,IAAmB;;AC7RxC,WAAY;EACV,OAAO,EAAE,IAAI;EACb,SAAS,EAAE,IAAI;EACf,OAAO,EAAE,YAA2C;EACpD,aAAa,EjC6gCqB,IAAI;EiC5gCtC,UAAU,EAAE,IAAI;EAChB,gBAAgB,EjC6gCkB,OAA
 S;EQ9gCz
 
C,aAAa,ERmhCmB,OAAc;;AiC5gChD,mCAAmB;EACjB,YAAY,EjCkgCoB,MAAK;EiChgCrC,2CAAU;IACR,OAAO,EAAE,YAAY;IACrB,aAAa,EjC8/BiB,MAAK;IiC7/BnC,KAAK,EjCmgCyB,OAAS;IiClgCvC,OAAO,EjCmgCuB,GAAU;AiCz/B5C,iDAAiC;EAC/B,eAAe,EAAE,SAAS;AAG5B,iDAAiC;EAC/B,eAAe,EAAE,IAAI;AAGvB,uBAAS;EACP,KAAK,EjC++B2B,OAAS;;AkCrhC7C,WAAY;EACV,OAAO,EAAE,IAAI;E9BGb,YAAY,EAAE,CAAC;EACf,UAAU,EAAE,IAAI;EIAd,aAAa,ERqOa,OAAM;;AkCpOpC,UAAW;EACT,QAAQ,EAAE,QAAQ;EAClB,OAAO,EAAE,KAAK;EACd,OAAO,EAAE,cAA2C;EACpD,WAAW,EAAE,IAAyB;EACtC,WAAW,ElCwwBuB,IAAI;EkCvwBtC,KAAK,ErBoEG,OAAwB;EqBnEhC,gBAAgB,ErBoEH,IAA8B;EqBnE3C,MAAM,EAAE,iBAAuD;EAE/D,gBAAQ;IACN,OAAO,EAAE,CAAC;IACV,KAAK,ElC2wB2B,OAAiB;IkC1wBjD,eAAe,EAAE,IAAI;IACrB,gBAAgB,ElC+/BgB,OAAS;IkC9/BzC,YAAY,ElC2+BoB,OAAS;EkCx+B3C,gBAAQ;IACN,OAAO,EAAE,CAAC;IACV,OAAO,ElCiwByB,CAAC;IkChwBjC,UAAU,ElC+vBsB,qCAA2B;;AkCzvB3D,iCAAW;EACT,WAAW,EAAE,CAAC;E1BChB,sBAAsB,ERuMI,OAAM;EQtMhC,yBAAyB,ERsMC,OAAM;AkCnMhC,gCAAW;E1BlBX,uBAAuB,ERqNG,OAAM;EQpNhC,0BAA0B,ERoNA,OAAM;AkC9LlC,4BAAoB;EAClB,OAAO,EAA
 E,CAAC;E
 
ACV,KAAK,ErBmCM,IAA8B;EqBlCzC,gBAAgB,ErBiCV,OAAwB;EqBhC9B,YAAY,ErBgCN,OAAwB;AqB7BhC,8BAAsB;EACpB,KAAK,ElCi+B2B,OAAS;EkCh+BzC,cAAc,EAAE,IAAI;EAEpB,MAAM,EAAE,IAAI;EACZ,gBAAgB,ErByBL,IAA8B;EqBxBzC,YAAY,ElCu8BoB,OAAS;;AmC7/B3C,yBAAW;EACT,OAAO,EAAE,cAAqB;ElC2H5B,SAAS,EAtCI,SAAwC;EkCnFvD,WAAW,EnC8Ne,GAAG;AmCzN3B,gDAAW;E3BwBb,sBAAsB,ERwMI,MAAK;EQvM/B,yBAAyB,ERuMC,MAAK;AmC3N7B,+CAAW;E3BKb,uBAAuB,ERsNG,MAAK;EQrN/B,0BAA0B,ERqNA,MAAK;;AmCxOjC,yBAAW;EACT,OAAO,EAAE,cAAqB;ElC2H5B,SAAS,EAtCI,UAAwC;EkCnFvD,WAAW,EnC+Ne,GAAG;AmC1N3B,gDAAW;E3BwBb,sBAAsB,ERyMI,MAAK;EQxM/B,yBAAyB,ERwMC,MAAK;AmC5N7B,+CAAW;E3BKb,uBAAuB,ERuNG,MAAK;EQtN/B,0BAA0B,ERsNA,MAAK;;AoCvOnC,MAAO;EACL,OAAO,EAAE,YAAY;EACrB,OAAO,EAAE,YAAiC;EnCiExC,SAAS,EAAE,GAAoB;EmC/DjC,WAAW,EpCu4BuB,GAAiB;EoCt4BnD,WAAW,EAAE,CAAC;EACd,UAAU,EAAE,MAAM;EAClB,WAAW,EAAE,MAAM;EACnB,cAAc,EAAE,QAAQ;E5BRtB,aAAa,ER84BmB,OAAc;EkB74B5C,UAAU,EAAE,yHAAW;EAKzB,uCAAwC;IkBN5C,MAAO;MlBOD,UAAU,EAAE,IAAI;EhBIpB,4BACQ;IkCEJ,eAAe,EAAE,IAAI;EAKzB,YAAQ;IACN,OAAO,EAAE
 ,IAAI;;A
 
AKjB,WAAY;EACV,QAAQ,EAAE,QAAQ;EAClB,GAAG,EAAE,IAAI;;AAOX,WAAY;EACV,aAAa,EpCg3BqB,KAAI;EoC/2BtC,YAAY,EpC+2BsB,KAAI;EQn5BpC,aAAa,ERs5BmB,KAAK;;AoCz2BvC,cAAiB;ECjDjB,KAAK,ExBgFQ,IAA8B;EwB/E3C,gBAAgB,ExB8ER,OAAwB;EXhEhC,4CACQ;ImCXJ,KAAK,ExB2EI,IAA8B;IwB1EvC,gBAAgB,EAAE,OAAgB;EAGpC,4CACQ;IACN,OAAO,EAAE,CAAC;IACV,UAAU,EAAE,oCAAsC;;ADqCtD,gBAAiB;ECjDjB,KAAK,ErCmlC6B,OAAS;EqCllC3C,gBAAgB,ExB8ER,OAAwB;EXhEhC,gDACQ;ImCXJ,KAAK,ErC8kCyB,OAAS;IqC7kCvC,gBAAgB,EAAE,OAAgB;EAGpC,gDACQ;IACN,OAAO,EAAE,CAAC;IACV,UAAU,EAAE,oCAAsC;;ADqCtD,cAAiB;ECjDjB,KAAK,ExBgFQ,IAA8B;EwB/E3C,gBAAgB,ExB8ER,OAAwB;EXhEhC,4CACQ;ImCXJ,KAAK,ExB2EI,IAA8B;IwB1EvC,gBAAgB,EAAE,OAAgB;EAGpC,4CACQ;IACN,OAAO,EAAE,CAAC;IACV,UAAU,EAAE,mCAAsC;;ADqCtD,WAAiB;ECjDjB,KAAK,ErCmlC6B,OAAS;EqCllC3C,gBAAgB,ExB8ER,OAAwB;EXhEhC,sCACQ;ImCXJ,KAAK,ErC8kCyB,OAAS;IqC7kCvC,gBAAgB,EAAE,OAAgB;EAGpC,sCACQ;IACN,OAAO,EAAE,CAAC;IACV,UAAU,EAAE,qCAAsC;;ADqCtD,cAAiB;ECjDjB,KAAK,ErCmlC6B,OAAS;EqCllC3C,gBAAgB,ExB8ER,OAAwB;EXhEhC,4CACQ;ImCXJ,KAAK,ErC8kCyB,
 OAAS;IqC
 
7kCvC,gBAAgB,EAAE,OAAgB;EAGpC,4CACQ;IACN,OAAO,EAAE,CAAC;IACV,UAAU,EAAE,mCAAsC;;ADqCtD,aAAiB;ECjDjB,KAAK,ExBgFQ,IAA8B;EwB/E3C,gBAAgB,ExB8ER,OAAwB;EXhEhC,0CACQ;ImCXJ,KAAK,ExB2EI,IAA8B;IwB1EvC,gBAAgB,EAAE,OAAgB;EAGpC,0CACQ;IACN,OAAO,EAAE,CAAC;IACV,UAAU,EAAE,mCAAsC;;ADqCtD,YAAiB;ECjDjB,KAAK,ErCmlC6B,OAAS;EqCllC3C,gBAAgB,ExB8ER,OAAwB;EXhEhC,wCACQ;ImCXJ,KAAK,ErC8kCyB,OAAS;IqC7kCvC,gBAAgB,EAAE,OAAgB;EAGpC,wCACQ;IACN,OAAO,EAAE,CAAC;IACV,UAAU,EAAE,qCAAsC;;ADqCtD,WAAiB;ECjDjB,KAAK,ExBgFQ,IAA8B;EwB/E3C,gBAAgB,ExB8ER,OAAwB;EXhEhC,sCACQ;ImCXJ,KAAK,ExB2EI,IAA8B;IwB1EvC,gBAAgB,EAAE,KAAgB;EAGpC,sCACQ;IACN,OAAO,EAAE,CAAC;IACV,UAAU,EAAE,gCAAsC;;ADqCtD,eAAiB;ECjDjB,KAAK,ErCmlC6B,OAAS;EqCllC3C,gBAAgB,ExB8ER,OAAwB;EXhEhC,8CACQ;ImCXJ,KAAK,ErC8kCyB,OAAS;IqC7kCvC,gBAAgB,EAAE,OAAgB;EAGpC,8CACQ;IACN,OAAO,EAAE,CAAC;IACV,UAAU,EAAE,oCAAsC;;ACbxD,UAAW;EACT,OAAO,EAAE,SAA2C;EACpD,aAAa,EtC0yBqB,IAAI;EsCxyBtC,gBAAgB,EtC+gCkB,OAAS;EQ9gCzC,aAAa,ERsOa,MAAK;EY/K/B,yBAAyB;I0B5D7B,UAAW;MAQP,OAAO,EAAE,SAA2C;;AAIxD,
 gBAAiB;E
 
ACf,aAAa,EAAE,CAAC;EAChB,YAAY,EAAE,CAAC;E9BTb,aAAa,E8BUQ,CAAC;;ACX1B,MAAO;EACL,QAAQ,EAAE,QAAQ;EAClB,OAAO,EAAE,eAAiC;EAC1C,aAAa,EvCm8BqB,IAAI;EuCl8BtC,MAAM,EAAE,qBAAqC;E/BH3C,aAAa,ERs8BmB,OAAc;;AuC97BlD,cAAe;EAEb,KAAK,EAAE,OAAO;;AAIhB,WAAY;EACV,WAAW,EvCw7BuB,GAAiB;;AuCh7BrD,kBAAmB;EACjB,aAAa,EAAE,QAAuC;EAGtD,yBAAO;IACL,QAAQ,EAAE,QAAQ;IAClB,GAAG,EAAE,CAAC;IACN,KAAK,EAAE,CAAC;IACR,OAAO,EAAE,eAAiC;IAC1C,KAAK,EAAE,OAAO;;AAUhB,cAAiB;EC9CjB,KAAK,EAAE,OAAM;EpBKX,gBAAgB,EAAE,OAAM;EoBH1B,YAAY,EAAE,OAAO;EAErB,iBAAG;IACD,gBAAgB,EAAE,OAAmB;EAGvC,0BAAY;IACV,KAAK,EAAE,OAAmB;;ADqC5B,gBAAiB;EC9CjB,KAAK,EAAE,OAAM;EpBKX,gBAAgB,EAAE,OAAM;EoBH1B,YAAY,EAAE,OAAO;EAErB,mBAAG;IACD,gBAAgB,EAAE,OAAmB;EAGvC,4BAAY;IACV,KAAK,EAAE,OAAmB;;ADqC5B,cAAiB;EC9CjB,KAAK,EAAE,OAAM;EpBKX,gBAAgB,EAAE,OAAM;EoBH1B,YAAY,EAAE,OAAO;EAErB,iBAAG;IACD,gBAAgB,EAAE,OAAmB;EAGvC,0BAAY;IACV,KAAK,EAAE,OAAmB;;ADqC5B,WAAiB;EC9CjB,KAAK,EAAE,OAAM;EpBKX,gBAAgB,EAAE,OAAM;EoBH1B,YAAY,EAAE,OAAO;EAErB,cAAG;IACD,gBAAgB,EAAE,OAAmB;EAGvC,uBA
 AY;IACV,
 
KAAK,EAAE,OAAmB;;ADqC5B,cAAiB;EC9CjB,KAAK,EAAE,OAAM;EpBKX,gBAAgB,EAAE,OAAM;EoBH1B,YAAY,EAAE,OAAO;EAErB,iBAAG;IACD,gBAAgB,EAAE,OAAmB;EAGvC,0BAAY;IACV,KAAK,EAAE,OAAmB;;ADqC5B,aAAiB;EC9CjB,KAAK,EAAE,OAAM;EpBKX,gBAAgB,EAAE,OAAM;EoBH1B,YAAY,EAAE,OAAO;EAErB,gBAAG;IACD,gBAAgB,EAAE,OAAmB;EAGvC,yBAAY;IACV,KAAK,EAAE,OAAmB;;ADqC5B,YAAiB;EC9CjB,KAAK,EAAE,OAAM;EpBKX,gBAAgB,EAAE,OAAM;EoBH1B,YAAY,EAAE,OAAO;EAErB,eAAG;IACD,gBAAgB,EAAE,OAAmB;EAGvC,wBAAY;IACV,KAAK,EAAE,OAAmB;;ADqC5B,WAAiB;EC9CjB,KAAK,EAAE,OAAM;EpBKX,gBAAgB,EAAE,OAAM;EoBH1B,YAAY,EAAE,OAAO;EAErB,cAAG;IACD,gBAAgB,EAAE,OAAmB;EAGvC,uBAAY;IACV,KAAK,EAAE,KAAmB;;ADqC5B,eAAiB;EC9CjB,KAAK,EAAE,OAAM;EpBKX,gBAAgB,EAAE,OAAM;EoBH1B,YAAY,EAAE,OAAO;EAErB,kBAAG;IACD,gBAAgB,EAAE,OAAmB;EAGvC,2BAAY;IACV,KAAK,EAAE,OAAmB;;ACR5B,+BAGC;EAFC,IAAK;IAAE,mBAAmB,EAAE,MAAkB;EAC9C,EAAG;IAAE,mBAAmB,EAAE,GAAG;AAIjC,SAAU;EACR,OAAO,EAAE,IAAI;EACb,MAAM,EzC48B4B,IAAI;EyC38BtC,QAAQ,EAAE,MAAM;ExCoHZ,SAAS,EAtCI,SAAwC;EwC5EzD,gBAAgB,EzCsgCkB,OAAS;EQ9gCzC,aAAa,ERo9Bm
 B,OAAc;;
 
AyCv8BlD,aAAc;EACZ,OAAO,EAAE,IAAI;EACb,cAAc,EAAE,MAAM;EACtB,eAAe,EAAE,MAAM;EACvB,KAAK,E5B2DQ,IAA8B;E4B1D3C,UAAU,EAAE,MAAM;EAClB,WAAW,EAAE,MAAM;EACnB,gBAAgB,E5BuDR,OAAwB;EK1E5B,UAAU,EAAE,eAAW;EAKzB,uCAAwC;IuBO5C,aAAc;MvBNR,UAAU,EAAE,IAAI;;AuBiBtB,qBAAsB;ErBcpB,gBAAgB,EAAE,mLAA2H;EqBZ7I,eAAe,EAAE,SAAiC;;AAIlD,sBAAuB;EACrB,SAAS,EAAE,uCAAmD;EAE9D,uCAAwC;IAH1C,sBAAuB;MAInB,SAAS,EAAE,IAAI;;ACvCrB,MAAO;EACL,OAAO,EAAE,IAAI;EACb,WAAW,EAAE,UAAU;;AAGzB,WAAY;EACV,IAAI,EAAE,CAAC;;ACFT,WAAY;EACV,OAAO,EAAE,IAAI;EACb,cAAc,EAAE,MAAM;EAGtB,YAAY,EAAE,CAAC;EACf,aAAa,EAAE,CAAC;;AASlB,uBAAwB;EACtB,KAAK,EAAE,IAAI;EACX,KAAK,E3Cg+B6B,OAAwB;E2C/9B1D,UAAU,EAAE,OAAO;EzCNnB,4DACQ;IyCSN,OAAO,EAAE,CAAC;IACV,KAAK,E3C09B2B,OAAwB;I2Cz9BxD,eAAe,EAAE,IAAI;IACrB,gBAAgB,E3C+8BgB,OAAS;E2C58B3C,8BAAS;IACP,KAAK,E3CmjC2B,OAAS;I2CljCzC,gBAAgB,E3Ci/BgB,OAAS;;A2Cx+B7C,gBAAiB;EACf,QAAQ,EAAE,QAAQ;EAClB,OAAO,EAAE,KAAK;EACd,OAAO,EAAE,eAAqD;EAE9D,aAAa,EAAE,IAAyB;EAExC,gBAAgB,E9B+BH,IAA8B;E8B9B3C,MAAM,EAAE,8BAAuD;EAE/D,4BAAc
 ;InCvCZ,
 
sBAAsB,ERy9BU,OAAc;IQx9B9C,uBAAuB,ERw9BS,OAAc;E2C96BhD,2BAAa;IACX,aAAa,EAAE,CAAC;InC9BhB,0BAA0B,ER28BM,OAAc;IQ18B9C,yBAAyB,ER08BO,OAAc;E2Cz6BhD,oDACW;IACT,KAAK,E3Cq9B2B,OAAS;I2Cp9BzC,cAAc,EAAE,IAAI;IACpB,gBAAgB,E9BeL,IAA8B;E8BX3C,uBAAS;IACP,OAAO,EAAE,CAAC;IACV,KAAK,E9BSM,IAA8B;I8BRzC,gBAAgB,E9BOV,OAAwB;I8BN9B,YAAY,E9BMN,OAAwB;;A8BO9B,sBAAgC;EAC9B,cAAc,EAAE,GAAG;EAEnB,uCAAiB;IACf,YAAY,EAAE,IAAyB;IACvC,aAAa,EAAE,CAAC;IAEhB,mDAAc;MnC3DlB,sBAAsB,ERo8BU,OAAc;MQn8B9C,yBAAyB,ERm8BO,OAAc;MQv7B9C,uBAAuB,EmCgDgB,CAAC;IAGpC,kDAAa;MACX,YAAY,EAAE,CAAC;MnC/ErB,uBAAuB,ERk9BS,OAAc;MQj9B9C,0BAA0B,ERi9BM,OAAc;MQ36B9C,yBAAyB,EmC0CgB,CAAC;;A/B1C1C,yBAAyB;E+B2BzB,yBAAgC;IAC9B,cAAc,EAAE,GAAG;IAEnB,0CAAiB;MACf,YAAY,EAAE,IAAyB;MACvC,aAAa,EAAE,CAAC;MAEhB,sDAAc;QnC3DlB,sBAAsB,ERo8BU,OAAc;QQn8B9C,yBAAyB,ERm8BO,OAAc;QQv7B9C,uBAAuB,EmCgDgB,CAAC;MAGpC,qDAAa;QACX,YAAY,EAAE,CAAC;QnC/ErB,uBAAuB,ERk9BS,OAAc;QQj9B9C,0BAA0B,ERi9BM,OAAc;QQ36B9C,yBAAyB,EmC0CgB,CAAC;A/B1C1C,yBAAyB;E+B2BzB,yBAAgC;IAC9B,cAAc,EAAE,G
 AAG;IAEn
 
B,0CAAiB;MACf,YAAY,EAAE,IAAyB;MACvC,aAAa,EAAE,CAAC;MAEhB,sDAAc;QnC3DlB,sBAAsB,ERo8BU,OAAc;QQn8B9C,yBAAyB,ERm8BO,OAAc;QQv7B9C,uBAAuB,EmCgDgB,CAAC;MAGpC,qDAAa;QACX,YAAY,EAAE,CAAC;QnC/ErB,uBAAuB,ERk9BS,OAAc;QQj9B9C,0BAA0B,ERi9BM,OAAc;QQ36B9C,yBAAyB,EmC0CgB,CAAC;A/B1C1C,yBAAyB;E+B2BzB,yBAAgC;IAC9B,cAAc,EAAE,GAAG;IAEnB,0CAAiB;MACf,YAAY,EAAE,IAAyB;MACvC,aAAa,EAAE,CAAC;MAEhB,sDAAc;QnC3DlB,sBAAsB,ERo8BU,OAAc;QQn8B9C,yBAAyB,ERm8BO,OAAc;QQv7B9C,uBAAuB,EmCgDgB,CAAC;MAGpC,qDAAa;QACX,YAAY,EAAE,CAAC;QnC/ErB,uBAAuB,ERk9BS,OAAc;QQj9B9C,0BAA0B,ERi9BM,OAAc;QQ36B9C,yBAAyB,EmC0CgB,CAAC;A/B1C1C,0BAAyB;E+B2BzB,yBAAgC;IAC9B,cAAc,EAAE,GAAG;IAEnB,0CAAiB;MACf,YAAY,EAAE,IAAyB;MACvC,aAAa,EAAE,CAAC;MAEhB,sDAAc;QnC3DlB,sBAAsB,ERo8BU,OAAc;QQn8B9C,yBAAyB,ERm8BO,OAAc;QQv7B9C,uBAAuB,EmCgDgB,CAAC;MAGpC,qDAAa;QACX,YAAY,EAAE,CAAC;QnC/ErB,uBAAuB,ERk9BS,OAAc;QQj9B9C,0BAA0B,ERi9BM,OAAc;QQ36B9C,yBAAyB,EmC0CgB,CAAC;AAc5C,kCAAiB;EACf,YAAY,EAAE,CAAC;EACf,WAAW,EAAE,CAAC;EnCjHd,aAAa,EmCkHU,CAAC;EAExB,6CAAa;IACX,aAAa,EAA
 E,IAAyB;
 
AAK1C,0DAA6B;EAC3B,UAAU,EAAE,CAAC;AAKf,wDAA4B;EAC1B,aAAa,EAAE,CAAC;EAChB,aAAa,EAAE,CAAC;;ACpIpB,wBAA2B;EACzB,KAAK,EAAE,OAAM;EACb,gBAAgB,EAAE,OAAW;E1CW/B,4GACQ;I0CRF,KAAK,EAAE,OAAM;IACb,gBAAgB,EAAE,OAAuB;EAG3C,sDAAS;IACP,KAAK,E/BmEE,IAA8B;I+BlErC,gBAAgB,EAAE,OAAM;IACxB,YAAY,EAAE,OAAM;;AAb1B,0BAA2B;EACzB,KAAK,EAAE,OAAM;EACb,gBAAgB,EAAE,OAAW;E1CW/B,gHACQ;I0CRF,KAAK,EAAE,OAAM;IACb,gBAAgB,EAAE,OAAuB;EAG3C,wDAAS;IACP,KAAK,E/BmEE,IAA8B;I+BlErC,gBAAgB,EAAE,OAAM;IACxB,YAAY,EAAE,OAAM;;AAb1B,wBAA2B;EACzB,KAAK,EAAE,OAAM;EACb,gBAAgB,EAAE,OAAW;E1CW/B,4GACQ;I0CRF,KAAK,EAAE,OAAM;IACb,gBAAgB,EAAE,OAAuB;EAG3C,sDAAS;IACP,KAAK,E/BmEE,IAA8B;I+BlErC,gBAAgB,EAAE,OAAM;IACxB,YAAY,EAAE,OAAM;;AAb1B,qBAA2B;EACzB,KAAK,EAAE,OAAM;EACb,gBAAgB,EAAE,OAAW;E1CW/B,sGACQ;I0CRF,KAAK,EAAE,OAAM;IACb,gBAAgB,EAAE,OAAuB;EAG3C,mDAAS;IACP,KAAK,E/BmEE,IAA8B;I+BlErC,gBAAgB,EAAE,OAAM;IACxB,YAAY,EAAE,OAAM;;AAb1B,wBAA2B;EACzB,KAAK,EAAE,OAAM;EACb,gBAAgB,EAAE,OAAW;E1CW/B,4GACQ;I0CRF,KAAK,EAAE,OAAM;IACb,gBAAgB,EAAE,OAAuB;EAG3C,
 sDAAS;IA
 
CP,KAAK,E/BmEE,IAA8B;I+BlErC,gBAAgB,EAAE,OAAM;IACxB,YAAY,EAAE,OAAM;;AAb1B,uBAA2B;EACzB,KAAK,EAAE,OAAM;EACb,gBAAgB,EAAE,OAAW;E1CW/B,0GACQ;I0CRF,KAAK,EAAE,OAAM;IACb,gBAAgB,EAAE,OAAuB;EAG3C,qDAAS;IACP,KAAK,E/BmEE,IAA8B;I+BlErC,gBAAgB,EAAE,OAAM;IACxB,YAAY,EAAE,OAAM;;AAb1B,sBAA2B;EACzB,KAAK,EAAE,OAAM;EACb,gBAAgB,EAAE,OAAW;E1CW/B,wGACQ;I0CRF,KAAK,EAAE,OAAM;IACb,gBAAgB,EAAE,OAAuB;EAG3C,oDAAS;IACP,KAAK,E/BmEE,IAA8B;I+BlErC,gBAAgB,EAAE,OAAM;IACxB,YAAY,EAAE,OAAM;;AAb1B,qBAA2B;EACzB,KAAK,EAAE,OAAM;EACb,gBAAgB,EAAE,OAAW;E1CW/B,sGACQ;I0CRF,KAAK,EAAE,OAAM;IACb,gBAAgB,EAAE,OAAuB;EAG3C,mDAAS;IACP,KAAK,E/BmEE,IAA8B;I+BlErC,gBAAgB,EAAE,OAAM;IACxB,YAAY,EAAE,OAAM;;AAb1B,yBAA2B;EACzB,KAAK,EAAE,OAAM;EACb,gBAAgB,EAAE,OAAW;E1CW/B,8GACQ;I0CRF,KAAK,EAAE,OAAM;IACb,gBAAgB,EAAE,OAAuB;EAG3C,uDAAS;IACP,KAAK,E/BmEE,IAA8B;I+BlErC,gBAAgB,EAAE,OAAM;IACxB,YAAY,EAAE,OAAM;;AChB5B,MAAO;EACL,KAAK,EAAE,KAAK;E5C8HR,SAAS,EAtCI,QAAwC;E4CtFzD,WAAW,E7CikCuB,GAAiB;E6ChkCnD,WAAW,EAAE,CAAC;EACd,KAAK,EhC4EQ,IAA8B;EgC3E3C,WA
 AW,E7Cgk
 
CuB,YAAe;E6C/jCjD,OAAO,EAAE,EAAE;E3CKX,YAAQ;I2CDN,KAAK,EhCsEM,IAA8B;IgCrEzC,eAAe,EAAE,IAAI;E3CIvB,sFACQ;I2CAJ,OAAO,EAAE,GAAG;;AAWlB,YAAa;EACX,OAAO,EAAE,CAAC;EACV,gBAAgB,EAAE,WAAW;EAC7B,MAAM,EAAE,CAAC;EACT,UAAU,EAAE,IAAI;;AAMlB,gBAAiB;EACf,cAAc,EAAE,IAAI;;ACvCtB,MAAO;EACL,SAAS,E9C43ByB,KAAK;E8C33BvC,QAAQ,EAAE,MAAM;E7C6HZ,SAAS,EAtCI,QAAwC;E6CpFzD,gBAAgB,E9C63BkB,yBAAiB;E8C53BnD,eAAe,EAAE,WAAW;EAC5B,MAAM,EAAE,4BAA6C;EACrD,UAAU,E9C83BwB,oCAAiC;E8C73BnE,eAAe,EAAE,UAAU;EAC3B,OAAO,EAAE,CAAC;EtCLR,aAAa,ERg4BmB,OAAM;E8Cx3BxC,uBAAmB;IACjB,aAAa,E9Cg3BmB,OAAM;E8C72BxC,cAAU;IACR,OAAO,EAAE,CAAC;EAGZ,WAAO;IACL,OAAO,EAAE,KAAK;IACd,OAAO,EAAE,CAAC;EAGZ,WAAO;IACL,OAAO,EAAE,IAAI;;AAIjB,aAAc;EACZ,OAAO,EAAE,IAAI;EACb,WAAW,EAAE,MAAM;EACnB,OAAO,EAAE,eAAiC;EAC1C,KAAK,E9Ck/B6B,OAAS;E8Cj/B3C,gBAAgB,E9Cq2BkB,yBAAiB;E8Cp2BnD,eAAe,EAAE,WAAW;EAC5B,aAAa,EAAE,6BAAoD;;AAGrE,WAAY;EACV,OAAO,E9Co1B2B,OAAM;;A+Cx3B1C,WAAY;EAEV,QAAQ,EAAE,MAAM;EAEhB,kBAAO;IACL,UAAU,EAAE,MAAM;IAClB,UAAU,EAAE,IAAI;;AAKpB,MAAO;EACL,QA
 AQ,EAAE,
 
KAAK;EACf,GAAG,EAAE,CAAC;EACN,IAAI,EAAE,CAAC;EACP,OAAO,E/CopB2B,IAAI;E+CnpBtC,OAAO,EAAE,IAAI;EACb,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,IAAI;EACZ,QAAQ,EAAE,MAAM;EAGhB,OAAO,EAAE,CAAC;;AAOZ,aAAc;EACZ,QAAQ,EAAE,QAAQ;EAClB,KAAK,EAAE,IAAI;EACX,MAAM,E/C63B4B,MAAK;E+C33BvC,cAAc,EAAE,IAAI;EAGpB,yBAAc;I7BrCV,UAAU,EAAE,uBAAW;I6BuCzB,SAAS,E/Ck5BuB,mBAAmB;IkBp7BnD,uCAAwC;M6BgC1C,yBAAc;Q7B/BV,UAAU,EAAE,IAAI;E6BmCpB,yBAAc;IACZ,SAAS,E/Cg5BuB,IAAI;;A+C54BxC,wBAAyB;EACvB,OAAO,EAAE,IAAI;EACb,UAAU,EAAE,iBAAwC;EAEpD,uCAAe;IACb,UAAU,EAAE,kBAAyC;IACrD,QAAQ,EAAE,MAAM;EAGlB;wCACc;IACZ,WAAW,EAAE,CAAC;EAGhB,oCAAY;IACV,UAAU,EAAE,IAAI;;AAIpB,sBAAuB;EACrB,OAAO,EAAE,IAAI;EACb,WAAW,EAAE,MAAM;EACnB,UAAU,EAAE,iBAAwC;EAGpD,8BAAU;IACR,OAAO,EAAE,KAAK;IACd,MAAM,EAAE,kBAAyC;IACjD,OAAO,EAAE,EAAE;EAIb,8CAA0B;IACxB,cAAc,EAAE,MAAM;IACtB,eAAe,EAAE,MAAM;IACvB,MAAM,EAAE,IAAI;IAEZ,6DAAe;MACb,UAAU,EAAE,IAAI;IAGlB,sDAAU;MACR,OAAO,EAAE,IAAI;;AAMnB,cAAe;EACb,QAAQ,EAAE,QAAQ;EAClB,OAAO,EAAE,IAAI;EACb,cAAc,EAAE,MAAM;EACtB,KAAK,EAAE,IA
 AI;EAGX,
 
cAAc,EAAE,IAAI;EACpB,gBAAgB,ElC3BH,IAA8B;EkC4B3C,eAAe,EAAE,WAAW;EAC5B,MAAM,EAAE,4BAA6D;EvCzGnE,aAAa,ERu6BmB,MAAiB;E+C1zBnD,OAAO,EAAE,CAAC;;AAIZ,eAAgB;EACd,QAAQ,EAAE,KAAK;EACf,GAAG,EAAE,CAAC;EACN,IAAI,EAAE,CAAC;EACP,OAAO,E/C8iB2B,IAAI;E+C7iBtC,KAAK,EAAE,KAAK;EACZ,MAAM,EAAE,KAAK;EACb,gBAAgB,ElC5CH,IAA8B;EkC+C3C,oBAAO;IAAE,OAAO,EAAE,CAAC;EACnB,oBAAO;IAAE,OAAO,E/CgzBkB,GAAE;;A+C3yBtC,aAAc;EACZ,OAAO,EAAE,IAAI;EACb,WAAW,EAAE,UAAU;EACvB,eAAe,EAAE,aAAa;EAC9B,OAAO,E/C8yB2B,SAAgD;E+C7yBlF,aAAa,EAAE,iBAA2D;EvC7HxE,sBAAsB,ER85BU,MAAiB;EQ75BjD,uBAAuB,ER65BS,MAAiB;E+C9xBnD,oBAAO;IACL,OAAO,E/CyyByB,SAAgD;I+CvyBhF,MAAM,EAAE,sBAAqF;;AAKjG,YAAa;EACX,aAAa,EAAE,CAAC;EAChB,WAAW,E/C8wBuB,GAAiB;;A+CzwBrD,WAAY;EACV,QAAQ,EAAE,QAAQ;EAGlB,IAAI,EAAE,QAAQ;EACd,OAAO,E/C+vB2B,IAAI;;A+C3vBxC,aAAc;EACZ,OAAO,EAAE,IAAI;EACb,WAAW,EAAE,MAAM;EACnB,eAAe,EAAE,QAAQ;EACzB,OAAO,E/CuvB2B,IAAI;E+CtvBtC,UAAU,EAAE,iBAA2D;EvC/IrE,0BAA0B,ERg5BM,MAAiB;EQ/4BjD,yBAAyB,ER+4BO,MAAiB;E+C7vBnD,kCAAqB;IAAE,WAAW,EAAE,MAAM;EAC1C,iCA
 AoB;IAAE
 
,YAAY,EAAE,MAAM;;AAI5C,wBAAyB;EACvB,QAAQ,EAAE,QAAQ;EAClB,GAAG,EAAE,OAAO;EACZ,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,IAAI;EACZ,QAAQ,EAAE,MAAM;;AnC7Hd,yBAAyB;EmCmI3B,aAAc;IACZ,SAAS,E/C4vBuB,KAAK;I+C3vBrC,MAAM,EAAE,YAAiC;;EAG3C,wBAAyB;IACvB,UAAU,EAAE,mBAAgD;IAE5D,uCAAe;MACb,UAAU,EAAE,oBAAiD;;EAIjE,sBAAuB;IACrB,UAAU,EAAE,mBAAgD;IAE5D,8BAAU;MACR,MAAM,EAAE,oBAAiD;;EAQ7D,SAAU;IAAE,SAAS,E/CquBa,KAAK;AYj4BrC,yBAAyB;EmCgK3B;WACU;IACR,SAAS,E/C6tBuB,KAAK;AY/3BrC,0BAAyB;EmCuK3B,SAAU;IAAE,SAAS,E/CutBa,MAAM;AgDz7B1C,QAAS;EACP,QAAQ,EAAE,QAAQ;EAClB,OAAO,EhDwqB2B,IAAI;EgDvqBtC,OAAO,EAAE,KAAK;EACd,MAAM,EhD60B4B,CAAC;EiDj1BnC,WAAW,EjDiRiB,qLAAuB;EiD/QnD,UAAU,EAAE,MAAM;EAClB,WAAW,EjDuRiB,GAAG;EiDtR/B,WAAW,EjD2RiB,GAAG;EiD1R/B,UAAU,EAAE,IAAI;EAChB,UAAU,EAAE,KAAK;EACjB,eAAe,EAAE,IAAI;EACrB,WAAW,EAAE,IAAI;EACjB,cAAc,EAAE,IAAI;EACpB,cAAc,EAAE,MAAM;EACtB,UAAU,EAAE,MAAM;EAClB,YAAY,EAAE,MAAM;EACpB,WAAW,EAAE,MAAM;EACnB,UAAU,EAAE,IAAI;EhDgHZ,SAAS,EAtCI,UAAwC;E+C9EzD,SAAS,EAAE,UAAU;EACrB,OAAO,EAAE,CAAC;EAEV,aAAO;I
 AAE,OAAO
 
,EhDi0BkB,GAAE;EgD/zBpC,eAAO;IACL,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,KAAK;IACd,KAAK,EhDi0B2B,MAAK;IgDh0BrC,MAAM,EhDi0B0B,MAAK;IgD/zBrC,uBAAU;MACR,QAAQ,EAAE,QAAQ;MAClB,OAAO,EAAE,EAAE;MACX,YAAY,EAAE,WAAW;MACzB,YAAY,EAAE,KAAK;;AAKzB,qDAAgB;EACd,OAAO,EAAE,QAAuB;EAEhC,mEAAO;IACL,MAAM,EAAE,CAAC;IAET,mFAAU;MACR,GAAG,EAAE,CAAC;MACN,YAAY,EAAE,eAAkD;MAChE,gBAAgB,EnCyCP,IAA8B;;AmCpC7C,yDAAkB;EAChB,OAAO,EAAE,QAAuB;EAEhC,uEAAO;IACL,IAAI,EAAE,CAAC;IACP,KAAK,EhDmyB2B,MAAK;IgDlyBrC,MAAM,EhDiyB0B,MAAK;IgD/xBrC,uFAAU;MACR,KAAK,EAAE,CAAC;MACR,YAAY,EAAE,sBAA6E;MAC3F,kBAAkB,EnCyBT,IAA8B;;AmCpB7C,2DAAmB;EACjB,OAAO,EAAE,QAAuB;EAEhC,yEAAO;IACL,GAAG,EAAE,CAAC;IAEN,yFAAU;MACR,MAAM,EAAE,CAAC;MACT,YAAY,EAAE,eAAkD;MAChE,mBAAmB,EnCWV,IAA8B;;AmCN7C,uDAAiB;EACf,OAAO,EAAE,QAAuB;EAEhC,qEAAO;IACL,KAAK,EAAE,CAAC;IACR,KAAK,EhDqwB2B,MAAK;IgDpwBrC,MAAM,EhDmwB0B,MAAK;IgDjwBrC,qFAAU;MACR,IAAI,EAAE,CAAC;MACP,YAAY,EAAE,sBAA6E;MAC3F,iBAAiB,EnCLR,IAA8B;;AmC0B7C,cAAe;EACb,SAAS,EhD+tByB,KAAK;EgD9tBvC,OAAO,EAAE,cAAqC;EAC9C,KA
 AK,EnC7B
 
Q,IAA8B;EmC8B3C,UAAU,EAAE,MAAM;EAClB,gBAAgB,EnC/BH,IAA8B;EL5EzC,aAAa,ERy1BqB,OAAsB;;AkD91B5D,QAAS;EACP,QAAQ,EAAE,QAAQ;EAClB,GAAG,EAAE,CAAC;EACN,IAAI,EAAE,CAAC;EACP,OAAO,ElDsqB2B,IAAI;EkDrqBtC,OAAO,EAAE,KAAK;EACd,SAAS,ElD+1ByB,KAAK;EiDp2BvC,WAAW,EjDiRiB,qLAAuB;EiD/QnD,UAAU,EAAE,MAAM;EAClB,WAAW,EjDuRiB,GAAG;EiDtR/B,WAAW,EjD2RiB,GAAG;EiD1R/B,UAAU,EAAE,IAAI;EAChB,UAAU,EAAE,KAAK;EACjB,eAAe,EAAE,IAAI;EACrB,WAAW,EAAE,IAAI;EACjB,cAAc,EAAE,IAAI;EACpB,cAAc,EAAE,MAAM;EACtB,UAAU,EAAE,MAAM;EAClB,YAAY,EAAE,MAAM;EACpB,WAAW,EAAE,MAAM;EACnB,UAAU,EAAE,IAAI;EhDgHZ,SAAS,EAtCI,UAAwC;EiD7EzD,SAAS,EAAE,UAAU;EACrB,gBAAgB,ErCoEH,IAA8B;EqCnE3C,eAAe,EAAE,WAAW;EAC5B,MAAM,EAAE,4BAAiD;E1CVvD,aAAa,ERm2BmB,MAAiB;EkDr1BnD,eAAO;IACL,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,KAAK;IACd,KAAK,ElD81B2B,IAAI;IkD71BpC,MAAM,ElD81B0B,MAAK;IkD71BrC,MAAM,EAAE,QAAmB;IAE3B,+CACS;MACP,QAAQ,EAAE,QAAQ;MAClB,OAAO,EAAE,KAAK;MACd,OAAO,EAAE,EAAE;MACX,YAAY,EAAE,WAAW;MACzB,YAAY,EAAE,KAAK;;AAKzB,qDAAgB;EACd,aAAa,ElD+0BqB,MAAK;EkD70BvC,uEAAS;
 IACP,MAA
 
M,EAAE,yBAAgE;IAExE,uFAAU;MACR,MAAM,EAAE,CAAC;MACT,YAAY,EAAE,eAAkD;MAChE,gBAAgB,ElD00Bc,mBAAmC;IkDv0BnE,qFAAS;MACP,MAAM,ElDozBwB,GAAa;MkDnzB3C,YAAY,EAAE,eAAkD;MAChE,gBAAgB,ErC6BP,IAA8B;;AqCxB7C,yDAAkB;EAChB,WAAW,ElD2zBuB,MAAK;EkDzzBvC,2EAAS;IACP,IAAI,EAAE,yBAAgE;IACtE,KAAK,ElDuzB2B,MAAK;IkDtzBrC,MAAM,ElDqzB0B,IAAI;IkDpzBpC,MAAM,EAAE,QAAmB;IAE3B,2FAAU;MACR,IAAI,EAAE,CAAC;MACP,YAAY,EAAE,sBAA6E;MAC3F,kBAAkB,ElDmzBY,mBAAmC;IkDhzBnE,yFAAS;MACP,IAAI,ElD6xB0B,GAAa;MkD5xB3C,YAAY,EAAE,sBAA6E;MAC3F,kBAAkB,ErCMT,IAA8B;;AqCD7C,2DAAmB;EACjB,UAAU,ElDoyBwB,MAAK;EkDlyBvC,6EAAS;IACP,GAAG,EAAE,yBAAgE;IAErE,6FAAU;MACR,GAAG,EAAE,CAAC;MACN,YAAY,EAAE,sBAA6E;MAC3F,mBAAmB,ElD+xBW,mBAAmC;IkD5xBnE,2FAAS;MACP,GAAG,ElDywB2B,GAAa;MkDxwB3C,YAAY,EAAE,sBAA6E;MAC3F,mBAAmB,ErCdV,IAA8B;EqCmB3C,2GAAwB;IACtB,QAAQ,EAAE,QAAQ;IAClB,GAAG,EAAE,CAAC;IACN,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,KAAK;IACd,KAAK,ElD2wB2B,IAAI;IkD1wBpC,WAAW,EAAE,OAAyB;IACtC,OAAO,EAAE,EAAE;IACX,aAAa,EAAE,iBAA8C;;AAIjE,uDAAiB;EACf,YAAY,ElDowBsB,MAAK;
 EkDlwBvC
 
,yEAAS;IACP,KAAK,EAAE,yBAAgE;IACvE,KAAK,ElDgwB2B,MAAK;IkD/vBrC,MAAM,ElD8vB0B,IAAI;IkD7vBpC,MAAM,EAAE,QAAmB;IAE3B,yFAAU;MACR,KAAK,EAAE,CAAC;MACR,YAAY,EAAE,sBAA6E;MAC3F,iBAAiB,ElD4vBa,mBAAmC;IkDzvBnE,uFAAS;MACP,KAAK,ElDsuByB,GAAa;MkDruB3C,YAAY,EAAE,sBAA6E;MAC3F,iBAAiB,ErCjDR,IAA8B;;AqCuE7C,eAAgB;EACd,OAAO,EAAE,cAAmD;EAC5D,aAAa,EAAE,CAAC;EjD3BZ,SAAS,EAtCI,OAAwC;EiDoEzD,gBAAgB,ElD8sBkB,OAAuB;EkD7sBzD,aAAa,EAAE,iBAA0D;E1ChJvE,sBAAsB,E0CiJF,kBAAqD;E1ChJzE,uBAAuB,E0CgJH,kBAAqD;EAG3E,qBAAQ;IACN,OAAO,EAAE,IAAI;;AAIjB,aAAc;EACZ,OAAO,EAAE,cAA+C;EACxD,KAAK,ElD26B6B,OAAS;;AmDvkC7C,SAAU;EACR,QAAQ,EAAE,QAAQ;;AAGpB,uBAAwB;EACtB,YAAY,EAAE,KAAK;;AAGrB,eAAgB;EACd,QAAQ,EAAE,QAAQ;EAClB,KAAK,EAAE,IAAI;EACX,QAAQ,EAAE,MAAM;ECvBhB,sBAAS;IACP,OAAO,EAAE,KAAK;IACd,KAAK,EAAE,IAAI;IACX,OAAO,EAAE,EAAE;;ADwBf,cAAe;EACb,QAAQ,EAAE,QAAQ;EAClB,OAAO,EAAE,IAAI;EACb,KAAK,EAAE,IAAI;EACX,KAAK,EAAE,IAAI;EACX,YAAY,EAAE,KAAK;EACnB,mBAAmB,EAAE,MAAM;EjC5BvB,UAAU,EAAE,0BAAW;EAKzB,uCAAwC;IiCiB5C,cAAe;MjChBT,UAAU,EAAE,IAAI
 ;;AiC0Bt
 
B;;mBAEoB;EAClB,OAAO,EAAE,KAAK;;AAGhB;2BAC4B;EAC1B,SAAS,EAAE,gBAAgB;;AAG7B;0BAC2B;EACzB,SAAS,EAAE,iBAAiB;;AAS5B,6BAAe;EACb,OAAO,EAAE,CAAC;EACV,mBAAmB,EAAE,OAAO;EAC5B,SAAS,EAAE,IAAI;AAGjB;;sDAEwC;EACtC,OAAO,EAAE,CAAC;EACV,OAAO,EAAE,CAAC;AAGZ;0CAC4B;EAC1B,OAAO,EAAE,CAAC;EACV,OAAO,EAAE,CAAC;EjCtER,UAAU,EAAE,eAAW;EAKzB,uCAAwC;IiC8D1C;8CAC4B;MjC9DxB,UAAU,EAAE,IAAI;;AiC0EtB;sBACuB;EACrB,QAAQ,EAAE,QAAQ;EAClB,GAAG,EAAE,CAAC;EACN,MAAM,EAAE,CAAC;EACT,OAAO,EAAE,CAAC;EAEV,OAAO,EAAE,IAAI;EACb,WAAW,EAAE,MAAM;EACnB,eAAe,EAAE,MAAM;EACvB,KAAK,EnD87B8B,GAAG;EmD77BtC,KAAK,EtChBQ,IAA8B;EsCiB3C,UAAU,EAAE,MAAM;EAClB,OAAO,EnD47B4B,GAAE;EkBzhCjC,UAAU,EAAE,kBAAW;EAKzB,uCAAwC;IiC2E5C;0BACuB;MjC3EjB,UAAU,EAAE,IAAI;EhBIpB;;8BACQ;IiDuFN,KAAK,EtCvBM,IAA8B;IsCwBzC,eAAe,EAAE,IAAI;IACrB,OAAO,EAAE,CAAC;IACV,OAAO,EnDq7B0B,GAAE;;AmDl7BvC,sBAAuB;EACrB,IAAI,EAAE,CAAC;;AAKT,sBAAuB;EACrB,KAAK,EAAE,CAAC;;AAOV;2BAC4B;EAC1B,OAAO,EAAE,YAAY;EACrB,KAAK,EnD86B8B,IAAI;EmD76BvC,MAAM,EnD66B6B,IAAI;EmD56BvC,UAAU,EAAE,yBAAyB;
 ;AAEvC,2
 
BAA4B;EAC1B,gBAAgB,EnD26BmB,iLAA8N;;AmDz6BnQ,2BAA4B;EAC1B,gBAAgB,EnDy6BmB,iLAA8N;;AmDh6BnQ,oBAAqB;EACnB,QAAQ,EAAE,QAAQ;EAClB,KAAK,EAAE,CAAC;EACR,MAAM,EAAE,CAAC;EACT,IAAI,EAAE,CAAC;EACP,OAAO,EAAE,EAAE;EACX,OAAO,EAAE,IAAI;EACb,eAAe,EAAE,MAAM;EACvB,YAAY,EAAE,CAAC;EAEf,YAAY,EnDo4BuB,GAAG;EmDn4BtC,WAAW,EnDm4BwB,GAAG;EmDl4BtC,UAAU,EAAE,IAAI;EAEhB,uBAAG;IACD,UAAU,EAAE,WAAW;IACvB,IAAI,EAAE,QAAQ;IACd,KAAK,EnDk4B4B,IAAI;ImDj4BrC,MAAM,EnDk4B2B,GAAG;ImDj4BpC,YAAY,EnDm4BqB,GAAG;ImDl4BpC,WAAW,EnDk4BsB,GAAG;ImDj4BpC,WAAW,EAAE,MAAM;IACnB,MAAM,EAAE,OAAO;IACf,gBAAgB,EtCtFL,IAA8B;IsCuFzC,eAAe,EAAE,WAAW;IAE5B,UAAU,EAAE,sBAAqD;IACjE,aAAa,EAAE,sBAAqD;IACpE,OAAO,EAAE,EAAE;IjCtKT,UAAU,EAAE,iBAAW;IAKzB,uCAAwC;MiCmJ1C,uBAAG;QjClJC,UAAU,EAAE,IAAI;EiCoKpB,4BAAQ;IACN,OAAO,EAAE,CAAC;;AASd,iBAAkB;EAChB,QAAQ,EAAE,QAAQ;EAClB,KAAK,EAAE,GAAoC;EAC3C,MAAM,EAAE,IAAI;EACZ,IAAI,EAAE,GAAoC;EAC1C,OAAO,EAAE,EAAE;EACX,WAAW,EAAE,IAAI;EACjB,cAAc,EAAE,IAAI;EACpB,KAAK,EtCjHQ,IAA8B;EsCkH3C,UAAU,EAAE,MAAM;;AE/LpB,yBAEC;EADC
 ,EAAG;IA
 
AE,SAAS,EAAE,cAAc;AAGhC,eAAgB;EACd,OAAO,EAAE,YAAY;EACrB,KAAK,ErD8iCiB,IAAI;EqD7iC1B,MAAM,ErD8iCgB,IAAc;EqD7iCpC,cAAc,EAAE,WAAW;EAC3B,MAAM,EAAE,yBAAwC;EAChD,kBAAkB,EAAE,WAAW;EAE/B,aAAa,EAAE,GAAG;EAClB,SAAS,EAAE,mCAAmC;;AAGhD,kBAAmB;EACjB,KAAK,ErDuiCmB,IAAI;EqDtiC5B,MAAM,ErDuiCkB,IAAiB;EqDtiCzC,YAAY,ErDuiCY,KAAI;;AqDhiC9B,uBAOC;EANC,EAAG;IACD,SAAS,EAAE,QAAQ;EAErB,GAAI;IACF,OAAO,EAAE,CAAC;AAId,aAAc;EACZ,OAAO,EAAE,YAAY;EACrB,KAAK,ErD+gCiB,IAAI;EqD9gC1B,MAAM,ErD+gCgB,IAAc;EqD9gCpC,cAAc,EAAE,WAAW;EAC3B,gBAAgB,EAAE,YAAY;EAE9B,aAAa,EAAE,GAAG;EAClB,OAAO,EAAE,CAAC;EACV,SAAS,EAAE,iCAAiC;;AAG9C,gBAAiB;EACf,KAAK,ErDwgCmB,IAAI;EqDvgC5B,MAAM,ErDwgCkB,IAAiB;;AsD3jC3C,eAAmB;EAAE,cAAc,EAAE,mBAAmB;;AACxD,UAAmB;EAAE,cAAc,EAAE,cAAc;;AACnD,aAAmB;EAAE,cAAc,EAAE,iBAAiB;;AACtD,aAAmB;EAAE,cAAc,EAAE,iBAAiB;;AACtD,kBAAmB;EAAE,cAAc,EAAE,sBAAsB;;AAC3D,eAAmB;EAAE,cAAc,EAAE,mBAAmB;;ACFtD,WAAW;EACT,gBAAgB,EAAE,kBAAiB;;ArDUrC;;uBACQ;EqDNJ,gBAAgB,EAAE,kBAA8B;;AANpD,aAAW;EACT,gBAAgB,EAAE,kBAAiB;;ArDUrC;;yBACQ;
 EqDNJ,gB
 
AAgB,EAAE,kBAA8B;;AANpD,WAAW;EACT,gBAAgB,EAAE,kBAAiB;;ArDUrC;;uBACQ;EqDNJ,gBAAgB,EAAE,kBAA8B;;AANpD,QAAW;EACT,gBAAgB,EAAE,kBAAiB;;ArDUrC;;oBACQ;EqDNJ,gBAAgB,EAAE,kBAA8B;;AANpD,WAAW;EACT,gBAAgB,EAAE,kBAAiB;;ArDUrC;;uBACQ;EqDNJ,gBAAgB,EAAE,kBAA8B;;AANpD,UAAW;EACT,gBAAgB,EAAE,kBAAiB;;ArDUrC;;sBACQ;EqDNJ,gBAAgB,EAAE,kBAA8B;;AANpD,SAAW;EACT,gBAAgB,EAAE,kBAAiB;;ArDUrC;;qBACQ;EqDNJ,gBAAgB,EAAE,kBAA8B;;AANpD,QAAW;EACT,gBAAgB,EAAE,kBAAiB;;ArDUrC;;oBACQ;EqDNJ,gBAAgB,EAAE,gBAA8B;;AANpD,YAAW;EACT,gBAAgB,EAAE,kBAAiB;;ArDUrC;;wBACQ;EqDNJ,gBAAgB,EAAE,kBAA8B;;ACCtD,SAAU;EACR,gBAAgB,EAAE,eAAiB;;AAGrC,eAAgB;EACd,gBAAgB,EAAE,sBAAsB;;ACX1C,OAAgB;EAAE,MAAM,EAAE,4BAA4C;;AACtE,WAAgB;EAAE,UAAU,EAAE,4BAA4C;;AAC1E,aAAgB;EAAE,YAAY,EAAE,4BAA4C;;AAC5E,cAAgB;EAAE,aAAa,EAAE,4BAA4C;;AAC7E,YAAgB;EAAE,WAAW,EAAE,4BAA4C;;AAE3E,SAAiB;EAAE,MAAM,EAAE,YAAY;;AACvC,aAAiB;EAAE,UAAU,EAAE,YAAY;;AAC3C,eAAiB;EAAE,YAAY,EAAE,YAAY;;AAC7C,gBAAiB;EAAE,aAAa,EAAE,YAAY;;AAC9C,cAAiB;EAAE,WAAW,EAAE,YAAY;;AAG1C,eAAkB;EAChB,YAAY,EAA
 E,kBAAiB
 
;;AADjC,iBAAkB;EAChB,YAAY,EAAE,kBAAiB;;AADjC,eAAkB;EAChB,YAAY,EAAE,kBAAiB;;AADjC,YAAkB;EAChB,YAAY,EAAE,kBAAiB;;AADjC,eAAkB;EAChB,YAAY,EAAE,kBAAiB;;AADjC,cAAkB;EAChB,YAAY,EAAE,kBAAiB;;AADjC,aAAkB;EAChB,YAAY,EAAE,kBAAiB;;AADjC,YAAkB;EAChB,YAAY,EAAE,kBAAiB;;AADjC,gBAAkB;EAChB,YAAY,EAAE,kBAAiB;;AAInC,aAAc;EACZ,YAAY,EAAE,eAAiB;;AAOjC,WAAY;EACV,aAAa,EAAE,iBAA4B;;AAG7C,QAAS;EACP,aAAa,EAAE,kBAAyB;;AAG1C,YAAa;EACX,sBAAsB,EAAE,kBAAyB;EACjD,uBAAuB,EAAE,kBAAyB;;AAGpD,cAAe;EACb,uBAAuB,EAAE,kBAAyB;EAClD,0BAA0B,EAAE,kBAAyB;;AAGvD,eAAgB;EACd,0BAA0B,EAAE,kBAAyB;EACrD,yBAAyB,EAAE,kBAAyB;;AAGtD,aAAc;EACZ,sBAAsB,EAAE,kBAAyB;EACjD,yBAAyB,EAAE,kBAAyB;;AAGtD,WAAY;EACV,aAAa,EAAE,iBAA4B;;AAG7C,eAAgB;EACd,aAAa,EAAE,cAAc;;AAG/B,aAAc;EACZ,aAAa,EAAE,gBAAwB;;AAGzC,UAAW;EACT,aAAa,EAAE,YAAY;;ALxE3B,gBAAS;EACP,OAAO,EAAE,KAAK;EACd,KAAK,EAAE,IAAI;EACX,OAAO,EAAE,EAAE;;AMOT,OAAsB;EAAE,OAAO,EAAE,eAAiB;;AAAlD,SAAsB;EAAE,OAAO,EAAE,iBAAiB;;AAAlD,eAAsB;EAAE,OAAO,EAAE,uBAAiB;;AAAlD,QAAsB;EAAE,OAAO,EAAE,gBAAiB;;AAAlD,
 QAAsB;EA
 
AE,OAAO,EAAE,gBAAiB;;AAAlD,YAAsB;EAAE,OAAO,EAAE,oBAAiB;;AAAlD,aAAsB;EAAE,OAAO,EAAE,qBAAiB;;AAAlD,OAAsB;EAAE,OAAO,EAAE,eAAiB;;AAAlD,cAAsB;EAAE,OAAO,EAAE,sBAAiB;;A9CiDpD,yBAAyB;E8CjDvB,UAAsB;IAAE,OAAO,EAAE,eAAiB;;EAAlD,YAAsB;IAAE,OAAO,EAAE,iBAAiB;;EAAlD,kBAAsB;IAAE,OAAO,EAAE,uBAAiB;;EAAlD,WAAsB;IAAE,OAAO,EAAE,gBAAiB;;EAAlD,WAAsB;IAAE,OAAO,EAAE,gBAAiB;;EAAlD,eAAsB;IAAE,OAAO,EAAE,oBAAiB;;EAAlD,gBAAsB;IAAE,OAAO,EAAE,qBAAiB;;EAAlD,UAAsB;IAAE,OAAO,EAAE,eAAiB;;EAAlD,iBAAsB;IAAE,OAAO,EAAE,sBAAiB;A9CiDpD,yBAAyB;E8CjDvB,UAAsB;IAAE,OAAO,EAAE,eAAiB;;EAAlD,YAAsB;IAAE,OAAO,EAAE,iBAAiB;;EAAlD,kBAAsB;IAAE,OAAO,EAAE,uBAAiB;;EAAlD,WAAsB;IAAE,OAAO,EAAE,gBAAiB;;EAAlD,WAAsB;IAAE,OAAO,EAAE,gBAAiB;;EAAlD,eAAsB;IAAE,OAAO,EAAE,oBAAiB;;EAAlD,gBAAsB;IAAE,OAAO,EAAE,qBAAiB;;EAAlD,UAAsB;IAAE,OAAO,EAAE,eAAiB;;EAAlD,iBAAsB;IAAE,OAAO,EAAE,sBAAiB;A9CiDpD,yBAAyB;E8CjDvB,UAAsB;IAAE,OAAO,EAAE,eAAiB;;EAAlD,YAAsB;IAAE,OAAO,EAAE,iBAAiB;;EAAlD,kBAAsB;IAAE,OAAO,EAAE,uBAAiB;;EAAlD,WAAsB;IAAE,OAAO,EAAE,gBAAiB;;EAAlD,WA
 AsB;IAAE
 
,OAAO,EAAE,gBAAiB;;EAAlD,eAAsB;IAAE,OAAO,EAAE,oBAAiB;;EAAlD,gBAAsB;IAAE,OAAO,EAAE,qBAAiB;;EAAlD,UAAsB;IAAE,OAAO,EAAE,eAAiB;;EAAlD,iBAAsB;IAAE,OAAO,EAAE,sBAAiB;A9CiDpD,0BAAyB;E8CjDvB,UAAsB;IAAE,OAAO,EAAE,eAAiB;;EAAlD,YAAsB;IAAE,OAAO,EAAE,iBAAiB;;EAAlD,kBAAsB;IAAE,OAAO,EAAE,uBAAiB;;EAAlD,WAAsB;IAAE,OAAO,EAAE,gBAAiB;;EAAlD,WAAsB;IAAE,OAAO,EAAE,gBAAiB;;EAAlD,eAAsB;IAAE,OAAO,EAAE,oBAAiB;;EAAlD,gBAAsB;IAAE,OAAO,EAAE,qBAAiB;;EAAlD,UAAsB;IAAE,OAAO,EAAE,eAAiB;;EAAlD,iBAAsB;IAAE,OAAO,EAAE,sBAAiB;AAUxD,YAAa;EAET,aAAmB;IAAE,OAAO,EAAE,eAAiB;;EAA/C,eAAmB;IAAE,OAAO,EAAE,iBAAiB;;EAA/C,qBAAmB;IAAE,OAAO,EAAE,uBAAiB;;EAA/C,cAAmB;IAAE,OAAO,EAAE,gBAAiB;;EAA/C,cAAmB;IAAE,OAAO,EAAE,gBAAiB;;EAA/C,kBAAmB;IAAE,OAAO,EAAE,oBAAiB;;EAA/C,mBAAmB;IAAE,OAAO,EAAE,qBAAiB;;EAA/C,aAAmB;IAAE,OAAO,EAAE,eAAiB;;EAA/C,oBAAmB;IAAE,OAAO,EAAE,sBAAiB;ACrBnD,iBAAkB;EAChB,QAAQ,EAAE,QAAQ;EAClB,OAAO,EAAE,KAAK;EACd,KAAK,EAAE,IAAI;EACX,OAAO,EAAE,CAAC;EACV,QAAQ,EAAE,MAAM;EAEhB,yBAAU;IACR,OAAO,EAAE,KAAK;IACd,OAAO,EAAE,EAAE;EAGb
 ;;;;yBAI
 
M;IACJ,QAAQ,EAAE,QAAQ;IAClB,GAAG,EAAE,CAAC;IACN,MAAM,EAAE,CAAC;IACT,IAAI,EAAE,CAAC;IACP,KAAK,EAAE,IAAI;IACX,MAAM,EAAE,IAAI;IACZ,MAAM,EAAE,CAAC;;AAST,+BAAU;EACR,WAAW,EAAE,cAA+E;;AAD9F,+BAAU;EACR,WAAW,EAAE,MAA+E;;AAD9F,8BAAU;EACR,WAAW,EAAE,GAA+E;;AAD9F,8BAAU;EACR,WAAW,EAAE,IAA+E;;ACzB9F,SAA8B;EAAE,cAAc,EAAE,cAAc;;AAC9D,YAA8B;EAAE,cAAc,EAAE,iBAAiB;;AACjE,iBAA8B;EAAE,cAAc,EAAE,sBAAsB;;AACtE,oBAA8B;EAAE,cAAc,EAAE,yBAAyB;;AAEzE,UAA4B;EAAE,SAAS,EAAE,eAAe;;AACxD,YAA4B;EAAE,SAAS,EAAE,iBAAiB;;AAC1D,kBAA4B;EAAE,SAAS,EAAE,uBAAuB;;AAChE,UAA4B;EAAE,IAAI,EAAE,mBAAmB;;AACvD,YAA4B;EAAE,SAAS,EAAE,YAAY;;AACrD,YAA4B;EAAE,SAAS,EAAE,YAAY;;AACrD,cAA4B;EAAE,WAAW,EAAE,YAAY;;AACvD,cAA4B;EAAE,WAAW,EAAE,YAAY;;AAEvD,sBAAkC;EAAE,eAAe,EAAE,qBAAqB;;AAC1E,oBAAkC;EAAE,eAAe,EAAE,mBAAmB;;AACxE,uBAAkC;EAAE,eAAe,EAAE,iBAAiB;;AACtE,wBAAkC;EAAE,eAAe,EAAE,wBAAwB;;AAC7E,uBAAkC;EAAE,eAAe,EAAE,uBAAuB;;AAE5E,kBAA+B;EAAE,WAAW,EAAE,qBAAqB;;AACnE,gBAA+B;EAAE,WAAW,EAAE,mBAAmB;;AACjE,mBAA+B;EAAE,WAAW,EAAE,iBAAiB;;AAC/D,qBAA
 +B;EAAE,
 
WAAW,EAAE,mBAAmB;;AACjE,oBAA+B;EAAE,WAAW,EAAE,kBAAkB;;AAEhE,oBAAgC;EAAE,aAAa,EAAE,qBAAqB;;AACtE,kBAAgC;EAAE,aAAa,EAAE,mBAAmB;;AACpE,qBAAgC;EAAE,aAAa,EAAE,iBAAiB;;AAClE,sBAAgC;EAAE,aAAa,EAAE,wBAAwB;;AACzE,qBAAgC;EAAE,aAAa,EAAE,uBAAuB;;AACxE,sBAAgC;EAAE,aAAa,EAAE,kBAAkB;;AAEnE,gBAA8B;EAAE,UAAU,EAAE,eAAe;;AAC3D,iBAA8B;EAAE,UAAU,EAAE,qBAAqB;;AACjE,eAA8B;EAAE,UAAU,EAAE,mBAAmB;;AAC/D,kBAA8B;EAAE,UAAU,EAAE,iBAAiB;;AAC7D,oBAA8B;EAAE,UAAU,EAAE,mBAAmB;;AAC/D,mBAA8B;EAAE,UAAU,EAAE,kBAAkB;;AhDY9D,yBAAyB;EgDlDzB,YAA8B;IAAE,cAAc,EAAE,cAAc;;EAC9D,eAA8B;IAAE,cAAc,EAAE,iBAAiB;;EACjE,oBAA8B;IAAE,cAAc,EAAE,sBAAsB;;EACtE,uBAA8B;IAAE,cAAc,EAAE,yBAAyB;;EAEzE,aAA4B;IAAE,SAAS,EAAE,eAAe;;EACxD,eAA4B;IAAE,SAAS,EAAE,iBAAiB;;EAC1D,qBAA4B;IAAE,SAAS,EAAE,uBAAuB;;EAChE,aAA4B;IAAE,IAAI,EAAE,mBAAmB;;EACvD,eAA4B;IAAE,SAAS,EAAE,YAAY;;EACrD,eAA4B;IAAE,SAAS,EAAE,YAAY;;EACrD,iBAA4B;IAAE,WAAW,EAAE,YAAY;;EACvD,iBAA4B;IAAE,WAAW,EAAE,YAAY;;EAEvD,yBAAkC;IAAE,eAAe,EAAE,qBAAqB;;EAC1E,uBAAkC;IAAE,eAAe,EAAE,mBAAmB;;EACxE
 ,0BAAkC;
 
IAAE,eAAe,EAAE,iBAAiB;;EACtE,2BAAkC;IAAE,eAAe,EAAE,wBAAwB;;EAC7E,0BAAkC;IAAE,eAAe,EAAE,uBAAuB;;EAE5E,qBAA+B;IAAE,WAAW,EAAE,qBAAqB;;EACnE,mBAA+B;IAAE,WAAW,EAAE,mBAAmB;;EACjE,sBAA+B;IAAE,WAAW,EAAE,iBAAiB;;EAC/D,wBAA+B;IAAE,WAAW,EAAE,mBAAmB;;EACjE,uBAA+B;IAAE,WAAW,EAAE,kBAAkB;;EAEhE,uBAAgC;IAAE,aAAa,EAAE,qBAAqB;;EACtE,qBAAgC;IAAE,aAAa,EAAE,mBAAmB;;EACpE,wBAAgC;IAAE,aAAa,EAAE,iBAAiB;;EAClE,yBAAgC;IAAE,aAAa,EAAE,wBAAwB;;EACzE,wBAAgC;IAAE,aAAa,EAAE,uBAAuB;;EACxE,yBAAgC;IAAE,aAAa,EAAE,kBAAkB;;EAEnE,mBAA8B;IAAE,UAAU,EAAE,eAAe;;EAC3D,oBAA8B;IAAE,UAAU,EAAE,qBAAqB;;EACjE,kBAA8B;IAAE,UAAU,EAAE,mBAAmB;;EAC/D,qBAA8B;IAAE,UAAU,EAAE,iBAAiB;;EAC7D,uBAA8B;IAAE,UAAU,EAAE,mBAAmB;;EAC/D,sBAA8B;IAAE,UAAU,EAAE,kBAAkB;AhDY9D,yBAAyB;EgDlDzB,YAA8B;IAAE,cAAc,EAAE,cAAc;;EAC9D,eAA8B;IAAE,cAAc,EAAE,iBAAiB;;EACjE,oBAA8B;IAAE,cAAc,EAAE,sBAAsB;;EACtE,uBAA8B;IAAE,cAAc,EAAE,yBAAyB;;EAEzE,aAA4B;IAAE,SAAS,EAAE,eAAe;;EACxD,eAA4B;IAAE,SAAS,EAAE,iBAAiB;;EAC1D,qBAA4B;IAAE,SAAS,EAAE,uBAAuB;;EAChE,aAA4B;IAAE,IAAI,EAA
 E,mBAAmB
 
;;EACvD,eAA4B;IAAE,SAAS,EAAE,YAAY;;EACrD,eAA4B;IAAE,SAAS,EAAE,YAAY;;EACrD,iBAA4B;IAAE,WAAW,EAAE,YAAY;;EACvD,iBAA4B;IAAE,WAAW,EAAE,YAAY;;EAEvD,yBAAkC;IAAE,eAAe,EAAE,qBAAqB;;EAC1E,uBAAkC;IAAE,eAAe,EAAE,mBAAmB;;EACxE,0BAAkC;IAAE,eAAe,EAAE,iBAAiB;;EACtE,2BAAkC;IAAE,eAAe,EAAE,wBAAwB;;EAC7E,0BAAkC;IAAE,eAAe,EAAE,uBAAuB;;EAE5E,qBAA+B;IAAE,WAAW,EAAE,qBAAqB;;EACnE,mBAA+B;IAAE,WAAW,EAAE,mBAAmB;;EACjE,sBAA+B;IAAE,WAAW,EAAE,iBAAiB;;EAC/D,wBAA+B;IAAE,WAAW,EAAE,mBAAmB;;EACjE,uBAA+B;IAAE,WAAW,EAAE,kBAAkB;;EAEhE,uBAAgC;IAAE,aAAa,EAAE,qBAAqB;;EACtE,qBAAgC;IAAE,aAAa,EAAE,mBAAmB;;EACpE,wBAAgC;IAAE,aAAa,EAAE,iBAAiB;;EAClE,yBAAgC;IAAE,aAAa,EAAE,wBAAwB;;EACzE,wBAAgC;IAAE,aAAa,EAAE,uBAAuB;;EACxE,yBAAgC;IAAE,aAAa,EAAE,kBAAkB;;EAEnE,mBAA8B;IAAE,UAAU,EAAE,eAAe;;EAC3D,oBAA8B;IAAE,UAAU,EAAE,qBAAqB;;EACjE,kBAA8B;IAAE,UAAU,EAAE,mBAAmB;;EAC/D,qBAA8B;IAAE,UAAU,EAAE,iBAAiB;;EAC7D,uBAA8B;IAAE,UAAU,EAAE,mBAAmB;;EAC/D,sBAA8B;IAAE,UAAU,EAAE,kBAAkB;AhDY9D,yBAAyB;EgDlDzB,YAA8B;IAAE,cAAc,EAAE,cAAc;;EAC9D,eAA8B;IAA
 E,cAAc,E
 
AAE,iBAAiB;;EACjE,oBAA8B;IAAE,cAAc,EAAE,sBAAsB;;EACtE,uBAA8B;IAAE,cAAc,EAAE,yBAAyB;;EAEzE,aAA4B;IAAE,SAAS,EAAE,eAAe;;EACxD,eAA4B;IAAE,SAAS,EAAE,iBAAiB;;EAC1D,qBAA4B;IAAE,SAAS,EAAE,uBAAuB;;EAChE,aAA4B;IAAE,IAAI,EAAE,mBAAmB;;EACvD,eAA4B;IAAE,SAAS,EAAE,YAAY;;EACrD,eAA4B;IAAE,SAAS,EAAE,YAAY;;EACrD,iBAA4B;IAAE,WAAW,EAAE,YAAY;;EACvD,iBAA4B;IAAE,WAAW,EAAE,YAAY;;EAEvD,yBAAkC;IAAE,eAAe,EAAE,qBAAqB;;EAC1E,uBAAkC;IAAE,eAAe,EAAE,mBAAmB;;EACxE,0BAAkC;IAAE,eAAe,EAAE,iBAAiB;;EACtE,2BAAkC;IAAE,eAAe,EAAE,wBAAwB;;EAC7E,0BAAkC;IAAE,eAAe,EAAE,uBAAuB;;EAE5E,qBAA+B;IAAE,WAAW,EAAE,qBAAqB;;EACnE,mBAA+B;IAAE,WAAW,EAAE,mBAAmB;;EACjE,sBAA+B;IAAE,WAAW,EAAE,iBAAiB;;EAC/D,wBAA+B;IAAE,WAAW,EAAE,mBAAmB;;EACjE,uBAA+B;IAAE,WAAW,EAAE,kBAAkB;;EAEhE,uBAAgC;IAAE,aAAa,EAAE,qBAAqB;;EACtE,qBAAgC;IAAE,aAAa,EAAE,mBAAmB;;EACpE,wBAAgC;IAAE,aAAa,EAAE,iBAAiB;;EAClE,yBAAgC;IAAE,aAAa,EAAE,wBAAwB;;EACzE,wBAAgC;IAAE,aAAa,EAAE,uBAAuB;;EACxE,yBAAgC;IAAE,aAAa,EAAE,kBAAkB;;EAEnE,mBAA8B;IAAE,UAAU,EAAE,eAAe;;EAC3D,oBAA8B;IAAE,UAAU
 ,EAAE,qB
 
AAqB;;EACjE,kBAA8B;IAAE,UAAU,EAAE,mBAAmB;;EAC/D,qBAA8B;IAAE,UAAU,EAAE,iBAAiB;;EAC7D,uBAA8B;IAAE,UAAU,EAAE,mBAAmB;;EAC/D,sBAA8B;IAAE,UAAU,EAAE,kBAAkB;AhDY9D,0BAAyB;EgDlDzB,YAA8B;IAAE,cAAc,EAAE,cAAc;;EAC9D,eAA8B;IAAE,cAAc,EAAE,iBAAiB;;EACjE,oBAA8B;IAAE,cAAc,EAAE,sBAAsB;;EACtE,uBAA8B;IAAE,cAAc,EAAE,yBAAyB;;EAEzE,aAA4B;IAAE,SAAS,EAAE,eAAe;;EACxD,eAA4B;IAAE,SAAS,EAAE,iBAAiB;;EAC1D,qBAA4B;IAAE,SAAS,EAAE,uBAAuB;;EAChE,aAA4B;IAAE,IAAI,EAAE,mBAAmB;;EACvD,eAA4B;IAAE,SAAS,EAAE,YAAY;;EACrD,eAA4B;IAAE,SAAS,EAAE,YAAY;;EACrD,iBAA4B;IAAE,WAAW,EAAE,YAAY;;EACvD,iBAA4B;IAAE,WAAW,EAAE,YAAY;;EAEvD,yBAAkC;IAAE,eAAe,EAAE,qBAAqB;;EAC1E,uBAAkC;IAAE,eAAe,EAAE,mBAAmB;;EACxE,0BAAkC;IAAE,eAAe,EAAE,iBAAiB;;EACtE,2BAAkC;IAAE,eAAe,EAAE,wBAAwB;;EAC7E,0BAAkC;IAAE,eAAe,EAAE,uBAAuB;;EAE5E,qBAA+B;IAAE,WAAW,EAAE,qBAAqB;;EACnE,mBAA+B;IAAE,WAAW,EAAE,mBAAmB;;EACjE,sBAA+B;IAAE,WAAW,EAAE,iBAAiB;;EAC/D,wBAA+B;IAAE,WAAW,EAAE,mBAAmB;;EACjE,uBAA+B;IAAE,WAAW,EAAE,kBAAkB;;EAEhE,uBAAgC;IAAE,aAAa,EAAE,qBAAqB;;EACtE,qBAAgC;IA
 AE,aAAa,
 
EAAE,mBAAmB;;EACpE,wBAAgC;IAAE,aAAa,EAAE,iBAAiB;;EAClE,yBAAgC;IAAE,aAAa,EAAE,wBAAwB;;EACzE,wBAAgC;IAAE,aAAa,EAAE,uBAAuB;;EACxE,yBAAgC;IAAE,aAAa,EAAE,kBAAkB;;EAEnE,mBAA8B;IAAE,UAAU,EAAE,eAAe;;EAC3D,oBAA8B;IAAE,UAAU,EAAE,qBAAqB;;EACjE,kBAA8B;IAAE,UAAU,EAAE,mBAAmB;;EAC/D,qBAA8B;IAAE,UAAU,EAAE,iBAAiB;;EAC7D,uBAA8B;IAAE,UAAU,EAAE,mBAAmB;;EAC/D,sBAA8B;IAAE,UAAU,EAAE,kBAAkB;AC1C9D,WAAsB;EAAE,KAAK,EAAE,eAAe;;AAC9C,YAAsB;EAAE,KAAK,EAAE,gBAAgB;;AAC/C,WAAsB;EAAE,KAAK,EAAE,eAAe;;AjDoD9C,yBAAyB;EiDtDzB,cAAsB;IAAE,KAAK,EAAE,eAAe;;EAC9C,eAAsB;IAAE,KAAK,EAAE,gBAAgB;;EAC/C,cAAsB;IAAE,KAAK,EAAE,eAAe;AjDoD9C,yBAAyB;EiDtDzB,cAAsB;IAAE,KAAK,EAAE,eAAe;;EAC9C,eAAsB;IAAE,KAAK,EAAE,gBAAgB;;EAC/C,cAAsB;IAAE,KAAK,EAAE,eAAe;AjDoD9C,yBAAyB;EiDtDzB,cAAsB;IAAE,KAAK,EAAE,eAAe;;EAC9C,eAAsB;IAAE,KAAK,EAAE,gBAAgB;;EAC/C,cAAsB;IAAE,KAAK,EAAE,eAAe;AjDoD9C,0BAAyB;EiDtDzB,cAAsB;IAAE,KAAK,EAAE,eAAe;;EAC9C,eAAsB;IAAE,KAAK,EAAE,gBAAgB;;EAC/C,cAAsB;IAAE,KAAK,EAAE,eAAe;ACLhD,cAAoB;EAAE,QAAQ,EAAE,eAAiB;;AAAjD,gBAAoB;EA
 AE,QAAQ,
 
EAAE,iBAAiB;;ACCjD,gBAAuB;EAAE,QAAQ,EAAE,iBAAoB;;AAAvD,kBAAuB;EAAE,QAAQ,EAAE,mBAAoB;;AAAvD,kBAAuB;EAAE,QAAQ,EAAE,mBAAoB;;AAAvD,eAAuB;EAAE,QAAQ,EAAE,gBAAoB;;AAAvD,gBAAuB;EAAE,QAAQ,EAAE,iBAAoB;;AAKzD,UAAW;EACT,QAAQ,EAAE,KAAK;EACf,GAAG,EAAE,CAAC;EACN,KAAK,EAAE,CAAC;EACR,IAAI,EAAE,CAAC;EACP,OAAO,E/DypB2B,IAAI;;A+DtpBxC,aAAc;EACZ,QAAQ,EAAE,KAAK;EACf,KAAK,EAAE,CAAC;EACR,MAAM,EAAE,CAAC;EACT,IAAI,EAAE,CAAC;EACP,OAAO,E/DipB2B,IAAI;;A+D7oBtC,4BAIC;EALH,WAAY;IAER,QAAQ,EAAE,MAAM;IAChB,GAAG,EAAE,CAAC;IACN,OAAO,E/DyoByB,IAAI;;AgElqBxC,QAAS;ECEP,QAAQ,EAAE,QAAQ;EAClB,KAAK,EAAE,GAAG;EACV,MAAM,EAAE,GAAG;EACX,OAAO,EAAE,CAAC;EACV,QAAQ,EAAE,MAAM;EAChB,IAAI,EAAE,gBAAgB;EACtB,WAAW,EAAE,MAAM;EACnB,MAAM,EAAE,CAAC;;AAUT,mDACQ;EACN,QAAQ,EAAE,MAAM;EAChB,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,IAAI;EACZ,QAAQ,EAAE,OAAO;EACjB,IAAI,EAAE,IAAI;EACV,WAAW,EAAE,MAAM;;AC5BvB,UAAW;EAAE,UAAU,EAAE,kDAAyB;;AAClD,OAAQ;EAAE,UAAU,EAAE,4CAAsB;;AAC5C,UAAW;EAAE,UAAU,EAAE,2CAAyB;;AAClD,YAAa;EAAE,UAAU,EAAE,eAAe;;ACCtC,KAAqB;EAAE,KAAQ
 ,EAAE,cA
 
AkB;;AAAnD,KAAqB;EAAE,KAAQ,EAAE,cAAkB;;AAAnD,KAAqB;EAAE,KAAQ,EAAE,cAAkB;;AAAnD,MAAqB;EAAE,KAAQ,EAAE,eAAkB;;AAAnD,OAAqB;EAAE,KAAQ,EAAE,eAAkB;;AAAnD,KAAqB;EAAE,MAAQ,EAAE,cAAkB;;AAAnD,KAAqB;EAAE,MAAQ,EAAE,cAAkB;;AAAnD,KAAqB;EAAE,MAAQ,EAAE,cAAkB;;AAAnD,MAAqB;EAAE,MAAQ,EAAE,eAAkB;;AAAnD,OAAqB;EAAE,MAAQ,EAAE,eAAkB;;AAIvD,OAAQ;EAAE,SAAS,EAAE,eAAe;;AACpC,OAAQ;EAAE,UAAU,EAAE,eAAe;;AAIrC,WAAY;EAAE,SAAS,EAAE,gBAAgB;;AACzC,WAAY;EAAE,UAAU,EAAE,gBAAgB;;AAE1C,OAAQ;EAAE,KAAK,EAAE,gBAAgB;;AACjC,OAAQ;EAAE,MAAM,EAAE,gBAAgB;;ACdhC,sBAAS;EACP,QAAQ,EAAE,QAAQ;EAClB,GAAG,EAAE,CAAC;EACN,KAAK,EAAE,CAAC;EACR,MAAM,EAAE,CAAC;EACT,IAAI,EAAE,CAAC;EACP,OAAO,EAAE,CAAC;EAEV,cAAc,EAAE,IAAI;EACpB,OAAO,EAAE,EAAE;EAEX,gBAAgB,EAAE,gBAAgB;;ACN9B,IAA8B;EAAE,MAAQ,EAAE,YAAkB;;AAC5D;KAC+B;EAC7B,UAAY,EAAE,YAAkB;;AAElC;KAC+B;EAC7B,YAAc,EAAE,YAAkB;;AAEpC;KAC+B;EAC7B,aAAe,EAAE,YAAkB;;AAErC;KAC+B;EAC7B,WAAa,EAAE,YAAkB;;AAfnC,IAA8B;EAAE,MAAQ,EAAE,kBAAkB;;AAC5D;KAC+B;EAC7B,UAAY,EAAE,kBAAkB;;AAElC;KAC+B;EAC7B,YAAc,EAAE,kBAAkB
 ;;AAEpC;
 
KAC+B;EAC7B,aAAe,EAAE,kBAAkB;;AAErC;KAC+B;EAC7B,WAAa,EAAE,kBAAkB;;AAfnC,IAA8B;EAAE,MAAQ,EAAE,iBAAkB;;AAC5D;KAC+B;EAC7B,UAAY,EAAE,iBAAkB;;AAElC;KAC+B;EAC7B,YAAc,EAAE,iBAAkB;;AAEpC;KAC+B;EAC7B,aAAe,EAAE,iBAAkB;;AAErC;KAC+B;EAC7B,WAAa,EAAE,iBAAkB;;AAfnC,IAA8B;EAAE,MAAQ,EAAE,eAAkB;;AAC5D;KAC+B;EAC7B,UAAY,EAAE,eAAkB;;AAElC;KAC+B;EAC7B,YAAc,EAAE,eAAkB;;AAEpC;KAC+B;EAC7B,aAAe,EAAE,eAAkB;;AAErC;KAC+B;EAC7B,WAAa,EAAE,eAAkB;;AAfnC,IAA8B;EAAE,MAAQ,EAAE,eAAkB;;AAC5D;KAC+B;EAC7B,UAAY,EAAE,eAAkB;;AAElC;KAC+B;EAC7B,YAAc,EAAE,eAAkB;;AAEpC;KAC+B;EAC7B,aAAe,EAAE,eAAkB;;AAErC;KAC+B;EAC7B,WAAa,EAAE,eAAkB;;AAfnC,IAA8B;EAAE,MAAQ,EAAE,eAAkB;;AAC5D;KAC+B;EAC7B,UAAY,EAAE,eAAkB;;AAElC;KAC+B;EAC7B,YAAc,EAAE,eAAkB;;AAEpC;KAC+B;EAC7B,aAAe,EAAE,eAAkB;;AAErC;KAC+B;EAC7B,WAAa,EAAE,eAAkB;;AAfnC,IAA8B;EAAE,MAAQ,EAAE,eAAkB;;AAC5D;KAC+B;EAC7B,UAAY,EAAE,eAAkB;;AAElC;KAC+B;EAC7B,YAAc,EAAE,eAAkB;;AAEpC;KAC+B;EAC7B,aAAe,EAAE,eAAkB;;AAErC;KAC+B;EAC7B,WAAa,EAAE,eAAkB;;AAfnC,IAA8B;EAAE,OAAQ,EAAE,YAAkB;;AAC5D;KAC+B;EA
 C7B,WAAY
 
,EAAE,YAAkB;;AAElC;KAC+B;EAC7B,aAAc,EAAE,YAAkB;;AAEpC;KAC+B;EAC7B,cAAe,EAAE,YAAkB;;AAErC;KAC+B;EAC7B,YAAa,EAAE,YAAkB;;AAfnC,IAA8B;EAAE,OAAQ,EAAE,kBAAkB;;AAC5D;KAC+B;EAC7B,WAAY,EAAE,kBAAkB;;AAElC;KAC+B;EAC7B,aAAc,EAAE,kBAAkB;;AAEpC;KAC+B;EAC7B,cAAe,EAAE,kBAAkB;;AAErC;KAC+B;EAC7B,YAAa,EAAE,kBAAkB;;AAfnC,IAA8B;EAAE,OAAQ,EAAE,iBAAkB;;AAC5D;KAC+B;EAC7B,WAAY,EAAE,iBAAkB;;AAElC;KAC+B;EAC7B,aAAc,EAAE,iBAAkB;;AAEpC;KAC+B;EAC7B,cAAe,EAAE,iBAAkB;;AAErC;KAC+B;EAC7B,YAAa,EAAE,iBAAkB;;AAfnC,IAA8B;EAAE,OAAQ,EAAE,eAAkB;;AAC5D;KAC+B;EAC7B,WAAY,EAAE,eAAkB;;AAElC;KAC+B;EAC7B,aAAc,EAAE,eAAkB;;AAEpC;KAC+B;EAC7B,cAAe,EAAE,eAAkB;;AAErC;KAC+B;EAC7B,YAAa,EAAE,eAAkB;;AAfnC,IAA8B;EAAE,OAAQ,EAAE,eAAkB;;AAC5D;KAC+B;EAC7B,WAAY,EAAE,eAAkB;;AAElC;KAC+B;EAC7B,aAAc,EAAE,eAAkB;;AAEpC;KAC+B;EAC7B,cAAe,EAAE,eAAkB;;AAErC;KAC+B;EAC7B,YAAa,EAAE,eAAkB;;AAfnC,IAA8B;EAAE,OAAQ,EAAE,eAAkB;;AAC5D;KAC+B;EAC7B,WAAY,EAAE,eAAkB;;AAElC;KAC+B;EAC7B,aAAc,EAAE,eAAkB;;AAEpC;KAC+B;EAC7B,cAAe,EAAE,eAAkB;;AAErC;KAC+B;EAC7B,YAAa,EAA
 E,eAAkB;
 
;AAfnC,IAA8B;EAAE,OAAQ,EAAE,eAAkB;;AAC5D;KAC+B;EAC7B,WAAY,EAAE,eAAkB;;AAElC;KAC+B;EAC7B,aAAc,EAAE,eAAkB;;AAEpC;KAC+B;EAC7B,cAAe,EAAE,eAAkB;;AAErC;KAC+B;EAC7B,YAAa,EAAE,eAAkB;;AAQnC,KAAsB;EAAE,MAAM,EAAE,mBAAmB;;AACnD;MACuB;EACrB,UAAU,EAAE,mBAAmB;;AAEjC;MACuB;EACrB,YAAY,EAAE,mBAAmB;;AAEnC;MACuB;EACrB,aAAa,EAAE,mBAAmB;;AAEpC;MACuB;EACrB,WAAW,EAAE,mBAAmB;;AAflC,KAAsB;EAAE,MAAM,EAAE,kBAAmB;;AACnD;MACuB;EACrB,UAAU,EAAE,kBAAmB;;AAEjC;MACuB;EACrB,YAAY,EAAE,kBAAmB;;AAEnC;MACuB;EACrB,aAAa,EAAE,kBAAmB;;AAEpC;MACuB;EACrB,WAAW,EAAE,kBAAmB;;AAflC,KAAsB;EAAE,MAAM,EAAE,gBAAmB;;AACnD;MACuB;EACrB,UAAU,EAAE,gBAAmB;;AAEjC;MACuB;EACrB,YAAY,EAAE,gBAAmB;;AAEnC;MACuB;EACrB,aAAa,EAAE,gBAAmB;;AAEpC;MACuB;EACrB,WAAW,EAAE,gBAAmB;;AAflC,KAAsB;EAAE,MAAM,EAAE,gBAAmB;;AACnD;MACuB;EACrB,UAAU,EAAE,gBAAmB;;AAEjC;MACuB;EACrB,YAAY,EAAE,gBAAmB;;AAEnC;MACuB;EACrB,aAAa,EAAE,gBAAmB;;AAEpC;MACuB;EACrB,WAAW,EAAE,gBAAmB;;AAflC,KAAsB;EAAE,MAAM,EAAE,gBAAmB;;AACnD;MACuB;EACrB,UAAU,EAAE,gBAAmB;;AAEjC;MACuB;EACrB,YAAY,EAAE
 ,gBAAmB;
 
;AAEnC;MACuB;EACrB,aAAa,EAAE,gBAAmB;;AAEpC;MACuB;EACrB,WAAW,EAAE,gBAAmB;;AAflC,KAAsB;EAAE,MAAM,EAAE,gBAAmB;;AACnD;MACuB;EACrB,UAAU,EAAE,gBAAmB;;AAEjC;MACuB;EACrB,YAAY,EAAE,gBAAmB;;AAEnC;MACuB;EACrB,aAAa,EAAE,gBAAmB;;AAEpC;MACuB;EACrB,WAAW,EAAE,gBAAmB;;AAMtC,OAAiB;EAAE,MAAM,EAAE,eAAe;;AAC1C;QACkB;EAChB,UAAU,EAAE,eAAe;;AAE7B;QACkB;EAChB,YAAY,EAAE,eAAe;;AAE/B;QACkB;EAChB,aAAa,EAAE,eAAe;;AAEhC;QACkB;EAChB,WAAW,EAAE,eAAe;;AzDT9B,yBAAyB;EyDlDrB,OAA8B;IAAE,MAAQ,EAAE,YAAkB;;EAC5D;UAC+B;IAC7B,UAAY,EAAE,YAAkB;;EAElC;UAC+B;IAC7B,YAAc,EAAE,YAAkB;;EAEpC;UAC+B;IAC7B,aAAe,EAAE,YAAkB;;EAErC;UAC+B;IAC7B,WAAa,EAAE,YAAkB;;EAfnC,OAA8B;IAAE,MAAQ,EAAE,kBAAkB;;EAC5D;UAC+B;IAC7B,UAAY,EAAE,kBAAkB;;EAElC;UAC+B;IAC7B,YAAc,EAAE,kBAAkB;;EAEpC;UAC+B;IAC7B,aAAe,EAAE,kBAAkB;;EAErC;UAC+B;IAC7B,WAAa,EAAE,kBAAkB;;EAfnC,OAA8B;IAAE,MAAQ,EAAE,iBAAkB;;EAC5D;UAC+B;IAC7B,UAAY,EAAE,iBAAkB;;EAElC;UAC+B;IAC7B,YAAc,EAAE,iBAAkB;;EAEpC;UAC+B;IAC7B,aAAe,EAAE,iBAAkB;;EAErC;UAC+B;IAC7B,WAAa,EAAE,iBAAkB;;EAfnC,OAA8B;IAAE,MAA
 Q,EAAE,e
 
AAkB;;EAC5D;UAC+B;IAC7B,UAAY,EAAE,eAAkB;;EAElC;UAC+B;IAC7B,YAAc,EAAE,eAAkB;;EAEpC;UAC+B;IAC7B,aAAe,EAAE,eAAkB;;EAErC;UAC+B;IAC7B,WAAa,EAAE,eAAkB;;EAfnC,OAA8B;IAAE,MAAQ,EAAE,eAAkB;;EAC5D;UAC+B;IAC7B,UAAY,EAAE,eAAkB;;EAElC;UAC+B;IAC7B,YAAc,EAAE,eAAkB;;EAEpC;UAC+B;IAC7B,aAAe,EAAE,eAAkB;;EAErC;UAC+B;IAC7B,WAAa,EAAE,eAAkB;;EAfnC,OAA8B;IAAE,MAAQ,EAAE,eAAkB;;EAC5D;UAC+B;IAC7B,UAAY,EAAE,eAAkB;;EAElC;UAC+B;IAC7B,YAAc,EAAE,eAAkB;;EAEpC;UAC+B;IAC7B,aAAe,EAAE,eAAkB;;EAErC;UAC+B;IAC7B,WAAa,EAAE,eAAkB;;EAfnC,OAA8B;IAAE,MAAQ,EAAE,eAAkB;;EAC5D;UAC+B;IAC7B,UAAY,EAAE,eAAkB;;EAElC;UAC+B;IAC7B,YAAc,EAAE,eAAkB;;EAEpC;UAC+B;IAC7B,aAAe,EAAE,eAAkB;;EAErC;UAC+B;IAC7B,WAAa,EAAE,eAAkB;;EAfnC,OAA8B;IAAE,OAAQ,EAAE,YAAkB;;EAC5D;UAC+B;IAC7B,WAAY,EAAE,YAAkB;;EAElC;UAC+B;IAC7B,aAAc,EAAE,YAAkB;;EAEpC;UAC+B;IAC7B,cAAe,EAAE,YAAkB;;EAErC;UAC+B;IAC7B,YAAa,EAAE,YAAkB;;EAfnC,OAA8B;IAAE,OAAQ,EAAE,kBAAkB;;EAC5D;UAC+B;IAC7B,WAAY,EAAE,kBAAkB;;EAElC;UAC+B;IAC7B,aAAc,EAAE,kBAAkB;;EAEpC;UAC+B;IAC7B,cAAe,EAAE,kBAAkB;;EAEr
 C;UAC+B;
 
IAC7B,YAAa,EAAE,kBAAkB;;EAfnC,OAA8B;IAAE,OAAQ,EAAE,iBAAkB;;EAC5D;UAC+B;IAC7B,WAAY,EAAE,iBAAkB;;EAElC;UAC+B;IAC7B,aAAc,EAAE,iBAAkB;;EAEpC;UAC+B;IAC7B,cAAe,EAAE,iBAAkB;;EAErC;UAC+B;IAC7B,YAAa,EAAE,iBAAkB;;EAfnC,OAA8B;IAAE,OAAQ,EAAE,eAAkB;;EAC5D;UAC+B;IAC7B,WAAY,EAAE,eAAkB;;EAElC;UAC+B;IAC7B,aAAc,EAAE,eAAkB;;EAEpC;UAC+B;IAC7B,cAAe,EAAE,eAAkB;;EAErC;UAC+B;IAC7B,YAAa,EAAE,eAAkB;;EAfnC,OAA8B;IAAE,OAAQ,EAAE,eAAkB;;EAC5D;UAC+B;IAC7B,WAAY,EAAE,eAAkB;;EAElC;UAC+B;IAC7B,aAAc,EAAE,eAAkB;;EAEpC;UAC+B;IAC7B,cAAe,EAAE,eAAkB;;EAErC;UAC+B;IAC7B,YAAa,EAAE,eAAkB;;EAfnC,OAA8B;IAAE,OAAQ,EAAE,eAAkB;;EAC5D;UAC+B;IAC7B,WAAY,EAAE,eAAkB;;EAElC;UAC+B;IAC7B,aAAc,EAAE,eAAkB;;EAEpC;UAC+B;IAC7B,cAAe,EAAE,eAAkB;;EAErC;UAC+B;IAC7B,YAAa,EAAE,eAAkB;;EAfnC,OAA8B;IAAE,OAAQ,EAAE,eAAkB;;EAC5D;UAC+B;IAC7B,WAAY,EAAE,eAAkB;;EAElC;UAC+B;IAC7B,aAAc,EAAE,eAAkB;;EAEpC;UAC+B;IAC7B,cAAe,EAAE,eAAkB;;EAErC;UAC+B;IAC7B,YAAa,EAAE,eAAkB;;EAQnC,QAAsB;IAAE,MAAM,EAAE,mBAAmB;;EACnD;WACuB;IACrB,UAAU,EAAE,mBAAmB;;EAEjC;WACuB;IACrB,Y
 AAY,EAAE
 
,mBAAmB;;EAEnC;WACuB;IACrB,aAAa,EAAE,mBAAmB;;EAEpC;WACuB;IACrB,WAAW,EAAE,mBAAmB;;EAflC,QAAsB;IAAE,MAAM,EAAE,kBAAmB;;EACnD;WACuB;IACrB,UAAU,EAAE,kBAAmB;;EAEjC;WACuB;IACrB,YAAY,EAAE,kBAAmB;;EAEnC;WACuB;IACrB,aAAa,EAAE,kBAAmB;;EAEpC;WACuB;IACrB,WAAW,EAAE,kBAAmB;;EAflC,QAAsB;IAAE,MAAM,EAAE,gBAAmB;;EACnD;WACuB;IACrB,UAAU,EAAE,gBAAmB;;EAEjC;WACuB;IACrB,YAAY,EAAE,gBAAmB;;EAEnC;WACuB;IACrB,aAAa,EAAE,gBAAmB;;EAEpC;WACuB;IACrB,WAAW,EAAE,gBAAmB;;EAflC,QAAsB;IAAE,MAAM,EAAE,gBAAmB;;EACnD;WACuB;IACrB,UAAU,EAAE,gBAAmB;;EAEjC;WACuB;IACrB,YAAY,EAAE,gBAAmB;;EAEnC;WACuB;IACrB,aAAa,EAAE,gBAAmB;;EAEpC;WACuB;IACrB,WAAW,EAAE,gBAAmB;;EAflC,QAAsB;IAAE,MAAM,EAAE,gBAAmB;;EACnD;WACuB;IACrB,UAAU,EAAE,gBAAmB;;EAEjC;WACuB;IACrB,YAAY,EAAE,gBAAmB;;EAEnC;WACuB;IACrB,aAAa,EAAE,gBAAmB;;EAEpC;WACuB;IACrB,WAAW,EAAE,gBAAmB;;EAflC,QAAsB;IAAE,MAAM,EAAE,gBAAmB;;EACnD;WACuB;IACrB,UAAU,EAAE,gBAAmB;;EAEjC;WACuB;IACrB,YAAY,EAAE,gBAAmB;;EAEnC;WACuB;IACrB,aAAa,EAAE,gBAAmB;;EAEpC;WACuB;IACrB,WAAW,EAAE,gBAAmB;;EAMtC,UAAiB;I
 AAE,MAAM
 
,EAAE,eAAe;;EAC1C;aACkB;IAChB,UAAU,EAAE,eAAe;;EAE7B;aACkB;IAChB,YAAY,EAAE,eAAe;;EAE/B;aACkB;IAChB,aAAa,EAAE,eAAe;;EAEhC;aACkB;IAChB,WAAW,EAAE,eAAe;AzDT9B,yBAAyB;EyDlDrB,OAA8B;IAAE,MAAQ,EAAE,YAAkB;;EAC5D;UAC+B;IAC7B,UAAY,EAAE,YAAkB;;EAElC;UAC+B;IAC7B,YAAc,EAAE,YAAkB;;EAEpC;UAC+B;IAC7B,aAAe,EAAE,YAAkB;;EAErC;UAC+B;IAC7B,WAAa,EAAE,YAAkB;;EAfnC,OAA8B;IAAE,MAAQ,EAAE,kBAAkB;;EAC5D;UAC+B;IAC7B,UAAY,EAAE,kBAAkB;;EAElC;UAC+B;IAC7B,YAAc,EAAE,kBAAkB;;EAEpC;UAC+B;IAC7B,aAAe,EAAE,kBAAkB;;EAErC;UAC+B;IAC7B,WAAa,EAAE,kBAAkB;;EAfnC,OAA8B;IAAE,MAAQ,EAAE,iBAAkB;;EAC5D;UAC+B;IAC7B,UAAY,EAAE,iBAAkB;;EAElC;UAC+B;IAC7B,YAAc,EAAE,iBAAkB;;EAEpC;UAC+B;IAC7B,aAAe,EAAE,iBAAkB;;EAErC;UAC+B;IAC7B,WAAa,EAAE,iBAAkB;;EAfnC,OAA8B;IAAE,MAAQ,EAAE,eAAkB;;EAC5D;UAC+B;IAC7B,UAAY,EAAE,eAAkB;;EAElC;UAC+B;IAC7B,YAAc,EAAE,eAAkB;;EAEpC;UAC+B;IAC7B,aAAe,EAAE,eAAkB;;EAErC;UAC+B;IAC7B,WAAa,EAAE,eAAkB;;EAfnC,OAA8B;IAAE,MAAQ,EAAE,eAAkB;;EAC5D;UAC+B;IAC7B,UAAY,EAAE,eAAkB;;EAElC;UAC+B;IAC7B,YAAc,EAAE,eAAkB;;EAEpC;UAC+B;IAC7
 B,aAAe,E
 
AAE,eAAkB;;EAErC;UAC+B;IAC7B,WAAa,EAAE,eAAkB;;EAfnC,OAA8B;IAAE,MAAQ,EAAE,eAAkB;;EAC5D;UAC+B;IAC7B,UAAY,EAAE,eAAkB;;EAElC;UAC+B;IAC7B,YAAc,EAAE,eAAkB;;EAEpC;UAC+B;IAC7B,aAAe,EAAE,eAAkB;;EAErC;UAC+B;IAC7B,WAAa,EAAE,eAAkB;;EAfnC,OAA8B;IAAE,MAAQ,EAAE,eAAkB;;EAC5D;UAC+B;IAC7B,UAAY,EAAE,eAAkB;;EAElC;UAC+B;IAC7B,YAAc,EAAE,eAAkB;;EAEpC;UAC+B;IAC7B,aAAe,EAAE,eAAkB;;EAErC;UAC+B;IAC7B,WAAa,EAAE,eAAkB;;EAfnC,OAA8B;IAAE,OAAQ,EAAE,YAAkB;;EAC5D;UAC+B;IAC7B,WAAY,EAAE,YAAkB;;EAElC;UAC+B;IAC7B,aAAc,EAAE,YAAkB;;EAEpC;UAC+B;IAC7B,cAAe,EAAE,YAAkB;;EAErC;UAC+B;IAC7B,YAAa,EAAE,YAAkB;;EAfnC,OAA8B;IAAE,OAAQ,EAAE,kBAAkB;;EAC5D;UAC+B;IAC7B,WAAY,EAAE,kBAAkB;;EAElC;UAC+B;IAC7B,aAAc,EAAE,kBAAkB;;EAEpC;UAC+B;IAC7B,cAAe,EAAE,kBAAkB;;EAErC;UAC+B;IAC7B,YAAa,EAAE,kBAAkB;;EAfnC,OAA8B;IAAE,OAAQ,EAAE,iBAAkB;;EAC5D;UAC+B;IAC7B,WAAY,EAAE,iBAAkB;;EAElC;UAC+B;IAC7B,aAAc,EAAE,iBAAkB;;EAEpC;UAC+B;IAC7B,cAAe,EAAE,iBAAkB;;EAErC;UAC+B;IAC7B,YAAa,EAAE,iBAAkB;;EAfnC,OAA8B;IAAE,OAAQ,EAAE,eAAkB;;EAC5D;UAC+B;IAC7B,WAAY,EAAE,e
 AAkB;;EA
 
ElC;UAC+B;IAC7B,aAAc,EAAE,eAAkB;;EAEpC;UAC+B;IAC7B,cAAe,EAAE,eAAkB;;EAErC;UAC+B;IAC7B,YAAa,EAAE,eAAkB;;EAfnC,OAA8B;IAAE,OAAQ,EAAE,eAAkB;;EAC5D;UAC+B;IAC7B,WAAY,EAAE,eAAkB;;EAElC;UAC+B;IAC7B,aAAc,EAAE,eAAkB;;EAEpC;UAC+B;IAC7B,cAAe,EAAE,eAAkB;;EAErC;UAC+B;IAC7B,YAAa,EAAE,eAAkB;;EAfnC,OAA8B;IAAE,OAAQ,EAAE,eAAkB;;EAC5D;UAC+B;IAC7B,WAAY,EAAE,eAAkB;;EAElC;UAC+B;IAC7B,aAAc,EAAE,eAAkB;;EAEpC;UAC+B;IAC7B,cAAe,EAAE,eAAkB;;EAErC;UAC+B;IAC7B,YAAa,EAAE,eAAkB;;EAfnC,OAA8B;IAAE,OAAQ,EAAE,eAAkB;;EAC5D;UAC+B;IAC7B,WAAY,EAAE,eAAkB;;EAElC;UAC+B;IAC7B,aAAc,EAAE,eAAkB;;EAEpC;UAC+B;IAC7B,cAAe,EAAE,eAAkB;;EAErC;UAC+B;IAC7B,YAAa,EAAE,eAAkB;;EAQnC,QAAsB;IAAE,MAAM,EAAE,mBAAmB;;EACnD;WACuB;IACrB,UAAU,EAAE,mBAAmB;;EAEjC;WACuB;IACrB,YAAY,EAAE,mBAAmB;;EAEnC;WACuB;IACrB,aAAa,EAAE,mBAAmB;;EAEpC;WACuB;IACrB,WAAW,EAAE,mBAAmB;;EAflC,QAAsB;IAAE,MAAM,EAAE,kBAAmB;;EACnD;WACuB;IACrB,UAAU,EAAE,kBAAmB;;EAEjC;WACuB;IACrB,YAAY,EAAE,kBAAmB;;EAEnC;WACuB;IACrB,aAAa,EAAE,kBAAmB;;EAEpC;WACuB;IACrB,WAAW,EAAE,kBAAmB;;EAflC,
 QAAsB;IA
 
AE,MAAM,EAAE,gBAAmB;;EACnD;WACuB;IACrB,UAAU,EAAE,gBAAmB;;EAEjC;WACuB;IACrB,YAAY,EAAE,gBAAmB;;EAEnC;WACuB;IACrB,aAAa,EAAE,gBAAmB;;EAEpC;WACuB;IACrB,WAAW,EAAE,gBAAmB;;EAflC,QAAsB;IAAE,MAAM,EAAE,gBAAmB;;EACnD;WACuB;IACrB,UAAU,EAAE,gBAAmB;;EAEjC;WACuB;IACrB,YAAY,EAAE,gBAAmB;;EAEnC;WACuB;IACrB,aAAa,EAAE,gBAAmB;;EAEpC;WACuB;IACrB,WAAW,EAAE,gBAAmB;;EAflC,QAAsB;IAAE,MAAM,EAAE,gBAAmB;;EACnD;WACuB;IACrB,UAAU,EAAE,gBAAmB;;EAEjC;WACuB;IACrB,YAAY,EAAE,gBAAmB;;EAEnC;WACuB;IACrB,aAAa,EAAE,gBAAmB;;EAEpC;WACuB;IACrB,WAAW,EAAE,gBAAmB;;EAflC,QAAsB;IAAE,MAAM,EAAE,gBAAmB;;EACnD;WACuB;IACrB,UAAU,EAAE,gBAAmB;;EAEjC;WACuB;IACrB,YAAY,EAAE,gBAAmB;;EAEnC;WACuB;IACrB,aAAa,EAAE,gBAAmB;;EAEpC;WACuB;IACrB,WAAW,EAAE,gBAAmB;;EAMtC,UAAiB;IAAE,MAAM,EAAE,eAAe;;EAC1C;aACkB;IAChB,UAAU,EAAE,eAAe;;EAE7B;aACkB;IAChB,YAAY,EAAE,eAAe;;EAE/B;aACkB;IAChB,aAAa,EAAE,eAAe;;EAEhC;aACkB;IAChB,WAAW,EAAE,eAAe;AzDT9B,yBAAyB;EyDlDrB,OAA8B;IAAE,MAAQ,EAAE,YAAkB;;EAC5D;UAC+B;IAC7B,UAAY,EAAE,YAAkB;;EAElC;UAC+B;IAC7B,YAAc,EAAE,YAAkB;
 ;EAEpC;U
 
AC+B;IAC7B,aAAe,EAAE,YAAkB;;EAErC;UAC+B;IAC7B,WAAa,EAAE,YAAkB;;EAfnC,OAA8B;IAAE,MAAQ,EAAE,kBAAkB;;EAC5D;UAC+B;IAC7B,UAAY,EAAE,kBAAkB;;EAElC;UAC+B;IAC7B,YAAc,EAAE,kBAAkB;;EAEpC;UAC+B;IAC7B,aAAe,EAAE,kBAAkB;;EAErC;UAC+B;IAC7B,WAAa,EAAE,kBAAkB;;EAfnC,OAA8B;IAAE,MAAQ,EAAE,iBAAkB;;EAC5D;UAC+B;IAC7B,UAAY,EAAE,iBAAkB;;EAElC;UAC+B;IAC7B,YAAc,EAAE,iBAAkB;;EAEpC;UAC+B;IAC7B,aAAe,EAAE,iBAAkB;;EAErC;UAC+B;IAC7B,WAAa,EAAE,iBAAkB;;EAfnC,OAA8B;IAAE,MAAQ,EAAE,eAAkB;;EAC5D;UAC+B;IAC7B,UAAY,EAAE,eAAkB;;EAElC;UAC+B;IAC7B,YAAc,EAAE,eAAkB;;EAEpC;UAC+B;IAC7B,aAAe,EAAE,eAAkB;;EAErC;UAC+B;IAC7B,WAAa,EAAE,eAAkB;;EAfnC,OAA8B;IAAE,MAAQ,EAAE,eAAkB;;EAC5D;UAC+B;IAC7B,UAAY,EAAE,eAAkB;;EAElC;UAC+B;IAC7B,YAAc,EAAE,eAAkB;;EAEpC;UAC+B;IAC7B,aAAe,EAAE,eAAkB;;EAErC;UAC+B;IAC7B,WAAa,EAAE,eAAkB;;EAfnC,OAA8B;IAAE,MAAQ,EAAE,eAAkB;;EAC5D;UAC+B;IAC7B,UAAY,EAAE,eAAkB;;EAElC;UAC+B;IAC7B,YAAc,EAAE,eAAkB;;EAEpC;UAC+B;IAC7B,aAAe,EAAE,eAAkB;;EAErC;UAC+B;IAC7B,WAAa,EAAE,eAAkB;;EAfnC,OAA8B;IAAE,MAAQ,EAAE,eAAkB;;EAC5D;UAC+B;
 IAC7B,UA
 
AY,EAAE,eAAkB;;EAElC;UAC+B;IAC7B,YAAc,EAAE,eAAkB;;EAEpC;UAC+B;IAC7B,aAAe,EAAE,eAAkB;;EAErC;UAC+B;IAC7B,WAAa,EAAE,eAAkB;;EAfnC,OAA8B;IAAE,OAAQ,EAAE,YAAkB;;EAC5D;UAC+B;IAC7B,WAAY,EAAE,YAAkB;;EAElC;UAC+B;IAC7B,aAAc,EAAE,YAAkB;;EAEpC;UAC+B;IAC7B,cAAe,EAAE,YAAkB;;EAErC;UAC+B;IAC7B,YAAa,EAAE,YAAkB;;EAfnC,OAA8B;IAAE,OAAQ,EAAE,kBAAkB;;EAC5D;UAC+B;IAC7B,WAAY,EAAE,kBAAkB;;EAElC;UAC+B;IAC7B,aAAc,EAAE,kBAAkB;;EAEpC;UAC+B;IAC7B,cAAe,EAAE,kBAAkB;;EAErC;UAC+B;IAC7B,YAAa,EAAE,kBAAkB;;EAfnC,OAA8B;IAAE,OAAQ,EAAE,iBAAkB;;EAC5D;UAC+B;IAC7B,WAAY,EAAE,iBAAkB;;EAElC;UAC+B;IAC7B,aAAc,EAAE,iBAAkB;;EAEpC;UAC+B;IAC7B,cAAe,EAAE,iBAAkB;;EAErC;UAC+B;IAC7B,YAAa,EAAE,iBAAkB;;EAfnC,OAA8B;IAAE,OAAQ,EAAE,eAAkB;;EAC5D;UAC+B;IAC7B,WAAY,EAAE,eAAkB;;EAElC;UAC+B;IAC7B,aAAc,EAAE,eAAkB;;EAEpC;UAC+B;IAC7B,cAAe,EAAE,eAAkB;;EAErC;UAC+B;IAC7B,YAAa,EAAE,eAAkB;;EAfnC,OAA8B;IAAE,OAAQ,EAAE,eAAkB;;EAC5D;UAC+B;IAC7B,WAAY,EAAE,eAAkB;;EAElC;UAC+B;IAC7B,aAAc,EAAE,eAAkB;;EAEpC;UAC+B;IAC7B,cAAe,EAAE,eAAkB;;EAErC;UAC+B;IAC7B,YAAa,E
 AAE,eAAk
 
B;;EAfnC,OAA8B;IAAE,OAAQ,EAAE,eAAkB;;EAC5D;UAC+B;IAC7B,WAAY,EAAE,eAAkB;;EAElC;UAC+B;IAC7B,aAAc,EAAE,eAAkB;;EAEpC;UAC+B;IAC7B,cAAe,EAAE,eAAkB;;EAErC;UAC+B;IAC7B,YAAa,EAAE,eAAkB;;EAfnC,OAA8B;IAAE,OAAQ,EAAE,eAAkB;;EAC5D;UAC+B;IAC7B,WAAY,EAAE,eAAkB;;EAElC;UAC+B;IAC7B,aAAc,EAAE,eAAkB;;EAEpC;UAC+B;IAC7B,cAAe,EAAE,eAAkB;;EAErC;UAC+B;IAC7B,YAAa,EAAE,eAAkB;;EAQnC,QAAsB;IAAE,MAAM,EAAE,mBAAmB;;EACnD;WACuB;IACrB,UAAU,EAAE,mBAAmB;;EAEjC;WACuB;IACrB,YAAY,EAAE,mBAAmB;;EAEnC;WACuB;IACrB,aAAa,EAAE,mBAAmB;;EAEpC;WACuB;IACrB,WAAW,EAAE,mBAAmB;;EAflC,QAAsB;IAAE,MAAM,EAAE,kBAAmB;;EACnD;WACuB;IACrB,UAAU,EAAE,kBAAmB;;EAEjC;WACuB;IACrB,YAAY,EAAE,kBAAmB;;EAEnC;WACuB;IACrB,aAAa,EAAE,kBAAmB;;EAEpC;WACuB;IACrB,WAAW,EAAE,kBAAmB;;EAflC,QAAsB;IAAE,MAAM,EAAE,gBAAmB;;EACnD;WACuB;IACrB,UAAU,EAAE,gBAAmB;;EAEjC;WACuB;IACrB,YAAY,EAAE,gBAAmB;;EAEnC;WACuB;IACrB,aAAa,EAAE,gBAAmB;;EAEpC;WACuB;IACrB,WAAW,EAAE,gBAAmB;;EAflC,QAAsB;IAAE,MAAM,EAAE,gBAAmB;;EACnD;WACuB;IACrB,UAAU,EAAE,gBAAmB;;EAEjC;WACuB;IACrB,YAAY,EAAE,gB
 AAmB;;EA
 
EnC;WACuB;IACrB,aAAa,EAAE,gBAAmB;;EAEpC;WACuB;IACrB,WAAW,EAAE,gBAAmB;;EAflC,QAAsB;IAAE,MAAM,EAAE,gBAAmB;;EACnD;WACuB;IACrB,UAAU,EAAE,gBAAmB;;EAEjC;WACuB;IACrB,YAAY,EAAE,gBAAmB;;EAEnC;WACuB;IACrB,aAAa,EAAE,gBAAmB;;EAEpC;WACuB;IACrB,WAAW,EAAE,gBAAmB;;EAflC,QAAsB;IAAE,MAAM,EAAE,gBAAmB;;EACnD;WACuB;IACrB,UAAU,EAAE,gBAAmB;;EAEjC;WACuB;IACrB,YAAY,EAAE,gBAAmB;;EAEnC;WACuB;IACrB,aAAa,EAAE,gBAAmB;;EAEpC;WACuB;IACrB,WAAW,EAAE,gBAAmB;;EAMtC,UAAiB;IAAE,MAAM,EAAE,eAAe;;EAC1C;aACkB;IAChB,UAAU,EAAE,eAAe;;EAE7B;aACkB;IAChB,YAAY,EAAE,eAAe;;EAE/B;aACkB;IAChB,aAAa,EAAE,eAAe;;EAEhC;aACkB;IAChB,WAAW,EAAE,eAAe;AzDT9B,0BAAyB;EyDlDrB,OAA8B;IAAE,MAAQ,EAAE,YAAkB;;EAC5D;UAC+B;IAC7B,UAAY,EAAE,YAAkB;;EAElC;UAC+B;IAC7B,YAAc,EAAE,YAAkB;;EAEpC;UAC+B;IAC7B,aAAe,EAAE,YAAkB;;EAErC;UAC+B;IAC7B,WAAa,EAAE,YAAkB;;EAfnC,OAA8B;IAAE,MAAQ,EAAE,kBAAkB;;EAC5D;UAC+B;IAC7B,UAAY,EAAE,kBAAkB;;EAElC;UAC+B;IAC7B,YAAc,EAAE,kBAAkB;;EAEpC;UAC+B;IAC7B,aAAe,EAAE,kBAAkB;;EAErC;UAC+B;IAC7B,WAAa,EAAE,kBAAkB;;EAfnC,OAA8B;IAAE,MAAQ,EA
 AE,iBAAk
 
B;;EAC5D;UAC+B;IAC7B,UAAY,EAAE,iBAAkB;;EAElC;UAC+B;IAC7B,YAAc,EAAE,iBAAkB;;EAEpC;UAC+B;IAC7B,aAAe,EAAE,iBAAkB;;EAErC;UAC+B;IAC7B,WAAa,EAAE,iBAAkB;;EAfnC,OAA8B;IAAE,MAAQ,EAAE,eAAkB;;EAC5D;UAC+B;IAC7B,UAAY,EAAE,eAAkB;;EAElC;UAC+B;IAC7B,YAAc,EAAE,eAAkB;;EAEpC;UAC+B;IAC7B,aAAe,EAAE,eAAkB;;EAErC;UAC+B;IAC7B,WAAa,EAAE,eAAkB;;EAfnC,OAA8B;IAAE,MAAQ,EAAE,eAAkB;;EAC5D;UAC+B;IAC7B,UAAY,EAAE,eAAkB;;EAElC;UAC+B;IAC7B,YAAc,EAAE,eAAkB;;EAEpC;UAC+B;IAC7B,aAAe,EAAE,eAAkB;;EAErC;UAC+B;IAC7B,WAAa,EAAE,eAAkB;;EAfnC,OAA8B;IAAE,MAAQ,EAAE,eAAkB;;EAC5D;UAC+B;IAC7B,UAAY,EAAE,eAAkB;;EAElC;UAC+B;IAC7B,YAAc,EAAE,eAAkB;;EAEpC;UAC+B;IAC7B,aAAe,EAAE,eAAkB;;EAErC;UAC+B;IAC7B,WAAa,EAAE,eAAkB;;EAfnC,OAA8B;IAAE,MAAQ,EAAE,eAAkB;;EAC5D;UAC+B;IAC7B,UAAY,EAAE,eAAkB;;EAElC;UAC+B;IAC7B,YAAc,EAAE,eAAkB;;EAEpC;UAC+B;IAC7B,aAAe,EAAE,eAAkB;;EAErC;UAC+B;IAC7B,WAAa,EAAE,eAAkB;;EAfnC,OAA8B;IAAE,OAAQ,EAAE,YAAkB;;EAC5D;UAC+B;IAC7B,WAAY,EAAE,YAAkB;;EAElC;UAC+B;IAC7B,aAAc,EAAE,YAAkB;;EAEpC;UAC+B;IAC7B,cAAe,EAAE,YAAkB;;EAErC;U
 AC+B;IAC
 
7B,YAAa,EAAE,YAAkB;;EAfnC,OAA8B;IAAE,OAAQ,EAAE,kBAAkB;;EAC5D;UAC+B;IAC7B,WAAY,EAAE,kBAAkB;;EAElC;UAC+B;IAC7B,aAAc,EAAE,kBAAkB;;EAEpC;UAC+B;IAC7B,cAAe,EAAE,kBAAkB;;EAErC;UAC+B;IAC7B,YAAa,EAAE,kBAAkB;;EAfnC,OAA8B;IAAE,OAAQ,EAAE,iBAAkB;;EAC5D;UAC+B;IAC7B,WAAY,EAAE,iBAAkB;;EAElC;UAC+B;IAC7B,aAAc,EAAE,iBAAkB;;EAEpC;UAC+B;IAC7B,cAAe,EAAE,iBAAkB;;EAErC;UAC+B;IAC7B,YAAa,EAAE,iBAAkB;;EAfnC,OAA8B;IAAE,OAAQ,EAAE,eAAkB;;EAC5D;UAC+B;IAC7B,WAAY,EAAE,eAAkB;;EAElC;UAC+B;IAC7B,aAAc,EAAE,eAAkB;;EAEpC;UAC+B;IAC7B,cAAe,EAAE,eAAkB;;EAErC;UAC+B;IAC7B,YAAa,EAAE,eAAkB;;EAfnC,OAA8B;IAAE,OAAQ,EAAE,eAAkB;;EAC5D;UAC+B;IAC7B,WAAY,EAAE,eAAkB;;EAElC;UAC+B;IAC7B,aAAc,EAAE,eAAkB;;EAEpC;UAC+B;IAC7B,cAAe,EAAE,eAAkB;;EAErC;UAC+B;IAC7B,YAAa,EAAE,eAAkB;;EAfnC,OAA8B;IAAE,OAAQ,EAAE,eAAkB;;EAC5D;UAC+B;IAC7B,WAAY,EAAE,eAAkB;;EAElC;UAC+B;IAC7B,aAAc,EAAE,eAAkB;;EAEpC;UAC+B;IAC7B,cAAe,EAAE,eAAkB;;EAErC;UAC+B;IAC7B,YAAa,EAAE,eAAkB;;EAfnC,OAA8B;IAAE,OAAQ,EAAE,eAAkB;;EAC5D;UAC+B;IAC7B,WAAY,EAAE,eAAkB;;EAElC;UAC+B;IAC7B,aA
 Ac,EAAE,
 
eAAkB;;EAEpC;UAC+B;IAC7B,cAAe,EAAE,eAAkB;;EAErC;UAC+B;IAC7B,YAAa,EAAE,eAAkB;;EAQnC,QAAsB;IAAE,MAAM,EAAE,mBAAmB;;EACnD;WACuB;IACrB,UAAU,EAAE,mBAAmB;;EAEjC;WACuB;IACrB,YAAY,EAAE,mBAAmB;;EAEnC;WACuB;IACrB,aAAa,EAAE,mBAAmB;;EAEpC;WACuB;IACrB,WAAW,EAAE,mBAAmB;;EAflC,QAAsB;IAAE,MAAM,EAAE,kBAAmB;;EACnD;WACuB;IACrB,UAAU,EAAE,kBAAmB;;EAEjC;WACuB;IACrB,YAAY,EAAE,kBAAmB;;EAEnC;WACuB;IACrB,aAAa,EAAE,kBAAmB;;EAEpC;WACuB;IACrB,WAAW,EAAE,kBAAmB;;EAflC,QAAsB;IAAE,MAAM,EAAE,gBAAmB;;EACnD;WACuB;IACrB,UAAU,EAAE,gBAAmB;;EAEjC;WACuB;IACrB,YAAY,EAAE,gBAAmB;;EAEnC;WACuB;IACrB,aAAa,EAAE,gBAAmB;;EAEpC;WACuB;IACrB,WAAW,EAAE,gBAAmB;;EAflC,QAAsB;IAAE,MAAM,EAAE,gBAAmB;;EACnD;WACuB;IACrB,UAAU,EAAE,gBAAmB;;EAEjC;WACuB;IACrB,YAAY,EAAE,gBAAmB;;EAEnC;WACuB;IACrB,aAAa,EAAE,gBAAmB;;EAEpC;WACuB;IACrB,WAAW,EAAE,gBAAmB;;EAflC,QAAsB;IAAE,MAAM,EAAE,gBAAmB;;EACnD;WACuB;IACrB,UAAU,EAAE,gBAAmB;;EAEjC;WACuB;IACrB,YAAY,EAAE,gBAAmB;;EAEnC;WACuB;IACrB,aAAa,EAAE,gBAAmB;;EAEpC;WACuB;IACrB,WAAW,EAAE,gBAAmB;;EAflC,QAAsB;IAAE,
 MAAM,EAA
 
E,gBAAmB;;EACnD;WACuB;IACrB,UAAU,EAAE,gBAAmB;;EAEjC;WACuB;IACrB,YAAY,EAAE,gBAAmB;;EAEnC;WACuB;IACrB,aAAa,EAAE,gBAAmB;;EAEpC;WACuB;IACrB,WAAW,EAAE,gBAAmB;;EAMtC,UAAiB;IAAE,MAAM,EAAE,eAAe;;EAC1C;aACkB;IAChB,UAAU,EAAE,eAAe;;EAE7B;aACkB;IAChB,YAAY,EAAE,eAAe;;EAE/B;aACkB;IAChB,aAAa,EAAE,eAAe;;EAEhC;aACkB;IAChB,WAAW,EAAE,eAAe;AC/DlC,eAAgB;EAAE,WAAW,EAAE,+FAAiC;;AAIhE,aAAe;EAAE,UAAU,EAAE,kBAAkB;;AAC/C,UAAe;EAAE,WAAW,EAAE,iBAAiB;;AAC/C,YAAe;EAAE,WAAW,EAAE,iBAAiB;;AAC/C,cAAe;ECTb,QAAQ,EAAE,MAAM;EAChB,aAAa,EAAE,QAAQ;EACvB,WAAW,EAAE,MAAM;;ADejB,UAAsB;EAAE,UAAU,EAAE,eAAe;;AACnD,WAAsB;EAAE,UAAU,EAAE,gBAAgB;;AACpD,YAAsB;EAAE,UAAU,EAAE,iBAAiB;;A1DqCrD,yBAAyB;E0DvCzB,aAAsB;IAAE,UAAU,EAAE,eAAe;;EACnD,cAAsB;IAAE,UAAU,EAAE,gBAAgB;;EACpD,eAAsB;IAAE,UAAU,EAAE,iBAAiB;A1DqCrD,yBAAyB;E0DvCzB,aAAsB;IAAE,UAAU,EAAE,eAAe;;EACnD,cAAsB;IAAE,UAAU,EAAE,gBAAgB;;EACpD,eAAsB;IAAE,UAAU,EAAE,iBAAiB;A1DqCrD,yBAAyB;E0DvCzB,aAAsB;IAAE,UAAU,EAAE,eAAe;;EACnD,cAAsB;IAAE,UAAU,EAAE,gBAAgB;;EACpD,eAAsB;IAAE,UAAU,EAAE,iB
 AAiB;A1D
 
qCrD,0BAAyB;E0DvCzB,aAAsB;IAAE,UAAU,EAAE,eAAe;;EACnD,cAAsB;IAAE,UAAU,EAAE,gBAAgB;;EACpD,eAAsB;IAAE,UAAU,EAAE,iBAAiB;AAMzD,eAAiB;EAAE,cAAc,EAAE,oBAAoB;;AACvD,eAAiB;EAAE,cAAc,EAAE,oBAAoB;;AACvD,gBAAiB;EAAE,cAAc,EAAE,qBAAqB;;AAIxD,kBAAqB;EAAE,WAAW,EAAE,cAA6B;;AACjE,oBAAqB;EAAE,WAAW,EAAE,kBAA+B;;AACnE,mBAAqB;EAAE,WAAW,EAAE,cAA8B;;AAClE,iBAAqB;EAAE,WAAW,EAAE,cAA4B;;AAChE,mBAAqB;EAAE,WAAW,EAAE,iBAA8B;;AAClE,YAAqB;EAAE,UAAU,EAAE,iBAAiB;;AAIpD,WAAY;EAAE,KAAK,EAAE,eAAiB;;AEvCpC,aAAW;EACT,KAAK,EAAE,kBAAiB;;AtEU1B,0CACQ;EsENF,KAAK,EAAE,kBAAmE;;AANhF,eAAW;EACT,KAAK,EAAE,kBAAiB;;AtEU1B,8CACQ;EsENF,KAAK,EAAE,kBAAmE;;AANhF,aAAW;EACT,KAAK,EAAE,kBAAiB;;AtEU1B,0CACQ;EsENF,KAAK,EAAE,kBAAmE;;AANhF,UAAW;EACT,KAAK,EAAE,kBAAiB;;AtEU1B,oCACQ;EsENF,KAAK,EAAE,kBAAmE;;AANhF,aAAW;EACT,KAAK,EAAE,kBAAiB;;AtEU1B,0CACQ;EsENF,KAAK,EAAE,kBAAmE;;AANhF,YAAW;EACT,KAAK,EAAE,kBAAiB;;AtEU1B,wCACQ;EsENF,KAAK,EAAE,kBAAmE;;AANhF,WAAW;EACT,KAAK,EAAE,kBAAiB;;AtEU1B,sCACQ;EsENF,KAAK,EAAE,kBAAmE;;AANhF,UAAW;EACT,KAAK,EAA
 E,kBAAiB
 
;;AtEU1B,oCACQ;EsENF,KAAK,EAAE,gBAAmE;;AANhF,cAAW;EACT,KAAK,EAAE,kBAAiB;;AtEU1B,4CACQ;EsENF,KAAK,EAAE,kBAAmE;;AFuClF,UAAW;EAAE,KAAK,EAAE,kBAAsB;;AAC1C,WAAY;EAAE,KAAK,EAAE,kBAAsB;;AAE3C,cAAe;EAAE,KAAK,EAAE,6BAA2B;;AACnD,cAAe;EAAE,KAAK,EAAE,mCAA2B;;AAInD,UAAW;EGvDT,IAAI,EAAE,KAAK;EACX,KAAK,EAAE,WAAW;EAClB,WAAW,EAAE,IAAI;EACjB,gBAAgB,EAAE,WAAW;EAC7B,MAAM,EAAE,CAAC;;AHuDX,qBAAsB;EAAE,eAAe,EAAE,eAAe;;AAExD,WAAY;EACV,UAAU,EAAE,qBAAqB;EACjC,aAAa,EAAE,qBAAqB;;AAKtC,WAAY;EAAE,KAAK,EAAE,kBAAkB;;AIjEvC,QAAS;EACP,UAAU,EAAE,kBAAkB;;AAGhC,UAAW;EACT,UAAU,EAAE,iBAAiB;;ACA7B,YAAa;EACX;;UAES;IAGP,WAAW,EAAE,eAAe;IAE5B,UAAU,EAAE,eAAe;;EAI3B,WAAY;IACV,eAAe,EAAE,SAAS;;EAS9B,kBAAmB;IACjB,OAAO,EAAE,oBAAoB;;EAc/B,GAAI;IACF,WAAW,EAAE,mBAAmB;;EAElC;YACW;IACT,MAAM,EAAE,iBAA6B;IACrC,iBAAiB,EAAE,KAAK;;EAQ1B,KAAM;IACJ,OAAO,EAAE,kBAAkB;;EAG7B;KACI;IACF,iBAAiB,EAAE,KAAK;;EAG1B;;IAEG;IACD,OAAO,EAAE,CAAC;IACV,MAAM,EAAE,CAAC;;EAGX;IACG;IACD,gBAAgB,EAAE,KAAK;;EAQzB,KAEC;IADC,IAAI,E3EwgC0B,EAAE;E2EtgClC,IAAK;IAC
 H,SAAS,E
 
AAE,gBAAgC;;EAE7C,UAAW;IACT,SAAS,EAAE,gBAAgC;;EAI7C,OAAQ;IACN,OAAO,EAAE,IAAI;;EAEf,MAAO;IACL,MAAM,EAAE,cAA0B;;EAGpC,MAAO;IACL,eAAe,EAAE,mBAAmB;IAEpC;aACG;MACD,gBAAgB,EAAE,eAAiB;;EAKrC;oBACG;IACD,MAAM,EAAE,4BAA8B;;EAI1C,WAAY;IACV,KAAK,EAAE,OAAO;IAEd;;;6BAGc;MACZ,YAAY,E3E+3BgB,OAAS;;E2E33BzC,qBAAsB;IACpB,KAAK,EAAE,OAAO;IACd,YAAY,E3Ey3BkB,OAAS",
+"sources": 
["../bootstrap/scss/bootstrap.scss","../bootstrap/scss/_root.scss","../bootstrap/scss/_reboot.scss","../bootstrap/scss/_variables.scss","../bootstrap/scss/vendor/_rfs.scss","../bootstrap/scss/mixins/_hover.scss","../bootstrap/scss/_type.scss","../bootstrap/scss/mixins/_lists.scss","../scss/theme.scss","../bootstrap/scss/_images.scss","../bootstrap/scss/mixins/_image.scss","../bootstrap/scss/mixins/_border-radius.scss","../bootstrap/scss/_code.scss","../bootstrap/scss/_grid.scss","../bootstrap/scss/mixins/_grid.scss","../bootstrap/scss/mixins/_breakpoints.scss","../bootstrap/scss/_functions.scss","../bootstrap/scss/mixins/_grid-framework.scss","../bootstrap/scss/_tables.scss","../bootstrap/scss/mixins/_table-row.scss","../bootstrap/scss/_forms.scss","../bootstrap/scss/mixins/_transition.scss","../bootstrap/scss/mixins/_forms.scss","../bootstrap/scss/mixins/_gradients.scss","../bootstrap/scss/_buttons.scss","../bootstrap/scss/mixins/_buttons.scss","../bootstrap/scss
 /_transi
 
tions.scss","../bootstrap/scss/_dropdown.scss","../bootstrap/scss/mixins/_caret.scss","../bootstrap/scss/mixins/_nav-divider.scss","../bootstrap/scss/_button-group.scss","../bootstrap/scss/_input-group.scss","../bootstrap/scss/_custom-forms.scss","../bootstrap/scss/_nav.scss","../bootstrap/scss/_navbar.scss","../bootstrap/scss/_card.scss","../bootstrap/scss/_breadcrumb.scss","../bootstrap/scss/_pagination.scss","../bootstrap/scss/mixins/_pagination.scss","../bootstrap/scss/_badge.scss","../bootstrap/scss/mixins/_badge.scss","../bootstrap/scss/_jumbotron.scss","../bootstrap/scss/_alert.scss","../bootstrap/scss/mixins/_alert.scss","../bootstrap/scss/_progress.scss","../bootstrap/scss/_media.scss","../bootstrap/scss/_list-group.scss","../bootstrap/scss/mixins/_list-group.scss","../bootstrap/scss/_close.scss","../bootstrap/scss/_toasts.scss","../bootstrap/scss/_modal.scss","../bootstrap/scss/_tooltip.scss","../bootstrap/scss/mixins/_reset-text.scss","../bootstrap/scss/_popover.s
 css","..
 
/bootstrap/scss/_carousel.scss","../bootstrap/scss/mixins/_clearfix.scss","../bootstrap/scss/_spinners.scss","../bootstrap/scss/utilities/_align.scss","../bootstrap/scss/mixins/_background-variant.scss","../bootstrap/scss/utilities/_background.scss","../bootstrap/scss/utilities/_borders.scss","../bootstrap/scss/utilities/_display.scss","../bootstrap/scss/utilities/_embed.scss","../bootstrap/scss/utilities/_flex.scss","../bootstrap/scss/utilities/_float.scss","../bootstrap/scss/utilities/_overflow.scss","../bootstrap/scss/utilities/_position.scss","../bootstrap/scss/utilities/_screenreaders.scss","../bootstrap/scss/mixins/_screen-reader.scss","../bootstrap/scss/utilities/_shadows.scss","../bootstrap/scss/utilities/_sizing.scss","../bootstrap/scss/utilities/_stretched-link.scss","../bootstrap/scss/utilities/_spacing.scss","../bootstrap/scss/utilities/_text.scss","../bootstrap/scss/mixins/_text-truncate.scss","../bootstrap/scss/mixins/_text-emphasis.scss","../bootstrap/scss/mix
 ins/_tex
 t-hide.scss","../bootstrap/scss/utilities/_visibility.scss","../bootstrap/scss/_print.scss"],
+"names": [],
+"file": "theme.css"
+}
diff --git a/assets/illustrations/api.svg b/assets/illustrations/api.svg
new file mode 100644
index 0000000..09fbbc3
--- /dev/null
+++ b/assets/illustrations/api.svg
@@ -0,0 +1 @@
+<svg id="a594ac37-6d44-4297-8862-1cbd9c01c0b7" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg"; 
width="1126.19355" height="855" viewBox="0 0 1126.19355 855"><title>code review</title><path 
d="M581.7675,778.43794C339.36866,759.99137,50.29677,572.17166,65.01385,378.78054S359.70017,5.35846,602.099,23.805,984.03089,403.667,969.31381,597.05809,824.16633,796.88451,581.7675,778.43794Z"
 transform="translate(-36.90323 -22.5)" fill="#f2f2f2"/><ellipse cx="565.19355" cy="756" rx="506" ry="31" 
fill="#3f3d56"/><ellipse cx="565.19355" cy="755.5" rx="431" ry="20.5" opacity="0.1"/><ellipse cx="212.19355" 
cy="836.5" rx="212.19355" ry="18.5" fill="#3f3d56"/><ellipse cx="212.19355" cy="836.20161" rx="180.74194" 
ry="12.23387" opacity="0.1"/><rect x="196.19355" y="162" width="752" height="590" fill="#3f3d56"/><path 
d="M600.54135,265.12914H415.02363a2.25143,2.25143,0,1,1,0-4.50285H600.54135a2.25143,2.25143,0,0,1,0,4.50285Z" 
transform="translate(-36.90323 -22.5)" fill="#f2f2f2"/><path d="M80
 3.6202,2
 89.89486H511.83506a2.25143,2.25143,0,0,1,0-4.50286H803.6202a2.25143,2.25143,0,1,1,0,4.50286Z" 
transform="translate(-36.90323 -22.5)" fill="#f2f2f2"/><path 
d="M601.44192,314.66057H415.9242a2.25143,2.25143,0,1,1,0-4.50286H601.44192a2.25143,2.25143,0,1,1,0,4.50286Z" 
transform="translate(-36.90323 -22.5)" fill="#f2f2f2"/><path 
d="M803.6202,315.11086H618.10249a2.25143,2.25143,0,0,1,0-4.50286H803.6202a2.25143,2.25143,0,1,1,0,4.50286Z" 
transform="translate(-36.90323 -22.5)" fill="#f2f2f2"/><path 
d="M601.8922,339.42629H416.37449a2.25143,2.25143,0,0,1,0-4.50286H601.8922a2.25143,2.25143,0,1,1,0,4.50286Z" 
transform="translate(-36.90323 -22.5)" fill="#f2f2f2"/><path 
d="M602.34249,364.192H416.82477a2.25143,2.25143,0,0,1,0-4.50286H602.34249a2.25143,2.25143,0,1,1,0,4.50286Z" 
transform="translate(-36.90323 -22.5)" fill="#f2f2f2"/><path 
d="M686.54592,265.57943H633.4122a2.25143,2.25143,0,0,1,0-4.50286h53.13372a2.25143,2.25143,0,1,1,0,4.50286Z" 
transform="translate(-36.90323 -22.5)" fill="#f2f
 2f2"/><p
 ath 
d="M686.54592,339.42629H633.4122a2.25143,2.25143,0,0,1,0-4.50286h53.13372a2.25143,2.25143,0,1,1,0,4.50286Z" 
transform="translate(-36.90323 -22.5)" fill="#f2f2f2"/><path 
d="M686.54592,363.74171H633.4122a2.25143,2.25143,0,1,1,0-4.50285h53.13372a2.25143,2.25143,0,1,1,0,4.50285Z" 
transform="translate(-36.90323 -22.5)" fill="#f2f2f2"/><path 
d="M775.70249,363.74171H722.56877a2.25143,2.25143,0,0,1,0-4.50285h53.13372a2.25143,2.25143,0,1,1,0,4.50285Z" 
transform="translate(-36.90323 -22.5)" fill="#f2f2f2"/><path 
d="M467.70706,289.89486H414.57335a2.25143,2.25143,0,0,1,0-4.50286h53.13371a2.25143,2.25143,0,0,1,0,4.50286Z" 
transform="translate(-36.90323 -22.5)" fill="#f2f2f2"/><path 
d="M600.76649,629.86057H415.24877a2.25143,2.25143,0,0,1,0-4.50286H600.76649a2.25143,2.25143,0,0,1,0,4.50286Z" 
transform="translate(-36.90323 -22.5)" fill="#f2f2f2"/><path 
d="M599.86592,679.392H414.3482a2.25143,2.25143,0,1,1,0-4.50286H599.86592a2.25143,2.25143,0,0,1,0,4.50286Z" 
transform="translate(-36.9032
 3 -22.5)
 " fill="#f2f2f2"/><path 
d="M600.3162,704.15771H414.79849a2.25143,2.25143,0,1,1,0-4.50285H600.3162a2.25143,2.25143,0,1,1,0,4.50285Z" 
transform="translate(-36.90323 -22.5)" fill="#f2f2f2"/><path 
d="M679.56649,679.84229H626.43277a2.25143,2.25143,0,0,1,0-4.50286h53.13372a2.25143,2.25143,0,0,1,0,4.50286Z" 
transform="translate(-36.90323 -22.5)" fill="#f2f2f2"/><path 
d="M679.56649,704.15771H626.43277a2.25142,2.25142,0,0,1,0-4.50285h53.13372a2.25142,2.25142,0,1,1,0,4.50285Z" 
transform="translate(-36.90323 -22.5)" fill="#f2f2f2"/><path 
d="M768.72306,679.84229H715.58935a2.25143,2.25143,0,1,1,0-4.50286h53.13371a2.25143,2.25143,0,0,1,0,4.50286Z" 
transform="translate(-36.90323 -22.5)" fill="#f2f2f2"/><path 
d="M803.84535,654.62629H512.0602a2.25143,2.25143,0,0,1,0-4.50286H803.84535a2.25143,2.25143,0,0,1,0,4.50286Z" 
transform="translate(-36.90323 -22.5)" fill="#f2f2f2"/><path 
d="M467.9322,654.62629H414.79849a2.25143,2.25143,0,0,1,0-4.50286H467.9322a2.25143,2.25143,0,0,1,0,4.50286Z" 
transfor
 m="trans
 late(-36.90323 -22.5)" fill="#f2f2f2"/><path 
d="M803.84535,729.37371H512.0602a2.25143,2.25143,0,1,1,0-4.50285H803.84535a2.25142,2.25142,0,0,1,0,4.50285Z" 
transform="translate(-36.90323 -22.5)" fill="#f2f2f2"/><path 
d="M467.9322,729.37371H414.79849a2.25143,2.25143,0,1,1,0-4.50285H467.9322a2.25143,2.25143,0,1,1,0,4.50285Z" 
transform="translate(-36.90323 -22.5)" fill="#f2f2f2"/><polygon points="519.06 401.13 447.014 472.275 519.06 
543.42 535.27 527.21 480.786 472.725 535.72 417.79 519.06 401.13" fill="#f57900"/><polygon points="625.327 
401.13 697.373 472.275 625.327 543.42 609.117 527.21 663.602 472.725 608.667 417.79 625.327 401.13" 
fill="#f57900"/><circle cx="216.19355" cy="177" r="9" fill="#f57900"/><circle cx="240.19355" cy="177" r="9" 
fill="#f57900"/><circle cx="264.19355" cy="177" r="9" fill="#f57900"/><rect x="196.19355" y="192" width="752" 
height="3" opacity="0.1"/><path 
d="M1163.09677,629.95357c0,63.77108-37.91089,86.03756-84.67635,86.03756s-84.67635-22.26648-84.67635-
 86.03756
 ,84.67635-144.898,84.67635-144.898S1163.09677,566.18249,1163.09677,629.95357Z" 
transform="translate(-36.90323 -22.5)" fill="#f2f2f2"/><polygon points="1038.433 683.736 1039.3 630.365 
1075.391 564.338 1039.436 621.993 1039.826 597.995 1064.699 550.226 1039.929 591.645 1039.929 591.645 1040.63 
548.484 1067.265 510.453 1040.74 541.697 1041.178 462.556 1038.425 567.325 1038.651 563.003 1011.571 521.552 
1038.217 571.3 1035.694 619.503 1035.619 618.223 1004.4 574.602 1035.524 622.743 1035.209 628.771 1035.152 
628.862 1035.178 629.357 1028.776 751.653 1037.329 751.653 1038.355 688.485 1069.404 640.461 1038.433 
683.736" fill="#3f3d56"/><path 
d="M159.52481,773.59144a43.12568,43.12568,0,0,1-8.17805,3.50253c-5.07883,1.38739-10.50718.8784-15.63716,2.06274-2.10034.4849-4.38629,1.49916-5.05424,3.54866-.48995,1.50331.04306,3.12668.55347,4.62317,5.66852,16.61991,9.08515,34.26625,18.12518,49.32052a74.64075,74.64075,0,0,0,13.99269,16.98766c2.05512,1.85228,4.38405,3.6643,7.13541,3.95491a7.2476
 9,7.2476
 
9,0,0,0,7.37055-10.182c-.81056-1.8011-2.31727-3.19619-3.289-4.91569a18.757,18.757,0,0,1-1.81948-6.99071c-.89312-7.10831-1.7535-14.53764.70942-21.26517,1.6519-4.5122,4.68207-8.35894,7.20641-12.4475s4.62171-8.7719,4.06-13.544c-.38332-3.25659-1.97189-6.23685-3.65-9.054-1.68146-2.8227-5.00472-10.40837-8.38287-11.35035C169.16047,766.86441,162.583,772.02411,159.52481,773.59144Z"
 transform="translate(-36.90323 -22.5)" fill="#2f2e41"/><path 
d="M251.95981,831.00007a14.01882,14.01882,0,0,1-.66321,4.74531c-1.05756,2.79253-3.681,4.70608-5.03631,7.36685-1.885,3.70061-1.03063,8.17372.21823,12.13454.78295,2.48316,1.8099,5.067,3.91246,6.60271a12.89278,12.89278,0,0,0,5.95383,1.90719c18.03627,2.49619,36.35793,1.064,54.5586,1.587,3.31731.09532,6.82944.21147,9.72521-1.40969s4.686-5.6968,2.71651-8.36789c-1.76854-2.39854-5.26537-2.37621-8.24208-2.51756a33.912,33.912,0,0,1-20.913-8.61479,15.11172,15.11172,0,0,1-2.93335-3.37658,20.75292,20.75292,0,0,1-1.53436-3.51757,156.79876,156.79876,0,0,0-9.083
 54-20.11
 
857c-.97877-1.81492-2.087-3.705-3.906-4.67631a10.32271,10.32271,0,0,0-4.23932-.92554c-4.53631-.294-16.28319-1.83785-19.791,1.68963C249.46137,816.76814,252.03167,826.86031,251.95981,831.00007Z"
 transform="translate(-36.90323 -22.5)" fill="#2f2e41"/><circle cx="242.9708" cy="376.72033" r="28.97496" 
fill="#fbbebe"/><path 
d="M253.709,423.14584c-1.72342,4.6139-4.64671,8.94711-8.90039,11.42995l40.0746,8.17466a42.45319,42.45319,0,0,1-.56181-17.869,10.30012,10.30012,0,0,0,.23975-4.409c-.75354-2.90746-4.02646-4.30693-6.95489-4.97449-7.31406-1.66731-13.7821-2.56141-20.57892-5.79173C254.9498,413.26279,255.24069,419.04525,253.709,423.14584Z"
 transform="translate(-36.90323 -22.5)" fill="#fbbebe"/><path 
d="M244.47385,423.72685a31.33845,31.33845,0,0,1,27.31312.71368c5.13776,2.70749,9.39191,6.79432,13.57151,10.82645,3.85264,3.71671,7.96244,7.97238,8.23588,13.31859.13245,2.58993-.67591,5.12286-1.08406,7.68385a25.76566,25.76566,0,0,0,13.78,26.46946c3.1836,5.30339,3.84065,11.7287,3.88948,17.91
 408.185,
 
23.43592-7.20915,47.16094-1.93041,69.99538,1.23937,5.36117,3.16161,10.55391,4.2323,15.95129,1.38681,6.991,1.31835,14.17959,2.04391,21.26977a95.26625,95.26625,0,0,0,5.11322,22.49547c-1.744,2.7737-5.37357,3.83728-8.64228,3.61264s-6.3252-1.64311-9.24191-3.13567c-14.12327-7.22727-27.05918-16.75729-41.687-22.89955-9.67764-4.06367-19.98746-6.59488-29.37589-11.28823s-18.11988-12.14194-20.99049-22.238c-1.24124-4.36546-1.31765-8.96508-1.3854-13.50306-.28534-19.11376-.55046-38.43617,3.61-57.09382,3.669-16.45362,10.74145-32.1938,12.28438-48.98077.50223-5.46424.51295-11.31378,3.56594-15.87332C232.09135,432.52045,241.40863,430.85143,244.47385,423.72685Z"
 transform="translate(-36.90323 -22.5)" fill="#2f2e41"/><path 
d="M263.3948,399.62932c1.70735-2.22683,5.00024-2.53051,7.72786-1.87181s5.24265,2.06449,7.99738,2.59858a4.67544,4.67544,0,0,0,3.74325-.52575,5.44429,5.44429,0,0,0,1.61547-3.57028,68.16318,68.16318,0,0,0,.67089-17.38048,5.14652,5.14652,0,0,1,.15877-2.43744c.682-1.6434,2.7627-2.03
 456,4.46
 
209-2.56176a13.31574,13.31574,0,0,0,9.01289-13.63308,5.42087,5.42087,0,0,0-1.6567-3.74055c-1.17523-.95765-2.82014-1.01649-4.33609-1.02867q-11.68307-.09382-23.36661.00565c-2.88278.02455-5.91029.09552-8.40937,1.53276-1.84769,1.06263-3.22171,2.773-4.88046,4.11154-4.32621,3.49111-10.17785,4.20145-15.44116,5.99071a15.30822,15.30822,0,0,0-6.76753,4.03565c-1.75035,1.99965-2.5919,4.97311-1.49261,7.39258a26.25205,26.25205,0,0,0,1.88685,2.9039c3.10463,4.96416,1.03778,11.40306,1.50139,17.23972.57892,7.28838,11.36495,19.11157,18.67879,20.83626C266.30761,422.31124,259.486,404.41359,263.3948,399.62932Z"
 transform="translate(-36.90323 -22.5)" fill="#2f2e41"/><path 
d="M247.0375,719.1826c.74512,5.32168,1.7007,10.66172,1.44525,16.02924-.35664,7.49365-3.05912,14.71381-3.55872,22.19929-.37315,5.59084.48989,11.24214-.28652,16.79137-.49715,3.55325-1.65585,6.97849-2.37315,10.49392a43.39491,43.39491,0,0,0,6.97307,33.26545,5.44788,5.44788,0,0,0,2.02339,1.961,5.7137,5.7137,0,0,0,2.50788.3318,179.9472
 ,179.947
 
2,0,0,0,25.17023-2.28749,2.41432,2.41432,0,0,0,1.61622-.71311,2.26567,2.26567,0,0,0,.351-.954c1.54379-7.936-1.97676-15.89332-2.872-23.92837-.95593-8.57968,1.10271-17.17733,3.14612-25.56477a113.54767,113.54767,0,0,1,3.46738-12.22773c.9877-2.69735,2.18054-5.32086,3.0366-8.06284a61.46035,61.46035,0,0,0,2.202-13.20261q.89161-10.57524.94476-21.19892a88.95779,88.95779,0,0,0-1.66511-20.01c-1.878-8.338-5.7238-16.08066-9.53591-23.73028a15.02852,15.02852,0,0,0-5.61784,2.67008,125.37991,125.37991,0,0,1-15.35,8.48057c-3.56655,1.65676-10.52195,2.83342-12.78554,6.28577-2.23228,3.40461-.792,10.35082-.62145,14.10572Q245.69419,709.58425,247.0375,719.1826Z"
 transform="translate(-36.90323 -22.5)" fill="#2f2e41"/><path 
d="M247.0375,719.1826c.74512,5.32168,1.7007,10.66172,1.44525,16.02924-.35664,7.49365-3.05912,14.71381-3.55872,22.19929-.37315,5.59084.48989,11.24214-.28652,16.79137-.49715,3.55325-1.65585,6.97849-2.37315,10.49392a43.39491,43.39491,0,0,0,6.97307,33.26545,5.44788,5.44788,0,0,0,2.02
 339,1.96
 
1,5.7137,5.7137,0,0,0,2.50788.3318,179.9472,179.9472,0,0,0,25.17023-2.28749,2.41432,2.41432,0,0,0,1.61622-.71311,2.26567,2.26567,0,0,0,.351-.954c1.54379-7.936-1.97676-15.89332-2.872-23.92837-.95593-8.57968,1.10271-17.17733,3.14612-25.56477a113.54767,113.54767,0,0,1,3.46738-12.22773c.9877-2.69735,2.18054-5.32086,3.0366-8.06284a61.46035,61.46035,0,0,0,2.202-13.20261q.89161-10.57524.94476-21.19892a88.95779,88.95779,0,0,0-1.66511-20.01c-1.878-8.338-5.7238-16.08066-9.53591-23.73028a15.02852,15.02852,0,0,0-5.61784,2.67008,125.37991,125.37991,0,0,1-15.35,8.48057c-3.56655,1.65676-10.52195,2.83342-12.78554,6.28577-2.23228,3.40461-.792,10.35082-.62145,14.10572Q245.69419,709.58425,247.0375,719.1826Z"
 transform="translate(-36.90323 -22.5)" opacity="0.1"/><path 
d="M207.86438,605.518c-3.84776,10.35941,1.80816,21.55375,6.722,31.45209,12.106,24.38615,20.51267,50.40745,28.87447,76.31727.62635,1.9408,1.2522,4.05818.55393,5.97428a7.82535,7.82535,0,0,1-2.82176,3.347c-5.76549,4.37915-13.10677,5.
 93873-19
 
.97473,8.2298a90.18354,90.18354,0,0,0-18.94265,8.87995c-4.97678,3.08387-9.63891,6.64386-14.29189,10.1975l-14.812,11.31248a9.903,9.903,0,0,0-2.47578,2.39658c-1.4286,2.24131-.84344,5.16734-.13218,7.72829a131.43212,131.43212,0,0,0,7.25213,19.792,6.911,6.911,0,0,0,2.63,3.44664c2.31193,1.24241,5.13971-.405,6.90515-2.34714s3.29242-4.35894,5.78108-5.1927c2.48574-.83278,5.2216.17573,7.81767-.18871,4.19867-.58943,6.98621-4.45724,10.01273-7.42649,12.36533-12.13133,33.01009-11.25124,46.61244-21.97723a59.22781,59.22781,0,0,1,6.231-4.86753c2.29954-1.35929,4.90732-2.10533,7.29316-3.30673,7.25663-3.65411,11.81865-11.20854,14.26244-18.957s3.14074-15.92786,4.89686-23.86053c.90786-4.10092,2.10291-8.15769,2.50676-12.33845a66.09392,66.09392,0,0,0-.25308-11.6661L287.604,621.74782c-.3996-4.94331-.79987-9.89239-1.57574-14.79076-14.57664.5211-29.14284,1.10754-43.72778,1.28C230.69491,608.37423,218.87609,609.18554,207.86438,605.518Z"
 transform="translate(-36.90323 -22.5)" fill="#2f2e41"/><path d="M20
 2.50573,
 
619.721c1.97737,3.18011,6.79016,3.11442,10.10427,1.37092s5.8888-4.67259,9.21071-6.40118c4.46387-2.32282,9.74611-2.23547,14.77617-2.0934,7.96357.22492,16.02491.46432,23.68692,2.64671,7.92486,2.25727,15.63969,6.60332,23.834,5.7363,1.4259-.15087,2.98505-.55979,3.76106-1.76551a5.54448,5.54448,0,0,0,.61966-2.83582l.26794-7.159a6.46407,6.46407,0,0,0-.57-3.62533,6.08162,6.08162,0,0,0-2.71588-2.07944c-11.66338-5.64612-24.96458-6.69742-37.91511-7.14107q-9.87458-.33828-19.75748-.27827c-5.591.03409-12.303-.77486-17.73873.71906C202.77416,598.81994,198.8047,613.76883,202.50573,619.721Z"
 transform="translate(-36.90323 -22.5)" fill="#2f2e41"/><path 
d="M275.74249,432.22556c-15.28217-.13537-29.131-10.22251-44.4118-10.46824a11.51447,11.51447,0,0,0-5.39263.93046c-2.12932,1.07263-3.52928,3.14668-5.14679,4.89829-4.51828,4.89285-11.0612,7.50531-15.703,12.28109-4.35234,4.47793-6.77287,11.14957-5.05456,17.15307s8.20353,10.60849,14.279,9.16523A36.80081,36.80081,0,0,1,228.64955,446.706a72.88717,72.88
 717,0,0,
 
1,11.20533-5.88209c6.86792-3.11167,14.54778-6.28282,21.71787-3.95031a30.63793,30.63793,0,0,1,7.40918,4.04034l11.95388,8.03C279.54293,443.44994,278.29044,437.28837,275.74249,432.22556Z"
 transform="translate(-36.90323 -22.5)" fill="#f57900"/><path 
d="M212.55243,460.87394c-2.0293,2.53158.894,6.19965.44656,9.41317-.29726,2.13512-2.05431,3.76539-2.786,5.79313-.75791,2.10039-.356,4.427-.64344,6.64132a28.48866,28.48866,0,0,1-1.2751,4.72964,84.97452,84.97452,0,0,0-2.68638,14.02574l-2.6749,19.97555a75.68111,75.68111,0,0,0-.846,9.07789,27.10744,27.10744,0,0,1-.45211,6.78677c-.59232,2.183-1.90386,4.09275-2.78616,6.17547s-1.29127,4.602-.09937,6.52435c-3.99144,3.32456-5.17826,9.85376-2.38732,14.235a7.89943,7.89943,0,0,1,1.23013,2.26518,5.81983,5.81983,0,0,1-.54176,3.34034l-2.7047,7.20665c-.69232,1.84469-.91128,4.65314,1.01352,5.07422a17.00617,17.00617,0,0,0-3.65133,5.76681,6.86617,6.86617,0,0,0,.97247,6.50559,8.28879,8.28879,0,0,1,1.69441,2.0563,5.47266,5.47266,0,0,1-.19586,3.24315,11.90
 573,11.9
 
0573,0,0,0,1.473,9.33345,8.37146,8.37146,0,0,0,8.41846,3.60852c5.41045-1.22031,10.27226-3.1467,15.72755-2.14571,11.746,2.15529,23.52979,4.31989,34.90618,7.952,12.984,4.1454,25.55606,10.22443,39.12586,11.50045a3.79783,3.79783,0,0,0,2.61662-.407,3.93069,3.93069,0,0,0,1.21-2.48763q2.097-9.83241,4.19405-19.66481a202.36327,202.36327,0,0,0,3.85525-22.02765c.47742-4.78125.61351-9.58923.7493-14.39234l1.08084-38.23106a38.19731,38.19731,0,0,0-2.2-16.61961l-6.21748-19.8483c-3.54813-11.32685-11.68773-21.37125-14.58576-32.8816-1.83417-7.285-3.18913-15.10292-8.10789-20.781-7.01237-8.09492-19.1447-9.354-29.76373-7.96222-4.79727.62876-9.63561,1.71382-13.78522,4.20176-4.79825,2.87682-8.33308,7.40861-11.75286,11.8363C218.30489,454.34281,215.43623,457.27636,212.55243,460.87394Z"
 transform="translate(-36.90323 -22.5)" fill="#f57900"/><path 
d="M237.34735,573.32348c.87491,3.77256,2.71233,7.25107,3.837,10.95684,1.88437,6.20878,1.72443,12.89561,3.60511,19.10551.78937,2.60646,1.93305,5.109,2.49961,7
 .77276,1
 
.32091,6.21057-.60773,12.6356-3.0035,18.51576s-5.31347,11.678-6.0912,17.97962c-.54778,4.43849.23913,9.45012,3.66018,12.33051,3.55169,2.99038,8.71308,2.78787,13.33894,2.39a14.01584,14.01584,0,0,0,4.84121-1.00807c3.53766-1.67361,5.02767-5.85984,5.85461-9.685,2.77128-12.81912,1.97957-26.10621,1.17422-39.19671l-2.10613-34.2342c-.40547-6.59081-.83988-13.31809-2.87081-19.64644-.73878-2.302-2.02646-6.95382-4.12917-8.42371-2.0826-1.45584-8.02994-1.52068-10.60853-1.64177C235.25108,547.97044,235.3867,564.856,237.34735,573.32348Z"
 transform="translate(-36.90323 -22.5)" fill="#fbbebe"/><path 
d="M250.75137,446.9235c-2.47072-1.29382-5.58357-.736-7.97179.70446a24.56772,24.56772,0,0,0-5.9719,5.79818c-5.33892,6.51687-10.99072,13.99464-10.19889,22.38194.29689,3.14472,1.501,6.12087,2.31737,9.17226,3.57944,13.37964-.37874,27.53015.07542,41.37287.26243,7.99873,2.00293,15.86638,3.7363,23.67945.35375,1.59451.92034,3.44035,2.46284,3.97727,1.15873.40334,2.41033-.11521,3.55715-.55127A28.371,28.371,0,
 0,1,264.
 
721,556.731c2.865-1.52869,1.79145-6.36261,1.14913-9.54579-1.90842-9.45767.68218-19.21438,3.82837-28.3353s6.91058-18.23032,7.43185-27.86453c.59061-10.91607-3.02875-21.57071-6.59987-31.903-.77948-2.25528-1.63134-4.6202-3.43861-6.17831a13.66523,13.66523,0,0,0-5.20292-2.377C258.09582,449.40594,254.25539,448.75842,250.75137,446.9235Z"
 transform="translate(-36.90323 -22.5)" fill="#2f2e41"/></svg>
\ No newline at end of file
diff --git a/assets/illustrations/card1.svg b/assets/illustrations/card1.svg
new file mode 100644
index 0000000..4c84820
--- /dev/null
+++ b/assets/illustrations/card1.svg
@@ -0,0 +1 @@
+<svg xmlns='http://www.w3.org/2000/svg' width='100%'><defs><linearGradient id='a' 
gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%' gradientTransform='rotate(240)'><stop 
offset='0' stop-color='#ffffff'/><stop offset='1' stop-color='#3b86e2'/></linearGradient><pattern 
patternUnits='userSpaceOnUse' id='b' width='540' height='450' x='0' y='0' viewBox='0 0 1080 900'><g 
fill-opacity='0.1'><polygon fill='#444' points='90 150 0 300 180 300'/><polygon points='90 150 180 0 0 
0'/><polygon fill='#AAA' points='270 150 360 0 180 0'/><polygon fill='#DDD' points='450 150 360 300 540 
300'/><polygon fill='#999' points='450 150 540 0 360 0'/><polygon points='630 150 540 300 720 300'/><polygon 
fill='#DDD' points='630 150 720 0 540 0'/><polygon fill='#444' points='810 150 720 300 900 300'/><polygon 
fill='#FFF' points='810 150 900 0 720 0'/><polygon fill='#DDD' points='990 150 900 300 1080 300'/><polygon 
fill='#444' points='990 150 1080 0 900 0'/><polygon fill='#DDD' points='90 45
 0 0 600 
 180 600'/><polygon points='90 450 180 300 0 300'/><polygon fill='#666' points='270 450 180 600 360 
600'/><polygon fill='#AAA' points='270 450 360 300 180 300'/><polygon fill='#DDD' points='450 450 360 600 540 
600'/><polygon fill='#999' points='450 450 540 300 360 300'/><polygon fill='#999' points='630 450 540 600 720 
600'/><polygon fill='#FFF' points='630 450 720 300 540 300'/><polygon points='810 450 720 600 900 
600'/><polygon fill='#DDD' points='810 450 900 300 720 300'/><polygon fill='#AAA' points='990 450 900 600 
1080 600'/><polygon fill='#444' points='990 450 1080 300 900 300'/><polygon fill='#222' points='90 750 0 900 
180 900'/><polygon points='270 750 180 900 360 900'/><polygon fill='#DDD' points='270 750 360 600 180 
600'/><polygon points='450 750 540 600 360 600'/><polygon points='630 750 540 900 720 900'/><polygon 
fill='#444' points='630 750 720 600 540 600'/><polygon fill='#AAA' points='810 750 720 900 900 900'/><polygon 
fill='#666' points='810 750 900 600 720 600'
 /><polyg
 on fill='#999' points='990 750 900 900 1080 900'/><polygon fill='#999' points='180 0 90 150 270 
150'/><polygon fill='#444' points='360 0 270 150 450 150'/><polygon fill='#FFF' points='540 0 450 150 630 
150'/><polygon points='900 0 810 150 990 150'/><polygon fill='#222' points='0 300 -90 450 90 450'/><polygon 
fill='#FFF' points='0 300 90 150 -90 150'/><polygon fill='#FFF' points='180 300 90 450 270 450'/><polygon 
fill='#666' points='180 300 270 150 90 150'/><polygon fill='#222' points='360 300 270 450 450 450'/><polygon 
fill='#FFF' points='360 300 450 150 270 150'/><polygon fill='#444' points='540 300 450 450 630 450'/><polygon 
fill='#222' points='540 300 630 150 450 150'/><polygon fill='#AAA' points='720 300 630 450 810 450'/><polygon 
fill='#666' points='720 300 810 150 630 150'/><polygon fill='#FFF' points='900 300 810 450 990 450'/><polygon 
fill='#999' points='900 300 990 150 810 150'/><polygon points='0 600 -90 750 90 750'/><polygon fill='#666' 
points='0 600 90 450 -90 45
 0'/><pol
 ygon fill='#AAA' points='180 600 90 750 270 750'/><polygon fill='#444' points='180 600 270 450 90 
450'/><polygon fill='#444' points='360 600 270 750 450 750'/><polygon fill='#999' points='360 600 450 450 270 
450'/><polygon fill='#666' points='540 600 630 450 450 450'/><polygon fill='#222' points='720 600 630 750 810 
750'/><polygon fill='#FFF' points='900 600 810 750 990 750'/><polygon fill='#222' points='900 600 990 450 810 
450'/><polygon fill='#DDD' points='0 900 90 750 -90 750'/><polygon fill='#444' points='180 900 270 750 90 
750'/><polygon fill='#FFF' points='360 900 450 750 270 750'/><polygon fill='#AAA' points='540 900 630 750 450 
750'/><polygon fill='#FFF' points='720 900 810 750 630 750'/><polygon fill='#222' points='900 900 990 750 810 
750'/><polygon fill='#222' points='1080 300 990 450 1170 450'/><polygon fill='#FFF' points='1080 300 1170 150 
990 150'/><polygon points='1080 600 990 750 1170 750'/><polygon fill='#666' points='1080 600 1170 450 990 
450'/><polygon fill
 ='#DDD' 
 points='1080 900 1170 750 990 750'/></g></pattern></defs><rect x='0' y='0' fill='url(#a)' width='100%' 
height='100%'/><rect x='0' y='0' fill='url(#b)' width='100%' height='100%'/></svg>
\ No newline at end of file
diff --git a/assets/illustrations/card2.svg b/assets/illustrations/card2.svg
new file mode 100644
index 0000000..91d4fcb
--- /dev/null
+++ b/assets/illustrations/card2.svg
@@ -0,0 +1 @@
+<svg xmlns='http://www.w3.org/2000/svg' width='100%'><defs><linearGradient id='a' 
gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%' gradientTransform='rotate(240)'><stop 
offset='0' stop-color='#ffffff'/><stop offset='1' stop-color='#f28518'/></linearGradient><pattern 
patternUnits='userSpaceOnUse' id='b' width='540' height='450' x='0' y='0' viewBox='0 0 1080 900'><g 
fill-opacity='0.1'><polygon fill='#444' points='90 150 0 300 180 300'/><polygon points='90 150 180 0 0 
0'/><polygon fill='#AAA' points='270 150 360 0 180 0'/><polygon fill='#DDD' points='450 150 360 300 540 
300'/><polygon fill='#999' points='450 150 540 0 360 0'/><polygon points='630 150 540 300 720 300'/><polygon 
fill='#DDD' points='630 150 720 0 540 0'/><polygon fill='#444' points='810 150 720 300 900 300'/><polygon 
fill='#FFF' points='810 150 900 0 720 0'/><polygon fill='#DDD' points='990 150 900 300 1080 300'/><polygon 
fill='#444' points='990 150 1080 0 900 0'/><polygon fill='#DDD' points='90 45
 0 0 600 
 180 600'/><polygon points='90 450 180 300 0 300'/><polygon fill='#666' points='270 450 180 600 360 
600'/><polygon fill='#AAA' points='270 450 360 300 180 300'/><polygon fill='#DDD' points='450 450 360 600 540 
600'/><polygon fill='#999' points='450 450 540 300 360 300'/><polygon fill='#999' points='630 450 540 600 720 
600'/><polygon fill='#FFF' points='630 450 720 300 540 300'/><polygon points='810 450 720 600 900 
600'/><polygon fill='#DDD' points='810 450 900 300 720 300'/><polygon fill='#AAA' points='990 450 900 600 
1080 600'/><polygon fill='#444' points='990 450 1080 300 900 300'/><polygon fill='#222' points='90 750 0 900 
180 900'/><polygon points='270 750 180 900 360 900'/><polygon fill='#DDD' points='270 750 360 600 180 
600'/><polygon points='450 750 540 600 360 600'/><polygon points='630 750 540 900 720 900'/><polygon 
fill='#444' points='630 750 720 600 540 600'/><polygon fill='#AAA' points='810 750 720 900 900 900'/><polygon 
fill='#666' points='810 750 900 600 720 600'
 /><polyg
 on fill='#999' points='990 750 900 900 1080 900'/><polygon fill='#999' points='180 0 90 150 270 
150'/><polygon fill='#444' points='360 0 270 150 450 150'/><polygon fill='#FFF' points='540 0 450 150 630 
150'/><polygon points='900 0 810 150 990 150'/><polygon fill='#222' points='0 300 -90 450 90 450'/><polygon 
fill='#FFF' points='0 300 90 150 -90 150'/><polygon fill='#FFF' points='180 300 90 450 270 450'/><polygon 
fill='#666' points='180 300 270 150 90 150'/><polygon fill='#222' points='360 300 270 450 450 450'/><polygon 
fill='#FFF' points='360 300 450 150 270 150'/><polygon fill='#444' points='540 300 450 450 630 450'/><polygon 
fill='#222' points='540 300 630 150 450 150'/><polygon fill='#AAA' points='720 300 630 450 810 450'/><polygon 
fill='#666' points='720 300 810 150 630 150'/><polygon fill='#FFF' points='900 300 810 450 990 450'/><polygon 
fill='#999' points='900 300 990 150 810 150'/><polygon points='0 600 -90 750 90 750'/><polygon fill='#666' 
points='0 600 90 450 -90 45
 0'/><pol
 ygon fill='#AAA' points='180 600 90 750 270 750'/><polygon fill='#444' points='180 600 270 450 90 
450'/><polygon fill='#444' points='360 600 270 750 450 750'/><polygon fill='#999' points='360 600 450 450 270 
450'/><polygon fill='#666' points='540 600 630 450 450 450'/><polygon fill='#222' points='720 600 630 750 810 
750'/><polygon fill='#FFF' points='900 600 810 750 990 750'/><polygon fill='#222' points='900 600 990 450 810 
450'/><polygon fill='#DDD' points='0 900 90 750 -90 750'/><polygon fill='#444' points='180 900 270 750 90 
750'/><polygon fill='#FFF' points='360 900 450 750 270 750'/><polygon fill='#AAA' points='540 900 630 750 450 
750'/><polygon fill='#FFF' points='720 900 810 750 630 750'/><polygon fill='#222' points='900 900 990 750 810 
750'/><polygon fill='#222' points='1080 300 990 450 1170 450'/><polygon fill='#FFF' points='1080 300 1170 150 
990 150'/><polygon points='1080 600 990 750 1170 750'/><polygon fill='#666' points='1080 600 1170 450 990 
450'/><polygon fill
 ='#DDD' 
 points='1080 900 1170 750 990 750'/></g></pattern></defs><rect x='0' y='0' fill='url(#a)' width='100%' 
height='100%'/><rect x='0' y='0' fill='url(#b)' width='100%' height='100%'/></svg>
\ No newline at end of file
diff --git a/assets/illustrations/card3.svg b/assets/illustrations/card3.svg
new file mode 100644
index 0000000..8b1af7f
--- /dev/null
+++ b/assets/illustrations/card3.svg
@@ -0,0 +1 @@
+<svg xmlns='http://www.w3.org/2000/svg' width='100%'><defs><linearGradient id='a' 
gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%' gradientTransform='rotate(240)'><stop 
offset='0' stop-color='#ffffff'/><stop offset='1' stop-color='#94d354'/></linearGradient><pattern 
patternUnits='userSpaceOnUse' id='b' width='540' height='450' x='0' y='0' viewBox='0 0 1080 900'><g 
fill-opacity='0.1'><polygon fill='#444' points='90 150 0 300 180 300'/><polygon points='90 150 180 0 0 
0'/><polygon fill='#AAA' points='270 150 360 0 180 0'/><polygon fill='#DDD' points='450 150 360 300 540 
300'/><polygon fill='#999' points='450 150 540 0 360 0'/><polygon points='630 150 540 300 720 300'/><polygon 
fill='#DDD' points='630 150 720 0 540 0'/><polygon fill='#444' points='810 150 720 300 900 300'/><polygon 
fill='#FFF' points='810 150 900 0 720 0'/><polygon fill='#DDD' points='990 150 900 300 1080 300'/><polygon 
fill='#444' points='990 150 1080 0 900 0'/><polygon fill='#DDD' points='90 45
 0 0 600 
 180 600'/><polygon points='90 450 180 300 0 300'/><polygon fill='#666' points='270 450 180 600 360 
600'/><polygon fill='#AAA' points='270 450 360 300 180 300'/><polygon fill='#DDD' points='450 450 360 600 540 
600'/><polygon fill='#999' points='450 450 540 300 360 300'/><polygon fill='#999' points='630 450 540 600 720 
600'/><polygon fill='#FFF' points='630 450 720 300 540 300'/><polygon points='810 450 720 600 900 
600'/><polygon fill='#DDD' points='810 450 900 300 720 300'/><polygon fill='#AAA' points='990 450 900 600 
1080 600'/><polygon fill='#444' points='990 450 1080 300 900 300'/><polygon fill='#222' points='90 750 0 900 
180 900'/><polygon points='270 750 180 900 360 900'/><polygon fill='#DDD' points='270 750 360 600 180 
600'/><polygon points='450 750 540 600 360 600'/><polygon points='630 750 540 900 720 900'/><polygon 
fill='#444' points='630 750 720 600 540 600'/><polygon fill='#AAA' points='810 750 720 900 900 900'/><polygon 
fill='#666' points='810 750 900 600 720 600'
 /><polyg
 on fill='#999' points='990 750 900 900 1080 900'/><polygon fill='#999' points='180 0 90 150 270 
150'/><polygon fill='#444' points='360 0 270 150 450 150'/><polygon fill='#FFF' points='540 0 450 150 630 
150'/><polygon points='900 0 810 150 990 150'/><polygon fill='#222' points='0 300 -90 450 90 450'/><polygon 
fill='#FFF' points='0 300 90 150 -90 150'/><polygon fill='#FFF' points='180 300 90 450 270 450'/><polygon 
fill='#666' points='180 300 270 150 90 150'/><polygon fill='#222' points='360 300 270 450 450 450'/><polygon 
fill='#FFF' points='360 300 450 150 270 150'/><polygon fill='#444' points='540 300 450 450 630 450'/><polygon 
fill='#222' points='540 300 630 150 450 150'/><polygon fill='#AAA' points='720 300 630 450 810 450'/><polygon 
fill='#666' points='720 300 810 150 630 150'/><polygon fill='#FFF' points='900 300 810 450 990 450'/><polygon 
fill='#999' points='900 300 990 150 810 150'/><polygon points='0 600 -90 750 90 750'/><polygon fill='#666' 
points='0 600 90 450 -90 45
 0'/><pol
 ygon fill='#AAA' points='180 600 90 750 270 750'/><polygon fill='#444' points='180 600 270 450 90 
450'/><polygon fill='#444' points='360 600 270 750 450 750'/><polygon fill='#999' points='360 600 450 450 270 
450'/><polygon fill='#666' points='540 600 630 450 450 450'/><polygon fill='#222' points='720 600 630 750 810 
750'/><polygon fill='#FFF' points='900 600 810 750 990 750'/><polygon fill='#222' points='900 600 990 450 810 
450'/><polygon fill='#DDD' points='0 900 90 750 -90 750'/><polygon fill='#444' points='180 900 270 750 90 
750'/><polygon fill='#FFF' points='360 900 450 750 270 750'/><polygon fill='#AAA' points='540 900 630 750 450 
750'/><polygon fill='#FFF' points='720 900 810 750 630 750'/><polygon fill='#222' points='900 900 990 750 810 
750'/><polygon fill='#222' points='1080 300 990 450 1170 450'/><polygon fill='#FFF' points='1080 300 1170 150 
990 150'/><polygon points='1080 600 990 750 1170 750'/><polygon fill='#666' points='1080 600 1170 450 990 
450'/><polygon fill
 ='#DDD' 
 points='1080 900 1170 750 990 750'/></g></pattern></defs><rect x='0' y='0' fill='url(#a)' width='100%' 
height='100%'/><rect x='0' y='0' fill='url(#b)' width='100%' height='100%'/></svg>
\ No newline at end of file
diff --git a/assets/illustrations/circles.svg b/assets/illustrations/circles.svg
new file mode 100644
index 0000000..83507b4
--- /dev/null
+++ b/assets/illustrations/circles.svg
@@ -0,0 +1 @@
+<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 1600 800'><rect 
fill='#f8f9fa' width='1600' height='800'/><g fill-opacity='0.1'><path fill='#f9fafb' d='M486 
705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 
719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/><path fill='#fbfbfc' 
d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 
231.7 59 347.6 92.2H1600V0z'/><path fill='#fcfdfd' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 
133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 
375.7 554.2 478.4 581z'/><path fill='#fefefe' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 
22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 
557.9-12.6V0H0z'/><path fill='#ffffff' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 
3.4c171 7
 1.6 342.
 7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/><path 
fill='#ffe6d2' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 
2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/><path fill='#ffcea5' 
d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 
38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/><path fill='#ffb57a' 
d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 
120.3-41.7V0z'/><path fill='#fb9d4e' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 
63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/><path 
fill='#f28518' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 
72.4z'/></g></svg>
\ No newline at end of file
diff --git a/assets/illustrations/cross_platform.svg b/assets/illustrations/cross_platform.svg
new file mode 100644
index 0000000..1c8370d
--- /dev/null
+++ b/assets/illustrations/cross_platform.svg
@@ -0,0 +1 @@
+<svg id="50c1f3d6-3596-4f78-a680-84ef08523434" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; width="1086.82" height="789.35" viewBox="0 0 1086.82 
789.35"><defs><linearGradient id="22371c7b-1b7b-4aab-a60b-8a215b8ce92d" x1="687.58" y1="652.36" x2="687.58" 
y2="167.98" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="gray" stop-opacity="0.25"/><stop 
offset="0.54" stop-color="gray" stop-opacity="0.12"/><stop offset="1" stop-color="gray" 
stop-opacity="0.1"/></linearGradient><linearGradient id="d4a1e37c-1d20-4442-be38-826149171c3f" x1="357.66" 
y1="752.53" x2="357.66" y2="310.18" xlink:href="#22371c7b-1b7b-4aab-a60b-8a215b8ce92d"/><linearGradient 
id="52583eb6-2034-4198-bc7c-1e2be9031359" x1="211.31" y1="788.29" x2="211.31" y2="442.62" 
xlink:href="#22371c7b-1b7b-4aab-a60b-8a215b8ce92d"/><linearGradient id="a16bfa34-d1a3-4472-9999-21ee7545ab3e" 
x1="462.24" y1="798.83" x2="462.24" y2="605.67" xlink:href="#22371c7b-1b7b-4aab
 -a60b-8a
 215b8ce92d"/><linearGradient id="acc52bd5-c2c3-4362-a9d1-2a5a10558a32" x1="382.57" y1="625.81" x2="473.48" 
y2="625.81" xlink:href="#22371c7b-1b7b-4aab-a60b-8a215b8ce92d"/><linearGradient 
id="c79e9d42-5070-416c-b31a-75c30b54975b" x1="513.42" y1="844.47" x2="513.42" y2="415.5" 
gradientTransform="matrix(-1, 0, 0, 1, 825.97, 0)" 
xlink:href="#22371c7b-1b7b-4aab-a60b-8a215b8ce92d"/><linearGradient id="d299ef7c-b001-4b07-9539-ad7dec3d5c28" 
x1="203.72" y1="516.5" x2="203.72" y2="437.56" 
xlink:href="#22371c7b-1b7b-4aab-a60b-8a215b8ce92d"/><linearGradient id="48518945-bf04-4db7-b147-76b4ac12eaa6" 
x1="1061.94" y1="708.58" x2="1061.94" y2="289.15" 
xlink:href="#22371c7b-1b7b-4aab-a60b-8a215b8ce92d"/><linearGradient id="dd1dbd67-1519-4b37-9c1d-ca278a6685f4" 
x1="917.3" y1="444.63" x2="917.3" y2="300.43" 
xlink:href="#22371c7b-1b7b-4aab-a60b-8a215b8ce92d"/></defs><title>in sync</title><path 
d="M210,98.74c-8.06-.23-16.32,0-23.88,2.32-20.57,6.32-30.32,27-27.15,44.87s16.21,33.44,29.74,47.67,28.
 19,28.3,
 
35.61,45.31c3.7,8.49,5.43,18,1.67,26.48-5.8,13.07-23.29,20.37-40.08,21.89s-33.65-1.44-50.5-2.43c-7.07-.41-14.34-.46-21,1.45-7.31,2.08-13.4,6.33-19,10.76C73.52,314.42,56,338.13,58.86,363c3.2,28.23,31.74,50.54,63,62.51,10.35,4,21.3,7.18,30.41,12.84,24,14.93,29.39,42.93,27,67.64s-10.53,49.45-6,73.94c5.33,28.49,28.92,54.23,60.74,66.25,28.35,10.71,63.83,10,89-5.11,12.27-7.38,21.55-17.63,29.62-28.23a227.74,227.74,0,0,0,29.45-51c3.51-8.49,6.81-17.62,15-23.52,5-3.63,11.48-5.66,17.89-7.24,19.32-4.76,39.67-6.06,59.17-10.3s39.07-12.15,49.67-26.28c15-20,8-45.62,8.07-69.14.12-53.66,39.11-101.69,53.5-154,4.7-17.09,6.45-36-4.05-51.25-7.13-10.35-19.16-17.82-31.8-23.59-27.81-12.69-59.42-18.34-90.51-23.84-43.21-7.64-95.68-8.63-129.17-33.35C297.76,115.65,253.79,98.74,210,98.74Z"
 transform="translate(-56.59 -55.12)" fill="#f57900" opacity="0.2"/><g opacity="0.5"><path 
d="M83.93,404.47c-2.14,3.16-3.9,7.75-1.1,13.1,5.5,10.5,19.1,8.34,25.71,18.39a18.38,18.38,0,0,1,2.85,9.29c.25,5.69-1.51,10.17-2.4
 2,15.18a
 
25.66,25.66,0,0,0,2.62,17.34,30.62,30.62,0,0,0,14,12.49c5.12,2.26,10,2.84,14.9,3.94a91.71,91.71,0,0,1,17.67,6,33.36,33.36,0,0,1,7.54,4.4,54.91,54.91,0,0,1,7.63,8.22l21.27,26.26a75.18,75.18,0,0,0,9,9.84,54.21,54.21,0,0,0,11.72,7.21c8.49,4.23,17.37,8.56,24.74,8.07s12.49-7.6,9-17.54c-3.3-9.46-12.6-17.43-16.82-26.87-6.65-14.88,2.06-26-3.51-40.9-5.34-14.32-20.31-23.92-29.87-37C192,432.59,188.18,421.77,182,412c-9-14-22.4-24.71-35-30.13A67.93,67.93,0,0,0,111.84,377c-4.56.5-9.05,1.35-12.29,4.08-3.44,2.9-3,8.32-5.24,12.17C91.74,397.68,86.84,400.19,83.93,404.47Z"
 transform="translate(-56.59 -55.12)" fill="#f57900"/><path d="M97.28,384.33S203.76,483.88,246.7,561.39" 
transform="translate(-56.59 -55.12)" fill="none" stroke="#535461" stroke-miterlimit="10" 
stroke-width="2"/><path d="M83.24,418.18s42.55-8.27,72,24.9" transform="translate(-56.59 -55.12)" fill="none" 
stroke="#535461" stroke-miterlimit="10" stroke-width="2"/><path d="M113.48,480.69s47-32.87,63.26-13.75" 
transform="translate(-
 56.59 -5
 5.12)" fill="none" stroke="#535461" stroke-miterlimit="10" stroke-width="2"/><path 
d="M146.8,381.63s-4.95,25.16,12.86,66.26" transform="translate(-56.59 -55.12)" fill="none" stroke="#535461" 
stroke-miterlimit="10" stroke-width="2"/><path d="M228.68,479.28s-4.16,16.5-37.6,4.37" 
transform="translate(-56.59 -55.12)" fill="none" stroke="#535461" stroke-miterlimit="10" 
stroke-width="2"/><path d="M194.73,537s20.41-23.59,11.13-35.17" transform="translate(-56.59 -55.12)" 
fill="none" stroke="#535461" stroke-miterlimit="10" stroke-width="2"/></g><path 
d="M63.92,289c-5,5.91-9.68,14.09-6,22.16C65,327,91.21,319.25,100.56,334c2.8,4.41,3.18,9.8,2.53,14.61-1.26,9.41-5.92,17.4-9.14,26s-4.89,19-.35,28.08c4.37,8.79,13.58,14.34,22.5,16.55s17.86,1.71,26.77,2a148.2,148.2,0,0,1,31.35,4.62A43.31,43.31,0,0,1,187,431c4.55,2.91,8.23,7.18,11.83,11.38l32,37.29c4.25,5,8.59,10,13.86,13.67,6.08,4.23,13,6.38,19.81,8.45,14.65,4.48,30,9,44,5.93s25.75-16.45,22.25-31.94c-3.33-14.75-18.35-25.21-23.41-39.66-8-22.
 77,11.75
 
-43.89,5.82-67.06-5.68-22.22-30.86-33.68-44.86-52.49-10-13.48-13.94-30.34-22.68-44.68C233,251.19,211,237.48,189.1,232.27s-43.93-2.78-64.47,2.43c-8.7,2.21-17.4,5-24.3,10.52C93,251.09,92.16,260,86.82,267.08,80.63,275.31,70.66,281,63.92,289Z"
 transform="translate(-56.59 -55.12)" fill="#f57900"/><path d="M95.07,251.4S264.74,384.9,321.83,501" 
transform="translate(-56.59 -55.12)" fill="none" stroke="#535461" stroke-miterlimit="10" 
stroke-width="2"/><path d="M58.46,312S140.83,285.35,186,331.66" transform="translate(-56.59 -55.12)" 
fill="none" stroke="#535461" stroke-miterlimit="10" stroke-width="2"/><path 
d="M96.26,407s98.11-69,122.91-42.09" transform="translate(-56.59 -55.12)" fill="none" stroke="#535461" 
stroke-miterlimit="10" stroke-width="2"/><path d="M188.85,231.88s-16.91,43.39,4,106.46" 
transform="translate(-56.59 -55.12)" fill="none" stroke="#535461" stroke-miterlimit="10" 
stroke-width="2"/><path d="M312.9,369.69s-12.81,28.73-71.9,18.68" transform="translate(-56.59 -55.12)" 
 fill="no
 ne" stroke="#535461" stroke-miterlimit="10" stroke-width="2"/><path d="M231.69,476.1s45.47-45.48,31.57-62" 
transform="translate(-56.59 -55.12)" fill="none" stroke="#535461" stroke-miterlimit="10" 
stroke-width="2"/><ellipse cx="617.97" cy="647.16" rx="465" ry="124.52" fill="#f57900" opacity="0.1"/><path 
d="M1036.74,55.53s-35.83,35.83-15.6,89-34.68,141.59-34.68,141.59.59-.09,1.68-.28c73.59-13,110.16-97.16,69.24-159.69C1042.17,102.91,1029.68,75.65,1036.74,55.53Z"
 transform="translate(-56.59 -55.12)" fill="#f57900"/><path 
d="M1036.74,55.53s-20.23,43.92,0,79.75,3.47,136.39-50.28,150.84" transform="translate(-56.59 -55.12)" 
fill="none" stroke="#535461" stroke-miterlimit="10" stroke-width="2"/><path 
d="M1100.56,200.46s-40.89-6.51-44.61,30.13-78.62,41.72-78.62,41.72l1.4.93c61.84,40.59,121,25.86,112-28C1087.46,225.16,1087.73,205,1100.56,200.46Z"
 transform="translate(-56.59 -55.12)" fill="#f57900"/><path 
d="M1100.56,200.46s-40.89-6.51-44.61,30.13-78.62,41.72-78.62,41.72l1.4.93c61.84,4
 0.59,121
 ,25.86,112-28C1087.46,225.16,1087.73,205,1100.56,200.46Z" transform="translate(-56.59 -55.12)" 
fill="#f5f5f5" opacity="0.2"/><path d="M1100.56,200.46s-31.74,7-29.13,35.82-47.13,63.45-94.1,36" 
transform="translate(-56.59 -55.12)" fill="none" stroke="#535461" stroke-miterlimit="10" 
stroke-width="2"/><path 
d="M303.29,334.92s-13.26-45,2.49-78.14a71.09,71.09,0,0,0,5.75-44.6,119.57,119.57,0,0,0-6.31-20.93" 
transform="translate(-56.59 -55.12)" fill="none" stroke="#535461" stroke-miterlimit="10" 
stroke-width="2"/><path d="M315,170.3c0,5.52-10,21.51-10,21.51s-10-16-10-21.51a10,10,0,1,1,20,0Z" 
transform="translate(-56.59 -55.12)" fill="#f57900"/><path 
d="M331.52,200.86c-3,4.63-20.08,12.63-20.08,12.63s.31-18.86,3.31-23.49a10,10,0,1,1,16.77,10.86Z" 
transform="translate(-56.59 -55.12)" fill="#f57900"/><path 
d="M330.8,253.08c-4.93,2.48-23.71.77-23.71.77s9.79-16.12,14.71-18.6a10,10,0,1,1,9,17.84Z" 
transform="translate(-56.59 -55.12)" fill="#f57900"/><path d="M321.36,292.46c-4.44,3.28-23.24
 ,4.76-23
 .24,4.76s6.92-17.54,11.36-20.82a10,10,0,1,1,11.88,16.06Z" transform="translate(-56.59 -55.12)" 
fill="#f57900"/><path 
d="M290.47,214.56c4,3.84,22.39,7.83,22.39,7.83s-4.51-18.31-8.47-22.15a10,10,0,1,0-13.92,14.33Z" 
transform="translate(-56.59 -55.12)" fill="#f57900"/><path 
d="M280,260.76c4.93,2.48,23.71.77,23.71.77s-9.79-16.12-14.71-18.6a10,10,0,0,0-9,17.84Z" 
transform="translate(-56.59 -55.12)" fill="#f57900"/><path 
d="M276,307.06c4.44,3.28,23.24,4.76,23.24,4.76s-6.92-17.54-11.36-20.82A10,10,0,0,0,276,307.06Z" 
transform="translate(-56.59 -55.12)" fill="#f57900"/><path 
d="M1129,596.62h-85.09a28.36,28.36,0,0,0,3-12.67V196.47A28.49,28.49,0,0,0,1018.42,168H359.75a28.49,28.49,0,0,0-28.49,28.49V583.95a28.36,28.36,0,0,0,3,12.67h-88.1a7.53,7.53,0,0,0-7.53,7.53v6.07a42.14,42.14,0,0,0,42.14,42.14h813.68a42.14,42.14,0,0,0,42.14-42.14v-6.07A7.53,7.53,0,0,0,1129,596.62ZM604.71,620.72l-7.3-8.29H778.52l-8.08,8.29Z"
 transform="translate(-56.59 -55.12)" fill="url(#22371c7b-1b7b-4aab-a60b-8a21
 5b8ce92d
 )"/><rect x="282.74" y="118.35" width="699.44" height="434.39" rx="23.26" ry="23.26" fill="#535461"/><rect 
x="297.47" y="181.67" width="668.52" height="354.87" fill="#f1f1f4"/><circle cx="631.73" cy="150.74" r="5.89" 
fill="#fff"/><path 
d="M791.54,592.39l-23,23.56h-162l-20.76-23.56H256.13a7.36,7.36,0,0,0-7.36,7.36v5.94A41.18,41.18,0,0,0,290,646.87H1085.2a41.18,41.18,0,0,0,41.18-41.18v-5.94a7.36,7.36,0,0,0-7.36-7.36Z"
 transform="translate(-56.59 -55.12)" fill="#535461"/><rect x="338.3" y="208.71" width="182.77" 
height="137.74" fill="#fff"/><rect x="356.18" y="220.63" width="60.92" height="34.43" fill="#f57900" 
opacity="0.2"/><rect x="431.67" y="220.63" width="71.52" height="7.95" fill="#e6e8ec"/><rect x="431.67" 
y="233.87" width="50.33" height="7.95" fill="#e6e8ec"/><rect x="431.67" y="247.11" width="71.52" 
height="7.95" fill="#e6e8ec"/><rect x="356.18" y="260.36" width="147.01" height="7.95" fill="#e6e8ec"/><rect 
x="356.18" y="273.6" width="147.01" height="7.95" fill="#e6e8ec
 "/><rect
  x="356.18" y="286.85" width="147.01" height="7.95" fill="#e6e8ec"/><rect x="356.18" y="300.09" 
width="135.09" height="7.95" fill="#e6e8ec"/><rect x="356.18" y="313.33" width="147.01" height="7.95" 
fill="#e6e8ec"/><rect x="356.18" y="326.58" width="147.01" height="7.95" fill="#e6e8ec"/><rect x="539.61" 
y="208.71" width="182.77" height="137.74" fill="#fff"/><rect x="557.48" y="220.63" width="60.92" 
height="34.43" fill="#f57900" opacity="0.2"/><rect x="632.98" y="220.63" width="71.52" height="7.95" 
fill="#e6e8ec"/><rect x="632.98" y="233.87" width="50.33" height="7.95" fill="#e6e8ec"/><rect x="632.98" 
y="247.11" width="71.52" height="7.95" fill="#e6e8ec"/><rect x="557.48" y="260.36" width="147.01" 
height="7.95" fill="#e6e8ec"/><rect x="557.48" y="273.6" width="147.01" height="7.95" fill="#e6e8ec"/><rect 
x="557.48" y="286.85" width="147.01" height="7.95" fill="#e6e8ec"/><rect x="557.48" y="300.09" width="135.09" 
height="7.95" fill="#e6e8ec"/><rect x="557.48" y="313.33" width="1
 47.01" h
 eight="7.95" fill="#e6e8ec"/><rect x="557.48" y="326.58" width="147.01" height="7.95" fill="#e6e8ec"/><rect 
x="740.91" y="208.71" width="182.77" height="137.74" fill="#fff"/><rect x="758.79" y="220.63" width="60.92" 
height="34.43" fill="#f57900" opacity="0.2"/><rect x="834.28" y="220.63" width="71.52" height="7.95" 
fill="#e6e8ec"/><rect x="834.28" y="233.87" width="50.33" height="7.95" fill="#e6e8ec"/><rect x="834.28" 
y="247.11" width="71.52" height="7.95" fill="#e6e8ec"/><rect x="758.79" y="260.36" width="147.01" 
height="7.95" fill="#e6e8ec"/><rect x="758.79" y="273.6" width="147.01" height="7.95" fill="#e6e8ec"/><rect 
x="758.79" y="286.85" width="147.01" height="7.95" fill="#e6e8ec"/><rect x="758.79" y="300.09" width="135.09" 
height="7.95" fill="#e6e8ec"/><rect x="758.79" y="313.33" width="147.01" height="7.95" fill="#e6e8ec"/><rect 
x="758.79" y="326.58" width="147.01" height="7.95" fill="#e6e8ec"/><rect x="338.3" y="363.66" width="182.77" 
height="137.74" fill="#fff"/><rec
 t x="356
 .18" y="375.58" width="60.92" height="34.43" fill="#f57900" opacity="0.2"/><rect x="431.67" y="375.58" 
width="71.52" height="7.95" fill="#e6e8ec"/><rect x="431.67" y="388.83" width="50.33" height="7.95" 
fill="#e6e8ec"/><rect x="431.67" y="402.07" width="71.52" height="7.95" fill="#e6e8ec"/><rect x="356.18" 
y="415.31" width="147.01" height="7.95" fill="#e6e8ec"/><rect x="356.18" y="428.56" width="147.01" 
height="7.95" fill="#e6e8ec"/><rect x="356.18" y="441.8" width="147.01" height="7.95" fill="#e6e8ec"/><rect 
x="356.18" y="455.05" width="135.09" height="7.95" fill="#e6e8ec"/><rect x="356.18" y="468.29" width="147.01" 
height="7.95" fill="#e6e8ec"/><rect x="356.18" y="481.53" width="147.01" height="7.95" fill="#e6e8ec"/><rect 
x="539.61" y="363.66" width="182.77" height="137.74" fill="#fff"/><rect x="557.48" y="375.58" width="60.92" 
height="34.43" fill="#f57900" opacity="0.2"/><rect x="632.98" y="375.58" width="71.52" height="7.95" 
fill="#e6e8ec"/><rect x="632.98" y="388.83" wi
 dth="50.
 33" height="7.95" fill="#e6e8ec"/><rect x="632.98" y="402.07" width="71.52" height="7.95" 
fill="#e6e8ec"/><rect x="557.48" y="415.31" width="147.01" height="7.95" fill="#e6e8ec"/><rect x="557.48" 
y="428.56" width="147.01" height="7.95" fill="#e6e8ec"/><rect x="557.48" y="441.8" width="147.01" 
height="7.95" fill="#e6e8ec"/><rect x="557.48" y="455.05" width="135.09" height="7.95" fill="#e6e8ec"/><rect 
x="557.48" y="468.29" width="147.01" height="7.95" fill="#e6e8ec"/><rect x="557.48" y="481.53" width="147.01" 
height="7.95" fill="#e6e8ec"/><rect x="740.91" y="363.66" width="182.77" height="137.74" opacity="0.1"/><path 
d="M498.66,310.18h-282A25.83,25.83,0,0,0,190.78,336V726.74a25.83,25.83,0,0,0,25.87,25.8h282a25.83,25.83,0,0,0,25.87-25.8V336A25.83,25.83,0,0,0,498.66,310.18Z"
 transform="translate(-56.59 -55.12)" fill="url(#d4a1e37c-1d20-4442-be38-826149171c3f)"/><rect x="138.17" 
y="260.36" width="325.8" height="433.08" rx="20" ry="20" fill="#535461"/><rect x="154.72" y="301.33" w
 idth="29
 2.69" height="351.15" fill="#f1f1f4"/><circle cx="299.74" cy="280.23" r="3.97" fill="#fff"/><circle 
cx="299.74" cy="672.25" r="11.92" fill="#fff"/><rect x="167.37" y="337.21" width="83.48" height="62.92" 
fill="#fff"/><rect x="175.54" y="342.66" width="27.83" height="15.73" fill="#f57900" opacity="0.2"/><rect 
x="210.02" y="342.66" width="32.67" height="3.63" fill="#e6e8ec"/><rect x="210.02" y="348.71" width="22.99" 
height="3.63" fill="#e6e8ec"/><rect x="210.02" y="354.76" width="32.67" height="3.63" fill="#e6e8ec"/><rect 
x="175.54" y="360.81" width="67.15" height="3.63" fill="#e6e8ec"/><rect x="175.54" y="366.86" width="67.15" 
height="3.63" fill="#e6e8ec"/><rect x="175.54" y="372.91" width="67.15" height="3.63" fill="#e6e8ec"/><rect 
x="175.54" y="378.96" width="61.71" height="3.63" fill="#e6e8ec"/><rect x="175.54" y="385.01" width="67.15" 
height="3.63" fill="#e6e8ec"/><rect x="175.54" y="391.06" width="67.15" height="3.63" fill="#e6e8ec"/><rect 
x="259.33" y="337.21" width="83
 .48" hei
 ght="62.92" fill="#fff"/><rect x="267.49" y="342.66" width="27.83" height="15.73" fill="#f57900" 
opacity="0.2"/><rect x="301.98" y="342.66" width="32.67" height="3.63" fill="#e6e8ec"/><rect x="301.98" 
y="348.71" width="22.99" height="3.63" fill="#e6e8ec"/><rect x="301.98" y="354.76" width="32.67" 
height="3.63" fill="#e6e8ec"/><rect x="267.49" y="360.81" width="67.15" height="3.63" fill="#e6e8ec"/><rect 
x="267.49" y="366.86" width="67.15" height="3.63" fill="#e6e8ec"/><rect x="267.49" y="372.91" width="67.15" 
height="3.63" fill="#e6e8ec"/><rect x="267.49" y="378.96" width="61.71" height="3.63" fill="#e6e8ec"/><rect 
x="267.49" y="385.01" width="67.15" height="3.63" fill="#e6e8ec"/><rect x="267.49" y="391.06" width="67.15" 
height="3.63" fill="#e6e8ec"/><rect x="351.28" y="337.21" width="83.48" height="62.92" fill="#fff"/><rect 
x="359.45" y="342.66" width="27.83" height="15.73" fill="#f57900" opacity="0.2"/><rect x="393.93" y="342.66" 
width="32.67" height="3.63" fill="#e6e8ec"/>
 <rect x=
 "393.93" y="348.71" width="22.99" height="3.63" fill="#e6e8ec"/><rect x="393.93" y="354.76" width="32.67" 
height="3.63" fill="#e6e8ec"/><rect x="359.45" y="360.81" width="67.15" height="3.63" fill="#e6e8ec"/><rect 
x="359.45" y="366.86" width="67.15" height="3.63" fill="#e6e8ec"/><rect x="359.45" y="372.91" width="67.15" 
height="3.63" fill="#e6e8ec"/><rect x="359.45" y="378.96" width="61.71" height="3.63" fill="#e6e8ec"/><rect 
x="359.45" y="385.01" width="67.15" height="3.63" fill="#e6e8ec"/><rect x="359.45" y="391.06" width="67.15" 
height="3.63" fill="#e6e8ec"/><rect x="167.37" y="407.99" width="83.48" height="62.92" fill="#fff"/><rect 
x="175.54" y="413.44" width="27.83" height="15.73" fill="#f57900" opacity="0.2"/><rect x="210.02" y="413.44" 
width="32.67" height="3.63" fill="#e6e8ec"/><rect x="210.02" y="419.49" width="22.99" height="3.63" 
fill="#e6e8ec"/><rect x="210.02" y="425.54" width="32.67" height="3.63" fill="#e6e8ec"/><rect x="175.54" 
y="431.59" width="67.15" height
 ="3.63" 
 fill="#e6e8ec"/><rect x="175.54" y="437.64" width="67.15" height="3.63" fill="#e6e8ec"/><rect x="175.54" 
y="443.69" width="67.15" height="3.63" fill="#e6e8ec"/><rect x="175.54" y="449.74" width="61.71" 
height="3.63" fill="#e6e8ec"/><rect x="175.54" y="455.79" width="67.15" height="3.63" fill="#e6e8ec"/><rect 
x="175.54" y="461.84" width="67.15" height="3.63" fill="#e6e8ec"/><rect x="259.33" y="407.99" width="83.48" 
height="62.92" fill="#fff"/><rect x="267.49" y="413.44" width="27.83" height="15.73" fill="#f57900" 
opacity="0.2"/><rect x="301.98" y="413.44" width="32.67" height="3.63" fill="#e6e8ec"/><rect x="301.98" 
y="419.49" width="22.99" height="3.63" fill="#e6e8ec"/><rect x="301.98" y="425.54" width="32.67" 
height="3.63" fill="#e6e8ec"/><rect x="267.49" y="431.59" width="67.15" height="3.63" fill="#e6e8ec"/><rect 
x="267.49" y="437.64" width="67.15" height="3.63" fill="#e6e8ec"/><rect x="267.49" y="443.69" width="67.15" 
height="3.63" fill="#e6e8ec"/><rect x="267.49" y="449.
 74" widt
 h="61.71" height="3.63" fill="#e6e8ec"/><rect x="267.49" y="455.79" width="67.15" height="3.63" 
fill="#e6e8ec"/><rect x="267.49" y="461.84" width="67.15" height="3.63" fill="#e6e8ec"/><rect x="351.28" 
y="407.99" width="83.48" height="62.92" fill="#fff"/><rect x="359.45" y="413.44" width="27.83" height="15.73" 
fill="#f57900" opacity="0.2"/><rect x="393.93" y="413.44" width="32.67" height="3.63" fill="#e6e8ec"/><rect 
x="393.93" y="419.49" width="22.99" height="3.63" fill="#e6e8ec"/><rect x="393.93" y="425.54" width="32.67" 
height="3.63" fill="#e6e8ec"/><rect x="359.45" y="431.59" width="67.15" height="3.63" fill="#e6e8ec"/><rect 
x="359.45" y="437.64" width="67.15" height="3.63" fill="#e6e8ec"/><rect x="359.45" y="443.69" width="67.15" 
height="3.63" fill="#e6e8ec"/><rect x="359.45" y="449.74" width="61.71" height="3.63" fill="#e6e8ec"/><rect 
x="359.45" y="455.79" width="67.15" height="3.63" fill="#e6e8ec"/><rect x="359.45" y="461.84" width="67.15" 
height="3.63" fill="#e6e8ec"/>
 <rect x=
 "167.37" y="481.57" width="83.48" height="62.92" fill="#fff"/><rect x="175.54" y="487.02" width="27.83" 
height="15.73" fill="#f57900" opacity="0.2"/><rect x="210.02" y="487.02" width="32.67" height="3.63" 
fill="#e6e8ec"/><rect x="210.02" y="493.07" width="22.99" height="3.63" fill="#e6e8ec"/><rect x="210.02" 
y="499.12" width="32.67" height="3.63" fill="#e6e8ec"/><rect x="175.54" y="505.17" width="67.15" 
height="3.63" fill="#e6e8ec"/><rect x="175.54" y="511.22" width="67.15" height="3.63" fill="#e6e8ec"/><rect 
x="175.54" y="517.27" width="67.15" height="3.63" fill="#e6e8ec"/><rect x="175.54" y="523.32" width="61.71" 
height="3.63" fill="#e6e8ec"/><rect x="175.54" y="529.37" width="67.15" height="3.63" fill="#e6e8ec"/><rect 
x="175.54" y="535.42" width="67.15" height="3.63" fill="#e6e8ec"/><rect x="259.33" y="481.57" width="83.48" 
height="62.92" fill="#fff"/><rect x="267.49" y="487.02" width="27.83" height="15.73" fill="#f57900" 
opacity="0.2"/><rect x="301.98" y="487.02" width="
 32.67" h
 eight="3.63" fill="#e6e8ec"/><rect x="301.98" y="493.07" width="22.99" height="3.63" fill="#e6e8ec"/><rect 
x="301.98" y="499.12" width="32.67" height="3.63" fill="#e6e8ec"/><rect x="267.49" y="505.17" width="67.15" 
height="3.63" fill="#e6e8ec"/><rect x="267.49" y="511.22" width="67.15" height="3.63" fill="#e6e8ec"/><rect 
x="267.49" y="517.27" width="67.15" height="3.63" fill="#e6e8ec"/><rect x="267.49" y="523.32" width="61.71" 
height="3.63" fill="#e6e8ec"/><rect x="267.49" y="529.37" width="67.15" height="3.63" fill="#e6e8ec"/><rect 
x="267.49" y="535.42" width="67.15" height="3.63" fill="#e6e8ec"/><rect x="351.28" y="481.57" width="83.48" 
height="62.92" fill="#fff"/><rect x="359.45" y="487.02" width="27.83" height="15.73" fill="#f57900" 
opacity="0.2"/><rect x="393.93" y="487.02" width="32.67" height="3.63" fill="#e6e8ec"/><rect x="393.93" 
y="493.07" width="22.99" height="3.63" fill="#e6e8ec"/><rect x="393.93" y="499.12" width="32.67" 
height="3.63" fill="#e6e8ec"/><rect x="35
 9.45" y=
 "505.17" width="67.15" height="3.63" fill="#e6e8ec"/><rect x="359.45" y="511.22" width="67.15" height="3.63" 
fill="#e6e8ec"/><rect x="359.45" y="517.27" width="67.15" height="3.63" fill="#e6e8ec"/><rect x="359.45" 
y="523.32" width="61.71" height="3.63" fill="#e6e8ec"/><rect x="359.45" y="529.37" width="67.15" 
height="3.63" fill="#e6e8ec"/><rect x="359.45" y="535.42" width="67.15" height="3.63" fill="#e6e8ec"/><rect 
x="167.37" y="552.35" width="83.48" height="62.92" fill="#fff"/><rect x="175.54" y="557.8" width="27.83" 
height="15.73" fill="#f57900" opacity="0.2"/><rect x="210.02" y="557.8" width="32.67" height="3.63" 
fill="#e6e8ec"/><rect x="210.02" y="563.85" width="22.99" height="3.63" fill="#e6e8ec"/><rect x="210.02" 
y="569.9" width="32.67" height="3.63" fill="#e6e8ec"/><rect x="175.54" y="575.95" width="67.15" height="3.63" 
fill="#e6e8ec"/><rect x="175.54" y="582" width="67.15" height="3.63" fill="#e6e8ec"/><rect x="175.54" 
y="588.05" width="67.15" height="3.63" fill="#e6
 e8ec"/><
 rect x="175.54" y="594.1" width="61.71" height="3.63" fill="#e6e8ec"/><rect x="175.54" y="600.15" 
width="67.15" height="3.63" fill="#e6e8ec"/><rect x="175.54" y="606.2" width="67.15" height="3.63" 
fill="#e6e8ec"/><rect x="259.33" y="552.35" width="83.48" height="62.92" fill="#fff"/><rect x="267.49" 
y="557.8" width="27.83" height="15.73" fill="#f57900" opacity="0.2"/><rect x="301.98" y="557.8" width="32.67" 
height="3.63" fill="#e6e8ec"/><rect x="301.98" y="563.85" width="22.99" height="3.63" fill="#e6e8ec"/><rect 
x="301.98" y="569.9" width="32.67" height="3.63" fill="#e6e8ec"/><rect x="267.49" y="575.95" width="67.15" 
height="3.63" fill="#e6e8ec"/><rect x="267.49" y="582" width="67.15" height="3.63" fill="#e6e8ec"/><rect 
x="267.49" y="588.05" width="67.15" height="3.63" fill="#e6e8ec"/><rect x="267.49" y="594.1" width="61.71" 
height="3.63" fill="#e6e8ec"/><rect x="267.49" y="600.15" width="67.15" height="3.63" fill="#e6e8ec"/><rect 
x="267.49" y="606.2" width="67.15" height="3
 .63" fil
 l="#e6e8ec"/><rect x="351.28" y="552.35" width="83.48" height="62.92" opacity="0.1"/><path 
d="M283.71,442.62H138.91a14.32,14.32,0,0,0-14.35,14.29V774a14.32,14.32,0,0,0,14.35,14.29h144.8A14.32,14.32,0,0,0,298.06,774V456.92A14.32,14.32,0,0,0,283.71,442.62Z"
 transform="translate(-56.59 -55.12)" fill="url(#52583eb6-2034-4198-bc7c-1e2be9031359)"/><rect x="69.3" 
y="390.16" width="170.85" height="341.7" rx="11" ry="11" fill="#535461"/><rect x="81.88" y="421.94" 
width="145.68" height="278.12" fill="#f1f1f4"/><circle cx="137.5" cy="406.05" r="1.32" fill="#fff"/><rect 
x="144.13" y="404.72" width="29.14" height="2.65" rx="1" ry="1" fill="#fff"/><circle cx="154.06" cy="713.31" 
r="9.27" fill="#fff"/><rect x="105.05" y="438.59" width="99.34" height="74.87" opacity="0.1"/><rect 
x="105.05" y="522.82" width="99.34" height="74.87" fill="#fff"/><rect x="114.77" y="529.3" width="33.11" 
height="18.72" fill="#f57900" opacity="0.2"/><rect x="155.8" y="529.3" width="38.87" height="4.32" fill="#e6e8
 ec"/><re
 ct x="155.8" y="536.5" width="27.36" height="4.32" fill="#e6e8ec"/><rect x="155.8" y="543.69" width="38.87" 
height="4.32" fill="#e6e8ec"/><rect x="114.77" y="550.89" width="79.91" height="4.32" fill="#e6e8ec"/><rect 
x="114.77" y="558.09" width="79.91" height="4.32" fill="#e6e8ec"/><rect x="114.77" y="565.29" width="79.91" 
height="4.32" fill="#e6e8ec"/><rect x="114.77" y="572.49" width="73.43" height="4.32" fill="#e6e8ec"/><rect 
x="114.77" y="579.69" width="79.91" height="4.32" fill="#e6e8ec"/><rect x="114.77" y="586.89" width="79.91" 
height="4.32" fill="#e6e8ec"/><rect x="105.05" y="607.22" width="99.34" height="74.87" fill="#fff"/><rect 
x="114.77" y="613.7" width="33.11" height="18.72" fill="#f57900" opacity="0.2"/><rect x="155.8" y="613.7" 
width="38.87" height="4.32" fill="#e6e8ec"/><rect x="155.8" y="620.9" width="27.36" height="4.32" 
fill="#e6e8ec"/><rect x="155.8" y="628.1" width="38.87" height="4.32" fill="#e6e8ec"/><rect x="114.77" 
y="635.3" width="79.91" height="4.32
 " fill="
 #e6e8ec"/><rect x="114.77" y="642.5" width="79.91" height="4.32" fill="#e6e8ec"/><rect x="114.77" y="649.7" 
width="79.91" height="4.32" fill="#e6e8ec"/><rect x="114.77" y="656.9" width="73.43" height="4.32" 
fill="#e6e8ec"/><rect x="114.77" y="664.09" width="79.91" height="4.32" fill="#e6e8ec"/><rect x="114.77" 
y="671.29" width="79.91" height="4.32" fill="#e6e8ec"/><path 
d="M600.25,697.71c-6.72-8.15-14.86-17.52-13.72-28.37.92-8.79-1.29-16.91-.85-25.72.62-12.52-1.91-22.33-10.93-30.36-5.27-4.69-14.08-8.38-16.7-7.44-5.2,1.86-10.87,1.15-16.22,2.4-4.06,1-6.77,2.41-8.44,4.24-3.37,3-3.43,7.26-1.89,11.81a19.94,19.94,0,0,0,9.88,28c-3.75,1.56-7,5.17-8.25,12.49a85.41,85.41,0,0,1-4,14.76,24,24,0,0,1-2.44,1c.18.07.37.12.56.19-.39.15-.79.3-1.18.44a12.88,12.88,0,0,0,2.22.64,84.83,84.83,0,0,1-10.9,19.87s-11.32,2.5-15.72-1.87c0,0,.72.84,1.69,2.1-4.31-1.79-11.37-4.7-17.41-7.1-4.38-1.74-5.51,0-5.45,2.42a8.09,8.09,0,0,0-3.06,1,29.55,29.55,0,0,0-4.06-2.18c-2.52-.62-10.69-5-18.87,10-4.76,8.73-17,2
 4.65-26.
 
35,36.44-18.25,8.39-42,19-50.82,21.69H371.7c-.74-1.21-1.26-2-1.26-2l-.44.29-.19-.29s-11.11,7.69-22.39,7.75a21.22,21.22,0,0,1-4.76-.62c-5.19-1.31-8.84-1.89-11.45-1.84-3.09-.05-4.84.68-5.93,2.06h0a5.43,5.43,0,0,0-.39.57h0a6.71,6.71,0,0,0-.33.63v0c-.1.22-.19.45-.28.69a1.41,1.41,0,0,0,.35,1.18,6.32,6.32,0,0,0,.49.62l.31.34a50,50,0,0,0,7.23,5.59c.93.63,1.91,1.27,2.94,1.93l1.95,1.24,1.74,1.09.7.43.78.48,1.39.85.83.5,1.56.93,1.26.75c3.3,2,6.6,3.84,9.56,5.51l2.08,1.17.2.11,1.33.74,2.31,1.28,1.59.87.74.41.8.43.16.09,1.38.75a2,2,0,0,0,1.61-.44c.4-1.7,1.38-5.34,2.42-5.62s5.58-8.24,6.87-13.54h12.27A54.11,54.11,0,0,0,396.3,778c-3.17,2.26-6.31,3.68-8.75,3.07-5.16-1.28-10.05,1.86-10.54,5l-.06.19c0,.06,0,.13,0,.19s0,.15,0,.23,0,.13,0,.19,0,.15,0,.23,0,.13,0,.19,0,.16,0,.23,0,.12,0,.18,0,.17.06.25,0,.11,0,.16a3,3,0,0,0,.13.32l0,.08a3.27,3.27,0,0,0,.23.38l.1.13.2.25.14.14.23.22.17.14.27.2.2.13.33.19.22.12.41.19.21.09c.22.09.45.18.7.26s.86.26,1.39.39l.53.13.77.18.41.09,1.68.34.82.15.67.12,1.54
 .27,3,.4
 
9,2.65.4,3.45.49.76.1,1.24.17,1.78.24,1.22.16h0l3.15.4,1,.12,2,.24c2.61.31,5.14.61,7.46.87l2.69.3,1.36.15.58.06,1.63.18.91.1,1.11.12,1.57.16.17,0,1,.1h0a.91.91,0,0,0,1-.89v0h0s0-.07,0-.1a.89.89,0,0,0,.15-.48,20.65,20.65,0,0,1,.56-4.44c.07-.25.15-.51.23-.76l.1-.29c.11-.31.22-.62.35-.94a6.75,6.75,0,0,0,.23-.69l.06-.22c0-.12.06-.25.09-.38,1.27-4.32-.26-12.37-.7-15.53a16.86,16.86,0,0,0-.69-3,1.22,1.22,0,0,0,.24,0,7.16,7.16,0,0,0,1.82-1c9.27-3.31,17.1-7.09,19.57-10.88a16.94,16.94,0,0,1,12,1.25c4.8,2.39,41.13,14.24,58.05,19.72,3,2.62,5.42,4.15,6.73,4,0,0,21.53,3.48,30.19-3.32.77.53,1.25.82,1.25.82s12.58-6.25,14.47-14.37c.61-2.63,1.16-6.52,1.72-10.82a15.73,15.73,0,0,0,4.57-11.06c.39-13.65,5.68-29.24,9.6-43.13,4.76.37,6.6-.52,11-2.68l-.19-.25Zm-72.12,20.44-2.4-.81a20,20,0,0,0,2.09-3.48Zm-13.54,5.74,14.58,8.75.13,1.78a12.77,12.77,0,0,0,.12,4.07C523,732.78,515.48,725.85,514.6,723.89Zm-5.95-12.74c-1.59-.66-2.91-1.25-3.81-1.74l3.38.21A7.55,7.55,0,0,1,508.65,711.15Zm-39,14.25s2.52-5.62,8
 .18,3.75
 c.88,1.46,2.5,3.77,4.64,6.65L466,733.59A24,24,0,0,0,469.62,725.4Z" transform="translate(-56.59 -55.12)" 
fill="url(#a16bfa34-d1a3-4472-9999-21ee7545ab3e)"/><path 
d="M505.85,702.81s-11.54-4.86-20.64-8.5-3.64,8.5-3.64,8.5,15.18,4.25,15.18,4.86,12.75,1.21,12.75,1.21Z" 
transform="translate(-56.59 -55.12)" fill="#f7c4a7"/><path 
d="M505.85,702.81s-11.54-4.86-20.64-8.5-3.64,8.5-3.64,8.5,15.18,4.25,15.18,4.86,12.75,1.21,12.75,1.21Z" 
transform="translate(-56.59 -55.12)" opacity="0.05"/><path 
d="M555,654.85s-20.64-10.93-24.29,10.32A86.75,86.75,0,0,1,515.56,701s-10.93,2.43-15.18-1.82c0,0,10.32,12.14,5.46,13.36,0,0,10.93,7.89,15.79,5.46s8.5-18.82,10.32-23.07S540.45,653.63,555,654.85Z"
 transform="translate(-56.59 -55.12)" fill="#575988"/><path 
d="M555,654.85s-20.64-10.93-24.29,10.32A86.75,86.75,0,0,1,515.56,701s-10.93,2.43-15.18-1.82c0,0,10.32,12.14,5.46,13.36,0,0,10.93,7.89,15.79,5.46s8.5-18.82,10.32-23.07S540.45,653.63,555,654.85Z"
 transform="translate(-56.59 -55.12)" opacity="0.1"/><pa
 th d="M5
 
43.49,647.56s12.75,14.57,13.36,26.71,14.57-12.75,15.79-13.36S560.49,639.67,559.27,633,543.49,647.56,543.49,647.56Z"
 transform="translate(-56.59 -55.12)" fill="#f7c4a7"/><polygon points="495.7 598.67 487.66 605.95 491.45 
621.28 501.77 611.57 500.56 601.86 495.7 598.67" fill="#f7c4a7"/><polygon points="327.83 706.59 313.87 706.59 
319.33 719.94 332.69 716.3 327.83 706.59" fill="#f7c4a7"/><path 
d="M373.68,759.78s-14.44,10.07-26.81,6.93-15.71-2-17.15,2.09c-1.33,3.72,34.51,23.41,40.22,26.52a.65.65,0,0,0,1-.43c.39-1.65,1.33-5.19,2.33-5.46,1.31-.35,7.3-11.52,7-15.93S373.68,759.78,373.68,759.78Z"
 transform="translate(-56.59 -55.12)" opacity="0.1"/><path 
d="M373.08,759.78s-14.44,10.07-26.81,6.93-15.71-2-17.15,2.09c-1.33,3.72,34.51,23.41,40.22,26.52a.65.65,0,0,0,1-.43c.39-1.65,1.33-5.19,2.33-5.46,1.31-.35,7.3-11.52,7-15.93S373.08,759.78,373.08,759.78Z"
 transform="translate(-56.59 -55.12)" fill="#f3b5b7"/><path 
d="M492.49,735.6l-40.68-5.46s-66.18,31.57-74.07,32.18l1.82,14H391.7c4.86,0,5
 2.21-10.
 32,58.89-20.64a16.26,16.26,0,0,1,11.54,1.21c6.07,3,64.36,21.86,64.36,21.86Z" transform="translate(-56.59 
-55.12)" fill="#575988"/><path 
d="M492.49,735.6l-40.68-5.46s-66.18,31.57-74.07,32.18l1.82,14H391.7c4.86,0,52.21-10.32,58.89-20.64a16.26,16.26,0,0,1,11.54,1.21c6.07,3,64.36,21.86,64.36,21.86Z"
 transform="translate(-56.59 -55.12)" opacity="0.1"/><polygon points="363.65 699.3 356.97 707.8 363.65 711.44 
373.37 704.16 363.65 699.3" fill="#f7c4a7"/><path 
d="M536.2,744.7S514.36,726,512.83,722.6s-37.34-26.46-39.77-27.07-10.32-4.86-18.21,9.71-37,49.78-37,49.78,9.11,12.75,12.14,12.14,37-29.14,39.46-43.11c0,0,2.43-5.46,7.89,3.64s40.68,52.82,47.36,52.21c0,0,26.11,4.25,31.57-6.07S536.2,744.7,536.2,744.7Z"
 transform="translate(-56.59 -55.12)" fill="#575988"/><rect x="382.57" y="591.56" width="90.91" 
height="68.51" fill="url(#acc52bd5-c2c3-4362-a9d1-2a5a10558a32)"/><rect x="386.28" y="594.35" width="83.48" 
height="62.92" fill="#fff"/><rect x="394.45" y="599.8" width="27.83" height="15.7
 3" fill=
 "#f57900" opacity="0.2"/><rect x="428.93" y="599.8" width="32.67" height="3.63" fill="#e6e8ec"/><rect 
x="428.93" y="605.85" width="22.99" height="3.63" fill="#e6e8ec"/><rect x="428.93" y="611.9" width="32.67" 
height="3.63" fill="#e6e8ec"/><rect x="394.45" y="617.95" width="67.15" height="3.63" fill="#e6e8ec"/><rect 
x="394.45" y="624" width="67.15" height="3.63" fill="#e6e8ec"/><rect x="394.45" y="630.05" width="67.15" 
height="3.63" fill="#e6e8ec"/><rect x="394.45" y="636.1" width="61.71" height="3.63" fill="#e6e8ec"/><rect 
x="394.45" y="642.15" width="67.15" height="3.63" fill="#e6e8ec"/><rect x="394.45" y="648.2" width="67.15" 
height="3.63" fill="#e6e8ec"/><path 
d="M548.65,655.76s-7.59,3.34-8.2,17.3-14,37.64-14,37.64l1.21,27.93s14.57,14.57,15.79,23.68S555,777.49,555,777.49s12.14-6.07,14-14,3-27.32,6.07-34.61,1.21-52.82,1.21-52.82l-9.11-15.79-4.86-5.46-12.75,14.57S542.58,660,548.65,655.76Z"
 transform="translate(-56.59 -55.12)" fill="#f3b5b7"/><path d="M530.74,729.52s-1.82-21
 .86,3.64
 -26.71l10.93-31s3.95-14.87,3.34-16.09-14.27,11.84-14.27,11.84l-9.11,32.18,2.43,34Z" 
transform="translate(-56.59 -55.12)" opacity="0.1"/><path 
d="M530.13,729.52s-1.82-21.86,3.64-26.71l10.93-31s4.25-15.18,3.64-16.39-14.57,12.14-14.57,12.14l-9.11,32.18,2.43,34Z"
 transform="translate(-56.59 -55.12)" fill="#575988"/><path 
d="M534.38,719.81S504,710.1,502.2,707.67s-21.25-18.21-27.93-7.29,24.89,14,24.89,14l32.18,19.43Z" 
transform="translate(-56.59 -55.12)" fill="#f7c4a7"/><path 
d="M421.55,762.86l-9-1.62s-14.72,18.85-22.38,16.94-14.72,6.34-6.62,9c7.32,2.39,38.91,5.74,44.95,6.36a.88.88,0,0,0,1-.86,19.33,19.33,0,0,1,1.34-6.84c1.62-4,0-12.52-.45-15.76a15.68,15.68,0,0,0-1.77-5.45Z"
 transform="translate(-56.59 -55.12)" opacity="0.1"/><path 
d="M421.41,763.45l-9-1.62S397.71,780.69,390,778.77s-14.72,6.34-6.62,9c7.32,2.39,38.91,5.74,44.95,6.36a.88.88,0,0,0,1-.86,19.33,19.33,0,0,1,1.34-6.84c1.62-4,0-12.52-.45-15.76a15.68,15.68,0,0,0-1.77-5.45Z"
 transform="translate(-56.59 -55.12)" fill="#f3b5b
 7"/><cir
 cle cx="491.45" cy="580" r="19.43" opacity="0.1"/><circle cx="489.63" cy="580" r="19.43" 
fill="#f7c4a7"/><path 
d="M565.34,654.24s23.07,7.89,23.07,24.29-12.75,42.5-13.36,63.75-34,18.21-34,18.21-4.86-71.64,0-77.11S567.77,656.67,565.34,654.24Z"
 transform="translate(-56.59 -55.12)" fill="#575988"/><path 
d="M561.09,688.24s-8.5,37.64-28.54,31c0,0-10.32,15.18-3,21.86,0,0,17.61,4.25,29.14-7.29S578.7,718,580.52,704s3-33.39-3-31.57S561.09,688.24,561.09,688.24Z"
 transform="translate(-56.59 -55.12)" opacity="0.1"/><path 
d="M561.7,687.63s-8.5,37.64-28.54,31c0,0-10.32,15.18-3,21.86,0,0,17.61,4.25,29.14-7.29s20-15.79,21.86-29.75,3-33.39-3-31.57S561.7,687.63,561.7,687.63Z"
 transform="translate(-56.59 -55.12)" fill="#575988"/><path 
d="M431.19,784.48c0,.06,0,.12-.06.17a17.78,17.78,0,0,0-1,3.21c.14-.48.31-1,.51-1.45A8.81,8.81,0,0,0,431.19,784.48Z"
 transform="translate(-56.59 -55.12)" fill="#dddbe2"/><path 
d="M383.87,786c-2.5-.82-3.55-2.17-3.59-3.59-1,2-.38,4.2,3.15,5.36,7.32,2.39,38.92,5.74,44
 .95,6.36
 a.88.88,0,0,0,1-.87v0a.89.89,0,0,0-.79-.9C421.94,791.64,391.09,788.35,383.87,786Z" 
transform="translate(-56.59 -55.12)" fill="#dddbe2"/><path 
d="M329.95,767.73a7.48,7.48,0,0,1,.59-1.29,5.92,5.92,0,0,0-1.43,2.36c-1.33,3.72,34.51,23.4,40.22,26.52a.66.66,0,0,0,1-.43v0a.66.66,0,0,0-.32-.73C363.67,790.7,328.63,771.41,329.95,767.73Z"
 transform="translate(-56.59 -55.12)" fill="#dddbe2"/><path 
d="M373.46,788.36c-.32.09-.64.51-.93,1.11l.1,0c.26-.07.72-.59,1.28-1.4A1.18,1.18,0,0,1,373.46,788.36Z" 
transform="translate(-56.59 -55.12)" fill="#dddbe2"/><path 
d="M543.52,652.22c-1.71,3.77-2.07,8-3.33,12a26.37,26.37,0,0,1-16.25,16.86c6.31,2.52,13.75-.56,18.63-5.66s7.73-11.89,10.47-18.49c7.08,4.76,6.22,15.7,8.59,24.22a26.86,26.86,0,0,0,14.3,17.09,25.6,25.6,0,0,0,21.9-.44c-6.49-7.92-15.73-18.78-14.63-29.32.89-8.54-5.24-15.06-4.81-23.62.6-12.16-4-18.31-12.75-26.11-5.09-4.56,2.92-11-3.64-9.11-2.58.74-5.3-2-7.83-1.11-5,1.8-10.49,1.12-15.65,2.33C511.69,617.14,546,646.71,543.52,652.22Z"
 transform="
 translat
 e(-56.59 -55.12)" opacity="0.1"/><path 
d="M544.13,651.61c-1.71,3.77-2.07,8-3.33,12a26.37,26.37,0,0,1-16.25,16.86c6.31,2.52,13.75-.56,18.63-5.66s7.73-11.89,10.47-18.49c7.08,4.76,6.22,15.7,8.59,24.22a26.86,26.86,0,0,0,14.3,17.09,25.6,25.6,0,0,0,21.9-.44c-6.49-7.92-15.12-17-14-27.5.89-8.54-.44-17.31,0-25.87.6-12.16-5.35-23.87-14.06-31.67-5.09-4.56-13-5.14-15.57-4.23-5,1.8-10.49,1.12-15.65,2.33C512.3,616.54,546.63,646.1,544.13,651.61Z"
 transform="translate(-56.59 -55.12)" fill="#b96b6b"/><path 
d="M220.42,836.49c35-10.77,55.66-9.88,55.66-9.88l-2.87-16.27a12.3,12.3,0,0,0,2.42-2.13s-3.59-19.75,0-24.69S289.1,733.7,289.1,733.7V718.43c18-6.28,39.05-42.64,39.05-42.64L354.64,744s26.48,52.52,30.07,54.31c2.87,1.43,4.3,13.18,4.77,17.85l-.22.07c.11,1.13.16,1.83.16,1.83l.21-.14v.14a10.29,10.29,0,0,1,1.4-.82c-5.17,5.94-12.91,14.48-19.35,20.12-3.55,3.11,2.82,5.51,5.8,5.46a14.62,14.62,0,0,1,5,.71c15.09,5.21,39.9-13.81,39.9-13.81l-6.21-17.32c1.62-.13,2.62-.19,2.62-.19s-20.2-70.92-29.63-77.66a43,
 43,0,0,1
 
-8-7.58,28,28,0,0,1-6.33-19.44l3.31-58.19c5.32-.78,8.75-1.43,8.75-1.43s1.24-15.9,1.2-28.1c0-6.35-.26-11.92-1.2-14.1-1.11-2.58-1.46-7.74-1.48-12.92,0-7,.58-13.56.58-13.56s7.18-9.43,17.06-31c4.35-9.49,5.48-17,5.38-22.38a30.53,30.53,0,0,0-.72-7.46,9.35,9.35,0,0,0-4.23-5.87c-5.68-3.48-18.61-12.07-22.42-20.39-4.84-10.56-11.83-12.06-12.11-12.12l-.43-1.86a17.45,17.45,0,0,0,5.62-8.52c1.46-4.5,1.76-9.3,3-13.87.6-2.2,1.43-4.33,2-6.53a25.79,25.79,0,0,0,.81-6.78,21,21,0,0,0-2-9.65c-2.32-4.77-6.94-8.52-12.2-9.14-2.9-.34-6.11.16-8.49-1.53-1.64-1.17-2.5-3.16-4-4.55-2.85-2.7-7.41-2.56-11.12-1.3a23.69,23.69,0,0,0-12.16,9.47c-1.73,2.66-2.94,5.71-5.16,8-1.87,1.91-4.32,3.13-6.38,4.83a13,13,0,0,0-5,10s0,.1,0,.15c0,.25,0,.5,0,.75.1,3.86,2.79,7.7,6.57,8.48a9.7,9.7,0,0,0,3,.08A24.24,24.24,0,0,0,341,488c-.06.32-.13.64-.2,1l.21,0a34.65,34.65,0,0,1-1.62,4.56l-.29,0,.73-1.3-10.3-.71a17.26,17.26,0,0,0-8.72,1.63c-3.55,1.72-7.43,5-7.91,11.2C312,516,290,533.5,290,533.5c-7.63,12.12-57.46,14.36-57.46,14.36s.
 22.28.32
 
.43l-1-.19-3.77-.69s-11.67-34.56-22.89-28.28,19.3,40.4,19.3,40.4l8.82.59.89.06a53.85,53.85,0,0,1-1.39,6.63h0c-.12.44-.21.72-.23.79v0s23.2-2.68,42.91-2.25h1.78l1.26-.06c1,10.83,16.44,32.84,16.44,32.84l9.53,2,.72.15a79.68,79.68,0,0,1-11.6,17.59l-3.14,17.51.25-.06-.25,1.41a3.39,3.39,0,0,0,1.45-.76c-6.15,16.32-16.35,41.72-23.44,50.58-10.77,13.47-9.43,35-9.43,35s-10.77,56.56-10.32,66.88a26.6,26.6,0,0,1-3.89,14.13,46.72,46.72,0,0,0-5.54,7.87c-8.08,13.92-21.1,13-21.1,13C207,830.65,220.42,836.49,220.42,836.49ZM289.75,562.7h0l1.16-.46.27-.11,1.11-.48.19-.09,1-.46.22-.1,1.06-.53.25-.13,1-.53.08,0,1-.58.24-.14,1-.58.16-.1.87-.53.2-.12.93-.59.21-.14.86-.57.08-.05.88-.61.2-.14.84-.6.13-.09.74-.54.16-.12.77-.59.16-.12.7-.55.06,0,.71-.57.15-.12.67-.55.06-.05.6-.51.1-.09.59-.51.09-.08.54-.49h0l.52-.47.07-.07,1-1,1.46-.12c1.24,1.61,1.73,4.46,1.78,7.73-.14,8.39-2.68,18.75-2.68,18.75a58.47,58.47,0,0,1-2.66,15.14,8.92,8.92,0,0,1-3.17-.77s-.06.32-.15.86l-.86-.22-4.37-1.09S297.1,570.34,289.75,562
 .7Z" tra
 nsform="translate(-56.59 -55.12)" fill="url(#c79e9d42-5070-416c-b31a-75c30b54975b)"/><path 
d="M411.48,801.79,419.81,825S397,842.5,382.18,838.88a41.42,41.42,0,0,0-6.8-1.1c-3.07-.23-8.35-2.46-5.09-5.31,10.52-9.2,24.54-26.29,24.54-26.29Z"
 transform="translate(-56.59 -55.12)" fill="#4f4d59"/><path 
d="M273,799.6l3.94,22.35s-20.16-.88-54.34,9.64c0,0-13.15-5.7-2.19-12.71,0,0,12.71.88,20.6-12.71s12.71-11.83,12.71-11.83Z"
 transform="translate(-56.59 -55.12)" fill="#4f4d59"/><path 
d="M377.3,637.45l-3.86,68a28.13,28.13,0,0,0,6.71,19.89,41.23,41.23,0,0,0,7.24,6.75c9.2,6.57,28.92,75.81,28.92,75.81s-22.35,1.31-28.48,5.7c0,0-1.31-17.53-4.82-19.28s-29.36-53-29.36-53L327.78,674.7s-20.6,35.5-38.13,41.63v14.9s-9.64,43.82-13.15,48.64,0,24.1,0,24.1-10.08,12.71-33.3-.88c0,0,7.45-8.33,7-18.41S260.3,719.4,260.3,719.4s-1.31-21,9.2-34.18,28-63.54,28-63.54l12.06-25.95Z"
 transform="translate(-56.59 -55.12)" fill="#787c9c"/><g opacity="0.1"><path 
d="M412.14,807.92s-19.72-69.24-28.92-75.81a41.75,41.75,0,
 0,1-7.61
 
-7.19,27.81,27.81,0,0,1-6.33-19.44l3.86-68-64.63-39.84.88-1.89,67.69,41.72-3.86,68a27.81,27.81,0,0,0,6.33,19.44,41.75,41.75,0,0,0,7.61,7.19c9.2,6.57,28.92,75.81,28.92,75.81s-22.35,1.31-28.48,5.7c0,0-.05-.68-.16-1.79C396.06,808.87,412.14,807.92,412.14,807.92Z"
 transform="translate(-56.59 -55.12)"/><path 
d="M272.35,804s-3.51-19.28,0-24.1,13.15-48.64,13.15-48.64v-14.9c17.53-6.14,38.13-41.63,38.13-41.63l1.53,3.95c-5.94,9.42-21.79,32.81-35.71,37.68v14.9s-9.64,43.82-13.15,48.64,0,24.1,0,24.1-4.89,6.15-15.69,5.32C268.66,808.63,272.35,804,272.35,804Z"
 transform="translate(-56.59 -55.12)"/></g><path 
d="M226.55,561.2l8.61.57,4.54.3v-11l-6-1.08-3.69-.67s-11.39-33.74-22.35-27.61S226.55,561.2,226.55,561.2Z" 
transform="translate(-56.59 -55.12)" fill="#714b4f"/><path 
d="M364.59,470.93s5.7,21.91,7.45,35.5-40.75,2.63-40.75,2.63,16.21-19.72,7-30.24Z" transform="translate(-56.59 
-55.12)" fill="#714b4f"/><path 
d="M318.58,562.08l-.88,8.33,13.58-.88,13.58-11.83,13.58-38.13L367.22,506l6.57-8.33-2.
 63-10.08
 s-1.2,1-3.23,2.6c-6.67,5.11-22.33,15.72-33.77,12.79a13.64,13.64,0,0,1-1.56-.49l-17.09,29.36Z" 
transform="translate(-56.59 -55.12)" fill="#e6e6f0"/><path 
d="M367.66,485s7,1.31,11.83,11.83c3.71,8.09,16.22,16.43,21.81,19.86a9.35,9.35,0,0,1,4.24,5.91c1.13,5,1.56,14.3-4.58,27.7-9.64,21-16.65,30.24-16.65,30.24s-1.75,21,.88,27.17,0,39.88,0,39.88-46,8.76-61.35,0S310.69,605,310.69,605,296.23,635.7,291,636.58L294,619.49s17.09-18.41,18-42.07c0,0,5.26-21.47.88-27.17,0,0-74.06,6.14-78.44.88,0,0,48.64-2.19,56.09-14,0,0,21.47-17.09,22.35-28.48a12.6,12.6,0,0,1,6.57-10.32,17.16,17.16,0,0,1,9.82-2.19l9.9.68S322.09,527,323,531s-.88,35.93-.88,35.93,19.72-42.51,28.48-47.33S369.41,495,369.41,495l-1.75-10"
 transform="translate(-56.59 -55.12)" opacity="0.1"/><path 
d="M318.58,562.08l-.88,8.33,13.58-.88,13.58-11.83,13.58-38.13L367.22,506l6.57-8.33-2.63-10.08s-1.2,1-3.23,2.6l.6,3.46s-10.08,19.79-18.84,24.61-28.48,47.33-28.48,47.33,1.75-32,.88-35.93c-.6-2.68,7.08-17.45,12.07-26.68a13.64,13.64,0,0,1-1.5
 6-.49l-1
 7.09,29.36Z" transform="translate(-56.59 -55.12)" opacity="0.1"/><path 
d="M235.16,561.78l4.54.3v-11l-6-1.08C235.81,552.8,235.74,557.66,235.16,561.78Z" transform="translate(-56.59 
-55.12)" opacity="0.1"/><path 
d="M367.66,483.64s7,1.31,11.83,11.83c3.71,8.09,16.22,16.43,21.81,19.86a9.35,9.35,0,0,1,4.24,5.91c1.13,5,1.56,14.3-4.58,27.7-9.64,21-16.65,30.24-16.65,30.24s-1.75,21,.88,27.17,0,39.88,0,39.88-46,8.76-61.35,0-13.15-42.51-13.15-42.51S296.23,634.39,291,635.26L294,618.17s17.09-18.41,18-42.07c0,0,5.26-21.47.88-27.17,0,0-17.09,18.41-36.37,18s-42.07,2.19-42.07,2.19,4.38-14,0-19.28c0,0,48.64-2.19,56.09-14,0,0,21.47-17.09,22.35-28.48A12.6,12.6,0,0,1,319.46,497a17.16,17.16,0,0,1,9.82-2.19l9.9.68S322.09,525.71,323,529.65s-.88,35.93-.88,35.93,19.72-42.51,28.48-47.33,18.84-24.61,18.84-24.61l-1.75-10"
 transform="translate(-56.59 -55.12)" fill="#67647e"/><path 
d="M377.3,529.65s-10.52,35.5-16.65,39.88S317.27,596.26,306.31,591c0,0-2.63,13.15,1.31,16.21,0,0,40.86-1.6,41.19-1.75,0,0,26.73-
 3.51,31.
 11-16.65s9.64-35.5,9.64-35.5Z" transform="translate(-56.59 -55.12)" opacity="0.1"/><ellipse cx="264.62" 
cy="512.44" rx="1.53" ry="2.19" fill="#ba7855"/><ellipse cx="260.24" cy="527.78" rx="1.53" ry="2.19" 
fill="#ba7855"/><g opacity="0.1"><path 
d="M382.12,645.78s2.63-33.74,0-39.88-.88-27.17-.88-27.17,7-9.2,16.65-30.24c6.14-13.4,5.7-22.7,4.58-27.7a9.35,9.35,0,0,0-4.25-5.91c-5.59-3.43-18.1-11.77-21.8-19.86-2.72-5.93-6.13-8.94-8.6-10.43l-.17-1s7,1.31,11.83,11.83c3.71,8.09,16.22,16.43,21.8,19.86a9.35,9.35,0,0,1,4.25,5.91c1.13,5,1.56,14.3-4.58,27.7-9.64,21-16.65,30.24-16.65,30.24s-1.75,21,.88,27.17,0,39.88,0,39.88-32.87,6.26-52.31,2.91C352.51,651.42,382.12,645.78,382.12,645.78Z"
 transform="translate(-56.59 -55.12)"/><path 
d="M323,529.65c.6,2.7,0,18.58-.49,28.3-2.12,4.33-3.45,7.19-3.45,7.19s1.75-32,.88-35.93c-.83-3.75,14.56-31.25,16.09-34l3.19.22S322.09,525.71,323,529.65Z"
 transform="translate(-56.59 -55.12)"/><path 
d="M273.44,566.46c19.28.44,36.37-18,36.37-18a7,7,0,0,1,1.11,2.38c-
 5,4.71-1
 9,16.38-34.41,16-19.28-.44-42.07,2.19-42.07,2.19s.09-.29.23-.79A348.85,348.85,0,0,1,273.44,566.46Z" 
transform="translate(-56.59 -55.12)"/><path 
d="M307.62,603.27s-.18,2.74-.08,6.85c-4.56,9-12.86,24.52-16.57,25.14l.65-3.6C298,623.65,307.62,603.27,307.62,603.27Z"
 transform="translate(-56.59 -55.12)"/></g><rect x="151.35" y="437.56" width="104.75" height="78.94" 
fill="url(#d299ef7c-b001-4b07-9539-ad7dec3d5c28)"/><rect x="154.05" y="439.59" width="99.34" height="74.87" 
fill="#fff"/><rect x="163.77" y="446.07" width="33.11" height="18.72" fill="#f57900" opacity="0.2"/><rect 
x="204.8" y="446.07" width="38.87" height="4.32" fill="#e6e8ec"/><rect x="204.8" y="453.27" width="27.36" 
height="4.32" fill="#e6e8ec"/><rect x="204.8" y="460.47" width="38.87" height="4.32" fill="#e6e8ec"/><rect 
x="163.77" y="467.67" width="79.91" height="4.32" fill="#e6e8ec"/><rect x="163.77" y="474.87" width="79.91" 
height="4.32" fill="#e6e8ec"/><rect x="163.77" y="482.06" width="79.91" height="4.32" fill="
 #e6e8ec"
 /><rect x="163.77" y="489.26" width="73.43" height="4.32" fill="#e6e8ec"/><rect x="163.77" y="496.46" 
width="79.91" height="4.32" fill="#e6e8ec"/><rect x="163.77" y="503.66" width="79.91" height="4.32" 
fill="#e6e8ec"/><path 
d="M295.35,598.89l9.31,2L312,602.4l-3.94-11-2.74-.69-4.27-1.06S294.92,559,282.65,561.2,295.35,598.89,295.35,598.89Z"
 transform="translate(-56.59 -55.12)" fill="#714b4f"/><path 
d="M304.66,600.85,312,602.4l-3.94-11-2.74-.69A43.77,43.77,0,0,0,304.66,600.85Z" transform="translate(-56.59 
-55.12)" opacity="0.1"/><path 
d="M377.3,528.78s-10.52,35.5-16.65,39.88-43.38,26.73-54.34,21.47c0,0-2.63,13.15,1.31,16.21,0,0,40.86-1.6,41.19-1.75,0,0,26.73-3.51,31.11-16.65s9.64-35.5,9.64-35.5Z"
 transform="translate(-56.59 -55.12)" fill="#67647e"/><path 
d="M364.15,471.81s.89,3.43,2.08,8.42a23.65,23.65,0,0,1-26.12,12c1.05-4.5.82-9-2.26-12.57Z" 
transform="translate(-56.59 -55.12)" opacity="0.1"/><circle cx="289.16" cy="413.19" r="23.66" 
fill="#714b4f"/><path d="M325.2,461.79a12.
 67,12.67
 
,0,0,1-5.28.32c-3.69-.76-6.32-4.51-6.41-8.28a12.72,12.72,0,0,1,4.88-9.77c2-1.67,4.4-2.86,6.23-4.72,2.17-2.21,3.35-5.19,5-7.79a23.13,23.13,0,0,1,11.88-9.24c3.63-1.23,8.07-1.37,10.86,1.27,1.43,1.35,2.27,3.3,3.87,4.44,2.32,1.65,5.46,1.16,8.29,1.49a15.8,15.8,0,0,1,11.91,8.92,22.32,22.32,0,0,1,1.16,15.16c-.55,2.15-1.35,4.24-1.94,6.38-1.23,4.46-1.52,9.14-2.94,13.54s-4.35,8.7-8.78,10a27.76,27.76,0,0,0-2.82-14.3,4.1,4.1,0,0,0-2-2.22,4.85,4.85,0,0,0-2.41,0,24,24,0,0,1-16-3.24c-1.68-1-4.3-4.51-6.1-4.86C332.33,458.48,327.6,461.25,325.2,461.79Z"
 transform="translate(-56.59 -55.12)" opacity="0.1"/><path 
d="M325.2,460.91a12.67,12.67,0,0,1-5.28.32c-3.69-.76-6.32-4.51-6.41-8.28a12.72,12.72,0,0,1,4.88-9.77c2-1.67,4.4-2.86,6.23-4.72,2.17-2.21,3.35-5.19,5-7.79a23.13,23.13,0,0,1,11.88-9.24c3.63-1.23,8.07-1.37,10.86,1.27,1.43,1.35,2.27,3.3,3.87,4.44,2.32,1.65,5.46,1.16,8.29,1.49a15.8,15.8,0,0,1,11.91,8.92,22.32,22.32,0,0,1,1.16,15.16c-.55,2.15-1.35,4.24-1.94,6.38-1.23,4.46-1.52,9.14-2.94,13.54s-
 4.35,8.7
 
-8.78,10a27.76,27.76,0,0,0-2.82-14.3,4.1,4.1,0,0,0-2-2.22,4.85,4.85,0,0,0-2.41,0,24,24,0,0,1-16-3.24c-1.68-1-4.3-4.51-6.1-4.86C332.33,457.6,327.6,460.38,325.2,460.91Z"
 transform="translate(-56.59 -55.12)" fill="#503f43"/><path 
d="M142.76,815.41a11.67,11.67,0,0,0,3.83-5.78c.5-2.3-.48-5.05-2.68-5.89-2.46-.94-5.09.76-7.08,2.49s-4.28,3.69-6.89,3.32a10.48,10.48,0,0,0,3.24-9.81,4.1,4.1,0,0,0-.9-2c-1.37-1.46-3.84-.83-5.48.32-5.2,3.66-6.65,10.72-6.68,17.08-.52-2.29-.08-4.68-.1-7s-.66-5-2.64-6.22a8,8,0,0,0-4-.95c-2.34-.09-4.94.15-6.54,1.86-2,2.12-1.47,5.69.26,8s4.35,3.8,6.77,5.42a15,15,0,0,1,4.84,4.61,4.57,4.57,0,0,1,.36.82H133.7A40.83,40.83,0,0,0,142.76,815.41Z"
 transform="translate(-56.59 -55.12)" fill="#f57900"/><path 
d="M1011.76,676.41a11.67,11.67,0,0,0,3.83-5.78c.5-2.3-.48-5.05-2.68-5.89-2.46-.94-5.09.76-7.08,2.49s-4.28,3.69-6.89,3.32a10.48,10.48,0,0,0,3.24-9.81,4.1,4.1,0,0,0-.9-2c-1.37-1.46-3.84-.83-5.48.32-5.2,3.66-6.65,10.72-6.68,17.08-.52-2.29-.08-4.68-.1-7s-.66-5-2.64-6.22a
 8,8,0,0,
 
0-4-.95c-2.34-.09-4.94.15-6.54,1.86-2,2.12-1.47,5.69.26,8s4.35,3.8,6.77,5.42a15,15,0,0,1,4.84,4.61,4.57,4.57,0,0,1,.36.82h14.65A40.83,40.83,0,0,0,1011.76,676.41Z"
 transform="translate(-56.59 -55.12)" fill="#f57900"/><path 
d="M1141.74,375.81c-2.07-6.06-5.06-13.74-7.42-15.55a2.21,2.21,0,0,0-.47-.29h-.29v-7.49l-5.58.89a53.35,53.35,0,0,1-2-8.29,3.85,3.85,0,0,0,4.19.84c-.09-.15-.17-.31-.25-.47l.25-.11a10.37,10.37,0,0,1-1.35-5.08,18.51,18.51,0,0,1,.77-4.8c1-3.45,2.69-6.67,3.63-10.14a24.64,24.64,0,0,0,.84-6.85,25,25,0,0,0-2.6-11.3,6.6,6.6,0,0,0-2-2.58,25.49,25.49,0,0,0-2.42-1.18,13.07,13.07,0,0,1-3.52-3.51,31.56,31.56,0,0,0-15.25-10.18,8.93,8.93,0,0,0-4.88-.39c-3.75,1-5.11,5.65-8.15,8.09-2.68,2.15-6.36,2.37-9.73,3.09s-6.76,2.15-9.06,4.75a9.83,9.83,0,0,0-2.43,6.55,6.59,6.59,0,0,0,2.68,5.86,8.42,8.42,0,0,0,7.11,1,24.18,24.18,0,0,0,18.31,30.4l.65,1.17h0a50.08,50.08,0,0,1,4.54,11.85c-5.14,2.91-10.75,5.64-14.14,5.9a23.82,23.82,0,0,1-.74,3.92,21.62,21.62,0,0,1-4.45,8.75c-4.61,5.18-25.34,
 44.34-25
 
.34,44.34s-.65,1.56-1.72,4.22c-12.87,1.58-33.88,3.86-39.74,2.69l-23-21.88s-7.44,5.68-6.79,12.58l-4.15-3.94s-21.88,16.7,12.67,27.64l52.57,6.1c-5,15.11-9.68,32.7-8.23,42.27h.43a19.88,19.88,0,0,0,3-.23l-.09,1.7-5.06,90.66s-1.15,16.7,14.4,24.18c0,0,19,55.85,11.52,62.19,0,0,.89.47,2.39,1.12l-15.63,13.85s-11.52,2.88-17.85,2.3a4.57,4.57,0,0,0-5.05,3.4c0,.12,0,.24-.06.36l0,.15c0,.12,0,.24,0,.37s0,.09,0,.14,0,.21,0,.32,0,.09,0,.13,0,.25.07.37l0,.14q.05.2.13.4l.05.12c.05.13.11.26.18.39l0,.09c.07.13.15.25.23.38l.07.11q.14.2.31.4l.09.1c.12.14.25.27.38.4l.06.05.43.37.09.07c.16.13.34.25.52.37l.12.08c.19.12.39.24.6.35l.09,0,.65.32.09,0,.76.3.16.06.83.27.14,0,.91.24.07,0,1,.2.2,0,1.08.16.21,0,1.22.12c2.37.18,5.56.25,9.25.23h0s0,.09,0,.14,0,.21,0,.32l0,.13c0,.12,0,.25.07.37l0,.14q.05.2.13.4l.05.12c.05.13.11.26.18.39l0,.09c.07.13.15.25.23.38l.07.11q.14.2.31.4l.09.1c.12.14.25.27.38.4l.06.05.43.37.09.07c.16.13.34.25.52.37l.13.08c.19.12.39.24.6.35l.09,0,.65.32.09,0,.76.3.16.06.83.27.14,0,.91.24.
 07,0,1,.
 
2.2,0,1.08.16.21,0,1.22.12c15,1.15,62.76-2.3,62.76-2.3l0-.13v0l0-.17v0c.47-2.23,2.77-15.19-5.39-24.77.24-.25.48-.52.7-.8,0,0-6.33-10.94-2.88-14.4s-17.27-63.34-17.27-63.34-10.94-17.27-4.61-36.85-.58-40.88-.58-40.88,15.1-4.49,15.41-23.08c0-.56,0-1.14,0-1.73a6.11,6.11,0,0,0,1,.06,4.47,4.47,0,0,0,.64,0s-2.88-10.36.58-17.85,10.94-.58,17.85-31.09c5-22.08,9.4-47.48,11.45-59.84A31.51,31.51,0,0,0,1141.74,375.81Zm-131.41,64.77-5.25-5c1.74.72,3.67,1.43,5.83,2.11l19.8,2.3C1021.87,440.81,1013.66,441.25,1010.33,440.59Z"
 transform="translate(-56.59 -55.12)" fill="url(#48518945-bf04-4db7-b147-76b4ac12eaa6)"/><path 
d="M1060.45,437.65s-40.73,5.66-49.22,4l-22.63-21.5s-21.5,16.41,12.45,27.15l63.36,7.35Z" 
transform="translate(-56.59 -55.12)" fill="#fdc2cc"/><path 
d="M1060.45,437.65s-40.73,5.66-49.22,4l-22.63-21.5s-21.5,16.41,12.45,27.15l63.36,7.35Z" 
transform="translate(-56.59 -55.12)" opacity="0.05"/><path 
d="M1075.16,667.33l-19.8,17.54s-11.31,2.83-17.54,2.26-9.05,9.62,5.66,10.75,61.66-2.26,61.
 66-2.26,
 4.53-18.1-9.05-28.29Z" transform="translate(-56.59 -55.12)" fill="#47465a"/><path 
d="M1075.16,667.33l-19.8,17.54s-11.31,2.83-17.54,2.26-9.05,9.62,5.66,10.75,61.66-2.26,61.66-2.26,4.53-18.1-9.05-28.29Z"
 transform="translate(-56.59 -55.12)" opacity="0.05"/><path 
d="M1105.85,687.78a31.2,31.2,0,0,1-.71,6.13s-47,3.39-61.66,2.26c-7.07-.54-10.08-3.18-10.62-5.71-.64,2.9,1.92,6.74,10.62,7.41,14.71,1.13,61.66-2.26,61.66-2.26A32.69,32.69,0,0,0,1105.85,687.78Z"
 transform="translate(-56.59 -55.12)" fill="#fff" opacity="0.3"/><path 
d="M1098.35,346.57s12.45,17.54,7.92,29.42S1130,363.54,1130,363.54s-9.05-15.84-4.53-32.81Z" 
transform="translate(-56.59 -55.12)" fill="#fdc2cc"/><path 
d="M1095,674.11l-19.8,17.54s-11.31,2.83-17.54,2.26-9.05,9.62,5.66,10.75,61.66-2.26,61.66-2.26,4.53-18.1-9.05-28.29Z"
 transform="translate(-56.59 -55.12)" fill="#47465a"/><path 
d="M1100.62,670.15c-2.95,3.64-7.11,5-11.46,5.25-9.89.47-20.78-5.25-20.78-5.25,7.35-6.22-11.31-61.1-11.31-61.1-15.27-7.35-14.14-23.76-14.14-
 23.76l5-
 
89.07,1.25-22.37,15.84-9.62,12.49,9.58,11.84,9.09a47.6,47.6,0,0,1,1.48,8.83c1.37,20.79-15.06,25.68-15.06,25.68s6.79,20.93.57,40.16,4.53,36.2,4.53,36.2,20.37,58.83,17,62.23S1100.62,670.15,1100.62,670.15Z"
 transform="translate(-56.59 -55.12)" fill="#565171"/><path 
d="M1100.62,670.15c-2.95,3.64-7.11,5-11.46,5.25-9.89.47-20.78-5.25-20.78-5.25,7.35-6.22-11.31-61.1-11.31-61.1-15.27-7.35-14.14-23.76-14.14-23.76l5-89.07,1.25-22.37,15.84-9.62,12.49,9.58,11.84,9.09a47.6,47.6,0,0,1,1.48,8.83c1.37,20.79-15.06,25.68-15.06,25.68s6.79,20.93.57,40.16,4.53,36.2,4.53,36.2,20.37,58.83,17,62.23S1100.62,670.15,1100.62,670.15Z"
 transform="translate(-56.59 -55.12)" opacity="0.05"/><path 
d="M1120.42,676.94c-9.62,11.88-32.24,0-32.24,0a3.6,3.6,0,0,0,1-1.54c4.15-11.28-14-65.21-14-65.21-15.27-7.35-17-24.89-17-24.89l-4-90.65-.52-11.74,23.8-9.09,7.31-2.79,24.33,18.67a44.12,44.12,0,0,1,1.56,11.83c-.31,18.27-15.14,22.68-15.14,22.68s6.79,20.93.57,40.16,4.53,36.2,4.53,36.2,20.37,58.83,17,62.23S1120.42,676.94
 ,1120.42
 ,676.94Z" transform="translate(-56.59 -55.12)" fill="#565171"/><path 
d="M1110.66,501.52c-4.89-.7-14.79-6.59-19.88-9.79-1.94-1.22-3.18-2-3.18-2s-5.09-14.14-18.67-3.39a50.82,50.82,0,0,1-14.75,8.34,34.51,34.51,0,0,1-6.3,1.58l1.25-22.37,15.84-9.62,12.49,9.58,7.31-2.79,24.33,18.67A44.12,44.12,0,0,1,1110.66,501.52Z"
 transform="translate(-56.59 -55.12)" opacity="0.1"/><path 
d="M1141.28,393c-2,12.14-6.34,37.09-11.25,58.79-6.79,30-14.14,23.19-17.54,30.55s-.57,17.54-.57,17.54c-5.66.57-24.33-11.88-24.33-11.88s-5.09-14.14-18.67-3.39-24.33,10.18-24.33,10.18c-2.83-18.67,18.1-68.45,18.1-68.45s20.37-38.47,24.89-43.56a21.24,21.24,0,0,0,4.37-8.6,23.4,23.4,0,0,0,.72-3.85c7.35-.57,25.46-13,25.46-13l14.14-2.26v7.35a2.17,2.17,0,0,1,.46.28c2.33,1.78,5.26,9.33,7.29,15.28A31,31,0,0,1,1141.28,393Z"
 transform="translate(-56.59 -55.12)" fill="#f68080"/><path 
d="M1130,369.77s-14.71-11.88-36.77,26.59-27.15,32.24-27.15,32.24,4.53,17,2.26,20.37c0,0,15.27-1.13,20.93,0S1130,406,1130,406,1148.14,381.08,1130,3
 69.77Z" 
 transform="translate(-56.59 -55.12)" opacity="0.1"/><path 
d="M1129.47,367.5s-14.71-11.88-36.77,26.59-27.15,32.24-27.15,32.24,17.54,19.23,23.19,20.37,40.73-43,40.73-43S1147.57,378.82,1129.47,367.5Z"
 transform="translate(-56.59 -55.12)" opacity="0.1"/><path 
d="M1067.85,445.29c.23-4.19-1.35-11.56-2.26-15.38,3.44-.45,5.61-.75,5.61-.75l4,17Z" 
transform="translate(-56.59 -55.12)" opacity="0.1"/><path 
d="M1126.07,331.87l-27.15,15.84a58,58,0,0,1,3.16,5.18,23.87,23.87,0,0,0,4.76.48c7.25,0,10.63-7.61,15-12.73C1121.53,336.53,1124.86,336.42,1126.07,331.87Z"
 transform="translate(-56.59 -55.12)" opacity="0.1"/><circle cx="1049.69" cy="273.35" r="23.76" 
fill="#fdc2cc"/><rect x="821.62" y="300.43" width="191.35" height="144.2" 
fill="url(#dd1dbd67-1519-4b37-9c1d-ca278a6685f4)"/><rect x="825.91" y="303.66" width="182.77" height="137.74" 
fill="#fff"/><rect x="843.79" y="315.58" width="60.92" height="34.43" fill="#f57900" opacity="0.2"/><rect 
x="919.28" y="315.58" width="71.52" height="7.95" fi
 ll="#e6e
 8ec"/><rect x="919.28" y="328.83" width="50.33" height="7.95" fill="#e6e8ec"/><rect x="919.28" y="342.07" 
width="71.52" height="7.95" fill="#e6e8ec"/><rect x="843.79" y="355.31" width="147.01" height="7.95" 
fill="#e6e8ec"/><rect x="843.79" y="368.56" width="147.01" height="7.95" fill="#e6e8ec"/><rect x="843.79" 
y="381.8" width="147.01" height="7.95" fill="#e6e8ec"/><rect x="843.79" y="395.05" width="135.09" 
height="7.95" fill="#e6e8ec"/><rect x="843.79" y="408.29" width="147.01" height="7.95" fill="#e6e8ec"/><rect 
x="843.79" y="421.53" width="147.01" height="7.95" fill="#e6e8ec"/><path 
d="M1076.22,309.25a16.24,16.24,0,0,1,8.9-4.67c3.3-.71,6.92-.93,9.56-3,3-2.39,4.32-6.93,8-7.94a8.77,8.77,0,0,1,4.79.38,31,31,0,0,1,15,10,12.84,12.84,0,0,0,3.45,3.45,25,25,0,0,1,2.38,1.16,6.48,6.48,0,0,1,1.94,2.53,24.59,24.59,0,0,1,1.72,17.27c-.92,3.41-2.58,6.57-3.56,10s-1.23,7.24.57,10.27c-1.74.89-3.94-.23-5-1.85s-1.42-3.62-2-5.49a21,21,0,0,0-6.13-9.53c-1.78-1.58-5-2.64-6.21-.6-.48.79-.45,1.79-
 .86,2.61
 
-.81,1.6-3.15,1.92-4.7,1a7.21,7.21,0,0,1-2.94-4.36c-2.33-7.88-6.3-12.84-14.73-9.47-3.14,1.26-6.84,2.11-9.86-.05C1072.6,318.11,1073.37,312.47,1076.22,309.25Z"
 transform="translate(-56.59 -55.12)" opacity="0.1"/><path 
d="M1076.22,308.68a16.24,16.24,0,0,1,8.9-4.67c3.3-.71,6.92-.93,9.56-3,3-2.39,4.32-6.93,8-7.94a8.77,8.77,0,0,1,4.79.38,31,31,0,0,1,15,10,12.84,12.84,0,0,0,3.45,3.45,25,25,0,0,1,2.38,1.16,6.48,6.48,0,0,1,1.94,2.53,24.59,24.59,0,0,1,1.72,17.27c-.92,3.41-2.58,6.57-3.56,10s-1.23,7.24.57,10.27c-1.74.89-3.94-.23-5-1.85s-1.42-3.62-2-5.49a21,21,0,0,0-6.13-9.53c-1.78-1.58-5-2.64-6.21-.6-.48.79-.45,1.79-.86,2.61-.81,1.6-3.15,1.92-4.7,1a7.21,7.21,0,0,1-2.94-4.36c-2.33-7.88-6.3-12.84-14.73-9.47-3.14,1.26-6.84,2.11-9.86-.05C1072.6,317.54,1073.37,311.91,1076.22,308.68Z"
 transform="translate(-56.59 -55.12)" fill="#b96b6b"/><path 
d="M1132.76,362.7h-11.5s-22.63,11.31-23.19,10.75c-.38-.38-3.88.27-6.1.74a23.4,23.4,0,0,0,.72-3.85c7.35-.57,25.46-13,25.46-13l14.14-2.26v7.35A2.17,2.17,0
 ,0,1,113
 2.76,362.7Z" transform="translate(-56.59 -55.12)" opacity="0.05"/><path 
d="M1125.65,694.57a31.2,31.2,0,0,1-.71,6.13s-47,3.39-61.66,2.26c-7.07-.54-10.08-3.18-10.62-5.71-.64,2.9,1.92,6.74,10.62,7.41,14.71,1.13,61.66-2.26,61.66-2.26A32.69,32.69,0,0,0,1125.65,694.57Z"
 transform="translate(-56.59 -55.12)" fill="#fff" opacity="0.3"/><g opacity="0.05"><path 
d="M1063.56,484c-7.63,6-14.38,8.51-18.81,9.51,0,.42.08.84.14,1.24,0,0,10.75.57,24.33-10.18a18.23,18.23,0,0,1,7.27-3.8C1073.53,479.4,1069.3,479.49,1063.56,484Z"
 transform="translate(-56.59 -55.12)"/><path 
d="M1140.34,378c-2-6-5-13.5-7.29-15.28a2.17,2.17,0,0,0-.46-.28s-4.68.16-4.53.28c2.33,1.78,4.59,8.76,6.62,14.71a31,31,0,0,1,1.23,15c-2,12.14-6.34,37.09-11.25,58.79-6.79,30-14.14,23.19-17.54,30.55-2.78,6-1.39,13.94-.79,16.61,2.42,1,4.52,1.63,5.88,1.49,0,0-2.83-10.18.57-17.54s10.75-.57,17.54-30.55c4.91-21.69,9.23-46.65,11.25-58.79A31,31,0,0,0,1140.34,378Z"
 transform="translate(-56.59 -55.12)"/></g><path d="M1075.16,446.14l-7.31-.85
 -56-6.51
 c-33.94-10.75-12.45-27.15-12.45-27.15l22.63,21.5c6.53,1.31,32.13-1.74,43.6-3.21,3.44-.45,5.61-.75,5.61-.75Z" 
transform="translate(-56.59 -55.12)" fill="#fdc2cc"/><path 
d="M1130,368.64s-14.71-11.88-36.77,26.59-27.15,32.24-27.15,32.24,4.53,17,2.26,20.37c0,0,15.27-1.13,20.93,0s40.73-43,40.73-43S1148.14,379.95,1130,368.64Z"
 transform="translate(-56.59 -55.12)" fill="#f68080"/></svg>
\ No newline at end of file
diff --git a/assets/illustrations/interfaces.svg b/assets/illustrations/interfaces.svg
new file mode 100644
index 0000000..bcb9260
--- /dev/null
+++ b/assets/illustrations/interfaces.svg
@@ -0,0 +1 @@
+<svg id="adf6e2ad-667e-4933-ac27-50a949c2abe5" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; width="1130" height="799.21" viewBox="0 0 1130 
799.21"><defs><linearGradient id="868cab57-2b4d-4e57-8adc-c5cfcad099b7" x1="784.71" y1="837.27" x2="784.71" 
y2="420.76" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="gray" stop-opacity="0.25"/><stop 
offset="0.54" stop-color="gray" stop-opacity="0.12"/><stop offset="1" stop-color="gray" 
stop-opacity="0.1"/></linearGradient></defs><title>wireframing</title><path 
d="M1143.14,248.05a231.37,231.37,0,0,0-44.83-60.38l-621.86-5.18,512-60.79a337.39,337.39,0,0,0-103.88-17.42C835.28,70.63,771.93,50.4,702.83,50.4c-62,0-119.33,16.29-166.07,43.93C497,77,451.74,67.21,403.65,67.21c-138.17,0-253.3,80.9-279.13,188.19Z"
 transform="translate(-35 -50.4)" fill="#f57900" opacity="0.1"/><path 
d="M1165,338a197,197,0,0,0-19.38-84.92L67.86,348.75a209.69,209.69,0,0,0-25.25,53.91l333.75,42.06L35,475.3
 9C45.27,
 
596.84,168.43,692.75,318.88,692.75c75.73,0,144.54-24.31,195.53-63.94C565.56,669.19,635,694,711.58,694c113.57,0,211.6-54.67,257.25-133.72,91.58-24.57,162.72-86.28,187.07-163.46L733.83,341.5H1165C1165,340.35,1165,339.19,1165,338Z"
 transform="translate(-35 -50.4)" fill="#f57900" opacity="0.1"/><path 
d="M318.42,603.47s-46.22-66.69-38.37-129.63a122.94,122.94,0,0,0-14.8-76.34,206.71,206.71,0,0,0-21.74-30.94" 
transform="translate(-35 -50.4)" fill="none" stroke="#535461" stroke-miterlimit="10" stroke-width="2"/><path 
d="M248.22,326.87c3,9.05-4.71,40.74-4.71,40.74s-25.09-20.83-28.09-29.89a17.27,17.27,0,0,1,32.8-10.85Z" 
transform="translate(-35 -50.4)" fill="#f57900"/><path 
d="M291.92,368.06c-2.4,9.23-26.09,31.64-26.09,31.64s-9.74-31.12-7.33-40.35a17.27,17.27,0,1,1,33.42,8.71Z" 
transform="translate(-35 -50.4)" fill="#f57900"/><path 
d="M319.11,454.17c-6.74,6.76-38.5,14.14-38.5,14.14s7.31-31.78,14-38.53a17.27,17.27,0,0,1,24.46,24.39Z" 
transform="translate(-35 -50.4)" fill="#f57900"/><pa
 th d="M3
 25,524c-5.5,7.79-35.56,20.44-35.56,20.44s1.83-32.56,7.33-40.35A17.27,17.27,0,0,1,325,524Z" 
transform="translate(-35 -50.4)" fill="#f57900"/><path 
d="M232,412.85c8.58,4.16,41,.68,41,.68s-17.36-27.6-26-31.77A17.27,17.27,0,0,0,232,412.85Z" 
transform="translate(-35 -50.4)" fill="#f57900"/><path 
d="M239.91,494.38c9.44,1.4,39.34-11.62,39.34-11.62S254.42,461.61,245,460.21a17.27,17.27,0,1,0-5.08,34.17Z" 
transform="translate(-35 -50.4)" fill="#f57900"/><path 
d="M258.49,572.56c9.07,3,40.74-4.8,40.74-4.8s-20.9-25-30-28a17.27,17.27,0,1,0-10.78,32.82Z" 
transform="translate(-35 -50.4)" fill="#f57900"/><path 
d="M248.22,326.87c3,9.05-4.71,40.74-4.71,40.74s-25.09-20.83-28.09-29.89a17.27,17.27,0,0,1,32.8-10.85Z" 
transform="translate(-35 -50.4)" opacity="0.25"/><path 
d="M291.92,368.06c-2.4,9.23-26.09,31.64-26.09,31.64s-9.74-31.12-7.33-40.35a17.27,17.27,0,1,1,33.42,8.71Z" 
transform="translate(-35 -50.4)" opacity="0.25"/><path 
d="M319.11,454.17c-6.74,6.76-38.5,14.14-38.5,14.14s7.31-31.78,14-38.5
 3a17.27,
 17.27,0,0,1,24.46,24.39Z" transform="translate(-35 -50.4)" opacity="0.25"/><path 
d="M325,524c-5.5,7.79-35.56,20.44-35.56,20.44s1.83-32.56,7.33-40.35A17.27,17.27,0,0,1,325,524Z" 
transform="translate(-35 -50.4)" opacity="0.25"/><path 
d="M232,412.85c8.58,4.16,41,.68,41,.68s-17.36-27.6-26-31.77A17.27,17.27,0,0,0,232,412.85Z" 
transform="translate(-35 -50.4)" opacity="0.25"/><path 
d="M239.91,494.38c9.44,1.4,39.34-11.62,39.34-11.62S254.42,461.61,245,460.21a17.27,17.27,0,1,0-5.08,34.17Z" 
transform="translate(-35 -50.4)" opacity="0.25"/><path 
d="M258.49,572.56c9.07,3,40.74-4.8,40.74-4.8s-20.9-25-30-28a17.27,17.27,0,1,0-10.78,32.82Z" 
transform="translate(-35 -50.4)" opacity="0.25"/><path 
d="M318.16,600.79s-69.28-42.24-87.62-103A123,123,0,0,0,186.08,434a206.69,206.69,0,0,0-32.41-19.47" 
transform="translate(-35 -50.4)" fill="none" stroke="#535461" stroke-miterlimit="10" stroke-width="2"/><path 
d="M141.89,376.37c6.41,7.06,12.2,39.15,12.2,39.15s-31.37-8.88-37.78-15.94a17.27,17.27,0,1,1,25
 .58-23.2
 1Z" transform="translate(-35 -50.4)" fill="#f57900"/><path 
d="M198.54,396.31c1.54,9.42-11,39.51-11,39.51S166,411.31,164.45,401.89a17.27,17.27,0,0,1,34.09-5.58Z" 
transform="translate(-35 -50.4)" fill="#f57900"/><path 
d="M258.29,464c-3.43,8.91-29.47,28.53-29.47,28.53s-6.2-32-2.78-40.92A17.27,17.27,0,1,1,258.29,464Z" 
transform="translate(-35 -50.4)" fill="#f57900"/><path 
d="M292,525.43c-1.87,9.36-24.23,33.1-24.23,33.1s-11.52-30.51-9.65-39.86A17.27,17.27,0,1,1,292,525.43Z" 
transform="translate(-35 -50.4)" fill="#f57900"/><path 
d="M161.88,461.55c9.54.33,37.77-16,37.77-16S172.6,427.35,163.06,427a17.27,17.27,0,0,0-1.18,34.52Z" 
transform="translate(-35 -50.4)" fill="#f57900"/><path 
d="M202.17,532.87c9.2-2.54,31.26-26.56,31.26-26.56S202.16,497,193,499.58a17.27,17.27,0,1,0,9.2,33.29Z" 
transform="translate(-35 -50.4)" fill="#f57900"/><path 
d="M250.84,596.82c9.5-1,35.3-20.9,35.3-20.9s-29.25-14.42-38.74-13.47a17.27,17.27,0,0,0,3.44,34.37Z" 
transform="translate(-35 -50.4)" fill="#f57900"/
<ellips
 e cx="565.71" cy="734.08" rx="179" ry="10.62" fill="#f57900" opacity="0.1"/><ellipse cx="746.87" cy="781.25" 
rx="46.86" ry="8.53" fill="#f57900" opacity="0.1"/><path 
d="M683,765.81v6.41H493.38V767a62.33,62.33,0,0,0,4.29-115.12H681.75A62.37,62.37,0,0,0,683,765.81Z" 
transform="translate(-35 -50.4)" fill="#c8cad7"/><path 
d="M681.75,651.89a62.43,62.43,0,0,0-34.46,41.33H532.13a62.43,62.43,0,0,0-34.46-41.33Z" 
transform="translate(-35 -50.4)" opacity="0.1"/><path 
d="M276.21,619.22v36c0,19.88,14.55,36,32.5,36h558c17.95,0,32.5-16.12,32.5-36v-36Z" transform="translate(-35 
-50.4)" fill="#c8cad7"/><path 
d="M683,765.81v6.41H493.38V767A62.2,62.2,0,0,0,508,759.22h163.4A62.47,62.47,0,0,0,683,765.81Z" 
transform="translate(-35 -50.4)" opacity="0.1"/><rect x="395.71" y="710.82" width="315" height="19" rx="9.5" 
ry="9.5" fill="#c8cad7"/><path 
d="M899.21,224.72a32.5,32.5,0,0,0-32.5-32.5h-558a32.5,32.5,0,0,0-32.5,32.5v401.5h623Z" 
transform="translate(-35 -50.4)" fill="#474157"/><rect x="258.21" y=
 "172.82"
  width="589" height="377" rx="16" ry="16" fill="#ededf4"/><circle cx="552.71" cy="157.32" r="7.5" 
fill="#fff"/><circle cx="552.71" cy="606.32" r="18.5" fill="#fff"/><path 
d="M882.21,239.22h-589a16,16,0,0,1,16-16h557A16,16,0,0,1,882.21,239.22Z" transform="translate(-35 -50.4)" 
fill="#c8cad7"/><circle cx="274.21" cy="180.82" r="4" fill="#ededf4"/><circle cx="286.21" cy="180.82" r="4" 
fill="#ededf4"/><circle cx="298.21" cy="180.82" r="4" fill="#ededf4"/><rect x="280.21" y="202.32" width="151" 
height="9" fill="#f57900"/><rect x="280.21" y="465.32" width="151" height="9" fill="#f57900"/><rect 
x="280.21" y="485.32" width="280" height="9" fill="#f57900" opacity="0.2"/><rect x="280.21" y="498.33" 
width="280" height="9" fill="#f57900" opacity="0.2"/><rect x="280.21" y="511.33" width="280" height="9" 
fill="#f57900" opacity="0.2"/><rect x="280.21" y="226.32" width="278" height="151" fill="#f57900" 
opacity="0.2"/><rect x="283.21" y="391.32" width="65" height="60" fill="#f57900" opacity=
 "0.2"/><
 rect x="493.21" y="391.32" width="65" height="60" fill="#f57900" opacity="0.2"/><rect x="386.71" y="391.32" 
width="65" height="60" fill="#f57900" opacity="0.2"/><rect x="617.55" y="270.24" width="191.33" 
height="140.83" fill="#f57900" opacity="0.2"/><rect x="637.71" y="298.82" width="151" height="9" 
fill="#ededf4"/><rect x="637.71" y="317.49" width="151" height="9" fill="#ededf4"/><rect x="637.71" 
y="336.16" width="151" height="9" fill="#ededf4"/><rect x="637.71" y="354.82" width="151" height="9" 
fill="#ededf4"/><rect x="637.71" y="373.49" width="151" height="9" fill="#ededf4"/><rect x="640.88" 
y="427.07" width="144.67" height="25.33" fill="#f57900"/><rect x="633.15" y="511.47" width="97.01" 
height="16.99" fill="#f57900"/><ellipse cx="258.43" cy="775.37" rx="28.6" ry="2.9" fill="#f57900" 
opacity="0.1"/><ellipse cx="843.87" cy="733.9" rx="17.14" ry="1.74" fill="#f57900" opacity="0.1"/><path 
d="M303.42,778s-37.3,19.27-18,42c0,0,1.81,5,7.06,4.58,0,0-1.05-1.91,3-3.43a19.57,19.57
 ,0,0,0,4
 
-2.14,9.49,9.49,0,0,0,3.61-4.82h0s7.63-10.21,1.72-29.1c0,0,.76-5.34.09-6.2L300.32,785s4.69,3.14,5.22,7.76c0,0-4.88-7.75-5.94-6.87-.21.18-2.25,3.4-2.25,3.4s8.12,5.51,8.73,12.66c0,0-4.58-10-9.52-11.45l-2.79,5.05s8.88,5.4,9.88,13.52c0,0-5.15-10.3-10.41-12.38l-2.08,5.33s8.55,5.44,9.34,12.2c0,0-7.15-11.3-9.73-11,0,0-1.61,5-1.4,6.55,0,0,6.05,4,6.16,8,0,0-5.58-7.05-6.44-6.58,0,0-.36,7.08,1.36,10.77,0,0-2.94-5.26-2.47-10.77A11.84,11.84,0,0,0,284.4,817s-1.61-3.9,3.69-7.48c0,0,.5-5.51,1.11-6.19,0,0-5.73,2.79-8.16,6.23,0,0,.89-5.12,8.66-7.66l2-5.4s-7.76,3.29-10.15,6.19c0,0,1.72-5.08,10.76-7.51l2.68-5s-6.9,2.32-10.26,5c0,0,2.61-4.36,11.09-6.37l2.18-3.11s-5,1.79-6.4,2.43-1.68.32-1.68.32a18.08,18.08,0,0,1,9-4.07S303.77,778.29,303.42,778Z"
 transform="translate(-35 -50.4)" fill="#f57900"/><ellipse cx="169.3" cy="731.19" rx="21.92" ry="2.22" 
fill="#f57900" opacity="0.1"/><path 
d="M212,745s-28.58,14.76-13.82,32.16a5.49,5.49,0,0,0,5.41,3.51s-.8-1.46,2.27-2.63a15.52,15.52,0,0,0,3.08-1.64,7.31,7
 .31,0,0,
 
0,2.77-3.7h0s5.84-7.82,1.31-22.29c0,0,.59-4.1.07-4.76l-3.47,4.77s3.59,2.41,4,5.94c0,0-3.74-5.93-4.55-5.26-.16.14-1.72,2.61-1.72,2.61s6.22,4.22,6.69,9.7c0,0-3.51-7.68-7.3-8.77l-2.13,3.86s6.79,4.14,7.56,10.36c0,0-3.95-7.89-8-9.48l-1.59,4.08s6.56,4.17,7.16,9.35c0,0-5.48-8.66-7.46-8.39,0,0-1.23,3.84-1.07,5,0,0,4.64,3.1,4.72,6.14,0,0-4.28-5.4-4.94-5,0,0-.27,5.42,1.05,8.25a16.49,16.49,0,0,1-1.9-8.25,9.12,9.12,0,0,0-2.74,4.41s-1.23-3,2.83-5.73c0,0,.38-4.22.85-4.74,0,0-4.39,2.14-6.25,4.77,0,0,.68-3.92,6.63-5.87l1.51-4.14s-5.95,2.52-7.79,4.75c0,0,1.32-3.9,8.25-5.76l2.06-3.81s-5.29,1.78-7.87,3.81c0,0,2-3.35,8.5-4.88l1.67-2.39s-3.83,1.37-4.9,1.87-1.29.24-1.29.24a13.88,13.88,0,0,1,6.88-3.12S212.22,745.2,212,745Z"
 transform="translate(-35 -50.4)" fill="#f57900"/><path 
d="M886.74,755.41S864.39,767,875.93,780.56a4.29,4.29,0,0,0,4.23,2.74s-.63-1.14,1.78-2.06a11.56,11.56,0,0,0,2.41-1.28,5.72,5.72,0,0,0,2.16-2.89h0s4.57-6.12,1-17.43c0,0,.45-3.2.05-3.72l-2.71,3.72s2.81,1.89,3.13,4.66c0,0-2.93-
 4.65-3.5
 
6-4.12-.13.11-1.35,2-1.35,2s4.87,3.3,5.23,7.58c0,0-2.74-6-5.7-6.85L881,766s5.31,3.23,5.91,8.1c0,0-3.08-6.17-6.24-7.42l-1.24,3.2s5.12,3.25,5.6,7.31c0,0-4.29-6.78-5.83-6.56a16.37,16.37,0,0,0-.84,3.92s3.62,2.42,3.69,4.8c0,0-3.35-4.22-3.86-3.94,0,0-.22,4.24.81,6.45a13,13,0,0,1-1.48-6.45,7.12,7.12,0,0,0-2.14,3.45s-1-2.34,2.21-4.48c0,0,.3-3.3.66-3.71,0,0-3.43,1.67-4.88,3.73,0,0,.53-3.07,5.18-4.59l1.18-3.23s-4.65,2-6.09,3.7c0,0,1-3,6.46-4.5l1.6-3a26.71,26.71,0,0,0-6.15,3s1.57-2.61,6.65-3.81l1.3-1.87s-3,1.08-3.83,1.46-1,.19-1,.19a10.82,10.82,0,0,1,5.38-2.44S886.94,755.61,886.74,755.41Z"
 transform="translate(-35 -50.4)" fill="#f57900"/><ellipse cx="936.04" cy="795.71" rx="41.75" ry="3.49" 
fill="#f57900" opacity="0.1"/><path 
d="M1004.47,736a17.44,17.44,0,0,0-2.28,4.3c-.14.37-.27.8-.41,1.21a4.46,4.46,0,0,0-.8-.28,11,11,0,0,0-3.56-.3c0-.47.05-.95.07-1.47.14-5.27-.48-12.62-5.51-9.5-4.82,3-1.38,8,1.73,11.2.27.28.54.54.8.79-2.83,2-3.38,6.73-3.85,11.64s-4.64,10.28-7.4,13.33l-.79.85a10.12,10
 .12,0,0,
 
0-8-2.07c-.12-.43-.24-.88-.38-1.35-2.23-8.09-6.88-22.1-12.82-25.17.26-.31.52-.64.79-1,2.52-3.3,5.35-8.19,1.16-9.44s-4.56,4.24-4.33,8.36q0,.78.12,1.47a6.15,6.15,0,0,0-4.39,2.14l-.64-.77c-3.4-4-9.64-10.37-11.52-5.56-1.76,4.48,3.72,10.3,7.58,13.67l.25.21c-2.6,10.51,8.71,19.08,14.8,22.83l.79.48c-8.4,9.9-13.58,28.46-13.58,28.46l23.52,4.2s15.59-13.46,13.6-26.1l.16,0c15.58-3.12,19.13-19.74,16.7-29.61l.27-.11a17.65,17.65,0,0,0,7.22-5.46C1018.09,736.87,1009,730,1004.47,736Z"
 transform="translate(-35 -50.4)" fill="#f57900"/><path 
d="M1004.47,736a17.44,17.44,0,0,0-2.28,4.3c-.14.37-.27.8-.41,1.21a4.46,4.46,0,0,0-.8-.28,11,11,0,0,0-3.56-.3c0-.47.05-.95.07-1.47.14-5.27-.48-12.62-5.51-9.5-4.82,3-1.38,8,1.73,11.2.27.28.54.54.8.79-2.83,2-3.38,6.73-3.85,11.64s-4.64,10.28-7.4,13.33l-.79.85a10.12,10.12,0,0,0-8-2.07c-.12-.43-.24-.88-.38-1.35-2.23-8.09-6.88-22.1-12.82-25.17.26-.31.52-.64.79-1,2.52-3.3,5.35-8.19,1.16-9.44s-4.56,4.24-4.33,8.36q0,.78.12,1.47a6.15,6.15,0,0,0-4.39,2.14l-.64-.77c-3.4-4
 -9.64-10
 
.37-11.52-5.56-1.76,4.48,3.72,10.3,7.58,13.67l.25.21c-2.6,10.51,8.71,19.08,14.8,22.83l.79.48c-8.4,9.9-13.58,28.46-13.58,28.46l23.52,4.2s15.59-13.46,13.6-26.1l.16,0c15.58-3.12,19.13-19.74,16.7-29.61l.27-.11a17.65,17.65,0,0,0,7.22-5.46C1018.09,736.87,1009,730,1004.47,736Z"
 transform="translate(-35 -50.4)" opacity="0.1"/><path 
d="M957.65,742.76l-2.75,8s-1.53-1.08-3.46-2.78c-3.85-3.37-9.34-9.19-7.58-13.67,1.88-4.81,8.12,1.54,11.52,5.56C956.74,741.52,957.65,742.76,957.65,742.76Z"
 transform="translate(-35 -50.4)" fill="#f57900"/><path 
d="M963.46,738.16a40.53,40.53,0,0,1-2.68,3.16,39,39,0,0,1-.49-4.24c-.23-4.12.2-9.59,4.33-8.36S966,734.86,963.46,738.16Z"
 transform="translate(-35 -50.4)" fill="#f57900"/><path 
d="M998.93,739.43c-.09,2.65-.35,4.77-.35,4.77a34.92,34.92,0,0,1-3.43-3.07c-3.11-3.23-6.55-8.21-1.73-11.2C998.45,726.81,999.07,734.16,998.93,739.43Z"
 transform="translate(-35 -50.4)" fill="#f57900"/><path 
d="M1015.17,742.9a17.69,17.69,0,0,1-7.21,5.46,22.49,22.49,0,0,1-2.42.88l-3
 .24-4.55
 a32.25,32.25,0,0,1,1.33-4.42,17.44,17.44,0,0,1,2.28-4.3C1010.39,730,1019.53,736.87,1015.17,742.9Z" 
transform="translate(-35 -50.4)" fill="#f57900"/><path 
d="M955.38,739.92c1.36,1.6,2.27,2.84,2.27,2.84l-2.75,8s-1.53-1.08-3.46-2.78a15.81,15.81,0,0,1,3.1-7.07A13.1,13.1,0,0,1,955.38,739.92Z"
 transform="translate(-35 -50.4)" opacity="0.1"/><path 
d="M963.46,738.16a40.53,40.53,0,0,1-2.68,3.16,39,39,0,0,1-.49-4.24A5.55,5.55,0,0,1,963.46,738.16Z" 
transform="translate(-35 -50.4)" opacity="0.1"/><path 
d="M977,770.12l-6.84,3s-1.5-.72-3.65-2.06c-7.18-4.42-21.64-15.55-12-28.67s17.77,10.41,21,21.92C976.46,767.76,977,770.12,977,770.12Z"
 transform="translate(-35 -50.4)" fill="#f57900"/><path 
d="M995.15,741.13a5.6,5.6,0,0,1,3.78-1.7c-.09,2.65-.35,4.77-.35,4.77A34.92,34.92,0,0,1,995.15,741.13Z" 
transform="translate(-35 -50.4)" opacity="0.1"/><path 
d="M1008,748.36a22.49,22.49,0,0,1-2.42.88l-3.24-4.55a32.25,32.25,0,0,1,1.33-4.42C1005.72,741.49,1007.26,744.53,1008,748.36Z"
 transform="translate(-3
 5 -50.4)
 " opacity="0.1"/><path 
d="M991,778.08c-.38.08-.77.15-1.16.2-22.92,3.49-7.56-8.88-7.56-8.88s1-.95,2.44-2.51c2.76-3,6.92-8.39,7.4-13.33.72-7.43,1.55-14.4,10.32-12.36S1012.68,773.73,991,778.08Z"
 transform="translate(-35 -50.4)" fill="#f57900"/><rect x="911.74" y="784.77" width="43.81" height="11.52" 
fill="#d4dfec"/><rect x="904.77" y="747.33" width="57.24" height="40.2" fill="#d4dfec"/><rect x="911.74" 
y="784.77" width="43.81" height="11.52" opacity="0.1"/><rect x="904.77" y="747.33" width="57.24" 
height="40.2" opacity="0.1"/><rect x="914.62" y="784.77" width="43.81" height="11.52" fill="#d4dfec"/><path 
d="M975.49,764.32c1,3.44,1.49,5.8,1.49,5.8l-6.84,3s-1.5-.72-3.65-2.06C969.17,767.67,972.2,765.11,975.49,764.32Z"
 transform="translate(-35 -50.4)" opacity="0.1"/><path 
d="M991,778.08c-.38.08-.77.15-1.16.2-22.92,3.49-7.56-8.88-7.56-8.88s1-.95,2.44-2.51C989,770.32,990.75,774.18,991,778.08Z"
 transform="translate(-35 -50.4)" opacity="0.1"/><path d="M953.7,800s12.84-46,30.84-31.81-7.3
 2,36-7.3
 2,36Z" transform="translate(-35 -50.4)" fill="#f57900"/><circle cx="925.18" cy="699.21" r="1.44" 
opacity="0.1"/><circle cx="925.06" cy="705.93" r="1.44" opacity="0.1"/><circle cx="966.82" cy="700.53" 
r="1.44" opacity="0.1"/><circle cx="933.22" cy="734.97" r="1.44" opacity="0.1"/><circle cx="963.82" 
cy="711.69" r="1.44" opacity="0.1"/><circle cx="948.94" cy="726.57" r="1.44" opacity="0.1"/><circle 
cx="930.1" cy="702.09" r="1.44" opacity="0.1"/><circle cx="962.86" cy="704.85" r="1.44" 
opacity="0.1"/><circle cx="957.94" cy="716.01" r="1.44" opacity="0.1"/><circle cx="942.82" cy="733.89" 
r="1.44" opacity="0.1"/><circle cx="939.7" cy="726.81" r="1.44" opacity="0.1"/><circle cx="932.26" 
cy="710.85" r="1.44" opacity="0.1"/><rect x="914.62" y="784.77" width="43.81" height="4.21" 
opacity="0.1"/><rect x="907.66" y="747.33" width="57.24" height="40.2" fill="#d4dfec"/><circle cx="944.74" 
cy="740.37" r="1.44" opacity="0.1"/><circle cx="936.1" cy="742.17" r="1.44" opacity="0.1"/><path d="
 M872.28,
 
624.13c-1.2-.86-1.7-2.93-1.88-5,0-.47-.07-.93-.09-1.37a5,5,0,0,0,1.39-1.26c2.37-3.36-3.29-15.55-3.29-15.55s2.19-6.36,0-11.84-3.19-6.54-3.19-6.54-7.4-15.2-6.3-17-1.83-16-4-18.85a41.54,41.54,0,0,0-2.92-3.54s.37-6.18-2.74-11-6.57-18.2-6.57-18.2-3.83-12.55-6.57-17a19,19,0,0,0-4-4.11c.43-2,1.42-4.65-1.42-20.33-1.16-6.44.65-10.28,2.14-16.65s1.17-13.74-3.4-18.55-11.66-5.71-17.33-9c-5-2.89-9.45-7.78-15.29-7.69-4.29.07-4.28.74-8.23,2.35-6.83,2.78-14.51,1.94-21.45,4.24-6.24,2.07-14.17,8.87-12.28,16.08a7.9,7.9,0,0,0,2.3,4.28c1.35,1.23,3,1.24,4.85.87,0,.12,0,.23-.07.35a18.47,18.47,0,0,0-.24,3c0,10.69,8.91,19.37,19.93,19.44.06.23.11.47.17.71.15.64.29,1.28.43,1.94-.52.69-1.06,1.38-1.57,2.07a20.08,20.08,0,0,0-3,5.33c-5.78,1.18-15.47,3.09-17,5.59-2,3.36-10.22,20-9.31,27.57.05.42.09,1,.13,1.6,0,0-5.06,9-5.79,11.83s-2.37,13.43-5.48,15.9-9.49,10.43-8.58,12-8.58,3.53-8.58,3.53-6.38,2.47-6,4.42c.11.59-.34,1.15-1,1.69-7.26-2.39-16.51-4-23.68-.36-10,5.07,7.54,8.56,18,10.09,1.72.26,3.24.46,4.42.6.0
 8.34.41.
 
64,1.25.93.66.23,1.64.59,2.78,1l.42-1.3c3.47,1.23,12.94,5.06,12.94,5.06s8.22,1.34,10.59-3.43c1-1.93,3.73-5,6.7-8l-.33,1.07-6.92,22.83s-10.95,17-10.4,20.67-3.47,13.08-4.38,14-10,27.74-14.79,29.51-11.14,7.95-9,9.9,11,8.3,15,6.18,11,1.77,11,1.77,7.66-1.26,13.9,1.74c.07.69.15,1.44.23,2.23.65,6,1.71,14.29,2.84,16.7,1.83,3.89,3.47,10.78,2,13.43s1.28,53.19,4,61.85c2.14,6.78,5.07,17.69,4.57,24.81-.3,4.33-.48,8.66-.51,13,0,.24,0,.48,0,.72s-.17.38-.25.58l0,.39a35.91,35.91,0,0,0-1.59,4.61s-4.71,11.84-3.12,14.93a2.77,2.77,0,0,0,.75.87c2.27,1.82,8,2.21,10,2.29l-.09,3h2.69s.07-3,.25-6.74a18.4,18.4,0,0,0,1.16-6.58,26.91,26.91,0,0,1,2.4-11.37s.06-.31.12-.81h0a20.08,20.08,0,0,0,.17-3.11,11,11,0,0,0-1-5.29,11.91,11.91,0,0,1,.2-3.23c.73-2.65-1.1-21.2-1.1-21.2l3.1-34.11s1.83-26.33,1.1-33.22a21.9,21.9,0,0,1,.13-5.54,178.82,178.82,0,0,0,2-22.62c0-.71,0-1.41,0-2.12,6.64,2.28,17.9.41,17.9.41s2.62-.06,6.1,0c.09.72.19,1.43.29,2.12.53,3.71,1.16,7,1.81,8.41,1.82,3.89,3.47,10.78,2,13.43s1.27,53.19,4,61.
 85c2.15,
 
6.78,5.08,17.68,4.58,24.81-.3,4.32-.48,8.65-.51,13V806c-.09.19-.18.38-.26.58s0,.27,0,.39A36.45,36.45,0,0,0,808,811.6s-4.72,11.85-3.12,14.94a2.63,2.63,0,0,0,.75.86c2.27,1.83,8,2.21,10,2.29l-.09,3h2.69s.07-3,.25-6.74a18.4,18.4,0,0,0,1.16-6.58A27,27,0,0,1,822,808a20.75,20.75,0,0,0,.29-3.9,10.94,10.94,0,0,0-1.05-5.32,12.29,12.29,0,0,1,.2-3.22c.73-2.65-1.09-21.21-1.09-21.21l3.1-34.1s1.83-26.33,1.09-33.22a22.33,22.33,0,0,1,.14-5.54,178.27,178.27,0,0,0,2-21.49c0-.72,0-1.43,0-2.15.66-.81,2-1.45,5.7-2.69,6.39-2.12,19.17-12.73,24.28-13.43s9.67-4.07,8.21-6.72-9.49-4.42-8.76-8.48-4.93-6.54-7.48-13.25-13.7-12-13.88-17S824.23,596,824.23,596s-10.39-17.28-12.69-27.84c0-.24-.09-.46-.13-.68l.13,0a19.12,19.12,0,0,1-.38-2.4c0-.23.05-.47.09-.68l-.14,0v-.38s0,0,0-.07a1.64,1.64,0,0,1,.22-.14l.6-.35-.2.08a19.8,19.8,0,0,0,3.31-2.7,14.7,14.7,0,0,0,3.81-5.32,27,27,0,0,0,1.49-7l1.3-2c1.26,5.27,3.1,12.83,3.68,14.52A147.33,147.33,0,0,1,831.9,583a74.59,74.59,0,0,0,8,20.68s9.31,12.19,16.43,12.72,3.11,2.47,
 4.2,2.83
 l.31.07.11,1.43.31,4.15s7.3,29.69,15.52,25.45S875,626.07,872.28,624.13Z" transform="translate(-35 -50.4)" 
fill="url(#868cab57-2b4d-4e57-8adc-c5cfcad099b7)"/><path 
d="M873.24,650.46c-7.9,4.22-14.92-25.26-14.92-25.26l-.3-4.13-.57-7.81,9.65,1.23a29.46,29.46,0,0,0,0,5.07c.17,2,.66,4.09,1.81,4.93C871.48,626.43,881.13,646.25,873.24,650.46Z"
 transform="translate(-35 -50.4)" fill="#a1616a"/><path d="M754.21,822.6l.67-.51A3.6,3.6,0,0,1,754.21,822.6Z" 
transform="translate(-35 -50.4)" fill="#a1616a"/><path 
d="M774.1,660.64v20.14q0,1.31,0,2.61a184,184,0,0,1-2,22.47,22.45,22.45,0,0,0-.13,5.49c.7,6.85-1,33-1,33l-3,33.87s1.75,18.42,1,21a12.74,12.74,0,0,0-.19,3.21c.1,3,.62,6.85.79,8l0,.35-.11.08-14.67,11.19c2.34-2.13,2.94-7.09,2.93-11.69,0-.5,0-1,0-1.5q0-6.45.5-12.9c.48-7.07-2.34-17.9-4.4-24.64-2.63-8.59-5.27-58.78-3.86-61.41s-.18-9.48-1.93-13.34C747,694.22,746,686,745.4,680c-.38-3.64-.61-6.4-.61-6.4Z"
 transform="translate(-35 -50.4)" fill="#a1616a"/><path d="M805.26,818.1l.72-.54A4.23,4.23
 ,0,0,1,8
 05.26,818.1Z" transform="translate(-35 -50.4)" fill="#a1616a"/><path 
d="M825.15,656.14v20.14c0,1.24,0,2.49,0,3.73a184.06,184.06,0,0,1-1.93,21.35,22.44,22.44,0,0,0-.13,5.49c.7,6.85-1,33-1,33l-3,33.87s1.76,18.42,1.06,21a12.24,12.24,0,0,0-.19,3.2c.1,3,.63,6.91.79,8,0,.22.05.33.05.33l-.11.08h0L806,817.52c2.27-2.18,2.86-7.08,2.85-11.62,0-.5,0-1,0-1.51,0-4.3.2-8.6.49-12.9.47-7.07-2.34-17.89-4.4-24.63-2.64-8.59-5.27-58.78-3.86-61.41s-.18-9.48-1.93-13.34c-.63-1.36-1.23-4.67-1.75-8.35-.93-6.68-1.59-14.63-1.59-14.63Z"
 transform="translate(-35 -50.4)" fill="#a1616a"/><path 
d="M797.75,465.17l-.15.23a19.26,19.26,0,0,1-13.35,8,16.56,16.56,0,0,1-2.35.16c-.06-.24-.11-.48-.17-.71-1.15-5-2.37-9-2.37-9s1.31-1.89,3.22-4.3c5.19-6.56,14.75-16.93,14-3.07a23.77,23.77,0,0,0,1,8.31C797.65,464.86,797.69,465,797.75,465.17Z"
 transform="translate(-35 -50.4)" opacity="0.1"/><path 
d="M801.18,453.5a19.29,19.29,0,0,1-16.93,19.15,18.66,18.66,0,0,1-2.38.15h-.14a19.3,19.3,0,1,1,19.45-19.3Z" 
transform="translate
 (-35 -50
 .4)" fill="#a1616a"/><path 
d="M819.9,509.74l-18.72,16s-20.41-29.12-18-35.09c.77-1.87.68-5.19.19-8.89-.27-2-.66-4.21-1.1-6.29-.13-.65-.27-1.29-.41-1.92-.06-.24-.11-.48-.17-.71-1.15-5-2.37-9-2.37-9s1.31-1.89,3.22-4.3c5.19-6.56,14.75-16.93,14-3.07a23.77,23.77,0,0,0,1,8.31c0,.16.09.32.15.47,2.66,8.18,9.14,14.71,14.12,18.76a55.84,55.84,0,0,0,6.45,4.58Z"
 transform="translate(-35 -50.4)" fill="#a1616a"/><path 
d="M744.79,673.63l29.31-13v20.14q0,1.31,0,2.61a10.09,10.09,0,0,1-1.9-.89c-5.79-3.58-13-.8-13.51-.8s-6.32,2.46-12.46-1.23c-.27-.16-.54-.31-.8-.44C745,676.39,744.79,673.63,744.79,673.63Z"
 transform="translate(-35 -50.4)" opacity="0.1"/><path 
d="M825.15,656.14v20.14c0,1.24,0,2.49,0,3.73a10.7,10.7,0,0,0-1,2.21c-1.06,2.46-8.25,3.34-14.57,2.3a90.21,90.21,0,0,0-12.11-.76c-.93-6.68-1.59-14.63-1.59-14.63Z"
 transform="translate(-35 -50.4)" opacity="0.1"/><path 
d="M853.94,661.87c-4.92.7-17.2,11.23-23.34,13.34s-5.44,2.45-6.49,4.91-8.25,3.33-14.57,2.29-18.25-.71-18.25-.71S778,684,772.17,68
 0.39s-13
 
-.8-13.51-.8-6.32,2.46-12.46-1.23-14.39-2.28-14.39-2.28-6.67-3.86-10.53-1.75-12.28-4.21-14.39-6.14,4-8.07,8.6-9.83,13.34-28.43,14.21-29.3,4.74-10.18,4.21-13.86,10-20.54,10-20.54L750.57,572l2-7,.08-4.17c0-1.88.09-4.29.14-7,.18-11.2.37-27.81,0-35.32-.06-1.16-.12-2.1-.2-2.78-.88-7.54,7-24,8.95-27.37,1.44-2.49,10.76-4.38,16.31-5.55a35.69,35.69,0,0,0,3.92-.94,4.58,4.58,0,0,1,1.54-.12c5.24.21,20.69,3.45,20.69,3.45-1.4,42.29,1.41,34.92,1.41,34.92,4.56-3.51,1.75-34.57,1.75-34.57,2.28,1.05,4.61-1.59,4.61-1.59l8.9,3.69a88.06,88.06,0,0,1,7.85,5.31,23.66,23.66,0,0,1,5.49,5.4c2.63,4.39,6.32,16.85,6.32,16.85l-3.16,5c-2.76,4.43-7,11.24-11.35,18.14l-7.72,12.29c-3.45,5.48-6.26,9.93-7.43,11.74a4.37,4.37,0,0,0-.55,1.41,7.35,7.35,0,0,0-.13,1,15.73,15.73,0,0,0,.41,4.16c2.21,10.48,12.2,27.65,12.2,27.65s10,15.26,10.18,20.17,10.88,10.18,13.34,16.85,7.89,9.12,7.19,13.16,7,5.79,8.42,8.42S858.85,661.17,853.94,661.87Z"
 transform="translate(-35 -50.4)" fill="#fa595f"/><path d="M867.08,619.56c-2.71,1.83-
 7.48,1.7
 6-9.06,1.51l-.57-7.81,9.65,1.23A29.46,29.46,0,0,0,867.08,619.56Z" transform="translate(-35 -50.4)" 
opacity="0.1"/><path 
d="M833.23,510.09l7.2,5.09s3.33,13.33,6.31,18.07,2.63,10.88,2.63,10.88a38,38,0,0,1,2.81,3.51c2.11,2.81,4.91,16.9,3.86,18.72s6.06,16.9,6.06,16.9,1,1,3.07,6.49,0,11.76,0,11.76,5.44,12.11,3.16,15.44-9.66,3-10.71,2.63,2.81-2.28-4-2.81-15.8-12.63-15.8-12.63a75.44,75.44,0,0,1-7.72-20.53,151.12,151.12,0,0,0-6.31-21.76c-.88-2.63-4.74-19.65-4.74-19.65Z"
 transform="translate(-35 -50.4)" fill="#fa595f"/><path d="M779.36,510.09s-.53,40.71-5.44,48.78Z" 
transform="translate(-35 -50.4)" opacity="0.1"/><path 
d="M807.79,524.48s-4.56,40.71-8.16,42.81S807.79,524.48,807.79,524.48Z" transform="translate(-35 -50.4)" 
opacity="0.1"/><path d="M801.18,518.69s-1.11,38.39-6.9,42.18S801.18,518.69,801.18,518.69Z" 
transform="translate(-35 -50.4)" opacity="0.1"/><path 
d="M750.76,591.33s-7.26,21.23-6.44,30S750.76,591.33,750.76,591.33Z" transform="translate(-35 -50.4)" 
opacity="0.1"/><path 
 d="M810.
 
5,570.35c-9.5,2.13-35.2,5.95-57.8-8.11,0-1.88.09-4.29.14-7,8.58,4.72,32.68,17,44.95,13.56,6.12-1.75,10-2.86,12.43-3.58A13.22,13.22,0,0,0,810.5,570.35Z"
 transform="translate(-35 -50.4)" opacity="0.1"/><path 
d="M810.5,568.25c-9.5,2.12-35.2,5.94-57.8-8.11,0-1.88.09-4.3.14-7,8.58,4.72,32.68,17,44.95,13.56,6.12-1.74,10-2.86,12.43-3.57A13.23,13.23,0,0,0,810.5,568.25Z"
 transform="translate(-35 -50.4)" opacity="0.1"/><path 
d="M810.5,569c-9.5,2.12-35.2,5.94-57.8-8.11,0-1.88.09-4.29.14-7,8.58,4.72,32.68,17,44.95,13.56,6.12-1.74,10-2.86,12.43-3.57A13.23,13.23,0,0,0,810.5,569Z"
 transform="translate(-35 -50.4)" fill="#605d82"/><path 
d="M810.5,569c-9.5,2.12-35.2,5.94-57.8-8.11,0-1.88.09-4.29.14-7,8.58,4.72,32.68,17,44.95,13.56,6.12-1.74,10-2.86,12.43-3.57A13.23,13.23,0,0,0,810.5,569Z"
 transform="translate(-35 -50.4)" opacity="0.1"/><path 
d="M769.61,810.47c0,.23-.05.38-.06.43l-14.67,11.19c2.34-2.13,2.94-7.09,2.93-11.69,0-.5,0-1,0-1.5a29.61,29.61,0,0,1,5.42-8.66c2.5-.65,4.07,0,5,1.13,0,.11,
 0,.22,0,
 .32a4.6,4.6,0,0,1,.52.78C770.22,805,769.8,809.13,769.61,810.47Z" transform="translate(-35 -50.4)" 
opacity="0.1"/><path 
d="M768.47,804.79l-11.07,7.6s.07-.89.17-2.2a30.3,30.3,0,0,1,5.67-9.25c2.5-.64,4.07,0,5,1.13C768.33,803.71,768.47,804.79,768.47,804.79Z"
 transform="translate(-35 -50.4)" opacity="0.1"/><path 
d="M769.54,811.62a27.6,27.6,0,0,0-2.3,11.3,17.44,17.44,0,0,1-2.35,9.11,7.82,7.82,0,0,1-.77,1.11s-7.69-.06-10.38-2.29A2.63,2.63,0,0,1,753,830c-1.54-3.07,3-14.83,3-14.83,2.38-9.07,7.22-13.91,7.22-13.91C771.85,799,769.54,811.62,769.54,811.62Z"
 transform="translate(-35 -50.4)" fill="#5a5773"/><path 
d="M764.89,832a7.82,7.82,0,0,1-.77,1.11s-7.69-.06-10.38-2.29c1.32-4.38,5.55-17.63,7.52-15.38S764.42,827.77,764.89,832Z"
 transform="translate(-35 -50.4)" opacity="0.1"/><path 
d="M763.83,816.29l-.53,19.86h2.58s.41-17.42,1.57-19.86S763.83,816.29,763.83,816.29Z" transform="translate(-35 
-50.4)" fill="#5a5773"/><path d="M820.66,806l-.06.41h0L806,817.52c2.27-2.18,2.86-7.08,2.85-11.62,0-.
 5,0-1,0-
 
1.51a29.57,29.57,0,0,1,5.41-8.65c2.5-.65,4.08,0,5.05,1.12,0,.12,0,.22,0,.33a4.16,4.16,0,0,1,.52.77C821.28,800.53,820.85,804.67,820.66,806Z"
 transform="translate(-35 -50.4)" opacity="0.1"/><path 
d="M819.52,800.28l-11.07,7.61s.07-.89.18-2.2a30,30,0,0,1,5.66-9.25c2.5-.64,4.07-.05,5.05,1.13C819.38,799.21,819.52,800.28,819.52,800.28Z"
 transform="translate(-35 -50.4)" opacity="0.1"/><path 
d="M820.6,807.12a27.44,27.44,0,0,0-2.31,11.3,17.44,17.44,0,0,1-2.35,9.11,8.68,8.68,0,0,1-.77,1.11s-7.69-.06-10.38-2.29a2.76,2.76,0,0,1-.72-.86c-1.53-3.07,3-14.83,3-14.83,2.38-9.07,7.22-13.91,7.22-13.91C822.9,794.52,820.6,807.12,820.6,807.12Z"
 transform="translate(-35 -50.4)" fill="#5a5773"/><path 
d="M815.94,827.53a8.68,8.68,0,0,1-.77,1.11s-7.69-.06-10.38-2.29c1.32-4.38,5.55-17.64,7.52-15.39S815.47,823.27,815.94,827.53Z"
 transform="translate(-35 -50.4)" opacity="0.1"/><path 
d="M814.89,811.79l-.54,19.85h2.58s.41-17.41,1.57-19.85S814.89,811.79,814.89,811.79Z" transform="translate(-35 
-50.4)" fill="#
 5a5773"/
<path 
d="M837.88,525.71c-.12,5-2.85,10.33-7.64,11.82-1.4.43-2.89.53-4.32.82a9.25,9.25,0,0,0-2,.61c-3.07,1.41-4.6,4.91-5.22,8.23-.22,1.14-.36,2.29-.5,3.45a24.79,24.79,0,0,1-1.37,6.47,16.38,16.38,0,0,1-6.74,7.68,43.4,43.4,0,0,1-11.19,4.68,25.15,25.15,0,0,0,3-20.9c-.64-2.05-2-4.34-4.17-4.28-1.69.05-2.9,1.55-4.16,2.69-6.2,5.58-15.9,3.09-23.75.28,14-14.23,17.89-37.34,9.45-55.39a18.28,18.28,0,0,1-1.72-4.47,9.32,9.32,0,0,1,.43-4.62,20.48,20.48,0,0,1,2.84-5.29c.49-.69,1-1.37,1.52-2.06.67-.91,1.34-1.83,1.94-2.78a15.29,15.29,0,0,0,2-4.33c.89-3.4-.36-7.7-3.65-8.86l-.18-.07c-3.64-1.14-4.77-1.48-7.25-4.4-1.66-1.94-2.6-5-5.44-5.57-2.18-.45-4.62.52-6.91,1.11a19.31,19.31,0,1,1,34.8,14.17c2.56,8.4,9.19,15.1,14.27,19.23l8.9,3.69a88.06,88.06,0,0,1,7.85,5.31,114.82,114.82,0,0,0,5.66,18.29,64.45,64.45,0,0,1,3,9A22.15,22.15,0,0,1,837.88,525.71Z"
transform="translate(-35 -50.4)" opacity="0.1"/><path 
d="M783.1,458.69c3.42,1.07,4.74,5.47,3.83,8.93s-3.36,6.26-5.43,9.17-3.91,6.39-3.28,9.91a18.28,18.2
 8,0,0,0,
 
1.72,4.47c8.44,18.05,4.5,41.15-9.45,55.39,7.85,2.81,17.56,5.3,23.75-.28,1.26-1.14,2.47-2.64,4.16-2.69,2.15-.07,3.54,2.23,4.17,4.28a25.13,25.13,0,0,1-3,20.89c7.23-2.1,15.17-5.35,17.94-12.35,1.24-3.13,1.24-6.61,1.86-9.93s2.15-6.81,5.22-8.22c2-.9,4.25-.79,6.32-1.43,4.79-1.49,7.52-6.81,7.64-11.82s-1.8-9.82-3.6-14.49c-10-26-.6-5.17-6.08-36.46-1.12-6.39.63-10.21,2.06-16.53s1.12-13.64-3.27-18.42-11.21-5.67-16.66-8.91c-4.83-2.88-9.08-7.73-14.7-7.64-4.12.06-4.11.73-7.91,2.33-6.57,2.76-13.94,1.93-20.62,4.21-6,2.06-13.62,8.8-11.8,16,2.45,9.69,9.17,2.56,14.41,3.65,2.84.6,3.78,3.62,5.44,5.57C778.34,457.2,779.46,457.55,783.1,458.69Z"
 transform="translate(-35 -50.4)" fill="#4a4347"/><path 
d="M720,576.89s-2.84-.3-6.66-.89c-10-1.52-26.91-5-17.29-10,8.83-4.62,21-.7,28.12,2.44a62.28,62.28,0,0,1,5.92,3Z"
 transform="translate(-35 -50.4)" fill="#a1616a"/><path 
d="M773.22,515.88s-4.56,23-6.84,28.07-6,18.43-6,18.43-5.39,4.88-9.84,9.62l2-7,.08-4.17c0-1.88.09-4.29.14-7,.18-11.2.37-27.81,0-35.32.39-.7
 3.64-1.1
 8.64-1.18l3.55-5.63s5.79-15.44,9.12-19.83S773.22,515.88,773.22,515.88Z" transform="translate(-35 -50.4)" 
opacity="0.1"/><path 
d="M722.79,573.84s-.51,2-1.37,4.7c-1.09-.44-2-.79-2.67-1-3-1,.53-2.28-.35-4.91-.75-2.26-2.14-1.55-3.74-2.18a43.71,43.71,0,0,1,3.39-4.07Z"
 transform="translate(-35 -50.4)" opacity="0.1"/><path 
d="M756.37,511.67l-3.55,5.63S748,526.23,747.25,529,745,542.37,742,544.83s-9.13,10.35-8.25,11.93-8.25,3.51-8.25,3.51-6.14,2.46-5.79,4.39-5.09,3.51-3.16,4.91,3.69,0,4.57,2.63-2.64,3.87.35,4.92,12.81,5.16,12.81,5.16,7.89,1.33,10.17-3.41,15.27-16.49,15.27-16.49,3.68-13.34,6-18.43,6.85-28.07,6.85-28.07-3.69-28.43-7-24S756.37,511.67,756.37,511.67Z"
 transform="translate(-35 -50.4)" fill="#fa595f"/><path 
d="M746.37,556.94s-17.37,2.28-8.07,6.14,12.46,0,12.46,0Z" transform="translate(-35 -50.4)" 
opacity="0.1"/><path d="M724.79,567.29s10.18-2.1,12.81,0S724.79,567.29,724.79,567.29Z" 
transform="translate(-35 -50.4)" opacity="0.1"/><path d="M723.74,572.56s.7-1.76,4.21,0S723.74
 ,572.56,
 723.74,572.56Z" transform="translate(-35 -50.4)" opacity="0.1"/><path 
d="M838.58,589.32s1.06,16,5.37,16.52S838.58,589.32,838.58,589.32Z" transform="translate(-35 -50.4)" 
opacity="0.1"/><path d="M847.8,553.1s.73,4.89-3.85,5.77S847.8,553.1,847.8,553.1Z" transform="translate(-35 
-50.4)" opacity="0.1"/><path d="M795.85,600.69s-.23,49.37,9.83,55.45Z" transform="translate(-35 -50.4)" 
opacity="0.1"/><path d="M809.18,602.8S809,652.16,819,658.25Z" transform="translate(-35 -50.4)" 
opacity="0.1"/><path d="M755.72,709.69a37,37,0,0,1,6.85,0C766.38,710,755.72,709.69,755.72,709.69Z" 
transform="translate(-35 -50.4)" opacity="0.1"/><path 
d="M755.72,713.14a37,37,0,0,1,6.85,0C766.38,713.49,755.72,713.14,755.72,713.14Z" transform="translate(-35 
-50.4)" opacity="0.1"/><path d="M807.77,705.64a37,37,0,0,1,6.85,0C818.43,706,807.77,705.64,807.77,705.64Z" 
transform="translate(-35 -50.4)" opacity="0.1"/><path 
d="M808.94,708.4a37,37,0,0,1,6.85,0C819.59,708.75,808.94,708.4,808.94,708.4Z" transform="tran
 slate(-3
 5 -50.4)" opacity="0.1"/><g opacity="0.1"><path 
d="M774.18,544.83c14-14.23,17.89-37.33,9.45-55.39a18.28,18.28,0,0,1-1.72-4.47c-.63-3.52,1.2-7,3.28-9.91s4.53-5.71,5.43-9.17-.41-7.86-3.83-8.92c-3.64-1.14-4.77-1.49-7.25-4.41-1.66-1.94-2.6-5-5.44-5.56-5.24-1.09-12,6-14.41-3.66-1.38-5.42,2.65-10.6,7.3-13.69-5.81,2.41-12.53,8.81-10.81,15.58,2.45,9.69,9.17,2.57,14.41,3.66,2.84.59,3.78,3.62,5.44,5.56,2.49,2.92,3.61,3.27,7.25,4.41,3.42,1.06,4.74,5.46,3.83,8.92s-3.36,6.26-5.43,9.17-3.91,6.39-3.28,9.92a18.37,18.37,0,0,0,1.72,4.46c8.44,18.06,4.5,41.16-9.45,55.39,7.56,2.71,16.83,5.11,23,.31C787.82,549.09,780.42,547.06,774.18,544.83Z"
 transform="translate(-35 -50.4)"/><path 
d="M828.31,536.54a6.89,6.89,0,0,0-2,1.38c1.58-.39,3.25-.44,4.8-.93a9,9,0,0,0,3.26-1.82C832.38,535.73,830.2,535.67,828.31,536.54Z"
 transform="translate(-35 -50.4)"/><path 
d="M810.89,564.29a55.34,55.34,0,0,1-7.6,2.75,25.13,25.13,0,0,0,3-20.89c-.63-2-2-4.35-4.17-4.29a5.33,5.33,0,0,0-3.32,1.9c2,.07,3.37,2.29,4,4.28a25.13,2
 5.13,0,0
 ,1-3,20.89A43.92,43.92,0,0,0,810.89,564.29Z" transform="translate(-35 -50.4)"/></g></svg>
\ No newline at end of file
diff --git a/assets/illustrations/language_bindings.svg b/assets/illustrations/language_bindings.svg
new file mode 100644
index 0000000..e833a5d
--- /dev/null
+++ b/assets/illustrations/language_bindings.svg
@@ -0,0 +1 @@
+<svg id="e7d62c2c-c7a6-4c77-8f5c-a3fe0c7ac473" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; width="1062" height="794.36" viewBox="0 0 1062 
794.36"><defs><linearGradient id="85112d37-9806-4565-a0ea-8879143619cd" x1="643.38" y1="527.87" x2="643.38" 
y2="439.13" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="gray" stop-opacity="0.25"/><stop 
offset="0.54" stop-color="gray" stop-opacity="0.12"/><stop offset="1" stop-color="gray" 
stop-opacity="0.1"/></linearGradient><linearGradient id="df208e3c-a3f5-4fc2-8354-a8814a1a7545" x1="601.44" 
y1="846.53" x2="601.44" y2="825.32" xlink:href="#85112d37-9806-4565-a0ea-8879143619cd"/><linearGradient 
id="f31dc2d4-0d93-40f6-a24d-a9bceb1557a5" x1="567.25" y1="842.29" x2="567.25" y2="821.08" 
xlink:href="#85112d37-9806-4565-a0ea-8879143619cd"/><linearGradient id="f0ebc0e0-65f1-47cb-b776-261c995964f9" 
x1="561.22" y1="836.11" x2="561.22" y2="827.95" xlink:href="#85112d37-9806-4565-a0ea-
 88791436
 19cd"/><linearGradient id="93f025d2-5adc-499b-9d9a-f633acaed05b" x1="597.88" y1="835.38" x2="597.88" 
y2="826.89" xlink:href="#85112d37-9806-4565-a0ea-8879143619cd"/><linearGradient 
id="7be7b514-f490-43c2-8f6f-9e415e928302" x1="584.67" y1="835.03" x2="584.67" y2="620.5" 
xlink:href="#85112d37-9806-4565-a0ea-8879143619cd"/><linearGradient id="33a20f31-fcc2-4a92-ab49-195e19cfaaaa" 
x1="599.49" y1="728.89" x2="599.49" y2="728.32" 
xlink:href="#85112d37-9806-4565-a0ea-8879143619cd"/><linearGradient id="de6a0646-a91b-46a0-9afb-f46952816772" 
x1="600.1" y1="734.92" x2="600.1" y2="733.61" 
xlink:href="#85112d37-9806-4565-a0ea-8879143619cd"/><linearGradient id="04d37134-577c-4403-8fe6-8ed7eba6d70a" 
x1="562.27" y1="733.65" x2="562.27" y2="731.44" 
xlink:href="#85112d37-9806-4565-a0ea-8879143619cd"/><linearGradient id="8776c570-d85f-4376-8246-d2602742eda7" 
x1="542.46" y1="629.42" x2="542.46" y2="579.01" 
xlink:href="#85112d37-9806-4565-a0ea-8879143619cd"/><linearGradient id="6e2a29df-8464-463
 3-8e1b-f
 9ea2b2d5fc1" x1="522.24" y1="440.19" x2="522.24" y2="398.37" 
xlink:href="#85112d37-9806-4565-a0ea-8879143619cd"/><linearGradient id="e33e2ef7-473f-4cd6-b28c-ecb98abedfac" 
x1="587.13" y1="513.38" x2="587.13" y2="481.17" 
xlink:href="#85112d37-9806-4565-a0ea-8879143619cd"/><linearGradient id="f5b9f2bb-2c0e-46fc-9c28-4202a4412ecd" 
x1="584.99" y1="635.45" x2="584.99" y2="620.5" 
xlink:href="#85112d37-9806-4565-a0ea-8879143619cd"/><linearGradient id="f29e8a79-8a58-4993-a70a-b992b7a832bd" 
x1="582.84" y1="633.82" x2="582.84" y2="496.72" 
xlink:href="#85112d37-9806-4565-a0ea-8879143619cd"/><linearGradient id="c04eac17-4773-4368-bae0-7265c9e76607" 
x1="540.32" y1="582.71" x2="540.32" y2="532.75" 
xlink:href="#85112d37-9806-4565-a0ea-8879143619cd"/><linearGradient id="3c970590-dd1c-4631-9f7e-f9b23acb9d2d" 
x1="540.3" y1="582.71" x2="540.3" y2="572.18" 
xlink:href="#85112d37-9806-4565-a0ea-8879143619cd"/><linearGradient id="cab065ab-ef79-48f8-9c0a-09d4e188359a" 
x1="581.11" y1="582.41" x2="581
 .11" y2=
 "570.86" xlink:href="#85112d37-9806-4565-a0ea-8879143619cd"/><linearGradient 
id="d718cee3-9c00-4171-a05a-14de0f48f667" x1="609.77" y1="606.98" x2="609.77" y2="588.96" 
xlink:href="#85112d37-9806-4565-a0ea-8879143619cd"/><linearGradient id="8f995e39-4892-4832-8cdc-33159eeee44f" 
x1="567.9" y1="608.02" x2="567.9" y2="605.46" 
xlink:href="#85112d37-9806-4565-a0ea-8879143619cd"/><linearGradient id="ba1bc673-7a43-4daf-b3ca-7287eecc4ed3" 
x1="604.87" y1="541.68" x2="604.87" y2="524.88" 
xlink:href="#85112d37-9806-4565-a0ea-8879143619cd"/><linearGradient id="d005e3fc-d6fe-48e9-9aec-3eb63feaa3ce" 
x1="544.43" y1="525.13" x2="544.43" y2="513.92" 
xlink:href="#85112d37-9806-4565-a0ea-8879143619cd"/><linearGradient id="8f44d692-9086-4f84-9d84-a3a660414f29" 
x1="538.8" y1="564.15" x2="538.8" y2="557.55" 
xlink:href="#85112d37-9806-4565-a0ea-8879143619cd"/><linearGradient id="34b8f87b-81de-41c4-ae6e-1a72ec4cce6a" 
x1="539.06" y1="552.57" x2="539.06" y2="547.23" xlink:href="#85112d37-9806-4565-a0ea
 -8879143
 619cd"/><linearGradient id="aa860263-0dba-4287-a003-5e39ffdf9739" x1="603.19" y1="655.98" x2="603.19" 
y2="652.51" xlink:href="#85112d37-9806-4565-a0ea-8879143619cd"/><linearGradient 
id="b0bcbe2d-d614-49a6-948e-a79a535d5283" x1="565.55" y1="657.11" x2="565.55" y2="654.23" 
xlink:href="#85112d37-9806-4565-a0ea-8879143619cd"/><linearGradient id="1ff6b976-6854-4bdb-b047-1feedf56385b" 
x1="599.22" y1="663.17" x2="599.22" y2="662.83" 
xlink:href="#85112d37-9806-4565-a0ea-8879143619cd"/><linearGradient id="4cf659f5-9d55-4c93-bc8b-15c9a9403b0a" 
x1="558.65" y1="671.73" x2="558.65" y2="667.08" 
xlink:href="#85112d37-9806-4565-a0ea-8879143619cd"/><linearGradient id="ddaf5e28-e506-4c9e-ad2d-295c8c59bc2c" 
x1="582.1" y1="584.56" x2="582.1" y2="434.29" 
xlink:href="#85112d37-9806-4565-a0ea-8879143619cd"/><linearGradient id="ba62206a-581b-4ba2-9912-7589baa777ba" 
x1="542.98" y1="501.81" x2="542.98" y2="477.61" 
xlink:href="#85112d37-9806-4565-a0ea-8879143619cd"/><linearGradient id="1d302a68-2b53-4
 616-82c0
 -9d32bf7b435e" x1="547.17" y1="562.43" x2="547.17" y2="534.56" 
xlink:href="#85112d37-9806-4565-a0ea-8879143619cd"/><linearGradient id="0da18ff1-7e19-420b-8354-a9457e98fcb1" 
x1="581.02" y1="584.83" x2="581.02" y2="554.96" 
xlink:href="#85112d37-9806-4565-a0ea-8879143619cd"/><linearGradient id="86e6b7f7-4a58-4701-a141-596d9c5da905" 
x1="618.43" y1="484.19" x2="618.43" y2="462.35" 
xlink:href="#85112d37-9806-4565-a0ea-8879143619cd"/><linearGradient id="3a8eff62-0f79-4f94-b7ff-acb207059ac5" 
x1="612.82" y1="534.25" x2="612.82" y2="509.77" 
xlink:href="#85112d37-9806-4565-a0ea-8879143619cd"/><linearGradient id="f56efedd-ee8b-4d2e-8bf5-876fc33e5faf" 
x1="638.86" y1="531.3" x2="638.86" y2="507.86" 
xlink:href="#85112d37-9806-4565-a0ea-8879143619cd"/><linearGradient id="4176ab9b-a8a4-47bf-bcab-5d6531458a22" 
x1="647.52" y1="531.06" x2="647.52" y2="508.4" 
xlink:href="#85112d37-9806-4565-a0ea-8879143619cd"/></defs><title>setup wizard</title><path 
d="M674.87,164.22c-64.72-2.24-126.36-23.14-185
 .22-46S3
 
72.49,70,309.32,57.93c-40.63-7.8-87.1-8.9-119.83,12.89C158,91.78,147.8,128,142.33,161.54c-4.12,25.26-6.54,51.85,4.74,75.5,7.84,16.42,21.74,30.22,31.36,45.94,33.47,54.73,9.81,122.21-26.45,175.64-17,25.06-36.75,49-49.88,75.65s-19.2,57.25-7.71,84.47c11.38,27,38.51,47.24,67.9,61.49,59.69,28.95,130,37.23,198.61,41.93,151.83,10.38,304.46,5.89,456.69,1.38,56.34-1.66,112.92-3.35,168.34-12.06,30.78-4.84,62.55-12.52,84.9-31.06,28.36-23.53,35.39-63.37,16.38-92.88-31.88-49.49-120-61.78-142.31-114.89-12.26-29.24.33-61.8,18.16-88.91,38.24-58.17,102.33-109.2,105.7-175.68,2.32-45.66-28.49-91.39-76.13-113-49.93-22.65-119.18-19.8-156,17.68C798.68,151.35,732,166.21,674.87,164.22Z"
 transform="translate(-69 -52.82)" fill="#f57900" opacity="0.1"/><rect y="123.48" width="259.51" 
height="259.51" fill="#e8e9ed"/><rect x="802.49" y="123.48" width="259.51" height="259.51" 
fill="#e8e9ed"/><path 
d="M214.39,84.85,211.8,82.2a.54.54,0,0,0-.41-.18.52.52,0,0,0-.41.18l-17.9,18-6.52-6.51a.56.56,0,0,0-.82,0l-2.
 61,2.61a
 
.58.58,0,0,0,0,.84l8.22,8.21a2.57,2.57,0,0,0,1.71.84,2.72,2.72,0,0,0,1.71-.81h0L214.4,85.69a.63.63,0,0,0,0-.84Z"
 transform="translate(-69 -52.82)" fill="#3acc6c" opacity="0.5"/><path 
d="M198.75,67.7a26.39,26.39,0,1,1-18.68,7.73,26.25,26.25,0,0,1,18.68-7.73m0-4.11a30.53,30.53,0,1,0,30.53,30.52A30.51,30.51,0,0,0,198.75,63.59Z"
 transform="translate(-69 -52.82)" fill="#f57900" opacity="0.5"/><path 
d="M414.82,170.18l-3.26-3.34a.68.68,0,0,0-.51-.22.66.66,0,0,0-.52.22L388,189.54l-8.21-8.2a.7.7,0,0,0-.51-.22.72.72,0,0,0-.52.22l-3.29,3.29a.72.72,0,0,0,0,1.05L385.81,196a3.24,3.24,0,0,0,2.16,1.05,3.43,3.43,0,0,0,2.14-1h0l24.7-24.84a.79.79,0,0,0,0-1Z"
 transform="translate(-69 -52.82)" fill="#3acc6c" opacity="0.8"/><path 
d="M395.12,148.58a33.25,33.25,0,1,1-23.52,9.74,33,33,0,0,1,23.52-9.74m0-5.17a38.43,38.43,0,1,0,38.43,38.43A38.42,38.42,0,0,0,395.12,143.41Z"
 transform="translate(-69 -52.82)" fill="#f57900" opacity="0.8"/><path 
d="M1001.24,67.7a26.39,26.39,0,1,1-18.68,7.73,26.25,26.25,0,
 0,1,18.6
 8-7.73m0-4.11a30.53,30.53,0,1,0,30.53,30.52A30.51,30.51,0,0,0,1001.24,63.59Z" transform="translate(-69 
-52.82)" fill="#f57900" opacity="0.5"/><path 
d="M803.47,148.58A33.25,33.25,0,1,1,780,158.32a33.06,33.06,0,0,1,23.52-9.74m0-5.17a38.43,38.43,0,1,0,38.43,38.43A38.42,38.42,0,0,0,803.47,143.41Z"
 transform="translate(-69 -52.82)" fill="#f57900" opacity="0.8"/><path 
d="M598.33,209.56a43.94,43.94,0,1,1-31.1,12.87,43.67,43.67,0,0,1,31.1-12.87m0-6.84a50.81,50.81,0,1,0,50.81,50.81A50.8,50.8,0,0,0,598.33,202.72Z"
 transform="translate(-69 -52.82)" fill="#f57900"/><rect x="181.52" y="191.5" width="289.2" height="289.2" 
fill="#f3f5f7"/><rect x="589.87" y="191.5" width="289.2" height="289.2" fill="#f3f5f7"/><rect x="25.93" 
y="169.55" width="96.46" height="10.72" opacity="0.1"/><rect x="849.19" y="169.55" width="96.46" 
height="10.72" opacity="0.1"/><path 
d="M770.19,671.23s25.06-44.39,62.8-57.18a77.23,77.23,0,0,0,39.12-29.26A130.64,130.64,0,0,0,883.65,564" 
transform="translate(-69 -52.82)"
  fill="n
 one" stroke="#535461" stroke-miterlimit="10" stroke-width="2"/><path 
d="M907.38,555.83c-4.3,4.17-24.33,8.49-24.33,8.49s4.92-19.89,9.22-24.07a10.85,10.85,0,0,1,15.11,15.58Z" 
transform="translate(-69 -52.82)" fill="#f57900"/><path 
d="M896.05,591.81c-5.88,1.17-25-6.09-25-6.09s14.93-14,20.81-15.19a10.85,10.85,0,0,1,4.22,21.28Z" 
transform="translate(-69 -52.82)" fill="#f57900"/><path 
d="M854.8,630.76c-5.66-2-18.53-17.9-18.53-17.9s20-4.57,25.63-2.61a10.85,10.85,0,0,1-7.1,20.51Z" 
transform="translate(-69 -52.82)" fill="#f57900"/><path 
d="M817,653.19c-5.92-1-21.3-14.51-21.3-14.51s18.92-7.87,24.83-6.9A10.85,10.85,0,1,1,817,653.19Z" 
transform="translate(-69 -52.82)" fill="#f57900"/><path 
d="M854.32,570.18c0,6,10.84,23.37,10.84,23.37S876,576.18,876,570.19a10.85,10.85,0,1,0-21.7,0Z" 
transform="translate(-69 -52.82)" fill="#f57900"/><path 
d="M810.39,597c1.79,5.72,17.34,19.06,17.34,19.06s5.16-19.82,3.37-25.54A10.85,10.85,0,1,0,810.39,597Z" 
transform="translate(-69 -52.82)" fill="#f57900"/
<path d
 ="M771.27,628.89c.8,5.94,13.86,21.71,13.86,21.71s8.44-18.66,7.65-24.6a10.85,10.85,0,0,0-21.51,2.89Z" 
transform="translate(-69 -52.82)" fill="#f57900"/><path 
d="M907.38,555.83c-4.3,4.17-24.33,8.49-24.33,8.49s4.92-19.89,9.22-24.07a10.85,10.85,0,0,1,15.11,15.58Z" 
transform="translate(-69 -52.82)" opacity="0.25"/><path 
d="M896.05,591.81c-5.88,1.17-25-6.09-25-6.09s14.93-14,20.81-15.19a10.85,10.85,0,0,1,4.22,21.28Z" 
transform="translate(-69 -52.82)" opacity="0.25"/><path 
d="M854.8,630.76c-5.66-2-18.53-17.9-18.53-17.9s20-4.57,25.63-2.61a10.85,10.85,0,0,1-7.1,20.51Z" 
transform="translate(-69 -52.82)" opacity="0.25"/><path 
d="M817,653.19c-5.92-1-21.3-14.51-21.3-14.51s18.92-7.87,24.83-6.9A10.85,10.85,0,1,1,817,653.19Z" 
transform="translate(-69 -52.82)" opacity="0.25"/><path 
d="M854.32,570.18c0,6,10.84,23.37,10.84,23.37S876,576.18,876,570.19a10.85,10.85,0,1,0-21.7,0Z" 
transform="translate(-69 -52.82)" opacity="0.25"/><path 
d="M810.39,597c1.79,5.72,17.34,19.06,17.34,19.06s5.16-19.82,3.3
 7-25.54A
 10.85,10.85,0,1,0,810.39,597Z" transform="translate(-69 -52.82)" opacity="0.25"/><path 
d="M771.27,628.89c.8,5.94,13.86,21.71,13.86,21.71s8.44-18.66,7.65-24.6a10.85,10.85,0,0,0-21.51,2.89Z" 
transform="translate(-69 -52.82)" opacity="0.25"/><path 
d="M771.63,670.35s4.93-50.73,34.24-77.72A77.32,77.32,0,0,0,829.78,550a130.28,130.28,0,0,0,2.13-23.66" 
transform="translate(-69 -52.82)" fill="none" stroke="#535461" stroke-miterlimit="10" stroke-width="2"/><path 
d="M850.29,509.25c-2.24,5.56-18.8,17.62-18.8,17.62s-3.57-20.17-1.33-25.73a10.85,10.85,0,0,1,20.13,8.11Z" 
transform="translate(-69 -52.82)" fill="#f57900"/><path 
d="M854.51,546.74c-4.9,3.45-25.35,4.58-25.35,4.58s8-18.88,12.87-22.32a10.85,10.85,0,0,1,12.48,17.74Z" 
transform="translate(-69 -52.82)" fill="#f57900"/><path 
d="M832.58,599.06c-6,.5-24.19-8.85-24.19-8.85s16.4-12.27,22.37-12.77a10.85,10.85,0,1,1,1.82,21.62Z" 
transform="translate(-69 -52.82)" fill="#f57900"/><path 
d="M807.08,634.91c-5.81,1.5-25.35-4.64-25.35-4.64s14.1-14
 .86,19.9
 -16.37a10.85,10.85,0,0,1,5.45,21Z" transform="translate(-69 -52.82)" fill="#f57900"/><path 
d="M807.59,543.88c2.43,5.48,19.38,17,19.38,17s2.89-20.28.47-25.76a10.85,10.85,0,0,0-19.85,8.79Z" 
transform="translate(-69 -52.82)" fill="#f57900"/><path 
d="M778.29,586.18c4,4.5,23.58,10.4,23.58,10.4s-3.32-20.22-7.27-24.72a10.85,10.85,0,0,0-16.31,14.32Z" 
transform="translate(-69 -52.82)" fill="#f57900"/><path 
d="M755.46,631.2c3.13,5.11,21.47,14.24,21.47,14.24s.16-20.49-3-25.6a10.85,10.85,0,0,0-18.49,11.36Z" 
transform="translate(-69 -52.82)" fill="#f57900"/><rect x="218.85" y="253.23" width="96.46" height="10.72" 
opacity="0.1"/><rect x="396.6" y="347.46" width="57.59" height="10.72" opacity="0.1"/><rect x="396.6" 
y="419.4" width="85.28" height="10.72" opacity="0.1"/><rect x="218.85" y="291.01" width="96.46" 
height="10.72" opacity="0.1"/><rect x="652.92" y="253.23" width="96.46" height="10.72" opacity="0.1"/><rect 
x="652.92" y="291.01" width="96.46" height="10.72" opacity="0.1"/><path d="
 M584.66,
 
268.47l2.7-3.54a14,14,0,0,0,9.72,4c4.56,0,7.94-2.23,7.94-5.84,0-3.92-3.24-6.5-12.22-6.5v-4.07c8,0,11-2.63,11-6.1,0-3.14-2.69-5.1-6.68-5.1a12.86,12.86,0,0,0-8.36,3.42l-2.87-3.42a17.49,17.49,0,0,1,11.45-4.45c6.91,0,12,3.32,12,9.14,0,4.1-3,6.78-7.32,8.26v.22c4.63,1,8.51,4.07,8.51,8.86,0,6.32-6,10.11-13.08,10.11C591.43,273.45,587.3,271.16,584.66,268.47Z"
 transform="translate(-69 -52.82)" fill="#f57900"/><g opacity="0.8"><path 
d="M806.66,176.32c0-1.92.17-4.37.27-6.29h-.25c-1.1,1.7-2.35,3.39-3.47,5.08l-8,10.26h21.24v4.13H789.73V186l15.95-21h5.87v33.39h-4.89Z"
 transform="translate(-69 -52.82)" fill="#f57900"/></g><g opacity="0.5"><path 
d="M990.85,104.7l1.81-2.47a9.41,9.41,0,0,0,6.55,2.69c3.22,0,5.75-1.92,5.75-5.07S1002.73,95,999.42,95a8.47,8.47,0,0,0-4.72,1.39l-1.88-1.21.76-11.81h14v3.25h-10.7l-.59,6.47a9.84,9.84,0,0,1,4.15-.88c4.59,0,8.33,2.36,8.33,7.58s-4.38,8.27-9.11,8.27A12.29,12.29,0,0,1,990.85,104.7Z"
 transform="translate(-69 -52.82)" fill="#f57900"/></g><rect x="347.16" y="2
 83.32" w
 idth="357.49" height="357.49" fill="#f57900" opacity="0.1"/><rect x="359.16" y="266.32" width="357.49" 
height="357.49" fill="#fff"/><rect x="396.6" y="305.92" width="282.6" height="10.72" fill="#f57900" 
opacity="0.5"/><rect x="396.6" y="383.43" width="179.95" height="10.72" opacity="0.1"/><rect x="396.6" 
y="455.38" width="174.6" height="10.72" opacity="0.1"/><rect x="396.6" y="491.35" width="238.01" 
height="10.72" opacity="0.1"/><path 
d="M696.52,437.2l-1.23-1.27a.3.3,0,0,0-.2-.08.27.27,0,0,0-.19.08l-8.53,8.6-3.11-3.11a.32.32,0,0,0-.2-.08.29.29,0,0,0-.19.08l-1.25,1.25a.28.28,0,0,0,0,.4l3.92,3.91a1.25,1.25,0,0,0,.82.4,1.26,1.26,0,0,0,.81-.39h0l9.35-9.39a.32.32,0,0,0,0-.4Z"
 transform="translate(-69 -52.82)" fill="#3acc6c" opacity="0.5"/><path 
d="M689.07,429a12.6,12.6,0,1,1-8.9,3.69,12.5,12.5,0,0,1,8.9-3.69m0-1.95a14.55,14.55,0,1,0,14.54,14.54A14.54,14.54,0,0,0,689.07,427.07Z"
 transform="translate(-69 -52.82)" fill="#3acc6c" opacity="0.5"/><path d="M696.52,509.14l-1.23-1.26a.26.
 26,0,0,0
 
-.2-.08.24.24,0,0,0-.19.08l-8.53,8.59-3.11-3.1a.28.28,0,0,0-.2-.09.26.26,0,0,0-.19.09l-1.25,1.24a.28.28,0,0,0,0,.4l3.92,3.92a1.25,1.25,0,0,0,.82.4,1.31,1.31,0,0,0,.81-.39h0l9.35-9.4a.32.32,0,0,0,0-.4Z"
 transform="translate(-69 -52.82)" fill="#3acc6c" opacity="0.5"/><path 
d="M689.07,501a12.6,12.6,0,1,1-8.9,3.69,12.5,12.5,0,0,1,8.9-3.69m0-2a14.55,14.55,0,1,0,14.54,14.55A14.54,14.54,0,0,0,689.07,499Z"
 transform="translate(-69 -52.82)" fill="#3acc6c" opacity="0.5"/><ellipse cx="512.51" cy="782.38" rx="71.41" 
ry="11.98" fill="#f57900" opacity="0.1"/><path 
d="M199.91,746.19s3.72,4.87-1.72,12.23-9.94,13.56-8.12,18.15c0,0,8.21-13.66,14.9-13.85S207.26,754.41,199.91,746.19Z"
 transform="translate(-69 -52.82)" fill="#f57900"/><path 
d="M199.91,746.19a6.09,6.09,0,0,1,.76,1.53c6.52,7.67,10,14.82,3.73,15-5.84.17-12.85,10.61-14.53,13.25a4.69,4.69,0,0,0,.2.6s8.21-13.66,14.9-13.85S207.26,754.41,199.91,746.19Z"
 transform="translate(-69 -52.82)" opacity="0.1"/><path d="M206.83,752.4c0,1.72-.19,3
 .11-.43,
 3.11s-.43-1.39-.43-3.11.24-.91.48-.91S206.83,750.69,206.83,752.4Z" transform="translate(-69 -52.82)" 
fill="#ffd037"/><path 
d="M209.21,754.45c-1.51.82-2.82,1.32-2.93,1.11s1-1,2.52-1.87.91-.22,1,0S210.71,753.63,209.21,754.45Z" 
transform="translate(-69 -52.82)" fill="#ffd037"/><path 
d="M180.23,746.19s-3.73,4.87,1.72,12.23,9.93,13.56,8.12,18.15c0,0-8.22-13.66-14.9-13.85S172.87,754.41,180.23,746.19Z"
 transform="translate(-69 -52.82)" fill="#f57900"/><path 
d="M180.23,746.19a6.09,6.09,0,0,0-.76,1.53c-6.53,7.67-10,14.82-3.73,15,5.84.17,12.85,10.61,14.53,13.25-.06.2-.12.4-.2.6,0,0-8.22-13.66-14.9-13.85S172.87,754.41,180.23,746.19Z"
 transform="translate(-69 -52.82)" opacity="0.1"/><path 
d="M173.3,752.4c0,1.72.19,3.11.43,3.11s.43-1.39.43-3.11-.24-.91-.48-.91S173.3,750.69,173.3,752.4Z" 
transform="translate(-69 -52.82)" fill="#ffd037"/><path 
d="M170.93,754.45c1.5.82,2.81,1.32,2.93,1.11s-1-1-2.52-1.87-.91-.22-1,0S169.42,753.63,170.93,754.45Z" 
transform="translate(-69 -52.82)" fill="#ffd03
 7"/><ell
 ipse cx="121.07" cy="755.04" rx="38.95" ry="5.98" fill="#f57900" opacity="0.1"/><path 
d="M210.12,770l-.19,1.53-.26,2.14-.11.9-.26,2.15-.11.9-.27,2.14-3,24.44c-.26,2.18-3.83,3.88-8.13,3.88H182.32c-4.3,0-7.86-1.7-8.12-3.88l-3-24.44-.26-2.14-.11-.9-.26-2.15-.11-.9-.26-2.14L170,770c-.15-1.23,1.78-2.27,4.21-2.27h31.68C208.34,767.73,210.27,768.77,210.12,770Z"
 transform="translate(-69 -52.82)" fill="#65617d"/><polygon points="140.93 718.7 140.67 720.85 101.47 720.85 
101.2 718.7 140.93 718.7" fill="#9d9cb5"/><polygon points="140.56 721.75 140.3 723.9 101.84 723.9 101.58 
721.75 140.56 721.75" fill="#9d9cb5"/><polygon points="140.19 724.79 139.92 726.94 102.21 726.94 101.95 
724.79 140.19 724.79" fill="#9d9cb5"/><path 
d="M659.84,514.61c-.67-1.37-6-19-6-19l-10.27-26.07s-6.23-34.31-15.53-25.75,5,29.1,5,29.1,5.87,15,5.57,18,3.27,14,3.27,14l-1.16,6.32c-1.51-.1-2.49-.1-2.49-.1s-.92,1.32-1.8,1.41a.83.83,0,0,1-.44-.06c-1-.45-4.31-.36-6-.36a13.44,13.44,0,0,1-4.49-1.44c-.58-1.16-3.86-1.85-6.77-
 2.24-2.2
 
1-5.5-5.32-10.85-5.75-16.59a7.17,7.17,0,0,1,.88-4.52,5.65,5.65,0,0,1,.66-.82c.81-.82,1.8-1.54,2.7-2.3.45-.38.86-.77,1.25-1.17,7.63-7.4,6.42-18.86-.5-26.79-8-9.17-44.08-28.9-55-12-1.52,2.36-1.57,5.09-2,7.71a32.14,32.14,0,0,1-8.62,17c-3.62,3.85-8.37,7.4-10.45,11.76l-.07-.16a11.65,11.65,0,0,0-1.08,3c-1.05,5.31,2.53,10.42,4.41,15.59a28,28,0,0,1,1.38,5.42l.12-1.14a35.22,35.22,0,0,1,.47,8c-13.1,2.68-13.11,25.26-13.11,25.26s-1.61,9-1.34,12.21.27,10.23.27,11.94-1.62,12.21-1.8,13.47a.11.11,0,0,1,0,0c-.23,1.39-2.69,8.05,3.25,9.55.41.11.85.2,1.3.28.25,5.39.72,16.7.31,19.2,0,0,2.16,15.18,3.95,19a45.06,45.06,0,0,0,4,6.45,7,7,0,0,1-.91,2.61c-.91,1.33-.44,2.42,1.09,2.89q-.07.69-.18,1.56c-.65,5.86-1.63,17.49,0,23.39,2.29,8.08,2.42,10.77,2.42,10.77a8,8,0,0,0,.94,3.77c1,1.35,2.7,13.87,2.7,15.89s4.58,20.2,3.23,24.51-.27,10.37-.27,10.37-.81,10.64-1.75,12.93-1.35,39.19.13,48.75,2.43,17.51,2.43,17.51-1,8.75-.14,10,2.29,8.49,1.21,8.89-1.61,3.37-1.61,3.37a29.63,29.63,0,0,0,1.84,2.51,10.16,10.16,0,0
 ,1-1.22-
 
.52c.43.61,1.07,1.45,1.85,2.37l-.73,9.68a1.62,1.62,0,0,0,1.2,1.7,13.44,13.44,0,0,0,13.38-3.79c6.73-6.87,9-5.92,10.24-10.1.12-.45.24-.88.33-1.3a4.37,4.37,0,0,0-6.19-4.9c.43-3,.77-6.29.44-8.18-.67-3.9-.54-14.14-.54-14.14l-.94-49s1.75-9.69,3.77-13.46,1.75-17,1.75-17l2.29-43.37L583,655.48s2.15-7.27,4.84.81c0,0-1.48,16.29-.8,20.2s1.61,22.89.94,27.07-3.64,27.07-1.75,32.86,3.9,12.79,3.5,15.08-1.75,52-1.75,52,3.63,9.56.94,12.66-.13,15.49-.13,15.49.32.23.88.56l-.08,1-.84,11.14a1.63,1.63,0,0,0,1.2,1.7,13.46,13.46,0,0,0,13.38-3.79c6.73-6.87,9-5.93,10.24-10.1.12-.45.24-.89.34-1.31a4.38,4.38,0,0,0-7.06-4.35.93.93,0,0,1-.15.13c-.17.15-.35.28-.53.41l-.26.17c.67-3.08,1.65-8.33,1.19-10.81-.67-3.64.67-14.68.67-14.68s3.91-13.2,4-18.45,1.08-42,1.08-42-.13-17.1.41-21.27,4.84-40.27,9.15-51c3.31-8.26,4.79-29.31,3.91-40-.05-.54-.1-1-.15-1.52C631.44,623.52,632,617,632,617s-4.85-9.34-9.52-13.29-5.75-10.77-5.57-13.65a7.09,7.09,0,0,0-1.61-4.84s-2.16-7-3.6-7.72a1,1,0,0,1-.31-.24c-1-1.06-.23-4.07-.23-4.0
 7l0-.09c
 
.16-.7,1.21-5.22.87-6.38s.18-7.18.18-7.18,3.42-10.23,2.88-18.31,7-7.37,7-7.37l23.29-.24,2.65,0a19.52,19.52,0,0,0,3-3.21,6.42,6.42,0,0,0,5.15-1.26C661.12,524.63,660.51,516,659.84,514.61Zm-108.31,70,.17-4.1.91.78a6.56,6.56,0,0,1,0,3.28,3.5,3.5,0,0,1-2,2.28,2.23,2.23,0,0,0-.33.2l-.23-2.34C551,584.65,551.53,584.6,551.53,584.6Z"
 transform="translate(-69 -52.82)" opacity="0.1"/><path 
d="M638.9,522.56s13.26,8.53,18.28,4,4.4-13.27,3.72-14.65-6.08-19.13-6.08-19.13l-10.43-26.28s-6.34-34.59-15.8-26,5.1,29.33,5.1,29.33,6,15.13,5.66,18.16,3.32,14.13,3.32,14.13Z"
 transform="translate(-69 -52.82)" fill="url(#85112d37-9806-4565-a0ea-8879143619cd)"/><path 
d="M614.17,830.73c-.1.43-.21.87-.35,1.32-1.23,4.21-3.56,3.26-10.4,10.18a13.73,13.73,0,0,1-13.6,3.82,1.64,1.64,0,0,1-1.22-1.71l.86-11.23.41-5.41s10.89,3.06,16.44-.81c.18-.13.36-.26.53-.41l.16-.13A4.45,4.45,0,0,1,614.17,830.73Z"
 transform="translate(-69 -52.82)" fill="url(#df208e3c-a3f5-4fc2-8354-a8814a1a7545)"/><path 
d="M580,826.49c-.09.43-.
 21.87-.3
 
4,1.32-1.23,4.21-3.56,3.26-10.4,10.18a13.77,13.77,0,0,1-13.6,3.83,1.63,1.63,0,0,1-1.22-1.72l.85-11.23.42-5.41s10.89,3.06,16.43-.81c.19-.13.36-.26.54-.41l.16-.13A4.44,4.44,0,0,1,580,826.49Z"
 transform="translate(-69 -52.82)" fill="url(#f31dc2d4-0d93-40f6-a24d-a9bceb1557a5)"/><g opacity="0.1"><path 
d="M568.72,828.18l.45,5.83c-6.26,6.2-13.7-3-15.9-6.06C559,830.89,568.72,828.18,568.72,828.18Z" 
transform="translate(-69 -52.82)" fill="url(#f0ebc0e0-65f1-47cb-b776-261c995964f9)"/></g><g 
opacity="0.1"><path 
d="M605.47,830.55l.83-.54c-5.72,8.62-14.2,4.64-16.84,3.1l.41-5.41s10.89,3.06,16.44-.81C605.87,829,605.47,830.55,605.47,830.55Z"
 transform="translate(-69 -52.82)" fill="url(#93f025d2-5adc-499b-9d9a-f633acaed05b)"/></g><path 
d="M622.86,667.49c-4.38,10.86-8.76,47.25-9.31,51.46s-.41,21.45-.41,21.45L612,782.76c-.13,5.3-4.1,18.6-4.1,18.6s-1.37,11.14-.69,14.8-1.78,13.31-1.78,13.31l.83-.54c-6.85,10.31-17.66,2.57-17.66,2.57s-2.6-12.49.13-15.61-.95-12.76-.95-12.76,1.36-50.1,1.78-52.41S588,
 741.35,5
 
86,735.51s1.09-28.92,1.78-33.13-.28-23.35-1-27.29.82-20.37.82-20.37c-2.74-8.14-4.93-.81-4.93-.81l-2.19,21.32L578.23,719s.28,13.3-1.78,17.1-3.83,13.58-3.83,13.58l1,49.42s-.14,10.32.55,14.26-1.51,14.12-1.51,14.12c-7.66,17.92-20-1.49-20-1.49s.54-3,1.64-3.4-.41-7.74-1.23-9,.13-10,.13-10-.95-8-2.46-17.66-1.09-46.84-.14-49.15,1.78-13,1.78-13-1.09-6.11.28-10.46-3.29-22.67-3.29-24.71-1.78-14.66-2.74-16a8,8,0,0,1-1-3.8s-.14-2.72-2.47-10.86c-1.7-6-.7-17.68,0-23.58.24-2.19.44-3.58.44-3.58s78.57-12.63,81.72-9.77c.74.66,1.23,3,1.51,6.26C627.72,637.94,626.21,659.17,622.86,667.49Z"
 transform="translate(-69 -52.82)" fill="url(#7be7b514-f490-43c2-8f6f-9e415e928302)"/><g opacity="0.1"><path 
d="M593.15,728.54c.37,0,9,.73,12.23.09S593.15,728.54,593.15,728.54Z" transform="translate(-69 -52.82)" 
fill="url(#33a20f31-fcc2-4a92-ab49-195e19cfaaaa)"/></g><g opacity="0.1"><path 
d="M593.79,733.61s12,2.08,12.6,1S593.79,733.61,593.79,733.61Z" transform="translate(-69 -52.82)" 
fill="url(#de6a0646-a91b-46a0
 -9afb-f4
 6952816772)"/></g><g opacity="0.1"><path d="M557.2,731.44s6.2.27,9.58,1.81S557.2,731.44,557.2,731.44Z" 
transform="translate(-69 -52.82)" fill="url(#04d37134-577c-4403-8fe6-8ed7eba6d70a)"/></g><path 
d="M534.66,579.19s1,18.92.46,22.26c0,0,2.19,15.3,4,19.19a55.12,55.12,0,0,0,5.75,8.78l5.38-37.56L549,579Z" 
transform="translate(-69 -52.82)" fill="url(#8776c570-d85f-4376-8246-d2602742eda7)"/><ellipse cx="522.24" 
cy="419.28" rx="21.08" ry="20.91" fill="url(#6e2a29df-8464-4633-8e1b-f9ea2b2d5fc1)"/><path 
d="M580.29,481.88s-6.57,12.76-13.14,18.74,39.42,12.76,40.51,12.76-8.21-27.15-6.57-30.41S580.29,481.88,580.29,481.88Z"
 transform="translate(-69 -52.82)" fill="url(#e33e2ef7-473f-4cd6-b28c-ecb98abedfac)"/><g opacity="0.1"><path 
d="M626.83,627.18a13.66,13.66,0,0,1-3.38,1.88c-8.39,3.26-17.52,7.79-23.73,6s-19.34,0-19.34,0-26.47-2.18-31.76-.91a10.26,10.26,0,0,1-5.46.14c.24-2.19.44-3.58.44-3.58s78.57-12.63,81.72-9.77C626.06,621.58,626.55,623.89,626.83,627.18Z"
 transform="translate(-69 -52.8
 2)" fill
 ="url(#f5b9f2bb-2c0e-46fc-9c28-4202a4412ecd)"/></g><path 
d="M632.58,615.12s-.73,9-9.13,12.31-17.52,7.79-23.73,6-19.34,0-19.34,0-26.47-2.18-31.76-.91-8-.36-6.39-2.72,1.47-10.13,1.47-13.39-1.83-16.48-.19-18.83,3.1-11.4,6.39-12.85a3.55,3.55,0,0,0,2.05-2.3,6.47,6.47,0,0,0,0-3.31s-.55-.45-1.32-1.13c-1.93-1.71-5.21-4.89-4.16-5.93,1.46-1.45,0-10.87,0-10.87s-3.47-7.24-2.19-9.95-11.13-17-11.13-17,0-24.62,15-25.71c0,0,10.58.37,11.86-4.34s9.67-7.43,9.67-7.43l19.16,4.17s17,3.62,20.08,1.45,5.48,2.89,5.48,2.89,10.58.55,11.68,2.72-3.47,23.35-3.47,23.35-7.67-.72-7.12,7.43-2.92,18.46-2.92,18.46-.55,6-.18,7.24-.72,5.72-.89,6.43l0,.09s-.76,3,.23,4.11a1.49,1.49,0,0,0,.32.24c1.46.72,3.65,7.78,3.65,7.78a7.13,7.13,0,0,1,1.65,4.89c-.18,2.9.91,9.77,5.65,13.76S632.58,615.12,632.58,615.12Z"
 transform="translate(-69 -52.82)" fill="url(#f29e8a79-8a58-4993-a70a-b992b7a832bd)"/><path 
d="M551.17,573.21l0,.77-.34,8.47s-11.22.9-17.34-.64-3.53-8.23-3.29-9.63c0,0,0,0,0,0,.18-1.27,1.82-11.86,1.82-13.58s0-8.78-.
 27-12,1.
 37-12.31,1.37-12.31l1.18-1.45,12.87,4.89Z" transform="translate(-69 -52.82)" 
fill="url(#c04eac17-4773-4368-bae0-7265c9e76607)"/><g opacity="0.1"><path 
d="M551.15,574l-.34,8.47s-11.22.9-17.34-.64-3.53-8.23-3.29-9.63Z" transform="translate(-69 -52.82)" 
fill="url(#3c970590-dd1c-4631-9f7e-f9b23acb9d2d)"/></g><g opacity="0.1"><path 
d="M552,582.41a6.47,6.47,0,0,0,0-3.31s-.55-.45-1.32-1.13c9.67-1.33,47.94-6.55,60.84-7.11l0,.09s-.76,3,.23,4.11Z"
 transform="translate(-69 -52.82)" fill="url(#cab065ab-ef79-48f8-9c0a-09d4e188359a)"/></g><g 
opacity="0.1"><path d="M612.87,589s2.37,13.31-6.48,18C606.39,607,611.41,600.37,612.87,589Z" 
transform="translate(-69 -52.82)" fill="url(#d718cee3-9c00-4171-a05a-14de0f48f667)"/></g><g 
opacity="0.1"><path d="M554.92,607.34s21.35-3.62,25.55-.82S554.92,607.34,554.92,607.34Z" 
transform="translate(-69 -52.82)" fill="url(#8f995e39-4892-4832-8cdc-33159eeee44f)"/></g><g 
opacity="0.1"><path d="M605.47,524.88s-3.28,13.39-.82,16.47S605.47,524.88,605.47,524.88Z" 
 transfor
 m="translate(-69 -52.82)" fill="url(#ba1bc673-7a43-4daf-b3ca-7287eecc4ed3)"/></g><g opacity="0.1"><path 
d="M543.6,513.92s3,5,1.19,10.14S543.6,513.92,543.6,513.92Z" transform="translate(-69 -52.82)" 
fill="url(#d005e3fc-d6fe-48e9-9aec-3eb63feaa3ce)"/></g><path 
d="M537.4,557.55s3.83,2.27,2.55,5.8S537.4,557.55,537.4,557.55Z" transform="translate(-69 -52.82)" 
fill="url(#8f44d692-9086-4f84-9d84-a3a660414f29)"/><g opacity="0.1"><path 
d="M537,547.23s3.56,1.91,4,4.71S537,547.23,537,547.23Z" transform="translate(-69 -52.82)" 
fill="url(#34b8f87b-81de-41c4-ae6e-1a72ec4cce6a)"/></g><g opacity="0.1"><path 
d="M589.78,655.49s22.36,2.27,26.83-3C616.61,652.51,596.44,656.49,589.78,655.49Z" transform="translate(-69 
-52.82)" fill="url(#aa860263-0dba-4287-a003-5e39ffdf9739)"/></g><g opacity="0.1"><path 
d="M551.18,654.23s24,5.61,28.74,1.17C579.92,655.4,559.3,656.94,551.18,654.23Z" transform="translate(-69 
-52.82)" fill="url(#b0bcbe2d-d614-49a6-948e-a79a535d5283)"/></g><g opacity="0.1"><path d="M59
 1.51,662
 .83s10,0,14.69.27S591.51,662.83,591.51,662.83Z" transform="translate(-69 -52.82)" 
fill="url(#1ff6b976-6854-4bdb-b047-1feedf56385b)"/></g><g opacity="0.1"><path 
d="M552.82,667.08s4.93,5.52,10.49,4.53S552.82,667.08,552.82,667.08Z" transform="translate(-69 -52.82)" 
fill="url(#4cf659f5-9d55-4c93-bc8b-15c9a9403b0a)"/></g><path 
d="M562.5,441c-1.55,2.38-1.6,5.13-2,7.77a32.32,32.32,0,0,1-8.76,17.19c-4.38,4.62-10.39,8.8-11.52,14.44-1.07,5.36,2.57,10.51,4.48,15.72,5,13.75-2,28.16-4.05,42.35-.56,3.92.12,8.93,5,10.23,1.52.41,3.26.36,4.62,1,1.84.87,2.4,2.68,2.74,4.31a65.67,65.67,0,0,1,1.25,17.73c-.22,3.34-.46,7.17,2.71,9.46a16.13,16.13,0,0,0,5.26,2.08c5,1.34,11.47,2.41,14.84-.72,1.42-1.31,2-3.17,3.71-4.21,2.64-1.55,6.39-.5,9.72-.34a17.65,17.65,0,0,0,15.81-8.42c2.69-4.81,2.46-10.29,1.46-15.47s-2.72-10.3-2.85-15.54a9,9,0,0,1,1.18-5.27c2-3.12,6.77-4.54,10-7,6.06-4.6,6-12.14,3.84-18.45s-6.16-12.34-6.65-18.86a7.16,7.16,0,0,1,.9-4.56,17.78,17.78,0,0,1,3.68-3.42c8.85-7.41,7.81-19.59.49-27.92C61
 0.24,443
 .83,573.55,423.93,562.5,441Z" transform="translate(-69 -52.82)" 
fill="url(#ddaf5e28-e506-4c9e-ad2d-295c8c59bc2c)"/><g opacity="0.1"><path 
d="M545.82,501.81a34.07,34.07,0,0,0-1.39-16.32c-1-2.63-2.37-5.25-3.38-7.88a11.19,11.19,0,0,0-1.1,3c-1.08,5.35,2.57,10.5,4.48,15.72A28.42,28.42,0,0,1,545.82,501.81Z"
 transform="translate(-69 -52.82)" fill="url(#ba62206a-581b-4ba2-9912-7589baa777ba)"/><path 
d="M554,561.11a65.3,65.3,0,0,0-1.26-17.73c-.34-1.63-.9-3.44-2.73-4.31-1.37-.65-3.11-.6-4.63-1a6.31,6.31,0,0,1-4.26-3.5c-.27,1.38-.52,2.76-.72,4.13-.57,3.92.11,8.93,5,10.23,1.52.41,3.26.36,4.63,1,1.83.87,2.39,2.68,2.73,4.31a65.14,65.14,0,0,1,1.18,8.19C553.92,562,554,561.55,554,561.11Z"
 transform="translate(-69 -52.82)" fill="url(#1d302a68-2b53-4616-82c0-9d32bf7b435e)"/><path 
d="M606,559a17.64,17.64,0,0,1-15.8,8.42c-3.33-.16-7.08-1.21-9.72.34-1.76,1-2.3,2.9-3.71,4.21-3.37,3.13-9.84,2.06-14.84.72a16,16,0,0,1-5.26-2.08,6.46,6.46,0,0,1-2.59-4.18c0,1.86,0,3.73-.12,5.59-.22,3.33-.46,7.16,2.71,9.
 45a16,16
 
,0,0,0,5.26,2.08c5,1.35,11.47,2.41,14.84-.72,1.41-1.31,2-3.16,3.71-4.2,2.64-1.56,6.39-.51,9.72-.34a17.62,17.62,0,0,0,15.8-8.43c2.59-4.62,2.48-9.86,1.58-14.86A16.18,16.18,0,0,1,606,559Z"
 transform="translate(-69 -52.82)" fill="url(#0da18ff1-7e19-420b-8354-a9457e98fcb1)"/><path 
d="M617.59,470.4a17.84,17.84,0,0,0-3.69,3.42,7.17,7.17,0,0,0-.89,4.56,23.57,23.57,0,0,0,1.25,5.81,25,25,0,0,1,3.33-2.93c6-5,7.44-12.2,5.5-18.91A17.37,17.37,0,0,1,617.59,470.4Z"
 transform="translate(-69 -52.82)" fill="url(#86e6b7f7-4a58-4701-a141-596d9c5da905)"/><path 
d="M615.82,515.69c-3.24,2.45-8,3.87-10,7a8.93,8.93,0,0,0-1.18,5.27,36.29,36.29,0,0,0,.78,6.3,7.14,7.14,0,0,1,.4-.71c2-3.11,6.76-4.54,10-7,5.53-4.2,6-10.85,4.36-16.78A12.67,12.67,0,0,1,615.82,515.69Z"
 transform="translate(-69 -52.82)" fill="url(#3a8eff62-0f79-4f94-b7ff-acb207059ac5)"/></g><path 
d="M657.49,517.91c-3.74,9.41-8.58,13.12-8.58,13.12l-2.69,0-23.68.24-2.74-7.42,3.84-16L626,508a13.7,13.7,0,0,0,4.56,1.45c1.73,0,5.11-.09,6.11.36a.79.7
 9,0,0,0,
 .45.06c.89-.09,1.84-1.42,1.84-1.42S661.23,508.49,657.49,517.91Z" transform="translate(-69 -52.82)" 
fill="url(#f56efedd-ee8b-4d2e-8bf5-876fc33e5faf)"/><g opacity="0.1"><path 
d="M657.49,517.91c-3.74,9.41-8.58,13.12-8.58,13.12l-2.69,0c1.4-3.73,4.36-11.39,5.52-13.15s-8.81-5.84-14.61-8.09c.89-.09,1.84-1.42,1.84-1.42S661.23,508.49,657.49,517.91Z"
 transform="translate(-69 -52.82)" fill="url(#4176ab9b-a8a4-47bf-bcab-5d6531458a22)"/></g><path 
d="M638.2,525.2s13,8.46,18,3.94,4.33-13.16,3.66-14.53-6-19-6-19l-10.27-26.07s-6.23-34.31-15.53-25.75,5,29.1,5,29.1,5.87,15,5.57,18,3.27,14,3.27,14Z"
 transform="translate(-69 -52.82)" fill="#efb7b9"/><path 
d="M613.87,830.86c-.1.42-.22.86-.34,1.31-1.22,4.17-3.51,3.23-10.24,10.1a13.46,13.46,0,0,1-13.38,3.79,1.63,1.63,0,0,1-1.2-1.7l.84-11.14.41-5.36s10.72,3,16.17-.81c.18-.13.36-.26.53-.41a.93.93,0,0,0,.15-.13A4.38,4.38,0,0,1,613.87,830.86Z"
 transform="translate(-69 -52.82)" fill="#f57900"/><path 
d="M580.22,826.66c-.09.42-.21.85-.33,1.3-1.22,4.18-3.5
 1,3.23-1
 
0.24,10.1a13.44,13.44,0,0,1-13.38,3.79,1.62,1.62,0,0,1-1.2-1.7l.84-11.14.41-5.36s10.72,3,16.17-.81a6.14,6.14,0,0,0,.53-.4l.15-.14A4.38,4.38,0,0,1,580.22,826.66Z"
 transform="translate(-69 -52.82)" fill="#f57900"/><path 
d="M569.15,828.33l.44,5.79c-6.15,6.14-13.48-3-15.64-6C559.61,831,569.15,828.33,569.15,828.33Z" 
transform="translate(-69 -52.82)" opacity="0.1"/><path 
d="M605.31,830.68l.81-.53c-5.62,8.54-14,4.6-16.57,3.07l.41-5.36s10.72,3,16.17-.81C605.7,829.14,605.31,830.68,605.31,830.68Z"
 transform="translate(-69 -52.82)" opacity="0.1"/><path 
d="M622.41,669c-4.31,10.77-8.62,46.86-9.15,51s-.41,21.27-.41,21.27l-1.08,42c-.13,5.25-4,18.45-4,18.45s-1.34,11-.67,14.68-1.75,13.2-1.75,13.2l.81-.54c-6.73,10.23-17.37,2.56-17.37,2.56s-2.56-12.39.13-15.49-.94-12.66-.94-12.66,1.35-49.69,1.75-52-1.62-9.29-3.5-15.08,1.08-28.69,1.75-32.86-.27-23.17-.94-27.07.8-20.2.8-20.2c-2.69-8.08-4.84-.81-4.84-.81l-2.16,21.14L578.51,720s.27,13.19-1.75,17S573,750.42,573,750.42l.94,49s-.13,10.24.54,14.14-1.4
 8,14-1.4
 
8,14c-7.54,17.77-19.66-1.48-19.66-1.48s.54-3,1.61-3.37-.4-7.68-1.21-8.89.14-10,.14-10-1-7.95-2.43-17.51-1.07-46.46-.13-48.75,1.75-12.93,1.75-12.93-1.08-6.06.27-10.37-3.23-22.49-3.23-24.51-1.75-14.54-2.7-15.89a8,8,0,0,1-.94-3.77s-.13-2.69-2.42-10.77c-1.67-5.9-.69-17.53,0-23.39.24-2.17.44-3.55.44-3.55s77.3-12.52,80.4-9.69c.72.66,1.21,3,1.48,6.21C627.2,639.64,625.72,660.69,622.41,669Z"
 transform="translate(-69 -52.82)" fill="#444053"/><path 
d="M593.19,729.5c.36,0,8.89.72,12,.09S593.19,729.5,593.19,729.5Z" transform="translate(-69 -52.82)" 
opacity="0.1"/><path d="M593.82,734.53s11.76,2.07,12.39,1S593.82,734.53,593.82,734.53Z" 
transform="translate(-69 -52.82)" opacity="0.1"/><path 
d="M557.82,732.38s6.1.27,9.42,1.79S557.82,732.38,557.82,732.38Z" transform="translate(-69 -52.82)" 
opacity="0.1"/><path 
d="M535.64,581.37s1,18.76.45,22.08c0,0,2.16,15.18,3.95,19a55.07,55.07,0,0,0,5.66,8.71L551,593.94l-1.25-12.75Z"
 transform="translate(-69 -52.82)" fill="#efb7b9"/><circle cx="522.31" cy=
 "422.34"
  r="20.74" fill="#efb7b9"/><path 
d="M580.53,484.86s-6.46,12.65-12.93,18.58,38.79,12.66,39.87,12.66-8.08-26.94-6.47-30.17S580.53,484.86,580.53,484.86Z"
 transform="translate(-69 -52.82)" fill="#efb7b9"/><path 
d="M626.32,629a13.55,13.55,0,0,1-3.32,1.87c-8.26,3.23-17.24,7.72-23.35,5.92s-19,0-19,0-26-2.15-31.24-.9A10.07,10.07,0,0,1,544,636c.24-2.17.44-3.55.44-3.55s77.3-12.52,80.4-9.69C625.56,623.42,626.05,625.71,626.32,629Z"
 transform="translate(-69 -52.82)" opacity="0.1"/><path 
d="M632,617s-.72,9-9,12.21-17.24,7.72-23.35,5.93-19,0-19,0-26-2.16-31.24-.9-7.9-.36-6.29-2.7,1.44-10,1.44-13.28-1.8-16.34-.18-18.68,3-11.31,6.29-12.75a3.5,3.5,0,0,0,2-2.28,6.56,6.56,0,0,0,0-3.28s-.54-.45-1.3-1.12c-1.9-1.7-5.12-4.85-4.08-5.88,1.43-1.44,0-10.78,0-10.78s-3.42-7.18-2.16-9.87-11-16.88-11-16.88,0-24.42,14.73-25.5c0,0,10.41.36,11.67-4.31s9.52-7.36,9.52-7.36l18.85,4.13s16.7,3.59,19.75,1.44S614,508,614,508s10.41.54,11.49,2.69-3.41,23.16-3.41,23.16-7.54-.71-7,7.37-2.88,18.31-2.88,18.31-.54,5.93-.18
 ,7.18-.7
 
1,5.68-.87,6.38l0,.09s-.74,3,.23,4.07a1,1,0,0,0,.31.24c1.44.71,3.6,7.72,3.6,7.72a7.09,7.09,0,0,1,1.61,4.84c-.18,2.88.9,9.7,5.57,13.65S632,617,632,617Z"
 transform="translate(-69 -52.82)" fill="#f57900"/><path 
d="M551.89,575.44l0,.76-.33,8.4s-11,.9-17-.63-3.48-8.16-3.25-9.55a.11.11,0,0,0,0,0c.18-1.26,1.8-11.77,1.8-13.47s0-8.71-.27-11.94,1.34-12.21,1.34-12.21l1.17-1.44,12.66,4.85Z"
 transform="translate(-69 -52.82)" fill="#f57900"/><path 
d="M551.86,576.2l-.33,8.4s-11,.9-17-.63-3.48-8.16-3.25-9.55Z" transform="translate(-69 -52.82)" 
opacity="0.1"/><path 
d="M552.66,584.56a6.56,6.56,0,0,0,0-3.28s-.54-.45-1.3-1.12c9.52-1.32,47.17-6.49,59.86-7l0,.09s-.74,3,.23,4.07Z"
 transform="translate(-69 -52.82)" opacity="0.1"/><path 
d="M612.58,591.06s2.34,13.2-6.37,17.87C606.21,608.93,611.15,602.38,612.58,591.06Z" transform="translate(-69 
-52.82)" opacity="0.1"/><path d="M555.57,609.29s21-3.59,25.14-.81S555.57,609.29,555.57,609.29Z" 
transform="translate(-69 -52.82)" opacity="0.1"/><path d="M605.
 31,527.5
 s-3.23,13.29-.81,16.34S605.31,527.5,605.31,527.5Z" transform="translate(-69 -52.82)" opacity="0.1"/><path 
d="M544.44,516.64s3,4.93,1.17,10.05S544.44,516.64,544.44,516.64Z" transform="translate(-69 -52.82)" 
opacity="0.1"/><path d="M538.34,559.91s3.77,2.25,2.51,5.75S538.34,559.91,538.34,559.91Z" 
transform="translate(-69 -52.82)" fill="#f57900"/><path 
d="M538,549.68s3.5,1.88,3.95,4.66S538,549.68,538,549.68Z" transform="translate(-69 -52.82)" 
opacity="0.1"/><path d="M589.87,657.05s22,2.25,26.39-3C616.26,654.09,596.42,658,589.87,657.05Z" 
transform="translate(-69 -52.82)" opacity="0.1"/><path 
d="M551.89,655.79s23.61,5.57,28.28,1.17C580.17,657,559.88,658.49,551.89,655.79Z" transform="translate(-69 
-52.82)" opacity="0.1"/><path d="M591.57,664.32s9.88,0,14.46.27S591.57,664.32,591.57,664.32Z" 
transform="translate(-69 -52.82)" opacity="0.1"/><path 
d="M553.51,668.54s4.85,5.48,10.32,4.49S553.51,668.54,553.51,668.54Z" transform="translate(-69 -52.82)" 
opacity="0.1"/><path d="M563,444.26c-
 1.52,2.3
 
6-1.57,5.09-2,7.71a32.14,32.14,0,0,1-8.62,17c-4.3,4.58-10.21,8.73-11.33,14.32-1.05,5.31,2.53,10.42,4.41,15.59,5,13.63-2,27.93-4,42-.56,3.89.11,8.86,4.9,10.15,1.5.4,3.21.35,4.56,1,1.8.86,2.35,2.66,2.68,4.27a65.47,65.47,0,0,1,1.24,17.59c-.22,3.31-.46,7.11,2.66,9.39a16.1,16.1,0,0,0,5.18,2.06c4.92,1.33,11.28,2.38,14.6-.72,1.39-1.3,1.91-3.14,3.65-4.17,2.6-1.54,6.29-.5,9.56-.34a17.33,17.33,0,0,0,15.55-8.35c2.65-4.78,2.42-10.2,1.44-15.34s-2.68-10.22-2.8-15.42a8.91,8.91,0,0,1,1.16-5.22c2-3.1,6.65-4.51,9.84-6.94,6-4.56,5.94-12,3.78-18.3s-6.07-12.24-6.55-18.71a7.17,7.17,0,0,1,.88-4.52A18.18,18.18,0,0,1,617.5,484c8.71-7.35,7.68-19.43.48-27.69C610,447.11,573.9,427.38,563,444.26Z"
 transform="translate(-69 -52.82)" fill="#e3787d"/><g opacity="0.1"><path 
d="M546.63,504.62a34.17,34.17,0,0,0-1.38-16.19c-.94-2.61-2.32-5.2-3.33-7.81a11.65,11.65,0,0,0-1.08,3c-1.05,5.31,2.53,10.42,4.41,15.59A28,28,0,0,1,546.63,504.62Z"
 transform="translate(-69 -52.82)"/><path d="M554.65,563.44a65.47,65.47,0,0,0-
 1.24-17.
 
59c-.33-1.61-.88-3.41-2.68-4.27-1.35-.65-3.06-.6-4.56-1a6.26,6.26,0,0,1-4.19-3.47c-.27,1.36-.51,2.73-.71,4.09-.56,3.89.11,8.86,4.9,10.15,1.5.4,3.21.35,4.56,1,1.8.87,2.35,2.66,2.68,4.28a65.86,65.86,0,0,1,1.16,8.12C554.59,564.31,554.62,563.87,554.65,563.44Z"
 transform="translate(-69 -52.82)"/><path 
d="M605.85,561.31a17.32,17.32,0,0,1-15.55,8.35c-3.27-.16-7-1.2-9.56.34-1.73,1-2.26,2.87-3.65,4.17-3.32,3.1-9.68,2.05-14.6.72a15.75,15.75,0,0,1-5.17-2.07,6.52,6.52,0,0,1-2.56-4.14c0,1.84,0,3.69-.11,5.53-.22,3.31-.46,7.11,2.67,9.39a16,16,0,0,0,5.17,2.06c4.92,1.33,11.28,2.38,14.6-.71,1.39-1.31,1.92-3.15,3.65-4.18,2.6-1.54,6.29-.5,9.56-.34a17.32,17.32,0,0,0,15.55-8.35c2.55-4.59,2.44-9.78,1.55-14.74A16.27,16.27,0,0,1,605.85,561.31Z"
 transform="translate(-69 -52.82)"/><path 
d="M617.23,473.47a17.62,17.62,0,0,0-3.63,3.39,7.17,7.17,0,0,0-.88,4.52,24.18,24.18,0,0,0,1.24,5.77,23.63,23.63,0,0,1,3.27-2.91c5.89-5,7.32-12.1,5.41-18.75A17.18,17.18,0,0,1,617.23,473.47Z"
 transform="translate(-69 -52.
 82)"/><p
 ath 
d="M615.49,518.39c-3.19,2.43-7.84,3.84-9.84,6.93a9,9,0,0,0-1.16,5.23,36.69,36.69,0,0,0,.77,6.25,4.8,4.8,0,0,1,.39-.7c2-3.1,6.65-4.51,9.84-6.94,5.44-4.17,5.9-10.76,4.29-16.64A12.64,12.64,0,0,1,615.49,518.39Z"
 transform="translate(-69 -52.82)"/></g><path 
d="M656.49,520.59c-3.68,9.34-8.45,13-8.45,13l-2.65,0-23.29.24-2.69-7.36,3.77-15.89,2.33.09a13.44,13.44,0,0,0,4.49,1.44c1.71,0,5-.09,6,.36a.83.83,0,0,0,.44.06c.88-.09,1.8-1.41,1.8-1.41S660.16,511.25,656.49,520.59Z"
 transform="translate(-69 -52.82)" fill="#f57900"/><path 
d="M656.49,520.59c-3.68,9.34-8.45,13-8.45,13l-2.65,0c1.39-3.7,4.3-11.29,5.44-13s-8.67-5.79-14.37-8c.88-.09,1.8-1.41,1.8-1.41S660.16,511.25,656.49,520.59Z"
 transform="translate(-69 -52.82)" opacity="0.1"/></svg>
\ No newline at end of file
diff --git a/assets/illustrations/news.svg b/assets/illustrations/news.svg
new file mode 100644
index 0000000..17cecdc
--- /dev/null
+++ b/assets/illustrations/news.svg
@@ -0,0 +1 @@
+<svg id="c1beeda2-3973-4ae6-86a9-52f16471172f" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; width="901.87" height="622" viewBox="0 0 901.87 
622"><defs><linearGradient id="cb4c75d7-b8af-4b7c-b93c-0d81a615737d" x1="214.76" y1="345.82" x2="214.76" 
y2="176.98" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="gray" stop-opacity="0.25"/><stop 
offset="0.54" stop-color="gray" stop-opacity="0.12"/><stop offset="1" stop-color="gray" 
stop-opacity="0.1"/></linearGradient><linearGradient id="7dbfc0ad-0edd-4962-ae53-3e10f8076a30" x1="370.41" 
y1="529.73" x2="370.41" y2="514.61" gradientTransform="translate(-261.96 -454.67) rotate(-3.75)" 
xlink:href="#cb4c75d7-b8af-4b7c-b93c-0d81a615737d"/><linearGradient id="2e677a00-ad84-462f-a755-cc915391eaef" 
x1="472.13" y1="507.75" x2="472.13" y2="492.63" gradientTransform="translate(-261.96 -454.67) rotate(-3.75)" 
xlink:href="#cb4c75d7-b8af-4b7c-b93c-0d81a615737d"/><linearGradient id="6fc
 9dfcb-95
 9f-45f5-9e30-981ed1ece4ee" x1="646.14" y1="517.73" x2="646.14" y2="494.63" 
gradientTransform="translate(-332.83 -332.73) rotate(-13.48)" 
xlink:href="#cb4c75d7-b8af-4b7c-b93c-0d81a615737d"/><linearGradient id="39a84653-3cf1-4134-ab42-bf2b0e824fc4" 
x1="557.24" y1="563.18" x2="557.24" y2="548.06" gradientTransform="translate(-117.85 -585.68) rotate(10.2)" 
xlink:href="#cb4c75d7-b8af-4b7c-b93c-0d81a615737d"/><linearGradient id="7782327f-ae36-4a9a-b462-151375f444b6" 
x1="441.24" y1="625.84" x2="441.24" y2="610.73" gradientTransform="translate(-261.96 -454.67) rotate(-3.75)" 
xlink:href="#cb4c75d7-b8af-4b7c-b93c-0d81a615737d"/><linearGradient id="8fce74bc-e786-4184-8196-133889bce917" 
x1="662.02" y1="559.99" x2="662.02" y2="536.88" gradientTransform="translate(-332.83 -332.73) rotate(-13.48)" 
xlink:href="#cb4c75d7-b8af-4b7c-b93c-0d81a615737d"/><linearGradient id="ec4cef39-2f7d-4633-a76d-8aa6eb49d472" 
x1="718.48" y1="687.72" x2="718.48" y2="664.62" gradientTransform="translate(-332.83 
 -332.73)
  rotate(-13.48)" xlink:href="#cb4c75d7-b8af-4b7c-b93c-0d81a615737d"/><linearGradient 
id="a0c3a354-3d2b-4575-9c71-49ce4224960a" x1="960.18" y1="802.18" x2="960.18" y2="779.08" 
gradientTransform="translate(-332.83 -332.73) rotate(-13.48)" 
xlink:href="#cb4c75d7-b8af-4b7c-b93c-0d81a615737d"/><linearGradient id="40fab73a-0f13-498f-8851-d851c09f96b3" 
x1="576.26" y1="650.26" x2="576.26" y2="635.14" gradientTransform="translate(-117.85 -585.68) rotate(10.2)" 
xlink:href="#cb4c75d7-b8af-4b7c-b93c-0d81a615737d"/><linearGradient id="0d812ec4-18d3-4fc9-95b5-b567b3aa17d2" 
x1="953.34" y1="715.38" x2="953.34" y2="700.26" gradientTransform="translate(-117.85 -585.68) rotate(10.2)" 
xlink:href="#cb4c75d7-b8af-4b7c-b93c-0d81a615737d"/><linearGradient id="c67bcd62-ea1d-4e84-87c1-af7379266e5a" 
x1="907.15" y1="582.9" x2="907.15" y2="567.79" gradientTransform="translate(-117.85 -585.68) rotate(10.2)" 
xlink:href="#cb4c75d7-b8af-4b7c-b93c-0d81a615737d"/><linearGradient id="7fce4d5f-14d9-4f34-a1c1-b99
 3bca17af
 d" x1="1066.36" y1="436.94" x2="1066.36" y2="421.82" gradientTransform="translate(-117.85 -585.68) 
rotate(10.2)" xlink:href="#cb4c75d7-b8af-4b7c-b93c-0d81a615737d"/><linearGradient 
id="fb214ff2-ed96-4be0-880a-75de4a76f8f9" x1="408.47" y1="593.3" x2="408.47" y2="578.18" 
gradientTransform="translate(-117.85 -585.68) rotate(10.2)" 
xlink:href="#cb4c75d7-b8af-4b7c-b93c-0d81a615737d"/><linearGradient id="4d87164c-caac-4a77-9549-821d8d9bfaaa" 
x1="795.18" y1="562.41" x2="795.18" y2="539.31" gradientTransform="translate(-261.96 -454.67) rotate(-3.75)" 
xlink:href="#cb4c75d7-b8af-4b7c-b93c-0d81a615737d"/><linearGradient id="468c021b-e5c9-4e7f-8066-86a3295c31c0" 
x1="818.98" y1="744.95" x2="818.98" y2="692.09" gradientTransform="translate(218.15 -819.06) rotate(27.07)" 
xlink:href="#cb4c75d7-b8af-4b7c-b93c-0d81a615737d"/><linearGradient id="2bba3003-1a7c-40bc-8007-601995116a1b" 
x1="1009.63" y1="941.57" x2="1009.63" y2="831.19" gradientTransform="matrix(0.9, 0.43, -0.43, 0.9, 289.5, 
-873.0
 1)" xlin
 k:href="#cb4c75d7-b8af-4b7c-b93c-0d81a615737d"/><linearGradient id="7d984b9b-79bf-4ccd-9c01-273bb4695a47" 
x1="983.97" y1="578.48" x2="983.97" y2="525.62" gradientTransform="matrix(1, -0.01, 0.01, 1, -233.9, 
-501.24)" xlink:href="#cb4c75d7-b8af-4b7c-b93c-0d81a615737d"/><linearGradient 
id="fce4593a-d20b-4d6c-94f1-f929bcf1e06a" x1="1058.69" y1="659.83" x2="1058.69" y2="606.97" 
gradientTransform="matrix(1, -0.01, 0.01, 1, -233.9, -501.24)" 
xlink:href="#cb4c75d7-b8af-4b7c-b93c-0d81a615737d"/><linearGradient id="e7fad314-c36a-43e5-85d6-709074a63ec6" 
x1="691.97" y1="619.33" x2="691.97" y2="596.23" gradientTransform="translate(-261.96 -454.67) rotate(-3.75)" 
xlink:href="#cb4c75d7-b8af-4b7c-b93c-0d81a615737d"/><linearGradient id="40600300-78d0-490f-be9f-5cfbcdd9ea47" 
x1="882.74" y1="617.51" x2="882.74" y2="594.41" gradientTransform="translate(-261.96 -454.67) rotate(-3.75)" 
xlink:href="#cb4c75d7-b8af-4b7c-b93c-0d81a615737d"/></defs><title>news</title><rect x="17.58" y="224.67" 
width=
 "75.37" 
 height="11.45" fill="#4d8af0"/><polygon points="17.58 235.85 9.05 622 14.38 622 26.19 236.12 17.58 235.85" 
fill="#eee"/><polygon points="92.94 235.85 101.46 622 96.14 622 84.33 236.12 92.94 235.85" 
fill="#eee"/><polygon points="33.64 236.12 24.5 622 30.89 622 39.33 235.85 33.64 236.12" 
fill="#e0e0e0"/><polygon points="78.47 236.12 87.62 622 81.22 622 72.79 235.85 78.47 236.12" 
fill="#e0e0e0"/><rect x="31.96" y="575.13" width="48.47" height="5.86" fill="#e0e0e0"/><rect x="30.36" 
y="542.64" width="52.2" height="5.86" fill="#e0e0e0"/><rect x="31.96" y="510.68" width="50.6" height="5.86" 
fill="#e0e0e0"/><rect x="31.96" y="478.19" width="48.47" height="5.86" fill="#e0e0e0"/><rect x="31.96" 
y="444.64" width="48.47" height="5.33" fill="#e0e0e0"/><rect x="33.56" y="412.68" width="46.87" height="6.39" 
fill="#e0e0e0"/><rect x="33.56" y="380.72" width="45.27" height="4.26" fill="#e0e0e0"/><rect x="35.15" 
y="346.64" width="39.95" height="6.92" fill="#e0e0e0"/><rect x="35.15" y="314.68" 
 width="4
 1.54" height="5.86" fill="#e0e0e0"/><rect x="35.15" y="281.66" width="41.54" height="6.39" 
fill="#e0e0e0"/><rect x="37.28" y="249.17" width="37.82" height="6.39" fill="#e0e0e0"/><rect y="202.83" 
width="110.78" height="23.44" fill="#4d8af0"/><g opacity="0.5"><path 
d="M254,177,215.47,202.1a7.26,7.26,0,0,0-2.5-3.94,6.37,6.37,0,0,0,.21-3.78,2.37,2.37,0,0,0-.41-1,1.69,1.69,0,0,0-1.51-.42l-6.12.4a3.21,3.21,0,0,0-2,.58c-.86.72-1.12,2.23-2,2.87-.59.42-1.34.38-2,.71-1.41.75-1.72,3-1.83,4.83-.15,2.5-.14,5.44,1.49,7,1.19,1.11,2.84,1,4.34.92l1.51-.12a7.22,7.22,0,0,0,1.2.57v2.13h-.28s-17.27-5-36.24,47.24H169s-2.8,9.5,1.68,7.83c3.9-1.46,4-6.33,3.93-7.55h.26s7.83-22.92,20.13-25.72c0,0,8.95,11.18-5.59,33.54h11.38a17.37,17.37,0,0,0,1.48,7.27c3.35,6.71-6.71,70.44-6.71,70.44h8.39l4.22-21.12.53,21.12h6.15L221,305.29l-.84-48.92V243.7l1.12,1.49V225.62h16.21l2.8-21.8H240a26.38,26.38,0,0,0-.19-4.56l20.9-4.39C264,180.9,254,177,254,177Zm-18.3,27.16-4.9,12.53s-13.42-6.15-18.45-3.91h-.28v-2.66a7.26,7.2
 6,0,0,0,
 3.61-5.78l20.15-4.23A12.77,12.77,0,0,0,235.69,204.15Z" transform="translate(-149.07 -139)" 
fill="url(#cb4c75d7-b8af-4b7c-b93c-0d81a615737d)"/></g><path 
d="M238.75,207.37s.64-9.24-2.24-7.21-1.64,7.78-1.64,7.78Z" transform="translate(-149.07 -139)" 
fill="#fda57d"/><path d="M171.17,260.07s-2.66,9.05,1.6,7.46,3.73-7.46,3.73-7.46Z" 
transform="translate(-149.07 -139)" fill="#fda57d"/><rect x="57.26" y="72.6" width="5.86" height="5.33" 
fill="#fda57d"/><rect x="52.46" y="101.9" width="4.79" height="23.97" fill="#4d8af0"/><rect x="52.46" 
y="101.9" width="4.79" height="23.97" opacity="0.1"/><path 
d="M59.54,76.07h5.54a5.75,5.75,0,0,1,5.75,5.75v35.79a0,0,0,0,1,0,0h-17a0,0,0,0,1,0,0V81.82A5.75,5.75,0,0,1,59.54,76.07Z"
 fill="#fff"/><circle cx="59.65" cy="67.54" r="6.92" fill="#fda57d"/><path 
d="M206.06,215.07s-16.51-4.79-34.62,45.27h5.33s7.46-21.84,19.17-24.5c0,0,8.52,10.65-5.33,32h11.19v-7.14a124.62,124.62,0,0,1,4-32.08A26,26,0,0,0,206.06,215.07Z"
 transform="translate(-149.07 -139)" fill
 ="#4d8af
 0"/><path 
d="M212.45,215.07v1.6s3.73,16.51,6.92,27.16L221,246V227.32h15.45l2.66-20.77h-4.26L230,218.79S217.24,212.93,212.45,215.07Z"
 transform="translate(-149.07 -139)" fill="#4d8af0"/><path 
d="M202.86,256.61s-3.2,11.72,0,18.11-6.39,67.11-6.39,67.11h8l11.45-57.26,1.86-28Z" 
transform="translate(-149.07 -139)" fill="#333"/><polygon points="70.84 117.61 71.64 164.21 65.78 202.83 
59.92 202.83 57.79 117.61 70.84 117.61" fill="#333"/><path 
d="M207.59,203.9a2.76,2.76,0,0,1,.52-.62,1.31,1.31,0,0,1,.66-.18c1.45-.12,3.12-.15,4-1.52a5.5,5.5,0,0,0,.44-4,2.25,2.25,0,0,0-.39-1,1.61,1.61,0,0,0-1.44-.4l-5.83.38a3.06,3.06,0,0,0-1.87.55c-.82.69-1.06,2.12-1.92,2.74-.57.4-1.28.36-1.88.68-1.34.71-1.63,2.83-1.74,4.6-.14,2.38-.14,5.18,1.42,6.63,1.13,1.06,2.7,1,4.13.88l2.66-.22a1.23,1.23,0,0,0,.75-.23,2,2,0,0,0,.36-1.59c-.07-1.34-.21-2.86-1.09-3.68a3.45,3.45,0,0,1-.57-.54C204.85,204.9,207.09,204.56,207.59,203.9Z"
 transform="translate(-149.07 -139)" fill="#333"/><path d="M252.13,181s9.59,3.73,6.39,1
 7l-43.14
 ,9.05v-2.13Z" transform="translate(-149.07 -139)" fill="#f55f44"/><rect x="17.84" y="226" width="75.1" 
height="2.13" opacity="0.1"/><rect x="30.09" y="376.2" width="5.86" height="1.07" opacity="0.1"/><rect 
x="75.9" y="376.2" width="5.86" height="1.07" opacity="0.1"/><rect x="17.58" y="367.41" width="75.1" 
height="9.05" fill="#eee"/><polygon points="151.15 38.35 151.9 37.97 151.72 37.95 151.78 37.91 151.67 37.94 
131.03 35.27 131.47 42.1 132.12 48.16 133.39 47.51 134.57 50.19 151.15 38.35" 
fill="url(#7dbfc0ad-0edd-4962-ae53-3e10f8076a30)"/><polygon points="132.16 41.97 132.76 47.52 151.21 38.17 
135.19 38.52 132.16 41.97" fill="#3b86e2"/><polygon points="132.16 41.97 132.76 47.52 151.21 38.17 135.19 
38.52 132.16 41.97" opacity="0.2"/><polygon points="131.75 35.72 151.21 38.17 132.16 41.97 131.75 35.72" 
fill="#3b86e2"/><polygon points="135.04 49.36 151.1 38.11 132.48 43.65 135.04 49.36" fill="#3b86e2"/><polygon 
points="251.22 9.76 251.97 9.38 251.79 9.35 251.85 9.31 251.74 9.35 
 231.09 6
 .68 231.54 13.51 232.19 19.57 233.46 18.92 234.64 21.6 251.22 9.76" 
fill="url(#2e677a00-ad84-462f-a755-cc915391eaef)"/><polygon points="232.23 13.38 232.83 18.93 251.28 9.58 
235.26 9.93 232.23 13.38" fill="#3b86e2"/><polygon points="232.23 13.38 232.83 18.93 251.28 9.58 235.26 9.93 
232.23 13.38" opacity="0.2"/><polygon points="231.82 7.13 251.28 9.58 232.23 13.38 231.82 7.13" 
fill="#3b86e2"/><polygon points="235.11 20.77 251.17 9.52 232.55 15.05 235.11 20.77" fill="#3b86e2"/><polygon 
points="426.55 0.84 427.58 0.07 427.31 0.08 427.38 0 427.23 0.08 395.44 1.39 397.88 11.57 400.42 20.52 402.17 
19.21 404.63 22.94 426.55 0.84" fill="url(#6fc9dfcb-959f-45f5-9e30-981ed1ece4ee)"/><polygon points="398.89 
11.19 401.22 19.39 426.6 0.54 402.56 5.21 398.89 11.19" fill="#3b86e2"/><polygon points="398.89 11.19 401.22 
19.39 426.6 0.54 402.56 5.21 398.89 11.19" opacity="0.2"/><polygon points="396.66 1.88 426.6 0.54 398.89 
11.19 396.66 1.88" fill="#3b86e2"/><polygon points="405.13 21.58 426.
 42 0.48 
 399.8 13.63 405.13 21.58" fill="#3b86e2"/><polygon points="342.16 58.41 342.98 58.22 342.81 58.16 342.88 
58.13 342.76 58.13 323.37 50.57 322.16 57.31 321.33 63.34 322.72 63.02 323.21 65.9 342.16 58.41" 
fill="url(#39a84653-3cf1-4134-ab42-bf2b0e824fc4)"/><polygon points="322.86 57.35 322.1 62.87 342.26 58.25 
326.63 54.73 322.86 57.35" fill="#3b86e2"/><polygon points="322.86 57.35 322.1 62.87 342.26 58.25 326.63 
54.73 322.86 57.35" opacity="0.2"/><polygon points="323.97 51.18 342.26 58.25 322.86 57.35 323.97 51.18" 
fill="#3b86e2"/><polygon points="323.87 65.21 342.17 58.16 322.76 59.05 323.87 65.21" fill="#3b86e2"/><g 
opacity="0.5"><polygon points="228.13 129.63 228.87 129.24 228.7 129.22 228.75 129.18 228.64 129.21 208 
126.54 208.45 133.38 209.1 139.43 210.37 138.78 211.54 141.46 228.13 129.63" 
fill="url(#7782327f-ae36-4a9a-b462-151375f444b6)"/><polygon points="209.14 133.25 209.74 138.79 228.19 129.44 
212.17 129.79 209.14 133.25" fill="#3b86e2"/><polygon points="209.14 133.25
  209.74 
 138.79 228.19 129.44 212.17 129.79 209.14 133.25" opacity="0.2"/><polygon points="208.73 126.99 228.19 
129.44 209.14 133.25 208.73 126.99" fill="#3b86e2"/><polygon points="212.02 140.63 228.08 129.38 209.46 
134.92 212.02 140.63" fill="#3b86e2"/></g><g opacity="0.2"><polygon points="451.84 38.23 452.87 37.45 452.6 
37.46 452.68 37.39 452.52 37.47 420.74 38.77 423.18 48.95 425.71 57.91 427.46 56.6 429.93 60.33 451.84 38.23" 
fill="url(#8fce74bc-e786-4184-8196-133889bce917)"/><polygon points="424.18 48.58 426.51 56.77 451.89 37.93 
427.85 42.6 424.18 48.58" fill="#3b86e2"/><polygon points="424.18 48.58 426.51 56.77 451.89 37.93 427.85 42.6 
424.18 48.58" opacity="0.2"/><polygon points="421.95 39.27 451.89 37.93 424.18 48.58 421.95 39.27" 
fill="#3b86e2"/><polygon points="430.42 58.97 451.71 37.87 425.09 51.02 430.42 58.97" fill="#3b86e2"/></g><g 
opacity="0.3"><polygon points="536.52 149.29 537.54 148.52 537.27 148.53 537.35 148.45 537.19 148.53 505.41 
149.84 507.85 160.02 510.39 168
 .98 512.
 13 167.66 514.6 171.4 536.52 149.29" fill="url(#ec4cef39-2f7d-4633-a76d-8aa6eb49d472)"/><polygon 
points="508.85 159.64 511.18 167.84 536.57 148.99 512.52 153.66 508.85 159.64" fill="#3b86e2"/><polygon 
points="508.85 159.64 511.18 167.84 536.57 148.99 512.52 153.66 508.85 159.64" opacity="0.2"/><polygon 
points="506.62 150.33 536.57 148.99 508.85 159.64 506.62 150.33" fill="#3b86e2"/><polygon points="515.09 
170.03 536.38 148.94 509.76 162.08 515.09 170.03" fill="#3b86e2"/></g><g opacity="0.3"><polygon 
points="798.23 204.28 799.26 203.5 798.99 203.51 799.07 203.44 798.91 203.51 767.13 204.82 769.57 215 772.1 
223.96 773.85 222.65 776.31 226.38 798.23 204.28" fill="url(#a0c3a354-3d2b-4575-9c71-49ce4224960a)"/><polygon 
points="770.57 214.63 772.9 222.82 798.28 203.97 774.24 208.64 770.57 214.63" fill="#3b86e2"/><polygon 
points="770.57 214.63 772.9 222.82 798.28 203.97 774.24 208.64 770.57 214.63" opacity="0.2"/><polygon 
points="768.34 205.32 798.28 203.97 770.57 214.63 768.34 205.
 32" fill
 ="#3b86e2"/><polygon points="776.81 225.02 798.1 203.92 771.48 217.06 776.81 225.02" fill="#3b86e2"/></g><g 
opacity="0.5"><polygon points="345.46 147.49 346.28 147.29 346.11 147.23 346.18 147.2 346.06 147.21 326.67 
139.64 325.46 146.38 324.63 152.42 326.01 152.09 326.51 154.97 345.46 147.49" 
fill="url(#40fab73a-0f13-498f-8851-d851c09f96b3)"/><polygon points="326.16 146.42 325.4 151.94 345.56 147.32 
329.93 143.8 326.16 146.42" fill="#3b86e2"/><polygon points="326.16 146.42 325.4 151.94 345.56 147.32 329.93 
143.8 326.16 146.42" opacity="0.2"/><polygon points="327.27 140.25 345.56 147.32 326.16 146.42 327.27 140.25" 
fill="#3b86e2"/><polygon points="327.17 154.29 345.47 147.24 326.06 148.12 327.17 154.29" 
fill="#3b86e2"/></g><g opacity="0.5"><polygon points="705.04 278.34 705.86 278.15 705.7 278.08 705.76 278.06 
705.64 278.06 686.26 270.5 685.04 277.24 684.21 283.27 685.6 282.94 686.1 285.83 705.04 278.34" 
fill="url(#0d812ec4-18d3-4fc9-95b5-b567b3aa17d2)"/><polygon points="685.7
 4 277.28
  684.99 282.8 705.15 278.18 689.51 274.66 685.74 277.28" fill="#3b86e2"/><polygon points="685.74 277.28 
684.99 282.8 705.15 278.18 689.51 274.66 685.74 277.28" opacity="0.2"/><polygon points="686.85 271.11 705.15 
278.18 685.74 277.28 686.85 271.11" fill="#3b86e2"/><polygon points="686.75 285.14 705.05 278.09 685.65 
278.98 686.75 285.14" fill="#3b86e2"/></g><g opacity="0.5"><polygon points="683.05 139.79 683.87 139.59 683.7 
139.53 683.77 139.5 683.65 139.51 664.26 131.94 663.05 138.68 662.22 144.72 663.61 144.39 664.11 147.27 
683.05 139.79" fill="url(#c67bcd62-ea1d-4e84-87c1-af7379266e5a)"/><polygon points="663.75 138.72 662.99 
144.24 683.16 139.62 667.52 136.1 663.75 138.72" fill="#3b86e2"/><polygon points="663.75 138.72 662.99 144.24 
683.16 139.62 667.52 136.1 663.75 138.72" opacity="0.2"/><polygon points="664.86 132.56 683.16 139.62 663.75 
138.72 664.86 132.56" fill="#3b86e2"/><polygon points="664.76 146.59 683.06 139.54 663.65 140.42 664.76 
146.59" fill="#3b86e2"/></g><g 
 opacity=
 "0.2"><polygon points="865.59 24.32 866.41 24.13 866.25 24.07 866.31 24.04 866.19 24.05 846.8 16.48 845.59 
23.22 844.76 29.26 846.15 28.93 846.65 31.81 865.59 24.32" 
fill="url(#7fce4d5f-14d9-4f34-a1c1-b993bca17afd)"/><polygon points="846.29 23.26 845.53 28.78 865.7 24.16 
850.06 20.64 846.29 23.26" fill="#3b86e2"/><polygon points="846.29 23.26 845.53 28.78 865.7 24.16 850.06 
20.64 846.29 23.26" opacity="0.2"/><polygon points="847.4 17.09 865.7 24.16 846.29 23.26 847.4 17.09" 
fill="#3b86e2"/><polygon points="847.3 31.13 865.6 24.07 846.2 24.96 847.3 31.13" fill="#3b86e2"/></g><g 
opacity="0.2"><polygon points="190.41 61.71 191.23 61.52 191.06 61.45 191.13 61.43 191.01 61.43 171.62 53.87 
170.41 60.61 169.57 66.64 170.97 66.31 171.46 69.2 190.41 61.71" 
fill="url(#fb214ff2-ed96-4be0-880a-75de4a76f8f9)"/><polygon points="171.11 60.65 170.35 66.17 190.51 61.55 
174.88 58.03 171.11 60.65" fill="#3b86e2"/><polygon points="171.11 60.65 170.35 66.17 190.51 61.55 174.88 
58.03 171.11 60.65
 " opacit
 y="0.2"/><polygon points="172.22 54.48 190.51 61.55 171.11 60.65 172.22 54.48" fill="#3b86e2"/><polygon 
points="172.12 68.51 190.42 61.46 171.01 62.35 172.12 68.51" fill="#3b86e2"/></g><polygon points="581.82 
37.19 582.96 36.6 582.69 36.56 582.78 36.5 582.61 36.55 551.06 32.47 551.75 42.92 552.74 52.18 554.68 51.17 
556.48 55.27 581.82 37.19" fill="url(#4d87164c-caac-4a77-9549-821d8d9bfaaa)"/><polygon points="552.8 42.72 
553.71 51.19 581.91 36.9 557.43 37.44 552.8 42.72" fill="#3b86e2"/><polygon points="552.8 42.72 553.71 51.19 
581.91 36.9 557.43 37.44 552.8 42.72" opacity="0.2"/><polygon points="552.17 33.16 581.91 36.9 552.8 42.72 
552.17 33.16" fill="#3b86e2"/><polygon points="557.2 54.01 581.75 36.81 553.29 45.27 557.2 54.01" 
fill="#3b86e2"/><polygon points="655.27 198.78 658.21 198.96 657.72 198.58 657.97 198.56 657.57 198.46 600.37 
153.47 589.47 174.79 580.56 194.15 585.55 194.45 584.29 204.61 655.27 198.78" 
fill="url(#468c021b-e5c9-4e7f-8066-86a3295c31c0)"/><polygon poi
 nts="591
 .77 175.63 583.64 193.34 655.8 198.33 607.06 170.69 591.77 175.63" fill="#3b86e2"/><polygon points="591.77 
175.63 583.64 193.34 655.8 198.33 607.06 170.69 591.77 175.63" opacity="0.2"/><polygon points="601.74 156.13 
655.8 198.33 591.77 175.63 601.74 156.13" fill="#3b86e2"/><polygon points="587.17 202.98 655.57 197.96 589.73 
181.22 587.17 202.98" fill="#3b86e2"/><polygon points="895.72 369.08 901.87 369.28 900.83 368.51 901.33 
368.45 900.5 368.27 778.26 277.98 756.86 323.18 739.49 364.14 749.91 364.47 747.93 385.74 895.72 369.08" 
fill="url(#2bba3003-1a7c-40bc-8007-601995116a1b)"/><polygon points="761.72 324.79 745.86 362.27 896.8 368.12 
793.31 313.5 761.72 324.79" fill="#3b86e2"/><polygon points="761.72 324.79 745.86 362.27 896.8 368.12 793.31 
313.5 761.72 324.79" opacity="0.2"/><polygon points="781.29 283.45 896.8 368.12 761.72 324.79 781.29 283.45" 
fill="#3b86e2"/><polygon points="753.85 382.16 896.29 367.35 757.82 336.59 753.85 382.16" 
fill="#3b86e2"/><polygon points="791.
 07 25.22
  793.75 24 793.14 23.89 793.35 23.76 792.95 23.86 721.35 10.84 721.69 34.79 722.86 56.06 727.41 54 731.05 
63.57 791.07 25.22" fill="url(#7d984b9b-79bf-4ccd-9c01-273bb4695a47)"/><polygon points="724.12 34.45 725.21 
53.91 791.33 24.57 735.32 22.93 724.12 34.45" fill="#3b86e2"/><polygon points="724.12 34.45 725.21 53.91 
791.33 24.57 735.32 22.93 724.12 34.45" opacity="0.2"/><polygon points="723.81 12.55 791.33 24.57 724.12 
34.45 723.81 12.55" fill="#3b86e2"/><polygon points="732.84 60.78 790.95 24.35 724.93 40.35 732.84 60.78" 
fill="#3b86e2"/><polygon points="866.94 105.49 869.63 104.28 869.02 104.17 869.22 104.03 868.83 104.13 797.23 
91.11 797.57 115.06 798.74 136.33 803.29 134.28 806.93 143.84 866.94 105.49" 
fill="url(#fce4593a-d20b-4d6c-94f1-f929bcf1e06a)"/><polygon points="800 114.73 801.08 134.19 867.2 104.85 
811.19 103.21 800 114.73" fill="#3b86e2"/><polygon points="800 114.73 801.08 134.19 867.2 104.85 811.19 
103.21 800 114.73" opacity="0.2"/><polygon points="799.68 92.8
 3 867.2 
 104.85 800 114.73 799.68 92.83" fill="#3b86e2"/><polygon points="808.72 141.05 866.82 104.63 800.81 120.62 
808.72 141.05" fill="#3b86e2"/><polygon points="482.55 100.73 483.7 100.14 483.43 100.11 483.51 100.05 483.34 
100.1 451.8 96.02 452.49 106.46 453.47 115.72 455.41 114.72 457.21 118.82 482.55 100.73" 
fill="url(#e7fad314-c36a-43e5-85d6-709074a63ec6)"/><polygon points="453.54 106.27 454.45 114.73 482.65 100.45 
458.17 100.99 453.54 106.27" fill="#3b86e2"/><polygon points="453.54 106.27 454.45 114.73 482.65 100.45 
458.17 100.99 453.54 106.27" opacity="0.2"/><polygon points="452.91 96.71 482.65 100.45 453.54 106.27 452.91 
96.71" fill="#3b86e2"/><polygon points="457.93 117.56 482.48 100.36 454.02 108.82 457.93 117.56" 
fill="#3b86e2"/><polygon points="672.79 86.44 673.93 85.85 673.67 85.81 673.75 85.75 673.58 85.8 642.04 81.72 
642.72 92.17 643.71 101.43 645.65 100.43 647.45 104.52 672.79 86.44" 
fill="url(#40600300-78d0-490f-be9f-5cfbcdd9ea47)"/><polygon points="643.78 91.97 644
 .69 100.
 44 672.89 86.15 648.41 86.69 643.78 91.97" fill="#3b86e2"/><polygon points="643.78 91.97 644.69 100.44 
672.89 86.15 648.41 86.69 643.78 91.97" opacity="0.2"/><polygon points="643.15 82.42 672.89 86.15 643.78 
91.97 643.15 82.42" fill="#3b86e2"/><polygon points="648.17 103.26 672.72 86.06 644.26 94.53 648.17 103.26" 
fill="#3b86e2"/></svg>
\ No newline at end of file
diff --git a/assets/illustrations/open_source.svg b/assets/illustrations/open_source.svg
new file mode 100644
index 0000000..6ad4296
--- /dev/null
+++ b/assets/illustrations/open_source.svg
@@ -0,0 +1 @@
+<svg id="aa7bae02-e79e-4d6b-a496-aba15f39787c" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg"; 
width="1144" height="617.32" viewBox="0 0 1144 617.32"><title>developer activity</title><path 
d="M1172,537.57a181.92,181.92,0,0,1-6.85,49.6,180.06,180.06,0,0,1-19.27,44.28c0,50.1-33.82,93.4-82.91,114a167.3,167.3,0,0,1-64.73,12.8H245.17c-40.25,0-77.55-10.86-108.14-29.36A185.76,185.76,0,0,1,112.2,711c-34-29.22-55.08-69.6-55.08-114.2A180.5,180.5,0,0,1,28,498.08c0-73.36,43.39-136.44,105.55-164.29a174.52,174.52,0,0,1,25.51-9.12q4.63-1.26,9.36-2.26a175.39,175.39,0,0,1,25.51-3.5q4.65-.29,9.35-.33H205c3.46,0,6.89.12,10.3.32l1.12-1.9q2.06-3.44,4.22-6.81,3.9-6.14,8.18-12.1,4.48-6.29,9.35-12.38l.83-1q2.76-3.44,5.64-6.8,9-10.49,19-20.35c72.11-70.68,185.08-116.18,312.08-116.18,98.82,0,189.15,27.55,258.34,73.07A174.18,174.18,0,0,1,920,191.86c97.74,0,177,80.37,177,179.51a184.9,184.9,0,0,1-1,18.78A180,180,0,0,1,1172,537.57Z"
 transform="translate(-28 -141.34)" fill="#f57900" opacity="0.1"/><
 path d="
 M263.66,257.52v20.35h-19Q253.59,267.39,263.66,257.52Z" transform="translate(-28 -141.34)" fill="#f57900" 
opacity="0.2"/><rect x="245.02" y="111.02" width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect 
x="279.88" y="111.02" width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="314.75" y="111.02" 
width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="349.61" y="111.02" width="25.51" 
height="25.51" fill="#f57900" opacity="0.2"/><rect x="384.48" y="111.02" width="25.51" height="25.51" 
fill="#f57900" opacity="0.2"/><rect x="419.35" y="111.02" width="25.51" height="25.51" fill="#f57900"/><rect 
x="454.21" y="111.02" width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="489.08" y="111.02" 
width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="523.94" y="111.02" width="25.51" 
height="25.51" fill="#f57900" opacity="0.2"/><rect x="558.81" y="111.02" width="25.51" height="25.51" 
fill="#f57900"/><rect x="593.68" y="111.02"
  width="
 25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="628.54" y="111.02" width="25.51" height="25.51" 
fill="#f57900" opacity="0.2"/><rect x="663.41" y="111.02" width="25.51" height="25.51" fill="#f57900" 
opacity="0.2"/><rect x="698.28" y="111.02" width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect 
x="733.14" y="111.02" width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="768.01" y="111.02" 
width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="802.87" y="111.02" width="25.51" 
height="25.51" fill="#f57900"/><rect x="837.74" y="111.02" width="25.51" height="25.51" fill="#f57900"/><rect 
x="872.61" y="111.02" width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="907.47" y="111.02" 
width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="942.34" y="111.02" width="25.51" 
height="25.51" fill="#f57900"/><rect x="977.2" y="111.02" width="25.51" height="25.51" fill="#f57900"/><path 
d="M228.8,298.08v12.1h-8.18Q224
 .52,304,
 228.8,298.08Z" transform="translate(-28 -141.34)" fill="#f57900"/><rect x="210.15" y="143.33" width="25.51" 
height="25.51" fill="#f57900" opacity="0.2"/><rect x="245.02" y="143.33" width="25.51" height="25.51" 
fill="#f57900"/><rect x="279.88" y="143.33" width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect 
x="314.75" y="143.33" width="25.51" height="25.51" fill="#f57900" opacity="0.7"/><rect x="349.61" y="143.33" 
width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="384.48" y="143.33" width="25.51" 
height="25.51" fill="#f57900" opacity="0.4"/><rect x="419.35" y="143.33" width="25.51" height="25.51" 
fill="#f57900"/><rect x="454.21" y="143.33" width="25.51" height="25.51" fill="#f57900" opacity="0.4"/><rect 
x="489.08" y="143.33" width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="523.94" y="143.33" 
width="25.51" height="25.51" fill="#f57900" opacity="0.4"/><rect x="558.81" y="143.33" width="25.51" 
height="25.51" fill="#f57900"/><rect x=
 "593.68"
  y="143.33" width="25.51" height="25.51" fill="#f57900" opacity="0.4"/><rect x="628.54" y="143.33" 
width="25.51" height="25.51" fill="#f57900" opacity="0.4"/><rect x="663.41" y="143.33" width="25.51" 
height="25.51" fill="#f57900" opacity="0.2"/><rect x="698.28" y="143.33" width="25.51" height="25.51" 
fill="#f57900" opacity="0.4"/><rect x="733.14" y="143.33" width="25.51" height="25.51" fill="#f57900" 
opacity="0.4"/><rect x="768.01" y="143.33" width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect 
x="802.87" y="143.33" width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="837.74" y="143.33" 
width="25.51" height="25.51" fill="#f57900" opacity="0.4"/><rect x="872.61" y="143.33" width="25.51" 
height="25.51" fill="#f57900" opacity="0.2"/><rect x="907.47" y="143.33" width="25.51" height="25.51" 
fill="#f57900"/><rect x="942.34" y="143.33" width="25.51" height="25.51" fill="#f57900"/><rect x="977.2" 
y="143.33" width="25.51" height="25.51" fill="#f57900"/><pat
 h d="M15
 9.06,324.67V342.5H133.55v-8.71A174.52,174.52,0,0,1,159.06,324.67Z" transform="translate(-28 -141.34)" 
fill="#f57900" opacity="0.2"/><polygon points="165.93 177.57 165.93 201.16 140.42 201.16 140.42 181.07 165.93 
177.57" fill="#f57900" opacity="0.2"/><rect x="175.28" y="175.65" width="25.51" height="25.51" 
fill="#f57900"/><rect x="210.15" y="175.65" width="25.51" height="25.51" fill="#f57900" opacity="0.7"/><rect 
x="245.02" y="175.65" width="25.51" height="25.51" fill="#f57900"/><rect x="279.88" y="175.65" width="25.51" 
height="25.51" fill="#f57900" opacity="0.7"/><rect x="314.75" y="175.65" width="25.51" height="25.51" 
fill="#f57900" opacity="0.7"/><rect x="349.61" y="175.65" width="25.51" height="25.51" fill="#f57900" 
opacity="0.2"/><rect x="384.48" y="175.65" width="25.51" height="25.51" fill="#f57900" opacity="0.4"/><rect 
x="419.35" y="175.65" width="25.51" height="25.51" fill="#f57900" opacity="0.4"/><rect x="454.21" y="175.65" 
width="25.51" height="25.51" fill="#f57900"
 /><rect 
 x="489.08" y="175.65" width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="523.94" y="175.65" 
width="25.51" height="25.51" fill="#f57900" opacity="0.4"/><rect x="558.81" y="175.65" width="25.51" 
height="25.51" fill="#f57900"/><rect x="593.68" y="175.65" width="25.51" height="25.51" fill="#f57900" 
opacity="0.2"/><rect x="628.54" y="175.65" width="25.51" height="25.51" fill="#f57900" opacity="0.4"/><rect 
x="663.41" y="175.65" width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="698.28" y="175.65" 
width="25.51" height="25.51" fill="#f57900"/><rect x="733.14" y="175.65" width="25.51" height="25.51" 
fill="#f57900" opacity="0.2"/><rect x="768.01" y="175.65" width="25.51" height="25.51" fill="#f57900" 
opacity="0.7"/><rect x="802.87" y="175.65" width="25.51" height="25.51" fill="#f57900" opacity="0.7"/><rect 
x="837.74" y="175.65" width="25.51" height="25.51" fill="#f57900" opacity="0.4"/><rect x="872.61" y="175.65" 
width="25.51" height="25.51" fill="#f5
 7900" op
 acity="0.2"/><rect x="907.47" y="175.65" width="25.51" height="25.51" fill="#f57900"/><rect x="942.34" 
y="175.65" width="25.51" height="25.51" fill="#f57900"/><rect x="977.2" y="175.65" width="25.51" 
height="25.51" fill="#f57900"/><rect x="105.55" y="207.96" width="25.51" height="25.51" fill="#f57900" 
opacity="0.2"/><rect x="140.42" y="207.96" width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect 
x="175.28" y="207.96" width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="210.15" y="207.96" 
width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="245.02" y="207.96" width="25.51" 
height="25.51" fill="#f57900"/><rect x="279.88" y="207.96" width="25.51" height="25.51" fill="#f57900" 
opacity="0.7"/><rect x="314.75" y="207.96" width="25.51" height="25.51" fill="#f57900" opacity="0.7"/><rect 
x="349.61" y="207.96" width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="384.48" y="207.96" 
width="25.51" height="25.51" fill="#f57900" opac
 ity="0.2
 "/><rect x="419.35" y="207.96" width="25.51" height="25.51" fill="#f57900" opacity="0.4"/><rect x="454.21" 
y="207.96" width="25.51" height="25.51" fill="#f57900" opacity="0.4"/><rect x="489.08" y="207.96" 
width="25.51" height="25.51" fill="#f57900"/><rect x="523.94" y="207.96" width="25.51" height="25.51" 
fill="#f57900" opacity="0.2"/><rect x="558.81" y="207.96" width="25.51" height="25.51" fill="#f57900" 
opacity="0.4"/><rect x="593.68" y="207.96" width="25.51" height="25.51" fill="#f57900" opacity="0.4"/><rect 
x="628.54" y="207.96" width="25.51" height="25.51" fill="#f57900" opacity="0.4"/><rect x="663.41" y="207.96" 
width="25.51" height="25.51" fill="#f57900" opacity="0.4"/><rect x="698.28" y="207.96" width="25.51" 
height="25.51" fill="#f57900" opacity="0.2"/><rect x="733.14" y="207.96" width="25.51" height="25.51" 
fill="#f57900" opacity="0.2"/><rect x="768.01" y="207.96" width="25.51" height="25.51" fill="#f57900" 
opacity="0.2"/><rect x="802.87" y="207.96" width="25.51" h
 eight="2
 5.51" fill="#f57900" opacity="0.2"/><rect x="837.74" y="207.96" width="25.51" height="25.51" fill="#f57900" 
opacity="0.7"/><rect x="872.61" y="207.96" width="25.51" height="25.51" fill="#f57900" opacity="0.7"/><rect 
x="907.47" y="207.96" width="25.51" height="25.51" fill="#f57900" opacity="0.4"/><rect x="942.34" y="207.96" 
width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="977.2" y="207.96" width="25.51" 
height="25.51" fill="#f57900"/><rect x="105.55" y="240.28" width="25.51" height="25.51" fill="#f57900" 
opacity="0.2"/><rect x="140.42" y="240.28" width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect 
x="175.28" y="240.28" width="25.51" height="25.51" fill="#f57900" opacity="0.4"/><rect x="210.15" y="240.28" 
width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="245.02" y="240.28" width="25.51" 
height="25.51" fill="#f57900" opacity="0.2"/><rect x="279.88" y="240.28" width="25.51" height="25.51" 
fill="#f57900" opacity="0.7"/><rect x="31
 4.75" y=
 "240.28" width="25.51" height="25.51" fill="#f57900" opacity="0.7"/><rect x="349.61" y="240.28" 
width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="384.48" y="240.28" width="25.51" 
height="25.51" fill="#f57900" opacity="0.2"/><rect x="419.35" y="240.28" width="25.51" height="25.51" 
fill="#f57900" opacity="0.4"/><rect x="454.21" y="240.28" width="25.51" height="25.51" fill="#f57900"/><rect 
x="489.08" y="240.28" width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="523.94" y="240.28" 
width="25.51" height="25.51" fill="#f57900"/><rect x="558.81" y="240.28" width="25.51" height="25.51" 
fill="#f57900"/><rect x="593.68" y="240.28" width="25.51" height="25.51" fill="#f57900"/><rect x="628.54" 
y="240.28" width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="663.41" y="240.28" 
width="25.51" height="25.51" fill="#f57900"/><rect x="698.28" y="240.28" width="25.51" height="25.51" 
fill="#f57900" opacity="0.2"/><rect x="733.14" y="240.28" width=
 "25.51" 
 height="25.51" fill="#f57900" opacity="0.2"/><rect x="768.01" y="240.28" width="25.51" height="25.51" 
fill="#f57900" opacity="0.2"/><rect x="802.87" y="240.28" width="25.51" height="25.51" fill="#f57900" 
opacity="0.2"/><rect x="837.74" y="240.28" width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect 
x="872.61" y="240.28" width="25.51" height="25.51" fill="#f57900" opacity="0.7"/><rect x="907.47" y="240.28" 
width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="942.34" y="240.28" width="25.51" 
height="25.51" fill="#f57900" opacity="0.2"/><rect x="977.2" y="240.28" width="25.51" height="25.51" 
fill="#f57900"/><rect x="105.55" y="272.59" width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect 
x="140.42" y="272.59" width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="175.28" y="272.59" 
width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="210.15" y="272.59" width="25.51" 
height="25.51" fill="#f57900" opacity="0.4"/><r
 ect x="2
 45.02" y="272.59" width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="279.88" y="272.59" 
width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="314.75" y="272.59" width="25.51" 
height="25.51" fill="#f57900" opacity="0.7"/><rect x="349.61" y="272.59" width="25.51" height="25.51" 
fill="#f57900" opacity="0.2"/><rect x="384.48" y="272.59" width="25.51" height="25.51" fill="#f57900" 
opacity="0.2"/><rect x="419.35" y="272.59" width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect 
x="454.21" y="272.59" width="25.51" height="25.51" fill="#f57900"/><rect x="489.08" y="272.59" width="25.51" 
height="25.51" fill="#f57900" opacity="0.2"/><rect x="523.94" y="272.59" width="25.51" height="25.51" 
fill="#f57900"/><rect x="558.81" y="272.59" width="25.51" height="25.51" fill="#f57900"/><rect x="593.68" 
y="272.59" width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="628.54" y="272.59" 
width="25.51" height="25.51" fill="#f57900" opacity="0.2
 "/><rect
  x="663.41" y="272.59" width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="698.28" 
y="272.59" width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="733.14" y="272.59" 
width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="768.01" y="272.59" width="25.51" 
height="25.51" fill="#f57900" opacity="0.2"/><rect x="802.87" y="272.59" width="25.51" height="25.51" 
fill="#f57900" opacity="0.2"/><rect x="837.74" y="272.59" width="25.51" height="25.51" fill="#f57900" 
opacity="0.2"/><rect x="872.61" y="272.59" width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect 
x="907.47" y="272.59" width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="942.34" y="272.59" 
width="25.51" height="25.51" fill="#f57900" opacity="0.4"/><rect x="977.2" y="272.59" width="25.51" 
height="25.51" fill="#f57900"/><rect x="105.55" y="304.91" width="25.51" height="25.51" fill="#f57900" 
opacity="0.7"/><rect x="140.42" y="304.91" width="25.51" height="25
 .51" fil
 l="#f57900" opacity="0.7"/><rect x="175.28" y="304.91" width="25.51" height="25.51" fill="#f57900" 
opacity="0.7"/><rect x="210.15" y="304.91" width="25.51" height="25.51" fill="#f57900" opacity="0.7"/><rect 
x="245.02" y="304.91" width="25.51" height="25.51" fill="#f57900" opacity="0.7"/><rect x="279.88" y="304.91" 
width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="314.75" y="304.91" width="25.51" 
height="25.51" fill="#f57900" opacity="0.2"/><rect x="349.61" y="304.91" width="25.51" height="25.51" 
fill="#f57900" opacity="0.2"/><rect x="384.48" y="304.91" width="25.51" height="25.51" fill="#f57900" 
opacity="0.2"/><rect x="419.35" y="304.91" width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect 
x="454.21" y="304.91" width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="489.08" y="304.91" 
width="25.51" height="25.51" fill="#f57900"/><rect x="523.94" y="304.91" width="25.51" height="25.51" 
fill="#f57900" opacity="0.2"/><rect x="558.81" y=
 "304.91"
  width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="593.68" y="304.91" width="25.51" 
height="25.51" fill="#f57900" opacity="0.2"/><rect x="628.54" y="304.91" width="25.51" height="25.51" 
fill="#f57900"/><rect x="663.41" y="304.91" width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect 
x="698.28" y="304.91" width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="733.14" y="304.91" 
width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="768.01" y="304.91" width="25.51" 
height="25.51" fill="#f57900" opacity="0.2"/><rect x="802.87" y="304.91" width="25.51" height="25.51" 
fill="#f57900" opacity="0.2"/><rect x="837.74" y="304.91" width="25.51" height="25.51" fill="#f57900" 
opacity="0.2"/><rect x="872.61" y="304.91" width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect 
x="907.47" y="304.91" width="25.51" height="25.51" fill="#f57900" opacity="0.2"/><rect x="942.34" y="304.91" 
width="25.51" height="25.51" fill="#f57900" o
 pacity="
 0.2"/><rect x="977.2" y="304.91" width="25.51" height="25.51" fill="#f57900"/><circle cx="734.52" 
cy="363.89" r="34.87" fill="#767d9f"/><path 
d="M760.71,460.87q5.22,22.78,8.86,45.9c.73,4.58,1.38,9.41-.28,13.74-1.39,3.61-4.22,6.43-6.44,9.59s-3.9,7.21-2.55,10.83,5.29,5.6,9.05,6.62c10.76,2.9,22.23.79,32.94-2.35a53.29,53.29,0,0,0,13.81-5.72c4.54-2.88,8.26-6.88,11.68-11,15.61-18.93,25.83-41.65,35.45-64.23a39.12,39.12,0,0,1-33.11-13.34c-3.94-4.63-6.83-11.08-4.61-16.74-6.51,3.57-14.24,3.81-21.25,6.25a75.49,75.49,0,0,0-12.5,6.15q-7.18,4.15-14.28,8.46C772.07,458.29,767,461.19,760.71,460.87Z"
 transform="translate(-28 -141.34)" fill="#ae6e79"/><path 
d="M833.64,487.05c-6.11,11.89-14.06,23.32-25.41,30.4s-26.63,9-38,2c-5.6-3.42-9.84-8.62-14.73-13s-11-8.13-17.57-7.56c-7.24.63-12.91,6.28-17.76,11.69-7.36,8.22-14.47,16.79-19.68,26.52-10,18.7-12.37,40.56-11.93,61.76s3.51,42.29,3.58,63.49c.1,26.08-4.32,51.95-8.79,77.64,41.1-5.06,82.25,6,123.44,10.19,26.36,2.71,52.92,2.65,79.42,2.58,4.66,0,9.62
 -.12,13.
 
5-2.7a18.2,18.2,0,0,0,5.59-6.64c3.66-6.75,5.13-14.45,6.15-22.06,2.59-19.22,2.67-38.68,2.74-58.08.18-47,.35-94.17-5.62-140.8-1.47-11.47-3.35-23-7.75-33.73s-11.58-20.6-21.62-26.35c-6.45-3.7-21.4-10.14-29-6.41C841.67,460.15,837.73,479.09,833.64,487.05Z"
 transform="translate(-28 -141.34)" fill="#767d9f"/><path 
d="M836.68,619.77c-1.55-29-7.86-59.95,5.57-85.69,3.3-6.32-8.54-14.21-4.88-20.33a92.08,92.08,0,0,0,10.06-23.93c.76-2.89,1.37-5.95.65-8.85-1.33-5.29-6.56-8.44-11-11.66-4.9-3.56-7.42-14.41-9-20.28s12.57,1.2,18.26-.89c7.9-2.89,17.94-1.07,25.82,1.86,4.4,1.62,9.18,1.76,13.87,1.88,9.11.24,18.25.47,27.29-.65,4.06-.51,8.13-1.28,12.21-1.05,10.41.59,19.46,7.71,25.62,16.13s10.08,18.23,15.13,27.35c4.21,7.6,9.23,14.78,12.82,22.69,3.18,7,5.19,14.52,7.18,22l5.13,19.19a25.58,25.58,0,0,1,1.26,8.51c-.26,3.07-1.62,5.93-3,8.66A164.12,164.12,0,0,1,971,603.2c-10.79,13.23-23.89,25.16-30.3,41-2.5,6.17-3.89,12.73-5.16,19.27a707.94,707.94,0,0,0-10.9,79.15,174.2,174.2,0,0,0-36.52-12.21,177.61,177.61,
 0,0,0-19
 
-3c-5.59-.58-12.8.52-18.12-1-8.9-2.53-9.88-17.58-11.23-25.46-2.16-12.55-2.59-25.32-2.67-38C837,648.53,837.45,634.14,836.68,619.77Z"
 transform="translate(-28 -141.34)" fill="#4c4981"/><path 
d="M641.23,565.54c4.21,24,8.85,48.07,18,70.62-.23.22-.46.42-.69.62-.81.69-1.65,1.34-2.53,2-2.05,1.44-4.3,2.66-6,4.54a8,8,0,0,0-1.5,2.45,5.48,5.48,0,0,0,0,4.47c-4.77,2.11-10.31,1.46-15.66,1.26-4.61-.17-9.08,0-12.78,2.53-5.14,3.54-6.69,10.34-7.52,16.52q-.46,3.38-.79,6.77-.32,3.15-.52,6.32a188.61,188.61,0,0,0-.19,21q.08,1.92.21,3.84c-16.34-.39-31.23-8.91-45.32-17.19-3.22-1.89-6.54-3.88-8.63-7A15.8,15.8,0,0,1,555,674c0-.51.09-1,.16-1.52a41.58,41.58,0,0,1,2.29-8.68,107.2,107.2,0,0,1,19.19-32.65c3.58-4.18,7.61-8.27,9.28-13.52.73-2.29,1-4.72,1.74-7,3.32-9.88,15.3-14.55,19.4-24.14,1-2.29,1.46-4.8,2.7-7a17.63,17.63,0,0,1,4.25-4.75c.73-.61,1.49-1.2,2.24-1.79q10.54-8.26,20.31-17.45,1.82-1.71,3.6-3.46A59.48,59.48,0,0,0,641.23,565.54Z"
 transform="translate(-28 -141.34)" fill="#4c4981"/><path d="M742,49
 4.56c-1.
 
44,1.52-3,2.95-4.53,4.37l-.41.37-1.62,1.5a39,39,0,0,0-7.55,8.79l-.17.28c-5.1,9.13-3.21,20.37-1.79,30.74a261.55,261.55,0,0,1,2.37,39c-.26,18-2.38,35.88-2.42,53.86,0,4.08.09,8.15.27,12.23.29,6.63.79,13.25,1.39,19.87.65,7.26,1.43,14.51,2.16,21.76.58,5.61,1.13,11.21,1.59,16.81.23,2.9.45,5.79.63,8.69.21,3.4.38,6.81.48,10.21h0c.07,2.16.11,4.31.11,6.47,0,1.23,0,2.45,0,3.67q0,3.51-.19,7-.2,4.49-.61,9c-.31,3.27-.86,6.84-3.16,9.14-.14.14-.29.27-.44.4l-3.24-.4a332.72,332.72,0,0,0-67.3-1.2c.49-3.38.94-6.75,1.38-10.14.2-1.6.4-3.21.59-4.82q.33-2.76.63-5.52c.23-2,.44-4,.64-6q.78-7.73,1.37-15.47.87-11.29,1.32-22.62.22-5.41.34-10.83.17-6.72.16-13.45,0-6.54-.11-13.1c0-1.44-.06-2.88-.18-4.31a27.35,27.35,0,0,0-.53-3.83,49.87,49.87,0,0,0-3-8.48c-.22-.52-.43-1-.64-1.55-.12-.27-.23-.55-.34-.82,5.76-5.13,9.86-12,13.8-18.76,6.39-10.89,12.93-22.26,14-34.84s-5.18-26.71-17.2-30.55c-3.27-1-6.73-1.28-10.1-1.87-3.18-.56-9.81-1.83-13.49-4.11q-3,3.08-6,6.05a22.15,22.15,0,0,1,2.17-8.71l1.42.07a2.71,2.71,0,0,
 1-.16-1c
 
0-1.07.74-2.28,2.32-3.62,4.71-4,12.12-4.89,15.09-10.3,1.24-2.25,1.45-4.93,2.45-7.29,2.87-6.73,11.11-9.21,16.07-14.59s6.2-13,10.21-19a28.62,28.62,0,0,1,12-10c.4-.19.81-.38,1.22-.55,8.3-3.55,18.16-4.36,26.76-4.34,3.34,0,12,.1,16.24,1.79a5.32,5.32,0,0,1,1.85,1.13C752.37,480.61,745.34,491,742,494.56Z"
 transform="translate(-28 -141.34)" fill="#4c4981"/><path 
d="M642.72,542.69a60.88,60.88,0,0,1,46.74,4.87c7.2,4,13.66,9.58,17.62,16.78,5.95,10.8,5.69,23.82,5.27,36.15-.21,6.17-.48,12.56-3.2,18.1C706,625,700.06,629.4,694,633a42.24,42.24,0,0,1-12.32,5.33c-6.72,1.46-13.7.22-20.47-1-7.36-1.36-15.26-3-20.37-8.48-3-3.18-4.64-7.31-6.26-11.35q-3.49-8.75-7-17.48c-4.05-10.11-5.42-18.52-.07-28.37,2.43-4.49,5.4-8.69,7.8-13.21C636.51,556.14,640.81,543.28,642.72,542.69Z"
 transform="translate(-28 -141.34)" fill="#4c4981"/><path 
d="M1063,715.56v29.9a167.3,167.3,0,0,1-64.73,12.8H728.58c-.14.14-.29.27-.44.4l-3.24-.4H245.17c-40.25,0-77.55-10.86-108.14-29.36V683.25l230.72-26.63.18,0L502.29,668l34.77,3,1
 8.06,1.5
 
3,37.38,3.17,19.23,1.63,28,2.38,3.94.33,20.18,1.71L691.23,684l38.5,3.26,64.18,5.45,45.15,3.83,74.14,6.29,14.1,1.19,1.52.13,1.32.11,18.62,1.58,20.44,1.74,2.37.2Z"
 transform="translate(-28 -141.34)" fill="#504f60"/><polygon points="764 573.12 474.86 523.77 463.65 580.46 
596.19 596.33 637 601.44 749.26 579.33 764 573.12" fill="#9c9ca1"/><path 
d="M642.33,739.94l144.86-27.23a5,5,0,0,1,5.94,4.93h0a5,5,0,0,1-4.09,4.93L647.57,749.06Z" 
transform="translate(-28 -141.34)" fill="#9c9ca1"/><path 
d="M705.17,654.31c4.51-.42,9.08-1.13,13.14-3.13,5-2.49,8.89-6.78,13.52-9.94,10.18-7,23.8-7.94,35.47-3.92s21.41,12.63,28.23,22.91c4.53,6.85,7.93,15.59,4.73,23.15a30.51,30.51,0,0,1-4.12,6.44l-8.34,10.9a29,29,0,0,1-5.66,6.09c-3.12,2.27-7,3.2-10.82,3.76-10.15,1.48-20.48.64-30.71,1.32-17.57,1.17-34.73,6.83-52.34,6.64-10.12-.11-20.11-2.15-30-4.19l-43.77-9c-7.62-1.56-16.23-3.84-19.82-10.75-1.61-3.11-1.91-6.71-2.1-10.21-.52-9.64,0-20.36,6.68-27.31,6.28-6.52,16.21-8.58,23.71-13.4,9.18-5.91,12.21-4,21.89.4
 4A120,12
 0,0,0,0,705.17,654.31Z" transform="translate(-28 -141.34)" fill="#ae6e79"/><path 
d="M705.17,654.31c4.51-.42,9.08-1.13,13.14-3.13,5-2.49,8.89-6.78,13.52-9.94,10.18-7,23.8-7.94,35.47-3.92s21.41,12.63,28.23,22.91c4.53,6.85,7.93,15.59,4.73,23.15a30.51,30.51,0,0,1-4.12,6.44l-8.34,10.9a29,29,0,0,1-5.66,6.09c-3.12,2.27-7,3.2-10.82,3.76-10.15,1.48-20.48.64-30.71,1.32-17.57,1.17-34.73,6.83-52.34,6.64-10.12-.11-20.11-2.15-30-4.19l-43.77-9c-7.62-1.56-16.23-3.84-19.82-10.75-1.61-3.11-1.91-6.71-2.1-10.21-.52-9.64,0-20.36,6.68-27.31,6.28-6.52,16.21-8.58,23.71-13.4,9.18-5.91,12.21-4,21.89.44A120,120,0,0,0,705.17,654.31Z"
 transform="translate(-28 -141.34)" opacity="0.05"/><path 
d="M880.94,640.6c-12.28,4.75-24.63,9.52-37.49,12.35-21.56,4.75-44.12,4-65.51,9.43-11.3,2.88-22.53,7.52-34.14,6.58-5.19-.42-10.2-2-15.25-3.2-28.37-7-60.62-4.73-83.66,13.27-7.88,6.15-14.33,13.82-20.18,22a14.7,14.7,0,0,0,5.91,21.88A86.62,86.62,0,0,0,659,730.48c13.13,1.16,26.32-.7,39.38-2.56,19.38-2.75,38.77-5.51,58.1-8.
 6,6.94-1
 
.11,13.88-2.26,20.86-3.14,50.23-6.35,101.37,1.37,151.73-3.93,5.09-.54,10.27-1.24,14.9-3.41,11.72-5.5,17.52-20,15.1-32.74s-11.76-23.33-23-29.83c-9.42-5.47-19.58-7.68-30.07-10C896.26,634,890.32,637,880.94,640.6Z"
 transform="translate(-28 -141.34)" fill="#ae6e79"/><path 
d="M988.67,564.44c5.54,7.26,6.72,17,6.12,26.09s-2.76,18.08-3.08,27.21c-.44,12.52,2.58,25,2.07,37.48-.36,8.73-2.43,17.29-4.88,25.67-2.89,9.89-7.07,20.52-16.2,25.27-12.12,6.31-37.54,2.76-50.29,7.7,1.16-7.23,12.28-17.7,13.44-24.93.8-5,1.61-10.14.75-15.15-1.1-6.39-4.85-12.06-9.3-16.78-7.08-7.51-16.32-13.16-26.47-15s-35-.33-43.12,6.08c-1-6.62,17.6-13,24.14-14.43,3.26-.73,7-.32,9.61-2.39,5-3.92,1.37-11.73,1.61-18,.19-5,3.11-9.58,3.7-14.58,1-8-4.22-16.15-2.17-24,.76-2.9,2.45-5.45,3.62-8.21,3.56-8.45,2-18.09.1-27.07-1.18-5.64-2.33-12,.81-16.81,2.91-4.49,11.17,11.5,16.46,10.76,17.47-2.45,33.28-15.4,47.39-4.8,7.19,5.4,8.13,11,11,18.71C976.77,554.6,984,558.36,988.67,564.44Z"
 transform="translate(-28 -141.34)" opacity="0.1"
 /><path 
 
d="M991.67,564.44c5.54,7.26,6.72,17,6.12,26.09s-2.76,18.08-3.08,27.21c-.44,12.52,2.58,25,2.07,37.48-.36,8.73-2.43,17.29-4.88,25.67-2.89,9.89-7.07,20.52-16.2,25.27-12.12,6.31-37.54,2.76-50.29,7.7,1.16-7.23,12.28-17.7,13.44-24.93.8-5,1.61-10.14.75-15.15-1.1-6.39-4.85-12.06-9.3-16.78-7.08-7.51-16.32-13.16-26.47-15s-35-.33-43.12,6.08c-1-6.62,17.6-13,24.14-14.43,3.26-.73,7-.32,9.61-2.39,5-3.92,1.37-11.73,1.61-18,.19-5,3.11-9.58,3.7-14.58,1-8-4.22-16.15-2.17-24,.76-2.9,2.45-5.45,3.62-8.21,3.56-8.45,2-18.09.1-27.07-1.18-5.64-2.33-12,.81-16.81,2.91-4.49,8.6-6.19,13.89-6.94a68.42,68.42,0,0,1,50,12.9c7.19,5.4,8.13,11,11,18.71C979.77,554.6,987,558.36,991.67,564.44Z"
 transform="translate(-28 -141.34)" fill="#4c4981"/><path 
d="M330,517.06,384.37,718a12.55,12.55,0,0,0,10.91,9.21L640,750.72a12.54,12.54,0,0,0,13.38-15.48L593.84,492.86a12.54,12.54,0,0,0-13.12-9.51L341.13,501.27A12.54,12.54,0,0,0,330,517.06Z"
 transform="translate(-28 -141.34)" fill="#9c9ca1"/><ellipse cx="787.11" cy="387.68" 
 rx="26.9
 " ry="27.25" fill="#fff"/><path 
d="M837.2,479.31s5.67,16.86-11.06,23.95L824,507l10.48,10.34S847.4,493.77,846,485.4C846,485.4,844,476.9,837.2,479.31Z"
 transform="translate(-28 -141.34)" fill="#fff"/><circle cx="790.2" cy="388.99" r="25.94" 
fill="#f57900"/><path 
d="M846.13,489.23l-4.12-6.8-6-.85c1.28-22.39-4.53-29.06-4.53-29.06l-1.35-.13-5.88-.57-11.06-11.48v-3.26c15.54,1.85,24.13,9.23,28.77,17.88C850.16,470.14,846.13,489.23,846.13,489.23Z"
 transform="translate(-28 -141.34)" fill="#f57900"/><path 
d="M830.18,448.27v4.12l-5.88-.57-11.06-11.48S830.35,444.17,830.18,448.27Z" transform="translate(-28 -141.34)" 
stroke="#4c4981" stroke-miterlimit="10" opacity="0.1"/><path 
d="M846.13,489.23l-4.12-6.8V455C850.16,470.14,846.13,489.23,846.13,489.23Z" transform="translate(-28 
-141.34)" stroke="#4c4981" stroke-miterlimit="10" opacity="0.1"/><ellipse cx="757.11" cy="518.2" rx="14.43" 
ry="26.32" transform="translate(-185.67 306.64) rotate(-30)" fill="#fff"/><path d="M761,516c7.27,12.59,16.19,
 21,9.29,
 25s-27,2-34.27-10.6-.67-30,6.23-34S753.72,503.38,761,516Z" transform="translate(-28 -141.34)" 
fill="#f57900"/><path 
d="M825.73,425.3c0,40.23-27.53,79-67.76,79a72.85,72.85,0,0,1,0-145.7C798.2,358.64,825.73,385.06,825.73,425.3Z"
 transform="translate(-28 -141.34)" opacity="0.1"/><circle cx="729.97" cy="288.15" r="72.85" 
fill="#ae6e79"/><path 
d="M751.57,397.21c8.67,3.19,13.8,12.15,21.58,17.14,11,7,25.32,5.19,37.88,1.73,7-1.91,14.32-4.24,21.21-2.12a6,6,0,0,0,3.23.46c1.5-.43,2.24-2.09,2.73-3.57,8.52-25.4,4.69-54.17-8.17-77.67-3.32-6.06-7.3-11.92-12.78-16.13-4.32-3.31-9.4-5.48-14.52-7.33a145,145,0,0,0-28.88-7.13,17.94,17.94,0,0,0-5.27-.17c-2.41.39-4.57,1.69-6.72,2.85A68.78,68.78,0,0,1,732,313.38c-14,.53-30-2.77-40.79,6.21-13,10.77-9.76,31.78-18.19,46.4-5.58,9.67-16.34,16.69-18.11,27.7a25.57,25.57,0,0,0,.63,10.07c4.12,16.94,20.52,30.06,38,30.37a14.42,14.42,0,0,0,7.76-1.59,17.55,17.55,0,0,0,4.09-3.89C716.84,415.09,729.94,389.25,751.57,397.21Z"
 transform="translate(-28 -141.34)" fill=
 "#444053
 "/><path 
d="M838.2,403.48c-.49,1.48-1.23,3.14-2.73,3.57a6,6,0,0,1-3.23-.46c-6.89-2.12-14.25.21-21.2,2.12-12.57,3.46-26.92,5.31-37.88-1.73-7.79-5-12.91-14-21.59-17.14-21.63-8-34.73,17.88-46.21,31.44a17.55,17.55,0,0,1-4.09,3.89,14.42,14.42,0,0,1-7.76,1.59c-17.42-.31-33.83-13.43-38-30.37-.23-1-.43-2-.58-3,0,.09,0,.17-.05.26a25.57,25.57,0,0,0,.63,10.07c4.12,16.94,20.53,30.06,38,30.37a14.42,14.42,0,0,0,7.76-1.59,17.55,17.55,0,0,0,4.09-3.89c11.48-13.56,24.58-39.4,46.21-31.44,8.68,3.19,13.8,12.15,21.59,17.14,11,7,25.31,5.19,37.88,1.73,7-1.91,14.31-4.24,21.2-2.12a6,6,0,0,0,3.23.46c1.5-.43,2.24-2.09,2.73-3.57a90.29,90.29,0,0,0,4.48-32.26A88.8,88.8,0,0,1,838.2,403.48Z"
 transform="translate(-28 -141.34)" opacity="0.1"/></svg>
\ No newline at end of file
diff --git a/assets/illustrations/pattern.svg b/assets/illustrations/pattern.svg
new file mode 100644
index 0000000..d56da45
--- /dev/null
+++ b/assets/illustrations/pattern.svg
@@ -0,0 +1,13 @@
+<svg version="1.1"
+      xmlns="http://www.w3.org/2000/svg";
+      xmlns:xlink="http://www.w3.org/1999/xlink";  id="snapshot-73524" width="250" height="250" viewBox="0 0 
250 250"><desc>This image was made on Patterninja.com</desc><defs>
+<!-- image 93877 -->
+<g id="transformed-93877" data-image="93877" transform="translate(57.668949878807126, 40.95121470013707) 
rotate(9, 24.331050121192877, 20.048785299862924)"><g><svg version="1.1" width="48.662100242385755px" 
height="40.09757059972585px" viewBox="0 0 48.662100242385755 40.09757059972585"><g id="original-93877"><svg 
xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 80 66" xmlns:xlink="http://www.w3.org/1999/xlink"; 
version="1.1" preserveAspectRatio="xMidYMid meet">
+  <path fill-rule="evenodd" d="M55 49.22L41 66l6-21.254z" fill="rgba(59, 134, 226, 0.7)" stroke="none"/>
+  <path fill-rule="evenodd" d="M80 0L65 63.763 47 44.746z" fill="rgba(148, 211, 84, 0.5)" stroke="none"/>
+  <path fill-rule="evenodd" d="M80 0L48 45.864 41 66 23 38.034z" fill="rgba(59, 134, 226, 0.5)" 
stroke="none"/>
+  <path fill-rule="evenodd" d="M80 0L23 39.153 0 38.034z" fill="rgba(255, 255, 255, 1)" stroke="none"/>
+</svg>
+</g></svg></g></g>
+<!-- /image 93877 -->
+</defs><rect x="0" y="0" width="250" height="250" fill="rgba(248, 249, 250, 0)"></rect><use 
xlink:href="#transformed-93877" transform="translate(-250, -250)"></use><use xlink:href="#transformed-93877" 
transform="translate(0, -250)"></use><use xlink:href="#transformed-93877" transform="translate(250, 
-250)"></use><use xlink:href="#transformed-93877" transform="translate(-250, 0)"></use><use 
xlink:href="#transformed-93877" transform="translate(0, 0)"></use><use xlink:href="#transformed-93877" 
transform="translate(250, 0)"></use><use xlink:href="#transformed-93877" transform="translate(-250, 
250)"></use><use xlink:href="#transformed-93877" transform="translate(0, 250)"></use><use 
xlink:href="#transformed-93877" transform="translate(250, 250)"></use></svg>
\ No newline at end of file
diff --git a/assets/illustrations/prism.svg b/assets/illustrations/prism.svg
new file mode 100644
index 0000000..4c55f3e
--- /dev/null
+++ b/assets/illustrations/prism.svg
@@ -0,0 +1 @@
+<svg xmlns='http://www.w3.org/2000/svg' width='100%'><defs><linearGradient id='a' 
gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%' gradientTransform='rotate(240)'><stop 
offset='0' stop-color='#ffffff'/><stop offset='1' stop-color='#4FE'/></linearGradient><pattern 
patternUnits='userSpaceOnUse' id='b' width='540' height='450' x='0' y='0' viewBox='0 0 1080 900'><g 
fill-opacity='0.1'><polygon fill='#444' points='90 150 0 300 180 300'/><polygon points='90 150 180 0 0 
0'/><polygon fill='#AAA' points='270 150 360 0 180 0'/><polygon fill='#DDD' points='450 150 360 300 540 
300'/><polygon fill='#999' points='450 150 540 0 360 0'/><polygon points='630 150 540 300 720 300'/><polygon 
fill='#DDD' points='630 150 720 0 540 0'/><polygon fill='#444' points='810 150 720 300 900 300'/><polygon 
fill='#FFF' points='810 150 900 0 720 0'/><polygon fill='#DDD' points='990 150 900 300 1080 300'/><polygon 
fill='#444' points='990 150 1080 0 900 0'/><polygon fill='#DDD' points='90 450 0
  600 180
  600'/><polygon points='90 450 180 300 0 300'/><polygon fill='#666' points='270 450 180 600 360 
600'/><polygon fill='#AAA' points='270 450 360 300 180 300'/><polygon fill='#DDD' points='450 450 360 600 540 
600'/><polygon fill='#999' points='450 450 540 300 360 300'/><polygon fill='#999' points='630 450 540 600 720 
600'/><polygon fill='#FFF' points='630 450 720 300 540 300'/><polygon points='810 450 720 600 900 
600'/><polygon fill='#DDD' points='810 450 900 300 720 300'/><polygon fill='#AAA' points='990 450 900 600 
1080 600'/><polygon fill='#444' points='990 450 1080 300 900 300'/><polygon fill='#222' points='90 750 0 900 
180 900'/><polygon points='270 750 180 900 360 900'/><polygon fill='#DDD' points='270 750 360 600 180 
600'/><polygon points='450 750 540 600 360 600'/><polygon points='630 750 540 900 720 900'/><polygon 
fill='#444' points='630 750 720 600 540 600'/><polygon fill='#AAA' points='810 750 720 900 900 900'/><polygon 
fill='#666' points='810 750 900 600 720 600'/><
 polygon 
 fill='#999' points='990 750 900 900 1080 900'/><polygon fill='#999' points='180 0 90 150 270 150'/><polygon 
fill='#444' points='360 0 270 150 450 150'/><polygon fill='#FFF' points='540 0 450 150 630 150'/><polygon 
points='900 0 810 150 990 150'/><polygon fill='#222' points='0 300 -90 450 90 450'/><polygon fill='#FFF' 
points='0 300 90 150 -90 150'/><polygon fill='#FFF' points='180 300 90 450 270 450'/><polygon fill='#666' 
points='180 300 270 150 90 150'/><polygon fill='#222' points='360 300 270 450 450 450'/><polygon fill='#FFF' 
points='360 300 450 150 270 150'/><polygon fill='#444' points='540 300 450 450 630 450'/><polygon fill='#222' 
points='540 300 630 150 450 150'/><polygon fill='#AAA' points='720 300 630 450 810 450'/><polygon fill='#666' 
points='720 300 810 150 630 150'/><polygon fill='#FFF' points='900 300 810 450 990 450'/><polygon fill='#999' 
points='900 300 990 150 810 150'/><polygon points='0 600 -90 750 90 750'/><polygon fill='#666' points='0 600 
90 450 -90 450'/
<polygo
 n fill='#AAA' points='180 600 90 750 270 750'/><polygon fill='#444' points='180 600 270 450 90 
450'/><polygon fill='#444' points='360 600 270 750 450 750'/><polygon fill='#999' points='360 600 450 450 270 
450'/><polygon fill='#666' points='540 600 630 450 450 450'/><polygon fill='#222' points='720 600 630 750 810 
750'/><polygon fill='#FFF' points='900 600 810 750 990 750'/><polygon fill='#222' points='900 600 990 450 810 
450'/><polygon fill='#DDD' points='0 900 90 750 -90 750'/><polygon fill='#444' points='180 900 270 750 90 
750'/><polygon fill='#FFF' points='360 900 450 750 270 750'/><polygon fill='#AAA' points='540 900 630 750 450 
750'/><polygon fill='#FFF' points='720 900 810 750 630 750'/><polygon fill='#222' points='900 900 990 750 810 
750'/><polygon fill='#222' points='1080 300 990 450 1170 450'/><polygon fill='#FFF' points='1080 300 1170 150 
990 150'/><polygon points='1080 600 990 750 1170 750'/><polygon fill='#666' points='1080 600 1170 450 990 
450'/><polygon fill='#
 DDD' poi
 nts='1080 900 1170 750 990 750'/></g></pattern></defs><rect x='0' y='0' fill='url(#a)' width='100%' 
height='100%'/><rect x='0' y='0' fill='url(#b)' width='100%' height='100%'/></svg>
\ No newline at end of file
diff --git a/assets/illustrations/stability.svg b/assets/illustrations/stability.svg
new file mode 100644
index 0000000..188be24
--- /dev/null
+++ b/assets/illustrations/stability.svg
@@ -0,0 +1 @@
+<svg id="af37ba8d-cf8f-4443-ba8a-6bf7da051a26" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg"; 
width="1131.14" height="783.2" viewBox="0 0 1131.14 783.2"><title>unboxing</title><path 
d="M618.92,192c-71.37,12-142.69,6.62-211.31-1.15s-137-17.88-208.48-15.06C153.18,177.65,102,186.74,70,213.42,39.19,239.1,34.46,273.84,34.43,305.2c0,23.6,2,48,18.63,66.83,11.51,13.06,29.22,22.44,42.56,34.49,46.44,41.93,32.5,107.71,2.23,163.61-14.2,26.22-31.58,52-41.23,78.82s-10.88,55.63,6.56,77.6c17.28,21.77,50.64,34.1,85.4,40.53,70.61,13.07,149.21,5.25,225.26-5.42,168.35-23.61,334.94-60.78,501.08-97.86,61.48-13.73,123.23-27.52,182.46-47.38,32.89-11,66.37-24.83,87.58-46.33,26.92-27.31,27.54-64.65,1.45-87-43.77-37.57-142.62-29.49-176.5-72.39C951.26,387,959.28,355,974,326.8c31.59-60.58,92.8-120.35,84.68-180.84-5.58-41.54-47.5-76-103.59-85-58.79-9.52-134.22,8.07-168,49.76C752.4,153.61,681.94,181.42,618.92,192Z"
 transform="translate(-34.43 -58.4)" fill="#f57900" opacity="0.1"/><path d="M889.11,
 165.49c-
 
1.21,3.88-2.43,7.76-4,11.53A97.55,97.55,0,0,1,875,195.63a135.06,135.06,0,0,1-8.44,11.06c-3.76,4.43-7.95,8.89-9.28,14.55-.77,3.27-.51,6.69-.84,10s-1.4,6.88-4.11,8.88c-1.93,1.43-4.4,1.86-6.77,2.24-1.7.27-3.82.35-4.71-1.12a4.4,4.4,0,0,1-.46-1.94l-.41-4.89c-.09-1.05-.46-2.41-1.52-2.46s-1.59,1.36-2.49,2c-1.2.84-3,0-3.66-1.27a6.19,6.19,0,0,1-.11-4.29,20.37,20.37,0,0,1,10.48-13,30.09,30.09,0,0,0,5.1-2.66,17.43,17.43,0,0,0,4-5.06c9.28-15.28,18.61-30.64,25.15-47.27a34.72,34.72,0,0,0,2.6-9.31c.32-3.28-.19-6.56-.4-9.85a56.21,56.21,0,0,1,1.61-17.52,14,14,0,0,1,1.68-4.27c2.7-4.09,9-4.7,13-1.87a13.36,13.36,0,0,1,5.18,9.47c.29,3.31-1.62,6.75-2.59,9.84Q893.56,151.21,889.11,165.49Z"
 transform="translate(-34.43 -58.4)" fill="#a1616a"/><path 
d="M889.11,165.49c-1.21,3.88-2.43,7.76-4,11.53A97.55,97.55,0,0,1,875,195.63a135.06,135.06,0,0,1-8.44,11.06c-3.76,4.43-7.95,8.89-9.28,14.55-.77,3.27-.51,6.69-.84,10s-1.4,6.88-4.11,8.88c-1.93,1.43-4.4,1.86-6.77,2.24-1.7.27-3.82.35-4.71-1.12a4.4,4.4,0,0,1-.46
 -1.94l-.
 
41-4.89c-.09-1.05-.46-2.41-1.52-2.46s-1.59,1.36-2.49,2c-1.2.84-3,0-3.66-1.27a6.19,6.19,0,0,1-.11-4.29,20.37,20.37,0,0,1,10.48-13,30.09,30.09,0,0,0,5.1-2.66,17.43,17.43,0,0,0,4-5.06c9.28-15.28,18.61-30.64,25.15-47.27a34.72,34.72,0,0,0,2.6-9.31c.32-3.28-.19-6.56-.4-9.85a56.21,56.21,0,0,1,1.61-17.52,14,14,0,0,1,1.68-4.27c2.7-4.09,9-4.7,13-1.87a13.36,13.36,0,0,1,5.18,9.47c.29,3.31-1.62,6.75-2.59,9.84Q893.56,151.21,889.11,165.49Z"
 transform="translate(-34.43 -58.4)" opacity="0.05"/><path 
d="M947.41,328.87a13.49,13.49,0,0,1-5.64.67c-.14-1.56-2.24-1.91-3.8-1.83a4.34,4.34,0,0,0-2.17.5c-.39.25-.69.62-1.07.87a4.54,4.54,0,0,1-2.21.57l-8.12.68c-3.62.31-7.39.6-10.78-.7a3.65,3.65,0,0,1-1.73-1.16c-.92-1.32,0-3.21,1.27-4.16s2.91-1.4,4.19-2.38c2.82-2.15,3.21-6.17,4.7-9.38a27.12,27.12,0,0,1,3.89-5.64,21.23,21.23,0,0,1,3.83-3.92c3.25-2.36,7-2.31,10.83-2.65,2.7-.24,5.24-.39,7.18,2,2.39,3,1.44,9,1.29,12.51A90.61,90.61,0,0,1,947.41,328.87Z"
 transform="translate(-34.43 -58.4)" fill="#514e7f"/><pat
 h d="M94
 
7.41,328.87a13.49,13.49,0,0,1-5.64.67c-.14-1.56-2.24-1.91-3.8-1.83a4.34,4.34,0,0,0-2.17.5c-.39.25-.69.62-1.07.87a4.54,4.54,0,0,1-2.21.57l-8.12.68c-3.62.31-7.39.6-10.78-.7a3.65,3.65,0,0,1-1.73-1.16c-.92-1.32,0-3.21,1.27-4.16s2.91-1.4,4.19-2.38c2.82-2.15,3.21-6.17,4.7-9.38a27.12,27.12,0,0,1,3.89-5.64,21.23,21.23,0,0,1,3.83-3.92c3.25-2.36,7-2.31,10.83-2.65,2.7-.24,5.24-.39,7.18,2,2.39,3,1.44,9,1.29,12.51A90.61,90.61,0,0,1,947.41,328.87Z"
 transform="translate(-34.43 -58.4)" opacity="0.05"/><path 
d="M944.13,170.91c2.48.8,3.56,3.89,3.1,6.47s-2,4.78-3.27,7.06c-3.62,6.47-5.18,13.87-8.22,20.62-2.27,5.05-5.34,9.71-7.59,14.77s-3.62,10.77-2.27,16.13c.67,2.61,2,5,2.8,7.57a42,42,0,0,1,1.64,8.55,162.41,162.41,0,0,1,.59,29.66,8.82,8.82,0,0,1-.74,3.5c-.51,1-1.39,2-1,3,.17.41.53.71.72,1.11.52,1.12-.52,2.31-1.47,3.11a2.56,2.56,0,0,0,1.59,1.23,3.78,3.78,0,0,0-1.61,4.2c.85.12.9,1.42.37,2.09s-1.37,1.1-1.75,1.87a2.61,2.61,0,0,0,1.44,3.28,6.77,6.77,0,0,0,3.92.3A43,43,0,0,0,939,304a6.22,6.22,0,0,0,2
 -.91,6,6
 
,0,0,0,1.81-4,72.81,72.81,0,0,0,.45-12.27c-.36-19.84,0-39.7.86-59.53.35-8,2.75-15.75,5.83-23.11a124,124,0,0,1,5.7-11.05C960.09,185,964,176,963,166.72c-.11-1-.48-2.19-1.46-2.35a2.12,2.12,0,0,0-1.13.19,49.47,49.47,0,0,0-5.95,3.29A22.57,22.57,0,0,1,944.13,170.91Z"
 transform="translate(-34.43 -58.4)" fill="#464353"/><path 
d="M944.13,170.91c2.48.8,3.56,3.89,3.1,6.47s-2,4.78-3.27,7.06c-3.62,6.47-5.18,13.87-8.22,20.62-2.27,5.05-5.34,9.71-7.59,14.77s-3.62,10.77-2.27,16.13c.67,2.61,2,5,2.8,7.57a42,42,0,0,1,1.64,8.55,162.41,162.41,0,0,1,.59,29.66,8.82,8.82,0,0,1-.74,3.5c-.51,1-1.39,2-1,3,.17.41.53.71.72,1.11.52,1.12-.52,2.31-1.47,3.11a2.56,2.56,0,0,0,1.59,1.23,3.78,3.78,0,0,0-1.61,4.2c.85.12.9,1.42.37,2.09s-1.37,1.1-1.75,1.87a2.61,2.61,0,0,0,1.44,3.28,6.77,6.77,0,0,0,3.92.3A43,43,0,0,0,939,304a6.22,6.22,0,0,0,2-.91,6,6,0,0,0,1.81-4,72.81,72.81,0,0,0,.45-12.27c-.36-19.84,0-39.7.86-59.53.35-8,2.75-15.75,5.83-23.11a124,124,0,0,1,5.7-11.05C960.09,185,964,176,963,166.72c-.11-1-.48-2.19-1.4
 6-2.35a2
 .12,2.12,0,0,0-1.13.19,49.47,49.47,0,0,0-5.95,3.29A22.57,22.57,0,0,1,944.13,170.91Z" 
transform="translate(-34.43 -58.4)" opacity="0.05"/><path 
d="M977.66,146.8a8.53,8.53,0,0,1,4.32-1.37c1.78.09,3.3,1.26,4.69,2.38a48,48,0,0,1,4.68,4.1,25,25,0,0,1,5.56,24.68c-1.47,4.41-4.16,8.3-6.82,12.11l-5.4,7.76c-8.24,11.83-16.48,23.66-25.11,35.21a1.34,1.34,0,0,1-.94,1.27c-.32.08-.7.07-.89.33a1,1,0,0,0-.11.53,7.76,7.76,0,0,0,.48,2.51,1.16,1.16,0,0,1,.1.85c-.28.65-1.46.29-1.84.89-.25.4.06.92.39,1.26s.74.72.68,1.19-.88,1-.85,1.58c0,.34.3.6.51.87a2.23,2.23,0,0,1-.27,2.84c-.57,5.64,2.5,11,3.11,16.62,1,8.88-3.05,17.55-3.54,26.46a6.85,6.85,0,0,1-.56,2.92c-.83,1.54-3,2.47-2.89,4.22a18.13,18.13,0,0,0,.6,2.12c.17,1-.3,2-.32,3s.86,2.23,1.81,1.84q-1.06,3.53-1.89,7.13l-18.9,1.56a16.77,16.77,0,0,1,.17-5.1c.38-1.82,1.21-3.53,1.64-5.34a6.3,6.3,0,0,0-.75-5.35,2.09,2.09,0,0,0,2.09-1.71,8.31,8.31,0,0,0,0-2.94c-.5-4.93,1.57-9.79,1.5-14.74-.05-3.9-1.42-7.64-2.11-11.48-1.48-8.2.06-17.09-3.59-24.57-2.21-4.52-5.2
 7-9.52-2
 
.79-13.89,1.22-2.16,3.38-3.64,4.79-5.68a23.18,23.18,0,0,0,2.56-6.18c2.91-9,7.62-17.37,11.75-25.92A27.22,27.22,0,0,0,952,182a34.61,34.61,0,0,0,.31-6.28,94.82,94.82,0,0,1,.7-11.3,10.74,10.74,0,0,1,1.37-4.67,10.54,10.54,0,0,1,3-2.69C963.58,152.75,971,150.32,977.66,146.8Z"
 transform="translate(-34.43 -58.4)" fill="#464353"/><path 
d="M955,335.79a13.55,13.55,0,0,1-5.65.67c-.14-1.55-2.23-1.91-3.79-1.83a4.4,4.4,0,0,0-2.18.5c-.38.25-.68.62-1.07.87a4.52,4.52,0,0,1-2.21.57l-8.11.69c-3.63.3-7.39.59-10.79-.71a3.5,3.5,0,0,1-1.72-1.16c-.93-1.32,0-3.2,1.27-4.16s2.91-1.4,4.18-2.37c2.82-2.16,3.21-6.17,4.71-9.39a26.75,26.75,0,0,1,3.88-5.63,21.94,21.94,0,0,1,3.83-3.93c3.26-2.36,7-2.31,10.83-2.64,2.71-.25,5.25-.4,7.18,2,2.4,3,1.44,9,1.3,12.51A90.47,90.47,0,0,1,955,335.79Z"
 transform="translate(-34.43 -58.4)" fill="#514e7f"/><circle cx="836.81" cy="36.94" r="18.72" 
fill="#a1616a"/><path 
d="M888.89,100.9c2.69,2.31,6.54,2.49,10.06,2.85A62.75,62.75,0,0,1,920.58,110a7.5,7.5,0,0,1,2.5,1.72,7,7,0,0,1,1
 .27,2.67
 
,17.72,17.72,0,0,1,.71,6.51,18.67,18.67,0,0,1-1.81,6.13,33.05,33.05,0,0,1-11.6,13.22,8.5,8.5,0,0,1-2.94,1.41c-2.46.51-4.84-.91-7.27-1.55a11.8,11.8,0,0,0-6.71.22c-2,.67-4.19,1.92-6.17,1.09a6.35,6.35,0,0,1-2.79-3.19,108.21,108.21,0,0,1-5.11-11.17,41.75,41.75,0,0,0-1.85-4.35c-2.17-4.14-5.92-7.33-7.79-11.61a2.54,2.54,0,0,1-.18-2.19,3,3,0,0,1,1.38-1A32.75,32.75,0,0,0,879.7,102c1.23-1.17,3.49-4.37,5.26-4.64C887,97,887.55,99.74,888.89,100.9Z"
 transform="translate(-34.43 -58.4)" fill="#a1616a"/><path 
d="M888.46,138.94c2.17,1,4.72.57,7.08.08,6.06-1.26,12.19-2.55,17.8-5.17a9.64,9.64,0,0,0,4.37-3.36,10.93,10.93,0,0,0,1.22-4.19l1-7c.36-2.43-.27-4.68-.32-7.14a2.07,2.07,0,0,1,.41-1.55,1.67,1.67,0,0,1,1.22-.39c2.82,0,4.52,3,6.49,5a12.07,12.07,0,0,0,4,2.67c1.79.74,4,1.26,4.75,3.06.3.75.26,1.6.58,2.35,1.26,3,6.63,2,8,5,.38.84.36,1.89,1,2.55s1.84.65,2.83.81c3.9.64,5.8,5.16,9.14,7.29,2.81,1.79,6.43,1.75,9.45,3.15,1.69.78,3.18,2,5,2.51s3.79.24,5.7.29a1.49,1.49,0,0,1,1.13.37,1.52,1.52,0,0,1,.19,
 1.24,34.
 
46,34.46,0,0,1-21.3,26.68,7.22,7.22,0,0,0-1.81.88c-1.7,1.27-2,4-3.93,4.9a4,4,0,0,1-4.09-.88,36.68,36.68,0,0,1-3-3.26,11.75,11.75,0,0,0-6.59-3.47c-2.32-.37-4.92-.1-6.79-1.52a22.13,22.13,0,0,1-2.14-2.29,13.54,13.54,0,0,0-4.86-2.9,49.44,49.44,0,0,0-15.43-3.38c-4.92-.27-10,.17-14.65-1.43a8.71,8.71,0,0,1-3.27-1.85,9.71,9.71,0,0,1-2.18-3.79A28.88,28.88,0,0,1,888.46,138.94Z"
 transform="translate(-34.43 -58.4)" fill="#f57900"/><path 
d="M912.58,111.35c-1.38-.12-2.76.05-4.15,0-1.63,0-3.24-.4-4.87-.41a12.12,12.12,0,0,0-11.42,8.69,2.25,2.25,0,0,0-.07,1.23.87.87,0,0,0,.94.64,21.49,21.49,0,0,1,2.1-4.21,11.94,11.94,0,0,1,6.29-4.38,16.39,16.39,0,0,1,7.72-.28c1.06.2,2.11.49,3.15.77l5,1.38c.92.25,1.84.5,2.74.83.69.26,1.87,1.21,2.55,1.25.92,0,.17-.8-.24-1.34a6.56,6.56,0,0,0-3.26-2.37A27.79,27.79,0,0,0,912.58,111.35Z"
 transform="translate(-34.43 -58.4)" fill="#f57900"/><path 
d="M900,167.58c-1.21,3.88-2.42,7.77-3.94,11.54a97.6,97.6,0,0,1-10.21,18.61,135.06,135.06,0,0,1-8.44,11.06c-3.76,4.43-8,8.
 89-9.28,
 
14.55-.77,3.27-.51,6.69-.83,10s-1.41,6.88-4.11,8.88c-1.94,1.43-4.41,1.86-6.78,2.23-1.69.28-3.81.36-4.7-1.11a4.41,4.41,0,0,1-.47-1.94l-.4-4.89c-.09-1-.47-2.41-1.52-2.46s-1.6,1.36-2.5,2c-1.2.84-3,0-3.66-1.27a6.17,6.17,0,0,1-.1-4.3,20.39,20.39,0,0,1,10.47-13,31.33,31.33,0,0,0,5.11-2.66,17.4,17.4,0,0,0,4-5.06c9.28-15.28,18.61-30.64,25.16-47.27a35,35,0,0,0,2.59-9.32c.32-3.27-.18-6.56-.4-9.84a55.87,55.87,0,0,1,1.62-17.52,13.74,13.74,0,0,1,1.68-4.27c2.69-4.09,9-4.7,13-1.87a13.41,13.41,0,0,1,5.19,9.47c.29,3.31-1.63,6.75-2.59,9.84Q904.43,153.29,900,167.58Z"
 transform="translate(-34.43 -58.4)" fill="#a1616a"/><path 
d="M844,82.11c-.15-1.56,1.25-3,2.84-4a38.82,38.82,0,0,0,4.81-3c1.42-1.23,2.19-2.82,3.62-4.06a15.84,15.84,0,0,1,5.39-2.68,41.23,41.23,0,0,1,12.92-2.33c4.46,0,9,1,12.36,3.27a7.59,7.59,0,0,1,2.1,1.95,8.58,8.58,0,0,1,1,3.1,61.18,61.18,0,0,0,3.23,9.81c1.39,3.53,2.87,7.19,6.14,9.92,3.5,2.91,8.85,4.59,11.16,8.12a2.61,2.61,0,0,1,.51,2.26c-.33.9-1.39,1.5-2.37,2.06-5.69,3.26-10.58,7.
 49-13.11
 
,12.54s-2.44,11,1.15,15.65c1.32,1.72,3.14,3.76,1.85,5.49-2,2.63-8.69,1.12-10.25,3.91-.49.88-.2,1.9-.21,2.86,0,2.92-2.8,5.51-6.21,6.86s-7.36,1.67-11.2,1.84a9.78,9.78,0,0,1-.28-7.25,2.9,2.9,0,0,0,.29-1.64,3.93,3.93,0,0,0-1.29-1.59c-4.1-3.87-3.24-9.58-.77-14.19s6.3-8.82,7.73-13.67c.7-2.41.71-5.12-1.21-7.11a24,24,0,0,0-3.52-2.58,13.29,13.29,0,0,1-4.94-6.2c-1.15-3.19-1-7-4.34-9.14-3.21-2-7.72-1.43-11.27-2.8C847.41,88.54,844.23,84.39,844,82.11Z"
 transform="translate(-34.43 -58.4)" fill="#464353"/><path 
d="M510.36,166.59c-.75,8.17,5.43,16.1,3.63,24.1-.39,1.71-1.12,3.33-1.39,5.06-.75,4.75,2.08,9.24,4.79,13.22l23.23,34.1a21.91,21.91,0,0,0,3.32,4.1c4.45,4,11.11,3.53,16.94,4.72a28.94,28.94,0,0,1,11.35,5,.71.71,0,0,1,.15,1,9.75,9.75,0,0,1-8.44,4c-.61.8,0,2,.84,2.56,1.25.87,3,1.1,3.22,3.21a3.59,3.59,0,0,1-.43,2.13,6.59,6.59,0,0,1-4.06,2.82c-8,2.46-16.74-1.86-22.76-7.74s-10.34-13.3-16.25-19.29c-3.27-3.31-7-6.14-10.36-9.35-6.72-6.41-11.95-14.19-17-22a24.2,24.2,0,0,1-3.68-7.49c-.62-2.65-.34
 -5.47-1.
 
06-8.1-.94-3.46-3.46-6.21-5.57-9.11-4.12-5.68-6.87-12.62-6.33-19.62S485.38,156,492,153.65a10.28,10.28,0,0,1,6.43-.39c2.7.83,4.69,3.07,6.55,5.21l4.4,5.1a11.82,11.82,0,0,1,2.57,3.9,4.09,4.09,0,0,1-.9,4.34"
 transform="translate(-34.43 -58.4)" fill="#fbbebe"/><path 
d="M510.36,166.59c-.75,8.17,5.43,16.1,3.63,24.1-.39,1.71-1.12,3.33-1.39,5.06-.75,4.75,2.08,9.24,4.79,13.22l23.23,34.1a21.91,21.91,0,0,0,3.32,4.1c4.45,4,11.11,3.53,16.94,4.72a28.94,28.94,0,0,1,11.35,5,.71.71,0,0,1,.15,1,9.75,9.75,0,0,1-8.44,4c-.61.8,0,2,.84,2.56,1.25.87,3,1.1,3.22,3.21a3.59,3.59,0,0,1-.43,2.13,6.59,6.59,0,0,1-4.06,2.82c-8,2.46-16.74-1.86-22.76-7.74s-10.34-13.3-16.25-19.29c-3.27-3.31-7-6.14-10.36-9.35-6.72-6.41-11.95-14.19-17-22a24.2,24.2,0,0,1-3.68-7.49c-.62-2.65-.34-5.47-1.06-8.1-.94-3.46-3.46-6.21-5.57-9.11-4.12-5.68-6.87-12.62-6.33-19.62S485.38,156,492,153.65a10.28,10.28,0,0,1,6.43-.39c2.7.83,4.69,3.07,6.55,5.21l4.4,5.1a11.82,11.82,0,0,1,2.57,3.9,4.09,4.09,0,0,1-.9,4.34"
 transform="translate(-34.43 
 -58.4)" 
 opacity="0.05"/><path 
d="M492.78,376.89c5.07,3.09,11.39,3.28,17.29,2.56.95-.12,2.08-.19,2.69.54.88,1.07-.16,2.63-1.24,3.49a25.65,25.65,0,0,1-11.89,4.89,79,79,0,0,1-11.62.77c-10.6.18-21.26.36-31.76-1.17a4.32,4.32,0,0,1-1.73-.5,3.35,3.35,0,0,1-1.31-2c-.72-2.72.67-5.66,2.76-7.55s4.78-3,7.4-4l9.23-3.59c2.16-.84,5.63-3.08,8-2.91C484.93,367.76,489.11,374.74,492.78,376.89Z"
 transform="translate(-34.43 -58.4)" fill="#3f3d56"/><path 
d="M492.78,376.89c5.07,3.09,11.39,3.28,17.29,2.56.95-.12,2.08-.19,2.69.54.88,1.07-.16,2.63-1.24,3.49a25.65,25.65,0,0,1-11.89,4.89,79,79,0,0,1-11.62.77c-10.6.18-21.26.36-31.76-1.17a4.32,4.32,0,0,1-1.73-.5,3.35,3.35,0,0,1-1.31-2c-.72-2.72.67-5.66,2.76-7.55s4.78-3,7.4-4l9.23-3.59c2.16-.84,5.63-3.08,8-2.91C484.93,367.76,489.11,374.74,492.78,376.89Z"
 transform="translate(-34.43 -58.4)" opacity="0.05"/><path 
d="M486.34,254.43c3.83,5.11,7.81,11,6.86,17.33-.51,3.41-2.42,6.42-3.82,9.57a67.6,67.6,0,0,0-3.87,13.44c-1.44,6.69-2.88,13.4-3.76,20.19-1,7.67,3.71,29.87,4.
 15,37.59
 
.1,1.86.32,3.88,1.61,5.22.51.53,1.19,1,1.41,1.65a2.81,2.81,0,0,1-.3,1.95c-2.17,4.88-6.6,8.51-11.52,10.59s-16.89,5.66-22.23,5.84a4.34,4.34,0,0,1-2.09-.27,4.06,4.06,0,0,1-1.62-1.85c-3.85-7.38-.15-33.62-.21-41.94,0-6.95-1.69-13.85-1.38-20.79.24-5.57,1.73-11,2.28-16.56.89-9.11-.79-18.25-2.46-27.25-1.28-6.89-2.57-13.79-4.21-20.61-1-4.15-2.16-8.35-4.45-12-1.81-2.87-4.27-5.26-6.33-7.95a36,36,0,0,1-7.1-26.37c.12-.93,13.33,3.34,14.47,3.84a45.31,45.31,0,0,1,12.89,8.3c3,2.9,5.46,6.79,8.13,10.05q5.67,6.9,11.19,13.92Q480.25,246.33,486.34,254.43Z"
 transform="translate(-34.43 -58.4)" fill="#464353"/><path 
d="M486.34,254.12c3.83,5.12,7.81,11,6.86,17.34-.51,3.41-2.42,6.41-3.82,9.56a67.6,67.6,0,0,0-3.87,13.44c-1.44,6.7-2.88,13.4-3.76,20.19-1,7.68,3.71,29.87,4.15,37.6.1,1.86.32,3.88,1.61,5.22.51.52,1.19.95,1.41,1.64a2.81,2.81,0,0,1-.3,1.95c-2.17,4.88-6.6,8.52-11.52,10.6s-16.89,4-22.23,4.16a4.34,4.34,0,0,1-2.09-.27,4.06,4.06,0,0,1-1.62-1.85c-3.85-7.38-.15-31.95-.21-40.27,0-6.95-1.69-13.84-1.38-
 20.79.24
 
-5.57,1.73-11,2.28-16.56.89-9.1-.79-18.25-2.46-27.24-1.28-6.9-2.57-13.8-4.21-20.61-1-4.16-2.16-8.36-4.45-12-1.81-2.86-4.27-5.26-6.33-7.94a36,36,0,0,1-7.1-26.38c.12-.92,13.33,3.35,14.47,3.85a44.88,44.88,0,0,1,12.89,8.3c3,2.9,5.46,6.79,8.13,10q5.67,6.9,11.19,13.92Q480.25,246,486.34,254.12Z"
 transform="translate(-34.43 -58.4)" opacity="0.05"/><circle cx="494.6" cy="61.99" r="21.53" 
fill="#fbbebe"/><path 
d="M509.65,119.49A27.9,27.9,0,0,1,491.79,132l1.62,5.87c2.8,10.13,5.94,20.84,13.77,27.86-.86-3.43.25-7.11,2.18-10.07a38.89,38.89,0,0,1,7.31-7.64l12.39-10.78a3.42,3.42,0,0,0,.93-1,3.16,3.16,0,0,0,0-2.36c-1.58-4.91-6.09-8-9.73-11.29a34.28,34.28,0,0,1-4.91-5.72C512.81,113.33,511.28,116.86,509.65,119.49Z"
 transform="translate(-34.43 -58.4)" fill="#fbbebe"/><path 
d="M557.4,98.75l.48-4c-3.4.88-6.62-2-8.79-5s-4.19-6.52-7.5-7.76c-4-1.51-8.28.91-12.12,2.91a38.33,38.33,0,0,1-13.92,4.55,9.45,9.45,0,0,0-2.3.38c-2.5.89-3.68,4-4.05,6.87s-.26,5.87-1.5,8.41c-.93,1.92-2.54,3.36-3.52,5.25-2.63,5.0
 9-.09,12
 
.05-2.87,17.05l6.9-6.32c.64-.58,1.53-1.19,2.22-.7s.6,1.23.82,1.91c.67,2,3.13,2.55,4.92,1.78s3.08-2.47,4.38-4c3.05-3.6,6.69-6.76,11-8.3a14.06,14.06,0,0,1,11.59.69c3.22,1.82,5.58,6.06,9.53,6.21,5.41.2,7.66-9.87,10.16-13.85a4.9,4.9,0,0,1-1.42-6.11C561,98.55,557.47,98.13,557.4,98.75Z"
 transform="translate(-34.43 -58.4)" fill="#464353"/><path 
d="M467.67,376.71a22.63,22.63,0,0,0,15.48,5.77c1.45,0,3.46.28,3.47,1.73a2.42,2.42,0,0,1-.43,1.2,14.16,14.16,0,0,1-8,6.26c-3.11.94-6.42.79-9.66.62l-9.45-.49c-1.79-.09-3.58-.19-5.36-.4s-3.7-.6-5.55-.87a72.86,72.86,0,0,0-13.77-.65c-1.21.05-2.63,0-3.38-.91s-.35-2.59-.08-3.92c.56-2.74,0-5.61.52-8.36.91-4.82,5.06-8.52,9.65-10.27,4.25-1.62,11.79-3.47,15.81-.78C461.26,368.54,463.85,373.26,467.67,376.71Z"
 transform="translate(-34.43 -58.4)" fill="#3f3d56"/><path 
d="M458.31,215.1c-.84,4-4.68,7-4.79,11.05-.09,3.24,2.22,6,3.88,8.74a57.65,57.65,0,0,1,4,9A137.13,137.13,0,0,0,473.05,267c2.22,3.51,4.7,7.33,4.19,11.46a17.17,17.17,0,0,1-2,5.48l-6.65,13.21a37.
 72,37.72
 
,0,0,0-3.39,8.35c-.58,2.51-.64,5.11-1,7.67-1.05,8.1-4.85,16.26-2.6,24.12.19.67.9,1.49,1.42,1-2.19,4.1-4,8.24-3.79,12.89.09,2.44.84,5-.07,7.26a8.15,8.15,0,0,0-1,2.86c0,.67.31,1.3.38,2,.19,1.87-1.53,3.43-3.31,4s-3.73.56-5.53,1.09c-3.46,1-5.93,4-8.9,6.08a18.68,18.68,0,0,1-10.21,3.33,2.59,2.59,0,0,1-1.51-.3,2.47,2.47,0,0,1-.84-1.83,10.16,10.16,0,0,1,3.66-8.81,4.1,4.1,0,0,0,1.36-1.42,3.53,3.53,0,0,0,.12-1.59,118.6,118.6,0,0,1,.39-21.81,33.08,33.08,0,0,0,.35-6.95c-.19-1.93-.77-3.85-.56-5.78s1.19-3.67,1.77-5.53c1-3.3.75-6.84.85-10.3.18-6,1.55-11.88,2.92-17.72.54-2.29,1.14-4.7,2.76-6.4,1.38-1.44,3.62-2.82,3.1-4.75a5.62,5.62,0,0,0-1.27-1.89,7.63,7.63,0,0,1-1.59-5.79,2.58,2.58,0,0,1-3-1.4c-10.81-5.09-19.55-15.29-23.4-26.61a8.84,8.84,0,0,0-1-2.37c-1-1.4-2.74-2-4.28-2.78-4.84-2.43-8.19-7-11.26-11.47-1.78-2.59-3.57-5.27-4.34-8.33a27.33,27.33,0,0,1-.6-6l-.27-10.42a5.61,5.61,0,0,1,.2-2,4.86,4.86,0,0,1,1.13-1.65,20,20,0,0,1,11.05-6c2.83-.5,5.73-.41,8.6-.64,5.57-.47,11.07-2.19,16.65-1.79,8.7
 5.65,16.
 55,6.71,20.67,14.46C453.67,212.69,455.2,215.05,458.31,215.1Z" transform="translate(-34.43 -58.4)" 
fill="#464353"/><path 
d="M506.91,147.34a11.41,11.41,0,0,0,.64,4.74c.67,1.46,2.39,2.59,3.89,2-.46-1,.74-2.18,1.86-2.06a3.46,3.46,0,0,1,2.45,2.09,7.83,7.83,0,0,1,.72,4.81c-.36,2-1.54,4-1.23,6.05.25,1.7,1.5,3.4.83,5a8.1,8.1,0,0,1-1.6,1.92,5.43,5.43,0,0,0,.57,7.45l-16.78.34c.62,2.8-.64,5.67-2.08,8.16a51.44,51.44,0,0,1-38.35,25,3.34,3.34,0,0,1,.81,5.1c-1.37,1.35-3.68,1.19-5.39.3s-3.05-2.33-4.62-3.45a14.11,14.11,0,0,0-9.48-2.55c-2.1.2-4.14.87-6.25,1-6.21.33-11.56-4.14-17.5-6-4.36-1.34-9.3-1.33-13-4.05-1.57-1.17-2.87-3.1-2.41-5a8.46,8.46,0,0,1,1.82-2.94c2.1-2.72,3.34-6,4.85-9.09A54.45,54.45,0,0,1,418.82,170a109,109,0,0,1,12-9.12,20.63,20.63,0,0,1,3.25-2,34.11,34.11,0,0,0,4.46-1.81c2-1.24,3.11-3.43,4.63-5.2,3.32-3.88,8.43-5.66,12.53-8.71,2.75-2.05,5.18-4.75,8.46-5.74,1.59-.48,3.3-.52,4.89-1,3.63-1.1,6.27-4.32,9.82-5.62,2.82-1,5.92-.76,8.9-1.13a20.56,20.56,0,0,0,9.13-3.47,11.16,11.16,0,0
 ,1,3-1.7
 2c4.49-1.37,4.86,7,5.28,9.91C505.79,138.69,506.91,143,506.91,147.34Z" transform="translate(-34.43 -58.4)" 
fill="#f57900"/><path 
d="M502.52,175.44c-.75,8.17,5.42,16.1,3.63,24.1-.39,1.71-1.13,3.33-1.4,5.05-.74,4.75,2.09,9.25,4.8,13.23l23.23,34.09a21.22,21.22,0,0,0,3.32,4.1c4.45,3.95,11.11,3.54,16.94,4.72a29.08,29.08,0,0,1,11.35,5,.74.74,0,0,1,.15,1,9.77,9.77,0,0,1-8.44,4c-.61.8,0,2,.84,2.56,1.25.86,3,1.09,3.21,3.21a3.52,3.52,0,0,1-.42,2.13,6.62,6.62,0,0,1-4.06,2.82c-8,2.46-16.74-1.86-22.76-7.74s-10.34-13.3-16.25-19.29c-3.27-3.31-7-6.15-10.36-9.36-6.72-6.4-11.95-14.19-17-22a24.2,24.2,0,0,1-3.68-7.49c-.62-2.66-.34-5.47-1.06-8.11-.94-3.45-3.47-6.2-5.57-9.1-4.12-5.68-6.88-12.62-6.33-19.62s4.87-13.89,11.47-16.27a10.29,10.29,0,0,1,6.43-.39c2.71.83,4.7,3.07,6.55,5.21l4.41,5.09a12,12,0,0,1,2.57,3.91,4.07,4.07,0,0,1-.91,4.34"
 transform="translate(-34.43 -58.4)" fill="#fbbebe"/><path 
d="M490.77,141.87c3.06.18,6.41.49,8.57,2.66a12.23,12.23,0,0,1,2.16,3.39c2.1,4.26,4.13,8.72,4.29,13.47.12
 ,3.8-1,7
 
.51-1.56,11.27-.48,3.12.74,6.31,1,9.46-3.79-1.15-8.79-2.73-12.22-4.7a40.52,40.52,0,0,0-7.16-3.71c-3.64-1.22-9.78.87-13.22,2.57-.19-2.43,1.64-6.67,1.45-9.11a10.33,10.33,0,0,0-.55-3,17.74,17.74,0,0,0-1.83-2.91,11.92,11.92,0,0,1,1.07-14c3.07-3.46,7.89-4.76,12.49-5.29a54,54,0,0,1,8.72-.31"
 transform="translate(-34.43 -58.4)" fill="#f57900"/><polygon points="1020.3 303.2 1000.3 503.2 311.3 783.2 
78.3 564.2 61.3 358.2 718.3 166.2 1020.3 303.2" fill="#dfe6f5"/><polygon points="311.3 783.2 78.3 564.2 61.3 
358.2 305.3 557.2 311.3 783.2" opacity="0.1"/><polygon points="1020.3 303.2 1000.3 503.2 311.3 783.2 305.3 
557.2 1020.3 303.2" opacity="0.05"/><polygon points="80.8 373.7 722.8 191.7 988.8 314.7 304.8 556.7 80.8 
373.7" fill="#a7adb8"/><path 
d="M871.23,142.69l-7.89.8L656.19,164.33a42.09,42.09,0,0,0-26,12.53l-113,116.28L263.43,554.19l75.3,61.41,181.58-64.5L599.48,523,822.1,256.53l70.17-84S894.09,148.64,871.23,142.69ZM659.65,271.78c-9.55,5.55-20,5.4-23.32-.33-2.25-3.88-.65-9.33,3.58-1
 4.17A30.
 
73,30.73,0,0,1,647.6,251c7.9-4.59,16.39-5.27,21-2.13a7.63,7.63,0,0,1,2.34,2.46C674.25,257.09,669.2,266.24,659.65,271.78Z"
 transform="translate(-34.43 -58.4)" fill="#454b69"/><path 
d="M871.23,142.69l-7.89.8c9.67,10.17,4.64,13.1,4.64,13.1l-76,86.26L520.31,551.1,599.48,523,822.1,256.53l70.17-84S894.09,148.64,871.23,142.69Z"
 transform="translate(-34.43 -58.4)" opacity="0.1"/><path 
d="M647.6,251a30.73,30.73,0,0,0-7.69,6.25l28.67-8.38C664,245.76,655.5,246.44,647.6,251Z" 
transform="translate(-34.43 -58.4)" fill="#dfe6f5"/><path 
d="M636.33,271.45c3.33,5.73,13.77,5.88,23.32.33s14.6-14.69,11.27-20.42a7.63,7.63,0,0,0-2.34-2.46l-28.67,8.38C635.68,262.12,634.08,267.57,636.33,271.45Z"
 transform="translate(-34.43 -58.4)" fill="#dfe6f5"/><ellipse cx="781.16" cy="716.62" rx="44.07" ry="7.08" 
transform="translate(-272.71 367.53) rotate(-26.62)" fill="#f57900" opacity="0.1"/><ellipse cx="746.99" 
cy="653.41" rx="3.8" ry="4.98" fill="#3f3d56"/><ellipse cx="746.99" cy="647.32" rx="3.8" ry="4.98" 
 fill="#3
 f3d56"/><ellipse cx="746.99" cy="641.24" rx="3.8" ry="4.98" fill="#3f3d56"/><ellipse cx="746.99" cy="635.16" 
rx="3.8" ry="4.98" fill="#3f3d56"/><ellipse cx="746.99" cy="629.08" rx="3.8" ry="4.98" 
fill="#3f3d56"/><ellipse cx="746.99" cy="623" rx="3.8" ry="4.98" fill="#3f3d56"/><ellipse cx="746.99" 
cy="616.92" rx="3.8" ry="4.98" fill="#3f3d56"/><path 
d="M795.65,633.7a18.65,18.65,0,0,0,1.41-2.09l-10-1.64,10.81.08a18.25,18.25,0,0,0,.34-14.42l-14.49,7.51,13.37-9.82A18.21,18.21,0,1,0,767,633.7,18,18,0,0,0,765,637l13,6.73-13.82-4.64a18.24,18.24,0,0,0,2.93,17.1,18.21,18.21,0,1,0,28.63,0,18.23,18.23,0,0,0,0-22.51Z"
 transform="translate(-34.43 -58.4)" fill="#f57900"/><path 
d="M763.13,645A18.14,18.14,0,0,0,767,656.21a18.21,18.21,0,1,0,28.63,0C798.09,653.11,763.13,642.91,763.13,645Z"
 transform="translate(-34.43 -58.4)" opacity="0.1"/><ellipse cx="1011.16" cy="649.75" rx="28.81" ry="4.63" 
transform="translate(-218.38 463.49) rotate(-26.62)" fill="#f57900" opacity="0.1"/><ellipse cx="976.
 9" cy="5
 88.21" rx="2.48" ry="3.25" fill="#3f3d56"/><ellipse cx="976.9" cy="584.23" rx="2.48" ry="3.25" 
fill="#3f3d56"/><ellipse cx="976.9" cy="580.25" rx="2.48" ry="3.25" fill="#3f3d56"/><ellipse cx="976.9" 
cy="576.28" rx="2.48" ry="3.25" fill="#3f3d56"/><ellipse cx="976.9" cy="572.3" rx="2.48" ry="3.25" 
fill="#3f3d56"/><ellipse cx="976.9" cy="568.33" rx="2.48" ry="3.25" fill="#3f3d56"/><ellipse cx="976.9" 
cy="564.35" rx="2.48" ry="3.25" fill="#3f3d56"/><path 
d="M1020.63,595.54a11.19,11.19,0,0,0,.92-1.36l-6.53-1.07,7.07,0a12,12,0,0,0,1.09-5,11.76,11.76,0,0,0-.87-4.45l-9.47,4.91,8.74-6.42a11.9,11.9,0,1,0-19.66,13.32,12.17,12.17,0,0,0-1.36,2.17l8.48,4.41-9-3a11.9,11.9,0,0,0,1.92,11.18,11.91,11.91,0,1,0,18.71,0,11.9,11.9,0,0,0,0-14.72Z"
 transform="translate(-34.43 -58.4)" fill="#f57900"/><path 
d="M999.37,602.9a11.83,11.83,0,0,0,2.55,7.36,11.91,11.91,0,1,0,18.71,0C1022.22,608.23,999.37,601.56,999.37,602.9Z"
 transform="translate(-34.43 -58.4)" opacity="0.1"/><ellipse cx="240.7" cy="820.6
 3" rx="1
 0.77" ry="26.16" transform="translate(-544.21 352.16) rotate(-45)" fill="#f57900" opacity="0.1"/><ellipse 
cx="208.12" cy="756.37" rx="5.78" ry="7.57" fill="#3f3d56"/><ellipse cx="208.12" cy="747.12" rx="5.78" 
ry="7.57" fill="#3f3d56"/><ellipse cx="208.12" cy="737.86" rx="5.78" ry="7.57" fill="#3f3d56"/><ellipse 
cx="208.12" cy="728.6" rx="5.78" ry="7.57" fill="#3f3d56"/><ellipse cx="208.12" cy="719.35" rx="5.78" 
ry="7.57" fill="#3f3d56"/><ellipse cx="208.12" cy="710.09" rx="5.78" ry="7.57" fill="#3f3d56"/><ellipse 
cx="208.12" cy="700.84" rx="5.78" ry="7.57" fill="#3f3d56"/><path 
d="M264.21,695.9a27.57,27.57,0,0,0,2.15-3.17l-15.2-2.5,16.44.12a27.71,27.71,0,0,0,.53-22l-22.06,11.44,20.34-15a27.71,27.71,0,1,0-45.76,31,27.43,27.43,0,0,0-3.16,5.05l19.73,10.25-21-7.06a27.74,27.74,0,0,0,4.47,26,27.71,27.71,0,1,0,43.56,0,27.71,27.71,0,0,0,0-34.26Z"
 transform="translate(-34.43 -58.4)" fill="#f57900"/><path 
d="M214.72,713a27.59,27.59,0,0,0,5.93,17.13,27.71,27.71,0,1,0,43.56,0C267.92,725
 .45,214.
 72,709.92,214.72,713Z" transform="translate(-34.43 -58.4)" opacity="0.1"/></svg>
\ No newline at end of file
diff --git a/assets/img/GnomeLogoHorizontal.svg b/assets/img/GnomeLogoHorizontal.svg
new file mode 100644
index 0000000..bee311e
--- /dev/null
+++ b/assets/img/GnomeLogoHorizontal.svg
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg xmlns:svg="http://www.w3.org/2000/svg"; xmlns="http://www.w3.org/2000/svg"; version="1.0" 
width="1143.9567" height="408.40155" id="svg3642">
+  <defs id="defs3644"/>
+  <g transform="translate(162.8693,-197.3138)" id="layer1">
+    <g transform="matrix(1.293235,0,0,1.293235,-4878.321,-1224.915)" id="g15041">
+      <g transform="matrix(2.438586,0,0,2.438586,3659.952,1113.451)" 
style="fill:#C0C4BD;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-miterlimit:4" id="g15043">
+        <g style="fill:#C0C4BD;fill-opacity:1" id="g15045">
+          <path d="M 86.068,0 C 61.466,0 56.851,35.041 70.691,35.041 C 84.529,35.041 110.671,0 86.068,0 z " 
style="fill:#C0C4BD;fill-opacity:1" id="path15047"/>
+          <path d="M 45.217,30.699 C 52.586,31.149 60.671,2.577 46.821,4.374 C 32.976,6.171 37.845,30.249 
45.217,30.699 z " style="fill:#C0C4BD;fill-opacity:1" id="path15049"/>
+          <path d="M 11.445,48.453 C 16.686,46.146 12.12,23.581 3.208,29.735 C -5.7,35.89 6.204,50.759 
11.445,48.453 z " style="fill:#C0C4BD;fill-opacity:1" id="path15051"/>
+          <path d="M 26.212,36.642 C 32.451,35.37 32.793,9.778 21.667,14.369 C 10.539,18.961 19.978,37.916 
26.212,36.642 L 26.212,36.642 z " style="fill:#C0C4BD;fill-opacity:1" id="path15053"/>
+          <path d="M 58.791,93.913 C 59.898,102.367 52.589,106.542 45.431,101.092 C 22.644,83.743 
83.16,75.088 79.171,51.386 C 75.86,31.712 15.495,37.769 8.621,68.553 C 3.968,89.374 27.774,118.26 
52.614,118.26 C 64.834,118.26 78.929,107.226 81.566,93.248 C 83.58,82.589 57.867,86.86 58.791,93.913 L 
58.791,93.913 z " style="fill:#C0C4BD;fill-opacity:1" id="path15055"/>
+        </g>
+      </g>
+      <g id="g15057">
+        <path d="M 4176.2963,1214.4401 C 4161.1885,1214.847 4149.2577,1220.2768 4140.4837,1230.6901 C 
4131.3976,1241.527 4126.8275,1256.5005 4126.8275,1275.5964 C 4126.8275,1294.6396 4131.3978,1309.5721 
4140.4837,1320.4088 C 4149.6142,1331.2457 4162.1501,1336.6588 4178.14,1336.6588 C 4194.174,1336.6588 
4206.7414,1331.2457 4215.8275,1320.4088 C 4224.9134,1309.5721 4229.4526,1294.6396 4229.4525,1275.5964 C 
4229.4524,1256.5005 4224.9134,1241.527 4215.8275,1230.6901 C 4206.7414,1219.8535 4194.1739,1214.4402 
4178.14,1214.4401 C 4177.5154,1214.4401 4176.9104,1214.4236 4176.2963,1214.4401 z M 4177.4213,1236.4401 C 
4177.6628,1236.4334 4177.895,1236.4401 4178.14,1236.4401 C 4186.0233,1236.4402 4192.1319,1239.8515 
4196.4525,1246.6901 C 4200.7728,1253.5289 4202.9524,1263.1814 4202.9525,1275.5964 C 4202.9525,1287.9587 
4200.7726,1297.5391 4196.4525,1304.3776 C 4192.1321,1311.2165 4186.0232,1314.6588 4178.14,1314.6588 C 
4170.3009,1314.6588 4164.2417,1311.2165 4159.9213,1304.3776 C 4155.60
 09,1297.
 5391 4153.4214,1287.9587 4153.4213,1275.5964 C 4153.4213,1263.1815 4155.6011,1253.5289 4159.9213,1246.6901 C 
4164.1065,1240.0652 4169.9336,1236.6473 4177.4213,1236.4401 z " 
style="font-size:148.699646px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#C0C4BD;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream
 Vera Sans" id="path15059"/>
+        <path d="M 4005.6293,1325.612 C 3992.3217,1336.7877 3972.5226,1336.6592 3964.2744,1336.6592 C 
3947.6611,1336.6592 3934.4997,1331.1882 3924.7902,1320.2462 C 3915.0805,1309.2516 3910.2258,1294.3643 
3910.2258,1275.584 C 3910.2258,1256.5934 3915.1696,1241.6535 3925.0574,1230.764 C 3934.9452,1219.8748 
3948.4851,1214.4301 3965.6774,1214.43 C 3972.3137,1214.4301 3978.6605,1215.1666 3984.718,1216.6394 C 
3990.8199,1218.1124 3996.5655,1220.2956 4001.9548,1223.1888 L 3995.0338,1243.6496 C 3992.004,1241.991 
3988.5351,1240.3564 3985.3193,1239.2072 C 3979.8409,1237.3661 3974.3403,1236.4455 3968.8175,1236.4454 C 
3958.5733,1236.4455 3950.6675,1239.8386 3945.1002,1246.6246 C 3939.5772,1253.3582 3936.8158,1263.0113 
3936.8158,1275.584 C 3936.8158,1288.0516 3939.4881,1297.6785 3944.833,1304.4646 C 3950.1776,1311.2507 
3958.2098,1314.6437 3967.6148,1314.6437 C 3977.1696,1314.6437 3983.0876,1312.2353 3986.2439,1309.6976 L 
3986.2439,1289.3141 L 3965.5438,1289.3141 L 3965.5438,1268.9557 L 40
 05.6293,
 1268.9557" 
style="font-size:148.699646px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#C0C4BD;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream
 Vera Sans" id="path15061"/>
+        <path d="M 4023.2108,1216.5605 L 4039.4387,1216.5605 L 4090.7162,1287.3627 L 4090.7162,1216.5605 L 
4112.6015,1216.5605 L 4112.6015,1334.3708 L 4096.3736,1334.3708 L 4045.0962,1263.5686 L 4045.0962,1334.3708 L 
4023.2108,1334.3708 L 4023.2108,1216.5605" 
style="font-size:148.699646px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#C0C4BD;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream
 Vera Sans" id="path15063"/>
+        <path d="M 4246.3361,1216.5605 L 4279.0727,1216.5605 L 4301.7878,1290.1084 L 4324.6365,1216.5605 L 
4352.3063,1216.5605 L 4364.8063,1334.3708 L 4340.4877,1334.3708 L 4332.9877,1260.7028 L 4310.0054,1334.7241 L 
4293.7039,1334.7241 L 4270.7215,1258.2028 L 4263.2215,1334.3708 L 4238.8361,1334.3708 L 4251.3361,1216.5605" 
style="font-size:148.699646px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#C0C4BD;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream
 Vera Sans" id="path15065"/>
+        <path d="M 4382.3597,1216.5605 L 4451.7744,1216.5605 L 4451.7744,1239.5229 L 4408.0811,1239.5229 L 
4408.0811,1263.9594 L 4441.6688,1263.9594 L 4441.6688,1284.4217 L 4408.0811,1284.4217 L 4408.0811,1311.4085 L 
4453.2442,1311.4085 L 4453.2442,1334.3708 L 4382.3597,1334.3708 L 4382.3597,1216.5605" 
style="font-size:148.699646px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#C0C4BD;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream
 Vera Sans" id="path15067"/>
+        <text x="4474.6182" y="1215.743" 
style="font-size:30.68958855px;font-style:normal;font-weight:normal;fill:#C0C4BD;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream
 Vera Sans" id="text15069" xml:space="preserve"><tspan x="4474.6182" y="1215.743" 
style="letter-spacing:11.06259632" id="tspan15072"><tspan style="letter-spacing:0.2523815" 
id="tspan15074">TM</tspan></tspan></text>
+      </g>
+    </g>
+  </g>
+</svg>
\ No newline at end of file
diff --git a/assets/img/apps/Blender-app.png b/assets/img/apps/Blender-app.png
new file mode 100644
index 0000000..421fa7e
Binary files /dev/null and b/assets/img/apps/Blender-app.png differ
diff --git a/assets/img/apps/Calculator-app.png b/assets/img/apps/Calculator-app.png
new file mode 100644
index 0000000..51ab9e9
Binary files /dev/null and b/assets/img/apps/Calculator-app.png differ
diff --git a/assets/img/apps/Chess-app.png b/assets/img/apps/Chess-app.png
new file mode 100644
index 0000000..d95b069
Binary files /dev/null and b/assets/img/apps/Chess-app.png differ
diff --git a/assets/img/apps/Dictionary-app.png b/assets/img/apps/Dictionary-app.png
new file mode 100644
index 0000000..0a87132
Binary files /dev/null and b/assets/img/apps/Dictionary-app.png differ
diff --git a/assets/img/apps/Evolution-app.png b/assets/img/apps/Evolution-app.png
new file mode 100644
index 0000000..c92ff59
Binary files /dev/null and b/assets/img/apps/Evolution-app.png differ
diff --git a/assets/img/apps/Fonts-app.png b/assets/img/apps/Fonts-app.png
new file mode 100644
index 0000000..dd90458
Binary files /dev/null and b/assets/img/apps/Fonts-app.png differ
diff --git a/assets/img/apps/GIMP-app.png b/assets/img/apps/GIMP-app.png
new file mode 100644
index 0000000..6ccc19b
Binary files /dev/null and b/assets/img/apps/GIMP-app.png differ
diff --git a/assets/img/apps/Games-app.png b/assets/img/apps/Games-app.png
new file mode 100644
index 0000000..2b18f9e
Binary files /dev/null and b/assets/img/apps/Games-app.png differ
diff --git a/assets/img/apps/ImageViewer-app.png b/assets/img/apps/ImageViewer-app.png
new file mode 100644
index 0000000..fb540b7
Binary files /dev/null and b/assets/img/apps/ImageViewer-app.png differ
diff --git a/assets/img/apps/Keysign-app.png b/assets/img/apps/Keysign-app.png
new file mode 100644
index 0000000..4003f3e
Binary files /dev/null and b/assets/img/apps/Keysign-app.png differ
diff --git a/assets/img/apps/Maps-app.png b/assets/img/apps/Maps-app.png
new file mode 100644
index 0000000..b00eee5
Binary files /dev/null and b/assets/img/apps/Maps-app.png differ
diff --git a/assets/img/apps/PasswordSafe-app.png b/assets/img/apps/PasswordSafe-app.png
new file mode 100644
index 0000000..d9fcff9
Binary files /dev/null and b/assets/img/apps/PasswordSafe-app.png differ
diff --git a/assets/img/apps/Polari-app.png b/assets/img/apps/Polari-app.png
new file mode 100644
index 0000000..6f964b5
Binary files /dev/null and b/assets/img/apps/Polari-app.png differ
diff --git a/assets/img/apps/Social-app.png b/assets/img/apps/Social-app.png
new file mode 100644
index 0000000..c3f7644
Binary files /dev/null and b/assets/img/apps/Social-app.png differ
diff --git a/assets/img/apps/Terminal-app.png b/assets/img/apps/Terminal-app.png
new file mode 100644
index 0000000..7b728a1
Binary files /dev/null and b/assets/img/apps/Terminal-app.png differ
diff --git a/assets/img/apps/Transmission-app.png b/assets/img/apps/Transmission-app.png
new file mode 100644
index 0000000..0291875
Binary files /dev/null and b/assets/img/apps/Transmission-app.png differ
diff --git a/assets/img/architecture.svg b/assets/img/architecture.svg
new file mode 100644
index 0000000..862b2f8
--- /dev/null
+++ b/assets/img/architecture.svg
@@ -0,0 +1,285 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   version="1.1"
+   width="1100"
+   height="400"
+   id="svg82"
+   sodipodi:docname="architecture.svg"
+   inkscape:version="0.92.4 (5da689c313, 2019-01-14)">
+  <metadata
+     id="metadata86">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1366"
+     inkscape:window-height="706"
+     id="namedview84"
+     showgrid="false"
+     inkscape:zoom="1.0254545"
+     inkscape:cx="152.27188"
+     inkscape:cy="167.11904"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="pango" />
+  <!-- 1100x400 -->
+  <desc
+     id="desc2">Created by Devin Samarin (eboyjr) with help from Raphaël</desc>
+  <defs
+     id="defs24">
+    <linearGradient
+       id="gtk-grey"
+       x1="0"
+       y1="1"
+       x2="6.123031769111886e-17"
+       y2="0">
+      <stop
+         offset="0%"
+         stop-color="#aaaaaa"
+         id="stop4" />
+      <stop
+         offset="100%"
+         stop-color="#dddddd"
+         id="stop6" />
+    </linearGradient>
+    <linearGradient
+       id="gtk-blue"
+       x1="0"
+       y1="1"
+       x2="6.123031769111886e-17"
+       y2="0">
+      <stop
+         offset="0%"
+         stop-color="#729fcf"
+         id="stop9" />
+      <stop
+         offset="100%"
+         stop-color="#b0d6ff"
+         id="stop11" />
+    </linearGradient>
+    <linearGradient
+       id="gtk-green"
+       x1="0"
+       y1="1"
+       x2="6.123031769111886e-17"
+       y2="0">
+      <stop
+         offset="0%"
+         stop-color="#7fe719"
+         id="stop14" />
+      <stop
+         offset="100%"
+         stop-color="#beff7e"
+         id="stop16" />
+    </linearGradient>
+    <linearGradient
+       id="gtk-red"
+       x1="105.55973"
+       y1="558.92525"
+       x2="105.55973"
+       y2="189.46619"
+       gradientTransform="scale(1.8946619,0.52779866)"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         offset="0%"
+         stop-color="#e40000"
+         id="stop19" />
+      <stop
+         offset="100%"
+         stop-color="#ff3f3f"
+         id="stop21" />
+    </linearGradient>
+  </defs>
+  <g
+     id="yourapp">
+    <path
+       fill="url(#gtk-blue)"
+       stroke="none"
+       d="M5,5L1095,5L1095,295L1005,295L1005,195L905,195L905,95L195,95L195,195L95,195L95,295L5,295Z"
+       style="opacity: 1; fill-opacity: 1; "
+       opacity="1"
+       fill-opacity="1"
+       id="path26" />
+    <text
+       x="330.66666"
+       y="62"
+       
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:normal;font-family:'DejaVu
 Sans', 'Bitstream Vera Sans', sans-serif;text-align:start;text-anchor:start;fill:#000000;stroke:none"
+       font="10px &quot;Arial&quot;"
+       font-size="36px"
+       id="text30">
+      <tspan
+         id="tspan28"
+         style="font-size:42.66666794px;text-align:start;text-anchor:start">Your GTK Application</tspan>
+    </text>
+  </g>
+  <path
+     inkscape:connector-curvature="0"
+     id="path33"
+     style="opacity:1;fill:url(#gtk-red);fill-opacity:1;stroke:none"
+     d="m 200,100 h 700 v 95 H 800 V 295 H 700 V 195 H 400 V 295 H 300 V 195 H 200 Z" />
+  <text
+     id="text37"
+     font-size="36px"
+     font="10px &quot;Arial&quot;"
+     
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:normal;font-family:'DejaVu
 Sans', 'Bitstream Vera Sans', sans-serif;text-align:start;text-anchor:start;fill:#000000;stroke:none"
+     y="159.5"
+     x="505.53125">
+    <tspan
+       style="font-size:42.66666794px;text-align:start;text-anchor:start"
+       id="tspan35">GTK</tspan>
+  </text>
+  <g
+     id="pango">
+    <path
+       fill="url(#gtk-green)"
+       stroke="none"
+       d="M100,200L295,200L295,295L100,295Z"
+       style="opacity: 1; fill-opacity: 1; "
+       opacity="1"
+       fill-opacity="1"
+       id="path40" />
+    <text
+       x="131.4375"
+       y="259.5"
+       
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:normal;font-family:'DejaVu
 Sans', 'Bitstream Vera Sans', sans-serif;text-align:start;text-anchor:start;fill:#000000;stroke:none"
+       font="10px &quot;Arial&quot;"
+       font-size="36px"
+       id="text44">
+      <tspan
+         id="tspan42"
+         style="font-size:42.66666794px;text-align:start;text-anchor:start">Pango</tspan>
+    </text>
+  </g>
+  <g
+     id="gdk">
+    <path
+       fill="url(#gtk-green)"
+       stroke="none"
+       d="M405,200L595,200L595,295L405,295Z"
+       style="opacity: 1; fill-opacity: 1; "
+       opacity="1"
+       fill-opacity="1"
+       id="path47" />
+    <text
+       x="451.40625"
+       y="259.5"
+       
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:normal;font-family:'DejaVu
 Sans', 'Bitstream Vera Sans', sans-serif;text-align:start;text-anchor:start;fill:#000000;stroke:none"
+       font="10px &quot;Arial&quot;"
+       font-size="36px"
+       id="text51">
+      <tspan
+         id="tspan49"
+         style="font-size:42.66666794px;text-align:start;text-anchor:start">GDK</tspan>
+    </text>
+  </g>
+  <g
+     id="atk">
+    <path
+       fill="url(#gtk-green)"
+       stroke="none"
+       d="M600,200L695,200L695,295L600,295Z"
+       style="opacity: 1; fill-opacity: 1; "
+       opacity="1"
+       fill-opacity="1"
+       id="path54" />
+    <text
+       x="606.9375"
+       y="259.5"
+       
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:normal;font-family:'DejaVu
 Sans', 'Bitstream Vera Sans', sans-serif;text-anchor:middle;fill:#000000;stroke:none"
+       font="10px &quot;Arial&quot;"
+       font-size="36px"
+       id="text58">
+      <tspan
+         id="tspan56"
+         style="font-size:42.66666794px;text-align:start;text-anchor:start">ATK</tspan>
+    </text>
+  </g>
+  <g
+     id="gio">
+    <path
+       fill="url(#gtk-green)"
+       stroke="none"
+       d="M805,200L1000,200L1000,295L805,295Z"
+       style="opacity: 1; fill-opacity: 1; "
+       opacity="1"
+       fill-opacity="1"
+       id="path61" />
+    <text
+       x="862.875"
+       y="259.5"
+       
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:normal;font-family:'DejaVu
 Sans', 'Bitstream Vera Sans', sans-serif;text-align:start;text-anchor:start;fill:#000000;stroke:none"
+       font="10px &quot;Arial&quot;"
+       font-size="36px"
+       id="text65">
+      <tspan
+         id="tspan63"
+         style="font-size:42.66666794px;text-align:start;text-anchor:start">GIO</tspan>
+    </text>
+  </g>
+  <g
+     id="cairo">
+    <path
+       fill="url(#gtk-grey)"
+       stroke="none"
+       d="M5,300L495,300L495,395L5,395Z"
+       style="opacity: 1; fill-opacity: 1; "
+       opacity="1"
+       fill-opacity="1"
+       id="path68" />
+    <text
+       x="194.66667"
+       y="359.5"
+       
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:normal;font-family:'DejaVu
 Sans', 'Bitstream Vera Sans', sans-serif;text-align:start;text-anchor:start;fill:#000000;stroke:none"
+       font="10px &quot;Arial&quot;"
+       font-size="36px"
+       id="text72">
+      <tspan
+         id="tspan70"
+         style="font-size:42.66666794px;text-align:start;text-anchor:start">Cairo</tspan>
+    </text>
+  </g>
+  <g
+     id="glib">
+    <path
+       fill="url(#gtk-grey)"
+       stroke="none"
+       d="M500,300L1095,300L1095,395L500,395Z"
+       style="opacity: 1; fill-opacity: 1; "
+       opacity="1"
+       fill-opacity="1"
+       id="path75" />
+    <text
+       x="749.59375"
+       y="359.5"
+       
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10px;line-height:normal;font-family:'DejaVu
 Sans', 'Bitstream Vera Sans', sans-serif;text-align:start;text-anchor:start;fill:#000000;stroke:none"
+       font="10px &quot;Arial&quot;"
+       font-size="36px"
+       id="text79">
+      <tspan
+         id="tspan77"
+         style="font-size:42.66666794px;text-align:start;text-anchor:start">GLib</tspan>
+    </text>
+  </g>
+</svg>
diff --git a/assets/img/back1.svg b/assets/img/back1.svg
new file mode 100644
index 0000000..a06b6b1
--- /dev/null
+++ b/assets/img/back1.svg
@@ -0,0 +1 @@
+<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 1000'><rect fill='#ffffff' width='100' 
height='1000'/><g ><circle fill='#ffffff' cx='50' cy='0' r='50'/><g fill='#fcfcfc' ><circle cx='0' cy='50' 
r='50'/><circle cx='100' cy='50' r='50'/></g><circle fill='#f9f9f8' cx='50' cy='100' r='50'/><g 
fill='#f6f6f5' ><circle cx='0' cy='150' r='50'/><circle cx='100' cy='150' r='50'/></g><circle fill='#f2f3f2' 
cx='50' cy='200' r='50'/><g fill='#eff0ef' ><circle cx='0' cy='250' r='50'/><circle cx='100' cy='250' 
r='50'/></g><circle fill='#ecedeb' cx='50' cy='300' r='50'/><g fill='#e9eae8' ><circle cx='0' cy='350' 
r='50'/><circle cx='100' cy='350' r='50'/></g><circle fill='#e6e7e5' cx='50' cy='400' r='50'/><g 
fill='#e3e4e1' ><circle cx='0' cy='450' r='50'/><circle cx='100' cy='450' r='50'/></g><circle fill='#e0e2de' 
cx='50' cy='500' r='50'/><g fill='#dcdfdb' ><circle cx='0' cy='550' r='50'/><circle cx='100' cy='550' 
r='50'/></g><circle fill='#d9dcd7' cx='50' cy='600' r='50'/><g fi
 ll='#d6d
 9d4' ><circle cx='0' cy='650' r='50'/><circle cx='100' cy='650' r='50'/></g><circle fill='#d3d6d1' cx='50' 
cy='700' r='50'/><g fill='#d0d3ce' ><circle cx='0' cy='750' r='50'/><circle cx='100' cy='750' 
r='50'/></g><circle fill='#cdd0ca' cx='50' cy='800' r='50'/><g fill='#c9cdc7' ><circle cx='0' cy='850' 
r='50'/><circle cx='100' cy='850' r='50'/></g><circle fill='#c6cac4' cx='50' cy='900' r='50'/><g 
fill='#c3c7c0' ><circle cx='0' cy='950' r='50'/><circle cx='100' cy='950' r='50'/></g><circle fill='#c0c4bd' 
cx='50' cy='1000' r='50'/></g></svg>
\ No newline at end of file
diff --git a/assets/img/calendar.png b/assets/img/calendar.png
new file mode 100644
index 0000000..d918757
Binary files /dev/null and b/assets/img/calendar.png differ
diff --git a/assets/img/editor.png b/assets/img/editor.png
new file mode 100644
index 0000000..5b3127d
Binary files /dev/null and b/assets/img/editor.png differ
diff --git a/assets/img/files.png b/assets/img/files.png
new file mode 100644
index 0000000..946570f
Binary files /dev/null and b/assets/img/files.png differ
diff --git a/assets/img/fractal.png b/assets/img/fractal.png
new file mode 100644
index 0000000..537ba9a
Binary files /dev/null and b/assets/img/fractal.png differ
diff --git a/assets/img/glade.png b/assets/img/glade.png
new file mode 100644
index 0000000..46da9de
Binary files /dev/null and b/assets/img/glade.png differ
diff --git a/assets/img/gtk-logo.ico b/assets/img/gtk-logo.ico
new file mode 100644
index 0000000..5115083
Binary files /dev/null and b/assets/img/gtk-logo.ico differ
diff --git a/assets/img/gtk-logo.png b/assets/img/gtk-logo.png
new file mode 100644
index 0000000..60ff46f
Binary files /dev/null and b/assets/img/gtk-logo.png differ
diff --git a/assets/img/landing1.png b/assets/img/landing1.png
new file mode 100644
index 0000000..bd77e70
Binary files /dev/null and b/assets/img/landing1.png differ
diff --git a/assets/img/language_bindings.png b/assets/img/language_bindings.png
new file mode 100644
index 0000000..ff60845
Binary files /dev/null and b/assets/img/language_bindings.png differ
diff --git a/assets/img/manage_apps.png b/assets/img/manage_apps.png
new file mode 100644
index 0000000..b94767b
Binary files /dev/null and b/assets/img/manage_apps.png differ
diff --git a/assets/img/music.png b/assets/img/music.png
new file mode 100644
index 0000000..5269283
Binary files /dev/null and b/assets/img/music.png differ
diff --git a/assets/img/org.gnome.Glade.svg b/assets/img/org.gnome.Glade.svg
new file mode 100644
index 0000000..c693309
--- /dev/null
+++ b/assets/img/org.gnome.Glade.svg
@@ -0,0 +1,1813 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:xlink="http://www.w3.org/1999/xlink";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   inkscape:export-ydpi="96"
+   inkscape:export-xdpi="96"
+   inkscape:export-filename="Template.png"
+   width="128"
+   height="128"
+   id="svg11300"
+   sodipodi:version="0.32"
+   inkscape:version="0.92.2 2405546, 2018-03-11"
+   sodipodi:docname="org.gnome.Glade.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0"
+   style="display:inline;enable-background:new"
+   viewBox="0 0 128 128">
+  <title
+     id="title4162">Adwaita Icon Template</title>
+  <defs
+     id="defs3">
+    <linearGradient
+       id="linearGradient1213"
+       inkscape:collect="always">
+      <stop
+         id="stop1209"
+         offset="0"
+         style="stop-color:#1c71d8;stop-opacity:1" />
+      <stop
+         id="stop1211"
+         offset="1"
+         style="stop-color:#98c1f1;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient1625">
+      <stop
+         style="stop-color:#1c71d8;stop-opacity:1"
+         offset="0"
+         id="stop1621" />
+      <stop
+         style="stop-color:#d1e3f9;stop-opacity:1"
+         offset="1"
+         id="stop1623" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient1351-3"
+       inkscape:collect="always">
+      <stop
+         id="stop1347"
+         offset="0"
+         style="stop-color:#949390;stop-opacity:1" />
+      <stop
+         id="stop1349-6"
+         offset="1"
+         style="stop-color:#d5d3cf;stop-opacity:1" />
+    </linearGradient>
+    <clipPath
+       id="clipPath1599"
+       clipPathUnits="userSpaceOnUse">
+      <path
+         inkscape:connector-curvature="0"
+         id="path1601"
+         d="M 492.30769,-59.384613 393.84615,-197.23077 H 147.6923 v 482.46154 h 344.61539 z"
+         
style="fill:#1c71d8;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+    </clipPath>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath1204">
+      <path
+         
style="fill:#e74747;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="M 278.54547,124 401.45456,1.0909127 392.00002,-276 H 87.999979 v 400 z"
+         id="path1206"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="cccccc" />
+    </clipPath>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1351-3"
+       id="radialGradient1619"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.7262815,-2.7262815,0.05524271,0.05524271,-765.39564,1144.2653)"
+       cx="399.44189"
+       cy="227.13257"
+       fx="399.44189"
+       fy="227.13257"
+       r="64" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1213"
+       id="radialGradient1686"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.7262815,-2.7262815,0.05524271,0.05524271,-765.39564,1144.2653)"
+       cx="399.44189"
+       cy="227.13257"
+       fx="399.44189"
+       fy="227.13257"
+       r="64" />
+    <linearGradient
+       id="linearGradient1005"
+       inkscape:collect="always">
+      <stop
+         id="stop1001"
+         offset="0"
+         style="stop-color:#d0bb8e;stop-opacity:1" />
+      <stop
+         id="stop1003"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient944">
+      <stop
+         style="stop-color:#e5a50a;stop-opacity:1"
+         offset="0"
+         id="stop940" />
+      <stop
+         style="stop-color:#edd400;stop-opacity:0.98818898"
+         offset="1"
+         id="stop942" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1625"
+       id="radialGradient2004"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.7262815,-2.7262815,0.05524271,0.05524271,-765.39564,1144.2653)"
+       cx="399.44189"
+       cy="227.13257"
+       fx="399.44189"
+       fy="227.13257"
+       r="64" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1005"
+       id="linearGradient2006"
+       gradientUnits="userSpaceOnUse"
+       x1="128.81717"
+       y1="-97.698288"
+       x2="158.51802"
+       y2="-127.39915" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient944"
+       id="linearGradient2008"
+       gradientUnits="userSpaceOnUse"
+       x1="222.03232"
+       y1="-31.331486"
+       x2="239.58669"
+       y2="-133.64575" />
+  </defs>
+  <sodipodi:namedview
+     stroke="#ef2929"
+     fill="#f57900"
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="0.25490196"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1"
+     inkscape:cx="40.796789"
+     inkscape:cy="75.164967"
+     inkscape:current-layer="g1207-2"
+     showgrid="false"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:showpageshadow="false"
+     inkscape:window-width="1920"
+     inkscape:window-height="1016"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     width="400px"
+     height="300px"
+     inkscape:snap-nodes="true"
+     inkscape:snap-bbox="false"
+     objecttolerance="7"
+     gridtolerance="12"
+     guidetolerance="13"
+     inkscape:window-maximized="1"
+     inkscape:pagecheckerboard="false"
+     showguides="false"
+     inkscape:guide-bbox="true"
+     inkscape:locked="false"
+     inkscape:measure-start="0,0"
+     inkscape:measure-end="0,0"
+     inkscape:object-nodes="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     showborder="false"
+     inkscape:snap-center="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-smooth-nodes="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid5883"
+       spacingx="2"
+       spacingy="2"
+       enabled="true"
+       visible="true"
+       empspacing="4"
+       originx="0"
+       originy="0" />
+    <sodipodi:guide
+       position="64,8"
+       orientation="0,1"
+       id="guide1073"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="12,64"
+       orientation="1,0"
+       id="guide1075"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="64,104"
+       orientation="0,1"
+       id="guide1099"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="64,128"
+       orientation="0,1"
+       id="guide993"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="104,64"
+       orientation="1,0"
+       id="guide995"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="9.2651362e-08,64"
+       orientation="1,0"
+       id="guide867"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="120,64"
+       orientation="1,0"
+       id="guide869"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="64,116"
+       orientation="0,1"
+       id="guide871"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <inkscape:grid
+       type="xygrid"
+       id="grid873"
+       spacingx="1"
+       spacingy="1"
+       empspacing="8"
+       color="#000000"
+       opacity="0.49019608"
+       empcolor="#000000"
+       empopacity="0.08627451"
+       dotted="true" />
+    <sodipodi:guide
+       position="24,64"
+       orientation="1,0"
+       id="guide877"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="116,64"
+       orientation="1,0"
+       id="guide879"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="64,120"
+       orientation="0,1"
+       id="guide881"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="64,12"
+       orientation="0,1"
+       id="guide883"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="8,64"
+       orientation="1,0"
+       id="guide885"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="128,64"
+       orientation="1,0"
+       id="guide887"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="64,0"
+       orientation="0,1"
+       id="guide897"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="64,24"
+       orientation="0,1"
+       id="guide899"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="256,256"
+       orientation="-0.70710678,0.70710678"
+       id="guide950"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="64,64"
+       orientation="0.70710678,0.70710678"
+       id="guide952"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>GNOME Design Team</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source />
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/"; />
+        <dc:title>Adwaita Icon Template</dc:title>
+        <dc:subject>
+          <rdf:Bag />
+        </dc:subject>
+        <dc:date />
+        <dc:rights>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:rights>
+        <dc:publisher>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:publisher>
+        <dc:identifier />
+        <dc:relation />
+        <dc:language />
+        <dc:coverage />
+        <dc:description />
+        <dc:contributor>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:contributor>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/4.0/";>
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction"; />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution"; />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice"; />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution"; />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks"; />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike"; />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     inkscape:label="Icon"
+     inkscape:groupmode="layer"
+     style="display:inline"
+     transform="translate(0,-172)">
+    <g
+       inkscape:groupmode="layer"
+       id="layer2"
+       inkscape:label="baseplate"
+       style="display:none"
+       sodipodi:insensitive="true">
+      <text
+         xml:space="preserve"
+         
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.33333349px;line-height:125%;font-family:Cantarell;-inkscape-font-specification:'Cantarell,
 
Normal';text-align:start;writing-mode:lr-tb;text-anchor:start;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.33264872;enable-background:new"
+         x="7.9499588"
+         y="148.65199"
+         id="context"
+         inkscape:label="context"><tspan
+           sodipodi:role="line"
+           id="tspan2716"
+           x="7.9499588"
+           y="148.65199"
+           style="font-size:5.33333349px;stroke-width:0.33264872">apps</tspan></text>
+      <text
+         inkscape:label="icon-name"
+         id="text3021"
+         y="157.23398"
+         x="7.7533054"
+         
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:5.33333349px;line-height:125%;font-family:Cantarell;-inkscape-font-specification:'Cantarell,
 
Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.33264872;enable-background:new"
+         xml:space="preserve"><tspan
+           y="157.23398"
+           x="7.7533054"
+           id="tspan3023"
+           sodipodi:role="line"
+           style="font-size:5.33333349px;stroke-width:0.33264872">org.gnome.Glade</tspan></text>
+      <g
+         style="display:inline;fill:#000000;enable-background:new"
+         transform="matrix(7.9911709,0,0,8.0036407,-167.7909,-4846.0776)"
+         id="g12027"
+         inkscape:export-xdpi="12"
+         inkscape:export-ydpi="12" />
+      <rect
+         
style="display:inline;overflow:visible;visibility:visible;fill:#f0f0f0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;enable-background:accumulate"
+         id="rect13805"
+         width="128"
+         height="128"
+         x="9.2651362e-08"
+         y="172"
+         inkscape:label="512x512" />
+      <g
+         id="g883"
+         style="fill:none;fill-opacity:0.25098039;stroke:#a579b3;stroke-opacity:1"
+         transform="translate(-24,24)" />
+      <g
+         id="g900"
+         style="fill:none;fill-opacity:0.25098039;stroke:#a579b3;stroke-opacity:1"
+         transform="translate(-24,24)" />
+      <g
+         id="g1168"
+         transform="matrix(0.25,0,0,0.25,6.9488522e-8,225)">
+        <circle
+           cx="256"
+           cy="44"
+           r="240"
+           id="path1142"
+           
style="opacity:0.1;fill:#2864b0;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
 />
+        <rect
+           ry="32"
+           rx="32"
+           y="-180"
+           x="96"
+           height="448"
+           width="319.99979"
+           id="rect1110"
+           
style="opacity:0.1;fill:#2864b0;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
 />
+        <rect
+           ry="32"
+           rx="32"
+           y="-164"
+           x="48"
+           height="416"
+           width="416"
+           id="rect1110-8"
+           
style="display:inline;opacity:0.1;fill:#2864b0;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
 />
+        <rect
+           ry="32"
+           rx="32"
+           y="-116"
+           x="32"
+           height="320"
+           width="448"
+           id="rect1110-8-9"
+           
style="display:inline;opacity:0.1;fill:#2864b0;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
 />
+      </g>
+    </g>
+    <g
+       inkscape:groupmode="layer"
+       id="layer9"
+       inkscape:label="hires"
+       style="display:inline">
+      <rect
+         
style="opacity:0.32000002;fill:#87bae1;fill-opacity:0;stroke:#3d3d3d;stroke-width:0.44194174;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="rect1431"
+         width="0"
+         height="0"
+         x="-73.333336"
+         y="-458"
+         transform="scale(1,-1)" />
+      <circle
+         r="0"
+         cy="314"
+         cx="-66"
+         id="path1155"
+         
style="opacity:1;vector-effect:none;fill:#9059a1;fill-opacity:1;stroke:none;stroke-width:16;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
 />
+      <rect
+         
style="opacity:0.32000002;fill:#87bae1;fill-opacity:0;stroke:#3d3d3d;stroke-width:0.44194174;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="rect971"
+         width="0"
+         height="0"
+         x="-71.333336"
+         y="-426"
+         transform="scale(1,-1)" />
+      <rect
+         
style="opacity:0.32000002;fill:#87bae1;fill-opacity:0;stroke:#3d3d3d;stroke-width:0.53033006;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="rect1127"
+         width="0"
+         height="0"
+         x="-136.39999"
+         y="-441.20001"
+         transform="scale(1,-1)" />
+      <g
+         transform="matrix(0.325,0,0,-0.23214286,-106,388.21429)"
+         style="display:inline;stroke-width:0.91016608;enable-background:new"
+         id="g1053"
+         clip-path="url(#clipPath1599)" />
+      <g
+         clip-path="none"
+         id="g1615"
+         style="display:inline;stroke-width:0.91016608;enable-background:new"
+         transform="matrix(0.325,0,0,-0.23214286,-40.000001,94.21429)">
+        <path
+           sodipodi:nodetypes="cccccc"
+           inkscape:connector-curvature="0"
+           id="path1613"
+           d="m 147.6923,-180 h 283.07692 l 61.53846,86.153849 V 164.61538 H 147.6923 Z"
+           clip-path="none"
+           
style="display:inline;opacity:1;fill:#f6f5f4;fill-opacity:1;stroke:none;stroke-width:1.82033217;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
 />
+      </g>
+      <rect
+         
style="display:inline;opacity:1;fill:url(#radialGradient1619);fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+         id="rect1617"
+         width="128"
+         height="128"
+         x="288"
+         y="20"
+         transform="matrix(0.21153846,0,0,0.21153846,39.07692,111.76923)"
+         clip-path="url(#clipPath1204)" />
+      <g
+         id="g1700"
+         transform="translate(60)">
+        <g
+           transform="matrix(0.325,0,0,-0.23214286,150,234.21429)"
+           style="display:inline;fill:#62a0ea;stroke-width:0.91016608;enable-background:new"
+           id="g1664"
+           clip-path="none">
+          <path
+             
style="display:inline;opacity:1;fill:#3584e4;fill-opacity:1;stroke:none;stroke-width:1.82033217;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
+             clip-path="none"
+             d="m 147.6923,-180 h 283.07692 l 61.53846,86.153849 V 164.61538 H 147.6923 Z"
+             id="path1662"
+             inkscape:connector-curvature="0"
+             sodipodi:nodetypes="cccccc" />
+        </g>
+        <path
+           
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="m 213,204 v 64"
+           id="path1666"
+           inkscape:connector-curvature="0" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path1668"
+           d="M 302,211 H 206"
+           
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           sodipodi:nodetypes="cc" />
+        <path
+           
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="M 252,261 H 206"
+           id="path1670"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cc" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path1672"
+           d="m 295,204 v 34"
+           
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           sodipodi:nodetypes="cc" />
+        <rect
+           clip-path="url(#clipPath1204)"
+           transform="matrix(0.21153846,0,0,0.21153846,229.07692,251.76923)"
+           y="20"
+           x="288"
+           height="128"
+           width="128"
+           id="rect1674"
+           
style="display:inline;opacity:1;fill:url(#radialGradient1686);fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
 />
+        <circle
+           
style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+           id="circle1676"
+           cx="226"
+           cy="231"
+           r="3" />
+        <path
+           sodipodi:nodetypes="cc"
+           
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="M 275,231 H 235"
+           id="path1678"
+           inkscape:connector-curvature="0" />
+        <circle
+           r="3"
+           cy="244"
+           cx="226"
+           id="circle1680"
+           
style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
 />
+        <path
+           inkscape:connector-curvature="0"
+           id="path1682"
+           d="M 268,244 H 235"
+           
style="fill:none;stroke:#ffffff;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           sodipodi:nodetypes="cc" />
+        <path
+           sodipodi:nodetypes="cc"
+           
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="M 296,219 H 212"
+           id="path1684"
+           inkscape:connector-curvature="0" />
+      </g>
+      <g
+         clip-path="none"
+         id="g1960"
+         style="display:inline;fill:#62a0ea;stroke-width:0.91016608;enable-background:new"
+         transform="matrix(0.325,0,0,-0.23214286,350,234.21429)">
+        <path
+           sodipodi:nodetypes="cccccc"
+           inkscape:connector-curvature="0"
+           id="path1958"
+           d="m 147.6923,-180 h 283.07692 l 61.53846,86.153849 V 164.61538 H 147.6923 Z"
+           clip-path="none"
+           
style="display:inline;opacity:1;fill:#3584e4;fill-opacity:1;stroke:none;stroke-width:1.82033217;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
 />
+      </g>
+      <rect
+         
style="display:inline;opacity:1;fill:url(#radialGradient2004);fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+         id="rect1962"
+         width="128"
+         height="128"
+         x="288"
+         y="20"
+         transform="matrix(0.21153846,0,0,0.21153846,429.07692,251.76923)"
+         clip-path="url(#clipPath1204)" />
+      <g
+         style="stroke:#d1e3f9;stroke-opacity:1"
+         id="g1982"
+         transform="translate(390)">
+        <path
+           
style="fill:none;stroke:#d1e3f9;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="m 23,204 v 64"
+           id="path1964"
+           inkscape:connector-curvature="0" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path1966"
+           d="M 112,211 H 16"
+           
style="fill:none;stroke:#d1e3f9;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           sodipodi:nodetypes="cc" />
+        <path
+           
style="fill:none;stroke:#d1e3f9;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="M 62,261 H 16"
+           id="path1968"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cc" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path1970"
+           d="m 105,204 v 34"
+           
style="fill:none;stroke:#d1e3f9;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           sodipodi:nodetypes="cc" />
+        <circle
+           
style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#d1e3f9;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+           id="circle1972"
+           cx="36"
+           cy="231"
+           r="3" />
+        <path
+           sodipodi:nodetypes="cc"
+           
style="fill:none;stroke:#d1e3f9;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="M 85,231 H 45"
+           id="path1974"
+           inkscape:connector-curvature="0" />
+        <circle
+           r="3"
+           cy="244"
+           cx="36"
+           id="circle1976"
+           
style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#d1e3f9;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
 />
+        <path
+           inkscape:connector-curvature="0"
+           id="path1978"
+           d="M 78,244 H 45"
+           
style="fill:none;stroke:#d1e3f9;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           sodipodi:nodetypes="cc" />
+        <path
+           sodipodi:nodetypes="cc"
+           
style="fill:none;stroke:#d1e3f9;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="M 106,219 H 22"
+           id="path1980"
+           inkscape:connector-curvature="0" />
+      </g>
+      <g
+         style="display:inline;enable-background:new"
+         id="g2002"
+         transform="translate(392,7)">
+        <path
+           sodipodi:nodetypes="cccccccccccc"
+           
style="display:inline;opacity:0.1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+           d="m 40,214 1.146,4.5835 1.68261,6.73046 34.52833,34.77833 0.0254,0.0254 2.8032,-2.85401 
2.82812,-2.82812 2.85403,-2.80323 -0.0254,-0.0254 -34.52832,-34.77832 -6.76709,-1.69189 z"
+           id="path1984"
+           inkscape:connector-curvature="0" />
+        <g
+           style="display:inline;enable-background:new"
+           transform="matrix(0.25,0,0,0.25,-56.602644,250.10851)"
+           id="g2000">
+          <g
+             style="display:inline;stroke-width:1.1892072;enable-background:new"
+             id="g1998"
+             transform="matrix(0.49999993,0.70710678,-0.49999993,0.70710678,318.00002,-184.81833)">
+            <g
+               transform="matrix(0.95710691,-0.75000004,0.75000005,0.45710668,46.143255,123.91498)"
+               id="g1988"
+               style="stroke-width:1.1892072">
+              <path
+                 
style="opacity:1;vector-effect:none;fill:url(#linearGradient2006);fill-opacity:1;stroke:none;stroke-width:28.54097176;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+                 d="m 147.71569,-128.28431 52.28428,4.28427 -48.00001,48.000006 z"
+                 id="path1986"
+                 inkscape:connector-curvature="0"
+                 sodipodi:nodetypes="cccc" />
+            </g>
+            <path
+               
style="display:inline;opacity:1;vector-effect:none;fill:#424048;fill-opacity:1;stroke:none;stroke-width:28.54097176;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+               d="m 91.30972,-45.511411 21.40227,-14.972131 -3.85584,23.352172 z"
+               id="path1990"
+               inkscape:connector-curvature="0"
+               sodipodi:nodetypes="cccc" />
+            <path
+               
style="display:inline;fill:#f6d32d;fill-opacity:1;stroke:none;stroke-width:1.15728009px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 134.62346,-24.825129 9.94113,-57.941124 236.48137,-39.745377 -9.94113,57.941123 z"
+               id="path1992"
+               inkscape:connector-curvature="0"
+               sodipodi:nodetypes="ccccc" />
+            <path
+               
style="display:inline;fill:#f9f06b;fill-opacity:1;stroke:none;stroke-width:0.81832051px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 141.25089,-63.452545 3.31368,-19.313711 236.65538,-39.775224 -3.4877,19.34356 z"
+               id="path1994"
+               inkscape:connector-curvature="0"
+               sodipodi:nodetypes="ccccc" />
+            <path
+               
style="display:inline;fill:url(#linearGradient2008);fill-opacity:1;stroke:none;stroke-width:0.81832051px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 137.93717,-44.138836 -3.31373,19.313711 236.65538,-39.775235 3.13972,-19.283855 z"
+               id="path1996"
+               inkscape:connector-curvature="0"
+               sodipodi:nodetypes="ccccc" />
+          </g>
+        </g>
+      </g>
+      <g
+         id="g1207">
+        <g
+           transform="matrix(0.325,0,0,-0.23214286,490,234.21429)"
+           style="display:inline;fill:#62a0ea;stroke-width:0.91016608;enable-background:new"
+           id="g1471"
+           clip-path="none">
+          <path
+             
style="display:inline;opacity:1;fill:#3584e4;fill-opacity:1;stroke:none;stroke-width:1.82033217;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
+             clip-path="none"
+             d="m 147.6923,-180 344.6154,2e-5 -2e-5,344.61536 H 147.6923 Z"
+             id="path1469"
+             inkscape:connector-curvature="0"
+             sodipodi:nodetypes="ccccc" />
+        </g>
+        <g
+           transform="translate(530)"
+           id="g1491"
+           style="stroke:#d1e3f9;stroke-opacity:1">
+          <path
+             inkscape:connector-curvature="0"
+             id="path1473"
+             d="m 23,204 v 64"
+             
style="fill:none;stroke:#d1e3f9;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+          <path
+             sodipodi:nodetypes="cc"
+             
style="fill:none;stroke:#d1e3f9;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="M 112,211 H 16"
+             id="path1475"
+             inkscape:connector-curvature="0" />
+          <path
+             sodipodi:nodetypes="cc"
+             inkscape:connector-curvature="0"
+             id="path1477"
+             d="M 30,261 H 16"
+             
style="fill:none;stroke:#d1e3f9;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+          <path
+             sodipodi:nodetypes="cc"
+             
style="fill:none;stroke:#d1e3f9;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 105,204 v 34"
+             id="path1479"
+             inkscape:connector-curvature="0" />
+          <circle
+             r="3"
+             cy="231"
+             cx="36"
+             id="circle1481"
+             
style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#d1e3f9;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
 />
+          <path
+             inkscape:connector-curvature="0"
+             id="path1483"
+             d="M 85,231 H 45"
+             
style="fill:none;stroke:#d1e3f9;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             sodipodi:nodetypes="cc" />
+          <circle
+             
style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#d1e3f9;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+             id="circle1485"
+             cx="36"
+             cy="244"
+             r="3" />
+          <path
+             sodipodi:nodetypes="cc"
+             
style="fill:none;stroke:#d1e3f9;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="M 78,244 H 45"
+             id="path1487"
+             inkscape:connector-curvature="0" />
+          <path
+             inkscape:connector-curvature="0"
+             id="path1489"
+             d="M 96,219 H 22"
+             
style="fill:none;stroke:#d1e3f9;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             sodipodi:nodetypes="cc" />
+        </g>
+        <g
+           id="g1571"
+           transform="translate(540)">
+          <path
+             sodipodi:nodetypes="ccccccccccc"
+             
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#b38108;fill-opacity:1;fill-rule:nonzero;stroke:none;s
 troke-wi
 
dth:14;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+             d="M 104,223.15234 -0.3791408,283.4147 -3.125,284 v 1 H 23 104 Z M 90,247.40039 V 271 H 49.125 
Z"
+             id="path1493"
+             inkscape:connector-curvature="0" />
+          <path
+             inkscape:connector-curvature="0"
+             id="path1495"
+             d="M 104,222.15234 -3.125,284 H 23 104 Z M 90,246.40039 V 270 H 49.125 Z"
+             
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#f6d32d;fill-opacity:1;fill-rule:nonzero;stroke:none;s
 troke-wi
 
dth:14;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
 />
+          <path
+             sodipodi:nodetypes="cccccccccccc"
+             inkscape:connector-curvature="0"
+             id="path1497"
+             transform="translate(0,172)"
+             d="M 90,72.400391 49.125,96 v 2 L 90,74.400391 Z M 0.33984375,110 -3.125,112 H 23 104 v -2 H 23 
Z"
+             
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e5a50a;fill-opacity:1;fill-rule:nonzero;stroke:none;s
 troke-wi
 
dth:14;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
 />
+          <g
+             style="stroke:#b38108;stroke-opacity:1"
+             id="g1569">
+            <g
+               id="g1513"
+               transform="matrix(1,0,0,0.83333333,0,47.333333)"
+               style="stroke:#b38108;stroke-width:1.09544516;stroke-opacity:1">
+              <path
+                 inkscape:connector-curvature="0"
+                 id="path1499"
+                 d="m 101.5,278 v 6"
+                 
style="fill:none;stroke:#b38108;stroke-width:1.09544516px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
 />
+              <path
+                 
style="fill:none;stroke:#b38108;stroke-width:1.09544516px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 d="m 86.5,278 v 6"
+                 id="path1501"
+                 inkscape:connector-curvature="0" />
+              <path
+                 
style="fill:none;stroke:#b38108;stroke-width:1.09544516px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 d="m 71.5,278 v 6"
+                 id="path1503"
+                 inkscape:connector-curvature="0" />
+              <path
+                 inkscape:connector-curvature="0"
+                 id="path1505"
+                 d="m 56.5,278 v 6"
+                 
style="fill:none;stroke:#b38108;stroke-width:1.09544516px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
 />
+              <path
+                 inkscape:connector-curvature="0"
+                 id="path1507"
+                 d="m 41.5,278 v 6"
+                 
style="fill:none;stroke:#b38108;stroke-width:1.09544516px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
 />
+              <path
+                 
style="fill:none;stroke:#b38108;stroke-width:1.09544516px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 d="m 26.5,278 v 6"
+                 id="path1509"
+                 inkscape:connector-curvature="0" />
+              <path
+                 inkscape:connector-curvature="0"
+                 id="path1511"
+                 d="m 11.5,278 v 6"
+                 
style="fill:none;stroke:#b38108;stroke-width:1.09544516px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
 />
+            </g>
+            <g
+               style="stroke:#b38108;stroke-opacity:1"
+               id="g1567">
+              <path
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 d="m 98.5,281 v 3"
+                 id="path1515"
+                 inkscape:connector-curvature="0" />
+              <path
+                 inkscape:connector-curvature="0"
+                 id="path1517"
+                 d="m 95.5,281 v 3"
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+              <path
+                 inkscape:connector-curvature="0"
+                 id="path1519"
+                 d="m 92.5,281 v 3"
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+              <path
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 d="m 89.5,281 v 3"
+                 id="path1521"
+                 inkscape:connector-curvature="0" />
+              <path
+                 inkscape:connector-curvature="0"
+                 id="path1523"
+                 d="m 83.5,281 v 3"
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+              <path
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 d="m 80.5,281 v 3"
+                 id="path1525"
+                 inkscape:connector-curvature="0" />
+              <path
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 d="m 77.5,281 v 3"
+                 id="path1527"
+                 inkscape:connector-curvature="0" />
+              <path
+                 inkscape:connector-curvature="0"
+                 id="path1529"
+                 d="m 74.5,281 v 3"
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+              <path
+                 inkscape:connector-curvature="0"
+                 id="path1531"
+                 d="m 68.5,281 v 3"
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+              <path
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 d="m 65.5,281 v 3"
+                 id="path1533"
+                 inkscape:connector-curvature="0" />
+              <path
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 d="m 62.5,281 v 3"
+                 id="path1535"
+                 inkscape:connector-curvature="0" />
+              <path
+                 inkscape:connector-curvature="0"
+                 id="path1537"
+                 d="m 59.5,281 v 3"
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+              <path
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 d="m 53.5,281 v 3"
+                 id="path1539"
+                 inkscape:connector-curvature="0" />
+              <path
+                 inkscape:connector-curvature="0"
+                 id="path1541"
+                 d="m 50.5,281 v 3"
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+              <path
+                 inkscape:connector-curvature="0"
+                 id="path1543"
+                 d="m 47.5,281 v 3"
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+              <path
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 d="m 44.5,281 v 3"
+                 id="path1545"
+                 inkscape:connector-curvature="0" />
+              <path
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 d="m 38.5,281 v 3"
+                 id="path1547"
+                 inkscape:connector-curvature="0" />
+              <path
+                 inkscape:connector-curvature="0"
+                 id="path1549"
+                 d="m 35.5,281 v 3"
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+              <path
+                 inkscape:connector-curvature="0"
+                 id="path1551"
+                 d="m 32.5,281 v 3"
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+              <path
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 d="m 29.5,281 v 3"
+                 id="path1553"
+                 inkscape:connector-curvature="0" />
+              <path
+                 inkscape:connector-curvature="0"
+                 id="path1555"
+                 d="m 23.5,281 v 3"
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+              <path
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 d="m 20.5,281 v 3"
+                 id="path1557"
+                 inkscape:connector-curvature="0" />
+              <path
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 d="m 17.5,281 v 3"
+                 id="path1559"
+                 inkscape:connector-curvature="0" />
+              <path
+                 inkscape:connector-curvature="0"
+                 id="path1561"
+                 d="m 14.5,281 v 3"
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+              <path
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 d="m 8.5,281 v 3"
+                 id="path1563"
+                 inkscape:connector-curvature="0" />
+              <path
+                 inkscape:connector-curvature="0"
+                 id="path1565"
+                 d="m 5.5,281 v 3"
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+            </g>
+          </g>
+        </g>
+      </g>
+      <g
+         id="g2471"
+         transform="translate(670)">
+        <g
+           transform="matrix(0.325,0,0,-0.23214286,-40.000001,234.21429)"
+           style="display:inline;fill:#f6f5f4;stroke-width:0.91016608;enable-background:new"
+           id="g2374"
+           clip-path="none">
+          <path
+             
style="display:inline;opacity:1;fill:#f6f5f4;fill-opacity:1;stroke:none;stroke-width:1.82033217;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
+             clip-path="none"
+             d="m 147.6923,-180 344.6154,2e-5 -2e-5,344.61536 H 147.6923 Z"
+             id="path2372"
+             inkscape:connector-curvature="0"
+             sodipodi:nodetypes="ccccc" />
+        </g>
+        <g
+           id="g2394"
+           style="stroke:#9a9996;stroke-opacity:1">
+          <path
+             inkscape:connector-curvature="0"
+             id="path2376"
+             d="m 23,204 v 64"
+             
style="fill:none;stroke:#9a9996;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+          <path
+             sodipodi:nodetypes="cc"
+             
style="fill:none;stroke:#9a9996;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="M 112,211 H 16"
+             id="path2378"
+             inkscape:connector-curvature="0" />
+          <path
+             sodipodi:nodetypes="cc"
+             inkscape:connector-curvature="0"
+             id="path2380"
+             d="M 30,261 H 16"
+             
style="fill:none;stroke:#9a9996;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+          <path
+             sodipodi:nodetypes="cc"
+             
style="fill:none;stroke:#9a9996;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 105,204 v 34"
+             id="path2382"
+             inkscape:connector-curvature="0" />
+          <circle
+             r="3"
+             cy="231"
+             cx="36"
+             id="circle2384"
+             
style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#9a9996;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
 />
+          <path
+             inkscape:connector-curvature="0"
+             id="path2386"
+             d="M 85,231 H 45"
+             
style="fill:none;stroke:#9a9996;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             sodipodi:nodetypes="cc" />
+          <circle
+             
style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#9a9996;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+             id="circle2388"
+             cx="36"
+             cy="244"
+             r="3" />
+          <path
+             sodipodi:nodetypes="cc"
+             
style="fill:none;stroke:#9a9996;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="M 78,244 H 45"
+             id="path2390"
+             inkscape:connector-curvature="0" />
+          <path
+             inkscape:connector-curvature="0"
+             id="path2392"
+             d="M 96,219 H 22"
+             
style="fill:none;stroke:#9a9996;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             sodipodi:nodetypes="cc" />
+        </g>
+        <g
+           id="g2436"
+           transform="translate(10)">
+          <path
+             inkscape:connector-curvature="0"
+             id="path2396"
+             d="M 104,222.15234 -3.125,284 H 23 104 Z M 90,246.40039 V 270 H 49.125 Z"
+             
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#57e389;fill-opacity:1;fill-rule:nonzero;stroke:none;s
 troke-wi
 
dth:14;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
 />
+          <path
+             sodipodi:nodetypes="cccccccccccc"
+             inkscape:connector-curvature="0"
+             id="path2398"
+             transform="translate(0,172)"
+             d="M 90,72.400391 49.125,96 v 2 L 90,74.400391 Z M 0.33984375,110 -3.125,112 H 23 104 v -2 H 23 
Z"
+             
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#33d17a;fill-opacity:1;fill-rule:nonzero;stroke:none;s
 troke-wi
 
dth:14;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
 />
+          <g
+             id="g2420">
+            <path
+               
style="fill:none;stroke:#2ec27e;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+               d="m 95,279.99999 v 4"
+               id="path2400"
+               inkscape:connector-curvature="0" />
+            <path
+               inkscape:connector-curvature="0"
+               id="path2402"
+               d="m 89,279.99999 v 4"
+               
style="fill:none;stroke:#2ec27e;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
+            <path
+               inkscape:connector-curvature="0"
+               id="path2404"
+               d="m 77,279.99999 v 4"
+               
style="fill:none;stroke:#2ec27e;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
+            <path
+               
style="fill:none;stroke:#2ec27e;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+               d="m 71,279.99999 v 4"
+               id="path2406"
+               inkscape:connector-curvature="0" />
+            <path
+               
style="fill:none;stroke:#2ec27e;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+               d="m 59,279.99999 v 4"
+               id="path2408"
+               inkscape:connector-curvature="0" />
+            <path
+               inkscape:connector-curvature="0"
+               id="path2410"
+               d="m 53,279.99999 v 4"
+               
style="fill:none;stroke:#2ec27e;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
+            <path
+               inkscape:connector-curvature="0"
+               id="path2412"
+               d="m 41,279.99999 v 4"
+               
style="fill:none;stroke:#2ec27e;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
+            <path
+               
style="fill:none;stroke:#2ec27e;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+               d="m 35,279.99999 v 4"
+               id="path2414"
+               inkscape:connector-curvature="0" />
+            <path
+               
style="fill:none;stroke:#2ec27e;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+               d="m 23,279.99999 v 4"
+               id="path2416"
+               inkscape:connector-curvature="0" />
+            <path
+               inkscape:connector-curvature="0"
+               id="path2418"
+               d="m 17,279.99999 v 4"
+               
style="fill:none;stroke:#2ec27e;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
+          </g>
+          <g
+             id="g2434">
+            <path
+               inkscape:connector-curvature="0"
+               id="path2422"
+               d="m 101,278 v 6"
+               
style="display:inline;fill:none;stroke:#2ec27e;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
 />
+            <path
+               
style="display:inline;fill:none;stroke:#2ec27e;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
+               d="m 83,278 v 6"
+               id="path2424"
+               inkscape:connector-curvature="0" />
+            <path
+               
style="display:inline;fill:none;stroke:#2ec27e;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
+               d="m 65,278 v 6"
+               id="path2426"
+               inkscape:connector-curvature="0" />
+            <path
+               inkscape:connector-curvature="0"
+               id="path2428"
+               d="m 47,278 v 6"
+               
style="display:inline;fill:none;stroke:#2ec27e;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
 />
+            <path
+               inkscape:connector-curvature="0"
+               id="path2430"
+               d="m 29,278 v 6"
+               
style="display:inline;fill:none;stroke:#2ec27e;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
 />
+            <path
+               
style="display:inline;fill:none;stroke:#2ec27e;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
+               d="m 11,278 v 6"
+               id="path2432"
+               inkscape:connector-curvature="0" />
+          </g>
+        </g>
+      </g>
+      <g
+         transform="matrix(0.325,0,0,-0.23214286,-270,234.21429)"
+         style="display:inline;fill:#f6f5f4;stroke-width:0.91016608;enable-background:new"
+         id="g1178-3"
+         clip-path="none">
+        <path
+           
style="display:inline;opacity:1;fill:#f6f5f4;fill-opacity:1;stroke:none;stroke-width:1.82033217;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
+           clip-path="none"
+           d="m 147.6923,-180 344.6154,2e-5 -2e-5,344.61536 H 147.6923 Z"
+           id="path1176-6"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ccccc" />
+      </g>
+      <g
+         transform="translate(-230,-4.8868132e-6)"
+         id="g1956-7"
+         style="display:inline;stroke:#9a9996;stroke-opacity:1;enable-background:new">
+        <path
+           inkscape:connector-curvature="0"
+           id="path1638-5"
+           d="m 23,204 v 64"
+           
style="fill:none;stroke:#9a9996;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+        <path
+           sodipodi:nodetypes="cc"
+           
style="fill:none;stroke:#9a9996;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="M 112,211 H 16"
+           id="path1640-3"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="cc"
+           inkscape:connector-curvature="0"
+           id="path1642-5"
+           d="M 112,261 H 16"
+           
style="fill:none;stroke:#9a9996;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+        <path
+           sodipodi:nodetypes="cc"
+           
style="fill:none;stroke:#9a9996;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="m 105,204 v 64"
+           id="path1644-6"
+           inkscape:connector-curvature="0" />
+        <circle
+           r="3"
+           cy="232"
+           cx="36"
+           id="path1646-2"
+           
style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#9a9996;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
 />
+        <path
+           inkscape:connector-curvature="0"
+           id="path1650-9"
+           d="M 84,231 H 44"
+           
style="fill:none;stroke:#9a9996;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           sodipodi:nodetypes="cc" />
+        <circle
+           
style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#9a9996;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+           id="circle1652-1"
+           cx="36"
+           cy="244"
+           r="3" />
+        <path
+           sodipodi:nodetypes="cc"
+           
style="fill:none;stroke:#9a9996;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="M 77,243 H 44"
+           id="path1654-2"
+           inkscape:connector-curvature="0" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path1660-7"
+           d="M 104,217 H 22"
+           
style="fill:none;stroke:#9a9996;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           sodipodi:nodetypes="cc" />
+      </g>
+      <g
+         transform="translate(-230,-4.8868132e-6)"
+         id="g1088-0"
+         style="display:inline;opacity:0.8;enable-background:new">
+        <path
+           
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#26a269;fill-opacity:1;fill-rule:nonzero;stroke:none;str
 oke-widt
 
h:14;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+           d="M 102,76.400391 61.125,100 h 3.464844 L 102,78.400391 Z M 12,114 v 2 h 23 81 v -2 H 35 Z"
+           transform="translate(0,172)"
+           id="path1259-9"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="ccccccccc"
+           inkscape:connector-curvature="0"
+           id="path1024-3"
+           d="M 116,224.15234 12,286 h 23 81 z m -14,24.24805 V 272 H 61.125 Z"
+           
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#33d17a;fill-opacity:1;fill-rule:nonzero;stroke:none;str
 oke-widt
 
h:14;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
 />
+        <g
+           id="g1133-6"
+           style="opacity:0.6;stroke:#26a269">
+          <path
+             
style="fill:none;stroke:#26a269;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             d="m 107,281.99999 v 4"
+             id="path1030-0"
+             inkscape:connector-curvature="0" />
+          <path
+             inkscape:connector-curvature="0"
+             id="path2084-6"
+             d="m 101,281.99999 v 4"
+             
style="fill:none;stroke:#26a269;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
+          <path
+             inkscape:connector-curvature="0"
+             id="path2088-2"
+             d="m 89,281.99999 v 4"
+             
style="fill:none;stroke:#26a269;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
+          <path
+             
style="fill:none;stroke:#26a269;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             d="m 83,281.99999 v 4"
+             id="path2090-6"
+             inkscape:connector-curvature="0" />
+          <path
+             
style="fill:none;stroke:#26a269;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             d="m 71,281.99999 v 4"
+             id="path2094-1"
+             inkscape:connector-curvature="0" />
+          <path
+             inkscape:connector-curvature="0"
+             id="path2096-8"
+             d="m 65,281.99999 v 4"
+             
style="fill:none;stroke:#26a269;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
+          <path
+             inkscape:connector-curvature="0"
+             id="path2100-7"
+             d="m 53,281.99999 v 4"
+             
style="fill:none;stroke:#26a269;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
+          <path
+             
style="fill:none;stroke:#26a269;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             d="m 47,281.99999 v 4"
+             id="path2102-9"
+             inkscape:connector-curvature="0" />
+          <path
+             
style="fill:none;stroke:#26a269;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             d="m 35,281.99999 v 4"
+             id="path2106-2"
+             inkscape:connector-curvature="0" />
+          <path
+             inkscape:connector-curvature="0"
+             id="path2108-0"
+             d="m 29,281.99999 v 4"
+             
style="fill:none;stroke:#26a269;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
+          <path
+             inkscape:connector-curvature="0"
+             id="path1030-3-2"
+             d="m 113,280 v 6"
+             
style="display:inline;fill:none;stroke:#26a269;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
 />
+          <path
+             
style="display:inline;fill:none;stroke:#26a269;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
+             d="m 95,280 v 6"
+             id="path2354-3"
+             inkscape:connector-curvature="0" />
+          <path
+             
style="display:inline;fill:none;stroke:#26a269;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
+             d="m 77,280 v 6"
+             id="path2356-7"
+             inkscape:connector-curvature="0" />
+          <path
+             inkscape:connector-curvature="0"
+             id="path2358-5"
+             d="m 59,280 v 6"
+             
style="display:inline;fill:none;stroke:#26a269;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
 />
+          <path
+             inkscape:connector-curvature="0"
+             id="path2360-9"
+             d="m 41,280 v 6"
+             
style="display:inline;fill:none;stroke:#26a269;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
 />
+          <path
+             
style="display:inline;fill:none;stroke:#26a269;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
+             d="m 23,280 v 6"
+             id="path2362-2"
+             inkscape:connector-curvature="0" />
+        </g>
+      </g>
+      <g
+         transform="translate(-530,-5e-6)"
+         style="display:inline;enable-background:new"
+         id="g1207-2">
+        <g
+           transform="matrix(0.325,0,0,-0.23214286,490,234.21429)"
+           style="display:inline;fill:#62a0ea;stroke-width:0.91016608;enable-background:new"
+           id="g1471-8"
+           clip-path="none">
+          <path
+             
style="display:inline;opacity:1;fill:#3584e4;fill-opacity:1;stroke:none;stroke-width:1.82033217;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
+             clip-path="none"
+             d="m 147.6923,-180 344.6154,2e-5 -2e-5,344.61536 H 147.6923 Z"
+             id="path1469-9"
+             inkscape:connector-curvature="0"
+             sodipodi:nodetypes="ccccc" />
+          <g
+             transform="matrix(3.0769231,0,0,-4.3076923,-1507.6923,1008.9231)"
+             id="g3907"
+             style="display:inline;opacity:0.15;enable-background:new">
+            <path
+               inkscape:connector-curvature="0"
+               id="path1475-6-4"
+               d="M 116,211 H 12"
+               
style="display:inline;opacity:1;fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               sodipodi:nodetypes="cc"
+               transform="translate(530,5e-6)" />
+            <path
+               
style="display:inline;opacity:1;fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="M 110,263 H 12"
+               id="path1477-1"
+               inkscape:connector-curvature="0"
+               sodipodi:nodetypes="cc"
+               transform="translate(530,5e-6)" />
+            <path
+               sodipodi:nodetypes="cc"
+               
style="display:inline;opacity:1;fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 23,200 v 64"
+               id="path1473-3-4"
+               inkscape:connector-curvature="0"
+               transform="translate(530,5e-6)" />
+            <path
+               inkscape:connector-curvature="0"
+               id="path1479-2-7"
+               d="m 105,200 v 38"
+               
style="display:inline;opacity:1;fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               sodipodi:nodetypes="cc"
+               transform="translate(530,5e-6)" />
+            <path
+               inkscape:connector-curvature="0"
+               id="path1475-6-3"
+               d="M 104,203 H 24"
+               
style="display:inline;opacity:1;fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               sodipodi:nodetypes="cc"
+               transform="translate(530,5e-6)" />
+            <path
+               sodipodi:nodetypes="cc"
+               
style="display:inline;opacity:1;fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               d="m 545,212 v 50"
+               id="path1473-3-4-7"
+               inkscape:connector-curvature="0" />
+            <path
+               inkscape:connector-curvature="0"
+               id="path1475-6-4-5"
+               d="M 646,219 H 552"
+               
style="display:inline;opacity:1;fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               sodipodi:nodetypes="cc" />
+            <path
+               inkscape:connector-curvature="0"
+               id="path1479-2-7-7"
+               d="m 643,210 v 10"
+               
style="display:inline;opacity:1;fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               sodipodi:nodetypes="cc" />
+            <path
+               inkscape:connector-curvature="0"
+               id="path1479-2-7-7-4"
+               d="m 577,220 v 12"
+               
style="display:inline;opacity:1;fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               sodipodi:nodetypes="cc" />
+            <path
+               inkscape:connector-curvature="0"
+               id="path1479-2-7-7-4-1-88"
+               d="m 563,220 v 12"
+               
style="display:inline;opacity:1;fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               sodipodi:nodetypes="cc" />
+            <path
+               inkscape:connector-curvature="0"
+               id="path1475-6-4-59-7-8"
+               d="M 566,235 H 554"
+               
style="display:inline;opacity:1;fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               sodipodi:nodetypes="cc" />
+            <path
+               inkscape:connector-curvature="0"
+               id="path1479-2-7-7-4-1-88-3"
+               d="m 563,244 v 18"
+               
style="display:inline;opacity:1;fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               sodipodi:nodetypes="cc" />
+            <path
+               inkscape:connector-curvature="0"
+               id="path1475-6-4-59-7-8-3"
+               d="M 566,247 H 554"
+               
style="display:inline;opacity:1;fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               sodipodi:nodetypes="cc" />
+            <path
+               inkscape:connector-curvature="0"
+               id="path1479-2-7-7-4-3"
+               d="m 577,232 v 22"
+               
style="display:inline;opacity:1;fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               sodipodi:nodetypes="cc" />
+            <path
+               inkscape:connector-curvature="0"
+               id="path1475-6-4-59-7-8-3-0"
+               d="M 628,233 H 616"
+               
style="display:inline;opacity:1;fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               sodipodi:nodetypes="cc" />
+            <path
+               inkscape:connector-curvature="0"
+               id="path1475-6-4-59-7-8-3-0-4"
+               d="M 585,233 H 574"
+               
style="display:inline;opacity:1;fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               sodipodi:nodetypes="cc" />
+            <path
+               inkscape:connector-curvature="0"
+               id="path1475-6-4-59-7-8-3-0-4-8"
+               d="M 584,245 H 574"
+               
style="display:inline;opacity:1;fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               sodipodi:nodetypes="cc" />
+            <path
+               inkscape:connector-curvature="0"
+               id="path1479-2-7-7-4-1-88-3-8"
+               d="m 569,244 v 10"
+               
style="display:inline;opacity:1;fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               sodipodi:nodetypes="cc" />
+            <path
+               inkscape:connector-curvature="0"
+               id="path1475-6-4-59-7-8-3-8"
+               d="m 577,251 h -8"
+               
style="display:inline;opacity:1;fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+               sodipodi:nodetypes="cc" />
+          </g>
+        </g>
+        <g
+           transform="translate(530)"
+           id="g1491-7"
+           style="stroke:#ffffff;stroke-opacity:1">
+          <path
+             inkscape:connector-curvature="0"
+             id="path1473-3"
+             d="m 23,210 v 54"
+             
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             sodipodi:nodetypes="cc" />
+          <path
+             sodipodi:nodetypes="cc"
+             
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="M 105,211 H 23"
+             id="path1475-6"
+             inkscape:connector-curvature="0" />
+          <path
+             sodipodi:nodetypes="cc"
+             
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="m 105,210 v 28"
+             id="path1479-2"
+             inkscape:connector-curvature="0" />
+          <circle
+             r="3"
+             cy="232"
+             cx="36"
+             id="circle1481-9"
+             
style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
 />
+          <path
+             inkscape:connector-curvature="0"
+             id="path1483-3"
+             d="M 86,233 H 46"
+             
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             sodipodi:nodetypes="cc" />
+          <circle
+             
style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+             id="circle1485-1"
+             cx="36"
+             cy="244"
+             r="3" />
+          <path
+             sodipodi:nodetypes="cc"
+             
style="fill:none;stroke:#ffffff;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             d="M 86,245 H 46"
+             id="path1487-9"
+             inkscape:connector-curvature="0" />
+          <path
+             inkscape:connector-curvature="0"
+             id="path1489-4"
+             d="M 104,219 H 22"
+             
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             sodipodi:nodetypes="cc" />
+          <path
+             sodipodi:nodetypes="cc"
+             inkscape:connector-curvature="0"
+             id="path1477-1-6"
+             d="M 110,263 H 22"
+             
style="display:inline;opacity:1;fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
 />
+        </g>
+        <g
+           id="g1571-7"
+           transform="translate(540)">
+          <path
+             sodipodi:nodetypes="ccccccccccc"
+             
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#b38108;fill-opacity:1;fill-rule:nonzero;stroke:none;s
 troke-wi
 
dth:14;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+             d="M 104,223.15234 -0.3791408,283.4147 -3.125,284 v 1 H 23 104 Z M 90,247.40039 V 271 H 49.125 
Z"
+             id="path1493-8"
+             inkscape:connector-curvature="0" />
+          <path
+             inkscape:connector-curvature="0"
+             id="path1495-4"
+             d="M 104,222.15234 -3.125,284 H 23 104 Z M 90,246.40039 V 270 H 49.125 Z"
+             
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#f6d32d;fill-opacity:1;fill-rule:nonzero;stroke:none;s
 troke-wi
 
dth:14;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
 />
+          <path
+             sodipodi:nodetypes="cccccccccccc"
+             inkscape:connector-curvature="0"
+             id="path1497-5"
+             transform="translate(0,172)"
+             d="M 90,72.400391 49.125,96 v 2 L 90,74.400391 Z M 0.33984375,110 -3.125,112 H 23 104 v -2 H 23 
Z"
+             
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e5a50a;fill-opacity:1;fill-rule:nonzero;stroke:none;s
 troke-wi
 
dth:14;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
 />
+          <g
+             style="stroke:#b38108;stroke-opacity:1"
+             id="g1569-0">
+            <g
+               id="g1513-3"
+               transform="matrix(1,0,0,0.83333333,0,47.333333)"
+               style="stroke:#b38108;stroke-width:1.09544516;stroke-opacity:1">
+              <path
+                 inkscape:connector-curvature="0"
+                 id="path1499-6"
+                 d="m 101.5,278 v 6"
+                 
style="fill:none;stroke:#b38108;stroke-width:1.09544516px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
 />
+              <path
+                 
style="fill:none;stroke:#b38108;stroke-width:1.09544516px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 d="m 86.5,278 v 6"
+                 id="path1501-1"
+                 inkscape:connector-curvature="0" />
+              <path
+                 
style="fill:none;stroke:#b38108;stroke-width:1.09544516px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 d="m 71.5,278 v 6"
+                 id="path1503-0"
+                 inkscape:connector-curvature="0" />
+              <path
+                 inkscape:connector-curvature="0"
+                 id="path1505-6"
+                 d="m 56.5,278 v 6"
+                 
style="fill:none;stroke:#b38108;stroke-width:1.09544516px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
 />
+              <path
+                 inkscape:connector-curvature="0"
+                 id="path1507-3"
+                 d="m 41.5,278 v 6"
+                 
style="fill:none;stroke:#b38108;stroke-width:1.09544516px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
 />
+              <path
+                 
style="fill:none;stroke:#b38108;stroke-width:1.09544516px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 d="m 26.5,278 v 6"
+                 id="path1509-2"
+                 inkscape:connector-curvature="0" />
+              <path
+                 inkscape:connector-curvature="0"
+                 id="path1511-0"
+                 d="m 11.5,278 v 6"
+                 
style="fill:none;stroke:#b38108;stroke-width:1.09544516px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
 />
+            </g>
+            <g
+               style="stroke:#b38108;stroke-opacity:1"
+               id="g1567-6">
+              <path
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 d="m 98.5,281 v 3"
+                 id="path1515-1"
+                 inkscape:connector-curvature="0" />
+              <path
+                 inkscape:connector-curvature="0"
+                 id="path1517-5"
+                 d="m 95.5,281 v 3"
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+              <path
+                 inkscape:connector-curvature="0"
+                 id="path1519-5"
+                 d="m 92.5,281 v 3"
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+              <path
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 d="m 89.5,281 v 3"
+                 id="path1521-4"
+                 inkscape:connector-curvature="0" />
+              <path
+                 inkscape:connector-curvature="0"
+                 id="path1523-7"
+                 d="m 83.5,281 v 3"
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+              <path
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 d="m 80.5,281 v 3"
+                 id="path1525-6"
+                 inkscape:connector-curvature="0" />
+              <path
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 d="m 77.5,281 v 3"
+                 id="path1527-5"
+                 inkscape:connector-curvature="0" />
+              <path
+                 inkscape:connector-curvature="0"
+                 id="path1529-6"
+                 d="m 74.5,281 v 3"
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+              <path
+                 inkscape:connector-curvature="0"
+                 id="path1531-9"
+                 d="m 68.5,281 v 3"
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+              <path
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 d="m 65.5,281 v 3"
+                 id="path1533-3"
+                 inkscape:connector-curvature="0" />
+              <path
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 d="m 62.5,281 v 3"
+                 id="path1535-7"
+                 inkscape:connector-curvature="0" />
+              <path
+                 inkscape:connector-curvature="0"
+                 id="path1537-4"
+                 d="m 59.5,281 v 3"
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+              <path
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 d="m 53.5,281 v 3"
+                 id="path1539-5"
+                 inkscape:connector-curvature="0" />
+              <path
+                 inkscape:connector-curvature="0"
+                 id="path1541-2"
+                 d="m 50.5,281 v 3"
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+              <path
+                 inkscape:connector-curvature="0"
+                 id="path1543-5"
+                 d="m 47.5,281 v 3"
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+              <path
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 d="m 44.5,281 v 3"
+                 id="path1545-4"
+                 inkscape:connector-curvature="0" />
+              <path
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 d="m 38.5,281 v 3"
+                 id="path1547-7"
+                 inkscape:connector-curvature="0" />
+              <path
+                 inkscape:connector-curvature="0"
+                 id="path1549-4"
+                 d="m 35.5,281 v 3"
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+              <path
+                 inkscape:connector-curvature="0"
+                 id="path1551-4"
+                 d="m 32.5,281 v 3"
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+              <path
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 d="m 29.5,281 v 3"
+                 id="path1553-3"
+                 inkscape:connector-curvature="0" />
+              <path
+                 inkscape:connector-curvature="0"
+                 id="path1555-0"
+                 d="m 23.5,281 v 3"
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+              <path
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 d="m 20.5,281 v 3"
+                 id="path1557-7"
+                 inkscape:connector-curvature="0" />
+              <path
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 d="m 17.5,281 v 3"
+                 id="path1559-8"
+                 inkscape:connector-curvature="0" />
+              <path
+                 inkscape:connector-curvature="0"
+                 id="path1561-6"
+                 d="m 14.5,281 v 3"
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+              <path
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 d="m 8.5,281 v 3"
+                 id="path1563-8"
+                 inkscape:connector-curvature="0" />
+              <path
+                 inkscape:connector-curvature="0"
+                 id="path1565-8"
+                 d="m 5.5,281 v 3"
+                 
style="fill:none;stroke:#b38108;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 
/>
+            </g>
+          </g>
+        </g>
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/assets/img/org.gtk.Demo.svg b/assets/img/org.gtk.Demo.svg
new file mode 100644
index 0000000..5177f74
--- /dev/null
+++ b/assets/img/org.gtk.Demo.svg
@@ -0,0 +1,638 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:xlink="http://www.w3.org/1999/xlink";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   inkscape:export-ydpi="96"
+   inkscape:export-xdpi="96"
+   inkscape:export-filename="Template.png"
+   width="128"
+   height="128"
+   id="svg11300"
+   sodipodi:version="0.32"
+   inkscape:version="0.92.4 5da689c313, 2019-01-14"
+   sodipodi:docname="org.gtk.Demo.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0"
+   style="display:inline;enable-background:new"
+   viewBox="0 0 128 128">
+  <title
+     id="title4162">Adwaita Icon Template</title>
+  <defs
+     id="defs3">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient966">
+      <stop
+         style="stop-color:#ff7800;stop-opacity:1"
+         offset="0"
+         id="stop962" />
+      <stop
+         style="stop-color:#ed333b;stop-opacity:1"
+         offset="1"
+         id="stop964" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient958">
+      <stop
+         style="stop-color:#f5c211;stop-opacity:1"
+         offset="0"
+         id="stop954" />
+      <stop
+         style="stop-color:#33d17a;stop-opacity:0.89915967"
+         offset="1"
+         id="stop956" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient917">
+      <stop
+         style="stop-color:#c0bfbc;stop-opacity:1;"
+         offset="0"
+         id="stop913" />
+      <stop
+         id="stop923"
+         offset="0.03644342"
+         style="stop-color:#fafaf9;stop-opacity:1" />
+      <stop
+         style="stop-color:#c0bfbc;stop-opacity:1;"
+         offset="0.08843078"
+         id="stop925" />
+      <stop
+         id="stop931"
+         offset="0.39868322"
+         style="stop-color:#d5d5d3;stop-opacity:1" />
+      <stop
+         id="stop929"
+         offset="0.49135336"
+         style="stop-color:#eaeae9;stop-opacity:1" />
+      <stop
+         style="stop-color:#a7a5a1;stop-opacity:1"
+         offset="0.56857854"
+         id="stop933" />
+      <stop
+         id="stop921"
+         offset="0.96605617"
+         style="stop-color:#a9a7a3;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop915" />
+    </linearGradient>
+    <linearGradient
+       y2="236"
+       x2="96"
+       y1="236"
+       x1="32"
+       gradientTransform="translate(604.81684,170.58641)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient1099"
+       xlink:href="#linearGradient1036" />
+    <linearGradient
+       id="linearGradient1036">
+      <stop
+         id="stop1032"
+         offset="0"
+         style="stop-color:#d5d3cf;stop-opacity:1;" />
+      <stop
+         id="stop1034"
+         offset="1"
+         style="stop-color:#f6f5f4;stop-opacity:1" />
+    </linearGradient>
+    <radialGradient
+       r="32"
+       fy="-76"
+       fx="-244"
+       cy="-76"
+       cx="-244"
+       gradientTransform="matrix(0.88333331,0,0,0.88333331,-460.35018,463.11973)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1103"
+       xlink:href="#linearGradient1069" />
+    <linearGradient
+       id="linearGradient1069">
+      <stop
+         id="stop1065"
+         offset="0"
+         style="stop-color:#d5d3cf;stop-opacity:1" />
+      <stop
+         id="stop1067-1"
+         offset="1"
+         style="stop-color:#949390;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="232"
+       x2="64"
+       y1="262.5"
+       x1="64"
+       id="linearGradient1027"
+       xlink:href="#linearGradient1025"
+       gradientTransform="translate(-470.5864,432.81685)" />
+    <linearGradient
+       id="linearGradient1025">
+      <stop
+         id="stop1021"
+         offset="0"
+         style="stop-color:#9a9996;stop-opacity:1" />
+      <stop
+         id="stop1023"
+         offset="1"
+         style="stop-color:#77767b;stop-opacity:1" />
+    </linearGradient>
+    <inkscape:path-effect
+       effect="spiro"
+       id="path-effect35304-9"
+       is_visible="true" />
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath1609-7">
+      <path
+         sodipodi:nodetypes="cccccc"
+         inkscape:connector-curvature="0"
+         id="path1611-5"
+         d="m 252,116 28,-28 v -8 h -36 v 36 z"
+         
style="fill:#e74747;stroke:none;stroke-width:0.25px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
 />
+    </clipPath>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient917"
+       id="linearGradient927"
+       x1="-142.04883"
+       y1="236.00061"
+       x2="-9.9511719"
+       y2="236.00061"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient958"
+       id="radialGradient960"
+       cx="90.974358"
+       cy="263.47864"
+       fx="90.974358"
+       fy="263.47864"
+       r="22.702976"
+       gradientTransform="matrix(1.9029658,-0.05505887,0.05009279,1.7313264,-89.24907,-176.86341)"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient966"
+       id="radialGradient968"
+       cx="61.717537"
+       cy="270.71936"
+       fx="61.717537"
+       fy="270.71936"
+       r="22.702995"
+       gradientTransform="matrix(2.4904853,-3.7579275e-8,4.4080217e-8,2.9213212,-91.98909,-503.51912)"
+       gradientUnits="userSpaceOnUse" />
+  </defs>
+  <sodipodi:namedview
+     stroke="#ef2929"
+     fill="#f57900"
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="0.25490196"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1"
+     inkscape:cx="130.66234"
+     inkscape:cy="119.58072"
+     inkscape:current-layer="layer9"
+     showgrid="false"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:showpageshadow="false"
+     inkscape:window-width="1920"
+     inkscape:window-height="1016"
+     inkscape:window-x="1366"
+     inkscape:window-y="27"
+     width="400px"
+     height="300px"
+     inkscape:snap-nodes="true"
+     inkscape:snap-bbox="true"
+     objecttolerance="7"
+     gridtolerance="12"
+     guidetolerance="13"
+     inkscape:window-maximized="1"
+     inkscape:pagecheckerboard="false"
+     showguides="false"
+     inkscape:guide-bbox="true"
+     inkscape:locked="false"
+     inkscape:measure-start="0,0"
+     inkscape:measure-end="0,0"
+     inkscape:object-nodes="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     showborder="false"
+     inkscape:snap-center="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-text-baseline="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid5883"
+       spacingx="2"
+       spacingy="2"
+       enabled="true"
+       visible="true"
+       empspacing="4"
+       originx="0"
+       originy="0" />
+    <sodipodi:guide
+       position="64,8"
+       orientation="0,1"
+       id="guide1073"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="12,64"
+       orientation="1,0"
+       id="guide1075"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="64,104"
+       orientation="0,1"
+       id="guide1099"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="64,128"
+       orientation="0,1"
+       id="guide993"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="104,64"
+       orientation="1,0"
+       id="guide995"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="9.2651362e-08,64"
+       orientation="1,0"
+       id="guide867"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="120,64"
+       orientation="1,0"
+       id="guide869"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="64,116"
+       orientation="0,1"
+       id="guide871"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <inkscape:grid
+       type="xygrid"
+       id="grid873"
+       spacingx="1"
+       spacingy="1"
+       empspacing="8"
+       color="#000000"
+       opacity="0.49019608"
+       empcolor="#000000"
+       empopacity="0.08627451"
+       dotted="true" />
+    <sodipodi:guide
+       position="24,64"
+       orientation="1,0"
+       id="guide877"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="116,64"
+       orientation="1,0"
+       id="guide879"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="64,120"
+       orientation="0,1"
+       id="guide881"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="64,12"
+       orientation="0,1"
+       id="guide883"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="8,64"
+       orientation="1,0"
+       id="guide885"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="128,64"
+       orientation="1,0"
+       id="guide887"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="64,0"
+       orientation="0,1"
+       id="guide897"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="64,24"
+       orientation="0,1"
+       id="guide899"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="256,256"
+       orientation="-0.70710678,0.70710678"
+       id="guide950"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+    <sodipodi:guide
+       position="64,64"
+       orientation="0.70710678,0.70710678"
+       id="guide952"
+       inkscape:locked="false"
+       inkscape:label=""
+       inkscape:color="rgb(0,0,255)" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>GNOME Design Team</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source />
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/"; />
+        <dc:title>Adwaita Icon Template</dc:title>
+        <dc:subject>
+          <rdf:Bag />
+        </dc:subject>
+        <dc:date />
+        <dc:rights>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:rights>
+        <dc:publisher>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:publisher>
+        <dc:identifier />
+        <dc:relation />
+        <dc:language />
+        <dc:coverage />
+        <dc:description />
+        <dc:contributor>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:contributor>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/4.0/";>
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction"; />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution"; />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice"; />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution"; />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks"; />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike"; />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     inkscape:label="App Icon"
+     inkscape:groupmode="layer"
+     style="display:inline"
+     transform="translate(0,-172)">
+    <g
+       inkscape:groupmode="layer"
+       id="layer2"
+       inkscape:label="baseplate"
+       style="display:none"
+       sodipodi:insensitive="true">
+      <g
+         style="display:inline;fill:#000000;enable-background:new"
+         transform="matrix(7.9911709,0,0,8.0036407,-167.7909,-4846.0776)"
+         id="g12027"
+         inkscape:export-xdpi="12"
+         inkscape:export-ydpi="12" />
+      <rect
+         
style="display:inline;overflow:visible;visibility:visible;fill:#f0f0f0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;enable-background:accumulate"
+         id="rect13805"
+         width="128"
+         height="128"
+         x="9.2651362e-08"
+         y="172"
+         inkscape:label="512x512" />
+      <g
+         id="g883"
+         style="fill:none;fill-opacity:0.25098039;stroke:#a579b3;stroke-opacity:1"
+         transform="translate(-24,24)" />
+      <g
+         id="g900"
+         style="fill:none;fill-opacity:0.25098039;stroke:#a579b3;stroke-opacity:1"
+         transform="translate(-24,24)" />
+      <rect
+         inkscape:label="512x512"
+         y="172"
+         x="160"
+         height="16"
+         width="16"
+         id="rect859"
+         
style="display:inline;overflow:visible;visibility:visible;fill:#f0f0f0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;enable-background:accumulate"
 />
+      <text
+         xml:space="preserve"
+         
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4px;line-height:125%;font-family:Cantarell;-inkscape-font-specification:'Cantarell,
 
Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.33264872;enable-background:new"
+         x="0"
+         y="164"
+         id="text863"
+         inkscape:label="icon-name"><tspan
+           style="font-size:4px;stroke-width:0.33264872"
+           sodipodi:role="line"
+           id="tspan861"
+           x="0"
+           y="164">Hicolor</tspan></text>
+      <text
+         inkscape:label="icon-name"
+         id="text867"
+         y="164"
+         x="160"
+         
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4px;line-height:125%;font-family:Cantarell;-inkscape-font-specification:'Cantarell,
 
Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.33264872;enable-background:new"
+         xml:space="preserve"><tspan
+           y="164"
+           x="160"
+           id="tspan865"
+           sodipodi:role="line"
+           style="font-size:4px;stroke-width:0.33264872">Symbolic</tspan></text>
+    </g>
+    <g
+       inkscape:groupmode="layer"
+       id="layer9"
+       inkscape:label="icons"
+       style="display:inline">
+      <path
+         transform="matrix(0.77980086,0,0,0.77980086,123.26483,53.881719)"
+         d="m -75.740234,161.4375 a 10.996835,10.996835 0 0 0 -5.757813,1.46875 l -55.052733,31.78516 a 
10.996835,10.996835 0 0 0 -5.49805,9.52343 v 63.57032 a 10.996835,10.996835 0 0 0 5.49805,9.52343 l 
55.052733,31.78516 a 10.996835,10.996835 0 0 0 10.996094,0 l 55.052734,-31.78516 a 10.996835,10.996835 0 0 0 
5.4980471,-9.52343 v -63.57032 a 10.996835,10.996835 0 0 0 -5.4980471,-9.52343 l -55.052734,-31.78516 a 
10.996835,10.996835 0 0 0 -5.238281,-1.46875 z"
+         id="path911"
+         
style="opacity:1;vector-effect:none;fill:url(#linearGradient927);fill-opacity:1;stroke:none;stroke-width:1.28237855;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+         inkscape:original="M -76 172.42969 L -131.05273 204.21484 L -131.05273 267.78516 L -76 299.57031 L 
-20.947266 267.78516 L -20.947266 204.21484 L -76 172.42969 z "
+         inkscape:radius="10.995735"
+         sodipodi:type="inkscape:offset" />
+      <path
+         sodipodi:type="inkscape:offset"
+         inkscape:radius="10.995735"
+         inkscape:original="M -76 172.42969 L -131.05273 204.21484 L -131.05273 267.78516 L -76 299.57031 L 
-20.947266 267.78516 L -20.947266 204.21484 L -76 172.42969 z "
+         
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.28237855;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+         id="path893"
+         d="m -75.740234,161.4375 a 10.996835,10.996835 0 0 0 -5.757813,1.46875 l -55.052733,31.78516 a 
10.996835,10.996835 0 0 0 -5.49805,9.52343 v 63.57032 a 10.996835,10.996835 0 0 0 5.49805,9.52343 l 
55.052733,31.78516 a 10.996835,10.996835 0 0 0 10.996094,0 l 55.052734,-31.78516 a 10.996835,10.996835 0 0 0 
5.4980471,-9.52343 v -63.57032 a 10.996835,10.996835 0 0 0 -5.4980471,-9.52343 l -55.052734,-31.78516 a 
10.996835,10.996835 0 0 0 -5.238281,-1.46875 z"
+         transform="matrix(0.77980086,0,0,0.77980086,123.26483,49.881719)" />
+      <path
+         sodipodi:type="star"
+         
style="opacity:1;vector-effect:none;fill:#dc8add;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+         id="path868"
+         sodipodi:sides="6"
+         sodipodi:cx="-175.99997"
+         sodipodi:cy="236"
+         sodipodi:r1="63.569996"
+         sodipodi:r2="55.053234"
+         sodipodi:arg1="0.52359878"
+         sodipodi:arg2="1.0471976"
+         inkscape:flatsided="true"
+         inkscape:rounded="0"
+         inkscape:randomized="0"
+         d="m -120.94674,267.785 -55.05323,31.785 -55.05323,-31.785 0,-63.57 55.05323,-31.785 
55.05323,31.785 z" />
+      <path
+         
style="opacity:1;vector-effect:none;fill:#98c1f1;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+         d="M 109.86895,205.29692 64.000026,231.77938 18.131091,205.29692 v 0 l 45.868936,-26.48245 z"
+         id="path870"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="cccccc" />
+      <path
+         
style="opacity:1;vector-effect:none;fill:url(#radialGradient960);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+         d="m 66.263459,287.50476 45.349651,-25.88375 0.0563,-52.76167 v 1e-5 l -45.405949,26.21513 z"
+         id="path875"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="cccccc" />
+      <path
+         sodipodi:nodetypes="cccccc"
+         inkscape:connector-curvature="0"
+         id="path886"
+         d="M 61.717538,287.33906 16.36788,261.45531 16.311548,208.69365 v 0 l 45.405962,26.21513 z"
+         
style="opacity:1;vector-effect:none;fill:url(#radialGradient968);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
 />
+      <path
+         
style="display:inline;opacity:0.3;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+         d="m 173.98677,175.47113 -5.96212,3.44224 -5.96215,-3.44224 v 0 l 5.96215,-3.44226 z"
+         id="path870-6"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="cccccc" />
+      <path
+         sodipodi:nodetypes="cccccc"
+         inkscape:connector-curvature="0"
+         id="path886-9"
+         d="m 166.99964,187.3926 -5.99273,-3.42041 -0.007,-6.97219 v 0 l 6.00018,3.4642 z"
+         
style="display:inline;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
 />
+      <path
+         
style="display:inline;opacity:0.60100002;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+         d="m 169.00022,187.3926 5.99273,-3.42041 0.007,-6.97219 v 0 l -6.00018,3.4642 z"
+         id="path931"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="cccccc" />
+    </g>
+    <g
+       inkscape:groupmode="layer"
+       id="layer3"
+       inkscape:label="hairlines"
+       style="display:none"
+       sodipodi:insensitive="true">
+      <circle
+         cx="64.000031"
+         cy="236"
+         r="59.504131"
+         id="circle2892"
+         
style="display:inline;opacity:0.1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.99000001,
 
0.99000001;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
 />
+      <rect
+         ry="7.9292889"
+         rx="8.701004"
+         y="180.49496"
+         x="20.495007"
+         height="111.01005"
+         width="87.009987"
+         id="rect2894"
+         
style="display:inline;opacity:0.1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.99000001,
 
0.99000001;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
 />
+      <rect
+         ry="7.9238095"
+         rx="7.9238095"
+         y="184.49524"
+         x="12.495266"
+         height="103.00952"
+         width="103.00952"
+         id="rect2896"
+         
style="display:inline;opacity:0.1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.99000001,
 
0.99000001;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
 />
+      <rect
+         ry="8.701005"
+         rx="7.9292889"
+         y="200.49496"
+         x="8.4950066"
+         height="87.010048"
+         width="111.01004"
+         id="rect2898"
+         
style="display:inline;opacity:0.1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.99000001,
 
0.99000001;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
 />
+      <path
+         inkscape:connector-curvature="0"
+         id="path2900"
+         d="M 2.6203015e-5,288.99999 H 128.00003"
+         
style="display:inline;fill:none;stroke:#62a0ea;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
 />
+    </g>
+  </g>
+</svg>
diff --git a/assets/img/podcasts.png b/assets/img/podcasts.png
new file mode 100644
index 0000000..8e18497
Binary files /dev/null and b/assets/img/podcasts.png differ
diff --git a/assets/img/polari.png b/assets/img/polari.png
new file mode 100644
index 0000000..f731230
Binary files /dev/null and b/assets/img/polari.png differ
diff --git a/assets/scss/theme.scss b/assets/scss/theme.scss
new file mode 100644
index 0000000..724dd35
--- /dev/null
+++ b/assets/scss/theme.scss
@@ -0,0 +1,30 @@
+// $theme-colors: (
+//     "primary": #4a86cf,
+//     "secondary": #f57900,
+//     "info": #d3d7cf,
+//     "dark": #2e3436
+// );
+$theme-colors: (
+       "primary": #3B86E2,
+       "secondary": #F28518,
+       "tertiary": #94D354,
+       "info": #C0C4BD,
+       "light": #F8F9FA,
+       "dark": #04080F
+);
+
+
+$spacer: 1rem;
+$spacers: (
+       0: 0,
+       1: ($spacer * .25),
+       2: ($spacer * .5),
+       3: $spacer,
+       4: ($spacer * 2),
+       5: ($spacer * 4),
+       6: ($spacer * 8)
+);
+
+$font-size-base: 1.15rem;
+
+@import "../bootstrap/scss/bootstrap";
diff --git a/assets/symbolics.png b/assets/symbolics.png
new file mode 100644
index 0000000..937a58f
Binary files /dev/null and b/assets/symbolics.png differ
diff --git a/assets/symbolics1.png b/assets/symbolics1.png
new file mode 100644
index 0000000..7f0305b
Binary files /dev/null and b/assets/symbolics1.png differ
diff --git a/assets/symbolics2.png b/assets/symbolics2.png
new file mode 100644
index 0000000..df11480
Binary files /dev/null and b/assets/symbolics2.png differ
diff --git a/assets/symbolics3.png b/assets/symbolics3.png
new file mode 100644
index 0000000..5d0c711
Binary files /dev/null and b/assets/symbolics3.png differ


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]