ToolJet/frontend/assets/images/no-apps.svg

269 lines
60 KiB
XML
Raw Normal View History

Feature Homepage and settings redesign (#5763) * adding colors * feat :: add button * feat :: added typography * feat: init storybook * removes browserlist * feat :: adding button styles and button component * feat :: added sass addon * stories update * feat :: replacing with radix colors * danger variants * updates buttin story * fix :: removing default items * cleanup * fix icons update * feat :: folder list component * fix :: naming * icon and split button :: init * intermediate save :: app card component * renaming * updates * update for module imports * updates icon * update :: homepage design updates * design changes dashboard * updates :: apps section * workspace stting new design upate * updates dasboard design * style :: fixes * feat :: added context for sidebar nav breadcrumb * added all solid icons * intermediate update * change: conditions for fetching users * sorybook updates * design updates :: workspace settings page * manage users page * lint fixes * fix :: styling * stle fixes :: workspace settings * homepage redesign * fix :: all drawer colors and position ,teplate page revamp , database page header fixes * imported all bulk icons * svg to jsx : bulk icons * minor :: cleanup * fix :: manage users drawer * fix :: searchboxes , userspage fixes * fix :: all inputs and minor ui fixes * database page ui fixes * fix :: database and folder search functionality and iconlist in homecard * fixed some db functionality and edge cases for longer texts * fix :: user addition manage user page * self review cleanup and change in bulk icon fill state * fix :: homepage seacbar * merging develop and resolving conflicts * remove unwanted stories * reverting merge with develop * Revert "reverting merge with develop" This reverts commit 2150c8ec0ce9cedda4f4676211faa3321d4af7f8. * clearing out warnings * lint fixes * feat :: added org modal in database page * fix :: sso loader theme * fix :: broken styles select * fixed icon warning and select ui * fix :: upload bulk and user select dark mode * merge styles with develop * feat :: integrated new ui for database * removing storybook files * fix :: all bugs related to users dropdown and cleanup * fix: user search api for organization page * cleanup and splitting dropzone component * fix :: overflow issue in app card time * fix for scrollbars in homepage * PR review fixes * updates :: fix d=global datasource design issues , homepage responsiveness * tj db operations * breadcrumb bug fixes * lint fixes * removing logs , removed fade in in datasource and database page * marketplace page ui fix * removing inital users table fetch * Pr :: review changes * remove logs * fix :: popover bug * minot style fix * fix :: remove arrow from all popovers * fix :: for loading states * ux :: sidebar items reorder * style :: fix * style fix :: templates * fix :: qa bugs * fix :: Qa reported bugs * removes :: folder fetch bug * share link and datsource bg color fix * fixes :: rename group , * removed logs * pages popover background fix * fix :: tj db table addition ui bug * fix :: ui bug confirm modal password disable * modal , revert name capitalize in lists, typos fix * typos , users page route bugfix * users page header bugfix * workspace archive btn , datasources form style for select * groups updated , delete, create flow updated * avatar bug in profile page fix * revert styles * fix :: for create new table nav breadcrumb not being updated * click state bug fix in avatar * fix bug with appcard popover * fix :: text capitalize issue * fix :: lints and updated icon for filter delete * fix warnings --------- Co-authored-by: gandharv <[email protected]> Co-authored-by: Vijaykant Yadav <[email protected]>
2023-04-21 06:15:48 +00:00
<svg width="319" height="221" viewBox="0 0 319 236" fill="none" xmlns="http://www.w3.org/2000/svg">
Feature: Tooljet Database (#4951) * wip * internal db per workspace * fix async query * feat: add storage layer route * feat: add drawer component * feat: add react-table to load data * feat: add columns form * feat: add create column form, create row form * feat: add postgrest js * add tooljet db controller to proxy requests to postgrest * util: add postgrest filter builder helper utility * feat: add filter popover * use helper utility for building query * add sortable filters * add box shadow for filter popup * use overlay trigger * use react select * add new column addition * add dropdown for table header, table list * Move filter.jsx * feat: add sort popover * feat: add postgrest js .order fn * setup tooljetdb with restricted grants for users * make db schemas added loaded dynamically on postgrest server * fix query * sign jwt token to auth user at postgrest * update db schema user with workspace * chore: add table listing * update data and columns from api * feat: add context api for sharing data * add ability to create table, view tables and add columns * use columns for sort from context api * fix ormconfig * feat: add table listing integration * feat: add create table integration * fix for rds deployment * add internal table translation instead of schema * remove tooljetdb as a datasource * wrap placeholder on proxy query * add active workspace guard * scope tooljetdb by workspace * update active workspace guard * seperate proxy related concerns to different service * make use of org id param * rename storage layer to tooljet databse * update specs * feat: Update list when new table added * feat: add create column * chore: add orgId to url + misc changes * chore: move popover to separate file * remove unused var * rename files * feat: add multiple columns * feat: add new row * removes postgrest-js from pkg lock * feat: add row data * feat: add sorting * feat: allow row deletion * feat: add search * feat: add filtering * feat: add edit mode * feat: add columns while edit table * add view table action * update setup for column constraint * fix query * integrate view_table, primary key field * render toogle for boolean data type * update view table query for primary key * fetch metadata refactor * add capability to set default values * feat: allow deletion of record based on primary key * feat: add default value while creating column * send query from sort & filter component * css changes * allow empty data * add requested changes * add err message * add common fn * allow sort + filter * remove unwanted defaults key * css changes * add more operators * dark mode fixes * add drawer footer * add loader for list tables * add dashboard design changes * design changes * add capability to drop table and delete column * add breadcrumbs * design changes * add profile * refactor tooljetdb controller * update routes * add empty page changes * delete column fix * fix delete column * design changes * fetch tables post delete * homepage changes * hide ellipsis on hover * add org settings page * add edit + create org * add notification center * fix: group permissions switch issue * add logo * remove anchor tag * fix merge conflicts * css changes * add err boundary * setup query editor * css changes * fix: merge conflicts * add menuPortal prop to filterform and sort form * fix seed * fix: build * design changes * design changes + refactor code * fix imports * fix: drawer issue on delete table * add search box changes * fix: tablename max-length 255 * fix: set newly created table as selected item * remove edit column option * added badges to enterprise only features * disable edit column * table styles * fix: popover position, placeholder default * fix: display boolean values in table * fix: tooljet database default type values * css changes * add query manager for tooljet db with create and list row * dark mode fixes * remove Header component * add ability to delete tooljetdb rows from query manager * add ability to update tooljetdb rows * dark mode fixes * css changes * display actions icon on hover * folder onclick change * add empty page styles * fix proxy requests * feat: randomize icon creation * add max items per page prop for pagination * removes unwanted position attr * add table name validation + disable submit btn while api fetch * [Bugfix] internal storage toast | trigger toasts for running preview db queries (#5019) * resolves: no toasts are fired when preview query is run for db queries * fire success toast for created and no content status text for query success * remove invalid migration * skip migration if tooljet db already created * fix: app clone icon param * fix: show confirmation box if filter options are empty in query (#5021) * for now: show native confirmation box of the brower to confirm the delete all query * typo * Revert "typo" This reverts commit b5ce5ed8890056974395750b6e07475390748e3b. * cleaned * cleaned * show confirmation box if filter options are empty in query * [Refactor/Bugfix] database query (#5028) * refactored list rows operations * remove unwanted cls * refactor create row * reafactored update rows * refactored delete rows * padding fix for tj-query * add static templates * review changes * remove unused file * Chore: tooljetdb render setup (#5033) * add postgrest for render preview deploy * pin version * add healthCheckPath * remove health check * handle database url parsing db params * add defaults for tooljetdb env * fix hostname * handle env in migration files * refactor dbconfig build * fix pg db usage * add parsed env context * add tooljetdb env * refactor db config utils Co-authored-by: gandharv <[email protected]> Co-authored-by: Shubhendra <[email protected]> Co-authored-by: Arpit <[email protected]>
2022-12-22 20:39:57 +00:00
<g clip-path="url(#clip0_117_136846)">
<path d="M287.036 219.428H265.905V219.587H287.036V219.428Z" fill="#EBEBEB"/>
<path d="M211.319 221.161H205.774V221.321H211.319V221.161Z" fill="#EBEBEB"/>
<path d="M265.268 213.514H253.024V213.673H265.268V213.514Z" fill="#EBEBEB"/>
<path d="M61.0249 214.585H33.4697V214.744H61.0249V214.585Z" fill="#EBEBEB"/>
<path d="M70.7475 214.585H66.709V214.744H70.7475V214.585Z" fill="#EBEBEB"/>
<path d="M143.646 217.274H83.8779V217.433H143.646V217.274Z" fill="#EBEBEB"/>
<path opacity="0.2" d="M151.212 180.752H28.0209C26.0112 180.752 24.3779 179.121 24.3779 177.113V4.13882C24.3779 2.13141 26.0112 0.5 28.0209 0.5H151.212C153.222 0.5 154.855 2.13141 154.855 4.13882V177.113C154.855 179.121 153.222 180.752 151.212 180.752ZM28.0209 0.659318C26.1005 0.659318 24.5374 2.22063 24.5374 4.13882V177.113C24.5374 179.031 26.1005 180.593 28.0209 180.593H151.212C153.133 180.593 154.696 179.031 154.696 177.113V4.13882C154.696 2.22063 153.133 0.659318 151.212 0.659318H28.0209Z" fill="#EBEBEB"/>
<path opacity="0.2" d="M289.212 180.752H166.014C164.004 180.752 162.371 179.121 162.371 177.113V4.13882C162.371 2.13141 164.004 0.5 166.014 0.5H289.212C291.222 0.5 292.855 2.13141 292.855 4.13882V177.113C292.855 179.121 291.222 180.752 289.212 180.752ZM166.014 0.659318C164.094 0.659318 162.531 2.22063 162.531 4.13882V177.113C162.531 179.031 164.094 180.593 166.014 180.593H289.212C291.132 180.593 292.695 179.031 292.695 177.113V4.13882C292.695 2.22063 291.132 0.659318 289.212 0.659318H166.014Z" fill="#EBEBEB"/>
<path d="M319 209.174H0V209.334H319V209.174Z" fill="#EBEBEB"/>
<path d="M137.336 30.2669C135.747 30.2669 134.465 31.5478 134.465 33.1346V38.1245H140.207V33.1346C140.207 31.5478 138.924 30.2669 137.336 30.2669ZM137.336 34.4602C136.838 34.4602 136.43 34.0587 136.43 33.5552C136.43 33.0518 136.832 32.6503 137.336 32.6503C137.84 32.6503 138.242 33.0518 138.242 33.5552C138.242 34.0587 137.84 34.4602 137.336 34.4602Z" fill="#E0E0E0"/>
<path d="M255.366 30.2669C253.777 30.2669 252.495 31.5478 252.495 33.1346V38.1245H258.237V33.1346C258.237 31.5478 256.955 30.2669 255.366 30.2669ZM255.366 34.4602C254.868 34.4602 254.46 34.0587 254.46 33.5552C254.46 33.0518 254.862 32.6503 255.366 32.6503C255.87 32.6503 256.272 33.0518 256.272 33.5552C256.272 34.0587 255.87 34.4602 255.366 34.4602Z" fill="#E0E0E0"/>
<path opacity="0.2" d="M271.609 36.219H121.086V122.448H271.609V36.219Z" fill="#EBEBEB"/>
<path opacity="0.2" d="M267.463 40.3613H125.233V118.306H267.463V40.3613Z" fill="#F5F5F5"/>
<path opacity="0.3" d="M274.404 119.523H118.305V126.074H274.404V119.523Z" fill="#F0F0F0"/>
<path d="M169.076 54.0626H142.28V98.6716H250.421V54.0626H169.076ZM229.444 76.0485H209.742V69.3571H229.444V76.0485ZM229.444 83.3771H209.742V76.6857H229.444V83.3771ZM229.444 90.7057H209.742V84.0144H229.444V90.7057ZM150.255 84.0144H168.438V90.7057H150.255V84.0144ZM150.255 76.6857H168.438V83.3771H150.255V76.6857ZM150.255 69.3571H168.438V76.0485H150.255V69.3571ZM150.255 62.0285H168.438V68.7199H150.255V62.0285ZM209.111 76.0485H189.409V69.3571H209.111V76.0485ZM209.111 83.3771H189.409V76.6857H209.111V83.3771ZM169.076 76.6857H188.778V83.3771H169.076V76.6857ZM188.778 76.0485H169.076V69.3571H188.778V76.0485ZM169.076 84.0144H188.778V90.7057H169.076V84.0144ZM189.416 84.0144H209.117V90.7057H189.416V84.0144ZM209.117 68.7199H169.083V62.0285H209.117V68.7199ZM142.925 54.6999H168.445V61.3912H142.925V54.6999ZM142.925 62.0285H149.624V68.7199H142.925V62.0285ZM142.925 69.3571H149.624V76.0485H142.925V69.3571ZM142.925 76.6857H149.624V83.3771H142.925V76.6857ZM142.925 84.0144H149.624V90.7057H142.925V84.0144ZM149.624 98.0343H142.925V91.343H149.624V98.0343ZM168.445 98.0343H150.262V91.343H168.445V98.0343ZM188.784 98.0343H169.083V91.343H188.784V98.0343ZM209.124 98.0343H189.422V91.343H209.124V98.0343ZM229.463 98.0343H209.762V91.343H229.463V98.0343ZM249.802 98.0343H230.101V91.343H249.802V98.0343ZM249.802 90.7057H230.101V84.0144H249.802V90.7057ZM249.802 83.3771H230.101V76.6857H249.802V83.3771ZM249.802 76.0485H230.101V69.3571H249.802V76.0485ZM249.802 68.7199H209.768V62.0285H249.802V68.7199ZM209.768 61.3912H169.095V54.6999H249.802V61.3912H209.768Z" fill="#E0E0E0"/>
<path opacity="0.2" d="M57.4136 89.0042H43.0586V209.436H57.4136V89.0042Z" fill="#E0E0E0"/>
<path opacity="0.2" d="M96.1398 89.0042H55.8438V209.436H96.1398V89.0042Z" fill="#EBEBEB"/>
<path opacity="0.3" d="M92.0381 93.1082H59.9531V125.157H92.0381V93.1082Z" fill="#FAFAFA"/>
<path d="M84.675 111.965H67.315C66.8301 111.965 66.4346 111.57 66.4346 111.086C66.4346 110.601 66.8301 110.206 67.315 110.206H84.675C85.1599 110.206 85.5554 110.601 85.5554 111.086C85.5554 111.57 85.1599 111.965 84.675 111.965Z" fill="#E0E0E0"/>
<path d="M84.675 115.483H67.315C66.8301 115.483 66.4346 115.088 66.4346 114.603C66.4346 114.119 66.8301 113.724 67.315 113.724H84.675C85.1599 113.724 85.5554 114.119 85.5554 114.603C85.5554 115.088 85.1599 115.483 84.675 115.483Z" fill="#E0E0E0"/>
<path d="M84.675 119.007H67.315C66.8301 119.007 66.4346 118.612 66.4346 118.127C66.4346 117.643 66.8301 117.248 67.315 117.248H84.675C85.1599 117.248 85.5554 117.643 85.5554 118.127C85.5554 118.612 85.1599 119.007 84.675 119.007Z" fill="#E0E0E0"/>
<path d="M79.412 105.458H72.579L70.7734 103.655V99.8123L72.579 98.0088H79.412L81.2175 99.8123V103.655L79.412 105.458Z" fill="#EBEBEB"/>
<path opacity="0.3" d="M92.0381 128.222H59.9531V160.27H92.0381V128.222Z" fill="#FAFAFA"/>
<path d="M84.675 147.079H67.315C66.8301 147.079 66.4346 146.684 66.4346 146.199C66.4346 145.715 66.8301 145.32 67.315 145.32H84.675C85.1599 145.32 85.5554 145.715 85.5554 146.199C85.5554 146.684 85.1599 147.079 84.675 147.079Z" fill="#E0E0E0"/>
<path d="M84.675 150.603H67.315C66.8301 150.603 66.4346 150.208 66.4346 149.723C66.4346 149.239 66.8301 148.844 67.315 148.844H84.675C85.1599 148.844 85.5554 149.239 85.5554 149.723C85.5554 150.208 85.1599 150.603 84.675 150.603Z" fill="#E0E0E0"/>
<path d="M84.675 154.127H67.315C66.8301 154.127 66.4346 153.732 66.4346 153.247C66.4346 152.763 66.8301 152.368 67.315 152.368H84.675C85.1599 152.368 85.5554 152.763 85.5554 153.247C85.5554 153.732 85.1599 154.127 84.675 154.127Z" fill="#E0E0E0"/>
<path d="M79.412 140.578H72.579L70.7734 138.775V134.926L72.579 133.129H79.412L81.2175 134.926V138.775L79.412 140.578Z" fill="#EBEBEB"/>
<path opacity="0.3" d="M92.0381 163.342H59.9531V195.39H92.0381V163.342Z" fill="#FAFAFA"/>
<path d="M84.675 182.199H67.315C66.8301 182.199 66.4346 181.804 66.4346 181.319C66.4346 180.835 66.8301 180.44 67.315 180.44H84.675C85.1599 180.44 85.5554 180.835 85.5554 181.319C85.5554 181.804 85.1599 182.199 84.675 182.199Z" fill="#E0E0E0"/>
<path d="M84.675 185.716H67.315C66.8301 185.716 66.4346 185.321 66.4346 184.837C66.4346 184.353 66.8301 183.958 67.315 183.958H84.675C85.1599 183.958 85.5554 184.353 85.5554 184.837C85.5554 185.321 85.1599 185.716 84.675 185.716Z" fill="#E0E0E0"/>
<path d="M84.675 189.241H67.315C66.8301 189.241 66.4346 188.845 66.4346 188.361C66.4346 187.877 66.8301 187.482 67.315 187.482H84.675C85.1599 187.482 85.5554 187.877 85.5554 188.361C85.5554 188.845 85.1599 189.241 84.675 189.241Z" fill="#E0E0E0"/>
<path d="M79.412 175.692H72.579L70.7734 173.895V170.046L72.579 168.242H79.412L81.2175 170.046V173.895L79.412 175.692Z" fill="#EBEBEB"/>
<path opacity="0.2" d="M156.424 235.5C224.743 235.5 280.126 232.27 280.126 228.286C280.126 224.302 224.743 221.072 156.424 221.072C88.1058 221.072 32.7227 224.302 32.7227 228.286C32.7227 232.27 88.1058 235.5 156.424 235.5Z" fill="#F5F5F5"/>
<path d="M75.6669 227.923L59.5829 222.009L43.3267 227.929C42.7652 228.133 42.1719 227.719 42.1719 227.12C42.1719 226.782 42.3633 226.483 42.6695 226.342L59.5829 218.504L76.324 226.342C76.6239 226.483 76.8217 226.788 76.8217 227.12C76.8217 227.719 76.2283 228.133 75.6669 227.923Z" fill="#263238"/>
<path opacity="0.3" d="M75.6669 227.923L59.5829 222.009L43.3267 227.929C42.7652 228.133 42.1719 227.719 42.1719 227.12C42.1719 226.782 42.3633 226.483 42.6695 226.342L59.5829 218.504L76.324 226.342C76.6239 226.483 76.8217 226.788 76.8217 227.12C76.8217 227.719 76.2283 228.133 75.6669 227.923Z" fill="white"/>
<path opacity="0.2" d="M55.7998 223.385L59.5895 222.009L63.207 223.334V220.193L59.5895 218.504L55.7998 220.256V223.385Z" fill="black"/>
<path d="M59.4997 228.057C58.766 228.057 58.1472 227.496 58.077 226.763L57.624 222.003V182.479H61.3755V222.003L60.9225 226.763C60.8523 227.496 60.2398 228.057 59.4997 228.057Z" fill="#263238"/>
<path opacity="0.3" d="M59.4997 228.057C58.766 228.057 58.1472 227.496 58.077 226.763L57.624 222.003V182.479H61.3755V222.003L60.9225 226.763C60.8523 227.496 60.2398 228.057 59.4997 228.057Z" fill="white"/>
<path opacity="0.2" d="M61.3755 182.485H57.624V187.087H61.3755V182.485Z" fill="black"/>
<path d="M51.0912 141.77C51.6271 141.757 52.1694 142 52.5267 142.599C59.3979 154.012 61.8351 167.726 59.4681 180.816C59.3214 181.638 58.7599 182.02 58.1347 182.058C57.0947 182.129 38.58 182.058 37.9101 182.058C36.902 182.058 35.7919 181.198 36.028 179.892C38.2291 167.733 35.8047 154.917 29.4374 144.338C28.6463 143.026 29.8139 141.789 30.9942 141.77C31.5301 141.757 49.9172 141.796 51.0975 141.77H51.0912Z" fill="#407BFF"/>
<path opacity="0.2" d="M51.0912 141.77C51.6271 141.757 52.1694 142 52.5267 142.599C59.3979 154.012 61.8351 167.726 59.4681 180.816C59.3214 181.638 58.7599 182.02 58.1347 182.058C57.0947 182.129 38.58 182.058 37.9101 182.058C36.902 182.058 35.7919 181.198 36.028 179.892C38.2291 167.733 35.8047 154.917 29.4374 144.338C28.6463 143.026 29.8139 141.789 30.9942 141.77C31.5301 141.757 49.9172 141.796 51.0975 141.77H51.0912Z" fill="black"/>
<path d="M36.0213 179.892C38.2224 167.733 35.798 154.917 29.4307 144.338C28.2823 142.427 31.2745 140.687 32.4229 142.592C39.2942 154.006 41.7314 167.72 39.3644 180.809C38.9688 182.995 35.6321 182.071 36.0276 179.892H36.0213Z" fill="#407BFF"/>
<g opacity="0.1">
<path d="M36.0213 179.892C38.2224 167.733 35.798 154.917 29.4307 144.338C28.2823 142.427 31.2745 140.687 32.4229 142.592C39.2942 154.006 41.7314 167.72 39.3644 180.809C38.9688 182.995 35.6321 182.071 36.0276 179.892H36.0213Z" fill="white"/>
</g>
<path d="M93.754 178.885C89.5113 177.801 85.1474 177.209 80.7771 177.1C76.2728 176.986 59.4041 177.081 55.3974 177.081C50.5231 177.081 45.6488 177.68 40.9148 178.885C37.9418 179.643 38.8605 183.932 41.5465 183.977C41.7825 183.977 92.7715 183.964 92.9629 183.977C95.7701 184.104 96.7973 179.662 93.7604 178.885H93.754Z" fill="#407BFF"/>
<path opacity="0.3" d="M93.754 178.885C89.5113 177.801 85.1474 177.209 80.7771 177.1C76.2728 176.986 59.4041 177.081 55.3974 177.081C50.5231 177.081 45.6488 177.68 40.9148 178.885C37.9418 179.643 38.8605 183.932 41.5465 183.977C41.7825 183.977 92.7715 183.964 92.9629 183.977C95.7701 184.104 96.7973 179.662 93.7604 178.885H93.754Z" fill="black"/>
<path d="M42.2927 183.887C50.861 181.708 59.9334 181.708 68.4954 183.887C71.7364 184.716 73.1145 179.713 69.8734 178.885C60.4119 176.476 50.3698 176.476 40.9082 178.885C37.6736 179.707 39.0453 184.716 42.2863 183.887H42.2927Z" fill="#407BFF"/>
<g opacity="0.3">
<path d="M42.2927 183.887C50.861 181.708 59.9334 181.708 68.4954 183.887C71.7364 184.716 73.1145 179.713 69.8734 178.885C60.4119 176.476 50.3698 176.476 40.9082 178.885C37.6736 179.707 39.0453 184.716 42.2863 183.887H42.2927Z" fill="white"/>
</g>
<path d="M89.2305 151.801L95.1001 151.552L96.8546 150.431C97.2693 150.163 97.7733 150.08 98.2518 150.201L99.5086 150.514C100.166 150.679 100.861 150.456 101.301 149.94C102.042 149.073 101.799 147.748 100.797 147.206L98.8898 146.174C98.2773 145.842 97.5309 145.893 96.9694 146.308L93.8879 148.589L89.2305 148.264V151.801Z" fill="#EBB376"/>
<path d="M82.8821 129.108L80.8597 146.97L92.2735 147.78L91.7695 151.877C91.7695 151.877 80.2281 153.897 75.9981 152.744C71.7682 151.591 77.4017 132.281 77.4017 132.281L82.8821 129.114V129.108Z" fill="#407BFF"/>
<path opacity="0.2" d="M82.8821 129.108L80.8597 146.97L92.2735 147.78L91.7695 151.877C91.7695 151.877 80.2281 153.897 75.9981 152.744C71.7682 151.591 77.4017 132.281 77.4017 132.281L82.8821 129.114V129.108Z" fill="white"/>
<path opacity="0.1" d="M79.2198 151.119C76.2404 149.57 80.2406 134.716 81.6506 129.815L77.4015 132.275C77.4015 132.275 71.7616 151.584 75.9979 152.738C78.601 153.445 83.9602 152.954 87.7052 152.476C85.1532 152.476 81.4209 152.26 79.2262 151.119H79.2198Z" fill="black"/>
<path d="M72.783 163.979C72.783 163.979 61.0502 166.477 47.1992 165.419C47.1992 165.419 49.1643 142.573 56.1312 130.07C57.2413 128.075 59.0915 126.584 61.2735 125.909C66.2754 124.354 74.3206 122.958 82.8826 129.108C82.8826 129.108 78.5569 137.175 72.783 163.979Z" fill="#407BFF"/>
<path opacity="0.2" d="M72.783 163.979C72.783 163.979 61.0502 166.477 47.1992 165.419C47.1992 165.419 49.1643 142.573 56.1312 130.07C57.2413 128.075 59.0915 126.584 61.2735 125.909C66.2754 124.354 74.3206 122.958 82.8826 129.108C82.8826 129.108 78.5569 137.175 72.783 163.979Z" fill="white"/>
<path d="M76.9425 134.798C76.9425 135.174 76.6363 135.487 76.2535 135.487C75.8707 135.487 75.5645 135.181 75.5645 134.798C75.5645 134.416 75.8707 134.11 76.2535 134.11C76.6363 134.11 76.9425 134.416 76.9425 134.798Z" fill="#407BFF"/>
<path d="M74.5177 141.808C74.5177 142.184 74.2115 142.497 73.8287 142.497C73.4459 142.497 73.1396 142.191 73.1396 141.808C73.1396 141.426 73.4459 141.12 73.8287 141.12C74.2115 141.12 74.5177 141.426 74.5177 141.808Z" fill="#407BFF"/>
<path d="M71.6275 151.807C72.0081 151.807 72.3166 151.499 72.3166 151.119C72.3166 150.739 72.0081 150.431 71.6275 150.431C71.247 150.431 70.9385 150.739 70.9385 151.119C70.9385 151.499 71.247 151.807 71.6275 151.807Z" fill="#407BFF"/>
<path d="M70.505 158.862C70.505 159.238 70.1988 159.55 69.816 159.55C69.4332 159.55 69.127 159.244 69.127 158.862C69.127 158.479 69.4332 158.174 69.816 158.174C70.1988 158.174 70.505 158.479 70.505 158.862Z" fill="#407BFF"/>
<path opacity="0.1" d="M77.7905 143.631L69.1265 145.581L62.2935 143.707L59.6011 136.022L59.0269 131.701H57.1066C57.1066 131.701 55.2819 145.466 61.5279 151.119C65.4261 154.643 71.7933 152.349 76.0296 150.118C76.6485 147.716 77.2355 145.556 77.7905 143.625V143.631Z" fill="black"/>
<path d="M83.3985 205.529L80.3936 218.6L84.1259 220.04L89.4978 206.893L83.3985 205.529Z" fill="#EBB376"/>
<path d="M83.909 219.186L80.5212 217.376C80.3744 217.3 80.1894 217.331 80.081 217.459L77.663 220.256C77.446 220.505 77.4715 220.881 77.7204 221.091C77.7523 221.117 77.7842 221.142 77.8225 221.161C79.2452 221.894 80.5403 222.493 82.2948 223.436C84.362 224.552 83.7048 224.513 86.1228 225.858C87.5775 226.667 88.745 225.144 88.1644 224.73C85.5104 222.844 85.1594 221.531 84.6108 219.925C84.4768 219.6 84.228 219.339 83.9153 219.186H83.909Z" fill="#263238"/>
<path d="M53.1644 164.986L71.4878 163.979C71.4878 163.979 101.927 168.733 101.493 177.234C101.059 185.735 88.6564 212.539 88.6564 212.539L81.3896 210.519C81.3896 210.519 86.921 183.575 90.5321 179.108C90.5321 179.108 67.8002 176.444 62.1092 174.927C58.9766 174.093 51.4355 175.501 53.1644 164.986Z" fill="#263238"/>
<path opacity="0.2" d="M87.4506 178.738C87.5335 177.024 87.3612 174.347 86.0533 171.397C84.3626 167.58 70.4287 165.285 63.7616 164.4L53.1644 164.986C51.4355 175.507 58.9766 174.093 62.1092 174.927C66.4986 176.1 81.045 177.948 87.4569 178.738H87.4506Z" fill="black"/>
<path d="M70.9512 209.13L70.4727 222.532L74.5112 222.723L77.1972 209.321L70.9512 209.13Z" fill="#EBB376"/>
<path d="M74.2245 221.506L70.3135 221.588C70.1413 221.588 69.9945 221.709 69.9626 221.882L69.2098 225.571C69.1396 225.896 69.3501 226.221 69.6755 226.285C69.7202 226.291 69.7585 226.298 69.8031 226.298C71.43 226.24 72.8783 226.126 74.9071 226.087C77.2996 226.043 76.6999 226.342 79.5135 226.33C81.2106 226.323 81.4849 224.392 80.764 224.31C77.4655 223.953 76.4957 222.971 75.207 221.818C74.9263 221.595 74.5754 221.486 74.2181 221.506H74.2245Z" fill="#263238"/>
<path d="M58.064 164.986C58.064 164.986 82.5888 165.853 84.0306 173.341C85.4725 180.835 77.2487 214.406 77.2487 214.406H69.8926C69.8926 214.406 70.7602 184.289 73.2102 177.948C73.2102 177.948 53.0111 181.115 47.6774 176.54C43.8622 173.264 48.3983 164.98 48.3983 164.98H58.064V164.986Z" fill="#263238"/>
<path d="M80.8086 208.939L89.9511 211.481L88.2795 214.993L79.9473 212.921L80.8086 208.939Z" fill="#263238"/>
<path opacity="0.3" d="M80.8086 208.939L89.9511 211.481L88.2795 214.993L79.9473 212.921L80.8086 208.939Z" fill="black"/>
<path d="M80.3809 141.114L87.6923 138.711L92.3689 140.795C92.8155 140.993 93.1281 141.394 93.2174 141.872L93.7151 144.53C93.8809 145.435 93.1855 146.276 92.2604 146.276C91.9159 146.276 91.5841 146.155 91.3226 145.938L87.2138 142.548L80.8147 145.122L80.3872 141.107L80.3809 141.114Z" fill="#EBB376"/>
<path d="M69.1719 212.539L78.4101 212.972L77.5424 216.65L69.1719 216.216V212.539Z" fill="#263238"/>
<path opacity="0.3" d="M69.1719 212.539L78.4101 212.972L77.5424 216.65L69.1719 216.216V212.539Z" fill="black"/>
<path d="M57.5852 129.108C59.0079 126.979 61.2728 124.755 67.0084 143.516L84.2025 139.291L84.7065 143.975C84.7065 143.975 70.6642 151.489 65.037 150.431C59.4098 149.373 53.6742 134.958 57.5852 129.101V129.108Z" fill="#407BFF"/>
<path opacity="0.2" d="M57.5852 129.108C59.0079 126.979 61.2728 124.755 67.0084 143.516L84.2025 139.291L84.7065 143.975C84.7065 143.975 70.6642 151.489 65.037 150.431C59.4098 149.373 53.6742 134.958 57.5852 129.101V129.108Z" fill="white"/>
<path d="M75.5712 122.576L72.3174 125.628C72.3174 125.628 73.587 129.586 76.8408 129.586C80.0946 129.586 78.1232 124.577 78.1232 124.577L75.5712 122.576Z" fill="#EBB376"/>
<path d="M77.2929 131.88L78.8815 131.051L79.545 130.044L79.2643 126.922C76.3231 125.462 73.4968 124.806 70.881 124.628L70.7598 126.081L72.527 131.198L74.5814 131.88H77.2865H77.2929Z" fill="#EBB376"/>
<path opacity="0.1" d="M78.1166 124.577L75.5646 122.576L75.1371 122.977C74.8883 124.468 74.6012 127.565 76.2536 128.783C76.9107 129.267 77.5423 129.324 78.1038 129.165C79.45 127.967 78.1166 124.577 78.1166 124.577Z" fill="black"/>
<path d="M76.3871 132.275L78.837 133.575C80.5596 131.529 80.1322 128.662 79.7366 127.164C79.4495 127.011 79.1624 126.871 78.8753 126.731C79.2007 128.993 78.9391 131.478 76.2468 131.555C72.0104 131.676 71.3788 126.272 71.2895 124.659C70.9832 124.634 70.677 124.615 70.3771 124.602C69.031 130.586 72.7888 133.575 72.7888 133.575L76.3935 132.275H76.3871Z" fill="#407BFF"/>
<path opacity="0.2" d="M76.3871 132.275L78.837 133.575C80.5596 131.529 80.1322 128.662 79.7366 127.164C79.4495 127.011 79.1624 126.871 78.8753 126.731C79.2007 128.993 78.9391 131.478 76.2468 131.555C72.0104 131.676 71.3788 126.272 71.2895 124.659C70.9832 124.634 70.677 124.615 70.3771 124.602C69.031 130.586 72.7888 133.575 72.7888 133.575L76.3935 132.275H76.3871Z" fill="white"/>
<path d="M86.8504 115.005C89.1855 116.515 88.49 120.301 86.0593 121.855C85.3638 117.516 86.8504 115.005 86.8504 115.005Z" fill="#263238"/>
<path opacity="0.4" d="M86.8504 115.005C89.1855 116.515 88.49 120.301 86.0593 121.855C85.3638 117.516 86.8504 115.005 86.8504 115.005Z" fill="black"/>
<path d="M76.1572 117.49C75.2832 121.479 74.5622 123.767 75.9467 126.406C77.2801 129.018 80.4765 130.057 83.0923 128.725C84.0557 128.235 84.8468 127.463 85.3572 126.514C87.1946 123.27 88.3239 117.286 84.9744 114.508C82.7414 112.551 79.3472 112.774 77.3886 114.998C76.7633 115.706 76.3423 116.566 76.1572 117.49Z" fill="#EBB376"/>
<path d="M75.7365 121.218C77.8738 122.308 79.2455 118.567 78.952 116.764C81.7273 118.663 87.9669 118.389 89.7916 115.852C91.7885 113.08 88.7899 110.735 86.0784 109.894C85.3256 109.658 84.6174 110.181 84.426 110.945C84.3941 111.079 84.3239 111.188 84.2282 111.258C84.2282 111.258 83.4626 110.557 82.3717 109.951C81.4338 109.429 80.3364 109.728 79.5453 110.448C79.2327 110.735 78.4607 110.799 76.9168 110.276C73.714 109.193 73.1781 112.679 74.7284 113.348C73.3184 114.208 70.9897 116.572 72.2466 118.65C73.5035 120.727 74.5817 123.468 73.8799 123.927C74.5306 124.207 75.6854 123.512 75.7365 121.212V121.218Z" fill="#263238"/>
<path d="M73.7394 120.326C73.7585 121.237 74.1158 122.11 74.7538 122.767C75.5896 123.621 76.553 122.977 76.7699 121.855C76.9677 120.836 76.7635 119.173 75.698 118.746C74.639 118.319 73.7266 119.192 73.7394 120.32V120.326Z" fill="#EBB376"/>
<path d="M81.7207 120.485C81.625 120.804 81.7207 121.11 81.9376 121.161C82.1545 121.212 82.3842 121.021 82.4735 120.708C82.5692 120.39 82.4735 120.078 82.2502 120.033C82.0333 119.988 81.8036 120.173 81.7143 120.492L81.7207 120.485Z" fill="#263238"/>
<path d="M85.2871 121.639C85.1914 121.957 85.2871 122.263 85.504 122.314C85.7209 122.365 85.9506 122.174 86.0463 121.855C86.142 121.537 86.0463 121.231 85.823 121.174C85.6061 121.123 85.3764 121.314 85.2871 121.632V121.639Z" fill="#263238"/>
<path d="M84.1069 121.428C84.209 122.525 84.4515 123.608 84.8343 124.64C84.1325 124.984 83.2393 124.456 83.2393 124.456L84.1069 121.428Z" fill="#D58745"/>
<path d="M80.9553 118.969C80.9553 118.969 80.8979 118.95 80.8724 118.93C80.8086 118.848 80.8213 118.726 80.9043 118.663C80.9043 118.663 80.9043 118.663 80.9107 118.663C81.4019 118.274 82.0591 118.159 82.6588 118.351C82.7609 118.389 82.8055 118.497 82.7672 118.599C82.729 118.695 82.6205 118.746 82.5184 118.707C82.0527 118.561 81.5487 118.65 81.1595 118.95C81.1021 118.994 81.0255 119.007 80.9617 118.975L80.9553 118.969Z" fill="#263238"/>
<path d="M87.1694 120.887C87.112 120.861 87.0673 120.804 87.0609 120.74C86.9908 120.237 86.6909 119.803 86.2507 119.549C86.1614 119.485 86.1422 119.364 86.1996 119.275C86.2507 119.204 86.3336 119.173 86.4166 119.198C86.9716 119.504 87.348 120.046 87.4374 120.67C87.4565 120.772 87.3863 120.874 87.2842 120.893C87.246 120.9 87.2077 120.893 87.1758 120.88L87.1694 120.887Z" fill="#263238"/>
<path d="M81.4401 125.513C81.6187 125.564 81.7973 125.603 81.9824 125.622C82.0398 125.634 82.0972 125.59 82.11 125.532C82.11 125.469 82.0717 125.418 82.0079 125.411C81.07 125.309 80.2279 124.774 79.7557 123.958C79.7302 123.901 79.6664 123.882 79.609 123.907C79.5516 123.933 79.5324 123.997 79.558 124.054C79.9663 124.774 80.6426 125.303 81.4464 125.52L81.4401 125.513Z" fill="#263238"/>
<path d="M75.2454 113.501C75.2454 113.501 73.8864 113.278 73.3633 111.672C73.2421 111.302 72.7189 111.27 72.553 111.621C72.0043 112.774 71.7619 114.368 75.2454 113.501Z" fill="#2E353A"/>
<path d="M102.207 118.376H100.376C98.7939 118.376 97.3967 119.657 97.2563 121.237L95.6677 139.087C95.5273 140.668 96.6949 141.949 98.2771 141.949H100.108L102.207 118.37V118.376Z" fill="#407BFF"/>
<path opacity="0.3" d="M102.207 118.376H100.376C98.7939 118.376 97.3967 119.657 97.2563 121.237L95.6677 139.087C95.5273 140.668 96.6949 141.949 98.2771 141.949H100.108L102.207 118.37V118.376Z" fill="white"/>
<path d="M129.373 141.955H99.5271C97.9449 141.955 96.7773 140.674 96.9177 139.094L98.5063 121.244C98.6467 119.663 100.044 118.382 101.626 118.382H131.472C133.054 118.382 134.222 119.663 134.081 121.244L132.493 139.094C132.352 140.674 130.955 141.955 129.373 141.955Z" fill="#407BFF"/>
<path opacity="0.2" d="M129.373 141.955H99.5271C97.9449 141.955 96.7773 140.674 96.9177 139.094L98.5063 121.244C98.6467 119.663 100.044 118.382 101.626 118.382H131.472C133.054 118.382 134.222 119.663 134.081 121.244L132.493 139.094C132.352 140.674 130.955 141.955 129.373 141.955Z" fill="black"/>
<path opacity="0.5" d="M116.025 128.432C116.025 128.279 116.051 128.133 116.089 127.992C115.898 127.941 115.706 127.903 115.496 127.903C114.245 127.903 113.237 128.916 113.237 130.159C113.237 131.402 114.252 132.415 115.496 132.415C116.74 132.415 117.754 131.402 117.754 130.159C116.797 130.159 116.025 129.388 116.025 128.432Z" fill="white"/>
<path d="M114.138 150.513H116.435L115.529 140.132C115.478 139.54 114.98 139.087 114.387 139.087C113.717 139.087 113.187 139.661 113.245 140.33L114.138 150.507V150.513Z" fill="#263238"/>
<path opacity="0.3" d="M114.138 150.513H116.435L115.529 140.132C115.478 139.54 114.98 139.087 114.387 139.087C113.717 139.087 113.187 139.661 113.245 140.33L114.138 150.507V150.513Z" fill="white"/>
<path d="M121.392 153.521C121.392 150.195 118.693 147.506 115.369 147.506C112.045 147.506 109.347 150.201 109.347 153.521H121.398H121.392Z" fill="#407BFF"/>
<path opacity="0.5" d="M121.392 153.521C121.392 150.195 118.693 147.506 115.369 147.506C112.045 147.506 109.347 150.201 109.347 153.521H121.398H121.392Z" fill="white"/>
<path d="M107.235 153.521H97.7157C97.0905 153.521 96.5801 153.012 96.5801 152.387C96.5801 151.763 97.0905 151.253 97.7157 151.253H107.235C107.86 151.253 108.37 151.763 108.37 152.387C108.37 153.012 107.86 153.521 107.235 153.521Z" fill="#407BFF"/>
<path opacity="0.3" d="M107.235 153.521H97.7157C97.0905 153.521 96.5801 153.012 96.5801 152.387C96.5801 151.763 97.0905 151.253 97.7157 151.253H107.235C107.86 151.253 108.37 151.763 108.37 152.387C108.37 153.012 107.86 153.521 107.235 153.521Z" fill="white"/>
<path d="M98.303 153.521H88.7841C88.1588 153.521 87.6484 153.012 87.6484 152.387C87.6484 151.763 88.1588 151.253 88.7841 151.253H98.303C98.9283 151.253 99.4387 151.763 99.4387 152.387C99.4387 153.012 98.9283 153.521 98.303 153.521Z" fill="#407BFF"/>
<path opacity="0.5" d="M98.303 153.521H88.7841C88.1588 153.521 87.6484 153.012 87.6484 152.387C87.6484 151.763 88.1588 151.253 88.7841 151.253H98.303C98.9283 151.253 99.4387 151.763 99.4387 152.387C99.4387 153.012 98.9283 153.521 98.303 153.521Z" fill="white"/>
<path d="M177.945 141.904C177.409 141.891 176.866 142.133 176.509 142.732C169.638 154.146 167.201 167.86 169.568 180.95C169.715 181.772 170.276 182.154 170.901 182.192C171.941 182.262 190.456 182.192 191.126 182.192C192.134 182.192 193.244 181.332 193.008 180.026C190.807 167.866 193.231 155.051 199.598 144.472C200.39 143.159 199.222 141.923 198.042 141.904C197.506 141.891 179.119 141.929 177.938 141.904H177.945Z" fill="#407BFF"/>
<path opacity="0.2" d="M177.945 141.904C177.409 141.891 176.866 142.133 176.509 142.732C169.638 154.146 167.201 167.86 169.568 180.95C169.715 181.772 170.276 182.154 170.901 182.192C171.941 182.262 190.456 182.192 191.126 182.192C192.134 182.192 193.244 181.332 193.008 180.026C190.807 167.866 193.231 155.051 199.598 144.472C200.39 143.159 199.222 141.923 198.042 141.904C197.506 141.891 179.119 141.929 177.938 141.904H177.945Z" fill="black"/>
<path d="M193.008 180.026C190.806 167.866 193.231 155.051 199.598 144.472C200.747 142.56 197.754 140.821 196.606 142.726C189.735 154.14 187.297 167.854 189.664 180.943C190.06 183.129 193.397 182.205 193.001 180.026H193.008Z" fill="#407BFF"/>
<g opacity="0.2">
<path d="M193.008 180.026C190.806 167.866 193.231 155.051 199.598 144.472C200.747 142.56 197.754 140.821 196.606 142.726C189.735 154.14 187.297 167.854 189.664 180.943C190.06 183.129 193.397 182.205 193.001 180.026H193.008Z" fill="white"/>
</g>
<path d="M181.657 228.063L165.573 222.149L149.317 228.069C148.755 228.273 148.162 227.859 148.162 227.26C148.162 226.929 148.354 226.623 148.66 226.483L165.573 218.644L182.314 226.483C182.614 226.623 182.812 226.929 182.812 227.26C182.812 227.859 182.219 228.273 181.657 228.063Z" fill="#263238"/>
<path opacity="0.3" d="M181.657 228.063L165.573 222.149L149.317 228.069C148.755 228.273 148.162 227.859 148.162 227.26C148.162 226.929 148.354 226.623 148.66 226.483L165.573 218.644L182.314 226.483C182.614 226.623 182.812 226.929 182.812 227.26C182.812 227.859 182.219 228.273 181.657 228.063Z" fill="white"/>
<path opacity="0.2" d="M161.79 223.526L165.58 222.143L169.191 223.475V220.333L165.58 218.638L161.79 220.397V223.526Z" fill="black"/>
<path d="M165.49 228.197C164.756 228.197 164.137 227.636 164.067 226.903L163.614 222.143V182.619H167.366V222.143L166.913 226.903C166.843 227.636 166.23 228.197 165.49 228.197Z" fill="#263238"/>
<path opacity="0.3" d="M165.49 228.197C164.756 228.197 164.137 227.636 164.067 226.903L163.614 222.143V182.619H167.366V222.143L166.913 226.903C166.843 227.636 166.23 228.197 165.49 228.197Z" fill="white"/>
<path opacity="0.2" d="M167.366 182.626H163.614V187.227H167.366V182.626Z" fill="black"/>
<path d="M135.855 179.025C140.098 177.942 144.462 177.349 148.832 177.241C153.337 177.126 170.205 177.222 174.212 177.222C179.086 177.222 183.961 177.821 188.695 179.025C191.668 179.783 190.749 184.072 188.063 184.117C187.827 184.117 136.838 184.104 136.647 184.117C133.839 184.244 132.812 179.803 135.849 179.025H135.855Z" fill="#407BFF"/>
<path opacity="0.3" d="M135.855 179.025C140.098 177.942 144.462 177.349 148.832 177.241C153.337 177.126 170.205 177.222 174.212 177.222C179.086 177.222 183.961 177.821 188.695 179.025C191.668 179.783 190.749 184.072 188.063 184.117C187.827 184.117 136.838 184.104 136.647 184.117C133.839 184.244 132.812 179.803 135.849 179.025H135.855Z" fill="black"/>
<path d="M187.317 184.028C178.749 181.848 169.676 181.848 161.114 184.028C157.873 184.856 156.495 179.853 159.736 179.025C169.198 176.616 179.24 176.616 188.701 179.025C191.936 179.847 190.564 184.856 187.323 184.028H187.317Z" fill="#407BFF"/>
<g opacity="0.3">
<path d="M187.317 184.028C178.749 181.848 169.676 181.848 161.114 184.028C157.873 184.856 156.495 179.853 159.736 179.025C169.198 176.616 179.24 176.616 188.701 179.025C191.936 179.847 190.564 184.856 187.323 184.028H187.317Z" fill="white"/>
</g>
<path d="M162.588 120.67C162.588 120.67 159.456 120.364 160.426 115.706C161.402 111.047 161.319 106.625 168.247 107.128C168.247 107.128 173.734 105.758 175.285 110.907C176.835 116.056 179.138 119.708 175.463 121.225C170.87 123.117 169.708 118.905 169.708 118.905L162.99 119.555L162.588 120.67Z" fill="#263238"/>
<path d="M161.561 127.489C157.554 126.915 159.526 140.757 155.934 143.249C153.962 144.612 144.048 140.948 144.048 140.948L142.65 136.481C142.58 136.251 142.408 136.06 142.185 135.971L140.118 135.149C139.524 134.913 138.918 135.448 139.059 136.086L139.805 139.38C139.837 139.521 139.907 139.654 140.003 139.756L142.88 142.809C142.88 142.809 154.702 148.538 157.586 147.588C160.929 146.486 162.167 140.406 162.996 136.787C163.615 134.085 164.585 127.922 161.554 127.495L161.561 127.489Z" fill="#B97964"/>
<path d="M156.941 210.239L158.147 219.549L154.753 219.632L152.31 210.653L156.941 210.239Z" fill="#B97964"/>
<path d="M154.708 219.116L158.581 219.128C158.747 219.128 158.894 219.243 158.932 219.409L159.723 223.022C159.793 223.341 159.596 223.659 159.277 223.736C159.238 223.742 159.194 223.749 159.149 223.749C157.548 223.717 156.118 223.628 154.128 223.621C151.774 223.621 152.367 223.902 149.598 223.933C147.933 223.953 147.627 222.054 148.335 221.964C151.576 221.563 152.488 220.588 153.739 219.434C154.013 219.211 154.358 219.097 154.708 219.116Z" fill="#263238"/>
<path opacity="0.1" d="M153.726 215.866L152.31 210.653L156.941 210.239L157.637 215.617L153.726 215.866Z" fill="black"/>
<path d="M168.623 154.344H163.149C163.149 154.344 161.707 158.072 161.42 161.959C161.133 165.853 168.63 162.966 168.63 162.966L169.287 157.632L168.63 154.337L168.623 154.344Z" fill="#263238"/>
<path d="M133.719 197.34L130.108 207.862L127.077 206.995L129.533 195.9L133.719 197.34Z" fill="#B97964"/>
<path d="M127.134 206.186L130.86 207.307C131.02 207.352 131.135 207.498 131.128 207.664L130.994 211.36C130.981 211.692 130.707 211.946 130.382 211.934C130.337 211.934 130.299 211.927 130.254 211.915C128.71 211.481 127.351 211.035 125.424 210.538C123.147 209.945 123.651 210.366 120.965 209.703C119.344 209.302 119.529 207.396 120.238 207.479C123.472 207.9 124.621 207.046 126.126 206.236C126.445 206.09 126.809 206.064 127.141 206.166L127.134 206.186Z" fill="#263238"/>
<path opacity="0.1" d="M131.747 203.076L128.148 202.152L129.533 195.9L133.718 197.34L131.747 203.076Z" fill="black"/>
<path d="M179.546 153.846C179.546 153.846 185.122 163.163 184.165 170.944C183.201 178.725 175.998 182.842 148.296 169.587C148.296 169.587 142.612 175.463 133.188 200.628L128.378 199.188C128.378 199.188 133.814 170.097 138.669 161.819C143.575 153.464 165.12 163.259 166.754 161.628C168.208 160.175 166.945 154.42 166.945 154.42L179.546 153.846Z" fill="#263238"/>
<path d="M134.362 200.151L133.354 202.094L127.587 200.151V197.914L134.362 200.151Z" fill="#407BFF"/>
<path d="M181.792 128.942L162.167 127.476C160.98 127.387 159.998 128.387 160.106 129.573C160.106 129.573 160.508 132.039 160.438 132.861C160.266 134.939 159.143 138.049 159.519 139.47C159.819 140.604 161.012 141.898 161.484 143.172C162.505 145.944 162.677 154.923 162.677 154.923C169.025 155.949 180.311 154.426 180.311 154.426C177.779 145.307 181.562 134.645 182.723 130.255C182.889 129.624 182.442 128.999 181.785 128.948L181.792 128.942Z" fill="#407BFF"/>
<path opacity="0.3" d="M181.792 128.942L162.167 127.476C160.98 127.387 159.998 128.387 160.106 129.573C160.106 129.573 160.508 132.039 160.438 132.861C160.266 134.939 159.143 138.049 159.519 139.47C159.819 140.604 161.012 141.898 161.484 143.172C162.505 145.944 162.677 154.923 162.677 154.923C169.025 155.949 180.311 154.426 180.311 154.426C177.779 145.307 181.562 134.645 182.723 130.255C182.889 129.624 182.442 128.999 181.785 128.948L181.792 128.942Z" fill="white"/>
<path opacity="0.1" d="M178.87 139.705L172.088 146.639L162.422 148.583L162.358 148.595C162.448 149.666 162.512 150.73 162.563 151.68C165.242 151.68 173.976 151.489 176.49 149.303C177.741 148.213 178.774 146.588 179.559 145.058C179.68 143.465 179.891 141.904 180.159 140.413L178.863 139.699L178.87 139.705Z" fill="black"/>
<path opacity="0.2" d="M145.132 172.193L143.62 171.021C143.62 171.021 138.28 173.908 140.94 182.129C142.867 178.107 144.456 175.271 145.655 173.328L145.138 172.193H145.132Z" fill="black"/>
<path d="M168.266 177.241C163.232 176.036 156.712 173.621 148.29 169.587C148.29 169.587 141.789 169.676 141.362 174.5C140.928 179.331 152.329 212.711 152.329 212.711L157.592 212.252C157.592 212.252 154.492 178.968 153.771 177.234H168.273L168.266 177.241Z" fill="#263238"/>
<path opacity="0.2" d="M148.297 169.587C148.297 169.587 147.302 169.6 146.07 169.906C147.263 170.957 151.461 174.449 157.816 177.241H168.273C163.239 176.036 156.719 173.621 148.297 169.587Z" fill="black"/>
<path d="M158.224 211.392L158.364 213.552L152.233 214.03L151.365 211.978L158.224 211.392Z" fill="#407BFF"/>
<path d="M172.528 119.816L168.247 124.022C168.968 127.476 166.429 127.801 166.429 127.801C166.429 127.801 166.633 129.018 169.74 128.853C172.847 128.687 173.861 128.356 173.861 128.356C171.992 126.864 172.26 122.321 172.534 119.823L172.528 119.816Z" fill="#B97964"/>
<path opacity="0.1" d="M168.285 125.96C168.4 125.456 168.413 124.825 168.247 124.016L172.069 120.269L172.445 120.702C172.445 120.702 171.68 125.482 168.285 125.96Z" fill="black"/>
<path d="M172.885 114.253C173.198 118.376 173.421 120.109 171.647 122.493C168.974 126.074 163.845 125.558 162.301 121.62C160.916 118.07 160.635 111.933 164.406 109.754C167.098 108.186 170.55 109.091 172.119 111.774C172.56 112.532 172.821 113.38 172.879 114.253H172.885Z" fill="#B97964"/>
<path d="M164.47 118.414C164.279 119.217 163.979 119.982 163.577 120.702C163.954 120.9 164.4 120.925 164.796 120.766L164.47 118.414Z" fill="#A24E3F"/>
<path d="M167.59 115.604C167.59 115.604 167.641 115.578 167.66 115.553C167.717 115.483 167.711 115.381 167.641 115.323C167.175 114.909 166.531 114.75 165.925 114.896C165.842 114.928 165.791 115.018 165.816 115.1C165.842 115.183 165.931 115.234 166.02 115.209C166.524 115.094 167.048 115.234 167.437 115.572C167.481 115.61 167.539 115.617 167.596 115.597L167.59 115.604Z" fill="#2E353A"/>
<path d="M161.497 116.171C161.497 116.171 161.548 116.145 161.567 116.12C161.899 115.731 162.397 115.521 162.907 115.559C162.996 115.572 163.079 115.515 163.098 115.425C163.111 115.336 163.047 115.253 162.958 115.241C162.339 115.19 161.727 115.438 161.318 115.91C161.255 115.973 161.255 116.082 161.318 116.139C161.363 116.184 161.433 116.196 161.491 116.171H161.497Z" fill="#2E353A"/>
<path d="M166.741 117.541C166.786 117.872 166.646 118.166 166.429 118.197C166.212 118.229 166.001 117.987 165.957 117.649C165.912 117.312 166.052 117.025 166.263 116.993C166.48 116.961 166.69 117.203 166.741 117.541Z" fill="#2E353A"/>
<path d="M162.978 118.064C163.022 118.395 162.882 118.688 162.671 118.72C162.454 118.752 162.244 118.51 162.193 118.172C162.142 117.834 162.289 117.547 162.499 117.516C162.716 117.484 162.933 117.726 162.978 118.064Z" fill="#2E353A"/>
<path d="M162.601 117.522L161.771 117.401C161.771 117.401 162.269 117.968 162.601 117.522Z" fill="#2E353A"/>
<path d="M166.366 116.999L165.536 116.878C165.536 116.878 166.034 117.446 166.366 116.999Z" fill="#2E353A"/>
<path d="M167.009 120.912C167.08 120.798 167.131 120.67 167.182 120.543C167.201 120.504 167.182 120.453 167.137 120.441C167.092 120.428 167.048 120.453 167.035 120.492C166.805 121.142 166.276 121.645 165.618 121.843C165.574 121.849 165.548 121.894 165.555 121.938C165.567 121.983 165.606 122.008 165.65 122.002C166.231 121.836 166.722 121.441 167.009 120.912Z" fill="#263238"/>
<path d="M169.708 108.25C167.061 107.593 164.317 108.976 164.317 108.976C164.317 108.976 161.249 111.697 161.957 114.329C161.957 114.329 162.308 114.03 163.035 113.813C162.997 113.099 163.054 111.85 163.813 111.015C163.813 111.015 163.52 112.449 163.909 113.628C164.828 113.514 166.072 113.558 167.699 114.074C167.699 114.074 168.228 112.985 167.699 110.614C167.699 110.614 168.719 112.201 168.758 114.648C168.796 117.095 171.929 117.688 171.929 117.688C171.929 117.688 173.9 117.477 173.875 114.845C173.855 112.214 172.356 108.906 169.708 108.25Z" fill="#263238"/>
<path d="M168.541 108.097C168.541 108.097 167.29 105 164.796 105.758C162.301 106.516 166.665 106.516 168.541 108.097Z" fill="#263238"/>
<path d="M174.302 117.35C174.18 118.14 173.747 118.848 173.102 119.319C172.241 119.937 171.45 119.255 171.38 118.255C171.322 117.356 171.699 115.948 172.707 115.725C173.447 115.585 174.161 116.069 174.302 116.815C174.334 116.993 174.334 117.171 174.302 117.35Z" fill="#B97964"/>
<path d="M182.041 128.853C180.088 128.19 177.415 135.652 176.299 137.972C175.833 138.928 175.093 141.088 174.538 142.79C174.047 144.281 172.873 145.422 171.393 145.842L160.936 148.806L156.687 147.531C156.368 147.436 156.023 147.487 155.749 147.678L153.611 149.131C153.299 149.347 153.107 149.711 153.107 150.093C153.107 150.768 153.662 151.297 154.32 151.246L160.636 150.749C160.636 150.749 170.818 151.342 175.291 148.85C179.763 146.359 185.435 130.013 182.047 128.853H182.041Z" fill="#B97964"/>
<path d="M173.9 151.272H137.662C137.113 151.272 136.673 151.712 136.673 152.26C136.673 152.808 137.113 153.247 137.662 153.247H173.9C174.449 153.247 174.889 152.808 174.889 152.26C174.889 151.712 174.449 151.272 173.9 151.272Z" fill="#263238"/>
<path opacity="0.3" d="M173.9 151.272H137.662C137.113 151.272 136.673 151.712 136.673 152.26C136.673 152.808 137.113 153.247 137.662 153.247H173.9C174.449 153.247 174.889 152.808 174.889 152.26C174.889 151.712 174.449 151.272 173.9 151.272Z" fill="white"/>
<path d="M138.197 152.642H150.587C150.913 152.642 151.136 152.323 151.028 152.017L144.233 132.632C144.048 132.096 143.544 131.74 142.976 131.74H130.586C130.261 131.74 130.037 132.058 130.146 132.364L136.941 151.75C137.126 152.285 137.63 152.642 138.197 152.642Z" fill="#263238"/>
<path opacity="0.5" d="M138.197 152.642H150.587C150.913 152.642 151.136 152.323 151.028 152.017L144.233 132.632C144.048 132.096 143.544 131.74 142.976 131.74H130.586C130.261 131.74 130.037 132.058 130.146 132.364L136.941 151.75C137.126 152.285 137.63 152.642 138.197 152.642Z" fill="white"/>
<path d="M137.598 152.642H149.988C150.313 152.642 150.536 152.323 150.428 152.017L143.633 132.632C143.448 132.096 142.944 131.74 142.376 131.74H129.986C129.661 131.74 129.438 132.058 129.546 132.364L136.341 151.75C136.526 152.285 137.03 152.642 137.598 152.642Z" fill="#263238"/>
<path d="M138.982 142.191C139.142 142.936 139.652 143.535 140.13 143.535C140.609 143.535 140.864 142.936 140.705 142.191C140.545 141.445 140.035 140.846 139.556 140.846C139.078 140.846 138.823 141.445 138.982 142.191Z" fill="white"/>
<path opacity="0.2" d="M152.176 153.247C151.628 153.247 151.188 152.808 151.188 152.26C151.188 151.712 151.628 151.272 152.176 151.272H173.9C174.449 151.272 174.889 151.712 174.889 152.26C174.889 152.808 174.449 153.247 173.9 153.247H152.176Z" fill="white"/>
<path d="M260.088 228.057C260.834 228.057 261.434 227.432 261.395 226.687L257.848 157.53H254.097L258.786 226.839C258.831 227.528 259.405 228.057 260.088 228.057Z" fill="#263238"/>
<path opacity="0.5" d="M260.088 228.057C260.834 228.057 261.434 227.432 261.395 226.687L257.848 157.53H254.097L258.786 226.839C258.831 227.528 259.405 228.057 260.088 228.057Z" fill="white"/>
<path opacity="0.2" d="M257.841 157.536H254.09L254.402 162.144H258.077L257.841 157.536Z" fill="black"/>
<path d="M207.649 228.057C206.903 228.057 206.303 227.432 206.342 226.687L209.889 157.53H213.64L208.951 226.839C208.906 227.528 208.332 228.057 207.649 228.057Z" fill="#263238"/>
<path opacity="0.5" d="M207.649 228.057C206.903 228.057 206.303 227.432 206.342 226.687L209.889 157.53H213.64L208.951 226.839C208.906 227.528 208.332 228.057 207.649 228.057Z" fill="white"/>
<path opacity="0.2" d="M209.659 162.144H213.334L213.647 157.536H209.895L209.659 162.144Z" fill="black"/>
<path d="M124.168 228.057C124.914 228.057 125.514 227.432 125.475 226.687L121.928 157.53H118.177L122.866 226.839C122.911 227.528 123.485 228.057 124.168 228.057Z" fill="#263238"/>
<path opacity="0.5" d="M124.168 228.057C124.914 228.057 125.514 227.432 125.475 226.687L121.928 157.53H118.177L122.866 226.839C122.911 227.528 123.485 228.057 124.168 228.057Z" fill="white"/>
<path opacity="0.2" d="M121.921 157.536H118.17L118.483 162.144H122.157L121.921 157.536Z" fill="black"/>
<path d="M71.7305 228.057C70.9841 228.057 70.3844 227.432 70.4226 226.687L73.9699 157.53H77.7214L73.0321 226.839C72.9874 227.528 72.4132 228.057 71.7305 228.057Z" fill="#263238"/>
<path opacity="0.5" d="M71.7305 228.057C70.9841 228.057 70.3844 227.432 70.4226 226.687L73.9699 157.53H77.7214L73.0321 226.839C72.9874 227.528 72.4132 228.057 71.7305 228.057Z" fill="white"/>
<path opacity="0.2" d="M73.7402 162.144H77.4151L77.7277 157.536H73.9763L73.7402 162.144Z" fill="black"/>
<path d="M260.859 155.344H70.3584V157.536H260.859V155.344Z" fill="#263238"/>
<path opacity="0.3" d="M260.859 155.344H70.3584V157.536H260.859V155.344Z" fill="white"/>
<path opacity="0.2" d="M260.859 155.344H206.278V157.536H260.859V155.344Z" fill="black"/>
<path d="M265.765 153.152H65.4521V155.344H265.765V153.152Z" fill="#407BFF"/>
<path opacity="0.3" d="M265.765 153.152H201.372V155.344H265.765V153.152Z" fill="black"/>
<path d="M221.468 153.247H211.949C211.324 153.247 210.813 152.738 210.813 152.113C210.813 151.489 211.324 150.979 211.949 150.979H221.468C222.093 150.979 222.604 151.489 222.604 152.113C222.604 152.738 222.093 153.247 221.468 153.247Z" fill="#407BFF"/>
<path opacity="0.3" d="M221.468 153.247H211.949C211.324 153.247 210.813 152.738 210.813 152.113C210.813 151.489 211.324 150.979 211.949 150.979H221.468C222.093 150.979 222.604 151.489 222.604 152.113C222.604 152.738 222.093 153.247 221.468 153.247Z" fill="white"/>
<path d="M212.536 153.247H203.017C202.392 153.247 201.882 152.738 201.882 152.113C201.882 151.489 202.392 150.979 203.017 150.979H212.536C213.162 150.979 213.672 151.489 213.672 152.113C213.672 152.738 213.162 153.247 212.536 153.247Z" fill="#407BFF"/>
<path opacity="0.5" d="M212.536 153.247H203.017C202.392 153.247 201.882 152.738 201.882 152.113C201.882 151.489 202.392 150.979 203.017 150.979H212.536C213.162 150.979 213.672 151.489 213.672 152.113C213.672 152.738 213.162 153.247 212.536 153.247Z" fill="white"/>
<path d="M180.63 118.739H178.799C177.217 118.739 176.043 120.02 176.183 121.601L177.746 139.451C177.887 141.031 179.278 142.312 180.866 142.312H182.697L180.63 118.733V118.739Z" fill="#407BFF"/>
<path d="M180.63 118.739H178.799C177.217 118.739 176.043 120.02 176.183 121.601L177.746 139.451C177.887 141.031 179.278 142.312 180.866 142.312H182.697L180.63 118.733V118.739Z" fill="#407BFF"/>
<path d="M196.114 150.24H193.817L194.819 138.82H197.116L196.114 150.24Z" fill="#263238"/>
<path opacity="0.3" d="M196.114 150.24H193.817L194.819 138.82H197.116L196.114 150.24Z" fill="white"/>
<path d="M211.962 142.312H182.116C180.534 142.312 179.137 141.031 178.996 139.45L177.433 121.601C177.293 120.02 178.467 118.739 180.049 118.739H209.895C211.477 118.739 212.874 120.02 213.015 121.601L214.578 139.45C214.718 141.031 213.544 142.312 211.962 142.312Z" fill="#407BFF"/>
<path opacity="0.5" d="M211.962 142.312H182.116C180.534 142.312 179.137 141.031 178.996 139.45L177.433 121.601C177.293 120.02 178.467 118.739 180.049 118.739H209.895C211.477 118.739 212.874 120.02 213.015 121.601L214.578 139.45C214.718 141.031 213.544 142.312 211.962 142.312Z" fill="white"/>
<path opacity="0.5" d="M209.997 119.886H180.152C179.208 119.886 178.506 120.651 178.589 121.594L180.152 139.444C180.235 140.387 181.071 141.152 182.015 141.152H211.86C212.805 141.152 213.506 140.387 213.423 139.444L211.86 121.594C211.777 120.651 210.942 119.886 209.997 119.886Z" fill="white"/>
<path d="M189.441 153.247C189.441 149.921 192.14 147.232 195.464 147.232C198.788 147.232 201.486 149.927 201.486 153.247H189.435H189.441Z" fill="#407BFF"/>
<path opacity="0.5" d="M189.441 153.247C189.441 149.921 192.14 147.232 195.464 147.232C198.788 147.232 201.486 149.927 201.486 153.247H189.435H189.441Z" fill="white"/>
<path d="M203.267 124.277H186.851C186.5 124.277 186.238 124.564 186.27 124.914C186.302 125.265 186.608 125.552 186.966 125.552H203.381C203.732 125.552 203.994 125.265 203.962 124.914C203.93 124.564 203.624 124.277 203.267 124.277Z" fill="white"/>
<path d="M201.232 126.947H187.087C186.736 126.947 186.475 127.234 186.507 127.585C186.538 127.935 186.845 128.222 187.202 128.222H201.346C201.697 128.222 201.959 127.935 201.927 127.585C201.895 127.234 201.589 126.947 201.232 126.947Z" fill="white"/>
<path d="M202.871 129.611H187.322C186.972 129.611 186.71 129.898 186.742 130.248C186.774 130.599 187.08 130.886 187.437 130.886H202.985C203.336 130.886 203.598 130.599 203.566 130.248C203.534 129.898 203.228 129.611 202.871 129.611Z" fill="white"/>
<path d="M200.83 132.281H187.553C187.202 132.281 186.94 132.568 186.972 132.919C187.004 133.269 187.31 133.556 187.668 133.556H200.945C201.295 133.556 201.557 133.269 201.525 132.919C201.493 132.568 201.187 132.281 200.83 132.281Z" fill="white"/>
<g opacity="0.6">
<path d="M203.267 124.277H186.851C186.5 124.277 186.238 124.564 186.27 124.914C186.302 125.265 186.608 125.552 186.966 125.552H203.381C203.732 125.552 203.994 125.265 203.962 124.914C203.93 124.564 203.624 124.277 203.267 124.277Z" fill="white"/>
<path d="M201.232 126.947H187.087C186.736 126.947 186.475 127.234 186.507 127.585C186.538 127.935 186.845 128.222 187.202 128.222H201.346C201.697 128.222 201.959 127.935 201.927 127.585C201.895 127.234 201.589 126.947 201.232 126.947Z" fill="white"/>
<path d="M202.871 129.611H187.322C186.972 129.611 186.71 129.898 186.742 130.248C186.774 130.599 187.08 130.886 187.437 130.886H202.985C203.336 130.886 203.598 130.599 203.566 130.248C203.534 129.898 203.228 129.611 202.871 129.611Z" fill="white"/>
<path d="M200.83 132.281H187.553C187.202 132.281 186.94 132.568 186.972 132.919C187.004 133.269 187.31 133.556 187.668 133.556H200.945C201.295 133.556 201.557 133.269 201.525 132.919C201.493 132.568 201.187 132.281 200.83 132.281Z" fill="white"/>
</g>
<path d="M236.595 109.32C236.595 109.32 232.818 110.04 232.889 107.734C232.952 105.427 236.851 106.51 236.851 106.51L236.595 109.32Z" fill="#1A2E35"/>
<path opacity="0.4" d="M236.595 109.32C236.595 109.32 232.818 110.04 232.889 107.734C232.952 105.427 236.851 106.51 236.851 106.51L236.595 109.32Z" fill="black"/>
<path d="M234.235 114.826L232.506 117.535C232.506 117.535 233.405 118.198 234.669 117.745L234.235 114.82V114.826Z" fill="#A24E3F"/>
<path d="M233.188 114.45C233.188 114.801 233.361 115.088 233.59 115.088C233.82 115.088 234.024 114.794 234.018 114.457C234.018 114.119 233.846 113.819 233.616 113.819C233.386 113.819 233.195 114.1 233.188 114.45Z" fill="#1A2E35"/>
<path d="M246.708 112.265C246.861 116.917 247.027 118.886 244.915 121.479C241.572 124.232 235.977 124.557 234.433 120.046C233.042 115.986 233.023 109.078 237.387 106.784C240.494 105.146 244.341 106.338 245.981 109.448C246.44 110.321 246.689 111.289 246.714 112.271L246.708 112.265Z" fill="#B97964"/>
<path opacity="0.2" d="M240.168 123.461L240.136 123.232C240.06 122.729 239.562 122.404 239.071 122.537L237.176 123.054C238.088 123.436 239.115 123.557 240.168 123.455V123.461Z" fill="black"/>
<path d="M234.452 112.864C234.388 112.87 234.331 112.844 234.286 112.8C233.999 112.437 233.552 112.233 233.087 112.258C232.984 112.271 232.895 112.201 232.882 112.099C232.87 111.997 232.94 111.908 233.042 111.895C233.629 111.85 234.197 112.099 234.567 112.558C234.63 112.634 234.624 112.749 234.548 112.819C234.548 112.819 234.484 112.857 234.452 112.864Z" fill="#1A2E35"/>
<path d="M239.996 122.282L241.017 129.19L246.791 127.999L244.941 120.925L239.996 122.282Z" fill="#B97964"/>
<path d="M237.674 115.591L236.666 116.369C236.666 116.369 235.925 113.609 237.036 111.047L235.874 109.282L236.053 108.09C236.053 108.09 234.247 105.172 235.657 104.305C237.061 103.438 237.967 105.242 237.967 105.242C237.967 105.242 238.943 102.361 240.634 102.756C242.331 103.152 241.463 104.955 241.463 104.955C241.463 104.955 244.207 102.973 245.502 103.948C246.803 104.923 245.176 106.287 245.176 106.287C245.176 106.287 248.456 106.357 248.564 107.657C248.673 108.957 247.231 109.059 247.231 109.059C247.231 109.059 249.394 109.817 249.362 110.971C249.323 112.124 247.633 112.194 247.633 112.194C247.633 112.194 249.834 113.59 249.362 114.82C248.89 116.05 247.665 115.655 247.665 115.655C247.665 115.655 248.807 117.114 248.424 117.904C248.041 118.695 247.078 118.599 247.078 118.599L245.202 121.926C245.202 121.926 243.626 121.314 242.274 122.505L238.905 116.968L237.68 115.585L237.674 115.591Z" fill="#1A2E35"/>
<path d="M237.093 114.336C236.927 115.272 237.138 116.235 237.687 117.012C238.42 118.038 239.588 117.579 240.054 116.483C240.475 115.489 240.596 113.768 239.537 113.125C238.478 112.481 237.317 113.195 237.1 114.336H237.093Z" fill="#B97964"/>
<path d="M247.958 127.247L246.816 124.016C246.816 124.016 242.389 122.066 237.986 125.303L241.227 127.24H247.958V127.247Z" fill="#263238"/>
<path opacity="0.2" d="M247.429 125.756C244.105 124.946 241.222 125.654 239.582 126.259L241.228 127.24H247.959L247.429 125.749V125.756Z" fill="black"/>
<path d="M227.766 148.5L223.511 146.365C223.269 146.244 222.981 146.231 222.726 146.333L219.236 147.722C218.892 147.862 218.656 148.187 218.637 148.557L218.573 149.685C218.535 150.367 219.198 150.864 219.842 150.647L221.138 150.201C221.138 150.201 223.881 151.546 227.581 150.392L227.773 148.493L227.766 148.5Z" fill="#B97964"/>
<path d="M211.58 148.748L207.324 146.588C207.082 146.467 206.795 146.454 206.54 146.556L203.05 147.964C202.705 148.105 202.469 148.436 202.45 148.806L202.386 149.946C202.348 150.635 203.012 151.144 203.656 150.921L204.951 150.475C204.951 150.475 207.695 151.833 211.395 150.673L211.586 148.755L211.58 148.748Z" fill="#B97964"/>
<path d="M250.294 128.458C248.208 130.236 242.989 135.429 236.213 147.608H227.555C227.555 147.608 226.331 148.608 226.835 151.113C226.835 151.113 235.716 154.267 238.127 153.184C240.539 152.1 248.329 140.177 251.831 135.92C253.044 134.448 255.13 132.479 252.118 128.649C251.672 128.082 250.842 127.986 250.294 128.458Z" fill="#263238"/>
<path opacity="0.2" d="M240.622 145.549L238.542 143.593C237.789 144.842 237.011 146.174 236.213 147.614H234.114L235.429 153.33C236.564 153.464 237.54 153.451 238.127 153.19C238.759 152.903 239.767 151.871 240.966 150.424L240.622 145.549Z" fill="black"/>
<path d="M239.052 211.672L241.03 221.244L244.928 220.664L243.99 211.347L239.052 211.672Z" fill="#B97964"/>
<path opacity="0.2" d="M244.609 217.484L243.99 211.347L239.052 211.672L240.283 217.656L244.609 217.484Z" fill="black"/>
<path d="M262.199 167.541C262.199 167.541 264.177 177.916 257.401 177.916C250.626 177.916 241.604 180.128 241.604 180.128C241.604 180.128 244.201 182.594 244.775 213.986L239.148 214.228C239.148 214.228 229.801 178.789 231.645 174.896C234.242 169.409 247.691 167.535 247.691 167.535H262.199V167.541Z" fill="#407BFF"/>
<path d="M238.529 213.125L245.024 212.934L245.362 216.101L238.944 216.375L238.529 213.125Z" fill="#407BFF"/>
<path opacity="0.5" d="M238.529 213.125L245.024 212.934L245.362 216.101L238.944 216.375L238.529 213.125Z" fill="white"/>
<path d="M239.275 221.843C238.771 221.907 238.235 221.875 238.044 221.678C237.942 221.563 237.922 221.391 237.999 221.257C238.056 221.136 238.152 221.047 238.273 220.996C238.93 220.728 240.442 221.365 240.513 221.397C240.551 221.416 240.576 221.448 240.57 221.493C240.57 221.531 240.538 221.569 240.5 221.582C240.098 221.703 239.69 221.792 239.269 221.843H239.275ZM238.535 221.13C238.471 221.13 238.414 221.149 238.356 221.174C238.28 221.2 238.216 221.257 238.184 221.333C238.127 221.461 238.158 221.518 238.184 221.544C238.407 221.786 239.428 221.671 240.175 221.486C239.651 221.263 239.096 221.142 238.528 221.13H238.535Z" fill="#407BFF"/>
<path d="M240.488 221.582C240.488 221.582 240.462 221.582 240.45 221.582C239.939 221.423 238.855 220.664 238.886 220.193C238.886 220.084 238.95 219.938 239.212 219.88C239.403 219.836 239.601 219.874 239.767 219.982C240.335 220.346 240.577 221.429 240.59 221.48C240.596 221.512 240.59 221.55 240.558 221.569C240.539 221.582 240.513 221.588 240.494 221.582H240.488ZM239.295 220.059H239.237C239.065 220.097 239.065 220.167 239.059 220.193C239.065 220.473 239.792 221.085 240.328 221.321C240.226 220.868 239.984 220.454 239.639 220.142C239.537 220.072 239.416 220.046 239.295 220.059Z" fill="#407BFF"/>
<path d="M240.845 220.964L245.279 220.435C245.445 220.416 245.604 220.511 245.661 220.671L246.899 224.176C247.014 224.488 246.848 224.826 246.542 224.94C246.504 224.953 246.459 224.966 246.421 224.972C244.819 225.138 243.384 225.221 241.393 225.463C239.045 225.743 239.677 225.954 236.915 226.323C235.256 226.546 234.72 224.692 235.415 224.513C238.592 223.723 238.816 222.704 239.919 221.404C240.162 221.149 240.494 220.996 240.845 220.964Z" fill="#263238"/>
<path opacity="0.1" d="M243.41 176.17H233.527L231.409 177.049C231.46 179.121 231.926 182.313 232.609 185.984L242.568 183.116C242.019 180.535 241.592 180.134 241.592 180.134C241.592 180.134 242.498 179.911 243.946 179.611L243.404 176.176L243.41 176.17Z" fill="black"/>
<path opacity="0.1" d="M250.122 176.89C250.122 176.89 249.937 177.661 249.911 178.547C252.157 178.222 254.575 177.967 256.795 177.923C259.366 174.832 257.114 172.136 257.114 172.136L253.146 173.94L250.115 176.897L250.122 176.89Z" fill="black"/>
<path d="M227.638 214.234L231.313 223.156L234.898 222.442L232.435 212.896L227.638 214.234Z" fill="#B97964"/>
<path opacity="0.2" d="M234.075 219.262L232.435 212.896L227.638 214.234L230.03 220.033L234.075 219.262Z" fill="black"/>
<path d="M257.337 168.115C257.337 168.115 259.315 178.49 252.539 178.49C245.763 178.49 225.418 184.741 225.418 184.741C225.418 184.741 228.41 185.844 233.603 214.808L227.727 216.14C227.727 216.14 213.047 184.557 214.891 180.663C217.487 175.176 242.835 168.115 242.835 168.115H257.343H257.337Z" fill="#407BFF"/>
<path d="M227.006 215.764L233.979 214.279L234.7 217.159L228.014 218.695L227.006 215.764Z" fill="#407BFF"/>
<path opacity="0.5" d="M227.006 215.764L233.979 214.279L234.7 217.159L228.014 218.695L227.006 215.764Z" fill="white"/>
<path d="M229.099 223.564C228.595 223.628 228.059 223.596 227.868 223.398C227.766 223.284 227.747 223.111 227.823 222.978C227.881 222.857 227.976 222.767 228.097 222.716C228.755 222.449 230.267 223.086 230.337 223.118C230.375 223.137 230.401 223.169 230.394 223.213C230.394 223.252 230.362 223.29 230.324 223.303C229.922 223.424 229.514 223.513 229.093 223.564H229.099ZM228.359 222.85C228.295 222.857 228.238 222.869 228.18 222.895C228.104 222.92 228.04 222.978 228.008 223.054C227.951 223.182 227.983 223.239 228.008 223.264C228.231 223.507 229.252 223.392 229.999 223.207C229.476 222.984 228.921 222.863 228.359 222.85Z" fill="#407BFF"/>
<path d="M230.318 223.303C230.318 223.303 230.292 223.303 230.28 223.303C229.769 223.143 228.685 222.385 228.717 221.913C228.717 221.805 228.78 221.658 229.042 221.601C229.233 221.556 229.431 221.595 229.597 221.703C230.165 222.066 230.407 223.15 230.42 223.201C230.426 223.232 230.42 223.271 230.388 223.29C230.369 223.303 230.343 223.309 230.324 223.303H230.318ZM229.125 221.78H229.067C228.895 221.818 228.895 221.888 228.889 221.913C228.895 222.194 229.622 222.806 230.158 223.041C230.056 222.589 229.814 222.175 229.469 221.862C229.367 221.792 229.246 221.767 229.125 221.78Z" fill="#407BFF"/>
<path d="M230.675 222.684L235.109 222.156C235.275 222.136 235.434 222.232 235.492 222.391L236.729 225.896C236.844 226.209 236.678 226.546 236.372 226.661C236.334 226.674 236.289 226.687 236.251 226.693C234.649 226.859 233.214 226.941 231.223 227.184C228.876 227.464 229.507 227.674 226.745 228.044C225.086 228.267 224.55 226.413 225.245 226.234C228.423 225.444 228.646 224.424 229.75 223.124C229.992 222.869 230.324 222.716 230.675 222.684Z" fill="#263238"/>
<path d="M233.298 128.088C233.292 127.24 233.981 126.552 234.829 126.565L247.902 126.82C251.085 126.884 253.988 128.642 255.545 131.421C258.569 136.825 262.531 147.882 262.467 168.695H240.756C240.756 168.695 233.432 141.681 233.298 128.088Z" fill="#263238"/>
<path opacity="0.4" d="M233.616 133.339C233.929 136.468 234.446 139.916 235.064 143.402C238.35 136.525 236.583 130.905 236.583 130.905L233.616 133.345V133.339Z" fill="black"/>
<path d="M233.342 127.145C231.811 128.923 229.451 132.479 222.28 145.511L211.312 147.843C211.312 147.843 210.087 148.85 210.591 151.387C210.591 151.387 222.362 153.413 224.774 152.317C227.186 151.221 233.342 141.974 236.169 137.188C237.336 135.213 237.962 131.319 234.446 127.151C234.159 126.807 233.636 126.801 233.342 127.138V127.145Z" fill="#263238"/>
<path d="M271.526 227.91L255.442 221.996L239.186 227.916C238.625 228.12 238.031 227.706 238.031 227.107C238.031 226.776 238.223 226.47 238.529 226.33L255.442 218.491L272.183 226.33C272.483 226.47 272.681 226.776 272.681 227.107C272.681 227.706 272.088 228.12 271.526 227.91Z" fill="#263238"/>
<path opacity="0.3" d="M271.526 227.91L255.442 221.996L239.186 227.916C238.625 228.12 238.031 227.706 238.031 227.107C238.031 226.776 238.223 226.47 238.529 226.33L255.442 218.491L272.183 226.33C272.483 226.47 272.681 226.776 272.681 227.107C272.681 227.706 272.088 228.12 271.526 227.91Z" fill="white"/>
<path opacity="0.2" d="M251.652 223.373L255.442 221.996L259.06 223.328V220.18L255.442 218.491L251.652 220.244V223.373Z" fill="black"/>
<path d="M255.359 228.05C254.625 228.05 254.007 227.489 253.936 226.757L253.483 221.996V182.473H257.235V221.996L256.782 226.757C256.712 227.489 256.099 228.05 255.359 228.05Z" fill="#263238"/>
<path opacity="0.3" d="M255.359 228.05C254.625 228.05 254.007 227.489 253.936 226.757L253.483 221.996V182.473H257.235V221.996L256.782 226.757C256.712 227.489 256.099 228.05 255.359 228.05Z" fill="white"/>
<path opacity="0.2" d="M257.235 182.473H253.483V187.074H257.235V182.473Z" fill="black"/>
<path d="M281.447 178.878C277.205 177.795 272.841 177.202 268.47 177.094C263.966 176.979 247.097 177.075 243.091 177.075C238.216 177.075 233.342 177.674 228.608 178.878C225.635 179.637 226.554 183.926 229.24 183.97C229.476 183.97 280.465 183.958 280.656 183.97C283.463 184.098 284.491 179.656 281.454 178.878H281.447Z" fill="#407BFF"/>
<path opacity="0.3" d="M281.447 178.878C277.205 177.795 272.841 177.202 268.47 177.094C263.966 176.979 247.097 177.075 243.091 177.075C238.216 177.075 233.342 177.674 228.608 178.878C225.635 179.637 226.554 183.926 229.24 183.97C229.476 183.97 280.465 183.958 280.656 183.97C283.463 184.098 284.491 179.656 281.454 178.878H281.447Z" fill="black"/>
<path d="M229.986 183.881C238.554 181.702 247.627 181.702 256.189 183.881C259.43 184.71 260.808 179.707 257.567 178.879C248.105 176.47 238.063 176.47 228.602 178.879C225.367 179.701 226.739 184.71 229.98 183.881H229.986Z" fill="#407BFF"/>
<g opacity="0.3">
<path d="M229.986 183.881C238.554 181.702 247.627 181.702 256.189 183.881C259.43 184.71 260.808 179.707 257.567 178.879C248.105 176.47 238.063 176.47 228.602 178.879C225.367 179.701 226.739 184.71 229.98 183.881H229.986Z" fill="white"/>
</g>
<path d="M267.807 141.757C267.271 141.745 266.729 141.987 266.372 142.586C259.5 153.999 257.063 167.713 259.43 180.803C259.577 181.625 260.138 182.007 260.763 182.046C261.803 182.116 280.318 182.046 280.988 182.046C281.996 182.046 283.106 181.185 282.87 179.879C280.669 167.72 283.093 154.904 289.461 144.326C290.252 143.013 289.084 141.777 287.904 141.757C287.368 141.745 268.981 141.783 267.801 141.757H267.807Z" fill="#407BFF"/>
<path opacity="0.2" d="M267.807 141.757C267.271 141.745 266.729 141.987 266.372 142.586C259.5 153.999 257.063 167.713 259.43 180.803C259.577 181.625 260.138 182.007 260.763 182.046C261.803 182.116 280.318 182.046 280.988 182.046C281.996 182.046 283.106 181.185 282.87 179.879C280.669 167.72 283.093 154.904 289.461 144.326C290.252 143.013 289.084 141.777 287.904 141.757C287.368 141.745 268.981 141.783 267.801 141.757H267.807Z" fill="black"/>
<path d="M262.773 179.879C260.572 167.72 262.996 154.904 269.364 144.326C270.512 142.414 267.52 140.674 266.372 142.58C259.5 153.993 257.063 167.707 259.43 180.797C259.826 182.982 263.162 182.058 262.767 179.879H262.773Z" fill="#407BFF"/>
<g opacity="0.2">
<path d="M262.773 179.879C260.572 167.72 262.996 154.904 269.364 144.326C270.512 142.414 267.52 140.674 266.372 142.58C259.5 153.993 257.063 167.707 259.43 180.797C259.826 182.982 263.162 182.058 262.767 179.879H262.773Z" fill="white"/>
</g>
</g>
<defs>
<clipPath id="clip0_117_136846">
<rect width="319" height="235" fill="white" transform="translate(0 0.5)"/>
</clipPath>
</defs>
</svg>