Skip to content
Snippets Groups Projects
Commit 782825b7 authored by Elian Loraux's avatar Elian Loraux
Browse files

add welcome and login ressources

parent 5f09f466
No related branches found
No related tags found
No related merge requests found
Showing
with 770 additions and 0 deletions
/* Patternfly CSS places a "bg-login.jpg" as the background on this ".login-pf" class.
This clashes with the "keycloak-bg.png' background defined on the body below.
Therefore the Patternfly background must be set to none. */
.login-pf {
background: none;
}
.login-pf body {
background: url("../img/keycloak-bg.png") no-repeat center center fixed;
background-size: cover;
height: 100%;
}
textarea.pf-c-form-control {
height: auto;
}
.pf-c-alert__title {
font-size: var(--pf-global--FontSize--xs);
}
p.instruction {
margin: 5px 0;
}
.pf-c-button.pf-m-control {
border-color: rgba(230, 230, 230, 0.5);
}
h1#kc-page-title {
margin-top: 10px;
}
#kc-locale ul {
background-color: var(--pf-global--BackgroundColor--100);
display: none;
top: 20px;
min-width: 100px;
padding: 0;
}
#kc-locale-dropdown{
display: inline-block;
}
#kc-locale-dropdown:hover ul {
display:block;
}
#kc-locale-dropdown a {
color: var(--pf-global--Color--200);
text-align: right;
font-size: var(--pf-global--FontSize--sm);
}
#kc-locale-dropdown button {
background: none;
border: none;
padding: 0;
cursor: pointer;
color: var(--pf-global--Color--200);
text-align: right;
font-size: var(--pf-global--FontSize--sm);
}
button#kc-current-locale-link::after {
content: "\2c5";
margin-left: var(--pf-global--spacer--xs)
}
.login-pf .container {
padding-top: 40px;
}
.login-pf a:hover {
color: #0099d3;
}
#kc-logo {
width: 100%;
}
div.kc-logo-text {
background-image: url(../img/keycloak-logo-text.png);
background-repeat: no-repeat;
height: 63px;
width: 300px;
margin: 0 auto;
}
div.kc-logo-text span {
display: none;
}
#kc-header {
color: #000000;
overflow: visible;
white-space: nowrap;
}
#kc-header-wrapper {
font-size: 29px;
text-transform: uppercase;
letter-spacing: 3px;
line-height: 1.2em;
padding: 62px 10px 20px;
white-space: normal;
}
#kc-content {
width: 100%;
}
#kc-attempted-username {
font-size: 20px;
font-family: inherit;
font-weight: normal;
padding-right: 10px;
}
#kc-username {
text-align: center;
margin-bottom:-10px;
}
#kc-webauthn-settings-form {
padding-top: 8px;
}
#kc-form-webauthn .select-auth-box-parent {
pointer-events: none;
}
#kc-form-webauthn .select-auth-box-desc {
color: var(--pf-global--palette--black-600);
}
#kc-form-webauthn .select-auth-box-headline {
color: var(--pf-global--Color--300);
}
#kc-form-webauthn .select-auth-box-icon {
flex: 0 0 3em;
}
#kc-form-webauthn .select-auth-box-icon-properties {
margin-top: 10px;
font-size: 1.8em;
}
#kc-form-webauthn .select-auth-box-icon-properties.unknown-transport-class {
margin-top: 3px;
}
#kc-form-webauthn .pf-l-stack__item {
margin: -1px 0;
}
#kc-content-wrapper {
margin-top: 20px;
}
#kc-form-wrapper {
margin-top: 10px;
}
#kc-info {
margin: 20px -40px -30px;
}
#kc-info-wrapper {
font-size: 13px;
padding: 15px 35px;
background-color: #F0F0F0;
}
#kc-form-options span {
display: block;
}
#kc-form-options .checkbox {
margin-top: 0;
color: #72767b;
}
#kc-terms-text {
margin-bottom: 20px;
}
#kc-registration-terms-text {
max-height: 100px;
overflow-y: auto;
overflow-x: hidden;
margin: 5px;
}
#kc-registration {
margin-bottom: 0;
}
/* TOTP */
.subtitle {
text-align: right;
margin-top: 30px;
color: #909090;
}
.required {
color: var(--pf-global--danger-color--200);
}
ol#kc-totp-settings {
margin: 0;
padding-left: 20px;
}
ul#kc-totp-supported-apps {
margin-bottom: 10px;
}
#kc-totp-secret-qr-code {
max-width:150px;
max-height:150px;
}
#kc-totp-secret-key {
background-color: #fff;
color: #333333;
font-size: 16px;
padding: 10px 0;
}
/* OAuth */
#kc-oauth h3 {
margin-top: 0;
}
#kc-oauth ul {
list-style: none;
padding: 0;
margin: 0;
}
#kc-oauth ul li {
border-top: 1px solid rgba(255, 255, 255, 0.1);
font-size: 12px;
padding: 10px 0;
}
#kc-oauth ul li:first-of-type {
border-top: 0;
}
#kc-oauth .kc-role {
display: inline-block;
width: 50%;
}
/* Code */
#kc-code textarea {
width: 100%;
height: 8em;
}
/* Social */
.kc-social-links {
margin-top: 20px;
}
.kc-social-links li {
width: 100%;
}
.kc-social-provider-logo {
font-size: 23px;
width: 30px;
height: 25px;
float: left;
}
.kc-social-gray {
color: var(--pf-global--Color--200);
}
.kc-social-gray h2 {
font-size: 1em;
}
.kc-social-item {
margin-bottom: var(--pf-global--spacer--sm);
font-size: 15px;
text-align: center;
}
.kc-social-provider-name {
position: relative;
}
.kc-social-icon-text {
left: -15px;
}
.kc-social-grid {
display:grid;
grid-column-gap: 10px;
grid-row-gap: 5px;
grid-column-end: span 6;
--pf-l-grid__item--GridColumnEnd: span 6;
}
.kc-social-grid .kc-social-icon-text {
left: -10px;
}
.kc-login-tooltip {
position: relative;
display: inline-block;
}
.kc-social-section {
text-align: center;
}
.kc-social-section hr{
margin-bottom: 10px
}
.kc-login-tooltip .kc-tooltip-text{
top:-3px;
left:160%;
background-color: black;
visibility: hidden;
color: #fff;
min-width:130px;
text-align: center;
border-radius: 2px;
box-shadow:0 1px 8px rgba(0,0,0,0.6);
padding: 5px;
position: absolute;
opacity:0;
transition:opacity 0.5s;
}
/* Show tooltip */
.kc-login-tooltip:hover .kc-tooltip-text {
visibility: visible;
opacity:0.7;
}
/* Arrow for tooltip */
.kc-login-tooltip .kc-tooltip-text::after {
content: " ";
position: absolute;
top: 15px;
right: 100%;
margin-top: -5px;
border-width: 5px;
border-style: solid;
border-color: transparent black transparent transparent;
}
@media (min-width: 768px) {
#kc-container-wrapper {
position: absolute;
width: 100%;
}
.login-pf .container {
padding-right: 80px;
}
#kc-locale {
position: relative;
text-align: right;
z-index: 9999;
}
}
@media (max-width: 767px) {
.login-pf body {
background: white;
}
#kc-header {
padding-left: 15px;
padding-right: 15px;
float: none;
text-align: left;
}
#kc-header-wrapper {
font-size: 16px;
font-weight: bold;
padding: 20px 60px 0 0;
color: #72767b;
letter-spacing: 0;
}
div.kc-logo-text {
margin: 0;
width: 150px;
height: 32px;
background-size: 100%;
}
#kc-form {
float: none;
}
#kc-info-wrapper {
border-top: 1px solid rgba(255, 255, 255, 0.1);
background-color: transparent;
}
.login-pf .container {
padding-top: 15px;
padding-bottom: 15px;
}
#kc-locale {
position: absolute;
width: 200px;
top: 20px;
right: 20px;
text-align: right;
z-index: 9999;
}
}
@media (min-height: 646px) {
#kc-container-wrapper {
bottom: 12%;
}
}
@media (max-height: 645px) {
#kc-container-wrapper {
padding-top: 50px;
top: 20%;
}
}
.card-pf form.form-actions .btn {
float: right;
margin-left: 10px;
}
#kc-form-buttons {
margin-top: 20px;
}
.login-pf-page .login-pf-brand {
margin-top: 20px;
max-width: 360px;
width: 40%;
}
.select-auth-box-arrow{
display: flex;
align-items: center;
margin-right: 2rem;
}
.select-auth-box-icon{
display: flex;
flex: 0 0 2em;
justify-content: center;
margin-right: 1rem;
margin-left: 3rem;
}
.select-auth-box-parent{
border-top: 1px solid var(--pf-global--palette--black-200);
padding-top: 1rem;
padding-bottom: 1rem;
cursor: pointer;
text-align: left;
align-items: unset;
background-color: unset;
border-right: unset;
border-bottom: unset;
border-left: unset;
}
.select-auth-box-parent:hover{
background-color: #f7f8f8;
}
.select-auth-container {
padding-bottom: 0px !important;
}
.select-auth-box-headline {
font-size: var(--pf-global--FontSize--md);
color: var(--pf-global--primary-color--100);
font-weight: bold;
}
.select-auth-box-desc {
font-size: var(--pf-global--FontSize--sm);
}
.select-auth-box-paragraph {
text-align: center;
font-size: var(--pf-global--FontSize--md);
margin-bottom: 5px;
}
.card-pf {
margin: 0 auto;
box-shadow: var(--pf-global--BoxShadow--lg);
padding: 0 20px;
max-width: 500px;
border-top: 4px solid;
border-color: var(--pf-global--primary-color--100);
}
/*phone*/
@media (max-width: 767px) {
.login-pf-page .card-pf {
max-width: none;
margin-left: 0;
margin-right: 0;
padding-top: 0;
border-top: 0;
box-shadow: 0 0;
}
.kc-social-grid {
grid-column-end: 12;
--pf-l-grid__item--GridColumnEnd: span 12;
}
.kc-social-grid .kc-social-icon-text {
left: -15px;
}
}
.login-pf-page .login-pf-signup {
font-size: 15px;
color: #72767b;
}
#kc-content-wrapper .row {
margin-left: 0;
margin-right: 0;
}
.login-pf-page.login-pf-page-accounts {
margin-left: auto;
margin-right: auto;
}
.login-pf-page .btn-primary {
margin-top: 0;
}
.login-pf-page .list-view-pf .list-group-item {
border-bottom: 1px solid #ededed;
}
.login-pf-page .list-view-pf-description {
width: 100%;
}
#kc-form-login div.form-group:last-of-type,
#kc-register-form div.form-group:last-of-type,
#kc-update-profile-form div.form-group:last-of-type,
#kc-update-email-form div.form-group:last-of-type{
margin-bottom: 0px;
}
.no-bottom-margin {
margin-bottom: 0;
}
#kc-back {
margin-top: 5px;
}
/* Recovery codes */
.kc-recovery-codes-warning {
margin-bottom: 32px;
}
.kc-recovery-codes-warning .pf-c-alert__description p {
font-size: 0.875rem;
}
.kc-recovery-codes-list {
list-style: none;
columns: 2;
margin: 16px 0;
padding: 16px 16px 8px 16px;
border: 1px solid #D2D2D2;
}
.kc-recovery-codes-list li {
margin-bottom: 8px;
font-size: 11px;
}
.kc-recovery-codes-list li span {
color: #6A6E73;
width: 16px;
text-align: right;
display: inline-block;
margin-right: 1px;
}
.kc-recovery-codes-actions {
margin-bottom: 24px;
}
.kc-recovery-codes-actions button {
padding-left: 0;
}
.kc-recovery-codes-actions button i {
margin-right: 8px;
}
.kc-recovery-codes-confirmation {
align-items: baseline;
margin-bottom: 16px;
}
#certificate_subjectDN {
overflow-wrap: break-word
}
/* End Recovery codes */
login/resources/img/feedback-error-arrow-down.png

513 B

login/resources/img/feedback-error-sign.png

343 B

login/resources/img/feedback-success-arrow-down.png

678 B

login/resources/img/feedback-success-sign.png

410 B

login/resources/img/feedback-warning-arrow-down.png

513 B

login/resources/img/feedback-warning-sign.png

646 B

login/resources/img/keycloak-bg.png

79.9 KiB

login/resources/img/keycloak-logo-text.png

19.5 KiB

login/resources/img/keycloak-logo.png

5.16 KiB

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="robots" content="noindex, nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Welcome to ${productName}</title>
<link rel="shortcut icon" href="${resourcesCommonPath}/img/favicon.ico">
<#if properties.stylesCommon?has_content>
<#list properties.stylesCommon?split(' ') as style>
<link rel="stylesheet" href="${resourcesCommonPath}/${style}">
</#list>
</#if>
<#if properties.styles?has_content>
<#list properties.styles?split(' ') as style>
<link rel="stylesheet" href="${resourcesPath}/${style}">
</#list>
</#if>
</head>
<body>
<div class="pf-v5-c-background-image" style="--pf-v5-c-background-image--BackgroundImage: url(${baseUrl}${resourcesPath}/background.svg)"></div>
<div class="pf-v5-c-login">
<div class="pf-v5-c-login__container">
<header class="pf-v5-c-login__header">
<img class="pf-v5-c-brand" src="${resourcesPath}/logo.svg" alt="${productName} Logo">
</header>
<#if adminConsoleEnabled && (bootstrap || successMessage?has_content)>
<main class="pf-v5-c-login__main">
<header class="pf-v5-c-login__main-header">
<#if localUser>
<h1 class="pf-v5-c-title pf-m-3xl">Create an administrative user</h1>
<#if !successMessage?has_content>
<p class="pf-v5-c-login__main-header-desc">To get started with ${productName}, you first create an administrative user.</p>
</#if>
<#else>
<h1 class="pf-v5-c-title pf-m-3xl">Local access required</h1>
<p class="pf-v5-c-login__main-header-desc">You will need local access to create the administrative user.</p>
</#if>
</header>
<div class="pf-v5-c-login__main-body">
<#if successMessage?has_content>
<div class="pf-v5-c-alert pf-m-inline pf-m-success pf-v5-u-mb-xl">
<div class="pf-v5-c-alert__icon">
<svg class="pf-v5-svg" viewBox="0 0 512 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em">
<path d="M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z"></path>
</svg>
</div>
<h4 class="pf-v5-c-alert__title">
<span class="pf-v5-screen-reader">Success alert:</span>${successMessage}
</h4>
</div>
<a class="pf-v5-c-button pf-m-primary pf-m-block" href="${adminUrl}">Open Administration Console</a>
</#if>
<#if bootstrap>
<#if localUser>
<form class="pf-v5-c-form" method="post" novalidate>
<#if errorMessage?has_content>
<div class="pf-v5-c-form__alert">
<div class="pf-v5-c-alert pf-m-inline pf-m-danger">
<div class="pf-v5-c-alert__icon">
<svg class="pf-v5-svg" viewBox="0 0 512 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em">
<path d="M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z"></path>
</svg>
</div>
<h4 class="pf-v5-c-alert__title">
<span class="pf-v5-screen-reader">Danger alert:</span>${errorMessage}
</h4>
</div>
</div>
</#if>
<div class="pf-v5-c-form__group">
<div class="pf-v5-c-form__group-label">
<label class="pf-v5-c-form__label" for="username">
<span class="pf-v5-c-form__label-text">Username</span>&nbsp;<span class="pf-v5-c-form__label-required" aria-hidden="true">&#42;</span>
</label>
</div>
<div class="pf-v5-c-form__group-control">
<span class="pf-v5-c-form-control pf-m-required">
<input id="username" type="text" name="username" autocomplete="username" required>
</span>
</div>
</div>
<div class="pf-v5-c-form__group">
<div class="pf-v5-c-form__group-label">
<label class="pf-v5-c-form__label" for="password">
<span class="pf-v5-c-form__label-text">Password</span>&nbsp;<span class="pf-v5-c-form__label-required" aria-hidden="true">&#42;</span>
</label>
</div>
<div class="pf-v5-c-form__group-control">
<span class="pf-v5-c-form-control pf-m-required">
<input id="password" type="password" name="password" autocomplete="new-password" required>
</span>
</div>
</div>
<div class="pf-v5-c-form__group">
<div class="pf-v5-c-form__group-label">
<label class="pf-v5-c-form__label" for="password-confirmation">
<span class="pf-v5-c-form__label-text">Password confirmation</span>&nbsp;<span class="pf-v5-c-form__label-required" aria-hidden="true">&#42;</span>
</label>
</div>
<div class="pf-v5-c-form__group-control">
<span class="pf-v5-c-form-control pf-m-required">
<input id="password-confirmation" type="password" name="passwordConfirmation" autocomplete="new-password" required>
</span>
</div>
</div>
<input name="stateChecker" type="hidden" value="${stateChecker}">
<div class="pf-v5-c-form__group pf-m-action">
<button class="pf-v5-c-button pf-m-primary pf-m-block" type="submit">Create user</button>
</div>
</form>
<#else>
<p>To create the administrative user open <a href="${localAdminUrl}">${localAdminUrl}</a>, or set the environment variables <code>KEYCLOAK_ADMIN</code> and <code>KEYCLOAK_ADMIN_PASSWORD</code> when starting the server.</p>
</#if>
</#if>
</div>
</main>
</#if>
</div>
</div>
</body>
</html>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" id="uuid-b908fabc-d9cc-4d5b-ad9c-04dc214d69f1" viewBox="0 0 2400 1350"><defs><linearGradient id="uuid-766e8756-0661-4100-ba9a-27d53b9eaf80" x1="0" x2="2404.23" y1="674.99" y2="674.99" gradientTransform="matrix(1 0 0 -1 0 1350)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-opacity=".4"/><stop offset=".37" stop-color="#020202" stop-opacity=".25"/><stop offset=".51" stop-color="#090909" stop-opacity=".2"/><stop offset=".6" stop-color="#141414" stop-opacity=".16"/><stop offset=".68" stop-color="#252525" stop-opacity=".13"/><stop offset=".75" stop-color="#3b3b3b" stop-opacity=".1"/><stop offset=".81" stop-color="#575757" stop-opacity=".08"/><stop offset=".86" stop-color="#777" stop-opacity=".06"/><stop offset=".91" stop-color="#9d9d9d" stop-opacity=".04"/><stop offset=".95" stop-color="#c8c8c8" stop-opacity=".02"/><stop offset=".99" stop-color="#f6f6f6" stop-opacity="0"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="uuid-5050948a-1585-4b56-a9d3-1522f5b4c1f9" x1=".43" x2="2396.42" y1="710.86" y2="710.86" gradientTransform="matrix(1 0 0 -.71 -.43 1315.92)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0e0e0e" stop-opacity=".5"/><stop offset=".48" stop-color="#050505" stop-opacity=".43"/><stop offset="1" stop-opacity=".47"/></linearGradient><radialGradient id="uuid-f9de4f71-5373-4515-a652-5e23f5343279" cx="1198.42" cy="710.86" r="1430.49" fx="1198.42" fy="484.48" gradientTransform="matrix(1 0 0 -.71 -.43 1315.92)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#a0a0a0" stop-opacity="0"/><stop offset=".07" stop-color="#818181" stop-opacity=".19"/><stop offset=".16" stop-color="#535353" stop-opacity=".25"/><stop offset=".27" stop-color="#2f2f2f" stop-opacity=".32"/><stop offset=".36" stop-color="#151515" stop-opacity=".38"/><stop offset=".48" stop-color="#050505" stop-opacity=".43"/><stop offset="1" stop-opacity=".47"/></radialGradient><clipPath id="uuid-27cf1abd-5732-4359-abbd-65b586c5a8eb"><path d="M0-337.72h3000v1687.5H0z" style="stroke-width:0;fill:none"/></clipPath><style>.uuid-01b32304-0ec2-45e0-9340-e8e63f72a0bf,.uuid-0465e0d5-bfa0-4e16-bc53-2dd00f9e8b3b,.uuid-091a587a-2fd5-4296-811e-706ded9e5315,.uuid-0969eb2b-4a65-4713-bb99-261611a22424,.uuid-09b2e8ea-81c4-4d00-89ae-e1db0ceb800b,.uuid-0d32990c-6148-4bae-8f84-638d74308744,.uuid-0d4a910e-5ead-4838-b597-71994d5e44b6,.uuid-159ac44d-1054-42ae-8dba-d4e36ad7b658,.uuid-17f0a62c-d120-4210-a2e3-c3c407298541,.uuid-1bd2f084-d6ef-4e71-a3e1-394c1f5de493,.uuid-1e436f6b-2190-4072-a833-d30583b402a8,.uuid-1f907759-78fe-49c9-adde-50142daebe8f,.uuid-1fb40790-3128-48d4-86c3-4707782e6221,.uuid-20f4978c-72ef-41f1-8b2a-3b5b1e377089,.uuid-21b08daa-3869-4f82-b379-2e1641c471da,.uuid-221f1b90-931f-435a-8641-62a3a4dbdc16,.uuid-2c424dae-3619-470c-8ce8-49105a3b3ad9,.uuid-2c9c5fda-2c96-4f37-9370-5be6ebc45e69,.uuid-2df77ddd-561d-4cf8-ad27-8c9c2d3a9fe7,.uuid-302ea3b3-82f6-42c0-a59b-4112764c7f73,.uuid-30c462c8-02a5-410a-a22c-1098ccd0faaf,.uuid-329adbd5-8beb-4a2a-832b-edb10b3920e8,.uuid-3548a34b-f614-4b0d-8346-15536a5e76e8,.uuid-37c058b7-0665-446c-a952-fbd02f6b75f7,.uuid-3b37f023-98e3-4292-85b8-bd745023aa9a,.uuid-3cdf4e0d-6e23-4003-8b9e-04e1000106e7,.uuid-4001db19-87d6-4868-a198-39cf945c21e7,.uuid-40fda131-3367-46ec-bc37-a78c47e53c77,.uuid-4122213a-c1ab-426d-972d-f2606dca6918,.uuid-49f686db-de20-4f18-b1e4-82ebe8be9af3,.uuid-4ab4f9f3-635a-4f3b-b54a-e6071df250bb,.uuid-4d249ed7-7ef1-4d6d-8b48-679d02608ed7,.uuid-4d579641-4004-44c8-a62b-ab07ba5970c4,.uuid-51de2d61-9a1c-4480-bec3-ff9934177e43,.uuid-54b20525-cb62-4a87-b010-d83ac07d13c9,.uuid-56d56fcf-a8cf-40dc-b540-9537c48b1260,.uuid-58a87784-78d0-4efa-8f76-994e627c2f28,.uuid-597f4963-eefb-42da-bfa9-c4fd02cabd4f,.uuid-5a74413c-040c-49ac-ae9b-ff063e1703c7,.uuid-5c3f7d87-576b-47a7-9c72-fcc7e879d540,.uuid-5d7761a4-550b-4d7d-bad9-246b04ff569d,.uuid-5eb8013c-fccc-4592-9f5d-ab723261bd85,.uuid-5f62157b-7e02-4924-93d8-33d343d1dc08,.uuid-618973ca-6090-4649-9b12-43cb7b5eba7c,.uuid-6436ff22-9b3f-4c2b-b766-fc35c37cdcb1,.uuid-64c7eb49-8c01-46aa-b7e6-ef2504e35ba5,.uuid-6653bb43-d0f3-484f-aeae-d1935082e430,.uuid-66ed4cbc-aae7-42f7-ada5-f1c982f52370,.uuid-6c415024-c989-499f-a7e7-2fbb5e12f644,.uuid-6dd6c5e5-d25c-41ba-b28d-bf51e043ab42,.uuid-71a0da64-eb00-47a0-8b16-5a5d71f4e543,.uuid-71d8f147-e579-47e9-8e10-d1770ddcddba,.uuid-749e1ad8-a1b5-403c-930e-c5211067a9b5,.uuid-74ebc325-d695-4647-8ab4-c5ddf454a99a,.uuid-779befeb-4466-47e2-ae13-859d7dce8fb8,.uuid-78356180-57b7-4d60-b52b-5d41f593f4d9,.uuid-79495768-f750-42bf-ac3e-e360b6a08205,.uuid-7d37dd7c-e6da-4084-ae6f-268d2e674cac,.uuid-7de8c492-7761-4ff6-ab31-1b781c4b99a5,.uuid-86f5feeb-dac2-4fcc-824b-0d6bdefb40f2,.uuid-872fef29-be25-4a6a-b909-fb42b3253348,.uuid-8abb9f7f-bfda-4382-bf8d-16feeac3d663,.uuid-8cec9e48-4765-41d9-9411-f0f1fd0117b6,.uuid-8e7ca1ec-9b1a-4c26-9793-df654790f70a,.uuid-8f776032-5b85-41a0-9e26-d24a75140594,.uuid-92e8159d-4669-4c95-b071-2d1c20aec96b,.uuid-957ea116-cf81-4a12-939a-04b30fa14189,.uuid-98d636e4-8059-4223-a7a9-84a0075190da,.uuid-9d6ea018-66b6-4bba-aa3b-567400b9d2f6,.uuid-a17dc9eb-5a09-4fca-bb67-46cd4f15b683,.uuid-a1ddbbba-c09d-4b86-8bc1-8cdf864c3880,.uuid-a3d6f061-fb22-4029-979e-1abb1494ae60,.uuid-a443fe0b-51a8-4d7f-b10c-e5e8600ac99a,.uuid-a44b71ad-48ca-44b8-abba-e28fb42d596b,.uuid-ab611ba7-4dc0-4a91-b864-2109fc7a6837,.uuid-ab63f0c5-ac72-4093-8896-a80d48cf6d4c,.uuid-ac1900bb-a504-4103-a256-9fdfd62a589f,.uuid-acd9fb0a-a6ce-4110-ad3a-705b3b96f772,.uuid-af4d0ba4-7465-4a0a-9a4f-892833201b24,.uuid-b093d116-2e77-48c0-86d2-f12fbcacac8c,.uuid-b32610f8-d0fe-4f2c-b8c4-c928c83ba5d1,.uuid-b3e14f59-9c7c-478b-958a-fae20679f229,.uuid-b736cef6-b3ae-433b-bc9a-796db39ecdda,.uuid-b7693d0b-31c5-440d-bd32-cbfdc0ebe203,.uuid-ba37a829-34a0-4237-89d2-93a9802adfd5,.uuid-bb09842e-b847-4c48-9e23-a980d9dc08a0,.uuid-bbe26c67-38ac-40f8-bdd4-e0b666628f17,.uuid-bc2496f6-1c08-431c-a748-eb317ecd2977,.uuid-bccd5f25-3c52-4a24-8413-d2476fe719c3,.uuid-bf637be7-dc77-4591-a9a0-755607709992,.uuid-bffaa095-9eda-4db7-b18a-04d92e422d64,.uuid-c009efe1-d234-402e-b1f7-cf9ccaddd927,.uuid-c1a6a84c-52ec-455f-9d45-ca5fbeb8f859,.uuid-c65319c7-5805-4670-9bc3-4c8332b4be87,.uuid-ca58da73-3943-413c-8cdb-a96a32a32d4d,.uuid-cddaca00-379b-4e2a-8b2c-79539ce8621a,.uuid-d02de2a5-a88b-4c79-9734-20dee1b75554,.uuid-d0871993-3136-4271-bd82-a17cb687dca0,.uuid-d4932d80-3dd8-487b-9032-8171b1f614ea,.uuid-d750f9af-4c99-464f-b7df-00924b081417,.uuid-d7c6f68b-2063-4b87-831e-11aabf907665,.uuid-dc73707c-322d-4485-9d51-679dc55739c3,.uuid-dfc229d9-adeb-4c44-8701-a0f9ab0427c9,.uuid-dfd8668e-4302-4377-bc63-2102aba7a40f,.uuid-e6214ceb-e849-499b-bde1-70340e4c10f9,.uuid-e751fa48-4097-452d-989b-1bb42a2d8e5d,.uuid-e7c59cf4-ecc0-4c0c-8ae1-480b399c26c2,.uuid-e86a23c0-b6a4-412a-a93f-833ff3ef4ffe,.uuid-ec2229ee-eaa7-44f2-a716-e3da5c7316ca,.uuid-ee8784bb-8699-45a9-ada1-c167b8628fcc,.uuid-f14e6544-02f9-44d8-8663-230690aebb6e,.uuid-f1b25f43-02eb-4b6c-bb6d-0a1fe9ad98e6,.uuid-f9274650-94b1-4e9d-9a6e-e460d569d058,.uuid-f9bfab32-7c81-4c33-962b-9d18d114bc2a,.uuid-fe179492-9c41-4141-9280-78efd752e1b6{stroke-width:0}.uuid-9d6ea018-66b6-4bba-aa3b-567400b9d2f6{fill:#4c4c4c}.uuid-dfd8668e-4302-4377-bc63-2102aba7a40f{fill:#494949}.uuid-bc2496f6-1c08-431c-a748-eb317ecd2977{fill:#606060}.uuid-01b32304-0ec2-45e0-9340-e8e63f72a0bf{fill:#767676}.uuid-cddaca00-379b-4e2a-8b2c-79539ce8621a{fill:#5e5e5e}.uuid-d7c6f68b-2063-4b87-831e-11aabf907665{fill:#4b4b4b}.uuid-71d8f147-e579-47e9-8e10-d1770ddcddba{fill:#7a7a7a}.uuid-acd9fb0a-a6ce-4110-ad3a-705b3b96f772{fill:#787878}.uuid-d4932d80-3dd8-487b-9032-8171b1f614ea{fill:#525252}.uuid-56d56fcf-a8cf-40dc-b540-9537c48b1260{fill:#828282}.uuid-ac1900bb-a504-4103-a256-9fdfd62a589f{fill:#757575}.uuid-1bd2f084-d6ef-4e71-a3e1-394c1f5de493{fill:#4e4e4e}.uuid-8cec9e48-4765-41d9-9411-f0f1fd0117b6{fill:#4d4d4d}.uuid-221f1b90-931f-435a-8641-62a3a4dbdc16{fill:#7b7b7b}.uuid-b3e14f59-9c7c-478b-958a-fae20679f229{fill:#515151}.uuid-159ac44d-1054-42ae-8dba-d4e36ad7b658{fill:#5c5c5c}.uuid-618973ca-6090-4649-9b12-43cb7b5eba7c{fill:#353535}.uuid-c1a6a84c-52ec-455f-9d45-ca5fbeb8f859{fill:#484848}.uuid-3b37f023-98e3-4292-85b8-bd745023aa9a{fill:#2a2a2a}.uuid-b736cef6-b3ae-433b-bc9a-796db39ecdda{fill:#474747}.uuid-f9274650-94b1-4e9d-9a6e-e460d569d058{fill:#565656}.uuid-b32610f8-d0fe-4f2c-b8c4-c928c83ba5d1{fill:#2c2c2c}.uuid-ab611ba7-4dc0-4a91-b864-2109fc7a6837{fill:#2b2b2b}.uuid-5a74413c-040c-49ac-ae9b-ff063e1703c7{fill:#292929}.uuid-20f4978c-72ef-41f1-8b2a-3b5b1e377089{fill:#5b5b5b}.uuid-fe179492-9c41-4141-9280-78efd752e1b6{fill:#636363}.uuid-dc73707c-322d-4485-9d51-679dc55739c3{fill:#646464}.uuid-0969eb2b-4a65-4713-bb99-261611a22424{fill:#555}.uuid-2c424dae-3619-470c-8ce8-49105a3b3ad9{fill:gray}.uuid-0465e0d5-bfa0-4e16-bc53-2dd00f9e8b3b{fill:#888}.uuid-78356180-57b7-4d60-b52b-5d41f593f4d9{fill:#898989}.uuid-37c058b7-0665-446c-a952-fbd02f6b75f7{fill:#545454}.uuid-71a0da64-eb00-47a0-8b16-5a5d71f4e543{fill:#868686}.uuid-0d4a910e-5ead-4838-b597-71994d5e44b6{fill:#959595}.uuid-bf637be7-dc77-4591-a9a0-755607709992{fill:#727272}.uuid-e751fa48-4097-452d-989b-1bb42a2d8e5d{fill:#6f6f6f}.uuid-49f686db-de20-4f18-b1e4-82ebe8be9af3{fill:#a2a2a2}.uuid-4001db19-87d6-4868-a198-39cf945c21e7{fill:#717171}.uuid-329adbd5-8beb-4a2a-832b-edb10b3920e8{fill:#9b9b9b}.uuid-3548a34b-f614-4b0d-8346-15536a5e76e8{fill:#262626}.uuid-86f5feeb-dac2-4fcc-824b-0d6bdefb40f2{fill:#3b3b3b}.uuid-dfc229d9-adeb-4c44-8701-a0f9ab0427c9{fill:#3a3a3a}.uuid-bccd5f25-3c52-4a24-8413-d2476fe719c3{fill:#3d3d3d}.uuid-17f0a62c-d120-4210-a2e3-c3c407298541{fill:#393939}.uuid-40fda131-3367-46ec-bc37-a78c47e53c77{fill:#5a5a5a}.uuid-5f62157b-7e02-4924-93d8-33d343d1dc08{fill:#575757}.uuid-bffaa095-9eda-4db7-b18a-04d92e422d64{fill:#2e2e2e}.uuid-ee8784bb-8699-45a9-ada1-c167b8628fcc{fill:#1a1a1a}.uuid-09b2e8ea-81c4-4d00-89ae-e1db0ceb800b{fill:#3f3f3f}.uuid-c009efe1-d234-402e-b1f7-cf9ccaddd927{fill:#0a0a0a}.uuid-7d37dd7c-e6da-4084-ae6f-268d2e674cac{fill:#191919}.uuid-f1b25f43-02eb-4b6c-bb6d-0a1fe9ad98e6{fill:#444}.uuid-4ab4f9f3-635a-4f3b-b54a-e6071df250bb{fill:#373737}.uuid-6436ff22-9b3f-4c2b-b766-fc35c37cdcb1{fill:#111}.uuid-4d249ed7-7ef1-4d6d-8b48-679d02608ed7{fill:#1c1c1c}.uuid-0d32990c-6148-4bae-8f84-638d74308744{fill:#1d1d1d}.uuid-bb09842e-b847-4c48-9e23-a980d9dc08a0{fill:#424242}.uuid-54b20525-cb62-4a87-b010-d83ac07d13c9{fill:#404040}.uuid-6dd6c5e5-d25c-41ba-b28d-bf51e043ab42{fill:#141414}.uuid-e86a23c0-b6a4-412a-a93f-833ff3ef4ffe{fill:#434343}.uuid-e6214ceb-e849-499b-bde1-70340e4c10f9{fill:#212121}.uuid-74ebc325-d695-4647-8ab4-c5ddf454a99a{fill:#202020}.uuid-d750f9af-4c99-464f-b7df-00924b081417{fill:#222}.uuid-e7c59cf4-ecc0-4c0c-8ae1-480b399c26c2{fill:#1f1f1f}.uuid-597f4963-eefb-42da-bfa9-c4fd02cabd4f{fill:#1e1e1e}.uuid-3cdf4e0d-6e23-4003-8b9e-04e1000106e7{fill:#161616}.uuid-a1ddbbba-c09d-4b86-8bc1-8cdf864c3880{fill:#242424}.uuid-4d579641-4004-44c8-a62b-ab07ba5970c4{fill:#c4c4c4}.uuid-1fb40790-3128-48d4-86c3-4707782e6221{fill:#cacaca}.uuid-2c9c5fda-2c96-4f37-9370-5be6ebc45e69{fill:#ccc}.uuid-b093d116-2e77-48c0-86d2-f12fbcacac8c{fill:#c6c6c6}.uuid-8e7ca1ec-9b1a-4c26-9793-df654790f70a{fill:#c8c8c8}.uuid-f14e6544-02f9-44d8-8663-230690aebb6e{fill:#bebebe}.uuid-b7693d0b-31c5-440d-bd32-cbfdc0ebe203{fill:#bdbdbd}.uuid-6653bb43-d0f3-484f-aeae-d1935082e430{fill:#a5a5a5}.uuid-64c7eb49-8c01-46aa-b7e6-ef2504e35ba5{fill:#aeaeae}.uuid-c65319c7-5805-4670-9bc3-4c8332b4be87{fill:#b0b0b0}.uuid-957ea116-cf81-4a12-939a-04b30fa14189{fill:#a7a7a7}.uuid-21b08daa-3869-4f82-b379-2e1641c471da{fill:#aaa}.uuid-a443fe0b-51a8-4d7f-b10c-e5e8600ac99a{fill:#a9a9a9}.uuid-749e1ad8-a1b5-403c-930e-c5211067a9b5{fill:#acacac}.uuid-a17dc9eb-5a09-4fca-bb67-46cd4f15b683{fill:#a6a6a6}.uuid-5d7761a4-550b-4d7d-bad9-246b04ff569d{fill:#939393}.uuid-bbe26c67-38ac-40f8-bdd4-e0b666628f17{fill:#b4b4b4}.uuid-4122213a-c1ab-426d-972d-f2606dca6918{fill:#b8b8b8}.uuid-6c415024-c989-499f-a7e7-2fbb5e12f644{fill:#8a8a8a}.uuid-79495768-f750-42bf-ac3e-e360b6a08205{fill:#b5b5b5}.uuid-ab63f0c5-ac72-4093-8896-a80d48cf6d4c{fill:#9d9d9d}.uuid-8f776032-5b85-41a0-9e26-d24a75140594{fill:#9e9e9e}.uuid-a3d6f061-fb22-4029-979e-1abb1494ae60{fill:#b9b9b9}.uuid-66ed4cbc-aae7-42f7-ada5-f1c982f52370{fill:#c2c2c2}.uuid-1f907759-78fe-49c9-adde-50142daebe8f{fill:#8f8f8f}.uuid-ca58da73-3943-413c-8cdb-a96a32a32d4d{fill:#c1c1c1}.uuid-af4d0ba4-7465-4a0a-9a4f-892833201b24{fill:#737373}.uuid-58a87784-78d0-4efa-8f76-994e627c2f28{fill:#303030}.uuid-51de2d61-9a1c-4480-bec3-ff9934177e43{fill:#323232}.uuid-92e8159d-4669-4c95-b071-2d1c20aec96b{fill:#bababa}.uuid-f9bfab32-7c81-4c33-962b-9d18d114bc2a{fill:#333}.uuid-ba37a829-34a0-4237-89d2-93a9802adfd5{fill:#8d8d8d}.uuid-302ea3b3-82f6-42c0-a59b-4112764c7f73{fill:#8e8e8e}.uuid-8abb9f7f-bfda-4382-bf8d-16feeac3d663{fill:#6c6c6c}.uuid-1e436f6b-2190-4072-a833-d30583b402a8{fill:#989898}.uuid-2df77ddd-561d-4cf8-ad27-8c9c2d3a9fe7{fill:#7c7c7c}.uuid-d0871993-3136-4271-bd82-a17cb687dca0{fill:#a1a1a1}.uuid-a44b71ad-48ca-44b8-abba-e28fb42d596b{fill:#929292}.uuid-5c3f7d87-576b-47a7-9c72-fcc7e879d540{fill:#a0a0a0}.uuid-98d636e4-8059-4223-a7a9-84a0075190da{fill:#848484}.uuid-d02de2a5-a88b-4c79-9734-20dee1b75554{fill:#7d7d7d}.uuid-779befeb-4466-47e2-ae13-859d7dce8fb8{fill:#7f7f7f}.uuid-30c462c8-02a5-410a-a22c-1098ccd0faaf{fill:#818181}.uuid-5eb8013c-fccc-4592-9f5d-ab723261bd85{fill:#686868}.uuid-872fef29-be25-4a6a-b909-fb42b3253348{fill:#656565}.uuid-7de8c492-7761-4ff6-ab31-1b781c4b99a5{fill:#676767}.uuid-091a587a-2fd5-4296-811e-706ded9e5315{fill:#6a6a6a}.uuid-ec2229ee-eaa7-44f2-a716-e3da5c7316ca{fill:#696969}</style></defs><g style="clip-path:url(#uuid-27cf1abd-5732-4359-abbd-65b586c5a8eb)"><path d="M0 .03h266.75v84.38H0zM266.75.03H533.5v84.38H266.75z" class="uuid-2c9c5fda-2c96-4f37-9370-5be6ebc45e69"/><path d="M533.38.03h266.75v42.25H533.38z" class="uuid-b093d116-2e77-48c0-86d2-f12fbcacac8c"/><path d="M533.38 42.16h266.75v42.25H533.38z" class="uuid-8e7ca1ec-9b1a-4c26-9793-df654790f70a"/><path d="M800.12.03h266.75v42.25H800.12z" class="uuid-66ed4cbc-aae7-42f7-ada5-f1c982f52370"/><path d="M800.12 42.16h266.75v42.25H800.12z" class="uuid-a3d6f061-fb22-4029-979e-1abb1494ae60"/><path d="M1066.75.03h266.75v84.38h-266.75z" class="uuid-64c7eb49-8c01-46aa-b7e6-ef2504e35ba5"/><path d="M1333.5.03h266.75v84.38H1333.5z" class="uuid-a44b71ad-48ca-44b8-abba-e28fb42d596b"/><path d="M1600.25.03H1867v84.38h-266.75z" class="uuid-71a0da64-eb00-47a0-8b16-5a5d71f4e543"/><path d="M1866.88.03h266.75v84.38h-266.75z" class="uuid-4001db19-87d6-4868-a198-39cf945c21e7"/><path d="M2133.63.03h266.75v84.38h-266.75z" class="uuid-cddaca00-379b-4e2a-8b2c-79539ce8621a"/><path d="M0 84.41h266.75v84.38H0zM266.75 84.41H533.5v84.38H266.75z" class="uuid-2c9c5fda-2c96-4f37-9370-5be6ebc45e69"/><path d="M533.38 84.41h266.75v84.38H533.38z" class="uuid-1fb40790-3128-48d4-86c3-4707782e6221"/><path d="M800.12 84.41h266.75v84.38H800.12z" class="uuid-79495768-f750-42bf-ac3e-e360b6a08205"/><path d="M1066.75 84.41h266.75v84.38h-266.75z" class="uuid-957ea116-cf81-4a12-939a-04b30fa14189"/><path d="M1333.5 84.41h266.75v84.38H1333.5z" class="uuid-ba37a829-34a0-4237-89d2-93a9802adfd5"/><path d="M1600.25 84.41H1867v84.38h-266.75z" class="uuid-d02de2a5-a88b-4c79-9734-20dee1b75554"/><path d="M1866.88 84.41h266.75v84.38h-266.75z" class="uuid-5eb8013c-fccc-4592-9f5d-ab723261bd85"/><path d="M2133.63 84.41v84.38H2267V84.41z" class="uuid-d4932d80-3dd8-487b-9032-8171b1f614ea"/><path d="M2267 84.41v84.38h133.37V84.41z" class="uuid-c1a6a84c-52ec-455f-9d45-ca5fbeb8f859"/><path d="M0 168.78h266.75v84.38H0zM266.75 168.78H533.5v42.25H266.75z" class="uuid-2c9c5fda-2c96-4f37-9370-5be6ebc45e69"/><path d="M266.75 210.91H533.5v42.25H266.75zm266.63-42.13h266.75v42.25H533.38z" class="uuid-1fb40790-3128-48d4-86c3-4707782e6221"/><path d="M533.38 210.91h266.75v42.25H533.38z" style="stroke-width:0;fill:#c3c3c3"/><path d="M800.12 168.78h266.75v84.38H800.12z" class="uuid-79495768-f750-42bf-ac3e-e360b6a08205"/><path d="M1066.75 168.78h266.75v84.38h-266.75z" class="uuid-ab63f0c5-ac72-4093-8896-a80d48cf6d4c"/><path d="M1333.5 168.78h266.75v84.38H1333.5z" class="uuid-5d7761a4-550b-4d7d-bad9-246b04ff569d"/><path d="M1600.25 168.78H1867v84.38h-266.75z" class="uuid-221f1b90-931f-435a-8641-62a3a4dbdc16"/><path d="M1866.88 168.78v84.38h133.37v-84.38z" class="uuid-5eb8013c-fccc-4592-9f5d-ab723261bd85"/><path d="M2000.25 168.78v84.38h133.37v-84.38z" class="uuid-5f62157b-7e02-4924-93d8-33d343d1dc08"/><path d="M2133.63 168.78v84.38H2267v-84.38z" class="uuid-c1a6a84c-52ec-455f-9d45-ca5fbeb8f859"/><path d="M2267 168.78v84.38h133.37v-84.38z" class="uuid-54b20525-cb62-4a87-b010-d83ac07d13c9"/><path d="M0 253.16h266.75v42.25H0zm0 42.13h266.75v42.25H0z" class="uuid-b093d116-2e77-48c0-86d2-f12fbcacac8c"/><path d="M266.75 253.16H533.5v42.25H266.75z" class="uuid-4d579641-4004-44c8-a62b-ab07ba5970c4"/><path d="M266.75 295.28H533.5v42.25H266.75z" class="uuid-b7693d0b-31c5-440d-bd32-cbfdc0ebe203"/><path d="M533.38 253.16v84.38h133.38v-84.38z" class="uuid-92e8159d-4669-4c95-b071-2d1c20aec96b"/><path d="M666.75 253.16v84.38h133.38v-84.38z" class="uuid-bbe26c67-38ac-40f8-bdd4-e0b666628f17"/><path d="M800.12 253.16v84.38H933.5v-84.38z" class="uuid-749e1ad8-a1b5-403c-930e-c5211067a9b5"/><path d="M933.5 253.16h133.38v42.25H933.5z" class="uuid-6653bb43-d0f3-484f-aeae-d1935082e430"/><path d="M933.5 295.28h133.38v42.25H933.5z" class="uuid-d0871993-3136-4271-bd82-a17cb687dca0"/><path d="M1066.75 253.16h133.38v42.25h-133.38z" class="uuid-ab63f0c5-ac72-4093-8896-a80d48cf6d4c"/><path d="M1066.75 295.28h133.38v42.25h-133.38z" class="uuid-0d4a910e-5ead-4838-b597-71994d5e44b6"/><path d="M1200.12 253.16v84.38h133.37v-84.38z" class="uuid-a44b71ad-48ca-44b8-abba-e28fb42d596b"/><path d="M1333.5 253.16h266.75v84.38H1333.5z" class="uuid-0465e0d5-bfa0-4e16-bc53-2dd00f9e8b3b"/><path d="M1600.25 253.16H1867v84.38h-266.75z" class="uuid-221f1b90-931f-435a-8641-62a3a4dbdc16"/><path d="M1866.88 253.16h266.75v84.38h-266.75z" class="uuid-cddaca00-379b-4e2a-8b2c-79539ce8621a"/><path d="M2133.63 253.16h266.75v84.38h-266.75z" class="uuid-f1b25f43-02eb-4b6c-bb6d-0a1fe9ad98e6"/><path d="M0 337.53h266.75v84.38H0z" class="uuid-b093d116-2e77-48c0-86d2-f12fbcacac8c"/><path d="M266.75 337.53H533.5v84.38H266.75z" class="uuid-4122213a-c1ab-426d-972d-f2606dca6918"/><path d="M533.38 337.53v84.38h133.38v-84.38z" class="uuid-bbe26c67-38ac-40f8-bdd4-e0b666628f17"/><path d="M666.75 337.53h133.38v42.25H666.75z" style="stroke-width:0;fill:#b1b1b1"/><path d="M666.75 379.66h133.38v42.25H666.75z" class="uuid-64c7eb49-8c01-46aa-b7e6-ef2504e35ba5"/><path d="M800.12 337.53H933.5v42.25H800.12z" class="uuid-749e1ad8-a1b5-403c-930e-c5211067a9b5"/><path d="M800.12 379.66H933.5v42.25H800.12z" class="uuid-a17dc9eb-5a09-4fca-bb67-46cd4f15b683"/><path d="M933.5 337.53v84.38h133.38v-84.38z" class="uuid-ab63f0c5-ac72-4093-8896-a80d48cf6d4c"/><path d="M1066.75 337.53h266.75v84.38h-266.75z" class="uuid-ba37a829-34a0-4237-89d2-93a9802adfd5"/><path d="M1333.5 337.53h266.75v42.25H1333.5z" class="uuid-2c424dae-3619-470c-8ce8-49105a3b3ad9"/><path d="M1333.5 379.66h266.75v42.25H1333.5z" class="uuid-71d8f147-e579-47e9-8e10-d1770ddcddba"/><path d="M1600.25 337.53H1867v42.25h-266.75z" class="uuid-e751fa48-4097-452d-989b-1bb42a2d8e5d"/><path d="M1600.25 379.66H1867v42.25h-266.75z" class="uuid-dc73707c-322d-4485-9d51-679dc55739c3"/><path d="M1866.88 337.53v84.38h133.37v-84.38z" class="uuid-5f62157b-7e02-4924-93d8-33d343d1dc08"/><path d="M2000.25 337.53v84.38h133.37v-84.38z" class="uuid-8cec9e48-4765-41d9-9411-f0f1fd0117b6"/><path d="M2133.63 337.53H2267v42.25h-133.37z" class="uuid-f1b25f43-02eb-4b6c-bb6d-0a1fe9ad98e6"/><path d="M2133.63 379.66H2267v42.25h-133.37z" class="uuid-09b2e8ea-81c4-4d00-89ae-e1db0ceb800b"/><path d="M2267 337.53h133.37v42.25H2267z" class="uuid-86f5feeb-dac2-4fcc-824b-0d6bdefb40f2"/><path d="M2267 379.66h133.37v42.25H2267z" class="uuid-17f0a62c-d120-4210-a2e3-c3c407298541"/><path d="M0 421.91h266.75v84.38H0z" class="uuid-b093d116-2e77-48c0-86d2-f12fbcacac8c"/><path d="M266.75 421.91H533.5v42.25H266.75zm0 42.13H533.5v42.25H266.75z" class="uuid-4122213a-c1ab-426d-972d-f2606dca6918"/><path d="M533.38 421.91h266.75v42.25H533.38z" class="uuid-c65319c7-5805-4670-9bc3-4c8332b4be87"/><path d="M533.38 464.03h266.75v42.25H533.38z" class="uuid-a443fe0b-51a8-4d7f-b10c-e5e8600ac99a"/><path d="M800.12 421.91h266.75v84.38H800.12z" class="uuid-ab63f0c5-ac72-4093-8896-a80d48cf6d4c"/><path d="M1066.75 421.91h266.75v84.38h-266.75z" class="uuid-ba37a829-34a0-4237-89d2-93a9802adfd5"/><path d="M1333.5 421.91h266.75v84.38H1333.5z" class="uuid-ac1900bb-a504-4103-a256-9fdfd62a589f"/><path d="M1600.25 421.91H1867v42.25h-266.75zm0 42.13H1867v42.25h-266.75z" class="uuid-159ac44d-1054-42ae-8dba-d4e36ad7b658"/><path d="M1866.88 421.91h133.37v42.25h-133.37z" class="uuid-5f62157b-7e02-4924-93d8-33d343d1dc08"/><path d="M1866.88 464.03h133.37v42.25h-133.37z" class="uuid-d4932d80-3dd8-487b-9032-8171b1f614ea"/><path d="M2000.25 421.91v84.38h133.37v-84.38z" class="uuid-dfd8668e-4302-4377-bc63-2102aba7a40f"/><path d="M2133.63 421.91v84.38H2267v-84.38z" class="uuid-dfc229d9-adeb-4c44-8701-a0f9ab0427c9"/><path d="M2267 421.91h133.37v42.25H2267z" class="uuid-618973ca-6090-4649-9b12-43cb7b5eba7c"/><path d="M2267 464.03h133.37v42.25H2267z" class="uuid-f9bfab32-7c81-4c33-962b-9d18d114bc2a"/><path d="M0 506.28h266.75v42.25H0z" class="uuid-b093d116-2e77-48c0-86d2-f12fbcacac8c"/><path d="M0 548.41h266.75v42.25H0z" class="uuid-ca58da73-3943-413c-8cdb-a96a32a32d4d"/><path d="M266.75 506.28H533.5v42.25H266.75z" class="uuid-4122213a-c1ab-426d-972d-f2606dca6918"/><path d="M266.75 548.41H533.5v42.25H266.75z" style="stroke-width:0;fill:#b3b3b3"/><path d="M533.38 506.28h266.75v84.38H533.38z" class="uuid-49f686db-de20-4f18-b1e4-82ebe8be9af3"/><path d="M800.12 506.28h266.75v42.25H800.12zm0 42.13h266.75v42.25H800.12z" class="uuid-5d7761a4-550b-4d7d-bad9-246b04ff569d"/><path d="M1066.75 506.28h266.75v42.25h-266.75z" class="uuid-302ea3b3-82f6-42c0-a59b-4112764c7f73"/><path d="M1066.75 548.41h266.75v42.25h-266.75z" class="uuid-6c415024-c989-499f-a7e7-2fbb5e12f644"/><path d="M1333.5 506.28h266.75v42.25H1333.5z" class="uuid-ac1900bb-a504-4103-a256-9fdfd62a589f"/><path d="M1333.5 548.41h266.75v42.25H1333.5z" style="stroke-width:0;fill:#6e6e6e"/><path d="M1600.25 506.28H1867v42.25h-266.75z" class="uuid-159ac44d-1054-42ae-8dba-d4e36ad7b658"/><path d="M1600.25 548.41H1867v42.25h-266.75z" class="uuid-37c058b7-0665-446c-a952-fbd02f6b75f7"/><path d="M1866.88 506.28h266.75v21.13h-266.75z" class="uuid-dfd8668e-4302-4377-bc63-2102aba7a40f"/><path d="M1866.88 527.28h266.75v21.13h-266.75z" class="uuid-b736cef6-b3ae-433b-bc9a-796db39ecdda"/><path d="M1866.88 548.41h266.75v21.13h-266.75z" class="uuid-e86a23c0-b6a4-412a-a93f-833ff3ef4ffe"/><path d="M1866.88 569.53h266.75v21.13h-266.75z" class="uuid-bb09842e-b847-4c48-9e23-a980d9dc08a0"/><path d="M2133.63 506.28h266.75v42.25h-266.75z" class="uuid-dfc229d9-adeb-4c44-8701-a0f9ab0427c9"/><path d="M2133.63 548.41h266.75v42.25h-266.75z" style="stroke-width:0;fill:#343434"/><path d="M0 590.66h266.75v42.25H0z" class="uuid-4122213a-c1ab-426d-972d-f2606dca6918"/><path d="M0 632.78h266.75v42.25H0z" class="uuid-a443fe0b-51a8-4d7f-b10c-e5e8600ac99a"/><path d="M266.75 590.66v84.38H400v-84.38z" class="uuid-21b08daa-3869-4f82-b379-2e1641c471da"/><path d="M400 590.66h133.38v42.25H400z" class="uuid-a17dc9eb-5a09-4fca-bb67-46cd4f15b683"/><path d="M400 632.78h133.38v42.25H400z" class="uuid-5c3f7d87-576b-47a7-9c72-fcc7e879d540"/><path d="M533.38 590.66h133.38v42.25H533.38z" class="uuid-49f686db-de20-4f18-b1e4-82ebe8be9af3"/><path d="M533.38 632.78h133.38v42.25H533.38z" class="uuid-1e436f6b-2190-4072-a833-d30583b402a8"/><path d="M666.75 590.66h133.38v42.25H666.75z" class="uuid-329adbd5-8beb-4a2a-832b-edb10b3920e8"/><path d="M666.75 632.78h133.38v42.25H666.75zm133.37-42.13v84.38H933.5v-84.38z" class="uuid-5d7761a4-550b-4d7d-bad9-246b04ff569d"/><path d="M933.5 590.66h133.38v42.25H933.5z" style="stroke-width:0;fill:#8b8b8b"/><path d="M933.5 632.78h133.38v42.25H933.5z" class="uuid-56d56fcf-a8cf-40dc-b540-9537c48b1260"/><path d="M1066.75 590.66h266.75v42.25h-266.75z" class="uuid-30c462c8-02a5-410a-a22c-1098ccd0faaf"/><path d="M1066.75 632.78h266.75v42.25h-266.75z" class="uuid-ac1900bb-a504-4103-a256-9fdfd62a589f"/><path d="M1333.5 590.66h266.75v84.38H1333.5z" class="uuid-dc73707c-322d-4485-9d51-679dc55739c3"/><path d="M1600.25 590.66H1867v84.38h-266.75z" class="uuid-9d6ea018-66b6-4bba-aa3b-567400b9d2f6"/><path d="M1866.88 590.66h266.75v84.38h-266.75z" class="uuid-54b20525-cb62-4a87-b010-d83ac07d13c9"/><path d="M2133.63 590.66h266.75v84.38h-266.75z" class="uuid-bffaa095-9eda-4db7-b18a-04d92e422d64"/><path d="M0 675.03h266.75v84.38H0z" class="uuid-8f776032-5b85-41a0-9e26-d24a75140594"/><path d="M266.75 675.03v84.38H400v-84.38z" class="uuid-d0871993-3136-4271-bd82-a17cb687dca0"/><path d="M400 675.03v84.38h133.38v-84.38z" class="uuid-1e436f6b-2190-4072-a833-d30583b402a8"/><path d="M533.38 675.03h266.75v84.38H533.38z" class="uuid-ba37a829-34a0-4237-89d2-93a9802adfd5"/><path d="M800.12 675.03v84.38H933.5v-84.38z" class="uuid-0465e0d5-bfa0-4e16-bc53-2dd00f9e8b3b"/><path d="M933.5 675.03v84.38h133.38v-84.38z" class="uuid-221f1b90-931f-435a-8641-62a3a4dbdc16"/><path d="M1066.75 675.03h266.75v84.38h-266.75z" class="uuid-8abb9f7f-bfda-4382-bf8d-16feeac3d663"/><path d="M1333.5 675.03h266.75v42.25H1333.5z" class="uuid-159ac44d-1054-42ae-8dba-d4e36ad7b658"/><path d="M1333.5 717.16h266.75v42.25H1333.5z" class="uuid-5f62157b-7e02-4924-93d8-33d343d1dc08"/><path d="M1600.25 675.03H1867v42.25h-266.75z" class="uuid-37c058b7-0665-446c-a952-fbd02f6b75f7"/><path d="M1600.25 717.16H1867v42.25h-266.75z" class="uuid-d7c6f68b-2063-4b87-831e-11aabf907665"/><path d="M1866.88 675.03h266.75v42.25h-266.75z" class="uuid-54b20525-cb62-4a87-b010-d83ac07d13c9"/><path d="M1866.88 717.16h266.75v42.25h-266.75z" class="uuid-dfc229d9-adeb-4c44-8701-a0f9ab0427c9"/><path d="M2133.63 675.03h266.75v42.25h-266.75z" class="uuid-bffaa095-9eda-4db7-b18a-04d92e422d64"/><path d="M2133.63 717.16h266.75v42.25h-266.75z" class="uuid-3b37f023-98e3-4292-85b8-bd745023aa9a"/><path d="M0 759.41h266.75v42.25H0z" class="uuid-8f776032-5b85-41a0-9e26-d24a75140594"/><path d="M0 801.53h266.75v42.25H0zm266.75-42.12H533.5v42.25H266.75z" class="uuid-1e436f6b-2190-4072-a833-d30583b402a8"/><path d="M266.75 801.53H533.5v42.25H266.75zm266.63-42.12h266.75v42.25H533.38z" class="uuid-ba37a829-34a0-4237-89d2-93a9802adfd5"/><path d="M533.38 801.53h266.75v42.25H533.38z" class="uuid-71a0da64-eb00-47a0-8b16-5a5d71f4e543"/><path d="M800.12 759.41v84.38h66.62v-84.38z" class="uuid-d02de2a5-a88b-4c79-9734-20dee1b75554"/><path d="M866.75 759.41v84.38h66.62v-84.38z" class="uuid-71d8f147-e579-47e9-8e10-d1770ddcddba"/><path d="M933.5 759.41h133.38v42.25H933.5z" class="uuid-01b32304-0ec2-45e0-9340-e8e63f72a0bf"/><path d="M933.5 801.53h133.38v42.25H933.5z" class="uuid-af4d0ba4-7465-4a0a-9a4f-892833201b24"/><path d="M1066.75 759.41h266.75v42.25h-266.75z" class="uuid-8abb9f7f-bfda-4382-bf8d-16feeac3d663"/><path d="M1066.75 801.53h266.75v42.25h-266.75z" class="uuid-872fef29-be25-4a6a-b909-fb42b3253348"/><path d="M1333.5 759.41h266.75v84.38H1333.5z" class="uuid-b3e14f59-9c7c-478b-958a-fae20679f229"/><path d="M1600.25 759.41H1867v84.38h-266.75z" class="uuid-bb09842e-b847-4c48-9e23-a980d9dc08a0"/><path d="M1866.88 759.41h266.75v84.38h-266.75z" class="uuid-618973ca-6090-4649-9b12-43cb7b5eba7c"/><path d="M2133.63 759.41h266.75v84.38h-266.75z" class="uuid-3548a34b-f614-4b0d-8346-15536a5e76e8"/><path d="M0 843.78h266.75v42.25H0z" class="uuid-302ea3b3-82f6-42c0-a59b-4112764c7f73"/><path d="M0 885.91h266.75v42.25H0z" class="uuid-71a0da64-eb00-47a0-8b16-5a5d71f4e543"/><path d="M266.75 843.78v84.38H400v-84.38z" class="uuid-98d636e4-8059-4223-a7a9-84a0075190da"/><path d="M400 843.78v84.38h133.38v-84.38z" class="uuid-2c424dae-3619-470c-8ce8-49105a3b3ad9"/><path d="M533.38 843.78h266.75v21.12H533.38z" class="uuid-d02de2a5-a88b-4c79-9734-20dee1b75554"/><path d="M533.38 864.78h266.75v21.12H533.38z" class="uuid-221f1b90-931f-435a-8641-62a3a4dbdc16"/><path d="M533.38 885.91h266.75v21.12H533.38z" class="uuid-acd9fb0a-a6ce-4110-ad3a-705b3b96f772"/><path d="M533.38 907.03h266.75v21.12H533.38z" style="stroke-width:0;fill:#777"/><path d="M800.12 843.78h66.62v21.12h-66.62z" class="uuid-d02de2a5-a88b-4c79-9734-20dee1b75554"/><path d="M800.12 864.78h66.62v21.12h-66.62zm66.63-21h66.62v21.12h-66.62z" class="uuid-71d8f147-e579-47e9-8e10-d1770ddcddba"/><path d="M866.75 864.78h66.62v21.12h-66.62z" class="uuid-01b32304-0ec2-45e0-9340-e8e63f72a0bf"/><path d="M800.12 885.91H933.5v21.12H800.12z" class="uuid-e751fa48-4097-452d-989b-1bb42a2d8e5d"/><path d="M800.12 907.03H933.5v21.12H800.12z" class="uuid-7de8c492-7761-4ff6-ab31-1b781c4b99a5"/><path d="M933.5 843.78h133.38v42.25H933.5z" class="uuid-4001db19-87d6-4868-a198-39cf945c21e7"/><path d="M933.5 885.91h133.38v42.25H933.5z" class="uuid-ec2229ee-eaa7-44f2-a716-e3da5c7316ca"/><path d="M1066.75 843.78h266.75v84.38h-266.75z" class="uuid-cddaca00-379b-4e2a-8b2c-79539ce8621a"/><path d="M1333.5 843.78h266.75v84.38H1333.5z" class="uuid-dfd8668e-4302-4377-bc63-2102aba7a40f"/><path d="M1600.25 843.78v84.38h133.37v-84.38z" class="uuid-bb09842e-b847-4c48-9e23-a980d9dc08a0"/><path d="M1733.5 843.78v84.38h133.37v-84.38z" class="uuid-4ab4f9f3-635a-4f3b-b54a-e6071df250bb"/><path d="M1866.88 843.78h266.75v42.25h-266.75zm0 42.12h266.75v42.25h-266.75z" class="uuid-bffaa095-9eda-4db7-b18a-04d92e422d64"/><path d="M2133.63 843.78H2267v42.25h-133.37z" class="uuid-3548a34b-f614-4b0d-8346-15536a5e76e8"/><path d="M2133.63 885.91H2267v42.25h-133.37z" class="uuid-d750f9af-4c99-464f-b7df-00924b081417"/><path d="M2267 843.78h133.37v42.25H2267z" class="uuid-e6214ceb-e849-499b-bde1-70340e4c10f9"/><path d="M2267 885.91h133.37v42.25H2267z" class="uuid-597f4963-eefb-42da-bfa9-c4fd02cabd4f"/><path d="M0 928.16h266.75v84.38H0z" class="uuid-30c462c8-02a5-410a-a22c-1098ccd0faaf"/><path d="M266.75 928.16v84.38H400v-84.38z" class="uuid-98d636e4-8059-4223-a7a9-84a0075190da"/><path d="M400 928.16v84.38h133.38v-84.38z" class="uuid-779befeb-4466-47e2-ae13-859d7dce8fb8"/><path d="M533.38 928.16h266.75v84.38H533.38z" class="uuid-01b32304-0ec2-45e0-9340-e8e63f72a0bf"/><path d="M800.12 928.16v84.38H933.5v-84.38z" class="uuid-fe179492-9c41-4141-9280-78efd752e1b6"/><path d="M933.5 928.16v84.38h133.38v-84.38z" class="uuid-bc2496f6-1c08-431c-a748-eb317ecd2977"/><path d="M1066.75 928.16h266.75v42.25h-266.75z" class="uuid-cddaca00-379b-4e2a-8b2c-79539ce8621a"/><path d="M1066.75 970.28h266.75v42.25h-266.75z" class="uuid-159ac44d-1054-42ae-8dba-d4e36ad7b658"/><path d="M1333.5 928.16h266.75v42.25H1333.5z" class="uuid-dfd8668e-4302-4377-bc63-2102aba7a40f"/><path d="M1333.5 970.28h266.75v42.25H1333.5z" class="uuid-f1b25f43-02eb-4b6c-bb6d-0a1fe9ad98e6"/><path d="M1600.25 928.16H1867v42.25h-266.75z" class="uuid-17f0a62c-d120-4210-a2e3-c3c407298541"/><path d="M1600.25 970.28H1867v42.25h-266.75z" class="uuid-618973ca-6090-4649-9b12-43cb7b5eba7c"/><path d="M1866.88 928.16h266.75v42.25h-266.75z" class="uuid-bffaa095-9eda-4db7-b18a-04d92e422d64"/><path d="M1866.88 970.28h266.75v42.25h-266.75z" class="uuid-3b37f023-98e3-4292-85b8-bd745023aa9a"/><path d="M2133.63 928.16h266.75v84.38h-266.75z" class="uuid-597f4963-eefb-42da-bfa9-c4fd02cabd4f"/><path d="M0 1012.53h266.75v42.25H0zm0 42.12h266.75v42.25H0z" class="uuid-30c462c8-02a5-410a-a22c-1098ccd0faaf"/><path d="M266.75 1012.53H400v42.25H266.75z" class="uuid-2c424dae-3619-470c-8ce8-49105a3b3ad9"/><path d="M266.75 1054.66H400v42.25H266.75zM400 1012.54h133.38v42.25H400z" class="uuid-2df77ddd-561d-4cf8-ad27-8c9c2d3a9fe7"/><path d="M400 1054.66h133.38v42.25H400z" class="uuid-ac1900bb-a504-4103-a256-9fdfd62a589f"/><path d="M533.38 1012.53h266.75v42.25H533.38z" class="uuid-01b32304-0ec2-45e0-9340-e8e63f72a0bf"/><path d="M533.38 1054.66h266.75v42.25H533.38z" class="uuid-091a587a-2fd5-4296-811e-706ded9e5315"/><path d="M800.12 1012.53h266.75v84.38H800.12z" class="uuid-fe179492-9c41-4141-9280-78efd752e1b6"/><path d="M1066.75 1012.53h266.75v84.38h-266.75z" class="uuid-40fda131-3367-46ec-bc37-a78c47e53c77"/><path d="M1333.5 1012.53h266.75v84.38H1333.5z" class="uuid-bccd5f25-3c52-4a24-8413-d2476fe719c3"/><path d="M1600.25 1012.53H1867v84.38h-266.75z" class="uuid-f9bfab32-7c81-4c33-962b-9d18d114bc2a"/><path d="M1866.88 1012.53h266.75v84.38h-266.75z" class="uuid-3548a34b-f614-4b0d-8346-15536a5e76e8"/><path d="M2133.63 1012.53h266.75v84.38h-266.75z" class="uuid-597f4963-eefb-42da-bfa9-c4fd02cabd4f"/><path d="M0 1096.91h133.37v42.25H0z" class="uuid-30c462c8-02a5-410a-a22c-1098ccd0faaf"/><path d="M0 1139.03h133.37v42.25H0z" class="uuid-2c424dae-3619-470c-8ce8-49105a3b3ad9"/><path d="M133.37 1096.91h133.37v42.25H133.37z" class="uuid-d02de2a5-a88b-4c79-9734-20dee1b75554"/><path d="M133.37 1139.03h133.37v21.12H133.37z" class="uuid-e751fa48-4097-452d-989b-1bb42a2d8e5d"/><path d="M133.37 1160.16h133.37v21.12H133.37z" class="uuid-5eb8013c-fccc-4592-9f5d-ab723261bd85"/><path d="M266.75 1096.91H533.5v42.25H266.75z" class="uuid-01b32304-0ec2-45e0-9340-e8e63f72a0bf"/><path d="M266.75 1139.03H533.5v42.25H266.75z" class="uuid-7de8c492-7761-4ff6-ab31-1b781c4b99a5"/><path d="M533.38 1096.91v84.38h133.38v-84.38z" class="uuid-bc2496f6-1c08-431c-a748-eb317ecd2977"/><path d="M666.75 1096.91v84.38h133.38v-84.38z" class="uuid-159ac44d-1054-42ae-8dba-d4e36ad7b658"/><path d="M800.12 1096.91h266.75v84.38H800.12z" class="uuid-40fda131-3367-46ec-bc37-a78c47e53c77"/><path d="M1066.75 1096.91h266.75v84.38h-266.75z" class="uuid-9d6ea018-66b6-4bba-aa3b-567400b9d2f6"/><path d="M1333.5 1096.91h266.75v84.38H1333.5z" class="uuid-4ab4f9f3-635a-4f3b-b54a-e6071df250bb"/><path d="M1600.25 1096.91h133.37v42.25h-133.37z" class="uuid-f9bfab32-7c81-4c33-962b-9d18d114bc2a"/><path d="M1600.25 1139.03h133.37v42.25h-133.37z" class="uuid-58a87784-78d0-4efa-8f76-994e627c2f28"/><path d="M1733.5 1096.91h133.37v42.25H1733.5z" class="uuid-b32610f8-d0fe-4f2c-b8c4-c928c83ba5d1"/><path d="M1733.5 1139.03h133.37v42.25H1733.5z" class="uuid-3b37f023-98e3-4292-85b8-bd745023aa9a"/><path d="M1866.88 1096.91h266.75v42.25h-266.75z" class="uuid-3548a34b-f614-4b0d-8346-15536a5e76e8"/><path d="M1866.88 1139.03h266.75v42.25h-266.75z" class="uuid-d750f9af-4c99-464f-b7df-00924b081417"/><path d="M2133.63 1096.91h266.75v42.25h-266.75z" class="uuid-ee8784bb-8699-45a9-ada1-c167b8628fcc"/><path d="M2133.63 1139.03h266.75v42.25h-266.75z" class="uuid-6dd6c5e5-d25c-41ba-b28d-bf51e043ab42"/><path d="M0 1181.28h133.37v42.25H0z" class="uuid-acd9fb0a-a6ce-4110-ad3a-705b3b96f772"/><path d="M0 1223.41h133.37v21.12H0z" class="uuid-dc73707c-322d-4485-9d51-679dc55739c3"/><path d="M0 1244.53h133.37v21.13H0z" class="uuid-40fda131-3367-46ec-bc37-a78c47e53c77"/><path d="M133.37 1181.28v84.37h133.37v-84.37z" class="uuid-fe179492-9c41-4141-9280-78efd752e1b6"/><path d="M266.75 1181.28v84.37H400v-84.37z" class="uuid-20f4978c-72ef-41f1-8b2a-3b5b1e377089"/><path d="M400 1181.28h133.38v42.25H400z" class="uuid-cddaca00-379b-4e2a-8b2c-79539ce8621a"/><path d="M400 1223.41h133.38v42.25H400z" style="stroke-width:0;fill:#595959"/><path d="M533.38 1181.28h133.38v42.25H533.38z" class="uuid-bc2496f6-1c08-431c-a748-eb317ecd2977"/><path d="M533.38 1223.41h133.38v42.25H533.38z" class="uuid-f9274650-94b1-4e9d-9a6e-e460d569d058"/><path d="M666.75 1181.28h133.38v42.25H666.75z" class="uuid-40fda131-3367-46ec-bc37-a78c47e53c77"/><path d="M666.75 1223.41h133.38v42.25H666.75z" class="uuid-d4932d80-3dd8-487b-9032-8171b1f614ea"/><path d="M800.12 1181.28h266.75v84.37H800.12z" class="uuid-b3e14f59-9c7c-478b-958a-fae20679f229"/><path d="M1066.75 1181.28h266.75v84.37h-266.75z" class="uuid-e86a23c0-b6a4-412a-a93f-833ff3ef4ffe"/><path d="M1333.5 1181.28h266.75v84.37H1333.5z" class="uuid-51de2d61-9a1c-4480-bec3-ff9934177e43"/><path d="M1600.25 1181.28H1867v84.37h-266.75z" class="uuid-b32610f8-d0fe-4f2c-b8c4-c928c83ba5d1"/><path d="M1866.88 1181.28h266.75v84.37h-266.75z" class="uuid-e7c59cf4-ecc0-4c0c-8ae1-480b399c26c2"/><path d="M2133.63 1181.28h266.75v84.37h-266.75z" class="uuid-6436ff22-9b3f-4c2b-b766-fc35c37cdcb1"/><path d="M0 1265.66h133.37v42.13H0zm0 42.13h133.37v42.25H0z" class="uuid-f9274650-94b1-4e9d-9a6e-e460d569d058"/><path d="M133.37 1265.66h133.37v42.13H133.37z" class="uuid-40fda131-3367-46ec-bc37-a78c47e53c77"/><path d="M133.37 1307.78h133.37v42.25H133.37z" class="uuid-0969eb2b-4a65-4713-bb99-261611a22424"/><path d="M266.75 1265.66H400v42.13H266.75z" class="uuid-20f4978c-72ef-41f1-8b2a-3b5b1e377089"/><path d="M266.75 1307.78H400v42.25H266.75z" class="uuid-f9274650-94b1-4e9d-9a6e-e460d569d058"/><path d="M400 1265.66v84.38h133.38v-84.38z" class="uuid-0969eb2b-4a65-4713-bb99-261611a22424"/><path d="M533.38 1265.66v84.38h133.38v-84.38z" class="uuid-d7c6f68b-2063-4b87-831e-11aabf907665"/><path d="M666.75 1265.66v84.38h133.38v-84.38z" class="uuid-c1a6a84c-52ec-455f-9d45-ca5fbeb8f859"/><path d="M800.12 1265.66h266.75v84.38H800.12z" class="uuid-b736cef6-b3ae-433b-bc9a-796db39ecdda"/><path d="M1066.75 1265.66h266.75v84.38h-266.75z" class="uuid-17f0a62c-d120-4210-a2e3-c3c407298541"/><path d="M1333.5 1265.66h266.75v84.38H1333.5z" class="uuid-ab611ba7-4dc0-4a91-b864-2109fc7a6837"/><path d="M1600.25 1265.66v84.38h133.37v-84.38z" class="uuid-a1ddbbba-c09d-4b86-8bc1-8cdf864c3880"/><path d="M1733.5 1265.66h133.37v42.13H1733.5z" class="uuid-e6214ceb-e849-499b-bde1-70340e4c10f9"/><path d="M1733.5 1307.78h133.37v42.25H1733.5z" class="uuid-597f4963-eefb-42da-bfa9-c4fd02cabd4f"/><path d="M1866.88 1265.66h266.75v42.13h-266.75z" class="uuid-e7c59cf4-ecc0-4c0c-8ae1-480b399c26c2"/><path d="M1866.88 1307.78h266.75v42.25h-266.75z" class="uuid-4d249ed7-7ef1-4d6d-8b48-679d02608ed7"/><path d="M2133.63 1265.66H2267v42.13h-133.37z" class="uuid-3cdf4e0d-6e23-4003-8b9e-04e1000106e7"/><path d="M2133.63 1307.78H2267v42.25h-133.37z" style="stroke-width:0;fill:#121212"/><path d="M2267 1265.66h133.37v42.13H2267z" style="stroke-width:0;fill:#0e0e0e"/><path d="M2267 1307.78h133.37v42.25H2267z" class="uuid-c009efe1-d234-402e-b1f7-cf9ccaddd927"/></g><path d="m2339.9 528.61 60.1 184.4v-233.1z" class="uuid-5a74413c-040c-49ac-ae9b-ff063e1703c7"/><path d="m2311.5 1150.31 88.5 37.4v-176.7z" style="stroke-width:0;fill:#0f0f0f"/><path d="m2349 0-44.1 9.5 95.1 81.6V0z" class="uuid-bccd5f25-3c52-4a24-8413-d2476fe719c3"/><path d="m2262.3 838.91 137.7 89.5v-202.6z" class="uuid-0d32990c-6148-4bae-8f84-638d74308744"/><path d="m2285.3 1013.81 26.2 136.6 88.5-139.3v-43.5z" class="uuid-6dd6c5e5-d25c-41ba-b28d-bf51e043ab42"/><path d="m2318.6 0-13.7 9.5L2349 0z" class="uuid-54b20525-cb62-4a87-b010-d83ac07d13c9"/><path d="m2278.7 235.71 121.3 83.1v-122z" class="uuid-4ab4f9f3-635a-4f3b-b54a-e6071df250bb"/><path d="m2278.7 235.71 121.3-39V91.11l-95.1-81.6z" class="uuid-bccd5f25-3c52-4a24-8413-d2476fe719c3"/><path d="m2302.1 0 2.8 9.5 13.7-9.5z" class="uuid-c1a6a84c-52ec-455f-9d45-ca5fbeb8f859"/><path d="m2285.3 679.41 114.7 42.5v-8.9l-60.1-184.4z" style="stroke-width:0;fill:#272727"/><path d="M2361.4 1350.01h38.6v-60.2l-65.6-19.2z" class="uuid-0d32990c-6148-4bae-8f84-638d74308744"/><path d="m2285.3 1013.81 114.7-46.2v-39.1l-137.7-89.6z" class="uuid-7d37dd7c-e6da-4084-ae6f-268d2e674cac"/><path d="m2334.4 1270.61 65.6 19.2v-61.3z" class="uuid-86f5feeb-dac2-4fcc-824b-0d6bdefb40f2"/><path d="m2334.4 1270.61 65.6-42.1v-40.7l-88.5-37.4z" class="uuid-c009efe1-d234-402e-b1f7-cf9ccaddd927"/><path d="m2286.4 362.51 113.6 111.5v-124.6z" class="uuid-51de2d61-9a1c-4480-bec3-ff9934177e43"/><path d="m2286.4 362.51 113.6-13.1v-30.6l-121.3-83.1z" class="uuid-4ab4f9f3-635a-4f3b-b54a-e6071df250bb"/><path d="m2150.9 1302.21 22.6 47.8h142.9l18.1-79.4z" class="uuid-e6214ceb-e849-499b-bde1-70340e4c10f9"/><path d="m2339.9 528.61 60.1-48.7v-5.9l-113.6-111.5z" class="uuid-58a87784-78d0-4efa-8f76-994e627c2f28"/><path d="m2262.3 838.91 137.7-113.1v-3.9l-114.7-42.5z" style="stroke-width:0;fill:#232323"/><path d="M2316.4 1350.01h45l-26.9-79.4z" class="uuid-ee8784bb-8699-45a9-ada1-c167b8628fcc"/><path d="M2152.6 1350.01h20.9l-22.6-47.8z" class="uuid-e7c59cf4-ecc0-4c0c-8ae1-480b399c26c2"/><path d="m2147.6 70.71 131.1 165 26.2-226.2z" style="stroke-width:0;fill:#464646"/><path d="m2311.5 1150.31-160.6 151.9 183.6-31.7z" style="stroke-width:0;fill:#0b0b0b"/><path d="m2286.4 362.51-200 197.8 253.5-31.7z" class="uuid-f9bfab32-7c81-4c33-962b-9d18d114bc2a"/><path d="m2086.4 560.31 198.9 119.1 54.6-150.8z" class="uuid-bffaa095-9eda-4db7-b18a-04d92e422d64"/><path d="m2147.6 70.71-24 103.8 155.2 61.2z" class="uuid-c1a6a84c-52ec-455f-9d45-ca5fbeb8f859"/><path d="m2262.3 838.91-173.8 31.7 196.7 143.2z" class="uuid-e7c59cf4-ecc0-4c0c-8ae1-480b399c26c2"/><path d="m2106.1 736.21 156.2 102.7 22.9-159.5z" class="uuid-3548a34b-f614-4b0d-8346-15536a5e76e8"/><path d="m2079.8 377.81 6.6 182.5 200-197.8z" class="uuid-dfc229d9-adeb-4c44-8701-a0f9ab0427c9"/><path d="m2181.1 0-33.5 70.7L2305 9.5l-2.8-9.5z" class="uuid-1bd2f084-d6ef-4e71-a3e1-394c1f5de493"/><path d="m2285.3 1013.81-180.3 102.7 206.5 33.9z" style="stroke-width:0;fill:#151515"/><path d="m2105 1116.51 45.9 185.8 160.6-151.9z" class="uuid-6436ff22-9b3f-4c2b-b766-fc35c37cdcb1"/><path d="m2154 0-6.4 70.7L2181.1 0z" class="uuid-37c058b7-0665-446c-a952-fbd02f6b75f7"/><path d="m2123.5 174.51-43.7 203.3 198.9-142.1z" class="uuid-f1b25f43-02eb-4b6c-bb6d-0a1fe9ad98e6"/><path d="m2079.8 1061.81 25.1 54.6 180.3-102.7z" class="uuid-ee8784bb-8699-45a9-ada1-c167b8628fcc"/><path d="m2088.6 870.61-8.7 191.2 205.4-48.1z" class="uuid-597f4963-eefb-42da-bfa9-c4fd02cabd4f"/><path d="m2086.4 560.31 19.7 175.9 179.2-56.8z" class="uuid-bffaa095-9eda-4db7-b18a-04d92e422d64"/><path d="m2278.7 235.71-198.9 142.1 206.5-15.3z" class="uuid-86f5feeb-dac2-4fcc-824b-0d6bdefb40f2"/><path d="m2106.1 736.21-17.5 134.4 173.8-31.7z" class="uuid-3548a34b-f614-4b0d-8346-15536a5e76e8"/><path d="m1998.6 0 149 70.7-62-70.7z" class="uuid-dc73707c-322d-4485-9d51-679dc55739c3"/><path d="m2105 1116.51-116.9 50.3 162.8 135.5z" class="uuid-3cdf4e0d-6e23-4003-8b9e-04e1000106e7"/><path d="M2104.9 1350.01h47.7l-1.7-47.8z" style="stroke-width:0;fill:#070707"/><path d="m2085.6 0 62 70.7L2154 0z" class="uuid-cddaca00-379b-4e2a-8b2c-79539ce8621a"/><path d="m1978.2 977.71 101.6 84.1 8.7-191.2z" class="uuid-a1ddbbba-c09d-4b86-8bc1-8cdf864c3880"/><path d="m1955.3 341.71 124.6 36.1 43.7-203.3z" class="uuid-9d6ea018-66b6-4bba-aa3b-567400b9d2f6"/><path d="m2009.9 150.51-54.6 191.2 168.3-167.2z" class="uuid-37c058b7-0665-446c-a952-fbd02f6b75f7"/><path d="m2086.4 560.31-85.2 8.7 104.9 167.2z" class="uuid-618973ca-6090-4649-9b12-43cb7b5eba7c"/><path d="m1932.1 0 77.8 150.5 137.7-79.8-149-70.7z" class="uuid-cddaca00-379b-4e2a-8b2c-79539ce8621a"/><path d="m2009.9 150.51 113.7 24 24-103.8z" class="uuid-d4932d80-3dd8-487b-9032-8171b1f614ea"/><path d="m1933.4 1338.31 8.1 11.7h163.4l46-47.8z" style="stroke-width:0;fill:#0d0d0d"/><path d="m1988 1166.71-54.6 171.6 217.5-36.1z" style="stroke-width:0;fill:#131313"/><path d="m2079.8 377.81-78.7 191.2 85.2-8.7z" class="uuid-86f5feeb-dac2-4fcc-824b-0d6bdefb40f2"/><path d="m1995.7 820.31 92.9 50.3 17.5-134.4z" class="uuid-ab611ba7-4dc0-4a91-b864-2109fc7a6837"/><path d="m1955.3 341.71 45.9 227.3 78.7-191.2z" class="uuid-b736cef6-b3ae-433b-bc9a-796db39ecdda"/><path d="m2001.2 569.01-92.9 133.3 197.8 33.9z" class="uuid-618973ca-6090-4649-9b12-43cb7b5eba7c"/><path d="m1908.3 702.31 87.4 118 110.4-84.1z" class="uuid-58a87784-78d0-4efa-8f76-994e627c2f28"/><path d="m2079.8 1061.81-91.8 104.9 116.9-50.3z" class="uuid-0d32990c-6148-4bae-8f84-638d74308744"/><path d="m1995.7 820.31-17.5 157.4 110.4-107.1z" class="uuid-5a74413c-040c-49ac-ae9b-ff063e1703c7"/><path d="m1978.2 977.71 9.8 189 91.8-104.9z" class="uuid-74ebc325-d695-4647-8ab4-c5ddf454a99a"/><path d="m1781.7 0-5.7 1.9 19.7 195.6L1890.4 0z" class="uuid-4001db19-87d6-4868-a198-39cf945c21e7"/><path d="m1795.7 197.51 3.3 95.1 156.3 49.2z" class="uuid-bc2496f6-1c08-431c-a748-eb317ecd2977"/><path d="m1978.2 977.71-189 44.8 198.9 144.2z" class="uuid-3548a34b-f614-4b0d-8346-15536a5e76e8"/><path d="m1853.6 1276.01 79.8 62.3 54.6-171.6z" class="uuid-7d37dd7c-e6da-4084-ae6f-268d2e674cac"/><path d="m1795.7 837.81 182.5 139.9 17.5-157.4z" class="uuid-bffaa095-9eda-4db7-b18a-04d92e422d64"/><path d="m1955.3 341.71-108.2 191.2 154.1 36.1z" class="uuid-dfd8668e-4302-4377-bc63-2102aba7a40f"/><path d="m1795.7 197.51 159.5 144.2 54.6-191.2z" class="uuid-cddaca00-379b-4e2a-8b2c-79539ce8621a"/><path d="m1890.4 0-94.7 197.5 214.2-47L1932.1 0z" class="uuid-5eb8013c-fccc-4592-9f5d-ab723261bd85"/><path d="M1923.3 1350.01h18.2l-8.1-11.7z" style="stroke-width:0;fill:#101010"/><path d="m1847.1 532.91 61.2 169.4 92.9-133.3z" class="uuid-09b2e8ea-81c4-4d00-89ae-e1db0ceb800b"/><path d="m1789.2 1022.51-28.4 154.1 227.3-9.8z" class="uuid-3548a34b-f614-4b0d-8346-15536a5e76e8"/><path d="m1908.3 702.31-112.6 135.5 200-17.5z" class="uuid-618973ca-6090-4649-9b12-43cb7b5eba7c"/><path d="m1760.7 1176.61 92.9 99.4 134.4-109.3z" class="uuid-e7c59cf4-ecc0-4c0c-8ae1-480b399c26c2"/><path d="m1795.7 837.81-6.6 184.7 189-44.8z" class="uuid-bffaa095-9eda-4db7-b18a-04d92e422d64"/><path d="m1799 292.51 48.1 240.4 108.2-191.2z" class="uuid-5f62157b-7e02-4924-93d8-33d343d1dc08"/><path d="M1845.1 1350.01h78.3l10.1-11.7-79.8-62.3z" class="uuid-6dd6c5e5-d25c-41ba-b28d-bf51e043ab42"/><path d="m1847.1 532.91-101.6 193.4 162.8-24z" class="uuid-54b20525-cb62-4a87-b010-d83ac07d13c9"/><path d="m1745.4 726.41 50.3 111.5 112.6-135.5z" class="uuid-17f0a62c-d120-4210-a2e3-c3c407298541"/><path d="m1776.1 0-.1 1.9 5.7-1.9z" class="uuid-01b32304-0ec2-45e0-9340-e8e63f72a0bf"/><path d="m1662.4 964.61 126.8 57.9 6.6-184.7z" class="uuid-51de2d61-9a1c-4480-bec3-ff9934177e43"/><path d="M1674.6 1350.01h22.3l-23.6-18.2z" class="uuid-3cdf4e0d-6e23-4003-8b9e-04e1000106e7"/><path d="m1799 292.51-217.5 107.1 265.6 133.3z" class="uuid-cddaca00-379b-4e2a-8b2c-79539ce8621a"/><path d="m1581.5 399.61 4.4 122.4 261.2 10.9z" class="uuid-159ac44d-1054-42ae-8dba-d4e36ad7b658"/><path d="m1585.9 522.01 159.5 204.3 101.7-193.4z" class="uuid-8cec9e48-4765-41d9-9411-f0f1fd0117b6"/><path d="m1673.3 1331.71 23.6 18.2H1845l8.6-74z" style="stroke-width:0;fill:#181818"/><path d="m1760.7 1176.61-87.4 155.2 180.3-55.7z" class="uuid-e7c59cf4-ecc0-4c0c-8ae1-480b399c26c2"/><path d="m1776 1.81-137.7 38.2 157.4 157.4z" class="uuid-01b32304-0ec2-45e0-9340-e8e63f72a0bf"/><path d="m1585.9 522.01 28.4 212 131.1-7.7z" class="uuid-9d6ea018-66b6-4bba-aa3b-567400b9d2f6"/><path d="m1774.7 0 1.3 1.9.1-1.9z" class="uuid-d02de2a5-a88b-4c79-9734-20dee1b75554"/><path d="m1662.4 964.61 98.3 212 28.4-154.1z" class="uuid-b32610f8-d0fe-4f2c-b8c4-c928c83ba5d1"/><path d="m1609.9 843.31 52.5 121.3 133.3-126.8z" class="uuid-4ab4f9f3-635a-4f3b-b54a-e6071df250bb"/><path d="m1638.3 40.11 51.4 193.4 106-36.1z" class="uuid-af4d0ba4-7465-4a0a-9a4f-892833201b24"/><path d="m1795.7 197.51-106 36.1 109.3 59z" class="uuid-ec2229ee-eaa7-44f2-a716-e3da5c7316ca"/><path d="m1689.7 233.51-108.2 166.1 217.5-107.1z" class="uuid-ec2229ee-eaa7-44f2-a716-e3da5c7316ca"/><path d="m1745.4 726.41-135.5 116.9 185.8-5.5z" class="uuid-dfc229d9-adeb-4c44-8701-a0f9ab0427c9"/><path d="m1662.4 964.61-82 228.4 180.3-16.4z" class="uuid-b32610f8-d0fe-4f2c-b8c4-c928c83ba5d1"/><path d="m1647.7 0-9.3 40.1L1776 1.81l-1.3-1.9h-127z" class="uuid-779befeb-4466-47e2-ae13-859d7dce8fb8"/><path d="m1580.4 1193.01 92.9 138.8 87.4-155.2z" class="uuid-a1ddbbba-c09d-4b86-8bc1-8cdf864c3880"/><path d="m1614.3 734.01-4.4 109.3 135.5-116.9z" class="uuid-54b20525-cb62-4a87-b010-d83ac07d13c9"/><path d="m1481 53.21-66.7 136.6 100.6 119.1z" class="uuid-30c462c8-02a5-410a-a22c-1098ccd0faaf"/><path d="m1485.4 996.31 95.1 196.7 82-228.4z" class="uuid-f9bfab32-7c81-4c33-962b-9d18d114bc2a"/><path d="m1586.6 0 51.7 40.1 9.3-40.1z" class="uuid-71a0da64-eb00-47a0-8b16-5a5d71f4e543"/><path d="M1541.4 1350.01h133.3l-1.3-18.2-184.7-15.3z" class="uuid-0d32990c-6148-4bae-8f84-638d74308744"/><path d="m1514.9 308.91 66.7 90.7 108.2-166.1z" class="uuid-e751fa48-4097-452d-989b-1bb42a2d8e5d"/><path d="M1638.3 40.11 1481 53.21l208.7 180.3z" class="uuid-d02de2a5-a88b-4c79-9734-20dee1b75554"/><path d="m1481 53.21 33.9 255.7 174.8-75.4z" class="uuid-221f1b90-931f-435a-8641-62a3a4dbdc16"/><path d="m1585.9 522.01-109.3 145.3 137.7 66.7z" class="uuid-37c058b7-0665-446c-a952-fbd02f6b75f7"/><path d="m1580.4 1193.01-91.8 123.5 184.7 15.3z" class="uuid-a1ddbbba-c09d-4b86-8bc1-8cdf864c3880"/><path d="M1483.5 1350.01h57.9l-52.7-33.6z" class="uuid-4d249ed7-7ef1-4d6d-8b48-679d02608ed7"/><path d="m1609.9 843.31-106 10.9 158.5 110.4z" class="uuid-dfc229d9-adeb-4c44-8701-a0f9ab0427c9"/><path d="m1503.9 854.21-18.6 142.1 177-31.7z" class="uuid-17f0a62c-d120-4210-a2e3-c3c407298541"/><path d="m1485.4 996.31-32.8 147.5 127.9 49.2z" class="uuid-51de2d61-9a1c-4480-bec3-ff9934177e43"/><path d="m1479.7 0 1.3 53.2 157.4-13.1L1586.7 0z" class="uuid-78356180-57b7-4d60-b52b-5d41f593f4d9"/><path d="m1581.5 399.61-71 97.3 75.4 25.1z" class="uuid-872fef29-be25-4a6a-b909-fb42b3253348"/><path d="m1503.9 854.21 106-10.9 4.4-109.3z" class="uuid-bb09842e-b847-4c48-9e23-a980d9dc08a0"/><path d="m1476.6 667.31 27.3 186.9 110.4-120.2z" class="uuid-d7c6f68b-2063-4b87-831e-11aabf907665"/><path d="m1510.5 496.91-33.9 170.5 109.3-145.3z" style="stroke-width:0;fill:#5f5f5f"/><path d="m1452.6 1143.81 36.1 172.7 91.8-123.5z" class="uuid-3b37f023-98e3-4292-85b8-bd745023aa9a"/><path d="m1514.9 308.91-4.4 188 71-97.3z" style="stroke-width:0;fill:#6d6d6d"/><path d="m1476.6 667.31-220.7 111.5 248.1 75.4z" class="uuid-b3e14f59-9c7c-478b-958a-fae20679f229"/><path d="m1300.7 1026.91 184.7-30.6 18.6-142.1z" class="uuid-bccd5f25-3c52-4a24-8413-d2476fe719c3"/><path d="m1286.5 552.61 190.1 114.7 33.9-170.5z" class="uuid-dc73707c-322d-4485-9d51-679dc55739c3"/><path d="m1316 341.71-29.5 210.9 224-55.7z" class="uuid-ac1900bb-a504-4103-a256-9fdfd62a589f"/><path d="m1414.3 189.81-60.1 38.2 160.6 80.9z" class="uuid-30c462c8-02a5-410a-a22c-1098ccd0faaf"/><path d="m1354.2 228.11-38.2 113.6 198.9-32.8z" class="uuid-2c424dae-3619-470c-8ce8-49105a3b3ad9"/><path d="m1316 341.71 194.5 155.2 4.4-188z" class="uuid-ac1900bb-a504-4103-a256-9fdfd62a589f"/><path d="m1452.6 1143.81-161.7 147.5 197.8 25.1z" class="uuid-ab611ba7-4dc0-4a91-b864-2109fc7a6837"/><path d="m1286.5 552.61 5.5 87.4 184.7 27.3z" class="uuid-dc73707c-322d-4485-9d51-679dc55739c3"/><path d="m1304.7 0-12.8 6.2 189.1 47-1.3-53.2z" class="uuid-a44b71ad-48ca-44b8-abba-e28fb42d596b"/><path d="M1444.2 1350.01h39.2l5.2-33.6z" class="uuid-74ebc325-d695-4647-8ab4-c5ddf454a99a"/><path d="M1289.8 1350.01h154.5l44.4-33.6-197.8-25.1z" style="stroke-width:0;fill:#252525"/><path d="m1255.9 778.81 44.8 248.1 203.3-172.7z" class="uuid-dfd8668e-4302-4377-bc63-2102aba7a40f"/><path d="m1291.9 640.01-36.1 138.8 220.7-111.5z" class="uuid-159ac44d-1054-42ae-8dba-d4e36ad7b658"/><path d="m1300.7 1026.91 151.9 116.9 32.8-147.5z" style="stroke-width:0;fill:#383838"/><path d="m1291.9 6.21 122.4 183.6 66.7-136.6z" class="uuid-ba37a829-34a0-4237-89d2-93a9802adfd5"/><path d="m1291.4 0 .6 6.2 12.8-6.2z" style="stroke-width:0;fill:#999"/><path d="m1300.7 1026.91-18.6 114.7 170.5 2.2z" class="uuid-4ab4f9f3-635a-4f3b-b54a-e6071df250bb"/><path d="m1282.1 1141.61 8.7 149.7 161.7-147.5z" class="uuid-51de2d61-9a1c-4480-bec3-ff9934177e43"/><path d="m1291.9 6.21 62.3 221.8 60.1-38.2z" class="uuid-ba37a829-34a0-4237-89d2-93a9802adfd5"/><path d="M1233.6 1350.01h56.2l1.1-58.7z" style="stroke-width:0;fill:#282828"/><path d="m1255.9 778.81-90.7 231.7 135.5 16.4z" class="uuid-9d6ea018-66b6-4bba-aa3b-567400b9d2f6"/><path d="m1291.9 6.21-168.3 210.9 230.6 10.9z" class="uuid-5d7761a4-550b-4d7d-bad9-246b04ff569d"/><path d="m1123.7 217.11 65.6 68.8 165-57.9z" class="uuid-1f907759-78fe-49c9-adde-50142daebe8f"/><path d="m1189.2 286.01 126.8 55.7 38.2-113.6z" class="uuid-0465e0d5-bfa0-4e16-bc53-2dd00f9e8b3b"/><path d="m1151 786.51 14.2 224 90.7-231.7z" class="uuid-5f62157b-7e02-4924-93d8-33d343d1dc08"/><path d="m1282.1 1141.61-122.4 18.6 131.1 131.1z" class="uuid-618973ca-6090-4649-9b12-43cb7b5eba7c"/><path d="m1154.4 0-30.7 217.1L1291.9 6.21 1273.1 0z" class="uuid-ab63f0c5-ac72-4093-8896-a80d48cf6d4c"/><path d="m1273.1 0 18.8 6.2-.6-6.2z" class="uuid-5c3f7d87-576b-47a7-9c72-fcc7e879d540"/><path d="m1137.9 553.71 148.6-1.1 29.5-210.9z" class="uuid-71d8f147-e579-47e9-8e10-d1770ddcddba"/><path d="m1189.2 286.01-51.4 267.7 178.1-212z" style="stroke-width:0;fill:#858585"/><path d="m1286.5 552.61-85.2 65.6 90.7 21.9z" class="uuid-8abb9f7f-bfda-4382-bf8d-16feeac3d663"/><path d="m1201.2 618.21 54.6 160.6 36.1-138.8z" class="uuid-872fef29-be25-4a6a-b909-fb42b3253348"/><path d="m1165.2 1010.51 116.9 131.1 18.6-114.7z" class="uuid-09b2e8ea-81c4-4d00-89ae-e1db0ceb800b"/><path d="m1165.2 1010.51-5.5 149.7 122.4-18.6z" style="stroke-width:0;fill:#3e3e3e"/><path d="M1196.2 1350.01h37.4l57.3-58.7-131.1-131.1z" class="uuid-58a87784-78d0-4efa-8f76-994e627c2f28"/><path d="m1201.2 618.21-50.2 168.3 104.9-7.6z" class="uuid-fe179492-9c41-4141-9280-78efd752e1b6"/><path d="m1137.9 553.71 63.4 64.5 85.2-65.6z" class="uuid-bf637be7-dc77-4591-a9a0-755607709992"/><path d="M1131.5 0 1033 130.8l90.7 86.3L1154.4 0z" class="uuid-49f686db-de20-4f18-b1e4-82ebe8be9af3"/><path d="m1086.7 0-50.5 25.9-3.3 104.9L1131.4 0z" class="uuid-957ea116-cf81-4a12-939a-04b30fa14189"/><path d="m1016.6 334.01 121.3 219.6 51.4-267.7z" class="uuid-ba37a829-34a0-4237-89d2-93a9802adfd5"/><path d="m1034.1 1188.61-16.4 137.7 142.1-166.1z" class="uuid-17f0a62c-d120-4210-a2e3-c3c407298541"/><path d="m1151 786.51-225.1 52.4 239.3 171.6z" class="uuid-cddaca00-379b-4e2a-8b2c-79539ce8621a"/><path d="m1034.1 671.71 116.9 114.8 50.3-168.3z" class="uuid-8abb9f7f-bfda-4382-bf8d-16feeac3d663"/><path d="m1137.9 553.71-103.8 118 167.2-53.5z" class="uuid-ac1900bb-a504-4103-a256-9fdfd62a589f"/><path d="m1017.7 1326.31 78.6 23.7h100l-36.5-189.8z" class="uuid-f9bfab32-7c81-4c33-962b-9d18d114bc2a"/><path d="M1026.2 1350.01h70.1l-78.6-23.7z" class="uuid-ab611ba7-4dc0-4a91-b864-2109fc7a6837"/><path d="m925.9 838.91 14.2 191.2 225.1-19.7z" class="uuid-40fda131-3367-46ec-bc37-a78c47e53c77"/><path d="m1034.1 1188.61 125.7-28.4 5.5-149.7z" class="uuid-e86a23c0-b6a4-412a-a93f-833ff3ef4ffe"/><path d="m1123.7 217.11-107.1 116.9 172.7-48.1z" class="uuid-0d4a910e-5ead-4838-b597-71994d5e44b6"/><path d="M1012.4 1350.01h13.7l-8.5-23.7z" class="uuid-ab611ba7-4dc0-4a91-b864-2109fc7a6837"/><path d="M1016.6 334.01 927 477.21l210.9 76.5z" class="uuid-302ea3b3-82f6-42c0-a59b-4112764c7f73"/><path d="m940.1 1030.11 94 158.5 131.1-178.1z" class="uuid-9d6ea018-66b6-4bba-aa3b-567400b9d2f6"/><path d="m1029.6 0 6.6 25.9L1086.7 0z" class="uuid-64c7eb49-8c01-46aa-b7e6-ef2504e35ba5"/><path d="m1034.1 671.71-108.2 167.2 225.1-52.5z" class="uuid-8abb9f7f-bfda-4382-bf8d-16feeac3d663"/><path d="m927 477.21 107 194.5 103.8-118z" class="uuid-30c462c8-02a5-410a-a22c-1098ccd0faaf"/><path d="m1033 130.81-16.4 203.3 107.1-116.9z" class="uuid-ab63f0c5-ac72-4093-8896-a80d48cf6d4c"/><path d="M984 1350.01h28.4l5.2-23.7z" class="uuid-58a87784-78d0-4efa-8f76-994e627c2f28"/><path d="m823.1 235.71 193.4 98.3 16.4-203.3z" class="uuid-6653bb43-d0f3-484f-aeae-d1935082e430"/><path d="m873.4 710.01 52.5 128.9 108.2-167.2z" class="uuid-01b32304-0ec2-45e0-9340-e8e63f72a0bf"/><path d="m927 477.21-62.3 54.6 169.3 139.9z" class="uuid-78356180-57b7-4d60-b52b-5d41f593f4d9"/><path d="m864.7 531.81 8.7 178.1 160.6-38.2z" class="uuid-30c462c8-02a5-410a-a22c-1098ccd0faaf"/><path d="M940.1 1030.11 763 1180.91l271 7.6z" class="uuid-b3e14f59-9c7c-478b-958a-fae20679f229"/><path d="m772.9 1285.91 244.8 40.4 16.4-137.7z" class="uuid-86f5feeb-dac2-4fcc-824b-0d6bdefb40f2"/><path d="m763 1180.91 9.8 104.9 261.2-97.3z" class="uuid-b736cef6-b3ae-433b-bc9a-796db39ecdda"/><path d="m827.5 52.11 205.4 78.7 3.3-104.9z" style="stroke-width:0;fill:#afafaf"/><path d="m872.5 0-45 52.1 208.7-26.2-6.6-25.9z" class="uuid-79495768-f750-42bf-ac3e-e360b6a08205"/><path d="m827.5 52.11-4.4 183.6 209.9-104.9z" class="uuid-c65319c7-5805-4670-9bc3-4c8332b4be87"/><path d="M807.8 373.41 927 477.21l89.6-143.2z" class="uuid-329adbd5-8beb-4a2a-832b-edb10b3920e8"/><path d="m823.1 235.71-15.3 137.7 208.7-39.3z" style="stroke-width:0;fill:#a3a3a3"/><path d="M802.5 1350.01H984l33.6-23.7-244.7-40.4z" class="uuid-4ab4f9f3-635a-4f3b-b54a-e6071df250bb"/><path d="m801.3 1048.71-38.3 132.2 177-150.8z" class="uuid-40fda131-3367-46ec-bc37-a78c47e53c77"/><path d="m834 0-6.5 52.1 45-52.1z" class="uuid-b7693d0b-31c5-440d-bd32-cbfdc0ebe203"/><path d="m925.9 838.91-138.8 37.2 153 154.1z" class="uuid-5eb8013c-fccc-4592-9f5d-ab723261bd85"/><path d="m790.2 0 37.3 52.1L834 0z" class="uuid-66ed4cbc-aae7-42f7-ada5-f1c982f52370"/><path d="m787.1 876.11 14.2 172.7 138.8-18.6z" class="uuid-fe179492-9c41-4141-9280-78efd752e1b6"/><path d="m873.4 710.01-86.3 166.1 138.8-37.2z" class="uuid-af4d0ba4-7465-4a0a-9a4f-892833201b24"/><path d="m807.8 373.41 56.8 158.5 62.3-54.6z" class="uuid-1e436f6b-2190-4072-a833-d30583b402a8"/><path d="m706.2 0 121.3 52.1L790.2 0z" class="uuid-66ed4cbc-aae7-42f7-ada5-f1c982f52370"/><path d="m807.8 373.41-96.2 97.3 153 61.2z" class="uuid-ab63f0c5-ac72-4093-8896-a80d48cf6d4c"/><path d="m864.7 531.81-158.5 145.4 167.2 32.8z" class="uuid-0465e0d5-bfa0-4e16-bc53-2dd00f9e8b3b"/><path d="m706.2 677.21 80.9 198.9 86.3-166.1z" class="uuid-d02de2a5-a88b-4c79-9734-20dee1b75554"/><path d="m642.8 222.61 180.3 13.1 4.4-183.6z" class="uuid-79495768-f750-42bf-ac3e-e360b6a08205"/><path d="m711.7 470.61-5.5 206.5 158.5-145.3z" class="uuid-5d7761a4-550b-4d7d-bad9-246b04ff569d"/><path d="m706.2 677.21-40.4 168.3 121.3 30.6z" class="uuid-2df77ddd-561d-4cf8-ad27-8c9c2d3a9fe7"/><path d="M651.2 1350.01h151.4l-29.7-64.1z" class="uuid-17f0a62c-d120-4210-a2e3-c3c407298541"/><path d="m787.1 876.11-137.7 78.7 151.9 94z" class="uuid-091a587a-2fd5-4296-811e-706ded9e5315"/><path d="m642.8 222.61 13.2 174.8 151.9-24z" class="uuid-749e1ad8-a1b5-403c-930e-c5211067a9b5"/><path d="m642.8 222.61 165 150.8 15.3-137.7z" class="uuid-749e1ad8-a1b5-403c-930e-c5211067a9b5"/><path d="m686.1 0-43.2 222.6L827.5 52.1 706.2 0z" style="stroke-width:0;fill:#bcbcbc"/><path d="m763 1180.91-51.4 21.9 61.2 83.1z" class="uuid-d7c6f68b-2063-4b87-831e-11aabf907665"/><path d="m711.7 1202.81 51.3-21.9 38.2-132.2z" class="uuid-f9274650-94b1-4e9d-9a6e-e460d569d058"/><path d="m656 397.41 55.7 73.2 96.2-97.3z" class="uuid-6653bb43-d0f3-484f-aeae-d1935082e430"/><path d="m649.4 954.71 62.3 248.1 89.6-154.1z" class="uuid-bc2496f6-1c08-431c-a748-eb317ecd2977"/><path d="m665.8 845.51-16.4 109.3 137.7-78.7z" class="uuid-af4d0ba4-7465-4a0a-9a4f-892833201b24"/><path d="M637.1 1350.01h14.1l121.7-64.1-61.2-83.1z" class="uuid-f1b25f43-02eb-4b6c-bb6d-0a1fe9ad98e6"/><path d="M682.1 0 551 187.6l91.8 35L686.1 0z" class="uuid-f14e6544-02f9-44d8-8663-230690aebb6e"/><path d="M528.7 0 551 187.6 682 0z" class="uuid-b093d116-2e77-48c0-86d2-f12fbcacac8c"/><path d="m547.8 803.91 118 41.5 40.4-168.3z" class="uuid-56d56fcf-a8cf-40dc-b540-9537c48b1260"/><path d="M623.5 1350.01h13.6l74.6-147.2-228.4-21.9z" class="uuid-1bd2f084-d6ef-4e71-a3e1-394c1f5de493"/><path d="m649.4 954.71-173.8 87.4 236 160.6z" class="uuid-7de8c492-7761-4ff6-ab31-1b781c4b99a5"/><path d="m475.6 1042.21 7.7 138.8 228.4 21.9z" class="uuid-bc2496f6-1c08-431c-a748-eb317ecd2977"/><path d="m656 397.41-186.9 52.5 242.6 20.8z" class="uuid-a443fe0b-51a8-4d7f-b10c-e5e8600ac99a"/><path d="m448.3 652.01 257.9 25.1 5.5-206.5z" style="stroke-width:0;fill:#979797"/><path d="m469.1 449.91-20.8 202.2 263.4-181.4z" class="uuid-49f686db-de20-4f18-b1e4-82ebe8be9af3"/><path d="m448.3 652.01 99.5 151.9 158.5-126.8z" class="uuid-ba37a829-34a0-4237-89d2-93a9802adfd5"/><path d="m642.8 222.61-178.1 104.9 191.3 69.9z" class="uuid-bbe26c67-38ac-40f8-bdd4-e0b666628f17"/><path d="m551 187.61-86.3 139.9 178.1-104.9z" class="uuid-92e8159d-4669-4c95-b071-2d1c20aec96b"/><path d="m547.8 803.91 101.6 150.8 16.4-109.3z" class="uuid-71d8f147-e579-47e9-8e10-d1770ddcddba"/><path d="m464.7 327.51 4.4 122.4 186.9-52.5z" class="uuid-c65319c7-5805-4670-9bc3-4c8332b4be87"/><path d="M444.1 1350.01h179.4l-140.2-169z" class="uuid-d7c6f68b-2063-4b87-831e-11aabf907665"/><path d="m547.8 803.91-72.1 238.2 173.8-87.4z" class="uuid-01b32304-0ec2-45e0-9340-e8e63f72a0bf"/><path d="m359.8 877.21 115.8 165 72.2-238.3z" class="uuid-d02de2a5-a88b-4c79-9734-20dee1b75554"/><path d="m448.3 652.01-74.3 33.9 173.8 118z" class="uuid-a44b71ad-48ca-44b8-abba-e28fb42d596b"/><path d="m268 221.51 196.7 106 86.3-139.9z" style="stroke-width:0;fill:#bfbfbf"/><path d="M294.2 71.81 268 221.51l283-33.9z" class="uuid-8e7ca1ec-9b1a-4c26-9793-df654790f70a"/><path d="M528.7 0 294.2 71.8 551 187.6z" class="uuid-1fb40790-3128-48d4-86c3-4707782e6221"/><path d="m374 685.91-14.2 191.2 188-73.2z" class="uuid-6c415024-c989-499f-a7e7-2fbb5e12f644"/><path d="m344.5 508.91 103.8 143.2 20.8-202.2z" class="uuid-957ea116-cf81-4a12-939a-04b30fa14189"/><path d="M369.2 1350.01h74.9l39.2-169z" class="uuid-1bd2f084-d6ef-4e71-a3e1-394c1f5de493"/><path d="m311.2 0-16.9 71.8L528.7 0z" class="uuid-2c9c5fda-2c96-4f37-9370-5be6ebc45e69"/><path d="M464.7 327.51H268l201.1 122.4z" class="uuid-4122213a-c1ab-426d-972d-f2606dca6918"/><path d="m268 327.51 76.5 181.4 124.6-59z" class="uuid-79495768-f750-42bf-ac3e-e360b6a08205"/><path d="m311.7 1021.41-24 98.3 188-77.6z" class="uuid-bf637be7-dc77-4591-a9a0-755607709992"/><path d="m359.8 877.21-48.1 144.2 163.9 20.8z" class="uuid-acd9fb0a-a6ce-4110-ad3a-705b3b96f772"/><path d="m475.6 1042.21-188 77.6 195.6 61.2z" class="uuid-091a587a-2fd5-4296-811e-706ded9e5315"/><path d="M360.2 1350.01h9l114.1-169-195.6-61.2z" class="uuid-159ac44d-1054-42ae-8dba-d4e36ad7b658"/><path d="M268 221.51v106h196.7z" class="uuid-ca58da73-3943-413c-8cdb-a96a32a32d4d"/><path d="m344.5 508.91 29.5 177 74.3-33.9z" class="uuid-8f776032-5b85-41a0-9e26-d24a75140594"/><path d="m201.4 1288.01 141.1 62h17.8l-72.5-230.2z" class="uuid-20f4978c-72ef-41f1-8b2a-3b5b1e377089"/><path d="m185 1176.61 16.4 111.5 86.3-168.3z" class="uuid-7de8c492-7761-4ff6-ab31-1b781c4b99a5"/><path d="m141.3 514.41 33.9 203.3 169.3-208.8z" class="uuid-21b08daa-3869-4f82-b379-2e1641c471da"/><path d="M238.3 0 209 47.7l85.2 24L311.1-.09h-72.8z" class="uuid-2c9c5fda-2c96-4f37-9370-5be6ebc45e69"/><path d="M187.3 0 209 47.7 238.3-.09h-51z" class="uuid-2c9c5fda-2c96-4f37-9370-5be6ebc45e69"/><path d="m344.5 508.91-169.4 208.7 198.9-31.7z" class="uuid-d0871993-3136-4271-bd82-a17cb687dca0"/><path d="m209 817.11 150.8 60.1 14.2-191.3z" class="uuid-1f907759-78fe-49c9-adde-50142daebe8f"/><path d="m175.1 717.61 33.9 99.4 165-131.1z" class="uuid-1e436f6b-2190-4072-a833-d30583b402a8"/><path d="m209 817.11 102.7 204.3 48.1-144.2z" class="uuid-98d636e4-8059-4223-a7a9-84a0075190da"/><path d="M239.8 1350.01h102.7l-141.1-62z" class="uuid-dfd8668e-4302-4377-bc63-2102aba7a40f"/><path d="M183.4 1350.01h56.3l-38.4-62z" class="uuid-b736cef6-b3ae-433b-bc9a-796db39ecdda"/><path d="m268 327.51-126.7 186.9 203.3-5.5z" class="uuid-4122213a-c1ab-426d-972d-f2606dca6918"/><path d="m209 817.11-42.6 243.7 145.3-39.3z" class="uuid-2c424dae-3619-470c-8ce8-49105a3b3ad9"/><path d="m112.8 367.91 28.4 146.4L268 327.51z" class="uuid-f14e6544-02f9-44d8-8663-230690aebb6e"/><path d="m158.7 141.71 109.3 79.8 26.2-149.7z" class="uuid-2c9c5fda-2c96-4f37-9370-5be6ebc45e69"/><path d="m209 47.71-50.3 94 135.5-69.9z" class="uuid-2c9c5fda-2c96-4f37-9370-5be6ebc45e69"/><path d="m166.4 1060.71 121.3 59 24-98.4z" class="uuid-01b32304-0ec2-45e0-9340-e8e63f72a0bf"/><path d="m166.4 1060.71 18.6 115.8 102.7-56.8z" class="uuid-bf637be7-dc77-4591-a9a0-755607709992"/><path d="m112.8 367.91 155.2-40.4v-106z" class="uuid-4d579641-4004-44c8-a62b-ab07ba5970c4"/><path d="m158.7 141.71-45.9 226.2L268 221.51z" style="stroke-width:0;fill:#cbcbcb"/><path d="m45.1 310.01 67.8 57.9 45.9-226.2z" class="uuid-1fb40790-3128-48d4-86c3-4707782e6221"/><path d="m141.3 514.41-106 43.7 139.9 159.5z" style="stroke-width:0;fill:#ababab"/><path d="m185 1176.61-129 96.1 145.3 15.3z" class="uuid-bc2496f6-1c08-431c-a748-eb317ecd2977"/><path d="M83.8 1350.01h99.6l17.9-62-145.3-15.3z" class="uuid-b3e14f59-9c7c-478b-958a-fae20679f229"/><path d="M0 53.61v12l158.7 76 50.3-94z" class="uuid-2c9c5fda-2c96-4f37-9370-5be6ebc45e69"/><path d="M7.8 0 0 13.51v40.2l209-5.9L187.3 0z" class="uuid-2c9c5fda-2c96-4f37-9370-5be6ebc45e69"/><path d="m18.9 1006.11 147.5 54.6 42.6-243.6z" class="uuid-98d636e4-8059-4223-a7a9-84a0075190da"/><path d="m2.5 842.21 16.4 163.9 190.1-189z" class="uuid-ba37a829-34a0-4237-89d2-93a9802adfd5"/><path d="M175.1 717.61 2.5 842.21l206.5-25.1z" class="uuid-0d4a910e-5ead-4838-b597-71994d5e44b6"/><path d="M0 0v13.5L7.9 0z" class="uuid-2c9c5fda-2c96-4f37-9370-5be6ebc45e69"/><path d="M0 613.91v34l175.1 69.7-139.8-159.5z" class="uuid-957ea116-cf81-4a12-939a-04b30fa14189"/><path d="M0 1197.01v13.1l185-33.5-18.6-115.8z" class="uuid-e751fa48-4097-452d-989b-1bb42a2d8e5d"/><path d="M0 1210.01v19.5l56 43.2 128.9-96.2z" class="uuid-7de8c492-7761-4ff6-ab31-1b781c4b99a5"/><path d="M33.7 1350.01h50.1l-27.8-77.3z" class="uuid-d7c6f68b-2063-4b87-831e-11aabf907665"/><path d="M0 1105.71v91.3l166.4-136.2-147.5-54.6z" class="uuid-acd9fb0a-a6ce-4110-ad3a-705b3b96f772"/><path d="m0 816.91 2.5 25.3 172.7-124.6L0 648.01z" class="uuid-8f776032-5b85-41a0-9e26-d24a75140594"/><path d="m0 128.41 158.7 13.3L0 65.71z" class="uuid-2c9c5fda-2c96-4f37-9370-5be6ebc45e69"/><path d="m0 189.71 45.1 120.3 113.6-168.3L0 128.41z" class="uuid-2c9c5fda-2c96-4f37-9370-5be6ebc45e69"/><path d="m112.8 367.91-77.5 190.2 106-43.7z" class="uuid-a3d6f061-fb22-4029-979e-1abb1494ae60"/><path d="m45.1 310.01-9.8 248.1 77.5-190.2z" class="uuid-ca58da73-3943-413c-8cdb-a96a32a32d4d"/><path d="M0 549.81v64.1l35.3-55.8 9.8-248.1z" class="uuid-4122213a-c1ab-426d-972d-f2606dca6918"/><path d="M0 1350.01h33.7l22.3-77.3-56-43.2z" class="uuid-f9274650-94b1-4e9d-9a6e-e460d569d058"/><path d="m0 549.81 45.1-239.7L0 189.71z" class="uuid-b093d116-2e77-48c0-86d2-f12fbcacac8c"/><path d="M0 882.31v223.4l18.9-99.6-16.4-163.9z" class="uuid-30c462c8-02a5-410a-a22c-1098ccd0faaf"/><path d="m0 882.31 2.5-40.1-2.5-25.3z" class="uuid-302ea3b3-82f6-42c0-a59b-4112764c7f73"/><path d="M0 0h2396.1v1350H0z" style="stroke-width:0;fill:url(#uuid-766e8756-0661-4100-ba9a-27d53b9eaf80)"/><path d="M0 0h2400.3v1628.1H0z" style="stroke-width:0;fill:url(#uuid-5050948a-1585-4b56-a9d3-1522f5b4c1f9)"/><path d="M0 0h2400.3v1628.1H0z" style="fill:url(#uuid-f9de4f71-5373-4515-a652-5e23f5343279);opacity:.49;stroke-width:0"/></svg>
\ No newline at end of file
.pf-v5-c-background-image {
/* Change background size so that the image covers the entire background. */
--pf-v5-c-background-image--BackgroundSize: cover;
}
.pf-v5-c-login__container {
/* Change the grid layout so that the header is always above the main area. */
grid-template-areas: "header" "main";
--pf-v5-c-login__container--xl--GridTemplateColumns: minmax(auto, 34rem);
}
<svg xmlns="http://www.w3.org/2000/svg" width="729.577" height="150.658" viewBox="0 0 193.036 39.861"><path fill="#4d4d4d" d="M5.795 9.869 11.511.003 34.53 0l5.685 9.964.007 19.932-5.691 9.958-23.012.008-5.782-9.965z"/><path fill="#ededed" d="M5.738 29.894h10.374l-5.698-10.041 4.634-9.982-9.252-.002L0 19.934"/><path fill="#e0e0e0" d="M19.258 29.894h7.583l6.705-9.773-6.588-10.156h-8.92l-5.373 9.814z"/><path fill="#acacac" d="m0 19.933 5.738 9.964h10.375l-5.636-9.93z"/><path fill="#9e9e9e" d="m12.774 19.935 6.485 9.962h7.582l6.6-9.958z"/><path fill="#00b8e3" d="m15.342 19.94-1.957.57-1.878-.571 7.667-13.29 1.918 3.318"/><path fill="#33c6e9" d="m21.084 29.894-1.908 3.332-5.093-5.487-2.58-7.797v-.004h3.838"/><path fill="#008aaa" d="M11.508 19.939h-.004v.003l-1.917 3.322-1.925-3.307 1.952-3.386 5.728-9.92h3.834"/><path fill="#d4d4d4" d="M32.604 29.894h11.612l-.007-19.93H32.604Z"/><path fill="#919191" d="M32.604 19.966v9.93h11.591v-9.93z"/><path fill="#00b8e3" d="M19.178 33.23h-3.837l-5.754-9.967 1.917-3.32z"/><path fill="#008aaa" d="M34.519 19.939 26.85 33.227c-.705-1.036-1.913-3.33-1.913-3.33l5.753-9.96z"/><path fill="#00b8e3" d="m30.68 33.227-3.83-.001 7.67-13.288 1.916-3.318 1.922 3.34m-3.839-.021h-3.828l-5.755-9.973 1.905-3.314 4.658 5.922z"/><path fill="#33c6e9" d="M36.436 16.618v.003l-1.917 3.318-7.677-13.286 3.841.002z"/><path fill="#626262" d="M175.972 9.98a.193.193 0 0 0-.195.196v19.503c0 .106.086.195.195.195h4.049c.106 0 .195-.09.195-.195V24.31c0-.046.016-.093.05-.13l.181-.204 1.6-1.782a.196.196 0 0 1 .302.016l1.528 2.06 2.735 3.68 1.002 1.347.367.497c.04.05.096.08.159.08h4.7a.2.2 0 0 0 .162-.312l-.973-1.356-1.389-1.954c-.413-.576-.856-1.198-1.333-1.866l-.215-.304-1.76-2.48a1565.7 1565.7 0 0 0-1.934-2.706.19.19 0 0 1 .016-.241l1.551-1.724 3.725-4.14 2.239-2.487a.218.218 0 0 0 .05-.123.195.195 0 0 0-.196-.201h-4.97a.195.195 0 0 0-.143.062l-1.558 1.694-3.324 3.614-2.235 2.428a.194.194 0 0 1-.338-.132v-7.471a.195.195 0 0 0-.195-.195Z"/><path fill="#6f6f6f" d="M161.562 9.98a.198.198 0 0 0-.178.12l-5.213 12.065-.003.003-.007.013-.003.01-.674 1.565-.04.096-.087.195h.001l-.073.166v.003l-2.027 4.693-.298.69a.196.196 0 0 0 .178.275h4.3a.196.196 0 0 0 .175-.112c0-.004.004-.004.004-.007l1.498-3.485.248-.576a.199.199 0 0 1 .182-.12h8.08a.19.19 0 0 1 .178.12l1.664 3.866 1.865-6.618-1.499-3.47-1.339-3.098-2.712-6.273a.191.191 0 0 0-.179-.12h-2.526zm7.905 19.58v.003l.086.192c.03.073.099.12.178.12h4.3a.197.197 0 0 0 .179-.276l-.04-.09-2.838-6.567zm-5.87-13.362c.074 0 .147.04.181.117l.943 2.2.952 2.225.285.664a.194.194 0 0 1-.179.272h-4.389a.194.194 0 0 1-.178-.272l.516-1.19 1.69-3.9a.195.195 0 0 1 .18-.116z"/><path fill="#7d7d7d" d="M143.452 9.524c-.826 0-1.617.076-2.368.235v.004-.004h-.003a9.78 9.78 0 0 0-3.556 1.488 10.59 10.59 0 0 0-1.497 1.224c-1.486 1.453-2.428 3.197-2.815 5.176l-.002.003-.014.076-.005.023-.042.225v-.001l-.003.012v.006l-.01.085v.009a11.29 11.29 0 0 0-.126 1.715c0 2.63.816 4.872 2.45 6.727.175.206.367.404.565.599.506.496 1.043.93 1.608 1.3 1.68 1.098 3.619 1.647 5.818 1.647.245 0 .486-.006.724-.023 2.13-.12 4.001-.784 5.615-1.991a10.44 10.44 0 0 0 1.089-.933l.01-.01a9.983 9.983 0 0 0 1.922-2.583c.148-.288.28-.582.396-.887.46-1.174.688-2.457.688-3.845 0-.374-.016-.742-.05-1.1v-.006a9.841 9.841 0 0 0-.783-3.1c-.5-1.15-1.227-2.191-2.183-3.124-.397-.39-.814-.74-1.25-1.052-1.76-1.263-3.817-1.895-6.178-1.895m.017 3.873c1.66 0 3.059.625 4.197 1.875.062.067.122.136.175.205 1.022 1.214 1.531 2.66 1.531 4.336 0 1.17-.248 2.223-.744 3.162a6.456 6.456 0 0 1-1.138 1.545 5.658 5.658 0 0 1-1.382 1.048c-.79.423-1.67.635-2.64.635a5.57 5.57 0 0 1-2.56-.592 5.46 5.46 0 0 1-1.12-.77 5.668 5.668 0 0 1-.516-.503c-1.14-1.243-1.71-2.751-1.71-4.524 0-.053 0-.103.003-.156.03-1.707.599-3.168 1.707-4.386.83-.912 1.802-1.495 2.913-1.74a6.03 6.03 0 0 1 1.284-.135"/><path fill="#888" d="M120.252 9.98a.193.193 0 0 0-.195.196v19.503c0 .106.086.195.195.195h12.528c.11 0 .196-.09.196-.195v-3.57a.195.195 0 0 0-.196-.194h-8.09a.192.192 0 0 1-.194-.191V10.176a.19.19 0 0 0-.113-.176.174.174 0 0 0-.083-.02h-2.242z"/><path fill="#949494" d="M109.792 9.525c-2.923 0-5.394.989-7.415 2.96-.367.36-.7.738-1.002 1.13v.004c-1.352 1.756-2.027 3.84-2.027 6.25 0 1.377.215 2.64.649 3.794l.006-.002-.005.003c.254.695.592 1.336.999 1.948v.003c.003 0 .003.003.003.003a9.828 9.828 0 0 0 1.323 1.58 10.01 10.01 0 0 0 1.984 1.512h.003a9.831 9.831 0 0 0 .953.484h.007l.003.003h.003c1.37.602 2.907.903 4.617.903.503 0 .996-.037 1.475-.106h.01c.308-.043.612-.102.913-.175 1.683-.404 3.225-1.257 4.63-2.557v-.002l.001.002c.281-.258.559-.54.83-.837a.199.199 0 0 0-.007-.27l-2.566-2.643a.19.19 0 0 0-.172-.057.212.212 0 0 0-.116.07c-.685.81-1.465 1.419-2.338 1.822-.867.4-1.826.6-2.874.6-.718 0-1.39-.113-2.011-.341a5.641 5.641 0 0 1-2.057-1.34 5.433 5.433 0 0 1-1.3-2.066h-.007l.007-.001c-.255-.715-.38-1.508-.38-2.385 0-1.723.512-3.118 1.544-4.183.076-.076.152-.153.235-.23 1.184-1.09 2.612-1.636 4.283-1.636.611 0 1.197.076 1.75.229v-.001c1.27.344 2.384 1.085 3.343 2.216.076.09.215.096.29.007l2.498-2.832a.201.201 0 0 0-.003-.264c-1.955-2.147-4.323-3.334-7.1-3.556-.322-.025-.646-.04-.977-.04z"/><path fill="#aaa" d="M82.588 9.98a.195.195 0 0 0-.17.29l1.892 3.309 3.423 5.983 1.38 2.41a.2.2 0 0 1 .026.097v7.61c0 .106.086.195.195.195h4.049c.109 0 .194-.09.194-.195v-7.61c0-.033.01-.066.027-.096l.976-1.706 3.704-6.476.757-1.32.503-.88h-.007l.007-.003.754-1.316a.194.194 0 0 0-.168-.29h-4.363a.196.196 0 0 0-.168.095l-3.953 6.803-.003.003v.003l-.212.156-.159.122a.203.203 0 0 1-.082-.076l-.067-.112-.099-.17-3.905-6.73a.196.196 0 0 0-.169-.095zm15.537 2.04v.002l-.004.002z"/><path fill="#bcbcbc" d="M66.598 9.98a.193.193 0 0 0-.196.196v19.503c0 .106.086.195.195.195h14.264c.11 0 .196-.09.196-.195v-3.54a.196.196 0 0 0-.196-.194h-9.825a.195.195 0 0 1-.196-.195v-3.737c0-.106.09-.196.196-.196h8.519a.195.195 0 0 0 .195-.194v-3.394c0-.11-.09-.195-.195-.195h-8.52a.196.196 0 0 1-.195-.195V14.13c0-.11.09-.195.196-.195h9.515a.195.195 0 0 0 .195-.195v-3.565a.195.195 0 0 0-.195-.195h-7.829z"/><path fill="#b8b8b8" d="M47.256 9.98a.193.193 0 0 0-.195.196v19.503c0 .106.086.195.195.195h4.048c.11 0 .196-.09.196-.195V24.31c0-.046.016-.093.05-.13l.842-.942.94-1.044a.196.196 0 0 1 .3.016l2.808 3.777.002.002 2.016 2.713.81 1.09a.19.19 0 0 0 .156.08h4.703a.197.197 0 0 0 .158-.31l-.171-.241a693.927 693.927 0 0 1-1.846-2.587c-.566-.79-1.194-1.673-1.888-2.652l-.07-.1v.002-.002a1569.226 1569.226 0 0 0-3.628-5.086.195.195 0 0 1 .017-.241l1.772-1.968h-.006l.006-.001v-.003l1.459-1.62 1.402-1.558 2.88-3.202a.194.194 0 0 0-.145-.324H59.1a.196.196 0 0 0-.146.063l-3.079 3.345-4.038 4.39a.194.194 0 0 1-.338-.132V10.17a.193.193 0 0 0-.195-.192h-2.11zm.091 9.823v.01h-.001zm12.27 8.34v.002h-.001z"/><path fill="#a0a0a0" d="M89.222 29.806c-.024-.025-.045-1.79-.045-3.92V22.01l-3.38-5.904c-1.996-3.487-3.364-5.945-3.342-6.003.032-.084.357-.098 2.278-.098 2.052 0 2.25.01 2.342.115.055.064.986 1.649 2.069 3.523 1.082 1.873 2.003 3.443 2.045 3.488.194.21.46-.181 2.48-3.662l2.01-3.465h2.275c1.894 0 2.28.016 2.31.094.02.05-1.477 2.737-3.326 5.969l-3.362 5.876-.066 7.872-2.121.018c-1.167.01-2.142-.003-2.167-.028z"/><path fill="#acacac" d="M66.456 29.767c-.017-.045-.023-4.503-.014-9.905l.017-9.823h14.22v3.837l-4.855.017c-3.453.012-4.88.038-4.944.09-.13.109-.13 3.91 0 4.018.063.052 1.362.079 4.448.09l4.36.018v3.638l-4.36.017c-3.086.012-4.385.039-4.448.09-.07.06-.089.465-.089 1.98 0 1.047.018 1.95.04 2.009.036.094.538.104 4.999.104 3.29 0 5 .023 5.086.069.122.065.128.156.128 1.872 0 1.314-.022 1.825-.08 1.883-.118.118-14.463.115-14.508-.003z"/></svg>
\ No newline at end of file
import=common/keycloak
stylesCommon=node_modules/@patternfly-v5/patternfly/patternfly.min.css node_modules/@patternfly-v5/patternfly/patternfly-addons.css
styles=css/welcome.css
# When set to true, the user will be redirected to the Administration Console if an administrative users already exists.
redirectToAdmin=true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment