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

241 lines
285 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_10597_14833)">
<rect x="-0.0654297" y="-0.231079" width="573" height="900" fill="#F7F9FF"/>
<g filter="url(#filter0_d_10597_14833)">
<rect x="143.935" y="226.769" width="287" height="389" rx="5" fill="url(#paint0_linear_10597_14833)" shape-rendering="crispEdges"/>
<rect x="144.435" y="227.269" width="286" height="388" rx="4.5" stroke="url(#paint1_linear_10597_14833)" shape-rendering="crispEdges"/>
</g>
<path d="M162.939 244.587H165.196L168.219 251.965H168.338L171.361 244.587H173.618V254.769H171.848V247.774H171.753L168.94 254.739H167.617L164.803 247.759H164.709V254.769H162.939V244.587ZM178.927 254.918C178.162 254.918 177.501 254.759 176.944 254.441C176.39 254.119 175.964 253.665 175.666 253.079C175.368 252.489 175.219 251.794 175.219 250.995C175.219 250.21 175.368 249.521 175.666 248.927C175.968 248.331 176.389 247.867 176.929 247.535C177.469 247.201 178.104 247.033 178.833 247.033C179.304 247.033 179.748 247.109 180.165 247.262C180.586 247.411 180.958 247.643 181.279 247.958C181.604 248.273 181.859 248.674 182.045 249.161C182.23 249.645 182.323 250.222 182.323 250.891V251.443H176.064V250.23H180.598C180.595 249.885 180.52 249.579 180.374 249.31C180.228 249.038 180.025 248.825 179.763 248.669C179.504 248.513 179.203 248.435 178.858 248.435C178.49 248.435 178.167 248.525 177.888 248.704C177.61 248.879 177.393 249.111 177.237 249.4C177.085 249.685 177.007 249.998 177.003 250.339V251.398C177.003 251.842 177.085 252.223 177.247 252.542C177.409 252.857 177.637 253.098 177.928 253.268C178.22 253.433 178.561 253.516 178.952 253.516C179.214 253.516 179.451 253.48 179.663 253.407C179.875 253.33 180.059 253.219 180.215 253.074C180.371 252.928 180.489 252.747 180.568 252.532L182.248 252.721C182.142 253.165 181.94 253.553 181.642 253.884C181.347 254.212 180.969 254.467 180.508 254.65C180.048 254.829 179.521 254.918 178.927 254.918ZM183.846 254.769V247.133H185.566V248.43H185.655C185.814 247.993 186.078 247.651 186.446 247.406C186.814 247.157 187.253 247.033 187.763 247.033C188.28 247.033 188.716 247.159 189.071 247.411C189.429 247.66 189.681 247.999 189.826 248.43H189.906C190.075 248.006 190.36 247.668 190.761 247.416C191.165 247.161 191.644 247.033 192.198 247.033C192.901 247.033 193.474 247.255 193.918 247.699C194.362 248.143 194.584 248.791 194.584 249.643V254.769H192.78V249.922C192.78 249.448 192.654 249.101 192.402 248.883C192.15 248.66 191.842 248.549 191.477 248.549C191.043 248.549 190.703 248.685 190.458 248.957C190.216 249.226 190.095 249.575 190.095 250.006V254.769H188.33V249.847C188.33 249.453 188.211 249.138 187.972 248.902C187.737 248.667 187.428 248.549 187.047 248.549C186.789 248.549 186.553 248.616 186.341 248.748C186.129 248.878 185.96 249.062 185.834 249.3C185.708 249.535 185.645 249.811 185.645 250.125V254.769H183.846ZM196.49 254.769V244.587H198.289V248.395H198.364C198.457 248.21 198.588 248.013 198.757 247.804C198.926 247.592 199.154 247.411 199.443 247.262C199.731 247.109 200.099 247.033 200.546 247.033C201.136 247.033 201.668 247.184 202.142 247.486C202.62 247.784 202.997 248.226 203.276 248.813C203.558 249.396 203.698 250.112 203.698 250.961C203.698 251.799 203.561 252.512 203.286 253.098C203.011 253.685 202.636 254.133 202.162 254.441C201.688 254.749 201.151 254.903 200.551 254.903C200.114 254.903 199.751 254.83 199.463 254.684C199.174 254.539 198.942 254.363 198.767 254.157C198.594 253.949 198.46 253.751 198.364 253.566H198.259V254.769H196.49ZM198.255 250.951C198.255 251.445 198.324 251.877 198.463 252.248C198.606 252.62 198.81 252.91 199.075 253.118C199.343 253.324 199.668 253.427 200.049 253.427C200.447 253.427 200.78 253.321 201.049 253.108C201.317 252.893 201.519 252.6 201.655 252.228C201.794 251.854 201.864 251.428 201.864 250.951C201.864 250.477 201.796 250.056 201.66 249.688C201.524 249.32 201.322 249.032 201.054 248.823C200.785 248.614 200.45 248.51 200.049 248.51C199.665 248.51 199.338 248.611 199.07 248.813C198.801 249.015 198.598 249.299 198.458 249.663C198.322 250.028 198.255 250.457 198.255 250.951ZM208.609 254.918C207.843 254.918 207.182 254.759 206.625 254.441C206.072 254.119 205.646 253.665 205.348 253.079C205.049 252.489 204.9 251.794 204.9 250.995C204.9 250.21 205.049 249.521 205.348 248.927C205.649 248.331 206.07 247.867 206.611 247.535C207.151 247.201 207.785 247.033 208.515 247.033C208.985 247.033 209.429 247.109 209.847 247.262C210.268 247.411 210.639 247.643 210.961 247.958C211.285 248.273 211.541 248.674 211.726 249.161C211.912 249.645 212.005 250.222 212.005 250.891V251.443H205.745V2
<g clip-path="url(#clip1_10597_14833)">
<rect x="161.935" y="277.769" width="30" height="29" rx="14.5" fill="#FDFDFE"/>
<path d="M186.56 301.935C186.56 299.593 185.363 297.347 183.594 295.691C181.824 294.035 179.425 293.105 176.923 293.105C174.421 293.105 172.022 294.035 170.252 295.691C168.483 297.347 167.489 299.593 167.489 301.935" fill="#C2D0F2"/>
<path d="M186.56 301.935C186.56 299.593 185.363 297.347 183.594 295.691C181.824 294.035 179.425 293.105 176.923 293.105C174.421 293.105 172.022 294.035 170.252 295.691C168.483 297.347 167.489 299.593 167.489 301.935C168.736 306.662 184.654 307.717 186.56 301.935Z" stroke="#C2D0F2" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M186.434 301.023C186.733 302.206 185.44 303.728 183.671 304.704C181.902 305.68 179.791 306.075 177.289 306.075C174.787 306.075 172.388 305.527 170.619 304.551C168.79 303.862 166.941 302.131 167.856 300.87L177.289 300.87L186.434 301.023Z" fill="#C2D0F2"/>
<path d="M176.938 292.706C180.045 292.706 182.563 290.188 182.563 287.081C182.563 283.975 180.045 281.456 176.938 281.456C173.832 281.456 171.313 283.975 171.313 287.081C171.313 290.188 173.832 292.706 176.938 292.706Z" fill="#CAD9FF"/>
</g>
<rect x="200.935" y="281.769" width="93" height="9" rx="4.5" fill="#C0CCEC"/>
<rect x="200.935" y="297.769" width="69" height="6" rx="3" fill="#E8EDFB"/>
<g clip-path="url(#clip2_10597_14833)">
<rect x="161.935" y="326.769" width="30" height="29" rx="14.5" fill="#FDFDFE"/>
<path d="M186.56 350.935C186.56 348.593 185.363 346.347 183.594 344.691C181.824 343.035 179.425 342.105 176.923 342.105C174.421 342.105 172.022 343.035 170.252 344.691C168.483 346.347 167.489 348.593 167.489 350.935" fill="#C2D0F2"/>
<path d="M186.56 350.935C186.56 348.593 185.363 346.347 183.594 344.691C181.824 343.035 179.425 342.105 176.923 342.105C174.421 342.105 172.022 343.035 170.252 344.691C168.483 346.347 167.489 348.593 167.489 350.935C168.736 355.662 184.654 356.717 186.56 350.935Z" stroke="#C2D0F2" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M186.434 350.023C186.733 351.206 185.44 352.728 183.671 353.704C181.902 354.68 179.791 355.075 177.289 355.075C174.787 355.075 172.388 354.527 170.619 353.551C168.79 352.862 166.941 351.131 167.856 349.87L177.289 349.87L186.434 350.023Z" fill="#C2D0F2"/>
<path d="M176.938 341.706C180.045 341.706 182.563 339.188 182.563 336.081C182.563 332.975 180.045 330.456 176.938 330.456C173.832 330.456 171.313 332.975 171.313 336.081C171.313 339.188 173.832 341.706 176.938 341.706Z" fill="#CAD9FF"/>
</g>
<rect x="200.935" y="330.769" width="93" height="9" rx="4.5" fill="#C0CCEC"/>
<rect x="200.935" y="346.769" width="69" height="6" rx="3" fill="#E8EDFB"/>
<g clip-path="url(#clip3_10597_14833)">
<rect x="161.935" y="375.769" width="30" height="29" rx="14.5" fill="#FDFDFE"/>
<path d="M186.56 399.935C186.56 397.593 185.363 395.347 183.594 393.691C181.824 392.035 179.425 391.105 176.923 391.105C174.421 391.105 172.022 392.035 170.252 393.691C168.483 395.347 167.489 397.593 167.489 399.935" fill="#C2D0F2"/>
<path d="M186.56 399.935C186.56 397.593 185.363 395.347 183.594 393.691C181.824 392.035 179.425 391.105 176.923 391.105C174.421 391.105 172.022 392.035 170.252 393.691C168.483 395.347 167.489 397.593 167.489 399.935C168.736 404.662 184.654 405.717 186.56 399.935Z" stroke="#C2D0F2" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M186.434 399.023C186.733 400.206 185.44 401.728 183.671 402.704C181.902 403.68 179.791 404.075 177.289 404.075C174.787 404.075 172.388 403.527 170.619 402.551C168.79 401.862 166.941 400.131 167.856 398.87L177.289 398.87L186.434 399.023Z" fill="#C2D0F2"/>
<path d="M176.938 390.706C180.045 390.706 182.563 388.188 182.563 385.081C182.563 381.975 180.045 379.456 176.938 379.456C173.832 379.456 171.313 381.975 171.313 385.081C171.313 388.188 173.832 390.706 176.938 390.706Z" fill="#CAD9FF"/>
</g>
<rect x="200.935" y="379.769" width="93" height="9" rx="4.5" fill="#C0CCEC"/>
<rect x="200.935" y="395.769" width="69" height="6" rx="3" fill="#E8EDFB"/>
<g clip-path="url(#clip4_10597_14833)">
<rect x="161.935" y="424.769" width="30" height="29" rx="14.5" fill="#FDFDFE"/>
<path d="M186.56 448.935C186.56 446.593 185.363 444.347 183.594 442.691C181.824 441.035 179.425 440.105 176.923 440.105C174.421 440.105 172.022 441.035 170.252 442.691C168.483 444.347 167.489 446.593 167.489 448.935" fill="#C2D0F2"/>
<path d="M186.56 448.935C186.56 446.593 185.363 444.347 183.594 442.691C181.824 441.035 179.425 440.105 176.923 440.105C174.421 440.105 172.022 441.035 170.252 442.691C168.483 444.347 167.489 446.593 167.489 448.935C168.736 453.662 184.654 454.717 186.56 448.935Z" stroke="#C2D0F2" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M186.434 448.023C186.733 449.206 185.44 450.728 183.671 451.704C181.902 452.68 179.791 453.075 177.289 453.075C174.787 453.075 172.388 452.527 170.619 451.551C168.79 450.862 166.941 449.131 167.856 447.87L177.289 447.87L186.434 448.023Z" fill="#C2D0F2"/>
<path d="M176.938 439.706C180.045 439.706 182.563 437.188 182.563 434.081C182.563 430.975 180.045 428.456 176.938 428.456C173.832 428.456 171.313 430.975 171.313 434.081C171.313 437.188 173.832 439.706 176.938 439.706Z" fill="#CAD9FF"/>
</g>
<rect x="200.935" y="428.769" width="93" height="9" rx="4.5" fill="#C0CCEC"/>
<rect x="200.935" y="444.769" width="69" height="6" rx="3" fill="#E8EDFB"/>
<g filter="url(#filter1_ddd_10597_14833)">
<rect x="100.435" y="578.269" width="278" height="56" rx="28" fill="white" stroke="#D9D9E0"/>
<rect x="107.606" y="584.597" width="43.4884" height="43.4884" rx="21.7442" fill="#FCBE1D"/>
<rect x="107.606" y="584.597" width="43.4884" height="43.4884" rx="21.7442" fill="url(#pattern0_10597_14833)"/>
<path d="M166.256 621.69C165.772 621.69 165.333 621.599 164.938 621.417C164.544 621.231 164.23 620.964 163.998 620.616C163.766 620.265 163.65 619.841 163.65 619.343C163.65 618.906 163.737 618.551 163.909 618.28C164.081 618.004 164.312 617.789 164.6 617.633C164.888 617.477 165.207 617.361 165.555 617.285C165.906 617.206 166.259 617.143 166.614 617.096C167.078 617.037 167.454 616.992 167.742 616.962C168.034 616.929 168.246 616.874 168.378 616.798C168.514 616.722 168.582 616.589 168.582 616.4V616.361C168.582 615.87 168.448 615.489 168.18 615.217C167.914 614.945 167.512 614.809 166.972 614.809C166.411 614.809 165.972 614.932 165.654 615.177C165.336 615.423 165.112 615.684 164.983 615.963L163.869 615.565C164.068 615.101 164.333 614.74 164.665 614.481C164.999 614.219 165.364 614.037 165.758 613.934C166.156 613.828 166.547 613.775 166.932 613.775C167.177 613.775 167.459 613.805 167.777 613.865C168.098 613.921 168.408 614.039 168.707 614.218C169.008 614.397 169.258 614.667 169.457 615.028C169.656 615.389 169.756 615.873 169.756 616.48V621.511H168.582V620.477H168.523C168.443 620.643 168.311 620.82 168.125 621.009C167.939 621.198 167.692 621.359 167.384 621.491C167.076 621.624 166.7 621.69 166.256 621.69ZM166.435 620.636C166.899 620.636 167.29 620.545 167.608 620.363C167.929 620.18 168.171 619.945 168.334 619.657C168.499 619.368 168.582 619.065 168.582 618.747V617.673C168.533 617.733 168.423 617.787 168.254 617.837C168.088 617.884 167.896 617.925 167.677 617.961C167.462 617.995 167.252 618.024 167.046 618.051C166.844 618.074 166.68 618.094 166.554 618.111C166.249 618.15 165.964 618.215 165.699 618.304C165.437 618.391 165.225 618.522 165.062 618.697C164.903 618.87 164.824 619.105 164.824 619.403C164.824 619.811 164.975 620.119 165.276 620.328C165.581 620.533 165.967 620.636 166.435 620.636ZM171.617 621.511V613.875H172.751V615.068H172.85C173.009 614.66 173.266 614.344 173.621 614.118C173.975 613.89 174.401 613.775 174.898 613.775C175.402 613.775 175.821 613.89 176.156 614.118C176.494 614.344 176.758 614.66 176.947 615.068H177.026C177.222 614.674 177.515 614.36 177.906 614.128C178.297 613.893 178.766 613.775 179.313 613.775C179.996 613.775 180.554 613.989 180.989 614.417C181.423 614.841 181.64 615.502 181.64 616.4V621.511H180.467V616.4C180.467 615.837 180.312 615.434 180.004 615.192C179.696 614.95 179.333 614.829 178.915 614.829C178.378 614.829 177.963 614.992 177.668 615.317C177.373 615.638 177.225 616.046 177.225 616.54V621.511H176.032V616.281C176.032 615.847 175.891 615.497 175.609 615.232C175.328 614.964 174.965 614.829 174.521 614.829C174.216 614.829 173.931 614.91 173.665 615.073C173.404 615.235 173.191 615.461 173.029 615.749C172.87 616.034 172.79 616.364 172.79 616.738V621.511H171.617ZM186.707 621.67C185.971 621.67 185.336 621.508 184.803 621.183C184.272 620.855 183.863 620.397 183.575 619.811C183.29 619.221 183.147 618.535 183.147 617.753C183.147 616.97 183.29 616.281 183.575 615.684C183.863 615.084 184.264 614.617 184.778 614.282C185.295 613.944 185.898 613.775 186.587 613.775C186.985 613.775 187.378 613.842 187.766 613.974C188.154 614.107 188.506 614.322 188.825 614.62C189.143 614.915 189.396 615.307 189.585 615.794C189.774 616.281 189.869 616.881 189.869 617.593V618.091H183.982V617.076H188.676C188.676 616.646 188.589 616.261 188.417 615.923C188.248 615.585 188.006 615.318 187.691 615.123C187.38 614.927 187.012 614.829 186.587 614.829C186.12 614.829 185.716 614.945 185.374 615.177C185.036 615.406 184.776 615.704 184.594 616.072C184.412 616.44 184.32 616.834 184.32 617.255V617.932C184.32 618.508 184.42 618.997 184.619 619.398C184.821 619.796 185.101 620.099 185.459 620.308C185.817 620.513 186.233 620.616 186.707 620.616C187.015 620.616 187.293 620.573 187.542 620.487C187.794 620.397 188.011 620.265 188.193 620.089C188.376 619.91 188.516 619.688 188.616 619.423L189.749 619.741C189.63 620.126 189.43 620.464 189.148 620.755C188.866 621.044 188.518 621.269 188.104 621.432C187.689 621.591 187.224 621.67 186.707 621.67ZM192.547 611.329V621.511H191.374V611.329H192.547ZM194.416 621.511V613.875H195.589V621.511H194.416ZM195.012 612.
<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="M164.913 601.769H163.283L166.947 591.587H168.722L172.386 601.769H170.755L167.876 593.437H167.797L164.913 601.769ZM165.187 597.782H170.476V599.074H165.187V597.782ZM173.737 601.769V594.133H175.163V595.375H175.258C175.417 594.955 175.677 594.626 176.038 594.391C176.4 594.152 176.832 594.033 177.336 594.033C177.846 594.033 178.274 594.152 178.619 594.391C178.967 594.63 179.224 594.958 179.389 595.375H179.469C179.651 594.968 179.941 594.643 180.339 594.401C180.737 594.156 181.211 594.033 181.761 594.033C182.453 594.033 183.019 594.25 183.456 594.684C183.897 595.119 184.117 595.773 184.117 596.648V601.769H182.631V596.787C182.631 596.27 182.49 595.896 182.208 595.664C181.926 595.432 181.59 595.316 181.199 595.316C180.715 595.316 180.339 595.465 180.07 595.763C179.802 596.058 179.668 596.438 179.668 596.902V601.769H178.186V596.693C178.186 596.279 178.057 595.946 177.798 595.694C177.54 595.442 177.203 595.316 176.789 595.316C176.507 595.316 176.247 595.39 176.009 595.54C175.773 595.685 175.583 595.889 175.437 596.151C175.294 596.413 175.223 596.716 175.223 597.061V601.769H173.737ZM189.401 601.923C188.648 601.923 188.001 601.762 187.457 601.441C186.917 601.116 186.499 600.66 186.204 600.074C185.912 599.484 185.767 598.793 185.767 598C185.767 597.218 185.912 596.529 186.204 595.932C186.499 595.336 186.91 594.87 187.437 594.535C187.967 594.201 188.587 594.033 189.296 594.033C189.727 594.033 190.145 594.104 190.549 594.247C190.954 594.389 191.317 594.613 191.638 594.918C191.96 595.223 192.213 595.619 192.399 596.106C192.584 596.59 192.677 597.178 192.677 597.871V598.398H186.607V597.285H191.22C191.22 596.893 191.141 596.547 190.982 596.245C190.823 595.941 190.599 595.7 190.311 595.525C190.026 595.349 189.691 595.261 189.306 595.261C188.889 595.261 188.524 595.364 188.213 595.569C187.904 595.772 187.666 596.037 187.497 596.365C187.331 596.69 187.248 597.043 187.248 597.424V598.294C187.248 598.804 187.338 599.238 187.517 599.596C187.699 599.954 187.952 600.228 188.277 600.417C188.602 600.602 188.982 600.695 189.416 600.695C189.697 600.695 189.954 600.655 190.186 600.576C190.418 600.493 190.619 600.37 190.788 600.208C190.957 600.045 191.086 599.845 191.176 599.606L192.583 599.86C192.47 600.274 192.268 600.637 191.976 600.949C191.688 601.257 191.325 601.497 190.887 601.669C190.453 601.839 189.958 601.923 189.401 601.923ZM195.813 591.587V601.769H194.326V591.587H195.813ZM197.813 601.769V594.133H199.299V601.769H197.813ZM198.563 592.954C198.305 592.954 198.083 592.868 197.897 592.696C197.715 592.52 197.624 592.311 197.624 592.069C197.624 591.824 197.715 591.615 197.897 591.443C198.083 591.267 198.305 591.179 198.563 591.179C198.822 591.179 199.042 591.267 199.225 591.443C199.41 591.615 199.503 591.824 199.503 592.069C199.503 592.311 199.41 592.52 199.225 592.696C199.042 592.868 198.822 592.954 198.563 592.954ZM203.521 601.938C203.037 601.938 202.6 601.848 202.209 601.669C201.818 601.487 201.508 601.224 201.279 600.879C201.054 600.534 200.941 600.112 200.941 599.611C200.941 599.18 201.024 598.826 201.19 598.547C201.355 598.269 201.579 598.049 201.861 597.886C202.143 597.724 202.457 597.601 202.805 597.518C203.153 597.435 203.508 597.372 203.869 597.329C204.327 597.276 204.698 597.233 204.983 597.2C205.268 597.164 205.475 597.106 205.604 597.026C205.734 596.946 205.798 596.817 205.798 596.638V596.603C205.798 596.169 205.676 595.833 205.43 595.594C205.189 595.356 204.827 595.236 204.347 595.236C203.846 595.236 203.452 595.347 203.163 595.569C202.878 595.788 202.681 596.032 202.572 596.3L201.175 595.982C201.341 595.518 201.582 595.143 201.901 594.858C202.222 594.57 202.592 594.361 203.009 594.232C203.427 594.099 203.866 594.033 204.327 594.033C204.632 594.033 204.955 594.07 205.296 594.143C205.641 594.212 205.962 594.341 206.261 594.53C206.562 594.719 206.809 594.989 207.002 595.341C207.194 595.689 207.29 596.141 207.29 596.698V601.769H205.838V600.725H205.778C205.682 600.917 205.538 601.106 205.346 601.292C205.154 601.477 204.907 601.631 204.605 601.754C204.304 601.877 203.942 601.938 203.521 601.938ZM203.845 600.745C204.256 600.745 204
</g>
<g filter="url(#filter2_ddd_10597_14833)">
<rect x="203.435" y="510.269" width="278" height="56" rx="28" fill="white" stroke="#D9D9E0"/>
<rect x="210.606" y="516.597" width="43.4884" height="43.4884" rx="21.7442" fill="#FCBE1D"/>
<rect x="210.606" y="516.597" width="43.4884" height="43.4884" rx="21.7442" fill="url(#pattern1_10597_14833)"/>
<path d="M270.111 552.67C269.395 552.67 268.778 552.501 268.261 552.163C267.744 551.825 267.347 551.359 267.068 550.766C266.79 550.173 266.65 549.495 266.65 548.733C266.65 547.957 266.793 547.273 267.078 546.679C267.366 546.083 267.767 545.617 268.281 545.282C268.798 544.944 269.401 544.775 270.091 544.775C270.628 544.775 271.112 544.875 271.543 545.074C271.973 545.272 272.326 545.551 272.601 545.909C272.877 546.267 273.047 546.684 273.114 547.162H271.94C271.851 546.814 271.652 546.505 271.344 546.237C271.039 545.965 270.628 545.829 270.111 545.829C269.653 545.829 269.252 545.949 268.908 546.187C268.566 546.423 268.299 546.756 268.107 547.187C267.918 547.614 267.824 548.116 267.824 548.693C267.824 549.283 267.917 549.797 268.102 550.234C268.291 550.672 268.556 551.011 268.898 551.253C269.242 551.495 269.647 551.616 270.111 551.616C270.416 551.616 270.692 551.563 270.941 551.457C271.19 551.351 271.4 551.199 271.572 551C271.745 550.801 271.867 550.562 271.94 550.284H273.114C273.047 550.735 272.883 551.141 272.621 551.502C272.363 551.86 272.02 552.145 271.592 552.357C271.168 552.566 270.674 552.67 270.111 552.67ZM275.722 547.917V552.511H274.549V542.329H275.722V546.068H275.821C276 545.674 276.269 545.36 276.627 545.128C276.988 544.893 277.469 544.775 278.069 544.775C278.589 544.775 279.045 544.88 279.436 545.089C279.827 545.294 280.13 545.611 280.346 546.038C280.564 546.462 280.674 547.003 280.674 547.659V552.511H279.5V547.738C279.5 547.132 279.343 546.663 279.028 546.331C278.717 545.997 278.284 545.829 277.731 545.829C277.346 545.829 277.001 545.91 276.696 546.073C276.395 546.235 276.156 546.472 275.981 546.784C275.808 547.095 275.722 547.473 275.722 547.917ZM284.787 552.69C284.303 552.69 283.864 552.599 283.47 552.417C283.076 552.231 282.762 551.964 282.53 551.616C282.298 551.265 282.182 550.841 282.182 550.343C282.182 549.906 282.268 549.551 282.441 549.28C282.613 549.004 282.843 548.789 283.132 548.633C283.42 548.477 283.738 548.361 284.086 548.285C284.438 548.206 284.791 548.143 285.145 548.096C285.609 548.037 285.986 547.992 286.274 547.962C286.566 547.929 286.778 547.874 286.91 547.798C287.046 547.722 287.114 547.589 287.114 547.4V547.361C287.114 546.87 286.98 546.489 286.711 546.217C286.446 545.945 286.044 545.809 285.503 545.809C284.943 545.809 284.504 545.932 284.186 546.177C283.868 546.423 283.644 546.684 283.515 546.963L282.401 546.565C282.6 546.101 282.865 545.74 283.196 545.481C283.531 545.219 283.896 545.037 284.29 544.934C284.688 544.828 285.079 544.775 285.464 544.775C285.709 544.775 285.991 544.805 286.309 544.865C286.63 544.921 286.94 545.039 287.238 545.218C287.54 545.397 287.79 545.667 287.989 546.028C288.188 546.389 288.287 546.873 288.287 547.48V552.511H287.114V551.477H287.054C286.975 551.643 286.842 551.82 286.657 552.009C286.471 552.198 286.224 552.359 285.916 552.491C285.608 552.624 285.232 552.69 284.787 552.69ZM284.966 551.636C285.43 551.636 285.821 551.545 286.14 551.363C286.461 551.18 286.703 550.945 286.866 550.657C287.031 550.368 287.114 550.065 287.114 549.747V548.673C287.064 548.733 286.955 548.787 286.786 548.837C286.62 548.884 286.428 548.925 286.209 548.961C285.994 548.995 285.783 549.024 285.578 549.051C285.376 549.074 285.212 549.094 285.086 549.111C284.781 549.15 284.496 549.215 284.231 549.304C283.969 549.391 283.757 549.522 283.594 549.697C283.435 549.87 283.356 550.105 283.356 550.403C283.356 550.811 283.506 551.119 283.808 551.328C284.113 551.533 284.499 551.636 284.966 551.636ZM290.149 552.511V544.875H291.282V546.028H291.362C291.501 545.65 291.753 545.344 292.118 545.108C292.482 544.873 292.893 544.755 293.351 544.755C293.437 544.755 293.544 544.757 293.674 544.76C293.803 544.764 293.901 544.769 293.967 544.775V545.968C293.927 545.959 293.836 545.944 293.694 545.924C293.554 545.901 293.407 545.889 293.251 545.889C292.88 545.889 292.549 545.967 292.257 546.123C291.969 546.275 291.74 546.487 291.571 546.759C291.405 547.027 291.322 547.334 291.322 547.679V552.511H290.149ZM296.251 542.329V552.511H295.078V542.329H296.251ZM301.322 552.67C300.586 552.67 299.951 552.508 299.418 552.183C2
<path d="M275.51 526.898H273.959C273.899 526.567 273.788 526.275 273.626 526.023C273.463 525.771 273.264 525.558 273.029 525.382C272.794 525.206 272.53 525.074 272.239 524.984C271.95 524.895 271.644 524.85 271.319 524.85C270.732 524.85 270.207 524.997 269.743 525.292C269.282 525.587 268.918 526.02 268.649 526.59C268.384 527.16 268.251 527.856 268.251 528.678C268.251 529.507 268.384 530.206 268.649 530.776C268.918 531.346 269.284 531.777 269.748 532.069C270.212 532.36 270.734 532.506 271.314 532.506C271.635 532.506 271.94 532.463 272.229 532.377C272.52 532.287 272.784 532.156 273.019 531.984C273.254 531.812 273.453 531.601 273.616 531.353C273.781 531.101 273.896 530.812 273.959 530.488L275.51 530.493C275.427 530.993 275.266 531.454 275.028 531.875C274.792 532.292 274.489 532.654 274.118 532.959C273.75 533.26 273.329 533.494 272.855 533.66C272.381 533.825 271.864 533.908 271.304 533.908C270.422 533.908 269.637 533.699 268.947 533.282C268.258 532.861 267.714 532.259 267.317 531.477C266.922 530.695 266.725 529.762 266.725 528.678C266.725 527.591 266.924 526.658 267.322 525.879C267.719 525.097 268.263 524.497 268.952 524.079C269.642 523.658 270.426 523.448 271.304 523.448C271.844 523.448 272.348 523.526 272.815 523.682C273.286 523.834 273.708 524.059 274.083 524.358C274.458 524.653 274.767 525.014 275.013 525.442C275.258 525.866 275.424 526.351 275.51 526.898ZM278.715 529.235V533.769H277.229V523.587H278.695V527.375H278.79C278.969 526.964 279.242 526.638 279.61 526.396C279.978 526.154 280.459 526.033 281.052 526.033C281.576 526.033 282.033 526.141 282.424 526.356C282.819 526.572 283.123 526.893 283.339 527.321C283.558 527.745 283.667 528.275 283.667 528.912V533.769H282.18V529.091C282.18 528.531 282.036 528.096 281.748 527.788C281.46 527.477 281.059 527.321 280.545 527.321C280.194 527.321 279.879 527.395 279.6 527.544C279.325 527.694 279.108 527.912 278.949 528.201C278.793 528.486 278.715 528.83 278.715 529.235ZM287.873 533.938C287.389 533.938 286.952 533.848 286.56 533.669C286.169 533.487 285.859 533.224 285.631 532.879C285.405 532.534 285.293 532.112 285.293 531.611C285.293 531.18 285.376 530.826 285.541 530.547C285.707 530.269 285.931 530.049 286.212 529.886C286.494 529.724 286.809 529.601 287.157 529.518C287.505 529.435 287.86 529.372 288.221 529.329C288.678 529.276 289.05 529.233 289.335 529.2C289.62 529.164 289.827 529.106 289.956 529.026C290.085 528.946 290.15 528.817 290.15 528.638V528.603C290.15 528.169 290.027 527.833 289.782 527.594C289.54 527.356 289.179 527.236 288.698 527.236C288.198 527.236 287.803 527.347 287.515 527.569C287.23 527.788 287.033 528.032 286.923 528.3L285.526 527.982C285.692 527.518 285.934 527.143 286.252 526.858C286.574 526.57 286.943 526.361 287.361 526.232C287.778 526.099 288.218 526.033 288.678 526.033C288.983 526.033 289.306 526.07 289.648 526.143C289.993 526.212 290.314 526.341 290.612 526.53C290.914 526.719 291.161 526.989 291.353 527.341C291.545 527.689 291.641 528.141 291.641 528.698V533.769H290.19V532.725H290.13C290.034 532.917 289.89 533.106 289.698 533.292C289.505 533.477 289.258 533.631 288.957 533.754C288.655 533.877 288.294 533.938 287.873 533.938ZM288.196 532.745C288.607 532.745 288.958 532.664 289.25 532.501C289.545 532.339 289.769 532.127 289.921 531.865C290.077 531.6 290.155 531.316 290.155 531.015V530.03C290.102 530.083 289.999 530.133 289.847 530.179C289.698 530.223 289.527 530.261 289.335 530.294C289.142 530.324 288.955 530.352 288.773 530.378C288.591 530.401 288.438 530.421 288.315 530.438C288.027 530.474 287.764 530.536 287.525 530.622C287.29 530.708 287.101 530.832 286.958 530.995C286.819 531.154 286.749 531.366 286.749 531.631C286.749 531.999 286.885 532.277 287.157 532.466C287.429 532.652 287.775 532.745 288.196 532.745ZM293.621 533.769V526.133H295.058V527.346H295.138C295.277 526.935 295.522 526.611 295.873 526.376C296.228 526.138 296.629 526.018 297.077 526.018C297.169 526.018 297.279 526.022 297.405 526.028C297.534 526.035 297.635 526.043 297.708 526.053V527.475C297.648 527.458 297.542 527.44 297.39 527.42C297.237 527.397 297.085 527.385 296.932 527.385C296.581 527.38
</g>
<mask id="mask0_10597_14833" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="-1" y="4" width="1589" height="1000">
<g clip-path="url(#clip5_10597_14833)">
<path d="M716.01 308.597C716.01 455.856 618.646 575.234 498.54 575.234C378.435 575.234 -371.972 58.7368 -371.972 -88.523C-371.972 -235.783 706.216 -33.0524 826.322 -33.0524C946.427 -33.0524 716.01 161.337 716.01 308.597Z" fill="url(#paint2_linear_10597_14833)"/>
<path d="M800.476 939.622C800.476 1086.88 703.111 1206.26 583.005 1206.26C462.9 1206.26 -206.191 1171.93 -206.191 1024.67C-206.191 877.414 -156.733 528.59 -36.6276 528.59C83.478 528.59 800.476 792.362 800.476 939.622Z" fill="url(#paint3_radial_10597_14833)"/>
<path d="M1047.17 309.001C1371.24 601.689 1221.54 454.601 1499.88 447.191C1543.55 455.602 1617.67 456.002 1564.86 390.311C1498.85 308.196 1520.12 250.198 1437.62 160.734C1355.12 71.27 1304.87 -19.6238 1180.32 -161.914C1055.76 -304.204 1046.18 -186.91 905.759 -198.029C765.339 -209.148 829.384 -191.491 635.64 14.9662C441.896 221.423 723.106 16.3121 1047.17 309.001Z" fill="#D9D9D9"/>
<path d="M912.825 720.094C369.697 771.192 631.788 755.421 409.169 969.906C365.224 997.242 303.701 1052.8 409.169 1056.33C541.003 1060.75 578.107 1115 730.466 1111.84C882.826 1108.69 1009.92 1130.77 1246.75 1130.77C1483.58 1130.77 1380.96 1046.24 1507.26 947.826C1633.57 849.415 1564.1 886.004 1529.37 604.02C1494.63 322.036 1455.95 668.996 912.825 720.094Z" fill="#D9D9D9"/>
</g>
</mask>
<g mask="url(#mask0_10597_14833)">
<g opacity="0.09">
<line x1="-10.6826" y1="625.097" x2="1500.89" y2="625.097" stroke="#1F2D5C" stroke-width="0.6"/>
<line x1="-10.6826" y1="302.359" x2="1500.89" y2="302.359" stroke="#1F2D5C" stroke-width="0.6"/>
<line x1="-10.6826" y1="463.727" x2="1500.89" y2="463.727" stroke="#1F2D5C" stroke-width="0.6"/>
<line x1="-10.6826" y1="786.465" x2="1500.89" y2="786.465" stroke="#1F2D5C" stroke-width="0.6"/>
<line x1="-10.6826" y1="140.989" x2="1500.89" y2="140.989" stroke="#1F2D5C" stroke-width="0.6"/>
<line x1="-10.6826" y1="544.412" x2="1500.89" y2="544.412" stroke="#1F2D5C" stroke-width="0.6"/>
<line x1="-10.6826" y1="867.15" x2="1500.89" y2="867.15" stroke="#1F2D5C" stroke-width="0.6"/>
<line x1="-10.6826" y1="221.674" x2="1500.89" y2="221.674" stroke="#1F2D5C" stroke-width="0.6"/>
<line x1="-10.6826" y1="383.042" x2="1500.89" y2="383.042" stroke="#1F2D5C" stroke-width="0.6"/>
<line x1="-10.6826" y1="705.782" x2="1500.89" y2="705.782" stroke="#1F2D5C" stroke-width="0.6"/>
<line x1="-10.6826" y1="60.3035" x2="1500.89" y2="60.3035" stroke="#1F2D5C" stroke-width="0.6"/>
<line x1="36.2619" y1="-49.0764" x2="36.2619" y2="1118.33" stroke="#1F2D5C" stroke-width="0.6"/>
<line x1="359.002" y1="-49.0765" x2="359.002" y2="1118.33" stroke="#1F2D5C" stroke-width="0.6"/>
<line x1="197.632" y1="-49.0764" x2="197.632" y2="1118.33" stroke="#1F2D5C" stroke-width="0.6"/>
<line x1="520.372" y1="-49.0764" x2="520.372" y2="1118.33" stroke="#1F2D5C" stroke-width="0.6"/>
<line x1="116.949" y1="-49.0764" x2="116.949" y2="1118.33" stroke="#1F2D5C" stroke-width="0.6"/>
<line x1="439.685" y1="-49.0764" x2="439.685" y2="1118.33" stroke="#1F2D5C" stroke-width="0.6"/>
<line x1="278.32" y1="-49.0764" x2="278.319" y2="1118.33" stroke="#1F2D5C" stroke-width="0.6"/>
</g>
<g opacity="0.5">
<rect x="440.074" y="786.077" width="80.2262" height="80.2262" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="520.302" y="463.976" width="80.2262" height="79.0801" fill="#3F76FF" fill-opacity="0.1"/>
<rect x="439.929" y="222.202" width="80.2262" height="79.0801" fill="#3F76FF" fill-opacity="0.1"/>
<rect x="439.929" y="463.976" width="80.2262" height="79.0801" fill="#3F76FF" fill-opacity="0.1"/>
<rect x="359.849" y="786.077" width="80.2262" height="80.2262" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="359.849" y="866.304" width="80.2262" height="81.3723" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="198.25" y="705.851" width="80.2262" height="80.2262" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="116.878" y="59.4571" width="81.3723" height="80.2262" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="36.6514" y="60.6032" width="81.3723" height="80.2262" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="116.878" y="139.683" width="81.3723" height="82.5184" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="440.075" y="-20.7691" width="81.3723" height="80.2262" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="198.25" y="301.282" width="80.2262" height="81.3723" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="36.9346" y="220.769" width="81" height="82" fill="#3F76FF" fill-opacity="0.15"/>
<rect x="-44.0654" y="140.769" width="81" height="82" fill="#3F76FF" fill-opacity="0.15"/>
</g>
</g>
<g filter="url(#filter3_ddd_10597_14833)">
<rect x="147.5" y="647.5" width="278" height="56" rx="28" fill="white" stroke="#D9D9E0"/>
<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_10597_14833)"/>
<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_d_10597_14833" x="139.935" y="223.769" width="295" height="397" 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_10597_14833"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_10597_14833" result="shape"/>
</filter>
<filter id="filter1_ddd_10597_14833" x="79.9346" y="561.769" 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_10597_14833"/>
<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_10597_14833" result="effect2_dropShadow_10597_14833"/>
<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_10597_14833" result="effect3_dropShadow_10597_14833"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect3_dropShadow_10597_14833" result="shape"/>
</filter>
<pattern id="pattern0_10597_14833" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image0_10597_14833" transform="translate(0 -0.129921) scale(0.00262467)"/>
</pattern>
<filter id="filter2_ddd_10597_14833" x="182.935" y="493.769" 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_10597_14833"/>
<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_10597_14833" result="effect2_dropShadow_10597_14833"/>
<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_10597_14833" result="effect3_dropShadow_10597_14833"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect3_dropShadow_10597_14833" result="shape"/>
</filter>
<pattern id="pattern1_10597_14833" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image1_10597_14833" transform="translate(0 -0.0101178) scale(0.003125)"/>
</pattern>
<filter id="filter3_ddd_10597_14833" 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_10597_14833"/>
<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_10597_14833" result="effect2_dropShadow_10597_14833"/>
<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_10597_14833" result="effect3_dropShadow_10597_14833"/>
<feBlend mode="normal" in="SourceGraphic" in2="effect3_dropShadow_10597_14833" result="shape"/>
</filter>
<pattern id="pattern2_10597_14833" patternContentUnits="objectBoundingBox" width="1" height="1">
<use xlink:href="#image2_10597_14833" transform="translate(-0.251121) scale(0.00224215)"/>
</pattern>
<linearGradient id="paint0_linear_10597_14833" x1="197.435" y1="226.769" x2="352.466" y2="614.39" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="white" stop-opacity="0.06"/>
</linearGradient>
<linearGradient id="paint1_linear_10597_14833" x1="287.435" y1="226.769" x2="287.435" y2="615.769" gradientUnits="userSpaceOnUse">
<stop stop-color="#E5E5E5"/>
<stop offset="1" stop-color="#E5E5E5" stop-opacity="0"/>
</linearGradient>
<linearGradient id="paint2_linear_10597_14833" x1="147.436" y1="-14.7721" x2="601.917" y2="227.282" gradientUnits="userSpaceOnUse">
<stop stop-color="white"/>
<stop offset="1" stop-color="white" stop-opacity="0"/>
</linearGradient>
<radialGradient id="paint3_radial_10597_14833" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(112.765 945.881) rotate(-29.3932) scale(777.019 1335.47)">
<stop stop-color="white"/>
<stop offset="1" stop-color="white" stop-opacity="0"/>
</radialGradient>
<clipPath id="clip0_10597_14833">
<rect width="573" height="900" fill="white"/>
</clipPath>
<clipPath id="clip1_10597_14833">
<rect x="161.935" y="277.769" width="30" height="29" rx="14.5" fill="white"/>
</clipPath>
<clipPath id="clip2_10597_14833">
<rect x="161.935" y="326.769" width="30" height="29" rx="14.5" fill="white"/>
</clipPath>
<clipPath id="clip3_10597_14833">
<rect x="161.935" y="375.769" width="30" height="29" rx="14.5" fill="white"/>
</clipPath>
<clipPath id="clip4_10597_14833">
<rect x="161.935" y="424.769" width="30" height="29" rx="14.5" fill="white"/>
</clipPath>
<clipPath id="clip5_10597_14833">
<rect width="1588" height="999" fill="white" transform="translate(-0.0654297 4.76892)"/>
</clipPath>
<image id="image0_10597_14833" width="381" height="480" xlink:href="data:image/jpeg;base64,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
<image id="image1_10597_14833" width="320" height="480" xlink:href="data:image/jpeg;base64,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
<image id="image2_10597_14833" width="670" height="446" xlink:href="data:image/jpeg;base64,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
</defs>
</svg>