plane/web/public/onboarding/create-join-workspace.svg

332 lines
464 KiB
XML
Raw Permalink Normal View History

feat: session auth implementation (#4411) * feat: session authentication and god-mode implementation (#4302) * dev: move authentication to base class for credentials * chore: new account creation * dev: return error as query parameter * dev: accounts and profile endpoints for user * fix: user store updates * fix: store fixes * fix: type fixes * dev: set is_password_autoset and is_email_verifier for auth providers * dev: move all auth configuration to different apps * dev: fix circular imports * dev: remove unused imports * dev: fix imports for authentication * dev: update endpoints to use rest framework api viewa * fix: onboarding fixes * dev: session model changes * fix: session model and add check for last name first name and avatar * dev: fix referer redirect * dev: remove auth imports * dev: fix imports * dev: update migrations * fix: instance admin login * comflict: conflicts resolved * dev: fix import errors and email check endpoint * fix: error messages and redirects after login * dev: configs api * fix: is github enabled boolean * dev: merge config and instance api * conflict: merge conflict resolved * dev: instance admin sign up endpoint * dev: enable magic link login * dev: configure instance variables for github and google enabled * chore: typo fixes * fix: god mode docker file changes * build-error: resolved build errors * fix: docker compose changes * dev: add email credential check endpoint * fix: minor package changes * fix: docker related changes * dev: add nginx rules in the nginx template * dev: refactor the url patterns * fix: docker changes * fix: docker files for god-mode * fix: static export * fix: nginx conf * dev: smtp sender refused exception * fix: godmode fixes * chore: god mode revamp. * dev: add csrf secured flag * fix: oauth redirect uri and session settings * chore: god mode app changes. (#3982) * chore: send test email functionality. * style: authentication methods page UI revamp. * chore: create workspace popup. * fix: user me endpoint * dev: fix redirection after authentication * dev: handle god mode redirection * fix: redirections * fix: auth related hooks * fix: store related fixes * dev: fix session authentication for rest apis * fix: linting errors * fix: removing references of useStore= * dev: fix redirection and password validation * dev: add useUser hook * fix: build fixes and lint issues * fix: removing useApplication hook * fix: build errors * fix: delete unused files * fix: auth build fixes * fix: bugfixes * dev: alter avatar to support more than 255 chars * dev: fix profile endpoint and increase session expiry time and update session on every request * chore: resolved the migration * chore: resolved merge conflicts * dev: error codes and error messages for the auth flow * dev: instance admin sign up and sign in endpoint * dev: use zxcvbn to validate password strength * dev: add extra parameters when error handling on instance god mode * chore: auth init * chore: signin/ signup form ui updates and password strength meter. * chore: update password fields. * chore: validations and error handling. * chore: updated sign-up form * chore: updated workflow and updated the code structure * chore: instance empty state for god-mode. * chore: instance and auth wrappers update * fix: renaming godmode * fix: docker changes * chore: updated authentication wrappers * chore: updated the authentication workflow and rendered all pages * fix: build errors * fix: docker related fixes * fix: tailing slash added to space and admin for valid nginx locations * chore: seperate pages for signup and login * git-action modified for admin file changes * feature build action updated for admin app * self host modified * chore: resolved build errors and handled signin and signup in a seperate route * chore: sign-in and sign-up revamp. * fix: migration conflicts * dev: migrations * chore: handled redirection * dev: admin url * dev: create seperate endpoint for instance admin me * dev: instance admin endpoint * git action fixed * chore: handled auth wrappers * dev: add serializer and remove print logs * fix: build errors * dev: fix migrations * dev: instance folder structuring * fix: linting errors * chore: resolved build errors * chore: updated store and auth workflow and updates api service types * chore: Replaced Next Link with Anchoer tag for god-mode redirection * add 3333 port to allowed origins * make password login working again * dev: fix redirection, add admin signout endpoint and fix email credential check endpoint * fix unique code sign in * fix small build error * enable sign out * dev: add google client secret variable to configure instance * dev: add referer for redirection * fix origin urls for oauths * admin setup and login separation * dev: fix user redirection and tour completed endpoint * fix build errors * dev: add set password endpoint * dev: remove user creation logic for redirection * fix unique code page * fix forgot password * chore: onboarding revamp. * dev: fix workspace slug redirection in login * chore: invited user onboarding flow update. * chore: fix switch or delete account modal. * fix members exception * refactor auth flows and add invitations to auth flow * fix sig in sign up url * fix action url * fix build errors * dev: fix user set password when logging in * dev: reset password endpoint * chore: confirm password validation for signup and onboarding. * enable reset password * fix build error * chore: minor UI updates. * chore: forgot and reset password UI revamp. * fix authentication re directions * dev: auth redirections * change url paths for signup and signin * dev: make the user logged in when changing passwords * dev: next path redirection for web and space app * dev: next path for magic sign in endpoint * dev: github space endpoint * chore: minor ui updates and fixes in web app. * set password screen * fix multiple unique code generation * dev: next path base redirection * dev: remove print logs * dev: auth space endpoints * fix build errors * dev: invalidate cache on configuration update, god mode exception errors and authentication failed code * dev: fix space endpoints and add extra endpoints * chore: space auth revamp. * dev: add sign up for space app * fix: build errors. * fix: auth redirection logic. * chore: space app onboarding revamp. --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: = <=> Co-authored-by: rahulramesha <rahulramesham@gmail.com> * chore: updated file structure for admin * chore: updated admin-sidebar * chore: auth error handling * chore: onboarding UI updates and dark mode fixes. * chore: add `user personalization` step to onboarding profile setup screen. * chore: fix minor UI bugs * chore: authentication workflow changes * chore: handled signin workflow * style: switch or delete account workflow * chore: god mode redirection URL * feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters * chore: god-mode redirection * chore: onboarding ui updates and accept invitation workflow updates. * chore: rename unique code auth form. * style: space auth ux copy. * chore: updated intance and auth wrapper logic * chore: update default layout style. * chore: update confirm password. * chore: backend redirection * style: update banner ui * chore: minor ui updates and validation fix. * chore: removed old auth hook * chore: handled auth wrapper * chore: handled store loaders in the user * chore: handled logs * chore: add loading spinners for all auth and onboarding form buttons. * chore: add background pattern in admin auth forms and minor ui fixes. * chore: UI changes and revamp components for authentication * chore: auth UI consistency in web, space and admin. * chore: resolved build errors * chore: removed old auth hooks * chore: handled lint errors in use accounts * chore: updated authentication wrapper logic in web app * [WEB -1149] dev: update dependencies (#4333) * dev: upgrade dependencies remove unwanted dependency and add ruff as local dependency * dev: add comments * chore: authentication wrapper fetch user * chore: updated store loader * chore: removed old auth wrapper and replaced the imports with new auth wrapper * chore: join workspace invitation workflow updates * chore: build error resolved in deploy * chore: handled onboarding step error in web app * chore: SMTP Name and Password validation removed * chore: handled seo and signout logic and new user popup * chore: added redirection to plane in the sidebar * chore: resolved build errors * dev: admin session cookie update * chore: updated cookie session time for admin * dev: add start date and end date to projects (#4355) * chore: add email security dropdown and remove SMTP username and password validation. * chore: add tooltip to admin sidebar help-section. * chore: add dropdown to collapsed admin sidebar. * chore: profile themning * chore: updated page error messages and theme in command palette * dev: add email validation in email check apis * dev: remove start date and end date from project * chore: updated space folder structure and updated the store hooks * dev: error codes for authentication * chore: handled authentication in space and web apps * chore: banner redirect handling the email * dev: god mode error codes * chore: updated error codes * chore: updated onboarding images * dev: signout endpoints and saving login domain while creating sessions * feat: Self Host Data Backup (#4383) * feat: implemented backup , support for docker-compose tool, readme updated * minor fix in shell script * codacy fixes * chore: handled build errors in web * chore: updated react, react-dom, and next versions * chore: updated password autioset in the signin * dev: add logo prop to views and pages * chore: updated api service and handled the set password in store * chore: handled build errors and code cleanup * dev: return 401 when the session is not valid * dev: users/me exception for api * chore: installed lodash in space app * dev: add auth route in nginx --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Co-authored-by: Manish Gupta <manish@mgupta.me> Co-authored-by: rahulramesha <rahulramesham@gmail.com> Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> Co-authored-by: Daniel Alba <56451942+redrum15@users.noreply.github.com> Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
2024-05-08 17:31:20 +00:00
<svg width="574" height="900" viewBox="0 0 574 900" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g clip-path="url(#clip0_10537_90892)">
<rect x="0.316406" width="573" height="900" fill="#F7F9FF"/>
<mask id="mask0_10537_90892" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="5" width="1589" height="999">
<g clip-path="url(#clip1_10537_90892)">
<path d="M716.392 308.828C716.392 456.088 619.027 575.466 498.922 575.466C378.816 575.466 -371.59 58.9684 -371.59 -88.2915C-371.59 -235.551 706.598 -32.8208 826.703 -32.8208C946.809 -32.8208 716.392 161.568 716.392 308.828Z" fill="url(#paint0_linear_10537_90892)"/>
<path d="M800.858 939.852C800.858 1087.11 703.493 1206.49 583.387 1206.49C463.282 1206.49 -205.81 1172.16 -205.81 1024.9C-205.81 877.645 -156.351 528.82 -36.2457 528.82C83.8598 528.82 800.858 792.593 800.858 939.852Z" fill="url(#paint1_radial_10537_90892)"/>
<path d="M1047.55 309.232C1371.62 601.921 1221.92 454.833 1500.26 447.422C1543.93 455.834 1618.06 456.234 1565.24 390.542C1499.23 308.428 1520.5 250.429 1438 160.965C1355.5 71.5014 1305.25 -19.3924 1180.7 -161.682C1056.14 -303.973 1046.56 -186.679 906.141 -197.798C765.72 -208.917 829.766 -191.259 636.022 15.1976C442.278 221.655 723.487 16.5435 1047.55 309.232Z" fill="#D9D9D9"/>
<path d="M913.206 720.325C370.079 771.423 632.17 755.652 409.551 970.137C365.606 997.473 304.083 1053.03 409.551 1056.56C541.385 1060.98 578.488 1115.23 730.848 1112.07C883.208 1108.92 1010.31 1131 1247.13 1131C1483.96 1131 1381.34 1046.47 1507.65 948.057C1633.96 849.646 1564.49 886.235 1529.75 604.251C1495.02 322.267 1456.33 669.227 913.206 720.325Z" fill="#D9D9D9"/>
</g>
</mask>
<g mask="url(#mask0_10537_90892)">
<g opacity="0.09">
<line x1="-10.3008" y1="625.327" x2="1501.28" y2="625.327" stroke="#1F2D5C" stroke-width="0.6"/>
<line x1="-10.3008" y1="302.591" x2="1501.28" y2="302.591" stroke="#1F2D5C" stroke-width="0.6"/>
<line x1="-10.3008" y1="463.958" x2="1501.28" y2="463.958" stroke="#1F2D5C" stroke-width="0.6"/>
<line x1="-10.3008" y1="786.696" x2="1501.28" y2="786.696" stroke="#1F2D5C" stroke-width="0.6"/>
<line x1="-10.3008" y1="141.22" x2="1501.28" y2="141.22" stroke="#1F2D5C" stroke-width="0.6"/>
<line x1="-10.3008" y1="544.643" x2="1501.28" y2="544.643" stroke="#1F2D5C" stroke-width="0.6"/>
<line x1="-10.3008" y1="867.382" x2="1501.28" y2="867.382" stroke="#1F2D5C" stroke-width="0.6"/>
<line x1="-10.3008" y1="221.905" x2="1501.28" y2="221.905" stroke="#1F2D5C" stroke-width="0.6"/>
<line x1="-10.3008" y1="383.272" x2="1501.28" y2="383.272" stroke="#1F2D5C" stroke-width="0.6"/>
<line x1="-10.3008" y1="706.012" x2="1501.28" y2="706.013" stroke="#1F2D5C" stroke-width="0.6"/>
<line x1="-10.3008" y1="60.534" x2="1501.28" y2="60.534" stroke="#1F2D5C" stroke-width="0.6"/>
<line x1="36.6438" y1="-48.8457" x2="36.6437" y2="1118.56" stroke="#1F2D5C" stroke-width="0.6"/>
<line x1="359.384" y1="-48.8457" x2="359.384" y2="1118.56" stroke="#1F2D5C" stroke-width="0.6"/>
<line x1="198.014" y1="-48.8457" x2="198.014" y2="1118.56" stroke="#1F2D5C" stroke-width="0.6"/>
<line x1="520.754" y1="-48.8457" x2="520.754" y2="1118.56" stroke="#1F2D5C" stroke-width="0.6"/>
<line x1="117.331" y1="-48.8457" x2="117.331" y2="1118.56" stroke="#1F2D5C" stroke-width="0.6"/>
<line x1="440.067" y1="-48.8457" x2="440.067" y2="1118.56" stroke="#1F2D5C" stroke-width="0.6"/>
<line x1="278.701" y1="-48.8457" x2="278.701" y2="1118.56" stroke="#1F2D5C" stroke-width="0.6"/>
</g>
<g opacity="0.5">
<rect x="440.456" y="786.309" width="80.2262" height="80.2262" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="520.684" y="464.207" width="80.2262" height="79.0801" fill="#3F76FF" fill-opacity="0.1"/>
<rect x="440.311" y="222.432" width="80.2262" height="79.0801" fill="#3F76FF" fill-opacity="0.1"/>
<rect x="440.311" y="464.207" width="80.2262" height="79.0801" fill="#3F76FF" fill-opacity="0.1"/>
<rect x="360.23" y="786.309" width="80.2262" height="80.2262" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="360.23" y="866.533" width="80.2262" height="81.3723" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="198.632" y="706.082" width="80.2262" height="80.2262" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="117.26" y="59.6875" width="81.3723" height="80.2262" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="37.0332" y="60.834" width="81.3723" height="80.2262" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="117.26" y="139.914" width="81.3723" height="82.5184" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="440.457" y="-20.5391" width="81.3723" height="80.2262" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="198.632" y="301.512" width="80.2262" height="81.3723" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="37.3164" y="221" width="81" height="82" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="-43.6836" y="141" width="81" height="82" fill="#3F76FF" fill-opacity="0.15"/>
</g>
</g>
<path d="M119.316 250.5L117.723 255.344C117.642 255.592 117.503 255.817 117.318 256.002C117.134 256.186 116.908 256.325 116.661 256.407L111.816 258L116.661 259.593C116.908 259.675 117.134 259.814 117.318 259.998C117.503 260.183 117.642 260.408 117.723 260.656L119.316 265.5L120.91 260.656C120.991 260.408 121.13 260.183 121.314 259.998C121.499 259.814 121.724 259.675 121.972 259.593L126.816 258L121.972 256.407C121.724 256.325 121.499 256.186 121.314 256.002C121.13 255.817 120.991 255.592 120.91 255.344L119.316 250.5Z" stroke="#3358D4" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M113.483 250.5V253.833" stroke="#3358D4" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M125.149 262.166V265.499" stroke="#3358D4" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M111.816 252.166H115.15" stroke="#3358D4" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M123.483 263.834H126.817" stroke="#3358D4" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M140.873 264L137.646 252.364H139.493L141.76 261.375H141.868L144.225 252.364H146.055L148.413 261.381H148.521L150.782 252.364H152.635L149.402 264H147.635L145.186 255.284H145.095L142.646 264H140.873ZM156.916 264.176C156.098 264.176 155.384 263.989 154.774 263.614C154.164 263.239 153.69 262.714 153.353 262.04C153.016 261.366 152.848 260.578 152.848 259.676C152.848 258.771 153.016 257.979 153.353 257.301C153.69 256.623 154.164 256.097 154.774 255.722C155.384 255.347 156.098 255.159 156.916 255.159C157.734 255.159 158.448 255.347 159.058 255.722C159.668 256.097 160.141 256.623 160.478 257.301C160.815 257.979 160.984 258.771 160.984 259.676C160.984 260.578 160.815 261.366 160.478 262.04C160.141 262.714 159.668 263.239 159.058 263.614C158.448 263.989 157.734 264.176 156.916 264.176ZM156.922 262.75C157.452 262.75 157.891 262.61 158.24 262.33C158.588 262.049 158.846 261.676 159.012 261.21C159.183 260.744 159.268 260.231 159.268 259.67C159.268 259.114 159.183 258.602 159.012 258.136C158.846 257.667 158.588 257.29 158.24 257.006C157.891 256.722 157.452 256.58 156.922 256.58C156.387 256.58 155.944 256.722 155.592 257.006C155.243 257.29 154.984 257.667 154.814 258.136C154.647 258.602 154.564 259.114 154.564 259.67C154.564 260.231 154.647 260.744 154.814 261.21C154.984 261.676 155.243 262.049 155.592 262.33C155.944 262.61 156.387 262.75 156.922 262.75ZM162.88 264V255.273H164.522V256.659H164.613C164.772 256.189 165.053 255.82 165.454 255.551C165.859 255.278 166.318 255.142 166.829 255.142C166.935 255.142 167.06 255.146 167.204 255.153C167.352 255.161 167.467 255.17 167.551 255.182V256.807C167.483 256.788 167.361 256.767 167.187 256.744C167.013 256.718 166.839 256.705 166.664 256.705C166.263 256.705 165.905 256.79 165.591 256.96C165.28 257.127 165.034 257.36 164.852 257.659C164.67 257.955 164.579 258.292 164.579 258.67V264H162.88ZM170.583 261.04L170.572 258.966H170.868L174.345 255.273H176.379L172.413 259.477H172.146L170.583 261.04ZM169.021 264V252.364H170.72V264H169.021ZM174.532 264L171.407 259.852L172.578 258.665L176.618 264H174.532ZM184.467 257.403L182.927 257.676C182.863 257.479 182.761 257.292 182.62 257.114C182.484 256.936 182.298 256.79 182.064 256.676C181.829 256.562 181.535 256.506 181.183 256.506C180.702 256.506 180.3 256.614 179.978 256.83C179.656 257.042 179.495 257.316 179.495 257.653C179.495 257.945 179.603 258.18 179.819 258.358C180.035 258.536 180.384 258.682 180.865 258.795L182.251 259.114C183.054 259.299 183.653 259.585 184.047 259.972C184.44 260.358 184.637 260.86 184.637 261.477C184.637 262 184.486 262.466 184.183 262.875C183.884 263.28 183.465 263.598 182.927 263.83C182.393 264.061 181.774 264.176 181.069 264.176C180.092 264.176 179.295 263.968 178.677 263.551C178.06 263.131 177.681 262.534 177.541 261.761L179.183 261.511C179.285 261.939 179.495 262.263 179.814 262.483C180.132 262.699 180.547 262.807 181.058 262.807C181.615 262.807 182.06 262.691 182.393 262.46C182.726 262.225 182.893 261.939 182.893 261.602C182.893 261.33 182.791 261.1 182.586 260.915C182.386 260.729 182.077 260.589 181.66 260.494L180.183 260.17C179.368 259.985 178.766 259.689 178.376 259.284C177.99 258.879 177.797 258.366 177.797 257.744C177.797 257.229 177.94 256.778 178.228 256.392C178.516 256.006 178.914 255.705 179.422 255.489C179.929 255.269 180.511 255.159 181.166 255.159C182.109 255.159 182.851 255.364 183.393 255.773C183.935 256.178 184.293 256.722 184.467 257.403ZM186.505 267.273V255.273H188.164V256.688H188.306C188.405 256.506 188.547 256.295 188.733 256.057C188.918 255.818 189.176 255.61 189.505 255.432C189.835 255.25 190.27 255.159 190.812 255.159C191.517 255.159 192.145 255.337 192.699 255.693C193.252 256.049 193.685 256.562 194 257.233C194.318 257.903 194.477 258.71 194.477 259.653C194.477 260.597 194.32 261.405 194.005 262.08C193.691 262.75 193.259 263.267 192.71 263.631C192.161 263.991 191.534 264.17 190.829 264.17C190.299 264.17 189.865 264.081 189.528 263.903C189.195 263.725 188.933 263.517 188.744 263.278C188.555 263.04 188.409 262.828 188.306 262.642H188.204V267.273H186.505ZM188.17 259.636C188.17 260.25 188.259 260.788 1
<g filter="url(#filter0_bdd_10537_90892)">
<rect x="99.3164" y="304" width="509" height="626" rx="9.80746" fill="url(#paint2_linear_10537_90892)" fill-opacity="0.4" shape-rendering="crispEdges"/>
<rect x="99.4214" y="304.105" width="508.79" height="625.79" rx="9.70252" stroke="url(#paint3_linear_10537_90892)" stroke-width="0.209889" shape-rendering="crispEdges"/>
</g>
<g filter="url(#filter1_d_10537_90892)">
<g clip-path="url(#clip2_10537_90892)">
<mask id="mask1_10537_90892" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="108" y="312" width="1513" height="944">
<path d="M1620.32 312H108.316V1256H1620.32V312Z" fill="white"/>
</mask>
<g mask="url(#mask1_10537_90892)">
<path d="M1620.32 312H108.316V1256H1620.32V312Z" fill="white"/>
<path d="M108.316 312H388.316V1256H108.316V312Z" fill="white"/>
<mask id="mask2_10537_90892" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="108" y="312" width="281" height="944">
<path d="M108.316 312H388.316V1256H108.316V312Z" fill="white"/>
</mask>
<g mask="url(#mask2_10537_90892)">
<path d="M387.316 312V1256H389.316V312H387.316Z" fill="#D9D9E0"/>
</g>
<path d="M365.316 758H131.316C129.107 758 127.316 759.791 127.316 762V778C127.316 780.209 129.107 782 131.316 782H365.316C367.526 782 369.316 780.209 369.316 778V762C369.316 759.791 367.526 758 365.316 758Z" fill="white"/>
<path d="M364.316 435H132.316C130.107 435 128.316 436.791 128.316 439V459C128.316 461.209 130.107 463 132.316 463H364.316C366.526 463 368.316 461.209 368.316 459V439C368.316 436.791 366.526 435 364.316 435Z" fill="white"/>
<path d="M142.316 443H138.983C138.615 443 138.316 443.298 138.316 443.667V447C138.316 447.368 138.615 447.667 138.983 447.667H142.316C142.685 447.667 142.983 447.368 142.983 447V443.667C142.983 443.298 142.685 443 142.316 443Z" stroke="#60646C" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M149.65 443H146.317C145.949 443 145.65 443.298 145.65 443.667V447C145.65 447.368 145.949 447.667 146.317 447.667H149.65C150.019 447.667 150.317 447.368 150.317 447V443.667C150.317 443.298 150.019 443 149.65 443Z" stroke="#60646C" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M149.65 450.332H146.317C145.949 450.332 145.65 450.631 145.65 450.999V454.332C145.65 454.701 145.949 454.999 146.317 454.999H149.65C150.019 454.999 150.317 454.701 150.317 454.332V450.999C150.317 450.631 150.019 450.332 149.65 450.332Z" stroke="#60646C" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M142.316 450.332H138.983C138.615 450.332 138.316 450.631 138.316 450.999V454.332C138.316 454.701 138.615 454.999 138.983 454.999H142.316C142.685 454.999 142.983 454.701 142.983 454.332V450.999C142.983 450.631 142.685 450.332 142.316 450.332Z" stroke="#60646C" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M161.355 454V444.545H162.782V448.654H167.495V444.545H168.926V454H167.495V449.877H162.782V454H161.355ZM173.62 454.143C172.955 454.143 172.375 453.991 171.88 453.686C171.384 453.381 170.999 452.955 170.725 452.407C170.452 451.859 170.315 451.219 170.315 450.487C170.315 449.751 170.452 449.108 170.725 448.557C170.999 448.006 171.384 447.578 171.88 447.274C172.375 446.969 172.955 446.817 173.62 446.817C174.285 446.817 174.865 446.969 175.36 447.274C175.856 447.578 176.241 448.006 176.514 448.557C176.788 449.108 176.925 449.751 176.925 450.487C176.925 451.219 176.788 451.859 176.514 452.407C176.241 452.955 175.856 453.381 175.36 453.686C174.865 453.991 174.285 454.143 173.62 454.143ZM173.625 452.984C174.055 452.984 174.412 452.871 174.696 452.643C174.979 452.415 175.188 452.112 175.323 451.733C175.462 451.355 175.531 450.938 175.531 450.482C175.531 450.03 175.462 449.614 175.323 449.236C175.188 448.854 174.979 448.548 174.696 448.317C174.412 448.086 174.055 447.971 173.625 447.971C173.191 447.971 172.831 448.086 172.544 448.317C172.261 448.548 172.05 448.854 171.912 449.236C171.776 449.614 171.709 450.03 171.709 450.482C171.709 450.938 171.776 451.355 171.912 451.733C172.05 452.112 172.261 452.415 172.544 452.643C172.831 452.871 173.191 452.984 173.625 452.984ZM178.206 454V446.909H179.531V448.063H179.619C179.766 447.672 180.008 447.368 180.344 447.149C180.679 446.928 181.081 446.817 181.548 446.817C182.022 446.817 182.419 446.928 182.739 447.149C183.063 447.371 183.301 447.675 183.455 448.063H183.529C183.698 447.685 183.967 447.383 184.337 447.158C184.706 446.931 185.146 446.817 185.657 446.817C186.3 446.817 186.825 447.018 187.231 447.422C187.641 447.825 187.845 448.433 187.845 449.245V454H186.465V449.374C186.465 448.894 186.334 448.546 186.073 448.331C185.811 448.116 185.499 448.008 185.135 448.008C184.686 448.008 184.337 448.146 184.087 448.423C183.838 448.697 183.714 449.05 183.714 449.48V454H182.338V449.287C182.338 448.902 182.218 448.593 181.978 448.359C181.738 448.125 181.425 448.008 181.041 448.008C180.779 448.008 180.537 448.077 180.316 448.216C180.097 448.351 179.92 448.54 179.785 448.783C179.653 449.027 179.586 449.308 179.586 449.628V454H178.206ZM192.491 454.143C191.793 454.143 191.191 453.994 190.686 453.695C190.185 453.394 189.797 452.971 189.523 452.426C189.252 451.878 189.117 451.236 189.117 450.501C189.117 449.774 189.252 449.134 189.523 448.58C189.797 448.026 190.179 447.594 190.668 447.283C191.16 446.972 191.736 446.817 192.395 446.817C192.795 446.817 193.182 446.883 193.558 447.015C193.933 447.148 194.27 447.355 194.569 447.638C194.867 447.922 195.103 448.289 195.275 448.742C195.448 449.191 195.534 449.737 195.534 450.381V450.87H189.897V449.836H194.181C194.181 449.473 194.107 449.151 193.96 448.871C193.812 448.588 193.604 448.365 193.336 448.202C193.072 448.039 192.761 447.957 192.404 447.957C192.016 447.957 191.677 448.052 191.388 448.243C191.102 448.431 190.88 448.677 190.723 448.982C190.569 449.283 190.493 449.611 190.493 449.965V450.773C190.493 451.247 190.576 451.65 190.742 451.983C190.911 452.315 191.147 452.569 191.448 452.744C191.75 452.917 192.102 453.003 192.505 453.003C192.767 453.003 193.005 452.966 193.221 452.892C193.436 452.815 193.623 452.701 193.779 452.55C193.936 452.4 194.056 452.213 194.14 451.992L195.446 452.227C195.341 452.612 195.154 452.949 194.883 453.238C194.615 453.525 194.278 453.748 193.872 453.908C193.469 454.065 193.009 454.143 192.491 454.143Z" fill="#60646C"/>
<path d="M364.316 467H132.316C130.107 467 128.316 468.791 128.316 471V491C128.316 493.209 130.107 495 132.316 495H364.316C366.526 495 368.316 493.209 368.316 491V471C368.316 468.791 366.526 467 364.316 467Z" fill="white"/>
<path d="M148.316 486.334V479.668" stroke="#60646C" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M144.316 486.334V475.668" stroke="#60646C" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M140.316 486.332V482.332" stroke="#60646C" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M162.154 486.001H160.64L164.042 476.546H165.69L169.092 486.001H167.578L164.905 478.264H164.831L162.154 486.001ZM162.408 482.299H167.32V483.499H162.408V482.299ZM171.467 481.791V486.001H170.087V478.91H171.412V480.064H171.5C171.663 479.689 171.918 479.387 172.266 479.159C172.617 478.932 173.058 478.818 173.591 478.818C174.074 478.818 174.497 478.919 174.86 479.122C175.224 479.322 175.505 479.621 175.705 480.018C175.905 480.415 176.005 480.906 176.005 481.491V486.001H174.625V481.657C174.625 481.143 174.491 480.741 174.223 480.452C173.956 480.16 173.588 480.013 173.12 480.013C172.8 480.013 172.515 480.083 172.266 480.221C172.02 480.36 171.824 480.563 171.68 480.831C171.538 481.095 171.467 481.415 171.467 481.791ZM179.66 486.158C179.211 486.158 178.804 486.075 178.441 485.909C178.078 485.739 177.79 485.495 177.578 485.175C177.369 484.855 177.264 484.462 177.264 483.997C177.264 483.597 177.341 483.268 177.495 483.01C177.649 482.751 177.856 482.546 178.118 482.396C178.38 482.245 178.672 482.131 178.995 482.054C179.318 481.977 179.648 481.918 179.983 481.878C180.408 481.829 180.753 481.789 181.017 481.758C181.282 481.725 181.474 481.671 181.594 481.597C181.714 481.523 181.774 481.403 181.774 481.237V481.204C181.774 480.801 181.66 480.489 181.433 480.267C181.208 480.046 180.873 479.935 180.426 479.935C179.962 479.935 179.595 480.038 179.328 480.244C179.063 480.447 178.88 480.674 178.778 480.923L177.481 480.627C177.635 480.197 177.86 479.849 178.155 479.584C178.454 479.316 178.797 479.122 179.185 479.002C179.572 478.879 179.98 478.818 180.408 478.818C180.691 478.818 180.991 478.852 181.308 478.919C181.628 478.984 181.927 479.104 182.204 479.279C182.484 479.455 182.713 479.706 182.892 480.032C183.07 480.355 183.159 480.775 183.159 481.292V486.001H181.811V485.032H181.756C181.667 485.21 181.533 485.385 181.354 485.558C181.176 485.73 180.946 485.873 180.666 485.987C180.386 486.101 180.051 486.158 179.66 486.158ZM179.96 485.05C180.342 485.05 180.668 484.975 180.939 484.824C181.213 484.673 181.42 484.476 181.562 484.233C181.707 483.987 181.779 483.724 181.779 483.443V482.529C181.73 482.579 181.634 482.625 181.493 482.668C181.354 482.708 181.196 482.743 181.017 482.774C180.839 482.802 180.665 482.828 180.496 482.853C180.326 482.874 180.185 482.893 180.071 482.908C179.803 482.942 179.558 482.999 179.337 483.079C179.118 483.159 178.943 483.274 178.811 483.425C178.681 483.573 178.617 483.77 178.617 484.016C178.617 484.358 178.743 484.616 178.995 484.791C179.248 484.964 179.569 485.05 179.96 485.05ZM186.118 476.546V486.001H184.738V476.546H186.118ZM188.588 488.66C188.381 488.66 188.194 488.643 188.024 488.609C187.855 488.579 187.729 488.545 187.646 488.508L187.978 487.377C188.231 487.444 188.455 487.474 188.652 487.464C188.849 487.455 189.023 487.381 189.174 487.243C189.328 487.104 189.463 486.878 189.58 486.564L189.751 486.093L187.157 478.91H188.634L190.43 484.413H190.503L192.299 478.91H193.781L190.859 486.947C190.724 487.317 190.551 487.629 190.342 487.885C190.133 488.143 189.883 488.337 189.594 488.466C189.305 488.595 188.969 488.66 188.588 488.66ZM198.128 478.91V480.018H194.255V478.91H198.128ZM195.294 477.211H196.674V483.919C196.674 484.187 196.714 484.388 196.794 484.524C196.874 484.656 196.977 484.747 197.104 484.796C197.233 484.842 197.373 484.865 197.524 484.865C197.634 484.865 197.731 484.858 197.814 484.842C197.898 484.827 197.962 484.815 198.008 484.805L198.258 485.946C198.178 485.976 198.064 486.007 197.916 486.038C197.768 486.072 197.584 486.09 197.362 486.093C196.999 486.099 196.66 486.035 196.346 485.899C196.033 485.764 195.779 485.555 195.585 485.272C195.391 484.988 195.294 484.633 195.294 484.205V477.211ZM199.395 486.001V478.91H200.776V486.001H199.395ZM200.092 477.816C199.852 477.816 199.646 477.736 199.474 477.576C199.305 477.413 199.22 477.219 199.22 476.994C199.22 476.767 199.305 476.573 199.474 476.413C199.646 476.249 199.852 476.168 200.092 476.168C200.332 476.168 200.537 476.249 200.706 476.413C200.879 476.573 200.965 476.767 200.965 476.994C200.965 477.219 200.879 477.413 200.706 477.576C200.537 477.736 200.33
<path d="M364.316 499H132.316C130.107 499 128.316 500.791 128.316 503V523C128.316 525.209 130.107 527 132.316 527H364.316C366.526 527 368.316 525.209 368.316 523V503C368.316 500.791 366.526 499 364.316 499Z" fill="white"/>
<path d="M149.65 509.668H138.984C138.247 509.668 137.65 510.264 137.65 511.001V517.668C137.65 518.404 138.247 519.001 138.984 519.001H149.65C150.387 519.001 150.984 518.404 150.984 517.668V511.001C150.984 510.264 150.387 509.668 149.65 509.668Z" stroke="#60646C" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M146.984 519V508.333C146.984 507.98 146.843 507.641 146.593 507.391C146.343 507.14 146.004 507 145.65 507H142.984C142.63 507 142.291 507.14 142.041 507.391C141.791 507.641 141.65 507.98 141.65 508.333V519" stroke="#60646C" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M161.355 518.001V508.546H164.725C165.461 508.546 166.07 508.68 166.554 508.948C167.037 509.216 167.398 509.582 167.638 510.047C167.879 510.508 167.999 511.029 167.999 511.607C167.999 512.189 167.877 512.712 167.634 513.177C167.394 513.638 167.031 514.005 166.544 514.276C166.061 514.543 165.453 514.677 164.721 514.677H162.403V513.468H164.592C165.056 513.468 165.433 513.388 165.723 513.228C166.012 513.064 166.224 512.843 166.36 512.563C166.495 512.283 166.563 511.964 166.563 511.607C166.563 511.25 166.495 510.933 166.36 510.656C166.224 510.379 166.01 510.162 165.718 510.005C165.429 509.848 165.047 509.77 164.573 509.77H162.782V518.001H161.355ZM169.3 518.001V510.91H170.634V512.037H170.708C170.837 511.655 171.065 511.355 171.391 511.136C171.721 510.915 172.093 510.804 172.509 510.804C172.595 510.804 172.696 510.807 172.813 510.813C172.933 510.819 173.027 510.827 173.095 510.836V512.157C173.039 512.141 172.941 512.124 172.799 512.106C172.658 512.084 172.516 512.073 172.375 512.073C172.048 512.073 171.758 512.143 171.502 512.281C171.25 512.417 171.05 512.606 170.902 512.849C170.754 513.089 170.68 513.363 170.68 513.671V518.001H169.3ZM176.762 518.144C176.098 518.144 175.517 517.992 175.022 517.687C174.526 517.382 174.142 516.956 173.868 516.408C173.594 515.86 173.457 515.22 173.457 514.488C173.457 513.752 173.594 513.109 173.868 512.558C174.142 512.007 174.526 511.579 175.022 511.275C175.517 510.97 176.098 510.818 176.762 510.818C177.427 510.818 178.007 510.97 178.503 511.275C178.998 511.579 179.383 512.007 179.657 512.558C179.931 513.109 180.068 513.752 180.068 514.488C180.068 515.22 179.931 515.86 179.657 516.408C179.383 516.956 178.998 517.382 178.503 517.687C178.007 517.992 177.427 518.144 176.762 518.144ZM176.767 516.985C177.198 516.985 177.555 516.872 177.838 516.644C178.121 516.416 178.33 516.113 178.466 515.734C178.604 515.356 178.674 514.939 178.674 514.483C178.674 514.031 178.604 513.615 178.466 513.237C178.33 512.855 178.121 512.549 177.838 512.318C177.555 512.087 177.198 511.972 176.767 511.972C176.333 511.972 175.973 512.087 175.687 512.318C175.404 512.549 175.193 512.855 175.054 513.237C174.919 513.615 174.851 514.031 174.851 514.483C174.851 514.939 174.919 515.356 175.054 515.734C175.193 516.113 175.404 516.416 175.687 516.644C175.973 516.872 176.333 516.985 176.767 516.985ZM181.348 510.91H182.729V518.463C182.729 518.937 182.643 519.337 182.47 519.663C182.301 519.989 182.049 520.237 181.713 520.406C181.381 520.575 180.97 520.66 180.481 520.66C180.431 520.66 180.385 520.66 180.342 520.66C180.296 520.66 180.248 520.659 180.199 520.655V519.469C180.242 519.469 180.281 519.469 180.314 519.469C180.345 519.469 180.381 519.469 180.421 519.469C180.747 519.469 180.982 519.381 181.127 519.206C181.275 519.034 181.348 518.783 181.348 518.453V510.91ZM182.032 509.816C181.792 509.816 181.585 509.736 181.413 509.576C181.244 509.413 181.159 509.219 181.159 508.994C181.159 508.767 181.244 508.573 181.413 508.413C181.585 508.249 181.792 508.168 182.032 508.168C182.272 508.168 182.476 508.249 182.646 508.413C182.818 508.573 182.904 508.767 182.904 508.994C182.904 509.219 182.818 509.413 182.646 509.576C182.476 509.736 182.272 509.816 182.032 509.816ZM187.382 518.144C186.683 518.144 186.082 517.995 185.577 517.696C185.075 517.395 184.687 516.972 184.413 516.427C184.143 515.879 184.007 515.237 184.007 514.502C184.007 513.775 184.143 513.135 184.413 512.581C184.687 512.027 185.069 511.595 185.558 511.284C186.051 510.973 186.626 510.818 187.285 510.818C187.685 510.818 188.073 510.884 188.448 511.016C188.824 511.149 189.161 511.356 189.459 511.639C189.758 511.923 189.993 512.29 190.166 512.743C190.338 513.192 190.424 513.738 190.424 514.382V514.871H184.787V513.837H189.071C189.071 513.474 188.998 513.152 188.85 512.872C188.702 512.589 188.494 512.366 188.227 512.203C187.962 512.04 187.651 511.958 187.294 511.958C186.906 511.958 186.568 512.053 186.279 512.244C185.992 512.432 185.771 512.678 185.614 512.983C185.46 513.284 185.383 513.612 185.383 513.966V514.774C185.383 515.248 185.466 515.651 185.632 515.984C185.801 516.316 186.03
<path d="M364.316 531H132.316C130.107 531 128.316 532.791 128.316 535V555C128.316 557.209 130.107 559 132.316 559H364.316C366.526 559 368.316 557.209 368.316 555V535C368.316 532.791 366.526 531 364.316 531Z" fill="white"/>
<mask id="mask3_10537_90892" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="136" y="537" width="17" height="16">
<path d="M152.316 537H136.316V553H152.316V537Z" fill="white"/>
</mask>
<g mask="url(#mask3_10537_90892)">
<path d="M150.983 544.387V545C150.982 546.438 150.516 547.837 149.656 548.988C148.795 550.139 147.585 550.982 146.206 551.389C144.828 551.797 143.354 551.748 142.006 551.25C140.657 550.752 139.506 549.831 138.723 548.625C137.941 547.419 137.569 545.992 137.664 544.558C137.758 543.123 138.314 541.758 139.248 540.665C140.182 539.572 141.445 538.81 142.847 538.494C144.249 538.177 145.716 538.322 147.029 538.907" stroke="#60646C" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M150.983 539.668L144.316 546.341L142.316 544.341" stroke="#60646C" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<path d="M162.295 549.999H160.664L164.328 539.817H166.103L169.767 549.999H168.136L165.258 541.667H165.178L162.295 549.999ZM162.568 546.012H167.858V547.304H162.568V546.012ZM172.325 539.817V549.999H170.838V539.817H172.325ZM175.531 539.817V549.999H174.044V539.817H175.531ZM187.208 542.363L184.439 549.999H182.848L180.074 542.363H181.67L183.604 548.239H183.684L185.613 542.363H187.208ZM188.325 549.999V542.363H189.812V549.999H188.325ZM189.076 541.184C188.818 541.184 188.596 541.098 188.41 540.926C188.228 540.75 188.137 540.541 188.137 540.299C188.137 540.054 188.228 539.845 188.41 539.673C188.596 539.497 188.818 539.41 189.076 539.41C189.335 539.41 189.555 539.497 189.737 539.673C189.923 539.845 190.016 540.054 190.016 540.299C190.016 540.541 189.923 540.75 189.737 540.926C189.555 541.098 189.335 541.184 189.076 541.184ZM194.823 550.153C194.071 550.153 193.423 549.992 192.879 549.671C192.339 549.346 191.921 548.89 191.626 548.304C191.335 547.714 191.189 547.023 191.189 546.231C191.189 545.448 191.335 544.759 191.626 544.162C191.921 543.566 192.332 543.1 192.859 542.765C193.39 542.431 194.009 542.263 194.719 542.263C195.149 542.263 195.567 542.334 195.971 542.477C196.376 542.62 196.739 542.843 197.06 543.148C197.382 543.453 197.635 543.849 197.821 544.336C198.006 544.82 198.099 545.409 198.099 546.101V546.628H192.029V545.515H196.643C196.643 545.124 196.563 544.777 196.404 544.476C196.245 544.171 196.021 543.93 195.733 543.755C195.448 543.579 195.113 543.491 194.729 543.491C194.311 543.491 193.946 543.594 193.635 543.799C193.327 544.002 193.088 544.267 192.919 544.595C192.753 544.92 192.67 545.273 192.67 545.654V546.524C192.67 547.034 192.76 547.468 192.939 547.826C193.121 548.184 193.375 548.458 193.699 548.647C194.024 548.832 194.404 548.925 194.838 548.925C195.12 548.925 195.377 548.885 195.609 548.806C195.841 548.723 196.041 548.6 196.21 548.438C196.379 548.276 196.508 548.075 196.598 547.836L198.005 548.09C197.892 548.504 197.69 548.867 197.398 549.179C197.11 549.487 196.747 549.727 196.31 549.9C195.875 550.069 195.38 550.153 194.823 550.153ZM201.11 549.999L198.863 542.363H200.4L201.896 547.971H201.971L203.472 542.363H205.008L206.5 547.946H206.574L208.061 542.363H209.597L207.355 549.999H205.838L204.287 544.486H204.173L202.622 549.999H201.11ZM216.45 544.227L215.103 544.466C215.046 544.293 214.957 544.129 214.834 543.973C214.715 543.818 214.552 543.69 214.347 543.591C214.141 543.491 213.885 543.441 213.576 543.441C213.155 543.441 212.804 543.536 212.522 543.725C212.241 543.91 212.1 544.151 212.1 544.446C212.1 544.701 212.194 544.906 212.383 545.062C212.572 545.218 212.877 545.346 213.298 545.445L214.511 545.723C215.214 545.886 215.737 546.136 216.082 546.474C216.427 546.812 216.599 547.251 216.599 547.792C216.599 548.249 216.467 548.657 216.201 549.015C215.94 549.369 215.573 549.648 215.103 549.85C214.635 550.052 214.093 550.153 213.477 550.153C212.622 550.153 211.924 549.971 211.384 549.606C210.844 549.238 210.512 548.716 210.39 548.04L211.826 547.821C211.916 548.196 212.1 548.479 212.378 548.672C212.657 548.861 213.02 548.955 213.467 548.955C213.954 548.955 214.344 548.854 214.635 548.652C214.927 548.446 215.073 548.196 215.073 547.901C215.073 547.662 214.983 547.462 214.804 547.299C214.629 547.137 214.359 547.014 213.994 546.932L212.701 546.648C211.989 546.486 211.462 546.227 211.12 545.873C210.782 545.518 210.613 545.069 210.613 544.525C210.613 544.075 210.739 543.68 210.991 543.342C211.243 543.004 211.591 542.74 212.035 542.552C212.479 542.359 212.988 542.263 213.561 542.263C214.387 542.263 215.036 542.442 215.51 542.8C215.984 543.155 216.297 543.63 216.45 544.227Z" fill="#60646C"/>
<path d="M364.316 563H132.316C130.107 563 128.316 564.791 128.316 567V587C128.316 589.209 130.107 591 132.316 591H364.316C366.526 591 368.316 589.209 368.316 587V567C368.316 564.791 366.526 563 364.316 563Z" fill="white"/>
<path d="M140.316 574.332C140.316 573.272 140.738 572.254 141.488 571.504C142.238 570.754 143.256 570.332 144.316 570.332C145.377 570.332 146.395 570.754 147.145 571.504C147.895 572.254 148.316 573.272 148.316 574.332C148.316 578.999 150.316 580.332 150.316 580.332H138.316C138.316 580.332 140.316 578.999 140.316 574.332Z" stroke="#60646C" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M143.184 583C143.295 583.203 143.459 583.372 143.659 583.49C143.858 583.608 144.085 583.67 144.317 583.67C144.548 583.67 144.776 583.608 144.975 583.49C145.175 583.372 145.339 583.203 145.45 583" stroke="#60646C" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M168.986 572.545V582H167.675L162.87 575.066H162.782V582H161.355V572.545H162.676L167.486 579.489H167.574V572.545H168.986ZM173.683 582.143C173.019 582.143 172.439 581.991 171.943 581.686C171.448 581.381 171.063 580.955 170.789 580.407C170.515 579.859 170.378 579.219 170.378 578.487C170.378 577.751 170.515 577.108 170.789 576.557C171.063 576.006 171.448 575.578 171.943 575.274C172.439 574.969 173.019 574.817 173.683 574.817C174.348 574.817 174.928 574.969 175.424 575.274C175.919 575.578 176.304 576.006 176.578 576.557C176.852 577.108 176.989 577.751 176.989 578.487C176.989 579.219 176.852 579.859 176.578 580.407C176.304 580.955 175.919 581.381 175.424 581.686C174.928 581.991 174.348 582.143 173.683 582.143ZM173.688 580.984C174.119 580.984 174.476 580.871 174.759 580.643C175.042 580.415 175.252 580.112 175.387 579.733C175.525 579.355 175.595 578.938 175.595 578.482C175.595 578.03 175.525 577.614 175.387 577.236C175.252 576.854 175.042 576.548 174.759 576.317C174.476 576.086 174.119 575.971 173.688 575.971C173.254 575.971 172.894 576.086 172.608 576.317C172.325 576.548 172.114 576.854 171.975 577.236C171.84 577.614 171.772 578.03 171.772 578.482C171.772 578.938 171.84 579.355 171.975 579.733C172.114 580.112 172.325 580.415 172.608 580.643C172.894 580.871 173.254 580.984 173.688 580.984ZM181.58 574.909V576.017H177.706V574.909H181.58ZM178.745 573.21H180.125V579.918C180.125 580.186 180.165 580.387 180.245 580.523C180.325 580.655 180.429 580.746 180.555 580.795C180.684 580.841 180.824 580.864 180.975 580.864C181.086 580.864 181.183 580.857 181.266 580.841C181.349 580.826 181.413 580.814 181.46 580.804L181.709 581.945C181.629 581.975 181.515 582.006 181.367 582.037C181.22 582.071 181.035 582.089 180.813 582.092C180.45 582.098 180.112 582.034 179.798 581.898C179.484 581.763 179.23 581.554 179.036 581.271C178.842 580.987 178.745 580.632 178.745 580.204V573.21ZM182.846 582V574.909H184.227V582H182.846ZM183.544 573.815C183.304 573.815 183.097 573.735 182.925 573.575C182.756 573.412 182.671 573.218 182.671 572.993C182.671 572.766 182.756 572.572 182.925 572.412C183.097 572.248 183.304 572.167 183.544 572.167C183.784 572.167 183.988 572.248 184.158 572.412C184.33 572.572 184.416 572.766 184.416 572.993C184.416 573.218 184.33 573.412 184.158 573.575C183.988 573.735 183.784 573.815 183.544 573.815ZM189.198 574.909V576.017H185.191V574.909H189.198ZM186.29 582V574.087C186.29 573.644 186.387 573.276 186.581 572.984C186.775 572.689 187.032 572.469 187.352 572.324C187.672 572.176 188.02 572.102 188.395 572.102C188.672 572.102 188.909 572.125 189.106 572.172C189.303 572.215 189.449 572.255 189.545 572.292L189.222 573.409C189.157 573.39 189.074 573.369 188.972 573.344C188.871 573.316 188.748 573.303 188.603 573.303C188.267 573.303 188.027 573.386 187.883 573.552C187.741 573.718 187.67 573.958 187.67 574.272V582H186.29ZM190.363 582V574.909H191.743V582H190.363ZM191.06 573.815C190.82 573.815 190.613 573.735 190.441 573.575C190.272 573.412 190.187 573.218 190.187 572.993C190.187 572.766 190.272 572.572 190.441 572.412C190.613 572.248 190.82 572.167 191.06 572.167C191.3 572.167 191.504 572.248 191.674 572.412C191.846 572.572 191.932 572.766 191.932 572.993C191.932 573.218 191.846 573.412 191.674 573.575C191.504 573.735 191.3 573.815 191.06 573.815ZM196.327 582.143C195.64 582.143 195.05 581.988 194.554 581.677C194.062 581.363 193.683 580.931 193.418 580.38C193.154 579.829 193.021 579.198 193.021 578.487C193.021 577.767 193.157 577.131 193.428 576.58C193.698 576.026 194.08 575.594 194.573 575.283C195.065 574.972 195.645 574.817 196.313 574.817C196.852 574.817 197.332 574.917 197.753 575.117C198.175 575.314 198.515 575.591 198.774 575.948C199.035 576.305 199.191 576.722 199.24 577.199H197.896C197.823 576.866 197.653 576.58 197.389 576.34C197.127 576.1 196.776 575.98 196.336 575.98C195.951 575.98 195.614 576.082 195.325 576.285C195.039 576.485 194.816 576.771 194.656 577.143C194.496 577.513 194.416 577.95 194.416 578.455C194.416 578.972 194.494 579.418 194.651 579.793C194.808 580.169 195.03 580.46 195.316 580.666C195.605 580.872 195.945 580.975 1
<g filter="url(#filter2_dii_10537_90892)">
<path d="M371.316 383H343.316C341.107 383 339.316 384.791 339.316 387V415C339.316 417.209 341.107 419 343.316 419H371.316C373.526 419 375.316 417.209 375.316 415V387C375.316 384.791 373.526 383 371.316 383Z" fill="white"/>
<path d="M371.316 383.25H343.316C341.245 383.25 339.566 384.929 339.566 387V415C339.566 417.071 341.245 418.75 343.316 418.75H371.316C373.387 418.75 375.066 417.071 375.066 415V387C375.066 384.929 373.387 383.25 371.316 383.25Z" stroke="#D9D9E0" stroke-width="0.5"/>
</g>
<mask id="mask4_10537_90892" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="347" y="391" width="21" height="20">
<path d="M367.316 391H347.316V411H367.316V391Z" fill="#D9D9D9"/>
</mask>
<g mask="url(#mask4_10537_90892)">
<path d="M355.249 404.013C353.825 404.013 352.62 403.519 351.633 402.532C350.646 401.545 350.152 400.34 350.152 398.916C350.152 397.493 350.646 396.288 351.633 395.301C352.62 394.314 353.825 393.82 355.249 393.82C356.672 393.82 357.877 394.314 358.864 395.301C359.851 396.288 360.345 397.493 360.345 398.916C360.345 399.512 360.245 400.08 360.045 400.622C359.845 401.163 359.579 401.634 359.245 402.035L364.04 406.83C364.156 406.945 364.215 407.09 364.217 407.265C364.22 407.44 364.161 407.587 364.04 407.708C363.919 407.829 363.773 407.889 363.601 407.889C363.429 407.889 363.283 407.829 363.162 407.708L358.367 402.913C357.95 403.257 357.471 403.526 356.93 403.721C356.388 403.915 355.828 404.013 355.249 404.013ZM355.249 402.763C356.322 402.763 357.232 402.39 357.977 401.645C358.722 400.9 359.095 399.99 359.095 398.916C359.095 397.843 358.722 396.933 357.977 396.188C357.232 395.443 356.322 395.07 355.249 395.07C354.175 395.07 353.265 395.443 352.52 396.188C351.775 396.933 351.402 397.843 351.402 398.916C351.402 399.99 351.775 400.9 352.52 401.645C353.265 402.39 354.175 402.763 355.249 402.763Z" fill="#1C1B1F"/>
</g>
<g filter="url(#filter3_dii_10537_90892)">
<path d="M327.316 383H129.316C127.107 383 125.316 384.791 125.316 387V415C125.316 417.209 127.107 419 129.316 419H327.316C329.526 419 331.316 417.209 331.316 415V387C331.316 384.791 329.526 383 327.316 383Z" fill="white"/>
<path d="M327.316 383.25H129.316C127.245 383.25 125.566 384.929 125.566 387V415C125.566 417.071 127.245 418.75 129.316 418.75H327.316C329.387 418.75 331.066 417.071 331.066 415V387C331.066 384.929 329.387 383.25 327.316 383.25Z" stroke="#D9D9E0" stroke-width="0.5"/>
</g>
<mask id="mask5_10537_90892" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="137" y="391" width="21" height="20">
<path d="M157.316 391H137.316V411H157.316V391Z" fill="#D9D9D9"/>
</mask>
<g mask="url(#mask5_10537_90892)">
<path d="M141.739 409.335C141.318 409.335 140.962 409.189 140.67 408.897C140.378 408.605 140.232 408.249 140.232 407.828V396.674C140.232 396.253 140.378 395.897 140.67 395.605C140.962 395.314 141.318 395.168 141.739 395.168H148.856L147.606 396.418H141.739C141.675 396.418 141.616 396.445 141.563 396.498C141.509 396.551 141.482 396.61 141.482 396.674V407.828C141.482 407.892 141.509 407.951 141.563 408.004C141.616 408.058 141.675 408.085 141.739 408.085H152.893C152.957 408.085 153.016 408.058 153.069 408.004C153.122 407.951 153.149 407.892 153.149 407.828V401.948L154.399 400.698V407.828C154.399 408.249 154.253 408.605 153.962 408.897C153.67 409.189 153.314 409.335 152.893 409.335H141.739ZM151.091 395.519L151.99 396.397L146.482 401.897V403.085H147.649L153.186 397.564L154.069 398.434L148.588 403.923C148.462 404.049 148.314 404.149 148.145 404.223C147.976 404.297 147.799 404.335 147.614 404.335H145.986C145.771 404.335 145.592 404.263 145.448 404.119C145.304 403.975 145.232 403.796 145.232 403.581V401.953C145.232 401.768 145.267 401.591 145.337 401.422C145.407 401.253 145.505 401.105 145.631 400.979L151.091 395.519ZM154.069 398.434L151.091 395.519L152.998 393.612C153.294 393.316 153.654 393.168 154.076 393.168C154.499 393.168 154.854 393.319 155.141 393.62L155.955 394.439C156.243 394.731 156.386 395.084 156.386 395.497C156.386 395.91 156.24 396.263 155.947 396.556L154.069 398.434Z" fill="#1C2024"/>
</g>
<path d="M175.653 395.818V406H174.241L169.065 398.533H168.971V406H167.435V395.818H168.856L174.037 403.296H174.131V395.818H175.653ZM180.785 406.154C180.033 406.154 179.385 405.994 178.842 405.672C178.301 405.347 177.884 404.891 177.589 404.305C177.297 403.715 177.151 403.024 177.151 402.232C177.151 401.449 177.297 400.76 177.589 400.164C177.884 399.567 178.295 399.101 178.822 398.766C179.352 398.432 179.972 398.264 180.681 398.264C181.112 398.264 181.529 398.336 181.934 398.478C182.338 398.621 182.701 398.844 183.023 399.149C183.344 399.454 183.598 399.85 183.783 400.338C183.969 400.821 184.062 401.41 184.062 402.102V402.629H177.991V401.516H182.605C182.605 401.125 182.525 400.778 182.366 400.477C182.207 400.172 181.984 399.931 181.695 399.756C181.41 399.58 181.075 399.492 180.691 399.492C180.273 399.492 179.909 399.595 179.597 399.801C179.289 400.003 179.05 400.268 178.881 400.596C178.716 400.921 178.633 401.274 178.633 401.655V402.525C178.633 403.035 178.722 403.47 178.901 403.828C179.083 404.186 179.337 404.459 179.662 404.648C179.987 404.833 180.366 404.926 180.8 404.926C181.082 404.926 181.339 404.887 181.571 404.807C181.803 404.724 182.003 404.601 182.172 404.439C182.342 404.277 182.471 404.076 182.56 403.838L183.967 404.091C183.855 404.505 183.652 404.868 183.361 405.18C183.072 405.488 182.709 405.728 182.272 405.901C181.838 406.07 181.342 406.154 180.785 406.154ZM187.073 406L184.826 398.364H186.362L187.858 403.972H187.933L189.434 398.364H190.971L192.462 403.947H192.537L194.023 398.364H195.559L193.317 406H191.801L190.25 400.487H190.135L188.584 406H187.073ZM201.771 395.818V406H200.234V395.818H201.771ZM209.331 400.228L207.984 400.467C207.927 400.294 207.838 400.13 207.715 399.975C207.596 399.819 207.433 399.691 207.228 399.592C207.022 399.492 206.766 399.443 206.457 399.443C206.036 399.443 205.685 399.537 205.403 399.726C205.122 399.912 204.981 400.152 204.981 400.447C204.981 400.702 205.075 400.908 205.264 401.063C205.453 401.219 205.758 401.347 206.179 401.446L207.392 401.725C208.095 401.887 208.618 402.137 208.963 402.475C209.308 402.813 209.48 403.253 209.48 403.793C209.48 404.25 209.348 404.658 209.082 405.016C208.821 405.37 208.454 405.649 207.984 405.851C207.516 406.053 206.974 406.154 206.358 406.154C205.503 406.154 204.805 405.972 204.265 405.607C203.725 405.239 203.393 404.717 203.271 404.041L204.707 403.823C204.797 404.197 204.981 404.481 205.259 404.673C205.538 404.862 205.901 404.956 206.348 404.956C206.835 404.956 207.225 404.855 207.516 404.653C207.808 404.447 207.954 404.197 207.954 403.902C207.954 403.664 207.864 403.463 207.685 403.301C207.51 403.138 207.24 403.016 206.875 402.933L205.582 402.649C204.87 402.487 204.343 402.228 204.001 401.874C203.663 401.519 203.494 401.07 203.494 400.526C203.494 400.076 203.62 399.681 203.872 399.343C204.124 399.005 204.472 398.742 204.916 398.553C205.36 398.36 205.869 398.264 206.442 398.264C207.268 398.264 207.917 398.443 208.391 398.801C208.865 399.156 209.178 399.632 209.331 400.228ZM216.557 400.228L215.21 400.467C215.153 400.294 215.064 400.13 214.941 399.975C214.822 399.819 214.659 399.691 214.454 399.592C214.248 399.492 213.991 399.443 213.683 399.443C213.262 399.443 212.911 399.537 212.629 399.726C212.348 399.912 212.207 400.152 212.207 400.447C212.207 400.702 212.301 400.908 212.49 401.063C212.679 401.219 212.984 401.347 213.405 401.446L214.618 401.725C215.321 401.887 215.844 402.137 216.189 402.475C216.534 402.813 216.706 403.253 216.706 403.793C216.706 404.25 216.573 404.658 216.308 405.016C216.046 405.37 215.68 405.649 215.21 405.851C214.742 406.053 214.2 406.154 213.584 406.154C212.729 406.154 212.031 405.972 211.491 405.607C210.951 405.239 210.619 404.717 210.496 404.041L211.933 403.823C212.023 404.197 212.207 404.481 212.485 404.673C212.763 404.862 213.126 404.956 213.574 404.956C214.061 404.956 214.451 404.855 214.742 404.653C215.034 404.447 215.18 404.197 215.18 403.902C215.18 403.664 215.09 403.463 214.911 403.301C214.736 403.138 214.465 403.016 214.101 402.933L212.808 402.649C212.096 402.487 211.569 402.228 211.227 401.874C210.889 401.519 210.72
<path d="M366.316 615H132.316C130.107 615 128.316 616.791 128.316 619V639C128.316 641.209 130.107 643 132.316 643H366.316C368.526 643 370.316 641.209 370.316 639V619C370.316 616.791 368.526 615 366.316 615Z" fill="white"/>
<mask id="mask6_10537_90892" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="136" y="620" width="19" height="18">
<path d="M154.316 620H136.316V638H154.316V620Z" fill="#D9D9D9"/>
</mask>
<g mask="url(#mask6_10537_90892)">
<path d="M145.316 634.062C145.157 634.062 145.017 634.002 144.897 633.882C144.777 633.762 144.716 633.623 144.716 633.467V629.6H140.848C140.693 629.6 140.555 629.54 140.434 629.419C140.314 629.299 140.254 629.159 140.254 629C140.254 628.84 140.314 628.699 140.434 628.579C140.555 628.459 140.693 628.4 140.848 628.4H144.716V624.532C144.716 624.376 144.777 624.238 144.897 624.118C145.017 623.998 145.157 623.938 145.317 623.938C145.476 623.938 145.616 623.998 145.736 624.118C145.856 624.238 145.916 624.376 145.916 624.532V628.4H149.785C149.94 628.4 150.078 628.46 150.198 628.581C150.319 628.701 150.379 628.841 150.379 629C150.379 629.16 150.319 629.299 150.198 629.42C150.078 629.54 149.94 629.6 149.785 629.6H145.916V633.467C145.916 633.623 145.856 633.762 145.736 633.882C145.616 634.002 145.476 634.062 145.316 634.062Z" fill="#60646C"/>
</g>
<path d="M164.154 634.001H162.64L166.042 624.546H167.69L171.092 634.001H169.578L166.905 626.264H166.831L164.154 634.001ZM164.408 630.299H169.32V631.499H164.408V630.299ZM174.627 634.139C174.055 634.139 173.544 633.993 173.094 633.701C172.648 633.405 172.297 632.985 172.042 632.441C171.79 631.893 171.663 631.236 171.663 630.469C171.663 629.703 171.791 629.048 172.047 628.503C172.305 627.958 172.659 627.541 173.108 627.252C173.558 626.962 174.067 626.818 174.636 626.818C175.076 626.818 175.43 626.892 175.698 627.039C175.969 627.184 176.178 627.353 176.326 627.547C176.477 627.741 176.594 627.912 176.677 628.06H176.76V624.546H178.14V634.001H176.792V632.898H176.677C176.594 633.048 176.474 633.221 176.317 633.415C176.163 633.609 175.951 633.778 175.68 633.923C175.409 634.067 175.058 634.139 174.627 634.139ZM174.932 632.962C175.329 632.962 175.664 632.858 175.938 632.648C176.215 632.436 176.424 632.142 176.566 631.767C176.711 631.391 176.783 630.954 176.783 630.456C176.783 629.963 176.712 629.532 176.571 629.163C176.429 628.794 176.221 628.506 175.947 628.3C175.674 628.093 175.335 627.99 174.932 627.99C174.516 627.99 174.17 628.098 173.893 628.313C173.616 628.529 173.407 628.823 173.265 629.195C173.127 629.568 173.058 629.988 173.058 630.456C173.058 630.93 173.128 631.356 173.27 631.734C173.411 632.113 173.621 632.413 173.898 632.635C174.178 632.853 174.522 632.962 174.932 632.962ZM182.505 634.139C181.932 634.139 181.421 633.993 180.972 633.701C180.526 633.405 180.175 632.985 179.92 632.441C179.667 631.893 179.541 631.236 179.541 630.469C179.541 629.703 179.669 629.048 179.924 628.503C180.183 627.958 180.537 627.541 180.986 627.252C181.435 626.962 181.945 626.818 182.514 626.818C182.954 626.818 183.308 626.892 183.576 627.039C183.847 627.184 184.056 627.353 184.204 627.547C184.354 627.741 184.471 627.912 184.555 628.06H184.638V624.546H186.018V634.001H184.67V632.898H184.555C184.471 633.048 184.351 633.221 184.194 633.415C184.041 633.609 183.828 633.778 183.557 633.923C183.287 634.067 182.936 634.139 182.505 634.139ZM182.81 632.962C183.207 632.962 183.542 632.858 183.816 632.648C184.093 632.436 184.302 632.142 184.444 631.767C184.588 631.391 184.661 630.954 184.661 630.456C184.661 629.963 184.59 629.532 184.448 629.163C184.307 628.794 184.099 628.506 183.825 628.3C183.551 628.093 183.213 627.99 182.81 627.99C182.394 627.99 182.048 628.098 181.771 628.313C181.494 628.529 181.285 628.823 181.143 629.195C181.004 629.568 180.935 629.988 180.935 630.456C180.935 630.93 181.006 631.356 181.148 631.734C181.289 632.113 181.498 632.413 181.775 632.635C182.055 632.853 182.4 632.962 182.81 632.962ZM191.019 634.001V624.546H194.389C195.125 624.546 195.734 624.68 196.217 624.948C196.701 625.216 197.062 625.582 197.302 626.047C197.542 626.508 197.662 627.029 197.662 627.607C197.662 628.189 197.541 628.712 197.298 629.177C197.058 629.638 196.694 630.005 196.208 630.276C195.725 630.543 195.117 630.677 194.385 630.677H192.067V629.468H194.255C194.72 629.468 195.097 629.388 195.386 629.228C195.676 629.064 195.888 628.843 196.024 628.563C196.159 628.283 196.227 627.964 196.227 627.607C196.227 627.25 196.159 626.933 196.024 626.656C195.888 626.379 195.674 626.162 195.382 626.005C195.093 625.848 194.711 625.77 194.237 625.77H192.446V634.001H191.019ZM198.964 634.001V626.91H200.298V628.037H200.372C200.501 627.655 200.729 627.355 201.055 627.136C201.384 626.915 201.757 626.804 202.172 626.804C202.259 626.804 202.36 626.807 202.477 626.813C202.597 626.819 202.691 626.827 202.759 626.836V628.157C202.703 628.141 202.605 628.124 202.463 628.106C202.322 628.084 202.18 628.073 202.038 628.073C201.712 628.073 201.421 628.143 201.166 628.281C200.914 628.417 200.714 628.606 200.566 628.849C200.418 629.089 200.344 629.363 200.344 629.671V634.001H198.964ZM206.426 634.144C205.761 634.144 205.181 633.992 204.686 633.687C204.19 633.382 203.805 632.956 203.532 632.408C203.258 631.86 203.121 631.22 203.121 630.488C203.121 629.752 203.258 629.109 203.532 628.558C203.805 628.007 204.19 627.579 204.686 627.275C205.181 626.97 205.761 626.818 206.426 626.818C207.091 626.818 20
<path d="M369.316 331H345.316C342.003 331 339.316 333.686 339.316 337V361C339.316 364.314 342.003 367 345.316 367H369.316C372.63 367 375.316 364.314 375.316 361V337C375.316 333.686 372.63 331 369.316 331Z" fill="white"/>
<path d="M365.316 337H349.316C347.107 337 345.316 338.791 345.316 341V357C345.316 359.209 347.107 361 349.316 361H365.316C367.526 361 369.316 359.209 369.316 357V341C369.316 338.791 367.526 337 365.316 337Z" fill="#9747FF"/>
<path d="M354.355 353.999V344.545H357.725C358.457 344.545 359.065 344.671 359.548 344.923C360.035 345.176 360.398 345.525 360.638 345.971C360.878 346.415 360.998 346.927 360.998 347.509C360.998 348.087 360.876 348.597 360.633 349.037C360.393 349.474 360.03 349.814 359.544 350.057C359.06 350.3 358.453 350.422 357.72 350.422H355.167V349.194H357.591C358.053 349.194 358.428 349.128 358.717 348.995C359.01 348.863 359.224 348.67 359.359 348.418C359.494 348.166 359.562 347.863 359.562 347.509C359.562 347.152 359.493 346.842 359.354 346.581C359.219 346.319 359.005 346.119 358.713 345.981C358.423 345.839 358.043 345.768 357.572 345.768H355.781V353.999H354.355ZM359.022 349.734L361.358 353.999H359.733L357.443 349.734H359.022Z" fill="white"/>
<path d="M293.316 331H131.316C128.003 331 125.316 333.686 125.316 337V361C125.316 364.314 128.003 367 131.316 367H293.316C296.63 367 299.316 364.314 299.316 361V337C299.316 333.686 296.63 331 293.316 331Z" fill="white"/>
<path d="M153.316 337H137.316C135.107 337 133.316 338.791 133.316 341V357C133.316 359.209 135.107 361 137.316 361H153.316C155.526 361 157.316 359.209 157.316 357V341C157.316 338.791 155.526 337 153.316 337Z" fill="#3F76FF"/>
<path d="M148.986 344.545V353.999H147.675L142.87 347.066H142.782V353.999H141.355V344.545H142.676L147.486 351.488H147.574V344.545H148.986Z" fill="white"/>
<path d="M174.653 343.818V354H173.241L168.065 346.533H167.971V354H166.435V343.818H167.856L173.037 351.296H173.131V343.818H174.653ZM179.785 354.154C179.033 354.154 178.385 353.994 177.842 353.672C177.301 353.347 176.884 352.891 176.589 352.305C176.297 351.715 176.151 351.024 176.151 350.232C176.151 349.449 176.297 348.76 176.589 348.164C176.884 347.567 177.295 347.101 177.822 346.766C178.352 346.432 178.972 346.264 179.681 346.264C180.112 346.264 180.529 346.336 180.934 346.478C181.338 346.621 181.701 346.844 182.023 347.149C182.344 347.454 182.598 347.85 182.783 348.338C182.969 348.821 183.062 349.41 183.062 350.102V350.629H176.991V349.516H181.605C181.605 349.125 181.525 348.778 181.366 348.477C181.207 348.172 180.984 347.931 180.695 347.756C180.41 347.58 180.075 347.492 179.691 347.492C179.273 347.492 178.909 347.595 178.597 347.801C178.289 348.003 178.05 348.268 177.881 348.596C177.716 348.921 177.633 349.274 177.633 349.655V350.525C177.633 351.035 177.722 351.47 177.901 351.828C178.083 352.186 178.337 352.459 178.662 352.648C178.987 352.833 179.366 352.926 179.8 352.926C180.082 352.926 180.339 352.887 180.571 352.807C180.803 352.724 181.003 352.601 181.172 352.439C181.342 352.277 181.471 352.076 181.56 351.838L182.967 352.091C182.855 352.505 182.652 352.868 182.361 353.18C182.072 353.488 181.709 353.728 181.272 353.901C180.838 354.07 180.342 354.154 179.785 354.154ZM186.073 354L183.826 346.364H185.362L186.858 351.972H186.933L188.434 346.364H189.971L191.462 351.947H191.537L193.023 346.364H194.559L192.317 354H190.801L189.25 348.487H189.135L187.584 354H186.073ZM201.228 354L198.404 343.818H200.02L202.004 351.703H202.098L204.161 343.818H205.762L207.825 351.708H207.92L209.899 343.818H211.519L208.69 354H207.144L205.002 346.374H204.922L202.779 354H201.228ZM214.985 354.154C214.27 354.154 213.645 353.99 213.111 353.662C212.578 353.334 212.163 352.875 211.868 352.285C211.573 351.695 211.426 351.006 211.426 350.217C211.426 349.425 211.573 348.732 211.868 348.139C212.163 347.545 212.578 347.085 213.111 346.757C213.645 346.428 214.27 346.264 214.985 346.264C215.701 346.264 216.326 346.428 216.86 346.757C217.393 347.085 217.808 347.545 218.103 348.139C218.398 348.732 218.545 349.425 218.545 350.217C218.545 351.006 218.398 351.695 218.103 352.285C217.808 352.875 217.393 353.334 216.86 353.662C216.326 353.99 215.701 354.154 214.985 354.154ZM214.99 352.906C215.454 352.906 215.839 352.784 216.144 352.539C216.449 352.293 216.674 351.967 216.82 351.559C216.969 351.151 217.044 350.702 217.044 350.212C217.044 349.725 216.969 349.277 216.82 348.869C216.674 348.458 216.449 348.129 216.144 347.88C215.839 347.632 215.454 347.507 214.99 347.507C214.523 347.507 214.135 347.632 213.827 347.88C213.522 348.129 213.295 348.458 213.146 348.869C213 349.277 212.927 349.725 212.927 350.212C212.927 350.702 213 351.151 213.146 351.559C213.295 351.967 213.522 352.293 213.827 352.539C214.135 352.784 214.523 352.906 214.99 352.906ZM219.924 354V346.364H221.361V347.577H221.441C221.58 347.166 221.825 346.843 222.176 346.607C222.531 346.369 222.932 346.249 223.38 346.249C223.472 346.249 223.582 346.253 223.708 346.259C223.837 346.266 223.938 346.274 224.011 346.284V347.706C223.951 347.69 223.845 347.671 223.693 347.651C223.54 347.628 223.388 347.617 223.235 347.617C222.884 347.617 222.571 347.691 222.296 347.84C222.024 347.986 221.809 348.19 221.649 348.452C221.49 348.71 221.411 349.005 221.411 349.337V354H219.924ZM226.385 351.41L226.375 349.595H226.633L229.676 346.364H231.456L227.985 350.043H227.752L226.385 351.41ZM225.017 354V343.818H226.504V354H225.017ZM229.84 354L227.105 350.371L228.13 349.332L231.664 354H229.84ZM238.253 348.228L236.905 348.467C236.849 348.294 236.76 348.13 236.637 347.975C236.518 347.819 236.355 347.691 236.15 347.592C235.944 347.492 235.687 347.443 235.379 347.443C234.958 347.443 234.607 347.537 234.325 347.726C234.043 347.912 233.903 348.152 233.903 348.447C233.903 348.702 233.997 348.908 234.186 349.063C234.375 349.219 234.68 349.347 235.101 349.446L236.314 349.725C237.016 349.887 237.54 350.137 237.885 350.475C238.229 350.813 238.402 35
<mask id="mask7_10537_90892" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="275" y="341" width="17" height="16">
<path d="M291.316 341H275.316V357H291.316V341Z" fill="#D9D9D9"/>
</mask>
<g mask="url(#mask7_10537_90892)">
<path d="M283.316 350.774C283.236 350.774 283.161 350.761 283.092 350.735C283.023 350.71 282.957 350.666 282.894 350.603L279.898 347.607C279.806 347.515 279.759 347.399 279.756 347.259C279.754 347.119 279.802 347.001 279.898 346.905C279.995 346.808 280.112 346.76 280.249 346.76C280.387 346.76 280.504 346.808 280.601 346.905L283.316 349.62L286.031 346.905C286.124 346.812 286.24 346.765 286.38 346.763C286.519 346.761 286.637 346.808 286.734 346.905C286.831 347.001 286.879 347.118 286.879 347.256C286.879 347.393 286.831 347.511 286.734 347.607L283.738 350.603C283.675 350.666 283.61 350.71 283.54 350.735C283.471 350.761 283.396 350.774 283.316 350.774Z" fill="#80838D"/>
</g>
<mask id="mask8_10537_90892" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="388" y="312" width="1233" height="60">
<path d="M1620.32 312H388.316V372H1620.32V312Z" fill="white"/>
</mask>
<g mask="url(#mask8_10537_90892)">
<path d="M388.316 312H1620.32V372H388.316V312Z" fill="white"/>
<mask id="mask9_10537_90892" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="388" y="312" width="1233" height="60">
<path d="M388.316 312H1620.32V372H388.316V312Z" fill="white"/>
</mask>
<g mask="url(#mask9_10537_90892)">
<path d="M1620.32 371H388.316V373H1620.32V371Z" fill="#D9D9E0"/>
</g>
<path d="M520.316 324H433.316C430.003 324 427.316 326.686 427.316 330V354C427.316 357.314 430.003 360 433.316 360H520.316C523.63 360 526.316 357.314 526.316 354V330C526.316 326.686 523.63 324 520.316 324Z" fill="white"/>
<path d="M433.316 336H429.983C429.614 336 429.316 336.299 429.316 336.667V340C429.316 340.368 429.614 340.667 429.983 340.667H433.316C433.684 340.667 433.983 340.368 433.983 340V336.667C433.983 336.299 433.684 336 433.316 336Z" stroke="#1C2024" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M440.649 336H437.316C436.948 336 436.649 336.299 436.649 336.667V340C436.649 340.368 436.948 340.667 437.316 340.667H440.649C441.018 340.667 441.316 340.368 441.316 340V336.667C441.316 336.299 441.018 336 440.649 336Z" stroke="#1C2024" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M440.649 343.332H437.316C436.948 343.332 436.649 343.631 436.649 343.999V347.332C436.649 347.7 436.948 347.999 437.316 347.999H440.649C441.018 347.999 441.316 347.7 441.316 347.332V343.999C441.316 343.631 441.018 343.332 440.649 343.332Z" stroke="#1C2024" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M433.316 343.332H429.983C429.614 343.332 429.316 343.631 429.316 343.999V347.332C429.316 347.7 429.614 347.999 429.983 347.999H433.316C433.684 347.999 433.983 347.7 433.983 347.332V343.999C433.983 343.631 433.684 343.332 433.316 343.332Z" stroke="#1C2024" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M452.436 347V336.818H453.972V341.243H459.048V336.818H460.589V347H459.048V342.561H453.972V347H452.436ZM465.644 347.154C464.928 347.154 464.303 346.99 463.769 346.662C463.236 346.334 462.821 345.875 462.526 345.285C462.231 344.695 462.084 344.006 462.084 343.217C462.084 342.425 462.231 341.732 462.526 341.139C462.821 340.545 463.236 340.085 463.769 339.757C464.303 339.428 464.928 339.264 465.644 339.264C466.359 339.264 466.984 339.428 467.518 339.757C468.051 340.085 468.466 340.545 468.761 341.139C469.056 341.732 469.203 342.425 469.203 343.217C469.203 344.006 469.056 344.695 468.761 345.285C468.466 345.875 468.051 346.334 467.518 346.662C466.984 346.99 466.359 347.154 465.644 347.154ZM465.649 345.906C466.113 345.906 466.497 345.784 466.802 345.539C467.107 345.293 467.332 344.967 467.478 344.559C467.627 344.151 467.702 343.702 467.702 343.212C467.702 342.725 467.627 342.277 467.478 341.869C467.332 341.458 467.107 341.129 466.802 340.88C466.497 340.632 466.113 340.507 465.649 340.507C465.181 340.507 464.793 340.632 464.485 340.88C464.18 341.129 463.953 341.458 463.804 341.869C463.658 342.277 463.585 342.725 463.585 343.212C463.585 343.702 463.658 344.151 463.804 344.559C463.953 344.967 464.18 345.293 464.485 345.539C464.793 345.784 465.181 345.906 465.649 345.906ZM470.582 347V339.364H472.009V340.607H472.104C472.263 340.186 472.523 339.858 472.884 339.622C473.246 339.384 473.678 339.264 474.182 339.264C474.692 339.264 475.12 339.384 475.465 339.622C475.813 339.861 476.069 340.189 476.235 340.607H476.315C476.497 340.199 476.787 339.874 477.185 339.632C477.582 339.387 478.056 339.264 478.607 339.264C479.299 339.264 479.864 339.481 480.302 339.916C480.743 340.35 480.963 341.004 480.963 341.879V347H479.477V342.019C479.477 341.502 479.336 341.127 479.054 340.895C478.772 340.663 478.436 340.547 478.045 340.547C477.561 340.547 477.185 340.696 476.916 340.994C476.648 341.289 476.514 341.669 476.514 342.133V347H475.032V341.924C475.032 341.51 474.903 341.177 474.644 340.925C474.386 340.673 474.049 340.547 473.635 340.547C473.353 340.547 473.093 340.622 472.854 340.771C472.619 340.917 472.429 341.12 472.283 341.382C472.14 341.644 472.069 341.947 472.069 342.292V347H470.582ZM485.967 347.154C485.214 347.154 484.566 346.994 484.023 346.672C483.483 346.347 483.065 345.891 482.77 345.305C482.478 344.715 482.332 344.024 482.332 343.232C482.332 342.449 482.478 341.76 482.77 341.164C483.065 340.567 483.476 340.101 484.003 339.766C484.533 339.432 485.153 339.264 485.862 339.264C486.293 339.264 486.711 339.336 487.115 339.478C487.519 339.621 487.882 339.844 488.204 340.149C488.525 340.454 488.779 340.85 488.965 341.338C489.15 341.821 489.243 342.41 489.243 343.102V343.629H483.173V342.516H487.786C487.786 342.125 487.707 341.778 487.548 341.477C487.389 341.172 487.165 340.931 486.877 340.756C486.591 340.58 486.257 340.492 485.872 340.492C485.455 340.492 485.09 340.595 484.778 340.801C484.47 341.003 484.232 341.268 484.063 341.596C483.897 341.921 483.814 342.274 483.814 342.655V343.525C483.814 344.035 483.903 344.47 484.082 344.828C484.265 345.186 484.518 345.459 484.843 345.648C485.168 345.833 485.547 345.926 485.982 345.926C486.263 345.926 486.52 345.887 486.752 345.807C486.984 345.724 487.185 345.601 487.354 345.439C487.523 345.277 487.652 345.076 487.742 344.838L489.149 345.091C489.036 345.505 488.834 345.868 488.542 346.18C488.254 346.488 487.891 346.728 487.453 346.901C487.019 347.07 486.524 347.154 485.967 347.154Z" fill="#1C2024"/>
</g>
<path d="M388.316 384C388.316 377.372 393.689 372 400.316 372H1608.32C1614.95 372 1620.32 377.373 1620.32 384V2290C1620.32 2296.63 1614.95 2302 1608.32 2302H400.316C393.689 2302 388.316 2296.63 388.316 2290V384Z" fill="#F9F9FB"/>
<path d="M440.496 419.1C440.378 418.717 440.214 418.374 440.006 418.071C439.802 417.763 439.556 417.5 439.267 417.282C438.983 417.064 438.656 416.901 438.287 416.792C437.918 416.679 437.515 416.622 437.08 416.622C436.299 416.622 435.603 416.818 434.992 417.211C434.381 417.604 433.9 418.182 433.55 418.944C433.204 419.702 433.031 420.625 433.031 421.714C433.031 422.813 433.204 423.743 433.55 424.505C433.896 425.268 434.376 425.848 434.992 426.245C435.607 426.638 436.322 426.835 437.137 426.835C437.875 426.835 438.514 426.693 439.054 426.409C439.599 426.125 440.018 425.722 440.311 425.201C440.605 424.676 440.752 424.06 440.752 423.355L441.348 423.447H437.399V421.387H443.301V423.135C443.301 424.38 443.036 425.457 442.506 426.366C441.976 427.275 441.246 427.976 440.318 428.468C439.39 428.956 438.325 429.2 437.122 429.2C435.782 429.2 434.606 428.899 433.593 428.298C432.584 427.692 431.796 426.832 431.228 425.72C430.664 424.602 430.382 423.277 430.382 421.742C430.382 420.568 430.548 419.519 430.879 418.596C431.216 417.673 431.684 416.889 432.286 416.245C432.887 415.597 433.593 415.104 434.402 414.768C435.212 414.427 436.093 414.257 437.044 414.257C437.849 414.257 438.6 414.375 439.296 414.612C439.992 414.844 440.61 415.175 441.149 415.606C441.694 416.037 442.141 416.548 442.492 417.14C442.842 417.732 443.072 418.385 443.181 419.1H440.496ZM450.094 429.214C449.029 429.214 448.106 428.98 447.324 428.511C446.543 428.042 445.937 427.386 445.506 426.544C445.08 425.701 444.867 424.716 444.867 423.589C444.867 422.462 445.08 421.475 445.506 420.627C445.937 419.78 446.543 419.122 447.324 418.653C448.106 418.184 449.029 417.95 450.094 417.95C451.16 417.95 452.083 418.184 452.864 418.653C453.645 419.122 454.249 419.78 454.675 420.627C455.106 421.475 455.321 422.462 455.321 423.589C455.321 424.716 455.106 425.701 454.675 426.544C454.249 427.386 453.645 428.042 452.864 428.511C452.083 428.98 451.16 429.214 450.094 429.214ZM450.108 427.154C450.686 427.154 451.169 426.996 451.557 426.679C451.946 426.357 452.234 425.926 452.424 425.386C452.618 424.846 452.715 424.245 452.715 423.582C452.715 422.914 452.618 422.311 452.424 421.771C452.234 421.226 451.946 420.793 451.557 420.471C451.169 420.149 450.686 419.988 450.108 419.988C449.517 419.988 449.024 420.149 448.631 420.471C448.243 420.793 447.952 421.226 447.758 421.771C447.568 422.311 447.473 422.914 447.473 423.582C447.473 424.245 447.568 424.846 447.758 425.386C447.952 425.926 448.243 426.357 448.631 426.679C449.024 426.996 449.517 427.154 450.108 427.154ZM461.862 429.214C460.797 429.214 459.874 428.98 459.092 428.511C458.311 428.042 457.705 427.386 457.274 426.544C456.848 425.701 456.635 424.716 456.635 423.589C456.635 422.462 456.848 421.475 457.274 420.627C457.705 419.78 458.311 419.122 459.092 418.653C459.874 418.184 460.797 417.95 461.862 417.95C462.928 417.95 463.851 418.184 464.632 418.653C465.413 419.122 466.017 419.78 466.443 420.627C466.874 421.475 467.089 422.462 467.089 423.589C467.089 424.716 466.874 425.701 466.443 426.544C466.017 427.386 465.413 428.042 464.632 428.511C463.851 428.98 462.928 429.214 461.862 429.214ZM461.876 427.154C462.454 427.154 462.937 426.996 463.325 426.679C463.713 426.357 464.002 425.926 464.192 425.386C464.386 424.846 464.483 424.245 464.483 423.582C464.483 422.914 464.386 422.311 464.192 421.771C464.002 421.226 463.713 420.793 463.325 420.471C462.937 420.149 462.454 419.988 461.876 419.988C461.285 419.988 460.792 420.149 460.399 420.471C460.011 420.793 459.72 421.226 459.526 421.771C459.336 422.311 459.241 422.914 459.241 423.582C459.241 424.245 459.336 424.846 459.526 425.386C459.72 425.926 460.011 426.357 460.399 426.679C460.792 426.996 461.285 427.154 461.876 427.154ZM472.92 429.193C472.063 429.193 471.296 428.973 470.619 428.532C469.942 428.092 469.407 427.453 469.014 426.615C468.621 425.777 468.424 424.759 468.424 423.561C468.424 422.349 468.623 421.326 469.021 420.492C469.423 419.654 469.965 419.022 470.647 418.596C471.329 418.165 472.089 417.95 472.927 417.95C473.566 417.95 474.092 418.059 474.504 418.277C474.916 418.49 475.242 418.748 475.484 41
<path d="M457.175 449.42C457.115 448.883 456.865 448.466 456.425 448.17C455.986 447.871 455.433 447.722 454.766 447.722C454.289 447.722 453.876 447.797 453.528 447.949C453.179 448.097 452.908 448.301 452.715 448.562C452.526 448.82 452.431 449.114 452.431 449.443C452.431 449.72 452.495 449.958 452.624 450.159C452.757 450.36 452.929 450.528 453.141 450.665C453.357 450.797 453.588 450.909 453.834 451C454.081 451.087 454.317 451.159 454.545 451.216L455.681 451.511C456.052 451.602 456.433 451.725 456.823 451.881C457.213 452.036 457.575 452.241 457.908 452.494C458.242 452.748 458.511 453.062 458.715 453.438C458.923 453.812 459.028 454.261 459.028 454.784C459.028 455.443 458.857 456.028 458.516 456.54C458.179 457.051 457.689 457.455 457.045 457.75C456.405 458.045 455.63 458.193 454.721 458.193C453.85 458.193 453.096 458.055 452.459 457.778C451.823 457.502 451.325 457.11 450.965 456.602C450.605 456.091 450.406 455.485 450.369 454.784H452.13C452.164 455.205 452.3 455.555 452.539 455.835C452.781 456.112 453.09 456.318 453.465 456.455C453.844 456.587 454.259 456.653 454.709 456.653C455.206 456.653 455.647 456.576 456.033 456.42C456.423 456.261 456.73 456.042 456.954 455.761C457.177 455.477 457.289 455.146 457.289 454.767C457.289 454.422 457.191 454.14 456.994 453.92C456.8 453.701 456.537 453.519 456.204 453.375C455.874 453.231 455.501 453.104 455.084 452.994L453.709 452.619C452.778 452.366 452.039 451.992 451.494 451.5C450.952 451.008 450.681 450.356 450.681 449.545C450.681 448.875 450.863 448.29 451.227 447.79C451.59 447.29 452.083 446.902 452.704 446.625C453.325 446.345 454.026 446.205 454.806 446.205C455.594 446.205 456.289 446.343 456.891 446.619C457.497 446.896 457.975 447.277 458.323 447.761C458.672 448.242 458.853 448.795 458.869 449.42H457.175ZM463.529 458.193C462.976 458.193 462.476 458.091 462.029 457.886C461.582 457.678 461.228 457.377 460.967 456.983C460.709 456.589 460.58 456.106 460.58 455.534C460.58 455.042 460.675 454.636 460.864 454.318C461.054 454 461.309 453.748 461.631 453.562C461.953 453.377 462.313 453.237 462.711 453.142C463.109 453.047 463.514 452.975 463.927 452.926C464.45 452.866 464.874 452.816 465.2 452.778C465.525 452.737 465.762 452.67 465.91 452.58C466.057 452.489 466.131 452.341 466.131 452.136V452.097C466.131 451.6 465.991 451.216 465.711 450.943C465.434 450.67 465.021 450.534 464.472 450.534C463.9 450.534 463.45 450.661 463.12 450.915C462.794 451.165 462.569 451.443 462.444 451.75L460.847 451.386C461.037 450.856 461.313 450.428 461.677 450.102C462.044 449.773 462.467 449.534 462.944 449.386C463.421 449.235 463.923 449.159 464.45 449.159C464.798 449.159 465.167 449.201 465.557 449.284C465.951 449.364 466.319 449.511 466.66 449.727C467.004 449.943 467.287 450.252 467.506 450.653C467.726 451.051 467.836 451.568 467.836 452.205V458H466.177V456.807H466.109C465.999 457.027 465.834 457.242 465.614 457.455C465.395 457.667 465.112 457.843 464.768 457.983C464.423 458.123 464.01 458.193 463.529 458.193ZM463.898 456.83C464.368 456.83 464.77 456.737 465.103 456.551C465.44 456.366 465.696 456.123 465.87 455.824C466.048 455.521 466.137 455.197 466.137 454.852V453.727C466.076 453.788 465.959 453.845 465.785 453.898C465.614 453.947 465.419 453.991 465.2 454.028C464.98 454.062 464.766 454.095 464.557 454.125C464.349 454.152 464.175 454.174 464.035 454.193C463.705 454.235 463.404 454.305 463.131 454.403C462.862 454.502 462.646 454.644 462.484 454.83C462.325 455.011 462.245 455.254 462.245 455.557C462.245 455.977 462.4 456.295 462.711 456.511C463.021 456.723 463.417 456.83 463.898 456.83ZM474.173 449.273V450.636H469.405V449.273H474.173ZM470.684 447.182H472.383V455.438C472.383 455.767 472.432 456.015 472.53 456.182C472.629 456.345 472.756 456.456 472.911 456.517C473.07 456.574 473.243 456.602 473.428 456.602C473.565 456.602 473.684 456.593 473.786 456.574C473.888 456.555 473.968 456.54 474.025 456.528L474.332 457.932C474.233 457.97 474.093 458.008 473.911 458.045C473.729 458.087 473.502 458.11 473.229 458.114C472.782 458.121 472.366 458.042 471.979 457.875C471.593 457.708 471.28 457.451 471.042 457.102C470.803 456.754
<mask id="mask10_10537_90892" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="429" y="609" width="557" height="444">
<path d="M429.316 621C429.316 614.373 434.689 609 441.316 609H973.316C979.943 609 985.316 614.373 985.316 621V1041C985.316 1047.63 979.943 1053 973.316 1053H441.316C434.689 1053 429.316 1047.63 429.316 1041V621Z" fill="white"/>
</mask>
<g mask="url(#mask10_10537_90892)">
<path d="M429.316 621C429.316 614.373 434.689 609 441.316 609H973.316C979.943 609 985.316 614.373 985.316 621V1041C985.316 1047.63 979.943 1053 973.316 1053H441.316C434.689 1053 429.316 1047.63 429.316 1041V621Z" fill="white"/>
<path d="M460.289 653.999H457.758L462.367 640.908H465.294L469.909 653.999H467.378L463.882 643.593H463.779L460.289 653.999ZM460.372 648.866H467.276V650.771H460.372V648.866ZM479.133 646.776L477.024 647.006C476.964 646.793 476.86 646.593 476.71 646.405C476.566 646.218 476.37 646.066 476.122 645.951C475.875 645.836 475.573 645.779 475.215 645.779C474.733 645.779 474.328 645.883 474 646.092C473.676 646.301 473.517 646.571 473.521 646.904C473.517 647.189 473.621 647.422 473.834 647.601C474.051 647.78 474.409 647.927 474.908 648.042L476.583 648.4C477.512 648.6 478.202 648.917 478.654 649.352C479.11 649.787 479.34 650.356 479.344 651.059C479.34 651.677 479.159 652.222 478.801 652.695C478.447 653.164 477.955 653.53 477.324 653.794C476.693 654.059 475.969 654.191 475.151 654.191C473.949 654.191 472.982 653.939 472.249 653.437C471.516 652.929 471.079 652.224 470.938 651.321L473.195 651.103C473.297 651.547 473.514 651.881 473.847 652.107C474.179 652.333 474.612 652.446 475.144 652.446C475.694 652.446 476.135 652.333 476.468 652.107C476.804 651.881 476.973 651.602 476.973 651.27C476.973 650.988 476.864 650.756 476.647 650.573C476.433 650.39 476.101 650.249 475.649 650.151L473.975 649.799C473.033 649.603 472.336 649.273 471.884 648.809C471.433 648.34 471.209 647.748 471.213 647.032C471.209 646.427 471.373 645.902 471.705 645.459C472.042 645.012 472.509 644.667 473.105 644.424C473.706 644.177 474.399 644.053 475.183 644.053C476.333 644.053 477.239 644.298 477.899 644.788C478.564 645.278 478.975 645.941 479.133 646.776ZM489.012 646.776L486.903 647.006C486.843 646.793 486.739 646.593 486.589 646.405C486.444 646.218 486.248 646.066 486.001 645.951C485.754 645.836 485.452 645.779 485.094 645.779C484.612 645.779 484.207 645.883 483.879 646.092C483.555 646.301 483.395 646.571 483.4 646.904C483.395 647.189 483.5 647.422 483.713 647.601C483.93 647.78 484.288 647.927 484.787 648.042L486.462 648.4C487.391 648.6 488.081 648.917 488.533 649.352C488.989 649.787 489.219 650.356 489.223 651.059C489.219 651.677 489.038 652.222 488.68 652.695C488.326 653.164 487.834 653.53 487.203 653.794C486.572 654.059 485.848 654.191 485.03 654.191C483.828 654.191 482.861 653.939 482.128 653.437C481.395 652.929 480.958 652.224 480.817 651.321L483.074 651.103C483.176 651.547 483.393 651.881 483.726 652.107C484.058 652.333 484.491 652.446 485.023 652.446C485.573 652.446 486.014 652.333 486.346 652.107C486.683 651.881 486.851 651.602 486.851 651.27C486.851 650.988 486.743 650.756 486.525 650.573C486.312 650.39 485.98 650.249 485.528 650.151L483.854 649.799C482.912 649.603 482.215 649.273 481.763 648.809C481.312 648.34 481.088 647.748 481.092 647.032C481.088 646.427 481.252 645.902 481.584 645.459C481.921 645.012 482.388 644.667 482.984 644.424C483.585 644.177 484.278 644.053 485.062 644.053C486.212 644.053 487.118 644.298 487.778 644.788C488.443 645.278 488.854 645.941 489.012 646.776ZM491.131 653.999V644.181H493.445V653.999H491.131ZM492.294 642.787C491.928 642.787 491.612 642.666 491.348 642.423C491.084 642.176 490.952 641.88 490.952 641.535C490.952 641.185 491.084 640.889 491.348 640.646C491.612 640.399 491.928 640.275 492.294 640.275C492.665 640.275 492.98 640.399 493.24 640.646C493.505 640.889 493.637 641.185 493.637 641.535C493.637 641.88 493.505 642.176 493.24 642.423C492.98 642.666 492.665 642.787 492.294 642.787ZM500.094 657.885C499.263 657.885 498.549 657.772 497.953 657.547C497.356 657.325 496.877 657.027 496.515 656.652C496.152 656.277 495.901 655.861 495.76 655.405L497.844 654.9C497.938 655.092 498.074 655.282 498.253 655.469C498.432 655.661 498.673 655.819 498.976 655.942C499.282 656.07 499.668 656.134 500.133 656.134C500.789 656.134 501.332 655.974 501.762 655.655C502.193 655.339 502.408 654.819 502.408 654.095V652.235H502.293C502.174 652.473 501.999 652.718 501.769 652.97C501.543 653.221 501.243 653.432 500.868 653.603C500.497 653.773 500.03 653.858 499.468 653.858C498.713 653.858 498.03 653.682 497.416 653.328C496.807 652.97 496.321 652.437 495.959 651.73C495.601 651.018 495.422 650.128 495.422 649.058C495.422 647.98 495.601 647.07 495.959 646.329C496.
<path d="M955.316 709.25H457.316C454.693 709.25 452.566 711.377 452.566 714V733C452.566 735.623 454.693 737.75 457.316 737.75H955.316C957.94 737.75 960.066 735.623 960.066 733V714C960.066 711.377 957.94 709.25 955.316 709.25Z" fill="#F4F4F7" stroke="#F0F0F3" stroke-width="0.5"/>
<g filter="url(#filter4_di_10537_90892)">
<path d="M453.316 714C453.316 711.791 455.107 710 457.316 710H607.316C609.525 710 611.316 711.791 611.316 714V733C611.316 735.209 609.525 737 607.316 737H457.316C455.107 737 453.316 735.209 453.316 733V714Z" fill="white"/>
</g>
<path d="M504.601 719.274H506.182V724.975C506.182 725.6 506.034 726.15 505.739 726.625C505.446 727.099 505.034 727.47 504.503 727.737C503.972 728.001 503.351 728.133 502.641 728.133C501.928 728.133 501.305 728.001 500.774 727.737C500.243 727.47 499.831 727.099 499.538 726.625C499.246 726.15 499.1 725.6 499.1 724.975V719.274H500.68V724.843C500.68 725.207 500.76 725.531 500.919 725.815C501.081 726.099 501.308 726.322 501.601 726.484C501.894 726.643 502.24 726.723 502.641 726.723C503.041 726.723 503.388 726.643 503.68 726.484C503.976 726.322 504.203 726.099 504.362 725.815C504.521 725.531 504.601 725.207 504.601 724.843V719.274ZM507.952 730.456V721.456H509.469V722.538H509.559C509.638 722.379 509.75 722.21 509.895 722.031C510.04 721.849 510.236 721.694 510.483 721.566C510.731 721.436 511.046 721.37 511.429 721.37C511.935 721.37 512.391 721.5 512.797 721.758C513.206 722.014 513.53 722.393 513.769 722.896C514.01 723.396 514.131 724.01 514.131 724.737C514.131 725.456 514.013 726.066 513.777 726.569C513.542 727.072 513.221 727.456 512.814 727.72C512.408 727.984 511.948 728.116 511.434 728.116C511.059 728.116 510.748 728.054 510.5 727.929C510.253 727.804 510.054 727.653 509.904 727.477C509.756 727.298 509.641 727.129 509.559 726.97H509.495V730.456H507.952ZM509.465 724.728C509.465 725.152 509.525 725.522 509.644 725.84C509.766 726.159 509.941 726.407 510.168 726.586C510.398 726.762 510.677 726.85 511.003 726.85C511.344 726.85 511.63 726.76 511.86 726.578C512.09 726.393 512.263 726.142 512.38 725.823C512.499 725.502 512.559 725.137 512.559 724.728C512.559 724.322 512.5 723.961 512.384 723.646C512.267 723.331 512.094 723.083 511.864 722.904C511.634 722.725 511.347 722.636 511.003 722.636C510.674 722.636 510.394 722.723 510.164 722.896C509.934 723.069 509.759 723.312 509.64 723.625C509.523 723.937 509.465 724.305 509.465 724.728ZM518.427 728.129C517.774 728.129 517.213 727.985 516.744 727.698C516.278 727.412 515.919 727.015 515.666 726.51C515.416 726.001 515.291 725.416 515.291 724.754C515.291 724.089 515.419 723.502 515.674 722.994C515.93 722.483 516.291 722.085 516.757 721.801C517.226 721.514 517.779 721.37 518.419 721.37C518.95 721.37 519.42 721.468 519.829 721.664C520.241 721.858 520.569 722.132 520.814 722.487C521.058 722.839 521.197 723.251 521.231 723.723H519.757C519.697 723.407 519.555 723.144 519.331 722.934C519.109 722.721 518.812 722.615 518.44 722.615C518.125 722.615 517.848 722.7 517.609 722.87C517.37 723.038 517.184 723.279 517.051 723.595C516.92 723.91 516.855 724.288 516.855 724.728C516.855 725.174 516.92 725.558 517.051 725.879C517.181 726.197 517.365 726.443 517.601 726.616C517.839 726.787 518.119 726.872 518.44 726.872C518.667 726.872 518.87 726.829 519.049 726.744C519.231 726.656 519.383 726.529 519.505 726.365C519.628 726.2 519.711 726 519.757 725.764H521.231C521.194 726.227 521.058 726.637 520.822 726.995C520.586 727.35 520.265 727.629 519.859 727.831C519.453 728.029 518.976 728.129 518.427 728.129ZM525.473 728.129C524.834 728.129 524.28 727.988 523.811 727.707C523.342 727.426 522.979 727.032 522.72 726.527C522.464 726.021 522.337 725.43 522.337 724.754C522.337 724.078 522.464 723.485 522.72 722.977C522.979 722.468 523.342 722.073 523.811 721.792C524.28 721.511 524.834 721.37 525.473 721.37C526.112 721.37 526.666 721.511 527.135 721.792C527.604 722.073 527.966 722.468 528.222 722.977C528.48 723.485 528.609 724.078 528.609 724.754C528.609 725.43 528.48 726.021 528.222 726.527C527.966 727.032 527.604 727.426 527.135 727.707C526.666 727.988 526.112 728.129 525.473 728.129ZM525.482 726.893C525.828 726.893 526.118 726.798 526.351 726.608C526.584 726.414 526.757 726.156 526.871 725.832C526.987 725.508 527.045 725.147 527.045 724.75C527.045 724.349 526.987 723.987 526.871 723.663C526.757 723.336 526.584 723.076 526.351 722.883C526.118 722.69 525.828 722.593 525.482 722.593C525.126 722.593 524.831 722.69 524.595 722.883C524.362 723.076 524.187 723.336 524.071 723.663C523.957 723.987 523.901 724.349 523.901 724.75C523.901 725.147 523.957 725.508 524.071 725.832C524.187 726.156 524.362 726.414 524.595 726.608C524.831 726
<g filter="url(#filter5_d_10537_90892)">
<path d="M522.316 675C522.316 672.791 524.107 671 526.316 671H573.316C575.525 671 577.316 672.791 577.316 675V688C577.316 690.209 575.525 692 573.316 692H526.316C524.107 692 522.316 690.209 522.316 688V675Z" fill="#F4F4F7"/>
<path d="M526.316 671.25H573.316C575.387 671.25 577.066 672.929 577.066 675V688C577.066 690.071 575.387 691.75 573.316 691.75H526.316C524.245 691.75 522.566 690.071 522.566 688V675C522.566 672.929 524.245 671.25 526.316 671.25Z" stroke="#E0E1E6" stroke-width="0.5"/>
</g>
<path d="M459.275 686.001V677.274H464.687V678.407H460.592V681.066H464.299V682.196H460.592V686.001H459.275ZM466.204 686.001V679.456H467.478V686.001H466.204ZM466.847 678.446C466.626 678.446 466.435 678.372 466.276 678.224C466.12 678.073 466.042 677.894 466.042 677.687C466.042 677.477 466.12 677.298 466.276 677.15C466.435 677 466.626 676.924 466.847 676.924C467.069 676.924 467.258 677 467.414 677.15C467.573 677.298 467.653 677.477 467.653 677.687C467.653 677.894 467.573 678.073 467.414 678.224C467.258 678.372 467.069 678.446 466.847 678.446ZM470.466 677.274V686.001H469.192V677.274H470.466ZM475.236 679.456V680.478H471.66V679.456H475.236ZM472.619 677.887H473.893V684.079C473.893 684.326 473.93 684.512 474.004 684.637C474.078 684.76 474.173 684.843 474.29 684.889C474.409 684.931 474.538 684.953 474.678 684.953C474.78 684.953 474.869 684.946 474.946 684.931C475.023 684.917 475.082 684.906 475.125 684.897L475.355 685.95C475.281 685.978 475.176 686.007 475.04 686.035C474.903 686.066 474.733 686.083 474.528 686.086C474.193 686.092 473.881 686.032 473.591 685.907C473.301 685.782 473.067 685.589 472.888 685.328C472.709 685.066 472.619 684.738 472.619 684.343V677.887ZM479.396 686.133C478.751 686.133 478.196 685.995 477.73 685.72C477.267 685.441 476.909 685.051 476.656 684.548C476.406 684.042 476.281 683.45 476.281 682.771C476.281 682.1 476.406 681.51 476.656 680.998C476.909 680.487 477.261 680.088 477.713 679.801C478.167 679.514 478.698 679.37 479.306 679.37C479.676 679.37 480.034 679.431 480.38 679.554C480.727 679.676 481.038 679.867 481.314 680.129C481.589 680.39 481.806 680.73 481.966 681.147C482.125 681.562 482.204 682.066 482.204 682.66V683.112H477.001V682.157H480.956C480.956 681.822 480.887 681.525 480.751 681.267C480.615 681.005 480.423 680.799 480.176 680.649C479.931 680.498 479.644 680.423 479.315 680.423C478.957 680.423 478.644 680.511 478.377 680.687C478.113 680.86 477.909 681.088 477.764 681.369C477.622 681.647 477.551 681.95 477.551 682.277V683.022C477.551 683.46 477.627 683.832 477.781 684.139C477.937 684.446 478.154 684.68 478.433 684.842C478.711 685.001 479.037 685.081 479.409 685.081C479.65 685.081 479.87 685.046 480.069 684.978C480.268 684.907 480.44 684.802 480.585 684.663C480.73 684.524 480.841 684.352 480.917 684.147L482.123 684.365C482.027 684.72 481.853 685.031 481.603 685.298C481.356 685.562 481.045 685.768 480.67 685.916C480.298 686.061 479.873 686.133 479.396 686.133ZM483.618 686.001V679.456H484.849V680.495H484.918C485.037 680.143 485.247 679.866 485.548 679.664C485.852 679.46 486.196 679.358 486.579 679.358C486.659 679.358 486.753 679.36 486.861 679.366C486.972 679.372 487.058 679.379 487.121 679.387V680.606C487.07 680.592 486.979 680.576 486.848 680.559C486.717 680.539 486.587 680.529 486.456 680.529C486.155 680.529 485.886 680.593 485.651 680.721C485.418 680.846 485.233 681.021 485.097 681.245C484.96 681.467 484.892 681.72 484.892 682.004V686.001H483.618ZM490.81 686.133C490.165 686.133 489.61 685.995 489.144 685.72C488.681 685.441 488.323 685.051 488.07 684.548C487.82 684.042 487.695 683.45 487.695 682.771C487.695 682.1 487.82 681.51 488.07 680.998C488.323 680.487 488.675 680.088 489.127 679.801C489.581 679.514 490.113 679.37 490.72 679.37C491.09 679.37 491.448 679.431 491.794 679.554C492.141 679.676 492.452 679.867 492.728 680.129C493.003 680.39 493.22 680.73 493.38 681.147C493.539 681.562 493.618 682.066 493.618 682.66V683.112H488.415V682.157H492.37C492.37 681.822 492.301 681.525 492.165 681.267C492.029 681.005 491.837 680.799 491.59 680.649C491.345 680.498 491.059 680.423 490.729 680.423C490.371 680.423 490.059 680.511 489.791 680.687C489.527 680.86 489.323 681.088 489.178 681.369C489.036 681.647 488.965 681.95 488.965 682.277V683.022C488.965 683.46 489.041 683.832 489.195 684.139C489.351 684.446 489.568 684.68 489.847 684.842C490.125 685.001 490.451 685.081 490.823 685.081C491.064 685.081 491.284 685.046 491.483 684.978C491.682 684.907 491.854 684.802 491.999 684.663C492.144 684.524 492.255 684.352 492.331 684.147L493.537 684.365C493.441 684.72 493.267 685.031 493.017 685.298C492.77 685.562 492.459 68
<path d="M531.006 685H528.762V677.727H531.106C531.811 677.727 532.415 677.873 532.917 678.164C533.419 678.453 533.804 678.868 534.071 679.411C534.339 679.95 534.472 680.597 534.472 681.349C534.472 682.107 534.337 682.759 534.068 683.306C533.798 683.851 533.405 684.27 532.889 684.563C532.372 684.854 531.745 685 531.006 685ZM529.643 684.219H530.95C531.551 684.219 532.049 684.103 532.445 683.871C532.84 683.639 533.135 683.308 533.329 682.88C533.523 682.451 533.62 681.941 533.62 681.349C533.62 680.762 533.524 680.257 533.332 679.833C533.141 679.407 532.854 679.08 532.473 678.853C532.092 678.623 531.617 678.509 531.049 678.509H529.643V684.219ZM539.273 682.77V679.545H540.112V685H539.273V684.077H539.217C539.089 684.354 538.89 684.589 538.62 684.783C538.35 684.975 538.009 685.071 537.597 685.071C537.256 685.071 536.953 684.996 536.688 684.847C536.423 684.696 536.215 684.469 536.063 684.165C535.912 683.86 535.836 683.475 535.836 683.011V679.545H536.674V682.955C536.674 683.352 536.785 683.67 537.008 683.906C537.233 684.143 537.519 684.261 537.867 684.261C538.076 684.261 538.287 684.208 538.503 684.102C538.721 683.995 538.903 683.832 539.05 683.612C539.199 683.391 539.273 683.111 539.273 682.77ZM543.933 685.114C543.408 685.114 542.955 684.998 542.573 684.766C542.195 684.531 541.902 684.205 541.696 683.786C541.493 683.364 541.391 682.874 541.391 682.315C541.391 681.757 541.493 681.264 541.696 680.838C541.902 680.41 542.189 680.076 542.556 679.837C542.925 679.595 543.356 679.474 543.848 679.474C544.132 679.474 544.413 679.522 544.69 679.616C544.967 679.711 545.219 679.865 545.446 680.078C545.674 680.289 545.855 680.568 545.99 680.916C546.125 681.264 546.192 681.693 546.192 682.202V682.557H541.987V681.832H545.34C545.34 681.525 545.278 681.25 545.155 681.009C545.034 680.767 544.862 680.576 544.637 680.437C544.414 680.297 544.151 680.227 543.848 680.227C543.514 680.227 543.226 680.31 542.982 680.476C542.74 680.639 542.554 680.852 542.424 681.115C542.294 681.378 542.229 681.66 542.229 681.96V682.443C542.229 682.855 542.3 683.204 542.442 683.491C542.586 683.775 542.786 683.991 543.042 684.141C543.298 684.287 543.595 684.361 543.933 684.361C544.154 684.361 544.353 684.33 544.53 684.268C544.71 684.205 544.865 684.11 544.995 683.984C545.125 683.857 545.226 683.698 545.297 683.509L546.107 683.736C546.022 684.01 545.878 684.252 545.677 684.46C545.476 684.666 545.227 684.827 544.931 684.943C544.635 685.057 544.303 685.114 543.933 685.114ZM552.339 685.114C551.884 685.114 551.483 684.999 551.135 684.769C550.787 684.537 550.515 684.21 550.318 683.789C550.122 683.365 550.024 682.865 550.024 682.287C550.024 681.714 550.122 681.217 550.318 680.795C550.515 680.374 550.788 680.049 551.139 679.819C551.489 679.589 551.894 679.474 552.353 679.474C552.708 679.474 552.989 679.534 553.195 679.652C553.403 679.768 553.562 679.901 553.671 680.05C553.782 680.196 553.868 680.317 553.93 680.412H554.001V677.727H554.839V685H554.029V684.162H553.93C553.868 684.261 553.781 684.387 553.667 684.538C553.554 684.687 553.391 684.821 553.181 684.94C552.97 685.056 552.689 685.114 552.339 685.114ZM552.453 684.361C552.789 684.361 553.073 684.273 553.305 684.098C553.537 683.92 553.713 683.675 553.834 683.363C553.955 683.048 554.015 682.685 554.015 682.273C554.015 681.866 553.956 681.509 553.838 681.204C553.719 680.896 553.544 680.657 553.312 680.487C553.08 680.314 552.794 680.227 552.453 680.227C552.098 680.227 551.802 680.318 551.565 680.501C551.33 680.681 551.154 680.926 551.036 681.236C550.92 681.544 550.862 681.889 550.862 682.273C550.862 682.661 550.921 683.014 551.039 683.331C551.16 683.646 551.338 683.897 551.572 684.084C551.809 684.268 552.102 684.361 552.453 684.361ZM558.095 685.128C557.75 685.128 557.436 685.063 557.154 684.933C556.873 684.8 556.649 684.609 556.483 684.361C556.317 684.11 556.235 683.807 556.235 683.452C556.235 683.139 556.296 682.886 556.419 682.692C556.542 682.495 556.707 682.341 556.913 682.23C557.119 682.119 557.346 682.036 557.595 681.982C557.846 681.925 558.098 681.88 558.351 681.847C558.683 681.804 558.951 681.772 559.157 681.751C559.366 681.727
</g>
<path d="M441.316 609.25H973.316C979.805 609.25 985.066 614.511 985.066 621V1041C985.066 1047.49 979.805 1052.75 973.316 1052.75H441.316C434.827 1052.75 429.566 1047.49 429.566 1041V621C429.566 614.511 434.827 609.25 441.316 609.25Z" stroke="#D9D9E0" stroke-width="0.5"/>
<mask id="mask11_10537_90892" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="429" y="494" width="1140" height="89">
<path d="M429.316 506C429.316 499.373 434.689 494 441.316 494H1556.32C1562.95 494 1568.32 499.373 1568.32 506V571C1568.32 577.627 1562.95 583 1556.32 583H441.316C434.689 583 429.316 577.627 429.316 571V506Z" fill="white"/>
</mask>
<g mask="url(#mask11_10537_90892)">
<path d="M429.316 506C429.316 499.373 434.689 494 441.316 494H1556.32C1562.95 494 1568.32 499.373 1568.32 506V571C1568.32 577.627 1562.95 583 1556.32 583H441.316C434.689 583 429.316 577.627 429.316 571V506Z" fill="white"/>
<path d="M428.316 507C428.316 500.925 433.241 496 439.316 496H665.316C671.391 496 676.316 500.925 676.316 507V570C676.316 576.075 671.391 581 665.316 581H439.316C433.241 581 428.316 576.075 428.316 570V538.5V507Z" fill="white"/>
<path d="M483.986 531.277C482.817 531.277 481.813 530.981 480.975 530.389C480.141 529.793 479.5 528.933 479.05 527.811C478.605 526.684 478.382 525.328 478.382 523.741C478.387 522.155 478.612 520.806 479.057 519.693C479.507 518.576 480.148 517.723 480.982 517.136C481.82 516.549 482.821 516.256 483.986 516.256C485.151 516.256 486.152 516.549 486.99 517.136C487.828 517.723 488.47 518.576 488.915 519.693C489.365 520.811 489.59 522.16 489.59 523.741C489.59 525.332 489.365 526.691 488.915 527.818C488.47 528.94 487.828 529.797 486.99 530.389C486.157 530.981 485.156 531.277 483.986 531.277ZM483.986 529.054C484.895 529.054 485.612 528.607 486.138 527.712C486.668 526.812 486.933 525.489 486.933 523.741C486.933 522.586 486.813 521.616 486.571 520.83C486.33 520.044 485.989 519.452 485.549 519.054C485.108 518.652 484.587 518.45 483.986 518.45C483.082 518.45 482.367 518.9 481.841 519.8C481.316 520.695 481.05 522.009 481.046 523.741C481.041 524.902 481.157 525.877 481.394 526.668C481.635 527.458 481.976 528.055 482.416 528.457C482.857 528.855 483.38 529.054 483.986 529.054Z" fill="#1C2024"/>
<path d="M480.135 550.364V562H478.726V550.364H480.135ZM488.64 555.227L487.436 555.568C487.36 555.367 487.248 555.172 487.101 554.983C486.957 554.79 486.76 554.631 486.51 554.506C486.26 554.381 485.94 554.318 485.55 554.318C485.015 554.318 484.57 554.441 484.214 554.688C483.862 554.93 483.686 555.239 483.686 555.614C483.686 555.947 483.807 556.21 484.05 556.403C484.292 556.597 484.671 556.758 485.186 556.886L486.481 557.205C487.262 557.394 487.843 557.684 488.226 558.074C488.608 558.46 488.8 558.958 488.8 559.568C488.8 560.068 488.656 560.515 488.368 560.909C488.084 561.303 487.686 561.614 487.175 561.841C486.663 562.068 486.068 562.182 485.39 562.182C484.5 562.182 483.764 561.989 483.18 561.602C482.597 561.216 482.228 560.652 482.072 559.909L483.345 559.591C483.466 560.061 483.695 560.413 484.033 560.648C484.373 560.883 484.818 561 485.368 561C485.993 561 486.489 560.867 486.856 560.602C487.228 560.333 487.413 560.011 487.413 559.636C487.413 559.333 487.307 559.08 487.095 558.875C486.883 558.667 486.557 558.511 486.118 558.409L484.663 558.068C483.864 557.879 483.277 557.585 482.902 557.188C482.531 556.786 482.345 556.284 482.345 555.682C482.345 555.189 482.483 554.754 482.76 554.375C483.04 553.996 483.421 553.699 483.902 553.483C484.387 553.267 484.936 553.159 485.55 553.159C486.413 553.159 487.091 553.348 487.584 553.727C488.08 554.106 488.432 554.606 488.64 555.227ZM496.68 555.227L495.475 555.568C495.4 555.367 495.288 555.172 495.14 554.983C494.996 554.79 494.799 554.631 494.549 554.506C494.299 554.381 493.979 554.318 493.589 554.318C493.055 554.318 492.61 554.441 492.254 554.688C491.901 554.93 491.725 555.239 491.725 555.614C491.725 555.947 491.847 556.21 492.089 556.403C492.331 556.597 492.71 556.758 493.225 556.886L494.521 557.205C495.301 557.394 495.882 557.684 496.265 558.074C496.648 558.46 496.839 558.958 496.839 559.568C496.839 560.068 496.695 560.515 496.407 560.909C496.123 561.303 495.725 561.614 495.214 561.841C494.703 562.068 494.108 562.182 493.43 562.182C492.54 562.182 491.803 561.989 491.22 561.602C490.636 561.216 490.267 560.652 490.112 559.909L491.384 559.591C491.506 560.061 491.735 560.413 492.072 560.648C492.413 560.883 492.858 561 493.407 561C494.032 561 494.528 560.867 494.896 560.602C495.267 560.333 495.453 560.011 495.453 559.636C495.453 559.333 495.347 559.08 495.134 558.875C494.922 558.667 494.597 558.511 494.157 558.409L492.703 558.068C491.903 557.879 491.316 557.585 490.941 557.188C490.57 556.786 490.384 556.284 490.384 555.682C490.384 555.189 490.523 554.754 490.799 554.375C491.079 553.996 491.46 553.699 491.941 553.483C492.426 553.267 492.975 553.159 493.589 553.159C494.453 553.159 495.131 553.348 495.623 553.727C496.119 554.106 496.472 554.606 496.68 555.227ZM504.037 558.432V553.273H505.378V562H504.037V560.523H503.946C503.742 560.966 503.424 561.343 502.992 561.653C502.56 561.96 502.015 562.114 501.356 562.114C500.81 562.114 500.325 561.994 499.901 561.756C499.477 561.513 499.143 561.15 498.901 560.665C498.659 560.176 498.537 559.561 498.537 558.818V553.273H499.878V558.727C499.878 559.364 500.056 559.871 500.412 560.25C500.772 560.629 501.231 560.818 501.787 560.818C502.121 560.818 502.46 560.733 502.804 560.562C503.153 560.392 503.445 560.131 503.679 559.778C503.918 559.426 504.037 558.977 504.037 558.432ZM511.173 562.182C510.332 562.182 509.607 561.996 508.997 561.625C508.391 561.25 507.923 560.727 507.594 560.057C507.268 559.383 507.105 558.598 507.105 557.705C507.105 556.811 507.268 556.023 507.594 555.341C507.923 554.655 508.382 554.121 508.969 553.739C509.56 553.352 510.249 553.159 511.037 553.159C511.492 553.159 511.94 553.235 512.384 553.386C512.827 553.538 513.23 553.784 513.594 554.125C513.957 554.462 514.247 554.909 514.463 555.466C514.679 556.023 514.787 556.708 514.787 557.523V558.091H508.06V556.932H513.423C513.423 556.439 513.325 556 513.128 555.614C512.935 555.227 512.658 554.922 512.298 554.699C511.942 554.475 511.522 554.364 511.037 554.364C510.503 554.364 510.041 554.496 509.651 554.761C509.264 555.023 508.967 555.364 508.759 555.784C508.55 556.205 508.446 556.655 508.446
</g>
<path d="M441.316 494.25H1556.32C1562.81 494.25 1568.07 499.511 1568.07 506V571C1568.07 577.489 1562.81 582.75 1556.32 582.75H441.316C434.827 582.75 429.566 577.489 429.566 571V506C429.566 499.511 434.827 494.25 441.316 494.25Z" stroke="#D9D9E0" stroke-width="0.5"/>
</g>
<rect x="433.018" y="442.553" width="15.9648" height="15.89" fill="url(#pattern0_10537_90892)"/>
</g>
<path d="M116.316 312.5H1612.32C1616.46 312.5 1619.82 315.858 1619.82 320V1248C1619.82 1252.14 1616.46 1255.5 1612.32 1255.5H116.316C112.174 1255.5 108.816 1252.14 108.816 1248V320C108.816 315.858 112.174 312.5 116.316 312.5Z" stroke="#D9D9E0" shape-rendering="crispEdges"/>
</g>
</g>
<defs>
<filter id="filter0_bdd_10537_90892" x="45.8175" y="263.876" width="615.998" height="732.998" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feGaussianBlur in="BackgroundImageFix" stdDeviation="12.5388"/>
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_10537_90892"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="13.3747"/>
<feGaussianBlur stdDeviation="26.7494"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.243137 0 0 0 0 0.388235 0 0 0 0 0.866667 0 0 0 0.12 0"/>
<feBlend mode="normal" in2="effect1_backgroundBlur_10537_90892" result="effect2_dropShadow_10537_90892"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feMorphology radius="1.24645" operator="dilate" in="SourceAlpha" result="effect3_dropShadow_10537_90892"/>
<feOffset dx="1.86967" dy="1.24645"/>
<feGaussianBlur stdDeviation="3.11612"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.0027 0 0 0 0 0.02307 0 0 0 0 0.1773 0 0 0 0.06 0"/>
<feBlend mode="normal" in2="effect2_dropShadow_10537_90892" result="effect3_dropShadow_10537_90892"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect3_dropShadow_10537_90892" result="shape"/>
</filter>
<filter id="filter1_d_10537_90892" x="104.316" y="309" width="1520" height="952" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="1"/>
<feGaussianBlur stdDeviation="2"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_10537_90892"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_10537_90892" result="shape"/>
</filter>
<filter id="filter2_dii_10537_90892" x="337.316" y="382" width="40" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="1"/>
<feGaussianBlur stdDeviation="1"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.0901961 0 0 0 0 0.0901961 0 0 0 0 0.0901961 0 0 0 0.14 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_10537_90892"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_10537_90892" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="0.5"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.0901961 0 0 0 0 0.0901961 0 0 0 0 0.0901961 0 0 0 0.06 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_10537_90892"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="1"/>
<feGaussianBlur stdDeviation="1"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.0901961 0 0 0 0 0.0901961 0 0 0 0 0.0901961 0 0 0 0.06 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_10537_90892" result="effect3_innerShadow_10537_90892"/>
</filter>
<filter id="filter3_dii_10537_90892" x="123.316" y="382" width="210" height="40" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="1"/>
<feGaussianBlur stdDeviation="1"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.0901961 0 0 0 0 0.0901961 0 0 0 0 0.0901961 0 0 0 0.14 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_10537_90892"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_10537_90892" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset/>
<feGaussianBlur stdDeviation="0.5"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.0901961 0 0 0 0 0.0901961 0 0 0 0 0.0901961 0 0 0 0.06 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_10537_90892"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="1"/>
<feGaussianBlur stdDeviation="1"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.0901961 0 0 0 0 0.0901961 0 0 0 0 0.0901961 0 0 0 0.06 0"/>
<feBlend mode="normal" in2="effect2_innerShadow_10537_90892" result="effect3_innerShadow_10537_90892"/>
</filter>
<filter id="filter4_di_10537_90892" x="447.316" y="702" width="174" height="43" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="2"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.654861 0 0 0 0 0.662354 0 0 0 0 0.683333 0 0 0 0.15 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_10537_90892"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_10537_90892" result="shape"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="2"/>
<feGaussianBlur stdDeviation="2"/>
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
<feBlend mode="normal" in2="shape" result="effect2_innerShadow_10537_90892"/>
</filter>
<filter id="filter5_d_10537_90892" x="516.316" y="663" width="71" height="37" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dx="2"/>
<feGaussianBlur stdDeviation="4"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.654861 0 0 0 0 0.662354 0 0 0 0 0.683333 0 0 0 0.15 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_10537_90892"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_10537_90892" result="shape"/>
</filter>
<pattern id="pattern0_10537_90892" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image0_10537_90892" transform="scale(0.0015625 0.00156986)"/>
</pattern>
<linearGradient id="paint0_linear_10537_90892" x1="147.818" y1="-14.5406" x2="602.299" y2="227.513" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="white" stop-opacity="0"/>
</linearGradient>
<radialGradient id="paint1_radial_10537_90892" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(113.147 946.111) rotate(-29.3932) scale(777.019 1335.47)">
<stop stop-color="white"/>
<stop offset="1" stop-color="white" stop-opacity="0"/>
</radialGradient>
<linearGradient id="paint2_linear_10537_90892" x1="13.1047" y1="179.054" x2="897.423" y2="943.005" gradientUnits="userSpaceOnUse">
<stop stop-color="#FCF8E8"/>
<stop offset="1" stop-color="#E6E5FF" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint3_linear_10537_90892" x1="93.8137" y1="172.878" x2="816.875" y2="643.215" gradientUnits="userSpaceOnUse">
<stop stop-color="#192563" stop-opacity="0.4"/>
<stop offset="1" stop-color="#FEF2F2" stop-opacity="0.3"/>
</linearGradient>
<clipPath id="clip0_10537_90892">
<rect width="573" height="900" fill="white" transform="translate(0.316406)"/>
</clipPath>
<clipPath id="clip1_10537_90892">
<rect width="1588" height="999" fill="white" transform="translate(0.316406 5)"/>
</clipPath>
<clipPath id="clip2_10537_90892">
<path d="M108.316 320C108.316 315.582 111.898 312 116.316 312H1612.32C1616.73 312 1620.32 315.582 1620.32 320V1248C1620.32 1252.42 1616.73 1256 1612.32 1256H116.316C111.898 1256 108.316 1252.42 108.316 1248V320Z" fill="white"/>
</clipPath>
<image id="image0_10537_90892" width="640" height="637" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAoAAAAJ9CAYAAAClwcPkAAABC2lDQ1BpY2MAABiVY2BgXJGTnFvMJMDAkJtXUhTk7qQQERmlwH6HgZFBkoGZQZPBMjG5uMAxIMCHASf4do2BEURf1gWZxUAa4ExJLU5mYGD4wMDAEJ9cUFTCwMAIsounvKQAxI5gYGAQKYqIjGJgYMwBsdMh7AYQOwnCngJWExLkzMDAyMPAwOCQjsROQmJD7QIB1mSj5ExkhySXFpVBmVIMDAynGU8yJ7NO4sjm/iZgLxoobaL4UXOCkYT1JDfWwPLYt9kFVaydG2fVrMncX3v58EuD//9LUitKQJqdnQ0YQGGIHjYIsfxFDAwWXxkYmCcgxJJmMjBsb2VgkLiFEFNZwMDA38LAsO08APD9TdvF8UZ0AAAAtGVYSWZJSSoACAAAAAYAEgEDAAEAAAABAAAAGgEFAAEAAABWAAAAGwEFAAEAAABeAAAAKAEDAAEAAAACAAAAEwIDAAEAAAABAAAAaYcEAAEAAABmAAAAAAAAAEkZAQDoAwAASRkBAOgDAAAGAACQBwAEAAAAMDIxMAGRBwAEAAAAAQIDAACgBwAEAAAAMDEwMAGgAwABAAAA//8AAAKgBAABAAAAgAIAAAOgBAABAAAAfQIAAAAAAAC8kttXAAAACXBIWXMAAAsTAAALEwEAmpwYAAAgAElEQVR42uy9eZxsWVXn+117n4jMvFMVVUUVFGNRQAEq/bSlUZFulUJUFEUc2lYQ8EErardDv9bGkcFZu4UWsB1RFPDZ/XB6baO2gI0DBS1QBTUXKDN1q+6Y997MjDh79R9773P2ORmZN29mZGZk5vp9PlE3MyJyqMgTcb7xW2v9loz+6rGY9oEUVBU0fQwQNN6k6T+aPk63afq6VV+bPwY00HxD1Xz/9LUh3WfS1xYfH73+sP199pa+CHi7PQyzr+qpd9iDYDKZNiVnD4Fpu3X27nP2IOwtvR54pD0MJpPJZABoMpkOhj4beATwbHsoTCaTyQDQZNqSzpgLuFf0/N6/JpPJZDIANJlM+1xfk/59ItENNJlMJpMBoMlkYn+Xfx/OajfQZDKZTAaAJtPmdObORXsQ2BPlX3puoGkGdf6eFXsQTCaTAaDJINC0JckE4Hs48CX20JhMJpMBoMnENDILTcx6+RcrA2Pun8lkMgA0maal0+YCsgfKv1lfTXQHTSaTyWQAaDKZ2F/l369e47ZjWCagyWQyGQCaTFgZeL/pi5lc/sXKwLOnc3cv24NgMpkMAE17U6dvXzQInB294CK3fxVwhT1M9sbJZDIZAJpMbLXoePq2s/Y4zHb5t5SVgWdA5+4y989kMhkAmvYDeph2W18LHGVjG0LsL2bPGZPJZABoMmElLfbN6reL6SuB6+zhsueKyWQyADSZtqxTt1oZmNkv/2Jl4N2Hv3N3WvnXZDIZAJr2E4KYs7Fbeg4bK/9STANbEXIXtHjHsj3yJpPJANCEuYAmdrD8m/WZwKPsYbPeP5PJZABoMtnJbe8+95+1ia/7XnvosN4/k8lkAGgy2UmO/Tz929ezDNl3Vou3W++fyWQyADTtU536wBmDQGa6/Jv1MOBz7OHbwTdGhtsmk8kA0MQ+LgOf/MAZexx27nn/1Vv4+hfaQ4i5fyaTyQDQZLJeQPZa+ffIFr7+efbaYc8Jk8lkAGgyTU1qZeCd0Fbz/I4kiDRZX6zJZDIANJm2rlO3WBl4Rqd/LRR6h7V465I9CCaTyQDQxIEpeZkLyCyXfymmga+0hxMb/jCZTAaAJtM0dPJmcwGZ3fIvVgbeZvYLcNbcP5PJZABoOmgScz62S57plH/ZYpSMiYuUfu05YDKZDABNHEgXxOrAzG75N+srsDKwTf6aTCYDQJNpWjpx8xmDQGYm/Hk9fZ09rNMt/5pMJpMBoImDXAY+8X7rBWR2y79Z/8Y8q+lp8YPW+2cymQwATQaBpunpOUy3/Jv1BOB6e3iZjvtnx7zJZDIANJmsF5C9MbBhZeApaPED5v6ZTCYDQJMJgBPvPW0PAjNb/s36bnstsVdjk8lkLzkm09QkTswFZCrl38Pb+P2vBT7XHmZs+MNkMhkAmkzT0v1/by4gs5/X9wJ7mLcQ/HyzlX9NJpMBoMlE3wU0bVoV21v+pVgN5+3hvnSduXnJXolNJpMBoMk0SVpbGZjZLP9SlIFvtId7M29w7DEwmUwGgCYTk8vAp+xB2NxOiWfv4M+zMrD1/plMJgNAk2nKwyDmAl6qrgS+cQd/3lcSS86mDerM+y/Yg2AymQwATSbMBWTK5d+d1GEsE5BLcf+s/GsymQwATSZsGGQPl38pysD2h9qAzrzP3D+TyWQAaDJhwyBT1VXAM3bh535p+tkmG/4wmUwGgCbTdHTfe04ZBDKT5d9Z+dn2RsZkMpkMAE3swzLwfe85aQ/Excu/X8PuBk/ba8s6Ov0+C342mUwGgCaTTQSzL8q/Wc8AHm1/BtZ0/6z8azKZDABNpk3ovpvMBVxHX2e/w+zq9HvN/TOZTAaAJtOmJN4GTWe0/Jv1PHt9seEPk8lkAGgyTV06tjLwBD2QOIm727oBeKz9OWz4w2QyGQCaTFPV8ZtOGgQy0xO432d/ji78nf57K/+aTCYDQJOJrZaBj7/LegFnsPxLsRrO258l6vR7lqz8azKZDABNJusFZL+Wf7MeDDzZ/iz5WLXHwGQyGQCaTFgvIAchgPl77c9ix6jJZJo9VfYQmPa6jv/dCa7+wiux8u+u7P5NhLPmLV+BMgBGB/mPc+o953GVvd82mUyYA2gyTbMMHMxheSDw9KmA3HQvhzjgmYA6VmtVMJlMmANoMrE9LuA1B9sFfM4GHbnNOnnr30XXveLZKG/ewm+1p3Xq788bAJpMJgNAk4ltcgE1HNz/fRG+dgdAbrPQ+JXA1cCnMffPZDKZDABNpmkqjBVXHciT7dWq3LgDILfZr1sgOpSv5cCtfbuAVAaAJpPJANBk2jbd93cnuOrJDziIEPicLUPcNpeNgWer8rqDVgY2989kMhkAmkw7cLK9710nufrzrzhY079STP9uL8RN/pKNfe2NwDXAp7DoF5PJZMKmgE0mc1y2oqtRbtzKpK5u8kJIl43/rBdtw5TxTF50pJx+/wV7QppMJswBNJl2SGEl4AYH5r3N13WMuM2YTpsyqnQzX/dclJ9I2Livdfr91vtnMpkMAGdBR4hBuYsHNYriIOn4e05y9eddufWeOA5C+Vd3smz8GOCxwO2YEz0Vnfnt69IYeHqFE4n/Qrt3WPLt6TYp7g/gJH5YXNd+rXTv39wubfx45/vJqvtyMELYjwA1cN5egRNcPPUOexCwEvAs6PuA3wE+Fzh6oF6aOJhl4PG5wPh82O8noqtRnrbpGq4m+NtqufNSLoFv0AD7+VIv23vMA2SgXJ7OK28Avs0eEpM5gLOnnwU+BtwE/DHwCuAuoiM4tsNg/+kDr/40rhKe8B0PBIFqwe3r8i+wZSdPd2Zi+DtTGbjelz4QcO//WuTQ1QN7Eu5fzRGjjW4EfgR4YjqffI09NCbMAZw5LQEvJ/YefVUCwXekJ+zl1gu5/+TnBD8n3PwL93Lra4+XDtR+uQjKs7fkyOXvlYc6NnoJm3QL49ddDTx534GfwPh8YHwuWO/f/ga/K4HvSueP30/wF4B/bw+PCXMAZ1avBl4EfGb6/InpCXwL8ErgL4GzwLIdFvsPBMeLsRxcHXb7pTfwQao8baejXy7+dbqRm74N+Jv9coyNzwVQuPXXjlMvwbVfeMSeePtLh4mO3wuAHwaO9W6/FfgDe5hMBoCzrR8G3tLrCvss4PeAMwkEf9NAcP/pll+8l+qQ8PgXpZLwoT1vfr94BkCOTa6YeybK3J5/jqVXkVt/9TijRWX+SmcjZuwrX/cQcC3wb4HnTgA/iK0MP2wPlwkrAc+8/hC4eY3bjhF7Be8B/g1xd+lhO0TYV07gLa+6l9t+5Xhb9wx78uJQvvniZ
</defs>
</svg>