1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 13:55:21 +02:00

feat(ui): Rebranding - r8s-374 (#840)

This commit is contained in:
James Player 2025-07-01 12:58:31 +12:00 committed by GitHub
parent cf5990ccba
commit c6ee9a5a52
41 changed files with 821 additions and 342 deletions

View file

@ -29,43 +29,79 @@ fieldset[disabled] .btn {
}
.btn.btn-primary {
@apply border-blue-8 bg-blue-8 text-white;
@apply hover:border-blue-9 hover:bg-blue-9 hover:text-white;
@apply th-dark:hover:border-blue-7 th-dark:hover:bg-blue-7;
@apply border-graphite-700 bg-graphite-700 text-mist-100;
@apply hover:border-graphite-700/90 hover:bg-graphite-700/90 hover:text-mist-100;
@apply focus:border-blue-5 focus:shadow-graphite-700/80 focus:text-mist-100;
@apply th-dark:border-mist-100 th-dark:bg-mist-100 th-dark:text-graphite-700;
@apply th-dark:hover:border-mist-100/90 th-dark:hover:bg-mist-100/90 th-dark:hover:text-graphite-700;
@apply th-dark:focus:border-blue-5 th-dark:focus:shadow-white/80 th-dark:focus:text-graphite-700;
@apply th-highcontrast:border-mist-100 th-highcontrast:bg-mist-100 th-highcontrast:text-graphite-700;
@apply th-highcontrast:hover:border-mist-100/90 th-highcontrast:hover:bg-mist-100/90 th-highcontrast:hover:text-graphite-700;
@apply th-highcontrast:focus:border-blue-5 th-highcontrast:focus:shadow-white/80 th-highcontrast:focus:text-graphite-700;
}
/* Sidebar background is always dark, so we need to override the primary button styles */
.btn.btn-primary.sidebar {
@apply border-mist-100 bg-mist-100 text-graphite-700;
@apply hover:border-mist-100/90 hover:bg-mist-100/90 hover:text-graphite-700;
@apply focus:border-blue-5 focus:shadow-white/80 focus:text-graphite-700;
}
.btn.btn-primary:active,
.btn.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
@apply border-blue-5 bg-blue-9;
@apply border-graphite-700/80 bg-graphite-700 text-mist-100;
@apply th-dark:border-white/80 th-dark:bg-mist-100 th-dark:text-graphite-700;
@apply th-highcontrast:border-white/80 th-highcontrast:bg-mist-100 th-highcontrast:text-graphite-700;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
@apply bg-blue-8;
@apply bg-graphite-700 text-mist-100;
@apply th-dark:bg-mist-100 th-dark:text-graphite-700;
@apply th-highcontrast:bg-mist-100 th-highcontrast:text-graphite-700;
}
/* Button Secondary */
.btn.btn-secondary {
@apply border border-solid;
@apply border-blue-8 bg-blue-2 text-blue-9;
@apply hover:bg-blue-3;
@apply border-graphite-700 bg-mist-100 text-graphite-700;
@apply hover:border-graphite-700 hover:bg-graphite-700/10 hover:text-graphite-700;
@apply focus:border-blue-5 focus:shadow-graphite-700/20 focus:text-graphite-700;
@apply th-dark:border-blue-7 th-dark:bg-gray-10 th-dark:text-blue-3;
@apply th-dark:hover:bg-blue-11;
@apply th-dark:border-mist-100 th-dark:bg-graphite-700 th-dark:text-mist-100;
@apply th-dark:hover:border-mist-100 th-dark:hover:bg-mist-100/20 th-dark:hover:text-mist-100;
@apply th-dark:focus:border-blue-5 th-dark:focus:shadow-white/80 th-dark:focus:text-mist-100;
@apply th-highcontrast:border-mist-100 th-highcontrast:bg-graphite-700 th-highcontrast:text-mist-100;
@apply th-highcontrast:hover:border-mist-100 th-highcontrast:hover:bg-mist-100/20 th-highcontrast:hover:text-mist-100;
@apply th-highcontrast:focus:border-blue-5 th-highcontrast:focus:shadow-white/80 th-highcontrast:focus:text-mist-100;
}
.btn.btn-secondary:active,
.btn.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
@apply border-graphite-700 bg-graphite-700/10 text-graphite-700;
@apply th-dark:border-mist-100 th-dark:bg-mist-100/20 th-dark:text-mist-100;
@apply th-highcontrast:border-mist-100 th-highcontrast:bg-mist-100/20 th-highcontrast:text-mist-100;
}
.btn.btn-danger {
@apply border-error-8 bg-error-8;
@apply hover:border-error-7 hover:bg-error-7 hover:text-white;
@apply focus:border-blue-5 focus:shadow-error-8/20 focus:text-white;
@apply th-dark:focus:border-blue-5 th-dark:focus:shadow-white/80 th-dark:focus:text-white;
@apply th-highcontrast:focus:border-blue-5 th-highcontrast:focus:shadow-white/80 th-highcontrast:focus:text-white;
}
.btn.btn-danger:active,
.btn.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
@apply border-blue-5 bg-error-8 text-white;
@apply border-error-5 bg-error-8 text-white;
}
.btn.btn-dangerlight {
@ -74,6 +110,10 @@ fieldset[disabled] .btn {
@apply hover:bg-error-2 th-dark:hover:bg-error-11;
@apply border-error-5 th-highcontrast:border-error-7 th-dark:border-error-7;
@apply border border-solid;
@apply focus:border-blue-5 focus:shadow-error-8/20 focus:text-error-9;
@apply th-dark:focus:border-blue-5 th-dark:focus:shadow-white/80 th-dark:focus:text-white;
@apply th-highcontrast:focus:border-blue-5 th-highcontrast:focus:shadow-white/80;
}
.btn.btn-icon.btn-dangerlight {
@apply hover:text-error-11 th-dark:hover:text-error-7;
@ -90,15 +130,18 @@ fieldset[disabled] .btn {
/* secondary-grey */
.btn.btn-default,
.btn.btn-light {
@apply border-gray-5 bg-white text-gray-7;
@apply hover:border-gray-5 hover:bg-gray-3 hover:text-gray-9;
@apply border-gray-5 bg-white text-gray-8;
@apply hover:border-gray-5 hover:bg-gray-3 hover:text-gray-10;
@apply focus:border-blue-5 focus:shadow-graphite-700/20 focus:text-gray-8;
/* dark mode */
@apply th-dark:border-gray-warm-7 th-dark:bg-gray-iron-10 th-dark:text-gray-warm-4;
@apply th-dark:hover:border-gray-6 th-dark:hover:bg-gray-iron-9 th-dark:hover:text-gray-warm-4;
@apply th-dark:focus:border-blue-5 th-dark:focus:shadow-white/80 th-dark:focus:text-gray-warm-4;
@apply th-highcontrast:border-gray-2 th-highcontrast:bg-black th-highcontrast:text-white;
@apply th-highcontrast:hover:border-gray-6 th-highcontrast:hover:bg-gray-9 th-highcontrast:hover:text-gray-warm-4;
@apply th-highcontrast:focus:border-blue-5 th-highcontrast:focus:shadow-white/80 th-highcontrast:focus:text-white;
}
.btn.btn-light:active,
@ -119,42 +162,17 @@ fieldset[disabled] .btn {
.input-group-btn .btn.active,
.btn-group .btn.active {
@apply border-blue-5 bg-blue-2 text-blue-10;
@apply th-dark:border-blue-9 th-dark:bg-blue-11 th-dark:text-blue-2;
}
/* focus */
.btn.btn-primary:focus,
.btn.btn-secondary:focus,
.btn.btn-light:focus {
@apply border-blue-5;
}
.btn.btn-danger:focus,
.btn.btn-dangerlight:focus {
@apply border-blue-6;
}
.btn.btn-primary:focus,
.btn.btn-secondary:focus,
.btn.btn-light:focus,
.btn.btn-danger:focus,
.btn.btn-dangerlight:focus {
--btn-focus-color: var(--ui-blue-3);
box-shadow: 0px 0px 0px 4px var(--btn-focus-color);
@apply border-graphite-700/80 bg-graphite-700 text-mist-100;
@apply th-dark:border-white/80 th-dark:bg-mist-100 th-dark:text-graphite-700;
@apply th-highcontrast:border-white/80 th-highcontrast:bg-mist-100 th-highcontrast:text-graphite-700;
}
.btn.btn-icon:focus {
box-shadow: none !important;
}
[theme='dark'] .btn.btn-primary:focus,
[theme='dark'] .btn.btn-secondary:focus,
[theme='dark'] .btn.btn-light:focus,
[theme='dark'] .btn.btn-danger:focus,
[theme='dark'] .btn.btn-dangerlight:focus {
--btn-focus-color: var(--ui-blue-11);
.btn:focus {
box-shadow: 0px 0px 0px 2px var(--tw-shadow-color);
}
a.no-link,

View file

@ -1,6 +1,31 @@
{
"black": "#000000",
"white": "#ffffff",
"graphite": {
"10": "#f5f5f6",
"50": "#e5e6e8",
"100": "#ced0d3",
"200": "#abafb5",
"300": "#7b8089",
"400": "#5c6066",
"500": "#484a4e",
"600": "#3a3b3f",
"700": "#2e2f33",
"800": "#222326",
"900": "#161719"
},
"mist": {
"50": "#fcfbfa",
"100": "#f7f6f3",
"200": "#f0f0ec",
"300": "#e8e7e2",
"400": "#e2e1db",
"500": "#d9d8d2",
"600": "#ceccc4",
"700": "#bebcb4",
"800": "#a7a6a0",
"900": "#8b8983"
},
"gray": {
"1": "#fcfcfd",
"2": "#f9fafb",

View file

@ -3,6 +3,16 @@
--black-color: var(--ui-black);
--white-color: var(--ui-white);
--graphite-600: #3a3b3f;
--graphite-700: #2e2f33;
--graphite-800: #222326;
--graphite-900: #161719;
--mist-50: #fcfbfa;
--mist-100: #f7f6f3;
--mist-200: #f0f0ec;
--mist-300: #e8e7e2;
--grey-1: #212121;
--grey-2: #181818;
--grey-3: #383838;
@ -58,6 +68,8 @@
--grey-58: #ebf4f8;
--grey-59: #e6e6e6;
--grey-61: rgb(231, 231, 231);
--grey-62: #fdfdfd;
--grey-63: #121212;
--blue-1: #219;
--blue-2: #337ab7;
@ -99,17 +111,16 @@
/* Default Theme */
--bg-card-color: var(--white-color);
--bg-main-color: var(--white-color);
--bg-body-color: var(--grey-9);
--bg-body-color: var(--grey-62);
--bg-checkbox-border-color: var(--grey-49);
--bg-sidebar-color: var(--ui-blue-10);
--bg-sidebar-nav-color: var(--ui-blue-11);
--bg-sidebar-color: var(--graphite-700);
--bg-sidebar-nav-color: var(--graphite-600);
--bg-widget-color: var(--white-color);
--bg-widget-header-color: var(--grey-10);
--bg-widget-table-color: var(--ui-gray-3);
--bg-header-color: var(--white-color);
--bg-hover-table-color: var(--grey-14);
--bg-input-group-addon-color: var(--ui-gray-3);
--bg-btn-default-color: var(--ui-blue-10);
--bg-blocklist-hover-color: var(--ui-blue-2);
--bg-table-color: var(--white-color);
--bg-md-checkbox-color: var(--grey-12);
@ -128,7 +139,8 @@
--border-pagination-color: var(--ui-white);
--bg-pagination-span-color: var(--white-color);
--bg-pagination-hover-color: var(--ui-blue-3);
--bg-motd-body-color: var(--grey-20);
--bg-motd-body-color: var(--mist-50);
--bg-motd-btn-color: var(--graphite-700);
--bg-item-highlighted-color: var(--grey-21);
--bg-item-highlighted-null-color: var(--grey-14);
--bg-panel-body-color: var(--white-color);
@ -144,8 +156,6 @@
--bg-daterangepicker-in-range: var(--grey-58);
--bg-daterangepicker-active: var(--blue-14);
--bg-input-autofill-color: var(--bg-inputbox);
--bg-btn-default-hover-color: var(--ui-blue-9);
--bg-btn-focus: var(--grey-59);
--bg-small-select-color: var(--white-color);
--bg-stepper-item-active: var(--white-color);
--bg-stepper-item-counter: var(--grey-61);
@ -177,7 +187,6 @@
--text-navtabs-color: var(--grey-7);
--text-navtabs-hover-color: var(--grey-6);
--text-nav-tab-active-color: var(--grey-25);
--text-dropdown-menu-color: var(--grey-6);
--text-log-viewer-color: var(--black-color);
--text-json-tree-color: var(--blue-3);
@ -189,6 +198,8 @@
--text-pagination-color: var(--grey-26);
--text-pagination-span-color: var(--grey-3);
--text-pagination-span-hover-color: var(--grey-3);
--text-motd-body-color: var(--black-color);
--text-motd-btn-color: var(--mist-100);
--text-summary-color: var(--black-color);
--text-tooltip-color: var(--white-color);
--text-rzslider-color: var(--grey-36);
@ -203,6 +214,7 @@
--text-button-group-color: var(--ui-gray-9);
--text-button-dangerlight-color: var(--ui-error-5);
--text-stepper-active-color: var(--ui-blue-8);
--border-color: var(--grey-42);
--border-widget-color: var(--grey-43);
--border-sidebar-color: var(--ui-blue-9);
@ -218,7 +230,8 @@
--border-pre-color: var(--grey-43);
--border-pagination-span-color: var(--ui-white);
--border-pagination-hover-color: var(--ui-white);
--border-panel-color: var(--white-color);
--border-motd-body-color: var(--mist-300);
--border-panel-color: var(--mist-300);
--border-input-sm-color: var(--grey-47);
--border-daterangepicker-color: var(--grey-19);
--border-calendar-table: var(--white-color);
@ -265,8 +278,7 @@
--text-log-viewer-color-json-red: var(--text-log-viewer-color);
--text-log-viewer-color-json-blue: var(--text-log-viewer-color);
--bg-body-color: var(--grey-2);
--bg-btn-default-color: var(--grey-3);
--bg-body-color: var(--grey-63);
--bg-blocklist-hover-color: var(--ui-gray-iron-10);
--bg-blocklist-item-selected-color: var(--ui-gray-iron-10);
--bg-card-color: var(--grey-1);
@ -274,8 +286,6 @@
--bg-code-color: var(--grey-2);
--bg-dropdown-menu-color: var(--ui-gray-warm-8);
--bg-main-color: var(--grey-2);
--bg-sidebar-color: var(--grey-1);
--bg-sidebar-nav-color: var(--grey-2);
--bg-widget-color: var(--grey-1);
--bg-widget-header-color: var(--grey-3);
--bg-widget-table-color: var(--grey-3);
@ -296,7 +306,8 @@
--bg-pagination-color: var(--grey-3);
--bg-pagination-span-color: var(--grey-1);
--bg-pagination-hover-color: var(--grey-3);
--bg-motd-body-color: var(--grey-1);
--bg-motd-body-color: var(--graphite-800);
--bg-motd-btn-color: var(--mist-100);
--bg-item-highlighted-color: var(--grey-2);
--bg-item-highlighted-null-color: var(--grey-2);
--bg-panel-body-color: var(--grey-1);
@ -316,8 +327,6 @@
--bg-daterangepicker-in-range: var(--ui-gray-warm-11);
--bg-daterangepicker-active: var(--blue-14);
--bg-input-autofill-color: var(--bg-inputbox);
--bg-btn-default-hover-color: var(--grey-4);
--bg-btn-focus: var(--grey-3);
--bg-small-select-color: var(--grey-2);
--bg-stepper-item-active: var(--grey-1);
--bg-stepper-item-counter: var(--grey-7);
@ -348,7 +357,6 @@
--text-navtabs-color: var(--grey-8);
--text-navtabs-hover-color: var(--grey-9);
--text-nav-tab-active-color: var(--white-color);
--text-dropdown-menu-color: var(--white-color);
--text-log-viewer-color: var(--white-color);
--text-json-tree-color: var(--grey-40);
@ -360,6 +368,8 @@
--text-pagination-color: var(--white-color);
--text-pagination-span-color: var(--ui-white);
--text-pagination-span-hover-color: var(--ui-white);
--text-motd-body-color: var(--mist-100);
--text-motd-btn-color: var(--graphite-700);
--text-summary-color: var(--white-color);
--text-tooltip-color: var(--white-color);
--text-rzslider-color: var(--white-color);
@ -374,6 +384,7 @@
--text-button-group-color: var(--ui-white);
--text-button-dangerlight-color: var(--ui-error-7);
--text-stepper-active-color: var(--ui-white);
--border-color: var(--grey-3);
--border-widget-color: var(--grey-1);
--border-sidebar-color: var(--ui-gray-8);
@ -391,6 +402,7 @@
--border-blocklist-item-selected-color: var(--grey-31);
--border-pagination-span-color: var(--grey-1);
--border-pagination-hover-color: var(--grey-3);
--border-motd-body-color: var(--graphite-800);
--border-panel-color: var(--grey-2);
--border-input-sm-color: var(--grey-3);
--border-daterangepicker-color: var(--grey-3);
@ -450,6 +462,7 @@
--bg-panel-body-color: var(--black-color);
--bg-dropdown-menu-color: var(--ui-gray-warm-8);
--bg-motd-body-color: var(--black-color);
--bg-motd-btn-color: var(--white-color);
--bg-blocklist-hover-color: var(--black-color);
--bg-blocklist-item-selected-color: var(--black-color);
--bg-input-group-addon-color: var(--grey-3);
@ -481,11 +494,8 @@
--bg-navtabs-hover-color: var(--grey-3);
--bg-nav-tab-active-color: var(--ui-black);
--bg-btn-default-color: var(--black-color);
--bg-input-autofill-color: var(--bg-inputbox);
--bg-code-color: var(--ui-black);
--bg-btn-default-hover-color: var(--grey-4);
--bg-btn-focus: var(--black-color);
--bg-small-select-color: var(--black-color);
--bg-stepper-item-active: var(--black-color);
--bg-stepper-item-counter: var(--grey-3);
@ -523,6 +533,8 @@
--text-daterangepicker-end-date: var(--ui-white);
--text-daterangepicker-in-range: var(--white-color);
--text-daterangepicker-active: var(--white-color);
--text-motd-body-color: var(--white-color);
--text-motd-btn-color: var(--black-color);
--text-json-tree-color: var(--white-color);
--text-json-tree-leaf-color: var(--white-color);
--text-json-tree-branch-preview-color: var(--white-color);
@ -553,6 +565,7 @@
--border-input-sm-color: var(--white-color);
--border-pagination-color: var(--grey-1);
--border-pagination-span-color: var(--grey-1);
--border-motd-body-color: var(--white-color);
--border-daterangepicker-color: var(--white-color);
--border-calendar-table: var(--black-color);
--border-daterangepicker: var(--black-color);

View file

@ -201,8 +201,18 @@ pre {
background-color: var(--bg-progress-color);
}
.motd-body {
background-color: var(--bg-motd-body-color) !important;
.widget-body.motd-body {
border: 1px solid var(--border-motd-body-color);
color: var(--text-motd-body-color);
background: var(--bg-motd-body-color) url(../images/purple-gradient.svg) top right / 40% no-repeat;
}
.widget-body.motd-body .btn.btn-link,
.widget-body.motd-body .btn.btn-link:hover {
padding: 0 5px 0 4px;
border-radius: 4px;
background-color: var(--bg-motd-btn-color);
color: var(--text-motd-btn-color);
}
.panel-body {
@ -408,14 +418,10 @@ input:-webkit-autofill {
}
.sidebar.tippy-box[data-placement^='right'] > .tippy-arrow:before {
border-right: 8px solid var(--ui-blue-9);
border-right: 8px solid var(--graphite-600);
border-width: 6px 8px 6px 0;
}
[theme='dark'] .sidebar.tippy-box[data-placement^='right'] > .tippy-arrow:before {
border-right: 8px solid var(--ui-gray-true-9);
}
[theme='highcontrast'] .sidebar.tippy-box[data-placement^='right'] > .tippy-arrow:before {
border-right: 8px solid var(--ui-white);
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 772 B

After

Width:  |  Height:  |  Size: 368 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 491 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

Before After
Before After

View file

@ -1,35 +1,12 @@
<svg width="38" height="47" viewBox="0 0 38 47" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_dd_1083_50505)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.0154 11.0576H14.4116V14.1824H15.0154V11.0576Z" fill="#13BEF9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.6118 11.0576H17.008V14.1824H17.6118V11.0576Z" fill="#13BEF9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.1593 5.09492L20.5404 4.02313L10.215 9.98588L10.834 11.0577L21.1593 5.09492Z" fill="#13BEF9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.0989 5.09492L21.7178 4.02313L32.0432 9.98588L31.4243 11.0577L21.0989 5.09492Z" fill="#13BEF9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M33.8698 11.0727V9.8349H5.5807V11.0727H33.8698Z" fill="#13BEF9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.6688 28.5534V10.2123H23.9067V29.444C23.5746 29.0666 23.1519 28.7949 22.6688 28.5534Z" fill="#13BEF9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.5555 28.2364V2.36261H21.7933V28.3873C21.4461 28.2213 20.6008 28.2364 20.5555 28.2364Z" fill="#13BEF9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.82625 30.8177C7.31669 29.7006 6.32039 27.9193 6.32039 25.8965C6.32039 24.8247 6.6072 23.7681 7.13555 22.8472H17.7024C18.2459 23.7681 18.5176 24.8247 18.5176 25.8965C18.5176 26.8325 18.3968 27.708 18.0194 28.493C17.2194 27.7231 16.0419 27.391 14.8494 27.391C12.736 27.391 10.9245 28.7043 10.4566 30.6667C10.2905 30.6516 10.1848 30.6365 10.0188 30.6365C9.61122 30.6516 9.21873 30.712 8.82625 30.8177Z" fill="#13BEF9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.0191 15.5712H10.8188V18.7865H14.0191V15.5712Z" fill="#13BEF9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.4113 15.5712H7.21101V18.7865H10.4113V15.5712Z" fill="#13BEF9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.4113 19.1489H7.21101V22.3642H10.4113V19.1489Z" fill="#13BEF9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.0191 19.1489H10.8188V22.3642H14.0191V19.1489Z" fill="#13BEF9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.6118 19.1489H14.4116V22.3642H17.6118V19.1489Z" fill="#13BEF9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.6118 13.8503H14.4116V17.0657H17.6118V13.8503Z" fill="#13BEF9"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.9849 31.3007C11.4227 29.444 13.0983 28.0552 15.0909 28.0552C16.374 28.0552 17.5213 28.6288 18.3062 29.5345C18.9855 29.0666 19.8007 28.7949 20.6913 28.7949C23.016 28.7949 24.903 30.6818 24.903 33.0065C24.903 33.4896 24.8275 33.9424 24.6766 34.3802C25.1898 35.0746 25.5068 35.9501 25.5068 36.8861C25.5068 39.2108 23.6199 41.0977 21.2952 41.0977C20.2687 41.0977 19.3327 40.7354 18.6081 40.1316C17.8383 41.2034 16.5853 41.9129 15.1664 41.9129C13.536 41.9129 12.1171 40.977 11.4076 39.6184C11.1208 39.6787 10.8339 39.7089 10.532 39.7089C8.20731 39.7089 6.30527 37.822 6.30527 35.4973C6.30527 33.1726 8.19222 31.2856 10.532 31.2856C10.683 31.2705 10.8339 31.2705 10.9849 31.3007Z" fill="#13BEF9"/>
<svg width="38" height="47" viewBox="0 0 84 104" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_282_116279)">
<rect width="84" height="104" rx="1" fill="#2E2F33"/>
<path d="M54.2295 74.5278H73.7517V94H54.2295V74.5278Z" fill="#F7F6F3"/>
<path d="M10 11H40.4488C61.4576 11 73.8513 17.5661 73.8513 38.9807V39.7125C73.8513 61.1936 61.4842 67.6931 40.4754 67.6931H33.8295V93.7845H10V11ZM39.0517 49.3986C45.5579 49.3986 48.984 46.9837 48.984 39.7657V38.9341C48.984 31.7493 45.5579 29.2879 39.0517 29.2879H33.8361V49.3919H39.0517V49.3986Z" fill="#F7F6F3"/>
</g>
<defs>
<filter id="filter0_dd_1083_50505" x="0" y="0" width="38" height="47" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="1"/>
<feGaussianBlur stdDeviation="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.06 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1083_50505"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="1"/>
<feGaussianBlur stdDeviation="1.5"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.1 0"/>
<feBlend mode="normal" in2="effect1_dropShadow_1083_50505" result="effect2_dropShadow_1083_50505"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_1083_50505" result="shape"/>
</filter>
<clipPath id="clip0_282_116279">
<rect width="84" height="104" fill="white"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 4 KiB

After

Width:  |  Height:  |  Size: 693 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Before After
Before After

View file

@ -1 +1,6 @@
<svg version="1" xmlns="http://www.w3.org/2000/svg" width="420" height="420" viewBox="0 0 315.000000 315.000000"><path d="M163 13.3v6.4l-38.3 22.1-38.2 22.1h-34c-2.8.1-3 .3-3.2 4.5-.2 3.4.1 4.5 1.5 4.8.9.2 16 .3 33.5.2 17.4 0 31.7.2 31.8.5.1.3.2 10.3.4 22.1.1 11.8.3 21.8.4 22.2 0 .5 5.5.8 12 .8h11.9l-.1-22.8-.1-22.7 11.2-.1H163V204l3.5.1c1.9.1 4.1.2 4.7.3 1 .1 1.3-13.7 1.3-65.3V73.7l3.3-.3 3.2-.2.1 66.6v66.7l4.8 3.1 4.7 3.2v-69c-.1-38 .1-69.3.4-69.7.3-.4 17.2-.7 37.5-.7h37l.3-4.6.3-4.6-8.3-.3-8.3-.4-37-21.4c-20.3-11.8-37.2-21.6-37.5-21.8-.3-.3-.5-2.8-.6-5.6-.1-2.9-.2-5.8-.3-6.5-.1-.7-1.7-1.2-4.6-1.2H163v6.3zm0 34.1v16.5h-28.2c-28 0-28.3 0-25.8-1.9 1.4-1 4.3-2.8 6.5-4 2.2-1.1 13.5-7.6 25-14.4 11.6-6.9 21.3-12.5 21.8-12.5.4-.1.7 7.3.7 16.3zm28.6-5.4c7.5 4.4 13.7 8 13.9 8 .1 0 4.5 2.5 9.6 5.7 5.2 3.1 10.5 6.2 11.9 6.9 2.1 1.1-2 1.3-26 1.1l-28.5-.2V47.3l-.1-16.1 2.8 1.4c1.5.8 8.9 5 16.4 9.4zm-55.4 40.5c0 4.9-.1 9.7-.1 10.5-.1 1.3-1.5 1.6-7.3 1.5l-7.3-.1-.5-10.5-.5-10.6 7.8.1 7.9.1v9zm-12.3 23.9c.1 6.6-.2 8.5-1.4 9-.8.3-1.5.2-1.6-.2-.4-3.4-.5-15-.1-16 .2-.6 1-1.2 1.7-1.2.9 0 1.3 2.3 1.4 8.4zm6.7.4c0 4.5-.3 8.2-.8 8.2-.4 0-1.1.1-1.5.2-.5.2-.8-3.7-.9-8.5 0-7.5.2-8.7 1.5-8.5 1.3.3 1.6 1.9 1.7 8.6zm6.9 0c.1 7.2-.1 8.2-1.6 8.2-1.6 0-1.8-1-1.7-8.5.1-7.3.3-8.5 1.7-8.3 1.3.3 1.6 1.8 1.6 8.6z"/><path d="M61.9 108c0 .3-.1 5.7-.2 12l-.1 11.5 12.2.3 12.2.3v-24.6H74c-6.6 0-12 .2-12.1.5zm7.1 11.4c0 8-1 11.1-2.6 8.5-.5-.9-.8-8.6-.5-15.2.1-.9.8-1.7 1.6-1.7 1.2 0 1.5 1.6 1.5 8.4zm7-.1c0 8.6-.3 9.9-2.3 9.1-.8-.3-1.1-3-1-7.7.2-10 .1-9.7 1.8-9.7 1.2 0 1.5 1.6 1.5 8.3zm6.8-.3c.3 8.4-.2 10.7-2.1 9.2-.9-.7-1.2-3.6-1.1-8.9.2-9.2.1-8.6 1.7-8.1.8.3 1.3 3 1.5 7.8zM89.4 107.9c-.2.2-.4 5.8-.4 12.3V132h24.5l-.1-11.3c-.1-6.1-.2-11.7-.3-12.2-.1-1-22.7-1.5-23.7-.6zm7.2 11.2c.1 8.6-.3 10-2.2 9.2-1-.4-1.4-2.5-1.4-8.2 0-4.3.3-8.1.7-8.5 1.8-1.8 2.8.7 2.9 7.5zm6.5-7.4c.4 3.9.3 15.7-.2 16.5-1.7 2.7-2.9-.9-2.9-8.8 0-6.8.3-8.4 1.5-8.4.8 0 1.5.3 1.6.7zm7 .5c.5 5.5.3 13.6-.4 15.1-1.6 3.6-2.7.4-2.7-7.9 0-6.8.3-8.4 1.5-8.4.8 0 1.5.6 1.6 1.2zM94.3 134.8l-5.3.3v12c0 8.8.3 11.9 1.3 12 1.7.1 15.5.1 19.7 0l3.5-.1-.1-10.8c-.1-5.9-.2-11.4-.3-12.2-.1-1.5-6.2-1.9-18.8-1.2zm2.2 12.3c0 6.8-.3 8.4-1.5 8.4s-1.6-1.6-1.8-7.3c-.4-8.1.1-10.6 2.1-9.9.8.2 1.2 2.9 1.2 8.8zm6.6-7.4c.5 5.9.3 14.6-.2 15.5-.4.6-1.2.7-1.8.4-1.2-.8-1.6-15.8-.4-16.9 1.2-1.2 2.3-.7 2.4 1zm7-1c0 .5.1 4.4.2 8.8 0 6.3-.2 8-1.4 8-1.1 0-1.5-1.9-1.7-8.8-.2-7.3 0-8.7 1.3-8.7.8 0 1.5.3 1.6.7zM120 134.8l-3.5.3-.1 11.9c0 7.6.4 12 1.1 12.1 4.6.3 21.5 0 22.3-.5.5-.3 1-5.7 1-12.1l.1-11.5-5.7-.1c-3.1 0-7-.1-8.7-.2-1.6-.1-4.6-.1-6.5.1zm3.4 4.8c1 2.7.7 15.2-.5 15.9-.6.4-1.3.4-1.6.1-.7-.7-1.2-15.7-.6-16.9.7-1.2 2.1-.8 2.7.9zm7.3 6c.2 7.9-.4 10.7-2 10.1-.8-.2-1.2-3.2-1.3-8.3-.1-8.5.1-9.7 1.9-9.1.7.2 1.3 3.1 1.4 7.3zm6.9 0c.2 8.5-.3 10.5-2.2 9.7-1.1-.4-1.4-2.2-1.3-8.2.2-8.3.5-9.4 2.2-8.8.8.2 1.2 3 1.3 7.3zM61.9 136.7c-.4 9-.3 21.6.3 21.9.7.4 13.9.7 21.1.5l2.7-.1v-24H74c-10.7 0-12 .2-12.1 1.7zM69 147c0 5-.4 9-.9 9-1.6 0-2.2-1.7-2.2-7.2-.2-9.6 0-10.8 1.6-10.8 1.2 0 1.5 1.7 1.5 9zm6.8-.5c.3 7.2-.7 10.9-2.4 9.2-.4-.4-.7-3.5-.7-6.9.1-10.2.2-11 1.6-10.6.8.3 1.3 3.1 1.5 8.3zm7 0c.2 4.7-.1 8.2-.8 8.9-1.8 1.8-2.6-.8-2.4-8.6.2-9.3.2-9 1.7-8.6.8.3 1.3 3.1 1.5 8.3zM59.4 166.7c-3.1 7.2-4.3 13.6-4 21.2.5 12.5 4.9 22.4 13.7 31.1 4.1 4.1 5.4 4.8 7.2 4.1 1.2-.4 3.9-.7 5.9-.6 3.6.1 3.8-.1 6.8-6.2 8.2-16.7 29.1-23.3 47.6-15.2 2.4 1.1 4.6 2.4 4.9 2.9 2.5 4.1 5.4-3.3 5.9-15.3.4-8-.6-14-3.5-20.7l-2.1-5H61l-1.6 3.7z"/><path d="M118.5 202.8c-6 .9-11 2.8-15.1 5.7-5.2 3.7-11 11.3-11.9 15.6-.6 2.4-1.2 2.9-3.8 3-9.6.2-17.3 3.5-23.7 10-6 6.2-8.4 12.1-8.6 20.9-.3 10.2 2.1 16.5 9.1 23.5 6.6 6.6 12.5 9 22 9 6.7 0 7.1.1 8.9 3 2.6 4.2 7.3 8.3 13.1 11.3 4.2 2.2 6.3 2.6 13 2.6 9.5 0 16.9-2.9 22.8-8.9l3.7-3.8 6.1 3.3c13 6.9 29.4 3.7 38.8-7.6 5.3-6.5 7.2-11.7 7.3-20.4.2-7-.2-8.6-2.8-13.7-2.6-5-2.9-6.4-2.1-9.3 2.3-8.9-1.7-22.2-8.9-29.4-9.8-9.8-22.8-11.7-38.1-5.5-3 1.2-3.4 1.1-5.8-1.4-5.1-5-17.1-9-24-7.9z"/></svg>
<svg viewBox="0 0 104 104" xmlns="http://www.w3.org/2000/svg">
<g transform="translate(10, 0)">
<path d="M54.2295 74.5278H73.7517V94H54.2295V74.5278Z" fill="#000000"/>
<path d="M10 11H40.4488C61.4576 11 73.8513 17.5661 73.8513 38.9807V39.7125C73.8513 61.1936 61.4842 67.6931 40.4754 67.6931H33.8295V93.7845H10V11ZM39.0517 49.3986C45.5579 49.3986 48.984 46.9837 48.984 39.7657V38.9341C48.984 31.7493 45.5579 29.2879 39.0517 29.2879H33.8361V49.3919H39.0517V49.3986Z" fill="#000000"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 505 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

View file

@ -1,60 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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"
viewBox="0 0 940 300" style="enable-background:new 0 0 940 300;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#13BEF9;}
.st1{fill:#13BEF9;}
</style>
<g>
<polygon class="st0" points="84.3,76.6 80.3,76.6 80.3,97.3 84.3,97.3 84.3,76.6 "/>
<polygon class="st0" points="101.5,76.6 97.5,76.6 97.5,97.3 101.5,97.3 101.5,76.6 "/>
<polygon class="st0" points="125,37.1 120.9,30 52.5,69.5 56.6,76.6 125,37.1 "/>
<polygon class="st0" points="124.6,37.1 128.7,30 197.1,69.5 193,76.6 124.6,37.1 "/>
<polygon class="st0" points="209.2,76.7 209.2,68.5 21.8,68.5 21.8,76.7 209.2,76.7 "/>
<path class="st0" d="M135,192.5V71h8.2v127.4C141,195.9,138.2,194.1,135,192.5L135,192.5z"/>
<path class="st0" d="M121,190.4V19h8.2v172.4C126.9,190.3,121.3,190.4,121,190.4L121,190.4z"/>
<path class="st0" d="M43.3,207.5c-10-7.4-16.6-19.2-16.6-32.6c0-7.1,1.9-14.1,5.4-20.2h70c3.6,6.1,5.4,13.1,5.4,20.2
c0,6.2-0.8,12-3.3,17.2c-5.3-5.1-13.1-7.3-21-7.3c-14,0-26,8.7-29.1,21.7c-1.1-0.1-1.8-0.2-2.9-0.2
C48.5,206.4,45.9,206.8,43.3,207.5L43.3,207.5z"/>
<path class="st1" d="M219.8,115.5c-10.6,0-19.9,4.9-26.3,12.5v-11.4h-10.6v101.3h10.6v-42.7c6.3,7.8,15.7,12.8,26.3,12.8
c19.8,0,36.1-16.9,36.1-36.4C255.9,131.8,239.6,115.5,219.8,115.5L219.8,115.5z M220.1,177.5c-13.8,0-26-12.2-26-26
c0-14.1,12.2-25.6,26-25.6c14.1,0,24.7,11.5,24.7,25.6C244.8,165.3,234.2,177.5,220.1,177.5L220.1,177.5z"/>
<path class="st1" d="M302.3,187.9c19.8,0,36.1-16.9,36.1-36.4c0-19.8-16.3-36.1-36.1-36.1c-19.8,0-36.1,16.3-36.1,36.1
C266.2,171,282.5,187.9,302.3,187.9L302.3,187.9z M302.3,125.9c14.1,0,25,11.5,25,25.6c0,13.8-10.9,26-25,26c-14.1,0-25-12.2-25-26
C277.3,137.5,288.2,125.9,302.3,125.9L302.3,125.9z"/>
<path class="st1" d="M365.6,116.6H355v69.6h10.6v-38.5c0-14.2,11.2-21.8,23.6-21.8v-10.4c-9.6,0-17.9,4.1-23.6,10.6V116.6
L365.6,116.6z"/>
<polygon class="st1" points="433.8,126.2 433.8,116.6 418.1,116.6 418.1,89.2 407.5,89.2 407.5,116.6 397.1,116.6 397.1,126.2
407.5,126.2 407.5,186.2 418.1,186.2 418.1,126.2 433.8,126.2 "/>
<path class="st1" d="M478.6,187.9c10.6,0,19.9-5.1,26.3-12.8v11.4h10.6v-69.9h-10.6V128c-6.3-7.6-15.7-12.5-26.3-12.5
c-19.8,0-36.1,16.3-36.1,36.1C442.5,171,458.8,187.9,478.6,187.9L478.6,187.9z M478.2,177.5c-14.1,0-24.7-12.2-24.7-26
c0-14.1,10.6-25.6,24.7-25.6c13.8,0,26,11.5,26,25.6C504.2,165.3,492,177.5,478.2,177.5L478.2,177.5z"/>
<path class="st1" d="M543.6,102.5c4,0,7.4-3.3,7.4-7.6c0-3.8-3.5-7.3-7.4-7.3c-4.3,0-7.6,3.5-7.6,7.3
C536,99.2,539.3,102.5,543.6,102.5L543.6,102.5z M538.2,186.2h11.1v-69.6h-11.1V186.2L538.2,186.2z"/>
<path class="st1" d="M571.6,186.2h10.6v-37c0-15.7,8.7-23.6,22.8-23.3c11.6,0,17.9,6.8,17.9,20.6v39.7h10.6v-39.7
c0-22.2-8.5-31-28.5-31c-9.5,0-17.2,3.5-22.8,9.5v-8.4h-10.6V186.2L571.6,186.2z"/>
<path class="st1" d="M720.7,151.5c0-19.8-16.3-36.1-36.1-36.1c-19.8,0-36.1,16.3-36.1,36.1c0,19.5,16.3,36.4,36.1,36.4
c14.1,0,26.6-8.1,32.4-20.1h-13.1c-4.4,5.7-11.2,9.7-19.3,9.7c-12.3,0-22.3-9.5-24.5-21h60.6L720.7,151.5L720.7,151.5z
M684.6,125.9c12.2,0,22.2,8.9,24.5,20.4h-49.1C662.4,134.8,672.3,125.9,684.6,125.9L684.6,125.9z"/>
<path class="st1" d="M747.9,116.6h-10.6v69.6h10.6v-38.5c0-14.2,11.2-21.8,23.6-21.8v-10.4c-9.7,0-17.9,4.1-23.6,10.6V116.6
L747.9,116.6z"/>
<path class="st1" d="M787.5,187c4.7,0,8.7-4,8.7-8.9c0-4.7-4-8.7-8.7-8.7c-4.9,0-8.9,4-8.9,8.7C778.6,183,782.6,187,787.5,187
L787.5,187z"/>
<path class="st1" d="M823.5,102.5c4,0,7.4-3.3,7.4-7.6c0-3.8-3.5-7.3-7.4-7.3c-4.3,0-7.6,3.5-7.6,7.3
C816,99.2,819.3,102.5,823.5,102.5L823.5,102.5z M818.2,186.2h11.1v-69.6h-11.1V186.2L818.2,186.2z"/>
<path class="st1" d="M882.1,187.9c19.8,0,36.1-16.9,36.1-36.4c0-19.8-16.3-36.1-36.1-36.1c-19.8,0-36.1,16.3-36.1,36.1
C846,171,862.3,187.9,882.1,187.9L882.1,187.9z M882.1,125.9c14.1,0,25,11.5,25,25.6c0,13.8-10.9,26-25,26c-14.1,0-25-12.2-25-26
C857.1,137.5,868,125.9,882.1,125.9L882.1,125.9z"/>
<polygon class="st0" points="77.7,106.5 56.5,106.5 56.5,127.8 77.7,127.8 77.7,106.5 "/>
<polygon class="st0" points="53.8,106.5 32.6,106.5 32.6,127.8 53.8,127.8 53.8,106.5 "/>
<polygon class="st0" points="53.8,130.2 32.6,130.2 32.6,151.5 53.8,151.5 53.8,130.2 "/>
<polygon class="st0" points="77.7,130.2 56.5,130.2 56.5,151.5 77.7,151.5 77.7,130.2 "/>
<polygon class="st0" points="101.5,130.2 80.3,130.2 80.3,151.5 101.5,151.5 101.5,130.2 "/>
<polygon class="st0" points="101.5,95.1 80.3,95.1 80.3,116.4 101.5,116.4 101.5,95.1 "/>
<path class="st0" d="M57.6,210.7c2.9-12.3,14-21.5,27.2-21.5c8.5,0,16.1,3.8,21.3,9.8c4.5-3.1,9.9-4.9,15.8-4.9
c15.4,0,27.9,12.5,27.9,27.9c0,3.2-0.5,6.2-1.5,9.1c3.4,4.6,5.5,10.4,5.5,16.6c0,15.4-12.5,27.9-27.9,27.9c-6.8,0-13-2.4-17.8-6.4
c-5.1,7.1-13.4,11.8-22.8,11.8c-10.8,0-20.2-6.2-24.9-15.2c-1.9,0.4-3.8,0.6-5.8,0.6c-15.4,0-28-12.5-28-27.9s12.5-27.9,28-27.9
C55.6,210.5,56.6,210.5,57.6,210.7L57.6,210.7z"/>
</g>
<svg width="1064" height="131" viewBox="0 0 1064 131" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 3.08984H45.77C77.35 3.08984 95.98 12.9598 95.98 45.1498V46.2498C95.98 78.5398 77.39 88.3098 45.81 88.3098H35.82V127.53H0V3.08984ZM43.67 60.8098C53.45 60.8098 58.6 57.1798 58.6 46.3298V45.0798C58.6 34.2798 53.45 30.5798 43.67 30.5798H35.83V60.7998H43.67V60.8098Z" fill="#F7F6F3"/>
<path d="M100.93 71.76V58.86C100.93 15.56 117.85 0 153.84 0C189.83 0 206.73 15.56 206.73 58.86V71.76C206.73 115.05 189.81 130.62 153.84 130.62C117.87 130.62 100.93 115.05 100.93 71.76ZM168.87 71.84V58.77C168.87 36.2 165.81 28.65 153.84 28.65C141.87 28.65 138.78 36.2 138.78 58.77V71.84C138.78 94.41 141.9 101.98 153.84 101.98C165.78 101.98 168.87 94.41 168.87 71.84Z" fill="#F7F6F3"/>
<path d="M213.77 3.08984H256.91C289.3 3.08984 309.24 8.34984 309.24 36.5298V37.0098C309.17 53.8598 302.64 62.4799 291.7 67.1498C301.84 71.2098 305.35 76.0298 306.84 92.9998L308.14 108.5C309.29 121.82 309.77 124.57 311.51 127.53H274.87C273.71 124.4 273.11 120.96 272.8 116.89L271.22 97.1898C270.17 85.3598 268.39 82.3898 258.61 82.3898H249.6V127.52H213.78V3.08984H213.77ZM257.54 55.6898C268.7 55.6898 272.72 52.5198 272.72 43.2398V42.6998C272.72 33.4598 268.7 30.5098 257.54 30.5098H249.59V55.6898H257.54Z" fill="#F7F6F3"/>
<path d="M343.52 32.5898H312.2V3.08984H410.63V32.5998H379.35V127.54H343.53V32.5898H343.52Z" fill="#F7F6F3"/>
<path d="M425.88 3.08984H475.1L508.03 127.54H471.03L465.42 102.18H435.52L429.88 127.54H393.03L425.88 3.08984ZM459.58 73.8998L450.55 32.7398H450.32L441.3 73.8998H459.59H459.58Z" fill="#F7F6F3"/>
<path d="M513.45 3.08984H549.27V127.54H513.45V3.08984Z" fill="#F7F6F3"/>
<path d="M560.29 3.08984H602.69L629.04 85.0499H629.41L627.13 44.7498V3.08984H660.24V127.54H617.85L591.54 50.1298H591.17L593.39 90.5198V127.54H560.28V3.08984H560.29Z" fill="#F7F6F3"/>
<path d="M671.24 3.08984H753.91V32.5998H707.06V50.3998H748.46V79.9099H707.06V98.0398H754.52V127.55H671.24V3.08984Z" fill="#F7F6F3"/>
<path d="M763.42 3.08984H806.56C838.95 3.08984 858.89 8.34984 858.89 36.5298V37.0098C858.82 53.8598 852.29 62.4799 841.35 67.1498C851.49 71.2098 855 76.0298 856.49 92.9998L857.79 108.5C858.94 121.82 859.42 124.57 861.16 127.53H824.52C823.36 124.4 822.76 120.96 822.45 116.89L820.87 97.1898C819.82 85.3598 818.04 82.3898 808.26 82.3898H799.25V127.52H763.43V3.08984H763.42ZM807.2 55.6898C818.36 55.6898 822.38 52.5198 822.38 43.2398V42.6998C822.38 33.4598 818.36 30.5098 807.2 30.5098H799.25V55.6898H807.2Z" fill="#F7F6F3"/>
<path d="M870.36 93.27H904.71V127.53H870.36V93.27Z" fill="#F7F6F3"/>
<path d="M914.92 3.08984H949.85V28.7598H914.92V3.08984ZM914.92 35.5798H949.85V127.54H914.92V35.5798Z" fill="#F7F6F3"/>
<path d="M958.1 71.76V58.86C958.1 15.57 975.02 0 1011.01 0C1047 0 1063.9 15.56 1063.9 58.86V71.76C1063.9 115.05 1046.98 130.62 1011.01 130.62C975.04 130.62 958.1 115.05 958.1 71.76ZM1026.05 71.84V58.77C1026.05 36.2 1022.99 28.65 1011.02 28.65C999.05 28.65 995.96 36.2 995.96 58.77V71.84C995.96 94.41 999.08 101.98 1011.02 101.98C1022.96 101.98 1026.05 94.41 1026.05 71.84Z" fill="#F7F6F3"/>
</svg>

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 3 KiB

Before After
Before After

View file

@ -0,0 +1,14 @@
<svg width="1064" height="131" viewBox="0 0 1064 131" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 3.08984H45.77C77.35 3.08984 95.98 12.9598 95.98 45.1498V46.2498C95.98 78.5398 77.39 88.3098 45.81 88.3098H35.82V127.53H0V3.08984ZM43.67 60.8098C53.45 60.8098 58.6 57.1798 58.6 46.3298V45.0798C58.6 34.2798 53.45 30.5798 43.67 30.5798H35.83V60.7998H43.67V60.8098Z" fill="#2E2F33"/>
<path d="M100.93 71.76V58.86C100.93 15.56 117.85 0 153.84 0C189.83 0 206.73 15.56 206.73 58.86V71.76C206.73 115.05 189.81 130.62 153.84 130.62C117.87 130.62 100.93 115.05 100.93 71.76ZM168.87 71.84V58.77C168.87 36.2 165.81 28.65 153.84 28.65C141.87 28.65 138.78 36.2 138.78 58.77V71.84C138.78 94.41 141.9 101.98 153.84 101.98C165.78 101.98 168.87 94.41 168.87 71.84Z" fill="#2E2F33"/>
<path d="M213.77 3.08984H256.91C289.3 3.08984 309.24 8.34984 309.24 36.5298V37.0098C309.17 53.8598 302.64 62.4799 291.7 67.1498C301.84 71.2098 305.35 76.0298 306.84 92.9998L308.14 108.5C309.29 121.82 309.77 124.57 311.51 127.53H274.87C273.71 124.4 273.11 120.96 272.8 116.89L271.22 97.1898C270.17 85.3598 268.39 82.3898 258.61 82.3898H249.6V127.52H213.78V3.08984H213.77ZM257.54 55.6898C268.7 55.6898 272.72 52.5198 272.72 43.2398V42.6998C272.72 33.4598 268.7 30.5098 257.54 30.5098H249.59V55.6898H257.54Z" fill="#2E2F33"/>
<path d="M343.52 32.5898H312.2V3.08984H410.63V32.5998H379.35V127.54H343.53V32.5898H343.52Z" fill="#2E2F33"/>
<path d="M425.88 3.08984H475.1L508.03 127.54H471.03L465.42 102.18H435.52L429.88 127.54H393.03L425.88 3.08984ZM459.58 73.8998L450.55 32.7398H450.32L441.3 73.8998H459.59H459.58Z" fill="#2E2F33"/>
<path d="M513.45 3.08984H549.27V127.54H513.45V3.08984Z" fill="#2E2F33"/>
<path d="M560.29 3.08984H602.69L629.04 85.0499H629.41L627.13 44.7498V3.08984H660.24V127.54H617.85L591.54 50.1298H591.17L593.39 90.5198V127.54H560.28V3.08984H560.29Z" fill="#2E2F33"/>
<path d="M671.24 3.08984H753.91V32.5998H707.06V50.3998H748.46V79.9099H707.06V98.0398H754.52V127.55H671.24V3.08984Z" fill="#2E2F33"/>
<path d="M763.42 3.08984H806.56C838.95 3.08984 858.89 8.34984 858.89 36.5298V37.0098C858.82 53.8598 852.29 62.4799 841.35 67.1498C851.49 71.2098 855 76.0298 856.49 92.9998L857.79 108.5C858.94 121.82 859.42 124.57 861.16 127.53H824.52C823.36 124.4 822.76 120.96 822.45 116.89L820.87 97.1898C819.82 85.3598 818.04 82.3898 808.26 82.3898H799.25V127.52H763.43V3.08984H763.42ZM807.2 55.6898C818.36 55.6898 822.38 52.5198 822.38 43.2398V42.6998C822.38 33.4598 818.36 30.5098 807.2 30.5098H799.25V55.6898H807.2Z" fill="#2E2F33"/>
<path d="M870.36 93.27H904.71V127.53H870.36V93.27Z" fill="#2E2F33"/>
<path d="M914.92 3.08984H949.85V28.7598H914.92V3.08984ZM914.92 35.5798H949.85V127.54H914.92V35.5798Z" fill="#2E2F33"/>
<path d="M958.1 71.76V58.86C958.1 15.57 975.02 0 1011.01 0C1047 0 1063.9 15.56 1063.9 58.86V71.76C1063.9 115.05 1046.98 130.62 1011.01 130.62C975.04 130.62 958.1 115.05 958.1 71.76ZM1026.05 71.84V58.77C1026.05 36.2 1022.99 28.65 1011.02 28.65C999.05 28.65 995.96 36.2 995.96 58.77V71.84C995.96 94.41 999.08 101.98 1011.02 101.98C1022.96 101.98 1026.05 94.41 1026.05 71.84Z" fill="#2E2F33"/>
</svg>

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

View file

@ -0,0 +1,522 @@
<svg width="1421" height="507" viewBox="0 0 1421 507" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_414_125114)">
<path d="M1119.89 1.0446V9.76338H1128.63C1128.71 6.87373 1128.53 3.93425 1128.63 1.0446C1125.74 1.14425 1122.8 0.969872 1119.91 1.0446H1119.89Z" fill="#C080FF"/>
<path d="M1137.33 9.76292H1146.05V1.01921C1143.16 0.944482 1140.22 1.11885 1137.33 1.01921C1137.43 3.90886 1137.26 6.84833 1137.33 9.73798V9.76292Z" fill="#C080FF"/>
<path d="M1173.45 9.76292H1182.17V1.01921C1179.28 0.944482 1176.34 1.11885 1173.45 1.01921C1173.55 3.90886 1173.38 6.84833 1173.45 9.73798V9.76292Z" fill="#C080FF"/>
<path d="M1190.89 1.0446V9.76338H1199.64C1199.71 6.87373 1199.54 3.93425 1199.64 1.0446C1196.75 1.14425 1193.81 0.969872 1190.92 1.0446H1190.89Z" fill="#C080FF"/>
<path d="M1208.33 9.76292H1217.05V1.01921C1214.16 0.944482 1211.22 1.11885 1208.33 1.01921C1208.43 3.90886 1208.26 6.84833 1208.33 9.73798V9.76292Z" fill="#C080FF"/>
<path d="M1154.77 1.04403V9.76281H1164.76C1164.83 6.87316 1164.66 3.93368 1164.76 1.04403C1161.44 1.11876 1158.11 0.969304 1154.79 1.04403H1154.77Z" fill="#C080FF"/>
<path d="M1244.46 9.76292H1253.18V1.01921C1250.29 0.944482 1247.35 1.11885 1244.46 1.01921C1244.56 3.90886 1244.38 6.84833 1244.46 9.73798V9.76292Z" fill="#C080FF"/>
<path d="M1225.77 1.04403V9.76281H1235.76C1235.84 6.87316 1235.66 3.93368 1235.76 1.04403C1232.45 1.11876 1229.11 0.969304 1225.8 1.04403H1225.77Z" fill="#C080FF"/>
<path d="M1288.06 9.76172C1288.16 12.6264 1288.16 15.6157 1288.06 18.4805C1291.35 18.3808 1294.73 18.3808 1298.02 18.4805C1297.92 15.6157 1297.92 12.6264 1298.02 9.76172C1294.73 9.86136 1291.35 9.86136 1288.06 9.76172Z" fill="#C080FF"/>
<path d="M1298.02 37.1637V45.8825H1306.77C1306.84 42.9929 1306.67 40.0534 1306.77 37.1637C1303.88 37.2634 1300.94 37.089 1298.05 37.1637H1298.02Z" fill="#C080FF"/>
<path d="M1306.75 37.1645C1309.64 37.0649 1312.58 37.0649 1315.47 37.1645C1315.37 33.8763 1315.37 30.4884 1315.47 27.2002C1312.6 27.2999 1309.61 27.2999 1306.75 27.2002C1306.85 30.4884 1306.85 33.8763 1306.75 37.1645Z" fill="#C080FF"/>
<path d="M1261.9 37.1637V45.8825H1270.64C1270.72 42.9929 1270.54 40.0534 1270.64 37.1637C1267.75 37.2634 1264.81 37.089 1261.92 37.1637H1261.9Z" fill="#C080FF"/>
<path d="M1279.34 18.4548C1279.26 21.3444 1279.44 24.2839 1279.34 27.1735C1282.23 27.0739 1285.17 27.2483 1288.06 27.1735C1288.13 24.2839 1287.96 21.3444 1288.06 18.4548C1285.17 18.5544 1282.23 18.38 1279.34 18.4548Z" fill="#C080FF"/>
<path d="M1270.62 27.2002C1270.72 30.4884 1270.72 33.8763 1270.62 37.1645C1273.51 37.0649 1276.45 37.0649 1279.34 37.1645C1279.24 33.8763 1279.24 30.4884 1279.34 27.2002C1276.47 27.2999 1273.48 27.2999 1270.62 27.2002Z" fill="#C080FF"/>
<path d="M1270.62 18.4551H1261.9V27.1988C1264.79 27.2736 1267.73 27.0992 1270.62 27.1988C1270.52 24.3092 1270.69 21.3697 1270.62 18.4801V18.4551Z" fill="#C080FF"/>
<path d="M1298.02 27.1989C1300.91 27.2737 1303.85 27.0993 1306.74 27.1989C1306.64 24.3093 1306.82 21.3698 1306.74 18.4802C1303.85 18.4054 1300.91 18.5798 1298.02 18.4802C1298.12 21.3698 1297.95 24.3093 1298.02 27.1989Z" fill="#C080FF"/>
<path d="M1279.34 45.882H1288.06V37.1383C1285.17 37.0636 1282.23 37.238 1279.34 37.1383C1279.44 40.028 1279.26 42.9674 1279.34 45.8571V45.882Z" fill="#C080FF"/>
<path d="M1324.18 27.2017V18.458H1315.44C1315.36 21.3477 1315.54 24.2872 1315.44 27.1768C1318.33 27.0772 1321.27 27.2515 1324.16 27.1768L1324.18 27.2017Z" fill="#C080FF"/>
<path d="M1315.46 45.882H1324.18V37.1383C1321.29 37.0636 1318.35 37.238 1315.46 37.1383C1315.56 40.028 1315.39 42.9674 1315.46 45.8571V45.882Z" fill="#C080FF"/>
<path d="M1261.9 1.0446V9.76338H1270.64C1270.72 6.87373 1270.54 3.93425 1270.64 1.0446C1267.75 1.14425 1264.81 0.969872 1261.92 1.0446H1261.9Z" fill="#C080FF"/>
<path d="M1288.06 1.02116C1285.17 0.946434 1282.23 1.12081 1279.34 1.02116C1279.44 3.91081 1279.26 6.85029 1279.34 9.73994C1282.23 9.81467 1285.17 9.6403 1288.06 9.73994C1287.96 6.85029 1288.13 3.91081 1288.06 1.02116Z" fill="#C080FF"/>
<path d="M1298.02 1.02116C1297.95 3.91081 1298.12 6.85029 1298.02 9.73994C1300.91 9.6403 1303.85 9.81467 1306.74 9.73994C1306.82 6.85029 1306.64 3.91081 1306.74 1.02116C1303.85 1.12081 1300.91 0.946434 1298.02 1.02116Z" fill="#C080FF"/>
<path d="M1315.46 9.76292H1324.18V1.01921C1321.29 0.944482 1318.35 1.11885 1315.46 1.01921C1315.56 3.90886 1315.39 6.84833 1315.46 9.73798V9.76292Z" fill="#C080FF"/>
<path d="M1341.62 18.4551H1332.9V27.1988C1335.79 27.2736 1338.73 27.0992 1341.62 27.1988C1341.52 24.3092 1341.7 21.3697 1341.62 18.4801V18.4551Z" fill="#C080FF"/>
<path d="M1350.34 45.8821H1360.31V37.1384C1356.99 37.0886 1353.66 37.2381 1350.34 37.1384C1350.44 40.0281 1350.27 42.9675 1350.34 45.8572V45.8821Z" fill="#C080FF"/>
<path d="M1341.62 27.2002C1341.72 30.4884 1341.72 33.8763 1341.62 37.1645C1344.51 37.0649 1347.45 37.0898 1350.34 37.1645C1350.24 33.8763 1350.24 30.4884 1350.34 27.2002C1347.45 27.275 1344.51 27.2999 1341.62 27.2002Z" fill="#C080FF"/>
<path d="M1360.31 9.76172C1360.41 12.6264 1360.41 15.6157 1360.31 18.4805C1363.2 18.4057 1366.14 18.3808 1369.03 18.4805C1368.93 15.6157 1368.93 12.6264 1369.03 9.76172C1366.14 9.86136 1363.2 9.83645 1360.31 9.76172Z" fill="#C080FF"/>
<path d="M1332.9 37.1637V45.8825H1341.65C1341.72 42.9929 1341.55 40.0534 1341.65 37.1637C1338.76 37.2634 1335.82 37.089 1332.93 37.1637H1332.9Z" fill="#C080FF"/>
<path d="M1350.34 18.4548C1350.27 21.3444 1350.44 24.2839 1350.34 27.1735C1353.66 27.0739 1356.99 27.2483 1360.31 27.1735C1360.38 24.2839 1360.21 21.3444 1360.31 18.4548C1356.99 18.5544 1353.66 18.38 1350.34 18.4548Z" fill="#C080FF"/>
<path d="M1332.9 1.0446V9.76338H1341.65C1341.72 6.87373 1341.55 3.93425 1341.65 1.0446C1338.76 1.14425 1335.82 0.969872 1332.93 1.0446H1332.9Z" fill="#C080FF"/>
<path d="M1360.31 1.01634C1356.99 0.96652 1353.66 1.11598 1350.34 1.01634C1350.44 3.90599 1350.27 6.84547 1350.34 9.73512C1353.66 9.78494 1356.99 9.63547 1360.31 9.73512C1360.21 6.84547 1360.38 3.90599 1360.31 1.01634Z" fill="#C080FF"/>
<path d="M1386.47 54.5788C1386.4 57.4685 1386.57 60.4079 1386.47 63.2976C1389.36 63.1979 1392.3 63.3723 1395.19 63.2976C1395.27 60.4079 1395.09 57.4685 1395.19 54.5788C1392.3 54.6784 1389.36 54.5041 1386.47 54.5788Z" fill="#C080FF"/>
<path d="M1386.47 80.7591H1395.19V72.0153C1392.3 71.9406 1389.36 72.115 1386.47 72.0153C1386.57 74.905 1386.4 77.8445 1386.47 80.7341V80.7591Z" fill="#C080FF"/>
<path d="M1369.03 72.0407V80.7595H1377.78C1377.85 77.8698 1377.68 74.9303 1377.78 72.0407C1374.89 72.1403 1371.95 71.966 1369.06 72.0407H1369.03Z" fill="#C080FF"/>
<path d="M1377.75 54.5791H1369.03V63.3228C1371.92 63.3975 1374.86 63.2231 1377.75 63.3228C1377.65 60.4331 1377.83 57.4936 1377.75 54.604V54.5791Z" fill="#C080FF"/>
<path d="M1403.91 72.0407V80.7595H1412.66C1412.73 77.8698 1412.56 74.9303 1412.66 72.0407C1409.77 72.1403 1406.83 71.966 1403.94 72.0407H1403.91Z" fill="#C080FF"/>
<path d="M1403.91 63.323C1406.8 63.3977 1409.74 63.2233 1412.63 63.323C1412.53 60.4333 1412.7 57.4938 1412.63 54.6042C1409.74 54.5295 1406.8 54.7038 1403.91 54.6042C1404.01 57.4938 1403.83 60.4333 1403.91 63.323Z" fill="#C080FF"/>
<path d="M1412.63 72.0381C1415.52 71.9384 1418.46 71.9633 1421.35 72.0381C1421.25 69.1484 1421.25 66.209 1421.35 63.3193C1418.46 63.394 1415.52 63.4189 1412.63 63.3193C1412.73 66.184 1412.73 69.1733 1412.63 72.0381Z" fill="#C080FF"/>
<path d="M1377.75 63.3193C1377.85 66.209 1377.85 69.1484 1377.75 72.0381C1380.64 71.9384 1383.58 71.9384 1386.47 72.0381C1386.37 69.1733 1386.37 66.184 1386.47 63.3193C1383.61 63.4189 1380.62 63.4189 1377.75 63.3193Z" fill="#C080FF"/>
<path d="M1395.19 54.6036C1398.05 54.504 1401.04 54.504 1403.91 54.6036C1403.81 51.7389 1403.81 48.7496 1403.91 45.8848C1401.04 45.9845 1398.05 45.9845 1395.19 45.8848C1395.29 48.7496 1395.29 51.7389 1395.19 54.6036Z" fill="#C080FF"/>
<path d="M1369.03 37.1637V45.8825H1377.78C1377.85 42.9929 1377.68 40.0534 1377.78 37.1637C1374.89 37.2634 1371.95 37.089 1369.06 37.1637H1369.03Z" fill="#C080FF"/>
<path d="M1386.47 27.2002C1383.61 27.2999 1380.62 27.2999 1377.75 27.2002C1377.85 30.4884 1377.85 33.8763 1377.75 37.1645C1380.62 37.0649 1383.61 37.0649 1386.47 37.1645C1386.37 33.8763 1386.37 30.4884 1386.47 27.2002Z" fill="#C080FF"/>
<path d="M1395.19 27.2017V18.458H1386.44C1386.37 21.3477 1386.54 24.2872 1386.44 27.1768C1389.33 27.0772 1392.27 27.2515 1395.16 27.1768L1395.19 27.2017Z" fill="#C080FF"/>
<path d="M1377.75 18.4548C1374.86 18.38 1371.92 18.5544 1369.03 18.4548C1369.13 21.3444 1368.95 24.2839 1369.03 27.1735C1371.92 27.2483 1374.86 27.0739 1377.75 27.1735C1377.65 24.2839 1377.82 21.3444 1377.75 18.4548Z" fill="#C080FF"/>
<path d="M1369.03 1.02116C1368.95 3.91081 1369.13 6.85029 1369.03 9.73994C1371.92 9.6403 1374.86 9.81467 1377.75 9.73994C1377.82 6.85029 1377.65 3.91081 1377.75 1.02116C1374.86 1.12081 1371.92 0.946434 1369.03 1.02116Z" fill="#C080FF"/>
<path d="M1386.47 9.76292H1395.19V1.01921C1392.3 0.944482 1389.36 1.11885 1386.47 1.01921C1386.57 3.90886 1386.4 6.84833 1386.47 9.73798V9.76292Z" fill="#C080FF"/>
<path d="M1395.19 37.1393C1392.3 37.0646 1389.36 37.239 1386.47 37.1393C1386.57 40.029 1386.4 42.9685 1386.47 45.8581C1389.36 45.9328 1392.3 45.7585 1395.19 45.8581C1395.09 42.9685 1395.27 40.029 1395.19 37.1393Z" fill="#C080FF"/>
<path d="M1403.91 37.1393C1403.83 40.029 1404.01 42.9685 1403.91 45.8581C1406.8 45.7585 1409.74 45.9328 1412.63 45.8581C1412.7 42.9685 1412.53 40.029 1412.63 37.1393C1409.74 37.239 1406.8 37.0646 1403.91 37.1393Z" fill="#C080FF"/>
<path d="M1412.63 18.4551H1403.89V27.1988C1406.78 27.2736 1409.71 27.0992 1412.61 27.1988C1412.51 24.3092 1412.68 21.3697 1412.61 18.4801L1412.63 18.4551Z" fill="#C080FF"/>
<path d="M1412.63 27.2002C1412.73 30.4884 1412.73 33.8763 1412.63 37.1645C1415.52 37.0649 1418.46 37.0898 1421.35 37.1645C1421.25 33.8763 1421.25 30.4884 1421.35 27.2002C1418.46 27.275 1415.52 27.2999 1412.63 27.2002Z" fill="#C080FF"/>
<path d="M1403.91 1.0446V9.76338H1412.66C1412.73 6.87373 1412.56 3.93425 1412.66 1.0446C1409.77 1.14425 1406.83 0.969872 1403.94 1.0446H1403.91Z" fill="#C080FF"/>
<path d="M1350.34 160.472V170.436H1360.31V160.472H1350.34Z" fill="#C080FF"/>
<path d="M1350.34 427.02V436.984H1360.31V427.02H1350.34Z" fill="#C080FF"/>
<path d="M1350.34 498.016V507.98H1360.31V498.016H1350.34Z" fill="#C080FF"/>
<path d="M1154.77 231.468V241.432H1164.73V231.468H1154.77Z" fill="#C080FF"/>
<path d="M1154.77 160.472V170.436H1164.73V160.472H1154.77Z" fill="#C080FF"/>
<path d="M1225.77 160.472V170.436H1235.74V160.472H1225.77Z" fill="#C080FF"/>
<path d="M1225.77 231.468V241.432H1235.74V231.468H1225.77Z" fill="#C080FF"/>
<path d="M1403.91 108.16V116.879H1412.66C1412.73 113.989 1412.56 111.049 1412.66 108.16C1409.77 108.259 1406.83 108.085 1403.94 108.16H1403.91Z" fill="#C080FF"/>
<path d="M1421.35 98.1973C1418.46 98.272 1415.52 98.2969 1412.63 98.1973C1412.73 101.485 1412.73 104.873 1412.63 108.161C1415.52 108.062 1418.46 108.086 1421.35 108.161C1421.25 104.873 1421.25 101.485 1421.35 98.1973Z" fill="#C080FF"/>
<path d="M1412.63 89.4521H1403.89V98.1958C1406.78 98.2705 1409.71 98.0962 1412.61 98.1958C1412.51 95.3062 1412.68 92.3667 1412.61 89.477L1412.63 89.4521Z" fill="#C080FF"/>
<path d="M1403.91 160.472V170.436H1412.66V160.472H1403.91Z" fill="#C080FF"/>
<path d="M1403.91 231.468V241.432H1412.66V231.468H1403.91Z" fill="#C080FF"/>
<path d="M1386.47 160.472V170.436H1395.21V160.472H1386.47Z" fill="#C080FF"/>
<path d="M1386.47 231.468V241.432H1395.21V231.468H1386.47Z" fill="#C080FF"/>
<path d="M1386.47 116.88H1395.19V108.136C1392.3 108.061 1389.36 108.235 1386.47 108.136C1386.57 111.025 1386.4 113.965 1386.47 116.855V116.88Z" fill="#C080FF"/>
<path d="M1369.03 108.16V116.879H1377.78C1377.85 113.989 1377.68 111.049 1377.78 108.16C1374.89 108.259 1371.95 108.085 1369.06 108.16H1369.03Z" fill="#C080FF"/>
<path d="M1386.47 98.1973C1383.58 98.2969 1380.64 98.2969 1377.75 98.1973C1377.85 101.485 1377.85 104.873 1377.75 108.161C1380.64 108.062 1383.58 108.062 1386.47 108.161C1386.37 104.873 1386.37 101.485 1386.47 98.1973Z" fill="#C080FF"/>
<path d="M1395.19 98.1939V89.4502H1386.44C1386.37 92.3399 1386.54 95.2793 1386.44 98.169C1389.33 98.0694 1392.27 98.2437 1395.16 98.169L1395.19 98.1939Z" fill="#C080FF"/>
<path d="M1377.75 89.4521H1369.03V98.1958C1371.92 98.2705 1374.86 98.0962 1377.75 98.1958C1377.65 95.3062 1377.83 92.3667 1377.75 89.477V89.4521Z" fill="#C080FF"/>
<path d="M1369.03 160.472V170.436H1377.78V160.472H1369.03Z" fill="#C080FF"/>
<path d="M1369.03 231.468V241.432H1377.78V231.468H1369.03Z" fill="#C080FF"/>
<path d="M1332.9 72.0407V80.7595H1341.65C1341.72 77.8698 1341.55 74.9303 1341.65 72.0407C1338.76 72.1403 1335.82 71.966 1332.93 72.0407H1332.9Z" fill="#C080FF"/>
<path d="M1341.62 54.5791H1332.9V63.3228C1335.79 63.3975 1338.73 63.2231 1341.62 63.3228C1341.52 60.4331 1341.7 57.4936 1341.62 54.604V54.5791Z" fill="#C080FF"/>
<path d="M1350.34 63.3193C1347.45 63.394 1344.51 63.4189 1341.62 63.3193C1341.72 66.209 1341.72 69.1484 1341.62 72.0381C1344.51 71.9384 1347.45 71.9633 1350.34 72.0381C1350.24 69.1484 1350.24 66.209 1350.34 63.3193Z" fill="#C080FF"/>
<path d="M1350.34 80.7592H1360.31V72.0154C1356.99 71.9656 1353.66 72.1151 1350.34 72.0154C1350.44 74.9051 1350.27 77.8445 1350.34 80.7341V80.7592Z" fill="#C080FF"/>
<path d="M1360.31 63.3208V54.5771H1350.32C1350.24 57.4667 1350.42 60.4062 1350.32 63.2958C1353.63 63.2211 1356.97 63.3706 1360.28 63.2958L1360.31 63.3208Z" fill="#C080FF"/>
<path d="M1350.34 89.4502V98.1939H1360.31V89.4502H1350.34Z" fill="#C080FF"/>
<path d="M1350.34 108.135V116.879H1360.31V108.135H1350.34Z" fill="#C080FF"/>
<path d="M1350.34 125.573V134.317H1360.31V125.573H1350.34Z" fill="#C080FF"/>
<path d="M1350.34 143.008V151.752H1360.31V143.008H1350.34Z" fill="#C080FF"/>
<path d="M1350.34 179.131V187.875H1360.31V179.131H1350.34Z" fill="#C080FF"/>
<path d="M1350.34 196.57V205.314H1360.31V196.57H1350.34Z" fill="#C080FF"/>
<path d="M1350.34 214.004V222.748H1360.31V214.004H1350.34Z" fill="#C080FF"/>
<path d="M1350.34 250.128V258.871H1360.31V250.128H1350.34Z" fill="#C080FF"/>
<path d="M1350.34 285.001V293.744H1360.31V285.001H1350.34Z" fill="#C080FF"/>
<path d="M1350.34 321.124V329.868H1360.31V321.124H1350.34Z" fill="#C080FF"/>
<path d="M1350.34 355.997V364.741H1360.31V355.997H1350.34Z" fill="#C080FF"/>
<path d="M1332.9 160.472V170.436H1341.65V160.472H1332.9Z" fill="#C080FF"/>
<path d="M1332.9 231.468V241.432H1341.65V231.468H1332.9Z" fill="#C080FF"/>
<path d="M1315.46 160.472V170.436H1324.21V160.472H1315.46Z" fill="#C080FF"/>
<path d="M1298.02 160.472V170.436H1306.77V160.472H1298.02Z" fill="#C080FF"/>
<path d="M1298.02 231.468V241.432H1306.77V231.468H1298.02Z" fill="#C080FF"/>
<path d="M1279.34 160.472V170.436H1288.08V160.472H1279.34Z" fill="#C080FF"/>
<path d="M1279.34 427.02V436.984H1288.08V427.02H1279.34Z" fill="#C080FF"/>
<path d="M1261.9 160.472V170.436H1270.64V160.472H1261.9Z" fill="#C080FF"/>
<path d="M1261.9 231.468V241.432H1270.64V231.468H1261.9Z" fill="#C080FF"/>
<path d="M1244.46 160.472V170.436H1253.2V160.472H1244.46Z" fill="#C080FF"/>
<path d="M1235.74 18.4561H1225.77V27.1998C1229.09 27.2496 1232.42 27.1001 1235.74 27.1998C1235.64 24.3101 1235.81 21.3706 1235.74 18.481V18.4561Z" fill="#C080FF"/>
<path d="M1253.18 27.2017V18.458H1244.43C1244.36 21.3477 1244.53 24.2872 1244.43 27.1768C1247.32 27.0772 1250.26 27.2515 1253.15 27.1768L1253.18 27.2017Z" fill="#C080FF"/>
<path d="M1244.46 37.1645C1244.36 33.8763 1244.36 30.4884 1244.46 27.2002C1241.57 27.2999 1238.63 27.275 1235.74 27.2002C1235.84 30.4884 1235.84 33.8763 1235.74 37.1645C1238.63 37.0898 1241.57 37.0649 1244.46 37.1645Z" fill="#C080FF"/>
<path d="M1244.46 45.882H1253.18V37.1383C1250.29 37.0636 1247.35 37.238 1244.46 37.1383C1244.56 40.028 1244.38 42.9674 1244.46 45.8571V45.882Z" fill="#C080FF"/>
<path d="M1235.74 37.1632C1232.42 37.238 1229.09 37.0885 1225.77 37.1632V45.882H1235.76C1235.84 42.9924 1235.66 40.0529 1235.76 37.1632H1235.74Z" fill="#C080FF"/>
<path d="M1225.77 54.5771V63.3208H1235.74V54.5771H1225.77Z" fill="#C080FF"/>
<path d="M1225.77 72.0156V80.7594H1235.74V72.0156H1225.77Z" fill="#C080FF"/>
<path d="M1225.77 89.4502V98.1939H1235.74V89.4502H1225.77Z" fill="#C080FF"/>
<path d="M1225.77 125.573V134.317H1235.74V125.573H1225.77Z" fill="#C080FF"/>
<path d="M1225.77 196.57V205.314H1235.74V196.57H1225.77Z" fill="#C080FF"/>
<path d="M1208.33 160.472V170.436H1217.08V160.472H1208.33Z" fill="#C080FF"/>
<path d="M1190.89 37.1637V45.8825H1199.64C1199.71 42.9929 1199.54 40.0534 1199.64 37.1637C1196.75 37.2634 1193.81 37.089 1190.92 37.1637H1190.89Z" fill="#C080FF"/>
<path d="M1208.33 45.882H1217.05V37.1383C1214.16 37.0636 1211.22 37.238 1208.33 37.1383C1208.43 40.028 1208.26 42.9674 1208.33 45.8571V45.882Z" fill="#C080FF"/>
<path d="M1217.05 27.2017V18.458H1208.31C1208.23 21.3477 1208.41 24.2872 1208.31 27.1768C1211.2 27.0772 1214.14 27.2515 1217.03 27.1768L1217.05 27.2017Z" fill="#C080FF"/>
<path d="M1199.61 37.1645C1202.5 37.0649 1205.44 37.0649 1208.33 37.1645C1208.23 33.8763 1208.23 30.4884 1208.33 27.2002C1205.44 27.2999 1202.5 27.2999 1199.61 27.2002C1199.71 30.4884 1199.71 33.8763 1199.61 37.1645Z" fill="#C080FF"/>
<path d="M1199.61 18.4551H1190.89V27.1988C1193.78 27.2736 1196.72 27.0992 1199.61 27.1988C1199.51 24.3092 1199.69 21.3697 1199.61 18.4801V18.4551Z" fill="#C080FF"/>
<path d="M1190.89 160.472V170.436H1199.64V160.472H1190.89Z" fill="#C080FF"/>
<path d="M1173.45 160.472V170.436H1182.2V160.472H1173.45Z" fill="#C080FF"/>
<path d="M1164.73 37.1632C1161.42 37.238 1158.08 37.0885 1154.77 37.1632V45.882H1164.76C1164.83 42.9924 1164.66 40.0529 1164.76 37.1632H1164.73Z" fill="#C080FF"/>
<path d="M1173.45 37.1645C1173.35 33.8763 1173.35 30.4884 1173.45 27.2002C1170.56 27.2999 1167.62 27.275 1164.73 27.2002C1164.83 30.4884 1164.83 33.8763 1164.73 37.1645C1167.62 37.0898 1170.56 37.0649 1173.45 37.1645Z" fill="#C080FF"/>
<path d="M1164.73 18.4561H1154.77V27.1998C1158.08 27.2496 1161.42 27.1001 1164.73 27.1998C1164.63 24.3101 1164.81 21.3706 1164.73 18.481V18.4561Z" fill="#C080FF"/>
<path d="M1173.45 45.882H1182.17V37.1383C1179.28 37.0636 1176.34 37.238 1173.45 37.1383C1173.55 40.028 1173.38 42.9674 1173.45 45.8571V45.882Z" fill="#C080FF"/>
<path d="M1182.17 27.2017V18.458H1173.43C1173.35 21.3477 1173.53 24.2872 1173.43 27.1768C1176.32 27.0772 1179.26 27.2515 1182.15 27.1768L1182.17 27.2017Z" fill="#C080FF"/>
<path d="M1154.77 54.5771V63.3208H1164.73V54.5771H1154.77Z" fill="#C080FF"/>
<path d="M1154.77 72.0156V80.7594H1164.73V72.0156H1154.77Z" fill="#C080FF"/>
<path d="M1154.77 89.4502V98.1939H1164.73V89.4502H1154.77Z" fill="#C080FF"/>
<path d="M1154.77 125.573V134.317H1164.73V125.573H1154.77Z" fill="#C080FF"/>
<path d="M1154.77 196.57V205.314H1164.73V196.57H1154.77Z" fill="#C080FF"/>
<path d="M1137.33 427.02V436.984H1146.07V427.02H1137.33Z" fill="#C080FF"/>
<path d="M1119.89 160.472V170.436H1128.63V160.472H1119.89Z" fill="#C080FF"/>
<path d="M1083.76 160.472V170.436H1092.51V160.472H1083.76Z" fill="#C080FF"/>
<path d="M1048.88 160.472V170.436H1057.63V160.472H1048.88Z" fill="#C080FF"/>
<path d="M1012.76 160.472V170.436H1021.5V160.472H1012.76Z" fill="#C080FF"/>
<path d="M995.319 427.02V436.984H1004.06V427.02H995.319Z" fill="#C080FF"/>
<path d="M959.189 1.01953V9.76324H969.159V1.01953H959.189Z" fill="#C080FF"/>
<path d="M959.189 18.458V27.2017H969.159V18.458H959.189Z" fill="#C080FF"/>
<path d="M959.189 37.1387V45.8824H969.159V37.1387H959.189Z" fill="#C080FF"/>
<path d="M959.189 54.5771V63.3208H969.159V54.5771H959.189Z" fill="#C080FF"/>
<path d="M959.189 72.0156V80.7594H969.159V72.0156H959.189Z" fill="#C080FF"/>
<path d="M959.189 89.4502V98.1939H969.159V89.4502H959.189Z" fill="#C080FF"/>
<path d="M959.189 108.135V116.879H969.159V108.135H959.189Z" fill="#C080FF"/>
<path d="M959.189 143.008V151.752H969.159V143.008H959.189Z" fill="#C080FF"/>
<path d="M959.189 179.131V187.875H969.159V179.131H959.189Z" fill="#C080FF"/>
<path d="M959.189 214.004V222.748H969.159V214.004H959.189Z" fill="#C080FF"/>
<path d="M959.189 250.128V258.871H969.159V250.128H959.189Z" fill="#C080FF"/>
<path d="M941.749 160.472V170.436H950.499V160.472H941.749Z" fill="#C080FF"/>
<path d="M888.189 1.01953V9.76324H898.159V1.01953H888.189Z" fill="#C080FF"/>
<path d="M888.189 18.458V27.2017H898.159V18.458H888.189Z" fill="#C080FF"/>
<path d="M888.189 37.1387V45.8824H898.159V37.1387H888.189Z" fill="#C080FF"/>
<path d="M888.189 72.0156V80.7594H898.159V72.0156H888.189Z" fill="#C080FF"/>
<path d="M888.189 108.135V116.879H898.159V108.135H888.189Z" fill="#C080FF"/>
<path d="M888.189 143.008V151.752H898.159V143.008H888.189Z" fill="#C080FF"/>
<path d="M888.189 179.131V187.875H898.159V179.131H888.189Z" fill="#C080FF"/>
<path d="M888.189 250.128V258.871H898.159V250.128H888.189Z" fill="#C080FF"/>
<path d="M763.619 18.458V27.2017H773.579V18.458H763.619Z" fill="#C080FF"/>
<path d="M763.619 54.5771V63.3208H773.579V54.5771H763.619Z" fill="#C080FF"/>
<path d="M763.619 125.573V134.317H773.579V125.573H763.619Z" fill="#C080FF"/>
<path d="M426.029 143.008V151.752H435.999V143.008H426.029Z" fill="#C080FF"/>
<path d="M426.029 72.0156V80.7594H435.999V72.0156H426.029Z" fill="#C080FF"/>
<path d="M426.029 37.1387V45.8824H435.999V37.1387H426.029Z" fill="#C080FF"/>
<path d="M426.029 1.01953V9.76324H435.999V1.01953H426.029Z" fill="#C080FF"/>
<path d="M692.609 18.458V27.2017H702.579V18.458H692.609Z" fill="#C080FF"/>
<path d="M692.609 54.5771V63.3208H702.579V54.5771H692.609Z" fill="#C080FF"/>
<path d="M692.609 125.573V134.317H702.579V125.573H692.609Z" fill="#C080FF"/>
<path d="M497.039 214.004V222.748H506.999V214.004H497.039Z" fill="#C080FF"/>
<path d="M497.039 143.008V151.752H506.999V143.008H497.039Z" fill="#C080FF"/>
<path d="M497.039 72.0156V80.7594H506.999V72.0156H497.039Z" fill="#C080FF"/>
<path d="M497.039 37.1387V45.8824H506.999V37.1387H497.039Z" fill="#C080FF"/>
<path d="M497.039 1.01953V9.76324H506.999V1.01953H497.039Z" fill="#C080FF"/>
<path d="M515.719 18.458V27.2017H524.439V18.458H515.719Z" fill="#C080FF"/>
<path d="M533.159 108.135V116.879H541.879V108.135H533.159Z" fill="#C080FF"/>
<path d="M533.159 72.0156V80.7594H541.879V72.0156H533.159Z" fill="#C080FF"/>
<path d="M533.159 37.1387V45.8824H541.879V37.1387H533.159Z" fill="#C080FF"/>
<path d="M533.159 1.01953V9.76324H541.879V1.01953H533.159Z" fill="#C080FF"/>
<path d="M550.599 54.5771V63.3208H559.319V54.5771H550.599Z" fill="#C080FF"/>
<path d="M569.289 285.001V293.744H578.009V285.001H569.289Z" fill="#C080FF"/>
<path d="M569.289 214.004V222.748H578.009V214.004H569.289Z" fill="#C080FF"/>
<path d="M569.289 143.008V151.752H578.009V143.008H569.289Z" fill="#C080FF"/>
<path d="M569.289 108.135V116.879H578.009V108.135H569.289Z" fill="#C080FF"/>
<path d="M569.289 72.0156V80.7594H578.009V72.0156H569.289Z" fill="#C080FF"/>
<path d="M569.289 37.1387V45.8824H578.009V37.1387H569.289Z" fill="#C080FF"/>
<path d="M569.289 1.01953V9.76324H578.009V1.01953H569.289Z" fill="#C080FF"/>
<path d="M586.729 18.458V27.2017H595.449V18.458H586.729Z" fill="#C080FF"/>
<path d="M604.169 179.131V187.875H612.889V179.131H604.169Z" fill="#C080FF"/>
<path d="M604.169 108.135V116.879H612.889V108.135H604.169Z" fill="#C080FF"/>
<path d="M604.169 72.0156V80.7594H612.889V72.0156H604.169Z" fill="#C080FF"/>
<path d="M604.169 37.1387V45.8824H612.889V37.1387H604.169Z" fill="#C080FF"/>
<path d="M604.169 1.01953V9.76324H612.889V1.01953H604.169Z" fill="#C080FF"/>
<path d="M621.609 54.5771V63.3208H630.329V54.5771H621.609Z" fill="#C080FF"/>
<path d="M621.609 18.458V27.2017H630.329V18.458H621.609Z" fill="#C080FF"/>
<path d="M462.149 1.01953V9.76324H470.869V1.01953H462.149Z" fill="#C080FF"/>
<path d="M462.149 37.1387V45.8824H470.869V37.1387H462.149Z" fill="#C080FF"/>
<path d="M462.149 108.135V116.879H470.869V108.135H462.149Z" fill="#C080FF"/>
<path d="M640.289 214.004V222.748H649.009V214.004H640.289Z" fill="#C080FF"/>
<path d="M640.289 179.131V187.875H649.009V179.131H640.289Z" fill="#C080FF"/>
<path d="M640.289 143.008V151.752H649.009V143.008H640.289Z" fill="#C080FF"/>
<path d="M640.289 108.135V116.879H649.009V108.135H640.289Z" fill="#C080FF"/>
<path d="M640.289 72.0156V80.7594H649.009V72.0156H640.289Z" fill="#C080FF"/>
<path d="M640.289 37.1387V45.8824H649.009V37.1387H640.289Z" fill="#C080FF"/>
<path d="M640.289 1.01953V9.76324H649.009V1.01953H640.289Z" fill="#C080FF"/>
<path d="M657.729 54.5771V63.3208H666.449V54.5771H657.729Z" fill="#C080FF"/>
<path d="M657.729 18.458V27.2017H666.449V18.458H657.729Z" fill="#C080FF"/>
<path d="M675.169 179.131V187.875H683.889V179.131H675.169Z" fill="#C080FF"/>
<path d="M675.169 108.135V116.879H683.889V108.135H675.169Z" fill="#C080FF"/>
<path d="M675.169 72.0156V80.7594H683.889V72.0156H675.169Z" fill="#C080FF"/>
<path d="M675.169 37.1387V45.8824H683.889V37.1387H675.169Z" fill="#C080FF"/>
<path d="M675.169 1.01953V9.76324H683.889V1.01953H675.169Z" fill="#C080FF"/>
<path d="M711.299 285.001V293.744H720.019V285.001H711.299Z" fill="#C080FF"/>
<path d="M711.299 214.004V222.748H720.019V214.004H711.299Z" fill="#C080FF"/>
<path d="M711.299 179.131V187.875H720.019V179.131H711.299Z" fill="#C080FF"/>
<path d="M711.299 143.008V151.752H720.019V143.008H711.299Z" fill="#C080FF"/>
<path d="M711.299 108.135V116.879H720.019V108.135H711.299Z" fill="#C080FF"/>
<path d="M711.299 72.0156V80.7594H720.019V72.0156H711.299Z" fill="#C080FF"/>
<path d="M711.299 37.1387V45.8824H720.019V37.1387H711.299Z" fill="#C080FF"/>
<path d="M711.299 1.01953V9.76324H720.019V1.01953H711.299Z" fill="#C080FF"/>
<path d="M728.739 89.4502V98.1939H737.459V89.4502H728.739Z" fill="#C080FF"/>
<path d="M728.739 54.5771V63.3208H737.459V54.5771H728.739Z" fill="#C080FF"/>
<path d="M728.739 18.458V27.2017H737.459V18.458H728.739Z" fill="#C080FF"/>
<path d="M746.179 179.131V187.875H754.899V179.131H746.179Z" fill="#C080FF"/>
<path d="M746.179 143.008V151.752H754.899V143.008H746.179Z" fill="#C080FF"/>
<path d="M746.179 108.135V116.879H754.899V108.135H746.179Z" fill="#C080FF"/>
<path d="M746.179 72.0156V80.7594H754.899V72.0156H746.179Z" fill="#C080FF"/>
<path d="M746.179 37.1387V45.8824H754.899V37.1387H746.179Z" fill="#C080FF"/>
<path d="M746.179 18.458V27.2017H754.899V18.458H746.179Z" fill="#C080FF"/>
<path d="M746.179 1.01953V9.76324H754.899V1.01953H746.179Z" fill="#C080FF"/>
<path d="M391.149 1.01953V9.76324H399.869V1.01953H391.149Z" fill="#C080FF"/>
<path d="M391.149 37.1387V45.8824H399.869V37.1387H391.149Z" fill="#C080FF"/>
<path d="M391.149 108.135V116.879H399.869V108.135H391.149Z" fill="#C080FF"/>
<path d="M782.299 285.001V293.744H791.019V285.001H782.299Z" fill="#C080FF"/>
<path d="M782.299 214.004V222.748H791.019V214.004H782.299Z" fill="#C080FF"/>
<path d="M782.299 179.131V187.875H791.019V179.131H782.299Z" fill="#C080FF"/>
<path d="M782.299 143.008V151.752H791.019V143.008H782.299Z" fill="#C080FF"/>
<path d="M782.299 108.135V116.879H791.019V108.135H782.299Z" fill="#C080FF"/>
<path d="M782.299 72.0156V80.7594H791.019V72.0156H782.299Z" fill="#C080FF"/>
<path d="M782.299 54.5771V63.3208H791.019V54.5771H782.299Z" fill="#C080FF"/>
<path d="M782.299 37.1387V45.8824H791.019V37.1387H782.299Z" fill="#C080FF"/>
<path d="M782.299 18.458V27.2017H791.019V18.458H782.299Z" fill="#C080FF"/>
<path d="M782.299 1.01953V9.76324H791.019V1.01953H782.299Z" fill="#C080FF"/>
<path d="M799.739 89.4502V98.1939H808.459V89.4502H799.739Z" fill="#C080FF"/>
<path d="M799.739 54.5771V63.3208H808.459V54.5771H799.739Z" fill="#C080FF"/>
<path d="M799.739 18.458V27.2017H808.459V18.458H799.739Z" fill="#C080FF"/>
<path d="M817.179 250.128V258.871H825.899V250.128H817.179Z" fill="#C080FF"/>
<path d="M817.179 179.131V187.875H825.899V179.131H817.179Z" fill="#C080FF"/>
<path d="M817.179 143.008V151.752H825.899V143.008H817.179Z" fill="#C080FF"/>
<path d="M817.179 108.135V116.879H825.899V108.135H817.179Z" fill="#C080FF"/>
<path d="M817.179 72.0156V80.7594H825.899V72.0156H817.179Z" fill="#C080FF"/>
<path d="M817.179 37.1387V45.8824H825.899V37.1387H817.179Z" fill="#C080FF"/>
<path d="M817.179 18.458V27.2017H825.899V18.458H817.179Z" fill="#C080FF"/>
<path d="M817.179 1.01953V9.76324H825.899V1.01953H817.179Z" fill="#C080FF"/>
<path d="M355.029 1.01953V9.76324H363.749V1.01953H355.029Z" fill="#C080FF"/>
<path d="M355.029 37.1387V45.8824H363.749V37.1387H355.029Z" fill="#C080FF"/>
<path d="M355.029 72.0156V80.7594H363.749V72.0156H355.029Z" fill="#C080FF"/>
<path d="M355.029 143.008V151.752H363.749V143.008H355.029Z" fill="#C080FF"/>
<path d="M355.029 214.004V222.748H363.749V214.004H355.029Z" fill="#C080FF"/>
<path d="M835.869 125.573V134.317H844.589V125.573H835.869Z" fill="#C080FF"/>
<path d="M835.869 89.4502V98.1939H844.589V89.4502H835.869Z" fill="#C080FF"/>
<path d="M835.869 54.5771V63.3208H844.589V54.5771H835.869Z" fill="#C080FF"/>
<path d="M835.869 18.458V27.2017H844.589V18.458H835.869Z" fill="#C080FF"/>
<path d="M853.309 285.001V293.744H862.029V285.001H853.309Z" fill="#C080FF"/>
<path d="M853.309 214.004V222.748H862.029V214.004H853.309Z" fill="#C080FF"/>
<path d="M853.309 179.131V187.875H862.029V179.131H853.309Z" fill="#C080FF"/>
<path d="M853.309 143.008V151.752H862.029V143.008H853.309Z" fill="#C080FF"/>
<path d="M853.309 108.135V116.879H862.029V108.135H853.309Z" fill="#C080FF"/>
<path d="M853.309 72.0156V80.7594H862.029V72.0156H853.309Z" fill="#C080FF"/>
<path d="M853.309 54.5771V63.3208H862.029V54.5771H853.309Z" fill="#C080FF"/>
<path d="M853.309 37.1387V45.8824H862.029V37.1387H853.309Z" fill="#C080FF"/>
<path d="M853.309 18.458V27.2017H862.029V18.458H853.309Z" fill="#C080FF"/>
<path d="M853.309 1.01953V9.76324H862.029V1.01953H853.309Z" fill="#C080FF"/>
<path d="M870.749 125.573V134.317H879.469V125.573H870.749Z" fill="#C080FF"/>
<path d="M870.749 89.4502V98.1939H879.469V89.4502H870.749Z" fill="#C080FF"/>
<path d="M870.749 54.5771V63.3208H879.469V54.5771H870.749Z" fill="#C080FF"/>
<path d="M870.749 18.458V27.2017H879.469V18.458H870.749Z" fill="#C080FF"/>
<path d="M870.749 1.01953V9.76324H879.469V1.01953H870.749Z" fill="#C080FF"/>
<path d="M906.869 196.57V205.314H915.589V196.57H906.869Z" fill="#C080FF"/>
<path d="M906.869 125.573V134.317H915.589V125.573H906.869Z" fill="#C080FF"/>
<path d="M906.869 89.4502V98.1939H915.589V89.4502H906.869Z" fill="#C080FF"/>
<path d="M906.869 54.5771V63.3208H915.589V54.5771H906.869Z" fill="#C080FF"/>
<path d="M906.869 37.1387V45.8824H915.589V37.1387H906.869Z" fill="#C080FF"/>
<path d="M906.869 18.458V27.2017H915.589V18.458H906.869Z" fill="#C080FF"/>
<path d="M320.149 1.01953V9.76324H328.869V1.01953H320.149Z" fill="#C080FF"/>
<path d="M320.149 37.1387V45.8824H328.869V37.1387H320.149Z" fill="#C080FF"/>
<path d="M924.309 355.997V364.741H933.029V355.997H924.309Z" fill="#C080FF"/>
<path d="M924.309 285.001V293.744H933.029V285.001H924.309Z" fill="#C080FF"/>
<path d="M924.309 214.004V222.748H933.029V214.004H924.309Z" fill="#C080FF"/>
<path d="M924.309 179.131V187.875H933.029V179.131H924.309Z" fill="#C080FF"/>
<path d="M924.309 143.008V151.752H933.029V143.008H924.309Z" fill="#C080FF"/>
<path d="M924.309 108.135V116.879H933.029V108.135H924.309Z" fill="#C080FF"/>
<path d="M924.309 72.0156V80.7594H933.029V72.0156H924.309Z" fill="#C080FF"/>
<path d="M924.309 54.5771V63.3208H933.029V54.5771H924.309Z" fill="#C080FF"/>
<path d="M924.309 37.1387V45.8824H933.029V37.1387H924.309Z" fill="#C080FF"/>
<path d="M924.309 18.458V27.2017H933.029V18.458H924.309Z" fill="#C080FF"/>
<path d="M924.309 1.01953V9.76324H933.029V1.01953H924.309Z" fill="#C080FF"/>
<path d="M941.749 125.573V134.317H950.469V125.573H941.749Z" fill="#C080FF"/>
<path d="M941.749 89.4502V98.1939H950.469V89.4502H941.749Z" fill="#C080FF"/>
<path d="M941.749 54.5771V63.3208H950.469V54.5771H941.749Z" fill="#C080FF"/>
<path d="M941.749 18.458V27.2017H950.469V18.458H941.749Z" fill="#C080FF"/>
<path d="M941.749 1.01953V9.76324H950.469V1.01953H941.749Z" fill="#C080FF"/>
<path d="M284.019 1.01953V9.76324H292.739V1.01953H284.019Z" fill="#C080FF"/>
<path d="M284.019 72.0156V80.7594H292.739V72.0156H284.019Z" fill="#C080FF"/>
<path d="M284.019 143.008V151.752H292.739V143.008H284.019Z" fill="#C080FF"/>
<path d="M977.879 196.57V205.314H986.599V196.57H977.879Z" fill="#C080FF"/>
<path d="M977.879 125.573V134.317H986.599V125.573H977.879Z" fill="#C080FF"/>
<path d="M977.879 89.4502V98.1939H986.599V89.4502H977.879Z" fill="#C080FF"/>
<path d="M977.879 54.5771V63.3208H986.599V54.5771H977.879Z" fill="#C080FF"/>
<path d="M977.879 37.1387V45.8824H986.599V37.1387H977.879Z" fill="#C080FF"/>
<path d="M977.879 18.458V27.2017H986.599V18.458H977.879Z" fill="#C080FF"/>
<path d="M977.879 1.0446V9.76338H986.619C986.699 6.87373 986.519 3.93425 986.619 1.0446C983.729 1.14425 980.789 0.969872 977.899 1.0446H977.879Z" fill="#C080FF"/>
<path d="M995.319 9.76292H1004.04V1.01921C1001.15 0.944482 998.209 1.11885 995.319 1.01921C995.419 3.90886 995.239 6.84833 995.319 9.73798V9.76292Z" fill="#C080FF"/>
<path d="M995.319 355.997V364.741H1004.04V355.997H995.319Z" fill="#C080FF"/>
<path d="M995.319 285.001V293.744H1004.04V285.001H995.319Z" fill="#C080FF"/>
<path d="M995.319 250.128V258.871H1004.04V250.128H995.319Z" fill="#C080FF"/>
<path d="M995.319 214.004V222.748H1004.04V214.004H995.319Z" fill="#C080FF"/>
<path d="M995.319 179.131V187.875H1004.04V179.131H995.319Z" fill="#C080FF"/>
<path d="M995.319 143.008V151.752H1004.04V143.008H995.319Z" fill="#C080FF"/>
<path d="M995.319 125.573V134.317H1004.04V125.573H995.319Z" fill="#C080FF"/>
<path d="M995.319 108.135V116.879H1004.04V108.135H995.319Z" fill="#C080FF"/>
<path d="M995.319 89.4502V98.1939H1004.04V89.4502H995.319Z" fill="#C080FF"/>
<path d="M995.319 72.0156V80.7594H1004.04V72.0156H995.319Z" fill="#C080FF"/>
<path d="M995.319 54.5771V63.3208H1004.04V54.5771H995.319Z" fill="#C080FF"/>
<path d="M995.319 37.1387V45.8824H1004.04V37.1387H995.319Z" fill="#C080FF"/>
<path d="M995.319 18.458V27.2017H1004.04V18.458H995.319Z" fill="#C080FF"/>
<path d="M1012.76 125.573V134.317H1021.48V125.573H1012.76Z" fill="#C080FF"/>
<path d="M1012.76 89.4502V98.1939H1021.48V89.4502H1012.76Z" fill="#C080FF"/>
<path d="M1012.76 54.5771V63.3208H1021.48V54.5771H1012.76Z" fill="#C080FF"/>
<path d="M1012.76 18.458V27.2017H1021.48V18.458H1012.76Z" fill="#C080FF"/>
<path d="M1012.76 1.01953V9.76324H1021.48V1.01953H1012.76Z" fill="#C080FF"/>
<path d="M1031.44 321.124V329.868H1040.16V321.124H1031.44Z" fill="#C080FF"/>
<path d="M1031.44 250.128V258.871H1040.16V250.128H1031.44Z" fill="#C080FF"/>
<path d="M1031.44 214.004V222.748H1040.16V214.004H1031.44Z" fill="#C080FF"/>
<path d="M1031.44 179.131V187.875H1040.16V179.131H1031.44Z" fill="#C080FF"/>
<path d="M1031.44 143.008V151.752H1040.16V143.008H1031.44Z" fill="#C080FF"/>
<path d="M1031.44 108.135V116.879H1040.16V108.135H1031.44Z" fill="#C080FF"/>
<path d="M1031.44 89.4502V98.1939H1040.16V89.4502H1031.44Z" fill="#C080FF"/>
<path d="M1031.44 72.0156V80.7594H1040.16V72.0156H1031.44Z" fill="#C080FF"/>
<path d="M1031.44 54.5771V63.3208H1040.16V54.5771H1031.44Z" fill="#C080FF"/>
<path d="M1031.44 37.1387V45.8824H1040.16V37.1387H1031.44Z" fill="#C080FF"/>
<path d="M1031.44 18.458V27.2017H1040.16V18.458H1031.44Z" fill="#C080FF"/>
<path d="M1031.44 1.01953V9.76324H1040.16V1.01953H1031.44Z" fill="#C080FF"/>
<path d="M1048.88 196.57V205.314H1057.6V196.57H1048.88Z" fill="#C080FF"/>
<path d="M1048.88 125.573V134.317H1057.6V125.573H1048.88Z" fill="#C080FF"/>
<path d="M1048.88 89.4502V98.1939H1057.6V89.4502H1048.88Z" fill="#C080FF"/>
<path d="M1048.88 54.5771V63.3208H1057.6V54.5771H1048.88Z" fill="#C080FF"/>
<path d="M1048.88 37.1387V45.8824H1057.6V37.1387H1048.88Z" fill="#C080FF"/>
<path d="M1048.88 18.458V27.2017H1057.6V18.458H1048.88Z" fill="#C080FF"/>
<path d="M1048.88 1.0446V9.76338H1057.63C1057.7 6.87373 1057.53 3.93425 1057.63 1.0446C1054.74 1.14425 1051.8 0.969872 1048.91 1.0446H1048.88Z" fill="#C080FF"/>
<path d="M1066.32 9.76292H1075.04V1.01921C1072.15 0.944482 1069.21 1.11885 1066.32 1.01921C1066.42 3.90886 1066.25 6.84833 1066.32 9.73798V9.76292Z" fill="#C080FF"/>
<path d="M1066.32 355.997V364.741H1075.04V355.997H1066.32Z" fill="#C080FF"/>
<path d="M1066.32 285.001V293.744H1075.04V285.001H1066.32Z" fill="#C080FF"/>
<path d="M1066.32 250.128V258.871H1075.04V250.128H1066.32Z" fill="#C080FF"/>
<path d="M1066.32 214.004V222.748H1075.04V214.004H1066.32Z" fill="#C080FF"/>
<path d="M1066.32 179.131V187.875H1075.04V179.131H1066.32Z" fill="#C080FF"/>
<path d="M1066.32 143.008V151.752H1075.04V143.008H1066.32Z" fill="#C080FF"/>
<path d="M1066.32 125.573V134.317H1075.04V125.573H1066.32Z" fill="#C080FF"/>
<path d="M1066.32 108.135V116.879H1075.04V108.135H1066.32Z" fill="#C080FF"/>
<path d="M1066.32 89.4502V98.1939H1075.04V89.4502H1066.32Z" fill="#C080FF"/>
<path d="M1066.32 72.0156V80.7594H1075.04V72.0156H1066.32Z" fill="#C080FF"/>
<path d="M1066.32 54.5771V63.3208H1075.04V54.5771H1066.32Z" fill="#C080FF"/>
<path d="M1066.32 37.1387V45.8824H1075.04V37.1387H1066.32Z" fill="#C080FF"/>
<path d="M1066.32 18.458V27.2017H1075.04V18.458H1066.32Z" fill="#C080FF"/>
<path d="M249.139 37.1387V45.8824H257.859V37.1387H249.139Z" fill="#C080FF"/>
<path d="M1083.76 196.57V205.314H1092.48V196.57H1083.76Z" fill="#C080FF"/>
<path d="M1083.76 125.573V134.317H1092.48V125.573H1083.76Z" fill="#C080FF"/>
<path d="M1083.76 89.4502V98.1939H1092.48V89.4502H1083.76Z" fill="#C080FF"/>
<path d="M1083.76 72.0156V80.7594H1092.48V72.0156H1083.76Z" fill="#C080FF"/>
<path d="M1083.76 54.5771V63.3208H1092.48V54.5771H1083.76Z" fill="#C080FF"/>
<path d="M1083.76 37.1387V45.8824H1092.48V37.1387H1083.76Z" fill="#C080FF"/>
<path d="M1083.76 18.458V27.2017H1092.48V18.458H1083.76Z" fill="#C080FF"/>
<path d="M1083.76 1.01953V9.76324H1092.48V1.01953H1083.76Z" fill="#C080FF"/>
<path d="M1102.45 321.124V329.868H1111.17V321.124H1102.45Z" fill="#C080FF"/>
<path d="M1102.45 250.128V258.871H1111.17V250.128H1102.45Z" fill="#C080FF"/>
<path d="M1102.45 214.004V222.748H1111.17V214.004H1102.45Z" fill="#C080FF"/>
<path d="M1102.45 179.131V187.875H1111.17V179.131H1102.45Z" fill="#C080FF"/>
<path d="M1102.45 143.008V151.752H1111.17V143.008H1102.45Z" fill="#C080FF"/>
<path d="M1102.45 108.135V116.879H1111.17V108.135H1102.45Z" fill="#C080FF"/>
<path d="M1102.45 89.4502V98.1939H1111.17V89.4502H1102.45Z" fill="#C080FF"/>
<path d="M1102.45 72.0156V80.7594H1111.17V72.0156H1102.45Z" fill="#C080FF"/>
<path d="M1102.45 54.5771V63.3208H1111.17V54.5771H1102.45Z" fill="#C080FF"/>
<path d="M1102.45 37.1387V45.8824H1111.17V37.1387H1102.45Z" fill="#C080FF"/>
<path d="M1102.45 18.458V27.2017H1111.17V18.458H1102.45Z" fill="#C080FF"/>
<path d="M1102.45 1.01953V9.76324H1111.17V1.01953H1102.45Z" fill="#C080FF"/>
<path d="M1119.89 196.57V205.314H1128.61V196.57H1119.89Z" fill="#C080FF"/>
<path d="M1119.89 125.573V134.317H1128.61V125.573H1119.89Z" fill="#C080FF"/>
<path d="M1119.89 89.4502V98.1939H1128.61V89.4502H1119.89Z" fill="#C080FF"/>
<path d="M1119.89 54.5771V63.3208H1128.61V54.5771H1119.89Z" fill="#C080FF"/>
<path d="M1119.89 37.1387V45.8824H1128.61V37.1387H1119.89Z" fill="#C080FF"/>
<path d="M1119.89 18.458V27.2017H1128.61V18.458H1119.89Z" fill="#C080FF"/>
<path d="M213.009 1.01953V9.76324H221.729V1.01953H213.009Z" fill="#C080FF"/>
<path d="M213.009 72.0156V80.7594H221.729V72.0156H213.009Z" fill="#C080FF"/>
<path d="M1137.33 355.997V364.741H1146.05V355.997H1137.33Z" fill="#C080FF"/>
<path d="M1137.33 285.001V293.744H1146.05V285.001H1137.33Z" fill="#C080FF"/>
<path d="M1137.33 250.128V258.871H1146.05V250.128H1137.33Z" fill="#C080FF"/>
<path d="M1137.33 214.004V222.748H1146.05V214.004H1137.33Z" fill="#C080FF"/>
<path d="M1137.33 179.131V187.875H1146.05V179.131H1137.33Z" fill="#C080FF"/>
<path d="M1137.33 143.008V151.752H1146.05V143.008H1137.33Z" fill="#C080FF"/>
<path d="M1137.33 125.573V134.317H1146.05V125.573H1137.33Z" fill="#C080FF"/>
<path d="M1137.33 108.135V116.879H1146.05V108.135H1137.33Z" fill="#C080FF"/>
<path d="M1137.33 89.4502V98.1939H1146.05V89.4502H1137.33Z" fill="#C080FF"/>
<path d="M1137.33 72.0156V80.7594H1146.05V72.0156H1137.33Z" fill="#C080FF"/>
<path d="M1137.33 54.5771V63.3208H1146.05V54.5771H1137.33Z" fill="#C080FF"/>
<path d="M1137.33 37.1387V45.8824H1146.05V37.1387H1137.33Z" fill="#C080FF"/>
<path d="M1137.33 18.458V27.2017H1146.05V18.458H1137.33Z" fill="#C080FF"/>
<path d="M1173.45 321.124V329.868H1182.17V321.124H1173.45Z" fill="#C080FF"/>
<path d="M1173.45 285.001V293.744H1182.17V285.001H1173.45Z" fill="#C080FF"/>
<path d="M1173.45 250.128V258.871H1182.17V250.128H1173.45Z" fill="#C080FF"/>
<path d="M1173.45 214.004V222.748H1182.17V214.004H1173.45Z" fill="#C080FF"/>
<path d="M1173.45 179.131V187.875H1182.17V179.131H1173.45Z" fill="#C080FF"/>
<path d="M1173.45 143.008V151.752H1182.17V143.008H1173.45Z" fill="#C080FF"/>
<path d="M1173.45 125.573V134.317H1182.17V125.573H1173.45Z" fill="#C080FF"/>
<path d="M1173.45 108.135V116.879H1182.17V108.135H1173.45Z" fill="#C080FF"/>
<path d="M1173.45 89.4502V98.1939H1182.17V89.4502H1173.45Z" fill="#C080FF"/>
<path d="M1173.45 72.0156V80.7594H1182.17V72.0156H1173.45Z" fill="#C080FF"/>
<path d="M1173.45 54.5771V63.3208H1182.17V54.5771H1173.45Z" fill="#C080FF"/>
<path d="M1190.89 267.562V276.306H1199.61V267.562H1190.89Z" fill="#C080FF"/>
<path d="M1190.89 196.57V205.314H1199.61V196.57H1190.89Z" fill="#C080FF"/>
<path d="M1190.89 125.573V134.317H1199.61V125.573H1190.89Z" fill="#C080FF"/>
<path d="M1190.89 108.135V116.879H1199.61V108.135H1190.89Z" fill="#C080FF"/>
<path d="M1190.89 89.4502V98.1939H1199.61V89.4502H1190.89Z" fill="#C080FF"/>
<path d="M1199.61 54.5791H1190.89V63.3228C1193.78 63.3975 1196.72 63.2231 1199.61 63.3228C1199.51 60.4331 1199.69 57.4936 1199.61 54.604V54.5791Z" fill="#C080FF"/>
<path d="M1217.05 63.3208V54.5771H1208.31C1208.23 57.4667 1208.41 60.4062 1208.31 63.2958C1211.2 63.1962 1214.14 63.3706 1217.03 63.2958L1217.05 63.3208Z" fill="#C080FF"/>
<path d="M1208.33 80.7591H1217.05V72.0153C1214.16 71.9406 1211.22 72.115 1208.33 72.0153C1208.43 74.905 1208.26 77.8445 1208.33 80.7341V80.7591Z" fill="#C080FF"/>
<path d="M1190.89 72.0407V80.7595H1199.64C1199.71 77.8698 1199.54 74.9303 1199.64 72.0407C1196.75 72.1403 1193.81 71.966 1190.92 72.0407H1190.89Z" fill="#C080FF"/>
<path d="M1208.33 63.3193C1205.44 63.4189 1202.5 63.4189 1199.61 63.3193C1199.71 66.209 1199.71 69.1484 1199.61 72.0381C1202.5 71.9384 1205.44 71.9384 1208.33 72.0381C1208.23 69.1484 1208.23 66.209 1208.33 63.3193Z" fill="#C080FF"/>
<path d="M1208.33 355.997V364.741H1217.05V355.997H1208.33Z" fill="#C080FF"/>
<path d="M1208.33 321.124V329.868H1217.05V321.124H1208.33Z" fill="#C080FF"/>
<path d="M1208.33 285.001V293.744H1217.05V285.001H1208.33Z" fill="#C080FF"/>
<path d="M1208.33 250.128V258.871H1217.05V250.128H1208.33Z" fill="#C080FF"/>
<path d="M1208.33 214.004V222.748H1217.05V214.004H1208.33Z" fill="#C080FF"/>
<path d="M1208.33 196.57V205.314H1217.05V196.57H1208.33Z" fill="#C080FF"/>
<path d="M1208.33 179.131V187.875H1217.05V179.131H1208.33Z" fill="#C080FF"/>
<path d="M1208.33 143.008V151.752H1217.05V143.008H1208.33Z" fill="#C080FF"/>
<path d="M1208.33 125.573V134.317H1217.05V125.573H1208.33Z" fill="#C080FF"/>
<path d="M1208.33 108.135V116.879H1217.05V108.135H1208.33Z" fill="#C080FF"/>
<path d="M1208.33 89.4502V98.1939H1217.05V89.4502H1208.33Z" fill="#C080FF"/>
<path d="M1244.46 392.116V400.859H1253.18V392.116H1244.46Z" fill="#C080FF"/>
<path d="M1244.46 321.124V329.868H1253.18V321.124H1244.46Z" fill="#C080FF"/>
<path d="M1244.46 285.001V293.744H1253.18V285.001H1244.46Z" fill="#C080FF"/>
<path d="M1244.46 250.128V258.871H1253.18V250.128H1244.46Z" fill="#C080FF"/>
<path d="M1244.46 214.004V222.748H1253.18V214.004H1244.46Z" fill="#C080FF"/>
<path d="M1244.46 179.131V187.875H1253.18V179.131H1244.46Z" fill="#C080FF"/>
<path d="M1244.46 143.008V151.752H1253.18V143.008H1244.46Z" fill="#C080FF"/>
<path d="M1244.46 125.573V134.317H1253.18V125.573H1244.46Z" fill="#C080FF"/>
<path d="M1244.46 108.135V116.879H1253.18V108.135H1244.46Z" fill="#C080FF"/>
<path d="M1244.46 89.4502V98.1939H1253.18V89.4502H1244.46Z" fill="#C080FF"/>
<path d="M1244.46 72.0156V80.7594H1253.18V72.0156H1244.46Z" fill="#C080FF"/>
<path d="M1244.46 54.5771V63.3208H1253.18V54.5771H1244.46Z" fill="#C080FF"/>
<path d="M142.009 1.01953V9.76324H150.729V1.01953H142.009Z" fill="#C080FF"/>
<path d="M1261.9 267.562V276.306H1270.62V267.562H1261.9Z" fill="#C080FF"/>
<path d="M1261.9 196.57V205.314H1270.62V196.57H1261.9Z" fill="#C080FF"/>
<path d="M1261.9 125.573V134.317H1270.62V125.573H1261.9Z" fill="#C080FF"/>
<path d="M1261.9 108.135V116.879H1270.62V108.135H1261.9Z" fill="#C080FF"/>
<path d="M1261.9 89.4502V98.1939H1270.62V89.4502H1261.9Z" fill="#C080FF"/>
<path d="M1279.34 63.3193C1276.45 63.4189 1273.51 63.4189 1270.62 63.3193C1270.72 66.209 1270.72 69.1484 1270.62 72.0381C1273.51 71.9384 1276.45 71.9384 1279.34 72.0381C1279.24 69.1484 1279.24 66.209 1279.34 63.3193Z" fill="#C080FF"/>
<path d="M1279.34 80.7591H1288.06V72.0153C1285.17 71.9406 1282.23 72.115 1279.34 72.0153C1279.44 74.905 1279.26 77.8445 1279.34 80.7341V80.7591Z" fill="#C080FF"/>
<path d="M1288.06 63.3208V54.5771H1279.31C1279.24 57.4667 1279.41 60.4062 1279.31 63.2958C1282.2 63.1962 1285.14 63.3706 1288.03 63.2958L1288.06 63.3208Z" fill="#C080FF"/>
<path d="M1270.62 54.5791H1261.9V63.3228C1264.79 63.3975 1267.73 63.2231 1270.62 63.3228C1270.52 60.4331 1270.69 57.4936 1270.62 54.604V54.5791Z" fill="#C080FF"/>
<path d="M1261.9 72.0407V80.7595H1270.64C1270.72 77.8698 1270.54 74.9303 1270.64 72.0407C1267.75 72.1403 1264.81 71.966 1261.92 72.0407H1261.9Z" fill="#C080FF"/>
<path d="M1279.34 355.997V364.741H1288.06V355.997H1279.34Z" fill="#C080FF"/>
<path d="M1279.34 321.124V329.868H1288.06V321.124H1279.34Z" fill="#C080FF"/>
<path d="M1279.34 285.001V293.744H1288.06V285.001H1279.34Z" fill="#C080FF"/>
<path d="M1279.34 250.128V258.871H1288.06V250.128H1279.34Z" fill="#C080FF"/>
<path d="M1279.34 214.004V222.748H1288.06V214.004H1279.34Z" fill="#C080FF"/>
<path d="M1279.34 196.57V205.314H1288.06V196.57H1279.34Z" fill="#C080FF"/>
<path d="M1279.34 179.131V187.875H1288.06V179.131H1279.34Z" fill="#C080FF"/>
<path d="M1279.34 143.008V151.752H1288.06V143.008H1279.34Z" fill="#C080FF"/>
<path d="M1279.34 125.573V134.317H1288.06V125.573H1279.34Z" fill="#C080FF"/>
<path d="M1279.34 108.135V116.879H1288.06V108.135H1279.34Z" fill="#C080FF"/>
<path d="M1279.34 89.4502V98.1939H1288.06V89.4502H1279.34Z" fill="#C080FF"/>
<path d="M1298.02 267.562V276.306H1306.74V267.562H1298.02Z" fill="#C080FF"/>
<path d="M1298.02 196.57V205.314H1306.74V196.57H1298.02Z" fill="#C080FF"/>
<path d="M1298.02 143.008V151.752H1306.74V143.008H1298.02Z" fill="#C080FF"/>
<path d="M1298.02 125.573V134.317H1306.74V125.573H1298.02Z" fill="#C080FF"/>
<path d="M1298.02 108.135V116.879H1306.74V108.135H1298.02Z" fill="#C080FF"/>
<path d="M1298.02 89.4502V98.1939H1306.74V89.4502H1298.02Z" fill="#C080FF"/>
<path d="M1298.02 72.0156V80.7594H1306.74V72.0156H1298.02Z" fill="#C080FF"/>
<path d="M1298.02 54.5771V63.3208H1306.74V54.5771H1298.02Z" fill="#C080FF"/>
<path d="M1315.46 392.116V400.859H1324.18V392.116H1315.46Z" fill="#C080FF"/>
<path d="M1315.46 321.124V329.868H1324.18V321.124H1315.46Z" fill="#C080FF"/>
<path d="M1315.46 285.001V293.744H1324.18V285.001H1315.46Z" fill="#C080FF"/>
<path d="M1315.46 250.128V258.871H1324.18V250.128H1315.46Z" fill="#C080FF"/>
<path d="M1315.46 214.004V222.748H1324.18V214.004H1315.46Z" fill="#C080FF"/>
<path d="M1315.46 179.131V187.875H1324.18V179.131H1315.46Z" fill="#C080FF"/>
<path d="M1315.46 143.008V151.752H1324.18V143.008H1315.46Z" fill="#C080FF"/>
<path d="M1315.46 125.573V134.317H1324.18V125.573H1315.46Z" fill="#C080FF"/>
<path d="M1315.46 108.135V116.879H1324.18V108.135H1315.46Z" fill="#C080FF"/>
<path d="M1315.46 89.4502V98.1939H1324.18V89.4502H1315.46Z" fill="#C080FF"/>
<path d="M1315.46 72.0156V80.7594H1324.18V72.0156H1315.46Z" fill="#C080FF"/>
<path d="M1315.46 54.5771V63.3208H1324.18V54.5771H1315.46Z" fill="#C080FF"/>
<path d="M1332.9 267.562V276.306H1341.62V267.562H1332.9Z" fill="#C080FF"/>
<path d="M1332.9 196.57V205.314H1341.62V196.57H1332.9Z" fill="#C080FF"/>
<path d="M1332.9 125.573V134.317H1341.62V125.573H1332.9Z" fill="#C080FF"/>
<path d="M1332.9 108.135V116.879H1341.62V108.135H1332.9Z" fill="#C080FF"/>
<path d="M1332.9 89.4502V98.1939H1341.62V89.4502H1332.9Z" fill="#C080FF"/>
<path d="M71.0049 1.01953V9.76324H79.7249V1.01953H71.0049Z" fill="#C080FF"/>
<path d="M71.0049 72.0156V80.7594H79.7249V72.0156H71.0049Z" fill="#C080FF"/>
<path d="M1369.03 303.686V312.43H1377.75V303.686H1369.03Z" fill="#C080FF"/>
<path d="M1369.03 267.562V276.306H1377.75V267.562H1369.03Z" fill="#C080FF"/>
<path d="M1369.03 196.57V205.314H1377.75V196.57H1369.03Z" fill="#C080FF"/>
<path d="M1369.03 143.008V151.752H1377.75V143.008H1369.03Z" fill="#C080FF"/>
<path d="M1369.03 125.573V134.317H1377.75V125.573H1369.03Z" fill="#C080FF"/>
<path d="M1386.47 392.116V400.859H1395.19V392.116H1386.47Z" fill="#C080FF"/>
<path d="M1386.47 355.997V364.741H1395.19V355.997H1386.47Z" fill="#C080FF"/>
<path d="M1386.47 321.124V329.868H1395.19V321.124H1386.47Z" fill="#C080FF"/>
<path d="M1386.47 285.001V293.744H1395.19V285.001H1386.47Z" fill="#C080FF"/>
<path d="M1386.47 250.128V258.871H1395.19V250.128H1386.47Z" fill="#C080FF"/>
<path d="M1386.47 214.004V222.748H1395.19V214.004H1386.47Z" fill="#C080FF"/>
<path d="M1386.47 196.57V205.314H1395.19V196.57H1386.47Z" fill="#C080FF"/>
<path d="M1386.47 179.131V187.875H1395.19V179.131H1386.47Z" fill="#C080FF"/>
<path d="M1386.47 143.008V151.752H1395.19V143.008H1386.47Z" fill="#C080FF"/>
<path d="M1386.47 125.573V134.317H1395.19V125.573H1386.47Z" fill="#C080FF"/>
<path d="M1403.91 267.562V276.306H1412.66V267.562H1403.91Z" fill="#C080FF"/>
<path d="M1403.91 196.57V205.314H1412.66V196.57H1403.91Z" fill="#C080FF"/>
<path d="M1403.91 179.131V187.875H1412.66V179.131H1403.91Z" fill="#C080FF"/>
<path d="M1403.91 143.008V151.752H1412.66V143.008H1403.91Z" fill="#C080FF"/>
<path d="M1403.91 125.573V134.317H1412.66V125.573H1403.91Z" fill="#C080FF"/>
<path d="M0 1.01953V9.76324H8.72003V1.01953H0Z" fill="#C080FF"/>
</g>
<defs>
<clipPath id="clip0_414_125114">
<rect width="1421" height="507" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 49 KiB