plane/web/public/onboarding/invite-members-dark.svg

225 lines
284 KiB
XML
Raw 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="573" height="900" viewBox="0 0 573 900" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g clip-path="url(#clip0_5102_100005)">
<rect x="0.21875" y="-0.469727" width="573" height="900" fill="#202020"/>
<mask id="mask0_5102_100005" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="4" width="1589" height="1000">
<g clip-path="url(#clip1_5102_100005)">
<path d="M716.295 308.358C716.295 455.618 618.93 574.996 498.824 574.996C378.719 574.996 -371.688 58.4987 -371.688 -88.7612C-371.688 -236.021 706.5 -33.2906 826.606 -33.2906C946.711 -33.2906 716.295 161.099 716.295 308.358Z" fill="url(#paint0_linear_5102_100005)"/>
<path d="M800.761 939.384C800.761 1086.64 703.396 1206.02 583.291 1206.02C463.185 1206.02 -205.906 1171.7 -205.906 1024.44C-205.906 877.176 -156.448 528.352 -36.3424 528.352C83.7632 528.352 800.761 792.124 800.761 939.384Z" fill="url(#paint1_radial_5102_100005)"/>
<path d="M1047.46 308.762C1371.52 601.451 1221.82 454.363 1500.17 446.952C1543.83 455.364 1617.96 455.764 1565.15 390.072C1499.13 307.958 1520.41 249.96 1437.9 160.496C1355.4 71.0317 1305.16 -19.8621 1180.6 -162.152C1056.05 -304.442 1046.46 -187.148 906.043 -198.268C765.623 -209.387 829.669 -191.729 635.925 14.7279C442.18 221.185 723.39 16.0737 1047.46 308.762Z" fill="#D9D9D9"/>
<path d="M913.109 719.855C369.981 770.953 632.072 755.182 409.453 969.667C365.508 997.003 303.985 1052.56 409.453 1056.09C541.288 1060.51 578.391 1114.76 730.751 1111.61C883.11 1108.45 1010.21 1130.53 1247.04 1130.53C1483.87 1130.53 1381.24 1046 1507.55 947.587C1633.86 849.177 1564.39 885.766 1529.65 603.781C1494.92 321.797 1456.24 668.757 913.109 719.855Z" fill="#D9D9D9"/>
</g>
</mask>
<g mask="url(#mask0_5102_100005)">
<g opacity="0.09">
<line x1="-10.3984" y1="624.858" x2="1501.18" y2="624.858" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="-10.3984" y1="302.12" x2="1501.18" y2="302.12" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="-10.3984" y1="463.488" x2="1501.18" y2="463.488" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="-10.3984" y1="786.226" x2="1501.18" y2="786.226" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="-10.3984" y1="140.75" x2="1501.18" y2="140.75" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="-10.3984" y1="544.173" x2="1501.18" y2="544.173" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="-10.3984" y1="866.911" x2="1501.18" y2="866.911" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="-10.3984" y1="221.434" x2="1501.18" y2="221.434" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="-10.3984" y1="382.803" x2="1501.18" y2="382.803" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="-10.3984" y1="705.543" x2="1501.18" y2="705.543" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="-10.3984" y1="60.0643" x2="1501.18" y2="60.0643" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="36.5461" y1="-49.3154" x2="36.546" y2="1118.09" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="359.286" y1="-49.3154" x2="359.286" y2="1118.09" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="197.917" y1="-49.3154" x2="197.917" y2="1118.09" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="520.657" y1="-49.3154" x2="520.657" y2="1118.09" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="117.234" y1="-49.3154" x2="117.234" y2="1118.09" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="439.97" y1="-49.3154" x2="439.97" y2="1118.09" stroke="#E5E5E5" stroke-width="0.6"/>
<line x1="278.603" y1="-49.3154" x2="278.603" y2="1118.09" stroke="#E5E5E5" stroke-width="0.6"/>
</g>
<g opacity="0.5">
<rect x="440.359" y="785.839" width="80.2262" height="80.2262" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="520.586" y="463.737" width="80.2262" height="79.0801" fill="#3F76FF" fill-opacity="0.1"/>
<rect x="440.213" y="221.963" width="80.2262" height="79.0801" fill="#3F76FF" fill-opacity="0.1"/>
<rect x="440.213" y="463.737" width="80.2262" height="79.0801" fill="#3F76FF" fill-opacity="0.1"/>
<rect x="360.133" y="785.839" width="80.2262" height="80.2262" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="360.133" y="866.065" width="80.2262" height="81.3723" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="198.533" y="705.613" width="80.2262" height="80.2262" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="117.162" y="59.2188" width="81.3723" height="80.2262" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="36.9355" y="60.3652" width="81.3723" height="80.2262" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="117.162" y="139.445" width="81.3723" height="82.5184" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="440.359" y="-21.0078" width="81.3723" height="80.2262" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="198.535" y="301.043" width="80.2262" height="81.3723" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="37.2188" y="220.53" width="81" height="82" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="-43.7812" y="140.53" width="81" height="82" fill="#3F76FF" fill-opacity="0.15"/>
</g>
</g>
<rect x="144.219" y="226.53" width="287" height="389" rx="5" fill="url(#paint2_linear_5102_100005)"/>
<rect x="144.469" y="226.78" width="286.5" height="388.5" rx="4.75" stroke="url(#paint3_linear_5102_100005)" stroke-opacity="0.5" stroke-width="0.5"/>
<path d="M163.223 244.348H165.48L168.503 251.726H168.622L171.645 244.348H173.902V254.53H172.132V247.535H172.038L169.224 254.5H167.901L165.087 247.52H164.993V254.53H163.223V244.348ZM179.212 254.679C178.446 254.679 177.785 254.52 177.228 254.202C176.674 253.881 176.249 253.427 175.95 252.84C175.652 252.25 175.503 251.556 175.503 250.757C175.503 249.971 175.652 249.282 175.95 248.689C176.252 248.092 176.673 247.628 177.213 247.297C177.753 246.962 178.388 246.794 179.117 246.794C179.588 246.794 180.032 246.871 180.45 247.023C180.871 247.172 181.242 247.404 181.563 247.719C181.888 248.034 182.143 248.435 182.329 248.922C182.514 249.406 182.607 249.983 182.607 250.652V251.204H176.348V249.991H180.882C180.879 249.647 180.804 249.34 180.658 249.071C180.513 248.8 180.309 248.586 180.047 248.43C179.788 248.274 179.487 248.196 179.142 248.196C178.774 248.196 178.451 248.286 178.173 248.465C177.894 248.641 177.677 248.873 177.521 249.161C177.369 249.446 177.291 249.759 177.288 250.101V251.16C177.288 251.604 177.369 251.985 177.531 252.303C177.694 252.618 177.921 252.86 178.212 253.029C178.504 253.195 178.845 253.277 179.237 253.277C179.498 253.277 179.735 253.241 179.947 253.168C180.16 253.092 180.344 252.981 180.499 252.835C180.655 252.689 180.773 252.508 180.852 252.293L182.533 252.482C182.427 252.926 182.224 253.314 181.926 253.645C181.631 253.973 181.253 254.229 180.793 254.411C180.332 254.59 179.805 254.679 179.212 254.679ZM184.13 254.53V246.894H185.85V248.191H185.939C186.099 247.754 186.362 247.413 186.73 247.167C187.098 246.919 187.537 246.794 188.047 246.794C188.564 246.794 189 246.92 189.355 247.172C189.713 247.421 189.965 247.761 190.111 248.191H190.19C190.359 247.767 190.644 247.429 191.045 247.177C191.45 246.922 191.929 246.794 192.482 246.794C193.185 246.794 193.758 247.017 194.202 247.461C194.646 247.905 194.868 248.553 194.868 249.405V254.53H193.064V249.683C193.064 249.209 192.938 248.863 192.686 248.644C192.434 248.422 192.126 248.311 191.761 248.311C191.327 248.311 190.987 248.447 190.742 248.718C190.5 248.987 190.379 249.337 190.379 249.767V254.53H188.614V249.608C188.614 249.214 188.495 248.899 188.256 248.664C188.021 248.428 187.713 248.311 187.331 248.311C187.073 248.311 186.838 248.377 186.626 248.51C186.413 248.639 186.244 248.823 186.118 249.062C185.992 249.297 185.93 249.572 185.93 249.887V254.53H184.13ZM196.774 254.53V244.348H198.574V248.157H198.648C198.741 247.971 198.872 247.774 199.041 247.565C199.21 247.353 199.439 247.172 199.727 247.023C200.015 246.871 200.383 246.794 200.831 246.794C201.421 246.794 201.953 246.945 202.426 247.247C202.904 247.545 203.282 247.988 203.56 248.574C203.842 249.158 203.983 249.874 203.983 250.722C203.983 251.561 203.845 252.273 203.57 252.86C203.295 253.446 202.92 253.894 202.446 254.202C201.972 254.51 201.435 254.665 200.836 254.665C200.398 254.665 200.035 254.592 199.747 254.446C199.458 254.3 199.226 254.124 199.051 253.919C198.878 253.71 198.744 253.513 198.648 253.327H198.544V254.53H196.774ZM198.539 250.712C198.539 251.206 198.608 251.638 198.748 252.01C198.89 252.381 199.094 252.671 199.359 252.88C199.627 253.085 199.952 253.188 200.333 253.188C200.731 253.188 201.064 253.082 201.333 252.87C201.601 252.654 201.803 252.361 201.939 251.99C202.078 251.615 202.148 251.189 202.148 250.712C202.148 250.238 202.08 249.817 201.944 249.449C201.808 249.081 201.606 248.793 201.338 248.584C201.069 248.375 200.734 248.271 200.333 248.271C199.949 248.271 199.623 248.372 199.354 248.574C199.086 248.776 198.882 249.06 198.743 249.424C198.607 249.789 198.539 250.218 198.539 250.712ZM208.893 254.679C208.128 254.679 207.466 254.52 206.91 254.202C206.356 253.881 205.93 253.427 205.632 252.84C205.334 252.25 205.184 251.556 205.184 250.757C205.184 249.971 205.334 249.282 205.632 248.689C205.934 248.092 206.354 247.628 206.895 247.297C207.435 246.962 208.07 246.794 208.799 246.794C209.269 246.794 209.714 246.871 210.131 247.023C210.552 247.172 210.923 247.404 211.245 247.719C211.57 248.034 211.825 248.435 212.01 248.922C212.196 249.406 212.289 249.983 212.289 250.652V251.204H206.03V249.991H210
<g clip-path="url(#clip2_5102_100005)">
<rect x="162.219" y="277.53" width="30" height="29" rx="14.5" fill="#5B6069"/>
<path d="M186.844 301.696C186.844 299.354 185.647 297.108 183.878 295.452C182.109 293.796 179.709 292.866 177.207 292.866C174.705 292.866 172.306 293.796 170.537 295.452C168.767 297.108 167.773 299.354 167.773 301.696" fill="#43484F" stroke="#43484F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M186.718 300.785C187.017 301.967 185.724 303.489 183.955 304.465C182.186 305.441 180.076 305.837 177.574 305.837C175.072 305.837 172.672 305.288 170.903 304.312C169.074 303.624 167.226 301.892 168.14 300.632L177.574 300.632L186.718 300.785Z" fill="#43484F"/>
<path d="M177.223 292.468C180.329 292.468 182.848 289.949 182.848 286.843C182.848 283.736 180.329 281.218 177.223 281.218C174.116 281.218 171.598 283.736 171.598 286.843C171.598 289.949 174.116 292.468 177.223 292.468Z" fill="#43484F"/>
</g>
<rect x="201.219" y="281.53" width="93" height="9" rx="4.5" fill="#43484F"/>
<rect x="201.219" y="297.53" width="69" height="6" rx="3" fill="#5B6069"/>
<g clip-path="url(#clip3_5102_100005)">
<rect x="162.219" y="326.53" width="30" height="29" rx="14.5" fill="#5B6069"/>
<path d="M186.844 350.696C186.844 348.354 185.647 346.108 183.878 344.452C182.109 342.796 179.709 341.866 177.207 341.866C174.705 341.866 172.306 342.796 170.537 344.452C168.767 346.108 167.773 348.354 167.773 350.696" fill="#43484F" stroke="#43484F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M186.718 349.785C187.017 350.967 185.724 352.489 183.955 353.465C182.186 354.441 180.076 354.837 177.574 354.837C175.072 354.837 172.672 354.288 170.903 353.312C169.074 352.624 167.226 350.892 168.14 349.632L177.574 349.632L186.718 349.785Z" fill="#43484F"/>
<path d="M177.223 341.468C180.329 341.468 182.848 338.949 182.848 335.843C182.848 332.736 180.329 330.218 177.223 330.218C174.116 330.218 171.598 332.736 171.598 335.843C171.598 338.949 174.116 341.468 177.223 341.468Z" fill="#43484F"/>
</g>
<rect x="201.219" y="330.53" width="93" height="9" rx="4.5" fill="#43484F"/>
<rect x="201.219" y="346.53" width="69" height="6" rx="3" fill="#5B6069"/>
<g clip-path="url(#clip4_5102_100005)">
<rect x="162.219" y="375.53" width="30" height="29" rx="14.5" fill="#5B6069"/>
<path d="M186.844 399.696C186.844 397.354 185.647 395.108 183.878 393.452C182.109 391.796 179.709 390.866 177.207 390.866C174.705 390.866 172.306 391.796 170.537 393.452C168.767 395.108 167.773 397.354 167.773 399.696" fill="#43484F" stroke="#43484F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M186.718 398.785C187.017 399.967 185.724 401.489 183.955 402.465C182.186 403.441 180.076 403.837 177.574 403.837C175.072 403.837 172.672 403.288 170.903 402.312C169.074 401.624 167.226 399.892 168.14 398.632L177.574 398.632L186.718 398.785Z" fill="#43484F"/>
<path d="M177.223 390.468C180.329 390.468 182.848 387.949 182.848 384.843C182.848 381.736 180.329 379.218 177.223 379.218C174.116 379.218 171.598 381.736 171.598 384.843C171.598 387.949 174.116 390.468 177.223 390.468Z" fill="#43484F"/>
</g>
<rect x="201.219" y="379.53" width="93" height="9" rx="4.5" fill="#43484F"/>
<rect x="201.219" y="395.53" width="69" height="6" rx="3" fill="#5B6069"/>
<g clip-path="url(#clip5_5102_100005)">
<rect x="162.219" y="424.53" width="30" height="29" rx="14.5" fill="#5B6069"/>
<path d="M186.844 448.696C186.844 446.354 185.647 444.108 183.878 442.452C182.109 440.796 179.709 439.866 177.207 439.866C174.705 439.866 172.306 440.796 170.537 442.452C168.767 444.108 167.773 446.354 167.773 448.696" fill="#43484F" stroke="#43484F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M186.718 447.785C187.017 448.967 185.724 450.489 183.955 451.465C182.186 452.441 180.076 452.837 177.574 452.837C175.072 452.837 172.672 452.288 170.903 451.312C169.074 450.624 167.226 448.892 168.14 447.632L177.574 447.632L186.718 447.785Z" fill="#43484F"/>
<path d="M177.223 439.468C180.329 439.468 182.848 436.949 182.848 433.843C182.848 430.736 180.329 428.218 177.223 428.218C174.116 428.218 171.598 430.736 171.598 433.843C171.598 436.949 174.116 439.468 177.223 439.468Z" fill="#43484F"/>
</g>
<rect x="201.219" y="428.53" width="93" height="9" rx="4.5" fill="#43484F"/>
<rect x="201.219" y="444.53" width="69" height="6" rx="3" fill="#5B6069"/>
<g filter="url(#filter0_ddd_5102_100005)">
<rect x="100.469" y="577.78" width="278.5" height="56.5" rx="28.25" fill="#2F3135" stroke="#363A40" stroke-width="0.5"/>
<rect x="107.891" y="584.358" width="43.4884" height="43.4884" rx="21.7442" fill="#FCBE1D"/>
<rect x="107.891" y="584.358" width="43.4884" height="43.4884" rx="21.7442" fill="url(#pattern0_5102_100005)"/>
<path d="M166.54 621.451C166.056 621.451 165.617 621.36 165.222 621.178C164.828 620.992 164.515 620.726 164.283 620.378C164.051 620.026 163.935 619.602 163.935 619.105C163.935 618.667 164.021 618.313 164.193 618.041C164.366 617.766 164.596 617.55 164.884 617.395C165.173 617.239 165.491 617.123 165.839 617.047C166.19 616.967 166.543 616.904 166.898 616.858C167.362 616.798 167.738 616.753 168.026 616.723C168.318 616.69 168.53 616.636 168.663 616.559C168.799 616.483 168.866 616.351 168.866 616.162V616.122C168.866 615.631 168.732 615.25 168.464 614.978C168.199 614.707 167.796 614.571 167.256 614.571C166.696 614.571 166.256 614.693 165.938 614.939C165.62 615.184 165.396 615.446 165.267 615.724L164.153 615.326C164.352 614.862 164.617 614.501 164.949 614.243C165.284 613.981 165.648 613.799 166.043 613.696C166.44 613.59 166.831 613.537 167.216 613.537C167.461 613.537 167.743 613.566 168.061 613.626C168.383 613.682 168.692 613.8 168.991 613.979C169.292 614.158 169.543 614.428 169.741 614.79C169.94 615.151 170.04 615.635 170.04 616.241V621.272H168.866V620.238H168.807C168.727 620.404 168.595 620.581 168.409 620.77C168.223 620.959 167.977 621.12 167.668 621.253C167.36 621.385 166.984 621.451 166.54 621.451ZM166.719 620.397C167.183 620.397 167.574 620.306 167.892 620.124C168.214 619.942 168.455 619.706 168.618 619.418C168.784 619.13 168.866 618.826 168.866 618.508V617.434C168.817 617.494 168.707 617.549 168.538 617.598C168.373 617.645 168.18 617.686 167.962 617.723C167.746 617.756 167.536 617.786 167.33 617.812C167.128 617.835 166.964 617.855 166.838 617.872C166.533 617.912 166.248 617.976 165.983 618.066C165.721 618.152 165.509 618.283 165.347 618.459C165.188 618.631 165.108 618.866 165.108 619.165C165.108 619.572 165.259 619.88 165.56 620.089C165.865 620.295 166.251 620.397 166.719 620.397ZM171.901 621.272V613.636H173.035V614.829H173.134C173.293 614.422 173.55 614.105 173.905 613.88C174.259 613.651 174.685 613.537 175.183 613.537C175.686 613.537 176.106 613.651 176.44 613.88C176.778 614.105 177.042 614.422 177.231 614.829H177.31C177.506 614.435 177.799 614.122 178.19 613.89C178.581 613.654 179.05 613.537 179.597 613.537C180.28 613.537 180.839 613.75 181.273 614.178C181.707 614.602 181.924 615.263 181.924 616.162V621.272H180.751V616.162C180.751 615.598 180.597 615.196 180.288 614.954C179.98 614.712 179.617 614.591 179.2 614.591C178.663 614.591 178.247 614.753 177.952 615.078C177.657 615.399 177.509 615.807 177.509 616.301V621.272H176.316V616.042C176.316 615.608 176.175 615.258 175.893 614.993C175.612 614.725 175.249 614.591 174.805 614.591C174.5 614.591 174.215 614.672 173.95 614.834C173.688 614.997 173.476 615.222 173.313 615.51C173.154 615.795 173.075 616.125 173.075 616.5V621.272H171.901ZM186.991 621.432C186.255 621.432 185.62 621.269 185.087 620.944C184.557 620.616 184.147 620.159 183.859 619.572C183.574 618.982 183.431 618.296 183.431 617.514C183.431 616.732 183.574 616.042 183.859 615.446C184.147 614.846 184.548 614.379 185.062 614.044C185.579 613.706 186.182 613.537 186.872 613.537C187.269 613.537 187.662 613.603 188.05 613.736C188.438 613.868 188.791 614.084 189.109 614.382C189.427 614.677 189.681 615.068 189.87 615.555C190.058 616.042 190.153 616.642 190.153 617.355V617.852H184.267V616.838H188.96C188.96 616.407 188.874 616.022 188.701 615.684C188.532 615.346 188.29 615.08 187.975 614.884C187.664 614.688 187.296 614.591 186.872 614.591C186.404 614.591 186 614.707 185.659 614.939C185.321 615.167 185.06 615.466 184.878 615.834C184.696 616.201 184.605 616.596 184.605 617.017V617.693C184.605 618.27 184.704 618.758 184.903 619.16C185.105 619.557 185.385 619.861 185.743 620.069C186.101 620.275 186.517 620.378 186.991 620.378C187.299 620.378 187.578 620.334 187.826 620.248C188.078 620.159 188.295 620.026 188.477 619.851C188.66 619.672 188.801 619.45 188.9 619.184L190.034 619.503C189.914 619.887 189.714 620.225 189.432 620.517C189.15 620.805 188.802 621.031 188.388 621.193C187.974 621.352 187.508 621.432 186.991 621.432ZM192.831 611.091V621.272H191.658V611.091H192.831ZM194.7 621.272V613.636H195.873V621.272H194.7ZM195.297 612.363C19
<a href="mailto:amelia.earhart@frstflit.com">
<rect fill="black" fill-opacity="0" y="1.52841" width="103.959" height="16.9432"/>
</a>
<path d="M165.197 601.53H163.567L167.231 591.348H169.006L172.67 601.53H171.039L168.161 593.198H168.081L165.197 601.53ZM165.471 597.543H170.761V598.836H165.471V597.543ZM174.021 601.53V593.894H175.448V595.137H175.542C175.701 594.716 175.961 594.388 176.323 594.152C176.684 593.914 177.116 593.794 177.62 593.794C178.131 593.794 178.558 593.914 178.903 594.152C179.251 594.391 179.508 594.719 179.673 595.137H179.753C179.935 594.729 180.225 594.404 180.623 594.162C181.021 593.917 181.495 593.794 182.045 593.794C182.738 593.794 183.303 594.012 183.74 594.446C184.181 594.88 184.401 595.535 184.401 596.41V601.53H182.915V596.549C182.915 596.032 182.774 595.657 182.492 595.425C182.211 595.193 181.874 595.077 181.483 595.077C180.999 595.077 180.623 595.226 180.355 595.525C180.086 595.82 179.952 596.199 179.952 596.663V601.53H178.47V596.454C178.47 596.04 178.341 595.707 178.083 595.455C177.824 595.203 177.488 595.077 177.073 595.077C176.792 595.077 176.531 595.152 176.293 595.301C176.057 595.447 175.867 595.651 175.721 595.912C175.579 596.174 175.507 596.477 175.507 596.822V601.53H174.021ZM189.685 601.684C188.933 601.684 188.285 601.524 187.741 601.202C187.201 600.877 186.783 600.422 186.488 599.835C186.197 599.245 186.051 598.554 186.051 597.762C186.051 596.98 186.197 596.29 186.488 595.694C186.783 595.097 187.194 594.631 187.721 594.297C188.252 593.962 188.871 593.794 189.581 593.794C190.011 593.794 190.429 593.866 190.833 594.008C191.238 594.151 191.601 594.374 191.922 594.679C192.244 594.984 192.497 595.38 192.683 595.868C192.868 596.352 192.961 596.94 192.961 597.633V598.16H186.891V597.046H191.505C191.505 596.655 191.425 596.308 191.266 596.007C191.107 595.702 190.883 595.462 190.595 595.286C190.31 595.11 189.975 595.022 189.591 595.022C189.173 595.022 188.808 595.125 188.497 595.331C188.189 595.533 187.95 595.798 187.781 596.126C187.615 596.451 187.532 596.804 187.532 597.185V598.055C187.532 598.566 187.622 599 187.801 599.358C187.983 599.716 188.237 599.989 188.561 600.178C188.886 600.364 189.266 600.456 189.7 600.456C189.982 600.456 190.239 600.417 190.471 600.337C190.703 600.254 190.903 600.132 191.072 599.969C191.241 599.807 191.37 599.606 191.46 599.368L192.867 599.621C192.754 600.035 192.552 600.398 192.26 600.71C191.972 601.018 191.609 601.258 191.172 601.431C190.737 601.6 190.242 601.684 189.685 601.684ZM196.097 591.348V601.53H194.611V591.348H196.097ZM198.097 601.53V593.894H199.583V601.53H198.097ZM198.848 592.716C198.589 592.716 198.367 592.629 198.181 592.457C197.999 592.281 197.908 592.073 197.908 591.831C197.908 591.585 197.999 591.377 198.181 591.204C198.367 591.029 198.589 590.941 198.848 590.941C199.106 590.941 199.327 591.029 199.509 591.204C199.694 591.377 199.787 591.585 199.787 591.831C199.787 592.073 199.694 592.281 199.509 592.457C199.327 592.629 199.106 592.716 198.848 592.716ZM203.806 601.699C203.322 601.699 202.884 601.61 202.493 601.431C202.102 601.249 201.792 600.985 201.563 600.64C201.338 600.296 201.225 599.873 201.225 599.373C201.225 598.942 201.308 598.587 201.474 598.309C201.64 598.03 201.863 597.81 202.145 597.647C202.427 597.485 202.742 597.362 203.09 597.28C203.438 597.197 203.792 597.134 204.154 597.091C204.611 597.038 204.982 596.995 205.267 596.961C205.552 596.925 205.759 596.867 205.889 596.787C206.018 596.708 206.083 596.579 206.083 596.4V596.365C206.083 595.931 205.96 595.594 205.715 595.356C205.473 595.117 205.111 594.998 204.631 594.998C204.13 594.998 203.736 595.109 203.448 595.331C203.163 595.549 202.965 595.793 202.856 596.062L201.459 595.743C201.625 595.279 201.867 594.905 202.185 594.62C202.506 594.331 202.876 594.123 203.294 593.993C203.711 593.861 204.15 593.794 204.611 593.794C204.916 593.794 205.239 593.831 205.58 593.904C205.925 593.973 206.247 594.103 206.545 594.292C206.847 594.481 207.093 594.751 207.286 595.102C207.478 595.45 207.574 595.902 207.574 596.459V601.53H206.122V600.486H206.063C205.967 600.678 205.822 600.867 205.63 601.053C205.438 601.239 205.191 601.393 204.889 601.515C204.588 601.638 204.227 601.699 203.806 601.699ZM204.129 600.506C204.54 600.506 204.891 600.42
</g>
<g filter="url(#filter1_ddd_5102_100005)">
<rect x="203.469" y="509.78" width="278.5" height="56.5" rx="28.25" fill="#363A40" stroke="#363A40" stroke-width="0.5"/>
<rect x="210.891" y="516.358" width="43.4884" height="43.4884" rx="21.7442" fill="#FCBE1D"/>
<rect x="210.891" y="516.358" width="43.4884" height="43.4884" rx="21.7442" fill="url(#pattern1_5102_100005)"/>
<path d="M270.395 552.432C269.679 552.432 269.063 552.263 268.545 551.924C268.028 551.586 267.631 551.121 267.352 550.527C267.074 549.934 266.935 549.256 266.935 548.494C266.935 547.718 267.077 547.034 267.362 546.441C267.651 545.844 268.052 545.379 268.565 545.044C269.082 544.706 269.686 544.537 270.375 544.537C270.912 544.537 271.396 544.636 271.827 544.835C272.258 545.034 272.611 545.312 272.886 545.67C273.161 546.028 273.331 546.446 273.398 546.923H272.224C272.135 546.575 271.936 546.267 271.628 545.998C271.323 545.727 270.912 545.591 270.395 545.591C269.938 545.591 269.536 545.71 269.192 545.949C268.85 546.184 268.584 546.517 268.391 546.948C268.202 547.375 268.108 547.878 268.108 548.454C268.108 549.044 268.201 549.558 268.386 549.995C268.575 550.433 268.84 550.773 269.182 551.015C269.527 551.257 269.931 551.378 270.395 551.378C270.7 551.378 270.977 551.325 271.225 551.218C271.474 551.112 271.684 550.96 271.857 550.761C272.029 550.562 272.152 550.324 272.224 550.045H273.398C273.331 550.496 273.167 550.902 272.906 551.263C272.647 551.621 272.304 551.906 271.876 552.118C271.452 552.327 270.958 552.432 270.395 552.432ZM276.006 547.679V552.272H274.833V542.091H276.006V545.829H276.106C276.285 545.435 276.553 545.122 276.911 544.89C277.272 544.654 277.753 544.537 278.353 544.537C278.873 544.537 279.329 544.641 279.72 544.85C280.111 545.055 280.414 545.372 280.63 545.799C280.849 546.224 280.958 546.764 280.958 547.42V552.272H279.785V547.5C279.785 546.893 279.627 546.424 279.312 546.093C279.001 545.758 278.568 545.591 278.015 545.591C277.63 545.591 277.286 545.672 276.981 545.834C276.679 545.997 276.44 546.234 276.265 546.545C276.092 546.857 276.006 547.235 276.006 547.679ZM285.072 552.451C284.588 552.451 284.149 552.36 283.754 552.178C283.36 551.992 283.046 551.726 282.814 551.378C282.582 551.026 282.466 550.602 282.466 550.105C282.466 549.667 282.553 549.313 282.725 549.041C282.897 548.766 283.128 548.55 283.416 548.395C283.704 548.239 284.023 548.123 284.371 548.047C284.722 547.967 285.075 547.904 285.43 547.858C285.894 547.798 286.27 547.753 286.558 547.723C286.85 547.69 287.062 547.636 287.194 547.559C287.33 547.483 287.398 547.351 287.398 547.162V547.122C287.398 546.631 287.264 546.25 286.996 545.978C286.73 545.707 286.328 545.571 285.787 545.571C285.227 545.571 284.788 545.693 284.47 545.939C284.152 546.184 283.928 546.446 283.799 546.724L282.685 546.326C282.884 545.862 283.149 545.501 283.481 545.243C283.815 544.981 284.18 544.799 284.574 544.696C284.972 544.59 285.363 544.537 285.748 544.537C285.993 544.537 286.275 544.566 286.593 544.626C286.914 544.682 287.224 544.8 287.523 544.979C287.824 545.158 288.074 545.428 288.273 545.79C288.472 546.151 288.572 546.635 288.572 547.241V552.272H287.398V551.238H287.339C287.259 551.404 287.126 551.581 286.941 551.77C286.755 551.959 286.508 552.12 286.2 552.253C285.892 552.385 285.516 552.451 285.072 552.451ZM285.251 551.397C285.715 551.397 286.106 551.306 286.424 551.124C286.745 550.942 286.987 550.706 287.15 550.418C287.315 550.13 287.398 549.826 287.398 549.508V548.434C287.349 548.494 287.239 548.549 287.07 548.598C286.904 548.645 286.712 548.686 286.493 548.723C286.278 548.756 286.068 548.786 285.862 548.812C285.66 548.835 285.496 548.855 285.37 548.872C285.065 548.912 284.78 548.976 284.515 549.066C284.253 549.152 284.041 549.283 283.878 549.459C283.719 549.631 283.64 549.866 283.64 550.165C283.64 550.572 283.791 550.88 284.092 551.089C284.397 551.295 284.783 551.397 285.251 551.397ZM290.433 552.272V544.636H291.567V545.79H291.646C291.785 545.412 292.037 545.105 292.402 544.87C292.766 544.634 293.177 544.517 293.635 544.517C293.721 544.517 293.829 544.518 293.958 544.522C294.087 544.525 294.185 544.53 294.251 544.537V545.73C294.211 545.72 294.12 545.705 293.978 545.685C293.839 545.662 293.691 545.65 293.535 545.65C293.164 545.65 292.833 545.728 292.541 545.884C292.253 546.036 292.024 546.249 291.855 546.52C291.689 546.789 291.606 547.095 291.606 547.44V552.272H290.433ZM296.535 542.091V552.272H295.362V542.091H296.535ZM301.606 552.432C300.87 552.432 300.236 552.269 299.702 5
<path d="M275.794 526.66H274.243C274.183 526.328 274.072 526.036 273.91 525.785C273.747 525.533 273.549 525.319 273.313 525.143C273.078 524.968 272.814 524.835 272.523 524.745C272.234 524.656 271.928 524.611 271.603 524.611C271.016 524.611 270.491 524.759 270.027 525.054C269.566 525.349 269.202 525.781 268.933 526.351C268.668 526.921 268.536 527.617 268.536 528.439C268.536 529.268 268.668 529.967 268.933 530.537C269.202 531.107 269.568 531.538 270.032 531.83C270.496 532.122 271.018 532.267 271.598 532.267C271.92 532.267 272.224 532.224 272.513 532.138C272.804 532.049 273.068 531.918 273.303 531.745C273.539 531.573 273.737 531.363 273.9 531.114C274.066 530.862 274.18 530.574 274.243 530.249L275.794 530.254C275.711 530.754 275.55 531.215 275.312 531.636C275.076 532.054 274.773 532.415 274.402 532.72C274.034 533.022 273.613 533.255 273.139 533.421C272.665 533.587 272.148 533.669 271.588 533.669C270.706 533.669 269.921 533.461 269.232 533.043C268.542 532.622 267.999 532.021 267.601 531.238C267.206 530.456 267.009 529.523 267.009 528.439C267.009 527.352 267.208 526.419 267.606 525.64C268.004 524.858 268.547 524.258 269.237 523.841C269.926 523.42 270.71 523.209 271.588 523.209C272.128 523.209 272.632 523.287 273.099 523.443C273.57 523.595 273.993 523.821 274.367 524.119C274.742 524.414 275.052 524.775 275.297 525.203C275.542 525.627 275.708 526.113 275.794 526.66ZM278.999 528.996V533.53H277.513V523.348H278.98V527.137H279.074C279.253 526.726 279.526 526.399 279.894 526.157C280.262 525.915 280.743 525.794 281.336 525.794C281.86 525.794 282.317 525.902 282.708 526.118C283.103 526.333 283.408 526.655 283.623 527.082C283.842 527.506 283.951 528.037 283.951 528.673V533.53H282.465V528.852C282.465 528.292 282.32 527.858 282.032 527.549C281.744 527.238 281.343 527.082 280.829 527.082C280.478 527.082 280.163 527.157 279.884 527.306C279.609 527.455 279.392 527.674 279.233 527.962C279.077 528.247 278.999 528.592 278.999 528.996ZM288.157 533.699C287.673 533.699 287.236 533.61 286.845 533.431C286.454 533.249 286.144 532.985 285.915 532.64C285.69 532.296 285.577 531.873 285.577 531.373C285.577 530.942 285.66 530.587 285.825 530.309C285.991 530.03 286.215 529.81 286.497 529.647C286.778 529.485 287.093 529.362 287.441 529.28C287.789 529.197 288.144 529.134 288.505 529.091C288.963 529.038 289.334 528.995 289.619 528.961C289.904 528.925 290.111 528.867 290.24 528.787C290.369 528.708 290.434 528.579 290.434 528.4V528.365C290.434 527.931 290.311 527.594 290.066 527.356C289.824 527.117 289.463 526.998 288.982 526.998C288.482 526.998 288.088 527.109 287.799 527.331C287.514 527.549 287.317 527.793 287.208 528.062L285.811 527.743C285.976 527.279 286.218 526.905 286.536 526.62C286.858 526.331 287.227 526.123 287.645 525.993C288.063 525.861 288.502 525.794 288.963 525.794C289.267 525.794 289.591 525.831 289.932 525.904C290.277 525.973 290.598 526.103 290.896 526.292C291.198 526.481 291.445 526.751 291.637 527.102C291.829 527.45 291.926 527.902 291.926 528.459V533.53H290.474V532.486H290.414C290.318 532.678 290.174 532.867 289.982 533.053C289.789 533.239 289.543 533.393 289.241 533.515C288.939 533.638 288.578 533.699 288.157 533.699ZM288.48 532.506C288.891 532.506 289.243 532.425 289.534 532.263C289.829 532.1 290.053 531.888 290.205 531.626C290.361 531.361 290.439 531.078 290.439 530.776V529.792C290.386 529.845 290.283 529.894 290.131 529.941C289.982 529.984 289.811 530.022 289.619 530.055C289.427 530.085 289.239 530.113 289.057 530.14C288.875 530.163 288.722 530.183 288.6 530.199C288.311 530.236 288.048 530.297 287.809 530.383C287.574 530.469 287.385 530.594 287.242 530.756C287.103 530.915 287.034 531.127 287.034 531.392C287.034 531.76 287.169 532.039 287.441 532.228C287.713 532.413 288.059 532.506 288.48 532.506ZM293.906 533.53V525.894H295.342V527.107H295.422C295.561 526.696 295.806 526.373 296.158 526.138C296.512 525.899 296.913 525.78 297.361 525.78C297.454 525.78 297.563 525.783 297.689 525.79C297.818 525.796 297.919 525.804 297.992 525.814V527.236C297.933 527.22 297.826 527.201 297.674 527.182C297.522 527.158 297.369 527.147 297.217 527.147C296.865
</g>
<g filter="url(#filter2_ddd_5102_100005)">
<rect x="147.25" y="647.25" width="278.5" height="56.5" rx="28.25" fill="#363A40" stroke="#363A40" stroke-width="0.5"/>
<rect x="154.672" y="653.828" width="43.4884" height="43.4884" rx="21.7442" fill="#FCBE1D"/>
<rect x="154.672" y="653.828" width="43.4884" height="43.4884" rx="21.7442" fill="url(#pattern2_5102_100005)"/>
<path d="M212.804 690.742L210.477 683.106H211.71L213.361 688.952H213.44L215.071 683.106H216.324L217.935 688.933H218.014L219.665 683.106H220.898L218.571 690.742H217.418L215.747 684.876H215.628L213.957 690.742H212.804ZM222.169 690.742V683.106H223.342V690.742H222.169ZM222.765 681.833C222.537 681.833 222.34 681.755 222.174 681.599C222.011 681.444 221.93 681.256 221.93 681.038C221.93 680.819 222.011 680.632 222.174 680.476C222.34 680.32 222.537 680.242 222.765 680.242C222.994 680.242 223.19 680.32 223.352 680.476C223.518 680.632 223.601 680.819 223.601 681.038C223.601 681.256 223.518 681.444 223.352 681.599C223.19 681.755 222.994 681.833 222.765 681.833ZM226.384 680.56V690.742H225.211V680.56H226.384ZM228.412 690.742V680.56H229.586V684.319H229.685C229.771 684.186 229.891 684.017 230.043 683.812C230.199 683.603 230.421 683.417 230.709 683.255C231.001 683.089 231.395 683.006 231.893 683.006C232.536 683.006 233.102 683.167 233.593 683.489C234.083 683.81 234.466 684.266 234.741 684.856C235.016 685.446 235.154 686.142 235.154 686.944C235.154 687.753 235.016 688.454 234.741 689.047C234.466 689.637 234.085 690.094 233.598 690.419C233.111 690.741 232.549 690.901 231.912 690.901C231.422 690.901 231.029 690.82 230.734 690.658C230.439 690.492 230.212 690.305 230.053 690.096C229.894 689.884 229.771 689.708 229.685 689.569H229.546V690.742H228.412ZM229.566 686.924C229.566 687.501 229.65 688.009 229.819 688.45C229.988 688.888 230.235 689.231 230.56 689.479C230.885 689.725 231.283 689.847 231.753 689.847C232.244 689.847 232.653 689.718 232.981 689.46C233.313 689.198 233.561 688.846 233.727 688.406C233.896 687.961 233.981 687.468 233.981 686.924C233.981 686.387 233.898 685.903 233.732 685.472C233.57 685.038 233.323 684.695 232.991 684.443C232.663 684.188 232.251 684.06 231.753 684.06C231.276 684.06 230.875 684.181 230.55 684.423C230.225 684.662 229.98 684.997 229.814 685.428C229.649 685.855 229.566 686.354 229.566 686.924ZM241.481 687.62V683.106H242.655V690.742H241.481V689.45H241.402C241.223 689.837 240.944 690.167 240.566 690.439C240.189 690.707 239.711 690.842 239.135 690.842C238.657 690.842 238.233 690.737 237.862 690.528C237.491 690.316 237.199 689.998 236.987 689.574C236.775 689.146 236.669 688.608 236.669 687.958V683.106H237.842V687.879C237.842 688.435 237.998 688.879 238.309 689.211C238.624 689.542 239.025 689.708 239.512 689.708C239.804 689.708 240.101 689.634 240.402 689.484C240.707 689.335 240.963 689.107 241.168 688.798C241.377 688.49 241.481 688.097 241.481 687.62ZM244.523 690.742V683.106H245.657V684.259H245.737C245.876 683.881 246.128 683.575 246.492 683.339C246.857 683.104 247.268 682.987 247.725 682.987C247.811 682.987 247.919 682.988 248.048 682.991C248.178 682.995 248.275 683 248.342 683.006V684.2C248.302 684.19 248.211 684.175 248.068 684.155C247.929 684.132 247.782 684.12 247.626 684.12C247.255 684.12 246.923 684.198 246.631 684.354C246.343 684.506 246.114 684.718 245.945 684.99C245.78 685.259 245.697 685.565 245.697 685.91V690.742H244.523ZM251.306 690.742L248.979 683.106H250.212L251.862 688.952H251.942L253.573 683.106H254.826L256.436 688.933H256.516L258.166 683.106H259.399L257.073 690.742H255.919L254.249 684.876H254.129L252.459 690.742H251.306ZM260.671 690.742V683.106H261.804V684.259H261.884C262.023 683.881 262.275 683.575 262.639 683.339C263.004 683.104 263.415 682.987 263.872 682.987C263.958 682.987 264.066 682.988 264.195 682.991C264.325 682.995 264.422 683 264.489 683.006V684.2C264.449 684.19 264.358 684.175 264.215 684.155C264.076 684.132 263.929 684.12 263.773 684.12C263.402 684.12 263.07 684.198 262.778 684.354C262.49 684.506 262.261 684.718 262.092 684.99C261.927 685.259 261.844 685.565 261.844 685.91V690.742H260.671ZM265.599 690.742V683.106H266.773V690.742H265.599ZM266.196 681.833C265.967 681.833 265.77 681.755 265.604 681.599C265.442 681.444 265.361 681.256 265.361 681.038C265.361 680.819 265.442 680.632 265.604 680.476C265.77 680.32 265.967 680.242 266.196 680.242C266.425 680.242 266.62 680.32 266.783 680.476C266.948 680.632 267.031 680.819 267.031 681.038C267.031 681.256 266.948 681.444 266.783 681.599C266.62 6
<path d="M213.112 671L210.288 660.818H211.904L213.888 668.703H213.982L216.045 660.818H217.646L219.71 668.708H219.804L221.783 660.818H223.403L220.575 671H219.028L216.886 663.374H216.806L214.663 671H213.112ZM224.685 671V663.364H226.171V671H224.685ZM225.436 662.185C225.177 662.185 224.955 662.099 224.769 661.927C224.587 661.751 224.496 661.542 224.496 661.3C224.496 661.055 224.587 660.846 224.769 660.674C224.955 660.498 225.177 660.411 225.436 660.411C225.694 660.411 225.914 660.498 226.097 660.674C226.282 660.846 226.375 661.055 226.375 661.3C226.375 661.542 226.282 661.751 226.097 661.927C225.914 662.099 225.694 662.185 225.436 662.185ZM229.658 660.818V671H228.171V660.818H229.658ZM231.777 671V660.818H233.263V664.602H233.353C233.439 664.442 233.563 664.259 233.726 664.05C233.888 663.841 234.113 663.659 234.402 663.503C234.69 663.344 235.071 663.264 235.545 663.264C236.162 663.264 236.712 663.42 237.196 663.732C237.68 664.043 238.059 664.492 238.334 665.079C238.613 665.665 238.752 666.371 238.752 667.197C238.752 668.022 238.614 668.73 238.339 669.32C238.064 669.906 237.686 670.359 237.206 670.677C236.725 670.992 236.177 671.149 235.56 671.149C235.096 671.149 234.717 671.071 234.422 670.915C234.13 670.76 233.901 670.577 233.736 670.369C233.57 670.16 233.442 669.974 233.353 669.812H233.229V671H231.777ZM233.233 667.182C233.233 667.719 233.311 668.189 233.467 668.594C233.623 668.998 233.848 669.315 234.143 669.543C234.438 669.769 234.8 669.881 235.227 669.881C235.671 669.881 236.042 669.764 236.341 669.528C236.639 669.29 236.864 668.967 237.017 668.559C237.173 668.151 237.251 667.692 237.251 667.182C237.251 666.678 237.174 666.226 237.022 665.825C236.873 665.424 236.647 665.107 236.346 664.875C236.047 664.643 235.675 664.527 235.227 664.527C234.796 664.527 234.432 664.638 234.133 664.86C233.838 665.082 233.615 665.392 233.462 665.79C233.31 666.187 233.233 666.652 233.233 667.182ZM245.259 667.833V663.364H246.75V671H245.288V669.678H245.209C245.033 670.085 244.751 670.425 244.364 670.697C243.979 670.965 243.5 671.099 242.927 671.099C242.436 671.099 242.002 670.992 241.624 670.776C241.25 670.558 240.955 670.234 240.739 669.807C240.527 669.379 240.421 668.851 240.421 668.221V663.364H241.908V668.042C241.908 668.562 242.052 668.977 242.34 669.285C242.629 669.593 243.003 669.747 243.464 669.747C243.742 669.747 244.019 669.678 244.294 669.538C244.572 669.399 244.803 669.189 244.985 668.907C245.171 668.625 245.262 668.267 245.259 667.833ZM248.747 671V663.364H250.184V664.577H250.264C250.403 664.166 250.648 663.843 250.999 663.607C251.354 663.369 251.755 663.249 252.203 663.249C252.295 663.249 252.405 663.253 252.531 663.259C252.66 663.266 252.761 663.274 252.834 663.284V664.706C252.774 664.689 252.668 664.671 252.516 664.651C252.363 664.628 252.211 664.616 252.058 664.616C251.707 664.616 251.394 664.691 251.119 664.84C250.847 664.986 250.632 665.19 250.472 665.452C250.313 665.71 250.234 666.005 250.234 666.337V671H248.747ZM259.938 671L257.115 660.818H258.73L260.714 668.703H260.808L262.872 660.818H264.472L266.536 668.708H266.63L268.609 660.818H270.23L267.401 671H265.855L263.712 663.374H263.632L261.49 671H259.938ZM271.032 671V663.364H272.469V664.577H272.549C272.688 664.166 272.933 663.843 273.285 663.607C273.639 663.369 274.04 663.249 274.488 663.249C274.581 663.249 274.69 663.253 274.816 663.259C274.945 663.266 275.046 663.274 275.119 663.284V664.706C275.059 664.689 274.953 664.671 274.801 664.651C274.648 664.628 274.496 664.616 274.344 664.616C273.992 664.616 273.679 664.691 273.404 664.84C273.132 664.986 272.917 665.19 272.758 665.452C272.599 665.71 272.519 666.005 272.519 666.337V671H271.032ZM276.406 671V663.364H277.892V671H276.406ZM277.156 662.185C276.898 662.185 276.676 662.099 276.49 661.927C276.308 661.751 276.217 661.542 276.217 661.3C276.217 661.055 276.308 660.846 276.49 660.674C276.676 660.498 276.898 660.411 277.156 660.411C277.415 660.411 277.635 660.498 277.817 660.674C278.003 660.846 278.096 661.055 278.096 661.3C278.096 661.542 278.003 661.751 277.817 661.927C277.635 662.099 277.415 662.185 277.156 662.185ZM283.094 674.023
</g>
</g>
<defs>
<filter id="filter0_ddd_5102_100005" x="80.2188" y="561.53" width="319" height="97" 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="4"/>
<feGaussianBlur stdDeviation="10"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.495519 0 0 0 0 0.54427 0 0 0 0 0.669629 0 0 0 0.1 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_5102_100005"/>
<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="effect1_dropShadow_5102_100005" result="effect2_dropShadow_5102_100005"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<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.02 0"/>
<feBlend mode="normal" in2="effect2_dropShadow_5102_100005" result="effect3_dropShadow_5102_100005"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect3_dropShadow_5102_100005" result="shape"/>
</filter>
<pattern id="pattern0_5102_100005" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image0_5102_100005" transform="translate(0 -0.129921) scale(0.00262467)"/>
</pattern>
<filter id="filter1_ddd_5102_100005" x="183.219" y="493.53" width="319" height="97" 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="4"/>
<feGaussianBlur stdDeviation="10"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.495519 0 0 0 0 0.54427 0 0 0 0 0.669629 0 0 0 0.1 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_5102_100005"/>
<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="effect1_dropShadow_5102_100005" result="effect2_dropShadow_5102_100005"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<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.02 0"/>
<feBlend mode="normal" in2="effect2_dropShadow_5102_100005" result="effect3_dropShadow_5102_100005"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect3_dropShadow_5102_100005" result="shape"/>
</filter>
<pattern id="pattern1_5102_100005" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image1_5102_100005" transform="translate(0 -0.0101178) scale(0.003125)"/>
</pattern>
<filter id="filter2_ddd_5102_100005" x="127" y="631" width="319" height="97" 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="4"/>
<feGaussianBlur stdDeviation="10"/>
<feComposite in2="hardAlpha" operator="out"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.495519 0 0 0 0 0.54427 0 0 0 0 0.669629 0 0 0 0.1 0"/>
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_5102_100005"/>
<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="effect1_dropShadow_5102_100005" result="effect2_dropShadow_5102_100005"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="4"/>
<feGaussianBlur stdDeviation="4"/>
<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.02 0"/>
<feBlend mode="normal" in2="effect2_dropShadow_5102_100005" result="effect3_dropShadow_5102_100005"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect3_dropShadow_5102_100005" result="shape"/>
</filter>
<pattern id="pattern2_5102_100005" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image2_5102_100005" transform="translate(-0.251121) scale(0.00224215)"/>
</pattern>
<linearGradient id="paint0_linear_5102_100005" x1="147.72" y1="-15.0103" x2="602.202" y2="227.044" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="white" stop-opacity="0"/>
</linearGradient>
<radialGradient id="paint1_radial_5102_100005" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(113.05 945.642) 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_5102_100005" x1="123.719" y1="325.635" x2="234.958" y2="671.357" gradientUnits="userSpaceOnUse">
<stop stop-color="#2F3135" stop-opacity="0.45"/>
<stop offset="1" stop-color="#212225"/>
</linearGradient>
<linearGradient id="paint3_linear_5102_100005" x1="189.831" y1="229.621" x2="200.427" y2="478.401" gradientUnits="userSpaceOnUse">
<stop stop-color="#43484F"/>
<stop offset="1" stop-color="#222326"/>
</linearGradient>
<clipPath id="clip0_5102_100005">
<rect width="573" height="900" fill="white"/>
</clipPath>
<clipPath id="clip1_5102_100005">
<rect width="1588" height="999" fill="white" transform="translate(0.21875 4.53027)"/>
</clipPath>
<clipPath id="clip2_5102_100005">
<rect x="162.219" y="277.53" width="30" height="29" rx="14.5" fill="white"/>
</clipPath>
<clipPath id="clip3_5102_100005">
<rect x="162.219" y="326.53" width="30" height="29" rx="14.5" fill="white"/>
</clipPath>
<clipPath id="clip4_5102_100005">
<rect x="162.219" y="375.53" width="30" height="29" rx="14.5" fill="white"/>
</clipPath>
<clipPath id="clip5_5102_100005">
<rect x="162.219" y="424.53" width="30" height="29" rx="14.5" fill="white"/>
</clipPath>
<image id="image0_5102_100005" width="381" height="480" xlink:href="data:image/jpeg;base64,/9j/4QBiRXhpZgAATU0AKgAAAAgAAgEOAAIAAAAoAAAAJgE7AAIAAAAMAAAATgAAAABodHRwczovL3Vuc3BsYXNoLmNvbS9waG90b3MvSUY5VEs1VXktS0kASmFrZSBOYWNrb3MA/+AAEEpGSUYAAQEAAAEAAQAA/+IB2ElDQ19QUk9GSUxFAAEBAAAByAAAAAAEMAAAbW50clJHQiBYWVogB+AAAQABAAAAAAAAYWNzcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAPbWAAEAAAAA0y0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJZGVzYwAAAPAAAAAkclhZWgAAARQAAAAUZ1hZWgAAASgAAAAUYlhZWgAAATwAAAAUd3RwdAAAAVAAAAAUclRSQwAAAWQAAAAoZ1RSQwAAAWQAAAAoYlRSQwAAAWQAAAAoY3BydAAAAYwAAAA8bWx1YwAAAAAAAAABAAAADGVuVVMAAAAIAAAAHABzAFIARwBCWFlaIAAAAAAAAG+iAAA49QAAA5BYWVogAAAAAAAAYpkAALeFAAAY2lhZWiAAAAAAAAAkoAAAD4QAALbPWFlaIAAAAAAAAPbWAAEAAAAA0y1wYXJhAAAAAAAEAAAAAmZmAADypwAADVkAABPQAAAKWwAAAAAAAAAAbWx1YwAAAAAAAAABAAAADGVuVVMAAAAgAAAAHABHAG8AbwBnAGwAZQAgAEkAbgBjAC4AIAAyADAAMQA2/9sAQwADAgICAgIDAgICAwMDAwQGBAQEBAQIBgYFBgkICgoJCAkJCgwPDAoLDgsJCQ0RDQ4PEBAREAoMEhMSEBMPEBAQ/9sAQwEDAwMEAwQIBAQIEAsJCxAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQ/8AAEQgB4AF9AwEiAAIRAQMRAf/EAB0AAAAHAQEBAAAAAAAAAAAAAAABAgMEBQYHCAn/xABFEAABAwMDAgUCAwYEBQMDBAMBAgMRAAQhBRIxBkEHEyJRYXGBCDKRFCNCobHBFVLR4QkzYoLwFnLxJENTJTQ1Y5Kio//EABsBAQEAAwEBAQAAAAAAAAAAAAABAgMEBQYH/8QAMREAAgEEAgEDAwIGAQUAAAAAAAECAwQRIRIxBRNBUSJhcRTBBiMygZGh0TNDseHw/9oADAMBAAIRAxEAPwD3JtzQ2T2p7ZNDZHatRckYo+lFtqV5dILRzQZYyE/ApQTPanA0aWGxQJjPlz7UPK+lP7fij20LkY8rvFDy4p/bQ2igTGPLoBun9oo9lBkjlujDdP7aG3vFBkY8ujDdPbO9Db8UKM+XReWakbaBTQDAbo/LEU9sobc0AwGqHlCn0gkCaPb70BGNuD2ohbgdqkxmht9qDJH8kUAwnuKk7aSUlXwKDIx5I4SB9aUGkge596e20NvxQDPlj2obO0U9tNDbQDOz4oyindtDbmgGdlDyqe25obaEbGvLA5FDYOwp2KG3jNCNjWyeBQ2Cngn9KATQDBaB4pCmO2KlbaAR35oXJEFvnilBmKklI9qLZQmWR/JFANfFSNvxQ2/ShCN5XxRFoVJ2xmhsoCGpgK5FELUd5qbs9qGygFbaPaKUE0qKAbCaPYKWBRwKAb2D2obKcoUA3sotvxTsdqOO9AM7fij2xmnAk+1CBQDe00NvvTkfFCDQDe35owBS4+KEe1AI2/FHHxSo+KOJoXIjaTR7e1KihFCidvzQI7UqJNDbQo2hMiPaj25oj6HMiARNOAd4oBpIkkx3ij2/FG2DEH3pRkCYoTI2RJjsKOKUkYmgrETQnYnaPaht9qUSBiikcTn60KJj4oo7xS4oUImIiaP9filUIjtQjExRx70cUe35oBMZmjilRFD7UAmKG08UuDQoBEfFCD7GnNp4g0UAUAiB7UIpyB3oiAeKARAoimacgUNgoBvZ3obKc2ii24oBG360W2nIntRcUAdCjAo4HtQCc9hRwYpVCgC20I96OjjtQCQKOjg80VAFR0INDnigBQoUIJoAUUe1GcUIkc0AU0MfpQI+aAHvQoJB70J9qMCgBmrgoXPFAZ4o+CU/cVHffDStpUQT7VCCrkHYFAZBB+05/lS1q9OBlQxTD6yy3uUpS0giZGRn4puyuVPKWAAUBUNq5C0HII/p9qDJKSNqs53ZmjWsRAzQ/MnIiMUQ9cEiIMUKEp1tPKgMSZppV5bkQhwLj/Ln+lMOOLvrgtNKKbZow4uI3n2Hx8/FP+XbsIAbZCRPIEf/ADQxFlYOShX6YpK3WwMgZprz20yXEKCAJkcfyrnvXf4gPBnw3tXrzqjrvS7d1kwbVp0O3J+A0mVfyoXJ0XzI/KZB5NLCpOK8Y9U/8S7w8sytHSfTF7eBJILl6ryQR7hKZJ7YkVQ6R/xN+ny4RrXQlwG+Qu3uk7gMcpPPJzPagwe7h8ilA+9cW8KfxX+E3ioWbTR9ebavXkyLZ47XUq5KVJOZ+RIwc4rsqHm3ACk4PGKdkHZFGATSR8UsHNAFB70e0UYNGBPIoAvpQilQKMRVwBM4owATEUrsYGaAB70Agpz7UNuKWRJooMxNAJKRFCI4IpRBFAgjtUA2KGeDFLxQgUAj4ojFLgREUW2eaqeAAYoUYHvRioAon4o496Ojg1QJgUKVGQKEZ+KYAVCjIoRGRTACovvSo9hRGamAFFCPmjg4INApng0Ak0VKiKGPaKpUJmgZ7RQz2E0XqAkkCKAAUQcg0RdSODJ+tRy+66qGlpSmeSJJHwJpLgUkR6if/cBUJ0PuXKEtqcUNuwEme0VU6fq2m3tut/8Aa0LCp3q3D0/B+nE1RdaI6vc0m4ToFuHFrgJAfhZzkSUxBGP1rJab1beWWltM9T9J/s7rSEKCLhxKFOiQNyDkKPAhJ3DEzUyXB0+5fLNg7+8D7RTt3AjcJ9vcjt79s8tWDpZYYWwhKrc5VsV+QEfmH/dOKwln4j9MsN3bFhetoS1K7iyceRuCfzbmxwtJBjcJE81f6fr1lZ6iom9RcWOoqbFu8zBSfNEpnOCSIj5HFMjDNg+8GLhhCjh0lAgd4kf0NNas+u2YLTIKnXCEiOQDiaynWPVd3oOhP3jlrue024aUUkeraHEhQiZMgyPqAa5ufxGWdzZtdR3lpbWmnu3KG0JdeEklKlo9R4JKUESIMfNV6B21xZ0+2SlSpdX6UNoAJKvYT/Wsb134jdK9AaY9rnWfVDFqy1u3IC8DaJKRBEq7Y9+K8jeL/wCPjTLV+90jprR7i61Fsi2bbB9CAMrJUkyqTP5YwBk1468U/GrrHxPU2jWdZecbCdxaLYQlobp2JEmEiABJ+agO4/iF/HH1b4nX1x0/4c6je6D0yyC2pSVkP3fySJIBxAB+teY7/Un37r9q1S4U6VKlZW5vcUO/3qkN6wHGrNlSWwowVqMwfcmvQfh14E+F/wCwJ6j8U/EOyttN9DgFrcp/eGctqXkIMA+kBRq9BHEkal00hsIc0u9ff3lSlebAIxGINMeUi7K3bXTbhLPIO3dCc9yPivQuta3+DzpC6ctNGf1HUgmW/NsA6uRKZlTm1Khgj8sZFZLUeufCC9vxfdNMXumNq9KmdUs2Xmnmz+b1M+WpKpngDHcdxU0cx0a7v9H1BjVNGvriwvbZaXGnUHapBBxEfIr6d/gz/EorxX0xPR/VDyWuorJuUqLwBugB6oTEcZ9x96+d3V99p+tWiri06fSLlo+m5sXUuNrbmdq4zO2efVgEzBqn6A671vofqWy6l6euXWLqwfS62W1HckA/GeMEVB2fdFDjiSUOIgjhQ4Ip4LVE4j61wX8Mn4n9D8ctI/w69Wza9R2u4OW26Q6jkKScfOPge9d5SggkEAkdxVWzEeQZEqFLBnvSBu5NKHMCgDo6G00oJq4AkGj7TSkgRxmjj4mmAJH0ih96UR/KgR3Ak0wB
<image id="image1_5102_100005" width="320" height="480" xlink:href="data:image/jpeg;base64,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
<image id="image2_5102_100005" width="670" height="446" xlink:href="data:image/jpeg;base64,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
</defs>
</svg>