@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400&family=Manrope:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{--bg: #f3e6d1;--surface: #fdf7eb;--surface2: #ead7b8;--border: #d6b87f;--border2: #c79a5a;--text: #2c1810;--text2: #714a28;--text3: #a87c4c;--accent: #d5af34;--accent2: #b8941e;--on-accent: #2c1810;--gold: #d5af34;--red: #c0392b;--green: #1a6e30;--blue: #1a4a8a;--shadow-sm: 0 1px 3px rgba(80,50,10,.1);--shadow-md: 0 4px 16px rgba(80,50,10,.14);--shadow-lg: 0 14px 38px rgba(80,50,10,.2);--radius: 8px;--font-display: "Plus Jakarta Sans", "Manrope", sans-serif;--font-body: "Manrope", "Inter", system-ui, sans-serif;--font-mono: "Inter", ui-monospace, monospace}*{box-sizing:border-box;margin:0;padding:0}img{display:block;max-width:100%;content-visibility:auto}body{font-family:Manrope,Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;overflow-x:hidden;font-size:.95rem;line-height:1.5;-webkit-font-smoothing:antialiased}.app{min-height:100vh;background:var(--bg);display:flex;flex-direction:column}.sticky-top{position:sticky;top:0;z-index:200;overflow:visible}.app-header{background:var(--surface);border-bottom:none;padding:0 1rem;display:flex;flex-direction:column;overflow:visible}.app-header-row1{display:flex;align-items:center;justify-content:space-between;min-height:40px;gap:.5rem;width:100%}.app-header-row2{display:flex;align-items:center;justify-content:space-between;padding-bottom:.4rem;gap:.5rem;width:100%}@media (min-width: 600px){.app-header{flex-direction:row;align-items:center;padding:0 1.5rem;min-height:42px;gap:0}.app-header-row1{flex:0 0 auto;min-height:42px;justify-content:flex-start;gap:0;padding-bottom:0;width:auto}.app-header-row1 .room-pill{display:none}.app-header-row2{flex:1;min-height:42px;padding-bottom:0;justify-content:flex-end;gap:10px}.room-pill.room-pill--desktop{display:inline-flex}}.room-pill.room-pill--desktop{display:none}@media (min-width: 600px){.room-pill.room-pill--desktop{display:inline-flex}}.explainer-btn--desktop{display:none}@media (min-width: 600px){.explainer-btn--mobile{display:none}.explainer-btn--desktop{display:block}}.app-header-top{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0;overflow:visible}.app-header-presence{display:none}.header-meta{display:flex;align-items:center;gap:.5rem;flex-shrink:0}@media (min-width: 600px){.header-meta{gap:.75rem}}.user-pill{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:500;color:var(--text2);background:var(--surface2);border:1px solid var(--border);border-radius:100px;padding:.25rem .75rem}.room-pill{display:inline-flex;align-items:center;gap:.25rem;font-size:.52rem;font-weight:600;color:var(--text3);background:var(--surface2);border:1px solid var(--border);border-radius:100px;height:23px;padding:0 .5rem;cursor:pointer;font-family:Inter,monospace;letter-spacing:.08em;transition:background .15s}.room-pill:hover{background:var(--border)}.nav{background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:flex-start;gap:0;padding:0;overflow-x:auto;scrollbar-width:none}@media (min-width: 600px){.nav{justify-content:center;padding:0 1rem}}.nav::-webkit-scrollbar{display:none}.nav-btn{font-family:Manrope,Inter,sans-serif;font-size:.82rem;font-weight:500;padding:.9rem 1.25rem;background:none;border:none;border-bottom:2px solid transparent;color:var(--text3);cursor:pointer;transition:color .15s,border-color .15s;white-space:nowrap;display:flex;align-items:center;gap:.35rem;margin-bottom:-1px}.nav-btn:hover{color:var(--text)}.nav-btn.active{color:var(--accent);border-bottom-color:var(--accent);font-weight:600}.nav-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;background:var(--accent);color:var(--on-accent);font-size:.65rem;font-weight:700;line-height:1;font-variant-numeric:tabular-nums;border-radius:100px;padding:1px 4px 0}.nav-live-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);flex-shrink:0;align-self:center;position:relative;animation:navLivePulse 2s ease-out infinite}@keyframes navLivePulse{0%{box-shadow:0 0 color-mix(in srgb,var(--accent) 50%,transparent)}70%{box-shadow:0 0 0 6px color-mix(in srgb,var(--accent) 0%,transparent)}to{box-shadow:0 0 color-mix(in srgb,var(--accent) 0%,transparent)}}@media (prefers-reduced-motion: reduce){.nav-live-dot{animation:none}}.content{max-width:960px;width:100%;margin:0 auto;padding:2rem 1.5rem;text-align:center;flex:1 1 auto;display:flex;flex-direction:column;gap:2rem}@media (max-width: 1023px){.content-cart-pad{padding-bottom:170px}}.content .info-grid,.content .synopsis-text,.content .ranking-list,.content .filters,.content .movie-grid,.content .movie-grid-sm,.content .panel,.content .swipe-arena,.content .status-bar{text-align:left}.content .section-sub{text-align:center}.content .empty-state{text-align:center;margin-left:auto;margin-right:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font-family:Manrope,Inter,sans-serif;font-size:.82rem;font-weight:600;padding:.6rem 1.25rem;border-radius:var(--radius);border:1.5px solid var(--border2);background:var(--surface);color:var(--text);cursor:pointer;transition:all .15s;white-space:nowrap}.btn:hover{background:var(--surface2);border-color:var(--accent)}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.btn-primary{background:var(--accent);color:var(--on-accent);border-color:var(--accent)}.btn-primary:hover{background:var(--accent2);border-color:var(--accent2);color:var(--on-accent)}.btn-danger{border-color:var(--red);color:var(--red)}.btn-danger:hover{background:var(--red);color:#fff}.btn-sm{padding:.4rem .85rem;font-size:.75rem}.btn-lg{padding:.75rem 2rem;font-size:.9rem}.btn-ghost{border-color:transparent;background:transparent}.btn-ghost:hover{background:var(--surface2);border-color:var(--border)}.input{width:100%;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius);color:var(--text);font-family:Manrope,Inter,sans-serif;font-size:.95rem;padding:.7rem 1rem;outline:none;transition:border-color .15s,box-shadow .15s}.input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #d5af342e}.input::placeholder{color:var(--text3)}.lobby{min-height:100vh;display:flex;align-items:stretch;background:var(--surface);box-sizing:border-box}.lobby-layout{display:grid;grid-template-columns:2fr 3fr;width:100%}.lobby-left{padding:clamp(2rem,6vw,5.5rem) clamp(1.5rem,5vw,5rem);display:flex;flex-direction:column;justify-content:center;gap:clamp(1rem,2vw,1.75rem);background:var(--surface)}.lobby-eyebrow{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--accent2)}.lobby-left-logo{width:min-content;max-width:100%}.lobby-left-logo img{width:100%;height:auto;display:block}.lobby-logo{font-family:var(--font-display);font-weight:800;letter-spacing:-.03em;line-height:.95;color:var(--text);white-space:nowrap;width:auto;text-align:left;font-size:clamp(2.5rem,5.2vw,4rem);margin-top:.4rem}.lobby-logo span{color:var(--gold)}.lobby-tagline{font-family:var(--font-display);font-weight:800;letter-spacing:-.025em;line-height:1.12;color:var(--text);font-size:clamp(1.4rem,3vw,2.2rem)}.lobby-tagline span{display:block;color:var(--gold)}.lobby-explainer{font-size:clamp(1rem,1.4vw,1.2rem);line-height:1.55;color:var(--text2);max-width:38ch;text-wrap:pretty;margin:0}.lobby-left-footer{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap;color:var(--text3)}.lobby-left-footer span{font-weight:700;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem}.lobby-left-footer button{background:none;border:none;cursor:pointer;font-family:inherit;color:var(--text2);font-size:.85rem;text-decoration:underline;text-underline-offset:2px}.lobby-left-footer button:hover{color:var(--text)}.lobby-right{background:var(--bg);border-left:1.5px solid var(--border);padding:clamp(2rem,5vw,4.5rem) clamp(1.5rem,5vw,5rem);display:flex;flex-direction:column;justify-content:center}.lobby-card{width:100%;max-width:640px;margin:0 auto;background:var(--surface);border:1.5px solid var(--border);border-radius:18px;padding:clamp(1.5rem,3vw,2.75rem);box-shadow:var(--shadow-md)}.lobby-card-head{display:flex;align-items:flex-end;justify-content:flex-end;gap:1rem;margin-bottom:.85rem}.lobby-card-count{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--accent2);white-space:nowrap}.lobby-footer-note{text-align:center;margin-top:1.25rem;max-width:640px;margin-left:auto;margin-right:auto}@media (max-width: 767px){.lobby{display:block}.lobby-layout{display:flex;flex-direction:column}.lobby-left{align-items:center;text-align:center;padding:2.5rem 1.5rem 2rem;gap:1.05rem}.lobby-left-logo{width:min-content}.lobby-logo{width:auto;text-align:center}.lobby-explainer{max-width:42ch}.lobby-left-footer{justify-content:center}.lobby-right{border-left:none;border-top:1.5px solid var(--border);padding:1.75rem 1.25rem 2.5rem}.lobby-card{border-radius:14px;max-width:460px}}@media (min-width: 768px) and (max-height: 900px){.lobby-left,.lobby-right{padding-top:clamp(1rem,4vh,3.5rem);padding-bottom:clamp(1rem,4vh,3.5rem)}.lobby-left{gap:clamp(.7rem,1.7vh,1.5rem)}.lobby .lobby-left-logo{padding-top:.4rem;padding-bottom:.4rem;max-width:270px}.lobby-logo{font-size:clamp(2.3rem,4.2vw,3.5rem)}.lobby-tagline{font-size:clamp(1.35rem,2.7vw,2.05rem)}.lobby-explainer{font-size:clamp(1rem,1.3vw,1.2rem);line-height:1.5}.lobby-card{padding:clamp(1.1rem,2vw,2rem)}}.lobby-tabs{display:flex;border-bottom:1px solid var(--border);margin-bottom:1.5rem;gap:0}.tab{flex:1;padding:.85rem .5rem;background:none;border:none;border-bottom:3px solid transparent;font-family:var(--font-body);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text3);cursor:pointer;margin-bottom:-1px;transition:all .15s}.tab:hover{color:var(--text2)}.tab.active{color:var(--text);border-bottom-color:var(--accent);font-weight:700}.field-label{display:block;font-size:.75rem;font-weight:600;color:var(--text2);margin-bottom:.4rem;text-transform:uppercase;letter-spacing:.05em}.room-code-display{font-size:2rem;font-weight:700;letter-spacing:.2em;color:var(--text);text-align:center;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem 1.5rem;margin:.75rem 0;font-family:Inter,monospace}.section-header{margin:0 0 1.5rem;scroll-margin-top:110px;text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.1rem 1.5rem;box-shadow:var(--shadow-sm)}.section-title{font-family:var(--font-display);font-size:clamp(1.7rem,3vw,2.4rem);font-weight:800;color:var(--text);letter-spacing:-.03em;line-height:1.1;text-align:center}.section-sub{font-size:.95rem;color:var(--text2);margin-top:.4rem;text-align:center}.movie-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.section-panel{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.25rem;box-shadow:var(--shadow-sm);margin-bottom:1.75rem}.section-panel>.section-header{margin-bottom:1rem;background:none;border:none;box-shadow:none;padding:0}.movie-grid-sm{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.movie-grid-sm>*{width:100px;flex-shrink:0}.movie-card{background:var(--surface);border:1.5px solid var(--border);border-radius:12px;overflow:hidden;cursor:pointer;transition:box-shadow .16s ease,transform .16s ease;display:flex;flex-direction:column;box-shadow:0 2px 8px #50320a0f}.movie-card:hover{box-shadow:0 16px 38px #50320a29;transform:translateY(-3px)}.movie-card-poster-wrap{position:relative;width:100%;flex-shrink:0}.movie-card-poster{width:100%;aspect-ratio:2/3;object-fit:cover;display:block;background:var(--surface2);-webkit-user-drag:none;-webkit-touch-callout:none;user-select:none;-webkit-user-select:none}.movie-card-body{padding:.6rem .75rem;min-height:4rem;overflow:hidden;flex:1;display:flex;flex-direction:column;justify-content:flex-start}.movie-card-body--watched{padding:.6rem .75rem .65rem;min-height:7rem;overflow:visible;flex-shrink:0;display:flex;flex-direction:column;justify-content:flex-start}.movie-card-title{font-size:.85rem;font-weight:700;color:var(--text);line-height:1.25;margin-bottom:.15rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.5em}.movie-card-meta{font-size:.66rem;color:var(--text3);font-weight:400}.excitement-stars{font-size:.75rem;color:var(--text2);margin-top:.2rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:500;display:flex;align-items:center;justify-content:center;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:var(--surface);border:1px solid var(--border);border-radius:12px;max-width:740px;width:100%;max-height:90vh;overflow:hidden;display:flex;position:relative;box-shadow:var(--shadow-lg);animation:slideUp .2s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-poster-col{flex-shrink:0;width:240px}.modal-poster{width:240px;height:100%;min-height:270px;object-fit:cover;display:block;background:var(--surface2)}.modal-info{flex:1;padding:1.5rem;overflow-y:auto;overflow-x:hidden}.modal-close{position:absolute;top:.75rem;right:1.4rem;background:var(--surface2);border:1px solid var(--border);color:var(--text2);font-size:1rem;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;border-radius:50%;transition:background .15s}.modal-close:hover{background:var(--border)}.modal-title{font-size:1.3rem;font-weight:700;color:var(--text);line-height:1.2;margin-bottom:.25rem;margin-right:2.5rem;letter-spacing:-.02em}.modal-meta-row{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center;margin-bottom:.75rem}.meta-tag{font-size:.72rem;font-weight:500;color:var(--text2);background:var(--surface2);border:1px solid var(--border);border-radius:100px;padding:.2rem .6rem}.synopsis-text{font-size:.88rem;line-height:1.7;color:var(--text2);margin:.5rem 0 .25rem}.synopsis-text.clamped{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.read-more-btn{background:none;border:none;font-size:.78rem;font-weight:600;color:var(--text);cursor:pointer;padding:0;margin-bottom:.75rem;text-decoration:underline;text-underline-offset:2px}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem 1rem;margin:.75rem 0;border-top:1px solid var(--border);padding-top:.75rem}.info-label{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text3);display:block;margin-bottom:2px}.info-value{font-size:.83rem;color:var(--text);font-weight:500}.review-links{display:flex;flex-wrap:wrap;gap:.4rem;margin:.75rem 0;border-top:1px solid var(--border);padding-top:.75rem}.review-link{font-size:.75rem;font-weight:600;color:var(--blue);background:#1a4a8a12;border:1px solid rgba(26,74,138,.2);border-radius:100px;padding:.25rem .7rem;text-decoration:none;transition:background .15s}.review-link:hover{background:#1a4a8a24}.streaming-row{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.5rem}.streaming-link{font-size:.75rem;font-weight:600;color:var(--green);background:#1a7a3a12;border:1px solid rgba(26,122,58,.2);border-radius:100px;padding:.25rem .7rem;text-decoration:none;transition:background .15s}.streaming-link:hover{background:#1a7a3a24}.star{cursor:pointer;font-size:1.1rem;transition:transform .1s;display:inline-block}.star:hover{transform:scale(1.2)}.swipe-arena{display:flex;flex-direction:column;align-items:center;padding:1.5rem 1rem;gap:1.5rem}.swipe-stack{position:relative;width:260px;height:390px}.swipe-card{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;box-shadow:var(--shadow-md)}.swipe-card:active{cursor:grabbing}.swipe-card img{width:100%;height:260px;object-fit:cover}.swipe-card-body{padding:.85rem}.swipe-label{position:absolute;font-family:DM Sans,sans-serif;font-size:1.8rem;font-weight:700;padding:.35rem .85rem;border:3px solid;border-radius:4px;top:16px;opacity:0;transition:opacity .1s}.swipe-label.yes{left:10px;color:var(--green);border-color:var(--green);transform:rotate(-12deg)}.swipe-label.no{right:10px;color:var(--red);border-color:var(--red);transform:rotate(12deg)}.swipe-label.show{opacity:1}.swipe-buttons{display:flex;gap:1.5rem;align-items:center}.swipe-btn{width:56px;height:56px;border-radius:50%;border:2px solid;background:var(--surface);font-size:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s;box-shadow:var(--shadow-sm)}.swipe-btn.no{border-color:var(--red);color:var(--red)}.swipe-btn.yes{border-color:var(--green);color:var(--green)}.swipe-btn:hover{transform:scale(1.08)}.swipe-btn.no:hover{background:var(--red);color:#fff}.swipe-btn.yes:hover{background:var(--green);color:#fff}.swipe-hint{font-size:.75rem;color:var(--text3);text-align:center}.inbox-review{display:flex;align-items:center;justify-content:center;gap:clamp(2rem,6vw,5.5rem);padding:clamp(1rem,3vw,2.5rem) 0}.inbox-deck{position:relative;width:clamp(230px,30vw,430px);flex-shrink:0}.inbox-deck-back{position:absolute;height:100%;border-radius:14px;background:var(--surface2);box-shadow:0 10px 24px #3c1e001a,0 0 0 1px var(--border);z-index:0}.inbox-poster{position:relative;z-index:1;width:100%;aspect-ratio:2 / 3.02;border-radius:14px;overflow:hidden;box-shadow:0 30px 70px #3c1e0047,0 0 0 1px var(--border);cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.inbox-poster.dragging{cursor:grabbing}.inbox-poster img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.inbox-overlay{position:absolute;left:14px;right:14px;bottom:14px;display:flex;flex-direction:column;gap:8px;background:#140c069e;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:14px;padding:11px 14px}.inbox-overlay-row{display:flex;align-items:center;gap:9px}.inbox-suggester-avatar{width:26px;height:26px;border-radius:99px;flex-shrink:0;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:12px}.inbox-overlay-name{font-size:12.5px;font-weight:600;color:#f6e8c8}.inbox-overlay-stars{margin-left:auto}.inbox-overlay-note{margin:0;font-size:12.5px;font-style:italic;line-height:1.45;color:#efe2c6;text-wrap:pretty}.inbox-info{max-width:560px;min-width:0}.inbox-eyebrow{font-size:.8rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--accent)}.inbox-title{font-family:var(--font-display);font-weight:800;font-size:clamp(2.6rem,6.5vw,5.75rem);color:var(--text);letter-spacing:-.035em;line-height:.98;margin-top:14px}.inbox-meta{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin-top:24px}.inbox-chip{font-size:13px;font-weight:600;color:var(--text2);background:var(--surface);border:1.5px solid var(--border);border-radius:99px;padding:5px 13px}.inbox-synopsis{font-size:clamp(1rem,1.3vw,1.125rem);line-height:1.6;color:var(--text2);margin-top:26px;text-wrap:pretty}.inbox-actions{display:flex;align-items:center;gap:18px;margin-top:38px}.inbox-btn-pass{width:74px;height:74px;border-radius:99px;flex-shrink:0;border:2px solid var(--red);background:var(--surface);color:var(--red);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.inbox-btn-pass:hover{background:var(--red);color:#fff}.inbox-btn-info{padding:0 24px;height:50px;border-radius:99px;flex-shrink:0;border:1.5px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;font-family:var(--font-body);font-size:13.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;transition:border-color .15s}.inbox-btn-info:hover{border-color:var(--accent)}.inbox-btn-approve{flex:1;height:74px;border-radius:99px;border:none;background:var(--green);color:#f3fbf4;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:11px;font-family:var(--font-body);font-size:16px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.inbox-btn-approve:hover{filter:brightness(1.08)}.inbox-hint{margin-top:20px;font-size:14px;color:var(--text3);font-weight:600}.watched-table{background:var(--surface);border:1.5px solid var(--border);border-radius:14px;overflow:hidden}.watched-row{display:grid;grid-template-columns:58px minmax(0,1.5fr) 132px minmax(120px,1fr) 92px 96px 30px;align-items:center;gap:20px;padding:14px 22px;position:relative}.watched-row:not(.watched-head){border-top:1px solid var(--surface2);cursor:pointer;transition:background .12s}.watched-row:not(.watched-head):hover{background:var(--surface2)}.watched-head{background:var(--bg);border-bottom:1px solid var(--surface2)}.watched-th{background:none;border:none;padding:0;cursor:pointer;font-family:var(--font-body);font-size:9.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text3);display:inline-flex;align-items:center;gap:4px;text-align:left}.watched-th:hover{color:var(--text2)}.watched-th.active{color:var(--accent)}.watched-th--right{justify-content:flex-end;text-align:right}.watched-arrow{font-size:11px}.watched-poster{width:58px;height:83px;border-radius:6px;overflow:hidden;background:var(--surface2);box-shadow:0 0 0 1px var(--border)}.watched-poster img{width:100%;height:100%;object-fit:cover;display:block}.watched-film-title{font-size:1.05rem;font-weight:700;color:var(--text);line-height:1.2}.watched-film-year{font-size:.82rem;color:var(--text2);margin-top:2px}.watched-stars{display:flex;gap:1px}.watched-stars span{cursor:pointer;font-size:.95rem;transition:color .1s}.watched-with{display:flex;align-items:center;gap:9px;min-width:0}.watched-with-dot{width:9px;height:9px;border-radius:99px;background:var(--accent);flex-shrink:0}.watched-with-name{font-size:.82rem;color:var(--text2);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.watched-room-select{font-family:var(--font-body);font-size:.85rem;font-weight:700;color:var(--text3);background:transparent;border:1px solid transparent;border-radius:7px;padding:2px 6px;cursor:pointer;max-width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:none}.watched-room-select::-ms-expand{display:none}.watched-room-select:hover{color:var(--accent);border-color:var(--border)}.watched-date{font-family:var(--font-mono, ui-monospace, monospace);font-size:.82rem;color:var(--text3);font-weight:600}.watched-avg{display:flex;align-items:center;justify-content:flex-end;gap:5px}.watched-avg.watched-avg--empty{justify-content:center}.watched-export{margin-top:1.75rem;padding:.9rem 1rem;border:1px solid var(--border);border-radius:12px;background:var(--surface2);text-align:center}.watched-avg-star{color:#cf9a3a;font-size:.95rem;line-height:1}.watched-avg-val{font-size:.95rem;font-weight:700;color:var(--text)}.watched-unwatch{background:none;border:none;cursor:pointer;padding:4px;color:var(--text3);opacity:0;transition:opacity .12s,color .12s;display:inline-flex;align-items:center;justify-content:center}.watched-row:hover .watched-unwatch{opacity:1}.watched-unwatch:hover{color:var(--red)}@media (max-width: 760px){.watched-head{display:none}.watched-row{grid-template-columns:54px 1fr auto;grid-template-areas:"poster film    unwatch" "poster stars   avg" "poster with    date";gap:5px 12px;align-items:start;padding:14px 16px}.watched-poster{grid-area:poster;align-self:start}.watched-film{grid-area:film;text-align:left}.watched-stars{grid-area:stars}.watched-with{grid-area:with;min-width:0;text-align:left}.watched-date{grid-area:date;justify-self:end;text-align:right}.watched-avg{grid-area:avg;justify-self:end}.watched-unwatch{grid-area:unwatch;justify-self:end;opacity:1}}@media (max-width: 900px){.inbox-review{flex-direction:column;gap:.9rem;padding-top:.25rem}.inbox-deck{width:min(44vw,180px)}.inbox-info{max-width:100%;width:100%;text-align:center}.inbox-eyebrow{font-size:.7rem;letter-spacing:.14em}.inbox-title{font-size:clamp(1.5rem,7vw,2.1rem);margin-top:8px}.inbox-meta{margin-top:12px;gap:7px}.inbox-chip{font-size:11.5px;padding:4px 10px}.inbox-synopsis{display:none}.inbox-actions{justify-content:center;margin-top:16px;gap:0}.inbox-btn-pass,.inbox-btn-approve{display:none}.inbox-hint{margin-top:12px;font-size:12.5px}}.filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.filter-chip{font-size:.85rem;font-weight:500;padding:.28rem .55rem;border:1px solid var(--border);border-radius:100px;background:var(--surface);color:var(--text2);cursor:pointer;transition:all .12s;white-space:nowrap}.filters{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.filters::-webkit-scrollbar{display:none}.discover-filter-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem;margin-bottom:.85rem;align-items:stretch}.genre-col-mobile{display:none!important}.genre-col-desktop{display:flex!important}@media (max-width: 767px){.discover-filter-grid{grid-template-columns:1fr 1fr}.genre-col-desktop{display:none!important}.genre-col-mobile{display:flex!important;flex-direction:column;gap:0}.genre-col-divider{border-left:none!important;padding-left:0!important}}@media (max-width: 400px){.discover-filter-grid{grid-template-columns:1fr}}.filter-chip.active{background:var(--accent);color:var(--on-accent);border-color:var(--accent)}.filter-chip:hover:not(.active){border-color:var(--text2)}.filter-chip-icon{display:inline-flex;align-items:center;gap:.35rem}.filter-chip-icon svg{width:14px;height:14px;max-height:1em;opacity:.85}.status-bar{display:flex;justify-content:space-between;align-items:center;padding:.6rem .85rem;background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem;font-size:.78rem;color:var(--text2)}.partner-waiting{display:flex;align-items:center;gap:.4rem;font-weight:500}.pulse-dot{width:7px;height:7px;border-radius:50%;background:var(--text2);animation:pulseDot 1.5s infinite}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.6)}}.vote-arena{background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow-sm);padding:1.25rem;text-align:left}.vote-trailer-collapse{margin-top:1.1rem;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow-sm);padding:1rem 1.1rem}.vote-trailer-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;gap:.5rem;padding:.65rem .9rem;background:var(--surface2);border:1px solid var(--border);border-radius:10px;cursor:pointer;font-family:var(--font-body);font-size:.82rem;font-weight:700;color:var(--text2);letter-spacing:.02em}.vote-trailer-toggle:hover{color:var(--text);border-color:var(--text3)}.vote-trailer-chevron{transition:transform .18s ease;flex-shrink:0}.vote-trailer-chevron.open{transform:rotate(180deg)}.vote-trailer-body{margin-top:.75rem}.vote-trailer-body .trailer-section{margin:0}.vote-trailer-empty{display:flex;align-items:center;justify-content:center;min-height:120px;border:1px dashed var(--border);border-radius:var(--radius);color:var(--text3);font-size:.85rem;background:var(--surface2)}.rank-row{display:flex;gap:.6rem;align-items:stretch}.rank-row .rank-cards{flex:1 1 auto;min-width:0}.rank-cards{display:flex;flex-wrap:wrap;gap:.6rem;align-items:stretch}.rank-card{flex:1 1 108px;max-width:168px;background:var(--surface);border:2px solid var(--border);border-radius:11px;padding:6px;cursor:grab;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;position:relative;display:flex;flex-direction:column;gap:5px;touch-action:pan-y;transition:box-shadow .12s,transform .1s,border-color .12s}.rank-card.clickable{cursor:pointer}.rank-card:active{cursor:grabbing}.rank-card.is-dragging{opacity:.55;box-shadow:var(--shadow-md);transform:scale(1.04)}.rank-card.drop-left:before{content:"";position:absolute;left:-5px;top:6px;bottom:6px;width:3px;background:var(--accent);border-radius:99px}.rank-card.drop-right:after{content:"";position:absolute;right:-5px;top:6px;bottom:6px;width:3px;background:var(--accent);border-radius:99px}.rank-card.medal-gold{border-color:#d4af37}.rank-card.medal-silver{border-color:#aeb4bd}.rank-card.medal-bronze{border-color:#c0824f}.rank-card-poster{width:100%;aspect-ratio:2 / 3;object-fit:cover;border-radius:6px;background:var(--surface2);display:block;-webkit-user-drag:none;-webkit-touch-callout:none;user-select:none;-webkit-user-select:none;pointer-events:none}.rank-card-badge{position:absolute;top:11px;left:11px;width:22px;height:22px;border-radius:50%;background:#120b04d1;color:#fff;font-size:.8rem;font-weight:800;display:flex;align-items:center;justify-content:center;z-index:2}.medal-gold .rank-card-badge{background:#d4af37;color:#2a2008}.medal-silver .rank-card-badge{background:#aeb4bd;color:#23262b}.medal-bronze .rank-card-badge{background:#c0824f;color:#2c1808}.rank-card-title{font-size:.72rem;font-weight:600;color:var(--text);line-height:1.2;max-height:2.4em;overflow:hidden}.rank-card-users{display:inline-flex;vertical-align:middle;color:var(--text3);margin-left:2px}.rank-veto-square{flex:1 1 108px;max-width:168px;border:2px dashed var(--red);border-radius:11px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:6px;text-align:center;color:var(--red);background:color-mix(in srgb,var(--red) 7%,var(--surface));transition:background .12s,box-shadow .12s,border-color .12s}.rank-veto-square.drag-over{border-style:solid;background:color-mix(in srgb,var(--red) 20%,var(--surface));box-shadow:0 0 0 3px color-mix(in srgb,var(--red) 30%,transparent)}.rank-veto-square .rank-veto-label{font-size:.74rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.rank-veto-square .rank-veto-hint{font-size:.6rem;color:var(--text3)}.rank-veto-square.used{border-style:solid}.rank-veto-undo{margin-top:2px;border:none;background:none;cursor:pointer;color:var(--red);font-weight:800;font-size:.72rem;text-decoration:underline;font-family:var(--font-body)}.rank-card.vetoed-card{cursor:default;border-style:dashed;opacity:.85;position:relative}.rank-card.vetoed-card .rank-card-poster{filter:grayscale(1);opacity:.5}.rank-card.vetoed-card .rank-card-title{color:var(--text3)}.vetoed-tag{position:absolute;top:10px;left:6px;right:6px;display:inline-flex;align-items:center;justify-content:center;gap:3px;background:#96281ee6;color:#fff;font-size:.6rem;font-weight:700;border-radius:5px;padding:2px 4px;z-index:2;max-width:calc(100% - 12px);overflow:hidden}.vetoed-tag svg{width:.85em;height:.85em}.rank-actions-frame{width:124px;flex:0 0 124px;border:1.5px solid var(--border);border-radius:11px;background:var(--surface2);display:flex;flex-direction:column;gap:6px;padding:8px;justify-content:center}.rank-act{width:100%;border-radius:8px;cursor:pointer;font-family:var(--font-body);font-weight:700;font-size:.78rem;padding:8px 6px;border:1.5px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:5px;transition:filter .12s,background .12s,color .12s}.rank-act-lock{background:var(--accent);color:var(--on-accent);font-size:.92rem;padding:18px 6px}.rank-act-lock svg{width:20px;height:20px;flex-shrink:0}.rank-act-lock:hover:not(:disabled){filter:brightness(1.06)}.rank-act-lock:disabled{opacity:.45;cursor:default}.rank-act-modify{background:var(--surface);color:var(--text2);border-color:var(--border);font-size:.74rem}.rank-act-modify:hover{color:var(--text);border-color:var(--accent)}.rank-act-abort{background:none;color:var(--red);border-color:var(--red);font-size:.74rem}.rank-act-abort:hover{background:var(--red);color:#fff}.rank-cards.compact .rank-card,.rank-cards.compact .rank-veto-square{flex:1 1 84px;max-width:112px}.rank-cards.compact .rank-card-badge{width:19px;height:19px;font-size:.7rem;top:9px;left:9px}.rank-cards.compact .rank-card-title{font-size:.66rem}@media (max-width: 640px){.rank-row{flex-direction:column}.rank-row .rank-actions-frame{width:124px;flex:0 0 auto;align-self:flex-end}.rank-cards .rank-card,.rank-cards .rank-veto-square,.rank-cards.compact .rank-card,.rank-cards.compact .rank-veto-square{flex:0 0 calc((100% - 1.8rem)/4);max-width:calc((100% - 1.8rem)/4)}}.modify-modal{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow-md);padding:1.5rem 1.75rem;max-width:320px;width:calc(100% - 2rem);text-align:center}.modify-title{font-family:var(--font-display);font-size:1.3rem;font-weight:800;color:var(--text)}.modify-sub{font-size:.78rem;color:var(--text3);margin:.3rem 0 1.1rem;line-height:1.45}.modify-slider-wrap{display:flex;align-items:center;justify-content:center;gap:1.1rem}.modify-ticks{display:flex;flex-direction:column;justify-content:space-between;height:150px;text-align:left}.modify-tick{display:flex;flex-direction:column;line-height:1.05;opacity:.55}.modify-tick.on{opacity:1}.modify-tick-val{font-size:.82rem;font-weight:800;color:var(--text)}.modify-tick.on .modify-tick-val{color:var(--accent)}.modify-tick-note{font-size:.6rem;font-style:italic;color:var(--text3)}.modify-value{margin-top:1.1rem;font-size:.9rem;font-weight:700;color:var(--accent)}.tie-breaker-row{display:flex;align-items:center;justify-content:center;gap:.4rem;flex-wrap:wrap;margin-top:1rem;font-size:.68rem}.tie-breaker-label{color:var(--text3);font-weight:500;margin-right:.15rem}.tie-breaker-chips{display:flex;gap:.6rem;flex-wrap:wrap}.tie-breaker-chip{display:inline-flex;align-items:center;gap:.3rem;background:var(--surface);color:var(--text2);border:1px solid var(--border);border-radius:100px;padding:.22rem .55rem;font-size:.68rem;font-weight:500;cursor:pointer;font-family:inherit;transition:all .12s}.tie-breaker-chip svg{width:.85em;height:.85em;opacity:.75}.tie-breaker-chip:hover:not(.active){border-color:var(--text2)}.tie-breaker-chip.active{background:var(--accent);color:var(--on-accent);border-color:var(--accent)}.tie-breaker-chip.active svg{opacity:1}.reveal-stage{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;overflow:hidden;background:radial-gradient(140% 105% at 50% 0%,#0a0f1e,#070a14,#04050c 72%,#020207)}.reveal-stage:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(40% 34% at 50% 44%,rgba(255,210,120,.1),transparent 70%);transition:opacity .4s ease}.reveal-stage.closing{background:transparent}.reveal-stage.closing:before{opacity:0}.curtain{position:absolute;top:0;bottom:0;width:77%;z-index:3;will-change:transform;transition:transform 1.6s cubic-bezier(.66,0,.34,1)}.curtain-left{left:-21%;transform-origin:left center}.curtain-right{right:-21%;transform-origin:right center}.curtain-fabric{position:absolute;top:0;right:0;bottom:0;left:0;transform-origin:50% 0;background-color:var(--c-base, #8a6418);background-image:repeating-linear-gradient(90deg,#ffffff0d 0,#ffffff0d 2px,#0000000f 2px,#0000000f 4px),repeating-linear-gradient(90deg,#0000 0,#ffffff42 16px,#0000,#00000073,#0000 70px),repeating-linear-gradient(90deg,#0000 0,#00000029 104px,#0000 208px),linear-gradient(180deg,var(--c-deep, #6e4d14) 0%,var(--c-base, #a87820) 24%,var(--c-midhigh, #c9952e) 50%,var(--c-deep, #8a6418) 78%,var(--c-shadow, #5b3f12) 100%);background-blend-mode:overlay,normal,normal,normal;will-change:transform}.curtain-left .curtain-fabric{box-shadow:inset -50px 0 70px #0000008c}.curtain-right .curtain-fabric{box-shadow:inset 50px 0 70px #0000008c}.reveal-stage.closing .curtain-left{animation:sweepInLeft 1.2s cubic-bezier(.4,0,.2,1) forwards}.reveal-stage.closing .curtain-right{animation:sweepInRight 1.2s cubic-bezier(.4,0,.2,1) forwards}@keyframes sweepInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes sweepInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.reveal-stage.titled .curtain-left,.reveal-stage.titled .curtain-right{transform:translate(0)}.reveal-stage.opening .curtain-left,.reveal-stage.show .curtain-left{transform:translate(-12%) scaleX(.58)}.reveal-stage.opening .curtain-right,.reveal-stage.show .curtain-right{transform:translate(12%) scaleX(.58)}.reveal-stage.closing .curtain-left .curtain-fabric,.reveal-stage.titled .curtain-left .curtain-fabric{animation:fabricCloseL 2.2s cubic-bezier(.3,.7,.3,1) forwards}.reveal-stage.closing .curtain-right .curtain-fabric,.reveal-stage.titled .curtain-right .curtain-fabric{animation:fabricCloseR 2.2s cubic-bezier(.3,.7,.3,1) forwards}.reveal-stage.opening .curtain-left .curtain-fabric,.reveal-stage.show .curtain-left .curtain-fabric{animation:fabricOpenL 2s cubic-bezier(.3,.7,.3,1) forwards}.reveal-stage.opening .curtain-right .curtain-fabric,.reveal-stage.show .curtain-right .curtain-fabric{animation:fabricOpenR 2s cubic-bezier(.3,.7,.3,1) forwards}@keyframes fabricCloseL{0%{transform:skew(0)}32%{transform:skew(-5deg)}54%{transform:skew(3deg)}72%{transform:skew(-1.7deg)}87%{transform:skew(.8deg)}to{transform:skew(0)}}@keyframes fabricCloseR{0%{transform:skew(0)}32%{transform:skew(5deg)}54%{transform:skew(-3deg)}72%{transform:skew(1.7deg)}87%{transform:skew(-.8deg)}to{transform:skew(0)}}@keyframes fabricOpenL{0%{transform:skew(0)}40%{transform:skew(3.4deg)}62%{transform:skew(-2deg)}78%{transform:skew(1.1deg)}92%{transform:skew(-.5deg)}to{transform:skew(0)}}@keyframes fabricOpenR{0%{transform:skew(0)}40%{transform:skew(-3.4deg)}62%{transform:skew(2deg)}78%{transform:skew(-1.1deg)}92%{transform:skew(.5deg)}to{transform:skew(0)}}@media (prefers-reduced-motion: reduce){.curtain-fabric{animation:none!important}}.reveal-title{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem;pointer-events:none;font-family:DM Sans,sans-serif;font-size:clamp(1.8rem,6vw,3.4rem);font-weight:700;color:#f5e3a6;letter-spacing:-.02em;text-shadow:0 2px 30px rgba(0,0,0,.55),0 0 40px rgba(245,227,166,.35);opacity:0;transition:opacity .6s ease}.reveal-stage.titled .reveal-title{opacity:1}.reveal-scroll{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;opacity:0;pointer-events:none;transition:opacity .8s ease}.reveal-stage.opening .reveal-scroll,.reveal-stage.show .reveal-scroll{opacity:1}.reveal-stage.show .reveal-scroll{pointer-events:auto}.reveal-content{text-align:center;padding:2.5rem 1rem 3rem;display:flex;flex-direction:column;align-items:center;min-height:100%;box-sizing:border-box}.reveal-content>*{margin-top:1.5rem}.reveal-content>*:first-child{margin-top:0}.reveal-winner-poster{width:clamp(210px,57vw,270px);border-radius:6px;box-shadow:0 0 40px #ffdc644d,0 20px 60px #0009;animation:posterFloat 3s ease-in-out infinite;margin-top:.4rem}@keyframes posterFloat{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-10px) rotate(1deg)}}.reveal-winner-title{font-family:DM Sans,sans-serif;font-size:clamp(1.6rem,4.5vw,2.6rem);font-weight:700;color:#ffdc64f2;text-shadow:0 0 40px rgba(255,200,60,.5);margin:.25rem 0 .6rem;letter-spacing:-.02em;animation:titleGlow 2s ease-in-out infinite alternate;max-width:92vw;line-height:1.15}@keyframes titleGlow{0%{text-shadow:0 0 20px rgba(255,200,60,.4)}to{text-shadow:0 0 60px rgba(255,200,60,.7),0 0 80px rgba(255,200,60,.3)}}.reveal-sky{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221000%22%20height%3D%22600%22%20viewBox%3D%220%200%201000%20600%22%3E%3Cdefs%3E%3CradialGradient%20id%3D%22g%22%20cx%3D%2250%25%22%20cy%3D%2250%25%22%20r%3D%2250%25%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%220.9%22%2F%3E%3Cstop%20offset%3D%220.5%22%20stop-color%3D%22%23dce8ff%22%20stop-opacity%3D%220.3%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22mw%22%20cx%3D%2250%25%22%20cy%3D%2250%25%22%20r%3D%2250%25%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23aebfe6%22%20stop-opacity%3D%220.09%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23aebfe6%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22rotate%28-24%20550%20252%29%22%3E%3Cellipse%20cx%3D%22550%22%20cy%3D%22252%22%20rx%3D%22720%22%20ry%3D%2278%22%20fill%3D%22url%28%23mw%29%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%22452.4%22%20cy%3D%22335.9%22%20r%3D%221.32%22%20fill%3D%22%23fff%22%20opacity%3D%220.53%22%2F%3E%3Ccircle%20cx%3D%22507.8%22%20cy%3D%22352.4%22%20r%3D%220.58%22%20fill%3D%22%23fff%22%20opacity%3D%220.56%22%2F%3E%3Ccircle%20cx%3D%22629.9%22%20cy%3D%22475.8%22%20r%3D%220.49%22%20fill%3D%22%23fff%22%20opacity%3D%220.45%22%2F%3E%3Ccircle%20cx%3D%2290.7%22%20cy%3D%22485.8%22%20r%3D%221.09%22%20fill%3D%22%23fff%22%20opacity%3D%220.32%22%2F%3E%3Ccircle%20cx%3D%22982.2%22%20cy%3D%22578.9%22%20r%3D%221.05%22%20fill%3D%22%23fff%22%20opacity%3D%220.61%22%2F%3E%3Ccircle%20cx%3D%22157.5%22%20cy%3D%229.0%22%20r%3D%220.93%22%20fill%3D%22%23fff%22%20opacity%3D%220.33%22%2F%3E%3Ccircle%20cx%3D%22190.2%22%20cy%3D%22145.2%22%20r%3D%220.43%22%20fill%3D%22%23fff%22%20opacity%3D%220.53%22%2F%3E%3Ccircle%20cx%3D%22440.5%22%20cy%3D%22505.5%22%20r%3D%220.92%22%20fill%3D%22%23fff%22%20opacity%3D%220.62%22%2F%3E%3Ccircle%20cx%3D%22499.8%22%20cy%3D%22397.5%22%20r%3D%220.86%22%20fill%3D%22%23fff%22%20opacity%3D%220.44%22%2F%3E%3Ccircle%20cx%3D%22997.7%22%20cy%3D%22597.4%22%20r%3D%221.24%22%20fill%3D%22%23fff%22%20opacity%3D%220.65%22%2F%3E%3Ccircle%20cx%3D%22315.3%22%20cy%3D%22137.8%22%20r%3D%220.69%22%20fill%3D%22%23fff%22%20opacity%3D%220.34%22%2F%3E%3Ccircle%20cx%3D%22766.3%22%20cy%3D%22240.2%22%20r%3D%221.25%22%20fill%3D%22%23fff%22%20opacity%3D%220.49%22%2F%3E%3Ccircle%20cx%3D%22958.0%22%20cy%3D%22508.4%22%20r%3D%220.40%22%20fill%3D%22%23fff%22%20opacity%3D%220.40%22%2F%3E%3Ccircle%20cx%3D%22910.3%22%20cy%3D%22282.0%22%20r%3D%221.38%22%20fill%3D%22%23fff%22%20opacity%3D%220.50%22%2F%3E%3Ccircle%20cx%3D%2273.0%22%20cy%3D%22377.7%22%20r%3D%221.18%22%20fill%3D%22%23fff%22%20opacity%3D%220.43%22%2F%3E%3Ccircle%20cx%3D%2287.1%22%20cy%3D%22199.6%22%20r%3D%221.36%22%20fill%3D%22%23fff%22%20opacity%3D%220.68%22%2F%3E%3Ccircle%20cx%3D%22118.0%22%20cy%3D%22147.8%22%20r%3D%220.50%22%20fill%3D%22%23fff%22%20opacity%3D%220.33%22%2F%3E%3Ccircle%20cx%3D%22797.0%22%20cy%3D%22106.6%22%20r%3D%220.96%22%20fill%3D%22%23fff%22%20opacity%3D%220.52%22%2F%3E%3Ccircle%20cx%3D%22190.7%22%20cy%3D%22439.1%22%20r%3D%220.53%22%20fill%3D%22%23fff%22%20opacity%3D%220.62%22%2F%3E%3Ccircle%20cx%3D%22116.5%22%20cy%3D%22252.5%22%20r%3D%220.61%22%20fill%3D%22%23fff%22%20opacity%3D%220.43%22%2F%3E%3Ccircle%20cx%3D%22970.9%22%20cy%3D%22482.0%22%20r%3D%220.70%22%20fill%3D%22%23fff%22%20opacity%3D%220.74%22%2F%3E%3Ccircle%20cx%3D%22210.7%22%20cy%3D%22236.6%22%20r%3D%221.25%22%20fill%3D%22%23fff%22%20opacity%3D%220.62%22%2F%3E%3Ccircle%20cx%3D%22100.3%22%20cy%3D%22593.6%22%20r%3D%220.61%22%20fill%3D%22%23fff%22%20opacity%3D%220.43%22%2F%3E%3Ccircle%20cx%3D%22772.7%22%20cy%3D%22197.4%22%20r%3D%220.70%22%20fill%3D%22%23fff%22%20opacity%3D%220.34%22%2F%3E%3Ccircle%20cx%3D%2290.1%22%20cy%3D%22349.6%22%20r%3D%220.64%22%20fill%3D%22%23fff%22%20opacity%3D%220.60%22%2F%3E%3Ccircle%20cx%3D%22371.7%22%20cy%3D%22271.9%22%20r%3D%221.36%22%20fill%3D%22%23fff%22%20opacity%3D%220.54%22%2F%3E%3Ccircle%20cx%3D%22574.6%22%20cy%3D%22519.9%22%20r%3D%220.58%22%20fill%3D%22%23fff%22%20opacity%3D%220.38%22%2F%3E%3Ccircle%20cx%3D%22908.4%22%20cy%3D%22490.7%22%20r%3D%220.65%22%20fill%3D%22%23fff%22%20opacity%3D%220.39%22%2F%3E%3Ccircle%20cx%3D%22739.4%22%20cy%3D%22564.2%22%20r%3D%220.60%22%20fill%3D%22%23fff%22%20opacity%3D%220.78%22%2F%3E%3Ccircle%20cx%3D%22882.2%22%20cy%3D%22362.1%22%20r%3D%220.82%22%20fill%3D%22%23fff%22%20opacity%3D%220.35%22%2F%3E%3Ccircle%20cx%3D%2238.7%22%20cy%3D%22577.6%22%20r%3D%220.64%22%20fill%3D%22%23fff%22%20opacity%3D%220.65%22%2F%3E%3Ccircle%20cx%3D%22257.0%22%20cy%3D%22494.2%22%20r%3D%221.00%22%20fill%3D%22%23fff%22%20opacity%3D%220.45%22%2F%3E%3Ccircle%20cx%3D%22175.4%22%20cy%3D%22432.2%22%20r%3D%220.47%22%20fill%3D%22%23fff%22%20opacity%3D%220.41%22%2F%3E%3Ccircle%20cx%3D%22559.4%22%20cy%3D%22511.4%22%20r%3D%221.01%22%20fill%3D%22%23fff%22%20opacity%3D%220.44%22%2F%3E%3Ccircle%20cx%3D%22917.4%22%20cy%3D%22122.4%22%20r%3D%220.42%22%20fill%3D%22%23fff%22%20opacity%3D%220.43%22%2F%3E%3Ccircle%20cx%3D%22445.7%22%20cy%3D%2236.3%22%20r%3D%220.58%22%20fill%3D%22%23fff%22%20opacity%3D%220.48%22%2F%3E%3Ccircle%20cx%3D%22572.2%22%20cy%3D%2278.9%22%20r%3D%220.76%22%20fill%3D%22%23fff%22%20opacity%3D%220.75%22%2F%3E%3Ccircle%20cx%3D%22980.5%22%20cy%3D%22394.2%22%20r%3D%221.09%22%20fill%3D%22%23fff%22%20opacity%3D%220.59%22%2F%3E%3Ccircle%20cx%3D%22140.3%22%20cy%3D%2221.0%22%20r%3D%220.42%22%20fill%3D%22%23fff%22%20opacity%3D%220.76%22%2F%3E%3Ccircle%20cx%3D%22701.0%22%20cy%3D%22577.7%22%20r%3D%220.42%22%20fill%3D%22%23fff%22%20opacity%3D%220.62%22%2F%3E%3Ccircle%20cx%3D%22482.2%22%20cy%3D%22438.3%22%20r%3D%220.72%22%20fill%3D%22%23fff%22%20opacity%3D%220.80%22%2F%3E%3Ccircle%20cx%3D%2275.3%22%20cy%3D%22327.7%22%20r%3D%221.14%22%20fill%3D%22%23fff%22%20opacity%3D%220.75%22%2F%3E%3Ccircle%20cx%3D%22737.1%22%20cy%3D%22422.2%22%20r%3D%221.19%22%20fill%3D%22%23fff%22%20opacity%3D%220.76%22%2F%3E%3Ccircle%20cx%3D%22351.8%22%20cy%3D%22411.1%22%20r%3D%221.30%22%20fill%3D%22%23fff%22%20opacity%3D%220.74%22%2F%3E%3Ccircle%20cx%3D%22417.2%22%20cy%3D%22474.3%22%20r%3D%221.26%22%20fill%3D%22%23fff%22%20opacity%3D%220.59%22%2F%3E%3Ccircle%20cx%3D%22625.0%22%20cy%3D%22229.4%22%20r%3D%220.98%22%20fill%3D%22%23fff%22%20opacity%3D%220.60%22%2F%3E%3Ccircle%20cx%3D%2280.2%22%20cy%3D%22383.6%22%20r%3D%221.39%22%20fill%3D%22%23fff%22%20opacity%3D%220.74%22%2F%3E%3Ccircle%20cx%3D%22728.2%22%20cy%3D%22233.1%22%20r%3D%221.14%22%20fill%3D%22%23fff%22%20opacity%3D%220.59%22%2F%3E%3Ccircle%20cx%3D%22440.5%22%20cy%3D%22503.0%22%20r%3D%220.48%22%20fill%3D%22%23fff%22%20opacity%3D%220.68%22%2F%3E%3Ccircle%20cx%3D%2229.8%22%20cy%3D%22360.8%22%20r%3D%220.88%22%20fill%3D%22%23fff%22%20opacity%3D%220.42%22%2F%3E%3Ccircle%20cx%3D%22698.3%22%20cy%3D%22298.4%22%20r%3D%221.01%22%20fill%3D%22%23fff%22%20opacity%3D%220.76%22%2F%3E%3Ccircle%20cx%3D%22255.8%22%20cy%3D%226.8%22%20r%3D%220.70%22%20fill%3D%22%23fff%22%20opacity%3D%220.64%22%2F%3E%3Ccircle%20cx%3D%22202.6%22%20cy%3D%22101.8%22%20r%3D%221.31%22%20fill%3D%22%23fff%22%20opacity%3D%220.63%22%2F%3E%3Ccircle%20cx%3D%22441.9%22%20cy%3D%22535.0%22%20r%3D%220.73%22%20fill%3D%22%23fff%22%20opacity%3D%220.63%22%2F%3E%3Ccircle%20cx%3D%22198.5%22%20cy%3D%22258.5%22%20r%3D%221.21%22%20fill%3D%22%23fff%22%20opacity%3D%220.76%22%2F%3E%3Ccircle%20cx%3D%22880.3%22%20cy%3D%22230.7%22%20r%3D%220.98%22%20fill%3D%22%23fff%22%20opacity%3D%220.46%22%2F%3E%3Ccircle%20cx%3D%22136.2%22%20cy%3D%22297.9%22%20r%3D%221.24%22%20fill%3D%22%23fff%22%20opacity%3D%220.72%22%2F%3E%3Ccircle%20cx%3D%22711.2%22%20cy%3D%22570.0%22%20r%3D%220.68%22%20fill%3D%22%23fff%22%20opacity%3D%220.38%22%2F%3E%3Ccircle%20cx%3D%22450.6%22%20cy%3D%22165.1%22%20r%3D%220.61%22%20fill%3D%22%23fff%22%20opacity%3D%220.51%22%2F%3E%3Ccircle%20cx%3D%22625.7%22%20cy%3D%22296.3%22%20r%3D%220.72%22%20fill%3D%22%23fff%22%20opacity%3D%220.72%22%2F%3E%3Ccircle%20cx%3D%22982.0%22%20cy%3D%22271.5%22%20r%3D%220.47%22%20fill%3D%22%23fff%22%20opacity%3D%220.32%22%2F%3E%3Ccircle%20cx%3D%22872.8%22%20cy%3D%2224.9%22%20r%3D%221.11%22%20fill%3D%22%23fff%22%20opacity%3D%220.59%22%2F%3E%3Ccircle%20cx%3D%22309.0%22%20cy%3D%22474.9%22%20r%3D%220.42%22%20fill%3D%22%23fff%22%20opacity%3D%220.37%22%2F%3E%3Ccircle%20cx%3D%22454.8%22%20cy%3D%2214.8%22%20r%3D%221.23%22%20fill%3D%22%23fff%22%20opacity%3D%220.42%22%2F%3E%3Ccircle%20cx%3D%22140.9%22%20cy%3D%2228.2%22%20r%3D%221.03%22%20fill%3D%22%23fff%22%20opacity%3D%220.52%22%2F%3E%3Ccircle%20cx%3D%22630.0%22%20cy%3D%22393.0%22%20r%3D%221.21%22%20fill%3D%22%23fff%22%20opacity%3D%220.78%22%2F%3E%3Ccircle%20cx%3D%22684.5%22%20cy%3D%22119.6%22%20r%3D%220.88%22%20fill%3D%22%23fff%22%20opacity%3D%220.39%22%2F%3E%3Ccircle%20cx%3D%2210.8%22%20cy%3D%22283.3%22%20r%3D%221.11%22%20fill%3D%22%23fff%22%20opacity%3D%220.39%22%2F%3E%3Ccircle%20cx%3D%22272.4%22%20cy%3D%22207.4%22%20r%3D%221.10%22%20fill%3D%22%23fff%22%20opacity%3D%220.56%22%2F%3E%3Ccircle%20cx%3D%22614.4%22%20cy%3D%22453.7%22%20r%3D%220.79%22%20fill%3D%22%23fff%22%20opacity%3D%220.70%22%2F%3E%3Ccircle%20cx%3D%22906.2%22%20cy%3D%2252.3%22%20r%3D%221.33%22%20fill%3D%22%23fff%22%20opacity%3D%220.66%22%2F%3E%3Ccircle%20cx%3D%22129.9%22%20cy%3D%22272.1%22%20r%3D%221.03%22%20fill%3D%22%23fff%22%20opacity%3D%220.75%22%2F%3E%3Ccircle%20cx%3D%22376.8%22%20cy%3D%22341.3%22%20r%3D%221.28%22%20fill%3D%22%23fff%22%20opacity%3D%220.70%22%2F%3E%3Ccircle%20cx%3D%22944.3%22%20cy%3D%22278.2%22%20r%3D%221.05%22%20fill%3D%22%23fff%22%20opacity%3D%220.40%22%2F%3E%3Ccircle%20cx%3D%22721.9%22%20cy%3D%22491.0%22%20r%3D%221.04%22%20fill%3D%22%23fff%22%20opacity%3D%220.66%22%2F%3E%3Ccircle%20cx%3D%22213.3%22%20cy%3D%22540.0%22%20r%3D%221.38%22%20fill%3D%22%23fff%22%20opacity%3D%220.79%22%2F%3E%3Ccircle%20cx%3D%22537.0%22%20cy%3D%22474.5%22%20r%3D%220.72%22%20fill%3D%22%23fff%22%20opacity%3D%220.75%22%2F%3E%3Ccircle%20cx%3D%22855.8%22%20cy%3D%22209.1%22%20r%3D%220.48%22%20fill%3D%22%23fff%22%20opacity%3D%220.52%22%2F%3E%3Ccircle%20cx%3D%22550.3%22%20cy%3D%22460.9%22%20r%3D%220.89%22%20fill%3D%22%23fff%22%20opacity%3D%220.31%22%2F%3E%3Ccircle%20cx%3D%22809.1%22%20cy%3D%2238.4%22%20r%3D%221.20%22%20fill%3D%22%23fff%22%20opacity%3D%220.39%22%2F%3E%3Ccircle%20cx%3D%22335.0%22%20cy%3D%22472.7%22%20r%3D%220.54%22%20fill%3D%22%23fff%22%20opacity%3D%220.37%22%2F%3E%3Ccircle%20cx%3D%22516.5%22%20cy%3D%22434.1%22%20r%3D%221.24%22%20fill%3D%22%23fff%22%20opacity%3D%220.64%22%2F%3E%3Ccircle%20cx%3D%22945.7%22%20cy%3D%22295.5%22%20r%3D%221.35%22%20fill%3D%22%23fff%22%20opacity%3D%220.34%22%2F%3E%3Ccircle%20cx%3D%22221.4%22%20cy%3D%22316.0%22%20r%3D%220.69%22%20fill%3D%22%23fff%22%20opacity%3D%220.66%22%2F%3E%3Ccircle%20cx%3D%22638.9%22%20cy%3D%22313.7%22%20r%3D%221.24%22%20fill%3D%22%23fff%22%20opacity%3D%220.58%22%2F%3E%3Ccircle%20cx%3D%22311.7%22%20cy%3D%22228.7%22%20r%3D%221.25%22%20fill%3D%22%23fff%22%20opacity%3D%220.75%22%2F%3E%3Ccircle%20cx%3D%22208.2%22%20cy%3D%22510.5%22%20r%3D%221.37%22%20fill%3D%22%23fff%22%20opacity%3D%220.56%22%2F%3E%3Ccircle%20cx%3D%22573.0%22%20cy%3D%22120.6%22%20r%3D%220.94%22%20fill%3D%22%23fff%22%20opacity%3D%220.55%22%2F%3E%3Ccircle%20cx%3D%22605.2%22%20cy%3D%2216.7%22%20r%3D%221.37%22%20fill%3D%22%23fff%22%20opacity%3D%220.56%22%2F%3E%3Ccircle%20cx%3D%22400.6%22%20cy%3D%22480.6%22%20r%3D%220.96%22%20fill%3D%22%23fff%22%20opacity%3D%220.55%22%2F%3E%3Ccircle%20cx%3D%22691.0%22%20cy%3D%2239.5%22%20r%3D%220.94%22%20fill%3D%22%23fff%22%20opacity%3D%220.51%22%2F%3E%3Ccircle%20cx%3D%22956.9%22%20cy%3D%22554.1%22%20r%3D%220.67%22%20fill%3D%22%23fff%22%20opacity%3D%220.54%22%2F%3E%3Ccircle%20cx%3D%22127.0%22%20cy%3D%22260.2%22%20r%3D%221.22%22%20fill%3D%22%23fff%22%20opacity%3D%220.75%22%2F%3E%3Ccircle%20cx%3D%22476.5%22%20cy%3D%22190.3%22%20r%3D%220.59%22%20fill%3D%22%23fff%22%20opacity%3D%220.61%22%2F%3E%3Ccircle%20cx%3D%22925.3%22%20cy%3D%2277.7%22%20r%3D%221.18%22%20fill%3D%22%23fff%22%20opacity%3D%220.31%22%2F%3E%3Ccircle%20cx%3D%22194.1%22%20cy%3D%22136.4%22%20r%3D%221.09%22%20fill%3D%22%23fff%22%20opacity%3D%220.46%22%2F%3E%3Ccircle%20cx%3D%22355.3%22%20cy%3D%22371.9%22%20r%3D%220.50%22%20fill%3D%22%23fff%22%20opacity%3D%220.67%22%2F%3E%3Ccircle%20cx%3D%22122.8%22%20cy%3D%22306.3%22%20r%3D%220.65%22%20fill%3D%22%23fff%22%20opacity%3D%220.40%22%2F%3E%3Ccircle%20cx%3D%22530.4%22%20cy%3D%22262.1%22%20r%3D%220.78%22%20fill%3D%22%23fff%22%20opacity%3D%220.51%22%2F%3E%3Ccircle%20cx%3D%22529.3%22%20cy%3D%2295.8%22%20r%3D%220.60%22%20fill%3D%22%23fff%22%20opacity%3D%220.62%22%2F%3E%3Ccircle%20cx%3D%22638.5%22%20cy%3D%22317.8%22%20r%3D%221.25%22%20fill%3D%22%23fff%22%20opacity%3D%220.61%22%2F%3E%3Ccircle%20cx%3D%22856.8%22%20cy%3D%22139.6%22%20r%3D%221.14%22%20fill%3D%22%23fff%22%20opacity%3D%220.71%22%2F%3E%3Ccircle%20cx%3D%22902.7%22%20cy%3D%22189.5%22%20r%3D%220.71%22%20fill%3D%22%23fff%22%20opacity%3D%220.76%22%2F%3E%3Ccircle%20cx%3D%22218.1%22%20cy%3D%22599.0%22%20r%3D%221.29%22%20fill%3D%22%23fff%22%20opacity%3D%220.37%22%2F%3E%3Ccircle%20cx%3D%22239.3%22%20cy%3D%22435.9%22%20r%3D%220.66%22%20fill%3D%22%23fff%22%20opacity%3D%220.35%22%2F%3E%3Ccircle%20cx%3D%22832.2%22%20cy%3D%22253.0%22%20r%3D%221.19%22%20fill%3D%22%23fff%22%20opacity%3D%220.36%22%2F%3E%3Ccircle%20cx%3D%22402.8%22%20cy%3D%22411.1%22%20r%3D%220.42%22%20fill%3D%22%23fff%22%20opacity%3D%220.40%22%2F%3E%3Ccircle%20cx%3D%22682.4%22%20cy%3D%22546.8%22%20r%3D%221.37%22%20fill%3D%22%23fff%22%20opacity%3D%220.36%22%2F%3E%3Ccircle%20cx%3D%22505.7%22%20cy%3D%22454.9%22%20r%3D%220.90%22%20fill%3D%22%23fff%22%20opacity%3D%220.64%22%2F%3E%3Ccircle%20cx%3D%22189.0%22%20cy%3D%2242.3%22%20r%3D%220.51%22%20fill%3D%22%23fff%22%20opacity%3D%220.32%22%2F%3E%3Ccircle%20cx%3D%22551.7%22%20cy%3D%22308.9%22%20r%3D%220.97%22%20fill%3D%22%23fff%22%20opacity%3D%220.37%22%2F%3E%3Ccircle%20cx%3D%22184.5%22%20cy%3D%22122.3%22%20r%3D%221.24%22%20fill%3D%22%23fff%22%20opacity%3D%220.80%22%2F%3E%3Ccircle%20cx%3D%22926.9%22%20cy%3D%2257.1%22%20r%3D%220.46%22%20fill%3D%22%23fff%22%20opacity%3D%220.78%22%2F%3E%3Ccircle%20cx%3D%22462.1%22%20cy%3D%22458.8%22%20r%3D%220.73%22%20fill%3D%22%23fff%22%20opacity%3D%220.53%22%2F%3E%3Ccircle%20cx%3D%22515.3%22%20cy%3D%22258.0%22%20r%3D%221.00%22%20fill%3D%22%23fff%22%20opacity%3D%220.31%22%2F%3E%3Ccircle%20cx%3D%22701.0%22%20cy%3D%22506.6%22%20r%3D%220.58%22%20fill%3D%22%23fff%22%20opacity%3D%220.53%22%2F%3E%3Ccircle%20cx%3D%22739.3%22%20cy%3D%22243.2%22%20r%3D%220.60%22%20fill%3D%22%23fff%22%20opacity%3D%220.38%22%2F%3E%3Ccircle%20cx%3D%22512.6%22%20cy%3D%229.3%22%20r%3D%221.29%22%20fill%3D%22%23fff%22%20opacity%3D%220.70%22%2F%3E%3Ccircle%20cx%3D%22704.7%22%20cy%3D%22516.4%22%20r%3D%221.03%22%20fill%3D%22%23fff%22%20opacity%3D%220.50%22%2F%3E%3Ccircle%20cx%3D%22599.6%22%20cy%3D%22302.6%22%20r%3D%221.38%22%20fill%3D%22%23fff%22%20opacity%3D%220.70%22%2F%3E%3Ccircle%20cx%3D%22258.3%22%20cy%3D%22546.8%22%20r%3D%221.14%22%20fill%3D%22%23fff%22%20opacity%3D%220.69%22%2F%3E%3Ccircle%20cx%3D%22814.6%22%20cy%3D%22243.4%22%20r%3D%221.30%22%20fill%3D%22%23fff%22%20opacity%3D%220.74%22%2F%3E%3Ccircle%20cx%3D%22694.8%22%20cy%3D%22460.4%22%20r%3D%221.17%22%20fill%3D%22%23fff%22%20opacity%3D%220.50%22%2F%3E%3Ccircle%20cx%3D%22722.6%22%20cy%3D%2242.3%22%20r%3D%220.74%22%20fill%3D%22%23fff%22%20opacity%3D%220.53%22%2F%3E%3Ccircle%20cx%3D%2210.6%22%20cy%3D%22213.4%22%20r%3D%221.04%22%20fill%3D%22%23fff%22%20opacity%3D%220.61%22%2F%3E%3Ccircle%20cx%3D%22232.1%22%20cy%3D%22566.8%22%20r%3D%221.07%22%20fill%3D%22%23fff%22%20opacity%3D%220.47%22%2F%3E%3Ccircle%20cx%3D%22659.8%22%20cy%3D%22341.7%22%20r%3D%220.93%22%20fill%3D%22%23fff%22%20opacity%3D%220.49%22%2F%3E%3Ccircle%20cx%3D%22999.9%22%20cy%3D%22385.4%22%20r%3D%221.10%22%20fill%3D%22%23fff%22%20opacity%3D%220.68%22%2F%3E%3Ccircle%20cx%3D%22980.1%22%20cy%3D%2213.7%22%20r%3D%221.02%22%20fill%3D%22%23fff%22%20opacity%3D%220.67%22%2F%3E%3Ccircle%20cx%3D%22256.6%22%20cy%3D%22240.9%22%20r%3D%220.45%22%20fill%3D%22%23fff%22%20opacity%3D%220.40%22%2F%3E%3Ccircle%20cx%3D%22375.7%22%20cy%3D%2259.1%22%20r%3D%220.65%22%20fill%3D%22%23fff%22%20opacity%3D%220.75%22%2F%3E%3Ccircle%20cx%3D%22550.1%22%20cy%3D%22304.7%22%20r%3D%221.37%22%20fill%3D%22%23fff%22%20opacity%3D%220.58%22%2F%3E%3Ccircle%20cx%3D%22995.1%22%20cy%3D%22382.8%22%20r%3D%221.21%22%20fill%3D%22%23fff%22%20opacity%3D%220.34%22%2F%3E%3Ccircle%20cx%3D%22597.5%22%20cy%3D%22455.5%22%20r%3D%220.45%22%20fill%3D%22%23fff%22%20opacity%3D%220.77%22%2F%3E%3Ccircle%20cx%3D%22159.9%22%20cy%3D%22283.1%22%20r%3D%220.57%22%20fill%3D%22%23fff%22%20opacity%3D%220.55%22%2F%3E%3Ccircle%20cx%3D%22611.2%22%20cy%3D%2235.1%22%20r%3D%221.35%22%20fill%3D%22%23fff%22%20opacity%3D%220.51%22%2F%3E%3Ccircle%20cx%3D%22526.8%22%20cy%3D%22358.7%22%20r%3D%220.77%22%20fill%3D%22%23fff%22%20opacity%3D%220.44%22%2F%3E%3Ccircle%20cx%3D%22655.1%22%20cy%3D%22336.4%22%20r%3D%220.68%22%20fill%3D%22%23fff%22%20opacity%3D%220.66%22%2F%3E%3Ccircle%20cx%3D%22296.0%22%20cy%3D%228.4%22%20r%3D%220.65%22%20fill%3D%22%23fff%22%20opacity%3D%220.32%22%2F%3E%3Ccircle%20cx%3D%22156.6%22%20cy%3D%22452.8%22%20r%3D%220.79%22%20fill%3D%22%23fff%22%20opacity%3D%220.75%22%2F%3E%3Ccircle%20cx%3D%22748.4%22%20cy%3D%2230.1%22%20r%3D%221.39%22%20fill%3D%22%23fff%22%20opacity%3D%220.77%22%2F%3E%3Ccircle%20cx%3D%2273.5%22%20cy%3D%22543.3%22%20r%3D%220.83%22%20fill%3D%22%23fff%22%20opacity%3D%220.54%22%2F%3E%3Ccircle%20cx%3D%22973.2%22%20cy%3D%22146.2%22%20r%3D%220.92%22%20fill%3D%22%23fff%22%20opacity%3D%220.77%22%2F%3E%3Ccircle%20cx%3D%22722.7%22%20cy%3D%22281.0%22%20r%3D%221.38%22%20fill%3D%22%23fff%22%20opacity%3D%220.71%22%2F%3E%3Ccircle%20cx%3D%22603.6%22%20cy%3D%2269.1%22%20r%3D%221.02%22%20fill%3D%22%23fff%22%20opacity%3D%220.53%22%2F%3E%3Ccircle%20cx%3D%22203.7%22%20cy%3D%2231.2%22%20r%3D%220.93%22%20fill%3D%22%23fff%22%20opacity%3D%220.36%22%2F%3E%3Ccircle%20cx%3D%22442.9%22%20cy%3D%22400.7%22%20r%3D%220.86%22%20fill%3D%22%23fff%22%20opacity%3D%220.43%22%2F%3E%3Ccircle%20cx%3D%22582.2%22%20cy%3D%22251.7%22%20r%3D%221.18%22%20fill%3D%22%23fff%22%20opacity%3D%220.57%22%2F%3E%3Ccircle%20cx%3D%22997.6%22%20cy%3D%22571.6%22%20r%3D%221.13%22%20fill%3D%22%23fff%22%20opacity%3D%220.42%22%2F%3E%3Ccircle%20cx%3D%22113.9%22%20cy%3D%22535.6%22%20r%3D%221.18%22%20fill%3D%22%23fff%22%20opacity%3D%220.61%22%2F%3E%3Ccircle%20cx%3D%22359.2%22%20cy%3D%22162.9%22%20r%3D%221.09%22%20fill%3D%22%23fff%22%20opacity%3D%220.58%22%2F%3E%3Ccircle%20cx%3D%22591.7%22%20cy%3D%22379.9%22%20r%3D%221.15%22%20fill%3D%22%23fff%22%20opacity%3D%220.39%22%2F%3E%3Ccircle%20cx%3D%22249.0%22%20cy%3D%22587.8%22%20r%3D%221.32%22%20fill%3D%22%23fff%22%20opacity%3D%220.74%22%2F%3E%3Ccircle%20cx%3D%2239.5%22%20cy%3D%2236.5%22%20r%3D%220.67%22%20fill%3D%22%23fff%22%20opacity%3D%220.51%22%2F%3E%3Ccircle%20cx%3D%22623.3%22%20cy%3D%2261.5%22%20r%3D%220.94%22%20fill%3D%22%23fff%22%20opacity%3D%220.34%22%2F%3E%3Ccircle%20cx%3D%2286.4%22%20cy%3D%22405.8%22%20r%3D%220.95%22%20fill%3D%22%23fff%22%20opacity%3D%220.62%22%2F%3E%3Ccircle%20cx%3D%22373.2%22%20cy%3D%22287.1%22%20r%3D%220.61%22%20fill%3D%22%23fff%22%20opacity%3D%220.47%22%2F%3E%3Ccircle%20cx%3D%22744.8%22%20cy%3D%22503.1%22%20r%3D%220.47%22%20fill%3D%22%23fff%22%20opacity%3D%220.36%22%2F%3E%3Ccircle%20cx%3D%22809.2%22%20cy%3D%22374.2%22%20r%3D%221.17%22%20fill%3D%22%23fff%22%20opacity%3D%220.41%22%2F%3E%3Ccircle%20cx%3D%22424.4%22%20cy%3D%22154.8%22%20r%3D%221.21%22%20fill%3D%22%23fff%22%20opacity%3D%220.48%22%2F%3E%3Ccircle%20cx%3D%22653.7%22%20cy%3D%22593.5%22%20r%3D%220.73%22%20fill%3D%22%23fff%22%20opacity%3D%220.57%22%2F%3E%3Ccircle%20cx%3D%22746.1%22%20cy%3D%22552.5%22%20r%3D%220.83%22%20fill%3D%22%23fff%22%20opacity%3D%220.48%22%2F%3E%3Ccircle%20cx%3D%2297.0%22%20cy%3D%22525.1%22%20r%3D%220.48%22%20fill%3D%22%23fff%22%20opacity%3D%220.34%22%2F%3E%3Ccircle%20cx%3D%22564.2%22%20cy%3D%22290.9%22%20r%3D%221.09%22%20fill%3D%22%23fff%22%20opacity%3D%220.45%22%2F%3E%3Ccircle%20cx%3D%22775.5%22%20cy%3D%2245.6%22%20r%3D%220.61%22%20fill%3D%22%23fff%22%20opacity%3D%220.63%22%2F%3E%3Ccircle%20cx%3D%2281.7%22%20cy%3D%22182.3%22%20r%3D%221.12%22%20fill%3D%22%23fff%22%20opacity%3D%220.65%22%2F%3E%3Ccircle%20cx%3D%22282.9%22%20cy%3D%2285.8%22%20r%3D%220.76%22%20fill%3D%22%23fff%22%20opacity%3D%220.66%22%2F%3E%3Ccircle%20cx%3D%22366.4%22%20cy%3D%2270.4%22%20r%3D%221.11%22%20fill%3D%22%23fff%22%20opacity%3D%220.58%22%2F%3E%3Ccircle%20cx%3D%22918.6%22%20cy%3D%22564.0%22%20r%3D%221.31%22%20fill%3D%22%23fff%22%20opacity%3D%220.52%22%2F%3E%3Ccircle%20cx%3D%22803.0%22%20cy%3D%22182.9%22%20r%3D%220.72%22%20fill%3D%22%23fff%22%20opacity%3D%220.50%22%2F%3E%3Ccircle%20cx%3D%22934.7%22%20cy%3D%22536.8%22%20r%3D%220.65%22%20fill%3D%22%23fff%22%20opacity%3D%220.48%22%2F%3E%3Ccircle%20cx%3D%22365.6%22%20cy%3D%22218.0%22%20r%3D%220.80%22%20fill%3D%22%23fff%22%20opacity%3D%220.49%22%2F%3E%3Ccircle%20cx%3D%22195.0%22%20cy%3D%22338.3%22%20r%3D%221.20%22%20fill%3D%22%23fff%22%20opacity%3D%220.57%22%2F%3E%3Ccircle%20cx%3D%22836.4%22%20cy%3D%22337.7%22%20r%3D%220.58%22%20fill%3D%22%23fff%22%20opacity%3D%220.68%22%2F%3E%3Ccircle%20cx%3D%22880.9%22%20cy%3D%22168.9%22%20r%3D%220.42%22%20fill%3D%22%23fff%22%20opacity%3D%220.56%22%2F%3E%3Ccircle%20cx%3D%22544.2%22%20cy%3D%22340.5%22%20r%3D%221.37%22%20fill%3D%22%23fff%22%20opacity%3D%220.63%22%2F%3E%3Ccircle%20cx%3D%22804.3%22%20cy%3D%2238.4%22%20r%3D%220.95%22%20fill%3D%22%23fff%22%20opacity%3D%220.69%22%2F%3E%3Ccircle%20cx%3D%2284.0%22%20cy%3D%2249.0%22%20r%3D%221.14%22%20fill%3D%22%23fff%22%20opacity%3D%220.75%22%2F%3E%3Ccircle%20cx%3D%2284.7%22%20cy%3D%22380.5%22%20r%3D%220.54%22%20fill%3D%22%23fff%22%20opacity%3D%220.67%22%2F%3E%3Ccircle%20cx%3D%22649.0%22%20cy%3D%22147.3%22%20r%3D%220.62%22%20fill%3D%22%23fff%22%20opacity%3D%220.68%22%2F%3E%3Ccircle%20cx%3D%22521.6%22%20cy%3D%22458.8%22%20r%3D%220.79%22%20fill%3D%22%23fff%22%20opacity%3D%220.47%22%2F%3E%3Ccircle%20cx%3D%22968.3%22%20cy%3D%22403.4%22%20r%3D%220.89%22%20fill%3D%22%23fff%22%20opacity%3D%220.57%22%2F%3E%3Ccircle%20cx%3D%22720.9%22%20cy%3D%22424.9%22%20r%3D%221.31%22%20fill%3D%22%23fff%22%20opacity%3D%220.51%22%2F%3E%3Ccircle%20cx%3D%22826.2%22%20cy%3D%22400.0%22%20r%3D%221.25%22%20fill%3D%22%23fff%22%20opacity%3D%220.70%22%2F%3E%3Ccircle%20cx%3D%22833.8%22%20cy%3D%22533.2%22%20r%3D%221.36%22%20fill%3D%22%23fff%22%20opacity%3D%220.62%22%2F%3E%3Ccircle%20cx%3D%22523.9%22%20cy%3D%22426.1%22%20r%3D%221.20%22%20fill%3D%22%23fff%22%20opacity%3D%220.51%22%2F%3E%3Ccircle%20cx%3D%22420.5%22%20cy%3D%2287.7%22%20r%3D%221.14%22%20fill%3D%22%23fff%22%20opacity%3D%220.80%22%2F%3E%3Ccircle%20cx%3D%22375.5%22%20cy%3D%22100.6%22%20r%3D%220.60%22%20fill%3D%22%23fff%22%20opacity%3D%220.51%22%2F%3E%3Ccircle%20cx%3D%22292.0%22%20cy%3D%22581.9%22%20r%3D%220.46%22%20fill%3D%22%23fff%22%20opacity%3D%220.45%22%2F%3E%3Ccircle%20cx%3D%22114.8%22%20cy%3D%22388.8%22%20r%3D%221.18%22%20fill%3D%22%23fff%22%20opacity%3D%220.39%22%2F%3E%3Ccircle%20cx%3D%2262.3%22%20cy%3D%22275.3%22%20r%3D%220.98%22%20fill%3D%22%23fff%22%20opacity%3D%220.75%22%2F%3E%3Ccircle%20cx%3D%2236.4%22%20cy%3D%2265.2%22%20r%3D%220.58%22%20fill%3D%22%23fff%22%20opacity%3D%220.41%22%2F%3E%3Ccircle%20cx%3D%22235.4%22%20cy%3D%22430.3%22%20r%3D%220.99%22%20fill%3D%22%23fff%22%20opacity%3D%220.41%22%2F%3E%3Ccircle%20cx%3D%22185.0%22%20cy%3D%22168.6%22%20r%3D%220.57%22%20fill%3D%22%23fff%22%20opacity%3D%220.68%22%2F%3E%3Ccircle%20cx%3D%22311.7%22%20cy%3D%22328.9%22%20r%3D%221.22%22%20fill%3D%22%23fff%22%20opacity%3D%220.54%22%2F%3E%3Ccircle%20cx%3D%22260.5%22%20cy%3D%22532.5%22%20r%3D%221.31%22%20fill%3D%22%23fff%22%20opacity%3D%220.47%22%2F%3E%3Ccircle%20cx%3D%22547.3%22%20cy%3D%22574.2%22%20r%3D%220.88%22%20fill%3D%22%23fff%22%20opacity%3D%220.41%22%2F%3E%3Ccircle%20cx%3D%2249.7%22%20cy%3D%22568.5%22%20r%3D%221.20%22%20fill%3D%22%23fff%22%20opacity%3D%220.49%22%2F%3E%3Ccircle%20cx%3D%22527.6%22%20cy%3D%22309.5%22%20r%3D%220.67%22%20fill%3D%22%23fff%22%20opacity%3D%220.80%22%2F%3E%3Ccircle%20cx%3D%22657.6%22%20cy%3D%22142.6%22%20r%3D%220.41%22%20fill%3D%22%23fff%22%20opacity%3D%220.54%22%2F%3E%3Ccircle%20cx%3D%22371.6%22%20cy%3D%22478.1%22%20r%3D%221.11%22%20fill%3D%22%23fff%22%20opacity%3D%220.60%22%2F%3E%3Ccircle%20cx%3D%22157.3%22%20cy%3D%2294.1%22%20r%3D%220.72%22%20fill%3D%22%23fff%22%20opacity%3D%220.43%22%2F%3E%3Ccircle%20cx%3D%22869.2%22%20cy%3D%22309.7%22%20r%3D%221.04%22%20fill%3D%22%23fff%22%20opacity%3D%220.80%22%2F%3E%3Ccircle%20cx%3D%22266.5%22%20cy%3D%22320.7%22%20r%3D%220.55%22%20fill%3D%22%23fff%22%20opacity%3D%220.69%22%2F%3E%3Ccircle%20cx%3D%221.4%22%20cy%3D%22492.9%22%20r%3D%221.25%22%20fill%3D%22%23fff%22%20opacity%3D%220.71%22%2F%3E%3Ccircle%20cx%3D%2282.4%22%20cy%3D%22162.0%22%20r%3D%221.12%22%20fill%3D%22%23fff%22%20opacity%3D%220.35%22%2F%3E%3Ccircle%20cx%3D%22480.1%22%20cy%3D%22281.2%22%20r%3D%221.36%22%20fill%3D%22%23fff%22%20opacity%3D%220.59%22%2F%3E%3Ccircle%20cx%3D%22857.3%22%20cy%3D%22182.2%22%20r%3D%221.19%22%20fill%3D%22%23fff%22%20opacity%3D%220.51%22%2F%3E%3Ccircle%20cx%3D%22916.8%22%20cy%3D%2254.6%22%20r%3D%221.23%22%20fill%3D%22%23fff%22%20opacity%3D%220.40%22%2F%3E%3Ccircle%20cx%3D%22543.4%22%20cy%3D%22315.4%22%20r%3D%220.56%22%20fill%3D%22%23fff%22%20opacity%3D%220.72%22%2F%3E%3Ccircle%20cx%3D%22311.4%22%20cy%3D%22186.4%22%20r%3D%220.48%22%20fill%3D%22%23fff%22%20opacity%3D%220.45%22%2F%3E%3Ccircle%20cx%3D%22467.2%22%20cy%3D%22429.1%22%20r%3D%220.76%22%20fill%3D%22%23fff%22%20opacity%3D%220.64%22%2F%3E%3Ccircle%20cx%3D%22105.8%22%20cy%3D%22236.5%22%20r%3D%220.86%22%20fill%3D%22%23fff%22%20opacity%3D%220.78%22%2F%3E%3Ccircle%20cx%3D%22829.7%22%20cy%3D%22392.4%22%20r%3D%220.41%22%20fill%3D%22%23fff%22%20opacity%3D%220.49%22%2F%3E%3Ccircle%20cx%3D%22710.0%22%20cy%3D%22142.5%22%20r%3D%220.96%22%20fill%3D%22%23fff%22%20opacity%3D%220.53%22%2F%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%22595.0%22%20r%3D%221.20%22%20fill%3D%22%23fff%22%20opacity%3D%220.40%22%2F%3E%3Ccircle%20cx%3D%22616.1%22%20cy%3D%22174.2%22%20r%3D%220.78%22%20fill%3D%22%23fff%22%20opacity%3D%220.57%22%2F%3E%3Ccircle%20cx%3D%22298.2%22%20cy%3D%22202.4%22%20r%3D%220.79%22%20fill%3D%22%23fff%22%20opacity%3D%220.63%22%2F%3E%3Ccircle%20cx%3D%22256.4%22%20cy%3D%22120.0%22%20r%3D%221.13%22%20fill%3D%22%23fff%22%20opacity%3D%220.46%22%2F%3E%3Ccircle%20cx%3D%22945.0%22%20cy%3D%22337.7%22%20r%3D%221.12%22%20fill%3D%22%23fff%22%20opacity%3D%220.47%22%2F%3E%3Ccircle%20cx%3D%22826.9%22%20cy%3D%2255.4%22%20r%3D%220.54%22%20fill%3D%22%23fff%22%20opacity%3D%220.35%22%2F%3E%3Ccircle%20cx%3D%22677.7%22%20cy%3D%22425.0%22%20r%3D%220.58%22%20fill%3D%22%23fff%22%20opacity%3D%220.50%22%2F%3E%3Ccircle%20cx%3D%22836.9%22%20cy%3D%22355.6%22%20r%3D%220.49%22%20fill%3D%22%23fff%22%20opacity%3D%220.41%22%2F%3E%3Ccircle%20cx%3D%22157.1%22%20cy%3D%2274.5%22%20r%3D%220.81%22%20fill%3D%22%23fff%22%20opacity%3D%220.34%22%2F%3E%3Ccircle%20cx%3D%22920.6%22%20cy%3D%22256.2%22%20r%3D%220.91%22%20fill%3D%22%23fff%22%20opacity%3D%220.62%22%2F%3E%3Ccircle%20cx%3D%22766.9%22%20cy%3D%22492.7%22%20r%3D%220.79%22%20fill%3D%22%23fff%22%20opacity%3D%220.47%22%2F%3E%3Ccircle%20cx%3D%22412.1%22%20cy%3D%229.3%22%20r%3D%220.80%22%20fill%3D%22%23fff%22%20opacity%3D%220.65%22%2F%3E%3Ccircle%20cx%3D%22982.0%22%20cy%3D%22473.8%22%20r%3D%221.06%22%20fill%3D%22%23fff%22%20opacity%3D%220.60%22%2F%3E%3Ccircle%20cx%3D%2218.5%22%20cy%3D%22198.6%22%20r%3D%220.74%22%20fill%3D%22%23fff%22%20opacity%3D%220.63%22%2F%3E%3Ccircle%20cx%3D%22106.3%22%20cy%3D%22226.6%22%20r%3D%220.91%22%20fill%3D%22%23fff%22%20opacity%3D%220.69%22%2F%3E%3Ccircle%20cx%3D%22825.2%22%20cy%3D%22366.9%22%20r%3D%220.56%22%20fill%3D%22%23fff%22%20opacity%3D%220.68%22%2F%3E%3Ccircle%20cx%3D%22903.0%22%20cy%3D%22329.0%22%20r%3D%220.75%22%20fill%3D%22%23fff%22%20opacity%3D%220.55%22%2F%3E%3Ccircle%20cx%3D%22141.8%22%20cy%3D%22428.1%22%20r%3D%221.39%22%20fill%3D%22%23fff%22%20opacity%3D%220.56%22%2F%3E%3Ccircle%20cx%3D%22715.4%22%20cy%3D%22501.3%22%20r%3D%220.60%22%20fill%3D%22%23fff%22%20opacity%3D%220.77%22%2F%3E%3Ccircle%20cx%3D%22627.1%22%20cy%3D%22118.7%22%20r%3D%220.48%22%20fill%3D%22%23fff%22%20opacity%3D%220.42%22%2F%3E%3Ccircle%20cx%3D%22576.5%22%20cy%3D%22418.3%22%20r%3D%220.73%22%20fill%3D%22%23fff%22%20opacity%3D%220.76%22%2F%3E%3Ccircle%20cx%3D%22361.2%22%20cy%3D%22277.8%22%20r%3D%220.52%22%20fill%3D%22%23fff%22%20opacity%3D%220.79%22%2F%3E%3Ccircle%20cx%3D%22135.6%22%20cy%3D%22542.4%22%20r%3D%220.94%22%20fill%3D%22%23fff%22%20opacity%3D%220.58%22%2F%3E%3Ccircle%20cx%3D%22560.3%22%20cy%3D%22158.6%22%20r%3D%221.31%22%20fill%3D%22%23fff%22%20opacity%3D%220.80%22%2F%3E%3Ccircle%20cx%3D%22817.5%22%20cy%3D%22360.9%22%20r%3D%220.52%22%20fill%3D%22%23fff%22%20opacity%3D%220.71%22%2F%3E%3Ccircle%20cx%3D%22288.6%22%20cy%3D%22538.2%22%20r%3D%220.64%22%20fill%3D%22%23fff%22%20opacity%3D%220.59%22%2F%3E%3Ccircle%20cx%3D%22830.8%22%20cy%3D%22111.3%22%20r%3D%220.95%22%20fill%3D%22%23fff%22%20opacity%3D%220.34%22%2F%3E%3Ccircle%20cx%3D%2232.0%22%20cy%3D%22108.0%22%20r%3D%221.39%22%20fill%3D%22%23fff%22%20opacity%3D%220.77%22%2F%3E%3Ccircle%20cx%3D%22658.4%22%20cy%3D%22184.6%22%20r%3D%221.07%22%20fill%3D%22%23fff%22%20opacity%3D%220.67%22%2F%3E%3Ccircle%20cx%3D%22381.6%22%20cy%3D%22355.1%22%20r%3D%221.20%22%20fill%3D%22%23fff%22%20opacity%3D%220.31%22%2F%3E%3Ccircle%20cx%3D%22199.5%22%20cy%3D%22280.8%22%20r%3D%220.54%22%20fill%3D%22%23fff%22%20opacity%3D%220.49%22%2F%3E%3Ccircle%20cx%3D%22569.5%22%20cy%3D%22104.2%22%20r%3D%220.92%22%20fill%3D%22%23fff%22%20opacity%3D%220.43%22%2F%3E%3Ccircle%20cx%3D%22568.0%22%20cy%3D%22199.3%22%20r%3D%221.04%22%20fill%3D%22%23fff%22%20opacity%3D%220.32%22%2F%3E%3Ccircle%20cx%3D%22671.0%22%20cy%3D%2286.8%22%20r%3D%221.36%22%20fill%3D%22%23fff%22%20opacity%3D%220.60%22%2F%3E%3Ccircle%20cx%3D%22469.9%22%20cy%3D%22246.9%22%20r%3D%221.02%22%20fill%3D%22%23fff%22%20opacity%3D%220.64%22%2F%3E%3Ccircle%20cx%3D%22758.0%22%20cy%3D%22451.0%22%20r%3D%220.89%22%20fill%3D%22%23fff%22%20opacity%3D%220.80%22%2F%3E%3Ccircle%20cx%3D%22838.2%22%20cy%3D%22513.0%22%20r%3D%220.81%22%20fill%3D%22%23fff%22%20opacity%3D%220.52%22%2F%3E%3Ccircle%20cx%3D%22566.0%22%20cy%3D%22543.1%22%20r%3D%220.93%22%20fill%3D%22%23fff%22%20opacity%3D%220.56%22%2F%3E%3Ccircle%20cx%3D%22432.2%22%20cy%3D%22542.6%22%20r%3D%220.72%22%20fill%3D%22%23fff%22%20opacity%3D%220.33%22%2F%3E%3Ccircle%20cx%3D%22725.6%22%20cy%3D%22540.1%22%20r%3D%221.13%22%20fill%3D%22%23fff%22%20opacity%3D%220.60%22%2F%3E%3Ccircle%20cx%3D%22751.9%22%20cy%3D%22182.9%22%20r%3D%220.99%22%20fill%3D%22%23fff%22%20opacity%3D%220.33%22%2F%3E%3Ccircle%20cx%3D%22124.4%22%20cy%3D%22268.2%22%20r%3D%220.90%22%20fill%3D%22%23fff%22%20opacity%3D%220.50%22%2F%3E%3Ccircle%20cx%3D%2252.0%22%20cy%3D%22416.9%22%20r%3D%220.93%22%20fill%3D%22%23fff%22%20opacity%3D%220.42%22%2F%3E%3Ccircle%20cx%3D%22306.3%22%20cy%3D%22237.3%22%20r%3D%220.64%22%20fill%3D%22%23fff%22%20opacity%3D%220.33%22%2F%3E%3Ccircle%20cx%3D%22911.3%22%20cy%3D%22579.9%22%20r%3D%221.07%22%20fill%3D%22%23fff%22%20opacity%3D%220.73%22%2F%3E%3Ccircle%20cx%3D%22421.4%22%20cy%3D%22483.2%22%20r%3D%220.62%22%20fill%3D%22%23fff%22%20opacity%3D%220.67%22%2F%3E%3Ccircle%20cx%3D%22566.8%22%20cy%3D%22542.0%22%20r%3D%220.50%22%20fill%3D%22%23fff%22%20opacity%3D%220.70%22%2F%3E%3Ccircle%20cx%3D%22123.8%22%20cy%3D%22322.6%22%20r%3D%221.35%22%20fill%3D%22%23fff%22%20opacity%3D%220.30%22%2F%3E%3Ccircle%20cx%3D%22243.9%22%20cy%3D%22179.6%22%20r%3D%220.72%22%20fill%3D%22%23fff%22%20opacity%3D%220.33%22%2F%3E%3Ccircle%20cx%3D%22895.1%22%20cy%3D%22489.3%22%20r%3D%220.80%22%20fill%3D%22%23fff%22%20opacity%3D%220.48%22%2F%3E%3Ccircle%20cx%3D%22585.5%22%20cy%3D%2227.5%22%20r%3D%220.43%22%20fill%3D%22%23fff%22%20opacity%3D%220.75%22%2F%3E%3Ccircle%20cx%3D%22307.8%22%20cy%3D%22299.1%22%20r%3D%221.33%22%20fill%3D%22%23fff%22%20opacity%3D%220.79%22%2F%3E%3Ccircle%20cx%3D%22472.6%22%20cy%3D%22123.9%22%20r%3D%220.70%22%20fill%3D%22%23fff%22%20opacity%3D%220.76%22%2F%3E%3Ccircle%20cx%3D%22896.8%22%20cy%3D%22117.3%22%20r%3D%221.24%22%20fill%3D%22%23fff%22%20opacity%3D%220.48%22%2F%3E%3Ccircle%20cx%3D%22472.5%22%20cy%3D%22103.1%22%20r%3D%221.28%22%20fill%3D%22%23fff%22%20opacity%3D%220.80%22%2F%3E%3Ccircle%20cx%3D%22202.0%22%20cy%3D%22379.4%22%20r%3D%220.59%22%20fill%3D%22%23fff%22%20opacity%3D%220.74%22%2F%3E%3Ccircle%20cx%3D%2250.0%22%20cy%3D%2263.7%22%20r%3D%221.13%22%20fill%3D%22%23fff%22%20opacity%3D%220.46%22%2F%3E%3Ccircle%20cx%3D%22900.3%22%20cy%3D%22521.8%22%20r%3D%221.11%22%20fill%3D%22%23fff%22%20opacity%3D%220.37%22%2F%3E%3Ccircle%20cx%3D%22696.0%22%20cy%3D%22562.7%22%20r%3D%220.85%22%20fill%3D%22%23fff%22%20opacity%3D%220.34%22%2F%3E%3Ccircle%20cx%3D%22223.2%22%20cy%3D%22184.3%22%20r%3D%221.11%22%20fill%3D%22%23fff%22%20opacity%3D%220.40%22%2F%3E%3Ccircle%20cx%3D%22181.0%22%20cy%3D%22141.3%22%20r%3D%221.06%22%20fill%3D%22%23fff%22%20opacity%3D%220.70%22%2F%3E%3Ccircle%20cx%3D%22372.5%22%20cy%3D%22397.2%22%20r%3D%221.28%22%20fill%3D%22%23fff%22%20opacity%3D%220.59%22%2F%3E%3Ccircle%20cx%3D%22229.0%22%20cy%3D%22180.6%22%20r%3D%221.33%22%20fill%3D%22%23fff%22%20opacity%3D%220.63%22%2F%3E%3Ccircle%20cx%3D%22276.8%22%20cy%3D%22384.0%22%20r%3D%220.49%22%20fill%3D%22%23fff%22%20opacity%3D%220.79%22%2F%3E%3Ccircle%20cx%3D%22440.3%22%20cy%3D%22317.0%22%20r%3D%220.93%22%20fill%3D%22%23fff%22%20opacity%3D%220.32%22%2F%3E%3Ccircle%20cx%3D%22599.7%22%20cy%3D%22170.7%22%20r%3D%220.65%22%20fill%3D%22%23fff%22%20opacity%3D%220.70%22%2F%3E%3Ccircle%20cx%3D%2287.2%22%20cy%3D%22171.1%22%20r%3D%221.16%22%20fill%3D%22%23fff%22%20opacity%3D%220.42%22%2F%3E%3Ccircle%20cx%3D%22279.1%22%20cy%3D%22328.9%22%20r%3D%220.59%22%20fill%3D%22%23fff%22%20opacity%3D%220.75%22%2F%3E%3Ccircle%20cx%3D%22987.7%22%20cy%3D%2220.2%22%20r%3D%220.86%22%20fill%3D%22%23fff%22%20opacity%3D%220.68%22%2F%3E%3Ccircle%20cx%3D%22384.7%22%20cy%3D%22557.6%22%20r%3D%220.90%22%20fill%3D%22%23fff%22%20opacity%3D%220.39%22%2F%3E%3Ccircle%20cx%3D%22556.0%22%20cy%3D%22387.0%22%20r%3D%220.76%22%20fill%3D%22%23fff%22%20opacity%3D%220.63%22%2F%3E%3Ccircle%20cx%3D%22783.0%22%20cy%3D%22310.0%22%20r%3D%220.91%22%20fill%3D%22%23fff%22%20opacity%3D%220.72%22%2F%3E%3Ccircle%20cx%3D%22684.3%22%20cy%3D%22312.3%22%20r%3D%221.35%22%20fill%3D%22%23fff%22%20opacity%3D%220.39%22%2F%3E%3Ccircle%20cx%3D%22779.7%22%20cy%3D%2299.1%22%20r%3D%221.01%22%20fill%3D%22%23fff%22%20opacity%3D%220.42%22%2F%3E%3Ccircle%20cx%3D%22440.4%22%20cy%3D%22463.8%22%20r%3D%221.19%22%20fill%3D%22%23fff%22%20opacity%3D%220.70%22%2F%3E%3Ccircle%20cx%3D%22235.9%22%20cy%3D%22293.5%22%20r%3D%220.62%22%20fill%3D%22%23fff%22%20opacity%3D%220.59%22%2F%3E%3Ccircle%20cx%3D%22499.0%22%20cy%3D%2221.2%22%20r%3D%221.00%22%20fill%3D%22%23fff%22%20opacity%3D%220.66%22%2F%3E%3Ccircle%20cx%3D%22572.6%22%20cy%3D%22523.7%22%20r%3D%220.58%22%20fill%3D%22%23fff%22%20opacity%3D%220.38%22%2F%3E%3Ccircle%20cx%3D%2217.8%22%20cy%3D%22297.7%22%20r%3D%220.83%22%20fill%3D%22%23fff%22%20opacity%3D%220.52%22%2F%3E%3Ccircle%20cx%3D%22262.9%22%20cy%3D%22479.1%22%20r%3D%220.47%22%20fill%3D%22%23fff%22%20opacity%3D%220.75%22%2F%3E%3Ccircle%20cx%3D%22568.9%22%20cy%3D%22325.9%22%20r%3D%221.19%22%20fill%3D%22%23fff%22%20opacity%3D%220.42%22%2F%3E%3Ccircle%20cx%3D%22146.2%22%20cy%3D%22186.6%22%20r%3D%220.44%22%20fill%3D%22%23fff%22%20opacity%3D%220.46%22%2F%3E%3Ccircle%20cx%3D%22621.2%22%20cy%3D%22315.3%22%20r%3D%220.66%22%20fill%3D%22%23fff%22%20opacity%3D%220.59%22%2F%3E%3Ccircle%20cx%3D%2288.5%22%20cy%3D%22492.3%22%20r%3D%220.57%22%20fill%3D%22%23fff%22%20opacity%3D%220.43%22%2F%3E%3Ccircle%20cx%3D%22159.8%22%20cy%3D%22414.4%22%20r%3D%221.23%22%20fill%3D%22%23fff%22%20opacity%3D%220.69%22%2F%3E%3Ccircle%20cx%3D%2261.1%22%20cy%3D%22246.4%22%20r%3D%220.76%22%20fill%3D%22%23fff%22%20opacity%3D%220.41%22%2F%3E%3Ccircle%20cx%3D%22970.5%22%20cy%3D%2225.3%22%20r%3D%220.89%22%20fill%3D%22%23fff%22%20opacity%3D%220.68%22%2F%3E%3Ccircle%20cx%3D%22986.2%22%20cy%3D%2286.7%22%20r%3D%220.86%22%20fill%3D%22%23fff%22%20opacity%3D%220.67%22%2F%3E%3Ccircle%20cx%3D%2239.2%22%20cy%3D%22144.4%22%20r%3D%221.29%22%20fill%3D%22%23fff%22%20opacity%3D%220.37%22%2F%3E%3Ccircle%20cx%3D%22392.9%22%20cy%3D%22178.8%22%20r%3D%220.82%22%20fill%3D%22%23fff%22%20opacity%3D%220.34%22%2F%3E%3Ccircle%20cx%3D%2234.3%22%20cy%3D%22597.7%22%20r%3D%221.16%22%20fill%3D%22%23fff%22%20opacity%3D%220.67%22%2F%3E%3Ccircle%20cx%3D%22229.9%22%20cy%3D%22151.9%22%20r%3D%220.95%22%20fill%3D%22%23fff%22%20opacity%3D%220.42%22%2F%3E%3Ccircle%20cx%3D%22461.6%22%20cy%3D%22559.5%22%20r%3D%220.76%22%20fill%3D%22%23fff%22%20opacity%3D%220.47%22%2F%3E%3Ccircle%20cx%3D%22981.2%22%20cy%3D%22366.5%22%20r%3D%220.44%22%20fill%3D%22%23fff%22%20opacity%3D%220.50%22%2F%3E%3Ccircle%20cx%3D%22649.8%22%20cy%3D%2235.1%22%20r%3D%220.74%22%20fill%3D%22%23fff%22%20opacity%3D%220.65%22%2F%3E%3Ccircle%20cx%3D%22864.4%22%20cy%3D%22354.4%22%20r%3D%221.29%22%20fill%3D%22%23fff%22%20opacity%3D%220.53%22%2F%3E%3Ccircle%20cx%3D%22392.9%22%20cy%3D%22505.8%22%20r%3D%220.78%22%20fill%3D%22%23fff%22%20opacity%3D%220.69%22%2F%3E%3Ccircle%20cx%3D%22215.4%22%20cy%3D%22208.4%22%20r%3D%220.58%22%20fill%3D%22%23fff%22%20opacity%3D%220.57%22%2F%3E%3Ccircle%20cx%3D%22163.9%22%20cy%3D%22122.2%22%20r%3D%220.61%22%20fill%3D%22%23fff%22%20opacity%3D%220.53%22%2F%3E%3Ccircle%20cx%3D%22308.5%22%20cy%3D%22268.3%22%20r%3D%221.39%22%20fill%3D%22%23fff%22%20opacity%3D%220.64%22%2F%3E%3Ccircle%20cx%3D%22862.7%22%20cy%3D%22122.8%22%20r%3D%220.78%22%20fill%3D%22%23fff%22%20opacity%3D%220.34%22%2F%3E%3Ccircle%20cx%3D%22691.4%22%20cy%3D%22217.7%22%20r%3D%220.67%22%20fill%3D%22%23fff%22%20opacity%3D%220.31%22%2F%3E%3Ccircle%20cx%3D%22182.0%22%20cy%3D%22157.4%22%20r%3D%220.79%22%20fill%3D%22%23fff%22%20opacity%3D%220.76%22%2F%3E%3Ccircle%20cx%3D%22715.2%22%20cy%3D%22161.2%22%20r%3D%220.76%22%20fill%3D%22%23fff%22%20opacity%3D%220.38%22%2F%3E%3Ccircle%20cx%3D%22936.6%22%20cy%3D%22215.8%22%20r%3D%221.17%22%20fill%3D%22%23fff%22%20opacity%3D%220.66%22%2F%3E%3Ccircle%20cx%3D%22907.1%22%20cy%3D%2212.2%22%20r%3D%220.72%22%20fill%3D%22%23fff%22%20opacity%3D%220.49%22%2F%3E%3Ccircle%20cx%3D%2283.2%22%20cy%3D%22529.4%22%20r%3D%220.73%22%20fill%3D%22%23fff%22%20opacity%3D%220.69%22%2F%3E%3Ccircle%20cx%3D%22519.3%22%20cy%3D%2232.9%22%20r%3D%220.79%22%20fill%3D%22%23fff%22%20opacity%3D%220.42%22%2F%3E%3Ccircle%20cx%3D%2240.8%22%20cy%3D%2290.5%22%20r%3D%221.00%22%20fill%3D%22%23fff%22%20opacity%3D%220.32%22%2F%3E%3Ccircle%20cx%3D%22312.3%22%20cy%3D%22254.4%22%20r%3D%220.94%22%20fill%3D%22%23fff%22%20opacity%3D%220.37%22%2F%3E%3Ccircle%20cx%3D%22706.6%22%20cy%3D%22156.2%22%20r%3D%221.13%22%20fill%3D%22%23fff%22%20opacity%3D%220.63%22%2F%3E%3Ccircle%20cx%3D%22147.2%22%20cy%3D%22122.9%22%20r%3D%220.68%22%20fill%3D%22%23fff%22%20opacity%3D%220.66%22%2F%3E%3Ccircle%20cx%3D%22405.3%22%20cy%3D%22231.9%22%20r%3D%221.27%22%20fill%3D%22%23fff%22%20opacity%3D%220.41%22%2F%3E%3Ccircle%20cx%3D%22292.1%22%20cy%3D%22207.0%22%20r%3D%220.62%22%20fill%3D%22%23fff%22%20opacity%3D%220.32%22%2F%3E%3Ccircle%20cx%3D%2224.5%22%20cy%3D%22378.2%22%20r%3D%220.97%22%20fill%3D%22%23fff%22%20opacity%3D%220.70%22%2F%3E%3Ccircle%20cx%3D%22975.6%22%20cy%3D%22178.9%22%20r%3D%221.07%22%20fill%3D%22%23fff%22%20opacity%3D%220.76%22%2F%3E%3Ccircle%20cx%3D%22216.2%22%20cy%3D%22413.5%22%20r%3D%221.07%22%20fill%3D%22%23fff%22%20opacity%3D%220.78%22%2F%3E%3Ccircle%20cx%3D%22868.4%22%20cy%3D%22140.8%22%20r%3D%221.03%22%20fill%3D%22%23fff%22%20opacity%3D%220.34%22%2F%3E%3Ccircle%20cx%3D%22427.7%22%20cy%3D%22235.5%22%20r%3D%220.46%22%20fill%3D%22%23fff%22%20opacity%3D%220.49%22%2F%3E%3Ccircle%20cx%3D%22328.2%22%20cy%3D%22298.3%22%20r%3D%220.68%22%20fill%3D%22%23fff%22%20opacity%3D%220.38%22%2F%3E%3Ccircle%20cx%3D%22402.4%22%20cy%3D%22285.1%22%20r%3D%220.57%22%20fill%3D%22%23fff%22%20opacity%3D%220.63%22%2F%3E%3Ccircle%20cx%3D%22239.8%22%20cy%3D%2255.8%22%20r%3D%220.74%22%20fill%3D%22%23fff%22%20opacity%3D%220.51%22%2F%3E%3Ccircle%20cx%3D%22150.8%22%20cy%3D%22349.6%22%20r%3D%221.10%22%20fill%3D%22%23fff%22%20opacity%3D%220.58%22%2F%3E%3Ccircle%20cx%3D%22700.2%22%20cy%3D%2213.8%22%20r%3D%220.79%22%20fill%3D%22%23fff%22%20opacity%3D%220.48%22%2F%3E%3Ccircle%20cx%3D%2262.9%22%20cy%3D%22242.6%22%20r%3D%220.45%22%20fill%3D%22%23fff%22%20opacity%3D%220.55%22%2F%3E%3Ccircle%20cx%3D%22585.9%22%20cy%3D%22281.4%22%20r%3D%220.73%22%20fill%3D%22%23fff%22%20opacity%3D%220.43%22%2F%3E%3Ccircle%20cx%3D%2223.5%22%20cy%3D%22208.3%22%20r%3D%221.29%22%20fill%3D%22%23fff%22%20opacity%3D%220.58%22%2F%3E%3Ccircle%20cx%3D%22261.9%22%20cy%3D%22400.8%22%20r%3D%220.59%22%20fill%3D%22%23fff%22%20opacity%3D%220.53%22%2F%3E%3Ccircle%20cx%3D%22615.3%22%20cy%3D%22572.8%22%20r%3D%220.76%22%20fill%3D%22%23fff%22%20opacity%3D%220.59%22%2F%3E%3Ccircle%20cx%3D%22942.4%22%20cy%3D%22462.9%22%20r%3D%221.03%22%20fill%3D%22%23fff%22%20opacity%3D%220.61%22%2F%3E%3Ccircle%20cx%3D%22411.0%22%20cy%3D%22249.3%22%20r%3D%220.68%22%20fill%3D%22%23fff%22%20opacity%3D%220.71%22%2F%3E%3Ccircle%20cx%3D%22879.7%22%20cy%3D%22229.1%22%20r%3D%221.31%22%20fill%3D%22%23fff%22%20opacity%3D%220.32%22%2F%3E%3Ccircle%20cx%3D%22135.8%22%20cy%3D%22304.2%22%20r%3D%220.71%22%20fill%3D%22%23fff%22%20opacity%3D%220.48%22%2F%3E%3Ccircle%20cx%3D%22977.0%22%20cy%3D%2289.9%22%20r%3D%220.59%22%20fill%3D%22%23fff%22%20opacity%3D%220.41%22%2F%3E%3Ccircle%20cx%3D%22680.2%22%20cy%3D%22140.7%22%20r%3D%220.40%22%20fill%3D%22%23fff%22%20opacity%3D%220.57%22%2F%3E%3Ccircle%20cx%3D%22393.9%22%20cy%3D%22143.6%22%20r%3D%220.89%22%20fill%3D%22%23fff%22%20opacity%3D%220.63%22%2F%3E%3Ccircle%20cx%3D%22548.1%22%20cy%3D%22374.6%22%20r%3D%220.96%22%20fill%3D%22%23fff%22%20opacity%3D%220.72%22%2F%3E%3Ccircle%20cx%3D%22968.8%22%20cy%3D%22200.1%22%20r%3D%220.75%22%20fill%3D%22%23fff%22%20opacity%3D%220.74%22%2F%3E%3Ccircle%20cx%3D%22313.4%22%20cy%3D%22429.6%22%20r%3D%221.10%22%20fill%3D%22%23fff%22%20opacity%3D%220.64%22%2F%3E%3Ccircle%20cx%3D%22963.9%22%20cy%3D%22494.6%22%20r%3D%220.56%22%20fill%3D%22%23fff%22%20opacity%3D%220.61%22%2F%3E%3Ccircle%20cx%3D%22490.7%22%20cy%3D%22338.3%22%20r%3D%220.77%22%20fill%3D%22%23fff%22%20opacity%3D%220.44%22%2F%3E%3Ccircle%20cx%3D%22749.0%22%20cy%3D%22320.4%22%20r%3D%220.64%22%20fill%3D%22%23fff%22%20opacity%3D%220.42%22%2F%3E%3Ccircle%20cx%3D%22325.0%22%20cy%3D%22106.7%22%20r%3D%220.91%22%20fill%3D%22%23fff%22%20opacity%3D%220.36%22%2F%3E%3Ccircle%20cx%3D%2263.2%22%20cy%3D%2241.2%22%20r%3D%220.50%22%20fill%3D%22%23fff%22%20opacity%3D%220.65%22%2F%3E%3Ccircle%20cx%3D%22112.8%22%20cy%3D%22270.9%22%20r%3D%221.17%22%20fill%3D%22%23fff%22%20opacity%3D%220.54%22%2F%3E%3Ccircle%20cx%3D%22162.6%22%20cy%3D%22519.8%22%20r%3D%221.27%22%20fill%3D%22%23fff%22%20opacity%3D%220.33%22%2F%3E%3Ccircle%20cx%3D%22253.9%22%20cy%3D%22304.5%22%20r%3D%221.20%22%20fill%3D%22%23fff%22%20opacity%3D%220.50%22%2F%3E%3Ccircle%20cx%3D%22715.9%22%20cy%3D%22151.1%22%20r%3D%221.12%22%20fill%3D%22%23fff%22%20opacity%3D%220.46%22%2F%3E%3Ccircle%20cx%3D%22333.8%22%20cy%3D%22455.6%22%20r%3D%221.24%22%20fill%3D%22%23fff%22%20opacity%3D%220.71%22%2F%3E%3Ccircle%20cx%3D%22567.5%22%20cy%3D%22252.4%22%20r%3D%221.11%22%20fill%3D%22%23fff%22%20opacity%3D%220.61%22%2F%3E%3Ccircle%20cx%3D%22831.0%22%20cy%3D%22480.7%22%20r%3D%220.53%22%20fill%3D%22%23fff%22%20opacity%3D%220.49%22%2F%3E%3Ccircle%20cx%3D%22669.4%22%20cy%3D%22138.6%22%20r%3D%220.58%22%20fill%3D%22%23fff%22%20opacity%3D%220.31%22%2F%3E%3Ccircle%20cx%3D%22585.5%22%20cy%3D%22564.6%22%20r%3D%221.37%22%20fill%3D%22%23fff%22%20opacity%3D%220.37%22%2F%3E%3Ccircle%20cx%3D%22687.6%22%20cy%3D%22251.6%22%20r%3D%221.03%22%20fill%3D%22%23fff%22%20opacity%3D%220.50%22%2F%3E%3Ccircle%20cx%3D%22933.4%22%20cy%3D%22593.3%22%20r%3D%220.45%22%20fill%3D%22%23fff%22%20opacity%3D%220.66%22%2F%3E%3Ccircle%20cx%3D%22118.4%22%20cy%3D%2225.4%22%20r%3D%220.69%22%20fill%3D%22%23fff%22%20opacity%3D%220.67%22%2F%3E%3Ccircle%20cx%3D%22993.6%22%20cy%3D%2272.1%22%20r%3D%220.73%22%20fill%3D%22%23fff%22%20opacity%3D%220.31%22%2F%3E%3Ccircle%20cx%3D%22542.6%22%20cy%3D%22289.8%22%20r%3D%220.77%22%20fill%3D%22%23fff%22%20opacity%3D%220.45%22%2F%3E%3Ccircle%20cx%3D%22800.5%22%20cy%3D%22503.2%22%20r%3D%220.68%22%20fill%3D%22%23fff%22%20opacity%3D%220.50%22%2F%3E%3Ccircle%20cx%3D%22617.8%22%20cy%3D%22459.2%22%20r%3D%221.38%22%20fill%3D%22%23fff%22%20opacity%3D%220.49%22%2F%3E%3Ccircle%20cx%3D%22694.0%22%20cy%3D%22327.6%22%20r%3D%221.20%22%20fill%3D%22%23fff%22%20opacity%3D%220.37%22%2F%3E%3Ccircle%20cx%3D%22175.1%22%20cy%3D%2264.3%22%20r%3D%221.33%22%20fill%3D%22%23fff%22%20opacity%3D%220.43%22%2F%3E%3Ccircle%20cx%3D%22488.3%22%20cy%3D%2272.2%22%20r%3D%220.72%22%20fill%3D%22%23fff%22%20opacity%3D%220.31%22%2F%3E%3Ccircle%20cx%3D%22565.9%22%20cy%3D%2286.2%22%20r%3D%221.03%22%20fill%3D%22%23fff%22%20opacity%3D%220.44%22%2F%3E%3Ccircle%20cx%3D%22227.6%22%20cy%3D%22289.3%22%20r%3D%220.77%22%20fill%3D%22%23fff%22%20opacity%3D%220.43%22%2F%3E%3Ccircle%20cx%3D%2251.2%22%20cy%3D%2238.6%22%20r%3D%221.29%22%20fill%3D%22%23fff%22%20opacity%3D%220.45%22%2F%3E%3Ccircle%20cx%3D%2278.4%22%20cy%3D%22109.5%22%20r%3D%220.88%22%20fill%3D%22%23fff%22%20opacity%3D%220.80%22%2F%3E%3Ccircle%20cx%3D%22202.2%22%20cy%3D%22520.4%22%20r%3D%220.88%22%20fill%3D%22%23fff%22%20opacity%3D%220.51%22%2F%3E%3Ccircle%20cx%3D%22807.0%22%20cy%3D%22237.6%22%20r%3D%220.46%22%20fill%3D%22%23fff%22%20opacity%3D%220.58%22%2F%3E%3Ccircle%20cx%3D%22656.9%22%20cy%3D%22373.8%22%20r%3D%220.68%22%20fill%3D%22%23fff%22%20opacity%3D%220.77%22%2F%3E%3Ccircle%20cx%3D%22864.6%22%20cy%3D%22596.6%22%20r%3D%220.84%22%20fill%3D%22%23fff%22%20opacity%3D%220.72%22%2F%3E%3Ccircle%20cx%3D%22725.0%22%20cy%3D%22105.5%22%20r%3D%220.43%22%20fill%3D%22%23fff%22%20opacity%3D%220.38%22%2F%3E%3Ccircle%20cx%3D%22118.8%22%20cy%3D%2244.8%22%20r%3D%220.76%22%20fill%3D%22%23fff%22%20opacity%3D%220.68%22%2F%3E%3Ccircle%20cx%3D%22310.0%22%20cy%3D%22308.5%22%20r%3D%220.41%22%20fill%3D%22%23fff%22%20opacity%3D%220.41%22%2F%3E%3Ccircle%20cx%3D%22959.3%22%20cy%3D%226.6%22%20r%3D%220.93%22%20fill%3D%22%23fff%22%20opacity%3D%220.71%22%2F%3E%3Ccircle%20cx%3D%22792.3%22%20cy%3D%22441.2%22%20r%3D%220.80%22%20fill%3D%22%23fff%22%20opacity%3D%220.70%22%2F%3E%3Ccircle%20cx%3D%22827.7%22%20cy%3D%22460.6%22%20r%3D%221.39%22%20fill%3D%22%23fff%22%20opacity%3D%220.35%22%2F%3E%3Ccircle%20cx%3D%22950.4%22%20cy%3D%22241.4%22%20r%3D%221.11%22%20fill%3D%22%23fff%22%20opacity%3D%220.43%22%2F%3E%3Ccircle%20cx%3D%22909.6%22%20cy%3D%2214.1%22%20r%3D%220.98%22%20fill%3D%22%23fff%22%20opacity%3D%220.41%22%2F%3E%3Ccircle%20cx%3D%22388.4%22%20cy%3D%22221.6%22%20r%3D%221.06%22%20fill%3D%22%23fff%22%20opacity%3D%220.71%22%2F%3E%3Ccircle%20cx%3D%22364.7%22%20cy%3D%22382.8%22%20r%3D%220.75%22%20fill%3D%22%23fff%22%20opacity%3D%220.44%22%2F%3E%3Ccircle%20cx%3D%22905.1%22%20cy%3D%22193.0%22%20r%3D%220.49%22%20fill%3D%22%23fff%22%20opacity%3D%220.47%22%2F%3E%3Ccircle%20cx%3D%22741.6%22%20cy%3D%22126.8%22%20r%3D%221.14%22%20fill%3D%22%23fff%22%20opacity%3D%220.57%22%2F%3E%3Ccircle%20cx%3D%22680.2%22%20cy%3D%22106.4%22%20r%3D%220.51%22%20fill%3D%22%23fff%22%20opacity%3D%220.37%22%2F%3E%3Ccircle%20cx%3D%22350.3%22%20cy%3D%22258.4%22%20r%3D%220.41%22%20fill%3D%22%23fff%22%20opacity%3D%220.55%22%2F%3E%3Ccircle%20cx%3D%22403.4%22%20cy%3D%22192.9%22%20r%3D%220.94%22%20fill%3D%22%23fff%22%20opacity%3D%220.78%22%2F%3E%3Ccircle%20cx%3D%22204.7%22%20cy%3D%22528.3%22%20r%3D%220.72%22%20fill%3D%22%23fff%22%20opacity%3D%220.68%22%2F%3E%3Ccircle%20cx%3D%22108.4%22%20cy%3D%22592.5%22%20r%3D%220.83%22%20fill%3D%22%23fff%22%20opacity%3D%220.78%22%2F%3E%3Ccircle%20cx%3D%22219.6%22%20cy%3D%22244.9%22%20r%3D%221.11%22%20fill%3D%22%23fff%22%20opacity%3D%220.39%22%2F%3E%3Ccircle%20cx%3D%22273.4%22%20cy%3D%22406.3%22%20r%3D%221.35%22%20fill%3D%22%23fff%22%20opacity%3D%220.46%22%2F%3E%3Ccircle%20cx%3D%22183.4%22%20cy%3D%22214.3%22%20r%3D%221.39%22%20fill%3D%22%23fff%22%20opacity%3D%220.37%22%2F%3E%3Ccircle%20cx%3D%22634.7%22%20cy%3D%22226.9%22%20r%3D%221.04%22%20fill%3D%22%23fff%22%20opacity%3D%220.41%22%2F%3E%3Ccircle%20cx%3D%22616.3%22%20cy%3D%22532.6%22%20r%3D%221.26%22%20fill%3D%22%23fff%22%20opacity%3D%220.61%22%2F%3E%3Ccircle%20cx%3D%22504.8%22%20cy%3D%22340.6%22%20r%3D%220.51%22%20fill%3D%22%23fff%22%20opacity%3D%220.72%22%2F%3E%3Ccircle%20cx%3D%22689.8%22%20cy%3D%22271.9%22%20r%3D%221.07%22%20fill%3D%22%23fff%22%20opacity%3D%220.51%22%2F%3E%3Ccircle%20cx%3D%22384.6%22%20cy%3D%22138.0%22%20r%3D%221.00%22%20fill%3D%22%23fff%22%20opacity%3D%220.59%22%2F%3E%3Ccircle%20cx%3D%22515.2%22%20cy%3D%2219.3%22%20r%3D%221.03%22%20fill%3D%22%23fff%22%20opacity%3D%220.52%22%2F%3E%3Ccircle%20cx%3D%22593.4%22%20cy%3D%22356.7%22%20r%3D%221.33%22%20fill%3D%22%23fff%22%20opacity%3D%220.38%22%2F%3E%3Ccircle%20cx%3D%22468.7%22%20cy%3D%22595.7%22%20r%3D%221.14%22%20fill%3D%22%23fff%22%20opacity%3D%220.46%22%2F%3E%3Ccircle%20cx%3D%22736.8%22%20cy%3D%22593.7%22%20r%3D%220.80%22%20fill%3D%22%23fff%22%20opacity%3D%220.73%22%2F%3E%3Ccircle%20cx%3D%22126.7%22%20cy%3D%22594.0%22%20r%3D%220.89%22%20fill%3D%22%23fff%22%20opacity%3D%220.42%22%2F%3E%3Ccircle%20cx%3D%22840.2%22%20cy%3D%22389.5%22%20r%3D%221.34%22%20fill%3D%22%23fff%22%20opacity%3D%220.71%22%2F%3E%3Ccircle%20cx%3D%22797.7%22%20cy%3D%22307.0%22%20r%3D%221.39%22%20fill%3D%22%23fff%22%20opacity%3D%220.33%22%2F%3E%3Ccircle%20cx%3D%22870.1%22%20cy%3D%22427.0%22%20r%3D%220.65%22%20fill%3D%22%23fff%22%20opacity%3D%220.70%22%2F%3E%3Ccircle%20cx%3D%22454.1%22%20cy%3D%22321.8%22%20r%3D%221.27%22%20fill%3D%22%23fff%22%20opacity%3D%220.40%22%2F%3E%3Ccircle%20cx%3D%22279.6%22%20cy%3D%22386.2%22%20r%3D%220.47%22%20fill%3D%22%23fff%22%20opacity%3D%220.58%22%2F%3E%3Ccircle%20cx%3D%22787.1%22%20cy%3D%22294.5%22%20r%3D%220.64%22%20fill%3D%22%23fff%22%20opacity%3D%220.70%22%2F%3E%3Ccircle%20cx%3D%22855.0%22%20cy%3D%22462.5%22%20r%3D%220.95%22%20fill%3D%22%23fff%22%20opacity%3D%220.75%22%2F%3E%3Ccircle%20cx%3D%22796.8%22%20cy%3D%2291.1%22%20r%3D%220.77%22%20fill%3D%22%23fff%22%20opacity%3D%220.35%22%2F%3E%3Ccircle%20cx%3D%2236.8%22%20cy%3D%22207.5%22%20r%3D%221.26%22%20fill%3D%22%23fff%22%20opacity%3D%220.72%22%2F%3E%3Ccircle%20cx%3D%22117.4%22%20cy%3D%22109.0%22%20r%3D%220.79%22%20fill%3D%22%23fff%22%20opacity%3D%220.72%22%2F%3E%3Ccircle%20cx%3D%22617.1%22%20cy%3D%22541.1%22%20r%3D%220.47%22%20fill%3D%22%23fff%22%20opacity%3D%220.79%22%2F%3E%3Ccircle%20cx%3D%22206.7%22%20cy%3D%22377.5%22%20r%3D%221.28%22%20fill%3D%22%23fff%22%20opacity%3D%220.66%22%2F%3E%3Ccircle%20cx%3D%22197.1%22%20cy%3D%22401.0%22%20r%3D%220.83%22%20fill%3D%22%23fff%22%20opacity%3D%220.31%22%2F%3E%3Ccircle%20cx%3D%22339.6%22%20cy%3D%22189.2%22%20r%3D%221.03%22%20fill%3D%22%23fff%22%20opacity%3D%220.44%22%2F%3E%3Ccircle%20cx%3D%22603.1%22%20cy%3D%22416.9%22%20r%3D%220.58%22%20fill%3D%22%23fff%22%20opacity%3D%220.36%22%2F%3E%3Ccircle%20cx%3D%22693.8%22%20cy%3D%22279.9%22%20r%3D%220.53%22%20fill%3D%22%23fff%22%20opacity%3D%220.36%22%2F%3E%3Ccircle%20cx%3D%22941.0%22%20cy%3D%22366.0%22%20r%3D%220.76%22%20fill%3D%22%23fff%22%20opacity%3D%220.40%22%2F%3E%3Ccircle%20cx%3D%22994.8%22%20cy%3D%22415.0%22%20r%3D%221.14%22%20fill%3D%22%23fff%22%20opacity%3D%220.48%22%2F%3E%3Ccircle%20cx%3D%22310.3%22%20cy%3D%22245.0%22%20r%3D%220.55%22%20fill%3D%22%23fff%22%20opacity%3D%220.62%22%2F%3E%3Ccircle%20cx%3D%22424.7%22%20cy%3D%22492.1%22%20r%3D%220.81%22%20fill%3D%22%23fff%22%20opacity%3D%220.53%22%2F%3E%3Ccircle%20cx%3D%22506.5%22%20cy%3D%22565.0%22%20r%3D%220.75%22%20fill%3D%22%23fff%22%20opacity%3D%220.65%22%2F%3E%3Ccircle%20cx%3D%22235.1%22%20cy%3D%22347.6%22%20r%3D%220.68%22%20fill%3D%22%23fff%22%20opacity%3D%220.74%22%2F%3E%3Ccircle%20cx%3D%22286.5%22%20cy%3D%22512.7%22%20r%3D%221.08%22%20fill%3D%22%23fff%22%20opacity%3D%220.53%22%2F%3E%3Ccircle%20cx%3D%22933.7%22%20cy%3D%22232.6%22%20r%3D%221.14%22%20fill%3D%22%23fff%22%20opacity%3D%220.60%22%2F%3E%3Ccircle%20cx%3D%22448.4%22%20cy%3D%2238.5%22%20r%3D%220.82%22%20fill%3D%22%23fff%22%20opacity%3D%220.44%22%2F%3E%3Ccircle%20cx%3D%22440.9%22%20cy%3D%22572.7%22%20r%3D%220.69%22%20fill%3D%22%23fff%22%20opacity%3D%220.65%22%2F%3E%3Ccircle%20cx%3D%22672.1%22%20cy%3D%22146.8%22%20r%3D%220.81%22%20fill%3D%22%23fff%22%20opacity%3D%220.37%22%2F%3E%3Ccircle%20cx%3D%22895.4%22%20cy%3D%22151.0%22%20r%3D%220.82%22%20fill%3D%22%23fff%22%20opacity%3D%220.47%22%2F%3E%3Ccircle%20cx%3D%22820.5%22%20cy%3D%22510.2%22%20r%3D%220.99%22%20fill%3D%22%23fff%22%20opacity%3D%220.57%22%2F%3E%3Ccircle%20cx%3D%2299.4%22%20cy%3D%22537.9%22%20r%3D%220.49%22%20fill%3D%22%23fff%22%20opacity%3D%220.48%22%2F%3E%3Ccircle%20cx%3D%22374.5%22%20cy%3D%22433.8%22%20r%3D%221.07%22%20fill%3D%22%23fff%22%20opacity%3D%220.47%22%2F%3E%3Ccircle%20cx%3D%22897.9%22%20cy%3D%22569.8%22%20r%3D%220.42%22%20fill%3D%22%23fff%22%20opacity%3D%220.62%22%2F%3E%3Ccircle%20cx%3D%22469.2%22%20cy%3D%22217.0%22%20r%3D%220.86%22%20fill%3D%22%23fff%22%20opacity%3D%220.46%22%2F%3E%3Ccircle%20cx%3D%22670.9%22%20cy%3D%22363.3%22%20r%3D%221.37%22%20fill%3D%22%23fff%22%20opacity%3D%220.79%22%2F%3E%3Ccircle%20cx%3D%22992.6%22%20cy%3D%22237.1%22%20r%3D%221.23%22%20fill%3D%22%23fff%22%20opacity%3D%220.62%22%2F%3E%3Ccircle%20cx%3D%22701.0%22%20cy%3D%22598.6%22%20r%3D%220.47%22%20fill%3D%22%23fff%22%20opacity%3D%220.53%22%2F%3E%3Ccircle%20cx%3D%22401.3%22%20cy%3D%22393.6%22%20r%3D%220.62%22%20fill%3D%22%23fff%22%20opacity%3D%220.79%22%2F%3E%3Ccircle%20cx%3D%22209.4%22%20cy%3D%22221.9%22%20r%3D%220.54%22%20fill%3D%22%23fff%22%20opacity%3D%220.50%22%2F%3E%3Ccircle%20cx%3D%22741.8%22%20cy%3D%2250.1%22%20r%3D%220.57%22%20fill%3D%22%23fff%22%20opacity%3D%220.62%22%2F%3E%3Ccircle%20cx%3D%22623.0%22%20cy%3D%22445.2%22%20r%3D%220.65%22%20fill%3D%22%23fff%22%20opacity%3D%220.71%22%2F%3E%3Ccircle%20cx%3D%22730.9%22%20cy%3D%22465.6%22%20r%3D%220.52%22%20fill%3D%22%23fff%22%20opacity%3D%220.53%22%2F%3E%3Ccircle%20cx%3D%2215.8%22%20cy%3D%22515.8%22%20r%3D%221.34%22%20fill%3D%22%23fff%22%20opacity%3D%220.75%22%2F%3E%3Ccircle%20cx%3D%2224.2%22%20cy%3D%22210.7%22%20r%3D%220.94%22%20fill%3D%22%23fff%22%20opacity%3D%220.57%22%2F%3E%3Ccircle%20cx%3D%22111.2%22%20cy%3D%22473.5%22%20r%3D%220.70%22%20fill%3D%22%23fff%22%20opacity%3D%220.55%22%2F%3E%3Ccircle%20cx%3D%22124.6%22%20cy%3D%22340.7%22%20r%3D%220.53%22%20fill%3D%22%23fff%22%20opacity%3D%220.34%22%2F%3E%3Ccircle%20cx%3D%22512.2%22%20cy%3D%22176.4%22%20r%3D%221.18%22%20fill%3D%22%23fff%22%20opacity%3D%220.42%22%2F%3E%3Ccircle%20cx%3D%22413.9%22%20cy%3D%2232.6%22%20r%3D%220.62%22%20fill%3D%22%23fff%22%20opacity%3D%220.53%22%2F%3E%3Ccircle%20cx%3D%22558.1%22%20cy%3D%22275.6%22%20r%3D%221.25%22%20fill%3D%22%23fff%22%20opacity%3D%220.35%22%2F%3E%3Ccircle%20cx%3D%22850.1%22%20cy%3D%2292.9%22%20r%3D%221.37%22%20fill%3D%22%23fff%22%20opacity%3D%220.56%22%2F%3E%3Ccircle%20cx%3D%22406.4%22%20cy%3D%22367.3%22%20r%3D%221.26%22%20fill%3D%22%23fff%22%20opacity%3D%220.78%22%2F%3E%3Ccircle%20cx%3D%22413.4%22%20cy%3D%226.4%22%20r%3D%220.55%22%20fill%3D%22%23fff%22%20opacity%3D%220.71%22%2F%3E%3Ccircle%20cx%3D%22734.4%22%20cy%3D%22427.6%22%20r%3D%220.56%22%20fill%3D%22%23fff%22%20opacity%3D%220.57%22%2F%3E%3Ccircle%20cx%3D%2228.5%22%20cy%3D%2266.2%22%20r%3D%220.70%22%20fill%3D%22%23fff%22%20opacity%3D%220.78%22%2F%3E%3Ccircle%20cx%3D%22643.0%22%20cy%3D%22508.6%22%20r%3D%220.45%22%20fill%3D%22%23fff%22%20opacity%3D%220.51%22%2F%3E%3Ccircle%20cx%3D%22129%22%20cy%3D%22138%22%20r%3D%223.5%22%20fill%3D%22url%28%23g%29%22%2F%3E%3Ccircle%20cx%3D%22128.9%22%20cy%3D%22138.0%22%20r%3D%221.10%22%20fill%3D%22%23fff%22%20opacity%3D%220.95%22%2F%3E%3Ccircle%20cx%3D%22158%22%20cy%3D%22410%22%20r%3D%223.5%22%20fill%3D%22url%28%23g%29%22%2F%3E%3Ccircle%20cx%3D%22158.3%22%20cy%3D%22410.4%22%20r%3D%221.10%22%20fill%3D%22%23fff%22%20opacity%3D%220.95%22%2F%3E%3Ccircle%20cx%3D%22349%22%20cy%3D%22232%22%20r%3D%223.5%22%20fill%3D%22url%28%23g%29%22%2F%3E%3Ccircle%20cx%3D%22349.3%22%20cy%3D%22232.4%22%20r%3D%221.10%22%20fill%3D%22%23fff%22%20opacity%3D%220.95%22%2F%3E%3Ccircle%20cx%3D%22636%22%20cy%3D%22397%22%20r%3D%223.5%22%20fill%3D%22url%28%23g%29%22%2F%3E%3Ccircle%20cx%3D%22635.5%22%20cy%3D%22397.1%22%20r%3D%221.10%22%20fill%3D%22%23fff%22%20opacity%3D%220.95%22%2F%3E%3Ccircle%20cx%3D%22893%22%20cy%3D%22265%22%20r%3D%223.5%22%20fill%3D%22url%28%23g%29%22%2F%3E%3Ccircle%20cx%3D%22892.9%22%20cy%3D%22265.1%22%20r%3D%221.10%22%20fill%3D%22%23fff%22%20opacity%3D%220.95%22%2F%3E%3Ccircle%20cx%3D%22501%22%20cy%3D%22404%22%20r%3D%223.5%22%20fill%3D%22url%28%23g%29%22%2F%3E%3Ccircle%20cx%3D%22500.8%22%20cy%3D%22404.2%22%20r%3D%221.10%22%20fill%3D%22%23fff%22%20opacity%3D%220.95%22%2F%3E%3C%2Fsvg%3E);background-size:cover;background-position:center;opacity:0;transition:opacity 1.4s ease}.reveal-stage.opening .reveal-sky,.reveal-stage.show .reveal-sky{opacity:1}.reveal-sky:before,.reveal-sky:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.reveal-sky:before{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221000%22%20height%3D%22600%22%20viewBox%3D%220%200%201000%20600%22%3E%3Ccircle%20cx%3D%22381.0%22%20cy%3D%22124.6%22%20r%3D%220.85%22%20fill%3D%22%23fff%22%20opacity%3D%220.87%22%2F%3E%3Ccircle%20cx%3D%22577.9%22%20cy%3D%22372.7%22%20r%3D%221.20%22%20fill%3D%22%23fff%22%20opacity%3D%220.68%22%2F%3E%3Ccircle%20cx%3D%22731.6%22%20cy%3D%22311.3%22%20r%3D%221.40%22%20fill%3D%22%23fff%22%20opacity%3D%220.78%22%2F%3E%3Ccircle%20cx%3D%22839.3%22%20cy%3D%22237.3%22%20r%3D%220.84%22%20fill%3D%22%23fff%22%20opacity%3D%220.60%22%2F%3E%3Ccircle%20cx%3D%22723.2%22%20cy%3D%2290.5%22%20r%3D%221.29%22%20fill%3D%22%23fff%22%20opacity%3D%220.77%22%2F%3E%3Ccircle%20cx%3D%2259.5%22%20cy%3D%22423.5%22%20r%3D%220.73%22%20fill%3D%22%23fff%22%20opacity%3D%220.85%22%2F%3E%3Ccircle%20cx%3D%22841.0%22%20cy%3D%22116.6%22%20r%3D%221.35%22%20fill%3D%22%23fff%22%20opacity%3D%220.81%22%2F%3E%3Ccircle%20cx%3D%22125.0%22%20cy%3D%22361.8%22%20r%3D%220.81%22%20fill%3D%22%23fff%22%20opacity%3D%220.87%22%2F%3E%3Ccircle%20cx%3D%22688.9%22%20cy%3D%22529.2%22%20r%3D%220.75%22%20fill%3D%22%23fff%22%20opacity%3D%220.66%22%2F%3E%3Ccircle%20cx%3D%22619.9%22%20cy%3D%22328.4%22%20r%3D%220.86%22%20fill%3D%22%23fff%22%20opacity%3D%220.86%22%2F%3E%3Ccircle%20cx%3D%22846.5%22%20cy%3D%22162.8%22%20r%3D%220.83%22%20fill%3D%22%23fff%22%20opacity%3D%220.78%22%2F%3E%3Ccircle%20cx%3D%22407.2%22%20cy%3D%22358.2%22%20r%3D%221.14%22%20fill%3D%22%23fff%22%20opacity%3D%220.69%22%2F%3E%3Ccircle%20cx%3D%2221.7%22%20cy%3D%2272.9%22%20r%3D%221.11%22%20fill%3D%22%23fff%22%20opacity%3D%220.80%22%2F%3E%3Ccircle%20cx%3D%22425.7%22%20cy%3D%22402.0%22%20r%3D%221.19%22%20fill%3D%22%23fff%22%20opacity%3D%220.86%22%2F%3E%3Ccircle%20cx%3D%22655.1%22%20cy%3D%22173.8%22%20r%3D%220.82%22%20fill%3D%22%23fff%22%20opacity%3D%220.57%22%2F%3E%3Ccircle%20cx%3D%2239.6%22%20cy%3D%22465.7%22%20r%3D%221.49%22%20fill%3D%22%23fff%22%20opacity%3D%220.81%22%2F%3E%3Ccircle%20cx%3D%22109.3%22%20cy%3D%22356.7%22%20r%3D%220.81%22%20fill%3D%22%23fff%22%20opacity%3D%220.86%22%2F%3E%3Ccircle%20cx%3D%22655.4%22%20cy%3D%22404.8%22%20r%3D%221.25%22%20fill%3D%22%23fff%22%20opacity%3D%220.70%22%2F%3E%3Ccircle%20cx%3D%22848.4%22%20cy%3D%22519.3%22%20r%3D%220.92%22%20fill%3D%22%23fff%22%20opacity%3D%220.70%22%2F%3E%3Ccircle%20cx%3D%22733.4%22%20cy%3D%22367.2%22%20r%3D%221.07%22%20fill%3D%22%23fff%22%20opacity%3D%220.71%22%2F%3E%3Ccircle%20cx%3D%22967.6%22%20cy%3D%22149.0%22%20r%3D%220.89%22%20fill%3D%22%23fff%22%20opacity%3D%220.79%22%2F%3E%3Ccircle%20cx%3D%22277.0%22%20cy%3D%22484.6%22%20r%3D%220.99%22%20fill%3D%22%23fff%22%20opacity%3D%220.87%22%2F%3E%3Ccircle%20cx%3D%22379.8%22%20cy%3D%22478.0%22%20r%3D%221.38%22%20fill%3D%22%23fff%22%20opacity%3D%220.81%22%2F%3E%3Ccircle%20cx%3D%22214.3%22%20cy%3D%2288.7%22%20r%3D%220.73%22%20fill%3D%22%23fff%22%20opacity%3D%220.61%22%2F%3E%3Ccircle%20cx%3D%22666.6%22%20cy%3D%2234.8%22%20r%3D%220.91%22%20fill%3D%22%23fff%22%20opacity%3D%220.75%22%2F%3E%3Ccircle%20cx%3D%22155.1%22%20cy%3D%22177.7%22%20r%3D%220.91%22%20fill%3D%22%23fff%22%20opacity%3D%220.79%22%2F%3E%3Ccircle%20cx%3D%22118.5%22%20cy%3D%22538.7%22%20r%3D%221.24%22%20fill%3D%22%23fff%22%20opacity%3D%220.80%22%2F%3E%3Ccircle%20cx%3D%22552.6%22%20cy%3D%22268.8%22%20r%3D%221.57%22%20fill%3D%22%23fff%22%20opacity%3D%220.86%22%2F%3E%3Ccircle%20cx%3D%22821.9%22%20cy%3D%2216.1%22%20r%3D%221.23%22%20fill%3D%22%23fff%22%20opacity%3D%220.88%22%2F%3E%3Ccircle%20cx%3D%22638.3%22%20cy%3D%22277.0%22%20r%3D%221.28%22%20fill%3D%22%23fff%22%20opacity%3D%220.61%22%2F%3E%3C%2Fsvg%3E);animation:twinkleA 4.2s ease-in-out infinite}.reveal-sky:after{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221000%22%20height%3D%22600%22%20viewBox%3D%220%200%201000%20600%22%3E%3Ccircle%20cx%3D%22639.4%22%20cy%3D%2213.5%22%20r%3D%220.95%22%20fill%3D%22%23fff%22%20opacity%3D%220.63%22%2F%3E%3Ccircle%20cx%3D%22736.5%22%20cy%3D%22365.4%22%20r%3D%221.50%22%20fill%3D%22%23fff%22%20opacity%3D%220.58%22%2F%3E%3Ccircle%20cx%3D%22421.9%22%20cy%3D%2216.1%22%20r%3D%220.90%22%20fill%3D%22%23fff%22%20opacity%3D%220.73%22%2F%3E%3Ccircle%20cx%3D%2226.5%22%20cy%3D%22107.4%22%20r%3D%221.28%22%20fill%3D%22%23fff%22%20opacity%3D%220.74%22%2F%3E%3Ccircle%20cx%3D%22220.4%22%20cy%3D%22318.2%22%20r%3D%221.43%22%20fill%3D%22%23fff%22%20opacity%3D%220.55%22%2F%3E%3Ccircle%20cx%3D%22805.8%22%20cy%3D%22377.0%22%20r%3D%221.01%22%20fill%3D%22%23fff%22%20opacity%3D%220.60%22%2F%3E%3Ccircle%20cx%3D%22957.2%22%20cy%3D%22181.8%22%20r%3D%220.78%22%20fill%3D%22%23fff%22%20opacity%3D%220.58%22%2F%3E%3Ccircle%20cx%3D%22847.5%22%20cy%3D%22326.0%22%20r%3D%221.43%22%20fill%3D%22%23fff%22%20opacity%3D%220.81%22%2F%3E%3Ccircle%20cx%3D%22536.2%22%20cy%3D%22525.5%22%20r%3D%221.04%22%20fill%3D%22%23fff%22%20opacity%3D%220.74%22%2F%3E%3Ccircle%20cx%3D%22829.4%22%20cy%3D%22334.0%22%20r%3D%221.48%22%20fill%3D%22%23fff%22%20opacity%3D%220.75%22%2F%3E%3Ccircle%20cx%3D%22704.6%22%20cy%3D%2224.7%22%20r%3D%220.91%22%20fill%3D%22%23fff%22%20opacity%3D%220.65%22%2F%3E%3Ccircle%20cx%3D%2279.8%22%20cy%3D%22125.7%22%20r%3D%220.79%22%20fill%3D%22%23fff%22%20opacity%3D%220.65%22%2F%3E%3Ccircle%20cx%3D%22635.7%22%20cy%3D%22197.0%22%20r%3D%221.03%22%20fill%3D%22%23fff%22%20opacity%3D%220.62%22%2F%3E%3Ccircle%20cx%3D%22267.0%22%20cy%3D%22505.8%22%20r%3D%221.28%22%20fill%3D%22%23fff%22%20opacity%3D%220.76%22%2F%3E%3Ccircle%20cx%3D%22171.1%22%20cy%3D%22393.7%22%20r%3D%220.85%22%20fill%3D%22%23fff%22%20opacity%3D%220.68%22%2F%3E%3Ccircle%20cx%3D%22989.5%22%20cy%3D%22345.6%22%20r%3D%221.20%22%20fill%3D%22%23fff%22%20opacity%3D%220.79%22%2F%3E%3Ccircle%20cx%3D%22842.9%22%20cy%3D%22419.0%22%20r%3D%220.91%22%20fill%3D%22%23fff%22%20opacity%3D%220.56%22%2F%3E%3Ccircle%20cx%3D%22315.5%22%20cy%3D%22144.6%22%20r%3D%220.89%22%20fill%3D%22%23fff%22%20opacity%3D%220.88%22%2F%3E%3Ccircle%20cx%3D%22876.4%22%20cy%3D%22169.9%22%20r%3D%221.29%22%20fill%3D%22%23fff%22%20opacity%3D%220.69%22%2F%3E%3Ccircle%20cx%3D%22914.5%22%20cy%3D%22247.8%22%20r%3D%220.94%22%20fill%3D%22%23fff%22%20opacity%3D%220.64%22%2F%3E%3Ccircle%20cx%3D%22561.4%22%20cy%3D%22141.9%22%20r%3D%221.23%22%20fill%3D%22%23fff%22%20opacity%3D%220.86%22%2F%3E%3Ccircle%20cx%3D%22399.4%22%20cy%3D%22118.4%22%20r%3D%221.60%22%20fill%3D%22%23fff%22%20opacity%3D%220.73%22%2F%3E%3Ccircle%20cx%3D%2290.9%22%20cy%3D%2225.4%22%20r%3D%220.80%22%20fill%3D%22%23fff%22%20opacity%3D%220.77%22%2F%3E%3Ccircle%20cx%3D%22792.1%22%20cy%3D%22228.0%22%20r%3D%220.76%22%20fill%3D%22%23fff%22%20opacity%3D%220.68%22%2F%3E%3Ccircle%20cx%3D%22996.1%22%20cy%3D%22285.7%22%20r%3D%221.57%22%20fill%3D%22%23fff%22%20opacity%3D%220.85%22%2F%3E%3Ccircle%20cx%3D%2211.5%22%20cy%3D%22389.2%22%20r%3D%221.31%22%20fill%3D%22%23fff%22%20opacity%3D%220.74%22%2F%3E%3C%2Fsvg%3E);animation:twinkleB 5.6s ease-in-out infinite .8s}@keyframes twinkleA{0%,to{opacity:.5}50%{opacity:1}}@keyframes twinkleB{0%,to{opacity:1}50%{opacity:.45}}@media (prefers-reduced-motion: reduce){.reveal-sky:before,.reveal-sky:after{animation:none}}.fireworks-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;will-change:transform}.empty-state{text-align:center;padding:3rem;color:var(--text3);font-size:.9rem;background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow-sm)}.empty-state-icon{font-size:2rem;margin-bottom:.75rem}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.spinner{width:18px;height:18px;border:2px solid var(--border);border-top-color:var(--text);border-radius:50%;animation:spin .7s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);background:var(--text);color:var(--surface);font-size:.82rem;font-weight:500;padding:.7rem 1.5rem;border-radius:100px;z-index:9999;animation:toastIn .2s ease,toastOut .2s ease 2.8s forwards;white-space:nowrap;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:.75rem}.toast.toast-undoable{animation:toastIn .2s ease,toastOut .2s ease 5.8s forwards;border-radius:12px;padding:.7rem .75rem .7rem 1.25rem}.toast-undo-btn{display:inline-flex;align-items:center;gap:.3rem;background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:var(--surface);border-radius:100px;padding:.25rem .65rem;cursor:pointer;font-size:.75rem;font-weight:700;font-family:inherit;white-space:nowrap;transition:background .12s;flex-shrink:0}.toast-undo-btn:hover{background:#ffffff47}@keyframes toastIn{0%{opacity:0;transform:translate(-50%,12px)}to{opacity:1;transform:translate(-50%)}}@keyframes toastOut{to{opacity:0;transform:translate(-50%,12px)}}.divider{height:1px;background:var(--border);margin:1.25rem 0}.badge-pill{display:inline-flex;align-items:center;gap:.3rem;font-size:.72rem;font-weight:600;padding:.2rem .6rem;border-radius:100px;border:1px solid var(--border);color:var(--text2);background:var(--surface2)}.nominate-btn{margin-top:.4rem;width:100%;padding:8px 0;background:transparent;border:1.5px solid var(--accent);border-radius:9px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-family:var(--font-body);font-size:11.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);transition:background .15s,color .15s}.nominate-btn .star{font-size:13px;line-height:1}.nominate-btn.nominated,.nominate-btn:hover{background:var(--accent);color:var(--on-accent)}.solo-passed{margin-top:auto;padding-top:8px;display:flex;flex-direction:column;gap:2px;font-size:.68rem;font-weight:600;color:var(--text3)}.solo-passed>span{display:flex;align-items:center;gap:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.solo-passed svg{flex-shrink:0}.ratings-badges{position:absolute;top:5px;left:5px;display:flex;flex-direction:column;gap:3px;z-index:3;pointer-events:none}.ratings-badge{display:grid;grid-template-columns:14px 1fr;align-items:center;gap:2px;background:#000000b8;color:#ffffffeb;font-size:.58rem;font-weight:700;padding:.15rem .35rem;border-radius:3px;letter-spacing:.02em;line-height:1.3;pointer-events:auto;min-width:46px;width:max-content;box-sizing:border-box}.ratings-badge svg{flex-shrink:0;display:block;margin:0 auto}.ratings-badge .badge-score{text-align:right;white-space:nowrap}.app.hide-critics .ratings-badge:has(.badge-glyph-critic){display:none}.app.hide-users .ratings-badge:has(.badge-glyph-audience){display:none}.movie-card.unreleased{opacity:.5}.movie-card.unreleased:hover{opacity:.75}.speech-bubble{position:relative;background:var(--surface2);border:1px solid var(--border);border-radius:8px;padding:.5rem .65rem;font-size:.8rem;color:var(--text2);margin-top:.75rem;line-height:1.4}.speech-bubble:before{content:"";position:absolute;top:-7px;left:16px;width:12px;height:12px;background:var(--surface2);border-left:1px solid var(--border);border-top:1px solid var(--border);transform:rotate(45deg)}.speech-bubble-author{font-size:.68rem;font-weight:700;color:var(--text3);margin-bottom:2px;text-transform:uppercase;letter-spacing:.04em}.presence-bar{display:flex;align-items:center;align-self:center;gap:.4rem;flex-wrap:nowrap;flex-shrink:1}.presence-user{display:flex;align-items:center;gap:.25rem;font-size:.67rem;font-weight:600;color:var(--text2);transition:opacity .3s}.presence-user.offline{opacity:.35}.presence-dot{width:7px;height:7px;border-radius:50%;background:var(--green);flex-shrink:0}.presence-dot.offline{background:var(--text3)}.veto-zone{margin-top:1.5rem;border:2px dashed #555;border-radius:var(--radius);background:#2a2a2a;padding:1rem;min-height:80px}.veto-zone-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#888;margin-bottom:.5rem}.veto-movie{display:flex;align-items:center;gap:.6rem;background:#3a3a3a;border:1px solid #555;border-radius:var(--radius);padding:.4rem .6rem}.veto-movie img{width:28px;height:42px;object-fit:cover;border-radius:2px}.veto-movie-title{flex:1;font-size:.82rem;font-weight:600;color:#ccc}.veto-confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:600;background:#000000a6;display:flex;align-items:center;justify-content:center;padding:1rem}.veto-confirm-box{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.35rem 1.5rem;max-width:360px;width:100%;text-align:center;box-shadow:var(--shadow-lg);box-sizing:border-box}.confirm-btns{display:flex;gap:.6rem;justify-content:center;flex-wrap:wrap;margin-top:1.25rem}.confirm-btns .btn{flex:1;min-width:0;white-space:normal;word-break:break-word;font-size:.82rem;padding:.65rem .85rem;line-height:1.3}.confirm-btns .btn:first-child{flex:2}.name-edit-input{font-size:.75rem;font-weight:700;border:1.5px solid var(--accent);border-radius:5px;padding:.15rem .4rem;background:var(--surface);color:var(--text);width:110px;font-family:Manrope,Inter,sans-serif;outline:none}.pencil-btn{background:none;border:none;cursor:pointer;padding:1px 2px;line-height:1;color:var(--text3);font-size:.58rem;border-radius:4px;transition:color .12s,background .12s}.pencil-btn:hover{color:var(--text);background:var(--surface2)}.trailer-section{margin:1.5rem 0;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);background:#111}.trailer-header{display:flex;align-items:center;justify-content:space-between;padding:.65rem 1rem;background:#111;border-bottom:1px solid rgba(255,255,255,.08)}.trailer-title{font-size:.8rem;font-weight:700;color:#ffdc64e6;letter-spacing:.04em;text-transform:uppercase}.trailer-nav{display:flex;align-items:center;gap:.5rem}.trailer-nav-btn{background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:5px;color:#fff;cursor:pointer;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:.8rem;transition:background .12s}.trailer-nav-btn:hover{background:#ffffff2e}.trailer-nav-btn:disabled{opacity:.3;cursor:default}.trailer-film-label{font-size:.75rem;color:#fff9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}.trailer-embed{position:relative;width:100%;padding-top:56.25%;background:#000}.trailer-embed iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none}.trailer-no-video{display:flex;align-items:center;justify-content:center;height:120px;background:#1a1a1a;color:#ffffff59;font-size:.82rem}.trailer-film-dots{display:flex;gap:6px;justify-content:center;padding:.5rem 0 .65rem;background:#111}.trailer-dot{width:6px;height:6px;border-radius:50%;background:#fff3;cursor:pointer;transition:background .15s}.trailer-dot.active{background:#ffdc64cc}.auth-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:900;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .15s ease}.auth-modal{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:2rem;max-width:380px;width:100%;box-shadow:var(--shadow-lg);animation:slideUp .2s ease}.auth-divider{display:flex;align-items:center;gap:.75rem;margin:1rem 0;color:var(--text3);font-size:.72rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--border)}.social-btn{display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;padding:.65rem 1rem;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius);cursor:pointer;font-size:.88rem;font-weight:600;color:var(--text);font-family:Manrope,Inter,sans-serif;transition:background .15s,border-color .15s}.social-btn:hover{background:var(--surface2);border-color:var(--text2)}.social-btn:disabled{opacity:.5;cursor:not-allowed}.auth-error{font-size:.78rem;color:var(--red);background:#dc323212;border:1px solid rgba(220,50,50,.2);border-radius:var(--radius);padding:.5rem .75rem;margin-bottom:.75rem}.auth-avatar-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--text);color:var(--surface);font-size:.72rem;font-weight:700;border:none;cursor:pointer;transition:opacity .15s;flex-shrink:0;font-family:Manrope,Inter,sans-serif}.auth-avatar-btn:hover{opacity:.8}.auth-avatar-btn.anon{background:var(--surface2);color:var(--text2);border:1.5px solid var(--border)}.auth-avatar-btn.anon svg{display:block}.settings-modal{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.75rem 2rem;max-width:440px;width:100%;max-height:85vh;overflow-y:auto;box-shadow:var(--shadow-lg);animation:slideUp .2s ease}.fade-in-view{animation:fadeIn .45s ease}.lockin-status{max-width:640px;margin:1.5rem auto 0;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2.25rem 2rem;text-align:center;box-shadow:var(--shadow-sm);animation:fadeIn .45s ease}.lockin-status-title{font-size:1.35rem;font-weight:800;letter-spacing:-.02em;color:var(--text)}.lockin-status-sub{font-size:.9rem;color:var(--text2);margin-top:.35rem}.lockin-status-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem 1.75rem;margin:2rem 0 1.5rem}.lockin-member{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:84px;opacity:.55;transition:opacity .4s ease}.lockin-member.ready{opacity:1}.lockin-member-name{font-size:.82rem;font-weight:600;color:var(--text);max-width:84px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lockin-member-state{font-size:.7rem;color:var(--text3)}.lockin-member-state.ready{color:var(--green);font-weight:600}.lockin-countdown{font-size:.85rem;font-weight:600;color:var(--text2);margin-bottom:1.25rem}.lockin-status-actions{display:flex;gap:.5rem;justify-content:center}.settings-page{max-width:1080px;margin:1.5rem auto 0;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.75rem 2rem 2rem;box-shadow:var(--shadow-sm)}.settings-page .section-header{margin-bottom:1.5rem;text-align:center;background:none;border:none;box-shadow:none;padding:0}.settings-cols{display:grid;grid-template-columns:1fr 1fr;gap:0 2.5rem;align-items:start}.settings-col{min-width:0}.settings-theme{border-top:1px solid var(--border);padding-top:1.5rem;margin-top:2rem}.settings-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.settings-col .settings-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}@media (max-width: 720px){.settings-page{padding:1.25rem 1.1rem 1.5rem}.settings-cols{grid-template-columns:1fr}.settings-col:first-child .settings-section:last-child{border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:1.5rem}}.settings-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.settings-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text3);margin-bottom:.6rem;display:block}.settings-row{display:flex;align-items:center;justify-content:space-between;padding:.4rem 0}.settings-row-label{font-size:.88rem;color:var(--text);font-weight:500}.settings-row-sub{font-size:.72rem;color:var(--text3);margin-top:1px}.toggle-switch{position:relative;width:38px;height:22px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0;position:absolute}.toggle-slider{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--border);border-radius:22px;cursor:pointer;transition:background .2s}.toggle-slider:before{content:"";position:absolute;width:16px;height:16px;border-radius:50%;left:3px;top:3px;background:#fff;transition:transform .2s;box-shadow:0 1px 3px #00000040}.toggle-switch input:checked+.toggle-slider{background:var(--accent)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(16px)}.streaming-chip{display:inline-flex;align-items:center;font-size:.72rem;font-weight:500;padding:.25rem .6rem;border:1.5px solid var(--border);border-radius:100px;background:var(--surface);color:var(--text2);cursor:pointer;transition:all .12s;white-space:nowrap}.streaming-chip.selected{background:var(--accent);color:var(--on-accent);border-color:var(--accent)}.streaming-chip:hover:not(.selected){border-color:var(--text2)}.header-logo{height:73px;width:auto;display:block;flex-shrink:0;content:url(/logo.svg)}[data-mode=dark] .header-logo{content:url(/logo-white.svg)}.lobby-left-logo{padding-top:2rem;padding-bottom:2rem}.app-footer{margin:auto 0 1.1rem;padding:1.4rem 1.5rem;border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:var(--shadow-sm);text-align:center;color:var(--text3);font-size:.75rem}.footer-row{margin-bottom:.5rem}.footer-last-updated{font-size:.65rem;margin-bottom:0}.leave-perm-btn{background:none;border:none;cursor:pointer;font-size:.62rem;color:var(--text3);text-decoration:underline;text-underline-offset:2px;font-family:Manrope,Inter,sans-serif;padding:0;opacity:.8;transition:opacity .15s}.leave-perm-btn:hover{opacity:1;color:var(--red)}.leave-confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:700;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:1rem}.leave-confirm-box{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2rem;max-width:340px;width:100%;text-align:center;box-shadow:var(--shadow-lg)}@media (max-width: 540px){.modal{flex-direction:column;max-height:95vh}.modal-poster-col{width:100%;height:240px}.modal-poster{width:100%;height:240px;min-height:unset}.movie-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.content{padding:1.25rem 1rem}}.logo span{color:var(--accent)}.settings-row-sub,.section-sub{color:var(--text)}.auth-avatar-btn{background:var(--accent);color:var(--on-accent)}.auth-avatar-btn.anon{background:var(--surface2);color:var(--accent);border-color:var(--accent)}.app-header{border-bottom:none}.tabs{background:var(--surface2);border-color:var(--border)}.tab.active{color:var(--accent);border-bottom-color:var(--accent);font-weight:700}.nav-btn.active{color:var(--accent);border-bottom-color:var(--accent)}.streaming-chip.selected,.filter-chip.active{background:var(--accent);border-color:var(--accent2);color:var(--on-accent)}.rank-item{border-left:3px solid var(--border2)}.rank-num{color:var(--accent);font-weight:700}.room-pill{background:var(--accent);color:var(--on-accent)}[data-mode=dark] .movie-card{background:var(--surface)}[data-mode=dark] .rank-item{background:var(--surface);border-color:var(--border)}[data-mode=dark] .streaming-chip{background:var(--surface2);border-color:var(--border2);color:var(--text2)}[data-mode=dark] .streaming-chip.selected{background:var(--accent);border-color:var(--accent);color:var(--on-accent)}[data-mode=dark] input,[data-mode=dark] textarea,[data-mode=dark] select{background:var(--surface2);color:var(--text);border-color:var(--border2)}[data-mode=dark] .btn{background:var(--surface2);border-color:var(--border2);color:var(--text)}[data-mode=dark] .btn:hover{background:var(--border)}[data-mode=dark] .btn-primary{background:var(--accent);border-color:var(--accent);color:var(--on-accent)}[data-mode=dark] .btn-primary:hover{background:var(--accent2);border-color:var(--accent2)}[data-mode=dark] .filter-chip{background:var(--surface2);border-color:var(--border2);color:var(--text2)}[data-mode=dark] .filter-chip.active{background:var(--accent);border-color:var(--accent);color:var(--on-accent)}.theme-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(78px,1fr));gap:.55rem}@media (max-width: 540px){.theme-grid{grid-template-columns:repeat(4,1fr)}}.theme-card{display:flex;flex-direction:column;gap:.4rem;padding:0;border:none;background:none;cursor:pointer;font-family:inherit}.theme-card-preview{position:relative;overflow:hidden;display:block;width:100%;height:46px;border-radius:9px;border:2px solid var(--border);transition:border-color .15s,transform .1s}.theme-card:hover .theme-card-preview{transform:translateY(-1px)}.theme-card.active .theme-card-preview{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent)}.theme-card-bar{position:absolute;left:8px;right:8px;top:9px;height:9px;border-radius:3px;border:1px solid;opacity:.95}.theme-card-dot{position:absolute;left:8px;bottom:8px;width:16px;height:16px;border-radius:50%;box-shadow:0 0 0 1px #00000014}.theme-card-name{font-size:.72rem;font-weight:600;color:var(--text2);text-align:center}.theme-card.active .theme-card-name{color:var(--accent)}.theme-card-preview[class*=pat-]:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(currentColor 1px,transparent 1.2px);background-size:9px 9px;opacity:.5;pointer-events:none}:root{--pat0: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22348%22%20height%3D%22348%22%20viewBox%3D%220%200%20348%20348%22%3E%0A%3Cdefs%3E%3ClinearGradient%20id%3D%22u14039_g0%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%235c9aa5%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23225d68%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u14039_g1%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2382c1cd%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2346828d%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u14039_g2%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%234e686e%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23152d33%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3Cg%20id%3D%22u14039_m%22%20opacity%3D%220.25%22%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%2229%22%20r%3D%2226.68%22%20fill%3D%22url%28%23u14039_g1%29%22%2F%3E%3Cpath%20d%3D%22M%202.32%2029%20A%2026.68%2026.68%200%200%201%2055.68%2029%20Z%22%20transform%3D%22rotate%28180%2029%2029%29%22%20fill%3D%22url%28%23u14039_g0%29%22%2F%3E%3Ccircle%20cx%3D%2287%22%20cy%3D%2229%22%20r%3D%2226.68%22%20fill%3D%22url%28%23u14039_g1%29%22%2F%3E%3Cpath%20d%3D%22M%2060.32%2029%20A%2026.68%2026.68%200%200%201%20113.68%2029%20Z%22%20transform%3D%22rotate%280%2087%2029%29%22%20fill%3D%22url%28%23u14039_g0%29%22%2F%3E%3Ccircle%20cx%3D%22145%22%20cy%3D%2229%22%20r%3D%2222.68%22%20fill%3D%22url%28%23u14039_g1%29%22%2F%3E%3Cpath%20d%3D%22M%20176.32%2029%20L%20229.68%2029%20M%20203%202.32%20L%20203%2055.68%22%20fill%3D%22none%22%20stroke%3D%22%232E7D8C%22%20stroke-width%3D%224.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Ccircle%20cx%3D%22203%22%20cy%3D%2229%22%20r%3D%228%22%20fill%3D%22url%28%23u14039_g0%29%22%2F%3E%3Cpath%20d%3D%22M%20234.32%2029%20L%20287.68%2029%20M%20261%202.32%20L%20261%2055.68%22%20fill%3D%22none%22%20stroke%3D%22%235FB0BF%22%20stroke-width%3D%224.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Ccircle%20cx%3D%22261%22%20cy%3D%2229%22%20r%3D%228%22%20fill%3D%22url%28%23u14039_g1%29%22%2F%3E%3Ccircle%20cx%3D%22319%22%20cy%3D%2229%22%20r%3D%2226.68%22%20fill%3D%22url%28%23u14039_g1%29%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%2287%22%20r%3D%2222.68%22%20fill%3D%22url%28%23u14039_g1%29%22%2F%3E%3Cpath%20d%3D%22M%2060.32%2087%20L%20113.68%2087%20M%2087%2060.32%20L%2087%20113.68%22%20fill%3D%22none%22%20stroke%3D%22%232E7D8C%22%20stroke-width%3D%224.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Ccircle%20cx%3D%2287%22%20cy%3D%2287%22%20r%3D%228%22%20fill%3D%22url%28%23u14039_g0%29%22%2F%3E%3Crect%20x%3D%22118.32%22%20y%3D%2260.32%22%20width%3D%2253.36%22%20height%3D%2253.36%22%20rx%3D%223.2%22%20fill%3D%22url%28%23u14039_g0%29%22%2F%3E%3Ccircle%20cx%3D%22203%22%20cy%3D%2287%22%20r%3D%2226.68%22%20fill%3D%22url%28%23u14039_g1%29%22%2F%3E%3Cpath%20d%3D%22M%20176.32%2087%20A%2026.68%2026.68%200%200%201%20229.68%2087%20Z%22%20transform%3D%22rotate%2890%20203%2087%29%22%20fill%3D%22url%28%23u14039_g1%29%22%2F%3E%3Cpath%20d%3D%22M%20234.32%2060.32%20L%20287.68%2060.32%20L%20287.68%20113.68%20Z%22%20fill%3D%22url%28%23u14039_g2%29%22%2F%3E%3Cpath%20d%3D%22M%20292.32%2087%20L%20345.68%2087%20M%20319%2060.32%20L%20319%20113.68%22%20fill%3D%22none%22%20stroke%3D%22%231C3D45%22%20stroke-width%3D%224.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Ccircle%20cx%3D%22319%22%20cy%3D%2287%22%20r%3D%228%22%20fill%3D%22url%28%23u14039_g2%29%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%22145%22%20r%3D%2226.68%22%20fill%3D%22url%28%23u14039_g2%29%22%2F%3E%3Ccircle%20cx%3D%2287%22%20cy%3D%22145%22%20r%3D%2222.68%22%20fill%3D%22url%28%23u14039_g2%29%22%2F%3E%3Crect%20x%3D%22118.32%22%20y%3D%22118.32%22%20width%3D%2253.36%22%20height%3D%2253.36%22%20rx%3D%223.2%22%20fill%3D%22url%28%23u14039_g2%29%22%2F%3E%3Ccircle%20cx%3D%22203%22%20cy%3D%22145%22%20r%3D%2226.68%22%20fill%3D%22url%28%23u14039_g2%29%22%2F%3E%3Ccircle%20cx%3D%22203%22%20cy%3D%22145%22%20r%3D%2210.67%22%20fill%3D%22url%28%23u14039_g2%29%22%2F%3E%3Ccircle%20cx%3D%22261%22%20cy%3D%22145%22%20r%3D%2226.68%22%20fill%3D%22url%28%23u14039_g1%29%22%2F%3E%3Cpath%20d%3D%22M%20292.32%20145%20L%20345.68%20145%20M%20319%20118.32%20L%20319%20171.68%22%20fill%3D%22none%22%20stroke%3D%22%235FB0BF%22%20stroke-width%3D%224.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Ccircle%20cx%3D%22319%22%20cy%3D%22145%22%20r%3D%228%22%20fill%3D%22url%28%23u14039_g1%29%22%2F%3E%3Crect%20x%3D%222.32%22%20y%3D%22176.32%22%20width%3D%2253.36%22%20height%3D%2253.36%22%20fill%3D%22url%28%23u14039_g2%29%22%2F%3E%3Crect%20x%3D%2215.66%22%20y%3D%22189.66%22%20width%3D%2226.68%22%20height%3D%2226.68%22%20fill%3D%22url%28%23u14039_g1%29%22%2F%3E%3Crect%20x%3D%2260.32%22%20y%3D%22176.32%22%20width%3D%2253.36%22%20height%3D%2253.36%22%20rx%3D%223.2%22%20fill%3D%22url%28%23u14039_g1%29%22%2F%3E%3Ccircle%20cx%3D%22145%22%20cy%3D%22203%22%20r%3D%2222.68%22%20fill%3D%22url%28%23u14039_g2%29%22%2F%3E%3Ccircle%20cx%3D%22203%22%20cy%3D%22203%22%20r%3D%2226.68%22%20fill%3D%22url%28%23u14039_g0%29%22%2F%3E%3Cpath%20d%3D%22M%20176.32%20203%20A%2026.68%2026.68%200%200%201%20229.68%20203%20Z%22%20transform%3D%22rotate%28270%20203%20203%29%22%20fill%3D%22url%28%23u14039_g2%29%22%2F%3E%3Ccircle%20cx%3D%22261%22%20cy%3D%22203%22%20r%3D%2226.68%22%20fill%3D%22url%28%23u14039_g1%29%22%2F%3E%3Ccircle%20cx%3D%22319%22%20cy%3D%22203%22%20r%3D%2226.68%22%20fill%3D%22url%28%23u14039_g2%29%22%2F%3E%3Crect%20x%3D%222.32%22%20y%3D%22234.32%22%20width%3D%2253.36%22%20height%3D%2253.36%22%20rx%3D%223.2%22%20fill%3D%22url%28%23u14039_g2%29%22%2F%3E%3Ccircle%20cx%3D%2287%22%20cy%3D%22261%22%20r%3D%2226.68%22%20fill%3D%22url%28%23u14039_g2%29%22%2F%3E%3Ccircle%20cx%3D%2287%22%20cy%3D%22261%22%20r%3D%2210.67%22%20fill%3D%22url%28%23u14039_g2%29%22%2F%3E%3Ccircle%20cx%3D%22145%22%20cy%3D%22261%22%20r%3D%2222.68%22%20fill%3D%22url%28%23u14039_g0%29%22%2F%3E%3Cpath%20d%3D%22M%20176.32%20234.32%20L%20229.68%20234.32%20L%20229.68%20287.68%20Z%22%20fill%3D%22url%28%23u14039_g0%29%22%2F%3E%3Ccircle%20cx%3D%22261%22%20cy%3D%22261%22%20r%3D%2226.68%22%20fill%3D%22url%28%23u14039_g0%29%22%2F%3E%3Cpath%20d%3D%22M%20234.32%20261%20A%2026.68%2026.68%200%200%201%20287.68%20261%20Z%22%20transform%3D%22rotate%2890%20261%20261%29%22%20fill%3D%22url%28%23u14039_g1%29%22%2F%3E%3Ccircle%20cx%3D%22319%22%20cy%3D%22261%22%20r%3D%2222.68%22%20fill%3D%22url%28%23u14039_g1%29%22%2F%3E%3Crect%20x%3D%222.32%22%20y%3D%22292.32%22%20width%3D%2253.36%22%20height%3D%2253.36%22%20fill%3D%22url%28%23u14039_g0%29%22%2F%3E%3Crect%20x%3D%2215.66%22%20y%3D%22305.66%22%20width%3D%2226.68%22%20height%3D%2226.68%22%20fill%3D%22url%28%23u14039_g0%29%22%2F%3E%3Crect%20x%3D%2260.32%22%20y%3D%22292.32%22%20width%3D%2253.36%22%20height%3D%2253.36%22%20fill%3D%22url%28%23u14039_g0%29%22%2F%3E%3Crect%20x%3D%2273.66%22%20y%3D%22305.66%22%20width%3D%2226.68%22%20height%3D%2226.68%22%20fill%3D%22url%28%23u14039_g2%29%22%2F%3E%3Cpath%20d%3D%22M%20118.32%20292.32%20L%20171.68%20292.32%20L%20171.68%20345.68%20Z%22%20fill%3D%22url%28%23u14039_g2%29%22%2F%3E%3Ccircle%20cx%3D%22203%22%20cy%3D%22319%22%20r%3D%2222.68%22%20fill%3D%22url%28%23u14039_g2%29%22%2F%3E%3Ccircle%20cx%3D%22261%22%20cy%3D%22319%22%20r%3D%2222.68%22%20fill%3D%22url%28%23u14039_g0%29%22%2F%3E%3Ccircle%20cx%3D%22319%22%20cy%3D%22319%22%20r%3D%2226.68%22%20fill%3D%22url%28%23u14039_g0%29%22%2F%3E%3Ccircle%20cx%3D%22319%22%20cy%3D%22319%22%20r%3D%2210.67%22%20fill%3D%22url%28%23u14039_g0%29%22%2F%3E%3C%2Fg%3E%3C%2Fdefs%3E%0A%0A%3Cuse%20href%3D%22%23u14039_m%22%20x%3D%22-348%22%20y%3D%22-348%22%2F%3E%3Cuse%20href%3D%22%23u14039_m%22%20x%3D%220%22%20y%3D%22-348%22%2F%3E%3Cuse%20href%3D%22%23u14039_m%22%20x%3D%22348%22%20y%3D%22-348%22%2F%3E%3Cuse%20href%3D%22%23u14039_m%22%20x%3D%22-348%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u14039_m%22%20x%3D%220%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u14039_m%22%20x%3D%22348%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u14039_m%22%20x%3D%22-348%22%20y%3D%22348%22%2F%3E%3Cuse%20href%3D%22%23u14039_m%22%20x%3D%220%22%20y%3D%22348%22%2F%3E%3Cuse%20href%3D%22%23u14039_m%22%20x%3D%22348%22%20y%3D%22348%22%2F%3E%3C%2Fsvg%3E);--pat1: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22126%22%20height%3D%2263%22%20viewBox%3D%220%200%20126%2063%22%3E%0A%3Cdefs%3E%3ClinearGradient%20id%3D%22u3840_g0%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edeae4%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23aca9a3%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u3840_g1%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23dec161%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239e8226%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u3840_g2%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ce655a%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%238e2a20%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u3840_g3%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2397979e%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%235a5a60%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3Cg%20id%3D%22u3840_m%22%20opacity%3D%221%22%3E%3Cpath%20d%3D%22M%2026.97%200%20C%2027.67%200.35%2029.81%201.4%2031.19%202.1%20C%2032.56%202.8%2033.93%203.5%2035.22%204.2%20C%2036.5%204.9%2037.75%205.6%2038.89%206.3%20C%2040.03%207%2041.1%207.7%2042.04%208.4%20C%2042.98%209.1%2043.83%209.8%2044.54%2010.5%20C%2045.24%2011.2%2045.83%2011.9%2046.26%2012.6%20C%2046.7%2013.3%2047%2014%2047.14%2014.7%20C%2047.29%2015.4%2047.29%2016.1%2047.14%2016.8%20C%2047%2017.5%2046.7%2018.2%2046.26%2018.9%20C%2045.83%2019.6%2045.24%2020.3%2044.54%2021%20C%2043.83%2021.7%2042.98%2022.4%2042.04%2023.1%20C%2041.1%2023.8%2040.03%2024.5%2038.89%2025.2%20C%2037.75%2025.9%2036.5%2026.6%2035.22%2027.3%20C%2033.93%2028%2032.56%2028.7%2031.19%2029.4%20C%2029.81%2030.1%2028.37%2030.8%2026.97%2031.5%20C%2025.56%2032.2%2024.13%2032.9%2022.75%2033.6%20C%2021.37%2034.3%2020%2035%2018.72%2035.7%20C%2017.43%2036.4%2016.18%2037.1%2015.04%2037.8%20C%2013.91%2038.5%2012.83%2039.2%2011.89%2039.9%20C%2010.95%2040.6%2010.1%2041.3%209.4%2042%20C%208.7%2042.7%208.11%2043.4%207.67%2044.1%20C%207.24%2044.8%206.94%2045.5%206.79%2046.2%20C%206.65%2046.9%206.65%2047.6%206.79%2048.3%20C%206.94%2049%207.24%2049.7%207.67%2050.4%20C%208.11%2051.1%208.7%2051.8%209.4%2052.5%20C%2010.1%2053.2%2010.95%2053.9%2011.89%2054.6%20C%2012.83%2055.3%2013.91%2056%2015.04%2056.7%20C%2016.18%2057.4%2017.43%2058.1%2018.72%2058.8%20C%2020%2059.5%2021.37%2060.2%2022.75%2060.9%20C%2024.13%2061.6%2026.26%2062.65%2026.97%2063%22%20fill%3D%22none%22%20stroke%3D%22%23E8E4DC%22%20stroke-width%3D%228.28%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20110.64%200%20C%20110.95%200.35%20112.04%201.4%20112.54%202.1%20C%20113.04%202.8%20113.4%203.5%20113.62%204.2%20C%20113.83%204.9%20113.9%205.6%20113.82%206.3%20C%20113.74%207%20113.5%207.7%20113.13%208.4%20C%20112.76%209.1%20112.24%209.8%20111.59%2010.5%20C%20110.95%2011.2%20110.15%2011.9%20109.26%2012.6%20C%20108.37%2013.3%20107.35%2014%20106.25%2014.7%20C%20105.15%2015.4%20103.94%2016.1%20102.68%2016.8%20C%20101.43%2017.5%20100.07%2018.2%2098.71%2018.9%20C%2097.35%2019.6%2095.93%2020.3%2094.52%2021%20C%2093.12%2021.7%2091.68%2022.4%2090.29%2023.1%20C%2088.9%2023.8%2087.51%2024.5%2086.2%2025.2%20C%2084.89%2025.9%2083.6%2026.6%2082.43%2027.3%20C%2081.25%2028%2080.14%2028.7%2079.15%2029.4%20C%2078.16%2030.1%2077.25%2030.8%2076.5%2031.5%20C%2075.74%2032.2%2075.09%2032.9%2074.59%2033.6%20C%2074.09%2034.3%2073.73%2035%2073.51%2035.7%20C%2073.3%2036.4%2073.23%2037.1%2073.31%2037.8%20C%2073.39%2038.5%2073.63%2039.2%2074%2039.9%20C%2074.37%2040.6%2074.89%2041.3%2075.54%2042%20C%2076.18%2042.7%2076.98%2043.4%2077.87%2044.1%20C%2078.76%2044.8%2079.78%2045.5%2080.88%2046.2%20C%2081.98%2046.9%2083.19%2047.6%2084.45%2048.3%20C%2085.7%2049%2087.06%2049.7%2088.42%2050.4%20C%2089.78%2051.1%2091.2%2051.8%2092.61%2052.5%20C%2094.01%2053.2%2095.45%2053.9%2096.84%2054.6%20C%2098.23%2055.3%2099.62%2056%20100.93%2056.7%20C%20102.24%2057.4%20103.53%2058.1%20104.7%2058.8%20C%20105.88%2059.5%20106.99%2060.2%20107.98%2060.9%20C%20108.97%2061.6%20110.19%2062.65%20110.64%2063%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%228.28%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fg%3E%3C%2Fdefs%3E%0A%0A%3Cuse%20href%3D%22%23u3840_m%22%20x%3D%22-126%22%20y%3D%22-63%22%2F%3E%3Cuse%20href%3D%22%23u3840_m%22%20x%3D%220%22%20y%3D%22-63%22%2F%3E%3Cuse%20href%3D%22%23u3840_m%22%20x%3D%22126%22%20y%3D%22-63%22%2F%3E%3Cuse%20href%3D%22%23u3840_m%22%20x%3D%22-126%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u3840_m%22%20x%3D%220%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u3840_m%22%20x%3D%22126%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u3840_m%22%20x%3D%22-126%22%20y%3D%2263%22%2F%3E%3Cuse%20href%3D%22%23u3840_m%22%20x%3D%220%22%20y%3D%2263%22%2F%3E%3Cuse%20href%3D%22%23u3840_m%22%20x%3D%22126%22%20y%3D%2263%22%2F%3E%3C%2Fsvg%3E);--pat2: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22290.98%22%20height%3D%22336%22%20viewBox%3D%220%200%20290.98%20336%22%3E%0A%3Cdefs%3E%3ClinearGradient%20id%3D%22u14308_g0%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%235c9aa5%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23225d68%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u14308_g1%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2382c1cd%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2346828d%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u14308_g2%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%234e686e%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23152d33%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3Cg%20id%3D%22u14308_m%22%20opacity%3D%220.46%22%3E%3Ccircle%20cx%3D%2221.17%22%20cy%3D%22327.75%22%20r%3D%225.22%22%20fill%3D%22url%28%23u14308_g0%29%22%2F%3E%3Ccircle%20cx%3D%2259.43%22%20cy%3D%2260.73%22%20r%3D%224.48%22%20fill%3D%22url%28%23u14308_g0%29%22%2F%3E%3Ccircle%20cx%3D%2215.38%22%20cy%3D%22163.67%22%20r%3D%225.29%22%20fill%3D%22url%28%23u14308_g0%29%22%2F%3E%3Ccircle%20cx%3D%2242.52%22%20cy%3D%22191.3%22%20r%3D%226.77%22%20fill%3D%22url%28%23u14308_g2%29%22%2F%3E%3Ccircle%20cx%3D%22282.07%22%20cy%3D%22284.08%22%20r%3D%227.27%22%20fill%3D%22url%28%23u14308_g2%29%22%2F%3E%3Ccircle%20cx%3D%22273.92%22%20cy%3D%2216.2%22%20r%3D%226.26%22%20fill%3D%22url%28%23u14308_g1%29%22%2F%3E%3Ccircle%20cx%3D%2276.54%22%20cy%3D%2266.73%22%20r%3D%224.48%22%20fill%3D%22url%28%23u14308_g0%29%22%2F%3E%3Ccircle%20cx%3D%2275.82%22%20cy%3D%22124.55%22%20r%3D%225.29%22%20fill%3D%22url%28%23u14308_g0%29%22%2F%3E%3Ccircle%20cx%3D%2283.9%22%20cy%3D%22196.67%22%20r%3D%226.77%22%20fill%3D%22url%28%23u14308_g2%29%22%2F%3E%3Ccircle%20cx%3D%2265.06%22%20cy%3D%22231.79%22%20r%3D%227.27%22%20fill%3D%22url%28%23u14308_g2%29%22%2F%3E%3Ccircle%20cx%3D%2276.66%22%20cy%3D%22254.33%22%20r%3D%226.26%22%20fill%3D%22url%28%23u14308_g1%29%22%2F%3E%3Ccircle%20cx%3D%2267.81%22%20cy%3D%22305.22%22%20r%3D%224.84%22%20fill%3D%22url%28%23u14308_g0%29%22%2F%3E%3Ccircle%20cx%3D%22115.26%22%20cy%3D%222.42%22%20r%3D%225.29%22%20fill%3D%22url%28%23u14308_g0%29%22%2F%3E%3Ccircle%20cx%3D%22113.1%22%20cy%3D%2278.44%22%20r%3D%226.77%22%20fill%3D%22url%28%23u14308_g2%29%22%2F%3E%3Ccircle%20cx%3D%22118.04%22%20cy%3D%22123.35%22%20r%3D%227.27%22%20fill%3D%22url%28%23u14308_g2%29%22%2F%3E%3Ccircle%20cx%3D%22134.18%22%20cy%3D%22206.9%22%20r%3D%226.26%22%20fill%3D%22url%28%23u14308_g1%29%22%2F%3E%3Ccircle%20cx%3D%2276.23%22%20cy%3D%22216.17%22%20r%3D%224.84%22%20fill%3D%22url%28%23u14308_g0%29%22%2F%3E%3Ccircle%20cx%3D%22110.1%22%20cy%3D%22279.41%22%20r%3D%224.58%22%20fill%3D%22url%28%23u14308_g0%29%22%2F%3E%3Ccircle%20cx%3D%22181.92%22%20cy%3D%2266.45%22%20r%3D%226.77%22%20fill%3D%22url%28%23u14308_g2%29%22%2F%3E%3Ccircle%20cx%3D%22221.75%22%20cy%3D%22105.62%22%20r%3D%227.27%22%20fill%3D%22url%28%23u14308_g2%29%22%2F%3E%3Ccircle%20cx%3D%22137.96%22%20cy%3D%22146.03%22%20r%3D%226.26%22%20fill%3D%22url%28%23u14308_g1%29%22%2F%3E%3Ccircle%20cx%3D%22141.64%22%20cy%3D%22216.77%22%20r%3D%224.84%22%20fill%3D%22url%28%23u14308_g0%29%22%2F%3E%3Ccircle%20cx%3D%22176.36%22%20cy%3D%22284.25%22%20r%3D%224.58%22%20fill%3D%22url%28%23u14308_g0%29%22%2F%3E%3Ccircle%20cx%3D%22151.69%22%20cy%3D%229.03%22%20r%3D%225.77%22%20fill%3D%22url%28%23u14308_g1%29%22%2F%3E%3Ccircle%20cx%3D%22208.33%22%20cy%3D%2240.85%22%20r%3D%227.27%22%20fill%3D%22url%28%23u14308_g2%29%22%2F%3E%3Ccircle%20cx%3D%22239.85%22%20cy%3D%2254.56%22%20r%3D%226.26%22%20fill%3D%22url%28%23u14308_g1%29%22%2F%3E%3Ccircle%20cx%3D%22212.58%22%20cy%3D%22154.87%22%20r%3D%224.84%22%20fill%3D%22url%28%23u14308_g0%29%22%2F%3E%3Ccircle%20cx%3D%22248.59%22%20cy%3D%22175.9%22%20r%3D%224.58%22%20fill%3D%22url%28%23u14308_g0%29%22%2F%3E%3Ccircle%20cx%3D%22202.22%22%20cy%3D%22264.44%22%20r%3D%225.77%22%20fill%3D%22url%28%23u14308_g1%29%22%2F%3E%3Ccircle%20cx%3D%22223.99%22%20cy%3D%22283.39%22%20r%3D%227.09%22%20fill%3D%22url%28%23u14308_g2%29%22%2F%3E%3Ccircle%20cx%3D%225.6%22%20cy%3D%2270.33%22%20r%3D%226.26%22%20fill%3D%22url%28%23u14308_g1%29%22%2F%3E%3Ccircle%20cx%3D%22273.97%22%20cy%3D%22123.85%22%20r%3D%224.84%22%20fill%3D%22url%28%23u14308_g0%29%22%2F%3E%3Ccircle%20cx%3D%22275.79%22%20cy%3D%22158.21%22%20r%3D%224.58%22%20fill%3D%22url%28%23u14308_g0%29%22%2F%3E%3Ccircle%20cx%3D%22236.6%22%20cy%3D%22211.65%22%20r%3D%225.77%22%20fill%3D%22url%28%23u14308_g1%29%22%2F%3E%3Ccircle%20cx%3D%22264.21%22%20cy%3D%22245.08%22%20r%3D%227.09%22%20fill%3D%22url%28%23u14308_g2%29%22%2F%3E%3Ccircle%20cx%3D%22273.35%22%20cy%3D%2233.29%22%20r%3D%227.09%22%20fill%3D%22url%28%23u14308_g2%29%22%2F%3E%3C%2Fg%3E%3C%2Fdefs%3E%0A%3Crect%20width%3D%22290.98%22%20height%3D%22336%22%20fill%3D%22%23EAF2F4%22%2F%3E%0A%3Cuse%20href%3D%22%23u14308_m%22%20x%3D%22-290.98%22%20y%3D%22-336%22%2F%3E%3Cuse%20href%3D%22%23u14308_m%22%20x%3D%220%22%20y%3D%22-336%22%2F%3E%3Cuse%20href%3D%22%23u14308_m%22%20x%3D%22290.98%22%20y%3D%22-336%22%2F%3E%3Cuse%20href%3D%22%23u14308_m%22%20x%3D%22-290.98%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u14308_m%22%20x%3D%220%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u14308_m%22%20x%3D%22290.98%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u14308_m%22%20x%3D%22-290.98%22%20y%3D%22336%22%2F%3E%3Cuse%20href%3D%22%23u14308_m%22%20x%3D%220%22%20y%3D%22336%22%2F%3E%3Cuse%20href%3D%22%23u14308_m%22%20x%3D%22290.98%22%20y%3D%22336%22%2F%3E%3C%2Fsvg%3E);--pat3: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22342%22%20height%3D%22285%22%20viewBox%3D%220%200%20342%20285%22%3E%0A%3Cdefs%3E%3Cg%20id%3D%22u6115_m%22%20opacity%3D%220.59%22%3E%3Cpath%20d%3D%22M%2011.4%2038.76%20L%2028.5%2018.24%20L%2045.6%2038.76%22%20transform%3D%22rotate%28-2.53%2028.5%2028.5%29%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2011.4%2095.76%20L%2028.5%2075.24%20L%2045.6%2095.76%22%20transform%3D%22rotate%28-0.43%2028.5%2085.5%29%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2011.4%20152.76%20L%2028.5%20132.24%20L%2045.6%20152.76%22%20transform%3D%22rotate%28-1.32%2028.5%20142.5%29%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2011.4%20209.76%20L%2028.5%20189.24%20L%2045.6%20209.76%22%20transform%3D%22rotate%28-0.12%2028.5%20199.5%29%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2011.4%20266.76%20L%2028.5%20246.24%20L%2045.6%20266.76%22%20transform%3D%22rotate%280.35%2028.5%20256.5%29%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2068.4%2067.26%20L%2085.5%2046.74%20L%20102.6%2067.26%22%20transform%3D%22rotate%28-0.19%2085.5%2057%29%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2068.4%20124.26%20L%2085.5%20103.74%20L%20102.6%20124.26%22%20transform%3D%22rotate%282.37%2085.5%20114%29%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2068.4%20181.26%20L%2085.5%20160.74%20L%20102.6%20181.26%22%20transform%3D%22rotate%28-0.7%2085.5%20171%29%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2068.4%20238.26%20L%2085.5%20217.74%20L%20102.6%20238.26%22%20transform%3D%22rotate%28-0.39%2085.5%20228%29%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2068.4%2010.26%20L%2085.5%20-10.26%20L%20102.6%2010.26%22%20transform%3D%22rotate%280.61%2085.5%200%29%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20125.4%2038.76%20L%20142.5%2018.24%20L%20159.6%2038.76%22%20transform%3D%22rotate%28-0.8%20142.5%2028.5%29%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20125.4%2095.76%20L%20142.5%2075.24%20L%20159.6%2095.76%22%20transform%3D%22rotate%28-2.72%20142.5%2085.5%29%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20125.4%20152.76%20L%20142.5%20132.24%20L%20159.6%20152.76%22%20transform%3D%22rotate%28-1.05%20142.5%20142.5%29%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20125.4%20209.76%20L%20142.5%20189.24%20L%20159.6%20209.76%22%20transform%3D%22rotate%28-0.05%20142.5%20199.5%29%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20125.4%20266.76%20L%20142.5%20246.24%20L%20159.6%20266.76%22%20transform%3D%22rotate%28-0.29%20142.5%20256.5%29%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20182.4%2067.26%20L%20199.5%2046.74%20L%20216.6%2067.26%22%20transform%3D%22rotate%28-1.73%20199.5%2057%29%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20182.4%20124.26%20L%20199.5%20103.74%20L%20216.6%20124.26%22%20transform%3D%22rotate%28-1.14%20199.5%20114%29%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20182.4%20181.26%20L%20199.5%20160.74%20L%20216.6%20181.26%22%20transform%3D%22rotate%28-0.14%20199.5%20171%29%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20182.4%20238.26%20L%20199.5%20217.74%20L%20216.6%20238.26%22%20transform%3D%22rotate%28-1.05%20199.5%20228%29%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20182.4%2010.26%20L%20199.5%20-10.26%20L%20216.6%2010.26%22%20transform%3D%22rotate%28-0.73%20199.5%200%29%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20239.4%2038.76%20L%20256.5%2018.24%20L%20273.6%2038.76%22%20transform%3D%22rotate%28-1.28%20256.5%2028.5%29%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20239.4%2095.76%20L%20256.5%2075.24%20L%20273.6%2095.76%22%20transform%3D%22rotate%28-0.66%20256.5%2085.5%29%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20239.4%20152.76%20L%20256.5%20132.24%20L%20273.6%20152.76%22%20transform%3D%22rotate%280.14%20256.5%20142.5%29%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20239.4%20209.76%20L%20256.5%20189.24%20L%20273.6%20209.76%22%20transform%3D%22rotate%281.33%20256.5%20199.5%29%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20239.4%20266.76%20L%20256.5%20246.24%20L%20273.6%20266.76%22%20transform%3D%22rotate%28-1.29%20256.5%20256.5%29%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20296.4%2067.26%20L%20313.5%2046.74%20L%20330.6%2067.26%22%20transform%3D%22rotate%281.08%20313.5%2057%29%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20296.4%20124.26%20L%20313.5%20103.74%20L%20330.6%20124.26%22%20transform%3D%22rotate%28-0.32%20313.5%20114%29%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20296.4%20181.26%20L%20313.5%20160.74%20L%20330.6%20181.26%22%20transform%3D%22rotate%282.1%20313.5%20171%29%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20296.4%20238.26%20L%20313.5%20217.74%20L%20330.6%20238.26%22%20transform%3D%22rotate%28-0.78%20313.5%20228%29%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20296.4%2010.26%20L%20313.5%20-10.26%20L%20330.6%2010.26%22%20transform%3D%22rotate%282.52%20313.5%200%29%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fg%3E%3C%2Fdefs%3E%0A%0A%3Cuse%20href%3D%22%23u6115_m%22%20x%3D%22-342%22%20y%3D%22-285%22%2F%3E%3Cuse%20href%3D%22%23u6115_m%22%20x%3D%220%22%20y%3D%22-285%22%2F%3E%3Cuse%20href%3D%22%23u6115_m%22%20x%3D%22342%22%20y%3D%22-285%22%2F%3E%3Cuse%20href%3D%22%23u6115_m%22%20x%3D%22-342%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u6115_m%22%20x%3D%220%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u6115_m%22%20x%3D%22342%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u6115_m%22%20x%3D%22-342%22%20y%3D%22285%22%2F%3E%3Cuse%20href%3D%22%23u6115_m%22%20x%3D%220%22%20y%3D%22285%22%2F%3E%3Cuse%20href%3D%22%23u6115_m%22%20x%3D%22342%22%20y%3D%22285%22%2F%3E%3C%2Fsvg%3E);--pat4: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22228.62%22%20height%3D%22198%22%20viewBox%3D%220%200%20228.62%20198%22%3E%0A%3Cdefs%3E%3Cg%20id%3D%22u15842_m%22%20opacity%3D%221%22%3E%3Cpath%20d%3D%22M%2028.58%2033%20L%2028.77%2033.05%20L%2028.92%2033.18%20L%2029.02%2033.39%20L%2029.02%2033.64%20L%2028.92%2033.91%20L%2028.72%2034.16%20L%2028.41%2034.35%20L%2028.03%2034.46%20L%2027.58%2034.44%20L%2027.12%2034.29%20L%2026.68%2033.99%20L%2026.31%2033.56%20L%2026.05%2033%20L%2025.93%2032.35%20L%2025.99%2031.64%20L%2026.25%2030.94%20L%2026.7%2030.28%20L%2027.34%2029.72%20L%2028.13%2029.33%20L%2029.05%2029.14%20L%2030.03%2029.18%20L%2031.01%2029.48%20L%2031.93%2030.03%20L%2032.71%2030.83%20L%2033.3%2031.84%20L%2033.64%2033%20L%2033.68%2034.26%20L%2033.4%2035.53%20L%2032.8%2036.74%20L%2031.89%2037.8%20L%2030.72%2038.64%20L%2029.33%2039.18%20L%2027.8%2039.38%20L%2026.23%2039.19%20L%2024.71%2038.61%20L%2023.33%2037.65%20L%2022.2%2036.35%20L%2021.4%2034.77%20L%2020.99%2033%20L%2021.02%2031.14%20L%2021.51%2029.29%20L%2022.46%2027.58%20L%2023.82%2026.11%20L%2025.54%2024.99%20L%2027.52%2024.31%20L%2029.66%2024.11%20L%2031.82%2024.45%20L%2033.88%2025.31%20L%2035.72%2026.68%20L%2037.19%2028.48%20L%2038.21%2030.62%20L%2038.7%2033%20L%2038.59%2035.47%20L%2037.88%2037.88%20L%2036.59%2040.1%20L%2034.77%2041.97%20L%2032.51%2043.37%20L%2029.94%2044.21%20L%2027.19%2044.4%20L%2024.44%2043.92%20L%2021.83%2042.77%20L%2019.55%2041%20L%2017.72%2038.7%20L%2016.48%2035.98%20L%2015.93%2033%20L%2016.11%2029.93%20L%2017.03%2026.94%20L%2018.67%2024.22%20L%2020.95%2021.95%20L%2023.75%2020.26%20L%2026.91%2019.28%20L%2030.27%2019.09%20L%2033.62%2019.72%20L%2036.76%2021.15%20L%2039.5%2023.32%20L%2041.67%2026.13%20L%2043.13%2029.41%20L%2043.76%2033%20L%2043.51%2036.68%20L%2042.36%2040.24%20L%2040.38%2043.45%20L%2037.64%2046.13%20L%2034.31%2048.1%20L%2030.55%2049.23%20L%2026.58%2049.42%20L%2022.64%2048.65%20L%2018.96%2046.93%20L%2015.76%2044.36%20L%2013.24%2041.05%20L%2011.57%2037.19%20L%2010.87%2033%20L%2011.19%2028.72%20L%2012.55%2024.59%20L%2014.88%2020.87%20L%2018.08%2017.78%20L%2021.95%2015.53%20L%2026.3%2014.26%20L%2030.88%2014.07%20L%2035.41%2014.99%20L%2039.63%2016.98%20L%2043.29%2019.97%20L%2046.15%2023.77%20L%2048.04%2028.2%20L%2048.82%2033%20L%2048.42%2037.89%20L%2046.84%2042.59%20L%2044.16%2046.81%20L%2040.52%2050.3%20L%2036.1%2052.83%20L%2031.16%2054.25%20L%2025.97%2054.44%20L%2020.85%2053.38%20L%2016.09%2051.1%20L%2011.97%2047.71%20L%208.76%2043.4%20L%206.66%2038.4%20L%205.81%2033%20L%206.28%2027.5%20L%208.07%2022.24%20L%2011.1%2017.51%20L%2015.2%2013.62%20L%2020.16%2010.8%20L%2025.69%209.24%20L%2031.49%209.04%20L%2037.2%2010.25%20L%2042.51%2012.82%20L%2047.08%2016.61%20L%2050.64%2021.42%20L%2052.95%2026.99%20L%2053.88%2033%20L%2053.33%2039.1%20L%2051.32%2044.94%20L%2047.95%2050.16%20L%2043.39%2054.46%20L%2037.89%2057.57%20L%2031.77%2059.27%20L%2025.36%2059.47%20L%2019.05%2058.11%20L%2013.21%2055.26%20L%208.18%2051.07%20L%204.28%2045.75%20L%201.75%2039.61%20L%200.75%2033%20L%201.37%2026.29%20L%203.59%2019.89%20L%207.31%2014.16%20L%2012.33%209.46%20L%2018.36%206.07%20L%2025.08%204.21%20L%2032.1%204.02%20L%2039%205.52%20L%2045.38%208.65%20L%2050.87%2013.25%20L%2055.12%2019.07%20L%2057.87%2025.78%20L%2058.94%2033%22%20transform%3D%22rotate%28159.7%2028.58%2033%29%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2028.58%2099%20L%2028.77%2099.05%20L%2028.92%2099.18%20L%2029.02%2099.39%20L%2029.02%2099.64%20L%2028.92%2099.91%20L%2028.72%20100.16%20L%2028.41%20100.35%20L%2028.03%20100.46%20L%2027.58%20100.44%20L%2027.12%20100.29%20L%2026.68%2099.99%20L%2026.31%2099.56%20L%2026.05%2099%20L%2025.93%2098.35%20L%2025.99%2097.64%20L%2026.25%2096.94%20L%2026.7%2096.28%20L%2027.34%2095.72%20L%2028.13%2095.33%20L%2029.05%2095.14%20L%2030.03%2095.18%20L%2031.01%2095.48%20L%2031.93%2096.03%20L%2032.71%2096.83%20L%2033.3%2097.84%20L%2033.64%2099%20L%2033.68%20100.26%20L%2033.4%20101.53%20L%2032.8%20102.74%20L%2031.89%20103.8%20L%2030.72%20104.64%20L%2029.33%20105.18%20L%2027.8%20105.38%20L%2026.23%20105.19%20L%2024.71%20104.61%20L%2023.33%20103.65%20L%2022.2%20102.35%20L%2021.4%20100.77%20L%2020.99%2099%20L%2021.02%2097.14%20L%2021.51%2095.29%20L%2022.46%2093.58%20L%2023.82%2092.11%20L%2025.54%2090.99%20L%2027.52%2090.31%20L%2029.66%2090.11%20L%2031.82%2090.45%20L%2033.88%2091.31%20L%2035.72%2092.68%20L%2037.19%2094.48%20L%2038.21%2096.62%20L%2038.7%2099%20L%2038.59%20101.47%20L%2037.88%20103.88%20L%2036.59%20106.1%20L%2034.77%20107.97%20L%2032.51%20109.37%20L%2029.94%20110.21%20L%2027.19%20110.4%20L%2024.44%20109.92%20L%2021.83%20108.77%20L%2019.55%20107%20L%2017.72%20104.7%20L%2016.48%20101.98%20L%2015.93%2099%20L%2016.11%2095.93%20L%2017.03%2092.94%20L%2018.67%2090.22%20L%2020.95%2087.95%20L%2023.75%2086.26%20L%2026.91%2085.28%20L%2030.27%2085.09%20L%2033.62%2085.72%20L%2036.76%2087.15%20L%2039.5%2089.32%20L%2041.67%2092.13%20L%2043.13%2095.41%20L%2043.76%2099%20L%2043.51%20102.68%20L%2042.36%20106.24%20L%2040.38%20109.45%20L%2037.64%20112.13%20L%2034.31%20114.1%20L%2030.55%20115.23%20L%2026.58%20115.42%20L%2022.64%20114.65%20L%2018.96%20112.93%20L%2015.76%20110.36%20L%2013.24%20107.05%20L%2011.57%20103.19%20L%2010.87%2099%20L%2011.19%2094.72%20L%2012.55%2090.59%20L%2014.88%2086.87%20L%2018.08%2083.78%20L%2021.95%2081.53%20L%2026.3%2080.26%20L%2030.88%2080.07%20L%2035.41%2080.99%20L%2039.63%2082.98%20L%2043.29%2085.97%20L%2046.15%2089.77%20L%2048.04%2094.2%20L%2048.82%2099%20L%2048.42%20103.89%20L%2046.84%20108.59%20L%2044.16%20112.81%20L%2040.52%20116.3%20L%2036.1%20118.83%20L%2031.16%20120.25%20L%2025.97%20120.44%20L%2020.85%20119.38%20L%2016.09%20117.1%20L%2011.97%20113.71%20L%208.76%20109.4%20L%206.66%20104.4%20L%205.81%2099%20L%206.28%2093.5%20L%208.07%2088.24%20L%2011.1%2083.51%20L%2015.2%2079.62%20L%2020.16%2076.8%20L%2025.69%2075.24%20L%2031.49%2075.04%20L%2037.2%2076.25%20L%2042.51%2078.82%20L%2047.08%2082.61%20L%2050.64%2087.42%20L%2052.95%2092.99%20L%2053.88%2099%20L%2053.33%20105.1%20L%2051.32%20110.94%20L%2047.95%20116.16%20L%2043.39%20120.46%20L%2037.89%20123.57%20L%2031.77%20125.27%20L%2025.36%20125.47%20L%2019.05%20124.11%20L%2013.21%20121.26%20L%208.18%20117.07%20L%204.28%20111.75%20L%201.75%20105.61%20L%200.75%2099%20L%201.37%2092.29%20L%203.59%2085.89%20L%207.31%2080.16%20L%2012.33%2075.46%20L%2018.36%2072.07%20L%2025.08%2070.21%20L%2032.1%2070.02%20L%2039%2071.52%20L%2045.38%2074.65%20L%2050.87%2079.25%20L%2055.12%2085.07%20L%2057.87%2091.78%20L%2058.94%2099%22%20transform%3D%22rotate%283.48%2028.58%2099%29%22%20fill%3D%22none%22%20stroke%3D%22%23714A28%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2028.58%20165%20L%2028.77%20165.05%20L%2028.92%20165.18%20L%2029.02%20165.39%20L%2029.02%20165.64%20L%2028.92%20165.91%20L%2028.72%20166.16%20L%2028.41%20166.35%20L%2028.03%20166.46%20L%2027.58%20166.44%20L%2027.12%20166.29%20L%2026.68%20165.99%20L%2026.31%20165.56%20L%2026.05%20165%20L%2025.93%20164.35%20L%2025.99%20163.64%20L%2026.25%20162.94%20L%2026.7%20162.28%20L%2027.34%20161.72%20L%2028.13%20161.33%20L%2029.05%20161.14%20L%2030.03%20161.18%20L%2031.01%20161.48%20L%2031.93%20162.03%20L%2032.71%20162.83%20L%2033.3%20163.84%20L%2033.64%20165%20L%2033.68%20166.26%20L%2033.4%20167.53%20L%2032.8%20168.74%20L%2031.89%20169.8%20L%2030.72%20170.64%20L%2029.33%20171.18%20L%2027.8%20171.38%20L%2026.23%20171.19%20L%2024.71%20170.61%20L%2023.33%20169.65%20L%2022.2%20168.35%20L%2021.4%20166.77%20L%2020.99%20165%20L%2021.02%20163.14%20L%2021.51%20161.29%20L%2022.46%20159.58%20L%2023.82%20158.11%20L%2025.54%20156.99%20L%2027.52%20156.31%20L%2029.66%20156.11%20L%2031.82%20156.45%20L%2033.88%20157.31%20L%2035.72%20158.68%20L%2037.19%20160.48%20L%2038.21%20162.62%20L%2038.7%20165%20L%2038.59%20167.47%20L%2037.88%20169.88%20L%2036.59%20172.1%20L%2034.77%20173.97%20L%2032.51%20175.37%20L%2029.94%20176.21%20L%2027.19%20176.4%20L%2024.44%20175.92%20L%2021.83%20174.77%20L%2019.55%20173%20L%2017.72%20170.7%20L%2016.48%20167.98%20L%2015.93%20165%20L%2016.11%20161.93%20L%2017.03%20158.94%20L%2018.67%20156.22%20L%2020.95%20153.95%20L%2023.75%20152.26%20L%2026.91%20151.28%20L%2030.27%20151.09%20L%2033.62%20151.72%20L%2036.76%20153.15%20L%2039.5%20155.32%20L%2041.67%20158.13%20L%2043.13%20161.41%20L%2043.76%20165%20L%2043.51%20168.68%20L%2042.36%20172.24%20L%2040.38%20175.45%20L%2037.64%20178.13%20L%2034.31%20180.1%20L%2030.55%20181.23%20L%2026.58%20181.42%20L%2022.64%20180.65%20L%2018.96%20178.93%20L%2015.76%20176.36%20L%2013.24%20173.05%20L%2011.57%20169.19%20L%2010.87%20165%20L%2011.19%20160.72%20L%2012.55%20156.59%20L%2014.88%20152.87%20L%2018.08%20149.78%20L%2021.95%20147.53%20L%2026.3%20146.26%20L%2030.88%20146.07%20L%2035.41%20146.99%20L%2039.63%20148.98%20L%2043.29%20151.97%20L%2046.15%20155.77%20L%2048.04%20160.2%20L%2048.82%20165%20L%2048.42%20169.89%20L%2046.84%20174.59%20L%2044.16%20178.81%20L%2040.52%20182.3%20L%2036.1%20184.83%20L%2031.16%20186.25%20L%2025.97%20186.44%20L%2020.85%20185.38%20L%2016.09%20183.1%20L%2011.97%20179.71%20L%208.76%20175.4%20L%206.66%20170.4%20L%205.81%20165%20L%206.28%20159.5%20L%208.07%20154.24%20L%2011.1%20149.51%20L%2015.2%20145.62%20L%2020.16%20142.8%20L%2025.69%20141.24%20L%2031.49%20141.04%20L%2037.2%20142.25%20L%2042.51%20144.82%20L%2047.08%20148.61%20L%2050.64%20153.42%20L%2052.95%20158.99%20L%2053.88%20165%20L%2053.33%20171.1%20L%2051.32%20176.94%20L%2047.95%20182.16%20L%2043.39%20186.46%20L%2037.89%20189.57%20L%2031.77%20191.27%20L%2025.36%20191.47%20L%2019.05%20190.11%20L%2013.21%20187.26%20L%208.18%20183.07%20L%204.28%20177.75%20L%201.75%20171.61%20L%200.75%20165%20L%201.37%20158.29%20L%203.59%20151.89%20L%207.31%20146.16%20L%2012.33%20141.46%20L%2018.36%20138.07%20L%2025.08%20136.21%20L%2032.1%20136.02%20L%2039%20137.52%20L%2045.38%20140.65%20L%2050.87%20145.25%20L%2055.12%20151.07%20L%2057.87%20157.78%20L%2058.94%20165%22%20transform%3D%22rotate%28180.64%2028.58%20165%29%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2085.73%2066%20L%2085.92%2066.05%20L%2086.08%2066.18%20L%2086.17%2066.39%20L%2086.18%2066.64%20L%2086.08%2066.91%20L%2085.87%2067.16%20L%2085.57%2067.35%20L%2085.18%2067.46%20L%2084.74%2067.44%20L%2084.28%2067.29%20L%2083.84%2066.99%20L%2083.47%2066.56%20L%2083.2%2066%20L%2083.09%2065.35%20L%2083.15%2064.64%20L%2083.4%2063.94%20L%2083.85%2063.28%20L%2084.49%2062.72%20L%2085.29%2062.33%20L%2086.2%2062.14%20L%2087.18%2062.18%20L%2088.17%2062.48%20L%2089.08%2063.03%20L%2089.87%2063.83%20L%2090.46%2064.84%20L%2090.79%2066%20L%2090.84%2067.26%20L%2090.56%2068.53%20L%2089.96%2069.74%20L%2089.05%2070.8%20L%2087.87%2071.64%20L%2086.48%2072.18%20L%2084.96%2072.38%20L%2083.39%2072.19%20L%2081.86%2071.61%20L%2080.49%2070.65%20L%2079.36%2069.35%20L%2078.55%2067.77%20L%2078.14%2066%20L%2078.18%2064.14%20L%2078.67%2062.29%20L%2079.62%2060.58%20L%2080.98%2059.11%20L%2082.7%2057.99%20L%2084.68%2057.31%20L%2086.81%2057.11%20L%2088.98%2057.45%20L%2091.04%2058.31%20L%2092.87%2059.68%20L%2094.35%2061.48%20L%2095.37%2063.62%20L%2095.85%2066%20L%2095.75%2068.47%20L%2095.04%2070.88%20L%2093.75%2073.1%20L%2091.93%2074.97%20L%2089.67%2076.37%20L%2087.09%2077.21%20L%2084.35%2077.4%20L%2081.59%2076.92%20L%2078.99%2075.77%20L%2076.7%2074%20L%2074.88%2071.7%20L%2073.64%2068.98%20L%2073.08%2066%20L%2073.26%2062.93%20L%2074.19%2059.94%20L%2075.83%2057.22%20L%2078.11%2054.95%20L%2080.9%2053.26%20L%2084.07%2052.28%20L%2087.42%2052.09%20L%2090.77%2052.72%20L%2093.92%2054.15%20L%2096.66%2056.32%20L%2098.83%2059.13%20L%20100.28%2062.41%20L%20100.91%2066%20L%20100.66%2069.68%20L%2099.52%2073.24%20L%2097.53%2076.45%20L%2094.8%2079.13%20L%2091.46%2081.1%20L%2087.7%2082.23%20L%2083.74%2082.42%20L%2079.8%2081.65%20L%2076.12%2079.93%20L%2072.91%2077.36%20L%2070.4%2074.05%20L%2068.73%2070.19%20L%2068.02%2066%20L%2068.35%2061.72%20L%2069.71%2057.59%20L%2072.04%2053.87%20L%2075.23%2050.78%20L%2079.11%2048.53%20L%2083.46%2047.26%20L%2088.03%2047.07%20L%2092.57%2047.99%20L%2096.79%2049.98%20L%20100.45%2052.97%20L%20103.31%2056.77%20L%20105.2%2061.2%20L%20105.97%2066%20L%20105.57%2070.89%20L%20104%2075.59%20L%20101.32%2079.81%20L%2097.67%2083.3%20L%2093.26%2085.83%20L%2088.31%2087.25%20L%2083.13%2087.44%20L%2078%2086.38%20L%2073.24%2084.1%20L%2069.13%2080.71%20L%2065.92%2076.4%20L%2063.81%2071.4%20L%2062.96%2066%20L%2063.44%2060.5%20L%2065.23%2055.24%20L%2068.25%2050.51%20L%2072.36%2046.62%20L%2077.31%2043.8%20L%2082.85%2042.24%20L%2088.64%2042.04%20L%2094.36%2043.25%20L%2099.66%2045.82%20L%20104.23%2049.61%20L%20107.79%2054.42%20L%20110.11%2059.99%20L%20111.03%2066%20L%20110.49%2072.1%20L%20108.48%2077.94%20L%20105.11%2083.16%20L%20100.55%2087.46%20L%2095.05%2090.57%20L%2088.92%2092.27%20L%2082.52%2092.47%20L%2076.21%2091.11%20L%2070.37%2088.26%20L%2065.34%2084.07%20L%2061.44%2078.75%20L%2058.9%2072.61%20L%2057.9%2066%20L%2058.52%2059.29%20L%2060.75%2052.89%20L%2064.47%2047.16%20L%2069.48%2042.46%20L%2075.52%2039.07%20L%2082.24%2037.21%20L%2089.25%2037.02%20L%2096.15%2038.52%20L%20102.54%2041.65%20L%20108.02%2046.25%20L%20112.27%2052.07%20L%20115.02%2058.78%20L%20116.09%2066%22%20transform%3D%22rotate%2883.01%2085.73%2066%29%22%20fill%3D%22none%22%20stroke%3D%22%23B8941E%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2085.73%20132%20L%2085.92%20132.05%20L%2086.08%20132.18%20L%2086.17%20132.39%20L%2086.18%20132.64%20L%2086.08%20132.91%20L%2085.87%20133.16%20L%2085.57%20133.35%20L%2085.18%20133.46%20L%2084.74%20133.44%20L%2084.28%20133.29%20L%2083.84%20132.99%20L%2083.47%20132.56%20L%2083.2%20132%20L%2083.09%20131.35%20L%2083.15%20130.64%20L%2083.4%20129.94%20L%2083.85%20129.28%20L%2084.49%20128.72%20L%2085.29%20128.33%20L%2086.2%20128.14%20L%2087.18%20128.18%20L%2088.17%20128.48%20L%2089.08%20129.03%20L%2089.87%20129.83%20L%2090.46%20130.84%20L%2090.79%20132%20L%2090.84%20133.26%20L%2090.56%20134.53%20L%2089.96%20135.74%20L%2089.05%20136.8%20L%2087.87%20137.64%20L%2086.48%20138.18%20L%2084.96%20138.38%20L%2083.39%20138.19%20L%2081.86%20137.61%20L%2080.49%20136.65%20L%2079.36%20135.35%20L%2078.55%20133.77%20L%2078.14%20132%20L%2078.18%20130.14%20L%2078.67%20128.29%20L%2079.62%20126.58%20L%2080.98%20125.11%20L%2082.7%20123.99%20L%2084.68%20123.31%20L%2086.81%20123.11%20L%2088.98%20123.45%20L%2091.04%20124.31%20L%2092.87%20125.68%20L%2094.35%20127.48%20L%2095.37%20129.62%20L%2095.85%20132%20L%2095.75%20134.47%20L%2095.04%20136.88%20L%2093.75%20139.1%20L%2091.93%20140.97%20L%2089.67%20142.37%20L%2087.09%20143.21%20L%2084.35%20143.4%20L%2081.59%20142.92%20L%2078.99%20141.77%20L%2076.7%20140%20L%2074.88%20137.7%20L%2073.64%20134.98%20L%2073.08%20132%20L%2073.26%20128.93%20L%2074.19%20125.94%20L%2075.83%20123.22%20L%2078.11%20120.95%20L%2080.9%20119.26%20L%2084.07%20118.28%20L%2087.42%20118.09%20L%2090.77%20118.72%20L%2093.92%20120.15%20L%2096.66%20122.32%20L%2098.83%20125.13%20L%20100.28%20128.41%20L%20100.91%20132%20L%20100.66%20135.68%20L%2099.52%20139.24%20L%2097.53%20142.45%20L%2094.8%20145.13%20L%2091.46%20147.1%20L%2087.7%20148.23%20L%2083.74%20148.42%20L%2079.8%20147.65%20L%2076.12%20145.93%20L%2072.91%20143.36%20L%2070.4%20140.05%20L%2068.73%20136.19%20L%2068.02%20132%20L%2068.35%20127.72%20L%2069.71%20123.59%20L%2072.04%20119.87%20L%2075.23%20116.78%20L%2079.11%20114.53%20L%2083.46%20113.26%20L%2088.03%20113.07%20L%2092.57%20113.99%20L%2096.79%20115.98%20L%20100.45%20118.97%20L%20103.31%20122.77%20L%20105.2%20127.2%20L%20105.97%20132%20L%20105.57%20136.89%20L%20104%20141.59%20L%20101.32%20145.81%20L%2097.67%20149.3%20L%2093.26%20151.83%20L%2088.31%20153.25%20L%2083.13%20153.44%20L%2078%20152.38%20L%2073.24%20150.1%20L%2069.13%20146.71%20L%2065.92%20142.4%20L%2063.81%20137.4%20L%2062.96%20132%20L%2063.44%20126.5%20L%2065.23%20121.24%20L%2068.25%20116.51%20L%2072.36%20112.62%20L%2077.31%20109.8%20L%2082.85%20108.24%20L%2088.64%20108.04%20L%2094.36%20109.25%20L%2099.66%20111.82%20L%20104.23%20115.61%20L%20107.79%20120.42%20L%20110.11%20125.99%20L%20111.03%20132%20L%20110.49%20138.1%20L%20108.48%20143.94%20L%20105.11%20149.16%20L%20100.55%20153.46%20L%2095.05%20156.57%20L%2088.92%20158.27%20L%2082.52%20158.47%20L%2076.21%20157.11%20L%2070.37%20154.26%20L%2065.34%20150.07%20L%2061.44%20144.75%20L%2058.9%20138.61%20L%2057.9%20132%20L%2058.52%20125.29%20L%2060.75%20118.89%20L%2064.47%20113.16%20L%2069.48%20108.46%20L%2075.52%20105.07%20L%2082.24%20103.21%20L%2089.25%20103.02%20L%2096.15%20104.52%20L%20102.54%20107.65%20L%20108.02%20112.25%20L%20112.27%20118.07%20L%20115.02%20124.78%20L%20116.09%20132%22%20transform%3D%22rotate%28233.07%2085.73%20132%29%22%20fill%3D%22none%22%20stroke%3D%22%23C79A5A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2085.73%200%20L%2085.92%200.05%20L%2086.08%200.18%20L%2086.17%200.39%20L%2086.18%200.64%20L%2086.08%200.91%20L%2085.87%201.16%20L%2085.57%201.35%20L%2085.18%201.46%20L%2084.74%201.44%20L%2084.28%201.29%20L%2083.84%200.99%20L%2083.47%200.56%20L%2083.2%200%20L%2083.09%20-0.65%20L%2083.15%20-1.36%20L%2083.4%20-2.06%20L%2083.85%20-2.72%20L%2084.49%20-3.28%20L%2085.29%20-3.67%20L%2086.2%20-3.86%20L%2087.18%20-3.82%20L%2088.17%20-3.52%20L%2089.08%20-2.97%20L%2089.87%20-2.17%20L%2090.46%20-1.16%20L%2090.79%200%20L%2090.84%201.26%20L%2090.56%202.53%20L%2089.96%203.74%20L%2089.05%204.8%20L%2087.87%205.64%20L%2086.48%206.18%20L%2084.96%206.38%20L%2083.39%206.19%20L%2081.86%205.61%20L%2080.49%204.65%20L%2079.36%203.35%20L%2078.55%201.77%20L%2078.14%200%20L%2078.18%20-1.86%20L%2078.67%20-3.71%20L%2079.62%20-5.42%20L%2080.98%20-6.89%20L%2082.7%20-8.01%20L%2084.68%20-8.69%20L%2086.81%20-8.89%20L%2088.98%20-8.55%20L%2091.04%20-7.69%20L%2092.87%20-6.32%20L%2094.35%20-4.52%20L%2095.37%20-2.38%20L%2095.85%200%20L%2095.75%202.47%20L%2095.04%204.88%20L%2093.75%207.1%20L%2091.93%208.97%20L%2089.67%2010.37%20L%2087.09%2011.21%20L%2084.35%2011.4%20L%2081.59%2010.92%20L%2078.99%209.77%20L%2076.7%208%20L%2074.88%205.7%20L%2073.64%202.98%20L%2073.08%200%20L%2073.26%20-3.07%20L%2074.19%20-6.06%20L%2075.83%20-8.78%20L%2078.11%20-11.05%20L%2080.9%20-12.74%20L%2084.07%20-13.72%20L%2087.42%20-13.91%20L%2090.77%20-13.28%20L%2093.92%20-11.85%20L%2096.66%20-9.68%20L%2098.83%20-6.87%20L%20100.28%20-3.59%20L%20100.91%200%20L%20100.66%203.68%20L%2099.52%207.24%20L%2097.53%2010.45%20L%2094.8%2013.13%20L%2091.46%2015.1%20L%2087.7%2016.23%20L%2083.74%2016.42%20L%2079.8%2015.65%20L%2076.12%2013.93%20L%2072.91%2011.36%20L%2070.4%208.05%20L%2068.73%204.19%20L%2068.02%200%20L%2068.35%20-4.28%20L%2069.71%20-8.41%20L%2072.04%20-12.13%20L%2075.23%20-15.22%20L%2079.11%20-17.47%20L%2083.46%20-18.74%20L%2088.03%20-18.93%20L%2092.57%20-18.01%20L%2096.79%20-16.02%20L%20100.45%20-13.03%20L%20103.31%20-9.23%20L%20105.2%20-4.8%20L%20105.97%200%20L%20105.57%204.89%20L%20104%209.59%20L%20101.32%2013.81%20L%2097.67%2017.3%20L%2093.26%2019.83%20L%2088.31%2021.25%20L%2083.13%2021.44%20L%2078%2020.38%20L%2073.24%2018.1%20L%2069.13%2014.71%20L%2065.92%2010.4%20L%2063.81%205.4%20L%2062.96%200%20L%2063.44%20-5.5%20L%2065.23%20-10.76%20L%2068.25%20-15.49%20L%2072.36%20-19.38%20L%2077.31%20-22.2%20L%2082.85%20-23.76%20L%2088.64%20-23.96%20L%2094.36%20-22.75%20L%2099.66%20-20.18%20L%20104.23%20-16.39%20L%20107.79%20-11.58%20L%20110.11%20-6.01%20L%20111.03%200%20L%20110.49%206.1%20L%20108.48%2011.94%20L%20105.11%2017.16%20L%20100.55%2021.46%20L%2095.05%2024.57%20L%2088.92%2026.27%20L%2082.52%2026.47%20L%2076.21%2025.11%20L%2070.37%2022.26%20L%2065.34%2018.07%20L%2061.44%2012.75%20L%2058.9%206.61%20L%2057.9%200%20L%2058.52%20-6.71%20L%2060.75%20-13.11%20L%2064.47%20-18.84%20L%2069.48%20-23.54%20L%2075.52%20-26.93%20L%2082.24%20-28.79%20L%2089.25%20-28.98%20L%2096.15%20-27.48%20L%20102.54%20-24.35%20L%20108.02%20-19.75%20L%20112.27%20-13.93%20L%20115.02%20-7.22%20L%20116.09%200%22%20transform%3D%22rotate%28235.4%2085.73%200%29%22%20fill%3D%22none%22%20stroke%3D%22%23C79A5A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20142.89%2033%20L%20143.08%2033.05%20L%20143.23%2033.18%20L%20143.33%2033.39%20L%20143.33%2033.64%20L%20143.24%2033.91%20L%20143.03%2034.16%20L%20142.73%2034.35%20L%20142.34%2034.46%20L%20141.9%2034.44%20L%20141.43%2034.29%20L%20140.99%2033.99%20L%20140.62%2033.56%20L%20140.36%2033%20L%20140.24%2032.35%20L%20140.31%2031.64%20L%20140.56%2030.94%20L%20141.01%2030.28%20L%20141.65%2029.72%20L%20142.44%2029.33%20L%20143.36%2029.14%20L%20144.34%2029.18%20L%20145.32%2029.48%20L%20146.24%2030.03%20L%20147.03%2030.83%20L%20147.61%2031.84%20L%20147.95%2033%20L%20147.99%2034.26%20L%20147.72%2035.53%20L%20147.11%2036.74%20L%20146.21%2037.8%20L%20145.03%2038.64%20L%20143.64%2039.18%20L%20142.12%2039.38%20L%20140.54%2039.19%20L%20139.02%2038.61%20L%20137.65%2037.65%20L%20136.51%2036.35%20L%20135.71%2034.77%20L%20135.3%2033%20L%20135.33%2031.14%20L%20135.82%2029.29%20L%20136.77%2027.58%20L%20138.14%2026.11%20L%20139.85%2024.99%20L%20141.83%2024.31%20L%20143.97%2024.11%20L%20146.13%2024.45%20L%20148.2%2025.31%20L%20150.03%2026.68%20L%20151.51%2028.48%20L%20152.53%2030.62%20L%20153.01%2033%20L%20152.9%2035.47%20L%20152.2%2037.88%20L%20150.9%2040.1%20L%20149.08%2041.97%20L%20146.82%2043.37%20L%20144.25%2044.21%20L%20141.51%2044.4%20L%20138.75%2043.92%20L%20136.15%2042.77%20L%20133.86%2041%20L%20132.03%2038.7%20L%20130.8%2035.98%20L%20130.24%2033%20L%20130.42%2029.93%20L%20131.34%2026.94%20L%20132.98%2024.22%20L%20135.26%2021.95%20L%20138.06%2020.26%20L%20141.22%2019.28%20L%20144.58%2019.09%20L%20147.93%2019.72%20L%20151.07%2021.15%20L%20153.82%2023.32%20L%20155.99%2026.13%20L%20157.44%2029.41%20L%20158.07%2033%20L%20157.82%2036.68%20L%20156.68%2040.24%20L%20154.69%2043.45%20L%20151.96%2046.13%20L%20148.62%2048.1%20L%20144.86%2049.23%20L%20140.9%2049.42%20L%20136.96%2048.65%20L%20133.27%2046.93%20L%20130.07%2044.36%20L%20127.55%2041.05%20L%20125.88%2037.19%20L%20125.18%2033%20L%20125.51%2028.72%20L%20126.86%2024.59%20L%20129.2%2020.87%20L%20132.39%2017.78%20L%20136.26%2015.53%20L%20140.61%2014.26%20L%20145.19%2014.07%20L%20149.72%2014.99%20L%20153.95%2016.98%20L%20157.6%2019.97%20L%20160.47%2023.77%20L%20162.35%2028.2%20L%20163.13%2033%20L%20162.73%2037.89%20L%20161.16%2042.59%20L%20158.48%2046.81%20L%20154.83%2050.3%20L%20150.41%2052.83%20L%20145.47%2054.25%20L%20140.29%2054.44%20L%20135.16%2053.38%20L%20130.4%2051.1%20L%20126.28%2047.71%20L%20123.07%2043.4%20L%20120.97%2038.4%20L%20120.12%2033%20L%20120.59%2027.5%20L%20122.38%2022.24%20L%20125.41%2017.51%20L%20129.51%2013.62%20L%20134.47%2010.8%20L%20140%209.24%20L%20145.8%209.04%20L%20151.52%2010.25%20L%20156.82%2012.82%20L%20161.39%2016.61%20L%20164.95%2021.42%20L%20167.27%2026.99%20L%20168.19%2033%20L%20167.64%2039.1%20L%20165.64%2044.94%20L%20162.26%2050.16%20L%20157.7%2054.46%20L%20152.21%2057.57%20L%20146.08%2059.27%20L%20139.68%2059.47%20L%20133.37%2058.11%20L%20127.52%2055.26%20L%20122.5%2051.07%20L%20118.59%2045.75%20L%20116.06%2039.61%20L%20115.06%2033%20L%20115.68%2026.29%20L%20117.9%2019.89%20L%20121.62%2014.16%20L%20126.64%209.46%20L%20132.68%206.07%20L%20139.39%204.21%20L%20146.41%204.02%20L%20153.31%205.52%20L%20159.69%208.65%20L%20165.18%2013.25%20L%20169.43%2019.07%20L%20172.18%2025.78%20L%20173.25%2033%22%20transform%3D%22rotate%28232.43%20142.89%2033%29%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20142.89%2099%20L%20143.08%2099.05%20L%20143.23%2099.18%20L%20143.33%2099.39%20L%20143.33%2099.64%20L%20143.24%2099.91%20L%20143.03%20100.16%20L%20142.73%20100.35%20L%20142.34%20100.46%20L%20141.9%20100.44%20L%20141.43%20100.29%20L%20140.99%2099.99%20L%20140.62%2099.56%20L%20140.36%2099%20L%20140.24%2098.35%20L%20140.31%2097.64%20L%20140.56%2096.94%20L%20141.01%2096.28%20L%20141.65%2095.72%20L%20142.44%2095.33%20L%20143.36%2095.14%20L%20144.34%2095.18%20L%20145.32%2095.48%20L%20146.24%2096.03%20L%20147.03%2096.83%20L%20147.61%2097.84%20L%20147.95%2099%20L%20147.99%20100.26%20L%20147.72%20101.53%20L%20147.11%20102.74%20L%20146.21%20103.8%20L%20145.03%20104.64%20L%20143.64%20105.18%20L%20142.12%20105.38%20L%20140.54%20105.19%20L%20139.02%20104.61%20L%20137.65%20103.65%20L%20136.51%20102.35%20L%20135.71%20100.77%20L%20135.3%2099%20L%20135.33%2097.14%20L%20135.82%2095.29%20L%20136.77%2093.58%20L%20138.14%2092.11%20L%20139.85%2090.99%20L%20141.83%2090.31%20L%20143.97%2090.11%20L%20146.13%2090.45%20L%20148.2%2091.31%20L%20150.03%2092.68%20L%20151.51%2094.48%20L%20152.53%2096.62%20L%20153.01%2099%20L%20152.9%20101.47%20L%20152.2%20103.88%20L%20150.9%20106.1%20L%20149.08%20107.97%20L%20146.82%20109.37%20L%20144.25%20110.21%20L%20141.51%20110.4%20L%20138.75%20109.92%20L%20136.15%20108.77%20L%20133.86%20107%20L%20132.03%20104.7%20L%20130.8%20101.98%20L%20130.24%2099%20L%20130.42%2095.93%20L%20131.34%2092.94%20L%20132.98%2090.22%20L%20135.26%2087.95%20L%20138.06%2086.26%20L%20141.22%2085.28%20L%20144.58%2085.09%20L%20147.93%2085.72%20L%20151.07%2087.15%20L%20153.82%2089.32%20L%20155.99%2092.13%20L%20157.44%2095.41%20L%20158.07%2099%20L%20157.82%20102.68%20L%20156.68%20106.24%20L%20154.69%20109.45%20L%20151.96%20112.13%20L%20148.62%20114.1%20L%20144.86%20115.23%20L%20140.9%20115.42%20L%20136.96%20114.65%20L%20133.27%20112.93%20L%20130.07%20110.36%20L%20127.55%20107.05%20L%20125.88%20103.19%20L%20125.18%2099%20L%20125.51%2094.72%20L%20126.86%2090.59%20L%20129.2%2086.87%20L%20132.39%2083.78%20L%20136.26%2081.53%20L%20140.61%2080.26%20L%20145.19%2080.07%20L%20149.72%2080.99%20L%20153.95%2082.98%20L%20157.6%2085.97%20L%20160.47%2089.77%20L%20162.35%2094.2%20L%20163.13%2099%20L%20162.73%20103.89%20L%20161.16%20108.59%20L%20158.48%20112.81%20L%20154.83%20116.3%20L%20150.41%20118.83%20L%20145.47%20120.25%20L%20140.29%20120.44%20L%20135.16%20119.38%20L%20130.4%20117.1%20L%20126.28%20113.71%20L%20123.07%20109.4%20L%20120.97%20104.4%20L%20120.12%2099%20L%20120.59%2093.5%20L%20122.38%2088.24%20L%20125.41%2083.51%20L%20129.51%2079.62%20L%20134.47%2076.8%20L%20140%2075.24%20L%20145.8%2075.04%20L%20151.52%2076.25%20L%20156.82%2078.82%20L%20161.39%2082.61%20L%20164.95%2087.42%20L%20167.27%2092.99%20L%20168.19%2099%20L%20167.64%20105.1%20L%20165.64%20110.94%20L%20162.26%20116.16%20L%20157.7%20120.46%20L%20152.21%20123.57%20L%20146.08%20125.27%20L%20139.68%20125.47%20L%20133.37%20124.11%20L%20127.52%20121.26%20L%20122.5%20117.07%20L%20118.59%20111.75%20L%20116.06%20105.61%20L%20115.06%2099%20L%20115.68%2092.29%20L%20117.9%2085.89%20L%20121.62%2080.16%20L%20126.64%2075.46%20L%20132.68%2072.07%20L%20139.39%2070.21%20L%20146.41%2070.02%20L%20153.31%2071.52%20L%20159.69%2074.65%20L%20165.18%2079.25%20L%20169.43%2085.07%20L%20172.18%2091.78%20L%20173.25%2099%22%20transform%3D%22rotate%2822.88%20142.89%2099%29%22%20fill%3D%22none%22%20stroke%3D%22%23B8941E%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20142.89%20165%20L%20143.08%20165.05%20L%20143.23%20165.18%20L%20143.33%20165.39%20L%20143.33%20165.64%20L%20143.24%20165.91%20L%20143.03%20166.16%20L%20142.73%20166.35%20L%20142.34%20166.46%20L%20141.9%20166.44%20L%20141.43%20166.29%20L%20140.99%20165.99%20L%20140.62%20165.56%20L%20140.36%20165%20L%20140.24%20164.35%20L%20140.31%20163.64%20L%20140.56%20162.94%20L%20141.01%20162.28%20L%20141.65%20161.72%20L%20142.44%20161.33%20L%20143.36%20161.14%20L%20144.34%20161.18%20L%20145.32%20161.48%20L%20146.24%20162.03%20L%20147.03%20162.83%20L%20147.61%20163.84%20L%20147.95%20165%20L%20147.99%20166.26%20L%20147.72%20167.53%20L%20147.11%20168.74%20L%20146.21%20169.8%20L%20145.03%20170.64%20L%20143.64%20171.18%20L%20142.12%20171.38%20L%20140.54%20171.19%20L%20139.02%20170.61%20L%20137.65%20169.65%20L%20136.51%20168.35%20L%20135.71%20166.77%20L%20135.3%20165%20L%20135.33%20163.14%20L%20135.82%20161.29%20L%20136.77%20159.58%20L%20138.14%20158.11%20L%20139.85%20156.99%20L%20141.83%20156.31%20L%20143.97%20156.11%20L%20146.13%20156.45%20L%20148.2%20157.31%20L%20150.03%20158.68%20L%20151.51%20160.48%20L%20152.53%20162.62%20L%20153.01%20165%20L%20152.9%20167.47%20L%20152.2%20169.88%20L%20150.9%20172.1%20L%20149.08%20173.97%20L%20146.82%20175.37%20L%20144.25%20176.21%20L%20141.51%20176.4%20L%20138.75%20175.92%20L%20136.15%20174.77%20L%20133.86%20173%20L%20132.03%20170.7%20L%20130.8%20167.98%20L%20130.24%20165%20L%20130.42%20161.93%20L%20131.34%20158.94%20L%20132.98%20156.22%20L%20135.26%20153.95%20L%20138.06%20152.26%20L%20141.22%20151.28%20L%20144.58%20151.09%20L%20147.93%20151.72%20L%20151.07%20153.15%20L%20153.82%20155.32%20L%20155.99%20158.13%20L%20157.44%20161.41%20L%20158.07%20165%20L%20157.82%20168.68%20L%20156.68%20172.24%20L%20154.69%20175.45%20L%20151.96%20178.13%20L%20148.62%20180.1%20L%20144.86%20181.23%20L%20140.9%20181.42%20L%20136.96%20180.65%20L%20133.27%20178.93%20L%20130.07%20176.36%20L%20127.55%20173.05%20L%20125.88%20169.19%20L%20125.18%20165%20L%20125.51%20160.72%20L%20126.86%20156.59%20L%20129.2%20152.87%20L%20132.39%20149.78%20L%20136.26%20147.53%20L%20140.61%20146.26%20L%20145.19%20146.07%20L%20149.72%20146.99%20L%20153.95%20148.98%20L%20157.6%20151.97%20L%20160.47%20155.77%20L%20162.35%20160.2%20L%20163.13%20165%20L%20162.73%20169.89%20L%20161.16%20174.59%20L%20158.48%20178.81%20L%20154.83%20182.3%20L%20150.41%20184.83%20L%20145.47%20186.25%20L%20140.29%20186.44%20L%20135.16%20185.38%20L%20130.4%20183.1%20L%20126.28%20179.71%20L%20123.07%20175.4%20L%20120.97%20170.4%20L%20120.12%20165%20L%20120.59%20159.5%20L%20122.38%20154.24%20L%20125.41%20149.51%20L%20129.51%20145.62%20L%20134.47%20142.8%20L%20140%20141.24%20L%20145.8%20141.04%20L%20151.52%20142.25%20L%20156.82%20144.82%20L%20161.39%20148.61%20L%20164.95%20153.42%20L%20167.27%20158.99%20L%20168.19%20165%20L%20167.64%20171.1%20L%20165.64%20176.94%20L%20162.26%20182.16%20L%20157.7%20186.46%20L%20152.21%20189.57%20L%20146.08%20191.27%20L%20139.68%20191.47%20L%20133.37%20190.11%20L%20127.52%20187.26%20L%20122.5%20183.07%20L%20118.59%20177.75%20L%20116.06%20171.61%20L%20115.06%20165%20L%20115.68%20158.29%20L%20117.9%20151.89%20L%20121.62%20146.16%20L%20126.64%20141.46%20L%20132.68%20138.07%20L%20139.39%20136.21%20L%20146.41%20136.02%20L%20153.31%20137.52%20L%20159.69%20140.65%20L%20165.18%20145.25%20L%20169.43%20151.07%20L%20172.18%20157.78%20L%20173.25%20165%22%20transform%3D%22rotate%2878.91%20142.89%20165%29%22%20fill%3D%22none%22%20stroke%3D%22%23C79A5A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20200.05%2066%20L%20200.23%2066.05%20L%20200.39%2066.18%20L%20200.48%2066.39%20L%20200.49%2066.64%20L%20200.39%2066.91%20L%20200.19%2067.16%20L%20199.88%2067.35%20L%20199.49%2067.46%20L%20199.05%2067.44%20L%20198.59%2067.29%20L%20198.15%2066.99%20L%20197.78%2066.56%20L%20197.52%2066%20L%20197.4%2065.35%20L%20197.46%2064.64%20L%20197.72%2063.94%20L%20198.17%2063.28%20L%20198.8%2062.72%20L%20199.6%2062.33%20L%20200.52%2062.14%20L%20201.5%2062.18%20L%20202.48%2062.48%20L%20203.4%2063.03%20L%20204.18%2063.83%20L%20204.77%2064.84%20L%20205.11%2066%20L%20205.15%2067.26%20L%20204.87%2068.53%20L%20204.27%2069.74%20L%20203.36%2070.8%20L%20202.19%2071.64%20L%20200.8%2072.18%20L%20199.27%2072.38%20L%20197.7%2072.19%20L%20196.18%2071.61%20L%20194.8%2070.65%20L%20193.67%2069.35%20L%20192.87%2067.77%20L%20192.46%2066%20L%20192.49%2064.14%20L%20192.98%2062.29%20L%20193.93%2060.58%20L%20195.29%2059.11%20L%20197.01%2057.99%20L%20198.99%2057.31%20L%20201.13%2057.11%20L%20203.29%2057.45%20L%20205.35%2058.31%20L%20207.18%2059.68%20L%20208.66%2061.48%20L%20209.68%2063.62%20L%20210.17%2066%20L%20210.06%2068.47%20L%20209.35%2070.88%20L%20208.06%2073.1%20L%20206.24%2074.97%20L%20203.98%2076.37%20L%20201.41%2077.21%20L%20198.66%2077.4%20L%20195.91%2076.92%20L%20193.3%2075.77%20L%20191.01%2074%20L%20189.19%2071.7%20L%20187.95%2068.98%20L%20187.4%2066%20L%20187.57%2062.93%20L%20188.5%2059.94%20L%20190.14%2057.22%20L%20192.42%2054.95%20L%20195.22%2053.26%20L%20198.38%2052.28%20L%20201.73%2052.09%20L%20205.08%2052.72%20L%20208.23%2054.15%20L%20210.97%2056.32%20L%20213.14%2059.13%20L%20214.6%2062.41%20L%20215.23%2066%20L%20214.97%2069.68%20L%20213.83%2073.24%20L%20211.85%2076.45%20L%20209.11%2079.13%20L%20205.77%2081.1%20L%20202.02%2082.23%20L%20198.05%2082.42%20L%20194.11%2081.65%20L%20190.43%2079.93%20L%20187.23%2077.36%20L%20184.71%2074.05%20L%20183.04%2070.19%20L%20182.34%2066%20L%20182.66%2061.72%20L%20184.02%2057.59%20L%20186.35%2053.87%20L%20189.54%2050.78%20L%20193.42%2048.53%20L%20197.77%2047.26%20L%20202.34%2047.07%20L%20206.88%2047.99%20L%20211.1%2049.98%20L%20214.76%2052.97%20L%20217.62%2056.77%20L%20219.51%2061.2%20L%20220.29%2066%20L%20219.89%2070.89%20L%20218.31%2075.59%20L%20215.63%2079.81%20L%20211.99%2083.3%20L%20207.57%2085.83%20L%20202.63%2087.25%20L%20197.44%2087.44%20L%20192.32%2086.38%20L%20187.55%2084.1%20L%20183.44%2080.71%20L%20180.23%2076.4%20L%20178.13%2071.4%20L%20177.28%2066%20L%20177.75%2060.5%20L%20179.54%2055.24%20L%20182.57%2050.51%20L%20186.67%2046.62%20L%20191.63%2043.8%20L%20197.16%2042.24%20L%20202.95%2042.04%20L%20208.67%2043.25%20L%20213.98%2045.82%20L%20218.55%2049.61%20L%20222.1%2054.42%20L%20224.42%2059.99%20L%20225.35%2066%20L%20224.8%2072.1%20L%20222.79%2077.94%20L%20219.42%2083.16%20L%20214.86%2087.46%20L%20209.36%2090.57%20L%20203.24%2092.27%20L%20196.83%2092.47%20L%20190.52%2091.11%20L%20184.68%2088.26%20L%20179.65%2084.07%20L%20175.75%2078.75%20L%20173.21%2072.61%20L%20172.22%2066%20L%20172.84%2059.29%20L%20175.06%2052.89%20L%20178.78%2047.16%20L%20183.79%2042.46%20L%20189.83%2039.07%20L%20196.55%2037.21%20L%20203.56%2037.02%20L%20210.47%2038.52%20L%20216.85%2041.65%20L%20222.33%2046.25%20L%20226.58%2052.07%20L%20229.33%2058.78%20L%20230.41%2066%22%20transform%3D%22rotate%28179.51%20200.05%2066%29%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20200.05%20132%20L%20200.23%20132.05%20L%20200.39%20132.18%20L%20200.48%20132.39%20L%20200.49%20132.64%20L%20200.39%20132.91%20L%20200.19%20133.16%20L%20199.88%20133.35%20L%20199.49%20133.46%20L%20199.05%20133.44%20L%20198.59%20133.29%20L%20198.15%20132.99%20L%20197.78%20132.56%20L%20197.52%20132%20L%20197.4%20131.35%20L%20197.46%20130.64%20L%20197.72%20129.94%20L%20198.17%20129.28%20L%20198.8%20128.72%20L%20199.6%20128.33%20L%20200.52%20128.14%20L%20201.5%20128.18%20L%20202.48%20128.48%20L%20203.4%20129.03%20L%20204.18%20129.83%20L%20204.77%20130.84%20L%20205.11%20132%20L%20205.15%20133.26%20L%20204.87%20134.53%20L%20204.27%20135.74%20L%20203.36%20136.8%20L%20202.19%20137.64%20L%20200.8%20138.18%20L%20199.27%20138.38%20L%20197.7%20138.19%20L%20196.18%20137.61%20L%20194.8%20136.65%20L%20193.67%20135.35%20L%20192.87%20133.77%20L%20192.46%20132%20L%20192.49%20130.14%20L%20192.98%20128.29%20L%20193.93%20126.58%20L%20195.29%20125.11%20L%20197.01%20123.99%20L%20198.99%20123.31%20L%20201.13%20123.11%20L%20203.29%20123.45%20L%20205.35%20124.31%20L%20207.18%20125.68%20L%20208.66%20127.48%20L%20209.68%20129.62%20L%20210.17%20132%20L%20210.06%20134.47%20L%20209.35%20136.88%20L%20208.06%20139.1%20L%20206.24%20140.97%20L%20203.98%20142.37%20L%20201.41%20143.21%20L%20198.66%20143.4%20L%20195.91%20142.92%20L%20193.3%20141.77%20L%20191.01%20140%20L%20189.19%20137.7%20L%20187.95%20134.98%20L%20187.4%20132%20L%20187.57%20128.93%20L%20188.5%20125.94%20L%20190.14%20123.22%20L%20192.42%20120.95%20L%20195.22%20119.26%20L%20198.38%20118.28%20L%20201.73%20118.09%20L%20205.08%20118.72%20L%20208.23%20120.15%20L%20210.97%20122.32%20L%20213.14%20125.13%20L%20214.6%20128.41%20L%20215.23%20132%20L%20214.97%20135.68%20L%20213.83%20139.24%20L%20211.85%20142.45%20L%20209.11%20145.13%20L%20205.77%20147.1%20L%20202.02%20148.23%20L%20198.05%20148.42%20L%20194.11%20147.65%20L%20190.43%20145.93%20L%20187.23%20143.36%20L%20184.71%20140.05%20L%20183.04%20136.19%20L%20182.34%20132%20L%20182.66%20127.72%20L%20184.02%20123.59%20L%20186.35%20119.87%20L%20189.54%20116.78%20L%20193.42%20114.53%20L%20197.77%20113.26%20L%20202.34%20113.07%20L%20206.88%20113.99%20L%20211.1%20115.98%20L%20214.76%20118.97%20L%20217.62%20122.77%20L%20219.51%20127.2%20L%20220.29%20132%20L%20219.89%20136.89%20L%20218.31%20141.59%20L%20215.63%20145.81%20L%20211.99%20149.3%20L%20207.57%20151.83%20L%20202.63%20153.25%20L%20197.44%20153.44%20L%20192.32%20152.38%20L%20187.55%20150.1%20L%20183.44%20146.71%20L%20180.23%20142.4%20L%20178.13%20137.4%20L%20177.28%20132%20L%20177.75%20126.5%20L%20179.54%20121.24%20L%20182.57%20116.51%20L%20186.67%20112.62%20L%20191.63%20109.8%20L%20197.16%20108.24%20L%20202.95%20108.04%20L%20208.67%20109.25%20L%20213.98%20111.82%20L%20218.55%20115.61%20L%20222.1%20120.42%20L%20224.42%20125.99%20L%20225.35%20132%20L%20224.8%20138.1%20L%20222.79%20143.94%20L%20219.42%20149.16%20L%20214.86%20153.46%20L%20209.36%20156.57%20L%20203.24%20158.27%20L%20196.83%20158.47%20L%20190.52%20157.11%20L%20184.68%20154.26%20L%20179.65%20150.07%20L%20175.75%20144.75%20L%20173.21%20138.61%20L%20172.22%20132%20L%20172.84%20125.29%20L%20175.06%20118.89%20L%20178.78%20113.16%20L%20183.79%20108.46%20L%20189.83%20105.07%20L%20196.55%20103.21%20L%20203.56%20103.02%20L%20210.47%20104.52%20L%20216.85%20107.65%20L%20222.33%20112.25%20L%20226.58%20118.07%20L%20229.33%20124.78%20L%20230.41%20132%22%20transform%3D%22rotate%28172.04%20200.05%20132%29%22%20fill%3D%22none%22%20stroke%3D%22%23B8941E%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20200.05%200%20L%20200.23%200.05%20L%20200.39%200.18%20L%20200.48%200.39%20L%20200.49%200.64%20L%20200.39%200.91%20L%20200.19%201.16%20L%20199.88%201.35%20L%20199.49%201.46%20L%20199.05%201.44%20L%20198.59%201.29%20L%20198.15%200.99%20L%20197.78%200.56%20L%20197.52%200%20L%20197.4%20-0.65%20L%20197.46%20-1.36%20L%20197.72%20-2.06%20L%20198.17%20-2.72%20L%20198.8%20-3.28%20L%20199.6%20-3.67%20L%20200.52%20-3.86%20L%20201.5%20-3.82%20L%20202.48%20-3.52%20L%20203.4%20-2.97%20L%20204.18%20-2.17%20L%20204.77%20-1.16%20L%20205.11%200%20L%20205.15%201.26%20L%20204.87%202.53%20L%20204.27%203.74%20L%20203.36%204.8%20L%20202.19%205.64%20L%20200.8%206.18%20L%20199.27%206.38%20L%20197.7%206.19%20L%20196.18%205.61%20L%20194.8%204.65%20L%20193.67%203.35%20L%20192.87%201.77%20L%20192.46%200%20L%20192.49%20-1.86%20L%20192.98%20-3.71%20L%20193.93%20-5.42%20L%20195.29%20-6.89%20L%20197.01%20-8.01%20L%20198.99%20-8.69%20L%20201.13%20-8.89%20L%20203.29%20-8.55%20L%20205.35%20-7.69%20L%20207.18%20-6.32%20L%20208.66%20-4.52%20L%20209.68%20-2.38%20L%20210.17%200%20L%20210.06%202.47%20L%20209.35%204.88%20L%20208.06%207.1%20L%20206.24%208.97%20L%20203.98%2010.37%20L%20201.41%2011.21%20L%20198.66%2011.4%20L%20195.91%2010.92%20L%20193.3%209.77%20L%20191.01%208%20L%20189.19%205.7%20L%20187.95%202.98%20L%20187.4%200%20L%20187.57%20-3.07%20L%20188.5%20-6.06%20L%20190.14%20-8.78%20L%20192.42%20-11.05%20L%20195.22%20-12.74%20L%20198.38%20-13.72%20L%20201.73%20-13.91%20L%20205.08%20-13.28%20L%20208.23%20-11.85%20L%20210.97%20-9.68%20L%20213.14%20-6.87%20L%20214.6%20-3.59%20L%20215.23%200%20L%20214.97%203.68%20L%20213.83%207.24%20L%20211.85%2010.45%20L%20209.11%2013.13%20L%20205.77%2015.1%20L%20202.02%2016.23%20L%20198.05%2016.42%20L%20194.11%2015.65%20L%20190.43%2013.93%20L%20187.23%2011.36%20L%20184.71%208.05%20L%20183.04%204.19%20L%20182.34%200%20L%20182.66%20-4.28%20L%20184.02%20-8.41%20L%20186.35%20-12.13%20L%20189.54%20-15.22%20L%20193.42%20-17.47%20L%20197.77%20-18.74%20L%20202.34%20-18.93%20L%20206.88%20-18.01%20L%20211.1%20-16.02%20L%20214.76%20-13.03%20L%20217.62%20-9.23%20L%20219.51%20-4.8%20L%20220.29%200%20L%20219.89%204.89%20L%20218.31%209.59%20L%20215.63%2013.81%20L%20211.99%2017.3%20L%20207.57%2019.83%20L%20202.63%2021.25%20L%20197.44%2021.44%20L%20192.32%2020.38%20L%20187.55%2018.1%20L%20183.44%2014.71%20L%20180.23%2010.4%20L%20178.13%205.4%20L%20177.28%200%20L%20177.75%20-5.5%20L%20179.54%20-10.76%20L%20182.57%20-15.49%20L%20186.67%20-19.38%20L%20191.63%20-22.2%20L%20197.16%20-23.76%20L%20202.95%20-23.96%20L%20208.67%20-22.75%20L%20213.98%20-20.18%20L%20218.55%20-16.39%20L%20222.1%20-11.58%20L%20224.42%20-6.01%20L%20225.35%200%20L%20224.8%206.1%20L%20222.79%2011.94%20L%20219.42%2017.16%20L%20214.86%2021.46%20L%20209.36%2024.57%20L%20203.24%2026.27%20L%20196.83%2026.47%20L%20190.52%2025.11%20L%20184.68%2022.26%20L%20179.65%2018.07%20L%20175.75%2012.75%20L%20173.21%206.61%20L%20172.22%200%20L%20172.84%20-6.71%20L%20175.06%20-13.11%20L%20178.78%20-18.84%20L%20183.79%20-23.54%20L%20189.83%20-26.93%20L%20196.55%20-28.79%20L%20203.56%20-28.98%20L%20210.47%20-27.48%20L%20216.85%20-24.35%20L%20222.33%20-19.75%20L%20226.58%20-13.93%20L%20229.33%20-7.22%20L%20230.41%200%22%20transform%3D%22rotate%28240.06%20200.05%200%29%22%20fill%3D%22none%22%20stroke%3D%22%23C79A5A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fg%3E%3C%2Fdefs%3E%0A%3Crect%20width%3D%22228.62%22%20height%3D%22198%22%20fill%3D%22%23000000%22%2F%3E%0A%3Cuse%20href%3D%22%23u15842_m%22%20x%3D%22-228.62%22%20y%3D%22-198%22%2F%3E%3Cuse%20href%3D%22%23u15842_m%22%20x%3D%220%22%20y%3D%22-198%22%2F%3E%3Cuse%20href%3D%22%23u15842_m%22%20x%3D%22228.62%22%20y%3D%22-198%22%2F%3E%3Cuse%20href%3D%22%23u15842_m%22%20x%3D%22-228.62%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u15842_m%22%20x%3D%220%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u15842_m%22%20x%3D%22228.62%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u15842_m%22%20x%3D%22-228.62%22%20y%3D%22198%22%2F%3E%3Cuse%20href%3D%22%23u15842_m%22%20x%3D%220%22%20y%3D%22198%22%2F%3E%3Cuse%20href%3D%22%23u15842_m%22%20x%3D%22228.62%22%20y%3D%22198%22%2F%3E%3C%2Fsvg%3E);--pat5: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22438%22%20height%3D%22438%22%20viewBox%3D%220%200%20438%20438%22%3E%0A%3Cdefs%3E%3Cg%20id%3D%22u17562_m%22%20opacity%3D%220.23%22%3E%3Cpath%20d%3D%22M%2036.5%200%20L%2073%2036.5%20L%2036.5%2073%20L%200%2036.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%232E7D8C%22%20stroke%3D%22%231b4951%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20109.5%200%20L%20146%2036.5%20L%20109.5%2073%20L%2073%2036.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23E08A5B%22%20stroke%3D%22%23825035%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20182.5%200%20L%20219%2036.5%20L%20182.5%2073%20L%20146%2036.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23E08A5B%22%20stroke%3D%22%23825035%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20255.5%200%20L%20292%2036.5%20L%20255.5%2073%20L%20219%2036.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%232E7D8C%22%20stroke%3D%22%231b4951%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20328.5%200%20L%20365%2036.5%20L%20328.5%2073%20L%20292%2036.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%232E7D8C%22%20stroke%3D%22%231b4951%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20401.5%200%20L%20438%2036.5%20L%20401.5%2073%20L%20365%2036.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23E08A5B%22%20stroke%3D%22%23825035%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2036.5%2073%20L%2073%20109.5%20L%2036.5%20146%20L%200%20109.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%235FB0BF%22%20stroke%3D%22%2337666f%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20109.5%2073%20L%20146%20109.5%20L%20109.5%20146%20L%2073%20109.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%235FB0BF%22%20stroke%3D%22%2337666f%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20182.5%2073%20L%20219%20109.5%20L%20182.5%20146%20L%20146%20109.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%231C3D45%22%20stroke%3D%22%23102328%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20255.5%2073%20L%20292%20109.5%20L%20255.5%20146%20L%20219%20109.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%231C3D45%22%20stroke%3D%22%23102328%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20328.5%2073%20L%20365%20109.5%20L%20328.5%20146%20L%20292%20109.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%235FB0BF%22%20stroke%3D%22%2337666f%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20401.5%2073%20L%20438%20109.5%20L%20401.5%20146%20L%20365%20109.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%235FB0BF%22%20stroke%3D%22%2337666f%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2036.5%20146%20L%2073%20182.5%20L%2036.5%20219%20L%200%20182.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%232E7D8C%22%20stroke%3D%22%231b4951%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20109.5%20146%20L%20146%20182.5%20L%20109.5%20219%20L%2073%20182.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23E08A5B%22%20stroke%3D%22%23825035%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20182.5%20146%20L%20219%20182.5%20L%20182.5%20219%20L%20146%20182.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23E08A5B%22%20stroke%3D%22%23825035%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20255.5%20146%20L%20292%20182.5%20L%20255.5%20219%20L%20219%20182.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%232E7D8C%22%20stroke%3D%22%231b4951%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20328.5%20146%20L%20365%20182.5%20L%20328.5%20219%20L%20292%20182.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%232E7D8C%22%20stroke%3D%22%231b4951%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20401.5%20146%20L%20438%20182.5%20L%20401.5%20219%20L%20365%20182.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23E08A5B%22%20stroke%3D%22%23825035%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2036.5%20219%20L%2073%20255.5%20L%2036.5%20292%20L%200%20255.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%235FB0BF%22%20stroke%3D%22%2337666f%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20109.5%20219%20L%20146%20255.5%20L%20109.5%20292%20L%2073%20255.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%235FB0BF%22%20stroke%3D%22%2337666f%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20182.5%20219%20L%20219%20255.5%20L%20182.5%20292%20L%20146%20255.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%231C3D45%22%20stroke%3D%22%23102328%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20255.5%20219%20L%20292%20255.5%20L%20255.5%20292%20L%20219%20255.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%231C3D45%22%20stroke%3D%22%23102328%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20328.5%20219%20L%20365%20255.5%20L%20328.5%20292%20L%20292%20255.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%235FB0BF%22%20stroke%3D%22%2337666f%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20401.5%20219%20L%20438%20255.5%20L%20401.5%20292%20L%20365%20255.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%235FB0BF%22%20stroke%3D%22%2337666f%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2036.5%20292%20L%2073%20328.5%20L%2036.5%20365%20L%200%20328.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%232E7D8C%22%20stroke%3D%22%231b4951%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20109.5%20292%20L%20146%20328.5%20L%20109.5%20365%20L%2073%20328.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23E08A5B%22%20stroke%3D%22%23825035%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20182.5%20292%20L%20219%20328.5%20L%20182.5%20365%20L%20146%20328.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23E08A5B%22%20stroke%3D%22%23825035%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20255.5%20292%20L%20292%20328.5%20L%20255.5%20365%20L%20219%20328.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%232E7D8C%22%20stroke%3D%22%231b4951%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20328.5%20292%20L%20365%20328.5%20L%20328.5%20365%20L%20292%20328.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%232E7D8C%22%20stroke%3D%22%231b4951%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20401.5%20292%20L%20438%20328.5%20L%20401.5%20365%20L%20365%20328.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23E08A5B%22%20stroke%3D%22%23825035%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2036.5%20365%20L%2073%20401.5%20L%2036.5%20438%20L%200%20401.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%235FB0BF%22%20stroke%3D%22%2337666f%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20109.5%20365%20L%20146%20401.5%20L%20109.5%20438%20L%2073%20401.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%235FB0BF%22%20stroke%3D%22%2337666f%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20182.5%20365%20L%20219%20401.5%20L%20182.5%20438%20L%20146%20401.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%231C3D45%22%20stroke%3D%22%23102328%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20255.5%20365%20L%20292%20401.5%20L%20255.5%20438%20L%20219%20401.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%231C3D45%22%20stroke%3D%22%23102328%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20328.5%20365%20L%20365%20401.5%20L%20328.5%20438%20L%20292%20401.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%235FB0BF%22%20stroke%3D%22%2337666f%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20401.5%20365%20L%20438%20401.5%20L%20401.5%20438%20L%20365%20401.5%20Z%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%235FB0BF%22%20stroke%3D%22%2337666f%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fg%3E%3C%2Fdefs%3E%0A%0A%3Cuse%20href%3D%22%23u17562_m%22%20x%3D%22-438%22%20y%3D%22-438%22%2F%3E%3Cuse%20href%3D%22%23u17562_m%22%20x%3D%220%22%20y%3D%22-438%22%2F%3E%3Cuse%20href%3D%22%23u17562_m%22%20x%3D%22438%22%20y%3D%22-438%22%2F%3E%3Cuse%20href%3D%22%23u17562_m%22%20x%3D%22-438%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u17562_m%22%20x%3D%220%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u17562_m%22%20x%3D%22438%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u17562_m%22%20x%3D%22-438%22%20y%3D%22438%22%2F%3E%3Cuse%20href%3D%22%23u17562_m%22%20x%3D%220%22%20y%3D%22438%22%2F%3E%3Cuse%20href%3D%22%23u17562_m%22%20x%3D%22438%22%20y%3D%22438%22%2F%3E%3C%2Fsvg%3E);--pat6: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22618%22%20height%3D%22618%22%20viewBox%3D%220%200%20618%20618%22%3E%0A%3Cdefs%3E%3Cg%20id%3D%22u17461_m%22%20opacity%3D%220.23%22%3E%3Crect%20x%3D%2222.12%22%20y%3D%2222.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23B8941E%22%20stroke%3D%22%236b5611%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%2238.23%22%20y%3D%2238.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23D5AF34%22%20stroke%3D%22%237c661e%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22107.12%22%20y%3D%224.12%22%20width%3D%2294.76%22%20height%3D%2294.76%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23B8941E%22%20stroke%3D%22%236b5611%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22125.12%22%20y%3D%2222.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23F3E6D1%22%20stroke%3D%22%238d8579%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22141.23%22%20y%3D%2238.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23714A28%22%20stroke%3D%22%23422b17%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22228.12%22%20y%3D%2222.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23C79A5A%22%20stroke%3D%22%23735934%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22244.23%22%20y%3D%2238.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23714A28%22%20stroke%3D%22%23422b17%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22313.12%22%20y%3D%224.12%22%20width%3D%2294.76%22%20height%3D%2294.76%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23C79A5A%22%20stroke%3D%22%23735934%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22331.12%22%20y%3D%2222.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23F3E6D1%22%20stroke%3D%22%238d8579%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22347.23%22%20y%3D%2238.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%232C1810%22%20stroke%3D%22%231a0e09%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22434.12%22%20y%3D%2222.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23D5AF34%22%20stroke%3D%22%237c661e%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22450.23%22%20y%3D%2238.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%232C1810%22%20stroke%3D%22%231a0e09%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22519.12%22%20y%3D%224.12%22%20width%3D%2294.76%22%20height%3D%2294.76%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23D5AF34%22%20stroke%3D%22%237c661e%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22537.12%22%20y%3D%2222.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23F3E6D1%22%20stroke%3D%22%238d8579%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22553.23%22%20y%3D%2238.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23B8941E%22%20stroke%3D%22%236b5611%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%224.12%22%20y%3D%22107.12%22%20width%3D%2294.76%22%20height%3D%2294.76%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23D5AF34%22%20stroke%3D%22%237c661e%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%2222.12%22%20y%3D%22125.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23F3E6D1%22%20stroke%3D%22%238d8579%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%2238.23%22%20y%3D%22141.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23B8941E%22%20stroke%3D%22%236b5611%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22125.12%22%20y%3D%22125.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23714A28%22%20stroke%3D%22%23422b17%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22141.23%22%20y%3D%22141.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23B8941E%22%20stroke%3D%22%236b5611%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22210.12%22%20y%3D%22107.12%22%20width%3D%2294.76%22%20height%3D%2294.76%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23714A28%22%20stroke%3D%22%23422b17%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22228.12%22%20y%3D%22125.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23F3E6D1%22%20stroke%3D%22%238d8579%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22244.23%22%20y%3D%22141.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23C79A5A%22%20stroke%3D%22%23735934%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22331.12%22%20y%3D%22125.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%232C1810%22%20stroke%3D%22%231a0e09%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22347.23%22%20y%3D%22141.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23C79A5A%22%20stroke%3D%22%23735934%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22416.12%22%20y%3D%22107.12%22%20width%3D%2294.76%22%20height%3D%2294.76%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%232C1810%22%20stroke%3D%22%231a0e09%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22434.12%22%20y%3D%22125.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23F3E6D1%22%20stroke%3D%22%238d8579%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22450.23%22%20y%3D%22141.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23D5AF34%22%20stroke%3D%22%237c661e%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22537.12%22%20y%3D%22125.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23B8941E%22%20stroke%3D%22%236b5611%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22553.23%22%20y%3D%22141.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23D5AF34%22%20stroke%3D%22%237c661e%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%2222.12%22%20y%3D%22228.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23B8941E%22%20stroke%3D%22%236b5611%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%2238.23%22%20y%3D%22244.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23D5AF34%22%20stroke%3D%22%237c661e%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22107.12%22%20y%3D%22210.12%22%20width%3D%2294.76%22%20height%3D%2294.76%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23B8941E%22%20stroke%3D%22%236b5611%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22125.12%22%20y%3D%22228.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23F3E6D1%22%20stroke%3D%22%238d8579%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22141.23%22%20y%3D%22244.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23714A28%22%20stroke%3D%22%23422b17%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22228.12%22%20y%3D%22228.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23C79A5A%22%20stroke%3D%22%23735934%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22244.23%22%20y%3D%22244.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23714A28%22%20stroke%3D%22%23422b17%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22313.12%22%20y%3D%22210.12%22%20width%3D%2294.76%22%20height%3D%2294.76%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23C79A5A%22%20stroke%3D%22%23735934%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22331.12%22%20y%3D%22228.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23F3E6D1%22%20stroke%3D%22%238d8579%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22347.23%22%20y%3D%22244.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%232C1810%22%20stroke%3D%22%231a0e09%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22434.12%22%20y%3D%22228.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23D5AF34%22%20stroke%3D%22%237c661e%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22450.23%22%20y%3D%22244.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%232C1810%22%20stroke%3D%22%231a0e09%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22519.12%22%20y%3D%22210.12%22%20width%3D%2294.76%22%20height%3D%2294.76%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23D5AF34%22%20stroke%3D%22%237c661e%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22537.12%22%20y%3D%22228.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23F3E6D1%22%20stroke%3D%22%238d8579%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22553.23%22%20y%3D%22244.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23B8941E%22%20stroke%3D%22%236b5611%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%224.12%22%20y%3D%22313.12%22%20width%3D%2294.76%22%20height%3D%2294.76%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23D5AF34%22%20stroke%3D%22%237c661e%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%2222.12%22%20y%3D%22331.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23F3E6D1%22%20stroke%3D%22%238d8579%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%2238.23%22%20y%3D%22347.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23B8941E%22%20stroke%3D%22%236b5611%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22125.12%22%20y%3D%22331.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23714A28%22%20stroke%3D%22%23422b17%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22141.23%22%20y%3D%22347.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23B8941E%22%20stroke%3D%22%236b5611%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22210.12%22%20y%3D%22313.12%22%20width%3D%2294.76%22%20height%3D%2294.76%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23714A28%22%20stroke%3D%22%23422b17%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22228.12%22%20y%3D%22331.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23F3E6D1%22%20stroke%3D%22%238d8579%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22244.23%22%20y%3D%22347.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23C79A5A%22%20stroke%3D%22%23735934%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22331.12%22%20y%3D%22331.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%232C1810%22%20stroke%3D%22%231a0e09%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22347.23%22%20y%3D%22347.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23C79A5A%22%20stroke%3D%22%23735934%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22416.12%22%20y%3D%22313.12%22%20width%3D%2294.76%22%20height%3D%2294.76%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%232C1810%22%20stroke%3D%22%231a0e09%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22434.12%22%20y%3D%22331.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23F3E6D1%22%20stroke%3D%22%238d8579%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22450.23%22%20y%3D%22347.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23D5AF34%22%20stroke%3D%22%237c661e%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22537.12%22%20y%3D%22331.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23B8941E%22%20stroke%3D%22%236b5611%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22553.23%22%20y%3D%22347.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23D5AF34%22%20stroke%3D%22%237c661e%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%2222.12%22%20y%3D%22434.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23B8941E%22%20stroke%3D%22%236b5611%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%2238.23%22%20y%3D%22450.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23D5AF34%22%20stroke%3D%22%237c661e%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22107.12%22%20y%3D%22416.12%22%20width%3D%2294.76%22%20height%3D%2294.76%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23B8941E%22%20stroke%3D%22%236b5611%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22125.12%22%20y%3D%22434.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23F3E6D1%22%20stroke%3D%22%238d8579%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22141.23%22%20y%3D%22450.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23714A28%22%20stroke%3D%22%23422b17%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22228.12%22%20y%3D%22434.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23C79A5A%22%20stroke%3D%22%23735934%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22244.23%22%20y%3D%22450.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23714A28%22%20stroke%3D%22%23422b17%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22313.12%22%20y%3D%22416.12%22%20width%3D%2294.76%22%20height%3D%2294.76%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23C79A5A%22%20stroke%3D%22%23735934%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22331.12%22%20y%3D%22434.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23F3E6D1%22%20stroke%3D%22%238d8579%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22347.23%22%20y%3D%22450.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%232C1810%22%20stroke%3D%22%231a0e09%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22434.12%22%20y%3D%22434.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23D5AF34%22%20stroke%3D%22%237c661e%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22450.23%22%20y%3D%22450.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%232C1810%22%20stroke%3D%22%231a0e09%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22519.12%22%20y%3D%22416.12%22%20width%3D%2294.76%22%20height%3D%2294.76%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23D5AF34%22%20stroke%3D%22%237c661e%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22537.12%22%20y%3D%22434.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23F3E6D1%22%20stroke%3D%22%238d8579%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22553.23%22%20y%3D%22450.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23B8941E%22%20stroke%3D%22%236b5611%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%224.12%22%20y%3D%22519.12%22%20width%3D%2294.76%22%20height%3D%2294.76%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23D5AF34%22%20stroke%3D%22%237c661e%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%2222.12%22%20y%3D%22537.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23F3E6D1%22%20stroke%3D%22%238d8579%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%2238.23%22%20y%3D%22553.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23B8941E%22%20stroke%3D%22%236b5611%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22125.12%22%20y%3D%22537.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23714A28%22%20stroke%3D%22%23422b17%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22141.23%22%20y%3D%22553.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23B8941E%22%20stroke%3D%22%236b5611%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22210.12%22%20y%3D%22519.12%22%20width%3D%2294.76%22%20height%3D%2294.76%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23714A28%22%20stroke%3D%22%23422b17%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22228.12%22%20y%3D%22537.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23F3E6D1%22%20stroke%3D%22%238d8579%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22244.23%22%20y%3D%22553.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23C79A5A%22%20stroke%3D%22%23735934%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22331.12%22%20y%3D%22537.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%232C1810%22%20stroke%3D%22%231a0e09%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22347.23%22%20y%3D%22553.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23C79A5A%22%20stroke%3D%22%23735934%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22416.12%22%20y%3D%22519.12%22%20width%3D%2294.76%22%20height%3D%2294.76%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%232C1810%22%20stroke%3D%22%231a0e09%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22434.12%22%20y%3D%22537.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23F3E6D1%22%20stroke%3D%22%238d8579%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22450.23%22%20y%3D%22553.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23D5AF34%22%20stroke%3D%22%237c661e%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22537.12%22%20y%3D%22537.12%22%20width%3D%2258.75%22%20height%3D%2258.75%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23B8941E%22%20stroke%3D%22%236b5611%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Crect%20x%3D%22553.23%22%20y%3D%22553.23%22%20width%3D%2226.53%22%20height%3D%2226.53%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22%23D5AF34%22%20stroke%3D%22%237c661e%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fg%3E%3C%2Fdefs%3E%0A%0A%3Cuse%20href%3D%22%23u17461_m%22%20x%3D%22-618%22%20y%3D%22-618%22%2F%3E%3Cuse%20href%3D%22%23u17461_m%22%20x%3D%220%22%20y%3D%22-618%22%2F%3E%3Cuse%20href%3D%22%23u17461_m%22%20x%3D%22618%22%20y%3D%22-618%22%2F%3E%3Cuse%20href%3D%22%23u17461_m%22%20x%3D%22-618%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u17461_m%22%20x%3D%220%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u17461_m%22%20x%3D%22618%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u17461_m%22%20x%3D%22-618%22%20y%3D%22618%22%2F%3E%3Cuse%20href%3D%22%23u17461_m%22%20x%3D%220%22%20y%3D%22618%22%2F%3E%3Cuse%20href%3D%22%23u17461_m%22%20x%3D%22618%22%20y%3D%22618%22%2F%3E%3C%2Fsvg%3E);--pat7: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22790%22%20height%3D%22948%22%20viewBox%3D%220%200%20790%20948%22%3E%0A%3Cdefs%3E%3ClinearGradient%20id%3D%22u10310_g0%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23f6d2db%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b4929b%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u10310_g1%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23cbe0ed%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%238b9fac%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u10310_g2%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23dfd2f0%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239e92af%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u10310_g3%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23f8e1c8%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b6a188%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u10310_g4%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23cce9dd%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%238da89c%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3Cg%20id%3D%22u10310_m%22%20opacity%3D%220.34%22%3E%3Cpath%20d%3D%22M%2064.63%200%20C%2066.6%2013.62%2063.39%2034.62%2054.6%2045.81%20C%2045.8%2057%2025.7%2066.55%2011.84%2067.15%20C%20-2.01%2067.75%20-15.77%2056.68%20-28.53%2049.42%20C%20-41.3%2042.15%20-61.28%2034.8%20-64.76%2023.57%20C%20-68.24%2012.34%20-54.48%20-4.16%20-49.4%20-17.98%20C%20-44.32%20-31.8%20-44.31%20-52.11%20-34.27%20-59.36%20C%20-24.23%20-66.6%20-2%20-65.36%2010.83%20-61.45%20C%2023.67%20-57.54%2033.79%20-46.12%2042.76%20-35.88%20C%2051.72%20-25.64%2062.65%20-13.62%2064.63%200%20Z%22%20transform%3D%22translate%2894.79%2072.73%29%20rotate%28176.55%29%22%20fill%3D%22url%28%23u10310_g1%29%22%2F%3E%3Ccircle%20cx%3D%2227.87%22%20cy%3D%22131.32%22%20r%3D%227.9%22%20fill%3D%22url%28%23u10310_g3%29%22%2F%3E%3Cpath%20d%3D%22M%2056.4%200%20C%2056.51%2018.38%2046.1%2047.9%2032.18%2055.74%20C%2018.26%2063.57%20-12.48%2056.3%20-27.14%2047.01%20C%20-41.81%2037.72%20-55.68%2015.9%20-55.81%200%20C%20-55.95%20-15.9%20-42.49%20-39.31%20-27.94%20-48.4%20C%20-13.39%20-57.49%2017.44%20-62.63%2031.5%20-54.56%20C%2045.56%20-46.49%2056.29%20-18.38%2056.4%200%20Z%22%20transform%3D%22translate%28234.86%2087.54%29%20rotate%2881.65%29%22%20fill%3D%22url%28%23u10310_g4%29%22%2F%3E%3Cpath%20d%3D%22M%2051.35%200%20C%2050.92%2012.29%2049.42%2025.63%2042.65%2035.79%20C%2035.89%2045.95%2022.16%2059.46%2010.75%2060.95%20C%20-0.67%2062.44%20-16.16%2052.04%20-25.84%2044.75%20C%20-35.51%2037.46%20-43.36%2027.67%20-47.29%2017.21%20C%20-51.22%206.76%20-52.39%20-6.59%20-49.43%20-17.99%20C%20-46.48%20-29.4%20-39.62%20-43.92%20-29.57%20-51.21%20C%20-19.51%20-58.51%20-1.57%20-63.98%2010.89%20-61.77%20C%2023.35%20-59.55%2038.45%20-48.22%2045.2%20-37.92%20C%2051.94%20-27.63%2051.77%20-12.29%2051.35%200%20Z%22%20transform%3D%22translate%28418.85%2072.01%29%20rotate%28338.96%29%22%20fill%3D%22url%28%23u10310_g2%29%22%2F%3E%3Ccircle%20cx%3D%22402.47%22%20cy%3D%22101.89%22%20r%3D%227.9%22%20fill%3D%22url%28%23u10310_g2%29%22%2F%3E%3Cpath%20d%3D%22M%2071.57%200%20C%2070.53%2015.12%2060.73%2030.65%2050.93%2042.74%20C%2041.13%2054.82%2026.75%2070.16%2012.79%2072.52%20C%20-1.17%2074.87%20-19.11%2064.73%20-32.83%2056.86%20C%20-46.54%2048.99%20-63.17%2039.06%20-69.48%2025.29%20C%20-75.8%2011.52%20-75.98%20-10.55%20-70.74%20-25.75%20C%20-65.5%20-40.95%20-51.89%20-58.53%20-38.05%20-65.9%20C%20-24.2%20-73.26%20-3.55%20-72.9%2012.33%20-69.92%20C%2028.2%20-66.94%2047.33%20-59.66%2057.21%20-48%20C%2067.08%20-36.35%2072.62%20-15.12%2071.57%200%20Z%22%20transform%3D%22translate%28559.8%2092.06%29%20rotate%28354.55%29%22%20fill%3D%22url%28%23u10310_g0%29%22%2F%3E%3Cpath%20d%3D%22M%2063.28%200%20C%2063.62%2014.16%2054.05%2033.03%2043.5%2043.5%20C%2032.96%2053.98%2014.08%2063.29%200%2062.86%20C%20-14.08%2062.44%20-31.28%2051.43%20-40.95%2040.95%20C%20-50.62%2030.47%20-57.62%2014.03%20-58%200%20C%20-58.38%20-14.03%20-52.91%20-33.1%20-43.24%20-43.24%20C%20-33.58%20-53.39%20-14.11%20-61.2%200%20-60.9%20C%2014.11%20-60.6%2030.9%20-51.59%2041.44%20-41.44%20C%2051.99%20-31.29%2062.94%20-14.16%2063.28%200%20Z%22%20transform%3D%22translate%28695.65%2083.75%29%20rotate%28351.46%29%22%20fill%3D%22url%28%23u10310_g2%29%22%2F%3E%3Cpath%20d%3D%22M%2026.32%200%20C%2025.87%207.99%2019.34%2017.35%2012.49%2021.63%20C%205.63%2025.91%20-7.9%2029.29%20-14.83%2025.69%20C%20-21.76%2022.09%20-29.13%208.53%20-29.11%200%20C%20-29.09%20-8.53%20-22.1%20-21.11%20-14.72%20-25.49%20C%20-7.34%20-29.88%208.35%20-30.56%2015.19%20-26.31%20C%2022.03%20-22.06%2026.77%20-7.99%2026.32%200%20Z%22%20transform%3D%22translate%28163.63%20233.32%29%20rotate%28330.79%29%22%20fill%3D%22url%28%23u10310_g4%29%22%2F%3E%3Cpath%20d%3D%22M%2064.35%200%20C%2063.64%2016.14%2049.7%2034.91%2036.5%2045.77%20C%2023.3%2056.63%200.46%2068.34%20-14.88%2065.17%20C%20-30.22%2062%20-46.19%2043.3%20-55.54%2026.75%20C%20-64.89%2010.19%20-77.45%20-17.6%20-70.96%20-34.17%20C%20-64.47%20-50.74%20-35.21%20-69.87%20-16.59%20-72.69%20C%202.03%20-75.51%2027.26%20-63.21%2040.75%20-51.1%20C%2054.24%20-38.98%2065.06%20-16.14%2064.35%200%20Z%22%20transform%3D%22translate%28325.53%20245.16%29%20rotate%28240.65%29%22%20fill%3D%22url%28%23u10310_g4%29%22%2F%3E%3Cpath%20d%3D%22M%2021.82%200%20C%2021.54%204.06%2016.78%208.56%2013.65%2011.45%20C%2010.52%2014.34%206.99%2016.36%203.06%2017.33%20C%20-0.88%2018.29%20-6.1%2018.9%20-9.95%2017.23%20C%20-13.8%2015.55%20-19.07%2011.12%20-20.04%207.29%20C%20-21.01%203.47%20-17.45%20-1.63%20-15.78%20-5.74%20C%20-14.12%20-9.86%20-13.26%20-15.05%20-10.04%20-17.4%20C%20-6.83%20-19.74%20-0.74%20-20.57%203.5%20-19.82%20C%207.73%20-19.07%2012.32%20-16.21%2015.38%20-12.9%20C%2018.43%20-9.6%2022.11%20-4.06%2021.82%200%20Z%22%20transform%3D%22translate%28469.93%20199.53%29%20rotate%28279.07%29%22%20fill%3D%22url%28%23u10310_g1%29%22%2F%3E%3Cpath%20d%3D%22M%2032.28%200%20C%2031.94%207.05%2025.52%2014.61%2020.14%2020.14%20C%2014.76%2025.67%206.94%2032.95%200%2033.18%20C%20-6.94%2033.4%20-17.47%2027.01%20-21.48%2021.48%20C%20-25.49%2015.95%20-23.62%207.59%20-24.05%200%20C%20-24.48%20-7.59%20-28.05%20-19.22%20-24.04%20-24.04%20C%20-20.03%20-28.86%20-7.7%20-29.22%200%20-28.91%20C%207.7%20-28.59%2016.78%20-26.98%2022.16%20-22.16%20C%2027.54%20-17.34%2032.61%20-7.05%2032.28%200%20Z%22%20transform%3D%22translate%28612.95%20236.55%29%20rotate%2878.5%29%22%20fill%3D%22url%28%23u10310_g3%29%22%2F%3E%3Cpath%20d%3D%22M%2025.42%200%20C%2024.82%205.48%2021.39%2011.22%2017.81%2014.94%20C%2014.23%2018.66%208.79%2021.55%203.94%2022.32%20C%20-0.92%2023.09%20-7.21%2022.04%20-11.3%2019.57%20C%20-15.39%2017.1%20-18.52%2012.19%20-20.59%207.49%20C%20-22.66%202.79%20-25.03%20-3.7%20-23.72%20-8.63%20C%20-22.42%20-13.57%20-17.42%20-19.54%20-12.76%20-22.1%20C%20-8.1%20-24.66%20-1.46%20-24.7%204.23%20-24%20C%209.92%20-23.31%2017.85%20-21.94%2021.38%20-17.94%20C%2024.92%20-13.94%2026.02%20-5.48%2025.42%200%20Z%22%20transform%3D%22translate%28-12.21%20246.68%29%20rotate%28283.6%29%22%20fill%3D%22url%28%23u10310_g2%29%22%2F%3E%3Cpath%20d%3D%22M%2060.86%200%20C%2061.63%2016.71%2047.36%2043.76%2031.24%2054.12%20C%2015.12%2064.47%20-18.97%2071.13%20-35.86%2062.11%20C%20-52.74%2053.09%20-70.33%2020.24%20-70.06%200%20C%20-69.8%20-20.24%20-50.36%20-51.63%20-34.25%20-59.32%20C%20-18.13%20-67%2010.78%20-56.01%2026.63%20-46.12%20C%2042.48%20-36.24%2060.09%20-16.71%2060.86%200%20Z%22%20transform%3D%22translate%28108.64%20409.07%29%20rotate%28340.6%29%22%20fill%3D%22url%28%23u10310_g4%29%22%2F%3E%3Cpath%20d%3D%22M%2063.57%200%20C%2063.24%2017.85%2055.3%2039.14%2041.71%2052.3%20C%2028.11%2065.45%20-0.2%2082.41%20-18.01%2078.93%20C%20-35.82%2075.44%20-58.44%2049.21%20-65.15%2031.38%20C%20-71.87%2013.54%20-66.12%20-9.56%20-58.3%20-28.07%20C%20-50.47%20-46.59%20-35.19%20-75.23%20-18.19%20-79.69%20C%20-1.19%20-84.14%2030.08%20-68.09%2043.71%20-54.81%20C%2057.34%20-41.53%2063.9%20-17.85%2063.57%200%20Z%22%20transform%3D%22translate%28233.46%20388.26%29%20rotate%28297.14%29%22%20fill%3D%22url%28%23u10310_g2%29%22%2F%3E%3Ccircle%20cx%3D%22284.6%22%20cy%3D%22456.68%22%20r%3D%227.9%22%20fill%3D%22url%28%23u10310_g1%29%22%2F%3E%3Cpath%20d%3D%22M%2023.23%200%20C%2022.79%206.07%2015.03%2012.48%209.18%2015.9%20C%203.33%2019.32%20-6.06%2023.17%20-11.85%2020.52%20C%20-17.63%2017.87%20-25.74%206.48%20-25.53%200%20C%20-25.32%20-6.48%20-16.82%20-14.92%20-10.59%20-18.34%20C%20-4.36%20-21.76%206.21%20-23.57%2011.84%20-20.51%20C%2017.48%20-17.46%2023.68%20-6.07%2023.23%200%20Z%22%20transform%3D%22translate%28400.65%20404.65%29%20rotate%2844.46%29%22%20fill%3D%22url%28%23u10310_g4%29%22%2F%3E%3Cpath%20d%3D%22M%2054.14%200%20C%2054.97%2013.24%2051.27%2032.71%2042.24%2042.24%20C%2033.22%2051.77%2013.75%2057.52%200%2057.19%20C%20-13.75%2056.86%20-29.99%2049.8%20-40.27%2040.27%20C%20-50.55%2030.74%20-60.33%2014.76%20-61.67%200%20C%20-63%20-14.76%20-58.55%20-36.99%20-48.27%20-48.27%20C%20-37.99%20-59.55%20-14.25%20-69.53%200%20-67.69%20C%2014.25%20-65.85%2028.19%20-48.5%2037.22%20-37.22%20C%2046.24%20-25.93%2053.3%20-13.24%2054.14%200%20Z%22%20transform%3D%22translate%28530.09%20379.51%29%20rotate%2870.75%29%22%20fill%3D%22url%28%23u10310_g4%29%22%2F%3E%3Ccircle%20cx%3D%22527.81%22%20cy%3D%22405.72%22%20r%3D%227.9%22%20fill%3D%22url%28%23u10310_g3%29%22%2F%3E%3Cpath%20d%3D%22M%2068.41%200%20C%2068.7%2012.74%2056.26%2029.98%2046.45%2038.97%20C%2036.63%2047.97%2022.77%2050.93%209.52%2053.98%20C%20-3.73%2057.03%20-22.81%2063.12%20-33.07%2057.28%20C%20-43.34%2051.45%20-47.81%2032.06%20-52.08%2018.95%20C%20-56.35%205.85%20-62.08%20-9.04%20-58.69%20-21.36%20C%20-55.3%20-33.68%20-43.38%20-47.89%20-31.72%20-54.95%20C%20-20.07%20-62.01%20-1.5%20-66.65%2011.24%20-63.74%20C%2023.97%20-60.83%2035.16%20-48.12%2044.69%20-37.5%20C%2054.21%20-26.87%2068.12%20-12.74%2068.41%200%20Z%22%20transform%3D%22translate%28713.66%20368.83%29%20rotate%28269.94%29%22%20fill%3D%22url%28%23u10310_g2%29%22%2F%3E%3Cpath%20d%3D%22M%2036.28%200%20C%2035.92%208.07%2025.47%2017.6%2018.22%2022.85%20C%2010.98%2028.1%201.34%2032.65%20-7.19%2031.49%20C%20-15.71%2030.32%20-28.95%2023.61%20-32.94%2015.86%20C%20-36.93%208.12%20-35.36%20-6.77%20-31.14%20-15%20C%20-26.93%20-23.22%20-16.23%20-31.72%20-7.64%20-33.48%20C%200.95%20-35.24%2013.07%20-31.14%2020.39%20-25.56%20C%2027.71%20-19.98%2036.64%20-8.07%2036.28%200%20Z%22%20transform%3D%22translate%28132.22%20555.41%29%20rotate%28228.92%29%22%20fill%3D%22url%28%23u10310_g4%29%22%2F%3E%3Cpath%20d%3D%22M%2064.14%200%20C%2063%2013.69%2054.51%2028.63%2045.5%2038.18%20C%2036.49%2047.73%2022.75%2054.91%2010.11%2057.31%20C%20-2.53%2059.71%20-19.09%2058.62%20-30.34%2052.55%20C%20-41.59%2046.48%20-53.33%2032.98%20-57.41%2020.9%20C%20-61.49%208.81%20-58.74%20-6.67%20-54.83%20-19.96%20C%20-50.93%20-33.25%20-44.99%20-51.48%20-33.97%20-58.83%20C%20-22.95%20-66.19%20-3.09%20-66.56%2011.3%20-64.08%20C%2025.69%20-61.59%2043.55%20-54.61%2052.36%20-43.93%20C%2061.16%20-33.25%2065.28%20-13.69%2064.14%200%20Z%22%20transform%3D%22translate%28336.9%20577.38%29%20rotate%2839.39%29%22%20fill%3D%22url%28%23u10310_g4%29%22%2F%3E%3Cpath%20d%3D%22M%2026.83%200%20C%2026.4%207.53%2029.3%2016.9%2025.64%2021.52%20C%2021.99%2026.14%2012.19%2026.06%204.89%2027.72%20C%20-2.42%2029.38%20-11.48%2033.97%20-18.18%2031.49%20C%20-24.88%2029.01%20-33.24%2019.95%20-35.31%2012.85%20C%20-37.37%205.75%20-33.38%20-3.65%20-30.58%20-11.13%20C%20-27.78%20-18.61%20-24.56%20-28.4%20-18.5%20-32.04%20C%20-12.43%20-35.67%20-1.97%20-34.34%205.81%20-32.94%20C%2013.59%20-31.55%2024.69%20-29.15%2028.19%20-23.66%20C%2031.7%20-18.17%2027.25%20-7.53%2026.83%200%20Z%22%20transform%3D%22translate%28473.12%20579.59%29%20rotate%28100%29%22%20fill%3D%22url%28%23u10310_g3%29%22%2F%3E%3Ccircle%20cx%3D%22439.89%22%20cy%3D%22562.31%22%20r%3D%227.9%22%20fill%3D%22url%28%23u10310_g2%29%22%2F%3E%3Cpath%20d%3D%22M%2046.87%200%20C%2047.79%2015.03%2048.12%2041.58%2038.72%2048.55%20C%2029.32%2055.53%204.01%2046.52%20-9.55%2041.85%20C%20-23.11%2037.18%20-35.53%2031.69%20-42.63%2020.53%20C%20-49.73%209.37%20-56.96%20-11.69%20-52.14%20-25.11%20C%20-47.32%20-38.53%20-27.91%20-57.23%20-13.69%20-59.98%20C%200.53%20-62.73%2023.08%20-51.6%2033.18%20-41.6%20C%2043.27%20-31.6%2045.94%20-15.03%2046.87%200%20Z%22%20transform%3D%22translate%28625.13%20566.7%29%20rotate%28112.53%29%22%20fill%3D%22url%28%23u10310_g2%29%22%2F%3E%3Cpath%20d%3D%22M%2073.52%200%20C%2076.05%2013.26%2065.13%2034.19%2054.98%2046.13%20C%2044.83%2058.08%2027.71%2069.14%2012.64%2071.68%20C%20-2.43%2074.22%20-23.72%2069.82%20-35.43%2061.37%20C%20-47.15%2052.92%20-53.3%2034.94%20-57.64%2020.98%20C%20-61.99%207.02%20-66.19%20-10.38%20-61.5%20-22.38%20C%20-56.8%20-34.39%20-41.87%20-42.55%20-29.46%20-51.03%20C%20-17.06%20-59.52%201.38%20-76.23%2012.92%20-73.3%20C%2024.47%20-70.36%2029.72%20-45.63%2039.82%20-33.42%20C%2049.92%20-21.2%2071%20-13.26%2073.52%200%20Z%22%20transform%3D%22translate%2821.44%20576.77%29%20rotate%28125.89%29%22%20fill%3D%22url%28%23u10310_g4%29%22%2F%3E%3Cpath%20d%3D%22M%2030.71%200%20C%2030.38%207.41%2026.34%2016.56%2021.23%2021.23%20C%2016.11%2025.9%207.34%2027.76%200%2028.02%20C%20-7.34%2028.28%20-17.77%2027.48%20-22.81%2022.81%20C%20-27.85%2018.14%20-31.02%206.82%20-30.24%200%20C%20-29.46%20-6.82%20-23.15%20-13.97%20-18.11%20-18.11%20C%20-13.07%20-22.26%20-6.89%20-24.02%200%20-24.87%20C%206.89%20-25.72%2018.11%20-27.37%2023.23%20-23.23%20C%2028.35%20-19.08%2031.04%20-7.41%2030.71%200%20Z%22%20transform%3D%22translate%2873.94%20713.34%29%20rotate%28339.54%29%22%20fill%3D%22url%28%23u10310_g3%29%22%2F%3E%3Ccircle%20cx%3D%2260.16%22%20cy%3D%22693.18%22%20r%3D%227.9%22%20fill%3D%22url%28%23u10310_g1%29%22%2F%3E%3Cpath%20d%3D%22M%2038.24%200%20C%2038.37%208.67%2032.78%2021.06%2026.41%2026.41%20C%2020.04%2031.76%208.56%2032.34%200%2032.1%20C%20-8.56%2031.85%20-18.75%2030.3%20-24.95%2024.95%20C%20-31.16%2019.6%20-37.38%208.17%20-37.24%200%20C%20-37.09%20-8.17%20-30.3%20-18.92%20-24.1%20-24.1%20C%20-17.89%20-29.27%20-8.28%20-30.78%200%20-31.03%20C%208.28%20-31.29%2019.23%20-30.78%2025.61%20-25.61%20C%2031.98%20-20.43%2038.1%20-8.67%2038.24%200%20Z%22%20transform%3D%22translate%28248.6%20710.02%29%20rotate%2844.27%29%22%20fill%3D%22url%28%23u10310_g4%29%22%2F%3E%3Cpath%20d%3D%22M%2023.92%200%20C%2023.81%205.85%2023.91%2013.49%2020.59%2017.28%20C%2017.27%2021.06%209.36%2022.26%204.01%2022.72%20C%20-1.35%2023.17%20-7.12%2022.42%20-11.55%2020.01%20C%20-15.98%2017.59%20-21.2%2012.73%20-22.55%208.21%20C%20-23.9%203.68%20-21.01%20-1.63%20-19.65%20-7.15%20C%20-18.29%20-12.67%20-18.36%20-22.2%20-14.39%20-24.93%20C%20-10.43%20-27.66%20-1.79%20-24.73%204.15%20-23.55%20C%2010.09%20-22.36%2017.95%20-21.75%2021.25%20-17.83%20C%2024.54%20-13.9%2024.03%20-5.85%2023.92%200%20Z%22%20transform%3D%22translate%28379.3%20675.69%29%20rotate%28234.05%29%22%20fill%3D%22url%28%23u10310_g2%29%22%2F%3E%3Ccircle%20cx%3D%22452.79%22%20cy%3D%22725.55%22%20r%3D%227.9%22%20fill%3D%22url%28%23u10310_g1%29%22%2F%3E%3Cpath%20d%3D%22M%2026.91%200%20C%2026.97%206.82%2025.12%2015.98%2020.63%2020.63%20C%2016.15%2025.29%206.99%2027.81%200%2027.93%20C%20-6.99%2028.04%20-17.38%2025.97%20-21.32%2021.32%20C%20-25.26%2016.66%20-23.81%206.93%20-23.63%200%20C%20-23.46%20-6.93%20-24.22%20-16.13%20-20.28%20-20.28%20C%20-16.34%20-24.43%20-6.76%20-24.91%200%20-24.91%20C%206.76%20-24.91%2015.8%20-24.44%2020.29%20-20.29%20C%2024.77%20-16.14%2026.85%20-6.82%2026.91%200%20Z%22%20transform%3D%22translate%28572.66%20673.26%29%20rotate%28154.84%29%22%20fill%3D%22url%28%23u10310_g2%29%22%2F%3E%3Cpath%20d%3D%22M%2084.95%200%20C%2084.28%2019.98%2062.65%2045.53%2045.78%2057.41%20C%2028.91%2069.28%203.67%2074.9%20-16.26%2071.26%20C%20-36.2%2067.62%20-66.11%2052.43%20-73.81%2035.54%20C%20-81.5%2018.66%20-71.73%20-10.99%20-62.44%20-30.07%20C%20-53.14%20-49.15%20-36.72%20-73.55%20-18.02%20-78.94%20C%200.69%20-84.34%2032.64%20-75.6%2049.8%20-62.44%20C%2066.96%20-49.29%2085.62%20-19.98%2084.95%200%20Z%22%20transform%3D%22translate%28748.32%20704.33%29%20rotate%28107.95%29%22%20fill%3D%22url%28%23u10310_g3%29%22%2F%3E%3Cpath%20d%3D%22M%2073.37%200%20C%2074.84%2014.84%2067.8%2037.43%2057.48%2048.23%20C%2047.15%2059.03%2027.31%2061.92%2011.43%2064.8%20C%20-4.46%2067.68%20-25.45%2072.5%20-37.82%2065.51%20C%20-50.19%2058.52%20-57.88%2037.86%20-62.8%2022.86%20C%20-67.72%207.86%20-71.53%20-9.85%20-67.33%20-24.51%20C%20-63.13%20-39.17%20-50.63%20-58.83%20-37.59%20-65.1%20C%20-24.54%20-71.37%20-3.41%20-66.18%2010.96%20-62.13%20C%2025.32%20-58.08%2038.23%20-51.16%2048.63%20-40.81%20C%2059.03%20-30.45%2071.89%20-14.84%2073.37%200%20Z%22%20transform%3D%22translate%28173.73%20870.92%29%20rotate%28122.05%29%22%20fill%3D%22url%28%23u10310_g3%29%22%2F%3E%3Ccircle%20cx%3D%22116.43%22%20cy%3D%22875.24%22%20r%3D%227.9%22%20fill%3D%22url%28%23u10310_g0%29%22%2F%3E%3Cpath%20d%3D%22M%2052.67%200%20C%2052.72%209.46%2041.05%2018.9%2033.97%2028.5%20C%2026.88%2038.1%2019.99%2055.12%2010.16%2057.6%20C%200.32%2060.08%20-14.6%2049.81%20-25.05%2043.39%20C%20-35.51%2036.98%20-48.6%2029.33%20-52.57%2019.14%20C%20-56.55%208.94%20-53.42%20-7.26%20-48.9%20-17.8%20C%20-44.38%20-28.34%20-35.16%20-38.32%20-25.47%20-44.11%20C%20-15.77%20-49.9%20-0.6%20-55.17%209.26%20-52.53%20C%2019.12%20-49.89%2026.46%20-37.03%2033.7%20-28.28%20C%2040.93%20-19.52%2052.63%20-9.46%2052.67%200%20Z%22%20transform%3D%22translate%28324.14%20886.35%29%20rotate%28301.11%29%22%20fill%3D%22url%28%23u10310_g4%29%22%2F%3E%3Cpath%20d%3D%22M%2071.95%200%20C%2072.37%2020.01%2064.01%2049.03%2049.14%2061.62%20C%2034.28%2074.22%202.19%2080.44%20-17.25%2075.58%20C%20-36.7%2070.73%20-58.61%2050.79%20-67.52%2032.51%20C%20-76.43%2014.24%20-79.14%20-16.29%20-70.71%20-34.05%20C%20-62.27%20-51.81%20-36.45%20-69.97%20-16.9%20-74.04%20C%202.65%20-78.11%2031.8%20-70.79%2046.61%20-58.45%20C%2061.42%20-46.11%2071.53%20-20.01%2071.95%200%20Z%22%20transform%3D%22translate%28457.19%20884.54%29%20rotate%28244.52%29%22%20fill%3D%22url%28%23u10310_g2%29%22%2F%3E%3Cpath%20d%3D%22M%2071.43%200%20C%2073.9%2016.69%2069.38%2046.86%2057.48%2057.48%20C%2045.58%2068.1%2017.41%2065.49%200%2063.75%20C%20-17.41%2062%20-32.04%2057.61%20-46.99%2046.99%20C%20-61.93%2036.36%20-89.22%2016.09%20-89.65%200%20C%20-90.09%20-16.09%20-64.51%20-37.54%20-49.57%20-49.57%20C%20-34.63%20-61.6%20-15.37%20-73.34%200%20-72.18%20C%2015.37%20-71.03%2030.73%20-54.67%2042.64%20-42.64%20C%2054.54%20-30.61%2068.95%20-16.69%2071.43%200%20Z%22%20transform%3D%22translate%28623.15%20863.82%29%20rotate%28160.48%29%22%20fill%3D%22url%28%23u10310_g3%29%22%2F%3E%3Ccircle%20cx%3D%22624.42%22%20cy%3D%22882.22%22%20r%3D%227.9%22%20fill%3D%22url%28%23u10310_g2%29%22%2F%3E%3Cpath%20d%3D%22M%2022.32%200%20C%2021.86%205.35%2020.77%2011.1%2017.71%2014.86%20C%2014.65%2018.62%208.69%2021.98%203.98%2022.55%20C%20-0.74%2023.13%20-6.32%2020.77%20-10.57%2018.31%20C%20-14.82%2015.86%20-19.33%2012.33%20-21.52%207.83%20C%20-23.72%203.34%20-25.32%20-3.86%20-23.75%20-8.64%20C%20-22.17%20-13.43%20-16.61%20-18.96%20-12.06%20-20.88%20C%20-7.51%20-22.81%20-1.87%20-20.81%203.56%20-20.2%20C%208.99%20-19.59%2017.39%20-20.59%2020.52%20-17.22%20C%2023.65%20-13.85%2022.79%20-5.35%2022.32%200%20Z%22%20transform%3D%22translate%289.27%20853.66%29%20rotate%28350.3%29%22%20fill%3D%22url%28%23u10310_g1%29%22%2F%3E%3C%2Fg%3E%3C%2Fdefs%3E%0A%0A%3Cuse%20href%3D%22%23u10310_m%22%20x%3D%22-790%22%20y%3D%22-948%22%2F%3E%3Cuse%20href%3D%22%23u10310_m%22%20x%3D%220%22%20y%3D%22-948%22%2F%3E%3Cuse%20href%3D%22%23u10310_m%22%20x%3D%22790%22%20y%3D%22-948%22%2F%3E%3Cuse%20href%3D%22%23u10310_m%22%20x%3D%22-790%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u10310_m%22%20x%3D%220%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u10310_m%22%20x%3D%22790%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u10310_m%22%20x%3D%22-790%22%20y%3D%22948%22%2F%3E%3Cuse%20href%3D%22%23u10310_m%22%20x%3D%220%22%20y%3D%22948%22%2F%3E%3Cuse%20href%3D%22%23u10310_m%22%20x%3D%22790%22%20y%3D%22948%22%2F%3E%3C%2Fsvg%3E);--pat8: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22166.27%22%20height%3D%22144%22%20viewBox%3D%220%200%20166.27%20144%22%3E%0A%3Cdefs%3E%3Cg%20id%3D%22u17112_m%22%20opacity%3D%220.25%22%3E%3Cpath%20d%3D%22M%20-14.42%200%20L%2014.42%200%20M%200%20-14.42%20L%200%2014.42%22%20transform%3D%22translate%2820.26%2017.79%29%20rotate%2850.64%29%22%20fill%3D%22none%22%20stroke%3D%22%23F49AB6%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-18.04%2012.63%20A%2023.45%2023.45%200%200%201%2018.04%2012.63%22%20transform%3D%22translate%2826.82%2068.01%29%20rotate%2822.83%29%22%20fill%3D%22none%22%20stroke%3D%22%23EF936A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Ccircle%20r%3D%2216.75%22%20transform%3D%22translate%2819.26%20124.06%29%20rotate%2846.08%29%22%20fill%3D%22%23C3B2E6%22%2F%3E%3Cpath%20d%3D%22M%20-17.33%206.93%20L%20-8.66%20-6.93%20L%200%206.93%20L%208.66%20-6.93%20L%2017.33%206.93%22%20transform%3D%22translate%2865.48%2047.19%29%20rotate%2820.36%29%22%20fill%3D%22none%22%20stroke%3D%22%23F4C752%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-17.04%200%20A%2017.04%2017.04%200%200%201%2017.04%200%20Z%22%20transform%3D%22translate%2856.67%20101.5%29%20rotate%2890.75%29%22%20fill%3D%22%23EF936A%22%2F%3E%3Cpath%20d%3D%22M%20-14.33%200%20L%2014.33%200%22%20transform%3D%22translate%2855.27%207.58%29%20rotate%2866.95%29%22%20fill%3D%22none%22%20stroke%3D%22%23EF936A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-18.35%200%20A%2018.35%2018.35%200%200%201%2018.35%200%20Z%22%20transform%3D%22translate%28104.45%2074.15%29%20rotate%286.35%29%22%20fill%3D%22%23F4C752%22%2F%3E%3Cpath%20d%3D%22M0%20-15.99%20L%2015.99%200%20L%200%2015.99%20L%20-15.99%200%20Z%22%20transform%3D%22translate%28105.83%20124.91%29%20rotate%2848.21%29%22%20fill%3D%22%23F49AB6%22%2F%3E%3Cpath%20d%3D%22M%20-14.82%2010.38%20A%2019.27%2019.27%200%200%201%2014.82%2010.38%22%20transform%3D%22translate%28144.17%2049.33%29%20rotate%2877.24%29%22%20fill%3D%22none%22%20stroke%3D%22%237FCDC3%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M0%20-20.28%20L%2017.64%2014.11%20L%20-17.64%2014.11%20Z%22%20transform%3D%22translate%28146.16%2091.6%29%20rotate%2866.18%29%22%20fill%3D%22%23F49AB6%22%2F%3E%3Cpath%20d%3D%22M%20-15.2%200%20L%2015.2%200%20M%200%20-15.2%20L%200%2015.2%22%20transform%3D%22translate%28144.64%20138.72%29%20rotate%2821.8%29%22%20fill%3D%22none%22%20stroke%3D%22%23F49AB6%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fg%3E%3C%2Fdefs%3E%0A%3Crect%20width%3D%22166.27%22%20height%3D%22144%22%20fill%3D%22%23F7DCD8%22%2F%3E%0A%3Cuse%20href%3D%22%23u17112_m%22%20x%3D%22-166.27%22%20y%3D%22-144%22%2F%3E%3Cuse%20href%3D%22%23u17112_m%22%20x%3D%220%22%20y%3D%22-144%22%2F%3E%3Cuse%20href%3D%22%23u17112_m%22%20x%3D%22166.27%22%20y%3D%22-144%22%2F%3E%3Cuse%20href%3D%22%23u17112_m%22%20x%3D%22-166.27%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u17112_m%22%20x%3D%220%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u17112_m%22%20x%3D%22166.27%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u17112_m%22%20x%3D%22-166.27%22%20y%3D%22144%22%2F%3E%3Cuse%20href%3D%22%23u17112_m%22%20x%3D%220%22%20y%3D%22144%22%2F%3E%3Cuse%20href%3D%22%23u17112_m%22%20x%3D%22166.27%22%20y%3D%22144%22%2F%3E%3C%2Fsvg%3E);--pat9: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22476%22%20height%3D%22476%22%20viewBox%3D%220%200%20476%20476%22%3E%0A%3Cdefs%3E%3ClinearGradient%20id%3D%22u11552_g0%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%234c4c4b%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23131312%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3Cg%20id%3D%22u11552_m%22%20opacity%3D%220.1%22%3E%3Cpath%20d%3D%22M%200%200%20L%2011.9%207.91%20L%2023.8%2015.63%20L%2035.7%2022.96%20L%2047.6%2029.73%20L%2059.5%2035.76%20L%2071.4%2040.92%20L%2083.3%2045.06%20L%2095.2%2048.1%20L%20107.1%2049.95%20L%20119%2050.58%20L%20130.9%2049.95%20L%20142.8%2048.1%20L%20154.7%2045.06%20L%20166.6%2040.92%20L%20178.5%2035.76%20L%20190.4%2029.73%20L%20202.3%2022.96%20L%20214.2%2015.63%20L%20226.1%207.91%20L%20238%200%20L%20249.9%20-7.91%20L%20261.8%20-15.63%20L%20273.7%20-22.96%20L%20285.6%20-29.73%20L%20297.5%20-35.76%20L%20309.4%20-40.92%20L%20321.3%20-45.06%20L%20333.2%20-48.1%20L%20345.1%20-49.95%20L%20357%20-50.57%20L%20368.9%20-49.95%20L%20380.8%20-48.1%20L%20392.7%20-45.06%20L%20404.6%20-40.92%20L%20416.5%20-35.76%20L%20428.4%20-29.73%20L%20440.3%20-22.96%20L%20452.2%20-15.63%20L%20464.1%20-7.91%20L%20476%200%22%20fill%3D%22none%22%20stroke%3D%22%231A1A18%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%2099.12%20L%2011.9%20103.55%20L%2023.8%20106.89%20L%2035.7%20109.07%20L%2047.6%20110.03%20L%2059.5%20109.74%20L%2071.4%20108.22%20L%2083.3%20105.5%20L%2095.2%20101.64%20L%20107.1%2096.75%20L%20119%2090.94%20L%20130.9%2084.35%20L%20142.8%2077.16%20L%20154.7%2069.53%20L%20166.6%2061.65%20L%20178.5%2053.72%20L%20190.4%2045.93%20L%20202.3%2038.47%20L%20214.2%2031.54%20L%20226.1%2025.29%20L%20238%2019.88%20L%20249.9%2015.45%20L%20261.8%2012.11%20L%20273.7%209.93%20L%20285.6%208.97%20L%20297.5%209.26%20L%20309.4%2010.78%20L%20321.3%2013.5%20L%20333.2%2017.36%20L%20345.1%2022.25%20L%20357%2028.06%20L%20368.9%2034.65%20L%20380.8%2041.84%20L%20392.7%2049.47%20L%20404.6%2057.35%20L%20416.5%2065.28%20L%20428.4%2073.07%20L%20440.3%2080.53%20L%20452.2%2087.46%20L%20464.1%2093.71%20L%20476%2099.12%22%20fill%3D%22none%22%20stroke%3D%22%231A1A18%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20168.25%20L%2011.9%20165.85%20L%2023.8%20162.29%20L%2035.7%20157.67%20L%2047.6%20152.09%20L%2059.5%20145.7%20L%2071.4%20138.65%20L%2083.3%20131.12%20L%2095.2%20123.29%20L%20107.1%20115.36%20L%20119%20107.51%20L%20130.9%2099.95%20L%20142.8%2092.85%20L%20154.7%2086.4%20L%20166.6%2080.75%20L%20178.5%2076.05%20L%20190.4%2072.4%20L%20202.3%2069.9%20L%20214.2%2068.61%20L%20226.1%2068.56%20L%20238%2069.75%20L%20249.9%2072.15%20L%20261.8%2075.71%20L%20273.7%2080.33%20L%20285.6%2085.91%20L%20297.5%2092.3%20L%20309.4%2099.35%20L%20321.3%20106.88%20L%20333.2%20114.71%20L%20345.1%20122.64%20L%20357%20130.49%20L%20368.9%20138.05%20L%20380.8%20145.15%20L%20392.7%20151.6%20L%20404.6%20157.25%20L%20416.5%20161.95%20L%20428.4%20165.6%20L%20440.3%20168.1%20L%20452.2%20169.39%20L%20464.1%20169.44%20L%20476%20168.25%22%20fill%3D%22none%22%20stroke%3D%22%231A1A18%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20200.11%20L%2011.9%20192.7%20L%2023.8%20184.93%20L%2035.7%20177%20L%2047.6%20169.11%20L%2059.5%20161.45%20L%2071.4%20154.21%20L%2083.3%20147.57%20L%2095.2%20141.69%20L%20107.1%20136.72%20L%20119%20132.78%20L%20130.9%20129.96%20L%20142.8%20128.34%20L%20154.7%20127.95%20L%20166.6%20128.8%20L%20178.5%20130.88%20L%20190.4%20134.14%20L%20202.3%20138.48%20L%20214.2%20143.81%20L%20226.1%20150%20L%20238%20156.89%20L%20249.9%20164.3%20L%20261.8%20172.07%20L%20273.7%20180%20L%20285.6%20187.89%20L%20297.5%20195.55%20L%20309.4%20202.79%20L%20321.3%20209.43%20L%20333.2%20215.31%20L%20345.1%20220.28%20L%20357%20224.22%20L%20368.9%20227.04%20L%20380.8%20228.66%20L%20392.7%20229.05%20L%20404.6%20228.2%20L%20416.5%20226.12%20L%20428.4%20222.86%20L%20440.3%20218.52%20L%20452.2%20213.19%20L%20464.1%20207%20L%20476%20200.11%22%20fill%3D%22none%22%20stroke%3D%22%231A1A18%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20215.62%20L%2011.9%20208.8%20L%2023.8%20202.7%20L%2035.7%20197.47%20L%2047.6%20193.24%20L%2059.5%20190.1%20L%2071.4%20188.15%20L%2083.3%20187.43%20L%2095.2%20187.95%20L%20107.1%20189.7%20L%20119%20192.65%20L%20130.9%20196.71%20L%20142.8%20201.78%20L%20154.7%20207.75%20L%20166.6%20214.46%20L%20178.5%20221.76%20L%20190.4%20229.45%20L%20202.3%20237.35%20L%20214.2%20245.27%20L%20226.1%20253.01%20L%20238%20260.38%20L%20249.9%20267.2%20L%20261.8%20273.3%20L%20273.7%20278.53%20L%20285.6%20282.76%20L%20297.5%20285.9%20L%20309.4%20287.85%20L%20321.3%20288.57%20L%20333.2%20288.05%20L%20345.1%20286.3%20L%20357%20283.35%20L%20368.9%20279.29%20L%20380.8%20274.22%20L%20392.7%20268.25%20L%20404.6%20261.54%20L%20416.5%20254.24%20L%20428.4%20246.55%20L%20440.3%20238.65%20L%20452.2%20230.73%20L%20464.1%20222.99%20L%20476%20215.62%22%20fill%3D%22none%22%20stroke%3D%22%231A1A18%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20248.06%20L%2011.9%20247%20L%2023.8%20247.19%20L%2035.7%20248.61%20L%2047.6%20251.24%20L%2059.5%20255%20L%2071.4%20259.82%20L%2083.3%20265.56%20L%2095.2%20272.08%20L%20107.1%20279.24%20L%20119%20286.84%20L%20130.9%20294.7%20L%20142.8%20302.64%20L%20154.7%20310.45%20L%20166.6%20317.93%20L%20178.5%20324.92%20L%20190.4%20331.23%20L%20202.3%20336.71%20L%20214.2%20341.22%20L%20226.1%20344.66%20L%20238%20346.94%20L%20249.9%20348%20L%20261.8%20347.81%20L%20273.7%20346.39%20L%20285.6%20343.76%20L%20297.5%20340%20L%20309.4%20335.18%20L%20321.3%20329.44%20L%20333.2%20322.92%20L%20345.1%20315.76%20L%20357%20308.16%20L%20368.9%20300.3%20L%20380.8%20292.36%20L%20392.7%20284.55%20L%20404.6%20277.07%20L%20416.5%20270.08%20L%20428.4%20263.77%20L%20440.3%20258.29%20L%20452.2%20253.78%20L%20464.1%20250.34%20L%20476%20248.06%22%20fill%3D%22none%22%20stroke%3D%22%231A1A18%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20317.92%20L%2011.9%20323.42%20L%2023.8%20329.75%20L%2035.7%20336.75%20L%2047.6%20344.25%20L%2059.5%20352.06%20L%2071.4%20360%20L%2083.3%20367.86%20L%2095.2%20375.45%20L%20107.1%20382.59%20L%20119%20389.1%20L%20130.9%20394.82%20L%20142.8%20399.61%20L%20154.7%20403.34%20L%20166.6%20405.94%20L%20178.5%20407.33%20L%20190.4%20407.49%20L%20202.3%20406.4%20L%20214.2%20404.09%20L%20226.1%20400.62%20L%20238%20396.08%20L%20249.9%20390.58%20L%20261.8%20384.25%20L%20273.7%20377.25%20L%20285.6%20369.75%20L%20297.5%20361.94%20L%20309.4%20354%20L%20321.3%20346.14%20L%20333.2%20338.55%20L%20345.1%20331.41%20L%20357%20324.9%20L%20368.9%20319.18%20L%20380.8%20314.39%20L%20392.7%20310.66%20L%20404.6%20308.06%20L%20416.5%20306.67%20L%20428.4%20306.51%20L%20440.3%20307.6%20L%20452.2%20309.91%20L%20464.1%20313.38%20L%20476%20317.92%22%20fill%3D%22none%22%20stroke%3D%22%231A1A18%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20417.35%20L%2011.9%20425.25%20L%2023.8%20432.94%20L%2035.7%20440.22%20L%2047.6%20446.91%20L%2059.5%20452.86%20L%2071.4%20457.91%20L%2083.3%20461.94%20L%2095.2%20464.86%20L%20107.1%20466.58%20L%20119%20467.07%20L%20130.9%20466.31%20L%20142.8%20464.33%20L%20154.7%20461.17%20L%20166.6%20456.91%20L%20178.5%20451.66%20L%20190.4%20445.54%20L%20202.3%20438.7%20L%20214.2%20431.32%20L%20226.1%20423.57%20L%20238%20415.65%20L%20249.9%20407.75%20L%20261.8%20400.06%20L%20273.7%20392.78%20L%20285.6%20386.09%20L%20297.5%20380.14%20L%20309.4%20375.09%20L%20321.3%20371.06%20L%20333.2%20368.14%20L%20345.1%20366.42%20L%20357%20365.93%20L%20368.9%20366.69%20L%20380.8%20368.67%20L%20392.7%20371.83%20L%20404.6%20376.09%20L%20416.5%20381.34%20L%20428.4%20387.46%20L%20440.3%20394.3%20L%20452.2%20401.68%20L%20464.1%20409.43%20L%20476%20417.35%22%20fill%3D%22none%22%20stroke%3D%22%231A1A18%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20516.14%20L%2011.9%20520.46%20L%2023.8%20523.68%20L%2035.7%20525.73%20L%2047.6%20526.56%20L%2059.5%20526.14%20L%2071.4%20524.48%20L%2083.3%20521.64%20L%2095.2%20517.67%20L%20107.1%20512.67%20L%20119%20506.77%20L%20130.9%20500.11%20L%20142.8%20492.86%20L%20154.7%20485.19%20L%20166.6%20477.3%20L%20178.5%20469.37%20L%20190.4%20461.61%20L%20202.3%20454.2%20L%20214.2%20447.33%20L%20226.1%20441.17%20L%20238%20435.86%20L%20249.9%20431.54%20L%20261.8%20428.32%20L%20273.7%20426.27%20L%20285.6%20425.44%20L%20297.5%20425.86%20L%20309.4%20427.52%20L%20321.3%20430.36%20L%20333.2%20434.33%20L%20345.1%20439.33%20L%20357%20445.23%20L%20368.9%20451.89%20L%20380.8%20459.14%20L%20392.7%20466.81%20L%20404.6%20474.7%20L%20416.5%20482.63%20L%20428.4%20490.39%20L%20440.3%20497.8%20L%20452.2%20504.67%20L%20464.1%20510.83%20L%20476%20516.14%22%20fill%3D%22none%22%20stroke%3D%22%231A1A18%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20584.55%20L%2011.9%20582.02%20L%2023.8%20578.35%20L%2035.7%20573.61%20L%2047.6%20567.94%20L%2059.5%20561.48%20L%2071.4%20554.37%20L%2083.3%20546.79%20L%2095.2%20538.94%20L%20107.1%20531.01%20L%20119%20523.18%20L%20130.9%20515.66%20L%20142.8%20508.63%20L%20154.7%20502.26%20L%20166.6%20496.7%20L%20178.5%20492.11%20L%20190.4%20488.58%20L%20202.3%20486.2%20L%20214.2%20485.04%20L%20226.1%20485.12%20L%20238%20486.45%20L%20249.9%20488.98%20L%20261.8%20492.65%20L%20273.7%20497.39%20L%20285.6%20503.06%20L%20297.5%20509.52%20L%20309.4%20516.63%20L%20321.3%20524.21%20L%20333.2%20532.06%20L%20345.1%20539.99%20L%20357%20547.82%20L%20368.9%20555.34%20L%20380.8%20562.37%20L%20392.7%20568.74%20L%20404.6%20574.3%20L%20416.5%20578.89%20L%20428.4%20582.42%20L%20440.3%20584.8%20L%20452.2%20585.96%20L%20464.1%20585.88%20L%20476%20584.55%22%20fill%3D%22none%22%20stroke%3D%22%231A1A18%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fg%3E%3C%2Fdefs%3E%0A%0A%3Cuse%20href%3D%22%23u11552_m%22%20x%3D%22-476%22%20y%3D%22-476%22%2F%3E%3Cuse%20href%3D%22%23u11552_m%22%20x%3D%220%22%20y%3D%22-476%22%2F%3E%3Cuse%20href%3D%22%23u11552_m%22%20x%3D%22476%22%20y%3D%22-476%22%2F%3E%3Cuse%20href%3D%22%23u11552_m%22%20x%3D%22-476%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u11552_m%22%20x%3D%220%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u11552_m%22%20x%3D%22476%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u11552_m%22%20x%3D%22-476%22%20y%3D%22476%22%2F%3E%3Cuse%20href%3D%22%23u11552_m%22%20x%3D%220%22%20y%3D%22476%22%2F%3E%3Cuse%20href%3D%22%23u11552_m%22%20x%3D%22476%22%20y%3D%22476%22%2F%3E%3C%2Fsvg%3E);--pat10: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22216%22%20height%3D%22288%22%20viewBox%3D%220%200%20216%20288%22%3E%0A%3Cdefs%3E%3Cg%20id%3D%22u91_m%22%20opacity%3D%221%22%3E%3Cpath%20d%3D%22M%2033.6%2036.27%20L%20-2.4%200.27%20L%2033.6%200.27%20Z%22%20fill%3D%22%23FF5DA2%22%2F%3E%3Cpath%20d%3D%22M%2033.6%2036.27%20L%2069.6%200.27%20L%2069.6%2036.27%20Z%22%20fill%3D%22%232ED1C6%22%2F%3E%3Cpath%20d%3D%22M%2033.6%2036.27%20L%2069.6%2072.27%20L%2033.6%2072.27%20Z%22%20fill%3D%22%23FF5DA2%22%2F%3E%3Cpath%20d%3D%22M%2033.6%2036.27%20L%20-2.4%2072.27%20L%20-2.4%2036.27%20Z%22%20fill%3D%22%232ED1C6%22%2F%3E%3Cpath%20d%3D%22M%20117.34%2031.43%20L%2081.34%20-4.57%20L%20117.34%20-4.57%20Z%22%20fill%3D%22%232ED1C6%22%2F%3E%3Cpath%20d%3D%22M%20117.34%2031.43%20L%20153.34%20-4.57%20L%20153.34%2031.43%20Z%22%20fill%3D%22%23FFD23F%22%2F%3E%3Cpath%20d%3D%22M%20117.34%2031.43%20L%20153.34%2067.43%20L%20117.34%2067.43%20Z%22%20fill%3D%22%232ED1C6%22%2F%3E%3Cpath%20d%3D%22M%20117.34%2031.43%20L%2081.34%2067.43%20L%2081.34%2031.43%20Z%22%20fill%3D%22%23FFD23F%22%2F%3E%3Cpath%20d%3D%22M%20186.69%2040.39%20L%20150.69%204.39%20L%20186.69%204.39%20Z%22%20fill%3D%22%23FFD23F%22%2F%3E%3Cpath%20d%3D%22M%20186.69%2040.39%20L%20222.69%204.39%20L%20222.69%2040.39%20Z%22%20fill%3D%22%23141018%22%2F%3E%3Cpath%20d%3D%22M%20186.69%2040.39%20L%20222.69%2076.39%20L%20186.69%2076.39%20Z%22%20fill%3D%22%23FFD23F%22%2F%3E%3Cpath%20d%3D%22M%20186.69%2040.39%20L%20150.69%2076.39%20L%20150.69%2040.39%20Z%22%20fill%3D%22%23141018%22%2F%3E%3Cpath%20d%3D%22M%2082.34%20101.58%20L%2046.34%2065.58%20L%2082.34%2065.58%20Z%22%20fill%3D%22%232ED1C6%22%2F%3E%3Cpath%20d%3D%22M%2082.34%20101.58%20L%20118.34%2065.58%20L%20118.34%20101.58%20Z%22%20fill%3D%22%23FFD23F%22%2F%3E%3Cpath%20d%3D%22M%2082.34%20101.58%20L%20118.34%20137.58%20L%2082.34%20137.58%20Z%22%20fill%3D%22%232ED1C6%22%2F%3E%3Cpath%20d%3D%22M%2082.34%20101.58%20L%2046.34%20137.58%20L%2046.34%20101.58%20Z%22%20fill%3D%22%23FFD23F%22%2F%3E%3Cpath%20d%3D%22M%20139.02%20111.2%20L%20103.02%2075.2%20L%20139.02%2075.2%20Z%22%20fill%3D%22%23FFD23F%22%2F%3E%3Cpath%20d%3D%22M%20139.02%20111.2%20L%20175.02%2075.2%20L%20175.02%20111.2%20Z%22%20fill%3D%22%23141018%22%2F%3E%3Cpath%20d%3D%22M%20139.02%20111.2%20L%20175.02%20147.2%20L%20139.02%20147.2%20Z%22%20fill%3D%22%23FFD23F%22%2F%3E%3Cpath%20d%3D%22M%20139.02%20111.2%20L%20103.02%20147.2%20L%20103.02%20111.2%20Z%22%20fill%3D%22%23141018%22%2F%3E%3Cpath%20d%3D%22M%207.5%20101.91%20L%20-28.5%2065.91%20L%207.5%2065.91%20Z%22%20fill%3D%22%23141018%22%2F%3E%3Cpath%20d%3D%22M%207.5%20101.91%20L%2043.5%2065.91%20L%2043.5%20101.91%20Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M%207.5%20101.91%20L%2043.5%20137.91%20L%207.5%20137.91%20Z%22%20fill%3D%22%23141018%22%2F%3E%3Cpath%20d%3D%22M%207.5%20101.91%20L%20-28.5%20137.91%20L%20-28.5%20101.91%20Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M%2037.74%20181.79%20L%201.74%20145.79%20L%2037.74%20145.79%20Z%22%20fill%3D%22%23FFD23F%22%2F%3E%3Cpath%20d%3D%22M%2037.74%20181.79%20L%2073.74%20145.79%20L%2073.74%20181.79%20Z%22%20fill%3D%22%23141018%22%2F%3E%3Cpath%20d%3D%22M%2037.74%20181.79%20L%2073.74%20217.79%20L%2037.74%20217.79%20Z%22%20fill%3D%22%23FFD23F%22%2F%3E%3Cpath%20d%3D%22M%2037.74%20181.79%20L%201.74%20217.79%20L%201.74%20181.79%20Z%22%20fill%3D%22%23141018%22%2F%3E%3Cpath%20d%3D%22M%20111.13%20182.99%20L%2075.13%20146.99%20L%20111.13%20146.99%20Z%22%20fill%3D%22%23141018%22%2F%3E%3Cpath%20d%3D%22M%20111.13%20182.99%20L%20147.13%20146.99%20L%20147.13%20182.99%20Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M%20111.13%20182.99%20L%20147.13%20218.99%20L%20111.13%20218.99%20Z%22%20fill%3D%22%23141018%22%2F%3E%3Cpath%20d%3D%22M%20111.13%20182.99%20L%2075.13%20218.99%20L%2075.13%20182.99%20Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M%20173.68%20182.94%20L%20137.68%20146.94%20L%20173.68%20146.94%20Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M%20173.68%20182.94%20L%20209.68%20146.94%20L%20209.68%20182.94%20Z%22%20fill%3D%22%23FF8A3D%22%2F%3E%3Cpath%20d%3D%22M%20173.68%20182.94%20L%20209.68%20218.94%20L%20173.68%20218.94%20Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M%20173.68%20182.94%20L%20137.68%20218.94%20L%20137.68%20182.94%20Z%22%20fill%3D%22%23FF8A3D%22%2F%3E%3Cpath%20d%3D%22M%2073.55%20242.44%20L%2037.55%20206.44%20L%2073.55%20206.44%20Z%22%20fill%3D%22%23141018%22%2F%3E%3Cpath%20d%3D%22M%2073.55%20242.44%20L%20109.55%20206.44%20L%20109.55%20242.44%20Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M%2073.55%20242.44%20L%20109.55%20278.44%20L%2073.55%20278.44%20Z%22%20fill%3D%22%23141018%22%2F%3E%3Cpath%20d%3D%22M%2073.55%20242.44%20L%2037.55%20278.44%20L%2037.55%20242.44%20Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M%20139.42%20260.71%20L%20103.42%20224.71%20L%20139.42%20224.71%20Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M%20139.42%20260.71%20L%20175.42%20224.71%20L%20175.42%20260.71%20Z%22%20fill%3D%22%23FF8A3D%22%2F%3E%3Cpath%20d%3D%22M%20139.42%20260.71%20L%20175.42%20296.71%20L%20139.42%20296.71%20Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M%20139.42%20260.71%20L%20103.42%20296.71%20L%20103.42%20260.71%20Z%22%20fill%3D%22%23FF8A3D%22%2F%3E%3Cpath%20d%3D%22M%20213.26%20253.12%20L%20177.26%20217.12%20L%20213.26%20217.12%20Z%22%20fill%3D%22%23FF8A3D%22%2F%3E%3Cpath%20d%3D%22M%20213.26%20253.12%20L%20249.26%20217.12%20L%20249.26%20253.12%20Z%22%20fill%3D%22%23FF5DA2%22%2F%3E%3Cpath%20d%3D%22M%20213.26%20253.12%20L%20249.26%20289.12%20L%20213.26%20289.12%20Z%22%20fill%3D%22%23FF8A3D%22%2F%3E%3Cpath%20d%3D%22M%20213.26%20253.12%20L%20177.26%20289.12%20L%20177.26%20253.12%20Z%22%20fill%3D%22%23FF5DA2%22%2F%3E%3C%2Fg%3E%3C%2Fdefs%3E%0A%0A%3Cuse%20href%3D%22%23u91_m%22%20x%3D%22-216%22%20y%3D%22-288%22%2F%3E%3Cuse%20href%3D%22%23u91_m%22%20x%3D%220%22%20y%3D%22-288%22%2F%3E%3Cuse%20href%3D%22%23u91_m%22%20x%3D%22216%22%20y%3D%22-288%22%2F%3E%3Cuse%20href%3D%22%23u91_m%22%20x%3D%22-216%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u91_m%22%20x%3D%220%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u91_m%22%20x%3D%22216%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u91_m%22%20x%3D%22-216%22%20y%3D%22288%22%2F%3E%3Cuse%20href%3D%22%23u91_m%22%20x%3D%220%22%20y%3D%22288%22%2F%3E%3Cuse%20href%3D%22%23u91_m%22%20x%3D%22216%22%20y%3D%22288%22%2F%3E%3C%2Fsvg%3E);--pat11: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22276%22%20height%3D%22276%22%20viewBox%3D%220%200%20276%20276%22%3E%0A%3Cdefs%3E%3ClinearGradient%20id%3D%22u7987_g0%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%235c9aa5%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23225d68%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u7987_g1%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2382c1cd%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2346828d%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u7987_g2%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23e7a47f%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23a66643%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u7987_g3%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%234e686e%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23152d33%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3Cg%20id%3D%22u7987_m%22%20opacity%3D%220.36%22%3E%3Cpath%20d%3D%22M%209.23%200%20C%209.37%202.34%207.93%205.9%206.02%207.54%20C%204.1%209.19%200.09%2010.5%20-2.26%209.89%20C%20-4.61%209.28%20-7.05%206.21%20-8.08%203.89%20C%20-9.1%201.57%20-9.42%20-1.89%20-8.42%20-4.06%20C%20-7.42%20-6.22%20-4.34%20-8.67%20-2.07%20-9.08%20C%200.19%20-9.49%203.3%20-8.01%205.18%20-6.5%20C%207.07%20-4.98%209.09%20-2.34%209.23%200%20Z%22%20transform%3D%22translate%2831.66%2046.53%29%20rotate%28347.55%29%22%20fill%3D%22url%28%23u7987_g2%29%22%2F%3E%3Cpath%20d%3D%22M%208.95%200%20C%208.94%202.57%208%205.97%206.12%207.68%20C%204.24%209.38%200.06%2010.83%20-2.33%2010.21%20C%20-4.72%209.59%20-7.18%206.35%20-8.22%203.96%20C%20-9.27%201.57%20-9.6%20-1.84%20-8.61%20-4.14%20C%20-7.61%20-6.44%20-4.71%20-9.24%20-2.25%20-9.84%20C%200.22%20-10.44%204.32%20-9.4%206.19%20-7.76%20C%208.05%20-6.12%208.96%20-2.57%208.95%200%20Z%22%20transform%3D%22translate%28105.45%2024.54%29%20rotate%28294.42%29%22%20fill%3D%22url%28%23u7987_g3%29%22%2F%3E%3Cpath%20d%3D%22M%2012.84%200%20C%2013.04%203.35%2011.24%208.71%208.62%2010.81%20C%206%2012.9%200.43%2013.48%20-2.87%2012.58%20C%20-6.17%2011.67%20-9.68%208.43%20-11.17%205.38%20C%20-12.67%202.33%20-13.21%20-2.68%20-11.83%20-5.7%20C%20-10.46%20-8.72%20-6.11%20-12.15%20-2.91%20-12.74%20C%200.3%20-13.34%204.77%20-11.4%207.39%20-9.27%20C%2010.02%20-7.15%2012.63%20-3.35%2012.84%200%20Z%22%20transform%3D%22translate%28181.7%2028.48%29%20rotate%28225.84%29%22%20fill%3D%22url%28%23u7987_g2%29%22%2F%3E%3Cpath%20d%3D%22M%2010.37%200%20C%2010.29%202.88%208.79%206.47%206.63%208.32%20C%204.48%2010.17%200.34%2011.65%20-2.54%2011.11%20C%20-5.42%2010.58%20-9.36%207.8%20-10.65%205.13%20C%20-11.93%202.45%20-11.6%20-2.19%20-10.26%20-4.94%20C%20-8.91%20-7.69%20-5.5%20-10.71%20-2.6%20-11.38%20C%200.3%20-12.04%204.98%20-10.85%207.14%20-8.95%20C%209.3%20-7.05%2010.46%20-2.88%2010.37%200%20Z%22%20transform%3D%22translate%28232.28%2030.08%29%20rotate%28295.34%29%22%20fill%3D%22url%28%23u7987_g0%29%22%2F%3E%3Cpath%20d%3D%22M%2014.2%200%20C%2014.2%203.59%2011.46%208.66%208.61%2010.79%20C%205.75%2012.92%200.59%2013.56%20-2.91%2012.76%20C%20-6.42%2011.96%20-11.08%208.99%20-12.43%205.98%20C%20-13.77%202.98%20-12.56%20-2.18%20-10.96%20-5.28%20C%20-9.37%20-8.38%20-6.14%20-11.7%20-2.88%20-12.61%20C%200.38%20-13.52%205.73%20-12.86%208.58%20-10.76%20C%2011.43%20-8.66%2014.19%20-3.59%2014.2%200%20Z%22%20transform%3D%22translate%2878.8%20113.27%29%20rotate%28256.08%29%22%20fill%3D%22url%28%23u7987_g2%29%22%2F%3E%3Cpath%20d%3D%22M%2013.25%200%20C%2013.16%203.64%2011.12%208.47%208.43%2010.57%20C%205.74%2012.67%200.62%2013.35%20-2.87%2012.59%20C%20-6.36%2011.83%20-10.94%209.11%20-12.51%206.02%20C%20-14.08%202.94%20-13.87%20-2.72%20-12.29%20-5.92%20C%20-10.71%20-9.12%20-6.56%20-12.28%20-3.01%20-13.18%20C%200.54%20-14.07%206.29%20-13.49%209%20-11.29%20C%2011.71%20-9.09%2013.35%20-3.64%2013.25%200%20Z%22%20transform%3D%22translate%28141.26%2097.82%29%20rotate%2814.27%29%22%20fill%3D%22url%28%23u7987_g1%29%22%2F%3E%3Cpath%20d%3D%22M%2016.12%200%20C%2016%203.65%2011.7%207.68%208.37%2010.5%20C%205.04%2013.31%200.06%2017.44%20-3.86%2016.9%20C%20-7.77%2016.36%20-13.35%2011.25%20-15.11%207.28%20C%20-16.86%203.3%20-16.33%20-3.2%20-14.38%20-6.93%20C%20-12.44%20-10.65%20-7.35%20-14.32%20-3.44%20-15.06%20C%200.47%20-15.8%205.82%20-13.89%209.08%20-11.38%20C%2012.34%20-8.87%2016.24%20-3.65%2016.12%200%20Z%22%20transform%3D%22translate%28200.92%2095.56%29%20rotate%2818.74%29%22%20fill%3D%22url%28%23u7987_g0%29%22%2F%3E%3Cpath%20d%3D%22M%207.19%200%20C%207.17%201.82%205.77%204.17%204.29%205.38%20C%202.82%206.6%200.1%207.69%20-1.67%207.3%20C%20-3.43%206.9%20-5.51%204.77%20-6.31%203.04%20C%20-7.11%201.3%20-7.25%20-1.45%20-6.46%20-3.11%20C%20-5.68%20-4.78%20-3.4%20-6.56%20-1.59%20-6.96%20C%200.22%20-7.36%202.95%20-6.69%204.41%20-5.53%20C%205.87%20-4.37%207.21%20-1.82%207.19%200%20Z%22%20transform%3D%22translate%28-5.25%20101.69%29%20rotate%2823.56%29%22%20fill%3D%22url%28%23u7987_g0%29%22%2F%3E%3Cpath%20d%3D%22M%207.4%200%20C%207.55%201.77%206.17%204.7%204.67%205.86%20C%203.18%207.03%200.3%207.42%20-1.59%206.98%20C%20-3.49%206.54%20-5.89%204.91%20-6.71%203.23%20C%20-7.52%201.54%20-7.35%20-1.46%20-6.49%20-3.12%20C%20-5.63%20-4.79%20-3.26%20-6.48%20-1.54%20-6.75%20C%200.17%20-7.03%202.31%20-5.89%203.8%20-4.77%20C%205.29%20-3.64%207.25%20-1.77%207.4%200%20Z%22%20transform%3D%22translate%2836.84%20171.15%29%20rotate%28123.36%29%22%20fill%3D%22url%28%23u7987_g3%29%22%2F%3E%3Cpath%20d%3D%22M%2013.35%200%20C%2013.55%203.73%2012.26%209.76%209.53%2011.96%20C%206.81%2014.15%200.52%2014.22%20-3%2013.16%20C%20-6.53%2012.1%20-9.9%208.84%20-11.6%205.59%20C%20-13.3%202.34%20-14.55%20-2.92%20-13.18%20-6.35%20C%20-11.82%20-9.78%20-7.01%20-14.33%20-3.43%20-15.01%20C%200.16%20-15.69%205.53%20-12.94%208.32%20-10.44%20C%2011.12%20-7.94%2013.14%20-3.73%2013.35%200%20Z%22%20transform%3D%22translate%28123.34%20149.85%29%20rotate%28239.52%29%22%20fill%3D%22url%28%23u7987_g3%29%22%2F%3E%3Cpath%20d%3D%22M%2010.39%200%20C%2010.4%202.72%208.66%206.46%206.53%208.19%20C%204.41%209.93%200.27%2011.03%20-2.38%2010.42%20C%20-5.02%209.8%20-8.3%206.91%20-9.33%204.49%20C%20-10.35%202.07%20-9.71%20-1.67%20-8.54%20-4.11%20C%20-7.37%20-6.56%20-4.83%20-9.49%20-2.32%20-10.16%20C%200.19%20-10.83%204.38%20-9.84%206.49%20-8.14%20C%208.61%20-6.45%2010.38%20-2.72%2010.39%200%20Z%22%20transform%3D%22translate%28160.28%20180.14%29%20rotate%28329.85%29%22%20fill%3D%22url%28%23u7987_g1%29%22%2F%3E%3Cpath%20d%3D%22M%2010.72%200%20C%2010.88%202.82%209.44%207.2%207.23%209.06%20C%205.02%2010.92%200.37%2011.85%20-2.55%2011.16%20C%20-5.46%2010.47%20-9.16%207.53%20-10.25%204.94%20C%20-11.34%202.35%20-10.39%20-1.76%20-9.09%20-4.38%20C%20-7.79%20-6.99%20-5.02%20-10.17%20-2.45%20-10.75%20C%200.11%20-11.33%204.09%20-9.67%206.28%20-7.88%20C%208.48%20-6.09%2010.57%20-2.82%2010.72%200%20Z%22%20transform%3D%22translate%28241.45%20180.95%29%20rotate%28190.37%29%22%20fill%3D%22url%28%23u7987_g1%29%22%2F%3E%3Cpath%20d%3D%22M%209.85%200%20C%209.94%202.5%208.21%206.34%206.23%207.82%20C%204.25%209.29%200.57%209.38%20-2.01%208.83%20C%20-4.6%208.27%20-8.16%206.65%20-9.29%204.48%20C%20-10.43%202.3%20-10.05%20-2.09%20-8.83%20-4.25%20C%20-7.6%20-6.41%20-4.36%20-8%20-1.94%20-8.49%20C%200.49%20-8.97%203.74%20-8.57%205.71%20-7.16%20C%207.67%20-5.74%209.77%20-2.5%209.85%200%20Z%22%20transform%3D%22translate%2877.19%20233.71%29%20rotate%28124.43%29%22%20fill%3D%22url%28%23u7987_g0%29%22%2F%3E%3Cpath%20d%3D%22M%2010.93%200%20C%2011.13%203.19%2010.53%208.3%208.24%2010.33%20C%205.96%2012.36%200.44%2013.01%20-2.78%2012.17%20C%20-5.99%2011.34%20-9.69%208.22%20-11.04%205.32%20C%20-12.4%202.41%20-12.34%20-2.52%20-10.92%20-5.26%20C%20-9.5%20-7.99%20-5.52%20-10.5%20-2.53%20-11.09%20C%200.46%20-11.68%204.78%20-10.65%207.02%20-8.8%20C%209.26%20-6.95%2010.72%20-3.19%2010.93%200%20Z%22%20transform%3D%22translate%28150.4%20256.75%29%20rotate%28354.41%29%22%20fill%3D%22url%28%23u7987_g3%29%22%2F%3E%3Cpath%20d%3D%22M%209.59%200%20C%209.59%202.27%207.35%205.38%205.43%206.81%20C%203.51%208.24%200.32%209.06%20-1.96%208.59%20C%20-4.24%208.11%20-7.16%206.08%20-8.24%203.97%20C%20-9.33%201.86%20-9.51%20-1.93%20-8.47%20-4.08%20C%20-7.44%20-6.23%20-4.36%20-8.49%20-2.04%20-8.94%20C%200.27%20-9.39%203.48%20-8.29%205.42%20-6.8%20C%207.36%20-5.31%209.58%20-2.27%209.59%200%20Z%22%20transform%3D%22translate%28207.58%20232.93%29%20rotate%28281.77%29%22%20fill%3D%22url%28%23u7987_g1%29%22%2F%3E%3Cpath%20d%3D%22M%208.7%200%20C%208.85%202.39%207.97%206.12%206.16%207.72%20C%204.34%209.32%200.18%2010.25%20-2.19%209.61%20C%20-4.56%208.97%20-6.96%206.19%20-8.06%203.88%20C%20-9.17%201.57%20-9.85%20-2.17%20-8.84%20-4.26%20C%20-7.83%20-6.35%20-4.33%20-8.27%20-1.98%20-8.66%20C%200.38%20-9.06%203.51%20-8.08%205.29%20-6.63%20C%207.07%20-5.19%208.56%20-2.39%208.7%200%20Z%22%20transform%3D%22translate%28-6.83%20240.28%29%20rotate%2874.86%29%22%20fill%3D%22url%28%23u7987_g2%29%22%2F%3E%3C%2Fg%3E%3C%2Fdefs%3E%0A%0A%3Cuse%20href%3D%22%23u7987_m%22%20x%3D%22-276%22%20y%3D%22-276%22%2F%3E%3Cuse%20href%3D%22%23u7987_m%22%20x%3D%220%22%20y%3D%22-276%22%2F%3E%3Cuse%20href%3D%22%23u7987_m%22%20x%3D%22276%22%20y%3D%22-276%22%2F%3E%3Cuse%20href%3D%22%23u7987_m%22%20x%3D%22-276%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u7987_m%22%20x%3D%220%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u7987_m%22%20x%3D%22276%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u7987_m%22%20x%3D%22-276%22%20y%3D%22276%22%2F%3E%3Cuse%20href%3D%22%23u7987_m%22%20x%3D%220%22%20y%3D%22276%22%2F%3E%3Cuse%20href%3D%22%23u7987_m%22%20x%3D%22276%22%20y%3D%22276%22%2F%3E%3C%2Fsvg%3E);--pat12: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22618%22%20height%3D%22515%22%20viewBox%3D%220%200%20618%20515%22%3E%0A%3Cdefs%3E%3Cg%20id%3D%22u6472_m%22%20opacity%3D%220.77%22%3E%3Cpath%20d%3D%22M%200%2010.3%20A%2010.3%2010.3%200%200%201%2010.3%200%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%2092.7%20A%2010.3%2010.3%200%200%201%2092.7%20103%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%2020.6%20A%2020.6%2020.6%200%200%201%2020.6%200%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%2082.4%20A%2020.6%2020.6%200%200%201%2082.4%20103%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%2030.9%20A%2030.9%2030.9%200%200%201%2030.9%200%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%2072.1%20A%2030.9%2030.9%200%200%201%2072.1%20103%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%2041.2%20A%2041.2%2041.2%200%200%201%2041.2%200%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%2061.8%20A%2041.2%2041.2%200%200%201%2061.8%20103%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%2051.5%20A%2051.5%2051.5%200%200%201%2051.5%200%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%2051.5%20A%2051.5%2051.5%200%200%201%2051.5%20103%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20113.3%20A%2010.3%2010.3%200%200%201%2010.3%20103%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20195.7%20A%2010.3%2010.3%200%200%201%2092.7%20206%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20123.6%20A%2020.6%2020.6%200%200%201%2020.6%20103%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20185.4%20A%2020.6%2020.6%200%200%201%2082.4%20206%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20133.9%20A%2030.9%2030.9%200%200%201%2030.9%20103%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20175.1%20A%2030.9%2030.9%200%200%201%2072.1%20206%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20144.2%20A%2041.2%2041.2%200%200%201%2041.2%20103%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20164.8%20A%2041.2%2041.2%200%200%201%2061.8%20206%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20154.5%20A%2051.5%2051.5%200%200%201%2051.5%20103%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20154.5%20A%2051.5%2051.5%200%200%201%2051.5%20206%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20216.3%20A%2010.3%2010.3%200%200%201%2010.3%20206%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20298.7%20A%2010.3%2010.3%200%200%201%2092.7%20309%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20226.6%20A%2020.6%2020.6%200%200%201%2020.6%20206%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20288.4%20A%2020.6%2020.6%200%200%201%2082.4%20309%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20236.9%20A%2030.9%2030.9%200%200%201%2030.9%20206%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20278.1%20A%2030.9%2030.9%200%200%201%2072.1%20309%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20247.2%20A%2041.2%2041.2%200%200%201%2041.2%20206%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20267.8%20A%2041.2%2041.2%200%200%201%2061.8%20309%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20257.5%20A%2051.5%2051.5%200%200%201%2051.5%20206%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20257.5%20A%2051.5%2051.5%200%200%201%2051.5%20309%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20319.3%20A%2010.3%2010.3%200%200%201%2010.3%20309%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20401.7%20A%2010.3%2010.3%200%200%201%2092.7%20412%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20329.6%20A%2020.6%2020.6%200%200%201%2020.6%20309%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20391.4%20A%2020.6%2020.6%200%200%201%2082.4%20412%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20339.9%20A%2030.9%2030.9%200%200%201%2030.9%20309%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20381.1%20A%2030.9%2030.9%200%200%201%2072.1%20412%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20350.2%20A%2041.2%2041.2%200%200%201%2041.2%20309%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20370.8%20A%2041.2%2041.2%200%200%201%2061.8%20412%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20360.5%20A%2051.5%2051.5%200%200%201%2051.5%20309%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20360.5%20A%2051.5%2051.5%200%200%201%2051.5%20412%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20422.3%20A%2010.3%2010.3%200%200%200%2092.7%20412%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20504.7%20A%2010.3%2010.3%200%200%200%2010.3%20515%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20432.6%20A%2020.6%2020.6%200%200%200%2082.4%20412%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20494.4%20A%2020.6%2020.6%200%200%200%2020.6%20515%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20442.9%20A%2030.9%2030.9%200%200%200%2072.1%20412%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20484.1%20A%2030.9%2030.9%200%200%200%2030.9%20515%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20453.2%20A%2041.2%2041.2%200%200%200%2061.8%20412%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20473.8%20A%2041.2%2041.2%200%200%200%2041.2%20515%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20463.5%20A%2051.5%2051.5%200%200%200%2051.5%20412%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20463.5%20A%2051.5%2051.5%200%200%200%2051.5%20515%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%2061.8%20A%2010.3%2010.3%200%200%201%20113.3%2051.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20144.2%20A%2010.3%2010.3%200%200%201%20195.7%20154.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%2072.1%20A%2020.6%2020.6%200%200%201%20123.6%2051.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20133.9%20A%2020.6%2020.6%200%200%201%20185.4%20154.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%2082.4%20A%2030.9%2030.9%200%200%201%20133.9%2051.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20123.6%20A%2030.9%2030.9%200%200%201%20175.1%20154.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%2092.7%20A%2041.2%2041.2%200%200%201%20144.2%2051.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20113.3%20A%2041.2%2041.2%200%200%201%20164.8%20154.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20103%20A%2051.5%2051.5%200%200%201%20154.5%2051.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20103%20A%2051.5%2051.5%200%200%201%20154.5%20154.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20164.8%20A%2010.3%2010.3%200%200%201%20113.3%20154.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20247.2%20A%2010.3%2010.3%200%200%201%20195.7%20257.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20175.1%20A%2020.6%2020.6%200%200%201%20123.6%20154.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20236.9%20A%2020.6%2020.6%200%200%201%20185.4%20257.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20185.4%20A%2030.9%2030.9%200%200%201%20133.9%20154.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20226.6%20A%2030.9%2030.9%200%200%201%20175.1%20257.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20195.7%20A%2041.2%2041.2%200%200%201%20144.2%20154.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20216.3%20A%2041.2%2041.2%200%200%201%20164.8%20257.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20206%20A%2051.5%2051.5%200%200%201%20154.5%20154.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20206%20A%2051.5%2051.5%200%200%201%20154.5%20257.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20267.8%20A%2010.3%2010.3%200%200%201%20113.3%20257.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20350.2%20A%2010.3%2010.3%200%200%201%20195.7%20360.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20278.1%20A%2020.6%2020.6%200%200%201%20123.6%20257.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20339.9%20A%2020.6%2020.6%200%200%201%20185.4%20360.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20288.4%20A%2030.9%2030.9%200%200%201%20133.9%20257.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20329.6%20A%2030.9%2030.9%200%200%201%20175.1%20360.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20298.7%20A%2041.2%2041.2%200%200%201%20144.2%20257.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20319.3%20A%2041.2%2041.2%200%200%201%20164.8%20360.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20309%20A%2051.5%2051.5%200%200%201%20154.5%20257.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20309%20A%2051.5%2051.5%200%200%201%20154.5%20360.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20370.8%20A%2010.3%2010.3%200%200%200%20195.7%20360.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20453.2%20A%2010.3%2010.3%200%200%200%20113.3%20463.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20381.1%20A%2020.6%2020.6%200%200%200%20185.4%20360.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20442.9%20A%2020.6%2020.6%200%200%200%20123.6%20463.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20391.4%20A%2030.9%2030.9%200%200%200%20175.1%20360.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20432.6%20A%2030.9%2030.9%200%200%200%20133.9%20463.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20401.7%20A%2041.2%2041.2%200%200%200%20164.8%20360.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20422.3%20A%2041.2%2041.2%200%200%200%20144.2%20463.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20412%20A%2051.5%2051.5%200%200%200%20154.5%20360.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%20412%20A%2051.5%2051.5%200%200%200%20154.5%20463.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20-41.2%20A%2010.3%2010.3%200%200%200%20195.7%20-51.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%2041.2%20A%2010.3%2010.3%200%200%200%20113.3%2051.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20-30.9%20A%2020.6%2020.6%200%200%200%20185.4%20-51.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%2030.9%20A%2020.6%2020.6%200%200%200%20123.6%2051.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20-20.6%20A%2030.9%2030.9%200%200%200%20175.1%20-51.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%2020.6%20A%2030.9%2030.9%200%200%200%20133.9%2051.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20-10.3%20A%2041.2%2041.2%200%200%200%20164.8%20-51.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%2010.3%20A%2041.2%2041.2%200%200%200%20144.2%2051.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%200%20A%2051.5%2051.5%200%200%200%20154.5%20-51.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20103%200%20A%2051.5%2051.5%200%200%200%20154.5%2051.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%2010.3%20A%2010.3%2010.3%200%200%201%20216.3%200%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%2092.7%20A%2010.3%2010.3%200%200%201%20298.7%20103%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%2020.6%20A%2020.6%2020.6%200%200%201%20226.6%200%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%2082.4%20A%2020.6%2020.6%200%200%201%20288.4%20103%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%2030.9%20A%2030.9%2030.9%200%200%201%20236.9%200%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%2072.1%20A%2030.9%2030.9%200%200%201%20278.1%20103%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%2041.2%20A%2041.2%2041.2%200%200%201%20247.2%200%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%2061.8%20A%2041.2%2041.2%200%200%201%20267.8%20103%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%2051.5%20A%2051.5%2051.5%200%200%201%20257.5%200%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%2051.5%20A%2051.5%2051.5%200%200%201%20257.5%20103%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20113.3%20A%2010.3%2010.3%200%200%201%20216.3%20103%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20195.7%20A%2010.3%2010.3%200%200%201%20298.7%20206%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20123.6%20A%2020.6%2020.6%200%200%201%20226.6%20103%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20185.4%20A%2020.6%2020.6%200%200%201%20288.4%20206%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20133.9%20A%2030.9%2030.9%200%200%201%20236.9%20103%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20175.1%20A%2030.9%2030.9%200%200%201%20278.1%20206%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20144.2%20A%2041.2%2041.2%200%200%201%20247.2%20103%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20164.8%20A%2041.2%2041.2%200%200%201%20267.8%20206%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20154.5%20A%2051.5%2051.5%200%200%201%20257.5%20103%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20154.5%20A%2051.5%2051.5%200%200%201%20257.5%20206%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20216.3%20A%2010.3%2010.3%200%200%200%20298.7%20206%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20298.7%20A%2010.3%2010.3%200%200%200%20216.3%20309%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20226.6%20A%2020.6%2020.6%200%200%200%20288.4%20206%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20288.4%20A%2020.6%2020.6%200%200%200%20226.6%20309%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20236.9%20A%2030.9%2030.9%200%200%200%20278.1%20206%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20278.1%20A%2030.9%2030.9%200%200%200%20236.9%20309%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20247.2%20A%2041.2%2041.2%200%200%200%20267.8%20206%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20267.8%20A%2041.2%2041.2%200%200%200%20247.2%20309%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20257.5%20A%2051.5%2051.5%200%200%200%20257.5%20206%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20257.5%20A%2051.5%2051.5%200%200%200%20257.5%20309%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20319.3%20A%2010.3%2010.3%200%200%200%20298.7%20309%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20401.7%20A%2010.3%2010.3%200%200%200%20216.3%20412%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20329.6%20A%2020.6%2020.6%200%200%200%20288.4%20309%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20391.4%20A%2020.6%2020.6%200%200%200%20226.6%20412%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20339.9%20A%2030.9%2030.9%200%200%200%20278.1%20309%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20381.1%20A%2030.9%2030.9%200%200%200%20236.9%20412%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20350.2%20A%2041.2%2041.2%200%200%200%20267.8%20309%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20370.8%20A%2041.2%2041.2%200%200%200%20247.2%20412%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20360.5%20A%2051.5%2051.5%200%200%200%20257.5%20309%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20360.5%20A%2051.5%2051.5%200%200%200%20257.5%20412%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20422.3%20A%2010.3%2010.3%200%200%201%20216.3%20412%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20504.7%20A%2010.3%2010.3%200%200%201%20298.7%20515%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20432.6%20A%2020.6%2020.6%200%200%201%20226.6%20412%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20494.4%20A%2020.6%2020.6%200%200%201%20288.4%20515%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20442.9%20A%2030.9%2030.9%200%200%201%20236.9%20412%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20484.1%20A%2030.9%2030.9%200%200%201%20278.1%20515%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20453.2%20A%2041.2%2041.2%200%200%201%20247.2%20412%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20473.8%20A%2041.2%2041.2%200%200%201%20267.8%20515%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20206%20463.5%20A%2051.5%2051.5%200%200%201%20257.5%20412%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20463.5%20A%2051.5%2051.5%200%200%201%20257.5%20515%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%2061.8%20A%2010.3%2010.3%200%200%201%20319.3%2051.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20144.2%20A%2010.3%2010.3%200%200%201%20401.7%20154.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%2072.1%20A%2020.6%2020.6%200%200%201%20329.6%2051.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20133.9%20A%2020.6%2020.6%200%200%201%20391.4%20154.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%2082.4%20A%2030.9%2030.9%200%200%201%20339.9%2051.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20123.6%20A%2030.9%2030.9%200%200%201%20381.1%20154.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%2092.7%20A%2041.2%2041.2%200%200%201%20350.2%2051.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20113.3%20A%2041.2%2041.2%200%200%201%20370.8%20154.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20103%20A%2051.5%2051.5%200%200%201%20360.5%2051.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20103%20A%2051.5%2051.5%200%200%201%20360.5%20154.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20164.8%20A%2010.3%2010.3%200%200%201%20319.3%20154.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20247.2%20A%2010.3%2010.3%200%200%201%20401.7%20257.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20175.1%20A%2020.6%2020.6%200%200%201%20329.6%20154.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20236.9%20A%2020.6%2020.6%200%200%201%20391.4%20257.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20185.4%20A%2030.9%2030.9%200%200%201%20339.9%20154.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20226.6%20A%2030.9%2030.9%200%200%201%20381.1%20257.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20195.7%20A%2041.2%2041.2%200%200%201%20350.2%20154.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20216.3%20A%2041.2%2041.2%200%200%201%20370.8%20257.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20206%20A%2051.5%2051.5%200%200%201%20360.5%20154.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20206%20A%2051.5%2051.5%200%200%201%20360.5%20257.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20267.8%20A%2010.3%2010.3%200%200%200%20401.7%20257.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20350.2%20A%2010.3%2010.3%200%200%200%20319.3%20360.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20278.1%20A%2020.6%2020.6%200%200%200%20391.4%20257.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20339.9%20A%2020.6%2020.6%200%200%200%20329.6%20360.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20288.4%20A%2030.9%2030.9%200%200%200%20381.1%20257.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20329.6%20A%2030.9%2030.9%200%200%200%20339.9%20360.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20298.7%20A%2041.2%2041.2%200%200%200%20370.8%20257.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20319.3%20A%2041.2%2041.2%200%200%200%20350.2%20360.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20309%20A%2051.5%2051.5%200%200%200%20360.5%20257.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20309%20A%2051.5%2051.5%200%200%200%20360.5%20360.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20370.8%20A%2010.3%2010.3%200%200%200%20401.7%20360.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20453.2%20A%2010.3%2010.3%200%200%200%20319.3%20463.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20381.1%20A%2020.6%2020.6%200%200%200%20391.4%20360.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20442.9%20A%2020.6%2020.6%200%200%200%20329.6%20463.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20391.4%20A%2030.9%2030.9%200%200%200%20381.1%20360.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20432.6%20A%2030.9%2030.9%200%200%200%20339.9%20463.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20401.7%20A%2041.2%2041.2%200%200%200%20370.8%20360.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20422.3%20A%2041.2%2041.2%200%200%200%20350.2%20463.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20412%20A%2051.5%2051.5%200%200%200%20360.5%20360.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%20412%20A%2051.5%2051.5%200%200%200%20360.5%20463.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20-41.2%20A%2010.3%2010.3%200%200%200%20401.7%20-51.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%2041.2%20A%2010.3%2010.3%200%200%200%20319.3%2051.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20-30.9%20A%2020.6%2020.6%200%200%200%20391.4%20-51.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%2030.9%20A%2020.6%2020.6%200%200%200%20329.6%2051.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20-20.6%20A%2030.9%2030.9%200%200%200%20381.1%20-51.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%2020.6%20A%2030.9%2030.9%200%200%200%20339.9%2051.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20-10.3%20A%2041.2%2041.2%200%200%200%20370.8%20-51.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%2010.3%20A%2041.2%2041.2%200%200%200%20350.2%2051.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%200%20A%2051.5%2051.5%200%200%200%20360.5%20-51.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309%200%20A%2051.5%2051.5%200%200%200%20360.5%2051.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%2010.3%20A%2010.3%2010.3%200%200%200%20504.7%200%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%2092.7%20A%2010.3%2010.3%200%200%200%20422.3%20103%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%2020.6%20A%2020.6%2020.6%200%200%200%20494.4%200%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%2082.4%20A%2020.6%2020.6%200%200%200%20432.6%20103%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%2030.9%20A%2030.9%2030.9%200%200%200%20484.1%200%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%2072.1%20A%2030.9%2030.9%200%200%200%20442.9%20103%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%2041.2%20A%2041.2%2041.2%200%200%200%20473.8%200%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%2061.8%20A%2041.2%2041.2%200%200%200%20453.2%20103%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%2051.5%20A%2051.5%2051.5%200%200%200%20463.5%200%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%2051.5%20A%2051.5%2051.5%200%200%200%20463.5%20103%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20113.3%20A%2010.3%2010.3%200%200%201%20422.3%20103%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20195.7%20A%2010.3%2010.3%200%200%201%20504.7%20206%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20123.6%20A%2020.6%2020.6%200%200%201%20432.6%20103%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20185.4%20A%2020.6%2020.6%200%200%201%20494.4%20206%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20133.9%20A%2030.9%2030.9%200%200%201%20442.9%20103%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20175.1%20A%2030.9%2030.9%200%200%201%20484.1%20206%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20144.2%20A%2041.2%2041.2%200%200%201%20453.2%20103%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20164.8%20A%2041.2%2041.2%200%200%201%20473.8%20206%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20154.5%20A%2051.5%2051.5%200%200%201%20463.5%20103%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20154.5%20A%2051.5%2051.5%200%200%201%20463.5%20206%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20216.3%20A%2010.3%2010.3%200%200%200%20504.7%20206%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20298.7%20A%2010.3%2010.3%200%200%200%20422.3%20309%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20226.6%20A%2020.6%2020.6%200%200%200%20494.4%20206%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20288.4%20A%2020.6%2020.6%200%200%200%20432.6%20309%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20236.9%20A%2030.9%2030.9%200%200%200%20484.1%20206%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20278.1%20A%2030.9%2030.9%200%200%200%20442.9%20309%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20247.2%20A%2041.2%2041.2%200%200%200%20473.8%20206%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20267.8%20A%2041.2%2041.2%200%200%200%20453.2%20309%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20257.5%20A%2051.5%2051.5%200%200%200%20463.5%20206%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20257.5%20A%2051.5%2051.5%200%200%200%20463.5%20309%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20319.3%20A%2010.3%2010.3%200%200%201%20422.3%20309%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20401.7%20A%2010.3%2010.3%200%200%201%20504.7%20412%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20329.6%20A%2020.6%2020.6%200%200%201%20432.6%20309%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20391.4%20A%2020.6%2020.6%200%200%201%20494.4%20412%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20339.9%20A%2030.9%2030.9%200%200%201%20442.9%20309%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20381.1%20A%2030.9%2030.9%200%200%201%20484.1%20412%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20350.2%20A%2041.2%2041.2%200%200%201%20453.2%20309%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20370.8%20A%2041.2%2041.2%200%200%201%20473.8%20412%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20360.5%20A%2051.5%2051.5%200%200%201%20463.5%20309%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20360.5%20A%2051.5%2051.5%200%200%201%20463.5%20412%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20422.3%20A%2010.3%2010.3%200%200%200%20504.7%20412%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20504.7%20A%2010.3%2010.3%200%200%200%20422.3%20515%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20432.6%20A%2020.6%2020.6%200%200%200%20494.4%20412%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20494.4%20A%2020.6%2020.6%200%200%200%20432.6%20515%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20442.9%20A%2030.9%2030.9%200%200%200%20484.1%20412%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20484.1%20A%2030.9%2030.9%200%200%200%20442.9%20515%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20453.2%20A%2041.2%2041.2%200%200%200%20473.8%20412%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20473.8%20A%2041.2%2041.2%200%200%200%20453.2%20515%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20463.5%20A%2051.5%2051.5%200%200%200%20463.5%20412%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412%20463.5%20A%2051.5%2051.5%200%200%200%20463.5%20515%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%2061.8%20A%2010.3%2010.3%200%200%201%20525.3%2051.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20618%20144.2%20A%2010.3%2010.3%200%200%201%20607.7%20154.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%2072.1%20A%2020.6%2020.6%200%200%201%20535.6%2051.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20618%20133.9%20A%2020.6%2020.6%200%200%201%20597.4%20154.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%2082.4%20A%2030.9%2030.9%200%200%201%20545.9%2051.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20618%20123.6%20A%2030.9%2030.9%200%200%201%20587.1%20154.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%2092.7%20A%2041.2%2041.2%200%200%201%20556.2%2051.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20618%20113.3%20A%2041.2%2041.2%200%200%201%20576.8%20154.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20103%20A%2051.5%2051.5%200%200%201%20566.5%2051.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20618%20103%20A%2051.5%2051.5%200%200%201%20566.5%20154.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20164.8%20A%2010.3%2010.3%200%200%201%20525.3%20154.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20618%20247.2%20A%2010.3%2010.3%200%200%201%20607.7%20257.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20175.1%20A%2020.6%2020.6%200%200%201%20535.6%20154.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20618%20236.9%20A%2020.6%2020.6%200%200%201%20597.4%20257.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20185.4%20A%2030.9%2030.9%200%200%201%20545.9%20154.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20618%20226.6%20A%2030.9%2030.9%200%200%201%20587.1%20257.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20195.7%20A%2041.2%2041.2%200%200%201%20556.2%20154.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20618%20216.3%20A%2041.2%2041.2%200%200%201%20576.8%20257.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20206%20A%2051.5%2051.5%200%200%201%20566.5%20154.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20618%20206%20A%2051.5%2051.5%200%200%201%20566.5%20257.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20618%20267.8%20A%2010.3%2010.3%200%200%200%20607.7%20257.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20350.2%20A%2010.3%2010.3%200%200%200%20525.3%20360.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20618%20278.1%20A%2020.6%2020.6%200%200%200%20597.4%20257.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20339.9%20A%2020.6%2020.6%200%200%200%20535.6%20360.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20618%20288.4%20A%2030.9%2030.9%200%200%200%20587.1%20257.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20329.6%20A%2030.9%2030.9%200%200%200%20545.9%20360.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20618%20298.7%20A%2041.2%2041.2%200%200%200%20576.8%20257.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20319.3%20A%2041.2%2041.2%200%200%200%20556.2%20360.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20618%20309%20A%2051.5%2051.5%200%200%200%20566.5%20257.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20309%20A%2051.5%2051.5%200%200%200%20566.5%20360.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20370.8%20A%2010.3%2010.3%200%200%201%20525.3%20360.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20618%20453.2%20A%2010.3%2010.3%200%200%201%20607.7%20463.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20381.1%20A%2020.6%2020.6%200%200%201%20535.6%20360.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20618%20442.9%20A%2020.6%2020.6%200%200%201%20597.4%20463.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20391.4%20A%2030.9%2030.9%200%200%201%20545.9%20360.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20618%20432.6%20A%2030.9%2030.9%200%200%201%20587.1%20463.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20401.7%20A%2041.2%2041.2%200%200%201%20556.2%20360.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20618%20422.3%20A%2041.2%2041.2%200%200%201%20576.8%20463.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20412%20A%2051.5%2051.5%200%200%201%20566.5%20360.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20618%20412%20A%2051.5%2051.5%200%200%201%20566.5%20463.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20-41.2%20A%2010.3%2010.3%200%200%201%20525.3%20-51.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20618%2041.2%20A%2010.3%2010.3%200%200%201%20607.7%2051.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20-30.9%20A%2020.6%2020.6%200%200%201%20535.6%20-51.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20618%2030.9%20A%2020.6%2020.6%200%200%201%20597.4%2051.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20-20.6%20A%2030.9%2030.9%200%200%201%20545.9%20-51.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20618%2020.6%20A%2030.9%2030.9%200%200%201%20587.1%2051.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%20-10.3%20A%2041.2%2041.2%200%200%201%20556.2%20-51.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20618%2010.3%20A%2041.2%2041.2%200%200%201%20576.8%2051.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20515%200%20A%2051.5%2051.5%200%200%201%20566.5%20-51.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20618%200%20A%2051.5%2051.5%200%200%201%20566.5%2051.5%22%20fill%3D%22none%22%20stroke%3D%22%23C9A24B%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fg%3E%3C%2Fdefs%3E%0A%0A%3Cuse%20href%3D%22%23u6472_m%22%20x%3D%22-618%22%20y%3D%22-515%22%2F%3E%3Cuse%20href%3D%22%23u6472_m%22%20x%3D%220%22%20y%3D%22-515%22%2F%3E%3Cuse%20href%3D%22%23u6472_m%22%20x%3D%22618%22%20y%3D%22-515%22%2F%3E%3Cuse%20href%3D%22%23u6472_m%22%20x%3D%22-618%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u6472_m%22%20x%3D%220%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u6472_m%22%20x%3D%22618%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u6472_m%22%20x%3D%22-618%22%20y%3D%22515%22%2F%3E%3Cuse%20href%3D%22%23u6472_m%22%20x%3D%220%22%20y%3D%22515%22%2F%3E%3Cuse%20href%3D%22%23u6472_m%22%20x%3D%22618%22%20y%3D%22515%22%2F%3E%3C%2Fsvg%3E);--pat13: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22595%22%20height%3D%22618.32%22%20viewBox%3D%220%200%20595%20618.32%22%3E%0A%3Cdefs%3E%3ClinearGradient%20id%3D%22u3419_g0%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edeae4%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23aca9a3%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u3419_g1%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23dec161%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239e8226%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u3419_g2%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ce655a%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%238e2a20%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u3419_g3%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2397979e%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%235a5a60%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3Cg%20id%3D%22u3419_m%22%20opacity%3D%220.26%22%3E%3Cpath%20d%3D%22M%2059.5%2051.53%20L%2059.91%2051.63%20L%2060.25%2051.92%20L%2060.45%2052.36%20L%2060.46%2052.91%20L%2060.25%2053.5%20L%2059.8%2054.04%20L%2059.14%2054.45%20L%2058.31%2054.68%20L%2057.35%2054.65%20L%2056.35%2054.32%20L%2055.4%2053.68%20L%2054.59%2052.74%20L%2054.03%2051.53%20L%2053.78%2050.12%20L%2053.91%2048.59%20L%2054.46%2047.06%20L%2055.43%2045.64%20L%2056.81%2044.44%20L%2058.54%2043.58%20L%2060.52%2043.17%20L%2062.64%2043.26%20L%2064.76%2043.9%20L%2066.75%2045.1%20L%2068.45%2046.83%20L%2069.72%2049.01%20L%2070.45%2051.53%20L%2070.54%2054.25%20L%2069.94%2057.01%20L%2068.64%2059.62%20L%2066.68%2061.92%20L%2064.13%2063.73%20L%2061.12%2064.9%20L%2057.83%2065.32%20L%2054.42%2064.91%20L%2051.13%2063.66%20L%2048.15%2061.58%20L%2045.7%2058.77%20L%2043.96%2055.36%20L%2043.08%2051.53%20L%2043.15%2047.5%20L%2044.21%2043.5%20L%2046.26%2039.8%20L%2049.21%2036.63%20L%2052.93%2034.2%20L%2057.22%2032.72%20L%2061.83%2032.3%20L%2066.52%2033.02%20L%2070.98%2034.89%20L%2074.94%2037.84%20L%2078.14%2041.74%20L%2080.35%2046.39%20L%2081.4%2051.53%20L%2081.17%2056.87%20L%2079.63%2062.09%20L%2076.83%2066.88%20L%2072.9%2070.93%20L%2068.01%2073.97%20L%2062.44%2075.77%20L%2056.51%2076.19%20L%2050.54%2075.15%20L%2044.91%2072.67%20L%2039.96%2068.84%20L%2036.01%2063.86%20L%2033.33%2057.98%20L%2032.13%2051.53%20L%2032.52%2044.88%20L%2034.52%2038.42%20L%2038.07%2032.54%20L%2043%2027.62%20L%2049.05%2023.97%20L%2055.9%2021.85%20L%2063.15%2021.43%20L%2070.4%2022.79%20L%2077.2%2025.88%20L%2083.14%2030.59%20L%2087.84%2036.66%20L%2090.98%2043.77%20L%2092.34%2051.53%20L%2091.8%2059.49%20L%2089.33%2067.18%20L%2085.03%2074.14%20L%2079.11%2079.94%20L%2071.89%2084.21%20L%2063.76%2086.64%20L%2055.19%2087.06%20L%2046.66%2085.39%20L%2038.69%2081.68%20L%2031.76%2076.1%20L%2026.32%2068.94%20L%2022.7%2060.6%20L%2021.18%2051.53%20L%2021.89%2042.26%20L%2024.83%2033.33%20L%2029.87%2025.28%20L%2036.78%2018.61%20L%2045.17%2013.73%20L%2054.58%2010.98%20L%2064.47%2010.56%20L%2074.28%2012.55%20L%2083.42%2016.87%20L%2091.33%2023.33%20L%2097.53%2031.57%20L%20101.61%2041.15%20L%20103.29%2051.53%20L%20102.43%2062.11%20L%2099.02%2072.27%20L%2093.22%2081.4%20L%2085.33%2088.95%20L%2075.78%2094.44%20L%2065.08%2097.51%20L%2053.87%2097.93%20L%2042.78%2095.62%20L%2032.47%2090.69%20L%2023.57%2083.36%20L%2016.62%2074.03%20L%2012.07%2063.22%20L%2010.23%2051.53%20L%2011.26%2039.64%20L%2015.13%2028.24%20L%2021.68%2018.02%20L%2030.56%209.6%20L%2041.28%203.49%20L%2053.26%200.11%20L%2065.79%20-0.31%20L%2078.16%202.31%20L%2089.64%207.86%20L%2099.53%2016.07%20L%20107.22%2026.48%20L%20112.24%2038.53%20L%20114.24%2051.53%22%20transform%3D%22rotate%28351.79%2059.5%2051.53%29%22%20fill%3D%22none%22%20stroke%3D%22%237A7A82%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20178.5%2051.53%20L%20178.91%2051.63%20L%20179.25%2051.92%20L%20179.45%2052.36%20L%20179.46%2052.91%20L%20179.25%2053.5%20L%20178.8%2054.04%20L%20178.14%2054.45%20L%20177.31%2054.68%20L%20176.35%2054.65%20L%20175.35%2054.32%20L%20174.4%2053.68%20L%20173.59%2052.74%20L%20173.03%2051.53%20L%20172.78%2050.12%20L%20172.91%2048.59%20L%20173.46%2047.06%20L%20174.43%2045.64%20L%20175.81%2044.44%20L%20177.54%2043.58%20L%20179.52%2043.17%20L%20181.64%2043.26%20L%20183.76%2043.9%20L%20185.75%2045.1%20L%20187.45%2046.83%20L%20188.72%2049.01%20L%20189.45%2051.53%20L%20189.54%2054.25%20L%20188.94%2057.01%20L%20187.64%2059.62%20L%20185.68%2061.92%20L%20183.13%2063.73%20L%20180.12%2064.9%20L%20176.83%2065.32%20L%20173.42%2064.91%20L%20170.13%2063.66%20L%20167.15%2061.58%20L%20164.7%2058.77%20L%20162.96%2055.36%20L%20162.08%2051.53%20L%20162.15%2047.5%20L%20163.21%2043.5%20L%20165.26%2039.8%20L%20168.21%2036.63%20L%20171.93%2034.2%20L%20176.22%2032.72%20L%20180.83%2032.3%20L%20185.52%2033.02%20L%20189.98%2034.89%20L%20193.94%2037.84%20L%20197.14%2041.74%20L%20199.35%2046.39%20L%20200.4%2051.53%20L%20200.17%2056.87%20L%20198.63%2062.09%20L%20195.83%2066.88%20L%20191.9%2070.93%20L%20187.01%2073.97%20L%20181.44%2075.77%20L%20175.51%2076.19%20L%20169.54%2075.15%20L%20163.91%2072.67%20L%20158.96%2068.84%20L%20155.01%2063.86%20L%20152.33%2057.98%20L%20151.13%2051.53%20L%20151.52%2044.88%20L%20153.52%2038.42%20L%20157.07%2032.54%20L%20162%2027.62%20L%20168.05%2023.97%20L%20174.9%2021.85%20L%20182.15%2021.43%20L%20189.4%2022.79%20L%20196.2%2025.88%20L%20202.14%2030.59%20L%20206.84%2036.66%20L%20209.98%2043.77%20L%20211.34%2051.53%20L%20210.8%2059.49%20L%20208.33%2067.18%20L%20204.03%2074.14%20L%20198.11%2079.94%20L%20190.89%2084.21%20L%20182.76%2086.64%20L%20174.19%2087.06%20L%20165.66%2085.39%20L%20157.69%2081.68%20L%20150.76%2076.1%20L%20145.32%2068.94%20L%20141.7%2060.6%20L%20140.18%2051.53%20L%20140.89%2042.26%20L%20143.83%2033.33%20L%20148.87%2025.28%20L%20155.78%2018.61%20L%20164.17%2013.73%20L%20173.58%2010.98%20L%20183.47%2010.56%20L%20193.28%2012.55%20L%20202.42%2016.87%20L%20210.33%2023.33%20L%20216.53%2031.57%20L%20220.61%2041.15%20L%20222.29%2051.53%20L%20221.43%2062.11%20L%20218.02%2072.27%20L%20212.22%2081.4%20L%20204.33%2088.95%20L%20194.78%2094.44%20L%20184.08%2097.51%20L%20172.87%2097.93%20L%20161.78%2095.62%20L%20151.47%2090.69%20L%20142.57%2083.36%20L%20135.62%2074.03%20L%20131.07%2063.22%20L%20129.23%2051.53%20L%20130.26%2039.64%20L%20134.13%2028.24%20L%20140.68%2018.02%20L%20149.56%209.6%20L%20160.28%203.49%20L%20172.26%200.11%20L%20184.79%20-0.31%20L%20197.16%202.31%20L%20208.64%207.86%20L%20218.53%2016.07%20L%20226.22%2026.48%20L%20231.24%2038.53%20L%20233.24%2051.53%22%20transform%3D%22rotate%28218.97%20178.5%2051.53%29%22%20fill%3D%22none%22%20stroke%3D%22%23E8E4DC%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20297.5%2051.53%20L%20297.91%2051.63%20L%20298.25%2051.92%20L%20298.45%2052.36%20L%20298.46%2052.91%20L%20298.25%2053.5%20L%20297.8%2054.04%20L%20297.14%2054.45%20L%20296.31%2054.68%20L%20295.35%2054.65%20L%20294.35%2054.32%20L%20293.4%2053.68%20L%20292.59%2052.74%20L%20292.03%2051.53%20L%20291.78%2050.12%20L%20291.91%2048.59%20L%20292.46%2047.06%20L%20293.43%2045.64%20L%20294.81%2044.44%20L%20296.54%2043.58%20L%20298.52%2043.17%20L%20300.64%2043.26%20L%20302.76%2043.9%20L%20304.75%2045.1%20L%20306.45%2046.83%20L%20307.72%2049.01%20L%20308.45%2051.53%20L%20308.54%2054.25%20L%20307.94%2057.01%20L%20306.64%2059.62%20L%20304.68%2061.92%20L%20302.13%2063.73%20L%20299.12%2064.9%20L%20295.83%2065.32%20L%20292.42%2064.91%20L%20289.13%2063.66%20L%20286.15%2061.58%20L%20283.7%2058.77%20L%20281.96%2055.36%20L%20281.08%2051.53%20L%20281.15%2047.5%20L%20282.21%2043.5%20L%20284.26%2039.8%20L%20287.21%2036.63%20L%20290.93%2034.2%20L%20295.22%2032.72%20L%20299.83%2032.3%20L%20304.52%2033.02%20L%20308.98%2034.89%20L%20312.94%2037.84%20L%20316.14%2041.74%20L%20318.35%2046.39%20L%20319.4%2051.53%20L%20319.17%2056.87%20L%20317.63%2062.09%20L%20314.83%2066.88%20L%20310.9%2070.93%20L%20306.01%2073.97%20L%20300.44%2075.77%20L%20294.51%2076.19%20L%20288.54%2075.15%20L%20282.91%2072.67%20L%20277.96%2068.84%20L%20274.01%2063.86%20L%20271.33%2057.98%20L%20270.13%2051.53%20L%20270.52%2044.88%20L%20272.52%2038.42%20L%20276.07%2032.54%20L%20281%2027.62%20L%20287.05%2023.97%20L%20293.9%2021.85%20L%20301.15%2021.43%20L%20308.4%2022.79%20L%20315.2%2025.88%20L%20321.14%2030.59%20L%20325.84%2036.66%20L%20328.98%2043.77%20L%20330.34%2051.53%20L%20329.8%2059.49%20L%20327.33%2067.18%20L%20323.03%2074.14%20L%20317.11%2079.94%20L%20309.89%2084.21%20L%20301.76%2086.64%20L%20293.19%2087.06%20L%20284.66%2085.39%20L%20276.69%2081.68%20L%20269.76%2076.1%20L%20264.32%2068.94%20L%20260.7%2060.6%20L%20259.18%2051.53%20L%20259.89%2042.26%20L%20262.83%2033.33%20L%20267.87%2025.28%20L%20274.78%2018.61%20L%20283.17%2013.73%20L%20292.58%2010.98%20L%20302.47%2010.56%20L%20312.28%2012.55%20L%20321.42%2016.87%20L%20329.33%2023.33%20L%20335.53%2031.57%20L%20339.61%2041.15%20L%20341.29%2051.53%20L%20340.43%2062.11%20L%20337.02%2072.27%20L%20331.22%2081.4%20L%20323.33%2088.95%20L%20313.78%2094.44%20L%20303.08%2097.51%20L%20291.87%2097.93%20L%20280.78%2095.62%20L%20270.47%2090.69%20L%20261.57%2083.36%20L%20254.62%2074.03%20L%20250.07%2063.22%20L%20248.23%2051.53%20L%20249.26%2039.64%20L%20253.13%2028.24%20L%20259.68%2018.02%20L%20268.56%209.6%20L%20279.28%203.49%20L%20291.26%200.11%20L%20303.79%20-0.31%20L%20316.16%202.31%20L%20327.64%207.86%20L%20337.53%2016.07%20L%20345.22%2026.48%20L%20350.24%2038.53%20L%20352.24%2051.53%22%20transform%3D%22rotate%2826.8%20297.5%2051.53%29%22%20fill%3D%22none%22%20stroke%3D%22%23C0392B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20416.5%2051.53%20L%20416.91%2051.63%20L%20417.25%2051.92%20L%20417.45%2052.36%20L%20417.46%2052.91%20L%20417.25%2053.5%20L%20416.8%2054.04%20L%20416.14%2054.45%20L%20415.31%2054.68%20L%20414.35%2054.65%20L%20413.35%2054.32%20L%20412.4%2053.68%20L%20411.59%2052.74%20L%20411.03%2051.53%20L%20410.78%2050.12%20L%20410.91%2048.59%20L%20411.46%2047.06%20L%20412.43%2045.64%20L%20413.81%2044.44%20L%20415.54%2043.58%20L%20417.52%2043.17%20L%20419.64%2043.26%20L%20421.76%2043.9%20L%20423.75%2045.1%20L%20425.45%2046.83%20L%20426.72%2049.01%20L%20427.45%2051.53%20L%20427.54%2054.25%20L%20426.94%2057.01%20L%20425.64%2059.62%20L%20423.68%2061.92%20L%20421.13%2063.73%20L%20418.12%2064.9%20L%20414.83%2065.32%20L%20411.42%2064.91%20L%20408.13%2063.66%20L%20405.15%2061.58%20L%20402.7%2058.77%20L%20400.96%2055.36%20L%20400.08%2051.53%20L%20400.15%2047.5%20L%20401.21%2043.5%20L%20403.26%2039.8%20L%20406.21%2036.63%20L%20409.93%2034.2%20L%20414.22%2032.72%20L%20418.83%2032.3%20L%20423.52%2033.02%20L%20427.98%2034.89%20L%20431.94%2037.84%20L%20435.14%2041.74%20L%20437.35%2046.39%20L%20438.4%2051.53%20L%20438.17%2056.87%20L%20436.63%2062.09%20L%20433.83%2066.88%20L%20429.9%2070.93%20L%20425.01%2073.97%20L%20419.44%2075.77%20L%20413.51%2076.19%20L%20407.54%2075.15%20L%20401.91%2072.67%20L%20396.96%2068.84%20L%20393.01%2063.86%20L%20390.33%2057.98%20L%20389.13%2051.53%20L%20389.52%2044.88%20L%20391.52%2038.42%20L%20395.07%2032.54%20L%20400%2027.62%20L%20406.05%2023.97%20L%20412.9%2021.85%20L%20420.15%2021.43%20L%20427.4%2022.79%20L%20434.2%2025.88%20L%20440.14%2030.59%20L%20444.84%2036.66%20L%20447.98%2043.77%20L%20449.34%2051.53%20L%20448.8%2059.49%20L%20446.33%2067.18%20L%20442.03%2074.14%20L%20436.11%2079.94%20L%20428.89%2084.21%20L%20420.76%2086.64%20L%20412.19%2087.06%20L%20403.66%2085.39%20L%20395.69%2081.68%20L%20388.76%2076.1%20L%20383.32%2068.94%20L%20379.7%2060.6%20L%20378.18%2051.53%20L%20378.89%2042.26%20L%20381.83%2033.33%20L%20386.87%2025.28%20L%20393.78%2018.61%20L%20402.17%2013.73%20L%20411.58%2010.98%20L%20421.47%2010.56%20L%20431.28%2012.55%20L%20440.42%2016.87%20L%20448.33%2023.33%20L%20454.53%2031.57%20L%20458.61%2041.15%20L%20460.29%2051.53%20L%20459.43%2062.11%20L%20456.02%2072.27%20L%20450.22%2081.4%20L%20442.33%2088.95%20L%20432.78%2094.44%20L%20422.08%2097.51%20L%20410.87%2097.93%20L%20399.78%2095.62%20L%20389.47%2090.69%20L%20380.57%2083.36%20L%20373.62%2074.03%20L%20369.07%2063.22%20L%20367.23%2051.53%20L%20368.26%2039.64%20L%20372.13%2028.24%20L%20378.68%2018.02%20L%20387.56%209.6%20L%20398.28%203.49%20L%20410.26%200.11%20L%20422.79%20-0.31%20L%20435.16%202.31%20L%20446.64%207.86%20L%20456.53%2016.07%20L%20464.22%2026.48%20L%20469.24%2038.53%20L%20471.24%2051.53%22%20transform%3D%22rotate%28306.57%20416.5%2051.53%29%22%20fill%3D%22none%22%20stroke%3D%22%23C0392B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20535.5%2051.53%20L%20535.91%2051.63%20L%20536.25%2051.92%20L%20536.45%2052.36%20L%20536.46%2052.91%20L%20536.25%2053.5%20L%20535.8%2054.04%20L%20535.14%2054.45%20L%20534.31%2054.68%20L%20533.35%2054.65%20L%20532.35%2054.32%20L%20531.4%2053.68%20L%20530.59%2052.74%20L%20530.03%2051.53%20L%20529.78%2050.12%20L%20529.91%2048.59%20L%20530.46%2047.06%20L%20531.43%2045.64%20L%20532.81%2044.44%20L%20534.54%2043.58%20L%20536.52%2043.17%20L%20538.64%2043.26%20L%20540.76%2043.9%20L%20542.75%2045.1%20L%20544.45%2046.83%20L%20545.72%2049.01%20L%20546.45%2051.53%20L%20546.54%2054.25%20L%20545.94%2057.01%20L%20544.64%2059.62%20L%20542.68%2061.92%20L%20540.13%2063.73%20L%20537.12%2064.9%20L%20533.83%2065.32%20L%20530.42%2064.91%20L%20527.13%2063.66%20L%20524.15%2061.58%20L%20521.7%2058.77%20L%20519.96%2055.36%20L%20519.08%2051.53%20L%20519.15%2047.5%20L%20520.21%2043.5%20L%20522.26%2039.8%20L%20525.21%2036.63%20L%20528.93%2034.2%20L%20533.22%2032.72%20L%20537.83%2032.3%20L%20542.52%2033.02%20L%20546.98%2034.89%20L%20550.94%2037.84%20L%20554.14%2041.74%20L%20556.35%2046.39%20L%20557.4%2051.53%20L%20557.17%2056.87%20L%20555.63%2062.09%20L%20552.83%2066.88%20L%20548.9%2070.93%20L%20544.01%2073.97%20L%20538.44%2075.77%20L%20532.51%2076.19%20L%20526.54%2075.15%20L%20520.91%2072.67%20L%20515.96%2068.84%20L%20512.01%2063.86%20L%20509.33%2057.98%20L%20508.13%2051.53%20L%20508.52%2044.88%20L%20510.52%2038.42%20L%20514.07%2032.54%20L%20519%2027.62%20L%20525.05%2023.97%20L%20531.9%2021.85%20L%20539.15%2021.43%20L%20546.4%2022.79%20L%20553.2%2025.88%20L%20559.14%2030.59%20L%20563.84%2036.66%20L%20566.98%2043.77%20L%20568.34%2051.53%20L%20567.8%2059.49%20L%20565.33%2067.18%20L%20561.03%2074.14%20L%20555.11%2079.94%20L%20547.89%2084.21%20L%20539.76%2086.64%20L%20531.19%2087.06%20L%20522.66%2085.39%20L%20514.69%2081.68%20L%20507.76%2076.1%20L%20502.32%2068.94%20L%20498.7%2060.6%20L%20497.18%2051.53%20L%20497.89%2042.26%20L%20500.83%2033.33%20L%20505.87%2025.28%20L%20512.78%2018.61%20L%20521.17%2013.73%20L%20530.58%2010.98%20L%20540.47%2010.56%20L%20550.28%2012.55%20L%20559.42%2016.87%20L%20567.33%2023.33%20L%20573.53%2031.57%20L%20577.61%2041.15%20L%20579.29%2051.53%20L%20578.43%2062.11%20L%20575.02%2072.27%20L%20569.22%2081.4%20L%20561.33%2088.95%20L%20551.78%2094.44%20L%20541.08%2097.51%20L%20529.87%2097.93%20L%20518.78%2095.62%20L%20508.47%2090.69%20L%20499.57%2083.36%20L%20492.62%2074.03%20L%20488.07%2063.22%20L%20486.23%2051.53%20L%20487.26%2039.64%20L%20491.13%2028.24%20L%20497.68%2018.02%20L%20506.56%209.6%20L%20517.28%203.49%20L%20529.26%200.11%20L%20541.79%20-0.31%20L%20554.16%202.31%20L%20565.64%207.86%20L%20575.53%2016.07%20L%20583.22%2026.48%20L%20588.24%2038.53%20L%20590.24%2051.53%22%20transform%3D%22rotate%28124.96%20535.5%2051.53%29%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20119%20154.58%20L%20119.41%20154.68%20L%20119.75%20154.97%20L%20119.95%20155.42%20L%20119.96%20155.97%20L%20119.75%20156.55%20L%20119.3%20157.09%20L%20118.64%20157.51%20L%20117.81%20157.73%20L%20116.85%20157.7%20L%20115.85%20157.37%20L%20114.9%20156.73%20L%20114.09%20155.79%20L%20113.53%20154.58%20L%20113.28%20153.17%20L%20113.41%20151.65%20L%20113.96%20150.11%20L%20114.93%20148.69%20L%20116.31%20147.49%20L%20118.04%20146.64%20L%20120.02%20146.22%20L%20122.14%20146.31%20L%20124.26%20146.96%20L%20126.25%20148.16%20L%20127.95%20149.88%20L%20129.22%20152.06%20L%20129.95%20154.58%20L%20130.04%20157.3%20L%20129.44%20160.06%20L%20128.14%20162.68%20L%20126.18%20164.98%20L%20123.63%20166.79%20L%20120.62%20167.96%20L%20117.33%20168.38%20L%20113.92%20167.97%20L%20110.63%20166.71%20L%20107.65%20164.63%20L%20105.2%20161.82%20L%20103.46%20158.41%20L%20102.58%20154.58%20L%20102.65%20150.55%20L%20103.71%20146.56%20L%20105.76%20142.85%20L%20108.71%20139.68%20L%20112.43%20137.26%20L%20116.72%20135.77%20L%20121.33%20135.35%20L%20126.02%20136.08%20L%20130.48%20137.95%20L%20134.44%20140.9%20L%20137.64%20144.8%20L%20139.85%20149.44%20L%20140.9%20154.58%20L%20140.67%20159.92%20L%20139.13%20165.15%20L%20136.33%20169.94%20L%20132.4%20173.99%20L%20127.51%20177.02%20L%20121.94%20178.83%20L%20116.01%20179.24%20L%20110.04%20178.2%20L%20104.41%20175.72%20L%2099.46%20171.89%20L%2095.51%20166.91%20L%2092.83%20161.03%20L%2091.63%20154.58%20L%2092.02%20147.93%20L%2094.02%20141.47%20L%2097.57%20135.59%20L%20102.5%20130.67%20L%20108.55%20127.02%20L%20115.4%20124.9%20L%20122.65%20124.48%20L%20129.9%20125.84%20L%20136.7%20128.94%20L%20142.64%20133.64%20L%20147.34%20139.71%20L%20150.48%20146.82%20L%20151.84%20154.58%20L%20151.3%20162.54%20L%20148.83%20170.24%20L%20144.53%20177.2%20L%20138.61%20183%20L%20131.39%20187.26%20L%20123.26%20189.69%20L%20114.69%20190.11%20L%20106.16%20188.44%20L%2098.19%20184.73%20L%2091.26%20179.15%20L%2085.82%20172%20L%2082.2%20163.65%20L%2080.68%20154.58%20L%2081.39%20145.31%20L%2084.33%20136.38%20L%2089.37%20128.33%20L%2096.28%20121.66%20L%20104.67%20116.78%20L%20114.08%20114.03%20L%20123.97%20113.62%20L%20133.78%20115.6%20L%20142.92%20119.93%20L%20150.83%20126.38%20L%20157.03%20134.62%20L%20161.11%20144.2%20L%20162.79%20154.58%20L%20161.93%20165.16%20L%20158.52%20175.32%20L%20152.72%20184.46%20L%20144.83%20192.01%20L%20135.28%20197.5%20L%20124.58%20200.56%20L%20113.37%20200.98%20L%20102.28%20198.68%20L%2091.97%20193.74%20L%2083.07%20186.41%20L%2076.12%20177.08%20L%2071.57%20166.27%20L%2069.73%20154.58%20L%2070.76%20142.69%20L%2074.63%20131.29%20L%2081.18%20121.07%20L%2090.06%20112.65%20L%20100.78%20106.55%20L%20112.76%20103.17%20L%20125.29%20102.75%20L%20137.66%20105.37%20L%20149.14%20110.92%20L%20159.03%20119.12%20L%20166.72%20129.53%20L%20171.74%20141.58%20L%20173.74%20154.58%22%20transform%3D%22rotate%28144.77%20119%20154.58%29%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20238%20154.58%20L%20238.41%20154.68%20L%20238.75%20154.97%20L%20238.95%20155.42%20L%20238.96%20155.97%20L%20238.75%20156.55%20L%20238.3%20157.09%20L%20237.64%20157.51%20L%20236.81%20157.73%20L%20235.85%20157.7%20L%20234.85%20157.37%20L%20233.9%20156.73%20L%20233.09%20155.79%20L%20232.53%20154.58%20L%20232.28%20153.17%20L%20232.41%20151.65%20L%20232.96%20150.11%20L%20233.93%20148.69%20L%20235.31%20147.49%20L%20237.04%20146.64%20L%20239.02%20146.22%20L%20241.14%20146.31%20L%20243.26%20146.96%20L%20245.25%20148.16%20L%20246.95%20149.88%20L%20248.22%20152.06%20L%20248.95%20154.58%20L%20249.04%20157.3%20L%20248.44%20160.06%20L%20247.14%20162.68%20L%20245.18%20164.98%20L%20242.63%20166.79%20L%20239.62%20167.96%20L%20236.33%20168.38%20L%20232.92%20167.97%20L%20229.63%20166.71%20L%20226.65%20164.63%20L%20224.2%20161.82%20L%20222.46%20158.41%20L%20221.58%20154.58%20L%20221.65%20150.55%20L%20222.71%20146.56%20L%20224.76%20142.85%20L%20227.71%20139.68%20L%20231.43%20137.26%20L%20235.72%20135.77%20L%20240.33%20135.35%20L%20245.02%20136.08%20L%20249.48%20137.95%20L%20253.44%20140.9%20L%20256.64%20144.8%20L%20258.85%20149.44%20L%20259.9%20154.58%20L%20259.67%20159.92%20L%20258.13%20165.15%20L%20255.33%20169.94%20L%20251.4%20173.99%20L%20246.51%20177.02%20L%20240.94%20178.83%20L%20235.01%20179.24%20L%20229.04%20178.2%20L%20223.41%20175.72%20L%20218.46%20171.89%20L%20214.51%20166.91%20L%20211.83%20161.03%20L%20210.63%20154.58%20L%20211.02%20147.93%20L%20213.02%20141.47%20L%20216.57%20135.59%20L%20221.5%20130.67%20L%20227.55%20127.02%20L%20234.4%20124.9%20L%20241.65%20124.48%20L%20248.9%20125.84%20L%20255.7%20128.94%20L%20261.64%20133.64%20L%20266.34%20139.71%20L%20269.48%20146.82%20L%20270.84%20154.58%20L%20270.3%20162.54%20L%20267.83%20170.24%20L%20263.53%20177.2%20L%20257.61%20183%20L%20250.39%20187.26%20L%20242.26%20189.69%20L%20233.69%20190.11%20L%20225.16%20188.44%20L%20217.19%20184.73%20L%20210.26%20179.15%20L%20204.82%20172%20L%20201.2%20163.65%20L%20199.68%20154.58%20L%20200.39%20145.31%20L%20203.33%20136.38%20L%20208.37%20128.33%20L%20215.28%20121.66%20L%20223.67%20116.78%20L%20233.08%20114.03%20L%20242.97%20113.62%20L%20252.78%20115.6%20L%20261.92%20119.93%20L%20269.83%20126.38%20L%20276.03%20134.62%20L%20280.11%20144.2%20L%20281.79%20154.58%20L%20280.93%20165.16%20L%20277.52%20175.32%20L%20271.72%20184.46%20L%20263.83%20192.01%20L%20254.28%20197.5%20L%20243.58%20200.56%20L%20232.37%20200.98%20L%20221.28%20198.68%20L%20210.97%20193.74%20L%20202.07%20186.41%20L%20195.12%20177.08%20L%20190.57%20166.27%20L%20188.73%20154.58%20L%20189.76%20142.69%20L%20193.63%20131.29%20L%20200.18%20121.07%20L%20209.06%20112.65%20L%20219.78%20106.55%20L%20231.76%20103.17%20L%20244.29%20102.75%20L%20256.66%20105.37%20L%20268.14%20110.92%20L%20278.03%20119.12%20L%20285.72%20129.53%20L%20290.74%20141.58%20L%20292.74%20154.58%22%20transform%3D%22rotate%28354.1%20238%20154.58%29%22%20fill%3D%22none%22%20stroke%3D%22%23E8E4DC%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20357%20154.58%20L%20357.41%20154.68%20L%20357.75%20154.97%20L%20357.95%20155.42%20L%20357.96%20155.97%20L%20357.75%20156.55%20L%20357.3%20157.09%20L%20356.64%20157.51%20L%20355.81%20157.73%20L%20354.85%20157.7%20L%20353.85%20157.37%20L%20352.9%20156.73%20L%20352.09%20155.79%20L%20351.53%20154.58%20L%20351.28%20153.17%20L%20351.41%20151.65%20L%20351.96%20150.11%20L%20352.93%20148.69%20L%20354.31%20147.49%20L%20356.04%20146.64%20L%20358.02%20146.22%20L%20360.14%20146.31%20L%20362.26%20146.96%20L%20364.25%20148.16%20L%20365.95%20149.88%20L%20367.22%20152.06%20L%20367.95%20154.58%20L%20368.04%20157.3%20L%20367.44%20160.06%20L%20366.14%20162.68%20L%20364.18%20164.98%20L%20361.63%20166.79%20L%20358.62%20167.96%20L%20355.33%20168.38%20L%20351.92%20167.97%20L%20348.63%20166.71%20L%20345.65%20164.63%20L%20343.2%20161.82%20L%20341.46%20158.41%20L%20340.58%20154.58%20L%20340.65%20150.55%20L%20341.71%20146.56%20L%20343.76%20142.85%20L%20346.71%20139.68%20L%20350.43%20137.26%20L%20354.72%20135.77%20L%20359.33%20135.35%20L%20364.02%20136.08%20L%20368.48%20137.95%20L%20372.44%20140.9%20L%20375.64%20144.8%20L%20377.85%20149.44%20L%20378.9%20154.58%20L%20378.67%20159.92%20L%20377.13%20165.15%20L%20374.33%20169.94%20L%20370.4%20173.99%20L%20365.51%20177.02%20L%20359.94%20178.83%20L%20354.01%20179.24%20L%20348.04%20178.2%20L%20342.41%20175.72%20L%20337.46%20171.89%20L%20333.51%20166.91%20L%20330.83%20161.03%20L%20329.63%20154.58%20L%20330.02%20147.93%20L%20332.02%20141.47%20L%20335.57%20135.59%20L%20340.5%20130.67%20L%20346.55%20127.02%20L%20353.4%20124.9%20L%20360.65%20124.48%20L%20367.9%20125.84%20L%20374.7%20128.94%20L%20380.64%20133.64%20L%20385.34%20139.71%20L%20388.48%20146.82%20L%20389.84%20154.58%20L%20389.3%20162.54%20L%20386.83%20170.24%20L%20382.53%20177.2%20L%20376.61%20183%20L%20369.39%20187.26%20L%20361.26%20189.69%20L%20352.69%20190.11%20L%20344.16%20188.44%20L%20336.19%20184.73%20L%20329.26%20179.15%20L%20323.82%20172%20L%20320.2%20163.65%20L%20318.68%20154.58%20L%20319.39%20145.31%20L%20322.33%20136.38%20L%20327.37%20128.33%20L%20334.28%20121.66%20L%20342.67%20116.78%20L%20352.08%20114.03%20L%20361.97%20113.62%20L%20371.78%20115.6%20L%20380.92%20119.93%20L%20388.83%20126.38%20L%20395.03%20134.62%20L%20399.11%20144.2%20L%20400.79%20154.58%20L%20399.93%20165.16%20L%20396.52%20175.32%20L%20390.72%20184.46%20L%20382.83%20192.01%20L%20373.28%20197.5%20L%20362.58%20200.56%20L%20351.37%20200.98%20L%20340.28%20198.68%20L%20329.97%20193.74%20L%20321.07%20186.41%20L%20314.12%20177.08%20L%20309.57%20166.27%20L%20307.73%20154.58%20L%20308.76%20142.69%20L%20312.63%20131.29%20L%20319.18%20121.07%20L%20328.06%20112.65%20L%20338.78%20106.55%20L%20350.76%20103.17%20L%20363.29%20102.75%20L%20375.66%20105.37%20L%20387.14%20110.92%20L%20397.03%20119.12%20L%20404.72%20129.53%20L%20409.74%20141.58%20L%20411.74%20154.58%22%20transform%3D%22rotate%2833.64%20357%20154.58%29%22%20fill%3D%22none%22%20stroke%3D%22%237A7A82%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20476%20154.58%20L%20476.41%20154.68%20L%20476.75%20154.97%20L%20476.95%20155.42%20L%20476.96%20155.97%20L%20476.75%20156.55%20L%20476.3%20157.09%20L%20475.64%20157.51%20L%20474.81%20157.73%20L%20473.85%20157.7%20L%20472.85%20157.37%20L%20471.9%20156.73%20L%20471.09%20155.79%20L%20470.53%20154.58%20L%20470.28%20153.17%20L%20470.41%20151.65%20L%20470.96%20150.11%20L%20471.93%20148.69%20L%20473.31%20147.49%20L%20475.04%20146.64%20L%20477.02%20146.22%20L%20479.14%20146.31%20L%20481.26%20146.96%20L%20483.25%20148.16%20L%20484.95%20149.88%20L%20486.22%20152.06%20L%20486.95%20154.58%20L%20487.04%20157.3%20L%20486.44%20160.06%20L%20485.14%20162.68%20L%20483.18%20164.98%20L%20480.63%20166.79%20L%20477.62%20167.96%20L%20474.33%20168.38%20L%20470.92%20167.97%20L%20467.63%20166.71%20L%20464.65%20164.63%20L%20462.2%20161.82%20L%20460.46%20158.41%20L%20459.58%20154.58%20L%20459.65%20150.55%20L%20460.71%20146.56%20L%20462.76%20142.85%20L%20465.71%20139.68%20L%20469.43%20137.26%20L%20473.72%20135.77%20L%20478.33%20135.35%20L%20483.02%20136.08%20L%20487.48%20137.95%20L%20491.44%20140.9%20L%20494.64%20144.8%20L%20496.85%20149.44%20L%20497.9%20154.58%20L%20497.67%20159.92%20L%20496.13%20165.15%20L%20493.33%20169.94%20L%20489.4%20173.99%20L%20484.51%20177.02%20L%20478.94%20178.83%20L%20473.01%20179.24%20L%20467.04%20178.2%20L%20461.41%20175.72%20L%20456.46%20171.89%20L%20452.51%20166.91%20L%20449.83%20161.03%20L%20448.63%20154.58%20L%20449.02%20147.93%20L%20451.02%20141.47%20L%20454.57%20135.59%20L%20459.5%20130.67%20L%20465.55%20127.02%20L%20472.4%20124.9%20L%20479.65%20124.48%20L%20486.9%20125.84%20L%20493.7%20128.94%20L%20499.64%20133.64%20L%20504.34%20139.71%20L%20507.48%20146.82%20L%20508.84%20154.58%20L%20508.3%20162.54%20L%20505.83%20170.24%20L%20501.53%20177.2%20L%20495.61%20183%20L%20488.39%20187.26%20L%20480.26%20189.69%20L%20471.69%20190.11%20L%20463.16%20188.44%20L%20455.19%20184.73%20L%20448.26%20179.15%20L%20442.82%20172%20L%20439.2%20163.65%20L%20437.68%20154.58%20L%20438.39%20145.31%20L%20441.33%20136.38%20L%20446.37%20128.33%20L%20453.28%20121.66%20L%20461.67%20116.78%20L%20471.08%20114.03%20L%20480.97%20113.62%20L%20490.78%20115.6%20L%20499.92%20119.93%20L%20507.83%20126.38%20L%20514.03%20134.62%20L%20518.11%20144.2%20L%20519.79%20154.58%20L%20518.93%20165.16%20L%20515.52%20175.32%20L%20509.72%20184.46%20L%20501.83%20192.01%20L%20492.28%20197.5%20L%20481.58%20200.56%20L%20470.37%20200.98%20L%20459.28%20198.68%20L%20448.97%20193.74%20L%20440.07%20186.41%20L%20433.12%20177.08%20L%20428.57%20166.27%20L%20426.73%20154.58%20L%20427.76%20142.69%20L%20431.63%20131.29%20L%20438.18%20121.07%20L%20447.06%20112.65%20L%20457.78%20106.55%20L%20469.76%20103.17%20L%20482.29%20102.75%20L%20494.66%20105.37%20L%20506.14%20110.92%20L%20516.03%20119.12%20L%20523.72%20129.53%20L%20528.74%20141.58%20L%20530.74%20154.58%22%20transform%3D%22rotate%28211.2%20476%20154.58%29%22%20fill%3D%22none%22%20stroke%3D%22%237A7A82%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20154.58%20L%200.41%20154.68%20L%200.75%20154.97%20L%200.95%20155.42%20L%200.96%20155.97%20L%200.75%20156.55%20L%200.3%20157.09%20L%20-0.36%20157.51%20L%20-1.19%20157.73%20L%20-2.15%20157.7%20L%20-3.15%20157.37%20L%20-4.1%20156.73%20L%20-4.91%20155.79%20L%20-5.47%20154.58%20L%20-5.72%20153.17%20L%20-5.59%20151.65%20L%20-5.04%20150.11%20L%20-4.07%20148.69%20L%20-2.69%20147.49%20L%20-0.96%20146.64%20L%201.02%20146.22%20L%203.14%20146.31%20L%205.26%20146.96%20L%207.25%20148.16%20L%208.95%20149.88%20L%2010.22%20152.06%20L%2010.95%20154.58%20L%2011.04%20157.3%20L%2010.44%20160.06%20L%209.14%20162.68%20L%207.18%20164.98%20L%204.63%20166.79%20L%201.62%20167.96%20L%20-1.67%20168.38%20L%20-5.08%20167.97%20L%20-8.37%20166.71%20L%20-11.35%20164.63%20L%20-13.8%20161.82%20L%20-15.54%20158.41%20L%20-16.42%20154.58%20L%20-16.35%20150.55%20L%20-15.29%20146.56%20L%20-13.24%20142.85%20L%20-10.29%20139.68%20L%20-6.57%20137.26%20L%20-2.28%20135.77%20L%202.33%20135.35%20L%207.02%20136.08%20L%2011.48%20137.95%20L%2015.44%20140.9%20L%2018.64%20144.8%20L%2020.85%20149.44%20L%2021.9%20154.58%20L%2021.67%20159.92%20L%2020.13%20165.15%20L%2017.33%20169.94%20L%2013.4%20173.99%20L%208.51%20177.02%20L%202.94%20178.83%20L%20-2.99%20179.24%20L%20-8.96%20178.2%20L%20-14.59%20175.72%20L%20-19.54%20171.89%20L%20-23.49%20166.91%20L%20-26.17%20161.03%20L%20-27.37%20154.58%20L%20-26.98%20147.93%20L%20-24.98%20141.47%20L%20-21.43%20135.59%20L%20-16.5%20130.67%20L%20-10.45%20127.02%20L%20-3.6%20124.9%20L%203.65%20124.48%20L%2010.9%20125.84%20L%2017.7%20128.94%20L%2023.64%20133.64%20L%2028.34%20139.71%20L%2031.48%20146.82%20L%2032.84%20154.58%20L%2032.3%20162.54%20L%2029.83%20170.24%20L%2025.53%20177.2%20L%2019.61%20183%20L%2012.39%20187.26%20L%204.26%20189.69%20L%20-4.31%20190.11%20L%20-12.84%20188.44%20L%20-20.81%20184.73%20L%20-27.74%20179.15%20L%20-33.18%20172%20L%20-36.8%20163.65%20L%20-38.32%20154.58%20L%20-37.61%20145.31%20L%20-34.67%20136.38%20L%20-29.63%20128.33%20L%20-22.72%20121.66%20L%20-14.33%20116.78%20L%20-4.92%20114.03%20L%204.97%20113.62%20L%2014.78%20115.6%20L%2023.92%20119.93%20L%2031.83%20126.38%20L%2038.03%20134.62%20L%2042.11%20144.2%20L%2043.79%20154.58%20L%2042.93%20165.16%20L%2039.52%20175.32%20L%2033.72%20184.46%20L%2025.83%20192.01%20L%2016.28%20197.5%20L%205.58%20200.56%20L%20-5.63%20200.98%20L%20-16.72%20198.68%20L%20-27.03%20193.74%20L%20-35.93%20186.41%20L%20-42.88%20177.08%20L%20-47.43%20166.27%20L%20-49.27%20154.58%20L%20-48.24%20142.69%20L%20-44.37%20131.29%20L%20-37.82%20121.07%20L%20-28.94%20112.65%20L%20-18.22%20106.55%20L%20-6.24%20103.17%20L%206.29%20102.75%20L%2018.66%20105.37%20L%2030.14%20110.92%20L%2040.03%20119.12%20L%2047.72%20129.53%20L%2052.74%20141.58%20L%2054.74%20154.58%22%20transform%3D%22rotate%2824.15%200%20154.58%29%22%20fill%3D%22none%22%20stroke%3D%22%23E8E4DC%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2059.5%20257.64%20L%2059.91%20257.74%20L%2060.25%20258.03%20L%2060.45%20258.47%20L%2060.46%20259.02%20L%2060.25%20259.6%20L%2059.8%20260.14%20L%2059.14%20260.56%20L%2058.31%20260.78%20L%2057.35%20260.75%20L%2056.35%20260.43%20L%2055.4%20259.79%20L%2054.59%20258.84%20L%2054.03%20257.64%20L%2053.78%20256.22%20L%2053.91%20254.7%20L%2054.46%20253.17%20L%2055.43%20251.74%20L%2056.81%20250.55%20L%2058.54%20249.69%20L%2060.52%20249.27%20L%2062.64%20249.37%20L%2064.76%20250.01%20L%2066.75%20251.21%20L%2068.45%20252.94%20L%2069.72%20255.12%20L%2070.45%20257.64%20L%2070.54%20260.36%20L%2069.94%20263.11%20L%2068.64%20265.73%20L%2066.68%20268.03%20L%2064.13%20269.84%20L%2061.12%20271.01%20L%2057.83%20271.43%20L%2054.42%20271.02%20L%2051.13%20269.76%20L%2048.15%20267.69%20L%2045.7%20264.88%20L%2043.96%20261.46%20L%2043.08%20257.64%20L%2043.15%20253.6%20L%2044.21%20249.61%20L%2046.26%20245.91%20L%2049.21%20242.73%20L%2052.93%20240.31%20L%2057.22%20238.82%20L%2061.83%20238.41%20L%2066.52%20239.13%20L%2070.98%20241%20L%2074.94%20243.95%20L%2078.14%20247.85%20L%2080.35%20252.5%20L%2081.4%20257.64%20L%2081.17%20262.98%20L%2079.63%20268.2%20L%2076.83%20272.99%20L%2072.9%20277.04%20L%2068.01%20280.08%20L%2062.44%20281.88%20L%2056.51%20282.3%20L%2050.54%20281.26%20L%2044.91%20278.77%20L%2039.96%20274.95%20L%2036.01%20269.96%20L%2033.33%20264.08%20L%2032.13%20257.64%20L%2032.52%20250.98%20L%2034.52%20244.52%20L%2038.07%20238.65%20L%2043%20233.72%20L%2049.05%20230.08%20L%2055.9%20227.96%20L%2063.15%20227.54%20L%2070.4%20228.89%20L%2077.2%20231.99%20L%2083.14%20236.69%20L%2087.84%20242.76%20L%2090.98%20249.88%20L%2092.34%20257.64%20L%2091.8%20265.6%20L%2089.33%20273.29%20L%2085.03%20280.25%20L%2079.11%20286.05%20L%2071.89%20290.31%20L%2063.76%20292.75%20L%2055.19%20293.17%20L%2046.66%20291.49%20L%2038.69%20287.78%20L%2031.76%20282.21%20L%2026.32%20275.05%20L%2022.7%20266.7%20L%2021.18%20257.64%20L%2021.89%20248.36%20L%2024.83%20239.44%20L%2029.87%20231.39%20L%2036.78%20224.71%20L%2045.17%20219.84%20L%2054.58%20217.09%20L%2064.47%20216.67%20L%2074.28%20218.66%20L%2083.42%20222.98%20L%2091.33%20229.43%20L%2097.53%20237.68%20L%20101.61%20247.26%20L%20103.29%20257.63%20L%20102.43%20268.22%20L%2099.02%20278.38%20L%2093.22%20287.51%20L%2085.33%20295.06%20L%2075.78%20300.55%20L%2065.08%20303.62%20L%2053.87%20304.03%20L%2042.78%20301.73%20L%2032.47%20296.79%20L%2023.57%20289.47%20L%2016.62%20280.14%20L%2012.07%20269.32%20L%2010.23%20257.64%20L%2011.26%20245.74%20L%2015.13%20234.35%20L%2021.68%20224.13%20L%2030.56%20215.7%20L%2041.28%20209.6%20L%2053.26%20206.22%20L%2065.79%20205.8%20L%2078.16%20208.42%20L%2089.64%20213.97%20L%2099.53%20222.17%20L%20107.22%20232.59%20L%20112.24%20244.64%20L%20114.24%20257.63%22%20transform%3D%22rotate%28324.72%2059.5%20257.64%29%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20178.5%20257.64%20L%20178.91%20257.74%20L%20179.25%20258.03%20L%20179.45%20258.47%20L%20179.46%20259.02%20L%20179.25%20259.6%20L%20178.8%20260.14%20L%20178.14%20260.56%20L%20177.31%20260.78%20L%20176.35%20260.75%20L%20175.35%20260.43%20L%20174.4%20259.79%20L%20173.59%20258.84%20L%20173.03%20257.64%20L%20172.78%20256.22%20L%20172.91%20254.7%20L%20173.46%20253.17%20L%20174.43%20251.74%20L%20175.81%20250.55%20L%20177.54%20249.69%20L%20179.52%20249.27%20L%20181.64%20249.37%20L%20183.76%20250.01%20L%20185.75%20251.21%20L%20187.45%20252.94%20L%20188.72%20255.12%20L%20189.45%20257.64%20L%20189.54%20260.36%20L%20188.94%20263.11%20L%20187.64%20265.73%20L%20185.68%20268.03%20L%20183.13%20269.84%20L%20180.12%20271.01%20L%20176.83%20271.43%20L%20173.42%20271.02%20L%20170.13%20269.76%20L%20167.15%20267.69%20L%20164.7%20264.88%20L%20162.96%20261.46%20L%20162.08%20257.64%20L%20162.15%20253.6%20L%20163.21%20249.61%20L%20165.26%20245.91%20L%20168.21%20242.73%20L%20171.93%20240.31%20L%20176.22%20238.82%20L%20180.83%20238.41%20L%20185.52%20239.13%20L%20189.98%20241%20L%20193.94%20243.95%20L%20197.14%20247.85%20L%20199.35%20252.5%20L%20200.4%20257.64%20L%20200.17%20262.98%20L%20198.63%20268.2%20L%20195.83%20272.99%20L%20191.9%20277.04%20L%20187.01%20280.08%20L%20181.44%20281.88%20L%20175.51%20282.3%20L%20169.54%20281.26%20L%20163.91%20278.77%20L%20158.96%20274.95%20L%20155.01%20269.96%20L%20152.33%20264.08%20L%20151.13%20257.64%20L%20151.52%20250.98%20L%20153.52%20244.52%20L%20157.07%20238.65%20L%20162%20233.72%20L%20168.05%20230.08%20L%20174.9%20227.96%20L%20182.15%20227.54%20L%20189.4%20228.89%20L%20196.2%20231.99%20L%20202.14%20236.69%20L%20206.84%20242.76%20L%20209.98%20249.88%20L%20211.34%20257.64%20L%20210.8%20265.6%20L%20208.33%20273.29%20L%20204.03%20280.25%20L%20198.11%20286.05%20L%20190.89%20290.31%20L%20182.76%20292.75%20L%20174.19%20293.17%20L%20165.66%20291.49%20L%20157.69%20287.78%20L%20150.76%20282.21%20L%20145.32%20275.05%20L%20141.7%20266.7%20L%20140.18%20257.64%20L%20140.89%20248.36%20L%20143.83%20239.44%20L%20148.87%20231.39%20L%20155.78%20224.71%20L%20164.17%20219.84%20L%20173.58%20217.09%20L%20183.47%20216.67%20L%20193.28%20218.66%20L%20202.42%20222.98%20L%20210.33%20229.43%20L%20216.53%20237.68%20L%20220.61%20247.26%20L%20222.29%20257.63%20L%20221.43%20268.22%20L%20218.02%20278.38%20L%20212.22%20287.51%20L%20204.33%20295.06%20L%20194.78%20300.55%20L%20184.08%20303.62%20L%20172.87%20304.03%20L%20161.78%20301.73%20L%20151.47%20296.79%20L%20142.57%20289.47%20L%20135.62%20280.14%20L%20131.07%20269.32%20L%20129.23%20257.64%20L%20130.26%20245.74%20L%20134.13%20234.35%20L%20140.68%20224.13%20L%20149.56%20215.7%20L%20160.28%20209.6%20L%20172.26%20206.22%20L%20184.79%20205.8%20L%20197.16%20208.42%20L%20208.64%20213.97%20L%20218.53%20222.17%20L%20226.22%20232.59%20L%20231.24%20244.64%20L%20233.24%20257.63%22%20transform%3D%22rotate%289.87%20178.5%20257.64%29%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20297.5%20257.64%20L%20297.91%20257.74%20L%20298.25%20258.03%20L%20298.45%20258.47%20L%20298.46%20259.02%20L%20298.25%20259.6%20L%20297.8%20260.14%20L%20297.14%20260.56%20L%20296.31%20260.78%20L%20295.35%20260.75%20L%20294.35%20260.43%20L%20293.4%20259.79%20L%20292.59%20258.84%20L%20292.03%20257.64%20L%20291.78%20256.22%20L%20291.91%20254.7%20L%20292.46%20253.17%20L%20293.43%20251.74%20L%20294.81%20250.55%20L%20296.54%20249.69%20L%20298.52%20249.27%20L%20300.64%20249.37%20L%20302.76%20250.01%20L%20304.75%20251.21%20L%20306.45%20252.94%20L%20307.72%20255.12%20L%20308.45%20257.64%20L%20308.54%20260.36%20L%20307.94%20263.11%20L%20306.64%20265.73%20L%20304.68%20268.03%20L%20302.13%20269.84%20L%20299.12%20271.01%20L%20295.83%20271.43%20L%20292.42%20271.02%20L%20289.13%20269.76%20L%20286.15%20267.69%20L%20283.7%20264.88%20L%20281.96%20261.46%20L%20281.08%20257.64%20L%20281.15%20253.6%20L%20282.21%20249.61%20L%20284.26%20245.91%20L%20287.21%20242.73%20L%20290.93%20240.31%20L%20295.22%20238.82%20L%20299.83%20238.41%20L%20304.52%20239.13%20L%20308.98%20241%20L%20312.94%20243.95%20L%20316.14%20247.85%20L%20318.35%20252.5%20L%20319.4%20257.64%20L%20319.17%20262.98%20L%20317.63%20268.2%20L%20314.83%20272.99%20L%20310.9%20277.04%20L%20306.01%20280.08%20L%20300.44%20281.88%20L%20294.51%20282.3%20L%20288.54%20281.26%20L%20282.91%20278.77%20L%20277.96%20274.95%20L%20274.01%20269.96%20L%20271.33%20264.08%20L%20270.13%20257.64%20L%20270.52%20250.98%20L%20272.52%20244.52%20L%20276.07%20238.65%20L%20281%20233.72%20L%20287.05%20230.08%20L%20293.9%20227.96%20L%20301.15%20227.54%20L%20308.4%20228.89%20L%20315.2%20231.99%20L%20321.14%20236.69%20L%20325.84%20242.76%20L%20328.98%20249.88%20L%20330.34%20257.64%20L%20329.8%20265.6%20L%20327.33%20273.29%20L%20323.03%20280.25%20L%20317.11%20286.05%20L%20309.89%20290.31%20L%20301.76%20292.75%20L%20293.19%20293.17%20L%20284.66%20291.49%20L%20276.69%20287.78%20L%20269.76%20282.21%20L%20264.32%20275.05%20L%20260.7%20266.7%20L%20259.18%20257.64%20L%20259.89%20248.36%20L%20262.83%20239.44%20L%20267.87%20231.39%20L%20274.78%20224.71%20L%20283.17%20219.84%20L%20292.58%20217.09%20L%20302.47%20216.67%20L%20312.28%20218.66%20L%20321.42%20222.98%20L%20329.33%20229.43%20L%20335.53%20237.68%20L%20339.61%20247.26%20L%20341.29%20257.63%20L%20340.43%20268.22%20L%20337.02%20278.38%20L%20331.22%20287.51%20L%20323.33%20295.06%20L%20313.78%20300.55%20L%20303.08%20303.62%20L%20291.87%20304.03%20L%20280.78%20301.73%20L%20270.47%20296.79%20L%20261.57%20289.47%20L%20254.62%20280.14%20L%20250.07%20269.32%20L%20248.23%20257.64%20L%20249.26%20245.74%20L%20253.13%20234.35%20L%20259.68%20224.13%20L%20268.56%20215.7%20L%20279.28%20209.6%20L%20291.26%20206.22%20L%20303.79%20205.8%20L%20316.16%20208.42%20L%20327.64%20213.97%20L%20337.53%20222.17%20L%20345.22%20232.59%20L%20350.24%20244.64%20L%20352.24%20257.63%22%20transform%3D%22rotate%28282.67%20297.5%20257.64%29%22%20fill%3D%22none%22%20stroke%3D%22%23C0392B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20416.5%20257.64%20L%20416.91%20257.74%20L%20417.25%20258.03%20L%20417.45%20258.47%20L%20417.46%20259.02%20L%20417.25%20259.6%20L%20416.8%20260.14%20L%20416.14%20260.56%20L%20415.31%20260.78%20L%20414.35%20260.75%20L%20413.35%20260.43%20L%20412.4%20259.79%20L%20411.59%20258.84%20L%20411.03%20257.64%20L%20410.78%20256.22%20L%20410.91%20254.7%20L%20411.46%20253.17%20L%20412.43%20251.74%20L%20413.81%20250.55%20L%20415.54%20249.69%20L%20417.52%20249.27%20L%20419.64%20249.37%20L%20421.76%20250.01%20L%20423.75%20251.21%20L%20425.45%20252.94%20L%20426.72%20255.12%20L%20427.45%20257.64%20L%20427.54%20260.36%20L%20426.94%20263.11%20L%20425.64%20265.73%20L%20423.68%20268.03%20L%20421.13%20269.84%20L%20418.12%20271.01%20L%20414.83%20271.43%20L%20411.42%20271.02%20L%20408.13%20269.76%20L%20405.15%20267.69%20L%20402.7%20264.88%20L%20400.96%20261.46%20L%20400.08%20257.64%20L%20400.15%20253.6%20L%20401.21%20249.61%20L%20403.26%20245.91%20L%20406.21%20242.73%20L%20409.93%20240.31%20L%20414.22%20238.82%20L%20418.83%20238.41%20L%20423.52%20239.13%20L%20427.98%20241%20L%20431.94%20243.95%20L%20435.14%20247.85%20L%20437.35%20252.5%20L%20438.4%20257.64%20L%20438.17%20262.98%20L%20436.63%20268.2%20L%20433.83%20272.99%20L%20429.9%20277.04%20L%20425.01%20280.08%20L%20419.44%20281.88%20L%20413.51%20282.3%20L%20407.54%20281.26%20L%20401.91%20278.77%20L%20396.96%20274.95%20L%20393.01%20269.96%20L%20390.33%20264.08%20L%20389.13%20257.64%20L%20389.52%20250.98%20L%20391.52%20244.52%20L%20395.07%20238.65%20L%20400%20233.72%20L%20406.05%20230.08%20L%20412.9%20227.96%20L%20420.15%20227.54%20L%20427.4%20228.89%20L%20434.2%20231.99%20L%20440.14%20236.69%20L%20444.84%20242.76%20L%20447.98%20249.88%20L%20449.34%20257.64%20L%20448.8%20265.6%20L%20446.33%20273.29%20L%20442.03%20280.25%20L%20436.11%20286.05%20L%20428.89%20290.31%20L%20420.76%20292.75%20L%20412.19%20293.17%20L%20403.66%20291.49%20L%20395.69%20287.78%20L%20388.76%20282.21%20L%20383.32%20275.05%20L%20379.7%20266.7%20L%20378.18%20257.64%20L%20378.89%20248.36%20L%20381.83%20239.44%20L%20386.87%20231.39%20L%20393.78%20224.71%20L%20402.17%20219.84%20L%20411.58%20217.09%20L%20421.47%20216.67%20L%20431.28%20218.66%20L%20440.42%20222.98%20L%20448.33%20229.43%20L%20454.53%20237.68%20L%20458.61%20247.26%20L%20460.29%20257.63%20L%20459.43%20268.22%20L%20456.02%20278.38%20L%20450.22%20287.51%20L%20442.33%20295.06%20L%20432.78%20300.55%20L%20422.08%20303.62%20L%20410.87%20304.03%20L%20399.78%20301.73%20L%20389.47%20296.79%20L%20380.57%20289.47%20L%20373.62%20280.14%20L%20369.07%20269.32%20L%20367.23%20257.64%20L%20368.26%20245.74%20L%20372.13%20234.35%20L%20378.68%20224.13%20L%20387.56%20215.7%20L%20398.28%20209.6%20L%20410.26%20206.22%20L%20422.79%20205.8%20L%20435.16%20208.42%20L%20446.64%20213.97%20L%20456.53%20222.17%20L%20464.22%20232.59%20L%20469.24%20244.64%20L%20471.24%20257.63%22%20transform%3D%22rotate%28331.46%20416.5%20257.64%29%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20535.5%20257.64%20L%20535.91%20257.74%20L%20536.25%20258.03%20L%20536.45%20258.47%20L%20536.46%20259.02%20L%20536.25%20259.6%20L%20535.8%20260.14%20L%20535.14%20260.56%20L%20534.31%20260.78%20L%20533.35%20260.75%20L%20532.35%20260.43%20L%20531.4%20259.79%20L%20530.59%20258.84%20L%20530.03%20257.64%20L%20529.78%20256.22%20L%20529.91%20254.7%20L%20530.46%20253.17%20L%20531.43%20251.74%20L%20532.81%20250.55%20L%20534.54%20249.69%20L%20536.52%20249.27%20L%20538.64%20249.37%20L%20540.76%20250.01%20L%20542.75%20251.21%20L%20544.45%20252.94%20L%20545.72%20255.12%20L%20546.45%20257.64%20L%20546.54%20260.36%20L%20545.94%20263.11%20L%20544.64%20265.73%20L%20542.68%20268.03%20L%20540.13%20269.84%20L%20537.12%20271.01%20L%20533.83%20271.43%20L%20530.42%20271.02%20L%20527.13%20269.76%20L%20524.15%20267.69%20L%20521.7%20264.88%20L%20519.96%20261.46%20L%20519.08%20257.64%20L%20519.15%20253.6%20L%20520.21%20249.61%20L%20522.26%20245.91%20L%20525.21%20242.73%20L%20528.93%20240.31%20L%20533.22%20238.82%20L%20537.83%20238.41%20L%20542.52%20239.13%20L%20546.98%20241%20L%20550.94%20243.95%20L%20554.14%20247.85%20L%20556.35%20252.5%20L%20557.4%20257.64%20L%20557.17%20262.98%20L%20555.63%20268.2%20L%20552.83%20272.99%20L%20548.9%20277.04%20L%20544.01%20280.08%20L%20538.44%20281.88%20L%20532.51%20282.3%20L%20526.54%20281.26%20L%20520.91%20278.77%20L%20515.96%20274.95%20L%20512.01%20269.96%20L%20509.33%20264.08%20L%20508.13%20257.64%20L%20508.52%20250.98%20L%20510.52%20244.52%20L%20514.07%20238.65%20L%20519%20233.72%20L%20525.05%20230.08%20L%20531.9%20227.96%20L%20539.15%20227.54%20L%20546.4%20228.89%20L%20553.2%20231.99%20L%20559.14%20236.69%20L%20563.84%20242.76%20L%20566.98%20249.88%20L%20568.34%20257.64%20L%20567.8%20265.6%20L%20565.33%20273.29%20L%20561.03%20280.25%20L%20555.11%20286.05%20L%20547.89%20290.31%20L%20539.76%20292.75%20L%20531.19%20293.17%20L%20522.66%20291.49%20L%20514.69%20287.78%20L%20507.76%20282.21%20L%20502.32%20275.05%20L%20498.7%20266.7%20L%20497.18%20257.64%20L%20497.89%20248.36%20L%20500.83%20239.44%20L%20505.87%20231.39%20L%20512.78%20224.71%20L%20521.17%20219.84%20L%20530.58%20217.09%20L%20540.47%20216.67%20L%20550.28%20218.66%20L%20559.42%20222.98%20L%20567.33%20229.43%20L%20573.53%20237.68%20L%20577.61%20247.26%20L%20579.29%20257.63%20L%20578.43%20268.22%20L%20575.02%20278.38%20L%20569.22%20287.51%20L%20561.33%20295.06%20L%20551.78%20300.55%20L%20541.08%20303.62%20L%20529.87%20304.03%20L%20518.78%20301.73%20L%20508.47%20296.79%20L%20499.57%20289.47%20L%20492.62%20280.14%20L%20488.07%20269.32%20L%20486.23%20257.64%20L%20487.26%20245.74%20L%20491.13%20234.35%20L%20497.68%20224.13%20L%20506.56%20215.7%20L%20517.28%20209.6%20L%20529.26%20206.22%20L%20541.79%20205.8%20L%20554.16%20208.42%20L%20565.64%20213.97%20L%20575.53%20222.17%20L%20583.22%20232.59%20L%20588.24%20244.64%20L%20590.24%20257.63%22%20transform%3D%22rotate%28170.35%20535.5%20257.64%29%22%20fill%3D%22none%22%20stroke%3D%22%237A7A82%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20119%20360.69%20L%20119.41%20360.79%20L%20119.75%20361.08%20L%20119.95%20361.53%20L%20119.96%20362.08%20L%20119.75%20362.66%20L%20119.3%20363.2%20L%20118.64%20363.62%20L%20117.81%20363.84%20L%20116.85%20363.81%20L%20115.85%20363.48%20L%20114.9%20362.84%20L%20114.09%20361.9%20L%20113.53%20360.69%20L%20113.28%20359.28%20L%20113.41%20357.75%20L%20113.96%20356.22%20L%20114.93%20354.8%20L%20116.31%20353.6%20L%20118.04%20352.75%20L%20120.02%20352.33%20L%20122.14%20352.42%20L%20124.26%20353.07%20L%20126.25%20354.27%20L%20127.95%20355.99%20L%20129.22%20358.17%20L%20129.95%20360.69%20L%20130.04%20363.41%20L%20129.44%20366.17%20L%20128.14%20368.79%20L%20126.18%20371.09%20L%20123.63%20372.89%20L%20120.62%20374.07%20L%20117.33%20374.48%20L%20113.92%20374.08%20L%20110.63%20372.82%20L%20107.65%20370.74%20L%20105.2%20367.93%20L%20103.46%20364.52%20L%20102.58%20360.69%20L%20102.65%20356.66%20L%20103.71%20352.67%20L%20105.76%20348.96%20L%20108.71%20345.79%20L%20112.43%20343.37%20L%20116.72%20341.88%20L%20121.33%20341.46%20L%20126.02%20342.18%20L%20130.48%20344.06%20L%20134.44%20347.01%20L%20137.64%20350.9%20L%20139.85%20355.55%20L%20140.9%20360.69%20L%20140.67%20366.03%20L%20139.13%20371.26%20L%20136.33%20376.05%20L%20132.4%20380.1%20L%20127.51%20383.13%20L%20121.94%20384.93%20L%20116.01%20385.35%20L%20110.04%20384.31%20L%20104.41%20381.83%20L%2099.46%20378%20L%2095.51%20373.02%20L%2092.83%20367.14%20L%2091.63%20360.69%20L%2092.02%20354.04%20L%2094.02%20347.58%20L%2097.57%20341.7%20L%20102.5%20336.78%20L%20108.55%20333.13%20L%20115.4%20331.01%20L%20122.65%20330.59%20L%20129.9%20331.95%20L%20136.7%20335.05%20L%20142.64%20339.75%20L%20147.34%20345.82%20L%20150.48%20352.93%20L%20151.84%20360.69%20L%20151.3%20368.65%20L%20148.83%20376.34%20L%20144.53%20383.31%20L%20138.61%20389.11%20L%20131.39%20393.37%20L%20123.26%20395.8%20L%20114.69%20396.22%20L%20106.16%20394.55%20L%2098.19%20390.84%20L%2091.26%20385.26%20L%2085.82%20378.1%20L%2082.2%20369.76%20L%2080.68%20360.69%20L%2081.39%20351.42%20L%2084.33%20342.49%20L%2089.37%20334.44%20L%2096.28%20327.77%20L%20104.67%20322.89%20L%20114.08%20320.14%20L%20123.97%20319.72%20L%20133.78%20321.71%20L%20142.92%20326.04%20L%20150.83%20332.49%20L%20157.03%20340.73%20L%20161.11%20350.31%20L%20162.79%20360.69%20L%20161.93%20371.27%20L%20158.52%20381.43%20L%20152.72%20390.57%20L%20144.83%20398.12%20L%20135.28%20403.6%20L%20124.58%20406.67%20L%20113.37%20407.09%20L%20102.28%20404.78%20L%2091.97%20399.85%20L%2083.07%20392.52%20L%2076.12%20383.19%20L%2071.57%20372.38%20L%2069.73%20360.69%20L%2070.76%20348.8%20L%2074.63%20337.4%20L%2081.18%20327.18%20L%2090.06%20318.76%20L%20100.78%20312.66%20L%20112.76%20309.27%20L%20125.29%20308.86%20L%20137.66%20311.47%20L%20149.14%20317.03%20L%20159.03%20325.23%20L%20166.72%20335.64%20L%20171.74%20347.69%20L%20173.74%20360.69%22%20transform%3D%22rotate%28317.79%20119%20360.69%29%22%20fill%3D%22none%22%20stroke%3D%22%23E8E4DC%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20238%20360.69%20L%20238.41%20360.79%20L%20238.75%20361.08%20L%20238.95%20361.53%20L%20238.96%20362.08%20L%20238.75%20362.66%20L%20238.3%20363.2%20L%20237.64%20363.62%20L%20236.81%20363.84%20L%20235.85%20363.81%20L%20234.85%20363.48%20L%20233.9%20362.84%20L%20233.09%20361.9%20L%20232.53%20360.69%20L%20232.28%20359.28%20L%20232.41%20357.75%20L%20232.96%20356.22%20L%20233.93%20354.8%20L%20235.31%20353.6%20L%20237.04%20352.75%20L%20239.02%20352.33%20L%20241.14%20352.42%20L%20243.26%20353.07%20L%20245.25%20354.27%20L%20246.95%20355.99%20L%20248.22%20358.17%20L%20248.95%20360.69%20L%20249.04%20363.41%20L%20248.44%20366.17%20L%20247.14%20368.79%20L%20245.18%20371.09%20L%20242.63%20372.89%20L%20239.62%20374.07%20L%20236.33%20374.48%20L%20232.92%20374.08%20L%20229.63%20372.82%20L%20226.65%20370.74%20L%20224.2%20367.93%20L%20222.46%20364.52%20L%20221.58%20360.69%20L%20221.65%20356.66%20L%20222.71%20352.67%20L%20224.76%20348.96%20L%20227.71%20345.79%20L%20231.43%20343.37%20L%20235.72%20341.88%20L%20240.33%20341.46%20L%20245.02%20342.18%20L%20249.48%20344.06%20L%20253.44%20347.01%20L%20256.64%20350.9%20L%20258.85%20355.55%20L%20259.9%20360.69%20L%20259.67%20366.03%20L%20258.13%20371.26%20L%20255.33%20376.05%20L%20251.4%20380.1%20L%20246.51%20383.13%20L%20240.94%20384.93%20L%20235.01%20385.35%20L%20229.04%20384.31%20L%20223.41%20381.83%20L%20218.46%20378%20L%20214.51%20373.02%20L%20211.83%20367.14%20L%20210.63%20360.69%20L%20211.02%20354.04%20L%20213.02%20347.58%20L%20216.57%20341.7%20L%20221.5%20336.78%20L%20227.55%20333.13%20L%20234.4%20331.01%20L%20241.65%20330.59%20L%20248.9%20331.95%20L%20255.7%20335.05%20L%20261.64%20339.75%20L%20266.34%20345.82%20L%20269.48%20352.93%20L%20270.84%20360.69%20L%20270.3%20368.65%20L%20267.83%20376.34%20L%20263.53%20383.31%20L%20257.61%20389.11%20L%20250.39%20393.37%20L%20242.26%20395.8%20L%20233.69%20396.22%20L%20225.16%20394.55%20L%20217.19%20390.84%20L%20210.26%20385.26%20L%20204.82%20378.1%20L%20201.2%20369.76%20L%20199.68%20360.69%20L%20200.39%20351.42%20L%20203.33%20342.49%20L%20208.37%20334.44%20L%20215.28%20327.77%20L%20223.67%20322.89%20L%20233.08%20320.14%20L%20242.97%20319.72%20L%20252.78%20321.71%20L%20261.92%20326.04%20L%20269.83%20332.49%20L%20276.03%20340.73%20L%20280.11%20350.31%20L%20281.79%20360.69%20L%20280.93%20371.27%20L%20277.52%20381.43%20L%20271.72%20390.57%20L%20263.83%20398.12%20L%20254.28%20403.6%20L%20243.58%20406.67%20L%20232.37%20407.09%20L%20221.28%20404.78%20L%20210.97%20399.85%20L%20202.07%20392.52%20L%20195.12%20383.19%20L%20190.57%20372.38%20L%20188.73%20360.69%20L%20189.76%20348.8%20L%20193.63%20337.4%20L%20200.18%20327.18%20L%20209.06%20318.76%20L%20219.78%20312.66%20L%20231.76%20309.27%20L%20244.29%20308.86%20L%20256.66%20311.47%20L%20268.14%20317.03%20L%20278.03%20325.23%20L%20285.72%20335.64%20L%20290.74%20347.69%20L%20292.74%20360.69%22%20transform%3D%22rotate%28166.14%20238%20360.69%29%22%20fill%3D%22none%22%20stroke%3D%22%23C0392B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20357%20360.69%20L%20357.41%20360.79%20L%20357.75%20361.08%20L%20357.95%20361.53%20L%20357.96%20362.08%20L%20357.75%20362.66%20L%20357.3%20363.2%20L%20356.64%20363.62%20L%20355.81%20363.84%20L%20354.85%20363.81%20L%20353.85%20363.48%20L%20352.9%20362.84%20L%20352.09%20361.9%20L%20351.53%20360.69%20L%20351.28%20359.28%20L%20351.41%20357.75%20L%20351.96%20356.22%20L%20352.93%20354.8%20L%20354.31%20353.6%20L%20356.04%20352.75%20L%20358.02%20352.33%20L%20360.14%20352.42%20L%20362.26%20353.07%20L%20364.25%20354.27%20L%20365.95%20355.99%20L%20367.22%20358.17%20L%20367.95%20360.69%20L%20368.04%20363.41%20L%20367.44%20366.17%20L%20366.14%20368.79%20L%20364.18%20371.09%20L%20361.63%20372.89%20L%20358.62%20374.07%20L%20355.33%20374.48%20L%20351.92%20374.08%20L%20348.63%20372.82%20L%20345.65%20370.74%20L%20343.2%20367.93%20L%20341.46%20364.52%20L%20340.58%20360.69%20L%20340.65%20356.66%20L%20341.71%20352.67%20L%20343.76%20348.96%20L%20346.71%20345.79%20L%20350.43%20343.37%20L%20354.72%20341.88%20L%20359.33%20341.46%20L%20364.02%20342.18%20L%20368.48%20344.06%20L%20372.44%20347.01%20L%20375.64%20350.9%20L%20377.85%20355.55%20L%20378.9%20360.69%20L%20378.67%20366.03%20L%20377.13%20371.26%20L%20374.33%20376.05%20L%20370.4%20380.1%20L%20365.51%20383.13%20L%20359.94%20384.93%20L%20354.01%20385.35%20L%20348.04%20384.31%20L%20342.41%20381.83%20L%20337.46%20378%20L%20333.51%20373.02%20L%20330.83%20367.14%20L%20329.63%20360.69%20L%20330.02%20354.04%20L%20332.02%20347.58%20L%20335.57%20341.7%20L%20340.5%20336.78%20L%20346.55%20333.13%20L%20353.4%20331.01%20L%20360.65%20330.59%20L%20367.9%20331.95%20L%20374.7%20335.05%20L%20380.64%20339.75%20L%20385.34%20345.82%20L%20388.48%20352.93%20L%20389.84%20360.69%20L%20389.3%20368.65%20L%20386.83%20376.34%20L%20382.53%20383.31%20L%20376.61%20389.11%20L%20369.39%20393.37%20L%20361.26%20395.8%20L%20352.69%20396.22%20L%20344.16%20394.55%20L%20336.19%20390.84%20L%20329.26%20385.26%20L%20323.82%20378.1%20L%20320.2%20369.76%20L%20318.68%20360.69%20L%20319.39%20351.42%20L%20322.33%20342.49%20L%20327.37%20334.44%20L%20334.28%20327.77%20L%20342.67%20322.89%20L%20352.08%20320.14%20L%20361.97%20319.72%20L%20371.78%20321.71%20L%20380.92%20326.04%20L%20388.83%20332.49%20L%20395.03%20340.73%20L%20399.11%20350.31%20L%20400.79%20360.69%20L%20399.93%20371.27%20L%20396.52%20381.43%20L%20390.72%20390.57%20L%20382.83%20398.12%20L%20373.28%20403.6%20L%20362.58%20406.67%20L%20351.37%20407.09%20L%20340.28%20404.78%20L%20329.97%20399.85%20L%20321.07%20392.52%20L%20314.12%20383.19%20L%20309.57%20372.38%20L%20307.73%20360.69%20L%20308.76%20348.8%20L%20312.63%20337.4%20L%20319.18%20327.18%20L%20328.06%20318.76%20L%20338.78%20312.66%20L%20350.76%20309.27%20L%20363.29%20308.86%20L%20375.66%20311.47%20L%20387.14%20317.03%20L%20397.03%20325.23%20L%20404.72%20335.64%20L%20409.74%20347.69%20L%20411.74%20360.69%22%20transform%3D%22rotate%2896.63%20357%20360.69%29%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20476%20360.69%20L%20476.41%20360.79%20L%20476.75%20361.08%20L%20476.95%20361.53%20L%20476.96%20362.08%20L%20476.75%20362.66%20L%20476.3%20363.2%20L%20475.64%20363.62%20L%20474.81%20363.84%20L%20473.85%20363.81%20L%20472.85%20363.48%20L%20471.9%20362.84%20L%20471.09%20361.9%20L%20470.53%20360.69%20L%20470.28%20359.28%20L%20470.41%20357.75%20L%20470.96%20356.22%20L%20471.93%20354.8%20L%20473.31%20353.6%20L%20475.04%20352.75%20L%20477.02%20352.33%20L%20479.14%20352.42%20L%20481.26%20353.07%20L%20483.25%20354.27%20L%20484.95%20355.99%20L%20486.22%20358.17%20L%20486.95%20360.69%20L%20487.04%20363.41%20L%20486.44%20366.17%20L%20485.14%20368.79%20L%20483.18%20371.09%20L%20480.63%20372.89%20L%20477.62%20374.07%20L%20474.33%20374.48%20L%20470.92%20374.08%20L%20467.63%20372.82%20L%20464.65%20370.74%20L%20462.2%20367.93%20L%20460.46%20364.52%20L%20459.58%20360.69%20L%20459.65%20356.66%20L%20460.71%20352.67%20L%20462.76%20348.96%20L%20465.71%20345.79%20L%20469.43%20343.37%20L%20473.72%20341.88%20L%20478.33%20341.46%20L%20483.02%20342.18%20L%20487.48%20344.06%20L%20491.44%20347.01%20L%20494.64%20350.9%20L%20496.85%20355.55%20L%20497.9%20360.69%20L%20497.67%20366.03%20L%20496.13%20371.26%20L%20493.33%20376.05%20L%20489.4%20380.1%20L%20484.51%20383.13%20L%20478.94%20384.93%20L%20473.01%20385.35%20L%20467.04%20384.31%20L%20461.41%20381.83%20L%20456.46%20378%20L%20452.51%20373.02%20L%20449.83%20367.14%20L%20448.63%20360.69%20L%20449.02%20354.04%20L%20451.02%20347.58%20L%20454.57%20341.7%20L%20459.5%20336.78%20L%20465.55%20333.13%20L%20472.4%20331.01%20L%20479.65%20330.59%20L%20486.9%20331.95%20L%20493.7%20335.05%20L%20499.64%20339.75%20L%20504.34%20345.82%20L%20507.48%20352.93%20L%20508.84%20360.69%20L%20508.3%20368.65%20L%20505.83%20376.34%20L%20501.53%20383.31%20L%20495.61%20389.11%20L%20488.39%20393.37%20L%20480.26%20395.8%20L%20471.69%20396.22%20L%20463.16%20394.55%20L%20455.19%20390.84%20L%20448.26%20385.26%20L%20442.82%20378.1%20L%20439.2%20369.76%20L%20437.68%20360.69%20L%20438.39%20351.42%20L%20441.33%20342.49%20L%20446.37%20334.44%20L%20453.28%20327.77%20L%20461.67%20322.89%20L%20471.08%20320.14%20L%20480.97%20319.72%20L%20490.78%20321.71%20L%20499.92%20326.04%20L%20507.83%20332.49%20L%20514.03%20340.73%20L%20518.11%20350.31%20L%20519.79%20360.69%20L%20518.93%20371.27%20L%20515.52%20381.43%20L%20509.72%20390.57%20L%20501.83%20398.12%20L%20492.28%20403.6%20L%20481.58%20406.67%20L%20470.37%20407.09%20L%20459.28%20404.78%20L%20448.97%20399.85%20L%20440.07%20392.52%20L%20433.12%20383.19%20L%20428.57%20372.38%20L%20426.73%20360.69%20L%20427.76%20348.8%20L%20431.63%20337.4%20L%20438.18%20327.18%20L%20447.06%20318.76%20L%20457.78%20312.66%20L%20469.76%20309.27%20L%20482.29%20308.86%20L%20494.66%20311.47%20L%20506.14%20317.03%20L%20516.03%20325.23%20L%20523.72%20335.64%20L%20528.74%20347.69%20L%20530.74%20360.69%22%20transform%3D%22rotate%28151.46%20476%20360.69%29%22%20fill%3D%22none%22%20stroke%3D%22%237A7A82%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20360.69%20L%200.41%20360.79%20L%200.75%20361.08%20L%200.95%20361.53%20L%200.96%20362.08%20L%200.75%20362.66%20L%200.3%20363.2%20L%20-0.36%20363.62%20L%20-1.19%20363.84%20L%20-2.15%20363.81%20L%20-3.15%20363.48%20L%20-4.1%20362.84%20L%20-4.91%20361.9%20L%20-5.47%20360.69%20L%20-5.72%20359.28%20L%20-5.59%20357.75%20L%20-5.04%20356.22%20L%20-4.07%20354.8%20L%20-2.69%20353.6%20L%20-0.96%20352.75%20L%201.02%20352.33%20L%203.14%20352.42%20L%205.26%20353.07%20L%207.25%20354.27%20L%208.95%20355.99%20L%2010.22%20358.17%20L%2010.95%20360.69%20L%2011.04%20363.41%20L%2010.44%20366.17%20L%209.14%20368.79%20L%207.18%20371.09%20L%204.63%20372.89%20L%201.62%20374.07%20L%20-1.67%20374.48%20L%20-5.08%20374.08%20L%20-8.37%20372.82%20L%20-11.35%20370.74%20L%20-13.8%20367.93%20L%20-15.54%20364.52%20L%20-16.42%20360.69%20L%20-16.35%20356.66%20L%20-15.29%20352.67%20L%20-13.24%20348.96%20L%20-10.29%20345.79%20L%20-6.57%20343.37%20L%20-2.28%20341.88%20L%202.33%20341.46%20L%207.02%20342.18%20L%2011.48%20344.06%20L%2015.44%20347.01%20L%2018.64%20350.9%20L%2020.85%20355.55%20L%2021.9%20360.69%20L%2021.67%20366.03%20L%2020.13%20371.26%20L%2017.33%20376.05%20L%2013.4%20380.1%20L%208.51%20383.13%20L%202.94%20384.93%20L%20-2.99%20385.35%20L%20-8.96%20384.31%20L%20-14.59%20381.83%20L%20-19.54%20378%20L%20-23.49%20373.02%20L%20-26.17%20367.14%20L%20-27.37%20360.69%20L%20-26.98%20354.04%20L%20-24.98%20347.58%20L%20-21.43%20341.7%20L%20-16.5%20336.78%20L%20-10.45%20333.13%20L%20-3.6%20331.01%20L%203.65%20330.59%20L%2010.9%20331.95%20L%2017.7%20335.05%20L%2023.64%20339.75%20L%2028.34%20345.82%20L%2031.48%20352.93%20L%2032.84%20360.69%20L%2032.3%20368.65%20L%2029.83%20376.34%20L%2025.53%20383.31%20L%2019.61%20389.11%20L%2012.39%20393.37%20L%204.26%20395.8%20L%20-4.31%20396.22%20L%20-12.84%20394.55%20L%20-20.81%20390.84%20L%20-27.74%20385.26%20L%20-33.18%20378.1%20L%20-36.8%20369.76%20L%20-38.32%20360.69%20L%20-37.61%20351.42%20L%20-34.67%20342.49%20L%20-29.63%20334.44%20L%20-22.72%20327.77%20L%20-14.33%20322.89%20L%20-4.92%20320.14%20L%204.97%20319.72%20L%2014.78%20321.71%20L%2023.92%20326.04%20L%2031.83%20332.49%20L%2038.03%20340.73%20L%2042.11%20350.31%20L%2043.79%20360.69%20L%2042.93%20371.27%20L%2039.52%20381.43%20L%2033.72%20390.57%20L%2025.83%20398.12%20L%2016.28%20403.6%20L%205.58%20406.67%20L%20-5.63%20407.09%20L%20-16.72%20404.78%20L%20-27.03%20399.85%20L%20-35.93%20392.52%20L%20-42.88%20383.19%20L%20-47.43%20372.38%20L%20-49.27%20360.69%20L%20-48.24%20348.8%20L%20-44.37%20337.4%20L%20-37.82%20327.18%20L%20-28.94%20318.76%20L%20-18.22%20312.66%20L%20-6.24%20309.27%20L%206.29%20308.86%20L%2018.66%20311.47%20L%2030.14%20317.03%20L%2040.03%20325.23%20L%2047.72%20335.64%20L%2052.74%20347.69%20L%2054.74%20360.69%22%20transform%3D%22rotate%28129.68%200%20360.69%29%22%20fill%3D%22none%22%20stroke%3D%22%23C0392B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2059.5%20463.74%20L%2059.91%20463.84%20L%2060.25%20464.13%20L%2060.45%20464.58%20L%2060.46%20465.13%20L%2060.25%20465.71%20L%2059.8%20466.25%20L%2059.14%20466.67%20L%2058.31%20466.89%20L%2057.35%20466.86%20L%2056.35%20466.54%20L%2055.4%20465.9%20L%2054.59%20464.95%20L%2054.03%20463.74%20L%2053.78%20462.33%20L%2053.91%20460.81%20L%2054.46%20459.28%20L%2055.43%20457.85%20L%2056.81%20456.66%20L%2058.54%20455.8%20L%2060.52%20455.38%20L%2062.64%20455.48%20L%2064.76%20456.12%20L%2066.75%20457.32%20L%2068.45%20459.05%20L%2069.72%20461.22%20L%2070.45%20463.74%20L%2070.54%20466.46%20L%2069.94%20469.22%20L%2068.64%20471.84%20L%2066.68%20474.14%20L%2064.13%20475.95%20L%2061.12%20477.12%20L%2057.83%20477.54%20L%2054.42%20477.13%20L%2051.13%20475.87%20L%2048.15%20473.8%20L%2045.7%20470.98%20L%2043.96%20467.57%20L%2043.08%20463.74%20L%2043.15%20459.71%20L%2044.21%20455.72%20L%2046.26%20452.02%20L%2049.21%20448.84%20L%2052.93%20446.42%20L%2057.22%20444.93%20L%2061.83%20444.51%20L%2066.52%20445.24%20L%2070.98%20447.11%20L%2074.94%20450.06%20L%2078.14%20453.96%20L%2080.35%20458.6%20L%2081.4%20463.74%20L%2081.17%20469.08%20L%2079.63%20474.31%20L%2076.83%20479.1%20L%2072.9%20483.15%20L%2068.01%20486.18%20L%2062.44%20487.99%20L%2056.51%20488.41%20L%2050.54%20487.37%20L%2044.91%20484.88%20L%2039.96%20481.05%20L%2036.01%20476.07%20L%2033.33%20470.19%20L%2032.13%20463.74%20L%2032.52%20457.09%20L%2034.52%20450.63%20L%2038.07%20444.76%20L%2043%20439.83%20L%2049.05%20436.18%20L%2055.9%20434.06%20L%2063.15%20433.65%20L%2070.4%20435%20L%2077.2%20438.1%20L%2083.14%20442.8%20L%2087.84%20448.87%20L%2090.98%20455.98%20L%2092.34%20463.74%20L%2091.8%20471.7%20L%2089.33%20479.4%20L%2085.03%20486.36%20L%2079.11%20492.16%20L%2071.89%20496.42%20L%2063.76%20498.86%20L%2055.19%20499.27%20L%2046.66%20497.6%20L%2038.69%20493.89%20L%2031.76%20488.31%20L%2026.32%20481.16%20L%2022.7%20472.81%20L%2021.18%20463.74%20L%2021.89%20454.47%20L%2024.83%20445.54%20L%2029.87%20437.5%20L%2036.78%20430.82%20L%2045.17%20425.95%20L%2054.58%20423.2%20L%2064.47%20422.78%20L%2074.28%20424.77%20L%2083.42%20429.09%20L%2091.33%20435.54%20L%2097.53%20443.78%20L%20101.61%20453.36%20L%20103.29%20463.74%20L%20102.43%20474.32%20L%2099.02%20484.49%20L%2093.22%20493.62%20L%2085.33%20501.17%20L%2075.78%20506.66%20L%2065.08%20509.72%20L%2053.87%20510.14%20L%2042.78%20507.84%20L%2032.47%20502.9%20L%2023.57%20495.57%20L%2016.62%20486.25%20L%2012.07%20475.43%20L%2010.23%20463.74%20L%2011.26%20451.85%20L%2015.13%20440.46%20L%2021.68%20430.24%20L%2030.56%20421.81%20L%2041.28%20415.71%20L%2053.26%20412.33%20L%2065.79%20411.91%20L%2078.16%20414.53%20L%2089.64%20420.08%20L%2099.53%20428.28%20L%20107.22%20438.7%20L%20112.24%20450.74%20L%20114.24%20463.74%22%20transform%3D%22rotate%28252.61%2059.5%20463.74%29%22%20fill%3D%22none%22%20stroke%3D%22%23E8E4DC%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20178.5%20463.74%20L%20178.91%20463.84%20L%20179.25%20464.13%20L%20179.45%20464.58%20L%20179.46%20465.13%20L%20179.25%20465.71%20L%20178.8%20466.25%20L%20178.14%20466.67%20L%20177.31%20466.89%20L%20176.35%20466.86%20L%20175.35%20466.54%20L%20174.4%20465.9%20L%20173.59%20464.95%20L%20173.03%20463.74%20L%20172.78%20462.33%20L%20172.91%20460.81%20L%20173.46%20459.28%20L%20174.43%20457.85%20L%20175.81%20456.66%20L%20177.54%20455.8%20L%20179.52%20455.38%20L%20181.64%20455.48%20L%20183.76%20456.12%20L%20185.75%20457.32%20L%20187.45%20459.05%20L%20188.72%20461.22%20L%20189.45%20463.74%20L%20189.54%20466.46%20L%20188.94%20469.22%20L%20187.64%20471.84%20L%20185.68%20474.14%20L%20183.13%20475.95%20L%20180.12%20477.12%20L%20176.83%20477.54%20L%20173.42%20477.13%20L%20170.13%20475.87%20L%20167.15%20473.8%20L%20164.7%20470.98%20L%20162.96%20467.57%20L%20162.08%20463.74%20L%20162.15%20459.71%20L%20163.21%20455.72%20L%20165.26%20452.02%20L%20168.21%20448.84%20L%20171.93%20446.42%20L%20176.22%20444.93%20L%20180.83%20444.51%20L%20185.52%20445.24%20L%20189.98%20447.11%20L%20193.94%20450.06%20L%20197.14%20453.96%20L%20199.35%20458.6%20L%20200.4%20463.74%20L%20200.17%20469.08%20L%20198.63%20474.31%20L%20195.83%20479.1%20L%20191.9%20483.15%20L%20187.01%20486.18%20L%20181.44%20487.99%20L%20175.51%20488.41%20L%20169.54%20487.37%20L%20163.91%20484.88%20L%20158.96%20481.05%20L%20155.01%20476.07%20L%20152.33%20470.19%20L%20151.13%20463.74%20L%20151.52%20457.09%20L%20153.52%20450.63%20L%20157.07%20444.76%20L%20162%20439.83%20L%20168.05%20436.18%20L%20174.9%20434.06%20L%20182.15%20433.65%20L%20189.4%20435%20L%20196.2%20438.1%20L%20202.14%20442.8%20L%20206.84%20448.87%20L%20209.98%20455.98%20L%20211.34%20463.74%20L%20210.8%20471.7%20L%20208.33%20479.4%20L%20204.03%20486.36%20L%20198.11%20492.16%20L%20190.89%20496.42%20L%20182.76%20498.86%20L%20174.19%20499.27%20L%20165.66%20497.6%20L%20157.69%20493.89%20L%20150.76%20488.31%20L%20145.32%20481.16%20L%20141.7%20472.81%20L%20140.18%20463.74%20L%20140.89%20454.47%20L%20143.83%20445.54%20L%20148.87%20437.5%20L%20155.78%20430.82%20L%20164.17%20425.95%20L%20173.58%20423.2%20L%20183.47%20422.78%20L%20193.28%20424.77%20L%20202.42%20429.09%20L%20210.33%20435.54%20L%20216.53%20443.78%20L%20220.61%20453.36%20L%20222.29%20463.74%20L%20221.43%20474.32%20L%20218.02%20484.49%20L%20212.22%20493.62%20L%20204.33%20501.17%20L%20194.78%20506.66%20L%20184.08%20509.72%20L%20172.87%20510.14%20L%20161.78%20507.84%20L%20151.47%20502.9%20L%20142.57%20495.57%20L%20135.62%20486.25%20L%20131.07%20475.43%20L%20129.23%20463.74%20L%20130.26%20451.85%20L%20134.13%20440.46%20L%20140.68%20430.24%20L%20149.56%20421.81%20L%20160.28%20415.71%20L%20172.26%20412.33%20L%20184.79%20411.91%20L%20197.16%20414.53%20L%20208.64%20420.08%20L%20218.53%20428.28%20L%20226.22%20438.7%20L%20231.24%20450.74%20L%20233.24%20463.74%22%20transform%3D%22rotate%28112.25%20178.5%20463.74%29%22%20fill%3D%22none%22%20stroke%3D%22%23E8E4DC%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20297.5%20463.74%20L%20297.91%20463.84%20L%20298.25%20464.13%20L%20298.45%20464.58%20L%20298.46%20465.13%20L%20298.25%20465.71%20L%20297.8%20466.25%20L%20297.14%20466.67%20L%20296.31%20466.89%20L%20295.35%20466.86%20L%20294.35%20466.54%20L%20293.4%20465.9%20L%20292.59%20464.95%20L%20292.03%20463.74%20L%20291.78%20462.33%20L%20291.91%20460.81%20L%20292.46%20459.28%20L%20293.43%20457.85%20L%20294.81%20456.66%20L%20296.54%20455.8%20L%20298.52%20455.38%20L%20300.64%20455.48%20L%20302.76%20456.12%20L%20304.75%20457.32%20L%20306.45%20459.05%20L%20307.72%20461.22%20L%20308.45%20463.74%20L%20308.54%20466.46%20L%20307.94%20469.22%20L%20306.64%20471.84%20L%20304.68%20474.14%20L%20302.13%20475.95%20L%20299.12%20477.12%20L%20295.83%20477.54%20L%20292.42%20477.13%20L%20289.13%20475.87%20L%20286.15%20473.8%20L%20283.7%20470.98%20L%20281.96%20467.57%20L%20281.08%20463.74%20L%20281.15%20459.71%20L%20282.21%20455.72%20L%20284.26%20452.02%20L%20287.21%20448.84%20L%20290.93%20446.42%20L%20295.22%20444.93%20L%20299.83%20444.51%20L%20304.52%20445.24%20L%20308.98%20447.11%20L%20312.94%20450.06%20L%20316.14%20453.96%20L%20318.35%20458.6%20L%20319.4%20463.74%20L%20319.17%20469.08%20L%20317.63%20474.31%20L%20314.83%20479.1%20L%20310.9%20483.15%20L%20306.01%20486.18%20L%20300.44%20487.99%20L%20294.51%20488.41%20L%20288.54%20487.37%20L%20282.91%20484.88%20L%20277.96%20481.05%20L%20274.01%20476.07%20L%20271.33%20470.19%20L%20270.13%20463.74%20L%20270.52%20457.09%20L%20272.52%20450.63%20L%20276.07%20444.76%20L%20281%20439.83%20L%20287.05%20436.18%20L%20293.9%20434.06%20L%20301.15%20433.65%20L%20308.4%20435%20L%20315.2%20438.1%20L%20321.14%20442.8%20L%20325.84%20448.87%20L%20328.98%20455.98%20L%20330.34%20463.74%20L%20329.8%20471.7%20L%20327.33%20479.4%20L%20323.03%20486.36%20L%20317.11%20492.16%20L%20309.89%20496.42%20L%20301.76%20498.86%20L%20293.19%20499.27%20L%20284.66%20497.6%20L%20276.69%20493.89%20L%20269.76%20488.31%20L%20264.32%20481.16%20L%20260.7%20472.81%20L%20259.18%20463.74%20L%20259.89%20454.47%20L%20262.83%20445.54%20L%20267.87%20437.5%20L%20274.78%20430.82%20L%20283.17%20425.95%20L%20292.58%20423.2%20L%20302.47%20422.78%20L%20312.28%20424.77%20L%20321.42%20429.09%20L%20329.33%20435.54%20L%20335.53%20443.78%20L%20339.61%20453.36%20L%20341.29%20463.74%20L%20340.43%20474.32%20L%20337.02%20484.49%20L%20331.22%20493.62%20L%20323.33%20501.17%20L%20313.78%20506.66%20L%20303.08%20509.72%20L%20291.87%20510.14%20L%20280.78%20507.84%20L%20270.47%20502.9%20L%20261.57%20495.57%20L%20254.62%20486.25%20L%20250.07%20475.43%20L%20248.23%20463.74%20L%20249.26%20451.85%20L%20253.13%20440.46%20L%20259.68%20430.24%20L%20268.56%20421.81%20L%20279.28%20415.71%20L%20291.26%20412.33%20L%20303.79%20411.91%20L%20316.16%20414.53%20L%20327.64%20420.08%20L%20337.53%20428.28%20L%20345.22%20438.7%20L%20350.24%20450.74%20L%20352.24%20463.74%22%20transform%3D%22rotate%28211.04%20297.5%20463.74%29%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20416.5%20463.74%20L%20416.91%20463.84%20L%20417.25%20464.13%20L%20417.45%20464.58%20L%20417.46%20465.13%20L%20417.25%20465.71%20L%20416.8%20466.25%20L%20416.14%20466.67%20L%20415.31%20466.89%20L%20414.35%20466.86%20L%20413.35%20466.54%20L%20412.4%20465.9%20L%20411.59%20464.95%20L%20411.03%20463.74%20L%20410.78%20462.33%20L%20410.91%20460.81%20L%20411.46%20459.28%20L%20412.43%20457.85%20L%20413.81%20456.66%20L%20415.54%20455.8%20L%20417.52%20455.38%20L%20419.64%20455.48%20L%20421.76%20456.12%20L%20423.75%20457.32%20L%20425.45%20459.05%20L%20426.72%20461.22%20L%20427.45%20463.74%20L%20427.54%20466.46%20L%20426.94%20469.22%20L%20425.64%20471.84%20L%20423.68%20474.14%20L%20421.13%20475.95%20L%20418.12%20477.12%20L%20414.83%20477.54%20L%20411.42%20477.13%20L%20408.13%20475.87%20L%20405.15%20473.8%20L%20402.7%20470.98%20L%20400.96%20467.57%20L%20400.08%20463.74%20L%20400.15%20459.71%20L%20401.21%20455.72%20L%20403.26%20452.02%20L%20406.21%20448.84%20L%20409.93%20446.42%20L%20414.22%20444.93%20L%20418.83%20444.51%20L%20423.52%20445.24%20L%20427.98%20447.11%20L%20431.94%20450.06%20L%20435.14%20453.96%20L%20437.35%20458.6%20L%20438.4%20463.74%20L%20438.17%20469.08%20L%20436.63%20474.31%20L%20433.83%20479.1%20L%20429.9%20483.15%20L%20425.01%20486.18%20L%20419.44%20487.99%20L%20413.51%20488.41%20L%20407.54%20487.37%20L%20401.91%20484.88%20L%20396.96%20481.05%20L%20393.01%20476.07%20L%20390.33%20470.19%20L%20389.13%20463.74%20L%20389.52%20457.09%20L%20391.52%20450.63%20L%20395.07%20444.76%20L%20400%20439.83%20L%20406.05%20436.18%20L%20412.9%20434.06%20L%20420.15%20433.65%20L%20427.4%20435%20L%20434.2%20438.1%20L%20440.14%20442.8%20L%20444.84%20448.87%20L%20447.98%20455.98%20L%20449.34%20463.74%20L%20448.8%20471.7%20L%20446.33%20479.4%20L%20442.03%20486.36%20L%20436.11%20492.16%20L%20428.89%20496.42%20L%20420.76%20498.86%20L%20412.19%20499.27%20L%20403.66%20497.6%20L%20395.69%20493.89%20L%20388.76%20488.31%20L%20383.32%20481.16%20L%20379.7%20472.81%20L%20378.18%20463.74%20L%20378.89%20454.47%20L%20381.83%20445.54%20L%20386.87%20437.5%20L%20393.78%20430.82%20L%20402.17%20425.95%20L%20411.58%20423.2%20L%20421.47%20422.78%20L%20431.28%20424.77%20L%20440.42%20429.09%20L%20448.33%20435.54%20L%20454.53%20443.78%20L%20458.61%20453.36%20L%20460.29%20463.74%20L%20459.43%20474.32%20L%20456.02%20484.49%20L%20450.22%20493.62%20L%20442.33%20501.17%20L%20432.78%20506.66%20L%20422.08%20509.72%20L%20410.87%20510.14%20L%20399.78%20507.84%20L%20389.47%20502.9%20L%20380.57%20495.57%20L%20373.62%20486.25%20L%20369.07%20475.43%20L%20367.23%20463.74%20L%20368.26%20451.85%20L%20372.13%20440.46%20L%20378.68%20430.24%20L%20387.56%20421.81%20L%20398.28%20415.71%20L%20410.26%20412.33%20L%20422.79%20411.91%20L%20435.16%20414.53%20L%20446.64%20420.08%20L%20456.53%20428.28%20L%20464.22%20438.7%20L%20469.24%20450.74%20L%20471.24%20463.74%22%20transform%3D%22rotate%28168.98%20416.5%20463.74%29%22%20fill%3D%22none%22%20stroke%3D%22%237A7A82%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20535.5%20463.74%20L%20535.91%20463.84%20L%20536.25%20464.13%20L%20536.45%20464.58%20L%20536.46%20465.13%20L%20536.25%20465.71%20L%20535.8%20466.25%20L%20535.14%20466.67%20L%20534.31%20466.89%20L%20533.35%20466.86%20L%20532.35%20466.54%20L%20531.4%20465.9%20L%20530.59%20464.95%20L%20530.03%20463.74%20L%20529.78%20462.33%20L%20529.91%20460.81%20L%20530.46%20459.28%20L%20531.43%20457.85%20L%20532.81%20456.66%20L%20534.54%20455.8%20L%20536.52%20455.38%20L%20538.64%20455.48%20L%20540.76%20456.12%20L%20542.75%20457.32%20L%20544.45%20459.05%20L%20545.72%20461.22%20L%20546.45%20463.74%20L%20546.54%20466.46%20L%20545.94%20469.22%20L%20544.64%20471.84%20L%20542.68%20474.14%20L%20540.13%20475.95%20L%20537.12%20477.12%20L%20533.83%20477.54%20L%20530.42%20477.13%20L%20527.13%20475.87%20L%20524.15%20473.8%20L%20521.7%20470.98%20L%20519.96%20467.57%20L%20519.08%20463.74%20L%20519.15%20459.71%20L%20520.21%20455.72%20L%20522.26%20452.02%20L%20525.21%20448.84%20L%20528.93%20446.42%20L%20533.22%20444.93%20L%20537.83%20444.51%20L%20542.52%20445.24%20L%20546.98%20447.11%20L%20550.94%20450.06%20L%20554.14%20453.96%20L%20556.35%20458.6%20L%20557.4%20463.74%20L%20557.17%20469.08%20L%20555.63%20474.31%20L%20552.83%20479.1%20L%20548.9%20483.15%20L%20544.01%20486.18%20L%20538.44%20487.99%20L%20532.51%20488.41%20L%20526.54%20487.37%20L%20520.91%20484.88%20L%20515.96%20481.05%20L%20512.01%20476.07%20L%20509.33%20470.19%20L%20508.13%20463.74%20L%20508.52%20457.09%20L%20510.52%20450.63%20L%20514.07%20444.76%20L%20519%20439.83%20L%20525.05%20436.18%20L%20531.9%20434.06%20L%20539.15%20433.65%20L%20546.4%20435%20L%20553.2%20438.1%20L%20559.14%20442.8%20L%20563.84%20448.87%20L%20566.98%20455.98%20L%20568.34%20463.74%20L%20567.8%20471.7%20L%20565.33%20479.4%20L%20561.03%20486.36%20L%20555.11%20492.16%20L%20547.89%20496.42%20L%20539.76%20498.86%20L%20531.19%20499.27%20L%20522.66%20497.6%20L%20514.69%20493.89%20L%20507.76%20488.31%20L%20502.32%20481.16%20L%20498.7%20472.81%20L%20497.18%20463.74%20L%20497.89%20454.47%20L%20500.83%20445.54%20L%20505.87%20437.5%20L%20512.78%20430.82%20L%20521.17%20425.95%20L%20530.58%20423.2%20L%20540.47%20422.78%20L%20550.28%20424.77%20L%20559.42%20429.09%20L%20567.33%20435.54%20L%20573.53%20443.78%20L%20577.61%20453.36%20L%20579.29%20463.74%20L%20578.43%20474.32%20L%20575.02%20484.49%20L%20569.22%20493.62%20L%20561.33%20501.17%20L%20551.78%20506.66%20L%20541.08%20509.72%20L%20529.87%20510.14%20L%20518.78%20507.84%20L%20508.47%20502.9%20L%20499.57%20495.57%20L%20492.62%20486.25%20L%20488.07%20475.43%20L%20486.23%20463.74%20L%20487.26%20451.85%20L%20491.13%20440.46%20L%20497.68%20430.24%20L%20506.56%20421.81%20L%20517.28%20415.71%20L%20529.26%20412.33%20L%20541.79%20411.91%20L%20554.16%20414.53%20L%20565.64%20420.08%20L%20575.53%20428.28%20L%20583.22%20438.7%20L%20588.24%20450.74%20L%20590.24%20463.74%22%20transform%3D%22rotate%2839.36%20535.5%20463.74%29%22%20fill%3D%22none%22%20stroke%3D%22%23C0392B%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20119%20566.8%20L%20119.41%20566.9%20L%20119.75%20567.19%20L%20119.95%20567.63%20L%20119.96%20568.18%20L%20119.75%20568.77%20L%20119.3%20569.31%20L%20118.64%20569.72%20L%20117.81%20569.95%20L%20116.85%20569.92%20L%20115.85%20569.59%20L%20114.9%20568.95%20L%20114.09%20568.01%20L%20113.53%20566.8%20L%20113.28%20565.39%20L%20113.41%20563.86%20L%20113.96%20562.33%20L%20114.93%20560.91%20L%20116.31%20559.71%20L%20118.04%20558.85%20L%20120.02%20558.44%20L%20122.14%20558.53%20L%20124.26%20559.17%20L%20126.25%20560.37%20L%20127.95%20562.1%20L%20129.22%20564.28%20L%20129.95%20566.8%20L%20130.04%20569.52%20L%20129.44%20572.28%20L%20128.14%20574.89%20L%20126.18%20577.19%20L%20123.63%20579%20L%20120.62%20580.17%20L%20117.33%20580.59%20L%20113.92%20580.18%20L%20110.63%20578.93%20L%20107.65%20576.85%20L%20105.2%20574.04%20L%20103.46%20570.63%20L%20102.58%20566.8%20L%20102.65%20562.77%20L%20103.71%20558.77%20L%20105.76%20555.07%20L%20108.71%20551.9%20L%20112.43%20549.47%20L%20116.72%20547.99%20L%20121.33%20547.57%20L%20126.02%20548.29%20L%20130.48%20550.16%20L%20134.44%20553.11%20L%20137.64%20557.01%20L%20139.85%20561.66%20L%20140.9%20566.8%20L%20140.67%20572.14%20L%20139.13%20577.36%20L%20136.33%20582.15%20L%20132.4%20586.2%20L%20127.51%20589.24%20L%20121.94%20591.04%20L%20116.01%20591.46%20L%20110.04%20590.42%20L%20104.41%20587.94%20L%2099.46%20584.11%20L%2095.51%20579.13%20L%2092.83%20573.25%20L%2091.63%20566.8%20L%2092.02%20560.15%20L%2094.02%20553.69%20L%2097.57%20547.81%20L%20102.5%20542.89%20L%20108.55%20539.24%20L%20115.4%20537.12%20L%20122.65%20536.7%20L%20129.9%20538.06%20L%20136.7%20541.15%20L%20142.64%20545.86%20L%20147.34%20551.93%20L%20150.48%20559.04%20L%20151.84%20566.8%20L%20151.3%20574.76%20L%20148.83%20582.45%20L%20144.53%20589.41%20L%20138.61%20595.21%20L%20131.39%20599.48%20L%20123.26%20601.91%20L%20114.69%20602.33%20L%20106.16%20600.66%20L%2098.19%20596.95%20L%2091.26%20591.37%20L%2085.82%20584.21%20L%2082.2%20575.87%20L%2080.68%20566.8%20L%2081.39%20557.53%20L%2084.33%20548.6%20L%2089.37%20540.55%20L%2096.28%20533.88%20L%20104.67%20529%20L%20114.08%20526.25%20L%20123.97%20525.83%20L%20133.78%20527.82%20L%20142.92%20532.14%20L%20150.83%20538.6%20L%20157.03%20546.84%20L%20161.11%20556.42%20L%20162.79%20566.8%20L%20161.93%20577.38%20L%20158.52%20587.54%20L%20152.72%20596.67%20L%20144.83%20604.22%20L%20135.28%20609.71%20L%20124.58%20612.78%20L%20113.37%20613.2%20L%20102.28%20610.89%20L%2091.97%20605.96%20L%2083.07%20598.63%20L%2076.12%20589.3%20L%2071.57%20578.49%20L%2069.73%20566.8%20L%2070.76%20554.91%20L%2074.63%20543.51%20L%2081.18%20533.29%20L%2090.06%20524.87%20L%20100.78%20518.76%20L%20112.76%20515.38%20L%20125.29%20514.96%20L%20137.66%20517.58%20L%20149.14%20523.13%20L%20159.03%20531.34%20L%20166.72%20541.75%20L%20171.74%20553.8%20L%20173.74%20566.8%22%20transform%3D%22rotate%28185.94%20119%20566.8%29%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20238%20566.8%20L%20238.41%20566.9%20L%20238.75%20567.19%20L%20238.95%20567.63%20L%20238.96%20568.18%20L%20238.75%20568.77%20L%20238.3%20569.31%20L%20237.64%20569.72%20L%20236.81%20569.95%20L%20235.85%20569.92%20L%20234.85%20569.59%20L%20233.9%20568.95%20L%20233.09%20568.01%20L%20232.53%20566.8%20L%20232.28%20565.39%20L%20232.41%20563.86%20L%20232.96%20562.33%20L%20233.93%20560.91%20L%20235.31%20559.71%20L%20237.04%20558.85%20L%20239.02%20558.44%20L%20241.14%20558.53%20L%20243.26%20559.17%20L%20245.25%20560.37%20L%20246.95%20562.1%20L%20248.22%20564.28%20L%20248.95%20566.8%20L%20249.04%20569.52%20L%20248.44%20572.28%20L%20247.14%20574.89%20L%20245.18%20577.19%20L%20242.63%20579%20L%20239.62%20580.17%20L%20236.33%20580.59%20L%20232.92%20580.18%20L%20229.63%20578.93%20L%20226.65%20576.85%20L%20224.2%20574.04%20L%20222.46%20570.63%20L%20221.58%20566.8%20L%20221.65%20562.77%20L%20222.71%20558.77%20L%20224.76%20555.07%20L%20227.71%20551.9%20L%20231.43%20549.47%20L%20235.72%20547.99%20L%20240.33%20547.57%20L%20245.02%20548.29%20L%20249.48%20550.16%20L%20253.44%20553.11%20L%20256.64%20557.01%20L%20258.85%20561.66%20L%20259.9%20566.8%20L%20259.67%20572.14%20L%20258.13%20577.36%20L%20255.33%20582.15%20L%20251.4%20586.2%20L%20246.51%20589.24%20L%20240.94%20591.04%20L%20235.01%20591.46%20L%20229.04%20590.42%20L%20223.41%20587.94%20L%20218.46%20584.11%20L%20214.51%20579.13%20L%20211.83%20573.25%20L%20210.63%20566.8%20L%20211.02%20560.15%20L%20213.02%20553.69%20L%20216.57%20547.81%20L%20221.5%20542.89%20L%20227.55%20539.24%20L%20234.4%20537.12%20L%20241.65%20536.7%20L%20248.9%20538.06%20L%20255.7%20541.15%20L%20261.64%20545.86%20L%20266.34%20551.93%20L%20269.48%20559.04%20L%20270.84%20566.8%20L%20270.3%20574.76%20L%20267.83%20582.45%20L%20263.53%20589.41%20L%20257.61%20595.21%20L%20250.39%20599.48%20L%20242.26%20601.91%20L%20233.69%20602.33%20L%20225.16%20600.66%20L%20217.19%20596.95%20L%20210.26%20591.37%20L%20204.82%20584.21%20L%20201.2%20575.87%20L%20199.68%20566.8%20L%20200.39%20557.53%20L%20203.33%20548.6%20L%20208.37%20540.55%20L%20215.28%20533.88%20L%20223.67%20529%20L%20233.08%20526.25%20L%20242.97%20525.83%20L%20252.78%20527.82%20L%20261.92%20532.14%20L%20269.83%20538.6%20L%20276.03%20546.84%20L%20280.11%20556.42%20L%20281.79%20566.8%20L%20280.93%20577.38%20L%20277.52%20587.54%20L%20271.72%20596.67%20L%20263.83%20604.22%20L%20254.28%20609.71%20L%20243.58%20612.78%20L%20232.37%20613.2%20L%20221.28%20610.89%20L%20210.97%20605.96%20L%20202.07%20598.63%20L%20195.12%20589.3%20L%20190.57%20578.49%20L%20188.73%20566.8%20L%20189.76%20554.91%20L%20193.63%20543.51%20L%20200.18%20533.29%20L%20209.06%20524.87%20L%20219.78%20518.76%20L%20231.76%20515.38%20L%20244.29%20514.96%20L%20256.66%20517.58%20L%20268.14%20523.13%20L%20278.03%20531.34%20L%20285.72%20541.75%20L%20290.74%20553.8%20L%20292.74%20566.8%22%20transform%3D%22rotate%28341.72%20238%20566.8%29%22%20fill%3D%22none%22%20stroke%3D%22%23E8E4DC%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20357%20566.8%20L%20357.41%20566.9%20L%20357.75%20567.19%20L%20357.95%20567.63%20L%20357.96%20568.18%20L%20357.75%20568.77%20L%20357.3%20569.31%20L%20356.64%20569.72%20L%20355.81%20569.95%20L%20354.85%20569.92%20L%20353.85%20569.59%20L%20352.9%20568.95%20L%20352.09%20568.01%20L%20351.53%20566.8%20L%20351.28%20565.39%20L%20351.41%20563.86%20L%20351.96%20562.33%20L%20352.93%20560.91%20L%20354.31%20559.71%20L%20356.04%20558.85%20L%20358.02%20558.44%20L%20360.14%20558.53%20L%20362.26%20559.17%20L%20364.25%20560.37%20L%20365.95%20562.1%20L%20367.22%20564.28%20L%20367.95%20566.8%20L%20368.04%20569.52%20L%20367.44%20572.28%20L%20366.14%20574.89%20L%20364.18%20577.19%20L%20361.63%20579%20L%20358.62%20580.17%20L%20355.33%20580.59%20L%20351.92%20580.18%20L%20348.63%20578.93%20L%20345.65%20576.85%20L%20343.2%20574.04%20L%20341.46%20570.63%20L%20340.58%20566.8%20L%20340.65%20562.77%20L%20341.71%20558.77%20L%20343.76%20555.07%20L%20346.71%20551.9%20L%20350.43%20549.47%20L%20354.72%20547.99%20L%20359.33%20547.57%20L%20364.02%20548.29%20L%20368.48%20550.16%20L%20372.44%20553.11%20L%20375.64%20557.01%20L%20377.85%20561.66%20L%20378.9%20566.8%20L%20378.67%20572.14%20L%20377.13%20577.36%20L%20374.33%20582.15%20L%20370.4%20586.2%20L%20365.51%20589.24%20L%20359.94%20591.04%20L%20354.01%20591.46%20L%20348.04%20590.42%20L%20342.41%20587.94%20L%20337.46%20584.11%20L%20333.51%20579.13%20L%20330.83%20573.25%20L%20329.63%20566.8%20L%20330.02%20560.15%20L%20332.02%20553.69%20L%20335.57%20547.81%20L%20340.5%20542.89%20L%20346.55%20539.24%20L%20353.4%20537.12%20L%20360.65%20536.7%20L%20367.9%20538.06%20L%20374.7%20541.15%20L%20380.64%20545.86%20L%20385.34%20551.93%20L%20388.48%20559.04%20L%20389.84%20566.8%20L%20389.3%20574.76%20L%20386.83%20582.45%20L%20382.53%20589.41%20L%20376.61%20595.21%20L%20369.39%20599.48%20L%20361.26%20601.91%20L%20352.69%20602.33%20L%20344.16%20600.66%20L%20336.19%20596.95%20L%20329.26%20591.37%20L%20323.82%20584.21%20L%20320.2%20575.87%20L%20318.68%20566.8%20L%20319.39%20557.53%20L%20322.33%20548.6%20L%20327.37%20540.55%20L%20334.28%20533.88%20L%20342.67%20529%20L%20352.08%20526.25%20L%20361.97%20525.83%20L%20371.78%20527.82%20L%20380.92%20532.14%20L%20388.83%20538.6%20L%20395.03%20546.84%20L%20399.11%20556.42%20L%20400.79%20566.8%20L%20399.93%20577.38%20L%20396.52%20587.54%20L%20390.72%20596.67%20L%20382.83%20604.22%20L%20373.28%20609.71%20L%20362.58%20612.78%20L%20351.37%20613.2%20L%20340.28%20610.89%20L%20329.97%20605.96%20L%20321.07%20598.63%20L%20314.12%20589.3%20L%20309.57%20578.49%20L%20307.73%20566.8%20L%20308.76%20554.91%20L%20312.63%20543.51%20L%20319.18%20533.29%20L%20328.06%20524.87%20L%20338.78%20518.76%20L%20350.76%20515.38%20L%20363.29%20514.96%20L%20375.66%20517.58%20L%20387.14%20523.13%20L%20397.03%20531.34%20L%20404.72%20541.75%20L%20409.74%20553.8%20L%20411.74%20566.8%22%20transform%3D%22rotate%28322.9%20357%20566.8%29%22%20fill%3D%22none%22%20stroke%3D%22%23E8E4DC%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20476%20566.8%20L%20476.41%20566.9%20L%20476.75%20567.19%20L%20476.95%20567.63%20L%20476.96%20568.18%20L%20476.75%20568.77%20L%20476.3%20569.31%20L%20475.64%20569.72%20L%20474.81%20569.95%20L%20473.85%20569.92%20L%20472.85%20569.59%20L%20471.9%20568.95%20L%20471.09%20568.01%20L%20470.53%20566.8%20L%20470.28%20565.39%20L%20470.41%20563.86%20L%20470.96%20562.33%20L%20471.93%20560.91%20L%20473.31%20559.71%20L%20475.04%20558.85%20L%20477.02%20558.44%20L%20479.14%20558.53%20L%20481.26%20559.17%20L%20483.25%20560.37%20L%20484.95%20562.1%20L%20486.22%20564.28%20L%20486.95%20566.8%20L%20487.04%20569.52%20L%20486.44%20572.28%20L%20485.14%20574.89%20L%20483.18%20577.19%20L%20480.63%20579%20L%20477.62%20580.17%20L%20474.33%20580.59%20L%20470.92%20580.18%20L%20467.63%20578.93%20L%20464.65%20576.85%20L%20462.2%20574.04%20L%20460.46%20570.63%20L%20459.58%20566.8%20L%20459.65%20562.77%20L%20460.71%20558.77%20L%20462.76%20555.07%20L%20465.71%20551.9%20L%20469.43%20549.47%20L%20473.72%20547.99%20L%20478.33%20547.57%20L%20483.02%20548.29%20L%20487.48%20550.16%20L%20491.44%20553.11%20L%20494.64%20557.01%20L%20496.85%20561.66%20L%20497.9%20566.8%20L%20497.67%20572.14%20L%20496.13%20577.36%20L%20493.33%20582.15%20L%20489.4%20586.2%20L%20484.51%20589.24%20L%20478.94%20591.04%20L%20473.01%20591.46%20L%20467.04%20590.42%20L%20461.41%20587.94%20L%20456.46%20584.11%20L%20452.51%20579.13%20L%20449.83%20573.25%20L%20448.63%20566.8%20L%20449.02%20560.15%20L%20451.02%20553.69%20L%20454.57%20547.81%20L%20459.5%20542.89%20L%20465.55%20539.24%20L%20472.4%20537.12%20L%20479.65%20536.7%20L%20486.9%20538.06%20L%20493.7%20541.15%20L%20499.64%20545.86%20L%20504.34%20551.93%20L%20507.48%20559.04%20L%20508.84%20566.8%20L%20508.3%20574.76%20L%20505.83%20582.45%20L%20501.53%20589.41%20L%20495.61%20595.21%20L%20488.39%20599.48%20L%20480.26%20601.91%20L%20471.69%20602.33%20L%20463.16%20600.66%20L%20455.19%20596.95%20L%20448.26%20591.37%20L%20442.82%20584.21%20L%20439.2%20575.87%20L%20437.68%20566.8%20L%20438.39%20557.53%20L%20441.33%20548.6%20L%20446.37%20540.55%20L%20453.28%20533.88%20L%20461.67%20529%20L%20471.08%20526.25%20L%20480.97%20525.83%20L%20490.78%20527.82%20L%20499.92%20532.14%20L%20507.83%20538.6%20L%20514.03%20546.84%20L%20518.11%20556.42%20L%20519.79%20566.8%20L%20518.93%20577.38%20L%20515.52%20587.54%20L%20509.72%20596.67%20L%20501.83%20604.22%20L%20492.28%20609.71%20L%20481.58%20612.78%20L%20470.37%20613.2%20L%20459.28%20610.89%20L%20448.97%20605.96%20L%20440.07%20598.63%20L%20433.12%20589.3%20L%20428.57%20578.49%20L%20426.73%20566.8%20L%20427.76%20554.91%20L%20431.63%20543.51%20L%20438.18%20533.29%20L%20447.06%20524.87%20L%20457.78%20518.76%20L%20469.76%20515.38%20L%20482.29%20514.96%20L%20494.66%20517.58%20L%20506.14%20523.13%20L%20516.03%20531.34%20L%20523.72%20541.75%20L%20528.74%20553.8%20L%20530.74%20566.8%22%20transform%3D%22rotate%2856.51%20476%20566.8%29%22%20fill%3D%22none%22%20stroke%3D%22%237A7A82%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20566.8%20L%200.41%20566.9%20L%200.75%20567.19%20L%200.95%20567.63%20L%200.96%20568.18%20L%200.75%20568.77%20L%200.3%20569.31%20L%20-0.36%20569.72%20L%20-1.19%20569.95%20L%20-2.15%20569.92%20L%20-3.15%20569.59%20L%20-4.1%20568.95%20L%20-4.91%20568.01%20L%20-5.47%20566.8%20L%20-5.72%20565.39%20L%20-5.59%20563.86%20L%20-5.04%20562.33%20L%20-4.07%20560.91%20L%20-2.69%20559.71%20L%20-0.96%20558.85%20L%201.02%20558.44%20L%203.14%20558.53%20L%205.26%20559.17%20L%207.25%20560.37%20L%208.95%20562.1%20L%2010.22%20564.28%20L%2010.95%20566.8%20L%2011.04%20569.52%20L%2010.44%20572.28%20L%209.14%20574.89%20L%207.18%20577.19%20L%204.63%20579%20L%201.62%20580.17%20L%20-1.67%20580.59%20L%20-5.08%20580.18%20L%20-8.37%20578.93%20L%20-11.35%20576.85%20L%20-13.8%20574.04%20L%20-15.54%20570.63%20L%20-16.42%20566.8%20L%20-16.35%20562.77%20L%20-15.29%20558.77%20L%20-13.24%20555.07%20L%20-10.29%20551.9%20L%20-6.57%20549.47%20L%20-2.28%20547.99%20L%202.33%20547.57%20L%207.02%20548.29%20L%2011.48%20550.16%20L%2015.44%20553.11%20L%2018.64%20557.01%20L%2020.85%20561.66%20L%2021.9%20566.8%20L%2021.67%20572.14%20L%2020.13%20577.36%20L%2017.33%20582.15%20L%2013.4%20586.2%20L%208.51%20589.24%20L%202.94%20591.04%20L%20-2.99%20591.46%20L%20-8.96%20590.42%20L%20-14.59%20587.94%20L%20-19.54%20584.11%20L%20-23.49%20579.13%20L%20-26.17%20573.25%20L%20-27.37%20566.8%20L%20-26.98%20560.15%20L%20-24.98%20553.69%20L%20-21.43%20547.81%20L%20-16.5%20542.89%20L%20-10.45%20539.24%20L%20-3.6%20537.12%20L%203.65%20536.7%20L%2010.9%20538.06%20L%2017.7%20541.15%20L%2023.64%20545.86%20L%2028.34%20551.93%20L%2031.48%20559.04%20L%2032.84%20566.8%20L%2032.3%20574.76%20L%2029.83%20582.45%20L%2025.53%20589.41%20L%2019.61%20595.21%20L%2012.39%20599.48%20L%204.26%20601.91%20L%20-4.31%20602.33%20L%20-12.84%20600.66%20L%20-20.81%20596.95%20L%20-27.74%20591.37%20L%20-33.18%20584.21%20L%20-36.8%20575.87%20L%20-38.32%20566.8%20L%20-37.61%20557.53%20L%20-34.67%20548.6%20L%20-29.63%20540.55%20L%20-22.72%20533.88%20L%20-14.33%20529%20L%20-4.92%20526.25%20L%204.97%20525.83%20L%2014.78%20527.82%20L%2023.92%20532.14%20L%2031.83%20538.6%20L%2038.03%20546.84%20L%2042.11%20556.42%20L%2043.79%20566.8%20L%2042.93%20577.38%20L%2039.52%20587.54%20L%2033.72%20596.67%20L%2025.83%20604.22%20L%2016.28%20609.71%20L%205.58%20612.78%20L%20-5.63%20613.2%20L%20-16.72%20610.89%20L%20-27.03%20605.96%20L%20-35.93%20598.63%20L%20-42.88%20589.3%20L%20-47.43%20578.49%20L%20-49.27%20566.8%20L%20-48.24%20554.91%20L%20-44.37%20543.51%20L%20-37.82%20533.29%20L%20-28.94%20524.87%20L%20-18.22%20518.76%20L%20-6.24%20515.38%20L%206.29%20514.96%20L%2018.66%20517.58%20L%2030.14%20523.13%20L%2040.03%20531.34%20L%2047.72%20541.75%20L%2052.74%20553.8%20L%2054.74%20566.8%22%20transform%3D%22rotate%28287.5%200%20566.8%29%22%20fill%3D%22none%22%20stroke%3D%22%23E8E4DC%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fg%3E%3C%2Fdefs%3E%0A%3Crect%20width%3D%22595%22%20height%3D%22618.32%22%20fill%3D%22%232B2B31%22%2F%3E%0A%3Cuse%20href%3D%22%23u3419_m%22%20x%3D%22-595%22%20y%3D%22-618.32%22%2F%3E%3Cuse%20href%3D%22%23u3419_m%22%20x%3D%220%22%20y%3D%22-618.32%22%2F%3E%3Cuse%20href%3D%22%23u3419_m%22%20x%3D%22595%22%20y%3D%22-618.32%22%2F%3E%3Cuse%20href%3D%22%23u3419_m%22%20x%3D%22-595%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u3419_m%22%20x%3D%220%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u3419_m%22%20x%3D%22595%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u3419_m%22%20x%3D%22-595%22%20y%3D%22618.32%22%2F%3E%3Cuse%20href%3D%22%23u3419_m%22%20x%3D%220%22%20y%3D%22618.32%22%2F%3E%3Cuse%20href%3D%22%23u3419_m%22%20x%3D%22595%22%20y%3D%22618.32%22%2F%3E%3C%2Fsvg%3E);--pat14: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2292%22%20height%3D%2292%22%20viewBox%3D%220%200%2092%2092%22%3E%0A%3Cdefs%3E%3Cg%20id%3D%22u14845_m%22%20opacity%3D%221%22%3E%3Cpath%20d%3D%22M%200%2034.5%20L%2023%2011.5%20L%2046%2034.5%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22none%22%20stroke%3D%22%23E8E4DC%22%20stroke-width%3D%229.38%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2046%2034.5%20L%2069%2011.5%20L%2092%2034.5%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22none%22%20stroke%3D%22%23E8E4DC%22%20stroke-width%3D%229.38%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%2080.5%20L%2023%2057.5%20L%2046%2080.5%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%229.38%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2046%2080.5%20L%2069%2057.5%20L%2092%2080.5%22%20transform%3D%22translate%280%200%29%20rotate%280%29%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%229.38%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fg%3E%3C%2Fdefs%3E%0A%0A%3Cuse%20href%3D%22%23u14845_m%22%20x%3D%22-92%22%20y%3D%22-92%22%2F%3E%3Cuse%20href%3D%22%23u14845_m%22%20x%3D%220%22%20y%3D%22-92%22%2F%3E%3Cuse%20href%3D%22%23u14845_m%22%20x%3D%2292%22%20y%3D%22-92%22%2F%3E%3Cuse%20href%3D%22%23u14845_m%22%20x%3D%22-92%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u14845_m%22%20x%3D%220%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u14845_m%22%20x%3D%2292%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u14845_m%22%20x%3D%22-92%22%20y%3D%2292%22%2F%3E%3Cuse%20href%3D%22%23u14845_m%22%20x%3D%220%22%20y%3D%2292%22%2F%3E%3Cuse%20href%3D%22%23u14845_m%22%20x%3D%2292%22%20y%3D%2292%22%2F%3E%3C%2Fsvg%3E);--pat15: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22228%22%20height%3D%22171%22%20viewBox%3D%220%200%20228%20171%22%3E%0A%3Cdefs%3E%3ClinearGradient%20id%3D%22u4961_g0%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23f6d2db%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b4929b%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u4961_g1%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23cbe0ed%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%238b9fac%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u4961_g2%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23dfd2f0%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239e92af%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u4961_g3%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23f8e1c8%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b6a188%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u4961_g4%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23cce9dd%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%238da89c%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3Cg%20id%3D%22u4961_m%22%20opacity%3D%220.55%22%3E%3Cpath%20d%3D%22M%200%20-14.82%20L%2012.75%207.41%20L%20-12.75%207.41%20Z%22%20transform%3D%22translate%2828.5%2028.5%29%20rotate%280.53%29%22%20fill%3D%22url%28%23u4961_g0%29%22%2F%3E%3Cpath%20d%3D%22M%200%20-14.82%20L%2012.75%207.41%20L%20-12.75%207.41%20Z%22%20transform%3D%22translate%2828.5%2085.5%29%20rotate%281.53%29%22%20fill%3D%22url%28%23u4961_g0%29%22%2F%3E%3Cpath%20d%3D%22M%200%20-14.82%20L%2012.75%207.41%20L%20-12.75%207.41%20Z%22%20transform%3D%22translate%2828.5%20142.5%29%20rotate%28-0.17%29%22%20fill%3D%22url%28%23u4961_g0%29%22%2F%3E%3Cpath%20d%3D%22M%200%20-14.82%20L%2012.75%207.41%20L%20-12.75%207.41%20Z%22%20transform%3D%22translate%2885.5%2057%29%20rotate%280.39%29%22%20fill%3D%22url%28%23u4961_g0%29%22%2F%3E%3Cpath%20d%3D%22M%200%20-14.82%20L%2012.75%207.41%20L%20-12.75%207.41%20Z%22%20transform%3D%22translate%2885.5%20114%29%20rotate%28-0.29%29%22%20fill%3D%22url%28%23u4961_g0%29%22%2F%3E%3Cpath%20d%3D%22M%200%20-14.82%20L%2012.75%207.41%20L%20-12.75%207.41%20Z%22%20transform%3D%22translate%2885.5%200%29%20rotate%280.84%29%22%20fill%3D%22url%28%23u4961_g0%29%22%2F%3E%3Cpath%20d%3D%22M%200%20-14.82%20L%2012.75%207.41%20L%20-12.75%207.41%20Z%22%20transform%3D%22translate%28142.5%2028.5%29%20rotate%28-0.02%29%22%20fill%3D%22url%28%23u4961_g0%29%22%2F%3E%3Cpath%20d%3D%22M%200%20-14.82%20L%2012.75%207.41%20L%20-12.75%207.41%20Z%22%20transform%3D%22translate%28142.5%2085.5%29%20rotate%281.92%29%22%20fill%3D%22url%28%23u4961_g0%29%22%2F%3E%3Cpath%20d%3D%22M%200%20-14.82%20L%2012.75%207.41%20L%20-12.75%207.41%20Z%22%20transform%3D%22translate%28142.5%20142.5%29%20rotate%28-0.37%29%22%20fill%3D%22url%28%23u4961_g0%29%22%2F%3E%3Cpath%20d%3D%22M%200%20-14.82%20L%2012.75%207.41%20L%20-12.75%207.41%20Z%22%20transform%3D%22translate%28199.5%2057%29%20rotate%28-1.5%29%22%20fill%3D%22url%28%23u4961_g0%29%22%2F%3E%3Cpath%20d%3D%22M%200%20-14.82%20L%2012.75%207.41%20L%20-12.75%207.41%20Z%22%20transform%3D%22translate%28199.5%20114%29%20rotate%28-0.43%29%22%20fill%3D%22url%28%23u4961_g0%29%22%2F%3E%3Cpath%20d%3D%22M%200%20-14.82%20L%2012.75%207.41%20L%20-12.75%207.41%20Z%22%20transform%3D%22translate%28199.5%200%29%20rotate%282.14%29%22%20fill%3D%22url%28%23u4961_g0%29%22%2F%3E%3C%2Fg%3E%3C%2Fdefs%3E%0A%0A%3Cuse%20href%3D%22%23u4961_m%22%20x%3D%22-228%22%20y%3D%22-171%22%2F%3E%3Cuse%20href%3D%22%23u4961_m%22%20x%3D%220%22%20y%3D%22-171%22%2F%3E%3Cuse%20href%3D%22%23u4961_m%22%20x%3D%22228%22%20y%3D%22-171%22%2F%3E%3Cuse%20href%3D%22%23u4961_m%22%20x%3D%22-228%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u4961_m%22%20x%3D%220%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u4961_m%22%20x%3D%22228%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u4961_m%22%20x%3D%22-228%22%20y%3D%22171%22%2F%3E%3Cuse%20href%3D%22%23u4961_m%22%20x%3D%220%22%20y%3D%22171%22%2F%3E%3Cuse%20href%3D%22%23u4961_m%22%20x%3D%22228%22%20y%3D%22171%22%2F%3E%3C%2Fsvg%3E);--pat16: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22330%22%20height%3D%22396%22%20viewBox%3D%220%200%20330%20396%22%3E%0A%3Cdefs%3E%3Cg%20id%3D%22u6829_m%22%20opacity%3D%220.53%22%3E%3Cpath%20d%3D%22M%20-5.74%200%20L%205.74%200%22%20transform%3D%22translate%287.81%2017.99%29%20rotate%284.64%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.15%200%20L%204.15%200%22%20transform%3D%22translate%2828.64%2023.67%29%20rotate%2819.53%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-6.22%200%20L%206.22%200%22%20transform%3D%22translate%2845.68%2027.43%29%20rotate%2821.46%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.9%200%20L%204.9%200%22%20transform%3D%22translate%2864.53%2030.15%29%20rotate%2817.49%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.72%200%20L%204.72%200%22%20transform%3D%22translate%2881.88%2031.04%29%20rotate%285.9%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.56%200%20L%204.56%200%22%20transform%3D%22translate%2899.96%2030.2%29%20rotate%2817.94%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.04%200%20L%205.04%200%22%20transform%3D%22translate%28118.48%2027.58%29%20rotate%2812.34%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-6.01%200%20L%206.01%200%22%20transform%3D%22translate%28136.05%2023.75%29%20rotate%2813.33%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.96%200%20L%205.96%200%22%20transform%3D%22translate%28155.23%2018.56%29%20rotate%286.74%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.44%200%20L%205.44%200%22%20transform%3D%22translate%28173.34%2013.3%29%20rotate%2821.79%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.42%200%20L%205.42%200%22%20transform%3D%22translate%28191.9%208.22%29%20rotate%2822.82%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.62%200%20L%205.62%200%22%20transform%3D%22translate%28210.57%204.05%29%20rotate%2822.51%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.88%200%20L%205.88%200%22%20transform%3D%22translate%28229.77%201.28%29%20rotate%2823.08%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.26%200%20L%205.26%200%22%20transform%3D%22translate%28247.6%200.41%29%20rotate%2816.61%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.12%200%20L%204.12%200%22%20transform%3D%22translate%28265.44%201.3%29%20rotate%2819.56%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.6%200%20L%204.6%200%22%20transform%3D%22translate%28284.74%204.11%29%20rotate%2821.51%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-3.75%200%20L%203.75%200%22%20transform%3D%22translate%28301.75%207.88%29%20rotate%2826.42%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.63%200%20L%205.63%200%22%20transform%3D%22translate%28320.64%2013.01%29%20rotate%2811.6%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.94%200%20L%205.94%200%22%20transform%3D%22translate%288.72%2062.8%29%20rotate%2824.47%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-6.19%200%20L%206.19%200%22%20transform%3D%22translate%2828.03%2064.03%29%20rotate%2825.78%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.11%200%20L%205.11%200%22%20transform%3D%22translate%2846.4%2063.3%29%20rotate%2824.38%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.42%200%20L%205.42%200%22%20transform%3D%22translate%2861.77%2061.32%29%20rotate%2817.62%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.25%200%20L%205.25%200%22%20transform%3D%22translate%2884.71%2056.45%29%20rotate%2818.35%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.42%200%20L%205.42%200%22%20transform%3D%22translate%28101.37%2051.94%29%20rotate%2822.08%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.57%200%20L%205.57%200%22%20transform%3D%22translate%28119.38%2046.72%29%20rotate%2823.43%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.1%200%20L%205.1%200%22%20transform%3D%22translate%28136.79%2041.89%29%20rotate%2814.77%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.48%200%20L%204.48%200%22%20transform%3D%22translate%28156%2037.44%29%20rotate%2817.48%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.58%200%20L%205.58%200%22%20transform%3D%22translate%28172.73%2034.77%29%20rotate%2828.66%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.68%200%20L%205.68%200%22%20transform%3D%22translate%28193.51%2033.42%29%20rotate%2814.9%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.45%200%20L%205.45%200%22%20transform%3D%22translate%28211.81%2034.19%29%20rotate%2825.68%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-3.83%200%20L%203.83%200%22%20transform%3D%22translate%28228.85%2036.49%29%20rotate%2831.61%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.47%200%20L%205.47%200%22%20transform%3D%22translate%28247.87%2040.54%29%20rotate%289.47%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.83%200%20L%204.83%200%22%20transform%3D%22translate%28266.27%2045.48%29%20rotate%2812.98%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.98%200%20L%204.98%200%22%20transform%3D%22translate%28284.63%2050.81%29%20rotate%2830.97%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.02%200%20L%204.02%200%22%20transform%3D%22translate%28300.26%2055.16%29%20rotate%2816.14%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.42%200%20L%204.42%200%22%20transform%3D%22translate%28319.68%2059.75%29%20rotate%2812.22%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.94%200%20L%205.94%200%22%20transform%3D%22translate%2810.17%2098.38%29%20rotate%2820.84%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.2%200%20L%204.2%200%22%20transform%3D%22translate%2828.55%2099.45%29%20rotate%2810.13%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.6%200%20L%204.6%200%22%20transform%3D%22translate%2848.19%2098.54%29%20rotate%2818.67%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.1%200%20L%204.1%200%22%20transform%3D%22translate%2864.97%2096.18%29%20rotate%2818.99%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.53%200%20L%205.53%200%22%20transform%3D%22translate%2883.76%2092.11%29%20rotate%2829.94%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.99%200%20L%204.99%200%22%20transform%3D%22translate%28102.23%2087.11%29%20rotate%2823.48%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.47%200%20L%204.47%200%22%20transform%3D%22translate%28118%2082.54%29%20rotate%2819.3%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.69%200%20L%205.69%200%22%20transform%3D%22translate%28137.59%2077.1%29%20rotate%2823.4%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.64%200%20L%205.64%200%22%20transform%3D%22translate%28155%2073.06%29%20rotate%2818.96%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.31%200%20L%204.31%200%22%20transform%3D%22translate%28174.94%2069.93%29%20rotate%2814.56%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.66%200%20L%204.66%200%22%20transform%3D%22translate%28191.25%2068.87%29%20rotate%2810.18%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.15%200%20L%205.15%200%22%20transform%3D%22translate%28210.55%2069.5%29%20rotate%2813.66%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.72%200%20L%205.72%200%22%20transform%3D%22translate%28229.44%2072.01%29%20rotate%2820.36%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.95%200%20L%204.95%200%22%20transform%3D%22translate%28246.81%2075.7%29%20rotate%2822.11%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.34%200%20L%204.34%200%22%20transform%3D%22translate%28266.17%2080.87%29%20rotate%2817.95%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-6.05%200%20L%206.05%200%22%20transform%3D%22translate%28283.77%2085.97%29%20rotate%286.89%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-6.18%200%20L%206.18%200%22%20transform%3D%22translate%28300.81%2090.72%29%20rotate%2824.8%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-6.04%200%20L%206.04%200%22%20transform%3D%22translate%28320.23%2095.27%29%20rotate%2824.03%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.54%200%20L%205.54%200%22%20transform%3D%22translate%2810.69%20129.49%29%20rotate%2828.72%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.75%200%20L%204.75%200%22%20transform%3D%22translate%2826.34%20126.29%29%20rotate%2826.04%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.41%200%20L%204.41%200%22%20transform%3D%22translate%2846.19%20121.11%29%20rotate%2820.85%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.87%200%20L%205.87%200%22%20transform%3D%22translate%2863.66%20116.06%29%20rotate%2820.45%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.34%200%20L%205.34%200%22%20transform%3D%22translate%2883.89%20110.4%29%20rotate%2813.97%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-3.81%200%20L%203.81%200%22%20transform%3D%22translate%28101.08%20106.34%29%20rotate%2816.25%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-3.95%200%20L%203.95%200%22%20transform%3D%22translate%28117.25%20103.56%29%20rotate%2825.04%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.44%200%20L%204.44%200%22%20transform%3D%22translate%28136.26%20101.94%29%20rotate%2819.35%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-6.18%200%20L%206.18%200%22%20transform%3D%22translate%28155.45%20102.3%29%20rotate%2816.48%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.11%200%20L%205.11%200%22%20transform%3D%22translate%28175.41%20104.75%29%20rotate%285.42%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.04%200%20L%204.04%200%22%20transform%3D%22translate%28193.46%20108.5%29%20rotate%287.16%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.47%200%20L%204.47%200%22%20transform%3D%22translate%28209.73%20112.77%29%20rotate%2824.16%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.88%200%20L%205.88%200%22%20transform%3D%22translate%28229.85%20118.57%29%20rotate%2825.38%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.61%200%20L%204.61%200%22%20transform%3D%22translate%28247.34%20123.47%29%20rotate%2822.26%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-6.22%200%20L%206.22%200%22%20transform%3D%22translate%28265.12%20127.74%29%20rotate%2818.86%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.59%200%20L%204.59%200%22%20transform%3D%22translate%28282.98%20130.82%29%20rotate%2826.79%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.87%200%20L%205.87%200%22%20transform%3D%22translate%28302.81%20132.39%29%20rotate%2817.31%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.91%200%20L%204.91%200%22%20transform%3D%22translate%28321.41%20131.92%29%20rotate%2827.01%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.87%200%20L%204.87%200%22%20transform%3D%22translate%287.38%20164.65%29%20rotate%2815.59%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-6.14%200%20L%206.14%200%22%20transform%3D%22translate%2826.82%20160.79%29%20rotate%2821.04%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.78%200%20L%204.78%200%22%20transform%3D%22translate%2846.98%20155.5%29%20rotate%2813.21%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-6.27%200%20L%206.27%200%22%20transform%3D%22translate%2863.25%20150.8%29%20rotate%2825.2%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.27%200%20L%204.27%200%22%20transform%3D%22translate%2880.92%20145.81%29%20rotate%2820.08%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.12%200%20L%204.12%200%22%20transform%3D%22translate%28100.58%20141.06%29%20rotate%2816.32%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-3.81%200%20L%203.81%200%22%20transform%3D%22translate%28118.73%20137.98%29%20rotate%2815.14%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.89%200%20L%204.89%200%22%20transform%3D%22translate%28137.72%20136.51%29%20rotate%2822.94%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.68%200%20L%204.68%200%22%20transform%3D%22translate%28157.51%20137.07%29%20rotate%2821.87%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.61%200%20L%205.61%200%22%20transform%3D%22translate%28173.51%20139.04%29%20rotate%2827.68%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.98%200%20L%205.98%200%22%20transform%3D%22translate%28193.45%20143.11%29%20rotate%2826.61%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.82%200%20L%205.82%200%22%20transform%3D%22translate%28211.6%20147.9%29%20rotate%2827.07%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-6.25%200%20L%206.25%200%22%20transform%3D%22translate%28228.32%20152.74%29%20rotate%2823.53%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.26%200%20L%205.26%200%22%20transform%3D%22translate%28247.45%20158.11%29%20rotate%2817.17%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.43%200%20L%204.43%200%22%20transform%3D%22translate%28266.44%20162.63%29%20rotate%2812.95%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.52%200%20L%204.52%200%22%20transform%3D%22translate%28284.74%20165.66%29%20rotate%2823.89%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.4%200%20L%204.4%200%22%20transform%3D%22translate%28303.4%20167.02%29%20rotate%2815.24%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.49%200%20L%205.49%200%22%20transform%3D%22translate%28322.47%20166.45%29%20rotate%2824.9%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-6.05%200%20L%206.05%200%22%20transform%3D%22translate%287.48%20184.74%29%20rotate%2819.01%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.89%200%20L%204.89%200%22%20transform%3D%22translate%2827.45%20179.06%29%20rotate%2821.78%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.13%200%20L%204.13%200%22%20transform%3D%22translate%2846.37%20174.42%29%20rotate%2822.41%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.03%200%20L%205.03%200%22%20transform%3D%22translate%2864.39%20171.22%29%20rotate%2811.82%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-3.79%200%20L%203.79%200%22%20transform%3D%22translate%2882.94%20169.58%29%20rotate%2825.51%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.18%200%20L%205.18%200%22%20transform%3D%22translate%2899.13%20169.68%29%20rotate%2820.5%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.97%200%20L%205.97%200%22%20transform%3D%22translate%28118.9%20171.71%29%20rotate%2826.47%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.83%200%20L%205.83%200%22%20transform%3D%22translate%28139%20175.65%29%20rotate%2819.81%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.84%200%20L%204.84%200%22%20transform%3D%22translate%28156.73%20180.24%29%20rotate%2817.13%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.47%200%20L%204.47%200%22%20transform%3D%22translate%28174.09%20185.24%29%20rotate%2810.13%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.02%200%20L%204.02%200%22%20transform%3D%22translate%28194.78%20191.07%29%20rotate%2816.14%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.26%200%20L%204.26%200%22%20transform%3D%22translate%28209.44%20194.67%29%20rotate%2815.86%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-6.32%200%20L%206.32%200%22%20transform%3D%22translate%28229.45%20198.3%29%20rotate%2818.57%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.75%200%20L%205.75%200%22%20transform%3D%22translate%28246.8%20199.88%29%20rotate%2818.99%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.71%200%20L%205.71%200%22%20transform%3D%22translate%28263.99%20199.84%29%20rotate%2819.04%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-3.73%200%20L%203.73%200%22%20transform%3D%22translate%28284.24%20197.75%29%20rotate%2823.13%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.76%200%20L%204.76%200%22%20transform%3D%22translate%28304.26%20193.8%29%20rotate%2823.12%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-3.99%200%20L%203.99%200%22%20transform%3D%22translate%28322.1%20189.16%29%20rotate%2816.13%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-3.77%200%20L%203.77%200%22%20transform%3D%22translate%2810.14%20210.09%29%20rotate%2824.02%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-3.73%200%20L%203.73%200%22%20transform%3D%22translate%2826.45%20205.46%29%20rotate%2819.52%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-3.74%200%20L%203.74%200%22%20transform%3D%22translate%2843.97%20201.07%29%20rotate%2827.12%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-6.2%200%20L%206.2%200%22%20transform%3D%22translate%2862.95%20197.54%29%20rotate%2825.26%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.07%200%20L%205.07%200%22%20transform%3D%22translate%2882.42%20195.72%29%20rotate%2818.69%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-6.01%200%20L%206.01%200%22%20transform%3D%22translate%2899.7%20195.83%29%20rotate%2810.07%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.17%200%20L%204.17%200%22%20transform%3D%22translate%28120.35%20198.06%29%20rotate%2814.9%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.67%200%20L%204.67%200%22%20transform%3D%22translate%28139.26%20201.84%29%20rotate%2811.09%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.56%200%20L%205.56%200%22%20transform%3D%22translate%28153.96%20205.6%29%20rotate%2816.71%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.01%200%20L%205.01%200%22%20transform%3D%22translate%28175%20211.62%29%20rotate%2813.92%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-6.09%200%20L%206.09%200%22%20transform%3D%22translate%28193.04%20216.73%29%20rotate%2826.12%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.41%200%20L%204.41%200%22%20transform%3D%22translate%28210.33%20220.99%29%20rotate%2814.46%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.85%200%20L%205.85%200%22%20transform%3D%22translate%28230.14%20224.52%29%20rotate%2811.09%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.62%200%20L%204.62%200%22%20transform%3D%22translate%28247.74%20226.05%29%20rotate%2818.22%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.79%200%20L%205.79%200%22%20transform%3D%22translate%28267.38%20225.76%29%20rotate%2820.18%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.62%200%20L%204.62%200%22%20transform%3D%22translate%28284.93%20223.76%29%20rotate%2810.7%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.81%200%20L%205.81%200%22%20transform%3D%22translate%28303.78%20220.03%29%20rotate%2826.4%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-6.16%200%20L%206.16%200%22%20transform%3D%22translate%28320.05%20215.86%29%20rotate%2820.41%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-3.78%200%20L%203.78%200%22%20transform%3D%22translate%288.84%20230.78%29%20rotate%2820.79%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-6.27%200%20L%206.27%200%22%20transform%3D%22translate%2825.41%20228.96%29%20rotate%2828.58%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.54%200%20L%204.54%200%22%20transform%3D%22translate%2845.04%20228.73%29%20rotate%2814.27%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-3.99%200%20L%203.99%200%22%20transform%3D%22translate%2863.86%20230.47%29%20rotate%2827.94%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.55%200%20L%204.55%200%22%20transform%3D%22translate%2883.34%20234.06%29%20rotate%287.45%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.44%200%20L%205.44%200%22%20transform%3D%22translate%2899.81%20238.16%29%20rotate%2810.95%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.01%200%20L%205.01%200%22%20transform%3D%22translate%28118.19%20243.37%29%20rotate%2819.08%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.36%200%20L%205.36%200%22%20transform%3D%22translate%28138.11%20249.08%29%20rotate%2821.92%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-6.17%200%20L%206.17%200%22%20transform%3D%22translate%28155.16%20253.4%29%20rotate%2822.32%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.7%200%20L%204.7%200%22%20transform%3D%22translate%28174.81%20257.12%29%20rotate%2820.92%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.03%200%20L%204.03%200%22%20transform%3D%22translate%28191.9%20258.88%29%20rotate%2823.34%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-3.74%200%20L%203.74%200%22%20transform%3D%22translate%28211.03%20258.98%29%20rotate%2819.41%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.72%200%20L%204.72%200%22%20transform%3D%22translate%28228.55%20257.33%29%20rotate%2819.14%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-6.1%200%20L%206.1%200%22%20transform%3D%22translate%28249.39%20253.46%29%20rotate%2812.41%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.42%200%20L%205.42%200%22%20transform%3D%22translate%28266.37%20249.17%29%20rotate%285.38%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-3.7%200%20L%203.7%200%22%20transform%3D%22translate%28283.86%20244.19%29%20rotate%2822.05%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.94%200%20L%205.94%200%22%20transform%3D%22translate%28301.34%20239.17%29%20rotate%2814.47%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.34%200%20L%205.34%200%22%20transform%3D%22translate%28320.7%20234.23%29%20rotate%2818.78%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-6.27%200%20L%206.27%200%22%20transform%3D%22translate%288.58%20271.87%29%20rotate%2821.34%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.8%200%20L%204.8%200%22%20transform%3D%22translate%2826.55%20269.95%29%20rotate%2821.2%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.67%200%20L%205.67%200%22%20transform%3D%22translate%2846.59%20269.86%29%20rotate%2819.42%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.05%200%20L%204.05%200%22%20transform%3D%22translate%2862.58%20271.35%29%20rotate%2811.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.51%200%20L%205.51%200%22%20transform%3D%22translate%2882.87%20275.01%29%20rotate%2827.87%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.19%200%20L%204.19%200%22%20transform%3D%22translate%28101.22%20279.6%29%20rotate%2812.49%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.87%200%20L%204.87%200%22%20transform%3D%22translate%28120.76%20285.18%29%20rotate%2814.4%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-3.96%200%20L%203.96%200%22%20transform%3D%22translate%28137.36%20289.93%29%20rotate%2826.57%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-6.29%200%20L%206.29%200%22%20transform%3D%22translate%28156.74%20294.81%29%20rotate%2817.82%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-3.95%200%20L%203.95%200%22%20transform%3D%22translate%28173.78%20298.03%29%20rotate%2819.09%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.35%200%20L%205.35%200%22%20transform%3D%22translate%28191.91%20299.94%29%20rotate%2819.84%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-6.16%200%20L%206.16%200%22%20transform%3D%22translate%28213.02%20299.94%29%20rotate%2811.04%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.41%200%20L%204.41%200%22%20transform%3D%22translate%28230.78%20298.07%29%20rotate%2829.67%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.1%200%20L%205.1%200%22%20transform%3D%22translate%28247.58%20294.93%29%20rotate%2821.65%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-3.79%200%20L%203.79%200%22%20transform%3D%22translate%28265.42%20290.49%29%20rotate%2819.41%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.7%200%20L%204.7%200%22%20transform%3D%22translate%28282.43%20285.66%29%20rotate%2811.41%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.24%200%20L%205.24%200%22%20transform%3D%22translate%28303.42%20279.65%29%20rotate%2821.93%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.39%200%20L%205.39%200%22%20transform%3D%22translate%28321.15%20275.19%29%20rotate%2818.95%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.6%200%20L%204.6%200%22%20transform%3D%22translate%288%20304.08%29%20rotate%2820.38%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.29%200%20L%204.29%200%22%20transform%3D%22translate%2826.83%20307.25%29%20rotate%2817.08%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-3.81%200%20L%203.81%200%22%20transform%3D%22translate%2846.68%20312.05%29%20rotate%2816.61%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.27%200%20L%205.27%200%22%20transform%3D%22translate%2865.06%20317.26%29%20rotate%2818.72%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.78%200%20L%205.78%200%22%20transform%3D%22translate%2881.59%20322.02%29%20rotate%2821.16%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.24%200%20L%204.24%200%22%20transform%3D%22translate%28101.38%20327.17%29%20rotate%2818.55%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-6.07%200%20L%206.07%200%22%20transform%3D%22translate%28119.36%20330.73%29%20rotate%2816.61%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.97%200%20L%204.97%200%22%20transform%3D%22translate%28138.18%20332.87%29%20rotate%2829.77%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.1%200%20L%204.1%200%22%20transform%3D%22translate%28155.87%20333.15%29%20rotate%2823.58%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.56%200%20L%204.56%200%22%20transform%3D%22translate%28173.72%20331.7%29%20rotate%2822.57%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.75%200%20L%204.75%200%22%20transform%3D%22translate%28193.98%20328.16%29%20rotate%2824.33%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-6.32%200%20L%206.32%200%22%20transform%3D%22translate%28209.91%20324.29%29%20rotate%2823.14%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.01%200%20L%205.01%200%22%20transform%3D%22translate%28228.65%20319.03%29%20rotate%2825.56%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.74%200%20L%204.74%200%22%20transform%3D%22translate%28249.22%20313.11%29%20rotate%2827.46%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.87%200%20L%204.87%200%22%20transform%3D%22translate%28266.32%20308.72%29%20rotate%2823.88%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-6.13%200%20L%206.13%200%22%20transform%3D%22translate%28284.01%20305.2%29%20rotate%2822.04%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.71%200%20L%204.71%200%22%20transform%3D%22translate%28303.05%20303.01%29%20rotate%2824.78%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.51%200%20L%205.51%200%22%20transform%3D%22translate%28321.05%20302.73%29%20rotate%2825.67%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.44%200%20L%205.44%200%22%20transform%3D%22translate%288.69%20328.73%29%20rotate%2824.31%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.84%200%20L%205.84%200%22%20transform%3D%22translate%2827.23%20331.89%29%20rotate%2813.01%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.22%200%20L%205.22%200%22%20transform%3D%22translate%2845.88%20336.4%29%20rotate%2818%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.45%200%20L%204.45%200%22%20transform%3D%22translate%2863.54%20341.37%29%20rotate%2820.26%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.33%200%20L%205.33%200%22%20transform%3D%22translate%2884.18%20347.31%29%20rotate%2821.85%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.51%200%20L%204.51%200%22%20transform%3D%22translate%28101.91%20351.85%29%20rotate%2818.56%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.21%200%20L%204.21%200%22%20transform%3D%22translate%28119.65%20355.34%29%20rotate%2828.14%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.44%200%20L%204.44%200%22%20transform%3D%22translate%28138.6%20357.46%29%20rotate%2824.78%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.11%200%20L%204.11%200%22%20transform%3D%22translate%28156.49%20357.69%29%20rotate%2816.71%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-6.08%200%20L%206.08%200%22%20transform%3D%22translate%28173.91%20356.23%29%20rotate%2811.65%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.41%200%20L%205.41%200%22%20transform%3D%22translate%28192.6%20353.02%29%20rotate%2812.85%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.68%200%20L%205.68%200%22%20transform%3D%22translate%28210.24%20348.77%29%20rotate%2815.47%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-6.19%200%20L%206.19%200%22%20transform%3D%22translate%28229.65%20343.3%29%20rotate%2826.02%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.32%200%20L%204.32%200%22%20transform%3D%22translate%28246.06%20338.56%29%20rotate%2811.51%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-3.9%200%20L%203.9%200%22%20transform%3D%22translate%28267.7%20332.96%29%20rotate%2816.25%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-6.11%200%20L%206.11%200%22%20transform%3D%22translate%28284.75%20329.64%29%20rotate%2821.18%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.92%200%20L%204.92%200%22%20transform%3D%22translate%28301.44%20327.68%29%20rotate%2819.03%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.3%200%20L%204.3%200%22%20transform%3D%22translate%28320.72%20327.28%29%20rotate%2815.99%29%22%20fill%3D%22none%22%20stroke%3D%22%235E7355%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-3.85%200%20L%203.85%200%22%20transform%3D%22translate%288.88%20373.75%29%20rotate%2816.35%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-3.88%200%20L%203.88%200%22%20transform%3D%22translate%2826.76%20378.93%29%20rotate%2820.41%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.21%200%20L%204.21%200%22%20transform%3D%22translate%2845.02%20383.81%29%20rotate%2810.96%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.36%200%20L%204.36%200%22%20transform%3D%22translate%2864.44%20387.89%29%20rotate%2819.62%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-6.22%200%20L%206.22%200%22%20transform%3D%22translate%2881.73%20390.13%29%20rotate%2830.16%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.76%200%20L%204.76%200%22%20transform%3D%22translate%28100.92%20390.77%29%20rotate%2820.63%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.03%200%20L%204.03%200%22%20transform%3D%22translate%28118.63%20389.57%29%20rotate%2822.5%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-3.72%200%20L%203.72%200%22%20transform%3D%22translate%28138.33%20386.38%29%20rotate%2819.11%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.02%200%20L%204.02%200%22%20transform%3D%22translate%28157.51%20381.82%29%20rotate%2826.04%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.8%200%20L%205.8%200%22%20transform%3D%22translate%28173.47%20377.36%29%20rotate%2823.08%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.1%200%20L%205.1%200%22%20transform%3D%22translate%28192.4%20371.88%29%20rotate%2814.76%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.42%200%20L%204.42%200%22%20transform%3D%22translate%28210.34%20367.1%29%20rotate%289.62%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.24%200%20L%205.24%200%22%20transform%3D%22translate%28230.83%20362.86%29%20rotate%2817.75%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.64%200%20L%205.64%200%22%20transform%3D%22translate%28248.81%20360.69%29%20rotate%2819.37%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.44%200%20L%204.44%200%22%20transform%3D%22translate%28266.37%20360.23%29%20rotate%2817.57%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-6.06%200%20L%206.06%200%22%20transform%3D%22translate%28285.9%20361.69%29%20rotate%2818.97%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-4.14%200%20L%204.14%200%22%20transform%3D%22translate%28302.64%20364.47%29%20rotate%2816.15%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-5.22%200%20L%205.22%200%22%20transform%3D%22translate%28322.68%20369.22%29%20rotate%2826.93%29%22%20fill%3D%22none%22%20stroke%3D%22%239FB397%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fg%3E%3C%2Fdefs%3E%0A%0A%3Cuse%20href%3D%22%23u6829_m%22%20x%3D%22-330%22%20y%3D%22-396%22%2F%3E%3Cuse%20href%3D%22%23u6829_m%22%20x%3D%220%22%20y%3D%22-396%22%2F%3E%3Cuse%20href%3D%22%23u6829_m%22%20x%3D%22330%22%20y%3D%22-396%22%2F%3E%3Cuse%20href%3D%22%23u6829_m%22%20x%3D%22-330%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u6829_m%22%20x%3D%220%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u6829_m%22%20x%3D%22330%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u6829_m%22%20x%3D%22-330%22%20y%3D%22396%22%2F%3E%3Cuse%20href%3D%22%23u6829_m%22%20x%3D%220%22%20y%3D%22396%22%2F%3E%3Cuse%20href%3D%22%23u6829_m%22%20x%3D%22330%22%20y%3D%22396%22%2F%3E%3C%2Fsvg%3E);--pat17: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22285%22%20height%3D%22342%22%20viewBox%3D%220%200%20285%20342%22%3E%0A%3Cdefs%3E%3Cg%20id%3D%22u5454_m%22%20opacity%3D%220.37%22%3E%3Cpath%20d%3D%22M%2033.23%2028.6%20C%2033.25%2029.04%2033.14%2029.34%2033.01%2029.75%20C%2032.89%2030.16%2032.72%2030.65%2032.5%2031.05%20C%2032.28%2031.45%2032.03%2031.84%2031.68%2032.14%20C%2031.34%2032.44%2030.83%2032.69%2030.4%2032.86%20C%2029.98%2033.04%2029.57%2033.15%2029.12%2033.2%20C%2028.67%2033.24%2028.16%2033.19%2027.72%2033.15%20C%2027.28%2033.1%2026.88%2033.1%2026.49%2032.91%20C%2026.09%2032.73%2025.68%2032.35%2025.34%2032.03%20C%2024.99%2031.72%2024.63%2031.4%2024.4%2031.02%20C%2024.17%2030.65%2024.1%2030.18%2023.97%2029.78%20C%2023.84%2029.38%2023.64%2029.02%2023.63%2028.61%20C%2023.61%2028.19%2023.71%2027.73%2023.86%2027.29%20C%2024.01%2026.85%2024.28%2026.37%2024.54%2025.97%20C%2024.79%2025.56%2025.04%2025.16%2025.37%2024.87%20C%2025.7%2024.58%2026.09%2024.41%2026.52%2024.23%20C%2026.94%2024.04%2027.47%2023.79%2027.9%2023.73%20C%2028.34%2023.67%2028.67%2023.78%2029.12%2023.86%20C%2029.56%2023.95%2030.14%2024.06%2030.56%2024.24%20C%2030.97%2024.42%2031.27%2024.65%2031.6%2024.93%20C%2031.92%2025.21%2032.28%2025.56%2032.5%2025.93%20C%2032.72%2026.3%2032.8%2026.69%2032.92%2027.14%20C%2033.04%2027.58%2033.22%2028.17%2033.23%2028.6%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2037.94%2028.63%20C%2037.87%2029.54%2037.55%2030.44%2037.27%2031.25%20C%2036.99%2032.07%2036.68%2032.82%2036.26%2033.52%20C%2035.85%2034.23%2035.45%2034.91%2034.8%2035.49%20C%2034.14%2036.08%2033.18%2036.6%2032.33%2037.04%20C%2031.49%2037.47%2030.54%2037.94%2029.71%2038.1%20C%2028.89%2038.26%2028.22%2038.14%2027.37%2038%20C%2026.53%2037.86%2025.5%2037.61%2024.64%2037.25%20C%2023.78%2036.89%2022.9%2036.4%2022.21%2035.83%20C%2021.52%2035.26%2020.97%2034.61%2020.51%2033.83%20C%2020.05%2033.06%2019.67%2032.09%2019.45%2031.2%20C%2019.23%2030.31%2019.17%2029.39%2019.18%2028.49%20C%2019.2%2027.6%2019.29%2026.69%2019.54%2025.82%20C%2019.8%2024.96%2020.25%2024.05%2020.71%2023.32%20C%2021.16%2022.59%2021.63%2022.02%2022.27%2021.44%20C%2022.91%2020.87%2023.73%2020.29%2024.53%2019.85%20C%2025.33%2019.42%2026.2%2018.95%2027.06%2018.85%20C%2027.93%2018.74%2028.82%2019.06%2029.71%2019.23%20C%2030.61%2019.4%2031.54%2019.55%2032.42%2019.88%20C%2033.3%2020.2%2034.31%2020.6%2035.01%2021.18%20C%2035.71%2021.76%2036.2%2022.57%2036.64%2023.34%20C%2037.09%2024.12%2037.47%2024.94%2037.69%2025.82%20C%2037.91%2026.7%2038.01%2027.73%2037.94%2028.63%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2042.53%2028.6%20C%2042.6%2030.02%2042.69%2031.29%2042.31%2032.56%20C%2041.93%2033.82%2041%2035.11%2040.27%2036.17%20C%2039.54%2037.24%2038.95%2038.07%2037.95%2038.95%20C%2036.95%2039.84%2035.43%2040.86%2034.25%2041.48%20C%2033.07%2042.1%2032.2%2042.53%2030.89%2042.68%20C%2029.58%2042.83%2027.8%2042.59%2026.4%2042.38%20C%2025%2042.16%2023.71%2041.94%2022.5%2041.39%20C%2021.29%2040.84%2020.16%2039.91%2019.15%2039.07%20C%2018.15%2038.23%2017.19%2037.42%2016.48%2036.35%20C%2015.77%2035.28%2015.19%2033.99%2014.87%2032.66%20C%2014.54%2031.34%2014.55%2029.77%2014.53%2028.41%20C%2014.51%2027.04%2014.37%2025.78%2014.76%2024.47%20C%2015.15%2023.17%2016.12%2021.71%2016.88%2020.58%20C%2017.63%2019.45%2018.36%2018.58%2019.3%2017.68%20C%2020.24%2016.78%2021.29%2015.79%2022.49%2015.19%20C%2023.69%2014.59%2025.21%2014.22%2026.52%2014.08%20C%2027.84%2013.94%2029.06%2014.11%2030.37%2014.33%20C%2031.69%2014.54%2033.13%2014.78%2034.4%2015.37%20C%2035.66%2015.95%2036.88%2016.95%2037.95%2017.85%20C%2039.01%2018.74%2040.14%2019.7%2040.79%2020.73%20C%2041.45%2021.76%2041.59%2022.72%2041.88%2024.03%20C%2042.17%2025.34%2042.46%2027.18%2042.53%2028.6%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2047.45%2028.46%20C%2047.41%2030.28%2047.16%2032.06%2046.65%2033.78%20C%2046.13%2035.5%2045.38%2037.26%2044.37%2038.77%20C%2043.35%2040.28%2041.9%2041.73%2040.55%2042.83%20C%2039.21%2043.93%2037.79%2044.58%2036.27%2045.36%20C%2034.75%2046.13%2033.15%2047.11%2031.44%2047.47%20C%2029.74%2047.84%2027.86%2047.78%2026.05%2047.56%20C%2024.24%2047.34%2022.35%2046.96%2020.58%2046.16%20C%2018.81%2045.36%2016.73%2043.95%2015.41%2042.75%20C%2014.08%2041.55%2013.46%2040.47%2012.64%2038.95%20C%2011.83%2037.43%2011.1%2035.4%2010.51%2033.61%20C%209.92%2031.82%209.17%2030.06%209.1%2028.21%20C%209.03%2026.36%209.56%2024.22%2010.1%2022.52%20C%2010.64%2020.81%2011.41%2019.41%2012.34%2018.01%20C%2013.26%2016.6%2014.19%2015.22%2015.64%2014.1%20C%2017.09%2012.98%2019.27%2012.02%2021.04%2011.28%20C%2022.81%2010.55%2024.51%209.99%2026.24%209.68%20C%2027.97%209.37%2029.69%209.14%2031.43%209.45%20C%2033.16%209.75%2035.02%2010.81%2036.66%2011.5%20C%2038.3%2012.19%2039.97%2012.48%2041.29%2013.59%20C%2042.61%2014.7%2043.66%2016.63%2044.59%2018.18%20C%2045.52%2019.73%2046.4%2021.16%2046.88%2022.88%20C%2047.35%2024.59%2047.49%2026.64%2047.45%2028.46%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2052.4%2027.97%20C%2052.5%2030.2%2052.26%2033.15%2051.61%2035.34%20C%2050.96%2037.52%2049.83%2039.21%2048.51%2041.09%20C%2047.19%2042.97%2045.39%2045.1%2043.68%2046.62%20C%2041.98%2048.15%2040.23%2049.32%2038.26%2050.23%20C%2036.28%2051.14%2034.03%2051.73%2031.82%2052.09%20C%2029.6%2052.44%2027.21%2052.55%2024.98%2052.34%20C%2022.76%2052.12%2020.52%2051.73%2018.46%2050.81%20C%2016.4%2049.89%2014.27%2048.35%2012.65%2046.8%20C%2011.03%2045.26%209.98%2043.51%208.73%2041.55%20C%207.48%2039.58%205.83%2037.2%205.15%2035.01%20C%204.47%2032.83%204.56%2030.71%204.64%2028.46%20C%204.73%2026.22%204.98%2023.63%205.64%2021.56%20C%206.3%2019.48%207.41%2017.92%208.6%2016%20C%209.79%2014.08%2011.14%2011.6%2012.78%2010.02%20C%2014.42%208.44%2016.34%207.4%2018.43%206.55%20C%2020.52%205.69%2023.12%205.13%2025.34%204.9%20C%2027.57%204.67%2029.67%204.85%2031.8%205.18%20C%2033.92%205.52%2036.08%205.95%2038.12%206.92%20C%2040.15%207.89%2042.26%209.47%2043.98%2010.99%20C%2045.7%2012.52%2047.24%2014.25%2048.42%2016.08%20C%2049.59%2017.91%2050.35%2019.99%2051.01%2021.97%20C%2051.68%2023.95%2052.3%2025.74%2052.4%2027.97%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2056.36%2028.05%20C%2056.36%2030.62%2056.62%2033.4%2055.89%2036.06%20C%2055.15%2038.73%2053.34%2041.64%2051.94%2044.04%20C%2050.54%2046.45%2049.41%2048.74%2047.49%2050.51%20C%2045.57%2052.28%2042.95%2053.72%2040.42%2054.65%20C%2037.88%2055.59%2034.86%2055.77%2032.25%2056.12%20C%2029.64%2056.48%2027.44%2057.12%2024.76%2056.77%20C%2022.09%2056.42%2018.75%2055.07%2016.21%2054.01%20C%2013.67%2052.95%2011.62%2052.18%209.54%2050.4%20C%207.46%2048.62%205.02%2045.59%203.71%2043.33%20C%202.41%2041.07%202.2%2039.31%201.7%2036.85%20C%201.21%2034.39%200.75%2031.24%200.75%2028.57%20C%200.74%2025.9%200.93%2023.32%201.68%2020.82%20C%202.42%2018.31%203.77%2015.87%205.23%2013.54%20C%206.69%2011.22%208.62%208.72%2010.43%206.85%20C%2012.25%204.97%2013.82%203.41%2016.11%202.3%20C%2018.41%201.19%2021.32%200.54%2024.2%200.19%20C%2027.09%20-0.16%2030.7%20-0.22%2033.43%200.18%20C%2036.16%200.57%2038.34%201.45%2040.6%202.57%20C%2042.86%203.69%2044.98%205.17%2046.99%206.9%20C%2048.99%208.63%2051.13%2010.64%2052.61%2012.94%20C%2054.09%2015.23%2055.25%2018.16%2055.88%2020.68%20C%2056.5%2023.2%2056.36%2025.49%2056.36%2028.05%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2090.17%2028.46%20C%2090.16%2028.88%2090.1%2029.32%2090%2029.75%20C%2089.9%2030.19%2089.79%2030.69%2089.55%2031.06%20C%2089.31%2031.44%2088.9%2031.72%2088.56%2032.03%20C%2088.22%2032.33%2087.89%2032.71%2087.49%2032.91%20C%2087.09%2033.11%2086.61%2033.17%2086.16%2033.23%20C%2085.7%2033.29%2085.2%2033.36%2084.76%2033.29%20C%2084.32%2033.21%2083.92%2032.96%2083.52%2032.77%20C%2083.13%2032.59%2082.71%2032.47%2082.37%2032.18%20C%2082.04%2031.89%2081.77%2031.45%2081.54%2031.04%20C%2081.3%2030.63%2081.11%2030.16%2080.98%2029.72%20C%2080.86%2029.28%2080.81%2028.82%2080.81%2028.4%20C%2080.8%2027.97%2080.83%2027.55%2080.94%2027.16%20C%2081.05%2026.77%2081.23%2026.39%2081.45%2026.04%20C%2081.68%2025.69%2081.96%2025.36%2082.28%2025.05%20C%2082.61%2024.74%2082.96%2024.4%2083.39%2024.18%20C%2083.82%2023.95%2084.38%2023.77%2084.87%2023.7%20C%2085.35%2023.63%2085.87%2023.66%2086.31%2023.75%20C%2086.74%2023.84%2087.09%2024.06%2087.49%2024.24%20C%2087.88%2024.42%2088.34%2024.55%2088.68%2024.83%20C%2089.01%2025.11%2089.26%2025.52%2089.5%2025.92%20C%2089.73%2026.33%2089.99%2026.81%2090.1%2027.23%20C%2090.22%2027.65%2090.19%2028.03%2090.17%2028.46%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2095.1%2028.6%20C%2095.11%2029.49%2094.83%2030.26%2094.55%2031.11%20C%2094.27%2031.95%2093.89%2032.91%2093.42%2033.67%20C%2092.95%2034.43%2092.36%2035.05%2091.7%2035.67%20C%2091.05%2036.3%2090.29%2037.08%2089.51%2037.42%20C%2088.74%2037.77%2087.97%2037.68%2087.06%2037.74%20C%2086.16%2037.8%2085%2037.89%2084.08%2037.79%20C%2083.16%2037.69%2082.32%2037.48%2081.55%2037.13%20C%2080.79%2036.78%2080.18%2036.26%2079.5%2035.67%20C%2078.82%2035.09%2077.97%2034.37%2077.45%2033.63%20C%2076.94%2032.88%2076.66%2032.07%2076.4%2031.21%20C%2076.14%2030.35%2075.88%2029.34%2075.88%2028.46%20C%2075.88%2027.59%2076.1%2026.81%2076.39%2025.96%20C%2076.69%2025.11%2077.16%2024.13%2077.64%2023.36%20C%2078.12%2022.58%2078.62%2021.88%2079.26%2021.31%20C%2079.91%2020.74%2080.74%2020.35%2081.53%2019.93%20C%2082.32%2019.52%2083.08%2018.97%2084%2018.83%20C%2084.92%2018.69%2086.15%2018.9%2087.05%2019.07%20C%2087.96%2019.24%2088.66%2019.48%2089.42%2019.84%20C%2090.18%2020.2%2090.95%2020.66%2091.62%2021.22%20C%2092.29%2021.78%2092.96%2022.44%2093.44%2023.2%20C%2093.93%2023.96%2094.25%2024.88%2094.53%2025.78%20C%2094.8%2026.68%2095.1%2027.71%2095.1%2028.6%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2099.59%2028.36%20C%2099.55%2029.72%2099.55%2031.27%2099.2%2032.56%20C%2098.85%2033.85%2098.21%2034.97%2097.48%2036.1%20C%2096.74%2037.23%2095.82%2038.44%2094.79%2039.33%20C%2093.77%2040.22%2092.61%2040.84%2091.36%2041.43%20C%2090.1%2042.02%2088.59%2042.64%2087.26%2042.87%20C%2085.93%2043.1%2084.68%2043.04%2083.38%2042.8%20C%2082.07%2042.56%2080.6%2042.07%2079.44%2041.43%20C%2078.27%2040.78%2077.37%2039.84%2076.38%2038.94%20C%2075.39%2038.05%2074.24%2037.16%2073.52%2036.07%20C%2072.8%2034.98%2072.46%2033.68%2072.03%2032.41%20C%2071.61%2031.14%2070.97%2029.75%2070.99%2028.45%20C%2071.01%2027.15%2071.74%2025.9%2072.15%2024.63%20C%2072.55%2023.36%2072.7%2021.99%2073.4%2020.83%20C%2074.11%2019.68%2075.31%2018.57%2076.37%2017.68%20C%2077.42%2016.79%2078.62%2016.04%2079.73%2015.51%20C%2080.85%2014.98%2081.75%2014.68%2083.05%2014.5%20C%2084.35%2014.32%2086.1%2014.28%2087.51%2014.43%20C%2088.93%2014.57%2090.31%2014.8%2091.53%2015.39%20C%2092.75%2015.97%2093.83%2017.04%2094.83%2017.92%20C%2095.82%2018.8%2096.72%2019.61%2097.5%2020.68%20C%2098.27%2021.76%2099.14%2023.09%2099.49%2024.37%20C%2099.84%2025.65%2099.64%2026.99%2099.59%2028.36%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20104.36%2028.7%20C%20104.36%2030.47%20104.09%2031.97%20103.66%2033.72%20C%20103.23%2035.47%20102.71%2037.65%20101.79%2039.19%20C%20100.87%2040.73%2099.51%2041.98%2098.14%2042.96%20C%2096.76%2043.93%2095.21%2044.34%2093.54%2045.06%20C%2091.87%2045.78%2089.87%2046.91%2088.12%2047.27%20C%2086.37%2047.62%2084.8%2047.38%2083.05%2047.19%20C%2081.29%2047%2079.26%2046.83%2077.6%2046.11%20C%2075.94%2045.39%2074.47%2044.08%2073.09%2042.86%20C%2071.71%2041.65%2070.33%2040.38%2069.32%2038.81%20C%2068.32%2037.25%2067.55%2035.17%2067.07%2033.47%20C%2066.6%2031.78%2066.45%2030.4%2066.47%2028.64%20C%2066.49%2026.89%2066.64%2024.64%2067.19%2022.92%20C%2067.73%2021.21%2068.84%2019.83%2069.74%2018.36%20C%2070.64%2016.88%2071.29%2015.28%2072.59%2014.06%20C%2073.89%2012.84%2075.79%2011.75%2077.53%2011.04%20C%2079.28%2010.34%2081.29%2010.06%2083.06%209.84%20C%2084.84%209.61%2086.48%209.49%2088.18%209.69%20C%2089.88%209.89%2091.6%2010.31%2093.26%2011.04%20C%2094.91%2011.77%2096.69%2012.87%2098.11%2014.08%20C%2099.52%2015.29%20100.8%2016.82%20101.74%2018.32%20C%20102.67%2019.81%20103.25%2021.33%20103.69%2023.06%20C%20104.13%2024.79%20104.37%2026.92%20104.36%2028.7%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20109.61%2028.4%20C%20109.58%2030.64%20109.21%2032.92%20108.57%2035.03%20C%20107.93%2037.14%20106.93%2039.16%20105.78%2041.06%20C%20104.64%2042.96%20103.41%2044.88%20101.7%2046.42%20C%2099.99%2047.97%2097.7%2049.42%2095.54%2050.33%20C%2093.38%2051.23%2090.93%2051.69%2088.73%2051.87%20C%2086.54%2052.05%2084.53%2051.81%2082.39%2051.41%20C%2080.26%2051.01%2077.96%2050.29%2075.94%2049.47%20C%2073.91%2048.65%2072.08%2047.88%2070.24%2046.5%20C%2068.41%2045.12%2066.17%2043.08%2064.94%2041.16%20C%2063.7%2039.25%2063.43%2037.05%2062.84%2034.99%20C%2062.26%2032.94%2061.43%2030.93%2061.42%2028.85%20C%2061.41%2026.76%2062.05%2024.62%2062.79%2022.48%20C%2063.54%2020.34%2064.76%2017.96%2065.87%2016%20C%2066.98%2014.04%2067.8%2012.27%2069.44%2010.74%20C%2071.08%209.21%2073.47%207.79%2075.69%206.82%20C%2077.92%205.85%2080.6%205.19%2082.78%204.9%20C%2084.96%204.6%2086.69%204.7%2088.77%205.05%20C%2090.85%205.4%2093.32%206.01%2095.25%207.02%20C%2097.18%208.03%2098.66%209.7%20100.34%2011.12%20C%20102.02%2012.53%20103.92%2013.76%20105.32%2015.51%20C%20106.72%2017.26%20108.01%2019.48%20108.73%2021.63%20C%20109.44%2023.78%20109.64%2026.17%20109.61%2028.4%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20114.11%2028.23%20C%20113.97%2030.86%20112.96%2033.56%20112.2%2036.17%20C%20111.44%2038.78%20110.98%2041.54%20109.56%2043.9%20C%20108.13%2046.25%20105.66%2048.6%20103.66%2050.3%20C%20101.67%2052%2099.97%2053.16%2097.59%2054.11%20C%2095.22%2055.06%2092.09%2055.63%2089.44%2056%20C%2086.78%2056.37%2084.41%2056.63%2081.67%2056.34%20C%2078.93%2056.05%2075.48%2055.34%2073.01%2054.26%20C%2070.54%2053.17%2068.68%2051.66%2066.84%2049.83%20C%2065.01%2047.99%2063.45%2045.43%2062.01%2043.24%20C%2060.57%2041.06%2059.06%2039.18%2058.21%2036.72%20C%2057.35%2034.25%2056.87%2031.22%2056.89%2028.46%20C%2056.91%2025.71%2057.62%2022.79%2058.34%2020.19%20C%2059.06%2017.59%2059.83%2015.01%2061.2%2012.85%20C%2062.58%2010.69%2064.53%209%2066.61%207.23%20C%2068.69%205.46%2071.28%203.41%2073.71%202.24%20C%2076.14%201.07%2078.52%200.49%2081.2%200.22%20C%2083.89%20-0.04%2087.05%200.29%2089.8%200.64%20C%2092.55%200.99%2095.2%201.22%2097.7%202.34%20C%20100.2%203.45%20102.78%205.5%20104.8%207.34%20C%20106.82%209.18%20108.45%2011.2%20109.82%2013.38%20C%20111.2%2015.56%20112.34%2017.95%20113.05%2020.42%20C%20113.77%2022.9%20114.26%2025.61%20114.11%2028.23%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20147.22%2028.41%20C%20147.22%2028.85%20147.22%2029.4%20147.09%2029.84%20C%20146.96%2030.28%20146.67%2030.66%20146.43%2031.05%20C%20146.18%2031.45%20145.91%2031.92%20145.61%2032.21%20C%20145.31%2032.49%20145.01%2032.59%20144.6%2032.77%20C%20144.19%2032.94%20143.62%2033.16%20143.16%2033.25%20C%20142.7%2033.33%20142.28%2033.36%20141.85%2033.29%20C%20141.41%2033.22%20140.95%2032.99%20140.54%2032.81%20C%20140.13%2032.63%20139.73%2032.5%20139.4%2032.21%20C%20139.07%2031.92%20138.8%2031.47%20138.56%2031.06%20C%20138.31%2030.64%20138.05%2030.17%20137.91%2029.73%20C%20137.78%2029.29%20137.77%2028.86%20137.76%2028.44%20C%20137.76%2028.01%20137.78%2027.59%20137.9%2027.18%20C%20138.02%2026.76%20138.21%2026.34%20138.48%2025.96%20C%20138.74%2025.58%20139.12%2025.19%20139.49%2024.9%20C%20139.86%2024.6%20140.29%2024.38%20140.68%2024.2%20C%20141.06%2024.01%20141.4%2023.87%20141.81%2023.79%20C%20142.22%2023.7%20142.68%2023.63%20143.13%2023.7%20C%20143.59%2023.76%20144.1%2023.97%20144.53%2024.18%20C%20144.96%2024.4%20145.4%2024.68%20145.73%2024.98%20C%20146.06%2025.29%20146.28%2025.64%20146.5%2026%20C%20146.73%2026.37%20146.96%2026.77%20147.08%2027.17%20C%20147.2%2027.57%20147.22%2027.96%20147.22%2028.41%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20152.05%2028.72%20C%20152.1%2029.62%20152.18%2030.25%20151.93%2031.07%20C%20151.67%2031.88%20151.08%2032.85%20150.55%2033.64%20C%20150.01%2034.43%20149.41%2035.2%20148.71%2035.81%20C%20148.01%2036.42%20147.13%2036.95%20146.34%2037.28%20C%20145.56%2037.62%20144.89%2037.73%20144.02%2037.85%20C%20143.14%2037.96%20142.02%2038.07%20141.11%2037.97%20C%20140.2%2037.88%20139.3%2037.68%20138.55%2037.28%20C%20137.79%2036.87%20137.29%2036.12%20136.57%2035.52%20C%20135.86%2034.92%20134.75%2034.42%20134.25%2033.68%20C%20133.74%2032.94%20133.78%2031.91%20133.55%2031.08%20C%20133.32%2030.25%20132.92%2029.55%20132.88%2028.68%20C%20132.85%2027.82%20133.05%2026.77%20133.34%2025.91%20C%20133.63%2025.05%20134.12%2024.31%20134.64%2023.51%20C%20135.17%2022.71%20135.81%2021.68%20136.49%2021.1%20C%20137.16%2020.53%20137.94%2020.37%20138.69%2020.04%20C%20139.45%2019.71%20140.2%2019.28%20141.04%2019.12%20C%20141.88%2018.97%20142.87%2018.99%20143.74%2019.11%20C%20144.61%2019.23%20145.45%2019.52%20146.26%2019.86%20C%20147.07%2020.2%20147.89%2020.59%20148.59%2021.18%20C%20149.3%2021.76%20149.97%2022.61%20150.48%2023.36%20C%20150.99%2024.11%20151.39%2024.79%20151.65%2025.69%20C%20151.91%2026.58%20152.01%2027.83%20152.05%2028.72%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20156.98%2028.88%20C%20157.02%2030.23%20156.47%2031.18%20156.01%2032.37%20C%20155.55%2033.56%20154.92%2034.86%20154.21%2036.02%20C%20153.5%2037.18%20152.68%2038.46%20151.73%2039.35%20C%20150.78%2040.23%20149.79%2040.85%20148.51%2041.33%20C%20147.24%2041.81%20145.41%2042.02%20144.08%2042.23%20C%20142.75%2042.44%20141.8%2042.71%20140.54%2042.58%20C%20139.28%2042.44%20137.79%2041.97%20136.52%2041.44%20C%20135.25%2040.92%20133.88%2040.32%20132.93%2039.41%20C%20131.97%2038.51%20131.49%2037.14%20130.81%2036.03%20C%20130.13%2034.93%20129.25%2034.07%20128.83%2032.78%20C%20128.41%2031.48%20128.25%2029.58%20128.28%2028.26%20C%20128.3%2026.95%20128.64%2026.1%20128.98%2024.89%20C%20129.31%2023.68%20129.64%2022.22%20130.29%2021%20C%20130.94%2019.78%20131.82%2018.5%20132.88%2017.57%20C%20133.94%2016.64%20135.38%2015.98%20136.64%2015.41%20C%20137.9%2014.84%20139.15%2014.26%20140.42%2014.15%20C%20141.7%2014.04%20142.95%2014.58%20144.29%2014.76%20C%20145.62%2014.94%20147.17%2014.77%20148.45%2015.23%20C%20149.73%2015.69%20150.99%2016.54%20151.98%2017.52%20C%20152.96%2018.51%20153.72%2020%20154.35%2021.13%20C%20154.98%2022.25%20155.33%2022.99%20155.77%2024.28%20C%20156.21%2025.57%20156.94%2027.53%20156.98%2028.88%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20161.66%2028.53%20C%20161.71%2030.39%20161.61%2032.5%20161.08%2034.14%20C%20160.55%2035.78%20159.52%2036.9%20158.5%2038.37%20C%20157.48%2039.84%20156.31%2041.71%20154.97%2042.98%20C%20153.64%2044.25%20152.08%2045.29%20150.47%2045.98%20C%20148.86%2046.66%20147.18%2046.96%20145.33%2047.1%20C%20143.49%2047.23%20141.11%2047.11%20139.39%2046.81%20C%20137.68%2046.5%20136.58%2045.86%20135.03%2045.27%20C%20133.49%2044.67%20131.6%2044.37%20130.13%2043.24%20C%20128.66%2042.1%20127.24%2040.06%20126.21%2038.47%20C%20125.18%2036.89%20124.34%2035.33%20123.93%2033.72%20C%20123.51%2032.12%20123.73%2030.64%20123.74%2028.87%20C%20123.75%2027.09%20123.53%2024.91%20123.97%2023.08%20C%20124.41%2021.24%20125.33%2019.26%20126.37%2017.86%20C%20127.41%2016.46%20128.8%2015.8%20130.19%2014.67%20C%20131.58%2013.54%20133.15%2011.96%20134.72%2011.06%20C%20136.3%2010.16%20137.9%209.49%20139.64%209.29%20C%20141.38%209.09%20143.44%209.51%20145.18%209.86%20C%20146.93%2010.2%20148.54%2010.64%20150.12%2011.37%20C%20151.7%2012.09%20153.32%2013.09%20154.67%2014.21%20C%20156.01%2015.32%20157.18%2016.58%20158.2%2018.04%20C%20159.22%2019.5%20160.2%2021.22%20160.78%2022.97%20C%20161.36%2024.72%20161.61%2026.66%20161.66%2028.53%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20166.73%2028.36%20C%20166.75%2030.45%20165.67%2032.77%20164.94%2034.99%20C%20164.22%2037.2%20163.62%2039.76%20162.37%2041.66%20C%20161.12%2043.55%20159.08%2044.89%20157.43%2046.35%20C%20155.79%2047.81%20154.45%2049.43%20152.51%2050.39%20C%20150.58%2051.35%20147.98%2051.84%20145.81%2052.1%20C%20143.63%2052.36%20141.66%2052.23%20139.46%2051.93%20C%20137.25%2051.63%20134.75%2051.32%20132.59%2050.3%20C%20130.42%2049.28%20128.11%2047.31%20126.47%2045.82%20C%20124.84%2044.33%20123.81%2043.22%20122.78%2041.37%20C%20121.75%2039.52%20120.95%2036.82%20120.3%2034.71%20C%20119.65%2032.6%20118.92%2030.9%20118.88%2028.72%20C%20118.84%2026.55%20119.53%2023.82%20120.04%2021.67%20C%20120.55%2019.53%20120.74%2017.64%20121.96%2015.86%20C%20123.17%2014.08%20125.61%2012.57%20127.31%2011.02%20C%20129.01%209.47%20130.06%207.5%20132.14%206.57%20C%20134.21%205.64%20137.44%205.65%20139.79%205.43%20C%20142.13%205.22%20144.1%205.08%20146.19%205.29%20C%20148.28%205.5%20150.31%205.87%20152.33%206.71%20C%20154.36%207.54%20156.67%208.79%20158.34%2010.3%20C%20160.02%2011.81%20161.3%2013.74%20162.38%2015.76%20C%20163.46%2017.78%20164.08%2020.31%20164.81%2022.41%20C%20165.54%2024.51%20166.71%2026.26%20166.73%2028.36%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20170.59%2028.25%20C%20170.63%2030.99%20170.73%2034.37%20170.11%2036.96%20C%20169.5%2039.55%20168.3%2041.52%20166.9%2043.79%20C%20165.51%2046.05%20163.81%2048.86%20161.75%2050.57%20C%20159.7%2052.28%20157.2%2052.99%20154.57%2054.05%20C%20151.93%2055.12%20148.63%2056.52%20145.93%2056.96%20C%20143.23%2057.4%20140.85%2057.12%20138.36%2056.69%20C%20135.87%2056.26%20133.41%2055.54%20130.99%2054.38%20C%20128.57%2053.22%20126%2051.47%20123.84%2049.74%20C%20121.67%2048.01%20119.41%2046.09%20117.99%2043.99%20C%20116.56%2041.88%20115.92%2039.66%20115.29%2037.11%20C%20114.66%2034.56%20114.25%2031.47%20114.23%2028.69%20C%20114.22%2025.92%20114.55%2023.05%20115.18%2020.45%20C%20115.81%2017.85%20116.62%2015.33%20118.01%2013.1%20C%20119.39%2010.86%20121.48%208.88%20123.5%207.06%20C%20125.52%205.25%20127.76%203.31%20130.13%202.22%20C%20132.5%201.13%20134.93%200.78%20137.74%200.52%20C%20140.54%200.25%20144.2%200.34%20146.97%200.64%20C%20149.74%200.93%20151.93%201.33%20154.36%202.27%20C%20156.79%203.21%20159.54%204.38%20161.55%206.27%20C%20163.55%208.15%20164.99%2011.21%20166.37%2013.59%20C%20167.75%2015.98%20169.14%2018.12%20169.84%2020.56%20C%20170.54%2023%20170.54%2025.52%20170.59%2028.25%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20204.31%2028.53%20C%20204.3%2028.97%20204.06%2029.44%20203.93%2029.85%20C%20203.8%2030.27%20203.73%2030.64%20203.52%2031.01%20C%20203.31%2031.38%20203.01%2031.76%20202.67%2032.08%20C%20202.33%2032.39%20201.9%2032.7%20201.5%2032.88%20C%20201.1%2033.07%20200.72%2033.12%20200.27%2033.18%20C%20199.82%2033.23%20199.23%2033.25%20198.78%2033.2%20C%20198.33%2033.15%20197.98%2033.04%20197.56%2032.87%20C%20197.15%2032.7%20196.63%2032.49%20196.3%2032.18%20C%20195.96%2031.88%20195.75%2031.44%20195.53%2031.05%20C%20195.32%2030.65%20195.14%2030.24%20195%2029.81%20C%20194.87%2029.39%20194.72%2028.94%20194.71%2028.49%20C%20194.7%2028.03%20194.8%2027.51%20194.92%2027.09%20C%20195.04%2026.67%20195.18%2026.32%20195.43%2025.95%20C%20195.68%2025.59%20196.08%2025.19%20196.42%2024.9%20C%20196.76%2024.61%20197.05%2024.38%20197.45%2024.21%20C%20197.85%2024.03%20198.37%2023.89%20198.82%2023.84%20C%20199.28%2023.78%20199.73%2023.84%20200.18%2023.9%20C%20200.64%2023.96%20201.16%2024.06%20201.57%2024.22%20C%20201.97%2024.38%20202.3%2024.59%20202.62%2024.87%20C%20202.94%2025.16%20203.23%2025.54%20203.46%2025.93%20C%20203.69%2026.33%20203.85%2026.79%20203.99%2027.22%20C%20204.13%2027.66%20204.32%2028.09%20204.31%2028.53%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20208.89%2028.39%20C%20208.9%2029.28%20208.86%2030.35%20208.61%2031.22%20C%20208.36%2032.08%20207.86%2032.85%20207.4%2033.57%20C%20206.94%2034.3%20206.55%2034.98%20205.88%2035.59%20C%20205.2%2036.2%20204.19%2036.81%20203.35%2037.22%20C%20202.52%2037.62%20201.74%2037.92%20200.87%2038.02%20C%20199.99%2038.12%20198.99%2037.91%20198.1%2037.8%20C%20197.2%2037.68%20196.29%2037.66%20195.52%2037.33%20C%20194.75%2037.01%20194.13%2036.39%20193.46%2035.83%20C%20192.79%2035.27%20192.02%2034.73%20191.49%2033.96%20C%20190.96%2033.18%20190.55%2032.05%20190.29%2031.18%20C%20190.03%2030.3%20189.93%2029.57%20189.93%2028.69%20C%20189.93%2027.81%20190.01%2026.81%20190.29%2025.91%20C%20190.57%2025.01%20191.07%2023.98%20191.61%2023.27%20C%20192.15%2022.56%20192.84%2022.19%20193.51%2021.66%20C%20194.19%2021.13%20194.92%2020.51%20195.67%2020.08%20C%20196.41%2019.64%20197.1%2019.21%20197.97%2019.05%20C%20198.83%2018.89%20199.98%2019%20200.85%2019.1%20C%20201.71%2019.21%20202.37%2019.3%20203.17%2019.68%20C%20203.98%2020.06%20204.95%2020.74%20205.68%2021.36%20C%20206.4%2021.98%20207.02%2022.65%20207.5%2023.4%20C%20207.97%2024.15%20208.3%2025.03%20208.53%2025.86%20C%20208.76%2026.69%20208.88%2027.49%20208.89%2028.39%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20213.45%2028.55%20C%20213.44%2029.97%20213.46%2031.37%20213.11%2032.62%20C%20212.75%2033.87%20212.02%2034.96%20211.32%2036.05%20C%20210.63%2037.14%20209.92%2038.25%20208.93%2039.15%20C%20207.94%2040.05%20206.61%2040.87%20205.39%2041.46%20C%20204.16%2042.05%20202.89%2042.56%20201.58%2042.7%20C%20200.27%2042.83%20198.79%2042.49%20197.52%2042.29%20C%20196.26%2042.09%20195.2%2042.01%20194.01%2041.51%20C%20192.81%2041.02%20191.41%2040.18%20190.34%2039.32%20C%20189.27%2038.46%20188.33%2037.51%20187.59%2036.37%20C%20186.85%2035.23%20186.31%2033.75%20185.91%2032.48%20C%20185.51%2031.21%20185.18%2030.09%20185.19%2028.74%20C%20185.19%2027.39%20185.56%2025.69%20185.93%2024.38%20C%20186.31%2023.08%20186.7%2022.03%20187.43%2020.93%20C%20188.17%2019.84%20189.26%2018.76%20190.35%2017.81%20C%20191.43%2016.85%20192.75%2015.78%20193.96%2015.18%20C%20195.16%2014.59%20196.32%2014.36%20197.57%2014.24%20C%20198.81%2014.12%20200.1%2014.23%20201.41%2014.46%20C%20202.72%2014.7%20204.17%2015.11%20205.43%2015.64%20C%20206.68%2016.17%20207.96%2016.81%20208.95%2017.66%20C%20209.93%2018.5%20210.63%2019.63%20211.33%2020.71%20C%20212.04%2021.78%20212.81%2022.79%20213.16%2024.09%20C%20213.51%2025.4%20213.46%2027.13%20213.45%2028.55%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20218.38%2028.71%20C%20218.35%2030.51%20217.96%2032.52%20217.51%2034.21%20C%20217.05%2035.9%20216.62%2037.38%20215.65%2038.84%20C%20214.68%2040.3%20213.11%2041.85%20211.7%2042.98%20C%20210.29%2044.12%20208.77%2044.99%20207.21%2045.64%20C%20205.64%2046.29%20204.09%2046.57%20202.31%2046.89%20C%20200.53%2047.22%20198.24%2047.8%20196.52%2047.58%20C%20194.81%2047.37%20193.62%2046.36%20192.02%2045.62%20C%20190.42%2044.89%20188.4%2044.36%20186.92%2043.15%20C%20185.45%2041.95%20184.13%2039.97%20183.16%2038.39%20C%20182.2%2036.81%20181.57%2035.42%20181.14%2033.68%20C%20180.72%2031.95%20180.61%2029.71%20180.62%2027.96%20C%20180.64%2026.21%20180.82%2024.84%20181.25%2023.18%20C%20181.67%2021.52%20182.19%2019.54%20183.18%2018%20C%20184.16%2016.47%20185.67%2015.13%20187.15%2013.98%20C%20188.63%2012.83%20190.47%2011.87%20192.06%2011.11%20C%20193.65%2010.35%20195.05%209.63%20196.68%209.4%20C%20198.32%209.18%20200.12%209.45%20201.87%209.77%20C%20203.63%2010.1%20205.54%2010.71%20207.19%2011.36%20C%20208.84%2012.02%20210.39%2012.56%20211.75%2013.72%20C%20213.11%2014.87%20214.34%2016.68%20215.34%2018.3%20C%20216.33%2019.92%20217.2%2021.69%20217.7%2023.42%20C%20218.21%2025.16%20218.42%2026.91%20218.38%2028.71%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20222.99%2028.07%20C%20223.06%2030.29%20223.19%2032.58%20222.62%2034.87%20C%20222.04%2037.15%20220.81%2039.94%20219.55%2041.78%20C%20218.28%2043.63%20216.67%2044.54%20215.02%2045.95%20C%20213.37%2047.36%20211.69%2049.3%20209.66%2050.26%20C%20207.63%2051.22%20205.09%2051.41%20202.82%2051.71%20C%20200.56%2052.01%20198.23%2052.37%20196.08%2052.07%20C%20193.92%2051.76%20191.92%2050.81%20189.88%2049.88%20C%20187.83%2048.95%20185.59%2047.99%20183.79%2046.49%20C%20181.99%2044.99%20180.18%2042.77%20179.07%2040.86%20C%20177.96%2038.96%20177.68%2037.16%20177.12%2035.07%20C%20176.57%2032.99%20175.83%2030.61%20175.76%2028.34%20C%20175.69%2026.08%20176.1%2023.57%20176.69%2021.5%20C%20177.28%2019.43%20178.09%2017.75%20179.32%2015.93%20C%20180.56%2014.12%20182.42%2012.13%20184.08%2010.59%20C%20185.75%209.04%20187.26%207.61%20189.34%206.67%20C%20191.42%205.73%20194.32%205.16%20196.58%204.93%20C%20198.84%204.69%20200.8%204.98%20202.89%205.26%20C%20204.98%205.54%20207.07%205.76%20209.09%206.6%20C%20211.11%207.45%20213.31%208.79%20215.03%2010.33%20C%20216.75%2011.86%20218.21%2013.92%20219.41%2015.79%20C%20220.6%2017.67%20221.61%2019.51%20222.2%2021.56%20C%20222.8%2023.61%20222.92%2025.85%20222.99%2028.07%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20227.64%2029.16%20C%20227.65%2031.94%20227.4%2034.17%20226.71%2036.58%20C%20226.03%2038.98%20224.89%2041.45%20223.51%2043.58%20C%20222.14%2045.71%20220.55%2047.4%20218.47%2049.35%20C%20216.38%2051.31%20213.44%2054.07%20211%2055.32%20C%20208.56%2056.57%20206.35%2056.72%20203.83%2056.84%20C%20201.3%2056.95%20198.61%2056.41%20195.86%2056.01%20C%20193.12%2055.62%20189.84%2055.53%20187.36%2054.47%20C%20184.89%2053.41%20183.02%2051.42%20181%2049.67%20C%20178.99%2047.91%20176.71%2046.08%20175.27%2043.95%20C%20173.82%2041.82%20173.08%2039.57%20172.32%2036.89%20C%20171.56%2034.21%20170.7%2030.61%20170.7%2027.87%20C%20170.69%2025.13%20171.53%2022.95%20172.28%2020.45%20C%20173.03%2017.94%20173.77%2015.09%20175.2%2012.83%20C%20176.63%2010.57%20178.79%208.54%20180.86%206.88%20C%20182.93%205.23%20185.2%203.91%20187.63%202.9%20C%20190.05%201.88%20192.71%201.39%20195.41%200.82%20C%20198.1%200.25%20201.13%20-0.89%20203.81%20-0.53%20C%20206.48%20-0.17%20209.06%201.65%20211.45%202.98%20C%20213.85%204.31%20216.2%205.7%20218.16%207.45%20C%20220.13%209.19%20221.84%2011.38%20223.25%2013.45%20C%20224.66%2015.52%20225.9%2017.25%20226.63%2019.87%20C%20227.37%2022.48%20227.63%2026.37%20227.64%2029.16%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20261.22%2028.38%20C%20261.22%2028.83%20261.23%2029.48%20261.1%2029.93%20C%20260.97%2030.39%20260.7%2030.74%20260.44%2031.1%20C%20260.19%2031.46%20259.91%2031.83%20259.59%2032.11%20C%20259.26%2032.39%20258.89%2032.57%20258.5%2032.77%20C%20258.1%2032.97%20257.69%2033.24%20257.23%2033.32%20C%20256.77%2033.39%20256.2%2033.29%20255.73%2033.21%20C%20255.26%2033.13%20254.82%2033.01%20254.41%2032.82%20C%20254%2032.62%20253.61%2032.33%20253.28%2032.03%20C%20252.95%2031.73%20252.67%2031.42%20252.44%2031.04%20C%20252.21%2030.66%20252.02%2030.15%20251.9%2029.73%20C%20251.78%2029.3%20251.68%2028.88%20251.69%2028.48%20C%20251.71%2028.08%20251.84%2027.75%20251.98%2027.32%20C%20252.11%2026.89%20252.3%2026.31%20252.51%2025.9%20C%20252.73%2025.49%20252.93%2025.14%20253.27%2024.85%20C%20253.61%2024.57%20254.12%2024.37%20254.56%2024.21%20C%20254.99%2024.05%20255.46%2023.98%20255.88%2023.89%20C%20256.3%2023.8%20256.66%2023.63%20257.1%2023.67%20C%20257.54%2023.71%20258.12%2023.95%20258.54%2024.14%20C%20258.96%2024.34%20259.29%2024.55%20259.61%2024.83%20C%20259.93%2025.11%20260.22%2025.44%20260.46%2025.83%20C%20260.71%2026.23%20260.95%2026.77%20261.08%2027.2%20C%20261.2%2027.62%20261.22%2027.92%20261.22%2028.38%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20266.05%2028.63%20C%20266.1%2029.47%20265.98%2030.14%20265.72%2031%20C%20265.46%2031.85%20264.96%2032.97%20264.46%2033.74%20C%20263.97%2034.51%20263.43%2035.05%20262.75%2035.61%20C%20262.06%2036.16%20261.11%2036.73%20260.35%2037.09%20C%20259.58%2037.45%20259.03%2037.62%20258.15%2037.75%20C%20257.28%2037.89%20256.03%2038.04%20255.1%2037.9%20C%20254.17%2037.77%20253.43%2037.31%20252.59%2036.95%20C%20251.75%2036.58%20250.71%2036.22%20250.06%2035.69%20C%20249.41%2035.16%20249.15%2034.51%20248.7%2033.75%20C%20248.25%2032.99%20247.65%2032.01%20247.38%2031.13%20C%20247.1%2030.26%20247.02%2029.45%20247.04%2028.52%20C%20247.05%2027.59%20247.21%2026.44%20247.45%2025.55%20C%20247.7%2024.66%20248.02%2023.91%20248.49%2023.18%20C%20248.97%2022.44%20249.6%2021.68%20250.3%2021.16%20C%20250.99%2020.64%20251.84%2020.39%20252.66%2020.04%20C%20253.48%2019.69%20254.36%2019.2%20255.21%2019.06%20C%20256.06%2018.93%20256.9%2019.09%20257.75%2019.23%20C%20258.6%2019.37%20259.49%2019.55%20260.32%2019.91%20C%20261.15%2020.27%20262.05%2020.85%20262.74%2021.4%20C%20263.43%2021.95%20263.99%2022.44%20264.44%2023.2%20C%20264.9%2023.95%20265.19%2025.02%20265.45%2025.92%20C%20265.72%2026.83%20266.01%2027.78%20266.05%2028.63%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20270.56%2028.26%20C%20270.57%2029.65%20270.56%2031.17%20270.23%2032.45%20C%20269.9%2033.73%20269.36%2034.83%20268.57%2035.93%20C%20267.79%2037.04%20266.59%2038.19%20265.53%2039.09%20C%20264.48%2040%20263.42%2040.74%20262.24%2041.35%20C%20261.07%2041.95%20259.73%2042.51%20258.46%2042.72%20C%20257.2%2042.92%20255.92%2042.79%20254.65%2042.58%20C%20253.37%2042.37%20252.05%2042.08%20250.82%2041.48%20C%20249.59%2040.87%20248.32%2039.81%20247.28%2038.97%20C%20246.25%2038.12%20245.36%2037.54%20244.6%2036.42%20C%20243.85%2035.29%20243.1%2033.5%20242.73%2032.23%20C%20242.35%2030.95%20242.37%2030.1%20242.33%2028.76%20C%20242.3%2027.42%20242.14%2025.55%20242.51%2024.21%20C%20242.88%2022.86%20243.77%2021.72%20244.55%2020.68%20C%20245.33%2019.65%20246.15%2018.81%20247.18%2017.98%20C%20248.21%2017.15%20249.51%2016.33%20250.75%2015.7%20C%20251.98%2015.07%20253.35%2014.39%20254.59%2014.21%20C%20255.83%2014.02%20256.88%2014.42%20258.21%2014.6%20C%20259.55%2014.78%20261.3%2014.78%20262.6%2015.3%20C%20263.9%2015.81%20265.05%2016.8%20266.02%2017.68%20C%20266.99%2018.57%20267.71%2019.54%20268.4%2020.61%20C%20269.09%2021.67%20269.8%2022.82%20270.16%2024.1%20C%20270.52%2025.37%20270.54%2026.87%20270.56%2028.26%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20275.21%2028.29%20C%20275.25%2030.13%20275.35%2032.26%20274.92%2034.02%20C%20274.49%2035.77%20273.61%2037.35%20272.61%2038.83%20C%20271.61%2040.31%20270.25%2041.69%20268.91%2042.87%20C%20267.57%2044.05%20266.19%2045.16%20264.56%2045.92%20C%20262.93%2046.69%20260.91%2047.3%20259.12%2047.46%20C%20257.33%2047.63%20255.5%2047.15%20253.83%2046.9%20C%20252.16%2046.65%20250.73%2046.61%20249.12%2045.97%20C%20247.5%2045.32%20245.65%2044.22%20244.15%2043.01%20C%20242.64%2041.81%20241.04%2040.31%20240.1%2038.76%20C%20239.16%2037.21%20238.99%2035.41%20238.52%2033.72%20C%20238.05%2032.02%20237.27%2030.41%20237.28%2028.6%20C%20237.3%2026.8%20238.07%2024.68%20238.61%2022.89%20C%20239.15%2021.11%20239.6%2019.31%20240.54%2017.88%20C%20241.49%2016.45%20242.91%2015.41%20244.28%2014.33%20C%20245.64%2013.25%20247.09%2012.18%20248.73%2011.4%20C%20250.37%2010.61%20252.29%209.9%20254.12%209.63%20C%20255.94%209.36%20258%209.58%20259.7%209.78%20C%20261.4%209.98%20262.84%2010.11%20264.32%2010.83%20C%20265.8%2011.54%20267.21%2012.87%20268.56%2014.07%20C%20269.91%2015.27%20271.41%2016.56%20272.43%2018.05%20C%20273.45%2019.53%20274.24%2021.28%20274.7%2022.98%20C%20275.17%2024.69%20275.18%2026.46%20275.21%2028.29%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20280.06%2028.33%20C%20280.15%2030.41%20279.8%2032.36%20279.27%2034.52%20C%20278.74%2036.69%20278.1%2039.25%20276.86%2041.29%20C%20275.62%2043.34%20273.52%2045.36%20271.8%2046.8%20C%20270.08%2048.23%20268.54%2049.03%20266.54%2049.88%20C%20264.54%2050.74%20262%2051.62%20259.81%2051.94%20C%20257.63%2052.25%20255.59%2052.12%20253.42%2051.77%20C%20251.26%2051.42%20248.86%2050.64%20246.81%2049.86%20C%20244.77%2049.08%20242.93%2048.55%20241.18%2047.11%20C%20239.43%2045.66%20237.56%2043.1%20236.31%2041.17%20C%20235.06%2039.24%20234.2%2037.63%20233.69%2035.52%20C%20233.17%2033.42%20233.19%2030.88%20233.2%2028.56%20C%20233.22%2026.24%20233.21%2023.72%20233.78%2021.61%20C%20234.34%2019.5%20235.3%2017.76%20236.58%2015.88%20C%20237.86%2013.99%20239.86%2011.87%20241.45%2010.31%20C%20243.04%208.76%20244.09%207.44%20246.13%206.55%20C%20248.16%205.67%20251.43%205.26%20253.66%205.01%20C%20255.9%204.77%20257.45%204.86%20259.55%205.08%20C%20261.65%205.31%20264.23%205.48%20266.28%206.35%20C%20268.33%207.22%20270.17%208.64%20271.84%2010.3%20C%20273.5%2011.96%20275.13%2014.35%20276.28%2016.3%20C%20277.42%2018.26%20278.09%2020.02%20278.72%2022.02%20C%20279.35%2024.03%20279.97%2026.24%20280.06%2028.33%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20285.29%2028.9%20C%20285.35%2031.62%20284.6%2033.52%20283.77%2036.05%20C%20282.95%2038.58%20281.76%2041.68%20280.34%2044.1%20C%20278.92%2046.52%20277.3%2048.8%20275.24%2050.57%20C%20273.18%2052.34%20270.35%2053.73%20268%2054.72%20C%20265.64%2055.71%20263.68%2056.27%20261.12%2056.49%20C%20258.56%2056.72%20255.39%2056.42%20252.64%2056.07%20C%20249.89%2055.73%20247.02%2055.27%20244.62%2054.41%20C%20242.22%2053.56%20240.22%2052.67%20238.24%2050.93%20C%20236.25%2049.2%20234.25%2046.38%20232.71%2044%20C%20231.18%2041.62%20229.92%2039.34%20229.03%2036.67%20C%20228.14%2034.01%20227.44%2030.68%20227.35%2028.01%20C%20227.27%2025.33%20227.66%2023.07%20228.52%2020.61%20C%20229.38%2018.16%20231.02%2015.6%20232.5%2013.27%20C%20233.99%2010.94%20235.38%208.32%20237.44%206.62%20C%20239.5%204.92%20242.34%204.14%20244.88%203.06%20C%20247.41%201.99%20250.04%200.53%20252.64%200.16%20C%20255.23%20-0.2%20257.91%200.43%20260.46%200.85%20C%20263.01%201.27%20265.53%201.76%20267.95%202.66%20C%20270.36%203.57%20273.03%204.71%20274.98%206.29%20C%20276.93%207.86%20278.24%209.87%20279.64%2012.11%20C%20281.05%2014.34%20282.48%2016.89%20283.42%2019.69%20C%20284.36%2022.49%20285.23%2026.17%20285.29%2028.9%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2061.79%2085.37%20C%2061.79%2085.82%2061.72%2086.36%2061.6%2086.82%20C%2061.47%2087.28%2061.26%2087.75%2061.01%2088.12%20C%2060.77%2088.5%2060.44%2088.83%2060.1%2089.08%20C%2059.76%2089.33%2059.4%2089.45%2058.99%2089.65%20C%2058.58%2089.85%2058.11%2090.17%2057.65%2090.26%20C%2057.19%2090.35%2056.69%2090.24%2056.25%2090.17%20C%2055.81%2090.1%2055.41%2090.02%2055.01%2089.84%20C%2054.62%2089.66%2054.24%2089.4%2053.9%2089.09%20C%2053.56%2088.77%2053.2%2088.31%2052.97%2087.94%20C%2052.75%2087.57%2052.65%2087.25%2052.53%2086.85%20C%2052.41%2086.46%2052.27%2086.02%2052.26%2085.56%20C%2052.24%2085.11%2052.32%2084.55%2052.44%2084.11%20C%2052.56%2083.67%2052.7%2083.3%2052.96%2082.93%20C%2053.22%2082.57%2053.64%2082.23%2053.99%2081.92%20C%2054.34%2081.61%2054.68%2081.26%2055.08%2081.06%20C%2055.47%2080.86%2055.91%2080.78%2056.36%2080.73%20C%2056.81%2080.68%2057.33%2080.68%2057.76%2080.75%20C%2058.2%2080.82%2058.56%2080.96%2058.97%2081.15%20C%2059.38%2081.33%2059.89%2081.54%2060.21%2081.85%20C%2060.54%2082.16%2060.68%2082.65%2060.91%2083.03%20C%2061.14%2083.42%2061.42%2083.76%2061.57%2084.15%20C%2061.71%2084.54%2061.78%2084.93%2061.79%2085.37%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2066.37%2085.42%20C%2066.4%2086.26%2066.39%2087.14%2066.14%2088.01%20C%2065.88%2088.89%2065.35%2089.85%2064.83%2090.66%20C%2064.31%2091.46%2063.66%2092.25%2063%2092.85%20C%2062.34%2093.45%2061.64%2093.92%2060.88%2094.28%20C%2060.12%2094.63%2059.35%2094.87%2058.46%2094.97%20C%2057.56%2095.07%2056.37%2095.03%2055.51%2094.88%20C%2054.64%2094.73%2054.08%2094.45%2053.26%2094.08%20C%2052.43%2093.7%2051.25%2093.23%2050.56%2092.64%20C%2049.87%2092.04%2049.53%2091.23%2049.09%2090.52%20C%2048.66%2089.8%2048.21%2089.16%2047.93%2088.34%20C%2047.65%2087.53%2047.42%2086.54%2047.43%2085.61%20C%2047.45%2084.68%2047.74%2083.66%2048.02%2082.75%20C%2048.3%2081.84%2048.63%2080.89%2049.12%2080.16%20C%2049.61%2079.42%2050.27%2078.94%2050.95%2078.36%20C%2051.62%2077.78%2052.39%2077.08%2053.19%2076.68%20C%2053.98%2076.28%2054.85%2076.05%2055.7%2075.96%20C%2056.54%2075.88%2057.42%2076%2058.26%2076.16%20C%2059.1%2076.33%2059.89%2076.58%2060.73%2076.96%20C%2061.56%2077.34%2062.55%2077.92%2063.27%2078.45%20C%2063.98%2078.99%2064.57%2079.42%2065.02%2080.18%20C%2065.47%2080.94%2065.75%2082.12%2065.97%2082.99%20C%2066.2%2083.86%2066.34%2084.59%2066.37%2085.42%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2071.35%2085.65%20C%2071.37%2087.03%2071.13%2088.65%2070.79%2089.88%20C%2070.45%2091.11%2070.1%2091.93%2069.3%2093.01%20C%2068.5%2094.09%2067.06%2095.48%2065.98%2096.38%20C%2064.9%2097.27%2063.98%2097.86%2062.81%2098.37%20C%2061.65%2098.88%2060.34%2099.27%2059.01%2099.43%20C%2057.67%2099.6%2056.19%2099.57%2054.8%2099.36%20C%2053.4%2099.15%2051.91%2098.68%2050.64%2098.15%20C%2049.37%2097.61%2048.13%2096.99%2047.19%2096.15%20C%2046.25%2095.32%2045.63%2094.27%2044.98%2093.14%20C%2044.34%2092.01%2043.66%2090.59%2043.33%2089.36%20C%2042.99%2088.14%2042.96%2087.16%2042.99%2085.81%20C%2043.01%2084.45%2043.12%2082.61%2043.46%2081.23%20C%2043.8%2079.85%2044.35%2078.69%2045.01%2077.53%20C%2045.67%2076.36%2046.45%2075.06%2047.43%2074.23%20C%2048.41%2073.41%2049.59%2073.01%2050.88%2072.58%20C%2052.16%2072.15%2053.8%2071.92%2055.14%2071.67%20C%2056.49%2071.42%2057.67%2070.91%2058.94%2071.06%20C%2060.2%2071.2%2061.53%2071.95%2062.72%2072.53%20C%2063.91%2073.11%2064.99%2073.67%2066.07%2074.55%20C%2067.14%2075.43%2068.41%2076.63%2069.18%2077.8%20C%2069.95%2078.98%2070.32%2080.29%2070.68%2081.6%20C%2071.04%2082.91%2071.33%2084.27%2071.35%2085.65%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2075.86%2085.3%20C%2075.82%2087.13%2075.54%2089.51%2075.04%2091.21%20C%2074.53%2092.91%2073.75%2094.02%2072.82%2095.5%20C%2071.89%2096.98%2070.77%2098.89%2069.45%20100.07%20C%2068.14%20101.25%2066.66%20101.86%2064.94%20102.58%20C%2063.23%20103.3%2060.91%20104.12%2059.19%20104.41%20C%2057.46%20104.7%2056.31%20104.57%2054.58%20104.34%20C%2052.86%20104.12%2050.53%20103.84%2048.84%20103.07%20C%2047.16%20102.29%2045.74%20100.94%2044.45%2099.68%20C%2043.17%2098.43%2042.02%2096.98%2041.14%2095.56%20C%2040.26%2094.13%2039.71%2092.88%2039.18%2091.14%20C%2038.65%2089.41%2038.04%2086.99%2037.98%2085.13%20C%2037.92%2083.27%2038.38%2081.64%2038.83%2080.01%20C%2039.28%2078.37%2039.73%2076.73%2040.68%2075.33%20C%2041.63%2073.93%2043.1%2072.77%2044.52%2071.61%20C%2045.94%2070.45%2047.56%2069.16%2049.19%2068.34%20C%2050.82%2067.53%2052.55%2067.02%2054.29%2066.73%20C%2056.04%2066.45%2057.9%2066.36%2059.67%2066.63%20C%2061.45%2066.9%2063.3%2067.51%2064.95%2068.35%20C%2066.6%2069.2%2068.28%2070.52%2069.56%2071.71%20C%2070.85%2072.89%2071.68%2074.06%2072.64%2075.48%20C%2073.59%2076.89%2074.75%2078.56%2075.29%2080.2%20C%2075.83%2081.84%2075.9%2083.46%2075.86%2085.3%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2080.94%2086.02%20C%2080.94%2088.25%2080.45%2090.11%2079.81%2092.25%20C%2079.16%2094.39%2078.27%2097.02%2077.06%2098.85%20C%2075.85%20100.68%2074.24%20101.91%2072.57%20103.24%20C%2070.89%20104.57%2069.07%20105.92%2067.01%20106.85%20C%2064.96%20107.79%2062.36%20108.39%2060.23%20108.84%20C%2058.11%20109.3%2056.52%20109.85%2054.27%20109.6%20C%2052.01%20109.35%2048.94%20108.38%2046.73%20107.33%20C%2044.51%20106.28%2042.65%20104.8%2040.96%20103.28%20C%2039.27%20101.75%2037.57%20100.07%2036.57%2098.19%20C%2035.57%2096.3%2035.45%2094.09%2034.97%2091.97%20C%2034.5%2089.85%2033.83%2087.68%2033.72%2085.46%20C%2033.62%2083.24%2033.79%2080.81%2034.37%2078.64%20C%2034.94%2076.48%2036.01%2074.32%2037.18%2072.45%20C%2038.34%2070.58%2039.7%2068.8%2041.35%2067.43%20C%2043.01%2066.05%2045%2065.09%2047.11%2064.19%20C%2049.22%2063.28%2051.71%2062.41%2054.02%2062%20C%2056.33%2061.59%2058.83%2061.45%2060.96%2061.74%20C%2063.1%2062.03%2064.88%2062.86%2066.83%2063.76%20C%2068.77%2064.67%2070.92%2065.7%2072.62%2067.16%20C%2074.32%2068.62%2075.81%2070.58%2077.01%2072.53%20C%2078.21%2074.49%2079.17%2076.62%2079.83%2078.87%20C%2080.48%2081.12%2080.95%2083.79%2080.94%2086.02%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2085.76%2085.33%20C%2085.69%2088.08%2084.83%2091.08%2084.09%2093.67%20C%2083.34%2096.25%2082.77%2098.58%2081.3%20100.82%20C%2079.82%20103.07%2077.32%20105.39%2075.23%20107.16%20C%2073.14%20108.93%2071.21%20110.32%2068.75%20111.42%20C%2066.28%20112.53%2063.03%20113.37%2060.43%20113.79%20C%2057.84%20114.22%2055.77%20114.44%2053.19%20113.98%20C%2050.61%20113.52%2047.45%20112.23%2044.96%20111.03%20C%2042.46%20109.83%2040.29%20108.51%2038.23%20106.77%20C%2036.17%20105.04%2033.98%20102.91%2032.57%20100.61%20C%2031.17%2098.3%2030.55%2095.45%2029.8%2092.96%20C%2029.06%2090.47%2028.07%2088.25%2028.09%2085.67%20C%2028.11%2083.09%2029.09%2080.11%2029.93%2077.48%20C%2030.77%2074.86%2031.75%2072.14%2033.15%2069.9%20C%2034.55%2067.65%2036.32%2065.74%2038.33%2064%20C%2040.33%2062.27%2042.76%2060.66%2045.18%2059.49%20C%2047.59%2058.31%2050.08%2057.37%2052.79%2056.94%20C%2055.5%2056.51%2058.74%2056.37%2061.44%2056.92%20C%2064.13%2057.46%2066.48%2059.13%2068.96%2060.2%20C%2071.44%2061.27%2074.29%2061.62%2076.31%2063.33%20C%2078.33%2065.04%2079.72%2068.17%2081.08%2070.48%20C%2082.45%2072.78%2083.72%2074.67%2084.5%2077.14%20C%2085.28%2079.62%2085.83%2082.58%2085.76%2085.33%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20118.79%2085.42%20C%20118.78%2085.87%20118.71%2086.35%20118.58%2086.81%20C%20118.46%2087.26%20118.27%2087.76%20118.03%2088.16%20C%20117.79%2088.56%20117.46%2088.94%20117.13%2089.2%20C%20116.8%2089.47%20116.45%2089.58%20116.05%2089.74%20C%20115.66%2089.9%20115.19%2090.07%20114.75%2090.15%20C%20114.31%2090.22%20113.88%2090.26%20113.42%2090.2%20C%20112.95%2090.14%20112.4%2089.98%20111.98%2089.8%20C%20111.56%2089.61%20111.24%2089.37%20110.9%2089.09%20C%20110.56%2088.81%20110.18%2088.53%20109.93%2088.13%20C%20109.69%2087.74%20109.57%2087.14%20109.44%2086.7%20C%20109.31%2086.26%20109.14%2085.94%20109.15%2085.5%20C%20109.17%2085.06%20109.36%2084.48%20109.51%2084.04%20C%20109.65%2083.61%20109.79%2083.25%20110.02%2082.9%20C%20110.25%2082.55%20110.55%2082.25%20110.88%2081.96%20C%20111.22%2081.66%20111.62%2081.3%20112.03%2081.13%20C%20112.43%2080.95%20112.85%2080.98%20113.3%2080.92%20C%20113.76%2080.86%20114.29%2080.74%20114.73%2080.76%20C%20115.17%2080.78%20115.57%2080.85%20115.96%2081.05%20C%20116.35%2081.25%20116.76%2081.63%20117.09%2081.95%20C%20117.41%2082.27%20117.65%2082.63%20117.91%2082.99%20C%20118.17%2083.35%20118.49%2083.7%20118.63%2084.11%20C%20118.78%2084.51%20118.79%2084.97%20118.79%2085.42%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20123.7%2085.48%20C%20123.67%2086.37%20123.34%2087.31%20123.03%2088.14%20C%20122.72%2088.97%20122.32%2089.69%20121.84%2090.45%20C%20121.36%2091.22%20120.77%2092.09%20120.16%2092.72%20C%20119.55%2093.34%20118.97%2093.81%20118.18%2094.2%20C%20117.4%2094.59%20116.38%2094.91%20115.44%2095.05%20C%20114.51%2095.18%20113.46%2095.13%20112.56%2095.01%20C%20111.67%2094.89%20110.82%2094.7%20110.05%2094.32%20C%20109.27%2093.94%20108.59%2093.38%20107.92%2092.73%20C%20107.25%2092.07%20106.53%2091.15%20106.04%2090.38%20C%20105.56%2089.61%20105.25%2088.92%20104.99%2088.11%20C%20104.74%2087.3%20104.54%2086.45%20104.51%2085.54%20C%20104.48%2084.64%20104.62%2083.54%20104.83%2082.68%20C%20105.05%2081.83%20105.33%2081.12%20105.79%2080.42%20C%20106.25%2079.71%20106.86%2079.05%20107.58%2078.46%20C%20108.3%2077.87%20109.3%2077.27%20110.12%2076.86%20C%20110.93%2076.45%20111.62%2076.13%20112.47%2076.03%20C%20113.32%2075.93%20114.26%2076.12%20115.21%2076.27%20C%20116.16%2076.43%20117.32%2076.62%20118.18%2076.94%20C%20119.04%2077.26%20119.77%2077.6%20120.39%2078.17%20C%20121.01%2078.74%20121.42%2079.57%20121.89%2080.35%20C%20122.37%2081.13%20122.92%2081.98%20123.22%2082.83%20C%20123.52%2083.69%20123.73%2084.6%20123.7%2085.48%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20128.34%2085.62%20C%20128.37%2086.95%20128.19%2088.24%20127.77%2089.49%20C%20127.35%2090.75%20126.57%2092.04%20125.82%2093.17%20C%20125.07%2094.3%20124.24%2095.36%20123.25%2096.28%20C%20122.25%2097.19%20121.06%2098.09%20119.84%2098.67%20C%20118.63%2099.25%20117.33%2099.57%20115.98%2099.74%20C%20114.63%2099.92%20113.04%2099.92%20111.74%2099.73%20C%20110.44%2099.55%20109.35%2099.26%20108.2%2098.64%20C%20107.04%2098.01%20105.85%2096.88%20104.81%2095.96%20C%20103.78%2095.05%20102.66%2094.21%20101.99%2093.13%20C%20101.32%2092.05%20101.17%2090.75%20100.77%2089.47%20C%20100.37%2088.19%2099.71%2086.76%2099.57%2085.45%20C%2099.44%2084.13%2099.56%2082.85%2099.94%2081.56%20C%20100.31%2080.27%20101.04%2078.84%20101.83%2077.68%20C%20102.62%2076.52%20103.64%2075.49%20104.67%2074.6%20C%20105.69%2073.71%20106.8%2072.89%20107.99%2072.34%20C%20109.19%2071.79%20110.48%2071.43%20111.84%2071.32%20C%20113.21%2071.2%20114.8%2071.43%20116.18%2071.65%20C%20117.56%2071.87%20118.91%2072.13%20120.14%2072.62%20C%20121.37%2073.12%20122.6%2073.79%20123.56%2074.62%20C%20124.53%2075.46%20125.27%2076.51%20125.93%2077.66%20C%20126.6%2078.81%20127.16%2080.2%20127.56%2081.53%20C%20127.96%2082.86%20128.3%2084.3%20128.34%2085.62%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20132.9%2085.83%20C%20132.93%2087.52%20132.95%2088.91%20132.36%2090.57%20C%20131.77%2092.23%20130.32%2094.2%20129.35%2095.78%20C%20128.38%2097.36%20127.71%2098.85%20126.52%20100.07%20C%20125.33%20101.28%20123.81%20102.37%20122.2%20103.05%20C%20120.58%20103.73%20118.61%20103.91%20116.82%20104.14%20C%20115.03%20104.37%20113.21%20104.61%20111.43%20104.45%20C%20109.65%20104.28%20107.82%20103.9%20106.15%20103.16%20C%20104.49%20102.43%20102.82%20101.29%20101.42%20100.03%20C%20100.02%2098.77%2098.75%2097.19%2097.77%2095.61%20C%2096.79%2094.03%2096.1%2092.24%2095.54%2090.58%20C%2094.99%2088.91%2094.41%2087.3%2094.46%2085.6%20C%2094.52%2083.9%2095.3%2082.04%2095.88%2080.36%20C%2096.46%2078.69%2097.05%2077.05%2097.96%2075.54%20C%2098.87%2074.03%2099.94%2072.54%20101.36%2071.3%20C%20102.77%2070.06%20104.77%2068.91%20106.43%2068.12%20C%20108.1%2067.33%20109.69%2066.77%20111.34%2066.56%20C%20112.99%2066.34%20114.59%2066.58%20116.34%2066.84%20C%20118.1%2067.09%20120.14%2067.39%20121.84%2068.11%20C%20123.55%2068.83%20125.22%2069.97%20126.55%2071.17%20C%20127.89%2072.36%20128.94%2073.73%20129.87%2075.27%20C%20130.81%2076.81%20131.66%2078.66%20132.16%2080.42%20C%20132.67%2082.18%20132.86%2084.13%20132.9%2085.83%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20137.72%2085.08%20C%20137.77%2087.27%20137.45%2090.14%20136.79%2092.43%20C%20136.14%2094.71%20134.98%2096.97%20133.79%2098.8%20C%20132.6%20100.63%20131.27%20102.08%20129.63%20103.42%20C%20128%20104.76%20126.04%20105.87%20123.97%20106.83%20C%20121.91%20107.8%20119.44%20108.77%20117.25%20109.21%20C%20115.05%20109.65%20112.93%20109.73%20110.79%20109.47%20C%20108.65%20109.22%20106.48%20108.68%20104.39%20107.68%20C%20102.31%20106.68%20100.02%20105.02%2098.27%20103.46%20C%2096.53%20101.9%2095.19%20100.13%2093.91%2098.32%20C%2092.63%2096.5%2091.31%2094.73%2090.6%2092.57%20C%2089.89%2090.41%2089.61%2087.61%2089.66%2085.35%20C%2089.71%2083.09%2090.2%2081.08%2090.88%2079.01%20C%2091.56%2076.94%2092.51%2074.79%2093.74%2072.94%20C%2094.97%2071.09%2096.5%2069.35%2098.26%2067.91%20C%20100.01%2066.47%20102.21%2065.27%20104.28%2064.28%20C%20106.34%2063.29%20108.58%2062.3%20110.67%2061.95%20C%20112.76%2061.6%20114.59%2061.84%20116.81%2062.17%20C%20119.03%2062.51%20121.83%2062.97%20123.97%2063.96%20C%20126.1%2064.95%20128.03%2066.67%20129.6%2068.11%20C%20131.17%2069.55%20132.23%2070.74%20133.38%2072.6%20C%20134.53%2074.46%20135.77%2077.19%20136.49%2079.27%20C%20137.22%2081.35%20137.67%2082.89%20137.72%2085.08%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20142.08%2085.75%20C%20142.05%2088.34%20141.65%2090.77%20140.99%2093.31%20C%20140.34%2095.86%20139.45%2098.64%20138.16%20101.01%20C%20136.87%20103.38%20135.42%20105.81%20133.28%20107.55%20C%20131.13%20109.29%20127.75%20110.39%20125.28%20111.46%20C%20122.82%20112.53%20121.03%20113.62%20118.5%20113.96%20C%20115.97%20114.29%20112.97%20113.81%20110.11%20113.47%20C%20107.26%20113.13%20103.77%20113.01%20101.38%20111.94%20C%2098.99%20110.87%2097.61%20108.89%2095.79%20107.06%20C%2093.97%20105.22%2092.01%20103.19%2090.48%20100.92%20C%2088.94%2098.65%2087.5%2096%2086.58%2093.45%20C%2085.66%2090.89%2084.79%2088.35%2084.96%2085.6%20C%2085.13%2082.85%2086.71%2079.59%2087.59%2076.95%20C%2088.47%2074.3%2088.99%2071.91%2090.24%2069.72%20C%2091.5%2067.53%2093.01%2065.48%2095.11%2063.83%20C%2097.21%2062.17%20100.38%2060.8%20102.85%2059.77%20C%20105.32%2058.74%20107.44%2057.94%20109.93%2057.63%20C%20112.42%2057.32%20115.08%2057.53%20117.8%2057.9%20C%20120.51%2058.27%20123.76%2058.84%20126.22%2059.85%20C%20128.67%2060.86%20130.51%2062.32%20132.53%2063.98%20C%20134.55%2065.65%20136.91%2067.55%20138.35%2069.84%20C%20139.79%2072.14%20140.55%2075.11%20141.17%2077.76%20C%20141.79%2080.41%20142.11%2083.16%20142.08%2085.75%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20175.69%2085.56%20C%20175.69%2086.02%20175.64%2086.53%20175.51%2086.96%20C%20175.39%2087.39%20175.2%2087.77%20174.96%2088.14%20C%20174.72%2088.52%20174.38%2088.92%20174.07%2089.19%20C%20173.75%2089.47%20173.45%2089.64%20173.06%2089.8%20C%20172.67%2089.96%20172.18%2090.09%20171.72%2090.15%20C%20171.26%2090.21%20170.76%2090.22%20170.31%2090.16%20C%20169.86%2090.1%20169.44%2089.99%20169.04%2089.8%20C%20168.63%2089.6%20168.23%2089.31%20167.88%2089%20C%20167.54%2088.7%20167.2%2088.32%20166.96%2087.97%20C%20166.72%2087.62%20166.55%2087.31%20166.41%2086.9%20C%20166.28%2086.49%20166.16%2085.99%20166.17%2085.53%20C%20166.18%2085.07%20166.34%2084.59%20166.47%2084.16%20C%20166.6%2083.73%20166.72%2083.32%20166.96%2082.94%20C%20167.21%2082.56%20167.56%2082.2%20167.92%2081.9%20C%20168.29%2081.59%20168.74%2081.3%20169.15%2081.11%20C%20169.55%2080.91%20169.93%2080.8%20170.35%2080.75%20C%20170.76%2080.7%20171.18%2080.76%20171.63%2080.83%20C%20172.07%2080.89%20172.62%2080.97%20173.02%2081.13%20C%20173.42%2081.28%20173.7%2081.47%20174.02%2081.76%20C%20174.34%2082.06%20174.71%2082.49%20174.95%2082.89%20C%20175.2%2083.29%20175.36%2083.72%20175.48%2084.17%20C%20175.6%2084.61%20175.68%2085.09%20175.69%2085.56%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20180.73%2085.69%20C%20180.77%2086.61%20180.49%2087.45%20180.19%2088.27%20C%20179.9%2089.1%20179.49%2089.94%20178.98%2090.65%20C%20178.46%2091.35%20177.76%2091.93%20177.1%2092.53%20C%20176.45%2093.12%20175.84%2093.79%20175.06%2094.2%20C%20174.27%2094.61%20173.3%2094.87%20172.39%2094.98%20C%20171.49%2095.09%20170.49%2094.98%20169.63%2094.86%20C%20168.76%2094.74%20168.01%2094.65%20167.2%2094.25%20C%20166.39%2093.84%20165.48%2093.03%20164.76%2092.44%20C%20164.04%2091.85%20163.34%2091.42%20162.88%2090.71%20C%20162.42%2090%20162.18%2089.08%20161.98%2088.18%20C%20161.77%2087.27%20161.67%2086.19%20161.67%2085.28%20C%20161.67%2084.37%20161.76%2083.53%20161.98%2082.69%20C%20162.2%2081.86%20162.48%2081.04%20162.97%2080.27%20C%20163.47%2079.5%20164.29%2078.69%20164.96%2078.09%20C%20165.64%2077.48%20166.24%2077%20167%2076.66%20C%20167.76%2076.32%20168.65%2076.15%20169.53%2076.06%20C%20170.42%2075.97%20171.42%2076.03%20172.33%2076.13%20C%20173.24%2076.23%20174.19%2076.3%20174.98%2076.68%20C%20175.78%2077.05%20176.43%2077.79%20177.11%2078.4%20C%20177.78%2079.01%20178.55%2079.62%20179.04%2080.34%20C%20179.52%2081.07%20179.72%2081.87%20180%2082.76%20C%20180.29%2083.66%20180.7%2084.77%20180.73%2085.69%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20185.43%2085.3%20C%20185.49%2086.63%20185.32%2088.15%20184.94%2089.52%20C%20184.56%2090.89%20183.91%2092.39%20183.14%2093.54%20C%20182.37%2094.69%20181.37%2095.56%20180.34%2096.4%20C%20179.3%2097.25%20178.14%2098.09%20176.92%2098.6%20C%20175.7%2099.11%20174.32%2099.28%20172.99%2099.47%20C%20171.66%2099.67%20170.3%2099.95%20168.95%2099.78%20C%20167.61%2099.62%20166.09%2099.06%20164.93%2098.47%20C%20163.78%2097.88%20163.01%2097.18%20162%2096.25%20C%20160.98%2095.32%20159.61%2094.03%20158.84%2092.91%20C%20158.06%2091.79%20157.7%2090.84%20157.35%2089.54%20C%20157%2088.25%20156.75%2086.46%20156.74%2085.15%20C%20156.73%2083.83%20156.93%2082.86%20157.31%2081.64%20C%20157.7%2080.42%20158.34%2079.01%20159.06%2077.85%20C%20159.78%2076.7%20160.68%2075.59%20161.65%2074.72%20C%20162.62%2073.86%20163.63%2073.19%20164.88%2072.67%20C%20166.12%2072.14%20167.77%2071.79%20169.12%2071.56%20C%20170.46%2071.33%20171.67%2071.1%20172.97%2071.28%20C%20174.27%2071.46%20175.63%2072.07%20176.9%2072.64%20C%20178.17%2073.21%20179.61%2073.81%20180.61%2074.7%20C%20181.61%2075.6%20182.22%2076.89%20182.89%2078.03%20C%20183.55%2079.17%20184.18%2080.34%20184.6%2081.55%20C%20185.02%2082.76%20185.37%2083.98%20185.43%2085.3%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20190.44%2085.83%20C%20190.5%2087.67%20189.93%2089.15%20189.37%2090.82%20C%20188.81%2092.48%20188.11%2094.33%20187.08%2095.84%20C%20186.06%2097.35%20184.48%2098.79%20183.21%2099.88%20C%20181.94%20100.96%20181.03%20101.58%20179.46%20102.32%20C%20177.89%20103.06%20175.67%20103.96%20173.78%20104.32%20C%20171.89%20104.67%20169.86%20104.71%20168.09%20104.43%20C%20166.33%20104.15%20164.7%20103.44%20163.19%20102.65%20C%20161.67%20101.87%20160.34%20100.9%20158.99%2099.72%20C%20157.64%2098.53%20156.15%2096.99%20155.09%2095.54%20C%20154.02%2094.09%20153.05%2092.75%20152.61%2091.03%20C%20152.16%2089.32%20152.47%2087.06%20152.42%2085.27%20C%20152.38%2083.48%20151.88%2082%20152.32%2080.3%20C%20152.77%2078.59%20154.03%2076.54%20155.09%2075.03%20C%20156.15%2073.51%20157.35%2072.28%20158.68%2071.2%20C%20160.01%2070.12%20161.5%2069.21%20163.06%2068.55%20C%20164.63%2067.88%20166.32%2067.55%20168.06%2067.23%20C%20169.81%2066.9%20171.75%2066.38%20173.55%2066.59%20C%20175.36%2066.79%20177.24%2067.75%20178.9%2068.45%20C%20180.57%2069.15%20182.07%2069.66%20183.54%2070.79%20C%20185.01%2071.92%20186.81%2073.73%20187.72%2075.23%20C%20188.63%2076.73%20188.54%2078.02%20188.99%2079.79%20C%20189.45%2081.56%20190.38%2083.99%20190.44%2085.83%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20195.07%2085.67%20C%20195.09%2088.04%20194.14%2090.4%20193.51%2092.59%20C%20192.89%2094.77%20192.48%2096.92%20191.33%2098.76%20C%20190.19%20100.59%20188.46%20102.21%20186.65%20103.6%20C%20184.84%20105%20182.59%20106.21%20180.47%20107.14%20C%20178.35%20108.07%20176.11%20108.85%20173.94%20109.18%20C%20171.77%20109.52%20169.65%20109.52%20167.45%20109.16%20C%20165.25%20108.81%20162.79%20107.98%20160.73%20107.07%20C%20158.66%20106.15%20156.75%20105.18%20155.08%20103.68%20C%20153.4%20102.17%20151.85%2099.93%20150.68%2098.03%20C%20149.52%2096.14%20148.62%2094.44%20148.08%2092.29%20C%20147.55%2090.15%20147.42%2087.52%20147.48%2085.19%20C%20147.55%2082.85%20147.92%2080.37%20148.48%2078.29%20C%20149.05%2076.21%20149.74%2074.49%20150.87%2072.71%20C%20152%2070.93%20153.53%2069.07%20155.26%2067.61%20C%20156.98%2066.14%20159.23%2064.75%20161.24%2063.91%20C%20163.25%2063.08%20165.03%2062.83%20167.32%2062.61%20C%20169.61%2062.38%20172.72%2062.37%20174.97%2062.58%20C%20177.22%2062.78%20178.85%2062.95%20180.81%2063.84%20C%20182.76%2064.73%20184.88%2066.33%20186.69%2067.91%20C%20188.5%2069.48%20190.54%2071.53%20191.65%2073.27%20C%20192.76%2075.02%20192.8%2076.3%20193.37%2078.36%20C%20193.94%2080.43%20195.04%2083.3%20195.07%2085.67%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20199.52%2084.83%20C%20199.52%2087.46%20198.63%2090.52%20197.91%2093.15%20C%20197.19%2095.78%20196.49%2098.31%20195.2%20100.62%20C%20193.91%20102.92%20192.2%20105.28%20190.16%20106.99%20C%20188.12%20108.7%20185.53%20109.84%20182.96%20110.87%20C%20180.38%20111.91%20177.4%20112.59%20174.71%20113.18%20C%20172.02%20113.77%20169.34%20114.74%20166.81%20114.43%20C%20164.28%20114.12%20161.9%20112.64%20159.54%20111.34%20C%20157.19%20110.03%20154.7%20108.31%20152.69%20106.62%20C%20150.68%20104.94%20148.84%20103.33%20147.48%20101.24%20C%20146.11%2099.15%20145.38%2096.73%20144.5%2094.09%20C%20143.62%2091.45%20142.3%2088.09%20142.22%2085.4%20C%20142.14%2082.72%20143.25%2080.59%20144.04%2077.99%20C%20144.82%2075.38%20145.51%2072.11%20146.92%2069.76%20C%20148.32%2067.42%20150.41%2065.63%20152.46%2063.93%20C%20154.51%2062.23%20156.73%2060.82%20159.21%2059.57%20C%20161.69%2058.32%20164.66%2056.88%20167.34%2056.42%20C%20170.02%2055.96%20172.64%2056.38%20175.28%2056.8%20C%20177.91%2057.23%20180.69%2057.74%20183.14%2059%20C%20185.59%2060.26%20188.05%2062.39%20189.99%2064.35%20C%20191.93%2066.31%20193.45%2068.6%20194.78%2070.76%20C%20196.11%2072.93%20197.18%2075.01%20197.97%2077.35%20C%20198.76%2079.7%20199.53%2082.19%20199.52%2084.83%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20232.8%2085.37%20C%20232.8%2085.81%20232.75%2086.36%20232.61%2086.83%20C%20232.48%2087.29%20232.24%2087.76%20231.99%2088.14%20C%20231.74%2088.51%20231.44%2088.76%20231.09%2089.06%20C%20230.73%2089.35%20230.27%2089.72%20229.87%2089.89%20C%20229.46%2090.07%20229.06%2090.05%20228.65%2090.1%20C%20228.23%2090.15%20227.8%2090.25%20227.37%2090.19%20C%20226.93%2090.14%20226.46%2089.98%20226.04%2089.78%20C%20225.61%2089.58%20225.14%2089.26%20224.81%2088.99%20C%20224.48%2088.72%20224.26%2088.51%20224.04%2088.15%20C%20223.81%2087.8%20223.59%2087.27%20223.46%2086.84%20C%20223.33%2086.41%20223.27%2086.02%20223.26%2085.59%20C%20223.26%2085.16%20223.33%2084.7%20223.45%2084.25%20C%20223.57%2083.81%20223.74%2083.34%20223.97%2082.94%20C%20224.2%2082.54%20224.51%2082.16%20224.84%2081.87%20C%20225.18%2081.57%20225.59%2081.34%20225.99%2081.16%20C%20226.39%2080.98%20226.75%2080.83%20227.22%2080.79%20C%20227.69%2080.74%20228.36%2080.81%20228.81%2080.87%20C%20229.27%2080.94%20229.56%2080.99%20229.95%2081.17%20C%20230.33%2081.36%20230.75%2081.68%20231.1%2081.98%20C%20231.44%2082.28%20231.76%2082.61%20232.01%2082.98%20C%20232.26%2083.34%20232.47%2083.77%20232.6%2084.17%20C%20232.73%2084.57%20232.79%2084.92%20232.8%2085.37%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20237.54%2085.44%20C%20237.51%2086.29%20237.18%2087.05%20236.94%2087.91%20C%20236.7%2088.77%20236.57%2089.79%20236.11%2090.6%20C%20235.65%2091.4%20234.85%2092.22%20234.16%2092.76%20C%20233.48%2093.31%20232.8%2093.49%20232.01%2093.87%20C%20231.22%2094.25%20230.3%2094.93%20229.41%2095.06%20C%20228.52%2095.2%20227.55%2094.85%20226.67%2094.65%20C%20225.79%2094.45%20224.92%2094.19%20224.13%2093.87%20C%20223.34%2093.56%20222.59%2093.35%20221.93%2092.79%20C%20221.28%2092.23%20220.7%2091.31%20220.2%2090.51%20C%20219.7%2089.72%20219.21%2088.85%20218.93%2088%20C%20218.64%2087.14%20218.47%2086.27%20218.5%2085.39%20C%20218.52%2084.51%20218.81%2083.51%20219.07%2082.71%20C%20219.32%2081.9%20219.58%2081.29%20220.03%2080.56%20C%20220.47%2079.84%20221.08%2079.02%20221.74%2078.38%20C%20222.4%2077.74%20223.2%2077.06%20223.99%2076.73%20C%20224.78%2076.39%20225.54%2076.47%20226.47%2076.36%20C%20227.39%2076.26%20228.61%2075.99%20229.54%2076.1%20C%20230.46%2076.2%20231.27%2076.62%20232.03%2077.01%20C%20232.78%2077.39%20233.37%2077.81%20234.05%2078.41%20C%20234.73%2079%20235.6%2079.84%20236.12%2080.58%20C%20236.64%2081.31%20236.93%2082%20237.17%2082.81%20C%20237.4%2083.62%20237.58%2084.59%20237.54%2085.44%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20242.51%2085.63%20C%20242.54%2086.95%20242.23%2088.42%20241.78%2089.71%20C%20241.32%2091%20240.47%2092.3%20239.76%2093.39%20C%20239.05%2094.49%20238.54%2095.37%20237.5%2096.27%20C%20236.46%2097.18%20234.76%2098.23%20233.54%2098.81%20C%20232.33%2099.39%20231.51%2099.6%20230.22%2099.76%20C%20228.93%2099.93%20227.18%20100.01%20225.78%2099.8%20C%20224.38%2099.58%20223.05%2099.08%20221.83%2098.48%20C%20220.62%2097.88%20219.45%2097.02%20218.5%2096.21%20C%20217.55%2095.39%20216.86%2094.63%20216.12%2093.57%20C%20215.38%2092.51%20214.51%2091.2%20214.08%2089.86%20C%20213.65%2088.51%20213.49%2086.88%20213.54%2085.5%20C%20213.6%2084.13%20213.99%2082.9%20214.42%2081.6%20C%20214.85%2080.31%20215.42%2078.86%20216.13%2077.75%20C%20216.84%2076.64%20217.68%2075.76%20218.69%2074.92%20C%20219.7%2074.08%20220.94%2073.33%20222.18%2072.73%20C%20223.42%2072.13%20224.83%2071.62%20226.12%2071.33%20C%20227.42%2071.04%20228.67%2070.76%20229.96%2071%20C%20231.26%2071.25%20232.7%2072.15%20233.9%2072.79%20C%20235.1%2073.43%20236.19%2074.05%20237.15%2074.85%20C%20238.11%2075.65%20238.95%2076.42%20239.68%2077.58%20C%20240.41%2078.73%20241.09%2080.44%20241.56%2081.79%20C%20242.03%2083.13%20242.47%2084.31%20242.51%2085.63%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20247.34%2085.52%20C%20247.29%2087.37%20246.78%2089.51%20246.2%2091.18%20C%20245.62%2092.86%20244.87%2094.07%20243.85%2095.56%20C%20242.82%2097.05%20241.35%2098.94%20240.04%20100.12%20C%20238.73%20101.31%20237.56%20101.95%20235.99%20102.67%20C%20234.42%20103.4%20232.46%20104.18%20230.61%20104.46%20C%20228.76%20104.73%20226.65%20104.62%20224.88%20104.33%20C%20223.11%20104.04%20221.5%20103.46%20219.99%20102.71%20C%20218.48%20101.97%20217.22%20101.05%20215.83%2099.85%20C%20214.43%2098.66%20212.61%2097.03%20211.62%2095.55%20C%20210.62%2094.07%20210.36%2092.61%20209.86%2090.99%20C%20209.36%2089.36%20208.66%2087.62%20208.62%2085.8%20C%20208.57%2083.97%20209.01%2081.81%20209.57%2080.04%20C%20210.12%2078.27%20210.94%2076.67%20211.95%2075.19%20C%20212.96%2073.7%20214.28%2072.35%20215.65%2071.13%20C%20217.02%2069.91%20218.54%2068.56%20220.19%2067.85%20C%20221.85%2067.15%20223.74%2067.12%20225.58%2066.89%20C%20227.43%2066.65%20229.54%2066.21%20231.28%2066.44%20C%20233.02%2066.66%20234.51%2067.47%20236.01%2068.23%20C%20237.52%2068.99%20238.94%2069.8%20240.31%2070.99%20C%20241.68%2072.18%20243.21%2073.85%20244.24%2075.37%20C%20245.28%2076.89%20246.02%2078.42%20246.53%2080.11%20C%20247.05%2081.8%20247.4%2083.68%20247.34%2085.52%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20251.84%2085.47%20C%20251.81%2087.66%20251.5%2089.88%20250.9%2092.14%20C%20250.31%2094.4%20249.6%2097.22%20248.28%2099.02%20C%20246.96%20100.82%20244.73%20101.63%20243%20102.95%20C%20241.28%20104.28%20240%20105.93%20237.95%20106.97%20C%20235.9%20108.01%20232.8%20108.86%20230.72%20109.19%20C%20228.64%20109.52%20227.51%20109.33%20225.47%20108.96%20C%20223.42%20108.59%20220.58%20107.98%20218.46%20106.96%20C%20216.34%20105.95%20214.56%20104.31%20212.75%20102.88%20C%20210.93%20101.45%20208.79%20100.11%20207.55%2098.39%20C%20206.31%2096.68%20205.89%2094.77%20205.31%2092.61%20C%20204.72%2090.45%20204.05%2087.71%20204.05%2085.45%20C%20204.05%2083.19%20204.72%2081.15%20205.3%2079.04%20C%20205.88%2076.93%20206.32%2074.58%20207.53%2072.79%20C%20208.74%2070.99%20210.85%2069.72%20212.56%2068.27%20C%20214.27%2066.81%20215.79%2065.09%20217.79%2064.07%20C%20219.8%2063.05%20222.25%2062.5%20224.58%2062.15%20C%20226.91%2061.8%20229.59%2061.71%20231.79%2061.97%20C%20234%2062.23%20235.73%2062.72%20237.8%2063.7%20C%20239.87%2064.67%20242.43%2066.3%20244.2%2067.83%20C%20245.97%2069.36%20247.25%2070.99%20248.4%2072.86%20C%20249.56%2074.72%20250.54%2076.9%20251.11%2079%20C%20251.68%2081.1%20251.87%2083.28%20251.84%2085.47%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20256.22%2086.08%20C%20256.29%2088.82%20256.55%2091.67%20255.79%2094.19%20C%20255.03%2096.71%20253.17%2098.97%20251.66%20101.19%20C%20250.15%20103.41%20248.67%20105.66%20246.73%20107.52%20C%20244.8%20109.38%20242.54%20111.34%20240.03%20112.35%20C%20237.51%20113.37%20234.4%20113.46%20231.64%20113.63%20C%20228.87%20113.8%20226.1%20113.82%20223.46%20113.38%20C%20220.81%20112.94%20218.13%20112.05%20215.75%20111.01%20C%20213.38%20109.97%20211.07%20108.87%20209.22%20107.13%20C%20207.36%20105.38%20205.97%20102.9%20204.64%20100.53%20C%20203.3%2098.15%20202.12%2095.38%20201.22%2092.88%20C%20200.33%2090.37%20199.4%2088.11%20199.25%2085.52%20C%20199.11%2082.94%20199.53%2079.92%20200.34%2077.37%20C%20201.16%2074.81%20202.7%2072.37%20204.14%2070.2%20C%20205.57%2068.03%20206.94%2066.04%20208.96%2064.37%20C%20210.97%2062.7%20213.64%2061.48%20216.21%2060.19%20C%20218.77%2058.9%20221.79%2057.16%20224.35%2056.62%20C%20226.91%2056.08%20228.97%2056.32%20231.57%2056.93%20C%20234.17%2057.55%20237.5%2059.1%20239.95%2060.3%20C%20242.41%2061.49%20244.27%2062.48%20246.3%2064.11%20C%20248.34%2065.74%20250.66%2067.8%20252.17%2070.07%20C%20253.67%2072.35%20254.67%2075.1%20255.35%2077.77%20C%20256.02%2080.44%20256.14%2083.35%20256.22%2086.08%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%204.71%2085.57%20C%204.72%2086.01%204.76%2086.46%204.64%2086.88%20C%204.52%2087.29%204.26%2087.7%204.01%2088.08%20C%203.76%2088.47%203.46%2088.9%203.13%2089.19%20C%202.8%2089.47%202.47%2089.61%202.05%2089.78%20C%201.63%2089.96%201.04%2090.16%200.59%2090.24%20C%200.14%2090.31%20-0.24%2090.28%20-0.66%2090.22%20C%20-1.08%2090.15%20-1.53%2090.03%20-1.93%2089.85%20C%20-2.33%2089.66%20-2.7%2089.43%20-3.06%2089.13%20C%20-3.41%2088.82%20-3.79%2088.4%20-4.05%2088.02%20C%20-4.3%2087.64%20-4.48%2087.3%20-4.58%2086.85%20C%20-4.69%2086.41%20-4.69%2085.8%20-4.67%2085.36%20C%20-4.66%2084.93%20-4.58%2084.68%20-4.48%2084.26%20C%20-4.38%2083.83%20-4.28%2083.18%20-4.05%2082.81%20C%20-3.83%2082.43%20-3.48%2082.29%20-3.14%2082.01%20C%20-2.8%2081.74%20-2.42%2081.38%20-2%2081.17%20C%20-1.59%2080.96%20-1.07%2080.8%20-0.64%2080.76%20C%20-0.21%2080.71%200.15%2080.82%200.58%2080.89%20C%201.02%2080.97%201.52%2081.06%201.95%2081.21%20C%202.38%2081.37%202.82%2081.56%203.17%2081.84%20C%203.52%2082.11%203.81%2082.47%204.05%2082.87%20C%204.28%2083.27%204.48%2083.79%204.59%2084.24%20C%204.7%2084.69%204.7%2085.13%204.71%2085.57%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%209.41%2085.53%20C%209.39%2086.4%209.1%2087.13%208.88%2087.98%20C%208.66%2088.82%208.51%2089.79%208.1%2090.59%20C%207.69%2091.39%207.09%2092.15%206.4%2092.78%20C%205.71%2093.41%204.81%2093.98%203.95%2094.36%20C%203.09%2094.74%202.09%2094.94%201.23%2095.04%20C%200.37%2095.14%20-0.35%2095.14%20-1.21%2094.99%20C%20-2.07%2094.84%20-3.11%2094.51%20-3.93%2094.15%20C%20-4.76%2093.79%20-5.46%2093.41%20-6.18%2092.84%20C%20-6.89%2092.28%20-7.75%2091.52%20-8.25%2090.75%20C%20-8.74%2089.98%20-8.92%2089.07%20-9.15%2088.23%20C%20-9.38%2087.4%20-9.64%2086.61%20-9.63%2085.75%20C%20-9.62%2084.88%20-9.35%2083.89%20-9.11%2083.03%20C%20-8.88%2082.17%20-8.74%2081.36%20-8.22%2080.58%20C%20-7.69%2079.8%20-6.69%2078.98%20-5.96%2078.34%20C%20-5.23%2077.71%20-4.59%2077.13%20-3.81%2076.76%20C%20-3.04%2076.39%20-2.13%2076.24%20-1.29%2076.11%20C%20-0.46%2075.98%200.31%2075.86%201.19%2075.98%20C%202.08%2076.09%203.21%2076.42%204.01%2076.81%20C%204.81%2077.19%205.34%2077.7%206%2078.28%20C%206.66%2078.86%207.48%2079.55%207.98%2080.29%20C%208.48%2081.03%208.76%2081.86%209%2082.73%20C%209.24%2083.61%209.43%2084.66%209.41%2085.53%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2014.34%2085.55%20C%2014.4%2086.88%2014.31%2088.4%2013.96%2089.65%20C%2013.62%2090.89%2013.09%2091.92%2012.27%2093.01%20C%2011.45%2094.1%2010.12%2095.27%209.04%2096.18%20C%207.96%2097.1%206.95%2097.93%205.8%2098.49%20C%204.65%2099.05%203.45%2099.43%202.13%2099.56%20C%200.81%2099.7%20-0.76%2099.45%20-2.12%2099.3%20C%20-3.49%2099.14%20-4.84%2099.11%20-6.05%2098.65%20C%20-7.27%2098.18%20-8.38%2097.39%20-9.41%2096.5%20C%20-10.43%2095.62%20-11.5%2094.51%20-12.21%2093.34%20C%20-12.92%2092.16%20-13.36%2090.75%20-13.67%2089.45%20C%20-13.98%2088.15%20-13.97%2086.82%20-14.05%2085.54%20C%20-14.13%2084.26%20-14.48%2082.99%20-14.15%2081.76%20C%20-13.82%2080.53%20-12.88%2079.36%20-12.07%2078.17%20C%20-11.27%2076.98%20-10.37%2075.54%20-9.31%2074.63%20C%20-8.24%2073.71%20-6.86%2073.22%20-5.66%2072.69%20C%20-4.47%2072.15%20-3.45%2071.67%20-2.13%2071.43%20C%20-0.81%2071.2%200.93%2071.16%202.24%2071.27%20C%203.56%2071.39%204.61%2071.53%205.77%2072.13%20C%206.92%2072.73%208.13%2073.97%209.15%2074.88%20C%2010.18%2075.79%2011.18%2076.47%2011.93%2077.6%20C%2012.67%2078.73%2013.21%2080.33%2013.62%2081.65%20C%2014.02%2082.98%2014.29%2084.22%2014.34%2085.55%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2018.94%2085.5%20C%2019.03%2087.35%2019.05%2089.45%2018.54%2091.18%20C%2018.03%2092.9%2016.92%2094.32%2015.88%2095.86%20C%2014.84%2097.4%2013.55%2099.31%2012.28%20100.41%20C%2011%20101.51%209.88%20101.79%208.21%20102.47%20C%206.54%20103.15%204.05%20104.22%202.27%20104.48%20C%200.49%20104.74%20-0.79%20104.35%20-2.47%20104.02%20C%20-4.15%20103.7%20-6.11%20103.29%20-7.79%20102.55%20C%20-9.47%20101.81%20-11.12%20100.72%20-12.53%2099.57%20C%20-13.93%2098.42%20-15.33%2096.97%20-16.21%2095.63%20C%20-17.09%2094.29%20-17.31%2093.22%20-17.83%2091.53%20C%20-18.35%2089.85%20-19.22%2087.4%20-19.32%2085.51%20C%20-19.43%2083.62%20-19.03%2081.87%20-18.44%2080.22%20C%20-17.84%2078.57%20-16.77%2077.05%20-15.75%2075.6%20C%20-14.74%2074.15%20-13.71%2072.78%20-12.35%2071.52%20C%20-10.99%2070.25%20-9.22%2068.78%20-7.6%2068.01%20C%20-5.98%2067.24%20-4.37%2067.15%20-2.62%2066.91%20C%20-0.88%2066.67%201.14%2066.28%202.87%2066.57%20C%204.6%2066.86%206.12%2067.93%207.76%2068.65%20C%209.39%2069.36%2011.27%2069.78%2012.67%2070.86%20C%2014.07%2071.95%2015.28%2073.64%2016.16%2075.17%20C%2017.04%2076.71%2017.5%2078.35%2017.96%2080.07%20C%2018.42%2081.8%2018.84%2083.65%2018.94%2085.5%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2023.19%2084.76%20C%2023.1%2087.02%2022.99%2089.91%2022.38%2092.18%20C%2021.78%2094.45%2020.78%2096.42%2019.58%2098.39%20C%2018.38%20100.37%2016.76%20102.53%2015.2%20104.03%20C%2013.64%20105.53%2012.25%20106.54%2010.22%20107.37%20C%208.19%20108.2%205.23%20108.67%203.02%20108.99%20C%200.81%20109.3%20-0.88%20109.62%20-3.03%20109.25%20C%20-5.19%20108.88%20-7.77%20107.66%20-9.92%20106.78%20C%20-12.08%20105.9%20-14.24%20105.36%20-15.98%20103.98%20C%20-17.72%20102.6%20-19.28%20100.44%20-20.37%2098.49%20C%20-21.46%2096.54%20-22.04%2094.52%20-22.53%2092.26%20C%20-23.01%2089.99%20-23.2%2087.16%20-23.28%2084.9%20C%20-23.36%2082.63%20-23.54%2080.76%20-23.01%2078.65%20C%20-22.48%2076.53%20-21.26%2074.01%20-20.1%2072.2%20C%20-18.94%2070.39%20-17.73%2069.2%20-16.04%2067.78%20C%20-14.36%2066.36%20-12.15%2064.65%20-9.99%2063.67%20C%20-7.82%2062.69%20-5.32%2062.16%20-3.04%2061.9%20C%20-0.75%2061.64%201.57%2061.7%203.72%2062.11%20C%205.86%2062.52%207.88%2063.44%209.83%2064.37%20C%2011.78%2065.3%2013.75%2066.35%2015.43%2067.68%20C%2017.11%2069.02%2018.66%2070.54%2019.91%2072.38%20C%2021.15%2074.21%2022.36%2076.61%2022.91%2078.68%20C%2023.46%2080.74%2023.28%2082.51%2023.19%2084.76%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2028.36%2085.18%20C%2028.45%2087.91%2028.34%2091.36%2027.62%2093.87%20C%2026.9%2096.38%2025.49%2098.07%2024.02%20100.23%20C%2022.54%20102.4%2020.85%20105.05%2018.75%20106.87%20C%2016.66%20108.7%2013.9%20110.03%2011.43%20111.17%20C%208.96%20112.32%206.58%20113.39%203.92%20113.76%20C%201.26%20114.12%20-1.88%20113.68%20-4.54%20113.35%20C%20-7.2%20113.03%20-9.81%20112.84%20-12.05%20111.82%20C%20-14.28%20110.81%20-15.98%20109.08%20-17.94%20107.26%20C%20-19.91%20105.45%20-22.29%20103.21%20-23.85%20100.92%20C%20-25.41%2098.64%20-26.61%2096.08%20-27.33%2093.56%20C%20-28.05%2091.04%20-28.17%2088.44%20-28.17%2085.79%20C%20-28.17%2083.14%20-28.06%2080.3%20-27.33%2077.66%20C%20-26.6%2075.03%20-25.27%2072.29%20-23.8%2069.97%20C%20-22.33%2067.65%20-20.41%2065.55%20-18.52%2063.74%20C%20-16.63%2061.94%20-14.82%2060.27%20-12.47%2059.13%20C%20-10.13%2058%20-7.09%2057.14%20-4.44%2056.92%20C%20-1.79%2056.7%200.8%2057.31%203.45%2057.82%20C%206.1%2058.33%208.88%2058.97%2011.46%2059.97%20C%2014.04%2060.96%2016.75%2062.16%2018.93%2063.78%20C%2021.1%2065.39%2023.14%2067.36%2024.5%2069.64%20C%2025.85%2071.93%2026.39%2074.88%2027.04%2077.47%20C%2027.68%2080.06%2028.26%2082.45%2028.36%2085.18%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2033.29%20142.65%20C%2033.29%20143.09%2033.09%20143.38%2032.96%20143.8%20C%2032.83%20144.23%2032.73%20144.81%2032.49%20145.19%20C%2032.26%20145.57%2031.88%20145.81%2031.56%20146.09%20C%2031.23%20146.38%2030.94%20146.74%2030.54%20146.91%20C%2030.14%20147.08%2029.6%20147.08%2029.15%20147.14%20C%2028.71%20147.19%2028.29%20147.3%2027.86%20147.24%20C%2027.44%20147.18%2027.01%20146.98%2026.59%20146.78%20C%2026.18%20146.59%2025.72%20146.36%2025.38%20146.07%20C%2025.03%20145.78%2024.79%20145.39%2024.54%20145.03%20C%2024.29%20144.67%2024.02%20144.32%2023.88%20143.9%20C%2023.73%20143.47%2023.66%20142.94%2023.67%20142.48%20C%2023.69%20142.03%2023.84%20141.64%2023.98%20141.19%20C%2024.12%20140.74%2024.3%20140.16%2024.51%20139.78%20C%2024.73%20139.4%2024.91%20139.15%2025.26%20138.9%20C%2025.6%20138.64%2026.16%20138.43%2026.58%20138.26%20C%2027.01%20138.1%2027.37%20138%2027.8%20137.9%20C%2028.22%20137.81%2028.7%20137.66%2029.12%20137.7%20C%2029.54%20137.73%2029.93%20137.91%2030.33%20138.12%20C%2030.74%20138.33%2031.19%20138.66%2031.56%20138.98%20C%2031.93%20139.29%2032.33%20139.66%2032.56%20140.02%20C%2032.8%20140.38%2032.84%20140.69%2032.96%20141.13%20C%2033.08%20141.57%2033.29%20142.2%2033.29%20142.65%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2038.08%20142.79%20C%2038.08%20143.66%2037.89%20144.3%2037.64%20145.09%20C%2037.4%20145.87%2037.04%20146.71%2036.59%20147.48%20C%2036.15%20148.25%2035.67%20149.1%2034.98%20149.73%20C%2034.3%20150.35%2033.36%20150.82%2032.46%20151.21%20C%2031.56%20151.6%2030.5%20151.94%2029.6%20152.06%20C%2028.71%20152.18%2027.93%20152.1%2027.1%20151.91%20C%2026.27%20151.72%2025.39%20151.35%2024.6%20150.94%20C%2023.81%20150.54%2023.07%20150.07%2022.36%20149.49%20C%2021.66%20148.91%2020.87%20148.16%2020.38%20147.48%20C%2019.89%20146.8%2019.63%20146.25%2019.4%20145.42%20C%2019.17%20144.58%2019%20143.42%2019%20142.48%20C%2019%20141.54%2019.14%20140.6%2019.39%20139.77%20C%2019.65%20138.95%2020.07%20138.31%2020.54%20137.55%20C%2021.01%20136.79%2021.53%20135.83%2022.22%20135.23%20C%2022.91%20134.63%2023.87%20134.26%2024.69%20133.92%20C%2025.51%20133.59%2026.32%20133.38%2027.14%20133.22%20C%2027.97%20133.07%2028.77%20132.9%2029.65%20133%20C%2030.54%20133.1%2031.62%20133.44%2032.45%20133.84%20C%2033.27%20134.24%2033.91%20134.83%2034.59%20135.41%20C%2035.28%20136%2036.05%20136.59%2036.56%20137.33%20C%2037.07%20138.07%2037.39%20138.93%2037.65%20139.84%20C%2037.9%20140.75%2038.08%20141.91%2038.08%20142.79%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2042.94%20142.65%20C%2042.93%20143.97%2042.53%20145.03%2042.12%20146.36%20C%2041.72%20147.69%2041.19%20149.41%2040.52%20150.64%20C%2039.84%20151.87%2039.1%20152.98%2038.08%20153.74%20C%2037.06%20154.5%2035.62%20154.72%2034.38%20155.22%20C%2033.15%20155.72%2031.96%20156.47%2030.66%20156.75%20C%2029.35%20157.03%2027.91%20157.09%2026.57%20156.92%20C%2025.22%20156.74%2023.87%20156.36%2022.61%20155.73%20C%2021.35%20155.09%2020.07%20154.01%2019.03%20153.11%20C%2017.99%20152.2%2017.05%20151.35%2016.37%20150.28%20C%2015.69%20149.22%2015.33%20148%2014.95%20146.72%20C%2014.56%20145.44%2014.07%20143.96%2014.04%20142.63%20C%2014.02%20141.29%2014.35%20140.02%2014.78%20138.71%20C%2015.21%20137.39%2015.87%20135.93%2016.62%20134.74%20C%2017.37%20133.56%2018.33%20132.49%2019.26%20131.61%20C%2020.19%20130.73%2021%20129.97%2022.2%20129.45%20C%2023.4%20128.94%2025.1%20128.73%2026.47%20128.53%20C%2027.85%20128.33%2029.18%20128.05%2030.46%20128.26%20C%2031.74%20128.47%2032.86%20129.19%2034.15%20129.78%20C%2035.44%20130.36%2037.13%20130.96%2038.18%20131.77%20C%2039.23%20132.57%2039.79%20133.51%2040.45%20134.63%20C%2041.12%20135.74%2041.75%20137.12%2042.17%20138.46%20C%2042.58%20139.79%2042.94%20141.34%2042.94%20142.65%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2047.57%20142.27%20C%2047.48%20144.16%2046.99%20146.22%2046.47%20147.95%20C%2045.94%20149.68%2045.31%20151.2%2044.44%20152.65%20C%2043.56%20154.1%2042.54%20155.49%2041.2%20156.68%20C%2039.86%20157.87%2037.99%20159%2036.39%20159.79%20C%2034.8%20160.58%2033.42%20161.15%2031.62%20161.44%20C%2029.82%20161.73%2027.46%20161.87%2025.59%20161.52%20C%2023.72%20161.16%2022.03%20160.01%2020.4%20159.3%20C%2018.78%20158.6%2017.24%20158.3%2015.83%20157.27%20C%2014.41%20156.25%2012.82%20154.68%2011.91%20153.17%20C%2010.99%20151.65%2010.74%20149.86%2010.34%20148.18%20C%209.95%20146.51%209.55%20145.04%209.53%20143.12%20C%209.52%20141.2%209.72%20138.58%2010.25%20136.66%20C%2010.79%20134.74%2011.76%20133.05%2012.74%20131.58%20C%2013.72%20130.11%2014.86%20128.9%2016.12%20127.85%20C%2017.37%20126.79%2018.68%20126.05%2020.29%20125.26%20C%2021.9%20124.47%2023.98%20123.38%2025.78%20123.12%20C%2027.59%20122.85%2029.33%20123.37%2031.12%20123.66%20C%2032.92%20123.95%2034.9%20124.11%2036.54%20124.83%20C%2038.19%20125.55%2039.65%20126.72%2040.97%20127.97%20C%2042.3%20129.23%2043.48%20130.91%2044.48%20132.35%20C%2045.48%20133.79%2046.47%20134.95%2046.99%20136.6%20C%2047.5%20138.25%2047.65%20140.38%2047.57%20142.27%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2052.27%20141.99%20C%2052.14%20144.18%2051.3%20146.95%2050.68%20149.17%20C%2050.06%20151.38%2049.69%20153.39%2048.55%20155.29%20C%2047.42%20157.2%2045.64%20159.11%2043.87%20160.62%20C%2042.1%20162.12%2039.85%20163.37%2037.93%20164.31%20C%2036.01%20165.25%2034.51%20165.96%2032.35%20166.25%20C%2030.19%20166.53%2027.32%20166.36%2024.99%20166.02%20C%2022.66%20165.68%2020.29%20165.19%2018.36%20164.22%20C%2016.44%20163.25%2015.08%20161.69%2013.44%20160.22%20C%2011.8%20158.75%209.84%20157.28%208.54%20155.4%20C%207.23%20153.52%206.32%20151.06%205.62%20148.91%20C%204.91%20146.77%204.29%20144.72%204.28%20142.54%20C%204.28%20140.37%204.92%20138.01%205.58%20135.87%20C%206.24%20133.73%207.02%20131.56%208.23%20129.68%20C%209.43%20127.81%2011.03%20126.03%2012.81%20124.64%20C%2014.59%20123.24%2016.83%20122.33%2018.89%20121.31%20C%2020.94%20120.3%2023%20118.9%2025.15%20118.54%20C%2027.31%20118.19%2029.67%20118.81%2031.83%20119.19%20C%2033.99%20119.56%2036.08%20119.93%2038.11%20120.79%20C%2040.13%20121.64%2042.32%20122.81%2043.99%20124.31%20C%2045.67%20125.8%2046.92%20127.82%2048.16%20129.78%20C%2049.4%20131.74%2050.73%20134.03%2051.42%20136.06%20C%2052.1%20138.1%2052.39%20139.81%2052.27%20141.99%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2057.07%20142.38%20C%2057.01%20145.04%2056.41%20148.05%2055.68%20150.55%20C%2054.95%20153.06%2054.15%20155.16%2052.68%20157.4%20C%2051.22%20159.63%2049.08%20162.22%2046.88%20163.96%20C%2044.68%20165.7%2041.82%20166.63%2039.49%20167.83%20C%2037.16%20169.04%2035.36%20170.73%2032.88%20171.17%20C%2030.39%20171.62%2027.25%20171.03%2024.59%20170.52%20C%2021.92%20170.02%2019.45%20169.19%2016.9%20168.12%20C%2014.35%20167.05%2011.26%20165.91%209.29%20164.12%20C%207.32%20162.33%206.32%20159.63%205.08%20157.4%20C%203.84%20155.17%202.64%20153.22%201.87%20150.73%20C%201.1%20148.24%200.57%20145.19%200.46%20142.46%20C%200.35%20139.74%200.43%20136.93%201.19%20134.38%20C%201.94%20131.83%203.56%20129.43%204.99%20127.15%20C%206.43%20124.88%207.9%20122.55%209.79%20120.76%20C%2011.67%20118.96%2013.85%20117.64%2016.32%20116.39%20C%2018.79%20115.14%2021.94%20113.54%2024.61%20113.25%20C%2027.29%20112.96%2029.74%20114%2032.37%20114.65%20C%2035.01%20115.31%2038.06%20116.12%2040.43%20117.19%20C%2042.8%20118.25%2044.67%20119.37%2046.6%20121.03%20C%2048.52%20122.68%2050.42%20124.84%2051.99%20127.1%20C%2053.57%20129.36%2055.21%20132.04%2056.06%20134.59%20C%2056.9%20137.13%2057.13%20139.72%2057.07%20142.38%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2090.25%20142.66%20C%2090.24%20143.11%2090.18%20143.44%2090.05%20143.84%20C%2089.92%20144.24%2089.7%20144.69%2089.47%20145.07%20C%2089.24%20145.45%2089.01%20145.83%2088.67%20146.12%20C%2088.32%20146.4%2087.83%20146.61%2087.41%20146.79%20C%2086.98%20146.98%2086.54%20147.15%2086.12%20147.21%20C%2085.7%20147.27%2085.3%20147.24%2084.88%20147.16%20C%2084.45%20147.09%2083.97%20146.91%2083.55%20146.76%20C%2083.13%20146.61%2082.71%20146.53%2082.37%20146.23%20C%2082.04%20145.94%2081.77%20145.37%2081.53%20144.98%20C%2081.3%20144.59%2081.1%20144.31%2080.97%20143.9%20C%2080.84%20143.49%2080.78%20142.99%2080.77%20142.53%20C%2080.75%20142.07%2080.75%20141.6%2080.88%20141.15%20C%2081%20140.71%2081.24%20140.24%2081.49%20139.87%20C%2081.75%20139.49%2082.07%20139.18%2082.41%20138.9%20C%2082.75%20138.62%2083.14%20138.37%2083.53%20138.17%20C%2083.92%20137.98%2084.32%20137.8%2084.75%20137.74%20C%2085.17%20137.68%2085.65%20137.75%2086.1%20137.83%20C%2086.55%20137.9%2087.04%20138.03%2087.47%20138.2%20C%2087.9%20138.38%2088.33%20138.59%2088.66%20138.88%20C%2089%20139.18%2089.25%20139.61%2089.48%20139.99%20C%2089.72%20140.37%2089.95%20140.71%2090.07%20141.16%20C%2090.2%20141.6%2090.25%20142.21%2090.25%20142.66%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2094.99%20142.44%20C%2094.97%20143.31%2094.84%20144.15%2094.61%20145.04%20C%2094.39%20145.92%2094.1%20146.97%2093.65%20147.74%20C%2093.2%20148.51%2092.57%20149.08%2091.9%20149.66%20C%2091.24%20150.24%2090.51%20150.87%2089.67%20151.24%20C%2088.83%20151.61%2087.8%20151.78%2086.85%20151.89%20C%2085.91%20152%2084.86%20152.01%2084.01%20151.9%20C%2083.15%20151.78%2082.5%20151.57%2081.71%20151.2%20C%2080.92%20150.82%2079.99%20150.25%2079.26%20149.63%20C%2078.54%20149.02%2077.82%20148.29%2077.37%20147.53%20C%2076.91%20146.77%2076.74%20145.92%2076.53%20145.07%20C%2076.32%20144.22%2076.17%20143.28%2076.12%20142.43%20C%2076.08%20141.57%2076.05%20140.77%2076.28%20139.93%20C%2076.51%20139.09%2076.99%20138.16%2077.49%20137.4%20C%2077.99%20136.63%2078.65%20135.93%2079.3%20135.33%20C%2079.95%20134.72%2080.57%20134.12%2081.39%20133.78%20C%2082.22%20133.45%2083.33%20133.43%2084.25%20133.33%20C%2085.17%20133.23%2086.08%20133.07%2086.92%20133.17%20C%2087.75%20133.27%2088.47%20133.55%2089.27%20133.93%20C%2090.06%20134.32%2090.94%20134.9%2091.69%20135.48%20C%2092.43%20136.07%2093.23%20136.74%2093.73%20137.46%20C%2094.24%20138.18%2094.51%20138.99%2094.72%20139.82%20C%2094.93%20140.65%2095%20141.57%2094.99%20142.44%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2099.67%20142.47%20C%2099.66%20143.77%2099.31%20144.99%2098.95%20146.29%20C%2098.59%20147.59%2098.16%20149.07%2097.49%20150.28%20C%2096.82%20151.48%2095.92%20152.73%2094.93%20153.54%20C%2093.93%20154.35%2092.68%20154.55%2091.52%20155.14%20C%2090.35%20155.72%2089.26%20156.82%2087.95%20157.04%20C%2086.63%20157.26%2085.03%20156.71%2083.64%20156.46%20C%2082.25%20156.22%2080.85%20156.1%2079.61%20155.57%20C%2078.37%20155.03%2077.22%20154.15%2076.22%20153.25%20C%2075.23%20152.35%2074.35%20151.33%2073.63%20150.16%20C%2072.91%20149%2072.31%20147.61%2071.9%20146.28%20C%2071.49%20144.95%2071.19%20143.46%2071.18%20142.18%20C%2071.17%20140.89%2071.47%20139.79%2071.83%20138.56%20C%2072.2%20137.33%2072.62%20135.89%2073.36%20134.79%20C%2074.1%20133.69%2075.24%20132.82%2076.25%20131.96%20C%2077.26%20131.1%2078.19%20130.15%2079.41%20129.62%20C%2080.63%20129.08%2082.18%20128.95%2083.55%20128.75%20C%2084.93%20128.54%2086.33%20128.26%2087.64%20128.38%20C%2088.95%20128.49%2090.25%20128.89%2091.42%20129.44%20C%2092.59%20129.99%2093.6%20130.79%2094.66%20131.68%20C%2095.71%20132.57%2097.02%20133.62%2097.74%20134.75%20C%2098.46%20135.89%2098.66%20137.22%2098.98%20138.51%20C%2099.3%20139.79%2099.68%20141.17%2099.67%20142.47%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20104.51%20142.46%20C%20104.51%20144.26%20104.19%20146.34%20103.74%20148.09%20C%20103.29%20149.83%20102.77%20151.5%20101.82%20152.94%20C%20100.87%20154.39%2099.46%20155.64%2098.03%20156.74%20C%2096.6%20157.84%2094.89%20158.8%2093.23%20159.53%20C%2091.57%20160.26%2089.76%20160.78%2088.07%20161.13%20C%2086.39%20161.48%2084.86%20161.92%2083.12%20161.64%20C%2081.39%20161.36%2079.29%20160.25%2077.66%20159.45%20C%2076.03%20158.65%2074.75%20157.96%2073.35%20156.84%20C%2071.94%20155.73%2070.24%20154.24%2069.23%20152.74%20C%2068.22%20151.25%2067.68%20149.64%2067.29%20147.88%20C%2066.9%20146.12%2066.86%20143.95%2066.87%20142.18%20C%2066.88%20140.42%2066.89%20138.98%2067.35%20137.3%20C%2067.81%20135.62%2068.72%20133.59%2069.61%20132.09%20C%2070.49%20130.6%2071.3%20129.48%2072.68%20128.35%20C%2074.07%20127.21%2076.28%20126.09%2077.93%20125.31%20C%2079.57%20124.52%2080.87%20123.8%2082.57%20123.61%20C%2084.28%20123.42%2086.28%20123.93%2088.16%20124.19%20C%2090.04%20124.44%2092.16%20124.43%2093.84%20125.11%20C%2095.52%20125.79%2097%20127.08%2098.25%20128.27%20C%2099.5%20129.46%20100.42%20130.74%20101.34%20132.25%20C%20102.26%20133.76%20103.22%20135.64%20103.75%20137.34%20C%20104.28%20139.05%20104.52%20140.67%20104.51%20142.46%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20109.75%20142.77%20C%20109.74%20144.98%20109.37%20146.81%20108.63%20148.85%20C%20107.88%20150.89%20106.52%20153.06%20105.3%20155.02%20C%20104.09%20156.98%20102.98%20159.15%20101.33%20160.61%20C%2099.68%20162.07%2097.44%20162.94%2095.39%20163.78%20C%2093.33%20164.62%2091.17%20165.28%2088.98%20165.64%20C%2086.78%20165.99%2084.43%20166.17%2082.22%20165.9%20C%2080.01%20165.64%2077.7%20164.9%2075.71%20164.03%20C%2073.71%20163.16%2071.93%20162.22%2070.25%20160.67%20C%2068.56%20159.12%2066.88%20156.62%2065.61%20154.73%20C%2064.33%20152.84%2063.18%20151.34%2062.58%20149.33%20C%2061.97%20147.31%2062.03%20144.81%2061.96%20142.62%20C%2061.9%20140.43%2061.55%20138.31%2062.18%20136.18%20C%2062.82%20134.05%2064.44%20131.76%2065.79%20129.84%20C%2067.13%20127.91%2068.59%20126.14%2070.27%20124.66%20C%2071.95%20123.17%2073.88%20121.82%2075.88%20120.91%20C%2077.87%20120.01%2080.14%20119.62%2082.25%20119.22%20C%2084.36%20118.82%2086.31%20118.27%2088.54%20118.51%20C%2090.78%20118.76%2093.57%20119.64%2095.64%20120.68%20C%2097.71%20121.73%2099.34%20123.34%20100.99%20124.79%20C%20102.63%20126.25%20104.22%20127.62%20105.51%20129.42%20C%20106.8%20131.22%20108.02%20133.36%20108.72%20135.58%20C%20109.43%20137.81%20109.77%20140.56%20109.75%20142.77%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20113.69%20141.86%20C%20113.79%20144.58%20113.56%20148.5%20112.87%20151.17%20C%20112.18%20153.83%20110.99%20155.59%20109.55%20157.85%20C%20108.1%20160.12%20106.18%20162.86%20104.19%20164.75%20C%20102.2%20166.64%20100.06%20168.33%2097.58%20169.19%20C%2095.11%20170.05%2091.98%20169.58%2089.34%20169.89%20C%2086.69%20170.19%2084.47%20171.41%2081.73%20171.03%20C%2078.99%20170.65%2075.45%20168.84%2072.91%20167.62%20C%2070.37%20166.39%2068.37%20165.32%2066.49%20163.67%20C%2064.61%20162.02%2063.11%20159.92%2061.62%20157.7%20C%2060.13%20155.47%2058.31%20152.92%2057.56%20150.3%20C%2056.81%20147.68%2056.98%20144.53%2057.11%20141.96%20C%2057.24%20139.38%2057.51%20137.37%2058.32%20134.84%20C%2059.14%20132.31%2060.51%20129.08%2061.98%20126.78%20C%2063.46%20124.49%2065.32%20122.82%2067.19%20121.06%20C%2069.05%20119.3%2070.76%20117.45%2073.19%20116.23%20C%2075.61%20115.01%2078.92%20114.07%2081.73%20113.73%20C%2084.54%20113.39%2087.34%20113.79%2090.02%20114.21%20C%2092.7%20114.62%2095.38%20115.17%2097.82%20116.22%20C%20100.26%20117.26%20102.79%20118.61%20104.66%20120.47%20C%20106.53%20122.34%20107.77%20125.02%20109.03%20127.42%20C%20110.29%20129.81%20111.47%20132.44%20112.25%20134.85%20C%20113.02%20137.26%20113.58%20139.15%20113.69%20141.86%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20147.25%20142.47%20C%20147.25%20142.92%20147.1%20143.48%20146.99%20143.91%20C%20146.88%20144.33%20146.84%20144.67%20146.6%20145.03%20C%20146.36%20145.4%20145.9%20145.8%20145.56%20146.09%20C%20145.22%20146.38%20144.93%20146.6%20144.54%20146.78%20C%20144.15%20146.97%20143.69%20147.1%20143.22%20147.19%20C%20142.75%20147.29%20142.15%20147.39%20141.71%20147.33%20C%20141.26%20147.28%20140.92%20147.05%20140.54%20146.86%20C%20140.17%20146.66%20139.8%20146.47%20139.48%20146.16%20C%20139.16%20145.85%20138.89%20145.4%20138.62%20145.01%20C%20138.36%20144.62%20138.05%20144.23%20137.91%20143.82%20C%20137.77%20143.41%20137.78%20142.96%20137.79%20142.53%20C%20137.79%20142.1%20137.82%20141.7%20137.94%20141.26%20C%20138.07%20140.82%20138.31%20140.27%20138.55%20139.88%20C%20138.79%20139.49%20139.08%20139.18%20139.4%20138.9%20C%20139.72%20138.63%20140.06%20138.44%20140.46%20138.26%20C%20140.85%20138.07%20141.34%20137.88%20141.79%20137.8%20C%20142.24%20137.71%20142.72%20137.71%20143.15%20137.77%20C%20143.58%20137.82%20143.98%20137.95%20144.38%20138.13%20C%20144.78%20138.31%20145.19%20138.55%20145.53%20138.84%20C%20145.88%20139.14%20146.23%20139.49%20146.47%20139.89%20C%20146.71%20140.29%20146.87%20140.81%20147%20141.24%20C%20147.13%20141.67%20147.25%20142.03%20147.25%20142.47%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20152.2%20142.56%20C%20152.22%20143.48%20151.9%20144.3%20151.59%20145.18%20C%20151.29%20146.05%20150.83%20147.07%20150.36%20147.8%20C%20149.88%20148.53%20149.35%20148.98%20148.72%20149.57%20C%20148.09%20150.15%20147.39%20150.89%20146.58%20151.3%20C%20145.77%20151.7%20144.76%20151.89%20143.88%20151.98%20C%20143%20152.07%20142.15%20151.94%20141.28%20151.83%20C%20140.41%20151.72%20139.52%20151.69%20138.66%20151.3%20C%20137.79%20150.91%20136.78%20150.11%20136.11%20149.47%20C%20135.44%20148.84%20135.09%20148.24%20134.64%20147.5%20C%20134.18%20146.76%20133.67%20145.87%20133.37%20145.04%20C%20133.07%20144.22%20132.85%20143.45%20132.82%20142.56%20C%20132.8%20141.67%20132.94%20140.61%20133.21%20139.72%20C%20133.48%20138.83%20133.91%20137.91%20134.43%20137.21%20C%20134.94%20136.5%20135.62%20136.09%20136.31%20135.5%20C%20137.01%20134.92%20137.79%20134.09%20138.6%20133.68%20C%20139.41%20133.27%20140.33%20133.15%20141.2%20133.05%20C%20142.06%20132.96%20142.89%20133.02%20143.78%20133.11%20C%20144.68%20133.2%20145.75%20133.19%20146.57%20133.58%20C%20147.39%20133.98%20148.04%20134.79%20148.7%20135.47%20C%20149.37%20136.15%20150.1%20136.96%20150.56%20137.66%20C%20151.02%20138.35%20151.19%20138.83%20151.46%20139.65%20C%20151.73%20140.47%20152.17%20141.64%20152.2%20142.56%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20156.65%20142.86%20C%20156.67%20144.24%20156.57%20145.38%20156.21%20146.62%20C%20155.86%20147.86%20155.23%20149.27%20154.53%20150.31%20C%20153.83%20151.36%20153.05%20152.04%20152.01%20152.87%20C%20150.98%20153.71%20149.55%20154.76%20148.34%20155.32%20C%20147.14%20155.89%20146.11%20156.06%20144.78%20156.29%20C%20143.44%20156.53%20141.72%20156.91%20140.31%20156.73%20C%20138.9%20156.56%20137.47%20155.8%20136.32%20155.22%20C%20135.17%20154.65%20134.39%20154.06%20133.42%20153.27%20C%20132.45%20152.48%20131.26%20151.61%20130.5%20150.48%20C%20129.75%20149.35%20129.29%20147.84%20128.89%20146.5%20C%20128.48%20145.16%20128.09%20143.75%20128.05%20142.44%20C%20128.02%20141.13%20128.27%20139.89%20128.68%20138.63%20C%20129.1%20137.37%20129.79%20136.06%20130.53%20134.88%20C%20131.27%20133.7%20132.09%20132.48%20133.11%20131.56%20C%20134.13%20130.64%20135.4%20129.86%20136.65%20129.36%20C%20137.9%20128.85%20139.34%20128.66%20140.62%20128.53%20C%20141.91%20128.4%20143.06%20128.42%20144.35%20128.57%20C%20145.65%20128.71%20147.12%20128.9%20148.41%20129.42%20C%20149.7%20129.94%20151.09%20130.77%20152.1%20131.69%20C%20153.11%20132.61%20153.79%20133.83%20154.46%20134.94%20C%20155.13%20136.04%20155.73%20137.01%20156.1%20138.33%20C%20156.46%20139.65%20156.63%20141.48%20156.65%20142.86%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20161.62%20142.53%20C%20161.62%20144.4%20161.52%20146.39%20161%20148.09%20C%20160.49%20149.78%20159.51%20151.25%20158.55%20152.71%20C%20157.59%20154.17%20156.58%20155.64%20155.24%20156.84%20C%20153.89%20158.04%20152.1%20159.19%20150.46%20159.9%20C%20148.82%20160.61%20147.22%20160.9%20145.42%20161.1%20C%20143.62%20161.3%20141.45%20161.24%20139.66%20161.08%20C%20137.88%20160.92%20136.26%20160.78%20134.69%20160.14%20C%20133.12%20159.49%20131.67%20158.39%20130.24%20157.21%20C%20128.82%20156.02%20127.18%20154.58%20126.15%20153.03%20C%20125.11%20151.48%20124.47%20149.65%20124.04%20147.91%20C%20123.61%20146.17%20123.59%20144.41%20123.56%20142.59%20C%20123.53%20140.77%20123.4%20138.67%20123.87%20137%20C%20124.34%20135.34%20125.4%20134.06%20126.36%20132.59%20C%20127.33%20131.13%20128.19%20129.47%20129.66%20128.21%20C%20131.12%20126.95%20133.37%20125.85%20135.14%20125.03%20C%20136.91%20124.21%20138.58%20123.59%20140.27%20123.31%20C%20141.97%20123.03%20143.64%20123.06%20145.33%20123.36%20C%20147.02%20123.65%20148.86%20124.29%20150.43%20125.09%20C%20152%20125.88%20153.34%20126.87%20154.75%20128.11%20C%20156.15%20129.35%20157.82%20131.09%20158.85%20132.55%20C%20159.89%20134%20160.52%20135.2%20160.98%20136.87%20C%20161.44%20138.53%20161.62%20140.66%20161.62%20142.53%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20166.07%20142.02%20C%20166.07%20144.3%20165.52%20147.04%20164.97%20149.31%20C%20164.43%20151.58%20163.93%20153.82%20162.78%20155.64%20C%20161.64%20157.45%20159.87%20158.83%20158.12%20160.21%20C%20156.36%20161.59%20154.27%20162.97%20152.27%20163.93%20C%20150.26%20164.89%20148.25%20165.58%20146.08%20165.98%20C%20143.9%20166.38%20141.44%20166.65%20139.22%20166.33%20C%20137%20166.02%20134.78%20165.12%20132.75%20164.09%20C%20130.72%20163.06%20128.83%20161.58%20127.05%20160.16%20C%20125.27%20158.74%20123.24%20157.36%20122.06%20155.57%20C%20120.89%20153.78%20120.46%20151.71%20119.99%20149.44%20C%20119.52%20147.17%20119.21%20144.12%20119.25%20141.95%20C%20119.28%20139.78%20119.72%20138.46%20120.19%20136.41%20C%20120.67%20134.37%20120.95%20131.67%20122.1%20129.68%20C%20123.26%20127.69%20125.29%20125.88%20127.11%20124.45%20C%20128.93%20123.03%20131.01%20122.03%20133%20121.14%20C%20135%20120.26%20136.86%20119.54%20139.06%20119.17%20C%20141.25%20118.79%20143.95%20118.67%20146.18%20118.91%20C%20148.41%20119.15%20150.47%20119.77%20152.44%20120.6%20C%20154.42%20121.44%20156.39%20122.47%20158.03%20123.93%20C%20159.67%20125.39%20161.13%20127.43%20162.28%20129.37%20C%20163.43%20131.31%20164.32%20133.48%20164.95%20135.59%20C%20165.58%20137.7%20166.06%20139.73%20166.07%20142.02%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20170.55%20142.65%20C%20170.56%20145.38%20169.95%20148.15%20169.28%20150.75%20C%20168.61%20153.35%20167.92%20155.99%20166.52%20158.24%20C%20165.13%20160.49%20163.08%20162.55%20160.92%20164.26%20C%20158.75%20165.96%20155.95%20167.48%20153.54%20168.48%20C%20151.13%20169.48%20149.08%20169.93%20146.48%20170.27%20C%20143.88%20170.6%20140.59%20170.88%20137.95%20170.51%20C%20135.32%20170.14%20133.01%20169.17%20130.66%20168.03%20C%20128.31%20166.9%20125.89%20165.47%20123.84%20163.7%20C%20121.79%20161.92%20119.92%20159.62%20118.38%20157.4%20C%20116.84%20155.17%20115.34%20152.83%20114.62%20150.35%20C%20113.91%20147.87%20114.1%20145.19%20114.08%20142.52%20C%20114.07%20139.85%20113.71%20137%20114.51%20134.33%20C%20115.31%20131.66%20117.32%20128.62%20118.91%20126.5%20C%20120.49%20124.37%20122.16%20123.3%20124.03%20121.57%20C%20125.89%20119.84%20127.74%20117.39%20130.1%20116.14%20C%20132.46%20114.89%20135.43%20114.45%20138.2%20114.06%20C%20140.97%20113.67%20144.04%20113.39%20146.74%20113.79%20C%20149.44%20114.19%20151.98%20115.27%20154.4%20116.46%20C%20156.81%20117.66%20159.2%20119.14%20161.23%20120.97%20C%20163.26%20122.8%20165.25%20125.21%20166.58%20127.44%20C%20167.9%20129.67%20168.52%20131.82%20169.18%20134.35%20C%20169.84%20136.88%20170.53%20139.91%20170.55%20142.65%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20204.24%20142.47%20C%20204.23%20142.92%20204.12%20143.38%20203.99%20143.81%20C%20203.86%20144.24%20203.7%20144.66%20203.45%20145.07%20C%20203.2%20145.48%20202.8%20145.97%20202.48%20146.25%20C%20202.16%20146.53%20201.92%20146.61%20201.53%20146.75%20C%20201.14%20146.89%20200.56%20147.01%20200.11%20147.09%20C%20199.67%20147.18%20199.29%20147.29%20198.86%20147.26%20C%20198.43%20147.23%20197.95%20147.08%20197.55%20146.9%20C%20197.14%20146.72%20196.78%20146.48%20196.43%20146.19%20C%20196.08%20145.9%20195.7%20145.57%20195.45%20145.16%20C%20195.2%20144.74%20195.03%20144.13%20194.93%20143.68%20C%20194.82%20143.24%20194.8%20142.91%20194.81%20142.49%20C%20194.83%20142.08%20194.89%20141.59%20195.01%20141.18%20C%20195.13%20140.77%20195.31%20140.4%20195.53%20140.02%20C%20195.75%20139.64%20196.01%20139.22%20196.34%20138.91%20C%20196.67%20138.6%20197.1%20138.35%20197.49%20138.14%20C%20197.89%20137.93%20198.28%20137.71%20198.71%20137.67%20C%20199.15%20137.62%20199.64%20137.79%20200.09%20137.87%20C%20200.55%20137.95%20201.01%20137.95%20201.45%20138.14%20C%20201.89%20138.33%20202.38%20138.69%20202.72%20138.99%20C%20203.06%20139.29%20203.28%20139.58%20203.5%20139.93%20C%20203.72%20140.29%20203.91%20140.69%20204.03%20141.11%20C%20204.16%20141.54%20204.25%20142.02%20204.24%20142.47%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20208.98%20142.35%20C%20208.98%20143.23%20208.96%20144.58%20208.74%20145.44%20C%20208.52%20146.31%20208.16%20146.8%20207.67%20147.54%20C%20207.18%20148.28%20206.5%20149.29%20205.81%20149.89%20C%20205.13%20150.49%20204.41%20150.8%20203.56%20151.14%20C%20202.71%20151.49%20201.64%20151.81%20200.71%20151.96%20C%20199.78%20152.12%20198.83%20152.18%20197.97%20152.06%20C%20197.1%20151.94%20196.34%20151.63%20195.53%20151.24%20C%20194.72%20150.85%20193.77%20150.28%20193.11%20149.71%20C%20192.45%20149.14%20192.01%20148.56%20191.59%20147.81%20C%20191.17%20147.07%20190.92%20146.11%20190.61%20145.22%20C%20190.31%20144.33%20189.83%20143.35%20189.76%20142.48%20C%20189.68%20141.61%20189.9%20140.86%20190.17%20139.99%20C%20190.45%20139.11%20190.9%20138.01%20191.41%20137.21%20C%20191.91%20136.41%20192.51%20135.74%20193.2%20135.17%20C%20193.89%20134.6%20194.73%20134.14%20195.55%20133.79%20C%20196.36%20133.43%20197.25%20133.14%20198.11%20133.04%20C%20198.97%20132.95%20199.83%20133.05%20200.71%20133.21%20C%20201.59%20133.37%20202.58%20133.66%20203.39%20134%20C%20204.19%20134.33%20204.84%20134.68%20205.52%20135.24%20C%20206.2%20135.8%20206.91%20136.52%20207.45%20137.34%20C%20207.98%20138.16%20208.49%20139.32%20208.75%20140.15%20C%20209%20140.99%20208.98%20141.47%20208.98%20142.35%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20213.65%20142.52%20C%20213.68%20143.83%20213.89%20145.14%20213.52%20146.42%20C%20213.15%20147.71%20212.17%20149.18%20211.43%20150.24%20C%20210.69%20151.31%20210.09%20151.98%20209.07%20152.83%20C%20208.04%20153.67%20206.57%20154.66%20205.28%20155.32%20C%20204%20155.99%20202.62%20156.57%20201.35%20156.82%20C%20200.09%20157.07%20198.92%20157.04%20197.67%20156.83%20C%20196.41%20156.61%20195.1%20156.15%20193.82%20155.53%20C%20192.54%20154.91%20191.04%20154.02%20189.99%20153.11%20C%20188.94%20152.2%20188.22%20151.14%20187.5%20150.07%20C%20186.78%20149.01%20186.05%20148.01%20185.67%20146.73%20C%20185.29%20145.45%20185.17%20143.75%20185.22%20142.41%20C%20185.27%20141.06%20185.55%20139.94%20185.95%20138.68%20C%20186.35%20137.43%20186.95%20136.06%20187.62%20134.86%20C%20188.29%20133.66%20189.01%20132.29%20189.96%20131.46%20C%20190.91%20130.62%20192.06%20130.31%20193.32%20129.84%20C%20194.58%20129.38%20196.17%20128.94%20197.51%20128.67%20C%20198.84%20128.4%20200.01%20128.07%20201.32%20128.23%20C%20202.63%20128.38%20204.07%20129%20205.34%20129.59%20C%20206.62%20130.18%20207.92%20130.89%20208.95%20131.76%20C%20209.99%20132.63%20210.86%20133.67%20211.58%20134.8%20C%20212.3%20135.93%20212.94%20137.25%20213.29%20138.54%20C%20213.63%20139.83%20213.61%20141.21%20213.65%20142.52%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20217.81%20142.56%20C%20217.75%20144.21%20218.12%20145.83%20217.79%20147.57%20C%20217.46%20149.3%20216.79%20151.48%20215.84%20152.97%20C%20214.89%20154.46%20213.43%20155.34%20212.08%20156.48%20C%20210.72%20157.63%20209.31%20159.09%20207.73%20159.85%20C%20206.15%20160.61%20204.34%20160.81%20202.58%20161.04%20C%20200.83%20161.26%20198.99%20161.41%20197.21%20161.19%20C%20195.43%20160.97%20193.7%20160.49%20191.9%20159.71%20C%20190.1%20158.93%20187.81%20157.68%20186.43%20156.51%20C%20185.05%20155.33%20184.47%20154.08%20183.63%20152.66%20C%20182.79%20151.23%20181.81%20149.67%20181.38%20147.95%20C%20180.94%20146.24%20181.02%20144.1%20181%20142.36%20C%20180.97%20140.62%20180.8%20139.27%20181.24%20137.52%20C%20181.68%20135.76%20182.57%20133.42%20183.61%20131.85%20C%20184.65%20130.28%20186.17%20129.26%20187.47%20128.12%20C%20188.77%20126.97%20189.86%20125.76%20191.42%20124.99%20C%20192.98%20124.23%20195.04%20123.7%20196.82%20123.53%20C%20198.61%20123.36%20200.33%20123.75%20202.12%20123.99%20C%20203.92%20124.24%20205.97%20124.32%20207.58%20125%20C%20209.19%20125.67%20210.48%20126.83%20211.77%20128.06%20C%20213.05%20129.29%20214.24%20130.8%20215.3%20132.4%20C%20216.36%20133.99%20217.72%20135.95%20218.14%20137.64%20C%20218.56%20139.34%20217.87%20140.91%20217.81%20142.56%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20224.08%20142.6%20C%20224.04%20144.89%20222.37%20147.27%20221.63%20149.39%20C%20220.89%20151.52%20220.7%20153.55%20219.63%20155.36%20C%20218.55%20157.17%20216.86%20158.77%20215.2%20160.25%20C%20213.54%20161.74%20211.73%20163.27%20209.65%20164.26%20C%20207.57%20165.24%20204.93%20165.94%20202.72%20166.16%20C%20200.51%20166.38%20198.64%20165.92%20196.4%20165.57%20C%20194.17%20165.22%20191.44%20164.92%20189.31%20164.07%20C%20187.18%20163.22%20185.24%20161.84%20183.64%20160.49%20C%20182.05%20159.14%20180.84%20157.87%20179.73%20155.96%20C%20178.63%20154.05%20177.71%20151.23%20177.01%20149.03%20C%20176.31%20146.83%20175.53%20144.96%20175.53%20142.76%20C%20175.53%20140.56%20176.39%20137.96%20177.02%20135.84%20C%20177.66%20133.71%20178.28%20131.9%20179.31%20130.02%20C%20180.35%20128.15%20181.64%20126.1%20183.26%20124.59%20C%20184.87%20123.08%20186.85%20121.85%20189%20120.95%20C%20191.15%20120.04%20193.91%20119.39%20196.18%20119.15%20C%20198.46%20118.9%20200.46%20119.22%20202.66%20119.47%20C%20204.86%20119.71%20207.31%20119.81%20209.39%20120.6%20C%20211.47%20121.4%20213.55%20122.61%20215.13%20124.25%20C%20216.7%20125.89%20217.7%20128.55%20218.83%20130.45%20C%20219.96%20132.36%20221.03%20133.67%20221.9%20135.7%20C%20222.78%20137.72%20224.13%20140.32%20224.08%20142.6%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20227.56%20142.47%20C%20227.5%20145.06%20227.52%20148.14%20226.77%20150.74%20C%20226.02%20153.34%20224.46%20155.87%20223.08%20158.09%20C%20221.7%20160.31%20220.49%20162.35%20218.5%20164.04%20C%20216.51%20165.72%20213.6%20167.09%20211.15%20168.2%20C%20208.7%20169.31%20206.46%20170.22%20203.8%20170.69%20C%20201.14%20171.15%20197.87%20171.5%20195.19%20170.98%20C%20192.51%20170.46%20190.1%20168.8%20187.71%20167.57%20C%20185.31%20166.33%20182.91%20165.2%20180.81%20163.56%20C%20178.71%20161.92%20176.45%20159.91%20175.12%20157.74%20C%20173.8%20155.57%20173.57%20153.11%20172.87%20150.54%20C%20172.16%20147.97%20170.93%20144.91%20170.89%20142.31%20C%20170.84%20139.72%20171.9%20137.6%20172.62%20134.97%20C%20173.33%20132.34%20173.73%20128.96%20175.19%20126.54%20C%20176.64%20124.12%20179.3%20122.16%20181.34%20120.44%20C%20183.39%20118.72%20185.11%20117.3%20187.45%20116.21%20C%20189.8%20115.11%20192.7%20114.1%20195.43%20113.86%20C%20198.15%20113.61%20201.16%20114.22%20203.81%20114.74%20C%20206.45%20115.25%20208.97%20116%20211.3%20116.95%20C%20213.63%20117.9%20215.68%20118.81%20217.8%20120.42%20C%20219.91%20122.03%20222.43%20124.15%20223.99%20126.62%20C%20225.54%20129.08%20226.55%20132.56%20227.15%20135.2%20C%20227.74%20137.84%20227.62%20139.88%20227.56%20142.47%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20261.2%20142.48%20C%20261.22%20142.91%20261.2%20143.31%20261.08%20143.73%20C%20260.97%20144.15%20260.78%20144.63%20260.52%20145.02%20C%20260.26%20145.41%20259.84%20145.8%20259.52%20146.08%20C%20259.21%20146.37%20259.01%20146.56%20258.62%20146.74%20C%20258.24%20146.93%20257.7%20147.11%20257.24%20147.18%20C%20256.77%20147.26%20256.29%20147.24%20255.82%20147.17%20C%20255.36%20147.11%20254.85%20146.95%20254.44%20146.78%20C%20254.04%20146.61%20253.69%20146.44%20253.38%20146.13%20C%20253.07%20145.83%20252.82%20145.31%20252.59%20144.94%20C%20252.37%20144.58%20252.17%20144.33%20252.03%20143.92%20C%20251.9%20143.51%20251.8%20142.94%20251.78%20142.49%20C%20251.76%20142.05%20251.81%20141.68%20251.93%20141.25%20C%20252.05%20140.82%20252.26%20140.31%20252.5%20139.93%20C%20252.74%20139.55%20253%20139.26%20253.34%20138.96%20C%20253.68%20138.67%20254.12%20138.35%20254.54%20138.17%20C%20254.95%20137.98%20255.4%20137.9%20255.84%20137.85%20C%20256.29%20137.8%20256.79%20137.81%20257.22%20137.87%20C%20257.65%20137.93%20258.05%20138.06%20258.44%20138.23%20C%20258.82%20138.4%20259.19%20138.62%20259.53%20138.9%20C%20259.87%20139.18%20260.24%20139.55%20260.47%20139.92%20C%20260.71%20140.3%20260.82%20140.73%20260.94%20141.15%20C%20261.06%20141.58%20261.17%20142.05%20261.2%20142.48%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20265.91%20142.4%20C%20265.88%20143.34%20265.68%20144.48%20265.44%20145.33%20C%20265.2%20146.18%20264.9%20146.8%20264.49%20147.48%20C%20264.08%20148.17%20263.66%20148.84%20262.96%20149.44%20C%20262.27%20150.05%20261.16%20150.68%20260.3%20151.1%20C%20259.44%20151.51%20258.65%20151.79%20257.8%20151.92%20C%20256.94%20152.05%20256.04%20151.96%20255.2%20151.85%20C%20254.35%20151.74%20253.54%20151.63%20252.73%20151.27%20C%20251.91%20150.9%20250.99%20150.25%20250.29%20149.66%20C%20249.59%20149.07%20249.03%20148.45%20248.54%20147.71%20C%20248.05%20146.97%20247.61%20146.07%20247.34%20145.2%20C%20247.07%20144.34%20246.9%20143.45%20246.9%20142.54%20C%20246.9%20141.63%20247.08%20140.61%20247.33%20139.76%20C%20247.57%20138.9%20247.85%20138.16%20248.37%20137.41%20C%20248.89%20136.66%20249.75%20135.83%20250.44%20135.26%20C%20251.13%20134.69%20251.73%20134.37%20252.52%20134%20C%20253.31%20133.63%20254.27%20133.17%20255.18%20133.03%20C%20256.09%20132.89%20257.12%20133%20257.97%20133.15%20C%20258.81%20133.3%20259.46%20133.58%20260.24%20133.91%20C%20261.02%20134.25%20261.95%20134.58%20262.66%20135.16%20C%20263.37%20135.73%20264.01%20136.62%20264.5%20137.37%20C%20264.99%20138.12%20265.39%20138.82%20265.62%20139.66%20C%20265.86%20140.49%20265.94%20141.45%20265.91%20142.4%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20270.65%20142.92%20C%20270.68%20144.27%20270.6%20145.3%20270.29%20146.5%20C%20269.97%20147.7%20269.46%20148.98%20268.75%20150.13%20C%20268.04%20151.27%20267.1%20152.53%20266.03%20153.39%20C%20264.96%20154.25%20263.58%20154.77%20262.34%20155.28%20C%20261.11%20155.8%20259.92%20156.22%20258.65%20156.49%20C%20257.38%20156.75%20256.09%20157.06%20254.72%20156.87%20C%20253.36%20156.69%20251.67%20156%20250.44%20155.38%20C%20249.21%20154.77%20248.34%20153.98%20247.34%20153.18%20C%20246.34%20152.37%20245.16%20151.65%20244.46%20150.53%20C%20243.77%20149.42%20243.52%20147.86%20243.16%20146.48%20C%20242.81%20145.1%20242.39%20143.66%20242.33%20142.28%20C%20242.27%20140.89%20242.44%20139.42%20242.79%20138.17%20C%20243.14%20136.91%20243.68%20135.77%20244.43%20134.75%20C%20245.17%20133.74%20246.23%20132.91%20247.26%20132.07%20C%20248.28%20131.24%20249.34%20130.39%20250.57%20129.73%20C%20251.8%20129.07%20253.33%20128.34%20254.66%20128.14%20C%20255.99%20127.93%20257.24%20128.24%20258.55%20128.5%20C%20259.86%20128.76%20261.29%20129.13%20262.52%20129.67%20C%20263.74%20130.21%20264.99%20130.96%20265.91%20131.75%20C%20266.83%20132.54%20267.33%20133.3%20268.04%20134.41%20C%20268.75%20135.52%20269.72%20137.01%20270.15%20138.43%20C%20270.59%20139.85%20270.63%20141.58%20270.65%20142.92%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20275.56%20142.36%20C%20275.45%20144.27%20275.02%20146.74%20274.43%20148.38%20C%20273.85%20150.02%20272.96%20150.87%20272.04%20152.18%20C%20271.13%20153.5%20270.25%20154.95%20268.92%20156.27%20C%20267.59%20157.59%20265.62%20159.24%20264.05%20160.08%20C%20262.47%20160.93%20261.22%20161.08%20259.48%20161.33%20C%20257.75%20161.57%20255.46%20161.81%20253.63%20161.56%20C%20251.81%20161.3%20250.15%20160.55%20248.54%20159.78%20C%20246.93%20159%20245.33%20158.09%20243.98%20156.9%20C%20242.64%20155.71%20241.41%20154.21%20240.48%20152.64%20C%20239.54%20151.06%20238.84%20149.13%20238.37%20147.45%20C%20237.91%20145.77%20237.65%20144.31%20237.66%20142.58%20C%20237.68%20140.85%20237.93%20138.83%20238.44%20137.08%20C%20238.95%20135.33%20239.79%20133.51%20240.7%20132.08%20C%20241.61%20130.64%20242.56%20129.55%20243.9%20128.47%20C%20245.23%20127.38%20246.99%20126.32%20248.69%20125.57%20C%20250.39%20124.81%20252.39%20124.25%20254.1%20123.93%20C%20255.81%20123.61%20257.13%20123.33%20258.95%20123.65%20C%20260.78%20123.97%20263.46%20125.1%20265.03%20125.83%20C%20266.61%20126.57%20267.12%20126.98%20268.41%20128.05%20C%20269.7%20129.13%20271.65%20130.82%20272.76%20132.29%20C%20273.86%20133.77%20274.6%20135.24%20275.06%20136.91%20C%20275.53%20138.59%20275.66%20140.45%20275.56%20142.36%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20280.04%20141.85%20C%20280.13%20144.02%20280.14%20146.67%20279.69%20148.91%20C%20279.24%20151.14%20278.68%20153.28%20277.34%20155.23%20C%20276.01%20157.19%20273.58%20159.2%20271.68%20160.64%20C%20269.79%20162.08%20267.93%20162.96%20265.97%20163.86%20C%20264.01%20164.77%20262.1%20165.73%20259.92%20166.06%20C%20257.73%20166.39%20255.02%20166.14%20252.85%20165.83%20C%20250.69%20165.52%20249.03%20165.07%20246.93%20164.21%20C%20244.83%20163.34%20241.99%20162.08%20240.25%20160.62%20C%20238.5%20159.16%20237.61%20157.3%20236.46%20155.43%20C%20235.31%20153.55%20233.99%20151.53%20233.35%20149.37%20C%20232.72%20147.21%20232.59%20144.7%20232.65%20142.44%20C%20232.71%20140.18%20233.03%20138%20233.72%20135.83%20C%20234.4%20133.66%20235.49%20131.36%20236.74%20129.44%20C%20237.99%20127.53%20239.58%20125.72%20241.22%20124.35%20C%20242.85%20122.97%20244.57%20122.16%20246.55%20121.22%20C%20248.53%20120.28%20250.88%20119.09%20253.12%20118.71%20C%20255.36%20118.33%20257.78%20118.55%20259.97%20118.94%20C%20262.17%20119.33%20264.3%20120.11%20266.29%20121.05%20C%20268.29%20121.99%20270.31%20123.11%20271.95%20124.58%20C%20273.59%20126.04%20274.93%20127.96%20276.14%20129.84%20C%20277.35%20131.71%20278.54%20133.84%20279.19%20135.84%20C%20279.84%20137.84%20279.96%20139.67%20280.04%20141.85%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20285.27%20142.56%20C%20285.19%20145.05%20284.44%20147.67%20283.63%20150.27%20C%20282.83%20152.88%20281.85%20155.96%20280.43%20158.18%20C%20279%20160.39%20277.06%20161.79%20275.08%20163.56%20C%20273.09%20165.33%20270.92%20167.72%20268.52%20168.81%20C%20266.12%20169.9%20263.38%20169.71%20260.68%20170.11%20C%20257.99%20170.51%20255.09%20171.55%20252.36%20171.21%20C%20249.63%20170.87%20246.76%20169.27%20244.3%20168.08%20C%20241.85%20166.89%20239.65%20165.77%20237.65%20164.05%20C%20235.65%20162.33%20233.82%20160.07%20232.3%20157.78%20C%20230.78%20155.48%20229.36%20152.75%20228.52%20150.3%20C%20227.69%20147.85%20227.17%20145.68%20227.29%20143.08%20C%20227.42%20140.49%20228.29%20137.38%20229.28%20134.73%20C%20230.28%20132.08%20231.78%20129.46%20233.25%20127.16%20C%20234.72%20124.87%20236.18%20122.57%20238.09%20120.97%20C%20240.01%20119.37%20242.35%20118.6%20244.72%20117.55%20C%20247.09%20116.5%20249.68%20115.17%20252.32%20114.65%20C%20254.97%20114.13%20257.85%20114.08%20260.58%20114.44%20C%20263.3%20114.8%20266.28%20115.67%20268.66%20116.8%20C%20271.04%20117.94%20272.95%20119.63%20274.85%20121.25%20C%20276.75%20122.87%20278.52%20124.17%20280.07%20126.52%20C%20281.61%20128.88%20283.27%20132.7%20284.14%20135.37%20C%20285.01%20138.05%20285.36%20140.08%20285.27%20142.56%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2061.69%20199.38%20C%2061.69%20199.84%2061.64%20200.38%2061.53%20200.83%20C%2061.42%20201.29%2061.27%20201.73%2061.03%20202.09%20C%2060.8%20202.45%2060.44%20202.72%2060.11%20203.01%20C%2059.78%20203.3%2059.47%20203.64%2059.06%20203.84%20C%2058.64%20204.03%2058.09%20204.14%2057.63%20204.2%20C%2057.16%20204.26%2056.72%20204.24%2056.27%20204.19%20C%2055.82%20204.14%2055.32%20204.08%2054.93%20203.89%20C%2054.55%20203.71%2054.27%20203.37%2053.94%20203.06%20C%2053.61%20202.76%2053.21%20202.43%2052.96%20202.06%20C%2052.71%20201.68%2052.56%20201.24%2052.45%20200.81%20C%2052.34%20200.39%2052.29%20199.93%2052.29%20199.49%20C%2052.29%20199.06%2052.31%20198.63%2052.45%20198.21%20C%2052.59%20197.79%2052.87%20197.35%2053.12%20196.98%20C%2053.37%20196.61%2053.62%20196.31%2053.94%20196%20C%2054.26%20195.69%2054.61%20195.35%2055.02%20195.13%20C%2055.44%20194.9%2056%20194.72%2056.45%20194.67%20C%2056.89%20194.62%2057.24%20194.74%2057.68%20194.83%20C%2058.11%20194.91%2058.64%20194.99%2059.05%20195.17%20C%2059.46%20195.36%2059.81%20195.64%2060.13%20195.94%20C%2060.44%20196.25%2060.72%20196.65%2060.95%20197%20C%2061.19%20197.36%2061.42%20197.7%2061.54%20198.1%20C%2061.67%20198.49%2061.7%20198.92%2061.69%20199.38%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2066.57%20199.29%20C%2066.56%20200.24%2066.33%20201.44%2066.08%20202.32%20C%2065.84%20203.2%2065.55%20203.81%2065.09%20204.54%20C%2064.63%20205.28%2063.99%20206.14%2063.31%20206.72%20C%2062.63%20207.29%2061.8%20207.64%2061%20207.99%20C%2060.19%20208.33%2059.38%20208.66%2058.48%20208.78%20C%2057.58%20208.91%2056.5%20208.82%2055.62%20208.72%20C%2054.74%20208.63%2054%20208.55%2053.2%20208.23%20C%2052.39%20207.91%2051.45%20207.4%2050.79%20206.79%20C%2050.13%20206.19%2049.71%20205.35%2049.21%20204.59%20C%2048.72%20203.82%2048.09%20203.05%2047.82%20202.2%20C%2047.54%20201.34%2047.53%20200.36%2047.55%20199.47%20C%2047.57%20198.58%2047.72%20197.69%2047.96%20196.87%20C%2048.2%20196.05%2048.49%20195.29%2048.97%20194.56%20C%2049.45%20193.84%2050.19%20193.13%2050.84%20192.53%20C%2051.49%20191.94%2052.1%20191.4%2052.89%20190.99%20C%2053.68%20190.58%2054.67%20190.22%2055.58%20190.07%20C%2056.5%20189.93%2057.46%20189.98%2058.36%20190.11%20C%2059.27%20190.24%2060.21%20190.47%2061.01%20190.85%20C%2061.8%20191.23%2062.45%20191.77%2063.15%20192.39%20C%2063.85%20193%2064.72%20193.83%2065.21%20194.54%20C%2065.7%20195.24%2065.88%20195.83%2066.11%20196.62%20C%2066.34%20197.42%2066.57%20198.34%2066.57%20199.29%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2071.14%20199.66%20C%2071.12%20200.92%2070.99%20201.96%2070.58%20203.22%20C%2070.18%20204.49%2069.39%20206.06%2068.71%20207.25%20C%2068.03%20208.44%2067.4%20209.55%2066.48%20210.38%20C%2065.55%20211.21%2064.45%20211.69%2063.17%20212.25%20C%2061.89%20212.8%2060.14%20213.54%2058.79%20213.73%20C%2057.44%20213.91%2056.37%20213.57%2055.07%20213.38%20C%2053.78%20213.18%2052.28%20213.02%2051.02%20212.56%20C%2049.77%20212.09%2048.59%20211.55%2047.55%20210.6%20C%2046.5%20209.65%2045.47%20208.02%2044.74%20206.86%20C%2044.02%20205.71%2043.51%20204.89%2043.2%20203.67%20C%2042.89%20202.45%2042.84%20200.88%2042.87%20199.54%20C%2042.9%20198.2%2043.04%20196.92%2043.4%20195.65%20C%2043.75%20194.38%2044.3%20193.06%2045.02%20191.93%20C%2045.74%20190.81%2046.66%20189.77%2047.69%20188.92%20C%2048.73%20188.06%2050%20187.35%2051.24%20186.78%20C%2052.48%20186.21%2053.84%20185.65%2055.14%20185.49%20C%2056.44%20185.33%2057.81%20185.64%2059.05%20185.8%20C%2060.29%20185.96%2061.36%20185.92%2062.57%20186.45%20C%2063.79%20186.98%2065.22%20188.11%2066.34%20189.01%20C%2067.46%20189.91%2068.58%20190.75%2069.3%20191.85%20C%2070.03%20192.96%2070.38%20194.34%2070.69%20195.64%20C%2070.99%20196.94%2071.16%20198.39%2071.14%20199.66%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2075.53%20199.66%20C%2075.43%20201.43%2075.47%20203.36%2075.05%20205.05%20C%2074.64%20206.73%2074%20208.26%2073.05%20209.76%20C%2072.1%20211.26%2070.71%20212.9%2069.33%20214.03%20C%2067.95%20215.15%2066.41%20215.81%2064.77%20216.5%20C%2063.13%20217.19%2061.25%20217.8%2059.49%20218.16%20C%2057.73%20218.52%2055.94%20218.93%2054.24%20218.66%20C%2052.54%20218.39%2050.9%20217.39%2049.31%20216.55%20C%2047.71%20215.71%2046.03%20214.79%2044.68%20213.61%20C%2043.33%20212.42%2042.13%20210.86%2041.2%20209.44%20C%2040.27%20208.02%2039.67%20206.76%2039.12%20205.09%20C%2038.57%20203.42%2037.98%20201.12%2037.88%20199.39%20C%2037.78%20197.67%2037.91%20196.44%2038.5%20194.75%20C%2039.08%20193.06%2040.4%20190.85%2041.4%20189.26%20C%2042.39%20187.66%2043.17%20186.3%2044.48%20185.16%20C%2045.79%20184.01%2047.61%20183.16%2049.28%20182.4%20C%2050.96%20181.64%2052.86%20180.86%2054.52%20180.62%20C%2056.19%20180.37%2057.6%20180.7%2059.28%20180.94%20C%2060.96%20181.17%2062.9%20181.33%2064.61%20182.03%20C%2066.32%20182.74%2068.13%20183.99%2069.54%20185.15%20C%2070.95%20186.32%2072.03%20187.5%2073.05%20189.04%20C%2074.07%20190.58%2075.26%20192.63%2075.67%20194.4%20C%2076.08%20196.17%2075.63%20197.88%2075.53%20199.66%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2081.27%20199.37%20C%2081.12%20201.58%2079.96%20203.77%2079.25%20205.95%20C%2078.55%20208.12%2078.18%20210.59%2077.06%20212.43%20C%2075.95%20214.26%2074.29%20215.52%2072.56%20216.95%20C%2070.84%20218.39%2068.85%20219.99%2066.7%20221.01%20C%2064.55%20222.03%2061.9%20222.7%2059.66%20223.08%20C%2057.42%20223.45%2055.34%20223.63%2053.26%20223.26%20C%2051.18%20222.89%2049.22%20221.91%2047.17%20220.85%20C%2045.12%20219.8%2042.61%20218.4%2040.98%20216.93%20C%2039.35%20215.46%2038.55%20213.84%2037.37%20212.03%20C%2036.19%20210.22%2034.59%20208.07%2033.9%20206.08%20C%2033.21%20204.1%2033.14%20202.21%2033.21%20200.1%20C%2033.27%20197.99%2033.68%20195.72%2034.3%20193.44%20C%2034.91%20191.15%2035.7%20188.3%2036.92%20186.38%20C%2038.14%20184.47%2039.97%20183.44%2041.62%20181.96%20C%2043.27%20180.49%2044.86%20178.59%2046.79%20177.53%20C%2048.73%20176.48%2051.01%20175.9%2053.25%20175.61%20C%2055.48%20175.32%2057.94%20175.36%2060.18%20175.79%20C%2062.43%20176.22%2064.58%20177.16%2066.72%20178.18%20C%2068.86%20179.2%2071.29%20180.51%2073.02%20181.89%20C%2074.75%20183.27%2075.91%20184.64%2077.1%20186.44%20C%2078.29%20188.24%2079.47%20190.52%2080.16%20192.67%20C%2080.86%20194.83%2081.42%20197.16%2081.27%20199.37%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2085.34%20199.74%20C%2085.43%20202.23%2085.18%20204.44%2084.49%20206.95%20C%2083.79%20209.46%2082.66%20212.3%2081.19%20214.8%20C%2079.71%20217.3%2077.76%20220.22%2075.65%20221.96%20C%2073.54%20223.7%2070.97%20224.2%2068.54%20225.25%20C%2066.11%20226.29%2063.65%20227.76%2061.05%20228.23%20C%2058.45%20228.7%2055.63%20228.68%2052.95%20228.07%20C%2050.27%20227.47%2047.37%20225.75%2044.97%20224.61%20C%2042.56%20223.47%2040.51%20222.71%2038.52%20221.24%20C%2036.53%20219.77%2034.48%20218.08%2033.04%20215.78%20C%2031.6%20213.48%2030.64%20210.09%2029.89%20207.44%20C%2029.15%20204.8%2028.64%20202.47%2028.58%20199.89%20C%2028.51%20197.3%2028.74%20194.53%2029.48%20191.95%20C%2030.22%20189.36%2031.44%20186.69%2033.01%20184.38%20C%2034.58%20182.06%2036.81%20179.85%2038.88%20178.06%20C%2040.96%20176.27%2043.18%20174.81%2045.48%20173.64%20C%2047.78%20172.47%2050.14%20171.56%2052.69%20171.05%20C%2055.25%20170.53%2058.1%20170.14%2060.81%20170.55%20C%2063.51%20170.95%2066.39%20172.17%2068.91%20173.48%20C%2071.44%20174.8%2074.03%20176.65%2075.96%20178.44%20C%2077.88%20180.24%2079.13%20181.99%2080.46%20184.26%20C%2081.8%20186.52%2083.16%20189.46%2083.98%20192.04%20C%2084.79%20194.62%2085.26%20197.26%2085.34%20199.74%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20118.77%20199.43%20C%20118.78%20199.84%20118.72%20200.32%20118.58%20200.74%20C%20118.45%20201.17%20118.22%20201.59%20117.97%20201.98%20C%20117.73%20202.36%20117.44%20202.73%20117.11%20203.04%20C%20116.78%20203.35%20116.43%20203.65%20116.02%20203.84%20C%20115.6%20204.04%20115.08%20204.14%20114.64%20204.2%20C%20114.2%20204.26%20113.82%20204.25%20113.38%20204.18%20C%20112.94%20204.11%20112.42%20203.98%20112%20203.8%20C%20111.59%20203.62%20111.23%20203.4%20110.88%20203.1%20C%20110.53%20202.8%20110.15%20202.39%20109.92%20202%20C%20109.69%20201.62%20109.6%20201.21%20109.5%20200.8%20C%20109.41%20200.39%20109.35%20199.97%20109.33%20199.54%20C%20109.3%20199.12%20109.24%20198.68%20109.36%20198.24%20C%20109.47%20197.8%20109.78%20197.27%20110.02%20196.88%20C%20110.26%20196.49%20110.47%20196.17%20110.79%20195.89%20C%20111.11%20195.61%20111.53%20195.36%20111.96%20195.18%20C%20112.4%20195.01%20112.94%20194.91%20113.41%20194.84%20C%20113.87%20194.77%20114.33%20194.73%20114.75%20194.79%20C%20115.18%20194.84%20115.57%20195%20115.98%20195.17%20C%20116.39%20195.35%20116.86%20195.55%20117.2%20195.83%20C%20117.54%20196.11%20117.8%20196.45%20118.02%20196.85%20C%20118.24%20197.25%20118.38%20197.81%20118.5%20198.24%20C%20118.63%20198.67%20118.76%20199.01%20118.77%20199.43%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20123.59%20199.49%20C%20123.63%20200.36%20123.36%20201.13%20123.05%20202.03%20C%20122.74%20202.93%20122.2%20204.1%20121.72%20204.88%20C%20121.25%20205.66%20120.82%20206.18%20120.21%20206.73%20C%20119.61%20207.27%20118.95%20207.81%20118.11%20208.17%20C%20117.27%20208.53%20116.09%20208.77%20115.18%20208.87%20C%20114.26%20208.97%20113.47%20208.91%20112.63%20208.78%20C%20111.79%20208.64%20110.99%20208.43%20110.16%20208.06%20C%20109.32%20207.69%20108.3%20207.15%20107.64%20206.56%20C%20106.98%20205.97%20106.65%20205.26%20106.21%20204.51%20C%20105.78%20203.76%20105.33%20202.93%20105.02%20202.06%20C%20104.72%20201.19%20104.4%20200.14%20104.37%20199.28%20C%20104.34%20198.41%20104.52%20197.65%20104.83%20196.85%20C%20105.14%20196.06%20105.74%20195.23%20106.24%20194.5%20C%20106.74%20193.77%20107.17%20193.09%20107.81%20192.46%20C%20108.46%20191.83%20109.33%20191.15%20110.11%20190.75%20C%20110.9%20190.35%20111.7%20190.15%20112.54%20190.06%20C%20113.39%20189.98%20114.26%20190.09%20115.17%20190.25%20C%20116.08%20190.4%20117.16%20190.65%20117.99%20190.97%20C%20118.82%20191.29%20119.49%20191.63%20120.16%20192.18%20C%20120.82%20192.73%20121.55%20193.53%20121.99%20194.29%20C%20122.43%20195.06%20122.54%20195.89%20122.81%20196.75%20C%20123.07%20197.62%20123.55%20198.61%20123.59%20199.49%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20128.7%20199.35%20C%20128.64%20200.65%20127.88%20202.05%20127.45%20203.29%20C%20127.03%20204.54%20126.81%20205.68%20126.15%20206.83%20C%20125.48%20207.99%20124.51%20209.28%20123.48%20210.2%20C%20122.44%20211.13%20121.23%20211.85%20119.95%20212.37%20C%20118.68%20212.89%20117.21%20213.14%20115.82%20213.32%20C%20114.44%20213.51%20112.91%20213.62%20111.66%20213.48%20C%20110.41%20213.34%20109.5%20213.02%20108.33%20212.49%20C%20107.17%20211.95%20105.74%20211.17%20104.66%20210.29%20C%20103.58%20209.41%20102.61%20208.32%20101.84%20207.2%20C%20101.08%20206.08%20100.39%20204.78%20100.06%20203.58%20C%2099.73%20202.38%2099.87%20201.36%2099.86%20199.98%20C%2099.85%20198.6%2099.62%20196.6%20100.02%20195.3%20C%20100.42%20194.01%20101.5%20193.27%20102.26%20192.2%20C%20103.02%20191.13%20103.59%20189.86%20104.55%20188.89%20C%20105.51%20187.93%20106.72%20186.96%20108.01%20186.41%20C%20109.31%20185.86%20111.05%20185.83%20112.33%20185.59%20C%20113.61%20185.36%20114.38%20184.81%20115.68%20184.98%20C%20116.97%20185.14%20118.78%20185.96%20120.1%20186.59%20C%20121.43%20187.22%20122.63%20187.91%20123.61%20188.75%20C%20124.58%20189.59%20125.24%20190.51%20125.94%20191.64%20C%20126.65%20192.76%20127.38%20194.22%20127.84%20195.51%20C%20128.3%20196.79%20128.76%20198.05%20128.7%20199.35%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20133.08%20199.72%20C%20133.09%20201.5%20132.84%20203.13%20132.37%20204.84%20C%20131.91%20206.54%20131.27%20208.45%20130.29%20209.96%20C%20129.32%20211.46%20127.95%20212.69%20126.52%20213.86%20C%20125.08%20215.02%20123.4%20216.19%20121.7%20216.95%20C%20120%20217.71%20118.07%20218.21%20116.32%20218.43%20C%20114.57%20218.66%20112.88%20218.54%20111.2%20218.28%20C%20109.51%20218.02%20107.84%20217.62%20106.19%20216.9%20C%20104.54%20216.17%20102.67%20215.05%20101.29%20213.93%20C%2099.91%20212.8%2098.85%20211.62%2097.9%20210.13%20C%2096.95%20208.64%2096.09%20206.78%2095.57%20205%20C%2095.06%20203.23%2094.87%20201.24%2094.83%20199.48%20C%2094.79%20197.73%2094.79%20196.16%2095.35%20194.46%20C%2095.92%20192.76%2097.25%20190.73%2098.22%20189.26%20C%2099.19%20187.8%2099.88%20186.77%20101.15%20185.66%20C%20102.43%20184.55%20104.12%20183.46%20105.87%20182.6%20C%20107.62%20181.75%20109.91%20180.93%20111.66%20180.53%20C%20113.42%20180.14%20114.65%20179.96%20116.4%20180.22%20C%20118.16%20180.48%20120.52%20181.28%20122.18%20182.08%20C%20123.83%20182.88%20125.02%20183.91%20126.33%20185.05%20C%20127.64%20186.18%20129.03%20187.36%20130.03%20188.89%20C%20131.03%20190.41%20131.8%20192.38%20132.31%20194.18%20C%20132.82%20195.99%20133.07%20197.95%20133.08%20199.72%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20138%20200.25%20C%20138.02%20202.4%20137.66%20203.87%20136.95%20205.86%20C%20136.24%20207.84%20135.05%20210.29%20133.76%20212.19%20C%20132.47%20214.1%20130.94%20215.8%20129.22%20217.28%20C%20127.51%20218.77%20125.43%20220.07%20123.47%20221.09%20C%20121.52%20222.1%20119.59%20223.09%20117.49%20223.39%20C%20115.39%20223.7%20113.05%20223.31%20110.89%20222.92%20C%20108.73%20222.52%20106.59%20222.01%20104.52%20221.03%20C%20102.46%20220.05%20100.32%20218.53%2098.49%20217.04%20C%2096.66%20215.54%2094.73%20213.84%2093.53%20212.06%20C%2092.34%20210.28%2091.92%20208.45%2091.32%20206.33%20C%2090.72%20204.21%2089.96%20201.57%2089.93%20199.33%20C%2089.91%20197.1%2090.45%20195%2091.17%20192.91%20C%2091.88%20190.81%2093.03%20188.74%2094.23%20186.75%20C%2095.43%20184.77%2096.69%20182.49%2098.36%20181.01%20C%20100.04%20179.53%20102.27%20178.76%20104.26%20177.87%20C%20106.24%20176.98%20108.08%20176.03%20110.3%20175.68%20C%20112.52%20175.32%20115.33%20175.44%20117.57%20175.73%20C%20119.81%20176.02%20121.73%20176.4%20123.73%20177.4%20C%20125.73%20178.4%20127.77%20180.18%20129.57%20181.73%20C%20131.37%20183.28%20133.33%20184.82%20134.54%20186.7%20C%20135.75%20188.57%20136.26%20190.73%20136.84%20192.98%20C%20137.42%20195.24%20137.98%20198.11%20138%20200.25%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20142.97%20199.18%20C%20142.88%20201.81%20141.46%20204.98%20140.59%20207.71%20C%20139.72%20210.44%20139.06%20213.3%20137.74%20215.57%20C%20136.43%20217.83%20134.7%20219.65%20132.7%20221.31%20C%20130.7%20222.97%20128.04%20224.55%20125.74%20225.52%20C%20123.44%20226.5%20121.58%20226.79%20118.91%20227.16%20C%20116.24%20227.53%20112.46%20228.02%20109.71%20227.75%20C%20106.95%20227.47%20104.75%20226.78%20102.41%20225.51%20C%20100.06%20224.23%2097.68%20221.96%2095.63%20220.07%20C%2093.58%20218.18%2091.68%20216.22%2090.1%20214.16%20C%2088.53%20212.11%2086.99%20210.25%2086.19%20207.74%20C%2085.39%20205.24%2085.34%20201.89%2085.32%20199.13%20C%2085.29%20196.37%2085.32%20193.59%2086.05%20191.18%20C%2086.79%20188.76%2088.06%20186.95%2089.71%20184.64%20C%2091.36%20182.34%2093.86%20179.14%2095.93%20177.38%20C%2097.99%20175.61%2099.74%20175.04%20102.1%20174.07%20C%20104.46%20173.1%20107.56%20172.09%20110.1%20171.57%20C%20112.63%20171.05%20114.65%20170.71%20117.3%20170.93%20C%20119.95%20171.14%20123.47%20171.73%20126%20172.87%20C%20128.53%20174%20130.5%20175.8%20132.47%20177.71%20C%20134.44%20179.63%20136.38%20181.96%20137.81%20184.33%20C%20139.25%20186.7%20140.23%20189.45%20141.09%20191.93%20C%20141.95%20194.4%20143.05%20196.55%20142.97%20199.18%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20175.81%20199.58%20C%20175.82%20200.03%20175.75%20200.55%20175.63%20200.95%20C%20175.5%20201.35%20175.34%20201.61%20175.07%20201.98%20C%20174.8%20202.35%20174.36%20202.86%20174.01%20203.17%20C%20173.65%20203.49%20173.34%20203.67%20172.96%20203.85%20C%20172.57%20204.04%20172.15%20204.2%20171.71%20204.29%20C%20171.27%20204.37%20170.77%20204.43%20170.32%20204.34%20C%20169.87%20204.25%20169.42%20203.95%20169.01%20203.74%20C%20168.6%20203.52%20168.2%20203.34%20167.86%20203.07%20C%20167.52%20202.81%20167.19%20202.51%20166.96%20202.14%20C%20166.73%20201.77%20166.6%20201.31%20166.5%20200.85%20C%20166.39%20200.4%20166.32%20199.86%20166.32%20199.4%20C%20166.32%20198.95%20166.37%20198.55%20166.48%20198.13%20C%20166.59%20197.71%20166.76%20197.26%20167%20196.88%20C%20167.24%20196.5%20167.56%20196.13%20167.9%20195.85%20C%20168.24%20195.56%20168.63%20195.34%20169.05%20195.17%20C%20169.46%20195%20169.97%20194.91%20170.4%20194.84%20C%20170.82%20194.77%20171.17%20194.72%20171.6%20194.78%20C%20172.04%20194.83%20172.59%20194.99%20172.99%20195.18%20C%20173.39%20195.38%20173.68%20195.64%20173.99%20195.94%20C%20174.31%20196.23%20174.61%20196.59%20174.88%20196.97%20C%20175.14%20197.36%20175.42%20197.81%20175.58%20198.25%20C%20175.73%20198.68%20175.8%20199.13%20175.81%20199.58%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20180.39%20199.49%20C%20180.33%20200.38%20180.22%20201.22%20179.97%20202.09%20C%20179.72%20202.95%20179.33%20203.89%20178.87%20204.69%20C%20178.4%20205.48%20177.84%20206.25%20177.17%20206.86%20C%20176.5%20207.47%20175.66%20208.02%20174.86%20208.34%20C%20174.06%20208.66%20173.26%20208.71%20172.36%20208.78%20C%20171.45%20208.86%20170.3%20208.89%20169.43%20208.79%20C%20168.57%20208.68%20167.94%20208.48%20167.18%20208.17%20C%20166.41%20207.87%20165.54%20207.51%20164.84%20206.95%20C%20164.13%20206.4%20163.43%20205.64%20162.94%20204.84%20C%20162.45%20204.03%20162.12%20203.03%20161.88%20202.12%20C%20161.65%20201.21%20161.53%20200.23%20161.54%20199.36%20C%20161.54%20198.5%20161.64%20197.78%20161.93%20196.94%20C%20162.22%20196.1%20162.81%20195.07%20163.28%20194.32%20C%20163.75%20193.57%20164.1%20193.01%20164.76%20192.46%20C%20165.42%20191.92%20166.47%20191.41%20167.26%20191.02%20C%20168.06%20190.64%20168.68%20190.3%20169.55%20190.15%20C%20170.42%20189.99%20171.58%20189.93%20172.48%20190.07%20C%20173.39%20190.22%20174.17%20190.59%20174.98%20191.02%20C%20175.78%20191.45%20176.63%20192.07%20177.31%20192.64%20C%20177.99%20193.2%20178.55%20193.72%20179.05%20194.4%20C%20179.56%20195.08%20180.11%20195.9%20180.34%20196.74%20C%20180.56%20197.59%20180.45%20198.6%20180.39%20199.49%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20185.22%20199.33%20C%20185.2%20200.6%20185.24%20201.99%20184.85%20203.32%20C%20184.45%20204.65%20183.65%20206.12%20182.84%20207.29%20C%20182.04%20208.45%20181.04%20209.48%20180.03%20210.32%20C%20179.03%20211.17%20177.96%20211.76%20176.8%20212.36%20C%20175.64%20212.95%20174.32%20213.62%20173.07%20213.88%20C%20171.81%20214.13%20170.61%20214.08%20169.26%20213.88%20C%20167.92%20213.69%20166.24%20213.28%20165.01%20212.69%20C%20163.78%20212.09%20162.87%20211.21%20161.88%20210.32%20C%20160.89%20209.42%20159.79%20208.44%20159.08%20207.31%20C%20158.36%20206.17%20157.98%20204.76%20157.59%20203.51%20C%20157.21%20202.25%20156.81%20201.17%20156.75%20199.77%20C%20156.69%20198.38%20156.85%20196.4%20157.24%20195.12%20C%20157.63%20193.85%20158.35%20193.14%20159.09%20192.13%20C%20159.83%20191.12%20160.7%20189.97%20161.68%20189.04%20C%20162.66%20188.11%20163.78%20187.16%20164.97%20186.56%20C%20166.16%20185.95%20167.5%20185.63%20168.82%20185.4%20C%20170.14%20185.18%20171.56%20185.03%20172.89%20185.21%20C%20174.21%20185.38%20175.51%20185.9%20176.77%20186.47%20C%20178.02%20187.04%20179.32%20187.73%20180.39%20188.62%20C%20181.46%20189.51%20182.41%20190.65%20183.17%20191.82%20C%20183.94%20193%20184.63%20194.44%20184.97%20195.69%20C%20185.31%20196.94%20185.24%20198.05%20185.22%20199.33%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20189.78%20199.19%20C%20189.9%20200.96%20189.78%20203.04%20189.4%20204.75%20C%20189.01%20206.47%20188.54%20207.98%20187.47%20209.46%20C%20186.39%20210.94%20184.41%20212.39%20182.95%20213.64%20C%20181.49%20214.89%20180.22%20216.17%20178.7%20216.95%20C%20177.18%20217.73%20175.58%20218.11%20173.83%20218.33%20C%20172.08%20218.56%20170.02%20218.59%20168.18%20218.3%20C%20166.34%20218.01%20164.35%20217.32%20162.8%20216.6%20C%20161.25%20215.87%20160.17%20215.05%20158.88%20213.95%20C%20157.6%20212.85%20156.16%20211.51%20155.11%20209.98%20C%20154.07%20208.45%20153.09%20206.56%20152.64%20204.76%20C%20152.18%20202.96%20152.4%20200.99%20152.37%20199.19%20C%20152.34%20197.4%20151.99%20195.63%20152.44%20193.99%20C%20152.9%20192.34%20154.12%20190.72%20155.12%20189.3%20C%20156.11%20187.88%20157.09%20186.67%20158.39%20185.45%20C%20159.69%20184.24%20161.28%20182.88%20162.91%20182.01%20C%20164.55%20181.14%20166.38%20180.48%20168.19%20180.22%20C%20170%20179.96%20172.03%20180.17%20173.77%20180.47%20C%20175.51%20180.77%20176.99%20181.29%20178.63%20182.01%20C%20180.27%20182.73%20182.24%20183.52%20183.64%20184.81%20C%20185.04%20186.1%20186.19%20188.19%20187.03%20189.74%20C%20187.87%20191.3%20188.25%20192.55%20188.7%20194.12%20C%20189.16%20195.7%20189.67%20197.42%20189.78%20199.19%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20194.83%20199.39%20C%20194.89%20201.61%20194.91%20203.92%20194.23%20206.06%20C%20193.56%20208.2%20192.08%20210.33%20190.8%20212.23%20C%20189.52%20214.12%20188.27%20215.93%20186.58%20217.43%20C%20184.88%20218.93%20182.61%20220.26%20180.62%20221.24%20C%20178.64%20222.22%20176.87%20222.94%20174.68%20223.31%20C%20172.49%20223.67%20169.86%20223.94%20167.49%20223.43%20C%20165.12%20222.93%20162.4%20221.27%20160.45%20220.27%20C%20158.5%20219.28%20157.39%20218.81%20155.8%20217.46%20C%20154.2%20216.11%20152.1%20214.05%20150.88%20212.19%20C%20149.66%20210.34%20149.09%20208.28%20148.46%20206.3%20C%20147.84%20204.32%20147.13%20202.59%20147.13%20200.31%20C%20147.12%20198.04%20147.84%20194.91%20148.43%20192.64%20C%20149.03%20190.37%20149.56%20188.52%20150.7%20186.68%20C%20151.85%20184.84%20153.49%20183.09%20155.29%20181.6%20C%20157.08%20180.12%20159.34%20178.7%20161.49%20177.77%20C%20163.63%20176.84%20166.05%20176.32%20168.14%20176.02%20C%20170.23%20175.72%20171.87%20175.67%20174.03%20175.98%20C%20176.19%20176.3%20179.08%20177.1%20181.08%20177.92%20C%20183.09%20178.74%20184.46%20179.44%20186.08%20180.92%20C%20187.69%20182.39%20189.48%20184.82%20190.78%20186.79%20C%20192.08%20188.77%20193.19%20190.66%20193.87%20192.76%20C%20194.54%20194.86%20194.77%20197.17%20194.83%20199.39%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20199.51%20200.11%20C%20199.53%20202.69%20198.99%20204.56%20198.2%20207.06%20C%20197.42%20209.56%20196.2%20212.74%20194.79%20215.12%20C%20193.38%20217.49%20191.8%20219.53%20189.75%20221.29%20C%20187.69%20223.04%20184.99%20224.57%20182.45%20225.65%20C%20179.9%20226.72%20177.02%20227.39%20174.47%20227.75%20C%20171.91%20228.12%20169.65%20228.15%20167.13%20227.84%20C%20164.61%20227.52%20161.79%20227.09%20159.35%20225.85%20C%20156.9%20224.61%20154.48%20222.27%20152.46%20220.39%20C%20150.44%20218.52%20148.63%20216.76%20147.23%20214.6%20C%20145.83%20212.44%20144.85%20209.92%20144.09%20207.43%20C%20143.32%20204.94%20142.6%20202.42%20142.64%20199.65%20C%20142.68%20196.89%20143.55%20193.43%20144.33%20190.86%20C%20145.11%20188.3%20145.96%20186.39%20147.31%20184.27%20C%20148.66%20182.15%20150.39%20179.86%20152.45%20178.14%20C%20154.52%20176.41%20157.25%20175%20159.69%20173.9%20C%20162.13%20172.81%20164.53%20172.02%20167.11%20171.57%20C%20169.68%20171.12%20172.41%20170.95%20175.13%20171.22%20C%20177.84%20171.48%20180.95%20171.93%20183.4%20173.17%20C%20185.85%20174.41%20187.98%20176.87%20189.83%20178.64%20C%20191.68%20180.41%20193.14%20181.62%20194.51%20183.78%20C%20195.88%20185.94%20197.23%20188.9%20198.07%20191.62%20C%20198.9%20194.35%20199.49%20197.54%20199.51%20200.11%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20232.7%20199.47%20C%20232.71%20199.92%20232.69%20200.44%20232.57%20200.86%20C%20232.45%20201.27%20232.23%20201.57%20232%20201.95%20C%20231.77%20202.33%20231.5%20202.84%20231.18%20203.15%20C%20230.86%20203.46%20230.48%20203.64%20230.08%20203.82%20C%20229.68%20204%20229.24%20204.17%20228.78%20204.24%20C%20228.33%20204.3%20227.82%20204.23%20227.36%20204.18%20C%20226.9%20204.13%20226.46%20204.1%20226.04%20203.93%20C%20225.62%20203.75%20225.17%20203.46%20224.83%20203.15%20C%20224.5%20202.83%20224.23%20202.43%20224.03%20202.04%20C%20223.82%20201.64%20223.7%20201.17%20223.58%20200.76%20C%20223.45%20200.35%20223.28%20200%20223.28%20199.56%20C%20223.28%20199.12%20223.45%20198.56%20223.57%20198.13%20C%20223.7%20197.71%20223.81%20197.38%20224.03%20197.02%20C%20224.24%20196.65%20224.55%20196.26%20224.88%20195.97%20C%20225.21%20195.68%20225.59%20195.48%20225.99%20195.27%20C%20226.39%20195.05%20226.86%20194.76%20227.29%20194.67%20C%20227.73%20194.58%20228.18%20194.65%20228.61%20194.73%20C%20229.04%20194.81%20229.48%20194.95%20229.89%20195.14%20C%20230.29%20195.34%20230.65%20195.61%20231.01%20195.89%20C%20231.37%20196.18%20231.8%20196.46%20232.05%20196.84%20C%20232.29%20197.21%20232.39%20197.7%20232.49%20198.14%20C%20232.6%20198.58%20232.69%20199.02%20232.7%20199.47%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20237.55%20199.51%20C%20237.55%20200.41%20237.33%20201.41%20237.09%20202.26%20C%20236.85%20203.1%20236.55%20203.83%20236.11%20204.55%20C%20235.66%20205.28%20235.1%20206.04%20234.42%20206.61%20C%20233.73%20207.17%20232.86%20207.59%20232%20207.95%20C%20231.13%20208.31%20230.11%20208.64%20229.22%20208.79%20C%20228.33%20208.93%20227.5%20208.93%20226.65%20208.83%20C%20225.81%20208.74%20225%20208.6%20224.16%20208.23%20C%20223.33%20207.86%20222.38%20207.19%20221.66%20206.64%20C%20220.95%20206.09%20220.35%20205.67%20219.86%20204.93%20C%20219.38%20204.19%20219.01%20203.14%20218.75%20202.22%20C%20218.5%20201.3%20218.3%20200.34%20218.34%20199.42%20C%20218.38%20198.5%20218.72%20197.57%20218.99%20196.7%20C%20219.26%20195.83%20219.47%20194.9%20219.94%20194.2%20C%20220.42%20193.5%20221.2%20193.03%20221.85%20192.48%20C%20222.49%20191.94%20223.03%20191.35%20223.81%20190.92%20C%20224.59%20190.49%20225.58%20190.04%20226.52%20189.91%20C%20227.47%20189.77%20228.58%20189.96%20229.49%20190.09%20C%20230.39%20190.22%20231.22%20190.27%20231.96%20190.66%20C%20232.7%20191.06%20233.29%20191.85%20233.94%20192.46%20C%20234.6%20193.06%20235.37%20193.55%20235.9%20194.28%20C%20236.43%20195.02%20236.85%20195.98%20237.13%20196.85%20C%20237.41%20197.72%20237.56%20198.61%20237.55%20199.51%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20242.37%20199.22%20C%20242.32%20200.56%20242%20202.28%20241.62%20203.58%20C%20241.24%20204.88%20240.84%20205.92%20240.08%20207.02%20C%20239.33%20208.12%20238.13%20209.24%20237.11%20210.19%20C%20236.1%20211.14%20235.16%20212.1%20233.99%20212.71%20C%20232.81%20213.33%20231.42%20213.75%20230.07%20213.9%20C%20228.72%20214.04%20227.2%20213.73%20225.88%20213.57%20C%20224.56%20213.42%20223.33%20213.5%20222.13%20212.95%20C%20220.94%20212.4%20219.72%20211.23%20218.71%20210.27%20C%20217.7%20209.31%20216.78%20208.3%20216.08%20207.2%20C%20215.39%20206.09%20214.98%20204.9%20214.52%20203.63%20C%20214.07%20202.35%20213.37%20200.9%20213.37%20199.54%20C%20213.37%20198.18%20214.05%20196.75%20214.53%20195.46%20C%20215.01%20194.16%20215.52%20192.93%20216.26%20191.8%20C%20216.99%20190.66%20217.96%20189.48%20218.96%20188.64%20C%20219.96%20187.8%20221.1%20187.32%20222.28%20186.77%20C%20223.45%20186.22%20224.71%20185.52%20226.02%20185.34%20C%20227.33%20185.15%20228.89%20185.48%20230.16%20185.65%20C%20231.44%20185.81%20232.42%20185.81%20233.66%20186.33%20C%20234.89%20186.84%20236.58%20187.8%20237.59%20188.74%20C%20238.61%20189.69%20239.03%20190.85%20239.75%20191.98%20C%20240.48%20193.11%20241.52%20194.32%20241.95%20195.53%20C%20242.39%20196.73%20242.43%20197.88%20242.37%20199.22%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20246.59%20200.11%20C%20246.58%20201.99%20246.92%20203.6%20246.46%20205.23%20C%20245.99%20206.85%20244.84%20208.47%20243.81%20209.87%20C%20242.77%20211.27%20241.52%20212.51%20240.23%20213.65%20C%20238.95%20214.78%20237.73%20215.81%20236.08%20216.71%20C%20234.44%20217.6%20232.13%20218.75%20230.37%20219%20C%20228.61%20219.25%20227.21%20218.51%20225.52%20218.21%20C%20223.84%20217.91%20221.96%20217.87%20220.26%20217.2%20C%20218.56%20216.52%20216.67%20215.38%20215.31%20214.16%20C%20213.96%20212.93%20213.11%20211.44%20212.12%20209.86%20C%20211.13%20208.27%20209.86%20206.42%20209.37%20204.65%20C%20208.88%20202.89%20209.16%20201.01%20209.19%20199.28%20C%20209.21%20197.55%20209%20195.97%20209.53%20194.26%20C%20210.06%20192.55%20211.43%20190.51%20212.35%20189%20C%20213.26%20187.49%20213.73%20186.31%20215.03%20185.2%20C%20216.32%20184.09%20218.41%20183.14%20220.12%20182.36%20C%20221.82%20181.58%20223.51%20180.87%20225.25%20180.54%20C%20226.99%20180.21%20228.76%20180.14%20230.55%20180.39%20C%20232.34%20180.64%20234.35%20181.21%20235.98%20182.04%20C%20237.62%20182.87%20239.04%20184.11%20240.36%20185.35%20C%20241.68%20186.6%20242.88%20188.06%20243.91%20189.49%20C%20244.94%20190.92%20246.09%20192.17%20246.54%20193.94%20C%20246.99%20195.71%20246.61%20198.23%20246.59%20200.11%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20252.55%20199.75%20C%20252.62%20202.01%20251.65%20204.52%20250.95%20206.53%20C%20250.25%20208.55%20249.6%20210.01%20248.33%20211.84%20C%20247.07%20213.68%20245.1%20216.03%20243.34%20217.54%20C%20241.59%20219.05%20239.74%20220.06%20237.8%20220.9%20C%20235.87%20221.75%20233.96%20222.29%20231.74%20222.6%20C%20229.53%20222.91%20226.79%20222.96%20224.52%20222.76%20C%20222.25%20222.56%20220.14%20222.35%20218.11%20221.4%20C%20216.08%20220.46%20214.01%20218.61%20212.35%20217.08%20C%20210.68%20215.55%20209.23%20214.08%20208.11%20212.21%20C%20206.98%20210.35%20206.24%20207.97%20205.59%20205.9%20C%20204.94%20203.83%20204.23%20201.96%20204.2%20199.8%20C%20204.17%20197.64%20204.81%20195.16%20205.42%20192.93%20C%20206.04%20190.69%20206.63%20188.4%20207.88%20186.38%20C%20209.13%20184.37%20211.2%20182.18%20212.92%20180.82%20C%20214.65%20179.46%20216.23%20179.12%20218.22%20178.24%20C%20220.2%20177.36%20222.59%20175.95%20224.82%20175.54%20C%20227.05%20175.14%20229.29%20175.47%20231.58%20175.81%20C%20233.88%20176.14%20236.65%20176.66%20238.6%20177.56%20C%20240.55%20178.47%20241.68%20179.71%20243.31%20181.24%20C%20244.93%20182.78%20247.12%20184.8%20248.33%20186.76%20C%20249.54%20188.72%20249.86%20190.86%20250.56%20193.02%20C%20251.27%20195.19%20252.49%20197.5%20252.55%20199.75%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20257.02%20199.71%20C%20256.93%20202.45%20255.95%20205.12%20255.12%20207.74%20C%20254.28%20210.36%20253.52%20213.3%20252.02%20215.44%20C%20250.53%20217.58%20248.23%20218.97%20246.14%20220.58%20C%20244.04%20222.18%20241.87%20223.99%20239.45%20225.09%20C%20237.03%20226.2%20234.28%20226.81%20231.62%20227.22%20C%20228.96%20227.63%20226.07%20227.84%20223.48%20227.53%20C%20220.88%20227.23%20218.45%20226.43%20216.06%20225.4%20C%20213.67%20224.37%20211.04%20223.16%20209.12%20221.35%20C%20207.19%20219.54%20205.92%20216.84%20204.5%20214.53%20C%20203.08%20212.22%20201.46%20210.06%20200.61%20207.47%20C%20199.75%20204.88%20199.31%20201.76%20199.36%20198.98%20C%20199.42%20196.2%20200.18%20193.24%20200.92%20190.81%20C%20201.65%20188.39%20202.4%20186.62%20203.8%20184.43%20C%20205.19%20182.25%20207.21%20179.54%20209.29%20177.72%20C%20211.36%20175.91%20213.81%20174.69%20216.25%20173.55%20C%20218.7%20172.4%20221.29%20171.22%20223.95%20170.84%20C%20226.61%20170.45%20229.65%20170.82%20232.22%20171.24%20C%20234.79%20171.65%20236.96%20172.27%20239.37%20173.35%20C%20241.78%20174.43%20244.43%20175.99%20246.66%20177.69%20C%20248.89%20179.39%20251.25%20181.29%20252.75%20183.55%20C%20254.25%20185.81%20254.94%20188.58%20255.66%20191.27%20C%20256.37%20193.96%20257.11%20196.96%20257.02%20199.71%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%204.66%20199.55%20C%204.67%20200%204.79%20200.39%204.67%20200.82%20C%204.55%20201.26%204.19%20201.8%203.94%20202.16%20C%203.69%20202.53%203.46%20202.72%203.15%20203.02%20C%202.84%20203.32%202.51%20203.76%202.08%20203.94%20C%201.66%20204.13%201.06%20204.08%200.59%20204.13%20C%200.13%20204.18%20-0.24%20204.3%20-0.69%20204.23%20C%20-1.14%20204.16%20-1.7%20203.89%20-2.1%20203.7%20C%20-2.51%20203.52%20-2.79%20203.42%20-3.1%20203.14%20C%20-3.41%20202.86%20-3.72%20202.42%20-3.96%20202.01%20C%20-4.2%20201.61%20-4.39%20201.14%20-4.53%20200.72%20C%20-4.66%20200.3%20-4.76%20199.91%20-4.76%20199.49%20C%20-4.76%20199.07%20-4.65%20198.61%20-4.52%20198.19%20C%20-4.39%20197.78%20-4.2%20197.35%20-3.98%20196.98%20C%20-3.75%20196.6%20-3.54%20196.23%20-3.19%20195.94%20C%20-2.83%20195.66%20-2.28%20195.44%20-1.85%20195.26%20C%20-1.42%20195.08%20-1.05%20194.95%20-0.62%20194.86%20C%20-0.19%20194.76%200.3%20194.61%200.74%20194.67%20C%201.17%20194.74%201.6%20195.02%201.99%20195.24%20C%202.39%20195.45%202.76%20195.69%203.1%20195.97%20C%203.43%20196.26%203.73%20196.58%203.98%20196.94%20C%204.23%20197.3%204.48%20197.7%204.59%20198.13%20C%204.7%20198.57%204.64%20199.1%204.66%20199.55%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%209.32%20199.46%20C%209.34%20200.3%209.39%20201.17%209.18%20202.06%20C%208.98%20202.95%208.61%20204.06%208.1%20204.81%20C%207.59%20205.56%206.83%20206.02%206.13%20206.57%20C%205.43%20207.11%204.68%20207.67%203.89%20208.07%20C%203.1%20208.47%202.26%20208.85%201.38%20208.98%20C%200.51%20209.11%20-0.49%20208.94%20-1.38%20208.84%20C%20-2.28%20208.75%20-3.18%20208.76%20-4%20208.41%20C%20-4.81%20208.06%20-5.56%20207.39%20-6.25%20206.75%20C%20-6.95%20206.11%20-7.7%20205.34%20-8.16%20204.58%20C%20-8.62%20203.83%20-8.81%20203.06%20-9%20202.21%20C%20-9.19%20201.36%20-9.29%20200.35%20-9.29%20199.47%20C%20-9.29%20198.59%20-9.24%20197.82%20-9.02%20196.94%20C%20-8.8%20196.05%20-8.41%20194.94%20-7.97%20194.18%20C%20-7.53%20193.41%20-7.03%20192.9%20-6.39%20192.34%20C%20-5.75%20191.77%20-5%20191.15%20-4.15%20190.76%20C%20-3.3%20190.38%20-2.19%20190.15%20-1.29%20190.04%20C%20-0.4%20189.93%200.37%20189.97%201.22%20190.12%20C%202.08%20190.28%202.97%20190.59%203.83%20190.97%20C%204.68%20191.36%205.68%20191.83%206.36%20192.43%20C%207.03%20193.04%207.44%20193.86%207.89%20194.62%20C%208.33%20195.39%208.79%20196.22%209.03%20197.03%20C%209.27%20197.83%209.29%20198.63%209.32%20199.46%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2014.13%20199.39%20C%2014.18%20200.71%2014.02%20202.34%2013.68%20203.65%20C%2013.33%20204.95%2012.81%20206.18%2012.06%20207.23%20C%2011.3%20208.28%2010.16%20209.06%209.13%20209.94%20C%208.1%20210.82%207.09%20211.93%205.88%20212.52%20C%204.66%20213.11%203.11%20213.33%201.84%20213.5%20C%200.57%20213.66%20-0.44%20213.67%20-1.75%20213.5%20C%20-3.06%20213.33%20-4.75%20213.01%20-6.04%20212.45%20C%20-7.34%20211.89%20-8.56%20211.01%20-9.54%20210.14%20C%20-10.51%20209.27%20-11.19%20208.39%20-11.9%20207.25%20C%20-12.6%20206.1%20-13.42%20204.58%20-13.77%20203.26%20C%20-14.12%20201.95%20-14.01%20200.68%20-13.98%20199.37%20C%20-13.95%20198.07%20-13.9%20196.69%20-13.59%20195.42%20C%20-13.29%20194.14%20-12.85%20192.86%20-12.16%20191.7%20C%20-11.46%20190.54%20-10.43%20189.34%20-9.41%20188.45%20C%20-8.39%20187.56%20-7.22%20186.84%20-6.05%20186.36%20C%20-4.87%20185.87%20-3.69%20185.73%20-2.35%20185.54%20C%20-1.01%20185.35%200.57%20185.1%201.98%20185.22%20C%203.39%20185.34%204.9%20185.72%206.11%20186.28%20C%207.31%20186.84%208.24%20187.68%209.21%20188.57%20C%2010.18%20189.45%2011.23%20190.4%2011.93%20191.59%20C%2012.64%20192.79%2013.06%20194.42%2013.42%20195.71%20C%2013.79%20197.01%2014.09%20198.07%2014.13%20199.39%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2018.98%20199.93%20C%2018.93%20201.69%2018.56%20203.15%2018%20204.75%20C%2017.43%20206.34%2016.46%20208.01%2015.59%20209.5%20C%2014.71%20210.99%2014.05%20212.46%2012.75%20213.69%20C%2011.44%20214.92%209.42%20216.1%207.77%20216.87%20C%206.11%20217.65%204.53%20218.11%202.81%20218.34%20C%201.09%20218.57%20-0.77%20218.52%20-2.55%20218.25%20C%20-4.32%20217.99%20-6.16%20217.45%20-7.84%20216.74%20C%20-9.52%20216.03%20-11.27%20215.15%20-12.63%20214.01%20C%20-13.99%20212.87%20-15.04%20211.5%20-16%20209.91%20C%20-16.97%20208.32%20-17.95%20206.18%20-18.43%20204.46%20C%20-18.9%20202.74%20-18.99%20201.32%20-18.86%20199.58%20C%20-18.73%20197.85%20-18.13%20195.75%20-17.64%20194.03%20C%20-17.16%20192.3%20-16.9%20190.7%20-15.94%20189.23%20C%20-14.97%20187.77%20-13.19%20186.43%20-11.86%20185.25%20C%20-10.53%20184.07%20-9.45%20182.93%20-7.96%20182.14%20C%20-6.46%20181.36%20-4.65%20180.79%20-2.9%20180.54%20C%20-1.15%20180.28%200.76%20180.37%202.53%20180.62%20C%204.29%20180.86%206.11%20181.23%207.7%20182.01%20C%209.29%20182.79%2010.76%20184.12%2012.08%20185.31%20C%2013.4%20186.5%2014.58%20187.67%2015.62%20189.15%20C%2016.66%20190.64%2017.76%20192.42%2018.32%20194.22%20C%2018.88%20196.01%2019.04%20198.18%2018.98%20199.93%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2023.55%20199.21%20C%2023.62%20201.43%2023.46%20204.12%2022.89%20206.34%20C%2022.32%20208.55%2021.4%20210.61%2020.12%20212.49%20C%2018.84%20214.37%2016.96%20216.17%2015.21%20217.64%20C%2013.47%20219.1%2011.68%20220.28%209.66%20221.28%20C%207.64%20222.27%205.26%20223.35%203.09%20223.61%20C%200.92%20223.87%20-1.07%20223.21%20-3.34%20222.84%20C%20-5.61%20222.47%20-8.59%20222.23%20-10.51%20221.38%20C%20-12.44%20220.54%20-13.34%20219.35%20-14.91%20217.76%20C%20-16.48%20216.18%20-18.53%20213.73%20-19.94%20211.88%20C%20-21.34%20210.02%20-22.73%20208.75%20-23.34%20206.63%20C%20-23.94%20204.51%20-23.69%20201.49%20-23.56%20199.15%20C%20-23.43%20196.82%20-23.17%20194.64%20-22.57%20192.63%20C%20-21.96%20190.61%20-21.16%20188.86%20-19.91%20187.06%20C%20-18.67%20185.25%20-16.84%20183.3%20-15.1%20181.77%20C%20-13.36%20180.25%20-11.37%20179.01%20-9.47%20177.93%20C%20-7.57%20176.84%20-5.88%20175.61%20-3.68%20175.25%20C%20-1.48%20174.89%201.43%20175.32%203.73%20175.76%20C%206.03%20176.2%208.06%20177%2010.09%20177.88%20C%2012.12%20178.76%2014.29%20179.57%2015.89%20181.05%20C%2017.49%20182.53%2018.6%20184.77%2019.69%20186.77%20C%2020.78%20188.77%2021.81%20190.98%2022.46%20193.05%20C%2023.1%20195.13%2023.48%20197%2023.55%20199.21%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2028.23%20199.52%20C%2028.26%20202.15%2027.96%20204.64%2027.2%20207.26%20C%2026.44%20209.89%2025.18%20212.91%2023.68%20215.29%20C%2022.19%20217.66%2020.24%20219.72%2018.24%20221.51%20C%2016.23%20223.31%2014.08%20225.02%2011.65%20226.08%20C%209.21%20227.13%206.18%20227.59%203.65%20227.82%20C%201.12%20228.05%20-0.88%20227.79%20-3.54%20227.46%20C%20-6.2%20227.13%20-9.73%20226.99%20-12.29%20225.85%20C%20-14.84%20224.71%20-16.8%20222.51%20-18.86%20220.62%20C%20-20.92%20218.72%20-23.24%20216.61%20-24.65%20214.48%20C%20-26.07%20212.35%20-26.6%20210.32%20-27.35%20207.83%20C%20-28.1%20205.35%20-29.1%20202.33%20-29.16%20199.57%20C%20-29.21%20196.8%20-28.55%20193.75%20-27.68%20191.24%20C%20-26.82%20188.73%20-25.39%20186.68%20-23.96%20184.5%20C%20-22.53%20182.32%20-21.2%20179.96%20-19.11%20178.17%20C%20-17.02%20176.37%20-13.92%20174.81%20-11.4%20173.74%20C%20-8.89%20172.67%20-6.65%20172.12%20-4.03%20171.76%20C%20-1.4%20171.41%201.76%20171.4%204.35%20171.62%20C%206.94%20171.83%209.14%20171.98%2011.52%20173.06%20C%2013.9%20174.13%2016.58%20176.3%2018.63%20178.05%20C%2020.68%20179.81%2022.45%20181.34%2023.85%20183.58%20C%2025.25%20185.82%2026.28%20188.83%2027.01%20191.48%20C%2027.74%20194.14%2028.2%20196.88%2028.23%20199.52%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2033.33%20256.45%20C%2033.33%20256.92%2033.21%20257.52%2033.09%20257.95%20C%2032.97%20258.38%2032.88%20258.64%2032.62%20259.01%20C%2032.36%20259.38%2031.86%20259.87%2031.53%20260.18%20C%2031.19%20260.48%2030.99%20260.7%2030.59%20260.85%20C%2030.2%20261.01%2029.62%20261.06%2029.17%20261.11%20C%2028.72%20261.17%2028.33%20261.25%2027.89%20261.2%20C%2027.46%20261.15%2026.95%20261%2026.56%20260.82%20C%2026.16%20260.63%2025.86%20260.36%2025.51%20260.07%20C%2025.16%20259.78%2024.72%20259.45%2024.46%20259.07%20C%2024.2%20258.69%2024.09%20258.2%2023.96%20257.77%20C%2023.82%20257.35%2023.63%20256.98%2023.63%20256.53%20C%2023.64%20256.09%2023.83%20255.55%2023.97%20255.11%20C%2024.12%20254.66%2024.27%20254.25%2024.5%20253.86%20C%2024.74%20253.48%2025.06%20253.06%2025.39%20252.79%20C%2025.73%20252.51%2026.1%20252.39%2026.5%20252.22%20C%2026.9%20252.05%2027.36%20251.84%2027.8%20251.77%20C%2028.23%20251.7%2028.64%20251.72%2029.09%20251.79%20C%2029.55%20251.86%2030.12%20252%2030.53%20252.18%20C%2030.93%20252.36%2031.18%20252.6%2031.51%20252.87%20C%2031.83%20253.14%2032.21%20253.42%2032.47%20253.8%20C%2032.73%20254.18%2032.93%20254.73%2033.07%20255.17%20C%2033.22%20255.62%2033.33%20255.99%2033.33%20256.45%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2037.96%20256.39%20C%2037.89%20257.29%2037.52%20258.39%2037.31%20259.28%20C%2037.1%20260.17%2037.09%20261.02%2036.69%20261.73%20C%2036.29%20262.44%2035.6%20263.02%2034.91%20263.54%20C%2034.21%20264.07%2033.4%20264.47%2032.55%20264.86%20C%2031.69%20265.25%2030.7%20265.76%2029.79%20265.9%20C%2028.87%20266.04%2027.9%20265.83%2027.04%20265.7%20C%2026.18%20265.57%2025.41%20265.43%2024.62%20265.11%20C%2023.84%20264.8%2023.02%20264.38%2022.33%20263.82%20C%2021.63%20263.25%2020.9%20262.52%2020.45%20261.73%20C%2020%20260.94%2019.88%20259.91%2019.63%20259.07%20C%2019.38%20258.24%2019.01%20257.63%2018.98%20256.73%20C%2018.95%20255.82%2019.17%20254.49%2019.46%20253.64%20C%2019.76%20252.8%2020.27%20252.39%2020.73%20251.67%20C%2021.18%20250.94%2021.55%20249.94%2022.19%20249.32%20C%2022.82%20248.7%2023.67%20248.34%2024.54%20247.94%20C%2025.42%20247.55%2026.51%20247.09%2027.43%20246.93%20C%2028.35%20246.76%2029.21%20246.79%2030.06%20246.97%20C%2030.91%20247.15%2031.74%20247.63%2032.52%20248.01%20C%2033.3%20248.4%2034.11%20248.74%2034.75%20249.3%20C%2035.4%20249.85%2035.89%20250.57%2036.38%20251.33%20C%2036.88%20252.09%2037.47%20253.02%2037.73%20253.87%20C%2038%20254.71%2038.03%20255.48%2037.96%20256.39%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2042.65%20256.55%20C%2042.64%20257.91%2042.55%20259.32%2042.17%20260.54%20C%2041.79%20261.76%2041.05%20262.8%2040.38%20263.88%20C%2039.71%20264.97%2039.19%20266.16%2038.16%20267.04%20C%2037.12%20267.92%2035.45%20268.59%2034.16%20269.19%20C%2032.86%20269.78%2031.68%20270.39%2030.39%20270.61%20C%2029.11%20270.84%2027.81%20270.74%2026.45%20270.53%20C%2025.1%20270.33%2023.46%20269.97%2022.24%20269.37%20C%2021.01%20268.78%2020.05%20267.8%2019.13%20266.96%20C%2018.2%20266.13%2017.43%20265.39%2016.67%20264.36%20C%2015.92%20263.32%2014.96%20262.05%2014.61%20260.75%20C%2014.25%20259.45%2014.5%20257.87%2014.54%20256.56%20C%2014.59%20255.25%2014.55%20254.17%2014.87%20252.88%20C%2015.18%20251.58%2015.71%20249.94%2016.42%20248.79%20C%2017.14%20247.63%2018.18%20246.83%2019.15%20245.93%20C%2020.12%20245.04%2021.03%20244.04%2022.25%20243.41%20C%2023.46%20242.78%2025.05%20242.31%2026.43%20242.15%20C%2027.8%20241.99%2029.13%20242.21%2030.49%20242.46%20C%2031.86%20242.71%2033.37%20243.17%2034.63%20243.66%20C%2035.89%20244.16%2037.05%20244.63%2038.04%20245.43%20C%2039.03%20246.24%2039.86%20247.34%2040.55%20248.5%20C%2041.25%20249.65%2041.85%20251.04%2042.2%20252.38%20C%2042.55%20253.72%2042.66%20255.19%2042.65%20256.55%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2047.31%20256.45%20C%2047.36%20258.26%2047.32%20260.3%2046.79%20262.03%20C%2046.26%20263.76%2045.08%20265.39%2044.13%20266.84%20C%2043.17%20268.29%2042.37%20269.57%2041.06%20270.7%20C%2039.74%20271.84%2037.9%20272.86%2036.26%20273.65%20C%2034.63%20274.44%2032.98%20275.18%2031.24%20275.42%20C%2029.49%20275.67%2027.51%20275.4%2025.77%20275.13%20C%2024.04%20274.85%2022.44%20274.51%2020.82%20273.8%20C%2019.2%20273.09%2017.38%20271.97%2016.05%20270.87%20C%2014.72%20269.76%2013.85%20268.73%2012.83%20267.18%20C%2011.81%20265.63%2010.43%20263.29%209.93%20261.57%20C%209.42%20259.85%209.84%20258.63%209.83%20256.88%20C%209.81%20255.13%209.39%20252.87%209.84%20251.08%20C%2010.29%20249.28%2011.55%20247.61%2012.53%20246.12%20C%2013.51%20244.63%2014.4%20243.32%2015.72%20242.15%20C%2017.05%20240.99%2018.84%20239.92%2020.5%20239.12%20C%2022.16%20238.32%2023.85%20237.61%2025.67%20237.34%20C%2027.49%20237.07%2029.64%20237.24%2031.43%20237.52%20C%2033.22%20237.79%2034.73%20238.25%2036.41%20239%20C%2038.08%20239.75%2040.15%20240.81%2041.49%20242.01%20C%2042.83%20243.21%2043.63%20244.67%2044.46%20246.2%20C%2045.29%20247.72%2046%20249.47%2046.48%20251.18%20C%2046.95%20252.89%2047.25%20254.64%2047.31%20256.45%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2051.96%20257.13%20C%2051.9%20259.28%2051.94%20261.08%2051.22%20263.17%20C%2050.5%20265.26%2048.89%20267.76%2047.65%20269.66%20C%2046.42%20271.56%2045.37%20273.03%2043.8%20274.57%20C%2042.24%20276.11%2040.25%20278%2038.25%20278.9%20C%2036.25%20279.8%2033.99%20279.86%2031.81%20279.98%20C%2029.63%20280.1%2027.35%20279.91%2025.18%20279.64%20C%2023.02%20279.37%2020.87%20279.2%2018.82%20278.35%20C%2016.77%20277.49%2014.57%20276.06%2012.87%20274.5%20C%2011.18%20272.94%209.74%20270.88%208.64%20268.97%20C%207.54%20267.06%206.83%20265.08%206.27%20263.07%20C%205.71%20261.05%205.26%20259.18%205.29%20256.9%20C%205.33%20254.61%205.95%20251.62%206.49%20249.36%20C%207.02%20247.1%207.36%20245.09%208.48%20243.35%20C%209.6%20241.61%2011.58%20240.3%2013.23%20238.94%20C%2014.89%20237.57%2016.41%20236.19%2018.41%20235.15%20C%2020.4%20234.11%2023.02%20233.13%2025.19%20232.71%20C%2027.36%20232.29%2029.25%20232.25%2031.42%20232.62%20C%2033.59%20232.99%2036.1%20233.99%2038.2%20234.92%20C%2040.29%20235.86%2042.21%20236.84%2043.98%20238.23%20C%2045.76%20239.62%2047.57%20241.23%2048.84%20243.24%20C%2050.11%20245.25%2051.08%20247.98%2051.6%20250.3%20C%2052.12%20252.61%2052.02%20254.98%2051.96%20257.13%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2056.82%20256.53%20C%2056.76%20259.07%2056.16%20261.88%2055.38%20264.47%20C%2054.6%20267.07%2053.42%20269.86%2052.15%20272.12%20C%2050.89%20274.38%2049.73%20276.27%2047.8%20278.03%20C%2045.87%20279.78%2043.03%20281.57%2040.55%20282.66%20C%2038.07%20283.76%2035.56%20284.32%2032.91%20284.61%20C%2030.27%20284.91%2027.28%20284.76%2024.68%20284.44%20C%2022.09%20284.12%2019.83%20283.63%2017.36%20282.7%20C%2014.89%20281.76%2011.94%20280.69%209.85%20278.83%20C%207.76%20276.97%206.19%20273.86%204.84%20271.52%20C%203.48%20269.17%202.51%20267.23%201.72%20264.76%20C%200.92%20262.3%200.15%20259.37%200.07%20256.74%20C%20-0.02%20254.11%200.45%20251.68%201.21%20249%20C%201.97%20246.32%203.2%20242.96%204.62%20240.68%20C%206.04%20238.4%207.72%20236.94%209.74%20235.31%20C%2011.77%20233.69%2014.35%20232.07%2016.75%20230.94%20C%2019.15%20229.8%2021.53%20228.87%2024.14%20228.48%20C%2026.75%20228.09%2029.61%20228.33%2032.41%20228.58%20C%2035.22%20228.83%2038.44%20228.9%2040.96%20230%20C%2043.49%20231.09%2045.57%20233.4%2047.54%20235.14%20C%2049.52%20236.87%2051.46%20238.05%2052.82%20240.41%20C%2054.18%20242.76%2055.06%20246.59%2055.73%20249.28%20C%2056.39%20251.96%2056.87%20254%2056.82%20256.53%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2090.34%20256.45%20C%2090.36%20256.91%2090.28%20257.5%2090.14%20257.93%20C%2090%20258.35%2089.76%20258.62%2089.49%20258.99%20C%2089.23%20259.36%2088.91%20259.85%2088.57%20260.15%20C%2088.23%20260.46%2087.84%20260.66%2087.44%20260.82%20C%2087.04%20260.98%2086.59%20261.05%2086.16%20261.13%20C%2085.73%20261.21%2085.31%20261.37%2084.88%20261.3%20C%2084.44%20261.23%2083.98%20260.9%2083.55%20260.71%20C%2083.12%20260.52%2082.63%20260.42%2082.29%20260.15%20C%2081.96%20259.89%2081.76%20259.52%2081.52%20259.13%20C%2081.29%20258.75%2081.01%20258.26%2080.9%20257.82%20C%2080.79%20257.39%2080.86%20256.99%2080.86%20256.53%20C%2080.85%20256.08%2080.77%20255.55%2080.89%20255.1%20C%2081%20254.65%2081.28%20254.22%2081.52%20253.85%20C%2081.76%20253.48%2082.01%20253.15%2082.33%20252.87%20C%2082.65%20252.58%2083.03%20252.32%2083.43%20252.14%20C%2083.83%20251.96%2084.25%20251.84%2084.72%20251.81%20C%2085.19%20251.77%2085.77%20251.84%2086.24%20251.91%20C%2086.71%20251.98%2087.13%20252.05%2087.54%20252.21%20C%2087.95%20252.37%2088.38%20252.58%2088.7%20252.89%20C%2089.02%20253.19%2089.24%20253.66%2089.46%20254.04%20C%2089.68%20254.42%2089.86%20254.76%2090%20255.16%20C%2090.15%20255.56%2090.31%20255.99%2090.34%20256.45%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2094.92%20256.31%20C%2094.9%20257.19%2094.81%20258.37%2094.59%20259.22%20C%2094.36%20260.06%2094.06%20260.6%2093.57%20261.36%20C%2093.08%20262.12%2092.39%20263.14%2091.66%20263.77%20C%2090.92%20264.4%2089.93%20264.78%2089.16%20265.15%20C%2088.4%20265.51%2087.89%20265.82%2087.06%20265.98%20C%2086.23%20266.13%2085.08%20266.24%2084.18%20266.06%20C%2083.28%20265.88%2082.45%20265.29%2081.65%20264.89%20C%2080.85%20264.49%2080.08%20264.23%2079.37%20263.67%20C%2078.67%20263.11%2077.96%20262.28%2077.44%20261.54%20C%2076.92%20260.81%2076.51%20260.1%2076.26%20259.27%20C%2076.02%20258.45%2075.98%20257.47%2075.98%20256.58%20C%2075.99%20255.68%2076.05%20254.76%2076.31%20253.89%20C%2076.57%20253.02%2077.04%20252.12%2077.55%20251.36%20C%2078.05%20250.6%2078.64%20249.94%2079.33%20249.33%20C%2080.03%20248.71%2080.91%20248%2081.69%20247.65%20C%2082.48%20247.3%2083.15%20247.31%2084.04%20247.22%20C%2084.92%20247.13%2086.09%20247%2087%20247.09%20C%2087.9%20247.19%2088.67%20247.45%2089.46%20247.79%20C%2090.24%20248.13%2091.06%20248.52%2091.7%20249.12%20C%2092.34%20249.73%2092.79%20250.64%2093.29%20251.45%20C%2093.79%20252.25%2094.43%20253.15%2094.71%20253.96%20C%2094.98%20254.77%2094.94%20255.44%2094.92%20256.31%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2099.86%20256.67%20C%2099.82%20258.02%2099.5%20259.51%2099.16%20260.73%20C%2098.82%20261.95%2098.49%20262.87%2097.82%20263.97%20C%2097.16%20265.07%2096.18%20266.42%2095.16%20267.31%20C%2094.15%20268.2%2092.97%20268.75%2091.71%20269.3%20C%2090.45%20269.84%2088.95%20270.36%2087.6%20270.57%20C%2086.25%20270.77%2084.94%20270.73%2083.63%20270.54%20C%2082.32%20270.35%2081.01%20270%2079.76%20269.43%20C%2078.51%20268.86%2077.2%20267.98%2076.11%20267.15%20C%2075.01%20266.32%2073.92%20265.55%2073.19%20264.44%20C%2072.47%20263.32%2072.02%20261.78%2071.73%20260.45%20C%2071.45%20259.12%2071.43%20257.76%2071.48%20256.48%20C%2071.54%20255.21%2071.67%20254.09%2072.06%20252.79%20C%2072.45%20251.48%2073.09%20249.88%2073.81%20248.66%20C%2074.53%20247.45%2075.43%20246.33%2076.38%20245.49%20C%2077.33%20244.66%2078.36%20244.2%2079.52%20243.66%20C%2080.67%20243.12%2081.94%20242.49%2083.29%20242.25%20C%2084.64%20242.02%2086.26%20242.02%2087.64%20242.25%20C%2089.03%20242.48%2090.39%20242.99%2091.59%20243.63%20C%2092.78%20244.26%2093.83%20245.15%2094.81%20246.06%20C%2095.79%20246.96%2096.72%20247.96%2097.48%20249.06%20C%2098.24%20250.15%2098.99%20251.36%2099.39%20252.63%20C%2099.79%20253.9%2099.9%20255.32%2099.86%20256.67%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20104.6%20257.16%20C%20104.46%20259.06%20103.89%20260.72%20103.39%20262.3%20C%20102.9%20263.88%20102.56%20265.19%20101.64%20266.63%20C%20100.73%20268.08%2099.3%20269.85%2097.92%20270.98%20C%2096.54%20272.1%2094.9%20272.66%2093.36%20273.39%20C%2091.83%20274.12%2090.57%20275.02%2088.72%20275.34%20C%2086.87%20275.66%2084.07%20275.58%2082.28%20275.31%20C%2080.48%20275.04%2079.44%20274.48%2077.96%20273.74%20C%2076.48%20273%2074.79%20271.97%2073.4%20270.85%20C%2072.01%20269.73%2070.66%20268.52%2069.61%20267.04%20C%2068.55%20265.57%2067.52%20263.84%2067.08%20262.01%20C%2066.63%20260.17%2066.93%20257.88%2066.95%20256.03%20C%2066.96%20254.19%2066.73%20252.61%2067.14%20250.95%20C%2067.55%20249.3%2068.43%20247.66%2069.4%20246.11%20C%2070.38%20244.56%2071.58%20242.81%2072.97%20241.65%20C%2074.35%20240.48%2076.11%20239.74%2077.72%20239.11%20C%2079.32%20238.49%2080.81%20238.09%2082.59%20237.88%20C%2084.37%20237.66%2086.64%20237.54%2088.39%20237.82%20C%2090.14%20238.09%2091.54%20238.74%2093.08%20239.55%20C%2094.61%20240.36%2096.26%20241.58%2097.6%20242.66%20C%2098.94%20243.74%20100.02%20244.67%20101.13%20246.04%20C%20102.23%20247.42%20103.65%20249.05%20104.23%20250.9%20C%20104.81%20252.75%20104.74%20255.26%20104.6%20257.16%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20109.3%20256.66%20C%20109.26%20258.86%20108.7%20261.15%20108.16%20263.23%20C%20107.61%20265.31%20107.15%20267.22%20106.03%20269.14%20C%20104.9%20271.06%20103.2%20273.23%20101.42%20274.73%20C%2099.64%20276.24%2097.42%20277.31%2095.34%20278.14%20C%2093.25%20278.97%2091.09%20279.39%2088.9%20279.71%20C%2086.71%20280.03%2084.35%20280.42%2082.19%20280.07%20C%2080.03%20279.72%2077.99%20278.61%2075.95%20277.61%20C%2073.92%20276.61%2071.71%20275.42%2069.96%20274.07%20C%2068.21%20272.72%2066.7%20271.29%2065.43%20269.49%20C%2064.16%20267.69%2062.94%20265.43%2062.34%20263.28%20C%2061.75%20261.14%2061.78%20258.83%2061.87%20256.62%20C%2061.96%20254.41%2062.25%20252.14%2062.86%20250.03%20C%2063.47%20247.92%2064.38%20245.83%2065.55%20243.96%20C%2066.71%20242.1%2068.14%20240.41%2069.83%20238.85%20C%2071.53%20237.28%2073.71%20235.6%2075.72%20234.59%20C%2077.73%20233.58%2079.8%20233.06%2081.89%20232.77%20C%2083.99%20232.48%2086.13%20232.44%2088.29%20232.85%20C%2090.46%20233.25%2092.65%20234.2%2094.9%20235.19%20C%2097.15%20236.17%20100.01%20237.3%20101.81%20238.77%20C%20103.62%20240.23%20104.64%20242.12%20105.73%20243.99%20C%20106.83%20245.87%20107.8%20247.89%20108.4%20250%20C%20108.99%20252.11%20109.34%20254.45%20109.3%20256.66%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20113.6%20256.33%20C%20113.6%20259.18%20113.71%20261.99%20112.98%20264.61%20C%20112.25%20267.22%20110.75%20269.78%20109.22%20272.02%20C%20107.68%20274.26%20105.62%20276.33%20103.77%20278.04%20C%20101.92%20279.76%20100.48%20281.2%2098.1%20282.29%20C%2095.72%20283.38%2092.3%20284.13%2089.47%20284.57%20C%2086.64%20285.02%2083.68%20285.31%2081.11%20284.97%20C%2078.54%20284.62%2076.42%20283.58%2074.05%20282.49%20C%2071.69%20281.4%2068.98%20280.27%2066.94%20278.42%20C%2064.89%20276.58%2063.24%20273.79%2061.78%20271.42%20C%2060.32%20269.06%2059.06%20266.79%2058.17%20264.23%20C%2057.29%20261.66%2056.34%20258.68%2056.46%20256.02%20C%2056.58%20253.36%2058%20250.77%2058.89%20248.26%20C%2059.77%20245.75%2060.52%20243.16%2061.79%20240.96%20C%2063.06%20238.77%2064.5%20236.92%2066.51%20235.1%20C%2068.53%20233.27%2071.41%20231.22%2073.87%20230.04%20C%2076.32%20228.86%2078.57%20228.33%2081.24%20228.01%20C%2083.9%20227.69%2087.13%20227.8%2089.85%20228.12%20C%2092.58%20228.45%2095.2%20228.93%2097.6%20229.97%20C%20100%20231%20102.33%20232.54%20104.27%20234.33%20C%20106.21%20236.12%20107.78%20238.51%20109.23%20240.71%20C%20110.68%20242.9%20112.24%20244.9%20112.97%20247.5%20C%20113.7%20250.1%20113.6%20253.48%20113.6%20256.33%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20147.24%20256.58%20C%20147.24%20257.03%20147.25%20257.41%20147.11%20257.84%20C%20146.97%20258.26%20146.62%20258.74%20146.38%20259.13%20C%20146.13%20259.51%20145.98%20259.87%20145.66%20260.14%20C%20145.35%20260.41%20144.89%20260.59%20144.47%20260.77%20C%20144.05%20260.95%20143.61%20261.16%20143.16%20261.22%20C%20142.71%20261.28%20142.22%20261.21%20141.78%20261.15%20C%20141.33%20261.09%20140.88%20261.06%20140.49%20260.88%20C%20140.1%20260.69%20139.76%20260.32%20139.43%20260.03%20C%20139.1%20259.73%20138.76%20259.45%20138.53%20259.1%20C%20138.29%20258.75%20138.12%20258.33%20138.02%20257.9%20C%20137.91%20257.47%20137.9%20256.95%20137.89%20256.5%20C%20137.88%20256.04%20137.88%20255.62%20137.97%20255.18%20C%20138.07%20254.75%20138.21%20254.27%20138.45%20253.88%20C%20138.69%20253.5%20139.04%20253.16%20139.39%20252.89%20C%20139.73%20252.61%20140.1%20252.4%20140.5%20252.22%20C%20140.9%20252.05%20141.33%20251.93%20141.79%20251.86%20C%20142.24%20251.79%20142.79%20251.78%20143.24%20251.82%20C%20143.7%20251.86%20144.11%20251.92%20144.49%20252.12%20C%20144.87%20252.31%20145.17%20252.68%20145.51%20252.99%20C%20145.86%20253.31%20146.28%20253.64%20146.54%20253.99%20C%20146.81%20254.35%20147%20254.67%20147.11%20255.1%20C%20147.23%20255.53%20147.24%20256.12%20147.24%20256.58%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20152.14%20256.55%20C%20152.16%20257.41%20151.86%20258.49%20151.58%20259.3%20C%20151.3%20260.12%20150.97%20260.72%20150.45%20261.45%20C%20149.93%20262.19%20149.08%20263.11%20148.46%20263.72%20C%20147.85%20264.33%20147.48%20264.74%20146.73%20265.1%20C%20145.99%20265.47%20144.93%20265.74%20144%20265.9%20C%20143.06%20266.05%20142.02%20266.11%20141.11%20266.01%20C%20140.21%20265.92%20139.37%20265.7%20138.58%20265.31%20C%20137.78%20264.92%20136.96%20264.25%20136.33%20263.66%20C%20135.69%20263.08%20135.2%20262.53%20134.75%20261.78%20C%20134.3%20261.04%20133.92%20260.05%20133.62%20259.18%20C%20133.33%20258.31%20133.02%20257.47%20132.98%20256.58%20C%20132.94%20255.68%20133.13%20254.64%20133.39%20253.79%20C%20133.65%20252.94%20134.06%20252.21%20134.53%20251.49%20C%20134.99%20250.76%20135.48%20250.06%20136.17%20249.44%20C%20136.86%20248.82%20137.85%20248.15%20138.67%20247.76%20C%20139.49%20247.38%20140.2%20247.27%20141.08%20247.13%20C%20141.95%20246.99%20143.05%20246.83%20143.93%20246.92%20C%20144.81%20247.01%20145.55%20247.25%20146.37%20247.66%20C%20147.18%20248.06%20148.16%20248.7%20148.84%20249.35%20C%20149.51%20250%20149.97%20250.78%20150.41%20251.57%20C%20150.85%20252.36%20151.19%20253.28%20151.47%20254.1%20C%20151.76%20254.93%20152.13%20255.68%20152.14%20256.55%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20156.81%20256.25%20C%20156.82%20257.6%20156.65%20259.42%20156.26%20260.76%20C%20155.87%20262.09%20155.23%20263.16%20154.47%20264.26%20C%20153.7%20265.36%20152.7%20266.5%20151.66%20267.34%20C%20150.63%20268.19%20149.45%20268.8%20148.24%20269.32%20C%20147.02%20269.83%20145.71%20270.22%20144.37%20270.42%20C%20143.04%20270.61%20141.54%20270.65%20140.23%20270.5%20C%20138.91%20270.36%20137.74%20270.09%20136.51%20269.56%20C%20135.28%20269.04%20133.83%20268.25%20132.86%20267.36%20C%20131.89%20266.46%20131.38%20265.3%20130.67%20264.18%20C%20129.97%20263.07%20129.06%20261.96%20128.64%20260.67%20C%20128.23%20259.38%20128.16%20257.84%20128.19%20256.45%20C%20128.21%20255.06%20128.37%20253.65%20128.77%20252.35%20C%20129.18%20251.04%20129.89%20249.73%20130.62%20248.61%20C%20131.35%20247.48%20132.18%20246.51%20133.15%20245.59%20C%20134.13%20244.66%20135.21%20243.6%20136.47%20243.07%20C%20137.72%20242.54%20139.39%20242.55%20140.67%20242.41%20C%20141.96%20242.27%20142.89%20242.07%20144.17%20242.23%20C%20145.45%20242.39%20147.13%20242.77%20148.37%20243.37%20C%20149.61%20243.96%20150.6%20244.88%20151.6%20245.82%20C%20152.6%20246.76%20153.61%20247.85%20154.38%20249%20C%20155.14%20250.14%20155.78%20251.48%20156.19%20252.69%20C%20156.6%20253.9%20156.8%20254.91%20156.81%20256.25%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20161.23%20256.42%20C%20161.1%20258.22%20160.76%20260.02%20160.33%20261.78%20C%20159.89%20263.54%20159.47%20265.51%20158.62%20266.97%20C%20157.77%20268.42%20156.58%20269.38%20155.22%20270.5%20C%20153.86%20271.62%20152.15%20272.87%20150.46%20273.69%20C%20148.78%20274.5%20146.77%20275.14%20145.09%20275.39%20C%20143.42%20275.64%20142.15%20275.45%20140.4%20275.21%20C%20138.64%20274.96%20136.31%20274.64%20134.56%20273.93%20C%20132.82%20273.22%20131.31%20272.1%20129.92%20270.96%20C%20128.53%20269.82%20127.19%20268.65%20126.21%20267.09%20C%20125.24%20265.53%20124.54%20263.37%20124.05%20261.6%20C%20123.55%20259.82%20123.25%20258.15%20123.26%20256.44%20C%20123.27%20254.72%20123.62%20252.97%20124.13%20251.33%20C%20124.63%20249.69%20125.31%20248.15%20126.29%20246.6%20C%20127.28%20245.05%20128.68%20243.25%20130.04%20242.02%20C%20131.4%20240.78%20132.83%20239.93%20134.45%20239.2%20C%20136.06%20238.48%20137.99%20237.9%20139.74%20237.67%20C%20141.5%20237.44%20143.16%20237.52%20144.96%20237.81%20C%20146.77%20238.11%20148.9%20238.68%20150.58%20239.43%20C%20152.25%20240.18%20153.67%20241.15%20155%20242.32%20C%20156.33%20243.49%20157.56%20245%20158.57%20246.44%20C%20159.58%20247.89%20160.64%20249.35%20161.08%20251.01%20C%20161.53%20252.67%20161.35%20254.63%20161.23%20256.42%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20167.09%20256.35%20C%20167.11%20258.63%20165.72%20261.18%20165.04%20263.33%20C%20164.35%20265.47%20164.08%20267.34%20162.97%20269.23%20C%20161.85%20271.12%20160.19%20273.25%20158.36%20274.67%20C%20156.53%20276.09%20153.97%20276.94%20151.97%20277.77%20C%20149.96%20278.6%20148.42%20279.35%20146.31%20279.65%20C%20144.19%20279.95%20141.54%20279.77%20139.28%20279.56%20C%20137.02%20279.35%20134.78%20279.17%20132.76%20278.39%20C%20130.73%20277.6%20128.8%20276.25%20127.13%20274.85%20C%20125.46%20273.45%20123.99%20271.91%20122.74%20269.96%20C%20121.49%20268.01%20120.32%20265.36%20119.63%20263.15%20C%20118.94%20260.95%20118.53%20258.86%20118.58%20256.73%20C%20118.63%20254.59%20119.15%20252.55%20119.92%20250.36%20C%20120.69%20248.17%20121.92%20245.64%20123.19%20243.61%20C%20124.46%20241.57%20125.86%20239.57%20127.54%20238.15%20C%20129.23%20236.73%20131.39%20236%20133.29%20235.07%20C%20135.2%20234.15%20136.81%20233.01%20138.97%20232.59%20C%20141.14%20232.17%20144.01%20232.18%20146.29%20232.54%20C%20148.56%20232.91%20150.68%20233.8%20152.62%20234.79%20C%20154.55%20235.77%20156.21%20236.99%20157.88%20238.48%20C%20159.56%20239.97%20161.49%20241.86%20162.66%20243.73%20C%20163.84%20245.59%20164.19%20247.54%20164.93%20249.64%20C%20165.67%20251.75%20167.07%20254.07%20167.09%20256.35%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20171.83%20256.55%20C%20171.85%20259.19%20171.1%20261.75%20170.19%20264.38%20C%20169.28%20267%20167.9%20270.02%20166.36%20272.29%20C%20164.82%20274.56%20162.98%20276.27%20160.95%20278.01%20C%20158.92%20279.75%20156.53%20281.59%20154.18%20282.72%20C%20151.83%20283.84%20149.51%20284.38%20146.85%20284.74%20C%20144.19%20285.11%20140.87%20285.32%20138.23%20284.91%20C%20135.59%20284.49%20133.38%20283.41%20131%20282.25%20C%20128.62%20281.09%20126.06%20279.66%20123.94%20277.96%20C%20121.82%20276.26%20119.66%20274.29%20118.27%20272.06%20C%20116.88%20269.83%20116.23%20267.08%20115.62%20264.59%20C%20115%20262.1%20114.62%20259.78%20114.6%20257.13%20C%20114.59%20254.47%20114.77%20251.31%20115.54%20248.66%20C%20116.3%20246.02%20117.81%20243.51%20119.18%20241.25%20C%20120.55%20239%20121.84%20236.81%20123.77%20235.13%20C%20125.7%20233.45%20128.28%20232.4%20130.76%20231.18%20C%20133.24%20229.97%20136.03%20228.36%20138.64%20227.84%20C%20141.24%20227.32%20143.77%20227.59%20146.4%20228.05%20C%20149.03%20228.51%20151.99%20229.42%20154.41%20230.59%20C%20156.83%20231.77%20158.86%20233.38%20160.91%20235.11%20C%20162.97%20236.84%20165.23%20238.72%20166.75%20240.96%20C%20168.28%20243.2%20169.22%20245.97%20170.07%20248.57%20C%20170.92%20251.16%20171.81%20253.91%20171.83%20256.55%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20204.24%20256.53%20C%20204.21%20256.98%20204.04%20257.51%20203.93%20257.92%20C%20203.83%20258.34%20203.83%20258.65%20203.62%20259.02%20C%20203.41%20259.4%20203.03%20259.9%20202.67%20260.2%20C%20202.3%20260.5%20201.83%20260.69%20201.42%20260.85%20C%20201.02%20261.02%20200.7%20261.14%20200.25%20261.2%20C%20199.8%20261.27%20199.19%20261.3%20198.74%20261.23%20C%20198.29%20261.16%20197.94%20260.97%20197.56%20260.78%20C%20197.17%20260.59%20196.76%20260.37%20196.43%20260.07%20C%20196.1%20259.77%20195.82%20259.33%20195.57%20258.98%20C%20195.33%20258.63%20195.09%20258.39%20194.97%20257.97%20C%20194.85%20257.55%20194.86%20256.93%20194.86%20256.46%20C%20194.85%20255.99%20194.81%20255.55%20194.94%20255.14%20C%20195.07%20254.72%20195.39%20254.32%20195.62%20253.94%20C%20195.86%20253.57%20196.01%20253.19%20196.33%20252.89%20C%20196.66%20252.6%20197.18%20252.36%20197.59%20252.18%20C%20198%20251.99%20198.37%20251.84%20198.8%20251.78%20C%20199.23%20251.72%20199.73%20251.76%20200.17%20251.83%20C%20200.61%20251.89%20201.03%20252.01%20201.45%20252.19%20C%20201.87%20252.36%20202.34%20252.62%20202.68%20252.9%20C%20203.02%20253.18%20203.26%20253.48%20203.5%20253.87%20C%20203.74%20254.26%20204%20254.78%20204.12%20255.23%20C%20204.24%20255.67%20204.27%20256.08%20204.24%20256.53%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20209.13%20256.36%20C%20209.14%20257.27%20208.91%20258.29%20208.63%20259.21%20C%20208.34%20260.14%20207.9%20261.17%20207.43%20261.93%20C%20206.97%20262.68%20206.53%20263.18%20205.85%20263.74%20C%20205.16%20264.3%20204.17%20264.91%20203.33%20265.29%20C%20202.48%20265.67%20201.65%20265.92%20200.79%20266.01%20C%20199.92%20266.1%20199.02%20266%20198.13%20265.83%20C%20197.25%20265.67%20196.29%20265.41%20195.47%20265.03%20C%20194.65%20264.64%20193.88%20264.05%20193.21%20263.53%20C%20192.54%20263.01%20191.92%20262.63%20191.45%20261.9%20C%20190.97%20261.17%20190.65%20260.08%20190.37%20259.16%20C%20190.09%20258.24%20189.78%20257.28%20189.77%20256.39%20C%20189.75%20255.49%20189.96%20254.63%20190.26%20253.8%20C%20190.56%20252.96%20191.03%20252.12%20191.56%20251.37%20C%20192.09%20250.61%20192.76%20249.86%20193.43%20249.3%20C%20194.09%20248.73%20194.8%20248.31%20195.56%20247.95%20C%20196.32%20247.59%20197.1%20247.28%20197.99%20247.13%20C%20198.88%20246.99%20199.97%20246.95%20200.9%20247.09%20C%20201.83%20247.22%20202.82%20247.55%20203.58%20247.93%20C%20204.33%20248.31%20204.75%20248.77%20205.42%20249.37%20C%20206.09%20249.97%20207.06%20250.79%20207.58%20251.52%20C%20208.1%20252.26%20208.29%20252.97%20208.55%20253.77%20C%20208.81%20254.58%20209.12%20255.45%20209.13%20256.36%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20213.51%20256.69%20C%20213.53%20258.08%20213.37%20259.17%20213.03%20260.43%20C%20212.69%20261.7%20212.24%20263.11%20211.47%20264.27%20C%20210.71%20265.43%20209.44%20266.46%20208.44%20267.38%20C%20207.44%20268.3%20206.66%20269.21%20205.47%20269.78%20C%20204.29%20270.35%20202.68%20270.62%20201.34%20270.78%20C%20200%20270.94%20198.79%20270.97%20197.43%20270.73%20C%20196.07%20270.49%20194.37%20269.96%20193.17%20269.34%20C%20191.97%20268.73%20191.16%20267.88%20190.23%20267.05%20C%20189.3%20266.21%20188.32%20265.45%20187.61%20264.33%20C%20186.9%20263.21%20186.39%20261.66%20185.99%20260.34%20C%20185.58%20259.02%20185.21%20257.71%20185.17%20256.41%20C%20185.12%20255.12%20185.31%20253.84%20185.72%20252.55%20C%20186.13%20251.27%20186.88%20249.82%20187.63%20248.71%20C%20188.38%20247.59%20189.29%20246.66%20190.24%20245.86%20C%20191.2%20245.06%20192.19%20244.46%20193.37%20243.93%20C%20194.54%20243.39%20195.96%20242.88%20197.32%20242.64%20C%20198.68%20242.39%20200.2%20242.34%20201.52%20242.45%20C%20202.83%20242.56%20204.04%20242.74%20205.23%20243.31%20C%20206.42%20243.87%20207.65%20244.93%20208.64%20245.84%20C%20209.62%20246.75%20210.42%20247.74%20211.13%20248.78%20C%20211.85%20249.82%20212.53%20250.76%20212.92%20252.08%20C%20213.32%20253.4%20213.5%20255.3%20213.51%20256.69%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20218.71%20256.57%20C%20218.67%20258.42%20217.95%20260.14%20217.36%20261.86%20C%20216.77%20263.57%20216.01%20265.35%20215.17%20266.84%20C%20214.33%20268.33%20213.62%20269.68%20212.31%20270.8%20C%20211.01%20271.92%20208.94%20272.82%20207.32%20273.56%20C%20205.7%20274.29%20204.32%20274.93%20202.58%20275.22%20C%20200.83%20275.5%20198.68%20275.51%20196.86%20275.25%20C%20195.03%20274.98%20193.22%20274.41%20191.6%20273.63%20C%20189.98%20272.85%20188.5%20271.71%20187.12%20270.57%20C%20185.75%20269.43%20184.31%20268.31%20183.35%20266.79%20C%20182.39%20265.27%20181.83%20263.2%20181.37%20261.45%20C%20180.92%20259.7%20180.6%20258.03%20180.63%20256.31%20C%20180.66%20254.6%20181.02%20252.84%20181.57%20251.17%20C%20182.11%20249.49%20182.97%20247.69%20183.9%20246.24%20C%20184.83%20244.79%20185.96%20243.59%20187.15%20242.44%20C%20188.34%20241.29%20189.44%20240.2%20191.05%20239.36%20C%20192.66%20238.53%20194.92%20237.78%20196.8%20237.45%20C%20198.67%20237.12%20200.48%20237.13%20202.3%20237.37%20C%20204.11%20237.61%20206.11%20238.15%20207.71%20238.9%20C%20209.3%20239.65%20210.54%20240.61%20211.88%20241.85%20C%20213.22%20243.1%20214.79%20244.9%20215.75%20246.39%20C%20216.71%20247.88%20217.15%20249.09%20217.64%20250.79%20C%20218.13%20252.48%20218.76%20254.73%20218.71%20256.57%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20223.74%20256.1%20C%20223.73%20258.23%20222.99%20260.75%20222.3%20262.89%20C%20221.6%20265.03%20220.7%20266.96%20219.58%20268.95%20C%20218.46%20270.94%20217.35%20273.34%20215.56%20274.84%20C%20213.77%20276.35%20210.98%20277.18%20208.87%20277.97%20C%20206.75%20278.75%20204.98%20279.26%20202.86%20279.57%20C%20200.74%20279.88%20198.35%20280.03%20196.17%20279.82%20C%20194%20279.61%20191.87%20279.23%20189.82%20278.31%20C%20187.77%20277.39%20185.51%20275.82%20183.87%20274.32%20C%20182.23%20272.82%20181.22%20271.16%20180%20269.31%20C%20178.78%20267.46%20177.3%20265.31%20176.52%20263.22%20C%20175.75%20261.14%20175.34%20259.02%20175.35%20256.81%20C%20175.36%20254.6%20175.9%20252.19%20176.59%20249.96%20C%20177.29%20247.73%20178.41%20245.33%20179.52%20243.43%20C%20180.62%20241.52%20181.47%20239.91%20183.23%20238.53%20C%20184.99%20237.15%20187.9%20236.07%20190.06%20235.14%20C%20192.22%20234.21%20194.04%20233.31%20196.18%20232.94%20C%20198.31%20232.58%20200.72%20232.66%20202.87%20232.96%20C%20205.02%20233.26%20207.07%20233.83%20209.09%20234.74%20C%20211.11%20235.64%20213.21%20236.93%20215.01%20238.39%20C%20216.82%20239.85%20218.68%20241.52%20219.9%20243.48%20C%20221.13%20245.44%20221.73%20248.04%20222.37%20250.15%20C%20223.01%20252.25%20223.75%20253.98%20223.74%20256.1%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20228.73%20256.29%20C%20228.66%20258.9%20227.32%20261.69%20226.55%20264.33%20C%20225.79%20266.97%20225.46%20269.89%20224.15%20272.12%20C%20222.83%20274.36%20220.91%20275.93%20218.67%20277.75%20C%20216.44%20279.57%20213.21%20281.78%20210.73%20283.05%20C%20208.26%20284.32%20206.4%20285.06%20203.83%20285.36%20C%20201.26%20285.66%20198.07%20285.39%20195.29%20284.85%20C%20192.51%20284.32%20189.62%20283.31%20187.16%20282.15%20C%20184.69%20280.98%20182.43%20279.65%20180.5%20277.86%20C%20178.57%20276.07%20176.93%20273.64%20175.57%20271.4%20C%20174.21%20269.16%20173.21%20266.95%20172.35%20264.41%20C%20171.49%20261.87%20170.42%20258.82%20170.41%20256.15%20C%20170.4%20253.48%20171.38%20250.9%20172.29%20248.38%20C%20173.19%20245.86%20174.41%20243.15%20175.84%20241.03%20C%20177.27%20238.91%20178.84%20237.49%20180.86%20235.67%20C%20182.88%20233.85%20185.44%20231.34%20187.95%20230.12%20C%20190.45%20228.9%20193.3%20228.65%20195.9%20228.34%20C%20198.51%20228.03%20200.95%20227.86%20203.57%20228.25%20C%20206.19%20228.64%20209.12%20229.56%20211.62%20230.67%20C%20214.13%20231.78%20216.63%20233.12%20218.59%20234.89%20C%20220.56%20236.66%20222.01%20238.98%20223.41%20241.28%20C%20224.81%20243.58%20226.11%20246.19%20227%20248.69%20C%20227.88%20251.19%20228.81%20253.69%20228.73%20256.29%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20261.31%20256.52%20C%20261.31%20256.97%20261.17%20257.47%20261.04%20257.88%20C%20260.9%20258.3%20260.74%20258.66%20260.48%20259.02%20C%20260.23%20259.38%20259.86%20259.74%20259.52%20260.04%20C%20259.18%20260.34%20258.83%20260.63%20258.47%20260.82%20C%20258.1%20261.01%20257.74%20261.15%20257.31%20261.21%20C%20256.88%20261.27%20256.33%20261.22%20255.87%20261.17%20C%20255.42%20261.12%20255%20261.1%20254.59%20260.89%20C%20254.18%20260.69%20253.75%20260.22%20253.4%20259.93%20C%20253.06%20259.64%20252.76%20259.48%20252.51%20259.14%20C%20252.26%20258.8%20252%20258.29%20251.88%20257.87%20C%20251.76%20257.45%20251.79%20257.08%20251.8%20256.62%20C%20251.81%20256.17%20251.8%20255.57%20251.94%20255.14%20C%20252.07%20254.72%20252.36%20254.42%20252.6%20254.06%20C%20252.84%20253.7%20253.08%20253.28%20253.38%20252.97%20C%20253.68%20252.66%20254.03%20252.41%20254.42%20252.21%20C%20254.8%20252.01%20255.25%20251.85%20255.71%20251.78%20C%20256.16%20251.71%20256.68%20251.73%20257.14%20251.8%20C%20257.61%20251.87%20258.06%20252.03%20258.49%20252.21%20C%20258.91%20252.4%20259.34%20252.63%20259.68%20252.92%20C%20260.01%20253.21%20260.29%20253.56%20260.52%20253.95%20C%20260.74%20254.33%20260.9%20254.79%20261.03%20255.22%20C%20261.16%20255.65%20261.31%20256.08%20261.31%20256.52%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20266%20256.63%20C%20265.99%20257.52%20265.63%20258.27%20265.41%20259.1%20C%20265.2%20259.93%20265.15%20260.85%20264.71%20261.6%20C%20264.27%20262.35%20263.46%20263.02%20262.76%20263.62%20C%20262.07%20264.23%20261.35%20264.84%20260.54%20265.24%20C%20259.73%20265.63%20258.81%20265.85%20257.9%20265.98%20C%20256.99%20266.11%20255.96%20266.13%20255.08%20266.03%20C%20254.2%20265.92%20253.4%20265.76%20252.62%20265.35%20C%20251.84%20264.95%20251.1%20264.19%20250.4%20263.58%20C%20249.69%20262.97%20248.93%20262.44%20248.4%20261.69%20C%20247.86%20260.95%20247.43%20259.96%20247.21%20259.11%20C%20246.98%20258.26%20246.98%20257.45%20247.04%20256.61%20C%20247.09%20255.77%20247.28%20254.99%20247.54%20254.08%20C%20247.79%20253.16%20248.13%20251.9%20248.57%20251.11%20C%20249.01%20250.32%20249.55%20249.88%20250.2%20249.33%20C%20250.85%20248.77%20251.66%20248.16%20252.48%20247.79%20C%20253.3%20247.42%20254.25%20247.26%20255.12%20247.12%20C%20255.99%20246.99%20256.76%20246.86%20257.68%20247%20C%20258.61%20247.14%20259.87%20247.56%20260.68%20247.96%20C%20261.49%20248.36%20261.89%20248.81%20262.55%20249.38%20C%20263.2%20249.95%20264.1%20250.65%20264.59%20251.38%20C%20265.09%20252.11%20265.27%20252.86%20265.5%20253.73%20C%20265.74%20254.61%20266.02%20255.73%20266%20256.63%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20270.79%20256.67%20C%20270.77%20257.98%20270.57%20259.15%20270.15%20260.38%20C%20269.72%20261.6%20268.97%20262.93%20268.23%20264.02%20C%20267.5%20265.11%20266.69%20266.04%20265.72%20266.91%20C%20264.75%20267.78%20263.59%20268.61%20262.4%20269.25%20C%20261.22%20269.88%20259.95%20270.49%20258.59%20270.72%20C%20257.24%20270.94%20255.56%20270.8%20254.26%20270.6%20C%20252.96%20270.4%20251.95%20270.09%20250.79%20269.5%20C%20249.64%20268.91%20248.4%20267.95%20247.33%20267.07%20C%20246.25%20266.19%20245.09%20265.29%20244.33%20264.22%20C%20243.57%20263.15%20243.12%20261.98%20242.77%20260.66%20C%20242.43%20259.35%20242.24%20257.67%20242.25%20256.31%20C%20242.26%20254.94%20242.44%20253.69%20242.82%20252.45%20C%20243.2%20251.22%20243.82%20250.06%20244.54%20248.88%20C%20245.25%20247.7%20246.09%20246.23%20247.11%20245.39%20C%20248.14%20244.55%20249.49%20244.38%20250.68%20243.86%20C%20251.88%20243.34%20252.98%20242.52%20254.26%20242.27%20C%20255.55%20242.02%20257%20242.15%20258.4%20242.36%20C%20259.8%20242.57%20261.43%20243%20262.66%20243.54%20C%20263.89%20244.08%20264.77%20244.75%20265.8%20245.62%20C%20266.83%20246.49%20268.09%20247.61%20268.84%20248.77%20C%20269.59%20249.92%20269.96%20251.23%20270.28%20252.55%20C%20270.61%20253.86%20270.81%20255.36%20270.79%20256.67%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20275.34%20256.97%20C%20275.38%20258.72%20275.65%20260.11%20275.11%20261.72%20C%20274.58%20263.33%20273.19%20265.14%20272.15%20266.65%20C%20271.12%20268.15%20270.23%20269.49%20268.92%20270.74%20C%20267.61%20271.99%20265.89%20273.33%20264.29%20274.15%20C%20262.69%20274.97%20261.1%20275.51%20259.32%20275.67%20C%20257.54%20275.83%20255.3%20275.43%20253.59%20275.12%20C%20251.87%20274.81%20250.56%20274.6%20249.02%20273.82%20C%20247.48%20273.03%20245.75%20271.67%20244.34%20270.42%20C%20242.92%20269.17%20241.64%20267.73%20240.55%20266.31%20C%20239.47%20264.89%20238.39%20263.54%20237.84%20261.91%20C%20237.29%20260.27%20237.12%20258.26%20237.25%20256.5%20C%20237.39%20254.73%20238.11%20253.03%20238.65%20251.33%20C%20239.18%20249.63%20239.53%20247.84%20240.47%20246.28%20C%20241.42%20244.72%20242.91%20243.14%20244.34%20241.97%20C%20245.76%20240.81%20247.44%20239.97%20249.04%20239.28%20C%20250.63%20238.6%20252.17%20238.22%20253.91%20237.87%20C%20255.65%20237.53%20257.72%20237%20259.46%20237.21%20C%20261.21%20237.41%20262.75%20238.21%20264.39%20239.1%20C%20266.03%20239.99%20267.98%20241.39%20269.32%20242.54%20C%20270.65%20243.68%20271.47%20244.53%20272.4%20245.97%20C%20273.33%20247.41%20274.39%20249.35%20274.88%20251.19%20C%20275.37%20253.02%20275.3%20255.21%20275.34%20256.97%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20280.56%20256.18%20C%20280.62%20258.47%20280.2%20261.36%20279.49%20263.49%20C%20278.77%20265.63%20277.47%20267.06%20276.26%20269.01%20C%20275.04%20270.96%20273.82%20273.68%20272.2%20275.2%20C%20270.58%20276.72%20268.52%20277.38%20266.55%20278.13%20C%20264.57%20278.89%20262.6%20279.35%20260.35%20279.75%20C%20258.1%20280.14%20255.34%20280.83%20253.06%20280.5%20C%20250.78%20280.16%20248.7%20278.67%20246.65%20277.74%20C%20244.6%20276.81%20242.44%20276.28%20240.77%20274.92%20C%20239.1%20273.56%20237.77%20271.51%20236.61%20269.58%20C%20235.45%20267.66%20234.5%20265.55%20233.8%20263.38%20C%20233.11%20261.2%20232.56%20258.85%20232.44%20256.56%20C%20232.31%20254.26%20232.34%20251.65%20233.04%20249.59%20C%20233.74%20247.54%20235.29%20246.13%20236.66%20244.23%20C%20238.02%20242.33%20239.5%20239.79%20241.23%20238.21%20C%20242.96%20236.63%20245.1%20235.64%20247.05%20234.75%20C%20249%20233.86%20250.74%20233.16%20252.93%20232.88%20C%20255.12%20232.59%20257.95%20232.63%20260.17%20233.02%20C%20262.4%20233.42%20264.36%20234.38%20266.29%20235.25%20C%20268.23%20236.12%20270.13%20236.88%20271.78%20238.25%20C%20273.42%20239.61%20274.94%20241.52%20276.17%20243.44%20C%20277.4%20245.36%20278.42%20247.65%20279.15%20249.78%20C%20279.88%20251.9%20280.51%20253.9%20280.56%20256.18%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20285.02%20256.47%20C%20284.83%20259.09%20284.07%20262.27%20283.29%20264.89%20C%20282.5%20267.51%20281.72%20269.93%20280.32%20272.21%20C%20278.93%20274.48%20276.84%20276.78%20274.9%20278.53%20C%20272.96%20280.28%20271.02%20281.72%20268.69%20282.71%20C%20266.36%20283.71%20263.59%20284.21%20260.91%20284.5%20C%20258.22%20284.78%20255.27%20284.84%20252.56%20284.43%20C%20249.85%20284.02%20247.01%20283.14%20244.63%20282.06%20C%20242.26%20280.98%20240.22%20279.58%20238.33%20277.96%20C%20236.45%20276.34%20234.78%20274.63%20233.31%20272.33%20C%20231.85%20270.04%20230.44%20266.81%20229.55%20264.21%20C%20228.66%20261.62%20228.08%20259.3%20227.96%20256.79%20C%20227.85%20254.28%20228.19%20251.8%20228.87%20249.16%20C%20229.55%20246.52%20230.59%20243.44%20232.05%20240.95%20C%20233.51%20238.46%20235.55%20235.92%20237.62%20234.21%20C%20239.69%20232.51%20242%20231.69%20244.48%20230.73%20C%20246.96%20229.77%20249.9%20228.82%20252.52%20228.44%20C%20255.14%20228.06%20257.55%20228.12%20260.2%20228.42%20C%20262.86%20228.73%20266.07%20229.26%20268.43%20230.26%20C%20270.8%20231.26%20272.47%20232.69%20274.41%20234.4%20C%20276.34%20236.12%20278.36%20238.08%20280.04%20240.54%20C%20281.71%20243%20283.63%20246.53%20284.46%20249.18%20C%20285.29%20251.84%20285.22%20253.86%20285.02%20256.47%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2061.77%20313.48%20C%2061.77%20313.92%2061.58%20314.39%2061.46%20314.83%20C%2061.35%20315.27%2061.3%20315.74%2061.09%20316.11%20C%2060.87%20316.47%2060.54%20316.74%2060.18%20317.02%20C%2059.82%20317.29%2059.37%20317.56%2058.93%20317.76%20C%2058.49%20317.96%2057.98%20318.12%2057.54%20318.19%20C%2057.09%20318.25%2056.67%20318.2%2056.26%20318.15%20C%2055.84%20318.09%2055.46%20318.08%2055.06%20317.88%20C%2054.67%20317.68%2054.23%20317.27%2053.88%20316.96%20C%2053.54%20316.65%2053.23%20316.39%2052.99%20316.04%20C%2052.74%20315.69%2052.52%20315.27%2052.41%20314.85%20C%2052.29%20314.43%2052.27%20313.97%2052.3%20313.52%20C%2052.32%20313.06%2052.45%20312.57%2052.57%20312.13%20C%2052.68%20311.69%2052.78%20311.26%2052.99%20310.87%20C%2053.21%20310.49%2053.51%20310.09%2053.85%20309.81%20C%2054.2%20309.53%2054.68%20309.35%2055.08%20309.18%20C%2055.49%20309.02%2055.86%20308.88%2056.3%20308.82%20C%2056.74%20308.76%2057.28%20308.77%2057.71%20308.81%20C%2058.13%20308.85%2058.44%20308.88%2058.85%20309.07%20C%2059.26%20309.25%2059.82%20309.6%2060.17%20309.92%20C%2060.51%20310.24%2060.73%20310.62%2060.95%20311%20C%2061.17%20311.38%2061.34%20311.8%2061.48%20312.21%20C%2061.62%20312.63%2061.77%20313.04%2061.77%20313.48%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2066.6%20313.38%20C%2066.58%20314.31%2066.19%20315.33%2065.91%20316.21%20C%2065.63%20317.09%2065.36%20317.88%2064.89%20318.66%20C%2064.43%20319.43%2063.8%20320.27%2063.11%20320.86%20C%2062.42%20321.46%2061.58%20321.92%2060.78%20322.24%20C%2059.97%20322.56%2059.17%20322.65%2058.29%20322.77%20C%2057.41%20322.89%2056.37%20323.07%2055.49%20322.96%20C%2054.61%20322.84%2053.79%20322.46%2053.01%20322.07%20C%2052.23%20321.69%2051.46%20321.18%2050.82%20320.64%20C%2050.18%20320.1%2049.63%20319.55%2049.16%20318.83%20C%2048.69%20318.11%2048.27%20317.23%2048%20316.33%20C%2047.73%20315.42%2047.57%20314.28%2047.55%20313.39%20C%2047.53%20312.51%2047.61%20311.86%2047.87%20311.02%20C%2048.13%20310.18%2048.61%20309.18%2049.09%20308.37%20C%2049.57%20307.56%2050.09%20306.74%2050.76%20306.16%20C%2051.43%20305.59%2052.24%20305.26%2053.1%20304.9%20C%2053.97%20304.55%2055.08%20304.11%2055.94%20304.01%20C%2056.81%20303.92%2057.46%20304.17%2058.28%20304.33%20C%2059.1%20304.49%2060.02%20304.66%2060.86%20304.98%20C%2061.7%20305.3%2062.65%20305.74%2063.3%20306.26%20C%2063.94%20306.78%2064.29%20307.39%2064.74%20308.12%20C%2065.19%20308.86%2065.7%20309.78%2066.01%20310.66%20C%2066.32%20311.54%2066.61%20312.46%2066.6%20313.38%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2071.14%20313.58%20C%2071.21%20314.9%2071.16%20316.26%2070.75%20317.52%20C%2070.34%20318.79%2069.49%20320.05%2068.68%20321.19%20C%2067.87%20322.33%2066.89%20323.54%2065.89%20324.38%20C%2064.89%20325.21%2063.81%20325.73%2062.69%20326.22%20C%2061.57%20326.7%2060.43%20327.08%2059.18%20327.29%20C%2057.92%20327.5%2056.52%20327.64%2055.15%20327.47%20C%2053.77%20327.31%2052.16%20326.83%2050.93%20326.3%20C%2049.7%20325.78%2048.75%20325.1%2047.76%20324.3%20C%2046.77%20323.5%2045.74%20322.59%2045%20321.5%20C%2044.25%20320.41%2043.73%20319.06%2043.29%20317.75%20C%2042.85%20316.44%2042.34%20315.03%2042.36%20313.63%20C%2042.37%20312.23%2042.9%20310.73%2043.39%20309.37%20C%2043.89%20308.01%2044.64%20306.63%2045.33%20305.48%20C%2046.01%20304.32%2046.53%20303.24%2047.5%20302.42%20C%2048.47%20301.59%2049.87%20301%2051.13%20300.51%20C%2052.39%20300.01%2053.74%20299.66%2055.07%20299.44%20C%2056.4%20299.22%2057.78%20299.02%2059.13%20299.17%20C%2060.48%20299.32%2061.91%20299.81%2063.15%20300.35%20C%2064.39%20300.9%2065.58%20301.55%2066.54%20302.44%20C%2067.51%20303.33%2068.32%20304.49%2068.96%20305.69%20C%2069.59%20306.89%2070.01%20308.31%2070.37%20309.63%20C%2070.74%20310.94%2071.08%20312.27%2071.14%20313.58%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2076%20313.86%20C%2076.12%20315.57%2076.07%20317.25%2075.63%20318.87%20C%2075.18%20320.5%2074.36%20322.14%2073.33%20323.6%20C%2072.3%20325.06%2070.83%20326.45%2069.45%20327.66%20C%2068.06%20328.86%2066.7%20330.08%2065.02%20330.84%20C%2063.33%20331.61%2061.15%20331.96%2059.34%20332.24%20C%2057.54%20332.52%2055.87%20332.8%2054.2%20332.51%20C%2052.53%20332.22%2050.93%20331.23%2049.31%20330.49%20C%2047.69%20329.74%2045.92%20329.21%2044.49%20328.03%20C%2043.07%20326.85%2041.78%20324.88%2040.77%20323.42%20C%2039.76%20321.96%2038.89%20320.88%2038.43%20319.26%20C%2037.97%20317.65%2037.91%20315.59%2038%20313.74%20C%2038.1%20311.89%2038.5%20309.87%2039.01%20308.15%20C%2039.52%20306.42%2040.13%20304.95%2041.05%20303.39%20C%2041.98%20301.83%2043.21%20299.98%2044.55%20298.78%20C%2045.9%20297.59%2047.55%20296.95%2049.14%20296.22%20C%2050.74%20295.48%2052.32%20294.61%2054.1%20294.37%20C%2055.87%20294.12%2057.9%20294.43%2059.79%20294.72%20C%2061.68%20295.02%2063.86%20295.43%2065.46%20296.15%20C%2067.06%20296.87%2068.11%20297.82%2069.38%20299.04%20C%2070.65%20300.27%2072.17%20301.91%2073.08%20303.5%20C%2073.99%20305.09%2074.37%20306.86%2074.86%20308.58%20C%2075.34%20310.31%2075.87%20312.14%2076%20313.86%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2081.37%20313.19%20C%2081.35%20315.35%2080.52%20317.97%2079.86%20320.12%20C%2079.21%20322.27%2078.63%20324.16%2077.43%20326.1%20C%2076.22%20328.04%2074.42%20330.3%2072.63%20331.74%20C%2070.85%20333.18%2068.66%20333.79%2066.69%20334.73%20C%2064.72%20335.68%2062.92%20337.01%2060.8%20337.39%20C%2058.69%20337.77%2056.24%20337.43%2054.01%20337.02%20C%2051.78%20336.62%2049.57%20335.94%2047.42%20334.94%20C%2045.26%20333.94%2042.78%20332.39%2041.09%20331.01%20C%2039.4%20329.62%2038.51%20328.48%2037.26%20326.64%20C%2036.02%20324.81%2034.32%20322.28%2033.62%20320.02%20C%2032.91%20317.76%2032.92%20315.32%2033.01%20313.09%20C%2033.09%20310.85%2033.5%20308.73%2034.12%20306.61%20C%2034.75%20304.5%2035.58%20302.23%2036.75%20300.41%20C%2037.93%20298.59%2039.36%20297.05%2041.17%20295.71%20C%2042.97%20294.37%2045.5%20293.29%2047.58%20292.39%20C%2049.66%20291.48%2051.5%20290.74%2053.65%20290.28%20C%2055.8%20289.81%2058.35%20289.43%2060.46%20289.61%20C%2062.57%20289.79%2064.32%20290.34%2066.31%20291.36%20C%2068.31%20292.38%2070.65%20294.24%2072.45%20295.74%20C%2074.25%20297.23%2075.85%20298.43%2077.09%20300.33%20C%2078.34%20302.24%2079.22%20305.04%2079.93%20307.18%20C%2080.64%20309.32%2081.38%20311.04%2081.37%20313.19%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2084.73%20313.15%20C%2084.63%20315.8%2084.69%20318.84%2084.14%20321.59%20C%2083.59%20324.35%2082.93%20327.33%2081.43%20329.68%20C%2079.93%20332.03%2077.16%20334.09%2075.15%20335.69%20C%2073.13%20337.29%2071.72%20338.23%2069.35%20339.27%20C%2066.97%20340.32%2063.66%20341.54%2060.91%20341.97%20C%2058.17%20342.4%2055.38%20342.35%2052.87%20341.84%20C%2050.36%20341.32%2048.16%20339.97%2045.84%20338.9%20C%2043.52%20337.83%2041.2%20337.2%2038.96%20335.41%20C%2036.72%20333.62%2033.89%20330.49%2032.4%20328.14%20C%2030.91%20325.79%2030.68%20323.71%2030%20321.3%20C%2029.32%20318.88%2028.25%20316.4%2028.31%20313.64%20C%2028.37%20310.87%2029.59%20307.21%2030.35%20304.73%20C%2031.11%20302.25%2031.37%20300.9%2032.86%20298.78%20C%2034.35%20296.66%2037.26%20293.92%2039.3%20292%20C%2041.33%20290.08%2042.9%20288.31%2045.08%20287.26%20C%2047.26%20286.21%2049.6%20286.05%2052.36%20285.69%20C%2055.12%20285.34%2058.87%20284.74%2061.64%20285.13%20C%2064.41%20285.52%2066.68%20286.92%2068.97%20288.02%20C%2071.26%20289.12%2073.34%20290.05%2075.39%20291.74%20C%2077.44%20293.43%2079.69%20295.85%2081.25%20298.17%20C%2082.81%20300.49%2084.14%20303.18%2084.72%20305.67%20C%2085.3%20308.17%2084.83%20310.49%2084.73%20313.15%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20118.85%20313.51%20C%20118.85%20313.92%20118.67%20314.32%20118.51%20314.76%20C%20118.35%20315.19%20118.13%20315.74%20117.89%20316.12%20C%20117.65%20316.5%20117.37%20316.78%20117.06%20317.04%20C%20116.75%20317.3%20116.43%20317.52%20116.03%20317.7%20C%20115.62%20317.87%20115.06%20318%20114.63%20318.09%20C%20114.19%20318.18%20113.85%20318.29%20113.42%20318.24%20C%20112.99%20318.19%20112.46%20317.99%20112.05%20317.8%20C%20111.65%20317.62%20111.3%20317.41%20110.98%20317.13%20C%20110.67%20316.85%20110.43%20316.5%20110.16%20316.12%20C%20109.9%20315.74%20109.55%20315.28%20109.39%20314.85%20C%20109.23%20314.42%20109.17%20313.98%20109.19%20313.54%20C%20109.22%20313.1%20109.41%20312.65%20109.55%20312.21%20C%20109.68%20311.77%20109.79%20311.27%20110.01%20310.9%20C%20110.23%20310.52%20110.53%20310.26%20110.87%20309.96%20C%20111.2%20309.66%20111.64%20309.27%20112.03%20309.08%20C%20112.42%20308.88%20112.76%20308.84%20113.2%20308.8%20C%20113.65%20308.76%20114.26%20308.79%20114.72%20308.85%20C%20115.19%20308.9%20115.61%20308.97%20116%20309.15%20C%20116.4%20309.32%20116.72%20309.57%20117.08%20309.88%20C%20117.43%20310.19%20117.88%20310.62%20118.12%20311.02%20C%20118.37%20311.43%20118.43%20311.89%20118.55%20312.31%20C%20118.67%20312.72%20118.86%20313.1%20118.85%20313.51%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20123.42%20313.43%20C%20123.4%20314.33%20123.26%20315.43%20123%20316.31%20C%20122.74%20317.19%20122.35%20317.95%20121.87%20318.68%20C%20121.39%20319.41%20120.77%20320.12%20120.13%20320.69%20C%20119.5%20321.27%20118.82%20321.79%20118.05%20322.15%20C%20117.28%20322.51%20116.38%20322.74%20115.49%20322.87%20C%20114.61%20322.99%20113.66%20322.99%20112.74%20322.92%20C%20111.82%20322.85%20110.77%20322.86%20109.99%20322.45%20C%20109.2%20322.04%20108.7%20321.09%20108.03%20320.47%20C%20107.37%20319.86%20106.53%20319.46%20106%20318.75%20C%20105.48%20318.03%20105.12%20317.01%20104.9%20316.18%20C%20104.67%20315.36%20104.66%20314.69%20104.65%20313.82%20C%20104.64%20312.94%20104.58%20311.87%20104.82%20310.94%20C%20105.06%20310.01%20105.56%20308.97%20106.07%20308.21%20C%20106.57%20307.45%20107.17%20306.91%20107.86%20306.38%20C%20108.54%20305.85%20109.35%20305.42%20110.18%20305.05%20C%20111.01%20304.67%20111.93%20304.29%20112.84%20304.12%20C%20113.76%20303.94%20114.81%20303.88%20115.68%20304.01%20C%20116.55%20304.14%20117.32%20304.52%20118.06%20304.89%20C%20118.81%20305.26%20119.52%20305.68%20120.15%20306.23%20C%20120.79%20306.79%20121.35%20307.44%20121.85%20308.21%20C%20122.35%20308.99%20122.89%20310%20123.15%20310.87%20C%20123.41%20311.73%20123.45%20312.52%20123.42%20313.43%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20128.38%20313.61%20C%20128.38%20314.89%20128.48%20316.08%20128.02%20317.4%20C%20127.57%20318.73%20126.43%20320.39%20125.65%20321.56%20C%20124.87%20322.72%20124.31%20323.56%20123.35%20324.4%20C%20122.39%20325.24%20121.19%20326.06%20119.9%20326.59%20C%20118.61%20327.11%20117.01%20327.38%20115.61%20327.55%20C%20114.22%20327.72%20112.8%20327.82%20111.55%20327.62%20C%20110.29%20327.41%20109.18%20326.84%20108.08%20326.3%20C%20106.97%20325.75%20105.89%20325.17%20104.92%20324.33%20C%20103.96%20323.49%20103.06%20322.41%20102.29%20321.25%20C%20101.51%20320.08%20100.67%20318.65%20100.25%20317.35%20C%2099.83%20316.05%2099.73%20314.73%2099.74%20313.42%20C%2099.75%20312.11%2099.9%20310.75%20100.29%20309.48%20C%20100.69%20308.21%20101.38%20306.95%20102.09%20305.82%20C%20102.8%20304.69%20103.52%20303.63%20104.54%20302.72%20C%20105.55%20301.81%20106.96%20300.91%20108.19%20300.35%20C%20109.42%20299.79%20110.6%20299.53%20111.93%20299.36%20C%20113.27%20299.2%20114.84%20299.21%20116.2%20299.37%20C%20117.56%20299.53%20118.94%20299.77%20120.08%20300.34%20C%20121.22%20300.91%20122.05%20301.94%20123.05%20302.81%20C%20124.04%20303.69%20125.21%20304.43%20126.03%20305.58%20C%20126.86%20306.73%20127.63%20308.38%20128.02%20309.71%20C%20128.41%20311.05%20128.38%20312.33%20128.38%20313.61%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20132.92%20313.22%20C%20132.92%20314.96%20132.51%20317.04%20132.05%20318.83%20C%20131.59%20320.63%20131.04%20322.48%20130.14%20323.98%20C%20129.24%20325.47%20128%20326.69%20126.64%20327.79%20C%20125.28%20328.88%20123.6%20329.72%20121.99%20330.54%20C%20120.38%20331.36%20118.8%20332.39%20116.96%20332.71%20C%20115.13%20333.03%20112.78%20332.78%20110.96%20332.47%20C%20109.13%20332.16%20107.57%20331.61%20106.03%20330.86%20C%20104.5%20330.1%20103.04%20329.09%20101.75%20327.92%20C%20100.45%20326.75%2099.13%20325.37%2098.25%20323.83%20C%2097.37%20322.3%2097.03%20320.36%2096.47%20318.68%20C%2095.91%20317.01%2094.98%20315.52%2094.88%20313.77%20C%2094.78%20312.03%2095.31%20309.96%2095.86%20308.19%20C%2096.41%20306.42%2097.2%20304.65%2098.19%20303.15%20C%2099.19%20301.65%20100.52%20300.32%20101.84%20299.2%20C%20103.16%20298.07%20104.57%20297.07%20106.11%20296.4%20C%20107.66%20295.73%20109.39%20295.46%20111.11%20295.17%20C%20112.83%20294.88%20114.65%20294.46%20116.43%20294.65%20C%20118.21%20294.83%20120.03%20295.47%20121.79%20296.28%20C%20123.56%20297.08%20125.59%20298.3%20127.01%20299.47%20C%20128.42%20300.64%20129.43%20301.81%20130.28%20303.3%20C%20131.13%20304.79%20131.66%20306.76%20132.1%20308.42%20C%20132.54%20310.07%20132.93%20311.49%20132.92%20313.22%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20137.91%20313.71%20C%20137.89%20315.93%20137.33%20318.37%20136.75%20320.44%20C%20136.16%20322.5%20135.67%20324.26%20134.41%20326.09%20C%20133.14%20327.92%20130.93%20329.91%20129.18%20331.42%20C%20127.42%20332.94%20125.79%20334.27%20123.89%20335.17%20C%20121.98%20336.07%20120.09%20336.48%20117.75%20336.84%20C%20115.42%20337.2%20112.2%20337.48%20109.89%20337.32%20C%20107.58%20337.16%20105.82%20336.76%20103.91%20335.88%20C%20102%20335.01%20100.07%20333.59%2098.43%20332.07%20C%2096.78%20330.55%2095.19%20328.71%2094.03%20326.75%20C%2092.87%20324.8%2092.13%20322.5%2091.48%20320.34%20C%2090.82%20318.17%2090.18%20315.98%2090.13%20313.74%20C%2090.07%20311.51%2090.59%20309.08%2091.16%20306.9%20C%2091.73%20304.72%2092.4%20302.65%2093.55%20300.66%20C%2094.7%20298.68%2096.32%20296.53%2098.09%20294.98%20C%2099.85%20293.43%20102.14%20292.21%20104.14%20291.38%20C%20106.14%20290.55%20107.9%20290.17%20110.1%20290%20C%20112.3%20289.83%20115.04%20290.07%20117.36%20290.36%20C%20119.68%20290.66%20122.02%20290.94%20124.03%20291.78%20C%20126.03%20292.61%20127.72%20293.91%20129.39%20295.37%20C%20131.07%20296.82%20132.85%20298.54%20134.09%20300.5%20C%20135.34%20302.45%20136.24%20304.89%20136.87%20307.09%20C%20137.51%20309.3%20137.93%20311.48%20137.91%20313.71%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20142.38%20313.84%20C%20142.58%20316.35%20142.88%20318.51%20142.15%20321.02%20C%20141.41%20323.52%20139.55%20326.57%20137.98%20328.87%20C%20136.41%20331.18%20134.75%20333.03%20132.72%20334.84%20C%20130.69%20336.64%20128.21%20338.52%20125.8%20339.73%20C%20123.39%20340.94%20121.03%20341.81%20118.25%20342.1%20C%20115.46%20342.39%20111.89%20341.9%20109.12%20341.47%20C%20106.34%20341.03%20103.91%20340.6%20101.58%20339.49%20C%2099.24%20338.38%2097.02%20336.53%2095.13%20334.8%20C%2093.23%20333.06%2091.51%20331.34%2090.19%20329.08%20C%2088.88%20326.82%2088.05%20323.71%2087.23%20321.26%20C%2086.41%20318.8%2085.29%20316.89%2085.27%20314.33%20C%2085.25%20311.77%2086.31%20308.58%2087.11%20305.89%20C%2087.91%20303.19%2088.73%20300.59%2090.05%20298.17%20C%2091.38%20295.75%2092.99%20293.14%2095.05%20291.37%20C%2097.11%20289.59%2099.92%20288.49%20102.41%20287.51%20C%20104.9%20286.52%20107.43%20285.8%20109.99%20285.45%20C%20112.55%20285.1%20115.04%20284.92%20117.79%20285.41%20C%20120.53%20285.91%20123.95%20287.45%20126.47%20288.4%20C%20128.98%20289.35%20130.81%20289.55%20132.87%20291.13%20C%20134.93%20292.71%20137.48%20295.41%20138.82%20297.88%20C%20140.17%20300.35%20140.36%20303.29%20140.95%20305.95%20C%20141.54%20308.61%20142.18%20311.33%20142.38%20313.84%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20175.71%20313.52%20C%20175.7%20313.98%20175.68%20314.5%20175.55%20314.9%20C%20175.43%20315.3%20175.18%20315.59%20174.94%20315.93%20C%20174.7%20316.28%20174.46%20316.66%20174.14%20316.98%20C%20173.82%20317.29%20173.41%20317.64%20173%20317.83%20C%20172.59%20318.01%20172.14%20318.03%20171.69%20318.1%20C%20171.24%20318.16%20170.76%20318.26%20170.29%20318.21%20C%20169.83%20318.16%20169.31%20317.98%20168.92%20317.8%20C%20168.52%20317.62%20168.26%20317.42%20167.92%20317.15%20C%20167.59%20316.88%20167.15%20316.54%20166.9%20316.18%20C%20166.65%20315.81%20166.5%20315.39%20166.4%20314.95%20C%20166.31%20314.51%20166.36%20314.02%20166.35%20313.54%20C%20166.35%20313.06%20166.23%20312.51%20166.36%20312.08%20C%20166.48%20311.65%20166.85%20311.3%20167.1%20310.95%20C%20167.35%20310.61%20167.52%20310.32%20167.86%20310.03%20C%20168.2%20309.74%20168.71%20309.41%20169.12%20309.21%20C%20169.53%20309.01%20169.86%20308.9%20170.31%20308.83%20C%20170.76%20308.75%20171.4%20308.71%20171.84%20308.78%20C%20172.28%20308.84%20172.56%20308.99%20172.95%20309.19%20C%20173.34%20309.39%20173.87%20309.67%20174.18%20309.97%20C%20174.49%20310.27%20174.58%20310.64%20174.82%20311%20C%20175.06%20311.35%20175.46%20311.7%20175.61%20312.12%20C%20175.76%20312.54%20175.72%20313.06%20175.71%20313.52%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20180.5%20313.31%20C%20180.53%20314.22%20180.35%20315.3%20180.12%20316.2%20C%20179.88%20317.11%20179.6%20317.99%20179.09%20318.73%20C%20178.58%20319.48%20177.77%20320.09%20177.06%20320.66%20C%20176.36%20321.23%20175.65%20321.77%20174.87%20322.17%20C%20174.08%20322.57%20173.24%20322.93%20172.36%20323.05%20C%20171.48%20323.17%20170.48%20323.05%20169.59%20322.88%20C%20168.7%20322.71%20167.85%20322.38%20167.05%20322.03%20C%20166.24%20321.69%20165.41%20321.4%20164.76%20320.82%20C%20164.1%20320.24%20163.58%20319.28%20163.12%20318.54%20C%20162.66%20317.8%20162.27%20317.21%20162%20316.36%20C%20161.72%20315.52%20161.5%20314.4%20161.48%20313.49%20C%20161.46%20312.59%20161.64%20311.77%20161.88%20310.94%20C%20162.12%20310.11%20162.43%20309.32%20162.91%20308.52%20C%20163.39%20307.71%20164.11%20306.73%20164.76%20306.11%20C%20165.4%20305.49%20165.98%20305.14%20166.77%20304.79%20C%20167.56%20304.44%20168.55%20304.15%20169.49%20304.03%20C%20170.44%20303.9%20171.54%20303.89%20172.44%20304.04%20C%20173.34%20304.19%20174.1%20304.53%20174.89%20304.92%20C%20175.68%20305.3%20176.5%20305.78%20177.19%20306.35%20C%20177.88%20306.92%20178.56%20307.59%20179.02%20308.32%20C%20179.48%20309.05%20179.71%20309.89%20179.96%20310.72%20C%20180.21%20311.55%20180.48%20312.39%20180.5%20313.31%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20184.96%20313.77%20C%20184.93%20315.1%20185.12%20315.97%20184.77%20317.26%20C%20184.42%20318.55%20183.59%20320.32%20182.88%20321.51%20C%20182.18%20322.7%20181.56%20323.57%20180.54%20324.39%20C%20179.53%20325.21%20178.03%20325.94%20176.79%20326.44%20C%20175.56%20326.94%20174.45%20327.22%20173.13%20327.38%20C%20171.81%20327.54%20170.24%20327.53%20168.88%20327.4%20C%20167.51%20327.28%20166.17%20327.17%20164.93%20326.64%20C%20163.7%20326.11%20162.4%20325.09%20161.45%20324.24%20C%20160.51%20323.39%20159.98%20322.62%20159.26%20321.52%20C%20158.55%20320.41%20157.58%20318.94%20157.15%20317.62%20C%20156.73%20316.31%20156.72%20314.97%20156.74%20313.62%20C%20156.75%20312.27%20156.91%20310.89%20157.26%20309.55%20C%20157.6%20308.22%20158.04%20306.79%20158.81%20305.62%20C%20159.59%20304.46%20160.83%20303.39%20161.89%20302.55%20C%20162.95%20301.71%20164.05%20301.16%20165.18%20300.6%20C%20166.32%20300.03%20167.38%20299.31%20168.69%20299.14%20C%20170.01%20298.97%20171.7%20299.36%20173.09%20299.57%20C%20174.49%20299.78%20175.81%20299.84%20177.04%20300.4%20C%20178.27%20300.96%20179.51%20302.02%20180.48%20302.92%20C%20181.44%20303.82%20182.1%20304.73%20182.85%20305.8%20C%20183.59%20306.87%20184.6%20307.99%20184.95%20309.31%20C%20185.3%20310.64%20184.99%20312.45%20184.96%20313.77%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20189.83%20313.79%20C%20189.92%20315.6%20189.83%20317.38%20189.38%20319.12%20C%20188.93%20320.86%20188.07%20322.77%20187.13%20324.21%20C%20186.2%20325.65%20185.07%20326.65%20183.77%20327.76%20C%20182.47%20328.87%20181.07%20330.07%20179.34%20330.86%20C%20177.62%20331.66%20175.23%20332.28%20173.41%20332.52%20C%20171.59%20332.76%20170.22%20332.59%20168.42%20332.3%20C%20166.62%20332.01%20164.28%20331.53%20162.63%20330.78%20C%20160.98%20330.03%20159.75%20328.98%20158.49%20327.81%20C%20157.23%20326.63%20156.01%20325.22%20155.07%20323.75%20C%20154.13%20322.28%20153.35%20320.65%20152.87%20319%20C%20152.39%20317.36%20152.1%20315.71%20152.18%20313.88%20C%20152.25%20312.04%20152.86%20309.73%20153.31%20307.99%20C%20153.76%20306.24%20153.92%20304.85%20154.89%20303.42%20C%20155.85%20302%20157.73%20300.61%20159.1%20299.44%20C%20160.46%20298.27%20161.58%20297.25%20163.08%20296.42%20C%20164.59%20295.59%20166.34%20294.68%20168.13%20294.43%20C%20169.92%20294.19%20171.99%20294.7%20173.83%20294.97%20C%20175.67%20295.24%20177.47%20295.37%20179.16%20296.07%20C%20180.85%20296.77%20182.66%20297.93%20183.97%20299.16%20C%20185.29%20300.38%20186.23%20301.9%20187.05%20303.42%20C%20187.86%20304.93%20188.4%20306.52%20188.86%20308.25%20C%20189.33%20309.98%20189.75%20311.97%20189.83%20313.79%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20194.2%20313.25%20C%20194.13%20315.56%20194.3%20318.02%20193.83%20320.18%20C%20193.36%20322.34%20192.64%20324.28%20191.4%20326.22%20C%20190.15%20328.16%20188.18%20330.3%20186.36%20331.83%20C%20184.55%20333.35%20182.64%20334.6%20180.52%20335.4%20C%20178.4%20336.2%20175.89%20336.32%20173.66%20336.63%20C%20171.42%20336.94%20169.14%20337.53%20167.12%20337.27%20C%20165.1%20337%20163.49%20336.12%20161.54%20335.04%20C%20159.58%20333.95%20157.12%20332.21%20155.42%20330.77%20C%20153.71%20329.33%20152.44%20328.2%20151.28%20326.39%20C%20150.12%20324.59%20149.14%20322%20148.44%20319.93%20C%20147.73%20317.86%20147.05%20316.12%20147.04%20313.96%20C%20147.04%20311.8%20147.81%20309.29%20148.4%20306.96%20C%20149%20304.63%20149.41%20301.84%20150.62%20299.97%20C%20151.83%20298.11%20153.95%20297.1%20155.64%20295.77%20C%20157.32%20294.43%20158.75%20292.98%20160.71%20291.98%20C%20162.67%20290.97%20165.14%20290.03%20167.39%20289.73%20C%20169.64%20289.44%20171.99%20289.86%20174.2%20290.19%20C%20176.42%20290.52%20178.62%20290.81%20180.68%20291.73%20C%20182.75%20292.65%20184.93%20294.16%20186.62%20295.73%20C%20188.3%20297.29%20189.52%20299.34%20190.8%20301.1%20C%20192.07%20302.87%20193.69%20304.27%20194.26%20306.29%20C%20194.83%20308.32%20194.27%20310.94%20194.2%20313.25%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20199.59%20313.6%20C%20199.69%20316.28%20199.47%20318.96%20198.68%20321.52%20C%20197.89%20324.08%20196.42%20326.72%20194.85%20328.97%20C%20193.27%20331.21%20191.28%20333.26%20189.24%20334.99%20C%20187.19%20336.71%20184.86%20338.16%20182.56%20339.31%20C%20180.26%20340.47%20177.93%20341.43%20175.44%20341.93%20C%20172.94%20342.43%20170.24%20342.7%20167.61%20342.3%20C%20164.98%20341.91%20162.19%20340.76%20159.67%20339.55%20C%20157.15%20338.35%20154.74%20336.84%20152.5%20335.07%20C%20150.27%20333.29%20147.71%20331.23%20146.27%20328.89%20C%20144.83%20326.56%20144.49%20323.72%20143.88%20321.07%20C%20143.28%20318.43%20142.62%20315.61%20142.62%20313.04%20C%20142.63%20310.46%20143.16%20308.1%20143.93%20305.62%20C%20144.69%20303.14%20145.86%20300.38%20147.21%20298.14%20C%20148.55%20295.89%20150.02%20293.87%20152%20292.16%20C%20153.98%20290.45%20156.56%20288.98%20159.08%20287.89%20C%20161.61%20286.79%20164.52%20286.15%20167.15%20285.6%20C%20169.77%20285.05%20172.23%20284.36%20174.84%20284.61%20C%20177.44%20284.86%20180.3%20285.94%20182.77%20287.11%20C%20185.25%20288.28%20187.56%20289.88%20189.69%20291.63%20C%20191.82%20293.37%20194.16%20295.27%20195.56%20297.57%20C%20196.95%20299.88%20197.41%20302.78%20198.08%20305.46%20C%20198.75%20308.13%20199.49%20310.93%20199.59%20313.6%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20232.69%20313.53%20C%20232.7%20314.01%20232.71%20314.49%20232.59%20314.91%20C%20232.46%20315.34%20232.16%20315.73%20231.92%20316.1%20C%20231.67%20316.46%20231.43%20316.83%20231.12%20317.11%20C%20230.8%20317.38%20230.42%20317.55%20230.02%20317.74%20C%20229.62%20317.94%20229.18%20318.17%20228.73%20318.27%20C%20228.28%20318.36%20227.75%20318.37%20227.31%20318.29%20C%20226.87%20318.21%20226.5%20317.98%20226.11%20317.78%20C%20225.71%20317.58%20225.27%20317.35%20224.93%20317.07%20C%20224.59%20316.79%20224.31%20316.49%20224.06%20316.12%20C%20223.8%20315.74%20223.55%20315.27%20223.4%20314.83%20C%20223.25%20314.39%20223.14%20313.9%20223.16%20313.46%20C%20223.17%20313.02%20223.31%20312.61%20223.47%20312.19%20C%20223.63%20311.77%20223.87%20311.33%20224.12%20310.94%20C%20224.38%20310.55%20224.69%20310.11%20225%20309.84%20C%20225.31%20309.56%20225.62%20309.47%20226%20309.3%20C%20226.37%20309.13%20226.82%20308.9%20227.28%20308.82%20C%20227.73%20308.75%20228.29%20308.8%20228.71%20308.86%20C%20229.13%20308.91%20229.43%20308.97%20229.82%20309.15%20C%20230.22%20309.34%20230.73%20309.67%20231.07%20309.96%20C%20231.42%20310.25%20231.63%20310.53%20231.88%20310.88%20C%20232.12%20311.23%20232.4%20311.62%20232.54%20312.06%20C%20232.67%20312.51%20232.68%20313.06%20232.69%20313.53%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20237.68%20313.43%20C%20237.69%20314.36%20237.48%20315.49%20237.17%20316.36%20C%20236.85%20317.22%20236.26%20317.93%20235.79%20318.65%20C%20235.32%20319.36%20235.04%20320.06%20234.35%20320.65%20C%20233.65%20321.24%20232.48%20321.84%20231.64%20322.2%20C%20230.81%20322.56%20230.15%20322.69%20229.34%20322.83%20C%20228.53%20322.97%20227.63%20323.12%20226.76%20323.04%20C%20225.89%20322.95%20224.97%20322.67%20224.12%20322.31%20C%20223.27%20321.95%20222.36%20321.51%20221.67%20320.88%20C%20220.97%20320.25%20220.39%20319.29%20219.94%20318.51%20C%20219.48%20317.73%20219.15%20317.04%20218.92%20316.2%20C%20218.69%20315.35%20218.6%20314.33%20218.56%20313.43%20C%20218.52%20312.52%20218.43%20311.64%20218.69%20310.76%20C%20218.95%20309.88%20219.63%20308.88%20220.12%20308.16%20C%20220.61%20307.45%20220.97%20306.97%20221.64%20306.46%20C%20222.31%20305.95%20223.32%20305.47%20224.13%20305.11%20C%20224.94%20304.75%20225.63%20304.46%20226.5%20304.29%20C%20227.37%20304.11%20228.46%20303.97%20229.36%20304.03%20C%20230.26%20304.09%20231.08%20304.24%20231.89%20304.64%20C%20232.71%20305.05%20233.58%20305.86%20234.26%20306.45%20C%20234.95%20307.04%20235.53%20307.48%20236.01%20308.2%20C%20236.49%20308.92%20236.87%20309.9%20237.15%20310.77%20C%20237.43%20311.65%20237.68%20312.5%20237.68%20313.43%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20242.48%20313.37%20C%20242.5%20314.72%20242.25%20316.18%20241.82%20317.47%20C%20241.4%20318.76%20240.71%20320.01%20239.92%20321.13%20C%20239.13%20322.25%20238.08%20323.34%20237.09%20324.2%20C%20236.11%20325.05%20235.16%20325.67%20234.01%20326.24%20C%20232.86%20326.81%20231.56%20327.37%20230.2%20327.62%20C%20228.84%20327.87%20227.19%20327.89%20225.86%20327.73%20C%20224.52%20327.57%20223.43%20327.22%20222.2%20326.66%20C%20220.96%20326.1%20219.47%20325.3%20218.44%20324.39%20C%20217.41%20323.48%20216.76%20322.38%20216.01%20321.19%20C%20215.25%20320.01%20214.33%20318.56%20213.93%20317.29%20C%20213.53%20316.02%20213.55%20314.9%20213.61%20313.58%20C%20213.68%20312.25%20214%20310.65%20214.33%20309.33%20C%20214.66%20308.01%20214.86%20306.75%20215.6%20305.68%20C%20216.34%20304.61%20217.75%20303.8%20218.78%20302.91%20C%20219.81%20302.03%20220.59%20300.91%20221.76%20300.35%20C%20222.93%20299.8%20224.35%20299.72%20225.78%20299.59%20C%20227.2%20299.46%20228.95%20299.45%20230.3%20299.58%20C%20231.65%20299.71%20232.72%20299.84%20233.89%20300.37%20C%20235.06%20300.9%20236.32%20301.81%20237.32%20302.77%20C%20238.33%20303.74%20239.2%20305.09%20239.92%20306.18%20C%20240.65%20307.28%20241.26%20308.14%20241.69%20309.34%20C%20242.11%20310.53%20242.45%20312.01%20242.48%20313.37%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20246.98%20313.68%20C%20246.94%20315.36%20246.32%20316.69%20245.82%20318.34%20C%20245.32%20319.98%20244.85%20321.97%20243.98%20323.54%20C%20243.1%20325.12%20241.96%20326.57%20240.55%20327.77%20C%20239.14%20328.96%20237.1%20329.9%20235.53%20330.73%20C%20233.97%20331.56%20232.94%20332.45%20231.16%20332.73%20C%20229.39%20333%20226.73%20332.78%20224.87%20332.39%20C%20223.01%20332%20221.51%20331.12%20220.01%20330.38%20C%20218.5%20329.64%20217.13%20329.09%20215.83%20327.96%20C%20214.54%20326.83%20213.16%20325.09%20212.22%20323.59%20C%20211.27%20322.09%20210.68%20320.7%20210.17%20318.98%20C%20209.66%20317.26%20209.27%20315.1%20209.16%20313.27%20C%20209.04%20311.45%20208.96%20309.69%20209.46%20308.04%20C%20209.96%20306.4%20211.15%20304.89%20212.17%20303.43%20C%20213.18%20301.96%20214.19%20300.44%20215.55%20299.25%20C%20216.91%20298.06%20218.71%20296.99%20220.31%20296.28%20C%20221.92%20295.56%20223.53%20295.32%20225.19%20294.95%20C%20226.86%20294.59%20228.57%20293.84%20230.31%20294.07%20C%20232.04%20294.29%20233.92%20295.49%20235.59%20296.3%20C%20237.26%20297.12%20239%20297.75%20240.33%20298.96%20C%20241.66%20300.16%20242.6%20301.98%20243.56%20303.53%20C%20244.52%20305.08%20245.53%20306.56%20246.1%20308.25%20C%20246.67%20309.95%20247.03%20312%20246.98%20313.68%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20251.57%20313.45%20C%20251.53%20315.68%20251.22%20317.78%20250.67%20320.01%20C%20250.12%20322.23%20249.46%20324.85%20248.27%20326.81%20C%20247.08%20328.77%20245.31%20330.39%20243.53%20331.79%20C%20241.74%20333.18%20239.55%20334.3%20237.54%20335.19%20C%20235.52%20336.08%20233.54%20336.84%20231.43%20337.14%20C%20229.32%20337.44%20227.04%20337.41%20224.86%20337%20C%20222.69%20336.58%20220.5%20335.6%20218.38%20334.64%20C%20216.26%20333.68%20213.85%20332.6%20212.16%20331.23%20C%20210.46%20329.85%20209.35%20328.35%20208.22%20326.4%20C%20207.09%20324.45%20205.95%20321.72%20205.35%20319.53%20C%20204.76%20317.35%20204.62%20315.31%20204.62%20313.26%20C%20204.62%20311.21%20204.87%20309.36%20205.35%20307.23%20C%20205.83%20305.11%20206.39%20302.42%20207.49%20300.52%20C%20208.59%20298.62%20210.14%20297.22%20211.96%20295.84%20C%20213.78%20294.47%20216.36%20293.3%20218.41%20292.29%20C%20220.46%20291.28%20222.08%20290.09%20224.27%20289.8%20C%20226.46%20289.51%20229.26%20290.17%20231.56%20290.56%20C%20233.86%20290.95%20236.11%20291.34%20238.08%20292.15%20C%20240.05%20292.96%20241.71%20293.94%20243.37%20295.43%20C%20245.02%20296.92%20246.73%20299.22%20247.99%20301.09%20C%20249.24%20302.95%20250.29%20304.55%20250.89%20306.61%20C%20251.49%20308.67%20251.61%20311.22%20251.57%20313.45%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20255.91%20313.24%20C%20255.98%20315.96%20255.91%20319.13%20255.23%20321.78%20C%20254.56%20324.43%20253.29%20326.89%20251.88%20329.15%20C%20250.47%20331.41%20248.76%20333.66%20246.75%20335.36%20C%20244.75%20337.07%20242.26%20338.47%20239.83%20339.38%20C%20237.4%20340.29%20234.78%20340.43%20232.19%20340.85%20C%20229.6%20341.26%20227.02%20342.13%20224.26%20341.88%20C%20221.51%20341.63%20218.21%20340.38%20215.65%20339.34%20C%20213.08%20338.31%20210.74%20337.34%20208.89%20335.67%20C%20207.03%20334%20205.81%20331.69%20204.5%20329.33%20C%20203.19%20326.98%20201.93%20324.13%20201.03%20321.53%20C%20200.12%20318.92%20199.16%20316.4%20199.05%20313.7%20C%20198.95%20311%20199.59%20307.91%20200.39%20305.32%20C%20201.2%20302.74%20202.38%20300.3%20203.87%20298.18%20C%20205.36%20296.06%20207.33%20294.34%20209.33%20292.62%20C%20211.33%20290.91%20213.47%20289.05%20215.87%20287.89%20C%20218.27%20286.72%20221.08%20286.07%20223.75%20285.62%20C%20226.43%20285.17%20229.23%20284.87%20231.93%20285.17%20C%20234.63%20285.47%20237.49%20286.35%20239.96%20287.44%20C%20242.42%20288.53%20244.61%20290.01%20246.71%20291.69%20C%20248.8%20293.37%20251.18%20295.2%20252.54%20297.49%20C%20253.89%20299.79%20254.27%20302.83%20254.84%20305.46%20C%20255.4%20308.08%20255.85%20310.52%20255.91%20313.24%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%204.69%20313.4%20C%204.7%20313.83%204.72%20314.31%204.61%20314.77%20C%204.5%20315.22%204.3%20315.74%204.04%20316.13%20C%203.77%20316.51%203.38%20316.8%203.03%20317.07%20C%202.68%20317.34%202.36%20317.56%201.95%20317.74%20C%201.54%20317.92%201.02%20318.06%200.57%20318.13%20C%200.13%20318.19%20-0.31%20318.18%20-0.73%20318.13%20C%20-1.16%20318.08%20-1.56%20317.99%20-1.97%20317.8%20C%20-2.38%20317.61%20-2.86%20317.25%20-3.21%20316.98%20C%20-3.55%20316.72%20-3.8%20316.57%20-4.04%20316.22%20C%20-4.28%20315.88%20-4.53%20315.35%20-4.64%20314.92%20C%20-4.75%20314.48%20-4.71%20314.06%20-4.69%20313.6%20C%20-4.67%20313.13%20-4.65%20312.55%20-4.52%20312.12%20C%20-4.4%20311.69%20-4.17%20311.4%20-3.94%20311.03%20C%20-3.71%20310.66%20-3.48%20310.18%20-3.16%20309.89%20C%20-2.85%20309.6%20-2.42%20309.46%20-2.03%20309.26%20C%20-1.64%20309.07%20-1.25%20308.81%20-0.81%20308.75%20C%20-0.37%20308.68%200.1%20308.81%200.59%20308.88%20C%201.08%20308.96%201.7%20309.02%202.11%20309.21%20C%202.51%20309.39%202.71%20309.73%203.04%20310%20C%203.37%20310.27%203.85%20310.46%204.09%20310.82%20C%204.34%20311.18%204.41%20311.72%204.51%20312.15%20C%204.61%20312.58%204.67%20312.96%204.69%20313.4%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%209.5%20313.35%20C%209.49%20314.26%209.36%20315.47%209.06%20316.33%20C%208.77%20317.2%208.27%20317.8%207.76%20318.53%20C%207.25%20319.27%206.66%20320.15%205.99%20320.74%20C%205.31%20321.34%204.5%20321.71%203.72%20322.09%20C%202.93%20322.46%202.13%20322.81%201.3%20322.97%20C%200.47%20323.14%20-0.37%20323.21%20-1.26%20323.07%20C%20-2.16%20322.92%20-3.25%20322.53%20-4.05%20322.12%20C%20-4.84%20321.72%20-5.37%20321.19%20-6.04%20320.64%20C%20-6.71%20320.08%20-7.59%20319.53%20-8.06%20318.8%20C%20-8.53%20318.07%20-8.61%20317.17%20-8.86%20316.26%20C%20-9.1%20315.36%20-9.5%20314.27%20-9.54%20313.37%20C%20-9.58%20312.47%20-9.34%20311.68%20-9.07%20310.86%20C%20-8.81%20310.04%20-8.46%20309.21%20-7.95%20308.46%20C%20-7.45%20307.71%20-6.77%20306.93%20-6.06%20306.33%20C%20-5.35%20305.74%20-4.48%20305.23%20-3.71%20304.87%20C%20-2.94%20304.51%20-2.27%20304.31%20-1.42%20304.19%20C%20-0.57%20304.08%200.52%20304.06%201.38%20304.16%20C%202.24%20304.27%202.96%20304.44%203.76%20304.83%20C%204.56%20305.21%205.48%20305.87%206.19%20306.46%20C%206.89%20307.04%207.49%20307.62%207.98%20308.36%20C%208.47%20309.09%208.9%20310.05%209.15%20310.88%20C%209.41%20311.71%209.51%20312.44%209.5%20313.35%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2014.02%20313.48%20C%2014.05%20314.8%2014.24%20316.28%2013.93%20317.57%20C%2013.62%20318.86%2012.88%20320.05%2012.16%20321.23%20C%2011.43%20322.41%2010.6%20323.75%209.57%20324.65%20C%208.54%20325.54%207.21%20326.07%205.96%20326.59%20C%204.71%20327.11%203.45%20327.52%202.09%20327.77%20C%200.74%20328.02%20-0.83%20328.29%20-2.18%20328.1%20C%20-3.53%20327.92%20-4.79%20327.32%20-6.03%20326.65%20C%20-7.27%20325.98%20-8.65%20324.97%20-9.63%20324.07%20C%20-10.62%20323.17%20-11.28%20322.34%20-11.94%20321.25%20C%20-12.6%20320.17%20-13.25%20318.84%20-13.6%20317.55%20C%20-13.94%20316.26%20-14%20314.9%20-14.01%20313.5%20C%20-14.02%20312.1%20-14.04%20310.45%20-13.66%20309.16%20C%20-13.27%20307.88%20-12.4%20306.8%20-11.7%20305.78%20C%20-11%20304.76%20-10.39%20303.95%20-9.47%20303.04%20C%20-8.55%20302.12%20-7.42%20300.87%20-6.19%20300.29%20C%20-4.95%20299.71%20-3.45%20299.74%20-2.06%20299.58%20C%20-0.68%20299.42%200.85%20299.16%202.12%20299.33%20C%203.39%20299.51%204.37%20300.02%205.57%20300.62%20C%206.77%20301.22%208.28%20302.12%209.33%20302.95%20C%2010.39%20303.79%2011.16%20304.52%2011.89%20305.64%20C%2012.62%20306.76%2013.38%20308.37%2013.74%20309.68%20C%2014.09%20310.98%2013.99%20312.17%2014.02%20313.48%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2019.49%20313.75%20C%2019.51%20315.54%2018.69%20317.29%2018.1%20318.92%20C%2017.5%20320.55%2016.89%20322.04%2015.9%20323.55%20C%2014.9%20325.06%2013.45%20326.74%2012.12%20327.99%20C%2010.8%20329.24%209.56%20330.36%207.94%20331.06%20C%206.32%20331.76%204.14%20331.92%202.4%20332.18%20C%200.65%20332.45%20-0.79%20332.88%20-2.53%20332.66%20C%20-4.27%20332.44%20-6.36%20331.77%20-8.04%20330.87%20C%20-9.72%20329.97%20-11.31%20328.41%20-12.59%20327.24%20C%20-13.87%20326.07%20-14.76%20325.23%20-15.73%20323.83%20C%20-16.7%20322.43%20-17.86%20320.64%20-18.39%20318.84%20C%20-18.93%20317.04%20-18.97%20314.78%20-18.92%20313.04%20C%20-18.86%20311.3%20-18.52%20310.03%20-18.08%20308.41%20C%20-17.64%20306.79%20-17.11%20304.94%20-16.26%20303.33%20C%20-15.41%20301.72%20-14.37%20299.94%20-12.97%20298.76%20C%20-11.57%20297.58%20-9.57%20296.9%20-7.85%20296.25%20C%20-6.14%20295.59%20-4.38%20295.1%20-2.66%20294.81%20C%20-0.93%20294.52%200.78%20294.25%202.49%20294.5%20C%204.21%20294.74%206.05%20295.46%207.64%20296.28%20C%209.22%20297.11%2010.67%20298.27%2012%20299.45%20C%2013.34%20300.63%2014.68%20301.9%2015.67%20303.36%20C%2016.66%20304.81%2017.32%20306.46%2017.96%20308.19%20C%2018.59%20309.93%2019.46%20311.96%2019.49%20313.75%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2023.34%20313.66%20C%2023.4%20316.05%2023.66%20318.36%2023.16%20320.56%20C%2022.66%20322.75%2021.73%20325.07%2020.34%20326.84%20C%2018.96%20328.6%2016.59%20329.7%2014.86%20331.14%20C%2013.13%20332.57%2011.79%20334.57%209.95%20335.45%20C%208.1%20336.33%205.99%20336.17%203.79%20336.42%20C%201.6%20336.68%20-0.9%20337.25%20-3.21%20336.98%20C%20-5.51%20336.71%20-8.04%20335.66%20-10.05%20334.79%20C%20-12.06%20333.92%20-13.59%20333.33%20-15.27%20331.78%20C%20-16.96%20330.24%20-18.84%20327.53%20-20.15%20325.54%20C%20-21.46%20323.55%20-22.53%20321.91%20-23.13%20319.86%20C%20-23.74%20317.8%20-23.85%20315.25%20-23.79%20313.19%20C%20-23.74%20311.13%20-23.45%20309.52%20-22.78%20307.5%20C%20-22.12%20305.48%20-20.95%20303.03%20-19.79%20301.08%20C%20-18.64%20299.13%20-17.5%20297.39%20-15.85%20295.78%20C%20-14.19%20294.17%20-11.88%20292.51%20-9.86%20291.42%20C%20-7.84%20290.34%20-5.95%20289.48%20-3.75%20289.27%20C%20-1.54%20289.06%201.22%20289.73%203.38%20290.16%20C%205.53%20290.58%207.21%20290.94%209.19%20291.83%20C%2011.17%20292.71%2013.41%20293.98%2015.23%20295.47%20C%2017.06%20296.96%2018.87%20298.98%2020.13%20300.77%20C%2021.39%20302.57%2022.27%20304.08%2022.8%20306.23%20C%2023.34%20308.38%2023.28%20311.27%2023.34%20313.66%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2028.86%20313.51%20C%2028.72%20316.27%2028.18%20319.17%2027.3%20321.7%20C%2026.41%20324.23%2024.97%20326.41%2023.54%20328.7%20C%2022.1%20330.98%2020.72%20333.45%2018.68%20335.4%20C%2016.63%20337.34%2013.75%20339.34%2011.28%20340.36%20C%208.81%20341.39%206.43%20341.3%203.85%20341.55%20C%201.27%20341.81%20-1.6%20342.22%20-4.19%20341.9%20C%20-6.79%20341.58%20-9.42%20340.77%20-11.73%20339.62%20C%20-14.04%20338.48%20-16.17%20336.83%20-18.06%20335.01%20C%20-19.94%20333.18%20-21.52%20330.97%20-23.05%20328.67%20C%20-24.58%20326.38%20-26.27%20323.78%20-27.24%20321.24%20C%20-28.2%20318.7%20-28.92%20316.05%20-28.84%20313.42%20C%20-28.76%20310.79%20-27.57%20308.04%20-26.74%20305.46%20C%20-25.92%20302.88%20-25.26%20300.2%20-23.89%20297.94%20C%20-22.51%20295.67%20-20.52%20293.68%20-18.48%20291.89%20C%20-16.45%20290.1%20-13.98%20288.34%20-11.68%20287.19%20C%20-9.38%20286.04%20-7.32%20285.35%20-4.7%20285%20C%20-2.08%20284.65%201.33%20284.62%204.06%20285.09%20C%206.8%20285.57%209.29%20286.74%2011.73%20287.85%20C%2014.18%20288.97%2016.63%20289.93%2018.74%20291.77%20C%2020.85%20293.6%2022.83%20296.64%2024.39%20298.86%20C%2025.95%20301.09%2027.35%20302.69%2028.1%20305.13%20C%2028.84%20307.57%2028.99%20310.75%2028.86%20313.51%20Z%22%20fill%3D%22none%22%20stroke%3D%22%23D5AF34%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fg%3E%3C%2Fdefs%3E%0A%0A%3Cuse%20href%3D%22%23u5454_m%22%20x%3D%22-285%22%20y%3D%22-342%22%2F%3E%3Cuse%20href%3D%22%23u5454_m%22%20x%3D%220%22%20y%3D%22-342%22%2F%3E%3Cuse%20href%3D%22%23u5454_m%22%20x%3D%22285%22%20y%3D%22-342%22%2F%3E%3Cuse%20href%3D%22%23u5454_m%22%20x%3D%22-285%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u5454_m%22%20x%3D%220%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u5454_m%22%20x%3D%22285%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u5454_m%22%20x%3D%22-285%22%20y%3D%22342%22%2F%3E%3Cuse%20href%3D%22%23u5454_m%22%20x%3D%220%22%20y%3D%22342%22%2F%3E%3Cuse%20href%3D%22%23u5454_m%22%20x%3D%22285%22%20y%3D%22342%22%2F%3E%3C%2Fsvg%3E);--pat18: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22276%22%20height%3D%22276%22%20viewBox%3D%220%200%20276%20276%22%3E%0A%3Cdefs%3E%3ClinearGradient%20id%3D%22u7870_g0%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%239eaf97%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2360715a%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u7870_g1%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23b4c4ae%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23768470%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u7870_g2%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2381927a%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2346553f%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3Cg%20id%3D%22u7870_m%22%20opacity%3D%220.28%22%3E%3Cpath%20d%3D%22M%200%200%20C%2024.15%20-16.9%2016.9%20-41.05%200%20-48.3%20C%20-16.9%20-41.05%20-24.15%20-16.9%200%200%20Z%22%20transform%3D%22translate%2834.5%2034.5%29%20rotate%2828.47%29%20translate%280%2024.15%29%22%20fill%3D%22url%28%23u7870_g0%29%22%2F%3E%3Cpath%20d%3D%22M%200%20-8.05%20L%206.04%20-11.91%20M%200%20-8.05%20L%20-6.04%20-11.91%22%20transform%3D%22translate%2834.5%2034.5%29%20rotate%2828.47%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-16.1%20L%2010.46%20-19.96%20M%200%20-16.1%20L%20-10.46%20-19.96%22%20transform%3D%22translate%2834.5%2034.5%29%20rotate%2828.47%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-24.15%20L%2012.08%20-28.01%20M%200%20-24.15%20L%20-12.07%20-28.01%22%20transform%3D%22translate%2834.5%2034.5%29%20rotate%2828.47%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-32.2%20L%2010.46%20-36.06%20M%200%20-32.2%20L%20-10.46%20-36.06%22%20transform%3D%22translate%2834.5%2034.5%29%20rotate%2828.47%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-40.25%20L%206.04%20-44.11%20M%200%20-40.25%20L%20-6.04%20-44.11%22%20transform%3D%22translate%2834.5%2034.5%29%20rotate%2828.47%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2024.15%20-16.9%2016.9%20-41.05%200%20-48.3%20C%20-16.9%20-41.05%20-24.15%20-16.9%200%200%20Z%22%20transform%3D%22translate%28103.5%2034.5%29%20rotate%2822.51%29%20translate%280%2024.15%29%22%20fill%3D%22url%28%23u7870_g0%29%22%2F%3E%3Cpath%20d%3D%22M%200%20-8.05%20L%206.04%20-11.91%20M%200%20-8.05%20L%20-6.04%20-11.91%22%20transform%3D%22translate%28103.5%2034.5%29%20rotate%2822.51%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-16.1%20L%2010.46%20-19.96%20M%200%20-16.1%20L%20-10.46%20-19.96%22%20transform%3D%22translate%28103.5%2034.5%29%20rotate%2822.51%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-24.15%20L%2012.08%20-28.01%20M%200%20-24.15%20L%20-12.07%20-28.01%22%20transform%3D%22translate%28103.5%2034.5%29%20rotate%2822.51%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-32.2%20L%2010.46%20-36.06%20M%200%20-32.2%20L%20-10.46%20-36.06%22%20transform%3D%22translate%28103.5%2034.5%29%20rotate%2822.51%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-40.25%20L%206.04%20-44.11%20M%200%20-40.25%20L%20-6.04%20-44.11%22%20transform%3D%22translate%28103.5%2034.5%29%20rotate%2822.51%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2024.15%20-16.9%2016.9%20-41.05%200%20-48.3%20C%20-16.9%20-41.05%20-24.15%20-16.9%200%200%20Z%22%20transform%3D%22translate%28172.5%2034.5%29%20rotate%28109.37%29%20translate%280%2024.15%29%22%20fill%3D%22url%28%23u7870_g0%29%22%2F%3E%3Cpath%20d%3D%22M%200%20-8.05%20L%206.04%20-11.91%20M%200%20-8.05%20L%20-6.04%20-11.91%22%20transform%3D%22translate%28172.5%2034.5%29%20rotate%28109.37%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-16.1%20L%2010.46%20-19.96%20M%200%20-16.1%20L%20-10.46%20-19.96%22%20transform%3D%22translate%28172.5%2034.5%29%20rotate%28109.37%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-24.15%20L%2012.08%20-28.01%20M%200%20-24.15%20L%20-12.07%20-28.01%22%20transform%3D%22translate%28172.5%2034.5%29%20rotate%28109.37%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-32.2%20L%2010.46%20-36.06%20M%200%20-32.2%20L%20-10.46%20-36.06%22%20transform%3D%22translate%28172.5%2034.5%29%20rotate%28109.37%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-40.25%20L%206.04%20-44.11%20M%200%20-40.25%20L%20-6.04%20-44.11%22%20transform%3D%22translate%28172.5%2034.5%29%20rotate%28109.37%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2024.15%20-16.9%2016.9%20-41.05%200%20-48.3%20C%20-16.9%20-41.05%20-24.15%20-16.9%200%200%20Z%22%20transform%3D%22translate%28241.5%2034.5%29%20rotate%28163.2%29%20translate%280%2024.15%29%22%20fill%3D%22url%28%23u7870_g0%29%22%2F%3E%3Cpath%20d%3D%22M%200%20-8.05%20L%206.04%20-11.91%20M%200%20-8.05%20L%20-6.04%20-11.91%22%20transform%3D%22translate%28241.5%2034.5%29%20rotate%28163.2%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-16.1%20L%2010.46%20-19.96%20M%200%20-16.1%20L%20-10.46%20-19.96%22%20transform%3D%22translate%28241.5%2034.5%29%20rotate%28163.2%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-24.15%20L%2012.08%20-28.01%20M%200%20-24.15%20L%20-12.07%20-28.01%22%20transform%3D%22translate%28241.5%2034.5%29%20rotate%28163.2%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-32.2%20L%2010.46%20-36.06%20M%200%20-32.2%20L%20-10.46%20-36.06%22%20transform%3D%22translate%28241.5%2034.5%29%20rotate%28163.2%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-40.25%20L%206.04%20-44.11%20M%200%20-40.25%20L%20-6.04%20-44.11%22%20transform%3D%22translate%28241.5%2034.5%29%20rotate%28163.2%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2024.15%20-16.9%2016.9%20-41.05%200%20-48.3%20C%20-16.9%20-41.05%20-24.15%20-16.9%200%200%20Z%22%20transform%3D%22translate%2869%20103.5%29%20rotate%28279.26%29%20translate%280%2024.15%29%22%20fill%3D%22url%28%23u7870_g0%29%22%2F%3E%3Cpath%20d%3D%22M%200%20-8.05%20L%206.04%20-11.91%20M%200%20-8.05%20L%20-6.04%20-11.91%22%20transform%3D%22translate%2869%20103.5%29%20rotate%28279.26%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-16.1%20L%2010.46%20-19.96%20M%200%20-16.1%20L%20-10.46%20-19.96%22%20transform%3D%22translate%2869%20103.5%29%20rotate%28279.26%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-24.15%20L%2012.08%20-28.01%20M%200%20-24.15%20L%20-12.07%20-28.01%22%20transform%3D%22translate%2869%20103.5%29%20rotate%28279.26%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-32.2%20L%2010.46%20-36.06%20M%200%20-32.2%20L%20-10.46%20-36.06%22%20transform%3D%22translate%2869%20103.5%29%20rotate%28279.26%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-40.25%20L%206.04%20-44.11%20M%200%20-40.25%20L%20-6.04%20-44.11%22%20transform%3D%22translate%2869%20103.5%29%20rotate%28279.26%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2024.15%20-16.9%2016.9%20-41.05%200%20-48.3%20C%20-16.9%20-41.05%20-24.15%20-16.9%200%200%20Z%22%20transform%3D%22translate%28138%20103.5%29%20rotate%2833.32%29%20translate%280%2024.15%29%22%20fill%3D%22url%28%23u7870_g0%29%22%2F%3E%3Cpath%20d%3D%22M%200%20-8.05%20L%206.04%20-11.91%20M%200%20-8.05%20L%20-6.04%20-11.91%22%20transform%3D%22translate%28138%20103.5%29%20rotate%2833.32%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-16.1%20L%2010.46%20-19.96%20M%200%20-16.1%20L%20-10.46%20-19.96%22%20transform%3D%22translate%28138%20103.5%29%20rotate%2833.32%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-24.15%20L%2012.08%20-28.01%20M%200%20-24.15%20L%20-12.07%20-28.01%22%20transform%3D%22translate%28138%20103.5%29%20rotate%2833.32%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-32.2%20L%2010.46%20-36.06%20M%200%20-32.2%20L%20-10.46%20-36.06%22%20transform%3D%22translate%28138%20103.5%29%20rotate%2833.32%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-40.25%20L%206.04%20-44.11%20M%200%20-40.25%20L%20-6.04%20-44.11%22%20transform%3D%22translate%28138%20103.5%29%20rotate%2833.32%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2024.15%20-16.9%2016.9%20-41.05%200%20-48.3%20C%20-16.9%20-41.05%20-24.15%20-16.9%200%200%20Z%22%20transform%3D%22translate%28207%20103.5%29%20rotate%2821.33%29%20translate%280%2024.15%29%22%20fill%3D%22url%28%23u7870_g0%29%22%2F%3E%3Cpath%20d%3D%22M%200%20-8.05%20L%206.04%20-11.91%20M%200%20-8.05%20L%20-6.04%20-11.91%22%20transform%3D%22translate%28207%20103.5%29%20rotate%2821.33%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-16.1%20L%2010.46%20-19.96%20M%200%20-16.1%20L%20-10.46%20-19.96%22%20transform%3D%22translate%28207%20103.5%29%20rotate%2821.33%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-24.15%20L%2012.08%20-28.01%20M%200%20-24.15%20L%20-12.07%20-28.01%22%20transform%3D%22translate%28207%20103.5%29%20rotate%2821.33%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-32.2%20L%2010.46%20-36.06%20M%200%20-32.2%20L%20-10.46%20-36.06%22%20transform%3D%22translate%28207%20103.5%29%20rotate%2821.33%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-40.25%20L%206.04%20-44.11%20M%200%20-40.25%20L%20-6.04%20-44.11%22%20transform%3D%22translate%28207%20103.5%29%20rotate%2821.33%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2024.15%20-16.9%2016.9%20-41.05%200%20-48.3%20C%20-16.9%20-41.05%20-24.15%20-16.9%200%200%20Z%22%20transform%3D%22translate%280%20103.5%29%20rotate%2834.47%29%20translate%280%2024.15%29%22%20fill%3D%22url%28%23u7870_g0%29%22%2F%3E%3Cpath%20d%3D%22M%200%20-8.05%20L%206.04%20-11.91%20M%200%20-8.05%20L%20-6.04%20-11.91%22%20transform%3D%22translate%280%20103.5%29%20rotate%2834.47%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-16.1%20L%2010.46%20-19.96%20M%200%20-16.1%20L%20-10.46%20-19.96%22%20transform%3D%22translate%280%20103.5%29%20rotate%2834.47%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-24.15%20L%2012.08%20-28.01%20M%200%20-24.15%20L%20-12.07%20-28.01%22%20transform%3D%22translate%280%20103.5%29%20rotate%2834.47%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-32.2%20L%2010.46%20-36.06%20M%200%20-32.2%20L%20-10.46%20-36.06%22%20transform%3D%22translate%280%20103.5%29%20rotate%2834.47%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-40.25%20L%206.04%20-44.11%20M%200%20-40.25%20L%20-6.04%20-44.11%22%20transform%3D%22translate%280%20103.5%29%20rotate%2834.47%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2024.15%20-16.9%2016.9%20-41.05%200%20-48.3%20C%20-16.9%20-41.05%20-24.15%20-16.9%200%200%20Z%22%20transform%3D%22translate%2834.5%20172.5%29%20rotate%28285.51%29%20translate%280%2024.15%29%22%20fill%3D%22url%28%23u7870_g0%29%22%2F%3E%3Cpath%20d%3D%22M%200%20-8.05%20L%206.04%20-11.91%20M%200%20-8.05%20L%20-6.04%20-11.91%22%20transform%3D%22translate%2834.5%20172.5%29%20rotate%28285.51%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-16.1%20L%2010.46%20-19.96%20M%200%20-16.1%20L%20-10.46%20-19.96%22%20transform%3D%22translate%2834.5%20172.5%29%20rotate%28285.51%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-24.15%20L%2012.08%20-28.01%20M%200%20-24.15%20L%20-12.07%20-28.01%22%20transform%3D%22translate%2834.5%20172.5%29%20rotate%28285.51%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-32.2%20L%2010.46%20-36.06%20M%200%20-32.2%20L%20-10.46%20-36.06%22%20transform%3D%22translate%2834.5%20172.5%29%20rotate%28285.51%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-40.25%20L%206.04%20-44.11%20M%200%20-40.25%20L%20-6.04%20-44.11%22%20transform%3D%22translate%2834.5%20172.5%29%20rotate%28285.51%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2024.15%20-16.9%2016.9%20-41.05%200%20-48.3%20C%20-16.9%20-41.05%20-24.15%20-16.9%200%200%20Z%22%20transform%3D%22translate%28103.5%20172.5%29%20rotate%28282.04%29%20translate%280%2024.15%29%22%20fill%3D%22url%28%23u7870_g0%29%22%2F%3E%3Cpath%20d%3D%22M%200%20-8.05%20L%206.04%20-11.91%20M%200%20-8.05%20L%20-6.04%20-11.91%22%20transform%3D%22translate%28103.5%20172.5%29%20rotate%28282.04%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-16.1%20L%2010.46%20-19.96%20M%200%20-16.1%20L%20-10.46%20-19.96%22%20transform%3D%22translate%28103.5%20172.5%29%20rotate%28282.04%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-24.15%20L%2012.08%20-28.01%20M%200%20-24.15%20L%20-12.07%20-28.01%22%20transform%3D%22translate%28103.5%20172.5%29%20rotate%28282.04%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-32.2%20L%2010.46%20-36.06%20M%200%20-32.2%20L%20-10.46%20-36.06%22%20transform%3D%22translate%28103.5%20172.5%29%20rotate%28282.04%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-40.25%20L%206.04%20-44.11%20M%200%20-40.25%20L%20-6.04%20-44.11%22%20transform%3D%22translate%28103.5%20172.5%29%20rotate%28282.04%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2024.15%20-16.9%2016.9%20-41.05%200%20-48.3%20C%20-16.9%20-41.05%20-24.15%20-16.9%200%200%20Z%22%20transform%3D%22translate%28172.5%20172.5%29%20rotate%28178.19%29%20translate%280%2024.15%29%22%20fill%3D%22url%28%23u7870_g0%29%22%2F%3E%3Cpath%20d%3D%22M%200%20-8.05%20L%206.04%20-11.91%20M%200%20-8.05%20L%20-6.04%20-11.91%22%20transform%3D%22translate%28172.5%20172.5%29%20rotate%28178.19%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-16.1%20L%2010.46%20-19.96%20M%200%20-16.1%20L%20-10.46%20-19.96%22%20transform%3D%22translate%28172.5%20172.5%29%20rotate%28178.19%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-24.15%20L%2012.08%20-28.01%20M%200%20-24.15%20L%20-12.07%20-28.01%22%20transform%3D%22translate%28172.5%20172.5%29%20rotate%28178.19%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-32.2%20L%2010.46%20-36.06%20M%200%20-32.2%20L%20-10.46%20-36.06%22%20transform%3D%22translate%28172.5%20172.5%29%20rotate%28178.19%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-40.25%20L%206.04%20-44.11%20M%200%20-40.25%20L%20-6.04%20-44.11%22%20transform%3D%22translate%28172.5%20172.5%29%20rotate%28178.19%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2024.15%20-16.9%2016.9%20-41.05%200%20-48.3%20C%20-16.9%20-41.05%20-24.15%20-16.9%200%200%20Z%22%20transform%3D%22translate%28241.5%20172.5%29%20rotate%2861.52%29%20translate%280%2024.15%29%22%20fill%3D%22url%28%23u7870_g0%29%22%2F%3E%3Cpath%20d%3D%22M%200%20-8.05%20L%206.04%20-11.91%20M%200%20-8.05%20L%20-6.04%20-11.91%22%20transform%3D%22translate%28241.5%20172.5%29%20rotate%2861.52%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-16.1%20L%2010.46%20-19.96%20M%200%20-16.1%20L%20-10.46%20-19.96%22%20transform%3D%22translate%28241.5%20172.5%29%20rotate%2861.52%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-24.15%20L%2012.08%20-28.01%20M%200%20-24.15%20L%20-12.07%20-28.01%22%20transform%3D%22translate%28241.5%20172.5%29%20rotate%2861.52%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-32.2%20L%2010.46%20-36.06%20M%200%20-32.2%20L%20-10.46%20-36.06%22%20transform%3D%22translate%28241.5%20172.5%29%20rotate%2861.52%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-40.25%20L%206.04%20-44.11%20M%200%20-40.25%20L%20-6.04%20-44.11%22%20transform%3D%22translate%28241.5%20172.5%29%20rotate%2861.52%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2024.15%20-16.9%2016.9%20-41.05%200%20-48.3%20C%20-16.9%20-41.05%20-24.15%20-16.9%200%200%20Z%22%20transform%3D%22translate%2869%20241.5%29%20rotate%28194.84%29%20translate%280%2024.15%29%22%20fill%3D%22url%28%23u7870_g0%29%22%2F%3E%3Cpath%20d%3D%22M%200%20-8.05%20L%206.04%20-11.91%20M%200%20-8.05%20L%20-6.04%20-11.91%22%20transform%3D%22translate%2869%20241.5%29%20rotate%28194.84%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-16.1%20L%2010.46%20-19.96%20M%200%20-16.1%20L%20-10.46%20-19.96%22%20transform%3D%22translate%2869%20241.5%29%20rotate%28194.84%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-24.15%20L%2012.08%20-28.01%20M%200%20-24.15%20L%20-12.07%20-28.01%22%20transform%3D%22translate%2869%20241.5%29%20rotate%28194.84%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-32.2%20L%2010.46%20-36.06%20M%200%20-32.2%20L%20-10.46%20-36.06%22%20transform%3D%22translate%2869%20241.5%29%20rotate%28194.84%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-40.25%20L%206.04%20-44.11%20M%200%20-40.25%20L%20-6.04%20-44.11%22%20transform%3D%22translate%2869%20241.5%29%20rotate%28194.84%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2024.15%20-16.9%2016.9%20-41.05%200%20-48.3%20C%20-16.9%20-41.05%20-24.15%20-16.9%200%200%20Z%22%20transform%3D%22translate%28138%20241.5%29%20rotate%28312.72%29%20translate%280%2024.15%29%22%20fill%3D%22url%28%23u7870_g0%29%22%2F%3E%3Cpath%20d%3D%22M%200%20-8.05%20L%206.04%20-11.91%20M%200%20-8.05%20L%20-6.04%20-11.91%22%20transform%3D%22translate%28138%20241.5%29%20rotate%28312.72%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-16.1%20L%2010.46%20-19.96%20M%200%20-16.1%20L%20-10.46%20-19.96%22%20transform%3D%22translate%28138%20241.5%29%20rotate%28312.72%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-24.15%20L%2012.08%20-28.01%20M%200%20-24.15%20L%20-12.07%20-28.01%22%20transform%3D%22translate%28138%20241.5%29%20rotate%28312.72%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-32.2%20L%2010.46%20-36.06%20M%200%20-32.2%20L%20-10.46%20-36.06%22%20transform%3D%22translate%28138%20241.5%29%20rotate%28312.72%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-40.25%20L%206.04%20-44.11%20M%200%20-40.25%20L%20-6.04%20-44.11%22%20transform%3D%22translate%28138%20241.5%29%20rotate%28312.72%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2024.15%20-16.9%2016.9%20-41.05%200%20-48.3%20C%20-16.9%20-41.05%20-24.15%20-16.9%200%200%20Z%22%20transform%3D%22translate%28207%20241.5%29%20rotate%2884.22%29%20translate%280%2024.15%29%22%20fill%3D%22url%28%23u7870_g0%29%22%2F%3E%3Cpath%20d%3D%22M%200%20-8.05%20L%206.04%20-11.91%20M%200%20-8.05%20L%20-6.04%20-11.91%22%20transform%3D%22translate%28207%20241.5%29%20rotate%2884.22%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-16.1%20L%2010.46%20-19.96%20M%200%20-16.1%20L%20-10.46%20-19.96%22%20transform%3D%22translate%28207%20241.5%29%20rotate%2884.22%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-24.15%20L%2012.08%20-28.01%20M%200%20-24.15%20L%20-12.07%20-28.01%22%20transform%3D%22translate%28207%20241.5%29%20rotate%2884.22%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-32.2%20L%2010.46%20-36.06%20M%200%20-32.2%20L%20-10.46%20-36.06%22%20transform%3D%22translate%28207%20241.5%29%20rotate%2884.22%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-40.25%20L%206.04%20-44.11%20M%200%20-40.25%20L%20-6.04%20-44.11%22%20transform%3D%22translate%28207%20241.5%29%20rotate%2884.22%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2024.15%20-16.9%2016.9%20-41.05%200%20-48.3%20C%20-16.9%20-41.05%20-24.15%20-16.9%200%200%20Z%22%20transform%3D%22translate%280%20241.5%29%20rotate%28141.71%29%20translate%280%2024.15%29%22%20fill%3D%22url%28%23u7870_g0%29%22%2F%3E%3Cpath%20d%3D%22M%200%20-8.05%20L%206.04%20-11.91%20M%200%20-8.05%20L%20-6.04%20-11.91%22%20transform%3D%22translate%280%20241.5%29%20rotate%28141.71%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-16.1%20L%2010.46%20-19.96%20M%200%20-16.1%20L%20-10.46%20-19.96%22%20transform%3D%22translate%280%20241.5%29%20rotate%28141.71%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-24.15%20L%2012.08%20-28.01%20M%200%20-24.15%20L%20-12.07%20-28.01%22%20transform%3D%22translate%280%20241.5%29%20rotate%28141.71%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-32.2%20L%2010.46%20-36.06%20M%200%20-32.2%20L%20-10.46%20-36.06%22%20transform%3D%22translate%280%20241.5%29%20rotate%28141.71%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%200%20-40.25%20L%206.04%20-44.11%20M%200%20-40.25%20L%20-6.04%20-44.11%22%20transform%3D%22translate%280%20241.5%29%20rotate%28141.71%29%20translate%280%2024.15%29%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fg%3E%3C%2Fdefs%3E%0A%0A%3Cuse%20href%3D%22%23u7870_m%22%20x%3D%22-276%22%20y%3D%22-276%22%2F%3E%3Cuse%20href%3D%22%23u7870_m%22%20x%3D%220%22%20y%3D%22-276%22%2F%3E%3Cuse%20href%3D%22%23u7870_m%22%20x%3D%22276%22%20y%3D%22-276%22%2F%3E%3Cuse%20href%3D%22%23u7870_m%22%20x%3D%22-276%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u7870_m%22%20x%3D%220%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u7870_m%22%20x%3D%22276%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u7870_m%22%20x%3D%22-276%22%20y%3D%22276%22%2F%3E%3Cuse%20href%3D%22%23u7870_m%22%20x%3D%220%22%20y%3D%22276%22%2F%3E%3Cuse%20href%3D%22%23u7870_m%22%20x%3D%22276%22%20y%3D%22276%22%2F%3E%3C%2Fsvg%3E);--pat19: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2275%22%20height%3D%22150%22%20viewBox%3D%220%200%2075%20150%22%3E%0A%3Cdefs%3E%3Cg%20id%3D%22u12973_m%22%20opacity%3D%220.27%22%3E%3Cpath%20d%3D%22M%200%2056.25%20L%2037.5%2018.75%20L%2075%2056.25%20L%2075%2042.23%20L%2037.5%204.73%20L%200%2042.23%20Z%22%20fill%3D%22%23FFFCF2%22%2F%3E%3Cpath%20d%3D%22M%20-37.5%20131.25%20L%200%2093.75%20L%2037.5%20131.25%20L%2037.5%20117.23%20L%200%2079.73%20L%20-37.5%20117.23%20Z%22%20fill%3D%22%232B2B40%22%2F%3E%3C%2Fg%3E%3C%2Fdefs%3E%0A%0A%3Cuse%20href%3D%22%23u12973_m%22%20x%3D%22-75%22%20y%3D%22-150%22%2F%3E%3Cuse%20href%3D%22%23u12973_m%22%20x%3D%220%22%20y%3D%22-150%22%2F%3E%3Cuse%20href%3D%22%23u12973_m%22%20x%3D%2275%22%20y%3D%22-150%22%2F%3E%3Cuse%20href%3D%22%23u12973_m%22%20x%3D%22-75%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u12973_m%22%20x%3D%220%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u12973_m%22%20x%3D%2275%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u12973_m%22%20x%3D%22-75%22%20y%3D%22150%22%2F%3E%3Cuse%20href%3D%22%23u12973_m%22%20x%3D%220%22%20y%3D%22150%22%2F%3E%3Cuse%20href%3D%22%23u12973_m%22%20x%3D%2275%22%20y%3D%22150%22%2F%3E%3C%2Fsvg%3E);--pat20: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22252%22%20height%3D%22336%22%20viewBox%3D%220%200%20252%20336%22%3E%0A%3Cdefs%3E%3ClinearGradient%20id%3D%22u10867_g0%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%239eaf97%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2360715a%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u10867_g1%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23b4c4ae%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23768470%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u10867_g2%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2381927a%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2346553f%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3Cg%20id%3D%22u10867_m%22%20opacity%3D%220.15%22%3E%3Cpath%20d%3D%22M%200%2029.4%20L%200%20-29.4%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20transform%3D%22translate%2842%2042%29%20rotate%2880.61%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2011.42%20-10%208%20-24.28%200%20-28.56%20C%20-8%20-24.28%20-11.42%20-10%200%200%20Z%22%20fill%3D%22url%28%23u10867_g1%29%22%20transform%3D%22translate%2842%2042%29%20rotate%2880.61%29%20translate%280%2029.4%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2011.42%20-10%208%20-24.28%200%20-28.56%20C%20-8%20-24.28%20-11.42%20-10%200%200%20Z%22%20fill%3D%22url%28%23u10867_g1%29%22%20transform%3D%22translate%2842%2042%29%20rotate%2880.61%29%20translate%280%2029.4%29%20rotate%28-55%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%209.41%20-8.23%206.59%20-19.99%200%20-23.52%20C%20-6.59%20-19.99%20-9.41%20-8.23%200%200%20Z%22%20fill%3D%22url%28%23u10867_g1%29%22%20transform%3D%22translate%2842%2042%29%20rotate%2880.61%29%20translate%280%200%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%209.41%20-8.23%206.59%20-19.99%200%20-23.52%20C%20-6.59%20-19.99%20-9.41%20-8.23%200%200%20Z%22%20fill%3D%22url%28%23u10867_g1%29%22%20transform%3D%22translate%2842%2042%29%20rotate%2880.61%29%20translate%280%200%29%20rotate%28-55%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%207.39%20-6.47%205.17%20-15.71%200%20-18.48%20C%20-5.17%20-15.71%20-7.39%20-6.47%200%200%20Z%22%20fill%3D%22url%28%23u10867_g1%29%22%20transform%3D%22translate%2842%2042%29%20rotate%2880.61%29%20translate%280%20-29.4%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%207.39%20-6.47%205.17%20-15.71%200%20-18.48%20C%20-5.17%20-15.71%20-7.39%20-6.47%200%200%20Z%22%20fill%3D%22url%28%23u10867_g1%29%22%20transform%3D%22translate%2842%2042%29%20rotate%2880.61%29%20translate%280%20-29.4%29%20rotate%28-55%29%22%2F%3E%3Ccircle%20r%3D%225.88%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%2842%2042%29%20rotate%2880.61%29%22%20cx%3D%220%22%20cy%3D%22-29.4%22%2F%3E%3Cpath%20d%3D%22M%200%2029.4%20L%200%20-29.4%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20transform%3D%22translate%28126%2042%29%20rotate%28189.11%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2011.42%20-10%208%20-24.28%200%20-28.56%20C%20-8%20-24.28%20-11.42%20-10%200%200%20Z%22%20fill%3D%22url%28%23u10867_g0%29%22%20transform%3D%22translate%28126%2042%29%20rotate%28189.11%29%20translate%280%2029.4%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2011.42%20-10%208%20-24.28%200%20-28.56%20C%20-8%20-24.28%20-11.42%20-10%200%200%20Z%22%20fill%3D%22url%28%23u10867_g0%29%22%20transform%3D%22translate%28126%2042%29%20rotate%28189.11%29%20translate%280%2029.4%29%20rotate%28-55%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%209.41%20-8.23%206.59%20-19.99%200%20-23.52%20C%20-6.59%20-19.99%20-9.41%20-8.23%200%200%20Z%22%20fill%3D%22url%28%23u10867_g0%29%22%20transform%3D%22translate%28126%2042%29%20rotate%28189.11%29%20translate%280%200%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%209.41%20-8.23%206.59%20-19.99%200%20-23.52%20C%20-6.59%20-19.99%20-9.41%20-8.23%200%200%20Z%22%20fill%3D%22url%28%23u10867_g0%29%22%20transform%3D%22translate%28126%2042%29%20rotate%28189.11%29%20translate%280%200%29%20rotate%28-55%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%207.39%20-6.47%205.17%20-15.71%200%20-18.48%20C%20-5.17%20-15.71%20-7.39%20-6.47%200%200%20Z%22%20fill%3D%22url%28%23u10867_g0%29%22%20transform%3D%22translate%28126%2042%29%20rotate%28189.11%29%20translate%280%20-29.4%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%207.39%20-6.47%205.17%20-15.71%200%20-18.48%20C%20-5.17%20-15.71%20-7.39%20-6.47%200%200%20Z%22%20fill%3D%22url%28%23u10867_g0%29%22%20transform%3D%22translate%28126%2042%29%20rotate%28189.11%29%20translate%280%20-29.4%29%20rotate%28-55%29%22%2F%3E%3Ccircle%20r%3D%225.88%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%28126%2042%29%20rotate%28189.11%29%22%20cx%3D%220%22%20cy%3D%22-29.4%22%2F%3E%3Cpath%20d%3D%22M%200%2029.4%20L%200%20-29.4%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20transform%3D%22translate%28210%2042%29%20rotate%28223.19%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2011.42%20-10%208%20-24.28%200%20-28.56%20C%20-8%20-24.28%20-11.42%20-10%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%28210%2042%29%20rotate%28223.19%29%20translate%280%2029.4%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2011.42%20-10%208%20-24.28%200%20-28.56%20C%20-8%20-24.28%20-11.42%20-10%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%28210%2042%29%20rotate%28223.19%29%20translate%280%2029.4%29%20rotate%28-55%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%209.41%20-8.23%206.59%20-19.99%200%20-23.52%20C%20-6.59%20-19.99%20-9.41%20-8.23%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%28210%2042%29%20rotate%28223.19%29%20translate%280%200%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%209.41%20-8.23%206.59%20-19.99%200%20-23.52%20C%20-6.59%20-19.99%20-9.41%20-8.23%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%28210%2042%29%20rotate%28223.19%29%20translate%280%200%29%20rotate%28-55%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%207.39%20-6.47%205.17%20-15.71%200%20-18.48%20C%20-5.17%20-15.71%20-7.39%20-6.47%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%28210%2042%29%20rotate%28223.19%29%20translate%280%20-29.4%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%207.39%20-6.47%205.17%20-15.71%200%20-18.48%20C%20-5.17%20-15.71%20-7.39%20-6.47%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%28210%2042%29%20rotate%28223.19%29%20translate%280%20-29.4%29%20rotate%28-55%29%22%2F%3E%3Ccircle%20r%3D%225.88%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%28210%2042%29%20rotate%28223.19%29%22%20cx%3D%220%22%20cy%3D%22-29.4%22%2F%3E%3Cpath%20d%3D%22M%200%2029.4%20L%200%20-29.4%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20transform%3D%22translate%2884%20126%29%20rotate%28158.5%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2011.42%20-10%208%20-24.28%200%20-28.56%20C%20-8%20-24.28%20-11.42%20-10%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%2884%20126%29%20rotate%28158.5%29%20translate%280%2029.4%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2011.42%20-10%208%20-24.28%200%20-28.56%20C%20-8%20-24.28%20-11.42%20-10%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%2884%20126%29%20rotate%28158.5%29%20translate%280%2029.4%29%20rotate%28-55%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%209.41%20-8.23%206.59%20-19.99%200%20-23.52%20C%20-6.59%20-19.99%20-9.41%20-8.23%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%2884%20126%29%20rotate%28158.5%29%20translate%280%200%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%209.41%20-8.23%206.59%20-19.99%200%20-23.52%20C%20-6.59%20-19.99%20-9.41%20-8.23%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%2884%20126%29%20rotate%28158.5%29%20translate%280%200%29%20rotate%28-55%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%207.39%20-6.47%205.17%20-15.71%200%20-18.48%20C%20-5.17%20-15.71%20-7.39%20-6.47%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%2884%20126%29%20rotate%28158.5%29%20translate%280%20-29.4%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%207.39%20-6.47%205.17%20-15.71%200%20-18.48%20C%20-5.17%20-15.71%20-7.39%20-6.47%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%2884%20126%29%20rotate%28158.5%29%20translate%280%20-29.4%29%20rotate%28-55%29%22%2F%3E%3Ccircle%20r%3D%225.88%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%2884%20126%29%20rotate%28158.5%29%22%20cx%3D%220%22%20cy%3D%22-29.4%22%2F%3E%3Cpath%20d%3D%22M%200%2029.4%20L%200%20-29.4%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20transform%3D%22translate%28168%20126%29%20rotate%28286.28%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2011.42%20-10%208%20-24.28%200%20-28.56%20C%20-8%20-24.28%20-11.42%20-10%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%28168%20126%29%20rotate%28286.28%29%20translate%280%2029.4%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2011.42%20-10%208%20-24.28%200%20-28.56%20C%20-8%20-24.28%20-11.42%20-10%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%28168%20126%29%20rotate%28286.28%29%20translate%280%2029.4%29%20rotate%28-55%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%209.41%20-8.23%206.59%20-19.99%200%20-23.52%20C%20-6.59%20-19.99%20-9.41%20-8.23%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%28168%20126%29%20rotate%28286.28%29%20translate%280%200%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%209.41%20-8.23%206.59%20-19.99%200%20-23.52%20C%20-6.59%20-19.99%20-9.41%20-8.23%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%28168%20126%29%20rotate%28286.28%29%20translate%280%200%29%20rotate%28-55%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%207.39%20-6.47%205.17%20-15.71%200%20-18.48%20C%20-5.17%20-15.71%20-7.39%20-6.47%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%28168%20126%29%20rotate%28286.28%29%20translate%280%20-29.4%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%207.39%20-6.47%205.17%20-15.71%200%20-18.48%20C%20-5.17%20-15.71%20-7.39%20-6.47%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%28168%20126%29%20rotate%28286.28%29%20translate%280%20-29.4%29%20rotate%28-55%29%22%2F%3E%3Ccircle%20r%3D%225.88%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%28168%20126%29%20rotate%28286.28%29%22%20cx%3D%220%22%20cy%3D%22-29.4%22%2F%3E%3Cpath%20d%3D%22M%200%2029.4%20L%200%20-29.4%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20transform%3D%22translate%280%20126%29%20rotate%28381.2%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2011.42%20-10%208%20-24.28%200%20-28.56%20C%20-8%20-24.28%20-11.42%20-10%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%280%20126%29%20rotate%28381.2%29%20translate%280%2029.4%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2011.42%20-10%208%20-24.28%200%20-28.56%20C%20-8%20-24.28%20-11.42%20-10%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%280%20126%29%20rotate%28381.2%29%20translate%280%2029.4%29%20rotate%28-55%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%209.41%20-8.23%206.59%20-19.99%200%20-23.52%20C%20-6.59%20-19.99%20-9.41%20-8.23%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%280%20126%29%20rotate%28381.2%29%20translate%280%200%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%209.41%20-8.23%206.59%20-19.99%200%20-23.52%20C%20-6.59%20-19.99%20-9.41%20-8.23%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%280%20126%29%20rotate%28381.2%29%20translate%280%200%29%20rotate%28-55%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%207.39%20-6.47%205.17%20-15.71%200%20-18.48%20C%20-5.17%20-15.71%20-7.39%20-6.47%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%280%20126%29%20rotate%28381.2%29%20translate%280%20-29.4%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%207.39%20-6.47%205.17%20-15.71%200%20-18.48%20C%20-5.17%20-15.71%20-7.39%20-6.47%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%280%20126%29%20rotate%28381.2%29%20translate%280%20-29.4%29%20rotate%28-55%29%22%2F%3E%3Ccircle%20r%3D%225.88%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%280%20126%29%20rotate%28381.2%29%22%20cx%3D%220%22%20cy%3D%22-29.4%22%2F%3E%3Cpath%20d%3D%22M%200%2029.4%20L%200%20-29.4%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20transform%3D%22translate%2842%20210%29%20rotate%2881.21%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2011.42%20-10%208%20-24.28%200%20-28.56%20C%20-8%20-24.28%20-11.42%20-10%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%2842%20210%29%20rotate%2881.21%29%20translate%280%2029.4%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2011.42%20-10%208%20-24.28%200%20-28.56%20C%20-8%20-24.28%20-11.42%20-10%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%2842%20210%29%20rotate%2881.21%29%20translate%280%2029.4%29%20rotate%28-55%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%209.41%20-8.23%206.59%20-19.99%200%20-23.52%20C%20-6.59%20-19.99%20-9.41%20-8.23%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%2842%20210%29%20rotate%2881.21%29%20translate%280%200%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%209.41%20-8.23%206.59%20-19.99%200%20-23.52%20C%20-6.59%20-19.99%20-9.41%20-8.23%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%2842%20210%29%20rotate%2881.21%29%20translate%280%200%29%20rotate%28-55%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%207.39%20-6.47%205.17%20-15.71%200%20-18.48%20C%20-5.17%20-15.71%20-7.39%20-6.47%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%2842%20210%29%20rotate%2881.21%29%20translate%280%20-29.4%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%207.39%20-6.47%205.17%20-15.71%200%20-18.48%20C%20-5.17%20-15.71%20-7.39%20-6.47%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%2842%20210%29%20rotate%2881.21%29%20translate%280%20-29.4%29%20rotate%28-55%29%22%2F%3E%3Ccircle%20r%3D%225.88%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%2842%20210%29%20rotate%2881.21%29%22%20cx%3D%220%22%20cy%3D%22-29.4%22%2F%3E%3Cpath%20d%3D%22M%200%2029.4%20L%200%20-29.4%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20transform%3D%22translate%28126%20210%29%20rotate%28262.12%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2011.42%20-10%208%20-24.28%200%20-28.56%20C%20-8%20-24.28%20-11.42%20-10%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%28126%20210%29%20rotate%28262.12%29%20translate%280%2029.4%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2011.42%20-10%208%20-24.28%200%20-28.56%20C%20-8%20-24.28%20-11.42%20-10%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%28126%20210%29%20rotate%28262.12%29%20translate%280%2029.4%29%20rotate%28-55%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%209.41%20-8.23%206.59%20-19.99%200%20-23.52%20C%20-6.59%20-19.99%20-9.41%20-8.23%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%28126%20210%29%20rotate%28262.12%29%20translate%280%200%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%209.41%20-8.23%206.59%20-19.99%200%20-23.52%20C%20-6.59%20-19.99%20-9.41%20-8.23%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%28126%20210%29%20rotate%28262.12%29%20translate%280%200%29%20rotate%28-55%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%207.39%20-6.47%205.17%20-15.71%200%20-18.48%20C%20-5.17%20-15.71%20-7.39%20-6.47%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%28126%20210%29%20rotate%28262.12%29%20translate%280%20-29.4%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%207.39%20-6.47%205.17%20-15.71%200%20-18.48%20C%20-5.17%20-15.71%20-7.39%20-6.47%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%28126%20210%29%20rotate%28262.12%29%20translate%280%20-29.4%29%20rotate%28-55%29%22%2F%3E%3Ccircle%20r%3D%225.88%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%28126%20210%29%20rotate%28262.12%29%22%20cx%3D%220%22%20cy%3D%22-29.4%22%2F%3E%3Cpath%20d%3D%22M%200%2029.4%20L%200%20-29.4%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20transform%3D%22translate%28210%20210%29%20rotate%28204.12%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2011.42%20-10%208%20-24.28%200%20-28.56%20C%20-8%20-24.28%20-11.42%20-10%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%28210%20210%29%20rotate%28204.12%29%20translate%280%2029.4%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2011.42%20-10%208%20-24.28%200%20-28.56%20C%20-8%20-24.28%20-11.42%20-10%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%28210%20210%29%20rotate%28204.12%29%20translate%280%2029.4%29%20rotate%28-55%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%209.41%20-8.23%206.59%20-19.99%200%20-23.52%20C%20-6.59%20-19.99%20-9.41%20-8.23%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%28210%20210%29%20rotate%28204.12%29%20translate%280%200%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%209.41%20-8.23%206.59%20-19.99%200%20-23.52%20C%20-6.59%20-19.99%20-9.41%20-8.23%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%28210%20210%29%20rotate%28204.12%29%20translate%280%200%29%20rotate%28-55%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%207.39%20-6.47%205.17%20-15.71%200%20-18.48%20C%20-5.17%20-15.71%20-7.39%20-6.47%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%28210%20210%29%20rotate%28204.12%29%20translate%280%20-29.4%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%207.39%20-6.47%205.17%20-15.71%200%20-18.48%20C%20-5.17%20-15.71%20-7.39%20-6.47%200%200%20Z%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%28210%20210%29%20rotate%28204.12%29%20translate%280%20-29.4%29%20rotate%28-55%29%22%2F%3E%3Ccircle%20r%3D%225.88%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%28210%20210%29%20rotate%28204.12%29%22%20cx%3D%220%22%20cy%3D%22-29.4%22%2F%3E%3Cpath%20d%3D%22M%200%2029.4%20L%200%20-29.4%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20transform%3D%22translate%2884%20294%29%20rotate%28147.55%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2011.42%20-10%208%20-24.28%200%20-28.56%20C%20-8%20-24.28%20-11.42%20-10%200%200%20Z%22%20fill%3D%22url%28%23u10867_g1%29%22%20transform%3D%22translate%2884%20294%29%20rotate%28147.55%29%20translate%280%2029.4%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2011.42%20-10%208%20-24.28%200%20-28.56%20C%20-8%20-24.28%20-11.42%20-10%200%200%20Z%22%20fill%3D%22url%28%23u10867_g1%29%22%20transform%3D%22translate%2884%20294%29%20rotate%28147.55%29%20translate%280%2029.4%29%20rotate%28-55%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%209.41%20-8.23%206.59%20-19.99%200%20-23.52%20C%20-6.59%20-19.99%20-9.41%20-8.23%200%200%20Z%22%20fill%3D%22url%28%23u10867_g1%29%22%20transform%3D%22translate%2884%20294%29%20rotate%28147.55%29%20translate%280%200%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%209.41%20-8.23%206.59%20-19.99%200%20-23.52%20C%20-6.59%20-19.99%20-9.41%20-8.23%200%200%20Z%22%20fill%3D%22url%28%23u10867_g1%29%22%20transform%3D%22translate%2884%20294%29%20rotate%28147.55%29%20translate%280%200%29%20rotate%28-55%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%207.39%20-6.47%205.17%20-15.71%200%20-18.48%20C%20-5.17%20-15.71%20-7.39%20-6.47%200%200%20Z%22%20fill%3D%22url%28%23u10867_g1%29%22%20transform%3D%22translate%2884%20294%29%20rotate%28147.55%29%20translate%280%20-29.4%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%207.39%20-6.47%205.17%20-15.71%200%20-18.48%20C%20-5.17%20-15.71%20-7.39%20-6.47%200%200%20Z%22%20fill%3D%22url%28%23u10867_g1%29%22%20transform%3D%22translate%2884%20294%29%20rotate%28147.55%29%20translate%280%20-29.4%29%20rotate%28-55%29%22%2F%3E%3Ccircle%20r%3D%225.88%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%2884%20294%29%20rotate%28147.55%29%22%20cx%3D%220%22%20cy%3D%22-29.4%22%2F%3E%3Cpath%20d%3D%22M%200%2029.4%20L%200%20-29.4%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20transform%3D%22translate%28168%20294%29%20rotate%28213.03%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2011.42%20-10%208%20-24.28%200%20-28.56%20C%20-8%20-24.28%20-11.42%20-10%200%200%20Z%22%20fill%3D%22url%28%23u10867_g0%29%22%20transform%3D%22translate%28168%20294%29%20rotate%28213.03%29%20translate%280%2029.4%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2011.42%20-10%208%20-24.28%200%20-28.56%20C%20-8%20-24.28%20-11.42%20-10%200%200%20Z%22%20fill%3D%22url%28%23u10867_g0%29%22%20transform%3D%22translate%28168%20294%29%20rotate%28213.03%29%20translate%280%2029.4%29%20rotate%28-55%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%209.41%20-8.23%206.59%20-19.99%200%20-23.52%20C%20-6.59%20-19.99%20-9.41%20-8.23%200%200%20Z%22%20fill%3D%22url%28%23u10867_g0%29%22%20transform%3D%22translate%28168%20294%29%20rotate%28213.03%29%20translate%280%200%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%209.41%20-8.23%206.59%20-19.99%200%20-23.52%20C%20-6.59%20-19.99%20-9.41%20-8.23%200%200%20Z%22%20fill%3D%22url%28%23u10867_g0%29%22%20transform%3D%22translate%28168%20294%29%20rotate%28213.03%29%20translate%280%200%29%20rotate%28-55%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%207.39%20-6.47%205.17%20-15.71%200%20-18.48%20C%20-5.17%20-15.71%20-7.39%20-6.47%200%200%20Z%22%20fill%3D%22url%28%23u10867_g0%29%22%20transform%3D%22translate%28168%20294%29%20rotate%28213.03%29%20translate%280%20-29.4%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%207.39%20-6.47%205.17%20-15.71%200%20-18.48%20C%20-5.17%20-15.71%20-7.39%20-6.47%200%200%20Z%22%20fill%3D%22url%28%23u10867_g0%29%22%20transform%3D%22translate%28168%20294%29%20rotate%28213.03%29%20translate%280%20-29.4%29%20rotate%28-55%29%22%2F%3E%3Ccircle%20r%3D%225.88%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%28168%20294%29%20rotate%28213.03%29%22%20cx%3D%220%22%20cy%3D%22-29.4%22%2F%3E%3Cpath%20d%3D%22M%200%2029.4%20L%200%20-29.4%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20transform%3D%22translate%280%20294%29%20rotate%28340.71%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2011.42%20-10%208%20-24.28%200%20-28.56%20C%20-8%20-24.28%20-11.42%20-10%200%200%20Z%22%20fill%3D%22url%28%23u10867_g1%29%22%20transform%3D%22translate%280%20294%29%20rotate%28340.71%29%20translate%280%2029.4%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%2011.42%20-10%208%20-24.28%200%20-28.56%20C%20-8%20-24.28%20-11.42%20-10%200%200%20Z%22%20fill%3D%22url%28%23u10867_g1%29%22%20transform%3D%22translate%280%20294%29%20rotate%28340.71%29%20translate%280%2029.4%29%20rotate%28-55%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%209.41%20-8.23%206.59%20-19.99%200%20-23.52%20C%20-6.59%20-19.99%20-9.41%20-8.23%200%200%20Z%22%20fill%3D%22url%28%23u10867_g1%29%22%20transform%3D%22translate%280%20294%29%20rotate%28340.71%29%20translate%280%200%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%209.41%20-8.23%206.59%20-19.99%200%20-23.52%20C%20-6.59%20-19.99%20-9.41%20-8.23%200%200%20Z%22%20fill%3D%22url%28%23u10867_g1%29%22%20transform%3D%22translate%280%20294%29%20rotate%28340.71%29%20translate%280%200%29%20rotate%28-55%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%207.39%20-6.47%205.17%20-15.71%200%20-18.48%20C%20-5.17%20-15.71%20-7.39%20-6.47%200%200%20Z%22%20fill%3D%22url%28%23u10867_g1%29%22%20transform%3D%22translate%280%20294%29%20rotate%28340.71%29%20translate%280%20-29.4%29%20rotate%2855%29%22%2F%3E%3Cpath%20d%3D%22M%200%200%20C%207.39%20-6.47%205.17%20-15.71%200%20-18.48%20C%20-5.17%20-15.71%20-7.39%20-6.47%200%200%20Z%22%20fill%3D%22url%28%23u10867_g1%29%22%20transform%3D%22translate%280%20294%29%20rotate%28340.71%29%20translate%280%20-29.4%29%20rotate%28-55%29%22%2F%3E%3Ccircle%20r%3D%225.88%22%20fill%3D%22url%28%23u10867_g2%29%22%20transform%3D%22translate%280%20294%29%20rotate%28340.71%29%22%20cx%3D%220%22%20cy%3D%22-29.4%22%2F%3E%3C%2Fg%3E%3C%2Fdefs%3E%0A%0A%3Cuse%20href%3D%22%23u10867_m%22%20x%3D%22-252%22%20y%3D%22-336%22%2F%3E%3Cuse%20href%3D%22%23u10867_m%22%20x%3D%220%22%20y%3D%22-336%22%2F%3E%3Cuse%20href%3D%22%23u10867_m%22%20x%3D%22252%22%20y%3D%22-336%22%2F%3E%3Cuse%20href%3D%22%23u10867_m%22%20x%3D%22-252%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u10867_m%22%20x%3D%220%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u10867_m%22%20x%3D%22252%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u10867_m%22%20x%3D%22-252%22%20y%3D%22336%22%2F%3E%3Cuse%20href%3D%22%23u10867_m%22%20x%3D%220%22%20y%3D%22336%22%2F%3E%3Cuse%20href%3D%22%23u10867_m%22%20x%3D%22252%22%20y%3D%22336%22%2F%3E%3C%2Fsvg%3E);--pat21: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22296%22%20height%3D%22296%22%20viewBox%3D%220%200%20296%20296%22%3E%0A%3Cdefs%3E%3ClinearGradient%20id%3D%22u8656_g0%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23b2c8c5%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23738885%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u8656_g1%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23e1cfc1%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23a19082%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u8656_g2%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23c0c9ce%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23818a8e%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u8656_g3%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%239aa4a5%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%235d6668%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u8656_g4%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ecc8b6%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23aa8878%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u8656_g5%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23807c77%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2344403b%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3Cg%20id%3D%22u8656_m%22%20opacity%3D%220.53%22%3E%3Cpath%20d%3D%22M%2029.42%200%20C%2029.71%206.65%2022.81%2016.1%2016.78%2021.04%20C%2010.75%2025.98%20-0.04%2031.27%20-6.77%2029.65%20C%20-13.5%2028.04%20-21%2018.09%20-23.59%2011.36%20C%20-26.17%204.63%20-25.32%20-4.91%20-22.29%20-10.73%20C%20-19.25%20-16.55%20-11.6%20-22.21%20-5.38%20-23.56%20C%200.84%20-24.92%209.24%20-22.79%2015.04%20-18.86%20C%2020.84%20-14.93%2029.13%20-6.65%2029.42%200%20Z%22%20transform%3D%22translate%2834.29%2048.47%29%20rotate%28347.55%29%22%20fill%3D%22url%28%23u8656_g0%29%22%2F%3E%3Ccircle%20cx%3D%2228.79%22%20cy%3D%2223.93%22%20r%3D%224.44%22%20fill%3D%22url%28%23u8656_g0%29%22%2F%3E%3Cpath%20d%3D%22M%2034.14%200%20C%2034.33%209.13%2029.53%2021.81%2022.4%2028.09%20C%2015.28%2034.37%20-0.15%2040.08%20-8.6%2037.67%20C%20-17.05%2035.26%20-23.14%2023.1%20-28.31%2013.64%20C%20-33.49%204.17%20-42.89%20-10.32%20-39.66%20-19.1%20C%20-36.42%20-27.88%20-19.07%20-37.77%20-8.91%20-39.04%20C%201.25%20-40.3%2014.11%20-33.2%2021.28%20-26.69%20C%2028.46%20-20.18%2033.96%20-9.13%2034.14%200%20Z%22%20transform%3D%22translate%2895.48%2036.99%29%20rotate%28191.44%29%22%20fill%3D%22url%28%23u8656_g0%29%22%2F%3E%3Cpath%20d%3D%22M%2024.1%200%20C%2024.75%205.71%2023.1%2014.63%2019.08%2019.08%20C%2015.06%2023.54%205.77%2027.32%200%2026.73%20C%20-5.77%2026.14%20-11.5%2019.99%20-15.54%2015.54%20C%20-19.57%2011.08%20-23.57%205.82%20-24.22%200%20C%20-24.86%20-5.82%20-23.43%20-15.71%20-19.4%20-19.4%20C%20-15.36%20-23.09%20-5.76%20-22.85%200%20-22.14%20C%205.76%20-21.44%2011.15%20-18.85%2015.16%20-15.16%20C%2019.18%20-11.47%2023.45%20-5.71%2024.1%200%20Z%22%20transform%3D%22translate%28186.16%2053.77%29%20rotate%2821.26%29%22%20fill%3D%22url%28%23u8656_g0%29%22%2F%3E%3Ccircle%20cx%3D%22200.74%22%20cy%3D%2233.82%22%20r%3D%224.44%22%20fill%3D%22url%28%23u8656_g0%29%22%2F%3E%3Cpath%20d%3D%22M%2024.27%200%20C%2025.35%205.98%2027.8%2015.73%2024.62%2020.66%20C%2021.45%2025.59%2011.7%2028.92%205.22%2029.6%20C%20-1.27%2030.28%20-8.08%2027.73%20-14.28%2024.73%20C%20-20.48%2021.74%20-30.27%2017.26%20-32%2011.65%20C%20-33.73%206.03%20-27.97%20-3.56%20-24.64%20-8.97%20C%20-21.31%20-14.37%20-16.89%20-17.83%20-12%20-20.79%20C%20-7.11%20-23.74%20-0.31%20-27.64%204.71%20-26.71%20C%209.73%20-25.78%2014.85%20-19.65%2018.11%20-15.19%20C%2021.37%20-10.74%2023.18%20-5.98%2024.27%200%20Z%22%20transform%3D%22translate%28271.07%2041.62%29%20rotate%28219.88%29%22%20fill%3D%22url%28%23u8656_g0%29%22%2F%3E%3Ccircle%20cx%3D%22263.39%22%20cy%3D%2227.81%22%20r%3D%224.44%22%20fill%3D%22url%28%23u8656_g0%29%22%2F%3E%3Cpath%20d%3D%22M%2025.38%200%20C%2025.09%206.72%2016.96%2015.22%2010.76%2018.64%20C%204.56%2022.06%20-6.46%2023.6%20-11.83%2020.5%20C%20-17.21%2017.39%20-21.59%206.65%20-21.49%200%20C%20-21.39%20-6.65%20-16.89%20-15.82%20-11.22%20-19.43%20C%20-5.55%20-23.05%206.42%20-24.92%2012.52%20-21.68%20C%2018.62%20-18.44%2025.68%20-6.72%2025.38%200%20Z%22%20transform%3D%22translate%2883.71%20111.04%29%20rotate%28236.68%29%22%20fill%3D%22url%28%23u8656_g0%29%22%2F%3E%3Ccircle%20cx%3D%2260.17%22%20cy%3D%2297.43%22%20r%3D%224.44%22%20fill%3D%22url%28%23u8656_g0%29%22%2F%3E%3Cpath%20d%3D%22M%2029.13%200%20C%2029.95%206.49%2020.65%2020.14%2013.71%2023.75%20C%206.77%2027.35%20-6.31%2025.6%20-12.5%2021.65%20C%20-18.69%2017.69%20-23.79%206.6%20-23.44%200%20C%20-23.08%20-6.6%20-15.74%20-15.43%20-10.37%20-17.97%20C%20-5%20-20.5%202.2%20-18.21%208.79%20-15.22%20C%2015.37%20-12.23%2028.31%20-6.49%2029.13%200%20Z%22%20transform%3D%22translate%28145.58%20108.15%29%20rotate%28180.76%29%22%20fill%3D%22url%28%23u8656_g0%29%22%2F%3E%3Cpath%20d%3D%22M%2032.62%200%20C%2033.82%208.62%2030.93%2024.87%2024.23%2030.39%20C%2017.54%2035.91%201.29%2035.87%20-7.56%2033.12%20C%20-16.41%2030.37%20-25.2%2021.77%20-28.85%2013.89%20C%20-32.49%206.01%20-33.09%20-6.88%20-29.42%20-14.17%20C%20-25.74%20-21.45%20-14.55%20-28.63%20-6.81%20-29.83%20C%200.93%20-31.03%2010.46%20-26.33%2017.03%20-21.35%20C%2023.6%20-16.38%2031.41%20-8.62%2032.62%200%20Z%22%20transform%3D%22translate%28220.27%20104.28%29%20rotate%28306.28%29%22%20fill%3D%22url%28%23u8656_g0%29%22%2F%3E%3Cpath%20d%3D%22M%2034.95%200%20C%2036.36%207.37%2032.16%2019.75%2026.33%2026.33%20C%2020.51%2032.92%208.05%2040.23%200%2039.5%20C%20-8.05%2038.77%20-17.72%2028.53%20-21.95%2021.95%20C%20-26.18%2015.36%20-25.23%207.47%20-25.38%200%20C%20-25.53%20-7.47%20-27.08%20-16.13%20-22.85%20-22.85%20C%20-18.62%20-29.57%20-6.79%20-41.14%200%20-40.31%20C%206.79%20-39.48%2012.05%20-24.59%2017.87%20-17.87%20C%2023.7%20-11.15%2033.54%20-7.37%2034.95%200%20Z%22%20transform%3D%22translate%28-11.21%20120.3%29%20rotate%28232.51%29%22%20fill%3D%22url%28%23u8656_g0%29%22%2F%3E%3Ccircle%20cx%3D%223.48%22%20cy%3D%22128.11%22%20r%3D%224.44%22%20fill%3D%22url%28%23u8656_g0%29%22%2F%3E%3Cpath%20d%3D%22M%2036.88%200%20C%2036.4%207.9%2024.92%2016.18%2017.46%2021.9%20C%2010.01%2027.62%20-0.89%2036.03%20-7.83%2034.33%20C%20-14.78%2032.62%20-20.87%2019.61%20-24.2%2011.65%20C%20-27.53%203.7%20-30.66%20-6.24%20-27.81%20-13.39%20C%20-24.97%20-20.55%20-15.16%20-29.25%20-7.14%20-31.27%20C%200.89%20-33.28%2012.99%20-30.7%2020.33%20-25.49%20C%2027.66%20-20.28%2037.35%20-7.9%2036.88%200%20Z%22%20transform%3D%22translate%2822.2%20188.05%29%20rotate%28150.69%29%22%20fill%3D%22url%28%23u8656_g0%29%22%2F%3E%3Cpath%20d%3D%22M%2028.02%200%20C%2027.77%207.12%2018.38%2016.39%2011.59%2020.07%20C%204.79%2023.75%20-6.53%2025.42%20-12.75%2022.08%20C%20-18.97%2018.73%20-25.98%206.92%20-25.73%200%20C%20-25.48%20-6.92%20-17.71%20-15.69%20-11.24%20-19.47%20C%20-4.77%20-23.25%206.55%20-25.92%2013.09%20-22.67%20C%2019.63%20-19.43%2028.28%20-7.12%2028.02%200%20Z%22%20transform%3D%22translate%28114.42%20187.74%29%20rotate%28230.12%29%22%20fill%3D%22url%28%23u8656_g0%29%22%2F%3E%3Ccircle%20cx%3D%22117.49%22%20cy%3D%22189.65%22%20r%3D%224.44%22%20fill%3D%22url%28%23u8656_g0%29%22%2F%3E%3Cpath%20d%3D%22M%2021.64%200%20C%2021.83%207.07%2018.23%2019.09%2012.83%2022.21%20C%207.42%2025.34%20-4.71%2022.45%20-10.82%2018.74%20C%20-16.94%2015.04%20-23.48%206.91%20-23.86%200%20C%20-24.25%20-6.91%20-19.05%20-19.37%20-13.13%20-22.74%20C%20-7.2%20-26.11%205.89%20-24.02%2011.68%20-20.23%20C%2017.48%20-16.44%2021.45%20-7.07%2021.64%200%20Z%22%20transform%3D%22translate%28167.42%20182.14%29%20rotate%28203.2%29%22%20fill%3D%22url%28%23u8656_g0%29%22%2F%3E%3Ccircle%20cx%3D%22229.77%22%20cy%3D%22179.01%22%20r%3D%224.44%22%20fill%3D%22url%28%23u8656_g0%29%22%2F%3E%3Cpath%20d%3D%22M%2029.88%200%20C%2030.87%205.61%2027.39%2015.89%2023.02%2019.31%20C%2018.64%2022.74%2010.03%2019.34%203.63%2020.57%20C%20-2.77%2021.79%20-10.46%2028.51%20-15.39%2026.66%20C%20-20.32%2024.81%20-24.35%2015.41%20-25.96%209.45%20C%20-27.57%203.49%20-27.19%20-3.78%20-25.04%20-9.11%20C%20-22.88%20-14.44%20-17.85%20-20.32%20-13.02%20-22.55%20C%20-8.18%20-24.77%20-1.05%20-23.85%203.96%20-22.48%20C%208.98%20-21.12%2012.77%20-18.09%2017.09%20-14.34%20C%2021.41%20-10.6%2028.89%20-5.61%2029.88%200%20Z%22%20transform%3D%22translate%28249.86%20178.44%29%20rotate%28297.45%29%22%20fill%3D%22url%28%23u8656_g0%29%22%2F%3E%3Cpath%20d%3D%22M%2028.19%200%20C%2027.87%205.87%2021.35%2012.44%2016.65%2016.65%20C%2011.95%2020.86%206.16%2024.67%200%2025.28%20C%20-6.16%2025.89%20-15.33%2024.53%20-20.31%2020.31%20C%20-25.3%2016.1%20-30.52%206.18%20-29.94%200%20C%20-29.35%20-6.18%20-21.78%20-12.52%20-16.79%20-16.79%20C%20-11.8%20-21.06%20-5.9%20-25.31%200%20-25.62%20C%205.9%20-25.92%2013.9%20-22.87%2018.6%20-18.6%20C%2023.3%20-14.33%2028.52%20-5.87%2028.19%200%20Z%22%20transform%3D%22translate%2874.56%20250.83%29%20rotate%2853.03%29%22%20fill%3D%22url%28%23u8656_g0%29%22%2F%3E%3Cpath%20d%3D%22M%2037.58%200%20C%2037.67%208.54%2024.19%2021.12%2015.06%2026.08%20C%205.93%2031.05%20-8.79%2034.15%20-17.21%2029.81%20C%20-25.63%2025.46%20-36.12%208.75%20-35.44%200%20C%20-34.76%20-8.75%20-21.44%20-18.53%20-13.12%20-22.72%20C%20-4.79%20-26.91%206.06%20-28.92%2014.51%20-25.14%20C%2022.96%20-21.35%2037.49%20-8.54%2037.58%200%20Z%22%20transform%3D%22translate%28134.34%20243.26%29%20rotate%2897.55%29%22%20fill%3D%22url%28%23u8656_g0%29%22%2F%3E%3Cpath%20d%3D%22M%2025.97%200%20C%2025.49%206.2%2016%2012.04%209.31%2016.12%20C%202.62%2020.21%20-7.98%2027.2%20-14.15%2024.52%20C%20-20.33%2021.83%20-28.12%207.54%20-27.76%200%20C%20-27.39%20-7.54%20-18.61%20-17.19%20-11.96%20-20.71%20C%20-5.3%20-24.22%205.85%20-24.54%2012.17%20-21.09%20C%2018.5%20-17.64%2026.45%20-6.2%2025.97%200%20Z%22%20transform%3D%22translate%28220.36%20270.77%29%20rotate%2870.75%29%22%20fill%3D%22url%28%23u8656_g0%29%22%2F%3E%3Ccircle%20cx%3D%22208.24%22%20cy%3D%22264.86%22%20r%3D%224.44%22%20fill%3D%22url%28%23u8656_g0%29%22%2F%3E%3Cpath%20d%3D%22M%2025.83%200%20C%2025.66%206.62%2020.7%2014.66%2015.35%2019.24%20C%209.99%2023.83%20-0.37%2029.11%20-6.28%2027.52%20C%20-12.19%2025.93%20-17.07%2016.26%20-20.14%209.7%20C%20-23.2%203.13%20-27.15%20-6.5%20-24.65%20-11.87%20C%20-22.15%20-17.24%20-11.98%20-21.09%20-5.14%20-22.53%20C%201.69%20-23.97%2011.19%20-24.26%2016.35%20-20.5%20C%2021.51%20-16.75%2026%20-6.62%2025.83%200%20Z%22%20transform%3D%22translate%280.86%20260.66%29%20rotate%28147.55%29%22%20fill%3D%22url%28%23u8656_g0%29%22%2F%3E%3C%2Fg%3E%3C%2Fdefs%3E%0A%0A%3Cuse%20href%3D%22%23u8656_m%22%20x%3D%22-296%22%20y%3D%22-296%22%2F%3E%3Cuse%20href%3D%22%23u8656_m%22%20x%3D%220%22%20y%3D%22-296%22%2F%3E%3Cuse%20href%3D%22%23u8656_m%22%20x%3D%22296%22%20y%3D%22-296%22%2F%3E%3Cuse%20href%3D%22%23u8656_m%22%20x%3D%22-296%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u8656_m%22%20x%3D%220%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u8656_m%22%20x%3D%22296%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u8656_m%22%20x%3D%22-296%22%20y%3D%22296%22%2F%3E%3Cuse%20href%3D%22%23u8656_m%22%20x%3D%220%22%20y%3D%22296%22%2F%3E%3Cuse%20href%3D%22%23u8656_m%22%20x%3D%22296%22%20y%3D%22296%22%2F%3E%3C%2Fsvg%3E);--pat22: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22540%22%20height%3D%22540%22%20viewBox%3D%220%200%20540%20540%22%3E%0A%3Cdefs%3E%3Cg%20id%3D%22u13970_m%22%20opacity%3D%220.16%22%3E%3Cpath%20d%3D%22M%200%20180%20L%20180%200%20L%20180%2090%20L%200%20270%20Z%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M%200%200%20L%20180%200%20L%200%20180%20Z%22%20fill%3D%22%23b3b3b3%22%2F%3E%3Cpath%20d%3D%22M%20180%200%20L%20360%20180%20L%20360%2090%20L%20180%20-90%20Z%22%20fill%3D%22%23929292%22%2F%3E%3Cpath%20d%3D%22M%20180%20180%20L%20360%20180%20L%20180%200%20Z%22%20fill%3D%22%23d8d8d8%22%2F%3E%3Cpath%20d%3D%22M%20360%20180%20L%20540%200%20L%20540%2090%20L%20360%20270%20Z%22%20fill%3D%22%23292929%22%2F%3E%3Cpath%20d%3D%22M%20360%200%20L%20540%200%20L%20360%20180%20Z%22%20fill%3D%22%23000000%22%2F%3E%3Cpath%20d%3D%22M%200%20180%20L%20180%20360%20L%20180%20270%20L%200%2090%20Z%22%20fill%3D%22%23b3b3b3%22%2F%3E%3Cpath%20d%3D%22M%200%20360%20L%20180%20360%20L%200%20180%20Z%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M%20180%20360%20L%20360%20180%20L%20360%20270%20L%20180%20450%20Z%22%20fill%3D%22%23d8d8d8%22%2F%3E%3Cpath%20d%3D%22M%20180%20180%20L%20360%20180%20L%20180%20360%20Z%22%20fill%3D%22%23929292%22%2F%3E%3Cpath%20d%3D%22M%20360%20180%20L%20540%20360%20L%20540%20270%20L%20360%2090%20Z%22%20fill%3D%22%23000000%22%2F%3E%3Cpath%20d%3D%22M%20360%20360%20L%20540%20360%20L%20360%20180%20Z%22%20fill%3D%22%23292929%22%2F%3E%3Cpath%20d%3D%22M%200%20540%20L%20180%20360%20L%20180%20450%20L%200%20630%20Z%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M%200%20360%20L%20180%20360%20L%200%20540%20Z%22%20fill%3D%22%23b3b3b3%22%2F%3E%3Cpath%20d%3D%22M%20180%20360%20L%20360%20540%20L%20360%20450%20L%20180%20270%20Z%22%20fill%3D%22%23929292%22%2F%3E%3Cpath%20d%3D%22M%20180%20540%20L%20360%20540%20L%20180%20360%20Z%22%20fill%3D%22%23d8d8d8%22%2F%3E%3Cpath%20d%3D%22M%20360%20540%20L%20540%20360%20L%20540%20450%20L%20360%20630%20Z%22%20fill%3D%22%23292929%22%2F%3E%3Cpath%20d%3D%22M%20360%20360%20L%20540%20360%20L%20360%20540%20Z%22%20fill%3D%22%23000000%22%2F%3E%3C%2Fg%3E%3C%2Fdefs%3E%0A%0A%3Cuse%20href%3D%22%23u13970_m%22%20x%3D%22-540%22%20y%3D%22-540%22%2F%3E%3Cuse%20href%3D%22%23u13970_m%22%20x%3D%220%22%20y%3D%22-540%22%2F%3E%3Cuse%20href%3D%22%23u13970_m%22%20x%3D%22540%22%20y%3D%22-540%22%2F%3E%3Cuse%20href%3D%22%23u13970_m%22%20x%3D%22-540%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u13970_m%22%20x%3D%220%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u13970_m%22%20x%3D%22540%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u13970_m%22%20x%3D%22-540%22%20y%3D%22540%22%2F%3E%3Cuse%20href%3D%22%23u13970_m%22%20x%3D%220%22%20y%3D%22540%22%2F%3E%3Cuse%20href%3D%22%23u13970_m%22%20x%3D%22540%22%20y%3D%22540%22%2F%3E%3C%2Fsvg%3E);--pat23: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22472%22%20height%3D%22408.75%22%20viewBox%3D%220%200%20472%20408.75%22%3E%0A%3Cdefs%3E%3ClinearGradient%20id%3D%22u2806_g0%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%239eaf97%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2360715a%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u2806_g1%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23b4c4ae%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23768470%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u2806_g2%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2381927a%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2346553f%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3Cg%20id%3D%22u2806_m%22%20opacity%3D%220.49%22%3E%3Cpath%20d%3D%22M%2074.13%2050.84%20C%2074.05%2052.34%2073.27%2054.51%2072.79%2055.82%20C%2072.3%2057.12%2071.95%2057.58%2071.21%2058.69%20C%2070.48%2059.79%2069.35%2061.59%2068.37%2062.44%20C%2067.39%2063.29%2066.59%2063.27%2065.35%2063.79%20C%2064.12%2064.3%2062.37%2065.13%2060.96%2065.52%20C%2059.56%2065.91%2058.21%2066.26%2056.92%2066.14%20C%2055.62%2066.03%2054.48%2065.48%2053.21%2064.83%20C%2051.95%2064.18%2050.36%2063.21%2049.31%2062.23%20C%2048.25%2061.24%2047.62%2060.15%2046.89%2058.91%20C%2046.16%2057.67%2045.38%2056.11%2044.93%2054.8%20C%2044.48%2053.5%2044.24%2052.39%2044.19%2051.08%20C%2044.15%2049.77%2044.23%2048.22%2044.66%2046.94%20C%2045.1%2045.66%2046.04%2044.62%2046.79%2043.41%20C%2047.54%2042.21%2048.12%2040.59%2049.17%2039.7%20C%2050.23%2038.82%2051.87%2038.7%2053.11%2038.09%20C%2054.35%2037.49%2055.25%2036.33%2056.63%2036.07%20C%2058.01%2035.82%2059.95%2036.44%2061.41%2036.58%20C%2062.86%2036.71%2064.07%2036.23%2065.35%2036.88%20C%2066.63%2037.54%2068.1%2039.38%2069.08%2040.48%20C%2070.06%2041.58%2070.53%2042.43%2071.23%2043.49%20C%2071.94%2044.54%2072.82%2045.57%2073.3%2046.79%20C%2073.79%2048.02%2074.22%2049.33%2074.13%2050.84%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2087.96%2050.53%20C%2088.12%2053.52%2088.89%2056.94%2088.36%2059.7%20C%2087.83%2062.46%2086.55%2064.77%2084.77%2067.09%20C%2083%2069.42%2080.08%2071.83%2077.72%2073.66%20C%2075.37%2075.49%2073%2076.94%2070.62%2078.07%20C%2068.25%2079.2%2065.94%2080.03%2063.48%2080.45%20C%2061.02%2080.86%2058.64%2081.03%2055.87%2080.56%20C%2053.1%2080.1%2049.5%2078.84%2046.85%2077.65%20C%2044.21%2076.47%2042.12%2075.17%2040%2073.47%20C%2037.89%2071.77%2035.7%2069.98%2034.16%2067.46%20C%2032.62%2064.95%2031.43%2060.98%2030.76%2058.38%20C%2030.08%2055.77%2030.1%2054.31%2030.11%2051.83%20C%2030.13%2049.36%2030.42%2046.34%2030.87%2043.54%20C%2031.32%2040.74%2031.32%2037.48%2032.84%2035.02%20C%2034.36%2032.56%2037.79%2030.55%2039.99%2028.79%20C%2042.18%2027.04%2043.61%2025.77%2045.98%2024.49%20C%2048.35%2023.21%2051.13%2021.5%2054.21%2021.11%20C%2057.3%2020.73%2061.85%2021.63%2064.49%2022.18%20C%2067.13%2022.72%2067.88%2023.17%2070.07%2024.38%20C%2072.26%2025.59%2075.31%2027.66%2077.61%2029.45%20C%2079.9%2031.24%2082.22%2033.08%2083.86%2035.12%20C%2085.49%2037.17%2086.72%2039.16%2087.4%2041.72%20C%2088.09%2044.29%2087.8%2047.53%2087.96%2050.53%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20102.84%2051.32%20C%20102.59%2055.61%20103.33%2061.2%20102.34%2065.18%20C%20101.35%2069.16%2099.5%2072.17%2096.92%2075.18%20C%2094.34%2078.2%2090.2%2080.76%2086.85%2083.27%20C%2083.51%2085.79%2080.5%2088.44%2076.84%2090.27%20C%2073.17%2092.1%2068.56%2093.56%2064.85%2094.24%20C%2061.13%2094.91%2058.5%2094.93%2054.56%2094.33%20C%2050.63%2093.74%2045.12%2092.44%2041.23%2090.68%20C%2037.35%2088.92%2034.55%2086.51%2031.27%2083.75%20C%2027.99%2080.99%2024.03%2077.37%2021.56%2074.12%20C%2019.08%2070.86%2017.75%2067.95%2016.43%2064.24%20C%2015.11%2060.53%2013.61%2056.15%2013.61%2051.85%20C%2013.61%2047.55%2015.19%2042.7%2016.42%2038.42%20C%2017.64%2034.14%2018.8%2029.78%2020.96%2026.17%20C%2023.11%2022.56%2026.03%2019.35%2029.36%2016.78%20C%2032.69%2014.22%2037.09%2012.68%2040.94%2010.77%20C%2044.79%208.85%2048.37%205.74%2052.46%205.29%20C%2056.54%204.84%2061.15%207.2%2065.45%208.07%20C%2069.76%208.94%2074.68%208.88%2078.27%2010.53%20C%2081.85%2012.18%2083.92%2015.21%2086.95%2017.99%20C%2089.98%2020.77%2093.66%2023.62%2096.47%2027.19%20C%2099.28%2030.76%20102.74%2035.38%20103.8%2039.4%20C%20104.86%2043.42%20103.08%2047.02%20102.84%2051.32%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20117.37%2052.04%20C%20118.15%2057.61%20118.99%2062.29%20117.5%2067.7%20C%20116.01%2073.12%20111.83%2079.58%20108.43%2084.53%20C%20105.02%2089.48%20101.12%2094.09%2097.08%2097.42%20C%2093.04%20100.75%2089%20102.36%2084.16%20104.51%20C%2079.33%20106.66%2073.52%20109.48%2068.06%20110.34%20C%2062.59%20111.2%2057.05%20110.49%2051.39%20109.66%20C%2045.73%20108.83%2039.41%20107.79%2034.08%20105.36%20C%2028.74%20102.93%2023.54%2098.92%2019.36%2095.09%20C%2015.18%2091.26%2011.77%2086.86%209%2082.38%20C%206.23%2077.89%204.18%2073.11%202.75%2068.17%20C%201.31%2063.24%200.28%2058.67%200.36%2052.79%20C%200.44%2046.9%201.61%2038.71%203.21%2032.85%20C%204.82%2026.98%207.57%2021.99%2010.02%2017.59%20C%2012.47%2013.19%2013.79%2010.03%2017.9%206.43%20C%2022%202.83%2029.1%20-1.85%2034.65%20-4.02%20C%2040.21%20-6.19%2045.72%20-5.84%2051.23%20-6.6%20C%2056.73%20-7.36%2062.66%20-9.14%2067.7%20-8.58%20C%2072.74%20-8.02%2076.33%20-6.01%2081.47%20-3.24%20C%2086.6%20-0.47%2094.02%204.46%2098.49%208.03%20C%20102.96%2011.6%20105.91%2013.81%20108.3%2018.18%20C%20110.68%2022.55%20111.28%2028.6%20112.79%2034.24%20C%20114.3%2039.88%20116.58%2046.46%20117.37%2052.04%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20191.83%2050.65%20C%20191.81%2051.99%20191.37%2053.47%20190.92%2054.91%20C%20190.47%2056.35%20189.91%2058.13%20189.14%2059.28%20C%20188.38%2060.43%20187.33%2060.98%20186.36%2061.81%20C%20185.39%2062.64%20184.54%2063.68%20183.34%2064.27%20C%20182.14%2064.86%20180.57%2065.18%20179.16%2065.37%20C%20177.75%2065.55%20176.3%2065.53%20174.86%2065.35%20C%20173.42%2065.18%20171.86%2064.92%20170.54%2064.33%20C%20169.23%2063.74%20167.98%2062.69%20166.98%2061.81%20C%20165.97%2060.94%20165.14%2060.14%20164.53%2059.07%20C%20163.92%2057.99%20163.6%2056.69%20163.3%2055.36%20C%20163%2054.03%20162.85%2052.42%20162.73%2051.08%20C%20162.61%2049.74%20162.3%2048.64%20162.58%2047.3%20C%20162.85%2045.96%20163.51%2044.35%20164.39%2043.05%20C%20165.28%2041.76%20166.85%2040.46%20167.89%2039.54%20C%20168.93%2038.62%20169.42%2038.08%20170.63%2037.54%20C%20171.84%2037%20173.62%2036.5%20175.15%2036.28%20C%20176.67%2036.06%20178.5%2036.04%20179.81%2036.24%20C%20181.11%2036.44%20181.86%2036.87%20183%2037.5%20C%20184.14%2038.14%20185.65%2039.12%20186.63%2040.05%20C%20187.61%2040.99%20188.14%2041.97%20188.88%2043.11%20C%20189.62%2044.25%20190.56%2045.65%20191.05%2046.91%20C%20191.55%2048.16%20191.86%2049.32%20191.83%2050.65%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20207.62%2052%20C%20207.72%2054.72%20207.32%2056.62%20206.23%2059.19%20C%20205.15%2061.75%20202.91%2065.1%20201.1%2067.41%20C%20199.29%2069.71%20197.33%2071.43%20195.37%2073.04%20C%20193.41%2074.64%20191.66%2075.71%20189.35%2077.04%20C%20187.03%2078.38%20184.21%2080.47%20181.46%2081.06%20C%20178.71%2081.66%20175.52%2081.11%20172.83%2080.6%20C%20170.14%2080.09%20167.73%2079.4%20165.33%2078.01%20C%20162.93%2076.63%20160.47%2074.15%20158.42%2072.27%20C%20156.38%2070.39%20154.51%2068.92%20153.07%2066.73%20C%20151.63%2064.53%20150.75%2061.73%20149.78%2059.11%20C%20148.82%2056.5%20147.54%2053.9%20147.29%2051.04%20C%20147.04%2048.19%20147.6%2044.43%20148.28%2041.97%20C%20148.96%2039.51%20149.8%2038.4%20151.38%2036.26%20C%20152.97%2034.13%20155.61%2031.13%20157.78%2029.17%20C%20159.96%2027.21%20161.77%2025.81%20164.45%2024.52%20C%20167.12%2023.23%20171.1%2021.93%20173.83%2021.43%20C%20176.55%2020.92%20178.24%2020.95%20180.8%2021.49%20C%20183.36%2022.04%20186.57%2023.38%20189.19%2024.7%20C%20191.82%2026.02%20194.49%2027.7%20196.53%2029.41%20C%20198.58%2031.13%20199.94%2032.76%20201.45%2035%20C%20202.96%2037.24%20204.57%2040.01%20205.6%2042.84%20C%20206.62%2045.67%20207.51%2049.27%20207.62%2052%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20221.12%2052.25%20C%20220.88%2056.37%20219.79%2060.19%20218.65%2063.74%20C%20217.51%2067.28%20216.33%2070.02%20214.28%2073.52%20C%20212.22%2077.01%20209.46%2081.46%20206.35%2084.68%20C%20203.23%2087.91%20199.3%2091.1%20195.6%2092.87%20C%20191.89%2094.65%20188.33%2094.94%20184.12%2095.34%20C%20179.91%2095.74%20174.66%2095.91%20170.35%2095.3%20C%20166.04%2094.68%20161.98%2093.46%20158.24%2091.63%20C%20154.51%2089.79%20150.91%2087.04%20147.94%2084.3%20C%20144.97%2081.56%20142.64%2078.68%20140.44%2075.19%20C%20138.25%2071.71%20135.9%2067.36%20134.78%2063.38%20C%20133.66%2059.4%20133.87%2055.63%20133.74%2051.32%20C%20133.61%2047%20132.65%2041.67%20133.98%2037.47%20C%20135.32%2033.27%20139.59%2029.72%20141.77%2026.12%20C%20143.96%2022.51%20144.14%2018.45%20147.1%2015.86%20C%20150.06%2013.26%20155.71%2011.87%20159.53%2010.54%20C%20163.35%209.21%20166.16%208.05%20170.01%207.86%20C%20173.87%207.67%20178.14%209.19%20182.66%209.38%20C%20187.17%209.56%20193.18%207.77%20197.1%208.97%20C%20201.03%2010.16%20203.35%2013.44%20206.22%2016.55%20C%20209.09%2019.65%20212.01%2023.86%20214.31%2027.61%20C%20216.61%2031.35%20218.9%2034.9%20220.04%2039.01%20C%20221.17%2043.12%20221.35%2048.13%20221.12%2052.25%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20236.04%2051.01%20C%20236.04%2056.68%20234.36%2061.84%20232.36%2067.28%20C%20230.36%2072.72%20226.64%2079.02%20224.05%2083.66%20C%20221.46%2088.3%20220.53%2091.9%20216.8%2095.13%20C%20213.08%2098.36%20206.71%20100.7%20201.7%20103.02%20C%20196.68%20105.34%20192.14%20108.09%20186.71%20109.04%20C%20181.28%20110%20174.69%20109.72%20169.1%20108.76%20C%20163.51%20107.79%20158.55%20105.02%20153.18%20103.24%20C%20147.8%20101.45%20140.87%20101.19%20136.83%2098.04%20C%20132.79%2094.89%20131.44%2089.25%20128.93%2084.34%20C%20126.41%2079.43%20123.38%2074.01%20121.72%2068.59%20C%20120.07%2063.16%20118.95%2057.43%20119%2051.78%20C%20119.05%2046.12%20120.59%2040.07%20122.02%2034.64%20C%20123.45%2029.2%20125%2024.25%20127.57%2019.18%20C%20130.14%2014.11%20133.1%207.82%20137.44%204.22%20C%20141.79%200.61%20148.34%20-0.73%20153.61%20-2.46%20C%20158.88%20-4.19%20163.96%20-5.31%20169.05%20-6.15%20C%20174.14%20-6.99%20178.83%20-8.26%20184.16%20-7.52%20C%20189.49%20-6.77%20195.61%20-4.1%20201.06%20-1.69%20C%20206.5%200.72%20212.78%203.42%20216.81%206.96%20C%20220.85%2010.49%20222.68%2015.11%20225.28%2019.5%20C%20227.88%2023.89%20230.6%2028.04%20232.4%2033.29%20C%20234.19%2038.55%20236.05%2045.35%20236.04%2051.01%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20310.15%2051.48%20C%20310.1%2052.89%20309.21%2053.9%20308.8%2055.15%20C%20308.38%2056.41%20308.31%2057.72%20307.66%2059.01%20C%20307.01%2060.3%20305.92%2061.97%20304.9%2062.89%20C%20303.88%2063.81%20302.83%2063.96%20301.52%2064.55%20C%20300.21%2065.14%20298.54%2066.13%20297.05%2066.42%20C%20295.57%2066.71%20293.99%2066.61%20292.62%2066.32%20C%20291.25%2066.02%20289.97%2065.4%20288.84%2064.66%20C%20287.7%2063.91%20286.81%2062.79%20285.8%2061.84%20C%20284.79%2060.88%20283.66%2060.08%20282.79%2058.92%20C%20281.92%2057.77%20280.93%2056.27%20280.58%2054.92%20C%20280.24%2053.57%20280.66%2052.17%20280.71%2050.83%20C%20280.76%2049.49%20280.57%2048.27%20280.87%2046.89%20C%20281.16%2045.52%20281.78%2043.69%20282.49%2042.58%20C%20283.2%2041.47%20284.08%2041.02%20285.13%2040.23%20C%20286.17%2039.44%20287.39%2038.41%20288.75%2037.85%20C%20290.1%2037.29%20291.87%2037.07%20293.25%2036.88%20C%20294.62%2036.7%20295.73%2036.63%20297.01%2036.72%20C%20298.28%2036.81%20299.67%2036.9%20300.89%2037.41%20C%20302.1%2037.91%20303.15%2038.73%20304.29%2039.74%20C%20305.44%2040.75%20306.97%2042.29%20307.77%2043.45%20C%20308.58%2044.61%20308.73%2045.37%20309.12%2046.71%20C%20309.52%2048.05%20310.2%2050.07%20310.15%2051.48%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20324.31%2050.16%20C%20324.44%2052.97%20324.12%2057.16%20323.44%2059.95%20C%20322.76%2062.73%20321.72%2064.71%20320.24%2066.88%20C%20318.76%2069.05%20316.85%2071.06%20314.57%2072.97%20C%20312.28%2074.88%20309.01%2077.24%20306.5%2078.34%20C%20304%2079.44%20302.16%2079.24%20299.54%2079.57%20C%20296.91%2079.9%20293.52%2080.69%20290.75%2080.33%20C%20287.98%2079.98%20285.35%2078.69%20282.93%2077.44%20C%20280.51%2076.19%20278.4%2074.54%20276.21%2072.83%20C%20274.02%2071.13%20271.37%2069.39%20269.79%2067.24%20C%20268.21%2065.08%20267.43%2062.55%20266.73%2059.89%20C%20266.03%2057.23%20265.55%2054.25%20265.61%2051.27%20C%20265.67%2048.29%20266.22%2044.7%20267.09%2042.03%20C%20267.96%2039.36%20269.44%2037.33%20270.85%2035.27%20C%20272.26%2033.21%20273.58%2031.4%20275.56%2029.67%20C%20277.53%2027.95%20280.15%2026.08%20282.69%2024.93%20C%20285.23%2023.77%20287.98%2023.43%20290.79%2022.75%20C%20293.61%2022.07%20296.98%2020.63%20299.59%2020.85%20C%20302.19%2021.07%20304.07%2022.79%20306.42%2024.07%20C%20308.77%2025.35%20311.47%2026.5%20313.71%2028.53%20C%20315.94%2030.56%20318.35%2033.82%20319.85%2036.24%20C%20321.34%2038.66%20321.93%2040.73%20322.67%2043.05%20C%20323.41%2045.37%20324.18%2047.34%20324.31%2050.16%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20338.37%2050.32%20C%20338.68%2054.29%20338.53%2058.1%20337.59%2062.12%20C%20336.64%2066.14%20334.91%2071%20332.72%2074.43%20C%20330.53%2077.86%20327.49%2080.08%20324.43%2082.68%20C%20321.37%2085.28%20318.18%2087.94%20314.34%2090.04%20C%20310.5%2092.13%20305.43%2094.48%20301.38%2095.23%20C%20297.33%2095.97%20294.09%2095.31%20290.06%2094.5%20C%20286.03%2093.69%20281.01%2092.05%20277.21%2090.37%20C%20273.4%2088.68%20270.35%2087.01%20267.26%2084.4%20C%20264.16%2081.79%20261.07%2078.29%20258.64%2074.71%20C%20256.2%2071.13%20254.16%2066.59%20252.63%2062.9%20C%20251.11%2059.21%20249.43%2056.8%20249.48%2052.56%20C%20249.53%2048.32%20251.43%2041.74%20252.94%2037.46%20C%20254.45%2033.19%20256.41%2030.28%20258.54%2026.94%20C%20260.67%2023.59%20262.77%2020.19%20265.72%2017.39%20C%20268.67%2014.6%20272.64%2011.93%20276.23%2010.19%20C%20279.82%208.46%20283.31%207.5%20287.29%207%20C%20291.26%206.49%20295.81%206.36%20300.08%207.16%20C%20304.35%207.97%20309.14%2010.33%20312.91%2011.84%20C%20316.69%2013.36%20319.48%2013.67%20322.75%2016.26%20C%20326.01%2018.85%20330.35%2023.74%20332.51%2027.4%20C%20334.68%2031.07%20334.76%2034.44%20335.74%2038.26%20C%20336.71%2042.08%20338.06%2046.34%20338.37%2050.32%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20352.93%2049.6%20C%20352.79%2054.37%20351.91%2060.18%20350.97%2065.54%20C%20350.03%2070.91%20350.12%2076.78%20347.28%2081.78%20C%20344.44%2086.79%20338.59%2091.66%20333.92%2095.56%20C%20329.25%2099.46%20324.39%20102.84%20319.26%20105.16%20C%20314.13%20107.49%20308.27%20108.8%20303.13%20109.53%20C%20297.99%20110.26%20294.19%20110.66%20288.41%20109.54%20C%20282.64%20108.42%20274.01%20104.75%20268.48%20102.81%20C%20262.95%20100.87%20258.9%20101.03%20255.26%2097.91%20C%20251.61%2094.79%20249.39%2089.16%20246.61%2084.06%20C%20243.83%2078.97%20240.69%2072.48%20238.56%2067.32%20C%20236.43%2062.16%20233.87%2058.58%20233.81%2053.12%20C%20233.76%2047.67%20236.5%2040.29%20238.22%2034.58%20C%20239.95%2028.86%20240.82%2023.45%20244.16%2018.83%20C%20247.49%2014.21%20253.75%2010.76%20258.25%206.87%20C%20262.75%202.97%20266.35%20-2.48%20271.15%20-4.54%20C%20275.95%20-6.6%20281.59%20-4.97%20287.05%20-5.5%20C%20292.52%20-6.03%20298.33%20-7.9%20303.94%20-7.74%20C%20309.54%20-7.58%20315.88%20-6.8%20320.67%20-4.53%20C%20325.46%20-2.27%20328.64%201.93%20332.68%205.86%20C%20336.73%209.8%20341.77%2013.9%20344.95%2019.08%20C%20348.14%2024.25%20350.48%2031.82%20351.81%2036.9%20C%20353.14%2041.99%20353.07%2044.83%20352.93%2049.6%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20428.01%2051.34%20C%20428.02%2052.63%20427.52%2053.5%20427.09%2054.74%20C%20426.66%2055.99%20426.17%2057.57%20425.41%2058.8%20C%20424.65%2060.03%20423.63%2061.05%20422.54%2062.12%20C%20421.45%2063.19%20420.17%2064.69%20418.87%2065.23%20C%20417.56%2065.78%20415.99%2065.38%20414.72%2065.4%20C%20413.45%2065.42%20412.52%2065.49%20411.24%2065.37%20C%20409.95%2065.24%20408.25%2065.14%20407.02%2064.64%20C%20405.78%2064.15%20404.92%2063.44%20403.82%2062.41%20C%20402.71%2061.39%20401.28%2059.61%20400.37%2058.49%20C%20399.46%2057.37%20398.76%2056.93%20398.36%2055.7%20C%20397.96%2054.48%20397.9%2052.67%20397.98%2051.14%20C%20398.07%2049.61%20398.33%2047.9%20398.86%2046.52%20C%20399.39%2045.14%20400.42%2043.96%20401.17%2042.87%20C%20401.91%2041.78%20402.39%2040.83%20403.34%2039.98%20C%20404.3%2039.13%20405.66%2038.29%20406.91%2037.79%20C%20408.17%2037.3%20409.46%2037.16%20410.86%2037.02%20C%20412.25%2036.88%20413.86%2036.84%20415.29%2036.95%20C%20416.72%2037.06%20418.17%2037.14%20419.43%2037.67%20C%20420.69%2038.2%20421.87%2039.23%20422.85%2040.12%20C%20423.83%2041.02%20424.6%2041.91%20425.29%2043.05%20C%20425.98%2044.2%20426.55%2045.61%20427%2046.99%20C%20427.46%2048.37%20427.99%2050.04%20428.01%2051.34%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20443.18%2050.91%20C%20443.08%2053.62%20441.87%2056.47%20441.22%2059.29%20C%20440.58%2062.11%20440.73%2065.6%20439.3%2067.85%20C%20437.87%2070.09%20434.92%2071.03%20432.64%2072.75%20C%20430.36%2074.48%20427.96%2077.05%20425.64%2078.19%20C%20423.31%2079.33%20421.53%2079.26%20418.7%2079.59%20C%20415.87%2079.91%20411.59%2080.36%20408.63%2080.14%20C%20405.68%2079.92%20403.46%2079.21%20400.96%2078.26%20C%20398.46%2077.31%20395.75%2076.15%20393.63%2074.46%20C%20391.51%2072.76%20389.72%2070.74%20388.23%2068.09%20C%20386.74%2065.44%20385.58%2061.3%20384.69%2058.56%20C%20383.79%2055.81%20382.94%2054.28%20382.85%2051.61%20C%20382.75%2048.95%20383.26%2045.23%20384.11%2042.57%20C%20384.96%2039.9%20386.33%2037.95%20387.94%2035.61%20C%20389.55%2033.26%20391.55%2030.35%20393.77%2028.49%20C%20395.99%2026.64%20398.84%2025.66%20401.27%2024.49%20C%20403.69%2023.31%20405.5%2021.88%20408.32%2021.47%20C%20411.15%2021.05%20415.37%2021.39%20418.22%2022.01%20C%20421.07%2022.62%20423.07%2024.13%20425.43%2025.16%20C%20427.8%2026.19%20430.25%2026.57%20432.41%2028.17%20C%20434.57%2029.76%20436.83%2032.26%20438.4%2034.73%20C%20439.96%2037.21%20441.02%2040.32%20441.81%2043.01%20C%20442.61%2045.71%20443.28%2048.19%20443.18%2050.91%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20457%2050.35%20C%20457.18%2054.64%20458.58%2059.02%20457.65%2063.18%20C%20456.72%2067.34%20454.12%2071.73%20451.43%2075.33%20C%20448.74%2078.93%20445.05%2082.18%20441.5%2084.77%20C%20437.95%2087.36%20434.07%2088.93%20430.14%2090.88%20C%20426.21%2092.84%20421.75%2095.93%20417.93%2096.49%20C%20414.11%2097.06%20411.11%2095.23%20407.23%2094.26%20C%20403.34%2093.29%20398.6%2092.4%20394.61%2090.67%20C%20390.62%2088.94%20386.39%2086.32%20383.27%2083.87%20C%20380.16%2081.43%20378.15%2079.31%20375.95%2075.99%20C%20373.74%2072.67%20371.22%2068.17%20370.07%2063.94%20C%20368.92%2059.71%20369%2054.81%20369.07%2050.61%20C%20369.13%2046.4%20369.23%2042.58%20370.47%2038.7%20C%20371.7%2034.82%20374.27%2030.69%20376.47%2027.32%20C%20378.67%2023.95%20380.71%2021.37%20383.67%2018.48%20C%20386.62%2015.59%20390.41%2011.68%20394.21%2010%20C%20398%208.33%20402.36%209.07%20406.44%208.44%20C%20410.52%207.81%20414.74%205.98%20418.68%206.23%20C%20422.63%206.48%20426.24%207.88%20430.12%209.93%20C%20434.01%2011.98%20438.63%2015.71%20442%2018.52%20C%20445.38%2021.34%20447.95%2023.64%20450.37%2026.8%20C%20452.79%2029.95%20455.43%2033.51%20456.53%2037.44%20C%20457.63%2041.36%20456.81%2046.06%20457%2050.35%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20472.67%2051.46%20C%20473.07%2057.48%20473.26%2063.1%20471.66%2068.09%20C%20470.05%2073.08%20466.42%2076.32%20463.03%2081.39%20C%20459.64%2086.46%20455.79%2094.58%20451.31%2098.49%20C%20446.84%20102.4%20440.97%20102.86%20436.2%20104.85%20C%20431.42%20106.84%20427.91%20109.37%20422.66%20110.45%20C%20417.41%20111.53%20410.64%20112.36%20404.7%20111.34%20C%20398.76%20110.32%20392.15%20106.82%20387.04%20104.34%20C%20381.93%20101.86%20377.67%2099.88%20374.03%2096.47%20C%20370.39%2093.05%20368.44%2089.17%20365.21%2083.84%20C%20361.99%2078.51%20356.63%2069.94%20354.67%2064.51%20C%20352.71%2059.09%20353.55%2056.45%20353.46%2051.3%20C%20353.36%2046.15%20352.58%2039.1%20354.1%2033.6%20C%20355.63%2028.1%20359.28%2022.87%20362.61%2018.29%20C%20365.93%2013.71%20369.73%209.48%20374.04%206.1%20C%20378.36%202.73%20383.37%200.07%20388.51%20-1.97%20C%20393.64%20-4%20399.2%20-5.09%20404.85%20-6.11%20C%20410.49%20-7.13%20416.89%20-8.63%20422.38%20-8.07%20C%20427.87%20-7.52%20433.06%20-4.89%20437.77%20-2.77%20C%20442.49%20-0.66%20446.27%200.53%20450.68%204.63%20C%20455.09%208.72%20461.13%2017.22%20464.23%2021.78%20C%20467.32%2026.34%20467.83%2027.04%20469.24%2031.99%20C%20470.64%2036.93%20472.26%2045.44%20472.67%2051.46%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20133.03%20153.7%20C%20133.07%20155.06%20132.33%20156.07%20131.92%20157.29%20C%20131.5%20158.51%20131.26%20159.79%20130.53%20161.02%20C%20129.81%20162.25%20128.59%20163.75%20127.57%20164.65%20C%20126.54%20165.56%20125.57%20165.94%20124.38%20166.45%20C%20123.18%20166.96%20121.83%20167.5%20120.39%20167.71%20C%20118.94%20167.92%20117.17%20167.99%20115.72%20167.71%20C%20114.27%20167.44%20112.92%20166.66%20111.69%20166.07%20C%20110.45%20165.47%20109.31%20165.03%20108.31%20164.15%20C%20107.31%20163.27%20106.45%20161.96%20105.68%20160.8%20C%20104.92%20159.63%20104.13%20158.43%20103.72%20157.15%20C%20103.31%20155.88%20103.24%20154.4%20103.22%20153.13%20C%20103.21%20151.87%20103.28%20150.84%20103.61%20149.56%20C%20103.95%20148.28%20104.32%20146.7%20105.23%20145.47%20C%20106.14%20144.23%20108.03%20143.02%20109.07%20142.15%20C%20110.11%20141.28%20110.3%20140.81%20111.46%20140.25%20C%20112.63%20139.69%20114.65%20139.05%20116.06%20138.78%20C%20117.47%20138.51%20118.62%20138.38%20119.92%20138.64%20C%20121.21%20138.9%20122.66%20139.76%20123.84%20140.35%20C%20125.02%20140.94%20125.91%20141.39%20127%20142.18%20C%20128.1%20142.97%20129.65%20143.95%20130.43%20145.1%20C%20131.2%20146.26%20131.23%20147.68%20131.66%20149.11%20C%20132.09%20150.55%20132.99%20152.33%20133.03%20153.7%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20146.64%20153.75%20C%20146.67%20156.37%20147.32%20157.79%20146.79%20160.46%20C%20146.27%20163.12%20145.08%20167.22%20143.5%20169.74%20C%20141.93%20172.25%20139.57%20173.95%20137.36%20175.53%20C%20135.15%20177.11%20132.86%20177.99%20130.24%20179.24%20C%20127.61%20180.5%20124.47%20182.48%20121.62%20183.06%20C%20118.76%20183.64%20115.69%20183.27%20113.11%20182.71%20C%20110.53%20182.15%20108.6%20181.08%20106.15%20179.72%20C%20103.7%20178.36%20100.4%20176.48%2098.43%20174.58%20C%2096.45%20172.67%2095.73%20170.46%2094.29%20168.29%20C%2092.86%20166.13%2090.74%20164.06%2089.8%20161.57%20C%2088.87%20159.08%2088.52%20156.13%2088.7%20153.36%20C%2088.89%20150.59%2090.32%20147.64%2090.91%20144.95%20C%2091.49%20142.26%2090.94%20139.65%2092.19%20137.22%20C%2093.44%20134.79%2096.1%20132.23%2098.39%20130.38%20C%20100.68%20128.54%20103.24%20127.29%20105.92%20126.13%20C%20108.6%20124.97%20111.77%20123.69%20114.49%20123.42%20C%20117.2%20123.14%20119.71%20123.95%20122.21%20124.46%20C%20124.71%20124.97%20126.98%20125.47%20129.47%20126.47%20C%20131.97%20127.48%20134.95%20128.71%20137.19%20130.52%20C%20139.42%20132.33%20141.32%20134.97%20142.9%20137.33%20C%20144.47%20139.7%20146.02%20141.99%20146.65%20144.72%20C%20147.27%20147.46%20146.62%20151.13%20146.64%20153.75%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20162.38%20152.92%20C%20162.86%20157.26%20163.51%20162.64%20162.43%20166.82%20C%20161.36%20171%20158.38%20174.57%20155.93%20177.98%20C%20153.48%20181.39%20150.88%20184.3%20147.73%20187.28%20C%20144.57%20190.26%20140.73%20193.95%20136.98%20195.84%20C%20133.23%20197.72%20129.69%20198.6%20125.22%20198.62%20C%20120.74%20198.63%20114.28%20196.9%20110.13%20195.92%20C%20105.98%20194.93%20104.06%20194.16%20100.33%20192.72%20C%2096.59%20191.27%2090.84%20189.82%2087.73%20187.23%20C%2084.61%20184.65%2083.38%20180.65%2081.65%20177.2%20C%2079.92%20173.75%2078.84%20170.54%2077.34%20166.53%20C%2075.85%20162.52%2072.78%20157.41%2072.7%20153.15%20C%2072.62%20148.89%2075.7%20145.04%2076.88%20140.97%20C%2078.06%20136.89%2077.86%20132.3%2079.8%20128.72%20C%2081.74%20125.13%2085.21%20121.97%2088.52%20119.44%20C%2091.82%20116.91%2095.68%20115.43%2099.61%20113.52%20C%20103.54%20111.62%20108%20108.88%20112.09%20108.02%20C%20116.17%20107.17%20119.93%20107.59%20124.13%20108.4%20C%20128.32%20109.22%20133.27%20110.9%20137.25%20112.93%20C%20141.24%20114.95%20144.93%20117.96%20148.06%20120.55%20C%20151.19%20123.15%20154.14%20125.12%20156.04%20128.49%20C%20157.95%20131.85%20158.44%20136.66%20159.5%20140.74%20C%20160.55%20144.81%20161.89%20148.57%20162.38%20152.92%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20177.73%20152.51%20C%20177.74%20157.97%20175.08%20164.05%20173.53%20169.67%20C%20171.98%20175.28%20171.11%20181.6%20168.44%20186.21%20C%20165.78%20190.81%20161.47%20194.01%20157.55%20197.31%20C%20153.64%20200.61%20150.03%20203.65%20144.95%20206.03%20C%20139.87%20208.41%20133.25%20210.59%20127.09%20211.59%20C%20120.94%20212.59%20113.41%20212.61%20108%20212.02%20C%20102.58%20211.44%2099.02%20210.34%2094.59%20208.06%20C%2090.17%20205.78%2086.01%20202.02%2081.45%20198.35%20C%2076.89%20194.69%2070.39%20191.19%2067.22%20186.07%20C%2064.05%20180.95%2064.04%20172.97%2062.43%20167.63%20C%2060.81%20162.28%2057.78%20159.01%2057.54%20154.02%20C%2057.29%20149.02%2058.88%20143.18%2060.94%20137.65%20C%2063%20132.11%2066.96%20125.31%2069.88%20120.82%20C%2072.8%20116.33%2074.29%20114.24%2078.47%20110.72%20C%2082.65%20107.19%2089.72%20102.03%2094.97%2099.67%20C%20100.21%2097.31%20104.99%2097.12%20109.93%2096.58%20C%20114.87%2096.05%20119.11%2095.61%20124.6%2096.45%20C%20130.09%2097.3%20137.69%2099.41%20142.89%20101.64%20C%20148.09%20103.87%20151.26%20106.67%20155.81%20109.84%20C%20160.36%20113%20167.24%20116.13%20170.19%20120.64%20C%20173.14%20125.14%20172.26%20131.55%20173.51%20136.86%20C%20174.77%20142.18%20177.73%20147.04%20177.73%20152.51%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20250.24%20153.15%20C%20250.41%20154.43%20251.17%20155.43%20250.83%20156.82%20C%20250.49%20158.2%20249.05%20160.19%20248.18%20161.46%20C%20247.32%20162.74%20246.71%20163.57%20245.64%20164.47%20C%20244.56%20165.38%20242.94%20166.27%20241.73%20166.9%20C%20240.52%20167.54%20239.76%20168.18%20238.38%20168.28%20C%20236.99%20168.38%20234.82%20167.64%20233.43%20167.5%20C%20232.04%20167.35%20231.21%20167.9%20230.03%20167.41%20C%20228.85%20166.92%20227.42%20165.61%20226.36%20164.57%20C%20225.3%20163.54%20224.33%20162.25%20223.66%20161.19%20C%20222.99%20160.13%20222.61%20159.47%20222.32%20158.19%20C%20222.04%20156.9%20221.9%20155%20221.93%20153.5%20C%20221.95%20152%20222.15%20150.57%20222.46%20149.21%20C%20222.77%20147.84%20223.13%20146.51%20223.79%20145.34%20C%20224.46%20144.16%20225.41%20143.07%20226.44%20142.17%20C%20227.47%20141.27%20228.71%20140.63%20229.98%20139.93%20C%20231.24%20139.24%20232.75%20138.18%20234.04%20137.99%20C%20235.33%20137.8%20236.3%20138.56%20237.74%20138.79%20C%20239.18%20139.02%20241.37%20138.79%20242.68%20139.38%20C%20244%20139.97%20244.62%20141.35%20245.65%20142.34%20C%20246.68%20143.33%20248.18%20144.19%20248.88%20145.32%20C%20249.58%20146.45%20249.61%20147.82%20249.84%20149.13%20C%20250.07%20150.44%20250.08%20151.87%20250.24%20153.15%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20264.94%20153.3%20C%20265.02%20156.04%20265.05%20158.76%20264.38%20161.54%20C%20263.72%20164.32%20262.34%20167.6%20260.93%20169.98%20C%20259.52%20172.36%20257.99%20174.15%20255.93%20175.82%20C%20253.87%20177.49%20250.99%20178.97%20248.57%20179.99%20C%20246.15%20181.01%20244.26%20181.54%20241.44%20181.93%20C%20238.61%20182.32%20234.68%20182.5%20231.62%20182.34%20C%20228.57%20182.18%20225.55%20181.88%20223.1%20180.98%20C%20220.65%20180.09%20219.12%20178.88%20216.91%20176.96%20C%20214.69%20175.04%20211.34%20172.15%20209.79%20169.47%20C%20208.23%20166.78%20207.99%20163.5%20207.59%20160.86%20C%20207.18%20158.22%20207.33%20156.43%20207.34%20153.63%20C%20207.36%20150.83%20207.03%20146.84%20207.66%20144.06%20C%20208.29%20141.28%20209.71%20139.2%20211.12%20136.92%20C%20212.53%20134.65%20214.04%20132.24%20216.13%20130.42%20C%20218.22%20128.6%20221.15%20127.12%20223.64%20126.02%20C%20226.13%20124.92%20228.28%20124.06%20231.06%20123.82%20C%20233.85%20123.59%20237.7%20124.11%20240.33%20124.59%20C%20242.96%20125.07%20244.45%20125.5%20246.82%20126.7%20C%20249.19%20127.9%20252.29%20130.08%20254.54%20131.8%20C%20256.79%20133.51%20258.77%20134.77%20260.32%20136.99%20C%20261.87%20139.21%20263.09%20142.39%20263.86%20145.11%20C%20264.63%20147.83%20264.85%20150.57%20264.94%20153.3%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20280.23%20151.77%20C%20280.24%20156%20279.72%20161.61%20278.35%20166.22%20C%20276.98%20170.84%20274.29%20175.91%20272.01%20179.46%20C%20269.73%20183%20267.5%20184.88%20264.66%20187.49%20C%20261.81%20190.09%20258.66%20193.71%20254.95%20195.08%20C%20251.23%20196.46%20246.81%20195.38%20242.39%20195.75%20C%20237.97%20196.11%20232.35%20197.6%20228.45%20197.28%20C%20224.54%20196.96%20222.74%20195.66%20218.97%20193.81%20C%20215.2%20191.96%20209.48%20189.11%20205.82%20186.18%20C%20202.16%20183.26%20199.39%20179.4%20197.02%20176.26%20C%20194.66%20173.12%20192.3%20171.39%20191.63%20167.35%20C%20190.96%20163.31%20192.48%20156.61%20193%20152.02%20C%20193.53%20147.43%20193.54%20143.71%20194.77%20139.79%20C%20195.99%20135.88%20198.37%20131.83%20200.37%20128.52%20C%20202.37%20125.21%20203.99%20122.61%20206.78%20119.93%20C%20209.58%20117.25%20213.12%20113.96%20217.15%20112.44%20C%20221.17%20110.91%20226.98%20111.39%20230.93%20110.76%20C%20234.89%20110.13%20237.14%20108.21%20240.89%20108.66%20C%20244.64%20109.11%20249.47%20111.35%20253.44%20113.47%20C%20257.41%20115.58%20261.72%20118.63%20264.7%20121.36%20C%20267.68%20124.09%20269.05%20126.6%20271.32%20129.86%20C%20273.58%20133.11%20276.79%20137.24%20278.28%20140.89%20C%20279.76%20144.54%20280.22%20147.55%20280.23%20151.77%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20296.8%20154.68%20C%20297.15%20160.16%20294.71%20164.45%20293.06%20169.57%20C%20291.4%20174.69%20289.98%20180.77%20286.86%20185.39%20C%20283.73%20190%20278.55%20193.39%20274.3%20197.26%20C%20270.05%20201.12%20266.62%20206.36%20261.34%20208.57%20C%20256.06%20210.78%20247.93%20209.91%20242.61%20210.49%20C%20237.28%20211.06%20234.39%20212.68%20229.38%20212.02%20C%20224.37%20211.37%20218.04%20209.25%20212.55%20206.54%20C%20207.06%20203.83%20200.64%20199.5%20196.43%20195.78%20C%20192.23%20192.06%20190.17%20188.64%20187.33%20184.23%20C%20184.48%20179.82%20180.88%20174.74%20179.36%20169.32%20C%20177.84%20163.89%20178.38%20156.92%20178.2%20151.66%20C%20178.02%20146.39%20176.77%20142.68%20178.27%20137.71%20C%20179.78%20132.74%20184.17%20126.54%20187.26%20121.81%20C%20190.34%20117.09%20192.73%20113.16%20196.78%20109.36%20C%20200.83%20105.57%20206.16%20101.23%20211.57%2099.05%20C%20216.98%2096.87%20223.81%2097%20229.24%2096.27%20C%20234.67%2095.54%20238.99%2094.09%20244.15%2094.67%20C%20249.32%2095.25%20255.37%2097.18%20260.22%2099.76%20C%20265.07%20102.34%20269.02%20106.25%20273.25%20110.15%20C%20277.49%20114.04%20282.69%20118.72%20285.64%20123.14%20C%20288.58%20127.55%20289.07%20131.39%20290.93%20136.64%20C%20292.79%20141.9%20296.44%20149.19%20296.8%20154.68%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20369.51%20153.61%20C%20369.41%20155.04%20368.17%20156.53%20367.73%20157.79%20C%20367.28%20159.06%20367.49%20160.06%20366.84%20161.21%20C%20366.2%20162.36%20364.94%20163.76%20363.83%20164.69%20C%20362.72%20165.62%20361.43%20166.26%20360.19%20166.8%20C%20358.95%20167.34%20357.67%20167.69%20356.39%20167.93%20C%20355.1%20168.16%20353.91%20168.41%20352.48%20168.19%20C%20351.04%20167.97%20349.16%20167.16%20347.77%20166.6%20C%20346.37%20166.03%20345.13%20165.74%20344.11%20164.81%20C%20343.09%20163.88%20342.38%20162.21%20341.63%20161.02%20C%20340.88%20159.83%20340.06%20158.96%20339.62%20157.7%20C%20339.17%20156.43%20338.86%20154.85%20338.96%20153.42%20C%20339.07%20152%20339.77%20150.5%20340.25%20149.16%20C%20340.74%20147.82%20341.21%20146.62%20341.89%20145.39%20C%20342.57%20144.17%20343.35%20142.76%20344.33%20141.82%20C%20345.32%20140.89%20346.54%20140.38%20347.81%20139.8%20C%20349.09%20139.21%20350.71%20138.47%20351.99%20138.33%20C%20353.27%20138.19%20354.14%20138.75%20355.51%20138.97%20C%20356.89%20139.19%20358.92%20139.15%20360.23%20139.65%20C%20361.53%20140.16%20362.27%20141.12%20363.34%20142.01%20C%20364.42%20142.9%20365.84%20143.78%20366.66%20144.98%20C%20367.49%20146.18%20367.84%20147.77%20368.31%20149.21%20C%20368.79%20150.64%20369.61%20152.18%20369.51%20153.61%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20383.19%20152.08%20C%20383.2%20154.91%20383.64%20159.01%20382.96%20161.83%20C%20382.27%20164.65%20380.73%20166.6%20379.09%20169.02%20C%20377.44%20171.45%20375.25%20174.72%20373.09%20176.39%20C%20370.93%20178.06%20368.57%20178.06%20366.13%20179.04%20C%20363.7%20180.02%20361.31%20181.68%20358.49%20182.27%20C%20355.68%20182.86%20352.08%20183.11%20349.23%20182.59%20C%20346.37%20182.08%20343.74%20180.47%20341.37%20179.18%20C%20338.99%20177.9%20337.08%20176.54%20334.99%20174.88%20C%20332.9%20173.22%20330.37%20171.47%20328.85%20169.21%20C%20327.33%20166.94%20326.71%20163.82%20325.86%20161.29%20C%20325%20158.76%20323.57%20156.6%20323.74%20154.03%20C%20323.91%20151.46%20325.9%20148.72%20326.88%20145.86%20C%20327.86%20143.01%20328.22%20139.54%20329.6%20136.89%20C%20330.98%20134.23%20332.97%20131.9%20335.17%20129.93%20C%20337.37%20127.95%20340.41%20125.93%20342.8%20125.01%20C%20345.19%20124.09%20346.97%20124.79%20349.51%20124.43%20C%20352.05%20124.07%20355.27%20122.33%20358.03%20122.84%20C%20360.78%20123.34%20363.43%20125.99%20366.02%20127.45%20C%20368.61%20128.9%20371.39%20129.91%20373.58%20131.56%20C%20375.76%20133.2%20377.58%20135.1%20379.14%20137.32%20C%20380.7%20139.54%20382.24%20142.43%20382.91%20144.89%20C%20383.59%20147.35%20383.19%20149.26%20383.19%20152.08%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20396.71%20154.2%20C%20396.58%20158.31%20397.26%20162.28%20396.31%20166.26%20C%20395.36%20170.24%20393.2%20174.66%20391.02%20178.07%20C%20388.84%20181.48%20386.21%20184.04%20383.23%20186.73%20C%20380.26%20189.41%20377.09%20192.39%20373.18%20194.18%20C%20369.27%20195.97%20364.17%20197.15%20359.78%20197.49%20C%20355.39%20197.82%20351.04%20196.73%20346.85%20196.18%20C%20342.67%20195.62%20338.28%20195.81%20334.67%20194.16%20C%20331.05%20192.51%20328.23%20188.98%20325.16%20186.26%20C%20322.09%20183.54%20318.51%20181.21%20316.23%20177.85%20C%20313.95%20174.49%20312.45%20170.27%20311.5%20166.09%20C%20310.55%20161.91%20310.45%20157%20310.54%20152.76%20C%20310.62%20148.52%20311.15%20144.62%20312%20140.67%20C%20312.85%20136.73%20313.53%20132.51%20315.61%20129.09%20C%20317.69%20125.66%20321.38%20123.04%20324.48%20120.12%20C%20327.59%20117.2%20329.98%20113.19%20334.23%20111.56%20C%20338.48%20109.93%20345.71%20110.59%20349.98%20110.34%20C%20354.26%20110.09%20356.36%20109.43%20359.85%20110.06%20C%20363.34%20110.69%20366.99%20112.55%20370.93%20114.12%20C%20374.87%20115.69%20380.43%20116.77%20383.51%20119.5%20C%20386.59%20122.23%20387.15%20126.82%20389.4%20130.51%20C%20391.66%20134.19%20395.82%20137.63%20397.04%20141.58%20C%20398.25%20145.53%20396.83%20150.09%20396.71%20154.2%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20411.2%20152.48%20C%20411.02%20157.47%20410.62%20162.91%20409.83%20168.13%20C%20409.04%20173.35%20409.13%20178.61%20406.47%20183.82%20C%20403.81%20189.02%20398.7%20195.44%20393.88%20199.35%20C%20389.05%20203.26%20382.98%20204.87%20377.53%20207.27%20C%20372.07%20209.67%20366.54%20213.4%20361.14%20213.75%20C%20355.75%20214.1%20350.59%20210.65%20345.16%20209.39%20C%20339.72%20208.13%20333.54%20207.82%20328.52%20206.19%20C%20323.5%20204.55%20319.2%20203.12%20315.06%20199.56%20C%20310.92%20196%20306.54%20189.54%20303.67%20184.83%20C%20300.81%20180.13%20298.85%20176.59%20297.87%20171.32%20C%20296.9%20166.04%20297.62%20158.68%20297.82%20153.2%20C%20298.03%20147.72%20298.04%20143.99%20299.1%20138.43%20C%20300.17%20132.87%20301.47%20124.74%20304.2%20119.85%20C%20306.92%20114.95%20310.87%20112.53%20315.46%20109.05%20C%20320.04%20105.57%20326.74%20101.34%20331.73%2098.98%20C%20336.71%2096.62%20340.44%2095.17%20345.39%2094.9%20C%20350.33%2094.64%20355.61%2096.7%20361.41%2097.37%20C%20367.2%2098.04%20374.89%2096.91%20380.15%2098.93%20C%20385.42%20100.95%20389.16%20105.56%20392.99%20109.49%20C%20396.82%20113.42%20400.17%20117.72%20403.15%20122.51%20C%20406.14%20127.29%20409.57%20133.21%20410.91%20138.21%20C%20412.25%20143.2%20411.38%20147.5%20411.2%20152.48%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2014.64%20153.34%20C%2014.56%20154.62%2014.5%20155.69%2014.16%20156.92%20C%2013.82%20158.14%2013.28%20159.42%2012.59%20160.7%20C%2011.9%20161.97%2011.12%20163.64%2010.01%20164.58%20C%208.89%20165.52%207.22%20165.77%205.9%20166.33%20C%204.58%20166.88%203.38%20167.66%202.08%20167.91%20C%200.79%20168.15%20-0.53%20167.96%20-1.89%20167.79%20C%20-3.25%20167.62%20-4.65%20167.38%20-6.07%20166.88%20C%20-7.49%20166.38%20-9.25%20165.73%20-10.4%20164.81%20C%20-11.55%20163.9%20-12.28%20162.59%20-12.98%20161.38%20C%20-13.69%20160.16%20-14.48%20158.76%20-14.65%20157.5%20C%20-14.83%20156.23%20-14.17%20155.23%20-14.03%20153.78%20C%20-13.88%20152.34%20-13.97%20150.22%20-13.79%20148.81%20C%20-13.6%20147.4%20-13.56%20146.5%20-12.92%20145.34%20C%20-12.29%20144.18%20-11.13%20142.68%20-9.98%20141.85%20C%20-8.82%20141.02%20-7.24%20140.87%20-5.99%20140.36%20C%20-4.75%20139.85%20-3.73%20139.06%20-2.48%20138.81%20C%20-1.23%20138.55%20-0.02%20138.67%201.5%20138.84%20C%203.03%20139%205.33%20139.25%206.67%20139.8%20C%208.02%20140.35%208.68%20141.2%209.58%20142.13%20C%2010.49%20143.06%2011.26%20144.21%2012.1%20145.4%20C%2012.93%20146.59%2014.18%20147.92%2014.6%20149.25%20C%2015.03%20150.57%2014.71%20152.06%2014.64%20153.34%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2028.75%20152.59%20C%2028.86%20155.5%2028.57%20159.13%2028.09%20161.93%20C%2027.61%20164.74%2027.33%20167.13%2025.88%20169.4%20C%2024.43%20171.67%2021.86%20173.67%2019.4%20175.54%20C%2016.93%20177.41%2013.58%20179.57%2011.09%20180.62%20C%208.6%20181.68%206.92%20181.75%204.46%20181.89%20C%202%20182.02%20-1.03%20181.53%20-3.7%20181.44%20C%20-6.36%20181.35%20-8.91%20182.37%20-11.51%20181.36%20C%20-14.11%20180.36%20-16.91%20177.31%20-19.28%20175.41%20C%20-21.65%20173.51%20-24.16%20172.21%20-25.71%20169.95%20C%20-27.25%20167.68%20-27.95%20164.65%20-28.57%20161.82%20C%20-29.18%20159%20-29.54%20155.7%20-29.39%20153.01%20C%20-29.24%20150.32%20-28.47%20148.45%20-27.66%20145.68%20C%20-26.84%20142.9%20-25.86%20138.92%20-24.5%20136.35%20C%20-23.14%20133.79%20-21.63%20131.97%20-19.51%20130.3%20C%20-17.4%20128.64%20-14.29%20127.12%20-11.81%20126.35%20C%20-9.34%20125.59%20-7.36%20126.31%20-4.66%20125.73%20C%20-1.95%20125.16%201.42%20122.71%204.41%20122.91%20C%207.4%20123.12%2010.73%20125.68%2013.29%20126.97%20C%2015.85%20128.26%2017.84%20129.01%2019.76%20130.64%20C%2021.67%20132.27%2023.5%20134.45%2024.77%20136.75%20C%2026.04%20139.06%2026.72%20141.85%2027.38%20144.48%20C%2028.05%20147.12%2028.63%20149.68%2028.75%20152.59%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2044.76%20153.23%20C%2044.73%20157.34%2044.61%20161.56%2043.36%20165.87%20C%2042.11%20170.19%2039.43%20175.48%2037.26%20179.14%20C%2035.09%20182.79%2033.4%20185.4%2030.33%20187.79%20C%2027.26%20190.18%2022.79%20191.63%2018.85%20193.48%20C%2014.91%20195.33%2010.96%20198.3%206.67%20198.9%20C%202.39%20199.51%20-2.69%20198.14%20-6.86%20197.1%20C%20-11.04%20196.06%20-14.67%20194.42%20-18.39%20192.67%20C%20-22.12%20190.92%20-26.05%20188.81%20-29.19%20186.6%20C%20-32.33%20184.39%20-35.12%20182.87%20-37.23%20179.41%20C%20-39.34%20175.96%20-40.74%20170.07%20-41.86%20165.87%20C%20-42.99%20161.67%20-44.17%20158.68%20-44%20154.22%20C%20-43.83%20149.77%20-42.14%20143.02%20-40.86%20139.12%20C%20-39.57%20135.23%20-38.29%20133.89%20-36.29%20130.83%20C%20-34.29%20127.76%20-31.76%20123.94%20-28.86%20120.74%20C%20-25.95%20117.54%20-22.48%20113.74%20-18.86%20111.63%20C%20-15.24%20109.53%20-11.52%20108.35%20-7.14%20108.11%20C%20-2.75%20107.86%202.99%20109.41%207.46%20110.14%20C%2011.93%20110.86%2016.33%20111.07%2019.69%20112.45%20C%2023.04%20113.83%2024.49%20115.67%2027.6%20118.43%20C%2030.72%20121.18%2035.72%20125.15%2038.37%20128.95%20C%2041.03%20132.76%2042.47%20137.19%2043.53%20141.23%20C%2044.6%20145.28%2044.79%20149.13%2044.76%20153.23%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2057.68%20153.21%20C%2057.12%20158.62%2056.34%20163.97%2055.14%20168.92%20C%2053.93%20173.87%2053.34%20178.01%2050.43%20182.92%20C%2047.52%20187.84%2041.93%20194.4%2037.66%20198.41%20C%2033.4%20202.43%2029.73%20204.85%2024.83%20207.04%20C%2019.94%20209.22%2014.06%20210.7%208.3%20211.51%20C%202.53%20212.33%20-4.37%20212.56%20-9.76%20211.91%20C%20-15.16%20211.27%20-19.24%20209.91%20-24.05%20207.65%20C%20-28.86%20205.38%20-34.61%20202.29%20-38.64%20198.32%20C%20-42.67%20194.35%20-45.34%20188.42%20-48.22%20183.81%20C%20-51.1%20179.19%20-54%20175.57%20-55.94%20170.62%20C%20-57.88%20165.66%20-59.52%20159.38%20-59.86%20154.08%20C%20-60.2%20148.78%20-59.91%20144.79%20-57.99%20138.82%20C%20-56.07%20132.84%20-51.1%20123.17%20-48.35%20118.22%20C%20-45.59%20113.28%20-45.16%20112.44%20-41.47%20109.14%20C%20-37.78%20105.84%20-31.7%20101.05%20-26.22%2098.41%20C%20-20.74%2095.78%20-14.49%2093.71%20-8.58%2093.34%20C%20-2.67%2092.97%203.7%2095.3%209.26%2096.18%20C%2014.82%2097.07%2019.83%2096.31%2024.79%2098.66%20C%2029.75%20101%2034.98%20106.5%2039.03%20110.25%20C%2043.08%20114.01%2045.82%20116.81%2049.07%20121.18%20C%2052.32%20125.55%2057.08%20131.12%2058.52%20136.46%20C%2059.95%20141.8%2058.24%20147.8%2057.68%20153.21%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2074.22%20255.88%20C%2074.26%20257.31%2073.71%20258.04%2073.26%20259.27%20C%2072.8%20260.49%2072.34%20261.96%2071.48%20263.24%20C%2070.63%20264.52%2069.25%20265.94%2068.11%20266.97%20C%2066.97%20267.99%2065.79%20268.87%2064.63%20269.4%20C%2063.48%20269.94%2062.33%20269.97%2061.18%20270.15%20C%2060.02%20270.34%2059.01%20270.67%2057.7%20270.5%20C%2056.4%20270.32%2054.81%20269.76%2053.35%20269.08%20C%2051.89%20268.41%2050%20267.39%2048.93%20266.44%20C%2047.85%20265.5%2047.62%20264.51%2046.91%20263.44%20C%2046.2%20262.37%2045.09%20261.32%2044.64%20260.01%20C%2044.19%20258.69%2044.19%20257.03%2044.2%20255.57%20C%2044.22%20254.11%2044.26%20252.67%2044.73%20251.23%20C%2045.2%20249.78%2046.28%20248.04%2047.04%20246.89%20C%2047.8%20245.73%2048.34%20245.19%2049.29%20244.29%20C%2050.24%20243.4%2051.45%20242.11%2052.75%20241.51%20C%2054.06%20240.91%2055.75%20240.76%2057.14%20240.7%20C%2058.54%20240.64%2059.79%20240.85%2061.13%20241.13%20C%2062.47%20241.4%2063.95%20241.81%2065.18%20242.34%20C%2066.4%20242.86%2067.49%20243.43%2068.47%20244.27%20C%2069.46%20245.1%2070.34%20246.28%2071.11%20247.36%20C%2071.87%20248.43%2072.54%20249.31%2073.05%20250.73%20C%2073.57%20252.15%2074.19%20254.46%2074.22%20255.88%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2087.98%20255.62%20C%2087.71%20258.51%2087.51%20261.48%2086.93%20264.05%20C%2086.35%20266.62%2086%20268.73%2084.48%20271.05%20C%2082.96%20273.37%2079.93%20275.99%2077.81%20277.95%20C%2075.7%20279.91%2074.36%20281.59%2071.79%20282.79%20C%2069.22%20283.99%2065.41%20284.9%2062.37%20285.15%20C%2059.33%20285.4%2056.1%20284.9%2053.55%20284.28%20C%2051%20283.66%2049.44%20282.55%2047.06%20281.43%20C%2044.67%20280.31%2041.42%20279.13%2039.26%20277.56%20C%2037.09%20276%2035.45%20274.4%2034.04%20272.04%20C%2032.63%20269.68%2031.63%20266.19%2030.8%20263.38%20C%2029.97%20260.58%2029.03%20257.95%2029.05%20255.22%20C%2029.07%20252.49%2030.1%20249.77%2030.9%20247%20C%2031.7%20244.24%2032.31%20240.99%2033.85%20238.64%20C%2035.38%20236.29%2038.1%20234.57%2040.12%20232.92%20C%2042.14%20231.26%2043.51%20229.82%2045.98%20228.71%20C%2048.45%20227.6%2052.12%20226.53%2054.95%20226.26%20C%2057.79%20226%2060.23%20226.71%2062.97%20227.12%20C%2065.71%20227.53%2068.84%20227.63%2071.37%20228.71%20C%2073.91%20229.79%2076.14%20231.82%2078.17%20233.62%20C%2080.2%20235.42%2081.81%20237.31%2083.53%20239.49%20C%2085.25%20241.67%2087.76%20244.01%2088.5%20246.7%20C%2089.24%20249.39%2088.24%20252.73%2087.98%20255.62%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20102.44%20255.94%20C%20102.65%20260.31%20102.96%20264.46%20101.96%20268.32%20C%20100.97%20272.18%2098.97%20275.63%2096.49%20279.07%20C%2094.01%20282.52%2090.43%20286.13%2087.1%20289%20C%2083.77%20291.88%2080.24%20294.61%2076.51%20296.32%20C%2072.78%20298.03%2068.74%20298.57%2064.72%20299.27%20C%2060.7%20299.97%2056.38%20300.85%2052.4%20300.54%20C%2048.43%20300.23%2044.24%20299.49%2040.87%20297.39%20C%2037.49%20295.29%2035.4%20290.78%2032.17%20287.94%20C%2028.95%20285.1%2024.37%20283.7%2021.51%20280.37%20C%2018.66%20277.04%2016.46%20272.06%2015.03%20267.95%20C%2013.6%20263.84%2012.42%20259.71%2012.92%20255.71%20C%2013.42%20251.71%2016.38%20247.93%2018.02%20243.94%20C%2019.66%20239.96%2021%20235.2%2022.76%20231.81%20C%2024.51%20228.42%2025.49%20226.15%2028.54%20223.58%20C%2031.6%20221.01%2036.93%20218.25%2041.1%20216.39%20C%2045.27%20214.52%2049.68%20212.89%2053.59%20212.39%20C%2057.5%20211.88%2060.4%20212.81%2064.57%20213.34%20C%2068.73%20213.86%2074.65%20213.98%2078.56%20215.54%20C%2082.47%20217.11%2084.8%20220.1%2088.02%20222.72%20C%2091.23%20225.33%2095.75%20228.01%2097.86%20231.24%20C%2099.96%20234.46%2099.9%20237.96%20100.67%20242.08%20C%20101.43%20246.2%20102.22%20251.56%20102.44%20255.94%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20117.87%20256.47%20C%20118.25%20262.3%20119.21%20267.95%20117.29%20272.96%20C%20115.36%20277.96%20109.61%20281.9%20106.3%20286.48%20C%20103%20291.06%20101.32%20296.77%2097.47%20300.43%20C%2093.62%20304.08%2088.04%20305.92%2083.18%20308.41%20C%2078.33%20310.89%2073.92%20314.53%2068.34%20315.35%20C%2062.76%20316.18%2055.52%20314.52%2049.71%20313.35%20C%2043.89%20312.18%2038.19%20310.8%2033.44%20308.31%20C%2028.69%20305.83%2025.24%20302.17%2021.21%20298.45%20C%2017.18%20294.73%2012.54%20290.64%209.25%20286.01%20C%205.97%20281.37%202.58%20275.68%201.47%20270.65%20C%200.36%20265.62%202.44%20260.96%202.59%20255.84%20C%202.75%20250.73%201.33%20245.38%202.39%20239.97%20C%203.46%20234.56%206.14%20227.98%209.01%20223.38%20C%2011.87%20218.79%2015.11%20216.2%2019.58%20212.4%20C%2024.05%20208.61%2030.87%20203.16%2035.82%20200.61%20C%2040.78%20198.05%2043.93%20197.51%2049.31%20197.05%20C%2054.69%20196.59%2062.29%20197.17%2068.09%20197.84%20C%2073.9%20198.52%2079.07%20199.3%2084.13%20201.1%20C%2089.19%20202.9%2094.47%20204.88%2098.44%20208.65%20C%20102.42%20212.43%20105.24%20218.85%20108%20223.74%20C%20110.75%20228.63%20113.33%20232.53%20114.98%20237.99%20C%20116.62%20243.44%20117.48%20250.64%20117.87%20256.47%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20191.57%20255.38%20C%20191.46%20256.72%20191.17%20258.17%20190.81%20259.42%20C%20190.46%20260.68%20190.09%20261.7%20189.42%20262.89%20C%20188.76%20264.08%20187.85%20265.47%20186.83%20266.57%20C%20185.81%20267.66%20184.7%20268.88%20183.29%20269.46%20C%20181.89%20270.03%20179.77%20269.87%20178.41%20269.99%20C%20177.04%20270.12%20176.41%20270.48%20175.08%20270.18%20C%20173.76%20269.88%20171.63%20268.81%20170.44%20268.21%20C%20169.26%20267.6%20168.94%20267.46%20167.99%20266.57%20C%20167.04%20265.68%20165.53%20264.01%20164.75%20262.87%20C%20163.97%20261.72%20163.62%20260.95%20163.29%20259.7%20C%20162.96%20258.46%20162.82%20256.73%20162.76%20255.41%20C%20162.71%20254.09%20162.7%20253.11%20162.95%20251.77%20C%20163.19%20250.44%20163.5%20248.61%20164.23%20247.39%20C%20164.97%20246.16%20166.24%20245.32%20167.35%20244.43%20C%20168.46%20243.54%20169.67%20242.67%20170.89%20242.04%20C%20172.1%20241.41%20173.23%20240.9%20174.64%20240.66%20C%20176.04%20240.42%20177.86%20240.34%20179.31%20240.58%20C%20180.76%20240.83%20182.09%20241.53%20183.35%20242.12%20C%20184.61%20242.71%20185.91%20243.3%20186.87%20244.14%20C%20187.83%20244.98%20188.32%20245.95%20189.09%20247.16%20C%20189.86%20248.37%20191.05%20250.01%20191.47%20251.38%20C%20191.88%20252.75%20191.68%20254.04%20191.57%20255.38%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20205.21%20255.14%20C%20205.12%20257.91%20205.75%20261.11%20205.12%20263.9%20C%20204.49%20266.69%20202.87%20269.45%20201.43%20271.87%20C%20199.98%20274.29%20198.43%20276.67%20196.45%20278.42%20C%20194.47%20280.18%20192.11%20281.17%20189.54%20282.41%20C%20186.97%20283.65%20183.88%20285.7%20181.04%20285.85%20C%20178.19%20286.01%20175.21%20284.04%20172.49%20283.34%20C%20169.76%20282.64%20167.18%20282.45%20164.69%20281.67%20C%20162.21%20280.88%20159.76%20280.38%20157.57%20278.61%20C%20155.38%20276.84%20153.18%20273.56%20151.55%20271.06%20C%20149.93%20268.56%20148.52%20266.31%20147.83%20263.6%20C%20147.15%20260.9%20147.21%20257.62%20147.43%20254.81%20C%20147.66%20252%20148.43%20249.19%20149.16%20246.76%20C%20149.89%20244.32%20150.49%20242.53%20151.82%20240.21%20C%20153.15%20237.9%20154.88%20234.79%20157.15%20232.88%20C%20159.43%20230.98%20163.06%20229.71%20165.47%20228.77%20C%20167.87%20227.83%20168.97%20227.8%20171.57%20227.26%20C%20174.17%20226.72%20178.24%20225.25%20181.06%20225.51%20C%20183.87%20225.78%20185.89%20227.53%20188.48%20228.86%20C%20191.06%20230.2%20194.31%20231.65%20196.58%20233.53%20C%20198.85%20235.41%20200.6%20237.85%20202.11%20240.14%20C%20203.61%20242.43%20205.11%20244.77%20205.62%20247.27%20C%20206.14%20249.77%20205.29%20252.37%20205.21%20255.14%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20221.48%20255.95%20C%20221.65%20260.36%20221.58%20265.17%20220.14%20268.9%20C%20218.69%20272.64%20215.04%20274.68%20212.79%20278.34%20C%20210.54%20282.01%20209.59%20288.17%20206.63%20290.9%20C%20203.67%20293.63%20198.9%20293.34%20195.05%20294.72%20C%20191.2%20296.09%20187.86%20298.33%20183.54%20299.15%20C%20179.22%20299.96%20173.43%20299.79%20169.15%20299.6%20C%20164.87%20299.41%20161.41%20299.6%20157.87%20298.01%20C%20154.32%20296.42%20151.16%20293.15%20147.87%20290.06%20C%20144.58%20286.97%20140.29%20282.93%20138.12%20279.48%20C%20135.95%20276.02%20135.77%20273.28%20134.83%20269.31%20C%20133.88%20265.34%20132.68%20260.36%20132.45%20255.65%20C%20132.22%20250.94%20132.09%20244.7%20133.46%20241.05%20C%20134.83%20237.4%20138.34%20236.94%20140.66%20233.74%20C%20142.97%20230.54%20144.24%20224.75%20147.34%20221.83%20C%20150.43%20218.92%20154.92%20217.84%20159.23%20216.25%20C%20163.53%20214.67%20169.18%20213.09%20173.18%20212.33%20C%20177.17%20211.58%20179.42%20211.28%20183.21%20211.75%20C%20186.99%20212.22%20192.38%20213.13%20195.9%20215.14%20C%20199.42%20217.16%20201.24%20221.04%20204.32%20223.84%20C%20207.39%20226.64%20211.88%20228.84%20214.35%20231.93%20C%20216.82%20235.02%20217.94%20238.4%20219.13%20242.4%20C%20220.32%20246.4%20221.31%20251.53%20221.48%20255.95%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20237.55%20256.47%20C%20237.28%20261.51%20233.3%20264.41%20231.72%20269.43%20C%20230.14%20274.44%20230.97%20281.55%20228.07%20286.57%20C%20225.18%20291.6%20218.85%20295.63%20214.37%20299.58%20C%20209.88%20303.53%20206.13%20307.84%20201.15%20310.28%20C%20196.16%20312.71%20189.78%20313.56%20184.44%20314.18%20C%20179.1%20314.8%20174.79%20314.84%20169.09%20314.01%20C%20163.38%20313.19%20155.37%20311.54%20150.19%20309.24%20C%20145.02%20306.95%20142.19%20304%20138.04%20300.25%20C%20133.89%20296.51%20127.96%20291.56%20125.3%20286.78%20C%20122.63%20282%20123.37%20276.95%20122.03%20271.58%20C%20120.7%20266.22%20117.62%20260.02%20117.28%20254.59%20C%20116.94%20249.15%20118.06%20244%20119.99%20238.96%20C%20121.91%20233.93%20125.86%20228.97%20128.83%20224.38%20C%20131.8%20219.8%20134.19%20215.42%20137.82%20211.46%20C%20141.45%20207.5%20145.51%20203.3%20150.61%20200.62%20C%20155.71%20197.93%20162.71%20195.83%20168.44%20195.35%20C%20174.16%20194.86%20179.68%20196.77%20184.96%20197.69%20C%20190.24%20198.61%20194.8%20198.28%20200.12%20200.87%20C%20205.44%20203.47%20212.46%20209.75%20216.88%20213.24%20C%20221.3%20216.72%20223.9%20217.47%20226.64%20221.8%20C%20229.38%20226.13%20231.49%20233.42%20233.31%20239.2%20C%20235.13%20244.97%20237.81%20251.43%20237.55%20256.47%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20309.97%20255.51%20C%20310.14%20256.9%20309.98%20258.22%20309.54%20259.53%20C%20309.11%20260.85%20308.06%20262.23%20307.35%20263.41%20C%20306.64%20264.58%20306.28%20265.75%20305.28%20266.6%20C%20304.29%20267.44%20302.63%20267.95%20301.39%20268.5%20C%20300.15%20269.04%20299.31%20269.58%20297.85%20269.85%20C%20296.39%20270.12%20294.14%20270.24%20292.63%20270.12%20C%20291.11%20270.01%20290.04%20269.78%20288.74%20269.18%20C%20287.45%20268.59%20285.85%20267.54%20284.83%20266.55%20C%20283.82%20265.57%20283.31%20264.44%20282.64%20263.29%20C%20281.98%20262.13%20281.19%20260.97%20280.85%20259.63%20C%20280.51%20258.29%20280.57%20256.56%20280.6%20255.25%20C%20280.62%20253.95%20280.71%20253.04%20281%20251.78%20C%20281.29%20250.53%20281.55%20248.99%20282.34%20247.72%20C%20283.13%20246.45%20284.65%20245.1%20285.76%20244.18%20C%20286.88%20243.26%20287.83%20242.66%20289.04%20242.19%20C%20290.25%20241.72%20291.65%20241.55%20293.04%20241.36%20C%20294.43%20241.16%20296.06%20240.93%20297.4%20241.05%20C%20298.75%20241.16%20299.87%20241.49%20301.12%20242.04%20C%20302.36%20242.58%20303.78%20243.41%20304.86%20244.31%20C%20305.93%20245.21%20306.98%20246.29%20307.59%20247.44%20C%20308.21%20248.59%20308.16%20249.86%20308.56%20251.21%20C%20308.95%20252.55%20309.81%20254.12%20309.97%20255.51%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20324.04%20255.19%20C%20324.2%20258.04%20324.26%20260.07%20323.46%20262.85%20C%20322.65%20265.62%20320.71%20269.31%20319.21%20271.83%20C%20317.72%20274.35%20316.38%20276.35%20314.5%20277.97%20C%20312.63%20279.58%20310.56%20280.22%20307.98%20281.51%20C%20305.4%20282.8%20301.9%20285.26%20299%20285.71%20C%20296.11%20286.15%20293.33%20284.64%20290.6%20284.17%20C%20287.86%20283.71%20285.01%20284.12%20282.57%20282.93%20C%20280.13%20281.75%20277.95%20278.95%20275.96%20277.06%20C%20273.97%20275.16%20271.98%20273.96%20270.62%20271.56%20C%20269.27%20269.16%20268.65%20265.31%20267.85%20262.67%20C%20267.05%20260.04%20266.07%20258.5%20265.82%20255.74%20C%20265.58%20252.97%20265.76%20248.73%20266.37%20246.09%20C%20266.98%20243.44%20267.72%20242.03%20269.47%20239.88%20C%20271.21%20237.74%20274.59%20235.18%20276.86%20233.23%20C%20279.14%20231.27%20280.91%20229.31%20283.12%20228.17%20C%20285.34%20227.04%20287.58%20226.68%20290.18%20226.42%20C%20292.78%20226.15%20295.95%20226.2%20298.72%20226.56%20C%20301.49%20226.93%20304.25%20227.44%20306.8%20228.6%20C%20309.34%20229.75%20311.82%20231.74%20314%20233.49%20C%20316.18%20235.24%20318.44%20237.05%20319.86%20239.1%20C%20321.28%20241.14%20321.84%20243.08%20322.54%20245.77%20C%20323.24%20248.45%20323.89%20252.34%20324.04%20255.19%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20338.81%20257.46%20C%20338.59%20261.33%20339.12%20263.1%20338.04%20266.64%20C%20336.96%20270.19%20334.81%20275.12%20332.32%20278.73%20C%20329.83%20282.34%20326.27%20285.17%20323.1%20288.29%20C%20319.92%20291.41%20317.05%20295.69%20313.26%20297.47%20C%20309.46%20299.26%20304.24%20298.67%20300.35%20299.01%20C%20296.46%20299.35%20294.18%20299.95%20289.92%20299.5%20C%20285.67%20299.06%20278.78%20298.18%20274.81%20296.34%20C%20270.85%20294.49%20269.16%20291.01%20266.13%20288.44%20C%20263.11%20285.87%20259%20284.6%20256.66%20280.94%20C%20254.32%20277.27%20253.06%20270.95%20252.1%20266.43%20C%20251.14%20261.92%20250.7%20257.63%20250.9%20253.85%20C%20251.1%20250.07%20252.32%20247.51%20253.3%20243.77%20C%20254.28%20240.02%20254.62%20235.05%20256.79%20231.37%20C%20258.96%20227.69%20262.95%20224.33%20266.3%20221.69%20C%20269.65%20219.04%20273.38%20217.21%20276.89%20215.5%20C%20280.4%20213.79%20283.39%20212.33%20287.37%20211.42%20C%20291.34%20210.52%20296.52%20209.53%20300.75%20210.08%20C%20304.98%20210.62%20308.72%20212.73%20312.73%20214.69%20C%20316.73%20216.64%20321.61%20219.21%20324.79%20221.79%20C%20327.97%20224.36%20329.38%20226.53%20331.81%20230.14%20C%20334.24%20233.75%20338.2%20238.88%20339.36%20243.43%20C%20340.53%20247.99%20339.03%20253.6%20338.81%20257.46%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20355.87%20253.79%20C%20355.75%20259.62%20353.36%20267.83%20351.58%20273.49%20C%20349.79%20279.16%20348.14%20283.52%20345.16%20287.79%20C%20342.18%20292.05%20337.87%20295.61%20333.72%20299.06%20C%20329.57%20302.5%20324.85%20305.73%20320.28%20308.46%20C%20315.71%20311.2%20311.89%20314.83%20306.3%20315.47%20C%20300.72%20316.11%20292.89%20313.64%20286.76%20312.31%20C%20280.64%20310.97%20274.27%20309.87%20269.54%20307.44%20C%20264.8%20305.01%20262.32%20301.14%20258.35%20297.73%20C%20254.38%20294.33%20249.23%20291.34%20245.73%20287%20C%20242.22%20282.65%20238.77%20277.04%20237.31%20271.65%20C%20235.86%20266.25%20236.81%20259.88%20237%20254.62%20C%20237.18%20249.36%20237.04%20245.26%20238.41%20240.1%20C%20239.79%20234.93%20242.13%20228.73%20245.24%20223.63%20C%20248.35%20218.52%20252.61%20212.83%20257.06%20209.47%20C%20261.5%20206.1%20266.99%20205.46%20271.89%20203.44%20C%20276.8%20201.42%20281.44%20198.5%20286.49%20197.35%20C%20291.55%20196.21%20296.68%20195.79%20302.24%20196.59%20C%20307.79%20197.39%20314.71%20199.87%20319.83%20202.16%20C%20324.94%20204.45%20328.85%20206.99%20332.93%20210.32%20C%20337.01%20213.65%20341.08%20217.46%20344.31%20222.16%20C%20347.55%20226.86%20350.4%20233.24%20352.33%20238.52%20C%20354.25%20243.79%20356%20247.96%20355.87%20253.79%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20428.4%20255.89%20C%20428.38%20257.3%20427.88%20258.07%20427.32%20259.41%20C%20426.75%20260.75%20425.76%20262.7%20425%20263.93%20C%20424.25%20265.16%20423.72%20266.05%20422.78%20266.79%20C%20421.83%20267.53%20420.67%20267.73%20419.32%20268.35%20C%20417.98%20268.98%20416.09%20270.22%20414.71%20270.53%20C%20413.33%20270.84%20412.3%20270.56%20411.04%20270.22%20C%20409.77%20269.87%20408.31%20269.05%20407.12%20268.45%20C%20405.94%20267.85%20405.06%20267.41%20403.93%20266.6%20C%20402.79%20265.79%20401.14%20264.78%20400.29%20263.6%20C%20399.45%20262.42%20399.18%20260.84%20398.84%20259.51%20C%20398.5%20258.18%20398.15%20257.01%20398.24%20255.62%20C%20398.33%20254.23%20398.95%20252.56%20399.37%20251.18%20C%20399.79%20249.79%20400.08%20248.41%20400.75%20247.32%20C%20401.43%20246.22%20402.41%20245.59%20403.42%20244.62%20C%20404.43%20243.66%20405.6%20242.11%20406.79%20241.54%20C%20407.98%20240.96%20409.22%20241.3%20410.57%20241.17%20C%20411.92%20241.03%20413.48%20240.59%20414.91%20240.74%20C%20416.35%20240.89%20417.82%20241.5%20419.19%20242.07%20C%20420.57%20242.65%20422.16%20243.3%20423.18%20244.21%20C%20424.2%20245.11%20424.62%20246.36%20425.33%20247.49%20C%20426.03%20248.61%20426.9%20249.54%20427.41%20250.94%20C%20427.92%20252.34%20428.41%20254.48%20428.4%20255.89%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20442.59%20256.4%20C%20442.68%20259.17%20442.49%20260.28%20441.72%20262.85%20C%20440.94%20265.42%20439.55%20269.35%20437.96%20271.81%20C%20436.37%20274.28%20434.33%20275.97%20432.18%20277.63%20C%20430.02%20279.28%20427.59%20280.56%20425.04%20281.74%20C%20422.5%20282.92%20419.72%20284.28%20416.91%20284.7%20C%20414.09%20285.11%20410.81%20284.74%20408.14%20284.23%20C%20405.48%20283.72%20403.39%20282.51%20400.93%20281.62%20C%20398.47%20280.72%20395.59%20280.7%20393.39%20278.85%20C%20391.18%20277%20389.23%20273.02%20387.7%20270.52%20C%20386.16%20268.03%20384.8%20266.47%20384.16%20263.9%20C%20383.52%20261.32%20383.62%20257.84%20383.87%20255.09%20C%20384.11%20252.34%20384.95%20249.75%20385.62%20247.38%20C%20386.28%20245.01%20386.64%20243.33%20387.86%20240.87%20C%20389.07%20238.41%20390.73%20234.71%20392.89%20232.63%20C%20395.05%20230.55%20398.03%20229.52%20400.8%20228.39%20C%20403.57%20227.25%20406.66%20226.29%20409.52%20225.82%20C%20412.38%20225.34%20415.28%20225.2%20417.96%20225.54%20C%20420.64%20225.87%20423.08%20226.47%20425.61%20227.82%20C%20428.15%20229.17%20431.29%20231.81%20433.16%20233.66%20C%20435.04%20235.52%20435.54%20236.86%20436.87%20238.95%20C%20438.21%20241.05%20440.23%20243.31%20441.18%20246.22%20C%20442.13%20249.12%20442.5%20253.63%20442.59%20256.4%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20458.55%20256.04%20C%20459.01%20259.98%20458.31%20263.26%20456.66%20267.25%20C%20455.01%20271.23%20451.14%20276.13%20448.65%20279.94%20C%20446.16%20283.75%20444.39%20287.3%20441.73%20290.09%20C%20439.07%20292.88%20436.42%20295.1%20432.69%20296.7%20C%20428.96%20298.3%20423.66%20298.98%20419.34%20299.68%20C%20415.03%20300.38%20411.33%20301.5%20406.82%20300.9%20C%20402.31%20300.31%20395.87%20297.97%20392.28%20296.1%20C%20388.69%20294.23%20387.97%20292.26%20385.28%20289.66%20C%20382.6%20287.07%20378.53%20283.97%20376.17%20280.53%20C%20373.81%20277.08%20372.23%20273.28%20371.13%20268.99%20C%20370.03%20264.7%20369.47%20259.03%20369.59%20254.81%20C%20369.71%20250.59%20370.86%20247.65%20371.84%20243.67%20C%20372.81%20239.7%20373.33%20234.8%20375.42%20230.95%20C%20377.52%20227.1%20381.22%20223.37%20384.4%20220.59%20C%20387.57%20217.81%20390.6%20215.52%20394.47%20214.27%20C%20398.35%20213.02%20403.55%20213.46%20407.67%20213.12%20C%20411.78%20212.78%20415%20211.99%20419.14%20212.24%20C%20423.29%20212.49%20428.69%20212.97%20432.53%20214.6%20C%20436.37%20216.24%20439.22%20219.13%20442.16%20222.06%20C%20445.1%20224.98%20448.21%20228.58%20450.17%20232.17%20C%20452.14%20235.76%20452.55%20239.6%20453.95%20243.58%20C%20455.34%20247.55%20458.1%20252.09%20458.55%20256.04%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20470.63%20256.68%20C%20470.87%20262.39%20473.5%20267.9%20471.77%20273.05%20C%20470.03%20278.2%20463.56%20283.23%20460.19%20287.6%20C%20456.82%20291.96%20455.6%20295.97%20451.55%20299.24%20C%20447.49%20302.52%20440.75%20304.84%20435.87%20307.23%20C%20430.99%20309.63%20427.95%20312.11%20422.25%20313.61%20C%20416.56%20315.11%20407.33%20317.19%20401.7%20316.25%20C%20396.08%20315.3%20392.79%20310.54%20388.53%20307.93%20C%20384.26%20305.32%20380.09%20304.03%20376.11%20300.59%20C%20372.13%20297.16%20367.73%20292.22%20364.62%20287.31%20C%20361.51%20282.4%20359.3%20276.25%20357.44%20271.12%20C%20355.58%20266%20354.04%20261.97%20353.45%20256.54%20C%20352.86%20251.11%20352.01%20243.62%20353.91%20238.53%20C%20355.82%20233.44%20361.35%20230.42%20364.89%20225.98%20C%20368.43%20221.55%20371.22%20216.41%20375.14%20211.9%20C%20379.05%20207.4%20383.2%20201.1%20388.36%20198.95%20C%20393.53%20196.81%20400.91%20199.26%20406.13%20199.03%20C%20411.35%20198.8%20414.21%20197.12%20419.68%20197.58%20C%20425.14%20198.04%20433.71%20199.74%20438.93%20201.78%20C%20444.16%20203.83%20446.9%20206.44%20451.03%20209.85%20C%20455.16%20213.26%20460.51%20217.43%20463.73%20222.25%20C%20466.94%20227.06%20469.18%20233.02%20470.33%20238.76%20C%20471.48%20244.49%20470.39%20250.96%20470.63%20256.68%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20133.05%20357.3%20C%20132.92%20358.76%20132.33%20360.42%20131.89%20361.8%20C%20131.45%20363.19%20131.04%20364.4%20130.41%20365.61%20C%20129.78%20366.81%20129.09%20368.15%20128.11%20369.02%20C%20127.13%20369.88%20125.91%20370.22%20124.56%20370.81%20C%20123.21%20371.39%20121.53%20372.23%20120.01%20372.53%20C%20118.49%20372.82%20116.77%20372.77%20115.43%20372.58%20C%20114.09%20372.4%20113.07%20372.03%20111.97%20371.41%20C%20110.87%20370.78%20109.89%20369.81%20108.83%20368.83%20C%20107.77%20367.85%20106.43%20366.69%20105.6%20365.52%20C%20104.77%20364.34%20104.2%20363.04%20103.86%20361.81%20C%20103.51%20360.57%20103.46%20359.47%20103.53%20358.11%20C%20103.6%20356.76%20103.92%20355.11%20104.27%20353.66%20C%20104.62%20352.22%20104.93%20350.69%20105.61%20349.46%20C%20106.28%20348.23%20107.4%20347.2%20108.33%20346.29%20C%20109.26%20345.39%20109.96%20344.65%20111.16%20344.02%20C%20112.37%20343.39%20114.09%20342.67%20115.55%20342.53%20C%20117%20342.39%20118.48%20342.87%20119.88%20343.17%20C%20121.27%20343.46%20122.59%20343.68%20123.91%20344.33%20C%20125.24%20344.97%20126.72%20346.2%20127.81%20347.03%20C%20128.9%20347.86%20129.66%20348.3%20130.47%20349.3%20C%20131.28%20350.3%20132.25%20351.72%20132.68%20353.05%20C%20133.11%20354.38%20133.18%20355.84%20133.05%20357.3%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20147.27%20357.21%20C%20147.22%20360.12%20146.3%20364.76%20145.83%20367.43%20C%20145.36%20370.11%20145.77%20371.25%20144.45%20373.25%20C%20143.14%20375.26%20140.35%20377.77%20137.95%20379.45%20C%20135.54%20381.13%20132.65%20382.25%20130.05%20383.33%20C%20127.44%20384.42%20124.93%20385.44%20122.3%20385.96%20C%20119.68%20386.47%20117.16%20386.65%20114.29%20386.42%20C%20111.41%20386.19%20107.71%20385.63%20105.04%20384.59%20C%20102.37%20383.55%20100.13%20382.05%2098.27%20380.18%20C%2096.4%20378.3%2095.31%20375.7%2093.85%20373.33%20C%2092.38%20370.97%2090.48%20368.71%2089.5%20365.99%20C%2088.51%20363.27%2087.85%20359.83%2087.94%20357%20C%2088.03%20354.17%2089.12%20351.7%2090.03%20349.01%20C%2090.94%20346.33%2092.04%20343.14%2093.4%20340.88%20C%2094.76%20338.63%2095.97%20337.28%2098.17%20335.48%20C%20100.38%20333.68%20103.96%20331.29%20106.61%20330.07%20C%20109.26%20328.85%20111.43%20328.6%20114.06%20328.17%20C%20116.68%20327.74%20119.57%20326.97%20122.34%20327.49%20C%20125.11%20328%20128.07%20330.06%20130.68%20331.26%20C%20133.28%20332.47%20135.87%20333.07%20137.96%20334.73%20C%20140.05%20336.38%20141.84%20338.64%20143.21%20341.18%20C%20144.57%20343.72%20145.46%20347.31%20146.14%20349.98%20C%20146.81%20352.66%20147.32%20354.31%20147.27%20357.21%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20162.61%20357.66%20C%20162.49%20361.44%20162.01%20365.73%20161.14%20369.66%20C%20160.28%20373.6%20159.96%20377.75%20157.43%20381.27%20C%20154.9%20384.79%20149.21%20387.94%20145.95%20390.79%20C%20142.7%20393.63%20141.57%20396.66%20137.92%20398.36%20C%20134.26%20400.06%20128.57%20400.84%20124.02%20401.01%20C%20119.48%20401.17%20114.69%20399.96%20110.64%20399.36%20C%20106.59%20398.76%20103.29%20398.81%2099.73%20397.4%20C%2096.17%20395.99%2092.6%20393.61%2089.28%20390.91%20C%2085.96%20388.21%2082.05%20384.51%2079.83%20381.21%20C%2077.61%20377.92%2076.94%20375.23%2075.98%20371.12%20C%2075.01%20367.01%2074.22%20360.91%2074.03%20356.54%20C%2073.84%20352.16%2073.8%20348.46%2074.86%20344.86%20C%2075.91%20341.26%2077.78%20338.52%2080.34%20334.94%20C%2082.91%20331.36%2086.98%20326.27%2090.23%20323.37%20C%2093.48%20320.48%2096.21%20319.11%2099.83%20317.58%20C%20103.45%20316.05%20107.62%20314.45%20111.97%20314.2%20C%20116.33%20313.94%20121.9%20315.2%20125.96%20316.04%20C%20130.01%20316.88%20132.75%20317.86%20136.31%20319.25%20C%20139.87%20320.64%20144.17%20322.11%20147.3%20324.38%20C%20150.43%20326.65%20152.64%20329.11%20155.07%20332.88%20C%20157.49%20336.65%20160.58%20342.85%20161.84%20346.98%20C%20163.09%20351.11%20162.72%20353.88%20162.61%20357.66%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20177.72%20357.62%20C%20177.7%20363.17%20175.02%20369.95%20173.11%20375.04%20C%20171.19%20380.14%20168.82%20383.94%20166.23%20388.19%20C%20163.64%20392.44%20161.16%20396.49%20157.56%20400.53%20C%20153.96%20404.57%20150.03%20410.1%20144.64%20412.44%20C%20139.24%20414.77%20130.78%20414.36%20125.18%20414.54%20C%20119.59%20414.72%20116.64%20414.15%20111.09%20413.51%20C%20105.53%20412.86%2096.77%20412.32%2091.84%20410.65%20C%2086.91%20408.98%2085.36%20407.29%2081.51%20403.5%20C%2077.65%20399.71%2071.93%20392.84%2068.7%20387.89%20C%2065.47%20382.93%2063.45%20378.76%2062.11%20373.78%20C%2060.77%20368.79%2060.55%20363.49%2060.65%20357.97%20C%2060.75%20352.46%2061.48%20345.88%2062.73%20340.69%20C%2063.98%20335.5%2065.51%20331.25%2068.15%20326.83%20C%2070.8%20322.41%2074.34%20317.89%2078.61%20314.16%20C%2082.88%20310.43%2088.48%20307.05%2093.75%20304.47%20C%2099.02%20301.88%20105.09%20299.61%20110.21%20298.64%20C%20115.34%20297.68%20118.88%20297.78%20124.5%20298.66%20C%20130.11%20299.54%20138.16%20301.7%20143.9%20303.9%20C%20149.64%20306.11%20154.84%20308.38%20158.94%20311.88%20C%20163.04%20315.38%20166.12%20319.92%20168.51%20324.9%20C%20170.89%20329.87%20171.71%20336.28%20173.25%20341.73%20C%20174.78%20347.19%20177.75%20352.07%20177.72%20357.62%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20250.42%20357.46%20C%20250.39%20358.84%20250.19%20360.28%20249.86%20361.64%20C%20249.53%20362.99%20249.14%20364.43%20248.44%20365.6%20C%20247.74%20366.78%20246.61%20367.86%20245.65%20368.67%20C%20244.68%20369.48%20243.92%20369.94%20242.66%20370.46%20C%20241.4%20370.97%20239.6%20371.41%20238.09%20371.75%20C%20236.58%20372.08%20235%20372.61%20233.61%20372.49%20C%20232.22%20372.37%20231%20371.63%20229.77%20371.02%20C%20228.54%20370.41%20227.16%20369.68%20226.22%20368.81%20C%20225.28%20367.94%20224.81%20367%20224.12%20365.8%20C%20223.43%20364.61%20222.56%20363.06%20222.06%20361.65%20C%20221.56%20360.24%20221.19%20358.68%20221.11%20357.34%20C%20221.02%20356%20221.17%20354.95%20221.54%20353.61%20C%20221.9%20352.27%20222.48%20350.54%20223.31%20349.31%20C%20224.14%20348.08%20225.5%20346.98%20226.51%20346.23%20C%20227.53%20345.48%20228.11%20345.37%20229.39%20344.79%20C%20230.67%20344.22%20232.75%20343.01%20234.18%20342.77%20C%20235.6%20342.53%20236.63%20343.1%20237.94%20343.34%20C%20239.24%20343.58%20240.62%20343.66%20242.02%20344.22%20C%20243.43%20344.78%20245.3%20345.75%20246.35%20346.7%20C%20247.41%20347.65%20247.74%20348.81%20248.36%20349.92%20C%20248.98%20351.02%20249.71%20352.07%20250.05%20353.33%20C%20250.4%20354.58%20250.45%20356.07%20250.42%20357.46%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20264.53%20358.27%20C%20264.35%20360.9%20264%20363.45%20263.4%20365.87%20C%20262.79%20368.29%20262.1%20370.47%20260.88%20372.79%20C%20259.67%20375.11%20258.22%20377.69%20256.11%20379.8%20C%20254%20381.91%20250.93%20384.47%20248.21%20385.43%20C%20245.49%20386.39%20242.58%20385.17%20239.8%20385.55%20C%20237.02%20385.93%20234.29%20388.11%20231.51%20387.73%20C%20228.74%20387.35%20225.71%20384.63%20223.13%20383.27%20C%20220.55%20381.9%20217.96%20381.12%20216.04%20379.54%20C%20214.12%20377.96%20213.03%20376.21%20211.6%20373.77%20C%20210.17%20371.32%20208.41%20367.51%20207.44%20364.87%20C%20206.46%20362.22%20205.75%20360.6%20205.77%20357.91%20C%20205.79%20355.23%20206.52%20351.55%20207.54%20348.75%20C%20208.56%20345.95%20210.43%20343.33%20211.87%20341.13%20C%20213.31%20338.92%20214.25%20337.2%20216.18%20335.5%20C%20218.12%20333.81%20220.83%20332.18%20223.47%20330.97%20C%20226.11%20329.76%20229.45%20328.67%20232.03%20328.26%20C%20234.62%20327.85%20236.4%20328.14%20238.96%20328.49%20C%20241.52%20328.85%20244.65%20329.37%20247.39%20330.38%20C%20250.13%20331.39%20253.11%20332.74%20255.39%20334.56%20C%20257.67%20336.39%20259.54%20338.74%20261.05%20341.33%20C%20262.57%20343.91%20263.92%20347.24%20264.5%20350.06%20C%20265.08%20352.89%20264.72%20355.63%20264.53%20358.27%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20278.76%20356.35%20C%20278.87%20360.62%20279.57%20367.27%20278.47%20371.5%20C%20277.37%20375.72%20274.5%20378.44%20272.14%20381.71%20C%20269.79%20384.98%20267.32%20388.65%20264.34%20391.11%20C%20261.37%20393.58%20258.07%20394.81%20254.31%20396.52%20C%20250.55%20398.24%20246.07%20400.62%20241.79%20401.4%20C%20237.52%20402.19%20232.71%20401.81%20228.68%20401.24%20C%20224.65%20400.66%20221.24%20399.59%20217.62%20397.93%20C%20213.99%20396.27%20210.13%20393.81%20206.93%20391.27%20C%20203.72%20388.73%20200.72%20386.24%20198.39%20382.7%20C%20196.07%20379.17%20194.49%20374.39%20192.98%20370.07%20C%20191.47%20365.74%20189.15%20361.16%20189.32%20356.77%20C%20189.49%20352.39%20192.69%20347.27%20193.99%20343.77%20C%20195.3%20340.26%20194.97%20338.99%20197.14%20335.73%20C%20199.31%20332.47%20203.45%20327.37%20207.01%20324.21%20C%20210.58%20321.05%20214.64%20318.76%20218.51%20316.77%20C%20222.38%20314.78%20226.28%20312.97%20230.22%20312.27%20C%20234.17%20311.58%20238.18%20311.81%20242.19%20312.6%20C%20246.21%20313.4%20250.32%20315.23%20254.31%20317.06%20C%20258.31%20318.88%20262.97%20320.67%20266.18%20323.55%20C%20269.38%20326.43%20271.58%20330.62%20273.53%20334.34%20C%20275.47%20338.06%20276.96%20342.2%20277.83%20345.87%20C%20278.7%20349.54%20278.66%20352.08%20278.76%20356.35%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20292.7%20356.45%20C%20292.73%20361.81%20292.34%20368.47%20291.49%20374.06%20C%20290.65%20379.65%20290.11%20385.27%20287.63%20390.01%20C%20285.16%20394.75%20281.02%20399.11%20276.65%20402.5%20C%20272.28%20405.88%20266.47%20407.75%20261.39%20410.31%20C%20256.3%20412.86%20251.54%20416.99%20246.13%20417.82%20C%20240.72%20418.66%20235.09%20416.22%20228.94%20415.32%20C%20222.79%20414.41%20214.62%20414.66%20209.21%20412.39%20C%20203.8%20410.13%20200.4%20405.95%20196.48%20401.74%20C%20192.55%20397.54%20188.42%20391.6%20185.66%20387.17%20C%20182.91%20382.74%20181.45%20380.25%20179.96%20375.17%20C%20178.47%20370.09%20176.79%20362.25%20176.72%20356.69%20C%20176.66%20351.14%20178.02%20346.98%20179.55%20341.85%20C%20181.08%20336.71%20183.1%20330.65%20185.91%20325.87%20C%20188.72%20321.08%20191.95%20316.93%20196.42%20313.15%20C%20200.9%20309.36%20207.63%20305.49%20212.73%20303.16%20C%20217.84%20300.84%20221.77%20300.01%20227.05%20299.21%20C%20232.32%20298.41%20239.06%20297.67%20244.39%20298.36%20C%20249.71%20299.04%20253.86%20300.8%20258.99%20303.34%20C%20264.11%20305.89%20270.69%20309.88%20275.13%20313.63%20C%20279.58%20317.37%20282.96%20321.11%20285.66%20325.82%20C%20288.36%20330.54%20290.13%20336.79%20291.31%20341.89%20C%20292.48%20347%20292.67%20351.09%20292.7%20356.45%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20368.37%20357.45%20C%20368.42%20358.84%20368.68%20360.37%20368.34%20361.81%20C%20368%20363.26%20367.19%20364.89%20366.34%20366.12%20C%20365.49%20367.35%20364.21%20368.29%20363.25%20369.18%20C%20362.3%20370.07%20361.78%20370.91%20360.62%20371.45%20C%20359.46%20372%20357.71%20372.21%20356.32%20372.43%20C%20354.93%20372.65%20353.66%20373.02%20352.29%20372.75%20C%20350.92%20372.49%20349.34%20371.54%20348.09%20370.83%20C%20346.83%20370.13%20345.87%20369.38%20344.76%20368.52%20C%20343.64%20367.67%20342.15%20366.88%20341.4%20365.71%20C%20340.66%20364.53%20340.65%20362.81%20340.29%20361.48%20C%20339.92%20360.16%20339.28%20359.04%20339.22%20357.77%20C%20339.15%20356.5%20339.54%20355.24%20339.91%20353.86%20C%20340.28%20352.48%20340.65%20350.7%20341.44%20349.48%20C%20342.23%20348.25%20343.53%20347.37%20344.65%20346.51%20C%20345.76%20345.66%20346.85%20344.9%20348.14%20344.35%20C%20349.44%20343.8%20351.07%20343.47%20352.39%20343.2%20C%20353.71%20342.94%20354.7%20342.56%20356.05%20342.75%20C%20357.4%20342.94%20359.31%20343.66%20360.49%20344.34%20C%20361.68%20345.01%20362.25%20345.89%20363.15%20346.79%20C%20364.06%20347.68%20365.13%20348.57%20365.95%20349.69%20C%20366.76%20350.81%20367.66%20352.23%20368.06%20353.52%20C%20368.47%20354.82%20368.33%20356.07%20368.37%20357.45%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20382.28%20358.02%20C%20382.52%20360.81%20383.6%20364.15%20383.12%20366.6%20C%20382.64%20369.06%20380.91%20370.45%20379.38%20372.74%20C%20377.86%20375.02%20376.09%20378.4%20373.96%20380.31%20C%20371.82%20382.23%20369.23%20383.16%20366.58%20384.22%20C%20363.94%20385.27%20360.87%20386.01%20358.09%20386.66%20C%20355.31%20387.3%20352.54%20388.64%20349.92%20388.09%20C%20347.29%20387.54%20344.7%20384.63%20342.35%20383.36%20C%20340%20382.1%20338%20382.21%20335.82%20380.5%20C%20333.65%20378.8%20330.88%20375.46%20329.29%20373.14%20C%20327.7%20370.81%20326.96%20369.12%20326.28%20366.56%20C%20325.59%20363.99%20325.25%20360.52%20325.17%20357.75%20C%20325.09%20354.97%20325.08%20352.6%20325.81%20349.89%20C%20326.55%20347.18%20327.95%20344.07%20329.58%20341.48%20C%20331.21%20338.9%20333.5%20336%20335.6%20334.38%20C%20337.7%20332.75%20339.82%20332.79%20342.18%20331.74%20C%20344.55%20330.69%20347.18%20328.51%20349.78%20328.07%20C%20352.38%20327.63%20355.01%20328.54%20357.79%20329.1%20C%20360.56%20329.66%20363.97%20330.56%20366.42%20331.43%20C%20368.87%20332.31%20370.43%20332.67%20372.49%20334.33%20C%20374.56%20335.98%20377.27%20338.79%20378.8%20341.38%20C%20380.32%20343.97%20381.06%20347.09%20381.64%20349.86%20C%20382.22%20352.64%20382.03%20355.23%20382.28%20358.02%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20397.06%20359.32%20C%20397.39%20363.67%20397.85%20367.16%20396.84%20370.79%20C%20395.82%20374.43%20393.07%20377.64%20390.99%20381.13%20C%20388.91%20384.62%20387.4%20389%20384.36%20391.74%20C%20381.32%20394.48%20376.96%20396.32%20372.74%20397.59%20C%20368.52%20398.87%20363.21%20398.7%20359.03%20399.41%20C%20354.86%20400.12%20351.76%20402.44%20347.71%20401.86%20C%20343.65%20401.28%20338.53%20397.86%20334.71%20395.92%20C%20330.89%20393.99%20327.72%20392.5%20324.79%20390.23%20C%20321.86%20387.96%20319.6%20385.79%20317.12%20382.31%20C%20314.64%20378.84%20311.23%20373.65%20309.91%20369.39%20C%20308.59%20365.13%20308.85%20360.79%20309.19%20356.77%20C%20309.53%20352.76%20310.69%20349.36%20311.94%20345.3%20C%20313.19%20341.24%20314.78%20335.9%20316.7%20332.42%20C%20318.62%20328.94%20320.4%20326.86%20323.46%20324.41%20C%20326.52%20321.96%20330.91%20319.36%20335.05%20317.73%20C%20339.2%20316.11%20344.05%20315.23%20348.3%20314.66%20C%20352.56%20314.09%20356.49%20313.84%20360.59%20314.31%20C%20364.69%20314.77%20369.1%20315.99%20372.9%20317.46%20C%20376.7%20318.94%20380.39%20320.21%20383.38%20323.14%20C%20386.36%20326.08%20388.89%20331.48%20390.8%20335.08%20C%20392.72%20338.67%20393.82%20340.67%20394.87%20344.71%20C%20395.91%20348.75%20396.73%20354.97%20397.06%20359.32%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20412.14%20359.61%20C%20411.67%20364.95%20410.62%20369.82%20409.15%20374.56%20C%20407.68%20379.3%20406.09%20383.29%20403.3%20388.05%20C%20400.51%20392.81%20396.68%20399.19%20392.43%20403.14%20C%20388.18%20407.08%20382.86%20409.64%20377.79%20411.73%20C%20372.72%20413.82%20367.46%20414.86%20362.01%20415.7%20C%20356.55%20416.54%20350.27%20417.57%20345.07%20416.77%20C%20339.88%20415.97%20335.54%20413.25%20330.86%20410.89%20C%20326.18%20408.53%20321.27%20406.2%20316.97%20402.61%20C%20312.68%20399.03%20308.26%20394.1%20305.11%20389.37%20C%20301.96%20384.64%20299.5%20379.95%20298.08%20374.24%20C%20296.66%20368.54%20296.7%20360.7%20296.58%20355.14%20C%20296.46%20349.58%20296.22%20345.95%20297.36%20340.87%20C%20298.49%20335.79%20300.3%20329.32%20303.38%20324.66%20C%20306.47%20319.99%20311.29%20316.17%20315.87%20312.89%20C%20320.44%20309.6%20325.98%20307.02%20330.85%20304.93%20C%20335.71%20302.84%20339.7%20301.19%20345.05%20300.34%20C%20350.4%20299.49%20357.62%20298.95%20362.94%20299.82%20C%20368.26%20300.68%20371.94%20303.28%20376.97%20305.53%20C%20382%20307.78%20388.9%20309.87%20393.1%20313.31%20C%20397.31%20316.75%20399.04%20321.32%20402.18%20326.19%20C%20405.32%20331.06%20410.29%20336.94%20411.95%20342.51%20C%20413.62%20348.08%20412.61%20354.26%20412.14%20359.61%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2014.37%20357.34%20C%2014.49%20358.81%2014.92%20360.6%2014.6%20361.97%20C%2014.28%20363.34%2013.23%20364.35%2012.45%20365.55%20C%2011.67%20366.75%2010.94%20368.25%209.91%20369.18%20C%208.89%20370.11%207.56%20370.68%206.31%20371.15%20C%205.05%20371.62%203.93%20371.81%202.4%20372%20C%200.86%20372.19%20-1.46%20372.45%20-2.88%20372.29%20C%20-4.31%20372.13%20-5.07%20371.56%20-6.15%20371.02%20C%20-7.23%20370.48%20-8.27%20369.93%20-9.37%20369.05%20C%20-10.47%20368.16%20-11.88%20366.88%20-12.77%20365.72%20C%20-13.66%20364.55%20-14.35%20363.34%20-14.71%20362.06%20C%20-15.06%20360.78%20-15.03%20359.48%20-14.91%20358.03%20C%20-14.79%20356.59%20-14.45%20354.73%20-14.01%20353.39%20C%20-13.57%20352.05%20-12.97%20351.15%20-12.26%20349.99%20C%20-11.55%20348.84%20-10.9%20347.32%20-9.75%20346.43%20C%20-8.6%20345.55%20-6.61%20345.18%20-5.37%20344.69%20C%20-4.14%20344.19%20-3.58%20343.7%20-2.34%20343.44%20C%20-1.1%20343.17%200.62%20343.01%202.09%20343.08%20C%203.56%20343.16%205.08%20343.38%206.46%20343.88%20C%207.85%20344.38%209.35%20345.16%2010.39%20346.08%20C%2011.44%20347%2012.14%20348.23%2012.72%20349.41%20C%2013.31%20350.58%2013.62%20351.81%2013.89%20353.13%20C%2014.17%20354.45%2014.25%20355.86%2014.37%20357.34%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2028.28%20358.25%20C%2028.29%20361.13%2028.44%20363.99%2027.86%20366.46%20C%2027.28%20368.94%2026.23%20370.79%2024.81%20373.12%20C%2023.39%20375.45%2021.57%20378.58%2019.35%20380.44%20C%2017.12%20382.29%2013.91%20383.32%2011.44%20384.25%20C%208.97%20385.17%207.01%20385.38%204.53%20385.99%20C%202.05%20386.6%20-0.58%20388.24%20-3.43%20387.91%20C%20-6.28%20387.58%20-9.73%20385.18%20-12.58%20383.99%20C%20-15.43%20382.8%20-18.43%20382.38%20-20.52%20380.76%20C%20-22.61%20379.15%20-23.94%20376.73%20-25.11%20374.29%20C%20-26.28%20371.84%20-26.73%20368.77%20-27.52%20366.08%20C%20-28.31%20363.39%20-29.62%20360.84%20-29.83%20358.12%20C%20-30.05%20355.41%20-29.65%20352.49%20-28.81%20349.78%20C%20-27.97%20347.08%20-26.43%20344.37%20-24.81%20341.9%20C%20-23.19%20339.42%20-21.19%20336.9%20-19.1%20334.93%20C%20-17.01%20332.95%20-14.78%20331.05%20-12.28%20330.03%20C%20-9.79%20329.02%20-7.04%20329.06%20-4.12%20328.83%20C%20-1.21%20328.61%202.35%20328.2%205.2%20328.68%20C%208.06%20329.15%2010.9%20330.47%2013.01%20331.66%20C%2015.13%20332.85%2015.76%20334.12%2017.87%20335.81%20C%2019.97%20337.51%2023.98%20339.59%2025.63%20341.82%20C%2027.29%20344.04%2027.35%20346.4%2027.79%20349.14%20C%2028.23%20351.88%2028.27%20355.36%2028.28%20358.25%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2043.98%20357.47%20C%2043.86%20361.91%2043.54%20367.62%2042.15%20371.67%20C%2040.76%20375.73%2037.9%20378.56%2035.63%20381.79%20C%2033.36%20385.02%2031.35%20388.3%2028.53%20391.06%20C%2025.7%20393.82%2022.47%20396.73%2018.65%20398.35%20C%2014.84%20399.97%209.64%20400.23%205.62%20400.77%20C%201.59%20401.3%20-1.29%20401.8%20-5.5%20401.53%20C%20-9.71%20401.27%20-15.58%20401.05%20-19.65%20399.19%20C%20-23.72%20397.34%20-26.86%20393.33%20-29.93%20390.41%20C%20-33.01%20387.5%20-36.21%20384.97%20-38.08%20381.71%20C%20-39.96%20378.45%20-40.09%20374.82%20-41.16%20370.87%20C%20-42.23%20366.91%20-44.32%20362.31%20-44.5%20357.98%20C%20-44.68%20353.65%20-43.21%20348.79%20-42.23%20344.87%20C%20-41.25%20340.94%20-40.72%20337.8%20-38.62%20334.44%20C%20-36.51%20331.07%20-33.02%20327.39%20-29.58%20324.67%20C%20-26.14%20321.95%20-21.94%20320.1%20-17.96%20318.1%20C%20-13.99%20316.1%20-9.59%20313.1%20-5.73%20312.65%20C%20-1.87%20312.2%201.48%20314.59%205.2%20315.39%20C%208.92%20316.18%2012.91%20316.02%2016.61%20317.42%20C%2020.32%20318.81%2024.04%20321.12%2027.43%20323.76%20C%2030.81%20326.41%2034.34%20329.76%2036.91%20333.3%20C%2039.49%20336.84%2041.7%20340.99%2042.88%20345.02%20C%2044.05%20349.04%2044.1%20353.02%2043.98%20357.47%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2058.78%20357.28%20C%2058.55%20363.37%2057.98%20370.39%2056.27%20375.65%20C%2054.55%20380.91%2051.34%20384.5%2048.49%20388.84%20C%2045.64%20393.19%2042.97%20397.77%2039.15%20401.72%20C%2035.33%20405.67%2030.57%20410.19%2025.58%20412.54%20C%2020.59%20414.89%2014.61%20415.4%209.22%20415.81%20C%203.83%20416.22%20-0.87%20415.34%20-6.77%20415%20C%20-12.68%20414.66%20-20.73%20415.76%20-26.21%20413.74%20C%20-31.68%20411.71%20-35.87%20406.81%20-39.63%20402.86%20C%20-43.39%20398.91%20-45.88%20395.24%20-48.78%20390.03%20C%20-51.68%20384.83%20-55.42%20376.8%20-57.05%20371.63%20C%20-58.68%20366.46%20-58.75%20363.85%20-58.56%20359.02%20C%20-58.36%20354.19%20-57.42%20348.17%20-55.88%20342.65%20C%20-54.34%20337.12%20-52.6%20330.62%20-49.34%20325.87%20C%20-46.07%20321.12%20-40.13%20317.86%20-36.3%20314.16%20C%20-32.47%20310.47%20-31.36%20306.14%20-26.36%20303.72%20C%20-21.37%20301.29%20-11.88%20300.5%20-6.31%20299.6%20C%20-0.74%20298.71%201.95%20297.83%207.06%20298.34%20C%2012.18%20298.86%2019.26%20300.54%2024.36%20302.7%20C%2029.46%20304.86%2033.38%20307.66%2037.67%20311.31%20C%2041.96%20314.96%2046.77%20319.98%2050.1%20324.62%20C%2053.42%20329.25%2056.17%20333.66%2057.62%20339.1%20C%2059.07%20344.55%2059%20351.19%2058.78%20357.28%20Z%22%20fill%3D%22none%22%20stroke%3D%22%2382997A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fg%3E%3C%2Fdefs%3E%0A%3Crect%20width%3D%22472%22%20height%3D%22408.75%22%20fill%3D%22%23D7E1CF%22%2F%3E%0A%3Cuse%20href%3D%22%23u2806_m%22%20x%3D%22-472%22%20y%3D%22-408.75%22%2F%3E%3Cuse%20href%3D%22%23u2806_m%22%20x%3D%220%22%20y%3D%22-408.75%22%2F%3E%3Cuse%20href%3D%22%23u2806_m%22%20x%3D%22472%22%20y%3D%22-408.75%22%2F%3E%3Cuse%20href%3D%22%23u2806_m%22%20x%3D%22-472%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u2806_m%22%20x%3D%220%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u2806_m%22%20x%3D%22472%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u2806_m%22%20x%3D%22-472%22%20y%3D%22408.75%22%2F%3E%3Cuse%20href%3D%22%23u2806_m%22%20x%3D%220%22%20y%3D%22408.75%22%2F%3E%3Cuse%20href%3D%22%23u2806_m%22%20x%3D%22472%22%20y%3D%22408.75%22%2F%3E%3C%2Fsvg%3E);--pat24: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22296%22%20height%3D%22296%22%20viewBox%3D%220%200%20296%20296%22%3E%0A%3Cdefs%3E%3ClinearGradient%20id%3D%22u8661_g0%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23b2c8c5%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23738885%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u8661_g1%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23e1cfc1%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23a19082%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u8661_g2%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23c0c9ce%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23818a8e%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u8661_g3%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%239aa4a5%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%235d6668%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u8661_g4%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ecc8b6%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23aa8878%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22u8661_g5%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220.35%22%20y2%3D%221%22%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23807c77%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2344403b%22%2F%3E%0A%20%20%20%20%20%20%3C%2FlinearGradient%3E%3Cg%20id%3D%22u8661_m%22%20opacity%3D%220.53%22%3E%3Cpath%20d%3D%22M%2029.42%200%20C%2029.71%206.65%2022.81%2016.1%2016.78%2021.04%20C%2010.75%2025.98%20-0.04%2031.27%20-6.77%2029.65%20C%20-13.5%2028.04%20-21%2018.09%20-23.59%2011.36%20C%20-26.17%204.63%20-25.32%20-4.91%20-22.29%20-10.73%20C%20-19.25%20-16.55%20-11.6%20-22.21%20-5.38%20-23.56%20C%200.84%20-24.92%209.24%20-22.79%2015.04%20-18.86%20C%2020.84%20-14.93%2029.13%20-6.65%2029.42%200%20Z%22%20transform%3D%22translate%2834.29%2048.47%29%20rotate%28347.55%29%22%20fill%3D%22url%28%23u8661_g0%29%22%2F%3E%3Ccircle%20cx%3D%2228.79%22%20cy%3D%2223.93%22%20r%3D%224.44%22%20fill%3D%22url%28%23u8661_g0%29%22%2F%3E%3Cpath%20d%3D%22M%2034.14%200%20C%2034.33%209.13%2029.53%2021.81%2022.4%2028.09%20C%2015.28%2034.37%20-0.15%2040.08%20-8.6%2037.67%20C%20-17.05%2035.26%20-23.14%2023.1%20-28.31%2013.64%20C%20-33.49%204.17%20-42.89%20-10.32%20-39.66%20-19.1%20C%20-36.42%20-27.88%20-19.07%20-37.77%20-8.91%20-39.04%20C%201.25%20-40.3%2014.11%20-33.2%2021.28%20-26.69%20C%2028.46%20-20.18%2033.96%20-9.13%2034.14%200%20Z%22%20transform%3D%22translate%2895.48%2036.99%29%20rotate%28191.44%29%22%20fill%3D%22url%28%23u8661_g0%29%22%2F%3E%3Cpath%20d%3D%22M%2024.1%200%20C%2024.75%205.71%2023.1%2014.63%2019.08%2019.08%20C%2015.06%2023.54%205.77%2027.32%200%2026.73%20C%20-5.77%2026.14%20-11.5%2019.99%20-15.54%2015.54%20C%20-19.57%2011.08%20-23.57%205.82%20-24.22%200%20C%20-24.86%20-5.82%20-23.43%20-15.71%20-19.4%20-19.4%20C%20-15.36%20-23.09%20-5.76%20-22.85%200%20-22.14%20C%205.76%20-21.44%2011.15%20-18.85%2015.16%20-15.16%20C%2019.18%20-11.47%2023.45%20-5.71%2024.1%200%20Z%22%20transform%3D%22translate%28186.16%2053.77%29%20rotate%2821.26%29%22%20fill%3D%22url%28%23u8661_g0%29%22%2F%3E%3Ccircle%20cx%3D%22200.74%22%20cy%3D%2233.82%22%20r%3D%224.44%22%20fill%3D%22url%28%23u8661_g0%29%22%2F%3E%3Cpath%20d%3D%22M%2024.27%200%20C%2025.35%205.98%2027.8%2015.73%2024.62%2020.66%20C%2021.45%2025.59%2011.7%2028.92%205.22%2029.6%20C%20-1.27%2030.28%20-8.08%2027.73%20-14.28%2024.73%20C%20-20.48%2021.74%20-30.27%2017.26%20-32%2011.65%20C%20-33.73%206.03%20-27.97%20-3.56%20-24.64%20-8.97%20C%20-21.31%20-14.37%20-16.89%20-17.83%20-12%20-20.79%20C%20-7.11%20-23.74%20-0.31%20-27.64%204.71%20-26.71%20C%209.73%20-25.78%2014.85%20-19.65%2018.11%20-15.19%20C%2021.37%20-10.74%2023.18%20-5.98%2024.27%200%20Z%22%20transform%3D%22translate%28271.07%2041.62%29%20rotate%28219.88%29%22%20fill%3D%22url%28%23u8661_g0%29%22%2F%3E%3Ccircle%20cx%3D%22263.39%22%20cy%3D%2227.81%22%20r%3D%224.44%22%20fill%3D%22url%28%23u8661_g0%29%22%2F%3E%3Cpath%20d%3D%22M%2025.38%200%20C%2025.09%206.72%2016.96%2015.22%2010.76%2018.64%20C%204.56%2022.06%20-6.46%2023.6%20-11.83%2020.5%20C%20-17.21%2017.39%20-21.59%206.65%20-21.49%200%20C%20-21.39%20-6.65%20-16.89%20-15.82%20-11.22%20-19.43%20C%20-5.55%20-23.05%206.42%20-24.92%2012.52%20-21.68%20C%2018.62%20-18.44%2025.68%20-6.72%2025.38%200%20Z%22%20transform%3D%22translate%2883.71%20111.04%29%20rotate%28236.68%29%22%20fill%3D%22url%28%23u8661_g0%29%22%2F%3E%3Ccircle%20cx%3D%2260.17%22%20cy%3D%2297.43%22%20r%3D%224.44%22%20fill%3D%22url%28%23u8661_g0%29%22%2F%3E%3Cpath%20d%3D%22M%2029.13%200%20C%2029.95%206.49%2020.65%2020.14%2013.71%2023.75%20C%206.77%2027.35%20-6.31%2025.6%20-12.5%2021.65%20C%20-18.69%2017.69%20-23.79%206.6%20-23.44%200%20C%20-23.08%20-6.6%20-15.74%20-15.43%20-10.37%20-17.97%20C%20-5%20-20.5%202.2%20-18.21%208.79%20-15.22%20C%2015.37%20-12.23%2028.31%20-6.49%2029.13%200%20Z%22%20transform%3D%22translate%28145.58%20108.15%29%20rotate%28180.76%29%22%20fill%3D%22url%28%23u8661_g0%29%22%2F%3E%3Cpath%20d%3D%22M%2032.62%200%20C%2033.82%208.62%2030.93%2024.87%2024.23%2030.39%20C%2017.54%2035.91%201.29%2035.87%20-7.56%2033.12%20C%20-16.41%2030.37%20-25.2%2021.77%20-28.85%2013.89%20C%20-32.49%206.01%20-33.09%20-6.88%20-29.42%20-14.17%20C%20-25.74%20-21.45%20-14.55%20-28.63%20-6.81%20-29.83%20C%200.93%20-31.03%2010.46%20-26.33%2017.03%20-21.35%20C%2023.6%20-16.38%2031.41%20-8.62%2032.62%200%20Z%22%20transform%3D%22translate%28220.27%20104.28%29%20rotate%28306.28%29%22%20fill%3D%22url%28%23u8661_g0%29%22%2F%3E%3Cpath%20d%3D%22M%2034.95%200%20C%2036.36%207.37%2032.16%2019.75%2026.33%2026.33%20C%2020.51%2032.92%208.05%2040.23%200%2039.5%20C%20-8.05%2038.77%20-17.72%2028.53%20-21.95%2021.95%20C%20-26.18%2015.36%20-25.23%207.47%20-25.38%200%20C%20-25.53%20-7.47%20-27.08%20-16.13%20-22.85%20-22.85%20C%20-18.62%20-29.57%20-6.79%20-41.14%200%20-40.31%20C%206.79%20-39.48%2012.05%20-24.59%2017.87%20-17.87%20C%2023.7%20-11.15%2033.54%20-7.37%2034.95%200%20Z%22%20transform%3D%22translate%28-11.21%20120.3%29%20rotate%28232.51%29%22%20fill%3D%22url%28%23u8661_g0%29%22%2F%3E%3Ccircle%20cx%3D%223.48%22%20cy%3D%22128.11%22%20r%3D%224.44%22%20fill%3D%22url%28%23u8661_g0%29%22%2F%3E%3Cpath%20d%3D%22M%2036.88%200%20C%2036.4%207.9%2024.92%2016.18%2017.46%2021.9%20C%2010.01%2027.62%20-0.89%2036.03%20-7.83%2034.33%20C%20-14.78%2032.62%20-20.87%2019.61%20-24.2%2011.65%20C%20-27.53%203.7%20-30.66%20-6.24%20-27.81%20-13.39%20C%20-24.97%20-20.55%20-15.16%20-29.25%20-7.14%20-31.27%20C%200.89%20-33.28%2012.99%20-30.7%2020.33%20-25.49%20C%2027.66%20-20.28%2037.35%20-7.9%2036.88%200%20Z%22%20transform%3D%22translate%2822.2%20188.05%29%20rotate%28150.69%29%22%20fill%3D%22url%28%23u8661_g0%29%22%2F%3E%3Cpath%20d%3D%22M%2028.02%200%20C%2027.77%207.12%2018.38%2016.39%2011.59%2020.07%20C%204.79%2023.75%20-6.53%2025.42%20-12.75%2022.08%20C%20-18.97%2018.73%20-25.98%206.92%20-25.73%200%20C%20-25.48%20-6.92%20-17.71%20-15.69%20-11.24%20-19.47%20C%20-4.77%20-23.25%206.55%20-25.92%2013.09%20-22.67%20C%2019.63%20-19.43%2028.28%20-7.12%2028.02%200%20Z%22%20transform%3D%22translate%28114.42%20187.74%29%20rotate%28230.12%29%22%20fill%3D%22url%28%23u8661_g0%29%22%2F%3E%3Ccircle%20cx%3D%22117.49%22%20cy%3D%22189.65%22%20r%3D%224.44%22%20fill%3D%22url%28%23u8661_g0%29%22%2F%3E%3Cpath%20d%3D%22M%2021.64%200%20C%2021.83%207.07%2018.23%2019.09%2012.83%2022.21%20C%207.42%2025.34%20-4.71%2022.45%20-10.82%2018.74%20C%20-16.94%2015.04%20-23.48%206.91%20-23.86%200%20C%20-24.25%20-6.91%20-19.05%20-19.37%20-13.13%20-22.74%20C%20-7.2%20-26.11%205.89%20-24.02%2011.68%20-20.23%20C%2017.48%20-16.44%2021.45%20-7.07%2021.64%200%20Z%22%20transform%3D%22translate%28167.42%20182.14%29%20rotate%28203.2%29%22%20fill%3D%22url%28%23u8661_g0%29%22%2F%3E%3Ccircle%20cx%3D%22229.77%22%20cy%3D%22179.01%22%20r%3D%224.44%22%20fill%3D%22url%28%23u8661_g0%29%22%2F%3E%3Cpath%20d%3D%22M%2029.88%200%20C%2030.87%205.61%2027.39%2015.89%2023.02%2019.31%20C%2018.64%2022.74%2010.03%2019.34%203.63%2020.57%20C%20-2.77%2021.79%20-10.46%2028.51%20-15.39%2026.66%20C%20-20.32%2024.81%20-24.35%2015.41%20-25.96%209.45%20C%20-27.57%203.49%20-27.19%20-3.78%20-25.04%20-9.11%20C%20-22.88%20-14.44%20-17.85%20-20.32%20-13.02%20-22.55%20C%20-8.18%20-24.77%20-1.05%20-23.85%203.96%20-22.48%20C%208.98%20-21.12%2012.77%20-18.09%2017.09%20-14.34%20C%2021.41%20-10.6%2028.89%20-5.61%2029.88%200%20Z%22%20transform%3D%22translate%28249.86%20178.44%29%20rotate%28297.45%29%22%20fill%3D%22url%28%23u8661_g0%29%22%2F%3E%3Cpath%20d%3D%22M%2028.19%200%20C%2027.87%205.87%2021.35%2012.44%2016.65%2016.65%20C%2011.95%2020.86%206.16%2024.67%200%2025.28%20C%20-6.16%2025.89%20-15.33%2024.53%20-20.31%2020.31%20C%20-25.3%2016.1%20-30.52%206.18%20-29.94%200%20C%20-29.35%20-6.18%20-21.78%20-12.52%20-16.79%20-16.79%20C%20-11.8%20-21.06%20-5.9%20-25.31%200%20-25.62%20C%205.9%20-25.92%2013.9%20-22.87%2018.6%20-18.6%20C%2023.3%20-14.33%2028.52%20-5.87%2028.19%200%20Z%22%20transform%3D%22translate%2874.56%20250.83%29%20rotate%2853.03%29%22%20fill%3D%22url%28%23u8661_g0%29%22%2F%3E%3Cpath%20d%3D%22M%2037.58%200%20C%2037.67%208.54%2024.19%2021.12%2015.06%2026.08%20C%205.93%2031.05%20-8.79%2034.15%20-17.21%2029.81%20C%20-25.63%2025.46%20-36.12%208.75%20-35.44%200%20C%20-34.76%20-8.75%20-21.44%20-18.53%20-13.12%20-22.72%20C%20-4.79%20-26.91%206.06%20-28.92%2014.51%20-25.14%20C%2022.96%20-21.35%2037.49%20-8.54%2037.58%200%20Z%22%20transform%3D%22translate%28134.34%20243.26%29%20rotate%2897.55%29%22%20fill%3D%22url%28%23u8661_g0%29%22%2F%3E%3Cpath%20d%3D%22M%2025.97%200%20C%2025.49%206.2%2016%2012.04%209.31%2016.12%20C%202.62%2020.21%20-7.98%2027.2%20-14.15%2024.52%20C%20-20.33%2021.83%20-28.12%207.54%20-27.76%200%20C%20-27.39%20-7.54%20-18.61%20-17.19%20-11.96%20-20.71%20C%20-5.3%20-24.22%205.85%20-24.54%2012.17%20-21.09%20C%2018.5%20-17.64%2026.45%20-6.2%2025.97%200%20Z%22%20transform%3D%22translate%28220.36%20270.77%29%20rotate%2870.75%29%22%20fill%3D%22url%28%23u8661_g0%29%22%2F%3E%3Ccircle%20cx%3D%22208.24%22%20cy%3D%22264.86%22%20r%3D%224.44%22%20fill%3D%22url%28%23u8661_g0%29%22%2F%3E%3Cpath%20d%3D%22M%2025.83%200%20C%2025.66%206.62%2020.7%2014.66%2015.35%2019.24%20C%209.99%2023.83%20-0.37%2029.11%20-6.28%2027.52%20C%20-12.19%2025.93%20-17.07%2016.26%20-20.14%209.7%20C%20-23.2%203.13%20-27.15%20-6.5%20-24.65%20-11.87%20C%20-22.15%20-17.24%20-11.98%20-21.09%20-5.14%20-22.53%20C%201.69%20-23.97%2011.19%20-24.26%2016.35%20-20.5%20C%2021.51%20-16.75%2026%20-6.62%2025.83%200%20Z%22%20transform%3D%22translate%280.86%20260.66%29%20rotate%28147.55%29%22%20fill%3D%22url%28%23u8661_g0%29%22%2F%3E%3C%2Fg%3E%3C%2Fdefs%3E%0A%0A%3Cuse%20href%3D%22%23u8661_m%22%20x%3D%22-296%22%20y%3D%22-296%22%2F%3E%3Cuse%20href%3D%22%23u8661_m%22%20x%3D%220%22%20y%3D%22-296%22%2F%3E%3Cuse%20href%3D%22%23u8661_m%22%20x%3D%22296%22%20y%3D%22-296%22%2F%3E%3Cuse%20href%3D%22%23u8661_m%22%20x%3D%22-296%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u8661_m%22%20x%3D%220%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u8661_m%22%20x%3D%22296%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u8661_m%22%20x%3D%22-296%22%20y%3D%22296%22%2F%3E%3Cuse%20href%3D%22%23u8661_m%22%20x%3D%220%22%20y%3D%22296%22%2F%3E%3Cuse%20href%3D%22%23u8661_m%22%20x%3D%22296%22%20y%3D%22296%22%2F%3E%3C%2Fsvg%3E);--pat25: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22189%22%20height%3D%22189%22%20viewBox%3D%220%200%20189%20189%22%3E%0A%3Cdefs%3E%3Cg%20id%3D%22u16855_m%22%20opacity%3D%221%22%3E%3Cpath%20d%3D%22M%20-23.62%200%20L%2039.38%2063%22%20fill%3D%22none%22%20stroke%3D%22%237E8A8C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-23.62%2063%20L%2039.38%200%22%20fill%3D%22none%22%20stroke%3D%22%237E8A8C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-7.87%200%20L%2055.13%2063%22%20fill%3D%22none%22%20stroke%3D%22%237E8A8C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-7.87%2063%20L%2055.13%200%22%20fill%3D%22none%22%20stroke%3D%22%237E8A8C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%207.88%200%20L%2070.88%2063%22%20fill%3D%22none%22%20stroke%3D%22%237E8A8C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%207.88%2063%20L%2070.88%200%22%20fill%3D%22none%22%20stroke%3D%22%237E8A8C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2023.63%200%20L%2086.63%2063%22%20fill%3D%22none%22%20stroke%3D%22%237E8A8C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2023.63%2063%20L%2086.63%200%22%20fill%3D%22none%22%20stroke%3D%22%237E8A8C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2039.38%200%20L%20102.38%2063%22%20fill%3D%22none%22%20stroke%3D%22%23AEBAC0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2055.13%200%20L%20118.13%2063%22%20fill%3D%22none%22%20stroke%3D%22%23AEBAC0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2070.88%200%20L%20133.88%2063%22%20fill%3D%22none%22%20stroke%3D%22%23AEBAC0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2086.63%200%20L%20149.63%2063%22%20fill%3D%22none%22%20stroke%3D%22%23AEBAC0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20102.38%200%20L%20165.38%2063%22%20fill%3D%22none%22%20stroke%3D%22%237E8A8C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20102.38%2063%20L%20165.38%200%22%20fill%3D%22none%22%20stroke%3D%22%237E8A8C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20118.13%200%20L%20181.13%2063%22%20fill%3D%22none%22%20stroke%3D%22%237E8A8C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20118.13%2063%20L%20181.13%200%22%20fill%3D%22none%22%20stroke%3D%22%237E8A8C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20133.88%200%20L%20196.88%2063%22%20fill%3D%22none%22%20stroke%3D%22%237E8A8C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20133.88%2063%20L%20196.88%200%22%20fill%3D%22none%22%20stroke%3D%22%237E8A8C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20149.63%200%20L%20212.63%2063%22%20fill%3D%22none%22%20stroke%3D%22%237E8A8C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20149.63%2063%20L%20212.63%200%22%20fill%3D%22none%22%20stroke%3D%22%237E8A8C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-23.62%2063%20L%2039.38%20126%22%20fill%3D%22none%22%20stroke%3D%22%23AEBAC0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-23.62%20126%20L%2039.38%2063%22%20fill%3D%22none%22%20stroke%3D%22%23AEBAC0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-7.87%2063%20L%2055.13%20126%22%20fill%3D%22none%22%20stroke%3D%22%23AEBAC0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-7.87%20126%20L%2055.13%2063%22%20fill%3D%22none%22%20stroke%3D%22%23AEBAC0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%207.88%2063%20L%2070.88%20126%22%20fill%3D%22none%22%20stroke%3D%22%23AEBAC0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%207.88%20126%20L%2070.88%2063%22%20fill%3D%22none%22%20stroke%3D%22%23AEBAC0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2023.63%2063%20L%2086.63%20126%22%20fill%3D%22none%22%20stroke%3D%22%23AEBAC0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2023.63%20126%20L%2086.63%2063%22%20fill%3D%22none%22%20stroke%3D%22%23AEBAC0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2039.38%2063%20L%20102.38%20126%22%20fill%3D%22none%22%20stroke%3D%22%237E8A8C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2055.13%2063%20L%20118.13%20126%22%20fill%3D%22none%22%20stroke%3D%22%237E8A8C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2070.88%2063%20L%20133.88%20126%22%20fill%3D%22none%22%20stroke%3D%22%237E8A8C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2086.63%2063%20L%20149.63%20126%22%20fill%3D%22none%22%20stroke%3D%22%237E8A8C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20102.38%2063%20L%20165.38%20126%22%20fill%3D%22none%22%20stroke%3D%22%23AEBAC0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20102.38%20126%20L%20165.38%2063%22%20fill%3D%22none%22%20stroke%3D%22%23AEBAC0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20118.13%2063%20L%20181.13%20126%22%20fill%3D%22none%22%20stroke%3D%22%23AEBAC0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20118.13%20126%20L%20181.13%2063%22%20fill%3D%22none%22%20stroke%3D%22%23AEBAC0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20133.88%2063%20L%20196.88%20126%22%20fill%3D%22none%22%20stroke%3D%22%23AEBAC0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20133.88%20126%20L%20196.88%2063%22%20fill%3D%22none%22%20stroke%3D%22%23AEBAC0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20149.63%2063%20L%20212.63%20126%22%20fill%3D%22none%22%20stroke%3D%22%23AEBAC0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20149.63%20126%20L%20212.63%2063%22%20fill%3D%22none%22%20stroke%3D%22%23AEBAC0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-23.62%20126%20L%2039.38%20189%22%20fill%3D%22none%22%20stroke%3D%22%237E8A8C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20-7.87%20126%20L%2055.13%20189%22%20fill%3D%22none%22%20stroke%3D%22%237E8A8C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%207.88%20126%20L%2070.88%20189%22%20fill%3D%22none%22%20stroke%3D%22%237E8A8C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2023.63%20126%20L%2086.63%20189%22%20fill%3D%22none%22%20stroke%3D%22%237E8A8C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2039.38%20126%20L%20102.38%20189%22%20fill%3D%22none%22%20stroke%3D%22%237E8A8C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2039.38%20189%20L%20102.38%20126%22%20fill%3D%22none%22%20stroke%3D%22%237E8A8C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2055.13%20126%20L%20118.13%20189%22%20fill%3D%22none%22%20stroke%3D%22%237E8A8C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2055.13%20189%20L%20118.13%20126%22%20fill%3D%22none%22%20stroke%3D%22%237E8A8C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2070.88%20126%20L%20133.88%20189%22%20fill%3D%22none%22%20stroke%3D%22%237E8A8C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2070.88%20189%20L%20133.88%20126%22%20fill%3D%22none%22%20stroke%3D%22%237E8A8C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2086.63%20126%20L%20149.63%20189%22%20fill%3D%22none%22%20stroke%3D%22%237E8A8C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%2086.63%20189%20L%20149.63%20126%22%20fill%3D%22none%22%20stroke%3D%22%237E8A8C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20102.38%20126%20L%20165.38%20189%22%20fill%3D%22none%22%20stroke%3D%22%23E6B8A2%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20102.38%20189%20L%20165.38%20126%22%20fill%3D%22none%22%20stroke%3D%22%23E6B8A2%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20118.13%20126%20L%20181.13%20189%22%20fill%3D%22none%22%20stroke%3D%22%23E6B8A2%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20118.13%20189%20L%20181.13%20126%22%20fill%3D%22none%22%20stroke%3D%22%23E6B8A2%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20133.88%20126%20L%20196.88%20189%22%20fill%3D%22none%22%20stroke%3D%22%23E6B8A2%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20133.88%20189%20L%20196.88%20126%22%20fill%3D%22none%22%20stroke%3D%22%23E6B8A2%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20149.63%20126%20L%20212.63%20189%22%20fill%3D%22none%22%20stroke%3D%22%23E6B8A2%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M%20149.63%20189%20L%20212.63%20126%22%20fill%3D%22none%22%20stroke%3D%22%23E6B8A2%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fg%3E%3C%2Fdefs%3E%0A%0A%3Cuse%20href%3D%22%23u16855_m%22%20x%3D%22-189%22%20y%3D%22-189%22%2F%3E%3Cuse%20href%3D%22%23u16855_m%22%20x%3D%220%22%20y%3D%22-189%22%2F%3E%3Cuse%20href%3D%22%23u16855_m%22%20x%3D%22189%22%20y%3D%22-189%22%2F%3E%3Cuse%20href%3D%22%23u16855_m%22%20x%3D%22-189%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u16855_m%22%20x%3D%220%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u16855_m%22%20x%3D%22189%22%20y%3D%220%22%2F%3E%3Cuse%20href%3D%22%23u16855_m%22%20x%3D%22-189%22%20y%3D%22189%22%2F%3E%3Cuse%20href%3D%22%23u16855_m%22%20x%3D%220%22%20y%3D%22189%22%2F%3E%3Cuse%20href%3D%22%23u16855_m%22%20x%3D%22189%22%20y%3D%22189%22%2F%3E%3C%2Fsvg%3E)}html[data-pattern] .app{position:relative;z-index:0}html[data-pattern] .app:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background-repeat:repeat;background-position:center;opacity:var(--pattern-opacity, 1)}.theme-card-preview[data-pattern]{background-repeat:repeat;background-position:center}html[data-pattern=bauhaus] .app:before{background-image:var(--pat0);background-size:348px 348px}.theme-card-preview[data-pattern=bauhaus]{background-image:var(--pat0);background-size:64px 64px}html[data-pattern=bauhaus_noir] .app:before{background-image:var(--pat0);background-size:348px 348px;filter:invert(1) hue-rotate(180deg)}.theme-card-preview[data-pattern=bauhaus_noir]{background-image:var(--pat0);background-size:64px 64px;filter:invert(1) hue-rotate(180deg)}html[data-pattern=corduroy] .app:before{background-image:var(--pat1);background-size:126px 63px}.theme-card-preview[data-pattern=corduroy]{background-image:var(--pat1);background-size:64px 32px}html[data-pattern=halftone_noir] .app:before{background-image:var(--pat2);background-size:291px 336px;filter:invert(1) hue-rotate(180deg)}.theme-card-preview[data-pattern=halftone_noir]{background-image:var(--pat2);background-size:64px 74px;filter:invert(1) hue-rotate(180deg)}html[data-pattern=herringbone] .app:before{background-image:var(--pat3);background-size:342px 285px}.theme-card-preview[data-pattern=herringbone]{background-image:var(--pat3);background-size:64px 53px}html[data-pattern=hypnotic] .app:before{background-image:var(--pat4);background-size:229px 198px}.theme-card-preview[data-pattern=hypnotic]{background-image:var(--pat4);background-size:64px 55px}html[data-pattern=midnight_harlequin] .app:before{background-image:var(--pat5);background-size:438px 438px;filter:invert(1) hue-rotate(180deg)}.theme-card-preview[data-pattern=midnight_harlequin]{background-image:var(--pat5);background-size:64px 64px;filter:invert(1) hue-rotate(180deg)}html[data-pattern=midnight_quilt] .app:before{background-image:var(--pat6);background-size:618px 618px;filter:invert(1) hue-rotate(180deg)}.theme-card-preview[data-pattern=midnight_quilt]{background-image:var(--pat6);background-size:64px 64px;filter:invert(1) hue-rotate(180deg)}html[data-pattern=moonstone] .app:before{background-image:var(--pat7);background-size:790px 948px;filter:invert(1) hue-rotate(180deg)}.theme-card-preview[data-pattern=moonstone]{background-image:var(--pat7);background-size:64px 77px;filter:invert(1) hue-rotate(180deg)}html[data-pattern=neon_gum] .app:before{background-image:var(--pat8);background-size:166px 144px;filter:invert(1) hue-rotate(180deg)}.theme-card-preview[data-pattern=neon_gum]{background-image:var(--pat8);background-size:64px 56px;filter:invert(1) hue-rotate(180deg)}html[data-pattern=night_topograph] .app:before{background-image:var(--pat9);background-size:476px 476px;filter:invert(1) hue-rotate(180deg)}.theme-card-preview[data-pattern=night_topograph]{background-image:var(--pat9);background-size:64px 64px;filter:invert(1) hue-rotate(180deg)}html[data-pattern=pinwheel] .app:before{background-image:var(--pat10);background-size:216px 288px}.theme-card-preview[data-pattern=pinwheel]{background-image:var(--pat10);background-size:64px 85px}html[data-pattern=polka_noir] .app:before{background-image:var(--pat11);background-size:276px 276px;filter:invert(1) hue-rotate(180deg)}.theme-card-preview[data-pattern=polka_noir]{background-image:var(--pat11);background-size:64px 64px;filter:invert(1) hue-rotate(180deg)}html[data-pattern=sunset_arches] .app:before{background-image:var(--pat12);background-size:618px 515px}.theme-card-preview[data-pattern=sunset_arches]{background-image:var(--pat12);background-size:64px 53px}html[data-pattern=whirlpool] .app:before{background-image:var(--pat13);background-size:595px 618px}.theme-card-preview[data-pattern=whirlpool]{background-image:var(--pat13);background-size:64px 66px}html[data-pattern=zigzag] .app:before{background-image:var(--pat14);background-size:92px 92px}.theme-card-preview[data-pattern=zigzag]{background-image:var(--pat14);background-size:64px 64px}html[data-pattern=bubblegum] .app:before{background-image:var(--pat8);background-size:166px 144px}.theme-card-preview[data-pattern=bubblegum]{background-image:var(--pat8);background-size:64px 56px}html[data-pattern=confetti_dash] .app:before{background-image:var(--pat15);background-size:228px 171px}.theme-card-preview[data-pattern=confetti_dash]{background-image:var(--pat15);background-size:64px 48px}html[data-pattern=cross_stitch] .app:before{background-image:var(--pat16);background-size:330px 396px}.theme-card-preview[data-pattern=cross_stitch]{background-image:var(--pat16);background-size:64px 77px}html[data-pattern=echo] .app:before{background-image:var(--pat17);background-size:285px 342px}.theme-card-preview[data-pattern=echo]{background-image:var(--pat17);background-size:64px 77px}html[data-pattern=fern] .app:before{background-image:var(--pat18);background-size:276px 276px}.theme-card-preview[data-pattern=fern]{background-image:var(--pat18);background-size:64px 64px}html[data-pattern=flight_path] .app:before{background-image:var(--pat19);background-size:75px 150px}.theme-card-preview[data-pattern=flight_path]{background-image:var(--pat19);background-size:64px 128px}html[data-pattern=garden] .app:before{background-image:var(--pat20);background-size:252px 336px}.theme-card-preview[data-pattern=garden]{background-image:var(--pat20);background-size:64px 85px}html[data-pattern=halftone] .app:before{background-image:var(--pat2);background-size:291px 336px}.theme-card-preview[data-pattern=halftone]{background-image:var(--pat2);background-size:64px 74px}html[data-pattern=harlequin] .app:before{background-image:var(--pat5);background-size:438px 438px}.theme-card-preview[data-pattern=harlequin]{background-image:var(--pat5);background-size:64px 64px}html[data-pattern=peach_fuzz] .app:before{background-image:var(--pat21);background-size:296px 296px}.theme-card-preview[data-pattern=peach_fuzz]{background-image:var(--pat21);background-size:64px 64px}html[data-pattern=pebble_beach] .app:before{background-image:var(--pat7);background-size:790px 948px}.theme-card-preview[data-pattern=pebble_beach]{background-image:var(--pat7);background-size:64px 77px}html[data-pattern=polka] .app:before{background-image:var(--pat11);background-size:276px 276px}.theme-card-preview[data-pattern=polka]{background-image:var(--pat11);background-size:64px 64px}html[data-pattern=quilt] .app:before{background-image:var(--pat6);background-size:618px 618px}.theme-card-preview[data-pattern=quilt]{background-image:var(--pat6);background-size:64px 64px}html[data-pattern=ribbon] .app:before{background-image:var(--pat22);background-size:540px 540px}.theme-card-preview[data-pattern=ribbon]{background-image:var(--pat22);background-size:64px 64px}html[data-pattern=ripple] .app:before{background-image:var(--pat23);background-size:472px 409px}.theme-card-preview[data-pattern=ripple]{background-image:var(--pat23);background-size:64px 55px}html[data-pattern=sea_glass] .app:before{background-image:var(--pat24);background-size:296px 296px}.theme-card-preview[data-pattern=sea_glass]{background-image:var(--pat24);background-size:64px 64px}html[data-pattern=sketchbook] .app:before{background-image:var(--pat25);background-size:189px 189px}.theme-card-preview[data-pattern=sketchbook]{background-image:var(--pat25);background-size:64px 64px}html[data-pattern=topograph] .app:before{background-image:var(--pat9);background-size:476px 476px}.theme-card-preview[data-pattern=topograph]{background-image:var(--pat9);background-size:64px 64px}.nomination-cart{position:fixed;bottom:0;left:0;right:0;background:var(--surface);border-top:1px solid var(--border);box-shadow:0 -4px 24px #0000002e;z-index:400;padding:.6rem 1rem;animation:cartSlideUp .34s cubic-bezier(.2,.7,.2,1)}@keyframes cartSlideUp{0%{transform:translateY(110%)}to{transform:translateY(0)}}@media (min-width: 640px){.nomination-cart{left:auto;right:1rem;bottom:4.5rem;border:1px solid var(--border);border-radius:var(--radius);max-width:360px;padding:.75rem .85rem}}.nomination-cart-inner{display:flex;align-items:center;gap:.6rem;justify-content:center}.nomination-cart-inner.waiting{gap:.75rem}.nom-slot{position:relative;width:45px;height:68px;flex-shrink:0;border-radius:4px;overflow:visible}.nom-slot.empty{border:1.5px dashed var(--border2, var(--border));background:var(--surface2);display:flex;align-items:center;justify-content:center;text-align:center}.nom-slot-label{font-size:.58rem;color:var(--text3);line-height:1.2;padding:.2rem}.nom-slot-poster{width:100%;height:100%;object-fit:cover;border-radius:4px;display:block}.nom-slot-remove{position:absolute;top:-6px;right:-6px;width:18px;height:18px;border-radius:50%;background:var(--red);color:#fff;border:none;cursor:pointer;font-size:.85rem;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;padding:0}.nom-commit-btn{background:var(--accent);color:var(--on-accent);border:none;border-radius:8px;width:45px;height:45px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:1.3rem;transition:opacity .15s,transform .1s}.nom-commit-btn:disabled{opacity:.4;cursor:default}.nom-commit-btn:not(:disabled):hover{transform:scale(1.05)}@keyframes commitPulse{0%,to{box-shadow:0 0 #d5af348c}50%{box-shadow:0 0 0 9px #d5af3400}}.nom-commit-btn.nudge{animation:commitPulse 1.3s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.nom-commit-btn.nudge{animation:none}}@media (max-width: 639px){.nom-slot{width:52px;height:78px}.nom-commit-btn{width:52px;height:52px;font-size:1.5rem}.nom-slot-label{font-size:.65rem}}@media (min-width: 640px) and (max-width: 1023px){.nomination-cart{right:36px;bottom:36px;max-width:none;padding:1rem 1.1rem}.nomination-cart-inner{gap:.8rem}.nom-slot{width:58px;height:88px}.nom-commit-btn{width:58px;height:58px;font-size:1.7rem}.nom-slot-label{font-size:.72rem}}@keyframes avatarPulse{0%,to{transform:scale(1);filter:brightness(1)}50%{transform:scale(1.045);filter:brightness(1.08)}}.header-marquee{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;row-gap:12px;column-gap:14px;padding:12px 16px;background:var(--surface);border-bottom:1px solid var(--border)}@media (max-width: 1023px){.header-marquee{flex-wrap:wrap;column-gap:10px;padding:10px 14px}.header-marquee .sidebar-brand{order:1}.header-marquee .sidebar-room{order:2;flex:1 1 0;min-width:0}.header-marquee .header-right{order:3;flex:0 1 auto;margin-left:0;gap:8px;flex-wrap:wrap;justify-content:flex-end}.header-marquee .header-tabs{order:4;flex:1 1 100%}.header-marquee .header-tab:first-child{margin-left:auto}.header-marquee .header-tab:last-child{margin-right:auto}.header-marquee .sidebar-room .room-capsule{width:100%;max-width:100%;min-width:0;height:40px;justify-content:flex-start}.header-marquee .room-dropdown{position:fixed;top:58px;left:12px;right:12px;width:auto;max-width:360px;margin-inline:auto}.header-marquee .sidebar-wordmark,.header-marquee .member-dock{display:none}.header-marquee .member-dock-mobile{display:flex;align-items:center}.header-marquee .member-dock-mobile-cell+.member-dock-mobile-cell{margin-left:-8px}.header-marquee .mobile-settings-gear{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;flex-shrink:0;border:1.5px solid var(--border);background:var(--surface);color:var(--text2);cursor:pointer;padding:0}.header-marquee .mobile-settings-gear:hover{color:var(--text);border-color:var(--accent)}.header-marquee.members-wrap .header-right{order:3;flex:1 1 100%;justify-content:center;position:relative}.header-marquee.members-wrap .mobile-settings-gear{position:absolute;right:0;top:50%;transform:translateY(-50%)}}.sidebar-brand{display:inline-flex;align-items:center;gap:10px;background:none;border:none;padding:0;cursor:pointer;flex-shrink:0}.header-logo-img{height:34px;width:auto;display:block;flex-shrink:0}.sidebar-wordmark{font-family:var(--font-display);font-weight:800;letter-spacing:-.03em;line-height:.95;color:var(--text);font-size:19px;white-space:nowrap}.sidebar-wordmark span{color:var(--gold)}.header-divider{display:none}.header-tabs{display:flex;gap:6px;align-items:center;overflow-x:auto;scrollbar-width:none;flex:1;min-width:0}.header-tabs::-webkit-scrollbar{display:none}.header-tab{font-family:var(--font-body);font-size:12px;letter-spacing:.06em;text-transform:uppercase;font-weight:700;padding:8px 12px;background:none;border:1.5px solid var(--border);border-radius:99px;color:var(--text2);cursor:pointer;white-space:nowrap;position:relative;display:inline-flex;align-items:center;gap:6px;flex-shrink:0;transition:color .15s,background .15s,border-color .15s}.header-tab:hover{color:var(--text)}.header-tab.active{color:var(--on-accent);background:var(--accent);border-color:var(--accent)}.header-tab .nav-badge{margin-left:2px}.sidebar-room{position:relative;flex-shrink:0}.room-capsule-eyebrow,.sidebar-nominees{display:none}.header-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.member-dock{display:flex;align-items:center;transform:scale(.5);transform-origin:right center;margin:-34px -34px -34px 0}.member-dock-row{display:flex;align-items:center}.member-dock-row+.member-dock-row{margin-left:-28px}.member-dock-spacer{display:none}.member-dock-cell{position:relative;display:inline-flex}.member-dock-mobile{display:none}.member-dock-mobile-cell{display:inline-flex;position:relative}.mobile-settings-gear{display:none}.avatar-edit-badge{position:absolute;bottom:-2px;right:-2px;width:21px;height:21px;border-radius:50%;border:2px solid var(--surface);background:var(--accent);color:var(--on-accent);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;z-index:3;box-shadow:0 2px 6px #3c1e0038;transition:background .15s,transform .15s}.avatar-edit-badge:hover{background:var(--accent2);transform:scale(1.08)}.avatar-edit-badge.mobile{width:15px;height:15px;bottom:-1px;right:-1px;border-width:1.5px}.member-dock-mobile-cell{position:relative;display:inline-flex}.room-capsule{display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 14px;background:var(--surface);color:var(--text);border:1.5px solid var(--border);border-radius:99px;cursor:pointer;font-family:var(--font-body);font-size:13px;font-weight:700;letter-spacing:.01em;white-space:nowrap;max-width:220px;overflow:hidden;text-overflow:ellipsis}.room-capsule-eyebrow{font-size:9.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent2)}.room-capsule-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1}.room-capsule-label{opacity:0;transition:opacity .25s ease}.room-capsule-label.loaded{opacity:1}.header-right .member-dock,.header-right .member-dock-mobile{opacity:0;transition:opacity .25s ease}.header-right.loaded .member-dock,.header-right.loaded .member-dock-mobile{opacity:1}.gear-btn{width:42px;height:42px;border-radius:99px;border:1.5px solid var(--border);background:var(--surface);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0;transition:background .15s}.gear-btn:hover{background:var(--surface2)}.avatar-wrap{position:relative;display:inline-block;flex-shrink:0}.avatar-circle{border-radius:50%;color:#fff;font-family:Manrope,DM Sans,sans-serif;font-weight:700;letter-spacing:-.02em;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;transition:transform .14s ease,opacity .14s ease,box-shadow .2s ease;cursor:pointer;-webkit-user-select:none;user-select:none}.avatar-wrap:hover .avatar-circle{transform:translateY(-2px)}.avatar-tooltip{position:absolute;top:100%;left:50%;transform:translate(-50%,10px);background:#2c1810;color:#f5e8d4;font-family:Manrope,sans-serif;font-size:11px;font-weight:600;padding:4px 9px;border-radius:6px;white-space:nowrap;z-index:50;box-shadow:0 4px 12px #0000002e;pointer-events:none;opacity:0;transition:opacity .14s ease}.avatar-wrap:hover .avatar-tooltip{opacity:1}.avatar-tooltip-top{top:auto;bottom:100%;transform:translate(-50%,-10px)}.room-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:320px;background:var(--surface);border:1.75px solid var(--border);border-radius:12px;box-shadow:0 14px 38px #50320a2e;padding:6px;z-index:50;font-family:Manrope,sans-serif}.room-dropdown-current{display:flex;align-items:center;gap:10px;padding:12px;background:var(--bg);border-radius:8px}.room-dropdown-name{font-size:14px;font-weight:700;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.room-dropdown-codepill{display:inline-flex;align-items:center;gap:6px;background:var(--surface);border:1.5px solid var(--border);border-radius:6px;padding:3px 8px;cursor:pointer;flex-shrink:0}.room-dropdown-code{font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:2px;color:var(--text2)}.room-dropdown-settings-btn{width:32px;height:32px;border-radius:8px;border:1.5px solid var(--border);background:var(--surface);color:var(--accent2);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,border-color .15s,color .15s}.room-dropdown-settings-btn:hover{background:var(--surface2)}.room-dropdown-settings-btn.active{background:var(--accent);border-color:var(--accent);color:var(--on-accent)}.room-dropdown-settings{margin-top:4px;padding:6px;background:var(--surface);border:1px solid var(--surface2);border-radius:8px;display:flex;flex-direction:column;gap:2px}.room-dropdown-setting-row{display:flex;align-items:center;gap:9px;width:100%;padding:9px 11px;border:none;background:transparent;border-radius:7px;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;color:var(--text);text-decoration:none;transition:background .12s}.room-dropdown-setting-row svg{color:var(--accent2);flex-shrink:0}.room-dropdown-setting-row:hover{background:var(--bg)}.room-dropdown-eyebrow{font-size:9.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent2);padding:6px 14px 4px}.room-dropdown-row{display:block;width:100%;text-align:left;padding:10px 14px;border:none;background:transparent;font-family:inherit;font-size:13.5px;font-weight:500;color:var(--text);cursor:pointer;border-radius:6px}.room-dropdown-row:hover{background:var(--surface2)}.room-dropdown-create{display:block;width:100%;text-align:left;padding:10px 14px;border:none;background:transparent;font-family:inherit;font-style:italic;font-size:13px;font-weight:600;color:var(--accent);cursor:pointer;border-radius:6px;border-top:1px solid var(--border);margin-top:2px}.room-dropdown-create:hover{background:var(--surface2)}.room-setting-eyebrow{font-size:9.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent2);margin:12px 2px 2px}.room-setting-sub{font-size:11px;color:var(--text3);margin:0 2px 8px}.room-info-btn{width:15px;height:15px;border-radius:50%;border:1.5px solid var(--text3);background:none;color:var(--text3);font-size:9px;font-weight:800;font-style:italic;line-height:1;cursor:pointer;padding:0;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;text-transform:none;letter-spacing:0}.room-info-btn:hover{color:var(--accent);border-color:var(--accent)}.room-remove-row{display:flex;align-items:center;gap:8px;padding:4px 2px}.room-remove-name{flex:1;font-size:.82rem;color:var(--text);text-align:left;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.room-remove-count{font-size:.7rem;font-weight:700;color:var(--text3);flex-shrink:0}.room-remove-btn{flex-shrink:0;font-size:.72rem;font-weight:700;padding:4px 10px;border-radius:99px;border:1.5px solid var(--red);color:var(--red);background:transparent;cursor:pointer;transition:background .12s,color .12s}.room-remove-btn:hover,.room-remove-btn.voted{background:var(--red);color:#fff}.room-join-approve,.room-join-deny{flex-shrink:0;font-size:.72rem;font-weight:700;padding:4px 10px;border-radius:99px;cursor:pointer;border:1.5px solid;background:transparent;transition:background .12s,color .12s}.room-join-approve{border-color:var(--green, #3a8f4f);color:var(--green, #3a8f4f)}.room-join-approve:hover{background:var(--green, #3a8f4f);color:#fff}.room-join-deny{border-color:var(--text3);color:var(--text3)}.room-join-deny:hover{background:var(--text3);color:var(--surface)}.room-swatch-row{display:flex;gap:8px;flex-wrap:wrap;padding:0 2px}.room-swatch{width:24px;height:24px;border-radius:99px;border:none;padding:0;cursor:pointer;box-shadow:0 0 0 1px var(--border);position:relative;overflow:hidden}.room-swatch.active{box-shadow:0 0 0 2px var(--surface),0 0 0 4px currentColor}.room-swatch-custom{background:conic-gradient(from 0deg,#e3403a,#e3b418,#1a6e30,#1a4a8a,#6a1f5a,#e3403a);display:inline-flex;align-items:center;justify-content:center}.room-swatch-custom input{opacity:0;width:100%;height:100%;cursor:pointer;border:none;padding:0}.room-pattern-row{display:flex;gap:7px;flex-wrap:wrap;padding:0 2px}.room-pattern-chip{font-size:11.5px;font-weight:600;padding:5px 11px;border-radius:99px;border:1.5px solid var(--border);background:var(--surface);color:var(--text2);cursor:pointer;font-family:inherit;transition:all .12s}.room-pattern-chip:hover:not(.active){border-color:var(--text2)}.room-pattern-chip.active{background:var(--accent);border-color:var(--accent);color:var(--on-accent)}.room-setting-reset{margin-top:12px;width:100%;background:none;border:none;cursor:pointer;font-family:inherit;font-size:11.5px;font-style:italic;color:var(--text3);text-decoration:underline;text-underline-offset:2px}.room-setting-reset:hover{color:var(--text2)}.content[data-pattern]:not([data-pattern=none]){position:relative}.content[data-pattern]:not([data-pattern=none]):before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;opacity:.05;color:var(--text)}.content[data-pattern=marquee]:before{background-image:repeating-linear-gradient(90deg,currentColor 0 2px,transparent 2px 16px)}.content[data-pattern=dots]:before{background-image:radial-gradient(currentColor 1.6px,transparent 1.7px);background-size:20px 20px}.content[data-pattern=stripes]:before{background-image:repeating-linear-gradient(45deg,currentColor 0 2px,transparent 2px 14px)}.content[data-pattern]:not([data-pattern=none])>*{position:relative;z-index:1}@media (min-width: 1024px){.sticky-top{position:fixed;top:0;left:0;bottom:0;width:208px;z-index:200}.header-marquee{flex-direction:column;flex-wrap:nowrap;align-items:stretch;height:100vh;min-height:100vh;padding:18px 14px 15px;gap:0;border-bottom:none;border-right:1.5px solid var(--border);overflow:visible}.sidebar-brand,.header-right,.sidebar-room,.header-tabs,.sidebar-nominees{order:0;flex:0 0 auto;margin-left:0}.sidebar-brand{padding:0 3px;gap:7px}.header-logo-img{height:32px}.sidebar-wordmark{display:inline;font-size:18px}.header-divider{display:none}.sidebar-room{margin-top:20px}.room-capsule{width:100%;max-width:100%;height:auto;padding:9px 34px 10px 14px;flex-direction:column;align-items:flex-start;text-align:left;gap:3px;position:relative;overflow:visible}.room-capsule-eyebrow{display:block;font-size:7px;letter-spacing:.1em}.room-capsule-label{display:block;width:100%;text-align:left;font-size:13px;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.room-capsule>svg{position:absolute;top:50%;right:13px;transform:translateY(-50%)}.room-dropdown{left:0;right:auto;width:300px}.header-tabs{flex:0 0 auto;flex-direction:column;align-items:stretch;gap:4px;overflow:visible;margin-top:23px}.header-tab{width:100%;justify-content:flex-start;padding:7px 9px;border:none;border-radius:8px;background:none;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text2)}.header-tab .header-tab-label{flex:1;text-align:left}.header-tab:hover{color:var(--text)}.header-tab.active{background:var(--surface);color:var(--text)}.header-tab.active:after{content:"";position:absolute;left:0;right:auto;top:6px;bottom:6px;width:3px;height:auto;background:var(--accent);border-radius:2px}.header-tab .nav-badge{background:var(--accent);color:var(--on-accent)}.sidebar-nominees{display:block;margin-top:28px;border:1.5px solid var(--border);border-radius:9px;padding:8px 7px 7px;background:var(--surface)}.sidebar-nominees-head{display:flex;align-items:center;justify-content:space-between;padding:0 3px 6px}.sidebar-nominees-title{font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent2)}.sidebar-nominees-count{font-size:9.5px;font-weight:700;color:var(--text3)}.sidebar-nominees-slots{display:flex;flex-direction:column;gap:8px;padding:0 1px}.sidebar-nom-row{position:relative;display:flex;align-items:center;gap:8px;height:44px;width:100%;background:none;border:none;padding:0;text-align:left}.sidebar-nom-thumb{position:relative;width:31px;height:44px;flex-shrink:0;border-radius:5px;overflow:hidden;background:var(--surface2);box-shadow:0 0 0 1px var(--border)}.sidebar-nom-thumb img,.sidebar-nom-poster-blank{width:100%;height:100%;object-fit:cover;background:var(--surface2);display:block}.empty-thumb{box-shadow:none;border:1.5px dashed var(--border2);background:var(--bg);display:flex;align-items:center;justify-content:center;color:var(--text3)}.sidebar-nom-name{flex:1;min-width:0;height:100%;display:flex;align-items:center;padding:0 9px;border-radius:7px;background:var(--surface2)}.sidebar-nom-name-text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:10px;font-weight:600;color:var(--text);line-height:1.16}.sidebar-nom-name-text.long{font-size:8.5px}.sidebar-nom-bar{flex:1;height:100%;border-radius:7px;border:1.5px dashed var(--border2);background:var(--bg)}.sidebar-nom-row.empty{cursor:pointer}.sidebar-nom-row.empty:hover .empty-thumb,.sidebar-nom-row.empty:hover .sidebar-nom-bar{border-color:var(--accent);color:var(--accent2)}.sidebar-nom-remove{position:absolute;top:2px;right:2px;z-index:2;width:14px;height:14px;border-radius:50%;border:none;background:#160d06d1;color:#fff;cursor:pointer;padding:0;display:inline-flex;align-items:center;justify-content:center}.sidebar-nom-remove:hover{background:var(--red);color:#fff}.sidebar-nominees-btn{width:100%;margin-top:7px;padding:6px 8px;background:var(--accent);color:var(--on-accent);border:1.5px solid var(--accent);border-radius:7px;font-family:var(--font-body);font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;cursor:pointer}@keyframes nudgePulse{0%,to{box-shadow:0 0 #d5af348c}50%{box-shadow:0 0 0 6px #d5af3400}}.sidebar-nominees-btn.nudge{animation:nudgePulse 1.3s ease-in-out infinite}.sidebar-nominees-slots.drag-over .sidebar-nom-bar,.sidebar-nominees-slots.drag-over .empty-thumb{border-color:var(--accent);border-style:solid;background:color-mix(in srgb,var(--accent) 12%,var(--bg))}.sidebar-nominees-btn:disabled,.sidebar-nominees-btn.add-mode{background:transparent;color:var(--accent);border-color:var(--accent)}.sidebar-nominees-btn.add-mode:hover{background:var(--accent);color:var(--on-accent)}.sidebar-nominees-waiting{display:flex;align-items:center;gap:6px;margin-top:7px;padding:6px 3px;font-size:10px;color:var(--text2)}.header-right{flex-direction:column;align-items:stretch;margin-top:auto;padding-top:20px}.member-dock{display:flex;flex-direction:column;align-items:center;gap:18px;transform:none;margin:0;padding:4px 0}.member-dock-row{display:flex;justify-content:center;gap:18px}.member-dock-row+.member-dock-row{margin-left:0}.member-dock-spacer{display:block;width:46px;height:46px}.member-dock-cell{position:relative}.content{margin:0 0 0 208px;width:auto;max-width:none;padding:38px 44px;text-align:left}.content .section-header,.content .section-title,.content .section-sub{text-align:left}.content .empty-state{margin-left:0}.app-footer{margin:auto 0 1.4rem}.nomination-cart{display:none}}
