diff --git a/frontend/cypress.json b/frontend/cypress.json
index b6c35a0183..e91af16203 100644
--- a/frontend/cypress.json
+++ b/frontend/cypress.json
@@ -1,3 +1,4 @@
 {
-  "projectId": "tc2qff"
+  "projectId": "tc2qff",
+  "defaultCommandTimeout": 12000
 }
diff --git a/frontend/cypress/integration/feature-toggle/feature.spec.js b/frontend/cypress/integration/feature-toggle/feature.spec.js
index 3fc213e00a..63d3f4bff2 100644
--- a/frontend/cypress/integration/feature-toggle/feature.spec.js
+++ b/frontend/cypress/integration/feature-toggle/feature.spec.js
@@ -67,6 +67,16 @@ describe('feature toggle', () => {
             cy.get('[data-test="LOGIN_PASSWORD_ID"]').type('qY70$NDcJNXA');
 
             cy.get("[data-test='LOGIN_BUTTON']").click();
+
+            cy.request({
+                method: 'POST',
+                url: `${
+                    Cypress.config().baseUrl
+                }/api/admin/features/${featureToggleName}`,
+                headers: {
+                    Authorization: authToken,
+                },
+            });
         } else {
             cy.get('[data-test=LOGIN_EMAIL_ID]').type('test@unleash-e2e.com');
             cy.get('[data-test=LOGIN_BUTTON]').click();
@@ -74,6 +84,12 @@ describe('feature toggle', () => {
     });
 
     it('Creates a feature toggle', () => {
+        if (
+            document.querySelectorAll("[data-test='CLOSE_SPLASH']").length > 0
+        ) {
+            cy.get("[data-test='CLOSE_SPLASH']").click();
+        }
+
         cy.get('[data-test=NAVIGATE_TO_CREATE_FEATURE').click();
 
         cy.intercept('POST', '/api/admin/features').as('createFeature');
diff --git a/frontend/src/assets/img/env-splash-2.png b/frontend/src/assets/img/env-splash-2.png
new file mode 100644
index 0000000000..95b1ba8227
Binary files /dev/null and b/frontend/src/assets/img/env-splash-2.png differ
diff --git a/frontend/src/assets/img/splash_env1.svg b/frontend/src/assets/img/splash_env1.svg
new file mode 100644
index 0000000000..14f9e58480
--- /dev/null
+++ b/frontend/src/assets/img/splash_env1.svg
@@ -0,0 +1,19 @@
+<svg width="100%" height="100%" viewBox="0 0 622 318" fill="none" xmlns="http://www.w3.org/2000/svg">
+<rect x="0.5" y="0.5" width="621" height="69" rx="2.5" stroke="white"/>
+<path d="M210.936 32.2109V33.3359C211.217 33.0195 211.574 32.7266 212.008 32.457C212.453 32.1758 212.975 32.0352 213.572 32.0352C214.205 32.0352 214.797 32.1875 215.348 32.4922C215.898 32.7852 216.32 33.2305 216.613 33.8281C217.023 33.3359 217.469 32.9141 217.949 32.5625C218.43 32.2109 218.992 32.0352 219.637 32.0352C220.234 32.0352 220.791 32.1699 221.307 32.4395C221.834 32.6973 222.256 33.0957 222.572 33.6348C222.9 34.1621 223.064 34.8301 223.064 35.6387V41H221.623L221.605 35.7793C221.605 35.0176 221.406 34.4375 221.008 34.0391C220.621 33.6406 220.082 33.4414 219.391 33.4414C218.887 33.4414 218.447 33.5996 218.072 33.916C217.697 34.2324 217.34 34.6016 217 35.0234V41H215.559L215.541 35.7793C215.541 35.0176 215.342 34.4375 214.943 34.0391C214.557 33.6406 214.018 33.4414 213.326 33.4414C212.846 33.4414 212.406 33.582 212.008 33.8633C211.621 34.1445 211.264 34.4844 210.936 34.8828V41H209.494V32.2109H210.936ZM226.281 32.2109L229.357 38.6797L232.346 32.2109H234.068L227.6 45.2188H225.93L228.443 40.4727L224.559 32.2109H226.281ZM240.678 35.7617V37.3438H235.387V35.7617H240.678ZM247.779 32.2109V33.5645H245.213V41H243.771V33.5645H242.383V32.2109H243.771V31.0859C243.771 30.3945 243.906 29.832 244.176 29.3984C244.445 28.9531 244.791 28.625 245.213 28.4141C245.635 28.1914 246.062 28.0801 246.496 28.0801C247.094 28.0801 247.58 28.2383 247.955 28.5547V29.8203C247.779 29.7031 247.568 29.6094 247.322 29.5391C247.076 29.4688 246.83 29.4395 246.584 29.4512C246.15 29.4629 245.811 29.6035 245.564 29.873C245.33 30.1309 245.213 30.5879 245.213 31.2441V32.2109H247.779ZM253.316 32.0352C254.219 32.0352 254.969 32.2227 255.566 32.5977C256.164 32.9727 256.609 33.4824 256.902 34.127C257.207 34.7715 257.359 35.498 257.359 36.3066V37.168H250.609C250.68 37.6602 250.85 38.1113 251.119 38.5215C251.389 38.9316 251.74 39.2598 252.174 39.5059C252.607 39.7402 253.105 39.8574 253.668 39.8574C254.301 39.8574 254.893 39.6992 255.443 39.3828C255.994 39.0547 256.457 38.6973 256.832 38.3105L256.814 39.875C256.65 40.0742 256.404 40.2852 256.076 40.5078C255.76 40.7188 255.391 40.8945 254.969 41.0352C254.559 41.1875 254.125 41.2637 253.668 41.2637C252.777 41.2637 251.986 41.0527 251.295 40.6309C250.604 40.209 250.059 39.6523 249.66 38.9609C249.273 38.2578 249.08 37.4902 249.08 36.6582C249.08 35.8262 249.262 35.0586 249.625 34.3555C249.988 33.6523 250.486 33.0898 251.119 32.668C251.764 32.2461 252.496 32.0352 253.316 32.0352ZM253.316 33.4414C252.59 33.4414 251.992 33.6875 251.523 34.1797C251.055 34.6602 250.762 35.2461 250.645 35.9375H255.936C255.877 35.3633 255.713 34.8945 255.443 34.5312C255.186 34.168 254.869 33.8984 254.494 33.7227C254.119 33.5352 253.727 33.4414 253.316 33.4414ZM263.354 32.0352C263.857 32.0352 264.367 32.1582 264.883 32.4043C265.41 32.6387 265.861 32.9668 266.236 33.3887V32.2109H267.678V41H266.236V39.5059C265.932 39.9746 265.516 40.3848 264.988 40.7363C264.473 41.0879 263.881 41.2637 263.213 41.2637C262.463 41.2637 261.777 41.0762 261.156 40.7012C260.535 40.3145 260.037 39.7812 259.662 39.1016C259.299 38.4219 259.117 37.6367 259.117 36.7461C259.117 35.7734 259.299 34.9355 259.662 34.2324C260.037 33.5293 260.547 32.9902 261.191 32.6152C261.836 32.2285 262.557 32.0352 263.354 32.0352ZM263.617 33.4414C262.984 33.4414 262.445 33.5996 262 33.916C261.555 34.2324 261.209 34.6426 260.963 35.1465C260.729 35.6387 260.611 36.1719 260.611 36.7461C260.611 37.3086 260.729 37.8301 260.963 38.3105C261.197 38.7793 261.525 39.1543 261.947 39.4355C262.381 39.7168 262.879 39.8574 263.441 39.8574C263.98 39.8574 264.461 39.7168 264.883 39.4355C265.305 39.1543 265.639 38.7676 265.885 38.2754C266.131 37.7715 266.248 37.209 266.236 36.5879L266.219 34.9004C265.855 34.4434 265.463 34.0859 265.041 33.8281C264.631 33.5703 264.156 33.4414 263.617 33.4414ZM273.092 29.6797V32.2109H275.658V33.5645H273.092V38.7148C273.092 39.0781 273.186 39.3652 273.373 39.5762C273.561 39.7871 273.848 39.8926 274.234 39.8926C274.586 39.8926 274.879 39.8516 275.113 39.7695C275.348 39.6758 275.553 39.5762 275.729 39.4707V40.6484C275.494 40.8359 275.242 40.9824 274.973 41.0879C274.715 41.2051 274.363 41.2637 273.918 41.2637C273.168 41.2637 272.6 41.041 272.213 40.5957C271.838 40.1387 271.65 39.5352 271.65 38.7852V33.5645H269.963V33.1426C270.537 32.8848 271.018 32.4629 271.404 31.877C271.791 31.2793 272.131 30.5469 272.424 29.6797H273.092ZM285.467 32.2109V37.4141C285.467 38.1875 285.303 38.8555 284.975 39.418C284.646 39.9805 284.201 40.4141 283.639 40.7188C283.076 41.0234 282.443 41.1758 281.74 41.1758C281.037 41.1758 280.404 41.0234 279.842 40.7188C279.279 40.4141 278.834 39.9805 278.506 39.418C278.178 38.8555 278.014 38.1875 278.014 37.4141V32.2109H279.508V37.4141C279.508 38.1758 279.73 38.7617 280.176 39.1719C280.633 39.5703 281.154 39.7695 281.74 39.7695C282.326 39.7695 282.842 39.5703 283.287 39.1719C283.744 38.7617 283.973 38.1758 283.973 37.4141V32.2109H285.467ZM289.633 32.2109V33.9688C289.973 33.3828 290.383 32.9141 290.863 32.5625C291.344 32.2109 291.836 32.0352 292.34 32.0352C292.68 32.0352 292.984 32.0938 293.254 32.2109V33.8809C292.879 33.6582 292.504 33.5469 292.129 33.5469C291.531 33.5469 291.045 33.7578 290.67 34.1797C290.307 34.6016 289.961 35.1055 289.633 35.6914V41H288.191V32.2109H289.633ZM298.721 32.0352C299.623 32.0352 300.373 32.2227 300.971 32.5977C301.568 32.9727 302.014 33.4824 302.307 34.127C302.611 34.7715 302.764 35.498 302.764 36.3066V37.168H296.014C296.084 37.6602 296.254 38.1113 296.523 38.5215C296.793 38.9316 297.145 39.2598 297.578 39.5059C298.012 39.7402 298.51 39.8574 299.072 39.8574C299.705 39.8574 300.297 39.6992 300.848 39.3828C301.398 39.0547 301.861 38.6973 302.236 38.3105L302.219 39.875C302.055 40.0742 301.809 40.2852 301.48 40.5078C301.164 40.7188 300.795 40.8945 300.373 41.0352C299.963 41.1875 299.529 41.2637 299.072 41.2637C298.182 41.2637 297.391 41.0527 296.699 40.6309C296.008 40.209 295.463 39.6523 295.064 38.9609C294.678 38.2578 294.484 37.4902 294.484 36.6582C294.484 35.8262 294.666 35.0586 295.029 34.3555C295.393 33.6523 295.891 33.0898 296.523 32.668C297.168 32.2461 297.9 32.0352 298.721 32.0352ZM298.721 33.4414C297.994 33.4414 297.396 33.6875 296.928 34.1797C296.459 34.6602 296.166 35.2461 296.049 35.9375H301.34C301.281 35.3633 301.117 34.8945 300.848 34.5312C300.59 34.168 300.273 33.8984 299.898 33.7227C299.523 33.5352 299.131 33.4414 298.721 33.4414ZM309.988 35.7617V37.3438H304.697V35.7617H309.988ZM314.963 29.6797V32.2109H317.529V33.5645H314.963V38.7148C314.963 39.0781 315.057 39.3652 315.244 39.5762C315.432 39.7871 315.719 39.8926 316.105 39.8926C316.457 39.8926 316.75 39.8516 316.984 39.7695C317.219 39.6758 317.424 39.5762 317.6 39.4707V40.6484C317.365 40.8359 317.113 40.9824 316.844 41.0879C316.586 41.2051 316.234 41.2637 315.789 41.2637C315.039 41.2637 314.471 41.041 314.084 40.5957C313.709 40.1387 313.521 39.5352 313.521 38.7852V33.5645H311.834V33.1426C312.408 32.8848 312.889 32.4629 313.275 31.877C313.662 31.2793 314.002 30.5469 314.295 29.6797H314.963ZM324.121 32.0352C325.012 32.0352 325.803 32.2461 326.494 32.668C327.186 33.0898 327.725 33.6523 328.111 34.3555C328.51 35.0586 328.709 35.8262 328.709 36.6582C328.709 37.4902 328.51 38.2578 328.111 38.9609C327.725 39.6523 327.186 40.209 326.494 40.6309C325.803 41.0527 325.012 41.2637 324.121 41.2637C323.23 41.2637 322.439 41.0527 321.748 40.6309C321.057 40.209 320.512 39.6523 320.113 38.9609C319.727 38.2578 319.533 37.4902 319.533 36.6582C319.533 35.8262 319.727 35.0586 320.113 34.3555C320.512 33.6523 321.057 33.0898 321.748 32.668C322.439 32.2461 323.23 32.0352 324.121 32.0352ZM324.121 33.4414C323.5 33.4414 322.955 33.5938 322.486 33.8984C322.018 34.1914 321.654 34.584 321.396 35.0762C321.15 35.5566 321.027 36.084 321.027 36.6582C321.027 37.2207 321.15 37.748 321.396 38.2402C321.654 38.7207 322.018 39.1133 322.486 39.418C322.955 39.7109 323.5 39.8574 324.121 39.8574C324.754 39.8574 325.299 39.7109 325.756 39.418C326.225 39.1133 326.582 38.7207 326.828 38.2402C327.086 37.748 327.215 37.2207 327.215 36.6582C327.215 36.084 327.086 35.5566 326.828 35.0762C326.582 34.584 326.225 34.1914 325.756 33.8984C325.299 33.5938 324.754 33.4414 324.121 33.4414ZM334.703 32.0352C335.207 32.0352 335.717 32.1582 336.232 32.4043C336.76 32.6387 337.211 32.9668 337.586 33.3887V32.2109H339.027V40.8242C339.027 41.8672 338.816 42.7344 338.395 43.4258C337.973 44.1172 337.41 44.6328 336.707 44.9727C336.004 45.3125 335.236 45.4824 334.404 45.4824C333.865 45.4824 333.402 45.418 333.016 45.2891C332.641 45.1719 332.318 45.0195 332.049 44.832C331.779 44.6562 331.533 44.4863 331.311 44.3223V42.7754C331.486 42.9043 331.715 43.0684 331.996 43.2676C332.289 43.4785 332.635 43.666 333.033 43.8301C333.443 43.9941 333.9 44.0762 334.404 44.0762C334.979 44.0762 335.506 43.9707 335.986 43.7598C336.467 43.5488 336.854 43.2383 337.146 42.8281C337.439 42.418 337.586 41.9258 337.586 41.3516V39.5059C337.281 39.9746 336.865 40.3848 336.338 40.7363C335.822 41.0879 335.23 41.2637 334.562 41.2637C333.812 41.2637 333.127 41.0762 332.506 40.7012C331.885 40.3145 331.387 39.7812 331.012 39.1016C330.648 38.4219 330.467 37.6367 330.467 36.7461C330.467 35.7734 330.648 34.9355 331.012 34.2324C331.387 33.5293 331.896 32.9902 332.541 32.6152C333.186 32.2285 333.906 32.0352 334.703 32.0352ZM334.967 33.459C334.334 33.459 333.795 33.6172 333.35 33.9336C332.904 34.2383 332.559 34.6426 332.312 35.1465C332.078 35.6387 331.961 36.1719 331.961 36.7461C331.961 37.3086 332.078 37.8242 332.312 38.293C332.547 38.7617 332.875 39.1367 333.297 39.418C333.73 39.6992 334.229 39.8398 334.791 39.8398C335.33 39.8398 335.811 39.6992 336.232 39.418C336.654 39.1367 336.988 38.75 337.234 38.2578C337.48 37.7656 337.598 37.209 337.586 36.5879L337.568 34.9004C337.205 34.4434 336.812 34.0918 336.391 33.8457C335.98 33.5879 335.506 33.459 334.967 33.459ZM345.637 32.0352C346.141 32.0352 346.65 32.1582 347.166 32.4043C347.693 32.6387 348.145 32.9668 348.52 33.3887V32.2109H349.961V40.8242C349.961 41.8672 349.75 42.7344 349.328 43.4258C348.906 44.1172 348.344 44.6328 347.641 44.9727C346.938 45.3125 346.17 45.4824 345.338 45.4824C344.799 45.4824 344.336 45.418 343.949 45.2891C343.574 45.1719 343.252 45.0195 342.982 44.832C342.713 44.6562 342.467 44.4863 342.244 44.3223V42.7754C342.42 42.9043 342.648 43.0684 342.93 43.2676C343.223 43.4785 343.568 43.666 343.967 43.8301C344.377 43.9941 344.834 44.0762 345.338 44.0762C345.912 44.0762 346.439 43.9707 346.92 43.7598C347.4 43.5488 347.787 43.2383 348.08 42.8281C348.373 42.418 348.52 41.9258 348.52 41.3516V39.5059C348.215 39.9746 347.799 40.3848 347.271 40.7363C346.756 41.0879 346.164 41.2637 345.496 41.2637C344.746 41.2637 344.061 41.0762 343.439 40.7012C342.818 40.3145 342.32 39.7812 341.945 39.1016C341.582 38.4219 341.4 37.6367 341.4 36.7461C341.4 35.7734 341.582 34.9355 341.945 34.2324C342.32 33.5293 342.83 32.9902 343.475 32.6152C344.119 32.2285 344.84 32.0352 345.637 32.0352ZM345.9 33.459C345.268 33.459 344.729 33.6172 344.283 33.9336C343.838 34.2383 343.492 34.6426 343.246 35.1465C343.012 35.6387 342.895 36.1719 342.895 36.7461C342.895 37.3086 343.012 37.8242 343.246 38.293C343.48 38.7617 343.809 39.1367 344.23 39.418C344.664 39.6992 345.162 39.8398 345.725 39.8398C346.264 39.8398 346.744 39.6992 347.166 39.418C347.588 39.1367 347.922 38.75 348.168 38.2578C348.414 37.7656 348.531 37.209 348.52 36.5879L348.502 34.9004C348.139 34.4434 347.746 34.0918 347.324 33.8457C346.914 33.5879 346.439 33.459 345.9 33.459ZM354.391 28.3438V41H352.949V28.3438H354.391ZM361 32.0352C361.902 32.0352 362.652 32.2227 363.25 32.5977C363.848 32.9727 364.293 33.4824 364.586 34.127C364.891 34.7715 365.043 35.498 365.043 36.3066V37.168H358.293C358.363 37.6602 358.533 38.1113 358.803 38.5215C359.072 38.9316 359.424 39.2598 359.857 39.5059C360.291 39.7402 360.789 39.8574 361.352 39.8574C361.984 39.8574 362.576 39.6992 363.127 39.3828C363.678 39.0547 364.141 38.6973 364.516 38.3105L364.498 39.875C364.334 40.0742 364.088 40.2852 363.76 40.5078C363.443 40.7188 363.074 40.8945 362.652 41.0352C362.242 41.1875 361.809 41.2637 361.352 41.2637C360.461 41.2637 359.67 41.0527 358.979 40.6309C358.287 40.209 357.742 39.6523 357.344 38.9609C356.957 38.2578 356.764 37.4902 356.764 36.6582C356.764 35.8262 356.945 35.0586 357.309 34.3555C357.672 33.6523 358.17 33.0898 358.803 32.668C359.447 32.2461 360.18 32.0352 361 32.0352ZM361 33.4414C360.273 33.4414 359.676 33.6875 359.207 34.1797C358.738 34.6602 358.445 35.2461 358.328 35.9375H363.619C363.561 35.3633 363.396 34.8945 363.127 34.5312C362.869 34.168 362.553 33.8984 362.178 33.7227C361.803 33.5352 361.41 33.4414 361 33.4414Z" fill="white"/>
+<path d="M32.4883 272.506V274H26.9336V272.506H28.9199V263.717H26.9336V262.223H32.4883V263.717H30.502V272.506H32.4883ZM41.0488 262.223C41.7285 262.223 42.3789 262.381 43 262.697C43.6211 263.002 44.1309 263.447 44.5293 264.033C44.9395 264.607 45.1445 265.299 45.1445 266.107C45.1445 266.799 44.9512 267.438 44.5645 268.023C44.1777 268.609 43.6504 269.084 42.9824 269.447C42.3262 269.799 41.5938 269.975 40.7852 269.975C40.1875 269.975 39.6367 269.916 39.1328 269.799C38.6406 269.67 38.2422 269.535 37.9375 269.395V274H36.3555V262.223H41.0488ZM37.9375 263.717V267.953C38.2539 268.082 38.6641 268.205 39.168 268.322C39.6836 268.428 40.2051 268.48 40.7324 268.48C41.623 268.48 42.3086 268.252 42.7891 267.795C43.2812 267.326 43.5273 266.764 43.5273 266.107C43.5273 265.604 43.3867 265.176 43.1055 264.824C42.8359 264.473 42.4785 264.203 42.0332 264.016C41.5879 263.816 41.1133 263.717 40.6094 263.717H37.9375ZM55.4102 265.035C55.9258 265.035 56.4062 265.111 56.8516 265.264C57.2969 265.404 57.6191 265.551 57.8184 265.703V267.25C57.5723 267.062 57.2383 266.881 56.8164 266.705C56.3945 266.529 55.9609 266.441 55.5156 266.441C54.9648 266.441 54.5488 266.57 54.2676 266.828C53.998 267.086 53.8633 267.355 53.8633 267.637C53.8633 267.859 53.9395 268.088 54.0918 268.322C54.2559 268.545 54.5371 268.727 54.9355 268.867L56.4121 269.395C56.9863 269.594 57.4141 269.881 57.6953 270.256C57.9766 270.631 58.1172 271.07 58.1172 271.574C58.1172 272.066 57.9766 272.518 57.6953 272.928C57.4258 273.338 57.0449 273.666 56.5527 273.912C56.0723 274.146 55.5156 274.264 54.8828 274.264C54.543 274.264 54.1855 274.217 53.8105 274.123C53.4473 274.041 53.1191 273.941 52.8262 273.824C52.5332 273.695 52.3164 273.584 52.1758 273.49V271.943C52.3398 272.061 52.5684 272.195 52.8613 272.348C53.166 272.488 53.4883 272.611 53.8281 272.717C54.168 272.811 54.4844 272.857 54.7773 272.857C55.3281 272.857 55.7617 272.734 56.0781 272.488C56.4062 272.242 56.5703 271.938 56.5703 271.574C56.5703 271.293 56.459 271.07 56.2363 270.906C56.0254 270.742 55.7148 270.584 55.3047 270.432L54.0039 269.957C53.3242 269.699 52.873 269.377 52.6504 268.99C52.4277 268.592 52.3164 268.141 52.3164 267.637C52.3164 266.887 52.5977 266.266 53.1602 265.773C53.7227 265.281 54.4727 265.035 55.4102 265.035ZM62.7402 262.68V265.211H65.3066V266.564H62.7402V271.715C62.7402 272.078 62.834 272.365 63.0215 272.576C63.209 272.787 63.4961 272.893 63.8828 272.893C64.2344 272.893 64.5273 272.852 64.7617 272.77C64.9961 272.676 65.2012 272.576 65.377 272.471V273.648C65.1426 273.836 64.8906 273.982 64.6211 274.088C64.3633 274.205 64.0117 274.264 63.5664 274.264C62.8164 274.264 62.248 274.041 61.8613 273.596C61.4863 273.139 61.2988 272.535 61.2988 271.785V266.564H59.6113V266.143C60.1855 265.885 60.666 265.463 61.0527 264.877C61.4395 264.279 61.7793 263.547 62.0723 262.68H62.7402ZM69.3672 265.211V266.969C69.707 266.383 70.1172 265.914 70.5977 265.562C71.0781 265.211 71.5703 265.035 72.0742 265.035C72.4141 265.035 72.7188 265.094 72.9883 265.211V266.881C72.6133 266.658 72.2383 266.547 71.8633 266.547C71.2656 266.547 70.7793 266.758 70.4043 267.18C70.041 267.602 69.6953 268.105 69.3672 268.691V274H67.9258V265.211H69.3672ZM78.4551 265.035C78.959 265.035 79.4688 265.158 79.9844 265.404C80.5117 265.639 80.9629 265.967 81.3379 266.389V265.211H82.7793V274H81.3379V272.506C81.0332 272.975 80.6172 273.385 80.0898 273.736C79.5742 274.088 78.9824 274.264 78.3145 274.264C77.5645 274.264 76.8789 274.076 76.2578 273.701C75.6367 273.314 75.1387 272.781 74.7637 272.102C74.4004 271.422 74.2188 270.637 74.2188 269.746C74.2188 268.773 74.4004 267.936 74.7637 267.232C75.1387 266.529 75.6484 265.99 76.293 265.615C76.9375 265.229 77.6582 265.035 78.4551 265.035ZM78.7188 266.441C78.0859 266.441 77.5469 266.6 77.1016 266.916C76.6562 267.232 76.3105 267.643 76.0645 268.146C75.8301 268.639 75.7129 269.172 75.7129 269.746C75.7129 270.309 75.8301 270.83 76.0645 271.311C76.2988 271.779 76.627 272.154 77.0488 272.436C77.4824 272.717 77.9805 272.857 78.543 272.857C79.082 272.857 79.5625 272.717 79.9844 272.436C80.4062 272.154 80.7402 271.768 80.9863 271.275C81.2324 270.771 81.3496 270.209 81.3379 269.588L81.3203 267.9C80.957 267.443 80.5645 267.086 80.1426 266.828C79.7324 266.57 79.2578 266.441 78.7188 266.441ZM88.1934 262.68V265.211H90.7598V266.564H88.1934V271.715C88.1934 272.078 88.2871 272.365 88.4746 272.576C88.6621 272.787 88.9492 272.893 89.3359 272.893C89.6875 272.893 89.9805 272.852 90.2148 272.77C90.4492 272.676 90.6543 272.576 90.8301 272.471V273.648C90.5957 273.836 90.3438 273.982 90.0742 274.088C89.8164 274.205 89.4648 274.264 89.0195 274.264C88.2695 274.264 87.7012 274.041 87.3145 273.596C86.9395 273.139 86.752 272.535 86.752 271.785V266.564H85.0645V266.143C85.6387 265.885 86.1191 265.463 86.5059 264.877C86.8926 264.279 87.2324 263.547 87.5254 262.68H88.1934ZM97 265.035C97.9023 265.035 98.6523 265.223 99.25 265.598C99.8477 265.973 100.293 266.482 100.586 267.127C100.891 267.771 101.043 268.498 101.043 269.307V270.168H94.293C94.3633 270.66 94.5332 271.111 94.8027 271.521C95.0723 271.932 95.4238 272.26 95.8574 272.506C96.291 272.74 96.7891 272.857 97.3516 272.857C97.9844 272.857 98.5762 272.699 99.127 272.383C99.6777 272.055 100.141 271.697 100.516 271.311L100.498 272.875C100.334 273.074 100.088 273.285 99.7598 273.508C99.4434 273.719 99.0742 273.895 98.6523 274.035C98.2422 274.188 97.8086 274.264 97.3516 274.264C96.4609 274.264 95.6699 274.053 94.9785 273.631C94.2871 273.209 93.7422 272.652 93.3438 271.961C92.957 271.258 92.7637 270.49 92.7637 269.658C92.7637 268.826 92.9453 268.059 93.3086 267.355C93.6719 266.652 94.1699 266.09 94.8027 265.668C95.4473 265.246 96.1797 265.035 97 265.035ZM97 266.441C96.2734 266.441 95.6758 266.688 95.207 267.18C94.7383 267.66 94.4453 268.246 94.3281 268.938H99.6191C99.5605 268.363 99.3965 267.895 99.127 267.531C98.8691 267.168 98.5527 266.898 98.1777 266.723C97.8027 266.535 97.4102 266.441 97 266.441ZM107.037 265.035C107.541 265.035 108.051 265.158 108.566 265.404C109.094 265.639 109.545 265.967 109.92 266.389V265.211H111.361V273.824C111.361 274.867 111.15 275.734 110.729 276.426C110.307 277.117 109.744 277.633 109.041 277.973C108.338 278.312 107.57 278.482 106.738 278.482C106.199 278.482 105.736 278.418 105.35 278.289C104.975 278.172 104.652 278.02 104.383 277.832C104.113 277.656 103.867 277.486 103.645 277.322V275.775C103.82 275.904 104.049 276.068 104.33 276.268C104.623 276.479 104.969 276.666 105.367 276.83C105.777 276.994 106.234 277.076 106.738 277.076C107.312 277.076 107.84 276.971 108.32 276.76C108.801 276.549 109.188 276.238 109.48 275.828C109.773 275.418 109.92 274.926 109.92 274.352V272.506C109.615 272.975 109.199 273.385 108.672 273.736C108.156 274.088 107.564 274.264 106.896 274.264C106.146 274.264 105.461 274.076 104.84 273.701C104.219 273.314 103.721 272.781 103.346 272.102C102.982 271.422 102.801 270.637 102.801 269.746C102.801 268.773 102.982 267.936 103.346 267.232C103.721 266.529 104.23 265.99 104.875 265.615C105.52 265.229 106.24 265.035 107.037 265.035ZM107.301 266.459C106.668 266.459 106.129 266.617 105.684 266.934C105.238 267.238 104.893 267.643 104.646 268.146C104.412 268.639 104.295 269.172 104.295 269.746C104.295 270.309 104.412 270.824 104.646 271.293C104.881 271.762 105.209 272.137 105.631 272.418C106.064 272.699 106.562 272.84 107.125 272.84C107.664 272.84 108.145 272.699 108.566 272.418C108.988 272.137 109.322 271.75 109.568 271.258C109.814 270.766 109.932 270.209 109.92 269.588L109.902 267.9C109.539 267.443 109.146 267.092 108.725 266.846C108.314 266.588 107.84 266.459 107.301 266.459ZM114.842 265.211L117.918 271.68L120.906 265.211H122.629L116.16 278.219H114.49L117.004 273.473L113.119 265.211H114.842ZM36.4609 284.188V291.342C36.4609 292.361 36.2441 293.24 35.8105 293.979C35.3887 294.705 34.8145 295.262 34.0879 295.648C33.3613 296.035 32.5352 296.229 31.6094 296.229C30.6953 296.229 29.8691 296.035 29.1309 295.648C28.4043 295.262 27.8242 294.705 27.3906 293.979C26.9688 293.24 26.7578 292.361 26.7578 291.342V284.188H28.3398V291.289C28.3398 292.086 28.4863 292.73 28.7793 293.223C29.084 293.715 29.4824 294.072 29.9746 294.295C30.4785 294.506 31.0234 294.611 31.6094 294.611C32.1953 294.6 32.7344 294.488 33.2266 294.277C33.7305 294.055 34.1289 293.703 34.4219 293.223C34.7266 292.73 34.8789 292.086 34.8789 291.289V284.188H36.4609ZM42.332 287.035C42.8477 287.035 43.3281 287.111 43.7734 287.264C44.2188 287.404 44.541 287.551 44.7402 287.703V289.25C44.4941 289.062 44.1602 288.881 43.7383 288.705C43.3164 288.529 42.8828 288.441 42.4375 288.441C41.8867 288.441 41.4707 288.57 41.1895 288.828C40.9199 289.086 40.7852 289.355 40.7852 289.637C40.7852 289.859 40.8613 290.088 41.0137 290.322C41.1777 290.545 41.459 290.727 41.8574 290.867L43.334 291.395C43.9082 291.594 44.3359 291.881 44.6172 292.256C44.8984 292.631 45.0391 293.07 45.0391 293.574C45.0391 294.066 44.8984 294.518 44.6172 294.928C44.3477 295.338 43.9668 295.666 43.4746 295.912C42.9941 296.146 42.4375 296.264 41.8047 296.264C41.4648 296.264 41.1074 296.217 40.7324 296.123C40.3691 296.041 40.041 295.941 39.748 295.824C39.4551 295.695 39.2383 295.584 39.0977 295.49V293.943C39.2617 294.061 39.4902 294.195 39.7832 294.348C40.0879 294.488 40.4102 294.611 40.75 294.717C41.0898 294.811 41.4062 294.857 41.6992 294.857C42.25 294.857 42.6836 294.734 43 294.488C43.3281 294.242 43.4922 293.938 43.4922 293.574C43.4922 293.293 43.3809 293.07 43.1582 292.906C42.9473 292.742 42.6367 292.584 42.2266 292.432L40.9258 291.957C40.2461 291.699 39.7949 291.377 39.5723 290.99C39.3496 290.592 39.2383 290.141 39.2383 289.637C39.2383 288.887 39.5195 288.266 40.082 287.773C40.6445 287.281 41.3945 287.035 42.332 287.035ZM50.8574 287.035C51.7598 287.035 52.5098 287.223 53.1074 287.598C53.7051 287.973 54.1504 288.482 54.4434 289.127C54.748 289.771 54.9004 290.498 54.9004 291.307V292.168H48.1504C48.2207 292.66 48.3906 293.111 48.6602 293.521C48.9297 293.932 49.2812 294.26 49.7148 294.506C50.1484 294.74 50.6465 294.857 51.209 294.857C51.8418 294.857 52.4336 294.699 52.9844 294.383C53.5352 294.055 53.998 293.697 54.373 293.311L54.3555 294.875C54.1914 295.074 53.9453 295.285 53.6172 295.508C53.3008 295.719 52.9316 295.895 52.5098 296.035C52.0996 296.188 51.666 296.264 51.209 296.264C50.3184 296.264 49.5273 296.053 48.8359 295.631C48.1445 295.209 47.5996 294.652 47.2012 293.961C46.8145 293.258 46.6211 292.49 46.6211 291.658C46.6211 290.826 46.8027 290.059 47.166 289.355C47.5293 288.652 48.0273 288.09 48.6602 287.668C49.3047 287.246 50.0371 287.035 50.8574 287.035ZM50.8574 288.441C50.1309 288.441 49.5332 288.688 49.0645 289.18C48.5957 289.66 48.3027 290.246 48.1855 290.938H53.4766C53.418 290.363 53.2539 289.895 52.9844 289.531C52.7266 289.168 52.4102 288.898 52.0352 288.723C51.6602 288.535 51.2676 288.441 50.8574 288.441ZM58.7148 287.211V288.969C59.0547 288.383 59.4648 287.914 59.9453 287.562C60.4258 287.211 60.918 287.035 61.4219 287.035C61.7617 287.035 62.0664 287.094 62.3359 287.211V288.881C61.9609 288.658 61.5859 288.547 61.2109 288.547C60.6133 288.547 60.127 288.758 59.752 289.18C59.3887 289.602 59.043 290.105 58.7148 290.691V296H57.2734V287.211H58.7148ZM70.1758 294.506V296H64.6211V294.506H66.6074V285.717H64.6211V284.223H70.1758V285.717H68.1895V294.506H70.1758ZM78.3672 283.941C79.6914 283.941 80.8105 284.211 81.7246 284.75C82.6504 285.289 83.3535 286.021 83.834 286.947C84.3262 287.861 84.5723 288.898 84.5723 290.059C84.5723 291.219 84.3262 292.262 83.834 293.188C83.3535 294.102 82.6504 294.828 81.7246 295.367C80.8105 295.906 79.6914 296.176 78.3672 296.176C77.5586 296.176 76.8145 296.135 76.1348 296.053C75.4551 295.971 74.7578 295.865 74.043 295.736V284.381C74.7578 284.252 75.4551 284.146 76.1348 284.064C76.8145 283.982 77.5586 283.941 78.3672 283.941ZM78.3672 285.436C77.9453 285.436 77.4941 285.453 77.0137 285.488C76.5332 285.512 76.0703 285.553 75.625 285.611V294.506C76.0703 294.553 76.5332 294.594 77.0137 294.629C77.4941 294.664 77.9453 294.682 78.3672 294.682C79.3164 294.682 80.1309 294.482 80.8105 294.084C81.502 293.674 82.0293 293.123 82.3926 292.432C82.7676 291.729 82.9551 290.938 82.9551 290.059C82.9551 289.18 82.7676 288.395 82.3926 287.703C82.0293 287 81.502 286.449 80.8105 286.051C80.1309 285.641 79.3164 285.436 78.3672 285.436ZM94.8379 287.035C95.3535 287.035 95.834 287.111 96.2793 287.264C96.7246 287.404 97.0469 287.551 97.2461 287.703V289.25C97 289.062 96.666 288.881 96.2441 288.705C95.8223 288.529 95.3887 288.441 94.9434 288.441C94.3926 288.441 93.9766 288.57 93.6953 288.828C93.4258 289.086 93.291 289.355 93.291 289.637C93.291 289.859 93.3672 290.088 93.5195 290.322C93.6836 290.545 93.9648 290.727 94.3633 290.867L95.8398 291.395C96.4141 291.594 96.8418 291.881 97.123 292.256C97.4043 292.631 97.5449 293.07 97.5449 293.574C97.5449 294.066 97.4043 294.518 97.123 294.928C96.8535 295.338 96.4727 295.666 95.9805 295.912C95.5 296.146 94.9434 296.264 94.3105 296.264C93.9707 296.264 93.6133 296.217 93.2383 296.123C92.875 296.041 92.5469 295.941 92.2539 295.824C91.9609 295.695 91.7441 295.584 91.6035 295.49V293.943C91.7676 294.061 91.9961 294.195 92.2891 294.348C92.5938 294.488 92.916 294.611 93.2559 294.717C93.5957 294.811 93.9121 294.857 94.2051 294.857C94.7559 294.857 95.1895 294.734 95.5059 294.488C95.834 294.242 95.998 293.938 95.998 293.574C95.998 293.293 95.8867 293.07 95.6641 292.906C95.4531 292.742 95.1426 292.584 94.7324 292.432L93.4316 291.957C92.752 291.699 92.3008 291.377 92.0781 290.99C91.8555 290.592 91.7441 290.141 91.7441 289.637C91.7441 288.887 92.0254 288.266 92.5879 287.773C93.1504 287.281 93.9004 287.035 94.8379 287.035ZM102.168 284.68V287.211H104.734V288.564H102.168V293.715C102.168 294.078 102.262 294.365 102.449 294.576C102.637 294.787 102.924 294.893 103.311 294.893C103.662 294.893 103.955 294.852 104.189 294.77C104.424 294.676 104.629 294.576 104.805 294.471V295.648C104.57 295.836 104.318 295.982 104.049 296.088C103.791 296.205 103.439 296.264 102.994 296.264C102.244 296.264 101.676 296.041 101.289 295.596C100.914 295.139 100.727 294.535 100.727 293.785V288.564H99.0391V288.143C99.6133 287.885 100.094 287.463 100.48 286.877C100.867 286.279 101.207 285.547 101.5 284.68H102.168ZM108.795 287.211V288.969C109.135 288.383 109.545 287.914 110.025 287.562C110.506 287.211 110.998 287.035 111.502 287.035C111.842 287.035 112.146 287.094 112.416 287.211V288.881C112.041 288.658 111.666 288.547 111.291 288.547C110.693 288.547 110.207 288.758 109.832 289.18C109.469 289.602 109.123 290.105 108.795 290.691V296H107.354V287.211H108.795ZM117.883 287.035C118.387 287.035 118.896 287.158 119.412 287.404C119.939 287.639 120.391 287.967 120.766 288.389V287.211H122.207V296H120.766V294.506C120.461 294.975 120.045 295.385 119.518 295.736C119.002 296.088 118.41 296.264 117.742 296.264C116.992 296.264 116.307 296.076 115.686 295.701C115.064 295.314 114.566 294.781 114.191 294.102C113.828 293.422 113.646 292.637 113.646 291.746C113.646 290.773 113.828 289.936 114.191 289.232C114.566 288.529 115.076 287.99 115.721 287.615C116.365 287.229 117.086 287.035 117.883 287.035ZM118.146 288.441C117.514 288.441 116.975 288.6 116.529 288.916C116.084 289.232 115.738 289.643 115.492 290.146C115.258 290.639 115.141 291.172 115.141 291.746C115.141 292.309 115.258 292.83 115.492 293.311C115.727 293.779 116.055 294.154 116.477 294.436C116.91 294.717 117.408 294.857 117.971 294.857C118.51 294.857 118.99 294.717 119.412 294.436C119.834 294.154 120.168 293.768 120.414 293.275C120.66 292.771 120.777 292.209 120.766 291.588L120.748 289.9C120.385 289.443 119.992 289.086 119.57 288.828C119.16 288.57 118.686 288.441 118.146 288.441ZM127.621 284.68V287.211H130.188V288.564H127.621V293.715C127.621 294.078 127.715 294.365 127.902 294.576C128.09 294.787 128.377 294.893 128.764 294.893C129.115 294.893 129.408 294.852 129.643 294.77C129.877 294.676 130.082 294.576 130.258 294.471V295.648C130.023 295.836 129.771 295.982 129.502 296.088C129.244 296.205 128.893 296.264 128.447 296.264C127.697 296.264 127.129 296.041 126.742 295.596C126.367 295.139 126.18 294.535 126.18 293.785V288.564H124.492V288.143C125.066 287.885 125.547 287.463 125.934 286.877C126.32 286.279 126.66 285.547 126.953 284.68H127.621ZM136.428 287.035C137.33 287.035 138.08 287.223 138.678 287.598C139.275 287.973 139.721 288.482 140.014 289.127C140.318 289.771 140.471 290.498 140.471 291.307V292.168H133.721C133.791 292.66 133.961 293.111 134.23 293.521C134.5 293.932 134.852 294.26 135.285 294.506C135.719 294.74 136.217 294.857 136.779 294.857C137.412 294.857 138.004 294.699 138.555 294.383C139.105 294.055 139.568 293.697 139.943 293.311L139.926 294.875C139.762 295.074 139.516 295.285 139.188 295.508C138.871 295.719 138.502 295.895 138.08 296.035C137.67 296.188 137.236 296.264 136.779 296.264C135.889 296.264 135.098 296.053 134.406 295.631C133.715 295.209 133.17 294.652 132.771 293.961C132.385 293.258 132.191 292.49 132.191 291.658C132.191 290.826 132.373 290.059 132.736 289.355C133.1 288.652 133.598 288.09 134.23 287.668C134.875 287.246 135.607 287.035 136.428 287.035ZM136.428 288.441C135.701 288.441 135.104 288.688 134.635 289.18C134.166 289.66 133.873 290.246 133.756 290.938H139.047C138.988 290.363 138.824 289.895 138.555 289.531C138.297 289.168 137.98 288.898 137.605 288.723C137.23 288.535 136.838 288.441 136.428 288.441ZM146.465 287.035C146.969 287.035 147.479 287.158 147.994 287.404C148.521 287.639 148.973 287.967 149.348 288.389V287.211H150.789V295.824C150.789 296.867 150.578 297.734 150.156 298.426C149.734 299.117 149.172 299.633 148.469 299.973C147.766 300.312 146.998 300.482 146.166 300.482C145.627 300.482 145.164 300.418 144.777 300.289C144.402 300.172 144.08 300.02 143.811 299.832C143.541 299.656 143.295 299.486 143.072 299.322V297.775C143.248 297.904 143.477 298.068 143.758 298.268C144.051 298.479 144.396 298.666 144.795 298.83C145.205 298.994 145.662 299.076 146.166 299.076C146.74 299.076 147.268 298.971 147.748 298.76C148.229 298.549 148.615 298.238 148.908 297.828C149.201 297.418 149.348 296.926 149.348 296.352V294.506C149.043 294.975 148.627 295.385 148.1 295.736C147.584 296.088 146.992 296.264 146.324 296.264C145.574 296.264 144.889 296.076 144.268 295.701C143.646 295.314 143.148 294.781 142.773 294.102C142.41 293.422 142.229 292.637 142.229 291.746C142.229 290.773 142.41 289.936 142.773 289.232C143.148 288.529 143.658 287.99 144.303 287.615C144.947 287.229 145.668 287.035 146.465 287.035ZM146.729 288.459C146.096 288.459 145.557 288.617 145.111 288.934C144.666 289.238 144.32 289.643 144.074 290.146C143.84 290.639 143.723 291.172 143.723 291.746C143.723 292.309 143.84 292.824 144.074 293.293C144.309 293.762 144.637 294.137 145.059 294.418C145.492 294.699 145.99 294.84 146.553 294.84C147.092 294.84 147.572 294.699 147.994 294.418C148.416 294.137 148.75 293.75 148.996 293.258C149.242 292.766 149.359 292.209 149.348 291.588L149.33 289.9C148.967 289.443 148.574 289.092 148.152 288.846C147.742 288.588 147.268 288.459 146.729 288.459ZM154.27 287.211L157.346 293.68L160.334 287.211H162.057L155.588 300.219H153.918L156.432 295.473L152.547 287.211H154.27Z" fill="white"/>
+<path d="M68.4395 147.344V160H66.998V158.506C66.6934 158.975 66.2773 159.385 65.75 159.736C65.2344 160.088 64.6426 160.264 63.9746 160.264C63.2246 160.264 62.5391 160.076 61.918 159.701C61.2969 159.314 60.7988 158.781 60.4238 158.102C60.0605 157.422 59.8789 156.637 59.8789 155.746C59.8789 154.773 60.0605 153.936 60.4238 153.232C60.7988 152.529 61.3086 151.99 61.9531 151.615C62.5977 151.229 63.3184 151.035 64.1152 151.035C64.6191 151.035 65.1289 151.158 65.6445 151.404C66.1719 151.639 66.623 151.967 66.998 152.389V147.344H68.4395ZM64.3789 152.477C63.7461 152.477 63.207 152.635 62.7617 152.951C62.3164 153.256 61.9707 153.654 61.7246 154.146C61.4902 154.639 61.373 155.172 61.373 155.746C61.373 156.309 61.4902 156.83 61.7246 157.311C61.959 157.779 62.2871 158.154 62.709 158.436C63.1426 158.717 63.6406 158.857 64.2031 158.857C64.7422 158.857 65.2227 158.717 65.6445 158.436C66.0664 158.154 66.4004 157.768 66.6465 157.275C66.8926 156.771 67.0098 156.209 66.998 155.588L66.9805 153.9C66.6172 153.443 66.2246 153.092 65.8027 152.846C65.3926 152.6 64.918 152.477 64.3789 152.477ZM75.0488 151.035C75.9512 151.035 76.7012 151.223 77.2988 151.598C77.8965 151.973 78.3418 152.482 78.6348 153.127C78.9395 153.771 79.0918 154.498 79.0918 155.307V156.168H72.3418C72.4121 156.66 72.582 157.111 72.8516 157.521C73.1211 157.932 73.4727 158.26 73.9062 158.506C74.3398 158.74 74.8379 158.857 75.4004 158.857C76.0332 158.857 76.625 158.699 77.1758 158.383C77.7266 158.055 78.1895 157.697 78.5645 157.311L78.5469 158.875C78.3828 159.074 78.1367 159.285 77.8086 159.508C77.4922 159.719 77.123 159.895 76.7012 160.035C76.291 160.188 75.8574 160.264 75.4004 160.264C74.5098 160.264 73.7188 160.053 73.0273 159.631C72.3359 159.209 71.791 158.652 71.3926 157.961C71.0059 157.258 70.8125 156.49 70.8125 155.658C70.8125 154.826 70.9941 154.059 71.3574 153.355C71.7207 152.652 72.2188 152.09 72.8516 151.668C73.4961 151.246 74.2285 151.035 75.0488 151.035ZM75.0488 152.441C74.3223 152.441 73.7246 152.688 73.2559 153.18C72.7871 153.66 72.4941 154.246 72.377 154.938H77.668C77.6094 154.363 77.4453 153.895 77.1758 153.531C76.918 153.168 76.6016 152.898 76.2266 152.723C75.8516 152.535 75.459 152.441 75.0488 152.441ZM86.0176 151.211V152.564H83.4512V160H82.0098V152.564H80.6211V151.211H82.0098V150.086C82.0098 149.395 82.1445 148.832 82.4141 148.398C82.6836 147.953 83.0293 147.625 83.4512 147.414C83.873 147.191 84.3008 147.08 84.7344 147.08C85.332 147.08 85.8184 147.238 86.1934 147.555V148.82C86.0176 148.703 85.8066 148.609 85.5605 148.539C85.3145 148.469 85.0684 148.439 84.8223 148.451C84.3887 148.463 84.0488 148.604 83.8027 148.873C83.5684 149.131 83.4512 149.588 83.4512 150.244V151.211H86.0176ZM91.5547 151.035C92.0586 151.035 92.5684 151.158 93.084 151.404C93.6113 151.639 94.0625 151.967 94.4375 152.389V151.211H95.8789V160H94.4375V158.506C94.1328 158.975 93.7168 159.385 93.1895 159.736C92.6738 160.088 92.082 160.264 91.4141 160.264C90.6641 160.264 89.9785 160.076 89.3574 159.701C88.7363 159.314 88.2383 158.781 87.8633 158.102C87.5 157.422 87.3184 156.637 87.3184 155.746C87.3184 154.773 87.5 153.936 87.8633 153.232C88.2383 152.529 88.748 151.99 89.3926 151.615C90.0371 151.229 90.7578 151.035 91.5547 151.035ZM91.8184 152.441C91.1855 152.441 90.6465 152.6 90.2012 152.916C89.7559 153.232 89.4102 153.643 89.1641 154.146C88.9297 154.639 88.8125 155.172 88.8125 155.746C88.8125 156.309 88.9297 156.83 89.1641 157.311C89.3984 157.779 89.7266 158.154 90.1484 158.436C90.582 158.717 91.0801 158.857 91.6426 158.857C92.1816 158.857 92.6621 158.717 93.084 158.436C93.5059 158.154 93.8398 157.768 94.0859 157.275C94.332 156.771 94.4492 156.209 94.4375 155.588L94.4199 153.9C94.0566 153.443 93.6641 153.086 93.2422 152.828C92.832 152.57 92.3574 152.441 91.8184 152.441ZM106.057 151.211V156.414C106.057 157.188 105.893 157.855 105.564 158.418C105.236 158.98 104.791 159.414 104.229 159.719C103.666 160.023 103.033 160.176 102.33 160.176C101.627 160.176 100.994 160.023 100.432 159.719C99.8691 159.414 99.4238 158.98 99.0957 158.418C98.7676 157.855 98.6035 157.188 98.6035 156.414V151.211H100.098V156.414C100.098 157.176 100.32 157.762 100.766 158.172C101.223 158.57 101.744 158.77 102.33 158.77C102.916 158.77 103.432 158.57 103.877 158.172C104.334 157.762 104.562 157.176 104.562 156.414V151.211H106.057ZM110.223 147.344V160H108.781V147.344H110.223ZM115.637 148.68V151.211H118.203V152.564H115.637V157.715C115.637 158.078 115.73 158.365 115.918 158.576C116.105 158.787 116.393 158.893 116.779 158.893C117.131 158.893 117.424 158.852 117.658 158.77C117.893 158.676 118.098 158.576 118.273 158.471V159.648C118.039 159.836 117.787 159.982 117.518 160.088C117.26 160.205 116.908 160.264 116.463 160.264C115.713 160.264 115.145 160.041 114.758 159.596C114.383 159.139 114.195 158.535 114.195 157.785V152.564H112.508V152.143C113.082 151.885 113.562 151.463 113.949 150.877C114.336 150.279 114.676 149.547 114.969 148.68H115.637Z" fill="white"/>
+<path d="M107.375 199.1C105.675 190.475 98.1 184 89 184C81.775 184 75.5 188.1 72.375 194.1C64.85 194.9 59 201.275 59 209C59 217.275 65.725 224 74 224H106.5C113.4 224 119 218.4 119 211.5C119 204.9 113.875 199.55 107.375 199.1Z" fill="white"/>
+<rect x="5.5" y="125.5" width="177" height="192" rx="2.5" stroke="white"/>
+<path d="M252.461 270.188V277.342C252.461 278.361 252.244 279.24 251.811 279.979C251.389 280.705 250.814 281.262 250.088 281.648C249.361 282.035 248.535 282.229 247.609 282.229C246.695 282.229 245.869 282.035 245.131 281.648C244.404 281.262 243.824 280.705 243.391 279.979C242.969 279.24 242.758 278.361 242.758 277.342V270.188H244.34V277.289C244.34 278.086 244.486 278.73 244.779 279.223C245.084 279.715 245.482 280.072 245.975 280.295C246.479 280.506 247.023 280.611 247.609 280.611C248.195 280.6 248.734 280.488 249.227 280.277C249.73 280.055 250.129 279.703 250.422 279.223C250.727 278.73 250.879 278.086 250.879 277.289V270.188H252.461ZM258.332 273.035C258.848 273.035 259.328 273.111 259.773 273.264C260.219 273.404 260.541 273.551 260.74 273.703V275.25C260.494 275.062 260.16 274.881 259.738 274.705C259.316 274.529 258.883 274.441 258.438 274.441C257.887 274.441 257.471 274.57 257.189 274.828C256.92 275.086 256.785 275.355 256.785 275.637C256.785 275.859 256.861 276.088 257.014 276.322C257.178 276.545 257.459 276.727 257.857 276.867L259.334 277.395C259.908 277.594 260.336 277.881 260.617 278.256C260.898 278.631 261.039 279.07 261.039 279.574C261.039 280.066 260.898 280.518 260.617 280.928C260.348 281.338 259.967 281.666 259.475 281.912C258.994 282.146 258.438 282.264 257.805 282.264C257.465 282.264 257.107 282.217 256.732 282.123C256.369 282.041 256.041 281.941 255.748 281.824C255.455 281.695 255.238 281.584 255.098 281.49V279.943C255.262 280.061 255.49 280.195 255.783 280.348C256.088 280.488 256.41 280.611 256.75 280.717C257.09 280.811 257.406 280.857 257.699 280.857C258.25 280.857 258.684 280.734 259 280.488C259.328 280.242 259.492 279.938 259.492 279.574C259.492 279.293 259.381 279.07 259.158 278.906C258.947 278.742 258.637 278.584 258.227 278.432L256.926 277.957C256.246 277.699 255.795 277.377 255.572 276.99C255.35 276.592 255.238 276.141 255.238 275.637C255.238 274.887 255.52 274.266 256.082 273.773C256.645 273.281 257.395 273.035 258.332 273.035ZM266.857 273.035C267.76 273.035 268.51 273.223 269.107 273.598C269.705 273.973 270.15 274.482 270.443 275.127C270.748 275.771 270.9 276.498 270.9 277.307V278.168H264.15C264.221 278.66 264.391 279.111 264.66 279.521C264.93 279.932 265.281 280.26 265.715 280.506C266.148 280.74 266.646 280.857 267.209 280.857C267.842 280.857 268.434 280.699 268.984 280.383C269.535 280.055 269.998 279.697 270.373 279.311L270.355 280.875C270.191 281.074 269.945 281.285 269.617 281.508C269.301 281.719 268.932 281.895 268.51 282.035C268.1 282.188 267.666 282.264 267.209 282.264C266.318 282.264 265.527 282.053 264.836 281.631C264.145 281.209 263.6 280.652 263.201 279.961C262.814 279.258 262.621 278.49 262.621 277.658C262.621 276.826 262.803 276.059 263.166 275.355C263.529 274.652 264.027 274.09 264.66 273.668C265.305 273.246 266.037 273.035 266.857 273.035ZM266.857 274.441C266.131 274.441 265.533 274.688 265.064 275.18C264.596 275.66 264.303 276.246 264.186 276.938H269.477C269.418 276.363 269.254 275.895 268.984 275.531C268.727 275.168 268.41 274.898 268.035 274.723C267.66 274.535 267.268 274.441 266.857 274.441ZM274.715 273.211V274.969C275.055 274.383 275.465 273.914 275.945 273.562C276.426 273.211 276.918 273.035 277.422 273.035C277.762 273.035 278.066 273.094 278.336 273.211V274.881C277.961 274.658 277.586 274.547 277.211 274.547C276.613 274.547 276.127 274.758 275.752 275.18C275.389 275.602 275.043 276.105 274.715 276.691V282H273.273V273.211H274.715ZM286.176 280.506V282H280.621V280.506H282.607V271.717H280.621V270.223H286.176V271.717H284.189V280.506H286.176ZM294.367 269.941C295.691 269.941 296.811 270.211 297.725 270.75C298.65 271.289 299.354 272.021 299.834 272.947C300.326 273.861 300.572 274.898 300.572 276.059C300.572 277.219 300.326 278.262 299.834 279.188C299.354 280.102 298.65 280.828 297.725 281.367C296.811 281.906 295.691 282.176 294.367 282.176C293.559 282.176 292.814 282.135 292.135 282.053C291.455 281.971 290.758 281.865 290.043 281.736V270.381C290.758 270.252 291.455 270.146 292.135 270.064C292.814 269.982 293.559 269.941 294.367 269.941ZM294.367 271.436C293.945 271.436 293.494 271.453 293.014 271.488C292.533 271.512 292.07 271.553 291.625 271.611V280.506C292.07 280.553 292.533 280.594 293.014 280.629C293.494 280.664 293.945 280.682 294.367 280.682C295.316 280.682 296.131 280.482 296.811 280.084C297.502 279.674 298.029 279.123 298.393 278.432C298.768 277.729 298.955 276.938 298.955 276.059C298.955 275.18 298.768 274.395 298.393 273.703C298.029 273 297.502 272.449 296.811 272.051C296.131 271.641 295.316 271.436 294.367 271.436ZM310.838 273.035C311.354 273.035 311.834 273.111 312.279 273.264C312.725 273.404 313.047 273.551 313.246 273.703V275.25C313 275.062 312.666 274.881 312.244 274.705C311.822 274.529 311.389 274.441 310.943 274.441C310.393 274.441 309.977 274.57 309.695 274.828C309.426 275.086 309.291 275.355 309.291 275.637C309.291 275.859 309.367 276.088 309.52 276.322C309.684 276.545 309.965 276.727 310.363 276.867L311.84 277.395C312.414 277.594 312.842 277.881 313.123 278.256C313.404 278.631 313.545 279.07 313.545 279.574C313.545 280.066 313.404 280.518 313.123 280.928C312.854 281.338 312.473 281.666 311.98 281.912C311.5 282.146 310.943 282.264 310.311 282.264C309.971 282.264 309.613 282.217 309.238 282.123C308.875 282.041 308.547 281.941 308.254 281.824C307.961 281.695 307.744 281.584 307.604 281.49V279.943C307.768 280.061 307.996 280.195 308.289 280.348C308.594 280.488 308.916 280.611 309.256 280.717C309.596 280.811 309.912 280.857 310.205 280.857C310.756 280.857 311.189 280.734 311.506 280.488C311.834 280.242 311.998 279.938 311.998 279.574C311.998 279.293 311.887 279.07 311.664 278.906C311.453 278.742 311.143 278.584 310.732 278.432L309.432 277.957C308.752 277.699 308.301 277.377 308.078 276.99C307.855 276.592 307.744 276.141 307.744 275.637C307.744 274.887 308.025 274.266 308.588 273.773C309.15 273.281 309.9 273.035 310.838 273.035ZM318.168 270.68V273.211H320.734V274.564H318.168V279.715C318.168 280.078 318.262 280.365 318.449 280.576C318.637 280.787 318.924 280.893 319.311 280.893C319.662 280.893 319.955 280.852 320.189 280.77C320.424 280.676 320.629 280.576 320.805 280.471V281.648C320.57 281.836 320.318 281.982 320.049 282.088C319.791 282.205 319.439 282.264 318.994 282.264C318.244 282.264 317.676 282.041 317.289 281.596C316.914 281.139 316.727 280.535 316.727 279.785V274.564H315.039V274.143C315.613 273.885 316.094 273.463 316.48 272.877C316.867 272.279 317.207 271.547 317.5 270.68H318.168ZM324.795 273.211V274.969C325.135 274.383 325.545 273.914 326.025 273.562C326.506 273.211 326.998 273.035 327.502 273.035C327.842 273.035 328.146 273.094 328.416 273.211V274.881C328.041 274.658 327.666 274.547 327.291 274.547C326.693 274.547 326.207 274.758 325.832 275.18C325.469 275.602 325.123 276.105 324.795 276.691V282H323.354V273.211H324.795ZM333.883 273.035C334.387 273.035 334.896 273.158 335.412 273.404C335.939 273.639 336.391 273.967 336.766 274.389V273.211H338.207V282H336.766V280.506C336.461 280.975 336.045 281.385 335.518 281.736C335.002 282.088 334.41 282.264 333.742 282.264C332.992 282.264 332.307 282.076 331.686 281.701C331.064 281.314 330.566 280.781 330.191 280.102C329.828 279.422 329.646 278.637 329.646 277.746C329.646 276.773 329.828 275.936 330.191 275.232C330.566 274.529 331.076 273.99 331.721 273.615C332.365 273.229 333.086 273.035 333.883 273.035ZM334.146 274.441C333.514 274.441 332.975 274.6 332.529 274.916C332.084 275.232 331.738 275.643 331.492 276.146C331.258 276.639 331.141 277.172 331.141 277.746C331.141 278.309 331.258 278.83 331.492 279.311C331.727 279.779 332.055 280.154 332.477 280.436C332.91 280.717 333.408 280.857 333.971 280.857C334.51 280.857 334.99 280.717 335.412 280.436C335.834 280.154 336.168 279.768 336.414 279.275C336.66 278.771 336.777 278.209 336.766 277.588L336.748 275.9C336.385 275.443 335.992 275.086 335.57 274.828C335.16 274.57 334.686 274.441 334.146 274.441ZM343.621 270.68V273.211H346.188V274.564H343.621V279.715C343.621 280.078 343.715 280.365 343.902 280.576C344.09 280.787 344.377 280.893 344.764 280.893C345.115 280.893 345.408 280.852 345.643 280.77C345.877 280.676 346.082 280.576 346.258 280.471V281.648C346.023 281.836 345.771 281.982 345.502 282.088C345.244 282.205 344.893 282.264 344.447 282.264C343.697 282.264 343.129 282.041 342.742 281.596C342.367 281.139 342.18 280.535 342.18 279.785V274.564H340.492V274.143C341.066 273.885 341.547 273.463 341.934 272.877C342.32 272.279 342.66 271.547 342.953 270.68H343.621ZM352.428 273.035C353.33 273.035 354.08 273.223 354.678 273.598C355.275 273.973 355.721 274.482 356.014 275.127C356.318 275.771 356.471 276.498 356.471 277.307V278.168H349.721C349.791 278.66 349.961 279.111 350.23 279.521C350.5 279.932 350.852 280.26 351.285 280.506C351.719 280.74 352.217 280.857 352.779 280.857C353.412 280.857 354.004 280.699 354.555 280.383C355.105 280.055 355.568 279.697 355.943 279.311L355.926 280.875C355.762 281.074 355.516 281.285 355.188 281.508C354.871 281.719 354.502 281.895 354.08 282.035C353.67 282.188 353.236 282.264 352.779 282.264C351.889 282.264 351.098 282.053 350.406 281.631C349.715 281.209 349.17 280.652 348.771 279.961C348.385 279.258 348.191 278.49 348.191 277.658C348.191 276.826 348.373 276.059 348.736 275.355C349.1 274.652 349.598 274.09 350.23 273.668C350.875 273.246 351.607 273.035 352.428 273.035ZM352.428 274.441C351.701 274.441 351.104 274.688 350.635 275.18C350.166 275.66 349.873 276.246 349.756 276.938H355.047C354.988 276.363 354.824 275.895 354.555 275.531C354.297 275.168 353.98 274.898 353.605 274.723C353.23 274.535 352.838 274.441 352.428 274.441ZM362.465 273.035C362.969 273.035 363.479 273.158 363.994 273.404C364.521 273.639 364.973 273.967 365.348 274.389V273.211H366.789V281.824C366.789 282.867 366.578 283.734 366.156 284.426C365.734 285.117 365.172 285.633 364.469 285.973C363.766 286.312 362.998 286.482 362.166 286.482C361.627 286.482 361.164 286.418 360.777 286.289C360.402 286.172 360.08 286.02 359.811 285.832C359.541 285.656 359.295 285.486 359.072 285.322V283.775C359.248 283.904 359.477 284.068 359.758 284.268C360.051 284.479 360.396 284.666 360.795 284.83C361.205 284.994 361.662 285.076 362.166 285.076C362.74 285.076 363.268 284.971 363.748 284.76C364.229 284.549 364.615 284.238 364.908 283.828C365.201 283.418 365.348 282.926 365.348 282.352V280.506C365.043 280.975 364.627 281.385 364.1 281.736C363.584 282.088 362.992 282.264 362.324 282.264C361.574 282.264 360.889 282.076 360.268 281.701C359.646 281.314 359.148 280.781 358.773 280.102C358.41 279.422 358.229 278.637 358.229 277.746C358.229 276.773 358.41 275.936 358.773 275.232C359.148 274.529 359.658 273.99 360.303 273.615C360.947 273.229 361.668 273.035 362.465 273.035ZM362.729 274.459C362.096 274.459 361.557 274.617 361.111 274.934C360.666 275.238 360.32 275.643 360.074 276.146C359.84 276.639 359.723 277.172 359.723 277.746C359.723 278.309 359.84 278.824 360.074 279.293C360.309 279.762 360.637 280.137 361.059 280.418C361.492 280.699 361.99 280.84 362.553 280.84C363.092 280.84 363.572 280.699 363.994 280.418C364.416 280.137 364.75 279.75 364.996 279.258C365.242 278.766 365.359 278.209 365.348 277.588L365.33 275.9C364.967 275.443 364.574 275.092 364.152 274.846C363.742 274.588 363.268 274.459 362.729 274.459ZM370.27 273.211L373.346 279.68L376.334 273.211H378.057L371.588 286.219H369.918L372.432 281.473L368.547 273.211H370.27Z" fill="white"/>
+<path d="M266.439 147.344V160H264.998V158.506C264.693 158.975 264.277 159.385 263.75 159.736C263.234 160.088 262.643 160.264 261.975 160.264C261.225 160.264 260.539 160.076 259.918 159.701C259.297 159.314 258.799 158.781 258.424 158.102C258.061 157.422 257.879 156.637 257.879 155.746C257.879 154.773 258.061 153.936 258.424 153.232C258.799 152.529 259.309 151.99 259.953 151.615C260.598 151.229 261.318 151.035 262.115 151.035C262.619 151.035 263.129 151.158 263.645 151.404C264.172 151.639 264.623 151.967 264.998 152.389V147.344H266.439ZM262.379 152.477C261.746 152.477 261.207 152.635 260.762 152.951C260.316 153.256 259.971 153.654 259.725 154.146C259.49 154.639 259.373 155.172 259.373 155.746C259.373 156.309 259.49 156.83 259.725 157.311C259.959 157.779 260.287 158.154 260.709 158.436C261.143 158.717 261.641 158.857 262.203 158.857C262.742 158.857 263.223 158.717 263.645 158.436C264.066 158.154 264.4 157.768 264.646 157.275C264.893 156.771 265.01 156.209 264.998 155.588L264.98 153.9C264.617 153.443 264.225 153.092 263.803 152.846C263.393 152.6 262.918 152.477 262.379 152.477ZM273.049 151.035C273.951 151.035 274.701 151.223 275.299 151.598C275.896 151.973 276.342 152.482 276.635 153.127C276.939 153.771 277.092 154.498 277.092 155.307V156.168H270.342C270.412 156.66 270.582 157.111 270.852 157.521C271.121 157.932 271.473 158.26 271.906 158.506C272.34 158.74 272.838 158.857 273.4 158.857C274.033 158.857 274.625 158.699 275.176 158.383C275.727 158.055 276.189 157.697 276.564 157.311L276.547 158.875C276.383 159.074 276.137 159.285 275.809 159.508C275.492 159.719 275.123 159.895 274.701 160.035C274.291 160.188 273.857 160.264 273.4 160.264C272.51 160.264 271.719 160.053 271.027 159.631C270.336 159.209 269.791 158.652 269.393 157.961C269.006 157.258 268.812 156.49 268.812 155.658C268.812 154.826 268.994 154.059 269.357 153.355C269.721 152.652 270.219 152.09 270.852 151.668C271.496 151.246 272.229 151.035 273.049 151.035ZM273.049 152.441C272.322 152.441 271.725 152.688 271.256 153.18C270.787 153.66 270.494 154.246 270.377 154.938H275.668C275.609 154.363 275.445 153.895 275.176 153.531C274.918 153.168 274.602 152.898 274.227 152.723C273.852 152.535 273.459 152.441 273.049 152.441ZM287.217 151.211L283.086 160H282.189L278.234 151.211H279.957L282.611 157.68L285.494 151.211H287.217ZM292.42 151.035C293.322 151.035 294.072 151.223 294.67 151.598C295.268 151.973 295.713 152.482 296.006 153.127C296.311 153.771 296.463 154.498 296.463 155.307V156.168H289.713C289.783 156.66 289.953 157.111 290.223 157.521C290.492 157.932 290.844 158.26 291.277 158.506C291.711 158.74 292.209 158.857 292.771 158.857C293.404 158.857 293.996 158.699 294.547 158.383C295.098 158.055 295.561 157.697 295.936 157.311L295.918 158.875C295.754 159.074 295.508 159.285 295.18 159.508C294.863 159.719 294.494 159.895 294.072 160.035C293.662 160.188 293.229 160.264 292.771 160.264C291.881 160.264 291.09 160.053 290.398 159.631C289.707 159.209 289.162 158.652 288.764 157.961C288.377 157.258 288.184 156.49 288.184 155.658C288.184 154.826 288.365 154.059 288.729 153.355C289.092 152.652 289.59 152.09 290.223 151.668C290.867 151.246 291.6 151.035 292.42 151.035ZM292.42 152.441C291.693 152.441 291.096 152.688 290.627 153.18C290.158 153.66 289.865 154.246 289.748 154.938H295.039C294.98 154.363 294.816 153.895 294.547 153.531C294.289 153.168 293.973 152.898 293.598 152.723C293.223 152.535 292.83 152.441 292.42 152.441ZM300.277 147.344V160H298.836V147.344H300.277ZM307.238 151.035C308.129 151.035 308.92 151.246 309.611 151.668C310.303 152.09 310.842 152.652 311.229 153.355C311.627 154.059 311.826 154.826 311.826 155.658C311.826 156.49 311.627 157.258 311.229 157.961C310.842 158.652 310.303 159.209 309.611 159.631C308.92 160.053 308.129 160.264 307.238 160.264C306.348 160.264 305.557 160.053 304.865 159.631C304.174 159.209 303.629 158.652 303.23 157.961C302.844 157.258 302.65 156.49 302.65 155.658C302.65 154.826 302.844 154.059 303.23 153.355C303.629 152.652 304.174 152.09 304.865 151.668C305.557 151.246 306.348 151.035 307.238 151.035ZM307.238 152.441C306.617 152.441 306.072 152.594 305.604 152.898C305.135 153.191 304.771 153.584 304.514 154.076C304.268 154.557 304.145 155.084 304.145 155.658C304.145 156.221 304.268 156.748 304.514 157.24C304.771 157.721 305.135 158.113 305.604 158.418C306.072 158.711 306.617 158.857 307.238 158.857C307.871 158.857 308.416 158.711 308.873 158.418C309.342 158.113 309.699 157.721 309.945 157.24C310.203 156.748 310.332 156.221 310.332 155.658C310.332 155.084 310.203 154.557 309.945 154.076C309.699 153.584 309.342 153.191 308.873 152.898C308.416 152.594 307.871 152.441 307.238 152.441ZM318.664 151.035C319.426 151.035 320.111 151.223 320.721 151.598C321.342 151.961 321.834 152.477 322.197 153.145C322.572 153.801 322.76 154.574 322.76 155.465C322.76 156.426 322.572 157.27 322.197 157.996C321.834 158.711 321.33 159.268 320.686 159.666C320.053 160.064 319.332 160.264 318.523 160.264C318.02 160.264 317.504 160.129 316.977 159.859C316.461 159.59 316.016 159.244 315.641 158.822V164.219H314.199V151.211H315.641V152.705C315.945 152.236 316.355 151.844 316.871 151.527C317.398 151.199 317.996 151.035 318.664 151.035ZM318.436 152.441C317.908 152.441 317.428 152.576 316.994 152.846C316.572 153.115 316.238 153.49 315.992 153.971C315.758 154.439 315.641 154.99 315.641 155.623L315.658 157.311C316.033 157.768 316.426 158.143 316.836 158.436C317.246 158.717 317.721 158.857 318.26 158.857C318.893 158.857 319.432 158.693 319.877 158.365C320.322 158.037 320.662 157.615 320.896 157.1C321.143 156.572 321.266 156.027 321.266 155.465C321.266 154.891 321.148 154.381 320.914 153.936C320.68 153.479 320.352 153.115 319.93 152.846C319.508 152.576 319.01 152.441 318.436 152.441ZM326.574 151.211V152.336C326.855 152.02 327.213 151.727 327.646 151.457C328.092 151.176 328.613 151.035 329.211 151.035C329.844 151.035 330.436 151.188 330.986 151.492C331.537 151.785 331.959 152.23 332.252 152.828C332.662 152.336 333.107 151.914 333.588 151.562C334.068 151.211 334.631 151.035 335.275 151.035C335.873 151.035 336.43 151.17 336.945 151.439C337.473 151.697 337.895 152.096 338.211 152.635C338.539 153.162 338.703 153.83 338.703 154.639V160H337.262L337.244 154.779C337.244 154.018 337.045 153.438 336.646 153.039C336.26 152.641 335.721 152.441 335.029 152.441C334.525 152.441 334.086 152.6 333.711 152.916C333.336 153.232 332.979 153.602 332.639 154.023V160H331.197L331.18 154.779C331.18 154.018 330.98 153.438 330.582 153.039C330.195 152.641 329.656 152.441 328.965 152.441C328.484 152.441 328.045 152.582 327.646 152.863C327.26 153.145 326.902 153.484 326.574 153.883V160H325.133V151.211H326.574ZM345.049 151.035C345.951 151.035 346.701 151.223 347.299 151.598C347.896 151.973 348.342 152.482 348.635 153.127C348.939 153.771 349.092 154.498 349.092 155.307V156.168H342.342C342.412 156.66 342.582 157.111 342.852 157.521C343.121 157.932 343.473 158.26 343.906 158.506C344.34 158.74 344.838 158.857 345.4 158.857C346.033 158.857 346.625 158.699 347.176 158.383C347.727 158.055 348.189 157.697 348.564 157.311L348.547 158.875C348.383 159.074 348.137 159.285 347.809 159.508C347.492 159.719 347.123 159.895 346.701 160.035C346.291 160.188 345.857 160.264 345.4 160.264C344.51 160.264 343.719 160.053 343.027 159.631C342.336 159.209 341.791 158.652 341.393 157.961C341.006 157.258 340.812 156.49 340.812 155.658C340.812 154.826 340.994 154.059 341.357 153.355C341.721 152.652 342.219 152.09 342.852 151.668C343.496 151.246 344.229 151.035 345.049 151.035ZM345.049 152.441C344.322 152.441 343.725 152.688 343.256 153.18C342.787 153.66 342.494 154.246 342.377 154.938H347.668C347.609 154.363 347.445 153.895 347.176 153.531C346.918 153.168 346.602 152.898 346.227 152.723C345.852 152.535 345.459 152.441 345.049 152.441ZM352.906 151.211V152.6C353.094 152.365 353.334 152.131 353.627 151.896C353.92 151.65 354.248 151.445 354.611 151.281C354.986 151.117 355.373 151.035 355.771 151.035C356.369 151.035 356.914 151.17 357.406 151.439C357.898 151.697 358.291 152.096 358.584 152.635C358.877 153.162 359.023 153.83 359.023 154.639V160H357.582L357.564 154.779C357.564 154.018 357.395 153.438 357.055 153.039C356.727 152.641 356.217 152.441 355.525 152.441C355.057 152.441 354.588 152.617 354.119 152.969C353.662 153.309 353.258 153.707 352.906 154.164V160H351.465V151.211H352.906ZM364.174 148.68V151.211H366.74V152.564H364.174V157.715C364.174 158.078 364.268 158.365 364.455 158.576C364.643 158.787 364.93 158.893 365.316 158.893C365.668 158.893 365.961 158.852 366.195 158.77C366.43 158.676 366.635 158.576 366.811 158.471V159.648C366.576 159.836 366.324 159.982 366.055 160.088C365.797 160.205 365.445 160.264 365 160.264C364.25 160.264 363.682 160.041 363.295 159.596C362.92 159.139 362.732 158.535 362.732 157.785V152.564H361.045V152.143C361.619 151.885 362.1 151.463 362.486 150.877C362.873 150.279 363.213 149.547 363.506 148.68H364.174Z" fill="white"/>
+<path d="M322.375 199.1C320.675 190.475 313.1 184 304 184C296.775 184 290.5 188.1 287.375 194.1C279.85 194.9 274 201.275 274 209C274 217.275 280.725 224 289 224H321.5C328.4 224 334 218.4 334 211.5C334 204.9 328.875 199.55 322.375 199.1Z" fill="white"/>
+<rect x="221.5" y="125.5" width="171" height="192" rx="2.5" stroke="white"/>
+<path d="M470.434 272.566H475.619V277.4C475.338 277.705 474.975 278.004 474.529 278.297C474.084 278.578 473.568 278.812 472.982 279C472.408 279.176 471.775 279.264 471.084 279.264C470.193 279.264 469.373 279.105 468.623 278.789C467.873 278.461 467.217 278.016 466.654 277.453C466.092 276.891 465.652 276.24 465.336 275.502C465.031 274.752 464.879 273.955 464.879 273.111C464.879 272.268 465.031 271.477 465.336 270.738C465.652 269.988 466.092 269.332 466.654 268.77C467.217 268.207 467.873 267.768 468.623 267.451C469.373 267.123 470.193 266.959 471.084 266.959C471.939 266.959 472.637 267.076 473.176 267.311C473.727 267.545 474.207 267.85 474.617 268.225V269.965C474.359 269.777 474.066 269.572 473.738 269.35C473.422 269.127 473.047 268.934 472.613 268.77C472.191 268.594 471.682 268.506 471.084 268.506C470.205 268.506 469.42 268.705 468.729 269.104C468.037 269.502 467.492 270.053 467.094 270.756C466.695 271.447 466.496 272.232 466.496 273.111C466.496 273.99 466.695 274.775 467.094 275.467C467.492 276.158 468.037 276.709 468.729 277.119C469.42 277.518 470.205 277.717 471.084 277.717C471.682 277.717 472.162 277.658 472.525 277.541C472.889 277.412 473.176 277.271 473.387 277.119C473.598 276.955 473.768 276.82 473.896 276.715L473.914 273.973H470.434V272.566ZM479.258 270.211V271.969C479.598 271.383 480.008 270.914 480.488 270.562C480.969 270.211 481.461 270.035 481.965 270.035C482.305 270.035 482.609 270.094 482.879 270.211V271.881C482.504 271.658 482.129 271.547 481.754 271.547C481.156 271.547 480.67 271.758 480.295 272.18C479.932 272.602 479.586 273.105 479.258 273.691V279H477.816V270.211H479.258ZM488.346 270.035C488.85 270.035 489.359 270.158 489.875 270.404C490.402 270.639 490.854 270.967 491.229 271.389V270.211H492.67V279H491.229V277.506C490.924 277.975 490.508 278.385 489.98 278.736C489.465 279.088 488.873 279.264 488.205 279.264C487.455 279.264 486.77 279.076 486.148 278.701C485.527 278.314 485.029 277.781 484.654 277.102C484.291 276.422 484.109 275.637 484.109 274.746C484.109 273.773 484.291 272.936 484.654 272.232C485.029 271.529 485.539 270.99 486.184 270.615C486.828 270.229 487.549 270.035 488.346 270.035ZM488.609 271.441C487.977 271.441 487.438 271.6 486.992 271.916C486.547 272.232 486.201 272.643 485.955 273.146C485.721 273.639 485.604 274.172 485.604 274.746C485.604 275.309 485.721 275.83 485.955 276.311C486.189 276.779 486.518 277.154 486.939 277.436C487.373 277.717 487.871 277.857 488.434 277.857C488.973 277.857 489.453 277.717 489.875 277.436C490.297 277.154 490.631 276.768 490.877 276.275C491.123 275.771 491.24 275.209 491.229 274.588L491.211 272.9C490.848 272.443 490.455 272.086 490.033 271.828C489.623 271.57 489.148 271.441 488.609 271.441ZM503.604 266.344V279H502.162V277.506C501.857 277.975 501.441 278.385 500.914 278.736C500.398 279.088 499.807 279.264 499.139 279.264C498.389 279.264 497.703 279.076 497.082 278.701C496.461 278.314 495.963 277.781 495.588 277.102C495.225 276.422 495.043 275.637 495.043 274.746C495.043 273.773 495.225 272.936 495.588 272.232C495.963 271.529 496.473 270.99 497.117 270.615C497.762 270.229 498.482 270.035 499.279 270.035C499.783 270.035 500.293 270.158 500.809 270.404C501.336 270.639 501.787 270.967 502.162 271.389V266.344H503.604ZM499.543 271.477C498.91 271.477 498.371 271.635 497.926 271.951C497.48 272.256 497.135 272.654 496.889 273.146C496.654 273.639 496.537 274.172 496.537 274.746C496.537 275.309 496.654 275.83 496.889 276.311C497.123 276.779 497.451 277.154 497.873 277.436C498.307 277.717 498.805 277.857 499.367 277.857C499.906 277.857 500.387 277.717 500.809 277.436C501.23 277.154 501.564 276.768 501.811 276.275C502.057 275.771 502.174 275.209 502.162 274.588L502.145 272.9C501.781 272.443 501.389 272.092 500.967 271.846C500.557 271.6 500.082 271.477 499.543 271.477ZM513.781 270.211V275.414C513.781 276.188 513.617 276.855 513.289 277.418C512.961 277.98 512.516 278.414 511.953 278.719C511.391 279.023 510.758 279.176 510.055 279.176C509.352 279.176 508.719 279.023 508.156 278.719C507.594 278.414 507.148 277.98 506.82 277.418C506.492 276.855 506.328 276.188 506.328 275.414V270.211H507.822V275.414C507.822 276.176 508.045 276.762 508.49 277.172C508.947 277.57 509.469 277.77 510.055 277.77C510.641 277.77 511.156 277.57 511.602 277.172C512.059 276.762 512.287 276.176 512.287 275.414V270.211H513.781ZM520.127 270.035C520.631 270.035 521.141 270.158 521.656 270.404C522.184 270.639 522.635 270.967 523.01 271.389V270.211H524.451V279H523.01V277.506C522.705 277.975 522.289 278.385 521.762 278.736C521.246 279.088 520.654 279.264 519.986 279.264C519.236 279.264 518.551 279.076 517.93 278.701C517.309 278.314 516.811 277.781 516.436 277.102C516.072 276.422 515.891 275.637 515.891 274.746C515.891 273.773 516.072 272.936 516.436 272.232C516.811 271.529 517.32 270.99 517.965 270.615C518.609 270.229 519.33 270.035 520.127 270.035ZM520.391 271.441C519.758 271.441 519.219 271.6 518.773 271.916C518.328 272.232 517.982 272.643 517.736 273.146C517.502 273.639 517.385 274.172 517.385 274.746C517.385 275.309 517.502 275.83 517.736 276.311C517.971 276.779 518.299 277.154 518.721 277.436C519.154 277.717 519.652 277.857 520.215 277.857C520.754 277.857 521.234 277.717 521.656 277.436C522.078 277.154 522.412 276.768 522.658 276.275C522.904 275.771 523.021 275.209 523.01 274.588L522.992 272.9C522.629 272.443 522.236 272.086 521.814 271.828C521.404 271.57 520.93 271.441 520.391 271.441ZM528.881 266.344V279H527.439V266.344H528.881ZM538.584 270.211V271.969C538.924 271.383 539.334 270.914 539.814 270.562C540.295 270.211 540.787 270.035 541.291 270.035C541.631 270.035 541.936 270.094 542.205 270.211V271.881C541.83 271.658 541.455 271.547 541.08 271.547C540.482 271.547 539.996 271.758 539.621 272.18C539.258 272.602 538.912 273.105 538.584 273.691V279H537.143V270.211H538.584ZM548.023 270.035C548.914 270.035 549.705 270.246 550.396 270.668C551.088 271.09 551.627 271.652 552.014 272.355C552.412 273.059 552.611 273.826 552.611 274.658C552.611 275.49 552.412 276.258 552.014 276.961C551.627 277.652 551.088 278.209 550.396 278.631C549.705 279.053 548.914 279.264 548.023 279.264C547.133 279.264 546.342 279.053 545.65 278.631C544.959 278.209 544.414 277.652 544.016 276.961C543.629 276.258 543.436 275.49 543.436 274.658C543.436 273.826 543.629 273.059 544.016 272.355C544.414 271.652 544.959 271.09 545.65 270.668C546.342 270.246 547.133 270.035 548.023 270.035ZM548.023 271.441C547.402 271.441 546.857 271.594 546.389 271.898C545.92 272.191 545.557 272.584 545.299 273.076C545.053 273.557 544.93 274.084 544.93 274.658C544.93 275.221 545.053 275.748 545.299 276.24C545.557 276.721 545.92 277.113 546.389 277.418C546.857 277.711 547.402 277.857 548.023 277.857C548.656 277.857 549.201 277.711 549.658 277.418C550.127 277.113 550.484 276.721 550.73 276.24C550.988 275.748 551.117 275.221 551.117 274.658C551.117 274.084 550.988 273.557 550.73 273.076C550.484 272.584 550.127 272.191 549.658 271.898C549.201 271.594 548.656 271.441 548.023 271.441ZM556.426 266.344V279H554.984V266.344H556.426ZM560.855 266.344V279H559.414V266.344H560.855ZM567.816 270.035C568.707 270.035 569.498 270.246 570.189 270.668C570.881 271.09 571.42 271.652 571.807 272.355C572.205 273.059 572.404 273.826 572.404 274.658C572.404 275.49 572.205 276.258 571.807 276.961C571.42 277.652 570.881 278.209 570.189 278.631C569.498 279.053 568.707 279.264 567.816 279.264C566.926 279.264 566.135 279.053 565.443 278.631C564.752 278.209 564.207 277.652 563.809 276.961C563.422 276.258 563.229 275.49 563.229 274.658C563.229 273.826 563.422 273.059 563.809 272.355C564.207 271.652 564.752 271.09 565.443 270.668C566.135 270.246 566.926 270.035 567.816 270.035ZM567.816 271.441C567.195 271.441 566.65 271.594 566.182 271.898C565.713 272.191 565.35 272.584 565.092 273.076C564.846 273.557 564.723 274.084 564.723 274.658C564.723 275.221 564.846 275.748 565.092 276.24C565.35 276.721 565.713 277.113 566.182 277.418C566.65 277.711 567.195 277.857 567.816 277.857C568.449 277.857 568.994 277.711 569.451 277.418C569.92 277.113 570.277 276.721 570.523 276.24C570.781 275.748 570.91 275.221 570.91 274.658C570.91 274.084 570.781 273.557 570.523 273.076C570.277 272.584 569.92 272.191 569.451 271.898C568.994 271.594 568.449 271.441 567.816 271.441ZM581.967 270.211V275.414C581.967 276.188 581.803 276.855 581.475 277.418C581.146 277.98 580.701 278.414 580.139 278.719C579.576 279.023 578.943 279.176 578.24 279.176C577.537 279.176 576.904 279.023 576.342 278.719C575.779 278.414 575.334 277.98 575.006 277.418C574.678 276.855 574.514 276.188 574.514 275.414V270.211H576.008V275.414C576.008 276.176 576.23 276.762 576.676 277.172C577.133 277.57 577.654 277.77 578.24 277.77C578.826 277.77 579.342 277.57 579.787 277.172C580.244 276.762 580.473 276.176 580.473 275.414V270.211H581.967ZM587.117 267.68V270.211H589.684V271.564H587.117V276.715C587.117 277.078 587.211 277.365 587.398 277.576C587.586 277.787 587.873 277.893 588.26 277.893C588.611 277.893 588.904 277.852 589.139 277.77C589.373 277.676 589.578 277.576 589.754 277.471V278.648C589.52 278.836 589.268 278.982 588.998 279.088C588.74 279.205 588.389 279.264 587.943 279.264C587.193 279.264 586.625 279.041 586.238 278.596C585.863 278.139 585.676 277.535 585.676 276.785V271.564H583.988V271.143C584.562 270.885 585.043 270.463 585.43 269.877C585.816 269.279 586.156 268.547 586.449 267.68H587.117ZM468.113 292.035C468.629 292.035 469.109 292.111 469.555 292.264C470 292.404 470.322 292.551 470.521 292.703V294.25C470.275 294.062 469.941 293.881 469.52 293.705C469.098 293.529 468.664 293.441 468.219 293.441C467.668 293.441 467.252 293.57 466.971 293.828C466.701 294.086 466.566 294.355 466.566 294.637C466.566 294.859 466.643 295.088 466.795 295.322C466.959 295.545 467.24 295.727 467.639 295.867L469.115 296.395C469.689 296.594 470.117 296.881 470.398 297.256C470.68 297.631 470.82 298.07 470.82 298.574C470.82 299.066 470.68 299.518 470.398 299.928C470.129 300.338 469.748 300.666 469.256 300.912C468.775 301.146 468.219 301.264 467.586 301.264C467.246 301.264 466.889 301.217 466.514 301.123C466.15 301.041 465.822 300.941 465.529 300.824C465.236 300.695 465.02 300.584 464.879 300.49V298.943C465.043 299.061 465.271 299.195 465.564 299.348C465.869 299.488 466.191 299.611 466.531 299.717C466.871 299.811 467.188 299.857 467.48 299.857C468.031 299.857 468.465 299.734 468.781 299.488C469.109 299.242 469.273 298.938 469.273 298.574C469.273 298.293 469.162 298.07 468.939 297.906C468.729 297.742 468.418 297.584 468.008 297.432L466.707 296.957C466.027 296.699 465.576 296.377 465.354 295.99C465.131 295.592 465.02 295.141 465.02 294.637C465.02 293.887 465.301 293.266 465.863 292.773C466.426 292.281 467.176 292.035 468.113 292.035ZM475.443 289.68V292.211H478.01V293.564H475.443V298.715C475.443 299.078 475.537 299.365 475.725 299.576C475.912 299.787 476.199 299.893 476.586 299.893C476.938 299.893 477.23 299.852 477.465 299.77C477.699 299.676 477.904 299.576 478.08 299.471V300.648C477.846 300.836 477.594 300.982 477.324 301.088C477.066 301.205 476.715 301.264 476.27 301.264C475.52 301.264 474.951 301.041 474.564 300.596C474.189 300.139 474.002 299.535 474.002 298.785V293.564H472.314V293.143C472.889 292.885 473.369 292.463 473.756 291.877C474.143 291.279 474.482 290.547 474.775 289.68H475.443ZM482.07 292.211V293.969C482.41 293.383 482.82 292.914 483.301 292.562C483.781 292.211 484.273 292.035 484.777 292.035C485.117 292.035 485.422 292.094 485.691 292.211V293.881C485.316 293.658 484.941 293.547 484.566 293.547C483.969 293.547 483.482 293.758 483.107 294.18C482.744 294.602 482.398 295.105 482.07 295.691V301H480.629V292.211H482.07ZM491.158 292.035C491.662 292.035 492.172 292.158 492.688 292.404C493.215 292.639 493.666 292.967 494.041 293.389V292.211H495.482V301H494.041V299.506C493.736 299.975 493.32 300.385 492.793 300.736C492.277 301.088 491.686 301.264 491.018 301.264C490.268 301.264 489.582 301.076 488.961 300.701C488.34 300.314 487.842 299.781 487.467 299.102C487.104 298.422 486.922 297.637 486.922 296.746C486.922 295.773 487.104 294.936 487.467 294.232C487.842 293.529 488.352 292.99 488.996 292.615C489.641 292.229 490.361 292.035 491.158 292.035ZM491.422 293.441C490.789 293.441 490.25 293.6 489.805 293.916C489.359 294.232 489.014 294.643 488.768 295.146C488.533 295.639 488.416 296.172 488.416 296.746C488.416 297.309 488.533 297.83 488.768 298.311C489.002 298.779 489.33 299.154 489.752 299.436C490.186 299.717 490.684 299.857 491.246 299.857C491.785 299.857 492.266 299.717 492.688 299.436C493.109 299.154 493.443 298.768 493.689 298.275C493.936 297.771 494.053 297.209 494.041 296.588L494.023 294.9C493.66 294.443 493.268 294.086 492.846 293.828C492.436 293.57 491.961 293.441 491.422 293.441ZM500.896 289.68V292.211H503.463V293.564H500.896V298.715C500.896 299.078 500.99 299.365 501.178 299.576C501.365 299.787 501.652 299.893 502.039 299.893C502.391 299.893 502.684 299.852 502.918 299.77C503.152 299.676 503.357 299.576 503.533 299.471V300.648C503.299 300.836 503.047 300.982 502.777 301.088C502.52 301.205 502.168 301.264 501.723 301.264C500.973 301.264 500.404 301.041 500.018 300.596C499.643 300.139 499.455 299.535 499.455 298.785V293.564H497.768V293.143C498.342 292.885 498.822 292.463 499.209 291.877C499.596 291.279 499.936 290.547 500.229 289.68H500.896ZM509.703 292.035C510.605 292.035 511.355 292.223 511.953 292.598C512.551 292.973 512.996 293.482 513.289 294.127C513.594 294.771 513.746 295.498 513.746 296.307V297.168H506.996C507.066 297.66 507.236 298.111 507.506 298.521C507.775 298.932 508.127 299.26 508.561 299.506C508.994 299.74 509.492 299.857 510.055 299.857C510.688 299.857 511.279 299.699 511.83 299.383C512.381 299.055 512.844 298.697 513.219 298.311L513.201 299.875C513.037 300.074 512.791 300.285 512.463 300.508C512.146 300.719 511.777 300.895 511.355 301.035C510.945 301.188 510.512 301.264 510.055 301.264C509.164 301.264 508.373 301.053 507.682 300.631C506.99 300.209 506.445 299.652 506.047 298.961C505.66 298.258 505.467 297.49 505.467 296.658C505.467 295.826 505.648 295.059 506.012 294.355C506.375 293.652 506.873 293.09 507.506 292.668C508.15 292.246 508.883 292.035 509.703 292.035ZM509.703 293.441C508.977 293.441 508.379 293.688 507.91 294.18C507.441 294.66 507.148 295.246 507.031 295.938H512.322C512.264 295.363 512.1 294.895 511.83 294.531C511.572 294.168 511.256 293.898 510.881 293.723C510.506 293.535 510.113 293.441 509.703 293.441ZM519.74 292.035C520.244 292.035 520.754 292.158 521.27 292.404C521.797 292.639 522.248 292.967 522.623 293.389V292.211H524.064V300.824C524.064 301.867 523.854 302.734 523.432 303.426C523.01 304.117 522.447 304.633 521.744 304.973C521.041 305.312 520.273 305.482 519.441 305.482C518.902 305.482 518.439 305.418 518.053 305.289C517.678 305.172 517.355 305.02 517.086 304.832C516.816 304.656 516.57 304.486 516.348 304.322V302.775C516.523 302.904 516.752 303.068 517.033 303.268C517.326 303.479 517.672 303.666 518.07 303.83C518.48 303.994 518.938 304.076 519.441 304.076C520.016 304.076 520.543 303.971 521.023 303.76C521.504 303.549 521.891 303.238 522.184 302.828C522.477 302.418 522.623 301.926 522.623 301.352V299.506C522.318 299.975 521.902 300.385 521.375 300.736C520.859 301.088 520.268 301.264 519.6 301.264C518.85 301.264 518.164 301.076 517.543 300.701C516.922 300.314 516.424 299.781 516.049 299.102C515.686 298.422 515.504 297.637 515.504 296.746C515.504 295.773 515.686 294.936 516.049 294.232C516.424 293.529 516.934 292.99 517.578 292.615C518.223 292.229 518.943 292.035 519.74 292.035ZM520.004 293.459C519.371 293.459 518.832 293.617 518.387 293.934C517.941 294.238 517.596 294.643 517.35 295.146C517.115 295.639 516.998 296.172 516.998 296.746C516.998 297.309 517.115 297.824 517.35 298.293C517.584 298.762 517.912 299.137 518.334 299.418C518.768 299.699 519.266 299.84 519.828 299.84C520.367 299.84 520.848 299.699 521.27 299.418C521.691 299.137 522.025 298.75 522.271 298.258C522.518 297.766 522.635 297.209 522.623 296.588L522.605 294.9C522.242 294.443 521.85 294.092 521.428 293.846C521.018 293.588 520.543 293.459 520.004 293.459ZM527.545 292.211L530.621 298.68L533.609 292.211H535.332L528.863 305.219H527.193L529.707 300.473L525.822 292.211H527.545Z" fill="white"/>
+<path d="M489.959 151.035C490.721 151.035 491.406 151.223 492.016 151.598C492.637 151.961 493.129 152.477 493.492 153.145C493.867 153.801 494.055 154.574 494.055 155.465C494.055 156.426 493.867 157.27 493.492 157.996C493.129 158.711 492.625 159.268 491.98 159.666C491.348 160.064 490.627 160.264 489.818 160.264C489.314 160.264 488.799 160.129 488.271 159.859C487.756 159.59 487.311 159.244 486.936 158.822V164.219H485.494V151.211H486.936V152.705C487.24 152.236 487.65 151.844 488.166 151.527C488.693 151.199 489.291 151.035 489.959 151.035ZM489.73 152.441C489.203 152.441 488.723 152.576 488.289 152.846C487.867 153.115 487.533 153.49 487.287 153.971C487.053 154.439 486.936 154.99 486.936 155.623L486.953 157.311C487.328 157.768 487.721 158.143 488.131 158.436C488.541 158.717 489.016 158.857 489.555 158.857C490.188 158.857 490.727 158.693 491.172 158.365C491.617 158.037 491.957 157.615 492.191 157.1C492.438 156.572 492.561 156.027 492.561 155.465C492.561 154.891 492.443 154.381 492.209 153.936C491.975 153.479 491.646 153.115 491.225 152.846C490.803 152.576 490.305 152.441 489.73 152.441ZM497.869 151.211V152.969C498.209 152.383 498.619 151.914 499.1 151.562C499.58 151.211 500.072 151.035 500.576 151.035C500.916 151.035 501.221 151.094 501.49 151.211V152.881C501.115 152.658 500.74 152.547 500.365 152.547C499.768 152.547 499.281 152.758 498.906 153.18C498.543 153.602 498.197 154.105 497.869 154.691V160H496.428V151.211H497.869ZM507.309 151.035C508.199 151.035 508.99 151.246 509.682 151.668C510.373 152.09 510.912 152.652 511.299 153.355C511.697 154.059 511.896 154.826 511.896 155.658C511.896 156.49 511.697 157.258 511.299 157.961C510.912 158.652 510.373 159.209 509.682 159.631C508.99 160.053 508.199 160.264 507.309 160.264C506.418 160.264 505.627 160.053 504.936 159.631C504.244 159.209 503.699 158.652 503.301 157.961C502.914 157.258 502.721 156.49 502.721 155.658C502.721 154.826 502.914 154.059 503.301 153.355C503.699 152.652 504.244 152.09 504.936 151.668C505.627 151.246 506.418 151.035 507.309 151.035ZM507.309 152.441C506.688 152.441 506.143 152.594 505.674 152.898C505.205 153.191 504.842 153.584 504.584 154.076C504.338 154.557 504.215 155.084 504.215 155.658C504.215 156.221 504.338 156.748 504.584 157.24C504.842 157.721 505.205 158.113 505.674 158.418C506.143 158.711 506.688 158.857 507.309 158.857C507.941 158.857 508.486 158.711 508.943 158.418C509.412 158.113 509.77 157.721 510.016 157.24C510.273 156.748 510.402 156.221 510.402 155.658C510.402 155.084 510.273 154.557 510.016 154.076C509.77 153.584 509.412 153.191 508.943 152.898C508.486 152.594 507.941 152.441 507.309 152.441ZM522.215 147.344V160H520.773V158.506C520.469 158.975 520.053 159.385 519.525 159.736C519.01 160.088 518.418 160.264 517.75 160.264C517 160.264 516.314 160.076 515.693 159.701C515.072 159.314 514.574 158.781 514.199 158.102C513.836 157.422 513.654 156.637 513.654 155.746C513.654 154.773 513.836 153.936 514.199 153.232C514.574 152.529 515.084 151.99 515.729 151.615C516.373 151.229 517.094 151.035 517.891 151.035C518.395 151.035 518.904 151.158 519.42 151.404C519.947 151.639 520.398 151.967 520.773 152.389V147.344H522.215ZM518.154 152.477C517.521 152.477 516.982 152.635 516.537 152.951C516.092 153.256 515.746 153.654 515.5 154.146C515.266 154.639 515.148 155.172 515.148 155.746C515.148 156.309 515.266 156.83 515.5 157.311C515.734 157.779 516.062 158.154 516.484 158.436C516.918 158.717 517.416 158.857 517.979 158.857C518.518 158.857 518.998 158.717 519.42 158.436C519.842 158.154 520.176 157.768 520.422 157.275C520.668 156.771 520.785 156.209 520.773 155.588L520.756 153.9C520.393 153.443 520 153.092 519.578 152.846C519.168 152.6 518.693 152.477 518.154 152.477ZM532.393 151.211V156.414C532.393 157.188 532.229 157.855 531.9 158.418C531.572 158.98 531.127 159.414 530.564 159.719C530.002 160.023 529.369 160.176 528.666 160.176C527.963 160.176 527.33 160.023 526.768 159.719C526.205 159.414 525.76 158.98 525.432 158.418C525.104 157.855 524.939 157.188 524.939 156.414V151.211H526.434V156.414C526.434 157.176 526.656 157.762 527.102 158.172C527.559 158.57 528.08 158.77 528.666 158.77C529.252 158.77 529.768 158.57 530.213 158.172C530.67 157.762 530.898 157.176 530.898 156.414V151.211H532.393ZM539.09 151.035C539.734 151.035 540.291 151.141 540.76 151.352C541.229 151.551 541.551 151.732 541.727 151.896V153.355C541.398 153.109 541.023 152.898 540.602 152.723C540.18 152.535 539.676 152.441 539.09 152.441C538.469 152.441 537.924 152.594 537.455 152.898C536.986 153.191 536.623 153.584 536.365 154.076C536.119 154.557 535.996 155.084 535.996 155.658C535.996 156.221 536.119 156.748 536.365 157.24C536.623 157.721 536.986 158.113 537.455 158.418C537.924 158.711 538.469 158.857 539.09 158.857C539.676 158.857 540.18 158.77 540.602 158.594C541.023 158.406 541.398 158.189 541.727 157.943V159.402C541.551 159.578 541.229 159.766 540.76 159.965C540.291 160.164 539.734 160.264 539.09 160.264C538.199 160.264 537.408 160.053 536.717 159.631C536.025 159.209 535.48 158.652 535.082 157.961C534.695 157.258 534.502 156.49 534.502 155.658C534.502 154.826 534.695 154.059 535.082 153.355C535.48 152.652 536.025 152.09 536.717 151.668C537.408 151.246 538.199 151.035 539.09 151.035ZM546.525 148.68V151.211H549.092V152.564H546.525V157.715C546.525 158.078 546.619 158.365 546.807 158.576C546.994 158.787 547.281 158.893 547.668 158.893C548.02 158.893 548.312 158.852 548.547 158.77C548.781 158.676 548.986 158.576 549.162 158.471V159.648C548.928 159.836 548.676 159.982 548.406 160.088C548.148 160.205 547.797 160.264 547.352 160.264C546.602 160.264 546.033 160.041 545.646 159.596C545.271 159.139 545.084 158.535 545.084 157.785V152.564H543.396V152.143C543.971 151.885 544.451 151.463 544.838 150.877C545.225 150.279 545.564 149.547 545.857 148.68H546.525ZM553.117 146.992C553.457 146.992 553.738 147.115 553.961 147.361C554.195 147.596 554.312 147.871 554.312 148.188C554.312 148.492 554.195 148.768 553.961 149.014C553.738 149.26 553.457 149.383 553.117 149.383C552.777 149.383 552.49 149.26 552.256 149.014C552.033 148.768 551.922 148.492 551.922 148.188C551.922 147.871 552.033 147.596 552.256 147.361C552.49 147.115 552.777 146.992 553.117 146.992ZM554.014 151.211V160H552.572V152.564H551.184V151.211H554.014ZM561.098 151.035C561.988 151.035 562.779 151.246 563.471 151.668C564.162 152.09 564.701 152.652 565.088 153.355C565.486 154.059 565.686 154.826 565.686 155.658C565.686 156.49 565.486 157.258 565.088 157.961C564.701 158.652 564.162 159.209 563.471 159.631C562.779 160.053 561.988 160.264 561.098 160.264C560.207 160.264 559.416 160.053 558.725 159.631C558.033 159.209 557.488 158.652 557.09 157.961C556.703 157.258 556.51 156.49 556.51 155.658C556.51 154.826 556.703 154.059 557.09 153.355C557.488 152.652 558.033 152.09 558.725 151.668C559.416 151.246 560.207 151.035 561.098 151.035ZM561.098 152.441C560.477 152.441 559.932 152.594 559.463 152.898C558.994 153.191 558.631 153.584 558.373 154.076C558.127 154.557 558.004 155.084 558.004 155.658C558.004 156.221 558.127 156.748 558.373 157.24C558.631 157.721 558.994 158.113 559.463 158.418C559.932 158.711 560.477 158.857 561.098 158.857C561.73 158.857 562.275 158.711 562.732 158.418C563.201 158.113 563.559 157.721 563.805 157.24C564.062 156.748 564.191 156.221 564.191 155.658C564.191 155.084 564.062 154.557 563.805 154.076C563.559 153.584 563.201 153.191 562.732 152.898C562.275 152.594 561.73 152.441 561.098 152.441ZM569.5 151.211V152.6C569.688 152.365 569.928 152.131 570.221 151.896C570.514 151.65 570.842 151.445 571.205 151.281C571.58 151.117 571.967 151.035 572.365 151.035C572.963 151.035 573.508 151.17 574 151.439C574.492 151.697 574.885 152.096 575.178 152.635C575.471 153.162 575.617 153.83 575.617 154.639V160H574.176L574.158 154.779C574.158 154.018 573.988 153.438 573.648 153.039C573.32 152.641 572.811 152.441 572.119 152.441C571.65 152.441 571.182 152.617 570.713 152.969C570.256 153.309 569.852 153.707 569.5 154.164V160H568.059V151.211H569.5Z" fill="white"/>
+<path d="M543.375 199.1C541.675 190.475 534.1 184 525 184C517.775 184 511.5 188.1 508.375 194.1C500.85 194.9 495 201.275 495 209C495 217.275 501.725 224 510 224H542.5C549.4 224 555 218.4 555 211.5C555 204.9 549.875 199.55 543.375 199.1Z" fill="white"/>
+<rect x="435.5" y="125.5" width="184" height="192" rx="2.5" stroke="white"/>
+<path d="M104.293 117.707C104.683 118.098 105.317 118.098 105.707 117.707L112.071 111.343C112.462 110.953 112.462 110.319 112.071 109.929C111.681 109.538 111.047 109.538 110.657 109.929L105 115.586L99.3431 109.929C98.9526 109.538 98.3195 109.538 97.9289 109.929C97.5384 110.319 97.5384 110.953 97.9289 111.343L104.293 117.707ZM104 76V117H106V76H104Z" fill="white"/>
+<path d="M303.293 118.707C303.683 119.098 304.317 119.098 304.707 118.707L311.071 112.343C311.462 111.953 311.462 111.319 311.071 110.929C310.681 110.538 310.047 110.538 309.657 110.929L304 116.586L298.343 110.929C297.953 110.538 297.319 110.538 296.929 110.929C296.538 111.319 296.538 111.953 296.929 112.343L303.293 118.707ZM303 77V118H305V77H303Z" fill="white"/>
+<path d="M514.293 118.707C514.683 119.098 515.317 119.098 515.707 118.707L522.071 112.343C522.462 111.953 522.462 111.319 522.071 110.929C521.681 110.538 521.047 110.538 520.657 110.929L515 116.586L509.343 110.929C508.953 110.538 508.319 110.538 507.929 110.929C507.538 111.319 507.538 111.953 507.929 112.343L514.293 118.707ZM514 77V118H516V77H514Z" fill="white"/>
+</svg>
diff --git a/frontend/src/assets/img/splash_env2.svg b/frontend/src/assets/img/splash_env2.svg
new file mode 100644
index 0000000000..fb75b51e0d
--- /dev/null
+++ b/frontend/src/assets/img/splash_env2.svg
@@ -0,0 +1,2 @@
+<svg width="100%" height="100%" viewBox="0 0 622 318" fill="none" xmlns="http://www.w3.org/2000/svg">
+<rect x=".5" y=".5" width="621" height="69" rx="2.5" stroke="#fff"/><path d="M273.959 32.035c.762 0 1.447.188 2.057.563a3.912 3.912 0 0 1 1.476 1.547c.375.656.563 1.43.563 2.32 0 .96-.188 1.804-.563 2.531a4.092 4.092 0 0 1-1.512 1.67c-.632.399-1.353.598-2.162.598-.504 0-1.019-.135-1.547-.405a4.66 4.66 0 0 1-1.335-1.037v5.397h-1.442V32.21h1.442v1.494a3.814 3.814 0 0 1 1.23-1.178 3.323 3.323 0 0 1 1.793-.492Zm-.229 1.406c-.527 0-1.007.135-1.441.405-.422.27-.756.644-1.002 1.125-.234.469-.351 1.02-.351 1.652l.017 1.688c.375.457.768.832 1.178 1.124.41.282.885.422 1.424.422.633 0 1.172-.164 1.617-.492.445-.328.785-.75 1.019-1.265.247-.528.37-1.073.37-1.635 0-.574-.118-1.084-.352-1.53a2.767 2.767 0 0 0-.984-1.09c-.422-.269-.92-.404-1.495-.404Zm8.139-1.23v1.758c.34-.586.75-1.055 1.231-1.407.48-.351.972-.527 1.476-.527.34 0 .645.059.914.176v1.67c-.375-.223-.75-.334-1.125-.334-.597 0-1.084.21-1.459.633a9.212 9.212 0 0 0-1.037 1.511V41h-1.441v-8.79h1.441Zm9.44-.176c.89 0 1.681.211 2.373.633.691.422 1.23.984 1.617 1.688.398.703.597 1.47.597 2.302 0 .832-.199 1.6-.597 2.303a4.514 4.514 0 0 1-1.617 1.67c-.692.422-1.483.633-2.373.633-.891 0-1.682-.211-2.373-.633a4.642 4.642 0 0 1-1.635-1.67 4.697 4.697 0 0 1-.58-2.303c0-.832.193-1.6.58-2.303a4.598 4.598 0 0 1 1.635-1.687c.691-.422 1.482-.633 2.373-.633Zm0 1.406c-.621 0-1.166.153-1.635.457a3.013 3.013 0 0 0-1.09 1.178 3.42 3.42 0 0 0-.369 1.582c0 .563.123 1.09.369 1.582.258.48.621.873 1.09 1.178.469.293 1.014.44 1.635.44.632 0 1.177-.147 1.634-.44a3.04 3.04 0 0 0 1.073-1.178c.257-.492.386-1.02.386-1.582 0-.574-.129-1.101-.386-1.582a2.886 2.886 0 0 0-1.073-1.178c-.457-.304-1.002-.457-1.634-.457Zm8.121-5.449c.34 0 .621.123.843.37.235.234.352.51.352.826 0 .304-.117.58-.352.826-.222.246-.503.369-.843.369-.34 0-.627-.123-.862-.37a1.204 1.204 0 0 1-.334-.826c0-.316.112-.591.334-.826.235-.246.522-.369.862-.369Zm.931 4.219v8.754c0 1.183-.275 2.138-.826 2.865-.539.727-1.271 1.277-2.197 1.652l-.65-1.3c.773-.375 1.335-.791 1.687-1.248.363-.457.545-1.043.545-1.758v-7.611h-1.389V32.21h2.83Zm6.61-.176c.902 0 1.652.188 2.25.563a3.46 3.46 0 0 1 1.336 1.529c.304.645.457 1.371.457 2.18v.861h-6.75c.07.492.24.943.509 1.354.27.41.622.738 1.055.984.434.234.932.351 1.494.351.633 0 1.225-.158 1.776-.474a6.7 6.7 0 0 0 1.388-1.073l-.017 1.565c-.164.2-.41.41-.739.633a4.609 4.609 0 0 1-1.107.527c-.41.153-.844.229-1.301.229-.89 0-1.681-.211-2.373-.633a4.658 4.658 0 0 1-1.635-1.67 4.708 4.708 0 0 1-.58-2.303c0-.832.182-1.6.545-2.303a4.445 4.445 0 0 1 1.494-1.687c.645-.422 1.377-.633 2.198-.633Zm0 1.406c-.727 0-1.325.246-1.793.739a3.223 3.223 0 0 0-.879 1.758h5.291c-.059-.575-.223-1.044-.492-1.407a2.413 2.413 0 0 0-.95-.808 2.598 2.598 0 0 0-1.177-.282Zm10.388-1.406c.645 0 1.202.106 1.67.317.469.199.791.38.967.545v1.459a5.185 5.185 0 0 0-1.125-.633c-.422-.188-.926-.282-1.512-.282-.621 0-1.166.153-1.634.457a3.013 3.013 0 0 0-1.09 1.178 3.42 3.42 0 0 0-.369 1.582c0 .563.123 1.09.369 1.582.258.48.621.873 1.09 1.178.468.293 1.013.44 1.634.44.586 0 1.09-.088 1.512-.264a5.775 5.775 0 0 0 1.125-.65v1.458c-.176.176-.498.364-.967.563-.468.2-1.025.299-1.67.299-.89 0-1.681-.211-2.373-.633a4.648 4.648 0 0 1-1.634-1.67 4.698 4.698 0 0 1-.581-2.303c0-.832.194-1.6.581-2.303a4.604 4.604 0 0 1 1.634-1.687c.692-.422 1.483-.633 2.373-.633Zm7.436-2.355v2.53h2.566v1.355h-2.566v5.15c0 .363.094.65.281.861.188.211.475.317.862.317.351 0 .644-.041.878-.123.235-.094.44-.194.616-.3v1.178a2.913 2.913 0 0 1-.756.44c-.258.117-.61.176-1.055.176-.75 0-1.318-.223-1.705-.668-.375-.457-.562-1.06-.562-1.81v-5.221h-1.688v-.422c.574-.258 1.055-.68 1.441-1.266.387-.598.727-1.33 1.02-2.197h.668ZM28.92 152.68v2.531h2.566v1.353H28.92v5.151c0 .363.094.65.281.861.188.211.475.317.861.317.352 0 .645-.041.88-.123.234-.094.439-.194.615-.299v1.177a2.895 2.895 0 0 1-.756.44c-.258.117-.61.176-1.055.176-.75 0-1.318-.223-1.705-.668-.375-.457-.563-1.061-.563-1.811v-5.221h-1.687v-.421c.574-.258 1.055-.68 1.441-1.266.387-.598.727-1.33 1.02-2.197h.668Zm12.375 2.531v5.203c0 .774-.164 1.441-.492 2.004a3.4 3.4 0 0 1-1.336 1.301c-.563.304-1.195.457-1.899.457-.703 0-1.336-.153-1.898-.457a3.4 3.4 0 0 1-1.336-1.301c-.328-.563-.492-1.23-.492-2.004v-5.203h1.494v5.203c0 .762.223 1.348.668 1.758.457.398.978.598 1.564.598.586 0 1.102-.2 1.547-.598.457-.41.686-.996.686-1.758v-5.203h1.494Zm4.166 0v1.758c.34-.586.75-1.055 1.23-1.407.48-.351.973-.527 1.477-.527.34 0 .645.059.914.176v1.67c-.375-.223-.75-.334-1.125-.334-.598 0-1.084.211-1.459.633a9.205 9.205 0 0 0-1.037 1.511V164H44.02v-8.789h1.44Zm6.908 0v1.389c.188-.235.428-.469.72-.704.294-.246.622-.451.985-.615a2.867 2.867 0 0 1 1.16-.246c.598 0 1.143.135 1.635.404.492.258.885.657 1.178 1.196.293.527.44 1.195.44 2.004V164h-1.442l-.018-5.221c0-.761-.17-1.341-.51-1.74-.328-.398-.837-.598-1.529-.598-.468 0-.937.176-1.406.528-.457.34-.861.738-1.213 1.195V164h-1.441v-8.789h1.441Zm12.463-.176c.902 0 1.652.188 2.25.563a3.452 3.452 0 0 1 1.336 1.529c.305.644.457 1.371.457 2.18v.861h-6.75c.07.492.24.943.51 1.353.27.411.62.739 1.055.985.433.234.931.351 1.494.351.632 0 1.224-.158 1.775-.474a6.706 6.706 0 0 0 1.389-1.072l-.018 1.564c-.164.199-.41.41-.738.633a4.596 4.596 0 0 1-1.108.527c-.41.153-.843.229-1.3.229-.891 0-1.682-.211-2.373-.633a4.653 4.653 0 0 1-1.635-1.67 4.701 4.701 0 0 1-.58-2.303c0-.832.181-1.599.545-2.303a4.435 4.435 0 0 1 1.494-1.687c.644-.422 1.377-.633 2.197-.633Zm0 1.406c-.726 0-1.324.247-1.793.739a3.222 3.222 0 0 0-.879 1.758h5.291c-.058-.575-.222-1.043-.492-1.407a2.404 2.404 0 0 0-.95-.808 2.595 2.595 0 0 0-1.177-.282Zm14.361-5.097V164h-1.441v-1.494a4.3 4.3 0 0 1-1.248 1.23c-.516.352-1.108.528-1.776.528-.75 0-1.435-.188-2.056-.563a4.28 4.28 0 0 1-1.494-1.599c-.364-.68-.545-1.465-.545-2.356 0-.973.181-1.81.545-2.514.375-.703.885-1.242 1.529-1.617a4.128 4.128 0 0 1 2.162-.58 3.53 3.53 0 0 1 1.53.369c.527.235.978.563 1.353.985v-5.045h1.441Zm-4.06 5.133c-.633 0-1.172.158-1.617.474a3.108 3.108 0 0 0-1.038 1.195 3.677 3.677 0 0 0-.351 1.6c0 .563.117 1.084.352 1.565.234.468.562.843.984 1.125.434.281.931.421 1.494.421.54 0 1.02-.14 1.441-.421a2.943 2.943 0 0 0 1.002-1.161 3.633 3.633 0 0 0 .352-1.687l-.018-1.688c-.363-.457-.755-.808-1.177-1.054-.41-.246-.885-.369-1.424-.369Zm16.295-1.442c.89 0 1.681.211 2.373.633.691.422 1.23.984 1.617 1.687.398.704.598 1.471.598 2.303 0 .832-.2 1.6-.598 2.303a4.513 4.513 0 0 1-1.617 1.67c-.692.422-1.483.633-2.373.633-.89 0-1.682-.211-2.373-.633a4.655 4.655 0 0 1-1.635-1.67 4.701 4.701 0 0 1-.58-2.303c0-.832.193-1.599.58-2.303a4.608 4.608 0 0 1 1.635-1.687c.691-.422 1.482-.633 2.373-.633Zm0 1.406c-.621 0-1.166.153-1.635.457a3.015 3.015 0 0 0-1.09 1.178 3.421 3.421 0 0 0-.369 1.582c0 .563.123 1.09.37 1.582a3.18 3.18 0 0 0 1.089 1.178c.469.293 1.014.439 1.635.439.633 0 1.178-.146 1.635-.439a3.04 3.04 0 0 0 1.072-1.178 3.358 3.358 0 0 0 .386-1.582c0-.574-.128-1.101-.386-1.582a2.889 2.889 0 0 0-1.073-1.178c-.456-.304-1.001-.457-1.634-.457Zm8.402-1.23v1.389c.188-.235.428-.469.721-.704.293-.246.621-.451.984-.615a2.868 2.868 0 0 1 1.16-.246c.598 0 1.143.135 1.635.404.492.258.885.657 1.178 1.196.293.527.439 1.195.439 2.004V164h-1.441l-.018-5.221c0-.761-.17-1.341-.509-1.74-.329-.398-.838-.598-1.53-.598-.469 0-.937.176-1.406.528a6.18 6.18 0 0 0-1.213 1.195V164H98.39v-8.789h1.441Zm15.522-4.219c.339 0 .621.123.843.369.235.235.352.51.352.827 0 .304-.117.58-.352.826a1.088 1.088 0 0 1-.843.369c-.34 0-.627-.123-.862-.369a1.205 1.205 0 0 1-.334-.826c0-.317.112-.592.334-.827.235-.246.522-.369.862-.369Zm.896 4.219V164h-1.441v-7.436h-1.389v-1.353h2.83Zm4.553 0v1.389c.187-.235.428-.469.72-.704.293-.246.622-.451.985-.615a2.868 2.868 0 0 1 1.16-.246c.598 0 1.143.135 1.635.404.492.258.885.657 1.178 1.196.292.527.439 1.195.439 2.004V164h-1.441l-.018-5.221c0-.761-.17-1.341-.51-1.74-.328-.398-.838-.598-1.529-.598-.469 0-.938.176-1.406.528-.457.34-.862.738-1.213 1.195V164h-1.442v-8.789h1.442Zm22.06-3.867V164h-1.441v-1.494a4.307 4.307 0 0 1-1.248 1.23c-.516.352-1.108.528-1.776.528-.75 0-1.435-.188-2.056-.563a4.28 4.28 0 0 1-1.494-1.599c-.364-.68-.545-1.465-.545-2.356 0-.973.181-1.81.545-2.514.375-.703.884-1.242 1.529-1.617a4.128 4.128 0 0 1 2.162-.58c.504 0 1.014.123 1.529.369a3.92 3.92 0 0 1 1.354.985v-5.045h1.441Zm-4.06 5.133c-.633 0-1.172.158-1.617.474a3.112 3.112 0 0 0-1.038 1.195 3.682 3.682 0 0 0-.351 1.6c0 .563.117 1.084.351 1.565.235.468.563.843.985 1.125.433.281.931.421 1.494.421.539 0 1.02-.14 1.441-.421a2.941 2.941 0 0 0 1.002-1.161 3.63 3.63 0 0 0 .352-1.687l-.018-1.688c-.363-.457-.756-.808-1.177-1.054-.411-.246-.885-.369-1.424-.369Zm10.67-1.442c.902 0 1.652.188 2.25.563a3.456 3.456 0 0 1 1.336 1.529c.304.644.457 1.371.457 2.18v.861h-6.75c.07.492.24.943.509 1.353.27.411.622.739 1.055.985.434.234.932.351 1.494.351.633 0 1.225-.158 1.776-.474a6.722 6.722 0 0 0 1.388-1.072l-.017 1.564c-.164.199-.41.41-.739.633a4.582 4.582 0 0 1-1.107.527c-.41.153-.844.229-1.301.229-.89 0-1.681-.211-2.373-.633a4.662 4.662 0 0 1-1.635-1.67 4.708 4.708 0 0 1-.58-2.303c0-.832.182-1.599.545-2.303a4.447 4.447 0 0 1 1.494-1.687c.645-.422 1.377-.633 2.198-.633Zm0 1.406c-.727 0-1.325.247-1.793.739a3.22 3.22 0 0 0-.879 1.758h5.291c-.059-.575-.223-1.043-.492-1.407a2.407 2.407 0 0 0-.95-.808 2.592 2.592 0 0 0-1.177-.282Zm14.168-1.23L159.508 164h-.897l-3.955-8.789h1.723l2.654 6.469 2.883-6.469h1.723ZM20.102 266.211v1.125a4.86 4.86 0 0 1 1.072-.879c.445-.281.967-.422 1.564-.422.633 0 1.225.153 1.776.457.55.293.972.738 1.265 1.336.41-.492.856-.914 1.336-1.266.48-.351 1.043-.527 1.688-.527.597 0 1.154.135 1.67.404.527.258.949.657 1.265 1.196.328.527.492 1.195.492 2.004V275h-1.44l-.018-5.221c0-.761-.2-1.341-.598-1.74-.387-.398-.926-.598-1.617-.598-.504 0-.944.159-1.319.475a8.07 8.07 0 0 0-1.072 1.107V275h-1.441l-.018-5.221c0-.761-.2-1.341-.598-1.74-.386-.398-.925-.598-1.617-.598-.48 0-.92.141-1.318.422a5.854 5.854 0 0 0-1.072 1.02V275H18.66v-8.789h1.442Zm15.345 0 3.076 6.469 2.989-6.469h1.722l-6.468 13.008h-1.67l2.513-4.746-3.884-8.262h1.722Zm19.371 0v1.353h-2.566V275H50.81v-7.436h-1.388v-1.353h1.389v-1.125c0-.691.134-1.254.404-1.688.27-.445.615-.773 1.037-.984.422-.223.85-.334 1.283-.334.598 0 1.084.158 1.46.475v1.265a2.242 2.242 0 0 0-.634-.281c-.246-.07-.492-.1-.738-.088-.433.012-.773.153-1.02.422-.234.258-.351.715-.351 1.371v.967h2.566Zm5.538-.176c.902 0 1.652.188 2.25.563a3.452 3.452 0 0 1 1.335 1.529c.305.644.457 1.371.457 2.18v.861h-6.75c.07.492.24.943.51 1.353.27.411.621.739 1.055.985.434.234.931.351 1.494.351.633 0 1.225-.158 1.775-.474a6.706 6.706 0 0 0 1.39-1.072l-.019 1.564c-.163.199-.41.41-.738.633a4.594 4.594 0 0 1-1.107.527 3.69 3.69 0 0 1-1.301.229c-.89 0-1.682-.211-2.373-.633a4.655 4.655 0 0 1-1.635-1.67 4.701 4.701 0 0 1-.58-2.303c0-.832.182-1.599.545-2.303a4.434 4.434 0 0 1 1.494-1.687c.645-.422 1.377-.633 2.197-.633Zm0 1.406c-.727 0-1.325.247-1.794.739a3.223 3.223 0 0 0-.878 1.758h5.29c-.058-.575-.222-1.043-.492-1.407a2.404 2.404 0 0 0-.949-.808 2.595 2.595 0 0 0-1.178-.282Zm10.037-1.406a3.53 3.53 0 0 1 1.529.369c.527.235.978.563 1.353.985v-1.178h1.442V275h-1.442v-1.494c-.304.469-.72.879-1.248 1.23-.515.352-1.107.528-1.775.528-.75 0-1.436-.188-2.057-.563a4.28 4.28 0 0 1-1.494-1.599c-.363-.68-.545-1.465-.545-2.356 0-.973.182-1.81.545-2.514.375-.703.885-1.242 1.53-1.617a4.128 4.128 0 0 1 2.162-.58Zm.263 1.406c-.633 0-1.172.159-1.617.475a3.213 3.213 0 0 0-1.037 1.23 3.677 3.677 0 0 0-.352 1.6c0 .563.118 1.084.352 1.565.234.468.563.843.984 1.125.434.281.932.421 1.495.421.538 0 1.019-.14 1.44-.421a2.943 2.943 0 0 0 1.003-1.161 3.633 3.633 0 0 0 .351-1.687l-.017-1.688a4.557 4.557 0 0 0-1.178-1.072c-.41-.258-.885-.387-1.424-.387Zm9.475-3.761v2.531h2.566v1.353h-2.566v5.151c0 .363.094.65.281.861.188.211.475.317.861.317.352 0 .645-.041.88-.123.234-.094.439-.194.615-.299v1.177a2.897 2.897 0 0 1-.756.44c-.258.117-.61.176-1.055.176-.75 0-1.318-.223-1.705-.668-.375-.457-.563-1.061-.563-1.811v-5.221h-1.687v-.421c.574-.258 1.055-.68 1.441-1.266.387-.598.727-1.33 1.02-2.197h.668Zm12.375 2.531v5.203c0 .774-.164 1.441-.492 2.004a3.4 3.4 0 0 1-1.336 1.301c-.563.304-1.196.457-1.899.457-.703 0-1.336-.153-1.898-.457a3.4 3.4 0 0 1-1.336-1.301c-.328-.563-.492-1.23-.492-2.004v-5.203h1.494v5.203c0 .762.222 1.348.668 1.758.457.398.978.598 1.564.598.586 0 1.102-.2 1.547-.598.457-.41.686-.996.686-1.758v-5.203h1.494Zm4.166 0v1.758c.34-.586.75-1.055 1.23-1.407.48-.351.973-.527 1.477-.527.34 0 .644.059.914.176v1.67c-.375-.223-.75-.334-1.125-.334-.598 0-1.084.211-1.459.633a9.192 9.192 0 0 0-1.037 1.511V275H95.23v-8.789h1.44Zm9.088-.176c.902 0 1.652.188 2.25.563a3.456 3.456 0 0 1 1.336 1.529c.304.644.457 1.371.457 2.18v.861h-6.75c.07.492.24.943.509 1.353.27.411.622.739 1.055.985.434.234.932.351 1.494.351.633 0 1.225-.158 1.776-.474a6.696 6.696 0 0 0 1.388-1.072l-.017 1.564c-.164.199-.41.41-.738.633a4.608 4.608 0 0 1-1.108.527c-.41.153-.844.229-1.301.229-.89 0-1.681-.211-2.373-.633a4.651 4.651 0 0 1-1.634-1.67 4.698 4.698 0 0 1-.581-2.303c0-.832.182-1.599.545-2.303a4.447 4.447 0 0 1 1.494-1.687c.645-.422 1.377-.633 2.198-.633Zm0 1.406c-.727 0-1.324.247-1.793.739a3.22 3.22 0 0 0-.879 1.758h5.291c-.059-.575-.223-1.043-.492-1.407a2.412 2.412 0 0 0-.949-.808 2.6 2.6 0 0 0-1.178-.282Zm14.115-3.761v2.531h2.566v1.353h-2.566v5.151c0 .363.094.65.281.861.188.211.475.317.862.317.351 0 .644-.041.878-.123.235-.094.44-.194.616-.299v1.177a2.915 2.915 0 0 1-.756.44c-.258.117-.61.176-1.055.176-.75 0-1.318-.223-1.705-.668-.375-.457-.562-1.061-.562-1.811v-5.221h-1.688v-.421c.574-.258 1.055-.68 1.442-1.266.386-.598.726-1.33 1.019-2.197h.668Zm9.158 2.355c.891 0 1.682.211 2.373.633a4.46 4.46 0 0 1 1.617 1.687c.399.704.598 1.471.598 2.303 0 .832-.199 1.6-.598 2.303a4.502 4.502 0 0 1-1.617 1.67c-.691.422-1.482.633-2.373.633-.89 0-1.681-.211-2.373-.633a4.662 4.662 0 0 1-1.635-1.67 4.708 4.708 0 0 1-.58-2.303c0-.832.194-1.599.58-2.303a4.616 4.616 0 0 1 1.635-1.687c.692-.422 1.483-.633 2.373-.633Zm0 1.406c-.621 0-1.166.153-1.635.457a3.012 3.012 0 0 0-1.089 1.178 3.41 3.41 0 0 0-.37 1.582c0 .563.123 1.09.37 1.582.257.481.621.873 1.089 1.178.469.293 1.014.439 1.635.439.633 0 1.178-.146 1.635-.439a3.037 3.037 0 0 0 1.072-1.178 3.356 3.356 0 0 0 .387-1.582c0-.574-.129-1.101-.387-1.582a2.885 2.885 0 0 0-1.072-1.178c-.457-.304-1.002-.457-1.635-.457Zm10.582-1.406c.504 0 1.014.123 1.53.369.527.235.978.563 1.353.985v-1.178h1.441v8.613c0 1.043-.21 1.91-.632 2.602a3.979 3.979 0 0 1-1.688 1.547 5.233 5.233 0 0 1-2.303.509c-.539 0-1.002-.064-1.388-.193a3.496 3.496 0 0 1-.967-.457c-.27-.176-.516-.346-.738-.51v-1.547c.175.129.404.293.685.493.293.211.639.398 1.037.562.41.164.867.246 1.371.246.575 0 1.102-.105 1.582-.316a2.759 2.759 0 0 0 1.161-.932c.293-.41.439-.902.439-1.476v-1.846a4.307 4.307 0 0 1-1.248 1.23c-.516.352-1.107.528-1.775.528-.75 0-1.436-.188-2.057-.563a4.28 4.28 0 0 1-1.494-1.599c-.363-.68-.545-1.465-.545-2.356 0-.973.182-1.81.545-2.514.375-.703.885-1.242 1.529-1.617a4.128 4.128 0 0 1 2.162-.58Zm.264 1.424c-.633 0-1.172.158-1.617.475a3.067 3.067 0 0 0-1.037 1.212 3.669 3.669 0 0 0-.352 1.6c0 .563.117 1.078.352 1.547.234.469.562.844.984 1.125.434.281.932.422 1.494.422.539 0 1.02-.141 1.442-.422a2.944 2.944 0 0 0 1.001-1.16c.247-.492.364-1.049.352-1.67l-.018-1.688c-.363-.457-.755-.808-1.177-1.054-.41-.258-.885-.387-1.424-.387Zm10.67-1.424a3.53 3.53 0 0 1 1.529.369c.527.235.979.563 1.354.985v-1.178h1.441v8.613c0 1.043-.211 1.91-.633 2.602a3.977 3.977 0 0 1-1.687 1.547 5.233 5.233 0 0 1-2.303.509c-.539 0-1.002-.064-1.389-.193a3.49 3.49 0 0 1-.966-.457c-.27-.176-.516-.346-.739-.51v-1.547c.176.129.405.293.686.493.293.211.638.398 1.037.562.41.164.867.246 1.371.246a3.89 3.89 0 0 0 1.582-.316c.48-.211.867-.522 1.16-.932.293-.41.44-.902.44-1.476v-1.846a4.307 4.307 0 0 1-1.248 1.23c-.516.352-1.108.528-1.776.528-.75 0-1.435-.188-2.056-.563a4.275 4.275 0 0 1-1.495-1.599c-.363-.68-.545-1.465-.545-2.356 0-.973.182-1.81.545-2.514.375-.703.885-1.242 1.53-1.617a4.126 4.126 0 0 1 2.162-.58Zm.263 1.424c-.632 0-1.171.158-1.617.475a3.075 3.075 0 0 0-1.037 1.212 3.682 3.682 0 0 0-.351 1.6c0 .563.117 1.078.351 1.547.235.469.563.844.985 1.125.433.281.931.422 1.494.422a2.54 2.54 0 0 0 1.441-.422 2.938 2.938 0 0 0 1.002-1.16c.246-.492.363-1.049.352-1.67l-.018-1.688c-.363-.457-.756-.808-1.178-1.054-.41-.258-.884-.387-1.424-.387Zm8.491-5.115V275h-1.442v-12.656h1.442Zm6.609 3.691c.902 0 1.652.188 2.25.563a3.45 3.45 0 0 1 1.336 1.529c.305.644.457 1.371.457 2.18v.861h-6.75c.07.492.24.943.51 1.353.269.411.621.739 1.055.985.433.234.931.351 1.494.351a3.51 3.51 0 0 0 1.775-.474 6.703 6.703 0 0 0 1.389-1.072l-.018 1.564c-.164.199-.41.41-.738.633a4.608 4.608 0 0 1-1.108.527c-.41.153-.843.229-1.3.229-.891 0-1.682-.211-2.373-.633a4.646 4.646 0 0 1-1.635-1.67 4.698 4.698 0 0 1-.58-2.303c0-.832.181-1.599.545-2.303a4.43 4.43 0 0 1 1.494-1.687c.644-.422 1.377-.633 2.197-.633Zm0 1.406c-.726 0-1.324.247-1.793.739a3.22 3.22 0 0 0-.879 1.758h5.291c-.058-.575-.222-1.043-.492-1.407a2.405 2.405 0 0 0-.949-.808 2.597 2.597 0 0 0-1.178-.282Zm-110.11 20.594c.598 0 1.143.135 1.636.404.492.258.884.657 1.177 1.196.293.527.44 1.195.44 2.004V297h-1.442l-.017-5.221c0-.761-.17-1.341-.51-1.74-.328-.398-.838-.598-1.53-.598-.468 0-.937.176-1.406.528-.457.34-.86.738-1.212 1.195V297h-1.442v-12.656h1.441v5.256c.188-.235.428-.469.721-.704.293-.246.621-.451.985-.615a2.867 2.867 0 0 1 1.16-.246Zm9.598 0a3.53 3.53 0 0 1 1.53.369c.527.235.978.563 1.353.985v-1.178h1.442V297h-1.442v-1.494a4.3 4.3 0 0 1-1.248 1.23c-.516.352-1.107.528-1.775.528-.75 0-1.436-.188-2.057-.563a4.28 4.28 0 0 1-1.494-1.599c-.363-.68-.545-1.465-.545-2.356 0-.973.182-1.81.545-2.514.375-.703.885-1.242 1.53-1.617a4.128 4.128 0 0 1 2.161-.58Zm.264 1.406c-.633 0-1.172.159-1.617.475a3.213 3.213 0 0 0-1.037 1.23 3.677 3.677 0 0 0-.352 1.6c0 .563.117 1.084.352 1.565.234.468.562.843.984 1.125.434.281.932.421 1.494.421.54 0 1.02-.14 1.442-.421a2.943 2.943 0 0 0 1.002-1.161 3.633 3.633 0 0 0 .351-1.687l-.017-1.688a4.557 4.557 0 0 0-1.178-1.072c-.41-.258-.885-.387-1.424-.387Zm9.668-1.406c.516 0 .996.076 1.441.229.446.14.768.287.967.439v1.547c-.246-.188-.58-.369-1.002-.545a3.348 3.348 0 0 0-1.3-.264c-.551 0-.967.129-1.249.387-.27.258-.404.527-.404.809 0 .222.076.451.229.685.164.223.445.405.843.545l1.477.528c.574.199 1.002.486 1.283.861.281.375.422.814.422 1.318 0 .492-.14.944-.422 1.354-.27.41-.65.738-1.142.984-.48.234-1.037.352-1.67.352-.34 0-.698-.047-1.073-.141a6.542 6.542 0 0 1-.984-.299 4.53 4.53 0 0 1-.65-.334v-1.547c.164.118.392.252.685.405.305.14.627.263.967.369.34.094.656.14.95.14.55 0 .984-.123 1.3-.369.328-.246.492-.55.492-.914a.786.786 0 0 0-.334-.668c-.21-.164-.521-.322-.931-.474l-1.301-.475c-.68-.258-1.131-.58-1.354-.967a2.723 2.723 0 0 1-.334-1.353c0-.75.281-1.371.844-1.864.563-.492 1.313-.738 2.25-.738Zm13.799 0a3.53 3.53 0 0 1 1.53.369c.526.235.978.563 1.353.985v-1.178h1.441V297h-1.441v-1.494c-.305.469-.721.879-1.248 1.23-.516.352-1.108.528-1.776.528-.75 0-1.435-.188-2.056-.563a4.28 4.28 0 0 1-1.495-1.599c-.363-.68-.544-1.465-.544-2.356 0-.973.181-1.81.544-2.514.376-.703.885-1.242 1.53-1.617a4.128 4.128 0 0 1 2.162-.58Zm.263 1.406c-.632 0-1.171.159-1.617.475a3.213 3.213 0 0 0-1.037 1.23 3.679 3.679 0 0 0-.351 1.6c0 .563.117 1.084.351 1.565.235.468.563.843.985 1.125.433.281.931.421 1.494.421.539 0 1.02-.14 1.441-.421a2.943 2.943 0 0 0 1.002-1.161 3.633 3.633 0 0 0 .352-1.687l-.018-1.688a4.559 4.559 0 0 0-1.178-1.072c-.41-.258-.884-.387-1.424-.387Zm11.022-1.406c.645 0 1.201.106 1.67.317.469.199.791.38.967.544v1.459a5.158 5.158 0 0 0-1.125-.632c-.422-.188-.926-.282-1.512-.282-.621 0-1.166.153-1.635.457a3.015 3.015 0 0 0-1.09 1.178 3.421 3.421 0 0 0-.369 1.582c0 .563.123 1.09.37 1.582a3.18 3.18 0 0 0 1.09 1.178c.468.293 1.013.439 1.634.439.586 0 1.09-.087 1.512-.263a5.802 5.802 0 0 0 1.125-.651v1.459c-.176.176-.498.364-.967.563-.469.199-1.025.299-1.67.299-.89 0-1.682-.211-2.373-.633a4.654 4.654 0 0 1-1.635-1.67 4.701 4.701 0 0 1-.58-2.303c0-.832.194-1.599.58-2.303a4.607 4.607 0 0 1 1.635-1.687c.691-.422 1.482-.633 2.373-.633Zm8.982 0c.645 0 1.202.106 1.67.317.469.199.791.38.967.544v1.459a5.158 5.158 0 0 0-1.125-.632c-.422-.188-.926-.282-1.512-.282-.621 0-1.166.153-1.634.457a3.015 3.015 0 0 0-1.09 1.178 3.422 3.422 0 0 0-.369 1.582c0 .563.123 1.09.369 1.582a3.18 3.18 0 0 0 1.09 1.178c.468.293 1.013.439 1.634.439.586 0 1.09-.087 1.512-.263a5.802 5.802 0 0 0 1.125-.651v1.459c-.176.176-.498.364-.967.563-.468.199-1.025.299-1.67.299-.89 0-1.681-.211-2.373-.633a4.651 4.651 0 0 1-1.634-1.67 4.698 4.698 0 0 1-.58-2.303 4.7 4.7 0 0 1 .58-2.303 4.605 4.605 0 0 1 1.634-1.687c.692-.422 1.483-.633 2.373-.633Zm8.631 0c.903 0 1.653.188 2.25.563a3.45 3.45 0 0 1 1.336 1.529c.305.644.457 1.371.457 2.18v.861h-6.75c.071.492.24.943.51 1.353.27.411.621.739 1.055.985.433.234.931.351 1.494.351.633 0 1.224-.158 1.775-.474a6.703 6.703 0 0 0 1.389-1.072l-.018 1.564c-.164.199-.41.41-.738.633a4.582 4.582 0 0 1-1.107.527 3.696 3.696 0 0 1-1.301.229c-.891 0-1.682-.211-2.373-.633a4.646 4.646 0 0 1-1.635-1.67 4.698 4.698 0 0 1-.58-2.303c0-.832.182-1.599.545-2.303a4.43 4.43 0 0 1 1.494-1.687c.645-.422 1.377-.633 2.197-.633Zm0 1.406c-.726 0-1.324.247-1.793.739a3.233 3.233 0 0 0-.879 1.758h5.291c-.058-.575-.222-1.043-.492-1.407a2.405 2.405 0 0 0-.949-.808 2.597 2.597 0 0 0-1.178-.282Zm9.035-1.406c.516 0 .997.076 1.442.229.445.14.767.287.967.439v1.547c-.246-.188-.58-.369-1.002-.545a3.35 3.35 0 0 0-1.301-.264c-.551 0-.967.129-1.248.387-.27.258-.404.527-.404.809 0 .222.076.451.228.685.164.223.445.405.844.545l1.476.528c.575.199 1.002.486 1.284.861.281.375.421.814.421 1.318 0 .492-.14.944-.421 1.354-.27.41-.651.738-1.143.984-.48.234-1.037.352-1.67.352-.34 0-.697-.047-1.072-.141a6.561 6.561 0 0 1-.985-.299 4.595 4.595 0 0 1-.65-.334v-1.547c.164.118.393.252.686.405.304.14.627.263.966.369.34.094.657.14.95.14.55 0 .984-.123 1.3-.369.329-.246.493-.55.493-.914a.788.788 0 0 0-.334-.668c-.211-.164-.522-.322-.932-.474l-1.301-.475c-.679-.258-1.131-.58-1.353-.967a2.72 2.72 0 0 1-.334-1.353c0-.75.281-1.371.843-1.864.563-.492 1.313-.738 2.25-.738Zm7.524 0c.516 0 .996.076 1.441.229.446.14.768.287.967.439v1.547c-.246-.188-.58-.369-1.002-.545a3.347 3.347 0 0 0-1.301-.264c-.55 0-.966.129-1.248.387-.269.258-.404.527-.404.809 0 .222.076.451.229.685.164.223.445.405.843.545l1.477.528c.574.199 1.002.486 1.283.861.281.375.422.814.422 1.318 0 .492-.141.944-.422 1.354-.269.41-.65.738-1.143.984-.48.234-1.037.352-1.669.352-.34 0-.698-.047-1.073-.141a6.547 6.547 0 0 1-.984-.299 4.484 4.484 0 0 1-.65-.334v-1.547c.164.118.392.252.685.405.305.14.627.263.967.369.34.094.656.14.949.14.551 0 .984-.123 1.301-.369.328-.246.492-.55.492-.914a.786.786 0 0 0-.334-.668c-.211-.164-.521-.322-.932-.474l-1.3-.475c-.68-.258-1.131-.58-1.354-.967a2.72 2.72 0 0 1-.334-1.353c0-.75.281-1.371.844-1.864.562-.492 1.312-.738 2.25-.738ZM230.102 266.211v1.125a4.846 4.846 0 0 1 1.072-.879c.445-.281.967-.422 1.564-.422a3.62 3.62 0 0 1 1.776.457c.55.293.972.738 1.265 1.336.41-.492.856-.914 1.336-1.266.481-.351 1.043-.527 1.688-.527a3.56 3.56 0 0 1 1.67.404c.527.258.949.657 1.265 1.196.328.527.492 1.195.492 2.004V275h-1.441l-.018-5.221c0-.761-.199-1.341-.597-1.74-.387-.398-.926-.598-1.617-.598-.504 0-.944.159-1.319.475a8.075 8.075 0 0 0-1.072 1.107V275h-1.441l-.018-5.221c0-.761-.199-1.341-.598-1.74-.386-.398-.925-.598-1.617-.598-.48 0-.92.141-1.318.422a5.84 5.84 0 0 0-1.072 1.02V275h-1.442v-8.789h1.442Zm15.345 0 3.076 6.469 2.989-6.469h1.722l-6.468 13.008h-1.67l2.513-4.746-3.884-8.262h1.722Zm19.371 0v1.353h-2.566V275h-1.441v-7.436h-1.389v-1.353h1.389v-1.125c0-.691.134-1.254.404-1.688a2.527 2.527 0 0 1 1.037-.984 2.72 2.72 0 0 1 1.283-.334c.598 0 1.084.158 1.459.475v1.265a2.249 2.249 0 0 0-.633-.281c-.246-.07-.492-.1-.738-.088-.434.012-.773.153-1.019.422-.235.258-.352.715-.352 1.371v.967h2.566Zm5.537-.176c.903 0 1.653.188 2.25.563a3.45 3.45 0 0 1 1.336 1.529c.305.644.457 1.371.457 2.18v.861h-6.75c.071.492.241.943.51 1.353.27.411.621.739 1.055.985.433.234.932.351 1.494.351.633 0 1.225-.158 1.775-.474a6.703 6.703 0 0 0 1.389-1.072l-.017 1.564c-.165.199-.411.41-.739.633a4.582 4.582 0 0 1-1.107.527c-.41.153-.844.229-1.301.229-.891 0-1.682-.211-2.373-.633a4.662 4.662 0 0 1-1.635-1.67 4.698 4.698 0 0 1-.58-2.303c0-.832.182-1.599.545-2.303a4.43 4.43 0 0 1 1.494-1.687c.645-.422 1.377-.633 2.197-.633Zm0 1.406c-.726 0-1.324.247-1.793.739a3.225 3.225 0 0 0-.878 1.758h5.291c-.059-.575-.223-1.043-.493-1.407a2.398 2.398 0 0 0-.949-.808 2.593 2.593 0 0 0-1.178-.282Zm10.038-1.406c.503 0 1.013.123 1.529.369.527.235.978.563 1.353.985v-1.178h1.442V275h-1.442v-1.494c-.304.469-.72.879-1.248 1.23-.515.352-1.107.528-1.775.528-.75 0-1.436-.188-2.057-.563a4.28 4.28 0 0 1-1.494-1.599c-.363-.68-.545-1.465-.545-2.356 0-.973.182-1.81.545-2.514.375-.703.885-1.242 1.529-1.617a4.132 4.132 0 0 1 2.163-.58Zm.263 1.406c-.633 0-1.172.159-1.617.475a3.215 3.215 0 0 0-1.037 1.23 3.683 3.683 0 0 0-.352 1.6c0 .563.118 1.084.352 1.565.234.468.562.843.984 1.125.434.281.932.421 1.494.421.54 0 1.02-.14 1.442-.421a2.941 2.941 0 0 0 1.002-1.161 3.63 3.63 0 0 0 .351-1.687l-.017-1.688a4.552 4.552 0 0 0-1.178-1.072c-.41-.258-.885-.387-1.424-.387Zm9.475-3.761v2.531h2.566v1.353h-2.566v5.151c0 .363.094.65.281.861.188.211.475.317.861.317.352 0 .645-.041.879-.123.235-.094.44-.194.616-.299v1.177a2.915 2.915 0 0 1-.756.44c-.258.117-.61.176-1.055.176-.75 0-1.318-.223-1.705-.668-.375-.457-.563-1.061-.563-1.811v-5.221h-1.687v-.421c.574-.258 1.055-.68 1.441-1.266.387-.598.727-1.33 1.02-2.197h.668Zm12.375 2.531v5.203c0 .774-.164 1.441-.492 2.004a3.402 3.402 0 0 1-1.336 1.301c-.563.304-1.196.457-1.899.457-.703 0-1.336-.153-1.898-.457a3.395 3.395 0 0 1-1.336-1.301c-.328-.563-.492-1.23-.492-2.004v-5.203h1.494v5.203c0 .762.223 1.348.668 1.758.457.398.978.598 1.564.598.586 0 1.102-.2 1.547-.598.457-.41.686-.996.686-1.758v-5.203h1.494Zm4.166 0v1.758c.34-.586.75-1.055 1.23-1.407.481-.351.973-.527 1.477-.527.34 0 .644.059.914.176v1.67c-.375-.223-.75-.334-1.125-.334-.598 0-1.084.211-1.459.633a9.204 9.204 0 0 0-1.037 1.511V275h-1.442v-8.789h1.442Zm9.088-.176c.902 0 1.652.188 2.25.563a3.456 3.456 0 0 1 1.336 1.529c.304.644.457 1.371.457 2.18v.861h-6.75c.07.492.24.943.509 1.353.27.411.622.739 1.055.985.434.234.932.351 1.494.351.633 0 1.225-.158 1.776-.474a6.696 6.696 0 0 0 1.388-1.072l-.017 1.564c-.164.199-.41.41-.738.633a4.608 4.608 0 0 1-1.108.527c-.41.153-.844.229-1.301.229-.89 0-1.681-.211-2.373-.633a4.651 4.651 0 0 1-1.634-1.67 4.698 4.698 0 0 1-.581-2.303c0-.832.182-1.599.545-2.303a4.447 4.447 0 0 1 1.494-1.687c.645-.422 1.377-.633 2.198-.633Zm0 1.406c-.727 0-1.324.247-1.793.739a3.22 3.22 0 0 0-.879 1.758h5.291c-.059-.575-.223-1.043-.492-1.407a2.412 2.412 0 0 0-.949-.808 2.6 2.6 0 0 0-1.178-.282Zm14.115-3.761v2.531h2.566v1.353h-2.566v5.151c0 .363.094.65.281.861.188.211.475.317.862.317.351 0 .644-.041.878-.123.235-.094.44-.194.616-.299v1.177a2.915 2.915 0 0 1-.756.44c-.258.117-.61.176-1.055.176-.75 0-1.318-.223-1.705-.668-.375-.457-.562-1.061-.562-1.811v-5.221h-1.688v-.421c.574-.258 1.055-.68 1.442-1.266.386-.598.726-1.33 1.019-2.197h.668Zm9.158 2.355c.891 0 1.682.211 2.373.633a4.46 4.46 0 0 1 1.617 1.687c.399.704.598 1.471.598 2.303 0 .832-.199 1.6-.598 2.303a4.502 4.502 0 0 1-1.617 1.67c-.691.422-1.482.633-2.373.633-.89 0-1.681-.211-2.373-.633a4.662 4.662 0 0 1-1.635-1.67 4.708 4.708 0 0 1-.58-2.303c0-.832.194-1.599.58-2.303a4.616 4.616 0 0 1 1.635-1.687c.692-.422 1.483-.633 2.373-.633Zm0 1.406c-.621 0-1.166.153-1.635.457a3.012 3.012 0 0 0-1.089 1.178 3.41 3.41 0 0 0-.37 1.582c0 .563.123 1.09.37 1.582.257.481.621.873 1.089 1.178.469.293 1.014.439 1.635.439.633 0 1.178-.146 1.635-.439a3.037 3.037 0 0 0 1.072-1.178 3.356 3.356 0 0 0 .387-1.582c0-.574-.129-1.101-.387-1.582a2.885 2.885 0 0 0-1.072-1.178c-.457-.304-1.002-.457-1.635-.457Zm10.582-1.406c.504 0 1.014.123 1.53.369.527.235.978.563 1.353.985v-1.178h1.441v8.613c0 1.043-.21 1.91-.632 2.602a3.979 3.979 0 0 1-1.688 1.547 5.233 5.233 0 0 1-2.303.509c-.539 0-1.002-.064-1.388-.193a3.496 3.496 0 0 1-.967-.457c-.27-.176-.516-.346-.738-.51v-1.547c.175.129.404.293.685.493.293.211.639.398 1.037.562.41.164.867.246 1.371.246.575 0 1.102-.105 1.582-.316a2.759 2.759 0 0 0 1.161-.932c.293-.41.439-.902.439-1.476v-1.846a4.307 4.307 0 0 1-1.248 1.23c-.516.352-1.107.528-1.775.528-.75 0-1.436-.188-2.057-.563a4.28 4.28 0 0 1-1.494-1.599c-.363-.68-.545-1.465-.545-2.356 0-.973.182-1.81.545-2.514.375-.703.885-1.242 1.529-1.617a4.128 4.128 0 0 1 2.162-.58Zm.264 1.424c-.633 0-1.172.158-1.617.475a3.067 3.067 0 0 0-1.037 1.212 3.669 3.669 0 0 0-.352 1.6c0 .563.117 1.078.352 1.547.234.469.562.844.984 1.125.434.281.932.422 1.494.422.539 0 1.02-.141 1.442-.422a2.944 2.944 0 0 0 1.001-1.16c.247-.492.364-1.049.352-1.67l-.018-1.688c-.363-.457-.755-.808-1.177-1.054-.41-.258-.885-.387-1.424-.387Zm10.67-1.424a3.53 3.53 0 0 1 1.529.369c.527.235.979.563 1.354.985v-1.178h1.441v8.613c0 1.043-.211 1.91-.633 2.602a3.977 3.977 0 0 1-1.687 1.547 5.233 5.233 0 0 1-2.303.509c-.539 0-1.002-.064-1.389-.193a3.49 3.49 0 0 1-.966-.457c-.27-.176-.516-.346-.739-.51v-1.547c.176.129.405.293.686.493.293.211.638.398 1.037.562.41.164.867.246 1.371.246a3.89 3.89 0 0 0 1.582-.316c.48-.211.867-.522 1.16-.932.293-.41.44-.902.44-1.476v-1.846a4.307 4.307 0 0 1-1.248 1.23c-.516.352-1.108.528-1.776.528-.75 0-1.435-.188-2.056-.563a4.275 4.275 0 0 1-1.495-1.599c-.363-.68-.545-1.465-.545-2.356 0-.973.182-1.81.545-2.514.375-.703.885-1.242 1.53-1.617a4.126 4.126 0 0 1 2.162-.58Zm.263 1.424c-.632 0-1.171.158-1.617.475a3.075 3.075 0 0 0-1.037 1.212 3.682 3.682 0 0 0-.351 1.6c0 .563.117 1.078.351 1.547.235.469.563.844.985 1.125.433.281.931.422 1.494.422a2.54 2.54 0 0 0 1.441-.422 2.938 2.938 0 0 0 1.002-1.16c.246-.492.363-1.049.352-1.67l-.018-1.688c-.363-.457-.756-.808-1.178-1.054-.41-.258-.884-.387-1.424-.387Zm8.491-5.115V275h-1.442v-12.656h1.442Zm6.609 3.691c.902 0 1.652.188 2.25.563a3.45 3.45 0 0 1 1.336 1.529c.305.644.457 1.371.457 2.18v.861h-6.75c.07.492.24.943.51 1.353.269.411.621.739 1.055.985.433.234.931.351 1.494.351a3.51 3.51 0 0 0 1.775-.474 6.703 6.703 0 0 0 1.389-1.072l-.018 1.564c-.164.199-.41.41-.738.633a4.608 4.608 0 0 1-1.108.527c-.41.153-.843.229-1.3.229-.891 0-1.682-.211-2.373-.633a4.646 4.646 0 0 1-1.635-1.67 4.698 4.698 0 0 1-.58-2.303c0-.832.181-1.599.545-2.303a4.43 4.43 0 0 1 1.494-1.687c.644-.422 1.377-.633 2.197-.633Zm0 1.406c-.726 0-1.324.247-1.793.739a3.22 3.22 0 0 0-.879 1.758h5.291c-.058-.575-.222-1.043-.492-1.407a2.405 2.405 0 0 0-.949-.808 2.597 2.597 0 0 0-1.178-.282Zm-110.109 20.594c.597 0 1.142.135 1.635.404.492.258.884.657 1.177 1.196.293.527.44 1.195.44 2.004V297h-1.442l-.017-5.221c0-.761-.17-1.341-.51-1.74-.328-.398-.838-.598-1.529-.598-.469 0-.938.176-1.407.528-.457.34-.861.738-1.212 1.195V297h-1.442v-12.656h1.442v5.256a4.56 4.56 0 0 1 .72-.704c.293-.246.621-.451.985-.615a2.864 2.864 0 0 1 1.16-.246Zm9.597 0c.504 0 1.014.123 1.53.369.527.235.978.563 1.353.985v-1.178h1.442V297h-1.442v-1.494a4.295 4.295 0 0 1-1.248 1.23c-.515.352-1.107.528-1.775.528-.75 0-1.436-.188-2.057-.563a4.28 4.28 0 0 1-1.494-1.599c-.363-.68-.545-1.465-.545-2.356 0-.973.182-1.81.545-2.514.375-.703.885-1.242 1.529-1.617a4.13 4.13 0 0 1 2.162-.58Zm.264 1.406c-.633 0-1.172.159-1.617.475a3.215 3.215 0 0 0-1.037 1.23 3.669 3.669 0 0 0-.352 1.6c0 .563.117 1.084.352 1.565.234.468.562.843.984 1.125.434.281.932.421 1.494.421.539 0 1.02-.14 1.442-.421a2.941 2.941 0 0 0 1.002-1.161 3.63 3.63 0 0 0 .351-1.687l-.017-1.688a4.568 4.568 0 0 0-1.178-1.072c-.41-.258-.885-.387-1.424-.387Zm9.668-1.406c.516 0 .996.076 1.441.229.446.14.768.287.967.439v1.547c-.246-.188-.58-.369-1.002-.545a3.346 3.346 0 0 0-1.3-.264c-.551 0-.967.129-1.249.387-.269.258-.404.527-.404.809 0 .222.076.451.229.685.164.223.445.405.843.545l1.477.528c.574.199 1.002.486 1.283.861.281.375.422.814.422 1.318 0 .492-.141.944-.422 1.354-.269.41-.65.738-1.142.984-.481.234-1.037.352-1.67.352-.34 0-.698-.047-1.073-.141a6.547 6.547 0 0 1-.984-.299 4.484 4.484 0 0 1-.65-.334v-1.547c.164.118.392.252.685.405.305.14.627.263.967.369.34.094.656.14.949.14.551 0 .985-.123 1.301-.369.328-.246.492-.55.492-.914a.786.786 0 0 0-.334-.668c-.211-.164-.521-.322-.931-.474l-1.301-.475c-.68-.258-1.131-.58-1.354-.967a2.73 2.73 0 0 1-.334-1.353c0-.75.282-1.371.844-1.864.563-.492 1.313-.738 2.25-.738Zm13.799 0c.504 0 1.014.123 1.529.369a3.92 3.92 0 0 1 1.354.985v-1.178h1.441V297h-1.441v-1.494a4.307 4.307 0 0 1-1.248 1.23c-.516.352-1.108.528-1.776.528-.75 0-1.435-.188-2.056-.563a4.275 4.275 0 0 1-1.495-1.599c-.363-.68-.544-1.465-.544-2.356 0-.973.181-1.81.544-2.514.375-.703.885-1.242 1.53-1.617a4.126 4.126 0 0 1 2.162-.58Zm.264 1.406c-.633 0-1.172.159-1.618.475a3.215 3.215 0 0 0-1.037 1.23 3.682 3.682 0 0 0-.351 1.6c0 .563.117 1.084.351 1.565.235.468.563.843.985 1.125.433.281.931.421 1.494.421a2.54 2.54 0 0 0 1.441-.421 2.941 2.941 0 0 0 1.002-1.161 3.643 3.643 0 0 0 .352-1.687l-.018-1.688a4.552 4.552 0 0 0-1.178-1.072c-.41-.258-.884-.387-1.423-.387Zm11.021-1.406c.645 0 1.201.106 1.67.317.469.199.791.38.967.544v1.459a5.158 5.158 0 0 0-1.125-.632c-.422-.188-.926-.282-1.512-.282-.621 0-1.166.153-1.635.457a3.015 3.015 0 0 0-1.09 1.178 3.422 3.422 0 0 0-.369 1.582c0 .563.123 1.09.369 1.582a3.18 3.18 0 0 0 1.09 1.178c.469.293 1.014.439 1.635.439.586 0 1.09-.087 1.512-.263a5.802 5.802 0 0 0 1.125-.651v1.459c-.176.176-.498.364-.967.563-.469.199-1.025.299-1.67.299-.891 0-1.682-.211-2.373-.633a4.662 4.662 0 0 1-1.635-1.67 4.698 4.698 0 0 1-.58-2.303 4.7 4.7 0 0 1 .58-2.303 4.616 4.616 0 0 1 1.635-1.687c.691-.422 1.482-.633 2.373-.633Zm8.982 0c.645 0 1.202.106 1.67.317.469.199.791.38.967.544v1.459a5.158 5.158 0 0 0-1.125-.632c-.422-.188-.926-.282-1.512-.282-.621 0-1.166.153-1.634.457a3.015 3.015 0 0 0-1.09 1.178 3.422 3.422 0 0 0-.369 1.582c0 .563.123 1.09.369 1.582a3.18 3.18 0 0 0 1.09 1.178c.468.293 1.013.439 1.634.439.586 0 1.09-.087 1.512-.263a5.802 5.802 0 0 0 1.125-.651v1.459c-.176.176-.498.364-.967.563-.468.199-1.025.299-1.67.299-.89 0-1.681-.211-2.373-.633a4.651 4.651 0 0 1-1.634-1.67 4.698 4.698 0 0 1-.58-2.303 4.7 4.7 0 0 1 .58-2.303 4.605 4.605 0 0 1 1.634-1.687c.692-.422 1.483-.633 2.373-.633Zm8.631 0c.903 0 1.653.188 2.25.563a3.45 3.45 0 0 1 1.336 1.529c.305.644.457 1.371.457 2.18v.861h-6.75c.071.492.24.943.51 1.353.27.411.621.739 1.055.985.433.234.931.351 1.494.351.633 0 1.224-.158 1.775-.474a6.703 6.703 0 0 0 1.389-1.072l-.018 1.564c-.164.199-.41.41-.738.633a4.582 4.582 0 0 1-1.107.527 3.696 3.696 0 0 1-1.301.229c-.891 0-1.682-.211-2.373-.633a4.646 4.646 0 0 1-1.635-1.67 4.698 4.698 0 0 1-.58-2.303c0-.832.182-1.599.545-2.303a4.43 4.43 0 0 1 1.494-1.687c.645-.422 1.377-.633 2.197-.633Zm0 1.406c-.726 0-1.324.247-1.793.739a3.233 3.233 0 0 0-.879 1.758h5.291c-.058-.575-.222-1.043-.492-1.407a2.405 2.405 0 0 0-.949-.808 2.597 2.597 0 0 0-1.178-.282Zm9.035-1.406c.516 0 .997.076 1.442.229.445.14.767.287.967.439v1.547c-.246-.188-.58-.369-1.002-.545a3.35 3.35 0 0 0-1.301-.264c-.551 0-.967.129-1.248.387-.27.258-.404.527-.404.809 0 .222.076.451.228.685.164.223.445.405.844.545l1.476.528c.575.199 1.002.486 1.284.861.281.375.421.814.421 1.318 0 .492-.14.944-.421 1.354-.27.41-.651.738-1.143.984-.48.234-1.037.352-1.67.352-.34 0-.697-.047-1.072-.141a6.561 6.561 0 0 1-.985-.299 4.595 4.595 0 0 1-.65-.334v-1.547c.164.118.393.252.686.405.304.14.627.263.966.369.34.094.657.14.95.14.55 0 .984-.123 1.3-.369.329-.246.493-.55.493-.914a.788.788 0 0 0-.334-.668c-.211-.164-.522-.322-.932-.474l-1.301-.475c-.679-.258-1.131-.58-1.353-.967a2.72 2.72 0 0 1-.334-1.353c0-.75.281-1.371.843-1.864.563-.492 1.313-.738 2.25-.738Zm7.524 0c.516 0 .996.076 1.441.229.446.14.768.287.967.439v1.547c-.246-.188-.58-.369-1.002-.545a3.347 3.347 0 0 0-1.301-.264c-.55 0-.966.129-1.248.387-.269.258-.404.527-.404.809 0 .222.076.451.229.685.164.223.445.405.843.545l1.477.528c.574.199 1.002.486 1.283.861.281.375.422.814.422 1.318 0 .492-.141.944-.422 1.354-.269.41-.65.738-1.143.984-.48.234-1.037.352-1.669.352-.34 0-.698-.047-1.073-.141a6.547 6.547 0 0 1-.984-.299 4.484 4.484 0 0 1-.65-.334v-1.547c.164.118.392.252.685.405.305.14.627.263.967.369.34.094.656.14.949.14.551 0 .984-.123 1.301-.369.328-.246.492-.55.492-.914a.786.786 0 0 0-.334-.668c-.211-.164-.521-.322-.932-.474l-1.3-.475c-.68-.258-1.131-.58-1.354-.967a2.72 2.72 0 0 1-.334-1.353c0-.75.281-1.371.844-1.864.562-.492 1.312-.738 2.25-.738ZM451.102 266.211v1.125a4.846 4.846 0 0 1 1.072-.879c.445-.281.967-.422 1.564-.422a3.62 3.62 0 0 1 1.776.457c.55.293.972.738 1.265 1.336.41-.492.856-.914 1.336-1.266.481-.351 1.043-.527 1.688-.527a3.56 3.56 0 0 1 1.67.404c.527.258.949.657 1.265 1.196.328.527.492 1.195.492 2.004V275h-1.441l-.018-5.221c0-.761-.199-1.341-.597-1.74-.387-.398-.926-.598-1.617-.598-.504 0-.944.159-1.319.475a8.075 8.075 0 0 0-1.072 1.107V275h-1.441l-.018-5.221c0-.761-.199-1.341-.598-1.74-.386-.398-.925-.598-1.617-.598-.48 0-.92.141-1.318.422a5.84 5.84 0 0 0-1.072 1.02V275h-1.442v-8.789h1.442Zm15.345 0 3.076 6.469 2.989-6.469h1.722l-6.468 13.008h-1.67l2.513-4.746-3.884-8.262h1.722Zm19.371 0v1.353h-2.566V275h-1.441v-7.436h-1.389v-1.353h1.389v-1.125c0-.691.134-1.254.404-1.688a2.527 2.527 0 0 1 1.037-.984 2.72 2.72 0 0 1 1.283-.334c.598 0 1.084.158 1.459.475v1.265a2.249 2.249 0 0 0-.633-.281c-.246-.07-.492-.1-.738-.088-.434.012-.773.153-1.019.422-.235.258-.352.715-.352 1.371v.967h2.566Zm5.537-.176c.903 0 1.653.188 2.25.563a3.45 3.45 0 0 1 1.336 1.529c.305.644.457 1.371.457 2.18v.861h-6.75c.071.492.241.943.51 1.353.27.411.621.739 1.055.985.433.234.932.351 1.494.351.633 0 1.225-.158 1.775-.474a6.703 6.703 0 0 0 1.389-1.072l-.017 1.564c-.165.199-.411.41-.739.633a4.582 4.582 0 0 1-1.107.527c-.41.153-.844.229-1.301.229-.891 0-1.682-.211-2.373-.633a4.662 4.662 0 0 1-1.635-1.67 4.698 4.698 0 0 1-.58-2.303c0-.832.182-1.599.545-2.303a4.43 4.43 0 0 1 1.494-1.687c.645-.422 1.377-.633 2.197-.633Zm0 1.406c-.726 0-1.324.247-1.793.739a3.225 3.225 0 0 0-.878 1.758h5.291c-.059-.575-.223-1.043-.493-1.407a2.398 2.398 0 0 0-.949-.808 2.593 2.593 0 0 0-1.178-.282Zm10.038-1.406c.503 0 1.013.123 1.529.369.527.235.978.563 1.353.985v-1.178h1.442V275h-1.442v-1.494c-.304.469-.72.879-1.248 1.23-.515.352-1.107.528-1.775.528-.75 0-1.436-.188-2.057-.563a4.28 4.28 0 0 1-1.494-1.599c-.363-.68-.545-1.465-.545-2.356 0-.973.182-1.81.545-2.514.375-.703.885-1.242 1.529-1.617a4.132 4.132 0 0 1 2.163-.58Zm.263 1.406c-.633 0-1.172.159-1.617.475a3.215 3.215 0 0 0-1.037 1.23 3.683 3.683 0 0 0-.352 1.6c0 .563.118 1.084.352 1.565.234.468.562.843.984 1.125.434.281.932.421 1.494.421.54 0 1.02-.14 1.442-.421a2.941 2.941 0 0 0 1.002-1.161 3.63 3.63 0 0 0 .351-1.687l-.017-1.688a4.552 4.552 0 0 0-1.178-1.072c-.41-.258-.885-.387-1.424-.387Zm9.475-3.761v2.531h2.566v1.353h-2.566v5.151c0 .363.094.65.281.861.188.211.475.317.861.317.352 0 .645-.041.879-.123.235-.094.44-.194.616-.299v1.177a2.915 2.915 0 0 1-.756.44c-.258.117-.61.176-1.055.176-.75 0-1.318-.223-1.705-.668-.375-.457-.563-1.061-.563-1.811v-5.221h-1.687v-.421c.574-.258 1.055-.68 1.441-1.266.387-.598.727-1.33 1.02-2.197h.668Zm12.375 2.531v5.203c0 .774-.164 1.441-.492 2.004a3.402 3.402 0 0 1-1.336 1.301c-.563.304-1.196.457-1.899.457-.703 0-1.336-.153-1.898-.457a3.395 3.395 0 0 1-1.336-1.301c-.328-.563-.492-1.23-.492-2.004v-5.203h1.494v5.203c0 .762.223 1.348.668 1.758.457.398.978.598 1.564.598.586 0 1.102-.2 1.547-.598.457-.41.686-.996.686-1.758v-5.203h1.494Zm4.166 0v1.758c.34-.586.75-1.055 1.23-1.407.481-.351.973-.527 1.477-.527.34 0 .644.059.914.176v1.67c-.375-.223-.75-.334-1.125-.334-.598 0-1.084.211-1.459.633a9.204 9.204 0 0 0-1.037 1.511V275h-1.442v-8.789h1.442Zm9.088-.176c.902 0 1.652.188 2.25.563a3.456 3.456 0 0 1 1.336 1.529c.304.644.457 1.371.457 2.18v.861h-6.75c.07.492.24.943.509 1.353.27.411.622.739 1.055.985.434.234.932.351 1.494.351.633 0 1.225-.158 1.776-.474a6.696 6.696 0 0 0 1.388-1.072l-.017 1.564c-.164.199-.41.41-.738.633a4.608 4.608 0 0 1-1.108.527c-.41.153-.844.229-1.301.229-.89 0-1.681-.211-2.373-.633a4.651 4.651 0 0 1-1.634-1.67 4.698 4.698 0 0 1-.581-2.303c0-.832.182-1.599.545-2.303a4.447 4.447 0 0 1 1.494-1.687c.645-.422 1.377-.633 2.198-.633Zm0 1.406c-.727 0-1.324.247-1.793.739a3.22 3.22 0 0 0-.879 1.758h5.291c-.059-.575-.223-1.043-.492-1.407a2.412 2.412 0 0 0-.949-.808 2.6 2.6 0 0 0-1.178-.282Zm14.115-3.761v2.531h2.566v1.353h-2.566v5.151c0 .363.094.65.281.861.188.211.475.317.862.317.351 0 .644-.041.878-.123.235-.094.44-.194.616-.299v1.177a2.915 2.915 0 0 1-.756.44c-.258.117-.61.176-1.055.176-.75 0-1.318-.223-1.705-.668-.375-.457-.562-1.061-.562-1.811v-5.221h-1.688v-.421c.574-.258 1.055-.68 1.442-1.266.386-.598.726-1.33 1.019-2.197h.668Zm9.158 2.355c.891 0 1.682.211 2.373.633a4.46 4.46 0 0 1 1.617 1.687c.399.704.598 1.471.598 2.303 0 .832-.199 1.6-.598 2.303a4.502 4.502 0 0 1-1.617 1.67c-.691.422-1.482.633-2.373.633-.89 0-1.681-.211-2.373-.633a4.662 4.662 0 0 1-1.635-1.67 4.708 4.708 0 0 1-.58-2.303c0-.832.194-1.599.58-2.303a4.616 4.616 0 0 1 1.635-1.687c.692-.422 1.483-.633 2.373-.633Zm0 1.406c-.621 0-1.166.153-1.635.457a3.012 3.012 0 0 0-1.089 1.178 3.41 3.41 0 0 0-.37 1.582c0 .563.123 1.09.37 1.582.257.481.621.873 1.089 1.178.469.293 1.014.439 1.635.439.633 0 1.178-.146 1.635-.439a3.037 3.037 0 0 0 1.072-1.178 3.356 3.356 0 0 0 .387-1.582c0-.574-.129-1.101-.387-1.582a2.885 2.885 0 0 0-1.072-1.178c-.457-.304-1.002-.457-1.635-.457Zm10.582-1.406c.504 0 1.014.123 1.53.369.527.235.978.563 1.353.985v-1.178h1.441v8.613c0 1.043-.21 1.91-.632 2.602a3.979 3.979 0 0 1-1.688 1.547 5.233 5.233 0 0 1-2.303.509c-.539 0-1.002-.064-1.388-.193a3.496 3.496 0 0 1-.967-.457c-.27-.176-.516-.346-.738-.51v-1.547c.175.129.404.293.685.493.293.211.639.398 1.037.562.41.164.867.246 1.371.246.575 0 1.102-.105 1.582-.316a2.759 2.759 0 0 0 1.161-.932c.293-.41.439-.902.439-1.476v-1.846a4.307 4.307 0 0 1-1.248 1.23c-.516.352-1.107.528-1.775.528-.75 0-1.436-.188-2.057-.563a4.28 4.28 0 0 1-1.494-1.599c-.363-.68-.545-1.465-.545-2.356 0-.973.182-1.81.545-2.514.375-.703.885-1.242 1.529-1.617a4.128 4.128 0 0 1 2.162-.58Zm.264 1.424c-.633 0-1.172.158-1.617.475a3.067 3.067 0 0 0-1.037 1.212 3.669 3.669 0 0 0-.352 1.6c0 .563.117 1.078.352 1.547.234.469.562.844.984 1.125.434.281.932.422 1.494.422.539 0 1.02-.141 1.442-.422a2.944 2.944 0 0 0 1.001-1.16c.247-.492.364-1.049.352-1.67l-.018-1.688c-.363-.457-.755-.808-1.177-1.054-.41-.258-.885-.387-1.424-.387Zm10.67-1.424a3.53 3.53 0 0 1 1.529.369c.527.235.979.563 1.354.985v-1.178h1.441v8.613c0 1.043-.211 1.91-.633 2.602a3.977 3.977 0 0 1-1.687 1.547 5.233 5.233 0 0 1-2.303.509c-.539 0-1.002-.064-1.389-.193a3.49 3.49 0 0 1-.966-.457c-.27-.176-.516-.346-.739-.51v-1.547c.176.129.405.293.686.493.293.211.638.398 1.037.562.41.164.867.246 1.371.246a3.89 3.89 0 0 0 1.582-.316c.48-.211.867-.522 1.16-.932.293-.41.44-.902.44-1.476v-1.846a4.307 4.307 0 0 1-1.248 1.23c-.516.352-1.108.528-1.776.528-.75 0-1.435-.188-2.056-.563a4.275 4.275 0 0 1-1.495-1.599c-.363-.68-.545-1.465-.545-2.356 0-.973.182-1.81.545-2.514.375-.703.885-1.242 1.53-1.617a4.126 4.126 0 0 1 2.162-.58Zm.263 1.424c-.632 0-1.171.158-1.617.475a3.075 3.075 0 0 0-1.037 1.212 3.682 3.682 0 0 0-.351 1.6c0 .563.117 1.078.351 1.547.235.469.563.844.985 1.125.433.281.931.422 1.494.422a2.54 2.54 0 0 0 1.441-.422 2.938 2.938 0 0 0 1.002-1.16c.246-.492.363-1.049.352-1.67l-.018-1.688c-.363-.457-.756-.808-1.178-1.054-.41-.258-.884-.387-1.424-.387Zm8.491-5.115V275h-1.442v-12.656h1.442Zm6.609 3.691c.902 0 1.652.188 2.25.563a3.45 3.45 0 0 1 1.336 1.529c.305.644.457 1.371.457 2.18v.861h-6.75c.07.492.24.943.51 1.353.269.411.621.739 1.055.985.433.234.931.351 1.494.351a3.51 3.51 0 0 0 1.775-.474 6.703 6.703 0 0 0 1.389-1.072l-.018 1.564c-.164.199-.41.41-.738.633a4.608 4.608 0 0 1-1.108.527c-.41.153-.843.229-1.3.229-.891 0-1.682-.211-2.373-.633a4.646 4.646 0 0 1-1.635-1.67 4.698 4.698 0 0 1-.58-2.303c0-.832.181-1.599.545-2.303a4.43 4.43 0 0 1 1.494-1.687c.644-.422 1.377-.633 2.197-.633Zm0 1.406c-.726 0-1.324.247-1.793.739a3.22 3.22 0 0 0-.879 1.758h5.291c-.058-.575-.222-1.043-.492-1.407a2.405 2.405 0 0 0-.949-.808 2.597 2.597 0 0 0-1.178-.282Zm-145.468 16.903V297h-1.441v-1.494a4.307 4.307 0 0 1-1.248 1.23c-.516.352-1.108.528-1.776.528-.75 0-1.435-.188-2.056-.563a4.28 4.28 0 0 1-1.494-1.599c-.364-.68-.545-1.465-.545-2.356 0-.973.181-1.81.545-2.514.375-.703.884-1.242 1.529-1.617a4.128 4.128 0 0 1 2.162-.58c.504 0 1.014.123 1.529.369a3.92 3.92 0 0 1 1.354.985v-5.045h1.441Zm-4.06 5.133c-.633 0-1.172.158-1.617.474a3.112 3.112 0 0 0-1.038 1.195 3.682 3.682 0 0 0-.351 1.6c0 .563.117 1.084.351 1.565.235.468.563.843.985 1.125.433.281.932.421 1.494.421.539 0 1.02-.14 1.441-.421a2.941 2.941 0 0 0 1.002-1.161 3.63 3.63 0 0 0 .352-1.687l-.018-1.688c-.363-.457-.756-.808-1.177-1.054-.411-.246-.885-.369-1.424-.369Zm11.021-1.442c.891 0 1.682.211 2.373.633a4.47 4.47 0 0 1 1.618 1.687c.398.704.597 1.471.597 2.303 0 .832-.199 1.6-.597 2.303a4.513 4.513 0 0 1-1.618 1.67c-.691.422-1.482.633-2.373.633-.89 0-1.681-.211-2.373-.633a4.662 4.662 0 0 1-1.635-1.67 4.708 4.708 0 0 1-.58-2.303c0-.832.194-1.599.58-2.303a4.616 4.616 0 0 1 1.635-1.687c.692-.422 1.483-.633 2.373-.633Zm0 1.406c-.621 0-1.166.153-1.634.457a3.007 3.007 0 0 0-1.09 1.178 3.422 3.422 0 0 0-.369 1.582c0 .563.123 1.09.369 1.582.257.481.621.873 1.09 1.178.468.293 1.013.439 1.634.439.633 0 1.178-.146 1.635-.439a3.037 3.037 0 0 0 1.072-1.178 3.356 3.356 0 0 0 .387-1.582c0-.574-.129-1.101-.387-1.582a2.885 2.885 0 0 0-1.072-1.178c-.457-.304-1.002-.457-1.635-.457Zm10.582-1.406c.903 0 1.653.188 2.25.563a3.45 3.45 0 0 1 1.336 1.529c.305.644.457 1.371.457 2.18v.861h-6.75c.071.492.241.943.51 1.353.27.411.621.739 1.055.985.433.234.931.351 1.494.351.633 0 1.224-.158 1.775-.474a6.703 6.703 0 0 0 1.389-1.072l-.018 1.564c-.164.199-.41.41-.738.633a4.582 4.582 0 0 1-1.107.527 3.696 3.696 0 0 1-1.301.229c-.891 0-1.682-.211-2.373-.633a4.646 4.646 0 0 1-1.635-1.67 4.698 4.698 0 0 1-.58-2.303c0-.832.182-1.599.545-2.303a4.43 4.43 0 0 1 1.494-1.687c.645-.422 1.377-.633 2.197-.633Zm0 1.406c-.726 0-1.324.247-1.793.739a3.233 3.233 0 0 0-.879 1.758h5.291c-.058-.575-.222-1.043-.492-1.407a2.405 2.405 0 0 0-.949-.808 2.597 2.597 0 0 0-1.178-.282Zm9.035-1.406c.516 0 .997.076 1.442.229.445.14.767.287.967.439v1.547c-.246-.188-.58-.369-1.002-.545a3.35 3.35 0 0 0-1.301-.264c-.551 0-.967.129-1.248.387-.27.258-.404.527-.404.809 0 .222.076.451.228.685.164.223.445.405.844.545l1.476.528c.575.199 1.002.486 1.284.861.281.375.421.814.421 1.318 0 .492-.14.944-.421 1.354-.27.41-.651.738-1.143.984-.48.234-1.037.352-1.67.352-.34 0-.697-.047-1.072-.141a6.561 6.561 0 0 1-.985-.299 4.595 4.595 0 0 1-.65-.334v-1.547c.164.118.393.252.686.405.304.14.627.263.966.369.34.094.657.14.95.14.55 0 .984-.123 1.3-.369.329-.246.493-.55.493-.914a.788.788 0 0 0-.334-.668c-.211-.164-.522-.322-.932-.474l-1.301-.475c-.679-.258-1.131-.58-1.353-.967a2.72 2.72 0 0 1-.334-1.353c0-.75.281-1.371.843-1.864.563-.492 1.313-.738 2.25-.738Zm6.346.176v1.389c.188-.235.428-.469.721-.704.293-.246.621-.451.984-.615a2.868 2.868 0 0 1 1.16-.246c.598 0 1.143.135 1.635.404.492.258.885.657 1.178 1.196.293.527.439 1.195.439 2.004V297h-1.441l-.018-5.221c0-.761-.17-1.341-.509-1.74-.329-.398-.838-.598-1.53-.598-.468 0-.937.176-1.406.528-.457.34-.861.738-1.213 1.195V297h-1.441v-8.789h1.441Zm9.281-3.305 1.442.492-1.934 4.518-1.09-.281 1.582-4.729Zm5.713.774v2.531h2.567v1.353h-2.567v5.151c0 .363.094.65.282.861.187.211.474.317.861.317.351 0 .644-.041.879-.123.234-.094.439-.194.615-.299v1.177a2.883 2.883 0 0 1-.756.44c-.258.117-.609.176-1.055.176-.75 0-1.318-.223-1.705-.668-.375-.457-.562-1.061-.562-1.811v-5.221h-1.688v-.421c.575-.258 1.055-.68 1.442-1.266.387-.598.726-1.33 1.019-2.197h.668Zm14.766 2.355c.598 0 1.143.135 1.635.404.492.258.884.657 1.177 1.196.293.527.44 1.195.44 2.004V297h-1.442l-.017-5.221c0-.761-.17-1.341-.51-1.74-.328-.398-.838-.598-1.529-.598-.469 0-.938.176-1.406.528-.457.34-.862.738-1.213 1.195V297h-1.442v-12.656h1.442v5.256a4.56 4.56 0 0 1 .72-.704c.293-.246.621-.451.985-.615a2.864 2.864 0 0 1 1.16-.246Zm9.598 0c.503 0 1.013.123 1.529.369.527.235.978.563 1.353.985v-1.178h1.442V297h-1.442v-1.494c-.304.469-.72.879-1.248 1.23-.515.352-1.107.528-1.775.528-.75 0-1.436-.188-2.057-.563a4.28 4.28 0 0 1-1.494-1.599c-.363-.68-.545-1.465-.545-2.356 0-.973.182-1.81.545-2.514.375-.703.885-1.242 1.529-1.617a4.132 4.132 0 0 1 2.163-.58Zm.263 1.406c-.633 0-1.172.159-1.617.475a3.215 3.215 0 0 0-1.037 1.23 3.683 3.683 0 0 0-.352 1.6c0 .563.118 1.084.352 1.565.234.468.562.843.984 1.125.434.281.932.421 1.494.421.54 0 1.02-.14 1.442-.421a2.941 2.941 0 0 0 1.002-1.161 3.63 3.63 0 0 0 .351-1.687l-.017-1.688a4.552 4.552 0 0 0-1.178-1.072c-.41-.258-.885-.387-1.424-.387Zm14.625-1.23L534.483 297h-.896l-3.955-8.789h1.722l2.655 6.469 2.883-6.469h1.722Zm5.203-.176c.903 0 1.653.188 2.25.563a3.45 3.45 0 0 1 1.336 1.529c.305.644.457 1.371.457 2.18v.861h-6.75c.071.492.241.943.51 1.353.27.411.621.739 1.055.985.433.234.931.351 1.494.351.633 0 1.225-.158 1.775-.474a6.703 6.703 0 0 0 1.389-1.072l-.018 1.564c-.164.199-.41.41-.738.633a4.582 4.582 0 0 1-1.107.527c-.41.153-.844.229-1.301.229-.891 0-1.682-.211-2.373-.633a4.654 4.654 0 0 1-1.635-1.67 4.698 4.698 0 0 1-.58-2.303c0-.832.182-1.599.545-2.303a4.43 4.43 0 0 1 1.494-1.687c.645-.422 1.377-.633 2.197-.633Zm0 1.406c-.726 0-1.324.247-1.793.739a3.225 3.225 0 0 0-.878 1.758h5.291c-.059-.575-.223-1.043-.493-1.407a2.398 2.398 0 0 0-.949-.808 2.593 2.593 0 0 0-1.178-.282Zm15.311-1.406c.504 0 1.014.123 1.529.369a3.92 3.92 0 0 1 1.354.985v-1.178h1.441V297h-1.441v-1.494a4.307 4.307 0 0 1-1.248 1.23c-.516.352-1.108.528-1.776.528-.75 0-1.435-.188-2.056-.563a4.28 4.28 0 0 1-1.494-1.599c-.364-.68-.545-1.465-.545-2.356 0-.973.181-1.81.545-2.514.375-.703.884-1.242 1.529-1.617a4.126 4.126 0 0 1 2.162-.58Zm.264 1.406c-.633 0-1.172.159-1.618.475a3.215 3.215 0 0 0-1.037 1.23 3.682 3.682 0 0 0-.351 1.6c0 .563.117 1.084.351 1.565.235.468.563.843.985 1.125.433.281.931.421 1.494.421a2.54 2.54 0 0 0 1.441-.421 2.941 2.941 0 0 0 1.002-1.161 3.643 3.643 0 0 0 .352-1.687l-.018-1.688a4.552 4.552 0 0 0-1.178-1.072c-.41-.258-.884-.387-1.423-.387Zm11.021-1.406c.645 0 1.201.106 1.67.317.469.199.791.38.967.544v1.459a5.158 5.158 0 0 0-1.125-.632c-.422-.188-.926-.282-1.512-.282-.621 0-1.166.153-1.635.457a3.022 3.022 0 0 0-1.09 1.178 3.422 3.422 0 0 0-.369 1.582c0 .563.123 1.09.369 1.582.258.481.622.873 1.09 1.178.469.293 1.014.439 1.635.439.586 0 1.09-.087 1.512-.263a5.802 5.802 0 0 0 1.125-.651v1.459c-.176.176-.498.364-.967.563-.469.199-1.025.299-1.67.299-.891 0-1.682-.211-2.373-.633a4.662 4.662 0 0 1-1.635-1.67 4.708 4.708 0 0 1-.58-2.303c0-.832.194-1.599.58-2.303a4.616 4.616 0 0 1 1.635-1.687c.691-.422 1.482-.633 2.373-.633Zm8.983 0c.644 0 1.201.106 1.669.317.469.199.791.38.967.544v1.459a5.158 5.158 0 0 0-1.125-.632c-.422-.188-.926-.282-1.511-.282-.622 0-1.167.153-1.635.457a3.015 3.015 0 0 0-1.09 1.178 3.422 3.422 0 0 0-.369 1.582c0 .563.123 1.09.369 1.582a3.18 3.18 0 0 0 1.09 1.178c.468.293 1.013.439 1.635.439.585 0 1.089-.087 1.511-.263a5.802 5.802 0 0 0 1.125-.651v1.459c-.176.176-.498.364-.967.563-.468.199-1.025.299-1.669.299-.891 0-1.682-.211-2.374-.633a4.651 4.651 0 0 1-1.634-1.67 4.698 4.698 0 0 1-.58-2.303 4.7 4.7 0 0 1 .58-2.303 4.605 4.605 0 0 1 1.634-1.687c.692-.422 1.483-.633 2.374-.633Zm8.63 0c.903 0 1.653.188 2.25.563a3.45 3.45 0 0 1 1.336 1.529c.305.644.457 1.371.457 2.18v.861h-6.75c.071.492.241.943.51 1.353.27.411.621.739 1.055.985.433.234.931.351 1.494.351.633 0 1.225-.158 1.775-.474a6.703 6.703 0 0 0 1.389-1.072l-.018 1.564c-.164.199-.41.41-.738.633a4.582 4.582 0 0 1-1.107.527c-.41.153-.844.229-1.301.229-.891 0-1.682-.211-2.373-.633a4.654 4.654 0 0 1-1.635-1.67 4.698 4.698 0 0 1-.58-2.303c0-.832.182-1.599.545-2.303a4.43 4.43 0 0 1 1.494-1.687c.645-.422 1.377-.633 2.197-.633Zm0 1.406c-.726 0-1.324.247-1.793.739a3.233 3.233 0 0 0-.879 1.758h5.292c-.059-.575-.223-1.043-.493-1.407a2.398 2.398 0 0 0-.949-.808 2.593 2.593 0 0 0-1.178-.282Zm9.036-1.406c.515 0 .996.076 1.441.229.445.14.768.287.967.439v1.547c-.246-.188-.58-.369-1.002-.545a3.35 3.35 0 0 0-1.301-.264c-.551 0-.967.129-1.248.387-.27.258-.404.527-.404.809 0 .222.076.451.228.685.164.223.445.405.844.545l1.476.528c.575.199 1.002.486 1.284.861.281.375.422.814.422 1.318 0 .492-.141.944-.422 1.354-.27.41-.651.738-1.143.984-.48.234-1.037.352-1.67.352-.34 0-.697-.047-1.072-.141a6.547 6.547 0 0 1-.984-.299 4.561 4.561 0 0 1-.651-.334v-1.547c.164.118.393.252.686.405.304.14.627.263.966.369.34.094.657.14.95.14.55 0 .984-.123 1.3-.369.329-.246.493-.55.493-.914a.788.788 0 0 0-.334-.668c-.211-.164-.522-.322-.932-.474l-1.301-.475c-.679-.258-1.131-.58-1.353-.967a2.72 2.72 0 0 1-.334-1.353c0-.75.281-1.371.844-1.864.562-.492 1.312-.738 2.25-.738Zm7.523 0c.516 0 .996.076 1.441.229.446.14.768.287.967.439v1.547c-.246-.188-.58-.369-1.002-.545a3.347 3.347 0 0 0-1.301-.264c-.55 0-.966.129-1.248.387-.269.258-.404.527-.404.809 0 .222.076.451.229.685.164.223.445.405.843.545l1.477.528c.574.199 1.002.486 1.283.861.281.375.422.814.422 1.318 0 .492-.141.944-.422 1.354-.269.41-.65.738-1.142.984-.481.234-1.038.352-1.67.352-.34 0-.698-.047-1.073-.141a6.547 6.547 0 0 1-.984-.299 4.484 4.484 0 0 1-.65-.334v-1.547c.164.118.392.252.685.405.305.14.627.263.967.369.34.094.656.14.949.14.551 0 .985-.123 1.301-.369.328-.246.492-.55.492-.914a.786.786 0 0 0-.334-.668c-.211-.164-.521-.322-.932-.474l-1.3-.475c-.68-.258-1.131-.58-1.354-.967a2.73 2.73 0 0 1-.334-1.353c0-.75.281-1.371.844-1.864.562-.492 1.312-.738 2.25-.738ZM107.375 199.1C105.675 190.475 98.1 184 89 184c-7.225 0-13.5 4.1-16.625 10.1C64.85 194.9 59 201.275 59 209c0 8.275 6.725 15 15 15h32.5c6.9 0 12.5-5.6 12.5-12.5 0-6.6-5.125-11.95-11.625-12.4Z" fill="#fff"/><rect x="5.5" y="125.5" width="177" height="192" rx="2.5" stroke="#fff"/><path d="M235.92 152.68v2.531h2.566v1.353h-2.566v5.151c0 .363.094.65.281.861.188.211.475.317.861.317.352 0 .645-.041.879-.123.235-.094.44-.194.616-.299v1.177a2.915 2.915 0 0 1-.756.44c-.258.117-.61.176-1.055.176-.75 0-1.318-.223-1.705-.668-.375-.457-.562-1.061-.562-1.811v-5.221h-1.688v-.421c.574-.258 1.055-.68 1.441-1.266.387-.598.727-1.33 1.02-2.197h.668Zm12.375 2.531v5.203c0 .774-.164 1.441-.492 2.004a3.402 3.402 0 0 1-1.336 1.301c-.563.304-1.196.457-1.899.457-.703 0-1.336-.153-1.898-.457a3.395 3.395 0 0 1-1.336-1.301c-.328-.563-.492-1.23-.492-2.004v-5.203h1.494v5.203c0 .762.223 1.348.668 1.758.457.398.978.598 1.564.598.586 0 1.102-.2 1.547-.598.457-.41.686-.996.686-1.758v-5.203h1.494Zm4.166 0v1.758c.34-.586.75-1.055 1.23-1.407.481-.351.973-.527 1.477-.527.34 0 .644.059.914.176v1.67c-.375-.223-.75-.334-1.125-.334-.598 0-1.084.211-1.459.633a9.204 9.204 0 0 0-1.037 1.511V164h-1.441v-8.789h1.441Zm6.908 0v1.389c.188-.235.428-.469.721-.704.293-.246.621-.451.984-.615a2.868 2.868 0 0 1 1.16-.246c.598 0 1.143.135 1.635.404.492.258.885.657 1.178 1.196.293.527.439 1.195.439 2.004V164h-1.441l-.018-5.221c0-.761-.17-1.341-.509-1.74-.329-.398-.838-.598-1.53-.598-.468 0-.937.176-1.406.528-.457.34-.861.738-1.213 1.195V164h-1.441v-8.789h1.441Zm12.463-.176c.902 0 1.652.188 2.25.563a3.45 3.45 0 0 1 1.336 1.529c.305.644.457 1.371.457 2.18v.861h-6.75c.07.492.24.943.51 1.353.269.411.621.739 1.054.985.434.234.932.351 1.495.351a3.51 3.51 0 0 0 1.775-.474 6.703 6.703 0 0 0 1.389-1.072l-.018 1.564c-.164.199-.41.41-.738.633a4.608 4.608 0 0 1-1.108.527c-.41.153-.843.229-1.3.229-.891 0-1.682-.211-2.373-.633a4.646 4.646 0 0 1-1.635-1.67 4.698 4.698 0 0 1-.58-2.303c0-.832.181-1.599.545-2.303a4.43 4.43 0 0 1 1.494-1.687c.644-.422 1.377-.633 2.197-.633Zm0 1.406c-.727 0-1.324.247-1.793.739a3.22 3.22 0 0 0-.879 1.758h5.291c-.058-.575-.222-1.043-.492-1.407a2.405 2.405 0 0 0-.949-.808 2.597 2.597 0 0 0-1.178-.282Zm14.361-5.097V164h-1.441v-1.494a4.307 4.307 0 0 1-1.248 1.23c-.516.352-1.108.528-1.775.528-.75 0-1.436-.188-2.057-.563a4.28 4.28 0 0 1-1.494-1.599c-.364-.68-.545-1.465-.545-2.356 0-.973.181-1.81.545-2.514.375-.703.884-1.242 1.529-1.617a4.128 4.128 0 0 1 2.162-.58c.504 0 1.014.123 1.529.369a3.92 3.92 0 0 1 1.354.985v-5.045h1.441Zm-4.06 5.133c-.633 0-1.172.158-1.617.474a3.101 3.101 0 0 0-1.037 1.195 3.669 3.669 0 0 0-.352 1.6c0 .563.117 1.084.352 1.565.234.468.562.843.984 1.125.433.281.932.421 1.494.421.539 0 1.02-.14 1.441-.421a2.941 2.941 0 0 0 1.002-1.161 3.63 3.63 0 0 0 .352-1.687l-.018-1.688c-.363-.457-.755-.808-1.177-1.054-.411-.246-.885-.369-1.424-.369Zm16.295-1.442c.89 0 1.681.211 2.373.633.691.422 1.23.984 1.617 1.687a4.6 4.6 0 0 1 .598 2.303c0 .832-.2 1.6-.598 2.303a4.518 4.518 0 0 1-1.617 1.67c-.692.422-1.483.633-2.373.633-.891 0-1.682-.211-2.373-.633a4.646 4.646 0 0 1-1.635-1.67 4.698 4.698 0 0 1-.58-2.303 4.7 4.7 0 0 1 .58-2.303 4.6 4.6 0 0 1 1.635-1.687c.691-.422 1.482-.633 2.373-.633Zm0 1.406c-.621 0-1.166.153-1.635.457a3.015 3.015 0 0 0-1.09 1.178 3.422 3.422 0 0 0-.369 1.582c0 .563.123 1.09.369 1.582a3.18 3.18 0 0 0 1.09 1.178c.469.293 1.014.439 1.635.439.633 0 1.177-.146 1.634-.439a3.04 3.04 0 0 0 1.073-1.178 3.355 3.355 0 0 0 .386-1.582c0-.574-.128-1.101-.386-1.582a2.888 2.888 0 0 0-1.073-1.178c-.457-.304-1.001-.457-1.634-.457Zm8.402-1.23v1.389c.188-.235.428-.469.721-.704.293-.246.621-.451.984-.615a2.868 2.868 0 0 1 1.16-.246c.598 0 1.143.135 1.635.404.492.258.885.657 1.178 1.196.293.527.439 1.195.439 2.004V164h-1.441l-.018-5.221c0-.761-.17-1.341-.509-1.74-.329-.398-.838-.598-1.53-.598-.469 0-.937.176-1.406.528-.457.34-.861.738-1.213 1.195V164h-1.441v-8.789h1.441Zm15.522-4.219c.339 0 .621.123.843.369.235.235.352.51.352.827 0 .304-.117.58-.352.826a1.088 1.088 0 0 1-.843.369c-.34 0-.627-.123-.862-.369a1.205 1.205 0 0 1-.334-.826c0-.317.112-.592.334-.827.235-.246.522-.369.862-.369Zm.896 4.219V164h-1.441v-7.436h-1.389v-1.353h2.83Zm4.553 0v1.389c.187-.235.428-.469.72-.704.293-.246.622-.451.985-.615a2.868 2.868 0 0 1 1.16-.246c.598 0 1.143.135 1.635.404.492.258.885.657 1.178 1.196.292.527.439 1.195.439 2.004V164h-1.441l-.018-5.221c0-.761-.17-1.341-.51-1.74-.328-.398-.838-.598-1.529-.598-.469 0-.938.176-1.406.528-.457.34-.862.738-1.213 1.195V164h-1.442v-8.789h1.442Zm18.58-.176c.762 0 1.447.188 2.057.563a3.91 3.91 0 0 1 1.476 1.547c.375.656.563 1.429.563 2.32 0 .961-.188 1.805-.563 2.531a4.089 4.089 0 0 1-1.512 1.67c-.632.398-1.353.598-2.162.598-.504 0-1.019-.135-1.547-.405a4.651 4.651 0 0 1-1.336-1.037v5.397h-1.441v-13.008h1.441v1.494a3.83 3.83 0 0 1 1.231-1.178 3.324 3.324 0 0 1 1.793-.492Zm-.229 1.406c-.527 0-1.007.135-1.441.405a2.827 2.827 0 0 0-1.002 1.125c-.234.468-.352 1.019-.352 1.652l.018 1.688c.375.457.768.832 1.178 1.125.41.281.885.421 1.424.421.632 0 1.171-.164 1.617-.492.445-.328.785-.75 1.019-1.265a3.83 3.83 0 0 0 .369-1.635c0-.574-.117-1.084-.351-1.529a2.767 2.767 0 0 0-.985-1.09c-.421-.27-.919-.405-1.494-.405Zm8.139-1.23v1.758c.34-.586.75-1.055 1.23-1.407.481-.351.973-.527 1.477-.527.34 0 .645.059.914.176v1.67c-.375-.223-.75-.334-1.125-.334-.598 0-1.084.211-1.459.633a9.204 9.204 0 0 0-1.037 1.511V164h-1.441v-8.789h1.441Zm9.439-.176c.891 0 1.682.211 2.374.633.691.422 1.23.984 1.617 1.687.398.704.597 1.471.597 2.303 0 .832-.199 1.6-.597 2.303a4.518 4.518 0 0 1-1.617 1.67c-.692.422-1.483.633-2.374.633-.89 0-1.681-.211-2.373-.633a4.651 4.651 0 0 1-1.634-1.67 4.698 4.698 0 0 1-.58-2.303 4.7 4.7 0 0 1 .58-2.303 4.605 4.605 0 0 1 1.634-1.687c.692-.422 1.483-.633 2.373-.633Zm0 1.406c-.621 0-1.166.153-1.634.457a3.015 3.015 0 0 0-1.09 1.178 3.422 3.422 0 0 0-.369 1.582c0 .563.123 1.09.369 1.582a3.18 3.18 0 0 0 1.09 1.178c.468.293 1.013.439 1.634.439.633 0 1.178-.146 1.635-.439a3.047 3.047 0 0 0 1.073-1.178 3.367 3.367 0 0 0 .386-1.582c0-.574-.129-1.101-.386-1.582a2.895 2.895 0 0 0-1.073-1.178c-.457-.304-1.002-.457-1.635-.457Zm14.907-5.097V164h-1.442v-1.494c-.304.469-.72.879-1.248 1.23-.515.352-1.107.528-1.775.528-.75 0-1.436-.188-2.057-.563a4.28 4.28 0 0 1-1.494-1.599c-.363-.68-.545-1.465-.545-2.356 0-.973.182-1.81.545-2.514.375-.703.885-1.242 1.529-1.617a4.13 4.13 0 0 1 2.162-.58c.504 0 1.014.123 1.53.369.527.235.978.563 1.353.985v-5.045h1.442Zm-4.061 5.133c-.633 0-1.172.158-1.617.474a3.11 3.11 0 0 0-1.037 1.195 3.683 3.683 0 0 0-.352 1.6c0 .563.118 1.084.352 1.565.234.468.562.843.984 1.125.434.281.932.421 1.494.421.539 0 1.02-.14 1.442-.421a2.941 2.941 0 0 0 1.002-1.161 3.63 3.63 0 0 0 .351-1.687l-.017-1.688c-.364-.457-.756-.808-1.178-1.054-.41-.246-.885-.369-1.424-.369ZM322.375 199.1c-1.7-8.625-9.275-15.1-18.375-15.1-7.225 0-13.5 4.1-16.625 10.1-7.525.8-13.375 7.175-13.375 14.9 0 8.275 6.725 15 15 15h32.5c6.9 0 12.5-5.6 12.5-12.5 0-6.6-5.125-11.95-11.625-12.4Z" fill="#fff"/><rect x="221.5" y="125.5" width="171" height="192" rx="2.5" stroke="#fff"/><path d="M445.718 152.68v2.531h2.566v1.353h-2.566v5.151c0 .363.094.65.281.861.188.211.475.317.861.317.352 0 .645-.041.879-.123.235-.094.44-.194.615-.299v1.177a2.893 2.893 0 0 1-.755.44c-.258.117-.61.176-1.055.176-.75 0-1.318-.223-1.705-.668-.375-.457-.563-1.061-.563-1.811v-5.221h-1.687v-.421c.574-.258 1.055-.68 1.441-1.266.387-.598.727-1.33 1.02-2.197h.668Zm12.375 2.531v5.203c0 .774-.164 1.441-.492 2.004a3.409 3.409 0 0 1-1.336 1.301c-.563.304-1.196.457-1.899.457-.703 0-1.336-.153-1.898-.457a3.395 3.395 0 0 1-1.336-1.301c-.328-.563-.492-1.23-.492-2.004v-5.203h1.494v5.203c0 .762.222 1.348.668 1.758.457.398.978.598 1.564.598.586 0 1.102-.2 1.547-.598.457-.41.686-.996.686-1.758v-5.203h1.494Zm4.166 0v1.758c.34-.586.75-1.055 1.23-1.407.481-.351.973-.527 1.477-.527.34 0 .644.059.914.176v1.67c-.375-.223-.75-.334-1.125-.334-.598 0-1.084.211-1.459.633a9.204 9.204 0 0 0-1.037 1.511V164h-1.442v-8.789h1.442Zm6.908 0v1.389a4.57 4.57 0 0 1 .721-.704c.293-.246.621-.451.984-.615a2.868 2.868 0 0 1 1.16-.246c.598 0 1.143.135 1.635.404.492.258.885.657 1.178 1.196.293.527.439 1.195.439 2.004V164h-1.441l-.018-5.221c0-.761-.17-1.341-.51-1.74-.328-.398-.837-.598-1.529-.598-.469 0-.937.176-1.406.528-.457.34-.861.738-1.213 1.195V164h-1.441v-8.789h1.441Zm12.463-.176c.902 0 1.652.188 2.25.563a3.45 3.45 0 0 1 1.336 1.529c.305.644.457 1.371.457 2.18v.861h-6.75c.07.492.24.943.51 1.353.269.411.621.739 1.054.985.434.234.932.351 1.494.351.633 0 1.225-.158 1.776-.474a6.703 6.703 0 0 0 1.389-1.072l-.018 1.564c-.164.199-.41.41-.738.633a4.608 4.608 0 0 1-1.108.527c-.41.153-.844.229-1.301.229-.89 0-1.681-.211-2.373-.633a4.651 4.651 0 0 1-1.634-1.67 4.698 4.698 0 0 1-.58-2.303c0-.832.181-1.599.544-2.303a4.44 4.44 0 0 1 1.495-1.687c.644-.422 1.377-.633 2.197-.633Zm0 1.406c-.727 0-1.324.247-1.793.739a3.22 3.22 0 0 0-.879 1.758h5.291c-.059-.575-.223-1.043-.492-1.407a2.405 2.405 0 0 0-.949-.808 2.597 2.597 0 0 0-1.178-.282Zm14.361-5.097V164h-1.441v-1.494a4.307 4.307 0 0 1-1.248 1.23c-.516.352-1.108.528-1.776.528-.75 0-1.435-.188-2.056-.563a4.28 4.28 0 0 1-1.494-1.599c-.364-.68-.545-1.465-.545-2.356 0-.973.181-1.81.545-2.514.375-.703.884-1.242 1.529-1.617a4.126 4.126 0 0 1 2.162-.58c.504 0 1.014.123 1.529.369a3.92 3.92 0 0 1 1.354.985v-5.045h1.441Zm-4.06 5.133c-.633 0-1.172.158-1.618.474a3.11 3.11 0 0 0-1.037 1.195 3.682 3.682 0 0 0-.351 1.6c0 .563.117 1.084.351 1.565.235.468.563.843.985 1.125.433.281.931.421 1.494.421a2.54 2.54 0 0 0 1.441-.421 2.941 2.941 0 0 0 1.002-1.161 3.63 3.63 0 0 0 .352-1.687l-.018-1.688c-.363-.457-.756-.808-1.178-1.054-.41-.246-.884-.369-1.423-.369Zm16.295-1.442c.89 0 1.681.211 2.373.633.691.422 1.23.984 1.617 1.687.398.704.597 1.471.597 2.303 0 .832-.199 1.6-.597 2.303a4.518 4.518 0 0 1-1.617 1.67c-.692.422-1.483.633-2.373.633-.891 0-1.682-.211-2.373-.633a4.646 4.646 0 0 1-1.635-1.67 4.698 4.698 0 0 1-.58-2.303 4.7 4.7 0 0 1 .58-2.303 4.6 4.6 0 0 1 1.635-1.687c.691-.422 1.482-.633 2.373-.633Zm0 1.406c-.622 0-1.166.153-1.635.457a3.015 3.015 0 0 0-1.09 1.178 3.422 3.422 0 0 0-.369 1.582c0 .563.123 1.09.369 1.582a3.18 3.18 0 0 0 1.09 1.178c.469.293 1.013.439 1.635.439.632 0 1.177-.146 1.634-.439a3.04 3.04 0 0 0 1.073-1.178 3.367 3.367 0 0 0 .386-1.582c0-.574-.129-1.101-.386-1.582a2.888 2.888 0 0 0-1.073-1.178c-.457-.304-1.002-.457-1.634-.457Zm11.513-1.23v1.353h-2.566V164h-1.442v-7.436h-1.388v-1.353h1.388v-1.125c0-.691.135-1.254.405-1.688a2.527 2.527 0 0 1 1.037-.984 2.717 2.717 0 0 1 1.283-.334c.598 0 1.084.158 1.459.475v1.265a2.249 2.249 0 0 0-.633-.281c-.246-.07-.492-.1-.738-.088-.434.012-.773.153-1.02.422-.234.258-.351.715-.351 1.371v.967h2.566Zm6.469 0v1.353h-2.566V164H522.2v-7.436h-1.388v-1.353h1.388v-1.125c0-.691.135-1.254.404-1.688.27-.445.616-.773 1.038-.984a2.714 2.714 0 0 1 1.283-.334c.597 0 1.084.158 1.459.475v1.265a2.249 2.249 0 0 0-.633-.281c-.246-.07-.492-.1-.738-.088-.434.012-.774.153-1.02.422-.234.258-.351.715-.351 1.371v.967h2.566Zm8.596-4.219c.34 0 .621.123.843.369.235.235.352.51.352.827 0 .304-.117.58-.352.826a1.086 1.086 0 0 1-.843.369c-.34 0-.627-.123-.862-.369a1.205 1.205 0 0 1-.334-.826c0-.317.112-.592.334-.827.235-.246.522-.369.862-.369Zm.896 4.219V164h-1.441v-7.436h-1.389v-1.353h2.83Zm4.553 0v1.389a4.57 4.57 0 0 1 .721-.704c.293-.246.621-.451.984-.615a2.868 2.868 0 0 1 1.16-.246c.598 0 1.143.135 1.635.404.492.258.885.657 1.178 1.196.293.527.439 1.195.439 2.004V164h-1.441l-.018-5.221c0-.761-.17-1.341-.51-1.74-.328-.398-.838-.598-1.529-.598-.469 0-.937.176-1.406.528-.457.34-.862.738-1.213 1.195V164h-1.441v-8.789h1.441Zm22.06-3.867V164h-1.441v-1.494a4.307 4.307 0 0 1-1.248 1.23c-.516.352-1.107.528-1.775.528-.75 0-1.436-.188-2.057-.563a4.28 4.28 0 0 1-1.494-1.599c-.363-.68-.545-1.465-.545-2.356 0-.973.182-1.81.545-2.514.375-.703.885-1.242 1.529-1.617a4.128 4.128 0 0 1 2.162-.58c.504 0 1.014.123 1.53.369.527.235.978.563 1.353.985v-5.045h1.441Zm-4.06 5.133c-.633 0-1.172.158-1.617.474a3.101 3.101 0 0 0-1.037 1.195 3.669 3.669 0 0 0-.352 1.6c0 .563.117 1.084.352 1.565.234.468.562.843.984 1.125.434.281.932.421 1.494.421.539 0 1.02-.14 1.442-.421a2.957 2.957 0 0 0 1.002-1.161 3.63 3.63 0 0 0 .351-1.687l-.018-1.688c-.363-.457-.755-.808-1.177-1.054-.41-.246-.885-.369-1.424-.369Zm10.67-1.442c.902 0 1.652.188 2.25.563a3.45 3.45 0 0 1 1.336 1.529c.304.644.457 1.371.457 2.18v.861h-6.75c.07.492.24.943.51 1.353.269.411.621.739 1.054.985.434.234.932.351 1.494.351.633 0 1.225-.158 1.776-.474a6.696 6.696 0 0 0 1.388-1.072l-.017 1.564c-.164.199-.41.41-.738.633a4.608 4.608 0 0 1-1.108.527c-.41.153-.844.229-1.301.229-.89 0-1.681-.211-2.373-.633a4.651 4.651 0 0 1-1.634-1.67 4.698 4.698 0 0 1-.58-2.303c0-.832.181-1.599.544-2.303a4.44 4.44 0 0 1 1.495-1.687c.644-.422 1.377-.633 2.197-.633Zm0 1.406c-.727 0-1.324.247-1.793.739a3.22 3.22 0 0 0-.879 1.758h5.291c-.059-.575-.223-1.043-.492-1.407a2.405 2.405 0 0 0-.949-.808 2.597 2.597 0 0 0-1.178-.282Zm10.969-1.23v1.353h-2.567V164h-1.441v-7.436h-1.389v-1.353h1.389v-1.125c0-.691.135-1.254.404-1.688.27-.445.615-.773 1.037-.984a2.72 2.72 0 0 1 1.283-.334c.598 0 1.084.158 1.459.475v1.265a2.23 2.23 0 0 0-.632-.281c-.247-.07-.493-.1-.739-.088-.433.012-.773.153-1.019.422-.235.258-.352.715-.352 1.371v.967h2.567Zm5.537-.176a3.53 3.53 0 0 1 1.529.369c.527.235.979.563 1.354.985v-1.178h1.441V164h-1.441v-1.494a4.299 4.299 0 0 1-1.249 1.23c-.515.352-1.107.528-1.775.528-.75 0-1.435-.188-2.057-.563a4.28 4.28 0 0 1-1.494-1.599c-.363-.68-.545-1.465-.545-2.356 0-.973.182-1.81.545-2.514.375-.703.885-1.242 1.53-1.617a4.126 4.126 0 0 1 2.162-.58Zm.263 1.406c-.632 0-1.171.159-1.617.475a3.215 3.215 0 0 0-1.037 1.23 3.682 3.682 0 0 0-.351 1.6c0 .563.117 1.084.351 1.565.234.468.563.843.984 1.125.434.281.932.421 1.495.421a2.54 2.54 0 0 0 1.441-.421 2.941 2.941 0 0 0 1.002-1.161 3.643 3.643 0 0 0 .352-1.687l-.018-1.688a4.552 4.552 0 0 0-1.178-1.072c-.41-.258-.885-.387-1.424-.387Zm14.239-1.23v5.203c0 .774-.164 1.441-.493 2.004a3.4 3.4 0 0 1-1.335 1.301c-.563.304-1.196.457-1.899.457-.703 0-1.336-.153-1.898-.457a3.395 3.395 0 0 1-1.336-1.301c-.328-.563-.492-1.23-.492-2.004v-5.203h1.494v5.203c0 .762.222 1.348.668 1.758.457.398.978.598 1.564.598.586 0 1.102-.2 1.547-.598.457-.41.686-.996.686-1.758v-5.203h1.494Zm4.166-3.867V164h-1.442v-12.656h1.442Zm5.414 1.336v2.531h2.566v1.353h-2.566v5.151c0 .363.093.65.281.861.187.211.475.317.861.317.352 0 .645-.041.879-.123.235-.094.44-.194.615-.299v1.177a2.893 2.893 0 0 1-.755.44c-.258.117-.61.176-1.055.176-.75 0-1.318-.223-1.705-.668-.375-.457-.563-1.061-.563-1.811v-5.221h-1.687v-.421c.574-.258 1.055-.68 1.441-1.266.387-.598.727-1.33 1.02-2.197h.668ZM543.375 199.1c-1.7-8.625-9.275-15.1-18.375-15.1-7.225 0-13.5 4.1-16.625 10.1-7.525.8-13.375 7.175-13.375 14.9 0 8.275 6.725 15 15 15h32.5c6.9 0 12.5-5.6 12.5-12.5 0-6.6-5.125-11.95-11.625-12.4ZM104.293 117.707a.999.999 0 0 0 1.414 0l6.364-6.364a.999.999 0 1 0-1.414-1.414L105 115.586l-5.657-5.657a1 1 0 1 0-1.414 1.414l6.364 6.364ZM104 76v41h2V76h-2ZM303.293 118.707a.999.999 0 0 0 1.414 0l6.364-6.364a.999.999 0 1 0-1.414-1.414L304 116.586l-5.657-5.657a.999.999 0 1 0-1.414 1.414l6.364 6.364ZM303 77v41h2V77h-2ZM514.293 118.707a.999.999 0 0 0 1.414 0l6.364-6.364a.999.999 0 1 0-1.414-1.414L515 116.586l-5.657-5.657a.999.999 0 1 0-1.414 1.414l6.364 6.364ZM514 77v41h2V77h-2Z" fill="#fff"/><path stroke="#fff" stroke-width="2" d="m495.625 183.219 60 48"/><rect x="435.5" y="125.5" width="184" height="192" rx="2.5" stroke="#fff"/></svg>
\ No newline at end of file
diff --git a/frontend/src/assets/img/unleash_logo_icon_dark _ alpha.gif b/frontend/src/assets/img/unleash_logo_icon_dark _ alpha.gif
new file mode 100644
index 0000000000..077b62d726
Binary files /dev/null and b/frontend/src/assets/img/unleash_logo_icon_dark _ alpha.gif differ
diff --git a/frontend/src/component/App.tsx b/frontend/src/component/App.tsx
index 445ce09672..7c060a0935 100644
--- a/frontend/src/component/App.tsx
+++ b/frontend/src/component/App.tsx
@@ -10,25 +10,36 @@ import { routes } from './menu/routes';
 import styles from './styles.module.scss';
 
 import IAuthStatus from '../interfaces/user';
-import { useEffect } from 'react';
+import { useState, useEffect } from 'react';
 import NotFound from './common/NotFound/NotFound';
 import Feedback from './common/Feedback';
 import useToast from '../hooks/useToast';
 import SWRProvider from './providers/SWRProvider/SWRProvider';
+import ConditionallyRender from './common/ConditionallyRender';
+import EnvironmentSplash from './common/EnvironmentSplash/EnvironmentSplash';
+import Loader from './common/Loader/Loader';
+import useUser from '../hooks/api/getters/useUser/useUser';
 
 interface IAppProps extends RouteComponentProps {
     user: IAuthStatus;
     fetchUiBootstrap: any;
     feedback: any;
 }
-
-const App = ({ location, user, fetchUiBootstrap, feedback }: IAppProps) => {
+const App = ({ location, user, fetchUiBootstrap }: IAppProps) => {
     const { toast, setToastData } = useToast();
+    // because we need the userId when the component load.
+    const { splash, user: userFromUseUser } = useUser();
+    const [showSplash, setShowSplash] = useState(false);
     useEffect(() => {
         fetchUiBootstrap();
         /* eslint-disable-next-line */
     }, [user.authDetails?.type]);
 
+    useEffect(() => {
+        setShowSplash(!splash?.environments && !isUnauthorized());
+        /* eslint-disable-next-line */
+    }, [splash]);
+
     const renderMainLayoutRoutes = () => {
         return routes.filter(route => route.layout === 'main').map(renderRoute);
     };
@@ -79,29 +90,46 @@ const App = ({ location, user, fetchUiBootstrap, feedback }: IAppProps) => {
             setToastData={setToastData}
             isUnauthorized={isUnauthorized}
         >
-            {' '}
-            <div className={styles.container}>
-                <LayoutPicker location={location}>
-                    <Switch>
-                        <ProtectedRoute
-                            exact
-                            path="/"
-                            unauthorized={isUnauthorized()}
-                            component={Redirect}
-                            renderProps={{ to: '/features' }}
+            <ConditionallyRender
+                condition={!isUnauthorized() && !userFromUseUser?.id}
+                show={<Loader />}
+                elseShow={
+                    <div className={styles.container}>
+                        <ConditionallyRender
+                            condition={showSplash}
+                            show={
+                                <EnvironmentSplash onFinish={setShowSplash} />
+                            }
+                            elseShow={
+                                <LayoutPicker location={location}>
+                                    <Switch>
+                                        <ProtectedRoute
+                                            exact
+                                            path="/"
+                                            unauthorized={isUnauthorized()}
+                                            component={Redirect}
+                                            renderProps={{ to: '/features' }}
+                                        />
+                                        {renderMainLayoutRoutes()}
+                                        {renderStandaloneRoutes()}
+                                        <Route
+                                            path="/404"
+                                            component={NotFound}
+                                        />
+                                        <Redirect to="/404" />
+                                    </Switch>
+                                    <Feedback
+                                        feedbackId="pnps"
+                                        openUrl="http://feedback.unleash.run"
+                                    />
+                                </LayoutPicker>
+                            }
                         />
-                        {renderMainLayoutRoutes()}
-                        {renderStandaloneRoutes()}
-                        <Route path="/404" component={NotFound} />
-                        <Redirect to="/404" />
-                    </Switch>
-                    <Feedback
-                        feedbackId="pnps"
-                        openUrl="http://feedback.unleash.run"
-                    />
-                </LayoutPicker>
-                {toast}
-            </div>
+
+                        {toast}
+                    </div>
+                }
+            />
         </SWRProvider>
     );
 };
diff --git a/frontend/src/component/common/EnvironmentSplash/EnvironmentSplash.styles.ts b/frontend/src/component/common/EnvironmentSplash/EnvironmentSplash.styles.ts
new file mode 100644
index 0000000000..da806c0f01
--- /dev/null
+++ b/frontend/src/component/common/EnvironmentSplash/EnvironmentSplash.styles.ts
@@ -0,0 +1,57 @@
+import { makeStyles } from '@material-ui/core/styles';
+
+export const useStyles = makeStyles(theme => ({
+    splashContainer: {
+        position: 'fixed',
+    },
+    title: {
+        textAlign: 'center',
+        marginBottom: '20px',
+        lineHeight: '1.3',
+        [theme.breakpoints.down('xs')]: {
+            marginTop: '1rem',
+        },
+    },
+    topDescription: {
+        padding: '0px 40px',
+        marginBottom: '15px',
+        fontSize: '17px',
+        [theme.breakpoints.down('xs')]: {
+            padding: '0 20px',
+        },
+    },
+    bottomDescription: {
+        padding: '0px 20px',
+        fontSize: '17px',
+        marginTop: '15px',
+        [theme.breakpoints.down('xs')]: {
+            padding: '0 20px',
+        },
+    },
+    icon: {
+        fontSize: '150px',
+        display: 'block',
+        margin: 'auto',
+        [theme.breakpoints.down('xs')]: {
+            fontSize: '90px',
+        },
+    },
+    logo: {
+        width: '70%',
+        height: '60%',
+        display: 'block',
+        margin: 'auto',
+        marginTop: '2rem',
+        [theme.breakpoints.down('xs')]: {
+            width: '80%',
+            height: '80%',
+            marginTop: '0rem',
+        },
+    },
+    linkList: {
+        padding: '30px 25px',
+    },
+    link: {
+        color: '#fff',
+    },
+}));
diff --git a/frontend/src/component/common/EnvironmentSplash/EnvironmentSplash.tsx b/frontend/src/component/common/EnvironmentSplash/EnvironmentSplash.tsx
new file mode 100644
index 0000000000..b5aa1b08d8
--- /dev/null
+++ b/frontend/src/component/common/EnvironmentSplash/EnvironmentSplash.tsx
@@ -0,0 +1,204 @@
+import Splash from '../Splash/Splash';
+import EnvironmentSplashPage from './EnvironmentSplashPage/EnvironmentSplashPage';
+import { VpnKey, CloudCircle } from '@material-ui/icons';
+import { useStyles } from './EnvironmentSplash.styles';
+import { ReactComponent as Logo1 } from '../../../assets/img/splash_env1.svg';
+import { ReactComponent as Logo2 } from '../../../assets/img/splash_env2.svg';
+import { useEffect } from 'react';
+import useSplashApi from '../../../hooks/api/actions/useSplashApi/useSplashApi';
+
+interface IEnvironmentSplashProps {
+    onFinish: (status: boolean) => void;
+}
+
+const EnvironmentSplash = ({ onFinish }: IEnvironmentSplashProps) => {
+    const styles = useStyles();
+    const { setSplashSeen } = useSplashApi();
+
+    useEffect(() => {
+        setSplashSeen('environments');
+        // eslint-disable-next-line react-hooks/exhaustive-deps
+    }, []);
+
+    return (
+        <>
+            <Splash
+                onFinish={onFinish}
+                components={[
+                    <EnvironmentSplashPage
+                        key={1}
+                        title={
+                            <h2 className={styles.title}>
+                                Environments are coming to Unleash!
+                            </h2>
+                        }
+                        topDescription={
+                            <p className={styles.topDescription}>
+                                We are bringing native environment support to
+                                Unleash.{' '}
+                                <b>
+                                    Your current configurations won’t be
+                                    affected,
+                                </b>{' '}
+                                but you’ll have the option of adding strategies
+                                to specific environments going forward.
+                            </p>
+                        }
+                        bottomDescription={
+                            <p className={styles.bottomDescription}>
+                                By default you will get access to three
+                                environments: <b>default</b>, <b>development</b>{' '}
+                                and<b> production</b>. All of your current
+                                configurations will live in the default
+                                environment and{' '}
+                                <b>
+                                    nothing will change until you make a
+                                    conscious decision to change.
+                                </b>
+                            </p>
+                        }
+                        image={<CloudCircle className={styles.icon} />}
+                    />,
+                    <EnvironmentSplashPage
+                        key={2}
+                        title={
+                            <h2 className={styles.title}>
+                                Strategies live in environments
+                            </h2>
+                        }
+                        topDescription={
+                            <p className={styles.topDescription}>
+                                A feature toggle lives as an entity across
+                                multiple environments, but your strategies will
+                                live in a specific environment. This allows you
+                                to have different configuration per environment
+                                for a feature toggle.
+                            </p>
+                        }
+                        image={<Logo1 className={styles.logo} />}
+                    />,
+                    <EnvironmentSplashPage
+                        key={3}
+                        title={
+                            <h2 className={styles.title}>
+                                Environments are turned on per project
+                            </h2>
+                        }
+                        topDescription={
+                            <p className={styles.topDescription}>
+                                In order to enable an environment for a feature
+                                toggle you must first enable the environment in
+                                your project. Navigate to your project settings
+                                and enable the environments you want to be
+                                available. The toggles in that project will get
+                                access to all of the project’s enabled
+                                environments.
+                            </p>
+                        }
+                        image={<Logo2 className={styles.logo} />}
+                    />,
+                    <EnvironmentSplashPage
+                        key={4}
+                        title={
+                            <h2 className={styles.title}>
+                                API Keys control which environment you get the
+                                configuration from
+                            </h2>
+                        }
+                        topDescription={
+                            <p className={styles.topDescription}>
+                                When you have set up environments for your
+                                feature toggles and added strategies to the
+                                specific environments, you must create
+                                environment-specific API keys — one for each
+                                environment.
+                            </p>
+                        }
+                        bottomDescription={
+                            <p className={styles.bottomDescription}>
+                                Environment-specific API keys lets the SDK
+                                receive configuration only for the specified
+                                environment.
+                            </p>
+                        }
+                        image={<VpnKey className={styles.icon} />}
+                    />,
+                    <EnvironmentSplashPage
+                        key={5}
+                        title={
+                            <h2 className={styles.title}>Want to know more?</h2>
+                        }
+                        topDescription={
+                            <div className={styles.topDescription}>
+                                If you’d like some more info on environments,
+                                check out some of the resources below! The
+                                documentation or the video walkthrough is a
+                                great place to start. If you’d like to try it
+                                out in a risk-free setting first, how about
+                                heading to the demo instance?
+                                <ul className={styles.linkList}>
+                                    <li>
+                                        <a
+                                            href="https://www.loom.com/share/95239e875bbc4e09a5c5833e1942e4b0?t=0"
+                                            target="_blank"
+                                            rel="noreferrer"
+                                            className={styles.link}
+                                        >
+                                            Video walkthrough
+                                        </a>
+                                    </li>
+                                    <li>
+                                        <a
+                                            href="https://app.unleash-hosted.com/demo/"
+                                            target="_blank"
+                                            rel="noreferrer"
+                                            className={styles.link}
+                                        >
+                                            The Unleash demo instance
+                                        </a>
+                                    </li>
+                                    <li>
+                                        <a
+                                            href="https://docs.getunleash.io/user_guide/environments"
+                                            target="_blank"
+                                            rel="noreferrer"
+                                            className={styles.link}
+                                        >
+                                            Environments reference documentation
+                                        </a>
+                                    </li>
+                                    <li>
+                                        <a
+                                            href="https://www.getunleash.io/blog/simplify-rollout-management-with-the-new-environments-feature"
+                                            target="_blank"
+                                            rel="noreferrer"
+                                            className={styles.link}
+                                        >
+                                            Blog post introducing environments
+                                        </a>
+                                    </li>
+                                </ul>
+                            </div>
+                        }
+                        bottomDescription={
+                            <p className={styles.bottomDescription}>
+                                If you have any questions or need help, feel
+                                free to ping us on{' '}
+                                <a
+                                    target="_blank"
+                                    href="https://slack.unleash.run/"
+                                    rel="noreferrer"
+                                    className={styles.link}
+                                >
+                                    slack!
+                                </a>
+                            </p>
+                        }
+                    />,
+                ]}
+            />
+        </>
+    );
+};
+
+export default EnvironmentSplash;
diff --git a/frontend/src/component/common/EnvironmentSplash/EnvironmentSplashPage/EnvironmentSplashPage.tsx b/frontend/src/component/common/EnvironmentSplash/EnvironmentSplashPage/EnvironmentSplashPage.tsx
new file mode 100644
index 0000000000..5b0ebc5240
--- /dev/null
+++ b/frontend/src/component/common/EnvironmentSplash/EnvironmentSplashPage/EnvironmentSplashPage.tsx
@@ -0,0 +1,24 @@
+interface EnvironmentSplashPageProps {
+    title: React.ReactNode;
+    topDescription: React.ReactNode;
+    image?: React.ReactNode;
+    bottomDescription?: React.ReactNode;
+}
+
+const EnvironmentSplashPage = ({
+    title,
+    topDescription,
+    image,
+    bottomDescription,
+}: EnvironmentSplashPageProps) => {
+    return (
+        <div>
+            {title}
+            {topDescription}
+            {image}
+            {bottomDescription}
+        </div>
+    );
+};
+
+export default EnvironmentSplashPage;
diff --git a/frontend/src/component/common/Loader/Loader.styles.ts b/frontend/src/component/common/Loader/Loader.styles.ts
new file mode 100644
index 0000000000..7617ffdbee
--- /dev/null
+++ b/frontend/src/component/common/Loader/Loader.styles.ts
@@ -0,0 +1,14 @@
+import { makeStyles } from '@material-ui/core/styles';
+
+export const useStyles = makeStyles(theme => ({
+    loader: {
+        display: 'flex',
+        justifyContent: 'center',
+        alignItems: 'center',
+        height: '100%',
+    },
+    img: {
+        width: '100px',
+        height: '100px',
+    },
+}));
diff --git a/frontend/src/component/common/Loader/Loader.tsx b/frontend/src/component/common/Loader/Loader.tsx
new file mode 100644
index 0000000000..381011cf61
--- /dev/null
+++ b/frontend/src/component/common/Loader/Loader.tsx
@@ -0,0 +1,14 @@
+import logo from '../../../assets/img/unleash_logo_icon_dark _ alpha.gif';
+import { useStyles } from './Loader.styles';
+
+const Loader = () => {
+    const styles = useStyles();
+
+    return (
+        <div className={styles.loader}>
+            <img className={styles.img} src={logo} alt="loading..." />
+        </div>
+    );
+};
+
+export default Loader;
diff --git a/frontend/src/component/common/Splash/Splash.styles.ts b/frontend/src/component/common/Splash/Splash.styles.ts
new file mode 100644
index 0000000000..09905f1738
--- /dev/null
+++ b/frontend/src/component/common/Splash/Splash.styles.ts
@@ -0,0 +1,96 @@
+import { makeStyles } from '@material-ui/core/styles';
+
+export const useStyles = makeStyles(theme => ({
+    splashMainContainer: {
+        backgroundColor: theme.palette.primary.light,
+        height: '100%',
+        width: '100%',
+        display: 'flex',
+        justifyContent: 'center',
+        alignItems: 'center',
+        padding: '3rem 0',
+        [theme.breakpoints.down('xs')]: {
+            padding: '0',
+        },
+    },
+    splashContainer: {
+        backgroundColor: theme.palette.primary.main,
+        position: 'relative',
+        minHeight: '650px',
+        width: '600px',
+        padding: '2rem 1.5rem',
+        borderRadius: '5px',
+        color: '#fff',
+        display: 'flex',
+        overflowX: 'hidden',
+        flexDirection: 'column',
+        [theme.breakpoints.down('xs')]: {
+            top: '0px',
+            left: '0px',
+            right: '0px',
+            bottom: '0px',
+            padding: '2rem 0',
+            zIndex: '500',
+            position: 'fixed',
+            width: '100%',
+            height: '100%',
+            borderRadius: 0,
+        },
+    },
+    closeButtonContainer: {
+        display: 'inline-flex',
+        justifyContent: 'flex-end',
+        color: '#fff',
+        position: 'absolute',
+        right: '-10px',
+        top: '5px',
+    },
+    closeButton: {
+        textDecoration: 'none',
+        right: '10px',
+        color: '#fff',
+        '&:hover': {
+            backgroundColor: 'inherit',
+        },
+    },
+    controllers: {
+        display: 'flex',
+        flexDirection: 'column',
+        justifyContent: 'flex-end',
+        height: 'inherit',
+        marginBottom: 5,
+        marginTop: 'auto',
+    },
+    circlesContainer: {
+        display: 'flex',
+        justifyContent: 'center',
+    },
+    circles: {
+        display: 'inline-flex',
+        justifyContent: 'center',
+        marginTop: 20,
+        marginBottom: 15,
+        position: 'relative',
+    },
+    buttonsContainer: {
+        display: 'flex',
+        justifyContent: 'center',
+    },
+    button: {
+        textDecoration: 'none',
+        width: '100px',
+        color: '#fff',
+        '&:hover': {
+            backgroundColor: 'inherit',
+        },
+    },
+    nextButton: {
+        textDecoration: 'none',
+        width: '100px',
+        color: theme.palette.primary.light,
+        backgroundColor: '#fff',
+        '&:hover': {
+            backgroundColor: '#fff',
+        },
+    },
+}));
diff --git a/frontend/src/component/common/Splash/Splash.tsx b/frontend/src/component/common/Splash/Splash.tsx
new file mode 100644
index 0000000000..1517709b36
--- /dev/null
+++ b/frontend/src/component/common/Splash/Splash.tsx
@@ -0,0 +1,114 @@
+import { Fragment } from 'react';
+import { Button, IconButton } from '@material-ui/core';
+import { useStyles } from './Splash.styles';
+import {
+    FiberManualRecord,
+    FiberManualRecordOutlined,
+    CloseOutlined,
+} from '@material-ui/icons';
+import { useState } from 'react';
+import ConditionallyRender from '../ConditionallyRender';
+import { CLOSE_SPLASH } from '../../../testIds';
+
+interface ISplashProps {
+    components: React.ReactNode[];
+    onFinish: (status: boolean) => void;
+}
+
+const Splash: React.FC<ISplashProps> = ({
+    components,
+    onFinish,
+}: ISplashProps) => {
+    const styles = useStyles();
+    const [counter, setCounter] = useState(0);
+
+    const onNext = () => {
+        if (counter === components.length - 1) {
+            onFinish(false);
+            return;
+        }
+        setCounter(counter + 1);
+    };
+
+    const onBack = () => {
+        setCounter(counter - 1);
+    };
+    const onClose = () => {
+        onFinish(false);
+    };
+
+    const calculatePosition = () => {
+        if (counter === 0) {
+            return '0';
+        }
+
+        return counter * 24;
+    };
+
+    const renderCircles = () => {
+        return components.map((_, index) => {
+            if (index === 0) {
+                // Use index as key because the amount of pages will never dynamically change.
+                return (
+                    <Fragment key={index}>
+                        <FiberManualRecordOutlined />
+                        <FiberManualRecord
+                            style={{
+                                position: 'absolute',
+                                transition: 'transform 0.3s ease',
+                                left: '0',
+                                transform: `translateX(${calculatePosition()}px)`,
+                            }}
+                        />
+                    </Fragment>
+                );
+            }
+
+            return <FiberManualRecordOutlined />;
+        });
+    };
+
+    return (
+        <div className={styles.splashMainContainer}>
+            <div className={styles.splashContainer}>
+                <div className={styles.closeButtonContainer}>
+                    <IconButton
+                        className={styles.closeButton}
+                        onClick={onClose}
+                        data-test={CLOSE_SPLASH}
+                    >
+                        <CloseOutlined />
+                    </IconButton>
+                </div>
+                {components[counter]}
+                <div className={styles.controllers}>
+                    <div className={styles.circlesContainer}>
+                        <div className={styles.circles}>{renderCircles()}</div>
+                    </div>
+                    <div className={styles.buttonsContainer}>
+                        <ConditionallyRender
+                            condition={counter > 0}
+                            show={
+                                <Button
+                                    className={styles.button}
+                                    disabled={counter === 0}
+                                    onClick={onBack}
+                                >
+                                    Back
+                                </Button>
+                            }
+                        />
+
+                        <Button className={styles.nextButton} onClick={onNext}>
+                            {counter === components.length - 1
+                                ? 'Finish'
+                                : 'Next'}
+                        </Button>
+                    </div>
+                </div>
+            </div>
+        </div>
+    );
+};
+
+export default Splash;
diff --git a/frontend/src/hooks/api/actions/useSplashApi/useSplashApi.ts b/frontend/src/hooks/api/actions/useSplashApi/useSplashApi.ts
new file mode 100644
index 0000000000..178bb6e92f
--- /dev/null
+++ b/frontend/src/hooks/api/actions/useSplashApi/useSplashApi.ts
@@ -0,0 +1,27 @@
+import useAPI from '../useApi/useApi';
+
+const useSplashApi = () => {
+    const { makeRequest, createRequest } = useAPI({
+        propagateErrors: true,
+    });
+
+    const setSplashSeen = async (splashId: string) => {
+        const path = `api/admin/splash/${splashId}`;
+        const req = createRequest(path, {
+            method: 'POST',
+        });
+
+        try {
+            const res = await makeRequest(req.caller, req.id);
+            return res;
+        } catch (e) {
+            console.log('An exception was caught and handled.');
+        }
+    };
+
+    return {
+        setSplashSeen,
+    };
+};
+
+export default useSplashApi;
diff --git a/frontend/src/hooks/api/getters/useUser/useUser.ts b/frontend/src/hooks/api/getters/useUser/useUser.ts
index d7f671fc92..fb0095e26e 100644
--- a/frontend/src/hooks/api/getters/useUser/useUser.ts
+++ b/frontend/src/hooks/api/getters/useUser/useUser.ts
@@ -6,7 +6,13 @@ import handleErrorResponses from '../httpErrorResponseHandler';
 
 export const USER_CACHE_KEY = `api/admin/user`;
 
-const useUser = (options: SWRConfiguration = {}) => {
+const useUser = (
+    options: SWRConfiguration = {
+        revalidateIfStale: false,
+        revalidateOnFocus: false,
+        revalidateOnReconnect: false,
+    }
+) => {
     const fetcher = () => {
         const path = formatApiPath(`api/admin/user`);
         return fetch(path, {
@@ -31,6 +37,7 @@ const useUser = (options: SWRConfiguration = {}) => {
         user: data?.user || {},
         permissions: (data?.permissions || []) as IPermission[],
         feedback: data?.feedback || [],
+        splash: data?.splash || {},
         authDetails: data || {},
         error,
         loading,
diff --git a/frontend/src/interfaces/user.ts b/frontend/src/interfaces/user.ts
index 2a73dc8ab5..3678971e23 100644
--- a/frontend/src/interfaces/user.ts
+++ b/frontend/src/interfaces/user.ts
@@ -3,6 +3,11 @@ export interface IAuthStatus {
     showDialog: boolean;
     profile?: IUser;
     permissions: IPermission[];
+    splash: ISplash;
+}
+
+export interface ISplash {
+    [key: string]: boolean;
 }
 
 export interface IPermission {
diff --git a/frontend/src/store/user/index.js b/frontend/src/store/user/index.js
index ab55094d81..957cb93e99 100644
--- a/frontend/src/store/user/index.js
+++ b/frontend/src/store/user/index.js
@@ -9,6 +9,7 @@ const userStore = (state = new $Map({ permissions: [] }), action) => {
                 .set('profile', action.value.user)
                 .set('permissions', action.value.permissions || [])
                 .set('feedback', action.value.feedback || [])
+                .set('splash', action.value.splash || {})
                 .set('showDialog', false)
                 .set('authDetails', undefined);
             return state;
diff --git a/frontend/src/testIds.js b/frontend/src/testIds.js
index d8e63081b2..ba6984e647 100644
--- a/frontend/src/testIds.js
+++ b/frontend/src/testIds.js
@@ -34,3 +34,6 @@ export const UPDATE_STRATEGY_BUTTON_ID = 'UPDATE_STRATEGY_BUTTON_ID';
 export const DELETE_STRATEGY_ID = 'DELETE_STRATEGY_ID';
 export const STRATEGY_INPUT_LIST = 'STRATEGY_INPUT_LIST';
 export const ADD_TO_STRATEGY_INPUT_LIST = 'ADD_TO_STRATEGY_INPUT_LIST';
+
+/* SPLASH */
+export const CLOSE_SPLASH = 'CLOSE_SPLASH';