This is an automated email from the ASF dual-hosted git repository.

xiangfu pushed a commit to branch new-site-dev
in repository https://gitbox.apache.org/repos/asf/pinot-site.git


The following commit(s) were added to refs/heads/new-site-dev by this push:
     new 087db244 WB-284 - Add more (25) company logos to the Powered By page 
(#121)
087db244 is described below

commit 087db24465807cb087a23424dfffadf86f1b4775
Author: Gio <153032991+gio-start...@users.noreply.github.com>
AuthorDate: Tue Apr 23 17:54:57 2024 +0200

    WB-284 - Add more (25) company logos to the Powered By page (#121)
---
 data/companiesUsingPinot.ts                        | 125 ++++++++++++++
 public/static/images/companies/cloud/hubspot.svg   |  17 ++
 public/static/images/companies/cloud/momentive.svg |  10 ++
 public/static/images/companies/cloud/phenom.svg    |  12 ++
 public/static/images/companies/cloud/zuora.svg     |  18 ++
 .../images/companies/fintech/10x_banking.svg       |  20 +++
 .../images/companies/fintech/goldman_sachs.svg     |   4 +
 .../static/images/companies/fintech/phone_pe.svg   |  13 ++
 .../static/images/companies/fintech/pine_labs.svg  |  10 ++
 .../static/images/companies/fintech/robinhood.svg  |  24 +++
 public/static/images/companies/food/careem.svg     |  10 ++
 public/static/images/companies/food/ola.svg        |  13 ++
 public/static/images/companies/media/media_net.svg |  12 ++
 .../static/images/companies/media/promoted_ai.svg  |  23 +++
 .../images/companies/other/boond_manager.svg       |  72 ++++++++
 public/static/images/companies/other/broadcom.svg  |  22 +++
 public/static/images/companies/other/factual.svg   |  10 ++
 public/static/images/companies/other/hire_ez.svg   |  17 ++
 public/static/images/companies/other/link_labs.svg | 187 +++++++++++++++++++++
 public/static/images/companies/other/mobileum.svg  |  10 ++
 .../images/companies/other/palmyra_solutions.svg   |  10 ++
 public/static/images/companies/other/rapid_1.svg   |  10 ++
 public/static/images/companies/other/sim_soft.svg  |  18 ++
 public/static/images/companies/other/vedantu.svg   |  11 ++
 public/static/images/companies/other/you_gov.svg   |  32 ++++
 public/static/images/companies/retail/cora.svg     |  13 ++
 26 files changed, 723 insertions(+)

diff --git a/data/companiesUsingPinot.ts b/data/companiesUsingPinot.ts
index 933cfc9f..37a0346a 100644
--- a/data/companiesUsingPinot.ts
+++ b/data/companiesUsingPinot.ts
@@ -43,6 +43,11 @@ const companiesUsingPinot: Company[] = [
         logo: '/static/images/companies/retail/walmart.svg',
         type: 'retail'
     },
+    {
+        name: 'Cora',
+        logo: '/static/images/companies/retail/cora.svg',
+        type: 'retail'
+    },
     // Media
     {
         name: 'AdBeat',
@@ -119,6 +124,16 @@ const companiesUsingPinot: Company[] = [
         logo: '/static/images/companies/media/roku.svg',
         type: 'media'
     },
+    {
+        name: 'PromotedAI',
+        logo: '/static/images/companies/media/promoted_ai.svg',
+        type: 'media'
+    },
+    {
+        name: 'MediaNet',
+        logo: '/static/images/companies/media/media_net.svg',
+        type: 'media'
+    },
     // Fintech
     {
         name: 'Citi',
@@ -155,6 +170,31 @@ const companiesUsingPinot: Company[] = [
         logo: '/static/images/companies/fintech/tradeweb.svg',
         type: 'fintech'
     },
+    {
+        name: 'Goldman Sachs',
+        logo: '/static/images/companies/fintech/goldman_sachs.svg',
+        type: 'fintech'
+    },
+    {
+        name: 'PhonePe',
+        logo: '/static/images/companies/fintech/phone_pe.svg',
+        type: 'fintech'
+    },
+    {
+        name: '10x Banking',
+        logo: '/static/images/companies/fintech/10x_banking.svg',
+        type: 'fintech'
+    },
+    {
+        name: 'Robinhood',
+        logo: '/static/images/companies/fintech/robinhood.svg',
+        type: 'fintech'
+    },
+    {
+        name: 'Pine Labs',
+        logo: '/static/images/companies/fintech/pine_labs.svg',
+        type: 'fintech'
+    },
     // Cloud
     {
         name: 'Slack',
@@ -191,6 +231,26 @@ const companiesUsingPinot: Company[] = [
         logo: '/static/images/companies/cloud/hrt.svg',
         type: 'cloud'
     },
+    {
+        name: 'Momentive',
+        logo: '/static/images/companies/cloud/momentive.svg',
+        type: 'cloud'
+    },
+    {
+        name: 'Hubspot',
+        logo: '/static/images/companies/cloud/hubspot.svg',
+        type: 'cloud'
+    },
+    {
+        name: 'Phenom',
+        logo: '/static/images/companies/cloud/phenom.svg',
+        type: 'cloud'
+    },
+    {
+        name: 'Zuora',
+        logo: '/static/images/companies/cloud/zuora.svg',
+        type: 'cloud'
+    },
     // Food
     {
         name: 'Uber',
@@ -222,6 +282,16 @@ const companiesUsingPinot: Company[] = [
         logo: '/static/images/companies/food/door_dash.svg',
         type: 'food'
     },
+    {
+        name: 'Careem',
+        logo: '/static/images/companies/food/careem.svg',
+        type: 'food'
+    },
+    {
+        name: 'Ola',
+        logo: '/static/images/companies/food/ola.svg',
+        type: 'food'
+    },
     // Other
     {
         name: 'Eero',
@@ -287,6 +357,61 @@ const companiesUsingPinot: Company[] = [
         name: 'TuoAgente',
         logo: '/static/images/companies/other/tuoagente.svg',
         type: 'other'
+    },
+    {
+        name: 'Link Labs',
+        logo: '/static/images/companies/other/link_labs.svg',
+        type: 'other'
+    },
+    {
+        name: 'Vedantu',
+        logo: '/static/images/companies/other/vedantu.svg',
+        type: 'other'
+    },
+    {
+        name: 'Boond Manager',
+        logo: '/static/images/companies/other/boond_manager.svg',
+        type: 'other'
+    },
+    {
+        name: 'YouGov',
+        logo: '/static/images/companies/other/you_gov.svg',
+        type: 'other'
+    },
+    {
+        name: 'Mobileum',
+        logo: '/static/images/companies/other/mobileum.svg',
+        type: 'other'
+    },
+    {
+        name: 'HireEZ',
+        logo: '/static/images/companies/other/hire_ez.svg',
+        type: 'other'
+    },
+    {
+        name: 'Broadcom',
+        logo: '/static/images/companies/other/broadcom.svg',
+        type: 'other'
+    },
+    {
+        name: 'Rapid1',
+        logo: '/static/images/companies/other/rapid_1.svg',
+        type: 'other'
+    },
+    {
+        name: 'Factual',
+        logo: '/static/images/companies/other/factual.svg',
+        type: 'other'
+    },
+    {
+        name: 'SimSoft',
+        logo: '/static/images/companies/other/sim_soft.svg',
+        type: 'other'
+    },
+    {
+        name: 'Palmyra Solutions',
+        logo: '/static/images/companies/other/palmyra_solutions.svg',
+        type: 'other'
     }
 ];
 
diff --git a/public/static/images/companies/cloud/hubspot.svg 
b/public/static/images/companies/cloud/hubspot.svg
new file mode 100644
index 00000000..1ec94da2
--- /dev/null
+++ b/public/static/images/companies/cloud/hubspot.svg
@@ -0,0 +1,17 @@
+<svg width="184" height="72" viewBox="0 0 184 72" fill="none" 
xmlns="http://www.w3.org/2000/svg";>
+<rect width="184" height="72" fill="#F9FDFE"/>
+<g clip-path="url(#clip0_3700_2630)">
+<path d="M48.1297 
38.1108H39.9055V46.8429H36V25.297H39.9055V34.3237H48.1297V25.297H52.0343V46.8429H48.1297V38.1108Z"
 fill="#213343"/>
+<path d="M64.5306 39.8788C64.5306 41.6733 63.0803 43.1334 61.3003 
43.1334C59.5198 43.1334 58.0705 41.6733 58.0705 
39.8788V30.6505H54.3723V39.8788C54.3723 43.7289 57.4803 46.8607 61.3003 
46.8607C65.1195 46.8607 68.2275 43.7289 68.2275 
39.8788V30.6505H64.5306V39.8788Z" fill="#213343"/>
+<path d="M91.9722 31.6007C91.9722 29.7086 93.2147 29.1086 94.575 
29.1086C95.6703 29.1086 97.1197 29.9489 98.0654 30.9698L100.491 28.0884C99.2787 
26.438 96.8237 25.297 94.812 25.297C90.7881 25.297 87.8889 27.6684 87.8889 
31.6007C87.8889 38.8942 96.7349 36.5823 96.7349 40.6654C96.7349 41.9245 95.5224 
43.0361 94.1324 43.0361C91.9425 43.0361 91.2321 41.9556 90.2267 40.8148L87.5341 
43.6357C89.2509 45.767 91.3803 46.8482 93.9247 46.8482C97.741 46.8482 100.818 
44.4468 100.818 40.6943C100.818 32 [...]
+<path d="M146.697 43.401C144.509 43.401 143.888 42.4473 143.888 
40.9856V34.5156H147.289V31.2359H143.888V26.9117L140.132 28.6112V41.7909C140.132 
45.1607 142.438 46.8607 145.603 46.8607C146.076 46.8607 146.727 46.8298 147.083 
46.7414L148 43.3424C147.586 43.3712 147.113 43.401 146.697 43.401Z" 
fill="#213343"/>
+<path d="M78.627 30.7585C76.7926 30.7585 75.5122 31.2952 74.2757 
32.5185V25.4257H70.5657V38.5708C70.5657 43.4909 74.0949 46.8607 78.0605 
46.8607C82.4686 46.8607 86.3309 43.431 86.3309 38.8099C86.3309 34.2473 82.7694 
30.7585 78.627 30.7585ZM78.604 43.0973C76.2798 43.0973 74.396 41.1985 74.396 
38.8561C74.396 36.5138 76.2798 34.6149 78.604 34.6149C80.9278 34.6149 82.8118 
36.5138 82.8118 38.8561C82.8118 41.1985 80.9278 43.0973 78.604 43.0973Z" 
fill="#213343"/>
+<path d="M118.905 38.6157C118.905 33.9946 115.043 30.5649 110.634 
30.5649C106.669 30.5649 103.14 33.9347 103.14 38.8548V52H106.85V44.9071C108.086 
46.1305 109.367 46.6671 111.201 46.6671C115.343 46.6671 118.905 43.1783 118.905 
38.6157ZM115.386 38.5695C115.386 40.9118 113.502 42.8107 111.178 
42.8107C108.854 42.8107 106.97 40.9118 106.97 38.5695C106.97 36.2272 108.854 
34.3283 111.178 34.3283C113.502 34.3283 115.386 36.2272 115.386 38.5695Z" 
fill="#213343"/>
+<path d="M130.893 30.3838V26.6277C131.866 26.1645 132.547 25.1727 132.547 
24.0215V23.9347C132.547 22.3462 131.258 21.0465 129.682 21.0465H129.596C128.02 
21.0465 126.73 22.3462 126.73 23.9347V24.0215C126.73 25.1727 127.412 26.1647 
128.384 26.6278V30.3839C126.936 30.6094 125.613 31.2115 124.521 32.0975L114.289 
24.075C114.356 23.8137 114.403 23.5446 114.404 23.2621C114.406 21.4628 112.961 
20.0023 111.176 20C109.39 19.9978 107.941 21.4545 107.939 23.2538C107.937 
25.0531 109.382 26.5136 111.1 [...]
+</g>
+<defs>
+<clipPath id="clip0_3700_2630">
+<rect width="112" height="32" fill="white" transform="translate(36 20)"/>
+</clipPath>
+</defs>
+</svg>
diff --git a/public/static/images/companies/cloud/momentive.svg 
b/public/static/images/companies/cloud/momentive.svg
new file mode 100644
index 00000000..a2f3acaf
--- /dev/null
+++ b/public/static/images/companies/cloud/momentive.svg
@@ -0,0 +1,10 @@
+<svg width="184" height="72" viewBox="0 0 184 72" fill="none" 
xmlns="http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink";>
+<rect width="184" height="72" fill="#F9FDFE"/>
+<rect x="26" y="26" width="132" height="20" fill="url(#pattern0_3700_2627)"/>
+<defs>
+<pattern id="pattern0_3700_2627" patternContentUnits="objectBoundingBox" 
width="1" height="1">
+<use xlink:href="#image0_3700_2627" transform="matrix(0.00039984 0 0 
0.00263894 0 -0.00271891)"/>
+</pattern>
+<image id="image0_3700_2627" width="2501" height="381" 
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACcUAAAF9CAYAAADPm5LZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMS1jMDAyIDc5LmRiYTNkYTNiNSwgMjAyMy8xMi8xNS0xMDo0MjozNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9
 [...]
+</defs>
+</svg>
diff --git a/public/static/images/companies/cloud/phenom.svg 
b/public/static/images/companies/cloud/phenom.svg
new file mode 100644
index 00000000..e1be5763
--- /dev/null
+++ b/public/static/images/companies/cloud/phenom.svg
@@ -0,0 +1,12 @@
+<svg width="184" height="72" viewBox="0 0 184 72" fill="none" 
xmlns="http://www.w3.org/2000/svg";>
+<rect width="184" height="72" fill="#F9FDFE"/>
+<g clip-path="url(#clip0_3700_2633)">
+<path d="M54.7489 18.0728C49.2082 18.0728 44.7202 22.5091 44.7017 
27.9637V42.9637C44.6832 44.1455 45.6251 45.1091 46.8256 45.1273C47.7306 45.1455 
48.5433 44.6182 48.8757 43.7818C48.9865 43.5091 49.042 43.2364 49.0235 
42.9455V36.0546C53.5854 39.1637 59.828 38.0364 62.9862 33.5637C66.1444 29.0728 
64.9994 22.9273 60.4559 19.8182C58.7752 18.6909 56.7806 18.0728 54.7489 
18.0728ZM54.7489 33.6C51.5907 33.6 49.0235 31.0728 49.0235 27.9637C49.0235 
24.8546 51.5907 22.3273 54.7489 22.3273C57.9072 2 [...]
+<path d="M80.7905 31.0182C79.7378 31.0182 78.7035 31.3455 77.8354 
31.9455C77.7431 31.3455 77.1706 30.9455 76.5611 31.0364C76.0255 31.1273 75.6191 
31.5818 75.6191 32.1273V43.8546C75.6191 44.4546 76.1178 44.9455 76.7273 
44.9455C77.3368 44.9455 77.8354 44.4546 77.8354 43.8546V40.3091C80.181 41.9091 
83.4131 41.3455 85.0384 39.0364C86.6637 36.7273 86.0912 33.5455 83.7456 
31.9455C82.8775 31.3273 81.8433 31.0182 80.7905 31.0182ZM80.7905 39C79.1652 39 
77.8354 37.7091 77.8354 36.0909C77.8354 34.4 [...]
+</g>
+<defs>
+<clipPath id="clip0_3700_2633">
+<rect width="111" height="36" fill="white" transform="translate(37 18)"/>
+</clipPath>
+</defs>
+</svg>
diff --git a/public/static/images/companies/cloud/zuora.svg 
b/public/static/images/companies/cloud/zuora.svg
new file mode 100644
index 00000000..a3241c02
--- /dev/null
+++ b/public/static/images/companies/cloud/zuora.svg
@@ -0,0 +1,18 @@
+<svg width="184" height="72" viewBox="0 0 184 72" fill="none" 
xmlns="http://www.w3.org/2000/svg";>
+<rect width="184" height="72" fill="#F9FDFE"/>
+<g clip-path="url(#clip0_3700_2636)">
+<path d="M146.125 27.7688H139.004L134.07 44.0286H138.77L139.851 
40.1432H145.077V40.1708L146.186 44.0563H151.003L146.125 27.7688ZM140.638 
37.4977L142.478 30.9361L144.318 37.4977H140.638Z" fill="black"/>
+<path d="M79.9184 27.7994H65.2922V31.7984H72.0661L64.6501 
44.0562H80.0074V40.0572H73.0891L79.9184 27.7994Z" fill="black"/>
+<path d="M131.062 37.3227C131.793 36.9207 132.405 36.3437 132.813 
35.5948C133.25 34.7601 133.483 33.8393 133.455 32.891C133.428 31.9427 133.163 
31.0496 132.697 30.2148C132.171 29.4076 131.412 28.7754 130.537 28.3734C129.603 
27.9406 128.494 27.7104 127.237 27.7104H117.984V44.0562H122.685V36.9483L127.413 
44.1145H132.872L128.611 37.955L128.875 37.9273C129.634 37.8997 130.392 37.6972 
131.062 37.3227ZM128.055 34.935C127.674 35.3094 127.179 35.5396 126.623 
35.5396H122.682V31.5406H126.623C127.1 [...]
+<path d="M107.241 27.2808C102.191 27.2808 98.2217 31.0803 98.2217 
35.914C98.2217 40.7478 102.191 44.5473 107.241 44.5473C112.292 44.5473 116.233 
40.7478 116.233 35.914C116.261 31.0803 112.292 27.2808 107.241 27.2808ZM110.393 
39.0506C109.545 39.8271 108.409 40.2874 107.241 40.2874C106.366 40.2874 105.518 
40.0296 104.79 39.5693C104.059 39.0813 103.506 38.4184 103.155 37.6112C102.805 
36.804 102.719 35.9416 102.891 35.1068C103.066 34.2721 103.475 33.4956 104.089 
32.8634C104.704 32.2588 105.4 [...]
+<path d="M91.7673 37.8414C91.7673 38.5043 91.5031 39.1641 91.0085 
39.6245C90.5108 40.1125 89.8687 40.3734 89.199 40.3734C88.5293 40.3734 87.8565 
40.1156 87.3896 39.6245C86.9226 39.1365 86.6308 38.5012 86.6308 
37.8414V27.7994H81.9028V37.381C81.9028 39.2808 82.6616 41.0946 84.0349 
42.445C85.4081 43.7984 87.2452 44.5473 89.2021 44.5473C91.1283 44.5473 92.9961 
43.7984 94.3693 42.445C95.7395 41.0915 96.5013 39.2808 96.5013 
37.381V27.7994H91.7734V37.8414H91.7673Z" fill="black"/>
+<path d="M149.768 28.1924H149.777L150.048 29.1561H150.318L150.582 
28.1924H150.591V29.1561H150.957V27.7811H150.444L150.207 28.7018H150.195L149.959 
27.7811H149.424V29.1561H149.768V28.1924Z" fill="black"/>
+<path d="M148.435 
29.1561H148.807V28.0972H149.277V27.7811H147.974V28.0972H148.435V29.1561Z" 
fill="black"/>
+<path d="M54.2573 48H39.7171C38.9583 48 38.3163 47.5396 38.0521 
46.8491C37.7879 46.1586 38.0213 45.3821 38.6081 44.9217L41.8491 
42.3038H35.7756C35.0168 42.3038 34.3748 41.8435 34.1106 41.1529C33.8464 40.4624 
34.0522 39.7136 34.6359 39.2256L40.9122 34.0757C41.4375 33.643 42.1963 33.7289 
42.6356 34.2199C43.0749 34.7386 42.9858 35.4875 42.4881 35.9171L37.6465 
39.913H44.8567L54.6658 32.0286H38.0828C37.0014 32.0286 35.9815 31.5959 35.192 
30.8501C34.4332 30.1013 34.0246 29.0946 34.0246 28.0297 [...]
+</g>
+<defs>
+<clipPath id="clip0_3700_2636">
+<rect width="117" height="24" fill="white" transform="translate(34 24)"/>
+</clipPath>
+</defs>
+</svg>
diff --git a/public/static/images/companies/fintech/10x_banking.svg 
b/public/static/images/companies/fintech/10x_banking.svg
new file mode 100644
index 00000000..767d8bad
--- /dev/null
+++ b/public/static/images/companies/fintech/10x_banking.svg
@@ -0,0 +1,20 @@
+<svg width="184" height="72" viewBox="0 0 184 72" fill="none" 
xmlns="http://www.w3.org/2000/svg";>
+<rect width="184" height="72" fill="#F9FDFE"/>
+<g clip-path="url(#clip0_3700_2578)">
+<path d="M122.259 39.6421C122.221 39.6128 122.225 39.5886 122.267 
39.5886C122.31 39.5886 122.425 39.6096 122.428 39.6351C122.431 39.6608 122.5 
39.7019 122.5 39.7447C122.5 39.7876 122.488 39.9009 122.474 39.9009C122.46 
39.9009 122.422 39.9361 122.422 39.979C122.422 40.022 122.378 40.1277 122.325 
40.1186L122.287 40.1354C122.251 40.1507 122.29 40.1878 122.267 40.2133C122.256 
40.2265 122.202 40.2006 122.19 40.2133C122.142 40.2609 122.22 40.2561 122.131 
40.2914C122.095 40.306 122.135 40.3463  [...]
+<mask id="mask0_3700_2578" style="mask-type:luminance" 
maskUnits="userSpaceOnUse" x="61" y="18" width="16" height="36">
+<path d="M68.7034 53.9597H61V18.032H68.7034H76.4068V53.9597H68.7034Z" 
fill="white"/>
+</mask>
+<g mask="url(#mask0_3700_2578)">
+<path d="M68.8403 42.6292C68.8658 42.6323 68.8866 42.6229 68.8866 
42.6086C68.8866 42.5942 68.8751 42.5565 68.8608 42.5565C68.8466 42.5565 68.815 
42.6262 68.8403 42.6292ZM66.6697 25.4464C66.6951 25.4494 66.7159 25.4401 
66.7159 25.4259C66.7159 25.4115 66.7043 25.3738 66.6901 25.3738C66.6759 25.3738 
66.6442 25.4435 66.6697 25.4464ZM61.3978 25.3683C61.4233 25.3713 61.4442 25.362 
61.4442 25.3476C61.4442 25.3334 61.4325 25.2957 61.4183 25.2957C61.4042 25.2957 
61.3724 25.3654 61.3978 25.3683ZM6 [...]
+</g>
+<path d="M90.3303 41.77C90.3048 41.7731 90.284 41.8107 90.284 41.8537C90.284 
41.8966 90.3073 42.0097 90.3356 42.0097C90.3641 42.0097 90.4746 41.9869 90.5178 
41.9591C90.5612 41.9313 90.5512 41.7837 90.4987 41.7934C90.4464 41.8032 90.4274 
41.6974 90.4132 41.6974C90.399 41.6974 90.3557 41.767 90.3303 41.77ZM92.3737 
40.1188C92.333 40.128 92.2972 40.1562 92.2942 40.1819C92.2913 40.2076 92.2221 
40.2369 92.2221 40.2655C92.2221 40.2943 92.2686 40.3696 92.3255 40.3696C92.3824 
40.3696 92.5564 40.3 [...]
+<path d="M105.479 44.7434C105.436 44.7434 105.391 44.8067 105.378 
44.884C105.365 44.9615 105.459 45.0215 105.481 44.9797C105.504 44.9379 105.634 
44.8761 105.634 44.8475C105.634 44.8189 105.657 44.7434 105.686 44.7434C105.714 
44.7434 105.789 44.755 105.789 44.7694C105.789 44.7838 105.812 44.8215 105.841 
44.8215C105.869 44.8215 105.944 44.798 105.944 44.7694C105.944 44.7407 105.988 
44.5927 106.042 44.5039C106.096 44.4153 106.409 44.3295 106.409 44.3009C106.409 
44.2722 106.445 44.1796 106.4 [...]
+<path d="M104.394 46.8522C104.394 46.8952 104.417 46.9303 104.445 
46.9303C104.474 46.9303 104.549 46.8952 104.549 46.8522C104.549 46.8093 104.525 
46.6962 104.497 46.6962C104.469 46.6962 104.394 46.8093 104.394 
46.8522ZM104.424 46.2581C104.365 46.2628 104.336 46.2989 104.361 
46.3387C104.386 46.3781 104.429 46.5398 104.471 46.5398C104.514 46.5398 104.626 
46.4929 104.626 46.4356C104.626 46.3784 104.484 46.2537 104.424 
46.2581ZM105.055 45.3836C105.032 45.4182 104.991 45.4465 104.962 45.4465C [...]
+</g>
+<defs>
+<clipPath id="clip0_3700_2578">
+<rect width="62" height="36" fill="white" transform="translate(61 18)"/>
+</clipPath>
+</defs>
+</svg>
diff --git a/public/static/images/companies/fintech/goldman_sachs.svg 
b/public/static/images/companies/fintech/goldman_sachs.svg
new file mode 100644
index 00000000..82c42483
--- /dev/null
+++ b/public/static/images/companies/fintech/goldman_sachs.svg
@@ -0,0 +1,4 @@
+<svg width="184" height="72" viewBox="0 0 184 72" fill="none" 
xmlns="http://www.w3.org/2000/svg";>
+<rect width="184" height="72" fill="#F9FDFE"/>
+<path d="M56.5489 26.4732H61.6261V34.8024C59.9307 35.1465 58.6324 35.3208 
57.2092 35.3208C51.6412 35.3208 49.6782 32.1258 49.6782 26.8664C49.6782 21.2138 
52.3997 18.0188 57.8249 18.0188C58.5119 18.0188 59.8102 18.068 61.4298 
18.3137V23.6446H60.2519L59.5872 21.607C58.9492 19.6677 58.1907 18.7069 56.9861 
18.7069C54.9026 18.7069 53.7961 21.531 53.7961 26.8172C53.7961 32.1258 54.2378 
34.6326 56.9593 34.6326C57.3296 34.6326 57.7669 34.5835 58.1863 
34.4628V28.265L56.5444 27.1345V26.4732H56.548 [...]
+</svg>
diff --git a/public/static/images/companies/fintech/phone_pe.svg 
b/public/static/images/companies/fintech/phone_pe.svg
new file mode 100644
index 00000000..37a5f394
--- /dev/null
+++ b/public/static/images/companies/fintech/phone_pe.svg
@@ -0,0 +1,13 @@
+<svg width="184" height="72" viewBox="0 0 184 72" fill="none" 
xmlns="http://www.w3.org/2000/svg";>
+<rect width="184" height="72" fill="#F9FDFE"/>
+<g clip-path="url(#clip0_3700_2575)">
+<path d="M70.1357 38.8937C71.7535 32.0786 67.5108 25.2493 60.6593 
23.6401C53.8077 22.0308 46.9419 26.251 45.3241 33.0661C43.7062 39.8812 47.9489 
46.7104 54.8005 48.3197C61.652 49.929 68.5178 45.7088 70.1357 38.8937Z" 
fill="#5F259F"/>
+<path d="M109.447 43.225V38.6209C109.447 37.4875 109.02 36.9209 107.952 
36.9209C107.524 36.9209 107.026 36.9917 106.741 37.0625V43.7917C106.741 44.0042 
106.527 44.2167 106.314 44.2167H104.676C104.462 44.2167 104.249 44.0042 104.249 
43.7917V35.9292C104.249 35.6459 104.462 35.4334 104.676 35.3625C105.744 35.0084 
106.812 34.7959 107.952 34.7959C110.515 34.7959 111.939 36.1417 111.939 
38.6209V43.8625C111.939 44.075 111.726 44.2875 111.512 44.2875H110.515C109.874 
44.2875 109.447 43.7917 109.4 [...]
+<path d="M63.5151 32.6708C63.5151 32.175 63.0878 31.75 62.5894 
31.75H60.8803L56.9636 27.2875C56.6075 26.8625 56.0378 26.7208 55.4681 
26.8625L54.1151 27.2875C53.9015 27.3583 53.8303 27.6416 53.9727 27.7833L58.2454 
31.8208H51.7651C51.5515 31.8208 51.4091 31.9625 51.4091 32.175V32.8833C51.4091 
33.3791 51.8363 33.8041 52.3348 33.8041H53.3318V37.2041C53.3318 39.7541 54.6848 
41.2416 56.9636 41.2416C57.6757 41.2416 58.2454 41.1708 58.9575 
40.8875V43.1541C58.9575 43.7916 59.456 44.2875 60.0969 4 [...]
+</g>
+<defs>
+<clipPath id="clip0_3700_2575">
+<rect width="94" height="34" fill="white" transform="translate(45 19)"/>
+</clipPath>
+</defs>
+</svg>
diff --git a/public/static/images/companies/fintech/pine_labs.svg 
b/public/static/images/companies/fintech/pine_labs.svg
new file mode 100644
index 00000000..66f05fb9
--- /dev/null
+++ b/public/static/images/companies/fintech/pine_labs.svg
@@ -0,0 +1,10 @@
+<svg width="184" height="72" viewBox="0 0 184 72" fill="none" 
xmlns="http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink";>
+<rect width="184" height="72" fill="#F9FDFE"/>
+<rect x="43" y="24" width="98" height="25" fill="url(#pattern0_3700_2584)"/>
+<defs>
+<pattern id="pattern0_3700_2584" patternContentUnits="objectBoundingBox" 
width="1" height="1">
+<use xlink:href="#image0_3700_2584" transform="matrix(0.000996492 0 0 
0.00390625 -0.00372688 0)"/>
+</pattern>
+<image id="image0_3700_2584" width="1011" height="256" 
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA/MAAAEACAYAAAD/ZSY9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMS1jMDAyIDc5LmRiYTNkYTNiNSwgMjAyMy8xMi8xNS0xMDo0MjozNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9
 [...]
+</defs>
+</svg>
diff --git a/public/static/images/companies/fintech/robinhood.svg 
b/public/static/images/companies/fintech/robinhood.svg
new file mode 100644
index 00000000..3792ecc6
--- /dev/null
+++ b/public/static/images/companies/fintech/robinhood.svg
@@ -0,0 +1,24 @@
+<svg width="184" height="72" viewBox="0 0 184 72" fill="none" 
xmlns="http://www.w3.org/2000/svg";>
+<rect width="184" height="72" fill="#F9FDFE"/>
+<g clip-path="url(#clip0_3700_2581)">
+<path d="M59.4492 30.701C58.2591 30.701 57.0015 31.2904 56.2157 
32.1972H56.1708V26.5072H53.9926V43.0559H55.9911V41.8997H56.036C56.7994 42.7838 
58.1916 43.3959 59.4043 43.3959C62.548 43.3959 64.569 40.9022 64.569 
37.0484C64.569 33.308 62.4582 30.701 59.4492 30.701ZM59.0674 41.401C57.4282 
41.401 56.1708 40.2675 56.1708 38.7713V35.5523C56.1708 33.9428 57.4282 32.7186 
59.0674 32.7186C61.2006 32.7186 62.3907 34.2828 62.3907 37.0484C62.3907 39.8368 
61.2006 41.401 59.0674 41.401Z" fill="#00C805"/>
+<path d="M46.9193 30.7009C43.6857 30.7009 41.4626 33.3079 41.4626 
37.0484C41.4626 40.8795 43.6183 43.3958 46.9193 43.3958C50.1753 43.3958 52.3085 
40.8795 52.3085 37.0484C52.3085 33.3079 50.1078 30.7009 46.9193 
30.7009ZM46.9193 41.4009C44.8759 41.4009 43.6183 39.7233 43.6183 
37.0484C43.6183 34.3734 44.8759 32.7185 46.9193 32.7185C48.8953 32.7185 50.1529 
34.4187 50.1529 37.0484C50.1529 39.7007 48.8953 41.4009 46.9193 41.4009Z" 
fill="#00C805"/>
+<path d="M40.4521 31.7891C40.4521 28.9781 38.3863 27.1873 35.1527 
27.1873H29V43.0558H31.2455V36.7764H34.4566C36.9267 36.7764 37.8249 37.7738 
37.8249 40.5394V43.0558H40.003V40.5394C40.003 38.0073 39.2396 36.5021 37.5756 
35.8832C39.28 35.2802 40.4521 33.8611 40.4521 31.7891ZM34.9731 
34.7588H31.2455V29.2502H34.9506C37.0839 29.2502 38.1842 30.1796 38.1842 
32.0158C38.1842 33.784 37.0614 34.7588 34.9731 34.7588Z" fill="#00C805"/>
+<path d="M76.4477 30.7009C75.1903 30.7009 73.843 31.313 73.1918 
32.1971H73.1469V31.041H71.0137V43.0558H73.1918V35.5068C73.1918 33.8066 74.2921 
32.7412 76.0212 32.7412C77.7278 32.7412 78.5361 33.7386 78.5361 
35.8242V43.0558H80.7367V35.1895C80.7367 32.4238 79.0751 30.7009 76.4477 
30.7009Z" fill="#00C805"/>
+<path d="M111.972 30.7009C108.738 30.7009 106.515 33.3079 106.515 
37.0484C106.515 40.8795 108.671 43.3958 111.972 43.3958C115.228 43.3958 117.361 
40.8795 117.361 37.0484C117.361 33.3079 115.161 30.7009 111.972 
30.7009ZM111.972 41.4009C109.928 41.4009 108.671 39.7233 108.671 
37.0484C108.671 34.3734 109.928 32.7185 111.972 32.7185C113.948 32.7185 115.205 
34.4187 115.205 37.0484C115.205 39.7007 113.948 41.4009 111.972 41.4009Z" 
fill="#00C805"/>
+<path d="M127.107 26.5072V32.1972H127.062C126.276 31.2678 125.041 30.701 
123.851 30.701C120.842 30.701 118.708 33.3533 118.708 37.0484C118.708 40.9022 
120.729 43.3959 123.873 43.3959C125.086 43.3959 126.478 42.7838 127.241 
41.8997H127.286V43.0559H129.285V26.5072H127.107ZM127.107 38.7713C127.107 
40.2675 125.849 41.401 124.21 41.401C122.077 41.401 120.887 39.8368 120.887 
37.0484C120.887 34.2828 122.077 32.7186 124.21 32.7186C125.849 32.7186 127.107 
33.9428 127.107 35.5523V38.7713Z" fill="# [...]
+<path d="M99.7787 30.7009C96.5451 30.7009 94.3221 33.3079 94.3221 
37.0484C94.3221 40.8795 96.4778 43.3958 99.7787 43.3958C103.035 43.3958 105.168 
40.8795 105.168 37.0484C105.168 33.3079 102.967 30.7009 99.7787 
30.7009ZM99.7787 41.4009C97.7354 41.4009 96.4778 39.7233 96.4778 
37.0484C96.4778 34.3734 97.7354 32.7185 99.7787 32.7185C101.755 32.7185 103.012 
34.4187 103.012 37.0484C103.012 39.7007 101.755 41.4009 99.7787 41.4009Z" 
fill="#00C805"/>
+<path d="M68.6333 26.5072H66.2755V28.8421H68.6333V26.5072Z" fill="#00C805"/>
+<path d="M88.5063 30.701C87.1814 30.701 85.8341 31.3358 85.2053 
32.2425H85.1604V26.5072H82.9823V43.0559H85.1604V35.5069C85.1604 33.8747 86.328 
32.7413 87.9897 32.7413C89.6289 32.7413 90.572 33.8294 90.572 
35.711V43.0559H92.7503V35.1669C92.7503 32.4239 91.111 30.701 88.5063 30.701Z" 
fill="#00C805"/>
+<path d="M68.5436 31.041H66.3655V43.0557H68.5436V31.041Z" fill="#00C805"/>
+<path d="M144.303 43.627L144.139 43.6814C143.084 44.0351 141.523 44.5814 
140.122 45.2321C140.048 45.2683 139.998 45.3681 139.998 45.3681C139.971 45.4293 
139.94 45.5041 139.904 45.588L139.899 45.5992C139.742 45.9598 139.527 46.5015 
139.432 46.7238L139.36 46.8983C139.349 46.9255 139.356 46.9572 139.378 
46.9776C139.392 46.9913 139.408 46.998 139.426 46.998C139.435 46.998 139.446 
46.9957 139.457 46.9913L139.625 46.9097C140.009 46.7259 140.494 46.4471 141.002 
46.2023L141.02 46.1933C141.988 45 [...]
+<path d="M140.369 42.0833C140.438 41.9473 140.757 41.3261 140.829 
41.1878L140.842 41.1629C142.98 37.0938 145.585 33.2536 148.583 29.7534L148.666 
29.6559C148.691 29.6265 148.695 29.5811 148.677 29.5471C148.657 29.5109 148.619 
29.4927 148.58 29.4973L148.455 29.5154C146.488 29.7897 144.496 30.1683 142.533 
30.6421C142.338 30.6965 142.212 30.8257 142.185 30.8552C140.717 32.6302 139.327 
34.4981 138.051 36.4137C137.988 36.5112 137.966 36.6381 137.982 36.7424C137.995 
36.8444 138.303 39.236 138.7 [...]
+<path d="M149.551 30.4811L149.548 30.3541C149.546 30.3133 149.521 30.2793 
149.485 30.2657C149.45 30.2521 149.407 30.2635 149.38 30.2929L149.297 
30.3881C145.801 34.4709 142.861 39.0002 140.562 43.8537L140.508 43.9671C140.49 
44.0033 140.497 44.0464 140.524 44.0759C140.542 44.094 140.566 44.1053 140.591 
44.1053C140.602 44.1053 140.616 44.103 140.629 44.0986L140.744 44.0509C142.709 
43.2303 144.714 42.5185 146.706 41.9359C146.825 41.902 146.926 41.8158 146.982 
41.7047C147.855 39.9863 149.883  [...]
+<path d="M154.071 24.7412C153.575 24.306 152.854 24.102 151.736 24.077C150.721 
24.0543 149.515 24.2765 148.147 24.7299C147.943 24.8024 147.779 24.918 147.633 
25.0609C146.243 26.378 144.891 27.7767 143.613 29.2184L143.515 29.3272C143.488 
29.359 143.483 29.4043 143.503 29.4383C143.524 29.4746 143.566 29.4927 143.607 
29.4837L143.75 29.4519C145.81 29.0076 147.889 28.6676 149.93 28.4431C150.065 
28.4273 150.204 28.4726 150.303 28.5655C150.404 28.6585 150.46 28.7922 150.458 
28.9305C150.424 30.9 [...]
+</g>
+<defs>
+<clipPath id="clip0_3700_2581">
+<rect width="126" height="25" fill="white" transform="translate(29 24)"/>
+</clipPath>
+</defs>
+</svg>
diff --git a/public/static/images/companies/food/careem.svg 
b/public/static/images/companies/food/careem.svg
new file mode 100644
index 00000000..d9a857be
--- /dev/null
+++ b/public/static/images/companies/food/careem.svg
@@ -0,0 +1,10 @@
+<svg width="184" height="72" viewBox="0 0 184 72" fill="none" 
xmlns="http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink";>
+<rect width="184" height="72" fill="#F9FDFE"/>
+<rect x="39" y="26" width="106" height="21" fill="url(#pattern0_3700_2621)"/>
+<defs>
+<pattern id="pattern0_3700_2621" patternContentUnits="objectBoundingBox" 
width="1" height="1">
+<use xlink:href="#image0_3700_2621" transform="matrix(0.0013369 0 0 0.00674815 
0 -0.0128597)"/>
+</pattern>
+<image id="image0_3700_2621" width="748" height="152" 
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAuwAAACYCAMAAACI0kwwAAAAJFBMVEVHcEwAST4AST4AST4AST4AST4AST4AST4AST4AST4AST4AST7JwEYgAAAAC3RSTlMA9GQw46oNRcmJHlxYWNsAAAAJcEhZcwAALEsAACxLAaU9lqkAABYVSURBVHic7V2LsqwoDBzfjvP//3tERwcQkg4PH6fo3bpVu3VHBZoQQui8XvnQtGNXD1PGNxQU3AT1Z0Y1E77pr/6UgoK8eH++qMb3UPhe8I/Rj58fZr4X+17wb9FUHwNtVxf/veB/ov4cMBa6F9wdfT9NvdQL6Y5kn837u9C94Lboh/rdjQrdWxJHnFoX2QvdC26L5j1qrnfVdnBYZajcZFfOTNmqFtwOTXcwzxVK
 [...]
+</defs>
+</svg>
diff --git a/public/static/images/companies/food/ola.svg 
b/public/static/images/companies/food/ola.svg
new file mode 100644
index 00000000..2d7c42c4
--- /dev/null
+++ b/public/static/images/companies/food/ola.svg
@@ -0,0 +1,13 @@
+<svg width="184" height="72" viewBox="0 0 184 72" fill="none" 
xmlns="http://www.w3.org/2000/svg";>
+<rect width="184" height="72" fill="#F9FDFE"/>
+<g clip-path="url(#clip0_3700_2624)">
+<path fill-rule="evenodd" clip-rule="evenodd" d="M126.915 35.0135L121.173 
44.9212L116.275 44.9407L126.915 26.2922L137.515 44.9407H132.539L126.915 
35.0135ZM111.455 40.6276H116.941L114.394 44.9407H107.243L107.262 
39.689V26.4068H111.475L111.455 40.6276ZM96.4077 26.4078C101.639 26.4272 105.871 
30.5664 105.852 35.683C105.832 40.7811 101.6 44.9212 96.3679 44.9212C91.1561 
44.9018 86.9239 40.7627 86.9239 35.6451C86.9433 30.5469 91.1755 26.4078 96.4077 
26.4078ZM96.3883 40.6091C99.1897 40.6091 101 [...]
+<path fill-rule="evenodd" clip-rule="evenodd" d="M70.7587 36.1076C70.7587 
39.9795 67.5062 43.1227 63.4894 43.1227C59.4735 43.1227 56.2201 39.9795 56.2201 
36.1076C56.2201 32.2366 59.4725 29.0934 63.4894 29.0934C67.5062 29.0934 70.7587 
32.2366 70.7587 36.1085V36.1076Z" fill="white"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M70.7984 34.9193C70.7004 
34.383 70.5433 33.9613 70.3871 33.3676C69.7595 32.0637 68.839 31.0483 67.6236 
30.1855C63.0781 27.1774 56.8273 30.0709 56.1619 35.2079C55.9077 37.2396 56.6323 
39.1945 57.9254 40.6898C57.5335 40.2866 57.1028 39.8659 56.8089 39.3859L56.7701 
39.4248C56.8089 39.5394 56.966 39.6162 57.0048 39.7308C57.0048 39.7308 56.8477 
39.7308 56.8875 39.7114C56.7701 39.5783 56.8681 39.7891 57.0436 40.0757C57.2008 
40.3633 57.3967 40.63 [...]
+</g>
+<defs>
+<clipPath id="clip0_3700_2624">
+<rect width="91" height="32" fill="white" transform="translate(47 20)"/>
+</clipPath>
+</defs>
+</svg>
diff --git a/public/static/images/companies/media/media_net.svg 
b/public/static/images/companies/media/media_net.svg
new file mode 100644
index 00000000..1a94f688
--- /dev/null
+++ b/public/static/images/companies/media/media_net.svg
@@ -0,0 +1,12 @@
+<svg width="184" height="72" viewBox="0 0 184 72" fill="none" 
xmlns="http://www.w3.org/2000/svg";>
+<rect width="184" height="72" fill="#F9FDFE"/>
+<g clip-path="url(#clip0_3700_2553)">
+<path fill-rule="evenodd" clip-rule="evenodd" d="M106.258 38.5148C106.26 
38.848 106.188 39.1774 106.047 39.4793C105.903 39.7812 105.698 40.0502 105.445 
40.2692C105.224 40.4523 104.98 40.6053 104.718 40.7239C104.434 40.8565 104.137 
40.9577 103.831 41.0258C103.519 41.0942 103.207 41.1319 102.895 41.131C102.306 
41.1254 101.851 41.0115 101.532 40.7854C101.214 40.5619 101.052 40.2428 101.049 
39.8279C101.053 39.4927 101.171 39.1939 101.4 38.9314C101.63 38.6655 101.949 
38.465 102.359 38.3243C10 [...]
+<path fill-rule="evenodd" clip-rule="evenodd" d="M112.349 43.1456C114.018 
43.1487 115.383 41.7901 115.386 40.1206C115.388 38.4512 114.029 37.0857 112.36 
37.0826C110.689 37.0796 109.326 38.4403 109.323 40.1098C109.32 41.7793 110.678 
43.1426 112.349 43.1456Z" fill="#EA4555"/>
+</g>
+<defs>
+<clipPath id="clip0_3700_2553">
+<rect width="110" height="30" fill="white" transform="translate(37 21)"/>
+</clipPath>
+</defs>
+</svg>
diff --git a/public/static/images/companies/media/promoted_ai.svg 
b/public/static/images/companies/media/promoted_ai.svg
new file mode 100644
index 00000000..fbc32081
--- /dev/null
+++ b/public/static/images/companies/media/promoted_ai.svg
@@ -0,0 +1,23 @@
+<svg width="184" height="72" viewBox="0 0 184 72" fill="none" 
xmlns="http://www.w3.org/2000/svg";>
+<rect width="184" height="72" fill="#F9FDFE"/>
+<g clip-path="url(#clip0_3700_2550)">
+<path d="M36.3022 32.6875C34.5661 32.6875 33.1632 34.1569 33.1632 
35.9662C33.1632 37.82 34.5661 39.3126 36.3022 39.3126C38.0385 39.3126 39.4418 
37.8655 39.4418 35.9662C39.4418 34.0893 38.0385 32.6875 36.3022 
32.6875ZM36.7303 42.0709C35.3035 42.0709 34.0908 41.6185 33.1632 
40.7139V46.9999H30V35.9662C30 32.6196 32.5925 29.8834 36.3022 29.8834C39.9888 
29.8834 42.5807 32.6196 42.5807 35.9662C42.5807 39.335 39.965 42.0709 36.7303 
42.0709Z" fill="black"/>
+<path d="M47.0282 38.9849L47.0284 41.823H43.889L43.8887 
38.9849H47.0282ZM47.0284 35.0849L47.0282 37.7414H43.8887L43.889 35.0849C43.889 
34.9744 43.8917 34.8651 43.8971 34.757L47.0467 34.7569C47.0346 34.8632 47.0284 
34.9726 47.0284 35.0849Z" fill="black"/>
+<path d="M50.354 29.9519V32.7554C49.1177 32.5456 48.1365 32.8553 47.5682 
33.5131L44.0852 33.5132C44.7394 31.0868 46.9706 29.5569 50.354 29.9519Z" 
fill="#1290CC"/>
+<path d="M59.7715 36.0338C59.7715 34.0217 58.4164 32.6196 56.7513 
32.6196C55.0867 32.6196 53.731 34.0217 53.731 36.0338C53.731 38.001 55.0867 
39.3576 56.7513 39.3576C58.4164 39.3576 59.7715 38.001 59.7715 36.0338ZM62.9345 
36.0112C62.9345 39.4932 60.1524 42.0934 56.7513 42.0934C53.3506 42.0934 50.5918 
39.4932 50.5918 36.0112C50.5918 32.529 53.3506 29.8834 56.7513 29.8834C60.1524 
29.8834 62.9345 32.529 62.9345 36.0112Z" fill="black"/>
+<path d="M83.0082 41.8222H79.8692V35.0165C79.8692 34.3607 79.6314 32.8006 
77.5624 32.8006C76.1829 32.8006 75.1839 33.7048 75.1839 
35.0165V41.8222H72.0446V35.0165C72.0446 34.3607 71.8306 32.8006 69.7616 
32.8006C68.3584 32.8006 67.3836 33.7048 67.3836 
35.0165V41.8222H64.2441V35.0841C64.2441 32.1222 66.4084 29.8834 69.7616 
29.8834C71.4267 29.8834 72.7821 30.5169 73.6616 31.5343C74.5895 30.5169 75.9687 
29.8834 77.5624 29.8834C80.9868 29.8834 83.0082 32.0316 83.0082 
35.0841V41.8222Z" fill="black"/>
+<path d="M93.4949 36.0338C93.4949 34.0217 92.1392 32.6196 90.4744 
32.6196C88.8101 32.6196 87.4539 34.0217 87.4539 36.0338C87.4539 38.001 88.8101 
39.3576 90.4744 39.3576C92.1392 39.3576 93.4949 38.001 93.4949 36.0338ZM96.6574 
36.0112C96.6574 39.4932 93.8752 42.0934 90.4744 42.0934C87.0735 42.0934 84.3152 
39.4932 84.3152 36.0112C84.3152 32.529 87.0735 29.8834 90.4744 29.8834C93.8752 
29.8834 96.6574 32.529 96.6574 36.0112Z" fill="black"/>
+<path d="M103.269 41.8002C99.6773 42.1618 97.7751 40.1044 97.7751 
36.9164V27.2161H100.914V30.1786H103.126V32.8239H100.914V36.939C100.914 38.5667 
101.699 39.1772 103.269 39.0869V41.8002Z" fill="black"/>
+<path d="M113.375 34.7225C112.994 33.3659 111.805 32.5064 110.307 
32.5064C108.88 32.5064 107.738 33.3659 107.287 34.7225H113.375ZM107.239 
37.1644C107.643 38.5889 108.832 39.4705 110.307 39.4705C111.353 39.4705 112.376 
39.0408 112.899 38.1142H116.252C115.539 40.4879 113.375 42.0934 110.331 
42.0934C106.882 42.0934 104.052 39.3802 104.052 36.0112C104.052 32.6422 106.882 
29.8834 110.331 29.8834C113.945 29.8834 116.942 32.5519 116.49 
37.1644H107.239Z" fill="black"/>
+<path d="M123.527 32.6878C121.791 32.6878 120.387 34.1123 120.387 
36.0343C120.387 37.8885 121.791 39.313 123.527 39.313C125.262 39.313 126.666 
37.8432 126.666 36.0343C126.666 34.18 125.262 32.6878 123.527 32.6878ZM129.805 
36.0116C129.805 39.3806 127.213 42.0938 123.527 42.0938C119.816 42.0938 117.225 
39.3806 117.225 36.0116C117.225 32.6652 119.864 29.9293 123.075 29.9293C124.526 
29.9293 125.714 30.3588 126.666 31.2859V25H129.805V36.0116Z" fill="black"/>
+<path d="M142.82 31.6474C140.537 31.6474 138.682 33.5693 138.682 
36.0112C138.682 38.4532 140.537 40.33 142.82 40.33C145.079 40.33 146.958 
38.4081 146.958 36.0112C146.958 33.5919 145.056 31.6474 142.82 31.6474ZM148.956 
41.8222H147.006V40.0131C146.054 41.2795 144.509 42.1161 142.772 42.1161C139.395 
42.1161 136.66 39.4932 136.66 36.0112C136.66 32.5064 139.419 29.8834 142.82 
29.8834C146.292 29.8834 148.956 32.5745 148.956 36.0112V41.8222Z" fill="black"/>
+<path d="M151.307 41.8255H153.334V30.181H151.307V41.8255Z" fill="black"/>
+<path d="M133.367 42.1169C132.378 42.1169 131.577 41.3547 131.577 
40.4146C131.577 39.4746 132.378 38.7123 133.367 38.7123C134.356 38.7123 135.157 
39.4746 135.157 40.4146C135.157 41.3547 134.356 42.1169 133.367 42.1169Z" 
fill="#1290CC"/>
+<path d="M153.739 27.1528C153.739 27.8981 153.104 28.5022 152.32 
28.5022C151.536 28.5022 150.901 27.8981 150.901 27.1528C150.901 26.4077 151.536 
25.8036 152.32 25.8036C153.104 25.8036 153.739 26.4077 153.739 27.1528Z" 
fill="black"/>
+</g>
+<defs>
+<clipPath id="clip0_3700_2550">
+<rect width="124" height="22" fill="white" transform="translate(30 25)"/>
+</clipPath>
+</defs>
+</svg>
diff --git a/public/static/images/companies/other/boond_manager.svg 
b/public/static/images/companies/other/boond_manager.svg
new file mode 100644
index 00000000..cb551d5f
--- /dev/null
+++ b/public/static/images/companies/other/boond_manager.svg
@@ -0,0 +1,72 @@
+<svg width="184" height="72" viewBox="0 0 184 72" fill="none" 
xmlns="http://www.w3.org/2000/svg";>
+<rect width="184" height="72" fill="#F9FDFE"/>
+<g clip-path="url(#clip0_3700_2660)">
+<path d="M81.3799 19.26C82.9099 19.26 84.08 19.44 85.07 19.71C86.06 20.07 
86.78 20.43 87.32 20.97C87.86 21.42 88.2199 22.05 88.4899 22.68C88.6699 23.31 
88.8499 23.85 88.8499 24.48C88.8499 25.38 88.67 26.19 88.31 26.73C87.95 27.36 
87.5 27.9 86.87 28.44C87.95 28.8 88.7599 29.34 89.3899 30.15C90.0199 30.96 
90.2899 32.04 90.2899 33.39C90.2899 34.2 90.1099 35.01 89.7499 35.73C89.3899 
36.45 88.94 36.99 88.22 37.44C87.59 37.89 86.78 38.25 85.97 38.52C85.07 38.79 
84.08 38.88 83 38.88H76.7V19.08H [...]
+<path d="M106.13 35.19C105.77 36.09 105.23 36.81 104.6 37.44C103.97 38.07 
103.16 38.52 102.35 38.97C101.45 39.33 100.46 39.51 99.4699 39.51C98.4799 39.51 
97.4899 39.33 96.5899 38.97C95.6899 38.61 94.9699 38.16 94.3399 37.44C93.7099 
36.81 93.1699 36 92.8099 35.19C92.4499 34.29 92.2699 33.39 92.2699 32.4C92.2699 
31.41 92.4499 30.42 92.8099 29.52C93.1699 28.62 93.7099 27.9 94.3399 
27.27C94.9699 26.64 95.7799 26.19 96.5899 25.74C97.4899 25.38 98.3899 25.2 
99.4699 25.2C100.55 25.2 101.45 25.3 [...]
+<path d="M122.42 35.19C122.06 36.09 121.52 36.81 120.89 37.44C120.26 38.07 
119.45 38.52 118.64 38.97C117.74 39.33 116.75 39.51 115.76 39.51C114.77 39.51 
113.78 39.33 112.88 38.97C111.98 38.61 111.26 38.16 110.63 37.44C110 36.81 
109.46 36 109.1 35.19C108.74 34.29 108.56 33.39 108.56 32.4C108.56 31.41 108.74 
30.42 109.1 29.52C109.46 28.62 110 27.9 110.63 27.27C111.26 26.64 112.07 26.19 
112.88 25.74C113.78 25.38 114.77 25.2 115.76 25.2C116.84 25.2 117.74 25.38 
118.64 25.74C119.54 26.1 120.2 [...]
+<path d="M129.89 25.29C130.61 25.2 131.24 25.11 132.05 25.11C133.76 25.11 
135.11 25.56 136.19 26.55C137.27 27.54 137.72 28.98 137.72 
30.96V39.15H134.12V31.41C134.12 30.42 133.94 29.61 133.49 29.16C133.13 28.62 
132.5 28.35 131.87 28.35C130.79 28.35 129.89 28.53 129.26 
28.8V39.15H125.66V24.48L128.18 25.83C128 25.83 129.17 25.38 129.89 25.29Z" 
fill="#1A171B"/>
+<path d="M153.29 39.69L150.77 38.7C150.14 38.88 149.6 38.97 149.06 
39.15C148.52 39.24 147.98 39.33 147.35 39.33C146.36 39.33 145.46 39.15 144.56 
38.79C143.75 38.43 142.94 37.89 142.31 37.26C141.68 36.63 141.14 35.82 140.78 
35.01C140.42 34.11 140.24 33.21 140.24 32.22C140.24 31.14 140.42 30.15 140.78 
29.34C141.14 28.44 141.59 27.72 142.31 27.09C142.94 26.46 143.66 26.01 144.56 
25.56C145.46 25.11 146.36 25.02 147.44 25.02C148.34 25.02 149.15 25.11 149.78 
25.38V19.53L153.47 18.45V39.69H153. [...]
+<path d="M96.3199 50.1299L96.4999 48.7799L96.9499 43.4699L97.1299 
40.4099C97.4899 40.4099 97.8499 40.4099 98.0299 40.4099C98.2999 40.4099 98.5699 
40.4099 98.9299 40.4099L99.1099 41.0399C99.1099 41.2199 99.1999 41.3999 99.2899 
41.6699C99.3799 41.9399 99.4699 42.2999 99.6499 42.7499L100.55 45.2699L101.63 
48.5999L103.07 45.2699L104.69 41.5799C104.69 41.4899 104.78 41.3099 104.87 
41.1299C104.87 40.9499 105.05 40.7699 105.14 40.4099C105.5 40.4099 105.77 
40.4099 106.13 40.4099C106.4 40.4099 10 [...]
+<path d="M109.28 44.0099C109.28 43.8299 109.37 43.4699 109.37 43.1099C109.91 
42.9299 110.45 42.8399 110.9 42.7499C111.26 42.7499 111.71 42.6599 112.16 
42.6599C112.61 42.6599 112.97 42.6599 113.33 42.7499C113.69 42.8399 114.05 
42.9299 114.23 43.1099C114.5 43.2899 114.59 43.4699 114.68 43.7399C114.77 
44.0099 114.77 44.1899 114.77 44.4599C114.77 44.8199 114.77 45.3599 114.68 
46.0799C114.68 46.7999 114.59 47.6099 114.59 48.2399C114.59 48.8699 114.59 
49.4999 114.59 50.0399C114.32 50.0399 114. [...]
+<path d="M116.66 50.13C116.93 47.16 117.02 44.73 117.02 42.93H117.65C117.83 
42.93 118.01 42.93 118.28 42.93L118.19 44.37C118.28 44.19 118.37 44.01 118.46 
43.92C118.55 43.83 118.64 43.74 118.73 43.56C118.82 43.47 119 43.29 119.09 
43.2C119.27 43.11 119.45 43.02 119.63 42.93C119.81 42.84 120.08 42.84 120.35 
42.75C120.62 42.75 120.8 42.75 121.07 42.75C121.43 42.75 121.88 42.75 122.24 
42.93C122.6 43.02 122.96 43.2 123.14 43.38C123.41 43.65 123.5 43.83 123.59 
44.1C123.68 44.37 123.68 44.64 123 [...]
+<path d="M126.02 44.0099C126.02 43.8299 126.11 43.4699 126.11 43.1099C126.65 
42.9299 127.19 42.8399 127.64 42.7499C128 42.7499 128.45 42.6599 128.9 
42.6599C129.35 42.6599 129.71 42.6599 130.07 42.7499C130.43 42.8399 130.79 
42.9299 130.97 43.1099C131.24 43.2899 131.33 43.4699 131.42 43.7399C131.51 
44.0099 131.51 44.1899 131.51 44.4599C131.51 44.8199 131.51 45.3599 131.42 
46.0799C131.42 46.7999 131.33 47.6099 131.33 48.2399C131.33 48.8699 131.33 
49.4999 131.33 50.0399C131.06 50.0399 130.88 [...]
+<path d="M133.85 52.1999C134.48 52.3799 135.02 52.5599 135.38 52.5599C135.74 
52.6499 136.19 52.6499 136.55 52.6499C136.91 52.6499 137.27 52.6499 137.63 
52.4699C137.9 52.3799 138.17 52.2899 138.35 52.1099C138.53 52.0199 138.62 
51.8399 138.71 51.6599C138.8 51.3899 138.89 51.0299 138.98 50.5799C138.98 
50.2199 139.07 49.5899 139.07 48.5999C138.98 48.7799 138.89 48.9599 138.71 
49.1399C138.62 49.2299 138.53 49.4099 138.35 49.4999C138.17 49.5899 137.99 
49.7699 137.81 49.8599C137.63 49.9499 137. [...]
+<path d="M148.16 48.96C148.16 49.23 148.07 49.59 147.98 49.95C147.53 50.04 
147.17 50.13 146.81 50.22C146.45 50.31 146.09 50.31 145.82 50.31C145.19 50.31 
144.74 50.22 144.2 50.13C143.75 49.95 143.3 49.77 143.03 49.41C142.67 49.05 
142.49 48.69 142.31 48.24C142.13 47.79 142.13 47.34 142.13 46.8C142.13 46.08 
142.22 45.45 142.49 44.82C142.76 44.19 143.21 43.74 143.66 43.38C144.2 43.02 
144.92 42.84 145.73 42.84C146.18 42.84 146.54 42.93 146.99 43.02C147.44 43.11 
147.71 43.38 147.98 43.56C148.2 [...]
+<path d="M150.05 50.1299C150.23 47.4299 150.32 45.2699 150.32 
43.5599V42.9299C150.59 42.9299 150.77 42.9299 150.95 42.9299C151.13 42.9299 
151.31 42.9299 151.58 42.9299V44.0999C151.76 43.8299 151.94 43.5599 152.03 
43.3799C152.12 43.1999 152.3 43.1099 152.48 43.0199C152.66 42.9299 152.84 
42.8399 153.02 42.7499C153.2 42.7499 153.47 42.6599 153.74 42.6599C153.92 
42.6599 154.1 42.6599 154.37 42.7499C154.37 43.1099 154.37 43.4699 154.37 
43.8299C154.1 43.7399 153.83 43.7399 153.56 43.7399C153.2 [...]
+<path d="M53.1199 33.4801C55.0999 28.6201 52.1299 23.1301 52.3999 
21.8701C52.6699 20.7901 51.4999 20.2501 50.8699 21.2401C49.9699 22.5901 42.3199 
27.1801 45.2899 35.2801" fill="#E9A63E"/>
+<path d="M45.2899 35.46C45.1999 35.46 45.1099 35.37 45.1099 35.28C42.6799 
28.53 47.4499 24.21 49.6999 22.14C50.2399 21.69 50.5999 21.33 50.7799 
21.06C51.2299 20.43 51.7699 20.34 52.1299 20.52C52.5799 20.7 52.8499 21.24 
52.6699 21.87C52.5799 22.23 52.8499 23.04 53.0299 24.03C53.6599 26.46 54.6499 
30.15 53.2999 33.57C53.2099 33.66 53.1199 33.75 53.0299 33.66C52.9399 33.57 
52.8499 33.48 52.9399 33.39C54.2899 30.15 53.2999 26.55 52.6699 24.21C52.3999 
23.13 52.1299 22.32 52.3099 21.87C52.3999 [...]
+<path d="M53.12 25.2C52.76 23.67 52.31 22.41 52.4 21.78C52.67 20.7 51.5 20.16 
50.87 21.15C50.51 21.69 49.34 22.59 48.08 23.94C48.53 26.01 52.58 26.01 53.12 
25.2Z" fill="#6D412F"/>
+<path d="M51.32 25.92C50.96 25.92 50.51 25.92 50.15 25.83C48.89 25.56 48.08 
24.93 47.9 24.03C47.9 23.94 47.9 23.85 47.99 23.85C48.62 23.13 49.25 22.59 
49.79 22.14C50.33 21.69 50.69 21.33 50.87 21.06C51.32 20.43 51.86 20.34 52.22 
20.52C52.67 20.7 52.94 21.24 52.76 21.87C52.67 22.23 52.94 23.22 53.21 
24.3C53.3 24.57 53.39 24.84 53.39 25.11C53.39 25.2 53.39 25.2 53.39 25.29C53.03 
25.74 52.22 25.92 51.32 25.92ZM48.35 24.12C48.62 24.93 49.61 25.29 50.24 
25.47C51.32 25.74 52.49 25.56 52.85 25. [...]
+<path d="M51.32 24.39C50.96 25.2 48.8 26.73 48.71 29.16C49.16 29.43 51.05 
32.31 51.14 32.85C51.5 32.76 53.3 28.98 51.05 25.2C51.05 25.11 51.41 24.12 
51.32 24.39Z" fill="#B6622C"/>
+<path d="M51.1399 33.03C51.0499 33.03 50.9599 32.94 50.8699 32.85C50.7799 32.4 
48.9799 29.61 48.6199 29.34C48.5299 29.34 48.5299 29.25 48.5299 29.16C48.5299 
27.36 49.6999 26.01 50.5099 25.11C50.7799 24.75 51.0499 24.48 51.1399 
24.3C51.2299 24.03 51.4099 24.12 51.4999 24.12C51.6799 24.21 51.5899 24.39 
51.5899 24.48C51.4999 24.75 51.4099 24.93 51.4099 25.02C53.1199 27.99 52.3999 
30.96 51.7699 32.31C51.4099 33.03 51.2299 33.03 51.1399 33.03ZM48.9799 
29.07C49.5199 29.52 50.7799 31.5 51.2299  [...]
+<path d="M49.25 28.17C49.25 27.09 49.97 26.73 50.15 26.73C50.33 26.73 49.88 
27.54 49.88 27.63C49.88 27.72 50.15 27.63 50.51 27.63C50.69 27.63 50.06 27.99 
50.24 28.26C50.51 28.53 50.69 28.89 51.14 29.79C50.51 29.16 49.79 28.62 49.25 
28.17Z" fill="#FCF2E9"/>
+<path d="M50.5999 47.2501C50.3299 47.9701 46.2799 49.3201 45.3799 
48.8701C42.3199 47.4301 33.4099 47.7901 30.0799 41.9401C29.8999 41.5801 33.0499 
41.9401 32.9599 41.5801C32.8699 41.2201 32.9599 34.2901 34.1299 33.9301C35.2999 
33.5701 51.5899 31.7701 52.1299 32.2201C52.6699 32.6701 53.9299 34.0201 55.2799 
37.2601C55.9099 37.0801 56.7199 36.0001 56.7199 36.5401C56.5399 41.4001 51.9499 
43.4701 50.5999 47.2501Z" fill="#FCF2E9"/>
+<path d="M45.83 49.14C45.56 49.14 45.38 49.14 45.2 49.05C44.3 48.69 43.04 
48.42 41.42 48.06C37.55 47.34 32.15 46.26 29.72 41.94C29.63 41.85 29.63 41.76 
29.72 41.67C29.81 41.4 30.26 41.4 31.34 41.4C31.7 41.4 32.24 41.4 32.51 
41.4C32.51 40.86 32.51 39.24 32.69 37.71C33.05 33.93 33.68 33.75 33.95 
33.66C34.58 33.48 39.26 32.94 43.22 32.49C51.68 31.68 52.04 31.86 52.13 
32.04C52.67 32.49 53.93 33.84 55.19 36.9C55.37 36.81 55.55 36.63 55.73 
36.54C56.09 36.27 56.27 36.09 56.54 36.18C56.63 36.18  [...]
+<path d="M30.0799 41.76C29.8999 41.85 34.0399 42.66 33.9499 42.21C33.2299 
37.62 35.2999 34.56 36.5599 34.38C42.4999 33.84 44.7499 41.76 44.8399 
41.85C44.8399 41.94 45.5599 43.02 45.9199 43.2C46.2799 43.38 49.6099 42.75 
49.2499 42.48C48.8899 42.21 48.2599 41.4 48.2599 41.13C48.1699 40.95 47.8099 
33.03 50.7799 32.94C53.3899 32.85 54.8299 37.26 55.1899 37.26C55.4599 37.26 
53.4799 30.87 48.4399 27.9C46.0999 26.55 37.8199 27.27 35.7499 29.25C31.2499 
33.66 32.5099 39.96 32.4199 40.23C32.3299 4 [...]
+<path d="M46.1 43.4701C45.92 43.4701 45.83 43.4701 45.74 43.3801C45.29 43.1101 
44.57 42.0301 44.57 41.8501C44.48 41.6701 43.94 39.6901 42.59 37.8901C40.88 
35.4601 38.9 34.2901 36.56 34.5601C36.2 34.5601 35.84 34.9201 35.48 
35.3701C34.58 36.5401 33.77 38.9701 34.22 42.1201C34.22 42.2101 34.22 42.4801 
33.86 42.4801C33.41 42.5701 32.24 42.3901 31.7 42.3001C29.99 42.0301 29.99 
41.8501 29.99 41.7601C29.99 41.6701 30.08 41.4901 30.17 41.4901C30.53 41.4001 
32.24 40.5001 32.33 40.1401C32.33 40.1 [...]
+<path d="M39.44 30.96C39.62 27.54 35.75 23.49 35.66 22.23C35.57 21.15 34.31 
20.97 34.04 22.14C33.59 23.67 27.65 30.33 32.87 37.17" fill="#E9A63E"/>
+<path d="M32.7799 37.35C32.6899 37.35 32.5999 37.35 32.5999 37.26C28.2799 
31.59 31.5199 26.01 33.0499 23.31C33.4099 22.68 33.6799 22.23 33.7699 
21.96C33.9499 21.15 34.4899 20.97 34.9399 20.97C35.4799 21.06 35.8399 21.51 
35.8399 22.05C35.8399 22.5 36.3799 23.31 37.0099 24.21C38.1799 26.01 39.7999 
28.53 39.6199 30.78C39.6199 30.87 39.5299 30.96 39.3499 30.96C39.2599 30.96 
39.1699 30.87 39.1699 30.69C39.2599 28.62 37.7299 26.19 36.6499 24.39C35.9299 
23.31 35.4799 22.5 35.3899 21.96C35.3899  [...]
+<path d="M37.64 25.83C36.65 24.21 35.66 22.95 35.66 22.23C35.57 21.15 34.31 
20.97 34.04 22.14C33.86 22.86 32.51 24.57 31.61 27C32.06 27.9 36.2 27.81 37.64 
25.83Z" fill="#6D412F"/>
+<path d="M33.5 27.8101C33.41 27.8101 33.23 27.8101 33.14 27.8101C32.24 27.7201 
31.52 27.4501 31.34 27.0901C31.34 27.0001 31.34 27.0001 31.34 26.9101C31.88 
25.4701 32.6 24.3001 33.14 23.4001C33.5 22.7701 33.77 22.3201 33.86 
22.0501C34.04 21.2401 34.58 21.0601 35.03 21.0601C35.57 21.1501 35.93 21.6001 
35.93 22.1401C35.93 22.5901 36.47 23.4001 37.1 24.3001C37.37 24.6601 37.64 
25.1101 37.91 25.5601C38 25.6501 37.91 25.7401 37.91 25.8301C36.92 27.2701 
35.03 27.8101 33.5 27.8101ZM31.79 26.9101 [...]
+<path d="M34.13 26.46C34.49 27.27 36.56 28.98 36.47 31.32C36.02 31.59 34.04 
34.29 33.86 34.83C33.5 34.74 31.97 30.78 34.31 27.18C34.4 27.18 34.04 26.19 
34.13 26.46Z" fill="#B6622C"/>
+<path d="M33.8599 35.1C33.7699 35.1 33.5899 35.01 33.3199 34.47C32.7799 33.12 
32.2399 29.97 34.1299 27.18C34.1299 27.09 34.0399 26.91 33.9499 26.64C33.9499 
26.55 33.8599 26.28 34.0399 26.28C34.1299 26.28 34.2199 26.19 34.3099 
26.46C34.3999 26.64 34.5799 26.91 34.8499 27.27C35.5699 28.17 36.6499 29.61 
36.5599 31.41C36.5599 31.5 36.4699 31.59 36.4699 31.59C36.0199 31.86 34.1299 
34.47 34.0399 34.92C34.1299 35.01 33.9499 35.1 33.8599 35.1ZM34.4899 
27.45C32.5999 30.42 33.3199 33.57 33.7699 34 [...]
+<path d="M36.4699 31.68C36.1999 30.6 35.4799 30.42 35.2999 30.51C35.1199 30.51 
35.7499 31.2299 35.7499 31.3199C35.7499 31.4099 35.4799 31.41 35.1199 
31.5C34.9399 31.59 35.6599 31.77 35.4799 32.04C35.2999 32.4 35.1199 32.76 
34.9399 33.75C35.4799 32.76 36.0199 32.22 36.4699 31.68Z" fill="#FCF2E9"/>
+<path d="M49.0699 45.27C49.2499 45.54 49.3399 45.99 49.1599 46.26C48.8899 
46.53 46.0999 46.89 45.2899 46.53C44.2999 46.08 43.4899 44.73 43.3099 44.46" 
fill="#F3D4D6"/>
+<path d="M46.4599 46.8901C45.9199 46.8901 45.3799 46.8001 45.1099 
46.7101C44.2999 46.3501 43.5799 45.3601 43.2199 44.8201C43.1299 44.7301 43.0399 
44.6401 43.0399 44.5501C42.9499 44.4601 42.9499 44.2801 43.0399 44.1901C43.1299 
44.1001 43.3099 44.1001 43.3999 44.1901C43.4899 44.2801 43.4899 44.3701 43.5799 
44.4601C43.9399 44.9101 44.5699 45.8101 45.2899 46.1701C46.0099 46.5301 48.6199 
46.1701 48.9799 45.9901C49.1599 45.8101 49.0699 45.4501 48.8899 45.2701C48.7999 
45.1801 48.8899 45.0001 48 [...]
+<g opacity="0.5">
+<mask id="mask0_3700_2660" style="mask-type:luminance" 
maskUnits="userSpaceOnUse" x="43" y="44" width="7" height="3">
+<path d="M49.2499 44.55H43.0399V46.26H49.2499V44.55Z" fill="white"/>
+</mask>
+<g mask="url(#mask0_3700_2660)">
+<path d="M49.3399 46.1701C48.6199 45.1801 44.7499 44.7301 44.5699 
46.2601C44.2099 46.0801 43.2199 44.7301 43.1299 44.5501C43.0399 44.3701 49.3399 
44.8201 49.3399 44.8201C49.3399 45.2701 49.2499 45.9901 49.3399 46.1701Z" 
fill="#E8ABAC"/>
+</g>
+</g>
+<path d="M50.9599 43.92C50.8699 44.1 50.3299 44.82 50.1499 45C49.8799 45.18 
47.3599 45.54 45.1099 46.26C44.4799 46.44 40.2499 44.37 40.0699 44.01" 
fill="#FCF2E9"/>
+<path d="M45.0199 46.53C43.9399 46.53 40.0699 44.55 39.8899 44.19C39.7999 44.1 
39.8899 43.92 39.9799 43.92C40.0699 43.83 40.2499 43.92 40.2499 44.01C40.3399 
44.1 41.3299 44.64 42.4999 45.27C44.1199 46.08 44.8399 46.17 44.9299 
46.17C46.3699 45.72 47.8099 45.36 48.7999 45.18C49.2499 45.09 49.7899 45 
49.8799 44.91C50.0599 44.73 50.5999 44.1 50.5999 44.01C50.5999 43.92 50.7799 
43.83 50.8699 43.83C50.9599 43.83 51.0499 44.01 51.0499 44.1C50.9599 44.37 
50.4199 45.09 50.1499 45.27C50.0599 45.36 [...]
+<path d="M49.34 42.3C48.35 42.12 45.92 42.75 45.74 43.02C45.56 43.29 46.28 
44.1 46.46 44.19C46.64 44.28 48.62 43.83 48.89 43.65C49.34 43.29 49.52 42.39 
49.34 42.3Z" fill="#292529"/>
+<path d="M46.46 44.37C46.37 44.37 46.37 44.37 46.37 44.37C46.1 44.28 45.56 
43.56 45.47 43.2C45.38 43.02 45.47 42.84 45.56 42.84C45.83 42.57 48.35 41.94 
49.34 42.12C49.43 42.12 49.52 42.21 49.61 42.39C49.7 42.75 49.52 43.47 49.07 
43.83C48.71 44.01 47 44.37 46.46 44.37ZM45.92 43.11C46.01 43.29 46.37 43.83 
46.46 43.92C46.82 43.92 48.44 43.56 48.71 43.38C48.98 43.2 49.07 42.75 49.07 
42.48C48.26 42.48 46.37 42.93 45.92 43.11Z" fill="#292529"/>
+<path d="M49.4299 40.2299C48.7999 36.4499 50.3299 34.4699 51.4099 
34.9199C52.3099 35.2799 52.6699 37.5299 52.6699 38.0699C52.4899 39.8699 49.5199 
40.9499 49.4299 40.2299Z" fill="white"/>
+<path d="M49.3399 40.23C49.3399 40.23 49.3399 40.14 49.3399 40.05C49.3399 
39.96 49.3399 39.78 49.2499 39.6C49.1599 39.24 49.1599 38.61 49.1599 
37.98C49.1599 37.62 49.2499 37.26 49.3399 36.9C49.4299 36.54 49.5199 36.09 
49.7899 35.73C49.8799 35.55 50.0599 35.37 50.2399 35.19C50.4199 35.01 50.5999 
34.83 50.8699 34.74C50.9599 34.74 51.1399 34.65 51.3199 34.65C51.4099 34.65 
51.4999 34.65 51.4999 34.65H51.5899H51.6799C51.8599 34.74 51.9499 34.83 52.0399 
34.92C52.1299 35.01 52.2199 35.1 52.3099 [...]
+<path d="M49.4299 37.7101C49.4299 38.5201 49.8799 39.2401 50.4199 
39.2401C50.9599 39.2401 51.4099 38.5201 51.4099 37.7101C51.4099 36.9001 50.9599 
36.1801 50.4199 36.1801C49.7899 36.2701 49.3399 36.9001 49.4299 37.7101Z" 
fill="#50A6DC"/>
+<path d="M50.42 39.33C50.15 39.33 49.88 39.15 49.61 38.88C49.43 38.61 49.25 
38.16 49.25 37.8C49.25 37.35 49.34 36.99 49.52 36.63C49.7 36.27 49.97 36.09 
50.33 36.09C50.6 36.09 50.96 36.27 51.14 36.54C51.32 36.81 51.5 37.26 51.5 
37.62C51.5 38.07 51.41 38.43 51.23 38.79C51.05 39.15 50.78 39.33 50.42 
39.33ZM50.33 36.36C50.06 36.36 49.88 36.54 49.7 36.81C49.52 37.08 49.43 37.44 
49.43 37.8C49.43 38.16 49.52 38.52 49.7 38.79C49.88 39.06 50.06 39.15 50.33 
39.15C50.51 39.15 50.78 38.97 50.96 38.7 [...]
+<path d="M49.88 37.6201C49.88 38.0701 50.15 38.4301 50.42 38.4301C50.69 
38.4301 50.96 38.0701 50.87 37.6201C50.87 37.1701 50.6 36.8101 50.33 
36.8101C50.06 36.8101 49.88 37.1701 49.88 37.6201Z" fill="#1C2F37"/>
+<mask id="mask1_3700_2660" style="mask-type:luminance" 
maskUnits="userSpaceOnUse" x="49" y="36" width="3" height="3">
+<path d="M51.4099 36.1801H49.4299V38.8801H51.4099V36.1801Z" fill="white"/>
+</mask>
+<g mask="url(#mask1_3700_2660)">
+<path d="M49.4299 37.7101C49.4299 37.8901 49.4299 38.4301 49.7899 
38.8801C49.9699 38.0701 51.0499 36.9901 51.4099 37.5301C51.4099 36.7201 50.9599 
36.1801 50.4199 36.1801C49.8799 36.1801 49.3399 36.9001 49.4299 37.7101Z" 
fill="#50A6DC"/>
+</g>
+<path d="M49.7 36.9C49.7 37.17 49.88 37.35 50.15 37.35C50.42 37.35 50.6 37.17 
50.6 36.9C50.6 36.63 50.42 36.45 50.15 36.45C49.88 36.45 49.7 36.63 49.7 36.9Z" 
fill="white"/>
+<path d="M49.3399 40.23C49.3399 40.23 49.3399 40.14 49.3399 40.05C49.3399 
39.96 49.3399 39.78 49.2499 39.6C49.1599 39.24 49.1599 38.61 49.1599 
37.98C49.1599 37.62 49.2499 37.26 49.3399 36.9C49.4299 36.54 49.5199 36.09 
49.7899 35.73C49.8799 35.55 50.0599 35.37 50.2399 35.19C50.4199 35.01 50.5999 
34.83 50.8699 34.74C50.9599 34.74 51.1399 34.65 51.3199 34.65C51.4099 34.65 
51.4999 34.65 51.4999 34.65H51.5899H51.6799C51.8599 34.74 51.9499 34.83 52.0399 
34.92C52.1299 35.01 52.2199 35.1 52.3099 [...]
+<path d="M42.23 40.6801C42.14 40.5901 42.14 40.5901 42.05 40.5001C41.96 
40.4101 41.96 40.4101 41.87 40.3201C41.78 40.2301 41.69 40.2301 41.6 
40.1401C41.51 40.0501 41.33 40.0501 41.24 39.9601C41.06 39.8701 40.97 39.8701 
40.79 39.7801C40.61 39.7801 40.43 39.6901 40.25 39.6901C40.07 39.6901 39.89 
39.6901 39.71 39.6901C39.53 39.6901 39.35 39.6901 39.17 39.6901C38.99 39.6901 
38.81 39.6901 38.63 39.7801C38.27 39.8701 38 39.9601 37.73 40.0501C37.46 
40.1401 37.28 40.2301 37.19 40.3201C37.1 40.41 [...]
+<path d="M42.0499 34.56C41.6899 34.29 41.4199 34.02 40.8799 33.84C40.6999 
33.75 40.7899 33.48 40.8799 33.48C41.4199 33.39 42.0499 33.66 42.4099 
34.02C42.6799 34.2 42.3199 34.74 42.0499 34.56Z" fill="#6D412F"/>
+<path d="M48.17 33.57C48.44 33.21 48.62 32.85 49.07 32.49C49.25 32.4 49.07 
32.13 48.89 32.13C48.35 32.13 47.81 32.58 47.63 33.03C47.45 33.48 47.99 33.93 
48.17 33.57Z" fill="#6D412F"/>
+<path d="M42.4099 27.27C43.4899 27.18 44.2999 26.1 44.3899 26.19C44.4799 26.28 
44.7499 27.27 44.0299 27.9C44.3899 27.99 44.7499 28.08 45.1099 28.35" 
fill="#E9A63E"/>
+<path d="M45.1099 28.62C45.0199 28.62 45.0199 28.62 45.0199 28.62C44.6599 
28.35 44.2999 28.26 44.0299 28.26C43.9399 28.26 43.8499 28.17 43.8499 
28.08C43.8499 27.99 43.8499 27.9 43.9399 27.81C44.3899 27.36 44.3899 26.91 
44.3899 26.64C44.0299 26.91 43.3999 27.54 42.5899 27.54C42.4999 27.54 42.3199 
27.45 42.3199 27.36C42.3199 27.27 42.4099 27.09 42.4999 27.09C43.1299 27 
43.6699 26.55 44.0299 26.28C44.2099 26.1 44.3899 26.01 44.4799 26.01C44.5699 
26.01 44.6599 26.1 44.6599 26.1C44.8399 26.28 [...]
+</g>
+<defs>
+<clipPath id="clip0_3700_2660">
+<rect width="126" height="36" fill="white" transform="translate(29 18)"/>
+</clipPath>
+</defs>
+</svg>
diff --git a/public/static/images/companies/other/broadcom.svg 
b/public/static/images/companies/other/broadcom.svg
new file mode 100644
index 00000000..991cb342
--- /dev/null
+++ b/public/static/images/companies/other/broadcom.svg
@@ -0,0 +1,22 @@
+<svg width="184" height="72" viewBox="0 0 184 72" fill="none" 
xmlns="http://www.w3.org/2000/svg";>
+<rect width="184" height="72" fill="#F9FDFE"/>
+<g clip-path="url(#clip0_3700_2642)">
+<path d="M159.459 32.2336C158.849 32.2336 158.349 31.7385 158.349 
31.1282C158.349 30.5179 158.849 30.0169 159.459 30.0169C160.068 30.0169 160.569 
30.5179 160.569 31.1282C160.569 31.7385 160.068 32.2336 159.459 
32.2336ZM159.459 29.7463C158.7 29.7463 158.079 30.3682 158.079 31.1282C158.079 
31.8882 158.7 32.51 159.459 32.51C160.218 32.51 160.839 31.8882 160.839 
31.1282C160.839 30.3682 160.218 29.7463 159.459 29.7463Z" fill="black"/>
+<path d="M159.551 31.0706L159.258 31.0763L159.252 30.7194H159.545C159.654 
30.7136 159.741 30.7827 159.741 30.8921C159.746 31.0015 159.66 31.0706 159.551 
31.0706ZM160.028 30.8863C160.022 30.6445 159.856 30.4718 159.585 30.4718L158.97 
30.4833L158.987 31.7845H159.269L159.263 31.3182H159.465L159.729 31.7788L160.045 
31.773L159.746 31.2779C159.884 31.2433 160.028 31.1167 160.028 30.8863Z" 
fill="black"/>
+<path d="M52.8046 40.3463H49.3552V32.3813H52.7103C53.6153 32.3813 54.1806 
32.9663 54.1806 33.7591C54.1806 34.5519 53.6153 35.1179 52.7103 
35.1179H48.875V37.4209H52.8046C53.8603 37.4209 54.4255 38.1003 54.4255 
38.8926C54.4255 39.7988 53.8223 40.3463 52.8046 40.3463ZM54.7458 36.175C55.9337 
35.9297 56.9141 34.8726 56.9141 33.2876C56.9141 31.6075 55.6888 30.0789 53.2945 
30.0789H46.6785V42.6678H53.5021C55.8958 42.6678 57.1585 41.1576 57.1585 
39.2703C57.1585 37.6846 56.0844 36.3828 54.7458 36. [...]
+<path d="M64.9938 35.8352H62.1001V38.1946H64.1457L66.6147 
42.6677H69.687L66.8597 37.8733C68.2173 37.5526 69.6116 36.3637 69.6116 
34.1367M69.6116 34.1367C69.6116 31.7962 68.0097 30.0787 65.3894 
30.0787H59.5083V42.6677H62.1849V32.4382H64.9938C66.0685 32.4382 66.8787 33.0796 
66.8787 34.1367C66.8787 35.1938 66.0685 35.8352 64.9938 35.8352" fill="black"/>
+<path d="M89.9606 38.1757L91.9208 32.759L93.8815 38.1757H89.9606ZM90.2435 
30.0789L85.3801 42.6678H88.4334L89.2252 40.5352H94.6164L95.3892 
42.6678H98.443L93.5986 30.0789H90.2435Z" fill="black"/>
+<path d="M105.713 40.3085H103.432V32.4379H105.713C108.296 32.4379 109.653 
34.1553 109.653 36.3829C109.653 38.5156 108.201 40.3085 105.713 
40.3085ZM105.713 30.079H100.756V42.6679H105.713C109.653 42.6679 112.386 40.1766 
112.386 36.3829C112.386 32.5893 109.653 30.079 105.713 30.079Z" fill="black"/>
+<path d="M152.936 30.0763L149.639 35.4136L146.342 
30.0763H143.383V42.6675H146.06V34.4382L148.942 38.8267C149.272 39.3281 150.007 
39.3281 150.336 38.8267L153.219 34.4382V42.6675H155.896V30.0763H152.936Z" 
fill="black"/>
+<path d="M78.0995 40.4406C75.8737 40.4406 74.0699 38.6338 74.0699 
36.4056C74.0699 34.1769 75.8737 32.3702 78.0995 32.3702C80.3248 32.3702 82.1291 
34.1769 82.1291 36.4056C82.1291 38.6338 80.3248 40.4406 78.0995 
40.4406ZM78.0995 29.7683C74.4385 29.7683 71.4709 32.7398 71.4709 
36.4056C71.4709 40.0709 74.4385 43.0424 78.0995 43.0424C81.76 43.0424 84.7281 
40.0709 84.7281 36.4056C84.7281 32.7398 81.76 29.7683 78.0995 29.7683Z" 
fill="black"/>
+<path d="M124.432 38.3579C123.745 39.5992 122.424 40.4404 120.906 
40.4404C118.681 40.4404 116.876 38.6337 116.876 36.4055C116.876 34.1768 118.681 
32.3706 120.906 32.3706C122.411 32.3706 123.722 33.1986 124.414 34.4232L126.294 
32.541C125.091 30.8627 123.127 29.7682 120.906 29.7682C117.245 29.7682 114.278 
32.7397 114.278 36.4055C114.278 40.0708 117.245 43.0429 120.906 43.0429C123.139 
43.0429 125.113 41.9362 126.313 40.2418L124.432 38.3579Z" fill="black"/>
+<path d="M134.862 40.4406C132.637 40.4406 130.833 38.6338 130.833 
36.4056C130.833 34.1769 132.637 32.3702 134.862 32.3702C137.088 32.3702 138.892 
34.1769 138.892 36.4056C138.892 38.6338 137.088 40.4406 134.862 
40.4406ZM134.862 29.7683C131.201 29.7683 128.234 32.7398 128.234 
36.4056C128.234 40.0709 131.201 43.0424 134.862 43.0424C138.523 43.0424 141.491 
40.0709 141.491 36.4056C141.491 32.7398 138.523 29.7683 134.862 29.7683Z" 
fill="black"/>
+<path d="M32.4987 45.8459C37.6548 45.8459 41.8346 41.6608 41.8346 
36.4983C41.8346 31.3357 37.6548 27.1506 32.4987 27.1506C27.3427 27.1506 23.1628 
31.3357 23.1628 36.4983C23.1628 41.6608 27.3427 45.8459 32.4987 45.8459Z" 
fill="#CC092F"/>
+<path d="M40.7246 39.0237C39.6568 38.5976 38.6793 38.7404 37.6995 
39.3351C37.6995 39.3351 37.3424 39.5534 37.2355 39.6207C36.7789 39.9074 36.3482 
40.1792 35.9342 40.1792C35.5392 40.1792 35.1505 40.0733 34.9861 39.3081C34.7296 
38.1145 34.104 35.1816 33.8309 33.729C33.6705 32.8751 33.5825 32.4151 33.4911 
32.1025C33.3301 31.5532 33.0357 31.2544 32.6176 31.2066C32.6176 31.2066 32.5521 
31.1974 32.4986 31.1974C32.4457 31.1974 32.3733 31.2078 32.3733 31.2078C31.9593 
31.2573 31.6666 31.5561 31.5 [...]
+</g>
+<defs>
+<clipPath id="clip0_3700_2642">
+<rect width="138" height="19" fill="white" transform="translate(23 27)"/>
+</clipPath>
+</defs>
+</svg>
diff --git a/public/static/images/companies/other/factual.svg 
b/public/static/images/companies/other/factual.svg
new file mode 100644
index 00000000..3d61a6bf
--- /dev/null
+++ b/public/static/images/companies/other/factual.svg
@@ -0,0 +1,10 @@
+<svg width="184" height="72" viewBox="0 0 184 72" fill="none" 
xmlns="http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink";>
+<rect width="184" height="72" fill="#F9FDFE"/>
+<rect x="39" y="23" width="106" height="26" fill="url(#pattern0_3700_2648)"/>
+<defs>
+<pattern id="pattern0_3700_2648" patternContentUnits="objectBoundingBox" 
width="1" height="1">
+<use xlink:href="#image0_3700_2648" transform="matrix(0.000581239 0 0 
0.00236967 -0.00567826 0)"/>
+</pattern>
+<image id="image0_3700_2648" width="1740" height="422" 
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABswAAAGmCAYAAADYj6E5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMS1jMDAyIDc5LmRiYTNkYTNiNSwgMjAyMy8xMi8xNS0xMDo0MjozNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9
 [...]
+</defs>
+</svg>
diff --git a/public/static/images/companies/other/hire_ez.svg 
b/public/static/images/companies/other/hire_ez.svg
new file mode 100644
index 00000000..e0b3a94c
--- /dev/null
+++ b/public/static/images/companies/other/hire_ez.svg
@@ -0,0 +1,17 @@
+<svg width="184" height="72" viewBox="0 0 184 72" fill="none" 
xmlns="http://www.w3.org/2000/svg";>
+<rect width="184" height="72" fill="#F9FDFE"/>
+<g clip-path="url(#clip0_3700_2669)">
+<path d="M112.995 29.8841H106.821L106.24 33.1216L116.102 33.2637L114.159 
36.2437C113.103 37.8635 111.269 38.8497 109.294 38.861L105.168 38.8835L104.587 
42.1204L116.57 42.1456L113.804 45.9138C112.898 47.1489 111.432 47.8818 109.87 
47.8818H102.106C99.7439 47.8818 97.9537 45.8118 98.3639 43.5536L101.061 
28.7037C101.542 26.0553 103.915 24.1259 106.687 24.1307L119.621 24.1533L117.112 
27.7599C116.19 29.0879 114.646 29.8841 112.995 29.8841Z" fill="#FFC021"/>
+<path d="M127.265 42.12H136.906L136.421 44.8021C136.1 46.5818 134.505 47.8792 
132.643 47.8754L114.459 47.8389L127.602 29.8471H117.393L119.629 26.2887C120.475 
24.9431 121.982 24.1222 123.606 24.1222H135.198C137.48 24.1222 138.801 26.6311 
137.464 28.4253L127.265 42.12Z" fill="#FFC021"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M66.1877 
27.6082H68.0405V24.0085H66.1877V27.6082Z" fill="#00154D"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M66.1704 
47.8457H68.0458V30.1023H66.1704V47.8457Z" fill="#00154D"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M77.4955 30.1L77.417 
30.1531H77.4148C77.4419 30.1349 77.4679 30.1177 77.4955 30.1C70.8249 30.1 
70.8582 35.8893 70.8582 35.8893V38.124V38.4443V47.8429H73.1255V37.0316C73.1255 
35.6854 73.329 34.7304 73.7453 34.1718C74.5807 32.9281 75.7523 32.324 77.3258 
32.324H77.8908V30.4423V30.1526V30.0995L77.4955 30.1Z" fill="#00154D"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M93.2868 43.192C89.9014 
47.5524 81.1128 45.7336 80.8214 39.6883H97.1116C97.5368 34.1378 93.2961 30.0402 
87.5119 30.103C81.0486 30.1733 78.5535 34.6051 78.3522 38.8465C78.2715 40.5479 
78.6806 42.173 79.6686 43.6866C80.9259 45.6122 82.9058 47.0024 85.1826 
47.5637C88.8349 48.4645 92.8721 47.4413 95.359 44.5064L93.2868 43.192ZM82.4574 
34.5209C83.8037 33.1908 85.6376 32.416 87.5589 32.4101C87.6076 32.4101 87.6567 
32.4101 87.7059 32.4112C90.8065 [...]
+<path fill-rule="evenodd" clip-rule="evenodd" d="M63.752 35.3178C63.3297 
34.1615 62.4296 33.0209 61.0761 31.9263L61.0225 31.8882C59.1266 30.7153 57.3259 
30.1203 55.6694 30.1203H55.4488C53.8643 30.1203 52.5102 30.3671 51.4465 
30.8441C50.1627 31.3549 49.1122 32.0428 48.3072 
32.8975V24H46V47.7334H48.3072V39.6391C48.3072 37.458 48.8214 35.7744 49.8254 
34.6449L50.3485 34.094C51.8451 32.9575 53.4866 32.3813 55.199 32.3802C56.2771 
32.4393 57.139 32.5723 57.7334 32.7671C60.7051 33.9239 62.1503 3 [...]
+</g>
+<defs>
+<clipPath id="clip0_3700_2669">
+<rect width="92" height="24" fill="white" transform="translate(46 24)"/>
+</clipPath>
+</defs>
+</svg>
diff --git a/public/static/images/companies/other/link_labs.svg 
b/public/static/images/companies/other/link_labs.svg
new file mode 100644
index 00000000..415dcba4
--- /dev/null
+++ b/public/static/images/companies/other/link_labs.svg
@@ -0,0 +1,187 @@
+<svg width="184" height="72" viewBox="0 0 184 72" fill="none" 
xmlns="http://www.w3.org/2000/svg";>
+<rect width="184" height="72" fill="#F9FDFE"/>
+<mask id="mask0_3700_2639" style="mask-type:luminance" 
maskUnits="userSpaceOnUse" x="38" y="24" width="8" height="9">
+<path d="M40.3689 29.4558V27.4325C40.3689 27.1953 40.5643 26.9999 40.8016 
26.9999H42.8255C43.0628 26.9999 43.2582 27.1953 43.2582 27.4325V29.4558C43.2582 
29.693 43.0628 29.8883 42.8255 29.8883H40.8016C40.5643 29.8883 40.3689 29.693 
40.3689 29.4558ZM39.2662 24.7953C38.652 24.7953 38.1635 25.2976 38.1635 
25.8976V30.9906C38.1635 31.6046 38.666 32.093 39.2662 32.093H44.3609C44.9751 
32.093 45.4636 31.5906 45.4636 30.9906V25.8976C45.4636 25.2837 44.9611 24.7953 
44.3609 24.7953H39.2662V24.7953Z [...]
+</mask>
+<g mask="url(#mask0_3700_2639)">
+<path d="M45.4776 24.7953H38.1635V32.1069H45.4776V24.7953Z" 
fill="url(#paint0_radial_3700_2639)"/>
+</g>
+<path d="M30.8494 25.8976V38.2883C30.8494 38.9023 31.3519 39.3906 31.9521 
39.3906H44.3469C44.9611 39.3906 45.4496 38.9023 45.4496 38.2883V36.1255C45.4496 
35.5116 44.9611 35.0232 44.3469 35.0232H36.335C35.7208 35.0232 35.2323 34.5348 
35.2323 33.9209V25.8976C35.2323 25.2837 34.7298 24.7953 34.1296 
24.7953H31.9521C31.3519 24.7953 30.8494 25.2837 30.8494 25.8976Z" 
fill="#0D588C"/>
+<path d="M28.1137 41.0232V25.8976C28.1137 25.2837 27.6112 24.7953 27.011 
24.7953H24.1496C23.5354 24.7953 23.0469 25.2976 23.0469 25.8976V46.1023C23.0469 
46.7162 23.5494 47.2046 24.1496 47.2046H44.3609C44.9751 47.2046 45.4636 46.7023 
45.4636 46.1023V43.2418C45.4636 42.6278 44.9751 42.1395 44.3609 
42.1395H29.2303C28.6162 42.1395 28.1137 41.6371 28.1137 41.0232Z" 
fill="#07334C"/>
+<mask id="mask1_3700_2639" style="mask-type:luminance" 
maskUnits="userSpaceOnUse" x="56" y="29" width="11" height="14">
+<path d="M57.2023 29.9582C57.0348 30.1116 56.9371 30.307 56.9371 
30.5303V41.0791C56.9371 41.3861 57.0628 41.6512 57.3 41.8744C57.5513 42.0977 
57.8444 42.2093 58.1794 42.2093H65.2701C65.5214 42.2093 65.7447 42.1396 65.9122 
41.9721C66.0937 41.8186 66.1774 41.6372 66.1774 41.4C66.1774 41.1768 66.0937 
40.9814 65.9122 40.8279C65.7308 40.6744 65.5214 40.5907 65.2701 
40.5907H58.7656V30.5442C58.7656 30.3209 58.6819 30.1256 58.5004 29.9721C58.319 
29.8186 58.1096 29.7349 57.8584 29.7349C57.5932 29 [...]
+</mask>
+<g mask="url(#mask1_3700_2639)">
+<path d="M66.1915 29.707H56.9512V42.1814H66.1915V29.707Z" 
fill="url(#paint1_linear_3700_2639)"/>
+</g>
+<mask id="mask2_3700_2639" style="mask-type:luminance" 
maskUnits="userSpaceOnUse" x="68" y="29" width="3" height="14">
+<path d="M69.0668 29.9582C68.8993 30.1117 68.8016 30.307 68.8016 
30.5303V41.4838C68.8016 41.707 68.8854 41.9024 69.0668 42.0559C69.2343 42.2094 
69.4577 42.2931 69.7089 42.2931C69.9602 42.2931 70.1835 42.2094 70.351 
42.0559C70.5324 41.9024 70.6162 41.707 70.6162 41.4838V30.5303C70.6162 30.307 
70.5324 30.1117 70.351 29.9582C70.1695 29.8047 69.9602 29.721 69.7089 
29.721C69.4577 29.707 69.2483 29.7908 69.0668 29.9582Z" fill="white"/>
+</mask>
+<g mask="url(#mask2_3700_2639)">
+<path d="M70.6302 29.707H68.8157V42.2791H70.6302V29.707Z" 
fill="url(#paint2_linear_3700_2639)"/>
+</g>
+<mask id="mask3_3700_2639" style="mask-type:luminance" 
maskUnits="userSpaceOnUse" x="74" y="29" width="14" height="14">
+<path d="M85.4536 29.9582C85.2861 30.1117 85.1884 30.307 85.1884 
30.5303V40.1163L77.5254 30.2512C77.2183 29.9024 76.8554 29.721 76.4367 
29.721H76.1854C75.8225 29.721 75.5154 29.8326 75.2642 30.0698C75.013 30.2931 
74.8873 30.5721 74.8873 30.8931V41.4977C74.8873 41.721 74.9711 41.9163 75.1525 
42.0698C75.32 42.2233 75.5434 42.307 75.7946 42.307C76.0459 42.307 76.2692 
42.2233 76.4367 42.0698C76.6181 41.9163 76.7019 41.721 76.7019 
41.4977V31.8838L84.4068 41.8047C84.5184 41.9442 84.672 42.0559 [...]
+</mask>
+<g mask="url(#mask3_3700_2639)">
+<path d="M87.003 29.707H74.8873V42.2791H87.003V29.707Z" 
fill="url(#paint3_linear_3700_2639)"/>
+</g>
+<mask id="mask4_3700_2639" style="mask-type:luminance" 
maskUnits="userSpaceOnUse" x="91" y="29" width="12" height="14">
+<path d="M99.8864 30L93.0748 36.1814V30.5302C93.0748 30.307 92.9911 30.1116 
92.8096 29.9581C92.6281 29.8046 92.4188 29.7209 92.1675 29.7209C91.9163 29.7209 
91.7069 29.8046 91.5255 29.9581C91.358 30.1116 91.2603 30.307 91.2603 
30.5302V41.4837C91.2603 41.707 91.344 41.9023 91.5255 42.0558C91.693 42.2093 
91.9163 42.293 92.1675 42.293C92.4188 42.293 92.6421 42.2093 92.8096 
42.0558C92.9911 41.9023 93.0748 41.707 93.0748 41.4837V38.1628L95.35 
36.1256L100.487 41.9581C100.654 42.1674 100.891 42. [...]
+</mask>
+<g mask="url(#mask4_3700_2639)">
+<path d="M102.078 29.7069H91.2603V42.279H102.078V29.7069Z" 
fill="url(#paint4_linear_3700_2639)"/>
+</g>
+<mask id="mask5_3700_2639" style="mask-type:luminance" 
maskUnits="userSpaceOnUse" x="111" y="29" width="10" height="14">
+<path d="M111.625 29.9582C111.458 30.1116 111.36 30.307 111.36 
30.5303V41.0791C111.36 41.3861 111.485 41.6512 111.723 41.8744C111.974 42.0977 
112.267 42.2093 112.602 42.2093H119.665C119.916 42.2093 120.14 42.1396 120.307 
41.9721C120.488 41.8186 120.572 41.6372 120.572 41.4C120.572 41.1768 120.475 
40.9814 120.307 40.8279C120.126 40.6744 119.916 40.5907 119.665 
40.5907H113.16V30.5442C113.16 30.3209 113.077 30.1256 112.895 29.9721C112.714 
29.8186 112.504 29.7349 112.253 29.7349C112.016 29.7 [...]
+</mask>
+<g mask="url(#mask5_3700_2639)">
+<path d="M120.614 29.707H111.374V42.1814H120.614V29.707Z" 
fill="url(#paint5_linear_3700_2639)"/>
+</g>
+<mask id="mask6_3700_2639" style="mask-type:luminance" 
maskUnits="userSpaceOnUse" x="122" y="29" width="14" height="14">
+<path d="M129.129 31.7721L131.809 37.5349H126.435L129.129 31.7721ZM129.017 
29.707C128.738 29.707 128.5 29.7768 128.305 29.9163C128.11 30.0559 127.97 
30.2233 127.858 30.4326L122.778 41.121C122.708 41.2605 122.68 41.3861 122.68 
41.4838C122.68 41.707 122.764 41.9024 122.931 42.0559C123.099 42.2094 123.308 
42.2931 123.573 42.2931C123.755 42.2931 123.922 42.2512 124.076 42.1535C124.229 
42.0698 124.341 41.9442 124.425 41.7908L125.723 39.028H132.492L133.791 
41.7908C133.874 41.9442 133.986 42.06 [...]
+</mask>
+<g mask="url(#mask6_3700_2639)">
+<path d="M135.549 29.707H122.694V42.2791H135.549V29.707Z" 
fill="url(#paint6_linear_3700_2639)"/>
+</g>
+<mask id="mask7_3700_2639" style="mask-type:luminance" 
maskUnits="userSpaceOnUse" x="137" y="29" width="12" height="14">
+<path d="M139.5 36.614H143.24C145.585 36.614 146.758 37.2838 146.758 
38.6372C146.758 39.2931 146.493 39.7954 145.948 40.1442C145.404 40.507 144.497 
40.6745 143.212 40.6745H139.486V36.614H139.5ZM139.5 31.3117H143.143C144.036 
31.3117 144.734 31.4791 145.236 31.8C145.753 32.1349 146.004 32.5814 146.004 
33.1396C146.004 33.7814 145.767 34.2698 145.292 34.6326C144.818 34.9954 143.98 
35.1628 142.808 35.1628H139.5V31.3117ZM138.578 29.8047C138.327 29.8047 138.118 
29.8884 137.936 30.0419C137.769 3 [...]
+</mask>
+<g mask="url(#mask7_3700_2639)">
+<path d="M148.517 29.8047H137.685V42.1954H148.517V29.8047Z" 
fill="url(#paint7_linear_3700_2639)"/>
+</g>
+<mask id="mask8_3700_2639" style="mask-type:luminance" 
maskUnits="userSpaceOnUse" x="150" y="29" width="11" height="14">
+<path d="M153.053 30.1116C152.271 30.4325 151.685 30.879 151.294 
31.4232C150.903 31.9674 150.694 32.5813 150.694 33.2651C150.694 34.0325 150.931 
34.6465 151.406 35.1069C151.88 35.5674 152.453 35.9162 153.123 36.1534C153.779 
36.3767 154.658 36.6279 155.733 36.879C156.542 37.0744 157.17 37.2279 157.603 
37.3674C158.036 37.5069 158.413 37.6883 158.706 37.9255C158.999 38.1627 159.153 
38.4558 159.153 38.8186C159.153 40.186 157.994 40.8558 155.663 40.8558C154.267 
40.8558 152.969 40.6186 151.741 [...]
+</mask>
+<g mask="url(#mask8_3700_2639)">
+<path d="M160.939 29.6232H150.554V42.3627H160.939V29.6232Z" 
fill="url(#paint8_linear_3700_2639)"/>
+</g>
+<mask id="mask9_3700_2639" style="mask-type:luminance" 
maskUnits="userSpaceOnUse" x="38" y="24" width="8" height="9">
+<path d="M40.3689 29.4558V27.4325C40.3689 27.1953 40.5643 26.986 40.8016 
26.986H42.8255C43.0628 26.986 43.2582 27.1813 43.2582 27.4325V29.4558C43.2582 
29.693 43.0628 29.9023 42.8255 29.9023H40.8016C40.5643 29.8883 40.3689 29.693 
40.3689 29.4558ZM39.2662 24.7953C38.652 24.7953 38.1635 25.2837 38.1635 
25.8976V30.9906C38.1635 31.6046 38.652 32.093 39.2662 32.093H44.3609C44.9751 
32.093 45.4636 31.6046 45.4636 30.9906V25.8976C45.4636 25.2837 44.9611 24.7953 
44.3609 24.7953H39.2662V24.7953Z" f [...]
+</mask>
+<g mask="url(#mask9_3700_2639)">
+<path d="M45.4776 24.7953H38.1635V32.093H45.4776V24.7953Z" 
fill="url(#paint9_radial_3700_2639)"/>
+</g>
+<mask id="mask10_3700_2639" style="mask-type:luminance" 
maskUnits="userSpaceOnUse" x="30" y="24" width="16" height="16">
+<path d="M31.9661 24.7953C31.3519 24.7953 30.8634 25.2837 30.8634 
25.8976V38.2883C30.8634 38.9023 31.3659 39.3906 31.9661 39.3906H44.3609C44.9751 
39.3906 45.4636 38.9023 45.4636 38.2883V36.1255C45.4636 35.5116 44.9611 35.0232 
44.3609 35.0232H36.3489C35.7348 35.0232 35.2463 34.5348 35.2463 
33.9209V25.8976C35.2463 25.2837 34.7577 24.7953 34.1436 
24.7953H31.9661V24.7953Z" fill="white"/>
+</mask>
+<g mask="url(#mask10_3700_2639)">
+<path d="M45.4635 24.7953H30.8494V39.4046H45.4635V24.7953Z" 
fill="url(#paint10_radial_3700_2639)"/>
+</g>
+<mask id="mask11_3700_2639" style="mask-type:luminance" 
maskUnits="userSpaceOnUse" x="23" y="24" width="23" height="24">
+<path d="M24.1496 24.7953C23.5354 24.7953 23.0469 25.2837 23.0469 
25.8976V46.1023C23.0469 46.7162 23.5494 47.2046 24.1496 47.2046H44.3609C44.9751 
47.2046 45.4636 46.7023 45.4636 46.1023V43.2418C45.4636 42.6278 44.9611 42.1395 
44.3609 42.1395H29.2303C28.6162 42.1395 28.1276 41.6511 28.1276 
41.0371V25.8976C28.1276 25.2837 27.6391 24.7953 27.0249 
24.7953H24.1496V24.7953Z" fill="white"/>
+</mask>
+<g mask="url(#mask11_3700_2639)">
+<path d="M45.4636 24.7953H23.0469V47.2046H45.4636V24.7953Z" 
fill="url(#paint11_radial_3700_2639)"/>
+</g>
+<defs>
+<radialGradient id="paint0_radial_3700_2639" cx="0" cy="0" r="1" 
gradientUnits="userSpaceOnUse" gradientTransform="translate(41.8206 28.4334) 
scale(4.38359 4.38213)">
+<stop stop-color="#88B713"/>
+<stop offset="0.2196" stop-color="#85B613"/>
+<stop offset="0.3896" stop-color="#7BB514"/>
+<stop offset="0.543" stop-color="#6BB216"/>
+<stop offset="0.6865" stop-color="#53AE18"/>
+<stop offset="0.8233" stop-color="#35A91A"/>
+<stop offset="0.9532" stop-color="#11A31E"/>
+<stop offset="1" stop-color="#02A01F"/>
+</radialGradient>
+<linearGradient id="paint1_linear_3700_2639" x1="61.5673" y1="29.006" 
x2="61.5673" y2="39.0369" gradientUnits="userSpaceOnUse">
+<stop stop-color="#0D588C"/>
+<stop offset="0.2954" stop-color="#0D5689"/>
+<stop offset="0.5234" stop-color="#0C517F"/>
+<stop offset="0.7287" stop-color="#0A476F"/>
+<stop offset="0.9196" stop-color="#083A58"/>
+<stop offset="0.9973" stop-color="#07334C"/>
+<stop offset="1" stop-color="#07334C"/>
+</linearGradient>
+<linearGradient id="paint2_linear_3700_2639" x1="69.7187" y1="29.006" 
x2="69.7187" y2="39.0369" gradientUnits="userSpaceOnUse">
+<stop stop-color="#0D588C"/>
+<stop offset="0.2954" stop-color="#0D5689"/>
+<stop offset="0.5234" stop-color="#0C517F"/>
+<stop offset="0.7287" stop-color="#0A476F"/>
+<stop offset="0.9196" stop-color="#083A58"/>
+<stop offset="0.9973" stop-color="#07334C"/>
+<stop offset="1" stop-color="#07334C"/>
+</linearGradient>
+<linearGradient id="paint3_linear_3700_2639" x1="80.9429" y1="29.006" 
x2="80.9429" y2="39.0369" gradientUnits="userSpaceOnUse">
+<stop stop-color="#0D588C"/>
+<stop offset="0.2954" stop-color="#0D5689"/>
+<stop offset="0.5234" stop-color="#0C517F"/>
+<stop offset="0.7287" stop-color="#0A476F"/>
+<stop offset="0.9196" stop-color="#083A58"/>
+<stop offset="0.9973" stop-color="#07334C"/>
+<stop offset="1" stop-color="#07334C"/>
+</linearGradient>
+<linearGradient id="paint4_linear_3700_2639" x1="96.6747" y1="29.0059" 
x2="96.6747" y2="39.0368" gradientUnits="userSpaceOnUse">
+<stop stop-color="#0D588C"/>
+<stop offset="0.2954" stop-color="#0D5689"/>
+<stop offset="0.5234" stop-color="#0C517F"/>
+<stop offset="0.7287" stop-color="#0A476F"/>
+<stop offset="0.9196" stop-color="#083A58"/>
+<stop offset="0.9973" stop-color="#07334C"/>
+<stop offset="1" stop-color="#07334C"/>
+</linearGradient>
+<linearGradient id="paint5_linear_3700_2639" x1="115.985" y1="29.006" 
x2="115.985" y2="39.0369" gradientUnits="userSpaceOnUse">
+<stop stop-color="#0D588C"/>
+<stop offset="0.2954" stop-color="#0D5689"/>
+<stop offset="0.5234" stop-color="#0C517F"/>
+<stop offset="0.7287" stop-color="#0A476F"/>
+<stop offset="0.9196" stop-color="#083A58"/>
+<stop offset="0.9973" stop-color="#07334C"/>
+<stop offset="1" stop-color="#07334C"/>
+</linearGradient>
+<linearGradient id="paint6_linear_3700_2639" x1="129.121" y1="29.006" 
x2="129.121" y2="39.0369" gradientUnits="userSpaceOnUse">
+<stop stop-color="#0D588C"/>
+<stop offset="0.2954" stop-color="#0D5689"/>
+<stop offset="0.5234" stop-color="#0C517F"/>
+<stop offset="0.7287" stop-color="#0A476F"/>
+<stop offset="0.9196" stop-color="#083A58"/>
+<stop offset="0.9973" stop-color="#07334C"/>
+<stop offset="1" stop-color="#07334C"/>
+</linearGradient>
+<linearGradient id="paint7_linear_3700_2639" x1="143.095" y1="29.006" 
x2="143.095" y2="39.0369" gradientUnits="userSpaceOnUse">
+<stop stop-color="#0D588C"/>
+<stop offset="0.2954" stop-color="#0D5689"/>
+<stop offset="0.5234" stop-color="#0C517F"/>
+<stop offset="0.7287" stop-color="#0A476F"/>
+<stop offset="0.9196" stop-color="#083A58"/>
+<stop offset="0.9973" stop-color="#07334C"/>
+<stop offset="1" stop-color="#07334C"/>
+</linearGradient>
+<linearGradient id="paint8_linear_3700_2639" x1="155.755" y1="29.0058" 
x2="155.755" y2="39.0368" gradientUnits="userSpaceOnUse">
+<stop stop-color="#0D588C"/>
+<stop offset="0.2954" stop-color="#0D5689"/>
+<stop offset="0.5234" stop-color="#0C517F"/>
+<stop offset="0.7287" stop-color="#0A476F"/>
+<stop offset="0.9196" stop-color="#083A58"/>
+<stop offset="0.9973" stop-color="#07334C"/>
+<stop offset="1" stop-color="#07334C"/>
+</linearGradient>
+<radialGradient id="paint9_radial_3700_2639" cx="0" cy="0" r="1" 
gradientUnits="userSpaceOnUse" gradientTransform="translate(41.8103 28.4451) 
scale(3.6537 3.65249)">
+<stop stop-color="#87B812"/>
+<stop offset="0.3613" stop-color="#87B812"/>
+<stop offset="0.4752" stop-color="#83B712"/>
+<stop offset="0.5862" stop-color="#77B514"/>
+<stop offset="0.6961" stop-color="#64B215"/>
+<stop offset="0.8052" stop-color="#48AD18"/>
+<stop offset="0.9128" stop-color="#25A71C"/>
+<stop offset="1" stop-color="#03A11F"/>
+</radialGradient>
+<radialGradient id="paint10_radial_3700_2639" cx="0" cy="0" r="1" 
gradientUnits="userSpaceOnUse" gradientTransform="translate(38.3506 31.2865) 
scale(17.6285 17.6227)">
+<stop stop-color="#0D598C"/>
+<stop offset="0.2227" stop-color="#0D5687"/>
+<stop offset="0.4863" stop-color="#0B4D79"/>
+<stop offset="0.7694" stop-color="#0A3F61"/>
+<stop offset="0.9572" stop-color="#08334D"/>
+<stop offset="1" stop-color="#08334D"/>
+</radialGradient>
+<radialGradient id="paint11_radial_3700_2639" cx="0" cy="0" r="1" 
gradientUnits="userSpaceOnUse" gradientTransform="translate(38.3507 31.2865) 
scale(17.6285 17.6227)">
+<stop stop-color="#0D598C"/>
+<stop offset="0.2227" stop-color="#0D5687"/>
+<stop offset="0.4863" stop-color="#0B4D79"/>
+<stop offset="0.7694" stop-color="#0A3F61"/>
+<stop offset="0.9572" stop-color="#08334D"/>
+<stop offset="1" stop-color="#08334D"/>
+</radialGradient>
+</defs>
+</svg>
diff --git a/public/static/images/companies/other/mobileum.svg 
b/public/static/images/companies/other/mobileum.svg
new file mode 100644
index 00000000..35daf181
--- /dev/null
+++ b/public/static/images/companies/other/mobileum.svg
@@ -0,0 +1,10 @@
+<svg width="184" height="72" viewBox="0 0 184 72" fill="none" 
xmlns="http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink";>
+<rect width="184" height="72" fill="#F9FDFE"/>
+<rect x="28" y="18" width="128" height="36" fill="url(#pattern0_3700_2666)"/>
+<defs>
+<pattern id="pattern0_3700_2666" patternContentUnits="objectBoundingBox" 
width="1" height="1">
+<use xlink:href="#image0_3700_2666" transform="matrix(0.000388467 0 0 
0.00138122 -0.00578384 0)"/>
+</pattern>
+<image id="image0_3700_2666" width="2604" height="724" 
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACiwAAALUCAYAAACSdYjYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAE9GlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4xLWMwMDIgNzkuZGJhM2RhM2I1LCAyMDIzLzEyLzE1LTEwOjQyOjM3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmR
 [...]
+</defs>
+</svg>
diff --git a/public/static/images/companies/other/palmyra_solutions.svg 
b/public/static/images/companies/other/palmyra_solutions.svg
new file mode 100644
index 00000000..1372d710
--- /dev/null
+++ b/public/static/images/companies/other/palmyra_solutions.svg
@@ -0,0 +1,10 @@
+<svg width="184" height="72" viewBox="0 0 184 72" fill="none" 
xmlns="http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink";>
+<rect width="184" height="72" fill="#F9FDFE"/>
+<rect x="69" y="10" width="47" height="52" fill="url(#pattern0_3700_2654)"/>
+<defs>
+<pattern id="pattern0_3700_2654" patternContentUnits="objectBoundingBox" 
width="1" height="1">
+<use xlink:href="#image0_3700_2654" transform="matrix(0.00108469 0 0 
0.000980392 -0.00383813 0)"/>
+</pattern>
+<image id="image0_3700_2654" width="929" height="1020" 
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA6EAAAP8CAYAAAC3S7gDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAxZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMS1jMDAyIDc5LmRiYTNkYTNiNSwgMjAyMy8xMi8xNS0xMDo0MjozNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9
 [...]
+</defs>
+</svg>
diff --git a/public/static/images/companies/other/rapid_1.svg 
b/public/static/images/companies/other/rapid_1.svg
new file mode 100644
index 00000000..10dee802
--- /dev/null
+++ b/public/static/images/companies/other/rapid_1.svg
@@ -0,0 +1,10 @@
+<svg width="184" height="72" viewBox="0 0 184 72" fill="none" 
xmlns="http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink";>
+<rect width="184" height="72" fill="#F9FDFE"/>
+<rect x="38" y="27" width="108" height="18" fill="url(#pattern0_3700_2645)"/>
+<defs>
+<pattern id="pattern0_3700_2645" patternContentUnits="objectBoundingBox" 
width="1" height="1">
+<use xlink:href="#image0_3700_2645" transform="matrix(0.00286533 0 0 0.017192 
0 -0.0157593)"/>
+</pattern>
+<image id="image0_3700_2645" width="349" height="60" 
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV0AAAA8CAYAAADFV2n8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2dpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMS1jMDAyIDc5LmRiYTNkYTNiNSwgMjAyMy8xMi8xNS0xMDo0MjozNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZ
 [...]
+</defs>
+</svg>
diff --git a/public/static/images/companies/other/sim_soft.svg 
b/public/static/images/companies/other/sim_soft.svg
new file mode 100644
index 00000000..0cca6644
--- /dev/null
+++ b/public/static/images/companies/other/sim_soft.svg
@@ -0,0 +1,18 @@
+<svg width="184" height="72" viewBox="0 0 184 72" fill="none" 
xmlns="http://www.w3.org/2000/svg";>
+<rect width="184" height="72" fill="#F9FDFE"/>
+<g clip-path="url(#clip0_3700_2651)">
+<path fill-rule="evenodd" clip-rule="evenodd" d="M112.325 33.6823C111.998 
33.3776 111.625 33.1262 111.219 32.9374C110.803 32.7349 110.346 32.6303 109.883 
32.6315C109.537 32.6289 109.194 32.7013 108.878 32.8435C108.741 32.9095 108.627 
33.0137 108.549 33.1436C108.471 33.2734 108.433 33.4232 108.439 33.5744C108.445 
33.7257 108.495 33.872 108.583 33.9952C108.671 34.1185 108.793 34.2134 108.935 
34.2683C109.47 34.4642 110.018 34.6206 110.577 34.7361C111.024 34.8326 111.463 
34.9655 111.89 35.13 [...]
+<path fill-rule="evenodd" clip-rule="evenodd" d="M127.584 36.0188C127.601 
36.9085 127.432 37.792 127.087 38.6126C126.762 39.3554 126.288 40.0236 125.693 
40.5757C125.093 41.1122 124.397 41.5319 123.642 41.8132C122.842 42.1123 121.994 
42.2626 121.14 42.2567C120.285 42.2595 119.436 42.1093 118.633 41.8132C117.873 
41.532 117.171 41.1132 116.563 40.5777C115.974 40.0206 115.501 39.3536 115.17 
38.6146C114.812 37.7967 114.631 36.9131 114.638 36.0208C114.618 35.1382 114.787 
34.2616 115.135 33.449 [...]
+<path fill-rule="evenodd" clip-rule="evenodd" d="M136.185 27.0462C136.025 
26.9955 135.86 26.9567 135.694 26.93C135.508 26.8996 135.32 26.8841 135.132 
26.8838C134.832 26.8704 134.533 26.9352 134.266 27.0721C134.052 27.1929 133.876 
27.37 133.755 27.5841C133.627 27.7997 133.542 28.0376 133.503 28.2853C133.457 
28.5477 133.436 28.8136 133.438 29.0798L133.446 30.2493H136.458L133.468 
33.6084L133.523 41.8848H129.683L129.629 33.6089H127.498L127.474 
30.2498H129.605L129.599 29.1275C129.591 28.4438  [...]
+<path fill-rule="evenodd" clip-rule="evenodd" d="M142.261 33.6074L142.286 
37.5609C142.262 37.9958 142.371 38.4278 142.6 38.7989C142.75 38.9456 142.931 
39.0573 143.13 39.126C143.328 39.1947 143.54 39.2187 143.749 39.1962C143.945 
39.1959 144.141 39.1806 144.335 39.1505C144.519 39.1287 144.7 39.0812 144.871 
39.0095L144.937 41.8138C144.609 41.9219 144.272 41.9997 143.931 42.0462C143.53 
42.1245 143.123 42.1637 142.715 42.1634C142.048 42.1812 141.383 42.0865 140.747 
41.8833C140.256 41.7083 139 [...]
+<path fill-rule="evenodd" clip-rule="evenodd" d="M77.0865 33.5512C76.7592 
33.2459 76.3864 32.9933 75.9814 32.8023C75.5647 32.6016 75.1077 32.4979 74.645 
32.4989C74.2989 32.4967 73.9564 32.5679 73.64 32.7079C73.5008 32.7689 73.3838 
32.8712 73.305 33.001C73.2262 33.1307 73.1894 33.2816 73.1997 33.433C73.1973 
33.5874 73.2442 33.7385 73.3337 33.8645C73.4231 33.9905 73.5505 34.0848 73.6972 
34.1337C74.232 34.3304 74.7808 34.4868 75.3391 34.6015C75.786 34.699 76.2243 
34.8319 76.6501 34.9988C77. [...]
+<path fill-rule="evenodd" clip-rule="evenodd" d="M80.2398 41.8833L80.1627 
30.2483H84.0008L84.0092 31.4004L81.1961 33.6153H84.0237L84.0774 41.8828L80.2398 
41.8833Z" fill="#0060A9"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M100.195 41.8828L100.154 
35.5263C100.153 35.2127 100.127 34.8996 100.075 34.5902C100.039 34.3114 99.9501 
34.0419 99.8142 33.7956C99.6917 33.5801 99.5122 33.4025 99.2953 33.2821C99.05 
33.1292 98.7636 33.0552 98.4748 33.0701C98.1732 33.0637 97.8753 33.1368 97.6111 
33.2821C97.3726 33.4246 97.1666 33.6153 97.0061 33.8418C96.843 34.092 96.7252 
34.3689 96.6578 34.6597C96.5808 34.9655 96.5437 35.28 96.5473 35.5953L96.5881 
41.8794H92.7506L92.7073  [...]
+<path d="M55.9846 21L55.4537 23.4984C48.613 23.5019 42.0265 28.4148 40.7384 
34.4734C39.1497 41.9454 47.4129 45.7236 50.3479 43.536C50.8783 43.1387 51.8575 
41.6842 50.6892 40.4382L48.5409 38.1573C47.9551 37.5613 47.2282 36.81 46.3601 
35.9032C45.8899 35.4364 45.5488 34.8561 45.3699 34.2187C45.1911 33.5814 45.1807 
32.9086 45.3397 32.266C45.6843 30.6438 46.7973 29.261 48.6787 28.1179C50.5431 
26.9793 52.6936 26.3937 54.879 26.4294C62.4915 26.4294 65.7469 33.1669 64.601 
38.56C63.2447 44.9429 5 [...]
+</g>
+<defs>
+<clipPath id="clip0_3700_2651">
+<rect width="106" height="30" fill="white" transform="translate(39 21)"/>
+</clipPath>
+</defs>
+</svg>
diff --git a/public/static/images/companies/other/vedantu.svg 
b/public/static/images/companies/other/vedantu.svg
new file mode 100644
index 00000000..257d0662
--- /dev/null
+++ b/public/static/images/companies/other/vedantu.svg
@@ -0,0 +1,11 @@
+<svg width="184" height="72" viewBox="0 0 184 72" fill="none" 
xmlns="http://www.w3.org/2000/svg";>
+<rect width="184" height="72" fill="#F9FDFE"/>
+<g clip-path="url(#clip0_3700_2657)">
+<path fill-rule="evenodd" clip-rule="evenodd" d="M148.446 43.0167C147.975 
43.0167 147.569 43.4061 147.367 44.3146L147.358 44.3569C146.956 46.2257 146.543 
48.143 144.733 48.0786C143.585 48.0786 143.248 46.4563 143.315 46.0668L143.518 
35.8782C143.585 34.9047 142.843 33.9961 141.762 33.9313H141.425C140.817 33.9313 
140.007 34.061 140.007 34.3855C140.007 34.4909 140.057 34.5689 140.122 
34.6706C140.257 34.8822 140.457 35.1963 140.412 36.0729L140.277 42.173C140.277 
45.2232 138.251 48.0137 136.4 [...]
+</g>
+<defs>
+<clipPath id="clip0_3700_2657">
+<rect width="116" height="30" fill="white" transform="translate(34 21)"/>
+</clipPath>
+</defs>
+</svg>
diff --git a/public/static/images/companies/other/you_gov.svg 
b/public/static/images/companies/other/you_gov.svg
new file mode 100644
index 00000000..271c125e
--- /dev/null
+++ b/public/static/images/companies/other/you_gov.svg
@@ -0,0 +1,32 @@
+<svg width="184" height="72" viewBox="0 0 184 72" fill="none" 
xmlns="http://www.w3.org/2000/svg";>
+<rect width="184" height="72" fill="#F9FDFE"/>
+<g clip-path="url(#clip0_3700_2663)">
+<mask id="mask0_3700_2663" style="mask-type:luminance" 
maskUnits="userSpaceOnUse" x="38" y="24" width="108" height="24">
+<path d="M38.9636 47.0352H145.561V24.9636H38.9636V47.0352Z" fill="white"/>
+</mask>
+<g mask="url(#mask0_3700_2663)">
+<mask id="mask1_3700_2663" style="mask-type:luminance" 
maskUnits="userSpaceOnUse" x="39" y="25" width="106" height="22">
+<path d="M39 47H145V25H39V47Z" fill="white"/>
+</mask>
+<g mask="url(#mask1_3700_2663)">
+<path d="M46.8894 46.6731V37.7037L38.9636 25.3627H44.0852L49.1764 
33.7934L54.1653 25.3627H59.1978L51.243 37.7329V46.6731H46.8894Z" 
fill="#EE2722"/>
+<path d="M59.3699 38.954C59.3699 40.4853 59.7387 41.6581 60.477 
42.4717C61.2147 43.286 62.125 43.6922 63.2074 43.6922C64.2891 43.6922 65.197 
43.286 65.9305 42.4717C66.6627 41.6581 67.0297 40.4758 67.0297 38.9248C67.0297 
37.4126 66.6627 36.2499 65.9305 35.4363C65.197 34.622 64.2891 34.2158 63.2074 
34.2158C62.125 34.2158 61.2147 34.622 60.477 35.4363C59.7387 36.2499 59.3699 
37.4221 59.3699 38.954ZM55.1193 38.7363C55.1193 37.3798 55.4584 36.0668 56.1374 
34.7974C56.8163 33.5274 57.7782 32.55 [...]
+<path d="M83.0448 46.6731V44.3627C82.4743 45.1859 81.7238 45.835 80.7935 
46.3092C79.8644 46.7835 78.8826 47.0209 77.8494 47.0209C76.7967 47.0209 75.8519 
46.7942 75.0154 46.3384C74.1796 45.8827 73.5746 45.2432 73.2003 44.4194C72.8266 
43.5956 72.6394 42.4574 72.6394 41.0037V31.2349H76.787V38.3282C76.787 40.5002 
76.8627 41.8293 77.016 42.3202C77.168 42.8082 77.446 43.1959 77.8494 
43.4829C78.2527 43.768 78.7645 43.9118 79.3847 43.9118C80.0928 43.9118 80.7275 
43.7203 81.2884 43.3361C81.8492 4 [...]
+<path d="M99.473 38.8377V35.2477H108.889V43.7358C107.974 44.6097 106.648 
45.3774 104.911 46.0401C103.175 46.7041 101.416 47.0352 99.6353 47.0352C97.3732 
47.0352 95.3993 46.5681 93.7173 45.6333C92.0348 44.698 90.7701 43.3617 89.924 
41.6211C89.0779 39.8816 88.6552 37.9894 88.6552 35.9451C88.6552 33.7266 89.127 
31.7545 90.0718 30.0293C91.0161 28.3035 92.3988 26.9816 94.2188 26.0606C95.6064 
25.3531 97.3332 25 99.3991 25C102.085 25 104.184 25.5541 105.694 
26.6637C107.204 27.7732 108.176 29.30 [...]
+<path d="M114.366 38.954C114.366 40.4853 114.735 41.6581 115.474 
42.4717C116.211 43.286 117.121 43.6922 118.204 43.6922C119.286 43.6922 120.194 
43.286 120.927 42.4717C121.659 41.6581 122.026 40.4758 122.026 38.9248C122.026 
37.4126 121.659 36.2499 120.927 35.4363C120.194 34.622 119.286 34.2158 118.204 
34.2158C117.121 34.2158 116.211 34.622 115.474 35.4363C114.735 36.2499 114.366 
37.4221 114.366 38.954ZM110.116 38.7363C110.116 37.3798 110.455 36.0668 111.134 
34.7974C111.813 33.5274 112.775 [...]
+</g>
+<mask id="mask2_3700_2663" style="mask-type:luminance" 
maskUnits="userSpaceOnUse" x="38" y="24" width="108" height="24">
+<path d="M38.9636 47.0352H145.561V24.9636H38.9636V47.0352Z" fill="white"/>
+</mask>
+<g mask="url(#mask2_3700_2663)">
+<path d="M132.034 46.6731L125.717 31.2349H130.071L133.023 39.1151L133.879 
41.7446C134.105 41.0771 134.248 40.635 134.307 40.4221C134.445 39.9866 134.593 
39.5493 134.75 39.1151L137.731 31.2349H141.996L135.768 46.6731H132.034Z" 
fill="#BBBABA"/>
+<path d="M142.347 28.2344H142.789C143 28.2344 143.145 28.2033 143.222 
28.1413C143.299 28.0793 143.337 27.9969 143.337 27.8949C143.337 27.8293 143.319 
27.7703 143.281 27.7184C143.244 27.6659 143.193 27.6271 143.127 27.6014C143.061 
27.5764 142.94 27.5633 142.761 27.5633H142.347V28.2344ZM141.983 
29.4865V27.262H142.758C143.024 27.262 143.216 27.2829 143.334 27.3241C143.453 
27.3646 143.548 27.4362 143.618 27.5388C143.688 27.6408 143.724 27.7494 143.724 
27.8645C143.724 28.0274 143.665 28.1687  [...]
+</g>
+</g>
+</g>
+<defs>
+<clipPath id="clip0_3700_2663">
+<rect width="106" height="22" fill="white" transform="translate(39 25)"/>
+</clipPath>
+</defs>
+</svg>
diff --git a/public/static/images/companies/retail/cora.svg 
b/public/static/images/companies/retail/cora.svg
new file mode 100644
index 00000000..8cc679cb
--- /dev/null
+++ b/public/static/images/companies/retail/cora.svg
@@ -0,0 +1,13 @@
+<svg width="184" height="72" viewBox="0 0 184 72" fill="none" 
xmlns="http://www.w3.org/2000/svg";>
+<rect width="184" height="72" fill="#F9FDFE"/>
+<g clip-path="url(#clip0_3700_2544)">
+<path d="M93.3831 50.8775C99.8449 50.5672 106.141 48.2057 110.225 
44.5609C110.925 43.9353 111.685 43.1305 112.199 42.4676C113.495 40.799 114.236 
39.1463 114.528 37.2734C114.582 36.9252 114.589 36.7802 114.589 35.9997C114.589 
35.0472 114.561 34.7567 114.397 34.0214C113.772 31.2128 111.871 28.5728 108.856 
26.3261C105.076 23.5084 99.8268 21.6367 94.4543 21.1909C89.9031 20.8133 85.1312 
21.5175 80.8808 23.194C76.4261 24.9511 72.9294 27.596 71.0089 30.6609C70.1899 
31.9681 69.7002 33.2634 69.47 [...]
+<path d="M75.9314 41.7828C74.5421 41.6869 73.5126 41.2845 72.7254 
40.5294C71.9115 39.7488 71.419 38.6829 71.2211 37.2734C71.1621 36.8533 71.1539 
35.5521 71.2073 35.0918C71.4031 33.404 71.9078 32.2054 72.7874 31.3383C73.1075 
31.0228 73.4606 30.7764 73.911 30.5541C74.6792 30.1749 75.4693 30.0084 76.5009 
30.0083C78.5716 30.0082 80.2244 30.8947 80.9764 32.4089C81.2395 32.9386 81.4365 
33.6477 81.4464 34.1004L81.4503 34.2788H78.4958L78.4319 34.0353C78.2256 33.249 
77.8028 32.7424 77.1925 32.55C [...]
+<path d="M90.8474 55.9709C87.7647 55.8082 84.4633 55.0431 81.4374 
53.7903C76.8555 51.8932 73.1661 49.0319 70.8678 45.5932C69.9455 44.2133 69.2076 
42.6736 68.7443 41.1623C68.3791 39.9711 68.1412 38.717 68.035 37.4225C67.9883 
36.854 67.9883 35.1454 68.035 34.5769C68.2812 31.576 69.2193 28.8711 70.8684 
26.4068C72.848 23.4489 75.8296 20.9308 79.5649 19.0623C83.453 17.1174 87.9903 
16 92 16C96.0097 16 100.547 17.1174 104.435 19.0623C108.17 20.9304 111.149 
23.4464 113.132 26.4062C114.051 27.778 [...]
+</g>
+<defs>
+<clipPath id="clip0_3700_2544">
+<rect width="48" height="40" fill="white" transform="translate(68 16)"/>
+</clipPath>
+</defs>
+</svg>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to