Updated Enterprise solutions page

This commit is contained in:
nastyapash
2025-02-18 14:18:18 +03:00
parent 4bee2f10f8
commit a29c4fce0e
37 changed files with 1385 additions and 732 deletions
@@ -1,29 +0,0 @@
---
title: Enterprise Benefits
cards:
- id: 0
icon:
src: /icons/outline/security-blue.svg
alt: Security
title: Security
description: Robust access management, backup options, and disaster recovery.
- id: 1
icon:
src: /icons/outline/cloud-system-blue.svg
alt: Cloud System
title: Data Sovereignty
description: Keep your sensitive data within your secure premises.
- id: 0
icon:
src: /icons/outline/speedometer-blue.svg
alt: Speedometer
title: Low-Latency
description: On-premise deployment for lightning-fast, low-latency access.
- id: 0
icon:
src: /icons/outline/chart-bar-blue.svg
alt: Chart-Bar
title: Efficiency
description: Reduce memory usage with built-in compression, multitenancy, and offloading data to disk.
sitemapExclude: true
---
@@ -0,0 +1,41 @@
---
title: Effectively Scale your Enterprise AI Applications
cards:
- id: 0
title: Enabling Compliance
content: Ensure customer trust by safeguarding their data with top-tier security measures.<br><br>We provide SOC2 Type 2 Certification, Hybrid Cloud deployments for highly regulated environments, and Private Cloud options to give you complete control and ensure data sovereignty.
link:
text: Learn More
url: /
image:
src: /img/enterprise-solutions-capabilities/enabling-compliance.svg
alt: Enabling Compliance
- id: 1
title: Identity and Access Management
content: Fundamental for maintaining sensitive data within the database. We offer Enterprise SSO, Cloud RBAC, and Database API Keys with RBAC.
link:
text: Learn More
url: /
image:
src: /img/enterprise-solutions-capabilities/identity-and-access-management.svg
alt: Identity and Access Management
- id: 2
title: API
content: Offers a flexible, scalable solution to automate tasks and seamlessly integrate our database into custom applications.
link:
text: Learn More
url: /
image:
src: /img/enterprise-solutions-capabilities/api.svg
alt: API
- id: 3
title: Observability
content: Deeply understand your database application performance to identify and resolve issues effectively.
link:
text: Learn More
url: /
image:
src: /img/enterprise-solutions-capabilities/observability.svg
alt: Observability
sitemapExclude: true
---
@@ -0,0 +1,29 @@
---
title: Enterprises Face Challenges in Scaling AI Applications
cards:
- id: 0
icon:
src: /img/enterprise-solutions-challenges/icon1.svg
alt: Security & Compliance Risks
title: Security & Compliance Risks
description: Enterprises need granular control over who accesses what data. Without robust <b>security frameworks, role-based access control (RBAC),</b> and <b>single sign-on (SSO)</b> integrations, managing compliance with regulations like <b>GDPR</b> becomes a complex challenge.
- id: 1
icon:
src: /img/enterprise-solutions-challenges/icon2.svg
alt: Lack of Performance Visibility
title: Lack of Performance Visibility
description: Scaling AI applications demands insights into system performance. Without <b>real-time monitoring and observability</b> into query latency, resource usage, and infrastructure health, teams face operational blind spots, slowing down optimization efforts and impacting performance.
- id: 2
icon:
src: /img/enterprise-solutions-challenges/icon3.svg
alt: Credential Chaos & Access Management Bottlenecks
title: Credential Chaos & Access Management Bottlenecks
description: Growing teams often juggle multiple authentication systems and struggle with <b>credential sprawl</b>. Without a unified access management solution, onboarding and enforcing policies become time-consuming, leading to <b>unauthorized access risks</b> and inefficient workflows.
- id: 3
icon:
src: /img/enterprise-solutions-challenges/icon4.svg
alt: Manual Infrastructure Management Overhead
title: Manual Infrastructure Management Overhead
description: Enterprises often struggle to keep up with scaling demands. <b>Manual cluster provisioning and management</b> lead to slow deployments, human errors, and high operational costs.
sitemapExclude: true
---
@@ -1,6 +1,6 @@
---
title: Enterprise-Grade Vector Search
description: "The premier vector database for enterprises: flexible deployment options for low latency and state-of-the-art privacy and security features. High performance at billion vector scale."
description: "Qdrant’s enterprise-grade features give you deployment flexibility (Managed, Hybrid or Private Cloud), streamline authentication (SSO), improve access control (RBAC), enhance monitoring, and simplify infrastructure management. All for million+ vector scale."
startFree:
text: Get Started
url: https://cloud.qdrant.io/signup
@@ -9,7 +9,6 @@ contactUs:
url: /contact-sales/
image:
src: /img/enterprise-solutions-hero.png
srcMobile: /img/mobile/enterprise-solutions-hero-mobile.png
alt: Enterprise-solutions
sitemapExclude: true
---
@@ -1,9 +1,13 @@
---
title: Qdrant Enterprise Solutions
description: Our enterprise solutions not only address performance and scalability, but also adapt to your unique infrastructure and compliance needs.
descriptionImage:
src: /img/connecting-lines.svg
alt: Connecting lines
title: Deploy the Way you Need
items:
- id: 0
image:
src: /img/enterprise-solutions-use-cases/managed-cloud.svg
src: /img/enterprise-solutions-use-cases/managed-cloud.png
alt: Managed Cloud
title: Managed Cloud
description: Qdrant Cloud provides optimal flexibility and offers a suite of features focused on efficient and scalable vector search - fully managed. Available on AWS, Google Cloud, and Azure.
@@ -6,7 +6,7 @@ avatar:
src: /img/customers/jeremy-t-daly-singh.svg
alt: Jeremy Teichmann Avatar
logo:
src: /img/brands/bosch-gray.svg
src: /img/brands/bosch.svg
alt: Logo
sitemapExclude: true
---
@@ -0,0 +1,13 @@
---
review: “Vector stores are definitely here to stay, the objects in the world around us from image, sound, video and text become easily universal and searchable thanks to the embedding models and vector stores. I personally recommend Qdrant. We have been using it for a while and couldn’t be happier.”
names: Hooman Sedghamiz
positions: Director AI/ML, Bayer
avatar:
src: /img/customers/hooman-sedghamiz.svg
alt: Hooman Sedghamiz Avatar
logo:
src: /img/brands/bayer.svg
alt: Logo
sitemapExclude: true
---
@@ -16,8 +16,10 @@
@import 'partials/get-started-blogs';
@import 'partials/enterprise-solutions-hero';
@import 'partials/enterprise-solutions-use-cases';
@import 'partials/enterprise-solutions-capabilities';
@import 'partials/enterprise-solutions-testimonials';
@import 'partials/testimonial';
@import 'partials/enterprise-benefits';
@import 'partials/enterprise-solutions-challenges';
@import 'partials/top-and-bottom-overlay';
@import 'partials/qdrant-pricing-hero';
@import 'partials/qdrant-pricing-calculator';
@@ -1,74 +0,0 @@
@use '../helpers/functions' as *;
.enterprise-benefits {
background-color: $neutral-94;
padding-top: $spacer * 4;
padding-bottom: $spacer * 4;
&__title {
margin-bottom: $spacer * 2.5;
font-size: $spacer * 2;
line-height: pxToRem(38);
color: $neutral-20;
}
&__cards {
gap: $spacer * 2;
}
&__card {
&-info {
justify-content: flex-start;
padding-top: $spacer * 2;
padding-bottom: $spacer * 2;
}
&-icon {
height: $spacer * 1.5;
width: $spacer * 1.5;
margin-bottom: $spacer;
}
&-title {
font-size: $spacer * 1.5;
line-height: pxToRem(34);
margin-bottom: $spacer;
color: $neutral-20;
}
&-description {
font-size: pxToRem(18);
line-height: pxToRem(27);
margin-bottom: 0;
color: $neutral-30;
}
}
@include media-breakpoint-up(xl) {
padding-top: $spacer * 7.5;
padding-bottom: $spacer * 5;
&__title {
margin-bottom: $spacer * 4;
font-size: $spacer * 3;
line-height: pxToRem(57);
text-align: center;
}
&__cards {
justify-content: space-between;
column-gap: 0;
& > div {
width: calc(50% - 3px);
}
}
&__card {
&-info {
padding-bottom: $spacer * 3;
}
}
}
}
@@ -0,0 +1,114 @@
@use '../helpers/functions' as *;
.enterprise-solutions-capabilities {
position: relative;
overflow: hidden;
padding-top: $spacer * 4;
padding-bottom: $spacer * 4;
background-color: $neutral-10;
&__title {
position: relative;
margin: 0 auto $spacer * 5;
font-size: $spacer * 2.5;
line-height: $spacer * 3;
color: $neutral-98;
text-align: center;
z-index: 1;
}
&__cards {
display: grid;
grid-template-columns: 1fr;
gap: $spacer * 1.5;
grid-template-areas:
"compliance"
"management"
"api"
"observability";
}
&__card {
position: relative;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: $spacer * 1.5 0 0;
background: linear-gradient($neutral-20, #0e1424);
border: none;
border-top: pxToRem(1) solid $neutral-40;
border-radius: $spacer * 0.5;
z-index: 1;
&:nth-of-type(1) {
grid-area: compliance;
}
&:nth-of-type(2) {
grid-area: management;
}
&:nth-of-type(3) {
grid-area: api;
}
&:nth-of-type(4) {
grid-area: observability;
}
&-info {
padding: 0 $spacer * 1.5 $spacer;
}
&-title {
margin-bottom: pxToRem(12);
color: $neutral-98;
}
&-content {
margin-bottom: pxToRem(12);
color: $neutral-70;
}
&-image {
display: block;
width: 100%;
max-width: pxToRem(400);
margin: 0 auto;
}
}
.overlay-top {
right: auto;
left: 0;
transform: scaleX(-1);
}
.overlay-bottom {
left: auto;
right: 0;
transform: scaleX(-1);
}
@include media-breakpoint-up(xl) {
padding-top: $spacer * 7.5;
padding-bottom: $spacer * 7.5;
&__title {
max-width: pxToRem(730);
font-size: $spacer * 3.5;
line-height: pxToRem(67);
}
&__cards {
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-template-areas:
"compliance management management"
"compliance api observability";
}
&__card {
&-image {
max-width: none;
}
}
}
}
@@ -0,0 +1,97 @@
@use '../helpers/functions' as *;
.enterprise-solutions-challenges {
background-color: $neutral-94;
padding-top: $spacer * 4;
padding-bottom: $spacer * 4;
&__title {
max-width: pxToRem(920);
margin: 0 auto $spacer * 4;
font-size: $spacer * 3;
line-height: pxToRem(57);
color: $neutral-20;
}
&__card {
&-info {
padding-bottom: $spacer * 2;
}
&-icon {
height: $spacer * 3.5;
width: $spacer * 3.5;
margin-bottom: $spacer;
}
&-title {
font-size: $spacer * 2;
line-height: $spacer * 2.5;
margin-bottom: $spacer;
color: $neutral-20;
}
&-description {
font-size: pxToRem(18);
line-height: pxToRem(27);
margin-bottom: 0;
color: $neutral-30;
}
}
@include media-breakpoint-up(xl) {
padding-top: $spacer * 7.5;
padding-bottom: $spacer * 7.5;
&__title {
margin-bottom: $spacer * 7.5;
font-size: $spacer * 3.5;
line-height: pxToRem(67);
text-align: center;
}
&__card {
position: relative;
&:nth-of-type(2),
&:nth-of-type(4) {
& > div {
margin-left: auto;
&:before {
content: "";
display: block;
height: 100%;
width: pxToRem(1);
position: absolute;
top: 0;
left: 0;
background-color: $neutral-80;
}
}
}
&:nth-of-type(1),
&:nth-of-type(2) {
& > div {
&:after {
content: "";
display: block;
width: calc(100% - pxToRem(32));
height: pxToRem(1);
position: absolute;
bottom: -$spacer;
left: $spacer;
background-color: $neutral-80;
}
}
}
&-info {
max-width: pxToRem(495);
padding-top: $spacer * 2;
}
}
}
}
@@ -2,6 +2,8 @@
.enterprise-solutions-hero {
padding-top: $spacer * 2.5;
position: relative;
overflow: hidden;
text-align: center;
background: url('/img/stars-pattern.png') $neutral-10;
@@ -31,19 +33,31 @@
}
}
&__preview-mobile {
&__preview {
width: 100%;
padding: 0 pxToRem(12);
max-width: pxToRem(520);
margin: $spacer * 2.5 0 $spacer;
}
&__preview {
display: none;
.customer-list.dark {
padding-top: $spacer * 3;
background-color: transparent;
.customer-list__logos__container:after,
.customer-list__logos__container:before {
display: none;
}
}
.customers-hero__overlay {
bottom: pxToRem(-48);
}
@include media-breakpoint-up(lg) {
padding-left: 0;
padding-right: 0;
padding-top: $spacer * 5;
text-align: left;
&__title {
font-size: $spacer * 4;
@@ -59,20 +73,16 @@
&__buttons {
flex-direction: row;
justify-content: flex-start;
.button {
min-width: auto;
}
}
&__preview-mobile {
display: none;
}
&__preview {
display: block;
width: 100%;
padding: 0;
margin: 0 0 0 auto;
}
}
}
@@ -0,0 +1,29 @@
@use '../helpers/functions' as *;
.enterprise-solutions-testimonials {
.testimonial-light {
&:first-of-type {
padding-top: $spacer * 5;
padding-bottom: 0;
}
&:last-of-type {
padding-top: $spacer * 2.5;
padding-bottom: $spacer * 5;
}
}
@include media-breakpoint-up(lg) {
.testimonial-light {
&:first-of-type {
padding-top: $spacer * 7.5;
}
&:last-of-type {
div.row {
flex-direction: row-reverse;
}
}
}
}
}
@@ -6,6 +6,22 @@
padding-top: $spacer * 3;
padding-bottom: $spacer * 3;
&__description {
max-width: pxToRem(920);
margin: 0 auto $spacer * 2.5;
font-size: $spacer * 1.5;
line-height: pxToRem(34);
color: $neutral-20;
text-align: center;
}
&__description-image {
display: block;
width: 100%;
margin: 0 auto $spacer * 2.5;
max-width: pxToRem(320);
}
&__title {
margin-bottom: $spacer * 5;
font-size: $spacer * 2.5;
@@ -14,112 +30,119 @@
text-align: center;
}
&__cases {
gap: $spacer * 5;
&__cases > div {
&:first-of-type {
.enterprise-solutions-use-cases__case {
&-preview {
width: 100%;
align-self: flex-end;
padding-left: $spacer * 3;
}
}
}
&:last-of-type {
.enterprise-solutions-use-cases__case {
&-preview {
margin-top: -$spacer * 2;
}
}
}
}
&__case {
display: flex;
flex-direction: column;
gap: $spacer * 2.5;
padding: $spacer * 1.5 0 0;
&-text {
width: 100%;
}
&-link {
font-size: pxToRem(20);
line-height: pxToRem(30);
margin-bottom: $spacer * 2.5;
padding: 0 $spacer * 1.5;
}
&-title {
font-size: $spacer * 2;
line-height: pxToRem(38);
line-height: pxToRem(40);
margin-bottom: $spacer * 1.5;
color: $neutral-20;
}
&-description {
font-size: $spacer;
line-height: $spacer * 1.5;
font-size: pxToRem(18);
line-height: pxToRem(27);
margin-bottom: $spacer * 1.5;
color: $neutral-40;
}
&-preview {
width: 100%;
margin-top: $spacer * 1.5;
img {
max-height: pxToRem(368);
width: 100%;
}
}
}
@include media-breakpoint-up(lg) {
padding-top: $spacer * 7.5;
padding-top: $spacer * 5;
padding-bottom: $spacer * 10;
&__description {
font-size: $spacer * 2;
line-height: pxToRem(38);
}
&__title {
margin-bottom: $spacer * 7.5;
font-size: $spacer * 3.5;
line-height: pxToRem(67);
}
&__cases {
gap: $spacer * 7.5;
&__cases > div:first-of-type {
.enterprise-solutions-use-cases__case {
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 0;
& > div:last-of-type {
img {
width: pxToRem(394);
margin-left: pxToRem(50);
&-text {
max-width: pxToRem(512);
}
&-preview {
width: pxToRem(520);
flex-shrink: 0;
padding-top: $spacer * 3;
padding-left: 0;
img {
max-height: none;
}
}
&-title, &-description {
margin-bottom: $spacer * 1.5;
}
}
}
&__case {
flex-direction: row;
justify-content: space-between;
align-items: center;
&.case-reversed {
flex-direction: row-reverse;
}
padding: $spacer * 3 0 0;
&-text {
width: pxToRem(445);
padding: 0 $spacer * 4 0 $spacer * 3;
}
&-link {
margin-bottom: 0;
}
&-title {
font-size: $spacer * 3;
line-height: pxToRem(57);
}
&-description {
font-size: pxToRem(18);
line-height: pxToRem(27);
&-title, &-description {
margin-bottom: pxToRem(12);
}
&-preview {
width: pxToRem(540);
text-align: left;
order: initial;
margin-top: 0;
img {
width: 100%;
text-align: right;
object-fit: contain;
}
}
}
}
@include media-breakpoint-up(xl) {
&__case {
gap: 0;
}
}
}
@@ -25,10 +25,6 @@
&-avatar {
margin-bottom: $spacer;
height: $spacer * 3;
width: pxToRem(48);
height: pxToRem(48);
border-radius: 50%;
overflow: hidden;
img {
height: 100%;
@@ -2,18 +2,17 @@
{{ partial "site-header" . }}
{{ partial "enterprise-solutions-hero" . }}
{{ partial "enterprise-solutions-challenges" . }}
{{ partial "enterprise-solutions-use-cases" . }}
{{ with (.Site.GetPage "/enterprise-solutions/testimonial") }}
{{ partial "testimonial" (dict "context" . "overlayType" "top-and-bottom-overlay") }}
{{ end }}
{{ partial "enterprise-solutions-capabilities" . }}
{{ partial "enterprise-benefits" . }}
{{ partial "enterprise-solutions-testimonials" . }}
{{ with (.Site.GetPage "/headless/get-contacted-with-question-sales") }}
{{ partial "get-contacted" (dict "context" . "class" "get-contacted-with-question") }}
{{ end }}
{{ partial "get-started" . }}
{{ partial "customer-list" . }}
{{ end }}
@@ -1,18 +0,0 @@
{{ with (.Site.GetPage "enterprise-solutions/enterprise-benefits") }}
<section class="enterprise-benefits">
<div class="container">
<h2 class="enterprise-benefits__title">{{ .Params.title }}</h2>
<div class="enterprise-benefits__cards row">
{{ range $index, $element := .Params.cards }}
<div class="enterprise-benefits__card col-12 col-xl-6">
<div class="enterprise-benefits__card-info card">
<img class="enterprise-benefits__card-icon" src="{{ .icon.src }}" alt="{{ .icon.alt }}" />
<h5 class="enterprise-benefits__card-title">{{ .title }}</h5>
<p class="enterprise-benefits__card-description">{{ .description }}</p>
</div>
</div>
{{ end }}
</div>
</div>
</section>
{{ end }}
@@ -0,0 +1,22 @@
{{ with (.Site.GetPage "/enterprise-solutions/enterprise-solutions-capabilities") }}
<section class="enterprise-solutions-capabilities">
<div class="container">
<h2 class="enterprise-solutions-capabilities__title">{{ .Params.title }}</h2>
<div class="enterprise-solutions-capabilities__cards">
{{ range .Params.cards }}
<div class="enterprise-solutions-capabilities__card">
<div class="enterprise-solutions-capabilities__card-info">
<h6 class="enterprise-solutions-capabilities__card-title">{{ .title }}</h6>
<p class="enterprise-solutions-capabilities__card-content">{{ .content | safeHTML }}</p>
<a class="enterprise-solutions-capabilities__card-link link link_md" href="{{ .link.url }}">
{{ .link.text }}
</a>
</div>
<img class="enterprise-solutions-capabilities__card-image" src="{{ .image.src }}" alt="{{ .image.alt }}" />
</div>
{{ end }}
</div>
</div>
{{ partial "top-and-bottom-overlay" (dict "context" . "class" "enterprise-solutions-capabilities") }}
</section>
{{ end }}
@@ -0,0 +1,18 @@
{{ with (.Site.GetPage "enterprise-solutions/enterprise-solutions-challenges") }}
<section class="enterprise-solutions-challenges">
<div class="container">
<h2 class="enterprise-solutions-challenges__title">{{ .Params.title }}</h2>
<div class="enterprise-solutions-challenges__cards row g-4">
{{ range $index, $element := .Params.cards }}
<div class="enterprise-solutions-challenges__card col-12 col-xl-6">
<div class="enterprise-solutions-challenges__card-info">
<img class="enterprise-solutions-challenges__card-icon" src="{{ .icon.src }}" alt="{{ .icon.alt }}" />
<h5 class="enterprise-solutions-challenges__card-title">{{ .title }}</h5>
<p class="enterprise-solutions-challenges__card-description">{{ .description | safeHTML }}</p>
</div>
</div>
{{ end }}
</div>
</div>
</section>
{{ end }}
@@ -1,8 +1,8 @@
{{ with (.Site.GetPage "enterprise-solutions/enterprise-solutions-hero") }}
<section class="enterprise-solutions-hero">
<div class="container">
<div class="row">
<div class="col-12">
<div class="row align-items-lg-center">
<div class="col-12 col-lg-6">
<h3 class="enterprise-solutions-hero__title">{{ .Params.title }}</h3>
<div class="enterprise-solutions-hero__description">{{ .Params.description }}</div>
<div class="enterprise-solutions-hero__buttons">
@@ -14,13 +14,16 @@
</a>
</div>
</div>
<div class="col-12 col-lg-6">
<img class="enterprise-solutions-hero__preview" src="{{ .Params.image.src }}" alt="{{ .Params.image.alt }}" />
</div>
</div>
</div>
<img class="enterprise-solutions-hero__preview" src="{{ .Params.image.src }}" alt="{{ .Params.image.alt }}" />
<img
class="enterprise-solutions-hero__preview-mobile"
src="{{ .Params.image.srcMobile }}"
alt="{{ .Params.image.alt }}"
/>
{{ with (.Site.GetPage "customer-list") }}
{{ .Scratch.Set "setting" (slice " dark") }}{{ partial "customer-list" . }}
{{ end }}
<div class="customers-hero__overlay"></div>
</section>
{{ end }}
@@ -0,0 +1,9 @@
<section class="enterprise-solutions-testimonials">
{{ with (.Site.GetPage "/enterprise-solutions/testimonial-1") }}
{{ partial "testimonial-light" (dict "context" .) }}
{{ end }}
{{ with (.Site.GetPage "/enterprise-solutions/testimonial-2") }}
{{ partial "testimonial-light" (dict "context" .) }}
{{ end }}
</section>
@@ -1,11 +1,17 @@
{{ with (.Site.GetPage "enterprise-solutions/enterprise-solutions-use-cases") }}
<section class="enterprise-solutions-use-cases">
<div class="container">
<h5 class="enterprise-solutions-use-cases__description">{{ .Params.description }}</h5>
<img
class="enterprise-solutions-use-cases__description-image"
src="{{ .Params.descriptionImage.src }}"
alt="{{ .Params.descriptionImage.alt }}"
/>
<h2 class="enterprise-solutions-use-cases__title">{{ .Params.title }}</h2>
<div class="enterprise-solutions-use-cases__cases row">
<div class="enterprise-solutions-use-cases__cases row g-4">
{{ range $index, $element := .Params.items }}
<div class="col-12">
<div class="enterprise-solutions-use-cases__case {{ if mod $index 2 | eq 1 }}case-reversed{{ end }}">
<div class="{{ if eq $index 0 }}col-12{{ else }}col-12 col-lg-6{{end}}">
<div class="card enterprise-solutions-use-cases__case">
<div class="enterprise-solutions-use-cases__case-text">
<h3 class="enterprise-solutions-use-cases__case-title">{{ .title }}</h3>
<p class="enterprise-solutions-use-cases__case-description">{{ .description }}</p>
@@ -0,0 +1,22 @@
<svg width="322" height="121" viewBox="0 0 322 121" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M241 0V54.084C241 59.6051 243.667 64.7862 248.16 67.9944L321 120" stroke="url(#paint0_linear_7606_37287)" stroke-width="2"/>
<path d="M81 0V54.084C81 59.6051 78.333 64.7862 73.8397 67.9944L1 120" stroke="url(#paint1_linear_7606_37287)" stroke-width="2"/>
<path d="M161 0V120" stroke="url(#paint2_linear_7606_37287)" stroke-width="2"/>
<defs>
<linearGradient id="paint0_linear_7606_37287" x1="241.507" y1="0" x2="241.507" y2="125.764" gradientUnits="userSpaceOnUse">
<stop stop-color="#2F6FF0" stop-opacity="0"/>
<stop offset="0.5" stop-color="#2F6FF0"/>
<stop offset="1" stop-color="#2F6FF0" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint1_linear_7606_37287" x1="80.4934" y1="0" x2="80.4934" y2="125.764" gradientUnits="userSpaceOnUse">
<stop stop-color="#2F6FF0" stop-opacity="0"/>
<stop offset="0.5" stop-color="#2F6FF0"/>
<stop offset="1" stop-color="#2F6FF0" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint2_linear_7606_37287" x1="161.5" y1="0" x2="161.5" y2="120" gradientUnits="userSpaceOnUse">
<stop stop-color="#2F6FF0" stop-opacity="0"/>
<stop offset="0.5" stop-color="#2F6FF0"/>
<stop offset="1" stop-color="#2F6FF0" stop-opacity="0"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 196 KiB

@@ -0,0 +1,135 @@
<svg width="352" height="334" viewBox="0 0 352 334" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_7517_34438)">
<circle cx="105" cy="73" r="65.3693" fill="url(#paint0_linear_7517_34438)" fill-opacity="0.1" stroke="url(#paint1_linear_7517_34438)" stroke-width="0.738636"/>
<circle cx="105.001" cy="72.9993" r="43.7027" fill="url(#paint2_linear_7517_34438)" fill-opacity="0.1" stroke="url(#paint3_linear_7517_34438)" stroke-width="0.738636"/>
<circle cx="105.001" cy="73.0006" r="25.9754" fill="url(#paint4_linear_7517_34438)" stroke="url(#paint5_linear_7517_34438)" stroke-width="0.738636"/>
<path d="M103 73V70C103.002 69.4701 103.213 68.9623 103.588 68.5875C103.962 68.2128 104.47 68.0016 105 68C105.53 68.0016 106.038 68.2128 106.412 68.5875C106.787 68.9623 106.998 69.4701 107 70V73M101 73H109V78H101V73ZM114 75C114 77.3869 113.052 79.6761 111.364 81.364C109.676 83.0518 107.387 84 105 84C102.613 84 100.324 83.0518 98.636 81.364C96.9482 79.6761 96 77.3869 96 75V65L105 63L114 65V75Z" stroke="#8547FF" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
<circle cx="297" cy="84" r="65.3693" fill="url(#paint6_linear_7517_34438)" fill-opacity="0.1" stroke="url(#paint7_linear_7517_34438)" stroke-width="0.738636"/>
<circle cx="297.001" cy="83.9993" r="43.7027" fill="url(#paint8_linear_7517_34438)" fill-opacity="0.1" stroke="url(#paint9_linear_7517_34438)" stroke-width="0.738636"/>
<circle cx="297.001" cy="84.0006" r="25.9754" fill="url(#paint10_linear_7517_34438)" stroke="url(#paint11_linear_7517_34438)" stroke-width="0.738636"/>
<path d="M305 87.9C306.7 87.5 308 85.9 308 84C308 81.8 306.2 80 304 80C303.7 76.1 300.5 73 296.5 73C292.5 73 289.2 76.2 289 80.1C287.3 80.5 286 82.1 286 84C286 85.9 287.3 87.4 289 87.9" stroke="#2F6FF0" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M293 86H301" stroke="#2F6FF0" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M301 92H293" stroke="#2F6FF0" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M299 84L301 86L299 88" stroke="#2F6FF0" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M295 94L293 92L295 90" stroke="#2F6FF0" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
<circle cx="43" cy="251" r="65.3693" fill="url(#paint12_linear_7517_34438)" fill-opacity="0.1" stroke="url(#paint13_linear_7517_34438)" stroke-width="0.738636"/>
<circle cx="43.0013" cy="250.999" r="43.7027" fill="url(#paint14_linear_7517_34438)" fill-opacity="0.1" stroke="url(#paint15_linear_7517_34438)" stroke-width="0.738636"/>
<circle cx="43.0006" cy="251.001" r="25.9754" fill="url(#paint16_linear_7517_34438)" stroke="url(#paint17_linear_7517_34438)" stroke-width="0.738636"/>
<line x1="138.85" y1="283.477" x2="68.8501" y2="261.477" stroke="#3D4866"/>
<path d="M51 254.9C52.7 254.5 54 252.9 54 251C54 248.8 52.2 247 50 247C49.7 243.1 46.5 240 42.5 240C38.5 240 35.2 243.2 35 247.1C33.3 247.5 32 249.1 32 251C32 252.9 33.3 254.4 35 254.9" stroke="#038585" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M47 254.668H39V260.668H47V254.668Z" stroke="#038585" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M41 254.667V252C41 250.895 41.8953 250 43 250C44.1047 250 45 250.895 45 252V254.667" stroke="#038585" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
<circle cx="255.5" cy="279.5" r="116.156" fill="url(#paint18_linear_7517_34438)" fill-opacity="0.1" stroke="url(#paint19_linear_7517_34438)" stroke-width="1.3125"/>
<circle cx="255.5" cy="279.5" r="77.6562" fill="url(#paint20_linear_7517_34438)" fill-opacity="0.1" stroke="url(#paint21_linear_7517_34438)" stroke-width="1.3125"/>
<circle cx="255.5" cy="279.5" r="46.1563" fill="url(#paint22_linear_7517_34438)" stroke="url(#paint23_linear_7517_34438)" stroke-width="1.3125"/>
<g clip-path="url(#clip1_7517_34438)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M273.639 270.001L273.641 270L264.979 265L256.32 260L247.659 265L239 270L239 270.001V290L247.659 295L256.321 300V300.001L261.862 296.804L261.862 296.803L261.862 296.803V290L256.321 293.2L250.604 289.9L244.89 286.601V273.402L250.604 270.103L256.321 266.803L262.035 270.103L267.751 273.402V300L267.751 300L267.752 300.002L273.641 296.603V270.002L273.639 270.001ZM256.321 286.399L261.862 283.199V276.803L256.321 273.604L250.78 276.803V283.199L256.321 286.399Z" fill="#DC244C"/>
</g>
<line x1="185.108" y1="187.061" x2="114.608" y2="98.311" stroke="#3D4866"/>
<line x1="269.029" y1="163.833" x2="288.529" y2="108.833" stroke="#3D4866"/>
</g>
<defs>
<linearGradient id="paint0_linear_7517_34438" x1="105" y1="8" x2="105" y2="138" gradientUnits="userSpaceOnUse">
<stop stop-color="#717C99"/>
<stop offset="1" stop-color="#717C99" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint1_linear_7517_34438" x1="105" y1="8" x2="105" y2="138" gradientUnits="userSpaceOnUse">
<stop stop-color="#28324D"/>
<stop offset="1" stop-color="#161E33" stop-opacity="0.2"/>
</linearGradient>
<linearGradient id="paint2_linear_7517_34438" x1="105.001" y1="29.666" x2="105.001" y2="129.874" gradientUnits="userSpaceOnUse">
<stop stop-color="#717C99"/>
<stop offset="1" stop-color="#717C99" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint3_linear_7517_34438" x1="105.001" y1="29.666" x2="105.001" y2="116.333" gradientUnits="userSpaceOnUse">
<stop stop-color="#28324D"/>
<stop offset="1" stop-color="#161E33" stop-opacity="0.2"/>
</linearGradient>
<linearGradient id="paint4_linear_7517_34438" x1="105.001" y1="47.3945" x2="105.001" y2="98.6067" gradientUnits="userSpaceOnUse">
<stop stop-color="#28324D"/>
<stop offset="1" stop-color="#141B2E"/>
</linearGradient>
<linearGradient id="paint5_linear_7517_34438" x1="105.001" y1="47.3945" x2="105.001" y2="98.6067" gradientUnits="userSpaceOnUse">
<stop stop-color="#3D4866"/>
<stop offset="1" stop-color="#161E33" stop-opacity="0.2"/>
</linearGradient>
<linearGradient id="paint6_linear_7517_34438" x1="297" y1="19" x2="297" y2="149" gradientUnits="userSpaceOnUse">
<stop stop-color="#717C99"/>
<stop offset="1" stop-color="#717C99" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint7_linear_7517_34438" x1="297" y1="19" x2="297" y2="149" gradientUnits="userSpaceOnUse">
<stop stop-color="#28324D"/>
<stop offset="1" stop-color="#161E33" stop-opacity="0.2"/>
</linearGradient>
<linearGradient id="paint8_linear_7517_34438" x1="297.001" y1="40.666" x2="297.001" y2="140.874" gradientUnits="userSpaceOnUse">
<stop stop-color="#717C99"/>
<stop offset="1" stop-color="#717C99" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint9_linear_7517_34438" x1="297.001" y1="40.666" x2="297.001" y2="127.333" gradientUnits="userSpaceOnUse">
<stop stop-color="#28324D"/>
<stop offset="1" stop-color="#161E33" stop-opacity="0.2"/>
</linearGradient>
<linearGradient id="paint10_linear_7517_34438" x1="297.001" y1="58.3945" x2="297.001" y2="109.607" gradientUnits="userSpaceOnUse">
<stop stop-color="#28324D"/>
<stop offset="1" stop-color="#141B2E"/>
</linearGradient>
<linearGradient id="paint11_linear_7517_34438" x1="297.001" y1="58.3945" x2="297.001" y2="109.607" gradientUnits="userSpaceOnUse">
<stop stop-color="#3D4866"/>
<stop offset="1" stop-color="#161E33" stop-opacity="0.2"/>
</linearGradient>
<linearGradient id="paint12_linear_7517_34438" x1="43" y1="186" x2="43" y2="316" gradientUnits="userSpaceOnUse">
<stop stop-color="#717C99"/>
<stop offset="1" stop-color="#717C99" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint13_linear_7517_34438" x1="43" y1="186" x2="43" y2="316" gradientUnits="userSpaceOnUse">
<stop stop-color="#28324D"/>
<stop offset="1" stop-color="#161E33" stop-opacity="0.2"/>
</linearGradient>
<linearGradient id="paint14_linear_7517_34438" x1="43.0013" y1="207.666" x2="43.0013" y2="307.874" gradientUnits="userSpaceOnUse">
<stop stop-color="#717C99"/>
<stop offset="1" stop-color="#717C99" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint15_linear_7517_34438" x1="43.0013" y1="207.666" x2="43.0013" y2="294.333" gradientUnits="userSpaceOnUse">
<stop stop-color="#28324D"/>
<stop offset="1" stop-color="#161E33" stop-opacity="0.2"/>
</linearGradient>
<linearGradient id="paint16_linear_7517_34438" x1="43.0006" y1="225.395" x2="43.0006" y2="276.607" gradientUnits="userSpaceOnUse">
<stop stop-color="#28324D"/>
<stop offset="1" stop-color="#141B2E"/>
</linearGradient>
<linearGradient id="paint17_linear_7517_34438" x1="43.0006" y1="225.395" x2="43.0006" y2="276.607" gradientUnits="userSpaceOnUse">
<stop stop-color="#3D4866"/>
<stop offset="1" stop-color="#161E33" stop-opacity="0.2"/>
</linearGradient>
<linearGradient id="paint18_linear_7517_34438" x1="255.5" y1="164" x2="255.5" y2="395" gradientUnits="userSpaceOnUse">
<stop stop-color="#717C99"/>
<stop offset="1" stop-color="#717C99" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint19_linear_7517_34438" x1="255.5" y1="164" x2="255.5" y2="395" gradientUnits="userSpaceOnUse">
<stop stop-color="#28324D"/>
<stop offset="1" stop-color="#161E33" stop-opacity="0.2"/>
</linearGradient>
<linearGradient id="paint20_linear_7517_34438" x1="255.5" y1="202.5" x2="255.5" y2="380.562" gradientUnits="userSpaceOnUse">
<stop stop-color="#717C99"/>
<stop offset="1" stop-color="#717C99" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint21_linear_7517_34438" x1="255.5" y1="202.5" x2="255.5" y2="356.5" gradientUnits="userSpaceOnUse">
<stop stop-color="#28324D"/>
<stop offset="1" stop-color="#161E33" stop-opacity="0.2"/>
</linearGradient>
<linearGradient id="paint22_linear_7517_34438" x1="255.5" y1="234" x2="255.5" y2="325" gradientUnits="userSpaceOnUse">
<stop stop-color="#28324D"/>
<stop offset="1" stop-color="#141B2E"/>
</linearGradient>
<linearGradient id="paint23_linear_7517_34438" x1="255.5" y1="234" x2="255.5" y2="325" gradientUnits="userSpaceOnUse">
<stop stop-color="#3D4866"/>
<stop offset="1" stop-color="#161E33" stop-opacity="0.2"/>
</linearGradient>
<clipPath id="clip0_7517_34438">
<rect width="352" height="334" fill="white"/>
</clipPath>
<clipPath id="clip1_7517_34438">
<rect width="34.5" height="40" fill="white" transform="translate(239 260)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 41 KiB

@@ -0,0 +1,72 @@
<svg width="355" height="136" viewBox="0 0 355 136" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_7517_34185)">
<line x1="33.5" y1="-2.18557e-08" x2="33.5" y2="136" stroke="url(#paint0_linear_7517_34185)"/>
<line x1="81.5" y1="-2.18557e-08" x2="81.5" y2="136" stroke="url(#paint1_linear_7517_34185)"/>
<line x1="129.5" y1="-2.18557e-08" x2="129.5" y2="136" stroke="url(#paint2_linear_7517_34185)"/>
<line x1="177.5" y1="-2.18557e-08" x2="177.5" y2="136" stroke="url(#paint3_linear_7517_34185)"/>
<line x1="225.5" y1="-2.18557e-08" x2="225.5" y2="136" stroke="url(#paint4_linear_7517_34185)"/>
<line x1="273.5" y1="-2.18557e-08" x2="273.5" y2="136" stroke="url(#paint5_linear_7517_34185)"/>
<line x1="321.5" y1="-2.18557e-08" x2="321.5" y2="136" stroke="url(#paint6_linear_7517_34185)"/>
<path d="M67.5 81C24.5 83.2338 9.38734 112.833 -4 133.999V146H360V22C360 22 340.162 13 323 13C309.192 13 296.481 16.0634 274 27C255.5 36 243.802 40 225.5 40.5C207.198 41 200.827 48.5 181 48.5C167.5 48.5 164.5 59 129.5 59C114.987 59 106 79 67.5 81Z" fill="url(#paint7_linear_7517_34185)" stroke="url(#paint8_linear_7517_34185)" stroke-width="1.5"/>
<circle cx="33" cy="91" r="7" fill="#DC244C" fill-opacity="0.2"/>
<circle cx="33" cy="91" r="5" fill="#DC244C" fill-opacity="0.3"/>
<circle cx="33" cy="91" r="3" fill="#DC244C"/>
<circle cx="129" cy="59" r="7" fill="#2F6FF0" fill-opacity="0.2"/>
<circle cx="129" cy="59" r="5" fill="#2F6FF0" fill-opacity="0.3"/>
<circle cx="129" cy="59" r="3" fill="#2F6FF0"/>
<circle cx="321" cy="13" r="7" fill="#8547FF" fill-opacity="0.2"/>
<circle cx="321" cy="13" r="5" fill="#8547FF" fill-opacity="0.3"/>
<circle cx="321" cy="13" r="3" fill="#8547FF"/>
<circle cx="225" cy="41" r="7" fill="#038585" fill-opacity="0.2"/>
<circle cx="225" cy="41" r="5" fill="#038585" fill-opacity="0.3"/>
<circle cx="225" cy="41" r="3" fill="#038585"/>
</g>
<defs>
<linearGradient id="paint0_linear_7517_34185" x1="33.0001" y1="136" x2="33" y2="1.50003" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E263D"/>
<stop offset="0.47" stop-color="#28324D"/>
<stop offset="1" stop-color="#141B2E"/>
</linearGradient>
<linearGradient id="paint1_linear_7517_34185" x1="81.0001" y1="136" x2="81" y2="1.50003" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E263D"/>
<stop offset="0.47" stop-color="#28324D"/>
<stop offset="1" stop-color="#141B2E"/>
</linearGradient>
<linearGradient id="paint2_linear_7517_34185" x1="129" y1="136" x2="129" y2="1.50003" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E263D"/>
<stop offset="0.47" stop-color="#28324D"/>
<stop offset="1" stop-color="#141B2E"/>
</linearGradient>
<linearGradient id="paint3_linear_7517_34185" x1="177" y1="136" x2="177" y2="1.50003" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E263D"/>
<stop offset="0.47" stop-color="#28324D"/>
<stop offset="1" stop-color="#141B2E"/>
</linearGradient>
<linearGradient id="paint4_linear_7517_34185" x1="225" y1="136" x2="225" y2="1.50003" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E263D"/>
<stop offset="0.47" stop-color="#28324D"/>
<stop offset="1" stop-color="#141B2E"/>
</linearGradient>
<linearGradient id="paint5_linear_7517_34185" x1="273" y1="136" x2="273" y2="1.50003" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E263D"/>
<stop offset="0.47" stop-color="#28324D"/>
<stop offset="1" stop-color="#141B2E"/>
</linearGradient>
<linearGradient id="paint6_linear_7517_34185" x1="321" y1="136" x2="321" y2="1.50003" gradientUnits="userSpaceOnUse">
<stop stop-color="#1E263D"/>
<stop offset="0.47" stop-color="#28324D"/>
<stop offset="1" stop-color="#141B2E"/>
</linearGradient>
<linearGradient id="paint7_linear_7517_34185" x1="178" y1="22" x2="178" y2="146" gradientUnits="userSpaceOnUse">
<stop stop-color="#2F6FF0" stop-opacity="0.2"/>
<stop offset="1" stop-color="#2F6FF0" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint8_linear_7517_34185" x1="178" y1="22" x2="178" y2="146" gradientUnits="userSpaceOnUse">
<stop stop-color="#3D4866"/>
<stop offset="1" stop-color="#161E33" stop-opacity="0.2"/>
</linearGradient>
<clipPath id="clip0_7517_34185">
<path d="M0 8C0 3.58172 3.58172 0 8 0H355V136H0V8Z" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

@@ -0,0 +1,14 @@
<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="0.4375" y="0.4375" width="55.125" height="55.125" rx="6.5625" fill="#F0F3FA"/>
<rect x="0.4375" y="0.4375" width="55.125" height="55.125" rx="6.5625" stroke="#D4D9E6" stroke-width="0.875"/>
<g clip-path="url(#clip0_7580_38856)">
<path d="M26.7062 20.6967L24.5 22.1667C24.5 25.6667 26.8333 26.8334 28 26.8334C29.1667 26.8334 31.5 25.6667 31.5 22.1667L29.2938 20.6967C28.5098 20.174 27.4902 20.174 26.7062 20.6967Z" fill="#DC244C"/>
<path d="M23.3345 28.0003C21.8902 26.3938 21.063 24.3265 21.0012 22.167C21.0012 19.8337 25.6679 15.167 28.0012 15.167C30.3345 15.167 35.0012 19.8337 35.0012 22.167C34.9394 24.3265 34.1122 26.3938 32.6679 28.0003M21.8797 25.8828L18.0845 28.7283C17.7042 29.013 17.4184 29.4073 17.2679 29.8577L15.624 34.7985C15.344 35.6373 15.5622 36.5613 16.1875 37.1867L17.5012 38.5003M34.1227 25.884L37.9179 28.7283C38.2982 29.013 38.584 29.4073 38.7345 29.8577L40.3807 34.7985C40.6607 35.6373 40.4425 36.5613 39.8172 37.1867L38.5012 38.5003M21.0012 31.5003H35.0012V40.8337H21.0012V31.5003Z" stroke="#DC244C" stroke-width="2.33333" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M28 37.917C28.9665 37.917 29.75 37.1335 29.75 36.167C29.75 35.2005 28.9665 34.417 28 34.417C27.0335 34.417 26.25 35.2005 26.25 36.167C26.25 37.1335 27.0335 37.917 28 37.917Z" fill="#DC244C"/>
</g>
<defs>
<clipPath id="clip0_7580_38856">
<rect width="28" height="28" fill="white" transform="translate(14 14)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

@@ -0,0 +1,12 @@
<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="0.4375" y="0.4375" width="55.125" height="55.125" rx="6.5625" fill="#F0F3FA"/>
<rect x="0.4375" y="0.4375" width="55.125" height="55.125" rx="6.5625" stroke="#D4D9E6" stroke-width="0.875"/>
<g clip-path="url(#clip0_7580_38863)">
<path d="M35.0013 15.167V39.667M35.0013 39.667L30.3346 35.0003M35.0013 39.667L39.668 35.0003M17.5013 15.167H15.168V17.5003M22.168 24.5003H24.5013V22.167M24.5013 17.5003V15.167H22.168M15.168 22.167V24.5003H17.5013M15.168 31.5003H24.5013V40.8337H15.168V31.5003Z" stroke="#2F6FF0" stroke-width="2.33333" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_7580_38863">
<rect width="28" height="28" fill="white" transform="translate(14 14)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 829 B

@@ -0,0 +1,14 @@
<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="0.4375" y="0.4375" width="55.125" height="55.125" rx="6.5625" fill="#F0F3FA"/>
<rect x="0.4375" y="0.4375" width="55.125" height="55.125" rx="6.5625" stroke="#D4D9E6" stroke-width="0.875"/>
<g clip-path="url(#clip0_7580_38870)">
<path d="M28.8763 26.8333C28.8763 27.3166 28.4846 27.7083 28.0013 27.7083C27.5181 27.7083 27.1263 27.3166 27.1263 26.8333C27.1263 26.3501 27.5181 25.9583 28.0013 25.9583C28.4846 25.9583 28.8763 26.3501 28.8763 26.8333Z" fill="#8547FF" stroke="#8547FF" stroke-width="1.16667"/>
<path d="M23.3333 26.8333C23.3333 27.3166 22.9416 27.7083 22.4583 27.7083C21.9751 27.7083 21.5833 27.3166 21.5833 26.8333C21.5833 26.3501 21.9751 25.9583 22.4583 25.9583C22.9416 25.9583 23.3333 26.3501 23.3333 26.8333Z" fill="#8547FF" stroke="#8547FF" stroke-width="1.16667"/>
<path d="M32.082 37.9163L40.2487 29.7497M39.6654 25.083V22.1663C39.6654 20.8772 38.6212 19.833 37.332 19.833H18.6654C17.3762 19.833 16.332 20.8772 16.332 22.1663V31.4997C16.332 32.7888 17.3762 33.833 18.6654 33.833H29.1654M32.082 29.7497L40.2487 37.9163" stroke="#8547FF" stroke-width="2.33333" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<defs>
<clipPath id="clip0_7580_38870">
<rect width="28" height="28" fill="white" transform="translate(14 14)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

@@ -0,0 +1,5 @@
<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="0.4375" y="0.4375" width="55.125" height="55.125" rx="6.5625" fill="#F0F3FA"/>
<rect x="0.4375" y="0.4375" width="55.125" height="55.125" rx="6.5625" stroke="#D4D9E6" stroke-width="0.875"/>
<path d="M18.6654 30.333V34.9997M18.6654 30.333C19.954 30.333 20.9987 29.2884 20.9987 27.9997C20.9987 26.711 19.954 25.6663 18.6654 25.6663M18.6654 30.333C17.3767 30.333 16.332 29.2884 16.332 27.9997C16.332 26.711 17.3767 25.6663 18.6654 25.6663M18.6654 34.9997C19.954 34.9997 20.9987 36.0443 20.9987 37.333M18.6654 34.9997C17.3767 34.9997 16.332 36.0443 16.332 37.333C16.332 38.6217 17.3767 39.6663 18.6654 39.6663C19.954 39.6663 20.9987 38.6217 20.9987 37.333M18.6654 25.6663V20.9997M18.6654 20.9997C19.954 20.9997 20.9987 19.955 20.9987 18.6663M18.6654 20.9997C17.3767 20.9997 16.332 19.955 16.332 18.6663C16.332 17.3777 17.3767 16.333 18.6654 16.333C19.954 16.333 20.9987 17.3777 20.9987 18.6663M20.9987 18.6663H25.6654M25.6654 18.6663C25.6654 17.3777 26.71 16.333 27.9987 16.333C29.2874 16.333 30.332 17.3777 30.332 18.6663M25.6654 18.6663C25.6654 19.955 26.71 20.9997 27.9987 20.9997C29.2874 20.9997 30.332 19.955 30.332 18.6663M30.332 18.6663H34.9987M34.9987 18.6663C34.9987 17.3777 36.0433 16.333 37.332 16.333C38.6207 16.333 39.6654 17.3777 39.6654 18.6663C39.6654 19.955 38.6207 20.9997 37.332 20.9997M34.9987 18.6663C34.9987 19.955 36.0433 20.9997 37.332 20.9997M37.332 20.9997V25.6663M37.332 25.6663C38.6207 25.6663 39.6654 26.711 39.6654 27.9997C39.6654 29.2884 38.6207 30.333 37.332 30.333M37.332 25.6663C36.0433 25.6663 34.9987 26.711 34.9987 27.9997C34.9987 29.2884 36.0433 30.333 37.332 30.333M37.332 30.333V34.9997M37.332 34.9997C38.6207 34.9997 39.6654 36.0443 39.6654 37.333C39.6654 38.6217 38.6207 39.6663 37.332 39.6663C36.0433 39.6663 34.9987 38.6217 34.9987 37.333M37.332 34.9997C36.0433 34.9997 34.9987 36.0443 34.9987 37.333M30.332 37.333H34.9987M30.332 37.333C30.332 38.6217 29.2874 39.6663 27.9987 39.6663C26.71 39.6663 25.6654 38.6217 25.6654 37.333M30.332 37.333C30.332 36.0443 29.2874 34.9997 27.9987 34.9997C26.71 34.9997 25.6654 36.0443 25.6654 37.333M20.9987 37.333H25.6654M31.4987 24.4999L24.4992 31.4995M31.4982 31.4995L24.4987 24.4999" stroke="#038585" stroke-width="2.33333" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 222 KiB

After

Width:  |  Height:  |  Size: 666 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 49 KiB

@@ -1,430 +1,430 @@
<svg width="396" height="480" viewBox="0 0 396 480" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M50.025 313.103V142.68L197.713 57.4666L345.431 142.695V313.103L197.728 398.327L50.025 313.103Z" fill="url(#paint0_linear_1362_7957)" stroke="#E1E5F0" stroke-width="0.854599"/>
<path opacity="0.2" d="M0.637007 341.596V114.186L197.71 0.478375L394.823 114.206V341.596L197.73 455.318L0.637007 341.596Z" fill="url(#paint1_linear_1362_7957)" stroke="#E1E5F0" stroke-width="0.828702"/>
<path d="M107.672 279.655V176.13L197.719 124.365L287.785 176.139V279.655L197.728 331.426L107.672 279.655Z" fill="url(#paint2_linear_1362_7957)" stroke="#E1E5F0" stroke-width="0.776909"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M225.433 212L197.718 228L197.72 260L225.433 243.999V212Z" fill="url(#paint3_linear_1362_7957)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M170.003 212L197.718 228L197.716 260L170.003 243.999V212Z" fill="url(#paint4_linear_1362_7957)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M225.429 212L197.72 228L170.004 212L197.716 196L225.429 212Z" fill="url(#paint5_linear_1362_7957)"/>
<g clip-path="url(#clip0_1362_7957)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M210.52 220.728L210.521 220.727L204.222 217.091L197.925 213.454L191.625 217.091L185.328 220.727L185.328 220.728V235.272L191.626 238.909L197.925 242.545V242.546L201.955 240.221L201.955 240.22L201.955 240.22V235.273L197.925 237.6L193.768 235.2L189.612 232.801V223.201L193.768 220.802L197.925 218.402L202.081 220.802L206.238 223.201V242.546L206.238 242.545L206.238 242.547L210.522 240.075V220.728L210.52 220.728ZM197.925 232.654L201.955 230.327V225.675L197.925 223.348L193.896 225.675V230.327L197.925 232.654Z" fill="white"/>
</g>
<path d="M155.257 222.455L153.413 223.523V225.66L155.257 226.728L157.101 225.66V223.523L155.257 222.455Z" fill="#8547FF"/>
<path d="M243.047 271.4L241.203 272.468V274.605L243.047 275.673L244.891 274.605V272.468L243.047 271.4Z" fill="#8547FF"/>
<path d="M184.002 268.292L182.158 269.361V271.497L184.002 272.565L185.846 271.497V269.361L184.002 268.292Z" fill="#8547FF"/>
<path d="M237.608 175.063L235.765 176.132V178.268L237.608 179.336L239.452 178.268V176.132L237.608 175.063Z" fill="#8547FF"/>
<path d="M240.717 216.24L238.873 217.308V219.444L240.717 220.513L242.561 219.444V217.308L240.717 216.24Z" fill="#8547FF"/>
<path d="M176.233 166.518L174.39 167.586V169.722L176.233 170.791L178.077 169.722V167.586L176.233 166.518Z" fill="#8547FF"/>
<path d="M214.302 289.269L212.458 290.337V292.474L214.302 293.542L216.146 292.474V290.337L214.302 289.269Z" fill="#2F6FF0"/>
<path d="M237.608 245.762L235.765 246.83V248.967L237.608 250.035L239.452 248.967V246.83L237.608 245.762Z" fill="#2F6FF0"/>
<path d="M155.257 277.615L153.413 278.684V280.82L155.257 281.888L157.101 280.82V278.684L155.257 277.615Z" fill="#2F6FF0"/>
<path d="M134.28 210.024L132.437 211.093V213.229L134.28 214.297L136.124 213.229V211.093L134.28 210.024Z" fill="#2F6FF0"/>
<path d="M225.955 192.932L224.111 194.001V196.137L225.955 197.205L227.799 196.137V194.001L225.955 192.932Z" fill="#2F6FF0"/>
<path d="M254.702 199.148L252.858 200.216V202.352L254.702 203.421L256.546 202.352V200.216L254.702 199.148Z" fill="#DC244C"/>
<path d="M167.687 196.04L165.843 197.108V199.245L167.687 200.313L169.53 199.245V197.108L167.687 196.04Z" fill="#DC244C"/>
<path d="M160.695 253.531L158.852 254.599V256.736L160.695 257.804L162.539 256.736V254.599L160.695 253.531Z" fill="#DC244C"/>
<path d="M211.971 265.185L210.127 266.253V268.39L211.971 269.458L213.815 268.39V266.253L211.971 265.185Z" fill="#DC244C"/>
<path d="M209.64 160.302L207.796 161.37V163.507L209.64 164.575L211.484 163.507V161.37L209.64 160.302Z" fill="#DC244C"/>
<path d="M136.611 247.316L134.768 248.384V250.521L136.611 251.589L138.455 250.521V248.384L136.611 247.316Z" fill="#038585"/>
<path d="M260.139 220.901L258.295 221.969V224.106L260.139 225.174L261.983 224.106V221.969L260.139 220.901Z" fill="#038585"/>
<path d="M201.094 184.386L199.25 185.455V187.591L201.094 188.659L202.938 187.591V185.455L201.094 184.386Z" fill="#038585"/>
<path d="M254.702 247.316L252.858 248.384V250.521L254.702 251.589L256.546 250.521V248.384L254.702 247.316Z" fill="#038585"/>
<path d="M149.818 181.279L147.975 182.347V184.484L149.818 185.552L151.662 184.484V182.347L149.818 181.279Z" fill="#038585"/>
<path d="M178.565 289.269L176.721 290.337V292.474L178.565 293.542L180.408 292.474V290.337L178.565 289.269Z" fill="#038585"/>
<g filter="url(#filter0_dd_1362_7957)">
<rect x="87.1816" y="155.964" width="39.8813" height="39.8813" rx="4.98516" fill="#F0F3FA" shape-rendering="crispEdges"/>
<rect x="87.4932" y="156.276" width="39.2582" height="39.2582" rx="4.67359" stroke="#D4D9E6" stroke-width="0.623145" shape-rendering="crispEdges"/>
<g clip-path="url(#clip1_1362_7957)">
<path d="M113.77 179.145C115.182 178.813 116.262 177.484 116.262 175.905C116.262 174.077 114.767 172.582 112.939 172.582C112.69 169.341 110.031 166.766 106.707 166.766C103.384 166.766 100.642 169.424 100.476 172.665C99.0635 172.997 97.9834 174.326 97.9834 175.905C97.9834 177.484 99.0635 178.73 100.476 179.145" stroke="#8547FF" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M111.277 177.567L106.291 182.552L103.799 180.059" stroke="#8547FF" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<svg width="394" height="420" viewBox="0 0 394 420" fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.2" d="M39.4144 272.758V91.2392L196.484 0.478552L353.586 91.2556V272.758L196.5 363.529L39.4144 272.758Z" fill="url(#paint0_linear_7517_33626)" stroke="#D4D9E6" stroke-width="0.828702"/>
<path d="M78.4273 250.251V113.747L196.488 45.4936L314.573 113.759V250.251L196.5 318.512L78.4273 250.251Z" fill="url(#paint1_linear_7517_33626)" stroke="#D4D9E6" stroke-width="0.854599"/>
<path d="M106.584 233.656V130.131L196.631 78.366L286.697 130.14V233.656L196.64 285.427L106.584 233.656Z" fill="url(#paint2_linear_7517_33626)" stroke="#D4D9E6" stroke-width="0.776909"/>
<path d="M154.172 176.453L152.328 177.521V179.658L154.172 180.726L156.016 179.658V177.521L154.172 176.453Z" fill="#8547FF"/>
<path d="M241.961 225.398L240.117 226.467V228.603L241.961 229.671L243.805 228.603V226.467L241.961 225.398Z" fill="#8547FF"/>
<path d="M182.918 222.293L181.074 223.361V225.498L182.918 226.566L184.762 225.498V223.361L182.918 222.293Z" fill="#8547FF"/>
<path d="M236.524 129.062L234.68 130.131V132.267L236.524 133.335L238.367 132.267V130.131L236.524 129.062Z" fill="#8547FF"/>
<path d="M239.633 170.238L237.789 171.307V173.443L239.633 174.511L241.477 173.443V171.307L239.633 170.238Z" fill="#8547FF"/>
<path d="M175.149 120.516L173.305 121.584V123.72L175.149 124.789L176.992 123.72V121.584L175.149 120.516Z" fill="#8547FF"/>
<path d="M213.219 243.27L211.375 244.338V246.474L213.219 247.543L215.063 246.474V244.338L213.219 243.27Z" fill="#2F6FF0"/>
<path d="M236.524 199.762L234.68 200.83V202.966L236.524 204.035L238.367 202.966V200.83L236.524 199.762Z" fill="#2F6FF0"/>
<path d="M154.172 231.613L152.328 232.682V234.818L154.172 235.886L156.016 234.818V232.682L154.172 231.613Z" fill="#2F6FF0"/>
<path d="M133.195 164.023L131.352 165.092V167.228L133.195 168.296L135.039 167.228V165.092L133.195 164.023Z" fill="#2F6FF0"/>
<path d="M224.871 146.93L223.027 147.998V150.134L224.871 151.203L226.715 150.134V147.998L224.871 146.93Z" fill="#2F6FF0"/>
<path d="M253.617 153.145L251.773 154.213V156.349L253.617 157.418L255.461 156.349V154.213L253.617 153.145Z" fill="#DC244C"/>
<path d="M166.602 150.039L164.758 151.107V153.244L166.602 154.312L168.445 153.244V151.107L166.602 150.039Z" fill="#DC244C"/>
<path d="M159.609 207.531L157.766 208.599V210.736L159.609 211.804L161.453 210.736V208.599L159.609 207.531Z" fill="#DC244C"/>
<path d="M210.887 219.184L209.043 220.252V222.388L210.887 223.457L212.731 222.388V220.252L210.887 219.184Z" fill="#DC244C"/>
<path d="M208.555 114.301L206.711 115.369V117.506L208.555 118.574L210.399 117.506V115.369L208.555 114.301Z" fill="#DC244C"/>
<path d="M135.527 201.316L133.684 202.385V204.521L135.527 205.589L137.371 204.521V202.385L135.527 201.316Z" fill="#038585"/>
<path d="M259.055 174.898L257.211 175.967V178.103L259.055 179.171L260.899 178.103V175.967L259.055 174.898Z" fill="#038585"/>
<path d="M200.008 138.387L198.164 139.455V141.591L200.008 142.66L201.852 141.591V139.455L200.008 138.387Z" fill="#038585"/>
<path d="M253.617 201.316L251.773 202.385V204.521L253.617 205.589L255.461 204.521V202.385L253.617 201.316Z" fill="#038585"/>
<path d="M148.734 135.277L146.891 136.346V138.482L148.734 139.55L150.578 138.482V136.346L148.734 135.277Z" fill="#038585"/>
<path d="M177.481 243.27L175.637 244.338V246.474L177.481 247.543L179.324 246.474V244.338L177.481 243.27Z" fill="#038585"/>
<g filter="url(#filter0_dd_7517_33626)">
<rect x="86.0938" y="109.965" width="39.8813" height="39.8813" rx="4.98516" fill="#F0F3FA" shape-rendering="crispEdges"/>
<rect x="86.4053" y="110.276" width="39.2582" height="39.2582" rx="4.67359" stroke="#D4D9E6" stroke-width="0.623145" shape-rendering="crispEdges"/>
<g clip-path="url(#clip0_7517_33626)">
<path d="M112.677 133.147C114.089 132.815 115.17 131.486 115.17 129.907C115.17 128.079 113.674 126.584 111.846 126.584C111.597 123.343 108.938 120.768 105.615 120.768C102.291 120.768 99.5494 123.426 99.3832 126.667C97.9707 126.999 96.8906 128.328 96.8906 129.907C96.8906 131.486 97.9707 132.732 99.3832 133.147" stroke="#8547FF" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M110.185 131.568L105.2 136.554L102.707 134.061" stroke="#8547FF" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
</g>
</g>
<g filter="url(#filter1_dd_1362_7957)">
<rect x="268.784" y="155.964" width="39.8813" height="39.8813" rx="4.98516" fill="#F0F3FA" shape-rendering="crispEdges"/>
<rect x="269.096" y="156.276" width="39.2582" height="39.2582" rx="4.67359" stroke="#D4D9E6" stroke-width="0.623145" shape-rendering="crispEdges"/>
<g clip-path="url(#clip2_1362_7957)">
<path d="M290.387 177.567H287.063V185.045H290.387V177.567Z" stroke="#2F6FF0" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M282.909 180.89H279.586V185.044H282.909V180.89Z" stroke="#2F6FF0" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M297.864 174.243H294.541V185.044H297.864V174.243Z" stroke="#2F6FF0" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M281.247 174.243L285.401 170.089L288.725 173.412L295.372 166.766" stroke="#2F6FF0" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M291.218 166.766H295.372V170.92" stroke="#2F6FF0" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<g filter="url(#filter1_dd_7517_33626)">
<rect x="267.699" y="109.965" width="39.8813" height="39.8813" rx="4.98516" fill="#F0F3FA" shape-rendering="crispEdges"/>
<rect x="268.011" y="110.276" width="39.2582" height="39.2582" rx="4.67359" stroke="#D4D9E6" stroke-width="0.623145" shape-rendering="crispEdges"/>
<g clip-path="url(#clip1_7517_33626)">
<path d="M289.296 131.568H285.973V139.046H289.296V131.568Z" stroke="#2F6FF0" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M281.82 134.893H278.496V139.047H281.82V134.893Z" stroke="#2F6FF0" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M296.777 128.246H293.453V139.047H296.777V128.246Z" stroke="#2F6FF0" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M280.156 128.245L284.311 124.091L287.634 127.414L294.281 120.768" stroke="#2F6FF0" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M290.129 120.768H294.283V124.922" stroke="#2F6FF0" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
</g>
</g>
<g filter="url(#filter2_dd_1362_7957)">
<rect x="268.784" y="260.653" width="39.8813" height="39.8813" rx="4.98516" fill="#F0F3FA" shape-rendering="crispEdges"/>
<rect x="269.096" y="260.964" width="39.2582" height="39.2582" rx="4.67359" stroke="#D4D9E6" stroke-width="0.623145" shape-rendering="crispEdges"/>
<path d="M288.726 274.777V278.932" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M288.726 282.255V286.41" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M283.525 276.04L287.277 273.93" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M293.925 276.04L290.174 273.93" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M283.525 285.147L287.277 287.257" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M293.925 285.147L290.174 287.257" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M282.078 278.516V282.671" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M295.372 278.516V282.671" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M287.278 279.779L283.525 277.668" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M290.174 279.778L293.924 277.669" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M287.278 281.408L283.525 283.519" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M290.174 281.409L293.924 283.518" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M282.079 285.994C282.996 285.994 283.74 285.25 283.74 284.332C283.74 283.415 282.996 282.671 282.079 282.671C281.161 282.671 280.417 283.415 280.417 284.332C280.417 285.25 281.161 285.994 282.079 285.994Z" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M282.079 278.516C282.996 278.516 283.74 277.772 283.74 276.855C283.74 275.937 282.996 275.193 282.079 275.193C281.161 275.193 280.417 275.937 280.417 276.855C280.417 277.772 281.161 278.516 282.079 278.516Z" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M295.372 285.994C296.289 285.994 297.033 285.25 297.033 284.332C297.033 283.415 296.289 282.671 295.372 282.671C294.454 282.671 293.71 283.415 293.71 284.332C293.71 285.25 294.454 285.994 295.372 285.994Z" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M295.372 278.516C296.289 278.516 297.033 277.772 297.033 276.855C297.033 275.937 296.289 275.193 295.372 275.193C294.454 275.193 293.71 275.937 293.71 276.855C293.71 277.772 294.454 278.516 295.372 278.516Z" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M288.725 282.255C289.643 282.255 290.387 281.511 290.387 280.593C290.387 279.676 289.643 278.932 288.725 278.932C287.807 278.932 287.063 279.676 287.063 280.593C287.063 281.511 287.807 282.255 288.725 282.255Z" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M288.725 274.777C289.643 274.777 290.387 274.033 290.387 273.116C290.387 272.198 289.643 271.454 288.725 271.454C287.807 271.454 287.063 272.198 287.063 273.116C287.063 274.033 287.807 274.777 288.725 274.777Z" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M288.725 289.733C289.643 289.733 290.387 288.989 290.387 288.071C290.387 287.154 289.643 286.41 288.725 286.41C287.807 286.41 287.063 287.154 287.063 288.071C287.063 288.989 287.807 289.733 288.725 289.733Z" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<g filter="url(#filter2_dd_7517_33626)">
<rect x="267.699" y="214.652" width="39.8813" height="39.8813" rx="4.98516" fill="#F0F3FA" shape-rendering="crispEdges"/>
<rect x="268.011" y="214.964" width="39.2582" height="39.2582" rx="4.67359" stroke="#D4D9E6" stroke-width="0.623145" shape-rendering="crispEdges"/>
<path d="M287.637 228.777V232.932" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M287.637 236.256V240.41" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M282.438 230.04L286.189 227.93" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M292.837 230.04L289.086 227.93" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M282.438 239.146L286.189 241.257" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M292.837 239.146L289.086 241.257" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M280.992 232.516V236.67" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M294.285 232.516V236.67" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M286.19 233.779L282.438 231.668" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M289.086 233.779L292.836 231.67" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M286.19 235.408L282.438 237.519" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M289.086 235.408L292.836 237.518" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M280.99 239.993C281.908 239.993 282.652 239.249 282.652 238.332C282.652 237.414 281.908 236.67 280.99 236.67C280.072 236.67 279.328 237.414 279.328 238.332C279.328 239.249 280.072 239.993 280.99 239.993Z" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M280.99 232.517C281.908 232.517 282.652 231.773 282.652 230.855C282.652 229.937 281.908 229.193 280.99 229.193C280.072 229.193 279.328 229.937 279.328 230.855C279.328 231.773 280.072 232.517 280.99 232.517Z" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M294.287 239.993C295.204 239.993 295.948 239.249 295.948 238.332C295.948 237.414 295.204 236.67 294.287 236.67C293.369 236.67 292.625 237.414 292.625 238.332C292.625 239.249 293.369 239.993 294.287 239.993Z" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M294.287 232.517C295.204 232.517 295.948 231.773 295.948 230.855C295.948 229.937 295.204 229.193 294.287 229.193C293.369 229.193 292.625 229.937 292.625 230.855C292.625 231.773 293.369 232.517 294.287 232.517Z" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M287.638 236.255C288.556 236.255 289.3 235.511 289.3 234.593C289.3 233.676 288.556 232.932 287.638 232.932C286.721 232.932 285.977 233.676 285.977 234.593C285.977 235.511 286.721 236.255 287.638 236.255Z" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M287.638 228.777C288.556 228.777 289.3 228.033 289.3 227.115C289.3 226.197 288.556 225.453 287.638 225.453C286.721 225.453 285.977 226.197 285.977 227.115C285.977 228.033 286.721 228.777 287.638 228.777Z" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M287.638 243.734C288.556 243.734 289.3 242.99 289.3 242.072C289.3 241.154 288.556 240.41 287.638 240.41C286.721 240.41 285.977 241.154 285.977 242.072C285.977 242.99 286.721 243.734 287.638 243.734Z" stroke="#038585" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<g filter="url(#filter3_dd_1362_7957)">
<rect x="87.1816" y="260.653" width="39.8813" height="39.8813" rx="4.98516" fill="#F0F3FA" shape-rendering="crispEdges"/>
<rect x="87.4932" y="260.964" width="39.2582" height="39.2582" rx="4.67359" stroke="#D4D9E6" stroke-width="0.623145" shape-rendering="crispEdges"/>
<path d="M107.123 289.733C112.17 289.733 116.262 285.641 116.262 280.593C116.262 275.546 112.17 271.454 107.123 271.454C102.075 271.454 97.9834 275.546 97.9834 280.593C97.9834 285.641 102.075 289.733 107.123 289.733Z" stroke="#FF8D39" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M105.952 279.422L102.969 276.439" stroke="#FF8D39" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M107.123 282.255C108.04 282.255 108.784 281.511 108.784 280.593C108.784 279.676 108.04 278.932 107.123 278.932C106.205 278.932 105.461 279.676 105.461 280.593C105.461 281.511 106.205 282.255 107.123 282.255Z" stroke="#FF8D39" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M107.123 274.777V275.608" stroke="#FF8D39" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M111.236 276.481L110.648 277.068" stroke="#FF8D39" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M112.938 280.594H112.107" stroke="#FF8D39" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M102.138 280.594H101.307" stroke="#FF8D39" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<g filter="url(#filter3_dd_7517_33626)">
<rect x="86.0938" y="214.652" width="39.8813" height="39.8813" rx="4.98516" fill="#F0F3FA" shape-rendering="crispEdges"/>
<rect x="86.4053" y="214.964" width="39.2582" height="39.2582" rx="4.67359" stroke="#D4D9E6" stroke-width="0.623145" shape-rendering="crispEdges"/>
<path d="M106.034 243.732C111.082 243.732 115.173 239.64 115.173 234.593C115.173 229.545 111.082 225.453 106.034 225.453C100.986 225.453 96.8945 229.545 96.8945 234.593C96.8945 239.64 100.986 243.732 106.034 243.732Z" stroke="#FF8D39" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M104.862 233.422L101.879 230.439" stroke="#FF8D39" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M106.033 236.255C106.951 236.255 107.695 235.511 107.695 234.593C107.695 233.676 106.951 232.932 106.033 232.932C105.115 232.932 104.371 233.676 104.371 234.593C104.371 235.511 105.115 236.255 106.033 236.255Z" stroke="#FF8D39" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M106.031 228.777V229.608" stroke="#FF8D39" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M110.146 230.48L109.559 231.068" stroke="#FF8D39" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M111.85 234.594H111.02" stroke="#FF8D39" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M101.05 234.594H100.219" stroke="#FF8D39" stroke-width="1.66172" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<g clip-path="url(#clip3_1362_7957)">
<g filter="url(#filter4_dd_1362_7957)">
<mask id="path-72-inside-1_1362_7957" fill="white">
<path d="M120.104 329.021C120.104 325.874 122.655 323.323 125.802 323.323H206.989C210.135 323.323 212.686 325.874 212.686 329.021V474.303C212.686 477.449 210.135 480 206.989 480H125.802C122.655 480 120.104 477.449 120.104 474.303V329.021Z"/>
<g clip-path="url(#clip2_7517_33626)">
<g filter="url(#filter4_dd_7517_33626)">
<mask id="path-68-inside-1_7517_33626" fill="white">
<path d="M119.02 269.022C119.02 265.875 121.57 263.324 124.717 263.324H205.904C209.05 263.324 211.601 265.875 211.601 269.022V414.303C211.601 417.45 209.05 420.001 205.904 420.001H124.717C121.57 420.001 119.02 417.45 119.02 414.303V269.022Z"/>
</mask>
<path d="M120.104 329.021C120.104 325.874 122.655 323.323 125.802 323.323H206.989C210.135 323.323 212.686 325.874 212.686 329.021V474.303C212.686 477.449 210.135 480 206.989 480H125.802C122.655 480 120.104 477.449 120.104 474.303V329.021Z" fill="url(#paint6_linear_1362_7957)"/>
<path d="M120.104 329.021C120.104 325.481 122.974 322.611 126.514 322.611H206.277C209.816 322.611 212.686 325.481 212.686 329.021C212.686 326.268 210.135 324.036 206.989 324.036H125.802C122.655 324.036 120.104 326.268 120.104 329.021ZM212.686 480H120.104H212.686ZM120.104 480V323.323V480ZM212.686 323.323V480V323.323Z" fill="#3D4866" mask="url(#path-72-inside-1_1362_7957)"/>
<path d="M119.02 269.022C119.02 265.875 121.57 263.324 124.717 263.324H205.904C209.05 263.324 211.601 265.875 211.601 269.022V414.303C211.601 417.45 209.05 420.001 205.904 420.001H124.717C121.57 420.001 119.02 417.45 119.02 414.303V269.022Z" fill="url(#paint3_linear_7517_33626)"/>
<path d="M119.02 269.022C119.02 265.482 121.889 262.612 125.429 262.612H205.192C208.732 262.612 211.601 265.482 211.601 269.022C211.601 266.268 209.05 264.036 205.904 264.036H124.717C121.57 264.036 119.02 266.268 119.02 269.022ZM211.601 420.001H119.02H211.601ZM119.02 420.001V263.324V420.001ZM211.601 263.324V420.001V263.324Z" fill="#3D4866" mask="url(#path-68-inside-1_7517_33626)"/>
</g>
<g opacity="0.4" filter="url(#filter5_f_1362_7957)">
<circle cx="207.132" cy="327.739" r="13.6736" fill="#2F6FF0"/>
<g opacity="0.4" filter="url(#filter5_f_7517_33626)">
<circle cx="206.049" cy="267.74" r="13.6736" fill="#2F6FF0"/>
</g>
</g>
<rect x="116.543" y="323.323" width="79.7626" height="156.677" rx="2.84866" fill="#001848"/>
<rect x="119.393" y="326.172" width="74.0653" height="150.979" rx="2.84866" fill="#090E1A"/>
<rect x="122.241" y="326.172" width="71.2166" height="150.979" rx="2.84866" fill="url(#paint7_linear_1362_7957)"/>
<rect x="127.939" y="334.718" width="59.822" height="9.97033" rx="4.98516" fill="#28324D"/>
<rect x="133.638" y="338.991" width="34.184" height="1.42433" rx="0.712166" fill="url(#paint8_linear_1362_7957)"/>
<circle cx="172.094" cy="339.703" r="1.42433" fill="#2F6FF0"/>
<circle cx="176.367" cy="339.704" r="1.42433" fill="#8547FF"/>
<circle cx="180.639" cy="339.704" r="1.42433" fill="#038585"/>
<rect x="127.939" y="366.054" width="59.822" height="9.97033" rx="4.98516" fill="#28324D"/>
<rect x="133.638" y="370.327" width="34.184" height="1.42433" rx="0.712166" fill="url(#paint9_linear_1362_7957)"/>
<circle cx="172.094" cy="371.039" r="1.42433" fill="#2F6FF0"/>
<circle cx="176.367" cy="371.039" r="1.42433" fill="#8547FF"/>
<circle cx="180.639" cy="371.039" r="1.42433" fill="#038585"/>
<rect x="127.939" y="397.389" width="59.822" height="9.97033" rx="4.98516" fill="#28324D"/>
<rect x="133.638" y="401.662" width="34.184" height="1.42433" rx="0.712166" fill="url(#paint10_linear_1362_7957)"/>
<circle cx="172.094" cy="402.374" r="1.42433" fill="#2F6FF0"/>
<circle cx="176.367" cy="402.374" r="1.42433" fill="#8547FF"/>
<circle cx="180.639" cy="402.374" r="1.42433" fill="#038585"/>
<rect x="127.939" y="428.724" width="59.822" height="9.97033" rx="4.98516" fill="#28324D"/>
<rect x="133.638" y="432.997" width="34.184" height="1.42433" rx="0.712166" fill="url(#paint11_linear_1362_7957)"/>
<circle cx="172.094" cy="433.709" r="1.42433" fill="#2F6FF0"/>
<circle cx="176.367" cy="433.709" r="1.42433" fill="#8547FF"/>
<circle cx="180.639" cy="433.709" r="1.42433" fill="#038585"/>
<rect x="127.939" y="350.386" width="59.822" height="9.97033" rx="4.98516" fill="#28324D"/>
<rect x="147.88" y="354.659" width="34.184" height="1.42433" rx="0.712166" fill="url(#paint12_linear_1362_7957)"/>
<circle cx="135.062" cy="355.371" r="1.42433" fill="#2F6FF0"/>
<circle cx="139.334" cy="355.371" r="1.42433" fill="#8547FF"/>
<circle cx="143.607" cy="355.371" r="1.42433" fill="#038585"/>
<rect x="127.939" y="381.721" width="59.822" height="9.97033" rx="4.98516" fill="#28324D"/>
<rect x="147.88" y="385.994" width="34.184" height="1.42433" rx="0.712166" fill="url(#paint13_linear_1362_7957)"/>
<circle cx="135.062" cy="386.706" r="1.42433" fill="#2F6FF0"/>
<circle cx="139.334" cy="386.706" r="1.42433" fill="#8547FF"/>
<circle cx="143.607" cy="386.707" r="1.42433" fill="#038585"/>
<rect x="127.939" y="413.056" width="59.822" height="9.97033" rx="4.98516" fill="#28324D"/>
<rect x="147.88" y="417.329" width="34.184" height="1.42433" rx="0.712166" fill="url(#paint14_linear_1362_7957)"/>
<circle cx="135.062" cy="418.042" r="1.42433" fill="#2F6FF0"/>
<circle cx="139.334" cy="418.042" r="1.42433" fill="#8547FF"/>
<circle cx="143.607" cy="418.042" r="1.42433" fill="#038585"/>
<rect x="127.939" y="444.392" width="59.822" height="9.97033" rx="4.98516" fill="#28324D"/>
<rect x="147.88" y="448.665" width="34.184" height="1.42433" rx="0.712166" fill="url(#paint15_linear_1362_7957)"/>
<circle cx="135.062" cy="449.377" r="1.42433" fill="#2F6FF0"/>
<circle cx="139.334" cy="449.377" r="1.42433" fill="#8547FF"/>
<circle cx="143.607" cy="449.377" r="1.42433" fill="#038585"/>
<rect x="199.154" y="340.416" width="11.3947" height="17.092" rx="2.84866" fill="#090E1A"/>
<rect x="199.154" y="363.205" width="11.3947" height="17.092" rx="2.84866" fill="#090E1A"/>
<g clip-path="url(#clip4_1362_7957)">
<g filter="url(#filter6_dd_1362_7957)">
<mask id="path-121-inside-2_1362_7957" fill="white">
<path d="M209.838 360.356C209.838 357.21 212.389 354.659 215.535 354.659H278.206C281.352 354.659 283.903 357.21 283.903 360.356V474.303C283.903 477.449 281.352 480 278.206 480H215.535C212.389 480 209.838 477.449 209.838 474.303V360.356Z"/>
<rect x="115.457" y="263.324" width="79.7626" height="156.677" rx="2.84866" fill="#001848"/>
<rect x="118.305" y="266.172" width="74.0653" height="150.979" rx="2.84866" fill="#090E1A"/>
<rect x="121.156" y="266.172" width="71.2166" height="150.979" rx="2.84866" fill="url(#paint4_linear_7517_33626)"/>
<rect x="126.852" y="274.719" width="59.822" height="9.97033" rx="4.98516" fill="#28324D"/>
<rect x="132.551" y="278.992" width="34.184" height="1.42433" rx="0.712166" fill="url(#paint5_linear_7517_33626)"/>
<circle cx="171.006" cy="279.706" r="1.42433" fill="#2F6FF0"/>
<circle cx="175.28" cy="279.706" r="1.42433" fill="#8547FF"/>
<circle cx="179.549" cy="279.706" r="1.42433" fill="#038585"/>
<rect x="126.852" y="306.055" width="59.822" height="9.97033" rx="4.98516" fill="#28324D"/>
<rect x="132.551" y="310.328" width="34.184" height="1.42433" rx="0.712166" fill="url(#paint6_linear_7517_33626)"/>
<circle cx="171.006" cy="311.042" r="1.42433" fill="#2F6FF0"/>
<circle cx="175.28" cy="311.042" r="1.42433" fill="#8547FF"/>
<circle cx="179.549" cy="311.042" r="1.42433" fill="#038585"/>
<rect x="126.852" y="337.391" width="59.822" height="9.97033" rx="4.98516" fill="#28324D"/>
<rect x="132.551" y="341.664" width="34.184" height="1.42433" rx="0.712166" fill="url(#paint7_linear_7517_33626)"/>
<circle cx="171.006" cy="342.377" r="1.42433" fill="#2F6FF0"/>
<circle cx="175.28" cy="342.377" r="1.42433" fill="#8547FF"/>
<circle cx="179.549" cy="342.377" r="1.42433" fill="#038585"/>
<rect x="126.852" y="368.727" width="59.822" height="9.97033" rx="4.98516" fill="#28324D"/>
<rect x="132.551" y="373" width="34.184" height="1.42433" rx="0.712166" fill="url(#paint8_linear_7517_33626)"/>
<circle cx="171.006" cy="373.713" r="1.42433" fill="#2F6FF0"/>
<circle cx="175.28" cy="373.713" r="1.42433" fill="#8547FF"/>
<circle cx="179.549" cy="373.713" r="1.42433" fill="#038585"/>
<rect x="126.852" y="290.387" width="59.822" height="9.97033" rx="4.98516" fill="#28324D"/>
<rect x="146.793" y="294.66" width="34.184" height="1.42433" rx="0.712166" fill="url(#paint9_linear_7517_33626)"/>
<circle cx="133.975" cy="295.374" r="1.42433" fill="#2F6FF0"/>
<circle cx="138.245" cy="295.374" r="1.42433" fill="#8547FF"/>
<circle cx="142.518" cy="295.374" r="1.42433" fill="#038585"/>
<rect x="126.852" y="321.723" width="59.822" height="9.97033" rx="4.98516" fill="#28324D"/>
<rect x="146.793" y="325.996" width="34.184" height="1.42433" rx="0.712166" fill="url(#paint10_linear_7517_33626)"/>
<circle cx="133.975" cy="326.71" r="1.42433" fill="#2F6FF0"/>
<circle cx="138.245" cy="326.71" r="1.42433" fill="#8547FF"/>
<circle cx="142.518" cy="326.71" r="1.42433" fill="#038585"/>
<rect x="126.852" y="353.059" width="59.822" height="9.97033" rx="4.98516" fill="#28324D"/>
<rect x="146.793" y="357.332" width="34.184" height="1.42433" rx="0.712166" fill="url(#paint11_linear_7517_33626)"/>
<circle cx="133.975" cy="358.045" r="1.42433" fill="#2F6FF0"/>
<circle cx="138.245" cy="358.045" r="1.42433" fill="#8547FF"/>
<circle cx="142.518" cy="358.045" r="1.42433" fill="#038585"/>
<rect x="126.852" y="384.391" width="59.822" height="9.97033" rx="4.98516" fill="#28324D"/>
<rect x="146.793" y="388.664" width="34.184" height="1.42433" rx="0.712166" fill="url(#paint12_linear_7517_33626)"/>
<circle cx="133.975" cy="389.377" r="1.42433" fill="#2F6FF0"/>
<circle cx="138.245" cy="389.377" r="1.42433" fill="#8547FF"/>
<circle cx="142.518" cy="389.377" r="1.42433" fill="#038585"/>
<rect x="198.07" y="280.418" width="11.3947" height="17.092" rx="2.84866" fill="#090E1A"/>
<rect x="198.07" y="303.207" width="11.3947" height="17.092" rx="2.84866" fill="#090E1A"/>
<g clip-path="url(#clip3_7517_33626)">
<g filter="url(#filter6_dd_7517_33626)">
<mask id="path-117-inside-2_7517_33626" fill="white">
<path d="M208.75 300.357C208.75 297.211 211.301 294.66 214.447 294.66H277.118C280.264 294.66 282.815 297.211 282.815 300.357V414.304C282.815 417.451 280.265 420.001 277.118 420.001H214.447C211.301 420.001 208.75 417.451 208.75 414.304V300.357Z"/>
</mask>
<path d="M209.838 360.356C209.838 357.21 212.389 354.659 215.535 354.659H278.206C281.352 354.659 283.903 357.21 283.903 360.356V474.303C283.903 477.449 281.352 480 278.206 480H215.535C212.389 480 209.838 477.449 209.838 474.303V360.356Z" fill="url(#paint16_linear_1362_7957)"/>
<path d="M209.838 360.356C209.838 356.816 212.708 353.947 216.247 353.947H277.494C281.034 353.947 283.903 356.816 283.903 360.356C283.903 357.603 281.352 355.371 278.206 355.371H215.535C212.389 355.371 209.838 357.603 209.838 360.356ZM283.903 480H209.838H283.903ZM209.838 480V354.659V480ZM283.903 354.659V480V354.659Z" fill="#3D4866" mask="url(#path-121-inside-2_1362_7957)"/>
<path d="M208.75 300.357C208.75 297.211 211.301 294.66 214.447 294.66H277.118C280.264 294.66 282.815 297.211 282.815 300.357V414.304C282.815 417.451 280.265 420.001 277.118 420.001H214.447C211.301 420.001 208.75 417.451 208.75 414.304V300.357Z" fill="url(#paint13_linear_7517_33626)"/>
<path d="M208.75 300.357C208.75 296.818 211.62 293.948 215.159 293.948H276.406C279.946 293.948 282.815 296.818 282.815 300.357C282.815 297.604 280.265 295.372 277.118 295.372H214.447C211.301 295.372 208.75 297.604 208.75 300.357ZM282.815 420.001H208.75H282.815ZM208.75 420.001V294.66V420.001ZM282.815 294.66V420.001V294.66Z" fill="#3D4866" mask="url(#path-117-inside-2_7517_33626)"/>
</g>
<g opacity="0.4" filter="url(#filter7_f_1362_7957)">
<circle cx="275.499" cy="360.499" r="13.6736" fill="#2F6FF0"/>
<g opacity="0.4" filter="url(#filter7_f_7517_33626)">
<circle cx="274.412" cy="300.502" r="13.6736" fill="#2F6FF0"/>
</g>
</g>
<rect x="206.988" y="354.659" width="63.8101" height="125.341" rx="2.27893" fill="#001848"/>
<rect x="209.267" y="356.938" width="59.2522" height="120.783" rx="2.27893" fill="#090E1A"/>
<rect x="211.547" y="356.938" width="56.9733" height="120.783" rx="2.27893" fill="url(#paint17_linear_1362_7957)"/>
<rect x="216.104" y="363.775" width="47.8576" height="7.97626" rx="3.98813" fill="#28324D"/>
<rect x="220.663" y="367.193" width="27.3472" height="1.13947" rx="0.569733" fill="url(#paint18_linear_1362_7957)"/>
<circle cx="251.428" cy="367.763" r="1.13947" fill="#2F6FF0"/>
<circle cx="254.847" cy="367.763" r="1.13947" fill="#8547FF"/>
<circle cx="258.264" cy="367.763" r="1.13947" fill="#038585"/>
<rect x="216.104" y="388.843" width="47.8576" height="7.97626" rx="3.98813" fill="#28324D"/>
<rect x="220.663" y="392.261" width="27.3472" height="1.13947" rx="0.569733" fill="url(#paint19_linear_1362_7957)"/>
<circle cx="251.428" cy="392.831" r="1.13947" fill="#2F6FF0"/>
<circle cx="254.847" cy="392.831" r="1.13947" fill="#8547FF"/>
<circle cx="258.264" cy="392.831" r="1.13947" fill="#038585"/>
<rect x="216.104" y="413.911" width="47.8576" height="7.97626" rx="3.98813" fill="#28324D"/>
<rect x="220.663" y="417.33" width="27.3472" height="1.13947" rx="0.569733" fill="url(#paint20_linear_1362_7957)"/>
<circle cx="251.428" cy="417.899" r="1.13947" fill="#2F6FF0"/>
<circle cx="254.847" cy="417.899" r="1.13947" fill="#8547FF"/>
<circle cx="258.264" cy="417.899" r="1.13947" fill="#038585"/>
<rect x="216.104" y="438.979" width="47.8576" height="7.97626" rx="3.98813" fill="#28324D"/>
<rect x="220.663" y="442.398" width="27.3472" height="1.13947" rx="0.569733" fill="url(#paint21_linear_1362_7957)"/>
<circle cx="251.428" cy="442.968" r="1.13947" fill="#2F6FF0"/>
<circle cx="254.847" cy="442.967" r="1.13947" fill="#8547FF"/>
<circle cx="258.264" cy="442.968" r="1.13947" fill="#038585"/>
<rect x="216.104" y="376.309" width="47.8576" height="7.97626" rx="3.98813" fill="#28324D"/>
<rect x="232.058" y="379.727" width="27.3472" height="1.13947" rx="0.569733" fill="url(#paint22_linear_1362_7957)"/>
<circle cx="221.803" cy="380.297" r="1.13947" fill="#2F6FF0"/>
<circle cx="225.22" cy="380.297" r="1.13947" fill="#8547FF"/>
<circle cx="228.638" cy="380.297" r="1.13947" fill="#038585"/>
<rect x="216.104" y="401.377" width="47.8576" height="7.97626" rx="3.98813" fill="#28324D"/>
<rect x="232.058" y="404.795" width="27.3472" height="1.13947" rx="0.569733" fill="url(#paint23_linear_1362_7957)"/>
<circle cx="221.803" cy="405.365" r="1.13947" fill="#2F6FF0"/>
<circle cx="225.22" cy="405.365" r="1.13947" fill="#8547FF"/>
<circle cx="228.638" cy="405.365" r="1.13947" fill="#038585"/>
<rect x="216.104" y="426.445" width="47.8576" height="7.97626" rx="3.98813" fill="#28324D"/>
<rect x="232.058" y="429.864" width="27.3472" height="1.13947" rx="0.569733" fill="url(#paint24_linear_1362_7957)"/>
<circle cx="221.803" cy="430.434" r="1.13947" fill="#2F6FF0"/>
<circle cx="225.22" cy="430.433" r="1.13947" fill="#8547FF"/>
<circle cx="228.638" cy="430.434" r="1.13947" fill="#038585"/>
<rect x="216.104" y="451.513" width="47.8576" height="7.97626" rx="3.98813" fill="#28324D"/>
<rect x="232.058" y="454.932" width="27.3472" height="1.13947" rx="0.569733" fill="url(#paint25_linear_1362_7957)"/>
<circle cx="221.803" cy="455.502" r="1.13947" fill="#2F6FF0"/>
<circle cx="225.22" cy="455.502" r="1.13947" fill="#8547FF"/>
<circle cx="228.638" cy="455.502" r="1.13947" fill="#038585"/>
<rect x="273.078" y="368.333" width="9.11573" height="13.6736" rx="2.27893" fill="#090E1A"/>
<rect x="273.078" y="386.564" width="9.11573" height="13.6736" rx="2.27893" fill="#090E1A"/>
<path d="M197.729 259.228V264.445C197.729 273.884 205.381 281.537 214.821 281.537H224.079C233.518 281.537 241.171 289.189 241.171 298.629V354.659" stroke="#2F6FF0" stroke-width="0.712166"/>
<path d="M197.729 259.228V263.113C197.729 272.553 190.076 280.205 180.637 280.205H172.091C162.651 280.205 154.999 287.857 154.999 297.297V323.323" stroke="#2F6FF0" stroke-width="0.712166"/>
<rect x="205.902" y="294.66" width="63.8101" height="125.341" rx="2.27893" fill="#001848"/>
<rect x="208.18" y="296.938" width="59.2522" height="120.783" rx="2.27893" fill="#090E1A"/>
<rect x="210.461" y="296.938" width="56.9733" height="120.783" rx="2.27893" fill="url(#paint14_linear_7517_33626)"/>
<rect x="215.02" y="303.777" width="47.8576" height="7.97626" rx="3.98813" fill="#28324D"/>
<rect x="219.578" y="307.195" width="27.3472" height="1.13947" rx="0.569733" fill="url(#paint15_linear_7517_33626)"/>
<circle cx="250.343" cy="307.764" r="1.13947" fill="#2F6FF0"/>
<circle cx="253.764" cy="307.764" r="1.13947" fill="#8547FF"/>
<circle cx="257.179" cy="307.764" r="1.13947" fill="#038585"/>
<rect x="215.02" y="328.844" width="47.8576" height="7.97626" rx="3.98813" fill="#28324D"/>
<rect x="219.578" y="332.262" width="27.3472" height="1.13947" rx="0.569733" fill="url(#paint16_linear_7517_33626)"/>
<circle cx="250.343" cy="332.831" r="1.13947" fill="#2F6FF0"/>
<circle cx="253.764" cy="332.831" r="1.13947" fill="#8547FF"/>
<circle cx="257.179" cy="332.831" r="1.13947" fill="#038585"/>
<rect x="215.02" y="353.914" width="47.8576" height="7.97626" rx="3.98813" fill="#28324D"/>
<rect x="219.578" y="357.332" width="27.3472" height="1.13947" rx="0.569733" fill="url(#paint17_linear_7517_33626)"/>
<circle cx="250.343" cy="357.901" r="1.13947" fill="#2F6FF0"/>
<circle cx="253.764" cy="357.901" r="1.13947" fill="#8547FF"/>
<circle cx="257.179" cy="357.901" r="1.13947" fill="#038585"/>
<rect x="215.02" y="378.98" width="47.8576" height="7.97626" rx="3.98813" fill="#28324D"/>
<rect x="219.578" y="382.398" width="27.3472" height="1.13947" rx="0.569733" fill="url(#paint18_linear_7517_33626)"/>
<circle cx="250.343" cy="382.968" r="1.13947" fill="#2F6FF0"/>
<circle cx="253.764" cy="382.968" r="1.13947" fill="#8547FF"/>
<circle cx="257.179" cy="382.968" r="1.13947" fill="#038585"/>
<rect x="215.02" y="316.309" width="47.8576" height="7.97626" rx="3.98813" fill="#28324D"/>
<rect x="230.973" y="319.727" width="27.3472" height="1.13947" rx="0.569733" fill="url(#paint19_linear_7517_33626)"/>
<circle cx="220.718" cy="320.296" r="1.13947" fill="#2F6FF0"/>
<circle cx="224.136" cy="320.296" r="1.13947" fill="#8547FF"/>
<circle cx="227.554" cy="320.296" r="1.13947" fill="#038585"/>
<rect x="215.02" y="341.379" width="47.8576" height="7.97626" rx="3.98813" fill="#28324D"/>
<rect x="230.973" y="344.797" width="27.3472" height="1.13947" rx="0.569733" fill="url(#paint20_linear_7517_33626)"/>
<circle cx="220.718" cy="345.366" r="1.13947" fill="#2F6FF0"/>
<circle cx="224.136" cy="345.366" r="1.13947" fill="#8547FF"/>
<circle cx="227.554" cy="345.366" r="1.13947" fill="#038585"/>
<rect x="215.02" y="366.445" width="47.8576" height="7.97626" rx="3.98813" fill="#28324D"/>
<rect x="230.973" y="369.863" width="27.3472" height="1.13947" rx="0.569733" fill="url(#paint21_linear_7517_33626)"/>
<circle cx="220.718" cy="370.432" r="1.13947" fill="#2F6FF0"/>
<circle cx="224.136" cy="370.432" r="1.13947" fill="#8547FF"/>
<circle cx="227.554" cy="370.432" r="1.13947" fill="#038585"/>
<rect x="215.02" y="391.516" width="47.8576" height="7.97626" rx="3.98813" fill="#28324D"/>
<rect x="230.973" y="394.934" width="27.3472" height="1.13947" rx="0.569733" fill="url(#paint22_linear_7517_33626)"/>
<circle cx="220.718" cy="395.503" r="1.13947" fill="#2F6FF0"/>
<circle cx="224.136" cy="395.503" r="1.13947" fill="#8547FF"/>
<circle cx="227.554" cy="395.503" r="1.13947" fill="#038585"/>
<rect x="271.992" y="308.336" width="9.11573" height="13.6736" rx="2.27893" fill="#090E1A"/>
<rect x="271.992" y="326.566" width="9.11573" height="13.6736" rx="2.27893" fill="#090E1A"/>
<path d="M197 212V214.077C197 223.516 204.652 231.169 214.092 231.169H222.908C232.348 231.169 240 238.821 240 248.261V294" stroke="#2F6FF0" stroke-width="0.712166"/>
<path d="M197 212V212C197 221.218 189.527 228.691 180.309 228.691H171.092C161.652 228.691 154 236.343 154 245.783V263" stroke="#2F6FF0" stroke-width="0.712166"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M224.348 166L196.633 182L196.635 214L224.348 198V166Z" fill="url(#paint23_linear_7517_33626)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M168.918 166L196.633 182L196.631 214L168.918 198V166Z" fill="url(#paint24_linear_7517_33626)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M224.343 166L196.634 182L168.918 166L196.63 150L224.343 166Z" fill="url(#paint25_linear_7517_33626)"/>
<g clip-path="url(#clip4_7517_33626)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M209.434 174.729L209.436 174.728L203.136 171.091L196.839 167.455L190.539 171.091L184.242 174.728L184.242 174.729V189.273L190.54 192.909L196.839 196.546V196.546L200.869 194.221L200.869 194.221L200.869 194.221V189.273L196.839 191.6L192.682 189.201L188.526 186.801V177.202L192.682 174.802L196.839 172.403L200.995 174.802L205.152 177.202V196.546L205.152 196.546L205.153 196.547L209.436 194.075V174.729L209.434 174.729ZM196.839 186.654L200.869 184.327V179.676L196.839 177.349L192.81 179.676V184.327L196.839 186.654Z" fill="white"/>
</g>
<defs>
<filter id="filter0_dd_1362_7957" x="74.7187" y="149.733" width="64.8067" height="64.8072" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<filter id="filter0_dd_7517_33626" x="73.6308" y="103.733" width="64.8086" height="64.8067" 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="6.23145"/>
<feGaussianBlur stdDeviation="6.23145"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.088 0 0 0 0 0.117867 0 0 0 0 0.2 0 0 0 0.1 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1362_7957"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_7517_33626"/>
<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="0.623145"/>
<feGaussianBlur stdDeviation="0.623145"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.088 0 0 0 0 0.117867 0 0 0 0 0.2 0 0 0 0.1 0"/>
<feBlend mode="normal" in2="effect1_dropShadow_1362_7957" result="effect2_dropShadow_1362_7957"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_1362_7957" result="shape"/>
<feBlend mode="normal" in2="effect1_dropShadow_7517_33626" result="effect2_dropShadow_7517_33626"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_7517_33626" result="shape"/>
</filter>
<filter id="filter1_dd_1362_7957" x="256.321" y="149.733" width="64.8067" height="64.8072" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<filter id="filter1_dd_7517_33626" x="255.236" y="103.733" width="64.8086" height="64.8067" 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="6.23145"/>
<feGaussianBlur stdDeviation="6.23145"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.088 0 0 0 0 0.117867 0 0 0 0 0.2 0 0 0 0.1 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1362_7957"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_7517_33626"/>
<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="0.623145"/>
<feGaussianBlur stdDeviation="0.623145"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.088 0 0 0 0 0.117867 0 0 0 0 0.2 0 0 0 0.1 0"/>
<feBlend mode="normal" in2="effect1_dropShadow_1362_7957" result="effect2_dropShadow_1362_7957"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_1362_7957" result="shape"/>
<feBlend mode="normal" in2="effect1_dropShadow_7517_33626" result="effect2_dropShadow_7517_33626"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_7517_33626" result="shape"/>
</filter>
<filter id="filter2_dd_1362_7957" x="256.321" y="254.421" width="64.8067" height="64.8072" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<filter id="filter2_dd_7517_33626" x="255.236" y="208.421" width="64.8086" height="64.8067" 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="6.23145"/>
<feGaussianBlur stdDeviation="6.23145"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.088 0 0 0 0 0.117867 0 0 0 0 0.2 0 0 0 0.1 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1362_7957"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_7517_33626"/>
<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="0.623145"/>
<feGaussianBlur stdDeviation="0.623145"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.088 0 0 0 0 0.117867 0 0 0 0 0.2 0 0 0 0.1 0"/>
<feBlend mode="normal" in2="effect1_dropShadow_1362_7957" result="effect2_dropShadow_1362_7957"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_1362_7957" result="shape"/>
<feBlend mode="normal" in2="effect1_dropShadow_7517_33626" result="effect2_dropShadow_7517_33626"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_7517_33626" result="shape"/>
</filter>
<filter id="filter3_dd_1362_7957" x="74.7187" y="254.421" width="64.8067" height="64.8072" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<filter id="filter3_dd_7517_33626" x="73.6308" y="208.421" width="64.8086" height="64.8067" 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="6.23145"/>
<feGaussianBlur stdDeviation="6.23145"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.088 0 0 0 0 0.117867 0 0 0 0 0.2 0 0 0 0.1 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1362_7957"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_7517_33626"/>
<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="0.623145"/>
<feGaussianBlur stdDeviation="0.623145"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.088 0 0 0 0 0.117867 0 0 0 0 0.2 0 0 0 0.1 0"/>
<feBlend mode="normal" in2="effect1_dropShadow_1362_7957" result="effect2_dropShadow_1362_7957"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_1362_7957" result="shape"/>
<feBlend mode="normal" in2="effect1_dropShadow_7517_33626" result="effect2_dropShadow_7517_33626"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_7517_33626" result="shape"/>
</filter>
<filter id="filter4_dd_1362_7957" x="105.861" y="316.202" width="121.069" height="185.163" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<filter id="filter4_dd_7517_33626" x="104.776" y="256.203" width="121.069" height="185.162" 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="7.12166"/>
<feGaussianBlur stdDeviation="7.12166"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.088 0 0 0 0 0.117867 0 0 0 0 0.2 0 0 0 0.1 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1362_7957"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_7517_33626"/>
<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="0.712166"/>
<feGaussianBlur stdDeviation="0.712166"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.088 0 0 0 0 0.117867 0 0 0 0 0.2 0 0 0 0.1 0"/>
<feBlend mode="normal" in2="effect1_dropShadow_1362_7957" result="effect2_dropShadow_1362_7957"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_1362_7957" result="shape"/>
<feBlend mode="normal" in2="effect1_dropShadow_7517_33626" result="effect2_dropShadow_7517_33626"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_7517_33626" result="shape"/>
</filter>
<filter id="filter5_f_1362_7957" x="166.111" y="286.718" width="82.042" height="82.0415" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<filter id="filter5_f_7517_33626" x="165.028" y="226.719" width="82.042" height="82.042" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="13.6736" result="effect1_foregroundBlur_1362_7957"/>
<feGaussianBlur stdDeviation="13.6736" result="effect1_foregroundBlur_7517_33626"/>
</filter>
<filter id="filter6_dd_1362_7957" x="195.595" y="347.537" width="102.552" height="153.828" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<filter id="filter6_dd_7517_33626" x="194.507" y="287.538" width="102.553" height="153.828" 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="7.12166"/>
<feGaussianBlur stdDeviation="7.12166"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.088 0 0 0 0 0.117867 0 0 0 0 0.2 0 0 0 0.1 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1362_7957"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_7517_33626"/>
<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="0.712166"/>
<feGaussianBlur stdDeviation="0.712166"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.088 0 0 0 0 0.117867 0 0 0 0 0.2 0 0 0 0.1 0"/>
<feBlend mode="normal" in2="effect1_dropShadow_1362_7957" result="effect2_dropShadow_1362_7957"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_1362_7957" result="shape"/>
<feBlend mode="normal" in2="effect1_dropShadow_7517_33626" result="effect2_dropShadow_7517_33626"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_7517_33626" result="shape"/>
</filter>
<filter id="filter7_f_1362_7957" x="234.478" y="319.478" width="82.042" height="82.0415" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<filter id="filter7_f_7517_33626" x="233.391" y="259.481" width="82.042" height="82.042" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="13.6736" result="effect1_foregroundBlur_1362_7957"/>
<feGaussianBlur stdDeviation="13.6736" result="effect1_foregroundBlur_7517_33626"/>
</filter>
<linearGradient id="paint0_linear_1362_7957" x1="197.728" y1="398.813" x2="197.728" y2="56.9733" gradientUnits="userSpaceOnUse">
<linearGradient id="paint0_linear_7517_33626" x1="196.5" y1="364" x2="196.5" y2="0" gradientUnits="userSpaceOnUse">
<stop stop-color="#89A9FF" stop-opacity="0.5"/>
<stop offset="1" stop-color="#D9E2FE" stop-opacity="0.4"/>
</linearGradient>
<linearGradient id="paint1_linear_1362_7957" x1="197.73" y1="455.786" x2="197.73" y2="0" gradientUnits="userSpaceOnUse">
<linearGradient id="paint1_linear_7517_33626" x1="196.5" y1="319" x2="196.5" y2="45" gradientUnits="userSpaceOnUse">
<stop stop-color="#89A9FF" stop-opacity="0.5"/>
<stop offset="1" stop-color="#D9E2FE" stop-opacity="0.4"/>
</linearGradient>
<linearGradient id="paint2_linear_1362_7957" x1="197.728" y1="331.869" x2="197.728" y2="123.917" gradientUnits="userSpaceOnUse">
<linearGradient id="paint2_linear_7517_33626" x1="196.64" y1="285.87" x2="196.64" y2="77.918" gradientUnits="userSpaceOnUse">
<stop stop-color="#89A9FF" stop-opacity="0.5"/>
<stop offset="1" stop-color="#D9E2FE" stop-opacity="0.4"/>
</linearGradient>
<linearGradient id="paint3_linear_1362_7957" x1="211.575" y1="212" x2="211.575" y2="260" gradientUnits="userSpaceOnUse">
<linearGradient id="paint3_linear_7517_33626" x1="165.31" y1="263.324" x2="165.31" y2="420.001" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint4_linear_1362_7957" x1="183.86" y1="212" x2="183.86" y2="260" gradientUnits="userSpaceOnUse">
<linearGradient id="paint4_linear_7517_33626" x1="156.765" y1="266.172" x2="156.765" y2="417.151" gradientUnits="userSpaceOnUse">
<stop stop-color="#576280"/>
<stop offset="1" stop-color="#3D4866"/>
</linearGradient>
<linearGradient id="paint5_linear_7517_33626" x1="149.643" y1="278.992" x2="149.643" y2="280.417" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint5_linear_1362_7957" x1="197.717" y1="196" x2="197.717" y2="228" gradientUnits="userSpaceOnUse">
<linearGradient id="paint6_linear_7517_33626" x1="149.643" y1="310.328" x2="149.643" y2="311.752" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint7_linear_7517_33626" x1="149.643" y1="341.664" x2="149.643" y2="343.088" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint8_linear_7517_33626" x1="149.643" y1="373" x2="149.643" y2="374.424" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint9_linear_7517_33626" x1="163.885" y1="294.66" x2="163.885" y2="296.084" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint10_linear_7517_33626" x1="163.885" y1="325.996" x2="163.885" y2="327.42" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint11_linear_7517_33626" x1="163.885" y1="357.332" x2="163.885" y2="358.756" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint12_linear_7517_33626" x1="163.885" y1="388.664" x2="163.885" y2="390.088" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint13_linear_7517_33626" x1="245.783" y1="294.66" x2="245.783" y2="420.001" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint14_linear_7517_33626" x1="238.948" y1="296.938" x2="238.948" y2="417.721" gradientUnits="userSpaceOnUse">
<stop stop-color="#576280"/>
<stop offset="1" stop-color="#3D4866"/>
</linearGradient>
<linearGradient id="paint15_linear_7517_33626" x1="233.252" y1="307.195" x2="233.252" y2="308.335" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint16_linear_7517_33626" x1="233.252" y1="332.262" x2="233.252" y2="333.401" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint17_linear_7517_33626" x1="233.252" y1="357.332" x2="233.252" y2="358.471" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint18_linear_7517_33626" x1="233.252" y1="382.398" x2="233.252" y2="383.538" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint19_linear_7517_33626" x1="244.646" y1="319.727" x2="244.646" y2="320.866" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint20_linear_7517_33626" x1="244.646" y1="344.797" x2="244.646" y2="345.936" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint21_linear_7517_33626" x1="244.646" y1="369.863" x2="244.646" y2="371.003" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint22_linear_7517_33626" x1="244.646" y1="394.934" x2="244.646" y2="396.073" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint23_linear_7517_33626" x1="210.49" y1="166" x2="210.49" y2="214" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint24_linear_7517_33626" x1="182.775" y1="166" x2="182.775" y2="214" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint25_linear_7517_33626" x1="196.631" y1="150" x2="196.631" y2="182" gradientUnits="userSpaceOnUse">
<stop stop-color="#2F3F6D"/>
<stop offset="0.355174" stop-color="#233053"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint6_linear_1362_7957" x1="166.395" y1="323.323" x2="166.395" y2="480" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint7_linear_1362_7957" x1="157.85" y1="326.172" x2="157.85" y2="477.152" gradientUnits="userSpaceOnUse">
<stop stop-color="#576280"/>
<stop offset="1" stop-color="#3D4866"/>
</linearGradient>
<linearGradient id="paint8_linear_1362_7957" x1="150.73" y1="338.991" x2="150.73" y2="340.416" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint9_linear_1362_7957" x1="150.73" y1="370.327" x2="150.73" y2="371.751" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint10_linear_1362_7957" x1="150.73" y1="401.662" x2="150.73" y2="403.086" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint11_linear_1362_7957" x1="150.73" y1="432.997" x2="150.73" y2="434.421" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint12_linear_1362_7957" x1="164.972" y1="354.659" x2="164.972" y2="356.083" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint13_linear_1362_7957" x1="164.972" y1="385.994" x2="164.972" y2="387.418" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint14_linear_1362_7957" x1="164.972" y1="417.329" x2="164.972" y2="418.754" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint15_linear_1362_7957" x1="164.972" y1="448.665" x2="164.972" y2="450.089" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint16_linear_1362_7957" x1="246.871" y1="354.659" x2="246.871" y2="480" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint17_linear_1362_7957" x1="240.034" y1="356.938" x2="240.034" y2="477.721" gradientUnits="userSpaceOnUse">
<stop stop-color="#576280"/>
<stop offset="1" stop-color="#3D4866"/>
</linearGradient>
<linearGradient id="paint18_linear_1362_7957" x1="234.337" y1="367.193" x2="234.337" y2="368.333" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint19_linear_1362_7957" x1="234.337" y1="392.261" x2="234.337" y2="393.401" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint20_linear_1362_7957" x1="234.337" y1="417.33" x2="234.337" y2="418.469" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint21_linear_1362_7957" x1="234.337" y1="442.398" x2="234.337" y2="443.537" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint22_linear_1362_7957" x1="245.731" y1="379.727" x2="245.731" y2="380.867" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint23_linear_1362_7957" x1="245.731" y1="404.795" x2="245.731" y2="405.935" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint24_linear_1362_7957" x1="245.731" y1="429.864" x2="245.731" y2="431.003" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<linearGradient id="paint25_linear_1362_7957" x1="245.731" y1="454.932" x2="245.731" y2="456.071" gradientUnits="userSpaceOnUse">
<stop stop-color="#161E33"/>
<stop offset="1" stop-color="#0E1424"/>
</linearGradient>
<clipPath id="clip0_1362_7957">
<rect width="25.0909" height="29.0909" fill="white" transform="translate(185.328 213.454)"/>
<clipPath id="clip0_7517_33626">
<rect width="19.9407" height="19.9407" fill="white" transform="translate(96.0625 119.936)"/>
</clipPath>
<clipPath id="clip1_1362_7957">
<rect width="19.9407" height="19.9407" fill="white" transform="translate(97.1523 165.935)"/>
<clipPath id="clip1_7517_33626">
<rect width="19.9407" height="19.9407" fill="white" transform="translate(277.668 119.936)"/>
</clipPath>
<clipPath id="clip2_1362_7957">
<rect width="19.9407" height="19.9407" fill="white" transform="translate(278.755 165.935)"/>
<clipPath id="clip2_7517_33626">
<rect x="119.02" y="263.324" width="92.5816" height="156.677" rx="5.69733" fill="white"/>
</clipPath>
<clipPath id="clip3_1362_7957">
<rect x="120.104" y="323.323" width="92.5816" height="156.677" rx="5.69733" fill="white"/>
<clipPath id="clip3_7517_33626">
<rect x="208.75" y="294.66" width="74.0653" height="125.341" rx="5.69733" fill="white"/>
</clipPath>
<clipPath id="clip4_1362_7957">
<rect x="209.838" y="354.659" width="74.0653" height="125.341" rx="5.69733" fill="white"/>
<clipPath id="clip4_7517_33626">
<rect width="25.0909" height="29.0909" fill="white" transform="translate(184.242 167.455)"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 KiB