undraw 0.3.1 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +17 -21
  3. data/README.md +17 -9
  4. data/lib/undraw/engine.rb +9 -9
  5. data/lib/undraw/helper.rb +24 -19
  6. data/lib/undraw/version.rb +1 -1
  7. data/lib/undraw.rb +4 -14
  8. data/vendor/assets/images/undraw/audio_conversation.svg +1 -0
  9. data/vendor/assets/images/undraw/best_place.svg +1 -0
  10. data/vendor/assets/images/undraw/biking.svg +1 -0
  11. data/vendor/assets/images/undraw/click_here.svg +1 -0
  12. data/vendor/assets/images/undraw/coming_home.svg +1 -0
  13. data/vendor/assets/images/undraw/done_checking.svg +1 -0
  14. data/vendor/assets/images/undraw/experience_design.svg +1 -0
  15. data/vendor/assets/images/undraw/forming_ideas.svg +1 -0
  16. data/vendor/assets/images/undraw/happy_news.svg +1 -0
  17. data/vendor/assets/images/undraw/hooked.svg +1 -0
  18. data/vendor/assets/images/undraw/in_no_time.svg +1 -0
  19. data/vendor/assets/images/undraw/insert_block.svg +1 -0
  20. data/vendor/assets/images/undraw/landing_page.svg +1 -0
  21. data/vendor/assets/images/undraw/like_dislike.svg +1 -0
  22. data/vendor/assets/images/undraw/mobile_user.svg +1 -0
  23. data/vendor/assets/images/undraw/modern_professional.svg +1 -0
  24. data/vendor/assets/images/undraw/moonlight.svg +1 -0
  25. data/vendor/assets/images/undraw/nature_fun.svg +1 -0
  26. data/vendor/assets/images/undraw/online_discussion.svg +1 -0
  27. data/vendor/assets/images/undraw/party.svg +1 -0
  28. data/vendor/assets/images/undraw/percentages.svg +1 -0
  29. data/vendor/assets/images/undraw/predictive_analytics.svg +1 -0
  30. data/vendor/assets/images/undraw/pure_love.svg +1 -0
  31. data/vendor/assets/images/undraw/reading.svg +1 -0
  32. data/vendor/assets/images/undraw/reminders.svg +1 -0
  33. data/vendor/assets/images/undraw/result.svg +1 -0
  34. data/vendor/assets/images/undraw/spread_love.svg +1 -0
  35. data/vendor/assets/images/undraw/taking_selfie.svg +1 -0
  36. data/vendor/assets/images/undraw/tree_swing.svg +1 -0
  37. data/vendor/assets/images/undraw/unexpected_friends.svg +1 -0
  38. metadata +35 -37
  39. data/.gitignore +0 -10
  40. data/bin/console +0 -14
  41. data/bin/setup +0 -8
  42. data/undraw.gemspec +0 -30
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5f793398b49edeecbb52e101375b79792d78e04a4790c26745663316badeb61f
4
- data.tar.gz: a71052ed042738ab6f0cd9da1ff290bffd35df61f02f18b6a67ece4c7cdadeb8
3
+ metadata.gz: 0c802e76ae03099a6136d0b75403e974979b142f44996e4f4f2c21b0f9926dad
4
+ data.tar.gz: fb74b805974e42db9477db9e03f295ba02b6ef3a7b5d8731528c4d21e8e49af6
5
5
  SHA512:
6
- metadata.gz: 1d767030f93387947ede10fb40e280a7850198e62c8d056b66ec28a0b8ff1ebca7d0994a5696bc47418b32473f41364fab96e35eb99767b728207f6214ca7d3a
7
- data.tar.gz: a6fe3d694f2b5a78d7f05136275a755b0108c93f99e0bd191f31f5cca7958936cbd0dd23d2f01b11561c9264443db0af96d07e7526eb6c5096866ac7ed51522c
6
+ metadata.gz: '0297d27395d95e8bf3f5f1891f5dc45df854b4058f05736391cd9182241cbcb87f07e310ecedf624c682e6328fa816108b143d31e1b01bb80d30608561d73823'
7
+ data.tar.gz: 2ba484fd3276cdeb30ca0152eabb439bb11eb61fe4d65eb8633bdda06267bc1cf7ddc9dfbfeb692a03d8a8ecfbdc96118e5565fad26c47014270c63f8bbbb1d6
data/Gemfile.lock CHANGED
@@ -1,39 +1,35 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- undraw (0.2.0)
5
- inline_svg (~> 1.3.1)
4
+ undraw (0.3.4)
5
+ inline_svg (~> 1.8.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (5.2.2)
10
+ activesupport (7.0.2.2)
11
11
  concurrent-ruby (~> 1.0, >= 1.0.2)
12
- i18n (>= 0.7, < 2)
13
- minitest (~> 5.1)
14
- tzinfo (~> 1.1)
15
- concurrent-ruby (1.1.4)
16
- i18n (1.4.0)
12
+ i18n (>= 1.6, < 2)
13
+ minitest (>= 5.1)
14
+ tzinfo (~> 2.0)
15
+ concurrent-ruby (1.1.9)
16
+ i18n (1.10.0)
17
17
  concurrent-ruby (~> 1.0)
18
- inline_svg (1.3.1)
18
+ inline_svg (1.8.0)
19
19
  activesupport (>= 3.0)
20
20
  nokogiri (>= 1.6)
21
- mini_portile2 (2.4.0)
22
- minitest (5.11.3)
23
- nokogiri (1.9.1)
24
- mini_portile2 (~> 2.4.0)
25
- rake (10.5.0)
26
- thread_safe (0.3.6)
27
- tzinfo (1.2.5)
28
- thread_safe (~> 0.1)
21
+ minitest (5.15.0)
22
+ nokogiri (1.13.3-x86_64-linux)
23
+ racc (~> 1.4)
24
+ racc (1.6.0)
25
+ tzinfo (2.0.4)
26
+ concurrent-ruby (~> 1.0)
29
27
 
30
28
  PLATFORMS
31
- ruby
29
+ x86_64-linux
32
30
 
33
31
  DEPENDENCIES
34
- bundler (~> 1.16)
35
- rake (~> 10.0)
36
32
  undraw!
37
33
 
38
34
  BUNDLED WITH
39
- 1.17.1
35
+ 2.3.7
data/README.md CHANGED
@@ -45,18 +45,26 @@ Browse to find the [images](https://undraw.co/illustrations) that fit your needs
45
45
  <%= undraw("designer_life", color: "#ff6347", class: "undraw-designer-life") %>
46
46
  ```
47
47
 
48
- **Note:
49
-
50
-
51
- This gem will often update assets perhaps weekly. You need to manually update your installed gem to support new svg released.
52
-
53
- $ bundle update undraw
54
-
48
+ ## Update
49
+ Run bundle update to latest gem released
55
50
 
56
- DEMO: http://materialize.labs.my/undraw
57
- ## Development
51
+ ```$ bundle update undraw```
52
+
53
+ Due the license issue, any new illustrations released are no longer added to this gems and existing assets might be removed in a future release.
54
+ You need to manually download preferred svg file and put on:
55
+
56
+ ```\vendor\images\undraw\<asset_name>.svg```
57
+
58
+
59
+ ```ruby
60
+ # default color
61
+ <%= undraw("<asset_name>") %>
62
+ ```
58
63
 
59
64
 
65
+ ## Development
66
+ DEMO: http://materialize.labs.my/undraw
67
+
60
68
 
61
69
  ## Contributing
62
70
 
data/lib/undraw/engine.rb CHANGED
@@ -1,14 +1,14 @@
1
- require "undraw/helper"
1
+ require 'inline_svg'
2
+ require 'undraw/helper'
2
3
 
3
4
  module Undraw
4
5
  class FileNotFound < IOError; end
5
-
6
+
6
7
  class Engine < ::Rails::Engine
7
- # initializer 'undraw.assets' do |app|
8
- # %w(stylesheets javascripts).each do |sub|
9
- # app.config.assets.paths << root.join('vendor/assets', sub).to_s
10
- # end
11
- # end
12
- ActionController::Base.send(:helper, Undraw::Helper)
8
+ initializer 'undraw.assets' do |_app|
9
+ ActiveSupport.on_load(:action_controller) do
10
+ ActionController::Base.send(:helper, Undraw::Helper)
11
+ end
12
+ end
13
13
  end
14
- end
14
+ end
data/lib/undraw/helper.rb CHANGED
@@ -1,28 +1,33 @@
1
1
  module Undraw
2
2
  module Helper
3
+ def undraw(filename, options = {})
4
+ svg_file = read_svg(filename)
5
+ color = options.delete(:color)
6
+ output = recolor(svg_file, color)
7
+ InlineSvg::TransformPipeline.generate_html_from(output, options).html_safe
8
+ rescue Errno::ENOENT => e
9
+ raise Undraw::FileNotFound,
10
+ "Asset not found: #{filename}, you can manually download and place svg file in this path #{e.message.split('-').last}"
11
+ end
12
+
13
+ private
3
14
 
4
- def undraw(filename, transform_params={})
15
+ def read_svg(filename)
5
16
  asset_path = "#{Undraw.root}/vendor/assets/images/undraw/#{filename}.svg"
6
- begin
7
- svg_file = File.read(asset_path)
8
- color = transform_params.delete(:color)
9
-
10
- if color.is_a?(Hash)
11
- #:todo:
12
- #= undraw("building", color: {primary: #ff6347, hair: black}, class: 'undraw-features', size: "350*150")
13
- primary = color[:primary]
14
- else
15
- primary = color
16
- end
17
+ vendor_path = "#{Rails.root}/vendor/assets/images/undraw/#{filename}.svg"
18
+ File.read(File.exist?(vendor_path) ? vendor_path : asset_path)
19
+ end
17
20
 
18
- svg_file.gsub!(/#6c63ff/, primary) if primary
19
- #inline_svg svg_file, class: 'some-class'
20
- InlineSvg::TransformPipeline.generate_html_from(svg_file, transform_params).html_safe
21
- rescue Errno::ENOENT
22
- raise Undraw::FileNotFound.new("Asset not found: #{asset_path}")
21
+ def recolor(svg_file, color)
22
+ if color.is_a?(Hash)
23
+ # :todo:
24
+ # = undraw("building", color: { primary: #ff6347, hair: black }, class: 'undraw-features', size: "350*150")
25
+ primary = color[:primary]
26
+ else
27
+ primary = color
23
28
  end
29
+ svg_file.gsub!(/#6c63ff/, primary) if primary
30
+ svg_file
24
31
  end
25
-
26
32
  end
27
-
28
33
  end
@@ -1,3 +1,3 @@
1
1
  module Undraw
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.4"
3
3
  end
data/lib/undraw.rb CHANGED
@@ -1,7 +1,6 @@
1
- require "undraw/version"
1
+ require 'undraw/version'
2
2
 
3
3
  module Undraw
4
-
5
4
  class << self
6
5
  def load!
7
6
  if rails?
@@ -14,20 +13,12 @@ module Undraw
14
13
  def root
15
14
  File.dirname __dir__
16
15
  end
17
-
16
+
18
17
  # Paths
19
18
  def gem_path
20
19
  @gem_path ||= File.expand_path '..', File.dirname(__FILE__)
21
20
  end
22
21
 
23
- def stylesheets_path
24
- File.join assets_path, 'stylesheets'
25
- end
26
-
27
- def javascripts_path
28
- File.join assets_path, 'javascripts'
29
- end
30
-
31
22
  def assets_path
32
23
  @assets_path ||= File.join gem_path, 'vendor/assets'
33
24
  end
@@ -48,10 +39,9 @@ module Undraw
48
39
  end
49
40
 
50
41
  def register_sprockets
51
- Sprockets.append_path(stylesheets_path)
52
- #Sprockets.append_path(javascripts_path)
42
+ Sprockets.append_path(assets_path)
53
43
  end
54
44
  end
55
45
  end
56
46
 
57
- Undraw.load!
47
+ Undraw.load!
@@ -0,0 +1 @@
1
+ <svg id="f76714af-ed50-409e-b13d-92d0a119c5d5" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="943" height="789" viewBox="0 0 943 789"><title>audio conversation</title><ellipse cx="265.95215" cy="750" rx="253" ry="39" fill="#3f3d56"/><rect x="56" y="179" width="140" height="2" fill="#f2f2f2"/><rect x="94" y="161" width="2" height="18.5" fill="#f2f2f2"/><rect x="155" y="161" width="2" height="18.5" fill="#f2f2f2"/><rect x="432" y="124" width="140" height="2" fill="#f2f2f2"/><rect x="470" y="106" width="2" height="18.5" fill="#f2f2f2"/><rect x="531" y="106" width="2" height="18.5" fill="#f2f2f2"/><rect x="511" y="681" width="140" height="2" fill="#f2f2f2"/><rect x="549" y="663" width="2" height="18.5" fill="#f2f2f2"/><rect x="610" y="663" width="2" height="18.5" fill="#f2f2f2"/><rect x="792" y="591" width="140" height="2" fill="#f2f2f2"/><rect x="830" y="573" width="2" height="18.5" fill="#f2f2f2"/><rect x="891" y="573" width="2" height="18.5" fill="#f2f2f2"/><rect x="803" y="362" width="140" height="2" fill="#f2f2f2"/><rect x="841" y="344" width="2" height="18.5" fill="#f2f2f2"/><rect x="902" y="344" width="2" height="18.5" fill="#f2f2f2"/><rect x="306" y="384" width="140" height="2" fill="#f2f2f2"/><rect x="344" y="366" width="2" height="18.5" fill="#f2f2f2"/><rect x="405" y="366" width="2" height="18.5" fill="#f2f2f2"/><rect x="654" y="534" width="140" height="2" fill="#f2f2f2"/><rect x="692" y="516" width="2" height="18.5" fill="#f2f2f2"/><rect x="753" y="516" width="2" height="18.5" fill="#f2f2f2"/><rect x="457" y="471" width="140" height="2" fill="#f2f2f2"/><rect x="495" y="453" width="2" height="18.5" fill="#f2f2f2"/><rect x="556" y="453" width="2" height="18.5" fill="#f2f2f2"/><rect x="266" y="273" width="140" height="2" fill="#f2f2f2"/><rect x="304" y="255" width="2" height="18.5" fill="#f2f2f2"/><rect x="365" y="255" width="2" height="18.5" fill="#f2f2f2"/><rect y="491" width="140" height="2" fill="#f2f2f2"/><rect x="38" y="473" width="2" height="18.5" fill="#f2f2f2"/><rect x="99" y="473" width="2" height="18.5" fill="#f2f2f2"/><circle cx="723.95215" cy="215" r="215" fill="#3f3d56"/><rect x="216.69089" y="380.63409" width="2.00053" height="207.87244" transform="translate(-235.50431 8.62926) rotate(-13.48616)" fill="#2f2e41"/><path d="M411.95215,521s41,17,28,27-40-12-39-15-4-10-4-10Z" transform="translate(-128.5 -55.5)" fill="#9f616a"/><path d="M375.95215,387l13,12,3,35,10,37s17,35,14,42,3,9,3,9l-23,9s-25-28-25-34S375.95215,387,375.95215,387Z" transform="translate(-128.5 -55.5)" fill="#575a88"/><path d="M375.95215,387l13,12,3,35,10,37s17,35,14,42,3,9,3,9l-23,9s-25-28-25-34S375.95215,387,375.95215,387Z" transform="translate(-128.5 -55.5)" opacity="0.1"/><path d="M498.95215,747s-5,23-6,25,19,9,19,9l24-17s-10-22-10-26Z" transform="translate(-128.5 -55.5)" fill="#575a88"/><path d="M367.95215,523l7,8s145,18,148,46,24,160,12,164-43,19-43,11-20-118-16-138c0,0-173-22-177-47s4-36,4-36Z" transform="translate(-128.5 -55.5)" fill="#2f2e41"/><path d="M367.95215,523l7,8s145,18,148,46,24,160,12,164-43,19-43,11-20-118-16-138c0,0-173-22-177-47s4-36,4-36Z" transform="translate(-128.5 -55.5)" opacity="0.1"/><path d="M496.95215,770s-4-9-6-6-9,38-2,38,71,16,80,14,26,1,24-9-12-11-12-11-37-22-39-33-13-5-13-5v7S507.95215,781,496.95215,770Z" transform="translate(-128.5 -55.5)" fill="#2f2e41"/><path d="M306.95215,311s7,34-8,37,19,23,19,23l22,12,16-16s-14.5-29.5-3.5-51.5S306.95215,311,306.95215,311Z" transform="translate(-128.5 -55.5)" fill="#9f616a"/><path d="M355.95215,367l-16,16-22-12s-34-20-19-23c9.65-1.93,10.18994-16.69,9.36-26.97a92.99326,92.99326,0,0,0-1.36-10.03s56.5-17.5,45.5,4.5a38.36112,38.36112,0,0,0-3.43994,10.76C345.64209,346.03,355.95215,367,355.95215,367Z" transform="translate(-128.5 -55.5)" fill="#9f616a"/><polygon points="283.452 720.5 283.452 743.5 321.452 743.5 324.452 734.5 320.452 710.5 283.452 720.5" fill="#575a88"/><path d="M254.95215,543s0,59,24,61,110,13,110,13,5,98,14,130,1,34,9,36,42-5,41-12-5-184-5-184,9-38-111-56Z" transform="translate(-128.5 -55.5)" fill="#2f2e41"/><path d="M414.95215,792s-6-13-7-9-13,39-1,42,50,19,75,18,28-2,28-2,7-10-2-16-46-41-48-45-17-7-17,0S421.95215,801,414.95215,792Z" transform="translate(-128.5 -55.5)" fill="#2f2e41"/><path d="M352.45215,315.5a38.36112,38.36112,0,0,0-3.43994,10.76c-4.98,3.01-8.31006,2.24-14.56006,2.24-9.27,0-13.01-11.85-19-18-.47-5.71-8.5.5-8.5.5S363.45215,293.5,352.45215,315.5Z" transform="translate(-128.5 -55.5)" opacity="0.1"/><circle cx="203.45215" cy="239.5" r="33" fill="#9f616a"/><path d="M388.95215,399s-5,36-8,49-7,73-9,81-14,10-38,7a45.10278,45.10278,0,0,0-4.54-.34c-14.78-.47-31.68994,5.06-47.34,9.4-9,2.5-17.59,4.6-25.12,4.94-11.4.52-14.74-12.12-14.35-25.8.37-12.73,3.98-26.38,7.35-31.2,6.07007-8.68.1-86.61,2.34009-112.31v-.01c.33984-3.92.86987-6.62,1.65991-7.68,6-8,45-28,49.37-27.19,4.36.81,41.63,24.19,41.63,24.19,9,0,8.71-9.76,8.71-9.76s6.29,11.76,18.29,14.76S388.95215,399,388.95215,399Z" transform="translate(-128.5 -55.5)" fill="#575a88"/><path d="M322.10485,528.64274s64.416,2.05107,53.13165,9.70416S313.95215,553,312.95215,543,322.10485,528.64274,322.10485,528.64274Z" transform="translate(-128.5 -55.5)" fill="#9f616a"/><path d="M329.41211,535.66c.21,3.84-10.11987,12.49-13.46,18.34-1.85,3.24-16.16992-1.03-33.88-8.94a347.39653,347.39653,0,0,1-39.47-20.86c.37-12.73,3.98-26.38,7.35-31.2,6.07007-8.68.1-86.61,2.34009-112.31v-.01a11.087,11.087,0,0,1,1.65991-.68h12c41,19-6,101-6,101s62,51,68,53A1.79788,1.79788,0,0,1,329.41211,535.66Z" transform="translate(-128.5 -55.5)" opacity="0.1"/><path d="M265.95215,374h-12s-11,3-20,23-42,82-13,106,91,52,95,45,18-18,12-20-68-53-68-53S306.95215,393,265.95215,374Z" transform="translate(-128.5 -55.5)" fill="#575a88"/><path d="M326.87531,279.64424s1.4482-20.04751,19.31386-11.87327,16.6999-14.35666,11.301-18.33813-5.22794-4.96676-24.97392-2.3029-58.08173,7.17726-45.68609,46.88051S310.45215,323.5,310.45215,323.5s-9.853-35.72772.13044-28.921l9.98341,6.80673,5.26828-1.11588Z" transform="translate(-128.5 -55.5)" fill="#2f2e41"/><polygon points="347.014 731.345 283.237 557.952 114.729 546.058 70.925 731.23 68.979 730.77 113.175 543.942 114.022 544.003 284.667 556.048 284.891 556.655 348.891 730.655 347.014 731.345" fill="#2f2e41"/><circle cx="596.70425" cy="555.79975" r="31.2479" fill="#6c63ff" opacity="0.4"/><circle cx="538.87232" cy="570.72412" r="21.92017" fill="#6c63ff" opacity="0.4"/><circle cx="55.87232" cy="261.72412" r="21.92017" fill="#6c63ff" opacity="0.4"/><path d="M603.083,794.6176l-2-.03906a463.83471,463.83471,0,0,1,7.09961-66.28711c8.64843-46.88086,23.02929-77.66992,42.74316-91.51172l1.14844,1.63672C606.02246,670.75041,603.10645,793.38225,603.083,794.6176Z" transform="translate(-128.5 -55.5)" fill="#2f2e41"/><path d="M628.083,794.13909l-2-.03907c.043-2.21484,1.293-54.41406,21.84277-68.84179l1.14844,1.63672C629.35352,740.74065,628.09277,793.60686,628.083,794.13909Z" transform="translate(-128.5 -55.5)" fill="#2f2e41"/><circle cx="534.95215" cy="573.09807" r="10" fill="#6c63ff"/><circle cx="530" cy="659.09807" r="10" fill="#6c63ff"/><path d="M623.42177,644.59268c1.87936,12.004-3.0189,22.74063-3.0189,22.74063s-7.94529-8.72581-9.82464-20.72984,3.0189-22.74063,3.0189-22.74063S621.54242,632.58864,623.42177,644.59268Z" transform="translate(-128.5 -55.5)" fill="#2f2e41"/><path d="M656.109,673.74643c-11.493,3.9422-22.91879.98962-22.91879.98962s7.20794-9.34414,18.70089-13.28634,22.91879-.98962,22.91879-.98962S667.6019,669.80423,656.109,673.74643Z" transform="translate(-128.5 -55.5)" fill="#2f2e41"/><path d="M656.4782,749.90757a31.134,31.134,0,0,1-16.06421.69365,28.37377,28.37377,0,0,1,29.172-10.0063A31.13413,31.13413,0,0,1,656.4782,749.90757Z" transform="translate(-128.5 -55.5)" fill="#2f2e41"/><path d="M303.93169,250.5h7.52046a0,0,0,0,1,0,0v41a0,0,0,0,1,0,0h-12a0,0,0,0,1,0,0V254.97954A4.47954,4.47954,0,0,1,303.93169,250.5Z" transform="translate(-172.64716 4.49682) rotate(-10.46635)" fill="#6c63ff"/><circle cx="181.95215" cy="243" r="15" fill="#6c63ff"/><circle cx="181.95215" cy="243" r="9" fill="#f2f2f2"/><circle cx="181.95215" cy="243" r="3" fill="#6c63ff"/><polygon points="745.452 134.956 745.452 224.956 614.622 224.956 590.452 253.956 593.212 224.956 581.452 224.956 581.452 134.956 745.452 134.956" fill="#6c63ff"/><rect x="686.45215" y="165.95596" width="59" height="59" opacity="0.1"/><polygon points="699.452 178.956 863.452 178.956 863.452 268.956 851.69 268.956 854.452 297.956 830.285 268.956 699.452 268.956 699.452 178.956" fill="#6c63ff"/><ellipse cx="591.45215" cy="264.95596" rx="36" ry="3.5122" opacity="0.1"/><ellipse cx="854.45215" cy="311.95596" rx="41" ry="4" opacity="0.1"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="a8904fed-7223-4ff2-9071-b444910320a0" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="1137" height="518.05664" viewBox="0 0 1137 518.05664"><title>best place</title><path d="M175.76416,701.583l-1.95117-.43946c21.75586-96.751,76.43017-184.60937,153.95117-247.3916A444.114,444.114,0,0,1,1039.919,699.96289l-1.94922.44336C991.916,498.19727,814.69531,356.97168,607,356.97168,402.02637,356.97168,220.66553,501.90137,175.76416,701.583Z" transform="translate(-31.5 -190.97168)" fill="#3f3d56"/><circle cx="899.63335" cy="219.90276" r="54.31516" fill="#ff6584"/><rect x="877" y="437.05664" width="2" height="79" fill="#3f3d56"/><path d="M928.95773,638.096c.12732,27.62433-19.30786,50.10833-19.30786,50.10833s-19.6416-22.3039-19.76892-49.92823,19.30786-50.10833,19.30786-50.10833S928.83041,610.47163,928.95773,638.096Z" transform="translate(-31.5 -190.97168)" fill="#6c63ff"/><path d="M928.95773,638.096c.12732,27.62433-19.30786,50.10833-19.30786,50.10833s-19.6416-22.3039-19.76892-49.92823,19.30786-50.10833,19.30786-50.10833S928.83041,610.47163,928.95773,638.096Z" transform="translate(-31.5 -190.97168)" opacity="0.1"/><circle cx="501.02166" cy="248.742" r="31.2479" fill="#6c63ff" opacity="0.4"/><circle cx="443.18972" cy="263.66637" r="21.92017" fill="#6c63ff" opacity="0.4"/><circle cx="208.18972" cy="326.66637" r="21.92017" fill="#6c63ff" opacity="0.4"/><circle cx="856.31222" cy="246.17134" r="31.2479" fill="#6c63ff" opacity="0.4"/><path d="M88.13058,698.24412c1.694,6.26184,7.4961,10.14,7.4961,10.14s3.05572-6.27434,1.36177-12.53618-7.49609-10.14-7.49609-10.14S86.43664,691.98227,88.13058,698.24412Z" transform="translate(-31.5 -190.97168)" fill="#3f3d56"/><path d="M90.61972,696.89838c4.64821,4.52485,5.216,11.4806,5.216,11.4806s-6.9685-.38049-11.61672-4.90534-5.216-11.48059-5.216-11.48059S85.9715,692.37353,90.61972,696.89838Z" transform="translate(-31.5 -190.97168)" fill="#6c63ff"/><path d="M700.13058,698.24412c1.69395,6.26184,7.4961,10.14,7.4961,10.14s3.05572-6.27434,1.36177-12.53618-7.49609-10.14-7.49609-10.14S698.43664,691.98227,700.13058,698.24412Z" transform="translate(-31.5 -190.97168)" fill="#3f3d56"/><path d="M702.61972,696.89838c4.64821,4.52485,5.216,11.4806,5.216,11.4806s-6.9685-.38049-11.61672-4.90534-5.216-11.48059-5.216-11.48059S697.9715,692.37353,702.61972,696.89838Z" transform="translate(-31.5 -190.97168)" fill="#6c63ff"/><polygon points="68.137 460.203 64 453.308 102.614 420.21 201.908 420.21 201.908 429.863 166.052 468.478 124.679 476.752 68.137 460.203" fill="#3f3d56"/><polygon points="219 439.633 219 418.056 206 418.056 206 424.86 201.908 420.21 168.81 453.308 163.293 458.824 156.398 486.406 168.81 516.745 232.247 516.745 232.247 454.687 219 439.633" fill="#ccc"/><rect x="64" y="453.30771" width="104.80978" height="63.4375" fill="#f2f2f2"/><rect x="132.26427" y="473.30431" width="22.06522" height="19.30707" fill="#3f3d56"/><rect x="103.99321" y="472.61477" width="19.30707" height="44.13043" fill="#ccc"/><polygon points="81.928 479.51 81.928 472.615 73.654 472.615 73.654 479.51 81.238 479.51 81.928 479.51" fill="#3f3d56"/><polygon points="81.238 485.026 73.654 485.026 73.654 491.922 81.928 491.922 81.928 485.026 81.238 485.026" fill="#3f3d56"/><rect x="87.44429" y="472.61477" width="8.27446" height="6.89538" fill="#3f3d56"/><rect x="87.44429" y="485.02646" width="8.27446" height="6.89538" fill="#3f3d56"/><polygon points="198.46 480.2 198.46 473.304 190.185 473.304 190.185 480.2 197.77 480.2 198.46 480.2" fill="#3f3d56"/><polygon points="197.77 485.716 190.185 485.716 190.185 492.611 198.46 492.611 198.46 485.716 197.77 485.716" fill="#3f3d56"/><rect x="203.97622" y="473.30431" width="8.27446" height="6.89538" fill="#3f3d56"/><rect x="203.97622" y="485.716" width="8.27446" height="6.89538" fill="#3f3d56"/><polygon points="467.137 460.203 463 453.308 501.614 420.21 600.908 420.21 600.908 429.863 565.052 468.478 523.679 476.752 467.137 460.203" fill="#3f3d56"/><polygon points="618 439.633 618 418.056 605 418.056 605 424.86 600.908 420.21 567.81 453.308 562.293 458.824 555.398 486.406 567.81 516.745 631.247 516.745 631.247 454.687 618 439.633" fill="#ccc"/><rect x="463" y="453.30771" width="104.80978" height="63.4375" fill="#f2f2f2"/><rect x="531.26427" y="473.30431" width="22.06522" height="19.30707" fill="#3f3d56"/><rect x="502.99321" y="472.61477" width="19.30707" height="44.13043" fill="#ccc"/><polygon points="480.928 479.51 480.928 472.615 472.654 472.615 472.654 479.51 480.238 479.51 480.928 479.51" fill="#3f3d56"/><polygon points="480.238 485.026 472.654 485.026 472.654 491.922 480.928 491.922 480.928 485.026 480.238 485.026" fill="#3f3d56"/><rect x="486.44429" y="472.61477" width="8.27446" height="6.89538" fill="#3f3d56"/><rect x="486.44429" y="485.02646" width="8.27446" height="6.89538" fill="#3f3d56"/><polygon points="597.46 480.2 597.46 473.304 589.185 473.304 589.185 480.2 596.77 480.2 597.46 480.2" fill="#3f3d56"/><polygon points="596.77 485.716 589.185 485.716 589.185 492.611 597.46 492.611 597.46 485.716 596.77 485.716" fill="#3f3d56"/><rect x="602.97622" y="473.30431" width="8.27446" height="6.89538" fill="#3f3d56"/><rect x="602.97622" y="485.716" width="8.27446" height="6.89538" fill="#3f3d56"/><polygon points="280.515 344.361 273.62 338.844 312.234 304.367 410.148 304.367 410.148 334.707 346.711 377.459 280.515 344.361" fill="#3f3d56"/><polygon points="428 323.707 428 305.056 415 305.056 415 309.624 410.148 304.367 378.429 338.844 366.018 347.119 346.773 487.722 375.796 516.745 443.246 516.745 443.246 340.223 428 323.707" fill="#ccc"/><rect x="273.61957" y="338.84439" width="104.80978" height="177.90082" fill="#f2f2f2"/><rect x="314.30231" y="473.30431" width="19.30707" height="43.4409" fill="#ccc"/><polygon points="293.616 485.716 293.616 478.821 285.342 478.821 285.342 485.716 292.927 485.716 293.616 485.716" fill="#3f3d56"/><polygon points="292.927 491.232 285.342 491.232 285.342 498.128 293.616 498.128 293.616 491.232 292.927 491.232" fill="#3f3d56"/><rect x="299.13247" y="478.82062" width="8.27446" height="6.89538" fill="#3f3d56"/><rect x="299.13247" y="491.2323" width="8.27446" height="6.89538" fill="#3f3d56"/><polygon points="350.158 485.716 350.158 478.821 341.884 478.821 341.884 485.716 349.469 485.716 350.158 485.716" fill="#3f3d56"/><polygon points="349.469 491.232 341.884 491.232 341.884 498.128 350.158 498.128 350.158 491.232 349.469 491.232" fill="#3f3d56"/><rect x="355.67459" y="478.82062" width="8.27446" height="6.89538" fill="#3f3d56"/><rect x="355.67459" y="491.2323" width="8.27446" height="6.89538" fill="#3f3d56"/><polygon points="408.079 347.808 408.079 340.913 399.805 340.913 399.805 347.808 407.39 347.808 408.079 347.808" fill="#3f3d56"/><polygon points="407.39 353.325 399.805 353.325 399.805 360.22 408.079 360.22 408.079 353.325 407.39 353.325" fill="#3f3d56"/><rect x="413.59579" y="340.91301" width="8.27446" height="6.89538" fill="#3f3d56"/><rect x="413.59579" y="353.32469" width="8.27446" height="6.89538" fill="#3f3d56"/><polygon points="408.079 386.423 408.079 379.527 399.805 379.527 399.805 386.423 407.39 386.423 408.079 386.423" fill="#3f3d56"/><polygon points="407.39 391.939 399.805 391.939 399.805 398.834 408.079 398.834 408.079 391.939 407.39 391.939" fill="#3f3d56"/><rect x="413.59579" y="379.52714" width="8.27446" height="6.89538" fill="#3f3d56"/><rect x="413.59579" y="391.93882" width="8.27446" height="6.89538" fill="#3f3d56"/><polygon points="408.079 425.037 408.079 418.141 399.805 418.141 399.805 425.037 407.39 425.037 408.079 425.037" fill="#3f3d56"/><polygon points="407.39 430.553 399.805 430.553 399.805 437.448 408.079 437.448 408.079 430.553 407.39 430.553" fill="#3f3d56"/><rect x="413.59579" y="418.14127" width="8.27446" height="6.89538" fill="#3f3d56"/><rect x="413.59579" y="430.55295" width="8.27446" height="6.89538" fill="#3f3d56"/><polygon points="408.079 463.651 408.079 456.755 399.805 456.755 399.805 463.651 407.39 463.651 408.079 463.651" fill="#3f3d56"/><polygon points="407.39 469.167 399.805 469.167 399.805 476.062 408.079 476.062 408.079 469.167 407.39 469.167" fill="#3f3d56"/><rect x="413.59579" y="456.7554" width="8.27446" height="6.89538" fill="#3f3d56"/><rect x="413.59579" y="469.16708" width="8.27446" height="6.89538" fill="#3f3d56"/><rect x="285.34171" y="347.80839" width="79.98641" height="16.54891" fill="#3f3d56"/><rect x="285.34171" y="380.90621" width="79.98641" height="16.54891" fill="#3f3d56"/><rect x="285.34171" y="414.00404" width="79.98641" height="16.54891" fill="#3f3d56"/><rect x="285.34171" y="447.10187" width="79.98641" height="16.54891" fill="#3f3d56"/><polygon points="683.515 344.361 676.62 338.844 715.234 304.367 813.148 304.367 813.148 334.707 749.711 377.459 683.515 344.361" fill="#3f3d56"/><polygon points="831 323.707 831 305.056 818 305.056 818 309.624 813.148 304.367 781.429 338.844 769.018 347.119 749.773 487.722 778.796 516.745 846.246 516.745 846.246 340.223 831 323.707" fill="#ccc"/><rect x="676.61957" y="338.84439" width="104.80978" height="177.90082" fill="#f2f2f2"/><rect x="717.30231" y="473.30431" width="19.30707" height="43.4409" fill="#ccc"/><polygon points="696.616 485.716 696.616 478.821 688.342 478.821 688.342 485.716 695.927 485.716 696.616 485.716" fill="#3f3d56"/><polygon points="695.927 491.232 688.342 491.232 688.342 498.128 696.616 498.128 696.616 491.232 695.927 491.232" fill="#3f3d56"/><rect x="702.13247" y="478.82062" width="8.27446" height="6.89538" fill="#3f3d56"/><rect x="702.13247" y="491.2323" width="8.27446" height="6.89538" fill="#3f3d56"/><polygon points="753.158 485.716 753.158 478.821 744.884 478.821 744.884 485.716 752.469 485.716 753.158 485.716" fill="#3f3d56"/><polygon points="752.469 491.232 744.884 491.232 744.884 498.128 753.158 498.128 753.158 491.232 752.469 491.232" fill="#3f3d56"/><rect x="758.67459" y="478.82062" width="8.27446" height="6.89538" fill="#3f3d56"/><rect x="758.67459" y="491.2323" width="8.27446" height="6.89538" fill="#3f3d56"/><polygon points="811.079 347.808 811.079 340.913 802.805 340.913 802.805 347.808 810.39 347.808 811.079 347.808" fill="#3f3d56"/><polygon points="810.39 353.325 802.805 353.325 802.805 360.22 811.079 360.22 811.079 353.325 810.39 353.325" fill="#3f3d56"/><rect x="816.59579" y="340.91301" width="8.27446" height="6.89538" fill="#3f3d56"/><rect x="816.59579" y="353.32469" width="8.27446" height="6.89538" fill="#3f3d56"/><polygon points="811.079 386.423 811.079 379.527 802.805 379.527 802.805 386.423 810.39 386.423 811.079 386.423" fill="#3f3d56"/><polygon points="810.39 391.939 802.805 391.939 802.805 398.834 811.079 398.834 811.079 391.939 810.39 391.939" fill="#3f3d56"/><rect x="816.59579" y="379.52714" width="8.27446" height="6.89538" fill="#3f3d56"/><rect x="816.59579" y="391.93882" width="8.27446" height="6.89538" fill="#3f3d56"/><polygon points="811.079 425.037 811.079 418.141 802.805 418.141 802.805 425.037 810.39 425.037 811.079 425.037" fill="#3f3d56"/><polygon points="810.39 430.553 802.805 430.553 802.805 437.448 811.079 437.448 811.079 430.553 810.39 430.553" fill="#3f3d56"/><rect x="816.59579" y="418.14127" width="8.27446" height="6.89538" fill="#3f3d56"/><rect x="816.59579" y="430.55295" width="8.27446" height="6.89538" fill="#3f3d56"/><polygon points="811.079 463.651 811.079 456.755 802.805 456.755 802.805 463.651 810.39 463.651 811.079 463.651" fill="#3f3d56"/><polygon points="810.39 469.167 802.805 469.167 802.805 476.062 811.079 476.062 811.079 469.167 810.39 469.167" fill="#3f3d56"/><rect x="816.59579" y="456.7554" width="8.27446" height="6.89538" fill="#3f3d56"/><rect x="816.59579" y="469.16708" width="8.27446" height="6.89538" fill="#3f3d56"/><rect x="688.34171" y="347.80839" width="79.98641" height="16.54891" fill="#3f3d56"/><rect x="688.34171" y="380.90621" width="79.98641" height="16.54891" fill="#3f3d56"/><rect x="688.34171" y="414.00404" width="79.98641" height="16.54891" fill="#3f3d56"/><rect x="688.34171" y="447.10187" width="79.98641" height="16.54891" fill="#3f3d56"/><polygon points="904.515 344.361 897.62 338.844 936.234 304.367 1034.148 304.367 1034.148 334.707 970.711 377.459 904.515 344.361" fill="#3f3d56"/><polygon points="1052 323.707 1052 305.056 1039 305.056 1039 309.624 1034.148 304.367 1002.429 338.844 990.018 347.119 970.773 487.722 999.796 516.745 1067.246 516.745 1067.246 340.223 1052 323.707" fill="#ccc"/><rect x="897.61957" y="338.84439" width="104.80978" height="177.90082" fill="#f2f2f2"/><rect x="938.30231" y="473.30431" width="19.30707" height="43.4409" fill="#ccc"/><polygon points="917.616 485.716 917.616 478.821 909.342 478.821 909.342 485.716 916.927 485.716 917.616 485.716" fill="#3f3d56"/><polygon points="916.927 491.232 909.342 491.232 909.342 498.128 917.616 498.128 917.616 491.232 916.927 491.232" fill="#3f3d56"/><rect x="923.13247" y="478.82062" width="8.27446" height="6.89538" fill="#3f3d56"/><rect x="923.13247" y="491.2323" width="8.27446" height="6.89538" fill="#3f3d56"/><polygon points="974.158 485.716 974.158 478.821 965.884 478.821 965.884 485.716 973.469 485.716 974.158 485.716" fill="#3f3d56"/><polygon points="973.469 491.232 965.884 491.232 965.884 498.128 974.158 498.128 974.158 491.232 973.469 491.232" fill="#3f3d56"/><rect x="979.67459" y="478.82062" width="8.27446" height="6.89538" fill="#3f3d56"/><rect x="979.67459" y="491.2323" width="8.27446" height="6.89538" fill="#3f3d56"/><polygon points="1032.079 347.808 1032.079 340.913 1023.805 340.913 1023.805 347.808 1031.39 347.808 1032.079 347.808" fill="#3f3d56"/><polygon points="1031.39 353.325 1023.805 353.325 1023.805 360.22 1032.079 360.22 1032.079 353.325 1031.39 353.325" fill="#3f3d56"/><rect x="1037.59579" y="340.91301" width="8.27446" height="6.89538" fill="#3f3d56"/><rect x="1037.59579" y="353.32469" width="8.27446" height="6.89538" fill="#3f3d56"/><polygon points="1032.079 386.423 1032.079 379.527 1023.805 379.527 1023.805 386.423 1031.39 386.423 1032.079 386.423" fill="#3f3d56"/><polygon points="1031.39 391.939 1023.805 391.939 1023.805 398.834 1032.079 398.834 1032.079 391.939 1031.39 391.939" fill="#3f3d56"/><rect x="1037.59579" y="379.52714" width="8.27446" height="6.89538" fill="#3f3d56"/><rect x="1037.59579" y="391.93882" width="8.27446" height="6.89538" fill="#3f3d56"/><polygon points="1032.079 425.037 1032.079 418.141 1023.805 418.141 1023.805 425.037 1031.39 425.037 1032.079 425.037" fill="#3f3d56"/><polygon points="1031.39 430.553 1023.805 430.553 1023.805 437.448 1032.079 437.448 1032.079 430.553 1031.39 430.553" fill="#3f3d56"/><rect x="1037.59579" y="418.14127" width="8.27446" height="6.89538" fill="#3f3d56"/><rect x="1037.59579" y="430.55295" width="8.27446" height="6.89538" fill="#3f3d56"/><polygon points="1032.079 463.651 1032.079 456.755 1023.805 456.755 1023.805 463.651 1031.39 463.651 1032.079 463.651" fill="#3f3d56"/><polygon points="1031.39 469.167 1023.805 469.167 1023.805 476.062 1032.079 476.062 1032.079 469.167 1031.39 469.167" fill="#3f3d56"/><rect x="1037.59579" y="456.7554" width="8.27446" height="6.89538" fill="#3f3d56"/><rect x="1037.59579" y="469.16708" width="8.27446" height="6.89538" fill="#3f3d56"/><rect x="909.34171" y="347.80839" width="79.98641" height="16.54891" fill="#3f3d56"/><rect x="909.34171" y="380.90621" width="79.98641" height="16.54891" fill="#3f3d56"/><rect x="909.34171" y="414.00404" width="79.98641" height="16.54891" fill="#3f3d56"/><rect x="909.34171" y="447.10187" width="79.98641" height="16.54891" fill="#3f3d56"/><rect y="516.05664" width="1137" height="2" fill="#3f3d56"/><rect x="252" y="437.05664" width="2" height="79" fill="#3f3d56"/><path d="M303.95773,638.096c.12732,27.62433-19.30786,50.10833-19.30786,50.10833s-19.6416-22.3039-19.76892-49.92823,19.30786-50.10833,19.30786-50.10833S303.83041,610.47163,303.95773,638.096Z" transform="translate(-31.5 -190.97168)" fill="#6c63ff"/><rect x="452" y="437.05664" width="2" height="79" fill="#3f3d56"/><path d="M503.95773,638.096c.12732,27.62433-19.30786,50.10833-19.30786,50.10833s-19.6416-22.3039-19.76892-49.92823,19.30786-50.10833,19.30786-50.10833S503.83041,610.47163,503.95773,638.096Z" transform="translate(-31.5 -190.97168)" fill="#6c63ff"/><rect x="851" y="437.05664" width="2" height="79" fill="#3f3d56"/><path d="M902.95773,638.096c.12732,27.62433-19.30786,50.10833-19.30786,50.10833s-19.6416-22.3039-19.76892-49.92823,19.30786-50.10833,19.30786-50.10833S902.83041,610.47163,902.95773,638.096Z" transform="translate(-31.5 -190.97168)" fill="#6c63ff"/><ellipse cx="587.5" cy="163.5" rx="38" ry="8.55" fill="#6c63ff"/><path d="M662,234.97168c0,24.30053-44,93-44,93s-44-68.69947-44-93a44,44,0,0,1,88,0Z" transform="translate(-31.5 -190.97168)" fill="#6c63ff"/><circle cx="586.5" cy="44" r="25" fill="#f2f2f2"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="a13b8cba-1f8f-490a-afba-7bfd552ebb8c" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="937.59653" height="653.44451" viewBox="0 0 937.59653 653.44451"><title>biking</title><polygon points="195.992 26.994 200.088 364.913 377.078 451.126 372.982 113.208 195.992 26.994" fill="#f2f2f2"/><polygon points="142.208 0 9.957 271.502 189.403 358.913 185.307 20.994 142.208 0" fill="#f2f2f2"/><polygon points="937.597 381.414 580.403 207.422 584.499 545.34 805.345 652.916 937.597 381.414" fill="#f2f2f2"/><polygon points="388.982 113.208 393.078 451.126 570.069 537.34 565.973 199.422 388.982 113.208" fill="#f2f2f2"/><path d="M581.70174,506.22225l-5,112s13,106,10,109-11,9-5,16,28,12,29,8,3-118,3-118l7-135Z" transform="translate(-131.20174 -123.27775)" fill="#2f2e41"/><path d="M581.70174,506.22225l-5,112s13,106,10,109-11,9-5,16,28,12,29,8,3-118,3-118l7-135Z" transform="translate(-131.20174 -123.27775)" opacity="0.2"/><path d="M586.70174,741.22225s-25,19-28,19-30,9-11,13,65,2,66-4-3-24.20866-3-24.20866Z" transform="translate(-131.20174 -123.27775)" fill="#2f2e41"/><path d="M586.70174,741.22225s-25,19-28,19-30,9-11,13,65,2,66-4-3-24.20866-3-24.20866Z" transform="translate(-131.20174 -123.27775)" opacity="0.2"/><path d="M524.70174,422.22225s-11,4-11,7-10,41-12,43-3,11-3,11-10,23-8,23,19-4,20,0,9-25,9-25l17-34Z" transform="translate(-131.20174 -123.27775)" fill="#6c63ff"/><path d="M490.70174,510.22225s3,22,11,24,0-28,0-28Z" transform="translate(-131.20174 -123.27775)" fill="#ffb8b8"/><path d="M516.70174,410.22225s6,13,9,20,31-18,31-18-15-11-15-16S516.70174,410.22225,516.70174,410.22225Z" transform="translate(-131.20174 -123.27775)" fill="#ffb8b8"/><path d="M228.2409,735.27771c6.70634,24.79066,29.67708,40.14415,29.67708,40.14415s12.0976-24.84013,5.39126-49.6308-29.67707-40.14414-29.67707-40.14414S221.53456,710.487,228.2409,735.27771Z" transform="translate(-131.20174 -123.27775)" fill="#3f3d56"/><path d="M238.0954,729.94993c18.40229,17.91389,20.65,45.45172,20.65,45.45172s-27.58831-1.50634-45.99061-19.42023-20.65-45.45172-20.65-45.45172S219.6931,712.036,238.0954,729.94993Z" transform="translate(-131.20174 -123.27775)" fill="#6c63ff"/><path d="M466.70174,776.22225a91,91,0,1,1,91-91A91.10284,91.10284,0,0,1,466.70174,776.22225Zm0-180a89,89,0,1,0,89,89A89.10056,89.10056,0,0,0,466.70174,596.22225Z" transform="translate(-131.20174 -123.27775)" fill="#2f2e41"/><path d="M746.70174,776.22225a91,91,0,1,1,91-91A91.10284,91.10284,0,0,1,746.70174,776.22225Zm0-180a89,89,0,1,0,89,89A89.10025,89.10025,0,0,0,746.70174,596.22225Z" transform="translate(-131.20174 -123.27775)" fill="#2f2e41"/><circle cx="335.5" cy="561.94451" r="6" fill="#2f2e41"/><circle cx="617.5" cy="561.94451" r="6" fill="#2f2e41"/><polygon points="344.42 553.337 342.58 552.552 394.845 429.931 543.055 432.955 543.342 433.405 616.342 547.405 614.658 548.484 541.945 434.934 396.155 431.958 344.42 553.337" fill="#2f2e41"/><polygon points="500.125 576.128 538.538 440.672 540.462 441.217 502.875 573.761 603.374 560.952 603.626 562.937 500.125 576.128" fill="#2f2e41"/><rect x="572.2018" y="563.17975" width="1.99988" height="147.08501" transform="translate(-413.07405 460.30478) rotate(-44.4491)" fill="#2f2e41"/><rect x="666.29998" y="542.22229" width="22.80351" height="1.99993" transform="translate(-155.67744 931.13616) rotate(-74.76942)" fill="#2f2e41"/><polygon points="398.476 424.166 396.524 423.723 401.247 402.945 384.5 402.945 384.5 389.945 386.5 389.945 386.5 400.945 403.753 400.945 398.476 424.166" fill="#2f2e41"/><path d="M643.70174,512.22225s0-6,13-3,53,11,56,10,2,6-11,9-28-4-31-6S643.70174,512.22225,643.70174,512.22225Z" transform="translate(-131.20174 -123.27775)" fill="#2f2e41"/><rect x="450.5" y="567.94451" width="26" height="10" fill="#6c63ff"/><path d="M632.70174,718.22225a20,20,0,1,1,20-20A20.02229,20.02229,0,0,1,632.70174,718.22225Zm0-38a18,18,0,1,0,18,18A18.02094,18.02094,0,0,0,632.70174,680.22225Z" transform="translate(-131.20174 -123.27775)" fill="#2f2e41"/><circle cx="394.5" cy="272.94451" r="24" fill="#ffb8b8"/><path d="M601.70174,508.22225s-69,40-68,53,53,84,53,84,4,21,8,21,29,9,30,3-8-13-7-17-44-77-44-77,96.30708-36,76.15354-67S601.70174,508.22225,601.70174,508.22225Z" transform="translate(-131.20174 -123.27775)" fill="#2f2e41"/><path d="M603.70174,662.22225s-12,3-14,7-37,17-27,20,68,4,70,2,0-25.2126-8-25.1063S607.70174,669.22225,603.70174,662.22225Z" transform="translate(-131.20174 -123.27775)" fill="#2f2e41"/><path d="M525.70174,433.22225l22.5-27.5s25.5-7.5,36.5,7.5,41,52,51,60,24,39,19,40-33-11-44-3-32,9-33,5-61-71-61-80,6.39359-10.93113,6.39359-10.93113Z" transform="translate(-131.20174 -123.27775)" fill="#6c63ff"/><rect x="502.70174" y="507.22225" width="38" height="6" rx="3" transform="translate(68.70297 -267.99528) rotate(19.4707)" fill="#2f2e41"/><path d="M469.70174,500.22225s-35,10-32,21,35-13,35-13Z" transform="translate(-131.20174 -123.27775)" fill="#ffb8b8"/><path d="M560.70174,413.22225s-14,12-17,26-18,39-18,39l-61,20s-4,19,2,19,73-14,75-17,45-60,45-60S590.70174,409.22225,560.70174,413.22225Z" transform="translate(-131.20174 -123.27775)" fill="#6c63ff"/><path d="M510.79531,368.44381a4.73339,4.73339,0,0,1-2.06116,1.03435,1.47087,1.47087,0,0,1-1.70452-1.1807,6.11136,6.11136,0,0,1-2.33876,2.99963c-1.1451.59683-2.91578.09638-3.08083-1.18434a5.40475,5.40475,0,0,1-1.244,2.62583,1.8631,1.8631,0,0,1-2.61916.08755c.50148,2.74053.192,5.55888.34944,8.34046s.89921,5.73046,3.00075,7.55954c3.06485,2.66751,7.67364,2.00916,11.7052,1.50379a3.55294,3.55294,0,0,1,1.83433.10034c1.50955.64313,1.44107,2.7445,1.46142,4.38521a12.18456,12.18456,0,0,0,10.66923,11.57068,6.10787,6.10787,0,0,0,4.53952-1.1079c1.14466-.97023,1.72935-2.55159,3.041-3.28043,2.13359-1.18558,4.72122.54346,6.28115,2.4208s3.09735,4.18665,5.5139,4.53031c3.196.4545,5.63028-2.80262,6.82457-5.80177a33.82171,33.82171,0,0,0-.67217-26.2798C545.62186,362.22039,522.82536,359.91951,510.79531,368.44381Z" transform="translate(-131.20174 -123.27775)" fill="#2f2e41"/><path d="M933.09041,776.18124l-1.77735-.918c23.082-44.624,10.73926-102.5752-3.67871-143.332a439.29051,439.29051,0,0,0-37.27783-78.67481l1.69043-1.06836a441.53687,441.53687,0,0,1,37.47217,79.0752C944.0699,672.39315,956.49959,730.92245,933.09041,776.18124Z" transform="translate(-131.20174 -123.27775)" fill="#2f2e41"/><rect x="908.61157" y="587.22257" width="72.18033" height="1.99936" transform="matrix(0.17975, -0.98371, 0.98371, 0.17975, 65.05255, 1288.53009)" fill="#2f2e41"/><rect x="895.70138" y="600.54655" width="2.00072" height="98.35141" transform="translate(-333.5586 661.65986) rotate(-42.93968)" fill="#2f2e41"/><rect x="939.19743" y="715.2221" width="58.00862" height="2.00031" transform="translate(-310.66012 957.99953) rotate(-54.13715)" fill="#2f2e41"/><circle cx="825" cy="400.44451" r="10" fill="#6c63ff"/><circle cx="716" cy="477.44451" r="10" fill="#3f3d56"/><circle cx="760" cy="487.44451" r="10" fill="#3f3d56"/><circle cx="740" cy="526.44451" r="10" fill="#6c63ff"/><circle cx="865" cy="551.44451" r="10" fill="#3f3d56"/><circle cx="832" cy="562.44451" r="10" fill="#3f3d56"/><circle cx="855" cy="594.44451" r="10" fill="#3f3d56"/><circle cx="750" cy="412.44451" r="10" fill="#3f3d56"/><rect y="651.44451" width="903" height="2" fill="#2f2e41"/><rect x="170.20174" y="536.5846" width="98" height="98" transform="translate(190.95803 -154.42515) rotate(30)" fill="#f2f2f2"/><path d="M239.20174,669.5846a22,22,0,1,1,22-22A22.02489,22.02489,0,0,1,239.20174,669.5846Zm0-42a20,20,0,1,0,20,20A20.02229,20.02229,0,0,0,239.20174,627.5846Z" transform="translate(-131.20174 -123.27775)" fill="#3f3d56"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="a15731c2-5ed4-409b-a7c9-bb3c5f711d85" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="772" height="756.26592" viewBox="0 0 772 756.26592"><defs><linearGradient id="a026aeeb-1716-483c-ac60-35ab5f709f89" x1="818.69499" y1="798.03702" x2="818.69499" y2="789.28702" gradientTransform="translate(-540.54499)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="gray" stop-opacity="0.25"/><stop offset="0.53514" stop-color="gray" stop-opacity="0.12"/><stop offset="1" stop-color="gray" stop-opacity="0.1"/></linearGradient></defs><title>click here</title><polygon points="772 170.07 772 224.67 721.49 202.5 700.99 193.5 685.04 186.5 603.04 150.5 587.09 143.5 566.59 134.5 271.6 5 395.98 5 772 170.07" fill="#f2f2f2"/><circle cx="663" cy="66" r="66" fill="#6c63ff"/><path d="M912,445.86719a12,12,0,1,1,12-12A12.01343,12.01343,0,0,1,912,445.86719Zm0-22a10,10,0,1,0,10,10A10.01146,10.01146,0,0,0,912,423.86719Z" transform="translate(-214 -71.86704)" fill="#3f3d56"/><path d="M240,280.86719H214v-26h26Zm-24-2h22v-22H216Z" transform="translate(-214 -71.86704)" fill="#3f3d56"/><path d="M627,101.86719H601v-26h26Zm-24-2h22v-22H603Z" transform="translate(-214 -71.86704)" fill="#3f3d56"/><rect x="118.5" y="162.62024" width="186" height="151" fill="#6c63ff"/><rect x="118.5" y="359.62024" width="515" height="16" fill="#f2f2f2"/><path d="M506.5,377.4873h-188v-153h188Zm-186-2h184v-149h-184Z" transform="translate(-214 -71.86704)" fill="#3f3d56"/><rect x="378.5" y="204.12024" width="180" height="16" fill="#6c63ff"/><rect x="378.5" y="247.12024" width="255" height="16" fill="#6c63ff" opacity="0.3"/><path d="M760.5,283.9873h-182v-18h182Zm-180-2h178v-14h-178Z" transform="translate(-214 -71.86704)" fill="#3f3d56"/><path d="M835.5,326.9873h-257v-18h257Zm-255-2h253v-14h-253Z" transform="translate(-214 -71.86704)" fill="#3f3d56"/><path d="M835.5,439.4873h-517v-18h517Zm-515-2h513v-14h-513Z" transform="translate(-214 -71.86704)" fill="#3f3d56"/><rect x="118.5" y="409.62024" width="515" height="16" fill="#f2f2f2"/><path d="M835.5,489.4873h-517v-18h517Zm-515-2h513v-14h-513Z" transform="translate(-214 -71.86704)" fill="#3f3d56"/><rect x="118.5" y="459.62024" width="515" height="16" fill="#f2f2f2"/><path d="M835.5,539.4873h-517v-18h517Zm-515-2h513v-14h-513Z" transform="translate(-214 -71.86704)" fill="#3f3d56"/><rect x="118.5" y="509.62024" width="515" height="16" fill="#f2f2f2"/><path d="M835.5,589.4873h-517v-18h517Zm-515-2h513v-14h-513Z" transform="translate(-214 -71.86704)" fill="#3f3d56"/><rect x="118.5" y="559.62024" width="515" height="16" fill="#f2f2f2"/><path d="M835.5,639.4873h-517v-18h517Zm-515-2h513v-14h-513Z" transform="translate(-214 -71.86704)" fill="#3f3d56"/><rect x="118.5" y="609.62024" width="515" height="16" fill="#f2f2f2"/><path d="M835.5,689.4873h-517v-18h517Zm-515-2h513v-14h-513Z" transform="translate(-214 -71.86704)" fill="#3f3d56"/><path d="M878.5,786H289V136.48682H878.5ZM291,784H876.5V138.48682H291Z" transform="translate(-214 -71.86704)" fill="#3f3d56"/><path d="M276.4,797.987a.467.467,0,0,0-.1.05c1.19-2.57,2.3-5.17,3.31-7.81.12-.31.23-.63.35-.94-.01.08-.01.16-.02.25-.03.5-.07,1-.11,1.51-.06.79-.11005,1.59-.12,2.39-.01.25-.01.49-.01.74a14.62975,14.62975,0,0,0,.3,2.9h-.04c-.25.02-.48.03-.72.07a9.783,9.783,0,0,0-2.73.78A.59118.59118,0,0,0,276.4,797.987Z" transform="translate(-214 -71.86704)" fill="url(#a026aeeb-1716-483c-ac60-35ab5f709f89)"/><path d="M295.3349,405.20783c.107,4.17578,1.52192,8.22151,1.74374,12.38963-12.2979.61182-24.42747-5.35354-36.603-3.52568,3.40328-2.2026,5.22358-6.17187,6.29422-10.08a41.80174,41.80174,0,0,0,1.20077-15.487,6.81912,6.81912,0,0,0-.15292-.85656c-.45129-2.042-1.62145-4.93287-1.30786-6.539.413-2.12609,2.41677-1.70547,4.22167-1.58312a158.14328,158.14328,0,0,1,16.41247,2.11848c1.41476.24474,15.1963,3.6863,15.40281,3.32683a64.85651,64.85651,0,0,0-5.9654,12.29019A23.96064,23.96064,0,0,0,295.3349,405.20783Z" transform="translate(-214 -71.86704)" fill="#a0616a"/><path d="M416.952,392.30581a17.97934,17.97934,0,0,1-3.75515,3.78573c-.93312.76479-1.88911,1.54484-2.89093,2.24849a12.39718,12.39718,0,0,1-6.14886,2.50083c-2.92921.19885-9.147-1.52193-10.96717-4.03042a7.27035,7.27035,0,0,1-1.04776-4.19869,19.315,19.315,0,0,1,1.00948-5.87364,32.736,32.736,0,0,1,4.74176-8.58093c2.1184-2.94443,4.474-5.843,7.625-7.625a29.578,29.578,0,0,1,3.2427-1.49131c1.912-.7801,3.8164-1.56786,5.72837-2.34791a2.76435,2.76435,0,0,1,1.04-.27531c1.53723.01526,1.82029,2.36317.94833,3.63275-1.74375,2.55438-5.667,3.26563-6.76829,6.16422a4.39408,4.39408,0,0,1,4.08386,3.1662,2.23769,2.23769,0,0,0,.55073,1.27723c.50478.40532,1.29254.17589,1.86613.48182,1.017.543.5736,2.05729.68059,3.20448a14.99277,14.99277,0,0,0,1.04776,2.88323A6.12631,6.12631,0,0,1,416.952,392.30581Z" transform="translate(-214 -71.86704)" fill="#a0616a"/><path d="M247.43242,810.97654c.94675-.94594,2.49321-.78518,3.81512-.57613a141.54223,141.54223,0,0,0,21.45078,1.73514c.89941-4.39192-1.71148-8.66065-2.55261-13.0641a11.78627,11.78627,0,0,0-.84963-3.30321c-1.01161-1.941-3.29368-2.82882-5.43538-3.28058-3.86565-.81539-9.90838-2.2541-12.06738,1.65424C249.20281,798.8314,248.374,805.75763,247.43242,810.97654Z" transform="translate(-214 -71.86704)" fill="#65617d"/><path d="M326.02587,794.387c-2.91381,1.98849-6.53125,2.608-10.034,3.05917-3.51046.44359-7.11259.78776-10.2865,2.34791-2.73791,1.3537-5.0476,3.57156-7.94619,4.54286a16.55529,16.55529,0,0,1-8.25212.13c-3.258-.61182-6.73011-1.79724-8.48907-4.61166-1.56786-2.50088-1.39963-5.67478-1.18546-8.61921q.37851-4.99023.74182-9.99582a4.76,4.76,0,0,1,.61953-2.41672c2.35552-3.43391,8.0838,1.43781,11.15062,1.43015,4.8564-.00765,10.07233-2.63854,13.575-5.85832A4.11986,4.11986,0,0,1,306.975,773.6c1.38432-.61948,2.76854.52771,3.99985,1.52958.13761.11474.27531.22943.413.33651,2.83735,2.24849,6.646,2.70735,10.14879,3.61745,3.51037.9101,7.26552,2.74562,8.35146,6.20249a5.27463,5.27463,0,0,1,.16823.66536C330.69117,789.13292,328.75623,792.52094,326.02587,794.387Z" transform="translate(-214 -71.86704)" fill="#3f3d56"/><path d="M326.02587,794.387c-2.91381,1.98849-6.53125,2.608-10.034,3.05917-3.51046.44359-7.11259.78776-10.2865,2.34791-2.73791,1.3537-5.0476,3.57156-7.94619,4.54286a16.55529,16.55529,0,0,1-8.25212.13c-3.258-.61182-6.73011-1.79724-8.48907-4.61166-1.56786-2.50088-1.39963-5.67478-1.18546-8.61921q.37851-4.99023.74182-9.99582a4.76,4.76,0,0,1,.61953-2.41672c2.35552-3.43391,8.0838,1.43781,11.15062,1.43015,4.8564-.00765,10.07233-2.63854,13.575-5.85832A4.11986,4.11986,0,0,1,306.975,773.6c1.38432-.61948,2.76854.52771,3.99985,1.52958.13761.11474.27531.22943.413.33651,2.83735,2.24849,6.646,2.70735,10.14879,3.61745,3.51037.9101,7.26552,2.74562,8.35146,6.20249a5.27463,5.27463,0,0,1,.16823.66536C330.69117,789.13292,328.75623,792.52094,326.02587,794.387Z" transform="translate(-214 -71.86704)" fill="#2f2e41"/><path d="M326.02587,795.50636c-2.91381,1.98848-6.53125,2.608-10.034,3.05916-3.51046.44359-7.11259.78776-10.2865,2.34791-2.73791,1.3537-5.0476,3.57156-7.94619,4.54286a16.55541,16.55541,0,0,1-8.25212.13,13.62478,13.62478,0,0,1-8.48907-5.731c-1.56786-2.50088-1.39963-5.67478-1.18546-8.61921q.37851-4.99023.74182-9.99582a4.76,4.76,0,0,1,.61953-2.41672c2.35552-3.43391,8.0838,1.43781,11.15062,1.43015,4.8564-.00765,10.07233-2.63854,13.575-5.85832A4.11986,4.11986,0,0,1,306.975,773.6c1.38432-.61948,2.76854.52771,3.99985,1.52958a28.73076,28.73076,0,0,1-3.41094,7.05135,14.67489,14.67489,0,0,1-10.69942,6.69192c-2.17208.16063-4.39755-.26765-6.50073.29063-2.09552.55833-4.05342,2.70739-3.3116,4.74937.72651,1.98844,3.29629,2.42437,5.41478,2.53911,2.9673.16062,6.01125.30593,8.82572-.61948,1.72078-.57359,3.2962-1.52193,4.97114-2.21791,7.12016-2.95208,16.11411-1.30016,21.9954-6.28656a13.015,13.015,0,0,1,1.79714-1.37662C331.59612,789.17485,328.75623,793.64026,326.02587,795.50636Z" transform="translate(-214 -71.86704)" fill="#e8eaf2"/><path d="M326.02587,795.50636c-2.91381,1.98848-6.53125,2.608-10.034,3.05916-3.51046.44359-7.11259.78776-10.2865,2.34791-2.73791,1.3537-5.0476,3.57156-7.94619,4.54286a16.55541,16.55541,0,0,1-8.25212.13,13.62478,13.62478,0,0,1-8.48907-5.731c-1.56786-2.50088-1.39963-5.67478-1.18546-8.61921q.37851-4.99023.74182-9.99582a4.76,4.76,0,0,1,.61953-2.41672c2.35552-3.43391,8.0838,1.43781,11.15062,1.43015,4.8564-.00765,10.07233-2.63854,13.575-5.85832A4.11986,4.11986,0,0,1,306.975,773.6c1.38432-.61948,2.76854.52771,3.99985,1.52958a28.73076,28.73076,0,0,1-3.41094,7.05135,14.67489,14.67489,0,0,1-10.69942,6.69192c-2.17208.16063-4.39755-.26765-6.50073.29063-2.09552.55833-4.05342,2.70739-3.3116,4.74937.72651,1.98844,3.29629,2.42437,5.41478,2.53911,2.9673.16062,6.01125.30593,8.82572-.61948,1.72078-.57359,3.2962-1.52193,4.97114-2.21791,7.12016-2.95208,16.11411-1.30016,21.9954-6.28656a13.015,13.015,0,0,1,1.79714-1.37662C331.59612,789.17485,328.75623,793.64026,326.02587,795.50636Z" transform="translate(-214 -71.86704)" opacity="0.05"/><path d="M248.764,577.62208a43.783,43.783,0,0,0,6.00086,32.30554c1.66828,2.58492,3.62326,5.01155,4.87743,7.82083a35.54763,35.54763,0,0,1,1.90347,6.19771l5.40525,22.37335c1.45922,6.04,2.92905,12.19684,2.49077,18.39513-.30539,4.31886-1.394,9.175,1.26772,12.58979a9.27854,9.27854,0,0,1,1.6081,2.2064,5.58447,5.58447,0,0,1,.02651,2.90737c-2.73469,16.24376-4.76269,33.22569.17695,48.94,4.47709,14.24277,4.73264,30.02445,8.53949,44.46082.47139,1.78763,1.01049,3.672,2.36461,4.93067a7.75079,7.75079,0,0,0,3.54539,1.68476c5.60984,1.33477,11.53392-.229,16.766-2.65342,3.67711-1.70388,7.635-4.69183,7.32087-8.73233-.14944-1.92205-1.27217-3.60662-2.03419-5.37748-1.49456-3.47323-1.61464-7.35311-2.01791-11.11268-1.01263-9.44028-3.92293-18.55549-6.12256-27.7916s-3.6939-18.8873-1.83357-28.19769a246.66239,246.66239,0,0,1,18.14088-55.80776,6.72983,6.72983,0,0,1,1.66159-2.49909,17.18127,17.18127,0,0,0,2.35187-1.6054,7.09664,7.09664,0,0,0,1.07592-2.92564c.81816-2.9468,3.2485-5.12091,4.87771-7.70909,4.11376-6.53514,2.81012-14.912,2.65772-22.6326-.14819-7.508.93294-15.0847-.29788-22.49257s-5.47462-14.98013-12.6163-17.30129c-3.53765-1.14979-7.36223-.889-11.064-.5226C286.22528,567.01431,267.16891,570.57673,248.764,577.62208Z" transform="translate(-214 -71.86704)" fill="#2f2e41"/><path d="M248.764,577.62208a43.783,43.783,0,0,0,6.00086,32.30554c1.66828,2.58492,3.62326,5.01155,4.87743,7.82083a35.54763,35.54763,0,0,1,1.90347,6.19771l5.40525,22.37335c1.45922,6.04,2.92905,12.19684,2.49077,18.39513-.30539,4.31886-1.394,9.175,1.26772,12.58979a9.27854,9.27854,0,0,1,1.6081,2.2064,5.58447,5.58447,0,0,1,.02651,2.90737c-2.73469,16.24376-4.76269,33.22569.17695,48.94,4.47709,14.24277,4.73264,30.02445,8.53949,44.46082.47139,1.78763,1.01049,3.672,2.36461,4.93067a7.75079,7.75079,0,0,0,3.54539,1.68476c5.60984,1.33477,11.53392-.229,16.766-2.65342,3.67711-1.70388,7.635-4.69183,7.32087-8.73233-.14944-1.92205-1.27217-3.60662-2.03419-5.37748-1.49456-3.47323-1.61464-7.35311-2.01791-11.11268-1.01263-9.44028-3.92293-18.55549-6.12256-27.7916s-3.6939-18.8873-1.83357-28.19769a246.66239,246.66239,0,0,1,18.14088-55.80776,6.72983,6.72983,0,0,1,1.66159-2.49909,17.18127,17.18127,0,0,0,2.35187-1.6054,7.09664,7.09664,0,0,0,1.07592-2.92564c.81816-2.9468,3.2485-5.12091,4.87771-7.70909,4.11376-6.53514,2.81012-14.912,2.65772-22.6326-.14819-7.508.93294-15.0847-.29788-22.49257s-5.47462-14.98013-12.6163-17.30129c-3.53765-1.14979-7.36223-.889-11.064-.5226C286.22528,567.01431,267.16891,570.57673,248.764,577.62208Z" transform="translate(-214 -71.86704)" opacity="0.1"/><path d="M328.64158,624.71051a46.89143,46.89143,0,0,1-.98661,8.68036q-5.1853,29.08122-11.05128,58.04c-.34412,1.6749-.68068,3.34979-1.13188,4.99411a40.50013,40.50013,0,0,1-7.48724,14.72984c-16.29774,20.31284-17.705,49.81084-26.546,74.30712-.59647,1.65958-1.193,3.31916-1.82786,4.95583a123.7726,123.7726,0,0,1-5.453,12.16785,3.47771,3.47771,0,0,1-1.12422,1.45307,3.33384,3.33384,0,0,1-1.77427.34417,51.7929,51.7929,0,0,1-22.9667-5.22354,4.75579,4.75579,0,0,1-2.43964-2.02667,4.90137,4.90137,0,0,1-.26009-2.33265c.24478-4.8564.543-9.88874,2.86031-14.15624a30.2069,30.2069,0,0,1,5.65947-6.8602c.68833-15.24228,2.195-30.51513,5.54474-45.398,1.72078-7.60968,3.84682-15.30348,8.26734-21.73535,3.258-4.74937,7.931-9.43754,7.35738-15.16582-.25244-2.51614-1.30786-5.65181.74182-7.12786.89475-.65,2.21782-.73421,2.822-1.65958a3.14867,3.14867,0,0,0,.3977-1.4225,35.12321,35.12321,0,0,0-.72651-11.75488,61.99751,61.99751,0,0,1-1.7514-7.66317c-.2601-2.61562.18354-5.44531,1.92729-7.40318.107-5.23119-.03828-10.66118.0688-15.88472a29.45678,29.45678,0,0,0-.73426-8.87156c-.39761-1.369-1.00183-2.67677-1.30776-4.07635-1.0936-5.02468,1.63675-11.04358-1.61361-15.02816-1.35369-1.65193-3.44156-2.47791-5.21593-3.671-3.541-2.36322-5.866-6.23306-7.15852-10.2941a56.81621,56.81621,0,0,1-2.02662-12.60374,12.97228,12.97228,0,0,1-.03062-2.72265,4.99033,4.99033,0,0,1,.36708-1.36131c1.00958-2.27145,3.72462-3.151,6.14129-3.73218a198.87436,198.87436,0,0,1,46.897-5.48359c5.84292-3.97687,9.13156-2.55437,11.60948,1.65963a43.54647,43.54647,0,0,1,3.30395,8.06854c1.13187,3.41859,1.20068,22.55368,2.302,25.98758C332.72545,610.906,328.588,620.02234,328.64158,624.71051Z" transform="translate(-214 -71.86704)" fill="#2f2e41"/><path d="M222.99765,450.58148c-.43418,3.01081,1.01349,5.96967,1.17356,9.0074.13985,2.65412-.705,5.24647-1.18834,7.85995-1.88648,10.19972,1.73794,20.53142,5.4265,30.22615a15.5756,15.5756,0,0,1,1.28824,4.97107c.09868,3.1643-1.72382,6.06351-2.22293,9.18977-1.0488,6.56915,3.79679,12.74856,3.89721,19.40015.04624,3.06249-.91819,6.17948-.152,9.14494.51132,1.97905,1.74667,3.67978,2.62326,5.52631,1.55325,3.27189,1.9701,6.98414,3.4527,10.28864,2.67939,5.972,8.4356,9.87141,13.91368,13.45391,3.11657-1.039,6.486-2.2726,8.19693-5.07715a12.5793,12.5793,0,0,0,1.43079-4.45235c1.18447-6.80315,1.14342-13.7525,1.09891-20.65786a127.38472,127.38472,0,0,0-.94514-17.78193c-1.1066-7.50268-3.54081-14.73668-5.28718-22.11672-2.20256-9.30784-3.33121-18.92471-6.76167-27.85327-3.01458-7.84613-7.71016-14.889-12.65255-21.63488-1.88582-2.57394-3.37454-6.25318-7.03463-5.65883A7.67411,7.67411,0,0,0,222.99765,450.58148Z" transform="translate(-214 -71.86704)" fill="#3f3d56"/><path d="M222.99765,450.58148c-.43418,3.01081,1.01349,5.96967,1.17356,9.0074.13985,2.65412-.705,5.24647-1.18834,7.85995-1.88648,10.19972,1.73794,20.53142,5.4265,30.22615a15.5756,15.5756,0,0,1,1.28824,4.97107c.09868,3.1643-1.72382,6.06351-2.22293,9.18977-1.0488,6.56915,3.79679,12.74856,3.89721,19.40015.04624,3.06249-.91819,6.17948-.152,9.14494.51132,1.97905,1.74667,3.67978,2.62326,5.52631,1.55325,3.27189,1.9701,6.98414,3.4527,10.28864,2.67939,5.972,8.4356,9.87141,13.91368,13.45391,3.11657-1.039,6.486-2.2726,8.19693-5.07715a12.5793,12.5793,0,0,0,1.43079-4.45235c1.18447-6.80315,1.14342-13.7525,1.09891-20.65786a127.38472,127.38472,0,0,0-.94514-17.78193c-1.1066-7.50268-3.54081-14.73668-5.28718-22.11672-2.20256-9.30784-3.33121-18.92471-6.76167-27.85327-3.01458-7.84613-7.71016-14.889-12.65255-21.63488-1.88582-2.57394-3.37454-6.25318-7.03463-5.65883A7.67411,7.67411,0,0,0,222.99765,450.58148Z" transform="translate(-214 -71.86704)" opacity="0.05"/><circle cx="75.80822" cy="297.04487" r="28.39964" fill="#a0616a"/><path d="M306.33543,415.40231c-1.23808,1.43264-2.89946,3.01139-4.73575,2.54949a6.46986,6.46986,0,0,1-1.84292-.98643c-3.2738-2.11-7.29215-2.60512-11.14357-3.18533a164.42788,164.42788,0,0,1-22.94933-5.15949,23.40862,23.40862,0,0,0-6.78793-1.38017c-4.81342.02487-9.0793,3.22453-12.09574,6.97564s-5.15349,8.14043-8.11345,11.93627c-2.10893,2.70449-4.62037,5.08762-6.58985,7.8953-4.97214,7.08821-6.0408,16.33583-4.75717,24.89837s4.70457,16.63623,8.09463,24.60318a85.49278,85.49278,0,0,0,6.60913,13.32566c-1.14362,6.50577-.54,13.9458,2.55353,19.78214,1.0075,1.90077,2.24216,3.75431,2.57526,5.87963a14.71694,14.71694,0,0,1-.17845,4.312l-1.44542,10.28183c-.44013,3.13081-.88044,6.26271-1.45045,9.3725-1.04324,5.69154-2.45858,11.86861.17731,17.01974,3.15661,6.16873-.1588,14.07425.6706,20.95389a105.40668,105.40668,0,0,1,27.67394-6.57491c6.10285-.59825,12.31961-.67384,18.20755-2.387,3.67722-1.06989,7.16442-2.76367,10.89791-3.61669a50.24283,50.24283,0,0,1,9.18924-.93811c6.80521-.27451,13.65853-.54666,20.395.45648.5455.08123,1.20995.12507,1.53644-.31941a1.43731,1.43731,0,0,0,.20465-.80294,13.58022,13.58022,0,0,0-1.74144-7.2299c-.85878-1.51567-2.052-2.99828-2.01894-4.74a7.20158,7.20158,0,0,1,.58993-2.35357l2.98486-7.96034c2.51976-6.72,1.32064-14.52564,2.62927-21.58218A126.71284,126.71284,0,0,0,337.436,509.7322c.24229-4.78861.09172-9.9743-2.79771-13.80061a15.86364,15.86364,0,0,1-2.18321-3.036,9.2162,9.2162,0,0,1-.51989-3.63069q-.09659-14.37362.78861-28.73145c-2.51969-4.52539-5.14673-9.15351-7.66642-13.67891-2.93241-5.26665-5.90567-10.6417-7.08963-16.55228-.78369-3.9123-.75648-7.94112-1.31709-11.89156a5.19286,5.19286,0,0,0-1.00419-2.777c-.96225-1.09-2.58937-1.246-4.04264-1.20061A17.894,17.894,0,0,0,306.33543,415.40231Z" transform="translate(-214 -71.86704)" fill="#3f3d56"/><path d="M315.82077,459.75945c1.7286,2.1551,3.53021,4.37128,5.98227,5.644,2.8212,1.46435,6.14437,1.49774,9.32224,1.43013a222.75524,222.75524,0,0,0,38.95562-4.2793,24.32815,24.32815,0,0,0,4.29039-1.14992,22.595,22.595,0,0,0,4.33615-2.70453c4.2252-3.03757,8.51045-6.13193,11.72316-10.22554A34.37929,34.37929,0,0,0,397.38,431.431c3.056-2.81565,4.6788-6.81776,6.2086-10.68129a16.3109,16.3109,0,0,0,1.41531-5.18766c.08212-1.837-1.13515-3.76275-.79845-5.5705a14.72216,14.72216,0,0,1,4.50638-8.10647,2.95594,2.95594,0,0,0,1.0718-1.42437,2.2957,2.2957,0,0,0-.25518-1.38826c-1.30776-2.91286-4.298-4.791-7.39835-5.55437a31.75246,31.75246,0,0,0-9.53247-.37846,22.28,22.28,0,0,0-3.12224.82926l-2.22085,5.84811a7.564,7.564,0,0,1-1.45109,2.66767,13.6187,13.6187,0,0,1-1.57673,1.23287,9.01873,9.01873,0,0,0-3.12508,7.88166,8.46937,8.46937,0,0,0-5.00822,10.45532,9.981,9.981,0,0,0-7.32285,6.44684,4.82035,4.82035,0,0,1-.95643,2.00649,3.89445,3.89445,0,0,1-2.557.78579c-2.50956.15522-4.70395,2.13169-6.97825,1.05952a14.18719,14.18719,0,0,0-8.28847-1.15845,6.23923,6.23923,0,0,1-1.76863.15686,4.67029,4.67029,0,0,1-1.45051-.50545,11.60807,11.60807,0,0,0-3.28988-1.29433,3.08,3.08,0,0,0-3.12113,1.20561c-.79639-.87332-1.271-1.99173-1.99663-2.92466a3.20148,3.20148,0,0,0-3.02778-1.44485c.756-.6736-.01784-2.01422-1.00035-2.25922a12.81752,12.81752,0,0,0-3.02074.10949c-2.6266-.01385-4.64193-2.39876-7.1933-3.023-2.34512-.57379-5.47078.11046-6.6729-1.98327-.4262-.74229-.50963-1.749-1.235-2.20347a2.38326,2.38326,0,0,0-1.58445-.18362,15.48847,15.48847,0,0,0-4.79167,1.45429c-2.45919,9.61913-1.169,19.60875.70481,29.35884A25.90086,25.90086,0,0,0,315.82077,459.75945Z" transform="translate(-214 -71.86704)" fill="#3f3d56"/><path d="M301.54087,408.275c-3.04677-1.89657-6.63352-2.70086-10.164-3.34561a21.41285,21.41285,0,0,0-6.4671-.4651c-1.99921.24948-3.9181,1.02136-5.9297,1.13346-2.82345.15734-5.53041-.98791-8.25794-1.73441s-5.87817-1.03169-8.1745.61862a3.5305,3.5305,0,0,1-1.77929.945,3.11283,3.11283,0,0,1-1.83914-.902,10.4779,10.4779,0,0,0-13.05855.68824c-5.207,4.88241-4.61771,14.42217-10.72,18.12529-1.68206,1.02074-3.83241,1.5607-4.81443,3.26566a12.06272,12.06272,0,0,1-.83023,1.57027,4.25319,4.25319,0,0,1-1.4671,1.04539,28.50878,28.50878,0,0,0-5.02994,2.8915,7.19368,7.19368,0,0,0-2.895,4.85284,9.143,9.143,0,0,0,.889,4.08126,38.29418,38.29418,0,0,0,37.21425,23.79652,5.89059,5.89059,0,0,0,3.89831-1.21668,7.357,7.357,0,0,0,1.36643-2.25052c2.86872-6.01515,8.25682-10.45557,11.67819-16.17447,2.0391-3.4084,3.348-7.22054,5.4707-10.57753,3.21782-5.089,8.11145-8.84842,12.90133-12.49657,2.70108-2.05725,5.70817-4.21618,9.10153-4.07208,3.02424.1288,5.224.29114,4.11527-3.418A11.883,11.883,0,0,0,301.54087,408.275Z" transform="translate(-214 -71.86704)" fill="#3f3d56"/><path d="M301.54087,408.275c-3.04677-1.89657-6.63352-2.70086-10.164-3.34561a21.41285,21.41285,0,0,0-6.4671-.4651c-1.99921.24948-3.9181,1.02136-5.9297,1.13346-2.82345.15734-5.53041-.98791-8.25794-1.73441s-5.87817-1.03169-8.1745.61862a3.5305,3.5305,0,0,1-1.77929.945,3.11283,3.11283,0,0,1-1.83914-.902,10.4779,10.4779,0,0,0-13.05855.68824c-5.207,4.88241-4.61771,14.42217-10.72,18.12529-1.68206,1.02074-3.83241,1.5607-4.81443,3.26566a12.06272,12.06272,0,0,1-.83023,1.57027,4.25319,4.25319,0,0,1-1.4671,1.04539,28.50878,28.50878,0,0,0-5.02994,2.8915,7.19368,7.19368,0,0,0-2.895,4.85284,9.143,9.143,0,0,0,.889,4.08126,38.29418,38.29418,0,0,0,37.21425,23.79652,5.89059,5.89059,0,0,0,3.89831-1.21668,7.357,7.357,0,0,0,1.36643-2.25052c2.86872-6.01515,8.25682-10.45557,11.67819-16.17447,2.0391-3.4084,3.348-7.22054,5.4707-10.57753,3.21782-5.089,8.11145-8.84842,12.90133-12.49657,2.70108-2.05725,5.70817-4.21618,9.10153-4.07208,3.02424.1288,5.224.29114,4.11527-3.418A11.883,11.883,0,0,0,301.54087,408.275Z" transform="translate(-214 -71.86704)" opacity="0.05"/><path d="M316.32072,819.88519c-2.05725,1.91963-4.88694,2.76088-7.6326,3.35739a137.57107,137.57107,0,0,1-18.99748,2.34792c-2.0649.153-4.13745.31359-6.20235.47417-6.05718.4589-12.122.92541-18.20206.94838a125.52955,125.52955,0,0,1-22.38545-1.935,1.89922,1.89922,0,0,1-2.04193-2.27141,108.44627,108.44627,0,0,1,2.75313-22.46956c.70374-3.02859,6.13364,3.76276,6.37843,4.04573,1.50661,1.71312,2.64614,2.50088,4.93286,2.62323,6.24838.34416,13.24623-3.45687,18.20972-6.83724a23.30653,23.30653,0,0,1,3.37266-2.08786,9.92943,9.92943,0,0,1,2.73036-.7801,16.48464,16.48464,0,0,1,9.29223,1.8814c3.73218,1.85078,7.00551,4.51224,10.69942,6.41661a30.07414,30.07414,0,0,0,9.59041,3.03619c3.38051.46652,7.41853.68834,9.15462,3.61745a.02812.02812,0,0,1,.00766.023C319.40285,814.69988,318.3703,817.97321,316.32072,819.88519Z" transform="translate(-214 -71.86704)" fill="#2f2e41"/><path d="M316.32072,821.00451c-2.05725,1.91963-4.88694,2.76088-7.6326,3.3574a137.57258,137.57258,0,0,1-18.99748,2.34791c-2.0649.153-4.13745.31359-6.20235.47417-6.05718.4589-12.122.92541-18.20206.94838a125.52862,125.52862,0,0,1-22.38545-1.935,2.46979,2.46979,0,0,1-1.77437-.85656,9.92238,9.92238,0,0,1-1.38688-2.53417c.13-7.55613,2.17464-15.10462,3.87245-22.46956.70374-3.02859,6.13364,3.76276,6.37843,4.04573,1.50661,1.71312,2.64614,2.50088,4.93286,2.62323,6.24838.34416,13.24623-3.45687,18.20972-6.83724a23.30653,23.30653,0,0,1,3.37266-2.08786,9.92943,9.92943,0,0,1,2.73036-.7801c-.80307,4.497-7.25021,9.927-10.57712,11.57894-6.73011,3.34214-14.72979,1.6749-22.24,2.065a3.1017,3.1017,0,0,0-1.57551.38239c-.9024.59652-.956,1.87375-.92537,2.95209.06115,1.78963.29053,3.8928,1.84308,4.80286a5.31605,5.31605,0,0,0,2.49323.5201,352.604,352.604,0,0,0,55.455-1.9426,30.49142,30.49142,0,0,0,9.03223-2.0114,23.37792,23.37792,0,0,0,5.2388-3.37271C320.34446,814.133,318.3703,819.09253,316.32072,821.00451Z" transform="translate(-214 -71.86704)" fill="#e8eaf2"/><path d="M300.85667,368.60495c-.10709,2.93677,1.89666,8.63447-3.59449,7.04369-3.27332-.94833-4.19869-4.82583-8.35155-3.96161-4.19113.87953-5.10884,5.98067-6.516,9.33046a17.85462,17.85462,0,0,1-12.9403,10.45468,7.7906,7.7906,0,0,1-3.56386-.00761c-2.67677-.76479-4.20635-3.52572-5.3-6.08775a47.76188,47.76188,0,0,1-2.34787-6.68427,28.22674,28.22674,0,0,1-.849-4.90233v-.00766a21.8063,21.8063,0,0,1-.01531-3.388c.49723-6.67661,4.29822-12.76436,9.16228-17.36837s10.77588-7.93088,16.61123-11.21186a24.25424,24.25424,0,0,1,6.126-2.73031,20.61564,20.61564,0,0,1,6.47019-.26766,22.58452,22.58452,0,0,1,8.22916,1.93494,11.59038,11.59038,0,0,1,2.8985,2.03433,8.71359,8.71359,0,0,1,2.50844,4.191c1.05551,4.31344-1.69781,8.19859-3.93094,11.60953C303.46454,361.61475,301.00193,364.82688,300.85667,368.60495Z" transform="translate(-214 -71.86704)" fill="#2f2e41"/><path d="M306.79145,351.986a25.03134,25.03134,0,0,1-1.6825,2.40145,28.40816,28.40816,0,0,1-3.8852,4.02281,32.32587,32.32587,0,0,1-2.62318,2.05729,41.28273,41.28273,0,0,1-5.3,3.16625c-5.36885,2.70734-11.18124,4.4052-16.96311,6.08009q-5.667,1.65195-11.34182,3.29625c-3.954,2.99031-17.20014,12.8026-19.42571,11.5789-2.62318-1.44542,11.75155-11.62175,11.75155-11.62175l.661.50171c-2.10318-1.32308-3.20443-4.3899-3.6786-7.04375-.84125-4.74932-1.239-9.68223-.11474-14.37806,1.12422-4.68817,3.94635-9.15452,8.24447-11.34947,1.90432-.97895,4.214-1.64432,5.59067-3.15093a3.96914,3.96914,0,0,0,.543-.73422,2.41346,2.41346,0,0,0,.21416-.39005,5.29349,5.29349,0,0,1,.60413-1.17011c.78775-.9101,2.21791-.63479,3.411-.48948.13.01527.25234.03058.38239.03824a6.01423,6.01423,0,0,0,.64231.03057c4.25994.09177,8.38983-2.27906,12.70326-2.27906,4.72636-.00766,8.74916,2.73031,12.90967,4.5964.84126.38239,1.63667.72656,2.38615,1.07833,3.00558,1.39958,5.26933,2.89094,6.50838,6.86786C309.04755,347.42023,308.06094,349.92111,306.79145,351.986Z" transform="translate(-214 -71.86704)" fill="#3f3d56"/><path d="M257.60492,372.85474a5.2478,5.2478,0,0,0,1.962.73042,6.32546,6.32546,0,0,0,5.23383-.78428Z" transform="translate(-214 -71.86704)" opacity="0.1"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="afdfd1e9-9b52-4ce3-aad9-0a68bb11f588" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="1137" height="693.11183" viewBox="0 0 1137 693.11183"><title>coming home</title><path d="M168.89819,796.55591l-1.95117-.43945c21.75586-96.751,76.43018-184.60937,153.95117-247.3916A444.114,444.114,0,0,1,1033.053,794.9358l-1.94922.44336C985.05005,593.17017,807.82935,451.94459,600.134,451.94459,395.1604,451.94459,213.79956,596.87427,168.89819,796.55591Z" transform="translate(-31.5 -103.44409)" fill="#3f3d56"/><circle cx="417.13335" cy="69.40326" r="54.31516" fill="#ff6584"/><path d="M214.63058,784.217c1.694,6.26185,7.4961,10.14,7.4961,10.14s3.05572-6.27434,1.36177-12.53619-7.49609-10.14-7.49609-10.14S212.93664,777.95518,214.63058,784.217Z" transform="translate(-31.5 -103.44409)" fill="#3f3d56"/><path d="M217.11972,782.87129c4.64821,4.52485,5.216,11.48059,5.216,11.48059s-6.9685-.38048-11.61672-4.90533-5.216-11.4806-5.216-11.4806S212.4715,778.34644,217.11972,782.87129Z" transform="translate(-31.5 -103.44409)" fill="#6c63ff"/><path d="M343.63058,784.217c1.69395,6.26185,7.4961,10.14,7.4961,10.14s3.05572-6.27434,1.36177-12.53619-7.49609-10.14-7.49609-10.14S341.93664,777.95518,343.63058,784.217Z" transform="translate(-31.5 -103.44409)" fill="#3f3d56"/><path d="M346.11972,782.87129c4.64821,4.52485,5.216,11.48059,5.216,11.48059s-6.9685-.38048-11.61672-4.90533-5.216-11.4806-5.216-11.4806S341.4715,778.34644,346.11972,782.87129Z" transform="translate(-31.5 -103.44409)" fill="#6c63ff"/><polygon points="337.71 181.988 317.286 165.648 431.66 63.529 721.679 63.529 721.679 153.394 533.779 280.022 337.71 181.988" fill="#3f3d56"/><polygon points="774.556 120.812 774.556 65.569 736.05 65.569 736.05 79.098 721.679 63.529 627.729 165.648 590.966 190.157 533.964 606.62 619.93 692.585 819.714 692.585 819.714 169.733 774.556 120.812" fill="#ccc"/><rect x="317.28615" y="165.64842" width="310.44316" height="526.93642" fill="#f2f2f2"/><rect x="437.78711" y="563.91431" width="57.1869" height="128.67052" fill="#ccc"/><polygon points="376.515 600.677 376.515 580.253 352.007 580.253 352.007 600.677 374.473 600.677 376.515 600.677" fill="#3f3d56"/><polygon points="374.473 617.016 352.007 617.016 352.007 637.44 376.515 637.44 376.515 617.016 374.473 617.016" fill="#3f3d56"/><rect x="392.85455" y="580.25343" width="24.50867" height="20.42389" fill="#3f3d56"/><rect x="392.85455" y="617.01643" width="24.50867" height="20.42389" fill="#3f3d56"/><polygon points="543.991 600.677 543.991 580.253 519.483 580.253 519.483 600.677 541.949 600.677 543.991 600.677" fill="#3f3d56"/><polygon points="541.949 617.016 519.483 617.016 519.483 637.44 543.991 637.44 543.991 617.016 541.949 617.016" fill="#3f3d56"/><rect x="560.33046" y="580.25343" width="24.50867" height="20.42389" fill="#3f3d56"/><rect x="560.33046" y="617.01643" width="24.50867" height="20.42389" fill="#3f3d56"/><polygon points="715.552 192.199 715.552 171.776 691.043 171.776 691.043 192.199 713.51 192.199 715.552 192.199" fill="#3f3d56"/><polygon points="713.51 208.539 691.043 208.539 691.043 228.962 715.552 228.962 715.552 208.539 713.51 208.539" fill="#3f3d56"/><rect x="731.89116" y="171.77558" width="24.50867" height="20.42389" fill="#3f3d56"/><rect x="731.89116" y="208.53859" width="24.50867" height="20.42389" fill="#3f3d56"/><polygon points="715.552 306.573 715.552 286.149 691.043 286.149 691.043 306.573 713.51 306.573 715.552 306.573" fill="#3f3d56"/><polygon points="713.51 322.912 691.043 322.912 691.043 343.336 715.552 343.336 715.552 322.912 713.51 322.912" fill="#3f3d56"/><rect x="731.89116" y="286.14938" width="24.50867" height="20.42389" fill="#3f3d56"/><rect x="731.89116" y="322.91238" width="24.50867" height="20.42389" fill="#3f3d56"/><polygon points="715.552 420.947 715.552 400.523 691.043 400.523 691.043 420.947 713.51 420.947 715.552 420.947" fill="#3f3d56"/><polygon points="713.51 437.286 691.043 437.286 691.043 457.71 715.552 457.71 715.552 437.286 713.51 437.286" fill="#3f3d56"/><rect x="731.89116" y="400.52318" width="24.50867" height="20.42389" fill="#3f3d56"/><rect x="731.89116" y="437.28618" width="24.50867" height="20.42389" fill="#3f3d56"/><polygon points="715.552 535.321 715.552 514.897 691.043 514.897 691.043 535.321 713.51 535.321 715.552 535.321" fill="#3f3d56"/><polygon points="713.51 551.66 691.043 551.66 691.043 572.084 715.552 572.084 715.552 551.66 713.51 551.66" fill="#3f3d56"/><rect x="731.89116" y="514.89697" width="24.50867" height="20.42389" fill="#3f3d56"/><rect x="731.89116" y="551.65998" width="24.50867" height="20.42389" fill="#3f3d56"/><rect x="352.00676" y="192.19947" width="236.91715" height="49.01734" fill="#3f3d56"/><rect x="352.00676" y="290.23416" width="236.91715" height="49.01734" fill="#3f3d56"/><rect x="352.00676" y="388.26884" width="236.91715" height="49.01734" fill="#3f3d56"/><rect x="352.00676" y="486.30352" width="236.91715" height="49.01734" fill="#3f3d56"/><rect y="690.52882" width="1137" height="2" fill="#3f3d56"/><rect x="190.4049" y="459.61475" width="5.87477" height="232.05349" fill="#3f3d56"/><path d="M281.99715,592.63138c.374,81.14332-56.71464,147.18749-56.71464,147.18749s-57.695-65.51515-58.06894-146.65847,56.71464-147.18749,56.71464-147.18749S281.62317,511.48806,281.99715,592.63138Z" transform="translate(-31.5 -103.44409)" fill="#6c63ff"/><path d="M281.99715,592.63138c.374,81.14332-56.71464,147.18749-56.71464,147.18749s-57.695-65.51515-58.06894-146.65847,56.71464-147.18749,56.71464-147.18749S281.62317,511.48806,281.99715,592.63138Z" transform="translate(-31.5 -103.44409)" opacity="0.1"/><rect x="114.03286" y="459.61475" width="5.87477" height="232.05349" fill="#3f3d56"/><path d="M205.62511,592.63138c.374,81.14332-56.71464,147.18749-56.71464,147.18749s-57.695-65.51515-58.06894-146.65847,56.71465-147.18749,56.71465-147.18749S205.25114,511.48806,205.62511,592.63138Z" transform="translate(-31.5 -103.44409)" fill="#6c63ff"/><path d="M977.0545,268.76437c-46.27672.21329-83.94415.897-83.94415.897s44.77365-59.30728,83.77623-37.33436,83.80663,36.56195,83.80663,36.56195S1023.33123,268.55108,977.0545,268.76437Z" transform="translate(-31.5 -103.44409)" fill="#f2f2f2"/><path d="M206.0545,382.76437c-46.27672.21329-83.94415.897-83.94415.897s44.77365-59.30728,83.77623-37.33436,83.80663,36.562,83.80663,36.562S252.33123,382.55108,206.0545,382.76437Z" transform="translate(-31.5 -103.44409)" fill="#f2f2f2"/><path d="M374.0545,144.76437c-46.27672.21329-83.94415.897-83.94415.897s44.77365-59.30728,83.77623-37.33436,83.80663,36.562,83.80663,36.562S420.33123,144.55108,374.0545,144.76437Z" transform="translate(-31.5 -103.44409)" fill="#f2f2f2"/><rect x="1035.03286" y="459.61475" width="5.87477" height="232.05349" fill="#3f3d56"/><path d="M1126.62511,592.63138c.374,81.14332-56.71464,147.18749-56.71464,147.18749s-57.695-65.51515-58.06894-146.65847,56.71465-147.18749,56.71465-147.18749S1126.25114,511.48806,1126.62511,592.63138Z" transform="translate(-31.5 -103.44409)" fill="#6c63ff"/><polygon points="824.667 547.629 883.956 547.629 883.956 533.318 916.667 533.318 916.667 547.629 978 547.629 978 611.007 916.667 611.007 916.667 690.74 883.956 690.74 883.956 611.007 824.667 611.007 794 576.251 824.667 547.629" fill="#3f3d56"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="a8c3e3ad-ef53-4a9e-a620-842318013c49" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="967.85814" height="731.61295" viewBox="0 0 967.85814 731.61295"><title>done checking</title><rect x="259.07093" y="558.29487" width="207" height="156" transform="translate(301.6654 -178.16273) rotate(33.99519)" fill="#f2f2f2"/><path d="M226.9596,740.75385l-1.77734-.918c23.082-44.624,10.73925-102.5752-3.67872-143.332a439.29061,439.29061,0,0,0-37.27783-78.6748l1.69043-1.06836a441.53687,441.53687,0,0,1,37.47217,79.0752C237.93909,636.96577,250.36878,695.49507,226.9596,740.75385Z" transform="translate(-116.07093 -84.19353)" fill="#2f2e41"/><rect x="202.48076" y="551.79519" width="72.18033" height="1.99936" transform="matrix(0.17975, -0.98371, 0.98371, 0.17975, -464.17357, 603.9246)" fill="#2f2e41"/><rect x="189.57057" y="565.11916" width="2.00072" height="98.35141" transform="translate(-483.48639 210.21597) rotate(-42.93968)" fill="#2f2e41"/><rect x="233.06662" y="679.79472" width="58.00862" height="2.00031" transform="translate(-559.26439 410.14767) rotate(-54.13715)" fill="#2f2e41"/><circle cx="134" cy="404.10134" r="10" fill="#3f3d56"/><circle cx="25" cy="481.10134" r="10" fill="#3f3d56"/><circle cx="69" cy="491.10134" r="10" fill="#3f3d56"/><circle cx="49" cy="530.10134" r="10" fill="#3f3d56"/><circle cx="174" cy="555.10134" r="10" fill="#3f3d56"/><circle cx="141" cy="566.10134" r="10" fill="#3f3d56"/><circle cx="164" cy="598.10134" r="10" fill="#3f3d56"/><circle cx="59" cy="416.10134" r="10" fill="#3f3d56"/><path d="M628.07093,751.29487c21.2135,22.74121-1.82288,102.24878-256,43-137.69354-32.09644-256-31.402-256-43s114.6151,1,256,1S620.15979,742.814,628.07093,751.29487Z" transform="translate(-116.07093 -84.19353)" fill="#3f3d56"/><path d="M628.07093,751.29487c21.2135,22.74121-1.82288,102.24878-256,43-137.69354-32.09644-256-31.402-256-43s114.6151,1,256,1S620.15979,742.814,628.07093,751.29487Z" transform="translate(-116.07093 -84.19353)" opacity="0.1"/><path d="M628.07093,751.29487c21.2135,22.74121-1.82288,80.24878-256,21-137.69354-32.09644-256-9.402-256-21s114.6151-21,256-21S620.15979,742.814,628.07093,751.29487Z" transform="translate(-116.07093 -84.19353)" fill="#3f3d56"/><path d="M245.77111,159.10134H257.274A27.61206,27.61206,0,0,1,284.8861,186.7134v39.115a0,0,0,0,1,0,0h-66.727a0,0,0,0,1,0,0v-39.115a27.61206,27.61206,0,0,1,27.61206-27.61206Z" fill="#2f2e41"/><path d="M355.39095,297.12293s2.7977,22.38159-3.49712,23.78044-9.09252,9.79194-9.09252,9.79194L363.784,343.98438l21.68217-4.19655-2.09828-16.08677s-5.59539-16.08676-2.7977-26.57813S355.39095,297.12293,355.39095,297.12293Z" transform="translate(-116.07093 -84.19353)" fill="#a0616a"/><path d="M355.39095,297.12293s2.7977,22.38159-3.49712,23.78044-9.09252,9.79194-9.09252,9.79194L363.784,343.98438l21.68217-4.19655-2.09828-16.08677s-5.59539-16.08676-2.7977-26.57813S355.39095,297.12293,355.39095,297.12293Z" transform="translate(-116.07093 -84.19353)" opacity="0.1"/><path d="M327.414,556.60946l5.5954,36.37008s-1.39885,37.0695,8.3931,69.94246L351.1944,695.795l9.79194-11.19079L363.784,639.841s.69943-16.08677-2.09827-28.67641l2.09827-58.75167Z" transform="translate(-116.07093 -84.19353)" fill="#a0616a"/><path d="M379.17138,550.31464l4.896,63.64763s-2.09828,67.84419-2.7977,69.94247,13.98849,4.896,13.98849,4.896,22.38159-53.15627,15.38734-95.12175c0,0-4.19655-35.67065,1.39885-44.76317S379.17138,550.31464,379.17138,550.31464Z" transform="translate(-116.07093 -84.19353)" fill="#a0616a"/><circle cx="251.21024" cy="199.64033" r="24.47986" fill="#a0616a"/><path d="M347.69728,326.49876s2.7977,10.49137,16.08676,9.79195,19.58389-12.58965,19.58389-12.58965,16.08677,8.3931,23.78044,7.69367l-2.09827,34.27181s-13.28907,36.37008-10.49137,44.76317,59.45109,96.5206,52.45684,130.79241c0,0,6.99425,9.79194-19.58389,11.89021s-25.87871-2.79769-47.56087,6.99425-51.75742,4.19655-58.75167,2.7977-31.4741-5.5954-31.4741-5.5954S295.24043,453.794,327.414,418.82281l-.69942-62.94821-2.7977-23.78044s22.56743-11.19079,23.17393-8.3931Z" transform="translate(-116.07093 -84.19353)" fill="#2f2e41"/><path d="M451.21212,373.36021s35.67065,22.38159,21.68216,31.47411-63.93085,32.00652-63.93085,32.00652-38.18514-18.018-28.3932-25.01228,26.57814,12.58965,26.57814,12.58965l43.36432-25.87871L439.3219,385.94985Z" transform="translate(-116.07093 -84.19353)" fill="#a0616a"/><path d="M305.7318,392.24468v102.116s-3.49712,39.16778,9.79195,36.37008,2.79769-37.76893,2.79769-37.76893L322.518,432.8113V399.23892Z" transform="translate(-116.07093 -84.19353)" fill="#a0616a"/><path d="M363.08462,667.818s-6.29482,13.28907-19.58389,5.5954c0,0,3.49712,11.89021,3.49712,14.68791s3.49713,17.48562,4.896,18.88447,0,32.17353,6.99424,33.57238,13.28907-16.08677,13.28907-22.38159-2.09828-26.57813-2.09828-26.57813,1.39885-13.28907-6.29482-17.48562Z" transform="translate(-116.07093 -84.19353)" fill="#2f2e41"/><path d="M399.4547,683.20531l-19.58389-2.7977-4.19655,16.78619S364.48347,727.26906,363.784,732.165s-13.28906,25.17929-2.09827,25.17929,22.38159.69942,24.47986-5.5954,6.29482-27.977,9.79195-35.67065-1.39885-15.38734-1.39885-15.38734Z" transform="translate(-116.07093 -84.19353)" fill="#2f2e41"/><path d="M400.85355,334.19243l6.29482-2.7977s6.29482,0,16.08676,11.1908,35.67066,33.57238,35.67066,33.57238-17.48562,17.48561-21.68216,16.08677-36.37008-32.17354-36.37008-32.17354Z" transform="translate(-116.07093 -84.19353)" fill="#2f2e41"/><path d="M327.414,332.09416h-3.49712s-14.68792,1.39885-16.78619,19.58389-5.5954,39.8672-6.99425,41.96547,18.185,11.1908,21.68217,11.1908,9.09252-54.55512,9.09252-54.55512Z" transform="translate(-116.07093 -84.19353)" fill="#2f2e41"/><polygon points="269.403 188.506 235.713 188.506 228.086 170.976 275.124 170.976 269.403 188.506" fill="#2f2e41"/><ellipse cx="342.60801" cy="281.18226" rx="1.69645" ry="4.52387" transform="translate(-180.79305 22.27218) rotate(-16.16012)" fill="#a0616a"/><ellipse cx="391.31409" cy="282.58111" rx="4.52387" ry="1.69645" transform="translate(-105.08405 495.59124) rotate(-73.83988)" fill="#a0616a"/><rect x="608.07093" y="175.29487" width="442" height="254" transform="matrix(0.87505, 0.48402, -0.48402, 0.87505, 133.83599, -447.71383)" fill="#f2f2f2"/><rect x="448.87964" y="181.56251" width="147" height="193" fill="#6c63ff"/><rect x="489.37964" y="212.06251" width="66" height="66" fill="#3f3d56"/><rect x="464.37964" y="292.06251" width="116" height="8" fill="#3f3d56"/><rect x="464.37964" y="314.06251" width="116" height="8" fill="#3f3d56"/><rect x="464.37964" y="336.06251" width="116" height="8" fill="#3f3d56"/><rect x="760.87964" y="350.56251" width="147" height="193" fill="#6c63ff"/><rect x="782.37964" y="376.06251" width="104" height="12" fill="#3f3d56"/><rect x="782.37964" y="402.06251" width="104" height="12" fill="#3f3d56"/><rect x="782.37964" y="428.06251" width="104" height="12" fill="#3f3d56"/><rect x="782.37964" y="454.06251" width="104" height="12" fill="#3f3d56"/><rect x="782.37964" y="480.06251" width="104" height="12" fill="#3f3d56"/><rect x="782.37964" y="506.06251" width="104" height="12" fill="#3f3d56"/><rect x="717.87964" y="25.56251" width="147" height="193" fill="#6c63ff"/><rect x="739.37964" y="90.06251" width="104" height="12" fill="#3f3d56"/><rect x="739.37964" y="116.06251" width="104" height="12" fill="#3f3d56"/><rect x="739.37964" y="142.06251" width="104" height="12" fill="#3f3d56"/><ellipse cx="862.03454" cy="25.36096" rx="17.75167" ry="17.78395" fill="#fff"/><path d="M978.10547,88.73976a21.21541,21.21541,0,1,0,21.21541,21.21541A21.27778,21.27778,0,0,0,978.10547,88.73976Zm-4.35528,32.52689-10.8729-10.8729L965.927,107.344l7.83338,7.83338,16.53374-16.53374,3.04971,3.04972-19.59365,19.57325Z" transform="translate(-116.07093 -84.19353)" fill="#57b894"/><ellipse cx="908.03454" cy="346.36096" rx="17.75167" ry="17.78395" fill="#fff"/><path d="M1024.10547,409.73976a21.21541,21.21541,0,1,0,21.21541,21.21541A21.27778,21.27778,0,0,0,1024.10547,409.73976Zm-4.35528,32.52689-10.8729-10.8729,3.04972-3.04971,7.83338,7.83338,16.53374-16.53374,3.04971,3.04972-19.59365,19.57325Z" transform="translate(-116.07093 -84.19353)" fill="#57b894"/><ellipse cx="596.03454" cy="179.36096" rx="17.75167" ry="17.78395" fill="#fff"/><path d="M712.10547,242.73976a21.21541,21.21541,0,1,0,21.21541,21.21541A21.27778,21.27778,0,0,0,712.10547,242.73976Zm-4.35528,32.52689-10.8729-10.8729L699.927,261.344l7.83338,7.83338,16.53374-16.53374,3.04971,3.04972-19.59365,19.57325Z" transform="translate(-116.07093 -84.19353)" fill="#57b894"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="ab0c8d57-73b5-4efc-a896-a2305a232bd8" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="1027.4958" height="696.05876" viewBox="0 0 1027.4958 696.05876"><title>experience design</title><circle cx="696.2479" cy="355.70168" r="76.7521" fill="#6c63ff" opacity="0.4"/><rect x="270" y="461.90193" width="428" height="116" fill="#3f3d56"/><path d="M756.83869,276.47654l-17.08989,8.08834,15.1253-11.3099a85.35244,85.35244,0,0,0-8.25839-10.86725L672.499,280.80982l66.94832-25.53848a85.33888,85.33888,0,0,0-9.72181-7.41015L616.789,266.0523a84.63924,84.63924,0,0,0-18.53688,52.82025h170A84.59367,84.59367,0,0,0,756.83869,276.47654Z" transform="translate(-86.2521 -101.97062)" fill="#f2f2f2"/><path d="M770.37527,152.166A495.97179,495.97179,0,0,0,552.2521,101.97062c-153.82965,0-291.36139,69.75269-382.71033,179.34869C325.96817,247.04484,598.319,187.71378,770.37527,152.166Z" transform="translate(-86.2521 -101.97062)" fill="#f2f2f2"/><rect y="693.90193" width="1020" height="2" fill="#2f2e41"/><path d="M682.11649,318.87255,624.2521,232.92193s87.63109,30.59259,77.68592,85.95062Z" transform="translate(-86.2521 -101.97062)" fill="#3f3d56"/><path d="M684.38771,318.87255l57.86439-85.95062s-87.63109,30.59259-77.68591,85.95062Z" transform="translate(-86.2521 -101.97062)" fill="#6c63ff"/><path d="M784.7521,797.87255h-429v-640h429Zm-427-2h425v-636h-425Z" transform="translate(-86.2521 -101.97062)" fill="#2f2e41"/><rect x="271" y="71.08308" width="427" height="2" fill="#2f2e41"/><circle cx="282" cy="63.90193" r="4" fill="#6c63ff"/><circle cx="293" cy="63.90193" r="4" fill="#6c63ff"/><circle cx="304" cy="63.90193" r="4" fill="#6c63ff"/><rect x="286" y="84.90193" width="18" height="10" fill="#6c63ff"/><rect x="286" y="163.90193" width="88" height="10" fill="#6c63ff"/><rect x="685.2521" y="186.87255" width="88" height="10" transform="translate(1372.2521 281.77448) rotate(-180)" fill="#f2f2f2"/><rect x="286" y="180.90193" width="148" height="6" fill="#f2f2f2"/><rect x="286" y="193.90193" width="140" height="6" fill="#f2f2f2"/><rect x="286" y="206.90193" width="102" height="6" fill="#f2f2f2"/><rect x="320" y="384.90193" width="58" height="6" fill="#f2f2f2"/><rect x="320" y="397.90193" width="54.86486" height="6" fill="#f2f2f2"/><rect x="320" y="410.90193" width="39.97297" height="6" fill="#f2f2f2"/><rect x="455" y="384.90193" width="58" height="6" fill="#f2f2f2"/><rect x="455" y="397.90193" width="54.86486" height="6" fill="#f2f2f2"/><rect x="455" y="410.90193" width="39.97297" height="6" fill="#f2f2f2"/><rect x="595" y="384.90193" width="58" height="6" fill="#f2f2f2"/><rect x="595" y="397.90193" width="54.86486" height="6" fill="#f2f2f2"/><rect x="595" y="410.90193" width="39.97297" height="6" fill="#f2f2f2"/><rect x="410" y="611.90193" width="88" height="10" fill="#6c63ff"/><rect x="410" y="628.90193" width="148" height="6" fill="#f2f2f2"/><rect x="410" y="641.90193" width="140" height="6" fill="#f2f2f2"/><rect x="410" y="654.90193" width="102" height="6" fill="#f2f2f2"/><rect x="312.5" y="271.90193" width="348" height="2" fill="#6c63ff" opacity="0.3"/><rect x="312" y="306.90193" width="74" height="66" fill="#6c63ff" opacity="0.3"/><rect x="447" y="306.90193" width="74" height="66" fill="#3f3d56"/><rect x="587" y="306.90193" width="74" height="66" fill="#3f3d56"/><path d="M560.61073,474.59512l-.97627-.01907c.021-1.08114.63114-26.56133,10.66219-33.604l.56059.79893C561.23091,448.52955,560.6155,474.33532,560.61073,474.59512Z" transform="translate(-86.2521 -101.97062)" fill="#6c63ff"/><circle cx="489.20618" cy="333.79786" r="4.88134" fill="#6c63ff"/><path d="M574.47138,453.00423a15.19766,15.19766,0,0,1-7.84149.33859,13.85019,13.85019,0,0,1,14.23985-4.88441A15.19761,15.19761,0,0,1,574.47138,453.00423Z" transform="translate(-86.2521 -101.97062)" fill="#6c63ff"/><path d="M700.61073,474.59512l-.97627-.01907c.021-1.08114.63114-26.56133,10.66219-33.604l.56059.79893C701.23091,448.52955,700.6155,474.33532,700.61073,474.59512Z" transform="translate(-86.2521 -101.97062)" fill="#6c63ff"/><circle cx="629.20618" cy="333.79786" r="4.88134" fill="#6c63ff"/><path d="M714.47138,453.00423a15.19766,15.19766,0,0,1-7.84149.33859,13.85019,13.85019,0,0,1,14.23985-4.88441A15.19761,15.19761,0,0,1,714.47138,453.00423Z" transform="translate(-86.2521 -101.97062)" fill="#6c63ff"/><rect x="286" y="498.90193" width="88" height="10" fill="#6c63ff"/><rect x="286" y="515.90193" width="148" height="6" fill="#f2f2f2"/><rect x="286" y="528.90193" width="140" height="6" fill="#f2f2f2"/><rect x="286" y="541.90193" width="102" height="6" fill="#f2f2f2"/><circle cx="611.7521" cy="512.70168" r="31.2479" fill="#6c63ff" opacity="0.4"/><circle cx="553.92017" cy="527.62605" r="21.92017" fill="#6c63ff" opacity="0.4"/><circle cx="167.5" cy="582.40193" r="79" fill="#2f2e41"/><rect x="131.5" y="644.40193" width="24" height="43" fill="#2f2e41"/><rect x="179.5" y="644.40193" width="24" height="43" fill="#2f2e41"/><ellipse cx="151.5" cy="687.90193" rx="20" ry="7.5" fill="#2f2e41"/><ellipse cx="199.5" cy="686.90193" rx="20" ry="7.5" fill="#2f2e41"/><circle cx="169.5" cy="562.40193" r="27" fill="#fff"/><circle cx="169.5" cy="550.40193" r="9" fill="#3f3d56"/><path d="M177.11943,610.90483c-6.37889-28.56758,14.01185-57.43392,45.544-64.47477s62.2651,10.41,68.644,38.9776-14.51861,39.10379-46.05075,46.14464S183.49832,639.4724,177.11943,610.90483Z" transform="translate(-86.2521 -101.97062)" fill="#6c63ff"/><ellipse cx="313.52848" cy="596.95692" rx="39.5" ry="12.40027" transform="translate(-446.20984 527.75787) rotate(-65.07683)" fill="#2f2e41"/><ellipse cx="168.52848" cy="620.95692" rx="12.40027" ry="39.5" transform="translate(-357.17251 49.01394) rotate(-27.89329)" fill="#2f2e41"/><ellipse cx="906.25518" cy="625.62283" rx="12.40027" ry="39.5" transform="translate(-250.61562 265.81898) rotate(-21.07832)" fill="#2f2e41"/><circle cx="893.18955" cy="583.10381" r="79" fill="#2f2e41"/><rect x="991.67544" y="747.00687" width="24" height="43" transform="matrix(-1, 0.0028, -0.0028, -1, 1923.24743, 1432.22882)" fill="#2f2e41"/><rect x="943.67563" y="747.14132" width="24" height="43" transform="translate(1827.24837 1432.63217) rotate(179.83951)" fill="#2f2e41"/><ellipse cx="995.7371" cy="790.5292" rx="20" ry="7.5" transform="translate(-88.46246 -99.17847) rotate(-0.16049)" fill="#2f2e41"/><ellipse cx="947.73448" cy="789.66365" rx="20" ry="7.5" transform="translate(-88.46023 -99.31292) rotate(-0.16049)" fill="#2f2e41"/><circle cx="891.13354" cy="563.10949" r="27" fill="#fff"/><circle cx="891.13354" cy="563.10949" r="9" fill="#3f3d56"/><path d="M1055.86824,611.39234c6.29884-28.58533-14.17267-57.39444-45.72441-64.34694s-62.23569,10.58438-68.53454,39.16971,14.62808,39.063,46.17982,46.01548S1049.56939,639.97768,1055.86824,611.39234Z" transform="translate(-86.2521 -101.97062)" fill="#6c63ff"/><ellipse cx="1068.31896" cy="648.16898" rx="39.5" ry="12.40027" transform="translate(-261.30169 421.84772) rotate(-25.53475)" fill="#2f2e41"/><path d="M1018.32588,713.46562c.02166,7.732-19.84411,23.05568-41.93541,23.11755s-42.86536-21.648-42.887-29.38,20.71728,1.442,42.80858,1.3801S1018.30423,705.73367,1018.32588,713.46562Z" transform="translate(-86.2521 -101.97062)" fill="#fff"/><circle cx="917.2479" cy="468.70168" r="110.2479" fill="#6c63ff" opacity="0.4"/><circle cx="190.40483" cy="348.59022" r="79" fill="#2f2e41"/><rect x="226.16663" y="506.95016" width="24" height="43" transform="translate(11.69174 -135.94422) rotate(10.26106)" fill="#2f2e41"/><rect x="273.39893" y="515.50057" width="24" height="43" transform="translate(13.97028 -144.22112) rotate(10.26106)" fill="#2f2e41"/><ellipse cx="285.68749" cy="563.4754" rx="7.5" ry="20" transform="translate(-415.18867 315.35713) rotate(-49.73894)" fill="#2f2e41"/><ellipse cx="239.4392" cy="555.10313" rx="7.5" ry="20" transform="translate(-425.15907 277.10318) rotate(-49.73894)" fill="#2f2e41"/><circle cx="195.93551" cy="329.26636" r="27" fill="#fff"/><circle cx="207.03243" cy="319.5883" r="9" fill="#3f3d56"/><path d="M214.337,364.61728c-1.188-29.247,24.01865-54.01935,56.30068-55.33066s59.41489,21.335,60.60291,50.582-21.2521,35.89214-53.53414,37.20345S215.525,393.86426,214.337,364.61728Z" transform="translate(-86.2521 -101.97062)" fill="#6c63ff"/><ellipse cx="349.6025" cy="436.16834" rx="39.5" ry="12.40027" transform="translate(-174.86437 -12.8362) rotate(-12.9101)" fill="#2f2e41"/><ellipse cx="194.52848" cy="461.95692" rx="39.5" ry="12.40027" transform="translate(-184.5461 -46.83125) rotate(-12.9101)" fill="#2f2e41"/><path d="M254.95954,481.69373a18,18,0,0,0,35.42423,6.41281c1.77085-9.78213-5.79238-13.24363-15.57451-15.01448S256.73039,471.9116,254.95954,481.69373Z" transform="translate(-86.2521 -101.97062)" fill="#fff"/><rect x="380.7521" y="374.37255" width="74" height="66" transform="translate(48.33035 -204.77859) rotate(16.68876)" fill="#3f3d56"/><path d="M399.11981,435.94807l-.92967-.29863c.33056-1.02957,8.23224-25.26129,19.86323-29.12666l.30755.92627C407.19918,411.15851,399.199,435.70058,399.11981,435.94807Z" transform="translate(-86.2521 -101.97062)" fill="#6c63ff"/><circle cx="338.23982" cy="301.05004" r="4.88134" fill="#6c63ff"/><path d="M418.59694,419.247a15.19762,15.19762,0,0,1-7.60842-1.92753,13.85017,13.85017,0,0,1,15.04271-.58938A15.19758,15.19758,0,0,1,418.59694,419.247Z" transform="translate(-86.2521 -101.97062)" fill="#6c63ff"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="ef155387-c885-4ebf-8cb5-c452ea0af16e" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="1080.97217" height="784.33767" viewBox="0 0 1080.97217 784.33767"><title>forming ideas</title><path d="M448.109,273.77162a104.983,104.983,0,0,1-154.35089-3.3695L59.51392,492.12685,388.90735,840.11916,702.87952,542.92751Z" transform="translate(-59.51392 -57.83116)" fill="#f2f2f2"/><path d="M372.2925,284.01507a91.635,91.635,0,0,0,66.19358-28.15321l-65.31827-69.00641-69.78689,66.057A91.67975,91.67975,0,0,0,372.2925,284.01507Z" transform="translate(-59.51392 -57.83116)" fill="#f2f2f2"/><path d="M886.48608,384.93526a164.83288,164.83288,0,0,1-165,165q-1.41,0-2.82-.03c-3.96-.06-7.87-.26-11.76-.6a165.00737,165.00737,0,1,1,179.58-164.37Z" transform="translate(-59.51392 -57.83116)" fill="#6c63ff"/><path d="M817.10608,325.22524a164.07626,164.07626,0,0,0,19.8883-59.07819,164.99942,164.99942,0,0,0-278.01709,96.58936A164.37742,164.37742,0,0,0,658.906,408.30525c3.89013.34,7.8.54,11.76.6q1.41009.03,2.82006.03a164.75722,164.75722,0,0,0,143.62-83.71Z" transform="translate(-59.51392 -57.83116)" opacity="0.1"/><rect x="469.97217" y="488.10409" width="265" height="296" fill="#2f2e41"/><path d="M879.35608,446.53523a165.19361,165.19361,0,0,1-115.61,96.4h36.74v296h-244.42l137.17-237.59,31.43-54.44,2.29-3.97,104.03-180.18Z" transform="translate(-59.51392 -57.83116)" opacity="0.1"/><polygon points="805.472 306.924 943.222 545.514 1080.972 784.104 805.472 784.104 529.972 784.104 667.722 545.514 805.472 306.924" fill="#3f3d56"/><rect x="36.97217" y="782.10409" width="1044" height="2" fill="#2f2e41"/><polygon points="171.505 736.835 169.68 752.045 159.337 756.912 147.777 753.261 139.868 756.912 137.435 742.919 151.428 727.1 171.505 736.835" fill="#9f616a"/><path d="M223.718,806.22529s9.43255-10.99646,9.58345-5.49823,20.8364,24.35854,20.8364,24.35854,32.245,9.73435,7.30076,15.81832-79.7-11.55954-81.52519-15.20992,15.20992-31.63665,17.03511-29.20306S207.8997,807.44209,223.718,806.22529Z" transform="translate(-59.51392 -57.83116)" fill="#2f2e41"/><path d="M246.83711,625.53138s3.65038,28.59466,0,32.85344-1.82519,12.77634,0,13.99313-2.43359,6.084-5.47558,8.51756-7.30076,13.38474-7.30076,13.38474-16.42672,43.19618-16.42672,47.455-7.30076,13.38474-6.69237,16.42672-4.25878,12.77634-3.65038,14.60153-7.90916,18.25191-5.47557,20.6855,35.89542,10.95114,34.07023,5.47557-3.042-12.16794-1.82519-12.16794,6.69237-6.69237,5.47557-9.12595,36.50382-66.31528,36.50382-66.31528Z" transform="translate(-59.51392 -57.83116)" fill="#2f2e41"/><path d="M223.718,806.22529s9.43255-10.99646,9.58345-5.49823,20.8364,24.35854,20.8364,24.35854,32.245,9.73435,7.30076,15.81832-79.7-11.55954-81.52519-15.20992,15.20992-31.63665,17.03511-29.20306S207.8997,807.44209,223.718,806.22529Z" transform="translate(-59.51392 -57.83116)" opacity="0.1"/><path d="M246.83711,625.53138s3.65038,28.59466,0,32.85344-1.82519,12.77634,0,13.99313-2.43359,6.084-5.47558,8.51756-7.30076,13.38474-7.30076,13.38474-16.42672,43.19618-16.42672,47.455-7.30076,13.38474-6.69237,16.42672-4.25878,12.77634-3.65038,14.60153-7.90916,18.25191-5.47557,20.6855,35.89542,10.95114,34.07023,5.47557-3.042-12.16794-1.82519-12.16794,6.69237-6.69237,5.47557-9.12595,36.50382-66.31528,36.50382-66.31528Z" transform="translate(-59.51392 -57.83116)" opacity="0.1"/><polygon points="249.38 729.282 256.072 746.317 253.03 770.044 233.561 768.828 222.61 759.093 222.61 738.408 249.38 729.282" fill="#9f616a"/><path d="M305.24322,807.79836S311.93559,785.89607,315.586,791.98a96.26371,96.26371,0,0,1,6.084,12.16794s29.81145,19.46871,37.72061,19.46871,15.20993,9.73435,4.86718,13.38473-89.43436,8.51756-90.65115,0,1.21679-35.89542,4.86717-32.85344S300.98444,813.88233,305.24322,807.79836Z" transform="translate(-59.51392 -57.83116)" fill="#2f2e41"/><path d="M320.45314,538.27849s26.81615,18.22318,28.03294,20.65677,16.77634,9.916,4,16-46.63446-32.398-46.63446-32.398Z" transform="translate(-59.51392 -57.83116)" fill="#9f616a"/><path d="M307.06841,502.99146s19.4687,37.72062,15.81832,38.93741-18.25191,8.51756-18.25191,8.51756l-6.69236-38.329Z" transform="translate(-59.51392 -57.83116)" fill="#575a88"/><path d="M307.06841,502.99146s19.4687,37.72062,15.81832,38.93741-18.25191,8.51756-18.25191,8.51756l-6.69236-38.329Z" transform="translate(-59.51392 -57.83116)" opacity="0.1"/><path d="M305.85162,534.62811s4.25878,31.63664,2.43358,38.329,1.2168,107.07787-1.21679,112.55345-4.25878,40.76259-4.25878,45.02137,4.86718,38.93741,6.084,41.9794,4.86718,13.38473,3.042,18.25191-26.76947,17.03511-30.41985,12.77633-.6084-17.64351-3.65039-18.25191-6.69236-29.20305-6.69236-29.20305l-20.0771-111.945s-37.72062-93.69314-29.20306-102.8191S305.85162,534.62811,305.85162,534.62811Z" transform="translate(-59.51392 -57.83116)" fill="#2f2e41"/><circle cx="223.82701" cy="231.00455" r="29.81145" fill="#9f616a"/><path d="M294.29207,313.1716s-9.73435,25.55267-8.51755,31.02824-28.59466-9.73435-28.59466-9.73435,1.82519-29.81145,0-37.72061S294.29207,313.1716,294.29207,313.1716Z" transform="translate(-59.51392 -57.83116)" fill="#9f616a"/><path d="M212.54793,479.63509c.13369,5.10446.21894,8.14645.21894,8.14645s-1.82519,27.98626,1.2168,37.11222,3.042,15.81832,4.86717,21.90229c.53532,1.77042,7.818,2.71951,18.045,3.13931,9.38158.38329,21.23923.32856,32.62232.06691,18.84812-.438,36.41871-1.44795,39.37543-1.98943,6.69237-1.21679-1.21679-11.55954,1.2168-17.03511s-4.25878-75.44123-4.25878-75.44123.60839-39.54581-2.43359-54.75573S288.8165,361.235,286.38291,358.193s-.60839-4.86718,4.86718-8.51756,0-17.64352,0-17.64352c-10.34275-8.51755-36.50382-9.73435-36.50382-9.73435s-40.1542,41.371-42.58779,49.88856c-1.47228,5.147-.943,46.26249-.29811,78.00864C212.10976,462.13759,212.37148,472.76021,212.54793,479.63509Z" transform="translate(-59.51392 -57.83116)" fill="#575a88"/><path d="M263.87222,555.31361s23.11909,47.455,4.86718,50.49695-27.37787-43.19619-27.37787-43.19619Z" transform="translate(-59.51392 -57.83116)" fill="#9f616a"/><path d="M311.21569,273.72511c1.05424-5.113-2.85338-9.89261-6.9689-13.10463A50.92791,50.92791,0,0,0,272.91473,249.936c-7.97852.04334-16.21279,2.1539-22.24315,7.37822-7.03378,6.0936-10.24229,15.8656-9.65173,25.15307s4.62973,18.09625,10.078,25.641c2.61489,3.62111,6.81449,7.36957,10.99294,5.79138a10.21705,10.21705,0,0,0,4.06611-3.43446A63.066,63.066,0,0,0,273.1271,299.753c1.49544-2.906,2.7908-5.9689,4.91025-8.45665s5.30479-4.35878,8.5423-3.91205c2.67429.369,5.29759,2.25159,7.84823,1.36712,2.83766-.984,3.52361-4.61263,3.74928-7.60757.24736-3.28274.07217-7.08534.9837-10.189C300.15785,271.48715,310.72573,276.175,311.21569,273.72511Z" transform="translate(-59.51392 -57.83116)" fill="#2f2e41"/><path d="M212.54793,479.63509c6.814,24.57317,22.4437,65.98676,23.338,67.76935.22518.4563.57795,1.35063,1.00989,2.53092,9.38158.38329,21.23923.32856,32.62232.06691-1.76445-4.61162-3.82076-9.06509-3.82076-10.507,0-3.042-14.60152-81.5252-14.60152-81.5252s11.55954-34.67862,21.90229-63.88168-30.724-23.42329-30.724-23.42329c-21.90229-5.47557-25.85687,3.95458-25.85687,3.95458s-1.92857,51.28787-4.55689,75.57506c-.67539,6.22393-1.39325,10.67131-2.13548,12.03411C208.75139,464.01146,210.06563,470.716,212.54793,479.63509Z" transform="translate(-59.51392 -57.83116)" opacity="0.1"/><path d="M251.09589,350.89221s27.98626,11.55954,17.64351,40.7626-21.90229,63.88169-21.90229,63.88169,14.60152,78.48321,14.60152,81.5252,9.126,19.4687,5.47558,22.51068-27.98626,9.126-28.59466,6.084-5.47557-18.25191-6.69237-20.68549-29.81145-78.48322-26.16107-85.17558c2.68627-4.92484,5.04308-50.04449,6.10062-73.53425a38.621,38.621,0,0,1,20.13441-32.51571C237.37349,350.739,243.97764,349.11265,251.09589,350.89221Z" transform="translate(-59.51392 -57.83116)" fill="#575a88"/><rect x="267.97217" y="471.10409" width="36" height="36" fill="#6c63ff"/><circle cx="285.97217" cy="460.10409" r="11" fill="#3f3d56"/><circle cx="711.11943" cy="56.01524" r="54.31516" fill="#ff6584"/><path d="M770.48608,150.94569c0,40.98067-24.36235,55.28958-54.41484,55.28958s-54.41484-14.30891-54.41484-55.28958,54.41484-93.11453,54.41484-93.11453S770.48608,109.965,770.48608,150.94569Z" transform="translate(-59.51392 -57.83116)" fill="#f2f2f2"/><polygon points="654.575 142.135 655.132 107.838 678.325 65.408 655.22 102.458 655.47 87.037 671.455 56.339 655.537 82.956 655.537 82.956 655.987 55.22 673.104 30.78 656.058 50.858 656.339 0 654.57 67.327 654.716 64.549 637.313 37.912 654.437 69.881 652.815 100.858 652.767 100.035 632.705 72.003 652.706 102.94 652.503 106.814 652.467 106.872 652.484 107.19 648.37 185.78 653.866 185.78 654.526 145.187 674.478 114.326 654.575 142.135" fill="#3f3d56"/><path d="M901.60331,212.1989c-13.0024,38.86325-40.64594,44.70313-69.14565,35.168s-47.06336-30.8344-34.061-69.69765,81.1468-71.03864,81.1468-71.03864S914.6057,173.33564,901.60331,212.1989Z" transform="translate(-59.51392 -57.83116)" fill="#f2f2f2"/><polygon points="773.053 182.962 784.463 150.614 819.92 117.734 786.253 145.539 791.384 130.994 816.282 106.954 792.741 127.145 792.741 127.145 801.969 100.985 825.955 83.239 803.42 96.871 819.823 48.73 796.784 112.017 797.803 109.429 789.751 78.647 795.846 114.397 784.48 143.259 784.696 142.464 774.564 109.515 783.716 145.199 782.295 148.808 782.242 148.852 782.157 149.159 753.32 222.383 758.533 224.127 772.038 185.84 800.751 162.904 773.053 182.962" fill="#3f3d56"/><path d="M631.50463,180.92778c14.73823,38.23871-2.848,60.35189-30.88976,71.15992s-55.92007,6.21815-70.6583-32.02056S547.243,113.61307,547.243,113.61307,616.7664,142.68906,631.50463,180.92778Z" transform="translate(-59.51392 -57.83116)" fill="#f2f2f2"/><polygon points="536.997 189.12 525.182 156.917 531.564 108.985 523.329 151.866 518.016 137.386 521.891 102.993 516.611 133.554 516.611 133.554 507.056 107.512 514.238 78.552 505.554 103.417 487.526 55.86 510.088 119.319 509.225 116.675 483.407 98.078 510.882 121.75 520.509 151.237 520.169 150.487 491.368 131.546 521.157 153.219 522.361 156.907 522.348 156.974 522.478 157.265 546.903 232.076 552.032 230.1 538.048 191.985 545.567 156.014 536.997 189.12" fill="#3f3d56"/><path d="M515.93887,505.835c-3.37171,5.37839-7.74636,5.2519-11.69052,2.77931s-5.96425-6.355-2.59254-11.73335,14.80259-7.74354,14.80259-7.74354S519.31058,500.45663,515.93887,505.835Z" transform="translate(-59.51392 -57.83116)" fill="#6c63ff"/><path d="M918.069,344.64253c.62394,6.31714-2.91364,8.89378-7.54621,9.35133s-8.60587-1.37723-9.22981-7.69437,6.97032-15.182,6.97032-15.182S917.445,338.32539,918.069,344.64253Z" transform="translate(-59.51392 -57.83116)" fill="#6c63ff"/><path d="M498.0026,391.28842c-3.37171,5.37839-7.74636,5.2519-11.69051,2.77931s-5.96426-6.35495-2.59255-11.73335,14.80259-7.74355,14.80259-7.74355S501.37431,385.91,498.0026,391.28842Z" transform="translate(-59.51392 -57.83116)" fill="#6c63ff"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="be452e83-5912-4855-80f8-a79ecab91838" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="915.11162" height="600.53015" viewBox="0 0 915.11162 600.53015"><title>happy_news</title><path d="M331.91711,410.02944c-46.27673.2133-83.94416.897-83.94416.897s44.77365-59.30728,83.77624-37.33435,83.80662,36.562,83.80662,36.562S378.19384,409.81615,331.91711,410.02944Z" transform="translate(-142.44419 -149.73493)" fill="#f2f2f2"/><circle cx="708.36214" cy="268.22391" r="9.69362" fill="#ff6584"/><rect x="762.01542" y="527.38147" width="110.37066" height="2.96651" transform="translate(-260.75252 648.08652) rotate(-48.9494)" fill="#3f3d56"/><circle cx="710.99864" cy="337.51277" r="15.60802" fill="#3f3d56"/><path d="M808.76979,538.54659s29.81274-37.62973-8.31873-63.44438" transform="translate(-142.44419 -149.73493)" fill="#3f3d56"/><path d="M322.2992,604.62239c53.6896,99.56973,167.63821,142.31286,167.63821,142.31286s26.90056-118.69128-26.789-218.261S295.51015,386.36139,295.51015,386.36139,268.60959,505.05267,322.2992,604.62239Z" transform="translate(-142.44419 -149.73493)" fill="#3f3d56"/><path d="M359.2021,571.86466c96.93185,58.3174,134.26337,174.15185,134.26337,174.15185s-119.82606,21.28324-216.75791-37.03417S142.44419,534.83049,142.44419,534.83049,262.27025,513.54725,359.2021,571.86466Z" transform="translate(-142.44419 -149.73493)" fill="#6c63ff"/><path d="M744.87555,572.68892c-97.44388,57.45776-135.79849,172.95747-135.79849,172.95747s119.63312,22.34228,217.077-35.11549,135.7985-172.95747,135.7985-172.95747S842.31943,515.23115,744.87555,572.68892Z" transform="translate(-142.44419 -149.73493)" fill="#3f3d56"/><path d="M779.02045,608.31221C724.45225,707.40315,610.13,749.13674,610.13,749.13674s-25.84968-118.92458,28.71852-218.01552S807.739,390.29669,807.739,390.29669,833.58865,509.22127,779.02045,608.31221Z" transform="translate(-142.44419 -149.73493)" fill="#6c63ff"/><path d="M580.991,335.58005a30.28312,30.28312,0,0,1-3.76211-40.8299c-.60975.57174-1.20581,1.16536-1.7764,1.79643a30.2867,30.2867,0,0,0,44.93083,40.62459c.57059-.63107,1.10136-1.28373,1.609-1.94781A30.28311,30.28311,0,0,1,580.991,335.58005Z" transform="translate(-142.44419 -149.73493)" fill="#2f2e41"/><circle cx="411.11356" cy="144.96469" r="62.37618" fill="#2f2e41"/><path d="M536.42322,374.84628l1.84844-4.80595L504.63,398.50633,463.96432,421.427s-20.70254-79.85266-22.1813-81.33142-28.0963-57.67136-39.92633-31.05381,22.92068,42.14446,22.92068,42.14446,1.10906,97.228,36.59913,96.48864,79.483-32.90226,80.22235-35.85977S536.42322,374.84628,536.42322,374.84628Z" transform="translate(-142.44419 -149.73493)" fill="#ffb8b8"/><circle cx="403.59092" cy="171.87624" r="36.96883" fill="#ffb8b8"/><path d="M553.42888,348.22873s9.61189,12.5694,6.65439,14.04815-19.96317,2.21813-30.31444,14.78753,12.5694,44.36259,12.5694,44.36259l87.24643-58.41074-35.49007-11.83s-24.39943-13.30878-23.66005-27.35693Z" transform="translate(-142.44419 -149.73493)" fill="#ffb8b8"/><path d="M671.19262,750.26507h-98.51c-5.58-40.8-8.16-78.19-8.16-78.19s-1.44,37.61-5.27,78.19h-126.56c17.94-120.16,102.99-250.46,102.99-250.46s.74-17.75,2.96-20.71c2.22-2.95-12.57-3.68994-19.23-25.87-4.06-13.54-.41-22.4,3.06-27.24a19.57194,19.57194,0,0,1,4.34-4.56s1.48-15.52,0-17.74c-.19-.29,1.26995-1.31,3.97-2.86,2.25-1.3,5.36-2.97,9.08-4.89,21.31-11.05,62.56-30.6,76.69-37.26,3.1-1.47,4.9-2.31,4.9-2.31l25.14,8.87c19.96,6.65,19.96,48.8,19.96,48.8l-1.13,1.72-30.17,45.7-17.5,26.51995c4.44,2.95-4.43,21.44-4.43,21.44s12.63995,18.16,22.92,45.88a208.66964,208.66964,0,0,1,11.81,47.85,163.68689,163.68689,0,0,1,.76,31.96C646.07263,670.725,658.25262,714.01507,671.19262,750.26507Z" transform="translate(-142.44419 -149.73493)" fill="#2f2e41"/><path d="M646.94675,369.59286a6.45876,6.45876,0,0,0-9.24709,3.45812c-2.22637,6.12192-4.48282,18.88405-3.67874,45.41851,1.47875,48.79885,2.21813,82.0708,2.21813,82.0708v73.93765s-32.53257,70.98014-14.78753,70.98014S651.766,589.26547,651.766,589.26547s16.26629-85.0283,11.09065-99.81583C662.8566,489.44964,677.45046,387.29262,646.94675,369.59286Z" transform="translate(-142.44419 -149.73493)" fill="#ffb8b8"/><ellipse cx="399.25175" cy="139.07267" rx="31.72892" ry="21.63336" fill="#2f2e41"/><circle cx="449.63825" cy="91.81685" r="30.2867" fill="#2f2e41"/><path d="M613.7158,263.18513A30.28313,30.28313,0,0,1,583.542,235.42232c-.06883.833-.11285,1.67312-.11285,2.52389a30.2867,30.2867,0,0,0,60.5734,0c0-.85077-.044-1.69085-.11285-2.52389A30.28313,30.28313,0,0,1,613.7158,263.18513Z" transform="translate(-142.44419 -149.73493)" fill="#2f2e41"/><ellipse cx="580.78581" cy="309.41146" rx="2.58782" ry="5.91501" transform="translate(-198.43547 -6.34316) rotate(-13.43351)" fill="#ffb8b8"/><circle cx="439.45068" cy="163.37341" r="1.47875" fill="#f2f2f2"/><path d="M230.3626,439.76507a12,12,0,1,1,12-12A12.01344,12.01344,0,0,1,230.3626,439.76507Zm0-22a10,10,0,1,0,10,10A10.01146,10.01146,0,0,0,230.3626,417.76507Z" transform="translate(-142.44419 -149.73493)" fill="#3f3d56"/><path d="M749.8626,352.26507h-26v-26h26Zm-24-2h22v-22h-22Z" transform="translate(-142.44419 -149.73493)" fill="#3f3d56"/><path d="M973.91711,492.02944c-46.27673.2133-83.94416.897-83.94416.897s44.77365-59.30728,83.77624-37.33435,83.80662,36.562,83.80662,36.562S1020.19384,491.81615,973.91711,492.02944Z" transform="translate(-142.44419 -149.73493)" fill="#f2f2f2"/><path d="M831.91711,292.02944c-46.27673.2133-83.94416.897-83.94416.897s44.77365-59.30728,83.77624-37.33435,83.80662,36.562,83.80662,36.562S878.19384,291.81615,831.91711,292.02944Z" transform="translate(-142.44419 -149.73493)" fill="#f2f2f2"/><path d="M393.27106,317.63362,286.26452,262.60953a14.87767,14.87767,0,0,1-6.42742-20.03442L305.04642,193.55a5.894,5.894,0,0,1,3.59177-2.96308l84.34159-24.59228a13.72272,13.72272,0,0,1,16.79135,8.63432l27.71114,79.04736a15.40617,15.40617,0,0,1-.83775,12.14194l-23.339,45.38793A14.87766,14.87766,0,0,1,393.27106,317.63362Z" transform="translate(-142.44419 -149.73493)" fill="#f2f2f2"/><path d="M397.52235,298.20365l-108.045-46.12656c-3.48134-1.79015-.217.96149,1.57314-2.51985l13.582-55.20227,132.35614,68.05917-33.46117,41.374C401.73732,307.26947,401.00369,299.9938,397.52235,298.20365Z" transform="translate(-142.44419 -149.73493)" opacity="0.1"/><path d="M306.13776,191.0858" transform="translate(-142.44419 -149.73493)" fill="none" stroke="#3f3d56" stroke-miterlimit="10"/><rect x="312.2396" y="180.3475" width="110.68407" height="110.68407" rx="8.18596" transform="translate(-152.55841 305.07022) rotate(-62.78721)" fill="#6c63ff"/><polygon points="276.863 106.382 249.046 160.479 150.613 109.863 178.43 55.767 215.415 104.863 276.863 106.382" opacity="0.1"/><path d="M356.2861,257.6562l-47.38889-62.90731a2.87711,2.87711,0,0,0-4.85668.41544l-26.96628,52.44191a8.98362,8.98362,0,0,0,3.88109,12.09745l117.48983,60.41473a8.98362,8.98362,0,0,0,12.09745-3.88109L437.047,264.69379a3.51084,3.51084,0,0,0-3.03543-5.11527Z" transform="translate(-142.44419 -149.73493)" fill="#f2f2f2"/><rect x="344.79284" y="181.39853" width="30.95402" height="4.37734" transform="translate(-18.6137 -294.16458) rotate(27.21279)" fill="#f2f2f2"/><rect x="332.331" y="208.48021" width="91.92406" height="2.50133" transform="translate(-4.66338 -299.51278) rotate(27.21279)" fill="#f2f2f2"/><rect x="328.4705" y="215.98781" width="91.92406" height="2.50133" transform="translate(-1.65748 -296.91641) rotate(27.21279)" fill="#f2f2f2"/><rect x="324.61" y="223.4954" width="91.92406" height="2.50133" transform="translate(1.34841 -294.32003) rotate(27.21279)" fill="#f2f2f2"/><ellipse cx="346.90768" cy="164.78864" rx="12.84266" ry="12.81934" transform="translate(-100.72506 248.20642) rotate(-62.78721)" fill="#fff"/><path d="M353.78145,151.42107a15.32067,15.32067,0,1,0,6.61881,20.631A15.36571,15.36571,0,0,0,353.78145,151.42107Zm-13.53858,19.45105-3.39214-10.57338,2.96571-.95145,2.44386,7.6176,16.07829-5.15822.95145,2.96571-19.04717,6.09974Z" transform="translate(-142.44419 -149.73493)" fill="#57b894"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="b171e87a-f415-41eb-8a7d-9ab6f377e87f" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="817.15498" height="717.88761" viewBox="0 0 817.15498 717.88761"><title>hooked</title><polygon points="180.976 22.265 105.618 169.247 120.831 169.247 120.831 289.106 44.167 289.106 0 375.252 547.257 655.83 728.233 302.843 180.976 22.265" fill="#f2f2f2"/><rect x="18.09482" y="186.36992" width="91.32116" height="91.32116" fill="#3f3d56"/><path d="M601.51538,357.33213h.39757v-5.70757h-.67348l-.39243-8.117a3.40688,3.40688,0,0,0-3.56732-3.23829L566.859,341.73985a3.40677,3.40677,0,0,0-3.23829,3.56732l3.02457,62.567a3.40682,3.40682,0,0,0,3.56732,3.23829l30.42076-1.47061a3.40676,3.40676,0,0,0,3.23829-3.56732Z" transform="translate(-191.42251 -91.05619)" fill="#2f2e41"/><ellipse cx="583.87645" cy="367.35998" rx="7.45397" ry="6.84753" transform="translate(-208.47953 -62.43509) rotate(-2.76762)" fill="#6c63ff"/><ellipse cx="551.75286" cy="654.39087" rx="265.40212" ry="24.25718" fill="#3f3d56"/><path d="M514.03917,704.55546c6.70634,24.79066,29.67707,40.14414,29.67707,40.14414s12.0976-24.84012,5.39126-49.63079-29.67707-40.14415-29.67707-40.14415S507.33283,679.76479,514.03917,704.55546Z" transform="translate(-191.42251 -91.05619)" fill="#3f3d56"/><path d="M523.89366,699.22768c18.4023,17.91389,20.65,45.45171,20.65,45.45171s-27.58832-1.50633-45.99061-19.42023-20.65-45.45171-20.65-45.45171S505.49136,681.31378,523.89366,699.22768Z" transform="translate(-191.42251 -91.05619)" fill="#6c63ff"/><path d="M697.15282,116.62032s1.97526,6.5842-9.21789,12.51-14.48524,28.31208-1.31684,34.89628S703.737,179.17025,697.15282,185.096s-18.43577,21.72787-2.63368,25.6784,17.77735,11.85156,13.1684,15.14366,10.53473-5.92578,10.53473-5.92578,2.63368,15.80209,16.46051,11.85157,52.67362-79.01044,32.921-89.54517S697.15282,116.62032,697.15282,116.62032Z" transform="translate(-191.42251 -91.05619)" fill="#2f2e41"/><polygon points="556.747 583.76 552.466 623.713 571.016 635.128 588.139 632.274 579.577 583.76 556.747 583.76" fill="#9f616a"/><circle cx="542.47805" cy="64.37056" r="39.95301" fill="#9f616a"/><path d="M720.34508,174.68981s-3.56724,60.643-7.84792,60.643,49.94126-2.85378,49.94126-2.85378-22.83029-39.953-11.41514-52.795S720.34508,174.68981,720.34508,174.68981Z" transform="translate(-191.42251 -91.05619)" fill="#9f616a"/><polygon points="588.139 403.971 569.589 475.316 583.858 596.602 551.039 593.748 538.197 403.971 588.139 403.971" fill="#2f2e41"/><polygon points="588.139 403.971 569.589 475.316 583.858 596.602 551.039 593.748 538.197 403.971 588.139 403.971" opacity="0.2"/><path d="M751.02328,707.63439s-1.42689-8.56136-15.69583,0-74.19844,35.67233-42.80679,41.3799,95.60184-7.13446,95.60184-11.41514,1.42689-31.39165-4.28068-28.53786S759.58464,730.46468,751.02328,707.63439Z" transform="translate(-191.42251 -91.05619)" fill="#2f2e41"/><path d="M769.57289,697.64614s22.83029,35.67233,24.25718,45.66058,22.83029-22.83029,22.83029-22.83029l-19.9765-37.09922Z" transform="translate(-191.42251 -91.05619)" fill="#9f616a"/><path d="M693.94755,500.73489l25.68408,85.61359s45.66058,121.28591,48.51437,119.859,37.09922-9.98825,38.52611-14.26893-42.80679-119.859-42.80679-119.859l-5.70758-74.19845Z" transform="translate(-191.42251 -91.05619)" fill="#2f2e41"/><path d="M820.941,714.76886A18.732,18.732,0,0,0,802.39143,726.184c-5.70757,12.842-12.842,14.26894-14.26893,15.69583s4.28068,31.39165,0,34.24543-8.56136,32.81855,5.70757,32.81855S830.92929,793.248,829.5024,790.3942s-1.42689-22.83029,2.85379-31.39165,11.41514-22.83029,0-31.39165S820.941,714.76886,820.941,714.76886Z" transform="translate(-191.42251 -91.05619)" fill="#2f2e41"/><path d="M685.38619,368.03383l-2.85378,25.68407s-21.4034,21.4034-28.53786,47.08748-65.63709,68.49087-48.51437,74.19844,37.09922,8.56136,87.04048,0S820.941,524.99207,820.941,477.9046c0,0,9.98825-12.842,17.12272,5.70757a372.95,372.95,0,0,0,17.12272,37.09922s17.12272-29.96475,11.41514-42.80679,0-11.41515-7.13446-25.68408-42.8068-67.064-57.07573-69.91776-41.3799-39.953-39.953-44.23369S685.38619,368.03383,685.38619,368.03383Z" transform="translate(-191.42251 -91.05619)" fill="#6c63ff"/><path d="M762.43842,208.2218s-58.50261,12.842-61.3564,21.40339c-1.60526,4.81577-9.07972,13.69483-15.31263,20.54225a80.19812,80.19812,0,0,0-20.13937,40.865c-1.488,9.10321,4.76806,17.28861,7.62758,27.77353,8.56136,31.39165,14.98238,23.54374,6.421,46.374s42.8068,31.39165,62.7833,21.4034,42.09335-69.20432,42.09335-76.33879,19.26306-87.75392,3.56723-93.4615S762.43842,208.2218,762.43842,208.2218Z" transform="translate(-191.42251 -91.05619)" fill="#575a88"/><path d="M681.10552,276.71267,663.9828,352.338l-56.36228,24.97063s-42.8068-9.98825-44.23369,5.70757c-.93156,10.24722,48.51437,14.26894,48.51437,14.26894L693.94755,365.18l18.54961-69.91776Z" transform="translate(-191.42251 -91.05619)" fill="#9f616a"/><path d="M701.082,248.1748s-35.67233,21.4034-27.111,32.81855,29.96476,29.96475,35.67233,29.96475,9.98825-34.24543,9.98825-44.23369S701.082,248.1748,701.082,248.1748Z" transform="translate(-191.42251 -91.05619)" fill="#575a88"/><path d="M736.775,103.54579s2.18819,7.294-10.21158,13.85856-16.04675,31.36412-1.45879,38.6581,18.96435,16.77615,11.67037,23.34073-20.42315,24.07014-2.9176,28.44653,19.69375,13.12916,14.588,16.77615,11.67036-6.56458,11.67036-6.56458,2.9176,17.50555,18.235,13.12917S808.951,147.26151,791.87644,126.7721C776.00017,107.72057,736.775,103.54579,736.775,103.54579Z" transform="translate(-191.42251 -91.05619)" fill="#2f2e41"/><path d="M732.11565,96.038c.00333-10.68606,31.97356-3.00762,45.6807,11.91249,9.49186,10.332,23.909,25.8761,11.82788,36.83315s20.70807,25.32061,29.50187,29.6755,26.15658,17.67229,10.47926,26.60643-15.42456,17.95275-9.52456,20.08807-13.00812-3.17493-13.00812-3.17493,1.91028,17.64391-14.01979,17.55944-61.63218-87.6315-50.71431-111.96574C752.49026,100.94584,732.11565,96.038,732.11565,96.038Z" transform="translate(-191.42251 -91.05619)" fill="#2f2e41"/><path d="M739.04049,93.69616c-42.75256-2.57441-47.04328,29.60705-47.04328,29.60705.29555,18.62345,29.87039,9.54908,38.08458,12.32535,9.91-7.1289,29.01209-20.6176,42.67337-30.24379A64.61221,64.61221,0,0,0,739.04049,93.69616Z" transform="translate(-191.42251 -91.05619)" fill="#2f2e41"/><path d="M554.0681,275.83244l-4.10667-1.34461c-14.65757-4.94175-24.28706-8.09772-27.717-15.82908a12.03257,12.03257,0,0,1,6.15851-16.12565,13.08868,13.08868,0,0,1,10.99658.23548,13.08815,13.08815,0,0,1,7.20516-8.31059,12.03257,12.03257,0,0,1,16.088,6.25607c3.43,7.73146-.69262,16.98849-6.86548,31.17145Z" transform="translate(-191.42251 -91.05619)" fill="#ff6584"/><path d="M592.80335,305.54359l-2.79533-.91525c-9.97714-3.36376-16.53175-5.512-18.86648-10.77457a8.19033,8.19033,0,0,1,4.192-10.97642,8.90919,8.90919,0,0,1,7.48516.16028,8.90885,8.90885,0,0,1,4.90442-5.65686,8.19033,8.19033,0,0,1,10.95084,4.25839c2.33475,5.26266-.47145,11.56375-4.6732,21.21782Z" transform="translate(-191.42251 -91.05619)" fill="#ff6584"/><path d="M568.39614,175.78781l-2.65206-2.45514c-9.416-8.87129-15.63358-14.63056-15.54244-21.70385a10.06342,10.06342,0,0,1,10.30844-10.1072,10.94671,10.94671,0,0,1,8.27586,4.01662,10.94621,10.94621,0,0,1,8.3766-3.802,10.06341,10.06341,0,0,1,10.04458,10.36946c-.09115,7.07338-6.45516,12.67053-16.09654,21.29615Z" transform="translate(-191.42251 -91.05619)" fill="#ff6584"/><rect x="667.28148" y="596.95295" width="52.586" height="58.73757" fill="#2f2e41"/><polygon points="733.857 561 761.192 608.345 788.527 655.691 733.857 655.691 679.188 655.691 706.523 608.345 733.857 561" fill="#3f3d56"/></svg>
@@ -0,0 +1 @@
1
+ <svg id="b0382c08-931c-446a-b4d1-9a5eef09e85c" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="906" height="749.52408" viewBox="0 0 906 749.52408"><title>in no time</title><path d="M857.42078,783.2802a142.99439,142.99439,0,0,0,190.35559-212.45844Z" transform="translate(-182 -64.23796)" fill="#f2f2f2"/><path d="M507.70923,287.04906,330.99207,481.85863a143.51972,143.51972,0,0,0,42.42871,53.42157L563.77637,322.82176A143.06762,143.06762,0,0,0,507.70923,287.04906Z" transform="translate(-182 -64.23796)" fill="#f2f2f2"/><path d="M507,287.15147V173.238H414V286.79924a143.61506,143.61506,0,0,1,93,.35223Z" transform="translate(-182 -64.23796)" fill="#6c63ff"/><path d="M414,555.67668V672.238h93V555.32445a143.61506,143.61506,0,0,1-93,.35223Z" transform="translate(-182 -64.23796)" fill="#6c63ff"/><path d="M461,564.73828c-79.126,0-143.5-64.374-143.5-143.50049,0-79.126,64.374-143.5,143.5-143.5s143.5,64.374,143.5,143.5C604.5,500.36426,540.126,564.73828,461,564.73828Zm0-286.00049c-78.57471,0-142.5,63.9253-142.5,142.5S382.42529,563.73828,461,563.73828,603.5,499.8125,603.5,421.23779,539.57471,278.73779,461,278.73779Z" transform="translate(-182 -64.23796)"/><path d="M360,421.238a101,101,0,0,0,101,101v-202A101,101,0,0,0,360,421.238Z" transform="translate(-182 -64.23796)" fill="#575a89"/><path d="M461,320.238v202a101,101,0,0,0,0-202Z" transform="translate(-182 -64.23796)" fill="#6c63ff"/><circle cx="279" cy="362" r="14" fill="#2f2e41"/><polygon points="278.976 310.658 282.464 338.329 285.952 366 278.976 366 272 366 275.488 338.329 278.976 310.658" fill="#2f2e41"/><polygon points="362.475 362.786 316.963 364.488 271.452 366.189 271.477 362.214 271.502 358.238 316.988 360.512 362.475 362.786" fill="#2f2e41"/><path d="M609.5,433.23779c-2.31543,0-3.25-1.59082-4.43359-3.60449-.2959-.50293-.61621-1.04834-.98731-1.625l.8418-.541c.3789.58886.70605,1.1455,1.00781,1.65917,1.17871,2.00635,1.82813,3.11133,3.57129,3.11133,5.79,0,10.5-9.645,10.5-21.5s-4.71-21.5-10.5-21.5c-3.34277,0-5.667,2.0625-7.53613,6.6875l-.92774-.375c2.04395-5.05713,4.6543-7.3125,8.46387-7.3125,6.34082,0,11.5,10.09326,11.5,22.5S615.84082,433.23779,609.5,433.23779Z" transform="translate(-182 -64.23796)"/><ellipse cx="293" cy="709" rx="136" ry="5" fill="#f2f2f2"/><circle cx="774" cy="160" r="21" fill="#f2f2f2"/><path d="M325,64.238A143.05294,143.05294,0,0,0,194.99207,266.85863L371.70923,72.04906A142.78437,142.78437,0,0,0,325,64.238Z" transform="translate(-182 -64.23796)" fill="#f2f2f2"/><circle cx="618.13643" cy="234.45827" r="31.2375" fill="#2f2e41"/><path d="M747.58354,494.52136s24.94,63.0064,27.56531,63.0064,6.56316-23.6274,6.56316-23.6274l-15.7516-44.62953Z" transform="translate(-182 -64.23796)" fill="#ffb9b9"/><path d="M784.33728,322.56638s6.56317,27.5653,3.9379,32.81584,5.25053,13.12633,5.25053,13.12633h18.37687l13.12634-21.00213,2.62526-9.18844s-7.8758-21.00213-6.56317-23.6274S784.33728,322.56638,784.33728,322.56638Z" transform="translate(-182 -64.23796)" fill="#ffb9b9"/><path d="M784.33728,322.56638s6.56317,27.5653,3.9379,32.81584,5.25053,13.12633,5.25053,13.12633h18.37687l13.12634-21.00213,2.62526-9.18844s-7.8758-21.00213-6.56317-23.6274S784.33728,322.56638,784.33728,322.56638Z" transform="translate(-182 -64.23796)" opacity="0.1"/><polygon points="675.845 704.624 675.845 719.063 692.909 723.001 694.222 704.624 675.845 704.624" fill="#575a89"/><path d="M788.27518,510.273s-18.37687,32.81584-11.8137,49.88007,31.5032,101.07277,31.5032,101.07277,14.439,47.25481,14.439,49.88007,11.8137,60.38114,15.7516,61.69378,39.379,5.25053,40.69164,1.31263,2.62526-24.94-1.31264-28.87794-24.94-126.01281-24.94-126.01281L849.969,578.5299l32.81584,101.07277s9.18843,60.38114,13.12633,64.319-7.8758,7.8758-3.9379,11.8137,18.37687,14.439,17.06423,18.37687,31.50321,3.9379,35.44111,1.31263,2.62526-43.3169,2.62526-43.3169L928.727,676.97741,907.72482,543.0888s-6.56317-39.379-11.8137-39.379S788.27518,510.273,788.27518,510.273Z" transform="translate(-182 -64.23796)" fill="#2f2e41"/><path d="M861.78265,778.05018s-10.50107-9.18843-15.7516-6.56317-22.31477,27.5653-27.5653,26.25267-13.12634,14.12633,0,15.439,34.12847-1.31264,34.12847-1.31264a101.3515,101.3515,0,0,0,13.12633,1.31264c5.25053,0,17.06424,1.31263,17.06424,0s-2.62527-31.19057-3.9379-31.19057S863.09528,781.98808,861.78265,778.05018Z" transform="translate(-182 -64.23796)" fill="#2f2e41"/><path d="M933.97749,768.86175s-13.12634-2.62527-14.439,0-6.56317,10.50106-6.56317,11.8137,2.62527,17.06423,2.62527,18.37686,2.62527,5.25054,5.25053,7.8758a4.63127,4.63127,0,0,1,1.31264,5.25054s34.12847,3.9379,34.12847-1.31264-3.9379-17.06423-6.56317-19.6895S941.85329,770.17438,933.97749,768.86175Z" transform="translate(-182 -64.23796)" fill="#2f2e41"/><circle cx="618.08888" cy="242.57682" r="27.5653" fill="#ffb9b9"/><path d="M789.58781,356.69485s15.7516,9.18843,24.94-5.25053,38.06637,28.87793,38.06637,28.87793L860.47,514.21086s-14.439,1.31263-39.379,7.8758-36.75373-9.18843-36.75373-9.18843l-1.31263-76.13274,2.62526-35.4411-3.9379-28.87794,2.62527-17.06423Z" transform="translate(-182 -64.23796)" fill="#6c63ff"/><path d="M760.70988,373.75908s-10.50107,2.62527-13.12634,21.00214-7.8758,73.50747-7.8758,73.50747l6.56317,32.81584s18.37687-14.439,24.94-7.8758l-3.9379-19.68951,3.9379-11.8137-11.8137-51.1927Z" transform="translate(-182 -64.23796)" fill="#6c63ff"/><path d="M786.81693,334.38008s-2.47965,0-2.47965,9.18844-24.94,22.31476-24.94,22.31476-2.62526,3.9379-2.62526,14.439,0,35.4411,2.62526,43.3169,6.56317,34.12847,7.8758,36.75374,1.31264,14.439-1.31263,17.06424,6.56317,18.37686,9.18844,19.6895-9.18844,35.4411-2.62527,36.75373,18.37687-15.7516,22.31477-24.94,1.31263-136.51388,0-145.70231S786.81693,334.38008,786.81693,334.38008Z" transform="translate(-182 -64.23796)" fill="#575a89"/><path d="M823.38626,325.93268s-.98261-5.99157,5.58056-.741,7.8758,9.18843,7.8758,9.18843,34.12846,0,35.4411,3.9379-.78231,37.44959-.78231,37.44959l17.24931,64.13518s24.22463,74.30811,26.8499,76.93338-21.00213-11.8137-34.12847-1.31264-36.75373,15.75161-39.379,9.18844S810.59,365.88328,810.59,365.88328s0-24.94,3.9379-27.5653S823.38626,325.93268,823.38626,325.93268Z" transform="translate(-182 -64.23796)" fill="#575a89"/><path d="M893.28585,449.89182,888.03532,510.273l-1.31263,5.25053,19.6895,26.25267s3.9379-14.439,2.62526-19.6895,6.56317-64.319,6.56317-64.319Z" transform="translate(-182 -64.23796)" fill="#ffb9b9"/><path d="M778.506,287.21988s-6.37761-16.58178,2.86993-22.00275l2.551,7.33425s23.27828-14.03075,29.337-10.84194l-5.73985,7.65313s27.10485,0,29.01813,10.52306l-9.56642.31888s10.20418,6.69649,10.52306,17.53843l-20.40835,1.27552,9.88529,5.73985s-36.99014,5.10209-45.91879-9.56641Z" transform="translate(-182 -64.23796)" fill="#2f2e41"/><path d="M772.98227,287.87539s7.35,14.7,17.15,11.025,0-17.15,0-17.15l-6.53333-3.26666Z" transform="translate(-182 -64.23796)" fill="#2f2e41"/><rect x="541" y="748.50032" width="286" height="1"/><path d="M869.65845,340.94325s7.8758,1.31263,13.12634,10.50107,31.5032,69.56957,32.81583,72.19483,1.31263,38.06637,1.31263,38.06637-18.37686-10.50106-26.25266-3.9379L889.348,442.016l-17.06423-60.38113-2.62527-19.68951Z" transform="translate(-182 -64.23796)" fill="#6c63ff"/></svg>