@eventcatalog/core 4.10.15 → 4.11.1
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.
- package/dist/analytics/analytics.cjs +1 -1
- package/dist/analytics/analytics.js +2 -2
- package/dist/analytics/log-build.cjs +1 -1
- package/dist/analytics/log-build.js +3 -3
- package/dist/astro-output.cjs +60 -1
- package/dist/astro-output.js +1 -1
- package/dist/{chunk-U52FCZQ6.js → chunk-2YJRF4ZX.js} +1 -1
- package/dist/chunk-634NFV5U.js +75 -0
- package/dist/{chunk-I6HUOX4R.js → chunk-AXDNSGAN.js} +1 -1
- package/dist/chunk-DHH5U5PF.js +53 -0
- package/dist/{chunk-A4JRWRCV.js → chunk-DSCIWCX2.js} +1 -1
- package/dist/chunk-FWXEV4LF.js +19 -0
- package/dist/{chunk-Q2ATWE7N.js → chunk-GZVDXCYF.js} +1 -1
- package/dist/{chunk-7LWOCX4R.js → chunk-RYNPEIHQ.js} +1 -1
- package/dist/{chunk-HBVTU6ZP.js → chunk-YYVW4DCO.js} +1 -1
- package/dist/constants.cjs +1 -1
- package/dist/constants.js +1 -1
- package/dist/copy-core.cjs +88 -0
- package/dist/copy-core.d.cts +4 -0
- package/dist/copy-core.d.ts +4 -0
- package/dist/copy-core.js +8 -0
- package/dist/eventcatalog.cjs +234 -115
- package/dist/eventcatalog.js +36 -30
- package/dist/federation/federate.js +3 -3
- package/dist/federation/source-provider.js +2 -2
- package/dist/generate.cjs +1 -1
- package/dist/generate.js +3 -3
- package/dist/update-check.cjs +44 -0
- package/dist/update-check.d.cts +18 -0
- package/dist/update-check.d.ts +18 -0
- package/dist/update-check.js +8 -0
- package/dist/utils/cli-logger.cjs +1 -1
- package/dist/utils/cli-logger.js +2 -2
- package/eventcatalog/astro.config.mjs +8 -1
- package/eventcatalog/public/icons/languages/android.svg +1 -0
- package/eventcatalog/public/icons/languages/angular.svg +1 -0
- package/eventcatalog/public/icons/languages/apple.svg +1 -0
- package/eventcatalog/public/icons/languages/arduino.svg +1 -0
- package/eventcatalog/public/icons/languages/bash.svg +1 -0
- package/eventcatalog/public/icons/languages/bun.svg +1 -0
- package/eventcatalog/public/icons/languages/c.svg +1 -0
- package/eventcatalog/public/icons/languages/clojure.svg +1 -0
- package/eventcatalog/public/icons/languages/cpp.svg +1 -0
- package/eventcatalog/public/icons/languages/crystal.svg +1 -0
- package/eventcatalog/public/icons/languages/csharp.svg +1 -0
- package/eventcatalog/public/icons/languages/css.svg +1 -0
- package/eventcatalog/public/icons/languages/curl.svg +1 -0
- package/eventcatalog/public/icons/languages/dart.svg +1 -0
- package/eventcatalog/public/icons/languages/deno.svg +1 -0
- package/eventcatalog/public/icons/languages/docker.svg +1 -0
- package/eventcatalog/public/icons/languages/elm.svg +1 -0
- package/eventcatalog/public/icons/languages/erlang.svg +1 -0
- package/eventcatalog/public/icons/languages/flutter.svg +1 -0
- package/eventcatalog/public/icons/languages/fortran.svg +1 -0
- package/eventcatalog/public/icons/languages/fsharp.svg +1 -0
- package/eventcatalog/public/icons/languages/git.svg +1 -0
- package/eventcatalog/public/icons/languages/gradle.svg +1 -0
- package/eventcatalog/public/icons/languages/graphql.svg +1 -0
- package/eventcatalog/public/icons/languages/grpc.svg +1 -0
- package/eventcatalog/public/icons/languages/haskell.svg +1 -0
- package/eventcatalog/public/icons/languages/hasura.svg +1 -0
- package/eventcatalog/public/icons/languages/html.svg +1 -0
- package/eventcatalog/public/icons/languages/httpie.svg +1 -0
- package/eventcatalog/public/icons/languages/javascript.svg +1 -0
- package/eventcatalog/public/icons/languages/json-schema.svg +1 -0
- package/eventcatalog/public/icons/languages/json.svg +1 -0
- package/eventcatalog/public/icons/languages/julia.svg +1 -0
- package/eventcatalog/public/icons/languages/jupyter.svg +1 -0
- package/eventcatalog/public/icons/languages/kafka.svg +1 -0
- package/eventcatalog/public/icons/languages/kotlin.svg +1 -0
- package/eventcatalog/public/icons/languages/lua.svg +1 -0
- package/eventcatalog/public/icons/languages/markdown.svg +1 -0
- package/eventcatalog/public/icons/languages/maven.svg +1 -0
- package/eventcatalog/public/icons/languages/mongodb.svg +1 -0
- package/eventcatalog/public/icons/languages/mysql.svg +1 -0
- package/eventcatalog/public/icons/languages/nginx.svg +1 -0
- package/eventcatalog/public/icons/languages/nim.svg +1 -0
- package/eventcatalog/public/icons/languages/ocaml.svg +1 -0
- package/eventcatalog/public/icons/languages/perl.svg +1 -0
- package/eventcatalog/public/icons/languages/php.svg +1 -0
- package/eventcatalog/public/icons/languages/postgresql.svg +1 -0
- package/eventcatalog/public/icons/languages/prisma.svg +1 -0
- package/eventcatalog/public/icons/languages/purescript.svg +1 -0
- package/eventcatalog/public/icons/languages/python.svg +1 -0
- package/eventcatalog/public/icons/languages/r.svg +1 -0
- package/eventcatalog/public/icons/languages/react.svg +1 -0
- package/eventcatalog/public/icons/languages/reasonml.svg +1 -0
- package/eventcatalog/public/icons/languages/redis.svg +1 -0
- package/eventcatalog/public/icons/languages/ruby.svg +1 -0
- package/eventcatalog/public/icons/languages/rust.svg +1 -0
- package/eventcatalog/public/icons/languages/sass.svg +1 -0
- package/eventcatalog/public/icons/languages/scala.svg +1 -0
- package/eventcatalog/public/icons/languages/solidity.svg +1 -0
- package/eventcatalog/public/icons/languages/spring.svg +1 -0
- package/eventcatalog/public/icons/languages/sqlite.svg +1 -0
- package/eventcatalog/public/icons/languages/svelte.svg +1 -0
- package/eventcatalog/public/icons/languages/swagger.svg +1 -0
- package/eventcatalog/public/icons/languages/swift.svg +1 -0
- package/eventcatalog/public/icons/languages/tailwind.svg +1 -0
- package/eventcatalog/public/icons/languages/terraform.svg +1 -0
- package/eventcatalog/public/icons/languages/toml.svg +1 -0
- package/eventcatalog/public/icons/languages/typescript.svg +1 -0
- package/eventcatalog/public/icons/languages/unity.svg +1 -0
- package/eventcatalog/public/icons/languages/vim.svg +1 -0
- package/eventcatalog/public/icons/languages/vue.svg +1 -0
- package/eventcatalog/public/icons/languages/webassembly.svg +1 -0
- package/eventcatalog/public/icons/languages/yaml.svg +1 -0
- package/eventcatalog/public/icons/languages/zig.svg +1 -0
- package/eventcatalog/src/components/MDX/CodeGroup/CodeGroup.astro +12 -0
- package/eventcatalog/src/components/MDX/CodeGroup/CodeGroup.tsx +176 -0
- package/eventcatalog/src/components/MDX/CodeGroup/MarkdownCodeGroup.tsx +22 -0
- package/eventcatalog/src/components/MDX/CodeGroup/code-group-icons.ts +345 -0
- package/eventcatalog/src/components/MDX/CodeGroup/code-group.css +22 -0
- package/eventcatalog/src/components/MDX/CodeGroup/parse-panels.ts +11 -0
- package/eventcatalog/src/components/MDX/Columns/Column.astro +10 -0
- package/eventcatalog/src/components/MDX/Columns/Columns.astro +14 -0
- package/eventcatalog/src/components/MDX/Columns/MarkdownColumns.tsx +37 -0
- package/eventcatalog/src/components/MDX/Columns/layout.ts +16 -0
- package/eventcatalog/src/components/MDX/components.tsx +6 -0
- package/eventcatalog/src/components/SchemaExplorer/ApiContentViewer.tsx +1 -1
- package/eventcatalog/src/components/SchemaExplorer/ExamplesViewer.tsx +151 -114
- package/eventcatalog/src/components/SchemaExplorer/SchemaDetailsPanel.tsx +510 -248
- package/eventcatalog/src/components/SchemaExplorer/SchemaFlows.tsx +76 -0
- package/eventcatalog/src/components/SchemaExplorer/SchemaGraph.tsx +47 -0
- package/eventcatalog/src/components/SchemaExplorer/SchemaPageViewer.tsx +11 -0
- package/eventcatalog/src/components/SchemaExplorer/SchemaUsage.tsx +17 -0
- package/eventcatalog/src/components/SchemaExplorer/types.ts +48 -3
- package/eventcatalog/src/components/SchemaExplorer/utils.ts +28 -1
- package/eventcatalog/src/content.config.ts +28 -0
- package/eventcatalog/src/pages/docs/[type]/[id]/[version]/examples/[...filename].astro +38 -7
- package/eventcatalog/src/pages/schemas/[type]/[id]/[version]/index.astro +144 -37
- package/eventcatalog/src/pages/schemas/explorer/index.astro +5 -0
- package/eventcatalog/src/plugins/empty-collection-warning.d.ts +21 -0
- package/eventcatalog/src/plugins/empty-collection-warning.mjs +107 -0
- package/eventcatalog/src/plugins/quiet-empty-collections-logger.mjs +11 -0
- package/eventcatalog/src/remark-plugins/code-group.ts +39 -0
- package/eventcatalog/src/remark-plugins/markdown-code-group.ts +59 -0
- package/eventcatalog/src/remark-plugins/markdown-columns.ts +66 -0
- package/eventcatalog/src/utils/collections/channels.ts +12 -4
- package/eventcatalog/src/utils/collections/examples.ts +133 -41
- package/eventcatalog/src/utils/collections/flows.ts +43 -0
- package/eventcatalog/src/utils/collections/messages.ts +2 -2
- package/eventcatalog/src/utils/collections/schemas.ts +15 -0
- package/eventcatalog/src/utils/node-graphs/message-node-graph.ts +17 -15
- package/eventcatalog/src/utils/schema-explorer.ts +73 -7
- package/eventcatalog/src/utils/schema-usage-graph.ts +92 -0
- package/package.json +5 -4
- package/dist/chunk-RDYYZQYU.js +0 -18
- package/eventcatalog/src/components/EnvironmentDropdown.test.ts +0 -64
- package/eventcatalog/src/components/Grids/message-link.spec.ts +0 -59
- package/eventcatalog/src/components/MDX/CustomProperties/custom-properties.spec.ts +0 -38
- package/eventcatalog/src/components/MDX/SchemaViewer/schema-viewer-utils.spec.ts +0 -116
- package/eventcatalog/src/components/SchemaExplorer/JSONSchemaViewer.test.tsx +0 -114
- package/eventcatalog/src/components/SchemaExplorer/ProtobufSchemaViewer.test.tsx +0 -91
- package/eventcatalog/src/components/SchemaExplorer/SchemaViewerHover.test.tsx +0 -33
- package/eventcatalog/src/components/SchemaExplorer/protobuf-validation.test.ts +0 -84
- package/eventcatalog/src/components/Search/search-utils.spec.ts +0 -173
- package/eventcatalog/src/components/SideNav/NestedSideBar/utils.spec.ts +0 -105
- package/eventcatalog/src/components/navigation-progress.spec.ts +0 -68
- package/eventcatalog/src/enterprise/directory/user-team-directory.spec.ts +0 -527
- package/eventcatalog/src/enterprise/fields/field-extractor.test.ts +0 -302
- package/eventcatalog/src/enterprise/fields/fields-db.test.ts +0 -185
- package/eventcatalog/src/stores/eventcatalog-store.spec.ts +0 -60
- package/eventcatalog/src/utils/collections/glob-loader.spec.ts +0 -87
- package/dist/{chunk-6K7XZAYI.js → chunk-A2RZR3U4.js} +3 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" aria-hidden="true"><path fill="#00007D" d="M225.85 128.024c0-54.024-43.846-97.87-97.87-97.87c-54.023 0-97.869 43.846-97.869 97.87c0 54.023 43.846 97.869 97.87 97.869c54.023 0 97.869-43.846 97.869-97.87"/><path fill="#FFF" d="M197.195 87.475c0-15.823-12.842-28.666-28.665-28.666s-28.666 12.843-28.666 28.666s12.843 28.665 28.666 28.665s28.665-12.842 28.665-28.665"/><path fill="#00007D" d="M254.515 30.154c0-15.823-12.842-28.665-28.665-28.665s-28.665 12.842-28.665 28.665c0 15.824 12.842 28.666 28.665 28.666s28.665-12.842 28.665-28.666"/><path fill="#FFF" d="M61.25 113.756h8.559v55.654h31.697v7.526H61.25zm55.696 17.118v30.579q0 3.527 1.09 5.763q2.01 4.13 7.497 4.13q7.875-.001 10.723-7.226q1.55-3.871 1.55-10.624v-22.622h7.74v46.062h-7.31l.086-6.795q-1.478 2.623-3.674 4.43q-4.346 3.612-10.55 3.613q-9.665 0-13.166-6.581q-1.9-3.525-1.9-9.419v-31.31zm65.934 18.186q2.665-.343 3.57-2.233q.514-1.035.515-2.979q0-3.971-2.812-5.763t-8.047-1.792q-6.053 0-8.585 3.285q-1.417 1.816-1.846 5.403h-7.225q.215-8.54 5.52-11.883t12.307-3.342q8.119 0 13.188 3.096q5.026 3.097 5.026 9.635v26.538q0 1.204.495 1.934q.494.73 2.086.73q.516 0 1.16-.064q.647-.064 1.377-.193v5.72q-1.807.515-2.752.644q-.947.13-2.58.13q-4 0-5.807-2.839q-.946-1.505-1.333-4.257q-2.367 3.097-6.796 5.376q-4.43 2.278-9.763 2.278q-6.409 0-10.472-3.887q-4.065-3.887-4.065-9.73q0-6.4 4-9.922t10.494-4.34zm-16.302 20.913q2.452 1.932 5.807 1.931q4.084 0 7.913-1.889q6.451-3.134 6.451-10.263v-6.226q-1.416.906-3.648 1.51t-4.378.861l-4.679.602q-4.206.558-6.326 1.76q-3.59 2.017-3.59 6.436q0 3.347 2.45 5.278"/><path fill="#929292" d="m132.532 255.926l-.102-2.935c3.628-.127 7.287-.413 10.873-.85l.356 2.914c-3.67.448-7.414.74-11.127.87m-11.162-.09c-3.707-.19-7.445-.545-11.111-1.054l.403-2.908c3.582.497 7.236.843 10.858 1.029zm33.3-2.618l-.61-2.872c3.545-.752 7.097-1.67 10.559-2.73l.86 2.807a128 128 0 0 1-10.81 2.795m-55.39-.454a128 128 0 0 1-10.761-2.973l.905-2.793a125 125 0 0 0 10.512 2.904zM176 246.69l-1.103-2.721a125 125 0 0 0 9.916-4.533l1.336 2.615A128 128 0 0 1 176 246.69m-97.945-.809a128 128 0 0 1-10.079-4.811l1.38-2.592c3.2 1.704 6.514 3.285 9.847 4.7zm117.802-9.34l-1.56-2.488a126 126 0 0 0 8.982-6.19l1.77 2.343a129 129 0 0 1-9.192 6.334m-137.5-1.144a129 129 0 0 1-9.088-6.487l1.808-2.314a126 126 0 0 0 8.88 6.34zm155.3-12.299l-1.966-2.18c2.692-2.427 5.31-5 7.78-7.649l2.147 2.003a130 130 0 0 1-7.962 7.826M40.777 221.66a129 129 0 0 1-7.83-7.958l2.18-1.966a127 127 0 0 0 7.652 7.776zm188.094-14.876l-2.313-1.808a126 126 0 0 0 6.343-8.878l2.461 1.602a129 129 0 0 1-6.491 9.084m-203.037-1.686a129 129 0 0 1-6.338-9.189l2.487-1.56a126 126 0 0 0 6.194 8.978zm215.206-17.015l-2.591-1.38c1.705-3.2 3.288-6.513 4.705-9.845l2.702 1.149a128 128 0 0 1-4.816 10.076m-227.058-1.878a128 128 0 0 1-4.645-10.148l2.72-1.104a125 125 0 0 0 4.538 9.914zm235.788-18.66l-2.792-.907a125 125 0 0 0 2.91-10.51l2.861.658a128 128 0 0 1-2.979 10.759M5.6 165.537a127 127 0 0 1-2.8-10.807l2.872-.61a125 125 0 0 0 2.735 10.557zm249.175-19.73l-2.908-.405c.499-3.58.847-7.233 1.033-10.857l2.933.152a129 129 0 0 1-1.058 11.11M.957 143.721a129 129 0 0 1-.876-11.127l2.935-.104c.127 3.627.416 7.285.855 10.873zm252.035-20.085c-.126-3.62-.414-7.28-.856-10.876l2.914-.358c.452 3.681.747 7.427.876 11.132zM3.098 121.581l-2.932-.148c.188-3.708.54-7.447 1.047-11.112l2.909.402c-.496 3.582-.84 7.235-1.024 10.858M250.335 102a126 126 0 0 0-2.732-10.563l2.808-.858a129 129 0 0 1 2.796 10.81zM6.088 99.996l-2.862-.656a128 128 0 0 1 2.968-10.762l2.794.905a125 125 0 0 0-2.9 10.513m237.874-18.845a126 126 0 0 0-4.525-9.928l2.616-1.333a129 129 0 0 1 4.631 10.161zM12.802 79.26l-2.703-1.146a128 128 0 0 1 4.806-10.082l2.592 1.379a125 125 0 0 0-4.695 9.849m10.233-19.25l-2.462-1.6a129 129 0 0 1 6.483-9.091l2.314 1.807a126 126 0 0 0-6.335 8.883m13.416-17.185l-2.15-2a129 129 0 0 1 7.954-7.835l1.968 2.18a127 127 0 0 0-7.772 7.655m16.177-14.61l-1.772-2.34a129 129 0 0 1 9.186-6.343l1.562 2.486a126 126 0 0 0-8.976 6.198m143.494-5.099l-.16-.103l1.596-2.464l.155.1zm-9.568-5.627a126 126 0 0 0-9.854-4.682l1.143-2.704a128 128 0 0 1 10.085 4.792zm-115.471-.864l-1.34-2.613a128 128 0 0 1 10.146-4.65l1.105 2.72a125 125 0 0 0-9.911 4.543m95.392-7.623a126 126 0 0 0-10.517-2.9l.656-2.862c3.614.828 7.236 1.827 10.765 2.968zM91.27 8.424l-.862-2.807a128 128 0 0 1 10.806-2.805l.612 2.871A125 125 0 0 0 91.27 8.424m53.958-4.296c-3.59-.5-7.244-.846-10.862-1.03l.15-2.932c3.702.188 7.443.543 11.117 1.054zm-32.646-.249l-.36-2.914c3.67-.452 7.414-.748 11.127-.881l.105 2.934c-3.629.13-7.286.42-10.872.861"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 158" aria-hidden="true"><path d="M238.371 157.892H18.395C8.431 157.892 0 149.462 0 139.497V18.395C0 8.431 8.431 0 18.395 0h219.21C247.569 0 256 8.431 256 18.395v121.102c0 9.964-7.665 18.395-17.629 18.395M18.395 12.263c-3.066 0-6.132 3.066-6.132 6.132v121.102c0 3.832 3.066 6.132 6.132 6.132h219.21c3.832 0 6.132-3.066 6.132-6.132V18.395c0-3.832-3.066-6.132-6.132-6.132zM36.79 121.102V36.79h24.527l24.527 30.66l24.527-30.66h24.527v84.312h-24.527V72.814l-24.527 30.66l-24.527-30.66v48.288zm154.06 0l-36.79-40.623h24.527V36.79h24.527v42.923h24.527z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 139" aria-hidden="true"><defs><linearGradient id="SVGBMRPfbUG" x1="20.683%" x2="146.237%" y1="63.558%" y2="19.88%"><stop offset="0%" stop-color="#F69923"/><stop offset="31.23%" stop-color="#F79A23"/><stop offset="83.83%" stop-color="#E97826"/></linearGradient><linearGradient id="SVGogAQKbIr" x1="21.159%" x2="52.694%" y1="394.971%" y2="13.745%"><stop offset="32.33%" stop-color="#9E2064"/><stop offset="63.02%" stop-color="#C92037"/><stop offset="75.14%" stop-color="#CD2335"/><stop offset="100%" stop-color="#E97826"/></linearGradient><linearGradient id="SVG6GJGJdyf" x1="34.915%" x2="66.098%" y1="192.312%" y2="-136.283%"><stop offset="0%" stop-color="#282662"/><stop offset="9.548%" stop-color="#662E8D"/><stop offset="78.82%" stop-color="#9F2064"/><stop offset="94.87%" stop-color="#CD2032"/></linearGradient><linearGradient id="SVG8RL7pcWp" x1="30.238%" x2="64.688%" y1="170.497%" y2="-44.403%"><stop offset="32.33%" stop-color="#9E2064"/><stop offset="63.02%" stop-color="#C92037"/><stop offset="75.14%" stop-color="#CD2335"/><stop offset="100%" stop-color="#E97826"/></linearGradient><linearGradient id="SVGkQlhfbNc" x1="31.529%" x2="81.077%" y1="77.305%" y2="-41.421%"><stop offset="0%" stop-color="#282662"/><stop offset="9.548%" stop-color="#662E8D"/><stop offset="78.82%" stop-color="#9F2064"/><stop offset="94.87%" stop-color="#CD2032"/></linearGradient><linearGradient id="SVGRoTvwbbj" x1="39.84%" x2="57.301%" y1="187.68%" y2="-51.028%"><stop offset="32.33%" stop-color="#9E2064"/><stop offset="63.02%" stop-color="#C92037"/><stop offset="75.14%" stop-color="#CD2335"/><stop offset="100%" stop-color="#E97826"/></linearGradient><linearGradient id="SVGdtv91bHC" x1="22.303%" x2="52.553%" y1="465.803%" y2="17.075%"><stop offset="32.33%" stop-color="#9E2064"/><stop offset="63.02%" stop-color="#C92037"/><stop offset="75.14%" stop-color="#CD2335"/><stop offset="100%" stop-color="#E97826"/></linearGradient><linearGradient id="SVGeY9ebekD" x1="16.634%" x2="159.526%" y1="60.308%" y2="27.099%"><stop offset="0%" stop-color="#F69923"/><stop offset="31.23%" stop-color="#F79A23"/><stop offset="83.83%" stop-color="#E97826"/></linearGradient><linearGradient id="SVGQsolWaaO" x1="-85.424%" x2="62.65%" y1="394.971%" y2="13.745%"><stop offset="32.33%" stop-color="#9E2064"/><stop offset="63.02%" stop-color="#C92037"/><stop offset="75.14%" stop-color="#CD2335"/><stop offset="100%" stop-color="#E97826"/></linearGradient><linearGradient id="SVGqcG1LrKz" x1="-20.619%" x2="125.361%" y1="129.232%" y2="-53.713%"><stop offset="0%" stop-color="#282662"/><stop offset="9.548%" stop-color="#662E8D"/><stop offset="78.82%" stop-color="#9F2064"/><stop offset="94.87%" stop-color="#CD2032"/></linearGradient><linearGradient id="SVG6QKfFcvV" x1="9.218%" x2="80.31%" y1="170.497%" y2="-44.403%"><stop offset="32.33%" stop-color="#9E2064"/><stop offset="63.02%" stop-color="#C92037"/><stop offset="75.14%" stop-color="#CD2335"/><stop offset="100%" stop-color="#E97826"/></linearGradient><linearGradient id="SVGaOABlc2y" x1="37.046%" x2="71.794%" y1="77.305%" y2="-41.421%"><stop offset="0%" stop-color="#282662"/><stop offset="9.548%" stop-color="#662E8D"/><stop offset="78.82%" stop-color="#9F2064"/><stop offset="94.87%" stop-color="#CD2032"/></linearGradient><linearGradient id="SVGKeqL0bGS" x1="-34.745%" x2="110.893%" y1="181.583%" y2="-46.554%"><stop offset="32.33%" stop-color="#9E2064"/><stop offset="63.02%" stop-color="#C92037"/><stop offset="75.14%" stop-color="#CD2335"/><stop offset="100%" stop-color="#E97826"/></linearGradient><linearGradient id="SVGv1vXebZv" x1="-129.864%" x2="66.578%" y1="266.449%" y2="32.861%"><stop offset="32.33%" stop-color="#9E2064"/><stop offset="63.02%" stop-color="#C92037"/><stop offset="75.14%" stop-color="#CD2335"/><stop offset="100%" stop-color="#E97826"/></linearGradient></defs><g fill="none"><path fill="url(#SVGBMRPfbUG)" d="M1.782 2.143c-.186.439-.362 1.006-.526 1.69l-.12.534q-.06.279-.115.578l-.11.618l-.106.66l-.099.698l-.093.737l-.088.773l-.081.81l-.038.417l-.072.861l-.064.894l-.058.926l-.026.475l5.736 2.776c-.087-3.349.021-6.515.323-9.425l.059-.518l-.04.475l-.052.785l-.019.375l-.031.855l-.012.481l-.013 1.07l.002.898l.014.982l.016.7l.037 1.123l.034.796l.042.835l.024.432c1.068-.871 2.348-2.015 3.678-3.265l.893-.848q.225-.215.449-.432l.896-.874l.885-.878l.862-.872l.83-.854c-.917-1.875-1.907-3.253-2.827-4.26l-.304-.321q-.302-.309-.588-.565l-.282-.246l-.272-.222q-.134-.105-.261-.2l-.25-.178l-.235-.159l-.326-.202l-.29-.162l-.324-.16l-.242-.104l-.442-.16l-.323-.104L7.52.3L7.28.24L7.02.18L6.882.153l-.287-.05l-.3-.044C4.709-.139 2.66.07 1.782 2.143" transform="translate(250.163 25.432)"/><path d="m267.075 96.87l-.796-2.91l-.702-2.59l-.299-1.138l-.582-2.249l-.562-2.202l-.559-2.261l-.27-1.114l-.52-2.185l-.523-2.24a251 251 0 0 1-.726-3.25l-.455-2.13q-.112-.527-.22-1.045l-.306-1.488l-.68-3.496l-.146-.78l-.295-1.532l-.09-.507l-.068-.368l-.276.25l-.57-.282l.041.188q.187 1.144.394 2.305l.468 2.502q.063.34.122.683c.266 1.4.541 2.794.835 4.194l.3 1.403c.394 1.887.814 3.778 1.24 5.641c.413 1.848.858 3.673 1.303 5.498q.443 1.822.899 3.618l.46 1.79c.48 1.872.963 3.717 1.466 5.523c.105.406.222.829.343 1.224l.6 2.176q.298 1.075.606 2.135l.919.462l.307-.274a.3.3 0 0 0-.038-.117c-.608-1.85-1.123-3.672-1.62-5.435"/><path fill="url(#SVGogAQKbIr)" d="M7.423 32.522a285 285 0 0 1-.725-5.632a127 127 0 0 1-.442-4.538l-.102-1.34l-.002-.103a117 117 0 0 1-.257-5.323L.17 12.826l-.015.35l-.039.729a129 129 0 0 0-.111 4.36a217 217 0 0 0 .034 5.414c.04 1.735.111 3.545.205 5.385q.104 1.772.233 3.579l.105 1.394l7.658 3.88l-.27-1.807z" transform="translate(250.163 25.432)"/><path fill="url(#SVG6GJGJdyf)" d="m18.5 76.992l.118.409l.76 2.584q.164.55.333 1.107l.363 1.175l.124.423q.033.103.072.206l1.234 3.954c1.093-.226 2.424.181 3.831.795l.567.256c-1.036-1.246-2.47-2.08-4.183-2.273c4.69-3.128 7.776-7.157 7.343-11.964a17 17 0 0 0-.19-1.312c-.07 1.772-.777 3.073-2.827 4.463l-.253.167c2.12-3.731 2.704-6.263 2.453-9.535a31 31 0 0 0-.301-2.486c-.678 4.872-3.295 8.026-7.123 9.892z" transform="translate(250.163 25.432)"/><path fill="url(#SVG8RL7pcWp)" d="m15.753 71.273l-.488-1.826l-.98-3.696a361 361 0 0 1-1.358-5.409c-.445-1.825-.874-3.661-1.304-5.497c-.436-1.88-.845-3.755-1.24-5.642l-.388-1.865l-.746-3.732a80 80 0 0 1-.373-2.023a232 232 0 0 1-.61-3.467l-.042-.188L.61 34.041l.024.242q.005.063.003.125c.154 1.725.303 3.476.507 5.236c.2 1.787.427 3.579.693 5.39c.225 1.526.467 3.041.72 4.572l.166.917a107 107 0 0 0 2.569 10.878c.331 1.11.656 2.178.988 3.191l.295.853l.61 1.698A77 77 0 0 0 9.59 72.92l7.696 3.9c-.41-1.416-.789-2.854-1.206-4.313l-.213-.817z" transform="translate(250.163 25.432)"/><path fill="url(#SVGkQlhfbNc)" d="M9.703 73.175a61 61 0 0 0 3.056 5.752l.62 1.002c-.73-.294-1.652-.44-2.548-.505l-.445-.026l-.219-.009l-.427-.009l-.601.002l-.538.016l-.452.023l-.632.052q-.009.001-.007.002c3.891 1.35 7.304 3.002 9.457 5.508c-.856.942-2.457 1.658-4.47 2.241c1.498.163 2.64.096 3.464-.038l.333-.061l.153-.033l.276-.068l.239-.07l.29-.101l.148-.061c-1.236 1.03-2.01 2.787-2.653 4.756l-.222.703l-.108.356c1.637-2.676 3.262-4.448 4.843-5.126c1.767 5.858 3.81 12.092 6.052 18.597l1.048 3.021a831 831 0 0 0 1.076 3.058c.521-.673.58-1.417.361-2.175l-.717-2.026l-.817-2.366l-1.265-3.754l-1.036-3.147l-1.146-3.552l-1.094-3.465l-1.004-3.247l-.739-2.431l-.6-2.008c-.081-.263-.155-.531-.234-.803l-.226-.745l-.65-2.243l-.66-2.307l-.296-1.064l-.012-.015l-7.697-3.9c.018.068.037.123.06.18z" transform="translate(250.163 25.432)"/><path fill="url(#SVGRoTvwbbj)" d="m9.135 38.082l.136.746c.1.508.19 1.02.288 1.536l.833 4.272l.306 1.488l.445 2.102l.23 1.073q.345 1.596.726 3.25l.523 2.24l.52 2.185l.27 1.114l.56 2.261l.558 2.198q.424 1.665.884 3.39q.338 1.276.698 2.586l.8 2.914l.605 2.142l.625 2.188l.32 1.108a.3.3 0 0 0 .038.117l2.321-2.139l-.056.024l-.124.06c2.756-2.602 5.117-7.816 5.657-12.515c.248-2.165.225-4.469-.072-6.982c-.215-1.873-.596-3.841-1.12-5.971a77 77 0 0 0-1.708-5.853c-.426.869-1.031 1.724-1.773 2.558l-.402.44l-.138.144l-.291.293c2.032-3.16 2.274-6.552 1.67-10.074c-.369 1.044-1.094 2.592-2.297 3.983a8 8 0 0 1-.516.548c-.032.023-.058.053-.09.084l-.056.047c.674-1.123 1.172-2.19 1.492-3.27q.074-.226.124-.455l.05-.23c.082-.35.136-.704.19-1.058l.078-.685q.047-.605.02-1.238l-.054-.774a2 2 0 0 0-.022-.171l-.08-.496a7 7 0 0 0-.045-.234c-.157-.92-.33-1.741-.508-2.469l-.167-.653l-.151-.551l-.197-.653l-.255-.764l-.081-.222l-.155-.385q-.074-.178-.141-.325l-.127-.26a2 2 0 0 1-.098.306l-.07.155c-.48 1.126-1.595 2.67-2.612 3.754c-.016.012-.031.023-.035.05l-.21.21a3 3 0 0 0-.106.119l.04-.078l-7.315 6.699c.062.05.07.094.065.121" transform="translate(250.163 25.432)"/><path fill="url(#SVGdtv91bHC)" d="M6.306 15.454q.044.8.105 1.67L6.5 18.31l.05.615l.108 1.273l.06.657l.017.212a1 1 0 0 0 .018.1q.092.979.207 2.017l.162 1.413q.087.72.183 1.473l.304 2.298q.213 1.563.469 3.252l.133.854q.198 1.305.431 2.675l.482 2.819l7.316-6.699c1.525-2.763 1.858-4.482 1.838-6.618q-.013-.647-.056-1.336l-.031-.462a58 58 0 0 0-.661-5.776c-.3-1.858-.668-3.643-1.089-5.171a27 27 0 0 0-.838-2.624a30 30 0 0 0-.807-1.825l-.83.847q-.211.214-.427.43l-.874.872l-.891.874l-.897.865l-.448.426l-.886.831a70 70 0 0 1-3.237 2.85" transform="translate(250.163 25.432)"/><path fill="#000" d="M212.12 30.787q6.091.658 10.702 2.47q4.774 1.81 7.737 4.939q3.129 2.963 4.116 7.738q.495 2.798 0 6.42a96 96 0 0 1-1.317 7.409l-7.408 36.714q-.495 3.128-1.153 6.42q-.659 3.129-.494 5.763q0 .494-.164 1.152v.988q0 1.812-.33 3.622q-.33 1.811-2.14 2.47a6.2 6.2 0 0 1-2.47.494h-14.487q-1.318-.164-1.976-.824a3.15 3.15 0 0 1-1.317-1.81q-.33-1.318-1.153-2.14a2.1 2.1 0 0 0-.823-.495q-.33-.33-1.152-.164a9 9 0 0 0-1.811.823q-.824.495-1.647.823q-.988.66-2.14 1.152q-.988.495-2.14.988a35 35 0 0 1-4.775 1.647q-2.469.493-4.939 1.152q-1.317.33-2.47.33q-.987.165-2.14.329h-.987q-.495.165-.988.164h-1.811q-1.811.33-3.293 0h-1.482a8.4 8.4 0 0 0-2.305-.329a4.05 4.05 0 0 1-1.975-.165l-2.964-.658q-1.481-.165-2.634-.823q-4.445-1.812-7.244-4.61q-2.799-2.964-3.786-7.738a16.4 16.4 0 0 1-.494-2.47q0-1.317-.165-2.798a4.2 4.2 0 0 1 0-1.647q.33-.823.33-1.646q0-.495.164-1.976q.33-1.646.658-2.305q.66-1.646.824-2.798l1.646-3.622q.988-1.976 2.14-3.458q3.622-4.774 7.738-7.244t10.208-4.28a23.6 23.6 0 0 1 4.61-1.153a87 87 0 0 0 4.774-.823q1.316-.33 2.799-.33q1.646-.165 3.128-.493a5.5 5.5 0 0 1 2.305-.165q1.152 0 2.634-.33a8.4 8.4 0 0 1 2.305-.328q1.152 0 2.47-.33q3.622-.822 6.585-1.317q3.127-.659 5.927-2.963q1.645-1.482 2.634-3.293q.165-.495.165-.823q0-.33.164-.659q.33-.33.33-.987q.164-.66.329-.988v-2.47q-.66-4.94-5.598-6.75q-1.317-.495-3.457-.658a17 17 0 0 0-4.116-.165q-2.14 0-4.28.33q-1.977.329-3.458.822a7.6 7.6 0 0 0-2.14.988q-.988.495-1.976 1.153t-2.14 1.81t-1.647 2.14a36 36 0 0 0-1.975 3.129q-.824 1.481-2.8 1.976q-1.316.33-2.798.329h-9.22q-.822 0-1.81.165q-.824 0-1.318-.165h-1.481q-.33-.165-.824-.165t-.823-.329q-1.152-.33-1.317-2.14q0-.824.33-1.647q.328-.822.658-1.481a46 46 0 0 1 1.646-3.293a35 35 0 0 1 1.976-2.964l1.317-1.646l1.317-1.646q1.647-1.811 3.951-3.458q.495-.165 1.153-.823a37 37 0 0 0 1.646-1.152q.824-.495 1.811-.988a30 30 0 0 1 6.421-2.799q3.458-1.153 6.915-2.14a29 29 0 0 1 4.28-.659q2.14-.165 4.446-.658q.658-.165 1.975 0t1.811-.165q6.75-.165 12.677.494m183.035 1.317q5.597 1.975 9.713 5.268a16.2 16.2 0 0 1 2.47 2.305q1.317 1.153 2.14 2.47q.33.824 1.152 1.317a23 23 0 0 1 1.647 3.787q.823 1.811 1.81 3.786q.495 1.481.66 3.128q.328 1.482.658 3.293q.33 2.14.33 4.445l.328 4.61q0 1.317-.494 2.964q-.33 1.48-.164 2.798l-.33 1.811q0 1.317-.658 2.964q-.659 1.645-1.646 2.14q-.824.659-2.47.988q-1.646.165-3.622.33h-3.787a37 37 0 0 0-3.292-.165h-42.476q-.989 0-1.811.329q-1.482.659-1.976 1.317q-.33.33-.988 1.317q-.495.824-.494 1.646q.165.988 0 1.976q0 .823.165 1.811q.495 3.952 1.81 6.585q1.483 2.47 4.281 4.446a7.2 7.2 0 0 0 2.47 1.152q1.481.165 2.799.659q1.317.33 3.457.493q2.305.165 4.116-.164h1.482q1.646-.33 3.128-.659l2.963-.987q1.812-.825 4.116-2.14q2.305-1.318 3.622-2.635a20 20 0 0 1 2.14-2.14q1.153-1.153 2.47-1.647q1.81-.823 4.28-.658h6.75q1.153-.165 1.976.165h1.647q1.48.328 2.14.823q.494.33.33 1.481q0 1.153-.495 1.976q-1.316 2.305-2.799 4.116a43 43 0 0 1-2.963 3.622q-4.61 5.433-9.878 8.726q-5.268 3.292-12.677 5.597q-1.976.66-3.787.823a30 30 0 0 0-3.951.659q-.66.165-1.482 0q-.659 0-1.317.165h-1.81a4.05 4.05 0 0 1-1.977.164a9.3 9.3 0 0 1-1.81-.164q-1.318-.165-2.305 0t-2.14-.165a4.8 4.8 0 0 0-1.812-.33q-.987 0-1.646-.329a43 43 0 0 1-3.622-.823a8.8 8.8 0 0 1-2.964-1.152a57 57 0 0 0-3.128-1.153a15 15 0 0 1-2.634-1.481q-4.61-3.293-7.902-7.574q-3.128-4.445-4.61-10.207a21 21 0 0 1-.659-3.622q0-1.975-.494-3.951v-1.153q.165-.659.165-1.317a28 28 0 0 1 0-4.28l.659-4.61a9.3 9.3 0 0 0 .164-1.811q.165-.988.494-1.811l.494-1.976l1.317-3.951a184 184 0 0 0 2.14-5.433a26 26 0 0 1 2.47-4.94q10.536-17.121 28.976-24.2a20.6 20.6 0 0 1 4.939-1.318q2.469-.494 5.268-1.152q1.317-.165 2.47-.165q1.152 0 2.47-.165q8.396-.164 13.994 1.976M54.193 0q2.799 0 3.951 1.152q.988.824 1.153 2.47q.165 1.482.493 2.963q.33 2.636.659 5.433q.495 2.635.823 5.433a325 325 0 0 1 2.964 21.074a450 450 0 0 0 3.128 21.238q.658 3.292.988 6.75q.328 3.458.987 6.75l.33 1.647q.165.822.823 1.317q.33.165.494.329q.33.165.823-.165q1.317-.33 2.14-1.975a36 36 0 0 1 1.646-2.964a483 483 0 0 0 3.787-7.408a125 125 0 0 1 3.951-7.574L93.87 36.385q5.434-10.208 10.701-20.415a218 218 0 0 1 2.635-5.104q1.48-2.634 2.798-5.268a32 32 0 0 1 1.482-2.635q.823-1.317 2.305-2.14Q114.943 0 116.425 0h28.318q1.646 0 2.305.659q1.645.987.987 3.786a518 518 0 0 0-.987 5.433l-4.94 24.696l-12.347 61.244l-2.799 14.324a43 43 0 0 1-.823 3.622q-.494 1.645-1.647 2.47a5.5 5.5 0 0 1-2.634.987h-15.64a20 20 0 0 0-2.14-.494q-.824-.165-1.318-1.152q-.494-.825-.329-2.14q.33-1.318.659-2.8l1.646-8.396l8.561-42.311q.33-2.306.659-4.28q.493-2.142.823-4.281l.658-2.635q.33-1.48.33-2.798a9.3 9.3 0 0 1 0-2.47q.33-1.317-.494-1.646q-.495-.165-.823.164l-.494.494a7.2 7.2 0 0 0-1.482 1.647l-.988 1.646a211 211 0 0 0-2.963 5.104a64 64 0 0 1-2.964 5.268l-.988 1.976a8.3 8.3 0 0 1-.987 1.975a86 86 0 0 0-2.47 4.28a41 41 0 0 1-2.305 4.281q-.33.495-.494 1.153q-.164.494-.494.988a29 29 0 0 0-1.81 3.128q-.66 1.646-1.812 3.292a29 29 0 0 0-1.81 3.129a23 23 0 0 1-1.647 3.292a121 121 0 0 0-5.433 9.714a404 404 0 0 1-5.104 9.549q-.493.494-.658.987q0 .495-.494.988a42 42 0 0 0-2.14 3.787a29.5 29.5 0 0 1-1.976 3.622a37 37 0 0 1-1.317 2.14a7.2 7.2 0 0 1-1.482 1.647q-.987.658-1.81.823q-.825 0-2.141.329H64.4q-1.152 0-2.799.165h-3.128q-1.48 0-2.798-.165t-1.811-.659q-1.153-.823-1.482-1.81q-.165-1.153-.659-2.635a49 49 0 0 1-.494-3.951a25 25 0 0 0-.658-4.116l-.165-1.482a25 25 0 0 1-.658-4.115a25 25 0 0 0-.659-4.281v-.823q0-.495-.165-.988q-.493-1.481-.658-3.128a34 34 0 0 0-.494-3.293v-.823q0-.495-.165-.823A34 34 0 0 1 47.113 81q0-1.647-.493-3.293q-.66-3.293-1.153-6.914a73 73 0 0 0-.988-7.08a194 194 0 0 1-1.152-8.396a40.4 40.4 0 0 0-1.482-8.232q-.33-2.305-.988-3.787a2.6 2.6 0 0 0-.658-.494q-.165-.33-.659 0q-.987.494-1.317 1.647a9 9 0 0 1-.658 2.305a6.6 6.6 0 0 0-.824 2.47q-.165 1.151-.329 2.469a43 43 0 0 1-.823 3.622a43 43 0 0 1-.823 3.622l-8.726 43.793l-1.646 8.067l-.659 2.634q-.165 1.317-.988 2.14q-.823 1.154-2.799 1.482q-1.152.33-2.47.33a21 21 0 0 0-2.633-.165H2.99q-1.482-.165-2.305-.988t-.659-2.47l.659-3.621l2.799-14.488l12.348-61.245l4.61-23.05q.165-.987.329-2.304q.33-1.481.658-2.799q.33-1.317.659-2.47q.493-1.316.823-1.975q.987-1.152 2.963-1.646q.495-.165.659 0q.33 0 .823-.165zm447.682 33.092q6.091 3.127 8.561 9.22q.823 1.81.988 3.95q.33 1.977.494 4.117q.165 1.316 0 2.47a8.1 8.1 0 0 0 0 2.304q-.33.989-.165 1.317a38 38 0 0 1-.659 4.775a356 356 0 0 1-.987 4.774l-2.8 14.653l-5.432 26.67a558 558 0 0 1-1.317 6.092q-.66 2.8-3.128 3.622q-.988.33-2.305.33H483.6q-1.976 0-3.457-.165q-1.482-.33-2.14-1.482q-.495-.987-.33-2.47q.33-1.646.659-3.457l2.305-11.524l4.939-24.53q1.152-6.093 1.646-11.196q.66-5.268-1.152-8.89q-1.647-3.294-5.762-4.61a4.8 4.8 0 0 0-1.811-.33q-.824 0-1.647-.329q-.823-.165-2.14 0q-1.152 0-1.811.165q-.824.164-1.317.164q-.495 0-.988.165q-3.952.989-6.585 2.634q-6.092 3.787-8.562 11.03q-2.304 7.245-4.115 16.3l-4.116 20.58l-1.976 10.042l-.659 2.964q-.33 1.48-.987 2.47q-1.153 1.81-3.128 2.14q-1.812.329-4.446.329h-8.231q-1.812 0-3.622-.165q-1.812-.165-2.305-1.152q-.989-1.482-.33-4.281q.66-2.799 1.153-5.268l4.445-22.39l7.244-36.22l1.811-8.397q.33-1.812.659-3.293a4.44 4.44 0 0 1 1.481-2.47q.33-.493 1.153-.658a9.4 9.4 0 0 1 1.646-.494h.823a8.4 8.4 0 0 1 1.647-.165h8.725q1.317 0 2.47.165q1.317 0 2.305.33q.987.493 1.152 1.481q.33.988.33 2.305q0 .659-.165 1.152q-.165.495 0 .988q.165.823.33.988q.329.165.822.494q1.647.164 3.128-1.153q1.482-1.481 2.964-2.304a49.7 49.7 0 0 1 10.866-5.269q1.646-.495 3.128-.658a56 56 0 0 0 3.622-.494q.494-.165 1.482 0q.987 0 1.317-.165q9.878-.33 15.805 2.799m-298.81 44.781q-.659.165-1.152.33q-.495 0-1.317.164q-1.153.33-2.47.494a30 30 0 0 0-2.799.494q-.494.165-1.481.164q-2.306.495-4.446.659t-4.28.823l-2.634.659q-1.153.165-2.305.658q-3.787 1.482-6.75 4.445t-3.458 8.232q-.165 2.8.988 4.61q.66 1.81 2.799 2.963q2.14.989 4.774 1.482q2.634.495 5.598.33a33.3 33.3 0 0 0 5.927-1.153q4.61-1.317 7.573-4.116q3.129-2.964 5.269-7.244q.493-1.153.823-2.305q.329-1.317.988-2.634l.329-1.482q.33-.823.494-1.81q.165-1.154.164-1.976q0-.989.165-1.811q.165-.824-.494-1.317q-.658-.66-2.305-.659m174.803-30.458q-.495.33-1.153.165t-1.152 0q-.988.33-1.976.494q-.988 0-1.81.33q-7.74 2.304-12.513 9.054q-.495.66-1.153 1.811a7.6 7.6 0 0 0-.987 2.14a6.2 6.2 0 0 0-.33 1.976q0 .988.823 1.646q1.153.825 3.458.824h27.494q2.635-.165 3.622-1.482q1.482-1.647.988-3.951q-.33-2.47-.494-3.622q-1.482-4.446-4.774-6.75q-3.294-2.47-10.043-2.635"/><path fill="url(#SVGeY9ebekD)" d="M66.756.315q-.352.145-.764.363l-.427.236q-.442.254-.94.576l-.51.34l-.535.372l-.561.406l-.585.438l-.302.231l-.62.485l-.64.516l-.663.546l-.682.576l-.702.604l-.72.633l-.737.66l-.374.34l2.411 6.793c2.61-2.784 5.23-5.263 7.802-7.375l.905-.734l.065-.05l-.622.506l-.61.528l-.662.598l-.627.588l-.527.507l-.379.371l-.82.822l-.67.689l-.966 1.018l-.514.553l-.534.583l-.84.93l-.584.66c.6.057 1.258.107 1.958.149l1.08.057l1.134.047l1.175.037l1.205.026l1.224.016l.615.005l1.23.002q.309 0 .614-.003l1.212-.012q.3-.003.597-.009l1.17-.024c.959-2.86 1.178-5.16 1.104-6.878l-.026-.435l-.037-.408L74.054 7l-.051-.369l-.059-.341l-.031-.161l-.066-.301l-.069-.275l-.07-.247l-.069-.22l-.129-.359l-.105-.249l-.249-.514l-.145-.274l-.122-.216l-.14-.236l-.16-.254l-.18-.266l-.196-.275c-1.1-1.482-2.98-3.15-5.457-2.128" transform="translate(260.14 28.697)"/><path d="m283.012 98.652l1.009-1.836l1.369-2.438l1.199-2.127l.595-1.052l1.325-2.296l1.309-2.247l.645-1.103a453 453 0 0 1 2.015-3.376l1.317-2.172a328 328 0 0 1 3.356-5.411l1.327-2.078q.327-.511.652-1.015l.936-1.44l1.134-1.705l1.096-1.65l.503-.745l.98-1.467l.168-.241l.314-.468l.085-.12l-.42-.018l-.235-.68l-.116.183q-.76 1.07-1.515 2.169l-1.61 2.386q-.22.323-.445.647a257 257 0 0 0-2.66 4.039l-.874 1.368a353 353 0 0 0-3.484 5.526c-1.135 1.816-2.227 3.639-3.319 5.461a450 450 0 0 0-2.15 3.627l-1.053 1.807a306 306 0 0 0-3.207 5.611c-.238.41-.48.843-.697 1.257a333 333 0 0 0-2.454 4.43l.373 1.101l.464.024c.028-.04.057-.081.063-.125c.653-1.315 1.33-2.587 2.005-3.826"/><path fill="url(#SVGQsolWaaO)" d="M47.161 29.252q1.955-2.62 3.89-5.11c1.345-1.718 2.7-3.369 4.072-4.972c.082-.1.163-.199.241-.276a133 133 0 0 1 4.023-4.49l-2.415-6.77l-.292.27l-.61.556a146 146 0 0 0-3.553 3.422q-1.037 1.034-2.103 2.13l-1.44 1.49l-.732.765a222 222 0 0 0-4.113 4.498a299 299 0 0 0-2.655 3.066l-1.024 1.206l3.082 9.208l1.219-1.67z" transform="translate(260.14 28.697)"/><path fill="url(#SVGqcG1LrKz)" d="m20.745 73.852l-.458.847l-1.212 2.261q-.306.573-.612 1.155l-.64 1.234c-.123.228-.242.433-.343.663l-.674 1.301l-1.474 2.862c1.2.777 2.001 2.454 2.705 4.34c.156-1.826-.336-3.636-1.561-5.153c6.26 1.209 11.947.417 15.416-3.797c.301-.38.605-.78.89-1.206c-1.469 1.374-3.077 1.858-5.845 1.341l-.313-.062c4.671-1.32 7.152-2.893 9.551-5.727a35 35 0 0 0 1.732-2.24c-4.417 3.383-9.03 3.843-13.593 2.304z" transform="translate(260.14 28.697)"/><path fill="url(#SVG6QKfFcvV)" d="m22.837 67.492l1.3-2.283l2.148-3.754a408 408 0 0 1 3.203-5.434a671 671 0 0 1 3.319-5.461a289 289 0 0 1 3.484-5.526c1.157-1.813 2.358-3.62 3.533-5.408c.43-.65.856-1.278 1.307-1.924c.74-1.095 1.502-2.186 2.264-3.277l.116-.184l-3.042-9.179l-.172.214q-.045.055-.098.103c-1.246 1.51-2.517 3.04-3.751 4.618c-1.26 1.598-2.5 3.22-3.725 4.89a307 307 0 0 0-3.053 4.252l-.595.87A121 121 0 0 0 22.5 50.808a141 141 0 0 0-1.74 3.354c-.446.915-.873 1.855-1.297 2.773a87 87 0 0 0-2.656 6.56l3.098 9.255l.602-1.099l1.233-2.21q.31-.555.619-1.12z" transform="translate(260.14 28.697)"/><path fill="url(#SVGaOABlc2y)" d="M16.697 63.79a69 69 0 0 0-2.11 7.06l-.297 1.298c-.28-.643-.728-1.308-1.233-1.935l-.309-.371l-.158-.182l-.32-.352l-.32-.336l-.314-.318l-.45-.434l-.41-.376l-.447-.393l-.403-.332c2.06 4.178 3.494 8.22 3.237 11.948c-1.437.079-3.296-.617-5.38-1.747c.897 1.1 1.721 1.876 2.416 2.42l.311.235q.075.055.149.106l.281.19l.26.161l.238.136l.214.111l.189.09l.162.07l.072.029c-1.747-.147-3.682.588-5.682 1.6l-.669.348l-.672.363c3.445-.854 6.16-.99 7.972-.279a449 449 0 0 0-2.686 5.17l-1.356 2.668a667 667 0 0 0-6.189 12.624l-1.394 2.929A945 945 0 0 0 0 109.26c.954-.127 1.592-.68 2.02-1.464l1.577-3.346l1.453-3.008l1.855-3.778l1.64-3.284l1.624-3.21l1.543-3.01l2.14-4.116l1.521-2.88l.523-.983l.45-.832l.41-.78l.624-1.153l1.281-2.352l.656-1.198l.606-1.092l.003-.022l-3.097-9.254a1.4 1.4 0 0 0-.095.192z" transform="translate(260.14 28.697)"/><path fill="url(#SVGKeqL0bGS)" d="m44.121 35.088l-.482.71c-.324.486-.658.972-.99 1.465l-1.589 2.396l-1.134 1.704l-.288.442q-.645.99-1.3 2.014l-1.327 2.078a304 304 0 0 0-2.673 4.292l-.683 1.119a457 457 0 0 0-3.332 5.548l-1.296 2.214c-.654 1.12-1.316 2.26-1.983 3.432q-.592 1.035-1.192 2.101l-1.971 3.516l-.604 1.096l-1.227 2.232q-.618 1.13-1.242 2.281a.3.3 0 0 0-.063.124l3.569.123c-.062-.031-.128-.04-.212-.075c4.286.094 10.33-2.228 14.498-5.581c1.92-1.545 3.731-3.418 5.489-5.678c1.315-1.678 2.572-3.565 3.843-5.696a87 87 0 0 0 3.274-6.07c-1.033.362-2.2.57-3.46.652l-.673.035c-.15.007-.298.005-.453.006l-.239.003c4.147-.928 7.036-3.467 9.35-6.781c-1.128.547-2.942 1.217-5.015 1.38a9 9 0 0 1-.851.031c-.044-.006-.089-.003-.14-.004l-.081-.006c1.435-.369 2.683-.831 3.799-1.448c.16-.08.312-.172.461-.267l.223-.145c.344-.216.669-.458.994-.7l.606-.49c.46-.4.904-.848 1.312-1.345l.26-.302q.061-.075.118-.155l.33-.463q.077-.113.15-.224a40 40 0 0 0 1.579-2.437l.183-.312c.239-.41.449-.78.634-1.132l.217-.414l.329-.666q.101-.207.183-.395l.096-.224l.163-.404q.072-.187.125-.342l.047-.147q-.147.092-.321.168l-.181.07c-1.28.525-3.405.881-5.085.947c-.022-.004-.044-.007-.069.012l-.335.002a3 3 0 0 0-.179.012l.094-.031l-11.211-.42c.009.09-.02.13-.045.15" transform="translate(260.14 28.697)"/><path fill="url(#SVGv1vXebZv)" d="M59.822 14.624q-.6.68-1.241 1.429l-.872 1.026l-.907 1.083l-1.095 1.322a1 1 0 0 0-.065.096q-.937 1.15-1.927 2.413l-1.008 1.298l-.515.674l-1.448 1.914l-.946 1.268q-.719.967-1.465 1.999l-.5.695q-.753 1.035-1.522 2.13l-1.039 1.484l-1.07 1.534l11.212.42c3.423-1.013 5.058-2.132 6.738-3.868q.504-.53 1.017-1.12l.342-.396a65 65 0 0 0 4.056-5.175c1.235-1.735 2.358-3.463 3.233-5.028a31 31 0 0 0 1.41-2.778c.309-.735.567-1.432.8-2.11l-1.163.02l-1.196.012l-1.217.004l-1.228-.004l-.614-.006l-1.222-.018l-1.203-.027l-.591-.017l-1.155-.042l-.56-.025l-1.08-.058a57 57 0 0 1-1.959-.149" transform="translate(260.14 28.697)"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 549" aria-hidden="true"><path fill="#01EC64" d="M175.622 61.108C152.612 33.807 132.797 6.078 128.749.32a1.03 1.03 0 0 0-1.492 0c-4.048 5.759-23.863 33.487-46.874 60.788c-197.507 251.896 31.108 421.89 31.108 421.89l1.917 1.28c1.704 26.234 5.966 63.988 5.966 63.988h17.045s4.26-37.54 5.965-63.987l1.918-1.494c.213.214 228.828-169.78 31.32-421.677m-47.726 418.05s-10.227-8.744-12.997-13.222v-.428l12.358-274.292c0-.853 1.279-.853 1.279 0l12.357 274.292v.428c-2.77 4.478-12.997 13.223-12.997 13.223"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 252" aria-hidden="true"><path fill="#00546B" d="M235.648 194.212c-13.918-.347-24.705 1.045-33.752 4.872c-2.61 1.043-6.786 1.044-7.134 4.35c1.392 1.392 1.566 3.654 2.784 5.567c2.09 3.479 5.741 8.177 9.047 10.614c3.653 2.783 7.308 5.566 11.134 8.002c6.786 4.176 14.442 6.611 21.053 10.787c3.829 2.434 7.654 5.568 11.482 8.177c1.914 1.39 3.131 3.654 5.568 4.523v-.521c-1.219-1.567-1.567-3.828-2.784-5.568c-1.738-1.74-3.48-3.306-5.22-5.046c-5.045-6.784-11.308-12.7-18.093-17.571c-5.567-3.828-17.747-9.047-20.008-15.485c0 0-.175-.173-.348-.347c3.827-.348 8.35-1.74 12.005-2.784c5.915-1.567 11.308-1.218 17.398-2.784c2.783-.696 5.567-1.566 8.35-2.436v-1.565c-3.13-3.132-5.392-7.307-8.698-10.265c-8.873-7.657-18.617-15.137-28.707-21.4c-5.394-3.48-12.354-5.742-18.095-8.699c-2.086-1.045-5.567-1.566-6.784-3.306c-3.133-3.827-4.873-8.872-7.134-13.396c-5.044-9.57-9.917-20.182-14.267-30.272c-3.13-6.786-5.044-13.572-8.872-19.834c-17.92-29.577-37.406-47.497-67.33-65.07c-6.438-3.653-14.093-5.219-22.27-7.132c-4.348-.175-8.699-.522-13.048-.697c-2.784-1.218-5.568-4.523-8.004-6.089C34.006 4.573 8.429-8.996 1.122 8.924c-4.698 11.308 6.96 22.442 10.96 28.185c2.96 4.001 6.786 8.524 8.874 13.048c1.218 2.956 1.565 6.09 2.783 9.221c2.785 7.653 5.393 16.18 9.048 23.314c1.914 3.653 4.001 7.48 6.437 10.786c1.392 1.913 3.827 2.784 4.35 5.915c-2.435 3.48-2.61 8.7-4.003 13.049c-6.263 19.66-3.826 44.017 5.046 58.457c2.783 4.348 9.395 13.92 18.268 10.265c7.83-3.131 6.09-13.048 8.35-21.747c.524-2.09.176-3.48 1.219-4.872v.349c2.436 4.87 4.871 9.569 7.133 14.44c5.394 8.524 14.788 17.398 22.617 23.314c4.177 3.13 7.482 8.524 12.702 10.438v-.523h-.349c-1.044-1.566-2.61-2.261-4.001-3.48c-3.131-3.13-6.612-6.958-9.047-10.438c-7.306-9.744-13.745-20.53-19.486-31.665c-2.783-5.392-5.22-11.308-7.481-16.701c-1.045-2.09-1.045-5.22-2.784-6.263c-2.61 3.827-6.437 7.133-8.351 11.83c-3.304 7.481-3.653 16.702-4.871 26.27c-.696.176-.349 0-.697.35c-5.566-1.394-7.48-7.134-9.569-12.006c-5.22-12.352-6.09-32.186-1.565-46.452c1.218-3.654 6.438-15.136 4.35-18.616c-1.044-3.306-4.525-5.22-6.438-7.829c-2.261-3.306-4.698-7.48-6.263-11.135c-4.176-9.743-6.264-20.53-10.787-30.273c-2.088-4.524-5.74-9.22-8.699-13.396c-3.305-4.697-6.959-8.004-9.569-13.571c-.869-1.913-2.088-5.045-.696-7.133c.348-1.392 1.043-1.913 2.436-2.261c2.262-1.915 8.7.521 10.96 1.565c6.438 2.608 11.831 5.046 17.225 8.699c2.435 1.74 5.045 5.046 8.176 5.916h3.654c5.568 1.217 11.83.348 17.05 1.913c9.222 2.957 17.572 7.307 25.054 12.005c22.792 14.44 41.58 34.97 54.282 59.501c2.088 4 2.957 7.656 4.871 11.83c3.655 8.526 8.178 17.225 11.83 25.576c3.654 8.176 7.133 16.528 12.353 23.314c2.61 3.652 13.048 5.567 17.746 7.481c3.48 1.565 8.874 2.958 12.005 4.871c5.915 3.652 11.83 7.83 17.398 11.83c2.784 2.088 11.482 6.438 12.005 9.917"/><path fill="#00546B" d="M58.186 43.022c-2.957 0-5.044.35-7.132.871v.348h.348c1.393 2.784 3.827 4.698 5.566 7.133c1.393 2.783 2.61 5.568 4.003 8.352c.173-.175.347-.348.347-.348c2.437-1.741 3.654-4.524 3.654-8.7c-1.044-1.217-1.218-2.435-2.088-3.653c-1.043-1.741-3.306-2.61-4.698-4.003"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 291" aria-hidden="true"><path fill="#009639" d="M2.054 218.187c1.32 2.347 3.227 4.108 5.575 5.428l112.962 65.137c4.695 2.787 10.416 2.787 14.964 0l112.963-65.137c4.695-2.64 7.482-7.629 7.482-13.057V80.284c0-5.428-2.787-10.416-7.482-13.056L135.555 2.09c-4.694-2.788-10.416-2.788-14.964 0L7.63 67.228C2.787 69.868 0 74.856 0 80.284v130.42c0 2.642.587 5.136 2.054 7.483"/><path fill="#FFF" d="M91.837 195.154a14.463 14.463 0 0 1-14.524 14.524a14.463 14.463 0 0 1-14.523-14.524V95.542c0-7.776 6.895-14.084 16.43-14.084c6.896 0 14.965 2.787 19.806 8.802l4.4 5.282l60.737 72.618V95.835a14.463 14.463 0 0 1 14.524-14.524a14.463 14.463 0 0 1 14.523 14.524v99.613c0 7.775-6.895 14.083-16.43 14.083c-6.896 0-14.965-2.787-19.806-8.802l-65.137-77.754z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 141" aria-hidden="true"><path d="M253.693 129.153V39.207h44.974c12.684 0 24.215 11.532 24.217 24.216v65.73h-16.145v-62.27c0-6.27-4.613-11.532-11.532-11.532h-25.37v85.333zm99.172 0V39.207h16.144v89.946zm0-110.703h16.144V0l-16.144 11.532zm62.27 110.703h-16.144V39.207h88.793c13.838 0 24.216 10.378 24.216 24.216v65.73l-16.144 11.531l-.001-73.801c0-6.92-4.613-11.532-11.532-11.532h-20.755v73.802h-16.144V55.35h-32.289z"/><path fill="#F3D400" d="M103.445 0S95.58 6.216 87.562 12.389c-8.249-.262-24.426 1.585-33.192 4.773C46.295 12.046 39.2 6.398 39.2 6.398s-6.064 10.43-9.877 16.552c-5.655 3.007-11.332 6.39-16.392 10.866A901 901 0 0 1 0 28.536c7.794 15.72 13.034 31.462 27.287 40.923c22.691-35.838 128.137-32.535 151.298-.203c14.968-7.807 20.79-24.604 26.676-40.112c-.646.213-8.655 2.894-13.847 4.875c-3.1-3.375-10.407-8.564-14.56-11.07c-3.939-7.213-9.672-16.958-9.672-16.958s-6.79 5.05-14.662 10.561c-10.633-1.962-23.495-4.347-34.312-3.757C110.845 6.742 103.445 0 103.445 0"/><path fill="#FFE953" d="M8.059 61.944s11.047 26.748 18.719 45.335c32.51 42.89 115.528 45.872 151.72.83c8.564-19.3 20.118-46.425 20.118-46.425c-9.285 13.755-24.396 23.25-33.702 28.365c-6.613 3.622-21.872 5.812-21.872 5.812l-40.06-20.759l-40.289 20.344s-15.056-2.419-21.871-5.605c-13.757-7.343-23.009-16.02-32.763-27.897"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 141" aria-hidden="true"><defs><linearGradient id="SVGoGx0sdqm" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stop-color="#F29100"/><stop offset="100%" stop-color="#EC670F"/></linearGradient><linearGradient id="SVGNMcY0dez" x1="50%" x2="50%" y1="0%" y2="99.999%"><stop offset="0%" stop-color="#F29100"/><stop offset="100%" stop-color="#EC670F"/></linearGradient></defs><path fill="#FFF" d="M83.953 123.855c-.203-1.389.192-2.77-.226-4.073c-.358-1.137-1.179-1.242-1.718-2.166c-1.421-2.426-2.89-5.568-3.025-8.538c-.124-2.667-1.105-5.077-1.239-7.72c-.064-1.276.086-2.592.04-3.855a12 12 0 0 0-.181-1.814c-.03-.164-.14-.843-.19-1.115l.331-.827c-.146-.284 2.83-.19 3.718-.184c1.506.019 2.923.097 4.426.17c3.07.151 5.867.113 8.857-.348c6.663-1.029 9.726-3.75 11.294-4.881c6.117-4.411 8.92-11.623 8.92-11.623c1.008-2.253 1.005-6.272 3.169-8.071c2.55-2.125 6.832-1.972 9.76-3.276c1.712-.758 2.948-1.175 4.699-.812c1.299.27 3.637 1.776 4.175-.337c-.434-.28-.604-.792-.836-1.075c2.413-.24.046-5.838-.91-6.957c-1.474-1.726-3.934-2.517-6.552-3.211c-3.109-.824-5.93-1.775-8.857-1.2c-5.112 1-4.73-1.926-7.742-1.926c-3.616 0-10.048.178-11.16 3.692c-.518 1.642-1.051 1.71-1.949 2.969c-.767 1.079.134 2.03-.251 3.261c-.398 1.265-.982 5.72-1.592 7.274c-1.03 2.63-2.26 5.915-4.528 5.915c-3.18.38-5.68.503-8.259-.434c-1.553-.563-4.155-1.446-5.442-1.988c-5.937-2.5-6.912-5.234-6.912-5.234c-.637-1.054-2.316-2.751-2.944-4.967c-.69-2.44-1.855-4.476-2.328-5.745c-.488-1.316-1.656-3.423-2.574-5.702c-1.175-2.917-2.828-5.093-4.039-6.174c-1.849-1.648-3.555-4.2-7.309-3.458c-.671.133-3.11.243-4.978 1.81c-1.266 1.063-1.666 3.256-2.84 5.106c-.677 1.07-1.87 4.135-2.962 6.693c-.758 1.773-1.111 3.103-1.93 3.755c-.641.511-1.435 1.171-2.395.811c-.596-.223-1.233-.601-1.876-1.103c-.868-.678-2.84-4.036-4.053-6.516c-1.05-2.15-3.292-5.366-4.59-7.107c-1.866-2.504-2.96-3.139-5.718-3.139c-5.917 0-6.365 3.313-8.968 8.13c-1.143 2.117-1.559 5.476-3.854 8.108c-1.311 1.506-5.497 7.697-8.407 8.75v-.03l-.008.03v44.136l.008.061v-.277c.188-.575.388-1.127.615-1.62c1.126-2.398 3.737-4.624 5.188-7.086c.79-1.342 1.69-2.657 2.212-4.065c.45-1.213.671-3.023 1.32-4.075c.797-1.29 2.043-1.729 3.322-1.938c2.005-.33 3.707 2.881 6.271 4.063c1.093.503 6.126 2.284 7.636 2.65c2.488.595 5.248 1.091 7.774 1.601c1.353.273 2.646.432 4.038.574c1.25.125 5.93.28 6.22.618c-2.38 1.213-3.774 4.619-4.667 7.029c-.931 2.51-1.58 5.306-2.706 7.762c-1.248 2.715-3.863 3.844-3.551 7.007c.12 1.262.35 2.585.14 3.974c-.225 1.462-.816 2.603-1.246 4.034c-.552 1.868-1.21 7.9-2.06 9.673l5.204-.653l.009-.003c.568-1.351 1.092-7.057 1.276-7.6c.974-2.862 2.265-5.216 4.252-7.43c1.936-2.155 1.836-4.935 2.967-7.447c1.225-2.73 2.872-4.914 4.427-7.481c2.81-4.641 4.662-10.5 10.636-11.692c.638-.132 4.295 2.505 5.917 4.073c1.86 1.787 3.89 3.857 5.11 6.32c2.365 4.775 4.37 11.691 5.129 15.505c.435 2.19.783 2.321 2.264 4.056c.682.795 2.042 3.279 2.49 4.233c.47 1.018 1.185 3.335 1.754 4.518c.336.704 1.206 2.867 1.839 4.736l4.863-.152c.018.04.106-.012.127.026l.007-.002c-.02-.037-.04-.08-.057-.12c-2.423-4.863-3.974-10.49-4.775-15.876"/><path fill="url(#SVGoGx0sdqm)" d="M81.95 135.24c-.57-1.183-1.283-3.5-1.754-4.518c-.448-.954-1.808-3.437-2.49-4.233c-1.482-1.735-1.829-1.865-2.265-4.056c-.757-3.814-2.763-10.731-5.127-15.505c-1.221-2.463-3.252-4.533-5.11-6.32c-1.623-1.567-5.28-4.205-5.918-4.073c-5.974 1.193-7.827 7.05-10.636 11.692c-1.555 2.567-3.202 4.75-4.427 7.481c-1.131 2.511-1.03 5.292-2.968 7.448c-1.986 2.214-3.277 4.568-4.25 7.428c-.185.544-.709 6.25-1.277 7.601l-.001.003l8.878-.625c8.272.564 5.884 3.734 18.796 3.044l20.389-.631c-.634-1.869-1.504-4.032-1.84-4.736"/><path fill="url(#SVGoGx0sdqm)" d="M141.112 0H20.348C9.116 0 .01 9.108.01 20.34v44.38c2.91-1.052 7.096-7.243 8.407-8.75c2.295-2.632 2.711-5.991 3.854-8.106c2.603-4.818 3.051-8.13 8.968-8.13c2.758 0 3.853.635 5.719 3.138c1.298 1.741 3.54 4.958 4.589 7.107c1.211 2.481 3.185 5.838 4.053 6.516c.643.503 1.28.88 1.875 1.104c.96.36 1.754-.3 2.396-.812c.819-.652 1.172-1.982 1.93-3.755c1.094-2.558 2.285-5.623 2.962-6.693c1.174-1.849 1.573-4.043 2.84-5.106c1.869-1.567 4.307-1.677 4.978-1.81c3.754-.741 5.46 1.81 7.31 3.458c1.21 1.08 2.864 3.258 4.038 6.174c.918 2.279 2.086 4.386 2.574 5.702c.472 1.27 1.638 3.305 2.328 5.745c.627 2.216 2.306 3.913 2.944 4.967c0 0 .976 2.734 6.912 5.234c1.287.542 3.89 1.424 5.442 1.988c2.58.938 5.078.816 8.26.434c2.268 0 3.496-3.284 4.527-5.915c.61-1.554 1.194-6.009 1.592-7.274c.385-1.23-.516-2.182.251-3.261c.898-1.259 1.431-1.327 1.949-2.969c1.113-3.514 7.544-3.692 11.16-3.692c3.013 0 2.63 2.926 7.742 1.925c2.928-.574 5.75.378 8.857 1.2c2.618.695 5.078 1.486 6.553 3.212c.955 1.118 3.321 6.718.909 6.957c.232.283.401.795.835 1.075c-.537 2.113-2.876.608-4.175.337c-1.75-.363-2.986.054-4.698.812c-2.928 1.304-7.21 1.152-9.76 3.276c-2.164 1.8-2.16 5.82-3.17 8.071c0 0-2.802 7.21-8.92 11.623c-1.567 1.131-4.63 3.852-11.293 4.88c-2.99.463-5.787.501-8.857.348c-1.503-.072-2.92-.15-4.426-.169c-.888-.006-3.865-.101-3.718.184l-.332.827c.052.272.16.952.19 1.115c.122.668.157 1.201.182 1.814c.046 1.263-.104 2.58-.04 3.855c.134 2.643 1.115 5.053 1.239 7.72c.135 2.97 1.604 6.112 3.025 8.538c.539.923 1.36 1.029 1.718 2.166c.42 1.303.022 2.685.226 4.073c.8 5.385 2.35 11.013 4.775 15.872a1 1 0 0 0 .058.122c2.994-.503 5.993-1.58 9.884-2.155c7.133-1.058 17.053-.513 23.425-1.11c16.123-1.515 24.874 6.613 39.356 3.282V20.342C161.45 9.108 152.348 0 141.113 0M80.866 95.477c-.023-.244-.012-.21.022-.06z"/><path fill="url(#SVGNMcY0dez)" d="M37.23 114.155c1.125-2.456 1.775-5.252 2.706-7.763c.893-2.41 2.288-5.816 4.667-7.029c-.29-.338-4.97-.493-6.22-.618c-1.392-.142-2.685-.3-4.038-.574c-2.526-.51-5.286-1.005-7.774-1.601c-1.51-.366-6.543-2.147-7.636-2.65c-2.564-1.182-4.266-4.393-6.27-4.063c-1.28.21-2.526.648-3.322 1.938c-.65 1.053-.871 2.86-1.32 4.075c-.522 1.408-1.424 2.723-2.213 4.065c-1.45 2.461-4.062 4.688-5.188 7.086a16 16 0 0 0-.615 1.62v27.418c1.312.224 2.686.5 4.223.91c11.343 3.027 14.11 3.283 25.236 2.011l1.043-.138v-.001c.852-1.773 1.509-7.805 2.061-9.673c.43-1.431 1.021-2.572 1.245-4.034c.212-1.389-.02-2.712-.14-3.974c-.308-3.162 2.307-4.291 3.555-7.005"/><path fill="#484444" d="M212.944 122.689q-8.055 0-14.706-2.868c-4.437-1.91-8.238-4.656-11.412-8.238q-4.76-5.37-7.382-13.059q-2.625-7.687-2.625-17.452t2.625-17.39q2.622-7.627 7.382-12.816c3.174-3.457 6.975-6.102 11.412-7.932q6.652-2.746 14.706-2.746t14.707 2.746q6.648 2.747 11.41 7.994q4.758 5.25 7.384 12.876q2.622 7.63 2.622 17.269q0 9.765-2.622 17.452q-2.625 7.69-7.385 13.059q-4.76 5.372-11.41 8.238q-6.652 2.866-14.706 2.867m0-15.5q8.176 0 12.938-7.017q4.757-7.018 4.758-19.1q0-11.96-4.758-18.672q-4.762-6.712-12.938-6.713q-8.177 0-12.937 6.713t-4.76 18.672q0 12.082 4.76 19.1q4.762 7.017 12.937 7.016m42.469-25.262q0-9.885 3.051-17.635t8.238-13.12a35 35 0 0 1 12.082-8.178q6.896-2.806 14.585-2.807q7.443 0 13.486 3.112q6.04 3.113 10.068 7.261l-9.886 11.106q-3.051-2.805-6.163-4.393q-3.112-1.586-7.261-1.587q-4.151 0-7.75 1.77t-6.284 5.064t-4.21 8.054q-1.526 4.761-1.526 10.74q0 12.327 5.25 19.1q5.244 6.773 14.034 6.772q4.88 0 8.543-1.952q3.66-1.951 6.591-5.126l9.886 10.862q-5.005 5.858-11.411 8.787q-6.41 2.93-13.853 2.93q-7.688 0-14.523-2.623q-6.836-2.625-11.96-7.75q-5.126-5.126-8.056-12.754q-2.931-7.623-2.931-17.633m68.71 22.456q0-9.52 8.054-14.89q8.056-5.369 25.996-7.2q-.246-4.027-2.44-6.407q-2.199-2.38-7.08-2.38q-3.906.001-7.81 1.465q-3.909 1.466-8.3 4.028l-6.346-11.838a63.5 63.5 0 0 1 12.264-5.737c4.273-1.463 8.806-2.196 13.608-2.196q11.716 0 17.88 6.651q6.161 6.653 6.163 20.687v34.66h-14.644l-1.343-6.224h-.366q-3.907 3.418-8.237 5.552q-4.334 2.135-9.46 2.136q-4.148-.001-7.443-1.404q-3.295-1.402-5.614-3.905q-2.319-2.501-3.601-5.797q-1.28-3.295-1.28-7.201m17.086-1.343q0 2.93 1.891 4.332q1.891 1.404 5.065 1.403q3.172.001 5.37-1.342q2.196-1.342 4.638-3.784V93.03q-9.642 1.343-13.303 3.906q-3.66 2.565-3.66 6.103m45.397-42.349h14.646l1.22 7.81h.489q3.78-3.781 8.055-6.528q4.272-2.747 10.252-2.747q6.468 0 10.434 2.624t6.285 7.505c2.686-2.765 5.51-5.144 8.482-7.14q4.453-2.989 10.558-2.99q9.76.001 14.339 6.53q4.576 6.529 4.576 17.879v37.59h-17.94V85.951q0-6.59-1.77-9.032q-1.77-2.44-5.673-2.441q-4.517 0-10.376 5.858v40.885h-17.938v-35.27q-.002-6.59-1.77-9.032q-1.77-2.44-5.676-2.441q-4.64 0-10.252 5.858v40.885h-17.941zm99.71-25.019h17.942v67.49q0 2.808 1.035 3.906q1.038 1.098 2.137 1.098h1.036q.426.001 1.16-.244l2.195 13.303q-1.463.61-3.721 1.037q-2.26.427-5.308.428q-4.641 0-7.812-1.465q-3.173-1.463-5.064-4.088q-1.893-2.623-2.747-6.346q-.854-3.721-.853-8.36z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" aria-hidden="true"><path fill="#1B1918" d="M128 0c70.5 0 128 57.5 128 128s-57.5 128-128 128S0 198.5 0 128S57.5 0 128 0m0 8.687C62.285 8.687 8.687 62.285 8.687 128S62.285 247.313 128 247.313S247.313 193.715 247.313 128S193.715 8.687 128 8.687m0 29.952c49.218 0 89.36 40.143 89.36 89.36c0 49.22-40.142 89.362-89.36 89.362S38.639 177.218 38.639 128s40.143-89.361 89.36-89.361m9.886 168.308h-43.26A85.1 85.1 0 0 0 128 213.728a85.1 85.1 0 0 0 33.374-6.781H149.51l.155 2.274l-9.039 1.898zm-4.622-17.247H68.585a86.2 86.2 0 0 0 23.232 15.986h45.241l-4.996-7.606q1.09-4.287 1.202-8.38m-8.235-125.49l-4.332.39l-6.87 4.318l.947 2.945l3.32-1.073l1.053-2.573q5.418 3.097 3.676 7.558c-1.735 2.892-5.551 2.137-9.568 2.519l-.429-3.42c1.49-1.714 4.616 2.503 4.204.407c-1.529-1.912-2.88-3.072-5.93-1.944l-2.175-1.539l-10.502.213l-7.525 1.152l-2.847 3.524l1.734 2.623l4.512-.088l-3.44 1.71l.791 3.852l9.98-.734c6.232 1.422 9.231 3.145 9.237 3.253l12.655-1.896l-9.224 4.414c3.62.28 3.297-.188 6.917-1.076l-6.792 4.273c2.27.737 5.417-1.227 7.689-1.659c.111.877-7.398 4.55-7.6 5.503c-1.096 5.143-6.268 11.88-9.883 25.63c-1.823 7.782-1.143 12.907.393 19.195c.155.634.319 1.626.49 2.656l.05.306c.205 1.227.42 2.464.64 3.176c1.728 5.405 11.476 11.598 16.592 12.495l3.098.416l3.785 1.8l1.147-2.94h3.577l1.153-1.79l2.326 3.53l2.941 2.044l.963-3.269l6.625 1.655l1.408-.766l2.677-8.176l-4.2-6.125l2.555.13l2.56 4.345l1.148-1.79l.895-4.73c.638.126 1.279.256 1.915.382c.685 2.814 1.365 5.626 2.05 8.437l-.387 6.393l1.92 1.02l1.532 2.684l1.79-2.046l-.257 4.089l1.665-.638l-.515 2.431l2.684 1.148l1.663 3.963l-1.407 5.241l2.3 1.659l-1.66 13.421l-4.474 11.591l-4.443-1.403l-2.359-13.327h-8.763c.056 5.572.393 11.14.72 15.986h14.757a86 86 0 0 0 8.439-4.54l.087-2.172v-4.472l.381-4.218l.385-4.348l.768-4.855l.124-4.6l-.38-3.322l1.658-2.686l1.408-2.43l-.386-2.81l-.636-2.94l.892-3.193l2.56.51l3.192 1.66l1.663 1.022l3.708-.767l2.425-.767l1.533-1.147l.042-.014l.12-.04c.337-.112 1.153-.38 1.998-.642l.39-.12a26 26 0 0 1 1.67-.466c1.15-.255 1.787.385 1.787.385l2.942 2.941l-.768 1.534l-2.554 1.147v1.919l-2.812 2.045s-2.174 1.407-3.582 1.789c-1.302.357-3.491 1.814-3.797 2.02l-.036.024l-1.278 1.282s-.064.121-.172.303h14.507a85.5 85.5 0 0 0 8.399-17.276c-1.044-.587-2.352-1.375-2.922-1.946c-1.022-1.022 2.044-2.686 2.044-2.686s-.57-1.009-1.119-2.05l-.192-.367c-.316-.609-.6-1.19-.733-1.542c-.382-1.02 1.278-3.836 1.278-3.836l-3.067-3.448s-.174.078-.437.182c-.373 2.533-1.04 7.112-1.04 7.112s.13 4.474-.256 5.366c-.35.822-1.561 2.392-1.76 2.648l-.029.036h-2.81l.64-3.576s1.149-3.838 1.149-4.604c0-.768.385-8.177.385-8.177l.04-.576c-.288-.446-.577-.855-.867-1.097l-.897 4.856l-2.3 2.3l.642-21.09l.125-4.854l1.788-4.218l1.793-.51l1.405-2.302s.51-2.81 1.278-3.962c.765-1.148 2.043-2.045 2.809-2.045c.772 0 1.794-2.43 2.43-2.812c.643-.385.643-2.43.643-3.196q0-.22-.015-.475a85 85 0 0 0-1.082-2.91l-.438.7l-1.538-2.17l-.635 2.424l-1.534-.89l-.897 2.81l-1.788-2.043l-2.43-2.943l-2.3-2.94l-3.448-3.066l-2.56-2.556l-1.914.125l-2.81 2.175l-3.198.768l-2.429 1.918l-5.497 3.066l.13.64l2.682 6.134l2.815 3.707l1.022 1.408l-1.022 1.148l-2.815-2.044l-1.023.255l2.3 1.664l-.125 2.3l-.897 1.147h-2.044l-1.915-.766l1.278 1.917l2.81.128s6.008-.128 6.645-.257c.503-.099 2.82-.12 3.79-.124h.228l.085-.001h.115l-2.81 1.789l-1.153 2.43l.897 2.68l-1.152-.125l-8.308-2.045l-2.425-2.684l-2.044-1.92l-.897-2.044l-.766-.51l-5.68-4.345l-9.459 9.33c-.996 4.616 2.682 8.375 4.228 10.021c-.476-.03-.957-.064-1.433-.099l-3.335-1.603c-1.833-.134-2.625.975-2.374 3.34l4.76 6.873l-1.533 1.278a5743 5743 0 0 1-6.007-4.985c2.139 5.946.628 4.582-1.408 2.173l4.86 9.46q-.773.767-1.538 1.533c-3.349.975-5.921-.39-6.773-6.904v.003l-.031.197q-.059.383-.088.656l-.01.09l-.014-.018l-.03-.032c-.615.937-.546-.794-1.199-.381c-4.44 2.81-4.6 2.202-3.836 1.134l.043-.059l-.196.13c-4.405 2.857-12.647 3.198-11.616 2.507l.056-.033a46 46 0 0 1 2.345-1.18l.534-.25c3.468-1.61 6.848-2.93 6.697-3.898a1 1 0 0 0-.026-.135l-.016-.05c-.07-.181-.254-.29-1.172-1.932c-.713 1.822-4.88 1.611-10.618.476c1.092-.335 2.453-.48 3.771-.603l.394-.037c3.136-.29 5.846-.551 3.816-3.11l-.443-.719c-.165 1.25-4.223.942-8.838.41q.49-.11 1.004-.212l.412-.08l.623-.116l.416-.076c3.393-.618 6.585-1.173 4.59-3.023l-6.671.16l6.125-1.45l2.005-2.097l-4.3-.385l2.94-1.787l.642-2.556l-1.92-3.072l3.452-.892l3.593-4.13l.327-6.583c-2.67 1.944-9.033 2.99-12.763 1.962c4.555-1.218 10.511-3.732 12.836-4.383l-.033-1.587l-11.861 4.217c8.645-7.697 1.767-.96-.781-4.453c7.54-7.763 13.643-5.022 12.266-8.09c1.85-6.229-7.902-4.821-6.765-5.438l7.283-3.951c-5.863-3.161-4.972-5.372-3.484-7.011l.159-.17l.08-.084l.163-.164c1.03-1.028 2.087-1.815 1.345-2.475l-4.735-4.473zm62.385 125.49h-10.936l-.834 2.498l-.956 7.636a86.5 86.5 0 0 0 12.726-10.134m-57.202-14.717H56.36a86.5 86.5 0 0 0 10.938 13.453h65.978q-.07-7.019-3.063-13.453m69.429 0H185.04c-.202.205-.404.346-.578.346c-.636 0-1.788-.255-1.788-.255l-2.68 1.407l-1.664 1.914l.125 3.839l-1.147 4.985l-.407 1.217h11.802a86.6 86.6 0 0 0 10.939-13.453m-77.425-8.057H51.653a86 86 0 0 0 3.887 6.792h73.944q-2.175-3.186-7.268-6.792m-13.81-7.132H48.404a86 86 0 0 0 2.621 5.872h69.34c-2.644-1.737-7.936-3.542-11.555-5.419q-.203-.223-.404-.453m-3.016-4.376H46.78a85 85 0 0 0 1.132 3.115h59.477a26.5 26.5 0 0 1-1.999-3.115m-1.348-2.75H45.906q.224.748.464 1.49h58.363a35 35 0 0 1-.691-1.49M128 42.272c-47.218 0-85.728 38.51-85.728 85.728c0 7.681 1.024 15.13 2.936 22.221h7.548c.396-1.347 3.283-4.358 12.203-4.99c.892-1.164 1.394-2.741 1.508-4.72a28.3 28.3 0 0 0-.409-6.483c-.394-2.188-.917-4.172-1.572-5.94c-.649-1.771-1.22-2.892-1.702-3.373c-.727-.69-1.45-.862-2.178-.52a6.5 6.5 0 0 0-1.975 1.49a13 13 0 0 0-1.434 1.819c-.363.564-.545.728-.545.471c.082-.84.281-1.958.594-3.326c.316-1.376 1.428-2.213 3.36-2.512q-.694-.95-2.364-1.277c-1.118-.207-1.741-.317-1.885-.317a18 18 0 0 0-.918 2.391a9.1 9.1 0 0 0-.38 2.66a4.03 4.03 0 0 1-.764-2.594c.05-.944.074-1.793.074-2.539c-.905 0-1.94.663-3.1 1.967c-1.16 1.316-1.906 2.339-2.24 3.084c-.164-2.075.074-3.358.688-3.838c.616-.49 1.079-1.021 1.378-1.611c-.489-.529-.641-1.277-.434-2.24c.2-.97.551-1.667 1.053-2.113c.88-.59 1.76-.744 2.63-.463q1.292.41 2.122.862c.277-.533.748-1.014 1.394-1.45c.645-.434 1.486-.483 2.538-.145c0-2.023.407-3.291 1.235-3.828a35 35 0 0 1 1.84-1.114q-4.461-2.792-5.75-.537c-.859 1.518-1.777 2.703-2.748 3.59q2.45-7.016 6.34-7.18c2.592-.117 5.06.862 7.4 2.927c.06-.207.099-.839.09-1.883a5.57 5.57 0 0 1 .771-2.919c.515-.91 1.46-1.508 2.812-1.798c1.36-.29 3.435.2 6.227 1.482c-.428.151-.944.086-1.55-.221a3.1 3.1 0 0 0-1.949-.268c-.697.108-1.408.63-2.14 1.576c-.736.931-1.433 2.72-2.088 5.34v-.001l.087-.199q.74-1.619 3.103-3.854l.302-.282c1.85-1.694 3.49-1.802 4.933-.316c.528.589.853 1.413.979 2.483c.125 1.069.09 1.822-.108 2.25c-.446-2.56-1.643-3.611-3.609-3.165s-3.364 2.195-4.196 5.258c1.13 0 2.49-.541 4.08-1.633c1.577-1.086 3.781-.54 6.6 1.633c-1.135-.052-1.872 0-2.213.165q-.508.234-.844.234c1.524 0 2.654.945 3.408 2.84c.754 1.894 1.135 3.391 1.135 4.47c-1.386-3.208-3.375-5.023-5.965-5.43q-3.89-.63-4.925 1.36c1.677.55 2.466 1.403 2.375 2.555c-.1 1.152-.789 2.611-2.058 4.379c-.272-1.52-.48-2.638-.644-3.366c-.152-.714-1.17-1.278-3.029-1.684q1.17 5.743 1.585 12.612c.274 4.57.04 8.887-.705 12.92c-.19.528-.29 1.161-.29 1.888q.202.204.424.382c.208.013.416.022.627.035c8.07.46 12.123 3.62 13.53 5.006h17.599c-.99-2.736-1.623-4.028-2.256-7.474c-1.038-9.067-3.463-19.867 3.095-30.988c4.875-8.268 7.538-14.267 5.878-16.623c-.044-2.981-2.968-7.573-6.906-8.607c-2.7.064-4.47.13-6.172.194l-.784.03c-1.703.064-3.472.13-6.173.194l-2.468-5.067l.433-1.103l-1.666-.136l-1.634-2.786l5.481-6.923l3.423-.863l4.787-.491l3.72-.244l7.537-.981l4.568-2.852l1.002-3.514l5.896-1.375l4.406-1.076l5.545 1.276l6.648 5.496c6.324 9.563 8.049 8.525 5.656 19.412c.132 3.363-.378 8.253-1 13.27l-.152 1.207c-1.863 14.687-4.336 29.517 5.722 9.691l3.703-4.729l5.115-4.47l2.3-1.407l3.834-1.407l4.092-2.426l1.66-3.838l3.196-4.089l3.833-3.066l5.371-3.833l4.47-2.048l4.474-.638l5.751.512l2.736.434C182.659 56.772 156.97 42.272 128 42.272m-59.476 75.322c-1.698.356-2.958.98-3.772 1.889c-.82.896-.88 2.321-.182 4.253c1.077 2.806 1.922 5.995 2.529 9.528c.62 3.543.918 6.926.918 10.148h1.195c.781-3.446 1.227-7.445 1.318-11.979q.145-6.804-2.006-13.839m71.52 17.647l-.113.115a14 14 0 0 0-.534.573l-.116.134l-.112.134a8 8 0 0 0-.257.328l-.003.005l.008-.006c.736-.504 1.353-1.084 1.784-1.746c.197-.304-.17-.019-.656.463m-76.86-21.13c.199 0 .562-.168 1.104-.532c.537-.355 1.26-.333 2.17.052c-.113-1.269-.671-2.01-1.69-2.226q-1.533-.32-1.584 2.706m-7.81 3.565q-.472-.502-1.476-.54q-.996-.047-1.495.242c-.165.273-.312.645-.455 1.134c-.147.49-.164.87-.056 1.152c.338-.529.81-.787 1.425-.78c.606.01 1.087.035 1.451.092c.099-.19.19-.438.264-.719c.073-.282.182-.481.343-.58m3.24-.48c.308.108.742.338 1.313.688c.58.355 1.07.754 1.481 1.2c-.112-.247-.303-.78-.571-1.58c-.274-.807-.481-1.34-.628-1.612c-.209 0-.508.134-.88.398c-.373.273-.607.571-.715.906m4.759-.607c-.108.208-.147.888-.116 2.031c.017 1.144.16 1.776.408 1.923c.108-.78.324-1.85.65-3.2q.492-2.03 1.923-2.032c-.897.11-1.496.234-1.777.399c-.281.155-.645.454-1.088.88m93.87 71.847l-2.38-13.453h-5.39c-.586 4.17-.787 8.794-.777 13.453zm-2.604-14.718l-.084-.472l-1.747.472zM46.802 211.543l-1.069-10.205l-9.784-2.529l9.09-3.972l-.849-9.256l6.268 6.887l9.295-4.059l-4.79 8.896l6.466 7.61l-9.71-2.099zm161.23 1.057l-4.925-9.175l-10.16 1.383l7.008-7.22l-4.349-8.365l8.533 4.06l7.163-7.386l-1.078 10.197l8.996 4.66l-9.923 1.759zm-60.412 26.323l-3.361-16.418l3.516-.65l2.787 13.63l8.744-1.615l.571 2.789zm-17.948 1.435l-.932-16.845l7.532-.376q2.842-.137 4.153.25q1.31.391 2.149 1.508c.559.754.863 1.624.919 2.62q.103 1.893-.997 3.189c-.736.862-1.88 1.438-3.42 1.729c.795.393 1.462.83 1.997 1.32c.527.49 1.255 1.364 2.18 2.633l2.349 3.18l-4.28.21l-2.788-3.537c-.993-1.265-1.663-2.057-2.019-2.382q-.54-.481-1.117-.646c-.386-.108-.988-.143-1.816-.098l-.719.034l.386 7.034zm3.045-9.901l2.642-.13q2.574-.13 3.205-.364q.628-.24.966-.767c.22-.346.32-.775.29-1.277c-.03-.572-.216-1.018-.555-1.352q-.503-.498-1.381-.592q-.442-.034-2.616.071l-2.79.14zm-19.586 8.932l1.234-16.824l13.119.871l-.207 2.85l-9.546-.637l-.278 3.73l8.888.588l-.208 2.833l-8.888-.59l-.334 4.579l9.885.658l-.209 2.837zm-16.078-3.505l3.99-16.433l5.6 1.231q3.179.696 4.089 1.16q1.397.69 2.1 2.154q.701 1.46.225 3.416q-.369 1.517-1.2 2.417q-.824.91-1.863 1.299c-.683.265-1.35.39-1.992.38q-1.31-.035-3.68-.557l-2.274-.499l-1.508 6.2zm6.805-12.886l-1.135 4.66l1.91.421q2.065.455 2.825.35a2.46 2.46 0 0 0 1.285-.567c.352-.312.584-.705.707-1.195c.142-.594.078-1.13-.2-1.602c-.269-.464-.68-.814-1.222-1.032q-.602-.252-2.486-.662zM222.84 140.77l16.657 2.638l-1.81 11.421l-2.82-.446l1.277-8.055l-3.94-.625l-1.105 6.952l-2.819-.445l1.104-6.952l-7.076-1.123zm9.117-19.07q2.58-.001 4.327.771a8 8 0 0 1 2.313 1.573q1.02.995 1.515 2.177q.668 1.578.667 3.635c0 2.486-.765 4.474-2.312 5.968q-2.308 2.235-6.428 2.235q-4.086 0-6.393-2.222q-2.301-2.222-2.303-5.934q.002-3.764 2.29-5.98q2.302-2.223 6.324-2.223m.112 3.509c-1.905 0-3.357.44-4.34 1.32q-1.478 1.327-1.477 3.361c0 1.356.486 2.474 1.469 3.345c.979.864 2.443 1.303 4.396 1.303q2.898-.001 4.326-1.27c.954-.849 1.425-1.975 1.425-3.378q0-2.103-1.442-3.396c-.96-.852-2.411-1.285-4.357-1.285m-4.11-16.988l-.216 3.452q-2.864-.065-4.592-1.455q-1.728-1.383-2.386-4.024c-.542-2.17-.242-4.144.892-5.911c1.134-1.768 2.993-2.977 5.566-3.617c2.724-.68 5.011-.503 6.873.527c1.855 1.032 3.07 2.69 3.642 4.987c.498 1.996.312 3.772-.559 5.318c-.51.919-1.38 1.728-2.598 2.426l-1.598-3.075q1.206-.605 1.711-1.716q.508-1.103.177-2.421q-.452-1.816-2.04-2.625c-1.056-.537-2.564-.563-4.512-.078c-2.071.516-3.453 1.252-4.141 2.218c-.697.962-.892 2.04-.599 3.231q.333 1.317 1.404 2.057c.715.495 1.708.727 2.975.706m-11.196-15.042l15.527-6.592l1.33 3.136l-15.528 6.588zM210.6 80.333l14.77-7.854l1.598 3.007l-12.26 6.518l3.975 7.477l-2.512 1.333zm4.25-23.757l3.868 5.522q1.147 1.638 1.576 2.547a4.4 4.4 0 0 1 .438 1.837a4.3 4.3 0 0 1-.417 1.867c-.277.618-.719 1.138-1.317 1.555a3.9 3.9 0 0 1-2.143.726a3.94 3.94 0 0 1-2.209-.566q.513 1.52.104 2.815c-.273.87-.81 1.58-1.607 2.139a5 5 0 0 1-2.139.846a4.5 4.5 0 0 1-2.262-.201c-.705-.255-1.365-.728-1.966-1.41c-.372-.43-1.192-1.53-2.451-3.302l-3.293-4.703zm-.346 4.4l-3.192 2.24l1.277 1.827q1.141 1.63 1.468 1.992q.579.657 1.281.78q.696.124 1.366-.35q.641-.449.796-1.079q.151-.637-.255-1.39q-.242-.449-1.62-2.417zm-5.493 3.846l-3.694 2.587l1.806 2.58c.705 1.006 1.177 1.625 1.425 1.855c.364.364.788.571 1.26.628q.71.084 1.447-.43c.415-.289.693-.637.844-1.039c.147-.407.157-.844.021-1.317q-.201-.708-1.533-2.61zm-8.762-22.712l2.49 2.322l-6.228 6.682c-.988 1.057-1.598 1.776-1.832 2.148a2.75 2.75 0 0 0-.373 1.923c.117.68.524 1.347 1.217 1.992c.706.664 1.378 1.015 2.006 1.062q.942.07 1.636-.463c.469-.352 1.153-1.018 2.067-1.993l6.363-6.825l2.49 2.325l-6.041 6.476c-1.383 1.481-2.426 2.469-3.132 2.952q-1.052.73-2.188.854c-.75.083-1.55-.034-2.386-.346q-1.26-.475-2.724-1.84c-1.174-1.101-1.945-2.067-2.297-2.907q-.53-1.26-.454-2.405q.076-1.148.577-2.017c.494-.862 1.385-1.979 2.676-3.362zm-24.424 3.4l9.186-14.145l4.584 2.974c1.732 1.126 2.818 1.936 3.252 2.417q1.015 1.11 1.143 2.707q.127 1.605-.97 3.287q-.845 1.306-1.898 1.884c-.7.387-1.397.593-2.109.616q-1.051.03-1.91-.295q-1.154-.46-3.096-1.72l-1.863-1.206l-3.465 5.334zm10.485-9.897l-2.602 4.01l1.56 1.014q1.688 1.098 2.404 1.247c.47.096.917.06 1.341-.117q.631-.265 1.04-.888c.334-.515.455-1.038.373-1.572a2.37 2.37 0 0 0-.74-1.368c-.3-.291-.967-.762-1.992-1.43zm-24.656 3.061l6.86-15.404l11.422 5.083l-1.162 2.609l-8.31-3.704l-1.526 3.417l7.736 3.444l-1.152 2.594l-7.735-3.443l-1.867 4.192l8.606 3.833l-1.157 2.595zm-16.45-4.933l4.647-16.215l6.89 1.979c1.733.494 2.95 1.005 3.652 1.52q1.052.773 1.442 2.093c.256.884.248 1.796-.025 2.758q-.525 1.822-1.937 2.707c-.94.586-2.156.78-3.638.576q.884.928 1.364 1.867q.474.934 1.106 3.162l1.074 3.734l-3.912-1.122l-1.355-4.211q-.72-2.253-1.045-2.875c-.212-.417-.48-.737-.788-.957c-.316-.22-.844-.438-1.599-.654l-.662-.191l-1.94 6.77zm5.96-8.42l2.416.694q2.358.675 3.002.65a1.86 1.86 0 0 0 1.113-.424c.31-.26.542-.633.68-1.123q.239-.817-.057-1.446q-.292-.63-1.052-.992c-.256-.108-1.044-.356-2.373-.736l-2.552-.732zm-22.939 1.275V23.75h7.34v6.717q-1.071 1.038-3.099 1.828q-2.036.785-4.115.784q-2.645 0-4.613-1.104a7.12 7.12 0 0 1-2.958-3.178q-.988-2.07-.988-4.492q.001-2.634 1.1-4.687c.74-1.36 1.815-2.408 3.24-3.136q1.62-.841 4.037-.84q3.14-.001 4.903 1.316q1.768 1.319 2.274 3.643l-3.383.632c-.238-.827-.684-1.485-1.343-1.962c-.653-.481-1.473-.72-2.45-.72c-1.49 0-2.673.474-3.552 1.413c-.88.949-1.318 2.343-1.318 4.201c0 2.002.446 3.506 1.34 4.504c.883 1 2.052 1.498 3.49 1.498c.714 0 1.43-.137 2.148-.42a7.5 7.5 0 0 0 1.85-1.012v-2.139zm-24.61 8.752l-2.637-16.657l3.274-.52l8.58 10.044l-1.763-11.123l3.127-.498l2.638 16.659l-3.378.537l-8.437-9.8l1.723 10.86zm-6.267 2.396l-4.93-16.13l3.259-.996l4.929 16.13zM79.356 45.31L72.5 29.9l4.656-2.07l7.47 9.264l-1.913-11.741l4.665-2.076l6.86 15.406l-2.89 1.288l-5.4-12.128l2.344 13.486l-2.997 1.335l-8.451-10.767l5.4 12.128zm-15.83 11.903L53.143 43.92l4.014-3.136l9.495 7.18l-4.7-10.926l4.024-3.145l10.386 13.293l-2.49 1.944L65.7 38.666l5.531 12.526l-2.582 2.018l-10.806-8.407l8.173 10.465zm-1.568.974l-2.43 2.799l-3.86-1.4l-4.421 5.085l1.98 3.565l-2.37 2.728l-8.42-16.026l2.36-2.716zm-9.148.36l-6.25-2.352l3.231 5.826zm-10.412 25.16l-13.643-9.914l4.214-5.803q1.586-2.186 2.676-2.907q1.084-.726 2.46-.64c.915.059 1.773.38 2.583.97c1.021.74 1.649 1.658 1.879 2.745c.23 1.083-.005 2.291-.701 3.613c.782-.343 1.523-.56 2.221-.64c.697-.087 1.81-.075 3.353.037l3.871.27l-2.394 3.291l-4.418-.164q-2.358-.093-3.058-.005c-.469.06-.854.199-1.17.416q-.474.324-1.16 1.277l-.408.556l5.696 4.14zm-5.873-8.48l1.482-2.035c.957-1.326 1.502-2.188 1.632-2.599a1.83 1.83 0 0 0-.018-1.191c-.137-.386-.407-.728-.819-1.027q-.686-.498-1.381-.437q-.687.057-1.29.65q-.288.297-1.504 1.979l-1.562 2.144zM32.861 91.31l-2.617-1.11l2.868-6.756l6.185 2.625c.359.931.515 2.117.468 3.568c-.048 1.45-.338 2.816-.884 4.093q-1.034 2.437-2.82 3.817a7.07 7.07 0 0 1-4.08 1.48q-2.285.097-4.521-.845q-2.425-1.03-3.881-2.85c-.966-1.208-1.512-2.612-1.624-4.201c-.097-1.213.173-2.564.806-4.045c.812-1.928 1.862-3.262 3.126-4.002q1.903-1.11 4.24-.667l-.736 3.357q-1.288-.15-2.335.471q-1.043.625-1.62 1.975q-.871 2.059-.085 3.821q.791 1.771 3.352 2.854c1.84.78 3.4.962 4.668.533c1.269-.43 2.183-1.304 2.746-2.634a5.9 5.9 0 0 0 .455-2.139a7.5 7.5 0 0 0-.216-2.097l-1.97-.836zm-9.065 26.913q-2.541-.448-4.128-1.512a7.9 7.9 0 0 1-2.006-1.949q-.832-1.155-1.116-2.408q-.386-1.667-.027-3.698q.65-3.672 3.314-5.47c1.775-1.205 4.019-1.565 6.722-1.089q4.021.71 5.907 3.297c1.256 1.728 1.672 3.807 1.238 6.246q-.651 3.702-3.294 5.496q-2.646 1.784-6.61 1.087m.493-3.473c1.88.329 3.387.143 4.508-.551q1.688-1.046 2.036-3.054q.36-2-.866-3.547q-1.216-1.534-4.101-2.048c-1.906-.334-3.396-.165-4.483.498c-1.084.672-1.745 1.697-1.992 3.08c-.243 1.386.039 2.581.836 3.594q1.194 1.521 4.062 2.028m7.921 21.166l-16.861.293l-.125-7.167c-.03-1.802.1-3.11.385-3.932c.29-.824.814-1.49 1.581-1.993c.771-.502 1.65-.76 2.647-.78q1.896-.029 3.157 1.061c.831.729 1.374 1.833 1.612 3.31c.42-.744.878-1.364 1.385-1.85c.507-.489 1.404-1.148 2.703-1.984l3.252-2.117l.074 4.067l-3.63 2.529q-1.942 1.345-2.446 1.836q-.498.494-.685 1.035q-.18.546-.156 1.72l.01.689l7.042-.122zm-9.792-3.235l-.042-2.516q-.04-2.451-.257-3.063a1.87 1.87 0 0 0-.732-.94c-.342-.22-.762-.333-1.27-.324c-.57.013-1.02.173-1.368.48q-.512.463-.64 1.295q-.046.414-.01 2.486l.044 2.655zm12.187 18.818l-16.61 2.933l-.948-5.378c-.358-2.04-.506-3.388-.45-4.034q.117-1.496 1.204-2.681q1.08-1.181 3.062-1.533q1.532-.266 2.668.104q1.142.369 1.888 1.122a4.9 4.9 0 0 1 1.092 1.599q.45 1.157.854 3.438l.385 2.183l6.266-1.105zm-14.387-.917l4.708-.832l-.32-1.832q-.35-1.983-.729-2.607a2.25 2.25 0 0 0-1-.905a2.3 2.3 0 0 0-1.36-.152c-.601.109-1.07.373-1.403.8c-.326.42-.495.915-.495 1.474c-.007.417.1 1.225.313 2.433zm173.105-14.038l1.022 4.093s-1.151 3.193-1.277 3.958c-.13.768-.256 3.838-.256 4.73c0 .897-.13 5.371-.13 5.371l-2.686 5.752l-.636-3.196l-1.151-2.941l-1.915-4.6v-5.24s-.256-2.686.51-3.067c.767-.386 2.17-1.408 2.17-1.408l2.43-1.533z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 135" aria-hidden="true"><defs><radialGradient id="SVGJUxgBb3l" cx=".837" cy="-125.811" r="363.057" gradientTransform="translate(76.464 81.918)scale(.463)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#FFF"/><stop offset=".5" stop-color="#4C6B97"/><stop offset="1" stop-color="#231F20"/></radialGradient></defs><ellipse cx="128" cy="67.3" fill="url(#SVGJUxgBb3l)" rx="128" ry="67.3"/><ellipse cx="128" cy="67.3" fill="#6181B6" rx="123" ry="62.3"/><path fill="#FFF" d="m152.9 87.5l6.1-31.4c1.4-7.1.2-12.4-3.4-15.7c-3.5-3.2-9.5-4.8-18.3-4.8h-10.6l3-15.6c.1-.6 0-1.2-.4-1.7s-.9-.7-1.5-.7h-14.6c-1 0-1.8.7-2 1.6l-6.5 33.3c-.6-3.8-2-7-4.4-9.6c-4.3-4.9-11-7.4-20.1-7.4H52.1c-1 0-1.8.7-2 1.6L37 104.7c-.1.6 0 1.2.4 1.7s.9.7 1.5.7h14.7c1 0 1.8-.7 2-1.6l3.2-16.3h10.9c5.7 0 10.6-.6 14.3-1.8q5.85-1.95 10.5-6.3c2.5-2.3 4.6-4.9 6.2-7.7l-2.6 13.5c-.1.6 0 1.2.4 1.7s.9.7 1.5.7h14.6c1 0 1.8-.7 2-1.6l7.2-37h10c4.3 0 5.5.8 5.9 1.2c.3.3.9 1.5.2 5.2L134.1 87c-.1.6 0 1.2.4 1.7s.9.7 1.5.7h15c.9-.3 1.7-1 1.9-1.9m-67.6-26c-.9 4.7-2.6 8.1-5.1 10s-6.6 2.9-12 2.9h-6.5l4.7-24.2h8.4c6.2 0 8.7 1.3 9.7 2.4c1.3 1.6 1.6 4.7.8 8.9m130-18.6c-4.3-4.9-11-7.4-20.1-7.4h-28.3c-1 0-1.8.7-2 1.6l-13.1 67.5c-.1.6 0 1.2.4 1.7s.9.7 1.5.7h14.7c1 0 1.8-.7 2-1.6l3.2-16.3h10.9c5.7 0 10.6-.6 14.3-1.8q5.85-1.95 10.5-6.3c2.6-2.4 4.8-5.1 6.4-8s2.8-6.1 3.5-9.6c1.7-8.7.4-15.5-3.9-20.5M200 61.5c-.9 4.7-2.6 8.1-5.1 10s-6.6 2.9-12 2.9h-6.5l4.7-24.2h8.4c6.2 0 8.7 1.3 9.7 2.4c1.4 1.6 1.7 4.7.8 8.9"/><path fill="#000004" d="M74.8 48.2c5.6 0 9.3 1 11.2 3.1s2.3 5.6 1.3 10.6c-1 5.2-3 9-5.9 11.2q-4.35 3.3-13.2 3.3h-8.9l5.5-28.2zM39 105h14.7l3.5-17.9h12.6c5.6 0 10.1-.6 13.7-1.8s6.8-3.1 9.8-5.9q3.75-3.45 6-7.5c1.5-2.7 2.6-5.7 3.2-9c1.6-8 .4-14.2-3.5-18.7s-10.1-6.7-18.6-6.7H52.1zm74.3-85.4h14.6l-3.5 17.9h13c8.2 0 13.8 1.4 16.9 4.3s4 7.5 2.8 13.9L151 87.1h-14.8l5.8-29.9c.7-3.4.4-5.7-.7-6.9s-3.6-1.9-7.3-1.9h-11.7l-7.5 38.7h-14.6zm76.2 28.6c5.6 0 9.3 1 11.2 3.1s2.3 5.6 1.3 10.6c-1 5.2-3 9-5.9 11.2q-4.35 3.3-13.2 3.3H174l5.5-28.2zM153.7 105h14.7l3.5-17.9h12.6c5.6 0 10.1-.6 13.7-1.8s6.8-3.1 9.8-5.9q3.75-3.45 6-7.5c1.5-2.7 2.6-5.7 3.2-9c1.6-8 .4-14.2-3.5-18.7s-10.1-6.7-18.6-6.7h-28.3z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 264" aria-hidden="true"><path d="M255.008 158.086c-1.535-4.649-5.556-7.887-10.756-8.664c-2.452-.366-5.26-.21-8.583.475c-5.792 1.195-10.089 1.65-13.225 1.738c11.837-19.985 21.462-42.775 27.003-64.228c8.96-34.689 4.172-50.492-1.423-57.64C233.217 10.847 211.614.683 185.552.372c-13.903-.17-26.108 2.575-32.475 4.549c-5.928-1.046-12.302-1.63-18.99-1.738c-12.537-.2-23.614 2.533-33.079 8.15c-5.24-1.772-13.65-4.27-23.362-5.864c-22.842-3.75-41.252-.828-54.718 8.685C6.622 25.672-.937 45.684.461 73.634c.444 8.874 5.408 35.874 13.224 61.48c4.492 14.718 9.282 26.94 14.237 36.33c7.027 13.315 14.546 21.156 22.987 23.972c4.731 1.576 13.327 2.68 22.368-4.85c1.146 1.388 2.675 2.767 4.704 4.048c2.577 1.625 5.728 2.953 8.875 3.74c11.341 2.835 21.964 2.126 31.027-1.848c.056 1.612.099 3.152.135 4.482c.06 2.157.12 4.272.199 6.25c.537 13.374 1.447 23.773 4.143 31.049c.148.4.347 1.01.557 1.657c1.345 4.118 3.594 11.012 9.316 16.411c5.925 5.593 13.092 7.308 19.656 7.308c3.292 0 6.433-.432 9.188-1.022c9.82-2.105 20.973-5.311 29.041-16.799c7.628-10.86 11.336-27.217 12.007-52.99q.13-1.094.244-2.088l.16-1.362l1.797.158l.463.031c10.002.456 22.232-1.665 29.743-5.154c5.935-2.754 24.954-12.795 20.476-26.351"/><path fill="#336791" d="M237.906 160.722c-29.74 6.135-31.785-3.934-31.785-3.934c31.4-46.593 44.527-105.736 33.2-120.211c-30.904-39.485-84.399-20.811-85.292-20.327l-.287.052c-5.876-1.22-12.451-1.946-19.842-2.067c-13.456-.22-23.664 3.528-31.41 9.402c0 0-95.43-39.314-90.991 49.444c.944 18.882 27.064 142.873 58.218 105.422c11.387-13.695 22.39-25.274 22.39-25.274c5.464 3.63 12.006 5.482 18.864 4.817l.533-.452c-.166 1.7-.09 3.363.213 5.332c-8.026 8.967-5.667 10.541-21.711 13.844c-16.235 3.346-6.698 9.302-.471 10.86c7.549 1.887 25.013 4.561 36.813-11.958l-.47 1.885c3.144 2.519 5.352 16.383 4.982 28.952c-.37 12.568-.617 21.197 1.86 27.937c2.479 6.74 4.948 21.905 26.04 17.386c17.623-3.777 26.756-13.564 28.027-29.89c.901-11.606 2.942-9.89 3.07-20.267l1.637-4.912c1.887-15.733.3-20.809 11.157-18.448l2.64.232c7.99.363 18.45-1.286 24.589-4.139c13.218-6.134 21.058-16.377 8.024-13.686z"/><path fill="#FFF" d="M108.076 81.525c-2.68-.373-5.107-.028-6.335.902c-.69.523-.904 1.129-.962 1.546c-.154 1.105.62 2.327 1.096 2.957c1.346 1.784 3.312 3.01 5.258 3.28q.423.059.842.058c3.245 0 6.196-2.527 6.456-4.392c.325-2.336-3.066-3.893-6.355-4.35m88.784.073c-.256-1.831-3.514-2.353-6.606-1.923c-3.088.43-6.082 1.824-5.832 3.659c.2 1.427 2.777 3.863 5.827 3.863q.387 0 .78-.054c2.036-.282 3.53-1.575 4.24-2.32c1.08-1.136 1.706-2.402 1.591-3.225"/><path fill="#FFF" d="M247.802 160.025c-1.134-3.429-4.784-4.532-10.848-3.28c-18.005 3.716-24.453 1.142-26.57-.417c13.995-21.32 25.508-47.092 31.719-71.137c2.942-11.39 4.567-21.968 4.7-30.59c.147-9.463-1.465-16.417-4.789-20.665c-13.402-17.125-33.072-26.311-56.882-26.563c-16.369-.184-30.199 4.005-32.88 5.183c-5.646-1.404-11.801-2.266-18.502-2.376c-12.288-.199-22.91 2.743-31.704 8.74c-3.82-1.422-13.692-4.811-25.765-6.756c-20.872-3.36-37.458-.814-49.294 7.571c-14.123 10.006-20.643 27.892-19.38 53.16c.425 8.501 5.269 34.653 12.913 59.698c10.062 32.964 21 51.625 32.508 55.464c1.347.449 2.9.763 4.613.763c4.198 0 9.345-1.892 14.7-8.33a530 530 0 0 1 20.261-22.926c4.524 2.428 9.494 3.784 14.577 3.92q.016.2.035.398a118 118 0 0 0-2.57 3.175c-3.522 4.471-4.255 5.402-15.592 7.736c-3.225.666-11.79 2.431-11.916 8.435c-.136 6.56 10.125 9.315 11.294 9.607c4.074 1.02 7.999 1.523 11.742 1.523c9.103 0 17.114-2.992 23.516-8.781c-.197 23.386.778 46.43 3.586 53.451c2.3 5.748 7.918 19.795 25.664 19.794c2.604 0 5.47-.303 8.623-.979c18.521-3.97 26.564-12.156 29.675-30.203c1.665-9.645 4.522-32.676 5.866-45.03c2.836.885 6.487 1.29 10.434 1.289c8.232 0 17.731-1.749 23.688-4.514c6.692-3.108 18.768-10.734 16.578-17.36m-44.106-83.48c-.061 3.647-.563 6.958-1.095 10.414c-.573 3.717-1.165 7.56-1.314 12.225c-.147 4.54.42 9.26.968 13.825c1.108 9.22 2.245 18.712-2.156 28.078a37 37 0 0 1-1.95-4.009c-.547-1.326-1.735-3.456-3.38-6.404c-6.399-11.476-21.384-38.35-13.713-49.316c2.285-3.264 8.084-6.62 22.64-4.813m-17.644-61.787c21.334.471 38.21 8.452 50.158 23.72c9.164 11.711-.927 64.998-30.14 110.969a171 171 0 0 0-.886-1.117l-.37-.462c7.549-12.467 6.073-24.802 4.759-35.738c-.54-4.488-1.05-8.727-.92-12.709c.134-4.22.692-7.84 1.232-11.34c.663-4.313 1.338-8.776 1.152-14.037c.139-.552.195-1.204.122-1.978c-.475-5.045-6.235-20.144-17.975-33.81c-6.422-7.475-15.787-15.84-28.574-21.482c5.5-1.14 13.021-2.203 21.442-2.016M66.674 175.778c-5.9 7.094-9.974 5.734-11.314 5.288c-8.73-2.912-18.86-21.364-27.791-50.624c-7.728-25.318-12.244-50.777-12.602-57.916c-1.128-22.578 4.345-38.313 16.268-46.769c19.404-13.76 51.306-5.524 64.125-1.347c-.184.182-.376.352-.558.537c-21.036 21.244-20.537 57.54-20.485 59.759c-.002.856.07 2.068.168 3.735c.362 6.105 1.036 17.467-.764 30.334c-1.672 11.957 2.014 23.66 10.111 32.109a36 36 0 0 0 2.617 2.468c-3.604 3.86-11.437 12.396-19.775 22.426m22.479-29.993c-6.526-6.81-9.49-16.282-8.133-25.99c1.9-13.592 1.199-25.43.822-31.79c-.053-.89-.1-1.67-.127-2.285c3.073-2.725 17.314-10.355 27.47-8.028c4.634 1.061 7.458 4.217 8.632 9.645c6.076 28.103.804 39.816-3.432 49.229c-.873 1.939-1.698 3.772-2.402 5.668l-.546 1.466c-1.382 3.706-2.668 7.152-3.465 10.424c-6.938-.02-13.687-2.984-18.819-8.34m1.065 37.9c-2.026-.506-3.848-1.385-4.917-2.114c.893-.42 2.482-.992 5.238-1.56c13.337-2.745 15.397-4.683 19.895-10.394c1.031-1.31 2.2-2.794 3.819-4.602l.002-.002c2.411-2.7 3.514-2.242 5.514-1.412c1.621.67 3.2 2.702 3.84 4.938c.303 1.056.643 3.06-.47 4.62c-9.396 13.156-23.088 12.987-32.921 10.526m69.799 64.952c-16.316 3.496-22.093-4.829-25.9-14.346c-2.457-6.144-3.665-33.85-2.808-64.447c.011-.407-.047-.8-.159-1.17a15.4 15.4 0 0 0-.456-2.162c-1.274-4.452-4.379-8.176-8.104-9.72c-1.48-.613-4.196-1.738-7.46-.903c.696-2.868 1.903-6.107 3.212-9.614l.549-1.475c.618-1.663 1.394-3.386 2.214-5.21c4.433-9.848 10.504-23.337 3.915-53.81c-2.468-11.414-10.71-16.988-23.204-15.693c-7.49.775-14.343 3.797-17.761 5.53c-.735.372-1.407.732-2.035 1.082c.954-11.5 4.558-32.992 18.04-46.59c8.489-8.56 19.794-12.788 33.568-12.56c27.14.444 44.544 14.372 54.366 25.979c8.464 10.001 13.047 20.076 14.876 25.51c-13.755-1.399-23.11 1.316-27.852 8.096c-10.317 14.748 5.644 43.372 13.315 57.129c1.407 2.521 2.621 4.7 3.003 5.626c2.498 6.054 5.732 10.096 8.093 13.046c.724.904 1.426 1.781 1.96 2.547c-4.166 1.201-11.649 3.976-10.967 17.847c-.55 6.96-4.461 39.546-6.448 51.059c-2.623 15.21-8.22 20.875-23.957 24.25m68.104-77.936c-4.26 1.977-11.389 3.46-18.161 3.779c-7.48.35-11.288-.838-12.184-1.569c-.42-8.644 2.797-9.547 6.202-10.503c.535-.15 1.057-.297 1.561-.473q.469.383 1.032.756c6.012 3.968 16.735 4.396 31.874 1.271l.166-.033c-2.042 1.909-5.536 4.471-10.49 6.772"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 310" aria-hidden="true"><path d="M254.313 235.519L148 9.749A17.06 17.06 0 0 0 133.473.037a16.87 16.87 0 0 0-15.533 8.052L2.633 194.848a17.47 17.47 0 0 0 .193 18.747L59.2 300.896a18.13 18.13 0 0 0 20.363 7.489l163.599-48.392a17.93 17.93 0 0 0 11.26-9.722a17.54 17.54 0 0 0-.101-14.76zm-23.802 9.683l-138.823 41.05c-4.235 1.26-8.3-2.411-7.419-6.685l49.598-237.484c.927-4.443 7.063-5.147 9.003-1.035l91.814 194.973a6.63 6.63 0 0 1-4.18 9.18z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 158" aria-hidden="true"><path fill="#1D222D" d="M51.676 46.77L64.88 59.98l-42.352 42.346l42.352 42.357l-13.205 13.196L2.72 108.924A9.26 9.26 0 0 1 0 102.328a9.24 9.24 0 0 1 2.721-6.6zm110.207 69.604l19.987 18.663H94.102l-19.987-18.663zM204.328 0l48.935 48.96A9.27 9.27 0 0 1 256 55.55a9.3 9.3 0 0 1-2.737 6.615l-48.935 48.945l-13.2-13.202l42.33-42.351l-42.33-42.355zM181.87 69.612l-19.987 18.663H74.115l19.987-18.663zm-19.987-46.774l19.98 18.67h-87.76L74.12 22.837z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 255" aria-hidden="true"><defs><linearGradient id="SVGsGm35cjP" x1="12.959%" x2="79.639%" y1="12.039%" y2="78.201%"><stop offset="0%" stop-color="#387EB8"/><stop offset="100%" stop-color="#366994"/></linearGradient><linearGradient id="SVGSvQaLchT" x1="19.128%" x2="90.742%" y1="20.579%" y2="88.429%"><stop offset="0%" stop-color="#FFE052"/><stop offset="100%" stop-color="#FFC331"/></linearGradient></defs><path fill="url(#SVGsGm35cjP)" d="M126.916.072c-64.832 0-60.784 28.115-60.784 28.115l.072 29.128h61.868v8.745H41.631S.145 61.355.145 126.77c0 65.417 36.21 63.097 36.21 63.097h21.61v-30.356s-1.165-36.21 35.632-36.21h61.362s34.475.557 34.475-33.319V33.97S194.67.072 126.916.072M92.802 19.66a11.12 11.12 0 0 1 11.13 11.13a11.12 11.12 0 0 1-11.13 11.13a11.12 11.12 0 0 1-11.13-11.13a11.12 11.12 0 0 1 11.13-11.13"/><path fill="url(#SVGSvQaLchT)" d="M128.757 254.126c64.832 0 60.784-28.115 60.784-28.115l-.072-29.127H127.6v-8.745h86.441s41.486 4.705 41.486-60.712c0-65.416-36.21-63.096-36.21-63.096h-21.61v30.355s1.165 36.21-35.632 36.21h-61.362s-34.475-.557-34.475 33.32v56.013s-5.235 33.897 62.518 33.897m34.114-19.586a11.12 11.12 0 0 1-11.13-11.13a11.12 11.12 0 0 1 11.13-11.131a11.12 11.12 0 0 1 11.13 11.13a11.12 11.12 0 0 1-11.13 11.13"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 193" aria-hidden="true"><defs><linearGradient id="SVGIi8btdhc" x1="37.973%" x2="91.121%" y1="16.999%" y2="76.326%"><stop offset="0%" stop-color="#C9CBCE"/><stop offset="100%" stop-color="#7B7A81"/></linearGradient></defs><path fill="url(#SVGIi8btdhc)" d="M149.333 149.333c-53.333 0-98.659-26.713-98.659-58.713S90.667 32 144 32c67.357 0 98.572 25.911 98.572 57.911s-34.407 59.422-93.239 59.422M128 0C58.667 0 0 37.333 0 85.333c0 45.334 58.312 82.969 127.646 82.969c69.333 0 128.354-34.969 128.354-82.969S197.333 0 128 0"/><path fill="#2165B6" d="M105.946 51.829v141.109h42.643v-54.875c10.661 0 17.011-2.328 23.986 10.452c10.661 18.292 23.987 44.423 23.987 44.423H247.2s-31.982-52.262-34.647-54.875c-4.915-5.227-10.661-5.227-18.656-7.84c15.991-2.613 30.899-9.248 36.082-23.464c4.531-13.065 3.998-29.685-5.714-40.83c-8.411-8.819-17.042-14.1-38.364-14.1zm42.643 29.388h27.984c6.636 0 11.993 6.533 11.993 13.065c0 6.533-5.33 13.066-11.993 13.066h-27.984z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 228" aria-hidden="true"><path fill="#00D8FF" d="M210.483 73.824a172 172 0 0 0-8.24-2.597c.465-1.9.893-3.777 1.273-5.621c6.238-30.281 2.16-54.676-11.769-62.708c-13.355-7.7-35.196.329-57.254 19.526a171 171 0 0 0-6.375 5.848a156 156 0 0 0-4.241-3.917C100.759 3.829 77.587-4.822 63.673 3.233C50.33 10.957 46.379 33.89 51.995 62.588a171 171 0 0 0 1.892 8.48c-3.28.932-6.445 1.924-9.474 2.98C17.309 83.498 0 98.307 0 113.668c0 15.865 18.582 31.778 46.812 41.427a146 146 0 0 0 6.921 2.165a168 168 0 0 0-2.01 9.138c-5.354 28.2-1.173 50.591 12.134 58.266c13.744 7.926 36.812-.22 59.273-19.855a146 146 0 0 0 5.342-4.923a168 168 0 0 0 6.92 6.314c21.758 18.722 43.246 26.282 56.54 18.586c13.731-7.949 18.194-32.003 12.4-61.268a145 145 0 0 0-1.535-6.842c1.62-.48 3.21-.974 4.76-1.488c29.348-9.723 48.443-25.443 48.443-41.52c0-15.417-17.868-30.326-45.517-39.844m-6.365 70.984q-2.102.694-4.3 1.345c-3.24-10.257-7.612-21.163-12.963-32.432c5.106-11 9.31-21.767 12.459-31.957c2.619.758 5.16 1.557 7.61 2.4c23.69 8.156 38.14 20.213 38.14 29.504c0 9.896-15.606 22.743-40.946 31.14m-10.514 20.834c2.562 12.94 2.927 24.64 1.23 33.787c-1.524 8.219-4.59 13.698-8.382 15.893c-8.067 4.67-25.32-1.4-43.927-17.412a157 157 0 0 1-6.437-5.87c7.214-7.889 14.423-17.06 21.459-27.246c12.376-1.098 24.068-2.894 34.671-5.345q.785 3.162 1.386 6.193M87.276 214.515c-7.882 2.783-14.16 2.863-17.955.675c-8.075-4.657-11.432-22.636-6.853-46.752a157 157 0 0 1 1.869-8.499c10.486 2.32 22.093 3.988 34.498 4.994c7.084 9.967 14.501 19.128 21.976 27.15a135 135 0 0 1-4.877 4.492c-9.933 8.682-19.886 14.842-28.658 17.94M50.35 144.747c-12.483-4.267-22.792-9.812-29.858-15.863c-6.35-5.437-9.555-10.836-9.555-15.216c0-9.322 13.897-21.212 37.076-29.293c2.813-.98 5.757-1.905 8.812-2.773c3.204 10.42 7.406 21.315 12.477 32.332c-5.137 11.18-9.399 22.249-12.634 32.792a135 135 0 0 1-6.318-1.979m12.378-84.26c-4.811-24.587-1.616-43.134 6.425-47.789c8.564-4.958 27.502 2.111 47.463 19.835a144 144 0 0 1 3.841 3.545c-7.438 7.987-14.787 17.08-21.808 26.988c-12.04 1.116-23.565 2.908-34.161 5.309a160 160 0 0 1-1.76-7.887m110.427 27.268a348 348 0 0 0-7.785-12.803c8.168 1.033 15.994 2.404 23.343 4.08c-2.206 7.072-4.956 14.465-8.193 22.045a381 381 0 0 0-7.365-13.322m-45.032-43.861c5.044 5.465 10.096 11.566 15.065 18.186a322 322 0 0 0-30.257-.006c4.974-6.559 10.069-12.652 15.192-18.18M82.802 87.83a323 323 0 0 0-7.227 13.238c-3.184-7.553-5.909-14.98-8.134-22.152c7.304-1.634 15.093-2.97 23.209-3.984a322 322 0 0 0-7.848 12.897m8.081 65.352c-8.385-.936-16.291-2.203-23.593-3.793c2.26-7.3 5.045-14.885 8.298-22.6a321 321 0 0 0 7.257 13.246c2.594 4.48 5.28 8.868 8.038 13.147m37.542 31.03c-5.184-5.592-10.354-11.779-15.403-18.433c4.902.192 9.899.29 14.978.29c5.218 0 10.376-.117 15.453-.343c-4.985 6.774-10.018 12.97-15.028 18.486m52.198-57.817c3.422 7.8 6.306 15.345 8.596 22.52c-7.422 1.694-15.436 3.058-23.88 4.071a382 382 0 0 0 7.859-13.026a347 347 0 0 0 7.425-13.565m-16.898 8.101a359 359 0 0 1-12.281 19.815a329 329 0 0 1-23.444.823c-7.967 0-15.716-.248-23.178-.732a310 310 0 0 1-12.513-19.846h.001a307 307 0 0 1-10.923-20.627a310 310 0 0 1 10.89-20.637l-.001.001a307 307 0 0 1 12.413-19.761c7.613-.576 15.42-.876 23.31-.876H128c7.926 0 15.743.303 23.354.883a329 329 0 0 1 12.335 19.695a359 359 0 0 1 11.036 20.54a330 330 0 0 1-11 20.722m22.56-122.124c8.572 4.944 11.906 24.881 6.52 51.026q-.518 2.504-1.15 5.09c-10.622-2.452-22.155-4.275-34.23-5.408c-7.034-10.017-14.323-19.124-21.64-27.008a161 161 0 0 1 5.888-5.4c18.9-16.447 36.564-22.941 44.612-18.3M128 90.808c12.625 0 22.86 10.235 22.86 22.86s-10.235 22.86-22.86 22.86s-22.86-10.235-22.86-22.86s10.235-22.86 22.86-22.86"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" aria-hidden="true"><path fill="#DD4B39" d="M0 0h256v256H0z"/><path fill="#FFF" d="M151.33 232.674h-28.85l-14.215-27.038H89.311v27.038H63.807v-97.697h43.9c25.923 0 40.696 12.543 40.696 34.284c0 14.773-6.132 25.644-17.42 31.497zm-62.019-77.35v29.964h18.536c10.313 0 16.306-5.295 16.306-15.19c0-9.617-5.993-14.774-16.306-14.774zm75.398-20.347h77.07v20.347h-51.565v18.258h46.548v20.208l-46.548.14v18.396h52.96v20.348h-78.465z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 220" aria-hidden="true"><path fill="#912626" d="M245.97 168.943c-13.662 7.121-84.434 36.22-99.501 44.075s-23.437 7.78-35.34 2.09c-11.902-5.69-87.216-36.112-100.783-42.597C3.566 169.271 0 166.535 0 163.951v-25.876s98.05-21.345 113.879-27.024c15.828-5.679 21.32-5.884 34.79-.95c13.472 4.936 94.018 19.468 107.331 24.344l-.006 25.51c.002 2.558-3.07 5.364-10.024 8.988"/><path fill="#C6302B" d="M245.965 143.22c-13.661 7.118-84.431 36.218-99.498 44.072c-15.066 7.857-23.436 7.78-35.338 2.09c-11.903-5.686-87.214-36.113-100.78-42.594c-13.566-6.485-13.85-10.948-.524-16.166c13.326-5.22 88.224-34.605 104.055-40.284c15.828-5.677 21.319-5.884 34.789-.948c13.471 4.934 83.819 32.935 97.13 37.81c13.316 4.881 13.827 8.9.166 16.02"/><path fill="#912626" d="M245.97 127.074c-13.662 7.122-84.434 36.22-99.501 44.078c-15.067 7.853-23.437 7.777-35.34 2.087c-11.903-5.687-87.216-36.112-100.783-42.597C3.566 127.402 0 124.67 0 122.085V96.206s98.05-21.344 113.879-27.023c15.828-5.679 21.32-5.885 34.79-.95C162.142 73.168 242.688 87.697 256 92.574l-.006 25.513c.002 2.557-3.07 5.363-10.024 8.987"/><path fill="#C6302B" d="M245.965 101.351c-13.661 7.12-84.431 36.218-99.498 44.075c-15.066 7.854-23.436 7.777-35.338 2.087c-11.903-5.686-87.214-36.112-100.78-42.594c-13.566-6.483-13.85-10.947-.524-16.167C23.151 83.535 98.05 54.148 113.88 48.47c15.828-5.678 21.319-5.884 34.789-.949c13.471 4.934 83.819 32.933 97.13 37.81c13.316 4.88 13.827 8.9.166 16.02"/><path fill="#912626" d="M245.97 83.653c-13.662 7.12-84.434 36.22-99.501 44.078c-15.067 7.854-23.437 7.777-35.34 2.087c-11.903-5.687-87.216-36.113-100.783-42.595C3.566 83.98 0 81.247 0 78.665v-25.88s98.05-21.343 113.879-27.021c15.828-5.68 21.32-5.884 34.79-.95C162.142 29.749 242.688 44.278 256 49.155l-.006 25.512c.002 2.555-3.07 5.361-10.024 8.986"/><path fill="#C6302B" d="M245.965 57.93c-13.661 7.12-84.431 36.22-99.498 44.074c-15.066 7.854-23.436 7.777-35.338 2.09C99.227 98.404 23.915 67.98 10.35 61.497S-3.5 50.55 9.825 45.331C23.151 40.113 98.05 10.73 113.88 5.05c15.828-5.679 21.319-5.883 34.789-.948s83.819 32.934 97.13 37.811c13.316 4.876 13.827 8.897.166 16.017"/><path fill="#FFF" d="m159.283 32.757l-22.01 2.285l-4.927 11.856l-7.958-13.23l-25.415-2.284l18.964-6.839l-5.69-10.498l17.755 6.944l16.738-5.48l-4.524 10.855zm-28.251 57.518L89.955 73.238l58.86-9.035zm-56.95-50.928c17.375 0 31.46 5.46 31.46 12.194c0 6.736-14.085 12.195-31.46 12.195s-31.46-5.46-31.46-12.195c0-6.734 14.085-12.194 31.46-12.194"/><path fill="#621B1C" d="m185.295 35.998l34.836 13.766l-34.806 13.753z"/><path fill="#9A2928" d="m146.755 51.243l38.54-15.245l.03 27.519l-3.779 1.478z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 255" aria-hidden="true"><defs><linearGradient id="SVGQHmzXc9I" x1="84.75%" x2="58.254%" y1="111.399%" y2="64.584%"><stop offset="0%" stop-color="#FB7655"/><stop offset="0%" stop-color="#FB7655"/><stop offset="41%" stop-color="#E42B1E"/><stop offset="99%" stop-color="#900"/><stop offset="100%" stop-color="#900"/></linearGradient><linearGradient id="SVGDyYhRbJB" x1="116.651%" x2="1.746%" y1="60.89%" y2="19.288%"><stop offset="0%" stop-color="#871101"/><stop offset="0%" stop-color="#871101"/><stop offset="99%" stop-color="#911209"/><stop offset="100%" stop-color="#911209"/></linearGradient><linearGradient id="SVGpKXMcABR" x1="75.774%" x2="38.978%" y1="219.327%" y2="7.829%"><stop offset="0%" stop-color="#871101"/><stop offset="0%" stop-color="#871101"/><stop offset="99%" stop-color="#911209"/><stop offset="100%" stop-color="#911209"/></linearGradient><linearGradient id="SVGZR3cd0GI" x1="50.012%" x2="66.483%" y1="7.234%" y2="79.135%"><stop offset="0%" stop-color="#FFF"/><stop offset="0%" stop-color="#FFF"/><stop offset="23%" stop-color="#E57252"/><stop offset="46%" stop-color="#DE3B20"/><stop offset="99%" stop-color="#A60003"/><stop offset="100%" stop-color="#A60003"/></linearGradient><linearGradient id="SVG0QnDdbqO" x1="46.174%" x2="49.932%" y1="16.348%" y2="83.047%"><stop offset="0%" stop-color="#FFF"/><stop offset="0%" stop-color="#FFF"/><stop offset="23%" stop-color="#E4714E"/><stop offset="56%" stop-color="#BE1A0D"/><stop offset="99%" stop-color="#A80D00"/><stop offset="100%" stop-color="#A80D00"/></linearGradient><linearGradient id="SVGeIYPKeJd" x1="36.965%" x2="49.528%" y1="15.594%" y2="92.478%"><stop offset="0%" stop-color="#FFF"/><stop offset="0%" stop-color="#FFF"/><stop offset="18%" stop-color="#E46342"/><stop offset="40%" stop-color="#C82410"/><stop offset="99%" stop-color="#A80D00"/><stop offset="100%" stop-color="#A80D00"/></linearGradient><linearGradient id="SVGyMgjDcrx" x1="13.609%" x2="85.764%" y1="58.346%" y2="-46.717%"><stop offset="0%" stop-color="#FFF"/><stop offset="0%" stop-color="#FFF"/><stop offset="54%" stop-color="#C81F11"/><stop offset="99%" stop-color="#BF0905"/><stop offset="100%" stop-color="#BF0905"/></linearGradient><linearGradient id="SVGVWt7keYm" x1="27.624%" x2="50.745%" y1="21.135%" y2="79.056%"><stop offset="0%" stop-color="#FFF"/><stop offset="0%" stop-color="#FFF"/><stop offset="31%" stop-color="#DE4024"/><stop offset="99%" stop-color="#BF190B"/><stop offset="100%" stop-color="#BF190B"/></linearGradient><linearGradient id="SVGHwk5wctO" x1="-20.667%" x2="104.242%" y1="122.282%" y2="-6.342%"><stop offset="0%" stop-color="#BD0012"/><stop offset="0%" stop-color="#BD0012"/><stop offset="7%" stop-color="#FFF"/><stop offset="17%" stop-color="#FFF"/><stop offset="27%" stop-color="#C82F1C"/><stop offset="33%" stop-color="#820C01"/><stop offset="46%" stop-color="#A31601"/><stop offset="72%" stop-color="#B31301"/><stop offset="99%" stop-color="#E82609"/><stop offset="100%" stop-color="#E82609"/></linearGradient><linearGradient id="SVGIJ2zdbyR" x1="58.792%" x2="11.964%" y1="65.205%" y2="50.128%"><stop offset="0%" stop-color="#8C0C01"/><stop offset="0%" stop-color="#8C0C01"/><stop offset="54%" stop-color="#990C00"/><stop offset="99%" stop-color="#A80D0E"/><stop offset="100%" stop-color="#A80D0E"/></linearGradient><linearGradient id="SVGg6zbVabQ" x1="79.319%" x2="23.088%" y1="62.754%" y2="17.888%"><stop offset="0%" stop-color="#7E110B"/><stop offset="0%" stop-color="#7E110B"/><stop offset="99%" stop-color="#9E0C00"/><stop offset="100%" stop-color="#9E0C00"/></linearGradient><linearGradient id="SVGVYL4lbus" x1="92.88%" x2="59.841%" y1="74.122%" y2="39.704%"><stop offset="0%" stop-color="#79130D"/><stop offset="0%" stop-color="#79130D"/><stop offset="99%" stop-color="#9E120B"/><stop offset="100%" stop-color="#9E120B"/></linearGradient><linearGradient id="SVGPwZglh2l" x1="56.57%" x2="3.105%" y1="101.717%" y2="11.993%"><stop offset="0%" stop-color="#8B2114"/><stop offset="0%" stop-color="#8B2114"/><stop offset="43%" stop-color="#9E100A"/><stop offset="99%" stop-color="#B3100C"/><stop offset="100%" stop-color="#B3100C"/></linearGradient><linearGradient id="SVGJ2xY1b5y" x1="30.87%" x2="92.471%" y1="35.599%" y2="100.694%"><stop offset="0%" stop-color="#B31000"/><stop offset="0%" stop-color="#B31000"/><stop offset="44%" stop-color="#910F08"/><stop offset="99%" stop-color="#791C12"/><stop offset="100%" stop-color="#791C12"/></linearGradient><radialGradient id="SVGgLeY8bUC" cx="32.001%" cy="40.21%" r="69.573%" fx="32.001%" fy="40.21%"><stop offset="0%" stop-color="#A80D00"/><stop offset="0%" stop-color="#A80D00"/><stop offset="99%" stop-color="#7E0E08"/><stop offset="100%" stop-color="#7E0E08"/></radialGradient><radialGradient id="SVGQn5iweRY" cx="13.549%" cy="40.86%" r="88.386%" fx="13.549%" fy="40.86%"><stop offset="0%" stop-color="#A30C00"/><stop offset="0%" stop-color="#A30C00"/><stop offset="99%" stop-color="#800E08"/><stop offset="100%" stop-color="#800E08"/></radialGradient></defs><path fill="url(#SVGQHmzXc9I)" d="m197.467 167.764l-145.52 86.41l188.422-12.787L254.88 51.393z"/><path fill="url(#SVGDyYhRbJB)" d="M240.677 241.257L224.482 129.48l-44.113 58.25z"/><path fill="url(#SVGpKXMcABR)" d="m240.896 241.257l-118.646-9.313l-69.674 21.986z"/><path fill="url(#SVGZR3cd0GI)" d="m52.744 253.955l29.64-97.1L17.16 170.8z"/><path fill="url(#SVG0QnDdbqO)" d="M180.358 188.05L153.085 81.226l-78.047 73.16z"/><path fill="url(#SVGeIYPKeJd)" d="m248.693 82.73l-73.777-60.256l-20.544 66.418z"/><path fill="url(#SVGyMgjDcrx)" d="M214.191.99L170.8 24.97L143.424.669z"/><path fill="url(#SVGVWt7keYm)" d="m0 203.372l18.177-33.151l-14.704-39.494z"/><path fill="#FFF" d="m2.496 129.48l14.794 41.963l64.283-14.422l73.39-68.207l20.712-65.787L143.063 0L87.618 20.75c-17.469 16.248-51.366 48.396-52.588 49c-1.21.618-22.384 40.639-32.534 59.73"/><path fill="url(#SVGHwk5wctO)" d="M54.442 54.094c37.86-37.538 86.667-59.716 105.397-40.818c18.72 18.898-1.132 64.823-38.992 102.349c-37.86 37.525-86.062 60.925-104.78 42.027c-18.73-18.885.515-66.032 38.375-103.558"/><path fill="url(#SVGIJ2zdbyR)" d="m52.744 253.916l29.408-97.409l97.665 31.376c-35.312 33.113-74.587 61.106-127.073 66.033"/><path fill="url(#SVGg6zbVabQ)" d="m155.092 88.622l25.073 99.313c29.498-31.016 55.972-64.36 68.938-105.603z"/><path fill="url(#SVGVYL4lbus)" d="M248.847 82.833c10.035-30.282 12.35-73.725-34.966-81.791l-38.825 21.445z"/><path fill="#9E1209" d="M0 202.935c1.39 49.979 37.448 50.724 52.808 51.162l-35.48-82.86z"/><path fill="url(#SVGgLeY8bUC)" d="M155.232 88.777c22.667 13.932 68.35 41.912 69.276 42.426c1.44.81 19.695-30.784 23.838-48.64z"/><path fill="url(#SVGQn5iweRY)" d="m82.113 156.507l39.313 75.848c23.246-12.607 41.45-27.967 58.121-44.42z"/><path fill="url(#SVGPwZglh2l)" d="m17.174 171.34l-5.57 66.328c10.51 14.357 24.97 15.605 40.136 14.486c-10.973-27.311-32.894-81.92-34.566-80.814"/><path fill="url(#SVGJ2xY1b5y)" d="m174.826 22.654l78.1 10.96c-4.169-17.662-16.969-29.06-38.787-32.623z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" aria-hidden="true"><path d="m254.251 124.862l-10.747-6.653a146 146 0 0 0-.306-3.13l9.236-8.615a3.69 3.69 0 0 0 1.105-3.427a3.69 3.69 0 0 0-2.33-2.744l-11.807-4.415a137 137 0 0 0-.925-3.048l7.365-10.229a3.698 3.698 0 0 0-2.407-5.814l-12.45-2.025c-.484-.944-.988-1.874-1.496-2.796l5.231-11.483a3.68 3.68 0 0 0-.288-3.59a3.68 3.68 0 0 0-3.204-1.642l-12.636.44a100 100 0 0 0-1.996-2.421l2.904-12.308a3.7 3.7 0 0 0-.986-3.466a3.7 3.7 0 0 0-3.464-.986l-12.305 2.901a106 106 0 0 0-2.426-1.996l.442-12.635a3.68 3.68 0 0 0-1.64-3.205a3.69 3.69 0 0 0-3.59-.29l-11.48 5.234a133 133 0 0 0-2.796-1.5l-2.03-12.452a3.7 3.7 0 0 0-5.812-2.407l-10.236 7.365q-1.51-.481-3.042-.922L155.72 4.794a3.69 3.69 0 0 0-2.745-2.336a3.71 3.71 0 0 0-3.424 1.106l-8.615 9.243a111 111 0 0 0-3.13-.306l-6.653-10.75a3.698 3.698 0 0 0-6.289 0l-6.653 10.75a110 110 0 0 0-3.133.306l-8.617-9.243a3.695 3.695 0 0 0-6.169 1.23l-4.414 11.809c-1.023.293-2.035.604-3.045.922L82.599 10.16a3.69 3.69 0 0 0-3.579-.415a3.7 3.7 0 0 0-2.235 2.822l-2.03 12.452c-.94.487-1.869.988-2.796 1.5l-11.481-5.235a3.69 3.69 0 0 0-3.588.291a3.68 3.68 0 0 0-1.642 3.205l.44 12.635a118 118 0 0 0-2.426 1.996l-12.305-2.9a3.71 3.71 0 0 0-3.466.985a3.7 3.7 0 0 0-.986 3.466l2.899 12.308q-1.01 1.196-1.991 2.421l-12.636-.44a3.72 3.72 0 0 0-3.204 1.641a3.7 3.7 0 0 0-.291 3.59l5.234 11.484c-.509.922-1.012 1.852-1.5 2.796l-12.449 2.025a3.7 3.7 0 0 0-2.407 5.814l7.365 10.23q-.482 1.514-.925 3.047l-11.808 4.415a3.702 3.702 0 0 0-1.225 6.171l9.237 8.614c-.115 1.04-.217 2.087-.305 3.131L1.75 124.862A3.7 3.7 0 0 0 0 128.007c0 1.284.663 2.473 1.751 3.143l10.748 6.653q.132 1.572.305 3.131l-9.238 8.617a3.697 3.697 0 0 0 1.226 6.169l11.808 4.415c.294 1.022.605 2.037.925 3.047l-7.365 10.231a3.696 3.696 0 0 0 2.41 5.812l12.447 2.025c.487.944.986 1.874 1.5 2.8l-5.235 11.48a3.69 3.69 0 0 0 .291 3.59a3.68 3.68 0 0 0 3.204 1.641l12.63-.442c.659.821 1.322 1.626 1.997 2.426l-2.899 12.31a3.68 3.68 0 0 0 .986 3.459a3.68 3.68 0 0 0 3.466.983l12.305-2.898c.8.68 1.61 1.34 2.427 1.99l-.44 12.639a3.694 3.694 0 0 0 5.229 3.492l11.481-5.231a106 106 0 0 0 2.796 1.499l2.03 12.445a3.69 3.69 0 0 0 2.235 2.825a3.7 3.7 0 0 0 3.579-.413l10.229-7.37c1.01.32 2.025.633 3.047.927l4.415 11.804a3.69 3.69 0 0 0 2.744 2.331a3.68 3.68 0 0 0 3.425-1.106l8.617-9.238c1.04.12 2.086.22 3.133.313l6.653 10.748a3.7 3.7 0 0 0 3.143 1.75a3.7 3.7 0 0 0 3.145-1.75l6.653-10.748c1.047-.093 2.092-.193 3.131-.313l8.615 9.238a3.68 3.68 0 0 0 3.424 1.106a3.69 3.69 0 0 0 2.744-2.331l4.415-11.804c1.022-.294 2.038-.607 3.048-.927l10.231 7.37a3.7 3.7 0 0 0 5.812-2.412l2.03-12.445c.939-.487 1.868-.993 2.795-1.5l11.481 5.232a3.692 3.692 0 0 0 5.23-3.492l-.44-12.638a99 99 0 0 0 2.423-1.991l12.306 2.898c1.25.294 2.56-.07 3.463-.983a3.68 3.68 0 0 0 .986-3.459l-2.898-12.31c.675-.8 1.34-1.605 1.99-2.426l12.636.442a3.68 3.68 0 0 0 3.204-1.64a3.69 3.69 0 0 0 .289-3.592l-5.232-11.478c.511-.927 1.013-1.857 1.497-2.8l12.45-2.026a3.68 3.68 0 0 0 2.822-2.236a3.7 3.7 0 0 0-.415-3.576l-7.365-10.23q.479-1.516.925-3.048l11.806-4.415a3.68 3.68 0 0 0 2.331-2.745a3.68 3.68 0 0 0-1.106-3.424l-9.235-8.617c.112-1.04.215-2.086.305-3.13l10.748-6.654a3.69 3.69 0 0 0 1.751-3.143c0-1.281-.66-2.472-1.749-3.145m-71.932 89.156c-4.104-.885-6.714-4.93-5.833-9.047c.878-4.112 4.92-6.729 9.023-5.844c4.104.879 6.718 4.931 5.838 9.04c-.88 4.11-4.926 6.73-9.028 5.851m-3.652-24.699a6.93 6.93 0 0 0-8.23 5.332l-3.816 17.807c-11.775 5.344-24.85 8.313-38.621 8.313c-14.086 0-27.446-3.116-39.43-8.688l-3.814-17.806c-.802-3.747-4.486-6.134-8.228-5.33l-15.72 3.376a93 93 0 0 1-8.128-9.58h76.49c.865 0 1.442-.157 1.442-.945v-27.057c0-.787-.577-.944-1.443-.944H106.8v-17.15h24.195c2.208 0 11.809.63 14.878 12.902c.962 3.774 3.072 16.05 4.516 19.98c1.438 4.408 7.293 13.213 13.533 13.213h38.115c.433 0 .895-.049 1.382-.137a94 94 0 0 1-8.669 10.17zm-105.79 24.327c-4.105.886-8.146-1.731-9.029-5.843c-.878-4.119 1.732-8.162 5.836-9.047a7.607 7.607 0 0 1 9.028 5.85c.878 4.11-1.734 8.16-5.836 9.04M43.86 95.986c1.703 3.842-.03 8.345-3.867 10.045c-3.837 1.705-8.328-.03-10.03-3.875a7.615 7.615 0 0 1 3.867-10.045a7.6 7.6 0 0 1 10.03 3.874m-8.918 21.14l16.376-7.277a6.94 6.94 0 0 0 3.524-9.158l-3.372-7.626h13.264v59.788H37.973a93.7 93.7 0 0 1-3.566-25.672c0-3.398.183-6.756.535-10.056m71.862-5.807V93.696h31.586c1.632 0 11.52 1.886 11.52 9.28c0 6.139-7.584 8.34-13.821 8.34zm114.792 15.862q0 3.506-.257 6.948h-9.603c-.961 0-1.348.632-1.348 1.573v4.41c0 10.38-5.853 12.638-10.982 13.213c-4.884.55-10.3-2.045-10.967-5.034c-2.882-16.206-7.683-19.667-15.265-25.648c9.41-5.975 19.2-14.79 19.2-26.59c0-12.74-8.734-20.765-14.688-24.7c-8.352-5.506-17.6-6.61-20.095-6.61H58.279c13.467-15.03 31.719-25.677 52.362-29.551l11.706 12.28a6.923 6.923 0 0 0 9.799.226l13.098-12.528c27.445 5.11 50.682 22.194 64.073 45.633l-8.967 20.253c-1.548 3.505.032 7.604 3.527 9.157l17.264 7.668c.298 3.065.455 6.161.455 9.3M122.352 24.745c3.033-2.905 7.844-2.79 10.748.247c2.898 3.046 2.788 7.862-.252 10.765c-3.033 2.906-7.844 2.793-10.748-.25a7.62 7.62 0 0 1 .252-10.762m88.983 71.61a7.594 7.594 0 0 1 10.028-3.872c3.838 1.702 5.57 6.203 3.867 10.045a7.595 7.595 0 0 1-10.03 3.875c-3.833-1.703-5.565-6.2-3.865-10.048"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 192" aria-hidden="true"><path fill="#CD6799" d="M220.281 110.514c-8.906.046-16.647 2.191-23.128 5.362c-2.379-4.71-4.757-8.906-5.176-11.984c-.467-3.59-1.026-5.782-.467-10.072c.56-4.29 3.078-10.399 3.031-10.865s-.56-2.658-5.689-2.704s-9.559.979-10.072 2.331s-1.492 4.43-2.145 7.6c-.886 4.664-10.258 21.31-15.62 30.03c-1.726-3.403-3.218-6.388-3.545-8.766c-.466-3.59-1.026-5.782-.466-10.072s3.078-10.398 3.031-10.865c-.047-.466-.56-2.658-5.689-2.704c-5.13-.047-9.56.979-10.072 2.331c-.513 1.353-1.073 4.523-2.145 7.601s-13.523 30.87-16.787 38.05a215 215 0 0 1-4.15 8.627s-.047.14-.187.373a118 118 0 0 1-1.398 2.658v.046c-.7 1.26-1.446 2.425-1.819 2.425c-.28 0-.793-3.357.093-7.927c1.865-9.652 6.295-24.667 6.249-25.18c0-.28.839-2.891-2.891-4.244c-3.638-1.352-4.943.886-5.27.886s-.56.793-.56.793s4.058-16.88-7.74-16.88c-7.367 0-17.533 8.067-22.569 15.341a6270 6270 0 0 0-17.16 9.373c-2.75 1.539-5.595 3.078-8.253 4.523c-.187-.186-.373-.42-.56-.606c-14.269-15.248-40.661-26.02-39.542-46.49c.42-7.461 2.984-27.046 50.687-50.827c39.262-19.352 70.505-13.99 75.914-2.099c7.74 16.974-16.74 48.496-57.309 53.065c-15.481 1.726-23.595-4.243-25.646-6.481c-2.145-2.332-2.472-2.472-3.265-2.005c-1.305.7-.466 2.798 0 4.01c1.213 3.17 6.202 8.766 14.642 11.518c7.461 2.424 25.6 3.777 47.563-4.71c24.574-9.513 43.786-35.952 38.144-58.101c-5.643-22.476-42.947-29.89-78.246-17.347C61.086 13.99 38.33 25.74 21.963 41.035C2.518 59.22-.56 75.028.699 81.65c4.524 23.501 36.932 38.796 49.895 50.127c-.653.373-1.26.7-1.772.98c-6.482 3.217-31.196 16.133-37.351 29.796c-6.994 15.481 1.12 26.58 6.482 28.071c16.647 4.617 33.76-3.683 42.946-17.393c9.186-13.709 8.067-31.522 3.824-39.682c-.047-.093-.093-.187-.187-.28c1.679-.979 3.404-2.005 5.083-2.984a248 248 0 0 1 9.373-5.27c-1.586 4.337-2.752 9.513-3.311 16.974c-.7 8.767 2.89 20.144 7.6 24.62c2.099 1.96 4.57 2.006 6.156 2.006c5.502 0 7.974-4.57 10.725-9.979c3.357-6.621 6.388-14.315 6.388-14.315s-3.777 20.797 6.482 20.797c3.73 0 7.507-4.85 9.186-7.321v.046s.093-.14.28-.466c.373-.606.606-.98.606-.98v-.092c1.492-2.612 4.85-8.534 9.839-18.373c6.435-12.683 12.637-28.537 12.637-28.537s.56 3.87 2.471 10.305c1.12 3.777 3.45 7.927 5.316 11.937c-1.492 2.099-2.425 3.264-2.425 3.264l.047.047c-1.213 1.585-2.518 3.31-3.964 4.99c-5.083 6.061-11.144 13.01-11.984 15.014c-.98 2.378-.746 4.104 1.12 5.503c1.352 1.026 3.776 1.165 6.248 1.026c4.57-.327 7.787-1.446 9.372-2.145c2.472-.886 5.363-2.239 8.067-4.244c4.99-3.684 8.02-8.953 7.741-15.9c-.14-3.824-1.399-7.648-2.938-11.239c.467-.652.886-1.305 1.353-1.958c7.88-11.518 13.989-24.155 13.989-24.155s.56 3.87 2.471 10.306c.933 3.264 2.845 6.808 4.523 10.258c-7.414 6.016-11.984 13.01-13.616 17.58c-2.937 8.487-.653 12.31 3.684 13.196c1.958.42 4.756-.513 6.808-1.399c2.611-.839 5.689-2.284 8.627-4.43c4.99-3.683 9.792-8.813 9.512-15.76c-.14-3.171-.979-6.296-2.145-9.327c6.295-2.61 14.409-4.056 24.76-2.844c22.197 2.611 26.58 16.46 25.74 22.29c-.839 5.828-5.502 8.999-7.04 9.978c-1.54.98-2.052 1.306-1.912 2.005c.186 1.026.932.98 2.238.793c1.819-.326 11.658-4.71 12.077-15.435c.7-13.709-12.357-28.677-35.439-28.537M49.055 168.242c-7.368 8.02-17.626 11.051-22.056 8.487c-4.756-2.752-2.891-14.596 6.155-23.082c5.502-5.176 12.59-9.98 17.3-12.917c1.072-.653 2.658-1.585 4.57-2.751c.326-.187.513-.28.513-.28l1.119-.7c3.31 12.124.14 22.803-7.601 31.243m53.625-36.465c-2.565 6.249-7.927 22.243-11.191 21.357c-2.798-.746-4.524-12.87-.56-24.854c2.005-6.016 6.248-13.197 8.72-15.994c4.01-4.477 8.44-5.97 9.512-4.15c1.353 2.378-4.896 19.724-6.481 23.641m44.252 21.17c-1.073.56-2.098.933-2.565.653c-.326-.187.467-.933.467-.933s5.549-5.968 7.74-8.673c1.26-1.585 2.751-3.45 4.337-5.549v.606c0 7.135-6.902 11.938-9.98 13.896m34.133-7.787c-.793-.56-.653-2.425 2.005-8.254c1.026-2.285 3.45-6.108 7.601-9.792c.466 1.492.793 2.938.746 4.29c-.047 9-6.481 12.357-10.352 13.756"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 416" aria-hidden="true"><defs><linearGradient id="SVGjDU9xbXO" x1="0%" x2="100%" y1="50%" y2="50%"><stop offset="0%" stop-color="#4F4F4F"/><stop offset="100%"/></linearGradient><linearGradient id="SVGw8KiccMZ" x1="0%" x2="100%" y1="50%" y2="50%"><stop offset="0%" stop-color="#C40000"/><stop offset="100%" stop-color="red"/></linearGradient></defs><path fill="url(#SVGjDU9xbXO)" d="M0 288v-32c0-5.394 116.377-14.428 192.2-32c36.628 8.49 63.8 18.969 63.8 32v32c0 13.024-27.172 23.51-63.8 32C116.376 302.425 0 293.39 0 288" transform="matrix(1 0 0 -1 0 544)"/><path fill="url(#SVGjDU9xbXO)" d="M0 160v-32c0-5.394 116.377-14.428 192.2-32c36.628 8.49 63.8 18.969 63.8 32v32c0 13.024-27.172 23.51-63.8 32C116.376 174.425 0 165.39 0 160" transform="matrix(1 0 0 -1 0 288)"/><path fill="url(#SVGw8KiccMZ)" d="M0 224v-96c0 8 256 24 256 64v96c0-40-256-56-256-64" transform="matrix(1 0 0 -1 0 416)"/><path fill="url(#SVGw8KiccMZ)" d="M0 96V0c0 8 256 24 256 64v96c0-40-256-56-256-64" transform="matrix(1 0 0 -1 0 160)"/><path fill="url(#SVGw8KiccMZ)" d="M0 352v-96c0 8 256 24 256 64v96c0-40-256-56-256-64" transform="matrix(1 0 0 -1 0 672)"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 398" aria-hidden="true"><path d="m191.513 0l-63.867 113.512H0L63.823 0z" opacity=".45"/><path d="M127.646 113.512h127.691L191.513 0H63.823z" opacity=".6"/><path d="m63.823 226.981l63.823-113.469L63.823 0L0 113.512z" opacity=".8"/><path d="m64.442 397.25l63.867-113.513H256L192.132 397.25z" opacity=".45"/><path d="M128.309 283.737H.618L64.441 397.25h127.691z" opacity=".6"/><path d="m192.132 170.269l-63.823 113.468l63.823 113.513L256 283.737z" opacity=".8"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" aria-hidden="true"><path fill="#6DB33F" d="M38.944 35.879c50.58-48.999 131.454-47.682 180.453 3.161c5.532-7.376 10.274-15.542 13.699-23.972c16.07 48.999 25.817 90.095 22.128 121.97c-1.844 26.87-12.381 52.687-29.768 73.235c-45.31 53.741-125.922 60.59-179.663 15.28l-1.028-.915l-.055-.036q-.252-.176-.498-.367q-.735-.573-1.336-1.24l-.144-.164l-1.68-1.493c-1.64-1.405-3.279-2.81-4.733-4.4l-.536-.606c-49-50.58-47.419-131.454 3.16-180.453M57.91 207.376c-4.742-3.688-11.591-3.162-15.28 1.58c-3.242 4.17-3.226 9.969.049 13.815l.052.06l2.033 1.807l.2.136c4.604 3.028 10.8 2.402 14.333-1.878l.194-.241c3.688-4.742 2.898-11.591-1.58-15.28M231.78 28.239c-13.173 27.661-45.84 48.736-74.027 55.322c-26.607 6.322-49.79 1.054-74.289 10.537c-55.848 21.339-54.794 87.724-24.236 102.74l1.844 1.054s22.074-4.389 43.902-10.185l1.87-.5c8.718-2.35 17.295-4.91 24.302-7.492c36.354-13.435 76.397-46.628 89.568-85.09c-6.849 40.042-41.359 78.767-75.87 96.418c-18.44 9.483-32.665 11.59-62.96 22.128c-3.688 1.317-6.586 2.635-6.586 2.635l1.108-.15l.736-.095l.733-.092c6.69-.83 12.702-1.244 12.702-1.244c42.94-2.108 110.38 12.118 141.729-29.768c32.139-42.677 14.225-111.697-.527-156.218"/><path fill="#FFF" d="M57.911 207.376c4.479 3.688 5.269 10.537 1.58 15.279c-3.687 4.742-10.537 5.269-15.279 1.58s-5.268-10.537-1.58-15.279s10.537-5.268 15.28-1.58M231.78 28.239c14.752 44.521 32.666 113.541.527 156.218c-31.35 41.886-98.789 27.66-141.729 29.768c0 0-6.012.415-12.702 1.244l-.733.092q-.919.117-1.844.245s2.898-1.318 6.586-2.635c30.295-10.537 44.52-12.645 62.96-22.128c34.511-17.65 69.021-56.376 75.87-96.418c-13.171 38.462-53.214 71.655-89.568 85.09c-25.026 9.22-70.074 18.177-70.074 18.177l-1.844-1.054c-30.558-15.016-31.612-81.401 24.236-102.74c24.5-9.483 47.682-4.215 74.29-10.537c28.187-6.586 60.853-27.66 74.025-55.322"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 228" aria-hidden="true"><defs><linearGradient id="SVGRZ6LvfDq" x1="57.662%" x2="57.662%" y1="2.046%" y2="94.439%"><stop offset="0%" stop-color="#97D9F6"/><stop offset="92.024%" stop-color="#0F80CC"/><stop offset="100%" stop-color="#0F80CC"/></linearGradient></defs><path fill="#003B57" d="M194.52 112.044c-6.821 0-12.368 2.02-16.62 6.055c-4.251 4.04-6.408 9.335-6.408 15.824c0 3.362.535 6.428 1.59 9.237c1.056 2.815 2.699 5.423 4.907 7.78s6.628 5.561 13.215 9.635c8.084 4.934 13.373 8.939 15.912 12.066c2.54 3.124 3.801 6.398 3.801 9.812c0 4.57-1.504 8.219-4.597 10.961c-3.097 2.744-7.24 4.11-12.375 4.11c-5.417 0-10.136-1.909-14.188-5.7c-4.052-3.798-6.098-8.821-6.144-15.117h-2.52v22.851h2.52c.77-2.164 1.834-3.27 3.227-3.27c.67 0 2.24.461 4.685 1.325c5.949 2.117 10.834 3.138 14.674 3.138c6.617 0 12.266-2.317 16.972-7.027c4.7-4.708 7.072-10.387 7.072-17.017c0-5.14-1.566-9.715-4.64-13.701c-3.075-3.992-9.054-8.635-17.99-13.967c-7.689-4.62-12.68-8.382-14.983-11.315c-2.307-2.929-3.492-6.169-3.492-9.724c0-3.845 1.413-6.934 4.199-9.238c2.786-2.305 6.437-3.447 11.006-3.447c5.14 0 9.426 1.526 12.817 4.597c3.388 3.076 5.347 7.339 5.923 12.817h2.52v-19.8h-2.343c-.287 1.009-.552 1.654-.796 1.944c-.237.288-.693.442-1.37.442c-.815 0-2.268-.343-4.332-1.017c-4.42-1.488-8.495-2.254-12.243-2.254m82.342 0c-8.311 0-15.857 1.96-22.674 5.879c-6.828 3.912-12.233 9.345-16.221 16.265S232 148.456 232 156.288c0 10.52 3.444 19.894 10.387 28.11c6.946 8.21 15.27 13.326 24.928 15.293c2.208 1.15 5.367 4.12 9.503 8.928c4.66 5.425 8.603 9.338 11.845 11.668a35.6 35.6 0 0 0 10.43 5.172c3.7 1.126 7.699 1.68 12.023 1.68c5.237 0 9.925-.911 14.055-2.785l-.928-2.299c-2.397.865-4.954 1.282-7.646 1.282c-3.655 0-7.348-1.205-11.05-3.624c-3.697-2.426-8.32-7.053-13.834-13.879c-2.592-3.27-4.381-5.334-5.393-6.143c10.568-2.064 19.257-7.185 26.034-15.382c6.774-8.192 10.165-17.542 10.165-28.022c0-12.442-4.427-22.9-13.215-31.425c-8.796-8.527-19.612-12.818-32.442-12.818m51.403 0l.133 2.696c5.533 0 8.633 1.63 9.326 4.906c.258 1.173.376 3.337.397 6.453l-.044 59.625q-.07 6.68-1.9 8.53c-1.222 1.225-3.287 1.993-6.276 2.298l-.133 2.697h55.16l1.415-13.525h-2.52c-.72 3.684-2.369 6.324-4.994 7.823c-2.633 1.51-7.288 2.254-14.011 2.254h-5.216c-6.05 0-9.55-2.187-10.475-6.586c-.19-.87-.256-1.803-.265-2.828l.22-60.288c0-4.446.561-7.425 1.725-8.884c1.175-1.453 3.295-2.266 6.364-2.475l-.132-2.696zm-50.52 3.27c9.375 0 17.028 3.693 22.94 11.139c5.91 7.449 8.84 17.658 8.84 30.586c0 12.25-2.972 22.058-8.928 29.436c-5.957 7.376-13.884 11.05-23.735 11.05c-9.464 0-17.139-3.789-23.028-11.403c-5.884-7.615-8.795-17.501-8.795-29.658c0-12.492 2.947-22.492 8.884-29.967c5.933-7.466 13.878-11.182 23.823-11.182m126.852 12.819c-1.346 0-2.371.454-3.138 1.37c-.785.912-1.026 2.017-.752 3.359c.265 1.302 1 2.442 2.166 3.403c1.16.96 2.411 1.459 3.757 1.459c1.301 0 2.293-.499 3.005-1.459c.713-.96.93-2.101.663-3.403c-.274-1.342-.983-2.447-2.077-3.36c-1.107-.915-2.323-1.37-3.624-1.37m36.375 9.149c-2.286 8.794-7.241 13.553-14.85 14.32l.088 2.52h8.884l-.177 29.79c.014 5.093.17 8.484.53 10.21c.876 4.131 3.574 6.232 8.089 6.232q9.8-.002 20.552-11.934l-2.165-1.856c-5.175 5.238-9.75 7.867-13.746 7.867c-2.456 0-3.978-1.412-4.553-4.199c-.157-.677-.22-1.468-.22-2.387l.088-33.723h13.569l-.133-4.023h-13.392v-12.817zm52.464 11.226c-7.59 0-13.763 3.685-18.563 11.006c-4.775 7.333-6.253 15.458-4.376 24.398c1.105 5.236 3.306 9.294 6.674 12.154c3.363 2.86 7.629 4.288 12.73 4.288c4.748 0 11.36-1.203 14.143-3.625c2.79-2.42 5.36-6.342 7.735-11.712l-1.9-1.99c-3.788 6.968-11.43 10.476-17.194 10.476c-7.924 0-12.777-4.348-14.586-12.995a32 32 0 0 1-.53-3.536c9.427-1.492 16.571-4.135 21.392-7.955c4.818-3.823 9.655-7.875 8.752-12.155c-.538-2.544-1.858-4.544-3.89-6.055c-2.058-1.511-7.4-2.299-10.387-2.299m-82.96.31l-16.354 3.757v2.917l5.657-.707c2.74 0 4.353 1.24 4.862 3.712c.171.827.28 1.99.31 3.448l-.178 26.74c-.045 3.7-.456 5.851-1.281 6.497q-1.25.972-6.586.973l-.088 2.519h25.944l-.044-2.52c-3.605 0-5.942-.284-6.983-.84c-1.024-.55-1.73-1.555-2.033-3.093c-.235-1.108-.338-3.018-.354-5.657l.089-37.746zm78.806 4.95c1.579 0 3.104.61 4.64 1.812c1.516 1.198 2.439 2.53 2.741 3.978c1.48 7.11-4.823 12.024-19.006 14.762c-.404-5.183.494-9.89 2.785-14.143c2.274-4.25 5.235-6.409 8.84-6.409"/><path fill="#0F80CC" d="M157.888 9.952H17.15C7.717 9.952 0 17.67 0 27.102V182.31c0 9.432 7.717 17.15 17.15 17.15h92.693c-1.052-46.122 14.698-135.63 48.045-189.508"/><path fill="url(#SVGRZ6LvfDq)" d="M152.775 14.955H17.15c-6.698 0-12.148 5.449-12.148 12.148v143.883c30.716-11.788 76.817-21.96 108.693-21.498c6.406-33.494 25.232-99.134 39.08-134.533"/><path fill="#003B57" d="M190.715 4.872c-9.639-8.595-21.31-5.143-32.827 5.08c-1.71 1.518-3.416 3.203-5.113 5.003c-19.704 20.903-37.994 59.62-43.676 89.19c2.214 4.489 3.943 10.217 5.081 14.593c.292 1.122.555 2.176.766 3.072c.5 2.122.769 3.497.769 3.497s-.177-.668-.902-2.77c-.138-.403-.292-.843-.474-1.361a16 16 0 0 0-.304-.752c-1.285-2.988-4.84-9.294-6.405-12.04a301 301 0 0 0-3.511 10.983c4.517 8.265 7.27 22.429 7.27 22.429s-.239-.918-1.374-4.122c-1.008-2.833-6.027-11.628-7.216-13.684c-2.034 7.509-2.842 12.578-2.113 13.812c1.415 2.391 2.762 6.518 3.946 11.081c2.673 10.28 4.53 22.796 4.53 22.796s.06.83.162 2.106c-.372 8.633-.149 17.584.52 25.674c.885 10.71 2.552 19.91 4.677 24.834l1.443-.786c-3.12-9.701-4.388-22.414-3.833-37.076c.84-22.41 5.997-49.437 15.526-77.606c16.1-42.523 38.436-76.641 58.879-92.935c-18.633 16.828-43.851 71.297-51.4 91.467c-8.453 22.588-14.443 43.784-18.053 64.092c6.229-19.039 26.368-27.222 26.368-27.222s9.877-12.182 21.42-29.586c-6.914 1.577-18.268 4.277-22.071 5.875c-5.61 2.353-7.121 3.156-7.121 3.156s18.17-11.066 33.76-16.076c21.44-33.768 44.799-81.74 21.276-102.724"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 308" aria-hidden="true"><path fill="#FF3E00" d="M239.682 40.707C211.113-.182 154.69-12.301 113.895 13.69L42.247 59.356a82.2 82.2 0 0 0-37.135 55.056a86.57 86.57 0 0 0 8.536 55.576a82.4 82.4 0 0 0-12.296 30.719a87.6 87.6 0 0 0 14.964 66.244c28.574 40.893 84.997 53.007 125.787 27.016l71.648-45.664a82.18 82.18 0 0 0 37.135-55.057a86.6 86.6 0 0 0-8.53-55.577a82.4 82.4 0 0 0 12.29-30.718a87.57 87.57 0 0 0-14.963-66.244"/><path fill="#FFF" d="M106.889 270.841c-23.102 6.007-47.497-3.036-61.103-22.648a52.7 52.7 0 0 1-9.003-39.85a50 50 0 0 1 1.713-6.693l1.35-4.115l3.671 2.697a92.5 92.5 0 0 0 28.036 14.007l2.663.808l-.245 2.659a16.07 16.07 0 0 0 2.89 10.656a17.14 17.14 0 0 0 18.397 6.828a15.8 15.8 0 0 0 4.403-1.935l71.67-45.672a14.92 14.92 0 0 0 6.734-9.977a15.92 15.92 0 0 0-2.713-12.011a17.16 17.16 0 0 0-18.404-6.832a15.8 15.8 0 0 0-4.396 1.933l-27.35 17.434a52.3 52.3 0 0 1-14.553 6.391c-23.101 6.007-47.497-3.036-61.101-22.649a52.68 52.68 0 0 1-9.004-39.849a49.43 49.43 0 0 1 22.34-33.114l71.664-45.677a52.2 52.2 0 0 1 14.563-6.398c23.101-6.007 47.497 3.036 61.101 22.648a52.7 52.7 0 0 1 9.004 39.85a51 51 0 0 1-1.713 6.692l-1.35 4.116l-3.67-2.693a92.4 92.4 0 0 0-28.037-14.013l-2.664-.809l.246-2.658a16.1 16.1 0 0 0-2.89-10.656a17.14 17.14 0 0 0-18.398-6.828a15.8 15.8 0 0 0-4.402 1.935l-71.67 45.674a14.9 14.9 0 0 0-6.73 9.975a15.9 15.9 0 0 0 2.709 12.012a17.16 17.16 0 0 0 18.404 6.832a15.8 15.8 0 0 0 4.402-1.935l27.345-17.427a52.2 52.2 0 0 1 14.552-6.397c23.101-6.006 47.497 3.037 61.102 22.65a52.68 52.68 0 0 1 9.003 39.848a49.45 49.45 0 0 1-22.34 33.12l-71.664 45.673a52.2 52.2 0 0 1-14.563 6.398"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" aria-hidden="true"><path fill="#85EA2D" d="M127.999 249.895c-67.215 0-121.9-54.68-121.9-121.896S60.785 6.102 128 6.102c67.214 0 121.899 54.685 121.899 121.9c0 67.214-54.685 121.893-121.9 121.893"/><path fill="#173647" d="M127.999 12.202c63.954 0 115.797 51.842 115.797 115.797c0 63.952-51.843 115.797-115.797 115.797c-63.952 0-115.797-51.845-115.797-115.797S64.047 12.202 127.999 12.202m0-12.202C57.419 0 0 57.42 0 127.999s57.42 127.998 127.999 127.998S256 198.577 256 128C256 57.419 198.578 0 127.999 0"/><path fill="#173647" d="M80.598 86.619c-.394 4.38.146 8.909-.146 13.338c-.345 4.431-.887 8.811-1.773 13.192c-1.23 6.25-5.12 10.976-10.482 14.914c10.436 6.793 11.616 17.324 12.304 28.006c.345 5.76.197 11.567.788 17.276c.443 4.429 2.165 5.562 6.745 5.708c1.87.048 3.786 0 5.956 0v13.683c-13.535 2.313-24.708-1.525-27.467-12.992c-.887-4.184-1.478-8.467-1.673-12.798c-.297-4.578.195-9.155-.148-13.732c-.985-12.553-2.61-16.785-14.618-17.376v-15.602a24 24 0 0 1 2.608-.443c6.596-.345 9.4-2.364 10.828-8.86c.69-3.641 1.084-7.333 1.23-11.074c.494-7.136.297-14.42 1.525-21.507C67.997 68.163 74.3 63.24 84.785 62.65c2.952-.149 5.955 0 9.35 0v13.98c-1.427.1-2.658.294-3.937.294c-8.515-.297-8.96 2.607-9.6 9.695m16.39 32.386h-.196c-4.923-.245-9.155 3.593-9.403 8.515c-.246 4.972 3.592 9.206 8.515 9.45h.59c4.875.296 9.056-3.447 9.352-8.319v-.491c.1-4.971-3.886-9.055-8.857-9.155m30.862 0c-4.774-.148-8.763 3.593-8.909 8.318c0 .297 0 .543.051.837c0 5.365 3.641 8.812 9.155 8.812c5.414 0 8.812-3.544 8.812-9.106c-.051-5.366-3.646-8.91-9.109-8.86m31.602 0c-5.02-.1-9.206 3.89-9.352 8.91a9.03 9.03 0 0 0 9.055 9.054h.1c4.528.788 9.106-3.592 9.402-8.858c.243-4.874-4.186-9.106-9.205-9.106m43.363.737c-5.711-.245-8.567-2.164-9.992-7.581a55 55 0 0 1-1.624-10.582c-.395-6.596-.346-13.241-.789-19.837c-1.033-15.651-12.352-21.114-28.794-18.41V76.92c2.607 0 4.626 0 6.645.049c3.495.048 6.153 1.379 6.496 5.268c.345 3.543.345 7.136.69 10.73c.692 7.139 1.083 14.372 2.314 21.41c1.085 5.809 5.07 10.14 10.04 13.684c-8.71 5.857-11.27 14.223-11.714 23.626c-.245 6.448-.394 12.944-.736 19.443c-.297 5.905-2.362 7.824-8.318 7.972c-1.674.05-3.298.198-5.169.297v13.93c3.495 0 6.694.196 9.892 0c9.942-.592 15.947-5.415 17.918-15.063a126 126 0 0 0 1.476-16.045c.343-4.923.297-9.894.788-14.766c.737-7.63 4.232-10.78 11.862-11.27c.739-.1 1.427-.246 2.118-.492v-15.604c-1.282-.149-2.17-.295-3.103-.346"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" aria-hidden="true"><linearGradient id="SVGu0B1TqaV" x1="-1845.501" x2="-1797.134" y1="1255.639" y2="981.338" gradientTransform="rotate(180 -846.605 623.252)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#FAAE42"/><stop offset="1" stop-color="#EF3E31"/></linearGradient><path fill="url(#SVGu0B1TqaV)" d="M56.9 0h141.8c6.9 0 13.6 1.1 20.1 3.4c9.4 3.4 17.9 9.4 24.3 17.2c6.5 7.8 10.8 17.4 12.3 27.4c.6 3.7.7 7.4.7 11.1v138.3c0 4.4-.2 8.9-1.1 13.2c-2 9.9-6.7 19.2-13.5 26.7c-6.7 7.5-15.5 13.1-25 16.1c-5.8 1.8-11.8 2.6-17.9 2.6c-2.7 0-142.1 0-144.2-.1c-10.2-.5-20.3-3.8-28.8-9.5c-8.3-5.6-15.1-13.4-19.5-22.4c-3.8-7.7-5.7-16.3-5.7-24.9V56.9C.2 48.4 2 40 5.7 32.4c4.3-9 11-16.9 19.3-22.5C33.5 4.1 43.5.7 53.7.2c1-.2 2.1-.2 3.2-.2"/><linearGradient id="SVGoT4spcIz" x1="130.612" x2="95.213" y1="4.136" y2="204.893" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#E39F3A"/><stop offset="1" stop-color="#D33929"/></linearGradient><path fill="url(#SVGoT4spcIz)" d="M216 209.4c-.9-1.4-1.9-2.8-3-4.1c-2.5-3-5.4-5.6-8.6-7.8c-4-2.7-8.7-4.4-13.5-4.6c-3.4-.2-6.8.4-10 1.6c-3.2 1.1-6.3 2.7-9.3 4.3c-3.5 1.8-7 3.6-10.7 5.1c-4.4 1.8-9 3.2-13.7 4.2c-5.9 1.1-11.9 1.5-17.8 1.4c-10.7-.2-21.4-1.8-31.6-4.8c-9-2.7-17.6-6.4-25.7-11.1c-7.1-4.1-13.7-8.8-19.9-14.1c-5.1-4.4-9.8-9.1-14.2-14.1c-3-3.5-5.9-7.2-8.6-11c-1.1-1.5-2.1-3.1-3-4.7L0 121.2V56.7C0 25.4 25.3 0 56.6 0h50.5l37.4 38c84.4 57.4 57.1 120.7 57.1 120.7s24 27 14.4 50.7"/><path fill="#FFF" d="M144.7 38c84.4 57.4 57.1 120.7 57.1 120.7s24 27.1 14.3 50.8c0 0-9.9-16.6-26.5-16.6c-16 0-25.4 16.6-57.6 16.6c-71.7 0-105.6-59.9-105.6-59.9C91 192.1 135.1 162 135.1 162c-29.1-16.9-91-97.7-91-97.7c53.9 45.9 77.2 58 77.2 58c-13.9-11.5-52.9-67.7-52.9-67.7c31.2 31.6 93.2 75.7 93.2 75.7C179.2 81.5 144.7 38 144.7 38"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 154" aria-hidden="true"><defs><linearGradient id="SVG80JqDb2a" x1="-2.778%" x2="100%" y1="32%" y2="67.556%"><stop offset="0%" stop-color="#2298BD"/><stop offset="100%" stop-color="#0ED7B5"/></linearGradient></defs><path fill="url(#SVG80JqDb2a)" d="M128 0Q76.8 0 64 51.2Q83.2 25.6 108.8 32c9.737 2.434 16.697 9.499 24.401 17.318C145.751 62.057 160.275 76.8 192 76.8q51.2 0 64-51.2q-19.2 25.6-44.8 19.2c-9.737-2.434-16.697-9.499-24.401-17.318C174.249 14.743 159.725 0 128 0M64 76.8q-51.2 0-64 51.2q19.2-25.6 44.8-19.2c9.737 2.434 16.697 9.499 24.401 17.318C81.751 138.857 96.275 153.6 128 153.6q51.2 0 64-51.2q-19.2 25.6-44.8 19.2c-9.737-2.434-16.697-9.499-24.401-17.318C110.249 91.543 95.725 76.8 64 76.8"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 291" aria-hidden="true"><path fill="#4040B2" d="M176.485 188.994L256 143.127V51.249l-79.515 45.963z"/><path fill="#5C4EE5" d="m88.243 51.249l79.515 45.963v91.782L88.243 143.08M0 91.83l79.515 45.916v-91.83L0 0m88.243 244.994l79.515 45.915v-91.83l-79.515-45.915"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" aria-hidden="true"><path fill="#9C4221" d="M198.472 0v28.764h25.888v198.472h-25.888V256H256V0z"/><path d="M64.719 83.416V51.775h126.562v31.641H143.82v138.067h-31.64V83.416z"/><path fill="#9C4221" d="M57.528 0v28.764H31.64v198.472h25.888V256H0V0z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" aria-hidden="true"><path fill="#3178C6" d="M20 0h216c11.046 0 20 8.954 20 20v216c0 11.046-8.954 20-20 20H20c-11.046 0-20-8.954-20-20V20C0 8.954 8.954 0 20 0"/><path fill="#FFF" d="M150.518 200.475v27.62q6.738 3.453 15.938 5.179T185.849 235q9.934 0 18.874-1.899t15.678-6.257q6.738-4.359 10.669-11.394q3.93-7.033 3.93-17.391q0-7.51-2.246-13.163a30.8 30.8 0 0 0-6.479-10.055q-4.232-4.402-10.149-7.898t-13.347-6.602q-5.442-2.245-9.761-4.359t-7.342-4.316q-3.024-2.2-4.665-4.661t-1.641-5.567q0-2.848 1.468-5.135q1.469-2.288 4.147-3.927t6.565-2.547q3.887-.906 8.638-.906q3.456 0 7.299.518q3.844.517 7.732 1.597a54 54 0 0 1 7.558 2.719a41.7 41.7 0 0 1 6.781 3.797v-25.807q-6.306-2.417-13.778-3.582T198.633 107q-9.847 0-18.658 2.115q-8.811 2.114-15.506 6.602q-6.694 4.49-10.582 11.437Q150 134.102 150 143.769q0 12.342 7.127 21.06t21.638 14.759a292 292 0 0 1 10.625 4.575q4.924 2.244 8.509 4.66t5.658 5.265t2.073 6.474a9.9 9.9 0 0 1-1.296 4.963q-1.295 2.287-3.93 3.97t-6.565 2.632t-9.2.95q-8.983 0-17.794-3.151t-16.327-9.451m-46.036-68.733H140V109H41v22.742h35.345V233h28.137z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 263" aria-hidden="true"><path fill="#222C37" d="m166.872 131.237l45.91-79.275l22.184 79.275l-22.185 79.256zm-22.376 12.874l45.916 79.262l-79.966-20.486l-57.77-58.776zm45.906-105.033l-45.906 79.275h-91.82l57.77-58.78zm65.539 65.18L227.933.06l-104.54 27.925l-15.475 27.207l-31.401-.225L0 131.244l76.517 76.259h.003l31.388-.232l15.497 27.207l104.528 27.92L255.94 158.22l-15.906-26.982z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 257" aria-hidden="true"><path fill="#019833" d="M128.286 1.952L1.945 127.885L128.286 254.4l125.761-126.515z"/><path fill="#66FE98" d="M128.264 13.516V2.885L2.774 127.908h10.753z"/><path fill="#45FE02" d="M128.264 13.516V2.885l125.88 125.023h-11.636z"/><path fill="#017D17" d="M128.264 242.836v11.769L2.774 127.908h10.753z"/><path fill="#005D04" d="M128.264 242.836v11.769l125.88-126.697h-11.636z"/><path d="M65.226 230.591H40.9l-9.5-9.258V44.55h-7.54l-6.455-6.464V18.325l6.687-7.253h85.075l7.649 7.658v18.756l-6.356 7.747h-6.428v59.758l60.487-59.758h-3.377l-7.035-7.587V17.758l6.912-6.345h85.872l6.796 6.805v18.81z"/><path d="M128.264 256.342L0 127.908L128.264 0L256 127.908zM3.929 127.908L128.264 252.41l123.805-124.502L128.264 3.935z"/><path fill="#FEFEFE" d="m108.075 22.742l3.779-2.441l-3.861-4.008H26.156l-4.158 4.164v15.75l4.61 4.616l2.199-4.616l-2.892-2.897V22.207l2.169-1.931l77.264.095z"/><path fill="#FEFEFE" d="M41.458 35.833v184.334l2.592 2.468l-2.077 3.925l-5.451-5.369V40.612z"/><path fill="gray" d="m28.236 35.833l-1.628 4.99h9.886l5.719-4.99z"/><path fill="#FEFEFE" d="m166.531 35.897l-3.457-2.442v-9.896l3.616-3.621h75.449l2.893 3.862l4.117-3.249l-4.238-3.872h-81.114l-4.038 4.043v15.871l4.252 3.848m-65.615 76.31l-7.879 19.144l88.948-89.309l-.435-10.804z"/><path fill="gray" d="m107.897 22.671l3.957-2.37v15.532l-4.517 4.523h-8.778l-.163 76.395l-7.849 19.1V35.833h14.659l2.727-2.219zm136.867.051l4.385-2.171v14.183L62.408 226.56H41.973l1.994-3.77l15.695.001L244.791 31.379zm-65.734 13.06l-4.548 4.569l-10.471.09l2.557-4.59z"/><path fill="#CCC" d="m165.973 19.79l-2.89 2.893v10.624l2.531 2.534h13.372v10.265l-88.46 89.783V35.968h14.701l3.016-3.02V22.197l-2.784-2.154H28.093l-2.531 2.535V33.56l2.573 2.577h13.457v184.002l2.531 2.534h15.292L244.794 31.131v-8.448l-2.89-2.893z"/><path fill="gray" d="M59.519 222.918H44.022l-2.674-2.678V36.381H28.034l-2.716-2.72V22.476l2.674-2.677h77.551l2.945 2.278v10.972l-3.159 3.163H90.77v99.081l87.972-89.288v-9.919h-13.229l-2.674-2.678V22.582l3.032-3.037h76.134l3.033 3.037v8.648l-.068.071zm-15.294-.489h15.087L244.55 31.033v-8.249l-2.747-2.75h-75.729l-2.747 2.75v10.422l2.388 2.391h13.516v10.609l-.07.071l-88.879 90.208V35.724h14.844l2.873-2.878V22.317l-2.623-2.03H28.194l-2.388 2.392v10.78l2.431 2.434h13.599v184.144z"/><path fill="#CCC" d="M134.566 143.819a.83.83 0 0 0-.38.19l-3.585 3.083a.84.84 0 0 0-.232.359l-3.586 10.054a.84.84 0 0 0 .19.866l2.742 2.745a.84.84 0 0 0 .591.233h11.073a.83.83 0 0 0 .59-.233l2.89-2.914c.1-.1.172-.224.211-.359l3.08-10.582a.84.84 0 0 0-.211-.823l-2.384-2.387a.83.83 0 0 0-.59-.232h-10.23a1 1 0 0 0-.169 0m-20.29 28.343a.83.83 0 0 0-.633.613l-1.371 5.449a.833.833 0 0 0 .801 1.035h6.518l-16.157 46.19a.833.833 0 0 0 .781 1.099h23.517a.83.83 0 0 0 .802-.571l1.54-4.963a.834.834 0 0 0-.802-1.077h-5.315l15.988-46.676a.833.833 0 0 0-.781-1.099h-24.72a1 1 0 0 0-.168 0m74.835.169a.84.84 0 0 0-.465.275l-4.893 5.533h-7.783l-5.189-5.385a.83.83 0 0 0-.59-.254h-18.582a.83.83 0 0 0-.781.549l-1.708 5.112a.834.834 0 0 0 .78 1.098h4.978l-15.482 45.683a.835.835 0 0 0 .781 1.099h19.784a.83.83 0 0 0 .781-.549l1.518-4.457a.833.833 0 0 0-.78-1.098h-3.459l9.871-31.111h17.865l-11.263 36.138a.832.832 0 0 0 .801 1.077h19.088a.83.83 0 0 0 .76-.507l1.708-4.098a.832.832 0 0 0-.759-1.14h-3.459l10.04-31.639h17l-11.432 36.307a.833.833 0 0 0 .802 1.077h20.965a.835.835 0 0 0 .781-.528l1.708-4.457a.833.833 0 0 0-.78-1.119h-4.156l12.635-41.079a.84.84 0 0 0-.127-.761l-3.923-5.28a.83.83 0 0 0-.675-.317h-14.996a.83.83 0 0 0-.612.254l-4.725 5.195h-8.268l-4.893-5.364a.83.83 0 0 0-.612-.254h-12.086a1 1 0 0 0-.168 0"/><path d="M128.359 162.524c.523.504 1.207.78 1.901.78l.046-.001h11.039c.742.023 1.444-.263 2.013-.81l2.883-2.909c.334-.334.579-.751.706-1.195l3.079-10.58a2.79 2.79 0 0 0-.705-2.752l-2.409-2.413a2.7 2.7 0 0 0-1.947-.78h-10.16a3 3 0 0 0-.436.01l-.205.032c-.47.099-.909.318-1.252.62l-3.586 3.084l-.041.037c-.349.318-.612.72-.764 1.167l-3.578 10.031a2.81 2.81 0 0 0 .647 2.907zm16.154-16.751l1.575 1.577l-2.816 9.676l-2.346 2.368l-10.168.001l-1.897-1.9l3.257-9.13l3.014-2.592zm97.125 31.158l-3.923-5.28l-.035-.045a2.8 2.8 0 0 0-2.225-1.06h-14.948a2.76 2.76 0 0 0-2.049.848l-4.184 4.601h-6.541l-4.312-4.727l-.04-.043a2.82 2.82 0 0 0-2.016-.848h-12.016a3 3 0 0 0-.436.01l-.202.031a2.78 2.78 0 0 0-1.529.893l-4.31 4.874h-6.071l-4.615-4.79a2.8 2.8 0 0 0-1.995-.849h-18.588a2.8 2.8 0 0 0-2.612 1.837l-1.724 5.155a2.792 2.792 0 0 0 2.633 3.675h2.252l-14.61 43.11a2.794 2.794 0 0 0 1.757 3.528c.277.092.565.141.878.144h19.79a2.81 2.81 0 0 0 2.625-1.873l1.522-4.466a2.793 2.793 0 0 0-2.634-3.674h-.789l8.631-27.201H183.1l-10.476 33.611a2.79 2.79 0 0 0 1.847 3.48a3 3 0 0 0 .824.123H194.4a2.79 2.79 0 0 0 2.547-1.709l1.722-4.13a2.79 2.79 0 0 0-2.577-3.815h-.788l8.799-27.729h12.905l-10.637 33.782a2.792 2.792 0 0 0 2.657 3.601h20.967a2.82 2.82 0 0 0 2.619-1.783l1.719-4.485a2.79 2.79 0 0 0-2.616-3.745h-1.51l11.847-38.518a2.79 2.79 0 0 0-.416-2.533m-16.723 44.96h5.169l-.842 2.195h-18.676l11.772-37.383h-21.096l-11.28 35.548h4.432l-.765 1.835h-16.815l11.599-37.214h-21.952l-11.111 35.019h4.554l-.748 2.195H141.75l15.854-46.782h-6.137l.952-2.849h17.287l5.433 5.639h9.495l5.135-5.808l11.114-.001l5.124 5.619h9.996l4.955-5.449h13.97l3.236 4.356zm-94.819-3.786a3 3 0 0 0-.824-.123h-2.58l15.106-44.099a2.792 2.792 0 0 0-2.634-3.675h-24.65a3 3 0 0 0-.437.01l-.213.034a2.77 2.77 0 0 0-2.117 2.046l-1.372 5.454a2.794 2.794 0 0 0 2.034 3.38q.316.079.664.081h3.763l-15.255 43.615a2.792 2.792 0 0 0 2.634 3.674h23.53c1.204 0 2.263-.763 2.656-1.946l1.542-4.971a2.79 2.79 0 0 0-1.847-3.48m-24.292 6.488l16.541-47.289h-7.826l.802-3.187h22.264l-16.364 47.774h6.534l-.838 2.702z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 221" aria-hidden="true"><path fill="#41B883" d="M204.8 0H256L128 220.8L0 0h97.92L128 51.2L157.44 0z"/><path fill="#41B883" d="m0 0l128 220.8L256 0h-51.2L128 132.48L50.56 0z"/><path fill="#35495E" d="M50.56 0L128 133.12L204.8 0h-47.36L128 51.2L97.92 0z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" aria-hidden="true"><path fill="#654FF0" d="M157.29 0H256v255.997H0V0h98.71c-.02.458-.068.911-.068 1.375c0 16.215 13.144 29.36 29.358 29.36s29.36-13.145 29.36-29.36c0-.464-.047-.917-.07-1.375m58.327 228.6h17.598l-26.657-90.632h-26.753L157.853 228.6h17.058l4.444-20.18h30.485zm-93.4 0h16.842l21.609-90.632H144.04l-13.236 62.453h-.216l-12.57-62.453h-15.871l-13.984 61.69h-.217l-11.604-61.69H59.39L78.92 228.6h17.166l13.447-61.69h.216zm67.784-68.291h7.13l8.502 33.258h-23.03z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 176" aria-hidden="true"><path fill="#FFF" d="M117.109.803h297.05v28.902L510.5 174.216H1.5z"/><path d="M414.962 0H116.68L0 175.019h512L414.962 29.46zm-1.606 1.606v28.342L509 173.413H3L117.539 1.606z"/><path stroke="#000" d="M117.109.803h38.536L40.036 174.216H1.5l57.805-86.707L1.5.803h38.536l38.537 57.804zM49.67 174.216h38.537l77.072-115.609v115.609h38.536V.803h-38.536zm162.174 0h38.536V58.607l38.536 57.805l38.537-57.805v115.609h38.536V.803h-48.17l-28.903 57.804L250.38.803h-38.536zm163.779 0H510.5l-25.691-38.536h-70.65V.803h-38.536z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 181" aria-hidden="true"><path fill="#F7A41D" d="M193.89 0L91.034 122.797h58.908l-24.56 28.438H67.215l-63.337 29.73l103.058-124.09h-59.11l24.56-28.438h58.167zM59.46 28.437L36.193 56.875h-7.756v65.922h11.634l-24.56 28.438H0V28.437zm138.308 0v122.798h-60.752l24.56-28.438h7.755v-64.63h-11.633l24.559-29.73z"/><path fill="#121212" d="M461.718 27.92c18.484 0 37.744 7.11 50.282 18.097l-16.804 19.389c-9.177-8.144-21.716-12.926-33.478-12.926c-21.975 0-39.037 16.674-39.037 38.131c0 21.716 17.192 38.262 39.166 38.262c7.25 0 16.251-2.879 24.173-6.912l-.001-17.26l-38.778-18.097h62.045v50.412c-13.185 9.436-31.023 15.511-48.732 15.511c-37.485 0-66.052-26.886-66.052-62.433c0-35.288 29.084-62.174 67.216-62.174m-125.641.517v19.39l-68.508 80.14h69.8v23.268H227.5v-18.097l68.507-81.434h-67.215V28.437zm43.948 0v122.798h-28.437V28.437z"/></svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
import CodeGroup from './CodeGroup';
|
|
3
|
+
import { parseCodePanels } from './parse-panels';
|
|
4
|
+
interface Props {
|
|
5
|
+
dropdown?: boolean;
|
|
6
|
+
className?: string;
|
|
7
|
+
}
|
|
8
|
+
const { dropdown = false, className } = Astro.props;
|
|
9
|
+
const items = parseCodePanels(await Astro.slots.render('default'));
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
<CodeGroup client:load items={items} dropdown={dropdown} className={className} />
|