@valtimo/layout 11.3.2 → 12.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/assets/css/app.css +1 -1
  2. package/assets/img/emptystate-empty.svg +261 -0
  3. package/assets/img/emptystate-error.svg +245 -0
  4. package/assets/img/emptystate-error404.svg +146 -0
  5. package/assets/img/emptystate-no-result.svg +327 -0
  6. package/assets/img/emptystate-not-authorised.svg +279 -0
  7. package/assets/img/emptystate-success.svg +118 -0
  8. package/assets/img/no-dashboards.svg +156 -0
  9. package/assets/img/no-widgets.svg +214 -0
  10. package/assets/img/valtimo/favicons/browserconfig.xml +1 -1
  11. package/assets/img/widget-management/style/default.svg +26 -0
  12. package/assets/img/widget-management/style/high-contrast.svg +26 -0
  13. package/assets/img/widget-management/types/angular.svg +66 -0
  14. package/assets/img/widget-management/types/collection.svg +1 -0
  15. package/assets/img/widget-management/types/fields.svg +26 -0
  16. package/assets/img/widget-management/types/formio.svg +55 -0
  17. package/assets/img/widget-management/types/table.svg +119 -0
  18. package/assets/img/widget-management/width/full-width.svg +44 -0
  19. package/assets/img/widget-management/width/half.svg +26 -0
  20. package/assets/img/widget-management/width/quarter.svg +17 -0
  21. package/assets/img/widget-management/width/three-quarters.svg +35 -0
  22. package/assets/js/app.js +1 -1
  23. package/esm2022/lib/components/layout/layout.component.mjs +7 -7
  24. package/esm2022/lib/components/layout-internal/layout-internal.component.mjs +7 -7
  25. package/esm2022/lib/components/layout-public/layout-public.component.mjs +7 -9
  26. package/esm2022/lib/components/translation-management/translation-management.component.mjs +185 -0
  27. package/esm2022/lib/layout.module.mjs +6 -6
  28. package/esm2022/lib/services/layout/layout.service.mjs +6 -6
  29. package/esm2022/lib/translation-management-routing.module.mjs +43 -0
  30. package/esm2022/lib/translation-management.module.mjs +66 -0
  31. package/esm2022/public_api.mjs +3 -2
  32. package/fesm2022/valtimo-layout.mjs +311 -37
  33. package/fesm2022/valtimo-layout.mjs.map +1 -1
  34. package/lib/components/layout-public/layout-public.component.d.ts +1 -4
  35. package/lib/components/layout-public/layout-public.component.d.ts.map +1 -1
  36. package/lib/components/translation-management/translation-management.component.d.ts +46 -0
  37. package/lib/components/translation-management/translation-management.component.d.ts.map +1 -0
  38. package/lib/translation-management-routing.module.d.ts +8 -0
  39. package/lib/translation-management-routing.module.d.ts.map +1 -0
  40. package/lib/translation-management.module.d.ts +13 -0
  41. package/lib/translation-management.module.d.ts.map +1 -0
  42. package/package.json +7 -6
  43. package/public_api.d.ts +1 -0
  44. package/public_api.d.ts.map +1 -1
@@ -0,0 +1,118 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ width="80"
4
+ height="80"
5
+ class="iot--empty-state--icon"
6
+ data-testid="EmptyState-icon"
7
+ version="1.1"
8
+ id="svg704"
9
+ sodipodi:docname="success.svg"
10
+ inkscape:version="1.2.2 (b0a8486, 2022-12-01)"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
13
+ xmlns="http://www.w3.org/2000/svg"
14
+ xmlns:svg="http://www.w3.org/2000/svg">
15
+ <sodipodi:namedview
16
+ id="namedview706"
17
+ pagecolor="#ffffff"
18
+ bordercolor="#000000"
19
+ borderopacity="0.25"
20
+ inkscape:showpageshadow="2"
21
+ inkscape:pageopacity="0.0"
22
+ inkscape:pagecheckerboard="0"
23
+ inkscape:deskcolor="#d1d1d1"
24
+ showgrid="false"
25
+ inkscape:zoom="8.0056958"
26
+ inkscape:cx="10.49253"
27
+ inkscape:cy="39.909086"
28
+ inkscape:window-width="1390"
29
+ inkscape:window-height="1205"
30
+ inkscape:window-x="0"
31
+ inkscape:window-y="25"
32
+ inkscape:window-maximized="0"
33
+ inkscape:current-layer="svg704" />
34
+ <defs
35
+ id="defs686">
36
+ <linearGradient
37
+ id="a"
38
+ x1="-44.831%"
39
+ x2="200.857%"
40
+ y1="572.588%"
41
+ y2="162.5%">
42
+ <stop
43
+ offset="0%"
44
+ stop-color="#7D7D7D"
45
+ id="stop671" />
46
+ <stop
47
+ offset="100%"
48
+ stop-color="#2B2B2B"
49
+ id="stop673" />
50
+ </linearGradient>
51
+ <linearGradient
52
+ id="b"
53
+ x1="45.931%"
54
+ x2="60.758%"
55
+ y1="62.295%"
56
+ y2="17.126%">
57
+ <stop
58
+ offset=".392%"
59
+ stop-color="#969696"
60
+ id="stop676" />
61
+ <stop
62
+ offset="100%"
63
+ stop-color="#484848"
64
+ id="stop678" />
65
+ </linearGradient>
66
+ <linearGradient
67
+ id="c"
68
+ x1="66.95%"
69
+ x2="33.188%"
70
+ y1="33.147%"
71
+ y2="66.447%">
72
+ <stop
73
+ offset="0%"
74
+ stop-color="#5B5B5B"
75
+ id="stop681" />
76
+ <stop
77
+ offset="100%"
78
+ stop-color="#8B8B8B"
79
+ id="stop683" />
80
+ </linearGradient>
81
+ </defs>
82
+ <g
83
+ fill="none"
84
+ id="g702">
85
+ <path
86
+ fill="#666"
87
+ fill-opacity=".129"
88
+ d="M40.52 60.794V43.206L9.093 61.1l32.599 18.443 32.815-18.687L43.604 43.39v17.404c.02.244-.124.458-.432.641-.288.183-.658.275-1.11.275-.412.02-.771-.061-1.08-.244-.288-.184-.442-.407-.462-.672z"
89
+ id="path688" />
90
+ <path
91
+ fill="#000"
92
+ d="m41.167 2.32-.308.184v-.336l-.34.214V1.069h.031c.062.203.206.376.432.519.309.183.668.264 1.08.244.452 0 .822-.092 1.11-.275.247-.142.39-.305.432-.488v59.815c-.018.207-.162.39-.432.551-.288.183-.658.275-1.11.275-.412.02-.771-.061-1.08-.244-.288-.184-.442-.407-.462-.672V30.84l.4-.214.247-.153V2.321z"
93
+ id="path690" />
94
+ <path
95
+ fill="url(#a)"
96
+ d="m8.728 12.733-1.203 3.48 1.203-.671z"
97
+ transform="translate(9)"
98
+ id="path692" />
99
+ <path
100
+ fill="url(#b)"
101
+ d="M7.093 16.458h.062l1.203-3.48-5.983 3.419V44.58l4.718-2.717z"
102
+ transform="translate(9)"
103
+ id="path694" />
104
+ <path
105
+ fill="url(#c)"
106
+ d="m31.52 30.84.4-.214V2.473l.247-.152-.308.183L7.402 16.61v28.153L31.52 30.84m-5.891-15.97 2.498 1.069-10.085 15.756-6.292-2.626 2.499-3.94 3.7 1.527c.021.02.052.02.093 0s.072-.06.093-.122l7.494-11.664z"
107
+ transform="translate(9)"
108
+ id="path696" />
109
+ <path
110
+ fill="#FFF"
111
+ d="M37.127 15.939 34.63 14.87l-7.494 11.664c-.021.061-.052.102-.093.122-.041.02-.072.02-.092 0L23.25 25.13l-2.499 3.939 6.292 2.626 10.085-15.756M40.86 2.168l-.34.214-22.791 13.16-1.203.672 1.203-3.481h-.308v-.153l-6.354 3.664v28.183l.309-.183V16.397l5.983-3.42-1.203 3.481h-.062v28.245h.031l.062-.123.216-.153V16.611L40.859 2.504v-.336M43.172.244c-.288-.183-.658-.264-1.11-.244-.412 0-.771.092-1.08.275-.288.183-.442.397-.462.641 0 .061.01.112.03.153.062.203.206.376.432.519.309.183.668.264 1.08.244.452 0 .822-.092 1.11-.275.247-.142.39-.305.432-.488V.916c.02-.265-.124-.489-.432-.672z"
112
+ id="path698" />
113
+ <path
114
+ fill="#6F6F6F"
115
+ d="M41.167 25.893V2.321l-.246.152v28.153l.246-.153z"
116
+ id="path700" />
117
+ </g>
118
+ </svg>
@@ -0,0 +1,156 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 28.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 150 150" style="enable-background:new 0 0 150 150;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:none;}
7
+ .st1{fill:url(#SVGID_1_);}
8
+ .st2{fill:url(#SVGID_00000083787985833377467920000010157691229310884736_);}
9
+ .st3{fill:url(#SVGID_00000030473295667072705410000014754021466406676890_);}
10
+ .st4{fill:url(#SVGID_00000068655606388388082300000004568538298443325110_);}
11
+ .st5{opacity:0.3;fill:#A9A9A9;enable-background:new ;}
12
+ .st6{opacity:0.5;fill:#A9A9A9;enable-background:new ;}
13
+ .st7{fill:#C8C8C8;}
14
+ .st8{fill:#171717;}
15
+ .st9{fill:#4CA2FF;}
16
+ .st10{fill:#0080FF;}
17
+ .st11{fill:#525252;}
18
+ .st12{opacity:0.8;}
19
+ .st13{fill:#BFC6CD;}
20
+ .st14{fill:#858C96;}
21
+ .st15{fill:url(#SVGID_00000094611937764684927460000013717077708450146432_);}
22
+ .st16{fill:url(#SVGID_00000033334696164491933180000005866137069751618948_);}
23
+ </style>
24
+ <rect class="st0" width="150" height="150"/>
25
+ <g>
26
+
27
+ <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-1002.4993" y1="-234.4442" x2="-943.5175" y2="-200.39" gradientTransform="matrix(1.875 0 0 -1.875 1900.5 -304.5)">
28
+ <stop offset="0" style="stop-color:#525252;stop-opacity:5.000000e-02"/>
29
+ <stop offset="1" style="stop-color:#000000;stop-opacity:0.1"/>
30
+ </linearGradient>
31
+ <polygon class="st1" points="76.1,145.8 2.4,103.1 76.1,60.6 149.8,103.1 "/>
32
+ <g>
33
+ <g>
34
+ <g>
35
+
36
+ <linearGradient id="SVGID_00000061431114832513537910000018246746678466144686_" gradientUnits="userSpaceOnUse" x1="73.7735" y1="1145.6047" x2="147.3656" y2="1145.6047" gradientTransform="matrix(1 0 0 1 0 -1048)">
37
+ <stop offset="0" style="stop-color:#677078"/>
38
+ <stop offset="2.278131e-02" style="stop-color:#69727A"/>
39
+ <stop offset="0.6853" style="stop-color:#A7AEB6"/>
40
+ <stop offset="1" style="stop-color:#BFC6CD"/>
41
+ </linearGradient>
42
+ <polygon style="fill:url(#SVGID_00000061431114832513537910000018246746678466144686_);" points="147.4,72.9 147.4,80
43
+ 73.8,122.3 73.8,115.3 "/>
44
+ </g>
45
+ <g>
46
+
47
+ <linearGradient id="SVGID_00000013162231546672714320000013470864492028084663_" gradientUnits="userSpaceOnUse" x1="0.1813" y1="1120.8015" x2="147.3656" y2="1120.8015" gradientTransform="matrix(1 0 0 1 0 -1048)">
48
+ <stop offset="0" style="stop-color:#677078"/>
49
+ <stop offset="2.278131e-02" style="stop-color:#69727A"/>
50
+ <stop offset="0.6853" style="stop-color:#A7AEB6"/>
51
+ <stop offset="1" style="stop-color:#BFC6CD"/>
52
+ </linearGradient>
53
+ <polygon style="fill:url(#SVGID_00000013162231546672714320000013470864492028084663_);" points="147.4,72.9 73.8,115.3
54
+ 0.2,72.9 73.8,30.3 "/>
55
+ </g>
56
+ <g>
57
+
58
+ <linearGradient id="SVGID_00000047045128721909456820000001951148028385519013_" gradientUnits="userSpaceOnUse" x1="0.1813" y1="1145.6047" x2="73.7735" y2="1145.6047" gradientTransform="matrix(1 0 0 1 0 -1048)">
59
+ <stop offset="0" style="stop-color:#677078"/>
60
+ <stop offset="2.278131e-02" style="stop-color:#69727A"/>
61
+ <stop offset="0.6853" style="stop-color:#A7AEB6"/>
62
+ <stop offset="1" style="stop-color:#BFC6CD"/>
63
+ </linearGradient>
64
+ <polygon style="fill:url(#SVGID_00000047045128721909456820000001951148028385519013_);" points="73.8,115.3 73.8,122.3 0.2,80
65
+ 0.2,72.9 "/>
66
+ </g>
67
+ </g>
68
+ <g>
69
+ <polygon class="st5" points="66.3,17.3 66.3,51.6 111,77.5 111,43 "/>
70
+ <polygon class="st6" points="58.8,21.6 58.8,56 103.5,81.7 103.5,47.4 "/>
71
+ <polygon class="st7" points="51.3,25.9 51.3,60.3 96,86.1 96,51.6 "/>
72
+ <g>
73
+ <g>
74
+ <polygon class="st8" points="92.3,78 92.3,78.6 84.8,74.2 84.8,73.7 "/>
75
+ </g>
76
+ <g>
77
+ <polygon class="st8" points="92.3,76.4 92.3,77 84.8,72.6 84.8,72.1 "/>
78
+ </g>
79
+ <g>
80
+ <polygon class="st8" points="92.3,74.8 92.3,75.3 84.8,71 84.8,70.4 "/>
81
+ </g>
82
+ <g>
83
+ <polygon class="st8" points="92.3,73.1 92.3,73.7 84.8,69.5 84.8,68.9 "/>
84
+ </g>
85
+ <g>
86
+ <polygon class="st8" points="92.3,71.5 92.3,72.1 84.8,67.8 84.8,67.3 "/>
87
+ </g>
88
+ <g>
89
+ <polygon class="st8" points="92.3,70 92.3,70.4 84.8,66.2 84.8,65.6 "/>
90
+ </g>
91
+ <g>
92
+ <polygon class="st8" points="92.3,68.4 92.3,68.9 84.8,64.6 84.8,64 "/>
93
+ </g>
94
+ <g>
95
+ <polygon class="st9" points="89.9,59.2 89.9,65.2 87.3,63.9 87.4,57.7 "/>
96
+ </g>
97
+ <g>
98
+ <polygon class="st10" points="92.3,58.2 92.3,66.7 89.9,65.2 89.9,56.7 "/>
99
+ </g>
100
+ <g>
101
+ <polygon class="st11" points="87.4,59.5 87.3,63.9 84.8,62.4 84.8,58.2 "/>
102
+ </g>
103
+ <g class="st12">
104
+ <path class="st10" d="M55.1,49c0,0,1.6,2.7,3.4,3.8c5,2.9,5.5-2.5,8.7-0.7c3.1,1.6,3.5,5.6,6.1,7.1c2.5,1.5,3.8-1.4,6.1-4.4
105
+ c1-1.2,1.8,1.1,1.8,1.1v17.2l-26-15L55.1,49z"/>
106
+ <path class="st9" d="M55.1,50.7c0,0,2.6,4,4.4,4.9c3.4,1.9,6-0.4,8.6,1.1c2.6,1.5,3.7,5.2,6.3,6.7c1.5,0.8,3.5-1.9,4.6-2.6
107
+ c1.1-0.5,2,1.1,2,1.1v11.4l-26-15L55.1,50.7z"/>
108
+ <path class="st11" d="M55.1,53.7c0,0,2.6-3.8,4.5-2c3.3,2.9,5.9,9.5,8.6,11c2.6,1.5,5.5-3.1,8-1.6c2.6,1.5,5,6.3,5,6.3v6
109
+ l-26-15L55.1,53.7z"/>
110
+ </g>
111
+ </g>
112
+ </g>
113
+ <g>
114
+ <g>
115
+ <path class="st13" d="M34.7,18.8l2.6-1.5c-0.7,0.4-1.2,0.8-1.8,1.4c-5,5.3-3.3,17.6,3.8,27.4c2.7,3.8,5.9,6.7,9,8.4
116
+ c0.8,0.4,1.6,0.8,2.3,1.2c3.3,1.4,6.4,1.4,8.9,0l-2.6,1.5c-2.5,1.4-5.6,1.4-8.9,0c-0.8-0.3-1.6-0.7-2.3-1.2
117
+ c-3.1-1.8-6.3-4.6-9-8.4c-7.1-9.8-8.9-22.1-3.8-27.4C33.4,19.6,34,19.2,34.7,18.8z"/>
118
+ <path class="st13" d="M56.2,26.9c8.2,11.3,10.1,25.3,4.4,31.3c-3,3.1-7.4,3.5-12.1,1.6c-1-0.4-1.8-0.8-2.7-1.4
119
+ c-2.9-1.6-5.7-4.1-8.4-7.2L20.5,69.1l-3.7-5l16.8-17.7c-6.7-10.8-7.9-23.2-2.6-28.8c3.5-3.7,9.1-3.5,14.9-0.3
120
+ C49.4,19.3,53.1,22.6,56.2,26.9z M58.6,55.8c5-5.3,3.3-17.6-3.8-27.4c-2.7-3.8-5.9-6.7-9-8.4c-4.9-2.9-9.8-3-12.9,0.3
121
+ c-5,5.3-3.3,17.6,3.8,27.4c2.7,3.8,5.9,6.7,9,8.4c0.8,0.4,1.6,0.8,2.3,1.2C52.2,59,56.1,58.6,58.6,55.8"/>
122
+ <path class="st13" d="M58.8,25.4c-3.1-4.4-6.7-7.6-10.4-9.7c-4.8-2.7-9.4-3.3-12.8-1.2L33,16c3.4-2,8.2-1.5,12.8,1.2
123
+ c3.5,2,7.2,5.3,10.4,9.7c8.2,11.3,10.1,25.3,4.4,31.3c-0.5,0.7-1.2,1.2-2,1.6l2.6-1.5c0.7-0.4,1.4-1,2-1.6
124
+ C68.9,50.8,66.8,36.8,58.8,25.4z"/>
125
+ <g>
126
+ <polygon class="st14" points="37.2,51.5 39.8,50 23.2,67.7 20.6,69.2 "/>
127
+ <path class="st13" d="M56.2,26.9c8.2,11.3,10.1,25.3,4.4,31.3c-3,3.1-7.4,3.5-12.1,1.6c-1-0.4-1.8-0.8-2.7-1.4
128
+ c-2.9-1.6-5.7-4.1-8.4-7.2L20.5,69.1l-3.7-5l16.8-17.7c-6.7-10.8-7.9-23.2-2.6-28.8c3.5-3.7,9.1-3.5,14.9-0.3
129
+ C49.4,19.3,53.1,22.6,56.2,26.9z M58.6,55.8c5-5.3,3.3-17.6-3.8-27.4c-2.7-3.8-5.9-6.7-9-8.4c-4.9-2.9-9.8-3-12.9,0.3
130
+ c-5,5.3-3.3,17.6,3.8,27.4c2.7,3.8,5.9,6.7,9,8.4c0.8,0.4,1.6,0.8,2.3,1.2C52.2,59,56.1,58.6,58.6,55.8"/>
131
+
132
+ <linearGradient id="SVGID_00000123431785148354787710000005038225346630815163_" gradientUnits="userSpaceOnUse" x1="33.0252" y1="1084.6135" x2="66.4014" y2="1084.6135" gradientTransform="matrix(1 0 0 1 0 -1048)">
133
+ <stop offset="0" style="stop-color:#BFC6CD"/>
134
+ <stop offset="0.582" style="stop-color:#E7EAEC"/>
135
+ <stop offset="1" style="stop-color:#FFFFFF"/>
136
+ </linearGradient>
137
+ <path style="fill:url(#SVGID_00000123431785148354787710000005038225346630815163_);" d="M58.8,25.4c-3.1-4.4-6.7-7.6-10.4-9.7
138
+ c-4.8-2.7-9.4-3.3-12.8-1.2L33,16c3.4-2,8.2-1.5,12.8,1.2c3.5,2,7.2,5.3,10.4,9.7c8.2,11.3,10.1,25.3,4.4,31.3
139
+ c-0.5,0.7-1.2,1.2-2,1.6l2.6-1.5c0.7-0.4,1.4-1,2-1.6C68.9,50.8,66.8,36.8,58.8,25.4z"/>
140
+ </g>
141
+ <g>
142
+
143
+ <linearGradient id="SVGID_00000030464041306441046820000011260631351121949629_" gradientUnits="userSpaceOnUse" x1="30.0094" y1="1085.9036" x2="61.5257" y2="1085.9036" gradientTransform="matrix(1 0 0 1 0 -1048)">
144
+ <stop offset="0" style="stop-color:#ABDCF7"/>
145
+ <stop offset="0.4515" style="stop-color:#60A5FB;stop-opacity:0.9368"/>
146
+ <stop offset="1" style="stop-color:#005EFF;stop-opacity:0.86"/>
147
+ </linearGradient>
148
+ <path style="fill:url(#SVGID_00000030464041306441046820000011260631351121949629_);" d="M45.8,19.9c3.1,1.8,6.3,4.6,9,8.4
149
+ c7.1,9.8,8.9,22.1,3.8,27.4c-2.6,2.7-6.4,3.1-10.6,1.4c-0.8-0.3-1.6-0.7-2.3-1.2c-3.1-1.8-6.3-4.6-9-8.4
150
+ c-7.1-9.8-8.9-22.1-3.8-27.4C36,16.9,40.8,17,45.8,19.9z"/>
151
+ </g>
152
+ </g>
153
+ </g>
154
+ </g>
155
+ </g>
156
+ </svg>
@@ -0,0 +1,214 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 28.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 150 150" style="enable-background:new 0 0 150 150;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:none;}
7
+ .st1{fill:url(#SVGID_1_);}
8
+ .st2{fill:url(#SVGID_00000098917155957095723640000001100688215222257833_);}
9
+ .st3{fill:url(#SVGID_00000083782795235490580480000017205090955367162250_);}
10
+ .st4{fill:url(#SVGID_00000099624740086032114230000010521515724011093147_);}
11
+ .st5{fill:#C5C5C5;}
12
+ .st6{fill:#A7A7A7;}
13
+ .st7{fill:#F3F3F3;}
14
+ .st8{fill:#DFDFDF;}
15
+ .st9{fill:#6F6F6F;}
16
+ .st10{fill:#838383;}
17
+ .st11{fill:#FFFFFF;}
18
+ .st12{fill:#0062FD;}
19
+ .st13{fill:#89BEFD;}
20
+ .st14{opacity:0.8;}
21
+ .st15{fill:#0080FF;}
22
+ .st16{fill:#4CA2FF;}
23
+ .st17{fill:#525252;}
24
+ .st18{fill:#296487;}
25
+ .st19{fill:#171717;}
26
+ .st20{fill:#898989;}
27
+ .st21{fill:#BFC6CD;}
28
+ .st22{fill:#858C96;}
29
+ .st23{fill:url(#SVGID_00000120533801970471470100000002033703835146487945_);}
30
+ .st24{fill:url(#SVGID_00000178173395388693594730000006052782416107967645_);}
31
+ </style>
32
+ <rect class="st0" width="150" height="150"/>
33
+ <g>
34
+
35
+ <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-1002.3394" y1="-237.4529" x2="-943.8958" y2="-203.7095" gradientTransform="matrix(1.875 0 0 -1.875 1900.5 -304.5)">
36
+ <stop offset="0" style="stop-color:#525252;stop-opacity:5.000000e-02"/>
37
+ <stop offset="1" style="stop-color:#000000;stop-opacity:0.1"/>
38
+ </linearGradient>
39
+ <polygon class="st1" points="75.9,151.3 2.8,109.1 75.9,66.9 148.9,109.1 "/>
40
+ </g>
41
+ <g>
42
+ <g>
43
+ <g>
44
+
45
+ <linearGradient id="SVGID_00000183223291787664931340000010061092448712479386_" gradientUnits="userSpaceOnUse" x1="73.5901" y1="103.634" x2="146.1216" y2="103.634">
46
+ <stop offset="0" style="stop-color:#677078"/>
47
+ <stop offset="2.278131e-02" style="stop-color:#69727A"/>
48
+ <stop offset="0.6853" style="stop-color:#A7AEB6"/>
49
+ <stop offset="1" style="stop-color:#BFC6CD"/>
50
+ </linearGradient>
51
+ <polygon style="fill:url(#SVGID_00000183223291787664931340000010061092448712479386_);" points="146.1,79.2 146.1,86.2
52
+ 73.6,128.1 73.6,121.1 "/>
53
+ </g>
54
+ <g>
55
+
56
+ <linearGradient id="SVGID_00000177465786029855077400000014739845748863777158_" gradientUnits="userSpaceOnUse" x1="1.0587" y1="79.2064" x2="146.1216" y2="79.2064">
57
+ <stop offset="0" style="stop-color:#677078"/>
58
+ <stop offset="2.278131e-02" style="stop-color:#69727A"/>
59
+ <stop offset="0.6853" style="stop-color:#A7AEB6"/>
60
+ <stop offset="1" style="stop-color:#BFC6CD"/>
61
+ </linearGradient>
62
+ <polygon style="fill:url(#SVGID_00000177465786029855077400000014739845748863777158_);" points="146.1,79.2 73.6,121.1
63
+ 1.1,79.2 73.6,37.3 "/>
64
+ </g>
65
+ <g>
66
+
67
+ <linearGradient id="SVGID_00000079457721674973487440000005649066635372745663_" gradientUnits="userSpaceOnUse" x1="1.0587" y1="103.634" x2="73.5901" y2="103.634">
68
+ <stop offset="0" style="stop-color:#677078"/>
69
+ <stop offset="2.278131e-02" style="stop-color:#69727A"/>
70
+ <stop offset="0.6853" style="stop-color:#A7AEB6"/>
71
+ <stop offset="1" style="stop-color:#BFC6CD"/>
72
+ </linearGradient>
73
+ <polygon style="fill:url(#SVGID_00000079457721674973487440000005649066635372745663_);" points="73.6,121.1 73.6,128.1
74
+ 1.1,86.2 1.1,79.2 "/>
75
+ </g>
76
+ </g>
77
+ <g>
78
+ <g>
79
+
80
+ <image style="overflow:visible;" width="148" height="116" xlink:href="269789F8F0C81BC3.png" transform="matrix(1 0 0 1 13 18)">
81
+ </image>
82
+ </g>
83
+ <g>
84
+ <g>
85
+ <g>
86
+ <polygon class="st5" points="71.3,73.5 71.3,76 84.7,83.7 84.7,81.2 "/>
87
+ <polygon class="st6" points="93.1,78.8 84.7,83.7 84.7,81.2 91.3,77.3 91.3,72.2 93.1,72.9 "/>
88
+ <polygon class="st7" points="78,64.5 78,69.6 91.3,77.3 91.3,72.2 "/>
89
+ </g>
90
+ <g>
91
+ <path class="st5" d="M57.6,42.8l-2,1.2l0,5.4c0,1.4,0.8,2.8,2,3.5l56.2,32.4c0.5,0.3,1,0.2,1.4,0l2-1.1c0,0,0,0,0,0l0,0l0,0
92
+ c0.4-0.2,0.7-0.6,0.7-1.2l0-5.6L57.6,42.8z"/>
93
+ <path class="st7" d="M55.6,49.3c0,1.4,0.8,2.8,2,3.5l56.2,32.4c0.9,0.5,1.8-0.1,1.8-1.2l0-5.5l-60-34.6L55.6,49.3z"/>
94
+ </g>
95
+ <polygon class="st8" points="71.3,73.5 78,69.6 91.3,77.3 84.7,81.2 "/>
96
+ <g>
97
+ <path class="st9" d="M117.8,36.2c0-1.9-0.4-2.8-2.2-3.9L59.8,0.2c-0.5-0.3-0.9-0.2-1.3,0l-2.2,1.3l0,0
98
+ c-0.4,0.2-0.7,0.6-0.7,1.2l0,41.3l60,34.6l2.2-1.3L117.8,36.2z"/>
99
+ <path d="M113.8,33.9L57.6,1.5c-0.9-0.5-2,0.1-2,1.2l0,41.3l60,34.6l0-41.1C115.6,35.7,115.1,34.6,113.8,33.9z"/>
100
+ </g>
101
+ <polygon class="st10" points="57.6,4 57.6,42.5 113.4,74.7 113.4,36.2 "/>
102
+ </g>
103
+ <g>
104
+ <polygon class="st11" points="59.5,6.5 59.5,22.9 80.8,35.2 80.8,18.8 "/>
105
+ <g>
106
+ <path class="st12" d="M62.4,19.7c0.2,0.1,0.3,0.4,0.3,0.6c0,0.1,0,0.1,0,0.2l1.9,3.1c0.1,0,0.1,0,0.2,0l2.1-8.4
107
+ c-0.1-0.1-0.1-0.2-0.1-0.3c0-0.2,0.2-0.3,0.3-0.2c0.2,0.1,0.3,0.4,0.3,0.6c0,0.1,0,0.2-0.1,0.2l2.1,8.1c0,0,0.1,0,0.1,0.1
108
+ l1.9-3.3c0-0.1-0.1-0.2-0.1-0.3c0-0.2,0.2-0.3,0.3-0.2c0.2,0.1,0.3,0.4,0.3,0.6c0,0.1,0,0.2-0.1,0.2l2.1,8.3c0,0,0,0,0,0
109
+ c0,0,0,0,0.1,0l1.9-3.5c-0.1-0.1-0.1-0.2-0.1-0.4c0-0.2,0.2-0.3,0.3-0.2c0.2,0.1,0.3,0.4,0.3,0.6c0,0.2-0.2,0.3-0.4,0.2
110
+ l-1.9,3.5c0.1,0.1,0.1,0.2,0.1,0.3c0,0.2-0.2,0.3-0.3,0.2c-0.2-0.1-0.3-0.4-0.3-0.6c0-0.1,0-0.2,0.1-0.2l-2.1-8.3
111
+ c0,0-0.1,0-0.1-0.1l-1.9,3.3c0,0.1,0.1,0.2,0.1,0.3c0,0.2-0.2,0.3-0.3,0.2c-0.2-0.1-0.3-0.4-0.3-0.6c0-0.1,0-0.2,0.1-0.2
112
+ l-2.1-8.1l-2.1,8.4c0.1,0.1,0.1,0.3,0.1,0.4c0,0.2-0.2,0.3-0.3,0.2c-0.2-0.1-0.3-0.4-0.3-0.6c0,0,0-0.1,0-0.1l-1.9-3.1
113
+ c0,0-0.1,0-0.1,0c-0.2-0.1-0.3-0.4-0.3-0.6C62,19.7,62.2,19.6,62.4,19.7L62.4,19.7z"/>
114
+ <path class="st13" d="M62.5,14.1C62.5,14.1,62.5,14.1,62.5,14.1l2.2-3.7c0,0,0.1,0,0.1,0c0,0,0.1,0.1,0.1,0.2L67.1,22
115
+ c0.1,0,0.1,0.1,0.2,0.2l1.8-1c0-0.1,0-0.1,0-0.2c0-0.2,0.2-0.3,0.3-0.2c0.2,0.1,0.3,0.4,0.3,0.6c0,0,0,0.1,0,0.1l1.8,3.1
116
+ c0,0,0.1,0,0.2,0c0,0,0,0,0.1,0l2-3.4c-0.1-0.1-0.1-0.2-0.1-0.3c0-0.2,0.2-0.3,0.3-0.2c0.2,0.1,0.3,0.4,0.3,0.6
117
+ c0,0.1-0.1,0.2-0.2,0.2l2,8.4c0.2,0.1,0.3,0.4,0.3,0.6c0,0.2-0.2,0.3-0.3,0.2c-0.2-0.1-0.3-0.4-0.3-0.6c0-0.1,0.1-0.2,0.1-0.2
118
+ l-2-8.4c0,0,0,0,0,0l-2,3.4c0.1,0.1,0.1,0.2,0.1,0.3c0,0.2-0.2,0.3-0.3,0.2c-0.2-0.1-0.3-0.4-0.3-0.6c0-0.1,0-0.1,0-0.2
119
+ l-1.8-3.1c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1-0.1-0.2-0.2l-1.8,1c0,0.1,0,0.1,0,0.2c0,0.2-0.2,0.3-0.3,0.2
120
+ c-0.2-0.1-0.3-0.4-0.3-0.6c0-0.1,0-0.2,0.1-0.2l-2.1-11.1l-2,3.5c0.1,0.1,0.1,0.2,0.1,0.3c0,0.2-0.2,0.3-0.3,0.2
121
+ c-0.2-0.1-0.3-0.4-0.3-0.6C62.1,14.1,62.3,14,62.5,14.1L62.5,14.1z"/>
122
+ </g>
123
+ </g>
124
+ <g>
125
+ <polygon class="st11" points="59.5,25.4 59.5,41.8 80.8,54.1 80.8,37.7 "/>
126
+ <g class="st14">
127
+ <path class="st15" d="M60.7,34.4c0,0,1.2,2.1,2.5,2.8c3.7,2.1,4.1-1.8,6.5-0.5c2.3,1.3,2.6,4.1,4.5,5.2c1.9,1.1,2.8-1,4.5-3.2
128
+ c0.7-0.9,1.3,0.8,1.3,0.8v12.7L60.7,41.1L60.7,34.4z"/>
129
+ <path class="st16" d="M60.7,35.5c0,0,1.9,2.9,3.3,3.7c2.5,1.4,4.4-0.3,6.4,0.8c1.9,1.1,2.7,3.8,4.6,4.9
130
+ c1.1,0.6,2.6-1.4,3.5-1.9c0.8-0.4,1.5,0.8,1.5,0.8l0,8.4L60.7,41.1L60.7,35.5z"/>
131
+ <path class="st17" d="M60.7,37.8c0,0,1.9-2.8,3.3-1.5c2.4,2.1,4.4,7.1,6.3,8.2c1.9,1.1,4-2.3,5.9-1.2c1.9,1.1,3.7,4.6,3.7,4.6
132
+ v4.4L60.7,41.1L60.7,37.8z"/>
133
+ </g>
134
+ </g>
135
+ <g>
136
+ <polygon class="st11" points="83,20.1 83,55.6 111.8,72.2 111.8,36.8 "/>
137
+ <g>
138
+ <g>
139
+ <path class="st12" d="M91.8,36.1c0,0.7-0.3,1.3-0.7,1.5l1.7,3c0,0,0,0,0,0c0.9-0.5,1.4-1.6,1.4-3.1L91.8,36.1z"/>
140
+ <path class="st18" d="M89.9,40.5C91,41,92,41,92.8,40.6l0,0C92,41,91,41,89.9,40.5z"/>
141
+ </g>
142
+ <path class="st12" d="M87.1,33.4c0,0.7,0.3,1.6,0.7,2.3c0.4,0.7,1,1.4,1.7,1.8l0,2.8c-1.3-0.8-2.5-2.1-3.4-3.6
143
+ c-0.9-1.5-1.4-3.2-1.4-4.7L87.1,33.4L87.1,33.4z"/>
144
+ <path class="st13" d="M91.1,37.6L91.1,37.6c-0.4,0.2-1,0.2-1.7-0.2l0,2.8c1.3,0.8,2.5,0.8,3.4,0.4h0L91.1,37.6z"/>
145
+ <path class="st13" d="M89.4,29.2c-2.7-1.5-4.8-0.3-4.8,2.8l2.5,1.4c0-1.5,1.1-2.1,2.3-1.3c1.3,0.7,2.3,2.6,2.3,4l2.5,1.4
146
+ C94.2,34.5,92.1,30.7,89.4,29.2L89.4,29.2z"/>
147
+ <path class="st12" d="M89.4,50.8l-3.6-2.1c0,2.3,1.6,5.1,3.6,6.3c1,0.6,1.9,0.6,2.6,0.3L89.4,50.8L89.4,50.8z"/>
148
+ <path class="st13" d="M89.4,46.6c-2-1.2-3.6-0.2-3.7,2.1l3.6,2.1l2.6-1.5C91.3,48.2,90.4,47.2,89.4,46.6L89.4,46.6z"/>
149
+ <path class="st19" d="M94.1,53.5c0,3-2.1,4.2-4.8,2.7c-2.6-1.5-4.7-5.2-4.7-8.2c0-3,2.1-4.2,4.8-2.7
150
+ C92,46.8,94.2,50.5,94.1,53.5L94.1,53.5z M93.7,53.3c0-2.7-1.9-6-4.3-7.4c-2.4-1.4-4.3-0.3-4.3,2.5c0,2.7,1.9,6,4.3,7.4
151
+ C91.8,57.1,93.7,56,93.7,53.3L93.7,53.3z"/>
152
+ <path class="st20" d="M92,49.3l-2.6,1.5l-3.6-2.1l3.6,2.1l2.6,4.5h0c0.7-0.4,1.1-1.2,1.1-2.3C93,51.7,92.6,50.4,92,49.3
153
+ L92,49.3z"/>
154
+ <path class="st13" d="M105,59.8l0-4.2c-2-1.2-3.6-0.2-3.7,2.1c0,2.3,1.6,5.1,3.6,6.3c1,0.6,1.9,0.6,2.6,0.3L105,59.8z"/>
155
+ <path class="st20" d="M107.5,58.3c-0.7-1.1-1.6-2.1-2.6-2.7l0,4.2l3.6,2.1C108.6,60.7,108.2,59.4,107.5,58.3z"/>
156
+ <path class="st12" d="M105,59.8l2.6,4.4c0.7-0.4,1.1-1.2,1.1-2.3L105,59.8L105,59.8z"/>
157
+ <path class="st19" d="M109.7,62.5c0,3-2.1,4.2-4.8,2.7c-2.6-1.5-4.7-5.2-4.7-8.2c0-3,2.1-4.2,4.8-2.7
158
+ C107.6,55.8,109.7,59.5,109.7,62.5z M109.3,62.2c0-2.7-1.9-6-4.3-7.4c-2.4-1.4-4.3-0.3-4.3,2.5c0,2.7,1.9,6,4.3,7.4
159
+ C107.3,66.1,109.2,65,109.3,62.2z"/>
160
+ <path class="st13" d="M100.2,40.9l2.5,1.4c0-0.7,0.3-1.3,0.7-1.5c0.4-0.2,1-0.2,1.7,0.2l0-2.8
161
+ C102.3,36.7,100.2,37.9,100.2,40.9L100.2,40.9z"/>
162
+ <path class="st12" d="M103.3,44.7c-0.4-0.7-0.7-1.5-0.7-2.3l-2.5-1.4c0,1.5,0.5,3.2,1.4,4.7s2.1,2.8,3.4,3.6l0-2.8
163
+ C104.3,46,103.7,45.4,103.3,44.7L103.3,44.7z"/>
164
+ <path class="st12" d="M108.4,41.8c-0.9-1.5-2.1-2.8-3.4-3.6l0,2.8c1.3,0.7,2.3,2.6,2.3,4c0,0.7-0.3,1.3-0.7,1.5l0.9,1.5
165
+ l0.9,1.5c0.9-0.5,1.4-1.6,1.4-3.1C109.8,45,109.3,43.3,108.4,41.8L108.4,41.8z"/>
166
+ <path class="st13" d="M107.5,48.1l-0.9-1.5h0c-0.4,0.2-1,0.2-1.6-0.2l0,2.8c1.3,0.8,2.5,0.8,3.4,0.4h0L107.5,48.1L107.5,48.1z"
167
+ />
168
+ </g>
169
+ </g>
170
+ </g>
171
+ </g>
172
+ <g>
173
+ <g>
174
+ <path class="st21" d="M47.2,36.7l2.5-1.5c-0.6,0.4-1.2,0.8-1.7,1.4c-4.9,5.2-3.3,17.3,3.7,27c2.7,3.7,5.8,6.6,8.9,8.4
175
+ c0.8,0.4,1.6,0.8,2.3,1.1c3.2,1.3,6.3,1.4,8.7,0l-2.5,1.5c-2.4,1.4-5.5,1.3-8.7,0c-0.8-0.3-1.5-0.7-2.3-1.1
176
+ c-3.1-1.8-6.2-4.6-8.9-8.4c-7-9.7-8.7-21.8-3.7-27C46,37.5,46.6,37,47.2,36.7z"/>
177
+ <path class="st21" d="M68.4,44.8c8,11.1,9.9,25,4.3,31c-2.9,3.1-7.3,3.5-11.9,1.6C59.9,77,59,76.5,58.1,76
178
+ c-2.8-1.6-5.7-4-8.3-7.2L33.4,86.3l-3.6-5l16.5-17.5c-6.5-10.6-7.8-22.8-2.6-28.4c3.5-3.7,9-3.5,14.6-0.3
179
+ C61.8,37.2,65.3,40.5,68.4,44.8z M70.9,73.2c4.9-5.2,3.3-17.3-3.7-27c-2.7-3.7-5.8-6.6-8.9-8.4c-4.9-2.8-9.7-3-12.8,0.3
180
+ c-4.9,5.2-3.3,17.3,3.7,27c2.7,3.7,5.8,6.6,8.9,8.4c0.8,0.4,1.6,0.8,2.3,1.1C64.5,76.2,68.3,75.9,70.9,73.2"/>
181
+ <path class="st21" d="M71,43.3c-3.1-4.3-6.6-7.5-10.2-9.6c-4.6-2.7-9.2-3.2-12.6-1.3l-2.5,1.5c3.4-2,8-1.4,12.6,1.3
182
+ c3.5,2,7.1,5.3,10.2,9.6c8,11.1,9.9,25,4.3,31c-0.6,0.6-1.2,1.1-1.9,1.6l2.5-1.5c0.7-0.4,1.4-0.9,1.9-1.6
183
+ C80.9,68.3,79,54.4,71,43.3z"/>
184
+ <g>
185
+ <polygon class="st22" points="49.9,68.9 52.4,67.4 35.9,84.9 33.4,86.3 "/>
186
+ <path class="st21" d="M68.4,44.8c8,11.1,9.9,25,4.3,31c-2.9,3.1-7.3,3.5-11.9,1.6C59.9,77,59,76.5,58.1,76
187
+ c-2.8-1.6-5.7-4-8.3-7.2L33.4,86.3l-3.6-5l16.5-17.5c-6.5-10.6-7.8-22.8-2.6-28.4c3.5-3.7,9-3.5,14.6-0.3
188
+ C61.8,37.2,65.3,40.5,68.4,44.8z M70.9,73.2c4.9-5.2,3.3-17.3-3.7-27c-2.7-3.7-5.8-6.6-8.9-8.4c-4.9-2.8-9.7-3-12.8,0.3
189
+ c-4.9,5.2-3.3,17.3,3.7,27c2.7,3.7,5.8,6.6,8.9,8.4c0.8,0.4,1.6,0.8,2.3,1.1C64.5,76.2,68.3,75.9,70.9,73.2"/>
190
+
191
+ <linearGradient id="SVGID_00000138549297026543750250000018333259459203523727_" gradientUnits="userSpaceOnUse" x1="45.6326" y1="54.274" x2="78.5104" y2="54.274">
192
+ <stop offset="0" style="stop-color:#BFC6CD"/>
193
+ <stop offset="0.582" style="stop-color:#E7EAEC"/>
194
+ <stop offset="1" style="stop-color:#FFFFFF"/>
195
+ </linearGradient>
196
+ <path style="fill:url(#SVGID_00000138549297026543750250000018333259459203523727_);" d="M71,43.3c-3.1-4.3-6.6-7.5-10.2-9.6
197
+ c-4.6-2.7-9.2-3.2-12.6-1.3l-2.5,1.5c3.4-2,8-1.4,12.6,1.3c3.5,2,7.1,5.3,10.2,9.6c8,11.1,9.9,25,4.3,31
198
+ c-0.6,0.6-1.2,1.1-1.9,1.6l2.5-1.5c0.7-0.4,1.4-0.9,1.9-1.6C80.9,68.3,79,54.4,71,43.3z"/>
199
+ </g>
200
+ <g>
201
+
202
+ <linearGradient id="SVGID_00000127743813932261890870000000823188717914101155_" gradientUnits="userSpaceOnUse" x1="42.6622" y1="55.6081" x2="73.7127" y2="55.6081">
203
+ <stop offset="0" style="stop-color:#ABDCF7"/>
204
+ <stop offset="0.4515" style="stop-color:#60A5FB;stop-opacity:0.9368"/>
205
+ <stop offset="1" style="stop-color:#005EFF;stop-opacity:0.86"/>
206
+ </linearGradient>
207
+ <path style="fill:url(#SVGID_00000127743813932261890870000000823188717914101155_);" d="M58.3,37.8c3.1,1.8,6.2,4.6,8.9,8.4
208
+ c7,9.7,8.7,21.8,3.7,27c-2.5,2.7-6.4,3-10.4,1.4c-0.8-0.3-1.5-0.7-2.3-1.1c-3.1-1.8-6.2-4.6-8.9-8.4c-7-9.7-8.7-21.8-3.7-27
209
+ C48.5,34.8,53.4,35,58.3,37.8z"/>
210
+ </g>
211
+ </g>
212
+ </g>
213
+ </g>
214
+ </svg>
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="utf-8"?>
2
2
  <!--
3
- ~ Copyright 2015-2023 Ritense BV, the Netherlands.
3
+ ~ Copyright 2015-2024 Ritense BV, the Netherlands.
4
4
  ~
5
5
  ~ Licensed under EUPL, Version 1.2 (the "License");
6
6
  ~ you may not use this file except in compliance with the License.
@@ -0,0 +1,26 @@
1
+ <svg width="194" height="122" viewBox="0 0 194 122" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M194 0H0V121.25H194V0Z" fill="white"/>
3
+ <g opacity="0.45">
4
+ <path d="M194 0H0V121.25H194V0Z" fill="black"/>
5
+ </g>
6
+ <path d="M143.621 22.2544H50.3794V98.9467H143.621V22.2544Z" fill="white"/>
7
+ <path d="M79.1459 26.6177H55.0676V29.5063H79.1459V26.6177Z" fill="#6F6F6F"/>
8
+ <path d="M80.6989 34.4995H55.0676V36.1155H80.6989V34.4995Z" fill="#A8A8A8"/>
9
+ <path d="M71.9588 42.1907H57.7908V43.8067H71.9588V42.1907Z" fill="#161616"/>
10
+ <path d="M95.0094 46.3923H55.2292V46.8771H95.0094V46.3923Z" fill="#C6C6C6"/>
11
+ <path d="M124.939 34.4995H99.3076V36.1155H124.939V34.4995Z" fill="#A8A8A8"/>
12
+ <path d="M132.538 42.1907H102.032V43.8067H132.538V42.1907Z" fill="#161616"/>
13
+ <path d="M139.249 46.3923H99.4692V46.8771H139.249V46.3923Z" fill="#C6C6C6"/>
14
+ <path d="M80.6989 56.9307H55.0676V58.5467H80.6989V56.9307Z" fill="#A8A8A8"/>
15
+ <path d="M79.1459 64.6218H57.7908V66.2378H79.1459V64.6218Z" fill="#161616"/>
16
+ <path d="M95.0094 68.8235H55.2292V69.3083H95.0094V68.8235Z" fill="#C6C6C6"/>
17
+ <path d="M124.939 56.9307H99.3076V58.5467H124.939V56.9307Z" fill="#A8A8A8"/>
18
+ <path d="M121.338 64.6218H102.032V66.2378H121.338V64.6218Z" fill="#161616"/>
19
+ <path d="M139.249 68.8235H99.4692V69.3083H139.249V68.8235Z" fill="#C6C6C6"/>
20
+ <path d="M80.6989 78.0366H55.0676V79.6526H80.6989V78.0366Z" fill="#A8A8A8"/>
21
+ <path d="M87.0433 85.7278H57.7908V87.3438H87.0433V85.7278Z" fill="#161616"/>
22
+ <path d="M95.0094 89.9294H55.2292V90.4142H95.0094V89.9294Z" fill="#C6C6C6"/>
23
+ <path d="M124.939 78.0366H99.3076V79.6526H124.939V78.0366Z" fill="#A8A8A8"/>
24
+ <path d="M127.573 85.7278H102.032V87.3438H127.573V85.7278Z" fill="#161616"/>
25
+ <path d="M139.249 89.9294H99.4692V90.4142H139.249V89.9294Z" fill="#C6C6C6"/>
26
+ </svg>
@@ -0,0 +1,26 @@
1
+ <svg width="194" height="122" viewBox="0 0 194 122" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M194 0H0V121.25H194V0Z" fill="white"/>
3
+ <g opacity="0.45">
4
+ <path d="M194 0H0V121.25H194V0Z" fill="black"/>
5
+ </g>
6
+ <path d="M143.621 22.2634H50.3794V98.9874H143.621V22.2634Z" fill="#393939"/>
7
+ <path d="M79.1459 26.6284H55.0676V29.5182H79.1459V26.6284Z" fill="white"/>
8
+ <path d="M80.6989 34.5137H55.0676V36.1303H80.6989V34.5137Z" fill="#E0E0E0"/>
9
+ <path d="M71.9588 42.208H57.7908V43.8247H71.9588V42.208Z" fill="white"/>
10
+ <path d="M95.0094 46.4114H55.2292V46.8964H95.0094V46.4114Z" fill="#C6C6C6"/>
11
+ <path d="M124.939 34.5137H99.3076V36.1303H124.939V34.5137Z" fill="#E0E0E0"/>
12
+ <path d="M132.538 42.208H102.032V43.8247H132.538V42.208Z" fill="white"/>
13
+ <path d="M139.249 46.4114H99.4692V46.8964H139.249V46.4114Z" fill="#C6C6C6"/>
14
+ <path d="M80.6989 56.9541H55.0676V58.5708H80.6989V56.9541Z" fill="#E0E0E0"/>
15
+ <path d="M79.1459 64.6484H57.7908V66.2651H79.1459V64.6484Z" fill="white"/>
16
+ <path d="M95.0094 68.8518H55.2292V69.3368H95.0094V68.8518Z" fill="#C6C6C6"/>
17
+ <path d="M124.939 56.9541H99.3076V58.5708H124.939V56.9541Z" fill="#E0E0E0"/>
18
+ <path d="M121.338 64.6484H102.032V66.2651H121.338V64.6484Z" fill="white"/>
19
+ <path d="M139.249 68.8518H99.4692V69.3368H139.249V68.8518Z" fill="#C6C6C6"/>
20
+ <path d="M80.6989 78.0688H55.0676V79.6855H80.6989V78.0688Z" fill="#E0E0E0"/>
21
+ <path d="M87.0433 85.7632H57.7908V87.3799H87.0433V85.7632Z" fill="white"/>
22
+ <path d="M95.0094 89.9666H55.2292V90.4516H95.0094V89.9666Z" fill="#C6C6C6"/>
23
+ <path d="M124.939 78.0688H99.3076V79.6855H124.939V78.0688Z" fill="#E0E0E0"/>
24
+ <path d="M127.573 85.7632H102.032V87.3799H127.573V85.7632Z" fill="white"/>
25
+ <path d="M139.249 89.9666H99.4692V90.4516H139.249V89.9666Z" fill="#C6C6C6"/>
26
+ </svg>
@@ -0,0 +1,66 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1920 1200">
3
+ <defs>
4
+ <style>
5
+ .cls-1 {
6
+ fill: url(#linear-gradient);
7
+ }
8
+
9
+ .cls-1, .cls-2, .cls-3, .cls-4, .cls-5 {
10
+ stroke-width: 0px;
11
+ }
12
+
13
+ .cls-2 {
14
+ fill: #7c7c7c;
15
+ }
16
+
17
+ .cls-3 {
18
+ fill: #000;
19
+ }
20
+
21
+ .cls-6 {
22
+ opacity: .45;
23
+ }
24
+
25
+ .cls-4 {
26
+ fill: url(#linear-gradient-2);
27
+ }
28
+
29
+ .cls-5 {
30
+ fill: #fff;
31
+ }
32
+ </style>
33
+ <linearGradient id="linear-gradient" x1="-4636.67" y1="3247.84" x2="-4627.35" y2="3243.42" gradientTransform="translate(111666.04 -76985.35) scale(23.9 23.91)" gradientUnits="userSpaceOnUse">
34
+ <stop offset="0" stop-color="#e40035"/>
35
+ <stop offset=".24" stop-color="#f60a48"/>
36
+ <stop offset=".35" stop-color="#f20755"/>
37
+ <stop offset=".49" stop-color="#dc087d"/>
38
+ <stop offset=".74" stop-color="#9717e7"/>
39
+ <stop offset="1" stop-color="#6c00f5"/>
40
+ </linearGradient>
41
+ <linearGradient id="linear-gradient-2" x1="-4635.58" y1="3241.04" x2="-4629.57" y2="3247.96" gradientTransform="translate(111666.04 -76985.35) scale(23.9 23.91)" gradientUnits="userSpaceOnUse">
42
+ <stop offset="0" stop-color="#ff31d9"/>
43
+ <stop offset="1" stop-color="#ff5be1" stop-opacity="0"/>
44
+ </linearGradient>
45
+ </defs>
46
+ <g id="Layer_1-2" data-name="Layer 1">
47
+ <g>
48
+ <g>
49
+ <g>
50
+ <rect class="cls-5" width="1920" height="1200"/>
51
+ <g class="cls-6">
52
+ <rect class="cls-3" width="1920" height="1200"/>
53
+ </g>
54
+ </g>
55
+ <g>
56
+ <rect class="cls-5" x="694.81" y="314.97" width="530.37" height="570.06"/>
57
+ <rect class="cls-2" x="741.21" y="358.17" width="238.3" height="28.6"/>
58
+ </g>
59
+ </g>
60
+ <g>
61
+ <path class="cls-1" d="M1100.2,534.4l-10.17,151.08-97.36-198.12,107.54,47.02h0v.02ZM1032.77,729.76l-73.56,39.67-73.56-39.67,14.97-34.26h117.21l14.97,34.26h-.02ZM959.21,562.56l38.55,88.54h-77.12l38.55-88.54h.02ZM828.29,685.45l-10.09-151.05,107.56-47.04-97.45,198.12h0l-.02-.02Z"/>
62
+ <path class="cls-4" d="M1100.2,534.4l-10.17,151.08-97.36-198.12,107.54,47.02h0v.02ZM1032.77,729.76l-73.56,39.67-73.56-39.67,14.97-34.26h117.21l14.97,34.26h-.02ZM959.21,562.56l38.55,88.54h-77.12l38.55-88.54h.02ZM828.29,685.45l-10.09-151.05,107.56-47.04-97.45,198.12h0l-.02-.02Z"/>
63
+ </g>
64
+ </g>
65
+ </g>
66
+ </svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1200"><defs><style>.cls-1{fill:#bababa;}.cls-1,.cls-2,.cls-3,.cls-4,.cls-5,.cls-6,.cls-7{stroke-width:0px;}.cls-2{fill:#d8d8d8;}.cls-3{fill:#7c7c7c;}.cls-4{fill:#000;}.cls-5{fill:#a8a8a8;}.cls-6{fill:#353535;}.cls-8{opacity:.45;}.cls-7{fill:#fff;}</style></defs><g id="Layer_1-2"><rect class="cls-7" width="1920" height="1200"/><g class="cls-8"><rect class="cls-4" width="1920" height="1200"/></g><rect class="cls-7" x="498.6" y="220.34" width="922.8" height="759.33"/><rect class="cls-3" x="545" y="263.54" width="238.3" height="28.6"/><rect class="cls-2" x="542.94" y="333.38" width="398.36" height="266.62"/><rect class="cls-1" x="571.87" y="410.91" width="141.87" height="16"/><rect class="cls-6" x="586.95" y="441.23" width="121.27" height="16"/><rect class="cls-5" x="572.77" y="471.49" width="161" height="4.8"/><rect class="cls-1" x="754.59" y="502.35" width="141.87" height="16"/><rect class="cls-6" x="769.67" y="532.66" width="121.27" height="16"/><rect class="cls-5" x="755.49" y="562.92" width="161" height="4.8"/><rect class="cls-1" x="571.87" y="502.35" width="106.23" height="16"/><rect class="cls-6" x="586.95" y="532.66" width="95.91" height="16"/><rect class="cls-5" x="572.77" y="562.92" width="161" height="4.8"/><rect class="cls-1" x="755.04" y="410.91" width="106.23" height="16"/><rect class="cls-6" x="770.11" y="441.23" width="95.91" height="16"/><rect class="cls-5" x="755.93" y="471.49" width="161" height="4.8"/><rect class="cls-3" x="572.76" y="353.14" width="170.53" height="16"/><rect class="cls-2" x="978.7" y="333.38" width="398.36" height="266.62"/><rect class="cls-1" x="1007.63" y="410.91" width="141.87" height="16"/><rect class="cls-6" x="1022.7" y="441.23" width="121.27" height="16"/><rect class="cls-5" x="1008.52" y="471.49" width="161" height="4.8"/><rect class="cls-1" x="1190.35" y="502.35" width="141.87" height="16"/><rect class="cls-6" x="1205.42" y="532.66" width="121.27" height="16"/><rect class="cls-5" x="1191.24" y="562.92" width="161" height="4.8"/><rect class="cls-1" x="1007.63" y="502.35" width="106.23" height="16"/><rect class="cls-6" x="1022.7" y="532.66" width="95.91" height="16"/><rect class="cls-5" x="1008.52" y="562.92" width="161" height="4.8"/><rect class="cls-1" x="1190.79" y="410.91" width="106.23" height="16"/><rect class="cls-6" x="1205.87" y="441.23" width="95.91" height="16"/><rect class="cls-5" x="1191.69" y="471.49" width="161" height="4.8"/><rect class="cls-3" x="1008.51" y="353.14" width="170.53" height="16"/><rect class="cls-2" x="542.94" y="641.24" width="398.36" height="266.62"/><rect class="cls-1" x="571.87" y="718.78" width="141.87" height="16"/><rect class="cls-6" x="586.95" y="749.09" width="121.27" height="16"/><rect class="cls-5" x="572.77" y="779.35" width="161" height="4.8"/><rect class="cls-1" x="754.59" y="810.21" width="141.87" height="16"/><rect class="cls-6" x="769.67" y="840.53" width="121.27" height="16"/><rect class="cls-5" x="755.49" y="870.79" width="161" height="4.8"/><rect class="cls-1" x="571.87" y="810.21" width="106.23" height="16"/><rect class="cls-6" x="586.95" y="840.53" width="95.91" height="16"/><rect class="cls-5" x="572.77" y="870.79" width="161" height="4.8"/><rect class="cls-1" x="755.04" y="718.78" width="106.23" height="16"/><rect class="cls-6" x="770.11" y="749.09" width="95.91" height="16"/><rect class="cls-5" x="755.93" y="779.35" width="161" height="4.8"/><rect class="cls-3" x="572.76" y="661.01" width="170.53" height="16"/><rect class="cls-2" x="978.7" y="641.24" width="398.36" height="266.62"/><rect class="cls-1" x="1007.63" y="718.78" width="141.87" height="16"/><rect class="cls-6" x="1022.7" y="749.09" width="121.27" height="16"/><rect class="cls-5" x="1008.52" y="779.35" width="161" height="4.8"/><rect class="cls-1" x="1190.35" y="810.21" width="141.87" height="16"/><rect class="cls-6" x="1205.42" y="840.53" width="121.27" height="16"/><rect class="cls-5" x="1191.24" y="870.79" width="161" height="4.8"/><rect class="cls-1" x="1007.63" y="810.21" width="106.23" height="16"/><rect class="cls-6" x="1022.7" y="840.53" width="95.91" height="16"/><rect class="cls-5" x="1008.52" y="870.79" width="161" height="4.8"/><rect class="cls-1" x="1190.79" y="718.78" width="106.23" height="16"/><rect class="cls-6" x="1205.87" y="749.09" width="95.91" height="16"/><rect class="cls-5" x="1191.69" y="779.35" width="161" height="4.8"/><rect class="cls-3" x="1008.51" y="661.01" width="170.53" height="16"/></g></svg>