Add theme system, project banners, mobile nav, and hero logo

- System-first theming via light-dark() with explicit .light/.dark overrides
- Project banners: Racetix, beenvoice, RaceHub, HRIStudio
- Mobile navigation with portaled blur backdrop
- Hero logo placement and page copy polish
- Remove tRPC, migrate contact flow to direct API route
This commit is contained in:
2026-08-02 02:40:27 -04:00
parent bf10f26d26
commit d0ffd7dc04
36 changed files with 2191 additions and 525 deletions
-32
View File
@@ -6,17 +6,11 @@
"name": "hadlock.tech",
"dependencies": {
"@t3-oss/env-nextjs": "^0.12.0",
"@tanstack/react-query": "^5.69.0",
"@trpc/client": "^11.0.0",
"@trpc/react-query": "^11.0.0",
"@trpc/server": "^11.0.0",
"next": "^16.2.10",
"nodemailer": "^9.0.3",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"server-only": "^0.0.1",
"superjson": "^2.2.1",
"trpc": "^0.11.3",
"zod": "^3.24.2",
},
"devDependencies": {
@@ -204,16 +198,6 @@
"@tailwindcss/postcss": ["@tailwindcss/postcss@4.3.2", "", { "dependencies": { "@alloc/quick-lru": "^5.2.0", "@tailwindcss/node": "4.3.2", "@tailwindcss/oxide": "4.3.2", "postcss": "^8.5.15", "tailwindcss": "4.3.2" } }, "sha512-rjVWYCa7Ngbi5AarT6k8TkxUG3Wl1QKzHdIZVsjZSzf36Jmo2IKZt/NHRAwly8oDkbBOH0YTu+CHuf9jPxMc+g=="],
"@tanstack/query-core": ["@tanstack/query-core@5.101.2", "", {}, "sha512-hH5MLoJhF7KaIGd7q3xTXGXvslI+GYlM1Z/35aSHHWaCJWB7XvTSHYuV3eM7tw+aE0mT/xMro4M4Q9rCGHT0lw=="],
"@tanstack/react-query": ["@tanstack/react-query@5.101.2", "", { "dependencies": { "@tanstack/query-core": "5.101.2" }, "peerDependencies": { "react": "^18 || ^19" } }, "sha512-seDkr6kzGzX1okaaTtZPtgA688CDPlXUz1C6xSg0ESqn04Vuc8tlrYms1s3de+znBqhPVxFRfpAfUf+6XvfPWg=="],
"@trpc/client": ["@trpc/client@11.18.0", "", { "peerDependencies": { "@trpc/server": "11.18.0", "typescript": ">=5.7.2" }, "bin": { "intent": "bin/intent.js" } }, "sha512-wOqeg3Fvl25V1ZisQhUD3K8G60ZJDlSGJNSyeXrLH24xAo5w6GSR2Kzb1cSNY9Y+IQ2YZvYGZstBU+V/ulo/ow=="],
"@trpc/react-query": ["@trpc/react-query@11.18.0", "", { "peerDependencies": { "@tanstack/react-query": "^5.80.3", "@trpc/client": "11.18.0", "@trpc/server": "11.18.0", "react": ">=18.2.0", "typescript": ">=5.7.2" } }, "sha512-C1+Wwm2pCeUJucI+bnFpxGYjNuvV+ko1BC1T9tUxBVdrhHRCdn9ubxdevdLSAa49XRJRJiZnSuzl3Ys/yvs1vg=="],
"@trpc/server": ["@trpc/server@11.18.0", "", { "peerDependencies": { "typescript": ">=5.7.2" }, "bin": { "intent": "bin/intent.js" } }, "sha512-JAvXOuNTxgXjIDfQaOvDq1j66LMNfDJUH1IU7Slfn8EvRv2EkH6ehu3A7zpYhjO0syHHiYg77v2lG2JFJgvw7Q=="],
"@tybys/wasm-util": ["@tybys/wasm-util@0.10.3", "", { "dependencies": { "tslib": "^2.4.0" } }, "sha512-F3fo1MYrRJYL3zER0OUOmkutjr1Vp23m7OsSgp7nq4SP6OqX6C/56XFIPAl5bt3zaBRjmW7SGz3u/6LwFpYcOg=="],
"@types/estree": ["@types/estree@1.0.9", "", {}, "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg=="],
@@ -330,8 +314,6 @@
"axe-core": ["axe-core@4.12.1", "", {}, "sha512-s7iGf5GaVMxEG0ENN9x+xTr7GFZCb1ZP/1uATUpCEK2X78nDB3RwbtFCo9pGAf9ru+VwoQ464DkaLEeRM08wJA=="],
"axios": ["axios@0.19.2", "", { "dependencies": { "follow-redirects": "1.5.10" } }, "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA=="],
"axobject-query": ["axobject-query@4.1.0", "", {}, "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ=="],
"balanced-match": ["balanced-match@1.0.2", "", {}, "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="],
@@ -362,8 +344,6 @@
"concat-map": ["concat-map@0.0.1", "", {}, "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="],
"copy-anything": ["copy-anything@4.0.5", "", { "dependencies": { "is-what": "^5.2.0" } }, "sha512-7Vv6asjS4gMOuILabD3l739tsaxFQmC+a7pLZm02zyvs8p977bL3zEgq3yDk5rn9B0PbYgIv++jmHcuUab4RhA=="],
"cross-spawn": ["cross-spawn@7.0.6", "", { "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", "which": "^2.0.1" } }, "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA=="],
"csstype": ["csstype@3.2.3", "", {}, "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ=="],
@@ -468,8 +448,6 @@
"flatted": ["flatted@3.4.2", "", {}, "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA=="],
"follow-redirects": ["follow-redirects@1.5.10", "", { "dependencies": { "debug": "=3.1.0" } }, "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ=="],
"for-each": ["for-each@0.3.5", "", { "dependencies": { "is-callable": "^1.2.7" } }, "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg=="],
"function-bind": ["function-bind@1.1.2", "", {}, "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA=="],
@@ -574,8 +552,6 @@
"is-weakset": ["is-weakset@2.0.4", "", { "dependencies": { "call-bound": "^1.0.3", "get-intrinsic": "^1.2.6" } }, "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ=="],
"is-what": ["is-what@5.5.0", "", {}, "sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw=="],
"isarray": ["isarray@2.0.5", "", {}, "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw=="],
"isexe": ["isexe@2.0.0", "", {}, "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="],
@@ -790,8 +766,6 @@
"styled-jsx": ["styled-jsx@5.1.6", "", { "dependencies": { "client-only": "0.0.1" }, "peerDependencies": { "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0" } }, "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA=="],
"superjson": ["superjson@2.2.6", "", { "dependencies": { "copy-anything": "^4" } }, "sha512-H+ue8Zo4vJmV2nRjpx86P35lzwDT3nItnIsocgumgr0hHMQ+ZGq5vrERg9kJBo5AWGmxZDhzDo+WVIJqkB0cGA=="],
"supports-color": ["supports-color@7.2.0", "", { "dependencies": { "has-flag": "^4.0.0" } }, "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw=="],
"supports-preserve-symlinks-flag": ["supports-preserve-symlinks-flag@1.0.0", "", {}, "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w=="],
@@ -804,8 +778,6 @@
"to-regex-range": ["to-regex-range@5.0.1", "", { "dependencies": { "is-number": "^7.0.0" } }, "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ=="],
"trpc": ["trpc@0.11.3", "", { "dependencies": { "axios": "^0.19.2" } }, "sha512-vfj6WrxYk8XDZzCsFNLwo5WhlKi4IYmVRzRgRQAlcK8zH4sY0yIAlJ7Nd1lZcGFe985GfP2LZLoEsCrMsIl/tA=="],
"ts-api-utils": ["ts-api-utils@2.5.0", "", { "peerDependencies": { "typescript": ">=4.8.4" } }, "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA=="],
"tsconfig-paths": ["tsconfig-paths@3.15.0", "", { "dependencies": { "@types/json5": "^0.0.29", "json5": "^1.0.2", "minimist": "^1.2.6", "strip-bom": "^3.0.0" } }, "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg=="],
@@ -882,8 +854,6 @@
"fast-glob/glob-parent": ["glob-parent@5.1.2", "", { "dependencies": { "is-glob": "^4.0.1" } }, "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow=="],
"follow-redirects/debug": ["debug@3.1.0", "", { "dependencies": { "ms": "2.0.0" } }, "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g=="],
"is-bun-module/semver": ["semver@7.8.5", "", { "bin": { "semver": "bin/semver.js" } }, "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA=="],
"micromatch/picomatch": ["picomatch@2.3.2", "", {}, "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA=="],
@@ -894,8 +864,6 @@
"@typescript-eslint/typescript-estree/minimatch/brace-expansion": ["brace-expansion@5.0.7", "", { "dependencies": { "balanced-match": "^4.0.2" } }, "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA=="],
"follow-redirects/debug/ms": ["ms@2.0.0", "", {}, "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="],
"@typescript-eslint/typescript-estree/minimatch/brace-expansion/balanced-match": ["balanced-match@4.0.4", "", {}, "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA=="],
}
}
-6
View File
@@ -17,17 +17,11 @@
},
"dependencies": {
"@t3-oss/env-nextjs": "^0.12.0",
"@tanstack/react-query": "^5.69.0",
"@trpc/client": "^11.0.0",
"@trpc/react-query": "^11.0.0",
"@trpc/server": "^11.0.0",
"next": "^16.2.10",
"nodemailer": "^9.0.3",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"server-only": "^0.0.1",
"superjson": "^2.2.1",
"trpc": "^0.11.3",
"zod": "^3.24.2"
},
"devDependencies": {
+17
View File
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 350 350" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,-0.00177903,0.0089378)">
<g transform="matrix(0.661785,0,0,0.661785,-100.757,-313.681)">
<g transform="matrix(0.754972,0,9.0204e-17,0.736325,-1419.47,452.68)">
<g transform="matrix(3.08641,0,0,3.08641,637.787,-3208.78)">
<path d="M468.137,1201.42L468.137,1049.02L504.917,1049.02L504.917,1116.5C510.27,1108.29 516.465,1102.57 523.501,1099.34C530.538,1096.1 537.941,1094.48 545.712,1094.48C554.432,1094.48 562.353,1095.99 569.476,1099.01C576.599,1102.03 582.449,1106.65 587.024,1112.87C590.91,1118.14 593.284,1123.55 594.147,1129.12C594.934,1134.19 595.362,1142.19 595.432,1153.1C594.66,1152.55 593.882,1152.05 593.099,1151.58C589.111,1149.2 584.955,1147.82 580.7,1147.81C576.74,1147.81 572.548,1149.23 568.37,1151.73C564.828,1153.86 561.238,1156.8 557.756,1160L557.756,1153.4C557.756,1145.81 556.461,1139.68 553.871,1135.02C550.503,1128.45 544.114,1125.17 534.704,1125.17C524.947,1125.17 517.544,1128.43 512.493,1134.95C507.442,1141.47 504.917,1150.77 504.917,1162.86L504.917,1172.28C501.193,1174.63 497.39,1177.96 493.758,1182.36C486.23,1191.48 473.525,1198.64 468.137,1201.42ZM635.072,1168.67L635.072,1125.69L615.387,1125.69L615.387,1099.4L635.072,1099.4L635.072,1060.03L671.593,1060.03L671.593,1099.4L694.515,1099.4L694.515,1125.69L671.593,1125.69L671.593,1187.53C666.864,1183.29 661.511,1177.8 656.014,1173.87C650.945,1170.24 645.672,1167.93 640.615,1167.89C638.612,1167.87 636.779,1168.16 635.072,1168.67Z"/>
</g>
<g transform="matrix(1,0,0,1,1021.23,-276.056)">
<path d="M1060.6,796.011C1060.6,796.011 1121.58,767.498 1153.94,728.309C1174.08,703.92 1195.57,691.232 1213.26,690.571C1248.25,689.264 1260.09,719.067 1280.51,719.239C1305.48,719.449 1362.01,628.372 1408,628.401C1457.55,628.432 1499.49,714.934 1532.06,714.855C1554.06,714.801 1566.71,690.149 1592.78,690.362C1623.28,690.612 1655.6,728.679 1681.12,750.572C1706.79,772.59 1759.3,794.629 1759.3,794.629L1759.3,1022.22C1759.3,1022.22 1508.51,1021.81 1408,1022.11C1322.4,1022.36 1060.6,1022.11 1060.6,1022.11L1060.6,796.011ZM1140.6,876.542C1140.85,889.774 1373.7,892.076 1374.18,896.918C1374.71,902.124 1225.13,901.399 1225.18,910.918C1225.23,918.616 1369.54,916.918 1369.49,920.953C1369.42,926.322 1262.94,935.57 1263,940.838C1263.06,945.753 1407.75,948.326 1408,953.498C1408.25,958.598 1351.88,961.809 1351.88,967.184C1351.88,971.163 1376.67,974.845 1434.09,975.485C1467.46,975.858 1498.52,969.976 1498.4,965.715C1498.24,960.309 1450.52,957.148 1450.39,953.801C1450.26,950.474 1559.01,945.464 1559.18,938.918C1559.33,933.389 1441.29,925.42 1441.18,921.918C1441.1,919.135 1595.06,916.708 1595.18,910.918C1595.27,906.749 1442.14,900.56 1442.18,896.918C1442.22,893.844 1679.44,883.634 1679.3,877.164C1679.23,874.032 1546.47,875.094 1407.25,874.619C1277.44,874.175 1140.51,871.914 1140.6,876.542ZM1228,801C1228,801 1261.95,796.826 1291.04,778C1320.74,758.782 1348.48,738.032 1356,738C1368.59,737.947 1375.68,756.606 1388,756C1405.89,755.12 1427.12,721.952 1445,721C1459.65,720.22 1472.15,734.288 1486.48,739.389C1502.25,745.005 1513,742 1513,742C1513,742 1502.71,735.888 1488.3,722C1480.04,714.03 1462.79,694.431 1453.6,684.554C1440.88,670.897 1430.37,655.951 1408,656C1384.43,656.052 1361.05,685.271 1341,707C1338.48,709.73 1318.73,730.559 1291.67,754.493C1264.11,778.869 1228,801 1228,801ZM1112,796C1112,796 1122.26,794.812 1140.97,786.428C1170.11,773.372 1187.9,758.945 1195,759C1207.59,759.097 1216.15,767.899 1226.48,768C1243.22,768.164 1263,745 1263,745C1263,745 1256.58,738.909 1246.07,731.51C1236.07,724.469 1225.75,717.4 1217,718C1207.45,718.654 1195.73,725.566 1168.67,749.5C1141.11,773.876 1112,796 1112,796ZM1423,821C1423,821 1469.52,817.475 1496,805C1523.7,791.95 1550.46,771.065 1566,771C1578.59,770.947 1586.67,783.833 1602,784C1610.89,784.097 1619.11,778.367 1628,778C1637.51,777.607 1653.52,787.207 1666.55,794.413C1686.97,805.71 1713,804 1713,804C1713,804 1683.76,785.697 1656.6,760.554C1628.88,734.897 1606.37,717.951 1593,718C1569.43,718.087 1554.05,740.271 1532,758C1525.98,762.843 1510.85,780.381 1479.45,796.692C1448.74,812.645 1423,821 1423,821Z"/>
<path d="M1060.6,796.011C1060.6,796.011 1121.58,767.498 1153.94,728.309C1174.08,703.92 1195.57,691.232 1213.26,690.571C1248.25,689.264 1260.09,719.067 1280.51,719.239C1305.48,719.449 1362.01,628.372 1408,628.401C1457.55,628.432 1499.49,714.934 1532.06,714.855C1554.06,714.801 1566.71,690.149 1592.78,690.362C1623.28,690.612 1655.6,728.679 1681.12,750.572C1706.79,772.59 1759.3,794.629 1759.3,794.629L1759.3,1022.22C1759.3,1022.22 1508.51,1021.81 1408,1022.11C1322.4,1022.36 1060.6,1022.11 1060.6,1022.11L1060.6,796.011ZM1707.26,922.042L1704.4,924.153L1683.01,931.528C1675.23,932.946 1659.73,934.488 1640.22,936.063L1631.74,949.047L1620.02,958.084L1604.99,963.578L1603.04,967.81L1602.25,968.684C1641.69,968.713 1678.94,968.756 1707.26,968.792L1707.26,922.042ZM1112,796C1112,796 1122.26,794.812 1140.97,786.428C1170.11,773.372 1187.9,758.945 1195,759C1207.59,759.097 1216.15,767.899 1226.48,768C1243.22,768.164 1263,745 1263,745C1263,745 1256.58,738.909 1246.07,731.51C1236.07,724.469 1225.75,717.4 1217,718C1207.45,718.654 1195.73,725.566 1168.67,749.5C1141.11,773.876 1112,796 1112,796ZM1219.85,968.856L1217,964.805C1216.55,964.708 1216.13,964.61 1215.75,964.512L1198.5,957.183L1183.01,942.39L1180.7,937.848C1157.8,935.772 1139.55,933.495 1131.52,931.114L1112.64,922.326L1112.64,968.798C1141.62,968.819 1179.87,968.843 1219.85,968.856ZM1423,821C1423,821 1469.52,817.475 1496,805C1523.7,791.95 1550.46,771.065 1566,771C1578.59,770.947 1586.67,783.833 1602,784C1610.89,784.097 1619.11,778.367 1628,778C1637.51,777.607 1653.52,787.207 1666.55,794.413C1686.97,805.71 1713,804 1713,804C1713,804 1683.76,785.697 1656.6,760.554C1628.88,734.897 1606.37,717.951 1593,718C1569.43,718.087 1554.05,740.271 1532,758C1525.98,762.843 1510.85,780.381 1479.45,796.692C1448.74,812.645 1423,821 1423,821ZM1140.6,876.542C1140.85,889.774 1373.7,892.076 1374.18,896.918C1374.71,902.124 1225.13,901.399 1225.18,910.918C1225.23,918.616 1369.54,916.918 1369.49,920.953C1369.42,926.322 1262.94,935.57 1263,940.838C1263.06,945.753 1407.75,948.326 1408,953.498C1408.25,958.598 1351.88,961.809 1351.88,967.184C1351.88,971.163 1376.67,974.845 1434.09,975.485C1467.46,975.858 1498.52,969.976 1498.4,965.715C1498.24,960.309 1450.52,957.148 1450.39,953.801C1450.26,950.474 1559.01,945.464 1559.18,938.918C1559.33,933.389 1441.29,925.42 1441.18,921.918C1441.1,919.135 1595.06,916.708 1595.18,910.918C1595.27,906.749 1442.14,900.56 1442.18,896.918C1442.22,893.844 1679.44,883.634 1679.3,877.164C1679.23,874.032 1546.47,875.094 1407.25,874.619C1277.44,874.175 1140.51,871.914 1140.6,876.542ZM1370.95,821.11C1370.94,816.454 1371.53,811.88 1372.65,807.487L1360,803.129C1358.36,802.353 1356.44,801.211 1354.42,799.871C1344.81,806.184 1332.77,814.073 1322.31,820.858C1338.25,820.942 1354.55,821.031 1370.95,821.11ZM1228,801C1228,801 1261.95,796.826 1291.04,778C1320.74,758.782 1348.48,738.032 1356,738C1368.59,737.947 1375.68,756.606 1388,756C1405.89,755.12 1427.12,721.952 1445,721C1459.65,720.22 1472.15,734.288 1486.48,739.389C1502.25,745.005 1513,742 1513,742C1513,742 1502.71,735.888 1488.3,722C1480.04,714.03 1462.79,694.431 1453.6,684.554C1440.88,670.897 1430.37,655.951 1408,656C1384.43,656.052 1361.05,685.271 1341,707C1338.48,709.73 1318.73,730.559 1291.67,754.493C1264.11,778.869 1228,801 1228,801Z"/>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.8 KiB

+17
View File
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 351 350" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,-107.54,-572.926)">
<g transform="matrix(0.661785,0,0,0.661785,6.87379,259.749)">
<g transform="matrix(0.754972,0,9.0204e-17,0.736325,-1419.47,452.68)">
<g transform="matrix(3.08641,0,0,3.08641,637.787,-3208.78)">
<path d="M468.137,1201.42L468.137,1049.02L504.917,1049.02L504.917,1116.5C510.27,1108.29 516.465,1102.57 523.501,1099.34C530.538,1096.1 537.941,1094.48 545.712,1094.48C554.432,1094.48 562.353,1095.99 569.476,1099.01C576.599,1102.03 582.449,1106.65 587.024,1112.87C590.91,1118.14 593.284,1123.55 594.147,1129.12C594.934,1134.19 595.362,1142.19 595.432,1153.1C594.66,1152.55 593.882,1152.05 593.099,1151.58C589.111,1149.2 584.955,1147.82 580.7,1147.81C576.74,1147.81 572.548,1149.23 568.37,1151.73C564.828,1153.86 561.238,1156.8 557.756,1160L557.756,1153.4C557.756,1145.81 556.461,1139.68 553.871,1135.02C550.503,1128.45 544.114,1125.17 534.704,1125.17C524.947,1125.17 517.544,1128.43 512.493,1134.95C507.442,1141.47 504.917,1150.77 504.917,1162.86L504.917,1172.28C501.193,1174.63 497.39,1177.96 493.758,1182.36C486.23,1191.48 473.525,1198.64 468.137,1201.42ZM635.072,1168.67L635.072,1125.69L615.387,1125.69L615.387,1099.4L635.072,1099.4L635.072,1060.03L671.593,1060.03L671.593,1099.4L694.515,1099.4L694.515,1125.69L671.593,1125.69L671.593,1187.53C666.864,1183.29 661.511,1177.8 656.014,1173.87C650.945,1170.24 645.672,1167.93 640.615,1167.89C638.612,1167.87 636.779,1168.16 635.072,1168.67Z" style="fill:rgb(0,118,160);stroke:rgb(0,118,160);stroke-width:0.66px;"/>
</g>
<g transform="matrix(1,0,0,1,1021.23,-276.056)">
<path d="M1060.6,796.011C1060.6,796.011 1121.58,767.498 1153.94,728.309C1174.08,703.92 1195.57,691.232 1213.26,690.571C1248.25,689.264 1260.09,719.067 1280.51,719.239C1305.48,719.449 1362.01,628.372 1408,628.401C1457.55,628.432 1499.49,714.934 1532.06,714.855C1554.06,714.801 1566.71,690.149 1592.78,690.362C1623.28,690.612 1655.6,728.679 1681.12,750.572C1706.79,772.59 1759.3,794.629 1759.3,794.629L1759.3,1022.22C1759.3,1022.22 1508.51,1021.81 1408,1022.11C1322.4,1022.36 1060.6,1022.11 1060.6,1022.11L1060.6,796.011ZM1140.6,876.542C1140.85,889.774 1373.7,892.076 1374.18,896.918C1374.71,902.124 1225.13,901.399 1225.18,910.918C1225.23,918.616 1369.54,916.918 1369.49,920.953C1369.42,926.322 1262.94,935.57 1263,940.838C1263.06,945.753 1407.75,948.326 1408,953.498C1408.25,958.598 1351.88,961.809 1351.88,967.184C1351.88,971.163 1376.67,974.845 1434.09,975.485C1467.46,975.858 1498.52,969.976 1498.4,965.715C1498.24,960.309 1450.52,957.148 1450.39,953.801C1450.26,950.474 1559.01,945.464 1559.18,938.918C1559.33,933.389 1441.29,925.42 1441.18,921.918C1441.1,919.135 1595.06,916.708 1595.18,910.918C1595.27,906.749 1442.14,900.56 1442.18,896.918C1442.22,893.844 1679.44,883.634 1679.3,877.164C1679.23,874.032 1546.47,875.094 1407.25,874.619C1277.44,874.175 1140.51,871.914 1140.6,876.542ZM1228,801C1228,801 1261.95,796.826 1291.04,778C1320.74,758.782 1348.48,738.032 1356,738C1368.59,737.947 1375.68,756.606 1388,756C1405.89,755.12 1427.12,721.952 1445,721C1459.65,720.22 1472.15,734.288 1486.48,739.389C1502.25,745.005 1513,742 1513,742C1513,742 1502.71,735.888 1488.3,722C1480.04,714.03 1462.79,694.431 1453.6,684.554C1440.88,670.897 1430.37,655.951 1408,656C1384.43,656.052 1361.05,685.271 1341,707C1338.48,709.73 1318.73,730.559 1291.67,754.493C1264.11,778.869 1228,801 1228,801ZM1112,796C1112,796 1122.26,794.812 1140.97,786.428C1170.11,773.372 1187.9,758.945 1195,759C1207.59,759.097 1216.15,767.899 1226.48,768C1243.22,768.164 1263,745 1263,745C1263,745 1256.58,738.909 1246.07,731.51C1236.07,724.469 1225.75,717.4 1217,718C1207.45,718.654 1195.73,725.566 1168.67,749.5C1141.11,773.876 1112,796 1112,796ZM1423,821C1423,821 1469.52,817.475 1496,805C1523.7,791.95 1550.46,771.065 1566,771C1578.59,770.947 1586.67,783.833 1602,784C1610.89,784.097 1619.11,778.367 1628,778C1637.51,777.607 1653.52,787.207 1666.55,794.413C1686.97,805.71 1713,804 1713,804C1713,804 1683.76,785.697 1656.6,760.554C1628.88,734.897 1606.37,717.951 1593,718C1569.43,718.087 1554.05,740.271 1532,758C1525.98,762.843 1510.85,780.381 1479.45,796.692C1448.74,812.645 1423,821 1423,821Z" style="fill:rgb(0,118,160);"/>
<path d="M1060.6,796.011C1060.6,796.011 1121.58,767.498 1153.94,728.309C1174.08,703.92 1195.57,691.232 1213.26,690.571C1248.25,689.264 1260.09,719.067 1280.51,719.239C1305.48,719.449 1362.01,628.372 1408,628.401C1457.55,628.432 1499.49,714.934 1532.06,714.855C1554.06,714.801 1566.71,690.149 1592.78,690.362C1623.28,690.612 1655.6,728.679 1681.12,750.572C1706.79,772.59 1759.3,794.629 1759.3,794.629L1759.3,1022.22C1759.3,1022.22 1508.51,1021.81 1408,1022.11C1322.4,1022.36 1060.6,1022.11 1060.6,1022.11L1060.6,796.011ZM1112,796C1112,796 1122.26,794.812 1140.97,786.428C1170.11,773.372 1187.9,758.945 1195,759C1207.59,759.097 1216.15,767.899 1226.48,768C1243.22,768.164 1263,745 1263,745C1263,745 1256.58,738.909 1246.07,731.51C1236.07,724.469 1225.75,717.4 1217,718C1207.45,718.654 1195.73,725.566 1168.67,749.5C1141.11,773.876 1112,796 1112,796ZM1140.6,876.542C1140.85,889.774 1373.7,892.076 1374.18,896.918C1374.71,902.124 1225.13,901.399 1225.18,910.918C1225.23,918.616 1369.54,916.918 1369.49,920.953C1369.42,926.322 1262.94,935.57 1263,940.838C1263.06,945.753 1407.75,948.326 1408,953.498C1408.25,958.598 1351.88,961.809 1351.88,967.184C1351.88,971.163 1376.67,974.845 1434.09,975.485C1467.46,975.858 1498.52,969.976 1498.4,965.715C1498.24,960.309 1450.52,957.148 1450.39,953.801C1450.26,950.474 1559.01,945.464 1559.18,938.918C1559.33,933.389 1441.29,925.42 1441.18,921.918C1441.1,919.135 1595.06,916.708 1595.18,910.918C1595.27,906.749 1442.14,900.56 1442.18,896.918C1442.22,893.844 1679.44,883.634 1679.3,877.164C1679.23,874.032 1546.47,875.094 1407.25,874.619C1277.44,874.175 1140.51,871.914 1140.6,876.542ZM1707.26,922.042L1704.4,924.153L1683.01,931.528C1675.23,932.946 1659.73,934.488 1640.22,936.063L1631.74,949.047L1620.02,958.084L1604.99,963.578L1603.04,967.81L1602.25,968.684C1641.69,968.713 1678.94,968.756 1707.26,968.792L1707.26,922.042ZM1370.95,821.11C1370.94,816.454 1371.53,811.88 1372.65,807.487L1360,803.129C1358.36,802.353 1356.44,801.211 1354.42,799.871C1344.81,806.184 1332.77,814.073 1322.31,820.858C1338.25,820.942 1354.55,821.031 1370.95,821.11ZM1228,801C1228,801 1261.95,796.826 1291.04,778C1320.74,758.782 1348.48,738.032 1356,738C1368.59,737.947 1375.68,756.606 1388,756C1405.89,755.12 1427.12,721.952 1445,721C1459.65,720.22 1472.15,734.288 1486.48,739.389C1502.25,745.005 1513,742 1513,742C1513,742 1502.71,735.888 1488.3,722C1480.04,714.03 1462.79,694.431 1453.6,684.554C1440.88,670.897 1430.37,655.951 1408,656C1384.43,656.052 1361.05,685.271 1341,707C1338.48,709.73 1318.73,730.559 1291.67,754.493C1264.11,778.869 1228,801 1228,801ZM1423,821C1423,821 1469.52,817.475 1496,805C1523.7,791.95 1550.46,771.065 1566,771C1578.59,770.947 1586.67,783.833 1602,784C1610.89,784.097 1619.11,778.367 1628,778C1637.51,777.607 1653.52,787.207 1666.55,794.413C1686.97,805.71 1713,804 1713,804C1713,804 1683.76,785.697 1656.6,760.554C1628.88,734.897 1606.37,717.951 1593,718C1569.43,718.087 1554.05,740.271 1532,758C1525.98,762.843 1510.85,780.381 1479.45,796.692C1448.74,812.645 1423,821 1423,821ZM1219.85,968.856L1217,964.805C1216.55,964.708 1216.13,964.61 1215.75,964.512L1198.5,957.183L1183.01,942.39L1180.7,937.848C1157.8,935.772 1139.55,933.495 1131.52,931.114L1112.64,922.326L1112.64,968.798C1141.62,968.819 1179.87,968.843 1219.85,968.856Z" style="fill:rgb(0,118,160);"/>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.9 KiB

+17
View File
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 351 351" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,0.000300707,0.00787262)">
<g transform="matrix(0.661785,0,0,0.661785,-100.666,-313.177)">
<g transform="matrix(0.754972,0,9.0204e-17,0.736325,-1419.47,452.68)">
<g transform="matrix(3.08641,0,0,3.08641,637.787,-3208.78)">
<path d="M468.137,1201.42L468.137,1049.02L504.917,1049.02L504.917,1116.5C510.27,1108.29 516.465,1102.57 523.501,1099.34C530.538,1096.1 537.941,1094.48 545.712,1094.48C554.432,1094.48 562.353,1095.99 569.476,1099.01C576.599,1102.03 582.449,1106.65 587.024,1112.87C590.91,1118.14 593.284,1123.55 594.147,1129.12C594.934,1134.19 595.362,1142.19 595.432,1153.1C594.66,1152.55 593.882,1152.05 593.099,1151.58C589.111,1149.2 584.955,1147.82 580.7,1147.81C576.74,1147.81 572.548,1149.23 568.37,1151.73C564.828,1153.86 561.238,1156.8 557.756,1160L557.756,1153.4C557.756,1145.81 556.461,1139.68 553.871,1135.02C550.503,1128.45 544.114,1125.17 534.704,1125.17C524.947,1125.17 517.544,1128.43 512.493,1134.95C507.442,1141.47 504.917,1150.77 504.917,1162.86L504.917,1172.28C501.193,1174.63 497.39,1177.96 493.758,1182.36C486.23,1191.48 473.525,1198.64 468.137,1201.42ZM635.072,1168.67L635.072,1125.69L615.387,1125.69L615.387,1099.4L635.072,1099.4L635.072,1060.03L671.593,1060.03L671.593,1099.4L694.515,1099.4L694.515,1125.69L671.593,1125.69L671.593,1187.53C666.864,1183.29 661.511,1177.8 656.014,1173.87C650.945,1170.24 645.672,1167.93 640.615,1167.89C638.612,1167.87 636.779,1168.16 635.072,1168.67Z" style="fill:white;stroke:rgb(0,110,255);stroke-width:0.66px;"/>
</g>
<g transform="matrix(1,0,0,1,1021.23,-276.056)">
<path d="M1060.6,796.011C1060.6,796.011 1121.58,767.498 1153.94,728.309C1174.08,703.92 1195.57,691.232 1213.26,690.571C1248.25,689.264 1260.09,719.067 1280.51,719.239C1305.48,719.449 1362.01,628.372 1408,628.401C1457.55,628.432 1499.49,714.934 1532.06,714.855C1554.06,714.801 1566.71,690.149 1592.78,690.362C1623.28,690.612 1655.6,728.679 1681.12,750.572C1706.79,772.59 1759.3,794.629 1759.3,794.629L1759.3,1022.22C1759.3,1022.22 1508.51,1021.81 1408,1022.11C1322.4,1022.36 1060.6,1022.11 1060.6,1022.11L1060.6,796.011ZM1140.6,876.542C1140.85,889.774 1373.7,892.076 1374.18,896.918C1374.71,902.124 1225.13,901.399 1225.18,910.918C1225.23,918.616 1369.54,916.918 1369.49,920.953C1369.42,926.322 1262.94,935.57 1263,940.838C1263.06,945.753 1407.75,948.326 1408,953.498C1408.25,958.598 1351.88,961.809 1351.88,967.184C1351.88,971.163 1376.67,974.845 1434.09,975.485C1467.46,975.858 1498.52,969.976 1498.4,965.715C1498.24,960.309 1450.52,957.148 1450.39,953.801C1450.26,950.474 1559.01,945.464 1559.18,938.918C1559.33,933.389 1441.29,925.42 1441.18,921.918C1441.1,919.135 1595.06,916.708 1595.18,910.918C1595.27,906.749 1442.14,900.56 1442.18,896.918C1442.22,893.844 1679.44,883.634 1679.3,877.164C1679.23,874.032 1546.47,875.094 1407.25,874.619C1277.44,874.175 1140.51,871.914 1140.6,876.542ZM1228,801C1228,801 1261.95,796.826 1291.04,778C1320.74,758.782 1348.48,738.032 1356,738C1368.59,737.947 1375.68,756.606 1388,756C1405.89,755.12 1427.12,721.952 1445,721C1459.65,720.22 1472.15,734.288 1486.48,739.389C1502.25,745.005 1513,742 1513,742C1513,742 1502.71,735.888 1488.3,722C1480.04,714.03 1462.79,694.431 1453.6,684.554C1440.88,670.897 1430.37,655.951 1408,656C1384.43,656.052 1361.05,685.271 1341,707C1338.48,709.73 1318.73,730.559 1291.67,754.493C1264.11,778.869 1228,801 1228,801ZM1112,796C1112,796 1122.26,794.812 1140.97,786.428C1170.11,773.372 1187.9,758.945 1195,759C1207.59,759.097 1216.15,767.899 1226.48,768C1243.22,768.164 1263,745 1263,745C1263,745 1256.58,738.909 1246.07,731.51C1236.07,724.469 1225.75,717.4 1217,718C1207.45,718.654 1195.73,725.566 1168.67,749.5C1141.11,773.876 1112,796 1112,796ZM1423,821C1423,821 1469.52,817.475 1496,805C1523.7,791.95 1550.46,771.065 1566,771C1578.59,770.947 1586.67,783.833 1602,784C1610.89,784.097 1619.11,778.367 1628,778C1637.51,777.607 1653.52,787.207 1666.55,794.413C1686.97,805.71 1713,804 1713,804C1713,804 1683.76,785.697 1656.6,760.554C1628.88,734.897 1606.37,717.951 1593,718C1569.43,718.087 1554.05,740.271 1532,758C1525.98,762.843 1510.85,780.381 1479.45,796.692C1448.74,812.645 1423,821 1423,821Z" style="fill:white;"/>
<path d="M1060.6,796.011C1060.6,796.011 1121.58,767.498 1153.94,728.309C1174.08,703.92 1195.57,691.232 1213.26,690.571C1248.25,689.264 1260.09,719.067 1280.51,719.239C1305.48,719.449 1362.01,628.372 1408,628.401C1457.55,628.432 1499.49,714.934 1532.06,714.855C1554.06,714.801 1566.71,690.149 1592.78,690.362C1623.28,690.612 1655.6,728.679 1681.12,750.572C1706.79,772.59 1759.3,794.629 1759.3,794.629L1759.3,1022.22C1759.3,1022.22 1508.51,1021.81 1408,1022.11C1322.4,1022.36 1060.6,1022.11 1060.6,1022.11L1060.6,796.011ZM1370.95,821.11C1370.94,816.454 1371.53,811.88 1372.65,807.487L1360,803.129C1358.36,802.353 1356.44,801.211 1354.42,799.871C1344.81,806.184 1332.77,814.073 1322.31,820.858C1338.25,820.942 1354.55,821.031 1370.95,821.11ZM1219.85,968.856L1217,964.805C1216.55,964.708 1216.13,964.61 1215.75,964.512L1198.5,957.183L1183.01,942.39L1180.7,937.848C1157.8,935.772 1139.55,933.495 1131.52,931.114L1112.64,922.326L1112.64,968.798C1141.62,968.819 1179.87,968.843 1219.85,968.856ZM1707.26,922.042L1704.4,924.153L1683.01,931.528C1675.23,932.946 1659.73,934.488 1640.22,936.063L1631.74,949.047L1620.02,958.084L1604.99,963.578L1603.04,967.81L1602.25,968.684C1641.69,968.713 1678.94,968.756 1707.26,968.792L1707.26,922.042ZM1112,796C1112,796 1122.26,794.812 1140.97,786.428C1170.11,773.372 1187.9,758.945 1195,759C1207.59,759.097 1216.15,767.899 1226.48,768C1243.22,768.164 1263,745 1263,745C1263,745 1256.58,738.909 1246.07,731.51C1236.07,724.469 1225.75,717.4 1217,718C1207.45,718.654 1195.73,725.566 1168.67,749.5C1141.11,773.876 1112,796 1112,796ZM1228,801C1228,801 1261.95,796.826 1291.04,778C1320.74,758.782 1348.48,738.032 1356,738C1368.59,737.947 1375.68,756.606 1388,756C1405.89,755.12 1427.12,721.952 1445,721C1459.65,720.22 1472.15,734.288 1486.48,739.389C1502.25,745.005 1513,742 1513,742C1513,742 1502.71,735.888 1488.3,722C1480.04,714.03 1462.79,694.431 1453.6,684.554C1440.88,670.897 1430.37,655.951 1408,656C1384.43,656.052 1361.05,685.271 1341,707C1338.48,709.73 1318.73,730.559 1291.67,754.493C1264.11,778.869 1228,801 1228,801ZM1140.6,876.542C1140.85,889.774 1373.7,892.076 1374.18,896.918C1374.71,902.124 1225.13,901.399 1225.18,910.918C1225.23,918.616 1369.54,916.918 1369.49,920.953C1369.42,926.322 1262.94,935.57 1263,940.838C1263.06,945.753 1407.75,948.326 1408,953.498C1408.25,958.598 1351.88,961.809 1351.88,967.184C1351.88,971.163 1376.67,974.845 1434.09,975.485C1467.46,975.858 1498.52,969.976 1498.4,965.715C1498.24,960.309 1450.52,957.148 1450.39,953.801C1450.26,950.474 1559.01,945.464 1559.18,938.918C1559.33,933.389 1441.29,925.42 1441.18,921.918C1441.1,919.135 1595.06,916.708 1595.18,910.918C1595.27,906.749 1442.14,900.56 1442.18,896.918C1442.22,893.844 1679.44,883.634 1679.3,877.164C1679.23,874.032 1546.47,875.094 1407.25,874.619C1277.44,874.175 1140.51,871.914 1140.6,876.542ZM1423,821C1423,821 1469.52,817.475 1496,805C1523.7,791.95 1550.46,771.065 1566,771C1578.59,770.947 1586.67,783.833 1602,784C1610.89,784.097 1619.11,778.367 1628,778C1637.51,777.607 1653.52,787.207 1666.55,794.413C1686.97,805.71 1713,804 1713,804C1713,804 1683.76,785.697 1656.6,760.554C1628.88,734.897 1606.37,717.951 1593,718C1569.43,718.087 1554.05,740.271 1532,758C1525.98,762.843 1510.85,780.381 1479.45,796.692C1448.74,812.645 1423,821 1423,821Z" style="fill:white;"/>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.9 KiB

+76
View File
@@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 1661 392" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,-107.54,-1084.93)">
<g transform="matrix(0.661785,0,0,0.661785,6.87379,771.749)">
<g transform="matrix(1.29837,0,0,1.29837,-894.893,221.353)">
<g transform="matrix(233.753,0,0,233.753,1308.09,362.817)">
<path d="M0.054,-0.714L0.054,-0L0.196,-0L0.196,-0.271C0.196,-0.324 0.205,-0.362 0.222,-0.385C0.239,-0.407 0.267,-0.419 0.306,-0.419C0.34,-0.419 0.364,-0.409 0.377,-0.388C0.39,-0.367 0.397,-0.335 0.397,-0.292L0.397,-0L0.539,-0L0.539,-0.318C0.539,-0.35 0.536,-0.379 0.531,-0.406C0.525,-0.432 0.515,-0.454 0.501,-0.473C0.487,-0.491 0.468,-0.505 0.444,-0.516C0.419,-0.526 0.388,-0.531 0.35,-0.531C0.323,-0.531 0.296,-0.524 0.268,-0.511C0.24,-0.497 0.217,-0.475 0.199,-0.445L0.196,-0.445L0.196,-0.714L0.054,-0.714Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1446.71,362.817)">
<path d="M0.048,-0.358C0.05,-0.391 0.058,-0.419 0.073,-0.441C0.088,-0.463 0.106,-0.481 0.129,-0.494C0.152,-0.507 0.177,-0.517 0.206,-0.523C0.234,-0.528 0.262,-0.531 0.291,-0.531C0.317,-0.531 0.343,-0.529 0.37,-0.526C0.397,-0.522 0.421,-0.515 0.443,-0.504C0.465,-0.493 0.483,-0.478 0.497,-0.46C0.511,-0.44 0.518,-0.415 0.518,-0.384L0.518,-0.115C0.518,-0.092 0.519,-0.069 0.522,-0.048C0.525,-0.027 0.529,-0.011 0.536,-0L0.392,-0C0.389,-0.008 0.387,-0.016 0.386,-0.025C0.384,-0.033 0.383,-0.041 0.382,-0.05C0.359,-0.027 0.333,-0.01 0.302,-0.001C0.271,0.008 0.24,0.013 0.208,0.013C0.183,0.013 0.16,0.01 0.139,0.004C0.118,-0.002 0.099,-0.011 0.083,-0.024C0.067,-0.037 0.055,-0.053 0.046,-0.072C0.037,-0.091 0.032,-0.114 0.032,-0.141C0.032,-0.17 0.037,-0.195 0.048,-0.214C0.058,-0.233 0.071,-0.248 0.088,-0.259C0.104,-0.27 0.123,-0.279 0.144,-0.285C0.165,-0.29 0.186,-0.295 0.207,-0.298C0.228,-0.301 0.249,-0.304 0.27,-0.306C0.291,-0.308 0.309,-0.311 0.325,-0.315C0.341,-0.319 0.354,-0.325 0.363,-0.333C0.372,-0.34 0.377,-0.351 0.376,-0.366C0.376,-0.381 0.374,-0.394 0.369,-0.403C0.364,-0.412 0.357,-0.419 0.349,-0.424C0.34,-0.428 0.331,-0.432 0.32,-0.434C0.309,-0.435 0.297,-0.436 0.284,-0.436C0.256,-0.436 0.234,-0.43 0.218,-0.418C0.202,-0.406 0.193,-0.386 0.19,-0.358L0.048,-0.358ZM0.376,-0.253C0.37,-0.248 0.363,-0.243 0.354,-0.241C0.345,-0.238 0.335,-0.235 0.325,-0.233C0.314,-0.231 0.303,-0.229 0.292,-0.228C0.281,-0.227 0.269,-0.225 0.258,-0.223C0.247,-0.221 0.237,-0.218 0.227,-0.215C0.216,-0.212 0.207,-0.207 0.2,-0.202C0.192,-0.196 0.186,-0.189 0.181,-0.18C0.176,-0.171 0.174,-0.16 0.174,-0.147C0.174,-0.134 0.176,-0.124 0.181,-0.115C0.186,-0.106 0.192,-0.099 0.2,-0.095C0.208,-0.09 0.217,-0.086 0.228,-0.084C0.239,-0.082 0.25,-0.081 0.261,-0.081C0.289,-0.081 0.311,-0.086 0.326,-0.095C0.341,-0.104 0.353,-0.116 0.36,-0.129C0.367,-0.141 0.372,-0.155 0.374,-0.168C0.375,-0.181 0.376,-0.192 0.376,-0.2L0.376,-0.253Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1580.88,362.817)">
<path d="M0.421,-0.26C0.421,-0.239 0.419,-0.218 0.415,-0.198C0.411,-0.178 0.404,-0.16 0.395,-0.145C0.386,-0.129 0.373,-0.116 0.358,-0.107C0.342,-0.098 0.322,-0.093 0.299,-0.093C0.277,-0.093 0.258,-0.098 0.243,-0.108C0.227,-0.117 0.214,-0.13 0.204,-0.146C0.193,-0.161 0.186,-0.179 0.181,-0.199C0.176,-0.219 0.174,-0.239 0.174,-0.259C0.174,-0.28 0.176,-0.301 0.181,-0.321C0.185,-0.34 0.192,-0.358 0.202,-0.373C0.211,-0.388 0.224,-0.401 0.24,-0.41C0.256,-0.419 0.276,-0.424 0.299,-0.424C0.322,-0.424 0.342,-0.419 0.357,-0.41C0.372,-0.401 0.385,-0.389 0.395,-0.374C0.404,-0.359 0.411,-0.341 0.415,-0.322C0.419,-0.302 0.421,-0.281 0.421,-0.26ZM0.423,-0.066L0.423,-0L0.558,-0L0.558,-0.714L0.416,-0.714L0.416,-0.454L0.414,-0.454C0.398,-0.479 0.376,-0.499 0.349,-0.512C0.321,-0.525 0.292,-0.531 0.261,-0.531C0.223,-0.531 0.19,-0.524 0.161,-0.509C0.132,-0.494 0.109,-0.474 0.09,-0.449C0.07,-0.424 0.056,-0.396 0.047,-0.364C0.037,-0.331 0.032,-0.298 0.032,-0.263C0.032,-0.227 0.037,-0.192 0.047,-0.159C0.056,-0.126 0.07,-0.096 0.09,-0.071C0.109,-0.045 0.133,-0.024 0.162,-0.01C0.191,0.006 0.225,0.013 0.264,0.013C0.298,0.013 0.329,0.007 0.356,-0.006C0.383,-0.018 0.404,-0.038 0.421,-0.066L0.423,-0.066Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1723.71,362.817)">
<rect x="0.058" y="-0.714" width="0.142" height="0.714" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1784.01,362.817)">
<path d="M0.18,-0.258C0.18,-0.279 0.182,-0.299 0.186,-0.319C0.19,-0.339 0.197,-0.357 0.207,-0.372C0.216,-0.387 0.229,-0.4 0.245,-0.41C0.261,-0.419 0.281,-0.424 0.305,-0.424C0.329,-0.424 0.349,-0.419 0.366,-0.41C0.382,-0.4 0.395,-0.387 0.405,-0.372C0.414,-0.357 0.421,-0.339 0.425,-0.319C0.429,-0.299 0.431,-0.279 0.431,-0.258C0.431,-0.237 0.429,-0.217 0.425,-0.198C0.421,-0.178 0.414,-0.16 0.405,-0.145C0.395,-0.129 0.382,-0.116 0.366,-0.107C0.349,-0.098 0.329,-0.093 0.305,-0.093C0.281,-0.093 0.261,-0.098 0.245,-0.107C0.229,-0.116 0.216,-0.129 0.207,-0.145C0.197,-0.16 0.19,-0.178 0.186,-0.198C0.182,-0.217 0.18,-0.237 0.18,-0.258ZM0.038,-0.258C0.038,-0.217 0.044,-0.179 0.057,-0.146C0.07,-0.113 0.088,-0.084 0.111,-0.061C0.134,-0.037 0.162,-0.019 0.195,-0.006C0.228,0.007 0.264,0.013 0.305,0.013C0.346,0.013 0.383,0.007 0.416,-0.006C0.449,-0.019 0.477,-0.037 0.5,-0.061C0.523,-0.084 0.541,-0.113 0.554,-0.146C0.567,-0.179 0.573,-0.217 0.573,-0.258C0.573,-0.299 0.567,-0.337 0.554,-0.371C0.541,-0.404 0.523,-0.433 0.5,-0.457C0.477,-0.48 0.449,-0.499 0.416,-0.512C0.383,-0.525 0.346,-0.531 0.305,-0.531C0.264,-0.531 0.228,-0.525 0.195,-0.512C0.162,-0.499 0.134,-0.48 0.111,-0.457C0.088,-0.433 0.07,-0.404 0.057,-0.371C0.044,-0.337 0.038,-0.299 0.038,-0.258Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1926.84,362.817)">
<path d="M0.406,-0.335L0.545,-0.335C0.543,-0.368 0.535,-0.397 0.521,-0.422C0.507,-0.446 0.489,-0.466 0.467,-0.483C0.444,-0.499 0.419,-0.511 0.391,-0.519C0.362,-0.527 0.333,-0.531 0.302,-0.531C0.26,-0.531 0.223,-0.524 0.19,-0.51C0.157,-0.496 0.13,-0.476 0.107,-0.452C0.084,-0.427 0.067,-0.397 0.056,-0.363C0.044,-0.328 0.038,-0.291 0.038,-0.251C0.038,-0.212 0.044,-0.177 0.057,-0.145C0.07,-0.112 0.087,-0.084 0.11,-0.061C0.133,-0.038 0.16,-0.02 0.193,-0.007C0.225,0.007 0.26,0.013 0.299,0.013C0.368,0.013 0.424,-0.005 0.468,-0.041C0.512,-0.077 0.539,-0.129 0.548,-0.198L0.411,-0.198C0.406,-0.166 0.395,-0.14 0.377,-0.122C0.358,-0.102 0.332,-0.093 0.298,-0.093C0.276,-0.093 0.257,-0.098 0.242,-0.108C0.227,-0.118 0.215,-0.131 0.206,-0.147C0.197,-0.162 0.19,-0.18 0.186,-0.199C0.182,-0.218 0.18,-0.237 0.18,-0.256C0.18,-0.275 0.182,-0.295 0.186,-0.315C0.19,-0.334 0.197,-0.352 0.207,-0.369C0.216,-0.385 0.229,-0.398 0.244,-0.409C0.259,-0.419 0.278,-0.424 0.301,-0.424C0.362,-0.424 0.397,-0.394 0.406,-0.335Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2061.01,362.817)">
<path d="M0.067,-0.714L0.067,-0L0.209,-0L0.209,-0.178L0.264,-0.231L0.406,-0L0.578,-0L0.361,-0.327L0.556,-0.517L0.388,-0.517L0.209,-0.331L0.209,-0.714L0.067,-0.714Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1308.09,603.349)">
<path d="M0.234,-0.517L0.234,-0.672L0.092,-0.672L0.092,-0.517L0.006,-0.517L0.006,-0.422L0.092,-0.422L0.092,-0.117C0.092,-0.091 0.096,-0.07 0.105,-0.054C0.114,-0.038 0.126,-0.026 0.141,-0.017C0.156,-0.008 0.173,-0.003 0.193,0.001C0.212,0.004 0.233,0.005 0.255,0.005C0.269,0.005 0.283,0.005 0.298,0.004C0.313,0.003 0.326,0.002 0.338,-0L0.338,-0.11C0.331,-0.109 0.324,-0.108 0.317,-0.107C0.31,-0.106 0.302,-0.106 0.294,-0.106C0.27,-0.106 0.254,-0.11 0.246,-0.118C0.238,-0.126 0.234,-0.142 0.234,-0.166L0.234,-0.422L0.338,-0.422L0.338,-0.517L0.234,-0.517Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1390.37,603.349)">
<path d="M0.402,-0.314L0.171,-0.314C0.172,-0.324 0.174,-0.335 0.178,-0.348C0.181,-0.361 0.188,-0.373 0.197,-0.384C0.206,-0.395 0.218,-0.405 0.233,-0.413C0.248,-0.42 0.266,-0.424 0.289,-0.424C0.324,-0.424 0.349,-0.415 0.367,-0.396C0.384,-0.377 0.395,-0.35 0.402,-0.314ZM0.171,-0.224L0.544,-0.224C0.547,-0.264 0.543,-0.302 0.534,-0.339C0.525,-0.376 0.509,-0.408 0.489,-0.437C0.468,-0.466 0.441,-0.489 0.408,-0.506C0.375,-0.523 0.337,-0.531 0.293,-0.531C0.254,-0.531 0.218,-0.524 0.186,-0.51C0.153,-0.496 0.125,-0.477 0.102,-0.453C0.079,-0.428 0.061,-0.399 0.048,-0.366C0.035,-0.333 0.029,-0.297 0.029,-0.258C0.029,-0.218 0.035,-0.181 0.048,-0.148C0.06,-0.115 0.077,-0.086 0.1,-0.062C0.123,-0.038 0.15,-0.02 0.183,-0.007C0.216,0.007 0.252,0.013 0.293,0.013C0.352,0.013 0.402,-0 0.443,-0.027C0.484,-0.054 0.515,-0.098 0.535,-0.16L0.41,-0.16C0.405,-0.144 0.393,-0.129 0.372,-0.115C0.351,-0.1 0.327,-0.093 0.298,-0.093C0.258,-0.093 0.227,-0.103 0.206,-0.124C0.185,-0.145 0.173,-0.178 0.171,-0.224Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1524.55,603.349)">
<path d="M0.406,-0.335L0.545,-0.335C0.543,-0.368 0.535,-0.397 0.521,-0.422C0.507,-0.446 0.489,-0.466 0.467,-0.483C0.444,-0.499 0.419,-0.511 0.391,-0.519C0.362,-0.527 0.333,-0.531 0.302,-0.531C0.26,-0.531 0.223,-0.524 0.19,-0.51C0.157,-0.496 0.13,-0.476 0.107,-0.452C0.084,-0.427 0.067,-0.397 0.056,-0.363C0.044,-0.328 0.038,-0.291 0.038,-0.251C0.038,-0.212 0.044,-0.177 0.057,-0.145C0.07,-0.112 0.087,-0.084 0.11,-0.061C0.133,-0.038 0.16,-0.02 0.193,-0.007C0.225,0.007 0.26,0.013 0.299,0.013C0.368,0.013 0.424,-0.005 0.468,-0.041C0.512,-0.077 0.539,-0.129 0.548,-0.198L0.411,-0.198C0.406,-0.166 0.395,-0.14 0.377,-0.122C0.358,-0.102 0.332,-0.093 0.298,-0.093C0.276,-0.093 0.257,-0.098 0.242,-0.108C0.227,-0.118 0.215,-0.131 0.206,-0.147C0.197,-0.162 0.19,-0.18 0.186,-0.199C0.182,-0.218 0.18,-0.237 0.18,-0.256C0.18,-0.275 0.182,-0.295 0.186,-0.315C0.19,-0.334 0.197,-0.352 0.207,-0.369C0.216,-0.385 0.229,-0.398 0.244,-0.409C0.259,-0.419 0.278,-0.424 0.301,-0.424C0.362,-0.424 0.397,-0.394 0.406,-0.335Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1658.72,603.349)">
<path d="M0.054,-0.714L0.054,-0L0.196,-0L0.196,-0.271C0.196,-0.324 0.205,-0.362 0.222,-0.385C0.239,-0.407 0.267,-0.419 0.306,-0.419C0.34,-0.419 0.364,-0.409 0.377,-0.388C0.39,-0.367 0.397,-0.335 0.397,-0.292L0.397,-0L0.539,-0L0.539,-0.318C0.539,-0.35 0.536,-0.379 0.531,-0.406C0.525,-0.432 0.515,-0.454 0.501,-0.473C0.487,-0.491 0.468,-0.505 0.444,-0.516C0.419,-0.526 0.388,-0.531 0.35,-0.531C0.323,-0.531 0.296,-0.524 0.268,-0.511C0.24,-0.497 0.217,-0.475 0.199,-0.445L0.196,-0.445L0.196,-0.714L0.054,-0.714Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1797.34,603.349)">
<path d="M0.054,-0.517L0.054,-0L0.196,-0L0.196,-0.271C0.196,-0.324 0.205,-0.362 0.222,-0.385C0.239,-0.407 0.267,-0.419 0.306,-0.419C0.34,-0.419 0.364,-0.409 0.377,-0.388C0.39,-0.367 0.397,-0.335 0.397,-0.292L0.397,-0L0.539,-0L0.539,-0.318C0.539,-0.35 0.536,-0.379 0.531,-0.406C0.525,-0.432 0.515,-0.454 0.501,-0.473C0.487,-0.491 0.468,-0.505 0.444,-0.516C0.419,-0.526 0.388,-0.531 0.35,-0.531C0.32,-0.531 0.291,-0.524 0.262,-0.511C0.233,-0.497 0.21,-0.475 0.192,-0.445L0.189,-0.445L0.189,-0.517L0.054,-0.517Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1935.95,603.349)">
<path d="M0.18,-0.258C0.18,-0.279 0.182,-0.299 0.186,-0.319C0.19,-0.339 0.197,-0.357 0.207,-0.372C0.216,-0.387 0.229,-0.4 0.245,-0.41C0.261,-0.419 0.281,-0.424 0.305,-0.424C0.329,-0.424 0.349,-0.419 0.366,-0.41C0.382,-0.4 0.395,-0.387 0.405,-0.372C0.414,-0.357 0.421,-0.339 0.425,-0.319C0.429,-0.299 0.431,-0.279 0.431,-0.258C0.431,-0.237 0.429,-0.217 0.425,-0.198C0.421,-0.178 0.414,-0.16 0.405,-0.145C0.395,-0.129 0.382,-0.116 0.366,-0.107C0.349,-0.098 0.329,-0.093 0.305,-0.093C0.281,-0.093 0.261,-0.098 0.245,-0.107C0.229,-0.116 0.216,-0.129 0.207,-0.145C0.197,-0.16 0.19,-0.178 0.186,-0.198C0.182,-0.217 0.18,-0.237 0.18,-0.258ZM0.038,-0.258C0.038,-0.217 0.044,-0.179 0.057,-0.146C0.07,-0.113 0.088,-0.084 0.111,-0.061C0.134,-0.037 0.162,-0.019 0.195,-0.006C0.228,0.007 0.264,0.013 0.305,0.013C0.346,0.013 0.383,0.007 0.416,-0.006C0.449,-0.019 0.477,-0.037 0.5,-0.061C0.523,-0.084 0.541,-0.113 0.554,-0.146C0.567,-0.179 0.573,-0.217 0.573,-0.258C0.573,-0.299 0.567,-0.337 0.554,-0.371C0.541,-0.404 0.523,-0.433 0.5,-0.457C0.477,-0.48 0.449,-0.499 0.416,-0.512C0.383,-0.525 0.346,-0.531 0.305,-0.531C0.264,-0.531 0.228,-0.525 0.195,-0.512C0.162,-0.499 0.134,-0.48 0.111,-0.457C0.088,-0.433 0.07,-0.404 0.057,-0.371C0.044,-0.337 0.038,-0.299 0.038,-0.258Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2078.78,603.349)">
<rect x="0.058" y="-0.714" width="0.142" height="0.714" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2139.09,603.349)">
<path d="M0.18,-0.258C0.18,-0.279 0.182,-0.299 0.186,-0.319C0.19,-0.339 0.197,-0.357 0.207,-0.372C0.216,-0.387 0.229,-0.4 0.245,-0.41C0.261,-0.419 0.281,-0.424 0.305,-0.424C0.329,-0.424 0.349,-0.419 0.366,-0.41C0.382,-0.4 0.395,-0.387 0.405,-0.372C0.414,-0.357 0.421,-0.339 0.425,-0.319C0.429,-0.299 0.431,-0.279 0.431,-0.258C0.431,-0.237 0.429,-0.217 0.425,-0.198C0.421,-0.178 0.414,-0.16 0.405,-0.145C0.395,-0.129 0.382,-0.116 0.366,-0.107C0.349,-0.098 0.329,-0.093 0.305,-0.093C0.281,-0.093 0.261,-0.098 0.245,-0.107C0.229,-0.116 0.216,-0.129 0.207,-0.145C0.197,-0.16 0.19,-0.178 0.186,-0.198C0.182,-0.217 0.18,-0.237 0.18,-0.258ZM0.038,-0.258C0.038,-0.217 0.044,-0.179 0.057,-0.146C0.07,-0.113 0.088,-0.084 0.111,-0.061C0.134,-0.037 0.162,-0.019 0.195,-0.006C0.228,0.007 0.264,0.013 0.305,0.013C0.346,0.013 0.383,0.007 0.416,-0.006C0.449,-0.019 0.477,-0.037 0.5,-0.061C0.523,-0.084 0.541,-0.113 0.554,-0.146C0.567,-0.179 0.573,-0.217 0.573,-0.258C0.573,-0.299 0.567,-0.337 0.554,-0.371C0.541,-0.404 0.523,-0.433 0.5,-0.457C0.477,-0.48 0.449,-0.499 0.416,-0.512C0.383,-0.525 0.346,-0.531 0.305,-0.531C0.264,-0.531 0.228,-0.525 0.195,-0.512C0.162,-0.499 0.134,-0.48 0.111,-0.457C0.088,-0.433 0.07,-0.404 0.057,-0.371C0.044,-0.337 0.038,-0.299 0.038,-0.258Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2281.91,603.349)">
<path d="M0.295,-0.122C0.273,-0.122 0.255,-0.127 0.24,-0.136C0.225,-0.145 0.214,-0.157 0.205,-0.172C0.196,-0.187 0.189,-0.203 0.186,-0.222C0.182,-0.24 0.18,-0.258 0.18,-0.277C0.18,-0.296 0.182,-0.315 0.187,-0.333C0.191,-0.35 0.198,-0.366 0.208,-0.38C0.217,-0.393 0.229,-0.404 0.244,-0.412C0.258,-0.42 0.275,-0.424 0.295,-0.424C0.318,-0.424 0.338,-0.42 0.353,-0.411C0.368,-0.402 0.381,-0.391 0.39,-0.376C0.399,-0.361 0.406,-0.345 0.41,-0.326C0.414,-0.307 0.416,-0.286 0.416,-0.265C0.416,-0.246 0.414,-0.229 0.409,-0.212C0.404,-0.195 0.396,-0.179 0.386,-0.166C0.376,-0.153 0.363,-0.142 0.348,-0.134C0.333,-0.126 0.315,-0.122 0.295,-0.122ZM0.551,-0.033L0.551,-0.517L0.416,-0.517L0.416,-0.448L0.414,-0.448C0.397,-0.478 0.375,-0.499 0.35,-0.512C0.324,-0.525 0.294,-0.531 0.26,-0.531C0.224,-0.531 0.192,-0.524 0.165,-0.51C0.137,-0.496 0.114,-0.477 0.095,-0.454C0.076,-0.43 0.062,-0.403 0.053,-0.372C0.043,-0.341 0.038,-0.308 0.038,-0.275C0.038,-0.24 0.042,-0.206 0.051,-0.175C0.059,-0.143 0.072,-0.115 0.09,-0.092C0.108,-0.068 0.131,-0.049 0.159,-0.036C0.187,-0.022 0.22,-0.015 0.259,-0.015C0.29,-0.015 0.32,-0.022 0.349,-0.035C0.377,-0.048 0.399,-0.068 0.414,-0.095L0.416,-0.095L0.416,-0.027C0.417,0.01 0.408,0.04 0.39,0.064C0.371,0.088 0.342,0.1 0.302,0.1C0.277,0.1 0.254,0.095 0.235,0.085C0.216,0.074 0.203,0.056 0.196,0.029L0.055,0.029C0.057,0.058 0.065,0.084 0.08,0.105C0.094,0.126 0.112,0.143 0.134,0.156C0.155,0.169 0.179,0.179 0.206,0.186C0.232,0.192 0.258,0.195 0.283,0.195C0.342,0.195 0.39,0.187 0.425,0.171C0.46,0.155 0.487,0.135 0.506,0.113C0.525,0.09 0.537,0.065 0.543,0.038C0.548,0.011 0.551,-0.012 0.551,-0.033Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2424.73,603.349)">
<path d="M0.2,-0.597L0.2,-0.714L0.058,-0.714L0.058,-0.597L0.2,-0.597ZM0.058,-0.517L0.058,-0L0.2,-0L0.2,-0.517L0.058,-0.517Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2485.04,603.349)">
<path d="M0.402,-0.314L0.171,-0.314C0.172,-0.324 0.174,-0.335 0.178,-0.348C0.181,-0.361 0.188,-0.373 0.197,-0.384C0.206,-0.395 0.218,-0.405 0.233,-0.413C0.248,-0.42 0.266,-0.424 0.289,-0.424C0.324,-0.424 0.349,-0.415 0.367,-0.396C0.384,-0.377 0.395,-0.35 0.402,-0.314ZM0.171,-0.224L0.544,-0.224C0.547,-0.264 0.543,-0.302 0.534,-0.339C0.525,-0.376 0.509,-0.408 0.489,-0.437C0.468,-0.466 0.441,-0.489 0.408,-0.506C0.375,-0.523 0.337,-0.531 0.293,-0.531C0.254,-0.531 0.218,-0.524 0.186,-0.51C0.153,-0.496 0.125,-0.477 0.102,-0.453C0.079,-0.428 0.061,-0.399 0.048,-0.366C0.035,-0.333 0.029,-0.297 0.029,-0.258C0.029,-0.218 0.035,-0.181 0.048,-0.148C0.06,-0.115 0.077,-0.086 0.1,-0.062C0.123,-0.038 0.15,-0.02 0.183,-0.007C0.216,0.007 0.252,0.013 0.293,0.013C0.352,0.013 0.402,-0 0.443,-0.027C0.484,-0.054 0.515,-0.098 0.535,-0.16L0.41,-0.16C0.405,-0.144 0.393,-0.129 0.372,-0.115C0.351,-0.1 0.327,-0.093 0.298,-0.093C0.258,-0.093 0.227,-0.103 0.206,-0.124C0.185,-0.145 0.173,-0.178 0.171,-0.224Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2619.21,603.349)">
<path d="M0.164,-0.168L0.029,-0.168C0.03,-0.133 0.038,-0.105 0.053,-0.082C0.067,-0.058 0.085,-0.04 0.108,-0.026C0.13,-0.012 0.155,-0.002 0.184,0.004C0.213,0.01 0.242,0.013 0.272,0.013C0.301,0.013 0.33,0.01 0.359,0.005C0.387,-0.001 0.412,-0.011 0.434,-0.025C0.456,-0.039 0.474,-0.057 0.488,-0.081C0.501,-0.103 0.508,-0.132 0.508,-0.166C0.508,-0.19 0.503,-0.21 0.494,-0.227C0.485,-0.243 0.472,-0.257 0.457,-0.268C0.442,-0.279 0.424,-0.287 0.405,-0.294C0.385,-0.301 0.365,-0.306 0.344,-0.311C0.324,-0.316 0.304,-0.32 0.285,-0.324C0.266,-0.328 0.249,-0.333 0.234,-0.338C0.219,-0.343 0.206,-0.349 0.197,-0.357C0.188,-0.365 0.183,-0.375 0.183,-0.388C0.183,-0.399 0.186,-0.407 0.191,-0.414C0.196,-0.42 0.203,-0.425 0.211,-0.428C0.218,-0.431 0.227,-0.434 0.236,-0.435C0.245,-0.436 0.254,-0.436 0.262,-0.436C0.287,-0.436 0.309,-0.431 0.328,-0.422C0.347,-0.412 0.357,-0.393 0.359,-0.366L0.494,-0.366C0.491,-0.398 0.483,-0.425 0.47,-0.446C0.456,-0.467 0.439,-0.483 0.418,-0.496C0.397,-0.509 0.374,-0.518 0.348,-0.523C0.321,-0.528 0.294,-0.531 0.266,-0.531C0.238,-0.531 0.211,-0.529 0.184,-0.524C0.157,-0.519 0.133,-0.51 0.112,-0.498C0.091,-0.485 0.074,-0.468 0.061,-0.447C0.048,-0.426 0.041,-0.398 0.041,-0.365C0.041,-0.342 0.046,-0.323 0.055,-0.308C0.064,-0.292 0.077,-0.279 0.092,-0.269C0.107,-0.258 0.125,-0.25 0.145,-0.244C0.164,-0.237 0.184,-0.232 0.205,-0.227C0.256,-0.216 0.295,-0.206 0.324,-0.195C0.352,-0.184 0.366,-0.168 0.366,-0.147C0.366,-0.134 0.363,-0.124 0.357,-0.116C0.351,-0.107 0.343,-0.1 0.335,-0.096C0.326,-0.09 0.316,-0.087 0.305,-0.085C0.294,-0.082 0.283,-0.081 0.273,-0.081C0.259,-0.081 0.246,-0.083 0.233,-0.086C0.22,-0.089 0.208,-0.094 0.198,-0.102C0.188,-0.109 0.18,-0.118 0.174,-0.129C0.167,-0.139 0.164,-0.153 0.164,-0.168Z" style="fill-rule:nonzero;"/>
</g>
</g>
<g transform="matrix(0.754972,0,9.0204e-17,0.736325,-1419.47,452.68)">
<g transform="matrix(3.08641,0,0,3.08641,637.787,-3208.78)">
<path d="M468.137,1201.42L468.137,1049.02L504.917,1049.02L504.917,1116.5C510.27,1108.29 516.465,1102.57 523.501,1099.34C530.538,1096.1 537.941,1094.48 545.712,1094.48C554.432,1094.48 562.353,1095.99 569.476,1099.01C576.599,1102.03 582.449,1106.65 587.024,1112.87C590.91,1118.14 593.284,1123.55 594.147,1129.12C594.934,1134.19 595.362,1142.19 595.432,1153.1C594.66,1152.55 593.882,1152.05 593.099,1151.58C589.111,1149.2 584.955,1147.82 580.7,1147.81C576.74,1147.81 572.548,1149.23 568.37,1151.73C564.828,1153.86 561.238,1156.8 557.756,1160L557.756,1153.4C557.756,1145.81 556.461,1139.68 553.871,1135.02C550.503,1128.45 544.114,1125.17 534.704,1125.17C524.947,1125.17 517.544,1128.43 512.493,1134.95C507.442,1141.47 504.917,1150.77 504.917,1162.86L504.917,1172.28C501.193,1174.63 497.39,1177.96 493.758,1182.36C486.23,1191.48 473.525,1198.64 468.137,1201.42ZM635.072,1168.67L635.072,1125.69L615.387,1125.69L615.387,1099.4L635.072,1099.4L635.072,1060.03L671.593,1060.03L671.593,1099.4L694.515,1099.4L694.515,1125.69L671.593,1125.69L671.593,1187.53C666.864,1183.29 661.511,1177.8 656.014,1173.87C650.945,1170.24 645.672,1167.93 640.615,1167.89C638.612,1167.87 636.779,1168.16 635.072,1168.67Z" style="stroke:black;stroke-width:0.66px;"/>
</g>
<g transform="matrix(1,0,0,1,1021.23,-276.056)">
<path d="M1060.6,796.011C1060.6,796.011 1121.58,767.498 1153.94,728.309C1174.08,703.92 1195.57,691.232 1213.26,690.571C1248.25,689.264 1260.09,719.067 1280.51,719.239C1305.48,719.449 1362.01,628.372 1408,628.401C1457.55,628.432 1499.49,714.934 1532.06,714.855C1554.06,714.801 1566.71,690.149 1592.78,690.362C1623.28,690.612 1655.6,728.679 1681.12,750.572C1706.79,772.59 1759.3,794.629 1759.3,794.629L1759.3,1022.22C1759.3,1022.22 1508.51,1021.81 1408,1022.11C1322.4,1022.36 1060.6,1022.11 1060.6,1022.11L1060.6,796.011ZM1140.6,876.542C1140.85,889.774 1373.7,892.076 1374.18,896.918C1374.71,902.124 1225.13,901.399 1225.18,910.918C1225.23,918.616 1369.54,916.918 1369.49,920.953C1369.42,926.322 1262.94,935.57 1263,940.838C1263.06,945.753 1407.75,948.326 1408,953.498C1408.25,958.598 1351.88,961.809 1351.88,967.184C1351.88,971.163 1376.67,974.845 1434.09,975.485C1467.46,975.858 1498.52,969.976 1498.4,965.715C1498.24,960.309 1450.52,957.148 1450.39,953.801C1450.26,950.474 1559.01,945.464 1559.18,938.918C1559.33,933.389 1441.29,925.42 1441.18,921.918C1441.1,919.135 1595.06,916.708 1595.18,910.918C1595.27,906.749 1442.14,900.56 1442.18,896.918C1442.22,893.844 1679.44,883.634 1679.3,877.164C1679.23,874.032 1546.47,875.094 1407.25,874.619C1277.44,874.175 1140.51,871.914 1140.6,876.542ZM1228,801C1228,801 1261.95,796.826 1291.04,778C1320.74,758.782 1348.48,738.032 1356,738C1368.59,737.947 1375.68,756.606 1388,756C1405.89,755.12 1427.12,721.952 1445,721C1459.65,720.22 1472.15,734.288 1486.48,739.389C1502.25,745.005 1513,742 1513,742C1513,742 1502.71,735.888 1488.3,722C1480.04,714.03 1462.79,694.431 1453.6,684.554C1440.88,670.897 1430.37,655.951 1408,656C1384.43,656.052 1361.05,685.271 1341,707C1338.48,709.73 1318.73,730.559 1291.67,754.493C1264.11,778.869 1228,801 1228,801ZM1112,796C1112,796 1122.26,794.812 1140.97,786.428C1170.11,773.372 1187.9,758.945 1195,759C1207.59,759.097 1216.15,767.899 1226.48,768C1243.22,768.164 1263,745 1263,745C1263,745 1256.58,738.909 1246.07,731.51C1236.07,724.469 1225.75,717.4 1217,718C1207.45,718.654 1195.73,725.566 1168.67,749.5C1141.11,773.876 1112,796 1112,796ZM1423,821C1423,821 1469.52,817.475 1496,805C1523.7,791.95 1550.46,771.065 1566,771C1578.59,770.947 1586.67,783.833 1602,784C1610.89,784.097 1619.11,778.367 1628,778C1637.51,777.607 1653.52,787.207 1666.55,794.413C1686.97,805.71 1713,804 1713,804C1713,804 1683.76,785.697 1656.6,760.554C1628.88,734.897 1606.37,717.951 1593,718C1569.43,718.087 1554.05,740.271 1532,758C1525.98,762.843 1510.85,780.381 1479.45,796.692C1448.74,812.645 1423,821 1423,821Z"/>
<path d="M1060.6,796.011C1060.6,796.011 1121.58,767.498 1153.94,728.309C1174.08,703.92 1195.57,691.232 1213.26,690.571C1248.25,689.264 1260.09,719.067 1280.51,719.239C1305.48,719.449 1362.01,628.372 1408,628.401C1457.55,628.432 1499.49,714.934 1532.06,714.855C1554.06,714.801 1566.71,690.149 1592.78,690.362C1623.28,690.612 1655.6,728.679 1681.12,750.572C1706.79,772.59 1759.3,794.629 1759.3,794.629L1759.3,1022.22C1759.3,1022.22 1508.51,1021.81 1408,1022.11C1322.4,1022.36 1060.6,1022.11 1060.6,1022.11L1060.6,796.011ZM1707.26,922.042L1704.4,924.153L1683.01,931.528C1675.23,932.946 1659.73,934.488 1640.22,936.063L1631.74,949.047L1620.02,958.084L1604.99,963.578L1603.04,967.81L1602.25,968.684C1641.69,968.713 1678.94,968.756 1707.26,968.792L1707.26,922.042ZM1219.85,968.856L1217,964.805C1216.55,964.708 1216.13,964.61 1215.75,964.512L1198.5,957.183L1183.01,942.39L1180.7,937.848C1157.8,935.772 1139.55,933.495 1131.52,931.114L1112.64,922.326L1112.64,968.798C1141.62,968.819 1179.87,968.843 1219.85,968.856ZM1112,796C1112,796 1122.26,794.812 1140.97,786.428C1170.11,773.372 1187.9,758.945 1195,759C1207.59,759.097 1216.15,767.899 1226.48,768C1243.22,768.164 1263,745 1263,745C1263,745 1256.58,738.909 1246.07,731.51C1236.07,724.469 1225.75,717.4 1217,718C1207.45,718.654 1195.73,725.566 1168.67,749.5C1141.11,773.876 1112,796 1112,796ZM1423,821C1423,821 1469.52,817.475 1496,805C1523.7,791.95 1550.46,771.065 1566,771C1578.59,770.947 1586.67,783.833 1602,784C1610.89,784.097 1619.11,778.367 1628,778C1637.51,777.607 1653.52,787.207 1666.55,794.413C1686.97,805.71 1713,804 1713,804C1713,804 1683.76,785.697 1656.6,760.554C1628.88,734.897 1606.37,717.951 1593,718C1569.43,718.087 1554.05,740.271 1532,758C1525.98,762.843 1510.85,780.381 1479.45,796.692C1448.74,812.645 1423,821 1423,821ZM1140.6,876.542C1140.85,889.774 1373.7,892.076 1374.18,896.918C1374.71,902.124 1225.13,901.399 1225.18,910.918C1225.23,918.616 1369.54,916.918 1369.49,920.953C1369.42,926.322 1262.94,935.57 1263,940.838C1263.06,945.753 1407.75,948.326 1408,953.498C1408.25,958.598 1351.88,961.809 1351.88,967.184C1351.88,971.163 1376.67,974.845 1434.09,975.485C1467.46,975.858 1498.52,969.976 1498.4,965.715C1498.24,960.309 1450.52,957.148 1450.39,953.801C1450.26,950.474 1559.01,945.464 1559.18,938.918C1559.33,933.389 1441.29,925.42 1441.18,921.918C1441.1,919.135 1595.06,916.708 1595.18,910.918C1595.27,906.749 1442.14,900.56 1442.18,896.918C1442.22,893.844 1679.44,883.634 1679.3,877.164C1679.23,874.032 1546.47,875.094 1407.25,874.619C1277.44,874.175 1140.51,871.914 1140.6,876.542ZM1228,801C1228,801 1261.95,796.826 1291.04,778C1320.74,758.782 1348.48,738.032 1356,738C1368.59,737.947 1375.68,756.606 1388,756C1405.89,755.12 1427.12,721.952 1445,721C1459.65,720.22 1472.15,734.288 1486.48,739.389C1502.25,745.005 1513,742 1513,742C1513,742 1502.71,735.888 1488.3,722C1480.04,714.03 1462.79,694.431 1453.6,684.554C1440.88,670.897 1430.37,655.951 1408,656C1384.43,656.052 1361.05,685.271 1341,707C1338.48,709.73 1318.73,730.559 1291.67,754.493C1264.11,778.869 1228,801 1228,801ZM1370.95,821.11C1370.94,816.454 1371.53,811.88 1372.65,807.487L1360,803.129C1358.36,802.353 1356.44,801.211 1354.42,799.871C1344.81,806.184 1332.77,814.073 1322.31,820.858C1338.25,820.942 1354.55,821.031 1370.95,821.11Z"/>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 27 KiB

+76
View File
@@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 1661 392" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,-107.54,-572.926)">
<g transform="matrix(0.661785,0,0,0.661785,6.87379,259.749)">
<g transform="matrix(1.29837,0,0,1.29837,-894.893,221.353)">
<g transform="matrix(233.753,0,0,233.753,1308.09,362.817)">
<path d="M0.054,-0.714L0.054,-0L0.196,-0L0.196,-0.271C0.196,-0.324 0.205,-0.362 0.222,-0.385C0.239,-0.407 0.267,-0.419 0.306,-0.419C0.34,-0.419 0.364,-0.409 0.377,-0.388C0.39,-0.367 0.397,-0.335 0.397,-0.292L0.397,-0L0.539,-0L0.539,-0.318C0.539,-0.35 0.536,-0.379 0.531,-0.406C0.525,-0.432 0.515,-0.454 0.501,-0.473C0.487,-0.491 0.468,-0.505 0.444,-0.516C0.419,-0.526 0.388,-0.531 0.35,-0.531C0.323,-0.531 0.296,-0.524 0.268,-0.511C0.24,-0.497 0.217,-0.475 0.199,-0.445L0.196,-0.445L0.196,-0.714L0.054,-0.714Z" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1446.71,362.817)">
<path d="M0.048,-0.358C0.05,-0.391 0.058,-0.419 0.073,-0.441C0.088,-0.463 0.106,-0.481 0.129,-0.494C0.152,-0.507 0.177,-0.517 0.206,-0.523C0.234,-0.528 0.262,-0.531 0.291,-0.531C0.317,-0.531 0.343,-0.529 0.37,-0.526C0.397,-0.522 0.421,-0.515 0.443,-0.504C0.465,-0.493 0.483,-0.478 0.497,-0.46C0.511,-0.44 0.518,-0.415 0.518,-0.384L0.518,-0.115C0.518,-0.092 0.519,-0.069 0.522,-0.048C0.525,-0.027 0.529,-0.011 0.536,-0L0.392,-0C0.389,-0.008 0.387,-0.016 0.386,-0.025C0.384,-0.033 0.383,-0.041 0.382,-0.05C0.359,-0.027 0.333,-0.01 0.302,-0.001C0.271,0.008 0.24,0.013 0.208,0.013C0.183,0.013 0.16,0.01 0.139,0.004C0.118,-0.002 0.099,-0.011 0.083,-0.024C0.067,-0.037 0.055,-0.053 0.046,-0.072C0.037,-0.091 0.032,-0.114 0.032,-0.141C0.032,-0.17 0.037,-0.195 0.048,-0.214C0.058,-0.233 0.071,-0.248 0.088,-0.259C0.104,-0.27 0.123,-0.279 0.144,-0.285C0.165,-0.29 0.186,-0.295 0.207,-0.298C0.228,-0.301 0.249,-0.304 0.27,-0.306C0.291,-0.308 0.309,-0.311 0.325,-0.315C0.341,-0.319 0.354,-0.325 0.363,-0.333C0.372,-0.34 0.377,-0.351 0.376,-0.366C0.376,-0.381 0.374,-0.394 0.369,-0.403C0.364,-0.412 0.357,-0.419 0.349,-0.424C0.34,-0.428 0.331,-0.432 0.32,-0.434C0.309,-0.435 0.297,-0.436 0.284,-0.436C0.256,-0.436 0.234,-0.43 0.218,-0.418C0.202,-0.406 0.193,-0.386 0.19,-0.358L0.048,-0.358ZM0.376,-0.253C0.37,-0.248 0.363,-0.243 0.354,-0.241C0.345,-0.238 0.335,-0.235 0.325,-0.233C0.314,-0.231 0.303,-0.229 0.292,-0.228C0.281,-0.227 0.269,-0.225 0.258,-0.223C0.247,-0.221 0.237,-0.218 0.227,-0.215C0.216,-0.212 0.207,-0.207 0.2,-0.202C0.192,-0.196 0.186,-0.189 0.181,-0.18C0.176,-0.171 0.174,-0.16 0.174,-0.147C0.174,-0.134 0.176,-0.124 0.181,-0.115C0.186,-0.106 0.192,-0.099 0.2,-0.095C0.208,-0.09 0.217,-0.086 0.228,-0.084C0.239,-0.082 0.25,-0.081 0.261,-0.081C0.289,-0.081 0.311,-0.086 0.326,-0.095C0.341,-0.104 0.353,-0.116 0.36,-0.129C0.367,-0.141 0.372,-0.155 0.374,-0.168C0.375,-0.181 0.376,-0.192 0.376,-0.2L0.376,-0.253Z" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1580.88,362.817)">
<path d="M0.421,-0.26C0.421,-0.239 0.419,-0.218 0.415,-0.198C0.411,-0.178 0.404,-0.16 0.395,-0.145C0.386,-0.129 0.373,-0.116 0.358,-0.107C0.342,-0.098 0.322,-0.093 0.299,-0.093C0.277,-0.093 0.258,-0.098 0.243,-0.108C0.227,-0.117 0.214,-0.13 0.204,-0.146C0.193,-0.161 0.186,-0.179 0.181,-0.199C0.176,-0.219 0.174,-0.239 0.174,-0.259C0.174,-0.28 0.176,-0.301 0.181,-0.321C0.185,-0.34 0.192,-0.358 0.202,-0.373C0.211,-0.388 0.224,-0.401 0.24,-0.41C0.256,-0.419 0.276,-0.424 0.299,-0.424C0.322,-0.424 0.342,-0.419 0.357,-0.41C0.372,-0.401 0.385,-0.389 0.395,-0.374C0.404,-0.359 0.411,-0.341 0.415,-0.322C0.419,-0.302 0.421,-0.281 0.421,-0.26ZM0.423,-0.066L0.423,-0L0.558,-0L0.558,-0.714L0.416,-0.714L0.416,-0.454L0.414,-0.454C0.398,-0.479 0.376,-0.499 0.349,-0.512C0.321,-0.525 0.292,-0.531 0.261,-0.531C0.223,-0.531 0.19,-0.524 0.161,-0.509C0.132,-0.494 0.109,-0.474 0.09,-0.449C0.07,-0.424 0.056,-0.396 0.047,-0.364C0.037,-0.331 0.032,-0.298 0.032,-0.263C0.032,-0.227 0.037,-0.192 0.047,-0.159C0.056,-0.126 0.07,-0.096 0.09,-0.071C0.109,-0.045 0.133,-0.024 0.162,-0.01C0.191,0.006 0.225,0.013 0.264,0.013C0.298,0.013 0.329,0.007 0.356,-0.006C0.383,-0.018 0.404,-0.038 0.421,-0.066L0.423,-0.066Z" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1723.71,362.817)">
<rect x="0.058" y="-0.714" width="0.142" height="0.714" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1784.01,362.817)">
<path d="M0.18,-0.258C0.18,-0.279 0.182,-0.299 0.186,-0.319C0.19,-0.339 0.197,-0.357 0.207,-0.372C0.216,-0.387 0.229,-0.4 0.245,-0.41C0.261,-0.419 0.281,-0.424 0.305,-0.424C0.329,-0.424 0.349,-0.419 0.366,-0.41C0.382,-0.4 0.395,-0.387 0.405,-0.372C0.414,-0.357 0.421,-0.339 0.425,-0.319C0.429,-0.299 0.431,-0.279 0.431,-0.258C0.431,-0.237 0.429,-0.217 0.425,-0.198C0.421,-0.178 0.414,-0.16 0.405,-0.145C0.395,-0.129 0.382,-0.116 0.366,-0.107C0.349,-0.098 0.329,-0.093 0.305,-0.093C0.281,-0.093 0.261,-0.098 0.245,-0.107C0.229,-0.116 0.216,-0.129 0.207,-0.145C0.197,-0.16 0.19,-0.178 0.186,-0.198C0.182,-0.217 0.18,-0.237 0.18,-0.258ZM0.038,-0.258C0.038,-0.217 0.044,-0.179 0.057,-0.146C0.07,-0.113 0.088,-0.084 0.111,-0.061C0.134,-0.037 0.162,-0.019 0.195,-0.006C0.228,0.007 0.264,0.013 0.305,0.013C0.346,0.013 0.383,0.007 0.416,-0.006C0.449,-0.019 0.477,-0.037 0.5,-0.061C0.523,-0.084 0.541,-0.113 0.554,-0.146C0.567,-0.179 0.573,-0.217 0.573,-0.258C0.573,-0.299 0.567,-0.337 0.554,-0.371C0.541,-0.404 0.523,-0.433 0.5,-0.457C0.477,-0.48 0.449,-0.499 0.416,-0.512C0.383,-0.525 0.346,-0.531 0.305,-0.531C0.264,-0.531 0.228,-0.525 0.195,-0.512C0.162,-0.499 0.134,-0.48 0.111,-0.457C0.088,-0.433 0.07,-0.404 0.057,-0.371C0.044,-0.337 0.038,-0.299 0.038,-0.258Z" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1926.84,362.817)">
<path d="M0.406,-0.335L0.545,-0.335C0.543,-0.368 0.535,-0.397 0.521,-0.422C0.507,-0.446 0.489,-0.466 0.467,-0.483C0.444,-0.499 0.419,-0.511 0.391,-0.519C0.362,-0.527 0.333,-0.531 0.302,-0.531C0.26,-0.531 0.223,-0.524 0.19,-0.51C0.157,-0.496 0.13,-0.476 0.107,-0.452C0.084,-0.427 0.067,-0.397 0.056,-0.363C0.044,-0.328 0.038,-0.291 0.038,-0.251C0.038,-0.212 0.044,-0.177 0.057,-0.145C0.07,-0.112 0.087,-0.084 0.11,-0.061C0.133,-0.038 0.16,-0.02 0.193,-0.007C0.225,0.007 0.26,0.013 0.299,0.013C0.368,0.013 0.424,-0.005 0.468,-0.041C0.512,-0.077 0.539,-0.129 0.548,-0.198L0.411,-0.198C0.406,-0.166 0.395,-0.14 0.377,-0.122C0.358,-0.102 0.332,-0.093 0.298,-0.093C0.276,-0.093 0.257,-0.098 0.242,-0.108C0.227,-0.118 0.215,-0.131 0.206,-0.147C0.197,-0.162 0.19,-0.18 0.186,-0.199C0.182,-0.218 0.18,-0.237 0.18,-0.256C0.18,-0.275 0.182,-0.295 0.186,-0.315C0.19,-0.334 0.197,-0.352 0.207,-0.369C0.216,-0.385 0.229,-0.398 0.244,-0.409C0.259,-0.419 0.278,-0.424 0.301,-0.424C0.362,-0.424 0.397,-0.394 0.406,-0.335Z" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2061.01,362.817)">
<path d="M0.067,-0.714L0.067,-0L0.209,-0L0.209,-0.178L0.264,-0.231L0.406,-0L0.578,-0L0.361,-0.327L0.556,-0.517L0.388,-0.517L0.209,-0.331L0.209,-0.714L0.067,-0.714Z" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1308.09,603.349)">
<path d="M0.234,-0.517L0.234,-0.672L0.092,-0.672L0.092,-0.517L0.006,-0.517L0.006,-0.422L0.092,-0.422L0.092,-0.117C0.092,-0.091 0.096,-0.07 0.105,-0.054C0.114,-0.038 0.126,-0.026 0.141,-0.017C0.156,-0.008 0.173,-0.003 0.193,0.001C0.212,0.004 0.233,0.005 0.255,0.005C0.269,0.005 0.283,0.005 0.298,0.004C0.313,0.003 0.326,0.002 0.338,-0L0.338,-0.11C0.331,-0.109 0.324,-0.108 0.317,-0.107C0.31,-0.106 0.302,-0.106 0.294,-0.106C0.27,-0.106 0.254,-0.11 0.246,-0.118C0.238,-0.126 0.234,-0.142 0.234,-0.166L0.234,-0.422L0.338,-0.422L0.338,-0.517L0.234,-0.517Z" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1390.37,603.349)">
<path d="M0.402,-0.314L0.171,-0.314C0.172,-0.324 0.174,-0.335 0.178,-0.348C0.181,-0.361 0.188,-0.373 0.197,-0.384C0.206,-0.395 0.218,-0.405 0.233,-0.413C0.248,-0.42 0.266,-0.424 0.289,-0.424C0.324,-0.424 0.349,-0.415 0.367,-0.396C0.384,-0.377 0.395,-0.35 0.402,-0.314ZM0.171,-0.224L0.544,-0.224C0.547,-0.264 0.543,-0.302 0.534,-0.339C0.525,-0.376 0.509,-0.408 0.489,-0.437C0.468,-0.466 0.441,-0.489 0.408,-0.506C0.375,-0.523 0.337,-0.531 0.293,-0.531C0.254,-0.531 0.218,-0.524 0.186,-0.51C0.153,-0.496 0.125,-0.477 0.102,-0.453C0.079,-0.428 0.061,-0.399 0.048,-0.366C0.035,-0.333 0.029,-0.297 0.029,-0.258C0.029,-0.218 0.035,-0.181 0.048,-0.148C0.06,-0.115 0.077,-0.086 0.1,-0.062C0.123,-0.038 0.15,-0.02 0.183,-0.007C0.216,0.007 0.252,0.013 0.293,0.013C0.352,0.013 0.402,-0 0.443,-0.027C0.484,-0.054 0.515,-0.098 0.535,-0.16L0.41,-0.16C0.405,-0.144 0.393,-0.129 0.372,-0.115C0.351,-0.1 0.327,-0.093 0.298,-0.093C0.258,-0.093 0.227,-0.103 0.206,-0.124C0.185,-0.145 0.173,-0.178 0.171,-0.224Z" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1524.55,603.349)">
<path d="M0.406,-0.335L0.545,-0.335C0.543,-0.368 0.535,-0.397 0.521,-0.422C0.507,-0.446 0.489,-0.466 0.467,-0.483C0.444,-0.499 0.419,-0.511 0.391,-0.519C0.362,-0.527 0.333,-0.531 0.302,-0.531C0.26,-0.531 0.223,-0.524 0.19,-0.51C0.157,-0.496 0.13,-0.476 0.107,-0.452C0.084,-0.427 0.067,-0.397 0.056,-0.363C0.044,-0.328 0.038,-0.291 0.038,-0.251C0.038,-0.212 0.044,-0.177 0.057,-0.145C0.07,-0.112 0.087,-0.084 0.11,-0.061C0.133,-0.038 0.16,-0.02 0.193,-0.007C0.225,0.007 0.26,0.013 0.299,0.013C0.368,0.013 0.424,-0.005 0.468,-0.041C0.512,-0.077 0.539,-0.129 0.548,-0.198L0.411,-0.198C0.406,-0.166 0.395,-0.14 0.377,-0.122C0.358,-0.102 0.332,-0.093 0.298,-0.093C0.276,-0.093 0.257,-0.098 0.242,-0.108C0.227,-0.118 0.215,-0.131 0.206,-0.147C0.197,-0.162 0.19,-0.18 0.186,-0.199C0.182,-0.218 0.18,-0.237 0.18,-0.256C0.18,-0.275 0.182,-0.295 0.186,-0.315C0.19,-0.334 0.197,-0.352 0.207,-0.369C0.216,-0.385 0.229,-0.398 0.244,-0.409C0.259,-0.419 0.278,-0.424 0.301,-0.424C0.362,-0.424 0.397,-0.394 0.406,-0.335Z" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1658.72,603.349)">
<path d="M0.054,-0.714L0.054,-0L0.196,-0L0.196,-0.271C0.196,-0.324 0.205,-0.362 0.222,-0.385C0.239,-0.407 0.267,-0.419 0.306,-0.419C0.34,-0.419 0.364,-0.409 0.377,-0.388C0.39,-0.367 0.397,-0.335 0.397,-0.292L0.397,-0L0.539,-0L0.539,-0.318C0.539,-0.35 0.536,-0.379 0.531,-0.406C0.525,-0.432 0.515,-0.454 0.501,-0.473C0.487,-0.491 0.468,-0.505 0.444,-0.516C0.419,-0.526 0.388,-0.531 0.35,-0.531C0.323,-0.531 0.296,-0.524 0.268,-0.511C0.24,-0.497 0.217,-0.475 0.199,-0.445L0.196,-0.445L0.196,-0.714L0.054,-0.714Z" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1797.34,603.349)">
<path d="M0.054,-0.517L0.054,-0L0.196,-0L0.196,-0.271C0.196,-0.324 0.205,-0.362 0.222,-0.385C0.239,-0.407 0.267,-0.419 0.306,-0.419C0.34,-0.419 0.364,-0.409 0.377,-0.388C0.39,-0.367 0.397,-0.335 0.397,-0.292L0.397,-0L0.539,-0L0.539,-0.318C0.539,-0.35 0.536,-0.379 0.531,-0.406C0.525,-0.432 0.515,-0.454 0.501,-0.473C0.487,-0.491 0.468,-0.505 0.444,-0.516C0.419,-0.526 0.388,-0.531 0.35,-0.531C0.32,-0.531 0.291,-0.524 0.262,-0.511C0.233,-0.497 0.21,-0.475 0.192,-0.445L0.189,-0.445L0.189,-0.517L0.054,-0.517Z" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1935.95,603.349)">
<path d="M0.18,-0.258C0.18,-0.279 0.182,-0.299 0.186,-0.319C0.19,-0.339 0.197,-0.357 0.207,-0.372C0.216,-0.387 0.229,-0.4 0.245,-0.41C0.261,-0.419 0.281,-0.424 0.305,-0.424C0.329,-0.424 0.349,-0.419 0.366,-0.41C0.382,-0.4 0.395,-0.387 0.405,-0.372C0.414,-0.357 0.421,-0.339 0.425,-0.319C0.429,-0.299 0.431,-0.279 0.431,-0.258C0.431,-0.237 0.429,-0.217 0.425,-0.198C0.421,-0.178 0.414,-0.16 0.405,-0.145C0.395,-0.129 0.382,-0.116 0.366,-0.107C0.349,-0.098 0.329,-0.093 0.305,-0.093C0.281,-0.093 0.261,-0.098 0.245,-0.107C0.229,-0.116 0.216,-0.129 0.207,-0.145C0.197,-0.16 0.19,-0.178 0.186,-0.198C0.182,-0.217 0.18,-0.237 0.18,-0.258ZM0.038,-0.258C0.038,-0.217 0.044,-0.179 0.057,-0.146C0.07,-0.113 0.088,-0.084 0.111,-0.061C0.134,-0.037 0.162,-0.019 0.195,-0.006C0.228,0.007 0.264,0.013 0.305,0.013C0.346,0.013 0.383,0.007 0.416,-0.006C0.449,-0.019 0.477,-0.037 0.5,-0.061C0.523,-0.084 0.541,-0.113 0.554,-0.146C0.567,-0.179 0.573,-0.217 0.573,-0.258C0.573,-0.299 0.567,-0.337 0.554,-0.371C0.541,-0.404 0.523,-0.433 0.5,-0.457C0.477,-0.48 0.449,-0.499 0.416,-0.512C0.383,-0.525 0.346,-0.531 0.305,-0.531C0.264,-0.531 0.228,-0.525 0.195,-0.512C0.162,-0.499 0.134,-0.48 0.111,-0.457C0.088,-0.433 0.07,-0.404 0.057,-0.371C0.044,-0.337 0.038,-0.299 0.038,-0.258Z" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2078.78,603.349)">
<rect x="0.058" y="-0.714" width="0.142" height="0.714" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2139.09,603.349)">
<path d="M0.18,-0.258C0.18,-0.279 0.182,-0.299 0.186,-0.319C0.19,-0.339 0.197,-0.357 0.207,-0.372C0.216,-0.387 0.229,-0.4 0.245,-0.41C0.261,-0.419 0.281,-0.424 0.305,-0.424C0.329,-0.424 0.349,-0.419 0.366,-0.41C0.382,-0.4 0.395,-0.387 0.405,-0.372C0.414,-0.357 0.421,-0.339 0.425,-0.319C0.429,-0.299 0.431,-0.279 0.431,-0.258C0.431,-0.237 0.429,-0.217 0.425,-0.198C0.421,-0.178 0.414,-0.16 0.405,-0.145C0.395,-0.129 0.382,-0.116 0.366,-0.107C0.349,-0.098 0.329,-0.093 0.305,-0.093C0.281,-0.093 0.261,-0.098 0.245,-0.107C0.229,-0.116 0.216,-0.129 0.207,-0.145C0.197,-0.16 0.19,-0.178 0.186,-0.198C0.182,-0.217 0.18,-0.237 0.18,-0.258ZM0.038,-0.258C0.038,-0.217 0.044,-0.179 0.057,-0.146C0.07,-0.113 0.088,-0.084 0.111,-0.061C0.134,-0.037 0.162,-0.019 0.195,-0.006C0.228,0.007 0.264,0.013 0.305,0.013C0.346,0.013 0.383,0.007 0.416,-0.006C0.449,-0.019 0.477,-0.037 0.5,-0.061C0.523,-0.084 0.541,-0.113 0.554,-0.146C0.567,-0.179 0.573,-0.217 0.573,-0.258C0.573,-0.299 0.567,-0.337 0.554,-0.371C0.541,-0.404 0.523,-0.433 0.5,-0.457C0.477,-0.48 0.449,-0.499 0.416,-0.512C0.383,-0.525 0.346,-0.531 0.305,-0.531C0.264,-0.531 0.228,-0.525 0.195,-0.512C0.162,-0.499 0.134,-0.48 0.111,-0.457C0.088,-0.433 0.07,-0.404 0.057,-0.371C0.044,-0.337 0.038,-0.299 0.038,-0.258Z" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2281.91,603.349)">
<path d="M0.295,-0.122C0.273,-0.122 0.255,-0.127 0.24,-0.136C0.225,-0.145 0.214,-0.157 0.205,-0.172C0.196,-0.187 0.189,-0.203 0.186,-0.222C0.182,-0.24 0.18,-0.258 0.18,-0.277C0.18,-0.296 0.182,-0.315 0.187,-0.333C0.191,-0.35 0.198,-0.366 0.208,-0.38C0.217,-0.393 0.229,-0.404 0.244,-0.412C0.258,-0.42 0.275,-0.424 0.295,-0.424C0.318,-0.424 0.338,-0.42 0.353,-0.411C0.368,-0.402 0.381,-0.391 0.39,-0.376C0.399,-0.361 0.406,-0.345 0.41,-0.326C0.414,-0.307 0.416,-0.286 0.416,-0.265C0.416,-0.246 0.414,-0.229 0.409,-0.212C0.404,-0.195 0.396,-0.179 0.386,-0.166C0.376,-0.153 0.363,-0.142 0.348,-0.134C0.333,-0.126 0.315,-0.122 0.295,-0.122ZM0.551,-0.033L0.551,-0.517L0.416,-0.517L0.416,-0.448L0.414,-0.448C0.397,-0.478 0.375,-0.499 0.35,-0.512C0.324,-0.525 0.294,-0.531 0.26,-0.531C0.224,-0.531 0.192,-0.524 0.165,-0.51C0.137,-0.496 0.114,-0.477 0.095,-0.454C0.076,-0.43 0.062,-0.403 0.053,-0.372C0.043,-0.341 0.038,-0.308 0.038,-0.275C0.038,-0.24 0.042,-0.206 0.051,-0.175C0.059,-0.143 0.072,-0.115 0.09,-0.092C0.108,-0.068 0.131,-0.049 0.159,-0.036C0.187,-0.022 0.22,-0.015 0.259,-0.015C0.29,-0.015 0.32,-0.022 0.349,-0.035C0.377,-0.048 0.399,-0.068 0.414,-0.095L0.416,-0.095L0.416,-0.027C0.417,0.01 0.408,0.04 0.39,0.064C0.371,0.088 0.342,0.1 0.302,0.1C0.277,0.1 0.254,0.095 0.235,0.085C0.216,0.074 0.203,0.056 0.196,0.029L0.055,0.029C0.057,0.058 0.065,0.084 0.08,0.105C0.094,0.126 0.112,0.143 0.134,0.156C0.155,0.169 0.179,0.179 0.206,0.186C0.232,0.192 0.258,0.195 0.283,0.195C0.342,0.195 0.39,0.187 0.425,0.171C0.46,0.155 0.487,0.135 0.506,0.113C0.525,0.09 0.537,0.065 0.543,0.038C0.548,0.011 0.551,-0.012 0.551,-0.033Z" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2424.73,603.349)">
<path d="M0.2,-0.597L0.2,-0.714L0.058,-0.714L0.058,-0.597L0.2,-0.597ZM0.058,-0.517L0.058,-0L0.2,-0L0.2,-0.517L0.058,-0.517Z" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2485.04,603.349)">
<path d="M0.402,-0.314L0.171,-0.314C0.172,-0.324 0.174,-0.335 0.178,-0.348C0.181,-0.361 0.188,-0.373 0.197,-0.384C0.206,-0.395 0.218,-0.405 0.233,-0.413C0.248,-0.42 0.266,-0.424 0.289,-0.424C0.324,-0.424 0.349,-0.415 0.367,-0.396C0.384,-0.377 0.395,-0.35 0.402,-0.314ZM0.171,-0.224L0.544,-0.224C0.547,-0.264 0.543,-0.302 0.534,-0.339C0.525,-0.376 0.509,-0.408 0.489,-0.437C0.468,-0.466 0.441,-0.489 0.408,-0.506C0.375,-0.523 0.337,-0.531 0.293,-0.531C0.254,-0.531 0.218,-0.524 0.186,-0.51C0.153,-0.496 0.125,-0.477 0.102,-0.453C0.079,-0.428 0.061,-0.399 0.048,-0.366C0.035,-0.333 0.029,-0.297 0.029,-0.258C0.029,-0.218 0.035,-0.181 0.048,-0.148C0.06,-0.115 0.077,-0.086 0.1,-0.062C0.123,-0.038 0.15,-0.02 0.183,-0.007C0.216,0.007 0.252,0.013 0.293,0.013C0.352,0.013 0.402,-0 0.443,-0.027C0.484,-0.054 0.515,-0.098 0.535,-0.16L0.41,-0.16C0.405,-0.144 0.393,-0.129 0.372,-0.115C0.351,-0.1 0.327,-0.093 0.298,-0.093C0.258,-0.093 0.227,-0.103 0.206,-0.124C0.185,-0.145 0.173,-0.178 0.171,-0.224Z" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2619.21,603.349)">
<path d="M0.164,-0.168L0.029,-0.168C0.03,-0.133 0.038,-0.105 0.053,-0.082C0.067,-0.058 0.085,-0.04 0.108,-0.026C0.13,-0.012 0.155,-0.002 0.184,0.004C0.213,0.01 0.242,0.013 0.272,0.013C0.301,0.013 0.33,0.01 0.359,0.005C0.387,-0.001 0.412,-0.011 0.434,-0.025C0.456,-0.039 0.474,-0.057 0.488,-0.081C0.501,-0.103 0.508,-0.132 0.508,-0.166C0.508,-0.19 0.503,-0.21 0.494,-0.227C0.485,-0.243 0.472,-0.257 0.457,-0.268C0.442,-0.279 0.424,-0.287 0.405,-0.294C0.385,-0.301 0.365,-0.306 0.344,-0.311C0.324,-0.316 0.304,-0.32 0.285,-0.324C0.266,-0.328 0.249,-0.333 0.234,-0.338C0.219,-0.343 0.206,-0.349 0.197,-0.357C0.188,-0.365 0.183,-0.375 0.183,-0.388C0.183,-0.399 0.186,-0.407 0.191,-0.414C0.196,-0.42 0.203,-0.425 0.211,-0.428C0.218,-0.431 0.227,-0.434 0.236,-0.435C0.245,-0.436 0.254,-0.436 0.262,-0.436C0.287,-0.436 0.309,-0.431 0.328,-0.422C0.347,-0.412 0.357,-0.393 0.359,-0.366L0.494,-0.366C0.491,-0.398 0.483,-0.425 0.47,-0.446C0.456,-0.467 0.439,-0.483 0.418,-0.496C0.397,-0.509 0.374,-0.518 0.348,-0.523C0.321,-0.528 0.294,-0.531 0.266,-0.531C0.238,-0.531 0.211,-0.529 0.184,-0.524C0.157,-0.519 0.133,-0.51 0.112,-0.498C0.091,-0.485 0.074,-0.468 0.061,-0.447C0.048,-0.426 0.041,-0.398 0.041,-0.365C0.041,-0.342 0.046,-0.323 0.055,-0.308C0.064,-0.292 0.077,-0.279 0.092,-0.269C0.107,-0.258 0.125,-0.25 0.145,-0.244C0.164,-0.237 0.184,-0.232 0.205,-0.227C0.256,-0.216 0.295,-0.206 0.324,-0.195C0.352,-0.184 0.366,-0.168 0.366,-0.147C0.366,-0.134 0.363,-0.124 0.357,-0.116C0.351,-0.107 0.343,-0.1 0.335,-0.096C0.326,-0.09 0.316,-0.087 0.305,-0.085C0.294,-0.082 0.283,-0.081 0.273,-0.081C0.259,-0.081 0.246,-0.083 0.233,-0.086C0.22,-0.089 0.208,-0.094 0.198,-0.102C0.188,-0.109 0.18,-0.118 0.174,-0.129C0.167,-0.139 0.164,-0.153 0.164,-0.168Z" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
</g>
<g transform="matrix(0.754972,0,9.0204e-17,0.736325,-1419.47,452.68)">
<g transform="matrix(3.08641,0,0,3.08641,637.787,-3208.78)">
<path d="M468.137,1201.42L468.137,1049.02L504.917,1049.02L504.917,1116.5C510.27,1108.29 516.465,1102.57 523.501,1099.34C530.538,1096.1 537.941,1094.48 545.712,1094.48C554.432,1094.48 562.353,1095.99 569.476,1099.01C576.599,1102.03 582.449,1106.65 587.024,1112.87C590.91,1118.14 593.284,1123.55 594.147,1129.12C594.934,1134.19 595.362,1142.19 595.432,1153.1C594.66,1152.55 593.882,1152.05 593.099,1151.58C589.111,1149.2 584.955,1147.82 580.7,1147.81C576.74,1147.81 572.548,1149.23 568.37,1151.73C564.828,1153.86 561.238,1156.8 557.756,1160L557.756,1153.4C557.756,1145.81 556.461,1139.68 553.871,1135.02C550.503,1128.45 544.114,1125.17 534.704,1125.17C524.947,1125.17 517.544,1128.43 512.493,1134.95C507.442,1141.47 504.917,1150.77 504.917,1162.86L504.917,1172.28C501.193,1174.63 497.39,1177.96 493.758,1182.36C486.23,1191.48 473.525,1198.64 468.137,1201.42ZM635.072,1168.67L635.072,1125.69L615.387,1125.69L615.387,1099.4L635.072,1099.4L635.072,1060.03L671.593,1060.03L671.593,1099.4L694.515,1099.4L694.515,1125.69L671.593,1125.69L671.593,1187.53C666.864,1183.29 661.511,1177.8 656.014,1173.87C650.945,1170.24 645.672,1167.93 640.615,1167.89C638.612,1167.87 636.779,1168.16 635.072,1168.67Z" style="fill:rgb(0,118,160);stroke:rgb(0,118,160);stroke-width:0.66px;"/>
</g>
<g transform="matrix(1,0,0,1,1021.23,-276.056)">
<path d="M1060.6,796.011C1060.6,796.011 1121.58,767.498 1153.94,728.309C1174.08,703.92 1195.57,691.232 1213.26,690.571C1248.25,689.264 1260.09,719.067 1280.51,719.239C1305.48,719.449 1362.01,628.372 1408,628.401C1457.55,628.432 1499.49,714.934 1532.06,714.855C1554.06,714.801 1566.71,690.149 1592.78,690.362C1623.28,690.612 1655.6,728.679 1681.12,750.572C1706.79,772.59 1759.3,794.629 1759.3,794.629L1759.3,1022.22C1759.3,1022.22 1508.51,1021.81 1408,1022.11C1322.4,1022.36 1060.6,1022.11 1060.6,1022.11L1060.6,796.011ZM1140.6,876.542C1140.85,889.774 1373.7,892.076 1374.18,896.918C1374.71,902.124 1225.13,901.399 1225.18,910.918C1225.23,918.616 1369.54,916.918 1369.49,920.953C1369.42,926.322 1262.94,935.57 1263,940.838C1263.06,945.753 1407.75,948.326 1408,953.498C1408.25,958.598 1351.88,961.809 1351.88,967.184C1351.88,971.163 1376.67,974.845 1434.09,975.485C1467.46,975.858 1498.52,969.976 1498.4,965.715C1498.24,960.309 1450.52,957.148 1450.39,953.801C1450.26,950.474 1559.01,945.464 1559.18,938.918C1559.33,933.389 1441.29,925.42 1441.18,921.918C1441.1,919.135 1595.06,916.708 1595.18,910.918C1595.27,906.749 1442.14,900.56 1442.18,896.918C1442.22,893.844 1679.44,883.634 1679.3,877.164C1679.23,874.032 1546.47,875.094 1407.25,874.619C1277.44,874.175 1140.51,871.914 1140.6,876.542ZM1228,801C1228,801 1261.95,796.826 1291.04,778C1320.74,758.782 1348.48,738.032 1356,738C1368.59,737.947 1375.68,756.606 1388,756C1405.89,755.12 1427.12,721.952 1445,721C1459.65,720.22 1472.15,734.288 1486.48,739.389C1502.25,745.005 1513,742 1513,742C1513,742 1502.71,735.888 1488.3,722C1480.04,714.03 1462.79,694.431 1453.6,684.554C1440.88,670.897 1430.37,655.951 1408,656C1384.43,656.052 1361.05,685.271 1341,707C1338.48,709.73 1318.73,730.559 1291.67,754.493C1264.11,778.869 1228,801 1228,801ZM1112,796C1112,796 1122.26,794.812 1140.97,786.428C1170.11,773.372 1187.9,758.945 1195,759C1207.59,759.097 1216.15,767.899 1226.48,768C1243.22,768.164 1263,745 1263,745C1263,745 1256.58,738.909 1246.07,731.51C1236.07,724.469 1225.75,717.4 1217,718C1207.45,718.654 1195.73,725.566 1168.67,749.5C1141.11,773.876 1112,796 1112,796ZM1423,821C1423,821 1469.52,817.475 1496,805C1523.7,791.95 1550.46,771.065 1566,771C1578.59,770.947 1586.67,783.833 1602,784C1610.89,784.097 1619.11,778.367 1628,778C1637.51,777.607 1653.52,787.207 1666.55,794.413C1686.97,805.71 1713,804 1713,804C1713,804 1683.76,785.697 1656.6,760.554C1628.88,734.897 1606.37,717.951 1593,718C1569.43,718.087 1554.05,740.271 1532,758C1525.98,762.843 1510.85,780.381 1479.45,796.692C1448.74,812.645 1423,821 1423,821Z" style="fill:rgb(0,118,160);"/>
<path d="M1060.6,796.011C1060.6,796.011 1121.58,767.498 1153.94,728.309C1174.08,703.92 1195.57,691.232 1213.26,690.571C1248.25,689.264 1260.09,719.067 1280.51,719.239C1305.48,719.449 1362.01,628.372 1408,628.401C1457.55,628.432 1499.49,714.934 1532.06,714.855C1554.06,714.801 1566.71,690.149 1592.78,690.362C1623.28,690.612 1655.6,728.679 1681.12,750.572C1706.79,772.59 1759.3,794.629 1759.3,794.629L1759.3,1022.22C1759.3,1022.22 1508.51,1021.81 1408,1022.11C1322.4,1022.36 1060.6,1022.11 1060.6,1022.11L1060.6,796.011ZM1707.26,922.042L1704.4,924.153L1683.01,931.528C1675.23,932.946 1659.73,934.488 1640.22,936.063L1631.74,949.047L1620.02,958.084L1604.99,963.578L1603.04,967.81L1602.25,968.684C1641.69,968.713 1678.94,968.756 1707.26,968.792L1707.26,922.042ZM1112,796C1112,796 1122.26,794.812 1140.97,786.428C1170.11,773.372 1187.9,758.945 1195,759C1207.59,759.097 1216.15,767.899 1226.48,768C1243.22,768.164 1263,745 1263,745C1263,745 1256.58,738.909 1246.07,731.51C1236.07,724.469 1225.75,717.4 1217,718C1207.45,718.654 1195.73,725.566 1168.67,749.5C1141.11,773.876 1112,796 1112,796ZM1423,821C1423,821 1469.52,817.475 1496,805C1523.7,791.95 1550.46,771.065 1566,771C1578.59,770.947 1586.67,783.833 1602,784C1610.89,784.097 1619.11,778.367 1628,778C1637.51,777.607 1653.52,787.207 1666.55,794.413C1686.97,805.71 1713,804 1713,804C1713,804 1683.76,785.697 1656.6,760.554C1628.88,734.897 1606.37,717.951 1593,718C1569.43,718.087 1554.05,740.271 1532,758C1525.98,762.843 1510.85,780.381 1479.45,796.692C1448.74,812.645 1423,821 1423,821ZM1228,801C1228,801 1261.95,796.826 1291.04,778C1320.74,758.782 1348.48,738.032 1356,738C1368.59,737.947 1375.68,756.606 1388,756C1405.89,755.12 1427.12,721.952 1445,721C1459.65,720.22 1472.15,734.288 1486.48,739.389C1502.25,745.005 1513,742 1513,742C1513,742 1502.71,735.888 1488.3,722C1480.04,714.03 1462.79,694.431 1453.6,684.554C1440.88,670.897 1430.37,655.951 1408,656C1384.43,656.052 1361.05,685.271 1341,707C1338.48,709.73 1318.73,730.559 1291.67,754.493C1264.11,778.869 1228,801 1228,801ZM1140.6,876.542C1140.85,889.774 1373.7,892.076 1374.18,896.918C1374.71,902.124 1225.13,901.399 1225.18,910.918C1225.23,918.616 1369.54,916.918 1369.49,920.953C1369.42,926.322 1262.94,935.57 1263,940.838C1263.06,945.753 1407.75,948.326 1408,953.498C1408.25,958.598 1351.88,961.809 1351.88,967.184C1351.88,971.163 1376.67,974.845 1434.09,975.485C1467.46,975.858 1498.52,969.976 1498.4,965.715C1498.24,960.309 1450.52,957.148 1450.39,953.801C1450.26,950.474 1559.01,945.464 1559.18,938.918C1559.33,933.389 1441.29,925.42 1441.18,921.918C1441.1,919.135 1595.06,916.708 1595.18,910.918C1595.27,906.749 1442.14,900.56 1442.18,896.918C1442.22,893.844 1679.44,883.634 1679.3,877.164C1679.23,874.032 1546.47,875.094 1407.25,874.619C1277.44,874.175 1140.51,871.914 1140.6,876.542ZM1219.85,968.856L1217,964.805C1216.55,964.708 1216.13,964.61 1215.75,964.512L1198.5,957.183L1183.01,942.39L1180.7,937.848C1157.8,935.772 1139.55,933.495 1131.52,931.114L1112.64,922.326L1112.64,968.798C1141.62,968.819 1179.87,968.843 1219.85,968.856ZM1370.95,821.11C1370.94,816.454 1371.53,811.88 1372.65,807.487L1360,803.129C1358.36,802.353 1356.44,801.211 1354.42,799.871C1344.81,806.184 1332.77,814.073 1322.31,820.858C1338.25,820.942 1354.55,821.031 1370.95,821.11Z" style="fill:rgb(0,118,160);"/>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 27 KiB

+76
View File
@@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 1661 392" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,-107.54,-60.9263)">
<g transform="matrix(0.661785,0,0,0.661785,6.87379,-252.251)">
<g transform="matrix(1.29837,0,0,1.29837,-894.893,221.353)">
<g transform="matrix(233.753,0,0,233.753,1308.09,362.817)">
<path d="M0.054,-0.714L0.054,-0L0.196,-0L0.196,-0.271C0.196,-0.324 0.205,-0.362 0.222,-0.385C0.239,-0.407 0.267,-0.419 0.306,-0.419C0.34,-0.419 0.364,-0.409 0.377,-0.388C0.39,-0.367 0.397,-0.335 0.397,-0.292L0.397,-0L0.539,-0L0.539,-0.318C0.539,-0.35 0.536,-0.379 0.531,-0.406C0.525,-0.432 0.515,-0.454 0.501,-0.473C0.487,-0.491 0.468,-0.505 0.444,-0.516C0.419,-0.526 0.388,-0.531 0.35,-0.531C0.323,-0.531 0.296,-0.524 0.268,-0.511C0.24,-0.497 0.217,-0.475 0.199,-0.445L0.196,-0.445L0.196,-0.714L0.054,-0.714Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1446.71,362.817)">
<path d="M0.048,-0.358C0.05,-0.391 0.058,-0.419 0.073,-0.441C0.088,-0.463 0.106,-0.481 0.129,-0.494C0.152,-0.507 0.177,-0.517 0.206,-0.523C0.234,-0.528 0.262,-0.531 0.291,-0.531C0.317,-0.531 0.343,-0.529 0.37,-0.526C0.397,-0.522 0.421,-0.515 0.443,-0.504C0.465,-0.493 0.483,-0.478 0.497,-0.46C0.511,-0.44 0.518,-0.415 0.518,-0.384L0.518,-0.115C0.518,-0.092 0.519,-0.069 0.522,-0.048C0.525,-0.027 0.529,-0.011 0.536,-0L0.392,-0C0.389,-0.008 0.387,-0.016 0.386,-0.025C0.384,-0.033 0.383,-0.041 0.382,-0.05C0.359,-0.027 0.333,-0.01 0.302,-0.001C0.271,0.008 0.24,0.013 0.208,0.013C0.183,0.013 0.16,0.01 0.139,0.004C0.118,-0.002 0.099,-0.011 0.083,-0.024C0.067,-0.037 0.055,-0.053 0.046,-0.072C0.037,-0.091 0.032,-0.114 0.032,-0.141C0.032,-0.17 0.037,-0.195 0.048,-0.214C0.058,-0.233 0.071,-0.248 0.088,-0.259C0.104,-0.27 0.123,-0.279 0.144,-0.285C0.165,-0.29 0.186,-0.295 0.207,-0.298C0.228,-0.301 0.249,-0.304 0.27,-0.306C0.291,-0.308 0.309,-0.311 0.325,-0.315C0.341,-0.319 0.354,-0.325 0.363,-0.333C0.372,-0.34 0.377,-0.351 0.376,-0.366C0.376,-0.381 0.374,-0.394 0.369,-0.403C0.364,-0.412 0.357,-0.419 0.349,-0.424C0.34,-0.428 0.331,-0.432 0.32,-0.434C0.309,-0.435 0.297,-0.436 0.284,-0.436C0.256,-0.436 0.234,-0.43 0.218,-0.418C0.202,-0.406 0.193,-0.386 0.19,-0.358L0.048,-0.358ZM0.376,-0.253C0.37,-0.248 0.363,-0.243 0.354,-0.241C0.345,-0.238 0.335,-0.235 0.325,-0.233C0.314,-0.231 0.303,-0.229 0.292,-0.228C0.281,-0.227 0.269,-0.225 0.258,-0.223C0.247,-0.221 0.237,-0.218 0.227,-0.215C0.216,-0.212 0.207,-0.207 0.2,-0.202C0.192,-0.196 0.186,-0.189 0.181,-0.18C0.176,-0.171 0.174,-0.16 0.174,-0.147C0.174,-0.134 0.176,-0.124 0.181,-0.115C0.186,-0.106 0.192,-0.099 0.2,-0.095C0.208,-0.09 0.217,-0.086 0.228,-0.084C0.239,-0.082 0.25,-0.081 0.261,-0.081C0.289,-0.081 0.311,-0.086 0.326,-0.095C0.341,-0.104 0.353,-0.116 0.36,-0.129C0.367,-0.141 0.372,-0.155 0.374,-0.168C0.375,-0.181 0.376,-0.192 0.376,-0.2L0.376,-0.253Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1580.88,362.817)">
<path d="M0.421,-0.26C0.421,-0.239 0.419,-0.218 0.415,-0.198C0.411,-0.178 0.404,-0.16 0.395,-0.145C0.386,-0.129 0.373,-0.116 0.358,-0.107C0.342,-0.098 0.322,-0.093 0.299,-0.093C0.277,-0.093 0.258,-0.098 0.243,-0.108C0.227,-0.117 0.214,-0.13 0.204,-0.146C0.193,-0.161 0.186,-0.179 0.181,-0.199C0.176,-0.219 0.174,-0.239 0.174,-0.259C0.174,-0.28 0.176,-0.301 0.181,-0.321C0.185,-0.34 0.192,-0.358 0.202,-0.373C0.211,-0.388 0.224,-0.401 0.24,-0.41C0.256,-0.419 0.276,-0.424 0.299,-0.424C0.322,-0.424 0.342,-0.419 0.357,-0.41C0.372,-0.401 0.385,-0.389 0.395,-0.374C0.404,-0.359 0.411,-0.341 0.415,-0.322C0.419,-0.302 0.421,-0.281 0.421,-0.26ZM0.423,-0.066L0.423,-0L0.558,-0L0.558,-0.714L0.416,-0.714L0.416,-0.454L0.414,-0.454C0.398,-0.479 0.376,-0.499 0.349,-0.512C0.321,-0.525 0.292,-0.531 0.261,-0.531C0.223,-0.531 0.19,-0.524 0.161,-0.509C0.132,-0.494 0.109,-0.474 0.09,-0.449C0.07,-0.424 0.056,-0.396 0.047,-0.364C0.037,-0.331 0.032,-0.298 0.032,-0.263C0.032,-0.227 0.037,-0.192 0.047,-0.159C0.056,-0.126 0.07,-0.096 0.09,-0.071C0.109,-0.045 0.133,-0.024 0.162,-0.01C0.191,0.006 0.225,0.013 0.264,0.013C0.298,0.013 0.329,0.007 0.356,-0.006C0.383,-0.018 0.404,-0.038 0.421,-0.066L0.423,-0.066Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1723.71,362.817)">
<rect x="0.058" y="-0.714" width="0.142" height="0.714" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1784.01,362.817)">
<path d="M0.18,-0.258C0.18,-0.279 0.182,-0.299 0.186,-0.319C0.19,-0.339 0.197,-0.357 0.207,-0.372C0.216,-0.387 0.229,-0.4 0.245,-0.41C0.261,-0.419 0.281,-0.424 0.305,-0.424C0.329,-0.424 0.349,-0.419 0.366,-0.41C0.382,-0.4 0.395,-0.387 0.405,-0.372C0.414,-0.357 0.421,-0.339 0.425,-0.319C0.429,-0.299 0.431,-0.279 0.431,-0.258C0.431,-0.237 0.429,-0.217 0.425,-0.198C0.421,-0.178 0.414,-0.16 0.405,-0.145C0.395,-0.129 0.382,-0.116 0.366,-0.107C0.349,-0.098 0.329,-0.093 0.305,-0.093C0.281,-0.093 0.261,-0.098 0.245,-0.107C0.229,-0.116 0.216,-0.129 0.207,-0.145C0.197,-0.16 0.19,-0.178 0.186,-0.198C0.182,-0.217 0.18,-0.237 0.18,-0.258ZM0.038,-0.258C0.038,-0.217 0.044,-0.179 0.057,-0.146C0.07,-0.113 0.088,-0.084 0.111,-0.061C0.134,-0.037 0.162,-0.019 0.195,-0.006C0.228,0.007 0.264,0.013 0.305,0.013C0.346,0.013 0.383,0.007 0.416,-0.006C0.449,-0.019 0.477,-0.037 0.5,-0.061C0.523,-0.084 0.541,-0.113 0.554,-0.146C0.567,-0.179 0.573,-0.217 0.573,-0.258C0.573,-0.299 0.567,-0.337 0.554,-0.371C0.541,-0.404 0.523,-0.433 0.5,-0.457C0.477,-0.48 0.449,-0.499 0.416,-0.512C0.383,-0.525 0.346,-0.531 0.305,-0.531C0.264,-0.531 0.228,-0.525 0.195,-0.512C0.162,-0.499 0.134,-0.48 0.111,-0.457C0.088,-0.433 0.07,-0.404 0.057,-0.371C0.044,-0.337 0.038,-0.299 0.038,-0.258Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1926.84,362.817)">
<path d="M0.406,-0.335L0.545,-0.335C0.543,-0.368 0.535,-0.397 0.521,-0.422C0.507,-0.446 0.489,-0.466 0.467,-0.483C0.444,-0.499 0.419,-0.511 0.391,-0.519C0.362,-0.527 0.333,-0.531 0.302,-0.531C0.26,-0.531 0.223,-0.524 0.19,-0.51C0.157,-0.496 0.13,-0.476 0.107,-0.452C0.084,-0.427 0.067,-0.397 0.056,-0.363C0.044,-0.328 0.038,-0.291 0.038,-0.251C0.038,-0.212 0.044,-0.177 0.057,-0.145C0.07,-0.112 0.087,-0.084 0.11,-0.061C0.133,-0.038 0.16,-0.02 0.193,-0.007C0.225,0.007 0.26,0.013 0.299,0.013C0.368,0.013 0.424,-0.005 0.468,-0.041C0.512,-0.077 0.539,-0.129 0.548,-0.198L0.411,-0.198C0.406,-0.166 0.395,-0.14 0.377,-0.122C0.358,-0.102 0.332,-0.093 0.298,-0.093C0.276,-0.093 0.257,-0.098 0.242,-0.108C0.227,-0.118 0.215,-0.131 0.206,-0.147C0.197,-0.162 0.19,-0.18 0.186,-0.199C0.182,-0.218 0.18,-0.237 0.18,-0.256C0.18,-0.275 0.182,-0.295 0.186,-0.315C0.19,-0.334 0.197,-0.352 0.207,-0.369C0.216,-0.385 0.229,-0.398 0.244,-0.409C0.259,-0.419 0.278,-0.424 0.301,-0.424C0.362,-0.424 0.397,-0.394 0.406,-0.335Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2061.01,362.817)">
<path d="M0.067,-0.714L0.067,-0L0.209,-0L0.209,-0.178L0.264,-0.231L0.406,-0L0.578,-0L0.361,-0.327L0.556,-0.517L0.388,-0.517L0.209,-0.331L0.209,-0.714L0.067,-0.714Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1308.09,603.349)">
<path d="M0.234,-0.517L0.234,-0.672L0.092,-0.672L0.092,-0.517L0.006,-0.517L0.006,-0.422L0.092,-0.422L0.092,-0.117C0.092,-0.091 0.096,-0.07 0.105,-0.054C0.114,-0.038 0.126,-0.026 0.141,-0.017C0.156,-0.008 0.173,-0.003 0.193,0.001C0.212,0.004 0.233,0.005 0.255,0.005C0.269,0.005 0.283,0.005 0.298,0.004C0.313,0.003 0.326,0.002 0.338,-0L0.338,-0.11C0.331,-0.109 0.324,-0.108 0.317,-0.107C0.31,-0.106 0.302,-0.106 0.294,-0.106C0.27,-0.106 0.254,-0.11 0.246,-0.118C0.238,-0.126 0.234,-0.142 0.234,-0.166L0.234,-0.422L0.338,-0.422L0.338,-0.517L0.234,-0.517Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1390.37,603.349)">
<path d="M0.402,-0.314L0.171,-0.314C0.172,-0.324 0.174,-0.335 0.178,-0.348C0.181,-0.361 0.188,-0.373 0.197,-0.384C0.206,-0.395 0.218,-0.405 0.233,-0.413C0.248,-0.42 0.266,-0.424 0.289,-0.424C0.324,-0.424 0.349,-0.415 0.367,-0.396C0.384,-0.377 0.395,-0.35 0.402,-0.314ZM0.171,-0.224L0.544,-0.224C0.547,-0.264 0.543,-0.302 0.534,-0.339C0.525,-0.376 0.509,-0.408 0.489,-0.437C0.468,-0.466 0.441,-0.489 0.408,-0.506C0.375,-0.523 0.337,-0.531 0.293,-0.531C0.254,-0.531 0.218,-0.524 0.186,-0.51C0.153,-0.496 0.125,-0.477 0.102,-0.453C0.079,-0.428 0.061,-0.399 0.048,-0.366C0.035,-0.333 0.029,-0.297 0.029,-0.258C0.029,-0.218 0.035,-0.181 0.048,-0.148C0.06,-0.115 0.077,-0.086 0.1,-0.062C0.123,-0.038 0.15,-0.02 0.183,-0.007C0.216,0.007 0.252,0.013 0.293,0.013C0.352,0.013 0.402,-0 0.443,-0.027C0.484,-0.054 0.515,-0.098 0.535,-0.16L0.41,-0.16C0.405,-0.144 0.393,-0.129 0.372,-0.115C0.351,-0.1 0.327,-0.093 0.298,-0.093C0.258,-0.093 0.227,-0.103 0.206,-0.124C0.185,-0.145 0.173,-0.178 0.171,-0.224Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1524.55,603.349)">
<path d="M0.406,-0.335L0.545,-0.335C0.543,-0.368 0.535,-0.397 0.521,-0.422C0.507,-0.446 0.489,-0.466 0.467,-0.483C0.444,-0.499 0.419,-0.511 0.391,-0.519C0.362,-0.527 0.333,-0.531 0.302,-0.531C0.26,-0.531 0.223,-0.524 0.19,-0.51C0.157,-0.496 0.13,-0.476 0.107,-0.452C0.084,-0.427 0.067,-0.397 0.056,-0.363C0.044,-0.328 0.038,-0.291 0.038,-0.251C0.038,-0.212 0.044,-0.177 0.057,-0.145C0.07,-0.112 0.087,-0.084 0.11,-0.061C0.133,-0.038 0.16,-0.02 0.193,-0.007C0.225,0.007 0.26,0.013 0.299,0.013C0.368,0.013 0.424,-0.005 0.468,-0.041C0.512,-0.077 0.539,-0.129 0.548,-0.198L0.411,-0.198C0.406,-0.166 0.395,-0.14 0.377,-0.122C0.358,-0.102 0.332,-0.093 0.298,-0.093C0.276,-0.093 0.257,-0.098 0.242,-0.108C0.227,-0.118 0.215,-0.131 0.206,-0.147C0.197,-0.162 0.19,-0.18 0.186,-0.199C0.182,-0.218 0.18,-0.237 0.18,-0.256C0.18,-0.275 0.182,-0.295 0.186,-0.315C0.19,-0.334 0.197,-0.352 0.207,-0.369C0.216,-0.385 0.229,-0.398 0.244,-0.409C0.259,-0.419 0.278,-0.424 0.301,-0.424C0.362,-0.424 0.397,-0.394 0.406,-0.335Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1658.72,603.349)">
<path d="M0.054,-0.714L0.054,-0L0.196,-0L0.196,-0.271C0.196,-0.324 0.205,-0.362 0.222,-0.385C0.239,-0.407 0.267,-0.419 0.306,-0.419C0.34,-0.419 0.364,-0.409 0.377,-0.388C0.39,-0.367 0.397,-0.335 0.397,-0.292L0.397,-0L0.539,-0L0.539,-0.318C0.539,-0.35 0.536,-0.379 0.531,-0.406C0.525,-0.432 0.515,-0.454 0.501,-0.473C0.487,-0.491 0.468,-0.505 0.444,-0.516C0.419,-0.526 0.388,-0.531 0.35,-0.531C0.323,-0.531 0.296,-0.524 0.268,-0.511C0.24,-0.497 0.217,-0.475 0.199,-0.445L0.196,-0.445L0.196,-0.714L0.054,-0.714Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1797.34,603.349)">
<path d="M0.054,-0.517L0.054,-0L0.196,-0L0.196,-0.271C0.196,-0.324 0.205,-0.362 0.222,-0.385C0.239,-0.407 0.267,-0.419 0.306,-0.419C0.34,-0.419 0.364,-0.409 0.377,-0.388C0.39,-0.367 0.397,-0.335 0.397,-0.292L0.397,-0L0.539,-0L0.539,-0.318C0.539,-0.35 0.536,-0.379 0.531,-0.406C0.525,-0.432 0.515,-0.454 0.501,-0.473C0.487,-0.491 0.468,-0.505 0.444,-0.516C0.419,-0.526 0.388,-0.531 0.35,-0.531C0.32,-0.531 0.291,-0.524 0.262,-0.511C0.233,-0.497 0.21,-0.475 0.192,-0.445L0.189,-0.445L0.189,-0.517L0.054,-0.517Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1935.95,603.349)">
<path d="M0.18,-0.258C0.18,-0.279 0.182,-0.299 0.186,-0.319C0.19,-0.339 0.197,-0.357 0.207,-0.372C0.216,-0.387 0.229,-0.4 0.245,-0.41C0.261,-0.419 0.281,-0.424 0.305,-0.424C0.329,-0.424 0.349,-0.419 0.366,-0.41C0.382,-0.4 0.395,-0.387 0.405,-0.372C0.414,-0.357 0.421,-0.339 0.425,-0.319C0.429,-0.299 0.431,-0.279 0.431,-0.258C0.431,-0.237 0.429,-0.217 0.425,-0.198C0.421,-0.178 0.414,-0.16 0.405,-0.145C0.395,-0.129 0.382,-0.116 0.366,-0.107C0.349,-0.098 0.329,-0.093 0.305,-0.093C0.281,-0.093 0.261,-0.098 0.245,-0.107C0.229,-0.116 0.216,-0.129 0.207,-0.145C0.197,-0.16 0.19,-0.178 0.186,-0.198C0.182,-0.217 0.18,-0.237 0.18,-0.258ZM0.038,-0.258C0.038,-0.217 0.044,-0.179 0.057,-0.146C0.07,-0.113 0.088,-0.084 0.111,-0.061C0.134,-0.037 0.162,-0.019 0.195,-0.006C0.228,0.007 0.264,0.013 0.305,0.013C0.346,0.013 0.383,0.007 0.416,-0.006C0.449,-0.019 0.477,-0.037 0.5,-0.061C0.523,-0.084 0.541,-0.113 0.554,-0.146C0.567,-0.179 0.573,-0.217 0.573,-0.258C0.573,-0.299 0.567,-0.337 0.554,-0.371C0.541,-0.404 0.523,-0.433 0.5,-0.457C0.477,-0.48 0.449,-0.499 0.416,-0.512C0.383,-0.525 0.346,-0.531 0.305,-0.531C0.264,-0.531 0.228,-0.525 0.195,-0.512C0.162,-0.499 0.134,-0.48 0.111,-0.457C0.088,-0.433 0.07,-0.404 0.057,-0.371C0.044,-0.337 0.038,-0.299 0.038,-0.258Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2078.78,603.349)">
<rect x="0.058" y="-0.714" width="0.142" height="0.714" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2139.09,603.349)">
<path d="M0.18,-0.258C0.18,-0.279 0.182,-0.299 0.186,-0.319C0.19,-0.339 0.197,-0.357 0.207,-0.372C0.216,-0.387 0.229,-0.4 0.245,-0.41C0.261,-0.419 0.281,-0.424 0.305,-0.424C0.329,-0.424 0.349,-0.419 0.366,-0.41C0.382,-0.4 0.395,-0.387 0.405,-0.372C0.414,-0.357 0.421,-0.339 0.425,-0.319C0.429,-0.299 0.431,-0.279 0.431,-0.258C0.431,-0.237 0.429,-0.217 0.425,-0.198C0.421,-0.178 0.414,-0.16 0.405,-0.145C0.395,-0.129 0.382,-0.116 0.366,-0.107C0.349,-0.098 0.329,-0.093 0.305,-0.093C0.281,-0.093 0.261,-0.098 0.245,-0.107C0.229,-0.116 0.216,-0.129 0.207,-0.145C0.197,-0.16 0.19,-0.178 0.186,-0.198C0.182,-0.217 0.18,-0.237 0.18,-0.258ZM0.038,-0.258C0.038,-0.217 0.044,-0.179 0.057,-0.146C0.07,-0.113 0.088,-0.084 0.111,-0.061C0.134,-0.037 0.162,-0.019 0.195,-0.006C0.228,0.007 0.264,0.013 0.305,0.013C0.346,0.013 0.383,0.007 0.416,-0.006C0.449,-0.019 0.477,-0.037 0.5,-0.061C0.523,-0.084 0.541,-0.113 0.554,-0.146C0.567,-0.179 0.573,-0.217 0.573,-0.258C0.573,-0.299 0.567,-0.337 0.554,-0.371C0.541,-0.404 0.523,-0.433 0.5,-0.457C0.477,-0.48 0.449,-0.499 0.416,-0.512C0.383,-0.525 0.346,-0.531 0.305,-0.531C0.264,-0.531 0.228,-0.525 0.195,-0.512C0.162,-0.499 0.134,-0.48 0.111,-0.457C0.088,-0.433 0.07,-0.404 0.057,-0.371C0.044,-0.337 0.038,-0.299 0.038,-0.258Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2281.91,603.349)">
<path d="M0.295,-0.122C0.273,-0.122 0.255,-0.127 0.24,-0.136C0.225,-0.145 0.214,-0.157 0.205,-0.172C0.196,-0.187 0.189,-0.203 0.186,-0.222C0.182,-0.24 0.18,-0.258 0.18,-0.277C0.18,-0.296 0.182,-0.315 0.187,-0.333C0.191,-0.35 0.198,-0.366 0.208,-0.38C0.217,-0.393 0.229,-0.404 0.244,-0.412C0.258,-0.42 0.275,-0.424 0.295,-0.424C0.318,-0.424 0.338,-0.42 0.353,-0.411C0.368,-0.402 0.381,-0.391 0.39,-0.376C0.399,-0.361 0.406,-0.345 0.41,-0.326C0.414,-0.307 0.416,-0.286 0.416,-0.265C0.416,-0.246 0.414,-0.229 0.409,-0.212C0.404,-0.195 0.396,-0.179 0.386,-0.166C0.376,-0.153 0.363,-0.142 0.348,-0.134C0.333,-0.126 0.315,-0.122 0.295,-0.122ZM0.551,-0.033L0.551,-0.517L0.416,-0.517L0.416,-0.448L0.414,-0.448C0.397,-0.478 0.375,-0.499 0.35,-0.512C0.324,-0.525 0.294,-0.531 0.26,-0.531C0.224,-0.531 0.192,-0.524 0.165,-0.51C0.137,-0.496 0.114,-0.477 0.095,-0.454C0.076,-0.43 0.062,-0.403 0.053,-0.372C0.043,-0.341 0.038,-0.308 0.038,-0.275C0.038,-0.24 0.042,-0.206 0.051,-0.175C0.059,-0.143 0.072,-0.115 0.09,-0.092C0.108,-0.068 0.131,-0.049 0.159,-0.036C0.187,-0.022 0.22,-0.015 0.259,-0.015C0.29,-0.015 0.32,-0.022 0.349,-0.035C0.377,-0.048 0.399,-0.068 0.414,-0.095L0.416,-0.095L0.416,-0.027C0.417,0.01 0.408,0.04 0.39,0.064C0.371,0.088 0.342,0.1 0.302,0.1C0.277,0.1 0.254,0.095 0.235,0.085C0.216,0.074 0.203,0.056 0.196,0.029L0.055,0.029C0.057,0.058 0.065,0.084 0.08,0.105C0.094,0.126 0.112,0.143 0.134,0.156C0.155,0.169 0.179,0.179 0.206,0.186C0.232,0.192 0.258,0.195 0.283,0.195C0.342,0.195 0.39,0.187 0.425,0.171C0.46,0.155 0.487,0.135 0.506,0.113C0.525,0.09 0.537,0.065 0.543,0.038C0.548,0.011 0.551,-0.012 0.551,-0.033Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2424.73,603.349)">
<path d="M0.2,-0.597L0.2,-0.714L0.058,-0.714L0.058,-0.597L0.2,-0.597ZM0.058,-0.517L0.058,-0L0.2,-0L0.2,-0.517L0.058,-0.517Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2485.04,603.349)">
<path d="M0.402,-0.314L0.171,-0.314C0.172,-0.324 0.174,-0.335 0.178,-0.348C0.181,-0.361 0.188,-0.373 0.197,-0.384C0.206,-0.395 0.218,-0.405 0.233,-0.413C0.248,-0.42 0.266,-0.424 0.289,-0.424C0.324,-0.424 0.349,-0.415 0.367,-0.396C0.384,-0.377 0.395,-0.35 0.402,-0.314ZM0.171,-0.224L0.544,-0.224C0.547,-0.264 0.543,-0.302 0.534,-0.339C0.525,-0.376 0.509,-0.408 0.489,-0.437C0.468,-0.466 0.441,-0.489 0.408,-0.506C0.375,-0.523 0.337,-0.531 0.293,-0.531C0.254,-0.531 0.218,-0.524 0.186,-0.51C0.153,-0.496 0.125,-0.477 0.102,-0.453C0.079,-0.428 0.061,-0.399 0.048,-0.366C0.035,-0.333 0.029,-0.297 0.029,-0.258C0.029,-0.218 0.035,-0.181 0.048,-0.148C0.06,-0.115 0.077,-0.086 0.1,-0.062C0.123,-0.038 0.15,-0.02 0.183,-0.007C0.216,0.007 0.252,0.013 0.293,0.013C0.352,0.013 0.402,-0 0.443,-0.027C0.484,-0.054 0.515,-0.098 0.535,-0.16L0.41,-0.16C0.405,-0.144 0.393,-0.129 0.372,-0.115C0.351,-0.1 0.327,-0.093 0.298,-0.093C0.258,-0.093 0.227,-0.103 0.206,-0.124C0.185,-0.145 0.173,-0.178 0.171,-0.224Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2619.21,603.349)">
<path d="M0.164,-0.168L0.029,-0.168C0.03,-0.133 0.038,-0.105 0.053,-0.082C0.067,-0.058 0.085,-0.04 0.108,-0.026C0.13,-0.012 0.155,-0.002 0.184,0.004C0.213,0.01 0.242,0.013 0.272,0.013C0.301,0.013 0.33,0.01 0.359,0.005C0.387,-0.001 0.412,-0.011 0.434,-0.025C0.456,-0.039 0.474,-0.057 0.488,-0.081C0.501,-0.103 0.508,-0.132 0.508,-0.166C0.508,-0.19 0.503,-0.21 0.494,-0.227C0.485,-0.243 0.472,-0.257 0.457,-0.268C0.442,-0.279 0.424,-0.287 0.405,-0.294C0.385,-0.301 0.365,-0.306 0.344,-0.311C0.324,-0.316 0.304,-0.32 0.285,-0.324C0.266,-0.328 0.249,-0.333 0.234,-0.338C0.219,-0.343 0.206,-0.349 0.197,-0.357C0.188,-0.365 0.183,-0.375 0.183,-0.388C0.183,-0.399 0.186,-0.407 0.191,-0.414C0.196,-0.42 0.203,-0.425 0.211,-0.428C0.218,-0.431 0.227,-0.434 0.236,-0.435C0.245,-0.436 0.254,-0.436 0.262,-0.436C0.287,-0.436 0.309,-0.431 0.328,-0.422C0.347,-0.412 0.357,-0.393 0.359,-0.366L0.494,-0.366C0.491,-0.398 0.483,-0.425 0.47,-0.446C0.456,-0.467 0.439,-0.483 0.418,-0.496C0.397,-0.509 0.374,-0.518 0.348,-0.523C0.321,-0.528 0.294,-0.531 0.266,-0.531C0.238,-0.531 0.211,-0.529 0.184,-0.524C0.157,-0.519 0.133,-0.51 0.112,-0.498C0.091,-0.485 0.074,-0.468 0.061,-0.447C0.048,-0.426 0.041,-0.398 0.041,-0.365C0.041,-0.342 0.046,-0.323 0.055,-0.308C0.064,-0.292 0.077,-0.279 0.092,-0.269C0.107,-0.258 0.125,-0.25 0.145,-0.244C0.164,-0.237 0.184,-0.232 0.205,-0.227C0.256,-0.216 0.295,-0.206 0.324,-0.195C0.352,-0.184 0.366,-0.168 0.366,-0.147C0.366,-0.134 0.363,-0.124 0.357,-0.116C0.351,-0.107 0.343,-0.1 0.335,-0.096C0.326,-0.09 0.316,-0.087 0.305,-0.085C0.294,-0.082 0.283,-0.081 0.273,-0.081C0.259,-0.081 0.246,-0.083 0.233,-0.086C0.22,-0.089 0.208,-0.094 0.198,-0.102C0.188,-0.109 0.18,-0.118 0.174,-0.129C0.167,-0.139 0.164,-0.153 0.164,-0.168Z" style="fill:white;fill-rule:nonzero;"/>
</g>
</g>
<g transform="matrix(0.754972,0,9.0204e-17,0.736325,-1419.47,452.68)">
<g transform="matrix(3.08641,0,0,3.08641,637.787,-3208.78)">
<path d="M468.137,1201.42L468.137,1049.02L504.917,1049.02L504.917,1116.5C510.27,1108.29 516.465,1102.57 523.501,1099.34C530.538,1096.1 537.941,1094.48 545.712,1094.48C554.432,1094.48 562.353,1095.99 569.476,1099.01C576.599,1102.03 582.449,1106.65 587.024,1112.87C590.91,1118.14 593.284,1123.55 594.147,1129.12C594.934,1134.19 595.362,1142.19 595.432,1153.1C594.66,1152.55 593.882,1152.05 593.099,1151.58C589.111,1149.2 584.955,1147.82 580.7,1147.81C576.74,1147.81 572.548,1149.23 568.37,1151.73C564.828,1153.86 561.238,1156.8 557.756,1160L557.756,1153.4C557.756,1145.81 556.461,1139.68 553.871,1135.02C550.503,1128.45 544.114,1125.17 534.704,1125.17C524.947,1125.17 517.544,1128.43 512.493,1134.95C507.442,1141.47 504.917,1150.77 504.917,1162.86L504.917,1172.28C501.193,1174.63 497.39,1177.96 493.758,1182.36C486.23,1191.48 473.525,1198.64 468.137,1201.42ZM635.072,1168.67L635.072,1125.69L615.387,1125.69L615.387,1099.4L635.072,1099.4L635.072,1060.03L671.593,1060.03L671.593,1099.4L694.515,1099.4L694.515,1125.69L671.593,1125.69L671.593,1187.53C666.864,1183.29 661.511,1177.8 656.014,1173.87C650.945,1170.24 645.672,1167.93 640.615,1167.89C638.612,1167.87 636.779,1168.16 635.072,1168.67Z" style="fill:white;stroke:white;stroke-width:0.66px;"/>
</g>
<g transform="matrix(1,0,0,1,1021.23,-276.056)">
<path d="M1060.6,796.011C1060.6,796.011 1121.58,767.498 1153.94,728.309C1174.08,703.92 1195.57,691.232 1213.26,690.571C1248.25,689.264 1260.09,719.067 1280.51,719.239C1305.48,719.449 1362.01,628.372 1408,628.401C1457.55,628.432 1499.49,714.934 1532.06,714.855C1554.06,714.801 1566.71,690.149 1592.78,690.362C1623.28,690.612 1655.6,728.679 1681.12,750.572C1706.79,772.59 1759.3,794.629 1759.3,794.629L1759.3,1022.22C1759.3,1022.22 1508.51,1021.81 1408,1022.11C1322.4,1022.36 1060.6,1022.11 1060.6,1022.11L1060.6,796.011ZM1140.6,876.542C1140.85,889.774 1373.7,892.076 1374.18,896.918C1374.71,902.124 1225.13,901.399 1225.18,910.918C1225.23,918.616 1369.54,916.918 1369.49,920.953C1369.42,926.322 1262.94,935.57 1263,940.838C1263.06,945.753 1407.75,948.326 1408,953.498C1408.25,958.598 1351.88,961.809 1351.88,967.184C1351.88,971.163 1376.67,974.845 1434.09,975.485C1467.46,975.858 1498.52,969.976 1498.4,965.715C1498.24,960.309 1450.52,957.148 1450.39,953.801C1450.26,950.474 1559.01,945.464 1559.18,938.918C1559.33,933.389 1441.29,925.42 1441.18,921.918C1441.1,919.135 1595.06,916.708 1595.18,910.918C1595.27,906.749 1442.14,900.56 1442.18,896.918C1442.22,893.844 1679.44,883.634 1679.3,877.164C1679.23,874.032 1546.47,875.094 1407.25,874.619C1277.44,874.175 1140.51,871.914 1140.6,876.542ZM1228,801C1228,801 1261.95,796.826 1291.04,778C1320.74,758.782 1348.48,738.032 1356,738C1368.59,737.947 1375.68,756.606 1388,756C1405.89,755.12 1427.12,721.952 1445,721C1459.65,720.22 1472.15,734.288 1486.48,739.389C1502.25,745.005 1513,742 1513,742C1513,742 1502.71,735.888 1488.3,722C1480.04,714.03 1462.79,694.431 1453.6,684.554C1440.88,670.897 1430.37,655.951 1408,656C1384.43,656.052 1361.05,685.271 1341,707C1338.48,709.73 1318.73,730.559 1291.67,754.493C1264.11,778.869 1228,801 1228,801ZM1112,796C1112,796 1122.26,794.812 1140.97,786.428C1170.11,773.372 1187.9,758.945 1195,759C1207.59,759.097 1216.15,767.899 1226.48,768C1243.22,768.164 1263,745 1263,745C1263,745 1256.58,738.909 1246.07,731.51C1236.07,724.469 1225.75,717.4 1217,718C1207.45,718.654 1195.73,725.566 1168.67,749.5C1141.11,773.876 1112,796 1112,796ZM1423,821C1423,821 1469.52,817.475 1496,805C1523.7,791.95 1550.46,771.065 1566,771C1578.59,770.947 1586.67,783.833 1602,784C1610.89,784.097 1619.11,778.367 1628,778C1637.51,777.607 1653.52,787.207 1666.55,794.413C1686.97,805.71 1713,804 1713,804C1713,804 1683.76,785.697 1656.6,760.554C1628.88,734.897 1606.37,717.951 1593,718C1569.43,718.087 1554.05,740.271 1532,758C1525.98,762.843 1510.85,780.381 1479.45,796.692C1448.74,812.645 1423,821 1423,821Z" style="fill:white;"/>
<path d="M1060.6,796.011C1060.6,796.011 1121.58,767.498 1153.94,728.309C1174.08,703.92 1195.57,691.232 1213.26,690.571C1248.25,689.264 1260.09,719.067 1280.51,719.239C1305.48,719.449 1362.01,628.372 1408,628.401C1457.55,628.432 1499.49,714.934 1532.06,714.855C1554.06,714.801 1566.71,690.149 1592.78,690.362C1623.28,690.612 1655.6,728.679 1681.12,750.572C1706.79,772.59 1759.3,794.629 1759.3,794.629L1759.3,1022.22C1759.3,1022.22 1508.51,1021.81 1408,1022.11C1322.4,1022.36 1060.6,1022.11 1060.6,1022.11L1060.6,796.011ZM1112,796C1112,796 1122.26,794.812 1140.97,786.428C1170.11,773.372 1187.9,758.945 1195,759C1207.59,759.097 1216.15,767.899 1226.48,768C1243.22,768.164 1263,745 1263,745C1263,745 1256.58,738.909 1246.07,731.51C1236.07,724.469 1225.75,717.4 1217,718C1207.45,718.654 1195.73,725.566 1168.67,749.5C1141.11,773.876 1112,796 1112,796ZM1219.85,968.856L1217,964.805C1216.55,964.708 1216.13,964.61 1215.75,964.512L1198.5,957.183L1183.01,942.39L1180.7,937.848C1157.8,935.772 1139.55,933.495 1131.52,931.114L1112.64,922.326L1112.64,968.798C1141.62,968.819 1179.87,968.843 1219.85,968.856ZM1423,821C1423,821 1469.52,817.475 1496,805C1523.7,791.95 1550.46,771.065 1566,771C1578.59,770.947 1586.67,783.833 1602,784C1610.89,784.097 1619.11,778.367 1628,778C1637.51,777.607 1653.52,787.207 1666.55,794.413C1686.97,805.71 1713,804 1713,804C1713,804 1683.76,785.697 1656.6,760.554C1628.88,734.897 1606.37,717.951 1593,718C1569.43,718.087 1554.05,740.271 1532,758C1525.98,762.843 1510.85,780.381 1479.45,796.692C1448.74,812.645 1423,821 1423,821ZM1707.26,922.042L1704.4,924.153L1683.01,931.528C1675.23,932.946 1659.73,934.488 1640.22,936.063L1631.74,949.047L1620.02,958.084L1604.99,963.578L1603.04,967.81L1602.25,968.684C1641.69,968.713 1678.94,968.756 1707.26,968.792L1707.26,922.042ZM1370.95,821.11C1370.94,816.454 1371.53,811.88 1372.65,807.487L1360,803.129C1358.36,802.353 1356.44,801.211 1354.42,799.871C1344.81,806.184 1332.77,814.073 1322.31,820.858C1338.25,820.942 1354.55,821.031 1370.95,821.11ZM1228,801C1228,801 1261.95,796.826 1291.04,778C1320.74,758.782 1348.48,738.032 1356,738C1368.59,737.947 1375.68,756.606 1388,756C1405.89,755.12 1427.12,721.952 1445,721C1459.65,720.22 1472.15,734.288 1486.48,739.389C1502.25,745.005 1513,742 1513,742C1513,742 1502.71,735.888 1488.3,722C1480.04,714.03 1462.79,694.431 1453.6,684.554C1440.88,670.897 1430.37,655.951 1408,656C1384.43,656.052 1361.05,685.271 1341,707C1338.48,709.73 1318.73,730.559 1291.67,754.493C1264.11,778.869 1228,801 1228,801ZM1140.6,876.542C1140.85,889.774 1373.7,892.076 1374.18,896.918C1374.71,902.124 1225.13,901.399 1225.18,910.918C1225.23,918.616 1369.54,916.918 1369.49,920.953C1369.42,926.322 1262.94,935.57 1263,940.838C1263.06,945.753 1407.75,948.326 1408,953.498C1408.25,958.598 1351.88,961.809 1351.88,967.184C1351.88,971.163 1376.67,974.845 1434.09,975.485C1467.46,975.858 1498.52,969.976 1498.4,965.715C1498.24,960.309 1450.52,957.148 1450.39,953.801C1450.26,950.474 1559.01,945.464 1559.18,938.918C1559.33,933.389 1441.29,925.42 1441.18,921.918C1441.1,919.135 1595.06,916.708 1595.18,910.918C1595.27,906.749 1442.14,900.56 1442.18,896.918C1442.22,893.844 1679.44,883.634 1679.3,877.164C1679.23,874.032 1546.47,875.094 1407.25,874.619C1277.44,874.175 1140.51,871.914 1140.6,876.542Z" style="fill:white;"/>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 27 KiB

+67
View File
@@ -0,0 +1,67 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 1229 391" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,-539.317,-1086.08)">
<g transform="matrix(0.661785,0,0,0.661785,6.87379,771.749)">
<g transform="matrix(1.29837,0,0,1.29837,-894.893,221.353)">
<g transform="matrix(233.753,0,0,233.753,1308.09,362.817)">
<path d="M0.054,-0.714L0.054,-0L0.196,-0L0.196,-0.271C0.196,-0.324 0.205,-0.362 0.222,-0.385C0.239,-0.407 0.267,-0.419 0.306,-0.419C0.34,-0.419 0.364,-0.409 0.377,-0.388C0.39,-0.367 0.397,-0.335 0.397,-0.292L0.397,-0L0.539,-0L0.539,-0.318C0.539,-0.35 0.536,-0.379 0.531,-0.406C0.525,-0.432 0.515,-0.454 0.501,-0.473C0.487,-0.491 0.468,-0.505 0.444,-0.516C0.419,-0.526 0.388,-0.531 0.35,-0.531C0.323,-0.531 0.296,-0.524 0.268,-0.511C0.24,-0.497 0.217,-0.475 0.199,-0.445L0.196,-0.445L0.196,-0.714L0.054,-0.714Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1446.71,362.817)">
<path d="M0.048,-0.358C0.05,-0.391 0.058,-0.419 0.073,-0.441C0.088,-0.463 0.106,-0.481 0.129,-0.494C0.152,-0.507 0.177,-0.517 0.206,-0.523C0.234,-0.528 0.262,-0.531 0.291,-0.531C0.317,-0.531 0.343,-0.529 0.37,-0.526C0.397,-0.522 0.421,-0.515 0.443,-0.504C0.465,-0.493 0.483,-0.478 0.497,-0.46C0.511,-0.44 0.518,-0.415 0.518,-0.384L0.518,-0.115C0.518,-0.092 0.519,-0.069 0.522,-0.048C0.525,-0.027 0.529,-0.011 0.536,-0L0.392,-0C0.389,-0.008 0.387,-0.016 0.386,-0.025C0.384,-0.033 0.383,-0.041 0.382,-0.05C0.359,-0.027 0.333,-0.01 0.302,-0.001C0.271,0.008 0.24,0.013 0.208,0.013C0.183,0.013 0.16,0.01 0.139,0.004C0.118,-0.002 0.099,-0.011 0.083,-0.024C0.067,-0.037 0.055,-0.053 0.046,-0.072C0.037,-0.091 0.032,-0.114 0.032,-0.141C0.032,-0.17 0.037,-0.195 0.048,-0.214C0.058,-0.233 0.071,-0.248 0.088,-0.259C0.104,-0.27 0.123,-0.279 0.144,-0.285C0.165,-0.29 0.186,-0.295 0.207,-0.298C0.228,-0.301 0.249,-0.304 0.27,-0.306C0.291,-0.308 0.309,-0.311 0.325,-0.315C0.341,-0.319 0.354,-0.325 0.363,-0.333C0.372,-0.34 0.377,-0.351 0.376,-0.366C0.376,-0.381 0.374,-0.394 0.369,-0.403C0.364,-0.412 0.357,-0.419 0.349,-0.424C0.34,-0.428 0.331,-0.432 0.32,-0.434C0.309,-0.435 0.297,-0.436 0.284,-0.436C0.256,-0.436 0.234,-0.43 0.218,-0.418C0.202,-0.406 0.193,-0.386 0.19,-0.358L0.048,-0.358ZM0.376,-0.253C0.37,-0.248 0.363,-0.243 0.354,-0.241C0.345,-0.238 0.335,-0.235 0.325,-0.233C0.314,-0.231 0.303,-0.229 0.292,-0.228C0.281,-0.227 0.269,-0.225 0.258,-0.223C0.247,-0.221 0.237,-0.218 0.227,-0.215C0.216,-0.212 0.207,-0.207 0.2,-0.202C0.192,-0.196 0.186,-0.189 0.181,-0.18C0.176,-0.171 0.174,-0.16 0.174,-0.147C0.174,-0.134 0.176,-0.124 0.181,-0.115C0.186,-0.106 0.192,-0.099 0.2,-0.095C0.208,-0.09 0.217,-0.086 0.228,-0.084C0.239,-0.082 0.25,-0.081 0.261,-0.081C0.289,-0.081 0.311,-0.086 0.326,-0.095C0.341,-0.104 0.353,-0.116 0.36,-0.129C0.367,-0.141 0.372,-0.155 0.374,-0.168C0.375,-0.181 0.376,-0.192 0.376,-0.2L0.376,-0.253Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1580.88,362.817)">
<path d="M0.421,-0.26C0.421,-0.239 0.419,-0.218 0.415,-0.198C0.411,-0.178 0.404,-0.16 0.395,-0.145C0.386,-0.129 0.373,-0.116 0.358,-0.107C0.342,-0.098 0.322,-0.093 0.299,-0.093C0.277,-0.093 0.258,-0.098 0.243,-0.108C0.227,-0.117 0.214,-0.13 0.204,-0.146C0.193,-0.161 0.186,-0.179 0.181,-0.199C0.176,-0.219 0.174,-0.239 0.174,-0.259C0.174,-0.28 0.176,-0.301 0.181,-0.321C0.185,-0.34 0.192,-0.358 0.202,-0.373C0.211,-0.388 0.224,-0.401 0.24,-0.41C0.256,-0.419 0.276,-0.424 0.299,-0.424C0.322,-0.424 0.342,-0.419 0.357,-0.41C0.372,-0.401 0.385,-0.389 0.395,-0.374C0.404,-0.359 0.411,-0.341 0.415,-0.322C0.419,-0.302 0.421,-0.281 0.421,-0.26ZM0.423,-0.066L0.423,-0L0.558,-0L0.558,-0.714L0.416,-0.714L0.416,-0.454L0.414,-0.454C0.398,-0.479 0.376,-0.499 0.349,-0.512C0.321,-0.525 0.292,-0.531 0.261,-0.531C0.223,-0.531 0.19,-0.524 0.161,-0.509C0.132,-0.494 0.109,-0.474 0.09,-0.449C0.07,-0.424 0.056,-0.396 0.047,-0.364C0.037,-0.331 0.032,-0.298 0.032,-0.263C0.032,-0.227 0.037,-0.192 0.047,-0.159C0.056,-0.126 0.07,-0.096 0.09,-0.071C0.109,-0.045 0.133,-0.024 0.162,-0.01C0.191,0.006 0.225,0.013 0.264,0.013C0.298,0.013 0.329,0.007 0.356,-0.006C0.383,-0.018 0.404,-0.038 0.421,-0.066L0.423,-0.066Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1723.71,362.817)">
<rect x="0.058" y="-0.714" width="0.142" height="0.714" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1784.01,362.817)">
<path d="M0.18,-0.258C0.18,-0.279 0.182,-0.299 0.186,-0.319C0.19,-0.339 0.197,-0.357 0.207,-0.372C0.216,-0.387 0.229,-0.4 0.245,-0.41C0.261,-0.419 0.281,-0.424 0.305,-0.424C0.329,-0.424 0.349,-0.419 0.366,-0.41C0.382,-0.4 0.395,-0.387 0.405,-0.372C0.414,-0.357 0.421,-0.339 0.425,-0.319C0.429,-0.299 0.431,-0.279 0.431,-0.258C0.431,-0.237 0.429,-0.217 0.425,-0.198C0.421,-0.178 0.414,-0.16 0.405,-0.145C0.395,-0.129 0.382,-0.116 0.366,-0.107C0.349,-0.098 0.329,-0.093 0.305,-0.093C0.281,-0.093 0.261,-0.098 0.245,-0.107C0.229,-0.116 0.216,-0.129 0.207,-0.145C0.197,-0.16 0.19,-0.178 0.186,-0.198C0.182,-0.217 0.18,-0.237 0.18,-0.258ZM0.038,-0.258C0.038,-0.217 0.044,-0.179 0.057,-0.146C0.07,-0.113 0.088,-0.084 0.111,-0.061C0.134,-0.037 0.162,-0.019 0.195,-0.006C0.228,0.007 0.264,0.013 0.305,0.013C0.346,0.013 0.383,0.007 0.416,-0.006C0.449,-0.019 0.477,-0.037 0.5,-0.061C0.523,-0.084 0.541,-0.113 0.554,-0.146C0.567,-0.179 0.573,-0.217 0.573,-0.258C0.573,-0.299 0.567,-0.337 0.554,-0.371C0.541,-0.404 0.523,-0.433 0.5,-0.457C0.477,-0.48 0.449,-0.499 0.416,-0.512C0.383,-0.525 0.346,-0.531 0.305,-0.531C0.264,-0.531 0.228,-0.525 0.195,-0.512C0.162,-0.499 0.134,-0.48 0.111,-0.457C0.088,-0.433 0.07,-0.404 0.057,-0.371C0.044,-0.337 0.038,-0.299 0.038,-0.258Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1926.84,362.817)">
<path d="M0.406,-0.335L0.545,-0.335C0.543,-0.368 0.535,-0.397 0.521,-0.422C0.507,-0.446 0.489,-0.466 0.467,-0.483C0.444,-0.499 0.419,-0.511 0.391,-0.519C0.362,-0.527 0.333,-0.531 0.302,-0.531C0.26,-0.531 0.223,-0.524 0.19,-0.51C0.157,-0.496 0.13,-0.476 0.107,-0.452C0.084,-0.427 0.067,-0.397 0.056,-0.363C0.044,-0.328 0.038,-0.291 0.038,-0.251C0.038,-0.212 0.044,-0.177 0.057,-0.145C0.07,-0.112 0.087,-0.084 0.11,-0.061C0.133,-0.038 0.16,-0.02 0.193,-0.007C0.225,0.007 0.26,0.013 0.299,0.013C0.368,0.013 0.424,-0.005 0.468,-0.041C0.512,-0.077 0.539,-0.129 0.548,-0.198L0.411,-0.198C0.406,-0.166 0.395,-0.14 0.377,-0.122C0.358,-0.102 0.332,-0.093 0.298,-0.093C0.276,-0.093 0.257,-0.098 0.242,-0.108C0.227,-0.118 0.215,-0.131 0.206,-0.147C0.197,-0.162 0.19,-0.18 0.186,-0.199C0.182,-0.218 0.18,-0.237 0.18,-0.256C0.18,-0.275 0.182,-0.295 0.186,-0.315C0.19,-0.334 0.197,-0.352 0.207,-0.369C0.216,-0.385 0.229,-0.398 0.244,-0.409C0.259,-0.419 0.278,-0.424 0.301,-0.424C0.362,-0.424 0.397,-0.394 0.406,-0.335Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2061.01,362.817)">
<path d="M0.067,-0.714L0.067,-0L0.209,-0L0.209,-0.178L0.264,-0.231L0.406,-0L0.578,-0L0.361,-0.327L0.556,-0.517L0.388,-0.517L0.209,-0.331L0.209,-0.714L0.067,-0.714Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1308.09,603.349)">
<path d="M0.234,-0.517L0.234,-0.672L0.092,-0.672L0.092,-0.517L0.006,-0.517L0.006,-0.422L0.092,-0.422L0.092,-0.117C0.092,-0.091 0.096,-0.07 0.105,-0.054C0.114,-0.038 0.126,-0.026 0.141,-0.017C0.156,-0.008 0.173,-0.003 0.193,0.001C0.212,0.004 0.233,0.005 0.255,0.005C0.269,0.005 0.283,0.005 0.298,0.004C0.313,0.003 0.326,0.002 0.338,-0L0.338,-0.11C0.331,-0.109 0.324,-0.108 0.317,-0.107C0.31,-0.106 0.302,-0.106 0.294,-0.106C0.27,-0.106 0.254,-0.11 0.246,-0.118C0.238,-0.126 0.234,-0.142 0.234,-0.166L0.234,-0.422L0.338,-0.422L0.338,-0.517L0.234,-0.517Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1390.37,603.349)">
<path d="M0.402,-0.314L0.171,-0.314C0.172,-0.324 0.174,-0.335 0.178,-0.348C0.181,-0.361 0.188,-0.373 0.197,-0.384C0.206,-0.395 0.218,-0.405 0.233,-0.413C0.248,-0.42 0.266,-0.424 0.289,-0.424C0.324,-0.424 0.349,-0.415 0.367,-0.396C0.384,-0.377 0.395,-0.35 0.402,-0.314ZM0.171,-0.224L0.544,-0.224C0.547,-0.264 0.543,-0.302 0.534,-0.339C0.525,-0.376 0.509,-0.408 0.489,-0.437C0.468,-0.466 0.441,-0.489 0.408,-0.506C0.375,-0.523 0.337,-0.531 0.293,-0.531C0.254,-0.531 0.218,-0.524 0.186,-0.51C0.153,-0.496 0.125,-0.477 0.102,-0.453C0.079,-0.428 0.061,-0.399 0.048,-0.366C0.035,-0.333 0.029,-0.297 0.029,-0.258C0.029,-0.218 0.035,-0.181 0.048,-0.148C0.06,-0.115 0.077,-0.086 0.1,-0.062C0.123,-0.038 0.15,-0.02 0.183,-0.007C0.216,0.007 0.252,0.013 0.293,0.013C0.352,0.013 0.402,-0 0.443,-0.027C0.484,-0.054 0.515,-0.098 0.535,-0.16L0.41,-0.16C0.405,-0.144 0.393,-0.129 0.372,-0.115C0.351,-0.1 0.327,-0.093 0.298,-0.093C0.258,-0.093 0.227,-0.103 0.206,-0.124C0.185,-0.145 0.173,-0.178 0.171,-0.224Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1524.55,603.349)">
<path d="M0.406,-0.335L0.545,-0.335C0.543,-0.368 0.535,-0.397 0.521,-0.422C0.507,-0.446 0.489,-0.466 0.467,-0.483C0.444,-0.499 0.419,-0.511 0.391,-0.519C0.362,-0.527 0.333,-0.531 0.302,-0.531C0.26,-0.531 0.223,-0.524 0.19,-0.51C0.157,-0.496 0.13,-0.476 0.107,-0.452C0.084,-0.427 0.067,-0.397 0.056,-0.363C0.044,-0.328 0.038,-0.291 0.038,-0.251C0.038,-0.212 0.044,-0.177 0.057,-0.145C0.07,-0.112 0.087,-0.084 0.11,-0.061C0.133,-0.038 0.16,-0.02 0.193,-0.007C0.225,0.007 0.26,0.013 0.299,0.013C0.368,0.013 0.424,-0.005 0.468,-0.041C0.512,-0.077 0.539,-0.129 0.548,-0.198L0.411,-0.198C0.406,-0.166 0.395,-0.14 0.377,-0.122C0.358,-0.102 0.332,-0.093 0.298,-0.093C0.276,-0.093 0.257,-0.098 0.242,-0.108C0.227,-0.118 0.215,-0.131 0.206,-0.147C0.197,-0.162 0.19,-0.18 0.186,-0.199C0.182,-0.218 0.18,-0.237 0.18,-0.256C0.18,-0.275 0.182,-0.295 0.186,-0.315C0.19,-0.334 0.197,-0.352 0.207,-0.369C0.216,-0.385 0.229,-0.398 0.244,-0.409C0.259,-0.419 0.278,-0.424 0.301,-0.424C0.362,-0.424 0.397,-0.394 0.406,-0.335Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1658.72,603.349)">
<path d="M0.054,-0.714L0.054,-0L0.196,-0L0.196,-0.271C0.196,-0.324 0.205,-0.362 0.222,-0.385C0.239,-0.407 0.267,-0.419 0.306,-0.419C0.34,-0.419 0.364,-0.409 0.377,-0.388C0.39,-0.367 0.397,-0.335 0.397,-0.292L0.397,-0L0.539,-0L0.539,-0.318C0.539,-0.35 0.536,-0.379 0.531,-0.406C0.525,-0.432 0.515,-0.454 0.501,-0.473C0.487,-0.491 0.468,-0.505 0.444,-0.516C0.419,-0.526 0.388,-0.531 0.35,-0.531C0.323,-0.531 0.296,-0.524 0.268,-0.511C0.24,-0.497 0.217,-0.475 0.199,-0.445L0.196,-0.445L0.196,-0.714L0.054,-0.714Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1797.34,603.349)">
<path d="M0.054,-0.517L0.054,-0L0.196,-0L0.196,-0.271C0.196,-0.324 0.205,-0.362 0.222,-0.385C0.239,-0.407 0.267,-0.419 0.306,-0.419C0.34,-0.419 0.364,-0.409 0.377,-0.388C0.39,-0.367 0.397,-0.335 0.397,-0.292L0.397,-0L0.539,-0L0.539,-0.318C0.539,-0.35 0.536,-0.379 0.531,-0.406C0.525,-0.432 0.515,-0.454 0.501,-0.473C0.487,-0.491 0.468,-0.505 0.444,-0.516C0.419,-0.526 0.388,-0.531 0.35,-0.531C0.32,-0.531 0.291,-0.524 0.262,-0.511C0.233,-0.497 0.21,-0.475 0.192,-0.445L0.189,-0.445L0.189,-0.517L0.054,-0.517Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1935.95,603.349)">
<path d="M0.18,-0.258C0.18,-0.279 0.182,-0.299 0.186,-0.319C0.19,-0.339 0.197,-0.357 0.207,-0.372C0.216,-0.387 0.229,-0.4 0.245,-0.41C0.261,-0.419 0.281,-0.424 0.305,-0.424C0.329,-0.424 0.349,-0.419 0.366,-0.41C0.382,-0.4 0.395,-0.387 0.405,-0.372C0.414,-0.357 0.421,-0.339 0.425,-0.319C0.429,-0.299 0.431,-0.279 0.431,-0.258C0.431,-0.237 0.429,-0.217 0.425,-0.198C0.421,-0.178 0.414,-0.16 0.405,-0.145C0.395,-0.129 0.382,-0.116 0.366,-0.107C0.349,-0.098 0.329,-0.093 0.305,-0.093C0.281,-0.093 0.261,-0.098 0.245,-0.107C0.229,-0.116 0.216,-0.129 0.207,-0.145C0.197,-0.16 0.19,-0.178 0.186,-0.198C0.182,-0.217 0.18,-0.237 0.18,-0.258ZM0.038,-0.258C0.038,-0.217 0.044,-0.179 0.057,-0.146C0.07,-0.113 0.088,-0.084 0.111,-0.061C0.134,-0.037 0.162,-0.019 0.195,-0.006C0.228,0.007 0.264,0.013 0.305,0.013C0.346,0.013 0.383,0.007 0.416,-0.006C0.449,-0.019 0.477,-0.037 0.5,-0.061C0.523,-0.084 0.541,-0.113 0.554,-0.146C0.567,-0.179 0.573,-0.217 0.573,-0.258C0.573,-0.299 0.567,-0.337 0.554,-0.371C0.541,-0.404 0.523,-0.433 0.5,-0.457C0.477,-0.48 0.449,-0.499 0.416,-0.512C0.383,-0.525 0.346,-0.531 0.305,-0.531C0.264,-0.531 0.228,-0.525 0.195,-0.512C0.162,-0.499 0.134,-0.48 0.111,-0.457C0.088,-0.433 0.07,-0.404 0.057,-0.371C0.044,-0.337 0.038,-0.299 0.038,-0.258Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2078.78,603.349)">
<rect x="0.058" y="-0.714" width="0.142" height="0.714" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2139.09,603.349)">
<path d="M0.18,-0.258C0.18,-0.279 0.182,-0.299 0.186,-0.319C0.19,-0.339 0.197,-0.357 0.207,-0.372C0.216,-0.387 0.229,-0.4 0.245,-0.41C0.261,-0.419 0.281,-0.424 0.305,-0.424C0.329,-0.424 0.349,-0.419 0.366,-0.41C0.382,-0.4 0.395,-0.387 0.405,-0.372C0.414,-0.357 0.421,-0.339 0.425,-0.319C0.429,-0.299 0.431,-0.279 0.431,-0.258C0.431,-0.237 0.429,-0.217 0.425,-0.198C0.421,-0.178 0.414,-0.16 0.405,-0.145C0.395,-0.129 0.382,-0.116 0.366,-0.107C0.349,-0.098 0.329,-0.093 0.305,-0.093C0.281,-0.093 0.261,-0.098 0.245,-0.107C0.229,-0.116 0.216,-0.129 0.207,-0.145C0.197,-0.16 0.19,-0.178 0.186,-0.198C0.182,-0.217 0.18,-0.237 0.18,-0.258ZM0.038,-0.258C0.038,-0.217 0.044,-0.179 0.057,-0.146C0.07,-0.113 0.088,-0.084 0.111,-0.061C0.134,-0.037 0.162,-0.019 0.195,-0.006C0.228,0.007 0.264,0.013 0.305,0.013C0.346,0.013 0.383,0.007 0.416,-0.006C0.449,-0.019 0.477,-0.037 0.5,-0.061C0.523,-0.084 0.541,-0.113 0.554,-0.146C0.567,-0.179 0.573,-0.217 0.573,-0.258C0.573,-0.299 0.567,-0.337 0.554,-0.371C0.541,-0.404 0.523,-0.433 0.5,-0.457C0.477,-0.48 0.449,-0.499 0.416,-0.512C0.383,-0.525 0.346,-0.531 0.305,-0.531C0.264,-0.531 0.228,-0.525 0.195,-0.512C0.162,-0.499 0.134,-0.48 0.111,-0.457C0.088,-0.433 0.07,-0.404 0.057,-0.371C0.044,-0.337 0.038,-0.299 0.038,-0.258Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2281.91,603.349)">
<path d="M0.295,-0.122C0.273,-0.122 0.255,-0.127 0.24,-0.136C0.225,-0.145 0.214,-0.157 0.205,-0.172C0.196,-0.187 0.189,-0.203 0.186,-0.222C0.182,-0.24 0.18,-0.258 0.18,-0.277C0.18,-0.296 0.182,-0.315 0.187,-0.333C0.191,-0.35 0.198,-0.366 0.208,-0.38C0.217,-0.393 0.229,-0.404 0.244,-0.412C0.258,-0.42 0.275,-0.424 0.295,-0.424C0.318,-0.424 0.338,-0.42 0.353,-0.411C0.368,-0.402 0.381,-0.391 0.39,-0.376C0.399,-0.361 0.406,-0.345 0.41,-0.326C0.414,-0.307 0.416,-0.286 0.416,-0.265C0.416,-0.246 0.414,-0.229 0.409,-0.212C0.404,-0.195 0.396,-0.179 0.386,-0.166C0.376,-0.153 0.363,-0.142 0.348,-0.134C0.333,-0.126 0.315,-0.122 0.295,-0.122ZM0.551,-0.033L0.551,-0.517L0.416,-0.517L0.416,-0.448L0.414,-0.448C0.397,-0.478 0.375,-0.499 0.35,-0.512C0.324,-0.525 0.294,-0.531 0.26,-0.531C0.224,-0.531 0.192,-0.524 0.165,-0.51C0.137,-0.496 0.114,-0.477 0.095,-0.454C0.076,-0.43 0.062,-0.403 0.053,-0.372C0.043,-0.341 0.038,-0.308 0.038,-0.275C0.038,-0.24 0.042,-0.206 0.051,-0.175C0.059,-0.143 0.072,-0.115 0.09,-0.092C0.108,-0.068 0.131,-0.049 0.159,-0.036C0.187,-0.022 0.22,-0.015 0.259,-0.015C0.29,-0.015 0.32,-0.022 0.349,-0.035C0.377,-0.048 0.399,-0.068 0.414,-0.095L0.416,-0.095L0.416,-0.027C0.417,0.01 0.408,0.04 0.39,0.064C0.371,0.088 0.342,0.1 0.302,0.1C0.277,0.1 0.254,0.095 0.235,0.085C0.216,0.074 0.203,0.056 0.196,0.029L0.055,0.029C0.057,0.058 0.065,0.084 0.08,0.105C0.094,0.126 0.112,0.143 0.134,0.156C0.155,0.169 0.179,0.179 0.206,0.186C0.232,0.192 0.258,0.195 0.283,0.195C0.342,0.195 0.39,0.187 0.425,0.171C0.46,0.155 0.487,0.135 0.506,0.113C0.525,0.09 0.537,0.065 0.543,0.038C0.548,0.011 0.551,-0.012 0.551,-0.033Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2424.73,603.349)">
<path d="M0.2,-0.597L0.2,-0.714L0.058,-0.714L0.058,-0.597L0.2,-0.597ZM0.058,-0.517L0.058,-0L0.2,-0L0.2,-0.517L0.058,-0.517Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2485.04,603.349)">
<path d="M0.402,-0.314L0.171,-0.314C0.172,-0.324 0.174,-0.335 0.178,-0.348C0.181,-0.361 0.188,-0.373 0.197,-0.384C0.206,-0.395 0.218,-0.405 0.233,-0.413C0.248,-0.42 0.266,-0.424 0.289,-0.424C0.324,-0.424 0.349,-0.415 0.367,-0.396C0.384,-0.377 0.395,-0.35 0.402,-0.314ZM0.171,-0.224L0.544,-0.224C0.547,-0.264 0.543,-0.302 0.534,-0.339C0.525,-0.376 0.509,-0.408 0.489,-0.437C0.468,-0.466 0.441,-0.489 0.408,-0.506C0.375,-0.523 0.337,-0.531 0.293,-0.531C0.254,-0.531 0.218,-0.524 0.186,-0.51C0.153,-0.496 0.125,-0.477 0.102,-0.453C0.079,-0.428 0.061,-0.399 0.048,-0.366C0.035,-0.333 0.029,-0.297 0.029,-0.258C0.029,-0.218 0.035,-0.181 0.048,-0.148C0.06,-0.115 0.077,-0.086 0.1,-0.062C0.123,-0.038 0.15,-0.02 0.183,-0.007C0.216,0.007 0.252,0.013 0.293,0.013C0.352,0.013 0.402,-0 0.443,-0.027C0.484,-0.054 0.515,-0.098 0.535,-0.16L0.41,-0.16C0.405,-0.144 0.393,-0.129 0.372,-0.115C0.351,-0.1 0.327,-0.093 0.298,-0.093C0.258,-0.093 0.227,-0.103 0.206,-0.124C0.185,-0.145 0.173,-0.178 0.171,-0.224Z" style="fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2619.21,603.349)">
<path d="M0.164,-0.168L0.029,-0.168C0.03,-0.133 0.038,-0.105 0.053,-0.082C0.067,-0.058 0.085,-0.04 0.108,-0.026C0.13,-0.012 0.155,-0.002 0.184,0.004C0.213,0.01 0.242,0.013 0.272,0.013C0.301,0.013 0.33,0.01 0.359,0.005C0.387,-0.001 0.412,-0.011 0.434,-0.025C0.456,-0.039 0.474,-0.057 0.488,-0.081C0.501,-0.103 0.508,-0.132 0.508,-0.166C0.508,-0.19 0.503,-0.21 0.494,-0.227C0.485,-0.243 0.472,-0.257 0.457,-0.268C0.442,-0.279 0.424,-0.287 0.405,-0.294C0.385,-0.301 0.365,-0.306 0.344,-0.311C0.324,-0.316 0.304,-0.32 0.285,-0.324C0.266,-0.328 0.249,-0.333 0.234,-0.338C0.219,-0.343 0.206,-0.349 0.197,-0.357C0.188,-0.365 0.183,-0.375 0.183,-0.388C0.183,-0.399 0.186,-0.407 0.191,-0.414C0.196,-0.42 0.203,-0.425 0.211,-0.428C0.218,-0.431 0.227,-0.434 0.236,-0.435C0.245,-0.436 0.254,-0.436 0.262,-0.436C0.287,-0.436 0.309,-0.431 0.328,-0.422C0.347,-0.412 0.357,-0.393 0.359,-0.366L0.494,-0.366C0.491,-0.398 0.483,-0.425 0.47,-0.446C0.456,-0.467 0.439,-0.483 0.418,-0.496C0.397,-0.509 0.374,-0.518 0.348,-0.523C0.321,-0.528 0.294,-0.531 0.266,-0.531C0.238,-0.531 0.211,-0.529 0.184,-0.524C0.157,-0.519 0.133,-0.51 0.112,-0.498C0.091,-0.485 0.074,-0.468 0.061,-0.447C0.048,-0.426 0.041,-0.398 0.041,-0.365C0.041,-0.342 0.046,-0.323 0.055,-0.308C0.064,-0.292 0.077,-0.279 0.092,-0.269C0.107,-0.258 0.125,-0.25 0.145,-0.244C0.164,-0.237 0.184,-0.232 0.205,-0.227C0.256,-0.216 0.295,-0.206 0.324,-0.195C0.352,-0.184 0.366,-0.168 0.366,-0.147C0.366,-0.134 0.363,-0.124 0.357,-0.116C0.351,-0.107 0.343,-0.1 0.335,-0.096C0.326,-0.09 0.316,-0.087 0.305,-0.085C0.294,-0.082 0.283,-0.081 0.273,-0.081C0.259,-0.081 0.246,-0.083 0.233,-0.086C0.22,-0.089 0.208,-0.094 0.198,-0.102C0.188,-0.109 0.18,-0.118 0.174,-0.129C0.167,-0.139 0.164,-0.153 0.164,-0.168Z" style="fill-rule:nonzero;"/>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 20 KiB

+67
View File
@@ -0,0 +1,67 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 1229 391" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,-539.317,-574.076)">
<g transform="matrix(0.661785,0,0,0.661785,6.87379,259.749)">
<g transform="matrix(1.29837,0,0,1.29837,-894.893,221.353)">
<g transform="matrix(233.753,0,0,233.753,1308.09,362.817)">
<path d="M0.054,-0.714L0.054,-0L0.196,-0L0.196,-0.271C0.196,-0.324 0.205,-0.362 0.222,-0.385C0.239,-0.407 0.267,-0.419 0.306,-0.419C0.34,-0.419 0.364,-0.409 0.377,-0.388C0.39,-0.367 0.397,-0.335 0.397,-0.292L0.397,-0L0.539,-0L0.539,-0.318C0.539,-0.35 0.536,-0.379 0.531,-0.406C0.525,-0.432 0.515,-0.454 0.501,-0.473C0.487,-0.491 0.468,-0.505 0.444,-0.516C0.419,-0.526 0.388,-0.531 0.35,-0.531C0.323,-0.531 0.296,-0.524 0.268,-0.511C0.24,-0.497 0.217,-0.475 0.199,-0.445L0.196,-0.445L0.196,-0.714L0.054,-0.714Z" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1446.71,362.817)">
<path d="M0.048,-0.358C0.05,-0.391 0.058,-0.419 0.073,-0.441C0.088,-0.463 0.106,-0.481 0.129,-0.494C0.152,-0.507 0.177,-0.517 0.206,-0.523C0.234,-0.528 0.262,-0.531 0.291,-0.531C0.317,-0.531 0.343,-0.529 0.37,-0.526C0.397,-0.522 0.421,-0.515 0.443,-0.504C0.465,-0.493 0.483,-0.478 0.497,-0.46C0.511,-0.44 0.518,-0.415 0.518,-0.384L0.518,-0.115C0.518,-0.092 0.519,-0.069 0.522,-0.048C0.525,-0.027 0.529,-0.011 0.536,-0L0.392,-0C0.389,-0.008 0.387,-0.016 0.386,-0.025C0.384,-0.033 0.383,-0.041 0.382,-0.05C0.359,-0.027 0.333,-0.01 0.302,-0.001C0.271,0.008 0.24,0.013 0.208,0.013C0.183,0.013 0.16,0.01 0.139,0.004C0.118,-0.002 0.099,-0.011 0.083,-0.024C0.067,-0.037 0.055,-0.053 0.046,-0.072C0.037,-0.091 0.032,-0.114 0.032,-0.141C0.032,-0.17 0.037,-0.195 0.048,-0.214C0.058,-0.233 0.071,-0.248 0.088,-0.259C0.104,-0.27 0.123,-0.279 0.144,-0.285C0.165,-0.29 0.186,-0.295 0.207,-0.298C0.228,-0.301 0.249,-0.304 0.27,-0.306C0.291,-0.308 0.309,-0.311 0.325,-0.315C0.341,-0.319 0.354,-0.325 0.363,-0.333C0.372,-0.34 0.377,-0.351 0.376,-0.366C0.376,-0.381 0.374,-0.394 0.369,-0.403C0.364,-0.412 0.357,-0.419 0.349,-0.424C0.34,-0.428 0.331,-0.432 0.32,-0.434C0.309,-0.435 0.297,-0.436 0.284,-0.436C0.256,-0.436 0.234,-0.43 0.218,-0.418C0.202,-0.406 0.193,-0.386 0.19,-0.358L0.048,-0.358ZM0.376,-0.253C0.37,-0.248 0.363,-0.243 0.354,-0.241C0.345,-0.238 0.335,-0.235 0.325,-0.233C0.314,-0.231 0.303,-0.229 0.292,-0.228C0.281,-0.227 0.269,-0.225 0.258,-0.223C0.247,-0.221 0.237,-0.218 0.227,-0.215C0.216,-0.212 0.207,-0.207 0.2,-0.202C0.192,-0.196 0.186,-0.189 0.181,-0.18C0.176,-0.171 0.174,-0.16 0.174,-0.147C0.174,-0.134 0.176,-0.124 0.181,-0.115C0.186,-0.106 0.192,-0.099 0.2,-0.095C0.208,-0.09 0.217,-0.086 0.228,-0.084C0.239,-0.082 0.25,-0.081 0.261,-0.081C0.289,-0.081 0.311,-0.086 0.326,-0.095C0.341,-0.104 0.353,-0.116 0.36,-0.129C0.367,-0.141 0.372,-0.155 0.374,-0.168C0.375,-0.181 0.376,-0.192 0.376,-0.2L0.376,-0.253Z" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1580.88,362.817)">
<path d="M0.421,-0.26C0.421,-0.239 0.419,-0.218 0.415,-0.198C0.411,-0.178 0.404,-0.16 0.395,-0.145C0.386,-0.129 0.373,-0.116 0.358,-0.107C0.342,-0.098 0.322,-0.093 0.299,-0.093C0.277,-0.093 0.258,-0.098 0.243,-0.108C0.227,-0.117 0.214,-0.13 0.204,-0.146C0.193,-0.161 0.186,-0.179 0.181,-0.199C0.176,-0.219 0.174,-0.239 0.174,-0.259C0.174,-0.28 0.176,-0.301 0.181,-0.321C0.185,-0.34 0.192,-0.358 0.202,-0.373C0.211,-0.388 0.224,-0.401 0.24,-0.41C0.256,-0.419 0.276,-0.424 0.299,-0.424C0.322,-0.424 0.342,-0.419 0.357,-0.41C0.372,-0.401 0.385,-0.389 0.395,-0.374C0.404,-0.359 0.411,-0.341 0.415,-0.322C0.419,-0.302 0.421,-0.281 0.421,-0.26ZM0.423,-0.066L0.423,-0L0.558,-0L0.558,-0.714L0.416,-0.714L0.416,-0.454L0.414,-0.454C0.398,-0.479 0.376,-0.499 0.349,-0.512C0.321,-0.525 0.292,-0.531 0.261,-0.531C0.223,-0.531 0.19,-0.524 0.161,-0.509C0.132,-0.494 0.109,-0.474 0.09,-0.449C0.07,-0.424 0.056,-0.396 0.047,-0.364C0.037,-0.331 0.032,-0.298 0.032,-0.263C0.032,-0.227 0.037,-0.192 0.047,-0.159C0.056,-0.126 0.07,-0.096 0.09,-0.071C0.109,-0.045 0.133,-0.024 0.162,-0.01C0.191,0.006 0.225,0.013 0.264,0.013C0.298,0.013 0.329,0.007 0.356,-0.006C0.383,-0.018 0.404,-0.038 0.421,-0.066L0.423,-0.066Z" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1723.71,362.817)">
<rect x="0.058" y="-0.714" width="0.142" height="0.714" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1784.01,362.817)">
<path d="M0.18,-0.258C0.18,-0.279 0.182,-0.299 0.186,-0.319C0.19,-0.339 0.197,-0.357 0.207,-0.372C0.216,-0.387 0.229,-0.4 0.245,-0.41C0.261,-0.419 0.281,-0.424 0.305,-0.424C0.329,-0.424 0.349,-0.419 0.366,-0.41C0.382,-0.4 0.395,-0.387 0.405,-0.372C0.414,-0.357 0.421,-0.339 0.425,-0.319C0.429,-0.299 0.431,-0.279 0.431,-0.258C0.431,-0.237 0.429,-0.217 0.425,-0.198C0.421,-0.178 0.414,-0.16 0.405,-0.145C0.395,-0.129 0.382,-0.116 0.366,-0.107C0.349,-0.098 0.329,-0.093 0.305,-0.093C0.281,-0.093 0.261,-0.098 0.245,-0.107C0.229,-0.116 0.216,-0.129 0.207,-0.145C0.197,-0.16 0.19,-0.178 0.186,-0.198C0.182,-0.217 0.18,-0.237 0.18,-0.258ZM0.038,-0.258C0.038,-0.217 0.044,-0.179 0.057,-0.146C0.07,-0.113 0.088,-0.084 0.111,-0.061C0.134,-0.037 0.162,-0.019 0.195,-0.006C0.228,0.007 0.264,0.013 0.305,0.013C0.346,0.013 0.383,0.007 0.416,-0.006C0.449,-0.019 0.477,-0.037 0.5,-0.061C0.523,-0.084 0.541,-0.113 0.554,-0.146C0.567,-0.179 0.573,-0.217 0.573,-0.258C0.573,-0.299 0.567,-0.337 0.554,-0.371C0.541,-0.404 0.523,-0.433 0.5,-0.457C0.477,-0.48 0.449,-0.499 0.416,-0.512C0.383,-0.525 0.346,-0.531 0.305,-0.531C0.264,-0.531 0.228,-0.525 0.195,-0.512C0.162,-0.499 0.134,-0.48 0.111,-0.457C0.088,-0.433 0.07,-0.404 0.057,-0.371C0.044,-0.337 0.038,-0.299 0.038,-0.258Z" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1926.84,362.817)">
<path d="M0.406,-0.335L0.545,-0.335C0.543,-0.368 0.535,-0.397 0.521,-0.422C0.507,-0.446 0.489,-0.466 0.467,-0.483C0.444,-0.499 0.419,-0.511 0.391,-0.519C0.362,-0.527 0.333,-0.531 0.302,-0.531C0.26,-0.531 0.223,-0.524 0.19,-0.51C0.157,-0.496 0.13,-0.476 0.107,-0.452C0.084,-0.427 0.067,-0.397 0.056,-0.363C0.044,-0.328 0.038,-0.291 0.038,-0.251C0.038,-0.212 0.044,-0.177 0.057,-0.145C0.07,-0.112 0.087,-0.084 0.11,-0.061C0.133,-0.038 0.16,-0.02 0.193,-0.007C0.225,0.007 0.26,0.013 0.299,0.013C0.368,0.013 0.424,-0.005 0.468,-0.041C0.512,-0.077 0.539,-0.129 0.548,-0.198L0.411,-0.198C0.406,-0.166 0.395,-0.14 0.377,-0.122C0.358,-0.102 0.332,-0.093 0.298,-0.093C0.276,-0.093 0.257,-0.098 0.242,-0.108C0.227,-0.118 0.215,-0.131 0.206,-0.147C0.197,-0.162 0.19,-0.18 0.186,-0.199C0.182,-0.218 0.18,-0.237 0.18,-0.256C0.18,-0.275 0.182,-0.295 0.186,-0.315C0.19,-0.334 0.197,-0.352 0.207,-0.369C0.216,-0.385 0.229,-0.398 0.244,-0.409C0.259,-0.419 0.278,-0.424 0.301,-0.424C0.362,-0.424 0.397,-0.394 0.406,-0.335Z" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2061.01,362.817)">
<path d="M0.067,-0.714L0.067,-0L0.209,-0L0.209,-0.178L0.264,-0.231L0.406,-0L0.578,-0L0.361,-0.327L0.556,-0.517L0.388,-0.517L0.209,-0.331L0.209,-0.714L0.067,-0.714Z" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1308.09,603.349)">
<path d="M0.234,-0.517L0.234,-0.672L0.092,-0.672L0.092,-0.517L0.006,-0.517L0.006,-0.422L0.092,-0.422L0.092,-0.117C0.092,-0.091 0.096,-0.07 0.105,-0.054C0.114,-0.038 0.126,-0.026 0.141,-0.017C0.156,-0.008 0.173,-0.003 0.193,0.001C0.212,0.004 0.233,0.005 0.255,0.005C0.269,0.005 0.283,0.005 0.298,0.004C0.313,0.003 0.326,0.002 0.338,-0L0.338,-0.11C0.331,-0.109 0.324,-0.108 0.317,-0.107C0.31,-0.106 0.302,-0.106 0.294,-0.106C0.27,-0.106 0.254,-0.11 0.246,-0.118C0.238,-0.126 0.234,-0.142 0.234,-0.166L0.234,-0.422L0.338,-0.422L0.338,-0.517L0.234,-0.517Z" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1390.37,603.349)">
<path d="M0.402,-0.314L0.171,-0.314C0.172,-0.324 0.174,-0.335 0.178,-0.348C0.181,-0.361 0.188,-0.373 0.197,-0.384C0.206,-0.395 0.218,-0.405 0.233,-0.413C0.248,-0.42 0.266,-0.424 0.289,-0.424C0.324,-0.424 0.349,-0.415 0.367,-0.396C0.384,-0.377 0.395,-0.35 0.402,-0.314ZM0.171,-0.224L0.544,-0.224C0.547,-0.264 0.543,-0.302 0.534,-0.339C0.525,-0.376 0.509,-0.408 0.489,-0.437C0.468,-0.466 0.441,-0.489 0.408,-0.506C0.375,-0.523 0.337,-0.531 0.293,-0.531C0.254,-0.531 0.218,-0.524 0.186,-0.51C0.153,-0.496 0.125,-0.477 0.102,-0.453C0.079,-0.428 0.061,-0.399 0.048,-0.366C0.035,-0.333 0.029,-0.297 0.029,-0.258C0.029,-0.218 0.035,-0.181 0.048,-0.148C0.06,-0.115 0.077,-0.086 0.1,-0.062C0.123,-0.038 0.15,-0.02 0.183,-0.007C0.216,0.007 0.252,0.013 0.293,0.013C0.352,0.013 0.402,-0 0.443,-0.027C0.484,-0.054 0.515,-0.098 0.535,-0.16L0.41,-0.16C0.405,-0.144 0.393,-0.129 0.372,-0.115C0.351,-0.1 0.327,-0.093 0.298,-0.093C0.258,-0.093 0.227,-0.103 0.206,-0.124C0.185,-0.145 0.173,-0.178 0.171,-0.224Z" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1524.55,603.349)">
<path d="M0.406,-0.335L0.545,-0.335C0.543,-0.368 0.535,-0.397 0.521,-0.422C0.507,-0.446 0.489,-0.466 0.467,-0.483C0.444,-0.499 0.419,-0.511 0.391,-0.519C0.362,-0.527 0.333,-0.531 0.302,-0.531C0.26,-0.531 0.223,-0.524 0.19,-0.51C0.157,-0.496 0.13,-0.476 0.107,-0.452C0.084,-0.427 0.067,-0.397 0.056,-0.363C0.044,-0.328 0.038,-0.291 0.038,-0.251C0.038,-0.212 0.044,-0.177 0.057,-0.145C0.07,-0.112 0.087,-0.084 0.11,-0.061C0.133,-0.038 0.16,-0.02 0.193,-0.007C0.225,0.007 0.26,0.013 0.299,0.013C0.368,0.013 0.424,-0.005 0.468,-0.041C0.512,-0.077 0.539,-0.129 0.548,-0.198L0.411,-0.198C0.406,-0.166 0.395,-0.14 0.377,-0.122C0.358,-0.102 0.332,-0.093 0.298,-0.093C0.276,-0.093 0.257,-0.098 0.242,-0.108C0.227,-0.118 0.215,-0.131 0.206,-0.147C0.197,-0.162 0.19,-0.18 0.186,-0.199C0.182,-0.218 0.18,-0.237 0.18,-0.256C0.18,-0.275 0.182,-0.295 0.186,-0.315C0.19,-0.334 0.197,-0.352 0.207,-0.369C0.216,-0.385 0.229,-0.398 0.244,-0.409C0.259,-0.419 0.278,-0.424 0.301,-0.424C0.362,-0.424 0.397,-0.394 0.406,-0.335Z" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1658.72,603.349)">
<path d="M0.054,-0.714L0.054,-0L0.196,-0L0.196,-0.271C0.196,-0.324 0.205,-0.362 0.222,-0.385C0.239,-0.407 0.267,-0.419 0.306,-0.419C0.34,-0.419 0.364,-0.409 0.377,-0.388C0.39,-0.367 0.397,-0.335 0.397,-0.292L0.397,-0L0.539,-0L0.539,-0.318C0.539,-0.35 0.536,-0.379 0.531,-0.406C0.525,-0.432 0.515,-0.454 0.501,-0.473C0.487,-0.491 0.468,-0.505 0.444,-0.516C0.419,-0.526 0.388,-0.531 0.35,-0.531C0.323,-0.531 0.296,-0.524 0.268,-0.511C0.24,-0.497 0.217,-0.475 0.199,-0.445L0.196,-0.445L0.196,-0.714L0.054,-0.714Z" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1797.34,603.349)">
<path d="M0.054,-0.517L0.054,-0L0.196,-0L0.196,-0.271C0.196,-0.324 0.205,-0.362 0.222,-0.385C0.239,-0.407 0.267,-0.419 0.306,-0.419C0.34,-0.419 0.364,-0.409 0.377,-0.388C0.39,-0.367 0.397,-0.335 0.397,-0.292L0.397,-0L0.539,-0L0.539,-0.318C0.539,-0.35 0.536,-0.379 0.531,-0.406C0.525,-0.432 0.515,-0.454 0.501,-0.473C0.487,-0.491 0.468,-0.505 0.444,-0.516C0.419,-0.526 0.388,-0.531 0.35,-0.531C0.32,-0.531 0.291,-0.524 0.262,-0.511C0.233,-0.497 0.21,-0.475 0.192,-0.445L0.189,-0.445L0.189,-0.517L0.054,-0.517Z" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1935.95,603.349)">
<path d="M0.18,-0.258C0.18,-0.279 0.182,-0.299 0.186,-0.319C0.19,-0.339 0.197,-0.357 0.207,-0.372C0.216,-0.387 0.229,-0.4 0.245,-0.41C0.261,-0.419 0.281,-0.424 0.305,-0.424C0.329,-0.424 0.349,-0.419 0.366,-0.41C0.382,-0.4 0.395,-0.387 0.405,-0.372C0.414,-0.357 0.421,-0.339 0.425,-0.319C0.429,-0.299 0.431,-0.279 0.431,-0.258C0.431,-0.237 0.429,-0.217 0.425,-0.198C0.421,-0.178 0.414,-0.16 0.405,-0.145C0.395,-0.129 0.382,-0.116 0.366,-0.107C0.349,-0.098 0.329,-0.093 0.305,-0.093C0.281,-0.093 0.261,-0.098 0.245,-0.107C0.229,-0.116 0.216,-0.129 0.207,-0.145C0.197,-0.16 0.19,-0.178 0.186,-0.198C0.182,-0.217 0.18,-0.237 0.18,-0.258ZM0.038,-0.258C0.038,-0.217 0.044,-0.179 0.057,-0.146C0.07,-0.113 0.088,-0.084 0.111,-0.061C0.134,-0.037 0.162,-0.019 0.195,-0.006C0.228,0.007 0.264,0.013 0.305,0.013C0.346,0.013 0.383,0.007 0.416,-0.006C0.449,-0.019 0.477,-0.037 0.5,-0.061C0.523,-0.084 0.541,-0.113 0.554,-0.146C0.567,-0.179 0.573,-0.217 0.573,-0.258C0.573,-0.299 0.567,-0.337 0.554,-0.371C0.541,-0.404 0.523,-0.433 0.5,-0.457C0.477,-0.48 0.449,-0.499 0.416,-0.512C0.383,-0.525 0.346,-0.531 0.305,-0.531C0.264,-0.531 0.228,-0.525 0.195,-0.512C0.162,-0.499 0.134,-0.48 0.111,-0.457C0.088,-0.433 0.07,-0.404 0.057,-0.371C0.044,-0.337 0.038,-0.299 0.038,-0.258Z" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2078.78,603.349)">
<rect x="0.058" y="-0.714" width="0.142" height="0.714" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2139.09,603.349)">
<path d="M0.18,-0.258C0.18,-0.279 0.182,-0.299 0.186,-0.319C0.19,-0.339 0.197,-0.357 0.207,-0.372C0.216,-0.387 0.229,-0.4 0.245,-0.41C0.261,-0.419 0.281,-0.424 0.305,-0.424C0.329,-0.424 0.349,-0.419 0.366,-0.41C0.382,-0.4 0.395,-0.387 0.405,-0.372C0.414,-0.357 0.421,-0.339 0.425,-0.319C0.429,-0.299 0.431,-0.279 0.431,-0.258C0.431,-0.237 0.429,-0.217 0.425,-0.198C0.421,-0.178 0.414,-0.16 0.405,-0.145C0.395,-0.129 0.382,-0.116 0.366,-0.107C0.349,-0.098 0.329,-0.093 0.305,-0.093C0.281,-0.093 0.261,-0.098 0.245,-0.107C0.229,-0.116 0.216,-0.129 0.207,-0.145C0.197,-0.16 0.19,-0.178 0.186,-0.198C0.182,-0.217 0.18,-0.237 0.18,-0.258ZM0.038,-0.258C0.038,-0.217 0.044,-0.179 0.057,-0.146C0.07,-0.113 0.088,-0.084 0.111,-0.061C0.134,-0.037 0.162,-0.019 0.195,-0.006C0.228,0.007 0.264,0.013 0.305,0.013C0.346,0.013 0.383,0.007 0.416,-0.006C0.449,-0.019 0.477,-0.037 0.5,-0.061C0.523,-0.084 0.541,-0.113 0.554,-0.146C0.567,-0.179 0.573,-0.217 0.573,-0.258C0.573,-0.299 0.567,-0.337 0.554,-0.371C0.541,-0.404 0.523,-0.433 0.5,-0.457C0.477,-0.48 0.449,-0.499 0.416,-0.512C0.383,-0.525 0.346,-0.531 0.305,-0.531C0.264,-0.531 0.228,-0.525 0.195,-0.512C0.162,-0.499 0.134,-0.48 0.111,-0.457C0.088,-0.433 0.07,-0.404 0.057,-0.371C0.044,-0.337 0.038,-0.299 0.038,-0.258Z" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2281.91,603.349)">
<path d="M0.295,-0.122C0.273,-0.122 0.255,-0.127 0.24,-0.136C0.225,-0.145 0.214,-0.157 0.205,-0.172C0.196,-0.187 0.189,-0.203 0.186,-0.222C0.182,-0.24 0.18,-0.258 0.18,-0.277C0.18,-0.296 0.182,-0.315 0.187,-0.333C0.191,-0.35 0.198,-0.366 0.208,-0.38C0.217,-0.393 0.229,-0.404 0.244,-0.412C0.258,-0.42 0.275,-0.424 0.295,-0.424C0.318,-0.424 0.338,-0.42 0.353,-0.411C0.368,-0.402 0.381,-0.391 0.39,-0.376C0.399,-0.361 0.406,-0.345 0.41,-0.326C0.414,-0.307 0.416,-0.286 0.416,-0.265C0.416,-0.246 0.414,-0.229 0.409,-0.212C0.404,-0.195 0.396,-0.179 0.386,-0.166C0.376,-0.153 0.363,-0.142 0.348,-0.134C0.333,-0.126 0.315,-0.122 0.295,-0.122ZM0.551,-0.033L0.551,-0.517L0.416,-0.517L0.416,-0.448L0.414,-0.448C0.397,-0.478 0.375,-0.499 0.35,-0.512C0.324,-0.525 0.294,-0.531 0.26,-0.531C0.224,-0.531 0.192,-0.524 0.165,-0.51C0.137,-0.496 0.114,-0.477 0.095,-0.454C0.076,-0.43 0.062,-0.403 0.053,-0.372C0.043,-0.341 0.038,-0.308 0.038,-0.275C0.038,-0.24 0.042,-0.206 0.051,-0.175C0.059,-0.143 0.072,-0.115 0.09,-0.092C0.108,-0.068 0.131,-0.049 0.159,-0.036C0.187,-0.022 0.22,-0.015 0.259,-0.015C0.29,-0.015 0.32,-0.022 0.349,-0.035C0.377,-0.048 0.399,-0.068 0.414,-0.095L0.416,-0.095L0.416,-0.027C0.417,0.01 0.408,0.04 0.39,0.064C0.371,0.088 0.342,0.1 0.302,0.1C0.277,0.1 0.254,0.095 0.235,0.085C0.216,0.074 0.203,0.056 0.196,0.029L0.055,0.029C0.057,0.058 0.065,0.084 0.08,0.105C0.094,0.126 0.112,0.143 0.134,0.156C0.155,0.169 0.179,0.179 0.206,0.186C0.232,0.192 0.258,0.195 0.283,0.195C0.342,0.195 0.39,0.187 0.425,0.171C0.46,0.155 0.487,0.135 0.506,0.113C0.525,0.09 0.537,0.065 0.543,0.038C0.548,0.011 0.551,-0.012 0.551,-0.033Z" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2424.73,603.349)">
<path d="M0.2,-0.597L0.2,-0.714L0.058,-0.714L0.058,-0.597L0.2,-0.597ZM0.058,-0.517L0.058,-0L0.2,-0L0.2,-0.517L0.058,-0.517Z" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2485.04,603.349)">
<path d="M0.402,-0.314L0.171,-0.314C0.172,-0.324 0.174,-0.335 0.178,-0.348C0.181,-0.361 0.188,-0.373 0.197,-0.384C0.206,-0.395 0.218,-0.405 0.233,-0.413C0.248,-0.42 0.266,-0.424 0.289,-0.424C0.324,-0.424 0.349,-0.415 0.367,-0.396C0.384,-0.377 0.395,-0.35 0.402,-0.314ZM0.171,-0.224L0.544,-0.224C0.547,-0.264 0.543,-0.302 0.534,-0.339C0.525,-0.376 0.509,-0.408 0.489,-0.437C0.468,-0.466 0.441,-0.489 0.408,-0.506C0.375,-0.523 0.337,-0.531 0.293,-0.531C0.254,-0.531 0.218,-0.524 0.186,-0.51C0.153,-0.496 0.125,-0.477 0.102,-0.453C0.079,-0.428 0.061,-0.399 0.048,-0.366C0.035,-0.333 0.029,-0.297 0.029,-0.258C0.029,-0.218 0.035,-0.181 0.048,-0.148C0.06,-0.115 0.077,-0.086 0.1,-0.062C0.123,-0.038 0.15,-0.02 0.183,-0.007C0.216,0.007 0.252,0.013 0.293,0.013C0.352,0.013 0.402,-0 0.443,-0.027C0.484,-0.054 0.515,-0.098 0.535,-0.16L0.41,-0.16C0.405,-0.144 0.393,-0.129 0.372,-0.115C0.351,-0.1 0.327,-0.093 0.298,-0.093C0.258,-0.093 0.227,-0.103 0.206,-0.124C0.185,-0.145 0.173,-0.178 0.171,-0.224Z" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2619.21,603.349)">
<path d="M0.164,-0.168L0.029,-0.168C0.03,-0.133 0.038,-0.105 0.053,-0.082C0.067,-0.058 0.085,-0.04 0.108,-0.026C0.13,-0.012 0.155,-0.002 0.184,0.004C0.213,0.01 0.242,0.013 0.272,0.013C0.301,0.013 0.33,0.01 0.359,0.005C0.387,-0.001 0.412,-0.011 0.434,-0.025C0.456,-0.039 0.474,-0.057 0.488,-0.081C0.501,-0.103 0.508,-0.132 0.508,-0.166C0.508,-0.19 0.503,-0.21 0.494,-0.227C0.485,-0.243 0.472,-0.257 0.457,-0.268C0.442,-0.279 0.424,-0.287 0.405,-0.294C0.385,-0.301 0.365,-0.306 0.344,-0.311C0.324,-0.316 0.304,-0.32 0.285,-0.324C0.266,-0.328 0.249,-0.333 0.234,-0.338C0.219,-0.343 0.206,-0.349 0.197,-0.357C0.188,-0.365 0.183,-0.375 0.183,-0.388C0.183,-0.399 0.186,-0.407 0.191,-0.414C0.196,-0.42 0.203,-0.425 0.211,-0.428C0.218,-0.431 0.227,-0.434 0.236,-0.435C0.245,-0.436 0.254,-0.436 0.262,-0.436C0.287,-0.436 0.309,-0.431 0.328,-0.422C0.347,-0.412 0.357,-0.393 0.359,-0.366L0.494,-0.366C0.491,-0.398 0.483,-0.425 0.47,-0.446C0.456,-0.467 0.439,-0.483 0.418,-0.496C0.397,-0.509 0.374,-0.518 0.348,-0.523C0.321,-0.528 0.294,-0.531 0.266,-0.531C0.238,-0.531 0.211,-0.529 0.184,-0.524C0.157,-0.519 0.133,-0.51 0.112,-0.498C0.091,-0.485 0.074,-0.468 0.061,-0.447C0.048,-0.426 0.041,-0.398 0.041,-0.365C0.041,-0.342 0.046,-0.323 0.055,-0.308C0.064,-0.292 0.077,-0.279 0.092,-0.269C0.107,-0.258 0.125,-0.25 0.145,-0.244C0.164,-0.237 0.184,-0.232 0.205,-0.227C0.256,-0.216 0.295,-0.206 0.324,-0.195C0.352,-0.184 0.366,-0.168 0.366,-0.147C0.366,-0.134 0.363,-0.124 0.357,-0.116C0.351,-0.107 0.343,-0.1 0.335,-0.096C0.326,-0.09 0.316,-0.087 0.305,-0.085C0.294,-0.082 0.283,-0.081 0.273,-0.081C0.259,-0.081 0.246,-0.083 0.233,-0.086C0.22,-0.089 0.208,-0.094 0.198,-0.102C0.188,-0.109 0.18,-0.118 0.174,-0.129C0.167,-0.139 0.164,-0.153 0.164,-0.168Z" style="fill:rgb(0,118,160);fill-rule:nonzero;"/>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 20 KiB

+67
View File
@@ -0,0 +1,67 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 1229 391" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,-539.317,-62.0765)">
<g transform="matrix(0.661785,0,0,0.661785,6.87379,-252.251)">
<g transform="matrix(1.29837,0,0,1.29837,-894.893,221.353)">
<g transform="matrix(233.753,0,0,233.753,1308.09,362.817)">
<path d="M0.054,-0.714L0.054,-0L0.196,-0L0.196,-0.271C0.196,-0.324 0.205,-0.362 0.222,-0.385C0.239,-0.407 0.267,-0.419 0.306,-0.419C0.34,-0.419 0.364,-0.409 0.377,-0.388C0.39,-0.367 0.397,-0.335 0.397,-0.292L0.397,-0L0.539,-0L0.539,-0.318C0.539,-0.35 0.536,-0.379 0.531,-0.406C0.525,-0.432 0.515,-0.454 0.501,-0.473C0.487,-0.491 0.468,-0.505 0.444,-0.516C0.419,-0.526 0.388,-0.531 0.35,-0.531C0.323,-0.531 0.296,-0.524 0.268,-0.511C0.24,-0.497 0.217,-0.475 0.199,-0.445L0.196,-0.445L0.196,-0.714L0.054,-0.714Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1446.71,362.817)">
<path d="M0.048,-0.358C0.05,-0.391 0.058,-0.419 0.073,-0.441C0.088,-0.463 0.106,-0.481 0.129,-0.494C0.152,-0.507 0.177,-0.517 0.206,-0.523C0.234,-0.528 0.262,-0.531 0.291,-0.531C0.317,-0.531 0.343,-0.529 0.37,-0.526C0.397,-0.522 0.421,-0.515 0.443,-0.504C0.465,-0.493 0.483,-0.478 0.497,-0.46C0.511,-0.44 0.518,-0.415 0.518,-0.384L0.518,-0.115C0.518,-0.092 0.519,-0.069 0.522,-0.048C0.525,-0.027 0.529,-0.011 0.536,-0L0.392,-0C0.389,-0.008 0.387,-0.016 0.386,-0.025C0.384,-0.033 0.383,-0.041 0.382,-0.05C0.359,-0.027 0.333,-0.01 0.302,-0.001C0.271,0.008 0.24,0.013 0.208,0.013C0.183,0.013 0.16,0.01 0.139,0.004C0.118,-0.002 0.099,-0.011 0.083,-0.024C0.067,-0.037 0.055,-0.053 0.046,-0.072C0.037,-0.091 0.032,-0.114 0.032,-0.141C0.032,-0.17 0.037,-0.195 0.048,-0.214C0.058,-0.233 0.071,-0.248 0.088,-0.259C0.104,-0.27 0.123,-0.279 0.144,-0.285C0.165,-0.29 0.186,-0.295 0.207,-0.298C0.228,-0.301 0.249,-0.304 0.27,-0.306C0.291,-0.308 0.309,-0.311 0.325,-0.315C0.341,-0.319 0.354,-0.325 0.363,-0.333C0.372,-0.34 0.377,-0.351 0.376,-0.366C0.376,-0.381 0.374,-0.394 0.369,-0.403C0.364,-0.412 0.357,-0.419 0.349,-0.424C0.34,-0.428 0.331,-0.432 0.32,-0.434C0.309,-0.435 0.297,-0.436 0.284,-0.436C0.256,-0.436 0.234,-0.43 0.218,-0.418C0.202,-0.406 0.193,-0.386 0.19,-0.358L0.048,-0.358ZM0.376,-0.253C0.37,-0.248 0.363,-0.243 0.354,-0.241C0.345,-0.238 0.335,-0.235 0.325,-0.233C0.314,-0.231 0.303,-0.229 0.292,-0.228C0.281,-0.227 0.269,-0.225 0.258,-0.223C0.247,-0.221 0.237,-0.218 0.227,-0.215C0.216,-0.212 0.207,-0.207 0.2,-0.202C0.192,-0.196 0.186,-0.189 0.181,-0.18C0.176,-0.171 0.174,-0.16 0.174,-0.147C0.174,-0.134 0.176,-0.124 0.181,-0.115C0.186,-0.106 0.192,-0.099 0.2,-0.095C0.208,-0.09 0.217,-0.086 0.228,-0.084C0.239,-0.082 0.25,-0.081 0.261,-0.081C0.289,-0.081 0.311,-0.086 0.326,-0.095C0.341,-0.104 0.353,-0.116 0.36,-0.129C0.367,-0.141 0.372,-0.155 0.374,-0.168C0.375,-0.181 0.376,-0.192 0.376,-0.2L0.376,-0.253Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1580.88,362.817)">
<path d="M0.421,-0.26C0.421,-0.239 0.419,-0.218 0.415,-0.198C0.411,-0.178 0.404,-0.16 0.395,-0.145C0.386,-0.129 0.373,-0.116 0.358,-0.107C0.342,-0.098 0.322,-0.093 0.299,-0.093C0.277,-0.093 0.258,-0.098 0.243,-0.108C0.227,-0.117 0.214,-0.13 0.204,-0.146C0.193,-0.161 0.186,-0.179 0.181,-0.199C0.176,-0.219 0.174,-0.239 0.174,-0.259C0.174,-0.28 0.176,-0.301 0.181,-0.321C0.185,-0.34 0.192,-0.358 0.202,-0.373C0.211,-0.388 0.224,-0.401 0.24,-0.41C0.256,-0.419 0.276,-0.424 0.299,-0.424C0.322,-0.424 0.342,-0.419 0.357,-0.41C0.372,-0.401 0.385,-0.389 0.395,-0.374C0.404,-0.359 0.411,-0.341 0.415,-0.322C0.419,-0.302 0.421,-0.281 0.421,-0.26ZM0.423,-0.066L0.423,-0L0.558,-0L0.558,-0.714L0.416,-0.714L0.416,-0.454L0.414,-0.454C0.398,-0.479 0.376,-0.499 0.349,-0.512C0.321,-0.525 0.292,-0.531 0.261,-0.531C0.223,-0.531 0.19,-0.524 0.161,-0.509C0.132,-0.494 0.109,-0.474 0.09,-0.449C0.07,-0.424 0.056,-0.396 0.047,-0.364C0.037,-0.331 0.032,-0.298 0.032,-0.263C0.032,-0.227 0.037,-0.192 0.047,-0.159C0.056,-0.126 0.07,-0.096 0.09,-0.071C0.109,-0.045 0.133,-0.024 0.162,-0.01C0.191,0.006 0.225,0.013 0.264,0.013C0.298,0.013 0.329,0.007 0.356,-0.006C0.383,-0.018 0.404,-0.038 0.421,-0.066L0.423,-0.066Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1723.71,362.817)">
<rect x="0.058" y="-0.714" width="0.142" height="0.714" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1784.01,362.817)">
<path d="M0.18,-0.258C0.18,-0.279 0.182,-0.299 0.186,-0.319C0.19,-0.339 0.197,-0.357 0.207,-0.372C0.216,-0.387 0.229,-0.4 0.245,-0.41C0.261,-0.419 0.281,-0.424 0.305,-0.424C0.329,-0.424 0.349,-0.419 0.366,-0.41C0.382,-0.4 0.395,-0.387 0.405,-0.372C0.414,-0.357 0.421,-0.339 0.425,-0.319C0.429,-0.299 0.431,-0.279 0.431,-0.258C0.431,-0.237 0.429,-0.217 0.425,-0.198C0.421,-0.178 0.414,-0.16 0.405,-0.145C0.395,-0.129 0.382,-0.116 0.366,-0.107C0.349,-0.098 0.329,-0.093 0.305,-0.093C0.281,-0.093 0.261,-0.098 0.245,-0.107C0.229,-0.116 0.216,-0.129 0.207,-0.145C0.197,-0.16 0.19,-0.178 0.186,-0.198C0.182,-0.217 0.18,-0.237 0.18,-0.258ZM0.038,-0.258C0.038,-0.217 0.044,-0.179 0.057,-0.146C0.07,-0.113 0.088,-0.084 0.111,-0.061C0.134,-0.037 0.162,-0.019 0.195,-0.006C0.228,0.007 0.264,0.013 0.305,0.013C0.346,0.013 0.383,0.007 0.416,-0.006C0.449,-0.019 0.477,-0.037 0.5,-0.061C0.523,-0.084 0.541,-0.113 0.554,-0.146C0.567,-0.179 0.573,-0.217 0.573,-0.258C0.573,-0.299 0.567,-0.337 0.554,-0.371C0.541,-0.404 0.523,-0.433 0.5,-0.457C0.477,-0.48 0.449,-0.499 0.416,-0.512C0.383,-0.525 0.346,-0.531 0.305,-0.531C0.264,-0.531 0.228,-0.525 0.195,-0.512C0.162,-0.499 0.134,-0.48 0.111,-0.457C0.088,-0.433 0.07,-0.404 0.057,-0.371C0.044,-0.337 0.038,-0.299 0.038,-0.258Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1926.84,362.817)">
<path d="M0.406,-0.335L0.545,-0.335C0.543,-0.368 0.535,-0.397 0.521,-0.422C0.507,-0.446 0.489,-0.466 0.467,-0.483C0.444,-0.499 0.419,-0.511 0.391,-0.519C0.362,-0.527 0.333,-0.531 0.302,-0.531C0.26,-0.531 0.223,-0.524 0.19,-0.51C0.157,-0.496 0.13,-0.476 0.107,-0.452C0.084,-0.427 0.067,-0.397 0.056,-0.363C0.044,-0.328 0.038,-0.291 0.038,-0.251C0.038,-0.212 0.044,-0.177 0.057,-0.145C0.07,-0.112 0.087,-0.084 0.11,-0.061C0.133,-0.038 0.16,-0.02 0.193,-0.007C0.225,0.007 0.26,0.013 0.299,0.013C0.368,0.013 0.424,-0.005 0.468,-0.041C0.512,-0.077 0.539,-0.129 0.548,-0.198L0.411,-0.198C0.406,-0.166 0.395,-0.14 0.377,-0.122C0.358,-0.102 0.332,-0.093 0.298,-0.093C0.276,-0.093 0.257,-0.098 0.242,-0.108C0.227,-0.118 0.215,-0.131 0.206,-0.147C0.197,-0.162 0.19,-0.18 0.186,-0.199C0.182,-0.218 0.18,-0.237 0.18,-0.256C0.18,-0.275 0.182,-0.295 0.186,-0.315C0.19,-0.334 0.197,-0.352 0.207,-0.369C0.216,-0.385 0.229,-0.398 0.244,-0.409C0.259,-0.419 0.278,-0.424 0.301,-0.424C0.362,-0.424 0.397,-0.394 0.406,-0.335Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2061.01,362.817)">
<path d="M0.067,-0.714L0.067,-0L0.209,-0L0.209,-0.178L0.264,-0.231L0.406,-0L0.578,-0L0.361,-0.327L0.556,-0.517L0.388,-0.517L0.209,-0.331L0.209,-0.714L0.067,-0.714Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1308.09,603.349)">
<path d="M0.234,-0.517L0.234,-0.672L0.092,-0.672L0.092,-0.517L0.006,-0.517L0.006,-0.422L0.092,-0.422L0.092,-0.117C0.092,-0.091 0.096,-0.07 0.105,-0.054C0.114,-0.038 0.126,-0.026 0.141,-0.017C0.156,-0.008 0.173,-0.003 0.193,0.001C0.212,0.004 0.233,0.005 0.255,0.005C0.269,0.005 0.283,0.005 0.298,0.004C0.313,0.003 0.326,0.002 0.338,-0L0.338,-0.11C0.331,-0.109 0.324,-0.108 0.317,-0.107C0.31,-0.106 0.302,-0.106 0.294,-0.106C0.27,-0.106 0.254,-0.11 0.246,-0.118C0.238,-0.126 0.234,-0.142 0.234,-0.166L0.234,-0.422L0.338,-0.422L0.338,-0.517L0.234,-0.517Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1390.37,603.349)">
<path d="M0.402,-0.314L0.171,-0.314C0.172,-0.324 0.174,-0.335 0.178,-0.348C0.181,-0.361 0.188,-0.373 0.197,-0.384C0.206,-0.395 0.218,-0.405 0.233,-0.413C0.248,-0.42 0.266,-0.424 0.289,-0.424C0.324,-0.424 0.349,-0.415 0.367,-0.396C0.384,-0.377 0.395,-0.35 0.402,-0.314ZM0.171,-0.224L0.544,-0.224C0.547,-0.264 0.543,-0.302 0.534,-0.339C0.525,-0.376 0.509,-0.408 0.489,-0.437C0.468,-0.466 0.441,-0.489 0.408,-0.506C0.375,-0.523 0.337,-0.531 0.293,-0.531C0.254,-0.531 0.218,-0.524 0.186,-0.51C0.153,-0.496 0.125,-0.477 0.102,-0.453C0.079,-0.428 0.061,-0.399 0.048,-0.366C0.035,-0.333 0.029,-0.297 0.029,-0.258C0.029,-0.218 0.035,-0.181 0.048,-0.148C0.06,-0.115 0.077,-0.086 0.1,-0.062C0.123,-0.038 0.15,-0.02 0.183,-0.007C0.216,0.007 0.252,0.013 0.293,0.013C0.352,0.013 0.402,-0 0.443,-0.027C0.484,-0.054 0.515,-0.098 0.535,-0.16L0.41,-0.16C0.405,-0.144 0.393,-0.129 0.372,-0.115C0.351,-0.1 0.327,-0.093 0.298,-0.093C0.258,-0.093 0.227,-0.103 0.206,-0.124C0.185,-0.145 0.173,-0.178 0.171,-0.224Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1524.55,603.349)">
<path d="M0.406,-0.335L0.545,-0.335C0.543,-0.368 0.535,-0.397 0.521,-0.422C0.507,-0.446 0.489,-0.466 0.467,-0.483C0.444,-0.499 0.419,-0.511 0.391,-0.519C0.362,-0.527 0.333,-0.531 0.302,-0.531C0.26,-0.531 0.223,-0.524 0.19,-0.51C0.157,-0.496 0.13,-0.476 0.107,-0.452C0.084,-0.427 0.067,-0.397 0.056,-0.363C0.044,-0.328 0.038,-0.291 0.038,-0.251C0.038,-0.212 0.044,-0.177 0.057,-0.145C0.07,-0.112 0.087,-0.084 0.11,-0.061C0.133,-0.038 0.16,-0.02 0.193,-0.007C0.225,0.007 0.26,0.013 0.299,0.013C0.368,0.013 0.424,-0.005 0.468,-0.041C0.512,-0.077 0.539,-0.129 0.548,-0.198L0.411,-0.198C0.406,-0.166 0.395,-0.14 0.377,-0.122C0.358,-0.102 0.332,-0.093 0.298,-0.093C0.276,-0.093 0.257,-0.098 0.242,-0.108C0.227,-0.118 0.215,-0.131 0.206,-0.147C0.197,-0.162 0.19,-0.18 0.186,-0.199C0.182,-0.218 0.18,-0.237 0.18,-0.256C0.18,-0.275 0.182,-0.295 0.186,-0.315C0.19,-0.334 0.197,-0.352 0.207,-0.369C0.216,-0.385 0.229,-0.398 0.244,-0.409C0.259,-0.419 0.278,-0.424 0.301,-0.424C0.362,-0.424 0.397,-0.394 0.406,-0.335Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1658.72,603.349)">
<path d="M0.054,-0.714L0.054,-0L0.196,-0L0.196,-0.271C0.196,-0.324 0.205,-0.362 0.222,-0.385C0.239,-0.407 0.267,-0.419 0.306,-0.419C0.34,-0.419 0.364,-0.409 0.377,-0.388C0.39,-0.367 0.397,-0.335 0.397,-0.292L0.397,-0L0.539,-0L0.539,-0.318C0.539,-0.35 0.536,-0.379 0.531,-0.406C0.525,-0.432 0.515,-0.454 0.501,-0.473C0.487,-0.491 0.468,-0.505 0.444,-0.516C0.419,-0.526 0.388,-0.531 0.35,-0.531C0.323,-0.531 0.296,-0.524 0.268,-0.511C0.24,-0.497 0.217,-0.475 0.199,-0.445L0.196,-0.445L0.196,-0.714L0.054,-0.714Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1797.34,603.349)">
<path d="M0.054,-0.517L0.054,-0L0.196,-0L0.196,-0.271C0.196,-0.324 0.205,-0.362 0.222,-0.385C0.239,-0.407 0.267,-0.419 0.306,-0.419C0.34,-0.419 0.364,-0.409 0.377,-0.388C0.39,-0.367 0.397,-0.335 0.397,-0.292L0.397,-0L0.539,-0L0.539,-0.318C0.539,-0.35 0.536,-0.379 0.531,-0.406C0.525,-0.432 0.515,-0.454 0.501,-0.473C0.487,-0.491 0.468,-0.505 0.444,-0.516C0.419,-0.526 0.388,-0.531 0.35,-0.531C0.32,-0.531 0.291,-0.524 0.262,-0.511C0.233,-0.497 0.21,-0.475 0.192,-0.445L0.189,-0.445L0.189,-0.517L0.054,-0.517Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,1935.95,603.349)">
<path d="M0.18,-0.258C0.18,-0.279 0.182,-0.299 0.186,-0.319C0.19,-0.339 0.197,-0.357 0.207,-0.372C0.216,-0.387 0.229,-0.4 0.245,-0.41C0.261,-0.419 0.281,-0.424 0.305,-0.424C0.329,-0.424 0.349,-0.419 0.366,-0.41C0.382,-0.4 0.395,-0.387 0.405,-0.372C0.414,-0.357 0.421,-0.339 0.425,-0.319C0.429,-0.299 0.431,-0.279 0.431,-0.258C0.431,-0.237 0.429,-0.217 0.425,-0.198C0.421,-0.178 0.414,-0.16 0.405,-0.145C0.395,-0.129 0.382,-0.116 0.366,-0.107C0.349,-0.098 0.329,-0.093 0.305,-0.093C0.281,-0.093 0.261,-0.098 0.245,-0.107C0.229,-0.116 0.216,-0.129 0.207,-0.145C0.197,-0.16 0.19,-0.178 0.186,-0.198C0.182,-0.217 0.18,-0.237 0.18,-0.258ZM0.038,-0.258C0.038,-0.217 0.044,-0.179 0.057,-0.146C0.07,-0.113 0.088,-0.084 0.111,-0.061C0.134,-0.037 0.162,-0.019 0.195,-0.006C0.228,0.007 0.264,0.013 0.305,0.013C0.346,0.013 0.383,0.007 0.416,-0.006C0.449,-0.019 0.477,-0.037 0.5,-0.061C0.523,-0.084 0.541,-0.113 0.554,-0.146C0.567,-0.179 0.573,-0.217 0.573,-0.258C0.573,-0.299 0.567,-0.337 0.554,-0.371C0.541,-0.404 0.523,-0.433 0.5,-0.457C0.477,-0.48 0.449,-0.499 0.416,-0.512C0.383,-0.525 0.346,-0.531 0.305,-0.531C0.264,-0.531 0.228,-0.525 0.195,-0.512C0.162,-0.499 0.134,-0.48 0.111,-0.457C0.088,-0.433 0.07,-0.404 0.057,-0.371C0.044,-0.337 0.038,-0.299 0.038,-0.258Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2078.78,603.349)">
<rect x="0.058" y="-0.714" width="0.142" height="0.714" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2139.09,603.349)">
<path d="M0.18,-0.258C0.18,-0.279 0.182,-0.299 0.186,-0.319C0.19,-0.339 0.197,-0.357 0.207,-0.372C0.216,-0.387 0.229,-0.4 0.245,-0.41C0.261,-0.419 0.281,-0.424 0.305,-0.424C0.329,-0.424 0.349,-0.419 0.366,-0.41C0.382,-0.4 0.395,-0.387 0.405,-0.372C0.414,-0.357 0.421,-0.339 0.425,-0.319C0.429,-0.299 0.431,-0.279 0.431,-0.258C0.431,-0.237 0.429,-0.217 0.425,-0.198C0.421,-0.178 0.414,-0.16 0.405,-0.145C0.395,-0.129 0.382,-0.116 0.366,-0.107C0.349,-0.098 0.329,-0.093 0.305,-0.093C0.281,-0.093 0.261,-0.098 0.245,-0.107C0.229,-0.116 0.216,-0.129 0.207,-0.145C0.197,-0.16 0.19,-0.178 0.186,-0.198C0.182,-0.217 0.18,-0.237 0.18,-0.258ZM0.038,-0.258C0.038,-0.217 0.044,-0.179 0.057,-0.146C0.07,-0.113 0.088,-0.084 0.111,-0.061C0.134,-0.037 0.162,-0.019 0.195,-0.006C0.228,0.007 0.264,0.013 0.305,0.013C0.346,0.013 0.383,0.007 0.416,-0.006C0.449,-0.019 0.477,-0.037 0.5,-0.061C0.523,-0.084 0.541,-0.113 0.554,-0.146C0.567,-0.179 0.573,-0.217 0.573,-0.258C0.573,-0.299 0.567,-0.337 0.554,-0.371C0.541,-0.404 0.523,-0.433 0.5,-0.457C0.477,-0.48 0.449,-0.499 0.416,-0.512C0.383,-0.525 0.346,-0.531 0.305,-0.531C0.264,-0.531 0.228,-0.525 0.195,-0.512C0.162,-0.499 0.134,-0.48 0.111,-0.457C0.088,-0.433 0.07,-0.404 0.057,-0.371C0.044,-0.337 0.038,-0.299 0.038,-0.258Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2281.91,603.349)">
<path d="M0.295,-0.122C0.273,-0.122 0.255,-0.127 0.24,-0.136C0.225,-0.145 0.214,-0.157 0.205,-0.172C0.196,-0.187 0.189,-0.203 0.186,-0.222C0.182,-0.24 0.18,-0.258 0.18,-0.277C0.18,-0.296 0.182,-0.315 0.187,-0.333C0.191,-0.35 0.198,-0.366 0.208,-0.38C0.217,-0.393 0.229,-0.404 0.244,-0.412C0.258,-0.42 0.275,-0.424 0.295,-0.424C0.318,-0.424 0.338,-0.42 0.353,-0.411C0.368,-0.402 0.381,-0.391 0.39,-0.376C0.399,-0.361 0.406,-0.345 0.41,-0.326C0.414,-0.307 0.416,-0.286 0.416,-0.265C0.416,-0.246 0.414,-0.229 0.409,-0.212C0.404,-0.195 0.396,-0.179 0.386,-0.166C0.376,-0.153 0.363,-0.142 0.348,-0.134C0.333,-0.126 0.315,-0.122 0.295,-0.122ZM0.551,-0.033L0.551,-0.517L0.416,-0.517L0.416,-0.448L0.414,-0.448C0.397,-0.478 0.375,-0.499 0.35,-0.512C0.324,-0.525 0.294,-0.531 0.26,-0.531C0.224,-0.531 0.192,-0.524 0.165,-0.51C0.137,-0.496 0.114,-0.477 0.095,-0.454C0.076,-0.43 0.062,-0.403 0.053,-0.372C0.043,-0.341 0.038,-0.308 0.038,-0.275C0.038,-0.24 0.042,-0.206 0.051,-0.175C0.059,-0.143 0.072,-0.115 0.09,-0.092C0.108,-0.068 0.131,-0.049 0.159,-0.036C0.187,-0.022 0.22,-0.015 0.259,-0.015C0.29,-0.015 0.32,-0.022 0.349,-0.035C0.377,-0.048 0.399,-0.068 0.414,-0.095L0.416,-0.095L0.416,-0.027C0.417,0.01 0.408,0.04 0.39,0.064C0.371,0.088 0.342,0.1 0.302,0.1C0.277,0.1 0.254,0.095 0.235,0.085C0.216,0.074 0.203,0.056 0.196,0.029L0.055,0.029C0.057,0.058 0.065,0.084 0.08,0.105C0.094,0.126 0.112,0.143 0.134,0.156C0.155,0.169 0.179,0.179 0.206,0.186C0.232,0.192 0.258,0.195 0.283,0.195C0.342,0.195 0.39,0.187 0.425,0.171C0.46,0.155 0.487,0.135 0.506,0.113C0.525,0.09 0.537,0.065 0.543,0.038C0.548,0.011 0.551,-0.012 0.551,-0.033Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2424.73,603.349)">
<path d="M0.2,-0.597L0.2,-0.714L0.058,-0.714L0.058,-0.597L0.2,-0.597ZM0.058,-0.517L0.058,-0L0.2,-0L0.2,-0.517L0.058,-0.517Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2485.04,603.349)">
<path d="M0.402,-0.314L0.171,-0.314C0.172,-0.324 0.174,-0.335 0.178,-0.348C0.181,-0.361 0.188,-0.373 0.197,-0.384C0.206,-0.395 0.218,-0.405 0.233,-0.413C0.248,-0.42 0.266,-0.424 0.289,-0.424C0.324,-0.424 0.349,-0.415 0.367,-0.396C0.384,-0.377 0.395,-0.35 0.402,-0.314ZM0.171,-0.224L0.544,-0.224C0.547,-0.264 0.543,-0.302 0.534,-0.339C0.525,-0.376 0.509,-0.408 0.489,-0.437C0.468,-0.466 0.441,-0.489 0.408,-0.506C0.375,-0.523 0.337,-0.531 0.293,-0.531C0.254,-0.531 0.218,-0.524 0.186,-0.51C0.153,-0.496 0.125,-0.477 0.102,-0.453C0.079,-0.428 0.061,-0.399 0.048,-0.366C0.035,-0.333 0.029,-0.297 0.029,-0.258C0.029,-0.218 0.035,-0.181 0.048,-0.148C0.06,-0.115 0.077,-0.086 0.1,-0.062C0.123,-0.038 0.15,-0.02 0.183,-0.007C0.216,0.007 0.252,0.013 0.293,0.013C0.352,0.013 0.402,-0 0.443,-0.027C0.484,-0.054 0.515,-0.098 0.535,-0.16L0.41,-0.16C0.405,-0.144 0.393,-0.129 0.372,-0.115C0.351,-0.1 0.327,-0.093 0.298,-0.093C0.258,-0.093 0.227,-0.103 0.206,-0.124C0.185,-0.145 0.173,-0.178 0.171,-0.224Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(233.753,0,0,233.753,2619.21,603.349)">
<path d="M0.164,-0.168L0.029,-0.168C0.03,-0.133 0.038,-0.105 0.053,-0.082C0.067,-0.058 0.085,-0.04 0.108,-0.026C0.13,-0.012 0.155,-0.002 0.184,0.004C0.213,0.01 0.242,0.013 0.272,0.013C0.301,0.013 0.33,0.01 0.359,0.005C0.387,-0.001 0.412,-0.011 0.434,-0.025C0.456,-0.039 0.474,-0.057 0.488,-0.081C0.501,-0.103 0.508,-0.132 0.508,-0.166C0.508,-0.19 0.503,-0.21 0.494,-0.227C0.485,-0.243 0.472,-0.257 0.457,-0.268C0.442,-0.279 0.424,-0.287 0.405,-0.294C0.385,-0.301 0.365,-0.306 0.344,-0.311C0.324,-0.316 0.304,-0.32 0.285,-0.324C0.266,-0.328 0.249,-0.333 0.234,-0.338C0.219,-0.343 0.206,-0.349 0.197,-0.357C0.188,-0.365 0.183,-0.375 0.183,-0.388C0.183,-0.399 0.186,-0.407 0.191,-0.414C0.196,-0.42 0.203,-0.425 0.211,-0.428C0.218,-0.431 0.227,-0.434 0.236,-0.435C0.245,-0.436 0.254,-0.436 0.262,-0.436C0.287,-0.436 0.309,-0.431 0.328,-0.422C0.347,-0.412 0.357,-0.393 0.359,-0.366L0.494,-0.366C0.491,-0.398 0.483,-0.425 0.47,-0.446C0.456,-0.467 0.439,-0.483 0.418,-0.496C0.397,-0.509 0.374,-0.518 0.348,-0.523C0.321,-0.528 0.294,-0.531 0.266,-0.531C0.238,-0.531 0.211,-0.529 0.184,-0.524C0.157,-0.519 0.133,-0.51 0.112,-0.498C0.091,-0.485 0.074,-0.468 0.061,-0.447C0.048,-0.426 0.041,-0.398 0.041,-0.365C0.041,-0.342 0.046,-0.323 0.055,-0.308C0.064,-0.292 0.077,-0.279 0.092,-0.269C0.107,-0.258 0.125,-0.25 0.145,-0.244C0.164,-0.237 0.184,-0.232 0.205,-0.227C0.256,-0.216 0.295,-0.206 0.324,-0.195C0.352,-0.184 0.366,-0.168 0.366,-0.147C0.366,-0.134 0.363,-0.124 0.357,-0.116C0.351,-0.107 0.343,-0.1 0.335,-0.096C0.326,-0.09 0.316,-0.087 0.305,-0.085C0.294,-0.082 0.283,-0.081 0.273,-0.081C0.259,-0.081 0.246,-0.083 0.233,-0.086C0.22,-0.089 0.208,-0.094 0.198,-0.102C0.188,-0.109 0.18,-0.118 0.174,-0.129C0.167,-0.139 0.164,-0.153 0.164,-0.168Z" style="fill:white;fill-rule:nonzero;"/>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

+9
View File
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 423 304" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,-148.166,-388.36)">
<g id="Icon" transform="matrix(1.4649,0,0,1.4649,15.7961,195.857)">
<path d="M220.75,322.191C204.864,317.449 188.523,313.355 169.574,313.355C151.106,313.355 133.16,317.776 118.354,326.063C118.354,326.063 109.407,331.834 100.226,328.324C94.298,326.058 90.462,317.42 90.44,313.998C90.263,286.476 90.44,172.21 90.44,172.21L91.657,164.147L94.852,157.325L99.303,152.049C100.837,150.629 102.588,149.324 104.546,148.193C123.308,137.361 146.121,131.41 169.574,131.41C189.374,131.41 206.667,135.211 222.716,139.971C221.468,142.065 220.75,144.511 220.75,147.124L220.75,155.584C220.75,163.311 227.024,169.584 234.75,169.584C242.477,169.584 248.75,163.311 248.75,155.584L248.75,148.381C262.221,152.786 275.241,156.496 289.059,156.496C307.987,156.496 322.568,154.02 332.664,148.193C337.327,145.501 342.981,143.953 348.81,143.953C366.61,143.953 379.061,158.508 379.061,172.21L379.061,297.641L377.844,305.704L374.649,312.525L370.198,317.802C368.663,319.222 366.913,320.527 364.955,321.658C346.192,332.49 323.38,338.441 299.927,338.441C281.142,338.441 264.624,335.011 248.731,330.591C248.744,330.346 248.75,330.1 248.75,329.852L248.75,321.392C248.75,313.666 242.477,307.392 234.75,307.392C227.024,307.392 220.75,313.666 220.75,321.392L220.75,322.191ZM145.495,275.563C147.604,275.563 148.658,274.508 148.658,272.399L148.658,241.517C148.658,240.412 149.261,239.86 150.466,239.86L160.559,239.86L175.624,272.399C176.126,273.705 176.779,274.558 177.582,274.96C178.386,275.362 179.691,275.563 181.499,275.563L193.701,275.563C196.312,275.563 197.166,274.357 196.262,271.947L180.143,238.353L180.143,237.751C189.081,234.035 193.551,226.502 193.551,215.154L193.551,203.403C193.551,195.57 191.341,189.494 186.922,185.175C182.503,180.857 176.377,178.697 168.543,178.697L132.69,178.697C130.581,178.697 129.526,179.752 129.526,181.861L129.526,272.399C129.526,274.508 130.581,275.563 132.69,275.563L145.495,275.563ZM150.315,224.494C149.21,224.494 148.658,223.941 148.658,222.837L148.658,196.926C148.658,195.821 149.21,195.268 150.315,195.268L165.079,195.268C168.292,195.268 170.652,195.971 172.159,197.377C173.665,198.784 174.419,201.043 174.419,204.157L174.419,215.907C174.419,218.92 173.665,221.104 172.159,222.46C170.652,223.816 168.292,224.494 165.079,224.494L150.315,224.494ZM220.75,260.483L220.75,277.402C220.75,285.129 227.024,291.402 234.75,291.402C242.477,291.402 248.75,285.129 248.75,277.402L248.75,260.483C248.75,252.756 242.477,246.483 234.75,246.483C227.024,246.483 220.75,252.756 220.75,260.483ZM220.75,199.574L220.75,216.493C220.75,224.22 227.024,230.493 234.75,230.493C242.477,230.493 248.75,224.22 248.75,216.493L248.75,199.574C248.75,191.847 242.477,185.574 234.75,185.574C227.024,185.574 220.75,191.847 220.75,199.574ZM314.666,293.403C316.775,293.403 317.83,292.349 317.83,290.24L317.83,214.766C317.83,213.661 318.432,213.109 319.637,213.109L336.811,213.109C338.92,213.109 339.975,212.055 339.975,209.945L339.975,199.702C339.975,197.593 338.92,196.538 336.811,196.538L279.867,196.538C277.758,196.538 276.703,197.593 276.703,199.702L276.703,209.945C276.703,212.055 277.758,213.109 279.867,213.109L297.04,213.109C298.145,213.109 298.698,213.661 298.698,214.766L298.698,290.24C298.698,292.349 299.802,293.403 302.012,293.403L314.666,293.403Z" style="fill:rgb(176,0,0);"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

+9
View File
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 423 304" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,-148.166,-388.36)">
<g id="Icon" transform="matrix(1.4649,0,0,1.4649,15.7961,195.857)">
<path d="M220.75,322.191C204.864,317.449 188.523,313.355 169.574,313.355C151.106,313.355 133.16,317.776 118.354,326.063C118.354,326.063 109.407,331.834 100.226,328.324C94.298,326.058 90.462,317.42 90.44,313.998C90.263,286.476 90.44,172.21 90.44,172.21L91.657,164.147L94.852,157.325L99.303,152.049C100.837,150.629 102.588,149.324 104.546,148.193C123.308,137.361 146.121,131.41 169.574,131.41C189.374,131.41 206.667,135.211 222.716,139.971C221.468,142.065 220.75,144.511 220.75,147.124L220.75,155.584C220.75,163.311 227.024,169.584 234.75,169.584C242.477,169.584 248.75,163.311 248.75,155.584L248.75,148.381C262.221,152.786 275.241,156.496 289.059,156.496C307.987,156.496 322.568,154.02 332.664,148.193C337.327,145.501 342.981,143.953 348.81,143.953C366.61,143.953 379.061,158.508 379.061,172.21L379.061,297.641L377.844,305.704L374.649,312.525L370.198,317.802C368.663,319.222 366.913,320.527 364.955,321.658C346.192,332.49 323.38,338.441 299.927,338.441C281.142,338.441 264.624,335.011 248.731,330.591C248.744,330.346 248.75,330.1 248.75,329.852L248.75,321.392C248.75,313.666 242.477,307.392 234.75,307.392C227.024,307.392 220.75,313.666 220.75,321.392L220.75,322.191ZM145.495,275.563C147.604,275.563 148.658,274.508 148.658,272.399L148.658,241.517C148.658,240.412 149.261,239.86 150.466,239.86L160.559,239.86L175.624,272.399C176.126,273.705 176.779,274.558 177.582,274.96C178.386,275.362 179.691,275.563 181.499,275.563L193.701,275.563C196.312,275.563 197.166,274.357 196.262,271.947L180.143,238.353L180.143,237.751C189.081,234.035 193.551,226.502 193.551,215.154L193.551,203.403C193.551,195.57 191.341,189.494 186.922,185.175C182.503,180.857 176.377,178.697 168.543,178.697L132.69,178.697C130.581,178.697 129.526,179.752 129.526,181.861L129.526,272.399C129.526,274.508 130.581,275.563 132.69,275.563L145.495,275.563ZM150.315,224.494C149.21,224.494 148.658,223.941 148.658,222.837L148.658,196.926C148.658,195.821 149.21,195.268 150.315,195.268L165.079,195.268C168.292,195.268 170.652,195.971 172.159,197.377C173.665,198.784 174.419,201.043 174.419,204.157L174.419,215.907C174.419,218.92 173.665,221.104 172.159,222.46C170.652,223.816 168.292,224.494 165.079,224.494L150.315,224.494ZM220.75,260.483L220.75,277.402C220.75,285.129 227.024,291.402 234.75,291.402C242.477,291.402 248.75,285.129 248.75,277.402L248.75,260.483C248.75,252.756 242.477,246.483 234.75,246.483C227.024,246.483 220.75,252.756 220.75,260.483ZM220.75,199.574L220.75,216.493C220.75,224.22 227.024,230.493 234.75,230.493C242.477,230.493 248.75,224.22 248.75,216.493L248.75,199.574C248.75,191.847 242.477,185.574 234.75,185.574C227.024,185.574 220.75,191.847 220.75,199.574ZM314.666,293.403C316.775,293.403 317.83,292.349 317.83,290.24L317.83,214.766C317.83,213.661 318.432,213.109 319.637,213.109L336.811,213.109C338.92,213.109 339.975,212.055 339.975,209.945L339.975,199.702C339.975,197.593 338.92,196.538 336.811,196.538L279.867,196.538C277.758,196.538 276.703,197.593 276.703,199.702L276.703,209.945C276.703,212.055 277.758,213.109 279.867,213.109L297.04,213.109C298.145,213.109 298.698,213.661 298.698,214.766L298.698,290.24C298.698,292.349 299.802,293.403 302.012,293.403L314.666,293.403Z" style="fill:white;"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

+25
View File
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 1614 304" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,-148.166,-388.36)">
<g id="Wordmark" transform="matrix(1,0,0,1,247.728,-1.13687e-13)">
<g transform="matrix(0.640412,0,0,0.640412,67.9128,191.461)">
<path d="M577.412,694.848L537.594,694.848C531.036,694.848 527.757,691.568 527.757,685.01L527.757,403.473C527.757,396.914 531.036,393.635 537.594,393.635L649.085,393.635C673.444,393.635 692.495,400.35 706.236,413.778C719.977,427.207 726.847,446.101 726.847,470.461L726.847,507C726.847,542.289 712.95,565.712 685.156,577.267L685.156,579.141L735.28,683.605C738.09,691.1 735.436,694.848 727.316,694.848L689.372,694.848C683.75,694.848 679.69,694.223 677.192,692.974C674.694,691.725 672.664,689.07 671.102,685.01L624.257,583.825L592.871,583.825C589.124,583.825 587.25,585.543 587.25,588.978L587.25,685.01C587.25,691.568 583.971,694.848 577.412,694.848ZM592.403,536.044L638.311,536.044C648.304,536.044 655.643,533.935 660.328,529.719C665.012,525.503 667.354,518.711 667.354,509.342L667.354,472.803C667.354,463.122 665.012,456.095 660.328,451.723C655.643,447.351 648.304,445.165 638.311,445.165L592.403,445.165C588.967,445.165 587.25,446.882 587.25,450.317L587.25,530.891C587.25,534.326 588.967,536.044 592.403,536.044Z" style="fill:rgb(176,0,0);fill-rule:nonzero;"/>
<path d="M815.384,694.848L770.413,694.848C764.792,694.848 762.918,691.568 764.792,685.01L838.807,403.473C840.993,396.914 845.677,393.635 852.86,393.635L915.164,393.635C922.971,393.635 927.656,396.914 929.217,403.473L1003.23,685.01C1005.11,691.568 1003.23,694.848 997.611,694.848L952.64,694.848C949.204,694.848 946.862,694.145 945.613,692.74C944.364,691.334 943.427,688.758 942.802,685.01L929.686,633.481L838.338,633.481L825.222,685.01C824.597,688.758 823.582,691.334 822.177,692.74C820.771,694.145 818.507,694.848 815.384,694.848ZM883.309,450.317L849.581,585.699L918.911,585.699L885.183,450.317L883.309,450.317Z" style="fill:rgb(176,0,0);fill-rule:nonzero;"/>
<path d="M1168.59,694.848L1117.53,694.848C1092.86,694.848 1073.81,688.289 1060.38,675.173C1046.95,662.056 1040.24,643.162 1040.24,618.49L1040.24,469.992C1040.24,445.321 1046.95,426.427 1060.38,413.31C1073.81,400.193 1092.86,393.635 1117.53,393.635L1168.59,393.635C1192.95,393.635 1211.93,400.272 1225.51,413.544C1239.1,426.817 1245.89,445.633 1245.89,469.992L1245.89,492.009C1245.89,498.88 1242.45,502.315 1235.58,502.315L1196.23,502.315C1189.67,502.315 1186.39,498.88 1186.39,492.009L1186.39,472.803C1186.39,462.809 1184.29,455.705 1180.07,451.489C1175.86,447.273 1168.75,445.165 1158.76,445.165L1126.9,445.165C1117.22,445.165 1110.27,447.273 1106.06,451.489C1101.84,455.705 1099.73,462.809 1099.73,472.803L1099.73,615.68C1099.73,625.673 1101.84,632.778 1106.06,636.994C1110.27,641.21 1117.22,643.318 1126.9,643.318L1158.76,643.318C1168.75,643.318 1175.86,641.21 1180.07,636.994C1184.29,632.778 1186.39,625.673 1186.39,615.68L1186.39,596.473C1186.39,589.603 1189.67,586.168 1196.23,586.168L1235.58,586.168C1242.45,586.168 1245.89,589.603 1245.89,596.473L1245.89,618.49C1245.89,642.85 1239.1,661.666 1225.51,674.938C1211.93,688.211 1192.95,694.848 1168.59,694.848Z" style="fill:rgb(176,0,0);fill-rule:nonzero;"/>
<path d="M1459.97,694.848L1306.79,694.848C1300.23,694.848 1296.95,691.568 1296.95,685.01L1296.95,403.473C1296.95,396.914 1300.23,393.635 1306.79,393.635L1459.97,393.635C1466.21,393.635 1469.34,396.914 1469.34,403.473L1469.34,435.327C1469.34,441.885 1466.21,445.165 1459.97,445.165L1362.06,445.165C1358.32,445.165 1356.44,446.882 1356.44,450.317L1356.44,511.216C1356.44,514.651 1358.32,516.369 1362.06,516.369L1442.17,516.369C1448.73,516.369 1452.01,519.648 1452.01,526.206L1452.01,558.061C1452.01,564.619 1448.73,567.898 1442.17,567.898L1362.06,567.898C1358.32,567.898 1356.44,569.616 1356.44,573.051L1356.44,638.165C1356.44,641.601 1358.32,643.318 1362.06,643.318L1459.97,643.318C1466.21,643.318 1469.34,646.597 1469.34,653.156L1469.34,685.01C1469.34,691.568 1466.21,694.848 1459.97,694.848Z" style="fill:rgb(176,0,0);fill-rule:nonzero;"/>
</g>
<g transform="matrix(0.640412,0,0,0.640412,827.59,191.461)">
<path d="M620.978,694.848L581.628,694.848C574.758,694.848 571.323,691.568 571.323,685.01L571.323,450.317C571.323,446.882 569.605,445.165 566.17,445.165L512.766,445.165C506.208,445.165 502.929,441.885 502.929,435.327L502.929,403.473C502.929,396.914 506.208,393.635 512.766,393.635L689.84,393.635C696.398,393.635 699.677,396.914 699.677,403.473L699.677,435.327C699.677,441.885 696.398,445.165 689.84,445.165L636.437,445.165C632.689,445.165 630.816,446.882 630.816,450.317L630.816,685.01C630.816,691.568 627.536,694.848 620.978,694.848Z" style="fill:rgb(176,0,0);fill-rule:nonzero;"/>
<path d="M797.115,403.473L797.115,685.01C797.115,691.568 793.836,694.848 787.277,694.848L747.459,694.848C740.901,694.848 737.622,691.568 737.622,685.01L737.622,403.473C737.622,396.914 740.901,393.635 747.459,393.635L787.277,393.635C793.836,393.635 797.115,396.914 797.115,403.473Z" style="fill:rgb(176,0,0);fill-rule:nonzero;"/>
<path d="M894.552,694.848L848.176,694.848C845.053,694.848 842.867,693.833 841.617,691.803C840.368,689.773 840.368,687.352 841.617,684.542L914.227,540.728L843.96,403.941C842.71,401.443 842.71,399.1 843.96,396.914C845.209,394.728 847.395,393.635 850.518,393.635L895.489,393.635C903.296,393.635 908.449,396.914 910.948,403.473L955.45,504.189L957.324,504.189L1001.36,403.473C1004.48,396.914 1009.48,393.635 1016.35,393.635L1062.26,393.635C1065.38,393.635 1067.64,394.806 1069.05,397.149C1070.45,399.491 1070.53,401.911 1069.28,404.409L998.079,540.728L1070.69,684.073C1072.25,687.196 1072.41,689.773 1071.16,691.803C1069.91,693.833 1067.57,694.848 1064.13,694.848L1017.29,694.848C1010.73,694.848 1006.2,691.725 1003.7,685.479L957.324,584.294L955.45,584.294L908.605,685.479C905.795,691.725 901.11,694.848 894.552,694.848Z" style="fill:rgb(176,0,0);fill-rule:nonzero;"/>
</g>
<g transform="matrix(1.00002,-0.00623216,-0.00623216,3.44642,230.747,-470.029)">
<path d="M830.429,252.46L870.429,252.562L870.39,267.797L830.39,267.695L830.429,252.46ZM830.376,273.024L870.376,273.126L870.328,291.99L830.328,291.888L830.376,273.024ZM830.315,297.217L870.314,297.319L870.266,316.183L830.267,316.081L830.315,297.217ZM830.253,321.41L870.253,321.512L870.214,336.747L830.214,336.645L830.253,321.41Z" style="fill:rgb(176,0,0);"/>
</g>
</g>
<g id="Icon" transform="matrix(1.4649,0,0,1.4649,15.7961,195.857)">
<path d="M220.75,322.191C204.864,317.449 188.523,313.355 169.574,313.355C151.106,313.355 133.16,317.776 118.354,326.063C118.354,326.063 109.407,331.834 100.226,328.324C94.298,326.058 90.462,317.42 90.44,313.998C90.263,286.476 90.44,172.21 90.44,172.21L91.657,164.147L94.852,157.325L99.303,152.049C100.837,150.629 102.588,149.324 104.546,148.193C123.308,137.361 146.121,131.41 169.574,131.41C189.374,131.41 206.667,135.211 222.716,139.971C221.468,142.065 220.75,144.511 220.75,147.124L220.75,155.584C220.75,163.311 227.024,169.584 234.75,169.584C242.477,169.584 248.75,163.311 248.75,155.584L248.75,148.381C262.221,152.786 275.241,156.496 289.059,156.496C307.987,156.496 322.568,154.02 332.664,148.193C337.327,145.501 342.981,143.953 348.81,143.953C366.61,143.953 379.061,158.508 379.061,172.21L379.061,297.641L377.844,305.704L374.649,312.525L370.198,317.802C368.663,319.222 366.913,320.527 364.955,321.658C346.192,332.49 323.38,338.441 299.927,338.441C281.142,338.441 264.624,335.011 248.731,330.591C248.744,330.346 248.75,330.1 248.75,329.852L248.75,321.392C248.75,313.666 242.477,307.392 234.75,307.392C227.024,307.392 220.75,313.666 220.75,321.392L220.75,322.191ZM145.495,275.563C147.604,275.563 148.658,274.508 148.658,272.399L148.658,241.517C148.658,240.412 149.261,239.86 150.466,239.86L160.559,239.86L175.624,272.399C176.126,273.705 176.779,274.558 177.582,274.96C178.386,275.362 179.691,275.563 181.499,275.563L193.701,275.563C196.312,275.563 197.166,274.357 196.262,271.947L180.143,238.353L180.143,237.751C189.081,234.035 193.551,226.502 193.551,215.154L193.551,203.403C193.551,195.57 191.341,189.494 186.922,185.175C182.503,180.857 176.377,178.697 168.543,178.697L132.69,178.697C130.581,178.697 129.526,179.752 129.526,181.861L129.526,272.399C129.526,274.508 130.581,275.563 132.69,275.563L145.495,275.563ZM150.315,224.494C149.21,224.494 148.658,223.941 148.658,222.837L148.658,196.926C148.658,195.821 149.21,195.268 150.315,195.268L165.079,195.268C168.292,195.268 170.652,195.971 172.159,197.377C173.665,198.784 174.419,201.043 174.419,204.157L174.419,215.907C174.419,218.92 173.665,221.104 172.159,222.46C170.652,223.816 168.292,224.494 165.079,224.494L150.315,224.494ZM220.75,260.483L220.75,277.402C220.75,285.129 227.024,291.402 234.75,291.402C242.477,291.402 248.75,285.129 248.75,277.402L248.75,260.483C248.75,252.756 242.477,246.483 234.75,246.483C227.024,246.483 220.75,252.756 220.75,260.483ZM220.75,199.574L220.75,216.493C220.75,224.22 227.024,230.493 234.75,230.493C242.477,230.493 248.75,224.22 248.75,216.493L248.75,199.574C248.75,191.847 242.477,185.574 234.75,185.574C227.024,185.574 220.75,191.847 220.75,199.574ZM314.666,293.403C316.775,293.403 317.83,292.349 317.83,290.24L317.83,214.766C317.83,213.661 318.432,213.109 319.637,213.109L336.811,213.109C338.92,213.109 339.975,212.055 339.975,209.945L339.975,199.702C339.975,197.593 338.92,196.538 336.811,196.538L279.867,196.538C277.758,196.538 276.703,197.593 276.703,199.702L276.703,209.945C276.703,212.055 277.758,213.109 279.867,213.109L297.04,213.109C298.145,213.109 298.698,213.661 298.698,214.766L298.698,290.24C298.698,292.349 299.802,293.403 302.012,293.403L314.666,293.403Z" style="fill:rgb(176,0,0);"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

+25
View File
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 1614 304" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,-148.166,-388.36)">
<g id="Wordmark" transform="matrix(1,0,0,1,247.728,-1.13687e-13)">
<g transform="matrix(0.640412,0,0,0.640412,67.9128,191.461)">
<path d="M577.412,694.848L537.594,694.848C531.036,694.848 527.757,691.568 527.757,685.01L527.757,403.473C527.757,396.914 531.036,393.635 537.594,393.635L649.085,393.635C673.444,393.635 692.495,400.35 706.236,413.778C719.977,427.207 726.847,446.101 726.847,470.461L726.847,507C726.847,542.289 712.95,565.712 685.156,577.267L685.156,579.141L735.28,683.605C738.09,691.1 735.436,694.848 727.316,694.848L689.372,694.848C683.75,694.848 679.69,694.223 677.192,692.974C674.694,691.725 672.664,689.07 671.102,685.01L624.257,583.825L592.871,583.825C589.124,583.825 587.25,585.543 587.25,588.978L587.25,685.01C587.25,691.568 583.971,694.848 577.412,694.848ZM592.403,536.044L638.311,536.044C648.304,536.044 655.643,533.935 660.328,529.719C665.012,525.503 667.354,518.711 667.354,509.342L667.354,472.803C667.354,463.122 665.012,456.095 660.328,451.723C655.643,447.351 648.304,445.165 638.311,445.165L592.403,445.165C588.967,445.165 587.25,446.882 587.25,450.317L587.25,530.891C587.25,534.326 588.967,536.044 592.403,536.044Z" style="fill:white;fill-rule:nonzero;"/>
<path d="M815.384,694.848L770.413,694.848C764.792,694.848 762.918,691.568 764.792,685.01L838.807,403.473C840.993,396.914 845.677,393.635 852.86,393.635L915.164,393.635C922.971,393.635 927.656,396.914 929.217,403.473L1003.23,685.01C1005.11,691.568 1003.23,694.848 997.611,694.848L952.64,694.848C949.204,694.848 946.862,694.145 945.613,692.74C944.364,691.334 943.427,688.758 942.802,685.01L929.686,633.481L838.338,633.481L825.222,685.01C824.597,688.758 823.582,691.334 822.177,692.74C820.771,694.145 818.507,694.848 815.384,694.848ZM883.309,450.317L849.581,585.699L918.911,585.699L885.183,450.317L883.309,450.317Z" style="fill:white;fill-rule:nonzero;"/>
<path d="M1168.59,694.848L1117.53,694.848C1092.86,694.848 1073.81,688.289 1060.38,675.173C1046.95,662.056 1040.24,643.162 1040.24,618.49L1040.24,469.992C1040.24,445.321 1046.95,426.427 1060.38,413.31C1073.81,400.193 1092.86,393.635 1117.53,393.635L1168.59,393.635C1192.95,393.635 1211.93,400.272 1225.51,413.544C1239.1,426.817 1245.89,445.633 1245.89,469.992L1245.89,492.009C1245.89,498.88 1242.45,502.315 1235.58,502.315L1196.23,502.315C1189.67,502.315 1186.39,498.88 1186.39,492.009L1186.39,472.803C1186.39,462.809 1184.29,455.705 1180.07,451.489C1175.86,447.273 1168.75,445.165 1158.76,445.165L1126.9,445.165C1117.22,445.165 1110.27,447.273 1106.06,451.489C1101.84,455.705 1099.73,462.809 1099.73,472.803L1099.73,615.68C1099.73,625.673 1101.84,632.778 1106.06,636.994C1110.27,641.21 1117.22,643.318 1126.9,643.318L1158.76,643.318C1168.75,643.318 1175.86,641.21 1180.07,636.994C1184.29,632.778 1186.39,625.673 1186.39,615.68L1186.39,596.473C1186.39,589.603 1189.67,586.168 1196.23,586.168L1235.58,586.168C1242.45,586.168 1245.89,589.603 1245.89,596.473L1245.89,618.49C1245.89,642.85 1239.1,661.666 1225.51,674.938C1211.93,688.211 1192.95,694.848 1168.59,694.848Z" style="fill:white;fill-rule:nonzero;"/>
<path d="M1459.97,694.848L1306.79,694.848C1300.23,694.848 1296.95,691.568 1296.95,685.01L1296.95,403.473C1296.95,396.914 1300.23,393.635 1306.79,393.635L1459.97,393.635C1466.21,393.635 1469.34,396.914 1469.34,403.473L1469.34,435.327C1469.34,441.885 1466.21,445.165 1459.97,445.165L1362.06,445.165C1358.32,445.165 1356.44,446.882 1356.44,450.317L1356.44,511.216C1356.44,514.651 1358.32,516.369 1362.06,516.369L1442.17,516.369C1448.73,516.369 1452.01,519.648 1452.01,526.206L1452.01,558.061C1452.01,564.619 1448.73,567.898 1442.17,567.898L1362.06,567.898C1358.32,567.898 1356.44,569.616 1356.44,573.051L1356.44,638.165C1356.44,641.601 1358.32,643.318 1362.06,643.318L1459.97,643.318C1466.21,643.318 1469.34,646.597 1469.34,653.156L1469.34,685.01C1469.34,691.568 1466.21,694.848 1459.97,694.848Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(0.640412,0,0,0.640412,827.59,191.461)">
<path d="M620.978,694.848L581.628,694.848C574.758,694.848 571.323,691.568 571.323,685.01L571.323,450.317C571.323,446.882 569.605,445.165 566.17,445.165L512.766,445.165C506.208,445.165 502.929,441.885 502.929,435.327L502.929,403.473C502.929,396.914 506.208,393.635 512.766,393.635L689.84,393.635C696.398,393.635 699.677,396.914 699.677,403.473L699.677,435.327C699.677,441.885 696.398,445.165 689.84,445.165L636.437,445.165C632.689,445.165 630.816,446.882 630.816,450.317L630.816,685.01C630.816,691.568 627.536,694.848 620.978,694.848Z" style="fill:white;fill-rule:nonzero;"/>
<path d="M797.115,403.473L797.115,685.01C797.115,691.568 793.836,694.848 787.277,694.848L747.459,694.848C740.901,694.848 737.622,691.568 737.622,685.01L737.622,403.473C737.622,396.914 740.901,393.635 747.459,393.635L787.277,393.635C793.836,393.635 797.115,396.914 797.115,403.473Z" style="fill:white;fill-rule:nonzero;"/>
<path d="M894.552,694.848L848.176,694.848C845.053,694.848 842.867,693.833 841.617,691.803C840.368,689.773 840.368,687.352 841.617,684.542L914.227,540.728L843.96,403.941C842.71,401.443 842.71,399.1 843.96,396.914C845.209,394.728 847.395,393.635 850.518,393.635L895.489,393.635C903.296,393.635 908.449,396.914 910.948,403.473L955.45,504.189L957.324,504.189L1001.36,403.473C1004.48,396.914 1009.48,393.635 1016.35,393.635L1062.26,393.635C1065.38,393.635 1067.64,394.806 1069.05,397.149C1070.45,399.491 1070.53,401.911 1069.28,404.409L998.079,540.728L1070.69,684.073C1072.25,687.196 1072.41,689.773 1071.16,691.803C1069.91,693.833 1067.57,694.848 1064.13,694.848L1017.29,694.848C1010.73,694.848 1006.2,691.725 1003.7,685.479L957.324,584.294L955.45,584.294L908.605,685.479C905.795,691.725 901.11,694.848 894.552,694.848Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g transform="matrix(1.00002,-0.00623216,-0.00623216,3.44642,230.747,-470.029)">
<path d="M830.429,252.46L870.429,252.562L870.39,267.797L830.39,267.695L830.429,252.46ZM830.376,273.024L870.376,273.126L870.328,291.99L830.328,291.888L830.376,273.024ZM830.315,297.217L870.314,297.319L870.266,316.183L830.267,316.081L830.315,297.217ZM830.253,321.41L870.253,321.512L870.214,336.747L830.214,336.645L830.253,321.41Z" style="fill:white;"/>
</g>
</g>
<g id="Icon" transform="matrix(1.4649,0,0,1.4649,15.7961,195.857)">
<path d="M220.75,322.191C204.864,317.449 188.523,313.355 169.574,313.355C151.106,313.355 133.16,317.776 118.354,326.063C118.354,326.063 109.407,331.834 100.226,328.324C94.298,326.058 90.462,317.42 90.44,313.998C90.263,286.476 90.44,172.21 90.44,172.21L91.657,164.147L94.852,157.325L99.303,152.049C100.837,150.629 102.588,149.324 104.546,148.193C123.308,137.361 146.121,131.41 169.574,131.41C189.374,131.41 206.667,135.211 222.716,139.971C221.468,142.065 220.75,144.511 220.75,147.124L220.75,155.584C220.75,163.311 227.024,169.584 234.75,169.584C242.477,169.584 248.75,163.311 248.75,155.584L248.75,148.381C262.221,152.786 275.241,156.496 289.059,156.496C307.987,156.496 322.568,154.02 332.664,148.193C337.327,145.501 342.981,143.953 348.81,143.953C366.61,143.953 379.061,158.508 379.061,172.21L379.061,297.641L377.844,305.704L374.649,312.525L370.198,317.802C368.663,319.222 366.913,320.527 364.955,321.658C346.192,332.49 323.38,338.441 299.927,338.441C281.142,338.441 264.624,335.011 248.731,330.591C248.744,330.346 248.75,330.1 248.75,329.852L248.75,321.392C248.75,313.666 242.477,307.392 234.75,307.392C227.024,307.392 220.75,313.666 220.75,321.392L220.75,322.191ZM145.495,275.563C147.604,275.563 148.658,274.508 148.658,272.399L148.658,241.517C148.658,240.412 149.261,239.86 150.466,239.86L160.559,239.86L175.624,272.399C176.126,273.705 176.779,274.558 177.582,274.96C178.386,275.362 179.691,275.563 181.499,275.563L193.701,275.563C196.312,275.563 197.166,274.357 196.262,271.947L180.143,238.353L180.143,237.751C189.081,234.035 193.551,226.502 193.551,215.154L193.551,203.403C193.551,195.57 191.341,189.494 186.922,185.175C182.503,180.857 176.377,178.697 168.543,178.697L132.69,178.697C130.581,178.697 129.526,179.752 129.526,181.861L129.526,272.399C129.526,274.508 130.581,275.563 132.69,275.563L145.495,275.563ZM150.315,224.494C149.21,224.494 148.658,223.941 148.658,222.837L148.658,196.926C148.658,195.821 149.21,195.268 150.315,195.268L165.079,195.268C168.292,195.268 170.652,195.971 172.159,197.377C173.665,198.784 174.419,201.043 174.419,204.157L174.419,215.907C174.419,218.92 173.665,221.104 172.159,222.46C170.652,223.816 168.292,224.494 165.079,224.494L150.315,224.494ZM220.75,260.483L220.75,277.402C220.75,285.129 227.024,291.402 234.75,291.402C242.477,291.402 248.75,285.129 248.75,277.402L248.75,260.483C248.75,252.756 242.477,246.483 234.75,246.483C227.024,246.483 220.75,252.756 220.75,260.483ZM220.75,199.574L220.75,216.493C220.75,224.22 227.024,230.493 234.75,230.493C242.477,230.493 248.75,224.22 248.75,216.493L248.75,199.574C248.75,191.847 242.477,185.574 234.75,185.574C227.024,185.574 220.75,191.847 220.75,199.574ZM314.666,293.403C316.775,293.403 317.83,292.349 317.83,290.24L317.83,214.766C317.83,213.661 318.432,213.109 319.637,213.109L336.811,213.109C338.92,213.109 339.975,212.055 339.975,209.945L339.975,199.702C339.975,197.593 338.92,196.538 336.811,196.538L279.867,196.538C277.758,196.538 276.703,197.593 276.703,199.702L276.703,209.945C276.703,212.055 277.758,213.109 279.867,213.109L297.04,213.109C298.145,213.109 298.698,213.661 298.698,214.766L298.698,290.24C298.698,292.349 299.802,293.403 302.012,293.403L314.666,293.403Z" style="fill:white;"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.9 KiB

+53
View File
@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 3840 3840" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(0.997662,0,0,1,0,0)">
<rect x="0" y="0" width="3849" height="3840" style="fill:rgb(52,58,64);"/>
</g>
<g id="Layer-3" serif:id="Layer 3" transform="matrix(4.82893,-4.84025,4.82893,4.84025,-9781.34,8663.82)">
<g id="g4677">
<g id="g3633" transform="matrix(1,0,0.0223477,1,-14.8654,0)">
<g id="text4405-6-3" transform="matrix(1,0,-0.251318,1,38.4,4.2379)">
<path id="path1543" d="M1877.6,504.73L1863.1,504.73L1845.5,479.173L1872.83,479.173C1874.77,479.173 1876.04,477.61 1876.63,474.486C1877.28,471.361 1876.63,469.799 1874.69,469.799L1841.79,469.799L1834.8,504.73L1824.19,504.73L1833.3,459.187L1877.43,459.187C1881.5,459.187 1884.38,460.779 1886.09,463.962C1887.69,466.851 1888.07,470.359 1887.24,474.486C1886.42,478.613 1884.65,482.12 1881.94,485.009C1878.93,488.193 1875.39,489.785 1871.33,489.785L1867.26,489.785L1877.6,504.73Z" style="fill:rgb(33,36,41);fill-rule:nonzero;"/>
<path id="path1545" d="M1896.26,504.73L1885.65,504.73L1894.76,459.187L1905.37,459.187L1896.26,504.73Z" style="fill:rgb(33,36,41);fill-rule:nonzero;"/>
<path id="path1547" d="M1962.41,459.187L1930.13,504.73L1921.11,504.73L1906.96,459.187L1918.81,459.187L1928.63,490.315L1950.56,459.187L1962.41,459.187Z" style="fill:rgb(33,36,41);fill-rule:nonzero;"/>
<path id="path1549" d="M2011.85,469.799L1973.91,469.799L1972.58,476.608L2008.04,476.608L2005.92,487.22L1970.46,487.22L1969.04,494.118L2006.89,494.118L2004.77,504.73L1956.31,504.73L1965.42,459.187L2013.97,459.187L2011.85,469.799Z" style="fill:rgb(33,36,41);fill-rule:nonzero;"/>
<path id="path1551" d="M2062.69,504.73L2048.19,504.73L2030.59,479.173L2057.92,479.173C2059.86,479.173 2061.13,477.61 2061.72,474.486C2062.37,471.361 2061.72,469.799 2059.78,469.799L2026.88,469.799L2019.89,504.73L2009.28,504.73L2018.39,459.187L2062.52,459.187C2066.59,459.187 2069.47,460.779 2071.18,463.962C2072.78,466.851 2073.16,470.359 2072.33,474.486C2071.51,478.613 2069.74,482.12 2067.03,485.009C2064.02,488.193 2060.48,489.785 2056.41,489.785L2052.35,489.785L2062.69,504.73Z" style="fill:rgb(33,36,41);fill-rule:nonzero;"/>
<path id="path1553" d="M2119.29,504.73L2108.59,504.73L2112.13,487.22L2084.89,487.22L2081.35,504.73L2070.74,504.73L2079.85,459.187L2090.46,459.187L2087.01,476.608L2114.25,476.608L2117.7,459.187L2128.4,459.187L2119.29,504.73Z" style="fill:rgb(33,36,41);fill-rule:nonzero;"/>
<path id="path1555" d="M2179.25,469.799L2141.31,469.799L2139.99,476.608L2175.45,476.608L2173.32,487.22L2137.86,487.22L2136.45,494.118L2174.3,494.118L2172.17,504.73L2123.71,504.73L2132.82,459.187L2181.37,459.187L2179.25,469.799Z" style="fill:rgb(33,36,41);fill-rule:nonzero;"/>
<path id="path1557" d="M2232.49,504.73L2221.87,504.73L2224.79,490.227L2196.85,490.227L2198.97,479.615L2226.91,479.615L2228.15,473.248C2228.62,470.948 2228.09,469.799 2226.56,469.799L2196.49,469.799C2195.02,469.799 2194.05,470.948 2193.58,473.248L2187.3,504.73L2176.68,504.73L2182.96,473.248C2183.73,469.416 2185.59,466.114 2188.53,463.343C2191.48,460.572 2194.84,459.187 2198.62,459.187L2228.68,459.187C2232.51,459.187 2235.35,460.572 2237.17,463.343C2239,466.114 2239.53,469.416 2238.76,473.248L2232.49,504.73Z" style="fill:rgb(33,36,41);fill-rule:nonzero;"/>
<path id="path1559" d="M2289.7,490.315C2288.88,494.442 2286.75,497.891 2283.33,500.662C2279.91,503.374 2276.14,504.73 2272.01,504.73L2236.91,504.73L2242.66,475.989L2253.27,475.989L2249.64,494.118L2274.14,494.118C2276.85,494.118 2278.47,492.85 2279,490.315L2282.27,473.601C2282.8,471.066 2281.71,469.799 2279,469.799L2243.89,469.799L2246.02,459.187L2281.12,459.187C2285.25,459.187 2288.46,460.572 2290.76,463.343C2293.06,466.055 2293.8,469.475 2292.97,473.601L2289.7,490.315Z" style="fill:rgb(33,36,41);fill-rule:nonzero;"/>
</g>
<path id="path2389" d="M1743.39,463.425L1754.5,471.49L1743.39,463.425L1764.3,463.425L1754.5,471.49L1743.39,463.425Z" style="fill:rgb(33,36,41);fill-rule:nonzero;"/>
</g>
<g id="g3620" transform="matrix(1,0,-0.0509745,1,15.707,0)">
<g id="text4405-2-4-7" transform="matrix(1,0,-0.17954,1,38.4,4.2379)">
<path id="path1580" d="M1889.97,562.08L1875.47,562.08L1857.87,536.523L1885.2,536.523C1887.14,536.523 1888.41,534.96 1889,531.836C1889.65,528.711 1889,527.149 1887.05,527.149L1854.16,527.149L1847.17,562.08L1836.56,562.08L1845.67,516.537L1889.79,516.537C1893.86,516.537 1896.75,518.129 1898.46,521.312C1900.05,524.201 1900.44,527.709 1899.61,531.836C1898.79,535.963 1897.02,539.471 1894.3,542.359C1891.3,545.543 1887.76,547.135 1883.69,547.135L1879.62,547.135L1889.97,562.08Z" style="fill:rgb(33,36,41);fill-rule:nonzero;"/>
<path id="path1582" d="M1953.82,562.08L1943.21,562.08L1946.13,547.577L1918.18,547.577L1920.3,536.965L1948.25,536.965L1949.49,530.598C1949.96,528.298 1949.43,527.149 1947.89,527.149L1917.83,527.149C1916.35,527.149 1915.38,528.298 1914.91,530.598L1908.63,562.08L1898.02,562.08L1904.3,530.598C1905.06,526.766 1906.92,523.464 1909.87,520.693C1912.82,517.922 1916.18,516.537 1919.95,516.537L1950.02,516.537C1953.85,516.537 1956.68,517.922 1958.51,520.693C1960.33,523.464 1960.87,526.766 1960.1,530.598L1953.82,562.08Z" style="fill:rgb(33,36,41);fill-rule:nonzero;"/>
<path id="path1584" d="M2008.29,562.08L1973.1,562.08C1968.97,562.08 1965.73,560.724 1963.37,558.012C1961.07,555.241 1960.33,551.792 1961.16,547.665L1964.43,530.951C1965.26,526.825 1967.38,523.405 1970.8,520.693C1974.28,517.922 1978.08,516.537 1982.21,516.537L2017.4,516.537L2015.28,527.149L1980.08,527.149C1977.25,527.149 1975.57,528.416 1975.04,530.951L1971.77,547.665C1971.24,550.2 1972.39,551.468 1975.22,551.468L2010.42,551.468L2008.29,562.08Z" style="fill:rgb(33,36,41);fill-rule:nonzero;"/>
<path id="path1586" d="M2068.25,527.149L2030.31,527.149L2028.99,533.958L2064.45,533.958L2062.33,544.57L2026.87,544.57L2025.45,551.468L2063.3,551.468L2061.18,562.08L2012.72,562.08L2021.83,516.537L2070.37,516.537L2068.25,527.149Z" style="fill:rgb(33,36,41);fill-rule:nonzero;"/>
<path id="path1588" d="M2145.63,516.537L2120.16,562.08L2110.97,562.08L2106.37,532.632L2089.92,562.08L2080.63,562.08L2073.38,516.537L2084.7,516.537L2088.95,543.686L2103.8,516.537L2115.3,516.537L2115.03,516.891L2119.19,543.686L2134.4,516.537L2145.63,516.537Z" style="fill:rgb(33,36,41);fill-rule:nonzero;"/>
<path id="path1590" d="M2195.33,562.08L2184.72,562.08L2187.64,547.577L2159.69,547.577L2161.81,536.965L2189.76,536.965L2191,530.598C2191.47,528.298 2190.94,527.149 2189.41,527.149L2159.34,527.149C2157.86,527.149 2156.89,528.298 2156.42,530.598L2150.14,562.08L2139.53,562.08L2145.81,530.598C2146.57,526.766 2148.43,523.464 2151.38,520.693C2154.33,517.922 2157.69,516.537 2161.46,516.537L2191.53,516.537C2195.36,516.537 2198.19,517.922 2200.02,520.693C2201.85,523.464 2202.38,526.766 2201.61,530.598L2195.33,562.08Z" style="fill:rgb(33,36,41);fill-rule:nonzero;"/>
<path id="path1592" d="M2261.74,530.598C2260.98,534.43 2259.18,537.672 2256.35,540.325C2253.34,543.155 2249.95,544.57 2246.18,544.57L2236.54,544.57L2233,562.08L2222.39,562.08L2225.93,544.57L2216.11,544.57C2212.34,544.57 2209.51,543.155 2207.62,540.325C2205.8,537.672 2205.26,534.43 2206.03,530.598L2208.86,516.537L2219.47,516.537L2216.64,530.598C2216.23,532.838 2216.76,533.958 2218.23,533.958L2248.3,533.958C2249.78,533.958 2250.72,532.838 2251.13,530.598L2253.96,516.537L2264.57,516.537L2261.74,530.598Z" style="fill:rgb(33,36,41);fill-rule:nonzero;"/>
</g>
<path id="path2820" d="M1778.42,520.775L1789.53,528.84L1778.42,520.775L1799.33,520.775L1789.53,528.84L1778.42,520.775Z" style="fill:rgb(33,36,41);fill-rule:nonzero;"/>
</g>
</g>
<g id="g4731">
<g id="text25947-8-1-3" transform="matrix(1.00538,0,-0.192015,0.906047,1520.5,293.54)">
<g id="g2086-5-9-6">
<g id="Layer-1" serif:id="Layer 1">
<g id="g6645-0-5-8-1">
<g id="Layer-11" serif:id="Layer 1">
<g id="text25947-8-1-31" serif:id="text25947-8-1-3">
<path id="path1019-9-0-6" d="M267.12,311.721L245.253,311.721L218.72,273.187L259.92,273.187C262.853,273.187 264.764,270.832 265.653,266.121C266.631,261.41 265.653,259.054 262.72,259.054L213.12,259.054L202.587,311.721L186.587,311.721L200.32,243.054L266.853,243.054C272.987,243.054 277.342,245.454 279.92,250.254C282.32,254.61 282.898,259.899 281.653,266.121C280.409,272.343 277.742,277.632 273.653,281.987C269.12,286.787 263.787,289.187 257.653,289.187L251.52,289.187L267.12,311.721ZM222.768,245.679L200.901,245.679L174.368,207.146L215.568,207.146C218.501,207.146 220.413,204.79 221.301,200.079C222.279,195.368 221.301,193.012 218.368,193.012L168.768,193.012L158.235,245.679L142.235,245.679L155.968,177.012L222.501,177.012C228.635,177.012 232.99,179.412 235.568,184.212C237.968,188.568 238.546,193.857 237.301,200.079C236.057,206.301 233.39,211.59 229.301,215.946C224.768,220.746 219.435,223.146 213.301,223.146L207.168,223.146L222.768,245.679Z" style="fill:rgb(33,36,41);fill-rule:nonzero;"/>
</g>
</g>
</g>
</g>
</g>
</g>
<path id="path2982" d="M1623.64,453.922L1639.54,464.6L1623.64,453.922L1651.32,453.922L1639.54,464.6L1623.64,453.922Z" style="fill:rgb(33,36,41);fill-rule:nonzero;"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

+274
View File
@@ -0,0 +1,274 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="593.19751"
height="122.05209"
viewBox="0 0 156.95015 32.292941"
version="1.1"
id="svg5"
inkscape:version="1.1 (c68e22c387, 2021-05-23)"
sodipodi:docname="logo_black.svg"
inkscape:export-filename="/home/mta/Documents/raceway/riverheadraceway.com/src/images/logos/logo_black.png"
inkscape:export-xdpi="171.256"
inkscape:export-ydpi="171.256"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview7"
pagecolor="#505050"
bordercolor="#eeeeee"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="false"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="0.58349155"
inkscape:cx="88.261775"
inkscape:cy="-95.973969"
inkscape:window-width="1920"
inkscape:window-height="1011"
inkscape:window-x="0"
inkscape:window-y="32"
inkscape:window-maximized="1"
inkscape:current-layer="layer5"
units="px"
height="155.67543px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
showborder="true"
width="564.8418px"
inkscape:snap-nodes="false" />
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-427.6533,-120.1001)">
<g
id="text149258"
style="font-size:10.5833px;line-height:1.25;font-family:Cantarell;-inkscape-font-specification:Cantarell;fill:#000000;stroke-width:0.264583"
transform="matrix(1,0,0,0.90119558,-1.3060575e-6,6.3882322)" />
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Layer 2"
transform="translate(-427.6533,-120.1001)"
style="display:inline" />
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Layer 3"
transform="translate(-427.6533,-120.1001)"
style="display:inline">
<g
id="layer5-6"
inkscape:label="Layer 3"
transform="translate(0.388405,-0.421543)"
style="fill:#ffffff;stroke:#003494;stroke-width:3.5;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
<g
id="layer3-5"
inkscape:label="Layer 2"
transform="translate(0.388405,-0.421543)"
style="display:inline;fill:#ffffff;stroke:#003494;stroke-width:3.5;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
<text
xml:space="preserve"
style="font-weight:bold;font-size:10.5833px;line-height:1.25;font-family:Play;-inkscape-font-specification:'Play Bold';stroke-width:0.264583"
x="-473.05069"
y="-219.24213"
id="text93013"><tspan
sodipodi:role="line"
id="tspan93011"
style="stroke-width:0.264583"
x="-473.05069"
y="-219.24213">軌道</tspan></text>
<g
id="g4677"
style="fill:#000000">
<g
id="g3633"
transform="matrix(1,0,0.02234768,1,-3.9331246,0)"
style="fill:#000000">
<g
aria-label="RIVERHEAD"
transform="matrix(1,0,-0.25131815,1,10.159994,1.1212774)"
id="text4405-6-3"
style="font-weight:bold;font-size:23.3979px;line-height:1.25;font-family:Play;-inkscape-font-specification:'Play Bold';display:inline;fill:#000000;stroke-width:2.04732;stroke-linecap:square;stroke-linejoin:round;paint-order:stroke fill markers">
<path
d="m 496.78269,133.54309 h -3.83725 l -4.65619,-6.76199 h 7.22995 q 0.77214,0 1.00611,-1.24009 0.25738,-1.24009 -0.51475,-1.24009 h -8.70402 l -1.84843,9.24217 h -2.80775 l 2.40998,-12.04992 h 11.67556 q 1.61445,0 2.29299,1.26349 0.63174,1.1465 0.30417,2.78435 -0.32757,1.63785 -1.40387,2.78435 -1.19329,1.26349 -2.80775,1.26349 h -1.0763 z"
style="font-style:italic;font-family:Bitsumishi;-inkscape-font-specification:'Bitsumishi Bold Italic';fill:#000000"
id="path1543" />
<path
d="m 501.71964,133.54309 h -2.80775 l 2.40999,-12.04992 h 2.80775 z"
style="font-style:italic;font-family:Bitsumishi;-inkscape-font-specification:'Bitsumishi Bold Italic';fill:#000000"
id="path1545" />
<path
d="m 519.22123,121.49317 -8.54024,12.04992 h -2.38658 l -3.74367,-12.04992 h 3.13532 l 2.59717,8.23606 5.80268,-8.23606 z"
style="font-style:italic;font-family:Bitsumishi;-inkscape-font-specification:'Bitsumishi Bold Italic';fill:#000000"
id="path1547" />
<path
d="m 532.30065,124.30092 h -10.0377 l -0.35097,1.80164 h 9.38256 l -0.56155,2.80775 h -9.38256 l -0.37437,1.82503 h 10.0143 l -0.56155,2.80775 h -12.82204 l 2.40998,-12.04992 h 12.84545 z"
style="font-style:italic;font-family:Bitsumishi;-inkscape-font-specification:'Bitsumishi Bold Italic';fill:#000000"
id="path1549" />
<path
d="m 545.75442,133.54309 h -3.83726 l -4.65618,-6.76199 h 7.22995 q 0.77213,0 1.00611,-1.24009 0.25738,-1.24009 -0.51475,-1.24009 h -8.70402 l -1.84844,9.24217 h -2.80774 l 2.40998,-12.04992 h 11.67555 q 1.61446,0 2.293,1.26349 0.63174,1.1465 0.30417,2.78435 -0.32757,1.63785 -1.40388,2.78435 -1.19329,1.26349 -2.80774,1.26349 h -1.07631 z"
style="font-style:italic;font-family:Bitsumishi;-inkscape-font-specification:'Bitsumishi Bold Italic';fill:#000000"
id="path1551" />
<path
d="m 560.72907,133.54309 h -2.83115 l 0.93592,-4.63278 h -7.20655 l -0.93592,4.63278 h -2.80775 l 2.40998,-12.04992 h 2.80775 l -0.91252,4.60939 h 7.20656 l 0.91252,-4.60939 h 2.83114 z"
style="font-style:italic;font-family:Bitsumishi;-inkscape-font-specification:'Bitsumishi Bold Italic';fill:#000000"
id="path1553" />
<path
d="m 576.59282,124.30092 h -10.0377 l -0.35097,1.80164 h 9.38256 l -0.56155,2.80775 h -9.38256 l -0.37436,1.82503 h 10.0143 l -0.56155,2.80775 h -12.82205 l 2.40998,-12.04992 h 12.84545 z"
style="font-style:italic;font-family:Bitsumishi;-inkscape-font-specification:'Bitsumishi Bold Italic';fill:#000000"
id="path1555" />
<path
d="m 590.67833,133.54309 h -2.80775 l 0.77213,-3.83725 h -7.39374 l 0.56155,-2.80775 h 7.39374 l 0.32757,-1.68465 q 0.18718,-0.91252 -0.42116,-0.91252 h -7.95529 q -0.58494,0 -0.77213,0.91252 l -1.66125,8.32965 h -2.80775 l 1.66125,-8.32965 q 0.30418,-1.52086 1.47407,-2.62057 1.1699,-1.0997 2.66736,-1.0997 h 7.95529 q 1.52086,0 2.2462,1.0997 0.72533,1.09971 0.42116,2.62057 z"
style="font-style:italic;font-family:Bitsumishi;-inkscape-font-specification:'Bitsumishi Bold Italic';fill:#000000"
id="path1557" />
<path
d="m 605.81677,129.72923 q -0.32757,1.63786 -1.68465,2.73756 -1.35708,1.0763 -2.99493,1.0763 h -9.28897 l 1.52086,-7.60432 h 2.80775 l -0.95931,4.79657 h 6.48122 q 1.0763,0 1.28688,-1.00611 l 0.86572,-4.4222 q 0.21058,-1.00611 -0.86572,-1.00611 h -9.28897 l 0.56155,-2.80775 h 9.28897 q 1.63785,0 2.55037,1.0997 0.91252,1.07631 0.58495,2.71416 z"
style="font-style:italic;font-family:Bitsumishi;-inkscape-font-specification:'Bitsumishi Bold Italic';fill:#000000"
id="path1559" />
</g>
<path
style="fill:#000000;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 461.27157,122.61445 2.93861,2.13404 -2.93861,-2.13404 h 5.53201 l -2.5934,2.13404 z"
id="path2389" />
</g>
<g
id="g3620"
transform="matrix(1,0,-0.05097447,1,4.1557997,0)"
style="fill:#000000">
<g
aria-label="RACEWAY"
transform="matrix(1,0,-0.17953971,1,10.159994,1.1212774)"
id="text4405-2-4-7"
style="font-weight:bold;font-size:23.3979px;line-height:1.25;font-family:Play;-inkscape-font-specification:'Play Bold';display:inline;fill:#000000;stroke-width:2.04732;stroke-linecap:square;stroke-linejoin:round;paint-order:stroke fill markers">
<path
d="m 500.05476,148.71695 h -3.83726 l -4.65618,-6.76199 h 7.22995 q 0.77213,0 1.00611,-1.24009 0.25738,-1.24009 -0.51475,-1.24009 h -8.70402 l -1.84844,9.24217 h -2.80775 l 2.40999,-12.04992 h 11.67555 q 1.61445,0 2.29299,1.26349 0.63175,1.14649 0.30418,2.78435 -0.32757,1.63785 -1.40388,2.78435 -1.19329,1.26348 -2.80775,1.26348 h -1.0763 z"
style="font-style:italic;font-family:Bitsumishi;-inkscape-font-specification:Bitsumishi;fill:#000000"
id="path1580" />
<path
d="m 516.94803,148.71695 h -2.80775 l 0.77214,-3.83726 h -7.39374 l 0.56155,-2.80774 h 7.39374 l 0.32757,-1.68465 q 0.18718,-0.91252 -0.42117,-0.91252 h -7.95528 q -0.58495,0 -0.77213,0.91252 l -1.66125,8.32965 h -2.80775 l 1.66125,-8.32965 q 0.30417,-1.52087 1.47407,-2.62057 1.16989,-1.0997 2.66736,-1.0997 h 7.95528 q 1.52087,0 2.2462,1.0997 0.72534,1.0997 0.42116,2.62057 z"
style="font-style:italic;font-family:Bitsumishi;-inkscape-font-specification:Bitsumishi;fill:#000000"
id="path1582" />
<path
d="m 531.36113,148.71695 h -9.31236 q -1.63786,0 -2.57377,-1.0763 -0.91252,-1.09971 -0.58495,-2.73756 l 0.86572,-4.4222 q 0.32757,-1.63785 1.68465,-2.71416 1.38048,-1.0997 3.01833,-1.0997 h 9.31236 l -0.56154,2.80775 h -9.31237 q -1.1231,0 -1.33368,1.00611 l -0.86572,4.4222 q -0.21058,1.00611 0.91252,1.00611 h 9.31236 z"
style="font-style:italic;font-family:Bitsumishi;-inkscape-font-specification:Bitsumishi;fill:#000000"
id="path1584" />
<path
d="m 547.22489,139.47478 h -10.0377 l -0.35097,1.80164 h 9.38256 l -0.56155,2.80775 h -9.38256 l -0.37436,1.82503 h 10.0143 l -0.56155,2.80775 h -12.82205 l 2.40998,-12.04992 h 12.84545 z"
style="font-style:italic;font-family:Bitsumishi;-inkscape-font-specification:Bitsumishi;fill:#000000"
id="path1586" />
<path
d="m 567.69803,136.66703 -6.73859,12.04992 h -2.43339 l -1.21669,-7.7915 -4.35201,7.7915 h -2.45678 l -1.91862,-12.04992 h 2.99493 l 1.1231,7.18316 3.93084,-7.18316 h 3.04173 l -0.0702,0.0936 1.0997,7.08957 4.02444,-7.18316 z"
style="font-style:italic;font-family:Bitsumishi;-inkscape-font-specification:Bitsumishi;fill:#000000"
id="path1588" />
<path
d="m 580.84762,148.71695 h -2.80774 l 0.77213,-3.83726 h -7.39374 l 0.56155,-2.80774 h 7.39374 l 0.32757,-1.68465 q 0.18718,-0.91252 -0.42117,-0.91252 h -7.95528 q -0.58495,0 -0.77213,0.91252 l -1.66125,8.32965 h -2.80775 l 1.66125,-8.32965 q 0.30417,-1.52087 1.47407,-2.62057 1.16989,-1.0997 2.66736,-1.0997 h 7.95528 q 1.52087,0 2.2462,1.0997 0.72534,1.0997 0.42117,2.62057 z"
style="font-style:italic;font-family:Bitsumishi;-inkscape-font-specification:Bitsumishi;fill:#000000"
id="path1590" />
<path
d="m 598.41944,140.3873 q -0.30417,1.52086 -1.42727,2.57377 -1.19329,1.1231 -2.69076,1.1231 h -2.55037 l -0.93591,4.63278 h -2.80775 l 0.93592,-4.63278 h -2.59717 q -1.49747,0 -2.2462,-1.1231 -0.72533,-1.05291 -0.42116,-2.57377 l 0.74873,-3.72027 h 2.80775 l -0.74873,3.72027 q -0.16379,0.88912 0.42116,0.88912 h 7.95528 q 0.58495,0 0.74874,-0.88912 l 0.74873,-3.72027 h 2.80775 z"
style="font-style:italic;font-family:Bitsumishi;-inkscape-font-specification:Bitsumishi;fill:#000000"
id="path1592" />
</g>
<path
style="fill:#000000;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 470.53991,137.78831 2.93862,2.13404 -2.93862,-2.13404 h 5.53201 l -2.59339,2.13404 z"
id="path2820" />
</g>
</g>
<g
id="g4731"
style="fill:#d72727;fill-opacity:1">
<g
id="g2086-5-9-6"
transform="matrix(1.0053834,0,0,1.0053834,427.6533,120.1001)"
style="display:inline;fill:#d72727;fill-opacity:1;stroke:none;stroke-width:0.69235;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers">
<g
inkscape:label="Layer 1"
id="layer1-9-9-3-2"
transform="translate(-25.606694,-48.173771)"
style="fill:#d72727;fill-opacity:1;stroke:none;stroke-width:0.69235;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none">
<g
id="text149258-2-7-6-9"
style="font-size:10.5833px;line-height:1.25;font-family:Cantarell;-inkscape-font-specification:Cantarell;fill:#d72727;fill-opacity:1;stroke:none;stroke-width:0.729316;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"
transform="matrix(1,0,0,0.90119558,-1.3060575e-6,6.3882322)" />
<g
id="g6645-0-5-8-1"
transform="translate(25.606695,46.412998)"
style="fill:#d72727;fill-opacity:1;stroke:none;stroke-width:0.69235;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none">
<g
id="layer5-6-2-3-02-2"
inkscape:label="Layer 3"
transform="translate(-25.21829,-46.834541)"
style="fill:#d72727;fill-opacity:1;stroke:none;stroke-width:0.69235;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" />
<g
id="layer3-5-3-8-1-7"
inkscape:label="Layer 2"
transform="translate(-25.21829,-46.834541)"
style="display:inline;fill:#d72727;fill-opacity:1;stroke:none;stroke-width:0.69235;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" />
<g
inkscape:label="Layer 1"
id="layer1-6-8-05-0"
transform="translate(-25.21829,-46.834541)"
style="fill:#d72727;fill-opacity:1;stroke:none;stroke-width:0.69235;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none">
<g
aria-label="R"
transform="matrix(1,0,-0.19098675,0.90119558,-1.3060575e-6,6.3882322)"
id="text16401-31-1-9"
style="font-size:35.2778px;line-height:1.25;font-family:Bitsumishi;-inkscape-font-specification:Bitsumishi;fill:#d72727;fill-opacity:1;stroke:none;stroke-width:0.729316;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" />
<g
aria-label="R"
transform="matrix(1,0,-0.19098675,0.90119558,-1.3060575e-6,6.3882322)"
id="text25947-8-1-3"
style="font-size:35.2778px;line-height:1.25;font-family:Bitsumishi;-inkscape-font-specification:Bitsumishi;fill:#d72727;fill-opacity:1;stroke:none;stroke-width:0.729316;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none">
<path
id="path1019-9-0-6"
style="font-style:italic;fill:#d72727;fill-opacity:1;stroke:none;stroke-width:0.729316;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"
d="m 70.675476,82.47612 h -5.78556 L 57.869634,72.280835 h 10.90084 q 1.164168,0 1.516946,-1.869723 0.388056,-1.869724 -0.776112,-1.869724 H 56.387966 L 53.60102,82.47612 H 49.367683 L 53.001297,64.308052 H 70.60492 q 2.434168,0 3.457224,1.905001 0.952501,1.728613 0.458612,4.198059 -0.493889,2.469446 -2.116668,4.198058 -1.799168,1.905002 -4.233336,1.905002 H 66.547973 Z M 58.940719,65.002609 H 53.15516 L 46.134877,54.807325 h 10.900841 q 1.164167,0 1.516945,-1.869724 0.388056,-1.869723 -0.776111,-1.869723 H 44.653209 L 41.866263,65.002609 H 37.632927 L 41.26654,46.834541 h 17.603623 q 2.434169,0 3.457225,1.905002 0.952501,1.728612 0.458611,4.198058 -0.493889,2.469446 -2.116668,4.198059 -1.799168,1.905001 -4.233336,1.905001 h -1.622779 z" />
</g>
<g
aria-label="iverhead"
transform="matrix(1,0,-0.19098675,0.90119558,-1.3060575e-6,6.3882322)"
id="text32321-6-8-0"
style="font-size:14.1111px;line-height:1.25;font-family:Bitsumishi;-inkscape-font-specification:Bitsumishi;fill:#d72727;fill-opacity:1;stroke:none;stroke-width:0.729316;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" />
<g
aria-label="aceway"
transform="matrix(1,0,-0.19098675,0.90119558,-1.3060575e-6,6.3882322)"
id="text43259-4-5-6"
style="font-size:14.1111px;line-height:1.25;font-family:Bitsumishi;-inkscape-font-specification:Bitsumishi;fill:#d72727;fill-opacity:1;stroke:none;stroke-width:0.729316;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" />
<g
id="text149258-9-33-0-2"
style="font-size:10.5833px;line-height:1.25;font-family:Cantarell;-inkscape-font-specification:Cantarell;fill:#d72727;fill-opacity:1;stroke:none;stroke-width:0.729316;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"
transform="matrix(1,0,0,0.90119558,-1.3060575e-6,6.3882322)" />
</g>
</g>
</g>
<g
id="layer5-7-3-6-6"
inkscape:label="Layer 3"
transform="translate(-25.606694,-48.173771)"
style="fill:#d72727;fill-opacity:1;stroke:none;stroke-width:0.69235;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" />
<g
id="layer3-59-8-46-1"
inkscape:label="Layer 2"
transform="translate(-25.606694,-48.173771)"
style="display:inline;fill:#d72727;fill-opacity:1;stroke:none;stroke-width:0.69235;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" />
</g>
<path
style="fill:#d72727;fill-opacity:1;stroke:none;stroke-width:0.3503px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 429.58747,120.1001 4.20688,2.8254 -4.20688,-2.8254 h 7.32422 l -3.11734,2.8254 z"
id="path2982" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 18 KiB

+271
View File
@@ -0,0 +1,271 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="593.19751"
height="122.05209"
viewBox="0 0 156.95015 32.292941"
version="1.1"
id="svg5"
inkscape:version="1.1 (c68e22c387, 2021-05-23)"
sodipodi:docname="logo_white.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview7"
pagecolor="#505050"
bordercolor="#eeeeee"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="false"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="0.82518166"
inkscape:cx="290.23912"
inkscape:cy="-4.8474175"
inkscape:window-width="1920"
inkscape:window-height="1011"
inkscape:window-x="0"
inkscape:window-y="32"
inkscape:window-maximized="1"
inkscape:current-layer="layer5"
units="px"
height="155.67543px"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
showborder="true"
width="564.8418px"
inkscape:snap-nodes="false" />
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-427.6533,-120.1001)">
<g
id="text149258"
style="font-size:10.5833px;line-height:1.25;font-family:Cantarell;-inkscape-font-specification:Cantarell;fill:#000000;stroke-width:0.264583"
transform="matrix(1,0,0,0.90119558,-1.3060575e-6,6.3882322)" />
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Layer 2"
transform="translate(-427.6533,-120.1001)"
style="display:inline" />
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Layer 3"
transform="translate(-427.6533,-120.1001)"
style="display:inline">
<g
id="layer5-6"
inkscape:label="Layer 3"
transform="translate(0.388405,-0.421543)"
style="fill:#ffffff;stroke:#003494;stroke-width:3.5;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
<g
id="layer3-5"
inkscape:label="Layer 2"
transform="translate(0.388405,-0.421543)"
style="display:inline;fill:#ffffff;stroke:#003494;stroke-width:3.5;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
<text
xml:space="preserve"
style="font-weight:bold;font-size:10.5833px;line-height:1.25;font-family:Play;-inkscape-font-specification:'Play Bold';stroke-width:0.264583"
x="-473.05069"
y="-219.24213"
id="text93013"><tspan
sodipodi:role="line"
id="tspan93011"
style="stroke-width:0.264583"
x="-473.05069"
y="-219.24213">軌道</tspan></text>
<g
id="g4677"
style="fill:#ffffff">
<g
id="g3633"
transform="matrix(1,0,0.02234768,1,-3.9331246,0)"
style="fill:#ffffff">
<g
aria-label="RIVERHEAD"
transform="matrix(1,0,-0.25131815,1,10.159994,1.1212774)"
id="text4405-6-3"
style="font-weight:bold;font-size:23.3979px;line-height:1.25;font-family:Play;-inkscape-font-specification:'Play Bold';display:inline;fill:#ffffff;stroke-width:2.04732;stroke-linecap:square;stroke-linejoin:round;paint-order:stroke fill markers">
<path
d="m 496.78269,133.54309 h -3.83725 l -4.65619,-6.76199 h 7.22995 q 0.77214,0 1.00611,-1.24009 0.25738,-1.24009 -0.51475,-1.24009 h -8.70402 l -1.84843,9.24217 h -2.80775 l 2.40998,-12.04992 h 11.67556 q 1.61445,0 2.29299,1.26349 0.63174,1.1465 0.30417,2.78435 -0.32757,1.63785 -1.40387,2.78435 -1.19329,1.26349 -2.80775,1.26349 h -1.0763 z"
style="font-style:italic;font-family:Bitsumishi;-inkscape-font-specification:'Bitsumishi Bold Italic';fill:#ffffff"
id="path1543" />
<path
d="m 501.71964,133.54309 h -2.80775 l 2.40999,-12.04992 h 2.80775 z"
style="font-style:italic;font-family:Bitsumishi;-inkscape-font-specification:'Bitsumishi Bold Italic';fill:#ffffff"
id="path1545" />
<path
d="m 519.22123,121.49317 -8.54024,12.04992 h -2.38658 l -3.74367,-12.04992 h 3.13532 l 2.59717,8.23606 5.80268,-8.23606 z"
style="font-style:italic;font-family:Bitsumishi;-inkscape-font-specification:'Bitsumishi Bold Italic';fill:#ffffff"
id="path1547" />
<path
d="m 532.30065,124.30092 h -10.0377 l -0.35097,1.80164 h 9.38256 l -0.56155,2.80775 h -9.38256 l -0.37437,1.82503 h 10.0143 l -0.56155,2.80775 h -12.82204 l 2.40998,-12.04992 h 12.84545 z"
style="font-style:italic;font-family:Bitsumishi;-inkscape-font-specification:'Bitsumishi Bold Italic';fill:#ffffff"
id="path1549" />
<path
d="m 545.75442,133.54309 h -3.83726 l -4.65618,-6.76199 h 7.22995 q 0.77213,0 1.00611,-1.24009 0.25738,-1.24009 -0.51475,-1.24009 h -8.70402 l -1.84844,9.24217 h -2.80774 l 2.40998,-12.04992 h 11.67555 q 1.61446,0 2.293,1.26349 0.63174,1.1465 0.30417,2.78435 -0.32757,1.63785 -1.40388,2.78435 -1.19329,1.26349 -2.80774,1.26349 h -1.07631 z"
style="font-style:italic;font-family:Bitsumishi;-inkscape-font-specification:'Bitsumishi Bold Italic';fill:#ffffff"
id="path1551" />
<path
d="m 560.72907,133.54309 h -2.83115 l 0.93592,-4.63278 h -7.20655 l -0.93592,4.63278 h -2.80775 l 2.40998,-12.04992 h 2.80775 l -0.91252,4.60939 h 7.20656 l 0.91252,-4.60939 h 2.83114 z"
style="font-style:italic;font-family:Bitsumishi;-inkscape-font-specification:'Bitsumishi Bold Italic';fill:#ffffff"
id="path1553" />
<path
d="m 576.59282,124.30092 h -10.0377 l -0.35097,1.80164 h 9.38256 l -0.56155,2.80775 h -9.38256 l -0.37436,1.82503 h 10.0143 l -0.56155,2.80775 h -12.82205 l 2.40998,-12.04992 h 12.84545 z"
style="font-style:italic;font-family:Bitsumishi;-inkscape-font-specification:'Bitsumishi Bold Italic';fill:#ffffff"
id="path1555" />
<path
d="m 590.67833,133.54309 h -2.80775 l 0.77213,-3.83725 h -7.39374 l 0.56155,-2.80775 h 7.39374 l 0.32757,-1.68465 q 0.18718,-0.91252 -0.42116,-0.91252 h -7.95529 q -0.58494,0 -0.77213,0.91252 l -1.66125,8.32965 h -2.80775 l 1.66125,-8.32965 q 0.30418,-1.52086 1.47407,-2.62057 1.1699,-1.0997 2.66736,-1.0997 h 7.95529 q 1.52086,0 2.2462,1.0997 0.72533,1.09971 0.42116,2.62057 z"
style="font-style:italic;font-family:Bitsumishi;-inkscape-font-specification:'Bitsumishi Bold Italic';fill:#ffffff"
id="path1557" />
<path
d="m 605.81677,129.72923 q -0.32757,1.63786 -1.68465,2.73756 -1.35708,1.0763 -2.99493,1.0763 h -9.28897 l 1.52086,-7.60432 h 2.80775 l -0.95931,4.79657 h 6.48122 q 1.0763,0 1.28688,-1.00611 l 0.86572,-4.4222 q 0.21058,-1.00611 -0.86572,-1.00611 h -9.28897 l 0.56155,-2.80775 h 9.28897 q 1.63785,0 2.55037,1.0997 0.91252,1.07631 0.58495,2.71416 z"
style="font-style:italic;font-family:Bitsumishi;-inkscape-font-specification:'Bitsumishi Bold Italic';fill:#ffffff"
id="path1559" />
</g>
<path
style="fill:#ffffff;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 461.27157,122.61445 2.93861,2.13404 -2.93861,-2.13404 h 5.53201 l -2.5934,2.13404 z"
id="path2389" />
</g>
<g
id="g3620"
transform="matrix(1,0,-0.05097447,1,4.1557997,0)"
style="fill:#ffffff">
<g
aria-label="RACEWAY"
transform="matrix(1,0,-0.17953971,1,10.159994,1.1212774)"
id="text4405-2-4-7"
style="font-weight:bold;font-size:23.3979px;line-height:1.25;font-family:Play;-inkscape-font-specification:'Play Bold';display:inline;fill:#ffffff;stroke-width:2.04732;stroke-linecap:square;stroke-linejoin:round;paint-order:stroke fill markers">
<path
d="m 500.05476,148.71695 h -3.83726 l -4.65618,-6.76199 h 7.22995 q 0.77213,0 1.00611,-1.24009 0.25738,-1.24009 -0.51475,-1.24009 h -8.70402 l -1.84844,9.24217 h -2.80775 l 2.40999,-12.04992 h 11.67555 q 1.61445,0 2.29299,1.26349 0.63175,1.14649 0.30418,2.78435 -0.32757,1.63785 -1.40388,2.78435 -1.19329,1.26348 -2.80775,1.26348 h -1.0763 z"
style="font-style:italic;font-family:Bitsumishi;-inkscape-font-specification:Bitsumishi;fill:#ffffff"
id="path1580" />
<path
d="m 516.94803,148.71695 h -2.80775 l 0.77214,-3.83726 h -7.39374 l 0.56155,-2.80774 h 7.39374 l 0.32757,-1.68465 q 0.18718,-0.91252 -0.42117,-0.91252 h -7.95528 q -0.58495,0 -0.77213,0.91252 l -1.66125,8.32965 h -2.80775 l 1.66125,-8.32965 q 0.30417,-1.52087 1.47407,-2.62057 1.16989,-1.0997 2.66736,-1.0997 h 7.95528 q 1.52087,0 2.2462,1.0997 0.72534,1.0997 0.42116,2.62057 z"
style="font-style:italic;font-family:Bitsumishi;-inkscape-font-specification:Bitsumishi;fill:#ffffff"
id="path1582" />
<path
d="m 531.36113,148.71695 h -9.31236 q -1.63786,0 -2.57377,-1.0763 -0.91252,-1.09971 -0.58495,-2.73756 l 0.86572,-4.4222 q 0.32757,-1.63785 1.68465,-2.71416 1.38048,-1.0997 3.01833,-1.0997 h 9.31236 l -0.56154,2.80775 h -9.31237 q -1.1231,0 -1.33368,1.00611 l -0.86572,4.4222 q -0.21058,1.00611 0.91252,1.00611 h 9.31236 z"
style="font-style:italic;font-family:Bitsumishi;-inkscape-font-specification:Bitsumishi;fill:#ffffff"
id="path1584" />
<path
d="m 547.22489,139.47478 h -10.0377 l -0.35097,1.80164 h 9.38256 l -0.56155,2.80775 h -9.38256 l -0.37436,1.82503 h 10.0143 l -0.56155,2.80775 h -12.82205 l 2.40998,-12.04992 h 12.84545 z"
style="font-style:italic;font-family:Bitsumishi;-inkscape-font-specification:Bitsumishi;fill:#ffffff"
id="path1586" />
<path
d="m 567.69803,136.66703 -6.73859,12.04992 h -2.43339 l -1.21669,-7.7915 -4.35201,7.7915 h -2.45678 l -1.91862,-12.04992 h 2.99493 l 1.1231,7.18316 3.93084,-7.18316 h 3.04173 l -0.0702,0.0936 1.0997,7.08957 4.02444,-7.18316 z"
style="font-style:italic;font-family:Bitsumishi;-inkscape-font-specification:Bitsumishi;fill:#ffffff"
id="path1588" />
<path
d="m 580.84762,148.71695 h -2.80774 l 0.77213,-3.83726 h -7.39374 l 0.56155,-2.80774 h 7.39374 l 0.32757,-1.68465 q 0.18718,-0.91252 -0.42117,-0.91252 h -7.95528 q -0.58495,0 -0.77213,0.91252 l -1.66125,8.32965 h -2.80775 l 1.66125,-8.32965 q 0.30417,-1.52087 1.47407,-2.62057 1.16989,-1.0997 2.66736,-1.0997 h 7.95528 q 1.52087,0 2.2462,1.0997 0.72534,1.0997 0.42117,2.62057 z"
style="font-style:italic;font-family:Bitsumishi;-inkscape-font-specification:Bitsumishi;fill:#ffffff"
id="path1590" />
<path
d="m 598.41944,140.3873 q -0.30417,1.52086 -1.42727,2.57377 -1.19329,1.1231 -2.69076,1.1231 h -2.55037 l -0.93591,4.63278 h -2.80775 l 0.93592,-4.63278 h -2.59717 q -1.49747,0 -2.2462,-1.1231 -0.72533,-1.05291 -0.42116,-2.57377 l 0.74873,-3.72027 h 2.80775 l -0.74873,3.72027 q -0.16379,0.88912 0.42116,0.88912 h 7.95528 q 0.58495,0 0.74874,-0.88912 l 0.74873,-3.72027 h 2.80775 z"
style="font-style:italic;font-family:Bitsumishi;-inkscape-font-specification:Bitsumishi;fill:#ffffff"
id="path1592" />
</g>
<path
style="fill:#ffffff;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 470.53991,137.78831 2.93862,2.13404 -2.93862,-2.13404 h 5.53201 l -2.59339,2.13404 z"
id="path2820" />
</g>
</g>
<g
id="g4731"
style="fill:#d72727;fill-opacity:1">
<g
id="g2086-5-9-6"
transform="matrix(1.0053834,0,0,1.0053834,427.6533,120.1001)"
style="display:inline;fill:#d72727;fill-opacity:1;stroke:none;stroke-width:0.69235;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers">
<g
inkscape:label="Layer 1"
id="layer1-9-9-3-2"
transform="translate(-25.606694,-48.173771)"
style="fill:#d72727;fill-opacity:1;stroke:none;stroke-width:0.69235;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none">
<g
id="text149258-2-7-6-9"
style="font-size:10.5833px;line-height:1.25;font-family:Cantarell;-inkscape-font-specification:Cantarell;fill:#d72727;fill-opacity:1;stroke:none;stroke-width:0.729316;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"
transform="matrix(1,0,0,0.90119558,-1.3060575e-6,6.3882322)" />
<g
id="g6645-0-5-8-1"
transform="translate(25.606695,46.412998)"
style="fill:#d72727;fill-opacity:1;stroke:none;stroke-width:0.69235;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none">
<g
id="layer5-6-2-3-02-2"
inkscape:label="Layer 3"
transform="translate(-25.21829,-46.834541)"
style="fill:#d72727;fill-opacity:1;stroke:none;stroke-width:0.69235;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" />
<g
id="layer3-5-3-8-1-7"
inkscape:label="Layer 2"
transform="translate(-25.21829,-46.834541)"
style="display:inline;fill:#d72727;fill-opacity:1;stroke:none;stroke-width:0.69235;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" />
<g
inkscape:label="Layer 1"
id="layer1-6-8-05-0"
transform="translate(-25.21829,-46.834541)"
style="fill:#d72727;fill-opacity:1;stroke:none;stroke-width:0.69235;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none">
<g
aria-label="R"
transform="matrix(1,0,-0.19098675,0.90119558,-1.3060575e-6,6.3882322)"
id="text16401-31-1-9"
style="font-size:35.2778px;line-height:1.25;font-family:Bitsumishi;-inkscape-font-specification:Bitsumishi;fill:#d72727;fill-opacity:1;stroke:none;stroke-width:0.729316;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" />
<g
aria-label="R"
transform="matrix(1,0,-0.19098675,0.90119558,-1.3060575e-6,6.3882322)"
id="text25947-8-1-3"
style="font-size:35.2778px;line-height:1.25;font-family:Bitsumishi;-inkscape-font-specification:Bitsumishi;fill:#d72727;fill-opacity:1;stroke:none;stroke-width:0.729316;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none">
<path
id="path1019-9-0-6"
style="font-style:italic;fill:#d72727;fill-opacity:1;stroke:none;stroke-width:0.729316;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"
d="m 70.675476,82.47612 h -5.78556 L 57.869634,72.280835 h 10.90084 q 1.164168,0 1.516946,-1.869723 0.388056,-1.869724 -0.776112,-1.869724 H 56.387966 L 53.60102,82.47612 H 49.367683 L 53.001297,64.308052 H 70.60492 q 2.434168,0 3.457224,1.905001 0.952501,1.728613 0.458612,4.198059 -0.493889,2.469446 -2.116668,4.198058 -1.799168,1.905002 -4.233336,1.905002 H 66.547973 Z M 58.940719,65.002609 H 53.15516 L 46.134877,54.807325 h 10.900841 q 1.164167,0 1.516945,-1.869724 0.388056,-1.869723 -0.776111,-1.869723 H 44.653209 L 41.866263,65.002609 H 37.632927 L 41.26654,46.834541 h 17.603623 q 2.434169,0 3.457225,1.905002 0.952501,1.728612 0.458611,4.198058 -0.493889,2.469446 -2.116668,4.198059 -1.799168,1.905001 -4.233336,1.905001 h -1.622779 z" />
</g>
<g
aria-label="iverhead"
transform="matrix(1,0,-0.19098675,0.90119558,-1.3060575e-6,6.3882322)"
id="text32321-6-8-0"
style="font-size:14.1111px;line-height:1.25;font-family:Bitsumishi;-inkscape-font-specification:Bitsumishi;fill:#d72727;fill-opacity:1;stroke:none;stroke-width:0.729316;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" />
<g
aria-label="aceway"
transform="matrix(1,0,-0.19098675,0.90119558,-1.3060575e-6,6.3882322)"
id="text43259-4-5-6"
style="font-size:14.1111px;line-height:1.25;font-family:Bitsumishi;-inkscape-font-specification:Bitsumishi;fill:#d72727;fill-opacity:1;stroke:none;stroke-width:0.729316;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" />
<g
id="text149258-9-33-0-2"
style="font-size:10.5833px;line-height:1.25;font-family:Cantarell;-inkscape-font-specification:Cantarell;fill:#d72727;fill-opacity:1;stroke:none;stroke-width:0.729316;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"
transform="matrix(1,0,0,0.90119558,-1.3060575e-6,6.3882322)" />
</g>
</g>
</g>
<g
id="layer5-7-3-6-6"
inkscape:label="Layer 3"
transform="translate(-25.606694,-48.173771)"
style="fill:#d72727;fill-opacity:1;stroke:none;stroke-width:0.69235;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" />
<g
id="layer3-59-8-46-1"
inkscape:label="Layer 2"
transform="translate(-25.606694,-48.173771)"
style="display:inline;fill:#d72727;fill-opacity:1;stroke:none;stroke-width:0.69235;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" />
</g>
<path
style="fill:#d72727;fill-opacity:1;stroke:none;stroke-width:0.3503px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 429.58747,120.1001 4.20688,2.8254 -4.20688,-2.8254 h 7.32422 l -3.11734,2.8254 z"
id="path2982" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 930 KiB

+31 -29
View File
@@ -27,9 +27,8 @@ export function ContactForm() {
>({});
function update(field: keyof typeof empty) {
return (
e: React.ChangeEvent<HTMLInputElement | HTMLTextAreaElement>,
) => setForm((f) => ({ ...f, [field]: e.target.value }));
return (e: React.ChangeEvent<HTMLInputElement | HTMLTextAreaElement>) =>
setForm((f) => ({ ...f, [field]: e.target.value }));
}
async function onSubmit(e: React.FormEvent<HTMLFormElement>) {
@@ -61,7 +60,11 @@ export function ContactForm() {
const data = (await res.json()) as
| { ok: true }
| { ok: false; message?: string; fieldErrors?: Record<string, string[]> };
| {
ok: false;
message?: string;
fieldErrors?: Record<string, string[]>;
};
if (!res.ok || !data.ok) {
if ("fieldErrors" in data && data.fieldErrors) {
@@ -91,8 +94,8 @@ export function ContactForm() {
if (isSuccess) {
return (
<div className="rounded-2xl border border-brand-400/30 bg-brand-400/5 p-10 text-center">
<div className="mx-auto flex h-12 w-12 items-center justify-center rounded-full border border-brand-400/40 bg-brand-400/10 text-brand-300">
<div className="border-accent-border bg-accent-bg-soft border p-10 text-center">
<div className="border-accent-border bg-accent-bg text-accent mx-auto flex h-12 w-12 items-center justify-center border">
<svg viewBox="0 0 24 24" fill="none" className="h-6 w-6">
<path
d="M5 13l4 4L19 7"
@@ -103,13 +106,13 @@ export function ContactForm() {
/>
</svg>
</div>
<h3 className="mt-5 text-xl font-semibold text-white">
<h3 className="text-text mt-5 text-xl font-semibold">
Message received.
</h3>
<p className="mx-auto mt-2 max-w-sm text-sm text-slate-400">
Thanks for reaching out I&apos;ll get back to you shortly. No
third-party form service in the middle; this went straight to
Hadlock.
<p className="text-muted mx-auto mt-2 max-w-sm text-sm">
Thank you for reaching out. I will get back to you shortly. This
message went straight to Hadlock. No third-party form service handled
it.
</p>
<button
type="button"
@@ -118,7 +121,7 @@ export function ContactForm() {
setServerError(null);
setFieldErrors({});
}}
className="mt-6 text-sm font-medium text-brand-300 transition hover:text-brand-200"
className="text-accent hover:text-accent-faint mt-6 text-sm font-medium transition"
>
Send another
</button>
@@ -127,7 +130,11 @@ export function ContactForm() {
}
return (
<form onSubmit={onSubmit} className="grid gap-5 text-left sm:grid-cols-2" noValidate>
<form
onSubmit={onSubmit}
className="grid gap-5 text-left sm:grid-cols-2"
noValidate
>
<Field label="Name" error={fieldErrors?.name?.[0]}>
<input
type="text"
@@ -164,21 +171,18 @@ export function ContactForm() {
</div>
<div className="sm:col-span-2">
<Field
label="What do you need?"
error={fieldErrors?.message?.[0]}
>
<Field label="What do you need?" error={fieldErrors?.message?.[0]}>
<textarea
rows={5}
value={form.message}
onChange={update("message")}
className={`${inputClass} resize-y`}
placeholder="Networks, servers, a website, a store, or something that doesn't exist yet — tell me what you're running and where it hurts."
placeholder="Networks, servers, a website, a store, or something that does not exist yet. Tell me what you run and where it hurts."
/>
</Field>
</div>
{/* Honeypot — hidden from humans, off the tab order */}
{/* A honeypot. Hidden from humans and off the tab order */}
<div className="hidden" aria-hidden="true">
<label>
Website
@@ -196,22 +200,18 @@ export function ContactForm() {
<button
type="submit"
disabled={isPending}
className="rounded-full bg-brand-400 px-7 py-3.5 text-sm font-semibold text-ink-950 transition hover:bg-brand-300 disabled:cursor-not-allowed disabled:opacity-60"
className="bg-accent text-on-accent hover:bg-accent-hover px-7 py-3.5 text-sm font-semibold transition disabled:cursor-not-allowed disabled:opacity-60"
>
{isPending ? "Sending..." : "Send message"}
</button>
{serverError && (
<p className="text-sm text-red-400">
{serverError}
</p>
)}
{serverError && <p className="text-sm text-red-400">{serverError}</p>}
</div>
</form>
);
}
const inputClass =
"w-full rounded-lg border border-white/10 bg-white/5 px-4 py-3 text-sm text-white placeholder:text-slate-500 transition focus:border-brand-400/60 focus:bg-white/10 focus:ring-2 focus:ring-brand-400/20 focus:outline-none";
"w-full border border-border bg-surface/40 px-4 py-3 text-sm text-text placeholder:text-faint transition focus:border-accent/60 focus:bg-surface/60 focus:ring-2 focus:ring-accent/20 focus:outline-none";
function Field({
label,
@@ -226,14 +226,16 @@ function Field({
}) {
return (
<label className="block">
<span className="mb-1.5 flex items-center gap-2 text-sm font-medium text-slate-300">
<span className="text-text-secondary mb-1.5 flex items-center gap-2 text-sm font-medium">
{label}
{optional && (
<span className="text-xs font-normal text-slate-500">optional</span>
<span className="text-faint text-xs font-normal">optional</span>
)}
</span>
{children}
{error && <span className="mt-1.5 block text-xs text-red-400">{error}</span>}
{error && (
<span className="mt-1.5 block text-xs text-red-400">{error}</span>
)}
</label>
);
}
+99
View File
@@ -0,0 +1,99 @@
"use client";
import { useEffect, useState } from "react";
import { createPortal } from "react-dom";
const links = [
{ href: "#services", label: "Services" },
{ href: "#approach", label: "Approach" },
{ href: "#projects", label: "Projects" },
{ href: "#name", label: "The name" },
{ href: "#contact", label: "Contact" },
];
export function MobileNav() {
const [isOpen, setIsOpen] = useState(false);
const [isMounted, setIsMounted] = useState(false);
useEffect(() => {
setIsMounted(true);
}, []);
return (
<>
<button
type="button"
onClick={() => setIsOpen(!isOpen)}
aria-label={isOpen ? "Close menu" : "Open menu"}
aria-expanded={isOpen}
className="border-border bg-surface/50 text-text-secondary hover:text-text relative flex h-9 w-9 items-center justify-center border backdrop-blur-md transition md:hidden"
>
<MenuIcon className={`h-4 w-4 transition-opacity ${isOpen ? "opacity-0" : "opacity-100"}`} />
<XIcon
className={`absolute inset-0 m-auto h-4 w-4 transition-opacity ${isOpen ? "opacity-100" : "opacity-0"}`}
/>
</button>
{isMounted &&
createPortal(
<div
className={`bg-bg/60 fixed inset-0 z-40 backdrop-blur-md transition-opacity duration-200 md:hidden ${isOpen ? "opacity-100" : "pointer-events-none opacity-0"}`}
onClick={() => setIsOpen(false)}
aria-hidden="true"
/>,
document.body,
)}
<div
className={`border-border bg-bg/95 absolute inset-x-0 top-full border-b backdrop-blur-md transition-all duration-300 md:hidden ${
isOpen ? "max-h-[calc(100vh-4rem)] opacity-100" : "max-h-0 opacity-0"
} overflow-hidden`}
>
<nav className="flex flex-col gap-1 px-4 py-4">
{links.map((link) => (
<a
key={link.href}
href={link.href}
onClick={() => setIsOpen(false)}
className="text-text-secondary hover:text-text hover:bg-surface/60 rounded px-3 py-2.5 text-sm font-medium transition"
>
{link.label}
</a>
))}
</nav>
</div>
</>
);
}
function MenuIcon({ className }: { className?: string }) {
return (
<svg
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
className={className}
aria-hidden="true"
>
<path d="M4 6h16M4 12h16M4 18h16" />
</svg>
);
}
function XIcon({ className }: { className?: string }) {
return (
<svg
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
className={className}
aria-hidden="true"
>
<path d="M6 6l12 12M18 6L6 18" />
</svg>
);
}
+83
View File
@@ -0,0 +1,83 @@
"use client";
import { useEffect, useState } from "react";
const storageKey = "hadlock_theme";
const prefersLight = () =>
window.matchMedia("(prefers-color-scheme: light)").matches;
export function ThemeToggle() {
const [isLight, setIsLight] = useState(false);
useEffect(() => {
const saved = window.localStorage.getItem(storageKey);
if (saved === "light" || saved === "dark") {
setIsLight(saved === "light");
return;
}
setIsLight(prefersLight());
}, []);
function toggle() {
const saved = window.localStorage.getItem(storageKey);
const next = !(saved === "light" || saved === "dark"
? saved === "light"
: prefersLight());
setIsLight(next);
document.documentElement.classList.remove("light", "dark");
document.documentElement.classList.add(next ? "light" : "dark");
try {
window.localStorage.setItem(storageKey, next ? "light" : "dark");
} catch {}
}
return (
<button
type="button"
onClick={toggle}
aria-label={isLight ? "Switch to dark mode" : "Switch to light mode"}
className="border-border bg-surface/50 text-text-secondary hover:text-text flex h-9 w-9 items-center justify-center border backdrop-blur-md transition"
>
{isLight ? (
<SunIcon className="h-4 w-4" />
) : (
<MoonIcon className="h-4 w-4" />
)}
</button>
);
}
function SunIcon({ className }: { className?: string }) {
return (
<svg
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
className={className}
aria-hidden="true"
>
<circle cx="12" cy="12" r="4" />
<path d="M12 2v2M12 20v2M4.93 4.93l1.41 1.41M17.66 17.66l1.41 1.41M2 12h2M20 12h2M6.34 17.66l-1.41 1.41M19.07 4.93l-1.41 1.41" />
</svg>
);
}
function MoonIcon({ className }: { className?: string }) {
return (
<svg
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
className={className}
aria-hidden="true"
>
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z" />
</svg>
);
}
+1 -1
View File
@@ -12,7 +12,7 @@ const contactSchema = z.object({
.trim()
.min(10, "Tell me a little more about what you need")
.max(5000),
// Honeypot: hidden from real users, tempting to bots. Left empty by humans.
// A honeypot. It is hidden from real users and tempting to bots. Humans leave it empty.
website: z.string().optional(),
});
-34
View File
@@ -1,34 +0,0 @@
import { fetchRequestHandler } from "@trpc/server/adapters/fetch";
import { type NextRequest } from "next/server";
import { env } from "~/env";
import { appRouter } from "~/server/api/root";
import { createTRPCContext } from "~/server/api/trpc";
/**
* This wraps the `createTRPCContext` helper and provides the required context for the tRPC API when
* handling a HTTP request (e.g. when you make requests from Client Components).
*/
const createContext = async (req: NextRequest) => {
return createTRPCContext({
headers: req.headers,
});
};
const handler = (req: NextRequest) =>
fetchRequestHandler({
endpoint: "/api/trpc",
req,
router: appRouter,
createContext: () => createContext(req),
onError:
env.NODE_ENV === "development"
? ({ path, error }) => {
console.error(
`❌ tRPC failed on ${path ?? "<no-path>"}: ${error.message}`,
);
}
: undefined,
});
export { handler as GET, handler as POST };
+16 -9
View File
@@ -1,10 +1,17 @@
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<rect width="32" height="32" rx="7" fill="#0a1019" />
<g stroke="#2dd4bf" stroke-width="2.5" stroke-linecap="round" fill="none">
<path d="M10 7v8M22 7v8M10 11h12" />
</g>
<line x1="6" y1="16.5" x2="26" y2="16.5" stroke="#2dd4bf" stroke-width="1.5" stroke-linecap="round" opacity="0.5" />
<g stroke="#2dd4bf" stroke-width="2.5" stroke-linecap="round" fill="none" opacity="0.3">
<path d="M10 18v6M22 18v6" />
</g>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 351 351" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g transform="matrix(1,0,0,1,9.07066e-05,0.00757262)">
<g transform="matrix(0.661785,0,0,0.661785,-100.666,-313.177)">
<g transform="matrix(0.754972,0,9.0204e-17,0.736325,-1419.47,452.68)">
<g transform="matrix(3.08641,0,0,3.08641,637.787,-3208.78)">
<path d="M468.137,1201.42L468.137,1049.02L504.917,1049.02L504.917,1116.5C510.27,1108.29 516.465,1102.57 523.501,1099.34C530.538,1096.1 537.941,1094.48 545.712,1094.48C554.432,1094.48 562.353,1095.99 569.476,1099.01C576.599,1102.03 582.449,1106.65 587.024,1112.87C590.91,1118.14 593.284,1123.55 594.147,1129.12C594.934,1134.19 595.362,1142.19 595.432,1153.1C594.66,1152.55 593.882,1152.05 593.099,1151.58C589.111,1149.2 584.955,1147.82 580.7,1147.81C576.74,1147.81 572.548,1149.23 568.37,1151.73C564.828,1153.86 561.238,1156.8 557.756,1160L557.756,1153.4C557.756,1145.81 556.461,1139.68 553.871,1135.02C550.503,1128.45 544.114,1125.17 534.704,1125.17C524.947,1125.17 517.544,1128.43 512.493,1134.95C507.442,1141.47 504.917,1150.77 504.917,1162.86L504.917,1172.28C501.193,1174.63 497.39,1177.96 493.758,1182.36C486.23,1191.48 473.525,1198.64 468.137,1201.42ZM635.072,1168.67L635.072,1125.69L615.387,1125.69L615.387,1099.4L635.072,1099.4L635.072,1060.03L671.593,1060.03L671.593,1099.4L694.515,1099.4L694.515,1125.69L671.593,1125.69L671.593,1187.53C666.864,1183.29 661.511,1177.8 656.014,1173.87C650.945,1170.24 645.672,1167.93 640.615,1167.89C638.612,1167.87 636.779,1168.16 635.072,1168.67Z" style="fill:rgb(0,118,160);stroke:rgb(0,110,255);stroke-width:0.66px;"/>
</g>
<g transform="matrix(1,0,0,1,1021.23,-276.056)">
<path d="M1060.6,796.011C1060.6,796.011 1121.58,767.498 1153.94,728.309C1174.08,703.92 1195.57,691.232 1213.26,690.571C1248.25,689.264 1260.09,719.067 1280.51,719.239C1305.48,719.449 1362.01,628.372 1408,628.401C1457.55,628.432 1499.49,714.934 1532.06,714.855C1554.06,714.801 1566.71,690.149 1592.78,690.362C1623.28,690.612 1655.6,728.679 1681.12,750.572C1706.79,772.59 1759.3,794.629 1759.3,794.629L1759.3,1022.22C1759.3,1022.22 1508.51,1021.81 1408,1022.11C1322.4,1022.36 1060.6,1022.11 1060.6,1022.11L1060.6,796.011ZM1140.6,876.542C1140.85,889.774 1373.7,892.076 1374.18,896.918C1374.71,902.124 1225.13,901.399 1225.18,910.918C1225.23,918.616 1369.54,916.918 1369.49,920.953C1369.42,926.322 1262.94,935.57 1263,940.838C1263.06,945.753 1407.75,948.326 1408,953.498C1408.25,958.598 1351.88,961.809 1351.88,967.184C1351.88,971.163 1376.67,974.845 1434.09,975.485C1467.46,975.858 1498.52,969.976 1498.4,965.715C1498.24,960.309 1450.52,957.148 1450.39,953.801C1450.26,950.474 1559.01,945.464 1559.18,938.918C1559.33,933.389 1441.29,925.42 1441.18,921.918C1441.1,919.135 1595.06,916.708 1595.18,910.918C1595.27,906.749 1442.14,900.56 1442.18,896.918C1442.22,893.844 1679.44,883.634 1679.3,877.164C1679.23,874.032 1546.47,875.094 1407.25,874.619C1277.44,874.175 1140.51,871.914 1140.6,876.542ZM1228,801C1228,801 1261.95,796.826 1291.04,778C1320.74,758.782 1348.48,738.032 1356,738C1368.59,737.947 1375.68,756.606 1388,756C1405.89,755.12 1427.12,721.952 1445,721C1459.65,720.22 1472.15,734.288 1486.48,739.389C1502.25,745.005 1513,742 1513,742C1513,742 1502.71,735.888 1488.3,722C1480.04,714.03 1462.79,694.431 1453.6,684.554C1440.88,670.897 1430.37,655.951 1408,656C1384.43,656.052 1361.05,685.271 1341,707C1338.48,709.73 1318.73,730.559 1291.67,754.493C1264.11,778.869 1228,801 1228,801ZM1112,796C1112,796 1122.26,794.812 1140.97,786.428C1170.11,773.372 1187.9,758.945 1195,759C1207.59,759.097 1216.15,767.899 1226.48,768C1243.22,768.164 1263,745 1263,745C1263,745 1256.58,738.909 1246.07,731.51C1236.07,724.469 1225.75,717.4 1217,718C1207.45,718.654 1195.73,725.566 1168.67,749.5C1141.11,773.876 1112,796 1112,796ZM1423,821C1423,821 1469.52,817.475 1496,805C1523.7,791.95 1550.46,771.065 1566,771C1578.59,770.947 1586.67,783.833 1602,784C1610.89,784.097 1619.11,778.367 1628,778C1637.51,777.607 1653.52,787.207 1666.55,794.413C1686.97,805.71 1713,804 1713,804C1713,804 1683.76,785.697 1656.6,760.554C1628.88,734.897 1606.37,717.951 1593,718C1569.43,718.087 1554.05,740.271 1532,758C1525.98,762.843 1510.85,780.381 1479.45,796.692C1448.74,812.645 1423,821 1423,821Z" style="fill:rgb(0,118,160);"/>
<path d="M1060.6,796.011C1060.6,796.011 1121.58,767.498 1153.94,728.309C1174.08,703.92 1195.57,691.232 1213.26,690.571C1248.25,689.264 1260.09,719.067 1280.51,719.239C1305.48,719.449 1362.01,628.372 1408,628.401C1457.55,628.432 1499.49,714.934 1532.06,714.855C1554.06,714.801 1566.71,690.149 1592.78,690.362C1623.28,690.612 1655.6,728.679 1681.12,750.572C1706.79,772.59 1759.3,794.629 1759.3,794.629L1759.3,1022.22C1759.3,1022.22 1508.51,1021.81 1408,1022.11C1322.4,1022.36 1060.6,1022.11 1060.6,1022.11L1060.6,796.011ZM1370.95,821.11C1370.94,816.454 1371.53,811.88 1372.65,807.487L1360,803.129C1358.36,802.353 1356.44,801.211 1354.42,799.871C1344.81,806.184 1332.77,814.073 1322.31,820.858C1338.25,820.942 1354.55,821.031 1370.95,821.11ZM1219.85,968.856L1217,964.805C1216.55,964.708 1216.13,964.61 1215.75,964.512L1198.5,957.183L1183.01,942.39L1180.7,937.848C1157.8,935.772 1139.55,933.495 1131.52,931.114L1112.64,922.326L1112.64,968.798C1141.62,968.819 1179.87,968.843 1219.85,968.856ZM1707.26,922.042L1704.4,924.153L1683.01,931.528C1675.23,932.946 1659.73,934.488 1640.22,936.063L1631.74,949.047L1620.02,958.084L1604.99,963.578L1603.04,967.81L1602.25,968.684C1641.69,968.713 1678.94,968.756 1707.26,968.792L1707.26,922.042ZM1112,796C1112,796 1122.26,794.812 1140.97,786.428C1170.11,773.372 1187.9,758.945 1195,759C1207.59,759.097 1216.15,767.899 1226.48,768C1243.22,768.164 1263,745 1263,745C1263,745 1256.58,738.909 1246.07,731.51C1236.07,724.469 1225.75,717.4 1217,718C1207.45,718.654 1195.73,725.566 1168.67,749.5C1141.11,773.876 1112,796 1112,796ZM1228,801C1228,801 1261.95,796.826 1291.04,778C1320.74,758.782 1348.48,738.032 1356,738C1368.59,737.947 1375.68,756.606 1388,756C1405.89,755.12 1427.12,721.952 1445,721C1459.65,720.22 1472.15,734.288 1486.48,739.389C1502.25,745.005 1513,742 1513,742C1513,742 1502.71,735.888 1488.3,722C1480.04,714.03 1462.79,694.431 1453.6,684.554C1440.88,670.897 1430.37,655.951 1408,656C1384.43,656.052 1361.05,685.271 1341,707C1338.48,709.73 1318.73,730.559 1291.67,754.493C1264.11,778.869 1228,801 1228,801ZM1140.6,876.542C1140.85,889.774 1373.7,892.076 1374.18,896.918C1374.71,902.124 1225.13,901.399 1225.18,910.918C1225.23,918.616 1369.54,916.918 1369.49,920.953C1369.42,926.322 1262.94,935.57 1263,940.838C1263.06,945.753 1407.75,948.326 1408,953.498C1408.25,958.598 1351.88,961.809 1351.88,967.184C1351.88,971.163 1376.67,974.845 1434.09,975.485C1467.46,975.858 1498.52,969.976 1498.4,965.715C1498.24,960.309 1450.52,957.148 1450.39,953.801C1450.26,950.474 1559.01,945.464 1559.18,938.918C1559.33,933.389 1441.29,925.42 1441.18,921.918C1441.1,919.135 1595.06,916.708 1595.18,910.918C1595.27,906.749 1442.14,900.56 1442.18,896.918C1442.22,893.844 1679.44,883.634 1679.3,877.164C1679.23,874.032 1546.47,875.094 1407.25,874.619C1277.44,874.175 1140.51,871.914 1140.6,876.542ZM1423,821C1423,821 1469.52,817.475 1496,805C1523.7,791.95 1550.46,771.065 1566,771C1578.59,770.947 1586.67,783.833 1602,784C1610.89,784.097 1619.11,778.367 1628,778C1637.51,777.607 1653.52,787.207 1666.55,794.413C1686.97,805.71 1713,804 1713,804C1713,804 1683.76,785.697 1656.6,760.554C1628.88,734.897 1606.37,717.951 1593,718C1569.43,718.087 1554.05,740.271 1532,758C1525.98,762.843 1510.85,780.381 1479.45,796.692C1448.74,812.645 1423,821 1423,821Z" style="fill:rgb(0,118,160);"/>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 523 B

After

Width:  |  Height:  |  Size: 7.9 KiB

+56 -5
View File
@@ -1,7 +1,14 @@
import "~/styles/globals.css";
import { type Metadata } from "next";
import { Geist, Geist_Mono } from "next/font/google";
import {
Geist,
Geist_Mono,
Inter,
Playfair_Display,
Rajdhani,
Titillium_Web,
} from "next/font/google";
import Script from "next/script";
import { env } from "~/env";
@@ -13,7 +20,7 @@ export const metadata: Metadata = {
template: "%s · Hadlock Technologies",
},
description:
"Hadlock Technologies is a full-stack technical partner: networks, servers, cloud, databases, web applications, and commerce systems — infrastructure to applications, one accountable name.",
"Hadlock Technologies runs networks, servers, cloud systems, databases, web applications, and commerce. One accountable name covers everything from infrastructure to applications.",
keywords: [
"IT consulting",
"UniFi",
@@ -29,7 +36,7 @@ export const metadata: Metadata = {
openGraph: {
title: "Hadlock Technologies — Everything technical, handled",
description:
"Networks, servers, cloud, databases, web, and commerce — one accountable technical partner.",
"One accountable technical partner for networks, servers, cloud, databases, web, and commerce.",
url: "https://hadlock.tech",
siteName: "Hadlock Technologies",
type: "website",
@@ -39,9 +46,20 @@ export const metadata: Metadata = {
const umamiEnabled =
!!env.NEXT_PUBLIC_UMAMI_SRC && !!env.NEXT_PUBLIC_UMAMI_WEBSITE_ID;
const themeScript = `
try {
const theme = localStorage.getItem("hadlock_theme");
if (theme === "light") {
document.documentElement.classList.add("light");
} else if (theme === "dark") {
document.documentElement.classList.add("dark");
}
} catch {}
`;
const geist = Geist({
subsets: ["latin"],
variable: "--font-geist-sans",
subsets: ["latin"],
});
const geistMono = Geist_Mono({
@@ -49,12 +67,45 @@ const geistMono = Geist_Mono({
variable: "--font-geist-mono",
});
const playfair = Playfair_Display({
variable: "--font-playfair",
subsets: ["latin"],
weight: ["400", "500", "600", "700"],
});
const rajdhani = Rajdhani({
variable: "--font-rajdhani",
subsets: ["latin"],
weight: ["400", "500", "600", "700"],
});
const titillium = Titillium_Web({
variable: "--font-titillium",
subsets: ["latin"],
weight: ["400", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
weight: ["400", "500", "600", "700"],
});
export default function RootLayout({
children,
}: Readonly<{ children: React.ReactNode }>) {
return (
<html lang="en" className={`${geist.variable} ${geistMono.variable}`}>
<html
lang="en"
suppressHydrationWarning
className={`${geist.variable} ${geistMono.variable} ${playfair.variable} ${rajdhani.variable} ${titillium.variable} ${inter.variable}`}
>
<body className="font-sans">
<Script
id="hadlock-theme"
strategy="beforeInteractive"
dangerouslySetInnerHTML={{ __html: themeScript }}
/>
{children}
{umamiEnabled && (
<Script
+524 -161
View File
@@ -2,55 +2,51 @@ import Image from "next/image";
import Link from "next/link";
import { ContactForm } from "~/app/_components/contact-form";
import { MobileNav } from "~/app/_components/mobile-nav";
import { ThemeToggle } from "~/app/_components/theme-toggle";
const services = [
{
title: "Networks & Infrastructure",
body: "UniFi networks designed, deployed, and managed end to end — wired, wireless, VLANs, and the hardware that has to stay up.",
body: "UniFi networking with wired links, wireless access, VLANs, and hardware that stays up when it counts.",
tag: "UniFi",
},
{
title: "Servers & Cloud",
body: "Provisioning and running local and cloud servers web servers, object storage (S3), and automated backups that actually restore.",
body: "Local and cloud servers with web hosting, S3 storage, and backups tested by restore.",
tag: "Cloud",
},
{
title: "Databases",
body: "Design, deployment, and day-to-day operation. Reliable data, backed up, monitored, and recoverable when it counts.",
body: "Designed, deployed, and operated under the stack, with backups, monitoring, and tested restores.",
tag: "Data",
},
{
title: "Web & Applications",
body: "Marketing sites to production web apps — built, hosted, and maintained by the same person who runs the servers under them.",
body: "Sites built and hosted from the marketing page to the ticket platform. When a site fails, one number gets the call.",
tag: "Web",
},
{
title: "Commerce & Ticketing",
body: "Shopify storefronts plus a custom ticket-sales platform built from scratch to handle real event-day volume.",
body: "A ticket system built from scratch, plus a Shopify store running real event-day traffic, not a demo.",
tag: "Commerce",
},
{
title: "On-Site Operations",
body: "When it's race day, whatever it takes to keep things moving — up to and including working the counter and selling tires.",
body: "Event-day coverage at the counter, the gate, and wherever else the day requires. Most clients get this as part of the job.",
tag: "On-site",
},
];
const stats = [
{ value: "5+ yrs", label: "Running the stack at Riverhead Raceway" },
{ value: "1 partner", label: "From the wall jack to the checkout button" },
{ value: "24/7", label: "Systems built to stay online" },
];
export default function Home() {
return (
<div className="relative min-h-screen overflow-x-hidden">
<div className="relative min-h-screen overflow-x-clip">
<Header />
<main>
<Hero />
<Stats />
<Services />
<Approach />
<Projects />
<NameStory />
<Contact />
</main>
@@ -59,86 +55,54 @@ export default function Home() {
);
}
// Reflected-"H" monogram: an H standing on a waterline, mirrored below like a
// reflection on still water — a nod to Hadlock Pond.
function Mark({ className }: { className?: string }) {
return (
<svg viewBox="0 0 32 32" fill="none" className={className} aria-hidden="true">
<g
stroke="currentColor"
strokeWidth="2.5"
strokeLinecap="round"
fill="none"
>
<path d="M10 7v8M22 7v8M10 11h12" />
</g>
<line
x1="6"
y1="16.5"
x2="26"
y2="16.5"
stroke="currentColor"
strokeWidth="1.5"
strokeLinecap="round"
opacity="0.5"
/>
<g
stroke="currentColor"
strokeWidth="2.5"
strokeLinecap="round"
fill="none"
opacity="0.3"
>
<path d="M10 18v6M22 18v6" />
</g>
</svg>
);
}
function Wordmark() {
return (
<Link href="/" className="group flex items-center gap-2.5">
<span className="flex h-8 w-8 items-center justify-center rounded-md border border-brand-400/40 bg-brand-400/10 text-brand-300 transition group-hover:border-brand-400/70">
<Mark className="h-5 w-5" />
</span>
<span className="text-[15px] font-semibold tracking-tight text-white">
Hadlock<span className="text-brand-400"> Technologies</span>
</span>
<Link href="/" className="group flex shrink-0 items-center">
<img
src="/branding/logo_white.svg"
alt="Hadlock Technologies"
className="theme-logo-dark h-7 w-auto transition-opacity group-hover:opacity-75"
/>
<img
src="/branding/logo_blue.svg"
alt="Hadlock Technologies"
className="theme-logo-light h-7 w-auto transition-opacity group-hover:opacity-75"
/>
</Link>
);
}
function Header() {
return (
<header className="absolute inset-x-0 top-0 z-50">
<div className="mx-auto flex h-20 max-w-6xl items-center justify-between px-6">
<Wordmark />
<nav className="hidden items-center gap-1 rounded-full border border-white/10 bg-white/5 p-1 text-sm text-slate-200 backdrop-blur-md md:flex">
<a
href="#services"
className="rounded-full px-4 py-1.5 transition hover:bg-white/10 hover:text-white"
>
Services
</a>
<a
href="#approach"
className="rounded-full px-4 py-1.5 transition hover:bg-white/10 hover:text-white"
>
Approach
</a>
<a
href="#name"
className="rounded-full px-4 py-1.5 transition hover:bg-white/10 hover:text-white"
>
The name
</a>
</nav>
<a
href="#contact"
className="rounded-full bg-white px-4 py-2 text-sm font-semibold text-ink-950 transition hover:bg-slate-200"
>
Get in touch
</a>
<header className="sticky top-0 z-50">
<div className="mx-auto max-w-6xl px-4 pt-2">
<div className="border-border bg-bg relative flex h-14 items-center justify-between border px-4 shadow-lg">
<Wordmark />
<nav className="text-text-secondary hidden items-center gap-6 text-sm font-medium md:flex">
<a href="#services" className="hover:text-text transition">
Services
</a>
<a href="#approach" className="hover:text-text transition">
Approach
</a>
<a href="#projects" className="hover:text-text transition">
Projects
</a>
<a href="#name" className="hover:text-text transition">
The name
</a>
</nav>
<div className="flex items-center gap-2">
<ThemeToggle />
<a
href="#contact"
className="bg-text text-bg px-4 py-2 text-sm font-semibold transition hover:opacity-80"
>
Get in touch
</a>
<MobileNav />
</div>
</div>
</div>
</header>
);
@@ -156,8 +120,8 @@ const capabilities = [
function Hero() {
return (
<section className="relative isolate flex min-h-screen flex-col overflow-hidden">
{/* Hadlock Pond, full-bleed with a slight darkening filter */}
<section className="relative isolate -mt-16 flex min-h-screen flex-col overflow-hidden">
{/* The Hadlock Pond image fills the section with a slight darkening filter */}
<div className="absolute inset-0 -z-20">
<Image
src="/hadlock-pond.jpg"
@@ -165,52 +129,60 @@ function Hero() {
fill
priority
sizes="100vw"
className="object-cover brightness-[0.68] saturate-[0.95]"
className="hero-photo object-cover"
/>
</div>
{/* Scrims: darken top for the nav, left for the text, and fade the base into the page */}
<div className="absolute inset-0 -z-10 bg-gradient-to-b from-ink-950/70 via-transparent to-ink-950" />
<div className="absolute inset-0 -z-10 bg-gradient-to-r from-ink-950/85 via-ink-950/30 to-transparent" />
{/* Scrims darken the top for the nav and the left for the text. They fade the base into the page */}
<div className="from-scrim-b-from to-scrim-b-to absolute inset-0 -z-10 bg-gradient-to-b via-transparent" />
<div className="from-scrim-l-from via-scrim-l-mid to-scrim-l-end absolute inset-0 -z-10 bg-gradient-to-r" />
{/* Dark overlay, same treatment as the Racetix card, in dark mode */}
<div className="from-hero-overlay-start via-hero-overlay-mid to-hero-overlay-end absolute inset-0 -z-10 bg-gradient-to-r" />
<div className="mx-auto flex w-full max-w-6xl flex-1 flex-col justify-center px-6 pt-32 pb-16">
<div className="inline-flex w-fit items-center gap-2 rounded-full border border-white/15 bg-white/5 px-3.5 py-1.5 text-xs font-medium text-slate-200 backdrop-blur-sm">
<span className="h-1.5 w-1.5 rounded-full bg-brand-400" />
Full-stack technical partner · Long Island, NY
</div>
<div className="mx-auto flex w-full max-w-6xl flex-1 flex-col items-start justify-center px-6 pt-32 pb-16">
<img
src="/branding/logo_white.svg"
alt="Hadlock Technologies"
className="theme-logo-dark h-16 w-auto"
/>
<img
src="/branding/logo_blue.svg"
alt="Hadlock Technologies"
className="theme-logo-light h-16 w-auto"
/>
<h1 className="mt-7 max-w-4xl font-mono text-4xl font-semibold tracking-tight text-white uppercase sm:text-6xl sm:leading-[1.05]">
Everything technical,{" "}
<span className="text-brand-400">handled.</span>
<h1 className="text-text mt-7 max-w-4xl text-4xl font-semibold tracking-tight uppercase sm:text-6xl sm:leading-[1.05]">
Everything technical, <span className="text-accent">handled.</span>
</h1>
<p className="mt-6 max-w-xl text-lg leading-relaxed text-slate-300">
The networks, servers, and software that keep a business running
designed, built, and maintained under one accountable name, instead of
five vendors pointing at each other.
<p className="text-text-secondary mt-6 max-w-xl text-lg leading-relaxed">
The same stack powers clients across Long Island race tracks,
retailers, and web platforms. UniFi, cloud infrastructure, databases,
websites, ticketing, and commerce, built and operated by one person.
Hadlock Technologies is that work under one name.
</p>
<div className="mt-9 flex flex-wrap items-center gap-4">
<a
href="#contact"
className="rounded-full bg-brand-400 px-6 py-3 text-sm font-semibold text-ink-950 transition hover:bg-brand-300"
className="bg-accent text-on-accent hover:bg-accent-hover px-6 py-3 text-sm font-semibold transition"
>
Start a conversation
</a>
<a
href="#services"
className="rounded-full border border-white/20 bg-white/5 px-6 py-3 text-sm font-semibold text-white backdrop-blur-sm transition hover:border-white/40 hover:bg-white/10"
className="border-border-strong bg-surface/50 text-text hover:border-border-strong hover:bg-surface border px-6 py-3 text-sm font-semibold backdrop-blur-sm transition"
>
See what we do
</a>
</div>
</div>
{/* Capability strip where DUNE puts its client logos */}
<div className="relative border-t border-white/10 bg-ink-950/40 backdrop-blur-sm">
<div className="mx-auto flex max-w-6xl flex-wrap items-center gap-x-6 gap-y-2 px-6 py-5 font-mono text-xs tracking-widest text-slate-400 uppercase">
<span className="text-slate-500">Working across</span>
{/* A capability strip, where DUNE puts its client logos */}
<div className="bg-bg/40 border-border relative border-t backdrop-blur-sm">
<div className="text-muted mx-auto flex max-w-6xl flex-wrap items-center gap-x-6 gap-y-2 px-6 py-5 text-xs tracking-widest uppercase">
<span className="text-faint">Working across</span>
{capabilities.map((c) => (
<span key={c} className="text-slate-300">
<span key={c} className="text-text-secondary">
{c}
</span>
))}
@@ -220,42 +192,29 @@ function Hero() {
);
}
function Stats() {
return (
<section className="border-y border-white/5 bg-ink-900/50">
<div className="mx-auto grid max-w-6xl grid-cols-1 divide-y divide-white/5 px-6 sm:grid-cols-3 sm:divide-x sm:divide-y-0">
{stats.map((s) => (
<div key={s.label} className="px-2 py-8 sm:px-6">
<div className="text-2xl font-bold text-white">{s.value}</div>
<div className="mt-1 text-sm text-slate-400">{s.label}</div>
</div>
))}
</div>
</section>
);
}
function Services() {
return (
<section id="services" className="scroll-mt-20">
<div className="mx-auto max-w-6xl px-6 py-24">
<SectionHeading
eyebrow="What we do"
title="One partner. The whole stack."
description="Most businesses stitch together a network vendor, a hosting company, a web agency, and a point-of-sale provider. Hadlock is all of it — and the same hands that wire the network ship the app on top of it."
title="One person. The whole stack."
description=" Most places use a network contractor, a hosting company, a web
agency, and a POS vendor. That is four invoices and four different
people to call when something breaks. Hadlock is all four."
/>
<div className="mt-14 grid grid-cols-1 gap-px overflow-hidden rounded-2xl border border-white/10 bg-white/10 sm:grid-cols-2 lg:grid-cols-3">
<div className="border-border bg-border mt-14 grid grid-cols-1 gap-px overflow-hidden border sm:grid-cols-2 lg:grid-cols-3">
{services.map((s) => (
<div
key={s.title}
className="group relative bg-ink-900 p-7 transition hover:bg-ink-850"
className="group bg-surface hover:bg-surface-hover relative p-7 transition"
>
<div className="mb-4 inline-flex items-center rounded-md border border-brand-400/30 bg-brand-400/10 px-2.5 py-1 text-xs font-medium text-brand-300">
<div className="border-accent-border bg-accent-bg text-accent mb-4 inline-flex items-center border px-2.5 py-1 text-xs font-medium">
{s.tag}
</div>
<h3 className="text-lg font-semibold text-white">{s.title}</h3>
<p className="mt-2.5 text-sm leading-relaxed text-slate-400">
<h3 className="text-text text-lg font-semibold">{s.title}</h3>
<p className="text-muted mt-2.5 text-sm leading-relaxed">
{s.body}
</p>
</div>
@@ -270,39 +229,37 @@ function Approach() {
const points = [
{
title: "Full ownership",
body: "From the physical layer up to the interface. Nothing gets lost in the handoff between vendors, because there is no handoff.",
body: "Everything from the network cable to the interface is built and owned in one place. Nothing gets lost in a handoff, because there is no handoff.",
},
{
title: "Hands-on, not hands-off",
body: "The person who designed it is the person who fixes it on-site when it matters, no ticket queue between you and a resolution.",
body: "The person who designed the system is the person who fixes it, on-site when it matters. No ticket queue for an answer.",
},
{
title: "Built to stay up",
body: "Backups that restore, monitoring that warns you first, and systems sized for the busy day, not the average one.",
body: "Backups are tested. Monitoring alerts before a problem surfaces. The systems handle the busy night, not just an average Tuesday.",
},
];
return (
<section
id="approach"
className="scroll-mt-20 border-y border-white/5 bg-ink-900/40"
className="bg-surface/40 border-border-faint scroll-mt-20 border-y"
>
<div className="mx-auto max-w-6xl px-6 py-24">
<div className="grid grid-cols-1 gap-14 lg:grid-cols-[1fr_1.2fr]">
<div>
<SectionHeading
eyebrow="The approach"
title="A titleless everything-engineer, on your side."
description="Software engineer, network admin, systems operator, and — on the right day — the person selling tires at the counter. The job is whatever keeps the operation running."
title="No title covers the job. There is not one."
description="The same person is the software engineer, the network admin, and the systems operator for every client. On a busy night, that person might work the counter too. The job is whatever keeps the place running."
/>
</div>
<div className="grid gap-px overflow-hidden rounded-2xl border border-white/10 bg-white/10">
<div className="border-border bg-border grid gap-px overflow-hidden border">
{points.map((p) => (
<div key={p.title} className="bg-ink-900 p-7">
<h3 className="text-base font-semibold text-white">
{p.title}
</h3>
<p className="mt-2 text-sm leading-relaxed text-slate-400">
<div key={p.title} className="bg-surface p-7">
<h3 className="text-text text-base font-semibold">{p.title}</h3>
<p className="text-muted mt-2 text-sm leading-relaxed">
{p.body}
</p>
</div>
@@ -314,21 +271,417 @@ function Approach() {
);
}
const racetixFeatures = [
{
title: "Multi-tenant by track",
body: "Each track runs its own catalog, prices, and gate.",
},
{
title: "QR gate scanning",
body: "The scanner app verifies tickets offline at the gate.",
},
{
title: "Apple & Google Wallet",
body: "Paid tickets go straight into the phone wallet.",
},
{
title: "Stripe payments",
body: "Stripe Connect runs checkout, refunds, and tax.",
},
];
const beenvoiceFeatures = [
{
title: "Invoices that stay organized",
body: "Draft line items, apply taxes, send a link, and export a polished PDF.",
},
{
title: "Built-in time clock",
body: "Track billable hours as you work, then pull them into an invoice without retyping.",
},
{
title: "Recurring invoices",
body: "Set up retainers once, then let beenvoice generate the next invoice on schedule.",
},
{
title: "Send and follow up",
body: "Email invoices from the app and keep status visible from draft through paid.",
},
];
const racehubFeatures = [
{
title: "Events & schedule",
body: "Race events, special events, and iCal feeds for every fan's calendar.",
},
{
title: "Standings & results",
body: "Points, lineups, and results served live from the Hotlap API.",
},
{
title: "News & media",
body: "Articles, announcements, and promotions published from the CMS.",
},
{
title: "Granular permissions",
body: "97+ permissions, role-based access, and a full audit trail.",
},
];
const hristudioFeatures = [
{
title: "Visual experiment designer",
body: "Drag-and-drop blocks build branching protocols. No code required.",
},
{
title: "Guided wizard interface",
body: "Step-by-step trial execution with every action logged in time.",
},
{
title: "Robot-agnostic",
body: "Design once, run on any robot — NAO, Pepper, or TurtleBot.",
},
{
title: "Automatic data capture",
body: "Synchronized multi-modal streams, timestamped and exportable.",
},
];
function Projects() {
return (
<section id="projects" className="scroll-mt-20">
<div className="mx-auto max-w-6xl px-6 py-24">
<SectionHeading
eyebrow="Projects"
title="Four products, built end to end."
description="Racetix sells tickets for short tracks. beenvoice invoices for freelancers and small businesses. RaceHub runs the official Riverhead Raceway site. HRIStudio makes human-robot interaction research reproducible. All four run in production, operated end to end."
/>
</div>
<a
href="https://racetix.us"
target="_blank"
rel="noreferrer"
className="group border-border relative isolate block overflow-hidden border-y"
>
<div className="absolute inset-0 -z-20">
<Image
src="/racetix-hero.webp"
alt="Race cars on a short track under the lights"
fill
sizes="100vw"
className="racetix-photo object-cover"
/>
</div>
<div className="from-racetix-overlay-start via-racetix-overlay-mid to-racetix-overlay-end absolute inset-0 -z-10 bg-gradient-to-r" />
<div className="bg-racetix-red/20 absolute -bottom-16 -left-16 h-64 w-64 blur-[100px]" />
<div className="relative mx-auto grid max-w-6xl gap-10 px-6 py-16 md:grid-cols-[1.1fr_0.9fr] md:py-24">
<div>
<img
src="/logo_white.svg"
alt="Racetix"
className="theme-logo-dark h-8 w-auto"
/>
<img
src="/logo_red.svg"
alt="Racetix"
className="theme-logo-light h-8 w-auto"
/>
<p className="text-text-secondary font-display mt-6 max-w-xl text-base leading-relaxed">
Multi-tenant ticketing for short tracks. It owns ticket products,
orders, payments, admission redemptions, and ticket email. Tracks
embed checkout in their own site through the versioned API.
</p>
<span className="text-racetix-red font-display mt-8 inline-flex items-center gap-2 text-sm font-bold tracking-widest uppercase transition group-hover:opacity-70">
Explore Racetix
<svg
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
className="h-4 w-4 transition-transform group-hover:translate-x-1"
aria-hidden="true"
>
<path d="M5 12h14M12 5l7 7-7 7" />
</svg>
</span>
</div>
<div className="grid content-center gap-4 sm:grid-cols-2 md:grid-cols-1 lg:grid-cols-2">
{racetixFeatures.map((f) => (
<div key={f.title} className="flex items-start gap-3">
<span className="text-racetix-red mt-0.5 shrink-0">
<CheckIcon className="h-4 w-4" />
</span>
<div>
<h3 className="text-text font-display text-sm font-bold tracking-wide uppercase">
{f.title}
</h3>
<p className="text-text-secondary/80 font-display mt-1 text-xs leading-relaxed">
{f.body}
</p>
</div>
</div>
))}
</div>
</div>
</a>
<a
href="https://beenvoice.app"
target="_blank"
rel="noreferrer"
className="group border-border relative isolate block overflow-hidden border-y"
>
{/* beenvoice backdrop: hairline grid + soft animated blob */}
<div className="beenvoice-grid absolute inset-0 -z-20" />
<div className="beenvoice-blob absolute top-1/2 left-1/2 -z-20 h-[800px] w-[800px] -translate-x-1/2 -translate-y-1/2 rounded-full bg-[var(--beenvoice-blob)] blur-3xl" />
{/* Scrim keeps the text readable in both themes */}
<div className="from-bg/80 via-bg/35 absolute inset-0 -z-10 bg-gradient-to-r to-transparent" />
<div className="relative mx-auto grid max-w-6xl gap-10 px-6 py-16 md:grid-cols-[1.1fr_0.9fr] md:py-24">
<div>
<div className="text-text flex items-center font-mono text-2xl font-bold tracking-tight">
<span>$</span>
<span className="inline-block w-1" />
<span>been</span>
<span className="text-text/70">voice</span>
</div>
<h3 className="text-text mt-6 max-w-xl font-serif text-3xl font-semibold tracking-tight sm:text-4xl">
Run your freelance admin from one place.
</h3>
<p className="text-text-secondary font-app-sans mt-4 max-w-xl text-base leading-relaxed">
beenvoice manages clients, tracks time, sends invoices, and stays
on top of getting paid, without the weight of a full accounting
suite.
</p>
<span className="text-text mt-8 inline-flex items-center gap-2 font-mono text-sm font-bold tracking-widest uppercase transition group-hover:opacity-70">
Explore beenvoice
<svg
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
className="h-4 w-4 transition-transform group-hover:translate-x-1"
aria-hidden="true"
>
<path d="M5 12h14M12 5l7 7-7 7" />
</svg>
</span>
</div>
<div className="grid content-center gap-4 sm:grid-cols-2 md:grid-cols-1 lg:grid-cols-2">
{beenvoiceFeatures.map((f) => (
<div key={f.title} className="flex items-start gap-3">
<span className="text-text mt-0.5 shrink-0">
<CheckIcon className="h-4 w-4" />
</span>
<div>
<h4 className="text-text font-serif text-sm font-semibold">
{f.title}
</h4>
<p className="text-text-secondary/80 font-app-sans mt-1 text-xs leading-relaxed">
{f.body}
</p>
</div>
</div>
))}
</div>
</div>
</a>
<a
href="https://riverheadraceway.com"
target="_blank"
rel="noreferrer"
className="group border-border relative isolate block overflow-hidden border-y"
>
{/* racehub backdrop: dark checkered band, stays dark in both themes */}
<div className="racehub-checkered absolute inset-0 -z-20" />
<div className="absolute inset-0 -z-10 bg-[radial-gradient(90%_90%_at_50%_50%,var(--racehub-red)/30,var(--racehub-red)/10_60%,transparent_85%)]" />
<div className="absolute inset-0 -z-10 bg-gradient-to-l from-black/70 to-transparent" />
<div className="relative mx-auto grid max-w-6xl gap-10 px-6 py-16 md:grid-cols-[1.1fr_0.9fr] md:py-24">
<div>
<img
src="/racehub/logo_white.svg"
alt="Riverhead Raceway"
className="h-9 w-auto"
/>
<h3 className="font-racehub mt-6 max-w-xl text-3xl font-bold tracking-tight text-white uppercase sm:text-4xl">
The official site for Riverhead Raceway.
</h3>
<p className="font-racehub mt-4 max-w-xl text-base leading-relaxed text-white/80">
RaceHub is the website and CMS for Long Island&apos;s only auto
racing venue. It publishes events, news, standings, and results,
with live 2026 race data served from the Hotlap API.
</p>
<span className="text-racehub-red font-racehub mt-8 inline-flex items-center gap-2 text-sm font-bold tracking-widest uppercase transition group-hover:opacity-70">
Visit Riverhead Raceway
<svg
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
className="h-4 w-4 transition-transform group-hover:translate-x-1"
aria-hidden="true"
>
<path d="M5 12h14M12 5l7 7-7 7" />
</svg>
</span>
</div>
<div className="grid content-center gap-4 sm:grid-cols-2 md:grid-cols-1 lg:grid-cols-2">
{racehubFeatures.map((f) => (
<div key={f.title} className="flex items-start gap-3">
<span className="text-racehub-red mt-0.5 shrink-0">
<CheckIcon className="h-4 w-4" />
</span>
<div>
<h4 className="font-racehub text-sm font-bold tracking-wide text-white uppercase">
{f.title}
</h4>
<p className="font-racehub mt-1 text-xs leading-relaxed text-white/70">
{f.body}
</p>
</div>
</div>
))}
</div>
</div>
</a>
<a
href="https://github.com/soconnor0919/hristudio"
target="_blank"
rel="noreferrer"
className="group border-border relative isolate block overflow-hidden border-y"
>
{/* hristudio backdrop: teal dot grid, adapts to theme */}
<div className="hristudio-dots absolute inset-0 -z-20" />
<div className="bg-hristudio-teal/20 absolute -top-24 -left-24 h-96 w-96 blur-[120px]" />
<div className="from-hristudio-teal/10 via-hristudio-teal/5 absolute inset-0 -z-10 bg-gradient-to-r to-transparent" />
<div className="relative mx-auto grid max-w-6xl gap-10 px-6 py-16 md:grid-cols-[1.1fr_0.9fr] md:py-24">
<div>
<div className="flex items-center gap-2.5">
<span className="bg-hristudio-teal flex aspect-square h-8 items-center justify-center rounded-lg p-1.5">
<BotIcon className="h-5 w-5 text-white" />
</span>
<span className="text-text font-hristudio text-2xl font-bold tracking-tight">
HRI<span className="font-normal">Studio</span>
</span>
</div>
<h3 className="text-text font-hristudio mt-6 max-w-xl text-3xl font-bold tracking-tight sm:text-4xl">
Wizard-of-Oz studies, made scientific.
</h3>
<p className="text-text-secondary font-hristudio mt-4 max-w-xl text-base leading-relaxed">
HRIStudio is an open-source platform for human-robot interaction
research. Design experiments visually, run live trials with a
wizard, and capture synchronized data reproducible by default.
</p>
<span className="text-hristudio-teal font-hristudio mt-8 inline-flex items-center gap-2 text-sm font-bold tracking-widest uppercase transition group-hover:opacity-70">
Explore HRIStudio
<svg
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
className="h-4 w-4 transition-transform group-hover:translate-x-1"
aria-hidden="true"
>
<path d="M5 12h14M12 5l7 7-7 7" />
</svg>
</span>
</div>
<div className="grid content-center gap-4 sm:grid-cols-2 md:grid-cols-1 lg:grid-cols-2">
{hristudioFeatures.map((f) => (
<div key={f.title} className="flex items-start gap-3">
<span className="text-hristudio-teal mt-0.5 shrink-0">
<CheckIcon className="h-4 w-4" />
</span>
<div>
<h4 className="text-text font-hristudio text-sm font-semibold tracking-wide">
{f.title}
</h4>
<p className="text-text-secondary/80 font-hristudio mt-1 text-xs leading-relaxed">
{f.body}
</p>
</div>
</div>
))}
</div>
</div>
</a>
</section>
);
}
function CheckIcon({ className }: { className?: string }) {
return (
<svg
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
strokeWidth="2.5"
strokeLinecap="round"
strokeLinejoin="round"
className={className}
aria-hidden="true"
>
<path d="M5 13l4 4L19 7" />
</svg>
);
}
function BotIcon({ className }: { className?: string }) {
return (
<svg
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
className={className}
aria-hidden="true"
>
<rect x="4" y="8" width="16" height="12" rx="2" />
<path d="M12 8V4" />
<circle cx="12" cy="4" r="1" />
<path d="M2 14h2" />
<path d="M20 14h2" />
<path d="M9 13v2" />
<path d="M15 13v2" />
</svg>
);
}
function NameStory() {
return (
<section id="name" className="scroll-mt-20">
<div className="mx-auto max-w-3xl px-6 py-24 text-center">
<div className="font-mono text-sm font-semibold tracking-widest text-brand-400 uppercase">
<div className="text-accent font-mono text-sm font-semibold tracking-widest uppercase">
The name
</div>
<h2 className="mt-3 text-3xl font-bold tracking-tight text-white sm:text-4xl">
<h2 className="text-text mt-3 text-3xl font-bold tracking-tight sm:text-4xl">
Named for still water in the Adirondacks.
</h2>
<p className="mx-auto mt-4 max-w-xl text-base leading-relaxed text-slate-300">
<p className="text-text-secondary mx-auto mt-4 max-w-xl text-base leading-relaxed">
The water at the top of this page is Hadlock Pond in Fort Ann, New
York quiet, dependable, and built to last. It&apos;s a good standard
for infrastructure: you shouldn&apos;t have to think about it for it to
be working.
York. It is quiet, dependable, and built to last. This is the standard
held for infrastructure. You should not have to think about it for it
to work.
</p>
</div>
</section>
@@ -339,16 +692,16 @@ function Contact() {
return (
<section
id="contact"
className="scroll-mt-20 border-t border-white/5 bg-ink-900/50"
className="bg-surface/50 border-border-faint scroll-mt-20 border-t"
>
<div className="mx-auto max-w-3xl px-6 py-24">
<div className="relative overflow-hidden rounded-3xl border border-white/10 bg-gradient-to-br from-ink-850 to-ink-900 p-8 md:p-12">
<div className="absolute inset-0 -z-10 bg-[radial-gradient(50%_60%_at_50%_0%,rgba(45,212,191,0.12),transparent_70%)]" />
<div className="bg-surface border-border relative overflow-hidden border p-8 md:p-12">
<div className="absolute inset-0 -z-10 bg-[radial-gradient(50%_60%_at_50%_0%,var(--accent-glow),transparent_70%)]" />
<div className="mb-8 text-center">
<div className="font-mono text-sm font-semibold tracking-widest text-brand-400 uppercase">
<div className="text-accent font-mono text-sm font-semibold tracking-widest uppercase">
Get in touch
</div>
<h2 className="mx-auto mt-3 max-w-2xl text-3xl font-bold tracking-tight text-white sm:text-4xl">
<h2 className="text-text mx-auto mt-3 max-w-2xl text-3xl font-bold tracking-tight sm:text-4xl">
Have something technical that needs an owner?
</h2>
</div>
@@ -361,10 +714,10 @@ function Contact() {
function Footer() {
return (
<footer className="border-t border-white/5">
<footer className="border-border-faint border-t">
<div className="mx-auto flex max-w-6xl flex-col items-center justify-between gap-4 px-6 py-10 sm:flex-row">
<Wordmark />
<p className="text-sm text-slate-500">
<p className="text-faint text-sm">
Hadlock Technologies LLC · New York · © {new Date().getFullYear()}
</p>
</div>
@@ -376,20 +729,30 @@ function SectionHeading({
eyebrow,
title,
description,
display = false,
}: {
eyebrow: string;
title: string;
description: string;
display?: boolean;
}) {
return (
<div className="max-w-2xl">
<div className="font-mono text-sm font-semibold tracking-widest text-brand-400 uppercase">
<div
className={`text-accent text-sm font-semibold tracking-widest uppercase ${
display ? "font-display" : "font-mono"
}`}
>
{eyebrow}
</div>
<h2 className="mt-3 text-3xl font-bold tracking-tight text-white sm:text-4xl">
<h2
className={`text-text mt-3 text-3xl font-bold tracking-tight sm:text-4xl ${
display ? "font-display uppercase" : ""
}`}
>
{title}
</h2>
<p className="mt-4 text-base leading-relaxed text-slate-300">
<p className="text-text-secondary mt-4 text-base leading-relaxed">
{description}
</p>
</div>
-23
View File
@@ -1,23 +0,0 @@
import { contactRouter } from "~/server/api/routers/contact";
import { createCallerFactory, createTRPCRouter } from "~/server/api/trpc";
/**
* This is the primary router for your server.
*
* All routers added in /api/routers should be manually added here.
*/
export const appRouter = createTRPCRouter({
contact: contactRouter,
});
// export type definition of API
export type AppRouter = typeof appRouter;
/**
* Create a server-side caller for the tRPC API.
* @example
* const trpc = createCaller(createContext);
* const res = await trpc.post.all();
* ^? Post[]
*/
export const createCaller = createCallerFactory(appRouter);
-47
View File
@@ -1,47 +0,0 @@
import { TRPCError } from "@trpc/server";
import { z } from "zod";
import { createTRPCRouter, publicProcedure } from "~/server/api/trpc";
export const contactRouter = createTRPCRouter({
submit: publicProcedure
.input(
z.object({
name: z.string().trim().min(1, "Please enter your name").max(200),
email: z.string().trim().email("Please enter a valid email").max(320),
company: z.string().trim().max(200).optional(),
message: z
.string()
.trim()
.min(10, "Tell me a little more about what you need")
.max(5000),
// Honeypot: hidden from real users, tempting to bots. Left empty by humans.
website: z.string().max(0).optional().or(z.string()),
}),
)
.mutation(async ({ input }) => {
// If the honeypot is filled, silently accept and send nothing.
if (input.website && input.website.length > 0) {
return { ok: true as const };
}
try {
// Lazy import keeps nodemailer in the server execution path only.
const { sendContactEmail } = await import("~/server/mail");
await sendContactEmail({
name: input.name,
email: input.email,
company: input.company ?? null,
message: input.message,
});
} catch (err) {
console.error("[contact] failed to send email:", err);
throw new TRPCError({
code: "INTERNAL_SERVER_ERROR",
message: "Could not send your message. Please try again.",
});
}
return { ok: true as const };
}),
});
-105
View File
@@ -1,105 +0,0 @@
/**
* YOU PROBABLY DON'T NEED TO EDIT THIS FILE, UNLESS:
* 1. You want to modify request context (see Part 1).
* 2. You want to create a new middleware or type of procedure (see Part 3).
*
* TL;DR - This is where all the tRPC server stuff is created and plugged in. The pieces you will
* need to use are documented accordingly near the end.
*/
import { initTRPC } from "@trpc/server";
import superjson from "superjson";
import { ZodError } from "zod";
/**
* 1. CONTEXT
*
* This section defines the "contexts" that are available in the backend API.
*
* These allow you to access things when processing a request, like the database, the session, etc.
*
* This helper generates the "internals" for a tRPC context. The API handler and RSC clients each
* wrap this and provides the required context.
*
* @see https://trpc.io/docs/server/context
*/
export const createTRPCContext = async (opts: { headers: Headers }) => {
return {
...opts,
};
};
/**
* 2. INITIALIZATION
*
* This is where the tRPC API is initialized, connecting the context and transformer. We also parse
* ZodErrors so that you get typesafety on the frontend if your procedure fails due to validation
* errors on the backend.
*/
const t = initTRPC.context<typeof createTRPCContext>().create({
transformer: superjson,
errorFormatter({ shape, error }) {
return {
...shape,
data: {
...shape.data,
zodError:
error.cause instanceof ZodError ? error.cause.flatten() : null,
},
};
},
});
/**
* Create a server-side caller.
*
* @see https://trpc.io/docs/server/server-side-calls
*/
export const createCallerFactory = t.createCallerFactory;
/**
* 3. ROUTER & PROCEDURE (THE IMPORTANT BIT)
*
* These are the pieces you use to build your tRPC API. You should import these a lot in the
* "/src/server/api/routers" directory.
*/
/**
* This is how you create new routers and sub-routers in your tRPC API.
*
* @see https://trpc.io/docs/router
*/
export const createTRPCRouter = t.router;
/**
* Middleware for timing procedure execution and adding an artificial delay in development.
*
* You can remove this if you don't like it, but it can help catch unwanted waterfalls by simulating
* network latency that would occur in production but not in local development.
*/
const timingMiddleware = t.middleware(async ({ next, path }) => {
const start = Date.now();
if (t._config.isDev) {
// artificial delay in dev
const waitMs = Math.floor(Math.random() * 400) + 100;
await new Promise((resolve) => setTimeout(resolve, waitMs));
}
const result = await next();
const end = Date.now();
console.log(`[TRPC] ${path} took ${end - start}ms to execute`);
return result;
});
/**
* Public (unauthenticated) procedure
*
* This is the base piece you use to build new queries and mutations on your tRPC API. It does not
* guarantee that a user querying is authorized, but you can still access user session data if they
* are logged in.
*/
export const publicProcedure = t.procedure.use(timingMiddleware);
+2 -2
View File
@@ -27,7 +27,7 @@ export type ContactMessage = {
/**
* Forward a contact submission to the CONTACT_TO inbox over SMTP.
* If SMTP isn't configured, logs the submission instead so local dev still works.
* If SMTP is not configured, log the submission instead so local development still works.
*/
export async function sendContactEmail(input: ContactMessage): Promise<void> {
const subject = `New inquiry from ${input.name}${
@@ -54,7 +54,7 @@ export async function sendContactEmail(input: ContactMessage): Promise<void> {
await transporter.sendMail({
from: env.CONTACT_FROM ?? env.SMTP_USER ?? "no-reply@hadlock.tech",
to: env.CONTACT_TO,
// Reply goes straight to the person who filled out the form.
// The reply goes straight to the person who filled out the form.
replyTo: `${input.name} <${input.email}>`,
subject,
text,
+233 -16
View File
@@ -2,24 +2,155 @@
@theme {
--font-sans:
var(--font-geist-sans), ui-sans-serif, system-ui, sans-serif,
"Helvetica Neue", Helvetica, Arial, ui-sans-serif, system-ui, sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-mono:
var(--font-geist-mono), ui-monospace, "SFMono-Regular", "Menlo", monospace;
--font-display:
var(--font-rajdhani), "Helvetica Neue", Helvetica, Arial, ui-sans-serif,
system-ui, sans-serif;
--font-serif:
var(--font-playfair), ui-serif, Georgia, serif;
--font-app-sans:
var(--font-geist-sans), ui-sans-serif, system-ui, sans-serif;
--font-racehub:
var(--font-titillium), "Helvetica Neue", Helvetica, Arial, ui-sans-serif,
system-ui, sans-serif;
--font-hristudio:
var(--font-inter), "Helvetica Neue", Helvetica, Arial, ui-sans-serif,
system-ui, sans-serif;
/* Brand accent — pulled from Hadlock Pond: pine + water teal */
--color-brand-200: #99f6e4;
--color-brand-300: #5eead4;
--color-brand-400: #2dd4bf;
--color-brand-500: #14b8a6;
--color-brand-600: #0d9488;
--color-bg: var(--surface-page);
--color-surface: var(--surface-card);
--color-surface-hover: var(--surface-hover);
--color-text: var(--text);
--color-text-secondary: var(--text-secondary);
--color-muted: var(--muted);
--color-faint: var(--faint);
--color-border: var(--border);
--color-border-faint: var(--border-faint);
--color-border-strong: var(--border-strong);
/* Ink — near-black backgrounds with a cool cast */
--color-ink-950: #060a10;
--color-ink-900: #0a1019;
--color-ink-850: #0e1521;
--color-ink-800: #131c2b;
--color-ink-700: #1b2637;
--color-accent: var(--accent);
--color-accent-hover: var(--accent-hover);
--color-accent-faint: var(--accent-faint);
--color-on-accent: var(--on-accent);
--color-accent-bg: var(--accent-bg);
--color-accent-bg-soft: var(--accent-bg-soft);
--color-accent-border: var(--accent-border);
--color-scrim-b-from: var(--hero-scrim-b-from);
--color-scrim-b-to: var(--hero-scrim-b-to);
--color-scrim-l-from: var(--hero-scrim-l-from);
--color-scrim-l-mid: var(--hero-scrim-l-mid);
--color-scrim-l-end: var(--hero-scrim-l-end);
--color-hero-overlay-start: var(--hero-overlay-start);
--color-hero-overlay-mid: var(--hero-overlay-mid);
--color-hero-overlay-end: var(--hero-overlay-end);
--color-racetix-red: var(--racetix-red);
--color-racetix-overlay-start: var(--racetix-overlay-start);
--color-racetix-overlay-mid: var(--racetix-overlay-mid);
--color-racetix-overlay-end: var(--racetix-overlay-end);
--color-racehub-red: var(--racehub-red);
--color-hristudio-teal: var(--hristudio-teal);
}
:root {
color-scheme: dark light;
/* Page and surface colors */
--surface-page: light-dark(#f4f1ea, #060a10);
--surface-card: light-dark(#fffefa, #0a1019);
--surface-hover: light-dark(#efece2, #0e1521);
/* Text colors */
--text: light-dark(#171716, #ffffff);
--text-secondary: light-dark(#3f3d37, #cbd5e1);
--muted: light-dark(#6b675e, #94a3b8);
--faint: light-dark(#8a867b, #64748b);
/* Border colors */
--border: light-dark(#d9d3c6, rgba(255, 255, 255, 0.1));
--border-faint: light-dark(#e5e0d5, rgba(255, 255, 255, 0.05));
--border-strong: light-dark(#c9c3b7, rgba(255, 255, 255, 0.2));
/* Brand accent — Hadlock blue */
--accent: #0076a0;
--accent-hover: light-dark(#006082, #178dbf);
--accent-faint: light-dark(#0a8fc0, #3aa8d4);
--on-accent: #ffffff;
--accent-bg: light-dark(rgba(0, 118, 160, 0.1), rgba(0, 118, 160, 0.14));
--accent-bg-soft: light-dark(rgba(0, 118, 160, 0.06), rgba(0, 118, 160, 0.08));
--accent-border: light-dark(rgba(0, 118, 160, 0.3), rgba(0, 118, 160, 0.4));
--accent-glow: light-dark(rgba(0, 118, 160, 0.1), rgba(0, 118, 160, 0.18));
/* Hero photo and scrims */
--hero-photo-opacity: 0.68;
--hero-photo-filter: saturate(0.95);
--hero-scrim-b-from: light-dark(rgba(244, 241, 234, 0.95), rgba(6, 10, 16, 0.7));
--hero-scrim-b-to: light-dark(rgba(244, 241, 234, 1), rgba(6, 10, 16, 1));
--hero-scrim-l-from: light-dark(rgba(244, 241, 234, 0.95), rgba(6, 10, 16, 0.85));
--hero-scrim-l-mid: light-dark(rgba(244, 241, 234, 0.78), rgba(6, 10, 16, 0.3));
--hero-scrim-l-end: light-dark(rgba(244, 241, 234, 0.25), transparent);
--hero-overlay-start: light-dark(transparent, rgba(6, 10, 16, 0.55));
--hero-overlay-mid: light-dark(transparent, rgba(6, 10, 16, 0.4));
--hero-overlay-end: light-dark(transparent, rgba(6, 10, 16, 0.3));
/* Racetix card */
--racetix-red: #b00000;
--racetix-overlay-start: light-dark(rgba(244, 241, 234, 0.95), rgba(16, 16, 16, 0.96));
--racetix-overlay-mid: light-dark(rgba(244, 241, 234, 0.78), rgba(16, 16, 16, 0.84));
--racetix-overlay-end: light-dark(rgba(244, 241, 234, 0.25), rgba(16, 16, 16, 0.7));
/* beenvoice card — grid + animated blob backdrop */
--beenvoice-grid-line: light-dark(rgba(128, 128, 128, 0.07), rgba(128, 128, 128, 0.07));
--beenvoice-blob: light-dark(rgba(163, 163, 163, 0.4), rgba(115, 115, 115, 0.3));
/* racehub card — checkered band (stays dark in both themes) */
--racehub-red: #d72727;
--racehub-base: #343a40;
/* hristudio card — teal dot-grid backdrop */
--hristudio-teal: #14b8a5;
--hristudio-dot: light-dark(rgba(20, 184, 165, 0.22), rgba(20, 184, 165, 0.18));
/* Photo treatment defaults (dark) */
--racetix-photo-opacity: 0.55;
--racetix-photo-filter: none;
}
/* Light treatment for non-color values, following the system media query */
@media (prefers-color-scheme: light) {
:root:not(.dark) {
--hero-photo-filter: saturate(0.9) contrast(0.95);
--racetix-photo-opacity: 0.68;
--racetix-photo-filter: saturate(0.9) contrast(0.95);
}
}
/* Dark treatment for non-color values, following the system media query */
@media (prefers-color-scheme: dark) {
:root:not(.light) {
--hero-photo-opacity: 0.5;
--hero-photo-filter: brightness(0.65) saturate(0.95);
}
}
/* Manual overrides — force light or dark regardless of system preference */
:root.light {
color-scheme: light;
--hero-photo-filter: saturate(0.9) contrast(0.95);
--racetix-photo-opacity: 0.68;
--racetix-photo-filter: saturate(0.9) contrast(0.95);
}
:root.dark {
color-scheme: dark;
--hero-photo-opacity: 0.5;
--hero-photo-filter: brightness(0.65) saturate(0.95);
--racetix-photo-opacity: 0.55;
--racetix-photo-filter: none;
}
html {
@@ -27,14 +158,17 @@ html {
}
body {
background-color: var(--color-ink-950);
color: #dbe4f0;
background-color: var(--surface-page);
color: var(--text);
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
transition:
background-color 200ms ease,
color 200ms ease;
}
::selection {
background-color: color-mix(in oklab, var(--color-brand-400) 35%, transparent);
background-color: color-mix(in oklab, var(--accent) 35%, transparent);
color: #ffffff;
}
@@ -53,3 +187,86 @@ body {
);
background-size: 56px 56px;
}
/* beenvoice backdrop — 24px hairline grid + soft animated blob */
.beenvoice-grid {
background-image:
linear-gradient(to right, var(--beenvoice-grid-line) 1px, transparent 1px),
linear-gradient(to bottom, var(--beenvoice-grid-line) 1px, transparent 1px);
background-size: 24px 24px;
}
.beenvoice-blob {
animation: beenvoice-blob 7s infinite;
}
@keyframes beenvoice-blob {
0% {
transform: translate(0px, 0px) scale(1);
}
33% {
transform: translate(30px, -50px) scale(1.1);
}
66% {
transform: translate(-20px, 20px) scale(0.9);
}
100% {
transform: translate(0px, 0px) scale(1);
}
}
.racehub-checkered {
background-color: var(--racehub-base);
background-image: url("/racehub/checkered.svg");
background-repeat: repeat;
background-size: 200px 200px;
background-position: center;
}
/* hristudio backdrop — 28px teal dot grid */
.hristudio-dots {
background-image: radial-gradient(var(--hristudio-dot) 1px, transparent 1px);
background-size: 28px 28px;
}
.hero-photo {
opacity: var(--hero-photo-opacity);
filter: var(--hero-photo-filter);
}
.racetix-photo {
opacity: var(--racetix-photo-opacity);
filter: var(--racetix-photo-filter);
}
/* Racetix logo swap between light and dark themes.
The light logo shows when the effective theme is light: either the system
media query, or an explicit .light override. */
.theme-logo-dark {
display: inline-flex;
}
.theme-logo-light {
display: none;
}
@media (prefers-color-scheme: light) {
:root:not(.dark) .theme-logo-light {
display: inline-flex;
}
:root:not(.dark) .theme-logo-dark {
display: none;
}
}
:root.light .theme-logo-light {
display: inline-flex;
}
:root.light .theme-logo-dark {
display: none;
}
-25
View File
@@ -1,25 +0,0 @@
import {
defaultShouldDehydrateQuery,
QueryClient,
} from "@tanstack/react-query";
import SuperJSON from "superjson";
export const createQueryClient = () =>
new QueryClient({
defaultOptions: {
queries: {
// With SSR, we usually want to set some default staleTime
// above 0 to avoid refetching immediately on the client
staleTime: 30 * 1000,
},
dehydrate: {
serializeData: SuperJSON.serialize,
shouldDehydrateQuery: (query) =>
defaultShouldDehydrateQuery(query) ||
query.state.status === "pending",
},
hydrate: {
deserializeData: SuperJSON.deserialize,
},
},
});
-30
View File
@@ -1,30 +0,0 @@
import "server-only";
import { createHydrationHelpers } from "@trpc/react-query/rsc";
import { headers } from "next/headers";
import { cache } from "react";
import { createCaller, type AppRouter } from "~/server/api/root";
import { createTRPCContext } from "~/server/api/trpc";
import { createQueryClient } from "./query-client";
/**
* This wraps the `createTRPCContext` helper and provides the required context for the tRPC API when
* handling a tRPC call from a React Server Component.
*/
const createContext = cache(async () => {
const heads = new Headers(await headers());
heads.set("x-trpc-source", "rsc");
return createTRPCContext({
headers: heads,
});
});
const getQueryClient = cache(createQueryClient);
const caller = createCaller(createContext);
export const { trpc: api, HydrateClient } = createHydrationHelpers<AppRouter>(
caller,
getQueryClient,
);