mirror of
https://github.com/kerberos-io/documentation.git
synced 2026-08-23 15:18:31 +00:00
add howto
This commit is contained in:
@@ -37,9 +37,11 @@ While we moved forward our third mission is to scale, and make Kerberos reach fa
|
|||||||
|
|
||||||
Kerberos.io is a video analytics and monitoring platform, that is focussing on both end-consumer as enterprises. It comes with different solutions to support small deployments, a couple of camera streams and larger deployments, with multiple sites and thousands of camera streams.
|
Kerberos.io is a video analytics and monitoring platform, that is focussing on both end-consumer as enterprises. It comes with different solutions to support small deployments, a couple of camera streams and larger deployments, with multiple sites and thousands of camera streams.
|
||||||
|
|
||||||
|
{{< figure src="kerberos-agent-edge.svg" alt="A Kerberos Agent is monitoring a single camera stream." caption="A Kerberos Agent is monitoring a single camera stream." class="stretch">}}
|
||||||
|
|
||||||
With Kerberos.io you start small with one or more [Kerberos Agents](/opensource/first-things-first/), and grow over time while introducing more and more components like [Kerberos Factory](/factory/first-things-first/), [Kerberos Vault](/vault/first-things-first/) and [Kerberos Hub](/hub/first-things-first/), which is coined the [Kerberos Enterprise Suite](/enterprise/first-things-first/). Kerberos.io is shipped through the concept of container technology such as Docker and Kubernetes, and implements the ideas of bring your own cloud, bring your own storage and bring your own technology.
|
With Kerberos.io you start small with one or more [Kerberos Agents](/opensource/first-things-first/), and grow over time while introducing more and more components like [Kerberos Factory](/factory/first-things-first/), [Kerberos Vault](/vault/first-things-first/) and [Kerberos Hub](/hub/first-things-first/), which is coined the [Kerberos Enterprise Suite](/enterprise/first-things-first/). Kerberos.io is shipped through the concept of container technology such as Docker and Kubernetes, and implements the ideas of bring your own cloud, bring your own storage and bring your own technology.
|
||||||
|
|
||||||
{{< figure src="./kerberos-global.svg" alt="A Kerberos agent consists of both a backend en frontend." caption="A Kerberos agent consists of both a backend en frontend." class="stretch">}}
|
{{< figure src="./kerberos-global.svg" alt="A scalable video platform for an ever-growing video landscape." caption="A scalable video platform for an ever-growing video landscape." class="stretch">}}
|
||||||
|
|
||||||
The whole idea is that any solution you will find at Kerberos.io, is extensible and allows you to integrate by default. For example, you decide where to deploy the solutions (edge/cloud/hybrid), what storage you want (edge/cloud/hybrid), how to integrate it with other third-party solutions, etc. Every solution you'll find in the Kerberos.io space, ships Swagger APIs by default, and will allow you to build your own applications or integrations.
|
The whole idea is that any solution you will find at Kerberos.io, is extensible and allows you to integrate by default. For example, you decide where to deploy the solutions (edge/cloud/hybrid), what storage you want (edge/cloud/hybrid), how to integrate it with other third-party solutions, etc. Every solution you'll find in the Kerberos.io space, ships Swagger APIs by default, and will allow you to build your own applications or integrations.
|
||||||
|
|
||||||
|
|||||||
1922
content/kerberos-agent-edge.svg
Normal file
1922
content/kerberos-agent-edge.svg
Normal file
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 721 KiB |
@@ -13,87 +13,36 @@ weight: 103
|
|||||||
toc: true
|
toc: true
|
||||||
---
|
---
|
||||||
|
|
||||||
In this section we will explain some usecases and best practices, which might help you to define the architecture that fits your needs.
|
In this section we will explain some use cases and best practices, which might help you to define the architecture that fits your needs.
|
||||||
|
|
||||||
> Please read the [introduction page](/prologue/introduction/) first, before moving forward.
|
> Please read the [introduction page](/prologue/introduction/) first, before moving forward.
|
||||||
|
|
||||||
When starting with Kerberos you might ask yourself, how should I deploy these so called, Kerberos agents? Well, there are different options. You can install a Kerberos agent on a Raspberry Pi, VM, Server or even in a Kubernetes cluster. So what should you do, and when? Let's have a closer look at the different options.
|
When starting with Kerberos you might ask yourself, how should I deploy these so called, Kerberos Agents? Well, there are different options. You can install a Kerberos Sgent on a Raspberry Pi, VM, Server or even in a Kubernetes cluster. So what should you do, and when? Let's have a closer look at the different options.
|
||||||
|
|
||||||
The first thing you need to consider is the environment, in which you want to deploy your Kerberos agents. Is it inside your house, your company or at a public place? Another important factor is the number of surveillance cameras you would like to monitor, and if you have any high availability requirements.
|
The first thing you need to consider is the environment, in which you want to deploy your Kerberos Agents. Is it inside your house, your company or at a public place? Another important factor is the number of camera streams you would like to monitor, and if you have any high availability requirements.
|
||||||
|
|
||||||
## Agents on-premise
|
## Kerberos Agents
|
||||||
|
|
||||||
The most common scenario is to install your Kerberos agents on-premise. This has a couple of benefits such as latency, bandwidth and a less complex security model. When installing a Kerberos agent on-premise, you have a couple of different options.
|
The most common scenario is to install your Kerberos Agents at the edge. This has a couple of benefits such as latency, bandwidth and a less complex security model. When installing one or more Kerberos Agents at the edge, you have different options.
|
||||||
|
|
||||||
### Less than 5 cameras
|
### Less than 5 cameras streams
|
||||||
|
|
||||||
If you have a limited number of surveillance cameras you would like to monitor, and don't have any high availability requirements, the Kerberos Open Source agent is a good choice. For example, you can install the Kerberos Open Source agent on a Raspberry Pi, by using [KiOS](/opensource/installation#kios), [Raspbian OS](/opensource/installation-advanced#raspbian) or compile it from source.
|
If you have a limited number of cameras streams you would like to monitor, and don't have any high availability or scaling requirements, then multiple Kerberos Agents are a good choice. For example, you can install the Kerberos Agent on a Raspberry Pi, by using [KiOS](/opensource/installation#kios), [Raspbian OS](/opensource/installation-advanced#raspbian) or compile it from source.
|
||||||
|
|
||||||
On below architecture, a couple of Kerberos agents are installed on-premise (inside the local network). A Kerberos agent is installed for each surveillance camera, and each Kerberos agent runs on a seperate host (Raspberry Pi, VM, etc). The web interface of the Kerberos agents can be reached from the internal network, but cannot be accessed from the cloud.
|
On below architecture, a couple of Kerberos Agents are installed at the edge (inside the local network). A Kerberos Agent is installed for each camera stream, and each Kerberos Agent runs on a separate host (Raspberry Pi, VM, etc). The front-end of the Kerberos Agents can be reached from the internal network, but cannot be accessed from the internet.
|
||||||
|
|
||||||
{{< figure src="onpremise-less-then-5.svg" alt="Having just a single or two camera(s) to be monitored then Kerberos Opensource might be the right choice." caption="Having just a single or two camera(s) to be monitored then Kerberos Opensource might be the right choice." class="stretch">}}
|
{{< figure src="kerberos-agent-edge.svg" alt="A Kerberos Agent is monitoring a single camera stream." caption="A Kerberos Agent is monitoring a single camera stream." class="stretch">}}
|
||||||
|
|
||||||
Another option to install the Kerberos Open Source agent is to use Docker. Instead of having seperate hosts for each Kerberos agent, you will have a single host (Docker host) with multiple Docker containers. A Docker container is deployed for each surveillance camera, which contains the software to run the Kerberos agent.
|
Another option to install the Kerberos Agent is to use Docker. Instead of having separate hosts for each Kerberos Agent, you will have a single host (Docker host) with multiple Docker containers. A Docker container is deployed for each camera stream, which contains the software to run the Kerberos Agent.
|
||||||
|
|
||||||
Running your Kerberos agents inside Docker containers, allows you to process multiple surveillance cameras using only one host.
|
Running your Kerberos Agents inside Docker containers, allows you to process multiple surveillance cameras using only one host.
|
||||||
|
|
||||||
{{< figure src="onpremise-less-then-5-docker.svg" alt="Having just a few of cameras to be monitored then Kerberos Opensource with Docker might be the right choice." caption="Having just a few of cameras to be monitored then Kerberos Opensource with Docker might be the right choice." class="stretch">}}
|
{{< figure src="kerberos-agent-docker.svg" alt="Having just a few of cameras to be monitored then Kerberos Agent on Docker might be the right choice." caption="Having just a few of cameras to be monitored then Kerberos Opensource with Docker might be the right choice." class="stretch">}}
|
||||||
|
|
||||||
### More than 5 cameras
|
### More than 5 camera streams
|
||||||
|
|
||||||
When working within an enterprise context, where you require high availability and have a large amount of surveillance cameras being monitored, [Kerberos Enterprise](/enterprise/first-things-first) is a good choice. Im comparison to the Open Source version, Kerberos Enterprise uses Kubernetes to help you scale (and secure) your video surveillance landscape. Kerberos agents, or Kubernetes deployments, are deployed inside your cluster and load balanced over the different nodes. When a Kerberos agent dies, or the node on which the deployment is running, Kubernetes will reschedule it to another healthy node.
|
Having more camera streams and Kerberos Agents will become a bit tedious to manage, and you might start looking for other solutions in terms of scaling and also storage.
|
||||||
|
|
||||||
{{< figure src="onpremise-more-then-5.svg" alt="When you start having bigger deployments it's recommended to go with a Kubernetes approach." caption="When you start having bigger deployments it's recommended to go with a Kubernetes approach." class="stretch">}}
|
When having more than 5 [Kerberos Agents](/opensource/first-things-first/), the Kerberos Enterprise Suite starts to become interesting. While building on Kubernetes, your Kerberos Agents will be scheduled and deployed more easily through [Kerberos Factory](/factory/first-things-first/). Your recordings will be stored centrally using [Kerberos Vault](/vault/first-things-first/), and you will be able to review every thing from within a single pane of glass with [Kerberos Hub](/hub/first-things-first/).
|
||||||
|
|
||||||
## Agents in the cloud
|
{{< figure src="kerberos-enterprise-suite.svg" alt="When you start having bigger deployments it's recommended to go with a Kubernetes approach." caption="When you start having bigger deployments it's recommended to go with a Kubernetes approach." class="stretch">}}
|
||||||
|
|
||||||
Instead of processing your surveillance cameras on-premise you could also process them in the cloud. There are a couple advantages, for example, you don't have to manage your own hardware, you can simply spin up a VM on one of the hyperscalers, and add it to your existing cluster.
|
|
||||||
|
|
||||||
When dealing with Kerberos agents in the cloud, the complexity starts with the security model. As your surveillance cameras are running somewhere on-premise, you will need to make them available to your Kerberos agents, which are running in the cloud. There are several ways to do that, such as port forwarding (not recommended) or setting up a site-to-site VPN (recommended).
|
|
||||||
|
|
||||||
When setting up a VPN connection you will expose your surveillance cameras to your Kerberos agents. Once you've configured the Kerberos agents, data will flow through this secure tunnel, from on-premise to your cloud enviroment.
|
|
||||||
|
|
||||||
### Less than 5 cameras
|
|
||||||
|
|
||||||
If you have a limited number of surveillance cameras you would like to monitor, and don't have any high availability requirements, the Kerberos Open Source agent is a good choice. You can install the Kerberos Open Source agent on Docker. Instead of having seperate VM's for each Kerberos agent, you will have a single VM (Docker host) with multiple Docker containers. A Docker container is deployed for each surveillance camera, which contains the software to run the Kerberos agent.
|
|
||||||
|
|
||||||
{{< figure src="cloud-less-then-5.svg" alt="By using port forwarding or a VPN tunnel you can start processing your camera streams in the cloud." caption="By using port forwarding or a VPN tunnel you can start processing your camera streams in the cloud." class="stretch">}}
|
|
||||||
|
|
||||||
### More than 5 cameras
|
|
||||||
|
|
||||||
Similar to [Kerberos Enterprise](/enterprise/first-things-first) on-premise, you can run the a Kubernetes in the cloud. The exact same solution is available, only the way how you connect to your video surveillance cameras will be different, as they will probably live in a different network. To make this work you will need to setup a VPN tunnel (or whatever your security teams have defined as a back practice). When [Kerberos Enterprise](/enterprise/introduction) is deployed to the cloud, it can be used any where. Public cloud (AWS, Google, Azure, etc) or private cloud. You can run it where you want.
|
|
||||||
|
|
||||||
{{< figure src="cloud-more-then-5.svg" alt="As previous mentioned you could process them in a Kubernetes cluster in the cloud." caption="As previous mentioned you could process them in a Kubernetes cluster in the cloud." class="stretch">}}
|
|
||||||
|
|
||||||
## Kerberos Hub
|
|
||||||
|
|
||||||
Once you've configured one of the previously mentioned architectures, you will have one or more Kerberos agents running, in the cloud or on-premise.
|
|
||||||
|
|
||||||
The Kerberos Open Source agent comes with a web interface, which makes it possible to review the activity for that specific agent; they don't have a consolidated overview. This means that you will need to open multiple web interfaces, one for Kerberos agent. In contrary Kerberos Enterprise agents, don't come with a web interface, therefore the Kerberos Hub (public or private edition) is recommended.
|
|
||||||
|
|
||||||
To simplify this process and resolve some other challenges, Kerberos Hub was developed.
|
|
||||||
|
|
||||||
> [Kerberos Hub](https://app.kerberos.io) is a cloud solution which allows you to have a single overview of all the media recordings generated by your surveillance cameras. It's not a solution for processing your surveillance cameras in the cloud. For processing of your surveillance cameras, a Kerberos agent is used.
|
|
||||||
|
|
||||||
A brief list of the key features of Kerberos Hub are:
|
|
||||||
|
|
||||||
- Secured storage
|
|
||||||
- Consolidated overview
|
|
||||||
- Advanced searching
|
|
||||||
- Machine learning
|
|
||||||
- Alerts
|
|
||||||
- Live streaming
|
|
||||||
- Accounts
|
|
||||||
- Logging
|
|
||||||
|
|
||||||
> Checkout [the demo environment](https://app-demo.kerberos.io) to see and feel the Kerberos Hub solution yourself.
|
|
||||||
|
|
||||||
### Architecture
|
|
||||||
|
|
||||||
A simplified architecture is found below. In this architecture the Kerberos agents are installed on-premise (but this could also be in the cloud), next to the surveillance cameras. Once one of the agents recorded a footage it will send the recording to our [Kerberos Vault](/vault/first-things-first) service, using the credentials you've defined inside the agent.
|
|
||||||
|
|
||||||
As soon as the recording is successfully received several engines will be executed, that will further process the recording and extract metadata from it (classification, origin of the surveillance camera, etc). A lot of processing is happening behind the scenes.
|
|
||||||
|
|
||||||
By using a browser you can navigate to Kerberos Hub, and review all the recordings made by the Kerberos agents on-premise. On top of that you will receive more context about the recordings, get notifications, view a livestream and much more. Read more about [Kerberos Hub](/hub/first-things-first).
|
|
||||||
|
|
||||||
{{< figure src="deployment-hub-vault.svg" alt="As previous mentioned you could process them in a Kubernetes cluster in the cloud." caption="As previous mentioned you could process them in a Kubernetes cluster in the cloud." class="stretch">}}
|
|
||||||
|
|||||||
432
content/prologue/deployments/kerberos-agent-docker.svg
Normal file
432
content/prologue/deployments/kerberos-agent-docker.svg
Normal file
@@ -0,0 +1,432 @@
|
|||||||
|
<svg width="870" height="427" viewBox="0 0 870 427" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g filter="url(#filter0_dd)">
|
||||||
|
<circle cx="85" cy="89" r="51" fill="white"/>
|
||||||
|
</g>
|
||||||
|
<g filter="url(#filter1_dd)">
|
||||||
|
<circle cx="85" cy="172" r="51" fill="white"/>
|
||||||
|
</g>
|
||||||
|
<path d="M112.039 167.963C111.899 167.852 110.594 166.867 107.842 166.867C107.115 166.87 106.39 166.932 105.673 167.053C105.141 163.402 102.122 161.622 101.987 161.542L101.247 161.116L100.761 161.817C100.153 162.759 99.7083 163.798 99.4474 164.889C98.9546 166.973 99.2543 168.931 100.313 170.605C99.0345 171.317 96.9837 171.492 96.5686 171.508H62.6136C61.7267 171.509 61.007 172.226 61.0022 173.113C60.9626 176.087 61.4665 179.044 62.4893 181.838C63.659 184.905 65.3991 187.165 67.6631 188.548C70.2001 190.101 74.3218 190.989 78.994 190.989C81.1047 190.996 83.2114 190.805 85.2866 190.419C88.1712 189.889 90.9469 188.881 93.499 187.436C95.6018 186.218 97.4943 184.669 99.1034 182.848C101.794 179.802 103.396 176.411 104.588 173.397C104.748 173.397 104.908 173.397 105.063 173.397C108.008 173.397 109.82 172.218 110.818 171.23C111.482 170.601 112 169.833 112.337 168.982L112.547 168.365L112.039 167.963Z" fill="#2496ED"/>
|
||||||
|
<path d="M65.761 170.514H70.3112C70.5306 170.514 70.7084 170.336 70.7084 170.116V166.063C70.7097 165.844 70.5328 165.665 70.3134 165.664C70.3127 165.664 70.3119 165.664 70.3112 165.664H65.761C65.5416 165.664 65.3638 165.842 65.3638 166.061C65.3638 166.062 65.3638 166.063 65.3638 166.063V170.116C65.3638 170.336 65.5416 170.514 65.761 170.514Z" fill="#2496ED"/>
|
||||||
|
<path d="M72.0314 170.514H76.5815C76.801 170.514 76.9788 170.336 76.9788 170.116V166.063C76.98 165.844 76.8032 165.665 76.5837 165.664C76.583 165.664 76.5822 165.664 76.5815 165.664H72.0314C71.8107 165.664 71.6318 165.843 71.6318 166.063V170.116C71.6331 170.336 71.8116 170.514 72.0314 170.514Z" fill="#2496ED"/>
|
||||||
|
<path d="M78.3969 170.514H82.947C83.1664 170.514 83.3443 170.336 83.3443 170.116V166.063C83.3455 165.844 83.1686 165.665 82.9491 165.664C82.9484 165.664 82.9476 165.664 82.9469 165.664H78.3968C78.1773 165.664 77.9995 165.842 77.9995 166.061C77.9995 166.062 77.9995 166.063 77.9995 166.063V170.116C77.9996 170.336 78.1775 170.514 78.3969 170.514Z" fill="#2496ED"/>
|
||||||
|
<path d="M84.6873 170.514H89.2374C89.4573 170.514 89.6357 170.336 89.637 170.116V166.063C89.637 165.843 89.4581 165.664 89.2374 165.664H84.6873C84.4679 165.664 84.29 165.842 84.29 166.061C84.29 166.062 84.29 166.063 84.29 166.063V170.116C84.29 170.336 84.4679 170.514 84.6873 170.514Z" fill="#2496ED"/>
|
||||||
|
<path d="M72.0314 164.683H76.5815C76.8012 164.682 76.9788 164.503 76.9788 164.283V160.23C76.9788 160.011 76.8009 159.833 76.5815 159.833H72.0314C71.8116 159.833 71.6331 160.01 71.6318 160.23V164.283C71.6331 164.503 71.8112 164.682 72.0314 164.683Z" fill="#2496ED"/>
|
||||||
|
<path d="M78.3968 164.683H82.9469C83.1667 164.682 83.3442 164.503 83.3442 164.283V160.23C83.3442 160.011 83.1663 159.833 82.9469 159.833H78.3968C78.1773 159.833 77.9995 160.011 77.9995 160.23V164.283C77.9995 164.503 78.177 164.682 78.3968 164.683Z" fill="#2496ED"/>
|
||||||
|
<path d="M84.6873 164.683H89.2374C89.4576 164.682 89.6357 164.503 89.637 164.283V160.23C89.6357 160.01 89.4573 159.833 89.2374 159.833H84.6873C84.4679 159.833 84.29 160.011 84.29 160.23V164.283C84.29 164.503 84.4676 164.682 84.6873 164.683Z" fill="#2496ED"/>
|
||||||
|
<path d="M84.6873 158.85H89.2374C89.4573 158.85 89.6357 158.672 89.637 158.453V154.397C89.6357 154.177 89.4573 154 89.2374 154H84.6873C84.4679 154 84.29 154.178 84.29 154.397V158.452C84.29 158.672 84.4679 158.85 84.6873 158.85Z" fill="#2496ED"/>
|
||||||
|
<path d="M91.033 170.514H95.5831C95.803 170.514 95.9814 170.336 95.9827 170.116V166.063C95.9827 165.843 95.8038 165.664 95.5831 165.664H91.033C90.8136 165.664 90.6357 165.842 90.6357 166.061C90.6357 166.062 90.6357 166.063 90.6357 166.063V170.116C90.6357 170.336 90.8136 170.514 91.033 170.514Z" fill="#2496ED"/>
|
||||||
|
<path d="M110.039 84.9633C109.899 84.8523 108.594 83.8668 105.842 83.8668C105.115 83.87 104.39 83.9323 103.673 84.0532C103.141 80.4021 100.122 78.6219 99.9865 78.5421L99.2475 78.1158L98.7614 78.8173C98.1526 79.7595 97.7083 80.7982 97.4474 81.8892C96.9546 83.9734 97.2543 85.931 98.313 87.6046C97.0345 88.317 94.9837 88.4924 94.5686 88.5079H60.6136C59.7267 88.5091 59.007 89.2259 59.0022 90.1127C58.9626 93.0873 59.4665 96.0442 60.4893 98.8378C61.659 101.905 63.3991 104.165 65.6631 105.548C68.2001 107.101 72.3218 107.989 76.994 107.989C79.1047 107.996 81.2114 107.805 83.2866 107.419C86.1712 106.889 88.9469 105.881 91.499 104.436C93.6018 103.218 95.4943 101.669 97.1034 99.8477C99.7936 96.8024 101.396 93.4109 102.588 90.3968C102.748 90.3968 102.908 90.3968 103.063 90.3968C106.008 90.3968 107.82 89.2181 108.818 88.2305C109.482 87.6005 110 86.8332 110.337 85.9821L110.547 85.365L110.039 84.9633Z" fill="#2496ED"/>
|
||||||
|
<path d="M63.761 87.5137H68.3112C68.5306 87.5137 68.7084 87.3358 68.7084 87.1165V83.0635C68.7097 82.844 68.5328 82.6652 68.3134 82.6639C68.3127 82.6639 68.3119 82.6639 68.3112 82.6639H63.761C63.5416 82.6639 63.3638 82.8418 63.3638 83.0612C63.3638 83.0619 63.3638 83.0627 63.3638 83.0635V87.1164C63.3638 87.3358 63.5416 87.5137 63.761 87.5137Z" fill="#2496ED"/>
|
||||||
|
<path d="M70.0314 87.5137H74.5815C74.801 87.5137 74.9788 87.3358 74.9788 87.1165V83.0635C74.98 82.844 74.8032 82.6652 74.5837 82.6639C74.583 82.6639 74.5822 82.6639 74.5815 82.6639H70.0314C69.8107 82.6639 69.6318 82.8428 69.6318 83.0635V87.1164C69.6331 87.3362 69.8116 87.5137 70.0314 87.5137Z" fill="#2496ED"/>
|
||||||
|
<path d="M76.3969 87.5137H80.947C81.1664 87.5137 81.3443 87.3358 81.3443 87.1165V83.0635C81.3455 82.844 81.1686 82.6652 80.9491 82.6639C80.9484 82.6639 80.9476 82.6639 80.9469 82.6639H76.3968C76.1773 82.6639 75.9995 82.8418 75.9995 83.0612C75.9995 83.0619 75.9995 83.0627 75.9995 83.0635V87.1164C75.9996 87.3358 76.1775 87.5137 76.3969 87.5137Z" fill="#2496ED"/>
|
||||||
|
<path d="M82.6873 87.5137H87.2374C87.4573 87.5137 87.6357 87.3363 87.637 87.1165V83.0635C87.637 82.8428 87.4581 82.6639 87.2374 82.6639H82.6873C82.4679 82.6639 82.29 82.8418 82.29 83.0612C82.29 83.0619 82.29 83.0627 82.29 83.0635V87.1164C82.29 87.3358 82.4679 87.5137 82.6873 87.5137Z" fill="#2496ED"/>
|
||||||
|
<path d="M70.0314 81.6827H74.5815C74.8012 81.6815 74.9788 81.503 74.9788 81.2832V77.2303C74.9788 77.0108 74.8009 76.833 74.5815 76.833H70.0314C69.8116 76.833 69.6331 77.0105 69.6318 77.2303V81.2832C69.6331 81.5034 69.8112 81.6815 70.0314 81.6827Z" fill="#2496ED"/>
|
||||||
|
<path d="M76.3968 81.6827H80.9469C81.1667 81.6815 81.3442 81.503 81.3442 81.2832V77.2303C81.3442 77.0108 81.1663 76.833 80.9469 76.833H76.3968C76.1773 76.833 75.9995 77.0109 75.9995 77.2303V81.2832C75.9995 81.503 76.177 81.6815 76.3968 81.6827Z" fill="#2496ED"/>
|
||||||
|
<path d="M82.6873 81.6827H87.2374C87.4576 81.6815 87.6357 81.5034 87.637 81.2832V77.2303C87.6357 77.0105 87.4573 76.833 87.2374 76.833H82.6873C82.4679 76.833 82.29 77.0109 82.29 77.2303V81.2832C82.29 81.503 82.4676 81.6815 82.6873 81.6827Z" fill="#2496ED"/>
|
||||||
|
<path d="M82.6873 75.8498H87.2374C87.4573 75.8498 87.6357 75.6723 87.637 75.4525V71.3973C87.6357 71.1775 87.4573 71 87.2374 71H82.6873C82.4679 71 82.29 71.1778 82.29 71.3973V75.4524C82.29 75.6719 82.4679 75.8498 82.6873 75.8498Z" fill="#2496ED"/>
|
||||||
|
<path d="M89.033 87.5137H93.5831C93.803 87.5137 93.9814 87.3363 93.9827 87.1165V83.0635C93.9827 82.8428 93.8038 82.6639 93.5831 82.6639H89.033C88.8136 82.6639 88.6357 82.8418 88.6357 83.0612C88.6357 83.0619 88.6357 83.0627 88.6357 83.0635V87.1164C88.6357 87.3358 88.8136 87.5137 89.033 87.5137Z" fill="#2496ED"/>
|
||||||
|
<g filter="url(#filter2_dd)">
|
||||||
|
<circle cx="85" cy="255" r="51" fill="white"/>
|
||||||
|
</g>
|
||||||
|
<g filter="url(#filter3_dd)">
|
||||||
|
<circle cx="85" cy="338" r="51" fill="white"/>
|
||||||
|
</g>
|
||||||
|
<path d="M113.039 248.963C112.899 248.852 111.594 247.867 108.842 247.867C108.115 247.87 107.39 247.932 106.673 248.053C106.141 244.402 103.122 242.622 102.987 242.542L102.247 242.116L101.761 242.817C101.153 243.759 100.708 244.798 100.447 245.889C99.9546 247.973 100.254 249.931 101.313 251.605C100.035 252.317 97.9837 252.492 97.5686 252.508H63.6136C62.7267 252.509 62.007 253.226 62.0022 254.113C61.9626 257.087 62.4665 260.044 63.4893 262.838C64.659 265.905 66.3991 268.165 68.6631 269.548C71.2001 271.101 75.3218 271.989 79.994 271.989C82.1047 271.996 84.2114 271.805 86.2866 271.419C89.1712 270.889 91.9469 269.881 94.499 268.436C96.6018 267.218 98.4943 265.669 100.103 263.848C102.794 260.802 104.396 257.411 105.588 254.397C105.748 254.397 105.908 254.397 106.063 254.397C109.008 254.397 110.82 253.218 111.818 252.23C112.482 251.601 113 250.833 113.337 249.982L113.547 249.365L113.039 248.963Z" fill="#2496ED"/>
|
||||||
|
<path d="M66.761 251.514H71.3112C71.5306 251.514 71.7084 251.336 71.7084 251.116V247.063C71.7097 246.844 71.5328 246.665 71.3134 246.664C71.3127 246.664 71.3119 246.664 71.3112 246.664H66.761C66.5416 246.664 66.3638 246.842 66.3638 247.061C66.3638 247.062 66.3638 247.063 66.3638 247.063V251.116C66.3638 251.336 66.5416 251.514 66.761 251.514Z" fill="#2496ED"/>
|
||||||
|
<path d="M73.0314 251.514H77.5815C77.801 251.514 77.9788 251.336 77.9788 251.116V247.063C77.98 246.844 77.8032 246.665 77.5837 246.664C77.583 246.664 77.5822 246.664 77.5815 246.664H73.0314C72.8107 246.664 72.6318 246.843 72.6318 247.063V251.116C72.6331 251.336 72.8116 251.514 73.0314 251.514Z" fill="#2496ED"/>
|
||||||
|
<path d="M79.3969 251.514H83.947C84.1664 251.514 84.3443 251.336 84.3443 251.116V247.063C84.3455 246.844 84.1686 246.665 83.9491 246.664C83.9484 246.664 83.9476 246.664 83.9469 246.664H79.3968C79.1773 246.664 78.9995 246.842 78.9995 247.061C78.9995 247.062 78.9995 247.063 78.9995 247.063V251.116C78.9996 251.336 79.1775 251.514 79.3969 251.514Z" fill="#2496ED"/>
|
||||||
|
<path d="M85.6873 251.514H90.2374C90.4573 251.514 90.6357 251.336 90.637 251.116V247.063C90.637 246.843 90.4581 246.664 90.2374 246.664H85.6873C85.4679 246.664 85.29 246.842 85.29 247.061C85.29 247.062 85.29 247.063 85.29 247.063V251.116C85.29 251.336 85.4679 251.514 85.6873 251.514Z" fill="#2496ED"/>
|
||||||
|
<path d="M73.0314 245.683H77.5815C77.8012 245.682 77.9788 245.503 77.9788 245.283V241.23C77.9788 241.011 77.8009 240.833 77.5815 240.833H73.0314C72.8116 240.833 72.6331 241.01 72.6318 241.23V245.283C72.6331 245.503 72.8112 245.682 73.0314 245.683Z" fill="#2496ED"/>
|
||||||
|
<path d="M79.3968 245.683H83.9469C84.1667 245.682 84.3442 245.503 84.3442 245.283V241.23C84.3442 241.011 84.1663 240.833 83.9469 240.833H79.3968C79.1773 240.833 78.9995 241.011 78.9995 241.23V245.283C78.9995 245.503 79.177 245.682 79.3968 245.683Z" fill="#2496ED"/>
|
||||||
|
<path d="M85.6873 245.683H90.2374C90.4576 245.682 90.6357 245.503 90.637 245.283V241.23C90.6357 241.01 90.4573 240.833 90.2374 240.833H85.6873C85.4679 240.833 85.29 241.011 85.29 241.23V245.283C85.29 245.503 85.4676 245.682 85.6873 245.683Z" fill="#2496ED"/>
|
||||||
|
<path d="M85.6873 239.85H90.2374C90.4573 239.85 90.6357 239.672 90.637 239.453V235.397C90.6357 235.177 90.4573 235 90.2374 235H85.6873C85.4679 235 85.29 235.178 85.29 235.397V239.452C85.29 239.672 85.4679 239.85 85.6873 239.85Z" fill="#2496ED"/>
|
||||||
|
<path d="M92.033 251.514H96.5831C96.803 251.514 96.9814 251.336 96.9827 251.116V247.063C96.9827 246.843 96.8038 246.664 96.5831 246.664H92.033C91.8136 246.664 91.6357 246.842 91.6357 247.061C91.6357 247.062 91.6357 247.063 91.6357 247.063V251.116C91.6357 251.336 91.8136 251.514 92.033 251.514Z" fill="#2496ED"/>
|
||||||
|
<path d="M113.039 331.963C112.899 331.852 111.594 330.867 108.842 330.867C108.115 330.87 107.39 330.932 106.673 331.053C106.141 327.402 103.122 325.622 102.987 325.542L102.247 325.116L101.761 325.817C101.153 326.759 100.708 327.798 100.447 328.889C99.9546 330.973 100.254 332.931 101.313 334.605C100.035 335.317 97.9837 335.492 97.5686 335.508H63.6136C62.7267 335.509 62.007 336.226 62.0022 337.113C61.9626 340.087 62.4665 343.044 63.4893 345.838C64.659 348.905 66.3991 351.165 68.6631 352.548C71.2001 354.101 75.3218 354.989 79.994 354.989C82.1047 354.996 84.2114 354.805 86.2866 354.419C89.1712 353.889 91.9469 352.881 94.499 351.436C96.6018 350.218 98.4943 348.669 100.103 346.848C102.794 343.802 104.396 340.411 105.588 337.397C105.748 337.397 105.908 337.397 106.063 337.397C109.008 337.397 110.82 336.218 111.818 335.23C112.482 334.601 113 333.833 113.337 332.982L113.547 332.365L113.039 331.963Z" fill="#2496ED"/>
|
||||||
|
<path d="M66.761 334.514H71.3112C71.5306 334.514 71.7084 334.336 71.7084 334.116V330.063C71.7097 329.844 71.5328 329.665 71.3134 329.664C71.3127 329.664 71.3119 329.664 71.3112 329.664H66.761C66.5416 329.664 66.3638 329.842 66.3638 330.061C66.3638 330.062 66.3638 330.063 66.3638 330.063V334.116C66.3638 334.336 66.5416 334.514 66.761 334.514Z" fill="#2496ED"/>
|
||||||
|
<path d="M73.0314 334.514H77.5815C77.801 334.514 77.9788 334.336 77.9788 334.116V330.063C77.98 329.844 77.8032 329.665 77.5837 329.664C77.583 329.664 77.5822 329.664 77.5815 329.664H73.0314C72.8107 329.664 72.6318 329.843 72.6318 330.063V334.116C72.6331 334.336 72.8116 334.514 73.0314 334.514Z" fill="#2496ED"/>
|
||||||
|
<path d="M79.3969 334.514H83.947C84.1664 334.514 84.3443 334.336 84.3443 334.116V330.063C84.3455 329.844 84.1686 329.665 83.9491 329.664C83.9484 329.664 83.9476 329.664 83.9469 329.664H79.3968C79.1773 329.664 78.9995 329.842 78.9995 330.061C78.9995 330.062 78.9995 330.063 78.9995 330.063V334.116C78.9996 334.336 79.1775 334.514 79.3969 334.514Z" fill="#2496ED"/>
|
||||||
|
<path d="M85.6873 334.514H90.2374C90.4573 334.514 90.6357 334.336 90.637 334.116V330.063C90.637 329.843 90.4581 329.664 90.2374 329.664H85.6873C85.4679 329.664 85.29 329.842 85.29 330.061C85.29 330.062 85.29 330.063 85.29 330.063V334.116C85.29 334.336 85.4679 334.514 85.6873 334.514Z" fill="#2496ED"/>
|
||||||
|
<path d="M73.0314 328.683H77.5815C77.8012 328.682 77.9788 328.503 77.9788 328.283V324.23C77.9788 324.011 77.8009 323.833 77.5815 323.833H73.0314C72.8116 323.833 72.6331 324.01 72.6318 324.23V328.283C72.6331 328.503 72.8112 328.682 73.0314 328.683Z" fill="#2496ED"/>
|
||||||
|
<path d="M79.3968 328.683H83.9469C84.1667 328.682 84.3442 328.503 84.3442 328.283V324.23C84.3442 324.011 84.1663 323.833 83.9469 323.833H79.3968C79.1773 323.833 78.9995 324.011 78.9995 324.23V328.283C78.9995 328.503 79.177 328.682 79.3968 328.683Z" fill="#2496ED"/>
|
||||||
|
<path d="M85.6873 328.683H90.2374C90.4576 328.682 90.6357 328.503 90.637 328.283V324.23C90.6357 324.01 90.4573 323.833 90.2374 323.833H85.6873C85.4679 323.833 85.29 324.011 85.29 324.23V328.283C85.29 328.503 85.4676 328.682 85.6873 328.683Z" fill="#2496ED"/>
|
||||||
|
<path d="M85.6873 322.85H90.2374C90.4573 322.85 90.6357 322.672 90.637 322.453V318.397C90.6357 318.177 90.4573 318 90.2374 318H85.6873C85.4679 318 85.29 318.178 85.29 318.397V322.452C85.29 322.672 85.4679 322.85 85.6873 322.85Z" fill="#2496ED"/>
|
||||||
|
<path d="M92.033 334.514H96.5831C96.803 334.514 96.9814 334.336 96.9827 334.116V330.063C96.9827 329.843 96.8038 329.664 96.5831 329.664H92.033C91.8136 329.664 91.6357 329.842 91.6357 330.061C91.6357 330.062 91.6357 330.063 91.6357 330.063V334.116C91.6357 334.336 91.8136 334.514 92.033 334.514Z" fill="#2496ED"/>
|
||||||
|
<path d="M176 408L193 408L193 213.5M176 19L193 19L193 213.5M193 213.5L265 213.5" stroke="#D1D1D1" stroke-width="2"/>
|
||||||
|
<path d="M773.444 134.643L765.601 136.336C761.58 137.167 761.959 138.512 762.236 153.002C762.366 159.83 760.746 169.273 764.531 168.244C764.888 167.887 775.583 164.768 775.583 164.768C777.942 161.69 782.338 140.566 773.444 134.643V134.643Z" fill="#585858"/>
|
||||||
|
<path d="M818.23 148.123L817.517 158.462C816.274 161.952 806.033 162.084 805.128 158.551C805.228 155.105 805.236 151.659 805.218 148.212L818.23 148.123Z" fill="#5A5A5A"/>
|
||||||
|
<path d="M770.622 150.293V155.311C770.622 155.311 771.803 159.739 771.36 160.773C770.917 161.806 767.965 167.562 767.965 167.562L774.312 165.643L776.378 160.33L778.149 154.278L770.622 150.293Z" fill="url(#paint0_linear)"/>
|
||||||
|
<path d="M774.781 156.657L805.44 158.529C808.337 156.389 808.804 153.387 805.351 148.992L774.157 145.784C769.568 147.537 769.811 157.222 774.781 156.657V156.657Z" fill="#4D4D4D"/>
|
||||||
|
<path d="M811.768 149.527C808.175 149.527 805.262 148.948 805.262 148.235C805.262 147.521 808.175 146.942 811.768 146.942C815.361 146.942 818.274 147.521 818.274 148.235C818.274 148.948 815.361 149.527 811.768 149.527Z" fill="#818181"/>
|
||||||
|
<path d="M817.918 147.655L817.74 135.089L805.44 125.73L805.53 148.101C808.168 148.758 812.943 149.928 817.918 147.655H817.918Z" fill="#737373"/>
|
||||||
|
<path d="M864.406 120.027C867.931 122.26 861.868 134.58 860.077 140.943L858.868 141.215L804.936 109.579L809.007 103.602L864.406 120.027Z" fill="#202020"/>
|
||||||
|
<path opacity="0.668471" d="M782.562 146.672C795.151 149.185 804.024 152.96 807.082 157.133C810.567 159.237 813.819 158.907 817.742 158.732L818.275 148.538L816.01 139.809L805.219 131.351C805.219 131.351 805.6 147.472 805.4 147.805C804.917 148.279 805.047 148.903 805.047 148.903C802.575 148.791 788.085 147.224 782.562 146.672H782.562Z" fill="url(#paint1_linear)"/>
|
||||||
|
<path d="M863.733 119.939C867.02 122.437 860.636 134.649 858.845 141.012L803.704 109.648L810.66 99.9741L863.733 119.939Z" fill="#3B3B3B"/>
|
||||||
|
<path d="M810.702 101.507C811.155 101.498 811.57 101.611 811.917 101.82C811.919 101.821 811.92 101.824 811.922 101.825C812.865 102.222 853.91 119.523 854.532 119.488L818.311 148.914L784.804 120.85C784.802 120.849 784.801 120.847 784.799 120.846C783.879 120.365 783.349 119.237 783.526 117.865L784.941 106.931C785.188 105.018 786.707 103.377 788.351 103.248L810.553 101.515C810.604 101.511 810.652 101.508 810.702 101.507Z" fill="#A0A0A0"/>
|
||||||
|
<path d="M822.64 121.288L852.481 118.856C854.684 118.676 856.22 120.931 855.911 123.891L854.142 140.872C853.833 143.832 851.797 146.378 849.594 146.558L819.753 148.99C817.55 149.17 816.015 146.915 816.323 143.954L818.093 126.974C818.401 124.013 820.437 121.468 822.64 121.288Z" fill="#7B7B7B"/>
|
||||||
|
<path d="M825.082 123.578L849.515 121.587C851.319 121.439 852.576 123.285 852.323 125.71L850.875 139.612C850.622 142.037 848.955 144.121 847.151 144.268L822.719 146.259C820.915 146.406 819.658 144.56 819.91 142.136L821.359 128.234C821.612 125.809 823.279 123.725 825.082 123.578Z" fill="url(#paint2_linear)"/>
|
||||||
|
<path d="M825.33 123.769L848.274 121.869C849.968 121.728 851.149 123.49 850.912 125.803L849.551 139.069C849.314 141.382 847.749 143.371 846.055 143.511L823.111 145.412C821.417 145.552 820.236 143.791 820.474 141.477L821.834 128.211C822.071 125.898 823.637 123.909 825.33 123.769Z" fill="#494949"/>
|
||||||
|
<path d="M855.188 130.748C855.188 130.748 837.24 130.247 828.534 132.074C827.186 132.357 825.85 132.833 824.671 133.546C822.033 135.143 817.475 141.009 817.475 141.009L816.509 141.275L820.007 123.152L855.854 120.887L855.188 130.748Z" fill="url(#paint3_linear)"/>
|
||||||
|
<path d="M810.776 100.515C811.279 100.505 811.74 100.63 812.126 100.863C812.126 100.865 812.126 100.866 812.135 100.868C813.071 101.263 854.574 116.639 863.821 119.957C864.927 120.354 865.122 120.884 865.196 120.879C865.196 120.879 843.163 121.35 830.242 122.514C827.948 122.721 825.008 123.432 824.014 125.511C822.041 129.638 820.061 137.86 819.815 137.715L818.598 137.766L782.159 110.529L782.169 106.539C782.443 104.415 784.131 102.592 785.956 102.449L810.615 100.525C810.673 100.52 810.725 100.516 810.781 100.515L810.776 100.515Z" fill="#202020"/>
|
||||||
|
<g filter="url(#filter4_f)">
|
||||||
|
<path d="M816.543 142.141C815.543 141.942 783.761 115.823 783.761 115.823L784.96 108.827L818.675 126.417L816.543 142.141Z" fill="url(#paint4_linear)"/>
|
||||||
|
</g>
|
||||||
|
<path d="M809.8 99.6424C810.304 99.6325 810.764 99.7582 811.15 99.9904C811.15 99.9925 811.15 99.994 811.16 99.9961C812.207 100.438 863.907 120.025 864.598 119.986C864.598 119.986 842.187 120.478 829.266 121.642C826.972 121.848 824.032 122.56 823.038 124.639C821.065 128.766 818.761 137.966 818.514 137.821L781.184 109.657L781.193 105.667C781.467 103.543 783.155 101.72 784.981 101.577L809.64 99.6522C809.697 99.6478 809.749 99.6438 809.805 99.6428L809.8 99.6424Z" fill="#6E6E6E"/>
|
||||||
|
<path d="M835.865 142.874C830.419 142.874 826.243 138.519 826.537 133.146C826.831 127.774 831.485 123.418 836.931 123.418C842.377 123.418 846.554 127.774 846.259 133.146C845.965 138.519 841.311 142.874 835.865 142.874Z" fill="#121212"/>
|
||||||
|
<path opacity="0.668471" d="M835.071 141.895C830.36 141.895 826.747 138.127 827.002 133.48C827.256 128.832 831.282 125.064 835.993 125.064C840.705 125.064 844.317 128.832 844.063 133.48C843.808 138.127 839.782 141.895 835.071 141.895Z" fill="url(#paint5_radial)"/>
|
||||||
|
<path d="M825.632 144.283C823.951 144.283 822.588 142.92 822.588 141.239C822.588 139.558 823.951 138.195 825.632 138.195C827.313 138.195 828.676 139.558 828.676 141.239C828.676 142.92 827.313 144.283 825.632 144.283Z" fill="url(#paint6_linear)"/>
|
||||||
|
<path d="M825.399 143.783C823.994 143.783 822.854 142.644 822.854 141.239C822.854 139.834 823.994 138.695 825.399 138.695C826.804 138.695 827.943 139.834 827.943 141.239C827.943 142.644 826.804 143.783 825.399 143.783Z" fill="url(#paint7_radial)"/>
|
||||||
|
<path d="M826.902 140.998C826.619 141.153 826.197 140.925 825.959 140.489C825.72 140.053 825.756 139.575 826.038 139.42C826.321 139.266 826.743 139.494 826.982 139.929C827.22 140.365 827.184 140.844 826.902 140.998Z" fill="#FF3636" fill-opacity="0.428571"/>
|
||||||
|
<path opacity="0.668471" d="M835.199 140.884L834.492 137.492C836.227 137.004 837.999 136.771 839.251 133.063C839.251 133.063 843.35 132.969 843.302 133.158C843.365 136.67 839.867 140.977 835.199 140.884V140.884Z" fill="url(#paint8_linear)"/>
|
||||||
|
<path d="M833.584 119.989C833.584 119.989 818.346 117.066 816.885 116.44C815.424 115.814 815.149 114.172 811.101 113.151C807.023 112.122 803.949 109.811 803.949 109.811L798.098 106.838L788.287 101.411L783.487 102.246C783.487 102.246 781.399 103.081 781.399 104.124C781.399 105.168 780.773 109.134 780.773 109.134L818.555 137.731L822.312 124.79L825.026 122.076L833.584 119.989Z" fill="url(#paint9_linear)"/>
|
||||||
|
<path d="M863.905 119.74L810.917 100.109L809.305 99.9137L800.584 101.142L797.78 100.847C797.78 100.847 794.385 101.732 796.894 102.47C799.404 103.208 806.489 102.766 807.817 102.913C809.145 103.061 811.802 103.504 812.983 104.242C814.164 104.98 815.64 105.865 816.378 106.308C817.116 106.751 820.658 107.489 822.577 107.784C824.496 108.079 826.415 107.636 827.596 108.965C828.776 110.293 829.367 112.507 830.843 113.098C832.319 113.688 835.418 113.688 836.894 113.54C838.37 113.393 839.108 113.098 839.699 113.245C840.289 113.393 842.503 113.393 843.684 113.688C844.865 113.983 847.226 115.607 850.916 116.492C854.606 117.378 863.905 119.74 863.905 119.74V119.74Z" fill="#656565" fill-opacity="0.579439"/>
|
||||||
|
<path d="M835.271 121.068H829.219C829.219 121.068 824.348 121.511 822.577 120.625C820.806 119.74 816.082 118.116 815.492 117.526C814.902 116.935 811.064 116.345 810.326 116.492C809.588 116.64 808.702 117.23 808.555 118.706C808.407 120.182 804.717 121.068 804.717 121.068C804.717 121.068 804.717 125.201 804.865 125.939C805.012 126.677 801.913 126.677 801.322 123.577C800.732 120.478 802.503 118.411 802.651 117.083C802.798 115.754 802.503 114.721 802.503 113.836C802.503 112.95 803.979 110.293 804.127 109.408C804.274 108.522 806.341 110.588 807.226 111.326C808.112 112.064 810.916 113.245 812.54 113.54C814.164 113.836 815.344 114.278 818.592 115.164C821.839 116.05 818.444 116.492 823.905 116.788C829.367 117.083 836.451 118.264 837.927 118.411C839.403 118.559 840.879 118.264 844.569 118.264C848.259 118.264 864.053 119.887 864.053 119.887L835.271 121.068Z" fill="#656565" fill-opacity="0.579439"/>
|
||||||
|
<path d="M775.444 180.643L767.601 182.336C763.58 183.167 763.959 184.512 764.236 199.002C764.367 205.83 762.746 215.273 766.532 214.244C766.888 213.887 777.583 210.768 777.583 210.768C779.943 207.69 784.338 186.566 775.444 180.643V180.643Z" fill="#585858"/>
|
||||||
|
<path d="M820.23 194.123L819.517 204.462C818.274 207.952 808.033 208.084 807.129 204.551C807.228 201.105 807.237 197.659 807.218 194.212L820.23 194.123Z" fill="#5A5A5A"/>
|
||||||
|
<path d="M772.622 196.293V201.311C772.622 201.311 773.803 205.739 773.36 206.773C772.917 207.806 769.965 213.562 769.965 213.562L776.312 211.643L778.379 206.33L780.15 200.278L772.622 196.293Z" fill="url(#paint10_linear)"/>
|
||||||
|
<path d="M776.781 202.657L807.441 204.529C810.337 202.389 810.805 199.387 807.352 194.992L776.157 191.784C771.568 193.537 771.811 203.222 776.781 202.657V202.657Z" fill="#4D4D4D"/>
|
||||||
|
<path d="M813.769 195.527C810.175 195.527 807.262 194.948 807.262 194.235C807.262 193.521 810.175 192.942 813.769 192.942C817.362 192.942 820.275 193.521 820.275 194.235C820.275 194.948 817.362 195.527 813.769 195.527Z" fill="#818181"/>
|
||||||
|
<path d="M819.919 193.655L819.74 181.089L807.441 171.73L807.53 194.101C810.168 194.758 814.943 195.928 819.919 193.655H819.919Z" fill="#737373"/>
|
||||||
|
<path d="M866.406 166.027C869.931 168.26 863.869 180.58 862.078 186.943L860.869 187.215L806.937 155.579L811.007 149.602L866.406 166.027Z" fill="#202020"/>
|
||||||
|
<path opacity="0.668471" d="M784.563 192.672C797.152 195.185 806.025 198.96 809.082 203.133C812.568 205.237 815.819 204.907 819.743 204.732L820.276 194.538L818.011 185.809L807.22 177.351C807.22 177.351 807.6 193.472 807.4 193.805C806.918 194.279 807.048 194.903 807.048 194.903C804.576 194.791 790.085 193.224 784.563 192.672H784.563Z" fill="url(#paint11_linear)"/>
|
||||||
|
<path d="M865.733 165.939C869.02 168.437 862.636 180.649 860.845 187.012L805.705 155.648L812.66 145.974L865.733 165.939Z" fill="#3B3B3B"/>
|
||||||
|
<path d="M812.703 147.507C813.156 147.498 813.57 147.611 813.918 147.82C813.92 147.821 813.921 147.824 813.923 147.825C814.866 148.222 855.911 165.523 856.533 165.488L820.311 194.914L786.804 166.85C786.803 166.849 786.801 166.847 786.799 166.846C785.88 166.365 785.349 165.237 785.526 163.865L786.941 152.931C787.188 151.018 788.707 149.377 790.351 149.248L812.553 147.515C812.605 147.511 812.652 147.508 812.703 147.507Z" fill="#A0A0A0"/>
|
||||||
|
<path d="M824.64 167.288L854.481 164.856C856.684 164.676 858.22 166.931 857.912 169.891L856.142 186.872C855.834 189.832 853.798 192.378 851.595 192.558L821.754 194.99C819.551 195.17 818.015 192.915 818.324 189.954L820.093 172.974C820.402 170.013 822.438 167.468 824.64 167.288Z" fill="#7B7B7B"/>
|
||||||
|
<path d="M827.083 169.578L851.515 167.587C853.319 167.439 854.576 169.285 854.324 171.71L852.875 185.612C852.623 188.037 850.956 190.121 849.152 190.268L824.719 192.259C822.916 192.406 821.658 190.56 821.911 188.136L823.36 174.234C823.612 171.809 825.279 169.725 827.083 169.578Z" fill="url(#paint12_linear)"/>
|
||||||
|
<path d="M827.331 169.769L850.275 167.869C851.969 167.728 853.149 169.49 852.912 171.803L851.552 185.069C851.315 187.382 849.749 189.371 848.055 189.511L825.111 191.412C823.418 191.552 822.237 189.791 822.474 187.477L823.835 174.211C824.072 171.898 825.637 169.909 827.331 169.769Z" fill="#494949"/>
|
||||||
|
<path d="M857.188 176.748C857.188 176.748 839.24 176.247 830.535 178.074C829.186 178.357 827.851 178.833 826.672 179.546C824.033 181.143 819.476 187.009 819.476 187.009L818.51 187.275L822.008 169.152L857.854 166.887L857.188 176.748Z" fill="url(#paint13_linear)"/>
|
||||||
|
<path d="M812.777 146.515C813.28 146.505 813.74 146.63 814.126 146.863C814.126 146.865 814.126 146.866 814.136 146.868C815.072 147.263 856.574 162.639 865.822 165.957C866.928 166.354 867.123 166.884 867.196 166.879C867.196 166.879 845.163 167.35 832.243 168.514C829.948 168.721 827.008 169.432 826.015 171.511C824.041 175.638 822.062 183.86 821.815 183.715L820.599 183.766L784.16 156.529L784.169 152.539C784.443 150.415 786.131 148.592 787.957 148.449L812.616 146.525C812.673 146.52 812.726 146.516 812.782 146.515L812.777 146.515Z" fill="#202020"/>
|
||||||
|
<g filter="url(#filter5_f)">
|
||||||
|
<path d="M818.543 188.141C817.544 187.942 785.762 161.823 785.762 161.823L786.961 154.827L820.675 172.417L818.543 188.141Z" fill="url(#paint14_linear)"/>
|
||||||
|
</g>
|
||||||
|
<path d="M811.801 145.642C812.304 145.632 812.764 145.758 813.151 145.99C813.151 145.992 813.151 145.994 813.16 145.996C814.208 146.438 865.907 166.025 866.598 165.986C866.598 165.986 844.188 166.478 831.267 167.642C828.972 167.848 826.033 168.56 825.039 170.639C823.066 174.766 820.761 183.966 820.515 183.821L783.184 155.657L783.194 151.667C783.468 149.543 785.155 147.72 786.981 147.577L811.64 145.652C811.697 145.648 811.75 145.644 811.806 145.643L811.801 145.642Z" fill="#6E6E6E"/>
|
||||||
|
<path d="M837.866 188.874C832.42 188.874 828.243 184.519 828.538 179.146C828.832 173.774 833.486 169.418 838.932 169.418C844.378 169.418 848.554 173.774 848.26 179.146C847.966 184.519 843.312 188.874 837.866 188.874Z" fill="#121212"/>
|
||||||
|
<path opacity="0.668471" d="M837.072 187.895C832.36 187.895 828.748 184.127 829.002 179.48C829.257 174.832 833.283 171.064 837.994 171.064C842.705 171.064 846.318 174.832 846.063 179.48C845.809 184.127 841.783 187.895 837.072 187.895Z" fill="url(#paint15_radial)"/>
|
||||||
|
<path d="M827.633 190.283C825.952 190.283 824.589 188.92 824.589 187.239C824.589 185.558 825.952 184.195 827.633 184.195C829.314 184.195 830.677 185.558 830.677 187.239C830.677 188.92 829.314 190.283 827.633 190.283Z" fill="url(#paint16_linear)"/>
|
||||||
|
<path d="M827.4 189.783C825.995 189.783 824.855 188.644 824.855 187.239C824.855 185.834 825.995 184.695 827.4 184.695C828.805 184.695 829.944 185.834 829.944 187.239C829.944 188.644 828.805 189.783 827.4 189.783Z" fill="url(#paint17_radial)"/>
|
||||||
|
<path d="M828.903 186.998C828.62 187.153 828.198 186.925 827.96 186.489C827.721 186.053 827.757 185.575 828.039 185.42C828.322 185.266 828.744 185.494 828.982 185.929C829.221 186.365 829.185 186.844 828.903 186.998Z" fill="#FF3636" fill-opacity="0.428571"/>
|
||||||
|
<path opacity="0.668471" d="M837.199 186.884L836.493 183.492C838.227 183.004 840 182.771 841.251 179.063C841.251 179.063 845.35 178.969 845.303 179.158C845.365 182.67 841.867 186.977 837.199 186.884V186.884Z" fill="url(#paint18_linear)"/>
|
||||||
|
<path d="M835.584 165.989C835.584 165.989 820.346 163.066 818.885 162.44C817.424 161.814 817.15 160.172 813.102 159.151C809.024 158.122 805.95 155.811 805.95 155.811L800.099 152.838L790.288 147.411L785.487 148.246C785.487 148.246 783.4 149.081 783.4 150.124C783.4 151.168 782.773 155.134 782.773 155.134L820.555 183.731L824.313 170.79L827.026 168.076L835.584 165.989Z" fill="url(#paint19_linear)"/>
|
||||||
|
<path d="M865.906 165.74L812.917 146.109L811.305 145.914L802.585 147.142L799.781 146.847C799.781 146.847 796.386 147.732 798.895 148.47C801.404 149.208 808.489 148.766 809.817 148.913C811.146 149.061 813.803 149.504 814.983 150.242C816.164 150.98 817.64 151.865 818.378 152.308C819.116 152.751 822.659 153.489 824.578 153.784C826.496 154.079 828.415 153.636 829.596 154.965C830.777 156.293 831.367 158.507 832.843 159.098C834.319 159.688 837.419 159.688 838.895 159.54C840.371 159.393 841.109 159.098 841.699 159.245C842.29 159.393 844.504 159.393 845.684 159.688C846.865 159.983 849.227 161.607 852.917 162.492C856.607 163.378 865.906 165.74 865.906 165.74V165.74Z" fill="#656565" fill-opacity="0.579439"/>
|
||||||
|
<path d="M837.272 167.068H831.22C831.22 167.068 826.349 167.511 824.578 166.625C822.807 165.74 818.083 164.116 817.493 163.526C816.903 162.935 813.065 162.345 812.327 162.492C811.589 162.64 810.703 163.23 810.556 164.706C810.408 166.182 806.718 167.068 806.718 167.068C806.718 167.068 806.718 171.201 806.866 171.939C807.013 172.677 803.914 172.677 803.323 169.577C802.733 166.478 804.504 164.411 804.652 163.083C804.799 161.754 804.504 160.721 804.504 159.836C804.504 158.95 805.98 156.293 806.128 155.408C806.275 154.522 808.342 156.588 809.227 157.326C810.113 158.064 812.917 159.245 814.541 159.54C816.165 159.836 817.345 160.278 820.593 161.164C823.84 162.05 820.445 162.492 825.906 162.788C831.368 163.083 838.452 164.264 839.928 164.411C841.404 164.559 842.88 164.264 846.57 164.264C850.26 164.264 866.054 165.887 866.054 165.887L837.272 167.068Z" fill="#656565" fill-opacity="0.579439"/>
|
||||||
|
<path d="M776.444 226.643L768.601 228.336C764.58 229.167 764.959 230.512 765.236 245.002C765.367 251.83 763.746 261.273 767.532 260.244C767.888 259.887 778.583 256.768 778.583 256.768C780.943 253.69 785.338 232.566 776.444 226.643V226.643Z" fill="#585858"/>
|
||||||
|
<path d="M821.23 240.123L820.517 250.462C819.274 253.952 809.033 254.084 808.129 250.551C808.228 247.105 808.237 243.659 808.218 240.212L821.23 240.123Z" fill="#5A5A5A"/>
|
||||||
|
<path d="M773.622 242.293V247.311C773.622 247.311 774.803 251.739 774.36 252.773C773.917 253.806 770.965 259.562 770.965 259.562L777.312 257.643L779.379 252.33L781.15 246.278L773.622 242.293Z" fill="url(#paint20_linear)"/>
|
||||||
|
<path d="M777.781 248.657L808.441 250.529C811.337 248.389 811.805 245.387 808.352 240.992L777.157 237.784C772.568 239.537 772.811 249.222 777.781 248.657V248.657Z" fill="#4D4D4D"/>
|
||||||
|
<path d="M814.769 241.527C811.175 241.527 808.262 240.948 808.262 240.235C808.262 239.521 811.175 238.942 814.769 238.942C818.362 238.942 821.275 239.521 821.275 240.235C821.275 240.948 818.362 241.527 814.769 241.527Z" fill="#818181"/>
|
||||||
|
<path d="M820.919 239.655L820.74 227.089L808.441 217.73L808.53 240.101C811.168 240.758 815.943 241.928 820.919 239.655H820.919Z" fill="#737373"/>
|
||||||
|
<path d="M867.406 212.027C870.931 214.26 864.869 226.58 863.078 232.943L861.869 233.215L807.937 201.579L812.007 195.602L867.406 212.027Z" fill="#202020"/>
|
||||||
|
<path opacity="0.668471" d="M785.563 238.672C798.152 241.185 807.025 244.96 810.082 249.133C813.568 251.237 816.819 250.907 820.743 250.732L821.276 240.538L819.011 231.809L808.22 223.351C808.22 223.351 808.6 239.472 808.4 239.805C807.918 240.279 808.048 240.903 808.048 240.903C805.576 240.791 791.085 239.224 785.563 238.672H785.563Z" fill="url(#paint21_linear)"/>
|
||||||
|
<path d="M866.733 211.939C870.02 214.437 863.636 226.649 861.845 233.012L806.705 201.648L813.66 191.974L866.733 211.939Z" fill="#3B3B3B"/>
|
||||||
|
<path d="M813.703 193.507C814.156 193.498 814.57 193.611 814.918 193.82C814.92 193.821 814.921 193.824 814.923 193.825C815.866 194.222 856.911 211.523 857.533 211.488L821.311 240.914L787.804 212.85C787.803 212.849 787.801 212.847 787.799 212.846C786.88 212.365 786.349 211.237 786.526 209.865L787.941 198.931C788.188 197.018 789.707 195.377 791.351 195.248L813.553 193.515C813.605 193.511 813.652 193.508 813.703 193.507Z" fill="#A0A0A0"/>
|
||||||
|
<path d="M825.64 213.288L855.481 210.856C857.684 210.676 859.22 212.931 858.912 215.891L857.142 232.872C856.834 235.832 854.798 238.378 852.595 238.558L822.754 240.99C820.551 241.17 819.015 238.915 819.324 235.954L821.093 218.974C821.402 216.013 823.438 213.468 825.64 213.288Z" fill="#7B7B7B"/>
|
||||||
|
<path d="M828.083 215.578L852.515 213.587C854.319 213.439 855.576 215.285 855.324 217.71L853.875 231.612C853.623 234.037 851.956 236.121 850.152 236.268L825.719 238.259C823.916 238.406 822.658 236.56 822.911 234.136L824.36 220.234C824.612 217.809 826.279 215.725 828.083 215.578Z" fill="url(#paint22_linear)"/>
|
||||||
|
<path d="M828.331 215.769L851.275 213.869C852.969 213.728 854.149 215.49 853.912 217.803L852.552 231.069C852.315 233.382 850.749 235.371 849.055 235.511L826.111 237.412C824.418 237.552 823.237 235.791 823.474 233.477L824.835 220.211C825.072 217.898 826.637 215.909 828.331 215.769Z" fill="#494949"/>
|
||||||
|
<path d="M858.188 222.748C858.188 222.748 840.24 222.247 831.535 224.074C830.186 224.357 828.851 224.833 827.672 225.546C825.033 227.143 820.476 233.009 820.476 233.009L819.51 233.275L823.008 215.152L858.854 212.887L858.188 222.748Z" fill="url(#paint23_linear)"/>
|
||||||
|
<path d="M813.777 192.515C814.28 192.505 814.74 192.63 815.126 192.863C815.126 192.865 815.126 192.866 815.136 192.868C816.072 193.263 857.574 208.639 866.822 211.957C867.928 212.354 868.123 212.884 868.196 212.879C868.196 212.879 846.163 213.35 833.243 214.514C830.948 214.721 828.008 215.432 827.015 217.511C825.041 221.638 823.062 229.86 822.815 229.715L821.599 229.766L785.16 202.529L785.169 198.539C785.443 196.415 787.131 194.592 788.957 194.449L813.616 192.525C813.673 192.52 813.726 192.516 813.782 192.515L813.777 192.515Z" fill="#202020"/>
|
||||||
|
<g filter="url(#filter6_f)">
|
||||||
|
<path d="M819.543 234.141C818.544 233.942 786.762 207.823 786.762 207.823L787.961 200.827L821.675 218.417L819.543 234.141Z" fill="url(#paint24_linear)"/>
|
||||||
|
</g>
|
||||||
|
<path d="M812.801 191.642C813.304 191.632 813.764 191.758 814.151 191.99C814.151 191.992 814.151 191.994 814.16 191.996C815.208 192.438 866.907 212.025 867.598 211.986C867.598 211.986 845.188 212.478 832.267 213.642C829.972 213.848 827.033 214.56 826.039 216.639C824.066 220.766 821.761 229.966 821.515 229.821L784.184 201.657L784.194 197.667C784.468 195.543 786.155 193.72 787.981 193.577L812.64 191.652C812.697 191.648 812.75 191.644 812.806 191.643L812.801 191.642Z" fill="#6E6E6E"/>
|
||||||
|
<path d="M838.866 234.874C833.42 234.874 829.243 230.519 829.538 225.146C829.832 219.774 834.486 215.418 839.932 215.418C845.378 215.418 849.554 219.774 849.26 225.146C848.966 230.519 844.312 234.874 838.866 234.874Z" fill="#121212"/>
|
||||||
|
<path opacity="0.668471" d="M838.072 233.895C833.36 233.895 829.748 230.127 830.002 225.48C830.257 220.832 834.283 217.064 838.994 217.064C843.705 217.064 847.318 220.832 847.063 225.48C846.809 230.127 842.783 233.895 838.072 233.895Z" fill="url(#paint25_radial)"/>
|
||||||
|
<path d="M828.632 236.283C826.951 236.283 825.588 234.92 825.588 233.239C825.588 231.558 826.951 230.195 828.632 230.195C830.314 230.195 831.676 231.558 831.676 233.239C831.676 234.92 830.314 236.283 828.632 236.283Z" fill="url(#paint26_linear)"/>
|
||||||
|
<path d="M828.399 235.783C826.994 235.783 825.855 234.644 825.855 233.239C825.855 231.834 826.994 230.695 828.399 230.695C829.804 230.695 830.943 231.834 830.943 233.239C830.943 234.644 829.804 235.783 828.399 235.783Z" fill="url(#paint27_radial)"/>
|
||||||
|
<path d="M829.902 232.998C829.62 233.153 829.198 232.925 828.959 232.489C828.721 232.053 828.756 231.575 829.039 231.42C829.321 231.266 829.744 231.494 829.982 231.929C830.22 232.365 830.185 232.844 829.902 232.998Z" fill="#FF3636" fill-opacity="0.428571"/>
|
||||||
|
<path opacity="0.668471" d="M838.199 232.884L837.493 229.492C839.227 229.004 841 228.771 842.251 225.063C842.251 225.063 846.35 224.969 846.303 225.158C846.365 228.67 842.867 232.977 838.199 232.884V232.884Z" fill="url(#paint28_linear)"/>
|
||||||
|
<path d="M836.584 211.989C836.584 211.989 821.346 209.066 819.885 208.44C818.424 207.814 818.15 206.172 814.102 205.151C810.024 204.122 806.95 201.811 806.95 201.811L801.099 198.838L791.288 193.411L786.487 194.246C786.487 194.246 784.4 195.081 784.4 196.124C784.4 197.168 783.773 201.134 783.773 201.134L821.555 229.731L825.313 216.79L828.026 214.076L836.584 211.989Z" fill="url(#paint29_linear)"/>
|
||||||
|
<path d="M866.906 211.74L813.917 192.109L812.305 191.914L803.585 193.142L800.781 192.847C800.781 192.847 797.386 193.732 799.895 194.47C802.404 195.208 809.489 194.766 810.817 194.913C812.146 195.061 814.803 195.504 815.983 196.242C817.164 196.98 818.64 197.865 819.378 198.308C820.116 198.751 823.659 199.489 825.578 199.784C827.496 200.079 829.415 199.636 830.596 200.965C831.777 202.293 832.367 204.507 833.843 205.098C835.319 205.688 838.419 205.688 839.895 205.54C841.371 205.393 842.109 205.098 842.699 205.245C843.29 205.393 845.504 205.393 846.684 205.688C847.865 205.983 850.227 207.607 853.917 208.492C857.607 209.378 866.906 211.74 866.906 211.74V211.74Z" fill="#656565" fill-opacity="0.579439"/>
|
||||||
|
<path d="M838.271 213.068H832.219C832.219 213.068 827.349 213.511 825.577 212.625C823.806 211.74 819.083 210.116 818.493 209.526C817.902 208.935 814.064 208.345 813.326 208.492C812.588 208.64 811.703 209.23 811.555 210.706C811.408 212.182 807.718 213.068 807.718 213.068C807.718 213.068 807.718 217.201 807.865 217.939C808.013 218.677 804.913 218.677 804.323 215.577C803.733 212.478 805.504 210.411 805.651 209.083C805.799 207.754 805.504 206.721 805.504 205.836C805.504 204.95 806.98 202.293 807.127 201.408C807.275 200.522 809.341 202.588 810.227 203.326C811.113 204.064 813.917 205.245 815.541 205.54C817.164 205.836 818.345 206.278 821.592 207.164C824.839 208.05 821.445 208.492 826.906 208.788C832.367 209.083 839.452 210.264 840.928 210.411C842.404 210.559 843.88 210.264 847.57 210.264C851.26 210.264 867.053 211.887 867.053 211.887L838.271 213.068Z" fill="#656565" fill-opacity="0.579439"/>
|
||||||
|
<path d="M777.444 277.643L769.601 279.336C765.58 280.167 765.959 281.512 766.236 296.002C766.367 302.83 764.746 312.273 768.532 311.244C768.888 310.887 779.583 307.768 779.583 307.768C781.943 304.69 786.338 283.566 777.444 277.643V277.643Z" fill="#585858"/>
|
||||||
|
<path d="M822.23 291.123L821.517 301.462C820.274 304.952 810.033 305.084 809.129 301.551C809.228 298.105 809.237 294.659 809.218 291.212L822.23 291.123Z" fill="#5A5A5A"/>
|
||||||
|
<path d="M774.622 293.293V298.311C774.622 298.311 775.803 302.739 775.36 303.773C774.917 304.806 771.965 310.562 771.965 310.562L778.312 308.643L780.379 303.33L782.15 297.278L774.622 293.293Z" fill="url(#paint30_linear)"/>
|
||||||
|
<path d="M778.781 299.657L809.441 301.529C812.337 299.389 812.805 296.387 809.352 291.992L778.157 288.784C773.568 290.537 773.811 300.222 778.781 299.657V299.657Z" fill="#4D4D4D"/>
|
||||||
|
<path d="M815.769 292.527C812.175 292.527 809.262 291.948 809.262 291.235C809.262 290.521 812.175 289.942 815.769 289.942C819.362 289.942 822.275 290.521 822.275 291.235C822.275 291.948 819.362 292.527 815.769 292.527Z" fill="#818181"/>
|
||||||
|
<path d="M821.919 290.655L821.74 278.089L809.441 268.73L809.53 291.101C812.168 291.758 816.943 292.928 821.919 290.655H821.919Z" fill="#737373"/>
|
||||||
|
<path d="M868.406 263.027C871.931 265.26 865.869 277.58 864.078 283.943L862.869 284.215L808.937 252.579L813.007 246.602L868.406 263.027Z" fill="#202020"/>
|
||||||
|
<path opacity="0.668471" d="M786.563 289.672C799.152 292.185 808.025 295.96 811.082 300.133C814.568 302.237 817.819 301.907 821.743 301.732L822.276 291.538L820.011 282.809L809.22 274.351C809.22 274.351 809.6 290.472 809.4 290.805C808.918 291.279 809.048 291.903 809.048 291.903C806.576 291.791 792.085 290.224 786.563 289.672H786.563Z" fill="url(#paint31_linear)"/>
|
||||||
|
<path d="M867.733 262.939C871.02 265.437 864.636 277.649 862.845 284.012L807.705 252.648L814.66 242.974L867.733 262.939Z" fill="#3B3B3B"/>
|
||||||
|
<path d="M814.703 244.507C815.156 244.498 815.57 244.611 815.918 244.82C815.92 244.821 815.921 244.824 815.923 244.825C816.866 245.222 857.911 262.523 858.533 262.488L822.311 291.914L788.804 263.85C788.803 263.849 788.801 263.847 788.799 263.846C787.88 263.365 787.349 262.237 787.526 260.865L788.941 249.931C789.188 248.018 790.707 246.377 792.351 246.248L814.553 244.515C814.605 244.511 814.652 244.508 814.703 244.507Z" fill="#A0A0A0"/>
|
||||||
|
<path d="M826.64 264.288L856.481 261.856C858.684 261.676 860.22 263.931 859.912 266.891L858.142 283.872C857.834 286.832 855.798 289.378 853.595 289.558L823.754 291.99C821.551 292.17 820.015 289.915 820.324 286.954L822.093 269.974C822.402 267.013 824.438 264.468 826.64 264.288Z" fill="#7B7B7B"/>
|
||||||
|
<path d="M829.083 266.578L853.515 264.587C855.319 264.439 856.576 266.285 856.324 268.71L854.875 282.612C854.623 285.037 852.956 287.121 851.152 287.268L826.719 289.259C824.916 289.406 823.658 287.56 823.911 285.136L825.36 271.234C825.612 268.809 827.279 266.725 829.083 266.578Z" fill="url(#paint32_linear)"/>
|
||||||
|
<path d="M829.331 266.769L852.275 264.869C853.969 264.728 855.149 266.49 854.912 268.803L853.552 282.069C853.315 284.382 851.749 286.371 850.055 286.511L827.111 288.412C825.418 288.552 824.237 286.791 824.474 284.477L825.835 271.211C826.072 268.898 827.637 266.909 829.331 266.769Z" fill="#494949"/>
|
||||||
|
<path d="M859.188 273.748C859.188 273.748 841.24 273.247 832.535 275.074C831.186 275.357 829.851 275.833 828.672 276.546C826.033 278.143 821.476 284.009 821.476 284.009L820.51 284.275L824.008 266.152L859.854 263.887L859.188 273.748Z" fill="url(#paint33_linear)"/>
|
||||||
|
<path d="M814.777 243.515C815.28 243.505 815.74 243.63 816.126 243.863C816.126 243.865 816.126 243.866 816.136 243.868C817.072 244.263 858.574 259.639 867.822 262.957C868.928 263.354 869.123 263.884 869.196 263.879C869.196 263.879 847.163 264.35 834.243 265.514C831.948 265.721 829.008 266.432 828.015 268.511C826.041 272.638 824.062 280.86 823.815 280.715L822.599 280.766L786.16 253.529L786.169 249.539C786.443 247.415 788.131 245.592 789.957 245.449L814.616 243.525C814.673 243.52 814.726 243.516 814.782 243.515L814.777 243.515Z" fill="#202020"/>
|
||||||
|
<g filter="url(#filter7_f)">
|
||||||
|
<path d="M820.543 285.141C819.544 284.942 787.762 258.823 787.762 258.823L788.961 251.827L822.675 269.417L820.543 285.141Z" fill="url(#paint34_linear)"/>
|
||||||
|
</g>
|
||||||
|
<path d="M813.801 242.642C814.304 242.632 814.764 242.758 815.151 242.99C815.151 242.992 815.151 242.994 815.16 242.996C816.208 243.438 867.907 263.025 868.598 262.986C868.598 262.986 846.188 263.478 833.267 264.642C830.972 264.848 828.033 265.56 827.039 267.639C825.066 271.766 822.761 280.966 822.515 280.821L785.184 252.657L785.194 248.667C785.468 246.543 787.155 244.72 788.981 244.577L813.64 242.652C813.697 242.648 813.75 242.644 813.806 242.643L813.801 242.642Z" fill="#6E6E6E"/>
|
||||||
|
<path d="M839.866 285.874C834.42 285.874 830.243 281.519 830.538 276.146C830.832 270.774 835.486 266.418 840.932 266.418C846.378 266.418 850.554 270.774 850.26 276.146C849.966 281.519 845.312 285.874 839.866 285.874Z" fill="#121212"/>
|
||||||
|
<path opacity="0.668471" d="M839.072 284.895C834.36 284.895 830.748 281.127 831.002 276.48C831.257 271.832 835.283 268.064 839.994 268.064C844.705 268.064 848.318 271.832 848.063 276.48C847.809 281.127 843.783 284.895 839.072 284.895Z" fill="url(#paint35_radial)"/>
|
||||||
|
<path d="M829.632 287.283C827.951 287.283 826.588 285.92 826.588 284.239C826.588 282.558 827.951 281.195 829.632 281.195C831.314 281.195 832.676 282.558 832.676 284.239C832.676 285.92 831.314 287.283 829.632 287.283Z" fill="url(#paint36_linear)"/>
|
||||||
|
<path d="M829.399 286.783C827.994 286.783 826.855 285.644 826.855 284.239C826.855 282.834 827.994 281.695 829.399 281.695C830.804 281.695 831.943 282.834 831.943 284.239C831.943 285.644 830.804 286.783 829.399 286.783Z" fill="url(#paint37_radial)"/>
|
||||||
|
<path d="M830.902 283.998C830.62 284.153 830.198 283.925 829.959 283.489C829.721 283.053 829.756 282.575 830.039 282.42C830.321 282.266 830.744 282.494 830.982 282.929C831.22 283.365 831.185 283.844 830.902 283.998Z" fill="#FF3636" fill-opacity="0.428571"/>
|
||||||
|
<path opacity="0.668471" d="M839.199 283.884L838.493 280.492C840.227 280.004 842 279.771 843.251 276.063C843.251 276.063 847.35 275.969 847.303 276.158C847.365 279.67 843.867 283.977 839.199 283.884V283.884Z" fill="url(#paint38_linear)"/>
|
||||||
|
<path d="M837.584 262.989C837.584 262.989 822.346 260.066 820.885 259.44C819.424 258.814 819.15 257.172 815.102 256.151C811.024 255.122 807.95 252.811 807.95 252.811L802.099 249.838L792.288 244.411L787.487 245.246C787.487 245.246 785.4 246.081 785.4 247.124C785.4 248.168 784.773 252.134 784.773 252.134L822.555 280.731L826.313 267.79L829.026 265.076L837.584 262.989Z" fill="url(#paint39_linear)"/>
|
||||||
|
<path d="M867.906 262.74L814.917 243.109L813.305 242.914L804.585 244.142L801.781 243.847C801.781 243.847 798.386 244.732 800.895 245.47C803.404 246.208 810.489 245.766 811.817 245.913C813.146 246.061 815.803 246.504 816.983 247.242C818.164 247.98 819.64 248.865 820.378 249.308C821.116 249.751 824.659 250.489 826.578 250.784C828.496 251.079 830.415 250.636 831.596 251.965C832.777 253.293 833.367 255.507 834.843 256.098C836.319 256.688 839.419 256.688 840.895 256.54C842.371 256.393 843.109 256.098 843.699 256.245C844.29 256.393 846.504 256.393 847.684 256.688C848.865 256.983 851.227 258.607 854.917 259.492C858.607 260.378 867.906 262.74 867.906 262.74V262.74Z" fill="#656565" fill-opacity="0.579439"/>
|
||||||
|
<path d="M839.271 264.068H833.219C833.219 264.068 828.349 264.511 826.577 263.625C824.806 262.74 820.083 261.116 819.493 260.526C818.902 259.935 815.064 259.345 814.326 259.492C813.588 259.64 812.703 260.23 812.555 261.706C812.408 263.182 808.718 264.068 808.718 264.068C808.718 264.068 808.718 268.201 808.865 268.939C809.013 269.677 805.913 269.677 805.323 266.577C804.733 263.478 806.504 261.411 806.651 260.083C806.799 258.754 806.504 257.721 806.504 256.836C806.504 255.95 807.98 253.293 808.127 252.408C808.275 251.522 810.341 253.588 811.227 254.326C812.113 255.064 814.917 256.245 816.541 256.54C818.164 256.836 819.345 257.278 822.592 258.164C825.839 259.05 822.445 259.492 827.906 259.788C833.367 260.083 840.452 261.264 841.928 261.411C843.404 261.559 844.88 261.264 848.57 261.264C852.26 261.264 868.053 262.887 868.053 262.887L839.271 264.068Z" fill="#656565" fill-opacity="0.579439"/>
|
||||||
|
<path d="M743 210.904L671 210.904L671 208.904L743 208.904L743 210.904Z" fill="#D1D1D1"/>
|
||||||
|
<rect x="266" y="13" width="386" height="413" rx="3" fill="white" fill-opacity="0.5" stroke="#D1D1D1" stroke-width="2"/>
|
||||||
|
<g filter="url(#filter8_dd)">
|
||||||
|
<rect x="333" y="161" width="252" height="120" rx="4" fill="white"/>
|
||||||
|
</g>
|
||||||
|
<path d="M333 165C333 162.791 334.791 161 337 161H581C583.209 161 585 162.791 585 165V167H333V165Z" fill="#4A796B"/>
|
||||||
|
<path d="M377.616 225H380.515V220.234L382.288 218.141L387.062 225H390.546L384.304 216.18L390.491 209H386.952L380.71 216.352H380.515V209H377.616V225ZM396.812 225.234C399.608 225.234 401.53 223.867 402.03 221.781L399.39 221.484C399.007 222.5 398.069 223.031 396.851 223.031C395.022 223.031 393.812 221.828 393.788 219.773H402.147V218.906C402.147 214.695 399.616 212.844 396.663 212.844C393.226 212.844 390.983 215.367 390.983 219.07C390.983 222.836 393.194 225.234 396.812 225.234ZM393.796 217.867C393.882 216.336 395.015 215.047 396.702 215.047C398.327 215.047 399.421 216.234 399.437 217.867H393.796ZM404.54 225H407.368V217.945C407.368 216.422 408.517 215.344 410.071 215.344C410.548 215.344 411.142 215.43 411.384 215.508V212.906C411.126 212.859 410.681 212.828 410.368 212.828C408.993 212.828 407.845 213.609 407.407 215H407.282V213H404.54V225ZM413.388 225H416.169V223.109H416.333C416.778 223.984 417.708 225.211 419.771 225.211C422.599 225.211 424.716 222.969 424.716 219.016C424.716 215.016 422.536 212.844 419.763 212.844C417.646 212.844 416.763 214.117 416.333 214.984H416.216V209H413.388V225ZM416.161 219C416.161 216.672 417.161 215.164 418.981 215.164C420.864 215.164 421.833 216.766 421.833 219C421.833 221.25 420.849 222.891 418.981 222.891C417.177 222.891 416.161 221.328 416.161 219ZM432.433 225.234C435.229 225.234 437.151 223.867 437.651 221.781L435.011 221.484C434.628 222.5 433.69 223.031 432.472 223.031C430.644 223.031 429.433 221.828 429.409 219.773H437.769V218.906C437.769 214.695 435.237 212.844 432.284 212.844C428.847 212.844 426.604 215.367 426.604 219.07C426.604 222.836 428.815 225.234 432.433 225.234ZM429.417 217.867C429.503 216.336 430.636 215.047 432.323 215.047C433.948 215.047 435.042 216.234 435.058 217.867H429.417ZM440.161 225H442.989V217.945C442.989 216.422 444.138 215.344 445.692 215.344C446.169 215.344 446.763 215.43 447.005 215.508V212.906C446.747 212.859 446.302 212.828 445.989 212.828C444.614 212.828 443.466 213.609 443.028 215H442.903V213H440.161V225ZM453.624 225.234C457.14 225.234 459.374 222.758 459.374 219.047C459.374 215.328 457.14 212.844 453.624 212.844C450.108 212.844 447.874 215.328 447.874 219.047C447.874 222.758 450.108 225.234 453.624 225.234ZM453.64 222.969C451.694 222.969 450.741 221.234 450.741 219.039C450.741 216.844 451.694 215.086 453.64 215.086C455.554 215.086 456.507 216.844 456.507 219.039C456.507 221.234 455.554 222.969 453.64 222.969ZM471.259 216.172C470.868 214.141 469.243 212.844 466.431 212.844C463.54 212.844 461.571 214.266 461.579 216.484C461.571 218.234 462.649 219.391 464.954 219.867L467.001 220.297C468.103 220.539 468.618 220.984 468.618 221.664C468.618 222.484 467.728 223.102 466.384 223.102C465.087 223.102 464.243 222.539 464.001 221.461L461.243 221.727C461.595 223.93 463.446 225.234 466.392 225.234C469.392 225.234 471.509 223.68 471.517 221.406C471.509 219.695 470.407 218.648 468.142 218.156L466.095 217.719C464.876 217.445 464.392 217.023 464.399 216.328C464.392 215.516 465.29 214.953 466.47 214.953C467.774 214.953 468.462 215.664 468.681 216.453L471.259 216.172ZM481.485 225L482.806 221.055H488.821L490.149 225H493.243L487.603 209H484.024L478.392 225H481.485ZM483.587 218.727L485.751 212.281H485.876L488.04 218.727H483.587ZM500.079 229.75C503.321 229.75 505.712 228.266 505.712 225.195V213H502.923V214.984H502.767C502.337 214.117 501.438 212.844 499.321 212.844C496.548 212.844 494.368 215.016 494.368 218.961C494.368 222.875 496.548 224.828 499.313 224.828C501.368 224.828 502.329 223.727 502.767 222.844H502.907V225.117C502.907 226.883 501.735 227.609 500.126 227.609C498.423 227.609 497.673 226.805 497.329 226.102L494.782 226.719C495.298 228.398 497.024 229.75 500.079 229.75ZM500.103 222.609C498.235 222.609 497.251 221.156 497.251 218.945C497.251 216.766 498.22 215.164 500.103 215.164C501.923 215.164 502.923 216.672 502.923 218.945C502.923 221.234 501.907 222.609 500.103 222.609ZM513.923 225.234C516.72 225.234 518.642 223.867 519.142 221.781L516.501 221.484C516.118 222.5 515.181 223.031 513.962 223.031C512.134 223.031 510.923 221.828 510.899 219.773H519.259V218.906C519.259 214.695 516.728 212.844 513.774 212.844C510.337 212.844 508.095 215.367 508.095 219.07C508.095 222.836 510.306 225.234 513.923 225.234ZM510.907 217.867C510.993 216.336 512.126 215.047 513.813 215.047C515.438 215.047 516.532 216.234 516.548 217.867H510.907ZM524.479 217.969C524.479 216.234 525.526 215.234 527.019 215.234C528.479 215.234 529.354 216.195 529.354 217.797V225H532.183V217.359C532.19 214.484 530.55 212.844 528.073 212.844C526.276 212.844 525.042 213.703 524.495 215.039H524.354V213H521.651V225H524.479V217.969ZM541.05 213H538.683V210.125H535.854V213H534.151V215.187H535.854V221.859C535.839 224.117 537.479 225.227 539.604 225.164C540.409 225.141 540.964 224.984 541.269 224.883L540.792 222.672C540.636 222.711 540.315 222.781 539.964 222.781C539.253 222.781 538.683 222.531 538.683 221.391V215.187H541.05V213Z" fill="#262424"/>
|
||||||
|
<path d="M400.755 253H402.511V249.381L403.886 247.801L407.647 253H409.761L405.05 246.602L409.744 241.364H407.533L402.653 246.92H402.511V241.364H400.755V253ZM414.364 253.176C416.268 253.176 417.614 252.239 418.001 250.818L416.393 250.528C416.086 251.352 415.347 251.773 414.381 251.773C412.927 251.773 411.95 250.83 411.904 249.148H418.109V248.545C418.109 245.392 416.222 244.159 414.245 244.159C411.813 244.159 410.211 246.011 410.211 248.693C410.211 251.403 411.79 253.176 414.364 253.176ZM411.91 247.875C411.978 246.636 412.876 245.562 414.256 245.562C415.575 245.562 416.438 246.54 416.444 247.875H411.91ZM419.994 253H421.692V247.67C421.692 246.528 422.573 245.705 423.778 245.705C424.13 245.705 424.528 245.767 424.664 245.807V244.182C424.494 244.159 424.158 244.142 423.942 244.142C422.92 244.142 422.045 244.722 421.727 245.659H421.636V244.273H419.994V253ZM426.271 253H427.93V251.642H428.072C428.379 252.199 429.004 253.17 430.594 253.17C432.708 253.17 434.242 251.477 434.242 248.653C434.242 245.824 432.685 244.159 430.577 244.159C428.958 244.159 428.373 245.148 428.072 245.688H427.969V241.364H426.271V253ZM427.935 248.636C427.935 246.812 428.731 245.602 430.214 245.602C431.754 245.602 432.526 246.903 432.526 248.636C432.526 250.386 431.731 251.722 430.214 251.722C428.754 251.722 427.935 250.472 427.935 248.636ZM439.911 253.176C441.815 253.176 443.161 252.239 443.548 250.818L441.94 250.528C441.633 251.352 440.894 251.773 439.928 251.773C438.474 251.773 437.496 250.83 437.451 249.148H443.656V248.545C443.656 245.392 441.769 244.159 439.792 244.159C437.36 244.159 435.758 246.011 435.758 248.693C435.758 251.403 437.337 253.176 439.911 253.176ZM437.457 247.875C437.525 246.636 438.423 245.562 439.803 245.562C441.121 245.562 441.985 246.54 441.991 247.875H437.457ZM445.54 253H447.239V247.67C447.239 246.528 448.12 245.705 449.325 245.705C449.677 245.705 450.075 245.767 450.211 245.807V244.182C450.04 244.159 449.705 244.142 449.489 244.142C448.467 244.142 447.592 244.722 447.273 245.659H447.183V244.273H445.54V253ZM455.045 253.176C457.505 253.176 459.113 251.375 459.113 248.676C459.113 245.96 457.505 244.159 455.045 244.159C452.585 244.159 450.977 245.96 450.977 248.676C450.977 251.375 452.585 253.176 455.045 253.176ZM455.05 251.75C453.442 251.75 452.692 250.347 452.692 248.67C452.692 247 453.442 245.58 455.05 245.58C456.647 245.58 457.397 247 457.397 248.67C457.397 250.347 456.647 251.75 455.05 251.75ZM467.549 246.403C467.197 245.045 466.134 244.159 464.248 244.159C462.276 244.159 460.879 245.199 460.879 246.744C460.879 247.983 461.629 248.807 463.265 249.17L464.742 249.494C465.583 249.682 465.975 250.057 465.975 250.602C465.975 251.278 465.254 251.807 464.14 251.807C463.123 251.807 462.469 251.369 462.265 250.511L460.623 250.761C460.907 252.307 462.191 253.176 464.151 253.176C466.259 253.176 467.719 252.057 467.719 250.477C467.719 249.244 466.935 248.483 465.333 248.114L463.947 247.795C462.987 247.568 462.572 247.244 462.577 246.653C462.572 245.983 463.299 245.506 464.265 245.506C465.322 245.506 465.81 246.091 466.009 246.676L467.549 246.403ZM474.941 253L476.009 249.92H480.555L481.617 253H483.481L479.293 241.364H477.265L473.077 253H474.941ZM476.521 248.443L478.237 243.477H478.327L480.043 248.443H476.521ZM488.543 256.455C490.765 256.455 492.481 255.438 492.481 253.193V244.273H490.816V245.688H490.691C490.39 245.148 489.788 244.159 488.163 244.159C486.055 244.159 484.504 245.824 484.504 248.602C484.504 251.386 486.089 252.869 488.151 252.869C489.754 252.869 490.373 251.966 490.68 251.409H490.788V253.125C490.788 254.494 489.85 255.085 488.56 255.085C487.146 255.085 486.594 254.375 486.293 253.875L484.833 254.477C485.293 255.545 486.458 256.455 488.543 256.455ZM488.526 251.46C487.009 251.46 486.219 250.295 486.219 248.58C486.219 246.903 486.992 245.602 488.526 245.602C490.009 245.602 490.805 246.812 490.805 248.58C490.805 250.381 489.992 251.46 488.526 251.46ZM498.521 253.176C500.424 253.176 501.771 252.239 502.157 250.818L500.549 250.528C500.242 251.352 499.504 251.773 498.538 251.773C497.083 251.773 496.106 250.83 496.06 249.148H502.265V248.545C502.265 245.392 500.379 244.159 498.401 244.159C495.969 244.159 494.367 246.011 494.367 248.693C494.367 251.403 495.947 253.176 498.521 253.176ZM496.066 247.875C496.134 246.636 497.032 245.562 498.413 245.562C499.731 245.562 500.594 246.54 500.6 247.875H496.066ZM505.849 247.818C505.849 246.426 506.701 245.631 507.883 245.631C509.036 245.631 509.735 246.386 509.735 247.653V253H511.434V247.449C511.434 245.29 510.246 244.159 508.462 244.159C507.15 244.159 506.292 244.767 505.888 245.693H505.781V244.273H504.15V253H505.849V247.818ZM517.786 244.273H515.996V242.182H514.298V244.273H513.019V245.636H514.298V250.79C514.292 252.375 515.502 253.142 516.843 253.114C517.383 253.108 517.746 253.006 517.945 252.932L517.638 251.528C517.525 251.551 517.315 251.602 517.042 251.602C516.491 251.602 515.996 251.42 515.996 250.438V245.636H517.786V244.273Z" fill="#6D6666"/>
|
||||||
|
<rect x="406" y="149" width="107" height="36" rx="4" fill="#4A796B"/>
|
||||||
|
<path d="M423.291 174H425.663V169.206H428.079L430.648 174H433.295L430.463 168.81C432.004 168.19 432.815 166.873 432.815 165.096C432.815 162.597 431.205 160.909 428.2 160.909H423.291V174ZM425.663 167.237V162.891H427.836C429.607 162.891 430.399 163.702 430.399 165.096C430.399 166.489 429.607 167.237 427.849 167.237H425.663ZM434.998 174H443.564V172.012H437.37V168.439H443.071V166.451H437.37V162.897H443.512V160.909H434.998V174ZM457.137 165.326C456.734 162.418 454.497 160.73 451.595 160.73C448.175 160.73 445.599 163.223 445.599 167.455C445.599 171.68 448.143 174.179 451.595 174.179C454.708 174.179 456.773 172.165 457.137 169.666L454.746 169.653C454.446 171.188 453.193 172.05 451.627 172.05C449.505 172.05 447.984 170.459 447.984 167.455C447.984 164.501 449.492 162.859 451.634 162.859C453.225 162.859 454.472 163.76 454.746 165.326H457.137ZM471.006 167.455C471.006 163.223 468.424 160.73 464.991 160.73C461.552 160.73 458.976 163.223 458.976 167.455C458.976 171.68 461.552 174.179 464.991 174.179C468.424 174.179 471.006 171.686 471.006 167.455ZM468.622 167.455C468.622 170.433 467.126 172.05 464.991 172.05C462.863 172.05 461.361 170.433 461.361 167.455C461.361 164.476 462.863 162.859 464.991 162.859C467.126 162.859 468.622 164.476 468.622 167.455ZM473.248 174H475.62V169.206H478.036L480.605 174H483.252L480.42 168.81C481.961 168.19 482.772 166.873 482.772 165.096C482.772 162.597 481.162 160.909 478.157 160.909H473.248V174ZM475.62 167.237V162.891H477.793C479.564 162.891 480.356 163.702 480.356 165.096C480.356 166.489 479.564 167.237 477.806 167.237H475.62ZM489.391 174C493.38 174 495.745 171.533 495.745 167.442C495.745 163.364 493.38 160.909 489.481 160.909H484.955V174H489.391ZM487.327 171.948V162.961H489.347C492.006 162.961 493.393 164.444 493.393 167.442C493.393 170.452 492.006 171.948 489.276 171.948H487.327Z" fill="white"/>
|
||||||
|
<rect x="342" y="1" width="74" height="34" rx="3" fill="white"/>
|
||||||
|
<path d="M358.148 24H365.761V22.233H360.256V19.0568H365.324V17.2898H360.256V14.1307L365.716 14.1307V12.3636L358.148 12.3636V24ZM371.81 24C375.355 24 377.457 21.8068 377.457 18.1705C377.457 14.5455 375.355 12.3636 371.889 12.3636L367.866 12.3636V24L371.81 24ZM369.974 22.1761V14.1875H371.77C374.134 14.1875 375.366 15.5057 375.366 18.1705C375.366 20.8466 374.134 22.1761 371.707 22.1761H369.974ZM387.256 16.0795H389.403C389.045 13.7955 387.068 12.2045 384.494 12.2045C381.449 12.2045 379.165 14.4432 379.165 18.1932C379.165 21.875 381.347 24.1591 384.557 24.1591C387.438 24.1591 389.5 22.3068 389.5 19.3068V17.9091H384.778V19.5568H387.46C387.426 21.2159 386.318 22.267 384.568 22.267C382.619 22.267 381.284 20.8068 381.284 18.1705C381.284 15.5511 382.642 14.0966 384.523 14.0966C385.926 14.0966 386.881 14.8466 387.256 16.0795ZM391.538 24H399.152V22.233H393.646V19.0568H398.714V17.2898H393.646V14.1307L399.107 14.1307V12.3636L391.538 12.3636V24Z" fill="#6D6666"/>
|
||||||
|
<rect x="342" y="1" width="74" height="34" rx="3" stroke="#D1D1D1" stroke-width="2"/>
|
||||||
|
<defs>
|
||||||
|
<filter id="filter0_dd" x="0" y="8" width="170" height="170" 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="3"/>
|
||||||
|
<feGaussianBlur stdDeviation="2"/>
|
||||||
|
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/>
|
||||||
|
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
|
||||||
|
<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="4"/>
|
||||||
|
<feGaussianBlur stdDeviation="17"/>
|
||||||
|
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"/>
|
||||||
|
<feBlend mode="normal" in2="effect1_dropShadow" result="effect2_dropShadow"/>
|
||||||
|
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow" result="shape"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter1_dd" x="0" y="91" width="170" height="170" 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="3"/>
|
||||||
|
<feGaussianBlur stdDeviation="2"/>
|
||||||
|
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/>
|
||||||
|
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
|
||||||
|
<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="4"/>
|
||||||
|
<feGaussianBlur stdDeviation="17"/>
|
||||||
|
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"/>
|
||||||
|
<feBlend mode="normal" in2="effect1_dropShadow" result="effect2_dropShadow"/>
|
||||||
|
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow" result="shape"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter2_dd" x="0" y="174" width="170" height="170" 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="3"/>
|
||||||
|
<feGaussianBlur stdDeviation="2"/>
|
||||||
|
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/>
|
||||||
|
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
|
||||||
|
<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="4"/>
|
||||||
|
<feGaussianBlur stdDeviation="17"/>
|
||||||
|
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"/>
|
||||||
|
<feBlend mode="normal" in2="effect1_dropShadow" result="effect2_dropShadow"/>
|
||||||
|
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow" result="shape"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter3_dd" x="0" y="257" width="170" height="170" 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="3"/>
|
||||||
|
<feGaussianBlur stdDeviation="2"/>
|
||||||
|
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/>
|
||||||
|
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
|
||||||
|
<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="4"/>
|
||||||
|
<feGaussianBlur stdDeviation="17"/>
|
||||||
|
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"/>
|
||||||
|
<feBlend mode="normal" in2="effect1_dropShadow" result="effect2_dropShadow"/>
|
||||||
|
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow" result="shape"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter4_f" x="771.778" y="96.8437" width="58.8796" height="57.2808" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||||
|
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||||
|
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||||
|
<feGaussianBlur stdDeviation="5.99149" result="effect1_foregroundBlur"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter5_f" x="773.779" y="142.844" width="58.8796" height="57.2808" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||||
|
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||||
|
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||||
|
<feGaussianBlur stdDeviation="5.99149" result="effect1_foregroundBlur"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter6_f" x="774.779" y="188.844" width="58.8796" height="57.2808" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||||
|
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||||
|
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||||
|
<feGaussianBlur stdDeviation="5.99149" result="effect1_foregroundBlur"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter7_f" x="775.779" y="239.844" width="58.8796" height="57.2808" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||||
|
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||||
|
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||||
|
<feGaussianBlur stdDeviation="5.99149" result="effect1_foregroundBlur"/>
|
||||||
|
</filter>
|
||||||
|
<filter id="filter8_dd" x="299" y="131" width="320" height="188" 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="3"/>
|
||||||
|
<feGaussianBlur stdDeviation="2"/>
|
||||||
|
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/>
|
||||||
|
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
|
||||||
|
<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="4"/>
|
||||||
|
<feGaussianBlur stdDeviation="17"/>
|
||||||
|
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0"/>
|
||||||
|
<feBlend mode="normal" in2="effect1_dropShadow" result="effect2_dropShadow"/>
|
||||||
|
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow" result="shape"/>
|
||||||
|
</filter>
|
||||||
|
<linearGradient id="paint0_linear" x1="775.788" y1="137.673" x2="772.688" y2="171.621" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#080808"/>
|
||||||
|
<stop offset="1" stop-color="#080808" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint1_linear" x1="809.894" y1="142.845" x2="801.685" y2="155.472" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#0E0E0E"/>
|
||||||
|
<stop offset="1" stop-color="#2F2F2F" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint2_linear" x1="850" y1="145.72" x2="836.26" y2="134.554" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#5D5D5D"/>
|
||||||
|
<stop offset="1" stop-color="#5D5D5D" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint3_linear" x1="838.53" y1="111.359" x2="853.055" y2="144.14" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#272727"/>
|
||||||
|
<stop offset="1" stop-color="#4A4A4A" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint4_linear" x1="814.058" y1="127.84" x2="803.549" y2="138.393" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#4A4A4A"/>
|
||||||
|
<stop offset="1" stop-color="#4A4A4A" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<radialGradient id="paint5_radial" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(838.064 132.28) rotate(152.409) scale(15.5657 11.4704)">
|
||||||
|
<stop stop-color="#004C80"/>
|
||||||
|
<stop offset="1" stop-color="#004C80" stop-opacity="0"/>
|
||||||
|
</radialGradient>
|
||||||
|
<linearGradient id="paint6_linear" x1="828.676" y1="141.239" x2="819.723" y2="140.806" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop/>
|
||||||
|
<stop offset="1" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<radialGradient id="paint7_radial" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(825.999 140.839) rotate(180) scale(2.5442)">
|
||||||
|
<stop stop-color="#FF0000"/>
|
||||||
|
<stop offset="1" stop-color="#760000"/>
|
||||||
|
</radialGradient>
|
||||||
|
<linearGradient id="paint8_linear" x1="846.606" y1="145.443" x2="836.183" y2="134.419" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="white"/>
|
||||||
|
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint9_linear" x1="820.225" y1="106.421" x2="801.459" y2="114.234" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#858585"/>
|
||||||
|
<stop offset="1" stop-color="#858585" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint10_linear" x1="777.788" y1="183.673" x2="774.689" y2="217.621" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#080808"/>
|
||||||
|
<stop offset="1" stop-color="#080808" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint11_linear" x1="811.895" y1="188.845" x2="803.686" y2="201.472" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#0E0E0E"/>
|
||||||
|
<stop offset="1" stop-color="#2F2F2F" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint12_linear" x1="852" y1="191.72" x2="838.261" y2="180.554" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#5D5D5D"/>
|
||||||
|
<stop offset="1" stop-color="#5D5D5D" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint13_linear" x1="840.531" y1="157.359" x2="855.056" y2="190.14" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#272727"/>
|
||||||
|
<stop offset="1" stop-color="#4A4A4A" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint14_linear" x1="816.058" y1="173.84" x2="805.549" y2="184.393" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#4A4A4A"/>
|
||||||
|
<stop offset="1" stop-color="#4A4A4A" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<radialGradient id="paint15_radial" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(840.065 178.28) rotate(152.409) scale(15.5657 11.4704)">
|
||||||
|
<stop stop-color="#004C80"/>
|
||||||
|
<stop offset="1" stop-color="#004C80" stop-opacity="0"/>
|
||||||
|
</radialGradient>
|
||||||
|
<linearGradient id="paint16_linear" x1="830.677" y1="187.239" x2="821.724" y2="186.806" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop/>
|
||||||
|
<stop offset="1" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<radialGradient id="paint17_radial" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(827.999 186.839) rotate(180) scale(2.5442)">
|
||||||
|
<stop stop-color="#FF0000"/>
|
||||||
|
<stop offset="1" stop-color="#760000"/>
|
||||||
|
</radialGradient>
|
||||||
|
<linearGradient id="paint18_linear" x1="848.607" y1="191.443" x2="838.184" y2="180.419" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="white"/>
|
||||||
|
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint19_linear" x1="822.225" y1="152.421" x2="803.459" y2="160.234" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#858585"/>
|
||||||
|
<stop offset="1" stop-color="#858585" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint20_linear" x1="778.788" y1="229.673" x2="775.689" y2="263.621" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#080808"/>
|
||||||
|
<stop offset="1" stop-color="#080808" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint21_linear" x1="812.895" y1="234.845" x2="804.686" y2="247.472" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#0E0E0E"/>
|
||||||
|
<stop offset="1" stop-color="#2F2F2F" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint22_linear" x1="853" y1="237.72" x2="839.261" y2="226.554" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#5D5D5D"/>
|
||||||
|
<stop offset="1" stop-color="#5D5D5D" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint23_linear" x1="841.531" y1="203.359" x2="856.056" y2="236.14" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#272727"/>
|
||||||
|
<stop offset="1" stop-color="#4A4A4A" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint24_linear" x1="817.058" y1="219.84" x2="806.549" y2="230.393" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#4A4A4A"/>
|
||||||
|
<stop offset="1" stop-color="#4A4A4A" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<radialGradient id="paint25_radial" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(841.065 224.28) rotate(152.409) scale(15.5657 11.4704)">
|
||||||
|
<stop stop-color="#004C80"/>
|
||||||
|
<stop offset="1" stop-color="#004C80" stop-opacity="0"/>
|
||||||
|
</radialGradient>
|
||||||
|
<linearGradient id="paint26_linear" x1="831.676" y1="233.239" x2="822.723" y2="232.806" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop/>
|
||||||
|
<stop offset="1" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<radialGradient id="paint27_radial" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(828.999 232.839) rotate(180) scale(2.5442)">
|
||||||
|
<stop stop-color="#FF0000"/>
|
||||||
|
<stop offset="1" stop-color="#760000"/>
|
||||||
|
</radialGradient>
|
||||||
|
<linearGradient id="paint28_linear" x1="849.607" y1="237.443" x2="839.184" y2="226.419" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="white"/>
|
||||||
|
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint29_linear" x1="823.225" y1="198.421" x2="804.459" y2="206.234" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#858585"/>
|
||||||
|
<stop offset="1" stop-color="#858585" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint30_linear" x1="779.788" y1="280.673" x2="776.689" y2="314.621" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#080808"/>
|
||||||
|
<stop offset="1" stop-color="#080808" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint31_linear" x1="813.895" y1="285.845" x2="805.686" y2="298.472" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#0E0E0E"/>
|
||||||
|
<stop offset="1" stop-color="#2F2F2F" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint32_linear" x1="854" y1="288.72" x2="840.261" y2="277.554" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#5D5D5D"/>
|
||||||
|
<stop offset="1" stop-color="#5D5D5D" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint33_linear" x1="842.531" y1="254.359" x2="857.056" y2="287.14" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#272727"/>
|
||||||
|
<stop offset="1" stop-color="#4A4A4A" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint34_linear" x1="818.058" y1="270.84" x2="807.549" y2="281.393" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#4A4A4A"/>
|
||||||
|
<stop offset="1" stop-color="#4A4A4A" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<radialGradient id="paint35_radial" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(842.065 275.28) rotate(152.409) scale(15.5657 11.4704)">
|
||||||
|
<stop stop-color="#004C80"/>
|
||||||
|
<stop offset="1" stop-color="#004C80" stop-opacity="0"/>
|
||||||
|
</radialGradient>
|
||||||
|
<linearGradient id="paint36_linear" x1="832.676" y1="284.239" x2="823.723" y2="283.806" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop/>
|
||||||
|
<stop offset="1" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<radialGradient id="paint37_radial" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(829.999 283.839) rotate(180) scale(2.5442)">
|
||||||
|
<stop stop-color="#FF0000"/>
|
||||||
|
<stop offset="1" stop-color="#760000"/>
|
||||||
|
</radialGradient>
|
||||||
|
<linearGradient id="paint38_linear" x1="850.607" y1="288.443" x2="840.184" y2="277.419" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="white"/>
|
||||||
|
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient id="paint39_linear" x1="824.225" y1="249.421" x2="805.459" y2="257.234" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop stop-color="#858585"/>
|
||||||
|
<stop offset="1" stop-color="#858585" stop-opacity="0"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 75 KiB |
1922
content/prologue/deployments/kerberos-agent-edge.svg
Normal file
1922
content/prologue/deployments/kerberos-agent-edge.svg
Normal file
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 721 KiB |
379
content/prologue/deployments/kerberos-enterprise-suite.svg
Normal file
379
content/prologue/deployments/kerberos-enterprise-suite.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 90 KiB |
@@ -15,16 +15,6 @@ toc: true
|
|||||||
|
|
||||||
While working in the Kerberos Ecosystem, specific words and sentences become to start feel natural. Unfortunately that's not the case for everyone, that's why we added and updated this glossary page, to anyone can come back to this if he would require more detailed explanation.
|
While working in the Kerberos Ecosystem, specific words and sentences become to start feel natural. Unfortunately that's not the case for everyone, that's why we added and updated this glossary page, to anyone can come back to this if he would require more detailed explanation.
|
||||||
|
|
||||||
## Agent
|
## Kerberos Agent
|
||||||
|
|
||||||
An agent is a collection of binaries, shipped in different forms such as Docker, Balena, etc). It executes specific tasks related to the camera processing, monitoring, configuration and reviewing.
|
A Kerberos Agent is a collection of binaries, shipped in different forms such as Docker, Balena, etc). It executes specific tasks related to the camera processing, monitoring, configuration and reviewing.
|
||||||
|
|
||||||
There are two types of agents: an Open Source agent and an Enterprise agent.
|
|
||||||
|
|
||||||
### Open Source agent
|
|
||||||
|
|
||||||
The Open Source agent is a binary, shipped in different forms such as docker, KiOS, source code, which is Open Source and can be used for any purpose (commercial and non-commercial).
|
|
||||||
|
|
||||||
### Enterprise agent
|
|
||||||
|
|
||||||
The Enterprise agent is proprietary, closed source solution, available as a Docker image and optimised to be deployed in a Kubernetes or K3S cluster.
|
|
||||||
|
|||||||
591
content/prologue/how/hub-with-vault.svg
Normal file
591
content/prologue/how/hub-with-vault.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 118 KiB |
@@ -29,6 +29,8 @@ As soon you will process more [Kerberos Agents](/opensource/first-things-first/)
|
|||||||
|
|
||||||
One or more [Kerberos Agents](/opensource/first-things-first/) are perfect for a small scale deployment. The disadvantage, when running a couple of Kerberos Agents, is that an agent is designed to handle a single camera stream. This means if you would like to have an overview of all your [Kerberos Agents](/opensource/first-things-first/), you will need to open multiple interfaces or build something yourself. Another disadvantage is the network, typically a Kerberos Agent is on a local network, and not accessible from the internet. This requires port-forwarding, or a VPN tunnel to properly secure and access them.
|
One or more [Kerberos Agents](/opensource/first-things-first/) are perfect for a small scale deployment. The disadvantage, when running a couple of Kerberos Agents, is that an agent is designed to handle a single camera stream. This means if you would like to have an overview of all your [Kerberos Agents](/opensource/first-things-first/), you will need to open multiple interfaces or build something yourself. Another disadvantage is the network, typically a Kerberos Agent is on a local network, and not accessible from the internet. This requires port-forwarding, or a VPN tunnel to properly secure and access them.
|
||||||
|
|
||||||
|
{{< figure src="hub-with-vault.svg" alt="Kerberos Vault connected to Kerberos Hub." caption="Kerberos Vault connected to Kerberos Hub." class="stretch">}}
|
||||||
|
|
||||||
To overcome these disadvantages a tool, [Kerberos Hub](/hub/first-things-first/), was developed that allows to connect a couple, or a thousand of video stream to a single pane of glass. The idea is that you can use either the [Kerberos Hub Saas offering](/hub/first-things-first/) or the [Kerberos Hub self-hosted](/hub/first-things-first/) version, depending on your needs.
|
To overcome these disadvantages a tool, [Kerberos Hub](/hub/first-things-first/), was developed that allows to connect a couple, or a thousand of video stream to a single pane of glass. The idea is that you can use either the [Kerberos Hub Saas offering](/hub/first-things-first/) or the [Kerberos Hub self-hosted](/hub/first-things-first/) version, depending on your needs.
|
||||||
|
|
||||||
[Kerberos Hub](/hub/first-things-first/) comes with features to manage cameras in groups or sites, view livestreams, delegate access of a subset of cameras to specific accounts, filtering through machine learning, etc.
|
[Kerberos Hub](/hub/first-things-first/) comes with features to manage cameras in groups or sites, view livestreams, delegate access of a subset of cameras to specific accounts, filtering through machine learning, etc.
|
||||||
|
|||||||
Reference in New Issue
Block a user