@kolkrabbi/kol-component 0.7.0 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/package.json +2 -5
- package/src/atoms/RotaryDial.jsx +35 -21
- package/src/hooks/colorMath.js +214 -0
- package/src/hooks/useEyedropper.js +124 -0
- package/src/index.js +15 -18
- package/src/molecules/ButtonGroup.jsx +45 -0
- package/src/molecules/ColorInputRow.jsx +146 -126
- package/src/molecules/PaletteHarmonyWheel.jsx +192 -0
- package/src/molecules/Slider.jsx +29 -14
- package/src/molecules/SplitToolButton.jsx +133 -0
- package/src/organisms/ContentFilters.jsx +2 -2
- package/src/organisms/GalleryCarousel.jsx +2 -1
- package/src/organisms/LoaderOverlay.jsx +11 -14
- package/src/organisms/MediaTileGallery.jsx +57 -0
- package/src/organisms/MediaViewer.jsx +89 -64
- package/src/atoms/PriceDisplay.jsx +0 -34
- package/src/atoms/TextPressure.jsx +0 -331
- package/src/atoms/TypeSample.jsx +0 -50
- package/src/atoms/TypeSpecCard.jsx +0 -42
- package/src/chess/ChessPiece.jsx +0 -191
- package/src/chess/apparatus/AlternativeControlsMock.jsx +0 -460
- package/src/chess/apparatus/ChessAnalysisLayout.jsx +0 -24
- package/src/chess/apparatus/ChessBoard.jsx +0 -210
- package/src/chess/apparatus/ChessBoardFullscreen.jsx +0 -49
- package/src/chess/apparatus/ChessBoardWithControls.jsx +0 -41
- package/src/chess/apparatus/ChessBoardWithSidebar.jsx +0 -122
- package/src/chess/apparatus/ChessSidebar.jsx +0 -131
- package/src/chess/apparatus/GameArchiveTable.jsx +0 -493
- package/src/chess/apparatus/GameSelector.jsx +0 -47
- package/src/chess/apparatus/NotationPanel.jsx +0 -70
- package/src/chess/apparatus/PlaybackControls.jsx +0 -52
- package/src/chess/apparatus/VariationTree.jsx +0 -137
- package/src/chess/assets/chess-extra-set/set-1/bishop-1.svg +0 -6
- package/src/chess/assets/chess-extra-set/set-1/bishop.svg +0 -6
- package/src/chess/assets/chess-extra-set/set-1/king-1.svg +0 -9
- package/src/chess/assets/chess-extra-set/set-1/king.svg +0 -7
- package/src/chess/assets/chess-extra-set/set-1/knight-1.svg +0 -8
- package/src/chess/assets/chess-extra-set/set-1/knight.svg +0 -7
- package/src/chess/assets/chess-extra-set/set-1/pawn-1.svg +0 -3
- package/src/chess/assets/chess-extra-set/set-1/pawn.svg +0 -3
- package/src/chess/assets/chess-extra-set/set-1/queen-1.svg +0 -11
- package/src/chess/assets/chess-extra-set/set-1/queen.svg +0 -6
- package/src/chess/assets/chess-extra-set/set-1/rook-1.svg +0 -7
- package/src/chess/assets/chess-extra-set/set-1/rook.svg +0 -11
- package/src/chess/assets/chess-extra-set/set-2/bishop-1.svg +0 -4
- package/src/chess/assets/chess-extra-set/set-2/bishop.svg +0 -4
- package/src/chess/assets/chess-extra-set/set-2/king-1.svg +0 -4
- package/src/chess/assets/chess-extra-set/set-2/king.svg +0 -4
- package/src/chess/assets/chess-extra-set/set-2/knight-1.svg +0 -5
- package/src/chess/assets/chess-extra-set/set-2/knight.svg +0 -5
- package/src/chess/assets/chess-extra-set/set-2/pawn-1.svg +0 -4
- package/src/chess/assets/chess-extra-set/set-2/pawn.svg +0 -4
- package/src/chess/assets/chess-extra-set/set-2/queen-1.svg +0 -4
- package/src/chess/assets/chess-extra-set/set-2/queen.svg +0 -4
- package/src/chess/assets/chess-extra-set/set-2/rook-1.svg +0 -5
- package/src/chess/assets/chess-extra-set/set-2/rook.svg +0 -5
- package/src/chess/assets/chess-extra-set/set-3/bishop-1.svg +0 -10
- package/src/chess/assets/chess-extra-set/set-3/bishop.svg +0 -3
- package/src/chess/assets/chess-extra-set/set-3/king-1.svg +0 -12
- package/src/chess/assets/chess-extra-set/set-3/king.svg +0 -3
- package/src/chess/assets/chess-extra-set/set-3/knight-1.svg +0 -3
- package/src/chess/assets/chess-extra-set/set-3/knight.svg +0 -10
- package/src/chess/assets/chess-extra-set/set-3/pawn-1.svg +0 -10
- package/src/chess/assets/chess-extra-set/set-3/pawn.svg +0 -10
- package/src/chess/assets/chess-extra-set/set-3/queen-1.svg +0 -10
- package/src/chess/assets/chess-extra-set/set-3/queen.svg +0 -3
- package/src/chess/assets/chess-extra-set/set-3/rook-1.svg +0 -3
- package/src/chess/assets/chess-extra-set/set-3/rook.svg +0 -11
- package/src/chess/assets/chess-vector-set/ABoard.svg +0 -164
- package/src/chess/assets/chess-vector-set/BBiskup.svg +0 -12
- package/src/chess/assets/chess-vector-set/BKing.svg +0 -15
- package/src/chess/assets/chess-vector-set/BKnight.svg +0 -13
- package/src/chess/assets/chess-vector-set/BPawn.svg +0 -7
- package/src/chess/assets/chess-vector-set/BQueen.svg +0 -6
- package/src/chess/assets/chess-vector-set/BRook.svg +0 -12
- package/src/chess/assets/chess-vector-set/WBiskup.svg +0 -14
- package/src/chess/assets/chess-vector-set/WKing.svg +0 -13
- package/src/chess/assets/chess-vector-set/WKnight.svg +0 -10
- package/src/chess/assets/chess-vector-set/WPawn.svg +0 -8
- package/src/chess/assets/chess-vector-set/WQueen.svg +0 -17
- package/src/chess/assets/chess-vector-set/WRook.svg +0 -13
- package/src/chess/context/ChessControlsContext.jsx +0 -379
- package/src/chess/dashboards/ChessHero.jsx +0 -303
- package/src/chess/index.js +0 -32
- package/src/chess/utils/parsePgnTree.js +0 -97
- package/src/dashboards/cards/DashAlertCard.jsx +0 -44
- package/src/dashboards/cards/DashChartCard.jsx +0 -44
- package/src/dashboards/cards/DashFeaturedCard.jsx +0 -42
- package/src/dashboards/cards/DashListCard.jsx +0 -87
- package/src/dashboards/cards/DashMetricCard.jsx +0 -59
- package/src/dashboards/cards/DashSlotCard.jsx +0 -45
- package/src/dashboards/cards/DashStackedBarCard.jsx +0 -70
- package/src/dashboards/cards/DashTableCard.jsx +0 -31
- package/src/dashboards/cards/_shared/CardHeader.jsx +0 -15
- package/src/dashboards/cards/_shared/LegendRow.jsx +0 -25
- package/src/dashboards/charts/Candlestick.jsx +0 -79
- package/src/dashboards/charts/DonutChart.jsx +0 -87
- package/src/dashboards/charts/Heatmap.jsx +0 -79
- package/src/dashboards/charts/Histogram.jsx +0 -56
- package/src/dashboards/charts/LineChart.jsx +0 -157
- package/src/dashboards/charts/ScatterPlot.jsx +0 -93
- package/src/dashboards/charts/Sparkline.jsx +0 -63
- package/src/dashboards/index.js +0 -28
- package/src/dashboards/layout/DashboardGrid.jsx +0 -30
- package/src/dashboards/layout/GridCard.jsx +0 -44
- package/src/dashboards/shared/DashTooltip.jsx +0 -6
- package/src/dashboards/shared/formatMetric.js +0 -26
- package/src/dashboards/shared/useChartTooltip.js +0 -25
- package/src/dashboards/shared/useCountUp.js +0 -107
- package/src/molecules/ArticleCard.jsx +0 -178
- package/src/molecules/WorkListItem.jsx +0 -83
- package/src/molecules/foundry/SpecimenSectionHeader.jsx +0 -89
- package/src/organisms/ArticleHeader.jsx +0 -95
- package/src/organisms/ColorLoader.jsx +0 -155
- package/src/organisms/DiagonalMarqueeRiver.jsx +0 -138
- package/src/organisms/ParallaxShelf.jsx +0 -141
- package/src/organisms/PortableTextRenderer.jsx +0 -115
- package/src/organisms/ProductDetailLayout.jsx +0 -189
- package/src/organisms/ScrollDriftGallery.jsx +0 -214
- package/src/organisms/StackHero.jsx +0 -83
- package/src/organisms/WorkCard.jsx +0 -120
- package/src/organisms/WorkViewToggle.jsx +0 -170
- package/src/organisms/foundry/FontPreviewSection.jsx +0 -187
- package/src/organisms/foundry/FoundryCharacterSets.jsx +0 -113
- package/src/organisms/foundry/GlyphMetricsGrid.jsx +0 -335
- package/src/organisms/foundry/TypefaceHero.jsx +0 -107
- package/src/organisms/foundry/TypefaceStyleSection.jsx +0 -163
- package/src/organisms/foundry/VariableFontSection.jsx +0 -158
- package/src/organisms/foundry/glyphData.js +0 -30
- package/src/organisms/foundry/index.js +0 -21
|
@@ -1,164 +0,0 @@
|
|
|
1
|
-
<svg width="1282" height="1282" viewBox="0 0 1282 1282" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect x="0.64502" y="0.645264" width="160" height="160" fill="white" stroke="black" stroke-width="1.29032"/>
|
|
3
|
-
|
|
4
|
-
<path d="M320.645 0.645264H160.645V160.645H320.645V0.645264Z" fill="black"/>
|
|
5
|
-
|
|
6
|
-
<rect x="160.645" y="0.645264" width="160" height="160" stroke="black" stroke-width="1.29032"/>
|
|
7
|
-
<rect x="320.645" y="0.645264" width="160" height="160" fill="white" stroke="black" stroke-width="1.29032"/>
|
|
8
|
-
|
|
9
|
-
<path d="M640.645 0.645264H480.645V160.645H640.645V0.645264Z" fill="black"/>
|
|
10
|
-
|
|
11
|
-
<rect x="480.645" y="0.645264" width="160" height="160" stroke="black" stroke-width="1.29032"/>
|
|
12
|
-
<rect x="640.645" y="0.645264" width="160" height="160" fill="white" stroke="black" stroke-width="1.29032"/>
|
|
13
|
-
|
|
14
|
-
<path d="M960.645 0.645264H800.645V160.645H960.645V0.645264Z" fill="black"/>
|
|
15
|
-
|
|
16
|
-
<rect x="800.645" y="0.645264" width="160" height="160" stroke="black" stroke-width="1.29032"/>
|
|
17
|
-
<rect x="960.645" y="0.645264" width="160" height="160" fill="white" stroke="black" stroke-width="1.29032"/>
|
|
18
|
-
|
|
19
|
-
<path d="M1280.65 0.645264H1120.65V160.645H1280.65V0.645264Z" fill="black"/>
|
|
20
|
-
|
|
21
|
-
<rect x="1120.65" y="0.645264" width="160" height="160" stroke="black" stroke-width="1.29032"/>
|
|
22
|
-
|
|
23
|
-
<path d="M160.645 160.645H0.64502V320.645H160.645V160.645Z" fill="black"/>
|
|
24
|
-
|
|
25
|
-
<rect x="0.64502" y="160.645" width="160" height="160" stroke="black" stroke-width="1.29032"/>
|
|
26
|
-
<rect x="160.645" y="160.645" width="160" height="160" fill="white" stroke="black" stroke-width="1.29032"/>
|
|
27
|
-
|
|
28
|
-
<path d="M480.645 160.645H320.645V320.645H480.645V160.645Z" fill="black"/>
|
|
29
|
-
|
|
30
|
-
<rect x="320.645" y="160.645" width="160" height="160" stroke="black" stroke-width="1.29032"/>
|
|
31
|
-
<rect x="480.645" y="160.645" width="160" height="160" fill="white" stroke="black" stroke-width="1.29032"/>
|
|
32
|
-
|
|
33
|
-
<path d="M800.645 160.645H640.645V320.645H800.645V160.645Z" fill="black"/>
|
|
34
|
-
|
|
35
|
-
<rect x="640.645" y="160.645" width="160" height="160" stroke="black" stroke-width="1.29032"/>
|
|
36
|
-
<rect x="800.645" y="160.645" width="160" height="160" fill="white" stroke="black" stroke-width="1.29032"/>
|
|
37
|
-
|
|
38
|
-
<path d="M1120.65 160.645H960.645V320.645H1120.65V160.645Z" fill="black"/>
|
|
39
|
-
|
|
40
|
-
<rect x="960.645" y="160.645" width="160" height="160" stroke="black" stroke-width="1.29032"/>
|
|
41
|
-
<rect x="1120.65" y="160.645" width="160" height="160" fill="white" stroke="black" stroke-width="1.29032"/>
|
|
42
|
-
<rect x="0.64502" y="320.645" width="160" height="160" fill="white" stroke="black" stroke-width="1.29032"/>
|
|
43
|
-
|
|
44
|
-
<path d="M320.645 320.645H160.645V480.645H320.645V320.645Z" fill="black"/>
|
|
45
|
-
|
|
46
|
-
<rect x="160.645" y="320.645" width="160" height="160" stroke="black" stroke-width="1.29032"/>
|
|
47
|
-
<rect x="320.645" y="320.645" width="160" height="160" fill="white" stroke="black" stroke-width="1.29032"/>
|
|
48
|
-
|
|
49
|
-
<path d="M640.645 320.645H480.645V480.645H640.645V320.645Z" fill="black"/>
|
|
50
|
-
|
|
51
|
-
<rect x="480.645" y="320.645" width="160" height="160" stroke="black" stroke-width="1.29032"/>
|
|
52
|
-
<rect x="640.645" y="320.645" width="160" height="160" fill="white" stroke="black" stroke-width="1.29032"/>
|
|
53
|
-
|
|
54
|
-
<path d="M960.645 320.645H800.645V480.645H960.645V320.645Z" fill="black"/>
|
|
55
|
-
|
|
56
|
-
<rect x="800.645" y="320.645" width="160" height="160" stroke="black" stroke-width="1.29032"/>
|
|
57
|
-
<rect x="960.645" y="320.645" width="160" height="160" fill="white" stroke="black" stroke-width="1.29032"/>
|
|
58
|
-
|
|
59
|
-
<path d="M1280.65 320.645H1120.65V480.645H1280.65V320.645Z" fill="black"/>
|
|
60
|
-
|
|
61
|
-
<rect x="1120.65" y="320.645" width="160" height="160" stroke="black" stroke-width="1.29032"/>
|
|
62
|
-
|
|
63
|
-
<path d="M160.645 480.645H0.64502V640.645H160.645V480.645Z" fill="black"/>
|
|
64
|
-
|
|
65
|
-
<rect x="0.64502" y="480.645" width="160" height="160" stroke="black" stroke-width="1.29032"/>
|
|
66
|
-
<rect x="160.645" y="480.645" width="160" height="160" fill="white" stroke="black" stroke-width="1.29032"/>
|
|
67
|
-
|
|
68
|
-
<path d="M480.645 480.645H320.645V640.645H480.645V480.645Z" fill="black"/>
|
|
69
|
-
|
|
70
|
-
<rect x="320.645" y="480.645" width="160" height="160" stroke="black" stroke-width="1.29032"/>
|
|
71
|
-
<rect x="480.645" y="480.645" width="160" height="160" fill="white" stroke="black" stroke-width="1.29032"/>
|
|
72
|
-
|
|
73
|
-
<path d="M800.645 480.645H640.645V640.645H800.645V480.645Z" fill="black"/>
|
|
74
|
-
|
|
75
|
-
<rect x="640.645" y="480.645" width="160" height="160" stroke="black" stroke-width="1.29032"/>
|
|
76
|
-
<rect x="800.645" y="480.645" width="160" height="160" fill="white" stroke="black" stroke-width="1.29032"/>
|
|
77
|
-
|
|
78
|
-
<path d="M1120.65 480.645H960.645V640.645H1120.65V480.645Z" fill="black"/>
|
|
79
|
-
|
|
80
|
-
<rect x="960.645" y="480.645" width="160" height="160" stroke="black" stroke-width="1.29032"/>
|
|
81
|
-
<rect x="1120.65" y="480.645" width="160" height="160" fill="white" stroke="black" stroke-width="1.29032"/>
|
|
82
|
-
<rect x="0.64502" y="640.645" width="160" height="160" fill="white" stroke="black" stroke-width="1.29032"/>
|
|
83
|
-
|
|
84
|
-
<path d="M320.645 640.645H160.645V800.645H320.645V640.645Z" fill="black"/>
|
|
85
|
-
|
|
86
|
-
<rect x="160.645" y="640.645" width="160" height="160" stroke="black" stroke-width="1.29032"/>
|
|
87
|
-
<rect x="320.645" y="640.645" width="160" height="160" fill="white" stroke="black" stroke-width="1.29032"/>
|
|
88
|
-
|
|
89
|
-
<path d="M640.645 640.645H480.645V800.645H640.645V640.645Z" fill="black"/>
|
|
90
|
-
|
|
91
|
-
<rect x="480.645" y="640.645" width="160" height="160" stroke="black" stroke-width="1.29032"/>
|
|
92
|
-
<rect x="640.645" y="640.645" width="160" height="160" fill="white" stroke="black" stroke-width="1.29032"/>
|
|
93
|
-
|
|
94
|
-
<path d="M960.645 640.645H800.645V800.645H960.645V640.645Z" fill="black"/>
|
|
95
|
-
|
|
96
|
-
<rect x="800.645" y="640.645" width="160" height="160" stroke="black" stroke-width="1.29032"/>
|
|
97
|
-
<rect x="960.645" y="640.645" width="160" height="160" fill="white" stroke="black" stroke-width="1.29032"/>
|
|
98
|
-
|
|
99
|
-
<path d="M1280.65 640.645H1120.65V800.645H1280.65V640.645Z" fill="black"/>
|
|
100
|
-
|
|
101
|
-
<rect x="1120.65" y="640.645" width="160" height="160" stroke="black" stroke-width="1.29032"/>
|
|
102
|
-
|
|
103
|
-
<path d="M160.645 800.645H0.64502V960.645H160.645V800.645Z" fill="black"/>
|
|
104
|
-
|
|
105
|
-
<rect x="0.64502" y="800.645" width="160" height="160" stroke="black" stroke-width="1.29032"/>
|
|
106
|
-
<rect x="160.645" y="800.645" width="160" height="160" fill="white" stroke="black" stroke-width="1.29032"/>
|
|
107
|
-
|
|
108
|
-
<path d="M480.645 800.645H320.645V960.645H480.645V800.645Z" fill="black"/>
|
|
109
|
-
|
|
110
|
-
<rect x="320.645" y="800.645" width="160" height="160" stroke="black" stroke-width="1.29032"/>
|
|
111
|
-
<rect x="480.645" y="800.645" width="160" height="160" fill="white" stroke="black" stroke-width="1.29032"/>
|
|
112
|
-
|
|
113
|
-
<path d="M800.645 800.645H640.645V960.645H800.645V800.645Z" fill="black"/>
|
|
114
|
-
|
|
115
|
-
<rect x="640.645" y="800.645" width="160" height="160" stroke="black" stroke-width="1.29032"/>
|
|
116
|
-
<rect x="800.645" y="800.645" width="160" height="160" fill="white" stroke="black" stroke-width="1.29032"/>
|
|
117
|
-
|
|
118
|
-
<path d="M1120.65 800.645H960.645V960.645H1120.65V800.645Z" fill="black"/>
|
|
119
|
-
|
|
120
|
-
<rect x="960.645" y="800.645" width="160" height="160" stroke="black" stroke-width="1.29032"/>
|
|
121
|
-
<rect x="1120.65" y="800.645" width="160" height="160" fill="white" stroke="black" stroke-width="1.29032"/>
|
|
122
|
-
<rect x="0.64502" y="960.645" width="160" height="160" fill="white" stroke="black" stroke-width="1.29032"/>
|
|
123
|
-
|
|
124
|
-
<path d="M320.645 960.645H160.645V1120.65H320.645V960.645Z" fill="black"/>
|
|
125
|
-
|
|
126
|
-
<rect x="160.645" y="960.645" width="160" height="160" stroke="black" stroke-width="1.29032"/>
|
|
127
|
-
<rect x="320.645" y="960.645" width="160" height="160" fill="white" stroke="black" stroke-width="1.29032"/>
|
|
128
|
-
|
|
129
|
-
<path d="M640.645 960.645H480.645V1120.65H640.645V960.645Z" fill="black"/>
|
|
130
|
-
|
|
131
|
-
<rect x="480.645" y="960.645" width="160" height="160" stroke="black" stroke-width="1.29032"/>
|
|
132
|
-
<rect x="640.645" y="960.645" width="160" height="160" fill="white" stroke="black" stroke-width="1.29032"/>
|
|
133
|
-
|
|
134
|
-
<path d="M960.645 960.645H800.645V1120.65H960.645V960.645Z" fill="black"/>
|
|
135
|
-
|
|
136
|
-
<rect x="800.645" y="960.645" width="160" height="160" stroke="black" stroke-width="1.29032"/>
|
|
137
|
-
<rect x="960.645" y="960.645" width="160" height="160" fill="white" stroke="black" stroke-width="1.29032"/>
|
|
138
|
-
|
|
139
|
-
<path d="M1280.65 960.645H1120.65V1120.65H1280.65V960.645Z" fill="black"/>
|
|
140
|
-
|
|
141
|
-
<rect x="1120.65" y="960.645" width="160" height="160" stroke="black" stroke-width="1.29032"/>
|
|
142
|
-
|
|
143
|
-
<path d="M160.645 1120.65H0.64502V1280.65H160.645V1120.65Z" fill="black"/>
|
|
144
|
-
|
|
145
|
-
<rect x="0.64502" y="1120.65" width="160" height="160" stroke="black" stroke-width="1.29032"/>
|
|
146
|
-
<rect x="160.645" y="1120.65" width="160" height="160" fill="white" stroke="black" stroke-width="1.29032"/>
|
|
147
|
-
|
|
148
|
-
<path d="M480.645 1120.65H320.645V1280.65H480.645V1120.65Z" fill="black"/>
|
|
149
|
-
|
|
150
|
-
<rect x="320.645" y="1120.65" width="160" height="160" stroke="black" stroke-width="1.29032"/>
|
|
151
|
-
<rect x="480.645" y="1120.65" width="160" height="160" fill="white" stroke="black" stroke-width="1.29032"/>
|
|
152
|
-
|
|
153
|
-
<path d="M800.645 1120.65H640.645V1280.65H800.645V1120.65Z" fill="black"/>
|
|
154
|
-
|
|
155
|
-
<rect x="640.645" y="1120.65" width="160" height="160" stroke="black" stroke-width="1.29032"/>
|
|
156
|
-
<rect x="800.645" y="1120.65" width="160" height="160" fill="white" stroke="black" stroke-width="1.29032"/>
|
|
157
|
-
|
|
158
|
-
<path d="M1120.65 1120.65H960.645V1280.65H1120.65V1120.65Z" fill="black"/>
|
|
159
|
-
|
|
160
|
-
<rect x="960.645" y="1120.65" width="160" height="160" stroke="black" stroke-width="1.29032"/>
|
|
161
|
-
<rect x="1120.65" y="1120.65" width="160" height="160" fill="white" stroke="black" stroke-width="1.29032"/>
|
|
162
|
-
<defs>
|
|
163
|
-
</defs>
|
|
164
|
-
</svg>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<svg width="96" height="96" viewBox="0 0 95 95" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
|
|
3
|
-
<path d="M66.7061 63.5992C67.3804 64.762 67.7529 66.0749 67.7895 67.4185V70.1614C67.784 70.5056 67.6987 70.8439 67.5405 71.1496C67.3822 71.4554 67.1553 71.7204 66.8775 71.9237C66.1677 72.4743 65.3796 72.9157 64.5392 73.2334C63.4651 73.6521 62.3571 73.978 61.2272 74.2072C59.9724 74.4746 58.7038 74.6803 57.4078 74.8311C57.5052 75.7672 57.8614 76.6576 58.4364 77.4026C58.9137 78.0027 59.5178 78.4898 60.2055 78.8289C60.8164 79.1184 61.4689 79.3104 62.1392 79.3979C62.6511 79.4631 63.1662 79.4998 63.6821 79.5078L66.1369 79.3979C67.8298 79.2913 69.4991 78.945 71.0947 78.3694C72.4351 77.7664 73.8285 77.2891 75.257 76.9432C76.4656 76.5941 77.7103 76.3846 78.9667 76.3191C83.8584 76.2146 88.6001 78.0115 92.1941 81.3317L92.9964 82.0174L87.4009 93.4209L86.1529 92.2825C82.97 89.378 78.8045 87.7878 74.4958 87.8323C73.4726 87.8979 72.4591 88.0702 71.4718 88.3465C70.1716 88.6546 68.8951 89.0556 67.6524 89.5465C66.7234 89.979 65.7479 90.3035 64.7449 90.5135C63.7918 90.7055 62.9209 90.8357 62.1186 90.918C61.3164 91.0003 60.6581 91.0278 60.1232 91.0278H59.2112C57.0276 90.8495 54.9023 90.2323 52.9629 89.2131C51.0235 88.1939 49.3097 86.7936 47.9244 85.0963C47.2771 86.0469 46.4886 86.8931 45.5861 87.6059C44.6483 88.3561 43.6348 89.0065 42.5621 89.5465C41.557 90.0574 40.5083 90.4775 39.4284 90.8015C38.5603 91.0772 37.6577 91.2295 36.7472 91.254C36.5141 91.254 35.513 91.1991 33.7232 91.0894C31.8092 90.9382 29.9364 90.4532 28.1895 89.6564C26.9781 89.1992 25.6684 88.7832 24.2604 88.4083C23.2781 88.0998 22.2633 87.9064 21.2364 87.8323C16.918 87.7332 12.7329 89.3309 9.57923 92.2825L8.32436 93.4209L2.74268 82.0174L3.53809 81.3317C7.175 78.0942 11.8971 76.344 16.7655 76.4289C18.0411 76.4877 19.305 76.6994 20.5301 77.0597C21.9585 77.4194 23.3663 77.8566 24.7472 78.3694C25.5672 78.7425 26.4312 79.0099 27.3187 79.1649C28.0922 79.3038 28.8728 79.3999 29.657 79.4529C30.3427 79.494 30.9118 79.5078 31.3644 79.5078H32.2764C33.6728 79.5197 35.0483 79.1676 36.2672 78.4861C36.9042 78.0946 37.4419 77.5607 37.8381 76.9266C38.2342 76.2925 38.4781 75.5753 38.5507 74.8311C37.2547 74.6803 35.9861 74.4746 34.7312 74.2072C33.5848 73.9729 32.4589 73.6472 31.3644 73.2334C30.5025 72.926 29.6948 72.484 28.9712 71.9237C28.6923 71.7215 28.4645 71.4568 28.3061 71.1508C28.1478 70.8448 28.0632 70.5059 28.0592 70.1614V67.4185C28.0718 66.1825 28.3305 64.9614 28.8203 63.8264C29.3101 62.6914 30.0211 61.6654 30.9118 60.8083C31.0129 60.6305 31.148 60.4743 31.3095 60.3488C31.4535 60.2484 31.5868 60.1336 31.7072 60.0059C31.7321 59.3976 31.6147 58.7919 31.3644 58.2369C30.8316 57.0771 30.007 56.0753 28.9712 55.3295C24.7107 51.6723 22.5804 46.5409 22.5804 39.9352C22.5485 37.8947 22.9578 35.8713 23.7804 34.0037C24.5293 32.3232 25.5305 30.7669 26.7495 29.3888C27.8581 28.1156 29.1203 26.9847 30.5072 26.0221C31.654 25.2185 32.8545 24.4944 34.1004 23.8551C38.8912 21.4231 42.1232 19.2562 43.7964 17.3545C42.6685 16.6822 41.7259 15.7395 41.0535 14.6117C40.2863 13.3779 39.8888 11.9501 39.9084 10.4974C39.9692 8.4201 40.8372 6.44843 42.3281 5.00062C43.819 3.55281 45.8153 2.74292 47.8935 2.74292C49.9717 2.74292 51.968 3.55281 53.4589 5.00062C54.9498 6.44843 55.8178 8.4201 55.8787 10.4974C55.9109 11.9121 55.514 13.3034 54.7404 14.4883C53.9871 15.6181 53.0176 16.5876 51.8878 17.3408C52.9966 18.4914 54.2398 19.5045 55.5906 20.358C57.1541 21.3866 59.1518 22.5476 61.5838 23.8414C62.8297 24.4806 64.0302 25.2047 65.1769 26.0083C66.5638 26.971 67.826 28.1019 68.9347 29.3751C70.149 30.7567 71.1498 32.3122 71.9038 33.99C72.724 35.8581 73.131 37.8815 73.0969 39.9215C73.0969 46.6141 70.9689 51.7455 66.7129 55.3157C65.6614 56.0709 64.8344 57.0971 64.3198 58.2849C64.0751 58.8199 63.9577 59.4044 63.9769 59.9924C65.0545 61.0579 65.9736 62.2726 66.7061 63.5992V63.5992Z" fill="black"/>
|
|
4
|
-
<path d="M59.8629 67.8025C62.7909 68.454 64.5189 69.078 65.0537 69.6883C65.1292 69.1534 65.184 68.7215 65.2183 68.3786C65.2414 67.8228 65.186 67.2663 65.0537 66.7259C63.5607 66.1346 62.0125 65.6936 60.432 65.4094C58.697 65.0743 56.9462 64.827 55.1863 64.6688C53.472 64.5179 51.936 64.422 50.5646 64.3808C49.1932 64.3397 48.3223 64.3259 47.9452 64.3259C47.568 64.3259 46.6903 64.326 45.3189 64.3808C43.9474 64.4357 42.3909 64.5179 40.6423 64.6688C38.8638 64.8237 37.0946 65.0709 35.3417 65.4094C33.761 65.6925 32.2127 66.1336 30.72 66.7259C30.59 67.2668 30.5323 67.8226 30.5486 68.3786C30.6118 68.8217 30.7081 69.2595 30.8366 69.6883C31.296 69.078 33.0034 68.454 35.9726 67.8025C39.9199 67.072 43.9318 66.7481 47.9452 66.8357C51.9404 66.7464 55.9343 67.0703 59.8629 67.8025V67.8025Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
5
|
-
<path d="M56.4408 59.1555C58.8368 59.818 61.0184 61.0945 62.7699 62.8585C62.1815 62.204 61.7521 61.4226 61.515 60.575C61.364 59.9393 61.364 59.277 61.515 58.6412C57.7893 56.4332 53.2659 55.3293 47.9448 55.3293C42.5459 55.3293 37.9448 56.4332 34.1413 58.6412C34.6762 59.9304 34.3356 61.3362 33.1196 62.8585C34.8117 61.0778 36.9609 59.7967 39.3322 59.1555C42.1275 58.3301 45.0303 57.9256 47.9448 57.9555C50.8207 57.9312 53.6841 58.3356 56.4408 59.1555V59.1555Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
6
|
-
<path d="M49.543 35.2585V27.7157C49.5786 27.4679 49.5559 27.2152 49.4768 26.9777C49.3977 26.7402 49.2644 26.5243 49.0874 26.3473C48.9103 26.1702 48.6945 26.0369 48.457 25.9579C48.2195 25.8788 47.9668 25.856 47.719 25.8916C47.5205 25.8977 47.3258 25.9469 47.1482 26.0357C46.9706 26.1245 46.8144 26.2508 46.6904 26.4058C46.3763 26.7681 46.2121 27.2366 46.231 27.7157V35.2585H38.6881C38.2368 35.269 37.8068 35.4529 37.4875 35.7721C37.1683 36.0914 36.9843 36.5214 36.9739 36.9728C36.9701 37.1888 37.0143 37.4028 37.1032 37.5996C37.1921 37.7964 37.3236 37.9711 37.4881 38.111C37.8167 38.4078 38.2454 38.5696 38.6881 38.5637H46.231V46.2094C46.2248 46.4205 46.2624 46.6307 46.3415 46.8266C46.4206 47.0225 46.5394 47.1999 46.6904 47.3476C46.8196 47.4926 46.978 47.6086 47.1554 47.6878C47.3327 47.767 47.5248 47.8077 47.719 47.8071C48.9327 47.8071 49.543 47.2722 49.543 46.2094V38.5637H57.1818C57.3982 38.5944 57.6188 38.5744 57.8261 38.5055C58.0335 38.4365 58.222 38.3203 58.3768 38.1661C58.5317 38.0119 58.6487 37.8239 58.7185 37.6168C58.7884 37.4098 58.8093 37.1893 58.7796 36.9728C58.7864 36.5286 58.6218 36.0989 58.3201 35.7728C58.1802 35.6083 58.0056 35.4767 57.8087 35.3878C57.6119 35.2988 57.3978 35.2548 57.1818 35.2585H49.543Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
7
|
-
<path d="M43.4393 78.3694C44.6942 78.4449 45.7776 78.4861 46.6896 78.4861V75.5169C45.7776 75.5169 44.8245 75.5169 43.8371 75.462C42.8496 75.4072 41.821 75.3249 40.7582 75.1741C40.6965 75.7218 40.5628 76.2591 40.3605 76.7718C40.1685 77.229 39.997 77.6472 39.8462 78.0266C40.9845 78.1774 42.1845 78.294 43.4393 78.3694Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
8
|
-
<path d="M51.8812 75.462C50.9281 75.462 49.9955 75.5169 49.0835 75.5169V78.4861C49.9955 78.4861 51.0995 78.4449 52.3886 78.3694C53.6778 78.294 54.8641 78.1774 55.927 78.0266C55.7761 77.6494 55.5841 77.2313 55.3578 76.7718C55.1118 76.2705 54.9563 75.7295 54.8984 75.1741C53.8355 75.3455 52.8275 75.4209 51.8812 75.462Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
9
|
-
|
|
10
|
-
<defs>
|
|
11
|
-
</defs>
|
|
12
|
-
</svg>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<svg width="96" height="96" viewBox="0 0 97 97" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
|
|
3
|
-
<path d="M88.2793 33.6684C91.5479 36.9369 93.1822 41.3096 93.1822 46.7862C93.2021 49.1766 92.7981 51.5516 91.9891 53.801C91.2085 55.9308 90.1748 57.9591 88.9102 59.8422C87.6634 61.6977 86.2495 63.4352 84.6862 65.0331C83.1273 66.6285 81.6256 68.1485 80.1811 69.593L78.6999 71.0741C77.1776 72.5964 76.2839 73.8513 76.0188 74.8387C75.7536 75.8261 75.7742 76.5118 76.0805 76.8958C77.3619 78.3235 78.3498 79.9896 78.9879 81.7988C79.5151 83.1565 79.8788 84.5721 80.0713 86.0159C80.1581 86.7965 80.1188 87.586 79.9548 88.3541C79.8216 88.892 79.5469 89.3845 79.1593 89.7804C78.2473 90.6924 76.6633 91.4536 74.4211 92.0639C71.8912 92.7233 69.3212 93.218 66.7273 93.545C63.8428 93.9244 60.7616 94.2101 57.4839 94.4021C54.2199 94.5873 51.0588 94.6834 48.0211 94.6834C44.9833 94.6834 41.8085 94.5873 38.4965 94.4021C35.1845 94.217 32.0713 93.9221 29.1502 93.545C26.5528 93.2258 23.9801 92.731 21.4496 92.0639C19.2416 91.4513 17.6828 90.6901 16.7731 89.7804C16.4333 89.4702 16.1784 89.0785 16.0325 88.6422C15.9327 88.3478 15.875 88.0407 15.861 87.7301C15.8527 85.7264 16.1986 83.7369 16.8828 81.8535C17.545 80.0257 18.5531 78.3424 19.8519 76.8958C20.2291 76.5118 20.2908 75.8261 20.0233 74.8387C19.7559 73.8513 18.8988 72.5964 17.4588 71.0741L15.861 69.593C14.4119 68.153 12.9102 66.6331 11.3559 65.0331C9.79259 63.4352 8.37869 61.6977 7.13191 59.8422C5.86285 57.9531 4.81159 55.9265 3.9982 53.801C3.14895 51.5607 2.72344 49.182 2.74334 46.7862C2.74334 41.3005 4.39819 36.9278 7.70791 33.6684C11.0176 30.4089 15.4085 28.7793 20.8805 28.7793C22.5032 28.8017 24.1164 29.0321 25.6805 29.465C27.5773 29.9739 29.4159 30.6795 31.1662 31.5702C33.1483 32.5752 35.0231 33.7791 36.7616 35.1634C38.6566 36.6831 40.3421 38.4469 41.7742 40.409C41.2462 38.585 40.7662 36.7816 40.3479 34.9919C39.9528 33.342 39.6868 31.6637 39.5525 29.9725C39.4336 28.5286 39.4912 27.0755 39.7239 25.6456C39.9034 24.4293 40.3739 23.2743 41.0953 22.2788C41.6193 21.3748 42.3931 20.6414 43.3239 20.1667C44.3404 19.6518 45.4415 19.3243 46.5742 19.1999V11.6571H40.9856V8.91419H46.5742V1.37134H49.3171V8.91419H55.2485V11.6571H49.3171V19.1999C51.9045 19.5016 53.8428 20.5279 55.1319 22.2788C55.8492 23.2712 56.3022 24.4298 56.4485 25.6456C56.6389 27.0798 56.6757 28.5304 56.5582 29.9725C56.4239 31.6637 56.1579 33.342 55.7628 34.9919C55.3422 36.7794 54.9056 38.585 54.4531 40.409C55.8851 38.4469 57.5706 36.6831 59.4656 35.1634C61.1773 33.796 63.014 32.593 64.9513 31.5702C66.6699 30.662 68.4876 29.9555 70.3685 29.465C71.9495 29.0347 73.5782 28.8043 75.2165 28.7793C80.6565 28.7793 85.0108 30.4089 88.2793 33.6684Z" fill="black"/>
|
|
4
|
-
<path d="M6.67968 52.944C7.40906 54.8579 8.36685 56.6767 9.53225 58.3611C10.714 60.0767 12.0277 61.6977 13.4614 63.2091C14.906 64.7314 16.3528 66.2125 17.802 67.6525L20.0785 69.936C21.4351 68.9572 22.9096 68.1532 24.4671 67.5429C26.2446 66.8748 28.0814 66.3766 29.9528 66.0549C32.3299 65.6444 34.7298 65.3786 37.1391 65.2594C39.8363 65.1085 42.9723 65.0332 46.5471 65.0332C46.5471 59.0904 45.6145 54.0136 43.7494 49.8034C42.1372 45.9621 39.8392 42.4466 36.9677 39.4286C34.5818 36.9191 31.7097 34.9219 28.5265 33.5588C26.1202 32.4673 23.5274 31.8459 20.8877 31.728C16.17 31.728 12.4443 33.0584 9.71055 35.7189C6.97683 38.3795 5.6054 42.0686 5.59626 46.7863C5.57936 48.8877 5.94652 50.9745 6.67968 52.944V52.944Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
5
|
-
<path d="M39.8677 49.4676C38.5771 46.3734 36.7162 43.5495 34.382 41.1431C32.4342 39.1232 30.103 37.5124 27.5249 36.4048C25.5656 35.5179 23.4542 35.015 21.3054 34.9236C17.4334 34.9236 14.4117 36.007 12.2403 38.1739C10.0689 40.3407 8.98545 43.3259 8.99002 47.1293C8.97911 48.8246 9.28854 50.5066 9.90203 52.087C10.5137 53.6527 11.298 55.1453 12.2403 56.5373C13.1959 57.9518 14.2645 59.2865 15.4357 60.5282C16.6106 61.7808 17.7695 62.9785 18.9123 64.1214L20.6197 65.9453C21.7214 65.1658 22.9085 64.5148 24.158 64.0048C25.6118 63.4304 27.1218 63.0098 28.6632 62.7499C30.5887 62.4235 32.5294 62.1946 34.478 62.0642C36.6449 61.9134 39.1729 61.8379 42.062 61.8379C42.0803 56.9693 41.3489 52.8458 39.8677 49.4676Z" fill="black"/>
|
|
6
|
-
<path d="M60.9058 83.7944C64.4852 84.055 67.4475 84.384 69.8201 84.7612C71.6176 85.011 73.3908 85.4124 75.1207 85.9612C75.8989 86.1544 76.6218 86.5252 77.2327 87.0447C77.5234 85.9068 77.4442 84.7059 77.0064 83.6161C75.0987 82.8408 73.1087 82.2864 71.075 81.9636C68.5786 81.5263 66.0608 81.2218 63.5321 81.0515C60.8715 80.8595 58.1904 80.7246 55.4887 80.6469C52.787 80.5692 50.2978 80.5327 48.0212 80.5372C45.7355 80.5372 43.2212 80.5738 40.4784 80.6469C37.7355 80.72 35.0361 80.855 32.3801 81.0515C29.8762 81.2197 27.3834 81.5242 24.9127 81.9636C22.9365 82.2862 21.0069 82.848 19.1664 83.6367C18.906 84.297 18.7331 84.9886 18.6521 85.6938C18.6106 86.1517 18.6314 86.613 18.7138 87.0653C18.9401 86.7567 19.6601 86.3795 20.8807 85.9818C22.6306 85.4381 24.4215 85.0368 26.2361 84.7818C28.595 84.4046 31.5572 84.0961 35.1504 83.815C38.7435 83.5338 43.0155 83.4103 48.035 83.4103C53.0544 83.4103 57.3332 83.527 60.9058 83.7944Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
7
|
-
<path d="M48.0215 75.0651H57.9438C60.0971 75.0593 62.249 75.1738 64.3895 75.408C66.2519 75.6045 68.0898 75.9881 69.8753 76.5531C71.43 77.0409 72.8808 77.8128 74.1541 78.8297C73.6338 78.3473 73.2609 77.7272 73.0789 77.0414C72.8968 76.3556 72.913 75.6324 73.1255 74.9555C70.0229 73.4536 66.6468 72.5995 63.2033 72.4456C59.4821 72.2125 55.3381 72.1372 50.7713 72.2195H45.2855C40.801 72.1372 36.6752 72.2125 32.9084 72.4456C29.4465 72.5946 26.0515 73.4487 22.9313 74.9555C23.0073 75.542 23.0257 76.1344 22.9861 76.7245C22.8206 77.5346 22.403 78.2716 21.793 78.8297C24.3027 76.9325 27.6101 75.8126 31.7153 75.4698C35.8204 75.1269 40.3438 74.992 45.2855 75.0651H48.0215Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
8
|
-
<path d="M41.8636 28.0936C41.9264 30.9192 42.3881 33.7217 43.235 36.4181C44.1493 39.5404 45.0636 42.5439 45.9779 45.4285C46.355 46.5736 46.7184 47.6708 47.0613 48.7406C47.4041 49.8103 47.747 50.7977 48.0281 51.8125C48.2544 50.8251 48.5424 49.8034 48.8853 48.7406C49.2281 47.6777 49.571 46.5736 49.9687 45.4285C51.0534 42.4751 51.9849 39.4676 52.7596 36.4181C53.5048 33.7041 53.9079 30.9076 53.9596 28.0936C53.966 27.2517 53.8902 26.4112 53.7333 25.584C53.5938 24.855 53.3218 24.1578 52.931 23.5268C52.0167 22.2285 50.3824 21.5816 48.0281 21.5862C45.8201 21.5862 44.147 22.2331 43.0087 23.5268C42.2374 24.9241 41.8428 26.4978 41.8636 28.0936V28.0936Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
9
|
-
<path d="M46.7666 36.7475C46.1106 35.0865 45.5407 33.3927 45.0591 31.6731C44.6166 30.2923 44.4993 28.8279 44.7163 27.3943C44.9449 26.1783 45.9711 25.5703 47.7951 25.5703C49.6969 25.5703 50.762 26.1783 50.9906 27.3943C51.2007 28.8281 51.0835 30.291 50.6477 31.6731C50.1566 33.3973 49.5659 35.0917 48.8786 36.7475C48.2567 38.073 47.8892 39.5034 47.7951 40.9646C47.7041 39.5091 47.3559 38.0814 46.7666 36.7475V36.7475Z" fill="black"/>
|
|
10
|
-
<path d="M82.4642 63.2092C83.9001 61.6978 85.2161 60.0769 86.4002 58.3611C87.5673 56.6688 88.5424 54.852 89.3076 52.944C90.0804 50.9792 90.4669 48.8838 90.4459 46.7726C90.4459 42.0549 89.0745 38.3658 86.3316 35.7053C83.5888 33.0447 79.8653 31.7144 75.1613 31.7144C72.4826 31.8208 69.8494 32.4423 67.4059 33.5452C64.2082 34.9146 61.3171 36.9104 58.903 39.4149C55.9959 42.4282 53.6587 45.9432 52.0048 49.7897C50.103 54.0137 49.1156 59.0904 49.0425 65.0195C54.7559 64.9572 60.4681 65.2227 66.1511 65.8149C70.5625 66.3498 73.8311 67.7212 75.9568 69.9292L78.2402 67.5361C79.6116 66.1692 81.0196 64.7269 82.4642 63.2092Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
11
|
-
<path d="M80.2979 60.528C81.4946 59.2941 82.5821 57.9588 83.5482 56.5371C84.488 55.1436 85.2721 53.6513 85.8865 52.0868C86.5 50.5064 86.8094 48.8244 86.7985 47.1291C86.7985 43.3211 85.6968 40.3359 83.4934 38.1736C81.2899 36.0114 78.2476 34.9371 74.3665 34.9508C72.2198 35.0415 70.1106 35.5443 68.1539 36.4319C65.5762 37.5401 63.2451 39.151 61.2968 41.1703C58.9641 43.578 57.1034 46.4015 55.8111 49.4948C54.3299 52.8731 53.5894 56.9874 53.5894 61.8376C59.2899 61.9108 63.6991 62.2924 66.8168 62.9827C69.6501 63.5564 72.3803 64.5552 74.9151 65.9451L76.7391 64.1211C77.9048 62.9828 79.0774 61.7828 80.2979 60.528Z" fill="black"/>
|
|
12
|
-
|
|
13
|
-
<defs>
|
|
14
|
-
</defs>
|
|
15
|
-
</svg>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<svg width="96" height="96" viewBox="0 0 97 97" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
|
|
3
|
-
<path d="M42.5633 1.37134L43.4752 2.62625C43.6976 3.03385 43.9644 3.41554 44.2707 3.76447C44.9033 4.5984 45.4762 5.47607 45.985 6.39081C46.5884 7.45138 47.1964 8.62846 47.809 9.92218C48.4042 11.1812 48.7888 12.5295 48.9473 13.9131C55.6468 14.0332 62.189 15.9643 67.8798 19.5016C73.425 22.9987 78.1381 28.1324 82.0193 34.9027C85.9004 41.673 88.8718 50.0365 90.9336 59.993C92.9861 69.9496 94.0124 81.5427 94.0124 94.7725H28.417C28.417 88.8296 29.121 84.1919 30.529 80.8593C31.9362 77.5118 34.3461 74.6828 37.4272 72.7611C40.8221 70.8929 43.5821 68.0539 45.3541 64.6079C47.2192 61.0787 48.5701 56.4593 49.4067 50.7496C47.9867 52.9551 46.0463 54.7777 43.7564 56.0571C42.1205 56.9185 40.4247 57.661 38.6821 58.2788L36.9747 59.0741C35.4903 59.786 34.169 60.7969 33.0936 62.0433C31.6536 63.5656 30.241 65.1222 28.8764 66.7199L27.7313 68.201L26.3598 69.7988C25.1002 71.3642 23.6645 72.7791 22.081 74.0159C20.6752 75.0856 18.6524 75.6136 16.0947 75.6136C14.4722 75.5788 12.8694 75.2513 11.3633 74.6468C9.63139 73.9856 8.01224 73.0604 6.56328 71.904C5.09671 70.7421 3.84368 69.3335 2.8604 67.7417C1.86412 66.1323 1.34791 64.2719 1.37242 62.3793C1.37242 58.425 2.07639 55.1564 3.48439 52.5736C4.86787 50.0176 6.45231 47.5757 8.2227 45.2708L9.01811 44.4754C9.31982 44.016 9.77239 43.3303 10.3895 42.4183C11.0067 41.5063 11.6238 40.5394 12.2752 39.5108C12.9136 38.4933 13.4664 37.4244 13.9278 36.3153C14.3504 35.3637 14.5833 34.339 14.6136 33.2982C14.5255 30.7848 14.8711 28.2749 15.6353 25.8788C16.3465 24.0123 17.3059 22.2502 18.4878 20.64L19.1735 19.6114C19.5507 19.152 19.9141 18.6994 20.257 18.24C20.5599 17.8885 20.7404 17.4481 20.7713 16.9851C20.7713 16.0731 20.7712 15.408 20.7164 14.9897C20.6615 14.5714 20.6204 14.1737 20.545 13.7897C20.375 13.3648 20.2397 12.9266 20.1404 12.4799C20.0065 11.6711 19.9514 10.8512 19.9758 10.0318C19.891 8.4314 20.0835 6.82841 20.545 5.2936C20.7392 4.71134 21.0065 4.15612 21.3404 3.64109L21.9095 2.26966L23.1644 3.18155C23.2398 3.25698 23.6787 3.55875 24.4741 4.0936C25.4434 4.76363 26.3603 5.50633 27.217 6.31531C28.241 7.27074 29.3038 8.37479 30.4055 9.62736C31.5126 10.8867 32.4529 12.2834 33.2033 13.7828C34.3415 13.5565 35.4798 13.3714 36.6318 13.2136C36.7723 11.8057 37.0973 10.4224 37.5987 9.09935C38.03 7.94089 38.5457 6.81566 39.1415 5.73255C39.5743 4.93359 40.0696 4.17002 40.6227 3.44907C41.0821 2.87993 41.3084 2.59879 41.425 2.59879L42.5633 1.37134Z" fill="black"/>
|
|
4
|
-
<path d="M10.6295 56.3864C9.74929 57.1688 8.98093 58.0686 8.34607 59.0606C7.67307 60.0131 7.17183 61.076 6.86495 62.2012C6.64095 63.1566 6.71635 63.7464 7.0912 63.9704C7.46835 64.3475 8.05807 64.2172 8.86036 63.5726C9.78592 62.7726 10.5756 61.8277 11.1986 60.7749C11.8192 59.8419 12.2997 58.8232 12.6249 57.7509C12.8855 56.8046 12.8306 56.2149 12.4535 55.9886C11.9941 55.6046 11.3838 55.7349 10.6295 56.3864Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
5
|
-
<path d="M15.1344 73.0901C15.6486 73.1573 16.171 73.1198 16.6704 72.9803C16.8271 72.0583 17.2218 71.1932 17.8156 70.4707C18.2681 69.7095 18.7276 68.873 19.187 67.961C19.6861 66.8505 19.9208 65.6392 19.8727 64.4226H17.0202C17.049 65.3433 16.8733 66.2591 16.5059 67.1039C16.1854 67.7903 15.8236 68.4566 15.4224 69.0992C15.0382 69.6448 14.6944 70.2177 14.3939 70.8135C14.1023 71.3849 13.9099 72.0016 13.8247 72.6375C14.2473 72.8262 14.6855 72.9777 15.1344 73.0901V73.0901Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
6
|
-
<path d="M29.1023 29.9791C29.6953 29.7731 30.3058 29.6217 30.9263 29.5266V26.5574C29.5061 26.8851 28.1143 27.3253 26.764 27.8739C25.6557 28.322 24.6327 28.9576 23.74 29.7527C22.8528 30.5797 22.1029 31.5427 21.5183 32.6054C20.8061 33.9064 20.2513 35.2876 19.8657 36.7197H22.6086C22.8372 35.8319 23.2027 34.9851 23.692 34.2099L24.892 32.6123C24.7983 32.8664 24.7586 33.1373 24.7755 33.4077C24.7755 35.5379 25.5366 36.603 27.0589 36.603C27.3425 36.593 27.6186 36.5085 27.8593 36.3581C28.1001 36.2076 28.297 35.9965 28.4303 35.7459C28.8488 35.0406 29.047 34.2264 28.9994 33.4077C28.9994 31.8922 28.6566 30.8979 27.9777 30.4453L29.1023 29.9791Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
7
|
-
<path d="M35.8296 16.7517C33.7806 16.9775 31.7578 17.3977 29.7884 18.0066C27.837 18.5981 25.9872 19.4838 24.3027 20.633L26.0102 22.9094C27.3749 21.8854 28.9226 21.1313 30.5701 20.6877C32.2975 20.1999 34.0483 19.7994 35.8159 19.4877L35.8296 16.7517Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
8
|
-
<path d="M48.9468 19.3782C53.0575 19.532 57.0646 20.7106 60.6039 22.8068C64.1129 24.9415 67.175 27.7359 69.621 31.0354C72.3398 34.71 74.5452 38.7379 76.1765 43.0079C78.0231 47.7856 79.4726 52.7074 80.5102 57.7233C81.6378 63.1282 82.4552 68.5932 82.9582 74.0914C83.493 79.7554 83.7993 85.4376 83.8771 91.1382H88.7799C88.7802 85.2124 88.4368 79.2917 87.7513 73.4057C87.0914 67.6633 86.063 61.9692 84.6725 56.3588C83.3762 51.0997 81.6209 45.9647 79.4267 41.0126C77.4555 36.5247 74.8859 32.3243 71.7879 28.5257C68.9811 25.0905 65.558 22.2091 61.6942 20.0296C57.786 17.9023 53.423 16.7476 48.9742 16.6628L48.9468 19.3782Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
9
|
-
<path d="M53.7403 49.0283C55.3073 45.0331 56.0805 40.7708 56.0168 36.4797H53.274C53.3144 38.9943 53.0473 41.5044 52.4785 43.9541C52.0684 45.7446 51.3739 47.4577 50.4214 49.0283H53.7403Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
10
|
-
|
|
11
|
-
<defs>
|
|
12
|
-
</defs>
|
|
13
|
-
</svg>
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
<svg width="96" height="96" viewBox="0 0 89 89" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
|
|
3
|
-
<path d="M38.1807 12.055C38.7124 10.775 39.4879 9.61048 40.4641 8.62646C41.4308 7.66104 42.5707 6.88649 43.8242 6.34315C45.1567 5.76509 46.5957 5.47308 48.0481 5.48601C49.4795 5.48499 50.8959 5.77668 52.2104 6.34315C53.4984 6.88678 54.6765 7.66045 55.687 8.62646C56.6913 9.59858 57.4869 10.7652 58.0253 12.055C58.5925 13.3693 58.8842 14.7859 58.8824 16.2174C58.8919 17.8468 58.4985 19.4533 57.7373 20.894C56.9722 22.3415 55.9254 23.6215 54.6584 24.6586C58.4846 25.6237 61.9264 27.7307 64.5259 30.6996C66.9257 33.4033 68.2441 36.8971 68.2287 40.5122C68.2466 43.4629 67.3297 46.3434 65.6093 48.7408C63.7865 51.2805 61.4054 53.3684 58.6493 54.8437C61.7361 55.6362 64.7072 56.8255 67.4882 58.3819C70.0554 59.7984 72.3853 61.6077 74.3933 63.7443C76.2431 65.72 77.7455 67.9942 78.8367 70.471C79.8985 72.8773 80.4428 75.4799 80.4344 78.11V90.3157H15.7716V78.11C15.7632 75.4799 16.3076 72.8773 17.3693 70.471C18.4672 67.9831 19.9919 65.7067 21.8744 63.7443C23.906 61.6136 26.2506 59.8054 28.8276 58.3819C31.6091 56.8267 34.58 55.6374 37.6664 54.8437C34.8182 53.4122 32.3541 51.3195 30.4801 48.7408C28.7598 46.3434 27.8428 43.4629 27.8607 40.5122C27.8493 36.8865 29.1918 33.3872 31.6253 30.6996C34.2531 27.7376 37.7098 25.6331 41.5476 24.6586C40.2785 23.6217 39.2294 22.3418 38.4619 20.894C37.706 19.4516 37.3151 17.8458 37.3236 16.2174C37.3218 14.7859 37.6135 13.3693 38.1807 12.055V12.055Z" fill="black"/>
|
|
4
|
-
|
|
5
|
-
<defs>
|
|
6
|
-
</defs>
|
|
7
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg width="100" height="96" viewBox="0 0 100 96" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M97.7987 15.9787C98.4466 16.5962 98.9587 17.342 99.3023 18.1685C99.6459 18.9949 99.8134 19.8839 99.7941 20.7787C99.7343 22.5147 99.018 24.1633 97.7897 25.3916C96.5615 26.6198 94.9129 27.336 93.1769 27.3958H92.9506C92.4935 29.1467 91.8855 31.4096 91.1267 34.1845C90.3678 36.9593 89.5495 39.9055 88.6718 43.0233C87.8032 46.1455 86.9095 49.2999 85.9907 52.4862C85.0718 55.6724 84.217 58.6005 83.4261 61.2702C82.6307 63.9308 81.945 66.1731 81.369 67.9971C81.08 69.1007 80.6779 70.1715 80.169 71.1925C78.7458 73.2404 77.9521 75.6594 77.8855 78.1524C77.8679 78.7464 78.005 79.3348 78.2833 79.8598C78.5507 80.3124 78.873 80.8131 79.257 81.3411C79.8501 82.1252 80.3646 82.9657 80.7929 83.8507C81.3401 85.1074 81.5934 86.4723 81.5335 87.8416C81.5335 88.9799 80.8684 89.9307 79.5381 90.6941C77.9429 91.5548 76.2348 92.1873 74.4638 92.573C72.2053 93.1026 69.9148 93.4851 67.6067 93.7181C65.097 93.9786 62.6627 94.1913 60.3107 94.3422C57.9587 94.493 55.8261 94.589 53.9198 94.6301C52.0135 94.6713 50.6146 94.685 49.7026 94.685C48.7906 94.685 47.4946 94.685 45.5884 94.6301C43.6821 94.5753 41.5769 94.5135 39.2592 94.4038C36.9415 94.2941 34.5278 94.0747 32.0181 93.773C29.7333 93.5091 27.4663 93.1083 25.2295 92.573C23.4803 92.1797 21.7936 91.5475 20.2169 90.6941C18.8866 89.9353 18.2215 88.9845 18.2215 87.8416C18.1616 86.4723 18.4149 85.1074 18.9621 83.8507C19.385 82.9853 19.8613 82.1472 20.3884 81.3411C20.7914 80.8794 21.1539 80.3837 21.4718 79.8598C21.7501 79.3348 21.8872 78.7464 21.8695 78.1524C21.8169 75.6396 20.9801 73.2063 19.4764 71.1925L19.0718 70.3971C18.6895 69.4489 18.3666 68.4778 18.105 67.4895C17.6478 65.9261 16.9621 63.6061 16.0478 60.5296C15.1335 57.453 13.9175 53.1764 12.3998 47.6999L8.43638 32.9433C7.98381 31.5719 7.64094 30.4542 7.41465 29.5834C7.18837 28.7125 6.99637 27.9651 6.83866 27.3548H6.61238C5.29429 27.347 4.00821 26.9478 2.9174 26.2079C1.82659 25.4679 0.980227 24.4205 0.485755 23.1986C-0.00871799 21.9768 -0.129005 20.6355 0.140156 19.3452C0.409317 18.0548 1.05579 16.8735 1.99752 15.9513C2.5982 15.3361 3.31603 14.8473 4.10863 14.5141C4.90123 14.1808 5.75256 14.0096 6.61238 14.0106C7.49066 14.0017 8.36182 14.1689 9.17445 14.5022C9.98709 14.8355 10.7247 15.3282 11.3438 15.9513C11.994 16.5673 12.5081 17.3126 12.8529 18.1393C13.1978 18.966 13.3658 19.8558 13.3461 20.7513C13.3704 21.9736 13.0107 23.1728 12.3175 24.1798C11.6347 25.168 10.7368 25.9886 9.69123 26.5798L25.6615 52.5821V17.1101C24.1858 16.7607 22.8642 15.9399 21.8969 14.7719C20.9144 13.6102 20.3879 12.1307 20.4158 10.6095C20.4056 9.73168 20.5715 8.86081 20.9036 8.04815C21.2357 7.23549 21.7274 6.4976 22.3495 5.87817C23.2932 4.94297 24.4915 4.30658 25.7948 4.04837C27.098 3.79017 28.4485 3.92163 29.6774 4.42639C30.9064 4.93114 31.9594 5.78681 32.705 6.88649C33.4505 7.98617 33.8556 9.28102 33.8695 10.6095C33.8864 12.0862 33.3813 13.5216 32.4432 14.6622C31.5648 15.794 30.3461 16.6136 28.9667 17.0004L41.0558 50.9845L48.3518 14.4908C46.8913 14.1462 45.5878 13.323 44.6489 12.1524C43.7109 11.0118 43.2058 9.57659 43.2227 8.09988C43.2122 7.22138 43.3786 6.34967 43.712 5.53682C44.0454 4.72397 44.5389 3.98667 45.1632 3.36852C45.7431 2.73754 46.448 2.23417 47.2331 1.89062C48.0182 1.54706 48.8663 1.37076 49.7232 1.37298C50.6178 1.35472 51.507 1.51529 52.3386 1.84525C53.1703 2.1752 53.9276 2.66796 54.5663 3.29452C55.205 3.92109 55.7122 4.66879 56.0581 5.49396C56.4039 6.31914 56.5815 7.20516 56.5804 8.09988C56.5973 9.57659 56.0921 11.0118 55.1541 12.1524C54.2452 13.3047 52.9826 14.1264 51.5609 14.4908L58.7472 50.9845L70.8364 17.0004C69.4569 16.6136 68.2382 15.794 67.3598 14.6622C66.4217 13.5216 65.9167 12.0862 65.9335 10.6095C65.9254 9.72642 66.0983 8.85101 66.4415 8.03727C66.7846 7.22352 67.2909 6.48875 67.9289 5.87817C68.558 5.23221 69.3126 4.72186 70.1464 4.37867C70.9802 4.03549 71.8754 3.86681 72.7769 3.8828C73.6524 3.87149 74.5206 4.0431 75.3259 4.38671C76.1312 4.73032 76.8559 5.23831 77.4535 5.87817C78.0756 6.4976 78.5673 7.23549 78.8994 8.04815C79.2315 8.86081 79.3974 9.73168 79.3872 10.6095C79.4151 12.1307 78.8886 13.6102 77.9061 14.7719C76.9702 15.92 75.6921 16.7391 74.2581 17.1101V52.5821L90.1118 26.5798C88.9884 26.0894 88.0392 25.2713 87.3883 24.2326C86.7375 23.1939 86.4153 21.983 86.4638 20.7581C86.4457 19.4356 86.8222 18.1377 87.5454 17.0302C88.2685 15.9228 89.3054 15.0561 90.5235 14.5408C91.7417 14.0256 93.0858 13.8853 94.3841 14.1377C95.6825 14.3902 96.876 15.024 97.8124 15.9581L97.7987 15.9787Z" fill="black"/>
|
|
3
|
-
<path d="M57.877 66.447C60.7296 66.5658 63.429 66.7944 65.9753 67.1327C68.3185 67.4236 70.6284 67.9379 72.8736 68.6687C74.5905 69.1511 76.16 70.0536 77.4405 71.2949L77.7833 70.719C77.8869 70.4752 77.9762 70.2256 78.0507 69.9715C78.1673 69.6355 78.2976 69.1967 78.4553 68.6618C76.4759 66.8333 73.1662 65.5029 68.5262 64.6709C63.8862 63.8389 57.6142 63.4206 49.7102 63.416C41.9387 63.416 35.7673 63.8344 31.1959 64.6709C26.6245 65.5075 23.2987 66.8378 21.2188 68.6618C21.507 69.2457 21.7367 69.8566 21.9045 70.4858C22.0644 70.7731 22.2553 71.0421 22.4736 71.288C23.6953 70.0302 25.2322 69.1233 26.9239 68.6618C29.1691 67.9311 31.479 67.4167 33.8222 67.1258C36.3685 66.783 39.029 66.5544 41.8039 66.4401C44.5788 66.3258 47.221 66.2687 49.7308 66.2687C52.3136 66.2733 55.029 66.3327 57.877 66.447Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
4
|
-
<path d="M70.9398 83.2125C68.1969 82.7919 65.4404 82.4672 62.6701 82.2386C59.8929 82.0124 57.3078 81.8753 54.9147 81.841C52.5215 81.8068 50.8004 81.7861 49.7238 81.7861C48.6472 81.7861 47.0838 81.7862 44.7661 81.841C42.4484 81.8959 39.8975 82.0124 37.1204 82.2386C34.3432 82.4649 31.5935 82.7942 28.8918 83.2125C26.5437 83.523 24.2415 84.1146 22.0347 84.9746C21.44 86.0552 21.162 87.2816 21.2324 88.513C21.6895 87.8273 24.2564 86.9906 28.9329 86.0032C33.6095 85.0158 40.5466 84.5221 49.7444 84.5221C59.0975 84.5221 66.1306 85.0158 70.8438 86.0032C75.5546 86.9906 78.1466 87.8273 78.5992 88.513C78.668 87.2826 78.3926 86.0572 77.8038 84.9746C75.5945 84.1149 73.29 83.5234 70.9398 83.2125Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
5
|
-
<path d="M65.406 75.8549C69.5478 76.5406 72.7981 77.7565 75.1569 79.5028V78.8171C75.1569 78.4399 75.1569 78.0354 75.2117 77.6239C75.2666 77.2125 75.3078 76.7669 75.39 76.3074C72.7249 74.5611 69.3215 73.4022 65.1797 72.8308C60.1758 72.2101 55.1361 71.9237 50.094 71.9737C44.9493 71.9199 39.8067 72.2062 34.6998 72.8308C30.5169 73.3977 27.0883 74.5566 24.4141 76.3074C24.4895 76.8423 24.5443 77.2949 24.5855 77.6789C24.6266 78.0629 24.6403 78.4399 24.6403 78.8171V79.5028C26.9992 77.7519 30.2883 76.5361 34.5078 75.8549C39.6613 75.104 44.866 74.7601 50.0735 74.8263C55.2036 74.7594 60.3308 75.1034 65.406 75.8549V75.8549Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
6
|
-
</svg>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<svg width="96" height="96" viewBox="0 0 90 90" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
|
|
3
|
-
<path d="M84.3087 79.968V90.8023H11.6572V79.968H18.6172C18.6172 74.0251 18.9967 70.6995 19.7555 69.991L22.3201 67.536C23.2755 66.6218 24.1898 65.7281 25.0629 64.855C25.6139 64.3395 26.1293 63.7873 26.6058 63.2023V31.3852C26.4549 31.2275 25.9201 30.6995 25.0629 29.8423C24.2058 28.9852 23.2595 28.0595 22.2721 27.0995C21.2847 26.1395 20.0298 24.912 18.5075 23.3897V4.80005H31.8447V12.7886H40.4024V4.80005H55.4881V12.7886H64.0047V4.80005H77.4652C77.4652 17.1978 77.0858 23.7761 76.3269 24.5349C75.5658 25.2961 74.6881 26.1463 73.7007 27.0995C72.7132 28.0526 71.8012 28.9646 70.9578 29.8423L69.4767 31.3852V63.2023C69.9366 63.7825 70.4312 64.3344 70.9578 64.855C71.7944 65.7327 72.6675 66.6263 73.5772 67.536C74.4869 68.4458 75.7052 69.6251 77.2321 71.0743V79.9886L84.3087 79.968Z" fill="black"/>
|
|
4
|
-
<path d="M73.358 23.3964V21.689H22.4985V23.3964L24.206 24.8844H71.6505L73.358 23.3964Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
5
|
-
<path d="M73.3648 76.8892H22.4985V80.0846H73.3648V76.8892Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
6
|
-
<path d="M73.5912 70.9576L71.7673 69.3599H24.3227L22.6084 70.9576V72.5553H73.5912V70.9576Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
7
|
-
<path d="M66.1782 31.4949H29.5679V34.8H66.1782V31.4949Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
8
|
-
<path d="M66.1782 60.0071H29.5679V63.2025H66.1782V60.0071Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
9
|
-
|
|
10
|
-
<defs>
|
|
11
|
-
</defs>
|
|
12
|
-
</svg>
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<svg width="96" height="96" viewBox="0 0 88 88" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
|
|
3
|
-
<path d="M33.1044 59.8516L33.4551 59.5022L33.8058 59.1467C33.8184 58.6129 33.7153 58.0826 33.5035 57.5921C33.0604 56.5305 32.3298 55.6127 31.3933 54.941C27.6364 51.8682 25.76 47.4496 25.7641 41.6854C25.7346 39.893 26.0935 38.1153 26.8161 36.4736C27.4818 35.0012 28.362 33.6348 29.4282 32.4186C30.4093 31.3011 31.5241 30.3075 32.7477 29.4601C33.7603 28.7562 34.8188 28.1202 35.916 27.5562C38.0605 26.3511 39.8381 25.2987 41.2489 24.3989C42.446 23.6751 43.5299 22.7797 44.4656 21.7417C43.4437 21.1972 42.5906 20.3847 41.9987 19.3919C41.3801 18.3325 41.0526 17.1293 41.0494 15.9035C41.0463 14.6778 41.3675 13.4729 41.9807 12.4103C42.5939 11.3478 43.4774 10.4651 44.5421 9.85134C45.6068 9.23756 46.8151 8.91431 48.0451 8.91431C49.2752 8.91431 50.4835 9.23756 51.5482 9.85134C52.6129 10.4651 53.4964 11.3478 54.1096 12.4103C54.7228 13.4729 55.044 14.6778 55.0408 15.9035C55.0377 17.1293 54.7102 18.3325 54.0916 19.3919C53.4811 20.4042 52.5911 21.2199 51.5279 21.7417C52.5046 22.7579 53.6033 23.6504 54.799 24.3989C56.1695 25.3027 57.9633 26.3551 60.1803 27.5562C61.2756 28.1203 62.332 28.7563 63.3426 29.4601C64.5662 30.3075 65.681 31.3011 66.6621 32.4186C67.7302 33.6346 68.6124 35.001 69.2802 36.4736C70.0028 38.1153 70.3617 39.893 70.3322 41.6854C70.3322 47.3653 68.4558 51.7838 64.703 54.941C63.752 55.634 63.0046 56.5682 62.5384 57.6464C62.3425 58.0943 62.2083 58.5666 62.1394 59.0503C62.2048 59.1502 62.2915 59.2345 62.3933 59.2973C62.5337 59.4052 62.667 59.5219 62.7923 59.6468C64.6667 61.6552 65.606 63.728 65.61 65.8649V68.1665C65.61 69.3073 64.7715 70.177 63.0947 70.7755C61.2962 71.4055 59.4446 71.8733 57.5622 72.1734C57.5952 72.7584 57.8061 73.3194 58.1668 73.7821C58.4682 74.1556 58.8452 74.4615 59.2734 74.6799C59.6839 74.8841 60.1249 75.0204 60.5794 75.0835C61.0119 75.1459 61.4483 75.1783 61.8854 75.18L63.8988 75.1318C65.2773 75.0739 66.6363 74.7868 67.9197 74.2822C69.1997 73.767 70.5102 73.3302 71.8438 72.9747C72.987 72.6283 74.1692 72.4259 75.3629 72.3721C77.6812 72.3564 79.9827 72.7648 82.153 73.5772C84.2773 74.3869 86.236 75.5752 87.9334 77.0839L89.1426 78.289L83.2051 90.5143L80.8953 88.4115C78.3704 86.036 75.0135 84.7386 71.5415 84.7963C70.7402 84.867 69.9481 85.0184 69.1774 85.2482C68.0372 85.5389 66.913 85.8889 65.8095 86.2966C64.2158 86.9958 62.515 87.4216 60.7789 87.5559C59.8448 87.6521 58.9042 87.6681 57.9673 87.604C56.2064 87.5345 54.4783 87.1082 52.8883 86.3509C51.0547 85.5655 49.3961 84.4247 48.0089 82.9948C46.7129 84.545 45.0507 85.75 43.1717 86.5015C41.588 87.2213 39.8801 87.6305 38.1411 87.7066C37.8086 87.7066 36.8532 87.6764 35.2751 87.6101C33.5253 87.5016 31.8072 87.094 30.1961 86.405C29.1151 85.9798 28.006 85.6295 26.8766 85.3566C26.0872 85.1275 25.2771 84.9762 24.4581 84.9047C21.034 84.8298 17.7155 86.0878 15.207 88.4115L12.7885 90.5143L6.85693 78.289L8.16294 77.0839C9.84739 75.5823 11.7889 74.3945 13.8949 73.5772C16.017 72.7651 18.2729 72.3564 20.546 72.3721C21.7796 72.4212 23.0005 72.6403 24.1739 73.0229C25.6492 73.4567 26.9572 73.8745 28.098 74.2762C29.3843 74.846 30.7669 75.1688 32.1733 75.2281L34.3319 75.2764C34.6866 75.2673 35.0402 75.2332 35.39 75.174C35.8418 75.1027 36.2814 74.9687 36.696 74.7762C37.1563 74.5596 37.5677 74.2521 37.9053 73.8724C38.3146 73.3871 38.5768 72.7957 38.6611 72.1674C36.7275 71.8862 34.826 71.418 32.9835 70.7695C31.3389 70.1669 30.5165 69.2972 30.5165 68.1605V65.8589C30.5628 63.5974 31.491 61.4426 33.1044 59.8516V59.8516Z" fill="black"/>
|
|
4
|
-
<path d="M47.0111 72.7759C46.4065 72.7759 45.4995 72.7758 44.2963 72.7276C43.1862 72.6992 42.0783 72.6147 40.9768 72.4746C41.02 73.4085 40.8288 74.3383 40.4205 75.18C40.089 75.8103 39.5833 76.333 38.9633 76.6863C38.3049 77.0371 37.5913 77.2734 36.8531 77.3852C36.0217 77.5219 35.1805 77.5904 34.3378 77.5901H33.2253C32.3155 77.5688 31.4084 77.4841 30.5105 77.3369C29.409 77.1781 28.3296 76.8931 27.2938 76.4874C26.153 76.0857 24.9296 75.7181 23.6236 75.3847C22.6253 75.0963 21.5963 74.9265 20.558 74.8787C18.6769 74.8788 16.8083 75.1841 15.0255 75.7825C13.1059 76.4463 11.3308 77.4688 9.79541 78.7951L13.5139 86.5134C16.4966 83.7584 20.4092 82.2208 24.4761 82.2054C25.4819 82.2562 26.4783 82.424 27.4449 82.7055C28.6645 83.0113 29.8575 83.4143 31.0123 83.9106C32.5344 84.5969 34.1792 84.9717 35.8494 85.0131H38.1592C39.0983 84.9913 40.0301 84.8413 40.9284 84.5672C41.9635 84.2659 42.9463 83.8087 43.8428 83.2115C44.7588 82.5986 45.5303 81.7948 46.1042 80.8557C46.7291 79.8118 47.0436 78.6124 47.0111 77.3972V72.7759Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
5
|
-
<path d="M34.9855 55.4412C35.4419 56.0714 35.7667 56.7865 35.9408 57.5441C37.7006 56.578 39.5757 55.837 41.5216 55.3387C43.6406 54.7942 45.8213 54.5249 48.0095 54.5375C50.2516 54.5223 52.4866 54.7915 54.6605 55.3387C56.5879 55.8093 58.4257 56.5887 60.1023 57.6464C60.322 56.8646 60.6604 56.121 61.106 55.4412C61.6824 54.5932 62.3978 53.8476 63.2223 53.2359C66.3745 50.5607 67.9485 46.7186 67.9445 41.7096C67.9715 40.1759 67.6641 38.6547 67.0436 37.251C66.4654 35.9917 65.7011 34.8258 64.7762 33.7923C63.9204 32.836 62.959 31.979 61.9102 31.2376C61.0068 30.601 60.0681 30.0157 59.0986 29.4843C56.952 28.4194 54.8686 27.2325 52.8587 25.9294C51.48 25.0461 50.2548 23.945 49.2308 22.6697C49.028 22.6695 48.8257 22.6877 48.6262 22.724C48.4261 22.755 48.224 22.7711 48.0215 22.7722C47.8533 22.768 47.6856 22.7519 47.5197 22.724C47.3202 22.688 47.1178 22.6698 46.9151 22.6697C45.8911 23.945 44.6658 25.0461 43.2872 25.9294C41.2795 27.2327 39.1981 28.4195 37.0534 29.4843C36.2472 29.9543 35.3261 30.5387 34.2901 31.2376C33.2185 31.9684 32.2398 32.8263 31.3758 33.7923C30.445 34.8314 29.6655 35.9957 29.06 37.251C28.404 38.645 28.0772 40.1702 28.1046 41.7096C28.1046 46.7226 29.717 50.5647 32.9418 53.2359C33.7202 53.8753 34.4077 54.6172 34.9855 55.4412V55.4412Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
6
|
-
<path d="M32.9233 65.4611C34.216 64.9328 35.5682 64.5627 36.9502 64.3586C38.5586 64.0935 40.1125 63.8765 41.6241 63.7078C43.1358 63.5391 44.4901 63.4427 45.6934 63.4065C46.8966 63.3704 47.6766 63.3583 48.0092 63.3583C48.3417 63.3583 49.1156 63.3583 50.3249 63.4065C51.5342 63.4547 52.8886 63.5391 54.3942 63.7078C55.8997 63.8765 57.4597 64.0935 59.0741 64.3586C60.4853 64.5734 61.8682 64.9431 63.1978 65.4611C63.1978 63.9909 62.5266 62.585 61.1843 61.2434C59.5592 59.7833 57.637 58.6901 55.549 58.0381C53.1196 57.2249 50.5719 56.8177 48.0092 56.833C45.4245 56.8162 42.8561 57.24 40.4149 58.0862C38.2756 58.7746 36.33 59.9577 34.7373 61.5386C33.675 62.5834 33.0302 63.9776 32.9233 65.4611V65.4611Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
7
|
-
<path d="M37.5002 66.6123C34.9204 67.1867 33.429 67.7047 33.0259 68.1667C33.429 68.7049 34.9204 69.2393 37.5002 69.7695C44.465 70.838 51.5528 70.838 58.5176 69.7695C61.0974 69.2393 62.6574 68.7049 63.1975 68.1667C62.6574 67.7007 61.0974 67.1827 58.5176 66.6123C51.5579 65.4795 44.4599 65.4795 37.5002 66.6123V66.6123Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
8
|
-
<path d="M47.0053 41.4083H39.9673V39.1066H47.0053V32.0872H49.2183V39.1066H56.2563V41.4083H49.2183V48.4277H47.0053V41.4083Z" fill="black"/>
|
|
9
|
-
<path d="M44.8411 12.499C43.9657 13.3984 43.4761 14.6022 43.4761 15.8551C43.4761 17.1081 43.9657 18.3117 44.8411 19.2111C45.2481 19.641 45.7392 19.9832 46.2842 20.2164C46.8292 20.4496 47.4164 20.5688 48.0095 20.5668C49.2635 20.5668 50.4661 20.0705 51.3528 19.1868C52.2396 18.3032 52.7377 17.1048 52.7377 15.8551C52.7377 14.6055 52.2396 13.4069 51.3528 12.5233C50.4661 11.6397 49.2635 11.1433 48.0095 11.1433C47.4164 11.1413 46.8292 11.2605 46.2842 11.4937C45.7392 11.7269 45.2481 12.0691 44.8411 12.499V12.499Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
10
|
-
<path d="M49.2189 77.3972C49.1845 78.6118 49.4969 79.8111 50.1198 80.8557C50.6866 81.7846 51.44 82.5866 52.3327 83.2115C53.1943 83.8087 54.1453 84.2663 55.1504 84.5672C55.8506 84.8046 56.5777 84.9544 57.315 85.0131H60.181C61.8513 84.9724 63.4963 84.5975 65.0182 83.9106C66.1916 83.4088 67.4051 83.0057 68.646 82.7055C69.5961 82.4327 70.5734 82.265 71.5604 82.2054C73.4991 82.2037 75.4231 82.5422 77.244 83.2055C79.2066 83.9478 81.001 85.0723 82.5225 86.5134L86.3439 78.7951C84.7955 77.4614 83.0032 76.4384 81.0653 75.7825C79.2311 75.1817 77.3124 74.8766 75.3817 74.8787C74.4103 74.9393 73.4489 75.109 72.5157 75.3847C71.3051 75.6865 70.1122 76.0547 68.9423 76.4874C67.4023 77.111 65.766 77.4657 64.1051 77.5358L61.7954 77.5901C60.985 77.5877 60.1761 77.5191 59.3768 77.3852C58.6245 77.2685 57.8957 77.0326 57.2183 76.6863C56.5693 76.3365 56.0295 75.8154 55.6583 75.18C55.2179 74.3481 55.0092 73.414 55.0536 72.4746C53.9848 72.6173 52.909 72.7018 51.8309 72.7276C50.6216 72.7578 49.7509 72.7759 49.2189 72.7759V77.3972Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
11
|
-
|
|
12
|
-
<defs>
|
|
13
|
-
</defs>
|
|
14
|
-
</svg>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<svg width="96" height="96" viewBox="0 0 97 97" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
|
|
3
|
-
<path d="M88.2795 33.6823C91.5481 36.9508 93.1824 41.3233 93.1824 46.7999C93.1957 49.1518 92.7918 51.4875 91.9892 53.6982C91.2064 55.8283 90.1704 57.8566 88.9035 59.7394C87.6489 61.6043 86.2381 63.3591 84.6864 64.9851C83.1321 66.6216 81.6304 68.1622 80.1813 69.6068L78.5835 71.088C77.0681 72.6103 76.1698 73.8309 75.9024 74.8526C75.6349 75.8743 75.6967 76.5257 76.0807 76.9097C77.3837 78.3004 78.3749 79.9533 78.9881 81.7578C79.5276 83.1238 79.8537 84.5646 79.955 86.0298C79.965 86.8109 79.9261 87.5918 79.8384 88.368C79.7793 88.9077 79.5373 89.4111 79.1527 89.7943C78.2384 90.7086 76.6612 91.4696 74.4212 92.0776C71.8913 92.737 69.3214 93.2319 66.7275 93.5589C63.8338 93.9337 60.7527 94.2195 57.4841 94.416C54.2155 94.6126 51.0612 94.7063 48.0212 94.6971C44.9767 94.6971 41.8018 94.6035 38.4967 94.416C35.1915 94.2286 32.0738 93.9429 29.1435 93.5589C26.5485 93.2391 23.9781 92.7441 21.4498 92.0776C19.2418 91.4651 17.6829 90.704 16.7732 89.7943C16.4335 89.4841 16.1786 89.0922 16.0326 88.6559C15.9255 88.3233 15.8677 87.9768 15.8612 87.6274C15.86 85.6622 16.2059 83.7123 16.8829 81.8674C17.5452 80.0396 18.5532 78.3563 19.8521 76.9097C20.0896 76.2446 20.0896 75.5177 19.8521 74.8526C19.6189 73.8652 18.7892 72.6103 17.3424 71.088L15.8612 69.6068C14.3389 68.1668 12.8167 66.6468 11.2944 65.0468C9.75715 63.4277 8.34723 61.6922 7.07722 59.8559C5.77671 57.9857 4.72341 55.9552 3.9435 53.8149C3.12825 51.5669 2.72185 49.1911 2.7435 46.7999C2.7435 41.3142 4.3778 36.9417 7.64637 33.6823C10.9149 30.4228 15.3241 28.7886 20.8738 28.7795C22.4965 28.8019 24.1097 29.0324 25.6738 29.4652C27.55 29.9698 29.3663 30.6755 31.0909 31.5702C33.0485 32.5843 34.9019 33.7878 36.6247 35.1634C38.5369 36.7017 40.2588 38.4628 41.7538 40.4092C40.6686 37.0059 39.8861 33.5135 39.4155 29.9726C38.995 26.6675 39.5092 24.0252 40.9584 22.0457C42.019 20.528 43.8818 19.5793 46.5469 19.1999V11.6571H40.9584V8.91419H46.5469V1.37134H49.2898V8.91419H55.1047V11.6571H49.2898V19.1999C51.8726 19.5016 53.811 20.5281 55.1047 22.2789C55.8154 23.2512 56.2662 24.3887 56.4144 25.5839C56.6085 27.0024 56.6292 28.4393 56.4761 29.8628C56.3016 31.5366 55.9966 33.1942 55.5641 34.8205C55.1069 36.5714 54.611 38.3588 54.0761 40.1828C55.6042 38.2779 57.3459 36.5546 59.267 35.0468C61.0067 33.6854 62.879 32.5023 64.8555 31.5155C66.5875 30.6494 68.4024 29.9602 70.2727 29.4583C71.8368 29.0255 73.4499 28.795 75.0727 28.7726C80.6087 28.7955 85.011 30.432 88.2795 33.6823Z" fill="black"/>
|
|
4
|
-
<path d="M6.68029 52.9849C7.40854 54.8981 8.36393 56.7169 9.52597 58.4022C10.7122 60.1163 12.0281 61.7371 13.462 63.2502C14.9065 64.7725 16.3511 66.2536 17.7957 67.6936L18.2551 68.153C20.3077 65.945 23.7362 64.5004 28.5408 63.8192C34.4992 63.0595 40.4999 62.6794 46.5065 62.681C46.3465 57.1953 45.3203 52.4981 43.4277 48.5896C41.7521 45.0123 39.4534 41.7616 36.6391 38.9896C34.2658 36.6403 31.4567 34.7769 28.3694 33.5038C25.9824 32.472 23.425 31.8908 20.8265 31.7896C16.0402 31.7896 12.2963 33.1199 9.59457 35.7805C6.89286 38.441 5.54427 42.1301 5.54884 46.8478C5.54638 48.9456 5.92993 51.0259 6.68029 52.9849V52.9849Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
5
|
-
<path d="M69.4084 90.3909C74.1536 89.4035 76.757 88.4892 77.2187 87.648C76.5478 87.1545 75.7926 86.7875 74.9901 86.5647C73.2624 86.0217 71.4879 85.6405 69.6895 85.4263C67.3307 85.0835 64.3844 84.7977 60.8507 84.5692C57.317 84.3406 53.0404 84.2263 48.021 84.2263C42.9284 84.2263 38.5856 84.3589 34.9924 84.6241C31.3993 84.8892 28.4278 85.2137 26.0781 85.5977C24.2839 85.8492 22.5102 86.2297 20.7707 86.7361C19.9935 86.902 19.2685 87.2551 18.6587 87.7647C19.1935 88.519 21.8358 89.392 26.5855 90.384C31.3353 91.376 38.4644 91.8698 47.973 91.8653C57.509 91.8698 64.6541 91.3783 69.4084 90.3909Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
6
|
-
<path d="M75.7379 81.4422C75.238 80.5395 74.6646 79.6795 74.0236 78.8708C71.5916 76.9691 68.3596 75.8675 64.3276 75.5657C60.2956 75.264 55.8111 75.1108 50.8739 75.1062H45.2854C40.2568 75.1062 35.7128 75.2595 31.6534 75.5657C27.5939 75.872 24.3071 76.9736 21.7928 78.8708C21.1816 79.7081 20.6272 80.5856 20.1334 81.4971C19.6364 82.4187 19.3089 83.4221 19.1665 84.4594C21.0134 83.6799 22.9473 83.125 24.9265 82.8068C27.2442 82.3908 29.7334 82.0685 32.394 81.84C35.0545 81.6114 37.754 81.4583 40.4922 81.3806C43.2351 81.3029 45.7494 81.2639 48.0351 81.2639C50.3117 81.2639 52.7871 81.3052 55.4477 81.3806C58.1082 81.456 60.7688 81.6068 63.4294 81.84C66.0899 82.0731 68.5791 82.3885 70.9037 82.8068C72.9158 83.1368 74.8846 83.6913 76.7734 84.4594C76.6183 83.3982 76.2672 82.375 75.7379 81.4422V81.4422Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
7
|
-
<path d="M63.1894 72.6033C66.5501 72.7364 69.8488 73.5506 72.8855 74.9964C73.3781 73.1898 74.322 71.5381 75.6283 70.1964C74.4215 69.0038 72.9296 68.1399 71.2946 67.6867C69.1334 67.0241 66.9197 66.5469 64.6774 66.2604C62.0115 65.91 59.3289 65.7017 56.6409 65.6365C53.7883 65.5587 50.9174 65.5198 48.0283 65.5198C44.9106 65.5198 41.8889 65.5587 38.9631 65.6365C36.2544 65.697 33.5509 65.9052 30.8649 66.2604C28.6607 66.5461 26.4856 67.0233 24.3643 67.6867C22.7485 68.1475 21.2762 69.011 20.0854 70.1964C20.8606 70.8836 21.5163 71.6946 22.026 72.5964C22.4489 73.3436 22.7564 74.1504 22.938 74.9895C26.0547 73.5436 29.4272 72.7302 32.8603 72.5964C36.6592 72.3633 40.8032 72.249 45.2923 72.2535H50.8809C55.3609 72.2581 59.4637 72.3747 63.1894 72.6033Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
8
|
-
<path d="M42.0899 25.6113C41.933 26.4386 41.8572 27.2791 41.8637 28.121C41.9265 30.9466 42.3882 33.7492 43.2351 36.4457C44.1494 39.5634 45.0637 42.5667 45.9779 45.4559C46.3551 46.601 46.7185 47.6982 47.0613 48.7679C47.4042 49.8376 47.7471 50.8251 48.0282 51.8399C48.2545 50.8525 48.5425 49.8308 48.8854 48.7679C49.2282 47.7051 49.5711 46.601 49.9688 45.4559C50.7825 42.5713 51.6465 39.5611 52.5608 36.4251C53.4072 33.7285 53.8689 30.9261 53.9322 28.1006C53.9387 27.2586 53.8629 26.418 53.7059 25.5907C53.5622 24.863 53.2906 24.1665 52.9036 23.5336C52.4159 22.899 51.7671 22.4067 51.0248 22.1074C50.0613 21.7357 49.033 21.5608 48.0008 21.5931C45.7928 21.5931 44.1197 22.2399 42.9814 23.5336C42.5309 24.1499 42.2261 24.8603 42.0899 25.6113Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
9
|
-
<path d="M82.4097 63.1679C83.8629 61.6743 85.1972 60.0694 86.4005 58.3679C87.5754 56.6999 88.5512 54.9002 89.308 53.0056C90.0774 51.0398 90.4638 48.945 90.4462 46.8341C90.4462 42.1164 89.0748 38.4274 86.3319 35.7668C83.5891 33.1062 79.8268 31.7759 75.0451 31.7759C72.4319 31.866 69.859 32.4475 67.4611 33.4902C64.3904 34.7716 61.5963 36.6343 59.2325 38.9759C56.4183 41.7465 54.1217 44.9976 52.4508 48.5759C50.5537 52.4936 49.4885 57.1908 49.2554 62.6673C55.2162 62.6742 61.1707 63.0543 67.0839 63.8056C71.9845 64.4913 75.4634 65.9359 77.5205 68.1393L77.9731 67.5701C79.4497 66.1301 80.9285 64.6628 82.4097 63.1679Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
10
|
-
|
|
11
|
-
<defs>
|
|
12
|
-
</defs>
|
|
13
|
-
</svg>
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<svg width="96" height="96" viewBox="0 0 97 97" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
|
|
3
|
-
<path d="M42.5768 1.37134L43.6054 2.62625C43.6808 2.70168 43.9825 3.07876 44.5174 3.76447C45.1499 4.59705 45.7205 5.47488 46.2248 6.39081C46.8759 7.53617 47.4665 8.71487 47.9939 9.92218C48.5595 11.1883 48.925 12.5347 49.0774 13.9131C55.7771 14.0322 62.3195 15.9633 68.0099 19.5016C73.5642 22.9987 78.2797 28.1324 82.1562 34.9027C86.0328 41.673 89.0042 50.0365 91.0705 59.993C93.1231 69.9496 94.1494 81.5427 94.1494 94.7725H28.5402C28.5402 88.8296 29.2259 84.1919 30.5974 80.8593C31.9731 77.505 34.3729 74.671 37.4545 72.7611C40.8561 70.8837 43.6315 68.0486 45.4362 64.6079C47.3334 61.0787 48.6637 56.4593 49.4271 50.7496C48.0742 52.9522 46.1874 54.7777 43.9414 56.0571C42.3014 56.9414 40.5903 57.6868 38.8259 58.2856L36.9951 59.081C35.5627 59.8221 34.285 60.8299 33.2305 62.0502C31.7905 63.5725 30.3848 65.1314 29.0134 66.7268L27.8545 68.1873L26.3665 69.9016C25.1937 71.4582 23.8088 72.843 22.2522 74.0159C20.8054 75.0856 18.8237 75.6136 16.2042 75.6136C14.5818 75.5782 12.9791 75.2507 11.4728 74.6468C9.74166 73.984 8.12275 73.0589 6.6728 71.904C5.19827 70.7343 3.92839 69.3277 2.91508 67.7417C1.88685 66.1438 1.35038 64.2793 1.37222 62.3793C1.37222 58.425 2.07622 55.1564 3.48422 52.5736C4.86777 50.0192 6.44978 47.5775 8.21565 45.2708L9.01794 44.4754C9.31965 44.0183 9.7928 43.3326 10.4374 42.4183C11.1231 41.5063 11.7128 40.5394 12.3231 39.5108C12.9349 38.4783 13.4866 37.4113 13.9757 36.3153C14.4323 35.373 14.6846 34.3449 14.7162 33.2982C14.6295 30.7883 14.9585 28.2813 15.6899 25.8788C16.3596 24.0056 17.2998 22.2407 18.4808 20.64L19.1665 19.6114L20.3048 18.24C20.6331 17.8996 20.8341 17.4563 20.8739 16.9851C20.8739 16.0731 20.8739 15.408 20.8191 14.9897C20.7642 14.5714 20.7231 14.1737 20.6477 13.7966C20.56 13.3715 20.4454 12.9523 20.3048 12.5417C20.1157 11.7193 20.0395 10.8748 20.0785 10.0318C20.0785 7.82383 20.2865 6.24446 20.7025 5.2936C21.1208 4.34732 21.3882 3.79881 21.4431 3.64109L22.1288 2.26966L23.3837 3.18155C23.4591 3.25698 23.8774 3.55875 24.6385 4.0936C25.5784 4.77664 26.4739 5.5187 27.3197 6.31531C28.4401 7.36461 29.5066 8.47009 30.5151 9.62736C31.6297 10.8867 32.5791 12.2832 33.3402 13.7828C33.9023 13.6275 34.4754 13.5152 35.0545 13.4468C35.6579 13.3714 36.1928 13.2959 36.6454 13.2136C36.7917 11.806 37.119 10.4232 37.6191 9.09935C38.0503 7.93172 38.585 6.80501 39.2168 5.73255C39.8858 4.63903 40.6281 3.59202 41.4385 2.59879L42.5768 1.37134Z" fill="black"/>
|
|
4
|
-
<path d="M20.7982 71.5543C22.0256 70.5215 23.1718 69.3958 24.2267 68.1873L25.7079 66.2469L27.0793 64.992C28.6016 63.2503 30.1239 61.5587 31.6462 59.9176C32.8322 58.5448 34.262 57.4034 35.8633 56.5508L37.8039 55.7554C38.9422 55.2983 40.2542 54.7291 41.7399 54.048C43.3102 53.2953 44.7228 52.2504 45.9022 50.9691C47.3453 49.3413 48.448 47.441 49.1456 45.3805C50.1196 42.4393 50.5721 39.3507 50.4827 36.2537H53.3353C53.3722 41.0379 53.0858 45.819 52.4782 50.5645C52.0084 54.3011 51.1488 57.9783 49.9136 61.5359C48.9068 64.4432 47.4212 67.1618 45.5182 69.5794C43.7107 71.8001 41.5322 73.691 39.0793 75.168C36.8241 76.5829 34.9612 78.5424 33.6622 80.8662C32.2496 83.2982 31.4702 86.9553 31.3239 91.8376H88.5399C88.5399 86.0593 88.3502 80.2057 87.9707 74.2766C87.6056 68.4802 86.9003 62.7103 85.8587 56.9966C84.8985 51.6473 83.4478 46.3976 81.525 41.3142C79.8138 36.7183 77.4113 32.4106 74.4004 28.5395C71.5482 24.9238 67.9484 21.967 63.8473 19.8719C59.7056 17.7462 54.821 16.6811 49.1936 16.6766C49.2257 17.6394 49.1101 18.6013 48.8507 19.5291C48.433 20.5764 47.897 21.5727 47.253 22.4983L44.8599 21.0102C45.4253 20.2995 45.8871 19.5123 46.2313 18.6719C46.4075 18.022 46.4861 17.3496 46.4644 16.6766V15.3051C46.4127 13.5098 45.9431 11.7513 45.093 10.1691C44.3883 8.68904 43.5481 7.27721 42.5833 5.9519C41.8129 7.06879 41.145 8.25315 40.5879 9.4903C39.8474 11.0974 39.4772 12.8502 39.5044 14.6194V15.8742C39.5044 16.2513 39.5044 16.8068 39.5593 17.5268C39.634 18.437 39.8088 19.3361 40.0804 20.2079L37.3376 21.0033C37.0256 20.0184 36.7962 19.0092 36.6519 17.9862C36.5858 17.3987 36.5492 16.8082 36.5422 16.217C35.8564 16.2947 35.1913 16.3909 34.5467 16.5051C34.0873 16.5564 33.6411 16.691 33.2302 16.9027C32.2175 17.4151 31.2455 18.0043 30.3227 18.6651C29.4298 19.4658 28.6786 20.4117 28.101 21.4628L25.7079 19.9816C26.1604 19.2204 26.5582 18.6102 26.901 18.0959C27.2061 17.648 27.5503 17.2282 27.9296 16.8411C28.2973 16.4807 28.6992 16.1568 29.1296 15.8742C29.5867 15.5725 30.1559 15.2296 30.837 14.8456C29.8577 13.0335 28.6092 11.3805 27.1342 9.94281C25.959 8.774 24.7206 7.67057 23.4244 6.63762C23.0591 7.74179 22.9055 8.90503 22.9719 10.0662C22.9719 11.129 22.9719 11.8354 23.0267 12.1714C23.0816 12.5074 23.1227 12.8571 23.1982 13.2549C23.3625 13.6835 23.4954 14.1235 23.5959 14.5714C23.7365 15.3794 23.7939 16.1997 23.7673 17.0194C23.7715 17.8233 23.5219 18.608 23.0542 19.2617C22.5604 19.9474 22.0462 20.6331 21.5113 21.4285L20.9422 22.2239C19.9295 23.652 19.1067 25.2056 18.4942 26.8456C17.8452 28.9301 17.5554 31.1098 17.637 33.2914C17.5299 35.5916 16.7948 37.8184 15.5113 39.7302C14.1989 41.9147 12.7706 44.0274 11.2324 46.0593L10.5467 47.0879C9.71015 48.1508 8.92844 49.2206 8.20844 50.2834C7.47424 51.361 6.80781 52.4831 6.21301 53.6434C5.57632 54.8912 5.09721 56.2133 4.78673 57.5794C4.42956 59.154 4.25697 60.7648 4.27244 62.3794C4.26264 63.6355 4.57674 64.873 5.18444 65.9725C5.79957 67.0829 6.56829 68.101 7.46787 68.9966C8.38246 69.9112 9.41845 70.6956 10.5467 71.328C11.6115 71.9481 12.7692 72.3926 13.9753 72.6445C14.0568 72.0079 14.2495 71.3906 14.5444 70.8205C14.8401 70.2235 15.1817 69.6503 15.5662 69.1063C15.9697 68.4638 16.3337 67.7975 16.6564 67.1109C17.0181 66.2646 17.1912 65.3496 17.1639 64.4296H20.0164C20.0656 65.6521 19.8112 66.8679 19.2759 67.968C18.7822 68.88 18.3433 69.7165 17.9662 70.4777C17.2832 71.1535 16.8422 72.0355 16.7113 72.9873C18.1844 72.9194 19.6052 72.4212 20.7982 71.5543V71.5543Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
5
|
-
<path d="M10.8146 56.3864C9.9067 57.1568 9.11862 58.058 8.47627 59.0606C7.81299 60.054 7.33016 61.1566 7.04998 62.3177C6.86484 63.264 6.95398 63.8195 7.33798 63.9704C7.6397 64.3475 8.19513 64.2172 8.99056 63.5726C9.89681 62.798 10.6846 61.8947 11.3288 60.8916C12.0212 59.9707 12.5246 58.922 12.81 57.8058C13.0363 56.8184 12.9608 56.2149 12.5837 55.9886C12.2066 55.6046 11.6168 55.7349 10.8146 56.3864Z" fill="black"/>
|
|
6
|
-
<path d="M29.3491 33.4011C29.3981 34.2364 29.1558 35.0629 28.6634 35.7395C28.4998 35.9904 28.279 36.199 28.0192 36.348C27.7593 36.497 27.4677 36.5822 27.1685 36.5966C25.6462 36.5966 24.8851 35.5313 24.8851 33.4011C24.8682 33.1307 24.9079 32.8598 25.0017 32.6057C24.5491 33.216 24.1445 33.7439 23.8017 34.2033C23.3153 34.98 22.9499 35.8264 22.7182 36.7131H19.8862C20.3369 35.2955 20.9081 33.919 21.5937 32.5988C22.1555 31.5213 22.9083 30.5547 23.8154 29.7461C24.7346 28.9593 25.7741 28.3249 26.8942 27.8673C28.2445 27.3187 29.6364 26.8785 31.0565 26.5508V29.52C30.4362 29.616 29.8258 29.7674 29.2325 29.9725C28.8554 30.1302 28.4371 30.281 27.9777 30.4319C28.8919 30.9713 29.3491 31.9611 29.3491 33.4011Z" fill="black"/>
|
|
7
|
-
|
|
8
|
-
<defs>
|
|
9
|
-
</defs>
|
|
10
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<svg width="96" height="96" viewBox="0 0 89 89" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
|
|
3
|
-
<path d="M38.1807 12.0552C38.7125 10.7768 39.4854 9.61274 40.4573 8.62659C41.4274 7.66221 42.5693 6.8877 43.8241 6.3431C45.1545 5.76579 46.5911 5.47379 48.0413 5.48596C49.4749 5.4842 50.8938 5.7759 52.2104 6.3431C53.4984 6.88673 54.6764 7.66057 55.687 8.62659C56.6958 9.61576 57.4978 10.7957 58.0464 12.0977C58.5949 13.3997 58.8792 14.7978 58.8824 16.2106C58.8919 17.84 58.4985 19.4464 57.7373 20.8871C56.9722 22.3346 55.9254 23.6146 54.6584 24.6516C58.4839 25.6184 61.9252 27.7253 64.5258 30.6928C66.9256 33.3965 68.2441 36.8903 68.2287 40.5054C68.2466 43.4561 67.3296 46.3367 65.6093 48.734C63.7865 51.2737 61.4054 53.3615 58.6493 54.8368C61.7361 55.6293 64.7071 56.8187 67.4881 58.3752C70.0554 59.7916 72.3853 61.6008 74.3933 63.7374C76.2431 65.7131 77.7454 67.9875 78.8367 70.4643C79.8984 72.8705 80.4428 75.4731 80.4344 78.1032V90.3774H15.7716V78.1717C15.7641 75.5424 16.306 72.9406 17.3624 70.5329C18.4659 68.0464 19.9925 65.7703 21.8744 63.806C23.9059 61.6754 26.2506 59.8671 28.8275 58.4437C31.6091 56.8884 34.58 55.6992 37.6664 54.9054C34.8182 53.4739 32.3541 51.3814 30.4801 48.8026C28.7598 46.4053 27.8428 43.5248 27.8607 40.5741C27.85 36.9498 29.1896 33.4515 31.6184 30.7615C34.2489 27.7993 37.7078 25.6948 41.5475 24.7203C40.2785 23.6835 39.2294 22.4036 38.4618 20.9557C37.703 19.5144 37.312 17.9079 37.3236 16.2791C37.3098 14.8266 37.6019 13.3874 38.1807 12.0552V12.0552Z" fill="black"/>
|
|
4
|
-
<path d="M18.2815 87.8403H77.8083V78.1442C77.8057 75.5523 77.2025 72.9964 76.046 70.6769C74.8244 68.2257 73.1598 66.0218 71.1363 64.1763C68.8959 62.1388 66.3509 60.4638 63.5935 59.2117C60.5689 57.8169 57.3623 56.8564 54.0689 56.3591L53.9523 53.9659C57.2078 53.0559 60.1361 51.2362 62.3935 48.7203C64.4542 46.4761 65.5949 43.5385 65.5889 40.4917C65.595 38.7775 65.2252 37.0829 64.5055 35.5271C63.7573 33.9381 62.7122 32.5068 61.4266 31.3101C60.0449 30.0209 58.4662 28.9606 56.7501 28.1694C54.8873 27.3105 52.9065 26.735 50.8735 26.462L50.5306 23.9522C52.1865 23.41 53.6382 22.3769 54.6929 20.99C55.8361 19.4055 56.3727 17.4633 56.2053 15.5167C56.038 13.57 55.1777 11.7482 53.7809 10.382C53.0317 9.61503 52.1353 9.00699 51.1456 8.5946C50.1559 8.1822 49.0931 7.97395 48.0209 7.98204C46.9576 7.97196 45.9034 8.17966 44.9234 8.59242C43.9434 9.00518 43.0583 9.61424 42.3226 10.382C41.5472 11.136 40.9347 12.041 40.5231 13.0412C40.1115 14.0414 39.9094 15.1155 39.9295 16.1969C39.8942 17.9145 40.4136 19.5978 41.4106 20.9969C42.4361 22.3927 43.8759 23.4292 45.5249 23.959L45.4083 26.4689C43.3214 26.7368 41.2856 27.3122 39.3672 28.1763C37.6389 28.9456 36.0567 30.0082 34.6906 31.3169C33.4238 32.5318 32.3795 33.959 31.6049 35.534C30.8519 37.0804 30.4626 38.7786 30.4666 40.4986C30.4605 43.5454 31.6013 46.4829 33.662 48.7271C35.949 51.2611 38.9177 53.0823 42.2129 53.9728L41.9866 56.3659C38.7097 56.8584 35.5206 57.8192 32.5169 59.2186C29.7697 60.489 27.2274 62.1623 24.974 64.1832C22.9221 66.0158 21.2373 68.2218 20.0095 70.6837C18.8411 73.0406 18.2377 75.6372 18.2472 78.2678L18.2815 87.8403Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
5
|
-
|
|
6
|
-
<defs>
|
|
7
|
-
</defs>
|
|
8
|
-
</svg>
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<svg width="100" height="96" viewBox="0 0 100 96" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M93.1908 13.9213C94.5095 13.9277 95.7965 14.3258 96.8884 15.0653C97.9802 15.8047 98.8277 16.8522 99.323 18.0743C99.8183 19.2964 99.9392 20.6381 99.6702 21.9291C99.4013 23.2201 98.7547 24.402 97.8125 25.3247C97.2115 25.9413 96.4927 26.4309 95.6987 26.7643C94.9048 27.0976 94.0519 27.2681 93.1908 27.2653H92.9645C92.5074 29.0162 91.9177 31.2767 91.1954 34.047C90.4731 36.8172 89.6754 39.7887 88.8023 42.9612C87.9291 46.1155 87.0354 49.3155 86.1211 52.5612C85.2068 55.807 84.352 58.7533 83.5565 61.4002C82.7611 64.0608 82.0571 66.2848 81.4445 68.0722C81.1618 69.1312 80.7398 70.148 80.1897 71.0961C78.7296 73.1224 77.9342 75.5519 77.9131 78.0494C77.9953 79.2391 78.4788 80.3656 79.2845 81.2447C79.8131 82.05 80.2895 82.8882 80.7108 83.7544C81.258 85.011 81.5113 86.376 81.4514 87.7453C81.4514 88.8104 80.7863 89.7247 79.456 90.4881C77.8608 91.3488 76.1527 91.9813 74.3817 92.367C72.1458 92.8959 69.8816 93.2965 67.6 93.567C65.1223 93.8687 62.7063 94.0973 60.352 94.2527C58 94.4036 55.8674 94.4995 53.968 94.5338C52.0685 94.5681 50.6628 94.5956 49.7508 94.5956C48.8388 94.5956 47.5428 94.5955 45.6365 94.5338C43.7303 94.4721 41.6251 94.4036 39.3074 94.2527C36.9897 94.1019 34.576 93.8687 32.0663 93.567C29.7814 93.3031 27.5145 92.9024 25.2777 92.367C23.526 91.9749 21.8369 91.3426 20.2583 90.4881C18.928 89.7293 18.2628 88.815 18.2628 87.7453C18.2029 86.376 18.4562 85.011 19.0034 83.7544C19.4274 82.8896 19.9037 82.0515 20.4297 81.2447C21.3105 80.4057 21.8398 79.2637 21.9108 78.0494C21.8613 75.5382 21.0242 73.1059 19.5177 71.0961C19.3691 70.8667 19.2536 70.6173 19.1748 70.3555C19.024 69.9372 18.7017 68.9841 18.208 67.4412C17.7143 65.8984 17.008 63.6219 16.096 60.5431C15.184 57.4642 13.9703 53.1852 12.448 47.7132L8.33369 33.0047C7.95883 31.6332 7.61598 30.4722 7.30512 29.5213C6.99426 28.5705 6.76569 27.8299 6.6194 27.2996C5.74848 27.3142 4.88386 27.1495 4.07932 26.8157C3.27479 26.4818 2.54755 25.9859 1.94283 25.359C1.30714 24.735 0.806766 23.9867 0.472899 23.1609C0.139032 22.3351 -0.0211865 21.4495 0.00224474 20.559C3.04929e-05 19.699 0.170677 18.8473 0.504037 18.0545C0.837398 17.2618 1.32669 16.5441 1.94283 15.9442C2.53966 15.3033 3.26419 14.7946 4.06968 14.4509C4.87517 14.1072 5.74375 13.9361 6.6194 13.9486C7.50252 13.9405 8.37793 14.1134 9.19167 14.4566C10.0054 14.7997 10.7402 15.3061 11.3508 15.9442C12.4393 16.992 13.1306 18.3848 13.307 19.8854C13.4833 21.3859 13.1336 22.9012 12.3177 24.1727C11.647 25.1815 10.75 26.0198 9.69826 26.6208L25.6617 52.623V17.0412C24.1732 16.7559 22.8261 15.9724 21.8422 14.8195C20.8304 13.6687 20.2829 12.1827 20.3063 10.6505C20.3026 9.32149 20.6927 8.02119 21.4274 6.9137C22.162 5.8062 23.2082 4.94114 24.434 4.42765C25.6598 3.91416 27.0102 3.77515 28.3148 4.02838C29.6195 4.2816 30.8199 4.91571 31.7645 5.85047C32.3836 6.4837 32.8689 7.23485 33.1917 8.05946C33.5144 8.88407 33.6681 9.76529 33.6434 10.6505C33.6484 12.0931 33.1823 13.4979 32.3159 14.6514C31.4495 15.8049 30.2303 16.644 28.8434 17.0412L40.9325 51.0253L48.1394 14.4904C46.7456 14.0976 45.5089 13.2804 44.6011 12.1521C43.6342 11.0272 43.1079 9.58986 43.12 8.1065C43.1162 6.33955 43.8084 4.64212 45.0469 3.38184C46.2853 2.12155 47.9704 1.39978 49.7371 1.37274C50.6328 1.35609 51.5227 1.51922 52.3543 1.85254C53.1858 2.18586 53.9421 2.68249 54.5783 3.3132C55.2278 3.92979 55.7414 4.67537 56.0862 5.50192C56.431 6.32848 56.5994 7.21781 56.5805 8.1132C56.5935 9.58717 56.0887 11.019 55.1543 12.159C54.246 13.3121 52.9832 14.1338 51.5611 14.4972L58.7474 50.9909L70.8365 17.0071C69.456 16.6185 68.2356 15.7992 67.3531 14.6687C66.4177 13.5266 65.9129 12.0924 65.9268 10.6162C65.9054 9.72597 66.0666 8.84079 66.4003 8.01526C66.7341 7.18974 67.2334 6.44136 67.8674 5.81615C68.5094 5.17591 69.2755 4.67345 70.1185 4.33976C70.9616 4.00607 71.864 3.84812 72.7703 3.87553C74.5358 3.90256 76.2198 4.62348 77.4581 5.88228C78.6963 7.14109 79.3894 8.83666 79.3874 10.6024C79.4089 12.1355 78.8589 13.6218 77.8445 14.7716C76.8628 15.9271 75.5148 16.7112 74.0251 16.9933V52.575L89.9954 26.5727C87.6366 25.3567 86.4571 23.3407 86.4571 20.5247C86.4859 18.7603 87.2076 17.0782 88.4662 15.8414C89.7248 14.6046 91.4194 13.9124 93.184 13.9145L93.1908 13.9213Z" fill="black"/>
|
|
3
|
-
<path d="M2.88262 20.5383C2.86301 21.0539 2.94899 21.5679 3.1353 22.049C3.32162 22.5301 3.60431 22.9682 3.96604 23.3361C4.31525 23.6902 4.73333 23.9691 5.19446 24.1554C5.65558 24.3417 6.14998 24.4315 6.64718 24.4194C7.15316 24.4281 7.6559 24.337 8.12657 24.151C8.59724 23.9651 9.02659 23.6882 9.39004 23.3361C9.76713 22.977 10.0636 22.5419 10.2599 22.0596C10.4561 21.5773 10.5476 21.0587 10.5283 20.5383C10.5392 20.0373 10.4433 19.5398 10.2471 19.0787C10.0508 18.6176 9.75866 18.2036 9.39004 17.8641C9.0277 17.5104 8.59855 17.2323 8.12762 17.0463C7.65669 16.8603 7.15341 16.77 6.64718 16.7806C6.1511 16.7723 5.6584 16.8637 5.19835 17.0495C4.7383 17.2353 4.32029 17.5117 3.96914 17.8623C3.61798 18.2128 3.34085 18.6303 3.1542 19.0901C2.96755 19.5498 2.8752 20.0422 2.88262 20.5383Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
4
|
-
<path d="M11.8789 35.2471C12.8663 39.1282 13.9863 43.2723 15.2389 47.6792C16.4915 52.086 17.6892 56.1156 18.8321 59.7682C19.7658 59.2673 20.7408 58.8474 21.7463 58.5133C22.8435 58.1362 24.0435 57.7522 25.3326 57.3751C24.88 56.6139 24.1395 55.4002 23.1109 53.7202L19.6343 48.0768C18.3406 45.9876 17.0103 43.8208 15.6435 41.5762C14.2766 39.3316 13.0218 37.2219 11.8789 35.2471Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
5
|
-
<path d="M49.7445 62.621C57.7262 62.621 63.9982 63.0187 68.5605 63.8141C73.1228 64.6095 76.4302 65.9603 78.4828 67.8666C78.8047 67.1264 79.0706 66.3631 79.2782 65.5831C79.5045 64.7465 79.8131 63.7592 80.1902 62.621C78.6748 61.7337 77.0431 61.062 75.3422 60.6254C73.0561 59.9916 70.7343 59.4948 68.3891 59.1375C65.7605 58.726 62.9102 58.422 59.8382 58.2254C56.7525 58.0403 53.5091 57.9443 50.0873 57.9443C47.2713 57.9443 44.3616 58.0197 41.3582 58.1705C38.3548 58.3214 35.4839 58.5889 32.7456 58.9729C30.1904 59.315 27.6578 59.8095 25.1616 60.454C23.2257 60.9099 21.3647 61.6396 19.6348 62.621C19.9365 63.7592 20.2039 64.7465 20.4302 65.5831C20.6369 66.3642 20.9052 67.1278 21.2325 67.8666C23.2851 65.9649 26.5925 64.6141 31.1548 63.8141C35.7171 63.0141 41.9136 62.6164 49.7445 62.621Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
6
|
-
<path d="M49.7438 91.7016C59.0969 91.7016 66.1301 91.2079 70.8432 90.2205C75.5564 89.2331 78.1415 88.3964 78.5987 87.7107C78.1415 86.8741 75.5564 85.9804 70.8432 85.0296C66.1301 84.0787 59.0969 83.6101 49.7438 83.6238C40.5415 83.6238 33.6021 84.0993 28.9255 85.0502C24.249 86.001 21.6455 86.897 21.1152 87.7381C21.5724 88.4238 24.1187 89.2603 28.7541 90.2478C33.3895 91.2352 40.3861 91.7198 49.7438 91.7016Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
7
|
-
<path d="M49.7443 73.3384C37.6574 73.3384 29.2551 75.1259 24.5374 78.7007C24.487 79.5217 24.2527 80.3208 23.8517 81.0389C23.4746 81.6835 23.0906 82.2733 22.7134 82.8081C22.5626 83.0344 22.4254 83.2401 22.3157 83.4321C22.206 83.6241 22.062 83.871 21.9111 84.1727C24.1356 83.3027 26.4524 82.6906 28.8163 82.3486C31.5866 81.8914 34.3614 81.5486 37.1408 81.32C39.8837 81.0937 42.462 80.9429 44.7797 80.8675C47.0974 80.7921 48.7568 80.751 49.7443 80.751C50.7317 80.751 52.4871 80.7921 54.8734 80.8675C57.2597 80.9429 59.7968 81.0937 62.574 81.32C65.3511 81.5463 68.1214 81.8892 70.8986 82.3486C73.2602 82.6906 75.5748 83.3027 77.7968 84.1727C77.646 83.871 77.5157 83.6241 77.3991 83.4321C77.2826 83.2401 77.1523 83.0344 77.0014 82.8081C76.6174 82.2733 76.2403 81.6835 75.8563 81.0389C75.4553 80.3208 75.221 79.5217 75.1706 78.7007C70.4574 75.1259 61.982 73.3384 49.7443 73.3384Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
8
|
-
<path d="M49.7444 65.4663C47.3124 65.4663 44.6884 65.5257 41.8724 65.6446C39.061 65.7543 36.3867 65.9875 33.7742 66.3303C31.4348 66.6187 29.1261 67.1166 26.8759 67.8183C25.1822 68.2595 23.6559 69.1897 22.4873 70.4926C22.9659 71.2343 23.3311 72.0432 23.5707 72.8926C23.8313 73.8046 24.1193 74.6754 24.421 75.512C27.5299 73.6011 31.0109 72.3761 34.6313 71.9188C39.6284 71.2175 44.6713 70.8944 49.717 70.952C54.8655 70.885 60.0117 71.2082 65.1113 71.9188C68.7112 72.3813 72.171 73.6063 75.2599 75.512C75.5616 74.6754 75.8702 73.8046 76.1719 72.8926C76.4518 72.0276 76.876 71.2161 77.4267 70.4926C76.1245 69.2129 74.5135 68.2915 72.7502 67.8183C70.4803 67.1205 68.1537 66.6226 65.797 66.3303C63.2119 65.9943 60.5102 65.7612 57.6987 65.6446C54.8873 65.528 52.2542 65.4663 49.7444 65.4663Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
9
|
-
<path d="M23.0565 10.6094C23.0507 11.1249 23.154 11.6357 23.3597 12.1084C23.5653 12.5811 23.8686 13.0051 24.2497 13.3523C24.5997 13.7091 25.0167 13.9933 25.4768 14.1887C25.9369 14.384 26.431 14.4865 26.9308 14.4905C27.4589 14.506 27.9845 14.4131 28.4752 14.2173C28.9658 14.0215 29.4111 13.7271 29.7834 13.3523C30.1508 12.9974 30.4414 12.5708 30.6372 12.099C30.833 11.6272 30.9299 11.1202 30.9217 10.6094C30.9404 10.0901 30.8486 9.5728 30.6524 9.09167C30.4561 8.61054 30.1599 8.17656 29.7834 7.81851C29.4024 7.45933 28.9544 7.17874 28.4649 6.99284C27.9755 6.80694 27.4542 6.71948 26.9308 6.7352C25.9316 6.74099 24.9724 7.12848 24.2497 7.81851C23.8592 8.16847 23.5501 8.59966 23.3439 9.08179C23.1378 9.56392 23.0397 10.0853 23.0565 10.6094V10.6094Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
10
|
-
<path d="M28.418 56.8059C30.2619 56.421 32.1252 56.1348 33.9997 55.9488C35.906 55.7568 37.7346 55.5853 39.4854 55.4345L28.4248 23.8438L28.418 56.8059Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
11
|
-
<path d="M43.0107 55.3178C43.7719 55.2424 44.4576 55.2081 45.0679 55.2081H54.6679C55.3551 55.2068 56.0419 55.2434 56.725 55.3178L49.7719 20.4219L43.0107 55.3178Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
12
|
-
<path d="M45.8632 8.10686C45.8549 8.61433 45.9581 9.11732 46.1655 9.58057C46.3728 10.0438 46.6793 10.456 47.0632 10.7879C47.7862 11.4767 48.7458 11.862 49.7443 11.8646C50.7935 11.8703 51.8074 11.4867 52.5901 10.7879C52.9862 10.4632 53.3046 10.0538 53.5218 9.58978C53.7389 9.1258 53.8493 8.61912 53.8449 8.10686C53.8595 7.57619 53.7542 7.04904 53.537 6.56467C53.3197 6.0803 52.996 5.65112 52.5901 5.30909C51.8081 4.60842 50.7943 4.22237 49.7443 4.22561C48.745 4.2307 47.7855 4.61846 47.0632 5.30909C46.6706 5.65916 46.3596 6.09112 46.1523 6.57455C45.9449 7.05797 45.8462 7.58111 45.8632 8.10686V8.10686Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
13
|
-
<path d="M60.2354 55.4345C61.9862 55.5853 63.8148 55.7568 65.7211 55.9488C67.5978 56.1348 69.4634 56.421 71.3096 56.8059V23.8438L60.2354 55.4345Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
14
|
-
<path d="M68.787 10.6093C68.7812 11.1254 68.8852 11.6369 69.0921 12.1098C69.299 12.5827 69.604 13.0061 69.987 13.3521C70.3537 13.7172 70.7892 14.0057 71.2683 14.2011C71.7474 14.3965 72.2605 14.4948 72.7779 14.4904C73.2778 14.4871 73.7721 14.3849 74.2323 14.1895C74.6925 13.9942 75.1094 13.7095 75.459 13.3521C75.841 13.0053 76.1454 12.5816 76.3522 12.109C76.559 11.6363 76.6635 11.1252 76.659 10.6093C76.6745 10.0847 76.5751 9.56308 76.3678 9.08099C76.1605 8.5989 75.8504 8.168 75.459 7.81838C74.7367 7.12775 73.7772 6.74016 72.7779 6.73507C71.743 6.72466 70.7438 7.11245 69.987 7.81838C69.5946 8.1671 69.2836 8.59785 69.0763 9.08016C68.8689 9.56246 68.7701 10.0846 68.787 10.6093Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
15
|
-
<path d="M80.9918 59.7682C81.9792 56.4996 83.0626 52.7351 84.2421 48.4745C85.4215 44.214 86.6558 39.8048 87.9449 35.2471C86.8066 37.2219 85.5518 39.3316 84.1804 41.5762C82.8089 43.8208 81.4992 45.9876 80.2512 48.0768C78.9986 50.1705 77.8375 52.0516 76.7678 53.7202C75.7049 55.4002 74.9438 56.6139 74.4912 57.3751C75.7049 57.7522 76.8843 58.1362 78.0226 58.5133C79.0485 58.8402 80.0424 59.2603 80.9918 59.7682Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
16
|
-
<path d="M93.1909 24.4125C93.6969 24.4212 94.1996 24.3301 94.6703 24.1442C95.141 23.9583 95.5703 23.6814 95.9338 23.3292C96.3098 22.9693 96.6056 22.534 96.8018 22.0519C96.9979 21.5698 97.09 21.0517 97.0721 20.5315C97.0816 20.0306 96.9852 19.5335 96.789 19.0726C96.5928 18.6117 96.3014 18.1975 95.9338 17.8572C95.5712 17.5039 95.142 17.2261 94.6711 17.0401C94.2003 16.8541 93.6971 16.7635 93.1909 16.7738C92.6558 16.759 92.1246 16.8698 91.64 17.0972C91.1554 17.3246 90.7307 17.6624 90.4001 18.0834C89.7679 18.7503 89.3852 19.6151 89.3166 20.5315C89.2923 21.047 89.3757 21.5621 89.5617 22.0435C89.7477 22.525 90.0321 22.9623 90.3967 23.3276C90.7614 23.6928 91.1982 23.9781 91.6794 24.1649C92.1605 24.3518 92.6753 24.436 93.1909 24.4125V24.4125Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
17
|
-
</svg>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<svg width="96" height="96" viewBox="0 0 90 90" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
|
|
3
|
-
<path d="M18.6172 80.0776C18.6172 74.0708 18.9967 70.7085 19.7555 69.9908L22.3201 67.536C23.2732 66.624 24.1852 65.7531 25.0629 64.9097C25.9406 64.0663 26.4892 63.5863 26.7155 63.4286V31.6114C26.1322 31.133 25.5802 30.6177 25.0629 30.0685C24.1944 29.1954 23.2641 28.2811 22.2721 27.3257C21.2801 26.3702 20.0252 25.097 18.5075 23.5062V4.80005H31.7281V13.1245H40.3955V4.80005H55.2207V13.1245H63.8949V4.80005H77.1224C77.1224 17.2709 76.7406 23.8995 75.9772 24.6858C75.2161 25.4812 74.3658 26.3588 73.4127 27.3051L70.6698 30.0479L69.1338 31.5908V63.408C69.2846 63.568 69.7784 64.0617 70.6149 64.8891C71.4515 65.7325 72.3429 66.6035 73.2961 67.5155C74.2492 68.4275 75.4766 69.5725 76.9989 71.0537V80.0572H83.9589V90.7817H11.6572V80.0572L18.6172 80.0776Z" fill="black"/>
|
|
4
|
-
<path d="M81.4563 82.7036H14.2837V88.1756H81.4563V82.7036Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
5
|
-
<path d="M74.5034 21.6891V7.43311H66.5149V15.7577H52.6017V7.43311H43.0223V15.7577H29.1091V7.43311H21.1274V21.6891H74.5034Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
6
|
-
<path d="M74.3865 73.0078H21.2368V80.0775H74.3865V73.0078Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
7
|
-
<path d="M22.9512 24.3083C23.7809 25.1449 24.7546 26.098 25.8586 27.1609C26.9626 28.2237 27.8129 29.1015 28.4232 29.7872H67.4266C68.1741 28.8673 68.9731 27.9904 69.8197 27.1609L72.6723 24.3083H22.9512Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
8
|
-
<path d="M72.5285 70.498L67.3993 65.3689H28.4233C27.813 65.9038 26.9765 66.6787 25.9136 67.7073C24.8508 68.7359 23.8976 69.6683 23.061 70.498H72.5285Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
9
|
-
<path d="M66.5211 32.4067H29.2251V62.7427H66.5211V32.4067Z" fill="white" stroke="black" stroke-width="0.555429" stroke-miterlimit="10"/>
|
|
10
|
-
|
|
11
|
-
<defs>
|
|
12
|
-
</defs>
|
|
13
|
-
</svg>
|