cps-ui-kit 0.152.0 → 0.154.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. package/README.md +1 -0
  2. package/assets/icons.svg +22 -5
  3. package/esm2020/lib/components/cps-autocomplete/cps-autocomplete.component.mjs +3 -3
  4. package/esm2020/lib/components/cps-icon/cps-icon.component.mjs +6 -3
  5. package/esm2020/lib/components/cps-input/cps-input.component.mjs +3 -3
  6. package/esm2020/lib/components/cps-select/cps-select.component.mjs +3 -3
  7. package/esm2020/lib/components/cps-textarea/cps-textarea.component.mjs +3 -3
  8. package/esm2020/lib/components/cps-timepicker/cps-timepicker.component.mjs +3 -3
  9. package/esm2020/lib/components/cps-tree-autocomplete/cps-tree-autocomplete.component.mjs +3 -3
  10. package/esm2020/lib/components/cps-tree-select/cps-tree-select.component.mjs +3 -3
  11. package/esm2020/lib/services/cps-dialog/cps-dialog.service.mjs +3 -4
  12. package/esm2020/lib/services/cps-notification/cps-notification.service.mjs +94 -0
  13. package/esm2020/lib/services/cps-notification/internal/components/cps-notification-container/cps-notification-container.component.mjs +91 -0
  14. package/esm2020/lib/services/cps-notification/internal/components/cps-toast/cps-toast.component.mjs +106 -0
  15. package/esm2020/lib/services/cps-notification/utils/cps-notification-config.mjs +25 -0
  16. package/esm2020/lib/services/cps-notification/utils/internal/cps-notification-data.mjs +12 -0
  17. package/esm2020/public-api.mjs +3 -1
  18. package/fesm2015/cps-ui-kit.mjs +355 -46
  19. package/fesm2015/cps-ui-kit.mjs.map +1 -1
  20. package/fesm2020/cps-ui-kit.mjs +347 -46
  21. package/fesm2020/cps-ui-kit.mjs.map +1 -1
  22. package/lib/services/cps-notification/cps-notification.service.d.ts +24 -0
  23. package/lib/services/cps-notification/internal/components/cps-notification-container/cps-notification-container.component.d.ts +44 -0
  24. package/lib/services/cps-notification/internal/components/cps-toast/cps-toast.component.d.ts +28 -0
  25. package/lib/services/cps-notification/utils/cps-notification-config.d.ts +49 -0
  26. package/lib/services/cps-notification/utils/internal/cps-notification-data.d.ts +23 -0
  27. package/package.json +1 -1
  28. package/public-api.d.ts +2 -0
  29. package/styles/_colors.scss +10 -10
package/README.md CHANGED
@@ -17,6 +17,7 @@
17
17
  - Input
18
18
  - Loader
19
19
  - Menu
20
+ - Notifications
20
21
  - Paginator
21
22
  - Progress circular (indeterminate)
22
23
  - Progress linear (indeterminate)
package/assets/icons.svg CHANGED
@@ -29,6 +29,12 @@
29
29
  <symbol id="add-domain" viewBox="0 0 28 28">
30
30
  <path fill="currentColor" fill-rule="evenodd" d="M14 28c7.72 0 14-6.28 14-14S21.72 0 14 0 0 6.28 0 14s6.28 14 14 14Zm0-26.25c6.755 0 12.25 5.497 12.25 12.25S20.755 26.25 14 26.25 1.75 20.753 1.75 14 7.245 1.75 14 1.75Zm.875 18.436h-1.75v-5.31H7.812v-1.75h5.313V7.813h1.75v5.311h5.313v1.75h-5.313v5.311Z" clip-rule="evenodd"/>
31
31
  </symbol>
32
+ <symbol id="attribute" viewBox="0 0 52 46"
33
+ xmlns="http://www.w3.org/2000/svg">
34
+ <path d="M21.185 39.761h30.459v4H21.185zM21.188 21.058h30.455v4H21.188zM21.275 2.444h30.459v4H21.275z"/>
35
+ <path d="m2.164 27.26 3.59-3.59 3.59 3.59.653-.65-3.592-3.591 3.592-3.591-.653-.652-3.59 3.591-3.59-3.59-.652.652 3.59 3.59-3.59 3.59z" clip-rule="evenodd" fill="currentColor" fill-rule="evenodd" stroke="currentColor" stroke-width="2"/>
36
+ <path d="m2.261 5.798-.778.773 3.737 3.767 8.005-8.066-.779-.774L5.22 8.781 2.261 5.798zM2.244 40.004l-.779.773 3.738 3.767 8.004-8.066-.778-.774-7.226 7.283-2.96-2.983z" clip-rule="evenodd" fill-rule="evenodd" stroke="currentColor" stroke-width="2"/>
37
+ </symbol>
32
38
  <symbol xmlns="http://www.w3.org/2000/svg" id="avatar" viewBox="0 0 30 30">
33
39
  <path fill="currentColor" d="M9.174 1.189A14.663 14.663 0 0 1 15 0c2.031 0 3.973.396 5.826 1.189 1.853.792 3.449 1.858 4.788 3.197 1.34 1.34 2.405 2.935 3.197 4.788A14.663 14.663 0 0 1 30 15c0 2.02-.393 3.956-1.18 5.81-.787 1.852-1.85 3.448-3.19 4.787-1.339 1.34-2.935 2.408-4.787 3.206A14.616 14.616 0 0 1 15 30c-2.042 0-3.99-.396-5.843-1.189-1.852-.792-3.446-1.86-4.78-3.206-1.333-1.344-2.396-2.94-3.188-4.787A14.603 14.603 0 0 1 0 15c0-2.031.396-3.973 1.189-5.826.792-1.853 1.858-3.449 3.197-4.788 1.34-1.34 2.935-2.405 4.788-3.197ZM20.24 17.143c2.679 0 4.386 1.825 5.123 5.474 1.663-2.288 2.494-4.827 2.494-7.617 0-1.741-.34-3.404-1.021-4.989-.68-1.585-1.596-2.952-2.746-4.101-1.15-1.15-2.516-2.065-4.101-2.746A12.51 12.51 0 0 0 15 2.143c-1.741 0-3.404.34-4.989 1.021C8.426 3.844 7.06 4.76 5.91 5.91 4.76 7.06 3.845 8.426 3.164 10.01A12.51 12.51 0 0 0 2.143 15c0 2.79.831 5.33 2.494 7.617.737-3.65 2.444-5.474 5.123-5.474 1.462 1.428 3.209 2.143 5.24 2.143s3.778-.715 5.24-2.143Zm-.695-.812c1.256-1.256 1.884-2.77 1.884-4.545s-.628-3.29-1.884-4.545C18.29 5.985 16.775 5.357 15 5.357s-3.29.628-4.545 1.884C9.199 8.496 8.57 10.01 8.57 11.786c0 1.774.628 3.29 1.884 4.545 1.255 1.255 2.77 1.883 4.545 1.883s3.29-.628 4.545-1.883Z"/>
34
40
  </symbol>
@@ -105,12 +111,17 @@
105
111
  xmlns="http://www.w3.org/2000/svg">
106
112
  <path d="M486.2 196.12h-13.164v-63.531c0-.399-.064-.795-.116-1.2-.021-2.52-.824-5-2.551-6.96L364.659 3.679c-.031-.034-.064-.044-.085-.075-.629-.707-1.364-1.292-2.141-1.796a8.528 8.528 0 0 0-.704-.419 11.262 11.262 0 0 0-2.121-.893c-.199-.052-.377-.134-.576-.188-.8-.188-1.629-.306-2.467-.306h-259.8c-11.864 0-21.501 9.649-21.501 21.502v174.61H62.101c-16.972 0-30.733 13.756-30.733 30.73v159.81c0 16.966 13.761 30.736 30.733 30.736h13.163v109.4c0 11.854 9.637 21.501 21.501 21.501h354.78c11.853 0 21.502-9.647 21.502-21.501v-109.4h13.164c16.966 0 30.729-13.764 30.729-30.731v-159.81c.001-16.979-13.763-30.73-30.729-30.73zM96.76 21.5h249.05v110.01c0 5.94 4.818 10.751 10.751 10.751h94.973v53.861H96.754V21.502zm161.86 291.68c-26.68-9.291-44.063-24.053-44.063-47.389 0-27.404 22.861-48.368 60.733-48.368 18.107 0 31.447 3.811 40.968 8.107l-8.09 29.3c-6.43-3.107-17.862-7.632-33.59-7.632-15.717 0-23.339 7.149-23.339 15.485 0 10.247 9.047 14.769 29.78 22.632 28.341 10.479 41.681 25.239 41.681 47.874 0 26.909-20.721 49.786-64.792 49.786-18.338 0-36.449-4.776-45.497-9.77l7.38-30.016c9.772 5.014 24.775 10.006 40.264 10.006 16.671 0 25.488-6.908 25.488-17.396-.005-10.01-7.632-15.721-26.923-22.619zM69.48 302.692c0-54.781 39.074-85.269 87.654-85.269 18.822 0 33.113 3.811 39.549 7.149l-7.392 28.816c-7.38-3.084-17.632-5.939-30.491-5.939-28.822 0-51.206 17.375-51.206 53.099 0 32.158 19.051 52.4 51.456 52.4 10.947 0 23.097-2.378 30.241-5.238l5.483 28.346c-6.672 3.34-21.674 6.919-41.208 6.919-55.5.001-84.086-34.551-84.086-80.283zm382.06 218.27H96.76v-103.57h354.78v103.57zm-24.016-140.38h-42.399l-51.45-160.54h39.787l19.526 67.894c5.479 19.046 10.479 37.386 14.299 57.397h.709c4.048-19.298 9.045-38.352 14.526-56.693l20.487-68.598h38.599l-54.084 160.54z"/>
107
113
  </symbol>
108
- <symbol xmlns="http://www.w3.org/2000/svg" id="cub" fill="none" viewBox="0 0 16 16">
114
+ <symbol xmlns="http://www.w3.org/2000/svg" id="cube" fill="none" viewBox="0 0 16 16">
109
115
  <path fill="currentColor" d="M7.816 1.034a.5.5 0 0 1 .372 0l6.5 2.6a.5.5 0 0 1 .311.518.6.6 0 0 1 0 .019v7.698a.5.5 0 0 1-.311.463l-6.493 2.633a.5.5 0 0 1-.2.037.502.502 0 0 1-.19-.037l-6.492-2.633A.5.5 0 0 1 1 11.87V4.171c0-.016 0-.031.002-.046v-.026a.5.5 0 0 1 .313-.464l6.5-2.601Zm.678 12.73L14 11.532V4.838l-5.5 2.2-.006 6.726ZM2.001 4.837v6.695l5.493 2.227.006-6.723-5.5-2.2Zm6.001-2.8L2.848 4.099l5.154 2.06 5.154-2.06-5.154-2.062Z"/>
110
116
  </symbol>
111
117
  <symbol id="database" viewBox="0 0 400 400">
112
118
  <path id="path0" fill="currentColor" fill-rule="evenodd" stroke="none" d="M164.808.276c-3.185.081-5.966.322-6.18.536-.213.213-2.231.388-4.484.388-2.3 0-4.205.175-4.344.4-.136.22-1.846.4-3.8.4-1.954 0-3.664.18-3.8.4-.136.22-1.576.4-3.2.4s-3.064.18-3.2.4c-.136.22-1.407.4-2.824.4-1.451 0-2.576.175-2.576.4 0 .222-1.059.4-2.376.4-1.307 0-2.488.18-2.624.4-.136.22-1.227.4-2.424.4-1.197 0-2.176.18-2.176.4 0 .222-1.067.4-2.4.4s-2.4.178-2.4.4c0 .22-.81.4-1.8.4s-1.8.18-1.8.4c0 .22-.9.4-2 .4s-2 .18-2 .4c0 .22-.799.4-1.776.4s-1.888.18-2.024.4c-.136.22-.957.4-1.824.4-.867 0-1.576.155-1.576.345 0 .189-1.207.468-2.683.619-1.475.152-2.87.424-3.1.605-.391.31-1.407.556-4.517 1.094-.715.123-1.3.385-1.3.581 0 .196-.392.356-.872.356-.92 0-3.256.66-4.423 1.249-.382.193-1.147.351-1.7.351-.553 0-1.005.18-1.005.4 0 .22-.54.4-1.2.4-.66 0-1.2.18-1.2.4 0 .22-.45.4-1 .4s-1 .18-1 .4c0 .22-.54.4-1.2.4-.66 0-1.2.18-1.2.4 0 .22-.54.4-1.2.4-.66 0-1.2.18-1.2.4 0 .22-.349.4-.776.4-.427 0-.888.18-1.024.4-.136.22-.687.4-1.224.4-.537 0-.976.18-.976.4 0 .22-.349.4-.776.4-.427 0-.888.18-1.024.4-.136.22-.687.4-1.224.4-.537 0-.976.18-.976.4 0 .22-.36.4-.8.4-.44 0-.8.18-.8.4 0 .22-.349.4-.776.4-.427 0-.888.18-1.024.4-.136.22-.597.4-1.024.4-.427 0-.776.18-.776.4 0 .22-.36.4-.8.4-.44 0-.8.18-.8.4 0 .22-.36.4-.8.4-.44 0-.8.18-.8.4 0 .22-.36.4-.8.4-.44 0-.8.18-.8.4 0 .22-.36.4-.8.4-.44 0-.8.166-.8.368 0 .203-.54.487-1.2.632-.66.145-1.2.385-1.2.534 0 .149-.585.524-1.3.834-.715.309-2.052 1.073-2.972 1.697-.92.624-1.825 1.135-2.012 1.135-.187 0-.599.36-.916.8-.317.44-.857.8-1.2.8-.343 0-.883.36-1.2.8-.317.44-.785.8-1.04.8s-1.205.72-2.112 1.6c-.907.88-1.835 1.6-2.063 1.6-.545 0-9.985 9.44-9.985 9.985 0 .232-.54.987-1.2 1.678-.66.691-1.2 1.499-1.2 1.796 0 .298-.18.541-.4.541-.22 0-.4.278-.4.617 0 .339-.36 1.003-.8 1.475-.44.472-.8 1.174-.8 1.56 0 .385-.18.812-.4.948-.22.136-.4.597-.4 1.024 0 .427-.18.776-.4.776-.22 0-.4.439-.4.976 0 .537-.18 1.088-.4 1.224-.22.136-.4.597-.4 1.024 0 .427-.18.776-.4.776-.555 0-.555 275.057 0 275.4.22.136.4.687.4 1.224 0 .537.18.976.4.976.22 0 .4.54.4 1.2 0 .66.18 1.2.4 1.2.22 0 .4.36.4.8 0 .44.18.8.4.8.22 0 .4.36.4.8 0 .44.18.8.4.8.22 0 .4.36.4.8 0 .44.18.8.4.8.22 0 .4.32.4.712 0 .391.36.971.8 1.288.44.317.8.785.8 1.04s.72 1.205 1.6 2.112c.88.907 1.6 1.79 1.6 1.962 0 .406 4.128 4.486 4.539 4.486.172 0 1.19.9 2.261 2 1.071 1.1 2.141 2 2.378 2 .236 0 .994.54 1.685 1.2.691.66 1.459 1.2 1.708 1.2.249 0 .712.36 1.029.8.317.44.831.8 1.141.8.311 0 .856.316 1.212.703.356.386 1.187.971 1.847 1.299.66.328 1.29.687 1.4.797.394.396 2.613 1.655 3.3 1.872.385.122.7.381.7.576 0 .194.234.353.52.353.736 0 2.673.941 2.677 1.3.002.165.363.3.803.3.44 0 .8.164.8.365 0 .201.72.486 1.6.635.88.149 1.6.434 1.6.635s.36.365.8.365c.44 0 .8.18.8.4 0 .22.36.4.8.4.44 0 .8.18.8.4 0 .22.45.4 1 .4s1 .18 1 .4c0 .22.36.4.8.4.44 0 .8.18.8.4 0 .22.54.4 1.2.4.66 0 1.2.18 1.2.4 0 .22.36.4.8.4.44 0 .8.18.8.4 0 .22.54.4 1.2.4.66 0 1.2.18 1.2.4 0 .22.54.4 1.2.4.66 0 1.2.18 1.2.4 0 .22.349.4.776.4.427 0 .888.18 1.024.4.136.22.676.4 1.2.4.524 0 1.064.18 1.2.4.136.22.676.4 1.2.4.524 0 1.064.18 1.2.4.136.22.676.4 1.2.4.524 0 1.064.18 1.2.4.136.22.777.4 1.424.4.647 0 1.176.18 1.176.4 0 .22.529.4 1.176.4.647 0 1.288.18 1.424.4.136.22.867.4 1.624.4.757 0 1.376.16 1.376.356 0 .196.63.466 1.4.6l2.804.488c.772.135 1.502.405 1.623.6.121.196.829.356 1.573.356s1.452.161 1.574.358c.225.363.575.433 6.694 1.332 1.908.281 3.603.645 3.767.81.164.165.978.3 1.808.3.83 0 1.621.18 1.757.4.136.22 1.137.4 2.224.4 1.087 0 1.976.18 1.976.4 0 .22.889.4 1.976.4s2.088.18 2.224.4c.136.22 1.306.4 2.6.4s2.464.18 2.6.4c.136.22 1.227.4 2.424.4 1.197 0 2.176.18 2.176.4 0 .228 1.192.4 2.776.4 1.527 0 2.888.18 3.024.4.136.22 1.576.4 3.2.4s3.064.18 3.2.4c.136.22 1.857.4 3.824.4 2.117 0 3.576.163 3.576.4 0 .242 1.722.4 4.367.4 3.137 0 4.413.141 4.533.5.132.395 8.292.5 39.013.5 30.544 0 38.954-.107 39.347-.5.335-.335 1.857-.5 4.62-.5 2.48 0 4.12-.159 4.12-.4 0-.239 1.533-.4 3.8-.4s3.8-.161 3.8-.4c0-.233 1.333-.4 3.2-.4 1.867 0 3.2-.167 3.2-.4 0-.229 1.2-.4 2.8-.4 1.6 0 2.8-.171 2.8-.4 0-.222 1.059-.4 2.376-.4 1.307 0 2.488-.18 2.624-.4.136-.22 1.216-.4 2.4-.4s2.264-.18 2.4-.4c.136-.22 1.137-.4 2.224-.4 1.087 0 1.976-.18 1.976-.4 0-.22.9-.4 2-.4s2-.18 2-.4c0-.22.87-.4 1.933-.4 1.064 0 2.067-.135 2.23-.3.163-.165 1.768-.512 3.566-.771 3.882-.559 5.391-.869 6.471-1.332.44-.188 1.43-.453 2.2-.589l2.704-.471c.717-.124 1.402-.386 1.523-.581.121-.196.75-.356 1.397-.356s1.176-.18 1.176-.4c0-.22.619-.4 1.376-.4.757 0 1.488-.18 1.624-.4.136-.22.777-.4 1.424-.4.647 0 1.176-.18 1.176-.4 0-.22.529-.4 1.176-.4.647 0 1.288-.18 1.424-.4.136-.22.676-.4 1.2-.4.524 0 1.064-.18 1.2-.4.136-.22.777-.4 1.424-.4.647 0 1.176-.18 1.176-.4 0-.22.439-.4.976-.4.537 0 1.088-.18 1.224-.4.136-.22.597-.4 1.024-.4.427 0 .776-.18.776-.4 0-.22.54-.4 1.2-.4.66 0 1.2-.18 1.2-.4 0-.22.54-.4 1.2-.4.66 0 1.2-.18 1.2-.4 0-.22.36-.4.8-.4.44 0 .8-.18.8-.4 0-.22.54-.4 1.2-.4.66 0 1.2-.18 1.2-.4 0-.22.36-.4.8-.4.44 0 .8-.18.8-.4 0-.22.45-.4 1-.4s1-.18 1-.4c0-.22.234-.4.52-.4.699 0 2.673-.933 2.677-1.265.002-.146.723-.386 1.603-.535.88-.149 1.6-.434 1.6-.635s.36-.365.8-.365c.44 0 .8-.18.8-.4 0-.22.36-.4.8-.4.44 0 .8-.18.8-.4 0-.22.36-.4.8-.4.44 0 .8-.159.8-.353 0-.195.315-.454.7-.576.687-.217 2.906-1.476 3.3-1.872.11-.11.74-.47 1.4-.8.66-.329 1.549-.914 1.975-1.299.427-.385.972-.7 1.212-.7s.696-.36 1.013-.8c.317-.44.825-.8 1.128-.8.303 0 1.055-.54 1.672-1.2.617-.66 1.33-1.2 1.586-1.2s1.343-.9 2.414-2c1.071-1.1 2.132-2 2.357-2 .705 0 6.427-6.249 7.325-8 .282-.55.829-1.291 1.215-1.647.387-.356.703-.941.703-1.3 0-.359.18-.653.4-.653.22 0 .4-.36.4-.8 0-.44.18-.8.4-.8.22 0 .4-.36.4-.8 0-.44.18-.8.4-.8.22 0 .4-.36.4-.8 0-.44.18-.8.4-.8.22 0 .4-.54.4-1.2 0-.66.18-1.2.4-1.2.22 0 .4-.439.4-.976 0-.537.18-1.088.4-1.224.555-.343.555-275.4 0-275.4-.22 0-.4-.349-.4-.776 0-.427-.18-.888-.4-1.024-.22-.136-.4-.687-.4-1.224 0-.537-.18-.976-.4-.976-.22 0-.4-.349-.4-.776 0-.427-.18-.888-.4-1.024-.22-.136-.4-.563-.4-.948 0-.386-.36-1.088-.8-1.56-.44-.472-.8-1.136-.8-1.475 0-.339-.18-.617-.4-.617-.22 0-.4-.225-.4-.5-.001-.275-.451-1.023-1-1.662-.55-.639-1-1.336-1-1.549 0-.463-9.847-10.289-10.31-10.289-.177 0-1.118-.72-2.09-1.6-.972-.88-1.934-1.6-2.137-1.6-.203 0-.66-.316-1.016-.703-.356-.386-1.142-.957-1.747-1.267-.605-.311-1.1-.715-1.1-.898 0-.182-.27-.332-.6-.332-.33 0-.601-.135-.603-.3-.002-.165-.407-.498-.9-.74-2.317-1.138-4.546-2.406-5.026-2.86-.29-.275-.875-.5-1.3-.5-.424 0-.771-.18-.771-.4 0-.22-.36-.4-.8-.4-.44 0-.8-.18-.8-.4 0-.22-.36-.4-.8-.4-.44 0-.8-.18-.8-.4 0-.22-.36-.4-.8-.4-.44 0-.8-.18-.8-.4 0-.22-.36-.4-.8-.4-.44 0-.8-.18-.8-.4 0-.22-.349-.4-.776-.4-.427 0-.888-.18-1.024-.4-.136-.22-.597-.4-1.024-.4-.427 0-.776-.18-.776-.4 0-.22-.36-.4-.8-.4-.44 0-.8-.18-.8-.4 0-.22-.439-.4-.976-.4-.537 0-1.088-.18-1.224-.4-.136-.22-.597-.4-1.024-.4-.427 0-.776-.18-.776-.4 0-.22-.439-.4-.976-.4-.537 0-1.088-.18-1.224-.4-.136-.22-.597-.4-1.024-.4-.427 0-.776-.18-.776-.4 0-.22-.54-.4-1.2-.4-.66 0-1.2-.18-1.2-.4 0-.22-.439-.4-.976-.4-.537 0-1.088-.18-1.224-.4-.136-.22-.687-.4-1.224-.4-.537 0-.976-.18-.976-.4 0-.22-.54-.4-1.2-.4-.66 0-1.2-.18-1.2-.4 0-.22-.54-.4-1.2-.4-.66 0-1.2-.18-1.2-.4 0-.22-.529-.4-1.176-.4-.647 0-1.288-.18-1.424-.4-.136-.22-.867-.4-1.624-.4-.757 0-1.376-.16-1.376-.356 0-.196-.585-.449-1.3-.563-.715-.114-2.02-.424-2.9-.69-.88-.265-2.905-.678-4.5-.916-1.595-.238-2.9-.578-2.9-.754 0-.177-.72-.321-1.6-.321-.88 0-1.6-.18-1.6-.4 0-.22-.9-.4-2-.4s-2-.18-2-.4c0-.22-.81-.4-1.8-.4s-1.8-.18-1.8-.4c0-.22-.9-.4-2-.4s-2-.18-2-.4c0-.22-.979-.4-2.176-.4s-2.288-.18-2.424-.4c-.136-.22-1.227-.4-2.424-.4-1.197 0-2.176-.18-2.176-.4 0-.222-1.059-.4-2.376-.4-1.307 0-2.488-.18-2.624-.4-.136-.22-1.407-.4-2.824-.4-1.451 0-2.576-.175-2.576-.4 0-.233-1.325-.4-3.176-.4-1.747 0-3.288-.18-3.424-.4-.136-.22-1.846-.4-3.8-.4-1.954 0-3.664-.18-3.8-.4-.139-.225-2.044-.4-4.344-.4-2.685 0-4.264-.168-4.583-.487-.477-.477-61.268-.824-76.465-.437M217.6 15.6c0 .252 2.733.4 7.4.4s7.4.148 7.4.4c0 .244 1.859.4 4.776.4 2.753 0 4.882.169 5.024.4.136.221 1.93.4 4 .4 2.07 0 3.864.179 4 .4.136.22 1.677.4 3.424.4 1.851 0 3.176.167 3.176.4 0 .228 1.192.4 2.776.4 1.527 0 2.888.18 3.024.4.136.22 1.396.4 2.8.4s2.664.18 2.8.4c.136.22 1.216.4 2.4.4s2.264.18 2.4.4c.136.22 1.126.4 2.2.4 1.074 0 2.064.18 2.2.4.136.22 1.126.4 2.2.4 1.074 0 2.064.18 2.2.4.136.22 1.036.4 2 .4s1.852.161 1.974.358c.231.374.98.518 6.726 1.297 1.925.261 3.5.625 3.5.809 0 .185.63.336 1.4.336.77 0 1.4.18 1.4.4 0 .22.72.4 1.6.4.88 0 1.6.18 1.6.4 0 .22.529.4 1.176.4.647 0 1.288.18 1.424.4.136.22.867.4 1.624.4.757 0 1.376.18 1.376.4 0 .22.529.4 1.176.4.647 0 1.288.18 1.424.4.136.22.777.4 1.424.4.647 0 1.176.18 1.176.4 0 .22.54.4 1.2.4.66 0 1.2.18 1.2.4 0 .22.54.4 1.2.4.66 0 1.2.18 1.2.4 0 .22.54.4 1.2.4.66 0 1.2.18 1.2.4 0 .22.439.4.976.4.537 0 1.088.18 1.224.4.136.22.597.4 1.024.4.427 0 .776.18.776.4 0 .22.54.4 1.2.4.66 0 1.2.18 1.2.4 0 .22.349.4.776.4.427 0 .888.18 1.024.4.136.22.597.4 1.024.4.427 0 .776.18.776.4 0 .22.236.4.525.4.289 0 1.27.36 2.181.8.91.44 1.934.8 2.275.8.34 0 .619.18.619.4 0 .22.36.4.8.4.44 0 .8.18.8.4 0 .22.36.4.8.4.44 0 .8.16.8.355 0 .196.63.474 1.4.619.77.144 1.4.434 1.4.644 0 .21.27.382.6.382.33 0 .6.146.6.325 0 .179.63.573 1.4.875.77.302 1.4.696 1.4.875 0 .179.236.325.525.325.288 0 .911.36 1.383.8.472.44 1.096.8 1.387.8.291 0 .788.36 1.105.8.317.44.825.8 1.128.8.303 0 1.055.54 1.672 1.2.617.66 1.335 1.2 1.596 1.2.584 0 7.02 6.58 7.923 8.1.359.605.795 1.1.967 1.1.173 0 .314.36.314.8 0 .44.135.801.3.803.359.004 1.3 1.941 1.3 2.677 0 .286.18.52.4.52.22 0 .4.799.4 1.776s.18 1.888.4 2.024c.22.136.4.597.4 1.024 0 .427-.18.776-.4.776-.22 0-.4.9-.4 2s-.18 2-.4 2c-.22 0-.4.36-.4.8 0 .44-.18.8-.4.8-.22 0-.4.36-.4.8 0 .44-.18.8-.4.8-.22 0-.4.242-.4.538 0 .296-.36.864-.8 1.262-.44.398-.8.883-.8 1.076 0 .39-.491.96-3.977 4.624-1.308 1.375-2.542 2.5-2.742 2.5-.199 0-.887.495-1.529 1.1-.641.605-1.658 1.355-2.259 1.668-.601.312-1.093.717-1.093.9 0 .182-.27.332-.6.332-.33 0-.6.18-.6.4 0 .22-.255.4-.567.4-.311 0-.626.137-.7.304-.248.565-13.339 7.296-14.19 7.296-.299 0-.543.18-.543.4 0 .22-.36.4-.8.4-.44 0-.8.18-.8.4 0 .22-.45.4-1 .4s-1 .18-1 .4c0 .22-.236.4-.525.4-.289 0-1.27.36-2.181.8-.91.44-1.934.8-2.275.8-.34 0-.619.18-.619.4 0 .22-.54.4-1.2.4-.66 0-1.2.18-1.2.4 0 .22-.439.4-.976.4-.537 0-1.088.18-1.224.4-.136.22-.599.4-1.029.4-.43 0-1.139.18-1.576.4l-1.59.8c-.437.22-1.247.4-1.8.4-.553 0-1.005.18-1.005.4 0 .22-.54.4-1.2.4-.66 0-1.2.18-1.2.4 0 .22-.51.4-1.133.4-.624 0-1.268.135-1.432.3-.164.165-1.499.508-2.966.763-1.468.255-3.389.672-4.269.927-3.017.874-4.802 1.282-6.5 1.486-.935.113-1.7.366-1.7.564 0 .198-.72.36-1.6.36-.88 0-1.6.18-1.6.4 0 .22-.9.4-2 .4s-2 .18-2 .4c0 .22-.774.4-1.72.4s-1.891.163-2.1.361c-.357.339-1.516.537-6.38 1.087-1.1.124-2.171.389-2.38.589-.209.2-1.323.363-2.476.363s-2.208.18-2.344.4c-.136.22-1.306.4-2.6.4s-2.464.18-2.6.4c-.136.22-1.587.4-3.224.4-1.717 0-2.976.169-2.976.4 0 .235-1.392.4-3.376.4-1.857 0-3.488.18-3.624.4-.137.221-1.937.4-4.024.4-2.251 0-3.776.162-3.776.4 0 .246-1.992.4-5.176.4-3.02 0-5.28.167-5.424.4-.152.245-3.396.4-8.4.4-5.004 0-8.248.155-8.4.4-.157.254-5.196.4-13.8.4-8.604 0-13.643-.146-13.8-.4-.152-.246-3.404-.4-8.424-.4-5.184 0-8.176-.146-8.176-.4 0-.247-2.067-.4-5.4-.4s-5.4-.153-5.4-.4c0-.238-1.525-.4-3.776-.4-2.087 0-3.887-.179-4.024-.4-.136-.22-1.767-.4-3.624-.4-1.984 0-3.376-.165-3.376-.4 0-.228-1.192-.4-2.776-.4-1.527 0-2.888-.18-3.024-.4-.136-.22-1.396-.4-2.8-.4s-2.664-.18-2.8-.4c-.136-.22-1.317-.4-2.624-.4-1.317 0-2.376-.178-2.376-.4 0-.22-.889-.4-1.976-.4s-2.088-.18-2.224-.4c-.136-.22-1.126-.4-2.2-.4-1.074 0-2.064-.18-2.2-.4-.136-.22-1.047-.4-2.024-.4-.977 0-1.776-.18-1.776-.4 0-.22-.9-.4-2-.4s-2-.18-2-.4c0-.22-.72-.4-1.6-.4-.88 0-1.6-.162-1.6-.36 0-.198-.765-.452-1.7-.564-2.136-.258-3.869-.638-4.9-1.076-.862-.366-1.96-.618-5.4-1.239-1.21-.219-2.513-.569-2.895-.779-.382-.21-1.136-.382-1.676-.382s-1.093-.18-1.229-.4c-.136-.22-.676-.4-1.2-.4-.524 0-1.064-.18-1.2-.4-.136-.22-.676-.4-1.2-.4-.524 0-1.064-.18-1.2-.4-.136-.22-.676-.4-1.2-.4-.524 0-1.064-.18-1.2-.4-.136-.22-.687-.4-1.224-.4-.537 0-.976-.18-.976-.4 0-.22-.54-.4-1.2-.4-.66 0-1.2-.18-1.2-.4 0-.22-.54-.4-1.2-.4-.66 0-1.2-.18-1.2-.4 0-.22-.349-.4-.776-.4-.427 0-.888-.18-1.024-.4-.136-.22-.597-.4-1.024-.4-.427 0-.776-.18-.776-.4 0-.22-.45-.4-1-.4s-1-.18-1-.4c0-.22-.45-.4-1-.4s-1-.18-1-.4c0-.22-.36-.4-.8-.4-.44 0-.8-.18-.8-.4 0-.22-.25-.4-.555-.4-.305 0-2.69-1.1-5.3-2.445a597.696 597.696 0 0 0-6.045-3.084c-.715-.351-1.3-.78-1.3-.954 0-.175-.278-.317-.617-.317-.339 0-1.003-.36-1.475-.8-.472-.44-1.095-.8-1.383-.8-.289 0-.525-.15-.525-.332 0-.183-.495-.588-1.1-.9-.605-.313-1.577-1.063-2.16-1.668-.584-.605-1.237-1.1-1.452-1.1-.761 0-5.902-5.485-7.199-7.681-.364-.615-.803-1.119-.975-1.119-.173 0-.314-.27-.314-.6 0-.33-.18-.6-.4-.6-.22 0-.4-.36-.4-.8 0-.44-.18-.8-.4-.8-.22 0-.4-.36-.4-.8 0-.44-.18-.8-.4-.8-.22 0-.4-.9-.4-2s-.18-2-.4-2c-.22 0-.4-.349-.4-.776 0-.427.18-.888.4-1.024.22-.136.4-1.047.4-2.024 0-.977.18-1.776.4-1.776.22 0 .4-.36.4-.8 0-.44.18-.8.4-.8.22 0 .4-.36.4-.8 0-.44.18-.8.4-.8.22 0 .4-.32.4-.712 0-.391.36-.971.8-1.288.44-.317.803-.762.808-.988.01-.592 7.034-7.812 7.598-7.812.26 0 .977-.54 1.594-1.2.617-.66 1.369-1.2 1.672-1.2.303 0 .811-.36 1.128-.8.317-.44.857-.8 1.2-.8.343 0 .883-.36 1.2-.8.317-.44.897-.8 1.288-.8.392 0 .712-.18.712-.4 0-.22.36-.4.8-.4.44 0 .8-.18.8-.4 0-.22.255-.4.567-.4.311 0 .626-.135.7-.3.21-.473 2.589-1.7 3.295-1.7.351 0 .638-.18.638-.4 0-.22.36-.4.8-.4.44 0 .8-.18.8-.4 0-.22.272-.4.605-.4.333 0 .918-.157 1.3-.35 2.975-1.498 4.248-2.05 4.733-2.05.309 0 .562-.18.562-.4 0-.22.355-.4.788-.4.433 0 1.429-.36 2.212-.8.783-.44 1.779-.8 2.212-.8.433 0 .788-.18.788-.4 0-.22.439-.4.976-.4.537 0 1.088-.18 1.224-.4.136-.22.597-.4 1.024-.4.427 0 .776-.18.776-.4 0-.22.54-.4 1.2-.4.66 0 1.2-.18 1.2-.4 0-.22.54-.4 1.2-.4.66 0 1.2-.18 1.2-.4 0-.22.54-.4 1.2-.4.66 0 1.2-.18 1.2-.4 0-.22.63-.4 1.4-.4.77 0 1.4-.18 1.4-.4 0-.22.54-.4 1.2-.4.66 0 1.2-.18 1.2-.4 0-.22.619-.4 1.376-.4.757 0 1.488-.18 1.624-.4.136-.22.777-.4 1.424-.4.647 0 1.176-.18 1.176-.4 0-.22.72-.4 1.6-.4.88 0 1.6-.18 1.6-.4 0-.22.72-.4 1.6-.4.88 0 1.6-.148 1.6-.328 0-.288 2.491-.746 8.3-1.525.935-.125 1.7-.389 1.7-.587 0-.198.799-.36 1.776-.36s1.888-.18 2.024-.4c.136-.22 1.126-.4 2.2-.4 1.074 0 2.064-.18 2.2-.4.136-.22 1.126-.4 2.2-.4 1.074 0 2.064-.18 2.2-.4.136-.22 1.306-.4 2.6-.4s2.464-.18 2.6-.4c.136-.22 1.306-.4 2.6-.4s2.464-.18 2.6-.4c.136-.22 1.497-.4 3.024-.4 1.584 0 2.776-.172 2.776-.4 0-.233 1.325-.4 3.176-.4 1.747 0 3.288-.18 3.424-.4.136-.221 1.93-.4 4-.4 2.07 0 3.864-.179 4-.4.142-.231 2.271-.4 5.024-.4 2.917 0 4.776-.156 4.776-.4 0-.252 2.733-.4 7.4-.4s7.4-.148 7.4-.4c0-.261 6.133-.4 17.6-.4 11.467 0 17.6.139 17.6.4M34 99.173c0 .205.369.49.82.633.451.143 1.435.876 2.187 1.627.751.752 1.561 1.367 1.798 1.367.237 0 .881.45 1.431 1s1.159 1 1.354 1c.194 0 .596.225.892.5.892.827 2.82 2.068 4.518 2.908.88.436 1.66.927 1.733 1.092.074.165.479.3.9.3.422 0 .767.18.767.4 0 .22.36.4.8.4.44 0 .8.18.8.4 0 .22.345.4.767.4.421 0 .826.135.9.3.192.432 3.505 2.1 4.171 2.1.309 0 .562.18.562.4 0 .22.345.4.767.4.421 0 .826.135.9.3.192.432 3.505 2.1 4.171 2.1.309 0 .562.18.562.4 0 .22.45.4 1 .4s1 .18 1 .4c0 .22.349.4.776.4.427 0 .888.18 1.024.4.136.22.687.4 1.224.4.537 0 .976.18.976.4 0 .22.54.4 1.2.4.66 0 1.2.18 1.2.4 0 .22.349.4.776.4.427 0 .888.18 1.024.4.136.22.676.4 1.2.4.524 0 1.064.18 1.2.4.136.22.599.4 1.029.4.43 0 1.094.162 1.476.361.382.199 1.505.576 2.495.839.99.263 2.099.632 2.465.821.366.188 1.581.464 2.7.612 1.119.149 2.035.427 2.035.619 0 .191.72.348 1.6.348.88 0 1.6.18 1.6.4 0 .22.63.4 1.4.4.77 0 1.4.18 1.4.4 0 .22.619.4 1.376.4.757 0 1.488.18 1.624.4.136.22.957.4 1.824.4.867 0 1.576.18 1.576.4 0 .22.72.4 1.6.4.88 0 1.6.18 1.6.4 0 .22.9.4 2 .4s2 .18 2 .4c0 .22.81.4 1.8.4s1.8.18 1.8.4c0 .22.9.4 2 .4s2 .18 2 .4c0 .222 1.067.4 2.4.4s2.4.178 2.4.4c0 .222 1.067.4 2.4.4s2.4.178 2.4.4c0 .225 1.125.4 2.576.4 1.417 0 2.688.18 2.824.4.136.22 1.407.4 2.824.4 1.451 0 2.576.175 2.576.4 0 .233 1.333.4 3.2.4 1.867 0 3.2.167 3.2.4 0 .238 1.525.4 3.776.4 2.087 0 3.887.179 4.024.4.142.229 2.204.4 4.824.4 2.784 0 4.576.157 4.576.4 0 .25 2.459.4 6.576.4 3.953 0 6.675.16 6.824.4.161.26 9.196.4 25.8.4s25.639-.14 25.8-.4c.149-.24 2.863-.4 6.8-.4s6.651-.16 6.8-.4c.142-.229 2.204-.4 4.824-.4 2.784 0 4.576-.157 4.576-.4 0-.239 1.533-.4 3.8-.4s3.8-.161 3.8-.4c0-.233 1.333-.4 3.2-.4 1.867 0 3.2-.167 3.2-.4 0-.229 1.2-.4 2.8-.4 1.6 0 2.8-.171 2.8-.4 0-.225 1.125-.4 2.576-.4 1.417 0 2.688-.18 2.824-.4.136-.22 1.227-.4 2.424-.4 1.197 0 2.176-.18 2.176-.4 0-.222 1.067-.4 2.4-.4s2.4-.178 2.4-.4c0-.22.9-.4 2-.4s2-.18 2-.4c0-.22.799-.4 1.776-.4s1.888-.18 2.024-.4c.136-.22 1.047-.4 2.024-.4.977 0 1.776-.18 1.776-.4 0-.22.72-.4 1.6-.4.88 0 1.6-.18 1.6-.4 0-.22.799-.4 1.776-.4s1.888-.18 2.024-.4c.136-.22.777-.4 1.424-.4.647 0 1.176-.18 1.176-.4 0-.22.72-.4 1.6-.4.88 0 1.6-.18 1.6-.4 0-.22.63-.4 1.4-.4.77 0 1.4-.159 1.4-.354 0-.195.987-.477 2.194-.628 1.206-.151 2.297-.441 2.423-.646.127-.205.672-.372 1.212-.372.54 0 1.294-.162 1.676-.361.382-.199 1.505-.59 2.495-.87.99-.279 1.971-.657 2.18-.839.209-.181.783-.33 1.276-.33s1.008-.18 1.144-.4c.136-.22.597-.4 1.024-.4.427 0 .776-.18.776-.4 0-.22.54-.4 1.2-.4.66 0 1.2-.18 1.2-.4 0-.22.439-.4.976-.4.537 0 1.088-.18 1.224-.4.136-.22.597-.4 1.024-.4.427 0 .776-.18.776-.4 0-.22.439-.4.976-.4.537 0 1.088-.18 1.224-.4.136-.22.597-.4 1.024-.4.427 0 .776-.18.776-.4 0-.22.36-.4.8-.4.44 0 .8-.18.8-.4 0-.22.36-.4.8-.4.44 0 .8-.18.8-.4 0-.22.27-.4.6-.4.33 0 .6-.18.6-.4 0-.22.349-.4.776-.4.427 0 .888-.18 1.024-.4.136-.22.563-.4.948-.4.386 0 1.088-.36 1.56-.8.472-.44 1.136-.8 1.475-.8.339 0 .617-.18.617-.4 0-.22.36-.4.8-.4.44 0 .8-.18.8-.4 0-.22.345-.4.767-.4.421 0 .826-.135.9-.3.073-.165.853-.654 1.733-1.087 2.142-1.053 6.243-3.78 7.047-4.685.356-.4.869-.728 1.139-.728.271 0 .97-.495 1.554-1.1.583-.605 1.555-1.355 2.16-1.668.605-.312 1.1-.717 1.1-.9 0-.182.183-.332.406-.332.46 0 .272 50.196-.203 54.152-.215 1.782-.152 2.433.257 2.687.438.273.445.489.04 1.143-.275.444-.5 1.352-.5 2.018 0 .666-.157 1.523-.35 1.905-.192.382-.701 1.415-1.13 2.295-1.746 3.579-2.519 4.559-7.807 9.887-1.918 1.932-3.763 3.513-4.1 3.513-.337 0-.613.147-.613.326 0 .179-.585.631-1.3 1.004-1.955 1.019-4.075 2.324-4.3 2.647-.11.158-.785.542-1.5.853-.715.311-1.3.68-1.3.819 0 .14-.54.478-1.2.751-.66.273-1.2.655-1.2.849 0 .193-.36.351-.8.351-.44 0-.8.18-.8.4 0 .22-.36.4-.8.4-.44 0-.8.18-.8.4 0 .22-.272.4-.605.4-.333 0-.918.157-1.3.35-2.975 1.498-4.248 2.05-4.733 2.05-.309 0-.562.18-.562.4 0 .22-.36.4-.8.4-.44 0-.8.18-.8.4 0 .22-.45.4-1 .4s-1 .18-1 .4c0 .22-.439.4-.976.4-.537 0-1.088.18-1.224.4-.136.22-.597.4-1.024.4-.427 0-.776.18-.776.4 0 .22-.54.4-1.2.4-.66 0-1.2.18-1.2.4 0 .22-.54.4-1.2.4-.66 0-1.2.163-1.2.362 0 .2-.9.487-2 .638-1.099.151-2.1.438-2.223.637-.123.2-.653.363-1.177.363s-1.064.18-1.2.4c-.136.22-.777.4-1.424.4-.647 0-1.176.18-1.176.4 0 .22-.619.4-1.376.4-.757 0-1.488.18-1.624.4-.136.22-.777.4-1.424.4-.647 0-1.176.18-1.176.4 0 .22-.72.4-1.6.4-.88 0-1.6.18-1.6.4 0 .22-.619.4-1.376.4-.757 0-1.488.18-1.624.4-.136.22-.856.4-1.6.4-.744 0-1.464.18-1.6.4-.136.22-.867.4-1.624.4-.757 0-1.376.18-1.376.4 0 .22-.9.4-2 .4s-2 .18-2 .4c0 .22-.799.4-1.776.4s-1.888.18-2.024.4c-.136.22-1.036.4-2 .4s-1.864.18-2 .4c-.136.22-1.047.4-2.024.4-.977 0-1.776.18-1.776.4 0 .222-1.059.4-2.376.4-1.307 0-2.488.18-2.624.4-.136.22-1.317.4-2.624.4-1.317 0-2.376.178-2.376.4 0 .229-1.2.4-2.8.4-1.6 0-2.8.171-2.8.4 0 .231-1.259.4-2.976.4-1.637 0-3.088.18-3.224.4-.136.22-1.756.4-3.6.4s-3.464.18-3.6.4c-.139.225-2.071.4-4.424.4-2.517 0-4.176.159-4.176.4 0 .248-2.2.4-5.8.4-3.6 0-5.8.152-5.8.4 0 .263-8.933.4-26 .4s-26-.137-26-.4c0-.249-2.333-.4-6.2-.4s-6.2-.151-6.2-.4c0-.241-1.667-.4-4.2-.4-2.533 0-4.2-.159-4.2-.4 0-.237-1.467-.4-3.6-.4s-3.6-.163-3.6-.4c0-.233-1.333-.4-3.2-.4-1.867 0-3.2-.167-3.2-.4 0-.226-1.133-.4-2.6-.4s-2.6-.174-2.6-.4c0-.222-1.059-.4-2.376-.4-1.307 0-2.488-.18-2.624-.4-.136-.22-1.227-.4-2.424-.4-1.197 0-2.176-.18-2.176-.4 0-.22-.99-.4-2.2-.4-1.21 0-2.2-.18-2.2-.4 0-.22-.9-.4-2-.4s-2-.18-2-.4c0-.22-.9-.4-2-.4s-2-.162-2-.36c0-.198-.765-.462-1.7-.587-4.151-.556-5.1-.759-5.1-1.095 0-.197-.709-.358-1.576-.358-.867 0-1.688-.18-1.824-.4-.136-.22-.867-.4-1.624-.4-.757 0-1.376-.18-1.376-.4 0-.22-.619-.4-1.376-.4-.757 0-1.488-.18-1.624-.4-.136-.22-.766-.4-1.4-.4-.634 0-1.264-.18-1.4-.4-.136-.22-.766-.4-1.4-.4-.634 0-1.264-.18-1.4-.4-.136-.22-.599-.4-1.029-.4-.43 0-1.094-.163-1.476-.363-1.142-.597-4.917-1.637-5.941-1.637-.525 0-.954-.18-.954-.4 0-.22-.54-.4-1.2-.4-.66 0-1.2-.18-1.2-.4 0-.22-.54-.4-1.2-.4-.66 0-1.2-.18-1.2-.4 0-.22-.36-.4-.8-.4-.44 0-.8-.18-.8-.4 0-.22-.439-.4-.976-.4-.537 0-1.088-.18-1.224-.4-.136-.22-.597-.4-1.024-.4-.427 0-.776-.18-.776-.4 0-.22-.45-.4-1-.4s-1-.18-1-.4c0-.22-.36-.4-.8-.4-.44 0-.8-.18-.8-.4 0-.22-.36-.4-.8-.4-.44 0-.8-.18-.8-.4 0-.22-.335-.4-.745-.4-.812 0-8.058-3.601-8.855-4.401-.11-.11-.74-.47-1.4-.8-.66-.329-1.549-.914-1.975-1.299-.427-.385-1.012-.7-1.3-.7-.289 0-.525-.153-.525-.339 0-.187-.72-.664-1.6-1.061-.88-.397-1.6-.844-1.6-.993 0-.15-.495-.527-1.1-.839-1.677-.866-9.7-9.135-9.7-9.998 0-.222-.36-.79-.8-1.262-.44-.472-.8-1.185-.8-1.583 0-.399-.18-.725-.4-.725-.22 0-.4-.45-.4-1s-.18-1-.4-1c-.22 0-.4-.632-.4-1.405s-.225-1.787-.5-2.253c-.4-.677-.4-.883 0-1.028.608-.22.697-4.745.1-5.114-.552-.341-.552-51.8 0-51.8.22 0 .4.168.4.373m1.783 88.629c1.091.989 2.216 1.798 2.5 1.798.284 0 .517.152.517.337 0 .185.675.68 1.5 1.1.825.42 1.791 1.078 2.147 1.463.356.385.851.7 1.1.7.249 0 .453.18.453.4 0 .22.36.4.8.4.44 0 .8.15.8.332 0 .183.495.588 1.1.9.605.312 1.19.657 1.3.767.394.396 2.613 1.655 3.3 1.872.385.122.7.381.7.576 0 .194.36.353.8.353.44 0 .8.18.8.4 0 .22.36.4.8.4.44 0 .8.18.8.4 0 .22.36.4.8.4.44 0 .8.18.8.4 0 .22.36.4.8.4.44 0 .8.18.8.4 0 .22.349.4.776.4.427 0 .888.18 1.024.4.136.22.597.4 1.024.4.427 0 .776.18.776.4 0 .22.265.4.588.4.323 0 1.229.36 2.012.8.783.44 1.779.8 2.212.8.433 0 .788.141.788.313 0 .172.855.561 1.9.865 1.045.304 1.99.667 2.1.807.282.359 4.343 1.615 5.222 1.615.402 0 .842.18.978.4.136.22.687.4 1.224.4.537 0 .976.18.976.4 0 .22.529.4 1.176.4.647 0 1.288.18 1.424.4.136.22.766.4 1.4.4.634 0 1.264.18 1.4.4.136.22.777.4 1.424.4.647 0 1.176.18 1.176.4 0 .22.54.4 1.2.4.66 0 1.2.18 1.2.4 0 .22.72.4 1.6.4.88 0 1.6.18 1.6.4 0 .22.63.4 1.4.4.77 0 1.4.18 1.4.4 0 .22.72.4 1.6.4.88 0 1.6.18 1.6.4 0 .22.72.4 1.6.4.88 0 1.6.18 1.6.4 0 .22.799.4 1.776.4s1.888.18 2.024.4c.136.22.957.4 1.824.4.867 0 1.576.18 1.576.4 0 .22.889.4 1.976.4s2.088.18 2.224.4c.136.22 1.036.4 2 .4s1.864.18 2 .4c.136.22 1.126.4 2.2.4 1.074 0 2.064.18 2.2.4.136.22 1.407.4 2.824.4 1.451 0 2.576.175 2.576.4 0 .221 1.04.4 2.32.4 1.276 0 2.491.166 2.7.369.36.35 2.212.556 9.58 1.067 1.76.122 3.371.389 3.58.593.209.204 1.886.371 3.726.371 1.841 0 3.668.172 4.06.382.393.21 6.141.508 12.774.663 6.633.154 12.06.432 12.06.618 0 .495 42.294.433 42.6-.063.147-.238 2.953-.418 6.924-.443 8.94-.059 20.157-.809 29.276-1.96 1.87-.236 4.75-.525 6.4-.643 1.65-.118 3.171-.381 3.38-.584.209-.204 1.323-.37 2.476-.37s2.208-.18 2.344-.4c.136-.22 1.306-.4 2.6-.4s2.464-.18 2.6-.4c.136-.22 1.126-.4 2.2-.4 1.074 0 2.064-.18 2.2-.4.136-.22 1.126-.4 2.2-.4 1.074 0 2.064-.18 2.2-.4.136-.22 1.047-.4 2.024-.4.977 0 1.776-.18 1.776-.4 0-.22.709-.4 1.576-.4.867 0 1.688-.18 1.824-.4.136-.22 1.047-.4 2.024-.4.977 0 1.776-.18 1.776-.4 0-.22.72-.4 1.6-.4.88 0 1.6-.18 1.6-.4 0-.22.72-.4 1.6-.4.88 0 1.6-.18 1.6-.4 0-.22.619-.4 1.376-.4.757 0 1.488-.18 1.624-.4.136-.22.867-.4 1.624-.4.757 0 1.376-.18 1.376-.4 0-.22.54-.4 1.2-.4.66 0 1.2-.18 1.2-.4 0-.22.619-.4 1.376-.4.757 0 1.488-.18 1.624-.4.136-.22.777-.4 1.424-.4.647 0 1.176-.18 1.176-.4 0-.22.54-.4 1.2-.4.66 0 1.2-.18 1.2-.4 0-.22.54-.4 1.2-.4.66 0 1.2-.18 1.2-.4 0-.22.339-.4.754-.4.897 0 4.96-1.251 5.246-1.615.11-.14 1.055-.503 2.1-.807 1.045-.304 1.9-.693 1.9-.865 0-.172.439-.313.976-.313.537 0 1.088-.18 1.224-.4.136-.22.597-.4 1.024-.4.427 0 .776-.18.776-.4 0-.22.36-.4.8-.4.44 0 .8-.18.8-.4 0-.22.349-.4.776-.4.427 0 .888-.18 1.024-.4.136-.22.597-.4 1.024-.4.427 0 .776-.18.776-.4 0-.22.36-.4.8-.4.44 0 .8-.18.8-.4 0-.22.36-.4.8-.4.44 0 .8-.18.8-.4 0-.22.36-.4.8-.4.44 0 .8-.18.8-.4 0-.22.36-.4.8-.4.44 0 .8-.18.8-.4 0-.22.236-.4.525-.4.288 0 .911-.36 1.383-.8.472-.44 1.136-.8 1.475-.8.339 0 .617-.18.617-.4 0-.22.278-.4.617-.4.339 0 1.003-.36 1.475-.8.472-.44 1.095-.8 1.383-.8.289 0 .525-.18.525-.4 0-.22.27-.4.6-.4.33 0 .6-.18.6-.4 0-.22.27-.4.6-.4.33 0 .6-.168.6-.373s.405-.501.9-.657c.495-.157 1.191-.619 1.547-1.027.356-.409.824-.743 1.041-.743.216 0 .941-.523 1.61-1.163.67-.64 1.686-1.47 2.26-1.846l1.042-.683v26.046c0 17.097-.137 26.046-.4 26.046-.568 0-.497 3.75.095 5.049.394.865.394 1.121 0 1.253-.272.09-.495.782-.495 1.537 0 .754-.16 1.684-.356 2.066a127.05 127.05 0 0 0-1.295 2.695c-.516 1.1-1.049 2.09-1.184 2.2-.135.11-.474.633-.753 1.162-1.026 1.947-6.493 7.416-8.45 8.453-.529.281-1.253.842-1.609 1.248-.356.405-.806.737-1 .738-.194 0-.983.54-1.753 1.199-.77.659-1.625 1.199-1.9 1.199-.275.001-.5.181-.5.401 0 .22-.27.4-.6.4-.33 0-.6.18-.6.4 0 .22-.236.4-.525.4-.288 0-.911.36-1.383.8-.472.44-1.136.8-1.475.8-.339 0-.617.18-.617.4 0 .22-.36.4-.8.4-.44 0-.8.18-.8.4 0 .22-.36.4-.8.4-.44 0-.8.18-.8.4 0 .22-.36.4-.8.4-.44 0-.8.18-.8.4 0 .22-.36.4-.8.4-.44 0-.8.18-.8.4 0 .22-.36.4-.8.4-.44 0-.8.18-.8.4 0 .22-.349.4-.776.4-.427 0-.888.18-1.024.4-.136.22-.687.4-1.224.4-.537 0-.976.18-.976.4 0 .22-.36.4-.8.4-.44 0-.8.16-.8.355 0 .195-.81.476-1.8.624-.99.149-1.8.439-1.8.646 0 .206-.439.375-.976.375-.537 0-1.088.18-1.224.4-.136.22-.676.4-1.2.4-.524 0-1.042.144-1.151.321-.109.176-1.121.572-2.249.879-1.128.307-2.14.703-2.249.879-.109.177-.627.321-1.151.321s-1.064.18-1.2.4c-.136.22-.777.4-1.424.4-.647 0-1.176.18-1.176.4 0 .22-.54.4-1.2.4-.66 0-1.2.18-1.2.4 0 .22-.72.4-1.6.4-.88 0-1.6.18-1.6.4 0 .22-.529.4-1.176.4-.647 0-1.288.18-1.424.4-.136.22-.867.4-1.624.4-.757 0-1.376.18-1.376.4 0 .22-.72.4-1.6.4-.88 0-1.6.18-1.6.4 0 .22-.63.4-1.4.4-.77 0-1.4.18-1.4.4 0 .22-.9.4-2 .4s-2 .18-2 .4c0 .22-.72.4-1.6.4-.88 0-1.6.18-1.6.4 0 .22-.9.4-2 .4s-2 .18-2 .4c0 .22-.889.4-1.976.4s-2.088.18-2.224.4c-.136.22-1.137.4-2.224.4-1.087 0-1.976.18-1.976.4 0 .222-1.067.4-2.4.4s-2.4.178-2.4.4c0 .226-1.133.4-2.6.4-1.43 0-2.6.16-2.6.355 0 .195-2.565.485-5.7.644-3.135.159-5.881.435-6.102.613-.221.178-1.931.425-3.8.548-1.869.123-5.468.414-7.998.646-13.327 1.222-60.368 2.136-62.2 1.209-.44-.223-3.68-.488-7.2-.59-3.52-.102-8.47-.378-11-.614a321.37 321.37 0 0 0-8.196-.651c-1.978-.122-3.778-.367-4-.545-.222-.177-2.88-.452-5.906-.61-3.026-.158-5.601-.449-5.723-.646-.122-.197-1.281-.359-2.575-.359-1.294 0-2.464-.18-2.6-.4-.136-.22-1.317-.4-2.624-.4-1.317 0-2.376-.178-2.376-.4 0-.22-.799-.4-1.776-.4s-1.888-.18-2.024-.4c-.136-.22-1.227-.4-2.424-.4-1.197 0-2.176-.18-2.176-.4 0-.22-.709-.4-1.576-.4-.867 0-1.688-.18-1.824-.4-.136-.22-1.047-.4-2.024-.4-.977 0-1.776-.18-1.776-.4 0-.22-.709-.4-1.576-.4-.867 0-1.688-.18-1.824-.4-.136-.22-.957-.4-1.824-.4-.867 0-1.576-.18-1.576-.4 0-.22-.72-.4-1.6-.4-.88 0-1.6-.18-1.6-.4 0-.22-.529-.4-1.176-.4-.647 0-1.288-.18-1.424-.4-.136-.22-.867-.4-1.624-.4-.757 0-1.376-.18-1.376-.4 0-.22-.72-.4-1.6-.4-.88 0-1.6-.18-1.6-.4 0-.22-.439-.4-.976-.4-.537 0-1.088-.18-1.224-.4-.136-.22-.676-.4-1.2-.4-.524 0-1.064-.18-1.2-.4-.136-.22-.676-.4-1.2-.4-.524 0-1.064-.18-1.2-.4-.136-.22-.676-.4-1.2-.4-.524 0-1.064-.18-1.2-.4-.136-.22-.676-.4-1.2-.4-.524 0-1.064-.18-1.2-.4-.136-.22-.599-.4-1.029-.4-.43 0-1.139-.18-1.576-.4-.437-.22-1.147-.577-1.578-.792-.43-.216-1.51-.509-2.4-.652-.889-.142-1.617-.415-1.617-.607s-.36-.349-.8-.349c-.44 0-.8-.18-.8-.4 0-.22-.349-.4-.776-.4-.427 0-.888-.18-1.024-.4-.136-.22-.687-.4-1.224-.4-.537 0-.976-.18-.976-.4 0-.22-.36-.4-.8-.4-.44 0-.8-.18-.8-.4 0-.22-.36-.4-.8-.4-.44 0-.8-.18-.8-.4 0-.22-.36-.4-.8-.4-.44 0-.8-.18-.8-.4 0-.22-.36-.4-.8-.4-.44 0-.8-.18-.8-.4 0-.22-.27-.4-.6-.4-.33 0-.6-.18-.6-.4 0-.22-.36-.4-.8-.4-.44 0-.8-.159-.8-.353 0-.195-.315-.454-.7-.576-.909-.288-2.853-1.483-3.858-2.371-.436-.385-1.029-.7-1.317-.7-.289 0-.525-.15-.525-.332 0-.183-.495-.587-1.1-.898-.605-.31-1.37-.853-1.7-1.204-.33-.352-1.033-.87-1.562-1.151-1.92-1.017-7.392-6.564-8.406-8.52-.312-.602-.717-1.095-.9-1.095-.182 0-.332-.36-.332-.8 0-.44-.18-.8-.4-.8-.22 0-.4-.36-.4-.8 0-.44-.18-.8-.4-.8-.22 0-.4-.45-.4-1s-.18-1-.4-1c-.22 0-.4-.705-.4-1.567 0-.89-.216-1.645-.5-1.747-.4-.145-.4-.351 0-1.028.594-1.006.675-5.258.1-5.258-.263 0-.4-8.933-.4-26 0-14.3.135-25.999.3-25.998.165.001 1.192.811 2.283 1.8M34.599 274.1c1.607 1.502 2.148 1.9 2.588 1.9.231 0 .985.54 1.676 1.2.691.66 1.459 1.2 1.708 1.2.249 0 .712.36 1.029.8.317.44.814.8 1.105.8.291 0 .884.331 1.318.736.435.405 1.282.99 1.884 1.3.601.31 1.442.879 1.868 1.264.427.385 1.012.7 1.3.7.289 0 .525.18.525.4 0 .22.36.4.8.4.44 0 .8.18.8.4 0 .22.36.4.8.4.44 0 .8.18.8.4 0 .22.36.4.8.4.44 0 .8.18.8.4 0 .22.36.4.8.4.44 0 .8.18.8.4 0 .22.36.4.8.4.44 0 .8.18.8.4 0 .22.36.4.8.4.44 0 .8.18.8.4 0 .22.265.4.588.4.323 0 1.21.349 1.97.776.76.427 2.025.897 2.812 1.045.786.147 1.43.428 1.43.624 0 .195.349.355.776.355.427 0 .888.18 1.024.4.136.22.687.4 1.224.4.537 0 .976.18.976.4 0 .22.349.4.776.4.427 0 .888.18 1.024.4.136.22.687.4 1.224.4.537 0 .976.18.976.4 0 .22.54.4 1.2.4.66 0 1.2.18 1.2.4 0 .22.439.4.976.4.537 0 1.088.18 1.224.4.136.22.687.4 1.224.4.537 0 .976.18.976.4 0 .22.54.4 1.2.4.66 0 1.2.18 1.2.4 0 .22.619.4 1.376.4.757 0 1.488.18 1.624.4.136.22.777.4 1.424.4.647 0 1.176.18 1.176.4 0 .22.529.4 1.176.4.647 0 1.288.18 1.424.4.136.22.867.4 1.624.4.757 0 1.376.18 1.376.4 0 .22.619.4 1.376.4.757 0 1.488.18 1.624.4.136.22.867.4 1.624.4.757 0 1.376.18 1.376.4 0 .22.799.4 1.776.4s1.888.18 2.024.4c.136.22.957.4 1.824.4.867 0 1.576.18 1.576.4 0 .22.774.4 1.72.4s1.891.163 2.1.361c.209.199 1.19.458 2.18.577.99.118 2.79.414 4 .657 5.595 1.123 11.791 1.947 14.9 1.98 1.265.014 2.3.205 2.3.425 0 .228 1.192.4 2.776.4 1.527 0 2.888.18 3.024.4.136.22 1.857.4 3.824.4 2.117 0 3.576.163 3.576.4 0 .24 1.6.4 4 .4s4 .16 4 .4c0 .247 2.059.4 5.376.4 3.153 0 5.479.165 5.624.4.153.247 3.604.4 9.024.4 5.584 0 8.776.145 8.776.4 0 .26 5.333.4 15.2.4 9.867 0 15.2-.14 15.2-.4 0-.255 3.192-.4 8.776-.4 5.42 0 8.871-.153 9.024-.4.145-.235 2.471-.4 5.624-.4 3.317 0 5.376-.153 5.376-.4 0-.241 1.667-.4 4.2-.4 2.533 0 4.2-.159 4.2-.4 0-.235 1.392-.4 3.376-.4 1.857 0 3.488-.18 3.624-.4.136-.22 1.557-.4 3.157-.4s3.043-.135 3.207-.3c.163-.165 2.398-.517 4.966-.783 2.569-.266 5.84-.678 7.27-.915 1.43-.237 3.41-.532 4.4-.656.99-.123 1.971-.386 2.18-.585.209-.198 1.233-.361 2.276-.361 1.043 0 2.008-.18 2.144-.4.136-.22.957-.4 1.824-.4.867 0 1.576-.162 1.576-.36 0-.198.81-.468 1.8-.6l3.6-.48c.99-.132 1.8-.402 1.8-.6 0-.198.619-.36 1.376-.36.757 0 1.488-.18 1.624-.4.136-.22.856-.4 1.6-.4.744 0 1.464-.18 1.6-.4.136-.22.867-.4 1.624-.4.757 0 1.376-.18 1.376-.4 0-.22.54-.4 1.2-.4.66 0 1.2-.18 1.2-.4 0-.22.619-.4 1.376-.4.757 0 1.488-.18 1.624-.4.136-.22.777-.4 1.424-.4.647 0 1.176-.18 1.176-.4 0-.22.54-.4 1.2-.4.66 0 1.2-.18 1.2-.4 0-.22.54-.4 1.2-.4.66 0 1.2-.18 1.2-.4 0-.22.45-.4 1-.4s1-.18 1-.4c0-.22.54-.4 1.2-.4.66 0 1.2-.18 1.2-.4 0-.22.439-.4.976-.4.537 0 1.088-.18 1.224-.4.136-.22.597-.4 1.024-.4.427 0 .776-.18.776-.4 0-.22.439-.4.976-.4.537 0 1.088-.18 1.224-.4.136-.22.597-.4 1.024-.4.427 0 .776-.18.776-.4 0-.22.378-.4.84-.4.461 0 1.496-.289 2.3-.642 3.074-1.35 5.065-2.369 5.193-2.658.074-.165.479-.3.9-.3.422 0 .767-.18.767-.4 0-.22.36-.4.8-.4.44 0 .8-.18.8-.4 0-.22.36-.4.8-.4.44 0 .8-.18.8-.4 0-.22.36-.4.8-.4.44 0 .8-.18.8-.4 0-.22.36-.4.8-.4.44 0 .8-.18.8-.4 0-.22.236-.4.525-.4.288 0 .911-.36 1.383-.8.472-.44 1.136-.8 1.475-.8.339 0 .617-.18.617-.4 0-.22.27-.4.6-.4.33 0 .6-.18.6-.4 0-.22.27-.4.6-.4.33 0 .6-.18.6-.4 0-.22.23-.4.512-.4.281 0 .771-.36 1.088-.8.317-.44.78-.8 1.029-.8.249 0 1.017-.54 1.708-1.2.691-.66 1.445-1.2 1.676-1.2.44 0 .981-.398 2.588-1.9.529-.495 1.061-.9 1.181-.9.12 0 .218 13.32.218 29.6 0 19.467-.137 29.6-.4 29.6-.22 0-.4.72-.4 1.6 0 .88-.18 1.6-.4 1.6-.22 0-.4.36-.4.8 0 .44-.18.8-.4.8-.22 0-.4.36-.4.8 0 .44-.18.8-.4.8-.22 0-.4.36-.4.8 0 .44-.15.8-.332.8-.183 0-.588.49-.9 1.089-.621 1.191-6.989 7.711-7.531 7.711-.185 0-1.024.63-1.865 1.4-.841.77-1.681 1.4-1.867 1.4-.186 0-.725.36-1.197.8-.472.44-1.095.8-1.383.8-.289 0-.525.18-.525.4 0 .22-.27.4-.6.4-.33 0-.6.18-.6.4 0 .22-.27.4-.6.4-.33 0-.6.146-.6.325 0 .179-.63.573-1.4.875-.77.302-1.4.696-1.4.875 0 .179-.36.325-.8.325-.44 0-.8.18-.8.4 0 .22-.36.4-.8.4-.44 0-.8.136-.8.302 0 .301-1.105.854-3.4 1.702-1.215.449-5.019 2.16-6.295 2.831-.382.201-.967.365-1.3.365-.333 0-.605.147-.605.328 0 .18-.9.572-2 .872-1.1.3-2 .692-2 .872 0 .181-.439.328-.976.328-.537 0-1.088.18-1.224.4-.136.22-.599.4-1.029.4-.43 0-1.139.18-1.576.4l-1.59.8c-.437.22-1.146.4-1.576.4-.43 0-.893.18-1.029.4-.136.22-.777.4-1.424.4-.647 0-1.176.18-1.176.4 0 .22-.54.4-1.2.4-.66 0-1.2.18-1.2.4 0 .22-.54.4-1.2.4-.66 0-1.2.18-1.2.4 0 .22-.72.4-1.6.4-.88 0-1.6.18-1.6.4 0 .22-.63.4-1.4.4-.77 0-1.4.18-1.4.4 0 .22-.63.4-1.4.4-.77 0-1.4.18-1.4.4 0 .22-.709.4-1.576.4-.867 0-1.688.18-1.824.4-.136.22-.957.4-1.824.4-.867 0-1.576.18-1.576.4 0 .22-.72.4-1.6.4-.88 0-1.6.18-1.6.4 0 .22-.9.4-2 .4s-2 .159-2 .353c0 .194-1.575.482-3.5.64-1.925.158-3.68.431-3.9.606-.377.3-1.77.508-7 1.045-1.21.125-2.371.391-2.58.591-.209.201-1.514.365-2.9.365-1.413 0-2.52.176-2.52.4 0 .228-1.192.4-2.776.4-1.527 0-2.888.18-3.024.4-.136.22-1.666.4-3.4.4s-3.264.18-3.4.4c-.136.22-1.846.4-3.8.4-1.954 0-3.664.18-3.8.4-.142.23-2.263.4-5 .4s-4.858.17-5 .4c-.15.243-3.063.4-7.4.4s-7.25.157-7.4.4c-.159.257-6.396.4-17.4.4-11.004 0-17.241-.143-17.4-.4-.15-.243-3.063-.4-7.4-.4s-7.25-.157-7.4-.4c-.142-.231-2.271-.4-5.024-.4-2.917 0-4.776-.156-4.776-.4 0-.238-1.525-.4-3.776-.4-2.087 0-3.887-.179-4.024-.4-.136-.22-1.666-.4-3.4-.4s-3.264-.18-3.4-.4c-.136-.22-1.396-.4-2.8-.4s-2.664-.18-2.8-.4c-.136-.22-1.371-.4-2.744-.4-1.373 0-2.667-.164-2.876-.365-.209-.2-1.46-.473-2.78-.606-5.567-.559-6.6-.72-6.6-1.029 0-.179-1.71-.454-3.8-.61-2.09-.157-3.8-.444-3.8-.638 0-.193-.9-.352-2-.352s-2-.18-2-.4c0-.22-.72-.4-1.6-.4-.88 0-1.6-.18-1.6-.4 0-.22-.709-.4-1.576-.4-.867 0-1.688-.18-1.824-.4-.136-.22-.957-.4-1.824-.4-.867 0-1.576-.18-1.576-.4 0-.22-.529-.4-1.176-.4-.647 0-1.288-.18-1.424-.4-.136-.22-.867-.4-1.624-.4-.757 0-1.376-.18-1.376-.4 0-.22-.72-.4-1.6-.4-.88 0-1.6-.18-1.6-.4 0-.22-.54-.4-1.2-.4-.66 0-1.2-.18-1.2-.4 0-.22-.439-.4-.976-.4-.537 0-1.088-.18-1.224-.4-.136-.22-.766-.4-1.4-.4-.634 0-1.264-.18-1.4-.4-.136-.22-.599-.4-1.029-.4-.43 0-1.139-.18-1.576-.4l-1.59-.8c-.437-.22-1.157-.4-1.6-.4-.443 0-.805-.18-.805-.4 0-.22-.54-.4-1.2-.4-.66 0-1.2-.18-1.2-.4 0-.22-.272-.4-.605-.4-.333 0-.918-.159-1.3-.353-.719-.366-2.499-1.125-3.895-1.661-.44-.169-1.977-.852-3.415-1.518-1.437-.665-3.102-1.332-3.7-1.482-.597-.15-1.085-.433-1.085-.629 0-.197-.36-.357-.8-.357-.44 0-.8-.18-.8-.4 0-.22-.36-.4-.8-.4-.44 0-.8-.146-.8-.325 0-.179-.63-.573-1.4-.875-.77-.302-1.4-.696-1.4-.875 0-.179-.278-.325-.617-.325-.339 0-1.003-.36-1.475-.8-.472-.44-1.095-.8-1.383-.8-.289 0-.525-.18-.525-.4 0-.22-.236-.4-.525-.4-.288 0-.911-.36-1.383-.8-.472-.44-1.011-.8-1.197-.8-.186 0-1.026-.63-1.867-1.4-.841-.77-1.677-1.4-1.857-1.4-.518 0-7.171-6.818-7.171-7.348 0-.261-.36-.735-.8-1.052-.44-.317-.8-.897-.8-1.288 0-.392-.18-.712-.4-.712-.22 0-.4-.36-.4-.8 0-.44-.18-.8-.4-.8-.22 0-.4-.36-.4-.8 0-.44-.18-.8-.4-.8-.22 0-.4-.72-.4-1.6 0-.88-.18-1.6-.4-1.6-.263 0-.4-10.133-.4-29.6 0-16.28.098-29.6.218-29.6s.652.405 1.181.9"/>
113
119
  </symbol>
120
+ <symbol id="datafeed" fill="none" viewBox="0 0 50 50"
121
+ xmlns="http://www.w3.org/2000/svg">
122
+ <path d="M0 0h50v50H0z"/>
123
+ <path d="M12.5 34.375H7.812v-7.813h15.625v7.813H18.75v12.5h12.5v-12.5h-4.688v-7.813h15.625v7.813H37.5v12.5H50v-12.5h-4.688V23.437h-18.75v-7.813h4.688v-12.5h-12.5v12.5h4.688v7.813H4.688v10.938H0v12.5h12.5v-12.5zm15.625 9.375h-6.25V37.5h6.25v6.25zm12.5 0h6.25V37.5h-6.25v6.25zm-18.75-37.5h6.25v6.25h-6.25V6.25zm-18.75 37.5h6.25V37.5h-6.25v6.25z" clip-rule="evenodd" fill="currentColor" fill-rule="evenodd"/>
124
+ </symbol>
114
125
  <symbol id="datepicker" viewBox="0 0 16 16">
115
126
  <path fill="currentColor" fill-rule="evenodd" d="M14.463 16H1.538A1.54 1.54 0 0 1 0 14.462V1h3V0h1v3H3V2H1v2h14V2h-2v1h-1V0h1v1h3v13.462A1.54 1.54 0 0 1 14.463 16ZM15 5H1v9.462c0 .297.241.538.538.538h12.924a.538.538 0 0 0 .538-.538V5Zm-9.296 8.049c1.281 0 2.114-1.117 2.114-3.177 0-2.052-.833-3.125-2.114-3.125S3.589 7.813 3.589 9.872c0 2.06.834 3.177 2.115 3.177Zm0-5.331c.532 0 .93.466.93 2.154s-.397 2.207-.93 2.207-.931-.519-.931-2.207c0-1.688.398-2.154.931-2.154Zm4.585 5.331c-1.195 0-2.086-.685-2.086-1.667 0-.746.493-1.223 1.067-1.528v-.038c-.467-.341-.825-.785-.825-1.422 0-1.007.796-1.646 1.886-1.646 1.098 0 1.812.661 1.812 1.653 0 .592-.4 1.083-.804 1.362v.038c.57.318 1.049.773 1.049 1.582 0 .946-.841 1.666-2.099 1.666Zm.832-4.568c0-.504-.301-.858-.818-.858-.422 0-.755.273-.755.771 0 .552.487.807 1.133 1.064.283-.305.44-.625.44-.977ZM9.85 10.19l.07.03c.756.312 1.304.538 1.304 1.121 0 .537-.382.832-.907.832-.571 0-1.03-.36-1.03-.928-.001-.422.239-.795.563-1.055ZM11 1H5v1h6V1Z" clip-rule="evenodd"/>
116
127
  </symbol>
@@ -127,6 +138,11 @@
127
138
  </clipPath>
128
139
  </defs>
129
140
  </symbol>
141
+ <symbol id="domain" fill="none" viewBox="0 0 50 50"
142
+ xmlns="http://www.w3.org/2000/svg">
143
+ <path d="M0 0h50v50H0z"/>
144
+ <path d="M0 40.625a4.693 4.693 0 0 0 4.688 4.688h40.624A4.693 4.693 0 0 0 50 40.624V4.687H0v35.938zM46.875 7.813v32.812c0 .86-.7 1.563-1.563 1.563H4.688a1.565 1.565 0 0 1-1.563-1.563v-7.819h40.578v-3.125H3.125v-9.375h40.578v-3.125H3.125V7.812h43.75zm-34.394 4.681H6.203v3.125h6.278v-3.125zm-.012 10.938H6.187v3.125h6.282v-3.125zM6.187 35.957h6.282v3.125H6.187v-3.125z" clip-rule="evenodd" fill="currentColor" fill-rule="evenodd"/>
145
+ </symbol>
130
146
  <symbol id="dots" viewBox="0 0 7 11">
131
147
  <path fill="currentColor" d="M2.667 9.333c0 .734-.6 1.334-1.334 1.334C.6 10.667 0 10.067 0 9.333 0 8.6.6 8 1.333 8c.734 0 1.334.6 1.334 1.333ZM1.333 4C.6 4 0 4.6 0 5.333c0 .734.6 1.334 1.333 1.334.734 0 1.334-.6 1.334-1.334C2.667 4.6 2.067 4 1.333 4Zm0-4C.6 0 0 .6 0 1.333c0 .734.6 1.334 1.333 1.334.734 0 1.334-.6 1.334-1.334C2.667.6 2.067 0 1.333 0Zm4 2.667c.734 0 1.334-.6 1.334-1.334C6.667.6 6.067 0 5.333 0 4.6 0 4 .6 4 1.333c0 .734.6 1.334 1.333 1.334Zm0 1.333C4.6 4 4 4.6 4 5.333c0 .734.6 1.334 1.333 1.334.734 0 1.334-.6 1.334-1.334C6.667 4.6 6.067 4 5.333 4Zm0 4C4.6 8 4 8.6 4 9.333c0 .734.6 1.334 1.333 1.334.734 0 1.334-.6 1.334-1.334C6.667 8.6 6.067 8 5.333 8Z"/>
132
148
  </symbol>
@@ -210,10 +226,6 @@
210
226
  <symbol id="follow" viewBox="0 0 400 400">
211
227
  <path fill="currentColor" fill-rule="evenodd" d="M293.828.924c-1.412.871-4.228 3.846-4.228 4.465 0 .336-.18.611-.4.611-.262 0-.4 8.6-.4 25v25h-2.4c-1.333 0-2.4.178-2.4.4 0 .241-1.667.4-4.2.4-2.533 0-4.2.159-4.2.4 0 .231-1.267.4-3 .4-1.65 0-3 .153-3 .341 0 .187-1.487.445-3.305.573-1.818.129-3.843.45-4.5.715-.657.264-1.735.533-2.395.597-.66.064-2.01.322-3 .574-.99.252-2.387.555-3.104.673-.717.119-1.402.376-1.523.571-.121.196-.739.356-1.373.356s-1.264.18-1.4.4c-.136.22-.676.4-1.2.4-.524 0-1.064.18-1.2.4-.136.22-.599.4-1.029.4-.43 0-1.184.208-1.676.462-1.877.971-2.302 1.138-2.89 1.138-.333 0-.605.18-.605.4 0 .22-.54.4-1.2.4-.66 0-1.2.18-1.2.4 0 .22-.36.4-.8.4-.44 0-.8.18-.8.4 0 .22-.349.4-.776.4-.427 0-.888.18-1.024.4-.136.22-.597.4-1.024.4-.427 0-.776.18-.776.4 0 .22-.253.4-.562.4-.666 0-3.979 1.668-4.171 2.1-.074.165-.389.3-.7.3-.312 0-.567.18-.567.4 0 .22-.27.4-.6.4-.33 0-.6.18-.6.4 0 .22-.36.4-.8.4-.44 0-.8.18-.8.4 0 .22-.36.4-.8.4-.44 0-.8.159-.8.354 0 .195-.585.633-1.3.974-.715.341-1.697.991-2.183 1.446-.486.454-1.044.826-1.241.826-.197 0-.879.498-1.517 1.108-.637.609-1.597 1.414-2.133 1.789-3.438 2.407-16.844 15.738-19.229 19.122-.536.759-1.384 1.829-1.886 2.377-.501.548-.911 1.196-.911 1.441 0 .244-.54 1.009-1.2 1.7-.66.691-1.2 1.488-1.2 1.771 0 .283-.36.775-.8 1.092-.44.317-.8.907-.8 1.312 0 .404-.153.641-.34.525-.187-.115-.592.279-.9.877-.308.597-.875 1.435-1.26 1.861-.385.427-.7 1.012-.7 1.3 0 .289-.18.525-.4.525-.22 0-.4.236-.4.525 0 .288-.36.911-.8 1.383-.44.472-.8 1.136-.8 1.475 0 .339-.18.617-.4.617-.22 0-.4.36-.4.8 0 .44-.135.801-.3.803-.165.002-.489.407-.719.9-.231.493-.974 1.977-1.653 3.297a119.18 119.18 0 0 0-2.306 4.8c-.59 1.32-1.242 2.713-1.448 3.095-.205.382-.374 1.147-.374 1.7 0 .553-.18 1.005-.4 1.005-.22 0-.4.36-.4.8 0 .44-.18.8-.4.8-.22 0-.4.54-.4 1.2 0 .66-.18 1.2-.4 1.2-.22 0-.4.54-.4 1.2 0 .66-.18 1.2-.4 1.2-.22 0-.4.439-.4.976 0 .537-.18 1.088-.4 1.224-.22.136-.4.687-.4 1.224 0 .537-.18.976-.4.976-.22 0-.4.63-.4 1.4 0 .77-.18 1.4-.4 1.4-.22 0-.4.619-.4 1.376 0 .757-.18 1.488-.4 1.624-.22.136-.4.856-.4 1.6 0 .744-.18 1.464-.4 1.6-.22.136-.4 1.047-.4 2.024 0 .977-.18 1.776-.4 1.776-.22 0-.4.889-.4 1.976s-.18 2.088-.4 2.224c-.22.136-.4 1.306-.4 2.6s-.18 2.464-.4 2.6c-.22.136-.4 1.767-.4 3.624 0 1.984-.165 3.376-.4 3.376-.547 0-.547 22.662 0 23 .22.136.4 1.756.4 3.6s.18 3.464.4 3.6c.22.136.4 1.227.4 2.424 0 1.197.18 2.176.4 2.176.22 0 .4.979.4 2.176s.18 2.288.4 2.424c.22.136.4.957.4 1.824 0 .867.18 1.576.4 1.576.22 0 .4.275.4.611 0 .78 3.39 4.189 4.166 4.189.323 0 .698.18.834.4.39.63 5.917.477 7.561-.209 1.61-.673 4.639-3.572 4.639-4.439 0-.304.159-.552.353-.552.195 0 .454-.315.576-.7.217-.685 1.475-2.904 1.871-3.3.11-.11.425-.605.7-1.1l1-1.8c.275-.495.59-.99.7-1.1.11-.11.56-.92 1-1.8.44-.88 1.115-1.949 1.5-2.375.385-.427.7-1.012.7-1.3 0-.289.15-.525.332-.525.183 0 .587-.495.898-1.1.31-.605.881-1.391 1.267-1.747.387-.356.703-.901.703-1.212 0-.31.36-.824.8-1.141.44-.317.8-.78.8-1.029 0-.249.54-1.017 1.2-1.708.66-.691 1.2-1.443 1.2-1.673 0-.229.585-1.018 1.3-1.753 1.846-1.899 4.226-4.736 5.451-6.5 1.18-1.699 9.646-10.199 11.69-11.737 1.236-.93 2.252-1.78 6.807-5.7.959-.825 1.931-1.5 2.159-1.5.229 0 .676-.36.993-.8.317-.44.857-.8 1.2-.8.343 0 .883-.36 1.2-.8.317-.44.857-.8 1.2-.8.343 0 .883-.36 1.2-.8.317-.44.897-.8 1.288-.8.392 0 .712-.146.712-.325 0-.179.63-.573 1.4-.875.77-.302 1.4-.696 1.4-.875 0-.179.27-.325.6-.325.33 0 .6-.159.6-.353 0-.327 1.261-.901 2.2-1.004.22-.023.64-.27.932-.547.293-.277.698-.401.9-.276.203.125.368.037.368-.196s.272-.424.605-.424c.333 0 1.008-.208 1.5-.462 1.877-.971 2.302-1.138 2.89-1.138.333 0 .605-.18.605-.4 0-.22.439-.4.976-.4.537 0 1.088-.18 1.224-.4.136-.22.597-.4 1.024-.4.427 0 .776-.18.776-.4 0-.22.529-.4 1.176-.4.647 0 1.288-.18 1.424-.4.136-.22.777-.4 1.424-.4.647 0 1.176-.18 1.176-.4 0-.22.54-.4 1.2-.4.66 0 1.2-.18 1.2-.4 0-.22.799-.4 1.776-.4s1.888-.18 2.024-.4c.136-.22 1.036-.4 2-.4s1.864-.18 2-.4c.136-.22 1.407-.4 2.824-.4 1.451 0 2.576-.175 2.576-.4 0-.251 2.533-.4 6.8-.4h6.8v25.8c0 16.933.137 25.8.4 25.8.22 0 .4.264.4.586 0 .804 2.74 3.723 4.161 4.434 1.353.676 8.239.826 8.239.18 0-.22.272-.4.603-.4.932 0 13.393-12.216 23.42-22.961 1.417-1.518 3.436-3.588 4.486-4.6 1.751-1.686 3.916-3.845 14.582-14.538 2.03-2.036 5.9-5.905 8.6-8.599 2.7-2.694 6.574-6.564 8.609-8.6 2.035-2.036 5.725-5.724 8.2-8.196a726.69 726.69 0 0 0 8.3-8.443c2.09-2.172 3.89-3.911 4-3.864.11.047 2.09-1.871 4.4-4.262 2.31-2.391 6.09-6.277 8.4-8.636l4.2-4.29.138-3.938c.202-5.719.019-6.307-2.78-8.979a245.916 245.916 0 0 1-3.987-3.894l-7.324-7.4c-3.157-3.19-6.889-6.902-8.293-8.249-1.405-1.347-4.732-4.677-7.395-7.4-5.643-5.772-43.694-43.511-57.522-57.051-5.223-5.115-9.754-9.3-10.067-9.3-.314 0-.57-.18-.57-.4 0-.574-7.218-.465-8.172.124m48.75 66.913 34.696 34.637-3.737 3.839c-11.205 11.51-15.712 16.08-24.737 25.085-3.63 3.622-7.523 7.511-8.652 8.642-1.128 1.131-4.841 4.847-8.251 8.257-3.41 3.41-7.099 7.101-8.197 8.203-1.099 1.101-4.99 4.956-8.649 8.566-3.658 3.61-6.651 6.737-6.651 6.949 0 .212-.18.385-.4.385-.261 0-.4-6.263-.4-17.988 0-17.442-.025-18.034-.829-19.5-1.014-1.85-3.293-4.112-4.144-4.112-.345 0-.627-.18-.627-.4 0-.22-.684-.4-1.52-.4s-1.691-.168-1.9-.373c-.714-.703-19.274-1.493-19.918-.849-.238.238-2.12.422-4.318.422-2.167 0-4.007.178-4.144.4-.136.22-1.306.4-2.6.4s-2.464.18-2.6.4c-.136.22-1.036.4-2 .4s-1.864.18-2 .4c-.136.22-.957.4-1.824.4-.867 0-1.576.18-1.576.4 0 .22-.619.4-1.376.4-.757 0-1.488.18-1.624.4-.136.22-.777.4-1.424.4-.647 0-1.176.18-1.176.4 0 .22-.54.4-1.2.4-.66 0-1.2.18-1.2.4 0 .22-.54.4-1.2.4-.66 0-1.2.18-1.2.4 0 .22-.439.4-.976.4-.537 0-1.088.18-1.224.4-.136.22-.687.4-1.224.4-.537 0-.976.18-.976.4 0 .22-.36.4-.8.4-.44 0-.8.18-.8.4 0 .22-.36.4-.8.4-.44 0-.8.18-.8.4 0 .22-.54.4-1.2.4-.66 0-1.2.18-1.2.4 0 .22-.36.4-.8.4-.44 0-.8.18-.8.4 0 .22-.36.4-.8.4-.44 0-.8.18-.8.4 0 .22-.345.4-.767.4-.421 0-.826.135-.9.3-.073.165-1.519.999-3.214 1.852-1.694.854-3.442 1.889-3.883 2.3-.441.412-1.08.748-1.419.748-.339 0-.617.158-.617.351 0 .194-.54.576-1.2.849-.66.273-1.2.643-1.2.822 0 .178-.366.44-.813.582-.447.142-1.249.694-1.782 1.227-.533.533-1.175.969-1.426.969-.252 0-.962.54-1.579 1.2-.617.66-1.297 1.2-1.512 1.2-.215 0-1.133.72-2.04 1.6-.907.88-1.747 1.6-1.867 1.6-.119 0-.633.405-1.141.9s-1.888 1.71-3.067 2.7c-2.775 2.332-6.614 6.157-10.373 10.335a676.463 676.463 0 0 1-3.5 3.871c-.275.295-.5.64-.5.765s-.72.97-1.6 1.877c-.88.907-1.6 1.825-1.6 2.04 0 .215-.54.895-1.2 1.512-.66.617-1.2 1.319-1.2 1.56 0 .242-.18.44-.4.44-.22 0-.4.193-.4.429 0 .235-.225.654-.5.929-.4.401-.474-.624-.372-5.128.07-3.097.295-5.801.5-6.01.205-.209.372-1.514.372-2.9 0-1.413.176-2.52.4-2.52.222 0 .4-1.067.4-2.4s.178-2.4.4-2.4c.22 0 .4-.709.4-1.576 0-.867.18-1.688.4-1.824.22-.136.4-.856.4-1.6 0-.744.18-1.464.4-1.6.22-.136.4-.766.4-1.4 0-.634.18-1.264.4-1.4.22-.136.4-.766.4-1.4 0-.634.18-1.264.4-1.4.22-.136.4-.777.4-1.424 0-.647.14-1.176.311-1.176.377 0 1.689-4.287 1.689-5.52 0-.484.18-.88.4-.88.22 0 .4-.36.4-.8 0-.44.18-.8.4-.8.22 0 .4-.349.4-.776 0-.427.18-.888.4-1.024.22-.136.4-.597.4-1.024 0-.427.18-.776.4-.776.22 0 .4-.36.4-.8 0-.44.18-.8.4-.8.22 0 .4-.36.4-.8 0-.44.18-.8.4-.8.22 0 .4-.36.4-.8 0-.44.18-.8.4-.8.22 0 .4-.278.4-.617 0-.339.36-1.003.8-1.475.44-.472.8-1.095.8-1.383 0-.289.18-.525.4-.525.22 0 .4-.36.4-.8 0-.44.18-.8.4-.8.22 0 .4-.27.4-.6 0-.33.18-.6.4-.6.22 0 .4-.27.4-.6 0-.33.18-.6.4-.6.22 0 .4-.27.4-.6 0-.33.15-.6.332-.6.183 0 .588-.495.9-1.1.313-.605.883-1.449 1.268-1.875.385-.427.7-1.012.7-1.3 0-.289.135-.526.3-.528.165-.001.75-.676 1.3-1.5 1.292-1.934 1.351-2.011 3.002-3.875.769-.868 1.398-1.773 1.398-2.012 0-.238.378-.698.84-1.022.461-.323 3.512-3.198 6.778-6.388 8.401-8.205 9.927-9.6 10.5-9.6.278 0 .765-.36 1.082-.8.317-.44.884-.8 1.26-.8.375 0 .921-.235 1.211-.522.291-.288 1.339-.963 2.329-1.5.99-.538 1.86-1.113 1.933-1.278.074-.165.479-.3.9-.3.422 0 .767-.146.767-.325 0-.179.63-.573 1.4-.875.77-.302 1.4-.696 1.4-.875 0-.179.439-.325.976-.325.537 0 1.088-.18 1.224-.4.136-.22.597-.4 1.024-.4.427 0 .776-.18.776-.4 0-.22.36-.4.8-.4.44 0 .8-.18.8-.4 0-.22.54-.4 1.2-.4.66 0 1.2-.18 1.2-.4 0-.22.54-.4 1.2-.4.66 0 1.2-.18 1.2-.4 0-.22.439-.4.976-.4.537 0 1.088-.18 1.224-.4.136-.22.676-.4 1.2-.4.524 0 1.064-.18 1.2-.4.136-.22.766-.4 1.4-.4.634 0 1.264-.18 1.4-.4.136-.22.856-.4 1.6-.4.744 0 1.464-.18 1.6-.4.136-.22.957-.4 1.824-.4.867 0 1.576-.18 1.576-.4 0-.22.9-.4 2-.4s2-.18 2-.4c0-.22.99-.4 2.2-.4 1.21 0 2.2-.18 2.2-.4 0-.233 1.333-.4 3.2-.4 1.76 0 3.2-.153 3.2-.34 0-.187 4.606-.469 10.234-.626 11.064-.31 11.582-.414 13.984-2.816 2.654-2.654 2.582-2.053 2.582-21.43 0-9.673.064-17.588.141-17.588.078 0 15.755 15.587 34.837 34.637M35.8 52.4c-.136.22-.957.4-1.824.4-.867 0-1.576.18-1.576.4 0 .22-.619.4-1.376.4-.757 0-1.488.18-1.624.4-.136.22-.597.4-1.024.4-.427 0-.776.18-.776.4 0 .22-.45.4-1 .4s-1 .18-1 .4c0 .22-.36.4-.8.4-.44 0-.8.18-.8.4 0 .22-.345.4-.767.4-.421 0-.826.135-.9.3-.073.165-.943.738-1.933 1.272-4.099 2.215-10.302 7.735-11.653 10.372-.298.581-.858 1.347-1.244 1.703-.387.356-.703.901-.703 1.212 0 .31-.36.824-.8 1.141-.44.317-.8.897-.8 1.288 0 .392-.18.712-.4.712-.22 0-.4.36-.4.8 0 .44-.136.8-.302.8-.167 0-.542.585-.834 1.3-1.123 2.75-1.368 3.322-1.711 3.995-.194.382-.353 1.222-.353 1.866 0 .645-.225 1.247-.5 1.339-.736.245-.736 233.155 0 233.4.275.092.5.692.5 1.333 0 .642.18 1.167.4 1.167.22 0 .4.362.4.805 0 .443.161 1.118.358 1.5.197.382.944 1.91 1.66 3.395s1.455 2.7 1.642 2.7c.187 0 .34.32.34.712 0 .391.36.971.8 1.288.44.317.8.882.8 1.255 0 .373.135.738.3.812.165.073 1.174 1.213 2.243 2.533 1.069 1.32 2.869 3.163 4 4.096 1.131.933 2.456 2.058 2.943 2.5.487.442 1.079.804 1.316.804.237 0 .818.36 1.29.8.472.44 1.095.8 1.383.8.289 0 .525.18.525.4 0 .22.36.4.8.4.44 0 .8.18.8.4 0 .22.36.4.8.4.44 0 .8.18.8.4 0 .22.36.4.8.4.44 0 .8.18.8.4 0 .22.45.4 1 .4s1 .18 1 .4c0 .22.54.4 1.2.4.66 0 1.2.18 1.2.4 0 .22.619.4 1.376.4.757 0 1.488.18 1.624.4.136.22 1.137.4 2.224.4 1.087 0 1.976.18 1.976.4 0 .519 300.074.558 300.62.039.209-.199 1.19-.461 2.18-.582 3.235-.396 4.804-.739 5.027-1.101.121-.196.66-.356 1.197-.356s.976-.18.976-.4c0-.22.54-.4 1.2-.4.66 0 1.2-.18 1.2-.4 0-.22.36-.4.8-.4.44 0 .8-.18.8-.4 0-.22.36-.4.8-.4.44 0 .8-.18.8-.4 0-.22.278-.4.617-.4.339 0 1.003-.36 1.475-.8.472-.44 1.095-.8 1.383-.8.289 0 .525-.18.525-.4 0-.22.188-.4.418-.4.23 0 .835-.405 1.345-.9s1.356-1.17 1.882-1.5c1.885-1.184 7.955-7.752 7.955-8.607 0-.229.36-.676.8-.993.44-.317.8-.882.8-1.255 0-.373.136-.738.302-.812.166-.073.905-1.393 1.642-2.933.737-1.54 1.507-3.122 1.712-3.516.204-.394.272-.877.151-1.073-.121-.195-.037-.469.186-.607.224-.138.407-.781.407-1.428 0-.647.18-1.176.4-1.176.22 0 .4-.9.4-2s.18-2 .4-2c.262 0 .4-8.467.4-24.6 0-16.133-.138-24.6-.4-24.6-.22 0-.4-.278-.4-.617 0-3.398-7.911-6.124-12.423-4.28-5.144 2.103-5.158 2.177-5.168 27.797-.006 14.327-.147 21.9-.409 21.9-.22 0-.4.72-.4 1.6 0 .88-.18 1.6-.4 1.6-.22 0-.4.362-.4.805 0 .841-.224 1.398-1.364 3.395-.377.66-.785 1.515-.907 1.9s-.381.7-.576.7c-.194 0-.353.254-.353.565 0 1.354-6.405 6.928-9.5 8.267-.715.31-1.3.699-1.3.866 0 .166-.349.302-.776.302-.427 0-.888.18-1.024.4-.136.22-.766.4-1.4.4-.634 0-1.264.18-1.4.4-.136.22-1.576.4-3.2.4s-3.064.18-3.2.4c-.343.555-286.857.555-287.2 0-.136-.22-1.576-.4-3.2-.4s-3.064-.18-3.2-.4c-.136-.22-.777-.4-1.424-.4-.647 0-1.176-.18-1.176-.4 0-.22-.253-.4-.562-.4-.665 0-3.809-1.584-4.567-2.3-.498-.472-1.09-.655-1.771-.547-.165.026-.3-.223-.3-.553 0-.33-.174-.6-.387-.6-.359 0-1.927-1.526-3.813-3.714-.997-1.156-2.178-3.062-2.471-3.986-.122-.385-.381-.7-.576-.7-.194 0-.353-.349-.353-.776 0-.427-.18-.888-.4-1.024-.22-.136-.4-.687-.4-1.224 0-.537-.18-.976-.4-.976-.22 0-.4-.709-.4-1.576 0-.867-.18-1.688-.4-1.824-.555-.343-.555-217.8 0-217.8.22 0 .4-.619.4-1.376 0-.757.18-1.488.4-1.624.22-.136.4-.687.4-1.224 0-.537.18-.976.4-.976.22 0 .4-.234.4-.52 0-.736.941-2.673 1.3-2.677.165-.002.3-.281.3-.62 0-.34.433-1.085.962-1.655.528-.57 1.203-1.507 1.5-2.082.646-1.255 1.354-2.046 1.831-2.046.193 0 1.038-.63 1.879-1.4.841-.77 1.851-1.4 2.245-1.4.394 0 .776-.135.85-.3.218-.491 3.549-2.1 4.347-2.1.406 0 .85-.18.986-.4.136-.22.946-.4 1.8-.4.854 0 1.664-.18 1.8-.4.162-.261 11.778-.4 33.544-.4 33.151 0 35.44-.084 35.453-1.3.002-.165.281-.3.621-.3 1.077 0 3.382-2.858 3.382-4.195 0-.333.18-.605.4-.605.527 0 .527-6.274 0-6.6-.22-.136-.4-.511-.4-.834 0-.776-3.409-4.166-4.189-4.166-.336 0-.611-.18-.611-.4 0-.264-12.392-.4-36.376-.4-23.82 0-36.462.138-36.624.4"/>
212
228
  </symbol>
213
- <symbol xmlns="http://www.w3.org/2000/svg" xml:space="preserve" id="glossary" viewBox="0 0 50 50">
214
- <path fill="none" stroke="currentColor" stroke-width="2" d="M45 5v40M6 12.25c0-4.14 3.36-7.5 7.5-7.5M46 5H12.3M13.5 45C9.36 45 6 41.64 6 37.5M45 45H13.5M6.12 12.25 6 37.5"/>
215
- <path fill="none" stroke="currentColor" stroke-width="3" d="m45 28.74-38.96-.19"/>
216
- </symbol>
217
229
  <symbol id="graph" viewBox="0 0 512 512">
218
230
  <g fill="currentColor">
219
231
  <path d="M386.9 2.9 384 5.8v466.1l2.4 2.8 2.4 2.8 44.4.3c24.3.1 45.3 0 46.5-.3 1.2-.3 3.2-1.5 4.3-2.7 2-2.2 2-2.5 2-235.4 0-128.3-.3-234-.6-234.9C483.7.2 481.5 0 434.5 0h-44.7l-2.9 2.9zM469 239v222h-68V17h68v222zM150.4 103.4c-1.7.7-3.6 2.7-4.2 4.2-.9 2.2-1.2 46.3-1 184.1l.3 181.2 2.3 2.3 2.3 2.3 44.2.3c24.3.1 45.2 0 46.5-.3 1.2-.3 3.1-1.4 4.2-2.5 2-2 2-4.1 2-184.8V107.3l-2.6-2.4-2.6-2.4-44.1-.2c-35.5-.2-44.8 0-47.3 1.1zM230 290v171h-68V290.7c0-93.7.3-170.7.7-171 .3-.4 15.6-.7 34-.7H230v171zM267.5 207.5l-2.5 2.4v131.6c0 129.6 0 131.5 2 133.5 1.1 1.1 3 2.2 4.2 2.5 1.3.3 22.2.4 46.5.3l44.2-.3 2.3-2.3 2.3-2.3.3-129.7c.1-71.3 0-130.7-.3-131.9-.3-1.2-1.5-3.2-2.7-4.3-2.1-1.9-3.4-2-48-2h-45.9l-2.4 2.5zm82.5 134V461h-68V222h68v119.5zM31.1 308.1c-5.2 2.1-5-1.4-5.1 84.5 0 79 0 80 2 82.2 1.1 1.2 3.1 2.4 4.3 2.7 1.2.3 22.2.4 46.5.3l44.4-.3 2.4-2.8 2.4-2.8V313.1l-2.4-2.8-2.4-2.8-44.9-.2c-27.4-.1-45.7.2-47.2.8zm79.9 84.4V461H43V324h68v68.5zM0 503.5v8.5h512v-17H0v8.5z"/>
@@ -355,6 +367,11 @@
355
367
  <symbol id="right" viewBox="0 0 13 22">
356
368
  <path fill="currentColor" d="M0 19.406 2.48 22 13 11 2.48 0 0 2.594 8.038 11 0 19.406Z"/>
357
369
  </symbol>
370
+ <symbol id="schema" fill="none" viewBox="0 0 59 59"
371
+ xmlns="http://www.w3.org/2000/svg">
372
+ <path d="m7.08 16.446 22.125 12.906L51.33 16.446M29.205 29.352v25.812" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.54"/>
373
+ <path d="M51.33 42.259V16.447L29.205 3.541 7.08 16.447v25.812l22.125 12.906L51.33 42.259z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.54"/>
374
+ </symbol>
358
375
  <symbol id="schema_filter" viewBox="0 0 24 24">
359
376
  <path fill="currentColor" d="M7 5a1 1 0 1 0-2 0v7.268a2 2 0 0 0 0 3.464V17a1 1 0 1 0 2 0v-1.268a2 2 0 0 0 0-3.464V5Zm6 0a1 1 0 1 0-2 0v1.268a2 2 0 0 0 0 3.464V17a1 1 0 0 0 2 0V9.732a2 2 0 0 0 0-3.464V5Zm5-1a1 1 0 0 1 1 1v7.268a2 2 0 0 1 0 3.464V17a1 1 0 1 1-2 0v-1.268a2 2 0 0 1 0-3.464V5a1 1 0 0 1 1-1Z"/>
360
377
  </symbol>