@mmtitanl/tablets 0.1.1 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +56 -22
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +26 -4
- package/dist/index.d.ts +26 -4
- package/dist/index.js +55 -22
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts","../src/ios/ipad-pro-13.tsx","../src/ios/ipad-pro-11.tsx","../src/ios/ipad-air-13.tsx","../src/ios/ipad-air-11.tsx","../src/ios/ipad-mini-7.tsx","../src/android/galaxy-tab-s10.tsx","../src/android/galaxy-tab-s10-ultra.tsx","../src/android/galaxy-tab-s10-fe.tsx","../src/ios/iphone-17-pro-max.tsx","../src/ios/iphone-17-pro.tsx","../src/ios/iphone-air.tsx","../src/ios/iphone-16.tsx","../src/ios/iphone-16e.tsx","../src/ios/iphone-se-3.tsx","../src/android/galaxy-s25.tsx","../src/android/galaxy-s25-edge.tsx","../src/android/galaxy-s25-ultra.tsx","../src/android/pixel-9-pro.tsx","../src/android/pixel-9-pro-xl.tsx","../src/android/galaxy-z-fold-7.tsx","../src/android/galaxy-z-fold-7-open.tsx","../src/builtin.ts","../src/registry/device-registry.ts","../src/contract.ts","../src/svg/parse-dimensions.ts","../src/svg/normalize.ts","../src/svg/zones.ts","../src/svg/validate.ts","../src/svg/scope-ids.ts","../src/svg/auto-detect.ts"],"sourcesContent":["export type {\n ContentRect,\n DeviceCSSVariables,\n DeviceFrameInfo,\n DeviceLayoutContract,\n DeviceLayoutData,\n DeviceMeta,\n HardwareOverlayType,\n OverlayRect,\n RegisteredDevice,\n SVGCropRect,\n SVGScreenRect,\n SafeAreaInsets,\n} from \"./contract-types.js\";\n\nexport {\n BUILTIN_DEVICES,\n DEVICE_LAYOUTS,\n buildAIPromptConstraints,\n buildCSSVariables,\n deriveContentZone,\n getAllDeviceIds,\n getDeviceContract,\n getDeviceMetadata,\n} from \"./contract.js\";\n\nexport { DeviceRegistry, getDeviceRegistry, resetDeviceRegistry } from \"./registry/device-registry.js\";\n\nexport { parseSVGNativeDimensions } from \"./svg/parse-dimensions.js\";\nexport type { SVGNativeDimensions } from \"./svg/parse-dimensions.js\";\n\nexport { normalizeSVGToLogicalPoints } from \"./svg/normalize.js\";\nexport type { NormalizationResult } from \"./svg/normalize.js\";\n\nexport { extractZones, parseSVGToContract } from \"./svg/zones.js\";\nexport type { ParseSVGContractOptions, ParsedZone } from \"./svg/zones.js\";\n\nexport { validateNormalizedSVG } from \"./svg/validate.js\";\nexport type { ValidationResult } from \"./svg/validate.js\";\n\nexport { scopeSVGIds } from \"./svg/scope-ids.js\";\n\nexport {\n analyzeSVGGeometry,\n autoDetectZones,\n classifySideButtons,\n listSVGLayerNames,\n} from \"./svg/auto-detect.js\";\nexport type { ClassifiedButton, DetectedZone, SVGAnalysis, ZoneType } from \"./svg/auto-detect.js\";\n\n// iOS — iPad Pro\nexport {\n IPAD_PRO_13_FRAME,\n IPAD_PRO_13_LAYOUT,\n IPAD_PRO_13_META,\n IPAD_PRO_13_SCREEN_RECT,\n IPadPro13SVG,\n} from \"./ios/ipad-pro-13.js\";\n\nexport {\n IPAD_PRO_11_FRAME,\n IPAD_PRO_11_LAYOUT,\n IPAD_PRO_11_META,\n IPAD_PRO_11_SCREEN_RECT,\n IPadPro11SVG,\n} from \"./ios/ipad-pro-11.js\";\n\n// iOS — iPad Air\nexport {\n IPAD_AIR_13_FRAME,\n IPAD_AIR_13_LAYOUT,\n IPAD_AIR_13_META,\n IPAD_AIR_13_SCREEN_RECT,\n IPadAir13SVG,\n} from \"./ios/ipad-air-13.js\";\n\nexport {\n IPAD_AIR_11_FRAME,\n IPAD_AIR_11_LAYOUT,\n IPAD_AIR_11_META,\n IPAD_AIR_11_SCREEN_RECT,\n IPadAir11SVG,\n} from \"./ios/ipad-air-11.js\";\n\n// iOS — iPad mini\nexport {\n IPAD_MINI_7_FRAME,\n IPAD_MINI_7_LAYOUT,\n IPAD_MINI_7_META,\n IPAD_MINI_7_SCREEN_RECT,\n IPadMini7SVG,\n} from \"./ios/ipad-mini-7.js\";\n\n// Android — Galaxy Tab S10 series\nexport {\n GALAXY_TAB_S10_FRAME,\n GALAXY_TAB_S10_LAYOUT,\n GALAXY_TAB_S10_META,\n GALAXY_TAB_S10_SCREEN_RECT,\n GalaxyTabS10SVG,\n} from \"./android/galaxy-tab-s10.js\";\n\nexport {\n GALAXY_TAB_S10_ULTRA_FRAME,\n GALAXY_TAB_S10_ULTRA_LAYOUT,\n GALAXY_TAB_S10_ULTRA_META,\n GALAXY_TAB_S10_ULTRA_SCREEN_RECT,\n GalaxyTabS10UltraSVG,\n} from \"./android/galaxy-tab-s10-ultra.js\";\n\nexport {\n GALAXY_TAB_S10_FE_FRAME,\n GALAXY_TAB_S10_FE_LAYOUT,\n GALAXY_TAB_S10_FE_META,\n GALAXY_TAB_S10_FE_SCREEN_RECT,\n GalaxyTabS10FeSVG,\n} from \"./android/galaxy-tab-s10-fe.js\";\n\n// iOS — iPhones\nexport {\n IPHONE_17_PRO_MAX_FRAME,\n IPHONE_17_PRO_MAX_LAYOUT,\n IPHONE_17_PRO_MAX_META,\n IPHONE_17_PRO_MAX_SCREEN_RECT,\n IPhone17ProMaxSVG,\n} from \"./ios/iphone-17-pro-max.js\";\n\nexport {\n IPHONE_17_PRO_FRAME,\n IPHONE_17_PRO_LAYOUT,\n IPHONE_17_PRO_META,\n IPHONE_17_PRO_SCREEN_RECT,\n IPhone17ProSVG,\n} from \"./ios/iphone-17-pro.js\";\n\nexport {\n IPHONE_AIR_FRAME,\n IPHONE_AIR_LAYOUT,\n IPHONE_AIR_META,\n IPHONE_AIR_SCREEN_RECT,\n IPhoneAirSVG,\n} from \"./ios/iphone-air.js\";\n\nexport {\n IPHONE_16_FRAME,\n IPHONE_16_LAYOUT,\n IPHONE_16_META,\n IPHONE_16_SCREEN_RECT,\n IPhone16SVG,\n} from \"./ios/iphone-16.js\";\n\nexport {\n IPHONE_16E_FRAME,\n IPHONE_16E_LAYOUT,\n IPHONE_16E_META,\n IPHONE_16E_SCREEN_RECT,\n IPhone16eSVG,\n} from \"./ios/iphone-16e.js\";\n\nexport {\n IPHONE_SE_3_FRAME,\n IPHONE_SE_3_LAYOUT,\n IPHONE_SE_3_META,\n IPHONE_SE_3_SCREEN_RECT,\n IPhoneSE3SVG,\n} from \"./ios/iphone-se-3.js\";\n\n// Android — Galaxy S25 family\nexport {\n GALAXY_S25_FRAME,\n GALAXY_S25_LAYOUT,\n GALAXY_S25_META,\n GALAXY_S25_SCREEN_RECT,\n GalaxyS25SVG,\n} from \"./android/galaxy-s25.js\";\n\nexport {\n GALAXY_S25_EDGE_FRAME,\n GALAXY_S25_EDGE_LAYOUT,\n GALAXY_S25_EDGE_META,\n GalaxyS25EdgeSVG,\n} from \"./android/galaxy-s25-edge.js\";\n\nexport {\n GALAXY_S25_ULTRA_FRAME,\n GALAXY_S25_ULTRA_LAYOUT,\n GALAXY_S25_ULTRA_META,\n GALAXY_S25_ULTRA_SCREEN_RECT,\n GalaxyS25UltraSVG,\n} from \"./android/galaxy-s25-ultra.js\";\n\n// Android — Pixel\nexport {\n PIXEL_9_PRO_FRAME,\n PIXEL_9_PRO_LAYOUT,\n PIXEL_9_PRO_META,\n PIXEL_9_PRO_SCREEN_RECT,\n Pixel9ProSVG,\n} from \"./android/pixel-9-pro.js\";\n\nexport {\n PIXEL_9_PRO_XL_FRAME,\n PIXEL_9_PRO_XL_LAYOUT,\n PIXEL_9_PRO_XL_META,\n PIXEL_9_PRO_XL_SCREEN_RECT,\n Pixel9ProXLSVG,\n} from \"./android/pixel-9-pro-xl.js\";\n\n// Android — Foldables\nexport {\n GALAXY_Z_FOLD_7_FRAME,\n GALAXY_Z_FOLD_7_LAYOUT,\n GALAXY_Z_FOLD_7_META,\n GALAXY_Z_FOLD_7_SCREEN_RECT,\n GalaxyZFold7SVG,\n} from \"./android/galaxy-z-fold-7.js\";\n\nexport {\n GALAXY_Z_FOLD_7_OPEN_FRAME,\n GALAXY_Z_FOLD_7_OPEN_LAYOUT,\n GALAXY_Z_FOLD_7_OPEN_META,\n GALAXY_Z_FOLD_7_OPEN_SCREEN_RECT,\n GalaxyZFold7OpenSVG,\n} from \"./android/galaxy-z-fold-7-open.js\";\n","import type { CSSProperties } from \"react\";\nimport type { DeviceLayoutData, DeviceMeta, DeviceFrameInfo, SVGScreenRect } from \"../contract-types.js\";\n\n/**\n * iPad Pro 13\" (M4, 2024) — dimensions\n *\n * Screen: 1032 × 1376 pt @ 2x (physical 2064 × 2752)\n * Display: 13\" Ultra Retina XDR OLED Tandem, 264 PPI\n * Hardware: TrueDepth camera (landscape edge), no notch, no home button\n * Frame: Aluminum\n */\nexport const IPAD_PRO_13_META: DeviceMeta = {\n id: \"ipad-pro-13\",\n name: \"iPad Pro 13\\\"\",\n platform: \"ios\",\n year: 2024,\n formFactor: \"tablet\",\n screen: {\n width: 1032,\n height: 1376,\n physicalWidth: 2064,\n physicalHeight: 2752,\n dpr: 2,\n aspectRatio: \"4:3\",\n cornerRadius: 18,\n ppi: 264,\n },\n};\n\nexport const IPAD_PRO_13_LAYOUT: DeviceLayoutData = {\n meta: IPAD_PRO_13_META,\n safeArea: {\n portrait: { top: 24, bottom: 20, left: 0, right: 0 },\n landscape: { top: 24, bottom: 20, left: 0, right: 0 },\n },\n hardwareOverlays: {\n type: \"none\",\n portrait: { x: 0, y: 0, width: 0, height: 0, shape: \"rectangle\" },\n },\n statusBar: {\n height: 24,\n style: \"fullwidth\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true,\n },\n homeIndicator: {\n type: \"swipe-bar\",\n height: 5,\n width: 340,\n visible: true,\n },\n hardwareButtons: {\n volumeUp: { side: \"right\", yPosition: 80 },\n volumeDown: { side: \"right\", yPosition: 150 },\n power: { side: \"right\", yPosition: 30 },\n },\n};\n\n/**\n * Placeholder SVG frame for iPad Pro 13\".\n * Replace this with the production SVG. The viewBox must match\n * the device's logical point dimensions (1032 × 1376) for the\n * adaptive scaling and screen-mask to align correctly.\n *\n * If your source SVG uses physical pixels (2064 × 2752), pass it\n * through `normalizeSVGToLogicalPoints` first.\n */\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport function IPadPro13SVG({ colorScheme = \"light\", style }: DeviceSVGProps) {\n const bodyFill = colorScheme === \"dark\" ? \"#1c1c1e\" : \"#e5e5e7\";\n const stroke = colorScheme === \"dark\" ? \"#3a3a3c\" : \"#c7c7cc\";\n return (\n <svg\n width=\"100%\"\n height=\"100%\"\n viewBox=\"0 0 1080 1424\"\n preserveAspectRatio=\"xMidYMid meet\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={style}\n >\n <defs>\n <mask id=\"ipad-pro-13-bezel-mask\">\n <rect x=\"0\" y=\"0\" width=\"1080\" height=\"1424\" rx=\"40\" fill=\"white\" />\n <rect x=\"24\" y=\"24\" width=\"1032\" height=\"1376\" rx=\"18\" fill=\"black\" />\n </mask>\n </defs>\n <rect x=\"0\" y=\"0\" width=\"1080\" height=\"1424\" rx=\"40\" fill={bodyFill} mask=\"url(#ipad-pro-13-bezel-mask)\" />\n <rect x=\"6\" y=\"6\" width=\"1068\" height=\"1412\" rx=\"36\" fill=\"none\" stroke={stroke} strokeWidth=\"2\" />\n <circle cx=\"540\" cy=\"14\" r=\"4\" fill=\"#2c2c2e\" />\n </svg>\n );\n}\n\nexport const IPAD_PRO_13_FRAME: DeviceFrameInfo = {\n bezelTop: 24,\n bezelBottom: 24,\n bezelLeft: 24,\n bezelRight: 24,\n totalWidth: 1080,\n totalHeight: 1424,\n screenWidth: 1032,\n screenHeight: 1376,\n screenRadius: 18,\n};\n\nexport const IPAD_PRO_13_SCREEN_RECT: SVGScreenRect = {\n x: 24,\n y: 24,\n width: 1032,\n height: 1376,\n rx: 18,\n};\n","import type { CSSProperties } from \"react\";\nimport type { DeviceLayoutData, DeviceMeta, DeviceFrameInfo, SVGScreenRect } from \"../contract-types.js\";\n\n/**\n * iPad Pro 11\" (M4, 2024)\n * Screen: 834×1194pt @ 2x (physical 1668×2388)\n * Display: 11\" Ultra Retina XDR OLED Tandem, 264 PPI\n * Hardware: TrueDepth camera (landscape edge), Dynamic Island, no home button\n */\nexport const IPAD_PRO_11_META: DeviceMeta = {\n id: \"ipad-pro-11\",\n name: 'iPad Pro 11\"',\n platform: \"ios\",\n year: 2024,\n formFactor: \"tablet\",\n screen: {\n width: 834,\n height: 1194,\n physicalWidth: 1668,\n physicalHeight: 2388,\n dpr: 2,\n aspectRatio: \"7:10\",\n cornerRadius: 18,\n ppi: 264,\n },\n};\n\nexport const IPAD_PRO_11_LAYOUT: DeviceLayoutData = {\n meta: IPAD_PRO_11_META,\n safeArea: {\n portrait: { top: 24, bottom: 20, left: 0, right: 0 },\n landscape: { top: 24, bottom: 20, left: 0, right: 0 },\n },\n hardwareOverlays: {\n type: \"none\",\n portrait: { x: 0, y: 0, width: 0, height: 0, shape: \"rectangle\" },\n },\n statusBar: {\n height: 24,\n style: \"fullwidth\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true,\n },\n homeIndicator: {\n type: \"swipe-bar\",\n height: 5,\n width: 280,\n visible: true,\n },\n hardwareButtons: {\n volumeUp: { side: \"right\", yPosition: 80 },\n volumeDown: { side: \"right\", yPosition: 150 },\n power: { side: \"right\", yPosition: 30 },\n },\n};\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport function IPadPro11SVG({ colorScheme = \"light\", style }: DeviceSVGProps) {\n const bodyFill = colorScheme === \"dark\" ? \"#1c1c1e\" : \"#e5e5e7\";\n const stroke = colorScheme === \"dark\" ? \"#3a3a3c\" : \"#c7c7cc\";\n return (\n <svg\n width=\"100%\"\n height=\"100%\"\n viewBox=\"0 0 882 1242\"\n preserveAspectRatio=\"xMidYMid meet\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={style}\n >\n <defs>\n <mask id=\"ipad-pro-11-bezel-mask\">\n <rect x=\"0\" y=\"0\" width=\"882\" height=\"1242\" rx=\"40\" fill=\"white\" />\n <rect x=\"24\" y=\"24\" width=\"834\" height=\"1194\" rx=\"18\" fill=\"black\" />\n </mask>\n </defs>\n <rect x=\"0\" y=\"0\" width=\"882\" height=\"1242\" rx=\"40\" fill={bodyFill} mask=\"url(#ipad-pro-11-bezel-mask)\" />\n <rect x=\"6\" y=\"6\" width=\"870\" height=\"1230\" rx=\"36\" fill=\"none\" stroke={stroke} strokeWidth=\"2\" />\n <circle cx=\"441\" cy=\"14\" r=\"4\" fill=\"#2c2c2e\" />\n </svg>\n );\n}\n\nexport const IPAD_PRO_11_FRAME: DeviceFrameInfo = {\n bezelTop: 24,\n bezelBottom: 24,\n bezelLeft: 24,\n bezelRight: 24,\n totalWidth: 882,\n totalHeight: 1242,\n screenWidth: 834,\n screenHeight: 1194,\n screenRadius: 18,\n};\n\nexport const IPAD_PRO_11_SCREEN_RECT: SVGScreenRect = {\n x: 24,\n y: 24,\n width: 834,\n height: 1194,\n rx: 18,\n};\n","import type { CSSProperties } from \"react\";\nimport type { DeviceLayoutData, DeviceMeta, DeviceFrameInfo, SVGScreenRect } from \"../contract-types.js\";\n\n/**\n * iPad Air 13\" (M3, 2024)\n * Screen: 1024×1366pt @ 2x (physical 2048×2732)\n * Display: 13\" Liquid Retina IPS, 264 PPI\n * Hardware: Front camera (landscape edge), no notch, no home button, Touch ID in top button\n */\nexport const IPAD_AIR_13_META: DeviceMeta = {\n id: \"ipad-air-13\",\n name: 'iPad Air 13\"',\n platform: \"ios\",\n year: 2024,\n formFactor: \"tablet\",\n screen: {\n width: 1024,\n height: 1366,\n physicalWidth: 2048,\n physicalHeight: 2732,\n dpr: 2,\n aspectRatio: \"3:4\",\n cornerRadius: 18,\n ppi: 264,\n },\n};\n\nexport const IPAD_AIR_13_LAYOUT: DeviceLayoutData = {\n meta: IPAD_AIR_13_META,\n safeArea: {\n portrait: { top: 24, bottom: 20, left: 0, right: 0 },\n landscape: { top: 24, bottom: 20, left: 0, right: 0 },\n },\n hardwareOverlays: {\n type: \"none\",\n portrait: { x: 0, y: 0, width: 0, height: 0, shape: \"rectangle\" },\n },\n statusBar: {\n height: 24,\n style: \"fullwidth\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true,\n },\n homeIndicator: {\n type: \"swipe-bar\",\n height: 5,\n width: 340,\n visible: true,\n },\n hardwareButtons: {\n volumeUp: { side: \"right\", yPosition: 80 },\n volumeDown: { side: \"right\", yPosition: 150 },\n power: { side: \"right\", yPosition: 30 },\n },\n};\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport function IPadAir13SVG({ colorScheme = \"light\", style }: DeviceSVGProps) {\n const bodyFill = colorScheme === \"dark\" ? \"#1c1c1e\" : \"#e5e5e7\";\n const stroke = colorScheme === \"dark\" ? \"#3a3a3c\" : \"#c7c7cc\";\n return (\n <svg\n width=\"100%\"\n height=\"100%\"\n viewBox=\"0 0 1072 1414\"\n preserveAspectRatio=\"xMidYMid meet\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={style}\n >\n <defs>\n <mask id=\"ipad-air-13-bezel-mask\">\n <rect x=\"0\" y=\"0\" width=\"1072\" height=\"1414\" rx=\"38\" fill=\"white\" />\n <rect x=\"24\" y=\"24\" width=\"1024\" height=\"1366\" rx=\"18\" fill=\"black\" />\n </mask>\n </defs>\n <rect x=\"0\" y=\"0\" width=\"1072\" height=\"1414\" rx=\"38\" fill={bodyFill} mask=\"url(#ipad-air-13-bezel-mask)\" />\n <rect x=\"6\" y=\"6\" width=\"1060\" height=\"1402\" rx=\"34\" fill=\"none\" stroke={stroke} strokeWidth=\"2\" />\n <circle cx=\"536\" cy=\"14\" r=\"4\" fill=\"#2c2c2e\" />\n </svg>\n );\n}\n\nexport const IPAD_AIR_13_FRAME: DeviceFrameInfo = {\n bezelTop: 24,\n bezelBottom: 24,\n bezelLeft: 24,\n bezelRight: 24,\n totalWidth: 1072,\n totalHeight: 1414,\n screenWidth: 1024,\n screenHeight: 1366,\n screenRadius: 18,\n};\n\nexport const IPAD_AIR_13_SCREEN_RECT: SVGScreenRect = {\n x: 24,\n y: 24,\n width: 1024,\n height: 1366,\n rx: 18,\n};\n","import type { CSSProperties } from \"react\";\nimport type { DeviceLayoutData, DeviceMeta, DeviceFrameInfo, SVGScreenRect } from \"../contract-types.js\";\n\n/**\n * iPad Air 11\" (M3, 2024)\n * Screen: 820×1180pt @ 2x (physical 1640×2360)\n * Display: 11\" Liquid Retina IPS, 264 PPI\n * Hardware: Front camera (landscape edge), no notch, no home button, Touch ID in top button\n */\nexport const IPAD_AIR_11_META: DeviceMeta = {\n id: \"ipad-air-11\",\n name: 'iPad Air 11\"',\n platform: \"ios\",\n year: 2024,\n formFactor: \"tablet\",\n screen: {\n width: 820,\n height: 1180,\n physicalWidth: 1640,\n physicalHeight: 2360,\n dpr: 2,\n aspectRatio: \"7:10\",\n cornerRadius: 18,\n ppi: 264,\n },\n};\n\nexport const IPAD_AIR_11_LAYOUT: DeviceLayoutData = {\n meta: IPAD_AIR_11_META,\n safeArea: {\n portrait: { top: 24, bottom: 20, left: 0, right: 0 },\n landscape: { top: 24, bottom: 20, left: 0, right: 0 },\n },\n hardwareOverlays: {\n type: \"none\",\n portrait: { x: 0, y: 0, width: 0, height: 0, shape: \"rectangle\" },\n },\n statusBar: {\n height: 24,\n style: \"fullwidth\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true,\n },\n homeIndicator: {\n type: \"swipe-bar\",\n height: 5,\n width: 260,\n visible: true,\n },\n hardwareButtons: {\n volumeUp: { side: \"right\", yPosition: 80 },\n volumeDown: { side: \"right\", yPosition: 150 },\n power: { side: \"right\", yPosition: 30 },\n },\n};\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport function IPadAir11SVG({ colorScheme = \"light\", style }: DeviceSVGProps) {\n const bodyFill = colorScheme === \"dark\" ? \"#1c1c1e\" : \"#e5e5e7\";\n const stroke = colorScheme === \"dark\" ? \"#3a3a3c\" : \"#c7c7cc\";\n return (\n <svg\n width=\"100%\"\n height=\"100%\"\n viewBox=\"0 0 868 1228\"\n preserveAspectRatio=\"xMidYMid meet\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={style}\n >\n <defs>\n <mask id=\"ipad-air-11-bezel-mask\">\n <rect x=\"0\" y=\"0\" width=\"868\" height=\"1228\" rx=\"38\" fill=\"white\" />\n <rect x=\"24\" y=\"24\" width=\"820\" height=\"1180\" rx=\"18\" fill=\"black\" />\n </mask>\n </defs>\n <rect x=\"0\" y=\"0\" width=\"868\" height=\"1228\" rx=\"38\" fill={bodyFill} mask=\"url(#ipad-air-11-bezel-mask)\" />\n <rect x=\"6\" y=\"6\" width=\"856\" height=\"1216\" rx=\"34\" fill=\"none\" stroke={stroke} strokeWidth=\"2\" />\n <circle cx=\"434\" cy=\"14\" r=\"4\" fill=\"#2c2c2e\" />\n </svg>\n );\n}\n\nexport const IPAD_AIR_11_FRAME: DeviceFrameInfo = {\n bezelTop: 24,\n bezelBottom: 24,\n bezelLeft: 24,\n bezelRight: 24,\n totalWidth: 868,\n totalHeight: 1228,\n screenWidth: 820,\n screenHeight: 1180,\n screenRadius: 18,\n};\n\nexport const IPAD_AIR_11_SCREEN_RECT: SVGScreenRect = {\n x: 24,\n y: 24,\n width: 820,\n height: 1180,\n rx: 18,\n};\n","import type { CSSProperties } from \"react\";\nimport type { DeviceLayoutData, DeviceMeta, DeviceFrameInfo, SVGScreenRect } from \"../contract-types.js\";\n\n/**\n * iPad mini 7 (A17 Pro, 2024)\n * Screen: 744×1133pt @ 2x (physical 1488×2266)\n * Display: 8.3\" Liquid Retina IPS, 326 PPI\n * Hardware: Front camera (landscape edge), no notch, no home button, Touch ID in top button\n */\nexport const IPAD_MINI_7_META: DeviceMeta = {\n id: \"ipad-mini-7\",\n name: \"iPad mini 7\",\n platform: \"ios\",\n year: 2024,\n formFactor: \"tablet\",\n screen: {\n width: 744,\n height: 1133,\n physicalWidth: 1488,\n physicalHeight: 2266,\n dpr: 2,\n aspectRatio: \"2:3\",\n cornerRadius: 18,\n ppi: 326,\n },\n};\n\nexport const IPAD_MINI_7_LAYOUT: DeviceLayoutData = {\n meta: IPAD_MINI_7_META,\n safeArea: {\n portrait: { top: 24, bottom: 20, left: 0, right: 0 },\n landscape: { top: 24, bottom: 20, left: 0, right: 0 },\n },\n hardwareOverlays: {\n type: \"none\",\n portrait: { x: 0, y: 0, width: 0, height: 0, shape: \"rectangle\" },\n },\n statusBar: {\n height: 24,\n style: \"fullwidth\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true,\n },\n homeIndicator: {\n type: \"swipe-bar\",\n height: 5,\n width: 220,\n visible: true,\n },\n hardwareButtons: {\n volumeUp: { side: \"right\", yPosition: 70 },\n volumeDown: { side: \"right\", yPosition: 130 },\n power: { side: \"right\", yPosition: 25 },\n },\n};\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport function IPadMini7SVG({ colorScheme = \"light\", style }: DeviceSVGProps) {\n const bodyFill = colorScheme === \"dark\" ? \"#1c1c1e\" : \"#e5e5e7\";\n const stroke = colorScheme === \"dark\" ? \"#3a3a3c\" : \"#c7c7cc\";\n return (\n <svg\n width=\"100%\"\n height=\"100%\"\n viewBox=\"0 0 792 1181\"\n preserveAspectRatio=\"xMidYMid meet\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={style}\n >\n <defs>\n <mask id=\"ipad-mini-7-bezel-mask\">\n <rect x=\"0\" y=\"0\" width=\"792\" height=\"1181\" rx=\"36\" fill=\"white\" />\n <rect x=\"24\" y=\"24\" width=\"744\" height=\"1133\" rx=\"18\" fill=\"black\" />\n </mask>\n </defs>\n <rect x=\"0\" y=\"0\" width=\"792\" height=\"1181\" rx=\"36\" fill={bodyFill} mask=\"url(#ipad-mini-7-bezel-mask)\" />\n <rect x=\"6\" y=\"6\" width=\"780\" height=\"1169\" rx=\"32\" fill=\"none\" stroke={stroke} strokeWidth=\"2\" />\n <circle cx=\"396\" cy=\"14\" r=\"3.5\" fill=\"#2c2c2e\" />\n </svg>\n );\n}\n\nexport const IPAD_MINI_7_FRAME: DeviceFrameInfo = {\n bezelTop: 24,\n bezelBottom: 24,\n bezelLeft: 24,\n bezelRight: 24,\n totalWidth: 792,\n totalHeight: 1181,\n screenWidth: 744,\n screenHeight: 1133,\n screenRadius: 18,\n};\n\nexport const IPAD_MINI_7_SCREEN_RECT: SVGScreenRect = {\n x: 24,\n y: 24,\n width: 744,\n height: 1133,\n rx: 18,\n};\n","import type { CSSProperties } from \"react\";\nimport type { DeviceLayoutData, DeviceMeta, DeviceFrameInfo, SVGScreenRect } from \"../contract-types.js\";\n\n/**\n * Galaxy Tab S10+ — dimensions\n *\n * Screen: 1316 × 822 dp @ 2.13x (physical 2800 × 1752)\n * Display: 12.4\" Dynamic AMOLED 2X, ~266 PPI\n * Hardware: Front camera in landscape top bezel (no punch-hole)\n * Frame: Aluminum\n *\n * Note: stored portrait-up so width < height. Logical: 822 × 1316.\n */\nexport const GALAXY_TAB_S10_META: DeviceMeta = {\n id: \"galaxy-tab-s10\",\n name: \"Galaxy Tab S10+\",\n platform: \"android\",\n year: 2024,\n formFactor: \"tablet\",\n screen: {\n width: 822,\n height: 1316,\n physicalWidth: 1752,\n physicalHeight: 2800,\n dpr: 2.13,\n aspectRatio: \"16:10\",\n cornerRadius: 12,\n ppi: 266,\n },\n};\n\nexport const GALAXY_TAB_S10_LAYOUT: DeviceLayoutData = {\n meta: GALAXY_TAB_S10_META,\n safeArea: {\n portrait: { top: 24, bottom: 16, left: 0, right: 0 },\n landscape: { top: 24, bottom: 16, left: 0, right: 0 },\n },\n hardwareOverlays: {\n type: \"none\",\n portrait: { x: 0, y: 0, width: 0, height: 0, shape: \"rectangle\" },\n },\n statusBar: {\n height: 24,\n style: \"fullwidth\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true,\n },\n homeIndicator: {\n type: \"gestureline\",\n height: 4,\n width: 240,\n visible: true,\n },\n hardwareButtons: {\n volumeUp: { side: \"right\", yPosition: 110 },\n volumeDown: { side: \"right\", yPosition: 170 },\n power: { side: \"right\", yPosition: 50 },\n },\n};\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\n/**\n * Placeholder SVG frame for Galaxy Tab S10+.\n * Replace with the production SVG. The viewBox must match\n * the device's logical point dimensions (822 × 1316) for alignment.\n */\nexport function GalaxyTabS10SVG({ colorScheme = \"light\", style }: DeviceSVGProps) {\n const bodyFill = colorScheme === \"dark\" ? \"#0e0e0f\" : \"#d8d8db\";\n const stroke = colorScheme === \"dark\" ? \"#2c2c2e\" : \"#b8b8be\";\n return (\n <svg\n width=\"100%\"\n height=\"100%\"\n viewBox=\"0 0 870 1364\"\n preserveAspectRatio=\"xMidYMid meet\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={style}\n >\n <defs>\n <mask id=\"galaxy-tab-s10-bezel-mask\">\n <rect x=\"0\" y=\"0\" width=\"870\" height=\"1364\" rx=\"28\" fill=\"white\" />\n <rect x=\"24\" y=\"24\" width=\"822\" height=\"1316\" rx=\"12\" fill=\"black\" />\n </mask>\n </defs>\n <rect x=\"0\" y=\"0\" width=\"870\" height=\"1364\" rx=\"28\" fill={bodyFill} mask=\"url(#galaxy-tab-s10-bezel-mask)\" />\n <rect x=\"4\" y=\"4\" width=\"862\" height=\"1356\" rx=\"24\" fill=\"none\" stroke={stroke} strokeWidth=\"2\" />\n <circle cx=\"435\" cy=\"14\" r=\"3\" fill=\"#1c1c1e\" />\n </svg>\n );\n}\n\nexport const GALAXY_TAB_S10_FRAME: DeviceFrameInfo = {\n bezelTop: 24,\n bezelBottom: 24,\n bezelLeft: 24,\n bezelRight: 24,\n totalWidth: 870,\n totalHeight: 1364,\n screenWidth: 822,\n screenHeight: 1316,\n screenRadius: 12,\n};\n\nexport const GALAXY_TAB_S10_SCREEN_RECT: SVGScreenRect = {\n x: 24,\n y: 24,\n width: 822,\n height: 1316,\n rx: 12,\n};\n","import type { CSSProperties } from \"react\";\nimport type { DeviceLayoutData, DeviceMeta, DeviceFrameInfo, SVGScreenRect } from \"../contract-types.js\";\n\n/**\n * Galaxy Tab S10 Ultra (2024)\n * Screen: 924×1480dp @ 2x (physical 1848×2960)\n * Display: 14.6\" Dynamic AMOLED 2X, 240 PPI\n * Hardware: Punch-hole front camera in landscape top bezel, no home button\n * Note: S Pen included, large productivity-focused tablet\n */\nexport const GALAXY_TAB_S10_ULTRA_META: DeviceMeta = {\n id: \"galaxy-tab-s10-ultra\",\n name: \"Galaxy Tab S10 Ultra\",\n platform: \"android\",\n year: 2024,\n formFactor: \"tablet\",\n screen: {\n width: 924,\n height: 1480,\n physicalWidth: 1848,\n physicalHeight: 2960,\n dpr: 2,\n aspectRatio: \"16:10\",\n cornerRadius: 14,\n ppi: 240,\n },\n};\n\nexport const GALAXY_TAB_S10_ULTRA_LAYOUT: DeviceLayoutData = {\n meta: GALAXY_TAB_S10_ULTRA_META,\n safeArea: {\n portrait: { top: 24, bottom: 16, left: 0, right: 0 },\n landscape: { top: 24, bottom: 16, left: 0, right: 0 },\n },\n hardwareOverlays: {\n type: \"none\",\n portrait: { x: 0, y: 0, width: 0, height: 0, shape: \"rectangle\" },\n },\n statusBar: {\n height: 24,\n style: \"fullwidth\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true,\n },\n homeIndicator: {\n type: \"gestureline\",\n height: 4,\n width: 280,\n visible: true,\n },\n hardwareButtons: {\n volumeUp: { side: \"right\", yPosition: 130 },\n volumeDown: { side: \"right\", yPosition: 190 },\n power: { side: \"right\", yPosition: 60 },\n },\n};\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport function GalaxyTabS10UltraSVG({ colorScheme = \"light\", style }: DeviceSVGProps) {\n const bodyFill = colorScheme === \"dark\" ? \"#0e0e0f\" : \"#d0d0d4\";\n const stroke = colorScheme === \"dark\" ? \"#2c2c2e\" : \"#b0b0b6\";\n return (\n <svg\n width=\"100%\"\n height=\"100%\"\n viewBox=\"0 0 972 1528\"\n preserveAspectRatio=\"xMidYMid meet\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={style}\n >\n <defs>\n <mask id=\"galaxy-tab-s10-ultra-bezel-mask\">\n <rect x=\"0\" y=\"0\" width=\"972\" height=\"1528\" rx=\"30\" fill=\"white\" />\n <rect x=\"24\" y=\"24\" width=\"924\" height=\"1480\" rx=\"14\" fill=\"black\" />\n </mask>\n </defs>\n <rect x=\"0\" y=\"0\" width=\"972\" height=\"1528\" rx=\"30\" fill={bodyFill} mask=\"url(#galaxy-tab-s10-ultra-bezel-mask)\" />\n <rect x=\"4\" y=\"4\" width=\"964\" height=\"1520\" rx=\"26\" fill=\"none\" stroke={stroke} strokeWidth=\"2\" />\n <circle cx=\"486\" cy=\"14\" r=\"3.5\" fill=\"#1c1c1e\" />\n </svg>\n );\n}\n\nexport const GALAXY_TAB_S10_ULTRA_FRAME: DeviceFrameInfo = {\n bezelTop: 24,\n bezelBottom: 24,\n bezelLeft: 24,\n bezelRight: 24,\n totalWidth: 972,\n totalHeight: 1528,\n screenWidth: 924,\n screenHeight: 1480,\n screenRadius: 14,\n};\n\nexport const GALAXY_TAB_S10_ULTRA_SCREEN_RECT: SVGScreenRect = {\n x: 24,\n y: 24,\n width: 924,\n height: 1480,\n rx: 14,\n};\n","import type { CSSProperties } from \"react\";\nimport type { DeviceLayoutData, DeviceMeta, DeviceFrameInfo, SVGScreenRect } from \"../contract-types.js\";\n\n/**\n * Galaxy Tab S10 FE (Fan Edition, 2024)\n * Screen: 960×1536dp @ 1.5x (physical 1440×2304)\n * Display: 10.9\" TFT LCD, 240 PPI\n * Hardware: Front camera in portrait top bezel, no home button, side-mounted fingerprint\n */\nexport const GALAXY_TAB_S10_FE_META: DeviceMeta = {\n id: \"galaxy-tab-s10-fe\",\n name: \"Galaxy Tab S10 FE\",\n platform: \"android\",\n year: 2024,\n formFactor: \"tablet\",\n screen: {\n width: 960,\n height: 1536,\n physicalWidth: 1440,\n physicalHeight: 2304,\n dpr: 1.5,\n aspectRatio: \"16:10\",\n cornerRadius: 10,\n ppi: 240,\n },\n};\n\nexport const GALAXY_TAB_S10_FE_LAYOUT: DeviceLayoutData = {\n meta: GALAXY_TAB_S10_FE_META,\n safeArea: {\n portrait: { top: 24, bottom: 16, left: 0, right: 0 },\n landscape: { top: 24, bottom: 16, left: 0, right: 0 },\n },\n hardwareOverlays: {\n type: \"none\",\n portrait: { x: 0, y: 0, width: 0, height: 0, shape: \"rectangle\" },\n },\n statusBar: {\n height: 24,\n style: \"fullwidth\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true,\n },\n homeIndicator: {\n type: \"gestureline\",\n height: 4,\n width: 260,\n visible: true,\n },\n hardwareButtons: {\n volumeUp: { side: \"right\", yPosition: 120 },\n volumeDown: { side: \"right\", yPosition: 180 },\n power: { side: \"right\", yPosition: 55 },\n },\n};\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport function GalaxyTabS10FeSVG({ colorScheme = \"light\", style }: DeviceSVGProps) {\n const bodyFill = colorScheme === \"dark\" ? \"#0e0e0f\" : \"#d8d8db\";\n const stroke = colorScheme === \"dark\" ? \"#2c2c2e\" : \"#b8b8be\";\n return (\n <svg\n width=\"100%\"\n height=\"100%\"\n viewBox=\"0 0 1008 1584\"\n preserveAspectRatio=\"xMidYMid meet\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={style}\n >\n <defs>\n <mask id=\"galaxy-tab-s10-fe-bezel-mask\">\n <rect x=\"0\" y=\"0\" width=\"1008\" height=\"1584\" rx=\"24\" fill=\"white\" />\n <rect x=\"24\" y=\"24\" width=\"960\" height=\"1536\" rx=\"10\" fill=\"black\" />\n </mask>\n </defs>\n <rect x=\"0\" y=\"0\" width=\"1008\" height=\"1584\" rx=\"24\" fill={bodyFill} mask=\"url(#galaxy-tab-s10-fe-bezel-mask)\" />\n <rect x=\"4\" y=\"4\" width=\"1000\" height=\"1576\" rx=\"20\" fill=\"none\" stroke={stroke} strokeWidth=\"2\" />\n <circle cx=\"504\" cy=\"14\" r=\"3\" fill=\"#1c1c1e\" />\n </svg>\n );\n}\n\nexport const GALAXY_TAB_S10_FE_FRAME: DeviceFrameInfo = {\n bezelTop: 24,\n bezelBottom: 24,\n bezelLeft: 24,\n bezelRight: 24,\n totalWidth: 1008,\n totalHeight: 1584,\n screenWidth: 960,\n screenHeight: 1536,\n screenRadius: 10,\n};\n\nexport const GALAXY_TAB_S10_FE_SCREEN_RECT: SVGScreenRect = {\n x: 24,\n y: 24,\n width: 960,\n height: 1536,\n rx: 10,\n};\n","import type { CSSProperties } from \"react\";\nimport type { DeviceFrameInfo, DeviceLayoutData, DeviceMeta, SVGScreenRect } from \"../contract-types.js\";\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport const IPHONE_17_PRO_MAX_META: DeviceMeta = {\n id: \"iphone-17-pro-max\",\n name: \"iPhone 17 Pro Max\",\n platform: \"ios\",\n year: 2025,\n formFactor: \"phone\",\n screen: {\n width: 440,\n height: 956,\n physicalWidth: 1320,\n physicalHeight: 2868,\n dpr: 3,\n aspectRatio: \"19.5:9\",\n cornerRadius: 55,\n ppi: 460\n }\n};\nexport const IPHONE_17_PRO_MAX_LAYOUT: DeviceLayoutData = {\n meta: IPHONE_17_PRO_MAX_META,\n safeArea: {\n portrait: { top: 62, bottom: 34, left: 0, right: 0 },\n landscape: { top: 20, bottom: 20, left: 62, right: 62 }\n },\n hardwareOverlays: {\n type: \"dynamic-island\",\n portrait: {\n x: 157,\n // centered: (440 - 126) / 2 = 157\n y: 11,\n width: 126,\n height: 37,\n shape: \"pill\",\n cornerRadius: 18.5\n }\n },\n statusBar: {\n height: 54,\n style: \"dynamic-island\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true\n },\n homeIndicator: {\n type: \"swipe-bar\",\n height: 5,\n width: 134,\n visible: true\n },\n hardwareButtons: {\n volumeUp: { side: \"left\", yPosition: 200 },\n volumeDown: { side: \"left\", yPosition: 240 },\n power: { side: \"right\", yPosition: 220 },\n actionButton: { side: \"left\", yPosition: 250 },\n cameraControl: { side: \"right\", yPosition: 500 }\n }\n};\nconst SVG_STRING = `<svg width=\"1430\" height=\"2958\" viewBox=\"0 0 1430 2958\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1117.46 0C1222.66 0 1260.81 10.9534 1299.27 31.5217C1337.73 52.0899 1367.91 82.2729 1388.48 120.732C1409.05 159.191 1420 197.339 1420 302.538V2655.46C1420 2760.66 1409.05 2798.81 1388.48 2837.27C1367.91 2875.73 1337.73 2905.91 1299.27 2926.48C1260.81 2947.05 1222.66 2958 1117.46 2958H312.538C207.339 2958 169.191 2947.05 130.732 2926.48C92.2729 2905.91 62.0899 2875.73 41.5217 2837.27C20.9534 2798.81 10 2760.66 10 2655.46L10 302.538C10 197.339 20.9534 159.191 41.5217 120.732C62.0899 82.2729 92.2729 52.0899 130.732 31.5217C169.191 10.9534 207.339 0 312.538 0H1117.46ZM1133.99 45H296.005C212.202 45 181.814 53.7256 151.176 70.1105C120.539 86.4953 96.4953 110.539 80.1105 141.176C63.7256 171.814 55 202.202 55 286.005V2671.99C55 2755.8 63.7256 2786.19 80.1105 2816.82C96.4953 2847.46 120.539 2871.5 151.176 2887.89C181.814 2904.27 212.202 2913 296.005 2913H1133.99C1217.8 2913 1248.19 2904.27 1278.82 2887.89C1309.46 2871.5 1333.5 2847.46 1349.89 2816.82C1366.27 2786.19 1375 2755.8 1375 2671.99V286.005C1375 202.202 1366.27 171.814 1349.89 141.176C1333.5 110.539 1309.46 86.4953 1278.82 70.1105C1248.19 53.7256 1217.8 45 1133.99 45Z\" fill=\"#D8D8D8\"/>\n<mask id=\"mask0_56_594\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"10\" y=\"0\" width=\"1410\" height=\"2958\">\n<path d=\"M1117.46 0C1222.66 0 1260.81 10.9534 1299.27 31.5217C1337.73 52.0899 1367.91 82.2729 1388.48 120.732C1409.05 159.191 1420 197.339 1420 302.538V2655.46C1420 2760.66 1409.05 2798.81 1388.48 2837.27C1367.91 2875.73 1337.73 2905.91 1299.27 2926.48C1260.81 2947.05 1222.66 2958 1117.46 2958H312.538C207.339 2958 169.191 2947.05 130.732 2926.48C92.2729 2905.91 62.0899 2875.73 41.5217 2837.27C20.9534 2798.81 10 2760.66 10 2655.46L10 302.538C10 197.339 20.9534 159.191 41.5217 120.732C62.0899 82.2729 92.2729 52.0899 130.732 31.5217C169.191 10.9534 207.339 0 312.538 0H1117.46ZM1133.99 45H296.005C212.202 45 181.814 53.7256 151.176 70.1105C120.539 86.4953 96.4953 110.539 80.1105 141.176C63.7256 171.814 55 202.202 55 286.005V2671.99C55 2755.8 63.7256 2786.19 80.1105 2816.82C96.4953 2847.46 120.539 2871.5 151.176 2887.89C181.814 2904.27 212.202 2913 296.005 2913H1133.99C1217.8 2913 1248.19 2904.27 1278.82 2887.89C1309.46 2871.5 1333.5 2847.46 1349.89 2816.82C1366.27 2786.19 1375 2755.8 1375 2671.99V286.005C1375 202.202 1366.27 171.814 1349.89 141.176C1333.5 110.539 1309.46 86.4953 1278.82 70.1105C1248.19 53.7256 1217.8 45 1133.99 45Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask0_56_594)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M302.336 1H1127.66C1222.77 1 1257.28 10.8675 1292.05 29.465C1326.75 48.0213 1353.98 75.2519 1372.54 109.949C1391.13 144.723 1401 179.226 1401 274.336V2666.66C1401 2761.77 1391.13 2796.28 1372.54 2831.05C1353.98 2865.75 1326.75 2892.98 1292.05 2911.53C1257.28 2930.13 1222.77 2940 1127.66 2940H302.336C207.226 2940 172.723 2930.13 137.949 2911.53C103.252 2892.98 76.0213 2865.75 57.465 2831.05C38.8675 2796.28 29 2761.77 29 2666.66V274.336C29 179.226 38.8675 144.723 57.465 109.949C76.0213 75.2519 103.252 48.0213 137.949 29.465C172.723 10.8675 207.226 1 302.336 1Z\" fill=\"#020300\" stroke=\"#2A2A2A\" stroke-width=\"2\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M302.336 0.5H1127.66C1222.92 0.5 1257.46 10.3999 1292.29 29.0241C1327.07 47.6277 1354.37 74.9277 1372.98 109.713C1391.6 144.538 1401.5 179.085 1401.5 274.336V2666.66C1401.5 2761.92 1391.6 2796.46 1372.98 2831.29C1354.37 2866.07 1327.07 2893.37 1292.29 2911.98C1257.46 2930.6 1222.92 2940.5 1127.66 2940.5H302.336C207.085 2940.5 172.538 2930.6 137.713 2911.98C102.928 2893.37 75.6277 2866.07 57.0241 2831.29C38.3999 2796.46 28.5 2761.92 28.5 2666.66V274.336C28.5 179.085 38.3999 144.538 57.0241 109.713C75.6277 74.9277 102.928 47.6277 137.713 29.0241C172.538 10.3999 207.085 0.5 302.336 0.5Z\" stroke=\"#353535\"/>\n</g>\n<mask id=\"mask1_56_594\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"10\" y=\"0\" width=\"1410\" height=\"2958\">\n<path d=\"M1117.46 0C1222.66 0 1260.81 10.9534 1299.27 31.5217C1337.73 52.0899 1367.91 82.2729 1388.48 120.732C1409.05 159.191 1420 197.339 1420 302.538V2655.46C1420 2760.66 1409.05 2798.81 1388.48 2837.27C1367.91 2875.73 1337.73 2905.91 1299.27 2926.48C1260.81 2947.05 1222.66 2958 1117.46 2958H312.538C207.339 2958 169.191 2947.05 130.732 2926.48C92.2729 2905.91 62.0899 2875.73 41.5217 2837.27C20.9534 2798.81 10 2760.66 10 2655.46L10 302.538C10 197.339 20.9534 159.191 41.5217 120.732C62.0899 82.2729 92.2729 52.0899 130.732 31.5217C169.191 10.9534 207.339 0 312.538 0H1117.46ZM1133.99 45H296.005C212.202 45 181.814 53.7256 151.176 70.1105C120.539 86.4953 96.4953 110.539 80.1105 141.176C63.7256 171.814 55 202.202 55 286.005V2671.99C55 2755.8 63.7256 2786.19 80.1105 2816.82C96.4953 2847.46 120.539 2871.5 151.176 2887.89C181.814 2904.27 212.202 2913 296.005 2913H1133.99C1217.8 2913 1248.19 2904.27 1278.82 2887.89C1309.46 2871.5 1333.5 2847.46 1349.89 2816.82C1366.27 2786.19 1375 2755.8 1375 2671.99V286.005C1375 202.202 1366.27 171.814 1349.89 141.176C1333.5 110.539 1309.46 86.4953 1278.82 70.1105C1248.19 53.7256 1217.8 45 1133.99 45Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask1_56_594)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M493.5 31.5H951.581C959.109 26.3716 964.077 23.5 966.562 23.5H1122.1C1217.68 23.5 1252.37 33.3631 1287.32 52.0549C1322.08 70.6436 1349.36 97.9218 1367.95 132.68C1386.64 167.63 1396.5 202.324 1396.5 297.9V2660.1C1396.5 2755.68 1386.64 2790.37 1367.95 2825.32C1349.36 2860.08 1322.08 2887.36 1287.32 2905.95C1252.37 2924.64 1217.68 2934.5 1122.1 2934.5H307.9C212.324 2934.5 177.63 2924.64 142.68 2905.95C107.922 2887.36 80.6436 2860.08 62.0549 2825.32C43.3631 2790.37 33.5 2755.68 33.5 2660.1V297.9C33.5 202.324 43.3631 167.63 62.0549 132.68C80.6436 97.9218 107.922 70.6436 142.68 52.0549C177.63 33.3631 212.324 23.5 307.9 23.5H463.438C465.923 23.5 470.891 26.3716 478.419 31.5H489.5H493.5Z\" fill=\"black\" stroke=\"#1E1D1D\" stroke-width=\"5\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M493 31H951.427C959.024 25.8277 964.049 23 966.562 23H1122.1C1217.82 23 1252.56 32.8955 1287.56 51.614C1322.4 70.25 1349.75 97.5976 1368.39 132.444C1387.1 167.444 1397 202.182 1397 297.9V2660.1C1397 2755.82 1387.1 2790.56 1368.39 2825.56C1349.75 2860.4 1322.4 2887.75 1287.56 2906.39C1252.56 2925.1 1217.82 2935 1122.1 2935H307.9C212.182 2935 177.444 2925.1 142.444 2906.39C107.598 2887.75 80.25 2860.4 61.614 2825.56C42.8955 2790.56 33 2755.82 33 2660.1V297.9C33 202.182 42.8955 167.444 61.614 132.444C80.25 97.5976 107.598 70.25 142.444 51.614C177.444 32.8955 212.182 23 307.9 23H463.438C465.951 23 470.976 25.8277 478.573 31H490H493Z\" stroke=\"#1E1E1E\" stroke-width=\"4\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M492.5 30.5H951.273C958.94 25.2853 964.021 22.5 966.562 22.5H1122.1C1217.96 22.5 1252.74 32.4279 1287.79 51.173C1322.73 69.8563 1350.14 97.2733 1368.83 132.208C1387.57 167.258 1397.5 202.04 1397.5 297.9V2660.1C1397.5 2755.96 1387.57 2790.74 1368.83 2825.79C1350.14 2860.73 1322.73 2888.14 1287.79 2906.83C1252.74 2925.57 1217.96 2935.5 1122.1 2935.5H307.9C212.04 2935.5 177.258 2925.57 142.208 2906.83C107.273 2888.14 79.8563 2860.73 61.173 2825.79C42.4279 2790.74 32.5 2755.96 32.5 2660.1V297.9C32.5 202.04 42.4279 167.258 61.173 132.208C79.8563 97.2733 107.273 69.8563 142.208 51.173C177.258 32.4279 212.04 22.5 307.9 22.5H463.438C465.979 22.5 471.06 25.2853 478.727 30.5H490.5H492.5Z\" stroke=\"#3A3A3A\" stroke-width=\"3\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M951.12 30C958.856 24.7444 963.993 22 966.562 22H1122.1C1218.1 22 1252.93 31.9603 1288.03 50.7321C1323.05 69.4627 1350.54 96.9491 1369.27 131.972C1388.04 167.072 1398 201.899 1398 297.9V2660.1C1398 2756.1 1388.04 2790.93 1369.27 2826.03C1350.54 2861.05 1323.05 2888.54 1288.03 2907.27C1252.93 2926.04 1218.1 2936 1122.1 2936H307.9C211.899 2936 177.072 2926.04 141.972 2907.27C106.949 2888.54 79.4627 2861.05 60.7321 2826.03C41.9603 2790.93 32 2756.1 32 2660.1V297.9C32 201.899 41.9603 167.072 60.7321 131.972C79.4627 96.9491 106.949 69.4627 141.972 50.7321C177.072 31.9603 211.899 22 307.9 22H463.438C466.007 22 471.145 24.7444 478.88 30H491H492H951.12Z\" stroke=\"#424241\" stroke-width=\"2\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M307.9 21.5H463.438C466.035 21.5 471.229 24.2049 479.034 29.5H491.5H950.966C958.771 24.2049 963.965 21.5 966.562 21.5H1122.1C1218.24 21.5 1253.11 31.4927 1288.26 50.2912C1323.38 69.0691 1350.93 96.6249 1369.71 131.736C1388.51 166.887 1398.5 201.757 1398.5 297.9V2660.1C1398.5 2756.24 1388.51 2791.11 1369.71 2826.26C1350.93 2861.37 1323.38 2888.93 1288.26 2907.71C1253.11 2926.51 1218.24 2936.5 1122.1 2936.5H307.9C211.757 2936.5 176.887 2926.51 141.736 2907.71C106.625 2888.93 79.0691 2861.37 60.2912 2826.26C41.4927 2791.11 31.5 2756.24 31.5 2660.1V297.9C31.5 201.757 41.4927 166.887 60.2912 131.736C79.0691 96.6249 106.625 69.0691 141.736 50.2912C176.887 31.4927 211.757 21.5 307.9 21.5Z\" stroke=\"#393939\"/>\n</g>\n<mask id=\"mask2_56_594\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"10\" y=\"0\" width=\"1410\" height=\"2958\">\n<path d=\"M1117.46 0C1222.66 0 1260.81 10.9534 1299.27 31.5217C1337.73 52.0899 1367.91 82.2729 1388.48 120.732C1409.05 159.191 1420 197.339 1420 302.538V2655.46C1420 2760.66 1409.05 2798.81 1388.48 2837.27C1367.91 2875.73 1337.73 2905.91 1299.27 2926.48C1260.81 2947.05 1222.66 2958 1117.46 2958H312.538C207.339 2958 169.191 2947.05 130.732 2926.48C92.2729 2905.91 62.0899 2875.73 41.5217 2837.27C20.9534 2798.81 10 2760.66 10 2655.46L10 302.538C10 197.339 20.9534 159.191 41.5217 120.732C62.0899 82.2729 92.2729 52.0899 130.732 31.5217C169.191 10.9534 207.339 0 312.538 0H1117.46ZM1133.99 45H296.005C212.202 45 181.814 53.7256 151.176 70.1105C120.539 86.4953 96.4953 110.539 80.1105 141.176C63.7256 171.814 55 202.202 55 286.005V2671.99C55 2755.8 63.7256 2786.19 80.1105 2816.82C96.4953 2847.46 120.539 2871.5 151.176 2887.89C181.814 2904.27 212.202 2913 296.005 2913H1133.99C1217.8 2913 1248.19 2904.27 1278.82 2887.89C1309.46 2871.5 1333.5 2847.46 1349.89 2816.82C1366.27 2786.19 1375 2755.8 1375 2671.99V286.005C1375 202.202 1366.27 171.814 1349.89 141.176C1333.5 110.539 1309.46 86.4953 1278.82 70.1105C1248.19 53.7256 1217.8 45 1133.99 45Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask2_56_594)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 9H1117.46C1220.11 9 1257.46 19.3699 1295.02 39.458C1331.89 59.175 1360.82 88.109 1380.54 124.977C1400.63 162.538 1411 199.888 1411 302.538V2655.46C1411 2758.11 1400.63 2795.46 1380.54 2833.02C1360.82 2869.89 1331.89 2898.82 1295.02 2918.54C1257.46 2938.63 1220.11 2949 1117.46 2949H312.538C209.888 2949 172.538 2938.63 134.977 2918.54C98.109 2898.82 69.175 2869.89 49.458 2833.02C29.3699 2795.46 19 2758.11 19 2655.46V302.538C19 199.888 29.3699 162.538 49.458 124.977C69.175 88.109 98.109 59.175 134.977 39.458C172.538 19.3699 209.888 9 312.538 9Z\" stroke=\"#232736\" stroke-width=\"18\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1117.46 8.5C1220.25 8.5 1257.65 18.9023 1295.26 39.0171C1332.22 58.7814 1361.22 87.7847 1380.98 124.741C1401.1 162.352 1411.5 199.746 1411.5 302.538V2655.46C1411.5 2758.25 1401.1 2795.65 1380.98 2833.26C1361.22 2870.22 1332.22 2899.22 1295.26 2918.98C1257.65 2939.1 1220.25 2949.5 1117.46 2949.5H312.538C209.746 2949.5 172.352 2939.1 134.741 2918.98C97.7847 2899.22 68.7814 2870.22 49.0171 2833.26C28.9023 2795.65 18.5 2758.25 18.5 2655.46V302.538C18.5 199.746 28.9023 162.352 49.0171 124.741C68.7814 87.7847 97.7847 58.7814 134.741 39.0171C172.352 18.9023 209.746 8.5 312.538 8.5H1117.46Z\" stroke=\"#464A5E\" stroke-width=\"17\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 8H1117.46C1220.4 8 1257.83 18.4348 1295.49 38.5762C1332.54 58.3878 1361.61 87.4605 1381.42 124.505C1401.57 162.166 1412 199.605 1412 302.538V2655.46C1412 2758.4 1401.57 2795.83 1381.42 2833.5C1361.61 2870.54 1332.54 2899.61 1295.49 2919.42C1257.83 2939.57 1220.4 2950 1117.46 2950H312.538C209.605 2950 172.166 2939.57 134.505 2919.42C97.4605 2899.61 68.3878 2870.54 48.5762 2833.5C28.4348 2795.83 18 2758.4 18 2655.46V302.538C18 199.605 28.4348 162.166 48.5762 124.505C68.3878 87.4605 97.4605 58.3878 134.505 38.5762C172.166 18.4348 209.605 8 312.538 8Z\" stroke=\"#73788C\" stroke-width=\"16\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 7.5H1117.46C1220.54 7.5 1258.02 17.9672 1295.73 38.1353C1332.86 57.9942 1362.01 87.1363 1381.86 124.269C1402.03 161.98 1412.5 199.463 1412.5 302.538V2655.46C1412.5 2758.54 1402.03 2796.02 1381.86 2833.73C1362.01 2870.86 1332.86 2900.01 1295.73 2919.86C1258.02 2940.03 1220.54 2950.5 1117.46 2950.5H312.538C209.463 2950.5 171.98 2940.03 134.269 2919.86C97.1363 2900.01 67.9942 2870.86 48.1353 2833.73C27.9672 2796.02 17.5 2758.54 17.5 2655.46V302.538C17.5 199.463 27.9672 161.98 48.1353 124.269C67.9942 87.1363 97.1363 57.9942 134.269 38.1353C171.98 17.9672 209.463 7.5 312.538 7.5Z\" stroke=\"#AAAFC4\" stroke-width=\"15\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1117.46 7C1220.68 7 1258.21 17.4996 1295.97 37.6944C1333.19 57.6005 1362.4 86.8121 1382.31 124.033C1402.5 161.794 1413 199.322 1413 302.538V2655.46C1413 2758.68 1402.5 2796.21 1382.31 2833.97C1362.4 2871.19 1333.19 2900.4 1295.97 2920.31C1258.21 2940.5 1220.68 2951 1117.46 2951H312.538C209.322 2951 171.794 2940.5 134.033 2920.31C96.8121 2900.4 67.6005 2871.19 47.6944 2833.97C27.4996 2796.21 17 2758.68 17 2655.46V302.538C17 199.322 27.4996 161.794 47.6944 124.033C67.6005 86.8121 96.8121 57.6005 134.033 37.6944C171.794 17.4996 209.322 7 312.538 7H1117.46Z\" stroke=\"#B8BFD6\" stroke-width=\"14\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 6.5H1117.46C1220.82 6.5 1258.39 17.032 1296.2 37.2534C1333.51 57.2069 1362.79 86.4878 1382.75 123.798C1402.97 161.608 1413.5 199.18 1413.5 302.538V2655.46C1413.5 2758.82 1402.97 2796.39 1382.75 2834.2C1362.79 2871.51 1333.51 2900.79 1296.2 2920.75C1258.39 2940.97 1220.82 2951.5 1117.46 2951.5H312.538C209.18 2951.5 171.608 2940.97 133.798 2920.75C96.4878 2900.79 67.2069 2871.51 47.2534 2834.2C27.032 2796.39 16.5 2758.82 16.5 2655.46V302.538C16.5 199.18 27.032 161.608 47.2534 123.798C67.2069 86.4878 96.4878 57.2069 133.798 37.2534C171.608 17.032 209.18 6.5 312.538 6.5Z\" stroke=\"#A9B2C8\" stroke-width=\"13\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 6H1117.46C1220.96 6 1258.58 16.5644 1296.44 36.8125C1333.84 56.8133 1363.19 86.1636 1383.19 123.562C1403.44 161.422 1414 199.038 1414 302.538V2655.46C1414 2758.96 1403.44 2796.58 1383.19 2834.44C1363.19 2871.84 1333.84 2901.19 1296.44 2921.19C1258.58 2941.44 1220.96 2952 1117.46 2952H312.538C209.038 2952 171.422 2941.44 133.562 2921.19C96.1636 2901.19 66.8133 2871.84 46.8125 2834.44C26.5644 2796.58 16 2758.96 16 2655.46V302.538C16 199.038 26.5644 161.422 46.8125 123.562C66.8133 86.1636 96.1636 56.8133 133.562 36.8125C171.422 16.5644 209.038 6 312.538 6Z\" stroke=\"#969FB6\" stroke-width=\"12\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1117.46 5.5C1221.1 5.5 1258.76 16.0968 1296.67 36.3716C1334.16 56.4197 1363.58 85.8394 1383.63 123.326C1403.9 161.237 1414.5 198.897 1414.5 302.538V2655.46C1414.5 2759.1 1403.9 2796.76 1383.63 2834.67C1363.58 2872.16 1334.16 2901.58 1296.67 2921.63C1258.76 2941.9 1221.1 2952.5 1117.46 2952.5H312.538C208.897 2952.5 171.237 2941.9 133.326 2921.63C95.8394 2901.58 66.4197 2872.16 46.3716 2834.67C26.0968 2796.76 15.5 2759.1 15.5 2655.46V302.538C15.5 198.897 26.0968 161.237 46.3716 123.326C66.4197 85.8394 95.8394 56.4197 133.326 36.3716C171.237 16.0968 208.897 5.5 312.538 5.5H1117.46Z\" stroke=\"#7E889E\" stroke-width=\"11\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 5H1117.46C1221.24 5 1258.95 15.6293 1296.91 35.9307C1334.48 56.0261 1363.97 85.5152 1384.07 123.09C1404.37 161.051 1415 198.755 1415 302.538V2655.46C1415 2759.24 1404.37 2796.95 1384.07 2834.91C1363.97 2872.48 1334.48 2901.97 1296.91 2922.07C1258.95 2942.37 1221.24 2953 1117.46 2953H312.538C208.755 2953 171.051 2942.37 133.09 2922.07C95.5152 2901.97 66.0261 2872.48 45.9307 2834.91C25.6293 2796.95 15 2759.24 15 2655.46V302.538C15 198.755 25.6293 161.051 45.9307 123.09C66.0261 85.5152 95.5152 56.0261 133.09 35.9307C171.051 15.6293 208.755 5 312.538 5Z\" stroke=\"#727D92\" stroke-width=\"10\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 4.5H1117.46C1221.39 4.5 1259.14 15.1617 1297.15 35.4898C1334.81 55.6325 1364.37 85.1909 1384.51 122.854C1404.84 160.865 1415.5 198.614 1415.5 302.538V2655.46C1415.5 2759.39 1404.84 2797.14 1384.51 2835.15C1364.37 2872.81 1334.81 2902.37 1297.15 2922.51C1259.14 2942.84 1221.39 2953.5 1117.46 2953.5H312.538C208.614 2953.5 170.865 2942.84 132.854 2922.51C95.1909 2902.37 65.6325 2872.81 45.4898 2835.15C25.1617 2797.14 14.5 2759.39 14.5 2655.46V302.538C14.5 198.614 25.1617 160.865 45.4898 122.854C65.6325 85.1909 95.1909 55.6325 132.854 35.4898C170.865 15.1617 208.614 4.5 312.538 4.5Z\" stroke=\"#626D82\" stroke-width=\"9\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1117.46 4C1221.53 4 1259.32 14.6941 1297.38 35.0489C1335.13 55.2388 1364.76 84.8667 1384.95 122.619C1405.31 160.679 1416 198.472 1416 302.538V2655.46C1416 2759.53 1405.31 2797.32 1384.95 2835.38C1364.76 2873.13 1335.13 2902.76 1297.38 2922.95C1259.32 2943.31 1221.53 2954 1117.46 2954H312.538C208.472 2954 170.679 2943.31 132.619 2922.95C94.8667 2902.76 65.2388 2873.13 45.0489 2835.38C24.6941 2797.32 14 2759.53 14 2655.46V302.538C14 198.472 24.6941 160.679 45.0489 122.619C65.2388 84.8667 94.8667 55.2388 132.619 35.0489C170.679 14.6941 208.472 4 312.538 4H1117.46Z\" stroke=\"#5D687C\" stroke-width=\"8\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 3.5H1117.46C1221.67 3.5 1259.51 14.2265 1297.62 34.608C1335.46 54.8452 1365.15 84.5425 1385.39 122.383C1405.77 160.493 1416.5 198.33 1416.5 302.538V2655.46C1416.5 2759.67 1405.77 2797.51 1385.39 2835.62C1365.15 2873.46 1335.46 2903.15 1297.62 2923.39C1259.51 2943.77 1221.67 2954.5 1117.46 2954.5H312.538C208.33 2954.5 170.493 2943.77 132.383 2923.39C94.5425 2903.15 64.8452 2873.46 44.608 2835.62C24.2265 2797.51 13.5 2759.67 13.5 2655.46V302.538C13.5 198.33 24.2265 160.493 44.608 122.383C64.8452 84.5425 94.5425 54.8452 132.383 34.608C170.493 14.2265 208.33 3.5 312.538 3.5Z\" stroke=\"#545C70\" stroke-width=\"7\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 3H1117.46C1221.81 3 1259.69 13.7589 1297.85 34.1671C1335.78 54.4516 1365.55 84.2183 1385.83 122.147C1406.24 160.307 1417 198.189 1417 302.538V2655.46C1417 2759.81 1406.24 2797.69 1385.83 2835.85C1365.55 2873.78 1335.78 2903.55 1297.85 2923.83C1259.69 2944.24 1221.81 2955 1117.46 2955H312.538C208.189 2955 170.307 2944.24 132.147 2923.83C94.2183 2903.55 64.4516 2873.78 44.1671 2835.85C23.7589 2797.69 13 2759.81 13 2655.46V302.538C13 198.189 23.7589 160.307 44.1671 122.147C64.4516 84.2183 94.2183 54.4516 132.147 34.1671C170.307 13.7589 208.189 3 312.538 3Z\" stroke=\"#4D5568\" stroke-width=\"6\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 2.5H1117.46C1221.95 2.5 1259.88 13.2913 1298.09 33.7262C1336.11 54.058 1365.94 83.8941 1386.27 121.911C1406.71 160.121 1417.5 198.047 1417.5 302.538V2655.46C1417.5 2759.95 1406.71 2797.88 1386.27 2836.09C1365.94 2874.11 1336.11 2903.94 1298.09 2924.27C1259.88 2944.71 1221.95 2955.5 1117.46 2955.5H312.538C208.047 2955.5 170.121 2944.71 131.911 2924.27C93.8941 2903.94 64.058 2874.11 43.7262 2836.09C23.2913 2797.88 12.5 2759.95 12.5 2655.46V302.538C12.5 198.047 23.2913 160.121 43.7262 121.911C64.058 83.8941 93.8941 54.058 131.911 33.7262C170.121 13.2913 208.047 2.5 312.538 2.5Z\" stroke=\"#454C5E\" stroke-width=\"5\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 2H1117.46C1222.09 2 1260.06 12.8238 1298.32 33.2853C1336.43 53.6644 1366.34 83.5698 1386.71 121.675C1407.18 159.935 1418 197.906 1418 302.538V2655.46C1418 2760.09 1407.18 2798.06 1386.71 2836.32C1366.34 2874.43 1336.43 2904.34 1298.32 2924.71C1260.06 2945.18 1222.09 2956 1117.46 2956H312.538C207.906 2956 169.935 2945.18 131.675 2924.71C93.5698 2904.34 63.6644 2874.43 43.2853 2836.32C22.8238 2798.06 12 2760.09 12 2655.46V302.538C12 197.906 22.8238 159.935 43.2853 121.675C63.6644 83.5698 93.5698 53.6644 131.675 33.2853C169.935 12.8238 207.906 2 312.538 2Z\" stroke=\"#393F50\" stroke-width=\"4\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 1.5H1117.46C1222.24 1.5 1260.25 12.3562 1298.56 32.8444C1336.75 53.2707 1366.73 83.2456 1387.16 121.44C1407.64 159.749 1418.5 197.764 1418.5 302.538V2655.46C1418.5 2760.24 1407.64 2798.25 1387.16 2836.56C1366.73 2874.75 1336.75 2904.73 1298.56 2925.16C1260.25 2945.64 1222.24 2956.5 1117.46 2956.5H312.538C207.764 2956.5 169.749 2945.64 131.44 2925.16C93.2456 2904.73 63.2707 2874.75 42.8444 2836.56C22.3562 2798.25 11.5 2760.24 11.5 2655.46V302.538C11.5 197.764 22.3562 159.749 42.8444 121.44C63.2707 83.2456 93.2456 53.2707 131.44 32.8444C169.749 12.3562 207.764 1.5 312.538 1.5Z\" stroke=\"#353A4A\" stroke-width=\"3\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 1.25H1117.46C1222.31 1.25 1260.34 12.1224 1298.68 32.6239C1336.92 53.0739 1366.93 83.0835 1387.38 121.322C1407.88 159.656 1418.75 197.693 1418.75 302.538V2655.46C1418.75 2760.31 1407.88 2798.34 1387.38 2836.68C1366.93 2874.92 1336.92 2904.93 1298.68 2925.38C1260.34 2945.88 1222.31 2956.75 1117.46 2956.75H312.538C207.693 2956.75 169.656 2945.88 131.322 2925.38C93.0835 2904.93 63.0739 2874.92 42.6239 2836.68C22.1224 2798.34 11.25 2760.31 11.25 2655.46V302.538C11.25 197.693 22.1224 159.656 42.6239 121.322C63.0739 83.0835 93.0835 53.0739 131.322 32.6239C169.656 12.1224 207.693 1.25 312.538 1.25Z\" stroke=\"#313747\" stroke-width=\"2.5\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 1H1117.46C1222.38 1 1260.44 11.8886 1298.8 32.4035C1337.08 52.8771 1367.12 82.9214 1387.6 121.204C1408.11 159.563 1419 197.622 1419 302.538V2655.46C1419 2760.38 1408.11 2798.44 1387.6 2836.8C1367.12 2875.08 1337.08 2905.12 1298.8 2925.6C1260.44 2946.11 1222.38 2957 1117.46 2957H312.538C207.622 2957 169.563 2946.11 131.204 2925.6C92.9214 2905.12 62.8771 2875.08 42.4035 2836.8C21.8886 2798.44 11 2760.38 11 2655.46V302.538C11 197.622 21.8886 159.563 42.4035 121.204C62.8771 82.9214 92.9214 52.8771 131.204 32.4035C169.563 11.8886 207.622 1 312.538 1Z\" stroke=\"#282E3A\" stroke-width=\"2\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 0.75H1117.46C1222.45 0.75 1260.53 11.6548 1298.91 32.183C1337.24 52.6803 1367.32 82.7593 1387.82 121.086C1408.35 159.47 1419.25 197.552 1419.25 302.538V2655.46C1419.25 2760.45 1408.35 2798.53 1387.82 2836.91C1367.32 2875.24 1337.24 2905.32 1298.91 2925.82C1260.53 2946.35 1222.45 2957.25 1117.46 2957.25H312.538C207.552 2957.25 169.47 2946.35 131.086 2925.82C92.7593 2905.32 62.6803 2875.24 42.183 2836.91C21.6548 2798.53 10.75 2760.45 10.75 2655.46V302.538C10.75 197.552 21.6548 159.47 42.183 121.086C62.6803 82.7593 92.7593 52.6803 131.086 32.183C169.47 11.6548 207.552 0.75 312.538 0.75Z\" stroke=\"#262B38\" stroke-width=\"1.5\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 -0.5H1117.46C1222.8 -0.5 1260.99 10.4858 1299.5 31.0808C1338.05 51.6963 1368.3 81.9487 1388.92 120.496C1409.51 159.006 1420.5 197.198 1420.5 302.538V2655.46C1420.5 2760.8 1409.51 2798.99 1388.92 2837.5C1368.3 2876.05 1338.05 2906.3 1299.5 2926.92C1260.99 2947.51 1222.8 2958.5 1117.46 2958.5H312.538C207.198 2958.5 169.006 2947.51 130.496 2926.92C91.9487 2906.3 61.6963 2876.05 41.0808 2837.5C20.4858 2798.99 9.5 2760.8 9.5 2655.46V302.538C9.5 197.198 20.4858 159.006 41.0808 120.496C61.6963 81.9487 91.9487 51.6963 130.496 31.0808C169.006 10.4858 207.198 -0.5 312.538 -0.5Z\" stroke=\"#9B9EA3\" stroke-opacity=\"0.1\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 -0.25H1117.46C1222.73 -0.25 1260.9 10.7196 1299.39 31.3012C1337.89 51.8931 1368.11 82.1108 1388.7 120.614C1409.28 159.099 1420.25 197.268 1420.25 302.538V2655.46C1420.25 2760.73 1409.28 2798.9 1388.7 2837.39C1368.11 2875.89 1337.89 2906.11 1299.39 2926.7C1260.9 2947.28 1222.73 2958.25 1117.46 2958.25H312.538C207.268 2958.25 169.099 2947.28 130.614 2926.7C92.1108 2906.11 61.8931 2875.89 41.3012 2837.39C20.7196 2798.9 9.75 2760.73 9.75 2655.46V302.538C9.75 197.268 20.7196 159.099 41.3012 120.614C61.8931 82.1108 92.1108 51.8931 130.614 31.3012C169.099 10.7196 207.268 -0.25 312.538 -0.25Z\" stroke=\"#8F9298\" stroke-width=\"0.5\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 0.5H1117.46C1222.52 0.5 1260.62 11.421 1299.03 31.9626C1337.4 52.4835 1367.52 82.5972 1388.04 120.968C1408.58 159.377 1419.5 197.481 1419.5 302.538V2655.46C1419.5 2760.52 1408.58 2798.62 1388.04 2837.03C1367.52 2875.4 1337.4 2905.52 1299.03 2926.04C1260.62 2946.58 1222.52 2957.5 1117.46 2957.5H312.538C207.481 2957.5 169.377 2946.58 130.968 2926.04C92.5972 2905.52 62.4835 2875.4 41.9626 2837.03C21.421 2798.62 10.5 2760.52 10.5 2655.46V302.538C10.5 197.481 21.421 159.377 41.9626 120.968C62.4835 82.5972 92.5972 52.4835 130.968 31.9626C169.377 11.421 207.481 0.5 312.538 0.5Z\" stroke=\"#5B5F68\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1117.46 7C1220.68 7 1258.21 17.4996 1295.97 37.6944C1333.19 57.6005 1362.4 86.8121 1382.31 124.033C1402.5 161.794 1413 199.322 1413 302.538V2655.46C1413 2758.68 1402.5 2796.21 1382.31 2833.97C1362.4 2871.19 1333.19 2900.4 1295.97 2920.31C1258.21 2940.5 1220.68 2951 1117.46 2951H312.538C209.322 2951 171.794 2940.5 134.033 2920.31C96.8121 2900.4 67.6005 2871.19 47.6944 2833.97C27.4996 2796.21 17 2758.68 17 2655.46V302.538C17 199.322 27.4996 161.794 47.6944 124.033C67.6005 86.8121 96.8121 57.6005 134.033 37.6944C171.794 17.4996 209.322 7 312.538 7H1117.46Z\" stroke=\"url(#paint0_linear_56_594)\" stroke-width=\"14\"/>\n</g>\n<mask id=\"mask3_56_594\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"10\" y=\"0\" width=\"1410\" height=\"2958\">\n<path d=\"M1117.46 0C1222.66 0 1260.81 10.9534 1299.27 31.5217C1337.73 52.0899 1367.91 82.2729 1388.48 120.732C1409.05 159.191 1420 197.339 1420 302.538V2655.46C1420 2760.66 1409.05 2798.81 1388.48 2837.27C1367.91 2875.73 1337.73 2905.91 1299.27 2926.48C1260.81 2947.05 1222.66 2958 1117.46 2958H312.538C207.339 2958 169.191 2947.05 130.732 2926.48C92.2729 2905.91 62.0899 2875.73 41.5217 2837.27C20.9534 2798.81 10 2760.66 10 2655.46L10 302.538C10 197.339 20.9534 159.191 41.5217 120.732C62.0899 82.2729 92.2729 52.0899 130.732 31.5217C169.191 10.9534 207.339 0 312.538 0H1117.46ZM1133.99 45H296.005C212.202 45 181.814 53.7256 151.176 70.1105C120.539 86.4953 96.4953 110.539 80.1105 141.176C63.7256 171.814 55 202.202 55 286.005V2671.99C55 2755.8 63.7256 2786.19 80.1105 2816.82C96.4953 2847.46 120.539 2871.5 151.176 2887.89C181.814 2904.27 212.202 2913 296.005 2913H1133.99C1217.8 2913 1248.19 2904.27 1278.82 2887.89C1309.46 2871.5 1333.5 2847.46 1349.89 2816.82C1366.27 2786.19 1375 2755.8 1375 2671.99V286.005C1375 202.202 1366.27 171.814 1349.89 141.176C1333.5 110.539 1309.46 86.4953 1278.82 70.1105C1248.19 53.7256 1217.8 45 1133.99 45Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask3_56_594)\">\n<g filter=\"url(#filter0_ii_56_594)\">\n<path d=\"M1420 278H1400V306H1420V278Z\" fill=\"url(#paint1_linear_56_594)\"/>\n</g>\n</g>\n<mask id=\"mask4_56_594\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"10\" y=\"0\" width=\"1410\" height=\"2958\">\n<path d=\"M1117.46 0C1222.66 0 1260.81 10.9534 1299.27 31.5217C1337.73 52.0899 1367.91 82.2729 1388.48 120.732C1409.05 159.191 1420 197.339 1420 302.538V2655.46C1420 2760.66 1409.05 2798.81 1388.48 2837.27C1367.91 2875.73 1337.73 2905.91 1299.27 2926.48C1260.81 2947.05 1222.66 2958 1117.46 2958H312.538C207.339 2958 169.191 2947.05 130.732 2926.48C92.2729 2905.91 62.0899 2875.73 41.5217 2837.27C20.9534 2798.81 10 2760.66 10 2655.46L10 302.538C10 197.339 20.9534 159.191 41.5217 120.732C62.0899 82.2729 92.2729 52.0899 130.732 31.5217C169.191 10.9534 207.339 0 312.538 0H1117.46ZM1133.99 45H296.005C212.202 45 181.814 53.7256 151.176 70.1105C120.539 86.4953 96.4953 110.539 80.1105 141.176C63.7256 171.814 55 202.202 55 286.005V2671.99C55 2755.8 63.7256 2786.19 80.1105 2816.82C96.4953 2847.46 120.539 2871.5 151.176 2887.89C181.814 2904.27 212.202 2913 296.005 2913H1133.99C1217.8 2913 1248.19 2904.27 1278.82 2887.89C1309.46 2871.5 1333.5 2847.46 1349.89 2816.82C1366.27 2786.19 1375 2755.8 1375 2671.99V286.005C1375 202.202 1366.27 171.814 1349.89 141.176C1333.5 110.539 1309.46 86.4953 1278.82 70.1105C1248.19 53.7256 1217.8 45 1133.99 45Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask4_56_594)\">\n<g filter=\"url(#filter1_ii_56_594)\">\n<path d=\"M10 278H30V306H10V278Z\" fill=\"url(#paint2_linear_56_594)\"/>\n</g>\n</g>\n<mask id=\"mask5_56_594\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"10\" y=\"0\" width=\"1410\" height=\"2958\">\n<path d=\"M1117.46 0C1222.66 0 1260.81 10.9534 1299.27 31.5217C1337.73 52.0899 1367.91 82.2729 1388.48 120.732C1409.05 159.191 1420 197.339 1420 302.538V2655.46C1420 2760.66 1409.05 2798.81 1388.48 2837.27C1367.91 2875.73 1337.73 2905.91 1299.27 2926.48C1260.81 2947.05 1222.66 2958 1117.46 2958H312.538C207.339 2958 169.191 2947.05 130.732 2926.48C92.2729 2905.91 62.0899 2875.73 41.5217 2837.27C20.9534 2798.81 10 2760.66 10 2655.46L10 302.538C10 197.339 20.9534 159.191 41.5217 120.732C62.0899 82.2729 92.2729 52.0899 130.732 31.5217C169.191 10.9534 207.339 0 312.538 0H1117.46ZM1133.99 45H296.005C212.202 45 181.814 53.7256 151.176 70.1105C120.539 86.4953 96.4953 110.539 80.1105 141.176C63.7256 171.814 55 202.202 55 286.005V2671.99C55 2755.8 63.7256 2786.19 80.1105 2816.82C96.4953 2847.46 120.539 2871.5 151.176 2887.89C181.814 2904.27 212.202 2913 296.005 2913H1133.99C1217.8 2913 1248.19 2904.27 1278.82 2887.89C1309.46 2871.5 1333.5 2847.46 1349.89 2816.82C1366.27 2786.19 1375 2755.8 1375 2671.99V286.005C1375 202.202 1366.27 171.814 1349.89 141.176C1333.5 110.539 1309.46 86.4953 1278.82 70.1105C1248.19 53.7256 1217.8 45 1133.99 45Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask5_56_594)\">\n<g filter=\"url(#filter2_ii_56_594)\">\n<path d=\"M10 2653H30V2681H10V2653Z\" fill=\"url(#paint3_linear_56_594)\"/>\n</g>\n</g>\n<mask id=\"mask6_56_594\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"10\" y=\"0\" width=\"1410\" height=\"2958\">\n<path d=\"M1117.46 0C1222.66 0 1260.81 10.9534 1299.27 31.5217C1337.73 52.0899 1367.91 82.2729 1388.48 120.732C1409.05 159.191 1420 197.339 1420 302.538V2655.46C1420 2760.66 1409.05 2798.81 1388.48 2837.27C1367.91 2875.73 1337.73 2905.91 1299.27 2926.48C1260.81 2947.05 1222.66 2958 1117.46 2958H312.538C207.339 2958 169.191 2947.05 130.732 2926.48C92.2729 2905.91 62.0899 2875.73 41.5217 2837.27C20.9534 2798.81 10 2760.66 10 2655.46L10 302.538C10 197.339 20.9534 159.191 41.5217 120.732C62.0899 82.2729 92.2729 52.0899 130.732 31.5217C169.191 10.9534 207.339 0 312.538 0H1117.46ZM1133.99 45H296.005C212.202 45 181.814 53.7256 151.176 70.1105C120.539 86.4953 96.4953 110.539 80.1105 141.176C63.7256 171.814 55 202.202 55 286.005V2671.99C55 2755.8 63.7256 2786.19 80.1105 2816.82C96.4953 2847.46 120.539 2871.5 151.176 2887.89C181.814 2904.27 212.202 2913 296.005 2913H1133.99C1217.8 2913 1248.19 2904.27 1278.82 2887.89C1309.46 2871.5 1333.5 2847.46 1349.89 2816.82C1366.27 2786.19 1375 2755.8 1375 2671.99V286.005C1375 202.202 1366.27 171.814 1349.89 141.176C1333.5 110.539 1309.46 86.4953 1278.82 70.1105C1248.19 53.7256 1217.8 45 1133.99 45Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask6_56_594)\">\n<g filter=\"url(#filter3_ii_56_594)\">\n<path d=\"M1420 2653H1400V2681H1420V2653Z\" fill=\"url(#paint4_linear_56_594)\"/>\n</g>\n</g>\n<g filter=\"url(#filter4_iiiiiiii_56_594)\">\n<path d=\"M10 776H4C1.79086 776 0 777.791 0 780V972C0 974.209 1.79086 976 4 976H10V776Z\" fill=\"#B6B6B6\"/>\n</g>\n<g filter=\"url(#filter5_iiiiiiii_56_594)\">\n<path d=\"M10 1032H4C1.79086 1032 0 1033.79 0 1036V1228C0 1230.21 1.79086 1232 4 1232H10V1032Z\" fill=\"#B6B6B6\"/>\n</g>\n<g filter=\"url(#filter6_iiiiiiii_56_594)\">\n<path d=\"M10 558H4C1.79086 558 0 559.791 0 562V675C0 677.209 1.79086 679 4 679H10V558Z\" fill=\"#B6B6B6\"/>\n</g>\n<g filter=\"url(#filter7_iiiiiiii_56_594)\">\n<path d=\"M1420 845H1426C1428.21 845 1430 846.791 1430 849V1163C1430 1165.21 1428.21 1167 1426 1167H1420V845Z\" fill=\"#B6B6B6\"/>\n</g>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M581 87H849C879.928 87 905 112.072 905 143C905 173.928 879.928 199 849 199H581C550.072 199 525 173.928 525 143C525 112.072 550.072 87 581 87Z\" fill=\"black\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M709 101.5C720.46 101.5 730.835 106.145 738.345 113.655C745.855 121.165 750.5 131.54 750.5 143C750.5 154.46 745.855 164.835 738.345 172.345C730.835 179.855 720.46 184.5 709 184.5H581C569.54 184.5 559.165 179.855 551.655 172.345C544.145 164.835 539.5 154.46 539.5 143C539.5 131.54 544.145 121.165 551.655 113.655C559.165 106.145 569.54 101.5 581 101.5H709ZM849 101.5C860.46 101.5 870.835 106.145 878.345 113.655C885.855 121.165 890.5 131.54 890.5 143C890.5 154.46 885.855 164.835 878.345 172.345C870.835 179.855 860.46 184.5 849 184.5C837.54 184.5 827.165 179.855 819.655 172.345C812.145 164.835 807.5 154.46 807.5 143C807.5 131.54 812.145 121.165 819.655 113.655C827.165 106.145 837.54 101.5 849 101.5Z\" fill=\"black\" stroke=\"black\" stroke-width=\"25\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M849 101.5C860.46 101.5 870.835 106.145 878.345 113.655C885.855 121.165 890.5 131.54 890.5 143C890.5 154.46 885.855 164.835 878.345 172.345C870.835 179.855 860.46 184.5 849 184.5C837.54 184.5 827.165 179.855 819.655 172.345C812.145 164.835 807.5 154.46 807.5 143C807.5 131.54 812.145 121.165 819.655 113.655C827.165 106.145 837.54 101.5 849 101.5Z\" fill=\"black\" stroke=\"black\" stroke-width=\"25\"/>\n<g filter=\"url(#filter8_iiii_56_594)\">\n<path d=\"M849 159C857.837 159 865 151.837 865 143C865 134.163 857.837 127 849 127C840.163 127 833 134.163 833 143C833 151.837 840.163 159 849 159Z\" fill=\"url(#paint5_linear_56_594)\"/>\n</g>\n<path d=\"M849 155C855.627 155 861 149.627 861 143C861 136.373 855.627 131 849 131C842.373 131 837 136.373 837 143C837 149.627 842.373 155 849 155Z\" fill=\"url(#paint6_radial_56_594)\"/>\n<g filter=\"url(#filter9_d_56_594)\">\n<path d=\"M849 155C855.627 155 861 149.627 861 143C861 136.373 855.627 131 849 131C842.373 131 837 136.373 837 143C837 149.627 842.373 155 849 155Z\" fill=\"url(#paint7_radial_56_594)\" shape-rendering=\"crispEdges\"/>\n</g>\n<path d=\"M849 155C855.627 155 861 149.627 861 143C861 136.373 855.627 131 849 131C842.373 131 837 136.373 837 143C837 149.627 842.373 155 849 155Z\" fill=\"url(#paint8_radial_56_594)\"/>\n<g filter=\"url(#filter10_ii_56_594)\">\n<path d=\"M849 155C855.627 155 861 149.627 861 143C861 136.373 855.627 131 849 131C842.373 131 837 136.373 837 143C837 149.627 842.373 155 849 155Z\" fill=\"url(#paint9_radial_56_594)\"/>\n</g>\n<path d=\"M264.707 122.511C256.129 122.511 249.813 128.275 249.813 136.301V136.356C249.813 143.831 255.219 149.347 262.887 149.347C268.265 149.347 272.237 146.589 273.809 142.948H273.975C273.975 143.39 273.947 143.803 273.919 144.217C273.644 151.747 270.968 157.87 264.569 157.87C261.011 157.87 258.584 156.105 257.508 153.374L257.426 153.126H250.365L250.42 153.429C251.661 159.442 257.177 163.69 264.542 163.69C274.692 163.69 280.787 155.829 280.787 142.673V142.617C280.787 128.661 273.478 122.511 264.707 122.511ZM264.707 143.859C260.184 143.859 256.819 140.632 256.819 136.108V136.053C256.819 131.75 260.377 128.33 264.79 128.33C269.258 128.33 272.733 131.778 272.733 136.191V136.219C272.733 140.659 269.258 143.859 264.707 143.859ZM289.668 136.963C291.902 136.963 293.64 135.198 293.64 132.964C293.64 130.73 291.902 128.992 289.668 128.992C287.434 128.992 285.669 130.73 285.669 132.964C285.669 135.198 287.434 136.963 289.668 136.963ZM289.668 157.208C291.902 157.208 293.64 155.443 293.64 153.209C293.64 150.975 291.902 149.237 289.668 149.237C287.434 149.237 285.669 150.975 285.669 153.209C285.669 155.443 287.434 157.208 289.668 157.208ZM318.105 163H324.89V155.36H330.296V149.513H324.89V123.2H314.767L298.246 149.292V155.36H318.105V163ZM304.645 149.678V149.485L318.049 128.579H318.215V149.678H304.645ZM344.721 163H351.699V123.2H344.665L334.267 130.509V137.046L344.555 129.985H344.721V163Z\" fill=\"white\"/>\n<g opacity=\"0.9\">\n<rect x=\"992\" y=\"145.355\" width=\"12.0746\" height=\"14.4895\" rx=\"1.20742\" fill=\"white\"/>\n<rect x=\"1008.9\" y=\"138.109\" width=\"12.0747\" height=\"21.7345\" rx=\"1.20742\" fill=\"white\"/>\n<rect x=\"1027.02\" y=\"129.658\" width=\"12.0749\" height=\"30.1873\" rx=\"1.20742\" fill=\"white\"/>\n<rect x=\"1043.92\" y=\"120\" width=\"12.0744\" height=\"39.8454\" rx=\"1.20742\" fill=\"white\"/>\n</g>\n<g opacity=\"0.9\">\n<path d=\"M1139 131.589C1131.17 123.702 1120.31 118.818 1108.32 118.818C1096.29 118.818 1085.41 123.731 1077.57 131.66L1084.36 138.455C1090.46 132.265 1098.94 128.427 1108.32 128.427C1117.66 128.427 1126.11 132.235 1132.21 138.384L1139 131.589Z\" fill=\"white\"/>\n<path d=\"M1127.96 142.63C1122.95 137.568 1116 134.433 1108.32 134.433C1100.6 134.433 1093.62 137.598 1088.61 142.702L1095.4 149.497C1098.68 146.132 1103.25 144.041 1108.32 144.041C1113.35 144.041 1117.9 146.102 1121.16 149.425L1127.96 142.63Z\" fill=\"white\"/>\n<path d=\"M1116.92 153.671C1114.74 151.435 1111.69 150.047 1108.32 150.047C1104.91 150.047 1101.84 151.465 1099.65 153.744L1108.25 162.341L1116.92 153.671Z\" fill=\"white\"/>\n</g>\n<rect opacity=\"0.6\" x=\"1159.13\" y=\"118.13\" width=\"83.5205\" height=\"39.8904\" rx=\"8.10274\" stroke=\"white\" stroke-width=\"3.73973\"/>\n<rect opacity=\"0.9\" x=\"1163.49\" y=\"122.496\" width=\"74.7945\" height=\"31.1644\" rx=\"4.9863\" fill=\"white\"/>\n<path opacity=\"0.6\" d=\"M1247.01 132.467V132.467C1249.77 132.467 1252 134.699 1252 137.453V138.699C1252 141.453 1249.77 143.685 1247.01 143.685V143.685V132.467Z\" fill=\"white\"/>\n<defs>\n<filter id=\"filter0_ii_56_594\" x=\"1400\" y=\"276\" width=\"20\" height=\"32\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-2\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"2\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_56_594\" result=\"effect2_innerShadow_56_594\"/>\n</filter>\n<filter id=\"filter1_ii_56_594\" x=\"10\" y=\"276\" width=\"20\" height=\"32\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-2\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"2\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_56_594\" result=\"effect2_innerShadow_56_594\"/>\n</filter>\n<filter id=\"filter2_ii_56_594\" x=\"10\" y=\"2651\" width=\"20\" height=\"32\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-2\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"2\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_56_594\" result=\"effect2_innerShadow_56_594\"/>\n</filter>\n<filter id=\"filter3_ii_56_594\" x=\"1400\" y=\"2651\" width=\"20\" height=\"32\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-2\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"2\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_56_594\" result=\"effect2_innerShadow_56_594\"/>\n</filter>\n<filter id=\"filter4_iiiiiiii_56_594\" x=\"-2\" y=\"768\" width=\"14\" height=\"216\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-20\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.831229 0 0 0 0 0.83934 0 0 0 0 0.901523 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-9\"/>\n<feGaussianBlur stdDeviation=\"3\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.454902 0 0 0 0 0.470588 0 0 0 0 0.556863 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_56_594\" result=\"effect2_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"4\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.12549 0 0 0 0 0.145098 0 0 0 0 0.196078 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_innerShadow_56_594\" result=\"effect3_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"24\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.992157 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect3_innerShadow_56_594\" result=\"effect4_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"8\"/>\n<feGaussianBlur stdDeviation=\"2\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.168627 0 0 0 0 0.172549 0 0 0 0 0.223529 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect4_innerShadow_56_594\" result=\"effect5_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-2\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.160784 0 0 0 0 0.180392 0 0 0 0 0.231373 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect5_innerShadow_56_594\" result=\"effect6_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-2\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.754067 0 0 0 0 0.76502 0 0 0 0 0.796054 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect6_innerShadow_56_594\" result=\"effect7_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.976471 0 0 0 0 0.984314 0 0 0 0 1 0 0 0 0.25 0\"/>\n<feBlend mode=\"normal\" in2=\"effect7_innerShadow_56_594\" result=\"effect8_innerShadow_56_594\"/>\n</filter>\n<filter id=\"filter5_iiiiiiii_56_594\" x=\"-2\" y=\"1024\" width=\"14\" height=\"216\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-20\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.831229 0 0 0 0 0.83934 0 0 0 0 0.901523 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-9\"/>\n<feGaussianBlur stdDeviation=\"3\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.454902 0 0 0 0 0.470588 0 0 0 0 0.556863 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_56_594\" result=\"effect2_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"4\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.12549 0 0 0 0 0.145098 0 0 0 0 0.196078 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_innerShadow_56_594\" result=\"effect3_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"24\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.992157 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect3_innerShadow_56_594\" result=\"effect4_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"8\"/>\n<feGaussianBlur stdDeviation=\"2\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.168627 0 0 0 0 0.172549 0 0 0 0 0.223529 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect4_innerShadow_56_594\" result=\"effect5_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-2\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.160784 0 0 0 0 0.180392 0 0 0 0 0.231373 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect5_innerShadow_56_594\" result=\"effect6_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-2\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.754067 0 0 0 0 0.76502 0 0 0 0 0.796054 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect6_innerShadow_56_594\" result=\"effect7_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.976471 0 0 0 0 0.984314 0 0 0 0 1 0 0 0 0.25 0\"/>\n<feBlend mode=\"normal\" in2=\"effect7_innerShadow_56_594\" result=\"effect8_innerShadow_56_594\"/>\n</filter>\n<filter id=\"filter6_iiiiiiii_56_594\" x=\"-2\" y=\"550\" width=\"14\" height=\"137\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-20\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.831229 0 0 0 0 0.83934 0 0 0 0 0.901523 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-9\"/>\n<feGaussianBlur stdDeviation=\"3\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.454902 0 0 0 0 0.470588 0 0 0 0 0.556863 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_56_594\" result=\"effect2_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"4\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.12549 0 0 0 0 0.145098 0 0 0 0 0.196078 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_innerShadow_56_594\" result=\"effect3_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"24\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.992157 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect3_innerShadow_56_594\" result=\"effect4_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"8\"/>\n<feGaussianBlur stdDeviation=\"2\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.168627 0 0 0 0 0.172549 0 0 0 0 0.223529 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect4_innerShadow_56_594\" result=\"effect5_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-2\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.160784 0 0 0 0 0.180392 0 0 0 0 0.231373 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect5_innerShadow_56_594\" result=\"effect6_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-2\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.754067 0 0 0 0 0.76502 0 0 0 0 0.796054 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect6_innerShadow_56_594\" result=\"effect7_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.976471 0 0 0 0 0.984314 0 0 0 0 1 0 0 0 0.25 0\"/>\n<feBlend mode=\"normal\" in2=\"effect7_innerShadow_56_594\" result=\"effect8_innerShadow_56_594\"/>\n</filter>\n<filter id=\"filter7_iiiiiiii_56_594\" x=\"1418\" y=\"837\" width=\"14\" height=\"338\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-20\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.831229 0 0 0 0 0.83934 0 0 0 0 0.901523 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-9\"/>\n<feGaussianBlur stdDeviation=\"3\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.454902 0 0 0 0 0.470588 0 0 0 0 0.556863 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_56_594\" result=\"effect2_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"4\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.12549 0 0 0 0 0.145098 0 0 0 0 0.196078 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_innerShadow_56_594\" result=\"effect3_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"24\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.992157 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect3_innerShadow_56_594\" result=\"effect4_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"8\"/>\n<feGaussianBlur stdDeviation=\"2\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.168627 0 0 0 0 0.172549 0 0 0 0 0.223529 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect4_innerShadow_56_594\" result=\"effect5_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-2\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.160784 0 0 0 0 0.180392 0 0 0 0 0.231373 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect5_innerShadow_56_594\" result=\"effect6_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-2\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.754067 0 0 0 0 0.76502 0 0 0 0 0.796054 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect6_innerShadow_56_594\" result=\"effect7_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.976471 0 0 0 0 0.984314 0 0 0 0 1 0 0 0 0.25 0\"/>\n<feBlend mode=\"normal\" in2=\"effect7_innerShadow_56_594\" result=\"effect8_innerShadow_56_594\"/>\n</filter>\n<filter id=\"filter8_iiii_56_594\" x=\"829\" y=\"127\" width=\"40\" height=\"36\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"4.5\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0392157 0 0 0 0 0.0392157 0 0 0 0 0.0901961 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-6\"/>\n<feGaussianBlur stdDeviation=\"2\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0313725 0 0 0 0 0.0588235 0 0 0 0 0.219608 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_56_594\" result=\"effect2_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"4\"/>\n<feGaussianBlur stdDeviation=\"2\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0313725 0 0 0 0 0.0588235 0 0 0 0 0.219608 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_innerShadow_56_594\" result=\"effect3_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"6\"/>\n<feGaussianBlur stdDeviation=\"2\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0313725 0 0 0 0 0.0588235 0 0 0 0 0.219608 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect3_innerShadow_56_594\" result=\"effect4_innerShadow_56_594\"/>\n</filter>\n<filter id=\"filter9_d_56_594\" x=\"829\" y=\"123\" width=\"40\" height=\"40\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_56_594\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_56_594\" result=\"shape\"/>\n</filter>\n<filter id=\"filter10_ii_56_594\" x=\"837\" y=\"131\" width=\"24\" height=\"24\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"2\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0196078 0 0 0 0 0.0235294 0 0 0 0 0.0784314 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_56_594\" result=\"effect2_innerShadow_56_594\"/>\n</filter>\n<linearGradient id=\"paint0_linear_56_594\" x1=\"69817\" y1=\"7\" x2=\"69817\" y2=\"294407\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"white\" stop-opacity=\"0\"/>\n<stop offset=\"0.00761\" stop-color=\"#A5ACC9\" stop-opacity=\"0\"/>\n<stop offset=\"0.0235\" stop-color=\"#4E5368\" stop-opacity=\"0.4\"/>\n<stop offset=\"0.03969\" stop-color=\"#4E5368\" stop-opacity=\"0.4\"/>\n<stop offset=\"0.05954\" stop-color=\"#4E5368\" stop-opacity=\"0.2\"/>\n<stop offset=\"0.08721\" stop-color=\"#A5ACC9\" stop-opacity=\"0\"/>\n<stop offset=\"0.91824\" stop-color=\"#A5ACC9\" stop-opacity=\"0\"/>\n<stop offset=\"0.93952\" stop-color=\"#4E5368\" stop-opacity=\"0.2\"/>\n<stop offset=\"0.96648\" stop-color=\"#4E5368\" stop-opacity=\"0.4\"/>\n<stop offset=\"0.99177\" stop-color=\"#A5ACC9\" stop-opacity=\"0.2\"/>\n<stop offset=\"1\" stop-color=\"#4E5368\" stop-opacity=\"0.4\"/>\n</linearGradient>\n<linearGradient id=\"paint1_linear_56_594\" x1=\"1400\" y1=\"292.065\" x2=\"1420\" y2=\"292.065\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#292D3C\"/>\n<stop offset=\"0.08299\" stop-color=\"#303544\"/>\n<stop offset=\"0.13945\" stop-color=\"#4C5261\"/>\n<stop offset=\"0.26873\" stop-color=\"#5D6576\"/>\n<stop offset=\"0.33999\" stop-color=\"#4B5364\"/>\n<stop offset=\"0.53427\" stop-color=\"#3A4354\"/>\n<stop offset=\"0.76606\" stop-color=\"#2F3344\"/>\n<stop offset=\"0.86748\" stop-color=\"#282A38\"/>\n<stop offset=\"0.92929\" stop-color=\"#222530\"/>\n<stop offset=\"1\" stop-color=\"#898B90\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint2_linear_56_594\" x1=\"30\" y1=\"292.065\" x2=\"10\" y2=\"292.065\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#292D3C\"/>\n<stop offset=\"0.08299\" stop-color=\"#303544\"/>\n<stop offset=\"0.13945\" stop-color=\"#4C5261\"/>\n<stop offset=\"0.26873\" stop-color=\"#5D6576\"/>\n<stop offset=\"0.33999\" stop-color=\"#4B5364\"/>\n<stop offset=\"0.53427\" stop-color=\"#3A4354\"/>\n<stop offset=\"0.76606\" stop-color=\"#2F3344\"/>\n<stop offset=\"0.86748\" stop-color=\"#282A38\"/>\n<stop offset=\"0.92929\" stop-color=\"#222530\"/>\n<stop offset=\"1\" stop-color=\"#898B90\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint3_linear_56_594\" x1=\"30\" y1=\"2667.06\" x2=\"10\" y2=\"2667.06\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#292D3C\"/>\n<stop offset=\"0.08299\" stop-color=\"#303544\"/>\n<stop offset=\"0.13945\" stop-color=\"#4C5261\"/>\n<stop offset=\"0.26873\" stop-color=\"#5D6576\"/>\n<stop offset=\"0.33999\" stop-color=\"#4B5364\"/>\n<stop offset=\"0.53427\" stop-color=\"#3A4354\"/>\n<stop offset=\"0.76606\" stop-color=\"#2F3344\"/>\n<stop offset=\"0.86748\" stop-color=\"#282A38\"/>\n<stop offset=\"0.92929\" stop-color=\"#222530\"/>\n<stop offset=\"1\" stop-color=\"#898B90\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint4_linear_56_594\" x1=\"1400\" y1=\"2667.06\" x2=\"1420\" y2=\"2667.06\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#292D3C\"/>\n<stop offset=\"0.08299\" stop-color=\"#303544\"/>\n<stop offset=\"0.13945\" stop-color=\"#4C5261\"/>\n<stop offset=\"0.26873\" stop-color=\"#5D6576\"/>\n<stop offset=\"0.33999\" stop-color=\"#4B5364\"/>\n<stop offset=\"0.53427\" stop-color=\"#3A4354\"/>\n<stop offset=\"0.76606\" stop-color=\"#2F3344\"/>\n<stop offset=\"0.86748\" stop-color=\"#282A38\"/>\n<stop offset=\"0.92929\" stop-color=\"#222530\"/>\n<stop offset=\"1\" stop-color=\"#898B90\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint5_linear_56_594\" x1=\"849\" y1=\"127\" x2=\"849\" y2=\"159\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#19283B\"/>\n<stop offset=\"0.0159865\" stop-color=\"#2D415D\"/>\n<stop offset=\"0.0375531\" stop-color=\"#51667D\"/>\n<stop offset=\"0.0519299\" stop-color=\"#3B5975\"/>\n<stop offset=\"0.0743013\" stop-color=\"#2E4D68\"/>\n<stop offset=\"0.100295\" stop-color=\"#213E57\"/>\n<stop offset=\"0.117656\" stop-color=\"#10314A\"/>\n<stop offset=\"0.900612\" stop-color=\"#280D58\"/>\n<stop offset=\"0.927676\" stop-color=\"#2E1751\"/>\n<stop offset=\"0.973593\" stop-color=\"#231538\"/>\n<stop offset=\"1\" stop-color=\"#130E1F\"/>\n</linearGradient>\n<radialGradient id=\"paint6_radial_56_594\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(849.5 131) rotate(90) scale(10.5)\">\n<stop stop-color=\"#414A67\"/>\n<stop offset=\"0.40532\" stop-color=\"#33366F\"/>\n<stop offset=\"0.722658\" stop-color=\"#18184D\"/>\n<stop offset=\"1\" stop-color=\"#030517\"/>\n</radialGradient>\n<radialGradient id=\"paint7_radial_56_594\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(849 153.5) rotate(-90) scale(11.5 12.3912)\">\n<stop stop-color=\"#1E3A44\"/>\n<stop offset=\"0.0866257\" stop-color=\"#1C3A43\"/>\n<stop offset=\"0.183254\" stop-color=\"#0C3943\"/>\n<stop offset=\"0.328671\" stop-color=\"#01313D\"/>\n<stop offset=\"0.488717\" stop-color=\"#002433\"/>\n<stop offset=\"0.636798\" stop-color=\"#001F35\" stop-opacity=\"0.4\"/>\n<stop offset=\"1\" stop-color=\"#02081F\" stop-opacity=\"0\"/>\n</radialGradient>\n<radialGradient id=\"paint8_radial_56_594\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(849 135.5) rotate(90) scale(7.5 24.147)\">\n<stop stop-color=\"#340F54\"/>\n<stop offset=\"0.252857\" stop-color=\"#340F54\" stop-opacity=\"0.6\"/>\n<stop offset=\"0.50265\" stop-color=\"#071280\" stop-opacity=\"0.2\"/>\n<stop offset=\"1\" stop-color=\"#071280\" stop-opacity=\"0\"/>\n</radialGradient>\n<radialGradient id=\"paint9_radial_56_594\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(849 153.5) rotate(-90) scale(11.5 12.3912)\">\n<stop stop-color=\"#1E3A44\"/>\n<stop offset=\"0.0866257\" stop-color=\"#1C3A43\"/>\n<stop offset=\"0.183254\" stop-color=\"#0C3943\"/>\n<stop offset=\"0.328671\" stop-color=\"#01313D\"/>\n<stop offset=\"0.488717\" stop-color=\"#002433\"/>\n<stop offset=\"0.636798\" stop-color=\"#001F35\" stop-opacity=\"0.4\"/>\n<stop offset=\"1\" stop-color=\"#02081F\" stop-opacity=\"0\"/>\n</radialGradient>\n</defs>\n<rect data-zone=\"screen-area\" x=\"17\" y=\"15\" width=\"406\" height=\"927\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-top\" x=\"17\" y=\"15\" width=\"406\" height=\"57\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-bottom\" x=\"17\" y=\"908\" width=\"406\" height=\"33\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-left\" x=\"17\" y=\"15\" width=\"0\" height=\"927\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-right\" x=\"423\" y=\"15\" width=\"0\" height=\"927\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"status-bar\" x=\"17\" y=\"15\" width=\"406\" height=\"52\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"home-indicator\" x=\"158\" y=\"928\" width=\"124\" height=\"5\" fill=\"none\" stroke=\"none\"/>\n</svg>`;\nconst SVG_STRING_SCALED = SVG_STRING\n .replace(/\\swidth=\"[^\"]*\"/, ' width=\"100%\"')\n .replace(/\\sheight=\"[^\"]*\"/, ' height=\"100%\"')\n .replace(/<svg\\b/, '<svg preserveAspectRatio=\"xMidYMid meet\" style=\"display:block\"');\n\nexport function IPhone17ProMaxSVG({ style }: DeviceSVGProps) {\n return <div style={style} dangerouslySetInnerHTML={{ __html: SVG_STRING_SCALED }} />;\n}\nexport const IPHONE_17_PRO_MAX_FRAME: DeviceFrameInfo = {\n \"bezelTop\": 15,\n \"bezelBottom\": 15,\n \"bezelLeft\": 18,\n \"bezelRight\": 18,\n \"totalWidth\": 476,\n \"totalHeight\": 986,\n \"screenWidth\": 440,\n \"screenHeight\": 956,\n \"screenRadius\": 55\n};\nexport const IPHONE_17_PRO_MAX_SCREEN_RECT: SVGScreenRect = { \"x\": 55, \"y\": 45, \"width\": 1320, \"height\": 2868, \"rx\": 241 };\n","import type { CSSProperties } from \"react\";\nimport type { DeviceFrameInfo, DeviceLayoutData, DeviceMeta, SVGScreenRect } from \"../contract-types.js\";\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport const IPHONE_17_PRO_META: DeviceMeta = {\n id: \"iphone-17-pro\",\n name: \"iPhone 17 Pro\",\n platform: \"ios\",\n year: 2025,\n formFactor: \"phone\",\n screen: {\n width: 402,\n height: 874,\n physicalWidth: 1206,\n physicalHeight: 2622,\n dpr: 3,\n aspectRatio: \"19.5:9\",\n cornerRadius: 55,\n ppi: 460\n }\n};\nexport const IPHONE_17_PRO_LAYOUT: DeviceLayoutData = {\n meta: IPHONE_17_PRO_META,\n safeArea: {\n portrait: { top: 62, bottom: 34, left: 0, right: 0 },\n landscape: { top: 20, bottom: 20, left: 62, right: 62 }\n },\n hardwareOverlays: {\n type: \"dynamic-island\",\n portrait: {\n x: 138,\n // centered: (402 - 126) / 2 = 138\n y: 11,\n width: 126,\n height: 37,\n shape: \"pill\",\n cornerRadius: 18.5\n }\n },\n statusBar: {\n height: 54,\n style: \"dynamic-island\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true\n },\n homeIndicator: {\n type: \"swipe-bar\",\n height: 5,\n width: 134,\n visible: true\n },\n hardwareButtons: {\n volumeUp: { side: \"left\", yPosition: 200 },\n volumeDown: { side: \"left\", yPosition: 240 },\n power: { side: \"right\", yPosition: 220 },\n actionButton: { side: \"left\", yPosition: 250 },\n cameraControl: { side: \"right\", yPosition: 500 }\n }\n};\nconst SVG_STRING = `<svg width=\"1280\" height=\"2642\" viewBox=\"0 0 1280 2642\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_54_343)\">\n<rect width=\"1280\" height=\"2642\" rx=\"210\" fill=\"black\"/>\n<rect x=\"11.5\" y=\"11.5\" width=\"1257\" height=\"2619\" rx=\"198.5\" stroke=\"#515868\" stroke-width=\"13\"/>\n<rect x=\"2.5\" y=\"2.5\" width=\"1275\" height=\"2637\" rx=\"207.5\" stroke=\"#303640\" stroke-width=\"5\"/>\n<g opacity=\"0.9\" filter=\"url(#filter0_f_54_343)\">\n<rect x=\"5\" y=\"6\" width=\"1270\" height=\"2631\" rx=\"206\" stroke=\"#717989\" stroke-width=\"5\"/>\n</g>\n<g opacity=\"0.8\" filter=\"url(#filter1_f_54_343)\">\n<rect x=\"22\" y=\"22\" width=\"1236\" height=\"2598\" rx=\"188\" stroke=\"#646464\" stroke-width=\"2\"/>\n</g>\n<rect x=\"55\" y=\"55\" width=\"1170\" height=\"2532\" rx=\"165\" fill=\"white\"/>\n<path d=\"M221.241 129.576C229.781 129.576 236.898 135.565 236.898 149.154V149.208C236.898 162.018 230.963 169.671 221.08 169.671C213.91 169.671 208.539 165.536 207.33 159.681L207.276 159.386H214.151L214.232 159.627C215.279 162.286 217.643 164.005 221.107 164.005C227.337 164.005 229.942 158.043 230.211 150.711C230.238 150.309 230.265 149.906 230.265 149.476H230.104C228.573 153.021 224.706 155.707 219.469 155.707C212.003 155.707 206.739 150.335 206.739 143.058V143.004C206.739 135.189 212.889 129.576 221.241 129.576ZM221.241 150.362C225.672 150.362 229.056 147.247 229.056 142.923V142.896C229.056 138.6 225.672 135.243 221.322 135.243C217.025 135.243 213.561 138.573 213.561 142.762V142.816C213.561 147.22 216.837 150.362 221.241 150.362ZM245.545 143.648C243.37 143.648 241.651 141.93 241.651 139.754C241.651 137.579 243.37 135.887 245.545 135.887C247.721 135.887 249.413 137.579 249.413 139.754C249.413 141.93 247.721 143.648 245.545 143.648ZM245.545 163.36C243.37 163.36 241.651 161.642 241.651 159.466C241.651 157.291 243.37 155.599 245.545 155.599C247.721 155.599 249.413 157.291 249.413 159.466C249.413 161.642 247.721 163.36 245.545 163.36ZM273.233 169V161.561H253.897V155.653L269.984 130.248H279.84V155.868H285.104V161.561H279.84V169H273.233ZM260.128 156.029H273.341V135.484H273.18L260.128 155.841V156.029ZM299.149 169V136.854H298.988L288.971 143.729V137.364L299.095 130.248H305.943V169H299.149Z\" fill=\"white\"/>\n<g opacity=\"0.9\">\n<rect x=\"892\" y=\"150\" width=\"10\" height=\"12\" rx=\"1\" fill=\"white\"/>\n<rect x=\"906\" y=\"144\" width=\"10\" height=\"18\" rx=\"1\" fill=\"white\"/>\n<rect x=\"921\" y=\"137\" width=\"10\" height=\"25\" rx=\"1\" fill=\"white\"/>\n<rect x=\"935\" y=\"129\" width=\"10\" height=\"33\" rx=\"1\" fill=\"white\"/>\n</g>\n<g opacity=\"0.9\">\n<path d=\"M1024.15 137.632C1017.62 131.066 1008.59 127 998.603 127C988.586 127 979.526 131.09 973 137.692L978.657 143.349C983.735 138.195 990.796 135 998.603 135C1006.38 135 1013.42 138.17 1018.49 143.289L1024.15 137.632Z\" fill=\"white\"/>\n<path d=\"M1014.95 146.825C1010.79 142.611 1005 140 998.603 140C992.176 140 986.366 142.635 982.192 146.884L987.85 152.542C990.575 149.74 994.386 148 998.603 148C1002.79 148 1006.58 149.715 1009.3 152.482L1014.95 146.825Z\" fill=\"white\"/>\n<path d=\"M1005.76 156.018C1003.95 154.156 1001.41 153 998.603 153C995.766 153 993.206 154.181 991.386 156.078L998.543 163.235L1005.76 156.018Z\" fill=\"white\"/>\n</g>\n<rect opacity=\"0.6\" x=\"1053.5\" y=\"129.5\" width=\"67\" height=\"32\" rx=\"6.5\" stroke=\"white\" stroke-width=\"3\"/>\n<rect opacity=\"0.9\" x=\"1057\" y=\"133\" width=\"60\" height=\"25\" rx=\"4\" fill=\"white\"/>\n<path opacity=\"0.6\" d=\"M1124 141V141C1126.21 141 1128 142.791 1128 145V146C1128 148.209 1126.21 150 1124 150V150V141Z\" fill=\"white\"/>\n<rect x=\"455\" y=\"95\" width=\"370\" height=\"108\" rx=\"54\" fill=\"black\"/>\n<g opacity=\"0.75\">\n<rect x=\"726\" y=\"124\" width=\"50\" height=\"50\" rx=\"25\" fill=\"#121212\"/>\n<rect x=\"726\" y=\"124\" width=\"50\" height=\"50\" rx=\"25\" stroke=\"#0E0E0E\" stroke-width=\"2\"/>\n<g filter=\"url(#filter2_f_54_343)\">\n<path d=\"M745.429 137.857C736.981 140.334 734.166 154.572 745.429 160.143C742.613 152.715 742.613 145.905 745.429 137.857Z\" fill=\"#50A99A\"/>\n</g>\n<g filter=\"url(#filter3_f_54_343)\">\n<path d=\"M743.571 143C739.348 144.333 737.94 152 743.571 155C742.164 151 742.164 147.333 743.571 143Z\" fill=\"#50A99A\"/>\n</g>\n<g opacity=\"0.4\" filter=\"url(#filter4_f_54_343)\">\n<path d=\"M745.309 141.066C741.69 141.611 739.045 151.627 743.417 154.286C741.869 150.715 742.643 143.572 745.309 141.066Z\" fill=\"#D0FFF7\"/>\n</g>\n<g filter=\"url(#filter5_f_54_343)\">\n<path d=\"M756.571 137.857C765.019 140.334 767.834 154.572 756.571 160.143C759.387 152.715 759.387 145.905 756.571 137.857Z\" fill=\"#3E518C\"/>\n</g>\n<g filter=\"url(#filter6_f_54_343)\">\n<path d=\"M758.429 143C762.652 144.333 764.06 152 758.429 155C759.836 151 759.836 147.333 758.429 143Z\" fill=\"#26408D\"/>\n</g>\n<g opacity=\"0.5\" filter=\"url(#filter7_f_54_343)\">\n<path d=\"M756.691 141.066C760.31 141.611 762.955 151.627 758.583 154.286C760.131 150.715 759.357 143.572 756.691 141.066Z\" fill=\"#0D308C\"/>\n</g>\n</g>\n<g opacity=\"0.4\">\n<rect width=\"72\" height=\"72\" rx=\"36\" transform=\"matrix(-1 0 0 1 545 113)\" fill=\"#141414\"/>\n<rect width=\"46.8\" height=\"46.8\" rx=\"23.4\" transform=\"matrix(-1 0 0 1 532.4 125.6)\" fill=\"black\"/>\n<g filter=\"url(#filter8_f_54_343)\">\n<path d=\"M516.021 134.959C526.665 138.079 530.212 156.019 516.021 163.039C519.569 153.679 519.569 145.099 516.021 134.959Z\" fill=\"#50A99A\"/>\n</g>\n<g filter=\"url(#filter9_f_54_343)\">\n<path d=\"M518.362 141.439C523.683 143.119 525.457 152.779 518.362 156.559C520.135 151.519 520.135 146.899 518.362 141.439Z\" fill=\"#50A99A\"/>\n</g>\n<g opacity=\"0.5\" filter=\"url(#filter10_f_54_343)\">\n<path d=\"M516.172 139.001C520.733 139.688 524.065 152.308 518.556 155.658C520.506 151.158 519.531 142.158 516.172 139.001Z\" fill=\"#D0FFF7\"/>\n</g>\n<g filter=\"url(#filter11_f_54_343)\">\n<path d=\"M501.979 134.959C491.335 138.079 487.788 156.019 501.979 163.039C498.431 153.679 498.431 145.099 501.979 134.959Z\" fill=\"#3E518C\"/>\n</g>\n<g filter=\"url(#filter12_f_54_343)\">\n<path d=\"M499.638 141.439C494.317 143.119 492.543 152.779 499.638 156.559C497.865 151.519 497.865 146.899 499.638 141.439Z\" fill=\"#26408D\"/>\n</g>\n<g opacity=\"0.5\" filter=\"url(#filter13_f_54_343)\">\n<path d=\"M501.828 139.001C497.267 139.688 493.935 152.308 499.444 155.658C497.494 151.158 498.469 142.158 501.828 139.001Z\" fill=\"#0D308C\"/>\n</g>\n</g>\n<g opacity=\"0.4\">\n<g opacity=\"0.75\" style=\"mix-blend-mode:screen\">\n<rect y=\"2358\" width=\"18\" height=\"16\" fill=\"#7C7C7C\"/>\n</g>\n<g opacity=\"0.75\" style=\"mix-blend-mode:screen\">\n<rect x=\"263\" y=\"2622\" width=\"16\" height=\"18\" fill=\"#7C7C7C\"/>\n</g>\n<g opacity=\"0.75\" style=\"mix-blend-mode:screen\">\n<rect x=\"1262\" y=\"267\" width=\"18\" height=\"16\" fill=\"#7C7C7C\"/>\n</g>\n<g opacity=\"0.75\" style=\"mix-blend-mode:screen\">\n<rect y=\"267\" width=\"18\" height=\"16\" fill=\"#7C7C7C\"/>\n</g>\n<g opacity=\"0.75\" style=\"mix-blend-mode:screen\">\n<rect x=\"1019\" width=\"16\" height=\"18\" fill=\"#7C7C7C\"/>\n</g>\n<g opacity=\"0.75\" style=\"mix-blend-mode:screen\">\n<rect x=\"1262\" y=\"2357\" width=\"18\" height=\"16\" fill=\"#7C7C7C\"/>\n</g>\n</g>\n</g>\n<defs>\n<filter id=\"filter0_f_54_343\" x=\"-0.5\" y=\"0.5\" width=\"1281\" height=\"2642\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.5\" result=\"effect1_foregroundBlur_54_343\"/>\n</filter>\n<filter id=\"filter1_f_54_343\" x=\"19\" y=\"19\" width=\"1242\" height=\"2604\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1\" result=\"effect1_foregroundBlur_54_343\"/>\n</filter>\n<filter id=\"filter2_f_54_343\" x=\"732.429\" y=\"132.286\" width=\"18.5713\" height=\"33.43\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"2.78571\" result=\"effect1_foregroundBlur_54_343\"/>\n</filter>\n<filter id=\"filter3_f_54_343\" x=\"734.286\" y=\"137.429\" width=\"14.8572\" height=\"23.1429\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"2.78571\" result=\"effect1_foregroundBlur_54_343\"/>\n</filter>\n<filter id=\"filter4_f_54_343\" x=\"737.425\" y=\"137.352\" width=\"11.5982\" height=\"20.6473\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.85714\" result=\"effect1_foregroundBlur_54_343\"/>\n</filter>\n<filter id=\"filter5_f_54_343\" x=\"751\" y=\"132.286\" width=\"18.5713\" height=\"33.43\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"2.78571\" result=\"effect1_foregroundBlur_54_343\"/>\n</filter>\n<filter id=\"filter6_f_54_343\" x=\"752.857\" y=\"137.429\" width=\"14.8572\" height=\"23.1429\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"2.78571\" result=\"effect1_foregroundBlur_54_343\"/>\n</filter>\n<filter id=\"filter7_f_54_343\" x=\"752.976\" y=\"137.352\" width=\"11.5982\" height=\"20.6473\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.85714\" result=\"effect1_foregroundBlur_54_343\"/>\n</filter>\n<filter id=\"filter8_f_54_343\" x=\"509.001\" y=\"127.939\" width=\"23.4001\" height=\"42.1201\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"3.51\" result=\"effect1_foregroundBlur_54_343\"/>\n</filter>\n<filter id=\"filter9_f_54_343\" x=\"511.342\" y=\"134.419\" width=\"18.7199\" height=\"29.1591\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"3.51\" result=\"effect1_foregroundBlur_54_343\"/>\n</filter>\n<filter id=\"filter10_f_54_343\" x=\"513.831\" y=\"136.66\" width=\"9.93391\" height=\"21.3382\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.17\" result=\"effect1_foregroundBlur_54_343\"/>\n</filter>\n<filter id=\"filter11_f_54_343\" x=\"485.599\" y=\"127.939\" width=\"23.3999\" height=\"42.1201\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"3.51\" result=\"effect1_foregroundBlur_54_343\"/>\n</filter>\n<filter id=\"filter12_f_54_343\" x=\"487.938\" y=\"134.419\" width=\"18.7199\" height=\"29.1591\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"3.51\" result=\"effect1_foregroundBlur_54_343\"/>\n</filter>\n<filter id=\"filter13_f_54_343\" x=\"494.235\" y=\"136.66\" width=\"9.93391\" height=\"21.3382\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.17\" result=\"effect1_foregroundBlur_54_343\"/>\n</filter>\n<clipPath id=\"clip0_54_343\">\n<rect width=\"1280\" height=\"2642\" rx=\"210\" fill=\"white\"/>\n</clipPath>\n</defs>\n<rect data-zone=\"screen-area\" x=\"17\" y=\"18\" width=\"367\" height=\"838\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"hardware-overlay\" x=\"143\" y=\"31\" width=\"116\" height=\"36\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-top\" x=\"17\" y=\"18\" width=\"367\" height=\"57\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-bottom\" x=\"17\" y=\"823\" width=\"367\" height=\"33\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-left\" x=\"17\" y=\"18\" width=\"0\" height=\"838\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-right\" x=\"385\" y=\"18\" width=\"0\" height=\"838\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"status-bar\" x=\"17\" y=\"18\" width=\"367\" height=\"52\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"home-indicator\" x=\"140\" y=\"843\" width=\"122\" height=\"5\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"volume-up\" data-side=\"left\" x=\"0\" y=\"88\" width=\"6\" height=\"5\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"volume-down\" data-side=\"left\" x=\"0\" y=\"780\" width=\"6\" height=\"5\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"power\" data-side=\"right\" x=\"396\" y=\"88\" width=\"6\" height=\"5\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"camera\" data-side=\"right\" x=\"396\" y=\"780\" width=\"6\" height=\"5\" fill=\"none\" stroke=\"none\"/>\n</svg>`;\nconst SVG_STRING_SCALED = SVG_STRING\n .replace(/\\swidth=\"[^\"]*\"/, ' width=\"100%\"')\n .replace(/\\sheight=\"[^\"]*\"/, ' height=\"100%\"')\n .replace(/<svg\\b/, '<svg preserveAspectRatio=\"xMidYMid meet\" style=\"display:block\"');\n\nexport function IPhone17ProSVG({ style }: DeviceSVGProps) {\n return <div style={style} dangerouslySetInnerHTML={{ __html: SVG_STRING_SCALED }} />;\n}\nexport const IPHONE_17_PRO_FRAME: DeviceFrameInfo = {\n \"bezelTop\": 19,\n \"bezelBottom\": 19,\n \"bezelLeft\": 19,\n \"bezelRight\": 19,\n \"totalWidth\": 440,\n \"totalHeight\": 912,\n \"screenWidth\": 402,\n \"screenHeight\": 874,\n \"screenRadius\": 55\n};\nexport const IPHONE_17_PRO_SCREEN_RECT: SVGScreenRect = { \"x\": 55, \"y\": 55, \"width\": 1170, \"height\": 2532, \"rx\": 165 };\n","import type { CSSProperties } from \"react\";\nimport type { DeviceFrameInfo, DeviceLayoutData, DeviceMeta, SVGScreenRect } from \"../contract-types.js\";\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport const IPHONE_AIR_META: DeviceMeta = {\n id: \"iphone-air\",\n name: \"iPhone Air\",\n platform: \"ios\",\n year: 2025,\n formFactor: \"phone\",\n screen: {\n width: 420,\n height: 912,\n physicalWidth: 1260,\n physicalHeight: 2736,\n dpr: 3,\n aspectRatio: \"19.5:9\",\n cornerRadius: 55,\n ppi: 460\n }\n};\nexport const IPHONE_AIR_LAYOUT: DeviceLayoutData = {\n meta: IPHONE_AIR_META,\n safeArea: {\n portrait: { top: 68, bottom: 34, left: 0, right: 0 },\n landscape: { top: 20, bottom: 29, left: 68, right: 68 }\n },\n hardwareOverlays: {\n type: \"dynamic-island\",\n portrait: {\n x: 147,\n // centered: (420 - 126) / 2 = 147\n y: 11,\n width: 126,\n height: 37,\n shape: \"pill\",\n cornerRadius: 18.5\n }\n },\n statusBar: {\n height: 54,\n style: \"dynamic-island\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true\n },\n homeIndicator: {\n type: \"swipe-bar\",\n height: 5,\n width: 134,\n visible: true\n },\n hardwareButtons: {\n volumeUp: { side: \"left\", yPosition: 210 },\n volumeDown: { side: \"left\", yPosition: 250 },\n power: { side: \"right\", yPosition: 230 }\n }\n};\nconst SVG_STRING = `<svg width=\"1490\" height=\"2996\" viewBox=\"0 0 1490 2996\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1133.18 53C1238.82 53 1277.13 63.9998 1315.76 84.6552C1354.38 105.311 1384.69 135.622 1405.34 174.244C1426 212.866 1437 251.175 1437 356.82V2641.18C1437 2746.82 1426 2785.13 1405.34 2823.76C1384.69 2862.38 1354.38 2892.69 1315.76 2913.34C1277.13 2934 1238.82 2945 1133.18 2945H356.82C251.175 2945 212.866 2934 174.244 2913.34C135.622 2892.69 105.311 2862.38 84.6552 2823.76C63.9998 2785.13 53 2746.82 53 2641.18V356.82C53 251.175 63.9998 212.866 84.6552 174.244C105.311 135.622 135.622 105.311 174.244 84.6552C212.866 63.9998 251.175 53 356.82 53L1133.18 53ZM1143.87 100H346.133C260.547 100 229.512 108.911 198.223 125.645C166.934 142.378 142.378 166.934 125.645 198.223C108.911 229.512 100 260.547 100 346.133V2649.87C100 2735.45 108.911 2766.49 125.645 2797.78C142.378 2829.07 166.934 2853.62 198.223 2870.36C229.512 2887.09 260.547 2896 346.133 2896H1143.87C1229.45 2896 1260.49 2887.09 1291.78 2870.36C1323.07 2853.62 1347.62 2829.07 1364.36 2797.78C1381.09 2766.49 1390 2735.45 1390 2649.87V346.133C1390 260.547 1381.09 229.512 1364.36 198.223C1347.62 166.934 1323.07 142.378 1291.78 125.645C1260.49 108.911 1229.45 100 1143.87 100Z\" fill=\"#D8D8D8\"/>\n<mask id=\"mask0_56_409\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"53\" y=\"53\" width=\"1384\" height=\"2892\">\n<path d=\"M1133.18 53C1238.82 53 1277.13 63.9998 1315.76 84.6552C1354.38 105.311 1384.69 135.622 1405.34 174.244C1426 212.866 1437 251.175 1437 356.82V2641.18C1437 2746.82 1426 2785.13 1405.34 2823.76C1384.69 2862.38 1354.38 2892.69 1315.76 2913.34C1277.13 2934 1238.82 2945 1133.18 2945H356.82C251.175 2945 212.866 2934 174.244 2913.34C135.622 2892.69 105.311 2862.38 84.6552 2823.76C63.9998 2785.13 53 2746.82 53 2641.18V356.82C53 251.175 63.9998 212.866 84.6552 174.244C105.311 135.622 135.622 105.311 174.244 84.6552C212.866 63.9998 251.175 53 356.82 53L1133.18 53ZM1143.87 100H346.133C260.547 100 229.512 108.911 198.223 125.645C166.934 142.378 142.378 166.934 125.645 198.223C108.911 229.512 100 260.547 100 346.133V2649.87C100 2735.45 108.911 2766.49 125.645 2797.78C142.378 2829.07 166.934 2853.62 198.223 2870.36C229.512 2887.09 260.547 2896 346.133 2896H1143.87C1229.45 2896 1260.49 2887.09 1291.78 2870.36C1323.07 2853.62 1347.62 2829.07 1364.36 2797.78C1381.09 2766.49 1390 2735.45 1390 2649.87V346.133C1390 260.547 1381.09 229.512 1364.36 198.223C1347.62 166.934 1323.07 142.378 1291.78 125.645C1260.49 108.911 1229.45 100 1143.87 100Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask0_56_409)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M354.257 55H1135.74C1239.93 55 1277.74 65.7773 1315.84 86.1517C1353.78 106.444 1383.56 136.221 1403.85 174.164C1424.22 212.261 1435 250.069 1435 354.257V2643.74C1435 2747.93 1424.22 2785.74 1403.85 2823.84C1383.56 2861.78 1353.78 2891.56 1315.84 2911.85C1277.74 2932.22 1239.93 2943 1135.74 2943H354.257C250.069 2943 212.261 2932.22 174.164 2911.85C136.221 2891.56 106.444 2861.78 86.1517 2823.84C65.7773 2785.74 55 2747.93 55 2643.74V354.257C55 250.069 65.7773 212.261 86.1517 174.164C106.444 136.221 136.221 106.444 174.164 86.1517C212.261 65.7773 250.069 55 354.257 55ZM373.257 69C267.937 69 229.773 80.0367 191.277 100.624C152.627 121.295 122.295 151.627 101.624 190.277C81.0367 228.773 70 266.937 70 372.257V2623.74C70 2729.06 81.0367 2767.23 101.624 2805.72C122.295 2844.37 152.627 2874.71 191.277 2895.38C229.773 2915.96 267.937 2927 373.257 2927H1117.74C1223.06 2927 1261.23 2915.96 1299.72 2895.38C1338.37 2874.71 1368.71 2844.37 1389.38 2805.72C1409.96 2767.23 1421 2729.06 1421 2623.74V372.257C1421 266.937 1409.96 228.773 1389.38 190.277C1368.71 151.627 1338.37 121.295 1299.72 100.624C1261.23 80.0367 1223.06 69 1117.74 69H373.257Z\" stroke=\"url(#paint0_linear_56_409)\" stroke-width=\"4\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M354.257 54.5H1135.74C1240.07 54.5 1277.93 65.3098 1316.07 85.7108C1354.1 106.05 1383.95 135.897 1404.29 173.928C1424.69 212.075 1435.5 249.928 1435.5 354.257V2643.74C1435.5 2748.07 1424.69 2785.93 1404.29 2824.07C1383.95 2862.1 1354.1 2891.95 1316.07 2912.29C1277.93 2932.69 1240.07 2943.5 1135.74 2943.5H354.257C249.928 2943.5 212.075 2932.69 173.928 2912.29C135.897 2891.95 106.05 2862.1 85.7108 2824.07C65.3098 2785.93 54.5 2748.07 54.5 2643.74V354.257C54.5 249.928 65.3098 212.075 85.7108 173.928C106.05 135.897 135.897 106.05 173.928 85.7108C212.075 65.3098 249.928 54.5 354.257 54.5ZM1117.74 69.5H373.257C268.078 69.5 229.959 80.5043 191.513 101.065C152.952 121.688 122.688 151.952 102.065 190.513C81.5043 228.959 70.5 267.078 70.5 372.257V2623.74C70.5 2728.92 81.5043 2767.04 102.065 2805.49C122.688 2844.05 152.952 2874.31 191.513 2894.93C229.959 2915.5 268.078 2926.5 373.257 2926.5H1117.74C1222.92 2926.5 1261.04 2915.5 1299.49 2894.93C1338.05 2874.31 1368.31 2844.05 1388.93 2805.49C1409.5 2767.04 1420.5 2728.92 1420.5 2623.74V372.257C1420.5 267.078 1409.5 228.959 1388.93 190.513C1368.31 151.952 1338.05 121.688 1299.49 101.065C1261.04 80.5043 1222.92 69.5 1117.74 69.5Z\" stroke=\"url(#paint1_linear_56_409)\" stroke-width=\"3\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M354.257 54H1135.74C1240.21 54 1278.11 64.8422 1316.31 85.2699C1354.43 105.656 1384.34 135.573 1404.73 173.692C1425.16 211.889 1436 249.786 1436 354.257V2643.74C1436 2748.21 1425.16 2786.11 1404.73 2824.31C1384.34 2862.43 1354.43 2892.34 1316.31 2912.73C1278.11 2933.16 1240.21 2944 1135.74 2944H354.257C249.786 2944 211.889 2933.16 173.692 2912.73C135.573 2892.34 105.656 2862.43 85.2699 2824.31C64.8422 2786.11 54 2748.21 54 2643.74L54 354.257C54 249.786 64.8422 211.889 85.2699 173.692C105.656 135.573 135.573 105.656 173.692 85.2699C211.889 64.8422 249.786 54 354.257 54ZM373.257 70C268.22 70 230.145 80.9718 191.749 101.506C153.276 122.082 123.082 152.276 102.506 190.749C81.9718 229.145 71 267.22 71 372.257V2623.74C71 2728.78 81.9718 2766.85 102.506 2805.25C123.082 2843.72 153.276 2873.92 191.749 2894.49C230.145 2915.03 268.22 2926 373.257 2926H1117.74C1222.78 2926 1260.85 2915.03 1299.25 2894.49C1337.72 2873.92 1367.92 2843.72 1388.49 2805.25C1409.03 2766.85 1420 2728.78 1420 2623.74V372.257C1420 267.22 1409.03 229.145 1388.49 190.749C1367.92 152.276 1337.72 122.082 1299.25 101.506C1260.85 80.9718 1222.78 70 1117.74 70H373.257Z\" stroke=\"url(#paint2_linear_56_409)\" stroke-width=\"2\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1135.74 53.5C1240.36 53.5 1278.3 64.3746 1316.54 84.829C1354.75 105.263 1384.74 135.249 1405.17 173.456C1425.63 211.703 1436.5 249.645 1436.5 354.257V2643.74C1436.5 2748.36 1425.63 2786.3 1405.17 2824.54C1384.74 2862.75 1354.75 2892.74 1316.54 2913.17C1278.3 2933.63 1240.36 2944.5 1135.74 2944.5H354.257C249.645 2944.5 211.703 2933.63 173.456 2913.17C135.249 2892.74 105.263 2862.75 84.829 2824.54C64.3746 2786.3 53.5 2748.36 53.5 2643.74V354.257C53.5 249.645 64.3746 211.703 84.829 173.456C105.263 135.249 135.249 105.263 173.456 84.829C211.703 64.3746 249.645 53.5 354.257 53.5H1135.74ZM373.257 70.5C268.361 70.5 230.331 81.4394 191.985 101.947C153.6 122.476 123.476 152.6 102.947 190.985C82.4394 229.331 71.5 267.361 71.5 372.257V2623.74C71.5 2728.64 82.4394 2766.67 102.947 2805.02C123.476 2843.4 153.6 2873.52 191.985 2894.05C230.331 2914.56 268.361 2925.5 373.257 2925.5H1117.74C1222.64 2925.5 1260.67 2914.56 1299.02 2894.05C1337.4 2873.52 1367.52 2843.4 1388.05 2805.02C1408.56 2766.67 1419.5 2728.64 1419.5 2623.74V372.257C1419.5 267.361 1408.56 229.331 1388.05 190.985C1367.52 152.6 1337.4 122.476 1299.02 101.947C1260.67 81.4394 1222.64 70.5 1117.74 70.5H373.257Z\" stroke=\"url(#paint3_linear_56_409)\"/>\n<mask id=\"mask1_56_409\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"53\" y=\"53\" width=\"1384\" height=\"2892\">\n<path d=\"M1135.74 53C1240.5 53 1278.48 63.907 1316.78 84.3881C1355.08 104.869 1385.13 134.924 1405.61 173.221C1426.09 211.517 1437 249.503 1437 354.257V2643.74C1437 2748.5 1426.09 2786.48 1405.61 2824.78C1385.13 2863.08 1355.08 2893.13 1316.78 2913.61C1278.48 2934.09 1240.5 2945 1135.74 2945H354.257C249.503 2945 211.517 2934.09 173.221 2913.61C134.924 2893.13 104.869 2863.08 84.3881 2824.78C63.907 2786.48 53 2748.5 53 2643.74V354.257C53 249.503 63.907 211.517 84.3881 173.221C104.869 134.924 134.924 104.869 173.221 84.3881C211.517 63.907 249.503 53 354.257 53L1135.74 53ZM373.257 71C268.503 71 230.517 81.907 192.221 102.388C153.924 122.869 123.869 152.924 103.388 191.221C82.907 229.517 72 267.503 72 372.257V2623.74C72 2728.5 82.907 2766.48 103.388 2804.78C123.869 2843.08 153.924 2873.13 192.221 2893.61C230.517 2914.09 268.503 2925 373.257 2925H1117.74C1222.5 2925 1260.48 2914.09 1298.78 2893.61C1337.08 2873.13 1367.13 2843.08 1387.61 2804.78C1408.09 2766.48 1419 2728.5 1419 2623.74V372.257C1419 267.503 1408.09 229.517 1387.61 191.221C1367.13 152.924 1337.08 122.869 1298.78 102.388C1260.48 81.907 1222.5 71 1117.74 71H373.257Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask1_56_409)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 81H1130.62C1234.32 81 1272.07 91.4443 1310.02 111.74C1347.2 131.624 1376.38 160.803 1396.26 197.983C1416.56 235.933 1427 273.68 1427 377.384V2641.62C1427 2745.32 1416.56 2783.07 1396.26 2821.02C1376.38 2858.2 1347.2 2887.38 1310.02 2907.26C1272.07 2927.56 1234.32 2938 1130.62 2938H359.384C255.68 2938 217.933 2927.56 179.983 2907.26C142.803 2887.38 113.624 2858.2 93.7405 2821.02C73.4443 2783.07 63 2745.32 63 2641.62V377.384C63 273.68 73.4443 235.933 93.7405 197.983C113.624 160.803 142.803 131.624 179.983 111.74C217.933 91.4443 255.68 81 359.384 81Z\" stroke=\"#A0ACB3\" stroke-width=\"20\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 80.5H1130.62C1234.46 80.5 1272.25 90.9767 1310.25 111.3C1347.52 131.231 1376.77 160.479 1396.7 197.747C1417.02 235.748 1427.5 273.538 1427.5 377.384V2641.62C1427.5 2745.46 1417.02 2783.25 1396.7 2821.25C1376.77 2858.52 1347.52 2887.77 1310.25 2907.7C1272.25 2928.02 1234.46 2938.5 1130.62 2938.5H359.384C255.538 2938.5 217.748 2928.02 179.747 2907.7C142.479 2887.77 113.231 2858.52 93.2996 2821.25C72.9767 2783.25 62.5 2745.46 62.5 2641.62V377.384C62.5 273.538 72.9767 235.748 93.2996 197.747C113.231 160.479 142.479 131.231 179.747 111.3C217.748 90.9767 255.538 80.5 359.384 80.5Z\" stroke=\"#505E64\" stroke-width=\"19\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 80H1130.62C1234.6 80 1272.44 90.5092 1310.49 110.859C1347.85 130.837 1377.16 160.155 1397.14 197.511C1417.49 235.562 1428 273.397 1428 377.384V2641.62C1428 2745.6 1417.49 2783.44 1397.14 2821.49C1377.16 2858.85 1347.85 2888.16 1310.49 2908.14C1272.44 2928.49 1234.6 2939 1130.62 2939H359.384C255.397 2939 217.562 2928.49 179.511 2908.14C142.155 2888.16 112.837 2858.85 92.8587 2821.49C72.5092 2783.44 62 2745.6 62 2641.62V377.384C62 273.397 72.5092 235.562 92.8587 197.511C112.837 160.155 142.155 130.837 179.511 110.859C217.562 90.5092 255.397 80 359.384 80Z\" stroke=\"#808D96\" stroke-width=\"18\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 79.5H1130.62C1234.75 79.5 1272.62 90.0416 1310.72 110.418C1348.17 130.444 1377.56 159.831 1397.58 197.276C1417.96 235.376 1428.5 273.255 1428.5 377.384V2641.62C1428.5 2745.75 1417.96 2783.62 1397.58 2821.72C1377.56 2859.17 1348.17 2888.56 1310.72 2908.58C1272.62 2928.96 1234.75 2939.5 1130.62 2939.5H359.384C255.255 2939.5 217.376 2928.96 179.276 2908.58C141.831 2888.56 112.444 2859.17 92.4178 2821.72C72.0416 2783.62 61.5 2745.75 61.5 2641.62V377.384C61.5 273.255 72.0416 235.376 92.4178 197.276C112.444 159.831 141.831 130.444 179.276 110.418C217.376 90.0416 255.255 79.5 359.384 79.5Z\" stroke=\"#B5C2CB\" stroke-width=\"17\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 79H1130.62C1234.89 79 1272.81 89.574 1310.96 109.977C1348.49 130.05 1377.95 159.506 1398.02 197.04C1418.43 235.19 1429 273.113 1429 377.384V2641.62C1429 2745.89 1418.43 2783.81 1398.02 2821.96C1377.95 2859.49 1348.49 2888.95 1310.96 2909.02C1272.81 2929.43 1234.89 2940 1130.62 2940H359.384C255.113 2940 217.19 2929.43 179.04 2909.02C141.506 2888.95 112.05 2859.49 91.9769 2821.96C71.574 2783.81 61 2745.89 61 2641.62V377.384C61 273.113 71.574 235.19 91.9769 197.04C112.05 159.506 141.506 130.05 179.04 109.977C217.19 89.574 255.113 79 359.384 79Z\" stroke=\"#DEECF6\" stroke-width=\"16\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1130.62 78.5C1235.03 78.5 1273 89.1064 1311.2 109.536C1348.82 129.656 1378.34 159.182 1398.46 196.804C1418.89 235.004 1429.5 272.972 1429.5 377.384V2641.62C1429.5 2746.03 1418.89 2784 1398.46 2822.2C1378.34 2859.82 1348.82 2889.34 1311.2 2909.46C1273 2929.89 1235.03 2940.5 1130.62 2940.5H359.384C254.972 2940.5 217.004 2929.89 178.804 2909.46C141.182 2889.34 111.656 2859.82 91.536 2822.2C71.1064 2784 60.5 2746.03 60.5 2641.62V377.384C60.5 272.972 71.1064 235.004 91.536 196.804C111.656 159.182 141.182 129.656 178.804 109.536C217.004 89.1064 254.972 78.5 359.384 78.5H1130.62Z\" stroke=\"#CDD9E6\" stroke-width=\"15\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 78H1130.62C1235.17 78 1273.18 88.6388 1311.43 109.095C1349.14 129.263 1378.74 158.858 1398.9 196.568C1419.36 234.818 1430 272.83 1430 377.384V2641.62C1430 2746.17 1419.36 2784.18 1398.9 2822.43C1378.74 2860.14 1349.14 2889.74 1311.43 2909.91C1273.18 2930.36 1235.17 2941 1130.62 2941H359.384C254.83 2941 216.818 2930.36 178.568 2909.91C140.858 2889.74 111.263 2860.14 91.0951 2822.43C70.6388 2784.18 60 2746.17 60 2641.62V377.384C60 272.83 70.6388 234.818 91.0951 196.568C111.263 158.858 140.858 129.263 178.568 109.095C216.818 88.6388 254.83 78 359.384 78Z\" stroke=\"#C0CED7\" stroke-width=\"14\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 77.5H1130.62C1235.31 77.5 1273.37 88.1712 1311.67 108.654C1349.47 128.869 1379.13 158.534 1399.35 196.332C1419.83 234.632 1430.5 272.689 1430.5 377.384V2641.62C1430.5 2746.31 1419.83 2784.37 1399.35 2822.67C1379.13 2860.47 1349.47 2890.13 1311.67 2910.35C1273.37 2930.83 1235.31 2941.5 1130.62 2941.5H359.384C254.689 2941.5 216.632 2930.83 178.332 2910.35C140.534 2890.13 110.869 2860.47 90.6541 2822.67C70.1712 2784.37 59.5 2746.31 59.5 2641.62V377.384C59.5 272.689 70.1712 234.632 90.6541 196.332C110.869 158.534 140.534 128.869 178.332 108.654C216.632 88.1712 254.689 77.5 359.384 77.5Z\" stroke=\"#ABB8C3\" stroke-width=\"13\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 77H1130.62C1235.45 77 1273.55 87.7037 1311.9 108.213C1349.79 128.475 1379.52 158.209 1399.79 196.097C1420.3 234.446 1431 272.547 1431 377.384V2641.62C1431 2746.45 1420.3 2784.55 1399.79 2822.9C1379.52 2860.79 1349.79 2890.52 1311.9 2910.79C1273.55 2931.3 1235.45 2942 1130.62 2942H359.384C254.547 2942 216.446 2931.3 178.097 2910.79C140.209 2890.52 110.475 2860.79 90.2132 2822.9C69.7037 2784.55 59 2746.45 59 2641.62V377.384C59 272.547 69.7037 234.446 90.2132 196.097C110.475 158.209 140.209 128.475 178.097 108.213C216.446 87.7037 254.547 77 359.384 77Z\" stroke=\"#9CAAB5\" stroke-width=\"12\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 76.5H1130.62C1235.59 76.5 1273.74 87.2361 1312.14 107.772C1350.11 128.082 1379.92 157.885 1400.23 195.861C1420.76 234.26 1431.5 272.405 1431.5 377.384V2641.62C1431.5 2746.59 1420.76 2784.74 1400.23 2823.14C1379.92 2861.11 1350.11 2890.92 1312.14 2911.23C1273.74 2931.76 1235.59 2942.5 1130.62 2942.5H359.384C254.405 2942.5 216.26 2931.76 177.861 2911.23C139.885 2890.92 110.082 2861.11 89.7723 2823.14C69.2361 2784.74 58.5 2746.59 58.5 2641.62V377.384C58.5 272.405 69.2361 234.26 89.7723 195.861C110.082 157.885 139.885 128.082 177.861 107.772C216.26 87.2361 254.405 76.5 359.384 76.5Z\" stroke=\"#8E9CA8\" stroke-width=\"11\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 76H1130.62C1235.74 76 1273.93 86.7685 1312.38 107.331C1350.44 127.688 1380.31 157.561 1400.67 195.625C1421.23 234.074 1432 272.264 1432 377.384V2641.62C1432 2746.74 1421.23 2784.93 1400.67 2823.38C1380.31 2861.44 1350.44 2891.31 1312.38 2911.67C1273.93 2932.23 1235.74 2943 1130.62 2943H359.384C254.264 2943 216.074 2932.23 177.625 2911.67C139.561 2891.31 109.688 2861.44 89.3314 2823.38C68.7685 2784.93 58 2746.74 58 2641.62V377.384C58 272.264 68.7685 234.074 89.3314 195.625C109.688 157.561 139.561 127.688 177.625 107.331C216.074 86.7685 254.264 76 359.384 76Z\" stroke=\"#57636F\" stroke-width=\"10\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 75.5H1130.62C1235.88 75.5 1274.11 86.3009 1312.61 106.891C1350.76 127.295 1380.71 157.237 1401.11 195.389C1421.7 233.888 1432.5 272.122 1432.5 377.384V2641.62C1432.5 2746.88 1421.7 2785.11 1401.11 2823.61C1380.71 2861.76 1350.76 2891.71 1312.61 2912.11C1274.11 2932.7 1235.88 2943.5 1130.62 2943.5H359.384C254.122 2943.5 215.888 2932.7 177.389 2912.11C139.237 2891.71 109.295 2861.76 88.8905 2823.61C68.3009 2785.11 57.5 2746.88 57.5 2641.62V377.384C57.5 272.122 68.3009 233.888 88.8905 195.389C109.295 157.237 139.237 127.295 177.389 106.891C215.888 86.3009 254.122 75.5 359.384 75.5Z\" stroke=\"#25333F\" stroke-width=\"9\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 75H1130.62C1236.02 75 1274.3 85.8333 1312.85 106.45C1351.09 126.901 1381.1 156.913 1401.55 195.153C1422.17 233.702 1433 271.981 1433 377.384V2641.62C1433 2747.02 1422.17 2785.3 1401.55 2823.85C1381.1 2862.09 1351.09 2892.1 1312.85 2912.55C1274.3 2933.17 1236.02 2944 1130.62 2944H359.384C253.981 2944 215.702 2933.17 177.153 2912.55C138.913 2892.1 108.901 2862.09 88.4496 2823.85C67.8333 2785.3 57 2747.02 57 2641.62V377.384C57 271.981 67.8333 233.702 88.4496 195.153C108.901 156.913 138.913 126.901 177.153 106.45C215.702 85.8333 253.981 75 359.384 75Z\" stroke=\"#222F3C\" stroke-width=\"8\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1130.62 73C1236.59 73 1275.04 83.963 1313.79 104.686C1352.38 125.327 1382.67 155.616 1403.31 194.21C1424.04 232.959 1435 271.414 1435 377.384V2641.62C1435 2747.59 1424.04 2786.04 1403.31 2824.79C1382.67 2863.38 1352.38 2893.67 1313.79 2914.31C1275.04 2935.04 1236.59 2946 1130.62 2946H359.384C253.414 2946 214.959 2935.04 176.21 2914.31C137.616 2893.67 107.327 2863.38 86.686 2824.79C65.963 2786.04 55 2747.59 55 2641.62V377.384C55 271.414 65.963 232.959 86.686 194.21C107.327 155.616 137.616 125.327 176.21 104.686C214.959 83.963 253.414 73 359.384 73H1130.62Z\" stroke=\"#27353E\" stroke-width=\"4\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 72.5H1130.62C1236.73 72.5 1275.23 83.4954 1314.03 104.245C1352.71 124.933 1383.07 155.291 1403.75 193.974C1424.5 232.773 1435.5 271.273 1435.5 377.384V2641.62C1435.5 2747.73 1424.5 2786.23 1403.75 2825.03C1383.07 2863.71 1352.71 2894.07 1314.03 2914.75C1275.23 2935.5 1236.73 2946.5 1130.62 2946.5H359.384C253.273 2946.5 214.773 2935.5 175.974 2914.75C137.291 2894.07 106.933 2863.71 86.2451 2825.03C65.4954 2786.23 54.5 2747.73 54.5 2641.62V377.384C54.5 271.273 65.4954 232.773 86.2451 193.974C106.933 155.291 137.291 124.933 175.974 104.245C214.773 83.4954 253.273 72.5 359.384 72.5Z\" stroke=\"#3E4B56\" stroke-width=\"3\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 72H1130.62C1236.87 72 1275.41 83.0278 1314.26 103.804C1353.03 124.539 1383.46 154.967 1404.2 193.739C1424.97 232.587 1436 271.131 1436 377.384V2641.62C1436 2747.87 1424.97 2786.41 1404.2 2825.26C1383.46 2864.03 1353.03 2894.46 1314.26 2915.2C1275.41 2935.97 1236.87 2947 1130.62 2947H359.384C253.131 2947 214.587 2935.97 175.739 2915.2C136.967 2894.46 106.539 2864.03 85.8042 2825.26C65.0278 2786.41 54 2747.87 54 2641.62V377.384C54 271.131 65.0278 232.587 85.8042 193.739C106.539 154.967 136.967 124.539 175.739 103.804C214.587 83.0278 253.131 72 359.384 72Z\" stroke=\"#56646F\" stroke-width=\"2\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 71.5H1130.62C1237.01 71.5 1275.6 82.5602 1314.5 103.363C1353.36 124.146 1383.85 154.643 1404.64 193.503C1425.44 232.401 1436.5 270.989 1436.5 377.384V2641.62C1436.5 2748.01 1425.44 2786.6 1404.64 2825.5C1383.85 2864.36 1353.36 2894.85 1314.5 2915.64C1275.6 2936.44 1237.01 2947.5 1130.62 2947.5H359.384C252.989 2947.5 214.401 2936.44 175.503 2915.64C136.643 2894.85 106.146 2864.36 85.3633 2825.5C64.5602 2786.6 53.5 2748.01 53.5 2641.62V377.384C53.5 270.989 64.5602 232.401 85.3633 193.503C106.146 154.643 136.643 124.146 175.503 103.363C214.401 82.5602 252.989 71.5 359.384 71.5Z\" stroke=\"#222F3B\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 62H1130.62C1239.7 62 1279.13 73.6762 1318.98 94.986C1359.52 116.667 1391.33 148.483 1413.01 189.023C1434.32 228.869 1446 268.299 1446 377.384V2641.62C1446 2750.7 1434.32 2790.13 1413.01 2829.98C1391.33 2870.52 1359.52 2902.33 1318.98 2924.01C1279.13 2945.32 1239.7 2957 1130.62 2957H359.384C250.299 2957 210.869 2945.32 171.023 2924.01C130.483 2902.33 98.6669 2870.52 76.986 2829.98C55.6762 2790.13 44 2750.7 44 2641.62V377.384C44 268.299 55.6762 228.869 76.986 189.023C98.6669 148.483 130.483 116.667 171.023 94.986C210.869 73.6762 250.299 62 359.384 62Z\" stroke=\"#828F9A\" stroke-width=\"18\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1130.62 62.5C1239.56 62.5 1278.95 74.1437 1318.74 95.4269C1359.19 117.061 1390.94 148.807 1412.57 189.258C1433.86 229.054 1445.5 268.441 1445.5 377.384V2641.62C1445.5 2750.56 1433.86 2789.95 1412.57 2829.74C1390.94 2870.19 1359.19 2901.94 1318.74 2923.57C1278.95 2944.86 1239.56 2956.5 1130.62 2956.5H359.384C250.441 2956.5 211.054 2944.86 171.258 2923.57C130.807 2901.94 99.0606 2870.19 77.4269 2829.74C56.1437 2789.95 44.5 2750.56 44.5 2641.62V377.384C44.5 268.441 56.1437 229.054 77.4269 189.258C99.0606 148.807 130.807 117.061 171.258 95.4269C211.054 74.1437 250.441 62.5 359.384 62.5H1130.62Z\" stroke=\"#5F6D78\" stroke-width=\"17\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1130.62 63.5C1239.28 63.5 1278.57 75.0789 1318.27 96.3088C1358.54 117.848 1390.15 149.455 1411.69 189.73C1432.92 229.426 1444.5 268.724 1444.5 377.384V2641.62C1444.5 2750.28 1432.92 2789.57 1411.69 2829.27C1390.15 2869.54 1358.54 2901.15 1318.27 2922.69C1278.57 2943.92 1239.28 2955.5 1130.62 2955.5H359.384C250.724 2955.5 211.426 2943.92 171.73 2922.69C131.455 2901.15 99.8478 2869.54 78.3088 2829.27C57.0789 2789.57 45.5 2750.28 45.5 2641.62V377.384C45.5 268.724 57.0789 229.426 78.3088 189.73C99.8478 149.455 131.455 117.848 171.73 96.3088C211.426 75.0789 250.724 63.5 359.384 63.5H1130.62Z\" stroke=\"#6A7883\" stroke-width=\"15\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1130.62 64C1239.13 64 1278.39 75.5465 1318.03 96.7497C1358.22 118.241 1389.76 149.78 1411.25 189.966C1432.45 229.612 1444 268.865 1444 377.384V2641.62C1444 2750.13 1432.45 2789.39 1411.25 2829.03C1389.76 2869.22 1358.22 2900.76 1318.03 2922.25C1278.39 2943.45 1239.13 2955 1130.62 2955H359.384C250.865 2955 211.612 2943.45 171.966 2922.25C131.78 2900.76 100.241 2869.22 78.7497 2829.03C57.5465 2789.39 46 2750.13 46 2641.62V377.384C46 268.865 57.5465 229.612 78.7497 189.966C100.241 149.78 131.78 118.241 171.966 96.7497C211.612 75.5465 250.865 64 359.384 64H1130.62Z\" stroke=\"#60707A\" stroke-width=\"14\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1130.62 64.5C1238.99 64.5 1278.2 76.0141 1317.8 97.1906C1357.9 118.635 1389.36 150.104 1410.81 190.202C1431.99 229.798 1443.5 269.007 1443.5 377.384V2641.62C1443.5 2749.99 1431.99 2789.2 1410.81 2828.8C1389.36 2868.9 1357.9 2900.36 1317.8 2921.81C1278.2 2942.99 1238.99 2954.5 1130.62 2954.5H359.384C251.007 2954.5 211.798 2942.99 172.202 2921.81C132.104 2900.36 100.635 2868.9 79.1906 2828.8C58.0141 2789.2 46.5 2749.99 46.5 2641.62V377.384C46.5 269.007 58.0141 229.798 79.1906 190.202C100.635 150.104 132.104 118.635 172.202 97.1906C211.798 76.0141 251.007 64.5 359.384 64.5H1130.62Z\" stroke=\"#697782\" stroke-width=\"13\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1130.62 64C1239.13 64 1278.39 75.5465 1318.03 96.7497C1358.22 118.241 1389.76 149.78 1411.25 189.966C1432.45 229.612 1444 268.865 1444 377.384V2641.62C1444 2750.13 1432.45 2789.39 1411.25 2829.03C1389.76 2869.22 1358.22 2900.76 1318.03 2922.25C1278.39 2943.45 1239.13 2955 1130.62 2955H359.384C250.865 2955 211.612 2943.45 171.966 2922.25C131.78 2900.76 100.241 2869.22 78.7497 2829.03C57.5465 2789.39 46 2750.13 46 2641.62V377.384C46 268.865 57.5465 229.612 78.7497 189.966C100.241 149.78 131.78 118.241 171.966 96.7497C211.612 75.5465 250.865 64 359.384 64H1130.62Z\" stroke=\"#717F8A\" stroke-width=\"14\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1130.62 64.5C1238.99 64.5 1278.2 76.0141 1317.8 97.1906C1357.9 118.635 1389.36 150.104 1410.81 190.202C1431.99 229.798 1443.5 269.007 1443.5 377.384V2641.62C1443.5 2749.99 1431.99 2789.2 1410.81 2828.8C1389.36 2868.9 1357.9 2900.36 1317.8 2921.81C1278.2 2942.99 1238.99 2954.5 1130.62 2954.5H359.384C251.007 2954.5 211.798 2942.99 172.202 2921.81C132.104 2900.36 100.635 2868.9 79.1906 2828.8C58.0141 2789.2 46.5 2749.99 46.5 2641.62V377.384C46.5 269.007 58.0141 229.798 79.1906 190.202C100.635 150.104 132.104 118.635 172.202 97.1906C211.798 76.0141 251.007 64.5 359.384 64.5H1130.62Z\" stroke=\"#717F8A\" stroke-width=\"13\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1130.62 65C1238.85 65 1278.02 76.4817 1317.56 97.6315C1357.57 119.029 1388.97 150.428 1410.37 190.437C1431.52 229.984 1443 269.149 1443 377.384V2641.62C1443 2749.85 1431.52 2789.02 1410.37 2828.56C1388.97 2868.57 1357.57 2899.97 1317.56 2921.37C1278.02 2942.52 1238.85 2954 1130.62 2954H359.384C251.149 2954 211.984 2942.52 172.437 2921.37C132.428 2899.97 101.029 2868.57 79.6315 2828.56C58.4817 2789.02 47 2749.85 47 2641.62V377.384C47 269.149 58.4817 229.984 79.6315 190.437C101.029 150.428 132.428 119.029 172.437 97.6315C211.984 76.4817 251.149 65 359.384 65H1130.62Z\" stroke=\"#798792\" stroke-width=\"12\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1130.62 65.5C1238.71 65.5 1277.83 76.9492 1317.33 98.0724C1357.25 119.422 1388.58 150.752 1409.93 190.673C1431.05 230.17 1442.5 269.29 1442.5 377.384V2641.62C1442.5 2749.71 1431.05 2788.83 1409.93 2828.33C1388.58 2868.25 1357.25 2899.58 1317.33 2920.93C1277.83 2942.05 1238.71 2953.5 1130.62 2953.5H359.384C251.29 2953.5 212.17 2942.05 172.673 2920.93C132.752 2899.58 101.422 2868.25 80.0724 2828.33C58.9492 2788.83 47.5 2749.71 47.5 2641.62V377.384C47.5 269.29 58.9492 230.17 80.0724 190.673C101.422 150.752 132.752 119.422 172.673 98.0724C212.17 76.9492 251.29 65.5 359.384 65.5H1130.62Z\" stroke=\"#9DAAB3\" stroke-width=\"11\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 66H1130.62C1238.57 66 1277.64 77.4168 1317.09 98.5133C1356.92 119.816 1388.18 151.077 1409.49 190.909C1430.58 230.356 1442 269.432 1442 377.384V2641.62C1442 2749.57 1430.58 2788.64 1409.49 2828.09C1388.18 2867.92 1356.92 2899.18 1317.09 2920.49C1277.64 2941.58 1238.57 2953 1130.62 2953H359.384C251.432 2953 212.356 2941.58 172.909 2920.49C133.077 2899.18 101.816 2867.92 80.5133 2828.09C59.4168 2788.64 48 2749.57 48 2641.62V377.384C48 269.432 59.4168 230.356 80.5133 190.909C101.816 151.077 133.077 119.816 172.909 98.5133C212.356 77.4168 251.432 66 359.384 66Z\" stroke=\"#B4C0CA\" stroke-width=\"10\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 67H1130.62C1238.29 67 1277.27 78.352 1316.62 99.3951C1356.28 120.603 1387.4 151.725 1408.6 191.381C1429.65 230.728 1441 269.715 1441 377.384V2641.62C1441 2749.29 1429.65 2788.27 1408.6 2827.62C1387.4 2867.27 1356.28 2898.4 1316.62 2919.6C1277.27 2940.65 1238.29 2952 1130.62 2952H359.384C251.715 2952 212.728 2940.65 173.381 2919.6C133.725 2898.4 102.603 2867.27 81.3951 2827.62C60.352 2788.27 49 2749.29 49 2641.62V377.384C49 269.715 60.352 230.728 81.3951 191.381C102.603 151.725 133.725 120.603 173.381 99.3951C212.728 78.352 251.715 67 359.384 67Z\" stroke=\"#BDCBD0\" stroke-width=\"8\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 67.5H1130.62C1238.14 67.5 1277.09 78.8196 1316.38 99.836C1355.95 120.997 1387 152.049 1408.16 191.616C1429.18 230.914 1440.5 269.857 1440.5 377.384V2641.62C1440.5 2749.14 1429.18 2788.09 1408.16 2827.38C1387 2866.95 1355.95 2898 1316.38 2919.16C1277.09 2940.18 1238.14 2951.5 1130.62 2951.5H359.384C251.857 2951.5 212.914 2940.18 173.616 2919.16C134.049 2898 102.997 2866.95 81.836 2827.38C60.8196 2788.09 49.5 2749.14 49.5 2641.62V377.384C49.5 269.857 60.8196 230.914 81.836 191.616C102.997 152.049 134.049 120.997 173.616 99.836C212.914 78.8196 251.857 67.5 359.384 67.5Z\" stroke=\"#C7D1DB\" stroke-width=\"7\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 68H1130.62C1238 68 1276.9 79.2872 1316.15 100.277C1355.63 121.39 1386.61 152.373 1407.72 191.852C1428.71 231.1 1440 269.998 1440 377.384V2641.62C1440 2749 1428.71 2787.9 1407.72 2827.15C1386.61 2866.63 1355.63 2897.61 1316.15 2918.72C1276.9 2939.71 1238 2951 1130.62 2951H359.384C251.998 2951 213.1 2939.71 173.852 2918.72C134.373 2897.61 103.39 2866.63 82.2769 2827.15C61.2872 2787.9 50 2749 50 2641.62V377.384C50 269.998 61.2872 231.1 82.2769 191.852C103.39 152.373 134.373 121.39 173.852 100.277C213.1 79.2872 251.998 68 359.384 68Z\" stroke=\"#CFDBE2\" stroke-width=\"6\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 68.5H1130.62C1237.86 68.5 1276.71 79.7547 1315.91 100.718C1355.3 121.784 1386.22 152.698 1407.28 192.088C1428.25 231.285 1439.5 270.14 1439.5 377.384V2641.62C1439.5 2748.86 1428.25 2787.71 1407.28 2826.91C1386.22 2866.3 1355.3 2897.22 1315.91 2918.28C1276.71 2939.25 1237.86 2950.5 1130.62 2950.5H359.384C252.14 2950.5 213.285 2939.25 174.088 2918.28C134.698 2897.22 103.784 2866.3 82.7178 2826.91C61.7547 2787.71 50.5 2748.86 50.5 2641.62V377.384C50.5 270.14 61.7547 231.285 82.7178 192.088C103.784 152.698 134.698 121.784 174.088 100.718C213.285 79.7547 252.14 68.5 359.384 68.5Z\" stroke=\"#D4E0E7\" stroke-width=\"5\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 69H1130.62C1237.72 69 1276.53 80.2223 1315.68 101.159C1354.98 122.178 1385.82 153.022 1406.84 192.324C1427.78 231.471 1439 270.281 1439 377.384V2641.62C1439 2748.72 1427.78 2787.53 1406.84 2826.68C1385.82 2865.98 1354.98 2896.82 1315.68 2917.84C1276.53 2938.78 1237.72 2950 1130.62 2950H359.384C252.281 2950 213.471 2938.78 174.324 2917.84C135.022 2896.82 104.178 2865.98 83.1587 2826.68C62.2223 2787.53 51 2748.72 51 2641.62V377.384C51 270.281 62.2223 231.471 83.1587 192.324C104.178 153.022 135.022 122.178 174.324 101.159C213.471 80.2223 252.281 69 359.384 69Z\" stroke=\"#D8E3E9\" stroke-width=\"4\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 69.5H1130.62C1237.58 69.5 1276.34 80.6899 1315.44 101.6C1354.65 122.571 1385.43 153.346 1406.4 192.56C1427.31 231.657 1438.5 270.423 1438.5 377.384V2641.62C1438.5 2748.58 1427.31 2787.34 1406.4 2826.44C1385.43 2865.65 1354.65 2896.43 1315.44 2917.4C1276.34 2938.31 1237.58 2949.5 1130.62 2949.5H359.384C252.423 2949.5 213.657 2938.31 174.56 2917.4C135.346 2896.43 104.571 2865.65 83.5996 2826.44C62.6899 2787.34 51.5 2748.58 51.5 2641.62V377.384C51.5 270.423 62.6899 231.657 83.5996 192.56C104.571 153.346 135.346 122.571 174.56 101.6C213.657 80.6899 252.423 69.5 359.384 69.5Z\" stroke=\"#DCE4EB\" stroke-width=\"3\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 70H1130.62C1237.44 70 1276.16 81.1575 1315.2 102.041C1354.33 122.965 1385.04 153.67 1405.96 192.795C1426.84 231.843 1438 270.565 1438 377.384V2641.62C1438 2748.44 1426.84 2787.16 1405.96 2826.2C1385.04 2865.33 1354.33 2896.04 1315.2 2916.96C1276.16 2937.84 1237.44 2949 1130.62 2949H359.384C252.565 2949 213.843 2937.84 174.795 2916.96C135.67 2896.04 104.965 2865.33 84.0405 2826.2C63.1575 2787.16 52 2748.44 52 2641.62V377.384C52 270.565 63.1575 231.843 84.0405 192.795C104.965 153.67 135.67 122.965 174.795 102.041C213.843 81.1575 252.565 70 359.384 70Z\" stroke=\"#879399\" stroke-width=\"2\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 70.5H1130.62C1237.29 70.5 1275.97 81.6251 1314.97 102.481C1354.01 123.358 1384.64 153.995 1405.52 193.031C1426.37 232.029 1437.5 270.706 1437.5 377.384V2641.62C1437.5 2748.29 1426.37 2786.97 1405.52 2825.97C1384.64 2865.01 1354.01 2895.64 1314.97 2916.52C1275.97 2937.37 1237.29 2948.5 1130.62 2948.5H359.384C252.706 2948.5 214.029 2937.37 175.031 2916.52C135.995 2895.64 105.358 2865.01 84.4815 2825.97C63.6251 2786.97 52.5 2748.29 52.5 2641.62V377.384C52.5 270.706 63.6251 232.029 84.4815 193.031C105.358 153.995 135.995 123.358 175.031 102.481C214.029 81.6251 252.706 70.5 359.384 70.5Z\" stroke=\"#6C7980\"/>\n</g>\n<mask id=\"mask2_56_409\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"53\" y=\"53\" width=\"1384\" height=\"2892\">\n<path d=\"M1135.74 53C1240.5 53 1278.48 63.907 1316.78 84.3881C1355.08 104.869 1385.13 134.924 1405.61 173.221C1426.09 211.517 1437 249.503 1437 354.257V2643.74C1437 2748.5 1426.09 2786.48 1405.61 2824.78C1385.13 2863.08 1355.08 2893.13 1316.78 2913.61C1278.48 2934.09 1240.5 2945 1135.74 2945H354.257C249.503 2945 211.517 2934.09 173.221 2913.61C134.924 2893.13 104.869 2863.08 84.3881 2824.78C63.907 2786.48 53 2748.5 53 2643.74V354.257C53 249.503 63.907 211.517 84.3881 173.221C104.869 134.924 134.924 104.869 173.221 84.3881C211.517 63.907 249.503 53 354.257 53L1135.74 53ZM373.257 71C268.503 71 230.517 81.907 192.221 102.388C153.924 122.869 123.869 152.924 103.388 191.221C82.907 229.517 72 267.503 72 372.257V2623.74C72 2728.5 82.907 2766.48 103.388 2804.78C123.869 2843.08 153.924 2873.13 192.221 2893.61C230.517 2914.09 268.503 2925 373.257 2925H1117.74C1222.5 2925 1260.48 2914.09 1298.78 2893.61C1337.08 2873.13 1367.13 2843.08 1387.61 2804.78C1408.09 2766.48 1419 2728.5 1419 2623.74V372.257C1419 267.503 1408.09 229.517 1387.61 191.221C1367.13 152.924 1337.08 122.869 1298.78 102.388C1260.48 81.907 1222.5 71 1117.74 71H373.257Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask2_56_409)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M378.384 84.5H1111.62C1214.61 84.5 1252.14 94.7822 1289.84 114.945C1326.58 134.592 1355.41 163.424 1375.05 200.162C1395.22 237.863 1405.5 275.388 1405.5 378.384V2641.62C1405.5 2744.61 1395.22 2782.14 1375.05 2819.84C1355.41 2856.58 1326.58 2885.41 1289.84 2905.05C1252.14 2925.22 1214.61 2935.5 1111.62 2935.5H378.384C275.388 2935.5 237.863 2925.22 200.162 2905.05C163.424 2885.41 134.592 2856.58 114.945 2819.84C94.7822 2782.14 84.5 2744.61 84.5 2641.62V378.384C84.5 275.388 94.7822 237.863 114.945 200.162C134.592 163.424 163.424 134.592 200.162 114.945C237.863 94.7822 275.388 84.5 378.384 84.5Z\" stroke=\"#313236\" stroke-width=\"25\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M378.384 84H1111.62C1214.75 84 1252.32 94.3147 1290.07 114.504C1326.9 134.199 1355.8 163.1 1375.5 199.926C1395.69 237.677 1406 275.246 1406 378.384V2641.62C1406 2744.75 1395.69 2782.32 1375.5 2820.07C1355.8 2856.9 1326.9 2885.8 1290.07 2905.5C1252.32 2925.69 1214.75 2936 1111.62 2936H378.384C275.246 2936 237.677 2925.69 199.926 2905.5C163.1 2885.8 134.199 2856.9 114.504 2820.07C94.3147 2782.32 84 2744.75 84 2641.62V378.384C84 275.246 94.3147 237.677 114.504 199.926C134.199 163.1 163.1 134.199 199.926 114.504C237.677 94.3147 275.246 84 378.384 84Z\" stroke=\"#414D53\" stroke-width=\"24\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M378.384 83.5H1111.62C1214.9 83.5 1252.51 93.8471 1290.31 114.063C1327.22 133.805 1356.19 162.776 1375.94 199.69C1396.15 237.491 1406.5 275.105 1406.5 378.384V2641.62C1406.5 2744.9 1396.15 2782.51 1375.94 2820.31C1356.19 2857.22 1327.22 2886.19 1290.31 2905.94C1252.51 2926.15 1214.9 2936.5 1111.62 2936.5H378.384C275.105 2936.5 237.491 2926.15 199.69 2905.94C162.776 2886.19 133.805 2857.22 114.063 2820.31C93.8471 2782.51 83.5 2744.9 83.5 2641.62V378.384C83.5 275.105 93.8471 237.491 114.063 199.69C133.805 162.776 162.776 133.805 199.69 114.063C237.491 93.8471 275.105 83.5 378.384 83.5Z\" stroke=\"#66737C\" stroke-width=\"23\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M378.384 83H1111.62C1215.04 83 1252.69 93.3795 1290.55 113.622C1327.55 133.412 1356.59 162.452 1376.38 199.455C1396.62 237.305 1407 274.963 1407 378.384V2641.62C1407 2745.04 1396.62 2782.69 1376.38 2820.55C1356.59 2857.55 1327.55 2886.59 1290.55 2906.38C1252.69 2926.62 1215.04 2937 1111.62 2937H378.384C274.963 2937 237.305 2926.62 199.455 2906.38C162.452 2886.59 133.412 2857.55 113.622 2820.55C93.3795 2782.69 83 2745.04 83 2641.62V378.384C83 274.963 93.3795 237.305 113.622 199.455C133.412 162.452 162.452 133.412 199.455 113.622C237.305 93.3795 274.963 83 378.384 83Z\" stroke=\"#8F9BA2\" stroke-width=\"22\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M378.384 82.5H1111.62C1215.18 82.5 1252.88 92.9119 1290.78 113.181C1327.87 133.018 1356.98 162.127 1376.82 199.219C1397.09 237.119 1407.5 274.821 1407.5 378.384V2641.62C1407.5 2745.18 1397.09 2782.88 1376.82 2820.78C1356.98 2857.87 1327.87 2886.98 1290.78 2906.82C1252.88 2927.09 1215.18 2937.5 1111.62 2937.5H378.384C274.821 2937.5 237.119 2927.09 199.219 2906.82C162.127 2886.98 133.018 2857.87 113.181 2820.78C92.9119 2782.88 82.5 2745.18 82.5 2641.62V378.384C82.5 274.821 92.9119 237.119 113.181 199.219C133.018 162.127 162.127 133.018 199.219 113.181C237.119 92.9119 274.821 82.5 378.384 82.5Z\" stroke=\"#CCDAE0\" stroke-width=\"21\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M378.384 82H1111.62C1215.32 82 1253.07 92.4443 1291.02 112.74C1328.2 132.624 1357.38 161.803 1377.26 198.983C1397.56 236.933 1408 274.68 1408 378.384V2641.62C1408 2745.32 1397.56 2783.07 1377.26 2821.02C1357.38 2858.2 1328.2 2887.38 1291.02 2907.26C1253.07 2927.56 1215.32 2938 1111.62 2938H378.384C274.68 2938 236.933 2927.56 198.983 2907.26C161.803 2887.38 132.624 2858.2 112.74 2821.02C92.4443 2783.07 82 2745.32 82 2641.62V378.384C82 274.68 92.4443 236.933 112.74 198.983C132.624 161.803 161.803 132.624 198.983 112.74C236.933 92.4443 274.68 82 378.384 82Z\" stroke=\"#D4E2ED\" stroke-width=\"20\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M378.384 81.5H1111.62C1215.46 81.5 1253.25 91.9767 1291.25 112.3C1328.52 132.231 1357.77 161.479 1377.7 198.747C1398.02 236.748 1408.5 274.538 1408.5 378.384V2641.62C1408.5 2745.46 1398.02 2783.25 1377.7 2821.25C1357.77 2858.52 1328.52 2887.77 1291.25 2907.7C1253.25 2928.02 1215.46 2938.5 1111.62 2938.5H378.384C274.538 2938.5 236.748 2928.02 198.747 2907.7C161.479 2887.77 132.231 2858.52 112.3 2821.25C91.9767 2783.25 81.5 2745.46 81.5 2641.62V378.384C81.5 274.538 91.9767 236.748 112.3 198.747C132.231 161.479 161.479 132.231 198.747 112.3C236.748 91.9767 274.538 81.5 378.384 81.5Z\" stroke=\"#BFCCD8\" stroke-width=\"19\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1111.62 81C1215.6 81 1253.44 91.5092 1291.49 111.859C1328.85 131.837 1358.16 161.155 1378.14 198.511C1398.49 236.562 1409 274.397 1409 378.384V2641.62C1409 2745.6 1398.49 2783.44 1378.14 2821.49C1358.16 2858.85 1328.85 2888.16 1291.49 2908.14C1253.44 2928.49 1215.6 2939 1111.62 2939H378.384C274.397 2939 236.562 2928.49 198.511 2908.14C161.155 2888.16 131.837 2858.85 111.859 2821.49C91.5092 2783.44 81 2745.6 81 2641.62V378.384C81 274.397 91.5092 236.562 111.859 198.511C131.837 161.155 161.155 131.837 198.511 111.859C236.562 91.5092 274.397 81 378.384 81H1111.62Z\" stroke=\"#B1C0CA\" stroke-width=\"18\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1111.62 80.5C1215.75 80.5 1253.62 91.0416 1291.72 111.418C1329.17 131.444 1358.56 160.831 1378.58 198.276C1398.96 236.376 1409.5 274.255 1409.5 378.384V2641.62C1409.5 2745.75 1398.96 2783.62 1378.58 2821.72C1358.56 2859.17 1329.17 2888.56 1291.72 2908.58C1253.62 2928.96 1215.75 2939.5 1111.62 2939.5H378.384C274.255 2939.5 236.376 2928.96 198.276 2908.58C160.831 2888.56 131.444 2859.17 111.418 2821.72C91.0416 2783.62 80.5 2745.75 80.5 2641.62V378.384C80.5 274.255 91.0416 236.376 111.418 198.276C131.444 160.831 160.831 131.444 198.276 111.418C236.376 91.0416 274.255 80.5 378.384 80.5H1111.62Z\" stroke=\"#A4B2BD\" stroke-width=\"17\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1111.62 80C1215.89 80 1253.81 90.574 1291.96 110.977C1329.49 131.05 1358.95 160.506 1379.02 198.04C1399.43 236.19 1410 274.113 1410 378.384V2641.62C1410 2745.89 1399.43 2783.81 1379.02 2821.96C1358.95 2859.49 1329.49 2888.95 1291.96 2909.02C1253.81 2929.43 1215.89 2940 1111.62 2940H378.384C274.113 2940 236.19 2929.43 198.04 2909.02C160.506 2888.95 131.05 2859.49 110.977 2821.96C90.574 2783.81 80 2745.89 80 2641.62V378.384C80 274.113 90.574 236.19 110.977 198.04C131.05 160.506 160.506 131.05 198.04 110.977C236.19 90.574 274.113 80 378.384 80H1111.62Z\" stroke=\"#95A3AE\" stroke-width=\"16\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1111.62 79.5C1216.03 79.5 1254 90.1064 1292.2 110.536C1329.82 130.656 1359.34 160.182 1379.46 197.804C1399.89 236.004 1410.5 273.972 1410.5 378.384V2641.62C1410.5 2746.03 1399.89 2784 1379.46 2822.2C1359.34 2859.82 1329.82 2889.34 1292.2 2909.46C1254 2929.89 1216.03 2940.5 1111.62 2940.5H378.384C273.972 2940.5 236.004 2929.89 197.804 2909.46C160.182 2889.34 130.656 2859.82 110.536 2822.2C90.1064 2784 79.5 2746.03 79.5 2641.62V378.384C79.5 273.972 90.1064 236.004 110.536 197.804C130.656 160.182 160.182 130.656 197.804 110.536C236.004 90.1064 273.972 79.5 378.384 79.5H1111.62Z\" stroke=\"#83919D\" stroke-width=\"15\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1111.62 79C1216.17 79 1254.18 89.6388 1292.43 110.095C1330.14 130.263 1359.74 159.858 1379.9 197.568C1400.36 235.818 1411 273.83 1411 378.384V2641.62C1411 2746.17 1400.36 2784.18 1379.9 2822.43C1359.74 2860.14 1330.14 2889.74 1292.43 2909.91C1254.18 2930.36 1216.17 2941 1111.62 2941H378.384C273.83 2941 235.818 2930.36 197.568 2909.91C159.858 2889.74 130.263 2860.14 110.095 2822.43C89.6388 2784.18 79 2746.17 79 2641.62V378.384C79 273.83 89.6388 235.818 110.095 197.568C130.263 159.858 159.858 130.263 197.568 110.095C235.818 89.6388 273.83 79 378.384 79H1111.62Z\" stroke=\"#798791\" stroke-width=\"14\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M378.384 78.5H1111.62C1216.31 78.5 1254.37 89.1712 1292.67 109.654C1330.47 129.869 1360.13 159.534 1380.35 197.332C1400.83 235.632 1411.5 273.689 1411.5 378.384V2641.62C1411.5 2746.31 1400.83 2784.37 1380.35 2822.67C1360.13 2860.47 1330.47 2890.13 1292.67 2910.35C1254.37 2930.83 1216.31 2941.5 1111.62 2941.5H378.384C273.689 2941.5 235.632 2930.83 197.332 2910.35C159.534 2890.13 129.869 2860.47 109.654 2822.67C89.1712 2784.37 78.5 2746.31 78.5 2641.62V378.384C78.5 273.689 89.1712 235.632 109.654 197.332C129.869 159.534 159.534 129.869 197.332 109.654C235.632 89.1712 273.689 78.5 378.384 78.5Z\" stroke=\"#6B7981\" stroke-width=\"13\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M378.384 78H1111.62C1216.45 78 1254.55 88.7037 1292.9 109.213C1330.79 129.475 1360.52 159.209 1380.79 197.097C1401.3 235.446 1412 273.547 1412 378.384V2641.62C1412 2746.45 1401.3 2784.55 1380.79 2822.9C1360.52 2860.79 1330.79 2890.52 1292.9 2910.79C1254.55 2931.3 1216.45 2942 1111.62 2942H378.384C273.547 2942 235.446 2931.3 197.097 2910.79C159.209 2890.52 129.475 2860.79 109.213 2822.9C88.7037 2784.55 78 2746.45 78 2641.62V378.384C78 273.547 88.7037 235.446 109.213 197.097C129.475 159.209 159.209 129.475 197.097 109.213C235.446 88.7037 273.547 78 378.384 78Z\" stroke=\"#4D5B64\" stroke-width=\"12\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M378.384 77.5H1111.62C1216.59 77.5 1254.74 88.2361 1293.14 108.772C1331.11 129.082 1360.92 158.885 1381.23 196.861C1401.76 235.26 1412.5 273.405 1412.5 378.384V2641.62C1412.5 2746.59 1401.76 2784.74 1381.23 2823.14C1360.92 2861.11 1331.11 2890.92 1293.14 2911.23C1254.74 2931.76 1216.59 2942.5 1111.62 2942.5H378.384C273.405 2942.5 235.26 2931.76 196.861 2911.23C158.885 2890.92 129.082 2861.11 108.772 2823.14C88.2361 2784.74 77.5 2746.59 77.5 2641.62V378.384C77.5 273.405 88.2361 235.26 108.772 196.861C129.082 158.885 158.885 129.082 196.861 108.772C235.26 88.2361 273.405 77.5 378.384 77.5Z\" stroke=\"#2D3B46\" stroke-width=\"11\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M378.384 77H1111.62C1216.74 77 1254.93 87.7685 1293.38 108.331C1331.44 128.688 1361.31 158.561 1381.67 196.625C1402.23 235.074 1413 273.264 1413 378.384V2641.62C1413 2746.74 1402.23 2784.93 1381.67 2823.38C1361.31 2861.44 1331.44 2891.31 1293.38 2911.67C1254.93 2932.23 1216.74 2943 1111.62 2943H378.384C273.264 2943 235.074 2932.23 196.625 2911.67C158.561 2891.31 128.688 2861.44 108.331 2823.38C87.7685 2784.93 77 2746.74 77 2641.62V378.384C77 273.264 87.7685 235.074 108.331 196.625C128.688 158.561 158.561 128.688 196.625 108.331C235.074 87.7685 273.264 77 378.384 77Z\" stroke=\"#202F3A\" stroke-width=\"10\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M378.384 76.5H1111.62C1216.88 76.5 1255.11 87.3009 1293.61 107.891C1331.76 128.295 1361.71 158.237 1382.11 196.389C1402.7 234.888 1413.5 273.122 1413.5 378.384V2641.62C1413.5 2746.88 1402.7 2785.11 1382.11 2823.61C1361.71 2861.76 1331.76 2891.71 1293.61 2912.11C1255.11 2932.7 1216.88 2943.5 1111.62 2943.5H378.384C273.122 2943.5 234.888 2932.7 196.389 2912.11C158.237 2891.71 128.295 2861.76 107.891 2823.61C87.3009 2785.11 76.5 2746.88 76.5 2641.62V378.384C76.5 273.122 87.3009 234.888 107.891 196.389C128.295 158.237 158.237 128.295 196.389 107.891C234.888 87.3009 273.122 76.5 378.384 76.5Z\" stroke=\"#1E2C37\" stroke-width=\"9\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M378.384 76H1111.62C1217.02 76 1255.3 86.8333 1293.85 107.45C1332.09 127.901 1362.1 157.913 1382.55 196.153C1403.17 234.702 1414 272.981 1414 378.384V2641.62C1414 2747.02 1403.17 2785.3 1382.55 2823.85C1362.1 2862.09 1332.09 2892.1 1293.85 2912.55C1255.3 2933.17 1217.02 2944 1111.62 2944H378.384C272.981 2944 234.702 2933.17 196.153 2912.55C157.913 2892.1 127.901 2862.09 107.45 2823.85C86.8333 2785.3 76 2747.02 76 2641.62V378.384C76 272.981 86.8333 234.702 107.45 196.153C127.901 157.913 157.913 127.901 196.153 107.45C234.702 86.8333 272.981 76 378.384 76Z\" stroke=\"#222F3C\" stroke-width=\"8\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1111.62 74C1217.59 74 1256.04 84.963 1294.79 105.686C1333.38 126.327 1363.67 156.616 1384.31 195.21C1405.04 233.959 1416 272.414 1416 378.384V2641.62C1416 2747.59 1405.04 2786.04 1384.31 2824.79C1363.67 2863.38 1333.38 2893.67 1294.79 2914.31C1256.04 2935.04 1217.59 2946 1111.62 2946H378.384C272.414 2946 233.959 2935.04 195.21 2914.31C156.616 2893.67 126.327 2863.38 105.686 2824.79C84.963 2786.04 74 2747.59 74 2641.62V378.384C74 272.414 84.963 233.959 105.686 195.21C126.327 156.616 156.616 126.327 195.21 105.686C233.959 84.963 272.414 74 378.384 74H1111.62Z\" stroke=\"#27353E\" stroke-width=\"4\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1111.62 73.5C1217.73 73.5 1256.23 84.4954 1295.03 105.245C1333.71 125.933 1364.07 156.291 1384.75 194.974C1405.5 233.773 1416.5 272.273 1416.5 378.384V2641.62C1416.5 2747.73 1405.5 2786.23 1384.75 2825.03C1364.07 2863.71 1333.71 2894.07 1295.03 2914.75C1256.23 2935.5 1217.73 2946.5 1111.62 2946.5H378.384C272.273 2946.5 233.773 2935.5 194.974 2914.75C156.291 2894.07 125.933 2863.71 105.245 2825.03C84.4954 2786.23 73.5 2747.73 73.5 2641.62V378.384C73.5 272.273 84.4954 233.773 105.245 194.974C125.933 156.291 156.291 125.933 194.974 105.245C233.773 84.4954 272.273 73.5 378.384 73.5H1111.62Z\" stroke=\"#1D2B36\" stroke-width=\"3\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1111.62 73C1217.87 73 1256.41 84.0278 1295.26 104.804C1334.03 125.539 1364.46 155.967 1385.2 194.739C1405.97 233.587 1417 272.131 1417 378.384V2641.62C1417 2747.87 1405.97 2786.41 1385.2 2825.26C1364.46 2864.03 1334.03 2894.46 1295.26 2915.2C1256.41 2935.97 1217.87 2947 1111.62 2947H378.384C272.131 2947 233.587 2935.97 194.739 2915.2C155.967 2894.46 125.539 2864.03 104.804 2825.26C84.0278 2786.41 73 2747.87 73 2641.62V378.384C73 272.131 84.0278 233.587 104.804 194.739C125.539 155.967 155.967 125.539 194.739 104.804C233.587 84.0278 272.131 73 378.384 73H1111.62Z\" stroke=\"#192732\" stroke-width=\"2\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1111.62 72.5C1218.01 72.5 1256.6 83.5602 1295.5 104.363C1334.36 125.146 1364.85 155.643 1385.64 194.503C1406.44 233.401 1417.5 271.989 1417.5 378.384V2641.62C1417.5 2748.01 1406.44 2786.6 1385.64 2825.5C1364.85 2864.36 1334.36 2894.85 1295.5 2915.64C1256.6 2936.44 1218.01 2947.5 1111.62 2947.5H378.384C271.989 2947.5 233.401 2936.44 194.503 2915.64C155.643 2894.85 125.146 2864.36 104.363 2825.5C83.5602 2786.6 72.5 2748.01 72.5 2641.62V378.384C72.5 271.989 83.5602 233.401 104.363 194.503C125.146 155.643 155.643 125.146 194.503 104.363C233.401 83.5602 271.989 72.5 378.384 72.5H1111.62Z\" stroke=\"#222F3B\"/>\n</g>\n</g>\n<mask id=\"mask3_56_409\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"53\" y=\"53\" width=\"1384\" height=\"2892\">\n<path d=\"M1133.18 53C1238.82 53 1277.13 63.9998 1315.76 84.6552C1354.38 105.311 1384.69 135.622 1405.34 174.244C1426 212.866 1437 251.175 1437 356.82V2641.18C1437 2746.82 1426 2785.13 1405.34 2823.76C1384.69 2862.38 1354.38 2892.69 1315.76 2913.34C1277.13 2934 1238.82 2945 1133.18 2945H356.82C251.175 2945 212.866 2934 174.244 2913.34C135.622 2892.69 105.311 2862.38 84.6552 2823.76C63.9998 2785.13 53 2746.82 53 2641.18V356.82C53 251.175 63.9998 212.866 84.6552 174.244C105.311 135.622 135.622 105.311 174.244 84.6552C212.866 63.9998 251.175 53 356.82 53L1133.18 53ZM1143.87 100H346.133C260.547 100 229.512 108.911 198.223 125.645C166.934 142.378 142.378 166.934 125.645 198.223C108.911 229.512 100 260.547 100 346.133V2649.87C100 2735.45 108.911 2766.49 125.645 2797.78C142.378 2829.07 166.934 2853.62 198.223 2870.36C229.512 2887.09 260.547 2896 346.133 2896H1143.87C1229.45 2896 1260.49 2887.09 1291.78 2870.36C1323.07 2853.62 1347.62 2829.07 1364.36 2797.78C1381.09 2766.49 1390 2735.45 1390 2649.87V346.133C1390 260.547 1381.09 229.512 1364.36 198.223C1347.62 166.934 1323.07 142.378 1291.78 125.645C1260.49 108.911 1229.45 100 1143.87 100Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask3_56_409)\">\n<path d=\"M1139.54 71C1236.71 71 1271.95 81.118 1307.48 100.117C1343 119.117 1370.88 146.998 1389.88 182.524C1408.88 218.05 1419 253.288 1419 350.464V2645.54C1419 2742.71 1408.88 2777.95 1389.88 2813.48C1370.88 2849 1343 2876.88 1307.48 2895.88C1271.95 2914.88 1236.71 2925 1139.54 2925H350.464C253.288 2925 218.05 2914.88 182.524 2895.88C146.998 2876.88 119.117 2849 100.117 2813.48C81.118 2777.95 71 2742.71 71 2645.54V350.464C71 253.288 81.118 218.05 100.117 182.524C119.117 146.998 146.998 119.117 182.524 100.117C218.05 81.118 253.288 71 350.464 71H1139.54ZM1143.87 100H346.133C260.547 100 229.512 108.911 198.223 125.645C166.934 142.378 142.378 166.934 125.645 198.223C108.911 229.512 100 260.547 100 346.133V2649.87C100 2735.45 108.911 2766.49 125.645 2797.78C142.378 2829.07 166.934 2853.62 198.223 2870.36C229.512 2887.09 260.547 2896 346.133 2896H1143.87C1229.45 2896 1260.49 2887.09 1291.78 2870.36C1323.07 2853.62 1347.62 2829.07 1364.36 2797.78C1381.09 2766.49 1390 2735.45 1390 2649.87V346.133C1390 260.547 1381.09 229.512 1364.36 198.223C1347.62 166.934 1323.07 142.378 1291.78 125.645C1260.49 108.911 1229.45 100 1143.87 100Z\" fill=\"black\"/>\n<g filter=\"url(#filter0_i_56_409)\">\n<path d=\"M1139.54 71C1236.71 71 1271.95 81.118 1307.48 100.117C1343 119.117 1370.88 146.998 1389.88 182.524C1408.88 218.05 1419 253.288 1419 350.464V2645.54C1419 2742.71 1408.88 2777.95 1389.88 2813.48C1370.88 2849 1343 2876.88 1307.48 2895.88C1271.95 2914.88 1236.71 2925 1139.54 2925H350.464C253.288 2925 218.05 2914.88 182.524 2895.88C146.998 2876.88 119.117 2849 100.117 2813.48C81.118 2777.95 71 2742.71 71 2645.54V350.464C71 253.288 81.118 218.05 100.117 182.524C119.117 146.998 146.998 119.117 182.524 100.117C218.05 81.118 253.288 71 350.464 71H1139.54ZM1143.87 100H346.133C260.547 100 229.512 108.911 198.223 125.645C166.934 142.378 142.378 166.934 125.645 198.223C108.911 229.512 100 260.547 100 346.133V2649.87C100 2735.45 108.911 2766.49 125.645 2797.78C142.378 2829.07 166.934 2853.62 198.223 2870.36C229.512 2887.09 260.547 2896 346.133 2896H1143.87C1229.45 2896 1260.49 2887.09 1291.78 2870.36C1323.07 2853.62 1347.62 2829.07 1364.36 2797.78C1381.09 2766.49 1390 2735.45 1390 2649.87V346.133C1390 260.547 1381.09 229.512 1364.36 198.223C1347.62 166.934 1323.07 142.378 1291.78 125.645C1260.49 108.911 1229.45 100 1143.87 100Z\" fill=\"black\"/>\n</g>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M350.464 71.5H1139.54C1236.57 71.5 1271.76 81.5856 1307.24 100.558C1342.68 119.511 1370.49 147.322 1389.44 182.76C1408.41 218.236 1418.5 253.43 1418.5 350.464V2645.54C1418.5 2742.57 1408.41 2777.76 1389.44 2813.24C1370.49 2848.68 1342.68 2876.49 1307.24 2895.44C1271.76 2914.41 1236.57 2924.5 1139.54 2924.5H350.464C253.43 2924.5 218.236 2914.41 182.76 2895.44C147.322 2876.49 119.511 2848.68 100.558 2813.24C81.5856 2777.76 71.5 2742.57 71.5 2645.54V350.464C71.5 253.43 81.5856 218.236 100.558 182.76C119.511 147.322 147.322 119.511 182.76 100.558C218.236 81.5856 253.43 71.5 350.464 71.5ZM1143.87 99.5H346.133C260.406 99.5 229.326 108.444 197.987 125.204C166.61 141.985 141.985 166.61 125.204 197.987C108.444 229.326 99.5 260.406 99.5 346.133V2649.87C99.5 2735.59 108.444 2766.67 125.204 2798.01C141.985 2829.39 166.61 2854.02 197.987 2870.8C229.326 2887.56 260.406 2896.5 346.133 2896.5H1143.87C1229.59 2896.5 1260.67 2887.56 1292.01 2870.8C1323.39 2854.02 1348.02 2829.39 1364.8 2798.01C1381.56 2766.67 1390.5 2735.59 1390.5 2649.87V346.133C1390.5 260.406 1381.56 229.326 1364.8 197.987C1348.02 166.61 1323.39 141.985 1292.01 125.204C1260.67 108.444 1229.59 99.5 1143.87 99.5Z\" stroke=\"url(#paint4_linear_56_409)\"/>\n</g>\n<mask id=\"mask4_56_409\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"53\" y=\"53\" width=\"1384\" height=\"2892\">\n<path d=\"M1133.18 53C1238.82 53 1277.13 63.9998 1315.76 84.6552C1354.38 105.311 1384.69 135.622 1405.34 174.244C1426 212.866 1437 251.175 1437 356.82V2641.18C1437 2746.82 1426 2785.13 1405.34 2823.76C1384.69 2862.38 1354.38 2892.69 1315.76 2913.34C1277.13 2934 1238.82 2945 1133.18 2945H356.82C251.175 2945 212.866 2934 174.244 2913.34C135.622 2892.69 105.311 2862.38 84.6552 2823.76C63.9998 2785.13 53 2746.82 53 2641.18V356.82C53 251.175 63.9998 212.866 84.6552 174.244C105.311 135.622 135.622 105.311 174.244 84.6552C212.866 63.9998 251.175 53 356.82 53L1133.18 53ZM1143.87 100H346.133C260.547 100 229.512 108.911 198.223 125.645C166.934 142.378 142.378 166.934 125.645 198.223C108.911 229.512 100 260.547 100 346.133V2649.87C100 2735.45 108.911 2766.49 125.645 2797.78C142.378 2829.07 166.934 2853.62 198.223 2870.36C229.512 2887.09 260.547 2896 346.133 2896H1143.87C1229.45 2896 1260.49 2887.09 1291.78 2870.36C1323.07 2853.62 1347.62 2829.07 1364.36 2797.78C1381.09 2766.49 1390 2735.45 1390 2649.87V346.133C1390 260.547 1381.09 229.512 1364.36 198.223C1347.62 166.934 1323.07 142.378 1291.78 125.645C1260.49 108.911 1229.45 100 1143.87 100Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask4_56_409)\">\n<path d=\"M611.706 73C612.921 73 615.214 75.3842 618.584 80.1537C618.959 80.6842 619.567 80.9997 620.217 81H623.482H866.482H869.747C870.396 80.9997 871.005 80.6842 871.38 80.1537C874.749 75.3842 877.043 73 878.258 73H1137.54C1234.71 73 1269.95 83.118 1305.48 102.117C1341 121.117 1368.88 148.998 1387.88 184.524C1406.88 220.05 1417 255.288 1417 352.464V2643.54C1417 2740.71 1406.88 2775.95 1387.88 2811.48C1368.88 2847 1341 2874.88 1305.48 2893.88C1269.95 2912.88 1234.71 2923 1137.54 2923H352.464C255.288 2923 220.05 2912.88 184.524 2893.88C148.998 2874.88 121.117 2847 102.117 2811.48C83.118 2775.95 73 2740.71 73 2643.54V352.464C73 255.288 83.118 220.05 102.117 184.524C121.117 148.998 148.998 121.117 184.524 102.117C220.05 83.118 255.288 73 352.464 73H611.706Z\" fill=\"black\"/>\n<g filter=\"url(#filter1_i_56_409)\">\n<path d=\"M611.706 73C612.921 73 615.214 75.3842 618.584 80.1537C618.959 80.6842 619.567 80.9997 620.217 81H623.482H866.482H869.747C870.396 80.9997 871.005 80.6842 871.38 80.1537C874.749 75.3842 877.043 73 878.258 73H1137.54C1234.71 73 1269.95 83.118 1305.48 102.117C1341 121.117 1368.88 148.998 1387.88 184.524C1406.88 220.05 1417 255.288 1417 352.464V2643.54C1417 2740.71 1406.88 2775.95 1387.88 2811.48C1368.88 2847 1341 2874.88 1305.48 2893.88C1269.95 2912.88 1234.71 2923 1137.54 2923H352.464C255.288 2923 220.05 2912.88 184.524 2893.88C148.998 2874.88 121.117 2847 102.117 2811.48C83.118 2775.95 73 2740.71 73 2643.54V352.464C73 255.288 83.118 220.05 102.117 184.524C121.117 148.998 148.998 121.117 184.524 102.117C220.05 83.118 255.288 73 352.464 73H611.706Z\" fill=\"black\"/>\n</g>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M352.464 73.5H611.706C612.871 73.5 615.006 75.9559 618.176 80.4421C618.644 81.1052 619.405 81.4997 620.217 81.5H623.482H866.482H869.747C870.559 81.4997 871.32 81.1052 871.788 80.4422C874.958 75.9559 877.093 73.5 878.258 73.5H1137.54C1234.57 73.5 1269.76 83.5856 1305.24 102.558C1340.68 121.511 1368.49 149.322 1387.44 184.76C1406.41 220.236 1416.5 255.43 1416.5 352.464V2643.54C1416.5 2740.57 1406.41 2775.76 1387.44 2811.24C1368.49 2846.68 1340.68 2874.49 1305.24 2893.44C1269.76 2912.41 1234.57 2922.5 1137.54 2922.5H352.464C255.43 2922.5 220.236 2912.41 184.76 2893.44C149.322 2874.49 121.511 2846.68 102.558 2811.24C83.5856 2775.76 73.5 2740.57 73.5 2643.54V352.464C73.5 255.43 83.5856 220.236 102.558 184.76C121.511 149.322 149.322 121.511 184.76 102.558C220.236 83.5856 255.43 73.5 352.464 73.5Z\" stroke=\"url(#paint5_linear_56_409)\"/>\n</g>\n<mask id=\"mask5_56_409\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"53\" y=\"53\" width=\"1384\" height=\"2892\">\n<path d=\"M1133.18 53C1238.82 53 1277.13 63.9998 1315.76 84.6552C1354.38 105.311 1384.69 135.622 1405.34 174.244C1426 212.866 1437 251.175 1437 356.82V2641.18C1437 2746.82 1426 2785.13 1405.34 2823.76C1384.69 2862.38 1354.38 2892.69 1315.76 2913.34C1277.13 2934 1238.82 2945 1133.18 2945H356.82C251.175 2945 212.866 2934 174.244 2913.34C135.622 2892.69 105.311 2862.38 84.6552 2823.76C63.9998 2785.13 53 2746.82 53 2641.18V356.82C53 251.175 63.9998 212.866 84.6552 174.244C105.311 135.622 135.622 105.311 174.244 84.6552C212.866 63.9998 251.175 53 356.82 53L1133.18 53ZM1143.87 100H346.133C260.547 100 229.512 108.911 198.223 125.645C166.934 142.378 142.378 166.934 125.645 198.223C108.911 229.512 100 260.547 100 346.133V2649.87C100 2735.45 108.911 2766.49 125.645 2797.78C142.378 2829.07 166.934 2853.62 198.223 2870.36C229.512 2887.09 260.547 2896 346.133 2896H1143.87C1229.45 2896 1260.49 2887.09 1291.78 2870.36C1323.07 2853.62 1347.62 2829.07 1364.36 2797.78C1381.09 2766.49 1390 2735.45 1390 2649.87V346.133C1390 260.547 1381.09 229.512 1364.36 198.223C1347.62 166.934 1323.07 142.378 1291.78 125.645C1260.49 108.911 1229.45 100 1143.87 100Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask5_56_409)\">\n<path d=\"M1437 345H1417V364H1437V345Z\" fill=\"url(#paint6_linear_56_409)\"/>\n<path d=\"M1437 2633H1417V2652H1437V2633Z\" fill=\"url(#paint7_linear_56_409)\"/>\n<path d=\"M53 345H73V364H53V345Z\" fill=\"url(#paint8_linear_56_409)\"/>\n<path d=\"M53 2633H73V2652H53V2633Z\" fill=\"url(#paint9_linear_56_409)\"/>\n</g>\n<g filter=\"url(#filter2_iiiiiiiif_56_409)\">\n<path d=\"M53 842.125H47C44.7909 842.125 43 843.916 43 846.125V1045.12C43 1047.33 44.7909 1049.12 47 1049.12H53V842.125Z\" fill=\"white\"/>\n</g>\n<g filter=\"url(#filter3_iiiiiiiif_56_409)\">\n<path d=\"M54 1105.12H48C45.7909 1105.12 44 1106.92 44 1109.12V1308.12C44 1310.33 45.7909 1312.12 48 1312.12H54V1105.12Z\" fill=\"white\"/>\n</g>\n<g filter=\"url(#filter4_iiiiiiiif_56_409)\">\n<path d=\"M53 620.125H47C44.7909 620.125 43 621.916 43 624.125V743.125C43 745.334 44.7909 747.125 47 747.125H53V620.125Z\" fill=\"white\"/>\n</g>\n<g filter=\"url(#filter5_iiiiiiiif_56_409)\">\n<path d=\"M1437 914.125H1443C1445.21 914.125 1447 915.916 1447 918.125V1236.12C1447 1238.33 1445.21 1240.12 1443 1240.12H1437V914.125Z\" fill=\"white\"/>\n</g>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M609 161H881C911.928 161 937 186.072 937 217C937 247.928 911.928 273 881 273H609C578.072 273 553 247.928 553 217C553 186.072 578.072 161 609 161Z\" fill=\"black\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M609 175.5C620.46 175.5 630.835 180.145 638.345 187.655C645.855 195.165 650.5 205.54 650.5 217C650.5 228.46 645.855 238.835 638.345 246.345C630.835 253.855 620.46 258.5 609 258.5C597.54 258.5 587.165 253.855 579.655 246.345C572.145 238.835 567.5 228.46 567.5 217C567.5 205.54 572.145 195.165 579.655 187.655C587.165 180.145 597.54 175.5 609 175.5Z\" fill=\"black\" stroke=\"black\" stroke-width=\"25\"/>\n<g filter=\"url(#filter6_iiii_56_409)\">\n<path d=\"M609 233C617.837 233 625 225.837 625 217C625 208.163 617.837 201 609 201C600.163 201 593 208.163 593 217C593 225.837 600.163 233 609 233Z\" fill=\"url(#paint10_linear_56_409)\"/>\n</g>\n<path d=\"M609 229C615.627 229 621 223.627 621 217C621 210.373 615.627 205 609 205C602.373 205 597 210.373 597 217C597 223.627 602.373 229 609 229Z\" fill=\"url(#paint11_radial_56_409)\"/>\n<g filter=\"url(#filter7_d_56_409)\">\n<path d=\"M609 229C615.627 229 621 223.627 621 217C621 210.373 615.627 205 609 205C602.373 205 597 210.373 597 217C597 223.627 602.373 229 609 229Z\" fill=\"url(#paint12_radial_56_409)\" shape-rendering=\"crispEdges\"/>\n</g>\n<path d=\"M609 229C615.627 229 621 223.627 621 217C621 210.373 615.627 205 609 205C602.373 205 597 210.373 597 217C597 223.627 602.373 229 609 229Z\" fill=\"url(#paint13_radial_56_409)\"/>\n<g filter=\"url(#filter8_ii_56_409)\">\n<path d=\"M609 229C615.627 229 621 223.627 621 217C621 210.373 615.627 205 609 205C602.373 205 597 210.373 597 217C597 223.627 602.373 229 609 229Z\" fill=\"url(#paint14_radial_56_409)\"/>\n</g>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M883 175.5C894.46 175.5 904.835 180.145 912.345 187.655C919.855 195.165 924.5 205.54 924.5 217C924.5 228.46 919.855 238.835 912.345 246.345C904.835 253.855 894.46 258.5 883 258.5H733C721.54 258.5 711.165 253.855 703.655 246.345C696.145 238.835 691.5 228.46 691.5 217C691.5 205.54 696.145 195.165 703.655 187.655C711.165 180.145 721.54 175.5 733 175.5H883Z\" fill=\"black\" stroke=\"black\" stroke-width=\"25\"/>\n<path d=\"M314.599 195.727C306.021 195.727 299.705 201.492 299.705 209.518V209.573C299.705 217.048 305.111 222.564 312.778 222.564C318.157 222.564 322.128 219.806 323.701 216.165H323.866C323.866 216.606 323.839 217.02 323.811 217.434C323.535 224.964 320.86 231.087 314.461 231.087C310.903 231.087 308.476 229.321 307.4 226.591L307.317 226.343H300.257L300.312 226.646C301.553 232.659 307.069 236.906 314.433 236.906C324.583 236.906 330.679 229.046 330.679 215.889V215.834C330.679 201.878 323.37 195.727 314.599 195.727ZM314.599 217.075C310.075 217.075 306.711 213.848 306.711 209.325V209.27C306.711 204.967 310.269 201.547 314.682 201.547C319.15 201.547 322.625 204.995 322.625 209.408V209.435C322.625 213.876 319.15 217.075 314.599 217.075ZM339.56 210.18C341.794 210.18 343.532 208.415 343.532 206.181C343.532 203.947 341.794 202.209 339.56 202.209C337.326 202.209 335.561 203.947 335.561 206.181C335.561 208.415 337.326 210.18 339.56 210.18ZM339.56 230.425C341.794 230.425 343.532 228.66 343.532 226.425C343.532 224.191 341.794 222.454 339.56 222.454C337.326 222.454 335.561 224.191 335.561 226.425C335.561 228.66 337.326 230.425 339.56 230.425ZM367.996 236.217H374.781V228.577H380.187V222.73H374.781V196.417H364.659L348.138 222.509V228.577H367.996V236.217ZM354.537 222.895V222.702L367.941 201.795H368.106V222.895H354.537ZM394.612 236.217H401.59V196.417H394.557L384.159 203.726V210.263L394.447 203.202H394.612V236.217Z\" fill=\"white\"/>\n<g opacity=\"0.9\">\n<rect x=\"1017\" y=\"223.773\" width=\"12.9444\" height=\"15.5333\" rx=\"1.29444\" fill=\"white\"/>\n<rect x=\"1035.12\" y=\"216.004\" width=\"12.9444\" height=\"23.3\" rx=\"1.29444\" fill=\"white\"/>\n<rect x=\"1054.54\" y=\"206.943\" width=\"12.9444\" height=\"32.361\" rx=\"1.29444\" fill=\"white\"/>\n<rect x=\"1072.66\" y=\"196.59\" width=\"12.9444\" height=\"42.7166\" rx=\"1.29444\" fill=\"white\"/>\n</g>\n<g opacity=\"0.9\">\n<path d=\"M1171.57 210.838C1163.08 202.292 1151.32 197 1138.32 197C1125.29 197 1113.49 202.324 1105 210.915L1112.36 218.278C1118.97 211.57 1128.16 207.412 1138.32 207.412C1148.44 207.412 1157.6 211.539 1164.2 218.201L1171.57 210.838Z\" fill=\"white\"/>\n<path d=\"M1159.6 222.802C1154.18 217.318 1146.65 213.92 1138.32 213.92C1129.96 213.92 1122.4 217.35 1116.96 222.88L1124.33 230.243C1127.87 226.597 1132.83 224.332 1138.32 224.332C1143.77 224.332 1148.7 226.564 1152.24 230.165L1159.6 222.802Z\" fill=\"white\"/>\n<path d=\"M1147.64 234.767C1145.28 232.344 1141.97 230.839 1138.32 230.839C1134.63 230.839 1131.3 232.376 1128.93 234.845L1138.25 244.161L1147.64 234.767Z\" fill=\"white\"/>\n</g>\n<rect opacity=\"0.6\" x=\"1186.98\" y=\"197.982\" width=\"90.1486\" height=\"43.056\" rx=\"8.74576\" stroke=\"white\" stroke-width=\"4.0365\"/>\n<rect opacity=\"0.9\" x=\"1191.69\" y=\"202.693\" width=\"80.7301\" height=\"33.6375\" rx=\"5.382\" fill=\"white\"/>\n<path opacity=\"0.6\" d=\"M1281.84 213.457V213.457C1284.81 213.457 1287.22 215.867 1287.22 218.839V220.184C1287.22 223.156 1284.81 225.566 1281.84 225.566V225.566V213.457Z\" fill=\"white\"/>\n<defs>\n<filter id=\"filter0_i_56_409\" x=\"71\" y=\"71\" width=\"1348\" height=\"2855\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"1\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.305882 0 0 0 0 0.309804 0 0 0 0 0.309804 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_409\"/>\n</filter>\n<filter id=\"filter1_i_56_409\" x=\"73\" y=\"73\" width=\"1344\" height=\"2851\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"1\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.305882 0 0 0 0 0.309804 0 0 0 0 0.309804 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_409\"/>\n</filter>\n<filter id=\"filter2_iiiiiiiif_56_409\" x=\"42\" y=\"836.125\" width=\"15\" height=\"221\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-29\"/>\n<feGaussianBlur stdDeviation=\"3\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0392157 0 0 0 0 0.0941176 0 0 0 0 0.137255 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"20\" dy=\"70\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.686275 0 0 0 0 0.737255 0 0 0 0 0.780392 0 0 0 0.2 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_56_409\" result=\"effect2_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-9\"/>\n<feGaussianBlur stdDeviation=\"3\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_innerShadow_56_409\" result=\"effect3_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-12\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 0.992157 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect3_innerShadow_56_409\" result=\"effect4_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-5\"/>\n<feGaussianBlur stdDeviation=\"3\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.756863 0 0 0 0 0.8 0 0 0 0 0.839216 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect4_innerShadow_56_409\" result=\"effect5_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"35\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0618602 0 0 0 0 0.121699 0 0 0 0 0.170658 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect5_innerShadow_56_409\" result=\"effect6_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"28\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect6_innerShadow_56_409\" result=\"effect7_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"4\" dy=\"8\"/>\n<feGaussianBlur stdDeviation=\"2\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.568627 0 0 0 0 0.627451 0 0 0 0 0.662745 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect7_innerShadow_56_409\" result=\"effect8_innerShadow_56_409\"/>\n<feGaussianBlur stdDeviation=\"0.5\" result=\"effect9_foregroundBlur_56_409\"/>\n</filter>\n<filter id=\"filter3_iiiiiiiif_56_409\" x=\"43\" y=\"1099.12\" width=\"15\" height=\"221\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-29\"/>\n<feGaussianBlur stdDeviation=\"3\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0392157 0 0 0 0 0.0941176 0 0 0 0 0.137255 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"20\" dy=\"70\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.686275 0 0 0 0 0.737255 0 0 0 0 0.780392 0 0 0 0.2 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_56_409\" result=\"effect2_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-9\"/>\n<feGaussianBlur stdDeviation=\"3\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_innerShadow_56_409\" result=\"effect3_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-12\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 0.992157 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect3_innerShadow_56_409\" result=\"effect4_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-5\"/>\n<feGaussianBlur stdDeviation=\"3\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.756863 0 0 0 0 0.8 0 0 0 0 0.839216 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect4_innerShadow_56_409\" result=\"effect5_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"35\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0618602 0 0 0 0 0.121699 0 0 0 0 0.170658 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect5_innerShadow_56_409\" result=\"effect6_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"28\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect6_innerShadow_56_409\" result=\"effect7_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"4\" dy=\"8\"/>\n<feGaussianBlur stdDeviation=\"2\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.568627 0 0 0 0 0.627451 0 0 0 0 0.662745 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect7_innerShadow_56_409\" result=\"effect8_innerShadow_56_409\"/>\n<feGaussianBlur stdDeviation=\"0.5\" result=\"effect9_foregroundBlur_56_409\"/>\n</filter>\n<filter id=\"filter4_iiiiiiiif_56_409\" x=\"42\" y=\"614.125\" width=\"15\" height=\"141\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-29\"/>\n<feGaussianBlur stdDeviation=\"3\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0392157 0 0 0 0 0.0941176 0 0 0 0 0.137255 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"20\" dy=\"70\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.686275 0 0 0 0 0.737255 0 0 0 0 0.780392 0 0 0 0.2 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_56_409\" result=\"effect2_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-9\"/>\n<feGaussianBlur stdDeviation=\"3\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_innerShadow_56_409\" result=\"effect3_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-12\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 0.992157 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect3_innerShadow_56_409\" result=\"effect4_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-5\"/>\n<feGaussianBlur stdDeviation=\"3\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.756863 0 0 0 0 0.8 0 0 0 0 0.839216 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect4_innerShadow_56_409\" result=\"effect5_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"35\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0618602 0 0 0 0 0.121699 0 0 0 0 0.170658 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect5_innerShadow_56_409\" result=\"effect6_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"28\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect6_innerShadow_56_409\" result=\"effect7_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"4\" dy=\"8\"/>\n<feGaussianBlur stdDeviation=\"2\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.568627 0 0 0 0 0.627451 0 0 0 0 0.662745 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect7_innerShadow_56_409\" result=\"effect8_innerShadow_56_409\"/>\n<feGaussianBlur stdDeviation=\"0.5\" result=\"effect9_foregroundBlur_56_409\"/>\n</filter>\n<filter id=\"filter5_iiiiiiiif_56_409\" x=\"1436\" y=\"908.125\" width=\"15\" height=\"340\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-29\"/>\n<feGaussianBlur stdDeviation=\"3\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0392157 0 0 0 0 0.0941176 0 0 0 0 0.137255 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"20\" dy=\"70\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.686275 0 0 0 0 0.737255 0 0 0 0 0.780392 0 0 0 0.2 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_56_409\" result=\"effect2_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-9\"/>\n<feGaussianBlur stdDeviation=\"3\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_innerShadow_56_409\" result=\"effect3_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-12\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 0.992157 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect3_innerShadow_56_409\" result=\"effect4_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-5\"/>\n<feGaussianBlur stdDeviation=\"3\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.756863 0 0 0 0 0.8 0 0 0 0 0.839216 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect4_innerShadow_56_409\" result=\"effect5_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"35\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0618602 0 0 0 0 0.121699 0 0 0 0 0.170658 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect5_innerShadow_56_409\" result=\"effect6_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"28\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect6_innerShadow_56_409\" result=\"effect7_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"4\" dy=\"8\"/>\n<feGaussianBlur stdDeviation=\"2\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.568627 0 0 0 0 0.627451 0 0 0 0 0.662745 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect7_innerShadow_56_409\" result=\"effect8_innerShadow_56_409\"/>\n<feGaussianBlur stdDeviation=\"0.5\" result=\"effect9_foregroundBlur_56_409\"/>\n</filter>\n<filter id=\"filter6_iiii_56_409\" x=\"589\" y=\"201\" width=\"40\" height=\"36\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"4.5\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0392157 0 0 0 0 0.0392157 0 0 0 0 0.0901961 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-6\"/>\n<feGaussianBlur stdDeviation=\"2\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0313725 0 0 0 0 0.0588235 0 0 0 0 0.219608 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_56_409\" result=\"effect2_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"4\"/>\n<feGaussianBlur stdDeviation=\"2\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0313725 0 0 0 0 0.0588235 0 0 0 0 0.219608 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_innerShadow_56_409\" result=\"effect3_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"6\"/>\n<feGaussianBlur stdDeviation=\"2\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0313725 0 0 0 0 0.0588235 0 0 0 0 0.219608 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect3_innerShadow_56_409\" result=\"effect4_innerShadow_56_409\"/>\n</filter>\n<filter id=\"filter7_d_56_409\" x=\"589\" y=\"197\" width=\"40\" height=\"40\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_56_409\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_56_409\" result=\"shape\"/>\n</filter>\n<filter id=\"filter8_ii_56_409\" x=\"597\" y=\"205\" width=\"24\" height=\"24\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"2\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0196078 0 0 0 0 0.0235294 0 0 0 0 0.0784314 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_56_409\" result=\"effect2_innerShadow_56_409\"/>\n</filter>\n<linearGradient id=\"paint0_linear_56_409\" x1=\"69055\" y1=\"55\" x2=\"69055\" y2=\"288855\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#788691\"/>\n<stop offset=\"0.0130801\" stop-color=\"#3C4A55\"/>\n<stop offset=\"0.0627141\" stop-color=\"#1D2C36\" stop-opacity=\"0\"/>\n<stop offset=\"1\" stop-color=\"#485662\" stop-opacity=\"0.2\"/>\n</linearGradient>\n<linearGradient id=\"paint1_linear_56_409\" x1=\"69104.5\" y1=\"54.5\" x2=\"69104.5\" y2=\"288955\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#7B8994\"/>\n<stop offset=\"0.0130801\" stop-color=\"#36444F\"/>\n<stop offset=\"0.0627141\" stop-color=\"#1D2C36\" stop-opacity=\"0\"/>\n<stop offset=\"1\" stop-color=\"#485662\" stop-opacity=\"0.2\"/>\n</linearGradient>\n<linearGradient id=\"paint2_linear_56_409\" x1=\"69154\" y1=\"54\" x2=\"69154\" y2=\"289054\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#5D6E79\"/>\n<stop offset=\"0.0130801\" stop-color=\"#35434C\"/>\n<stop offset=\"0.0627141\" stop-color=\"#1D2C36\" stop-opacity=\"0\"/>\n<stop offset=\"1\" stop-color=\"#485662\" stop-opacity=\"0.2\"/>\n</linearGradient>\n<linearGradient id=\"paint3_linear_56_409\" x1=\"69203.5\" y1=\"53.5\" x2=\"69203.5\" y2=\"289154\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#B3BCC3\"/>\n<stop offset=\"0.0518306\" stop-color=\"#1C2D37\"/>\n<stop offset=\"0.095719\" stop-color=\"#1B2933\" stop-opacity=\"0\"/>\n<stop offset=\"0.997887\" stop-color=\"#52606C\" stop-opacity=\"0.5\"/>\n<stop offset=\"1\" stop-color=\"#949BA0\"/>\n</linearGradient>\n<linearGradient id=\"paint4_linear_56_409\" x1=\"67421.5\" y1=\"71.5\" x2=\"67421.5\" y2=\"285372\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#505050\"/>\n<stop offset=\"0.0706596\" stop-color=\"#474747\"/>\n<stop offset=\"0.18191\" stop-color=\"#4F4F4F\"/>\n<stop offset=\"0.844989\" stop-color=\"#4F4F4F\"/>\n<stop offset=\"0.945795\" stop-color=\"#4A4A4A\"/>\n<stop offset=\"0.966758\" stop-color=\"#3B3A3B\"/>\n<stop offset=\"1\" stop-color=\"#4C4C4A\"/>\n</linearGradient>\n<linearGradient id=\"paint5_linear_56_409\" x1=\"67223.5\" y1=\"73.5\" x2=\"67223.5\" y2=\"284974\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#505050\"/>\n<stop offset=\"0.0706596\" stop-color=\"#474747\"/>\n<stop offset=\"0.18191\" stop-color=\"#4F4F4F\"/>\n<stop offset=\"0.844989\" stop-color=\"#4F4F4F\"/>\n<stop offset=\"0.945795\" stop-color=\"#4A4A4A\"/>\n<stop offset=\"0.966758\" stop-color=\"#3B3A3B\"/>\n<stop offset=\"1\" stop-color=\"#4C4C4A\"/>\n</linearGradient>\n<linearGradient id=\"paint6_linear_56_409\" x1=\"1417\" y1=\"354\" x2=\"1437\" y2=\"354\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#354048\"/>\n<stop offset=\"0.0829898\" stop-color=\"#65737F\"/>\n<stop offset=\"0.139448\" stop-color=\"#B3C0CA\"/>\n<stop offset=\"0.266057\" stop-color=\"#A1B2BD\"/>\n<stop offset=\"0.339988\" stop-color=\"#95A3B0\"/>\n<stop offset=\"0.534272\" stop-color=\"#7A848E\"/>\n<stop offset=\"0.574437\" stop-color=\"#616C76\"/>\n<stop offset=\"0.766064\" stop-color=\"#536069\"/>\n<stop offset=\"0.867478\" stop-color=\"#626E7A\"/>\n<stop offset=\"0.929293\" stop-color=\"#8B96A2\"/>\n<stop offset=\"1\" stop-color=\"#8C98A4\" stop-opacity=\"0.1\"/>\n</linearGradient>\n<linearGradient id=\"paint7_linear_56_409\" x1=\"1417\" y1=\"2642\" x2=\"1437\" y2=\"2642\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#354048\"/>\n<stop offset=\"0.0829898\" stop-color=\"#65737F\"/>\n<stop offset=\"0.139448\" stop-color=\"#B3C0CA\"/>\n<stop offset=\"0.266057\" stop-color=\"#A1B2BD\"/>\n<stop offset=\"0.339988\" stop-color=\"#95A3B0\"/>\n<stop offset=\"0.534272\" stop-color=\"#7A848E\"/>\n<stop offset=\"0.574437\" stop-color=\"#616C76\"/>\n<stop offset=\"0.766064\" stop-color=\"#536069\"/>\n<stop offset=\"0.867478\" stop-color=\"#626E7A\"/>\n<stop offset=\"0.929293\" stop-color=\"#8B96A2\"/>\n<stop offset=\"1\" stop-color=\"#8C98A4\" stop-opacity=\"0.1\"/>\n</linearGradient>\n<linearGradient id=\"paint8_linear_56_409\" x1=\"73\" y1=\"354\" x2=\"53\" y2=\"354\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#354048\"/>\n<stop offset=\"0.0829898\" stop-color=\"#65737F\"/>\n<stop offset=\"0.139448\" stop-color=\"#B3C0CA\"/>\n<stop offset=\"0.266057\" stop-color=\"#A1B2BD\"/>\n<stop offset=\"0.339988\" stop-color=\"#95A3B0\"/>\n<stop offset=\"0.534272\" stop-color=\"#7A848E\"/>\n<stop offset=\"0.574437\" stop-color=\"#616C76\"/>\n<stop offset=\"0.766064\" stop-color=\"#536069\"/>\n<stop offset=\"0.867478\" stop-color=\"#626E7A\"/>\n<stop offset=\"0.929293\" stop-color=\"#8B96A2\"/>\n<stop offset=\"1\" stop-color=\"#8C98A4\" stop-opacity=\"0.1\"/>\n</linearGradient>\n<linearGradient id=\"paint9_linear_56_409\" x1=\"73\" y1=\"2642\" x2=\"53\" y2=\"2642\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#354048\"/>\n<stop offset=\"0.0829898\" stop-color=\"#65737F\"/>\n<stop offset=\"0.139448\" stop-color=\"#B3C0CA\"/>\n<stop offset=\"0.266057\" stop-color=\"#A1B2BD\"/>\n<stop offset=\"0.339988\" stop-color=\"#95A3B0\"/>\n<stop offset=\"0.534272\" stop-color=\"#7A848E\"/>\n<stop offset=\"0.574437\" stop-color=\"#616C76\"/>\n<stop offset=\"0.766064\" stop-color=\"#536069\"/>\n<stop offset=\"0.867478\" stop-color=\"#626E7A\"/>\n<stop offset=\"0.929293\" stop-color=\"#8B96A2\"/>\n<stop offset=\"1\" stop-color=\"#8C98A4\" stop-opacity=\"0.1\"/>\n</linearGradient>\n<linearGradient id=\"paint10_linear_56_409\" x1=\"609\" y1=\"201\" x2=\"609\" y2=\"233\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#19283B\"/>\n<stop offset=\"0.0159865\" stop-color=\"#2D415D\"/>\n<stop offset=\"0.0375531\" stop-color=\"#51667D\"/>\n<stop offset=\"0.0519299\" stop-color=\"#3B5975\"/>\n<stop offset=\"0.0743013\" stop-color=\"#2E4D68\"/>\n<stop offset=\"0.100295\" stop-color=\"#213E57\"/>\n<stop offset=\"0.117656\" stop-color=\"#10314A\"/>\n<stop offset=\"0.900612\" stop-color=\"#280D58\"/>\n<stop offset=\"0.927676\" stop-color=\"#2E1751\"/>\n<stop offset=\"0.973593\" stop-color=\"#231538\"/>\n<stop offset=\"1\" stop-color=\"#130E1F\"/>\n</linearGradient>\n<radialGradient id=\"paint11_radial_56_409\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(609.5 205) rotate(90) scale(10.5)\">\n<stop stop-color=\"#414A67\"/>\n<stop offset=\"0.40532\" stop-color=\"#33366F\"/>\n<stop offset=\"0.722658\" stop-color=\"#18184D\"/>\n<stop offset=\"1\" stop-color=\"#030517\"/>\n</radialGradient>\n<radialGradient id=\"paint12_radial_56_409\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(609 227.5) rotate(-90) scale(11.5 12.3912)\">\n<stop stop-color=\"#1E3A44\"/>\n<stop offset=\"0.0866257\" stop-color=\"#1C3A43\"/>\n<stop offset=\"0.183254\" stop-color=\"#0C3943\"/>\n<stop offset=\"0.328671\" stop-color=\"#01313D\"/>\n<stop offset=\"0.488717\" stop-color=\"#002433\"/>\n<stop offset=\"0.636798\" stop-color=\"#001F35\" stop-opacity=\"0.4\"/>\n<stop offset=\"1\" stop-color=\"#02081F\" stop-opacity=\"0\"/>\n</radialGradient>\n<radialGradient id=\"paint13_radial_56_409\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(609 209.5) rotate(90) scale(7.5 24.147)\">\n<stop stop-color=\"#340F54\"/>\n<stop offset=\"0.252857\" stop-color=\"#340F54\" stop-opacity=\"0.6\"/>\n<stop offset=\"0.50265\" stop-color=\"#071280\" stop-opacity=\"0.2\"/>\n<stop offset=\"1\" stop-color=\"#071280\" stop-opacity=\"0\"/>\n</radialGradient>\n<radialGradient id=\"paint14_radial_56_409\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(609 227.5) rotate(-90) scale(11.5 12.3912)\">\n<stop stop-color=\"#1E3A44\"/>\n<stop offset=\"0.0866257\" stop-color=\"#1C3A43\"/>\n<stop offset=\"0.183254\" stop-color=\"#0C3943\"/>\n<stop offset=\"0.328671\" stop-color=\"#01313D\"/>\n<stop offset=\"0.488717\" stop-color=\"#002433\"/>\n<stop offset=\"0.636798\" stop-color=\"#001F35\" stop-opacity=\"0.4\"/>\n<stop offset=\"1\" stop-color=\"#02081F\" stop-opacity=\"0\"/>\n</radialGradient>\n</defs>\n\n<rect data-zone=\"screen-area\" x=\"100\" y=\"100\" width=\"1290\" height=\"2796\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"hardware-overlay\" x=\"553\" y=\"161\" width=\"384\" height=\"112\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-top\" x=\"100\" y=\"100\" width=\"1290\" height=\"209\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-bottom\" x=\"100\" y=\"2792\" width=\"1290\" height=\"104\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-left\" x=\"100\" y=\"100\" width=\"0\" height=\"2796\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-right\" x=\"1390\" y=\"100\" width=\"0\" height=\"2796\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"status-bar\" x=\"100\" y=\"100\" width=\"1290\" height=\"166\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"home-indicator\" x=\"539\" y=\"2881\" width=\"412\" height=\"15\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"volume-up\" data-side=\"left\" x=\"43\" y=\"620\" width=\"10\" height=\"127\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"volume-down\" data-side=\"left\" x=\"43\" y=\"842\" width=\"10\" height=\"207\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"power\" data-side=\"right\" x=\"1437\" y=\"914\" width=\"10\" height=\"326\" fill=\"none\" stroke=\"none\"/>\n</svg>`;\nconst SVG_STRING_SCALED = SVG_STRING\n .replace(/\\swidth=\"[^\"]*\"/, ' width=\"100%\"')\n .replace(/\\sheight=\"[^\"]*\"/, ' height=\"100%\"')\n .replace(/<svg\\b/, '<svg preserveAspectRatio=\"xMidYMid meet\" style=\"display:block\"');\n\nexport function IPhoneAirSVG({ style }: DeviceSVGProps) {\n return <div style={style} dangerouslySetInnerHTML={{ __html: SVG_STRING_SCALED }} />;\n}\nexport const IPHONE_AIR_FRAME: DeviceFrameInfo = {\n \"bezelTop\": 33,\n \"bezelBottom\": 33,\n \"bezelLeft\": 33,\n \"bezelRight\": 33,\n \"totalWidth\": 486,\n \"totalHeight\": 978,\n \"screenWidth\": 420,\n \"screenHeight\": 912,\n \"screenRadius\": 55\n};\nexport const IPHONE_AIR_SCREEN_RECT: SVGScreenRect = { \"x\": 100, \"y\": 100, \"width\": 1290, \"height\": 2796, \"rx\": 200 };\n","import type { CSSProperties } from \"react\";\nimport type { DeviceFrameInfo, DeviceLayoutData, DeviceMeta, SVGScreenRect } from \"../contract-types.js\";\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport const IPHONE_16_META: DeviceMeta = {\n id: \"iphone-16\",\n name: \"iPhone 16\",\n platform: \"ios\",\n year: 2024,\n formFactor: \"phone\",\n screen: {\n width: 393,\n height: 852,\n physicalWidth: 1179,\n physicalHeight: 2556,\n dpr: 3,\n aspectRatio: \"19.5:9\",\n cornerRadius: 55,\n ppi: 460\n }\n};\nexport const IPHONE_16_LAYOUT: DeviceLayoutData = {\n meta: IPHONE_16_META,\n safeArea: {\n portrait: { top: 59, bottom: 34, left: 0, right: 0 },\n landscape: { top: 0, bottom: 21, left: 59, right: 59 }\n },\n hardwareOverlays: {\n type: \"dynamic-island\",\n portrait: {\n x: 133.5,\n // centered: (393 - 126) / 2 = 133.5\n y: 11,\n width: 126,\n height: 37,\n shape: \"pill\",\n cornerRadius: 18.5\n }\n },\n statusBar: {\n height: 54,\n style: \"dynamic-island\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true\n },\n homeIndicator: {\n type: \"swipe-bar\",\n height: 5,\n width: 134,\n visible: true\n },\n hardwareButtons: {\n volumeUp: { side: \"left\", yPosition: 195 },\n volumeDown: { side: \"left\", yPosition: 235 },\n power: { side: \"right\", yPosition: 215 },\n cameraControl: { side: \"right\", yPosition: 480 }\n }\n};\nconst SVG_STRING = `<svg width=\"1389\" height=\"2847\" viewBox=\"0 0 1389 2847\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_59_779)\">\n<path d=\"M1388.76 1250.97C1388.76 1254.97 1385.51 1258.22 1381.5 1258.22L1370.63 1258.22L1370.63 899.247L1381.5 899.247C1385.51 899.247 1388.76 902.494 1388.76 906.499L1388.76 1250.97Z\" fill=\"#373737\"/>\n<path opacity=\"0.76\" d=\"M1388.76 1250.97C1388.76 1254.97 1385.51 1258.22 1381.5 1258.22L1370.63 1258.22L1370.63 899.247L1381.5 899.247C1385.51 899.247 1388.76 902.494 1388.76 906.499L1388.76 1250.97Z\" fill=\"url(#paint0_linear_59_779)\"/>\n<path d=\"M1388.76 1250.97C1388.76 1254.97 1385.51 1258.22 1381.5 1258.22L1370.63 1258.22L1370.63 899.247L1381.5 899.247C1385.51 899.247 1388.76 902.494 1388.76 906.499L1388.76 1250.97Z\" fill=\"url(#paint1_linear_59_779)\"/>\n<path opacity=\"0.48\" d=\"M1388.76 1250.97C1388.76 1254.97 1385.51 1258.22 1381.5 1258.22L1370.63 1258.22L1370.63 899.247L1381.5 899.247C1385.51 899.247 1388.76 902.494 1388.76 906.499L1388.76 1250.97Z\" fill=\"url(#paint2_linear_59_779)\"/>\n<g filter=\"url(#filter0_f_59_779)\">\n<path d=\"M1385.13 922.816C1385.13 923.817 1384.32 924.629 1383.32 924.629V924.629C1382.32 924.629 1381.5 923.817 1381.5 922.816L1381.5 917.377L1385.13 917.377L1385.13 922.816Z\" fill=\"#909090\"/>\n</g>\n<g filter=\"url(#filter1_f_59_779)\">\n<path d=\"M1385.13 1236.46L1381.5 1236.46L1381.5 908.312C1381.5 907.311 1382.32 906.499 1383.32 906.499V906.499C1384.32 906.499 1385.13 907.311 1385.13 908.312L1385.13 1236.46Z\" fill=\"#555555\" fill-opacity=\"0.8\"/>\n</g>\n<g filter=\"url(#filter2_f_59_779)\">\n<path d=\"M1388.76 1243.72L1385.13 1243.72L1385.13 901.06C1385.13 900.059 1385.94 899.247 1386.94 899.247V899.247C1387.94 899.247 1388.76 900.059 1388.76 901.06L1388.76 1243.72Z\" fill=\"black\"/>\n</g>\n</g>\n<g clip-path=\"url(#clip1_59_779)\">\n<path d=\"M0 547.525C0 543.52 3.24683 540.273 7.25199 540.273H18.13V652.679H7.25199C3.24682 652.679 0 649.432 0 645.427V547.525Z\" fill=\"#373737\"/>\n<path opacity=\"0.76\" d=\"M0 547.525C0 543.52 3.24683 540.273 7.25199 540.273H18.13V652.679H7.25199C3.24682 652.679 0 649.432 0 645.427V547.525Z\" fill=\"url(#paint3_linear_59_779)\"/>\n<path d=\"M0 547.525C0 543.52 3.24683 540.273 7.25199 540.273H18.13V652.679H7.25199C3.24682 652.679 0 649.432 0 645.427V547.525Z\" fill=\"url(#paint4_linear_59_779)\"/>\n<path opacity=\"0.48\" d=\"M0 547.525C0 543.52 3.24683 540.273 7.25199 540.273H18.13V652.679H7.25199C3.24682 652.679 0 649.432 0 645.427V547.525Z\" fill=\"url(#paint5_linear_59_779)\"/>\n<g filter=\"url(#filter3_f_59_779)\">\n<path d=\"M3.62598 545.713C3.62598 544.712 4.43768 543.9 5.43897 543.9V543.9C6.44026 543.9 7.25197 544.712 7.25197 545.713V551.152H3.62598V545.713Z\" fill=\"#909090\"/>\n</g>\n<g filter=\"url(#filter4_f_59_779)\">\n<path d=\"M3.62598 551.152H7.25197V643.615C7.25197 644.617 6.44026 645.428 5.43897 645.428V645.428C4.43768 645.428 3.62598 644.617 3.62598 643.615V551.152Z\" fill=\"#555555\" fill-opacity=\"0.8\"/>\n</g>\n<g filter=\"url(#filter5_f_59_779)\">\n<path d=\"M0 536.648H3.62599V658.119C3.62599 659.121 2.81429 659.932 1.813 659.932V659.932C0.811707 659.932 0 659.121 0 658.119V536.648Z\" fill=\"black\"/>\n</g>\n</g>\n<g clip-path=\"url(#clip2_59_779)\">\n<path d=\"M0 765.085C0 761.08 3.24683 757.833 7.25199 757.833H18.13V960.889H7.25199C3.24682 960.889 0 957.642 0 953.637V765.085Z\" fill=\"#373737\"/>\n<path opacity=\"0.76\" d=\"M0 765.085C0 761.08 3.24683 757.833 7.25199 757.833H18.13V960.889H7.25199C3.24682 960.889 0 957.642 0 953.637V765.085Z\" fill=\"url(#paint6_linear_59_779)\"/>\n<path d=\"M0 765.085C0 761.08 3.24683 757.833 7.25199 757.833H18.13V960.889H7.25199C3.24682 960.889 0 957.642 0 953.637V765.085Z\" fill=\"url(#paint7_linear_59_779)\"/>\n<path opacity=\"0.48\" d=\"M0 765.085C0 761.08 3.24683 757.833 7.25199 757.833H18.13V960.889H7.25199C3.24682 960.889 0 957.642 0 953.637V765.085Z\" fill=\"url(#paint8_linear_59_779)\"/>\n<g filter=\"url(#filter6_f_59_779)\">\n<path d=\"M3.62598 763.272C3.62598 762.271 4.43768 761.459 5.43897 761.459V761.459C6.44026 761.459 7.25197 762.271 7.25197 763.272V772.337H3.62598V763.272Z\" fill=\"#909090\"/>\n</g>\n<g filter=\"url(#filter7_f_59_779)\">\n<path d=\"M3.62598 768.711H7.25197V955.45C7.25197 956.451 6.44026 957.263 5.43897 957.263V957.263C4.43768 957.263 3.62598 956.451 3.62598 955.45V768.711Z\" fill=\"#555555\" fill-opacity=\"0.8\"/>\n</g>\n<g filter=\"url(#filter8_f_59_779)\">\n<path d=\"M0 757.833H3.62599V966.328C3.62599 967.329 2.81429 968.141 1.813 968.141V968.141C0.811707 968.141 0 967.329 0 966.328V757.833Z\" fill=\"black\"/>\n</g>\n</g>\n<g clip-path=\"url(#clip3_59_779)\">\n<path d=\"M0 1029.78C0 1025.78 3.24683 1022.53 7.25199 1022.53H18.13V1225.59H7.25199C3.24682 1225.59 0 1222.34 0 1218.33V1029.78Z\" fill=\"#373737\"/>\n<path opacity=\"0.76\" d=\"M0 1029.78C0 1025.78 3.24683 1022.53 7.25199 1022.53H18.13V1225.59H7.25199C3.24682 1225.59 0 1222.34 0 1218.33V1029.78Z\" fill=\"url(#paint9_linear_59_779)\"/>\n<path d=\"M0 1029.78C0 1025.78 3.24683 1022.53 7.25199 1022.53H18.13V1225.59H7.25199C3.24682 1225.59 0 1222.34 0 1218.33V1029.78Z\" fill=\"url(#paint10_linear_59_779)\"/>\n<path opacity=\"0.48\" d=\"M0 1029.78C0 1025.78 3.24683 1022.53 7.25199 1022.53H18.13V1225.59H7.25199C3.24682 1225.59 0 1222.34 0 1218.33V1029.78Z\" fill=\"url(#paint11_linear_59_779)\"/>\n<g filter=\"url(#filter9_f_59_779)\">\n<path d=\"M3.62598 1031.6C3.62598 1030.59 4.43768 1029.78 5.43897 1029.78V1029.78C6.44026 1029.78 7.25197 1030.59 7.25197 1031.6V1037.04H3.62598V1031.6Z\" fill=\"#909090\"/>\n</g>\n<g filter=\"url(#filter10_f_59_779)\">\n<path d=\"M3.62598 1033.41H7.25197V1220.15C7.25197 1221.15 6.44026 1221.96 5.43897 1221.96V1221.96C4.43768 1221.96 3.62598 1221.15 3.62598 1220.15V1033.41Z\" fill=\"#555555\" fill-opacity=\"0.8\"/>\n</g>\n<g filter=\"url(#filter11_f_59_779)\">\n<path d=\"M0 1022.53H3.62599V1231.03C3.62599 1232.03 2.81429 1232.84 1.813 1232.84V1232.84C0.811707 1232.84 0 1232.03 0 1231.03V1022.53Z\" fill=\"black\"/>\n</g>\n</g>\n<g clip-path=\"url(#clip4_59_779)\">\n<rect x=\"10.8779\" width=\"1367\" height=\"2846.41\" rx=\"224.812\" fill=\"black\"/>\n<g filter=\"url(#filter12_f_59_779)\">\n<rect x=\"16.3169\" y=\"5.43899\" width=\"1356.12\" height=\"2835.53\" rx=\"219.373\" stroke=\"#7B7B7B\" stroke-width=\"10.878\"/>\n</g>\n<g filter=\"url(#filter13_f_59_779)\">\n<rect x=\"12.6909\" y=\"1.813\" width=\"1363.37\" height=\"2842.78\" rx=\"222.999\" stroke=\"black\" stroke-width=\"3.62599\"/>\n</g>\n<g filter=\"url(#filter14_f_59_779)\">\n<rect x=\"30.8208\" y=\"19.9439\" width=\"1330.74\" height=\"2810.15\" rx=\"208.495\" stroke=\"#5F5F5F\" stroke-width=\"3.62599\"/>\n</g>\n<rect x=\"24.6566\" y=\"13.7787\" width=\"1339.44\" height=\"2818.85\" rx=\"211.033\" stroke=\"#232323\" stroke-width=\"1.4504\"/>\n<rect x=\"1073.29\" width=\"21.756\" height=\"14.504\" fill=\"url(#paint12_linear_59_779)\"/>\n<rect x=\"10.8779\" y=\"315.463\" width=\"21.756\" height=\"14.504\" transform=\"rotate(-90 10.8779 315.463)\" fill=\"url(#paint13_linear_59_779)\"/>\n<rect x=\"10.8779\" y=\"2530.95\" width=\"14.504\" height=\"21.756\" fill=\"url(#paint14_linear_59_779)\"/>\n<rect x=\"239.315\" y=\"2831.9\" width=\"18.13\" height=\"14.504\" fill=\"url(#paint15_linear_59_779)\"/>\n<rect x=\"1363.37\" y=\"2530.95\" width=\"14.504\" height=\"21.756\" fill=\"url(#paint16_linear_59_779)\"/>\n</g>\n<g clip-path=\"url(#clip5_59_779)\">\n<rect x=\"25.3818\" y=\"14.5039\" width=\"1337.99\" height=\"2817.4\" rx=\"210.308\" fill=\"#000100\"/>\n<g filter=\"url(#filter15_f_59_779)\">\n<rect x=\"32.6338\" y=\"21.7559\" width=\"1323.49\" height=\"2802.89\" rx=\"203.056\" stroke=\"url(#paint17_radial_59_779)\" stroke-width=\"14.504\"/>\n</g>\n</g>\n<g clip-path=\"url(#clip6_59_779)\">\n<rect x=\"54.3896\" y=\"43.5117\" width=\"1279.98\" height=\"2759.38\" rx=\"188.552\" fill=\"#3A3A3A\"/>\n</g>\n<rect x=\"493.135\" y=\"87.0234\" width=\"398.859\" height=\"112.406\" rx=\"56.2029\" fill=\"#030303\"/>\n<circle cx=\"832.602\" cy=\"143.662\" r=\"34.8828\" fill=\"#0E0B0F\"/>\n<circle cx=\"832.601\" cy=\"143.663\" r=\"19.3794\" fill=\"#161424\"/>\n<circle cx=\"832.604\" cy=\"143.661\" r=\"11.6276\" fill=\"#0F0F2A\"/>\n<circle cx=\"832.599\" cy=\"139.788\" r=\"3.87587\" fill=\"#393752\"/>\n<path opacity=\"0.35\" d=\"M1175.43 121.571H1237.07C1244.02 121.571 1249.66 127.208 1249.66 134.162V152.292C1249.66 159.246 1244.02 164.883 1237.07 164.883H1175.43C1168.47 164.883 1162.84 159.246 1162.84 152.292V134.162C1162.84 127.208 1168.47 121.571 1175.43 121.571Z\" stroke=\"white\" stroke-width=\"3.82574\"/>\n<path opacity=\"0.4\" d=\"M1255.2 137.789V153.092C1258.28 151.796 1260.28 148.781 1260.28 145.441C1260.28 142.1 1258.28 139.085 1255.2 137.789\" fill=\"white\"/>\n<path d=\"M1168.17 134.162C1168.17 130.157 1171.42 126.91 1175.43 126.91H1237.07C1241.07 126.91 1244.32 130.157 1244.32 134.162V152.292C1244.32 156.297 1241.07 159.544 1237.07 159.544H1175.43C1171.42 159.544 1168.17 156.297 1168.17 152.292V134.162Z\" fill=\"white\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1108.35 129.041C1117.29 129.041 1125.89 132.549 1132.37 138.839C1132.86 139.325 1133.64 139.319 1134.12 138.826L1138.79 134.019C1139.03 133.769 1139.17 133.43 1139.17 133.077C1139.16 132.725 1139.03 132.388 1138.78 132.14C1121.77 115.498 1094.93 115.498 1077.91 132.14C1077.67 132.387 1077.53 132.724 1077.52 133.077C1077.52 133.43 1077.66 133.769 1077.9 134.019L1082.57 138.826C1083.05 139.319 1083.83 139.326 1084.32 138.839C1090.8 132.549 1099.4 129.041 1108.35 129.041ZM1108.48 143.852C1113.39 143.852 1118.13 145.716 1121.77 149.083C1122.26 149.561 1123.04 149.551 1123.52 149.06L1128.18 144.253C1128.43 144.001 1128.56 143.659 1128.56 143.304C1128.56 142.948 1128.41 142.609 1128.16 142.362C1117.07 131.83 1099.89 131.83 1088.8 142.362C1088.55 142.609 1088.41 142.949 1088.4 143.304C1088.4 143.66 1088.54 144.002 1088.78 144.253L1093.44 149.06C1093.92 149.551 1094.7 149.561 1095.19 149.083C1098.83 145.719 1103.57 143.854 1108.48 143.852ZM1117.95 153.535C1117.96 153.891 1117.82 154.235 1117.57 154.485L1109.51 162.789C1109.28 163.033 1108.95 163.17 1108.62 163.17C1108.28 163.17 1107.96 163.033 1107.72 162.789L1099.66 154.485C1099.41 154.235 1099.27 153.891 1099.28 153.535C1099.29 153.178 1099.44 152.841 1099.7 152.602C1104.85 148.157 1112.39 148.157 1117.54 152.602C1117.79 152.841 1117.95 153.178 1117.95 153.535Z\" fill=\"white\"/>\n<path d=\"M1023.13 130.536C1023.13 128.534 1024.76 126.91 1026.76 126.91H1030.39C1032.39 126.91 1034.01 128.534 1034.01 130.536V159.544C1034.01 161.547 1032.39 163.17 1030.39 163.17H1026.76C1024.76 163.17 1023.13 161.547 1023.13 159.544V130.536Z\" fill=\"white\"/>\n<path d=\"M1041.26 123.284C1041.26 121.282 1042.89 119.658 1044.89 119.658H1048.52C1050.52 119.658 1052.14 121.282 1052.14 123.284V159.544C1052.14 161.547 1050.52 163.17 1048.52 163.17H1044.89C1042.89 163.17 1041.26 161.547 1041.26 159.544V123.284Z\" fill=\"white\"/>\n<path d=\"M1005 143.227C1005 141.225 1006.63 139.601 1008.63 139.601H1012.26C1014.26 139.601 1015.88 141.225 1015.88 143.227V159.544C1015.88 161.547 1014.26 163.17 1012.26 163.17H1008.63C1006.63 163.17 1005 161.547 1005 159.544V143.227Z\" fill=\"white\"/>\n<path d=\"M986.875 152.292C986.875 150.29 988.498 148.666 990.501 148.666H994.127C996.13 148.666 997.753 150.29 997.753 152.292V159.544C997.753 161.547 996.13 163.17 994.127 163.17H990.501C988.498 163.17 986.875 161.547 986.875 159.544V152.292Z\" fill=\"white\"/>\n<path d=\"M221.065 122.638C230.335 122.638 238.401 129.23 238.401 144.881V144.942C238.401 159.569 231.81 168.238 220.884 168.238C212.908 168.238 206.948 163.512 205.564 156.861L205.504 156.529H213.149L213.239 156.83C214.383 159.87 217.061 161.857 220.884 161.857C227.777 161.857 230.696 155.115 231.027 146.808C231.027 146.477 231.057 146.145 231.057 145.814H230.455C228.86 149.246 225.068 152.286 219.108 152.286C210.771 152.286 204.932 146.206 204.932 137.959V137.898C204.932 129.08 211.644 122.638 221.065 122.638ZM221.034 146.326C225.941 146.326 229.703 142.774 229.703 137.868V137.808C229.703 132.842 225.941 128.959 221.125 128.959C216.339 128.959 212.517 132.782 212.517 137.628V137.688C212.517 142.714 216.098 146.326 221.034 146.326ZM249.165 139.012C246.426 139.012 244.38 136.905 244.38 134.257C244.38 131.578 246.426 129.501 249.165 129.501C251.934 129.501 253.951 131.578 253.951 134.257C253.951 136.905 251.934 139.012 249.165 139.012ZM249.165 161.345C246.426 161.345 244.38 159.268 244.38 156.59C244.38 153.911 246.426 151.834 249.165 151.834C251.934 151.834 253.951 153.911 253.951 156.59C253.951 159.268 251.934 161.345 249.165 161.345ZM280.998 167.154V158.817H259.749V152.466C265.377 142.684 271.547 132.691 277.447 123.722H288.433V152.406H294.272V158.817H288.433V167.154H280.998ZM266.972 152.587H281.119V129.922H280.667C276.213 136.725 271.186 144.761 266.972 152.135V152.587ZM309.37 167.154V131.367H308.858L298.053 139.012V131.698L309.4 123.722H317.136V167.154H309.37Z\" fill=\"white\"/>\n<defs>\n<filter id=\"filter0_f_59_779\" x=\"1377.88\" y=\"913.751\" width=\"10.878\" height=\"14.5039\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.813\" result=\"effect1_foregroundBlur_59_779\"/>\n</filter>\n<filter id=\"filter1_f_59_779\" x=\"1377.88\" y=\"902.873\" width=\"10.878\" height=\"337.218\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.813\" result=\"effect1_foregroundBlur_59_779\"/>\n</filter>\n<filter id=\"filter2_f_59_779\" x=\"1377.88\" y=\"891.995\" width=\"18.13\" height=\"358.974\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"3.62599\" result=\"effect1_foregroundBlur_59_779\"/>\n</filter>\n<filter id=\"filter3_f_59_779\" x=\"-1.81198e-05\" y=\"540.274\" width=\"10.878\" height=\"14.5039\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.813\" result=\"effect1_foregroundBlur_59_779\"/>\n</filter>\n<filter id=\"filter4_f_59_779\" x=\"-1.81198e-05\" y=\"547.526\" width=\"10.878\" height=\"101.527\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.813\" result=\"effect1_foregroundBlur_59_779\"/>\n</filter>\n<filter id=\"filter5_f_59_779\" x=\"-7.25199\" y=\"529.396\" width=\"18.13\" height=\"137.787\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"3.62599\" result=\"effect1_foregroundBlur_59_779\"/>\n</filter>\n<filter id=\"filter6_f_59_779\" x=\"-1.81198e-05\" y=\"757.833\" width=\"10.878\" height=\"18.1299\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.813\" result=\"effect1_foregroundBlur_59_779\"/>\n</filter>\n<filter id=\"filter7_f_59_779\" x=\"-1.81198e-05\" y=\"765.085\" width=\"10.878\" height=\"195.804\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.813\" result=\"effect1_foregroundBlur_59_779\"/>\n</filter>\n<filter id=\"filter8_f_59_779\" x=\"-7.25199\" y=\"750.581\" width=\"18.13\" height=\"224.812\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"3.62599\" result=\"effect1_foregroundBlur_59_779\"/>\n</filter>\n<filter id=\"filter9_f_59_779\" x=\"-1.81198e-05\" y=\"1026.16\" width=\"10.878\" height=\"14.5039\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.813\" result=\"effect1_foregroundBlur_59_779\"/>\n</filter>\n<filter id=\"filter10_f_59_779\" x=\"-1.81198e-05\" y=\"1029.78\" width=\"10.878\" height=\"195.804\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.813\" result=\"effect1_foregroundBlur_59_779\"/>\n</filter>\n<filter id=\"filter11_f_59_779\" x=\"-7.25199\" y=\"1015.28\" width=\"18.13\" height=\"224.812\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"3.62599\" result=\"effect1_foregroundBlur_59_779\"/>\n</filter>\n<filter id=\"filter12_f_59_779\" x=\"-3.62605\" y=\"-14.504\" width=\"1396.01\" height=\"2875.41\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"7.25199\" result=\"effect1_foregroundBlur_59_779\"/>\n</filter>\n<filter id=\"filter13_f_59_779\" x=\"3.62594\" y=\"-7.25199\" width=\"1381.5\" height=\"2860.91\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"3.62599\" result=\"effect1_foregroundBlur_59_779\"/>\n</filter>\n<filter id=\"filter14_f_59_779\" x=\"21.7558\" y=\"10.8789\" width=\"1348.87\" height=\"2828.28\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"3.62599\" result=\"effect1_foregroundBlur_59_779\"/>\n</filter>\n<filter id=\"filter15_f_59_779\" x=\"-0.000125885\" y=\"-10.8781\" width=\"1388.76\" height=\"2868.16\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"12.691\" result=\"effect1_foregroundBlur_59_779\"/>\n</filter>\n<linearGradient id=\"paint0_linear_59_779\" x1=\"1379.69\" y1=\"1258.22\" x2=\"1379.69\" y2=\"1241.9\" gradientUnits=\"userSpaceOnUse\">\n<stop/>\n<stop offset=\"1\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint1_linear_59_779\" x1=\"1370.63\" y1=\"1258.22\" x2=\"1383.32\" y2=\"1258.22\" gradientUnits=\"userSpaceOnUse\">\n<stop/>\n<stop offset=\"1\" stop-color=\"#AEAEAE\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint2_linear_59_779\" x1=\"1379.69\" y1=\"915.564\" x2=\"1379.69\" y2=\"899.247\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-opacity=\"0\"/>\n<stop offset=\"1\"/>\n</linearGradient>\n<linearGradient id=\"paint3_linear_59_779\" x1=\"9.06499\" y1=\"540.273\" x2=\"9.06499\" y2=\"551.151\" gradientUnits=\"userSpaceOnUse\">\n<stop/>\n<stop offset=\"1\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint4_linear_59_779\" x1=\"18.13\" y1=\"540.273\" x2=\"5.43899\" y2=\"540.273\" gradientUnits=\"userSpaceOnUse\">\n<stop/>\n<stop offset=\"1\" stop-color=\"#AEAEAE\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint5_linear_59_779\" x1=\"9.06499\" y1=\"633.452\" x2=\"9.06499\" y2=\"652.679\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-opacity=\"0\"/>\n<stop offset=\"1\"/>\n</linearGradient>\n<linearGradient id=\"paint6_linear_59_779\" x1=\"9.06499\" y1=\"757.833\" x2=\"9.06499\" y2=\"772.337\" gradientUnits=\"userSpaceOnUse\">\n<stop/>\n<stop offset=\"1\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint7_linear_59_779\" x1=\"18.13\" y1=\"757.833\" x2=\"5.43899\" y2=\"757.833\" gradientUnits=\"userSpaceOnUse\">\n<stop/>\n<stop offset=\"1\" stop-color=\"#AEAEAE\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint8_linear_59_779\" x1=\"9.06499\" y1=\"946.385\" x2=\"9.06499\" y2=\"960.889\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-opacity=\"0\"/>\n<stop offset=\"1\"/>\n</linearGradient>\n<linearGradient id=\"paint9_linear_59_779\" x1=\"9.06499\" y1=\"1022.53\" x2=\"9.06499\" y2=\"1037.04\" gradientUnits=\"userSpaceOnUse\">\n<stop/>\n<stop offset=\"1\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint10_linear_59_779\" x1=\"18.13\" y1=\"1022.53\" x2=\"5.43899\" y2=\"1022.53\" gradientUnits=\"userSpaceOnUse\">\n<stop/>\n<stop offset=\"1\" stop-color=\"#AEAEAE\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint11_linear_59_779\" x1=\"9.06499\" y1=\"1211.08\" x2=\"9.06499\" y2=\"1225.59\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-opacity=\"0\"/>\n<stop offset=\"1\"/>\n</linearGradient>\n<linearGradient id=\"paint12_linear_59_779\" x1=\"1084.17\" y1=\"0\" x2=\"1084.17\" y2=\"14.504\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#393939\"/>\n<stop offset=\"1\" stop-color=\"#4E4E4E\"/>\n</linearGradient>\n<linearGradient id=\"paint13_linear_59_779\" x1=\"21.7559\" y1=\"315.463\" x2=\"21.7559\" y2=\"329.967\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#393939\"/>\n<stop offset=\"1\" stop-color=\"#4E4E4E\"/>\n</linearGradient>\n<linearGradient id=\"paint14_linear_59_779\" x1=\"10.8779\" y1=\"2541.82\" x2=\"25.3819\" y2=\"2541.82\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#393939\"/>\n<stop offset=\"1\" stop-color=\"#4E4E4E\"/>\n</linearGradient>\n<linearGradient id=\"paint15_linear_59_779\" x1=\"248.38\" y1=\"2846.41\" x2=\"248.38\" y2=\"2831.9\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#393939\"/>\n<stop offset=\"1\" stop-color=\"#4E4E4E\"/>\n</linearGradient>\n<linearGradient id=\"paint16_linear_59_779\" x1=\"1377.88\" y1=\"2541.82\" x2=\"1363.37\" y2=\"2541.82\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#393939\"/>\n<stop offset=\"1\" stop-color=\"#4E4E4E\"/>\n</linearGradient>\n<radialGradient id=\"paint17_radial_59_779\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(696.063 664.542) rotate(90) scale(1154.11 1278.41)\">\n<stop stop-color=\"#879194\"/>\n<stop offset=\"1\"/>\n</radialGradient>\n<clipPath id=\"clip0_59_779\">\n<path d=\"M1388.76 1254.59C1388.76 1258.6 1385.51 1261.85 1381.5 1261.85L1370.63 1261.85L1370.63 913.751L1381.5 913.751C1385.51 913.751 1388.76 916.998 1388.76 921.003L1388.76 1254.59Z\" fill=\"white\"/>\n</clipPath>\n<clipPath id=\"clip1_59_779\">\n<path d=\"M0 547.525C0 543.52 3.24683 540.273 7.25199 540.273H18.13V652.679H7.25199C3.24682 652.679 0 649.432 0 645.427V547.525Z\" fill=\"white\"/>\n</clipPath>\n<clipPath id=\"clip2_59_779\">\n<path d=\"M0 765.085C0 761.08 3.24683 757.833 7.25199 757.833H18.13V960.889H7.25199C3.24682 960.889 0 957.642 0 953.637V765.085Z\" fill=\"white\"/>\n</clipPath>\n<clipPath id=\"clip3_59_779\">\n<path d=\"M0 1029.78C0 1025.78 3.24683 1022.53 7.25199 1022.53H18.13V1225.59H7.25199C3.24682 1225.59 0 1222.34 0 1218.33V1029.78Z\" fill=\"white\"/>\n</clipPath>\n<clipPath id=\"clip4_59_779\">\n<rect x=\"10.8779\" width=\"1367\" height=\"2846.41\" rx=\"224.812\" fill=\"white\"/>\n</clipPath>\n<clipPath id=\"clip5_59_779\">\n<rect x=\"25.3818\" y=\"14.5039\" width=\"1337.99\" height=\"2817.4\" rx=\"210.308\" fill=\"white\"/>\n</clipPath>\n<clipPath id=\"clip6_59_779\">\n<rect x=\"54.3896\" y=\"43.5117\" width=\"1279.98\" height=\"2759.38\" rx=\"188.552\" fill=\"white\"/>\n</clipPath>\n</defs>\n<rect data-zone=\"screen-area\" x=\"15\" y=\"13\" width=\"362\" height=\"826\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"hardware-overlay\" x=\"139\" y=\"26\" width=\"113\" height=\"34\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-top\" x=\"15\" y=\"13\" width=\"362\" height=\"57\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-bottom\" x=\"15\" y=\"806\" width=\"362\" height=\"33\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-left\" x=\"15\" y=\"13\" width=\"0\" height=\"826\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-right\" x=\"377\" y=\"13\" width=\"0\" height=\"826\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"status-bar\" x=\"15\" y=\"13\" width=\"362\" height=\"53\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"home-indicator\" x=\"135\" y=\"826\" width=\"123\" height=\"5\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"volume-up\" data-side=\"left\" x=\"3\" y=\"94\" width=\"6\" height=\"4\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"volume-down\" data-side=\"left\" x=\"3\" y=\"757\" width=\"4\" height=\"7\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"power\" data-side=\"right\" x=\"386\" y=\"757\" width=\"4\" height=\"7\" fill=\"none\" stroke=\"none\"/>\n</svg>`;\nconst SVG_STRING_SCALED = SVG_STRING\n .replace(/\\swidth=\"[^\"]*\"/, ' width=\"100%\"')\n .replace(/\\sheight=\"[^\"]*\"/, ' height=\"100%\"')\n .replace(/<svg\\b/, '<svg preserveAspectRatio=\"xMidYMid meet\" style=\"display:block\"');\n\nexport function IPhone16SVG({ style }: DeviceSVGProps) {\n return <div style={style} dangerouslySetInnerHTML={{ __html: SVG_STRING_SCALED }} />;\n}\nexport const IPHONE_16_FRAME: DeviceFrameInfo = {\n \"bezelTop\": 14,\n \"bezelBottom\": 14,\n \"bezelLeft\": 17,\n \"bezelRight\": 17,\n \"totalWidth\": 427,\n \"totalHeight\": 880,\n \"screenWidth\": 393,\n \"screenHeight\": 852,\n \"screenRadius\": 55\n};\nexport const IPHONE_16_SCREEN_RECT: SVGScreenRect = { \"x\": 54.3896, \"y\": 43.5117, \"width\": 1279.98, \"height\": 2759.38, \"rx\": 188.552 };\n","import type { CSSProperties } from \"react\";\nimport type { DeviceFrameInfo, DeviceLayoutData, DeviceMeta, SVGScreenRect } from \"../contract-types.js\";\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport const IPHONE_16E_META: DeviceMeta = {\n id: \"iphone-16e\",\n name: \"iPhone 16e\",\n platform: \"ios\",\n year: 2025,\n formFactor: \"phone\",\n screen: {\n width: 390,\n height: 844,\n physicalWidth: 1170,\n physicalHeight: 2532,\n dpr: 3,\n aspectRatio: \"19.5:9\",\n cornerRadius: 46,\n ppi: 460\n }\n};\nexport const IPHONE_16E_LAYOUT: DeviceLayoutData = {\n meta: IPHONE_16E_META,\n safeArea: {\n portrait: { top: 47, bottom: 34, left: 0, right: 0 },\n landscape: { top: 0, bottom: 21, left: 47, right: 47 }\n },\n hardwareOverlays: {\n type: \"notch\",\n portrait: {\n x: 90,\n // centered: (390 - 210) / 2 = 90\n y: 0,\n width: 210,\n height: 30,\n shape: \"rectangle\",\n cornerRadius: 20\n }\n },\n statusBar: {\n height: 44,\n style: \"notch\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true\n },\n homeIndicator: {\n type: \"swipe-bar\",\n height: 5,\n width: 134,\n visible: true\n },\n hardwareButtons: {\n volumeUp: { side: \"left\", yPosition: 180 },\n volumeDown: { side: \"left\", yPosition: 220 },\n power: { side: \"right\", yPosition: 195 }\n }\n};\nconst SVG_STRING = `<svg\n width=\"363\"\n height=\"730\"\n viewBox=\"0 0 96.04375 193.14585\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n xmlns=\"http://www.w3.org/2000/svg\"><defs\n id=\"defs2\"><linearGradient\n id=\"linearGradient13\"><stop\n style=\"stop-color:#ededed;stop-opacity:1;\"\n offset=\"0\"\n id=\"stop10\" /><stop\n style=\"stop-color:#b2b2b2;stop-opacity:1;\"\n offset=\"0.13699158\"\n id=\"stop11\" /><stop\n style=\"stop-color:#b2b2b2;stop-opacity:1;\"\n offset=\"0.84200561\"\n id=\"stop12\" /><stop\n style=\"stop-color:#ebebeb;stop-opacity:1;\"\n offset=\"1\"\n id=\"stop13\" /></linearGradient><linearGradient\n id=\"linearGradient821\"><stop\n style=\"stop-color:#000000;stop-opacity:1;\"\n offset=\"0\"\n id=\"stop817\" /><stop\n style=\"stop-color:#000000;stop-opacity:0;\"\n offset=\"1\"\n id=\"stop819\" /></linearGradient><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath4960\"><path\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#ebebeb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.2765;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\"\n d=\"m 56.734381,2.01367 c -29.678552,0 -53.5722709,23.893694 -53.5722709,53.572268 V 666.02928 c 0,29.67855 23.8937189,53.57223 53.5722709,53.57223 H 303.26562 c 29.67859,0 53.57227,-23.89368 53.57227,-53.57223 V 55.585938 c 0,-29.678574 -23.89368,-53.572268 -53.57227,-53.572268 z M 55.310558,5.9921857 H 304.68944 c 26.58218,0 47.98243,21.3983043 47.98243,47.9804723 V 668.20893 c 0,26.58217 -21.40025,47.98246 -47.98243,47.98246 H 55.310558 c -26.582175,0 -47.9824257,-21.40029 -47.9824257,-47.98246 V 53.972658 c 0,-26.582168 21.4002507,-47.9804723 47.9824257,-47.9804723 z\"\n id=\"path4962\" /></clipPath><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath5059\"><path\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#ebebeb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.2765;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\"\n d=\"m 56.734381,2.01367 c -29.678554,0 -53.5722728,23.893694 -53.5722728,53.572268 V 666.02928 c 0,29.67855 23.8937188,53.57223 53.5722728,53.57223 H 303.26562 c 29.67859,0 53.57227,-23.89368 53.57227,-53.57223 V 55.585938 c 0,-29.678574 -23.89368,-53.572268 -53.57227,-53.572268 z M 55.310558,5.9921857 H 304.68945 c 26.58217,0 47.98242,21.3983043 47.98242,47.9804723 V 668.20893 c 0,26.58217 -21.40025,47.98246 -47.98242,47.98246 H 55.310558 c -26.582177,0 -47.9824276,-21.40029 -47.9824276,-47.98246 V 53.972658 c 0,-26.582168 21.4002506,-47.9804723 47.9824276,-47.9804723 z\"\n id=\"path5061\" /></clipPath><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath5401\"><rect\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0264583;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\"\n id=\"rect5403\"\n width=\"4.3765388\"\n height=\"7.4167299\"\n x=\"-13.8777\"\n y=\"25.856594\"\n ry=\"0.45101735\" /></clipPath><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath5589\"><path\n id=\"path5591\"\n d=\"M 0.45113526,39.688017 C 0.20127166,39.688017 0,39.888773 0,40.138637 v 12.912612 c 0,0.249864 0.20127166,0.451136 0.45113526,0.451136 H 3.9253421 c 0.2498635,0 0.4511352,-0.201272 0.4511352,-0.451136 V 40.138637 c 0,-0.249864 -0.2012717,-0.45062 -0.4511352,-0.45062 z\"\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0264583;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\" /></clipPath><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath5589-7\"><path\n id=\"path5591-5\"\n d=\"M 0.45113526,39.688017 C 0.20127166,39.688017 0,39.888773 0,40.138637 v 12.912612 c 0,0.249864 0.20127166,0.451136 0.45113526,0.451136 H 3.9253421 c 0.2498635,0 0.4511352,-0.201272 0.4511352,-0.451136 V 40.138637 c 0,-0.249864 -0.2012717,-0.45062 -0.4511352,-0.45062 z\"\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0264583;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\" /></clipPath><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath5738\"><path\n id=\"path5740\"\n d=\"m 0.45113544,39.688016 c -0.24986192,0 -0.4511331182662,0.200755 -0.4511331182662,0.450619 v 20.944606 c 0,0.249864 0.2012711982662,0.451135 0.4511331182662,0.451135 H 3.9253423 c 0.2498645,0 0.4511357,-0.201271 0.4511357,-0.451135 V 40.138635 c 0,-0.249864 -0.2012712,-0.450619 -0.4511357,-0.450619 z\"\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0264583;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\" /></clipPath><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath922\"><rect\n style=\"opacity:1;vector-effect:none;fill:#474747;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.4065;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect924\"\n width=\"77.201637\"\n height=\"33.545391\"\n x=\"-67.752235\"\n y=\"-14.211905\" /></clipPath><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath972\"><rect\n style=\"opacity:1;vector-effect:none;fill:#29ec68;fill-opacity:0.658879;fill-rule:nonzero;stroke:none;stroke-width:38.3451;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect974\"\n width=\"253.12003\"\n height=\"506.59415\"\n x=\"-527.82013\"\n y=\"-172.67062\" /></clipPath><mask\n maskUnits=\"userSpaceOnUse\"\n id=\"mask1062\"><path\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.0529167;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\"\n d=\"m 42.746746,7.2620904 c -0.399166,0 -0.72037,0.3212029 -0.72037,0.7203695 0,0.3991665 0.321204,0.7203694 0.72037,0.7203694 h 9.921876 c 0.399166,0 0.72037,-0.3212029 0.72037,-0.7203694 0,-0.3991666 -0.321204,-0.7203695 -0.72037,-0.7203695 z\"\n id=\"path1064\" /></mask><pattern\n patternUnits=\"userSpaceOnUse\"\n width=\"1.171848\"\n height=\"1.1718804\"\n patternTransform=\"matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)\"\n id=\"pattern2874\"><g\n transform=\"matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)\"\n id=\"g2781\"><rect\n style=\"opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.445686\"\n y=\"7.0699267\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.290665\"\n y=\"7.224957\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-5\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.290665\"\n y=\"7.0699267\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-5-0\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.445686\"\n y=\"7.224957\" /></g></pattern><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath5738-4\"><path\n id=\"path5740-9\"\n d=\"m 0.45113544,39.688016 c -0.24986192,0 -0.4511331182662,0.200755 -0.4511331182662,0.450619 v 20.944606 c 0,0.249864 0.2012711982662,0.451135 0.4511331182662,0.451135 H 3.9253423 c 0.2498645,0 0.4511357,-0.201271 0.4511357,-0.451135 V 40.138635 c 0,-0.249864 -0.2012712,-0.450619 -0.4511357,-0.450619 z\"\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0264583;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\" /></clipPath><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath5401-9\"><rect\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0264583;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\"\n id=\"rect5403-9\"\n width=\"4.3765388\"\n height=\"7.4167299\"\n x=\"-13.8777\"\n y=\"25.856594\"\n ry=\"0.45101735\" /></clipPath><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath5589-3\"><path\n id=\"path5591-6\"\n d=\"M 0.45113526,39.688017 C 0.20127166,39.688017 0,39.888773 0,40.138637 v 12.912612 c 0,0.249864 0.20127166,0.451136 0.45113526,0.451136 H 3.9253421 c 0.2498635,0 0.4511352,-0.201272 0.4511352,-0.451136 V 40.138637 c 0,-0.249864 -0.2012717,-0.45062 -0.4511352,-0.45062 z\"\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0264583;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\" /></clipPath><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath5589-7-8\"><path\n id=\"path5591-5-3\"\n d=\"M 0.45113526,39.688017 C 0.20127166,39.688017 0,39.888773 0,40.138637 v 12.912612 c 0,0.249864 0.20127166,0.451136 0.45113526,0.451136 H 3.9253421 c 0.2498635,0 0.4511352,-0.201272 0.4511352,-0.451136 V 40.138637 c 0,-0.249864 -0.2012717,-0.45062 -0.4511352,-0.45062 z\"\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0264583;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\" /></clipPath><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath4960-5\"><path\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#ebebeb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.2765;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\"\n d=\"m 56.734381,2.01367 c -29.678552,0 -53.5722709,23.893694 -53.5722709,53.572268 V 666.02928 c 0,29.67855 23.8937189,53.57223 53.5722709,53.57223 H 303.26562 c 29.67859,0 53.57227,-23.89368 53.57227,-53.57223 V 55.585938 c 0,-29.678574 -23.89368,-53.572268 -53.57227,-53.572268 z M 55.310558,5.9921857 H 304.68944 c 26.58218,0 47.98243,21.3983043 47.98243,47.9804723 V 668.20893 c 0,26.58217 -21.40025,47.98246 -47.98243,47.98246 H 55.310558 c -26.582175,0 -47.9824257,-21.40029 -47.9824257,-47.98246 V 53.972658 c 0,-26.582168 21.4002507,-47.9804723 47.9824257,-47.9804723 z\"\n id=\"path4962-4\" /></clipPath><pattern\n patternUnits=\"userSpaceOnUse\"\n width=\"1.171848\"\n height=\"1.1718804\"\n patternTransform=\"matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)\"\n id=\"pattern2874-7\"><g\n transform=\"matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)\"\n id=\"g2781-1\"><rect\n style=\"opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-3\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.445686\"\n y=\"7.0699267\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-8\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.290665\"\n y=\"7.224957\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-5-1\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.290665\"\n y=\"7.0699267\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-5-0-1\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.445686\"\n y=\"7.224957\" /></g></pattern><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath948\"><rect\n style=\"opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.783566;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect950\"\n width=\"161.20644\"\n height=\"317.73975\"\n x=\"-280.93082\"\n y=\"-83.752052\" /></clipPath><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath967\"><rect\n style=\"fill:#6ecb55;fill-opacity:0.540323;stroke:none;stroke-width:0.405315;stroke-linecap:round;stroke-linejoin:round\"\n id=\"rect969\"\n width=\"84.888893\"\n height=\"172.10544\"\n x=\"81.619461\"\n y=\"-32.789757\" /></clipPath><mask\n maskUnits=\"userSpaceOnUse\"\n id=\"mask2042\"><path\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.0626366;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\"\n d=\"m 43.127825,7.2620903 c -0.559276,0 -1.00932,0.321203 -1.00932,0.7203695 0,0.3991665 0.450044,0.7203695 1.00932,0.7203695 h 9.481534 c 0.559276,0 1.009317,-0.321203 1.009317,-0.7203695 0,-0.3991665 -0.450041,-0.7203695 -1.009317,-0.7203695 z\"\n id=\"path2044\" /></mask><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath2353\"><rect\n style=\"display:inline;fill:none;fill-opacity:1;stroke:none;stroke-width:0.999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"\n id=\"rect2355\"\n width=\"355.61673\"\n height=\"728.3255\"\n x=\"2.1916344\"\n y=\"-3.1627369\"\n ry=\"55.641438\" /></clipPath><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath1745\"><rect\n style=\"display:inline;fill:#f7d82b;fill-opacity:0.451613;stroke:none;stroke-width:44.958;stroke-linecap:round\"\n id=\"rect1747\"\n width=\"61.664673\"\n height=\"124.69236\"\n x=\"-114.9855\"\n y=\"112.05054\" /></clipPath><pattern\n patternUnits=\"userSpaceOnUse\"\n width=\"1.171848\"\n height=\"1.1718804\"\n patternTransform=\"matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)\"\n id=\"pattern2874-7-2\"><g\n transform=\"matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)\"\n id=\"g2781-1-7\"><rect\n style=\"opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-3-5\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.445686\"\n y=\"7.0699267\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-8-3\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.290665\"\n y=\"7.224957\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-5-1-3\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.290665\"\n y=\"7.0699267\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-5-0-1-8\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.445686\"\n y=\"7.224957\" /></g></pattern><pattern\n patternUnits=\"userSpaceOnUse\"\n width=\"1.171848\"\n height=\"1.1718804\"\n patternTransform=\"matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)\"\n id=\"pattern2874-7-2-1\"><g\n transform=\"matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)\"\n id=\"g2781-1-7-7\"><rect\n style=\"opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-3-5-3\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.445686\"\n y=\"7.0699267\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-8-3-9\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.290665\"\n y=\"7.224957\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-5-1-3-1\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.290665\"\n y=\"7.0699267\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-5-0-1-8-3\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.445686\"\n y=\"7.224957\" /></g></pattern><pattern\n patternUnits=\"userSpaceOnUse\"\n width=\"1.171848\"\n height=\"1.1718804\"\n patternTransform=\"matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)\"\n id=\"pattern2874-7-2-1-0\"><g\n transform=\"matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)\"\n id=\"g2781-1-7-7-0\"><rect\n style=\"opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-3-5-3-3\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.445686\"\n y=\"7.0699267\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-8-3-9-8\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.290665\"\n y=\"7.224957\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-5-1-3-1-1\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.290665\"\n y=\"7.0699267\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-5-0-1-8-3-5\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.445686\"\n y=\"7.224957\" /></g></pattern><pattern\n patternUnits=\"userSpaceOnUse\"\n width=\"1.171848\"\n height=\"1.1718804\"\n patternTransform=\"matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)\"\n id=\"pattern2874-7-2-1-0-3\"><g\n transform=\"matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)\"\n id=\"g2781-1-7-7-0-3\"><rect\n style=\"opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-3-5-3-3-7\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.445686\"\n y=\"7.0699267\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-8-3-9-8-8\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.290665\"\n y=\"7.224957\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-5-1-3-1-1-2\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.290665\"\n y=\"7.0699267\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-5-0-1-8-3-5-8\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.445686\"\n y=\"7.224957\" /></g></pattern><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath2586\"><path\n style=\"color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#292929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1\"\n d=\"m 22.509766,2.1699219 c -0.317894,0 -0.574219,0.2563261 -0.574219,0.5742188 0,0.3178919 0.256325,0.5761718 0.574219,0.5761718 h 13.564453 c 0.317892,0 0.574218,-0.2582797 0.57422,-0.5761718 0,-0.3178928 -0.256328,-0.5742188 -0.57422,-0.5742188 z m 0,0.041016 h 13.564453 c 0.296061,0 0.533202,0.2371418 0.533202,0.5332032 0,0.2960606 -0.237141,0.5351561 -0.533202,0.5351561 H 22.509766 c -0.296063,0 -0.533204,-0.2390953 -0.533204,-0.5351561 0,-0.2960615 0.237141,-0.5332032 0.533204,-0.5332032 z\"\n id=\"path2588\" /></clipPath><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath981\"><rect\n style=\"fill:#648bab;stroke-width:0.390385;stroke-linecap:round;stroke-linejoin:round;stop-color:#000000\"\n id=\"rect983\"\n width=\"78.45462\"\n height=\"155.37715\"\n x=\"-72.956764\"\n y=\"-68.521217\" /></clipPath><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath2353-3\"><rect\n style=\"display:inline;fill:none;fill-opacity:1;stroke:none;stroke-width:0.999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"\n id=\"rect2355-8\"\n width=\"355.61673\"\n height=\"728.3255\"\n x=\"2.1916344\"\n y=\"-3.1627369\"\n ry=\"55.641438\" /></clipPath><filter\n style=\"color-interpolation-filters:sRGB\"\n id=\"filter2409-8\"\n x=\"-0.0066088708\"\n width=\"1.0132177\"\n y=\"-0.0032087157\"\n height=\"1.0064174\"><feGaussianBlur\n stdDeviation=\"0.96852657\"\n id=\"feGaussianBlur2411-4\" /></filter><filter\n style=\"color-interpolation-filters:sRGB\"\n id=\"filter5343-7\"\n x=\"-0.19227619\"\n width=\"1.3845524\"\n y=\"-0.082464501\"\n height=\"1.164929\"><feGaussianBlur\n stdDeviation=\"0.030983682\"\n id=\"feGaussianBlur5345-1\" /></filter><filter\n style=\"color-interpolation-filters:sRGB\"\n id=\"filter5347-9\"\n x=\"-0.10877967\"\n width=\"1.2175593\"\n y=\"-0.082313925\"\n height=\"1.1646278\"><feGaussianBlur\n stdDeviation=\"0.030983682\"\n id=\"feGaussianBlur5349-7\" /></filter><pattern\n patternTransform=\"matrix(0.20347652,0,0,0.20347652,-55.330551,-9.271854)\"\n id=\"pattern3129-5\"\n xlink:href=\"#pattern2874-7-2-1-0-3-1\" /><pattern\n patternUnits=\"userSpaceOnUse\"\n width=\"1.171848\"\n height=\"1.1718804\"\n patternTransform=\"matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)\"\n id=\"pattern2874-7-2-1-0-3-1\"><g\n transform=\"matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)\"\n id=\"g2781-1-7-7-0-3-7\"><rect\n style=\"opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-3-5-3-3-7-9\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.445686\"\n y=\"7.0699267\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-8-3-9-8-8-7\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.290665\"\n y=\"7.224957\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-5-1-3-1-1-2-1\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.290665\"\n y=\"7.0699267\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-5-0-1-8-3-5-8-9\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.445686\"\n y=\"7.224957\" /></g></pattern><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath2586-4\"><path\n style=\"color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#292929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1\"\n d=\"m 22.509766,2.1699219 c -0.317894,0 -0.574219,0.2563261 -0.574219,0.5742188 0,0.3178919 0.256325,0.5761718 0.574219,0.5761718 h 13.564453 c 0.317892,0 0.574218,-0.2582797 0.57422,-0.5761718 0,-0.3178928 -0.256328,-0.5742188 -0.57422,-0.5742188 z m 0,0.041016 h 13.564453 c 0.296061,0 0.533202,0.2371418 0.533202,0.5332032 0,0.2960606 -0.237141,0.5351561 -0.533202,0.5351561 H 22.509766 c -0.296063,0 -0.533204,-0.2390953 -0.533204,-0.5351561 0,-0.2960615 0.237141,-0.5332032 0.533204,-0.5332032 z\"\n id=\"path2588-5\" /></clipPath><filter\n style=\"color-interpolation-filters:sRGB\"\n id=\"filter2810-4\"\n x=\"-0.075964987\"\n width=\"1.15193\"\n y=\"-3.1550879\"\n height=\"7.3101759\"><feGaussianBlur\n stdDeviation=\"0.46442349\"\n id=\"feGaussianBlur2812-4\" /></filter><linearGradient\n xlink:href=\"#linearGradient2650\"\n id=\"linearGradient2652\"\n x1=\"64.657043\"\n y1=\"0.37720415\"\n x2=\"64.657043\"\n y2=\"192.34035\"\n gradientUnits=\"userSpaceOnUse\"\n gradientTransform=\"translate(0.39670346,1.0583341)\" /><linearGradient\n id=\"linearGradient2650\"><stop\n style=\"stop-color:#404040;stop-opacity:1\"\n offset=\"0\"\n id=\"stop2646\" /><stop\n style=\"stop-color:#262626;stop-opacity:1\"\n offset=\"1\"\n id=\"stop2648\" /></linearGradient><pattern\n patternTransform=\"matrix(0.20347652,0,0,0.20347652,-55.330551,-9.271854)\"\n id=\"pattern3129\"\n xlink:href=\"#pattern2874-7-2-1-0-3-5\" /><pattern\n patternUnits=\"userSpaceOnUse\"\n width=\"1.171848\"\n height=\"1.1718804\"\n patternTransform=\"matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)\"\n id=\"pattern2874-7-2-1-0-3-5\"><g\n transform=\"matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)\"\n id=\"g2781-1-7-7-0-3-1\"><rect\n style=\"opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-3-5-3-3-7-8\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.445686\"\n y=\"7.0699267\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-8-3-9-8-8-2\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.290665\"\n y=\"7.224957\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-5-1-3-1-1-2-9\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.290665\"\n y=\"7.0699267\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-5-0-1-8-3-5-8-3\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.445686\"\n y=\"7.224957\" /></g></pattern><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath2586-6\"><path\n style=\"color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#292929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1\"\n d=\"m 22.509766,2.1699219 c -0.317894,0 -0.574219,0.2563261 -0.574219,0.5742188 0,0.3178919 0.256325,0.5761718 0.574219,0.5761718 h 13.564453 c 0.317892,0 0.574218,-0.2582797 0.57422,-0.5761718 0,-0.3178928 -0.256328,-0.5742188 -0.57422,-0.5742188 z m 0,0.041016 h 13.564453 c 0.296061,0 0.533202,0.2371418 0.533202,0.5332032 0,0.2960606 -0.237141,0.5351561 -0.533202,0.5351561 H 22.509766 c -0.296063,0 -0.533204,-0.2390953 -0.533204,-0.5351561 0,-0.2960615 0.237141,-0.5332032 0.533204,-0.5332032 z\"\n id=\"path2588-8\" /></clipPath><filter\n style=\"color-interpolation-filters:sRGB\"\n id=\"filter2810\"\n x=\"-0.075964983\"\n width=\"1.15193\"\n y=\"-3.1550877\"\n height=\"7.3101755\"><feGaussianBlur\n stdDeviation=\"0.46442349\"\n id=\"feGaussianBlur2812\" /></filter><filter\n style=\"color-interpolation-filters:sRGB\"\n id=\"filter5347\"\n x=\"-0.10877967\"\n width=\"1.2175593\"\n y=\"-0.082313926\"\n height=\"1.1646279\"><feGaussianBlur\n stdDeviation=\"0.030983682\"\n id=\"feGaussianBlur5349\" /></filter><filter\n style=\"color-interpolation-filters:sRGB\"\n id=\"filter5343\"\n x=\"-0.19227619\"\n width=\"1.3845524\"\n y=\"-0.082464501\"\n height=\"1.164929\"><feGaussianBlur\n stdDeviation=\"0.030983682\"\n id=\"feGaussianBlur5345\" /></filter><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath2353-7\"><rect\n style=\"display:inline;fill:none;fill-opacity:1;stroke:none;stroke-width:0.999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"\n id=\"rect2355-3\"\n width=\"355.61673\"\n height=\"728.3255\"\n x=\"2.1916344\"\n y=\"-3.1627369\"\n ry=\"55.641438\" /></clipPath><filter\n style=\"color-interpolation-filters:sRGB\"\n id=\"filter2409\"\n x=\"-0.0029372758\"\n width=\"1.0058746\"\n y=\"-0.0014260958\"\n height=\"1.0028522\"><feGaussianBlur\n stdDeviation=\"0.43045625\"\n id=\"feGaussianBlur2411\" /></filter><linearGradient\n xlink:href=\"#linearGradient13\"\n id=\"linearGradient2462\"\n x1=\"-0.69643712\"\n y1=\"29.932404\"\n x2=\"-0.69643712\"\n y2=\"36.839325\"\n gradientUnits=\"userSpaceOnUse\"\n gradientTransform=\"translate(3.4851835,11.328028)\" /><linearGradient\n xlink:href=\"#linearGradient13\"\n id=\"linearGradient3013\"\n gradientUnits=\"userSpaceOnUse\"\n gradientTransform=\"translate(3.4851835,43.926565)\"\n x1=\"-0.69643712\"\n y1=\"29.932404\"\n x2=\"-0.69643712\"\n y2=\"43.662617\" /><linearGradient\n xlink:href=\"#linearGradient13\"\n id=\"linearGradient2462-4\"\n x1=\"-0.69643712\"\n y1=\"29.932404\"\n x2=\"-0.69643712\"\n y2=\"43.662617\"\n gradientUnits=\"userSpaceOnUse\"\n gradientTransform=\"translate(3.4851835,25.395969)\" /><linearGradient\n xlink:href=\"#linearGradient13\"\n id=\"linearGradient19\"\n gradientUnits=\"userSpaceOnUse\"\n gradientTransform=\"translate(96.622304,30.613924)\"\n x1=\"-0.69643712\"\n y1=\"29.932404\"\n x2=\"-0.69643712\"\n y2=\"52.201885\" /><mask id=\"screen-cutout\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"96.04375\" height=\"193.14585\">\n<rect x=\"0\" y=\"0\" width=\"96.04375\" height=\"193.14585\" fill=\"white\"/>\n<path d=\"M 15.57631,4.4891318 C 10.010263,4.4889545 5.497958,9.0010223 5.4978575,14.56707 v 164.01118 c -1.8e-4,5.56625 4.5122045,10.07864 10.0784525,10.07846 h 32.445567 32.445567 c 5.566248,1.8e-4 10.078633,-4.51221 10.078453,-10.07846 V 14.56707 C 90.545799,9.0010218 86.033494,4.4889545 80.467444,4.4891318 H 67.530766 c -1.17783,0 -1.786972,0.1217769 -1.786972,1.9900594 0,1.8682822 -1.157732,5.0162318 -5.300451,5.0162318 H 57.492101 38.551138 35.600414 c -4.142721,0 -5.300453,-3.1479496 -5.300453,-5.0162318 0,-1.8682825 -0.60914,-1.9900594 -1.78697,-1.9900594 z\" fill=\"black\"/>\n</mask></defs><path\n id=\"rect2415-6-8\"\n style=\"display:inline;fill:#9d9d9d;fill-opacity:1;stroke:none;stroke-width:1.03188;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"\n d=\"m 93.470394,60.266319 h 2.24008 c 0.11933,0 0.2154,0.09607 0.2154,0.215393 v 22.302411 c 0,0.119327 -0.0961,0.215392 -0.2154,0.215392 h -2.24008 c -0.11933,0 -0.21539,-0.09606 -0.21539,-0.215392 V 60.481712 c 0,-0.119328 0.0961,-0.215393 0.21539,-0.215393 z\" /><path\n id=\"rect2415-4-9-9\"\n style=\"display:inline;fill:url(#linearGradient19);fill-opacity:1;stroke:none;stroke-width:1.03188;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"\n d=\"m 93.470394,60.546329 h 2.24008 c 0.11933,0 0.2154,0.09607 0.2154,0.215393 v 21.828545 c 0,0.119328 -0.0961,0.215393 -0.2154,0.215393 h -2.24008 c -0.11933,0 -0.21539,-0.09607 -0.21539,-0.215393 V 60.761722 c 0,-0.119327 0.0961,-0.215393 0.21539,-0.215393 z\" /><path\n id=\"rect2415-6\"\n style=\"display:inline;fill:#9d9d9d;fill-opacity:1;stroke:none;stroke-width:1.03188;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"\n d=\"M 0.33327352,55.048365 H 2.5733535 c 0.11933,0 0.21539,0.09607 0.21539,0.215393 v 13.773296 c 0,0.119327 -0.0961,0.215392 -0.21539,0.215392 H 0.33327352 c -0.11933,0 -0.21539,-0.09606 -0.21539,-0.215392 V 55.263758 c 0,-0.119328 0.0961,-0.215393 0.21539,-0.215393 z\" /><path\n id=\"rect2415-4-9\"\n style=\"display:inline;fill:url(#linearGradient2462-4);fill-opacity:1;stroke:none;stroke-width:1.03188;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"\n d=\"M 0.33327352,55.328375 H 2.5733535 c 0.11933,0 0.21539,0.09607 0.21539,0.215393 v 13.29943 c 0,0.119328 -0.0961,0.215393 -0.21539,0.215393 H 0.33327352 c -0.11933,0 -0.21539,-0.09607 -0.21539,-0.215393 v -13.29943 c 0,-0.119327 0.0961,-0.215393 0.21539,-0.215393 z\" /><path\n id=\"rect2415-6-0\"\n style=\"display:inline;fill:#9d9d9d;fill-opacity:1;stroke:none;stroke-width:1.03188;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"\n d=\"M 0.33327352,73.57896 H 2.5733535 c 0.11933,0 0.21539,0.09607 0.21539,0.215393 v 13.773296 c 0,0.119327 -0.0961,0.215392 -0.21539,0.215392 H 0.33327352 c -0.11933,0 -0.21539,-0.09606 -0.21539,-0.215392 V 73.794353 c 0,-0.119328 0.0961,-0.215393 0.21539,-0.215393 z\" /><path\n id=\"rect2415-4-9-6\"\n style=\"display:inline;fill:url(#linearGradient3013);fill-opacity:1;stroke:none;stroke-width:1.03188;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"\n d=\"M 0.33327352,73.85897 H 2.5733535 c 0.11933,0 0.21539,0.09607 0.21539,0.215393 v 13.29943 c 0,0.119328 -0.0961,0.215393 -0.21539,0.215393 H 0.33327352 c -0.11933,0 -0.21539,-0.09607 -0.21539,-0.215393 v -13.29943 c 0,-0.119327 0.0961,-0.215393 0.21539,-0.215393 z\" /><rect\n style=\"display:inline;fill:#9d9d9d;fill-opacity:1;stroke:none;stroke-width:1.03188;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"\n id=\"rect2415\"\n width=\"2.6708689\"\n height=\"7.3807893\"\n x=\"0.11788063\"\n y=\"40.980431\"\n ry=\"0.21539266\" /><rect\n style=\"display:inline;fill:url(#linearGradient2462);fill-opacity:1;stroke:none;stroke-width:1.03188;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"\n id=\"rect2415-4\"\n width=\"2.6708686\"\n height=\"6.9069233\"\n x=\"0.11788063\"\n y=\"41.260441\"\n ry=\"0.21539266\" /><rect\n style=\"display:inline;fill:#e7e7e7;fill-opacity:1;stroke:#959595;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"\n id=\"rect2163\"\n mask=\"url(#screen-cutout)\"\n width=\"94.090263\"\n height=\"192.70279\"\n x=\"0.97673684\"\n y=\"0.22152618\"\n ry=\"14.721798\" /><path\n id=\"rect2172\" mask=\"url(#screen-cutout)\"\n style=\"display:inline;fill:#9b9b9b;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"\n d=\"M 73.970674,0.08940101 V 3.2540658 h 2.15284 V 0.08940101 Z M 0.84438352,19.314584 v 2.152841 H 95.199354 v -2.152841 z m 0,152.699726 v 2.15232 H 95.199354 v -2.15232 z M 19.920224,190.33154 v 2.72489 h 2.15284 v -2.72489 z\" /><rect\n style=\"display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.405938;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000\"\n id=\"rect1093\"\n width=\"16.734886\"\n height=\"1.3330069\"\n x=\"39.654427\"\n y=\"1.3694253\" /><path\n id=\"rect3540\" mask=\"url(#screen-cutout)\"\n style=\"display:inline;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#434343;stroke-width:0.132292;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n d=\"M 15.946314,1.4355713 C 8.2577196,1.4355713 2.0680909,7.6252 2.0680909,15.313794 V 177.83204 c 0,7.6886 6.1896287,13.87823 13.8782231,13.87823 h 64.151125 c 7.688593,0 13.878222,-6.18963 13.878222,-13.87823 V 15.313794 C 93.975661,7.6252 87.786032,1.4355713 80.097439,1.4355713 H 56.389324 A 0.6109219,0.62683839 0 0 0 55.77851,2.0427694 v 0.00362 H 40.265243 v -0.00362 A 0.6109219,0.62683839 0 0 0 39.654428,1.4355713 Z\" /><circle\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;vector-effect:none;fill:#161616;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.029768;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\"\n id=\"path5263\"\n cx=\"35.608139\"\n cy=\"7.0377865\"\n r=\"1.5129052\" /><circle\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;vector-effect:none;fill:#0a0d13;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.022916;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\"\n id=\"path5265\"\n cx=\"35.608139\"\n cy=\"7.0377865\"\n r=\"0.93318141\" /><circle\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;vector-effect:none;fill:#091427;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.022916;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\"\n id=\"path5267\"\n cx=\"35.608139\"\n cy=\"7.0377865\"\n r=\"0.71101087\" /><path\n style=\"display:inline;fill:#235a91;fill-opacity:0.556075;fill-rule:evenodd;stroke:none;stroke-width:0.0264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter5343)\"\n d=\"m -47.128431,5.4302366 c -0.09735,0.010246 -0.235679,0.1588277 -0.245928,0.4508659 -0.01024,0.292038 0.117842,0.4508656 0.189571,0.4508656 0.07173,0 0.368889,-0.4252483 0.05635,-0.9017315 z\"\n id=\"path5271\"\n transform=\"matrix(0.86611782,0,0,0.86611782,75.937463,1.8588762)\" /><path\n style=\"display:inline;fill:#235a91;fill-opacity:0.556075;fill-rule:evenodd;stroke:none;stroke-width:0.0264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter5347)\"\n d=\"m -46.429328,5.3279691 c -0.153553,0.047247 -0.183083,0.2952938 -0.177178,0.4370348 0.0059,0.1417412 0.206706,0.5138116 0.448847,0.4311293 0.242142,-0.082682 0.283483,-0.3897882 0.183084,-0.5964939 -0.100401,-0.2067057 -0.283483,-0.3543525 -0.454753,-0.2716702 z\"\n id=\"path5273\"\n transform=\"matrix(0.86611782,0,0,0.86611782,75.937463,1.8588762)\" /><rect\n style=\"display:inline;fill:#000000;fill-opacity:1;stroke:#1a1a1a;stroke-width:0.132292;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000\"\n id=\"rect1030\"\n width=\"15.513851\"\n height=\"1.8761874\"\n x=\"40.264946\"\n y=\"1.4355383\"\n ry=\"0.61085194\" /><g\n id=\"g2819\"\n transform=\"translate(4.9056839,1.0604965)\"\n style=\"display:inline\"><path\n id=\"rect5261\"\n clip-path=\"none\"\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;vector-effect:none;fill:url(#pattern3129);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.203476;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\"\n d=\"m 36.333803,0.75890791 h 13.560728 c 0.306977,0 0.55411,0.24713319 0.55411,0.55411019 v 2e-7 c 0,0.306977 -0.247133,0.5541103 -0.55411,0.5541103 H 36.333803 c -0.306978,0 -0.55411,-0.2471333 -0.55411,-0.5541103 v -2e-7 c 0,-0.306977 0.247132,-0.55411019 0.55411,-0.55411019 z\" /><path\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#292929;stroke-width:0.0406953;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\"\n d=\"m 36.333801,0.75906771 c -0.306976,0 -0.553997,0.24701959 -0.553997,0.55399659 0,0.3069765 0.247021,0.5539963 0.553997,0.5539963 h 13.564771 c 0.306978,0 0.553997,-0.2470198 0.553997,-0.5539963 0,-0.306977 -0.247019,-0.55399659 -0.553997,-0.55399659 z\"\n id=\"rect5261-0\"\n clip-path=\"none\" /><g\n id=\"g2576\"\n clip-path=\"url(#clipPath2586-6)\"\n style=\"filter:url(#filter2810)\"\n transform=\"translate(13.82448,-1.4319817)\"><path\n id=\"path999-2\"\n d=\"m 68.850589,7.9824588 c -10e-7,0.1268514 -0.102834,0.2296848 -0.229685,0.2296847 -0.126852,10e-8 -0.229685,-0.1028333 -0.229685,-0.2296847 0,-0.1268515 0.102833,-0.2296849 0.229685,-0.2296848 0.126851,-10e-8 0.229684,0.1028333 0.229685,0.2296848 z\"\n style=\"display:inline;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0319826;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n transform=\"matrix(0.54888221,0,0,0.7690451,-1.1627745,-3.3938183)\"\n clip-path=\"none\"\n mask=\"none\" /><path\n id=\"path999-2-2\"\n d=\"m 21.955324,2.7450525 c 10e-7,0.097555 0.05644,0.176638 0.12607,0.1766379 0.06963,10e-8 0.12607,-0.079083 0.12607,-0.1766379 0,-0.097554 -0.05644,-0.176638 -0.12607,-0.1766379 -0.06963,-1e-7 -0.126069,0.079083 -0.12607,0.1766379 z\"\n style=\"display:inline;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0207792;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n clip-path=\"none\"\n mask=\"none\" /></g></g><path\n id=\"path998\"\n style=\"display:inline;fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"\n d=\"M 15.57631,4.4891318 C 10.010263,4.4889545 5.497958,9.0010223 5.4978575,14.56707 v 164.01118 c -1.8e-4,5.56625 4.5122045,10.07864 10.0784525,10.07846 h 32.445567 32.445567 c 5.566248,1.8e-4 10.078633,-4.51221 10.078453,-10.07846 V 14.56707 C 90.545799,9.0010218 86.033494,4.4889545 80.467444,4.4891318 H 67.530766 c -1.17783,0 -1.786972,0.1217769 -1.786972,1.9900594 0,1.8682822 -1.157732,5.0162318 -5.300451,5.0162318 H 57.492101 38.551138 35.600414 c -4.142721,0 -5.300453,-3.1479496 -5.300453,-5.0162318 0,-1.8682825 -0.60914,-1.9900594 -1.78697,-1.9900594 z\" />\n<rect data-zone=\"screen-area\" x=\"5.498\" y=\"4.489\" width=\"85.048\" height=\"184.168\" rx=\"10.078\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"hardware-overlay\" data-overlay-type=\"notch\" x=\"28.5\" y=\"4.489\" width=\"39\" height=\"7\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-top\" x=\"5.498\" y=\"4.489\" width=\"85.048\" height=\"10.24\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-bottom\" x=\"5.498\" y=\"181.25\" width=\"85.048\" height=\"7.41\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"status-bar\" x=\"5.498\" y=\"4.489\" width=\"85.048\" height=\"9.59\" fill=\"none\" stroke=\"none\"/>\n</svg>\n`;\nconst SVG_STRING_SCALED = SVG_STRING\n .replace(/\\swidth=\"[^\"]*\"/, ' width=\"100%\"')\n .replace(/\\sheight=\"[^\"]*\"/, ' height=\"100%\"')\n .replace(/<svg\\b/, '<svg preserveAspectRatio=\"xMidYMid meet\" style=\"display:block\"');\n\nexport function IPhone16eSVG({ style }: DeviceSVGProps) {\n return <div style={style} dangerouslySetInnerHTML={{ __html: SVG_STRING_SCALED }} />;\n}\nexport const IPHONE_16E_FRAME: DeviceFrameInfo = {\n \"bezelTop\": 21,\n \"bezelBottom\": 21,\n \"bezelLeft\": 25,\n \"bezelRight\": 25,\n \"totalWidth\": 440,\n \"totalHeight\": 886,\n \"screenWidth\": 390,\n \"screenHeight\": 844,\n \"screenRadius\": 46\n};\nexport const IPHONE_16E_SCREEN_RECT: SVGScreenRect = { \"x\": 5.498, \"y\": 4.489, \"width\": 85.048, \"height\": 184.168, \"rx\": 10.078 };\n","import type { CSSProperties } from \"react\";\nimport type { DeviceFrameInfo, DeviceLayoutData, DeviceMeta, SVGScreenRect } from \"../contract-types.js\";\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport const IPHONE_SE_3_META: DeviceMeta = {\n id: \"iphone-se-3\",\n name: \"iPhone SE (3rd Gen)\",\n platform: \"ios\",\n year: 2022,\n formFactor: \"phone\",\n screen: {\n width: 375,\n height: 667,\n physicalWidth: 750,\n physicalHeight: 1334,\n dpr: 2,\n aspectRatio: \"16:9\",\n cornerRadius: 2,\n ppi: 326\n }\n};\nexport const IPHONE_SE_3_LAYOUT: DeviceLayoutData = {\n meta: IPHONE_SE_3_META,\n safeArea: {\n portrait: { top: 20, bottom: 0, left: 0, right: 0 },\n landscape: { top: 0, bottom: 0, left: 0, right: 0 }\n },\n hardwareOverlays: {\n type: \"none\",\n portrait: {\n x: 0,\n y: 0,\n width: 0,\n height: 0,\n shape: \"rectangle\"\n }\n },\n statusBar: {\n height: 20,\n style: \"fullwidth\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true\n },\n homeIndicator: {\n type: \"button\",\n height: 0,\n visible: false\n },\n hardwareButtons: {\n volumeUp: { side: \"left\", yPosition: 135 },\n volumeDown: { side: \"left\", yPosition: 165 },\n power: { side: \"right\", yPosition: 90 }\n }\n};\nconst SVG_STRING = `\n<svg width=\"1419\" height=\"2914\" viewBox=\"0 0 1419 2914\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n<g clip-path=\"url(#clip0_76_2905)\">\n<g clip-path=\"url(#clip1_76_2905)\">\n<g clip-path=\"url(#clip2_76_2905)\">\n<g filter=\"url(#filter0_i_76_2905)\">\n<path d=\"M1171.14 0C1283.2 7.92137e-05 1412.21 48.5218 1412.21 242.697V610.983C1410.19 613.04 1408.95 615.854 1408.95 618.96V827.452C1408.95 830.558 1410.19 833.371 1412.21 835.428V2650.13C1412.21 2730.88 1389.15 2892.83 1166.25 2892.83H302.634C296.343 2889.51 284.984 2886.31 272.017 2886.31C259.298 2886.31 248.127 2889.44 241.768 2892.69C31.384 2887.55 8.14458 2730.44 8.14453 2650.13V1099.3C10.1585 1097.24 11.4022 1094.43 11.4023 1091.33V618.96C11.4023 615.854 10.1588 613.04 8.14453 610.983V242.697C8.14465 100.12 81.4553 0.00010566 252.471 0H1171.14Z\" fill=\"url(#paint0_linear_76_2905)\"/>\n</g>\n<g clip-path=\"url(#clip3_76_2905)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.14453 231.295C8.14453 231.295 16.6339 228.037 34.206 228.037C34.206 228.037 34.206 268.758 34.206 268.758C17.1493 270.206 8.14453 273.645 8.14453 273.645V231.295Z\" fill=\"url(#paint1_linear_76_2905)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1412.21 231.295C1412.21 231.295 1403.72 228.037 1386.15 228.037C1386.15 228.037 1386.15 268.758 1386.15 268.758C1403.2 270.206 1412.21 273.645 1412.21 273.645V231.295Z\" fill=\"url(#paint2_linear_76_2905)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.14453 2663.16C8.14453 2663.16 16.6339 2666.42 34.206 2666.42C34.206 2666.42 34.206 2624.07 34.206 2624.07C15.6803 2624.72 8.14453 2622.44 8.14453 2622.44V2663.16Z\" fill=\"url(#paint3_linear_76_2905)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1412.21 2663.16C1412.21 2663.16 1403.72 2666.42 1386.15 2666.42C1386.15 2666.42 1386.15 2624.07 1386.15 2624.07C1404.67 2624.72 1412.21 2622.44 1412.21 2622.44V2663.16Z\" fill=\"url(#paint4_linear_76_2905)\"/>\n</g>\n<g clip-path=\"url(#clip4_76_2905)\">\n<g opacity=\"0.90281\" filter=\"url(#filter1_d_76_2905)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M628.845 2886.31C635.314 2886.38 649.909 2886.31 649.909 2886.31H770.443C770.443 2886.31 784.818 2886.31 791.789 2886.31C798.761 2886.31 806.278 2892.82 806.278 2892.82H614.074C614.074 2892.82 622.376 2886.24 628.845 2886.31Z\" fill=\"url(#paint5_linear_76_2905)\"/>\n</g>\n<path opacity=\"0.3\" d=\"M272.017 2882.22C287.26 2882.22 300.173 2886.51 304.593 2890.28V2892.83H303.825C298.807 2889 286.457 2884.68 272.017 2884.68C257.736 2884.68 245.499 2889.08 240.377 2892.83H237.811C237.811 2888.87 253.125 2882.22 272.017 2882.22Z\" fill=\"white\"/>\n</g>\n<g clip-path=\"url(#clip5_76_2905)\">\n<g filter=\"url(#filter2_di_76_2905)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 373.754C0 370.78 2.63378 368.496 5.57759 368.917L7.20643 369.149C9.61378 369.493 11.4019 371.555 11.4019 373.987V479.53C11.4019 481.961 9.61377 484.023 7.20643 484.367L5.57759 484.6C2.63378 485.02 0 482.736 0 479.762V373.754Z\" fill=\"url(#paint6_linear_76_2905)\"/>\n</g>\n<rect x=\"1.62891\" y=\"369.748\" width=\"3.25769\" height=\"114.019\" rx=\"1.62884\" fill=\"url(#paint7_linear_76_2905)\"/>\n</g>\n<g clip-path=\"url(#clip6_76_2905)\">\n<g filter=\"url(#filter3_di_76_2905)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.62891 621.338C1.62891 618.364 4.26269 616.08 7.20649 616.501L8.83534 616.733C11.2427 617.077 13.0308 619.139 13.0308 621.571V830.711H6.51544C3.81668 830.711 1.62891 828.523 1.62891 825.825V621.338Z\" fill=\"url(#paint8_linear_76_2905)\"/>\n</g>\n<rect x=\"3.25781\" y=\"617.332\" width=\"3.25769\" height=\"211.75\" rx=\"1.62884\" fill=\"url(#paint9_linear_76_2905)\"/>\n</g>\n<g clip-path=\"url(#clip7_76_2905)\">\n<g filter=\"url(#filter4_di_76_2905)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.62891 884.462C1.62891 881.763 3.81668 879.575 6.51544 879.575H13.0308V1092.95C13.0308 1093.85 12.3015 1094.58 11.402 1094.58H6.51544C3.81668 1094.58 1.62891 1092.39 1.62891 1089.7V884.462Z\" fill=\"url(#paint10_linear_76_2905)\"/>\n</g>\n<rect x=\"3.25781\" y=\"881.204\" width=\"3.25769\" height=\"211.75\" rx=\"1.62884\" fill=\"url(#paint11_linear_76_2905)\"/>\n</g>\n<g clip-path=\"url(#clip8_76_2905)\">\n<g filter=\"url(#filter5_di_76_2905)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1418.72 621.338C1418.72 618.364 1416.09 616.08 1413.15 616.501L1411.52 616.733C1409.11 617.077 1407.32 619.139 1407.32 621.571V824.844C1407.32 827.276 1409.11 829.338 1411.52 829.682L1413.15 829.914C1416.09 830.335 1418.72 828.051 1418.72 825.077V621.338Z\" fill=\"url(#paint12_linear_76_2905)\"/>\n</g>\n<rect width=\"3.25769\" height=\"211.75\" rx=\"1.62884\" transform=\"matrix(-1 0 0 1 1417.09 617.332)\" fill=\"url(#paint13_linear_76_2905)\"/>\n</g>\n</g>\n<g clip-path=\"url(#clip9_76_2905)\">\n<g filter=\"url(#filter6_di_76_2905)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M30.9505 2658.27C30.9505 2579.36 30.9432 1038 30.9505 232.925C30.9514 133.102 75.925 22.8047 242.7 22.8047C409.475 22.8047 1110.5 22.8047 1180.91 22.8047C1292.97 22.8047 1389.41 80.9245 1389.41 232.925C1389.41 1036.51 1389.41 2602.38 1389.41 2659.9C1389.41 2717.43 1372.4 2870.02 1177.66 2870.02C982.911 2870.02 548.736 2870.02 244.329 2870.02C60.5258 2870.02 30.9505 2737.19 30.9505 2658.27Z\" fill=\"url(#paint14_linear_76_2905)\"/>\n</g>\n<g opacity=\"0.6\" filter=\"url(#filter7_f_76_2905)\">\n<path d=\"M236.182 24.4336C131.83 24.4337 47.2365 109.027 47.2363 213.379V2679.45C47.2363 2783.8 131.83 2868.39 236.182 2868.39H228.037C123.685 2868.39 39.0918 2783.8 39.0918 2679.45V213.379C39.092 109.027 123.686 24.4338 228.037 24.4336H236.182Z\" fill=\"white\"/>\n</g>\n<g opacity=\"0.6\" filter=\"url(#filter8_f_76_2905)\">\n<path d=\"M1193.13 24.4336C1297.48 24.4337 1382.07 109.027 1382.07 213.379V2679.45C1382.07 2783.8 1297.48 2868.39 1193.13 2868.39H1183.35C1287.71 2868.39 1372.3 2783.8 1372.3 2679.45V213.379C1372.3 109.027 1287.71 24.4336 1183.35 24.4336H1193.13Z\" fill=\"white\"/>\n</g>\n<path d=\"M1180.91 22.8047C1292.97 22.8048 1389.41 80.925 1389.41 232.926V2659.9C1389.41 2717.43 1372.4 2870.02 1177.66 2870.02H244.329C60.5263 2870.02 30.9505 2737.19 30.9505 2658.27C30.9505 2579.35 30.9432 1038 30.9505 232.926C30.9514 133.102 75.9255 22.8047 242.701 22.8047H1180.91ZM242.701 34.207C168.204 34.207 115.931 56.6891 83.1839 97.5605C55.5594 132.039 42.3534 179.227 42.3529 232.926C42.3506 480.176 42.3499 811.017 42.3499 1206.84C42.35 1511.15 42.3499 1834.4 42.3509 2173.31C42.3514 2336.5 42.3529 2649.86 42.3529 2658.27C42.3529 2706.62 53.2249 2751.99 78.0326 2787.17C110.277 2832.9 164.056 2858.62 244.329 2858.62H1177.66C1261.31 2858.62 1315.57 2830.15 1346.92 2780.45C1369.23 2745.07 1378 2702.7 1378 2659.9V232.926C1378 163.743 1357.47 112.691 1319.65 79.4258C1285.5 49.3858 1237.39 34.2071 1180.91 34.207H242.701Z\" fill=\"#18191A\"/>\n<g filter=\"url(#filter9_i_76_2905)\">\n<g clip-path=\"url(#paint15_angular_76_2905_clip_path)\" data-figma-skip-parse=\"true\"><g transform=\"matrix(0.110761 0 0 0.110761 710.175 2713.65)\"><foreignObject x=\"-1000\" y=\"-1000\" width=\"2000\" height=\"2000\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"background:conic-gradient(from 90deg,rgba(69, 70, 75, 1) 0deg,rgba(77, 78, 83, 1) 11.854deg,rgba(76, 77, 82, 1) 39.6554deg,rgba(9, 10, 16, 1) 72.205deg,rgba(29, 30, 35, 1) 105.699deg,rgba(71, 72, 77, 1) 143.649deg,rgba(66, 67, 72, 1) 180.477deg,rgba(9, 10, 16, 1) 200.744deg,rgba(9, 10, 16, 1) 226.673deg,rgba(15, 16, 21, 1) 263.032deg,rgba(27, 28, 33, 1) 307.087deg,rgba(55, 56, 60, 1) 337.458deg,rgba(69, 70, 75, 1) 360deg);height:100%;width:100%;opacity:1\"></div></foreignObject></g></g><path d=\"M710.176 2602.89C771.347 2602.89 820.937 2652.48 820.937 2713.65C820.936 2774.82 771.347 2824.41 710.176 2824.41C649.004 2824.41 599.414 2774.82 599.414 2713.65C599.414 2652.48 649.004 2602.89 710.176 2602.89ZM710.176 2615.92C656.201 2615.92 612.444 2659.68 612.444 2713.65C612.445 2767.63 656.201 2811.38 710.176 2811.38C764.151 2811.38 807.906 2767.63 807.906 2713.65C807.906 2659.68 764.151 2615.92 710.176 2615.92Z\" data-figma-gradient-fill=\"{"type":"GRADIENT_ANGULAR","stops":[{"color":{"r":0.30196079611778259,"g":0.30588236451148987,"b":0.32549020648002625,"a":1.0},"position":0.032927863299846649},{"color":{"r":0.29803922772407532,"g":0.30196079611778259,"b":0.32156863808631897,"a":1.0},"position":0.11015389859676361},{"color":{"r":0.035294119268655777,"g":0.039215687662363052,"b":0.062745101749897003,"a":1.0},"position":0.20056945085525513},{"color":{"r":0.11372549086809158,"g":0.11764705926179886,"b":0.13725490868091583,"a":1.0},"position":0.29360899329185486},{"color":{"r":0.27843138575553894,"g":0.28235295414924622,"b":0.30196079611778259,"a":1.0},"position":0.39902633428573608},{"color":{"r":0.25882354378700256,"g":0.26274511218070984,"b":0.28235295414924622,"a":1.0},"position":0.50132524967193604},{"color":{"r":0.035294119268655777,"g":0.039215687662363052,"b":0.062745101749897003,"a":1.0},"position":0.55762225389480591},{"color":{"r":0.035294119268655777,"g":0.039215687662363052,"b":0.062745101749897003,"a":1.0},"position":0.62964832782745361},{"color":{"r":0.058823529630899429,"g":0.062745101749897003,"b":0.082352943718433380,"a":1.0},"position":0.73064529895782471},{"color":{"r":0.10588235408067703,"g":0.10980392247438431,"b":0.12941177189350128,"a":1.0},"position":0.85301899909973145},{"color":{"r":0.21568627655506134,"g":0.21960784494876862,"b":0.23529411852359772,"a":1.0},"position":0.93738424777984619}],"stopsVar":[],"transform":{"m00":221.52264404296875,"m01":0.0,"m02":599.41406250,"m10":0.0,"m11":221.52264404296875,"m12":2602.89160156250},"opacity":1.0,"blendMode":"NORMAL","visible":true}\"/>\n</g>\n</g>\n</g>\n</g>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M582 190.25C582 182.517 588.269 176.248 596.002 176.248H821.881C829.614 176.248 835.883 182.517 835.883 190.25C835.883 197.984 829.614 204.253 821.881 204.253H596.002C588.269 204.253 582 197.984 582 190.25Z\" fill=\"url(#paint16_linear_76_2905)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M582 190.25C582 182.517 588.269 176.248 596.002 176.248H821.881C829.614 176.248 835.883 182.517 835.883 190.25C835.883 197.984 829.614 204.253 821.881 204.253H596.002C588.269 204.253 582 197.984 582 190.25Z\" fill=\"url(#paint17_radial_76_2905)\"/>\n<g filter=\"url(#filter10_i_76_2905)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M584.025 188.591C584.025 182.488 588.973 177.541 595.076 177.541H822.799C828.902 177.541 833.85 182.488 833.85 188.591V191.912C833.85 198.015 828.902 202.963 822.799 202.963H595.076C588.973 202.963 584.025 198.015 584.025 191.912V188.591Z\" fill=\"#202020\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M584.025 188.591C584.025 182.488 588.973 177.541 595.076 177.541H822.799C828.902 177.541 833.85 182.488 833.85 188.591V191.912C833.85 198.015 828.902 202.963 822.799 202.963H595.076C588.973 202.963 584.025 198.015 584.025 191.912V188.591Z\" fill=\"url(#pattern0_76_2905)\" fill-opacity=\"0.02\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M584.025 188.591C584.025 182.488 588.973 177.541 595.076 177.541H822.799C828.902 177.541 833.85 182.488 833.85 188.591V191.912C833.85 198.015 828.902 202.963 822.799 202.963H595.076C588.973 202.963 584.025 198.015 584.025 191.912V188.591Z\" fill=\"url(#paint18_linear_76_2905)\"/>\n</g>\n<g filter=\"url(#filter11_d_76_2905)\">\n<circle cx=\"488.367\" cy=\"190.367\" r=\"24.3673\" fill=\"#121113\"/>\n<circle cx=\"488.367\" cy=\"190.367\" r=\"21.9305\" stroke=\"url(#paint19_radial_76_2905)\" stroke-width=\"4.87346\"/>\n</g>\n<circle cx=\"488.37\" cy=\"190.372\" r=\"15.1077\" fill=\"url(#paint20_radial_76_2905)\"/>\n<g clip-path=\"url(#paint21_angular_76_2905_clip_path)\" data-figma-skip-parse=\"true\"><g transform=\"matrix(0 0.0146204 -0.0146204 0 488.37 190.372)\"><foreignObject x=\"-1066.67\" y=\"-1066.67\" width=\"2133.33\" height=\"2133.33\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"background:conic-gradient(from 90deg,rgba(0, 0, 0, 0) 0deg,rgba(0, 0, 0, 0) 148.125deg,rgba(0, 0, 0, 1) 183.75deg,rgba(0, 0, 0, 0) 294.375deg,rgba(0, 0, 0, 0) 360deg);height:100%;width:100%;opacity:1\"></div></foreignObject></g></g><circle cx=\"488.37\" cy=\"190.372\" r=\"15.1077\" data-figma-gradient-fill=\"{"type":"GRADIENT_ANGULAR","stops":[{"color":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"position":0.41145834326744080},{"color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0},"position":0.51041668653488159},{"color":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"position":0.81770831346511841}],"stopsVar":[],"transform":{"m00":1.7904783609386373e-15,"m01":-29.240728378295898,"m02":502.990722656250,"m10":29.240728378295898,"m11":1.7904783609386373e-15,"m12":175.7519531250},"opacity":1.0,"blendMode":"NORMAL","visible":true}\"/>\n<g clip-path=\"url(#paint22_angular_76_2905_clip_path)\" data-figma-skip-parse=\"true\"><g transform=\"matrix(0 0.0146204 -0.0146204 0 488.37 190.372)\"><foreignObject x=\"-1066.67\" y=\"-1066.67\" width=\"2133.33\" height=\"2133.33\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"background:conic-gradient(from 90deg,rgba(0, 0, 0, 1) 0deg,rgba(0, 0, 0, 0) 60deg,rgba(0, 0, 0, 0) 318.75deg,rgba(0, 0, 0, 1) 360deg);height:100%;width:100%;opacity:1\"></div></foreignObject></g></g><circle cx=\"488.37\" cy=\"190.372\" r=\"15.1077\" data-figma-gradient-fill=\"{"type":"GRADIENT_ANGULAR","stops":[{"color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0},"position":0.0},{"color":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"position":0.16666667163372040},{"color":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"position":0.88541668653488159}],"stopsVar":[],"transform":{"m00":1.7904783609386373e-15,"m01":-29.240728378295898,"m02":502.990722656250,"m10":29.240728378295898,"m11":1.7904783609386373e-15,"m12":175.7519531250},"opacity":1.0,"blendMode":"NORMAL","visible":true}\"/>\n<circle cx=\"488.37\" cy=\"190.372\" r=\"15.1077\" stroke=\"#0D0D0D\" stroke-width=\"0.974691\"/>\n<line x1=\"488.371\" y1=\"175.752\" x2=\"488.371\" y2=\"204.993\" stroke=\"black\" stroke-opacity=\"0.7\" stroke-width=\"2.43673\"/>\n<g filter=\"url(#filter12_f_76_2905)\">\n<circle cx=\"485.076\" cy=\"187.945\" r=\"3.2888\" fill=\"#554C72\"/>\n</g>\n<g filter=\"url(#filter13_f_76_2905)\">\n<path d=\"M500.353 188.61C500.353 191.212 498.243 193.322 495.641 193.322C493.039 193.322 490.93 191.212 490.93 188.61C490.93 186.008 493.039 183.898 495.641 183.898C498.243 183.898 500.353 186.008 500.353 188.61Z\" fill=\"#13194C\" fill-opacity=\"0.5\"/>\n</g>\n<g filter=\"url(#filter14_f_76_2905)\">\n<circle cx=\"491.806\" cy=\"196.908\" r=\"2.82759\" fill=\"#468CBF\" fill-opacity=\"0.08\"/>\n</g>\n<g filter=\"url(#filter15_f_76_2905)\">\n<circle cx=\"484.412\" cy=\"186.59\" r=\"1.26002\" fill=\"#EAE4FF\" fill-opacity=\"0.7\"/>\n</g>\n<g opacity=\"0.9\">\n<rect x=\"129\" y=\"416.209\" width=\"10.162\" height=\"12.1944\" rx=\"1.01617\" fill=\"white\"/>\n<rect x=\"143.229\" y=\"410.113\" width=\"10.1621\" height=\"18.2918\" rx=\"1.01617\" fill=\"white\"/>\n<rect x=\"158.469\" y=\"403.002\" width=\"10.1623\" height=\"25.4057\" rx=\"1.01617\" fill=\"white\"/>\n<rect x=\"172.697\" y=\"394.873\" width=\"10.1618\" height=\"33.534\" rx=\"1.01617\" fill=\"white\"/>\n</g>\n<g opacity=\"0.9\">\n<path d=\"M248.918 405.621C242.326 398.983 233.191 394.873 223.097 394.873C212.972 394.873 203.813 399.008 197.217 405.681L202.935 411.399C208.068 406.19 215.206 402.96 223.097 402.96C230.958 402.96 238.071 406.165 243.2 411.339L248.918 405.621Z\" fill=\"white\"/>\n<path d=\"M239.626 414.913C235.412 410.653 229.562 408.014 223.097 408.014C216.601 408.014 210.728 410.678 206.509 414.973L212.228 420.692C214.982 417.86 218.835 416.101 223.097 416.101C227.33 416.101 231.157 417.835 233.907 420.631L239.626 414.913Z\" fill=\"white\"/>\n<path d=\"M230.333 424.206C228.498 422.324 225.934 421.155 223.097 421.155C220.23 421.155 217.642 422.349 215.802 424.266L223.037 431.502L230.333 424.206Z\" fill=\"white\"/>\n</g>\n<path d=\"M680.13 395.954C673.769 395.954 669.086 400.228 669.086 406.179V406.22C669.086 411.763 673.095 415.853 678.78 415.853C682.768 415.853 685.713 413.808 686.879 411.108H687.002C687.002 411.435 686.981 411.742 686.961 412.049C686.756 417.632 684.772 422.173 680.028 422.173C677.389 422.173 675.59 420.864 674.792 418.839L674.731 418.655H669.495L669.536 418.88C670.456 423.338 674.547 426.488 680.007 426.488C687.533 426.488 692.053 420.659 692.053 410.904V410.863C692.053 400.514 686.634 395.954 680.13 395.954ZM680.13 411.783C676.776 411.783 674.281 409.39 674.281 406.036V405.995C674.281 402.805 676.919 400.269 680.191 400.269C683.504 400.269 686.081 402.825 686.081 406.098V406.118C686.081 409.411 683.504 411.783 680.13 411.783ZM698.639 406.67C700.295 406.67 701.584 405.361 701.584 403.705C701.584 402.048 700.295 400.76 698.639 400.76C696.982 400.76 695.673 402.048 695.673 403.705C695.673 405.361 696.982 406.67 698.639 406.67ZM698.639 421.682C700.295 421.682 701.584 420.373 701.584 418.716C701.584 417.06 700.295 415.771 698.639 415.771C696.982 415.771 695.673 417.06 695.673 418.716C695.673 420.373 696.982 421.682 698.639 421.682ZM719.724 425.977H724.755V420.311H728.764V415.976H724.755V396.465H717.25L704.999 415.812V420.311H719.724V425.977ZM709.744 416.098V415.955L719.683 400.453H719.806V416.098H709.744ZM739.46 425.977H744.634V396.465H739.419L731.709 401.885V406.732L739.337 401.496H739.46V425.977Z\" fill=\"white\"/>\n<rect opacity=\"0.6\" x=\"1227\" y=\"389.06\" width=\"67.9737\" height=\"32.4651\" rx=\"6.59447\" stroke=\"white\" stroke-width=\"3.0436\"/>\n<rect opacity=\"0.9\" x=\"1230.54\" y=\"392.615\" width=\"60.872\" height=\"25.3633\" rx=\"4.05814\" fill=\"white\"/>\n<path opacity=\"0.6\" d=\"M1298.52 400.727V400.727C1300.76 400.727 1302.58 402.543 1302.58 404.785V405.799C1302.58 408.04 1300.76 409.857 1298.52 409.857V409.857V400.727Z\" fill=\"white\"/>\n<defs>\n<filter id=\"filter0_i_76_2905\" x=\"8.14453\" y=\"0\" width=\"1404.06\" height=\"2892.83\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"8.14421\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.223529 0 0 0 0 0.231373 0 0 0 0 0.239216 0 0 0 0.6 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_76_2905\"/>\n</filter>\n<filter id=\"filter1_d_76_2905\" x=\"614.074\" y=\"2886.31\" width=\"192.203\" height=\"6.51562\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.1 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_76_2905\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_76_2905\" result=\"shape\"/>\n</filter>\n<filter id=\"filter2_di_76_2905\" x=\"0\" y=\"367.238\" width=\"14.66\" height=\"119.041\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"1.62884\"/>\n<feGaussianBlur stdDeviation=\"0.814421\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_76_2905\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_76_2905\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"1.62884\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.317647 0 0 0 0 0.321569 0 0 0 0 0.333333 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect2_innerShadow_76_2905\"/>\n</filter>\n<filter id=\"filter3_di_76_2905\" x=\"1.62891\" y=\"614.822\" width=\"14.66\" height=\"217.517\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"1.62884\"/>\n<feGaussianBlur stdDeviation=\"0.814421\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_76_2905\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_76_2905\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"1.62884\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.317647 0 0 0 0 0.321569 0 0 0 0 0.333333 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect2_innerShadow_76_2905\"/>\n</filter>\n<filter id=\"filter4_di_76_2905\" x=\"1.62891\" y=\"877.946\" width=\"14.66\" height=\"218.265\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"1.62884\"/>\n<feGaussianBlur stdDeviation=\"0.814421\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_76_2905\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_76_2905\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"1.62884\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.317647 0 0 0 0 0.321569 0 0 0 0 0.333333 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect2_innerShadow_76_2905\"/>\n</filter>\n<filter id=\"filter5_di_76_2905\" x=\"1407.32\" y=\"614.822\" width=\"14.66\" height=\"216.77\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"1.62884\"/>\n<feGaussianBlur stdDeviation=\"0.814421\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_76_2905\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_76_2905\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"1.62884\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.317647 0 0 0 0 0.321569 0 0 0 0 0.333333 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect2_innerShadow_76_2905\"/>\n</filter>\n<filter id=\"filter6_di_76_2905\" x=\"24.4319\" y=\"19.547\" width=\"1371.49\" height=\"2860.25\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"3.25769\"/>\n<feGaussianBlur stdDeviation=\"3.25769\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_76_2905\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_76_2905\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"1.62884\"/>\n<feGaussianBlur stdDeviation=\"1.62884\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.14 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect2_innerShadow_76_2905\"/>\n</filter>\n<filter id=\"filter7_f_76_2905\" x=\"30.2365\" y=\"15.5783\" width=\"214.8\" height=\"2861.67\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"4.42765\" result=\"effect1_foregroundBlur_76_2905\"/>\n</filter>\n<filter id=\"filter8_f_76_2905\" x=\"1174.5\" y=\"15.5783\" width=\"216.429\" height=\"2861.67\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"4.42765\" result=\"effect1_foregroundBlur_76_2905\"/>\n</filter>\n<filter id=\"filter9_i_76_2905\" x=\"599.414\" y=\"2602.89\" width=\"223.152\" height=\"221.522\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"1.62884\"/>\n<feGaussianBlur stdDeviation=\"0.814421\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.112687 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_76_2905\"/>\n</filter>\n<clipPath id=\"paint15_angular_76_2905_clip_path\"><path d=\"M710.176 2602.89C771.347 2602.89 820.937 2652.48 820.937 2713.65C820.936 2774.82 771.347 2824.41 710.176 2824.41C649.004 2824.41 599.414 2774.82 599.414 2713.65C599.414 2652.48 649.004 2602.89 710.176 2602.89ZM710.176 2615.92C656.201 2615.92 612.444 2659.68 612.444 2713.65C612.445 2767.63 656.201 2811.38 710.176 2811.38C764.151 2811.38 807.906 2767.63 807.906 2713.65C807.906 2659.68 764.151 2615.92 710.176 2615.92Z\"/></clipPath><filter id=\"filter10_i_76_2905\" x=\"584.025\" y=\"177.541\" width=\"249.824\" height=\"32.7888\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"7.36693\"/>\n<feGaussianBlur stdDeviation=\"3.68346\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_76_2905\"/>\n</filter>\n<pattern id=\"pattern0_76_2905\" patternContentUnits=\"objectBoundingBox\" width=\"0.0368605\" height=\"0.362238\">\n<use xlink:href=\"#image0_76_2905\" transform=\"scale(0.000575946 0.00565996)\"/>\n</pattern>\n<filter id=\"filter11_d_76_2905\" x=\"462.416\" y=\"164.416\" width=\"51.9021\" height=\"51.9021\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feMorphology radius=\"0.365509\" operator=\"dilate\" in=\"SourceAlpha\" result=\"effect1_dropShadow_76_2905\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"0.609182\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0705882 0 0 0 0 0.0313726 0 0 0 0 0.0235294 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_76_2905\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_76_2905\" result=\"shape\"/>\n</filter>\n<clipPath id=\"paint21_angular_76_2905_clip_path\"><circle cx=\"488.37\" cy=\"190.372\" r=\"15.1077\"/></clipPath><clipPath id=\"paint22_angular_76_2905_clip_path\"><circle cx=\"488.37\" cy=\"190.372\" r=\"15.1077\"/></clipPath><filter id=\"filter12_f_76_2905\" x=\"478.585\" y=\"181.454\" width=\"12.9826\" height=\"12.9826\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.60112\" result=\"effect1_foregroundBlur_76_2905\"/>\n</filter>\n<filter id=\"filter13_f_76_2905\" x=\"487.727\" y=\"180.696\" width=\"15.8283\" height=\"15.8283\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.60112\" result=\"effect1_foregroundBlur_76_2905\"/>\n</filter>\n<filter id=\"filter14_f_76_2905\" x=\"485.776\" y=\"190.878\" width=\"12.0588\" height=\"12.0588\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.60112\" result=\"effect1_foregroundBlur_76_2905\"/>\n</filter>\n<filter id=\"filter15_f_76_2905\" x=\"481.551\" y=\"183.729\" width=\"5.72176\" height=\"5.72176\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.800558\" result=\"effect1_foregroundBlur_76_2905\"/>\n</filter>\n<linearGradient id=\"paint0_linear_76_2905\" x1=\"8.14453\" y1=\"0\" x2=\"8.14453\" y2=\"2892.83\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#BDBEC5\"/>\n<stop offset=\"1\" stop-color=\"#6F7076\"/>\n</linearGradient>\n<linearGradient id=\"paint1_linear_76_2905\" x1=\"8.14453\" y1=\"273.645\" x2=\"34.206\" y2=\"273.645\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#242729\"/>\n<stop offset=\"0.329834\" stop-color=\"#404347\"/>\n<stop offset=\"1\" stop-color=\"#5D5F61\"/>\n</linearGradient>\n<linearGradient id=\"paint2_linear_76_2905\" x1=\"1412.21\" y1=\"273.645\" x2=\"1386.15\" y2=\"273.645\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#242729\"/>\n<stop offset=\"0.329834\" stop-color=\"#404347\"/>\n<stop offset=\"1\" stop-color=\"#5D5F61\"/>\n</linearGradient>\n<linearGradient id=\"paint3_linear_76_2905\" x1=\"8.14453\" y1=\"2622.44\" x2=\"34.206\" y2=\"2622.44\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#242729\"/>\n<stop offset=\"0.329834\" stop-color=\"#404347\"/>\n<stop offset=\"1\" stop-color=\"#5D5F61\"/>\n</linearGradient>\n<linearGradient id=\"paint4_linear_76_2905\" x1=\"1412.21\" y1=\"2622.44\" x2=\"1386.15\" y2=\"2622.44\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#242729\"/>\n<stop offset=\"0.329834\" stop-color=\"#404347\"/>\n<stop offset=\"1\" stop-color=\"#5D5F61\"/>\n</linearGradient>\n<linearGradient id=\"paint5_linear_76_2905\" x1=\"614.074\" y1=\"2886.31\" x2=\"614.074\" y2=\"2892.82\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#191B19\"/>\n<stop offset=\"1\" stop-color=\"#141414\"/>\n</linearGradient>\n<linearGradient id=\"paint6_linear_76_2905\" x1=\"0\" y1=\"368.762\" x2=\"0\" y2=\"484.755\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#222328\"/>\n<stop offset=\"0.0423816\" stop-color=\"#46474C\"/>\n<stop offset=\"0.0818956\" stop-color=\"#E5E6EB\"/>\n<stop offset=\"0.159207\" stop-color=\"#A9AAAF\"/>\n<stop offset=\"0.743404\" stop-color=\"#8A8B90\"/>\n<stop offset=\"0.876831\" stop-color=\"#9D9EA3\"/>\n<stop offset=\"0.907288\" stop-color=\"#C7C8CD\"/>\n<stop offset=\"0.952799\" stop-color=\"#4D4E53\"/>\n<stop offset=\"1\" stop-color=\"#25262A\"/>\n</linearGradient>\n<linearGradient id=\"paint7_linear_76_2905\" x1=\"1.65732\" y1=\"369.748\" x2=\"1.65732\" y2=\"481.778\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#898A8F\"/>\n<stop offset=\"0.0209784\" stop-color=\"#16171C\"/>\n<stop offset=\"0.0473709\" stop-color=\"#222328\"/>\n<stop offset=\"0.113477\" stop-color=\"#D2D3D8\"/>\n<stop offset=\"0.142449\" stop-color=\"#DDDEE3\"/>\n<stop offset=\"0.848754\" stop-color=\"#D2D3D8\"/>\n<stop offset=\"0.893643\" stop-color=\"#B9BABF\"/>\n<stop offset=\"0.979938\" stop-color=\"#212227\"/>\n<stop offset=\"1\" stop-color=\"#A3A4A9\"/>\n</linearGradient>\n<linearGradient id=\"paint8_linear_76_2905\" x1=\"1.62891\" y1=\"616.346\" x2=\"1.62891\" y2=\"830.711\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#222328\"/>\n<stop offset=\"0.0818956\" stop-color=\"#76777C\"/>\n<stop offset=\"0.159207\" stop-color=\"#A9AAAF\"/>\n<stop offset=\"0.743404\" stop-color=\"#8A8B90\"/>\n<stop offset=\"0.876831\" stop-color=\"#9D9EA3\"/>\n<stop offset=\"0.952799\" stop-color=\"#4D4E53\"/>\n<stop offset=\"1\" stop-color=\"#25262A\"/>\n</linearGradient>\n<linearGradient id=\"paint9_linear_76_2905\" x1=\"3.28623\" y1=\"617.332\" x2=\"3.28623\" y2=\"825.388\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#898A8F\"/>\n<stop offset=\"0.0209784\" stop-color=\"#16171C\"/>\n<stop offset=\"0.0473709\" stop-color=\"#222328\"/>\n<stop offset=\"0.113477\" stop-color=\"#D2D3D8\"/>\n<stop offset=\"0.142449\" stop-color=\"#DDDEE3\"/>\n<stop offset=\"0.848754\" stop-color=\"#D2D3D8\"/>\n<stop offset=\"0.893643\" stop-color=\"#B9BABF\"/>\n<stop offset=\"0.979938\" stop-color=\"#212227\"/>\n<stop offset=\"1\" stop-color=\"#A3A4A9\"/>\n</linearGradient>\n<linearGradient id=\"paint10_linear_76_2905\" x1=\"1.62891\" y1=\"879.575\" x2=\"1.62891\" y2=\"1094.58\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#222328\"/>\n<stop offset=\"0.0818956\" stop-color=\"#76777C\"/>\n<stop offset=\"0.159207\" stop-color=\"#A9AAAF\"/>\n<stop offset=\"0.743404\" stop-color=\"#8A8B90\"/>\n<stop offset=\"0.876831\" stop-color=\"#9D9EA3\"/>\n<stop offset=\"0.952799\" stop-color=\"#4D4E53\"/>\n<stop offset=\"1\" stop-color=\"#25262A\"/>\n</linearGradient>\n<linearGradient id=\"paint11_linear_76_2905\" x1=\"3.28623\" y1=\"881.204\" x2=\"3.28623\" y2=\"1089.26\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#898A8F\"/>\n<stop offset=\"0.0209784\" stop-color=\"#16171C\"/>\n<stop offset=\"0.0473709\" stop-color=\"#222328\"/>\n<stop offset=\"0.113477\" stop-color=\"#D2D3D8\"/>\n<stop offset=\"0.142449\" stop-color=\"#DDDEE3\"/>\n<stop offset=\"0.848754\" stop-color=\"#D2D3D8\"/>\n<stop offset=\"0.893643\" stop-color=\"#B9BABF\"/>\n<stop offset=\"0.979938\" stop-color=\"#212227\"/>\n<stop offset=\"1\" stop-color=\"#A3A4A9\"/>\n</linearGradient>\n<linearGradient id=\"paint12_linear_76_2905\" x1=\"1418.72\" y1=\"616.346\" x2=\"1418.72\" y2=\"830.069\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#222328\"/>\n<stop offset=\"0.0818956\" stop-color=\"#76777C\"/>\n<stop offset=\"0.159207\" stop-color=\"#A9AAAF\"/>\n<stop offset=\"0.743404\" stop-color=\"#8A8B90\"/>\n<stop offset=\"0.876831\" stop-color=\"#9D9EA3\"/>\n<stop offset=\"0.952799\" stop-color=\"#4D4E53\"/>\n<stop offset=\"1\" stop-color=\"#25262A\"/>\n</linearGradient>\n<linearGradient id=\"paint13_linear_76_2905\" x1=\"0.0284162\" y1=\"0\" x2=\"0.0284162\" y2=\"208.055\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#898A8F\"/>\n<stop offset=\"0.0209784\" stop-color=\"#16171C\"/>\n<stop offset=\"0.0473709\" stop-color=\"#222328\"/>\n<stop offset=\"0.113477\" stop-color=\"#D2D3D8\"/>\n<stop offset=\"0.142449\" stop-color=\"#DDDEE3\"/>\n<stop offset=\"0.848754\" stop-color=\"#D2D3D8\"/>\n<stop offset=\"0.893643\" stop-color=\"#B9BABF\"/>\n<stop offset=\"0.979938\" stop-color=\"#212227\"/>\n<stop offset=\"1\" stop-color=\"#A3A4A9\"/>\n</linearGradient>\n<linearGradient id=\"paint14_linear_76_2905\" x1=\"30.9473\" y1=\"22.8047\" x2=\"30.9473\" y2=\"2870.02\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#020202\"/>\n<stop offset=\"1\"/>\n</linearGradient>\n<linearGradient id=\"paint16_linear_76_2905\" x1=\"835.883\" y1=\"204.253\" x2=\"835.883\" y2=\"176.248\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#222222\"/>\n<stop offset=\"1\" stop-color=\"#111111\"/>\n</linearGradient>\n<radialGradient id=\"paint17_radial_76_2905\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(837.778 213.031) rotate(90) scale(28.0046 253.883)\">\n<stop stop-color=\"white\" stop-opacity=\"0.09\"/>\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.01\"/>\n</radialGradient>\n<linearGradient id=\"paint18_linear_76_2905\" x1=\"584.025\" y1=\"190.252\" x2=\"833.85\" y2=\"190.252\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-opacity=\"0.5\"/>\n<stop offset=\"1\" stop-opacity=\"0\"/>\n</linearGradient>\n<radialGradient id=\"paint19_radial_76_2905\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(473.138 168.437) rotate(55.2222) scale(53.3999)\">\n<stop stop-color=\"#0B0B0B\"/>\n<stop offset=\"1\" stop-color=\"#121212\"/>\n</radialGradient>\n<radialGradient id=\"paint20_radial_76_2905\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(488.37 190.372) rotate(90) scale(14.6204)\">\n<stop offset=\"0.213542\"/>\n<stop offset=\"0.270833\" stop-color=\"#081A32\"/>\n<stop offset=\"0.395833\" stop-color=\"#1F3A58\"/>\n<stop offset=\"0.515625\" stop-color=\"#375F90\"/>\n<stop offset=\"0.713542\" stop-color=\"#274871\"/>\n<stop offset=\"0.916667\" stop-color=\"#0D1528\"/>\n</radialGradient>\n<clipPath id=\"clip0_76_2905\">\n<rect width=\"1418.72\" height=\"2914\" fill=\"white\"/>\n</clipPath>\n<clipPath id=\"clip1_76_2905\">\n<rect width=\"1418.72\" height=\"2892.83\" fill=\"white\"/>\n</clipPath>\n<clipPath id=\"clip2_76_2905\">\n<rect width=\"1418.72\" height=\"2892.83\" fill=\"white\"/>\n</clipPath>\n<clipPath id=\"clip3_76_2905\">\n<rect width=\"1404.06\" height=\"2440.01\" fill=\"white\" transform=\"translate(8.14453 226.408)\"/>\n</clipPath>\n<clipPath id=\"clip4_76_2905\">\n<rect width=\"568.466\" height=\"11.4019\" fill=\"white\" transform=\"translate(237.811 2881.42)\"/>\n</clipPath>\n<clipPath id=\"clip5_76_2905\">\n<rect width=\"11.4019\" height=\"117.277\" fill=\"white\" transform=\"translate(0 368.119)\"/>\n</clipPath>\n<clipPath id=\"clip6_76_2905\">\n<rect width=\"11.4019\" height=\"215.007\" fill=\"white\" transform=\"translate(1.62891 615.703)\"/>\n</clipPath>\n<clipPath id=\"clip7_76_2905\">\n<rect width=\"11.4019\" height=\"216.636\" fill=\"white\" transform=\"translate(1.62891 877.946)\"/>\n</clipPath>\n<clipPath id=\"clip8_76_2905\">\n<rect width=\"11.4019\" height=\"215.007\" fill=\"white\" transform=\"matrix(-1 0 0 1 1418.72 615.703)\"/>\n</clipPath>\n<clipPath id=\"clip9_76_2905\">\n<rect width=\"1360.08\" height=\"2847.22\" fill=\"white\" transform=\"translate(30.9473 22.8047)\"/>\n</clipPath>\n<image id=\"image0_76_2905\" width=\"64\" height=\"64\" preserveAspectRatio=\"none\" xlink:href=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAA40lEQVR4Xu3bQQ6EQAhEUbj/oXsO8Sdh4XOvJAi/qkF3Zt6E6710++xuiD6T40uACtACqYlzD2IACFKBkoHcgmSQDJJBMngKIT6ADygF6DSYfcCLTzg/z0eGrASogDbT0gKxB2MB5pkiBoBgrEEMwIBjLx9fAAiCIAhygmkkRgYjhWMHditsL2AvYC+QIHjdwzk+BmAABmBAWc1kCF0bKRAEQRAEQRAMGaACbaCUz/P5BRiKxhQaiV07uRjfYgQDMKDpGAhGCMUCzD4CBEEw1iAGYIBPZMJh+g8/P8cKpAJfV4EfMee/sLtaEFIAAAAASUVORK5CYII=\"/>\n</defs>\n<rect data-zone=\"screen-area\" x=\"89\" y=\"370\" width=\"1242\" height=\"2209\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-top\" x=\"89\" y=\"370\" width=\"1242\" height=\"66\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-bottom\" x=\"89\" y=\"2579\" width=\"1242\" height=\"0\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"status-bar\" x=\"89\" y=\"370\" width=\"1242\" height=\"66\" fill=\"none\" stroke=\"none\"/>\n</svg>\n`;\nconst SVG_STRING_SCALED = SVG_STRING\n .replace(/\\swidth=\"[^\"]*\"/, ' width=\"100%\"')\n .replace(/\\sheight=\"[^\"]*\"/, ' height=\"100%\"')\n .replace(/<svg\\b/, '<svg preserveAspectRatio=\"xMidYMid meet\" style=\"display:block\"');\n\nexport function IPhoneSE3SVG({ style }: DeviceSVGProps) {\n return <div style={style} dangerouslySetInnerHTML={{ __html: SVG_STRING_SCALED }} />;\n}\nexport const IPHONE_SE_3_FRAME: DeviceFrameInfo = {\n \"bezelTop\": 112,\n \"bezelBottom\": 101,\n \"bezelLeft\": 27,\n \"bezelRight\": 27,\n \"totalWidth\": 429,\n \"totalHeight\": 880,\n \"screenWidth\": 375,\n \"screenHeight\": 667,\n \"screenRadius\": 2\n};\nexport const IPHONE_SE_3_SCREEN_RECT: SVGScreenRect = { \"x\": 89, \"y\": 370, \"width\": 1242, \"height\": 2209, \"rx\": 0 };\n","import type { CSSProperties } from \"react\";\nimport type { DeviceFrameInfo, DeviceLayoutData, DeviceMeta, SVGScreenRect } from \"../contract-types.js\";\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport const GALAXY_S25_META: DeviceMeta = {\n id: \"galaxy-s25\",\n name: \"Galaxy S25\",\n platform: \"android\",\n year: 2025,\n formFactor: \"phone\",\n screen: {\n width: 360,\n height: 780,\n physicalWidth: 1080,\n physicalHeight: 2340,\n dpr: 3,\n aspectRatio: \"19.5:9\",\n cornerRadius: 42,\n ppi: 425\n }\n};\nexport const GALAXY_S25_LAYOUT: DeviceLayoutData = {\n meta: GALAXY_S25_META,\n safeArea: {\n portrait: { top: 32, bottom: 24, left: 0, right: 0 },\n landscape: { top: 0, bottom: 24, left: 32, right: 32 }\n },\n hardwareOverlays: {\n type: \"punch-hole\",\n portrait: {\n x: 176,\n // centered: (360 - 9) / 2 ~ 176\n y: 12,\n width: 9,\n height: 9,\n shape: \"circle\",\n cornerRadius: 4.5\n }\n },\n statusBar: {\n height: 32,\n style: \"fullwidth\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true\n },\n homeIndicator: {\n type: \"gestureline\",\n height: 5,\n width: 90,\n visible: true\n },\n hardwareButtons: {\n volumeUp: { side: \"right\", yPosition: 180 },\n volumeDown: { side: \"right\", yPosition: 214 },\n power: { side: \"right\", yPosition: 260 }\n }\n};\nconst SVG_STRING = `<svg width=\"1554\" height=\"3200\" viewBox=\"0 0 1554 3200\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g filter=\"url(#filter0_iiiiiii_67_1782)\">\n<path d=\"M1553.3 1232.62C1553.3 1228.77 1550.18 1225.65 1546.34 1225.65H1535.89V1465.44H1546.34C1550.18 1465.44 1553.3 1462.32 1553.3 1458.47V1232.62Z\" fill=\"#6F89C9\"/>\n</g>\n<g filter=\"url(#filter1_iiiiiii_67_1782)\">\n<path d=\"M1553.3 589.309C1553.3 585.461 1550.18 582.342 1546.34 582.342H1535.89V1015.47H1546.34C1550.18 1015.47 1553.3 1012.35 1553.3 1008.5V589.309Z\" fill=\"#6F89C9\"/>\n</g>\n<g filter=\"url(#filter2_ii_67_1782)\">\n<g clip-path=\"url(#clip0_67_1782)\">\n<rect x=\"0.197388\" width=\"1538.59\" height=\"3199.11\" rx=\"188.115\" fill=\"url(#paint0_linear_67_1782)\"/>\n<g opacity=\"0.6\" filter=\"url(#filter3_n_67_1782)\" style=\"mix-blend-mode:hard-light\">\n<rect x=\"-114.205\" y=\"-26.8535\" width=\"1767.4\" height=\"3252.82\" fill=\"#919DBF\"/>\n</g>\n<g opacity=\"0.8\" filter=\"url(#filter4_f_67_1782)\">\n<rect x=\"0.198486\" y=\"268.799\" width=\"33.8641\" height=\"22.0618\" fill=\"#4F6599\"/>\n</g>\n<g opacity=\"0.8\" filter=\"url(#filter5_f_67_1782)\">\n<rect x=\"0.198486\" y=\"2917.72\" width=\"33.8641\" height=\"22.0618\" fill=\"#35456A\"/>\n</g>\n<g opacity=\"0.8\" filter=\"url(#filter6_f_67_1782)\">\n<path d=\"M1504.74 263.246H1538.61V285.308H1504.74V263.246Z\" fill=\"#2C447E\"/>\n</g>\n<g opacity=\"0.8\" filter=\"url(#filter7_f_67_1782)\">\n<path d=\"M558.33 30.4785V5.42068H580.392V30.4785H558.33Z\" fill=\"#4E6499\"/>\n</g>\n<g opacity=\"0.8\" filter=\"url(#filter8_f_67_1782)\">\n<path d=\"M206.287 3199.31V3174.25H228.349V3199.31H206.287Z\" fill=\"#19243F\"/>\n</g>\n<g opacity=\"0.8\" filter=\"url(#filter9_f_67_1782)\">\n<path d=\"M1312.2 3199.31V3174.25H1334.26V3199.31H1312.2Z\" fill=\"#19243F\"/>\n</g>\n<g filter=\"url(#filter10_di_67_1782)\">\n<g clip-path=\"url(#clip1_67_1782)\">\n<rect x=\"22.0634\" y=\"22.0645\" width=\"1494.47\" height=\"3154.98\" rx=\"174.18\" fill=\"#1B1B1B\"/>\n<rect x=\"48.1907\" y=\"48.1895\" width=\"1442.21\" height=\"3102.73\" rx=\"150.956\" fill=\"white\"/>\n<g clip-path=\"url(#clip2_67_1782)\">\n<circle cx=\"769.124\" cy=\"124.112\" r=\"38.4342\" fill=\"#101010\"/>\n<circle cx=\"769.124\" cy=\"124.114\" r=\"28.6413\" fill=\"#010000\"/>\n<g filter=\"url(#filter11_f_67_1782)\">\n<circle cx=\"769.11\" cy=\"124.047\" r=\"12.8207\" fill=\"#82847A\" fill-opacity=\"0.78\"/>\n</g>\n<g filter=\"url(#filter12_f_67_1782)\">\n<circle cx=\"771.281\" cy=\"123.447\" r=\"13.4764\" fill=\"#0E0C10\"/>\n</g>\n<g filter=\"url(#filter13_f_67_1782)\">\n<circle cx=\"768.49\" cy=\"126.756\" r=\"10.1112\" fill=\"#1D1D45\" fill-opacity=\"0.91\"/>\n</g>\n<g filter=\"url(#filter14_f_67_1782)\">\n<path d=\"M759.279 118.778C759.465 118.521 759.646 118.422 759.786 118.422C759.608 118.535 759.439 118.654 759.279 118.778C758.843 119.381 758.382 120.856 758.382 123.968C758.382 129.515 761.122 131.72 764.13 133.257C767.137 134.794 769.141 136.331 766.201 136.264C763.261 136.197 758.449 133.524 757.514 130.985C756.613 128.539 755.092 122.003 759.279 118.778Z\" fill=\"#5F6351\" fill-opacity=\"0.5\"/>\n</g>\n<g filter=\"url(#filter15_f_67_1782)\">\n<path d=\"M758.784 121.227C758.898 121.017 759.016 120.933 759.11 120.928C758.995 121.024 758.886 121.124 758.784 121.227C758.515 121.72 758.265 122.903 758.39 125.367C758.614 129.757 760.545 131.409 762.628 132.522C764.711 133.636 766.12 134.784 764.142 134.832C762.163 134.879 758.821 132.928 758.09 130.95C757.386 129.045 756.1 123.924 758.784 121.227Z\" fill=\"#969C82\" fill-opacity=\"0.5\"/>\n</g>\n<g filter=\"url(#filter16_f_67_1782)\">\n<path d=\"M767.033 129.226C767.634 128.136 765.969 126.67 765.061 126.073C763.592 123.314 765.227 120.48 766.338 122.164C766.338 125.005 767.318 124.1 770.615 127.577C773.913 131.053 771.764 132.201 769.398 133.097C767.033 133.993 765.061 133.276 763.807 131.843C762.553 130.409 766.28 130.588 767.033 129.226Z\" fill=\"url(#paint1_linear_67_1782)\"/>\n</g>\n<g filter=\"url(#filter17_f_67_1782)\">\n<path d=\"M760.799 123.783C757.988 121.913 758.7 126.808 759.407 129.489C760.449 131.294 764.001 133.965 767.603 134.392C771.206 134.818 764.311 126.119 760.799 123.783Z\" fill=\"#263648\"/>\n</g>\n<g filter=\"url(#filter18_f_67_1782)\">\n<path d=\"M766.604 121.027C766.604 116.71 770.077 115.506 771.813 115.443C774.26 115.443 776.016 116.51 778.149 119.459C780.282 122.408 778.337 126.925 777.584 127.991C776.831 129.058 774.196 129.246 771.813 128.87C769.429 128.493 766.604 126.423 766.604 121.027Z\" fill=\"url(#paint2_linear_67_1782)\"/>\n</g>\n<g filter=\"url(#filter19_f_67_1782)\">\n<path d=\"M769.653 121.309C769.653 119.821 770.338 119.189 770.681 119.059C774.939 119.059 774.596 121.309 774.596 122.19C774.596 123.072 773.91 124.931 771.904 124.931C769.897 124.931 769.653 123.169 769.653 121.309Z\" fill=\"url(#paint3_radial_67_1782)\" fill-opacity=\"0.86\"/>\n</g>\n<g filter=\"url(#filter20_f_67_1782)\">\n<path d=\"M770.639 120.672C770.639 119.184 771.099 118.552 771.33 118.422C774.189 118.422 773.958 120.672 773.958 121.554C773.958 122.435 773.498 124.294 772.151 124.294C770.804 124.294 770.639 122.532 770.639 120.672Z\" fill=\"url(#paint4_radial_67_1782)\" fill-opacity=\"0.5\"/>\n</g>\n<g filter=\"url(#filter21_f_67_1782)\">\n<path d=\"M760.793 120.04C761.145 117.3 764.561 114.429 766.225 113.336C771.658 112.015 771.805 114.07 772.098 115.391C772.392 116.713 770.336 117.691 768.966 116.713C767.596 115.734 766.225 116.174 763.583 118.181C760.94 120.187 760.353 123.466 760.793 120.04Z\" fill=\"url(#paint5_linear_67_1782)\"/>\n</g>\n<g filter=\"url(#filter22_f_67_1782)\">\n<path d=\"M775.94 119.301C774.652 117.275 772.296 115.196 771.279 114.41C771.681 111.475 775.94 114.41 777.494 115.618C779.047 116.826 779.911 120.739 779.163 124.365C778.414 127.99 777.494 126.148 777.494 124.365C777.494 122.581 777.551 121.833 775.94 119.301Z\" fill=\"url(#paint6_linear_67_1782)\"/>\n</g>\n<g filter=\"url(#filter23_f_67_1782)\">\n<path d=\"M774.965 116.355C773.92 115.615 772.138 114.982 771.378 114.758C771.425 113.411 774.582 114.192 775.745 114.537C776.907 114.883 777.807 116.509 777.576 118.203C777.345 119.897 776.568 119.194 776.428 118.405C776.289 117.616 776.27 117.279 774.965 116.355Z\" fill=\"#B69DC9\" fill-opacity=\"0.5\"/>\n</g>\n<g filter=\"url(#filter24_f_67_1782)\" style=\"mix-blend-mode:hard-light\">\n<path d=\"M768.723 126.135L767.513 108.331C782.811 103.32 787.588 116.721 788.065 124.047L768.723 126.135Z\" fill=\"#A7B4D7\"/>\n<path d=\"M751.249 128.114L767.513 127.235V142.621C761.623 142.709 752.494 132.95 751.249 128.114Z\" fill=\"#A7B4D7\"/>\n</g>\n</g>\n<g opacity=\"0.4\" filter=\"url(#filter25_d_67_1782)\">\n<path d=\"M472.238 22.0645H1066.67L1057.3 26.5026C1054.42 27.8657 1051.28 28.5728 1048.09 28.5728H490.812C487.628 28.5728 484.484 27.8657 481.607 26.5026L472.238 22.0645Z\" fill=\"black\"/>\n</g>\n<g opacity=\"0.68\" filter=\"url(#filter26_f_67_1782)\">\n<ellipse cx=\"42.437\" cy=\"5.39542\" rx=\"42.437\" ry=\"5.39542\" transform=\"matrix(-0.751171 -0.660108 -0.660108 0.751171 1484.31 86.5078)\" fill=\"white\"/>\n</g>\n</g>\n</g>\n</g>\n</g>\n<defs>\n<filter id=\"filter0_iiiiiii_67_1782\" x=\"1532.96\" y=\"1221.75\" width=\"22.2971\" height=\"247.594\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feMorphology radius=\"0.975821\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect1_innerShadow_67_1782\"/>\n<feOffset dx=\"-3.90329\"/>\n<feGaussianBlur stdDeviation=\"0.975821\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.2 0 0 0 0 0.290196 0 0 0 0 0.466667 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_1782\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1.46373\"/>\n<feGaussianBlur stdDeviation=\"0.487911\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.533333 0 0 0 0 0.588235 0 0 0 0 0.694118 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_67_1782\" result=\"effect2_innerShadow_67_1782\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"6.09631\"/>\n<feGaussianBlur stdDeviation=\"0.975821\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.2 0 0 0 0 0.290196 0 0 0 0 0.466667 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_innerShadow_67_1782\" result=\"effect3_innerShadow_67_1782\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"11.7099\"/>\n<feGaussianBlur stdDeviation=\"1.95164\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.533333 0 0 0 0 0.588235 0 0 0 0 0.694118 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect3_innerShadow_67_1782\" result=\"effect4_innerShadow_67_1782\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-11.7099\"/>\n<feGaussianBlur stdDeviation=\"1.95164\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.533333 0 0 0 0 0.588235 0 0 0 0 0.694118 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect4_innerShadow_67_1782\" result=\"effect5_innerShadow_67_1782\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"6.09888\"/>\n<feGaussianBlur stdDeviation=\"1.46373\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0.0156863 0 0 0 0 0.145098 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect5_innerShadow_67_1782\" result=\"effect6_innerShadow_67_1782\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-6.09888\"/>\n<feGaussianBlur stdDeviation=\"1.46373\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0.0156863 0 0 0 0 0.145098 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect6_innerShadow_67_1782\" result=\"effect7_innerShadow_67_1782\"/>\n</filter>\n<filter id=\"filter1_iiiiiii_67_1782\" x=\"1532.96\" y=\"578.439\" width=\"22.2971\" height=\"440.935\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feMorphology radius=\"0.975821\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect1_innerShadow_67_1782\"/>\n<feOffset dx=\"-3.90329\"/>\n<feGaussianBlur stdDeviation=\"0.975821\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.2 0 0 0 0 0.290196 0 0 0 0 0.466667 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_1782\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1.46373\"/>\n<feGaussianBlur stdDeviation=\"0.487911\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.533333 0 0 0 0 0.588235 0 0 0 0 0.694118 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_67_1782\" result=\"effect2_innerShadow_67_1782\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"6.09631\"/>\n<feGaussianBlur stdDeviation=\"0.975821\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.2 0 0 0 0 0.290196 0 0 0 0 0.466667 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_innerShadow_67_1782\" result=\"effect3_innerShadow_67_1782\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"11.7099\"/>\n<feGaussianBlur stdDeviation=\"1.95164\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.533333 0 0 0 0 0.588235 0 0 0 0 0.694118 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect3_innerShadow_67_1782\" result=\"effect4_innerShadow_67_1782\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-11.7099\"/>\n<feGaussianBlur stdDeviation=\"1.95164\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.533333 0 0 0 0 0.588235 0 0 0 0 0.694118 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect4_innerShadow_67_1782\" result=\"effect5_innerShadow_67_1782\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"6.09888\"/>\n<feGaussianBlur stdDeviation=\"1.46373\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0.0156863 0 0 0 0 0.145098 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect5_innerShadow_67_1782\" result=\"effect6_innerShadow_67_1782\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-6.09888\"/>\n<feGaussianBlur stdDeviation=\"1.46373\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0.0156863 0 0 0 0 0.145098 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect6_innerShadow_67_1782\" result=\"effect7_innerShadow_67_1782\"/>\n</filter>\n<filter id=\"filter2_ii_67_1782\" x=\"0.197388\" y=\"0\" width=\"1538.59\" height=\"3199.11\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feMorphology radius=\"5.85493\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect1_innerShadow_67_1782\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"1.95164\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.517647 0 0 0 0 0.631373 0 0 0 0 0.878431 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_1782\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feMorphology radius=\"2.92746\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect2_innerShadow_67_1782\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"1.46373\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0352941 0 0 0 0 0.137255 0 0 0 0 0.32549 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_67_1782\" result=\"effect2_innerShadow_67_1782\"/>\n</filter>\n<filter id=\"filter3_n_67_1782\" x=\"-114.205\" y=\"-26.8535\" width=\"1767.4\" height=\"3252.82\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feTurbulence type=\"fractalNoise\" baseFrequency=\"1.5657765865325928 1.5657765865325928\" stitchTiles=\"stitch\" numOctaves=\"3\" result=\"noise\" seed=\"539\" />\n<feColorMatrix in=\"noise\" type=\"luminanceToAlpha\" result=\"alphaNoise\" />\n<feComponentTransfer in=\"alphaNoise\" result=\"coloredNoise1\">\n<feFuncA type=\"discrete\" tableValues=\"0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \"/>\n</feComponentTransfer>\n<feComposite operator=\"in\" in2=\"shape\" in=\"coloredNoise1\" result=\"noise1Clipped\" />\n<feFlood flood-color=\"rgba(0, 0, 0, 0.22)\" result=\"color1Flood\" />\n<feComposite operator=\"in\" in2=\"noise1Clipped\" in=\"color1Flood\" result=\"color1\" />\n<feMerge result=\"effect1_noise_67_1782\">\n<feMergeNode in=\"shape\" />\n<feMergeNode in=\"color1\" />\n</feMerge>\n</filter>\n<filter id=\"filter4_f_67_1782\" x=\"-2.12392\" y=\"266.476\" width=\"38.5088\" height=\"26.7073\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.1612\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter5_f_67_1782\" x=\"-2.12392\" y=\"2915.4\" width=\"38.5088\" height=\"26.7073\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.1612\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter6_f_67_1782\" x=\"1502.42\" y=\"260.924\" width=\"38.5088\" height=\"26.7073\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.1612\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter7_f_67_1782\" x=\"556.008\" y=\"3.09752\" width=\"26.7066\" height=\"29.7034\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.1612\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter8_f_67_1782\" x=\"203.964\" y=\"3171.93\" width=\"26.7066\" height=\"29.7034\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.1612\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter9_f_67_1782\" x=\"1309.87\" y=\"3171.93\" width=\"26.7066\" height=\"29.7034\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.1612\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter10_di_67_1782\" x=\"16.2084\" y=\"16.2095\" width=\"1506.18\" height=\"3166.69\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feMorphology radius=\"2.92746\" operator=\"dilate\" in=\"SourceAlpha\" result=\"effect1_dropShadow_67_1782\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"1.46373\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.286275 0 0 0 0 0.380392 0 0 0 0 0.572549 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_67_1782\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_67_1782\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feMorphology radius=\"2.43955\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect2_innerShadow_67_1782\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"0.975821\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0588235 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect2_innerShadow_67_1782\"/>\n</filter>\n<filter id=\"filter11_f_67_1782\" x=\"753.103\" y=\"108.039\" width=\"32.0159\" height=\"32.0152\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.59363\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter12_f_67_1782\" x=\"754.618\" y=\"106.783\" width=\"33.3272\" height=\"33.3277\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.59363\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter13_f_67_1782\" x=\"753.066\" y=\"111.332\" width=\"30.8466\" height=\"30.8469\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"2.65606\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter14_f_67_1782\" x=\"754.362\" y=\"116.297\" width=\"15.403\" height=\"22.0934\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.06242\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter15_f_67_1782\" x=\"755.032\" y=\"118.803\" width=\"12.1845\" height=\"18.154\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.06242\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter16_f_67_1782\" x=\"760.364\" y=\"118.471\" width=\"15.1265\" height=\"18.2085\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.59363\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter17_f_67_1782\" x=\"755.583\" y=\"120.18\" width=\"16.22\" height=\"17.4136\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.59363\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter18_f_67_1782\" x=\"764.48\" y=\"113.319\" width=\"16.7631\" height=\"17.8532\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.06242\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter19_f_67_1782\" x=\"767.528\" y=\"116.934\" width=\"9.19915\" height=\"10.1227\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.06242\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter20_f_67_1782\" x=\"768.514\" y=\"116.297\" width=\"7.57342\" height=\"10.1227\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.06242\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter21_f_67_1782\" x=\"759.598\" y=\"111.848\" width=\"13.5914\" height=\"10.7459\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.531211\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter22_f_67_1782\" x=\"769.154\" y=\"111.022\" width=\"12.4067\" height=\"17.5524\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.06242\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter23_f_67_1782\" x=\"769.253\" y=\"111.871\" width=\"10.4843\" height=\"9.49774\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.06242\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter24_f_67_1782\" x=\"744.855\" y=\"100.843\" width=\"49.6037\" height=\"48.1723\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"3.19688\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter25_d_67_1782\" x=\"469.876\" y=\"22.0645\" width=\"599.154\" height=\"11.8227\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"2.95271\"/>\n<feGaussianBlur stdDeviation=\"1.18109\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.32 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_67_1782\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_67_1782\" result=\"shape\"/>\n</filter>\n<filter id=\"filter26_f_67_1782\" x=\"1412.89\" y=\"30.3369\" width=\"71.9638\" height=\"64.4218\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.95164\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<linearGradient id=\"paint0_linear_67_1782\" x1=\"769.493\" y1=\"0\" x2=\"769.493\" y2=\"3199.11\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#6E7FA8\"/>\n<stop offset=\"1\" stop-color=\"#212C4C\"/>\n</linearGradient>\n<linearGradient id=\"paint1_linear_67_1782\" x1=\"770.226\" y1=\"131.063\" x2=\"763.552\" y2=\"119.748\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#1C1A46\"/>\n<stop offset=\"1\" stop-color=\"#4540AC\" stop-opacity=\"0.62\"/>\n</linearGradient>\n<linearGradient id=\"paint2_linear_67_1782\" x1=\"768.44\" y1=\"117.137\" x2=\"773.835\" y2=\"127.929\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#030710\"/>\n<stop offset=\"1\" stop-color=\"#18072C\"/>\n</linearGradient>\n<radialGradient id=\"paint3_radial_67_1782\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(772.127 121.995) rotate(90) scale(2.93617 2.47478)\">\n<stop stop-color=\"#785AD9\"/>\n<stop offset=\"1\" stop-color=\"#2F1068\"/>\n</radialGradient>\n<radialGradient id=\"paint4_radial_67_1782\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(772.301 121.358) rotate(90) scale(2.93617 1.66189)\">\n<stop stop-color=\"#AD94FF\"/>\n<stop offset=\"1\" stop-color=\"#461E8F\"/>\n</radialGradient>\n<linearGradient id=\"paint5_linear_67_1782\" x1=\"762.342\" y1=\"113.984\" x2=\"764.982\" y2=\"121.619\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#030710\"/>\n<stop offset=\"1\" stop-color=\"#18072C\"/>\n</linearGradient>\n<linearGradient id=\"paint6_linear_67_1782\" x1=\"775.357\" y1=\"113.146\" x2=\"775.357\" y2=\"126.449\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#8A6BA1\"/>\n<stop offset=\"1\" stop-color=\"#3E0A45\"/>\n</linearGradient>\n<clipPath id=\"clip0_67_1782\">\n<rect x=\"0.197388\" width=\"1538.59\" height=\"3199.11\" rx=\"188.115\" fill=\"white\"/>\n</clipPath>\n<clipPath id=\"clip1_67_1782\">\n<rect x=\"22.0634\" y=\"22.0645\" width=\"1494.47\" height=\"3154.98\" rx=\"174.18\" fill=\"white\"/>\n</clipPath>\n<clipPath id=\"clip2_67_1782\">\n<rect x=\"730.349\" y=\"86.2031\" width=\"77.5568\" height=\"76.4944\" rx=\"38.2472\" fill=\"white\"/>\n</clipPath>\n</defs>\n<rect data-zone=\"screen-area\" x=\"11\" y=\"12\" width=\"334\" height=\"756\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-top\" x=\"11\" y=\"12\" width=\"334\" height=\"31\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-left\" x=\"11\" y=\"12\" width=\"0\" height=\"756\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-right\" x=\"345\" y=\"12\" width=\"0\" height=\"756\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"status-bar\" x=\"11\" y=\"12\" width=\"334\" height=\"23\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"volume-up\" data-side=\"left\" x=\"0\" y=\"66\" width=\"8\" height=\"5\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"volume-down\" data-side=\"left\" x=\"0\" y=\"711\" width=\"8\" height=\"5\" fill=\"none\" stroke=\"none\"/>\n</svg>`;\nconst SVG_STRING_SCALED = SVG_STRING\n .replace(/\\swidth=\"[^\"]*\"/, ' width=\"100%\"')\n .replace(/\\sheight=\"[^\"]*\"/, ' height=\"100%\"')\n .replace(/<svg\\b/, '<svg preserveAspectRatio=\"xMidYMid meet\" style=\"display:block\"');\n\nexport function GalaxyS25SVG({ style }: DeviceSVGProps) {\n return <div style={style} dangerouslySetInnerHTML={{ __html: SVG_STRING_SCALED }} />;\n}\nexport const GALAXY_S25_FRAME: DeviceFrameInfo = {\n \"bezelTop\": 12,\n \"bezelBottom\": 12,\n \"bezelLeft\": 12,\n \"bezelRight\": 16,\n \"totalWidth\": 388,\n \"totalHeight\": 804,\n \"screenWidth\": 360,\n \"screenHeight\": 780,\n \"screenRadius\": 42\n};\nexport const GALAXY_S25_SCREEN_RECT: SVGScreenRect = { \"x\": 48.1907, \"y\": 48.1895, \"width\": 1442.21, \"height\": 3102.73, \"rx\": 150.956 };\n","import type { CSSProperties } from \"react\";\nimport { jsx, jsxs } from \"react/jsx-runtime\";\nimport type { DeviceFrameInfo, DeviceLayoutData, DeviceMeta } from \"../contract-types.js\";\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport const GALAXY_S25_EDGE_META: DeviceMeta = {\n id: \"galaxy-s25-edge\",\n name: \"Galaxy S25 Edge\",\n platform: \"android\",\n year: 2025,\n formFactor: \"phone\",\n screen: {\n width: 382,\n height: 824,\n physicalWidth: 1440,\n physicalHeight: 3120,\n dpr: 3.75,\n aspectRatio: \"19.5:9\",\n cornerRadius: 42,\n ppi: 510\n }\n};\nexport const GALAXY_S25_EDGE_LAYOUT: DeviceLayoutData = {\n meta: GALAXY_S25_EDGE_META,\n safeArea: {\n portrait: { top: 32, bottom: 24, left: 0, right: 0 },\n landscape: { top: 0, bottom: 24, left: 32, right: 32 }\n },\n hardwareOverlays: {\n type: \"punch-hole\",\n portrait: {\n x: 187,\n // centered: (382 - 8) / 2 = 187\n y: 12,\n width: 8,\n height: 8,\n shape: \"circle\",\n cornerRadius: 4\n }\n },\n statusBar: {\n height: 32,\n style: \"fullwidth\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true\n },\n homeIndicator: {\n type: \"gestureline\",\n height: 5,\n width: 90,\n visible: true\n },\n hardwareButtons: {\n volumeUp: { side: \"right\", yPosition: 185 },\n volumeDown: { side: \"right\", yPosition: 220 },\n power: { side: \"right\", yPosition: 268 }\n }\n};\nexport function GalaxyS25EdgeSVG({ colorScheme = \"dark\", style }: DeviceSVGProps) {\n const frameColor = colorScheme === \"dark\" ? \"#1c1c1e\" : \"#e5e5e7\";\n const frameBorder = colorScheme === \"dark\" ? \"#3a3a3c\" : \"#c7c7cc\";\n const buttonColor = colorScheme === \"dark\" ? \"#2c2c2e\" : \"#d1d1d6\";\n const punchHoleColor = \"#000000\";\n const bezelSide = 8;\n const bezelTop = 14;\n const bezelBottom = 14;\n const screenW = 382;\n const screenH = 824;\n const totalW = screenW + bezelSide * 2;\n const totalH = screenH + bezelTop + bezelBottom;\n const cornerRadius = 42;\n const outerRadius = cornerRadius + 6;\n const screenRadius = cornerRadius;\n return /* @__PURE__ */ jsxs(\n \"svg\",\n {\n viewBox: `0 0 ${totalW} ${totalH}`,\n width: totalW,\n height: totalH,\n xmlns: \"http://www.w3.org/2000/svg\",\n style,\n children: [\n /* @__PURE__ */ jsxs(\"defs\", { children: [\n /* @__PURE__ */ jsxs(\"linearGradient\", { id: \"frame-gradient-galaxy-s25-edge\", x1: \"0\", y1: \"0\", x2: \"1\", y2: \"1\", children: [\n /* @__PURE__ */ jsx(\"stop\", { offset: \"0%\", stopColor: frameColor }),\n /* @__PURE__ */ jsx(\"stop\", { offset: \"50%\", stopColor: colorScheme === \"dark\" ? \"#262628\" : \"#ededef\" }),\n /* @__PURE__ */ jsx(\"stop\", { offset: \"100%\", stopColor: frameColor })\n ] }),\n /* @__PURE__ */ jsxs(\"mask\", { id: \"frame-screen-mask-galaxy-s25-edge\", children: [\n /* @__PURE__ */ jsx(\"rect\", { x: \"0\", y: \"0\", width: totalW, height: totalH, fill: \"white\" }),\n /* @__PURE__ */ jsx(\n \"rect\",\n {\n x: bezelSide,\n y: bezelTop,\n width: screenW,\n height: screenH,\n rx: screenRadius,\n ry: screenRadius,\n fill: \"black\"\n }\n )\n ] })\n ] }),\n /* @__PURE__ */ jsx(\n \"rect\",\n {\n x: \"0\",\n y: \"0\",\n width: totalW,\n height: totalH,\n rx: outerRadius,\n ry: outerRadius,\n fill: \"url(#frame-gradient-galaxy-s25-edge)\",\n stroke: frameBorder,\n strokeWidth: \"1.5\",\n mask: \"url(#frame-screen-mask-galaxy-s25-edge)\"\n }\n ),\n /* @__PURE__ */ jsx(\n \"rect\",\n {\n \"data-zone\": \"screen-area\",\n x: bezelSide,\n y: bezelTop,\n width: screenW,\n height: screenH,\n rx: screenRadius,\n ry: screenRadius,\n fill: \"none\"\n }\n ),\n /* @__PURE__ */ jsx(\n \"circle\",\n {\n \"data-zone\": \"hardware-overlay\",\n \"data-zone-type\": \"punch-hole-camera\",\n cx: bezelSide + screenW / 2,\n cy: bezelTop + 16,\n r: \"4\",\n fill: punchHoleColor\n }\n ),\n /* @__PURE__ */ jsx(\n \"rect\",\n {\n \"data-zone\": \"safe-area-top-inset\",\n x: bezelSide,\n y: bezelTop,\n width: screenW,\n height: \"32\",\n fill: \"transparent\"\n }\n ),\n /* @__PURE__ */ jsx(\n \"rect\",\n {\n \"data-zone\": \"safe-area-bottom-inset\",\n x: bezelSide,\n y: bezelTop + screenH - 24,\n width: screenW,\n height: \"24\",\n fill: \"transparent\"\n }\n ),\n /* @__PURE__ */ jsx(\n \"rect\",\n {\n \"data-zone\": \"status-bar\",\n \"data-zone-style\": \"punch-hole\",\n x: bezelSide,\n y: bezelTop,\n width: screenW,\n height: \"32\",\n fill: \"transparent\"\n }\n ),\n /* @__PURE__ */ jsx(\n \"rect\",\n {\n \"data-zone\": \"home-indicator\",\n \"data-zone-type\": \"gesture-bar\",\n x: bezelSide + (screenW - 90) / 2,\n y: bezelTop + screenH - 10,\n width: \"90\",\n height: \"3\",\n rx: \"1.5\",\n ry: \"1.5\",\n fill: \"rgba(255,255,255,0.25)\"\n }\n ),\n /* @__PURE__ */ jsx(\n \"rect\",\n {\n \"data-button\": \"volume-up\",\n \"data-side\": \"right\",\n x: totalW - 2,\n y: \"186\",\n width: \"3\",\n height: \"28\",\n rx: \"1.5\",\n fill: buttonColor\n }\n ),\n /* @__PURE__ */ jsx(\n \"rect\",\n {\n \"data-button\": \"volume-down\",\n \"data-side\": \"right\",\n x: totalW - 2,\n y: \"222\",\n width: \"3\",\n height: \"28\",\n rx: \"1.5\",\n fill: buttonColor\n }\n ),\n /* @__PURE__ */ jsx(\n \"rect\",\n {\n \"data-button\": \"power\",\n \"data-side\": \"right\",\n x: totalW - 2,\n y: \"272\",\n width: \"3\",\n height: \"36\",\n rx: \"1.5\",\n fill: buttonColor\n }\n ),\n /* @__PURE__ */ jsx(\n \"rect\",\n {\n x: (totalW - 24) / 2,\n y: totalH - 5,\n width: \"24\",\n height: \"4\",\n rx: \"2\",\n fill: colorScheme === \"dark\" ? \"#111\" : \"#bbb\"\n }\n )\n ]\n }\n );\n}\nexport const GALAXY_S25_EDGE_FRAME: DeviceFrameInfo = {\n bezelTop: 14,\n bezelBottom: 14,\n bezelLeft: 8,\n bezelRight: 8,\n totalWidth: 398,\n totalHeight: 852,\n screenWidth: 382,\n screenHeight: 824,\n screenRadius: 42\n};\n","import type { CSSProperties } from \"react\";\nimport type { DeviceFrameInfo, DeviceLayoutData, DeviceMeta, SVGScreenRect } from \"../contract-types.js\";\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport const GALAXY_S25_ULTRA_META: DeviceMeta = {\n id: \"galaxy-s25-ultra\",\n name: \"Galaxy S25 Ultra\",\n platform: \"android\",\n year: 2025,\n formFactor: \"phone\",\n screen: {\n width: 384,\n height: 824,\n physicalWidth: 1440,\n physicalHeight: 3088,\n dpr: 3.75,\n aspectRatio: \"19.5:9\",\n cornerRadius: 42,\n ppi: 505\n }\n};\nexport const GALAXY_S25_ULTRA_LAYOUT: DeviceLayoutData = {\n meta: GALAXY_S25_ULTRA_META,\n safeArea: {\n portrait: { top: 38, bottom: 24, left: 0, right: 0 },\n landscape: { top: 0, bottom: 24, left: 38, right: 38 }\n },\n hardwareOverlays: {\n type: \"punch-hole\",\n portrait: {\n x: 187,\n // centered: (384 - 10) / 2 = 187\n y: 12,\n width: 10,\n height: 10,\n shape: \"circle\",\n cornerRadius: 5\n }\n },\n statusBar: {\n height: 28,\n style: \"fullwidth\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true\n },\n homeIndicator: {\n type: \"gestureline\",\n height: 5,\n width: 90,\n visible: true\n },\n hardwareButtons: {\n volumeUp: { side: \"right\", yPosition: 190 },\n volumeDown: { side: \"right\", yPosition: 226 },\n power: { side: \"right\", yPosition: 276 }\n }\n};\nconst SVG_STRING = `<svg width=\"1763\" height=\"3681\" viewBox=\"0 0 1763 3681\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g filter=\"url(#filter0_iii_67_1920)\">\n<path d=\"M85.915 3669.4H222.825C222.825 3675.52 217.861 3680.48 211.739 3680.48H97.0008C90.8783 3680.48 85.915 3675.52 85.915 3669.4Z\" fill=\"#E8E3DD\"/>\n</g>\n<g filter=\"url(#filter1_iiiiiii_67_1920)\">\n<path d=\"M1762.64 702.026C1762.64 700.944 1761.76 700.066 1760.68 700.066H1748.78V1173.98H1760.68C1761.76 1173.98 1762.64 1173.11 1762.64 1172.02V702.026Z\" fill=\"#E8E3DD\"/>\n</g>\n<g filter=\"url(#filter2_iiiiiii_67_1920)\">\n<path d=\"M1762.64 1388.79C1762.64 1387.71 1761.76 1386.83 1760.68 1386.83H1748.78V1647.35H1760.68C1761.76 1647.35 1762.64 1646.47 1762.64 1645.39V1388.79Z\" fill=\"#E8E3DD\"/>\n</g>\n<g filter=\"url(#filter3_ii_67_1920)\">\n<g clip-path=\"url(#clip0_67_1920)\">\n<rect width=\"1751\" height=\"3672.17\" rx=\"113.075\" fill=\"url(#paint0_linear_67_1920)\"/>\n<g opacity=\"0.6\" filter=\"url(#filter4_n_67_1920)\" style=\"mix-blend-mode:hard-light\">\n<rect x=\"-72.3979\" y=\"-31.7891\" width=\"1121.34\" height=\"2111.58\" fill=\"#9E948A\"/>\n</g>\n<rect y=\"305.371\" width=\"38.4711\" height=\"25.0632\" fill=\"#A9A5A1\"/>\n<rect x=\"1712.53\" y=\"305.648\" width=\"38.4711\" height=\"25.0632\" fill=\"#C5C1BE\"/>\n<rect x=\"1712.53\" y=\"3340.3\" width=\"38.4711\" height=\"25.0632\" fill=\"#C5C1BE\"/>\n<rect x=\"587.487\" y=\"28.4648\" width=\"28.4669\" height=\"25.0632\" transform=\"rotate(-90 587.487 28.4648)\" fill=\"#D1CCC6\"/>\n<rect x=\"312.282\" y=\"3672.17\" width=\"28.4669\" height=\"25.0632\" transform=\"rotate(-90 312.282 3672.17)\" fill=\"#817C76\"/>\n<rect x=\"1446.3\" y=\"3672.17\" width=\"28.4669\" height=\"25.0632\" transform=\"rotate(-90 1446.3 3672.17)\" fill=\"#817C76\"/>\n<g filter=\"url(#filter5_ddi_67_1920)\">\n<g clip-path=\"url(#clip1_67_1920)\">\n<rect x=\"25.3706\" y=\"20.5078\" width=\"1699.45\" height=\"3630.04\" rx=\"90.9034\" fill=\"black\"/>\n<rect x=\"49.3301\" y=\"44.3438\" width=\"1651.78\" height=\"3582.37\" rx=\"73.1662\" fill=\"white\"/>\n<g clip-path=\"url(#clip2_67_1920)\">\n<circle cx=\"874.94\" cy=\"119.224\" r=\"37.9842\" fill=\"#101010\"/>\n<circle cx=\"874.941\" cy=\"119.226\" r=\"28.306\" fill=\"#010000\"/>\n<g filter=\"url(#filter6_f_67_1920)\">\n<circle cx=\"874.924\" cy=\"119.161\" r=\"12.6705\" fill=\"#82847A\" fill-opacity=\"0.78\"/>\n</g>\n<g filter=\"url(#filter7_f_67_1920)\">\n<circle cx=\"877.071\" cy=\"118.569\" r=\"13.3186\" fill=\"#0E0C10\"/>\n</g>\n<g filter=\"url(#filter8_f_67_1920)\">\n<circle cx=\"874.311\" cy=\"121.84\" r=\"9.99278\" fill=\"#1D1D45\" fill-opacity=\"0.91\"/>\n</g>\n<g filter=\"url(#filter9_f_67_1920)\">\n<path d=\"M865.211 113.951C865.395 113.697 865.574 113.6 865.712 113.6C865.537 113.712 865.37 113.829 865.211 113.951C864.78 114.548 864.325 116.006 864.325 119.081C864.325 124.563 867.033 126.742 870.005 128.261C872.977 129.78 874.958 131.299 872.052 131.233C869.146 131.167 864.391 128.525 863.467 126.016C862.576 123.599 861.073 117.139 865.211 113.951Z\" fill=\"#5F6351\" fill-opacity=\"0.5\"/>\n</g>\n<g filter=\"url(#filter10_f_67_1920)\">\n<path d=\"M864.716 116.375C864.829 116.168 864.946 116.084 865.039 116.08C864.925 116.174 864.818 116.273 864.716 116.375C864.45 116.862 864.203 118.032 864.328 120.466C864.549 124.805 866.457 126.438 868.515 127.538C870.574 128.639 871.967 129.773 870.011 129.82C868.056 129.868 864.753 127.94 864.031 125.985C863.335 124.102 862.064 119.04 864.716 116.375Z\" fill=\"#969C82\" fill-opacity=\"0.5\"/>\n</g>\n<g filter=\"url(#filter11_f_67_1920)\">\n<path d=\"M872.872 124.28C873.467 123.203 871.821 121.754 870.924 121.164C869.471 118.437 871.088 115.636 872.186 117.301C872.186 120.108 873.154 119.214 876.413 122.65C879.671 126.086 877.548 127.22 875.21 128.106C872.872 128.991 870.924 128.283 869.684 126.866C868.445 125.449 872.128 125.626 872.872 124.28Z\" fill=\"url(#paint1_linear_67_1920)\"/>\n</g>\n<g filter=\"url(#filter12_f_67_1920)\">\n<path d=\"M866.709 118.898C863.932 117.05 864.635 121.888 865.334 124.537C866.364 126.321 869.874 128.961 873.434 129.383C876.995 129.805 870.181 121.207 866.709 118.898Z\" fill=\"#263648\"/>\n</g>\n<g filter=\"url(#filter13_f_67_1920)\">\n<path d=\"M872.449 116.18C872.449 111.914 875.881 110.724 877.596 110.662C880.015 110.662 881.75 111.716 883.858 114.631C885.967 117.545 884.044 122.009 883.3 123.063C882.556 124.117 879.952 124.303 877.596 123.931C875.241 123.559 872.449 121.513 872.449 116.18Z\" fill=\"url(#paint2_linear_67_1920)\"/>\n</g>\n<g filter=\"url(#filter14_f_67_1920)\">\n<path d=\"M875.464 116.458C875.464 114.988 876.141 114.363 876.48 114.234C880.688 114.234 880.349 116.458 880.349 117.329C880.349 118.2 879.672 120.038 877.689 120.038C875.706 120.038 875.464 118.297 875.464 116.458Z\" fill=\"url(#paint3_radial_67_1920)\" fill-opacity=\"0.86\"/>\n</g>\n<g filter=\"url(#filter15_f_67_1920)\">\n<path d=\"M876.438 115.824C876.438 114.353 876.893 113.728 877.12 113.6C879.946 113.6 879.718 115.824 879.718 116.695C879.718 117.566 879.264 119.403 877.932 119.403C876.6 119.403 876.438 117.662 876.438 115.824Z\" fill=\"url(#paint4_radial_67_1920)\" fill-opacity=\"0.5\"/>\n</g>\n<g filter=\"url(#filter16_f_67_1920)\">\n<path d=\"M866.708 115.201C867.056 112.493 870.433 109.655 872.077 108.575C877.446 107.27 877.591 109.3 877.881 110.606C878.172 111.912 876.14 112.88 874.786 111.912C873.432 110.945 872.077 111.38 869.465 113.363C866.854 115.346 866.273 118.587 866.708 115.201Z\" fill=\"url(#paint5_linear_67_1920)\"/>\n</g>\n<g filter=\"url(#filter17_f_67_1920)\">\n<path d=\"M881.677 114.471C880.404 112.469 878.075 110.414 877.07 109.637C877.468 106.737 881.677 109.637 883.213 110.831C884.748 112.025 885.601 115.893 884.862 119.475C884.122 123.058 883.213 121.238 883.213 119.475C883.213 117.712 883.269 116.973 881.677 114.471Z\" fill=\"url(#paint6_linear_67_1920)\"/>\n</g>\n<g filter=\"url(#filter18_f_67_1920)\">\n<path d=\"M880.713 111.558C879.681 110.827 877.92 110.202 877.168 109.98C877.215 108.649 880.335 109.42 881.484 109.762C882.633 110.103 883.522 111.71 883.293 113.384C883.065 115.059 882.297 114.364 882.16 113.585C882.022 112.805 882.003 112.471 880.713 111.558Z\" fill=\"#B69DC9\" fill-opacity=\"0.5\"/>\n</g>\n<g filter=\"url(#filter19_f_67_1920)\" style=\"mix-blend-mode:hard-light\">\n<path d=\"M874.542 121.225L873.347 103.629C888.465 98.6762 893.187 111.92 893.658 119.161L874.542 121.225Z\" fill=\"#A7B4D7\"/>\n<path d=\"M857.272 123.18L873.347 122.311V137.517C867.525 137.604 858.503 127.959 857.272 123.18Z\" fill=\"#A7B4D7\"/>\n</g>\n</g>\n<g opacity=\"0.4\" filter=\"url(#filter20_d_67_1920)\">\n<path d=\"M537.445 20.5078H1212.74L1202.1 25.5498C1198.83 27.0983 1195.26 27.9016 1191.64 27.9016H558.546C554.929 27.9016 551.357 27.0983 548.088 25.5498L537.445 20.5078Z\" fill=\"black\"/>\n</g>\n<g filter=\"url(#filter21_f_67_1920)\">\n<ellipse cx=\"53.8887\" cy=\"46.9638\" rx=\"48.2104\" ry=\"6.12945\" transform=\"rotate(-41.3081 53.8887 46.9638)\" fill=\"#AEACAF\"/>\n</g>\n</g>\n</g>\n</g>\n</g>\n<defs>\n<filter id=\"filter0_iii_67_1920\" x=\"80.7047\" y=\"3668.57\" width=\"144.614\" height=\"11.9174\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feMorphology radius=\"2.77145\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect1_innerShadow_67_1920\"/>\n<feOffset dy=\"-0.831434\"/>\n<feGaussianBlur stdDeviation=\"1.66287\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.466667 0 0 0 0 0.447059 0 0 0 0 0.431373 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_1920\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"2.4943\" dy=\"-0.831434\"/>\n<feGaussianBlur stdDeviation=\"1.94001\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0 0.254902 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_67_1920\" result=\"effect2_innerShadow_67_1920\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-5.26575\" dy=\"-0.831434\"/>\n<feGaussianBlur stdDeviation=\"2.60516\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0 0.254902 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_innerShadow_67_1920\" result=\"effect3_innerShadow_67_1920\"/>\n</filter>\n<filter id=\"filter1_iiiiiii_67_1920\" x=\"1745.46\" y=\"695.632\" width=\"19.4003\" height=\"482.787\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feMorphology radius=\"1.10858\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect1_innerShadow_67_1920\"/>\n<feOffset dx=\"-4.43431\"/>\n<feGaussianBlur stdDeviation=\"1.10858\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.929412 0 0 0 0 0.909804 0 0 0 0 0.894118 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_1920\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1.66287\"/>\n<feGaussianBlur stdDeviation=\"0.554289\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.776471 0 0 0 0 0.760784 0 0 0 0 0.74902 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_67_1920\" result=\"effect2_innerShadow_67_1920\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"4.15717\"/>\n<feGaussianBlur stdDeviation=\"1.10858\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.443137 0 0 0 0 0.423529 0 0 0 0 0.4 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_innerShadow_67_1920\" result=\"effect3_innerShadow_67_1920\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"13.3029\"/>\n<feGaussianBlur stdDeviation=\"2.21716\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.992157 0 0 0 0 0.996078 0 0 0 0 0.976471 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect3_innerShadow_67_1920\" result=\"effect4_innerShadow_67_1920\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-13.3029\"/>\n<feGaussianBlur stdDeviation=\"2.21716\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.992157 0 0 0 0 0.996078 0 0 0 0 0.976471 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect4_innerShadow_67_1920\" result=\"effect5_innerShadow_67_1920\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"6.92862\"/>\n<feGaussianBlur stdDeviation=\"1.66287\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.443137 0 0 0 0 0.423529 0 0 0 0 0.4 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect5_innerShadow_67_1920\" result=\"effect6_innerShadow_67_1920\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-6.92862\"/>\n<feGaussianBlur stdDeviation=\"1.66287\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.443137 0 0 0 0 0.423529 0 0 0 0 0.4 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect6_innerShadow_67_1920\" result=\"effect7_innerShadow_67_1920\"/>\n</filter>\n<filter id=\"filter2_iiiiiii_67_1920\" x=\"1745.46\" y=\"1382.4\" width=\"19.4003\" height=\"269.384\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feMorphology radius=\"1.10858\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect1_innerShadow_67_1920\"/>\n<feOffset dx=\"-4.43431\"/>\n<feGaussianBlur stdDeviation=\"1.10858\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.929412 0 0 0 0 0.909804 0 0 0 0 0.894118 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_1920\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1.66287\"/>\n<feGaussianBlur stdDeviation=\"0.554289\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.776471 0 0 0 0 0.760784 0 0 0 0 0.74902 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_67_1920\" result=\"effect2_innerShadow_67_1920\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"4.15717\"/>\n<feGaussianBlur stdDeviation=\"1.10858\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.443137 0 0 0 0 0.423529 0 0 0 0 0.4 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_innerShadow_67_1920\" result=\"effect3_innerShadow_67_1920\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"13.3029\"/>\n<feGaussianBlur stdDeviation=\"2.21716\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.992157 0 0 0 0 0.996078 0 0 0 0 0.976471 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect3_innerShadow_67_1920\" result=\"effect4_innerShadow_67_1920\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-13.3029\"/>\n<feGaussianBlur stdDeviation=\"2.21716\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.992157 0 0 0 0 0.996078 0 0 0 0 0.976471 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect4_innerShadow_67_1920\" result=\"effect5_innerShadow_67_1920\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"6.92862\"/>\n<feGaussianBlur stdDeviation=\"1.66287\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.443137 0 0 0 0 0.423529 0 0 0 0 0.4 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect5_innerShadow_67_1920\" result=\"effect6_innerShadow_67_1920\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-6.92862\"/>\n<feGaussianBlur stdDeviation=\"1.66287\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.443137 0 0 0 0 0.423529 0 0 0 0 0.4 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect6_innerShadow_67_1920\" result=\"effect7_innerShadow_67_1920\"/>\n</filter>\n<filter id=\"filter3_ii_67_1920\" x=\"0\" y=\"0\" width=\"1751\" height=\"3672.17\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feMorphology radius=\"6.65147\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect1_innerShadow_67_1920\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"2.21716\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.980392 0 0 0 0 0.964706 0 0 0 0 0.952941 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_1920\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feMorphology radius=\"3.32574\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect2_innerShadow_67_1920\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"1.66287\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.466667 0 0 0 0 0.447059 0 0 0 0 0.431373 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_67_1920\" result=\"effect2_innerShadow_67_1920\"/>\n</filter>\n<filter id=\"filter4_n_67_1920\" x=\"-72.3979\" y=\"-31.7891\" width=\"1121.34\" height=\"2111.58\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feTurbulence type=\"fractalNoise\" baseFrequency=\"1.6337312459945679 1.6337312459945679\" stitchTiles=\"stitch\" numOctaves=\"3\" result=\"noise\" seed=\"539\" />\n<feColorMatrix in=\"noise\" type=\"luminanceToAlpha\" result=\"alphaNoise\" />\n<feComponentTransfer in=\"alphaNoise\" result=\"coloredNoise1\">\n<feFuncA type=\"discrete\" tableValues=\"0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \"/>\n</feComponentTransfer>\n<feComposite operator=\"in\" in2=\"shape\" in=\"coloredNoise1\" result=\"noise1Clipped\" />\n<feFlood flood-color=\"rgba(0, 0, 0, 0.22)\" result=\"color1Flood\" />\n<feComposite operator=\"in\" in2=\"noise1Clipped\" in=\"color1Flood\" result=\"color1\" />\n<feMerge result=\"effect1_noise_67_1920\">\n<feMergeNode in=\"shape\" />\n<feMergeNode in=\"color1\" />\n</feMerge>\n</filter>\n<filter id=\"filter5_ddi_67_1920\" x=\"18.7191\" y=\"13.8563\" width=\"1712.75\" height=\"3643.34\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feMorphology radius=\"0.554289\" operator=\"dilate\" in=\"SourceAlpha\" result=\"effect1_dropShadow_67_1920\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"1.10858\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0352941 0 0 0 0 0.0235294 0 0 0 0 0.00784314 0 0 0 0.8 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_67_1920\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feMorphology radius=\"3.32574\" operator=\"dilate\" in=\"SourceAlpha\" result=\"effect2_dropShadow_67_1920\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"1.66287\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.980392 0 0 0 0 0.964706 0 0 0 0 0.952941 0 0 0 0.6 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_dropShadow_67_1920\" result=\"effect2_dropShadow_67_1920\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect2_dropShadow_67_1920\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feMorphology radius=\"2.77145\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect3_innerShadow_67_1920\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"1.10858\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect3_innerShadow_67_1920\"/>\n</filter>\n<filter id=\"filter6_f_67_1920\" x=\"859.104\" y=\"103.34\" width=\"31.6412\" height=\"31.6417\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.57497\" result=\"effect1_foregroundBlur_67_1920\"/>\n</filter>\n<filter id=\"filter7_f_67_1920\" x=\"860.602\" y=\"102.1\" width=\"32.9371\" height=\"32.9366\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.57497\" result=\"effect1_foregroundBlur_67_1920\"/>\n</filter>\n<filter id=\"filter8_f_67_1920\" x=\"859.068\" y=\"106.598\" width=\"30.4852\" height=\"30.4862\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"2.62496\" result=\"effect1_foregroundBlur_67_1920\"/>\n</filter>\n<filter id=\"filter9_f_67_1920\" x=\"860.352\" y=\"111.5\" width=\"15.2224\" height=\"21.8347\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.04998\" result=\"effect1_foregroundBlur_67_1920\"/>\n</filter>\n<filter id=\"filter10_f_67_1920\" x=\"861.008\" y=\"113.98\" width=\"12.0417\" height=\"17.9421\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.04998\" result=\"effect1_foregroundBlur_67_1920\"/>\n</filter>\n<filter id=\"filter11_f_67_1920\" x=\"866.282\" y=\"113.651\" width=\"14.9493\" height=\"17.9952\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.57497\" result=\"effect1_foregroundBlur_67_1920\"/>\n</filter>\n<filter id=\"filter12_f_67_1920\" x=\"861.556\" y=\"115.338\" width=\"16.0299\" height=\"17.2101\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.57497\" result=\"effect1_foregroundBlur_67_1920\"/>\n</filter>\n<filter id=\"filter13_f_67_1920\" x=\"870.349\" y=\"108.562\" width=\"16.5666\" height=\"17.6452\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.04998\" result=\"effect1_foregroundBlur_67_1920\"/>\n</filter>\n<filter id=\"filter14_f_67_1920\" x=\"873.364\" y=\"112.134\" width=\"9.09153\" height=\"10.0027\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.04998\" result=\"effect1_foregroundBlur_67_1920\"/>\n</filter>\n<filter id=\"filter15_f_67_1920\" x=\"874.338\" y=\"111.5\" width=\"7.4846\" height=\"10.0027\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.04998\" result=\"effect1_foregroundBlur_67_1920\"/>\n</filter>\n<filter id=\"filter16_f_67_1920\" x=\"865.527\" y=\"107.104\" width=\"13.432\" height=\"10.6195\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.524992\" result=\"effect1_foregroundBlur_67_1920\"/>\n</filter>\n<filter id=\"filter17_f_67_1920\" x=\"874.97\" y=\"106.289\" width=\"12.2615\" height=\"17.3464\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.04998\" result=\"effect1_foregroundBlur_67_1920\"/>\n</filter>\n<filter id=\"filter18_f_67_1920\" x=\"875.068\" y=\"107.129\" width=\"10.3616\" height=\"9.38548\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.04998\" result=\"effect1_foregroundBlur_67_1920\"/>\n</filter>\n<filter id=\"filter19_f_67_1920\" x=\"850.954\" y=\"96.228\" width=\"49.0231\" height=\"47.6085\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"3.15945\" result=\"effect1_foregroundBlur_67_1920\"/>\n</filter>\n<filter id=\"filter20_d_67_1920\" x=\"534.761\" y=\"20.5078\" width=\"680.667\" height=\"13.4325\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"3.35442\"/>\n<feGaussianBlur stdDeviation=\"1.34177\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.32 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_67_1920\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_67_1920\" result=\"shape\"/>\n</filter>\n<filter id=\"filter21_f_67_1920\" x=\"13.0115\" y=\"10.3704\" width=\"81.7544\" height=\"73.187\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"2.21716\" result=\"effect1_foregroundBlur_67_1920\"/>\n</filter>\n<linearGradient id=\"paint0_linear_67_1920\" x1=\"875.5\" y1=\"0\" x2=\"875.5\" y2=\"3672.17\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#E8E3DD\"/>\n<stop offset=\"1\" stop-color=\"#95908C\"/>\n</linearGradient>\n<linearGradient id=\"paint1_linear_67_1920\" x1=\"876.028\" y1=\"126.095\" x2=\"869.432\" y2=\"114.913\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#1C1A46\"/>\n<stop offset=\"1\" stop-color=\"#4540AC\" stop-opacity=\"0.62\"/>\n</linearGradient>\n<linearGradient id=\"paint2_linear_67_1920\" x1=\"874.263\" y1=\"112.336\" x2=\"879.595\" y2=\"123.001\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#030710\"/>\n<stop offset=\"1\" stop-color=\"#18072C\"/>\n</linearGradient>\n<radialGradient id=\"paint3_radial_67_1920\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(877.91 117.136) rotate(90) scale(2.90179 2.44581)\">\n<stop stop-color=\"#785AD9\"/>\n<stop offset=\"1\" stop-color=\"#2F1068\"/>\n</radialGradient>\n<radialGradient id=\"paint4_radial_67_1920\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(878.08 116.501) rotate(90) scale(2.90179 1.64243)\">\n<stop stop-color=\"#AD94FF\"/>\n<stop offset=\"1\" stop-color=\"#461E8F\"/>\n</radialGradient>\n<linearGradient id=\"paint5_linear_67_1920\" x1=\"868.239\" y1=\"109.215\" x2=\"870.848\" y2=\"116.761\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#030710\"/>\n<stop offset=\"1\" stop-color=\"#18072C\"/>\n</linearGradient>\n<linearGradient id=\"paint6_linear_67_1920\" x1=\"881.101\" y1=\"108.389\" x2=\"881.101\" y2=\"121.535\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#8A6BA1\"/>\n<stop offset=\"1\" stop-color=\"#3E0A45\"/>\n</linearGradient>\n<clipPath id=\"clip0_67_1920\">\n<rect width=\"1751\" height=\"3672.17\" rx=\"113.075\" fill=\"white\"/>\n</clipPath>\n<clipPath id=\"clip1_67_1920\">\n<rect x=\"25.3706\" y=\"20.5078\" width=\"1699.45\" height=\"3630.04\" rx=\"90.9034\" fill=\"white\"/>\n</clipPath>\n<clipPath id=\"clip2_67_1920\">\n<rect x=\"836.618\" y=\"81.7598\" width=\"76.6488\" height=\"75.5988\" rx=\"37.7994\" fill=\"white\"/>\n</clipPath>\n</defs>\n<rect data-zone=\"screen-area\" x=\"11\" y=\"10\" width=\"360\" height=\"802\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-top\" x=\"11\" y=\"10\" width=\"360\" height=\"31\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-left\" x=\"11\" y=\"10\" width=\"0\" height=\"802\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-right\" x=\"370\" y=\"10\" width=\"0\" height=\"802\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"status-bar\" x=\"11\" y=\"10\" width=\"360\" height=\"23\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"volume-up\" data-side=\"left\" x=\"0\" y=\"68\" width=\"8\" height=\"6\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"power\" data-side=\"right\" x=\"373\" y=\"68\" width=\"8\" height=\"6\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"camera\" data-side=\"right\" x=\"373\" y=\"748\" width=\"8\" height=\"6\" fill=\"none\" stroke=\"none\"/>\n</svg>`;\nconst SVG_STRING_SCALED = SVG_STRING\n .replace(/\\swidth=\"[^\"]*\"/, ' width=\"100%\"')\n .replace(/\\sheight=\"[^\"]*\"/, ' height=\"100%\"')\n .replace(/<svg\\b/, '<svg preserveAspectRatio=\"xMidYMid meet\" style=\"display:block\"');\n\nexport function GalaxyS25UltraSVG({ style }: DeviceSVGProps) {\n return <div style={style} dangerouslySetInnerHTML={{ __html: SVG_STRING_SCALED }} />;\n}\nexport const GALAXY_S25_ULTRA_FRAME: DeviceFrameInfo = {\n \"bezelTop\": 10,\n \"bezelBottom\": 13,\n \"bezelLeft\": 11,\n \"bezelRight\": 14,\n \"totalWidth\": 409,\n \"totalHeight\": 847,\n \"screenWidth\": 384,\n \"screenHeight\": 824,\n \"screenRadius\": 42\n};\nexport const GALAXY_S25_ULTRA_SCREEN_RECT: SVGScreenRect = { \"x\": 49.3301, \"y\": 44.3438, \"width\": 1651.78, \"height\": 3582.37, \"rx\": 73.1662 };\n","import type { CSSProperties } from \"react\";\nimport type { DeviceFrameInfo, DeviceLayoutData, DeviceMeta, SVGScreenRect } from \"../contract-types.js\";\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport const PIXEL_9_PRO_META: DeviceMeta = {\n id: \"pixel-9-pro\",\n name: \"Pixel 9 Pro\",\n platform: \"android\",\n year: 2024,\n formFactor: \"phone\",\n screen: {\n width: 393,\n height: 851,\n physicalWidth: 1080,\n physicalHeight: 2340,\n dpr: 3,\n aspectRatio: \"19.5:9\",\n cornerRadius: 48,\n ppi: 423\n }\n};\nexport const PIXEL_9_PRO_LAYOUT: DeviceLayoutData = {\n meta: PIXEL_9_PRO_META,\n safeArea: {\n portrait: { top: 32, bottom: 24, left: 0, right: 0 },\n landscape: { top: 0, bottom: 24, left: 32, right: 32 }\n },\n hardwareOverlays: {\n type: \"punch-hole\",\n portrait: {\n x: 192,\n // centered: (393 - 10) / 2 ~ 192\n y: 12,\n width: 10,\n height: 10,\n shape: \"circle\",\n cornerRadius: 5\n }\n },\n statusBar: {\n height: 32,\n style: \"fullwidth\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true\n },\n homeIndicator: {\n type: \"gestureline\",\n height: 5,\n width: 90,\n visible: true\n },\n hardwareButtons: {\n volumeUp: { side: \"left\", yPosition: 185 },\n volumeDown: { side: \"left\", yPosition: 220 },\n power: { side: \"right\", yPosition: 205 }\n }\n};\nconst SVG_STRING = `<svg width=\"725\" height=\"1528\" viewBox=\"0 0 725 1528\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<defs>\n<mask id=\"screen-cutout\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"-110\" width=\"730\" height=\"1600\">\n<rect x=\"0\" y=\"-110\" width=\"730\" height=\"1600\" fill=\"white\"/>\n<rect x=\"33.75\" y=\"-73.533\" width=\"652.5\" height=\"1460.5\" rx=\"90\" ry=\"90\" fill=\"black\"/>\n</mask>\n</defs>\n <g transform=\"translate(0 107.28)\">\n <g fill=\"#3e3e3e\">\n <rect x=\"715\" y=\"308.22\" width=\"10\" height=\"120\" rx=\"5\" ry=\"5\" opacity=\".301\"/>\n <rect x=\"715\" y=\"498.22\" width=\"10\" height=\"220\" rx=\"4.3333\" ry=\"5\" opacity=\".301\"/>\n <rect x=\"715\" y=\"308.22\" width=\"10\" height=\"120\" rx=\"5\" ry=\"5\"/>\n <rect x=\"715\" y=\"498.22\" width=\"10\" height=\"220\" rx=\"4.3333\" ry=\"5\"/>\n </g>\n <rect x=\"6.25\" y=\"-101.03\" width=\"707.5\" height=\"1515.5\" rx=\"115\" ry=\"115\" fill=\"#333\" stroke=\"#525252\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"12.5\" mask=\"url(#screen-cutout)\"/>\n <g fill=\"none\" stroke=\"#000\" stroke-opacity=\".2\" stroke-width=\"12.5\">\n <path d=\"m713.75 130.72v15\"/>\n <path d=\"m6.25 130.72v15\"/>\n <path d=\"m437.5 1414.5h15\"/>\n <path d=\"m352.5-101.03h15\"/>\n <path d=\"m713.75 1253.2v15\"/>\n <path d=\"m6.25 1253.2v15\"/>\n </g>\n <rect x=\"33.75\" y=\"-73.533\" width=\"652.5\" height=\"1460.5\" rx=\"90\" ry=\"90\" fill=\"none\"/>\n <circle cx=\"360\" cy=\"-20.533\" r=\"24\" fill=\"#333\"/>\n <circle cx=\"360\" cy=\"-20.533\" r=\"15\" fill=\"#08f\" fill-opacity=\".13333\"/>\n </g>\n<rect data-zone=\"screen-area\" x=\"33.75\" y=\"33.747\" width=\"652.5\" height=\"1460.5\" rx=\"90\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"hardware-overlay\" data-type=\"punch-hole\" cx=\"360\" cy=\"86.747\" r=\"24\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-top\" x=\"33.75\" y=\"33.747\" width=\"652.5\" height=\"46\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-bottom\" x=\"33.75\" y=\"1459\" width=\"652.5\" height=\"35\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"status-bar\" x=\"33.75\" y=\"33.747\" width=\"652.5\" height=\"46\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"power\" data-side=\"right\" x=\"715\" y=\"415.5\" width=\"10\" height=\"120\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"volume-up\" data-side=\"right\" x=\"715\" y=\"605.5\" width=\"10\" height=\"220\" fill=\"none\" stroke=\"none\"/>\n</svg>`;\nconst SVG_STRING_SCALED = SVG_STRING\n .replace(/\\swidth=\"[^\"]*\"/, ' width=\"100%\"')\n .replace(/\\sheight=\"[^\"]*\"/, ' height=\"100%\"')\n .replace(/<svg\\b/, '<svg preserveAspectRatio=\"xMidYMid meet\" style=\"display:block\"');\n\nexport function Pixel9ProSVG({ style }: DeviceSVGProps) {\n return <div style={style} dangerouslySetInnerHTML={{ __html: SVG_STRING_SCALED }} />;\n}\nexport const PIXEL_9_PRO_FRAME: DeviceFrameInfo = {\n \"bezelTop\": 20,\n \"bezelBottom\": 20,\n \"bezelLeft\": 20,\n \"bezelRight\": 23,\n \"totalWidth\": 436,\n \"totalHeight\": 891,\n \"screenWidth\": 393,\n \"screenHeight\": 851,\n \"screenRadius\": 54\n};\nexport const PIXEL_9_PRO_SCREEN_RECT: SVGScreenRect = { \"x\": 33.75, \"y\": 33.747, \"width\": 652.5, \"height\": 1460.5, \"rx\": 90 };\n","import type { CSSProperties } from \"react\";\nimport type { DeviceFrameInfo, DeviceLayoutData, DeviceMeta, SVGScreenRect } from \"../contract-types.js\";\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport const PIXEL_9_PRO_XL_META: DeviceMeta = {\n id: \"pixel-9-pro-xl\",\n name: \"Pixel 9 Pro XL\",\n platform: \"android\",\n year: 2024,\n formFactor: \"phone\",\n screen: {\n width: 448,\n height: 968,\n physicalWidth: 1344,\n physicalHeight: 2904,\n dpr: 3,\n aspectRatio: \"19.5:9\",\n cornerRadius: 48,\n ppi: 486\n }\n};\nexport const PIXEL_9_PRO_XL_LAYOUT: DeviceLayoutData = {\n meta: PIXEL_9_PRO_XL_META,\n safeArea: {\n portrait: { top: 32, bottom: 24, left: 0, right: 0 },\n landscape: { top: 0, bottom: 24, left: 32, right: 32 }\n },\n hardwareOverlays: {\n type: \"punch-hole\",\n portrait: {\n x: 219,\n // centered: (448 - 11) / 2 ~ 219\n y: 12,\n width: 11,\n height: 11,\n shape: \"circle\",\n cornerRadius: 5.5\n }\n },\n statusBar: {\n height: 32,\n style: \"fullwidth\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true\n },\n homeIndicator: {\n type: \"gestureline\",\n height: 5,\n width: 90,\n visible: true\n },\n hardwareButtons: {\n volumeUp: { side: \"left\", yPosition: 195 },\n volumeDown: { side: \"left\", yPosition: 235 },\n power: { side: \"right\", yPosition: 215 }\n }\n};\nconst SVG_STRING = `<svg width=\"725\" height=\"1528\" viewBox=\"0 0 725 1528\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<defs>\n<mask id=\"screen-cutout\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"-110\" width=\"730\" height=\"1600\">\n<rect x=\"0\" y=\"-110\" width=\"730\" height=\"1600\" fill=\"white\"/>\n<rect x=\"33.75\" y=\"-73.533\" width=\"652.5\" height=\"1460.5\" rx=\"90\" ry=\"90\" fill=\"black\"/>\n</mask>\n</defs>\n <g transform=\"translate(0 107.28)\">\n <g fill=\"#f6f2ed\">\n <rect x=\"715\" y=\"308.22\" width=\"10\" height=\"120\" rx=\"5\" ry=\"5\"/>\n <rect x=\"715\" y=\"498.22\" width=\"10\" height=\"220\" rx=\"4.3333\" ry=\"5\"/>\n <rect x=\"715\" y=\"308.22\" width=\"10\" height=\"120\" rx=\"5\" ry=\"5\"/>\n <rect x=\"715\" y=\"498.22\" width=\"10\" height=\"220\" rx=\"4.3333\" ry=\"5\"/>\n </g>\n <rect x=\"6.25\" y=\"-101.03\" width=\"707.5\" height=\"1515.5\" rx=\"115\" ry=\"115\" fill=\"#333\" stroke=\"#faf7f4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"12.5\" mask=\"url(#screen-cutout)\"/>\n <g fill=\"none\" stroke=\"#000\" stroke-opacity=\".2\" stroke-width=\"12.5\">\n <path d=\"m713.75 130.72v15\"/>\n <path d=\"m6.25 130.72v15\"/>\n <path d=\"m437.5 1414.5h15\"/>\n <path d=\"m352.5-101.03h15\"/>\n <path d=\"m713.75 1253.2v15\"/>\n <path d=\"m6.25 1253.2v15\"/>\n </g>\n <rect x=\"33.75\" y=\"-73.533\" width=\"652.5\" height=\"1460.5\" rx=\"90\" ry=\"90\" fill=\"none\"/>\n <circle cx=\"360\" cy=\"-20.533\" r=\"24\" fill=\"#333\"/>\n <circle cx=\"360\" cy=\"-20.533\" r=\"15\" fill=\"#08f\" fill-opacity=\".13333\"/>\n </g>\n<rect data-zone=\"screen-area\" x=\"33.75\" y=\"33.747\" width=\"652.5\" height=\"1460.5\" rx=\"90\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"hardware-overlay\" data-type=\"punch-hole\" cx=\"360\" cy=\"86.747\" r=\"24\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-top\" x=\"33.75\" y=\"33.747\" width=\"652.5\" height=\"46\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-bottom\" x=\"33.75\" y=\"1459\" width=\"652.5\" height=\"35\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"status-bar\" x=\"33.75\" y=\"33.747\" width=\"652.5\" height=\"46\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"power\" data-side=\"right\" x=\"715\" y=\"415.5\" width=\"10\" height=\"120\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"volume-up\" data-side=\"right\" x=\"715\" y=\"605.5\" width=\"10\" height=\"220\" fill=\"none\" stroke=\"none\"/>\n</svg>`;\nconst SVG_STRING_SCALED = SVG_STRING\n .replace(/\\swidth=\"[^\"]*\"/, ' width=\"100%\"')\n .replace(/\\sheight=\"[^\"]*\"/, ' height=\"100%\"')\n .replace(/<svg\\b/, '<svg preserveAspectRatio=\"xMidYMid meet\" style=\"display:block\"');\n\nexport function Pixel9ProXLSVG({ style }: DeviceSVGProps) {\n return <div style={style} dangerouslySetInnerHTML={{ __html: SVG_STRING_SCALED }} />;\n}\nexport const PIXEL_9_PRO_XL_FRAME: DeviceFrameInfo = {\n \"bezelTop\": 23,\n \"bezelBottom\": 23,\n \"bezelLeft\": 23,\n \"bezelRight\": 27,\n \"totalWidth\": 498,\n \"totalHeight\": 1014,\n \"screenWidth\": 448,\n \"screenHeight\": 968,\n \"screenRadius\": 62\n};\nexport const PIXEL_9_PRO_XL_SCREEN_RECT: SVGScreenRect = { \"x\": 33.75, \"y\": 33.747, \"width\": 652.5, \"height\": 1460.5, \"rx\": 90 };\n","import type { CSSProperties } from \"react\";\nimport type { DeviceFrameInfo, DeviceLayoutData, DeviceMeta, SVGScreenRect } from \"../contract-types.js\";\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport const GALAXY_Z_FOLD_7_META: DeviceMeta = {\n id: \"galaxy-z-fold-7\",\n name: \"Galaxy Z Fold 7\",\n platform: \"android\",\n year: 2025,\n formFactor: \"foldable\",\n screen: {\n width: 374,\n height: 870,\n physicalWidth: 1080,\n physicalHeight: 2520,\n dpr: 2.89,\n aspectRatio: \"21:9\",\n cornerRadius: 6,\n ppi: 405\n }\n};\nexport const GALAXY_Z_FOLD_7_LAYOUT: DeviceLayoutData = {\n meta: GALAXY_Z_FOLD_7_META,\n safeArea: {\n portrait: { top: 32, bottom: 24, left: 0, right: 0 },\n landscape: { top: 0, bottom: 24, left: 32, right: 32 }\n },\n hardwareOverlays: {\n type: \"punch-hole\",\n portrait: {\n x: 183,\n y: 12,\n width: 8,\n height: 8,\n shape: \"circle\",\n cornerRadius: 4\n }\n },\n statusBar: {\n height: 32,\n style: \"fullwidth\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true\n },\n homeIndicator: {\n type: \"swipe-bar\",\n height: 5,\n width: 90,\n visible: true\n },\n hardwareButtons: {\n power: { side: \"right\", yPosition: 215 },\n volumeUp: { side: \"right\", yPosition: 678 }\n }\n};\nconst SVG_STRING = `<svg width=\"1672\" height=\"3614\" viewBox=\"0 0 1672 3614\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g filter=\"url(#filter0_n_67_1986)\">\n<mask id=\"mask0_67_1986\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"26\" y=\"0\" width=\"1631\" height=\"3614\">\n<path d=\"M1656.77 68.8114C1656.77 30.8079 1625.96 0 1587.96 0H44.1104C34.3658 0 26.4664 7.89947 26.4664 17.644V3595.84C26.4664 3605.58 34.3658 3613.48 44.1104 3613.48H1587.96C1625.96 3613.48 1656.77 3582.67 1656.77 3544.67V68.8114Z\" fill=\"url(#paint0_linear_67_1986)\"/>\n</mask>\n<g mask=\"url(#mask0_67_1986)\">\n<g filter=\"url(#filter1_iii_67_1986)\">\n<path d=\"M1656.77 68.8114C1656.77 30.8079 1625.96 0 1587.96 0H44.1104C34.3658 0 26.4664 7.89947 26.4664 17.644V3595.84C26.4664 3605.58 34.3658 3613.48 44.1104 3613.48H1587.96C1625.96 3613.48 1656.77 3582.67 1656.77 3544.67V68.8114Z\" fill=\"url(#paint1_linear_67_1986)\"/>\n</g>\n<g filter=\"url(#filter2_f_67_1986)\" style=\"mix-blend-mode:plus-lighter\">\n<path d=\"M40.5811 14.6445H1587.96C1618.85 14.6447 1643.89 39.6863 1643.89 70.5762V3542.91C1643.89 3573.8 1618.85 3598.84 1587.96 3598.84H40.5811C36.9756 3598.84 34.0527 3595.91 34.0527 3592.31V21.1729C34.0527 17.5674 36.9756 14.6445 40.5811 14.6445Z\" stroke=\"url(#paint2_linear_67_1986)\" stroke-width=\"1.05864\"/>\n</g>\n<g filter=\"url(#filter3_f_67_1986)\" style=\"mix-blend-mode:plus-darker\">\n<path d=\"M49.4033 23.377H1580.9C1611.84 23.3772 1636.92 48.4579 1636.92 79.3965V3539.38C1636.92 3570.31 1611.84 3595.39 1580.9 3595.39H49.4033C45.7492 3595.39 42.7872 3592.43 42.7871 3588.78V29.9932C42.7871 26.339 45.7491 23.377 49.4033 23.377Z\" stroke=\"url(#paint3_linear_67_1986)\" stroke-width=\"0.882198\"/>\n</g>\n<g filter=\"url(#filter4_f_67_1986)\" style=\"mix-blend-mode:color-burn\">\n<path d=\"M1446.8 3606.42C1453.08 3606.48 1459.35 3606.54 1465.62 3606.59C1508.16 3606.95 1550.71 3607.17 1593.25 3607.26C1607.37 3607.35 1621.44 3601.92 1631.85 3592.37C1643.68 3581.69 1650.67 3565.88 1650.54 3549.96C1650.44 3509.18 1650.22 3468.4 1649.88 3427.62C1649.82 3421.35 1649.77 3415.08 1649.71 3408.81C1649.65 3415.08 1649.59 3421.35 1649.54 3427.62C1649.2 3468.4 1648.98 3509.18 1648.88 3549.96C1648.93 3565.43 1642.13 3580.71 1630.66 3591.06C1620.57 3600.32 1606.97 3605.61 1593.25 3605.58C1550.71 3605.67 1508.16 3605.9 1465.62 3606.26C1459.35 3606.31 1453.08 3606.36 1446.8 3606.42Z\" fill=\"black\"/>\n</g>\n<g filter=\"url(#filter5_f_67_1986)\">\n<path d=\"M42.3457 3397.34C42.1693 3403.86 42.0016 3410.39 41.8429 3416.91C40.4479 3474.2 39.7338 3531.49 39.7003 3588.78C39.6935 3590.7 40.2895 3592.65 41.3833 3594.24C43.1381 3596.86 46.253 3598.51 49.4033 3598.48C105.812 3598.43 162.22 3597.71 218.628 3596.34C225.15 3596.18 231.672 3596.01 238.194 3595.84C231.672 3595.66 225.15 3595.49 218.628 3595.33C162.22 3593.96 105.812 3593.25 49.4033 3593.19C47.9599 3593.2 46.5633 3592.46 45.7556 3591.26C45.2577 3590.53 44.9907 3589.67 44.9911 3588.78C44.9576 3531.49 44.2435 3474.2 42.8486 3416.91C42.6898 3410.39 42.5221 3403.86 42.3457 3397.34Z\" fill=\"url(#paint4_linear_67_1986)\"/>\n</g>\n<g filter=\"url(#filter6_f_67_1986)\">\n<path d=\"M259.366 22.9355H49.4033C45.5055 22.9355 42.3457 26.0953 42.3457 29.9931V202.904C47.3448 157.912 42.3457 78.514 64.4006 46.7549C74.5847 32.0898 196.73 23.8177 259.366 22.9355Z\" fill=\"#5D5C61\"/>\n</g>\n<g filter=\"url(#filter7_f_67_1986)\">\n<path d=\"M1640.89 79.3978V165.853C1638.53 136.153 1628.89 70.9287 1609.13 47.6387C1594.44 30.3287 1541.48 24.2922 1497.99 22.9372H1458.27C1469.07 22.5596 1482.97 22.469 1497.99 22.9372H1584.43C1615.61 22.9372 1640.89 48.2155 1640.89 79.3978Z\" fill=\"#A7A6A9\"/>\n</g>\n<g filter=\"url(#filter8_f_67_1986)\">\n<path d=\"M88.2197 29.1123H1589.72C1611.64 29.1123 1629.42 46.8864 1629.42 68.8115V3546.43C1629.42 3568.36 1611.65 3586.13 1589.72 3586.13H88.2197C66.2948 3586.13 48.5208 3568.36 48.5205 3546.43V68.8115C48.5205 46.8865 66.2947 29.1123 88.2197 29.1123Z\" stroke=\"url(#paint5_linear_67_1986)\" stroke-width=\"1.7644\"/>\n</g>\n<g filter=\"url(#filter9_f_67_1986)\">\n<rect x=\"636.947\" width=\"28.2303\" height=\"28.2303\" fill=\"url(#paint6_linear_67_1986)\"/>\n</g>\n<g filter=\"url(#filter10_f_67_1986)\">\n<rect x=\"1189.2\" width=\"28.2303\" height=\"28.2303\" fill=\"url(#paint7_linear_67_1986)\"/>\n</g>\n<g filter=\"url(#filter11_f_67_1986)\">\n<rect x=\"472.858\" y=\"3585.25\" width=\"28.2303\" height=\"28.2303\" fill=\"url(#paint8_linear_67_1986)\"/>\n</g>\n<g filter=\"url(#filter12_f_67_1986)\">\n<rect x=\"1178.62\" y=\"3585.25\" width=\"28.2303\" height=\"28.2303\" fill=\"url(#paint9_linear_67_1986)\"/>\n</g>\n<g filter=\"url(#filter13_f_67_1986)\">\n<rect x=\"1656.77\" y=\"859.26\" width=\"28.2303\" height=\"28.2303\" transform=\"rotate(90 1656.77 859.26)\" fill=\"url(#paint10_linear_67_1986)\"/>\n</g>\n<g filter=\"url(#filter14_f_67_1986)\">\n<rect x=\"1656.77\" y=\"2704.82\" width=\"28.2303\" height=\"28.2303\" transform=\"rotate(90 1656.77 2704.82)\" fill=\"url(#paint11_linear_67_1986)\"/>\n</g>\n</g>\n</g>\n<g filter=\"url(#filter15_n_67_1986)\">\n<mask id=\"mask1_67_1986\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"29\" width=\"27\" height=\"3555\">\n<path d=\"M17.6436 30.876H25.584V3582.6H17.6436C8.38647 3582.6 0.881836 3575.1 0.881836 3565.84V47.6377C0.882054 38.3808 8.38661 30.8762 17.6436 30.876Z\" fill=\"#223263\" stroke=\"url(#paint12_linear_67_1986)\" stroke-width=\"1.7644\"/>\n</mask>\n<g mask=\"url(#mask1_67_1986)\">\n<g filter=\"url(#filter16_ii_67_1986)\">\n<path d=\"M0 47.6381C0 37.8936 7.89946 29.9941 17.6439 29.9941H26.4659V3583.49H17.6439C7.89946 3583.49 0 3575.59 0 3565.84V47.6381Z\" fill=\"url(#paint13_linear_67_1986)\"/>\n</g>\n<g filter=\"url(#filter17_f_67_1986)\">\n<path d=\"M20.5849 42.3414C17.4482 42.343 14.3115 42.3445 11.1748 42.3461C11.2238 101.1 11.2729 159.855 11.3219 218.609C12.2041 1276.19 13.0863 2333.77 13.9685 3391.34C14.0175 3450.1 14.0665 3508.85 14.1155 3567.61C16.468 3567.61 18.8205 3567.6 21.1731 3567.6C21.1633 3508.85 21.1535 3450.1 21.1437 3391.34C20.9672 2333.76 20.7908 1276.18 20.6143 218.604C20.6045 159.85 20.5947 101.096 20.5849 42.3414Z\" fill=\"url(#paint14_linear_67_1986)\"/>\n</g>\n<g filter=\"url(#filter18_f_67_1986)\">\n<path d=\"M24.7017 35.2877C24.7017 35.2877 24.7017 35.2877 24.7017 35.2877C24.3286 35.1081 23.9347 34.9402 23.5366 34.7873C19.9801 33.4456 15.8858 33.0362 12.0736 34.311C8.21923 35.5123 5.2397 39.0762 4.60272 42.8495C4.51782 43.2722 4.45894 43.6769 4.41113 44.1097C4.57303 43.7055 4.7383 43.3361 4.92074 42.9555C6.51107 39.5354 9.28851 37.0706 12.644 35.9806C15.9929 34.859 19.7305 34.711 23.4562 35.1128C23.8733 35.1613 24.2932 35.2203 24.7017 35.2877Z\" fill=\"url(#paint15_linear_67_1986)\"/>\n</g>\n</g>\n</g>\n<g filter=\"url(#filter19_dn_67_1986)\">\n<mask id=\"mask2_67_1986\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"1656\" y=\"945\" width=\"14\" height=\"434\">\n<path d=\"M1656.77 1378.87V945.715C1666.65 947.126 1669.7 953.949 1670 957.183V1366.52C1670 1377.11 1661.18 1379.17 1656.77 1378.87Z\" fill=\"#455589\"/>\n</mask>\n<g mask=\"url(#mask2_67_1986)\">\n<g filter=\"url(#filter20_ii_67_1986)\">\n<path d=\"M1656.77 1378.87V945.715C1666.65 947.126 1669.7 953.949 1670 957.183V1366.52C1670 1377.11 1661.18 1379.17 1656.77 1378.87Z\" fill=\"#2F2F2F\"/>\n</g>\n<g filter=\"url(#filter21_f_67_1986)\">\n<path d=\"M1655 948.363C1658.53 946.598 1672.64 962.478 1672.64 956.303C1672.64 944.8 1652.49 940.423 1655 948.363Z\" fill=\"#070707\"/>\n</g>\n<g filter=\"url(#filter22_f_67_1986)\">\n<path d=\"M1655 1377.11C1660.65 1376.4 1668.53 1367.41 1671.76 1362.99C1672.06 1366.82 1671.06 1375.7 1664.71 1380.64C1658.35 1385.58 1655.59 1380.34 1655 1377.11Z\" fill=\"#111111\"/>\n</g>\n<g filter=\"url(#filter23_f_67_1986)\" style=\"mix-blend-mode:overlay\">\n<rect x=\"1658.77\" y=\"1366.76\" width=\"7.28608\" height=\"4.53123\" rx=\"1.7644\" transform=\"rotate(-6.63271 1658.77 1366.76)\" fill=\"white\" fill-opacity=\"0.6\"/>\n</g>\n<g opacity=\"0.8\" filter=\"url(#filter24_f_67_1986)\" style=\"mix-blend-mode:color-dodge\">\n<path d=\"M1661.18 959.83V1364.76\" stroke=\"url(#paint16_linear_67_1986)\" stroke-width=\"1.7644\"/>\n</g>\n</g>\n<g filter=\"url(#filter25_i_67_1986)\">\n<mask id=\"mask3_67_1986\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"1656\" y=\"1508\" width=\"8\" height=\"307\">\n<path d=\"M1656.77 1814.68V1508.56C1661.71 1509.26 1663.53 1511.79 1663.82 1512.97V1809.39C1663.82 1812.21 1659.12 1814.09 1656.77 1814.68Z\" fill=\"#455589\"/>\n</mask>\n<g mask=\"url(#mask3_67_1986)\">\n<g filter=\"url(#filter26_i_67_1986)\">\n<path d=\"M1656.77 1814.68V1508.56C1661.71 1509.26 1663.53 1511.79 1663.82 1512.97V1809.39C1663.82 1812.21 1659.12 1814.09 1656.77 1814.68Z\" fill=\"#373737\"/>\n</g>\n</g>\n</g>\n</g>\n<g filter=\"url(#filter27_ddi_67_1986)\">\n<path d=\"M1626.77 3546.43V68.8108C1626.77 47.373 1609.39 29.9941 1587.96 29.9941H89.9836C68.5458 29.9941 51.167 47.3728 51.167 68.8107V3546.43C51.167 3567.87 68.5458 3585.25 89.9837 3585.25H1587.96C1609.39 3585.25 1626.77 3567.87 1626.77 3546.43Z\" fill=\"url(#paint17_linear_67_1986)\"/>\n</g>\n<g filter=\"url(#filter28_f_67_1986)\">\n<path d=\"M89.9844 33.9648H624.719C628.269 33.9649 631.713 35.1745 634.483 37.3945C637.41 39.7402 641.05 41.0186 644.801 41.0186H1032.26C1036.01 41.0186 1039.65 39.7402 1042.58 37.3945C1045.35 35.1743 1048.79 33.9648 1052.34 33.9648H1587.96C1607.2 33.965 1622.8 49.5663 1622.8 68.8115V3546.43C1622.8 3565.68 1607.2 3581.28 1587.96 3581.28H89.9844C70.7391 3581.28 55.1378 3565.68 55.1377 3546.43V68.8115C55.1377 49.5662 70.739 33.9648 89.9844 33.9648Z\" stroke=\"url(#paint18_linear_67_1986)\" stroke-width=\"0.882198\"/>\n</g>\n<g filter=\"url(#filter29_i_67_1986)\">\n<rect x=\"93.5127\" y=\"72.3398\" width=\"1490.91\" height=\"3468.8\" rx=\"24.7015\" fill=\"none\"/>\n</g>\n<g filter=\"url(#filter30_f_67_1986)\">\n<circle cx=\"839.852\" cy=\"160.558\" r=\"42.3455\" fill=\"#121212\"/>\n</g>\n<g filter=\"url(#filter31_f_67_1986)\">\n<circle cx=\"839.356\" cy=\"160.064\" r=\"31.2629\" fill=\"url(#paint19_linear_67_1986)\"/>\n</g>\n<g filter=\"url(#filter32_f_67_1986)\">\n<circle cx=\"839.356\" cy=\"160.064\" r=\"25.308\" fill=\"url(#paint20_linear_67_1986)\"/>\n<circle cx=\"839.356\" cy=\"160.064\" r=\"24.9359\" stroke=\"url(#paint21_linear_67_1986)\" stroke-width=\"0.744354\"/>\n</g>\n<g filter=\"url(#filter33_f_67_1986)\">\n<circle cx=\"839.356\" cy=\"160.063\" r=\"20.8419\" fill=\"#121212\"/>\n</g>\n<g filter=\"url(#filter34_f_67_1986)\">\n<path d=\"M842.14 145.08C845.194 148.822 841.692 153.525 836.443 157.808C831.195 162.092 826.188 164.335 823.134 160.593C820.08 156.851 820.135 148.541 825.384 144.258C830.632 139.974 839.086 141.338 842.14 145.08Z\" fill=\"#1C232D\"/>\n</g>\n<g filter=\"url(#filter35_f_67_1986)\">\n<path d=\"M825.649 159.275C822.742 156.368 821.788 149.631 825.356 146.063C828.923 142.496 835.66 143.449 838.567 146.356C841.474 149.263 839.45 153.023 835.882 156.59C832.315 160.158 828.555 162.182 825.649 159.275Z\" fill=\"#222B40\"/>\n</g>\n<g filter=\"url(#filter36_f_67_1986)\">\n<circle cx=\"834.146\" cy=\"154.852\" r=\"0.744354\" fill=\"#252B37\"/>\n</g>\n<g filter=\"url(#filter37_f_67_1986)\">\n<ellipse cx=\"836.458\" cy=\"157.186\" rx=\"0.744354\" ry=\"1.48871\" transform=\"rotate(43.7398 836.458 157.186)\" fill=\"#4C5469\"/>\n</g>\n<g filter=\"url(#filter38_f_67_1986)\">\n<path d=\"M826.579 147.512C823.77 150.447 824.801 156.055 826.609 157.786C828.417 159.516 830.318 156.713 833.126 153.778C835.935 150.843 838.587 148.888 836.779 147.158C834.971 145.427 829.387 144.577 826.579 147.512Z\" fill=\"#4A5873\"/>\n</g>\n<g filter=\"url(#filter39_f_67_1986)\">\n<ellipse cx=\"831.427\" cy=\"152.17\" rx=\"1.18373\" ry=\"2.36747\" transform=\"rotate(43.7398 831.427 152.17)\" fill=\"#637696\"/>\n</g>\n<g filter=\"url(#filter40_f_67_1986)\">\n<path d=\"M840.206 175.105C837.952 172.332 841.082 168.426 845.605 164.75C850.128 161.073 854.331 159.019 856.585 161.792C858.839 164.565 858.29 171.115 853.767 174.791C849.244 178.467 842.46 177.878 840.206 175.105Z\" fill=\"#2A283D\"/>\n</g>\n<g filter=\"url(#filter41_f_67_1986)\">\n<path d=\"M855.655 172.052C853.061 174.762 849.016 175.035 848.455 174.499C847.895 173.962 851.031 172.819 853.625 170.109C856.218 167.399 857.286 164.149 857.846 164.685C858.407 165.222 858.248 169.342 855.655 172.052Z\" fill=\"#1D1C2A\"/>\n</g>\n<g filter=\"url(#filter42_f_67_1986)\">\n<ellipse cx=\"854.751\" cy=\"171.037\" rx=\"0.657647\" ry=\"2.19549\" transform=\"rotate(43.7398 854.751 171.037)\" fill=\"#635F80\"/>\n</g>\n<g filter=\"url(#filter43_f_67_1986)\">\n<path d=\"M850.524 169.743C847.821 172.567 844.328 172.995 843.539 172.241C842.921 171.648 843.742 169.735 845.43 167.574C845.894 166.981 838.536 159.678 839.119 159.069C839.755 158.404 848.285 164.494 848.907 163.973C850.927 162.28 852.724 161.435 853.327 162.012C854.116 162.767 853.227 166.918 850.524 169.743Z\" fill=\"url(#paint22_linear_67_1986)\"/>\n</g>\n<g filter=\"url(#filter44_f_67_1986)\">\n<ellipse cx=\"849.401\" cy=\"168.661\" rx=\"1.15457\" ry=\"2.55385\" transform=\"rotate(43.7398 849.401 168.661)\" fill=\"#5B5B7F\"/>\n</g>\n<g filter=\"url(#filter45_f_67_1986)\">\n<circle cx=\"839.356\" cy=\"160.063\" r=\"20.8419\" stroke=\"url(#paint23_linear_67_1986)\" stroke-width=\"3.52879\"/>\n</g>\n<g filter=\"url(#filter46_f_67_1986)\">\n<path d=\"M641.357 40.5798L629.889 31.7578H1053.34L1039.23 40.5798H641.357Z\" fill=\"black\"/>\n</g>\n<g filter=\"url(#filter47_df_67_1986)\">\n<path d=\"M1572.08 35.3892C1572.08 35.3892 1572.08 35.3892 1572.08 35.3892C1573.36 35.3378 1574.67 35.2944 1575.96 35.2787C1587.52 35.1233 1599.76 37.0752 1608.55 44.6036C1609.51 45.4217 1610.41 46.2907 1611.26 47.224C1618.36 54.6977 1621.65 65.1094 1621.37 75.5015C1621.39 76.8014 1621.38 78.1093 1621.48 79.3963C1621.48 79.3963 1621.48 79.3963 1621.48 79.3963C1621.47 78.1064 1621.57 76.8076 1621.64 75.5073C1622.62 65.1696 1619.61 54.055 1612.29 46.2859C1611.41 45.3025 1610.47 44.3883 1609.47 43.5317C1600.21 35.6274 1587.48 34.0967 1575.95 35.0108C1574.65 35.1113 1573.35 35.244 1572.08 35.3892Z\" fill=\"url(#paint24_linear_67_1986)\"/>\n</g>\n<defs>\n<filter id=\"filter0_n_67_1986\" x=\"26.4668\" y=\"0\" width=\"1630.3\" height=\"3613.48\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feTurbulence type=\"fractalNoise\" baseFrequency=\"0.51524221897125244 0.51524221897125244\" stitchTiles=\"stitch\" numOctaves=\"3\" result=\"noise\" seed=\"2866\" />\n<feColorMatrix in=\"noise\" type=\"luminanceToAlpha\" result=\"alphaNoise\" />\n<feComponentTransfer in=\"alphaNoise\" result=\"coloredNoise1\">\n<feFuncA type=\"discrete\" tableValues=\"1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \"/>\n</feComponentTransfer>\n<feComposite operator=\"in\" in2=\"shape\" in=\"coloredNoise1\" result=\"noise1Clipped\" />\n<feComponentTransfer in=\"alphaNoise\" result=\"coloredNoise2\">\n<feFuncA type=\"discrete\" tableValues=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 \"/>\n</feComponentTransfer>\n<feComposite operator=\"in\" in2=\"shape\" in=\"coloredNoise2\" result=\"noise2Clipped\" />\n<feFlood flood-color=\"rgba(22, 21, 29, 0.09)\" result=\"color1Flood\" />\n<feComposite operator=\"in\" in2=\"noise1Clipped\" in=\"color1Flood\" result=\"color1\" />\n<feFlood flood-color=\"rgba(124, 124, 126, 0.09)\" result=\"color2Flood\" />\n<feComposite operator=\"in\" in2=\"noise2Clipped\" in=\"color2Flood\" result=\"color2\" />\n<feMerge result=\"effect1_noise_67_1986\">\n<feMergeNode in=\"shape\" />\n<feMergeNode in=\"color1\" />\n<feMergeNode in=\"color2\" />\n</feMerge>\n</filter>\n<filter id=\"filter1_iii_67_1986\" x=\"22.938\" y=\"-6.17538\" width=\"1637.36\" height=\"3623.18\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-5.29319\" dy=\"5.29319\"/>\n<feGaussianBlur stdDeviation=\"1.7644\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0470588 0 0 0 0 0.0431373 0 0 0 0 0.0627451 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_1986\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"3.52879\" dy=\"-7.05758\"/>\n<feGaussianBlur stdDeviation=\"1.7644\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0352941 0 0 0 0 0.0313726 0 0 0 0 0.054902 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_67_1986\" result=\"effect2_innerShadow_67_1986\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-0.882198\" dy=\"-8.82198\"/>\n<feGaussianBlur stdDeviation=\"3.08769\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0235294 0 0 0 0 0.0196078 0 0 0 0 0.0392157 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_innerShadow_67_1986\" result=\"effect3_innerShadow_67_1986\"/>\n</filter>\n<filter id=\"filter2_f_67_1986\" x=\"29.1124\" y=\"9.70425\" width=\"1619.71\" height=\"3594.07\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"2.20549\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter3_f_67_1986\" x=\"37.0525\" y=\"17.6424\" width=\"1605.6\" height=\"3583.49\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"2.64659\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter4_f_67_1986\" x=\"1441.51\" y=\"3403.52\" width=\"214.321\" height=\"209.039\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"2.64659\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter5_f_67_1986\" x=\"30.8782\" y=\"3388.52\" width=\"216.137\" height=\"218.783\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"4.41099\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter6_f_67_1986\" x=\"31.7593\" y=\"12.3492\" width=\"238.193\" height=\"201.141\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"5.29319\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter7_f_67_1986\" x=\"1449.45\" y=\"13.7972\" width=\"200.259\" height=\"160.878\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"4.41099\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter8_f_67_1986\" x=\"44.1099\" y=\"24.7017\" width=\"1589.72\" height=\"3565.84\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.7644\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter9_f_67_1986\" x=\"635.183\" y=\"-1.7644\" width=\"31.7593\" height=\"31.7593\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.882198\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter10_f_67_1986\" x=\"1187.44\" y=\"-1.7644\" width=\"31.7593\" height=\"31.7593\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.882198\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter11_f_67_1986\" x=\"471.976\" y=\"3584.37\" width=\"29.9949\" height=\"29.9949\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.441099\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter12_f_67_1986\" x=\"1177.73\" y=\"3584.37\" width=\"29.9949\" height=\"29.9949\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.441099\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter13_f_67_1986\" x=\"1627.65\" y=\"858.378\" width=\"29.9949\" height=\"29.9949\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.441099\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter14_f_67_1986\" x=\"1627.65\" y=\"2703.93\" width=\"29.9949\" height=\"29.9949\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.441099\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter15_n_67_1986\" x=\"0\" y=\"29.9941\" width=\"26.4658\" height=\"3553.49\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feTurbulence type=\"fractalNoise\" baseFrequency=\"0.51524221897125244 0.51524221897125244\" stitchTiles=\"stitch\" numOctaves=\"3\" result=\"noise\" seed=\"2866\" />\n<feColorMatrix in=\"noise\" type=\"luminanceToAlpha\" result=\"alphaNoise\" />\n<feComponentTransfer in=\"alphaNoise\" result=\"coloredNoise1\">\n<feFuncA type=\"discrete\" tableValues=\"1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \"/>\n</feComponentTransfer>\n<feComposite operator=\"in\" in2=\"shape\" in=\"coloredNoise1\" result=\"noise1Clipped\" />\n<feComponentTransfer in=\"alphaNoise\" result=\"coloredNoise2\">\n<feFuncA type=\"discrete\" tableValues=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 \"/>\n</feComponentTransfer>\n<feComposite operator=\"in\" in2=\"shape\" in=\"coloredNoise2\" result=\"noise2Clipped\" />\n<feFlood flood-color=\"rgba(22, 21, 26, 0.09)\" result=\"color1Flood\" />\n<feComposite operator=\"in\" in2=\"noise1Clipped\" in=\"color1Flood\" result=\"color1\" />\n<feFlood flood-color=\"rgba(118, 117, 123, 0.09)\" result=\"color2Flood\" />\n<feComposite operator=\"in\" in2=\"noise2Clipped\" in=\"color2Flood\" result=\"color2\" />\n<feMerge result=\"effect1_noise_67_1986\">\n<feMergeNode in=\"shape\" />\n<feMergeNode in=\"color1\" />\n<feMergeNode in=\"color2\" />\n</feMerge>\n</filter>\n<filter id=\"filter16_ii_67_1986\" x=\"-1.7644\" y=\"26.4654\" width=\"31.759\" height=\"3559.67\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1.7644\" dy=\"8.82198\"/>\n<feGaussianBlur stdDeviation=\"1.3233\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.156863 0 0 0 0 0.156863 0 0 0 0 0.164706 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_1986\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"8.82198\" dy=\"-7.05758\"/>\n<feGaussianBlur stdDeviation=\"1.7644\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.101961 0 0 0 0 0.101961 0 0 0 0 0.109804 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_67_1986\" result=\"effect2_innerShadow_67_1986\"/>\n</filter>\n<filter id=\"filter17_f_67_1986\" x=\"4.11722\" y=\"35.2842\" width=\"24.1132\" height=\"3539.38\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"3.52879\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter18_f_67_1986\" x=\"1.76454\" y=\"30.8944\" width=\"25.5842\" height=\"15.8615\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.3233\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter19_dn_67_1986\" x=\"1651.47\" y=\"942.186\" width=\"20.291\" height=\"876.022\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1.7644\"/>\n<feGaussianBlur stdDeviation=\"1.7644\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0627451 0 0 0 0 0.0627451 0 0 0 0 0.0666667 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_67_1986\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feTurbulence type=\"fractalNoise\" baseFrequency=\"0.51524221897125244 0.51524221897125244\" stitchTiles=\"stitch\" numOctaves=\"3\" result=\"noise\" seed=\"2866\" />\n<feColorMatrix in=\"noise\" type=\"luminanceToAlpha\" result=\"alphaNoise\" />\n<feComponentTransfer in=\"alphaNoise\" result=\"coloredNoise1\">\n<feFuncA type=\"discrete\" tableValues=\"1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \"/>\n</feComponentTransfer>\n<feComposite operator=\"in\" in2=\"shape\" in=\"coloredNoise1\" result=\"noise1Clipped\" />\n<feComponentTransfer in=\"alphaNoise\" result=\"coloredNoise2\">\n<feFuncA type=\"discrete\" tableValues=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 \"/>\n</feComponentTransfer>\n<feComposite operator=\"in\" in2=\"shape\" in=\"coloredNoise2\" result=\"noise2Clipped\" />\n<feFlood flood-color=\"rgba(12, 12, 12, 0.09)\" result=\"color1Flood\" />\n<feComposite operator=\"in\" in2=\"noise1Clipped\" in=\"color1Flood\" result=\"color1\" />\n<feFlood flood-color=\"rgba(80, 80, 80, 0.09)\" result=\"color2Flood\" />\n<feComposite operator=\"in\" in2=\"noise2Clipped\" in=\"color2Flood\" result=\"color2\" />\n<feMerge result=\"effect2_noise_67_1986\">\n<feMergeNode in=\"shape\" />\n<feMergeNode in=\"color1\" />\n<feMergeNode in=\"color2\" />\n</feMerge>\n<feBlend mode=\"normal\" in=\"effect2_noise_67_1986\" in2=\"effect1_dropShadow_67_1986\" result=\"effect2_noise_67_1986\"/>\n</filter>\n<filter id=\"filter20_ii_67_1986\" x=\"1655\" y=\"945.715\" width=\"16.7622\" height=\"433.186\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1.7644\"/>\n<feGaussianBlur stdDeviation=\"0.882198\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.113725 0 0 0 0 0.113725 0 0 0 0 0.121569 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_1986\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"1.7644\"/>\n<feGaussianBlur stdDeviation=\"0.882198\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0745098 0 0 0 0 0.0705882 0 0 0 0 0.0901961 0 0 0 0.8 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_67_1986\" result=\"effect2_innerShadow_67_1986\"/>\n</filter>\n<filter id=\"filter21_f_67_1986\" x=\"1650.37\" y=\"939.919\" width=\"26.6814\" height=\"22.2282\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"2.20549\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter22_f_67_1986\" x=\"1651.65\" y=\"1359.64\" width=\"23.5113\" height=\"26.3766\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.67618\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter23_f_67_1986\" x=\"1655.43\" y=\"1362.58\" width=\"14.4355\" height=\"12.0166\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.7644\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter24_f_67_1986\" x=\"1656.77\" y=\"956.301\" width=\"8.82125\" height=\"411.985\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.7644\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter25_i_67_1986\" x=\"1655\" y=\"1508.56\" width=\"8.82201\" height=\"306.123\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1.7644\"/>\n<feGaussianBlur stdDeviation=\"0.882198\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0461537 0 0 0 0 0.0461537 0 0 0 0 0.0461537 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_1986\"/>\n</filter>\n<filter id=\"filter26_i_67_1986\" x=\"1656.77\" y=\"1508.56\" width=\"8.82201\" height=\"306.123\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"1.7644\"/>\n<feGaussianBlur stdDeviation=\"0.882198\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.164706 0 0 0 0 0.164706 0 0 0 0 0.168627 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_1986\"/>\n</filter>\n<filter id=\"filter27_ddi_67_1986\" x=\"45.6974\" y=\"25.4067\" width=\"1585.49\" height=\"3563.37\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"2.64659\" dy=\"1.7644\"/>\n<feGaussianBlur stdDeviation=\"0.882198\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.103906 0 0 0 0 0.103906 0 0 0 0 0.103906 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_67_1986\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-2.64659\" dy=\"-1.7644\"/>\n<feGaussianBlur stdDeviation=\"1.41152\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.192157 0 0 0 0 0.192157 0 0 0 0 0.2 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_dropShadow_67_1986\" result=\"effect2_dropShadow_67_1986\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect2_dropShadow_67_1986\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"0.882198\" dy=\"0.882198\"/>\n<feGaussianBlur stdDeviation=\"0.882198\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect3_innerShadow_67_1986\"/>\n</filter>\n<filter id=\"filter28_f_67_1986\" x=\"52.9319\" y=\"31.759\" width=\"1572.08\" height=\"3551.73\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.882198\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter29_i_67_1986\" x=\"93.5127\" y=\"72.3398\" width=\"1490.91\" height=\"3468.8\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"1.7644\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.6 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_1986\"/>\n</filter>\n<filter id=\"filter30_f_67_1986\" x=\"796.845\" y=\"117.551\" width=\"86.0147\" height=\"86.0147\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.330824\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter31_f_67_1986\" x=\"807.348\" y=\"128.056\" width=\"64.0141\" height=\"64.0141\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.372177\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter32_f_67_1986\" x=\"813.303\" y=\"134.012\" width=\"52.1049\" height=\"52.1039\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.372177\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter33_f_67_1986\" x=\"817.769\" y=\"138.476\" width=\"43.1723\" height=\"43.1723\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.372177\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter34_f_67_1986\" x=\"815.129\" y=\"135.649\" width=\"34.103\" height=\"32.7983\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"2.97742\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter35_f_67_1986\" x=\"820.074\" y=\"140.782\" width=\"22.8591\" height=\"22.8591\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.48871\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter36_f_67_1986\" x=\"831.913\" y=\"152.619\" width=\"4.4657\" height=\"4.4657\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.744354\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter37_f_67_1986\" x=\"833.807\" y=\"154.505\" width=\"5.30066\" height=\"5.36218\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.744354\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter38_f_67_1986\" x=\"821.862\" y=\"142.603\" width=\"18.4861\" height=\"18.6912\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.48871\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter39_f_67_1986\" x=\"828.091\" y=\"148.785\" width=\"6.67175\" height=\"6.77039\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.744354\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter40_f_67_1986\" x=\"833.502\" y=\"154.553\" width=\"30.3286\" height=\"28.769\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"2.97742\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter41_f_67_1986\" x=\"846.901\" y=\"163.138\" width=\"12.6981\" height=\"13.0751\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.744354\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter42_f_67_1986\" x=\"851.671\" y=\"167.898\" width=\"6.15906\" height=\"6.2782\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.744354\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter43_f_67_1986\" x=\"836.853\" y=\"156.785\" width=\"18.9837\" height=\"18.0189\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.11653\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter44_f_67_1986\" x=\"845.96\" y=\"165.162\" width=\"6.88367\" height=\"6.9989\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.744354\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter45_f_67_1986\" x=\"814.102\" y=\"134.81\" width=\"50.5061\" height=\"50.5041\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.3233\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter46_f_67_1986\" x=\"628.124\" y=\"29.9934\" width=\"426.984\" height=\"12.3511\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.882198\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter47_df_67_1986\" x=\"1566.78\" y=\"33.011\" width=\"56.8037\" height=\"51.6787\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1.7644\" dy=\"1.7644\"/>\n<feGaussianBlur stdDeviation=\"1.7644\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_67_1986\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_67_1986\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.882198\" result=\"effect2_foregroundBlur_67_1986\"/>\n</filter>\n<linearGradient id=\"paint0_linear_67_1986\" x1=\"1646.13\" y1=\"18.9172\" x2=\"30.6112\" y2=\"3612.18\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#223263\"/>\n<stop offset=\"0.216346\" stop-color=\"#1B2A5A\"/>\n<stop offset=\"0.502406\" stop-color=\"#11193A\"/>\n<stop offset=\"0.903846\" stop-color=\"#11193A\"/>\n</linearGradient>\n<linearGradient id=\"paint1_linear_67_1986\" x1=\"841.617\" y1=\"0\" x2=\"841.617\" y2=\"3613.48\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#636268\"/>\n<stop offset=\"1\" stop-color=\"#1F1F1F\"/>\n</linearGradient>\n<linearGradient id=\"paint2_linear_67_1986\" x1=\"65.2825\" y1=\"13.2335\" x2=\"1657.22\" y2=\"3659.02\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"white\"/>\n<stop offset=\"0.716346\" stop-color=\"white\" stop-opacity=\"0.910577\"/>\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.8\"/>\n</linearGradient>\n<linearGradient id=\"paint3_linear_67_1986\" x1=\"73.7917\" y1=\"22.0568\" x2=\"1667.2\" y2=\"3647.74\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#454545\" stop-opacity=\"0.8\"/>\n<stop offset=\"0.716346\" stop-color=\"#848386\"/>\n<stop offset=\"1\" stop-color=\"#404040\"/>\n</linearGradient>\n<linearGradient id=\"paint4_linear_67_1986\" x1=\"73.8611\" y1=\"22.0575\" x2=\"1664.89\" y2=\"3650.33\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#28272D\"/>\n<stop offset=\"0.716346\" stop-color=\"#28272D\" stop-opacity=\"0.9\"/>\n<stop offset=\"1\" stop-color=\"#28272D\" stop-opacity=\"0.2\"/>\n</linearGradient>\n<linearGradient id=\"paint5_linear_67_1986\" x1=\"838.97\" y1=\"28.2305\" x2=\"838.97\" y2=\"3587.02\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"white\" stop-opacity=\"0.8\"/>\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.1\"/>\n</linearGradient>\n<linearGradient id=\"paint6_linear_67_1986\" x1=\"651.062\" y1=\"0\" x2=\"651.062\" y2=\"28.2303\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#040309\"/>\n<stop offset=\"0.302885\" stop-color=\"#3E3E40\"/>\n<stop offset=\"0.701923\" stop-color=\"#464649\" stop-opacity=\"0.5\"/>\n<stop offset=\"1\" stop-color=\"#363637\"/>\n</linearGradient>\n<linearGradient id=\"paint7_linear_67_1986\" x1=\"1203.32\" y1=\"0\" x2=\"1203.32\" y2=\"28.2303\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#040309\"/>\n<stop offset=\"0.302885\" stop-color=\"#3E3E40\"/>\n<stop offset=\"0.701923\" stop-color=\"#464649\" stop-opacity=\"0.5\"/>\n<stop offset=\"1\" stop-color=\"#363637\"/>\n</linearGradient>\n<linearGradient id=\"paint8_linear_67_1986\" x1=\"486.974\" y1=\"3585.25\" x2=\"486.974\" y2=\"3613.48\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#19171C\"/>\n<stop offset=\"0.461833\" stop-color=\"#1D1B20\" stop-opacity=\"0.5\"/>\n<stop offset=\"0.682446\" stop-color=\"#212025\"/>\n<stop offset=\"1\" stop-color=\"#08070C\"/>\n</linearGradient>\n<linearGradient id=\"paint9_linear_67_1986\" x1=\"1192.73\" y1=\"3585.25\" x2=\"1192.73\" y2=\"3613.48\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#19171C\"/>\n<stop offset=\"0.461833\" stop-color=\"#1D1B20\" stop-opacity=\"0.5\"/>\n<stop offset=\"0.682446\" stop-color=\"#212025\"/>\n<stop offset=\"1\" stop-color=\"#08070C\"/>\n</linearGradient>\n<linearGradient id=\"paint10_linear_67_1986\" x1=\"1670.88\" y1=\"859.26\" x2=\"1670.88\" y2=\"887.49\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#000002\"/>\n<stop offset=\"0.177885\" stop-color=\"#28282A\"/>\n<stop offset=\"0.278846\" stop-color=\"#2A2A2C\"/>\n<stop offset=\"0.604503\" stop-color=\"#3C3C3E\" stop-opacity=\"0.5\"/>\n<stop offset=\"1\" stop-color=\"#3A3A3C\"/>\n</linearGradient>\n<linearGradient id=\"paint11_linear_67_1986\" x1=\"1670.88\" y1=\"2704.82\" x2=\"1670.88\" y2=\"2733.05\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#000002\"/>\n<stop offset=\"0.177885\" stop-color=\"#28282A\"/>\n<stop offset=\"0.278846\" stop-color=\"#252527\" stop-opacity=\"0.5\"/>\n<stop offset=\"0.604503\" stop-color=\"#222224\"/>\n<stop offset=\"1\" stop-color=\"#161618\"/>\n</linearGradient>\n<linearGradient id=\"paint12_linear_67_1986\" x1=\"-19.8494\" y1=\"33.5556\" x2=\"-19.8494\" y2=\"3583.49\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#9C9BA1\"/>\n<stop offset=\"1\" stop-color=\"#605F67\"/>\n</linearGradient>\n<linearGradient id=\"paint13_linear_67_1986\" x1=\"0.172666\" y1=\"48.5973\" x2=\"155.932\" y2=\"54.3162\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#2D2D2F\"/>\n<stop offset=\"0.216346\" stop-color=\"#3A393F\"/>\n<stop offset=\"0.502406\" stop-color=\"#2A292F\"/>\n<stop offset=\"0.903846\" stop-color=\"#100F14\"/>\n</linearGradient>\n<linearGradient id=\"paint14_linear_67_1986\" x1=\"14.5566\" y1=\"45.877\" x2=\"14.5566\" y2=\"3567.61\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#9C9BA1\"/>\n<stop offset=\"1\" stop-color=\"#605F67\"/>\n</linearGradient>\n<linearGradient id=\"paint15_linear_67_1986\" x1=\"14.5564\" y1=\"34.2773\" x2=\"20.4655\" y2=\"44.0083\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#757575\" stop-opacity=\"0.5\"/>\n<stop offset=\"0.456731\" stop-color=\"#999999\"/>\n<stop offset=\"1\" stop-color=\"#484848\"/>\n</linearGradient>\n<linearGradient id=\"paint16_linear_67_1986\" x1=\"1661.68\" y1=\"959.83\" x2=\"1661.68\" y2=\"1364.76\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"white\" stop-opacity=\"0\"/>\n<stop offset=\"0.173077\" stop-color=\"white\"/>\n<stop offset=\"0.360577\" stop-color=\"white\" stop-opacity=\"0.6\"/>\n<stop offset=\"0.721154\" stop-color=\"white\" stop-opacity=\"0.879808\"/>\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint17_linear_67_1986\" x1=\"96.1591\" y1=\"29.9941\" x2=\"1626.77\" y2=\"3585.25\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#191919\"/>\n<stop offset=\"1\"/>\n</linearGradient>\n<linearGradient id=\"paint18_linear_67_1986\" x1=\"70.5402\" y1=\"52.0404\" x2=\"1588.1\" y2=\"3541.87\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#3A3D42\"/>\n<stop offset=\"1\" stop-color=\"#3A3D42\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint19_linear_67_1986\" x1=\"815.536\" y1=\"136.989\" x2=\"863.919\" y2=\"183.139\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#191919\"/>\n<stop offset=\"1\" stop-color=\"#1A1A1A\"/>\n</linearGradient>\n<linearGradient id=\"paint20_linear_67_1986\" x1=\"821.987\" y1=\"143.439\" x2=\"856.725\" y2=\"178.177\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#171717\"/>\n<stop offset=\"0.394231\" stop-color=\"#161616\"/>\n<stop offset=\"1\" stop-color=\"#1F1F1F\"/>\n</linearGradient>\n<linearGradient id=\"paint21_linear_67_1986\" x1=\"821.491\" y1=\"141.455\" x2=\"856.476\" y2=\"178.673\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#191919\"/>\n<stop offset=\"0.564066\" stop-color=\"#181818\"/>\n<stop offset=\"1\" stop-color=\"#1E1E1D\"/>\n</linearGradient>\n<linearGradient id=\"paint22_linear_67_1986\" x1=\"839.808\" y1=\"158.349\" x2=\"851.566\" y2=\"168.546\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#282C35\"/>\n<stop offset=\"1\" stop-color=\"#3C4459\"/>\n</linearGradient>\n<linearGradient id=\"paint23_linear_67_1986\" x1=\"822.208\" y1=\"147.326\" x2=\"855.731\" y2=\"173.792\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#121212\"/>\n<stop offset=\"0.495192\" stop-color=\"#121212\" stop-opacity=\"0\"/>\n<stop offset=\"1\" stop-color=\"#121212\"/>\n</linearGradient>\n<linearGradient id=\"paint24_linear_67_1986\" x1=\"1573.67\" y1=\"35.3893\" x2=\"1627.24\" y2=\"77.631\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"white\" stop-opacity=\"0\"/>\n<stop offset=\"0.466346\" stop-color=\"white\"/>\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0\"/>\n</linearGradient>\n</defs>\n<rect data-zone=\"screen-area\" x=\"93.5127\" y=\"72.3398\" width=\"1490.91\" height=\"3468.8\" rx=\"24.7015\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"hardware-overlay\" data-type=\"punch-hole\" cx=\"839.852\" cy=\"160.558\" r=\"42.3\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-top\" x=\"93.5127\" y=\"72.3398\" width=\"1490.91\" height=\"72\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-bottom\" x=\"93.5127\" y=\"3465\" width=\"1490.91\" height=\"76\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"status-bar\" x=\"93.5127\" y=\"72.3398\" width=\"1490.91\" height=\"128\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"power\" data-side=\"right\" x=\"1656\" y=\"859\" width=\"16\" height=\"200\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"volume-up\" data-side=\"right\" x=\"1656\" y=\"2704\" width=\"16\" height=\"100\" fill=\"none\" stroke=\"none\"/>\n</svg>`;\nconst SVG_STRING_SCALED = SVG_STRING\n .replace(/\\swidth=\"[^\"]*\"/, ' width=\"100%\"')\n .replace(/\\sheight=\"[^\"]*\"/, ' height=\"100%\"')\n .replace(/<svg\\b/, '<svg preserveAspectRatio=\"xMidYMid meet\" style=\"display:block\"');\n\nexport function GalaxyZFold7SVG({ style }: DeviceSVGProps) {\n return <div style={style} dangerouslySetInnerHTML={{ __html: SVG_STRING_SCALED }} />;\n}\nexport const GALAXY_Z_FOLD_7_FRAME: DeviceFrameInfo = {\n \"bezelTop\": 18,\n \"bezelBottom\": 19,\n \"bezelLeft\": 23,\n \"bezelRight\": 22,\n \"totalWidth\": 419,\n \"totalHeight\": 907,\n \"screenWidth\": 374,\n \"screenHeight\": 870,\n \"screenRadius\": 6\n};\nexport const GALAXY_Z_FOLD_7_SCREEN_RECT: SVGScreenRect = { \"x\": 93.5127, \"y\": 72.3398, \"width\": 1490.91, \"height\": 3468.8, \"rx\": 24.7015 };\n","import type { CSSProperties } from \"react\";\nimport type { DeviceFrameInfo, DeviceLayoutData, DeviceMeta, SVGScreenRect } from \"../contract-types.js\";\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport const GALAXY_Z_FOLD_7_OPEN_META: DeviceMeta = {\n id: \"galaxy-z-fold-7-open\",\n name: \"Galaxy Z Fold 7 (Open)\",\n platform: \"android\",\n year: 2025,\n formFactor: \"foldable\",\n screen: {\n width: 771,\n height: 855,\n physicalWidth: 2208,\n physicalHeight: 2448,\n dpr: 2.86,\n aspectRatio: \"10:9\",\n cornerRadius: 5,\n ppi: 378\n }\n};\nexport const GALAXY_Z_FOLD_7_OPEN_LAYOUT: DeviceLayoutData = {\n meta: GALAXY_Z_FOLD_7_OPEN_META,\n safeArea: {\n portrait: { top: 32, bottom: 24, left: 0, right: 0 },\n landscape: { top: 0, bottom: 24, left: 32, right: 32 }\n },\n hardwareOverlays: {\n type: \"punch-hole\",\n portrait: {\n x: 583,\n y: 12,\n width: 8,\n height: 8,\n shape: \"circle\",\n cornerRadius: 4\n }\n },\n statusBar: {\n height: 32,\n style: \"fullwidth\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true\n },\n homeIndicator: {\n type: \"swipe-bar\",\n height: 5,\n width: 134,\n visible: true\n }\n};\nconst SVG_STRING = `<svg width=\"3250\" height=\"3580\" viewBox=\"0 0 3250 3580\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g filter=\"url(#filter0_n_67_2155)\">\n<mask id=\"mask0_67_2155\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"1618\" y=\"0\" width=\"1617\" height=\"3580\">\n<path d=\"M3234.89 68.1582C3234.89 30.5155 3204.38 0 3166.73 0H1635.8C1626.14 0 1618.32 7.82448 1618.32 17.4765V3561.7C1618.32 3571.35 1626.14 3579.18 1635.8 3579.18H3166.73C3204.38 3579.18 3234.89 3548.66 3234.89 3511.02V68.1582Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask0_67_2155)\">\n<g filter=\"url(#filter1_i_67_2155)\">\n<path d=\"M3234.89 68.1582C3234.89 30.5155 3204.38 0 3166.73 0H1635.8C1626.14 0 1618.32 7.82448 1618.32 17.4765V3561.7C1618.32 3571.35 1626.14 3579.18 1635.8 3579.18H3166.73C3204.38 3579.18 3234.89 3548.66 3234.89 3511.02V68.1582Z\" fill=\"url(#paint0_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter2_f_67_2155)\" style=\"mix-blend-mode:multiply\">\n<path d=\"M3236.64 3448.11C3261.98 3519.76 3253.24 3604.52 3144.01 3588.79C3174.52 3580.96 3245.38 3580.05 3236.64 3448.11Z\" fill=\"#2B2B2B\" fill-opacity=\"0.62\"/>\n</g>\n<g filter=\"url(#filter3_f_67_2155)\">\n<path d=\"M1630.89 29.4848C1630.89 15.4059 1635.33 6.27503 1637.54 3.46945C1637.54 -6.93669 1624.73 -3.41697 1618.32 -0.35634V40.197H1630.89V29.4848Z\" fill=\"#181818\"/>\n</g>\n<g opacity=\"0.8\" filter=\"url(#filter4_f_67_2155)\" style=\"mix-blend-mode:color-dodge\">\n<path d=\"M1629.68 3509.27C1630.26 3509.27 1630.85 3509.27 1631.43 3509.27C1631.43 3518 1631.43 3526.73 1631.43 3535.46C1631.43 3544.79 1632.47 3554.12 1632.95 3563.45C1633.08 3565.45 1634.12 3567.25 1635.67 3568.38C1636.72 3569.15 1637.97 3569.6 1639.29 3569.66C1651.01 3570.01 1662.73 3571.32 1674.45 3571.32C1753.86 3571.32 1833.27 3571.32 1912.67 3571.32C2316.41 3571.32 2720.14 3571.32 3123.88 3571.32C3138.16 3571.32 3152.45 3571.13 3166.73 3570.93C3183.26 3570.78 3199.33 3563.4 3210.37 3551.35C3220.43 3540.55 3226.64 3526.03 3226.84 3511.02C3226.95 3504.64 3227.03 3498.25 3227.03 3491.86C3227.03 2924.44 3227.03 2357.02 3227.03 1789.59C3227.03 1215.78 3226.2 641.97 3226.16 68.1599C3226.22 53.3519 3220.46 38.6604 3210.37 27.83C3199.32 15.7667 3183.11 8.64691 3166.73 8.73983C2748.71 8.73983 2330.69 8.73983 1912.67 8.73983C1821.55 8.73983 1730.42 8.73983 1639.29 8.73983C1635.57 8.64705 1632.21 12.0087 1632.3 15.7304C1632.3 33.7894 1632.3 51.8484 1632.3 69.9074C1631.14 69.9074 1629.97 69.9074 1628.81 69.9074C1628.81 51.8484 1628.81 33.7894 1628.81 15.7304C1628.67 10.1431 1633.7 5.111 1639.29 5.24454C1730.42 5.24454 1821.55 5.24454 1912.67 5.24454C2330.69 5.24454 2748.71 5.24454 3166.73 5.24454C3184.06 5.14405 3201.24 12.6908 3212.94 25.4571C3223.61 36.9152 3229.72 52.4948 3229.65 68.1599C3229.61 641.97 3228.78 1215.78 3228.78 1789.59C3228.78 2357.02 3228.78 2924.44 3228.78 3491.86C3228.78 3498.25 3228.85 3504.64 3228.96 3511.02C3229.3 3526.49 3223.63 3542.24 3212.94 3553.73C3201.23 3566.51 3183.91 3573.79 3166.73 3573.45C3152.45 3573.25 3138.16 3573.06 3123.88 3573.06C2720.14 3573.06 2316.41 3573.06 1912.67 3573.06C1833.27 3573.06 1753.86 3573.06 1674.45 3573.06C1662.73 3573.06 1651.01 3574.37 1639.29 3574.72C1636.92 3574.79 1634.49 3574.03 1632.56 3572.61C1629.69 3570.52 1627.99 3566.93 1628.16 3563.45C1628.63 3554.12 1629.68 3544.79 1629.68 3535.46C1629.68 3526.73 1629.68 3518 1629.68 3509.27Z\" fill=\"url(#paint1_linear_67_2155)\"/>\n</g>\n<g opacity=\"0.8\" filter=\"url(#filter5_f_67_2155)\" style=\"mix-blend-mode:multiply\">\n<path d=\"M1634.92 3502.47C1635.51 3502.47 1636.09 3502.47 1636.67 3502.47C1636.67 3511.15 1636.67 3519.84 1636.67 3528.52C1636.67 3537.83 1637.72 3547.15 1638.19 3556.46C1638.32 3558.42 1639.33 3560.2 1640.84 3561.33C1641.89 3562.14 1643.18 3562.61 1644.53 3562.67C1656.14 3563.03 1667.74 3564.32 1679.34 3564.32C1758.34 3564.32 1837.34 3564.32 1916.34 3564.32C2317.98 3564.32 2719.63 3564.32 3121.27 3564.32C3134.1 3564.32 3146.92 3564.17 3159.74 3564C3177.58 3563.85 3194.82 3555.22 3205.87 3541.5C3214.42 3531.04 3219.57 3517.73 3219.79 3504.03C3219.93 3496.46 3220.04 3488.88 3220.04 3481.31C3220.04 2916.82 3220.04 2352.33 3220.04 1787.84C3220.04 1215.78 3219.2 643.717 3219.16 71.654C3219.21 58.1157 3214.43 44.659 3205.87 34.1873C3194.81 20.4479 3177.4 12.1155 3159.74 12.234C2745.27 12.234 2330.81 12.234 1916.34 12.234C1825.74 12.234 1735.14 12.234 1644.53 12.234C1640.81 12.1412 1637.45 15.5028 1637.54 19.2246C1637.54 37.2219 1637.54 55.2192 1637.54 73.2165C1636.38 73.2165 1635.21 73.2165 1634.05 73.2165C1634.05 55.2192 1634.05 37.2219 1634.05 19.2246C1633.92 13.6372 1638.95 8.60513 1644.53 8.73868C1735.14 8.73868 1825.74 8.73868 1916.34 8.73868C2330.81 8.73868 2745.27 8.73868 3159.74 8.73868C3178.42 8.61133 3196.88 17.4418 3208.58 31.9818C3217.64 43.0621 3222.71 57.3332 3222.66 71.654C3222.62 643.717 3221.78 1215.78 3221.78 1787.84C3221.78 2352.33 3221.78 2916.82 3221.78 3481.31C3221.78 3488.88 3221.89 3496.46 3222.03 3504.03C3222.35 3518.19 3217.66 3532.6 3208.58 3543.7C3196.86 3558.26 3178.24 3566.79 3159.74 3566.4C3146.92 3566.22 3134.1 3566.07 3121.27 3566.07C2719.63 3566.07 2317.98 3566.07 1916.34 3566.07C1837.34 3566.07 1758.34 3566.07 1679.34 3566.07C1667.74 3566.07 1656.14 3567.36 1644.53 3567.73C1642.1 3567.8 1639.61 3567 1637.66 3565.51C1634.87 3563.41 1633.23 3559.88 1633.4 3556.46C1633.87 3547.15 1634.92 3537.83 1634.92 3528.52C1634.92 3519.84 1634.92 3511.15 1634.92 3502.47Z\" fill=\"url(#paint2_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter6_f_67_2155)\" style=\"mix-blend-mode:lighten\">\n<path d=\"M3224.41 3451.6C3225.06 3471.41 3225.53 3491.21 3225.82 3511.02C3225.96 3520.55 3223.86 3530.13 3219.67 3538.74C3216.86 3544.54 3213.13 3549.89 3208.67 3554.55C3197 3566.83 3180.12 3573.94 3163.24 3573.71C3130.42 3573.45 3097.6 3573.06 3064.78 3573.06C2858.28 3573.06 2651.79 3573.06 2445.29 3573.06C2183.26 3573.06 1921.22 3573.06 1659.19 3573.06C1653.24 3573.06 1647.29 3573.06 1641.34 3573.06C1640.66 3573.06 1639.98 3573.06 1639.29 3573.06C1634.16 3573.17 1629.64 3568.46 1629.88 3563.45C1630.14 3551.61 1630.55 3539.76 1630.55 3527.92C1630.55 3521.85 1630.26 3515.79 1629.68 3509.73C1630.26 3509.73 1630.85 3509.73 1631.43 3509.73C1630.85 3515.79 1630.55 3521.85 1630.55 3527.92C1630.55 3539.76 1630.97 3551.61 1631.23 3563.45C1631.24 3567.75 1635.11 3571.44 1639.29 3571.32C1639.98 3571.32 1640.66 3571.32 1641.34 3571.32C1647.29 3571.32 1653.24 3571.32 1659.19 3571.32C1921.22 3571.32 2183.26 3571.32 2445.29 3571.32C2651.79 3571.32 2858.28 3571.32 3064.78 3571.32C3097.6 3571.32 3130.42 3570.93 3163.24 3570.67C3179.32 3570.62 3195.12 3563.73 3206.14 3552.13C3210.36 3547.73 3213.91 3542.7 3216.64 3537.24C3220.69 3529.15 3222.87 3520.13 3223 3511.02C3223.29 3491.21 3223.76 3471.41 3224.41 3451.6Z\" fill=\"url(#paint3_linear_67_2155)\"/>\n</g>\n<g opacity=\"0.8\" filter=\"url(#filter7_f_67_2155)\" style=\"mix-blend-mode:plus-lighter\">\n<path d=\"M1690.41 72.99C1690.12 72.99 1689.83 72.99 1689.54 72.99C1689.83 70.7013 1689.97 68.4125 1689.97 66.1237C1689.97 52.8207 1689.94 39.5178 1689.89 26.2148C1689.75 21.5149 1693.98 17.2378 1698.71 17.3302C1705.8 17.2983 1712.88 17.264 1719.96 17.2307C1741.06 17.1313 1762.16 17.0397 1783.25 17.0397C2007.42 17.0397 2231.59 17.0397 2455.76 17.0397C2690.42 17.0397 2925.08 16.6475 3159.74 16.6062C3170.51 16.5859 3181.25 19.4257 3190.58 24.7943C3192.71 26.0213 3194.78 27.3783 3196.76 28.8512C3212.35 40.3279 3221.41 59.6092 3221.02 78.6442C3220.95 83.858 3220.91 89.0718 3220.91 94.2856C3220.91 94.8973 3221.06 95.5089 3221.35 96.1206C3221.06 96.1206 3220.77 96.1206 3220.47 96.1206C3220.77 95.5089 3220.91 94.8973 3220.91 94.2856C3220.91 89.0718 3220.87 83.858 3220.81 78.6442C3220.7 59.5722 3210.79 41.337 3195.72 30.2529C3193.79 28.8213 3191.78 27.5024 3189.71 26.3099C3180.64 21.0923 3170.21 18.3313 3159.74 18.3469C2925.08 18.3056 2690.42 17.9135 2455.76 17.9135C2231.59 17.9135 2007.42 17.9135 1783.25 17.9135C1762.16 17.9135 1741.06 17.8218 1719.96 17.7225C1712.88 17.6891 1705.8 17.6549 1698.71 17.6229C1694.14 17.489 1689.97 21.6056 1690.06 26.2148C1690.01 39.5178 1689.97 52.8207 1689.97 66.1237C1689.97 68.4125 1690.12 70.7013 1690.41 72.99Z\" fill=\"url(#paint4_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter8_f_67_2155)\">\n<path d=\"M1646.28 3572.19C1645.82 3572.25 1645.35 3572.3 1644.89 3572.36C1643.02 3572.57 1641.16 3572.73 1639.29 3572.85C1636.96 3573.02 1634.1 3572.51 1632.34 3570.45C1629.95 3567.61 1629.87 3564.01 1630.09 3560.83C1630.18 3559.84 1630.28 3558.85 1630.39 3557.85C1630.44 3557.39 1630.5 3556.93 1630.55 3556.46C1630.61 3556.93 1630.67 3557.39 1630.72 3557.85C1630.83 3558.85 1630.93 3559.84 1631.02 3560.83C1631.31 3563.94 1631.81 3567.17 1633.64 3569.29C1634.95 3570.82 1637.07 3571.41 1639.29 3571.53C1641.16 3571.65 1643.02 3571.81 1644.89 3572.02C1645.35 3572.08 1645.82 3572.13 1646.28 3572.19Z\" fill=\"url(#paint5_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter9_f_67_2155)\" style=\"mix-blend-mode:plus-lighter\">\n<path d=\"M1630.55 32.3329C1630.55 32.3329 1630.55 32.3329 1630.55 32.3329C1630.5 31.3831 1630.45 30.4793 1630.41 29.5385C1630.25 25.3539 1630.23 21.1625 1630.93 16.9431C1631.54 12.9219 1633.63 7.86806 1638.35 6.68105C1639.82 6.24737 1641.32 6.12732 1642.79 6.13862C1649.72 6.20494 1656.66 6.43412 1663.6 6.82616C1664.53 6.87859 1665.45 6.93393 1666.38 6.99219C1665.45 7.05044 1664.53 7.10578 1663.6 7.15821C1656.66 7.55026 1649.72 7.77944 1642.79 7.84576C1641.42 7.86023 1640.09 7.99008 1638.84 8.35685C1631.1 10.9393 1631.65 21.7798 1630.74 29.5435C1630.67 30.4808 1630.61 31.3831 1630.55 32.3329Z\" fill=\"url(#paint6_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter10_f_67_2155)\">\n<rect width=\"27.9623\" height=\"24.467\" transform=\"matrix(-1 0 0 1 2787.5 3554.71)\" fill=\"url(#paint7_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter11_f_67_2155)\">\n<rect width=\"27.9623\" height=\"24.467\" transform=\"matrix(-1 0 0 1 2088.44 3554.71)\" fill=\"url(#paint8_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter12_f_67_2155)\">\n<rect width=\"27.9623\" height=\"20.9718\" transform=\"matrix(4.37114e-08 -1 -1 -4.37114e-08 3234.89 2707.1)\" fill=\"url(#paint9_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter13_f_67_2155)\">\n<rect width=\"27.9623\" height=\"24.467\" transform=\"matrix(4.37114e-08 -1 -1 -4.37114e-08 3234.89 880.814)\" fill=\"url(#paint10_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter14_f_67_2155)\">\n<rect width=\"27.9623\" height=\"20.9718\" transform=\"matrix(-1 0 0 1 2796.23 0)\" fill=\"url(#paint11_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter15_f_67_2155)\">\n<rect width=\"27.9623\" height=\"20.9718\" transform=\"matrix(-1 0 0 1 2252.72 0)\" fill=\"url(#paint12_linear_67_2155)\"/>\n</g>\n</g>\n<mask id=\"mask1_67_2155\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"1617\" height=\"3580\">\n<path d=\"M0 68.1582C0 30.5155 30.5155 0 68.1582 0H1599.1C1608.75 0 1616.57 7.82448 1616.57 17.4765V3561.7C1616.57 3571.35 1608.75 3579.18 1599.1 3579.18H68.1581C30.5154 3579.18 0 3548.66 0 3511.02V68.1582Z\" fill=\"#2E3B67\"/>\n</mask>\n<g mask=\"url(#mask1_67_2155)\">\n<g filter=\"url(#filter16_i_67_2155)\">\n<path d=\"M0 68.1582C0 30.5155 30.5155 0 68.1582 0H1599.1C1608.75 0 1616.57 7.82448 1616.57 17.4765V3561.7C1616.57 3571.35 1608.75 3579.18 1599.1 3579.18H68.1581C30.5154 3579.18 0 3548.66 0 3511.02V68.1582Z\" fill=\"url(#paint13_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter17_f_67_2155)\" style=\"mix-blend-mode:multiply\">\n<path d=\"M-3.49797 3448.11C-28.8391 3519.76 -20.0975 3604.52 89.1298 3588.79C58.6263 3580.96 -12.2359 3580.05 -3.49797 3448.11Z\" fill=\"#616161\"/>\n</g>\n<g filter=\"url(#filter18_f_67_2155)\">\n<path d=\"M1600.57 38.7189C1600.57 20.6979 1594.93 9.01039 1592.11 5.41925C1592.11 -7.90061 1608.42 -3.39536 1616.57 0.522244V52.4305H1600.57V38.7189Z\" fill=\"#181818\"/>\n</g>\n<g opacity=\"0.8\" filter=\"url(#filter19_f_67_2155)\" style=\"mix-blend-mode:color-dodge\">\n<path d=\"M1605.21 3509.27C1604.63 3509.27 1604.05 3509.27 1603.46 3509.27C1603.46 3518 1603.46 3526.73 1603.46 3535.46C1603.46 3544.79 1602.42 3554.12 1601.95 3563.45C1601.81 3565.45 1600.77 3567.25 1599.22 3568.38C1598.18 3569.15 1596.92 3569.6 1595.6 3569.66C1583.88 3570.01 1572.16 3571.32 1560.44 3571.32C1481.03 3571.32 1401.63 3571.32 1322.22 3571.32C918.483 3571.32 514.748 3571.32 111.013 3571.32C96.7278 3571.32 82.4428 3571.13 68.1579 3570.93C51.6365 3570.78 35.5667 3563.4 24.5199 3551.35C14.4604 3540.55 8.21762 3526.04 8.01899 3511.02C7.92695 3505.45 7.86406 3499.87 7.86406 3494.29C7.86406 2926.06 7.86406 2357.82 7.86406 1789.59C7.86406 1215.78 8.69333 641.97 8.73616 68.1599C8.67251 53.3519 14.4366 38.6604 24.5199 27.83C35.5771 15.7667 51.7848 8.64691 68.1578 8.73983C486.178 8.73983 904.198 8.73983 1322.22 8.73983C1409.12 8.73983 1496.03 8.73983 1582.94 8.73983C1587.16 8.73983 1591.38 9.04523 1595.6 9.4007C1599.01 9.75996 1601.19 12.9662 1600.92 15.7304C1600.87 17.03 1600.84 18.3296 1600.84 19.6291C1600.84 36.3886 1601.43 53.148 1602.59 69.9074C1603.76 69.9074 1604.92 69.9074 1606.09 69.9074C1607.25 53.148 1607.83 36.3886 1607.83 19.6291C1607.83 18.3296 1607.8 17.03 1607.75 15.7304C1607.71 9.18556 1601.5 3.99809 1595.6 4.58368C1591.38 4.93914 1587.16 5.24454 1582.94 5.24454C1496.03 5.24454 1409.12 5.24454 1322.22 5.24454C904.198 5.24454 486.178 5.24454 68.1578 5.24454C50.834 5.14405 33.6504 12.6908 21.9536 25.4571C11.2818 36.9152 5.17245 52.4948 5.24431 68.1599C5.28714 641.97 6.11641 1215.78 6.11641 1789.59C6.11641 2357.82 6.11641 2926.06 6.11641 3494.29C6.11641 3499.87 6.05352 3505.45 5.96147 3511.02C5.62733 3526.48 11.258 3542.24 21.9536 3553.73C33.661 3566.51 50.9825 3573.79 68.1579 3573.45C82.4428 3573.25 96.7278 3573.06 111.013 3573.06C514.748 3573.06 918.483 3573.06 1322.22 3573.06C1401.63 3573.06 1481.03 3573.06 1560.44 3573.06C1572.16 3573.06 1583.88 3574.37 1595.6 3574.72C1597.97 3574.79 1600.4 3574.03 1602.33 3572.61C1605.21 3570.52 1606.91 3566.93 1606.73 3563.45C1606.26 3554.12 1605.21 3544.79 1605.21 3535.46C1605.21 3526.73 1605.21 3518 1605.21 3509.27Z\" fill=\"url(#paint14_linear_67_2155)\"/>\n</g>\n<g opacity=\"0.8\" filter=\"url(#filter20_f_67_2155)\" style=\"mix-blend-mode:multiply\">\n<path d=\"M1599.97 3500.75C1599.39 3500.75 1598.81 3500.75 1598.22 3500.75C1598.22 3509.43 1598.22 3518.11 1598.22 3526.8C1598.22 3536.1 1597.17 3545.41 1596.7 3554.71C1596.57 3556.68 1595.56 3558.45 1594.05 3559.59C1592.99 3560.39 1591.71 3560.86 1590.36 3560.92C1578.75 3561.28 1567.15 3562.58 1555.54 3562.58C1476.57 3562.58 1397.59 3562.58 1318.62 3562.58C917.077 3562.58 515.539 3562.58 114 3562.58C101.05 3562.58 88.0994 3562.42 75.1491 3562.25C57.4509 3562.1 40.3312 3553.6 29.2769 3540.05C20.5754 3529.56 15.2866 3516.13 15.0672 3502.28C14.9451 3495.65 14.8553 3489.02 14.8553 3482.39C14.8553 2917.25 14.8553 2352.11 14.8553 1786.97C14.8553 1215.2 15.6877 643.425 15.7276 71.654C15.6798 57.9836 20.5578 44.3981 29.2768 33.8826C40.3446 20.3196 57.6289 12.1184 75.1491 12.234C489.638 12.234 904.127 12.234 1318.62 12.234C1409.2 12.234 1499.78 12.234 1590.36 12.234C1594.08 12.1412 1597.44 15.5028 1597.35 19.2246C1597.35 37.2116 1597.35 55.1986 1597.35 73.1857C1598.51 73.1857 1599.68 73.1857 1600.84 73.1857C1600.84 55.1986 1600.84 37.2116 1600.84 19.2246C1600.98 13.6372 1595.95 8.60513 1590.36 8.73868C1499.78 8.73868 1409.2 8.73868 1318.62 8.73868C904.127 8.73868 489.638 8.73868 75.1491 8.73868C56.6096 8.61444 38.2878 17.306 26.5798 31.6593C17.351 42.7857 12.1807 57.1935 12.2353 71.654C12.2752 643.425 13.1076 1215.2 13.1076 1786.97C13.1076 2352.11 13.1076 2917.25 13.1076 3482.39C13.1076 3489.02 13.0178 3495.65 12.8957 3502.28C12.5738 3516.57 17.3335 3531.13 26.5799 3542.28C38.3014 3556.65 56.7876 3565.04 75.1491 3564.66C88.0994 3564.48 101.05 3564.32 114 3564.32C515.539 3564.32 917.077 3564.32 1318.62 3564.32C1397.59 3564.32 1476.57 3564.32 1555.54 3564.32C1567.15 3564.32 1578.75 3565.62 1590.36 3565.98C1592.78 3566.05 1595.27 3565.26 1597.21 3563.77C1600.02 3561.68 1601.66 3558.14 1601.49 3554.71C1601.02 3545.41 1599.97 3536.1 1599.97 3526.8C1599.97 3518.11 1599.97 3509.43 1599.97 3500.75Z\" fill=\"url(#paint15_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter21_f_67_2155)\" style=\"mix-blend-mode:lighten\">\n<path d=\"M12.2334 3477.82C11.8819 3488.3 11.5834 3498.79 11.338 3509.27C10.7748 3527.7 19.2868 3546.28 33.752 3558.06C38.6365 3562.08 44.1501 3565.35 50.0323 3567.71C57.4403 3570.68 65.4302 3572.17 73.401 3572.13C114.041 3571.93 154.681 3571.32 195.321 3571.32C398.152 3571.32 600.984 3571.32 803.815 3571.32C1061.2 3571.32 1318.59 3571.32 1575.98 3571.32C1581.82 3571.32 1587.66 3571.32 1593.51 3571.32C1594.2 3571.32 1594.9 3571.32 1595.6 3571.31C1600.72 3571.44 1605.32 3566.8 1605.17 3561.7C1605.06 3544.22 1604.79 3526.74 1604.34 3509.26C1603.89 3526.74 1603.62 3544.22 1603.51 3561.7C1603.58 3565.92 1599.79 3569.67 1595.6 3569.57C1594.9 3569.57 1594.2 3569.57 1593.51 3569.57C1587.66 3569.57 1581.82 3569.57 1575.98 3569.57C1318.59 3569.57 1061.2 3569.57 803.815 3569.57C600.984 3569.57 398.152 3569.57 195.321 3569.57C154.681 3569.57 114.041 3568.95 73.401 3568.75C65.8491 3568.72 58.325 3567.27 51.3312 3564.46C45.7783 3562.24 40.5568 3559.18 35.8889 3555.43C22.0876 3544.44 13.4463 3527.18 13.1288 3509.27C12.8834 3498.79 12.5849 3488.3 12.2334 3477.82Z\" fill=\"url(#paint16_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter22_f_67_2155)\" style=\"mix-blend-mode:plus-darker\">\n<path d=\"M11.3596 122.336C11.9421 122.336 12.5247 122.336 13.1072 122.336C12.5247 121.066 12.2334 119.796 12.2334 118.526C12.2334 104.067 12.4708 89.6088 12.7705 75.1501C13.0026 62.3072 17.5062 49.7217 25.2326 39.7032C32.2756 30.5066 41.9172 23.4295 52.6992 19.4352C59.3018 16.9776 66.3295 15.6826 73.401 15.6179C98.4908 15.3821 123.581 14.8562 148.67 14.8562C362.474 14.8562 576.278 15.7301 790.082 15.7301C1048.07 15.7301 1306.05 14.1531 1564.04 13.9951C1569.9 13.9916 1575.76 13.9887 1581.62 13.9866C1586.27 13.8717 1590.47 18.0663 1590.36 22.7207C1590.36 25.8916 1590.36 29.0625 1590.36 32.2334C1590.36 47.292 1590.07 62.3506 1589.48 77.4092C1590.07 77.4092 1590.65 77.4092 1591.23 77.4092C1590.65 62.3506 1590.36 47.292 1590.36 32.2334C1590.36 29.0625 1590.36 25.8916 1590.36 22.7207C1590.47 18.0659 1586.28 13.8668 1581.62 13.9782C1575.76 13.9761 1569.9 13.9733 1564.04 13.9697C1306.05 13.8117 1048.07 12.2348 790.082 12.2348C576.278 12.2348 362.474 13.1086 148.67 13.1086C123.581 13.1086 98.4908 12.5828 73.401 12.3469C65.9504 12.2739 58.4758 13.5543 51.4814 16.1589C40.0479 20.3893 30.0199 28.1981 23.033 38.0818C15.3474 48.8632 11.3865 62.0992 11.6963 75.1501C11.996 89.6088 12.2334 104.067 12.2334 118.526C12.2334 119.796 11.9421 121.066 11.3596 122.336Z\" fill=\"url(#paint17_linear_67_2155)\"/>\n</g>\n<g opacity=\"0.8\" filter=\"url(#filter23_f_67_2155)\" style=\"mix-blend-mode:plus-lighter\">\n<path d=\"M17.0397 122.335C17.3309 122.335 17.6222 122.335 17.9135 122.335C17.6222 121.107 17.4766 119.878 17.4766 118.65C17.4766 105.314 17.5845 91.9793 17.7244 78.6442C17.8229 65.5151 22.358 52.5481 30.3303 42.2497C37.2337 33.267 46.6433 26.2807 57.1974 22.276C64.0247 19.6728 71.3211 18.3216 78.6442 18.2884C102.518 18.1679 126.391 17.9135 150.265 17.9135C357.079 17.9135 563.894 18.3504 770.709 18.3504C1005.52 18.3504 1240.34 17.9135 1475.15 17.9135C1489.89 17.9135 1504.63 17.9135 1519.37 17.9135C1524.97 17.9135 1530.58 17.9135 1536.18 17.9135C1540.6 17.8054 1544.59 21.7935 1544.48 26.2148C1544.48 43.7623 1544.48 61.3098 1544.48 78.8573C1544.77 78.8573 1545.06 78.8573 1545.36 78.8573C1545.36 61.3098 1545.36 43.7623 1545.36 26.2148C1545.47 21.3271 1541.07 16.9214 1536.18 17.0397C1530.58 17.0397 1524.97 17.0397 1519.37 17.0397C1504.63 17.0397 1489.89 17.0397 1475.15 17.0397C1240.34 17.0397 1005.52 16.6027 770.709 16.6027C563.894 16.6027 357.079 17.0397 150.265 17.0397C126.391 17.0397 102.518 16.7853 78.6442 16.6647C71.1289 16.6222 63.6026 17.9628 56.5756 20.6427C45.7076 24.764 36.1139 32.1072 29.2396 41.4268C21.2901 52.1195 17.048 65.4191 17.2287 78.6442C17.3687 91.9793 17.4766 105.314 17.4766 118.65C17.4766 119.878 17.3309 121.107 17.0397 122.335Z\" fill=\"url(#paint18_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter24_f_67_2155)\" style=\"mix-blend-mode:plus-lighter\">\n<path d=\"M1605.21 32.3329C1605.21 32.3329 1605.21 32.3329 1605.21 32.3329C1605.27 31.3831 1605.32 30.4793 1605.36 29.5385C1605.51 25.3539 1605.54 21.1625 1604.83 16.9431C1604.22 12.9219 1602.13 7.86806 1597.42 6.68105C1595.94 6.24737 1594.45 6.12732 1592.98 6.13862C1586.04 6.20494 1579.11 6.43412 1572.17 6.82616C1571.24 6.87859 1570.31 6.93393 1569.39 6.99219C1570.31 7.05044 1571.24 7.10578 1572.17 7.15821C1579.11 7.55026 1586.04 7.77944 1592.98 7.84576C1594.34 7.86023 1595.68 7.99008 1596.92 8.35685C1604.67 10.9393 1604.12 21.7798 1605.03 29.5435C1605.09 30.4808 1605.15 31.3831 1605.21 32.3329Z\" fill=\"url(#paint19_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter25_f_67_2155)\">\n<path d=\"M1588.61 3572.19C1589.07 3572.25 1589.54 3572.3 1590 3572.36C1591.87 3572.57 1593.73 3572.73 1595.6 3572.85C1597.93 3573.02 1600.79 3572.51 1602.56 3570.45C1604.94 3567.61 1605.03 3564.01 1604.8 3560.83C1604.72 3559.84 1604.62 3558.85 1604.51 3557.85C1604.45 3557.39 1604.4 3556.93 1604.34 3556.46C1604.28 3556.93 1604.23 3557.39 1604.17 3557.85C1604.06 3558.85 1603.96 3559.84 1603.88 3560.83C1603.58 3563.94 1603.09 3567.17 1601.25 3569.29C1599.94 3570.82 1597.83 3571.41 1595.6 3571.53C1593.73 3571.65 1591.87 3571.81 1590 3572.02C1589.54 3572.08 1589.07 3572.13 1588.61 3572.19Z\" fill=\"url(#paint20_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter26_f_67_2155)\">\n<rect x=\"447.397\" y=\"3554.71\" width=\"27.9623\" height=\"24.467\" fill=\"url(#paint21_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter27_f_67_2155)\">\n<rect x=\"1146.46\" y=\"3554.71\" width=\"27.9623\" height=\"24.467\" fill=\"url(#paint22_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter28_f_67_2155)\">\n<path d=\"M0 2707.1L-1.22227e-06 2679.14L20.9718 2679.14L20.9718 2707.1L0 2707.1Z\" fill=\"url(#paint23_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter29_f_67_2155)\">\n<rect y=\"880.814\" width=\"27.9623\" height=\"20.9718\" transform=\"rotate(-90 0 880.814)\" fill=\"url(#paint24_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter30_f_67_2155)\">\n<path d=\"M438.659 0H466.622V20.9718H438.659V0Z\" fill=\"url(#paint25_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter31_f_67_2155)\">\n<path d=\"M982.177 0H1010.14V20.9718H982.177V0Z\" fill=\"url(#paint26_linear_67_2155)\"/>\n</g>\n</g>\n</g>\n<path d=\"M40.1963 57.6724C40.1963 40.2989 54.2803 26.2148 71.6539 26.2148H1614.8C1615.76 26.2148 1616.55 26.9973 1616.55 27.9625V28.8235C1616.55 29.3132 1616.94 29.7101 1617.43 29.7101C1617.92 29.7101 1618.32 29.3132 1618.32 28.8235V27.9625C1618.32 26.9973 1619.1 26.2148 1620.07 26.2148H3164.99C3182.36 26.2148 3196.44 40.2989 3196.44 57.6725V3521.51C3196.44 3538.88 3182.36 3552.96 3164.99 3552.96H1620.07C1619.1 3552.96 1618.32 3552.18 1618.32 3551.22V3550.36C1618.32 3549.87 1617.92 3549.47 1617.43 3549.47C1616.94 3549.47 1616.55 3549.87 1616.55 3550.36V3551.22C1616.55 3552.18 1615.76 3552.96 1614.8 3552.96H71.6539C54.2804 3552.96 40.1963 3538.88 40.1963 3521.51V57.6724Z\" fill=\"#0F100F\"/>\n<g filter=\"url(#filter32_f_67_2155)\">\n<rect x=\"1551.91\" y=\"3542.48\" width=\"131.073\" height=\"3.49529\" fill=\"url(#paint27_linear_67_2155)\"/>\n</g>\n<rect x=\"1513.46\" y=\"3509.27\" width=\"209.718\" height=\"29.71\" fill=\"url(#paint28_linear_67_2155)\"/>\n<g filter=\"url(#filter33_f_67_2155)\">\n<rect width=\"131.073\" height=\"3.49529\" transform=\"matrix(1 0 0 -1 1551.91 36.7012)\" fill=\"url(#paint29_linear_67_2155)\"/>\n</g>\n<rect width=\"209.718\" height=\"29.71\" transform=\"matrix(1 0 0 -1 1513.46 69.9062)\" fill=\"url(#paint30_linear_67_2155)\"/>\n<g opacity=\"0.86\" filter=\"url(#filter34_i_67_2155)\">\n<path d=\"M80.3916 106.606C80.3916 95.0241 89.781 85.6348 101.363 85.6348H3133.53C3145.11 85.6348 3154.5 95.0241 3154.5 106.607V3472.57C3154.5 3484.16 3145.11 3493.54 3133.53 3493.54H101.363C89.7809 3493.54 80.3916 3484.16 80.3916 3472.57V106.606Z\" fill=\"none\"/>\n</g>\n<g filter=\"url(#filter35_f_67_2155)\">\n<circle cx=\"2404.76\" cy=\"167.774\" r=\"55.9247\" fill=\"#121212\"/>\n</g>\n<g filter=\"url(#filter36_f_67_2155)\">\n<circle cx=\"2404.76\" cy=\"167.775\" r=\"36.7006\" fill=\"url(#paint31_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter37_f_67_2155)\">\n<circle cx=\"2404.76\" cy=\"167.774\" r=\"29.71\" fill=\"url(#paint32_linear_67_2155)\"/>\n<circle cx=\"2404.76\" cy=\"167.774\" r=\"29.2731\" stroke=\"url(#paint33_linear_67_2155)\" stroke-width=\"0.873823\"/>\n</g>\n<g filter=\"url(#filter38_f_67_2155)\">\n<circle cx=\"2404.76\" cy=\"167.776\" r=\"24.467\" fill=\"#121212\"/>\n</g>\n<g filter=\"url(#filter39_f_67_2155)\">\n<path d=\"M2408.03 150.187C2411.61 154.58 2407.5 160.1 2401.34 165.129C2395.18 170.157 2389.3 172.79 2385.72 168.397C2382.13 164.005 2382.2 154.25 2388.36 149.221C2394.52 144.192 2404.44 145.794 2408.03 150.187Z\" fill=\"#171B22\"/>\n</g>\n<g filter=\"url(#filter40_f_67_2155)\">\n<path d=\"M2388.67 166.852C2385.26 163.439 2384.14 155.53 2388.33 151.342C2392.51 147.154 2400.42 148.273 2403.84 151.686C2407.25 155.098 2404.87 159.512 2400.68 163.7C2396.5 167.888 2392.08 170.264 2388.67 166.852Z\" fill=\"#161B24\"/>\n</g>\n<g filter=\"url(#filter41_f_67_2155)\">\n<circle cx=\"2398.64\" cy=\"161.659\" r=\"0.873823\" fill=\"#252B37\"/>\n</g>\n<g filter=\"url(#filter42_f_67_2155)\">\n<ellipse cx=\"2401.36\" cy=\"164.4\" rx=\"0.873823\" ry=\"1.74765\" transform=\"rotate(43.7398 2401.36 164.4)\" fill=\"#252A3A\"/>\n</g>\n<g filter=\"url(#filter43_f_67_2155)\">\n<path d=\"M2389.76 153.041C2386.46 156.487 2387.67 163.07 2389.8 165.102C2391.92 167.133 2394.15 163.842 2397.45 160.397C2400.74 156.952 2403.86 154.656 2401.74 152.625C2399.61 150.594 2393.06 149.596 2389.76 153.041Z\" fill=\"#20262D\"/>\n</g>\n<g filter=\"url(#filter44_f_67_2155)\">\n<ellipse cx=\"2395.45\" cy=\"158.512\" rx=\"1.38962\" ry=\"2.77925\" transform=\"rotate(43.7398 2395.45 158.512)\" fill=\"#292E36\"/>\n</g>\n<g filter=\"url(#filter45_f_67_2155)\">\n<path d=\"M2405.76 185.436C2403.11 182.181 2406.79 177.595 2412.1 173.279C2417.41 168.964 2422.34 166.552 2424.99 169.807C2427.63 173.062 2426.99 180.751 2421.68 185.067C2416.37 189.383 2408.4 188.691 2405.76 185.436Z\" fill=\"#191E27\"/>\n</g>\n<g filter=\"url(#filter46_f_67_2155)\">\n<path d=\"M2423.9 181.849C2420.85 185.03 2416.1 185.351 2415.44 184.721C2414.79 184.092 2418.47 182.75 2421.51 179.568C2424.56 176.387 2425.81 172.571 2426.47 173.201C2427.13 173.83 2426.94 178.667 2423.9 181.849Z\" fill=\"#1F1B27\"/>\n</g>\n<g filter=\"url(#filter47_f_67_2155)\">\n<ellipse cx=\"2422.84\" cy=\"180.656\" rx=\"0.772035\" ry=\"2.57736\" transform=\"rotate(43.7398 2422.84 180.656)\" fill=\"#2B2838\"/>\n</g>\n<g filter=\"url(#filter48_f_67_2155)\">\n<path d=\"M2417.87 179.139C2414.7 182.455 2410.6 182.957 2409.68 182.071C2408.95 181.376 2409.91 179.13 2411.9 176.593C2412.44 175.896 2403.8 167.323 2404.49 166.609C2405.23 165.828 2415.25 172.977 2415.98 172.365C2418.35 170.378 2420.46 169.386 2421.17 170.064C2422.09 170.95 2421.05 175.823 2417.87 179.139Z\" fill=\"#1D222C\"/>\n</g>\n<g filter=\"url(#filter49_f_67_2155)\">\n<ellipse cx=\"2416.56\" cy=\"177.869\" rx=\"1.35539\" ry=\"2.99806\" transform=\"rotate(43.7398 2416.56 177.869)\" fill=\"#292E3D\"/>\n</g>\n<g filter=\"url(#filter50_dddiiiii_67_2155)\">\n<path d=\"M3166.73 3480.44V92.6261C3166.73 78.645 3155.37 66.4115 3141.39 66.4115H1716.19C1708.47 66.4115 1702.21 60.1519 1702.21 52.4303V34.9538C1702.21 27.2322 1708.47 20.9727 1716.19 20.9727H3149.26C3202.56 20.9727 3212.17 46.3135 3212.17 81.2664V3486.55C3212.17 3536.36 3199.94 3556.46 3145.76 3556.46H1716.19C1708.47 3556.46 1702.21 3550.2 1702.21 3542.48V3525C1702.21 3517.28 1708.47 3511.02 1716.19 3511.02H3138.77C3153.63 3511.02 3166.73 3496.17 3166.73 3480.44Z\" fill=\"#222223\"/>\n</g>\n<g filter=\"url(#filter51_dddiiii_67_2155)\">\n<path d=\"M22.7197 3497.91L22.6992 87.3832C22.6992 34.08 46.3129 20.9727 89.1097 20.9727H1518.68C1526.41 20.9727 1532.67 27.2322 1532.67 34.9538V52.4303C1532.67 60.1519 1526.41 66.4115 1518.68 66.4115H101.364C81.2658 66.4115 68.138 81.2664 68.138 99.6167V3477.82C68.138 3492.67 77.7705 3511.02 101.364 3511.02H1518.68C1526.41 3511.02 1532.67 3517.28 1532.67 3525V3542.48C1532.67 3550.2 1526.41 3556.46 1518.68 3556.46H89.1302C39.3223 3556.46 22.7197 3543.35 22.7197 3497.91Z\" fill=\"#222223\"/>\n</g>\n<g filter=\"url(#filter52_df_67_2155)\">\n<path d=\"M3152.75 26.2154C3154.04 26.174 3155.34 26.1936 3156.63 26.2501C3168.17 26.9087 3180.03 29.6497 3189.1 36.7255C3189.97 37.4199 3190.8 38.1571 3191.58 38.9394C3198.94 46.2747 3204.02 55.8377 3206.33 66.0786C3206.6 67.3421 3206.82 68.6263 3206.93 69.9065C3206.91 68.621 3206.78 67.3177 3206.59 66.0314C3204.95 55.5983 3200.1 45.5609 3192.57 37.9584C3191.75 37.133 3190.88 36.3588 3189.97 35.6338C3180.48 28.2461 3168.23 25.8961 3156.64 25.9844C3155.34 26.0117 3154.03 26.081 3152.75 26.2154Z\" fill=\"url(#paint34_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter53_dn_67_2155)\">\n<mask id=\"mask2_67_2155\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"3234\" y=\"936\" width=\"14\" height=\"430\">\n<path d=\"M3234.89 1365.79V936.738C3244.68 938.136 3247.71 944.894 3248 948.098V1353.55C3248 1364.04 3239.26 1366.08 3234.89 1365.79Z\" fill=\"#455589\"/>\n</mask>\n<g mask=\"url(#mask2_67_2155)\">\n<g filter=\"url(#filter54_ii_67_2155)\">\n<path d=\"M3234.89 1365.79V936.738C3244.68 938.136 3247.71 944.894 3248 948.098V1353.55C3248 1364.04 3239.26 1366.08 3234.89 1365.79Z\" fill=\"#2F2F2F\"/>\n</g>\n<g filter=\"url(#filter55_f_67_2155)\">\n<path d=\"M3233.14 939.362C3236.64 937.614 3250.62 953.343 3250.62 947.226C3250.62 935.833 3230.66 931.498 3233.14 939.362Z\" fill=\"#070707\"/>\n</g>\n<g filter=\"url(#filter56_f_67_2155)\">\n<path d=\"M3233.14 1364.04C3238.74 1363.34 3246.54 1354.43 3249.75 1350.06C3250.04 1353.84 3249.05 1362.64 3242.76 1367.53C3236.47 1372.43 3233.73 1367.24 3233.14 1364.04Z\" fill=\"#111111\"/>\n</g>\n<g filter=\"url(#filter57_f_67_2155)\" style=\"mix-blend-mode:overlay\">\n<rect x=\"3236.88\" y=\"1353.79\" width=\"7.21691\" height=\"4.48822\" rx=\"1.74765\" transform=\"rotate(-6.63271 3236.88 1353.79)\" fill=\"white\" fill-opacity=\"0.6\"/>\n</g>\n<g opacity=\"0.8\" filter=\"url(#filter58_f_67_2155)\" style=\"mix-blend-mode:color-dodge\">\n<path d=\"M3239.26 950.721V1351.81\" stroke=\"url(#paint35_linear_67_2155)\" stroke-width=\"1.74765\"/>\n</g>\n</g>\n<g filter=\"url(#filter59_i_67_2155)\">\n<mask id=\"mask3_67_2155\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"3234\" y=\"1494\" width=\"8\" height=\"304\">\n<path d=\"M3234.89 1797.45V1494.24C3239.79 1494.94 3241.59 1497.44 3241.88 1498.61V1792.21C3241.88 1795.01 3237.22 1796.87 3234.89 1797.45Z\" fill=\"#455589\"/>\n</mask>\n<g mask=\"url(#mask3_67_2155)\">\n<g filter=\"url(#filter60_i_67_2155)\">\n<path d=\"M3234.89 1797.45V1494.24C3239.79 1494.94 3241.59 1497.44 3241.88 1498.61V1792.21C3241.88 1795.01 3237.22 1796.87 3234.89 1797.45Z\" fill=\"#373737\"/>\n</g>\n</g>\n</g>\n</g>\n<defs>\n<filter id=\"filter0_n_67_2155\" x=\"0\" y=\"0\" width=\"3234.89\" height=\"3579.18\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feTurbulence type=\"fractalNoise\" baseFrequency=\"0.52018022537231445 0.52018022537231445\" stitchTiles=\"stitch\" numOctaves=\"3\" result=\"noise\" seed=\"2866\" />\n<feColorMatrix in=\"noise\" type=\"luminanceToAlpha\" result=\"alphaNoise\" />\n<feComponentTransfer in=\"alphaNoise\" result=\"coloredNoise1\">\n<feFuncA type=\"discrete\" tableValues=\"1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \"/>\n</feComponentTransfer>\n<feComposite operator=\"in\" in2=\"shape\" in=\"coloredNoise1\" result=\"noise1Clipped\" />\n<feComponentTransfer in=\"alphaNoise\" result=\"coloredNoise2\">\n<feFuncA type=\"discrete\" tableValues=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 \"/>\n</feComponentTransfer>\n<feComposite operator=\"in\" in2=\"shape\" in=\"coloredNoise2\" result=\"noise2Clipped\" />\n<feFlood flood-color=\"rgba(12, 12, 12, 0.09)\" result=\"color1Flood\" />\n<feComposite operator=\"in\" in2=\"noise1Clipped\" in=\"color1Flood\" result=\"color1\" />\n<feFlood flood-color=\"rgba(80, 80, 80, 0.09)\" result=\"color2Flood\" />\n<feComposite operator=\"in\" in2=\"noise2Clipped\" in=\"color2Flood\" result=\"color2\" />\n<feMerge result=\"effect1_noise_67_2155\">\n<feMergeNode in=\"shape\" />\n<feMergeNode in=\"color1\" />\n<feMergeNode in=\"color2\" />\n</feMerge>\n</filter>\n<filter id=\"filter1_i_67_2155\" x=\"1615.7\" y=\"0\" width=\"1619.19\" height=\"3580.05\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-3.49529\" dy=\"0.873823\"/>\n<feGaussianBlur stdDeviation=\"1.31073\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0627451 0 0 0 0 0.0627451 0 0 0 0 0.0705882 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_2155\"/>\n</filter>\n<filter id=\"filter2_f_67_2155\" x=\"3130.03\" y=\"3434.12\" width=\"132.418\" height=\"170.552\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"6.99058\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter3_f_67_2155\" x=\"1609.06\" y=\"-12.7567\" width=\"37.7487\" height=\"62.2165\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"4.63126\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter4_f_67_2155\" x=\"1624.65\" y=\"1.7469\" width=\"1608.49\" height=\"3576.47\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.74765\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter5_f_67_2155\" x=\"1629.89\" y=\"5.24104\" width=\"1596.26\" height=\"3565.98\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.74765\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter6_f_67_2155\" x=\"1626.19\" y=\"3448.11\" width=\"1603.13\" height=\"129.104\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.74765\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter7_f_67_2155\" x=\"1686.39\" y=\"13.4597\" width=\"1538.1\" height=\"85.8072\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.57288\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter8_f_67_2155\" x=\"1628.09\" y=\"3554.54\" width=\"20.1183\" height=\"20.2628\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.961205\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter9_f_67_2155\" x=\"1625.08\" y=\"0.895734\" width=\"46.5484\" height=\"36.6792\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"2.62147\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter10_f_67_2155\" x=\"2758.66\" y=\"3553.84\" width=\"29.7096\" height=\"26.2144\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter11_f_67_2155\" x=\"2059.6\" y=\"3553.84\" width=\"29.7096\" height=\"26.2144\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter12_f_67_2155\" x=\"3213.05\" y=\"2678.27\" width=\"22.7193\" height=\"29.7105\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter13_f_67_2155\" x=\"3209.55\" y=\"851.978\" width=\"26.2144\" height=\"29.7105\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter14_f_67_2155\" x=\"2767.4\" y=\"-0.873823\" width=\"29.7096\" height=\"22.7203\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter15_f_67_2155\" x=\"2223.88\" y=\"-0.873823\" width=\"29.7096\" height=\"22.7203\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter16_i_67_2155\" x=\"0\" y=\"0\" width=\"1619.19\" height=\"3580.05\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"3.49529\" dy=\"0.873823\"/>\n<feGaussianBlur stdDeviation=\"1.31073\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0627451 0 0 0 0 0.0627451 0 0 0 0 0.0705882 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_2155\"/>\n</filter>\n<filter id=\"filter17_f_67_2155\" x=\"-32.8026\" y=\"3430.63\" width=\"139.409\" height=\"177.543\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"8.73823\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter18_f_67_2155\" x=\"1582.84\" y=\"-12.7567\" width=\"42.9918\" height=\"74.4489\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"4.63126\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter19_f_67_2155\" x=\"1.92361\" y=\"1.21854\" width=\"1609.23\" height=\"3576.83\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.66026\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter20_f_67_2155\" x=\"8.91385\" y=\"5.4158\" width=\"1595.91\" height=\"3563.89\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.66026\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter21_f_67_2155\" x=\"7.81623\" y=\"3474.32\" width=\"1600.85\" height=\"101.305\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.74765\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter22_f_67_2155\" x=\"7.86408\" y=\"8.73908\" width=\"1586.86\" height=\"117.092\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.74765\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter23_f_67_2155\" x=\"11.7971\" y=\"11.3606\" width=\"1538.8\" height=\"116.218\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"2.62147\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter24_f_67_2155\" x=\"1564.14\" y=\"0.895734\" width=\"46.5484\" height=\"36.6792\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"2.62147\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter25_f_67_2155\" x=\"1585.99\" y=\"3553.84\" width=\"21.5164\" height=\"21.6609\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.31073\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter26_f_67_2155\" x=\"446.524\" y=\"3553.84\" width=\"29.7096\" height=\"26.2144\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter27_f_67_2155\" x=\"1145.58\" y=\"3553.84\" width=\"29.7096\" height=\"26.2144\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter28_f_67_2155\" x=\"-0.873823\" y=\"2678.27\" width=\"22.7193\" height=\"29.7105\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter29_f_67_2155\" x=\"-0.873823\" y=\"851.978\" width=\"22.7193\" height=\"29.7105\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter30_f_67_2155\" x=\"437.785\" y=\"-0.873823\" width=\"29.7096\" height=\"22.7203\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter31_f_67_2155\" x=\"981.303\" y=\"-0.873823\" width=\"29.7096\" height=\"22.7203\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter32_f_67_2155\" x=\"1551.04\" y=\"3541.6\" width=\"132.821\" height=\"5.24374\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter33_f_67_2155\" x=\"1551.04\" y=\"32.3313\" width=\"132.821\" height=\"5.24374\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter34_i_67_2155\" x=\"80.3916\" y=\"85.6348\" width=\"3074.11\" height=\"3407.91\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"1.74765\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.6 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_2155\"/>\n</filter>\n<filter id=\"filter35_f_67_2155\" x=\"2347.96\" y=\"110.976\" width=\"113.597\" height=\"113.597\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter36_f_67_2155\" x=\"2367.19\" y=\"130.2\" width=\"75.149\" height=\"75.148\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter37_f_67_2155\" x=\"2374.18\" y=\"137.191\" width=\"61.1676\" height=\"61.1676\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter38_f_67_2155\" x=\"2379.42\" y=\"142.435\" width=\"50.6822\" height=\"50.6812\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter39_f_67_2155\" x=\"2376.32\" y=\"139.115\" width=\"40.0349\" height=\"38.5027\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"3.49529\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter40_f_67_2155\" x=\"2382.13\" y=\"145.143\" width=\"26.8343\" height=\"26.8343\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.74765\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter41_f_67_2155\" x=\"2396.02\" y=\"159.038\" width=\"5.24334\" height=\"5.24334\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.873823\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter42_f_67_2155\" x=\"2398.25\" y=\"161.252\" width=\"6.22185\" height=\"6.29607\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.873823\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter43_f_67_2155\" x=\"2384.23\" y=\"147.278\" width=\"21.7005\" height=\"21.9418\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.74765\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter44_f_67_2155\" x=\"2391.54\" y=\"154.538\" width=\"7.83221\" height=\"7.94842\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.873823\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter45_f_67_2155\" x=\"2397.89\" y=\"161.308\" width=\"35.6042\" height=\"33.7741\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"3.49529\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter46_f_67_2155\" x=\"2413.62\" y=\"171.383\" width=\"14.9084\" height=\"15.3508\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.873823\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter47_f_67_2155\" x=\"2419.22\" y=\"176.971\" width=\"7.23064\" height=\"7.37029\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.873823\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter48_f_67_2155\" x=\"2401.83\" y=\"163.927\" width=\"22.2859\" height=\"21.1511\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.31073\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter49_f_67_2155\" x=\"2412.52\" y=\"173.76\" width=\"8.08123\" height=\"8.216\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.873823\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter50_dddiiiii_67_2155\" x=\"1698.71\" y=\"18.3512\" width=\"1517.83\" height=\"3543.35\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"1.74765\"/>\n<feGaussianBlur stdDeviation=\"1.31073\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_67_2155\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"3.49529\"/>\n<feGaussianBlur stdDeviation=\"0.873823\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0509804 0 0 0 0 0.0470588 0 0 0 0 0.0666667 0 0 0 0.5 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_dropShadow_67_2155\" result=\"effect2_dropShadow_67_2155\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"1.74765\"/>\n<feGaussianBlur stdDeviation=\"1.31073\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_dropShadow_67_2155\" result=\"effect3_dropShadow_67_2155\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect3_dropShadow_67_2155\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-3.49529\" dy=\"1.74765\"/>\n<feGaussianBlur stdDeviation=\"1.74765\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.223529 0 0 0 0 0.223529 0 0 0 0 0.227451 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect4_innerShadow_67_2155\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"1.74765\" dy=\"1.74765\"/>\n<feGaussianBlur stdDeviation=\"1.74765\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.223529 0 0 0 0 0.223529 0 0 0 0 0.227451 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect4_innerShadow_67_2155\" result=\"effect5_innerShadow_67_2155\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-3.49529\"/>\n<feGaussianBlur stdDeviation=\"0.873823\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.229784 0 0 0 0 0.230199 0 0 0 0 0.232692 0 0 0 0.5 0\"/>\n<feBlend mode=\"normal\" in2=\"effect5_innerShadow_67_2155\" result=\"effect6_innerShadow_67_2155\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"1.74765\" dy=\"-1.74765\"/>\n<feGaussianBlur stdDeviation=\"0.873823\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0929807 0 0 0 0 0.0939835 0 0 0 0 0.0999999 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect6_innerShadow_67_2155\" result=\"effect7_innerShadow_67_2155\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1.74765\" dy=\"1.74765\"/>\n<feGaussianBlur stdDeviation=\"0.873823\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0929807 0 0 0 0 0.0939835 0 0 0 0 0.0999999 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect7_innerShadow_67_2155\" result=\"effect8_innerShadow_67_2155\"/>\n</filter>\n<filter id=\"filter51_dddiiii_67_2155\" x=\"18.3301\" y=\"18.3512\" width=\"1517.83\" height=\"3543.35\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1.74765\"/>\n<feGaussianBlur stdDeviation=\"1.31073\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_67_2155\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"3.49529\"/>\n<feGaussianBlur stdDeviation=\"0.873823\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0509804 0 0 0 0 0.0470588 0 0 0 0 0.0666667 0 0 0 0.5 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_dropShadow_67_2155\" result=\"effect2_dropShadow_67_2155\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"1.74765\"/>\n<feGaussianBlur stdDeviation=\"1.31073\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_dropShadow_67_2155\" result=\"effect3_dropShadow_67_2155\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect3_dropShadow_67_2155\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"3.49529\" dy=\"3.49529\"/>\n<feGaussianBlur stdDeviation=\"1.74765\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.223529 0 0 0 0 0.223529 0 0 0 0 0.227451 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect4_innerShadow_67_2155\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1.74765\" dy=\"-1.74765\"/>\n<feGaussianBlur stdDeviation=\"1.74765\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.223529 0 0 0 0 0.223529 0 0 0 0 0.227451 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect4_innerShadow_67_2155\" result=\"effect5_innerShadow_67_2155\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"1.74765\" dy=\"-1.74765\"/>\n<feGaussianBlur stdDeviation=\"0.873823\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0929807 0 0 0 0 0.0939835 0 0 0 0 0.0999999 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect5_innerShadow_67_2155\" result=\"effect6_innerShadow_67_2155\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1.74765\" dy=\"1.74765\"/>\n<feGaussianBlur stdDeviation=\"0.873823\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0929807 0 0 0 0 0.0939835 0 0 0 0 0.0999999 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect6_innerShadow_67_2155\" result=\"effect7_innerShadow_67_2155\"/>\n</filter>\n<filter id=\"filter52_df_67_2155\" x=\"3147.51\" y=\"24.2348\" width=\"61.1673\" height=\"50.9144\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1.74765\" dy=\"1.74765\"/>\n<feGaussianBlur stdDeviation=\"1.74765\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_67_2155\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_67_2155\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.873823\" result=\"effect2_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter53_dn_67_2155\" x=\"3229.65\" y=\"933.243\" width=\"20.098\" height=\"867.707\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1.74765\"/>\n<feGaussianBlur stdDeviation=\"1.74765\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0627451 0 0 0 0 0.0627451 0 0 0 0 0.0666667 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_67_2155\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feTurbulence type=\"fractalNoise\" baseFrequency=\"0.52018022537231445 0.52018022537231445\" stitchTiles=\"stitch\" numOctaves=\"3\" result=\"noise\" seed=\"2866\" />\n<feColorMatrix in=\"noise\" type=\"luminanceToAlpha\" result=\"alphaNoise\" />\n<feComponentTransfer in=\"alphaNoise\" result=\"coloredNoise1\">\n<feFuncA type=\"discrete\" tableValues=\"1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \"/>\n</feComponentTransfer>\n<feComposite operator=\"in\" in2=\"shape\" in=\"coloredNoise1\" result=\"noise1Clipped\" />\n<feComponentTransfer in=\"alphaNoise\" result=\"coloredNoise2\">\n<feFuncA type=\"discrete\" tableValues=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 \"/>\n</feComponentTransfer>\n<feComposite operator=\"in\" in2=\"shape\" in=\"coloredNoise2\" result=\"noise2Clipped\" />\n<feFlood flood-color=\"rgba(12, 12, 12, 0.09)\" result=\"color1Flood\" />\n<feComposite operator=\"in\" in2=\"noise1Clipped\" in=\"color1Flood\" result=\"color1\" />\n<feFlood flood-color=\"rgba(80, 80, 80, 0.09)\" result=\"color2Flood\" />\n<feComposite operator=\"in\" in2=\"noise2Clipped\" in=\"color2Flood\" result=\"color2\" />\n<feMerge result=\"effect2_noise_67_2155\">\n<feMergeNode in=\"shape\" />\n<feMergeNode in=\"color1\" />\n<feMergeNode in=\"color2\" />\n</feMerge>\n<feBlend mode=\"normal\" in=\"effect2_noise_67_2155\" in2=\"effect1_dropShadow_67_2155\" result=\"effect2_noise_67_2155\"/>\n</filter>\n<filter id=\"filter54_ii_67_2155\" x=\"3233.14\" y=\"936.738\" width=\"16.6027\" height=\"429.072\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1.74765\"/>\n<feGaussianBlur stdDeviation=\"0.873823\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.113725 0 0 0 0 0.113725 0 0 0 0 0.121569 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_2155\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"1.74765\"/>\n<feGaussianBlur stdDeviation=\"0.873823\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0745098 0 0 0 0 0.0705882 0 0 0 0 0.0901961 0 0 0 0.8 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_67_2155\" result=\"effect2_innerShadow_67_2155\"/>\n</filter>\n<filter id=\"filter55_f_67_2155\" x=\"3228.56\" y=\"930.998\" width=\"26.4287\" height=\"22.0175\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"2.18456\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter56_f_67_2155\" x=\"3229.82\" y=\"1346.74\" width=\"23.2885\" height=\"26.1274\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.66026\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter57_f_67_2155\" x=\"3233.57\" y=\"1349.65\" width=\"14.2972\" height=\"11.9027\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.74765\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter58_f_67_2155\" x=\"3234.89\" y=\"947.225\" width=\"8.73863\" height=\"408.075\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.74765\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter59_i_67_2155\" x=\"3233.14\" y=\"1494.24\" width=\"8.73788\" height=\"303.217\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1.74765\"/>\n<feGaussianBlur stdDeviation=\"0.873823\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0461537 0 0 0 0 0.0461537 0 0 0 0 0.0461537 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_2155\"/>\n</filter>\n<filter id=\"filter60_i_67_2155\" x=\"3234.89\" y=\"1494.24\" width=\"8.73788\" height=\"303.217\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"1.74765\"/>\n<feGaussianBlur stdDeviation=\"0.873823\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.164706 0 0 0 0 0.164706 0 0 0 0 0.168627 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_2155\"/>\n</filter>\n<linearGradient id=\"paint0_linear_67_2155\" x1=\"3189.45\" y1=\"3.49527\" x2=\"1655.02\" y2=\"3579.18\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#444446\"/>\n<stop offset=\"0.502406\" stop-color=\"#1A191E\"/>\n</linearGradient>\n<linearGradient id=\"paint1_linear_67_2155\" x1=\"2429.23\" y1=\"6.99219\" x2=\"2429.23\" y2=\"3572.19\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#717173\" stop-opacity=\"0.8\"/>\n<stop offset=\"0.0944184\" stop-color=\"#5B5B5B\" stop-opacity=\"0.8\"/>\n<stop offset=\"0.246475\" stop-color=\"#545356\" stop-opacity=\"0.8\"/>\n<stop offset=\"1\" stop-color=\"#2D2D2F\"/>\n</linearGradient>\n<linearGradient id=\"paint2_linear_67_2155\" x1=\"2428.35\" y1=\"10.4863\" x2=\"2428.35\" y2=\"3565.2\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#78787A\"/>\n<stop offset=\"0.0944184\" stop-color=\"#626262\"/>\n<stop offset=\"0.246475\" stop-color=\"#676767\"/>\n<stop offset=\"1\" stop-color=\"#3B3B3B\"/>\n</linearGradient>\n<linearGradient id=\"paint3_linear_67_2155\" x1=\"3224.41\" y1=\"3572.19\" x2=\"1630.55\" y2=\"3572.19\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#414141\"/>\n<stop offset=\"0.753525\" stop-color=\"#302F32\"/>\n<stop offset=\"1\" stop-color=\"#5C5A60\"/>\n</linearGradient>\n<linearGradient id=\"paint4_linear_67_2155\" x1=\"3158.1\" y1=\"112.105\" x2=\"1696.98\" y2=\"111.818\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#9B9B9B\"/>\n<stop offset=\"0.0944184\" stop-color=\"#878787\"/>\n<stop offset=\"1\" stop-color=\"#707070\" stop-opacity=\"0.5\"/>\n</linearGradient>\n<linearGradient id=\"paint5_linear_67_2155\" x1=\"1630.55\" y1=\"3559.96\" x2=\"1644.53\" y2=\"3573.06\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#B9BBBC\" stop-opacity=\"0\"/>\n<stop offset=\"0.485577\" stop-color=\"#B9BBBC\"/>\n<stop offset=\"1\" stop-color=\"#B9BBBC\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint6_linear_67_2155\" x1=\"1648.47\" y1=\"6.99219\" x2=\"1631.43\" y2=\"26.2163\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#D8D8D8\" stop-opacity=\"0.5\"/>\n<stop offset=\"0.456731\" stop-color=\"#FBFBFB\"/>\n<stop offset=\"1\" stop-color=\"white\"/>\n</linearGradient>\n<linearGradient id=\"paint7_linear_67_2155\" x1=\"13.9812\" y1=\"0\" x2=\"13.9812\" y2=\"24.467\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#141316\"/>\n<stop offset=\"0.461833\" stop-color=\"#16151A\"/>\n<stop offset=\"0.682446\" stop-color=\"#212023\" stop-opacity=\"0.5\"/>\n<stop offset=\"1\" stop-color=\"#030306\"/>\n</linearGradient>\n<linearGradient id=\"paint8_linear_67_2155\" x1=\"13.9812\" y1=\"0\" x2=\"13.9812\" y2=\"24.467\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#1E1E1F\"/>\n<stop offset=\"0.461833\" stop-color=\"#18181A\"/>\n<stop offset=\"0.682446\" stop-color=\"#1C1C1D\" stop-opacity=\"0.8\"/>\n<stop offset=\"1\" stop-color=\"#030306\"/>\n</linearGradient>\n<linearGradient id=\"paint9_linear_67_2155\" x1=\"13.9812\" y1=\"0\" x2=\"13.9812\" y2=\"20.9718\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#212121\"/>\n<stop offset=\"0.145418\" stop-color=\"#000002\" stop-opacity=\"0.8\"/>\n<stop offset=\"0.278846\" stop-color=\"#242426\"/>\n<stop offset=\"0.604503\" stop-color=\"#101012\"/>\n<stop offset=\"1\" stop-color=\"#131215\"/>\n</linearGradient>\n<linearGradient id=\"paint10_linear_67_2155\" x1=\"13.9812\" y1=\"0\" x2=\"13.9812\" y2=\"24.467\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#212121\"/>\n<stop offset=\"0.145418\" stop-color=\"#2B2B2B\" stop-opacity=\"0.6\"/>\n<stop offset=\"0.278846\" stop-color=\"#3A393B\"/>\n<stop offset=\"0.604503\" stop-color=\"#272729\"/>\n<stop offset=\"1\" stop-color=\"#131215\"/>\n</linearGradient>\n<linearGradient id=\"paint11_linear_67_2155\" x1=\"13.9812\" y1=\"0\" x2=\"13.9812\" y2=\"20.9718\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#404040\"/>\n<stop offset=\"0.302885\" stop-color=\"#424243\"/>\n<stop offset=\"0.701923\" stop-color=\"#272728\" stop-opacity=\"0.5\"/>\n<stop offset=\"1\" stop-color=\"#232324\"/>\n</linearGradient>\n<linearGradient id=\"paint12_linear_67_2155\" x1=\"13.9812\" y1=\"0\" x2=\"13.9812\" y2=\"20.9718\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#474747\"/>\n<stop offset=\"0.302885\" stop-color=\"#363636\"/>\n<stop offset=\"0.701923\" stop-color=\"#272727\" stop-opacity=\"0.5\"/>\n<stop offset=\"1\" stop-color=\"#121212\"/>\n</linearGradient>\n<linearGradient id=\"paint13_linear_67_2155\" x1=\"45.4388\" y1=\"3.49527\" x2=\"1579.87\" y2=\"3579.18\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#444446\"/>\n<stop offset=\"0.502406\" stop-color=\"#1A191E\"/>\n</linearGradient>\n<linearGradient id=\"paint14_linear_67_2155\" x1=\"805.664\" y1=\"6.99219\" x2=\"805.664\" y2=\"3572.19\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#717173\" stop-opacity=\"0.8\"/>\n<stop offset=\"0.0944184\" stop-color=\"#5B5B5B\" stop-opacity=\"0.8\"/>\n<stop offset=\"0.246475\" stop-color=\"#545356\" stop-opacity=\"0.8\"/>\n<stop offset=\"1\" stop-color=\"#2D2D2F\"/>\n</linearGradient>\n<linearGradient id=\"paint15_linear_67_2155\" x1=\"806.539\" y1=\"10.4863\" x2=\"806.539\" y2=\"3563.45\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#78787A\"/>\n<stop offset=\"0.0944184\" stop-color=\"#626262\"/>\n<stop offset=\"0.246475\" stop-color=\"#676767\"/>\n<stop offset=\"1\" stop-color=\"#3B3B3B\"/>\n</linearGradient>\n<linearGradient id=\"paint16_linear_67_2155\" x1=\"12.2334\" y1=\"3570.44\" x2=\"1604.34\" y2=\"3570.44\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#302F32\"/>\n<stop offset=\"0.246475\" stop-color=\"#302F32\"/>\n<stop offset=\"1\" stop-color=\"#414141\"/>\n</linearGradient>\n<linearGradient id=\"paint17_linear_67_2155\" x1=\"76.9814\" y1=\"144.36\" x2=\"1491.08\" y2=\"149.436\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#C1C1C1\" stop-opacity=\"0.8\"/>\n<stop offset=\"0.0944184\" stop-color=\"#C7C7C7\"/>\n<stop offset=\"1\" stop-color=\"#BDBDBD\"/>\n</linearGradient>\n<linearGradient id=\"paint18_linear_67_2155\" x1=\"80.1452\" y1=\"143.648\" x2=\"1537.93\" y2=\"143.434\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#7B7373\"/>\n<stop offset=\"0.0944184\" stop-color=\"#989898\"/>\n<stop offset=\"1\" stop-color=\"#7C7C7C\" stop-opacity=\"0.5\"/>\n</linearGradient>\n<linearGradient id=\"paint19_linear_67_2155\" x1=\"1587.3\" y1=\"6.99219\" x2=\"1604.34\" y2=\"26.2163\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#D8D8D8\" stop-opacity=\"0.5\"/>\n<stop offset=\"0.456731\" stop-color=\"#FBFBFB\"/>\n<stop offset=\"1\" stop-color=\"white\"/>\n</linearGradient>\n<linearGradient id=\"paint20_linear_67_2155\" x1=\"1604.34\" y1=\"3559.96\" x2=\"1590.36\" y2=\"3573.06\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#B9BBBC\" stop-opacity=\"0\"/>\n<stop offset=\"0.485577\" stop-color=\"#B9BBBC\"/>\n<stop offset=\"1\" stop-color=\"#B9BBBC\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint21_linear_67_2155\" x1=\"461.379\" y1=\"3554.71\" x2=\"461.379\" y2=\"3579.18\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#020202\"/>\n<stop offset=\"0.461833\" stop-color=\"#212121\" stop-opacity=\"0.5\"/>\n<stop offset=\"0.682446\" stop-color=\"#242426\"/>\n<stop offset=\"1\" stop-color=\"#09090B\"/>\n</linearGradient>\n<linearGradient id=\"paint22_linear_67_2155\" x1=\"1160.44\" y1=\"3554.71\" x2=\"1160.44\" y2=\"3579.18\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#020202\"/>\n<stop offset=\"0.461833\" stop-color=\"#212121\" stop-opacity=\"0.5\"/>\n<stop offset=\"0.682446\" stop-color=\"#1D1D1D\"/>\n<stop offset=\"1\" stop-color=\"#09090B\"/>\n</linearGradient>\n<linearGradient id=\"paint23_linear_67_2155\" x1=\"-6.11136e-07\" y1=\"2693.12\" x2=\"20.9718\" y2=\"2693.12\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#0D0C0F\"/>\n<stop offset=\"0.145418\" stop-color=\"#1B1B1B\"/>\n<stop offset=\"0.278846\" stop-color=\"#181818\" stop-opacity=\"0.5\"/>\n<stop offset=\"0.604503\" stop-color=\"#181818\"/>\n<stop offset=\"1\" stop-color=\"#0A0A0C\"/>\n</linearGradient>\n<linearGradient id=\"paint24_linear_67_2155\" x1=\"13.9812\" y1=\"880.814\" x2=\"13.9812\" y2=\"901.786\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#212121\"/>\n<stop offset=\"0.145418\" stop-color=\"#2B2B2B\"/>\n<stop offset=\"0.278846\" stop-color=\"#3A393B\"/>\n<stop offset=\"0.604503\" stop-color=\"#272729\" stop-opacity=\"0.8\"/>\n<stop offset=\"1\" stop-color=\"#131215\"/>\n</linearGradient>\n<linearGradient id=\"paint25_linear_67_2155\" x1=\"452.64\" y1=\"0\" x2=\"452.64\" y2=\"20.9718\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#404040\"/>\n<stop offset=\"0.302885\" stop-color=\"#424243\"/>\n<stop offset=\"0.701923\" stop-color=\"#424244\" stop-opacity=\"0.5\"/>\n<stop offset=\"1\" stop-color=\"#18181A\"/>\n</linearGradient>\n<linearGradient id=\"paint26_linear_67_2155\" x1=\"996.158\" y1=\"0\" x2=\"996.158\" y2=\"20.9718\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#474747\"/>\n<stop offset=\"0.302885\" stop-color=\"#363636\"/>\n<stop offset=\"0.701923\" stop-color=\"#383838\" stop-opacity=\"0.5\"/>\n<stop offset=\"1\" stop-color=\"#181818\"/>\n</linearGradient>\n<linearGradient id=\"paint27_linear_67_2155\" x1=\"1551.91\" y1=\"3544.23\" x2=\"1682.98\" y2=\"3544.23\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#242425\" stop-opacity=\"0\"/>\n<stop offset=\"0.134615\" stop-color=\"#252526\" stop-opacity=\"0.862745\"/>\n<stop offset=\"0.490385\" stop-color=\"#252526\"/>\n<stop offset=\"0.927885\" stop-color=\"#252526\" stop-opacity=\"0.849057\"/>\n<stop offset=\"1\" stop-color=\"#252526\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint28_linear_67_2155\" x1=\"1513.46\" y1=\"3524.13\" x2=\"1723.18\" y2=\"3524.13\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#1D1D1E\" stop-opacity=\"0\"/>\n<stop offset=\"0.154177\" stop-color=\"#1D1D1E\"/>\n<stop offset=\"0.198772\" stop-color=\"#1D1D1E\" stop-opacity=\"0\"/>\n<stop offset=\"0.24956\" stop-color=\"#1D1D1E\"/>\n<stop offset=\"0.496068\" stop-color=\"#1D1D1E\"/>\n<stop offset=\"0.746293\" stop-color=\"#1D1D1E\"/>\n<stop offset=\"0.78841\" stop-color=\"#1D1D1E\" stop-opacity=\"0\"/>\n<stop offset=\"0.839198\" stop-color=\"#1D1D1E\"/>\n<stop offset=\"1\" stop-color=\"#1D1D1E\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint29_linear_67_2155\" x1=\"0\" y1=\"1.74765\" x2=\"131.073\" y2=\"1.74765\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#242425\" stop-opacity=\"0\"/>\n<stop offset=\"0.134615\" stop-color=\"#252526\" stop-opacity=\"0.862745\"/>\n<stop offset=\"0.490385\" stop-color=\"#252526\"/>\n<stop offset=\"0.927885\" stop-color=\"#252526\" stop-opacity=\"0.849057\"/>\n<stop offset=\"1\" stop-color=\"#252526\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint30_linear_67_2155\" x1=\"0\" y1=\"14.855\" x2=\"209.718\" y2=\"14.855\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#1D1D1E\" stop-opacity=\"0\"/>\n<stop offset=\"0.154177\" stop-color=\"#1D1D1E\"/>\n<stop offset=\"0.198772\" stop-color=\"#1D1D1E\" stop-opacity=\"0\"/>\n<stop offset=\"0.302885\" stop-color=\"#1D1D1E\"/>\n<stop offset=\"0.496068\" stop-color=\"#1D1D1E\"/>\n<stop offset=\"0.677885\" stop-color=\"#1D1D1E\"/>\n<stop offset=\"0.78841\" stop-color=\"#1D1D1E\" stop-opacity=\"0\"/>\n<stop offset=\"0.839198\" stop-color=\"#1D1D1E\"/>\n<stop offset=\"1\" stop-color=\"#1D1D1E\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint31_linear_67_2155\" x1=\"2376.8\" y1=\"140.686\" x2=\"2433.6\" y2=\"194.863\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#191919\"/>\n<stop offset=\"1\" stop-color=\"#1A1A1A\"/>\n</linearGradient>\n<linearGradient id=\"paint32_linear_67_2155\" x1=\"2384.37\" y1=\"148.258\" x2=\"2425.15\" y2=\"189.039\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#171717\"/>\n<stop offset=\"0.394231\" stop-color=\"#161616\"/>\n<stop offset=\"1\" stop-color=\"#1F1F1F\"/>\n</linearGradient>\n<linearGradient id=\"paint33_linear_67_2155\" x1=\"2383.79\" y1=\"145.929\" x2=\"2424.86\" y2=\"189.62\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#191919\"/>\n<stop offset=\"0.564066\" stop-color=\"#181818\"/>\n<stop offset=\"1\" stop-color=\"#1E1E1D\"/>\n</linearGradient>\n<linearGradient id=\"paint34_linear_67_2155\" x1=\"3154.5\" y1=\"26.2154\" x2=\"3208.68\" y2=\"73.4018\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"white\" stop-opacity=\"0\"/>\n<stop offset=\"0.466346\" stop-color=\"white\"/>\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint35_linear_67_2155\" x1=\"3239.76\" y1=\"950.721\" x2=\"3239.76\" y2=\"1351.81\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"white\" stop-opacity=\"0\"/>\n<stop offset=\"0.173077\" stop-color=\"white\"/>\n<stop offset=\"0.360577\" stop-color=\"white\" stop-opacity=\"0.6\"/>\n<stop offset=\"0.721154\" stop-color=\"white\" stop-opacity=\"0.879808\"/>\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0\"/>\n</linearGradient>\n</defs>\n<rect data-zone=\"screen-area\" x=\"80.3916\" y=\"85.6348\" width=\"3074.1084\" height=\"3407.9052\" rx=\"20.97\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"hardware-overlay\" data-type=\"punch-hole\" cx=\"2404.76\" cy=\"167.774\" r=\"55.9\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-top\" x=\"80.3916\" y=\"85.6348\" width=\"3074.1084\" height=\"128\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-bottom\" x=\"80.3916\" y=\"3367\" width=\"3074.1084\" height=\"126\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"status-bar\" x=\"80.3916\" y=\"85.6348\" width=\"3074.1084\" height=\"128\" fill=\"none\" stroke=\"none\"/>\n</svg>`;\nconst SVG_STRING_SCALED = SVG_STRING\n .replace(/\\swidth=\"[^\"]*\"/, ' width=\"100%\"')\n .replace(/\\sheight=\"[^\"]*\"/, ' height=\"100%\"')\n .replace(/<svg\\b/, '<svg preserveAspectRatio=\"xMidYMid meet\" style=\"display:block\"');\n\nexport function GalaxyZFold7OpenSVG({ style }: DeviceSVGProps) {\n return <div style={style} dangerouslySetInnerHTML={{ __html: SVG_STRING_SCALED }} />;\n}\nexport const GALAXY_Z_FOLD_7_OPEN_FRAME: DeviceFrameInfo = {\n \"bezelTop\": 21,\n \"bezelBottom\": 22,\n \"bezelLeft\": 20,\n \"bezelRight\": 24,\n \"totalWidth\": 815,\n \"totalHeight\": 898,\n \"screenWidth\": 771,\n \"screenHeight\": 855,\n \"screenRadius\": 5\n};\nexport const GALAXY_Z_FOLD_7_OPEN_SCREEN_RECT: SVGScreenRect = { \"x\": 80.3916, \"y\": 85.6348, \"width\": 3074.1084, \"height\": 3407.9052, \"rx\": 20.97 };\n","import type { DeviceLayoutData, DeviceMeta } from \"./contract-types.js\";\n\n// Tablets — iOS\nimport { IPAD_PRO_13_LAYOUT, IPAD_PRO_13_META } from \"./ios/ipad-pro-13.js\";\nimport { IPAD_PRO_11_LAYOUT, IPAD_PRO_11_META } from \"./ios/ipad-pro-11.js\";\nimport { IPAD_AIR_13_LAYOUT, IPAD_AIR_13_META } from \"./ios/ipad-air-13.js\";\nimport { IPAD_AIR_11_LAYOUT, IPAD_AIR_11_META } from \"./ios/ipad-air-11.js\";\nimport { IPAD_MINI_7_LAYOUT, IPAD_MINI_7_META } from \"./ios/ipad-mini-7.js\";\n\n// Tablets — Android\nimport { GALAXY_TAB_S10_LAYOUT, GALAXY_TAB_S10_META } from \"./android/galaxy-tab-s10.js\";\nimport { GALAXY_TAB_S10_ULTRA_LAYOUT, GALAXY_TAB_S10_ULTRA_META } from \"./android/galaxy-tab-s10-ultra.js\";\nimport { GALAXY_TAB_S10_FE_LAYOUT, GALAXY_TAB_S10_FE_META } from \"./android/galaxy-tab-s10-fe.js\";\n\n// Phones — iOS\nimport { IPHONE_17_PRO_MAX_LAYOUT, IPHONE_17_PRO_MAX_META } from \"./ios/iphone-17-pro-max.js\";\nimport { IPHONE_17_PRO_LAYOUT, IPHONE_17_PRO_META } from \"./ios/iphone-17-pro.js\";\nimport { IPHONE_AIR_LAYOUT, IPHONE_AIR_META } from \"./ios/iphone-air.js\";\nimport { IPHONE_16_LAYOUT, IPHONE_16_META } from \"./ios/iphone-16.js\";\nimport { IPHONE_16E_LAYOUT, IPHONE_16E_META } from \"./ios/iphone-16e.js\";\nimport { IPHONE_SE_3_LAYOUT, IPHONE_SE_3_META } from \"./ios/iphone-se-3.js\";\n\n// Phones — Android\nimport { GALAXY_S25_LAYOUT, GALAXY_S25_META } from \"./android/galaxy-s25.js\";\nimport { GALAXY_S25_EDGE_LAYOUT, GALAXY_S25_EDGE_META } from \"./android/galaxy-s25-edge.js\";\nimport { GALAXY_S25_ULTRA_LAYOUT, GALAXY_S25_ULTRA_META } from \"./android/galaxy-s25-ultra.js\";\nimport { PIXEL_9_PRO_LAYOUT, PIXEL_9_PRO_META } from \"./android/pixel-9-pro.js\";\nimport { PIXEL_9_PRO_XL_LAYOUT, PIXEL_9_PRO_XL_META } from \"./android/pixel-9-pro-xl.js\";\n\n// Foldables — Android\nimport { GALAXY_Z_FOLD_7_LAYOUT, GALAXY_Z_FOLD_7_META } from \"./android/galaxy-z-fold-7.js\";\nimport { GALAXY_Z_FOLD_7_OPEN_LAYOUT, GALAXY_Z_FOLD_7_OPEN_META } from \"./android/galaxy-z-fold-7-open.js\";\n\nexport const BUILTIN_METAS: Record<string, DeviceMeta> = {\n // Tablets\n [IPAD_PRO_13_META.id]: IPAD_PRO_13_META,\n [IPAD_PRO_11_META.id]: IPAD_PRO_11_META,\n [IPAD_AIR_13_META.id]: IPAD_AIR_13_META,\n [IPAD_AIR_11_META.id]: IPAD_AIR_11_META,\n [IPAD_MINI_7_META.id]: IPAD_MINI_7_META,\n [GALAXY_TAB_S10_META.id]: GALAXY_TAB_S10_META,\n [GALAXY_TAB_S10_ULTRA_META.id]: GALAXY_TAB_S10_ULTRA_META,\n [GALAXY_TAB_S10_FE_META.id]: GALAXY_TAB_S10_FE_META,\n // Phones — iOS\n [IPHONE_17_PRO_MAX_META.id]: IPHONE_17_PRO_MAX_META,\n [IPHONE_17_PRO_META.id]: IPHONE_17_PRO_META,\n [IPHONE_AIR_META.id]: IPHONE_AIR_META,\n [IPHONE_16_META.id]: IPHONE_16_META,\n [IPHONE_16E_META.id]: IPHONE_16E_META,\n [IPHONE_SE_3_META.id]: IPHONE_SE_3_META,\n // Phones — Android\n [GALAXY_S25_META.id]: GALAXY_S25_META,\n [GALAXY_S25_EDGE_META.id]: GALAXY_S25_EDGE_META,\n [GALAXY_S25_ULTRA_META.id]: GALAXY_S25_ULTRA_META,\n [PIXEL_9_PRO_META.id]: PIXEL_9_PRO_META,\n [PIXEL_9_PRO_XL_META.id]: PIXEL_9_PRO_XL_META,\n // Foldables\n [GALAXY_Z_FOLD_7_META.id]: GALAXY_Z_FOLD_7_META,\n [GALAXY_Z_FOLD_7_OPEN_META.id]: GALAXY_Z_FOLD_7_OPEN_META,\n};\n\nexport const BUILTIN_LAYOUTS: Record<string, DeviceLayoutData> = {\n // Tablets\n [IPAD_PRO_13_META.id]: IPAD_PRO_13_LAYOUT,\n [IPAD_PRO_11_META.id]: IPAD_PRO_11_LAYOUT,\n [IPAD_AIR_13_META.id]: IPAD_AIR_13_LAYOUT,\n [IPAD_AIR_11_META.id]: IPAD_AIR_11_LAYOUT,\n [IPAD_MINI_7_META.id]: IPAD_MINI_7_LAYOUT,\n [GALAXY_TAB_S10_META.id]: GALAXY_TAB_S10_LAYOUT,\n [GALAXY_TAB_S10_ULTRA_META.id]: GALAXY_TAB_S10_ULTRA_LAYOUT,\n [GALAXY_TAB_S10_FE_META.id]: GALAXY_TAB_S10_FE_LAYOUT,\n // Phones — iOS\n [IPHONE_17_PRO_MAX_META.id]: IPHONE_17_PRO_MAX_LAYOUT,\n [IPHONE_17_PRO_META.id]: IPHONE_17_PRO_LAYOUT,\n [IPHONE_AIR_META.id]: IPHONE_AIR_LAYOUT,\n [IPHONE_16_META.id]: IPHONE_16_LAYOUT,\n [IPHONE_16E_META.id]: IPHONE_16E_LAYOUT,\n [IPHONE_SE_3_META.id]: IPHONE_SE_3_LAYOUT,\n // Phones — Android\n [GALAXY_S25_META.id]: GALAXY_S25_LAYOUT,\n [GALAXY_S25_EDGE_META.id]: GALAXY_S25_EDGE_LAYOUT,\n [GALAXY_S25_ULTRA_META.id]: GALAXY_S25_ULTRA_LAYOUT,\n [PIXEL_9_PRO_META.id]: PIXEL_9_PRO_LAYOUT,\n [PIXEL_9_PRO_XL_META.id]: PIXEL_9_PRO_XL_LAYOUT,\n // Foldables\n [GALAXY_Z_FOLD_7_META.id]: GALAXY_Z_FOLD_7_LAYOUT,\n [GALAXY_Z_FOLD_7_OPEN_META.id]: GALAXY_Z_FOLD_7_OPEN_LAYOUT,\n};\n","import type {\n DeviceLayoutContract,\n DeviceMeta,\n RegisteredDevice,\n} from \"../contract-types.js\";\n\nconst STORAGE_KEY = \"bielaframe-custom-tablets\";\n\nexport class DeviceRegistry {\n private devices = new Map<string, RegisteredDevice>();\n private storage: Storage | null;\n\n constructor(storage?: Storage | null) {\n this.storage = storage ?? (typeof localStorage !== \"undefined\" ? localStorage : null);\n this.load();\n }\n\n register(device: RegisteredDevice): void {\n this.devices.set(device.meta.id, {\n ...device,\n source: \"custom\",\n registeredAt: device.registeredAt || new Date().toISOString(),\n });\n this.save();\n }\n\n get(deviceId: string): RegisteredDevice | undefined {\n return this.devices.get(deviceId);\n }\n getMeta(deviceId: string): DeviceMeta | undefined {\n return this.devices.get(deviceId)?.meta;\n }\n getContract(deviceId: string): DeviceLayoutContract | undefined {\n return this.devices.get(deviceId)?.contract;\n }\n list(): RegisteredDevice[] {\n return Array.from(this.devices.values());\n }\n listIds(): string[] {\n return Array.from(this.devices.keys());\n }\n has(deviceId: string): boolean {\n return this.devices.has(deviceId);\n }\n remove(deviceId: string): boolean {\n const deleted = this.devices.delete(deviceId);\n if (deleted) this.save();\n return deleted;\n }\n clear(): void {\n this.devices.clear();\n this.save();\n }\n get size(): number {\n return this.devices.size;\n }\n\n exportAll(): string {\n return JSON.stringify(Array.from(this.devices.entries()), null, 2);\n }\n importAll(json: string): { imported: number; skipped: string[] } {\n const entries = JSON.parse(json) as [string, RegisteredDevice][];\n const skipped: string[] = [];\n let imported = 0;\n for (const [id, device] of entries) {\n if (this.devices.has(id)) {\n skipped.push(id);\n continue;\n }\n this.devices.set(id, { ...device, source: \"custom\" });\n imported++;\n }\n if (imported > 0) this.save();\n return { imported, skipped };\n }\n importAllOverwrite(json: string): number {\n const entries = JSON.parse(json) as [string, RegisteredDevice][];\n for (const [id, device] of entries) {\n this.devices.set(id, { ...device, source: \"custom\" });\n }\n this.save();\n return entries.length;\n }\n\n private load(): void {\n if (!this.storage) return;\n try {\n const raw = this.storage.getItem(STORAGE_KEY);\n if (raw) this.devices = new Map(JSON.parse(raw));\n } catch {\n // ignore corrupt storage\n }\n }\n private save(): void {\n if (!this.storage) return;\n try {\n this.storage.setItem(STORAGE_KEY, JSON.stringify(Array.from(this.devices.entries())));\n } catch {\n // ignore quota errors\n }\n }\n}\n\nlet singleton: DeviceRegistry | null = null;\nexport function getDeviceRegistry(): DeviceRegistry {\n if (!singleton) singleton = new DeviceRegistry();\n return singleton;\n}\nexport function resetDeviceRegistry(): void {\n singleton = null;\n}\n","import type {\n ContentRect,\n DeviceCSSVariables,\n DeviceLayoutContract,\n DeviceMeta,\n SafeAreaInsets,\n} from \"./contract-types.js\";\nimport { BUILTIN_LAYOUTS, BUILTIN_METAS } from \"./builtin.js\";\nimport { getDeviceRegistry } from \"./registry/device-registry.js\";\n\nexport function deriveContentZone(\n screenWidth: number,\n screenHeight: number,\n safeArea: SafeAreaInsets\n): ContentRect {\n return {\n x: safeArea.left,\n y: safeArea.top,\n width: screenWidth - safeArea.left - safeArea.right,\n height: screenHeight - safeArea.top - safeArea.bottom,\n };\n}\n\nexport function buildCSSVariables(\n screen: DeviceMeta[\"screen\"],\n safeArea: SafeAreaInsets,\n statusBar: DeviceLayoutContract[\"statusBar\"],\n homeIndicator: DeviceLayoutContract[\"homeIndicator\"],\n hardwareOverlays: DeviceLayoutContract[\"hardwareOverlays\"]\n): DeviceCSSVariables {\n const vars: DeviceCSSVariables = {\n \"--device-width\": `${screen.width}px`,\n \"--device-height\": `${screen.height}px`,\n \"--safe-top\": `${safeArea.top}px`,\n \"--safe-bottom\": `${safeArea.bottom}px`,\n \"--safe-left\": `${safeArea.left}px`,\n \"--safe-right\": `${safeArea.right}px`,\n \"--status-bar-height\": `${statusBar.height}px`,\n \"--home-indicator-height\": `${homeIndicator.height}px`,\n \"--corner-radius\": `${screen.cornerRadius}px`,\n };\n if (hardwareOverlays.type !== \"none\") {\n vars[\"--island-width\"] = `${hardwareOverlays.portrait.width}px`;\n vars[\"--island-height\"] = `${hardwareOverlays.portrait.height}px`;\n }\n return vars;\n}\n\nexport function buildAIPromptConstraints(\n contract: Omit<DeviceLayoutContract, \"aiPromptConstraints\">\n): string {\n const { device, screen, safeArea, statusBar, homeIndicator, hardwareOverlays } = contract;\n const lines: string[] = [];\n lines.push(`Device: ${device.name} (${device.platform}, ${device.year})`);\n lines.push(`Screen: ${screen.width}×${screen.height}pt @${screen.dpr}x, ${screen.aspectRatio}`);\n lines.push(`Corner radius: ${screen.cornerRadius}pt`);\n lines.push(\n `Safe area (portrait): top ${safeArea.portrait.top}, bottom ${safeArea.portrait.bottom}, left ${safeArea.portrait.left}, right ${safeArea.portrait.right}`\n );\n lines.push(\n `Safe area (landscape): top ${safeArea.landscape.top}, bottom ${safeArea.landscape.bottom}, left ${safeArea.landscape.left}, right ${safeArea.landscape.right}`\n );\n lines.push(`Status bar: ${statusBar.height}pt, style=${statusBar.style}`);\n lines.push(`Home indicator: type=${homeIndicator.type}, height=${homeIndicator.height}pt`);\n if (hardwareOverlays.type !== \"none\") {\n const o = hardwareOverlays.portrait;\n lines.push(\n `Hardware overlay: ${hardwareOverlays.type}, ${o.width}×${o.height}pt at (${o.x},${o.y})`\n );\n }\n lines.push(\"Do not place interactive content under the status bar, home indicator, or hardware overlay.\");\n return lines.join(\"\\n\");\n}\n\nexport const BUILTIN_DEVICES: Record<string, DeviceMeta> = BUILTIN_METAS;\n\nexport const DEVICE_LAYOUTS = BUILTIN_LAYOUTS;\n\nexport function getDeviceMetadata(deviceId: string): DeviceMeta {\n const builtin = BUILTIN_METAS[deviceId];\n if (builtin) return builtin;\n const custom = getDeviceRegistry().getMeta(deviceId);\n if (custom) return custom;\n throw new Error(`Unknown device: ${deviceId}`);\n}\n\nexport function getAllDeviceIds(): string[] {\n return [...Object.keys(BUILTIN_METAS), ...getDeviceRegistry().listIds()];\n}\n\nexport function getDeviceContract(\n deviceId: string,\n orientation: \"portrait\" | \"landscape\" = \"portrait\"\n): DeviceLayoutContract {\n const custom = getDeviceRegistry().getContract(deviceId);\n if (custom) return custom;\n\n const layout = BUILTIN_LAYOUTS[deviceId];\n if (!layout) throw new Error(`Unknown device: ${deviceId}`);\n\n const { meta, safeArea, hardwareOverlays, statusBar, homeIndicator, hardwareButtons } = layout;\n\n const screenForOrientation =\n orientation === \"portrait\"\n ? meta.screen\n : {\n ...meta.screen,\n width: meta.screen.height,\n height: meta.screen.width,\n physicalWidth: meta.screen.physicalHeight,\n physicalHeight: meta.screen.physicalWidth,\n aspectRatio: meta.screen.aspectRatio.split(\":\").reverse().join(\":\"),\n };\n\n const activeSafeArea = orientation === \"portrait\" ? safeArea.portrait : safeArea.landscape;\n const contentZone = {\n portrait: deriveContentZone(meta.screen.width, meta.screen.height, safeArea.portrait),\n landscape: deriveContentZone(meta.screen.height, meta.screen.width, safeArea.landscape),\n };\n\n const cssVariables = buildCSSVariables(\n screenForOrientation,\n activeSafeArea,\n statusBar,\n homeIndicator,\n hardwareOverlays\n );\n\n const withoutAI: Omit<DeviceLayoutContract, \"aiPromptConstraints\"> = {\n device: { id: meta.id, name: meta.name, platform: meta.platform, year: meta.year },\n screen: screenForOrientation,\n safeArea,\n hardwareOverlays,\n statusBar,\n homeIndicator,\n hardwareButtons,\n contentZone,\n cssVariables,\n };\n\n return { ...withoutAI, aiPromptConstraints: buildAIPromptConstraints(withoutAI) };\n}\n","export interface SVGNativeDimensions {\n width: number;\n height: number;\n hasViewBox: boolean;\n source: \"viewBox\" | \"widthHeight\" | \"fallback\";\n}\n\nconst VIEWBOX_RE = /viewBox\\s*=\\s*[\"']([^\"']+)[\"']/i;\nconst WIDTH_RE = /\\bwidth\\s*=\\s*[\"']([^\"']+)[\"']/i;\nconst HEIGHT_RE = /\\bheight\\s*=\\s*[\"']([^\"']+)[\"']/i;\n\nfunction parseNumber(raw: string): number {\n const match = raw.match(/-?\\d+(\\.\\d+)?/);\n return match ? parseFloat(match[0]) : NaN;\n}\n\nexport function parseSVGNativeDimensions(svgString: string): SVGNativeDimensions {\n const viewBoxMatch = svgString.match(VIEWBOX_RE);\n if (viewBoxMatch && viewBoxMatch[1]) {\n const parts = viewBoxMatch[1].trim().split(/[\\s,]+/).map(parseFloat);\n if (parts.length === 4 && parts[2] > 0 && parts[3] > 0) {\n return { width: parts[2], height: parts[3], hasViewBox: true, source: \"viewBox\" };\n }\n }\n const widthMatch = svgString.match(WIDTH_RE);\n const heightMatch = svgString.match(HEIGHT_RE);\n if (widthMatch && heightMatch) {\n const w = parseNumber(widthMatch[1]);\n const h = parseNumber(heightMatch[1]);\n if (w > 0 && h > 0) {\n return { width: w, height: h, hasViewBox: false, source: \"widthHeight\" };\n }\n }\n return { width: 1032, height: 1376, hasViewBox: false, source: \"fallback\" };\n}\n","import { parseSVGNativeDimensions } from \"./parse-dimensions.js\";\n\nexport interface NormalizationResult {\n normalizedSVG: string;\n scaleFactors: { x: number; y: number };\n aspectRatioWarning: string | null;\n wasAlreadyNormalized: boolean;\n nativeDimensions: { width: number; height: number };\n}\n\nconst NUMERIC_ATTRS = [\"x\", \"y\", \"width\", \"height\", \"cx\", \"cy\", \"r\", \"rx\", \"ry\"];\n\nfunction rewriteSvgRoot(svgString: string, targetWidth: number, targetHeight: number): string {\n let s = svgString;\n s = s.replace(/(<svg\\b[^>]*?)\\sviewBox\\s*=\\s*[\"'][^\"']*[\"']/i, \"$1\");\n s = s.replace(/(<svg\\b[^>]*?)\\swidth\\s*=\\s*[\"'][^\"']*[\"']/i, \"$1\");\n s = s.replace(/(<svg\\b[^>]*?)\\sheight\\s*=\\s*[\"'][^\"']*[\"']/i, \"$1\");\n s = s.replace(\n /<svg\\b([^>]*)>/i,\n `<svg$1 viewBox=\"0 0 ${targetWidth} ${targetHeight}\" width=\"${targetWidth}\" height=\"${targetHeight}\">`\n );\n return s;\n}\n\nfunction scaleDataZoneAttrs(svgString: string, sx: number, sy: number): string {\n return svgString.replace(/<([a-zA-Z][^>]*data-zone\\s*=\\s*[\"'][^\"']+[\"'][^>]*)>/g, (match, inner) => {\n let rewritten = inner;\n for (const attr of NUMERIC_ATTRS) {\n const re = new RegExp(`\\\\b${attr}\\\\s*=\\\\s*[\"']([\\\\d.\\\\-]+)[\"']`);\n rewritten = rewritten.replace(re, (_m: string, val: string) => {\n const n = parseFloat(val);\n if (Number.isNaN(n)) return _m;\n const scale = attr === \"y\" || attr === \"height\" || attr === \"cy\" || attr === \"ry\" ? sy : sx;\n return `${attr}=\"${(n * scale).toFixed(2)}\"`;\n });\n }\n return `<${rewritten}>`;\n });\n}\n\nexport function normalizeSVGToLogicalPoints(\n svgString: string,\n targetWidth: number,\n targetHeight: number\n): NormalizationResult {\n const native = parseSVGNativeDimensions(svgString);\n const sx = targetWidth / native.width;\n const sy = targetHeight / native.height;\n const wasAlreadyNormalized = Math.abs(sx - 1) < 0.001 && Math.abs(sy - 1) < 0.001;\n\n let warning: string | null = null;\n const nativeAR = native.width / native.height;\n const targetAR = targetWidth / targetHeight;\n if (Math.abs(nativeAR - targetAR) / targetAR > 0.02) {\n warning = `Aspect ratio mismatch: native ${nativeAR.toFixed(3)} vs target ${targetAR.toFixed(3)}`;\n }\n\n let out = svgString;\n if (!wasAlreadyNormalized) out = scaleDataZoneAttrs(out, sx, sy);\n out = rewriteSvgRoot(out, targetWidth, targetHeight);\n\n return {\n normalizedSVG: out,\n scaleFactors: { x: sx, y: sy },\n aspectRatioWarning: warning,\n wasAlreadyNormalized,\n nativeDimensions: { width: native.width, height: native.height },\n };\n}\n","import type {\n DeviceLayoutContract,\n DeviceMeta,\n HardwareOverlayType,\n OverlayRect,\n} from \"../contract-types.js\";\nimport { buildAIPromptConstraints, buildCSSVariables, deriveContentZone } from \"../contract.js\";\n\nexport interface ParsedZone {\n zone: string;\n x: number;\n y: number;\n width: number;\n height: number;\n}\n\nconst NUM = `[\"']([\\\\d.\\\\-]+)[\"']`;\n\nfunction attr(name: string, src: string): number | null {\n const m = src.match(new RegExp(`\\\\b${name}\\\\s*=\\\\s*${NUM}`));\n return m ? parseFloat(m[1]) : null;\n}\n\nexport function extractZones(svgString: string): ParsedZone[] {\n const out: ParsedZone[] = [];\n const re = /<([a-zA-Z][^>]*\\bdata-zone\\s*=\\s*[\"']([^\"']+)[\"'][^>]*)\\/?>/g;\n let match: RegExpExecArray | null;\n while ((match = re.exec(svgString))) {\n const inner = match[1];\n const zone = match[2];\n const x = attr(\"x\", inner) ?? 0;\n const y = attr(\"y\", inner) ?? 0;\n const width = attr(\"width\", inner) ?? 0;\n const height = attr(\"height\", inner) ?? 0;\n out.push({ zone, x, y, width, height });\n }\n return out;\n}\n\nexport interface ParseSVGContractOptions {\n meta: DeviceMeta;\n overlayType?: HardwareOverlayType;\n overlayShape?: OverlayRect[\"shape\"];\n statusBarStyle?: DeviceLayoutContract[\"statusBar\"][\"style\"];\n homeIndicatorType?: DeviceLayoutContract[\"homeIndicator\"][\"type\"];\n}\n\nexport function parseSVGToContract(\n normalizedSVG: string,\n options: ParseSVGContractOptions\n): DeviceLayoutContract {\n const zones = extractZones(normalizedSVG);\n const find = (name: string) => zones.find((z) => z.zone === name);\n\n const { meta } = options;\n const safeTop = find(\"safe-area-top\")?.height ?? 24;\n const safeBottom = find(\"safe-area-bottom\")?.height ?? 20;\n const safeLeft = find(\"safe-area-left\")?.width ?? 0;\n const safeRight = find(\"safe-area-right\")?.width ?? 0;\n\n const hwOverlay = find(\"hardware-overlay\");\n const overlayType: HardwareOverlayType = options.overlayType ?? (hwOverlay ? \"punch-hole\" : \"none\");\n\n const portraitOverlay: OverlayRect = hwOverlay\n ? {\n x: hwOverlay.x,\n y: hwOverlay.y,\n width: hwOverlay.width,\n height: hwOverlay.height,\n shape: options.overlayShape ?? \"circle\",\n }\n : { x: 0, y: 0, width: 0, height: 0, shape: \"rectangle\" };\n\n const statusBar = {\n height: find(\"status-bar\")?.height ?? safeTop,\n style: options.statusBarStyle ?? (\"fullwidth\" as const),\n hasTime: true,\n hasBattery: true,\n hasSignal: true,\n };\n const homeIndicator = {\n type: options.homeIndicatorType ?? (\"swipe-bar\" as const),\n height: find(\"home-indicator\")?.height ?? 5,\n width: find(\"home-indicator\")?.width,\n visible: true,\n };\n\n const safeArea = {\n portrait: { top: safeTop, bottom: safeBottom, left: safeLeft, right: safeRight },\n landscape: { top: 24, bottom: 20, left: safeTop, right: safeBottom },\n };\n const hardwareOverlays = { type: overlayType, portrait: portraitOverlay };\n const contentZone = {\n portrait: deriveContentZone(meta.screen.width, meta.screen.height, safeArea.portrait),\n landscape: deriveContentZone(meta.screen.height, meta.screen.width, safeArea.landscape),\n };\n const cssVariables = buildCSSVariables(meta.screen, safeArea.portrait, statusBar, homeIndicator, hardwareOverlays);\n\n const withoutAI: Omit<DeviceLayoutContract, \"aiPromptConstraints\"> = {\n device: { id: meta.id, name: meta.name, platform: meta.platform, year: meta.year },\n screen: meta.screen,\n safeArea,\n hardwareOverlays,\n statusBar,\n homeIndicator,\n contentZone,\n cssVariables,\n };\n return { ...withoutAI, aiPromptConstraints: buildAIPromptConstraints(withoutAI) };\n}\n","import type { NormalizationResult } from \"./normalize.js\";\n\nexport interface ValidationResult {\n passed: boolean;\n warnings: string[];\n errors: string[];\n}\n\nexport function validateNormalizedSVG(\n result: NormalizationResult,\n targetWidth: number,\n targetHeight: number\n): ValidationResult {\n const warnings: string[] = [];\n const errors: string[] = [];\n\n if (!result.normalizedSVG.includes(\"<svg\")) {\n errors.push(\"Output is not valid SVG markup\");\n }\n if (!result.normalizedSVG.includes(`viewBox=\"0 0 ${targetWidth} ${targetHeight}\"`)) {\n warnings.push(\"viewBox does not match target dimensions\");\n }\n if (result.aspectRatioWarning) {\n warnings.push(result.aspectRatioWarning);\n }\n const sxOff = Math.abs(result.scaleFactors.x - 1) > 0.001;\n const syOff = Math.abs(result.scaleFactors.y - 1) > 0.001;\n if (sxOff !== syOff) {\n warnings.push(\n `Non-uniform scaling applied (x=${result.scaleFactors.x.toFixed(3)}, y=${result.scaleFactors.y.toFixed(3)})`\n );\n }\n\n return { passed: errors.length === 0, warnings, errors };\n}\n","export function scopeSVGIds(svgString: string, deviceId: string): string {\n const safe = deviceId.replace(/[^a-zA-Z0-9_-]/g, \"_\");\n const prefix = `${safe}__`;\n const idRe = /\\bid\\s*=\\s*[\"']([^\"']+)[\"']/g;\n const ids = new Set<string>();\n let m: RegExpExecArray | null;\n while ((m = idRe.exec(svgString))) ids.add(m[1]);\n\n let out = svgString;\n for (const id of ids) {\n const escaped = id.replace(/[.*+?^${}()|[\\]\\\\]/g, \"\\\\$&\");\n out = out.replace(new RegExp(`\\\\bid\\\\s*=\\\\s*([\"'])${escaped}\\\\1`, \"g\"), `id=\"${prefix}${id}\"`);\n out = out.replace(new RegExp(`url\\\\(#${escaped}\\\\)`, \"g\"), `url(#${prefix}${id})`);\n out = out.replace(new RegExp(`\\\\bhref\\\\s*=\\\\s*([\"'])#${escaped}\\\\1`, \"g\"), `href=\"#${prefix}${id}\"`);\n out = out.replace(\n new RegExp(`\\\\bxlink:href\\\\s*=\\\\s*([\"'])#${escaped}\\\\1`, \"g\"),\n `xlink:href=\"#${prefix}${id}\"`\n );\n }\n return out;\n}\n","export type ZoneType =\n | \"screen-area\"\n | \"hardware-overlay\"\n | \"safe-area-top\"\n | \"safe-area-bottom\"\n | \"safe-area-left\"\n | \"safe-area-right\"\n | \"status-bar\"\n | \"home-indicator\"\n | \"hardware-button\";\n\nexport interface DetectedZone {\n id: string;\n type: ZoneType;\n sourceLabel: string;\n matchedKeyword: string;\n confidence: \"high\" | \"medium\";\n x: number;\n y: number;\n width: number;\n height: number;\n rx?: number;\n}\n\nexport interface RectInfo {\n x: number;\n y: number;\n width: number;\n height: number;\n rx: number;\n fill: string | null;\n id: string | null;\n}\n\nexport interface SVGAnalysis {\n zones: DetectedZone[];\n phoneBody: { x: number; y: number; width: number; height: number; rx: number } | null;\n sideButtons: { x: number; y: number; width: number; height: number }[];\n allRects: RectInfo[];\n}\n\nconst KEYWORDS: Array<{ kw: string; type: ZoneType }> = [\n { kw: \"screen\", type: \"screen-area\" },\n { kw: \"display\", type: \"screen-area\" },\n { kw: \"island\", type: \"hardware-overlay\" },\n { kw: \"notch\", type: \"hardware-overlay\" },\n { kw: \"punch\", type: \"hardware-overlay\" },\n { kw: \"camera\", type: \"hardware-overlay\" },\n { kw: \"status-bar\", type: \"status-bar\" },\n { kw: \"statusbar\", type: \"status-bar\" },\n { kw: \"home\", type: \"home-indicator\" },\n { kw: \"indicator\", type: \"home-indicator\" },\n { kw: \"volume\", type: \"hardware-button\" },\n { kw: \"power\", type: \"hardware-button\" },\n { kw: \"button\", type: \"hardware-button\" },\n];\n\nconst NUM = `[\"']([\\\\d.\\\\-]+)[\"']`;\nfunction attr(name: string, src: string): number | null {\n const m = src.match(new RegExp(`\\\\b${name}\\\\s*=\\\\s*${NUM}`));\n return m ? parseFloat(m[1]) : null;\n}\nfunction strAttr(name: string, src: string): string | null {\n const m = src.match(new RegExp(`\\\\b${name}\\\\s*=\\\\s*[\"']([^\"']*)[\"']`));\n return m ? m[1] : null;\n}\n\nfunction extractRects(svg: string): RectInfo[] {\n const out: RectInfo[] = [];\n const re = /<rect\\b([^>]*)\\/?>/g;\n let m: RegExpExecArray | null;\n while ((m = re.exec(svg))) {\n const inner = m[1];\n out.push({\n x: attr(\"x\", inner) ?? 0,\n y: attr(\"y\", inner) ?? 0,\n width: attr(\"width\", inner) ?? 0,\n height: attr(\"height\", inner) ?? 0,\n rx: attr(\"rx\", inner) ?? 0,\n fill: strAttr(\"fill\", inner),\n id: strAttr(\"id\", inner),\n });\n }\n return out;\n}\n\nexport function autoDetectZones(svgString: string): DetectedZone[] {\n const zones: DetectedZone[] = [];\n const elementRe = /<([a-zA-Z]+)\\b([^>]*)\\/?>/g;\n let m: RegExpExecArray | null;\n let idx = 0;\n while ((m = elementRe.exec(svgString))) {\n const inner = m[2];\n const id = strAttr(\"id\", inner);\n const className = strAttr(\"class\", inner);\n const dataName = strAttr(\"data-name\", inner);\n const label = [id, className, dataName].filter(Boolean).join(\" \").toLowerCase();\n if (!label) continue;\n for (const { kw, type } of KEYWORDS) {\n if (label.includes(kw)) {\n zones.push({\n id: id || `auto-${idx++}`,\n type,\n sourceLabel: label,\n matchedKeyword: kw,\n confidence: label === kw ? \"high\" : \"medium\",\n x: attr(\"x\", inner) ?? 0,\n y: attr(\"y\", inner) ?? 0,\n width: attr(\"width\", inner) ?? 0,\n height: attr(\"height\", inner) ?? 0,\n rx: attr(\"rx\", inner) ?? undefined,\n });\n break;\n }\n }\n }\n return zones;\n}\n\nexport function analyzeSVGGeometry(svgString: string): SVGAnalysis {\n const allRects = extractRects(svgString);\n const zones = autoDetectZones(svgString);\n\n let phoneBody: SVGAnalysis[\"phoneBody\"] = null;\n let maxArea = 0;\n for (const r of allRects) {\n if (r.rx < 8) continue;\n const area = r.width * r.height;\n if (area > maxArea) {\n maxArea = area;\n phoneBody = { x: r.x, y: r.y, width: r.width, height: r.height, rx: r.rx };\n }\n }\n\n const sideButtons: SVGAnalysis[\"sideButtons\"] = [];\n if (phoneBody) {\n for (const r of allRects) {\n const isOutsideX = r.x + r.width < phoneBody.x + 4 || r.x > phoneBody.x + phoneBody.width - 4;\n const isShort = r.width < phoneBody.width * 0.05;\n const isVertical = r.height > r.width * 1.5;\n if (isOutsideX && isShort && isVertical) {\n sideButtons.push({ x: r.x, y: r.y, width: r.width, height: r.height });\n }\n }\n }\n\n return { zones, phoneBody, sideButtons, allRects };\n}\n\nexport interface ClassifiedButton {\n type: \"volume-up\" | \"volume-down\" | \"power\" | \"action\" | \"camera\";\n side: \"left\" | \"right\";\n x: number;\n y: number;\n width: number;\n height: number;\n}\n\nexport function classifySideButtons(\n sideButtons: { x: number; y: number; width: number; height: number }[],\n phoneBody: { x: number; y: number; width: number; height: number } | null\n): ClassifiedButton[] {\n if (!phoneBody) return [];\n const out: ClassifiedButton[] = [];\n const left = sideButtons.filter((b) => b.x < phoneBody.x + phoneBody.width / 2).sort((a, b) => a.y - b.y);\n const right = sideButtons.filter((b) => b.x >= phoneBody.x + phoneBody.width / 2).sort((a, b) => a.y - b.y);\n if (left.length >= 1) out.push({ ...left[0], type: \"volume-up\", side: \"left\" });\n if (left.length >= 2) out.push({ ...left[1], type: \"volume-down\", side: \"left\" });\n if (right.length >= 1) out.push({ ...right[0], type: \"power\", side: \"right\" });\n return out;\n}\n\nexport function listSVGLayerNames(svgString: string): { tag: string; name: string }[] {\n const out: { tag: string; name: string }[] = [];\n const re = /<([a-zA-Z]+)\\b([^>]*)\\/?>/g;\n let m: RegExpExecArray | null;\n while ((m = re.exec(svgString))) {\n const tag = m[1];\n const inner = m[2];\n const name = strAttr(\"id\", inner) ?? strAttr(\"data-name\", inner) ?? strAttr(\"class\", inner);\n if (name) out.push({ tag, name });\n }\n return out;\n}\n"],"mappings":"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AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;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AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;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AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;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;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA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A;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAgZnB,IAAMC,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AAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;A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AAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;A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AAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;A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","names":["import_jsx_runtime","import_jsx_runtime","import_jsx_runtime","import_jsx_runtime","import_jsx_runtime","import_jsx_runtime","import_jsx_runtime","import_jsx_runtime","import_jsx_runtime","SVG_STRING","SVG_STRING_SCALED","import_jsx_runtime","SVG_STRING","SVG_STRING_SCALED","import_jsx_runtime","SVG_STRING","SVG_STRING_SCALED","import_jsx_runtime","SVG_STRING","SVG_STRING_SCALED","import_jsx_runtime","SVG_STRING","SVG_STRING_SCALED","import_jsx_runtime","SVG_STRING","SVG_STRING_SCALED","import_jsx_runtime","import_jsx_runtime","SVG_STRING","SVG_STRING_SCALED","import_jsx_runtime","SVG_STRING","SVG_STRING_SCALED","import_jsx_runtime","SVG_STRING","SVG_STRING_SCALED","import_jsx_runtime","SVG_STRING","SVG_STRING_SCALED","import_jsx_runtime","SVG_STRING","SVG_STRING_SCALED","attr","NUM","attr"]}
|
|
1
|
+
{"version":3,"sources":["../src/index.ts","../src/ios/ipad-pro-13.tsx","../src/ios/ipad-pro-11.tsx","../src/ios/ipad-air-13.tsx","../src/ios/ipad-air-11.tsx","../src/ios/ipad-mini-7.tsx","../src/android/galaxy-tab-s10.tsx","../src/android/galaxy-tab-s10-ultra.tsx","../src/android/galaxy-tab-s10-fe.tsx","../src/ios/iphone-17-pro-max.tsx","../src/ios/iphone-17-pro.tsx","../src/ios/iphone-air.tsx","../src/ios/iphone-16.tsx","../src/ios/iphone-16e.tsx","../src/ios/iphone-se-3.tsx","../src/android/galaxy-s25.tsx","../src/android/galaxy-s25-edge.tsx","../src/android/galaxy-s25-ultra.tsx","../src/android/pixel-9-pro.tsx","../src/android/pixel-9-pro-xl.tsx","../src/android/galaxy-z-fold-7.tsx","../src/android/galaxy-z-fold-7-open.tsx","../src/svg/scope-ids.ts","../src/custom/data.json","../src/custom/index.tsx","../src/builtin.ts","../src/registry/device-registry.ts","../src/contract.ts","../src/svg/parse-dimensions.ts","../src/svg/normalize.ts","../src/svg/zones.ts","../src/svg/validate.ts","../src/svg/auto-detect.ts"],"sourcesContent":["export type {\n ContentRect,\n DeviceCSSVariables,\n DeviceFrameInfo,\n DeviceLayoutContract,\n DeviceLayoutData,\n DeviceMeta,\n HardwareOverlayType,\n OverlayRect,\n RegisteredDevice,\n SVGCropRect,\n SVGScreenRect,\n SafeAreaInsets,\n} from \"./contract-types.js\";\n\nexport {\n BUILTIN_DEVICES,\n DEVICE_LAYOUTS,\n buildAIPromptConstraints,\n buildCSSVariables,\n deriveContentZone,\n getAllDeviceIds,\n getDeviceContract,\n getDeviceMetadata,\n} from \"./contract.js\";\n\nexport { DeviceRegistry, getDeviceRegistry, resetDeviceRegistry } from \"./registry/device-registry.js\";\n\nexport { CUSTOM_DEVICES } from \"./custom/index.js\";\nexport type { CustomDevicePersisted, CustomDeviceRuntime, DeviceSVGProps } from \"./custom/index.js\";\n\nexport { parseSVGNativeDimensions } from \"./svg/parse-dimensions.js\";\nexport type { SVGNativeDimensions } from \"./svg/parse-dimensions.js\";\n\nexport { normalizeSVGToLogicalPoints } from \"./svg/normalize.js\";\nexport type { NormalizationResult } from \"./svg/normalize.js\";\n\nexport { extractZones, parseSVGToContract } from \"./svg/zones.js\";\nexport type { ParseSVGContractOptions, ParsedZone } from \"./svg/zones.js\";\n\nexport { validateNormalizedSVG } from \"./svg/validate.js\";\nexport type { ValidationResult } from \"./svg/validate.js\";\n\nexport { scopeSVGIds } from \"./svg/scope-ids.js\";\n\nexport {\n analyzeSVGGeometry,\n autoDetectZones,\n classifySideButtons,\n listSVGLayerNames,\n} from \"./svg/auto-detect.js\";\nexport type { ClassifiedButton, DetectedZone, SVGAnalysis, ZoneType } from \"./svg/auto-detect.js\";\n\n// iOS — iPad Pro\nexport {\n IPAD_PRO_13_FRAME,\n IPAD_PRO_13_LAYOUT,\n IPAD_PRO_13_META,\n IPAD_PRO_13_SCREEN_RECT,\n IPadPro13SVG,\n} from \"./ios/ipad-pro-13.js\";\n\nexport {\n IPAD_PRO_11_FRAME,\n IPAD_PRO_11_LAYOUT,\n IPAD_PRO_11_META,\n IPAD_PRO_11_SCREEN_RECT,\n IPadPro11SVG,\n} from \"./ios/ipad-pro-11.js\";\n\n// iOS — iPad Air\nexport {\n IPAD_AIR_13_FRAME,\n IPAD_AIR_13_LAYOUT,\n IPAD_AIR_13_META,\n IPAD_AIR_13_SCREEN_RECT,\n IPadAir13SVG,\n} from \"./ios/ipad-air-13.js\";\n\nexport {\n IPAD_AIR_11_FRAME,\n IPAD_AIR_11_LAYOUT,\n IPAD_AIR_11_META,\n IPAD_AIR_11_SCREEN_RECT,\n IPadAir11SVG,\n} from \"./ios/ipad-air-11.js\";\n\n// iOS — iPad mini\nexport {\n IPAD_MINI_7_FRAME,\n IPAD_MINI_7_LAYOUT,\n IPAD_MINI_7_META,\n IPAD_MINI_7_SCREEN_RECT,\n IPadMini7SVG,\n} from \"./ios/ipad-mini-7.js\";\n\n// Android — Galaxy Tab S10 series\nexport {\n GALAXY_TAB_S10_FRAME,\n GALAXY_TAB_S10_LAYOUT,\n GALAXY_TAB_S10_META,\n GALAXY_TAB_S10_SCREEN_RECT,\n GalaxyTabS10SVG,\n} from \"./android/galaxy-tab-s10.js\";\n\nexport {\n GALAXY_TAB_S10_ULTRA_FRAME,\n GALAXY_TAB_S10_ULTRA_LAYOUT,\n GALAXY_TAB_S10_ULTRA_META,\n GALAXY_TAB_S10_ULTRA_SCREEN_RECT,\n GalaxyTabS10UltraSVG,\n} from \"./android/galaxy-tab-s10-ultra.js\";\n\nexport {\n GALAXY_TAB_S10_FE_FRAME,\n GALAXY_TAB_S10_FE_LAYOUT,\n GALAXY_TAB_S10_FE_META,\n GALAXY_TAB_S10_FE_SCREEN_RECT,\n GalaxyTabS10FeSVG,\n} from \"./android/galaxy-tab-s10-fe.js\";\n\n// iOS — iPhones\nexport {\n IPHONE_17_PRO_MAX_FRAME,\n IPHONE_17_PRO_MAX_LAYOUT,\n IPHONE_17_PRO_MAX_META,\n IPHONE_17_PRO_MAX_SCREEN_RECT,\n IPhone17ProMaxSVG,\n} from \"./ios/iphone-17-pro-max.js\";\n\nexport {\n IPHONE_17_PRO_FRAME,\n IPHONE_17_PRO_LAYOUT,\n IPHONE_17_PRO_META,\n IPHONE_17_PRO_SCREEN_RECT,\n IPhone17ProSVG,\n} from \"./ios/iphone-17-pro.js\";\n\nexport {\n IPHONE_AIR_FRAME,\n IPHONE_AIR_LAYOUT,\n IPHONE_AIR_META,\n IPHONE_AIR_SCREEN_RECT,\n IPhoneAirSVG,\n} from \"./ios/iphone-air.js\";\n\nexport {\n IPHONE_16_FRAME,\n IPHONE_16_LAYOUT,\n IPHONE_16_META,\n IPHONE_16_SCREEN_RECT,\n IPhone16SVG,\n} from \"./ios/iphone-16.js\";\n\nexport {\n IPHONE_16E_FRAME,\n IPHONE_16E_LAYOUT,\n IPHONE_16E_META,\n IPHONE_16E_SCREEN_RECT,\n IPhone16eSVG,\n} from \"./ios/iphone-16e.js\";\n\nexport {\n IPHONE_SE_3_FRAME,\n IPHONE_SE_3_LAYOUT,\n IPHONE_SE_3_META,\n IPHONE_SE_3_SCREEN_RECT,\n IPhoneSE3SVG,\n} from \"./ios/iphone-se-3.js\";\n\n// Android — Galaxy S25 family\nexport {\n GALAXY_S25_FRAME,\n GALAXY_S25_LAYOUT,\n GALAXY_S25_META,\n GALAXY_S25_SCREEN_RECT,\n GalaxyS25SVG,\n} from \"./android/galaxy-s25.js\";\n\nexport {\n GALAXY_S25_EDGE_FRAME,\n GALAXY_S25_EDGE_LAYOUT,\n GALAXY_S25_EDGE_META,\n GalaxyS25EdgeSVG,\n} from \"./android/galaxy-s25-edge.js\";\n\nexport {\n GALAXY_S25_ULTRA_FRAME,\n GALAXY_S25_ULTRA_LAYOUT,\n GALAXY_S25_ULTRA_META,\n GALAXY_S25_ULTRA_SCREEN_RECT,\n GalaxyS25UltraSVG,\n} from \"./android/galaxy-s25-ultra.js\";\n\n// Android — Pixel\nexport {\n PIXEL_9_PRO_FRAME,\n PIXEL_9_PRO_LAYOUT,\n PIXEL_9_PRO_META,\n PIXEL_9_PRO_SCREEN_RECT,\n Pixel9ProSVG,\n} from \"./android/pixel-9-pro.js\";\n\nexport {\n PIXEL_9_PRO_XL_FRAME,\n PIXEL_9_PRO_XL_LAYOUT,\n PIXEL_9_PRO_XL_META,\n PIXEL_9_PRO_XL_SCREEN_RECT,\n Pixel9ProXLSVG,\n} from \"./android/pixel-9-pro-xl.js\";\n\n// Android — Foldables\nexport {\n GALAXY_Z_FOLD_7_FRAME,\n GALAXY_Z_FOLD_7_LAYOUT,\n GALAXY_Z_FOLD_7_META,\n GALAXY_Z_FOLD_7_SCREEN_RECT,\n GalaxyZFold7SVG,\n} from \"./android/galaxy-z-fold-7.js\";\n\nexport {\n GALAXY_Z_FOLD_7_OPEN_FRAME,\n GALAXY_Z_FOLD_7_OPEN_LAYOUT,\n GALAXY_Z_FOLD_7_OPEN_META,\n GALAXY_Z_FOLD_7_OPEN_SCREEN_RECT,\n GalaxyZFold7OpenSVG,\n} from \"./android/galaxy-z-fold-7-open.js\";\n","import type { CSSProperties } from \"react\";\nimport type { DeviceLayoutData, DeviceMeta, DeviceFrameInfo, SVGScreenRect } from \"../contract-types.js\";\n\n/**\n * iPad Pro 13\" (M4, 2024) — dimensions\n *\n * Screen: 1032 × 1376 pt @ 2x (physical 2064 × 2752)\n * Display: 13\" Ultra Retina XDR OLED Tandem, 264 PPI\n * Hardware: TrueDepth camera (landscape edge), no notch, no home button\n * Frame: Aluminum\n */\nexport const IPAD_PRO_13_META: DeviceMeta = {\n id: \"ipad-pro-13\",\n name: \"iPad Pro 13\\\"\",\n platform: \"ios\",\n year: 2024,\n formFactor: \"tablet\",\n screen: {\n width: 1032,\n height: 1376,\n physicalWidth: 2064,\n physicalHeight: 2752,\n dpr: 2,\n aspectRatio: \"4:3\",\n cornerRadius: 18,\n ppi: 264,\n },\n};\n\nexport const IPAD_PRO_13_LAYOUT: DeviceLayoutData = {\n meta: IPAD_PRO_13_META,\n safeArea: {\n portrait: { top: 24, bottom: 20, left: 0, right: 0 },\n landscape: { top: 24, bottom: 20, left: 0, right: 0 },\n },\n hardwareOverlays: {\n type: \"none\",\n portrait: { x: 0, y: 0, width: 0, height: 0, shape: \"rectangle\" },\n },\n statusBar: {\n height: 24,\n style: \"fullwidth\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true,\n },\n homeIndicator: {\n type: \"swipe-bar\",\n height: 5,\n width: 340,\n visible: true,\n },\n hardwareButtons: {\n volumeUp: { side: \"right\", yPosition: 80 },\n volumeDown: { side: \"right\", yPosition: 150 },\n power: { side: \"right\", yPosition: 30 },\n },\n};\n\n/**\n * Placeholder SVG frame for iPad Pro 13\".\n * Replace this with the production SVG. The viewBox must match\n * the device's logical point dimensions (1032 × 1376) for the\n * adaptive scaling and screen-mask to align correctly.\n *\n * If your source SVG uses physical pixels (2064 × 2752), pass it\n * through `normalizeSVGToLogicalPoints` first.\n */\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport function IPadPro13SVG({ colorScheme = \"light\", style }: DeviceSVGProps) {\n const bodyFill = colorScheme === \"dark\" ? \"#1c1c1e\" : \"#e5e5e7\";\n const stroke = colorScheme === \"dark\" ? \"#3a3a3c\" : \"#c7c7cc\";\n return (\n <svg\n width=\"100%\"\n height=\"100%\"\n viewBox=\"0 0 1080 1424\"\n preserveAspectRatio=\"xMidYMid meet\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={style}\n >\n <defs>\n <mask id=\"ipad-pro-13-bezel-mask\">\n <rect x=\"0\" y=\"0\" width=\"1080\" height=\"1424\" rx=\"40\" fill=\"white\" />\n <rect x=\"24\" y=\"24\" width=\"1032\" height=\"1376\" rx=\"18\" fill=\"black\" />\n </mask>\n </defs>\n <rect x=\"0\" y=\"0\" width=\"1080\" height=\"1424\" rx=\"40\" fill={bodyFill} mask=\"url(#ipad-pro-13-bezel-mask)\" />\n <rect x=\"6\" y=\"6\" width=\"1068\" height=\"1412\" rx=\"36\" fill=\"none\" stroke={stroke} strokeWidth=\"2\" />\n <circle cx=\"540\" cy=\"14\" r=\"4\" fill=\"#2c2c2e\" />\n </svg>\n );\n}\n\nexport const IPAD_PRO_13_FRAME: DeviceFrameInfo = {\n bezelTop: 24,\n bezelBottom: 24,\n bezelLeft: 24,\n bezelRight: 24,\n totalWidth: 1080,\n totalHeight: 1424,\n screenWidth: 1032,\n screenHeight: 1376,\n screenRadius: 18,\n};\n\nexport const IPAD_PRO_13_SCREEN_RECT: SVGScreenRect = {\n x: 24,\n y: 24,\n width: 1032,\n height: 1376,\n rx: 18,\n};\n","import type { CSSProperties } from \"react\";\nimport type { DeviceLayoutData, DeviceMeta, DeviceFrameInfo, SVGScreenRect } from \"../contract-types.js\";\n\n/**\n * iPad Pro 11\" (M4, 2024)\n * Screen: 834×1194pt @ 2x (physical 1668×2388)\n * Display: 11\" Ultra Retina XDR OLED Tandem, 264 PPI\n * Hardware: TrueDepth camera (landscape edge), Dynamic Island, no home button\n */\nexport const IPAD_PRO_11_META: DeviceMeta = {\n id: \"ipad-pro-11\",\n name: 'iPad Pro 11\"',\n platform: \"ios\",\n year: 2024,\n formFactor: \"tablet\",\n screen: {\n width: 834,\n height: 1194,\n physicalWidth: 1668,\n physicalHeight: 2388,\n dpr: 2,\n aspectRatio: \"7:10\",\n cornerRadius: 18,\n ppi: 264,\n },\n};\n\nexport const IPAD_PRO_11_LAYOUT: DeviceLayoutData = {\n meta: IPAD_PRO_11_META,\n safeArea: {\n portrait: { top: 24, bottom: 20, left: 0, right: 0 },\n landscape: { top: 24, bottom: 20, left: 0, right: 0 },\n },\n hardwareOverlays: {\n type: \"none\",\n portrait: { x: 0, y: 0, width: 0, height: 0, shape: \"rectangle\" },\n },\n statusBar: {\n height: 24,\n style: \"fullwidth\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true,\n },\n homeIndicator: {\n type: \"swipe-bar\",\n height: 5,\n width: 280,\n visible: true,\n },\n hardwareButtons: {\n volumeUp: { side: \"right\", yPosition: 80 },\n volumeDown: { side: \"right\", yPosition: 150 },\n power: { side: \"right\", yPosition: 30 },\n },\n};\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport function IPadPro11SVG({ colorScheme = \"light\", style }: DeviceSVGProps) {\n const bodyFill = colorScheme === \"dark\" ? \"#1c1c1e\" : \"#e5e5e7\";\n const stroke = colorScheme === \"dark\" ? \"#3a3a3c\" : \"#c7c7cc\";\n return (\n <svg\n width=\"100%\"\n height=\"100%\"\n viewBox=\"0 0 882 1242\"\n preserveAspectRatio=\"xMidYMid meet\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={style}\n >\n <defs>\n <mask id=\"ipad-pro-11-bezel-mask\">\n <rect x=\"0\" y=\"0\" width=\"882\" height=\"1242\" rx=\"40\" fill=\"white\" />\n <rect x=\"24\" y=\"24\" width=\"834\" height=\"1194\" rx=\"18\" fill=\"black\" />\n </mask>\n </defs>\n <rect x=\"0\" y=\"0\" width=\"882\" height=\"1242\" rx=\"40\" fill={bodyFill} mask=\"url(#ipad-pro-11-bezel-mask)\" />\n <rect x=\"6\" y=\"6\" width=\"870\" height=\"1230\" rx=\"36\" fill=\"none\" stroke={stroke} strokeWidth=\"2\" />\n <circle cx=\"441\" cy=\"14\" r=\"4\" fill=\"#2c2c2e\" />\n </svg>\n );\n}\n\nexport const IPAD_PRO_11_FRAME: DeviceFrameInfo = {\n bezelTop: 24,\n bezelBottom: 24,\n bezelLeft: 24,\n bezelRight: 24,\n totalWidth: 882,\n totalHeight: 1242,\n screenWidth: 834,\n screenHeight: 1194,\n screenRadius: 18,\n};\n\nexport const IPAD_PRO_11_SCREEN_RECT: SVGScreenRect = {\n x: 24,\n y: 24,\n width: 834,\n height: 1194,\n rx: 18,\n};\n","import type { CSSProperties } from \"react\";\nimport type { DeviceLayoutData, DeviceMeta, DeviceFrameInfo, SVGScreenRect } from \"../contract-types.js\";\n\n/**\n * iPad Air 13\" (M3, 2024)\n * Screen: 1024×1366pt @ 2x (physical 2048×2732)\n * Display: 13\" Liquid Retina IPS, 264 PPI\n * Hardware: Front camera (landscape edge), no notch, no home button, Touch ID in top button\n */\nexport const IPAD_AIR_13_META: DeviceMeta = {\n id: \"ipad-air-13\",\n name: 'iPad Air 13\"',\n platform: \"ios\",\n year: 2024,\n formFactor: \"tablet\",\n screen: {\n width: 1024,\n height: 1366,\n physicalWidth: 2048,\n physicalHeight: 2732,\n dpr: 2,\n aspectRatio: \"3:4\",\n cornerRadius: 18,\n ppi: 264,\n },\n};\n\nexport const IPAD_AIR_13_LAYOUT: DeviceLayoutData = {\n meta: IPAD_AIR_13_META,\n safeArea: {\n portrait: { top: 24, bottom: 20, left: 0, right: 0 },\n landscape: { top: 24, bottom: 20, left: 0, right: 0 },\n },\n hardwareOverlays: {\n type: \"none\",\n portrait: { x: 0, y: 0, width: 0, height: 0, shape: \"rectangle\" },\n },\n statusBar: {\n height: 24,\n style: \"fullwidth\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true,\n },\n homeIndicator: {\n type: \"swipe-bar\",\n height: 5,\n width: 340,\n visible: true,\n },\n hardwareButtons: {\n volumeUp: { side: \"right\", yPosition: 80 },\n volumeDown: { side: \"right\", yPosition: 150 },\n power: { side: \"right\", yPosition: 30 },\n },\n};\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport function IPadAir13SVG({ colorScheme = \"light\", style }: DeviceSVGProps) {\n const bodyFill = colorScheme === \"dark\" ? \"#1c1c1e\" : \"#e5e5e7\";\n const stroke = colorScheme === \"dark\" ? \"#3a3a3c\" : \"#c7c7cc\";\n return (\n <svg\n width=\"100%\"\n height=\"100%\"\n viewBox=\"0 0 1072 1414\"\n preserveAspectRatio=\"xMidYMid meet\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={style}\n >\n <defs>\n <mask id=\"ipad-air-13-bezel-mask\">\n <rect x=\"0\" y=\"0\" width=\"1072\" height=\"1414\" rx=\"38\" fill=\"white\" />\n <rect x=\"24\" y=\"24\" width=\"1024\" height=\"1366\" rx=\"18\" fill=\"black\" />\n </mask>\n </defs>\n <rect x=\"0\" y=\"0\" width=\"1072\" height=\"1414\" rx=\"38\" fill={bodyFill} mask=\"url(#ipad-air-13-bezel-mask)\" />\n <rect x=\"6\" y=\"6\" width=\"1060\" height=\"1402\" rx=\"34\" fill=\"none\" stroke={stroke} strokeWidth=\"2\" />\n <circle cx=\"536\" cy=\"14\" r=\"4\" fill=\"#2c2c2e\" />\n </svg>\n );\n}\n\nexport const IPAD_AIR_13_FRAME: DeviceFrameInfo = {\n bezelTop: 24,\n bezelBottom: 24,\n bezelLeft: 24,\n bezelRight: 24,\n totalWidth: 1072,\n totalHeight: 1414,\n screenWidth: 1024,\n screenHeight: 1366,\n screenRadius: 18,\n};\n\nexport const IPAD_AIR_13_SCREEN_RECT: SVGScreenRect = {\n x: 24,\n y: 24,\n width: 1024,\n height: 1366,\n rx: 18,\n};\n","import type { CSSProperties } from \"react\";\nimport type { DeviceLayoutData, DeviceMeta, DeviceFrameInfo, SVGScreenRect } from \"../contract-types.js\";\n\n/**\n * iPad Air 11\" (M3, 2024)\n * Screen: 820×1180pt @ 2x (physical 1640×2360)\n * Display: 11\" Liquid Retina IPS, 264 PPI\n * Hardware: Front camera (landscape edge), no notch, no home button, Touch ID in top button\n */\nexport const IPAD_AIR_11_META: DeviceMeta = {\n id: \"ipad-air-11\",\n name: 'iPad Air 11\"',\n platform: \"ios\",\n year: 2024,\n formFactor: \"tablet\",\n screen: {\n width: 820,\n height: 1180,\n physicalWidth: 1640,\n physicalHeight: 2360,\n dpr: 2,\n aspectRatio: \"7:10\",\n cornerRadius: 18,\n ppi: 264,\n },\n};\n\nexport const IPAD_AIR_11_LAYOUT: DeviceLayoutData = {\n meta: IPAD_AIR_11_META,\n safeArea: {\n portrait: { top: 24, bottom: 20, left: 0, right: 0 },\n landscape: { top: 24, bottom: 20, left: 0, right: 0 },\n },\n hardwareOverlays: {\n type: \"none\",\n portrait: { x: 0, y: 0, width: 0, height: 0, shape: \"rectangle\" },\n },\n statusBar: {\n height: 24,\n style: \"fullwidth\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true,\n },\n homeIndicator: {\n type: \"swipe-bar\",\n height: 5,\n width: 260,\n visible: true,\n },\n hardwareButtons: {\n volumeUp: { side: \"right\", yPosition: 80 },\n volumeDown: { side: \"right\", yPosition: 150 },\n power: { side: \"right\", yPosition: 30 },\n },\n};\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport function IPadAir11SVG({ colorScheme = \"light\", style }: DeviceSVGProps) {\n const bodyFill = colorScheme === \"dark\" ? \"#1c1c1e\" : \"#e5e5e7\";\n const stroke = colorScheme === \"dark\" ? \"#3a3a3c\" : \"#c7c7cc\";\n return (\n <svg\n width=\"100%\"\n height=\"100%\"\n viewBox=\"0 0 868 1228\"\n preserveAspectRatio=\"xMidYMid meet\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={style}\n >\n <defs>\n <mask id=\"ipad-air-11-bezel-mask\">\n <rect x=\"0\" y=\"0\" width=\"868\" height=\"1228\" rx=\"38\" fill=\"white\" />\n <rect x=\"24\" y=\"24\" width=\"820\" height=\"1180\" rx=\"18\" fill=\"black\" />\n </mask>\n </defs>\n <rect x=\"0\" y=\"0\" width=\"868\" height=\"1228\" rx=\"38\" fill={bodyFill} mask=\"url(#ipad-air-11-bezel-mask)\" />\n <rect x=\"6\" y=\"6\" width=\"856\" height=\"1216\" rx=\"34\" fill=\"none\" stroke={stroke} strokeWidth=\"2\" />\n <circle cx=\"434\" cy=\"14\" r=\"4\" fill=\"#2c2c2e\" />\n </svg>\n );\n}\n\nexport const IPAD_AIR_11_FRAME: DeviceFrameInfo = {\n bezelTop: 24,\n bezelBottom: 24,\n bezelLeft: 24,\n bezelRight: 24,\n totalWidth: 868,\n totalHeight: 1228,\n screenWidth: 820,\n screenHeight: 1180,\n screenRadius: 18,\n};\n\nexport const IPAD_AIR_11_SCREEN_RECT: SVGScreenRect = {\n x: 24,\n y: 24,\n width: 820,\n height: 1180,\n rx: 18,\n};\n","import type { CSSProperties } from \"react\";\nimport type { DeviceLayoutData, DeviceMeta, DeviceFrameInfo, SVGScreenRect } from \"../contract-types.js\";\n\n/**\n * iPad mini 7 (A17 Pro, 2024)\n * Screen: 744×1133pt @ 2x (physical 1488×2266)\n * Display: 8.3\" Liquid Retina IPS, 326 PPI\n * Hardware: Front camera (landscape edge), no notch, no home button, Touch ID in top button\n */\nexport const IPAD_MINI_7_META: DeviceMeta = {\n id: \"ipad-mini-7\",\n name: \"iPad mini 7\",\n platform: \"ios\",\n year: 2024,\n formFactor: \"tablet\",\n screen: {\n width: 744,\n height: 1133,\n physicalWidth: 1488,\n physicalHeight: 2266,\n dpr: 2,\n aspectRatio: \"2:3\",\n cornerRadius: 18,\n ppi: 326,\n },\n};\n\nexport const IPAD_MINI_7_LAYOUT: DeviceLayoutData = {\n meta: IPAD_MINI_7_META,\n safeArea: {\n portrait: { top: 24, bottom: 20, left: 0, right: 0 },\n landscape: { top: 24, bottom: 20, left: 0, right: 0 },\n },\n hardwareOverlays: {\n type: \"none\",\n portrait: { x: 0, y: 0, width: 0, height: 0, shape: \"rectangle\" },\n },\n statusBar: {\n height: 24,\n style: \"fullwidth\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true,\n },\n homeIndicator: {\n type: \"swipe-bar\",\n height: 5,\n width: 220,\n visible: true,\n },\n hardwareButtons: {\n volumeUp: { side: \"right\", yPosition: 70 },\n volumeDown: { side: \"right\", yPosition: 130 },\n power: { side: \"right\", yPosition: 25 },\n },\n};\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport function IPadMini7SVG({ colorScheme = \"light\", style }: DeviceSVGProps) {\n const bodyFill = colorScheme === \"dark\" ? \"#1c1c1e\" : \"#e5e5e7\";\n const stroke = colorScheme === \"dark\" ? \"#3a3a3c\" : \"#c7c7cc\";\n return (\n <svg\n width=\"100%\"\n height=\"100%\"\n viewBox=\"0 0 792 1181\"\n preserveAspectRatio=\"xMidYMid meet\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={style}\n >\n <defs>\n <mask id=\"ipad-mini-7-bezel-mask\">\n <rect x=\"0\" y=\"0\" width=\"792\" height=\"1181\" rx=\"36\" fill=\"white\" />\n <rect x=\"24\" y=\"24\" width=\"744\" height=\"1133\" rx=\"18\" fill=\"black\" />\n </mask>\n </defs>\n <rect x=\"0\" y=\"0\" width=\"792\" height=\"1181\" rx=\"36\" fill={bodyFill} mask=\"url(#ipad-mini-7-bezel-mask)\" />\n <rect x=\"6\" y=\"6\" width=\"780\" height=\"1169\" rx=\"32\" fill=\"none\" stroke={stroke} strokeWidth=\"2\" />\n <circle cx=\"396\" cy=\"14\" r=\"3.5\" fill=\"#2c2c2e\" />\n </svg>\n );\n}\n\nexport const IPAD_MINI_7_FRAME: DeviceFrameInfo = {\n bezelTop: 24,\n bezelBottom: 24,\n bezelLeft: 24,\n bezelRight: 24,\n totalWidth: 792,\n totalHeight: 1181,\n screenWidth: 744,\n screenHeight: 1133,\n screenRadius: 18,\n};\n\nexport const IPAD_MINI_7_SCREEN_RECT: SVGScreenRect = {\n x: 24,\n y: 24,\n width: 744,\n height: 1133,\n rx: 18,\n};\n","import type { CSSProperties } from \"react\";\nimport type { DeviceLayoutData, DeviceMeta, DeviceFrameInfo, SVGScreenRect } from \"../contract-types.js\";\n\n/**\n * Galaxy Tab S10+ — dimensions\n *\n * Screen: 1316 × 822 dp @ 2.13x (physical 2800 × 1752)\n * Display: 12.4\" Dynamic AMOLED 2X, ~266 PPI\n * Hardware: Front camera in landscape top bezel (no punch-hole)\n * Frame: Aluminum\n *\n * Note: stored portrait-up so width < height. Logical: 822 × 1316.\n */\nexport const GALAXY_TAB_S10_META: DeviceMeta = {\n id: \"galaxy-tab-s10\",\n name: \"Galaxy Tab S10+\",\n platform: \"android\",\n year: 2024,\n formFactor: \"tablet\",\n screen: {\n width: 822,\n height: 1316,\n physicalWidth: 1752,\n physicalHeight: 2800,\n dpr: 2.13,\n aspectRatio: \"16:10\",\n cornerRadius: 12,\n ppi: 266,\n },\n};\n\nexport const GALAXY_TAB_S10_LAYOUT: DeviceLayoutData = {\n meta: GALAXY_TAB_S10_META,\n safeArea: {\n portrait: { top: 24, bottom: 16, left: 0, right: 0 },\n landscape: { top: 24, bottom: 16, left: 0, right: 0 },\n },\n hardwareOverlays: {\n type: \"none\",\n portrait: { x: 0, y: 0, width: 0, height: 0, shape: \"rectangle\" },\n },\n statusBar: {\n height: 24,\n style: \"fullwidth\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true,\n },\n homeIndicator: {\n type: \"gestureline\",\n height: 4,\n width: 240,\n visible: true,\n },\n hardwareButtons: {\n volumeUp: { side: \"right\", yPosition: 110 },\n volumeDown: { side: \"right\", yPosition: 170 },\n power: { side: \"right\", yPosition: 50 },\n },\n};\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\n/**\n * Placeholder SVG frame for Galaxy Tab S10+.\n * Replace with the production SVG. The viewBox must match\n * the device's logical point dimensions (822 × 1316) for alignment.\n */\nexport function GalaxyTabS10SVG({ colorScheme = \"light\", style }: DeviceSVGProps) {\n const bodyFill = colorScheme === \"dark\" ? \"#0e0e0f\" : \"#d8d8db\";\n const stroke = colorScheme === \"dark\" ? \"#2c2c2e\" : \"#b8b8be\";\n return (\n <svg\n width=\"100%\"\n height=\"100%\"\n viewBox=\"0 0 870 1364\"\n preserveAspectRatio=\"xMidYMid meet\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={style}\n >\n <defs>\n <mask id=\"galaxy-tab-s10-bezel-mask\">\n <rect x=\"0\" y=\"0\" width=\"870\" height=\"1364\" rx=\"28\" fill=\"white\" />\n <rect x=\"24\" y=\"24\" width=\"822\" height=\"1316\" rx=\"12\" fill=\"black\" />\n </mask>\n </defs>\n <rect x=\"0\" y=\"0\" width=\"870\" height=\"1364\" rx=\"28\" fill={bodyFill} mask=\"url(#galaxy-tab-s10-bezel-mask)\" />\n <rect x=\"4\" y=\"4\" width=\"862\" height=\"1356\" rx=\"24\" fill=\"none\" stroke={stroke} strokeWidth=\"2\" />\n <circle cx=\"435\" cy=\"14\" r=\"3\" fill=\"#1c1c1e\" />\n </svg>\n );\n}\n\nexport const GALAXY_TAB_S10_FRAME: DeviceFrameInfo = {\n bezelTop: 24,\n bezelBottom: 24,\n bezelLeft: 24,\n bezelRight: 24,\n totalWidth: 870,\n totalHeight: 1364,\n screenWidth: 822,\n screenHeight: 1316,\n screenRadius: 12,\n};\n\nexport const GALAXY_TAB_S10_SCREEN_RECT: SVGScreenRect = {\n x: 24,\n y: 24,\n width: 822,\n height: 1316,\n rx: 12,\n};\n","import type { CSSProperties } from \"react\";\nimport type { DeviceLayoutData, DeviceMeta, DeviceFrameInfo, SVGScreenRect } from \"../contract-types.js\";\n\n/**\n * Galaxy Tab S10 Ultra (2024)\n * Screen: 924×1480dp @ 2x (physical 1848×2960)\n * Display: 14.6\" Dynamic AMOLED 2X, 240 PPI\n * Hardware: Punch-hole front camera in landscape top bezel, no home button\n * Note: S Pen included, large productivity-focused tablet\n */\nexport const GALAXY_TAB_S10_ULTRA_META: DeviceMeta = {\n id: \"galaxy-tab-s10-ultra\",\n name: \"Galaxy Tab S10 Ultra\",\n platform: \"android\",\n year: 2024,\n formFactor: \"tablet\",\n screen: {\n width: 924,\n height: 1480,\n physicalWidth: 1848,\n physicalHeight: 2960,\n dpr: 2,\n aspectRatio: \"16:10\",\n cornerRadius: 14,\n ppi: 240,\n },\n};\n\nexport const GALAXY_TAB_S10_ULTRA_LAYOUT: DeviceLayoutData = {\n meta: GALAXY_TAB_S10_ULTRA_META,\n safeArea: {\n portrait: { top: 24, bottom: 16, left: 0, right: 0 },\n landscape: { top: 24, bottom: 16, left: 0, right: 0 },\n },\n hardwareOverlays: {\n type: \"none\",\n portrait: { x: 0, y: 0, width: 0, height: 0, shape: \"rectangle\" },\n },\n statusBar: {\n height: 24,\n style: \"fullwidth\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true,\n },\n homeIndicator: {\n type: \"gestureline\",\n height: 4,\n width: 280,\n visible: true,\n },\n hardwareButtons: {\n volumeUp: { side: \"right\", yPosition: 130 },\n volumeDown: { side: \"right\", yPosition: 190 },\n power: { side: \"right\", yPosition: 60 },\n },\n};\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport function GalaxyTabS10UltraSVG({ colorScheme = \"light\", style }: DeviceSVGProps) {\n const bodyFill = colorScheme === \"dark\" ? \"#0e0e0f\" : \"#d0d0d4\";\n const stroke = colorScheme === \"dark\" ? \"#2c2c2e\" : \"#b0b0b6\";\n return (\n <svg\n width=\"100%\"\n height=\"100%\"\n viewBox=\"0 0 972 1528\"\n preserveAspectRatio=\"xMidYMid meet\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={style}\n >\n <defs>\n <mask id=\"galaxy-tab-s10-ultra-bezel-mask\">\n <rect x=\"0\" y=\"0\" width=\"972\" height=\"1528\" rx=\"30\" fill=\"white\" />\n <rect x=\"24\" y=\"24\" width=\"924\" height=\"1480\" rx=\"14\" fill=\"black\" />\n </mask>\n </defs>\n <rect x=\"0\" y=\"0\" width=\"972\" height=\"1528\" rx=\"30\" fill={bodyFill} mask=\"url(#galaxy-tab-s10-ultra-bezel-mask)\" />\n <rect x=\"4\" y=\"4\" width=\"964\" height=\"1520\" rx=\"26\" fill=\"none\" stroke={stroke} strokeWidth=\"2\" />\n <circle cx=\"486\" cy=\"14\" r=\"3.5\" fill=\"#1c1c1e\" />\n </svg>\n );\n}\n\nexport const GALAXY_TAB_S10_ULTRA_FRAME: DeviceFrameInfo = {\n bezelTop: 24,\n bezelBottom: 24,\n bezelLeft: 24,\n bezelRight: 24,\n totalWidth: 972,\n totalHeight: 1528,\n screenWidth: 924,\n screenHeight: 1480,\n screenRadius: 14,\n};\n\nexport const GALAXY_TAB_S10_ULTRA_SCREEN_RECT: SVGScreenRect = {\n x: 24,\n y: 24,\n width: 924,\n height: 1480,\n rx: 14,\n};\n","import type { CSSProperties } from \"react\";\nimport type { DeviceLayoutData, DeviceMeta, DeviceFrameInfo, SVGScreenRect } from \"../contract-types.js\";\n\n/**\n * Galaxy Tab S10 FE (Fan Edition, 2024)\n * Screen: 960×1536dp @ 1.5x (physical 1440×2304)\n * Display: 10.9\" TFT LCD, 240 PPI\n * Hardware: Front camera in portrait top bezel, no home button, side-mounted fingerprint\n */\nexport const GALAXY_TAB_S10_FE_META: DeviceMeta = {\n id: \"galaxy-tab-s10-fe\",\n name: \"Galaxy Tab S10 FE\",\n platform: \"android\",\n year: 2024,\n formFactor: \"tablet\",\n screen: {\n width: 960,\n height: 1536,\n physicalWidth: 1440,\n physicalHeight: 2304,\n dpr: 1.5,\n aspectRatio: \"16:10\",\n cornerRadius: 10,\n ppi: 240,\n },\n};\n\nexport const GALAXY_TAB_S10_FE_LAYOUT: DeviceLayoutData = {\n meta: GALAXY_TAB_S10_FE_META,\n safeArea: {\n portrait: { top: 24, bottom: 16, left: 0, right: 0 },\n landscape: { top: 24, bottom: 16, left: 0, right: 0 },\n },\n hardwareOverlays: {\n type: \"none\",\n portrait: { x: 0, y: 0, width: 0, height: 0, shape: \"rectangle\" },\n },\n statusBar: {\n height: 24,\n style: \"fullwidth\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true,\n },\n homeIndicator: {\n type: \"gestureline\",\n height: 4,\n width: 260,\n visible: true,\n },\n hardwareButtons: {\n volumeUp: { side: \"right\", yPosition: 120 },\n volumeDown: { side: \"right\", yPosition: 180 },\n power: { side: \"right\", yPosition: 55 },\n },\n};\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport function GalaxyTabS10FeSVG({ colorScheme = \"light\", style }: DeviceSVGProps) {\n const bodyFill = colorScheme === \"dark\" ? \"#0e0e0f\" : \"#d8d8db\";\n const stroke = colorScheme === \"dark\" ? \"#2c2c2e\" : \"#b8b8be\";\n return (\n <svg\n width=\"100%\"\n height=\"100%\"\n viewBox=\"0 0 1008 1584\"\n preserveAspectRatio=\"xMidYMid meet\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={style}\n >\n <defs>\n <mask id=\"galaxy-tab-s10-fe-bezel-mask\">\n <rect x=\"0\" y=\"0\" width=\"1008\" height=\"1584\" rx=\"24\" fill=\"white\" />\n <rect x=\"24\" y=\"24\" width=\"960\" height=\"1536\" rx=\"10\" fill=\"black\" />\n </mask>\n </defs>\n <rect x=\"0\" y=\"0\" width=\"1008\" height=\"1584\" rx=\"24\" fill={bodyFill} mask=\"url(#galaxy-tab-s10-fe-bezel-mask)\" />\n <rect x=\"4\" y=\"4\" width=\"1000\" height=\"1576\" rx=\"20\" fill=\"none\" stroke={stroke} strokeWidth=\"2\" />\n <circle cx=\"504\" cy=\"14\" r=\"3\" fill=\"#1c1c1e\" />\n </svg>\n );\n}\n\nexport const GALAXY_TAB_S10_FE_FRAME: DeviceFrameInfo = {\n bezelTop: 24,\n bezelBottom: 24,\n bezelLeft: 24,\n bezelRight: 24,\n totalWidth: 1008,\n totalHeight: 1584,\n screenWidth: 960,\n screenHeight: 1536,\n screenRadius: 10,\n};\n\nexport const GALAXY_TAB_S10_FE_SCREEN_RECT: SVGScreenRect = {\n x: 24,\n y: 24,\n width: 960,\n height: 1536,\n rx: 10,\n};\n","import type { CSSProperties } from \"react\";\nimport type { DeviceFrameInfo, DeviceLayoutData, DeviceMeta, SVGScreenRect } from \"../contract-types.js\";\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport const IPHONE_17_PRO_MAX_META: DeviceMeta = {\n id: \"iphone-17-pro-max\",\n name: \"iPhone 17 Pro Max\",\n platform: \"ios\",\n year: 2025,\n formFactor: \"phone\",\n screen: {\n width: 440,\n height: 956,\n physicalWidth: 1320,\n physicalHeight: 2868,\n dpr: 3,\n aspectRatio: \"19.5:9\",\n cornerRadius: 55,\n ppi: 460\n }\n};\nexport const IPHONE_17_PRO_MAX_LAYOUT: DeviceLayoutData = {\n meta: IPHONE_17_PRO_MAX_META,\n safeArea: {\n portrait: { top: 62, bottom: 34, left: 0, right: 0 },\n landscape: { top: 20, bottom: 20, left: 62, right: 62 }\n },\n hardwareOverlays: {\n type: \"dynamic-island\",\n portrait: {\n x: 157,\n // centered: (440 - 126) / 2 = 157\n y: 11,\n width: 126,\n height: 37,\n shape: \"pill\",\n cornerRadius: 18.5\n }\n },\n statusBar: {\n height: 54,\n style: \"dynamic-island\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true\n },\n homeIndicator: {\n type: \"swipe-bar\",\n height: 5,\n width: 134,\n visible: true\n },\n hardwareButtons: {\n volumeUp: { side: \"left\", yPosition: 200 },\n volumeDown: { side: \"left\", yPosition: 240 },\n power: { side: \"right\", yPosition: 220 },\n actionButton: { side: \"left\", yPosition: 250 },\n cameraControl: { side: \"right\", yPosition: 500 }\n }\n};\nconst SVG_STRING = `<svg width=\"1430\" height=\"2958\" viewBox=\"0 0 1430 2958\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1117.46 0C1222.66 0 1260.81 10.9534 1299.27 31.5217C1337.73 52.0899 1367.91 82.2729 1388.48 120.732C1409.05 159.191 1420 197.339 1420 302.538V2655.46C1420 2760.66 1409.05 2798.81 1388.48 2837.27C1367.91 2875.73 1337.73 2905.91 1299.27 2926.48C1260.81 2947.05 1222.66 2958 1117.46 2958H312.538C207.339 2958 169.191 2947.05 130.732 2926.48C92.2729 2905.91 62.0899 2875.73 41.5217 2837.27C20.9534 2798.81 10 2760.66 10 2655.46L10 302.538C10 197.339 20.9534 159.191 41.5217 120.732C62.0899 82.2729 92.2729 52.0899 130.732 31.5217C169.191 10.9534 207.339 0 312.538 0H1117.46ZM1133.99 45H296.005C212.202 45 181.814 53.7256 151.176 70.1105C120.539 86.4953 96.4953 110.539 80.1105 141.176C63.7256 171.814 55 202.202 55 286.005V2671.99C55 2755.8 63.7256 2786.19 80.1105 2816.82C96.4953 2847.46 120.539 2871.5 151.176 2887.89C181.814 2904.27 212.202 2913 296.005 2913H1133.99C1217.8 2913 1248.19 2904.27 1278.82 2887.89C1309.46 2871.5 1333.5 2847.46 1349.89 2816.82C1366.27 2786.19 1375 2755.8 1375 2671.99V286.005C1375 202.202 1366.27 171.814 1349.89 141.176C1333.5 110.539 1309.46 86.4953 1278.82 70.1105C1248.19 53.7256 1217.8 45 1133.99 45Z\" fill=\"#D8D8D8\"/>\n<mask id=\"mask0_56_594\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"10\" y=\"0\" width=\"1410\" height=\"2958\">\n<path d=\"M1117.46 0C1222.66 0 1260.81 10.9534 1299.27 31.5217C1337.73 52.0899 1367.91 82.2729 1388.48 120.732C1409.05 159.191 1420 197.339 1420 302.538V2655.46C1420 2760.66 1409.05 2798.81 1388.48 2837.27C1367.91 2875.73 1337.73 2905.91 1299.27 2926.48C1260.81 2947.05 1222.66 2958 1117.46 2958H312.538C207.339 2958 169.191 2947.05 130.732 2926.48C92.2729 2905.91 62.0899 2875.73 41.5217 2837.27C20.9534 2798.81 10 2760.66 10 2655.46L10 302.538C10 197.339 20.9534 159.191 41.5217 120.732C62.0899 82.2729 92.2729 52.0899 130.732 31.5217C169.191 10.9534 207.339 0 312.538 0H1117.46ZM1133.99 45H296.005C212.202 45 181.814 53.7256 151.176 70.1105C120.539 86.4953 96.4953 110.539 80.1105 141.176C63.7256 171.814 55 202.202 55 286.005V2671.99C55 2755.8 63.7256 2786.19 80.1105 2816.82C96.4953 2847.46 120.539 2871.5 151.176 2887.89C181.814 2904.27 212.202 2913 296.005 2913H1133.99C1217.8 2913 1248.19 2904.27 1278.82 2887.89C1309.46 2871.5 1333.5 2847.46 1349.89 2816.82C1366.27 2786.19 1375 2755.8 1375 2671.99V286.005C1375 202.202 1366.27 171.814 1349.89 141.176C1333.5 110.539 1309.46 86.4953 1278.82 70.1105C1248.19 53.7256 1217.8 45 1133.99 45Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask0_56_594)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M302.336 1H1127.66C1222.77 1 1257.28 10.8675 1292.05 29.465C1326.75 48.0213 1353.98 75.2519 1372.54 109.949C1391.13 144.723 1401 179.226 1401 274.336V2666.66C1401 2761.77 1391.13 2796.28 1372.54 2831.05C1353.98 2865.75 1326.75 2892.98 1292.05 2911.53C1257.28 2930.13 1222.77 2940 1127.66 2940H302.336C207.226 2940 172.723 2930.13 137.949 2911.53C103.252 2892.98 76.0213 2865.75 57.465 2831.05C38.8675 2796.28 29 2761.77 29 2666.66V274.336C29 179.226 38.8675 144.723 57.465 109.949C76.0213 75.2519 103.252 48.0213 137.949 29.465C172.723 10.8675 207.226 1 302.336 1Z\" fill=\"#020300\" stroke=\"#2A2A2A\" stroke-width=\"2\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M302.336 0.5H1127.66C1222.92 0.5 1257.46 10.3999 1292.29 29.0241C1327.07 47.6277 1354.37 74.9277 1372.98 109.713C1391.6 144.538 1401.5 179.085 1401.5 274.336V2666.66C1401.5 2761.92 1391.6 2796.46 1372.98 2831.29C1354.37 2866.07 1327.07 2893.37 1292.29 2911.98C1257.46 2930.6 1222.92 2940.5 1127.66 2940.5H302.336C207.085 2940.5 172.538 2930.6 137.713 2911.98C102.928 2893.37 75.6277 2866.07 57.0241 2831.29C38.3999 2796.46 28.5 2761.92 28.5 2666.66V274.336C28.5 179.085 38.3999 144.538 57.0241 109.713C75.6277 74.9277 102.928 47.6277 137.713 29.0241C172.538 10.3999 207.085 0.5 302.336 0.5Z\" stroke=\"#353535\"/>\n</g>\n<mask id=\"mask1_56_594\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"10\" y=\"0\" width=\"1410\" height=\"2958\">\n<path d=\"M1117.46 0C1222.66 0 1260.81 10.9534 1299.27 31.5217C1337.73 52.0899 1367.91 82.2729 1388.48 120.732C1409.05 159.191 1420 197.339 1420 302.538V2655.46C1420 2760.66 1409.05 2798.81 1388.48 2837.27C1367.91 2875.73 1337.73 2905.91 1299.27 2926.48C1260.81 2947.05 1222.66 2958 1117.46 2958H312.538C207.339 2958 169.191 2947.05 130.732 2926.48C92.2729 2905.91 62.0899 2875.73 41.5217 2837.27C20.9534 2798.81 10 2760.66 10 2655.46L10 302.538C10 197.339 20.9534 159.191 41.5217 120.732C62.0899 82.2729 92.2729 52.0899 130.732 31.5217C169.191 10.9534 207.339 0 312.538 0H1117.46ZM1133.99 45H296.005C212.202 45 181.814 53.7256 151.176 70.1105C120.539 86.4953 96.4953 110.539 80.1105 141.176C63.7256 171.814 55 202.202 55 286.005V2671.99C55 2755.8 63.7256 2786.19 80.1105 2816.82C96.4953 2847.46 120.539 2871.5 151.176 2887.89C181.814 2904.27 212.202 2913 296.005 2913H1133.99C1217.8 2913 1248.19 2904.27 1278.82 2887.89C1309.46 2871.5 1333.5 2847.46 1349.89 2816.82C1366.27 2786.19 1375 2755.8 1375 2671.99V286.005C1375 202.202 1366.27 171.814 1349.89 141.176C1333.5 110.539 1309.46 86.4953 1278.82 70.1105C1248.19 53.7256 1217.8 45 1133.99 45Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask1_56_594)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M493.5 31.5H951.581C959.109 26.3716 964.077 23.5 966.562 23.5H1122.1C1217.68 23.5 1252.37 33.3631 1287.32 52.0549C1322.08 70.6436 1349.36 97.9218 1367.95 132.68C1386.64 167.63 1396.5 202.324 1396.5 297.9V2660.1C1396.5 2755.68 1386.64 2790.37 1367.95 2825.32C1349.36 2860.08 1322.08 2887.36 1287.32 2905.95C1252.37 2924.64 1217.68 2934.5 1122.1 2934.5H307.9C212.324 2934.5 177.63 2924.64 142.68 2905.95C107.922 2887.36 80.6436 2860.08 62.0549 2825.32C43.3631 2790.37 33.5 2755.68 33.5 2660.1V297.9C33.5 202.324 43.3631 167.63 62.0549 132.68C80.6436 97.9218 107.922 70.6436 142.68 52.0549C177.63 33.3631 212.324 23.5 307.9 23.5H463.438C465.923 23.5 470.891 26.3716 478.419 31.5H489.5H493.5Z\" fill=\"black\" stroke=\"#1E1D1D\" stroke-width=\"5\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M493 31H951.427C959.024 25.8277 964.049 23 966.562 23H1122.1C1217.82 23 1252.56 32.8955 1287.56 51.614C1322.4 70.25 1349.75 97.5976 1368.39 132.444C1387.1 167.444 1397 202.182 1397 297.9V2660.1C1397 2755.82 1387.1 2790.56 1368.39 2825.56C1349.75 2860.4 1322.4 2887.75 1287.56 2906.39C1252.56 2925.1 1217.82 2935 1122.1 2935H307.9C212.182 2935 177.444 2925.1 142.444 2906.39C107.598 2887.75 80.25 2860.4 61.614 2825.56C42.8955 2790.56 33 2755.82 33 2660.1V297.9C33 202.182 42.8955 167.444 61.614 132.444C80.25 97.5976 107.598 70.25 142.444 51.614C177.444 32.8955 212.182 23 307.9 23H463.438C465.951 23 470.976 25.8277 478.573 31H490H493Z\" stroke=\"#1E1E1E\" stroke-width=\"4\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M492.5 30.5H951.273C958.94 25.2853 964.021 22.5 966.562 22.5H1122.1C1217.96 22.5 1252.74 32.4279 1287.79 51.173C1322.73 69.8563 1350.14 97.2733 1368.83 132.208C1387.57 167.258 1397.5 202.04 1397.5 297.9V2660.1C1397.5 2755.96 1387.57 2790.74 1368.83 2825.79C1350.14 2860.73 1322.73 2888.14 1287.79 2906.83C1252.74 2925.57 1217.96 2935.5 1122.1 2935.5H307.9C212.04 2935.5 177.258 2925.57 142.208 2906.83C107.273 2888.14 79.8563 2860.73 61.173 2825.79C42.4279 2790.74 32.5 2755.96 32.5 2660.1V297.9C32.5 202.04 42.4279 167.258 61.173 132.208C79.8563 97.2733 107.273 69.8563 142.208 51.173C177.258 32.4279 212.04 22.5 307.9 22.5H463.438C465.979 22.5 471.06 25.2853 478.727 30.5H490.5H492.5Z\" stroke=\"#3A3A3A\" stroke-width=\"3\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M951.12 30C958.856 24.7444 963.993 22 966.562 22H1122.1C1218.1 22 1252.93 31.9603 1288.03 50.7321C1323.05 69.4627 1350.54 96.9491 1369.27 131.972C1388.04 167.072 1398 201.899 1398 297.9V2660.1C1398 2756.1 1388.04 2790.93 1369.27 2826.03C1350.54 2861.05 1323.05 2888.54 1288.03 2907.27C1252.93 2926.04 1218.1 2936 1122.1 2936H307.9C211.899 2936 177.072 2926.04 141.972 2907.27C106.949 2888.54 79.4627 2861.05 60.7321 2826.03C41.9603 2790.93 32 2756.1 32 2660.1V297.9C32 201.899 41.9603 167.072 60.7321 131.972C79.4627 96.9491 106.949 69.4627 141.972 50.7321C177.072 31.9603 211.899 22 307.9 22H463.438C466.007 22 471.145 24.7444 478.88 30H491H492H951.12Z\" stroke=\"#424241\" stroke-width=\"2\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M307.9 21.5H463.438C466.035 21.5 471.229 24.2049 479.034 29.5H491.5H950.966C958.771 24.2049 963.965 21.5 966.562 21.5H1122.1C1218.24 21.5 1253.11 31.4927 1288.26 50.2912C1323.38 69.0691 1350.93 96.6249 1369.71 131.736C1388.51 166.887 1398.5 201.757 1398.5 297.9V2660.1C1398.5 2756.24 1388.51 2791.11 1369.71 2826.26C1350.93 2861.37 1323.38 2888.93 1288.26 2907.71C1253.11 2926.51 1218.24 2936.5 1122.1 2936.5H307.9C211.757 2936.5 176.887 2926.51 141.736 2907.71C106.625 2888.93 79.0691 2861.37 60.2912 2826.26C41.4927 2791.11 31.5 2756.24 31.5 2660.1V297.9C31.5 201.757 41.4927 166.887 60.2912 131.736C79.0691 96.6249 106.625 69.0691 141.736 50.2912C176.887 31.4927 211.757 21.5 307.9 21.5Z\" stroke=\"#393939\"/>\n</g>\n<mask id=\"mask2_56_594\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"10\" y=\"0\" width=\"1410\" height=\"2958\">\n<path d=\"M1117.46 0C1222.66 0 1260.81 10.9534 1299.27 31.5217C1337.73 52.0899 1367.91 82.2729 1388.48 120.732C1409.05 159.191 1420 197.339 1420 302.538V2655.46C1420 2760.66 1409.05 2798.81 1388.48 2837.27C1367.91 2875.73 1337.73 2905.91 1299.27 2926.48C1260.81 2947.05 1222.66 2958 1117.46 2958H312.538C207.339 2958 169.191 2947.05 130.732 2926.48C92.2729 2905.91 62.0899 2875.73 41.5217 2837.27C20.9534 2798.81 10 2760.66 10 2655.46L10 302.538C10 197.339 20.9534 159.191 41.5217 120.732C62.0899 82.2729 92.2729 52.0899 130.732 31.5217C169.191 10.9534 207.339 0 312.538 0H1117.46ZM1133.99 45H296.005C212.202 45 181.814 53.7256 151.176 70.1105C120.539 86.4953 96.4953 110.539 80.1105 141.176C63.7256 171.814 55 202.202 55 286.005V2671.99C55 2755.8 63.7256 2786.19 80.1105 2816.82C96.4953 2847.46 120.539 2871.5 151.176 2887.89C181.814 2904.27 212.202 2913 296.005 2913H1133.99C1217.8 2913 1248.19 2904.27 1278.82 2887.89C1309.46 2871.5 1333.5 2847.46 1349.89 2816.82C1366.27 2786.19 1375 2755.8 1375 2671.99V286.005C1375 202.202 1366.27 171.814 1349.89 141.176C1333.5 110.539 1309.46 86.4953 1278.82 70.1105C1248.19 53.7256 1217.8 45 1133.99 45Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask2_56_594)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 9H1117.46C1220.11 9 1257.46 19.3699 1295.02 39.458C1331.89 59.175 1360.82 88.109 1380.54 124.977C1400.63 162.538 1411 199.888 1411 302.538V2655.46C1411 2758.11 1400.63 2795.46 1380.54 2833.02C1360.82 2869.89 1331.89 2898.82 1295.02 2918.54C1257.46 2938.63 1220.11 2949 1117.46 2949H312.538C209.888 2949 172.538 2938.63 134.977 2918.54C98.109 2898.82 69.175 2869.89 49.458 2833.02C29.3699 2795.46 19 2758.11 19 2655.46V302.538C19 199.888 29.3699 162.538 49.458 124.977C69.175 88.109 98.109 59.175 134.977 39.458C172.538 19.3699 209.888 9 312.538 9Z\" stroke=\"#232736\" stroke-width=\"18\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1117.46 8.5C1220.25 8.5 1257.65 18.9023 1295.26 39.0171C1332.22 58.7814 1361.22 87.7847 1380.98 124.741C1401.1 162.352 1411.5 199.746 1411.5 302.538V2655.46C1411.5 2758.25 1401.1 2795.65 1380.98 2833.26C1361.22 2870.22 1332.22 2899.22 1295.26 2918.98C1257.65 2939.1 1220.25 2949.5 1117.46 2949.5H312.538C209.746 2949.5 172.352 2939.1 134.741 2918.98C97.7847 2899.22 68.7814 2870.22 49.0171 2833.26C28.9023 2795.65 18.5 2758.25 18.5 2655.46V302.538C18.5 199.746 28.9023 162.352 49.0171 124.741C68.7814 87.7847 97.7847 58.7814 134.741 39.0171C172.352 18.9023 209.746 8.5 312.538 8.5H1117.46Z\" stroke=\"#464A5E\" stroke-width=\"17\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 8H1117.46C1220.4 8 1257.83 18.4348 1295.49 38.5762C1332.54 58.3878 1361.61 87.4605 1381.42 124.505C1401.57 162.166 1412 199.605 1412 302.538V2655.46C1412 2758.4 1401.57 2795.83 1381.42 2833.5C1361.61 2870.54 1332.54 2899.61 1295.49 2919.42C1257.83 2939.57 1220.4 2950 1117.46 2950H312.538C209.605 2950 172.166 2939.57 134.505 2919.42C97.4605 2899.61 68.3878 2870.54 48.5762 2833.5C28.4348 2795.83 18 2758.4 18 2655.46V302.538C18 199.605 28.4348 162.166 48.5762 124.505C68.3878 87.4605 97.4605 58.3878 134.505 38.5762C172.166 18.4348 209.605 8 312.538 8Z\" stroke=\"#73788C\" stroke-width=\"16\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 7.5H1117.46C1220.54 7.5 1258.02 17.9672 1295.73 38.1353C1332.86 57.9942 1362.01 87.1363 1381.86 124.269C1402.03 161.98 1412.5 199.463 1412.5 302.538V2655.46C1412.5 2758.54 1402.03 2796.02 1381.86 2833.73C1362.01 2870.86 1332.86 2900.01 1295.73 2919.86C1258.02 2940.03 1220.54 2950.5 1117.46 2950.5H312.538C209.463 2950.5 171.98 2940.03 134.269 2919.86C97.1363 2900.01 67.9942 2870.86 48.1353 2833.73C27.9672 2796.02 17.5 2758.54 17.5 2655.46V302.538C17.5 199.463 27.9672 161.98 48.1353 124.269C67.9942 87.1363 97.1363 57.9942 134.269 38.1353C171.98 17.9672 209.463 7.5 312.538 7.5Z\" stroke=\"#AAAFC4\" stroke-width=\"15\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1117.46 7C1220.68 7 1258.21 17.4996 1295.97 37.6944C1333.19 57.6005 1362.4 86.8121 1382.31 124.033C1402.5 161.794 1413 199.322 1413 302.538V2655.46C1413 2758.68 1402.5 2796.21 1382.31 2833.97C1362.4 2871.19 1333.19 2900.4 1295.97 2920.31C1258.21 2940.5 1220.68 2951 1117.46 2951H312.538C209.322 2951 171.794 2940.5 134.033 2920.31C96.8121 2900.4 67.6005 2871.19 47.6944 2833.97C27.4996 2796.21 17 2758.68 17 2655.46V302.538C17 199.322 27.4996 161.794 47.6944 124.033C67.6005 86.8121 96.8121 57.6005 134.033 37.6944C171.794 17.4996 209.322 7 312.538 7H1117.46Z\" stroke=\"#B8BFD6\" stroke-width=\"14\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 6.5H1117.46C1220.82 6.5 1258.39 17.032 1296.2 37.2534C1333.51 57.2069 1362.79 86.4878 1382.75 123.798C1402.97 161.608 1413.5 199.18 1413.5 302.538V2655.46C1413.5 2758.82 1402.97 2796.39 1382.75 2834.2C1362.79 2871.51 1333.51 2900.79 1296.2 2920.75C1258.39 2940.97 1220.82 2951.5 1117.46 2951.5H312.538C209.18 2951.5 171.608 2940.97 133.798 2920.75C96.4878 2900.79 67.2069 2871.51 47.2534 2834.2C27.032 2796.39 16.5 2758.82 16.5 2655.46V302.538C16.5 199.18 27.032 161.608 47.2534 123.798C67.2069 86.4878 96.4878 57.2069 133.798 37.2534C171.608 17.032 209.18 6.5 312.538 6.5Z\" stroke=\"#A9B2C8\" stroke-width=\"13\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 6H1117.46C1220.96 6 1258.58 16.5644 1296.44 36.8125C1333.84 56.8133 1363.19 86.1636 1383.19 123.562C1403.44 161.422 1414 199.038 1414 302.538V2655.46C1414 2758.96 1403.44 2796.58 1383.19 2834.44C1363.19 2871.84 1333.84 2901.19 1296.44 2921.19C1258.58 2941.44 1220.96 2952 1117.46 2952H312.538C209.038 2952 171.422 2941.44 133.562 2921.19C96.1636 2901.19 66.8133 2871.84 46.8125 2834.44C26.5644 2796.58 16 2758.96 16 2655.46V302.538C16 199.038 26.5644 161.422 46.8125 123.562C66.8133 86.1636 96.1636 56.8133 133.562 36.8125C171.422 16.5644 209.038 6 312.538 6Z\" stroke=\"#969FB6\" stroke-width=\"12\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1117.46 5.5C1221.1 5.5 1258.76 16.0968 1296.67 36.3716C1334.16 56.4197 1363.58 85.8394 1383.63 123.326C1403.9 161.237 1414.5 198.897 1414.5 302.538V2655.46C1414.5 2759.1 1403.9 2796.76 1383.63 2834.67C1363.58 2872.16 1334.16 2901.58 1296.67 2921.63C1258.76 2941.9 1221.1 2952.5 1117.46 2952.5H312.538C208.897 2952.5 171.237 2941.9 133.326 2921.63C95.8394 2901.58 66.4197 2872.16 46.3716 2834.67C26.0968 2796.76 15.5 2759.1 15.5 2655.46V302.538C15.5 198.897 26.0968 161.237 46.3716 123.326C66.4197 85.8394 95.8394 56.4197 133.326 36.3716C171.237 16.0968 208.897 5.5 312.538 5.5H1117.46Z\" stroke=\"#7E889E\" stroke-width=\"11\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 5H1117.46C1221.24 5 1258.95 15.6293 1296.91 35.9307C1334.48 56.0261 1363.97 85.5152 1384.07 123.09C1404.37 161.051 1415 198.755 1415 302.538V2655.46C1415 2759.24 1404.37 2796.95 1384.07 2834.91C1363.97 2872.48 1334.48 2901.97 1296.91 2922.07C1258.95 2942.37 1221.24 2953 1117.46 2953H312.538C208.755 2953 171.051 2942.37 133.09 2922.07C95.5152 2901.97 66.0261 2872.48 45.9307 2834.91C25.6293 2796.95 15 2759.24 15 2655.46V302.538C15 198.755 25.6293 161.051 45.9307 123.09C66.0261 85.5152 95.5152 56.0261 133.09 35.9307C171.051 15.6293 208.755 5 312.538 5Z\" stroke=\"#727D92\" stroke-width=\"10\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 4.5H1117.46C1221.39 4.5 1259.14 15.1617 1297.15 35.4898C1334.81 55.6325 1364.37 85.1909 1384.51 122.854C1404.84 160.865 1415.5 198.614 1415.5 302.538V2655.46C1415.5 2759.39 1404.84 2797.14 1384.51 2835.15C1364.37 2872.81 1334.81 2902.37 1297.15 2922.51C1259.14 2942.84 1221.39 2953.5 1117.46 2953.5H312.538C208.614 2953.5 170.865 2942.84 132.854 2922.51C95.1909 2902.37 65.6325 2872.81 45.4898 2835.15C25.1617 2797.14 14.5 2759.39 14.5 2655.46V302.538C14.5 198.614 25.1617 160.865 45.4898 122.854C65.6325 85.1909 95.1909 55.6325 132.854 35.4898C170.865 15.1617 208.614 4.5 312.538 4.5Z\" stroke=\"#626D82\" stroke-width=\"9\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1117.46 4C1221.53 4 1259.32 14.6941 1297.38 35.0489C1335.13 55.2388 1364.76 84.8667 1384.95 122.619C1405.31 160.679 1416 198.472 1416 302.538V2655.46C1416 2759.53 1405.31 2797.32 1384.95 2835.38C1364.76 2873.13 1335.13 2902.76 1297.38 2922.95C1259.32 2943.31 1221.53 2954 1117.46 2954H312.538C208.472 2954 170.679 2943.31 132.619 2922.95C94.8667 2902.76 65.2388 2873.13 45.0489 2835.38C24.6941 2797.32 14 2759.53 14 2655.46V302.538C14 198.472 24.6941 160.679 45.0489 122.619C65.2388 84.8667 94.8667 55.2388 132.619 35.0489C170.679 14.6941 208.472 4 312.538 4H1117.46Z\" stroke=\"#5D687C\" stroke-width=\"8\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 3.5H1117.46C1221.67 3.5 1259.51 14.2265 1297.62 34.608C1335.46 54.8452 1365.15 84.5425 1385.39 122.383C1405.77 160.493 1416.5 198.33 1416.5 302.538V2655.46C1416.5 2759.67 1405.77 2797.51 1385.39 2835.62C1365.15 2873.46 1335.46 2903.15 1297.62 2923.39C1259.51 2943.77 1221.67 2954.5 1117.46 2954.5H312.538C208.33 2954.5 170.493 2943.77 132.383 2923.39C94.5425 2903.15 64.8452 2873.46 44.608 2835.62C24.2265 2797.51 13.5 2759.67 13.5 2655.46V302.538C13.5 198.33 24.2265 160.493 44.608 122.383C64.8452 84.5425 94.5425 54.8452 132.383 34.608C170.493 14.2265 208.33 3.5 312.538 3.5Z\" stroke=\"#545C70\" stroke-width=\"7\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 3H1117.46C1221.81 3 1259.69 13.7589 1297.85 34.1671C1335.78 54.4516 1365.55 84.2183 1385.83 122.147C1406.24 160.307 1417 198.189 1417 302.538V2655.46C1417 2759.81 1406.24 2797.69 1385.83 2835.85C1365.55 2873.78 1335.78 2903.55 1297.85 2923.83C1259.69 2944.24 1221.81 2955 1117.46 2955H312.538C208.189 2955 170.307 2944.24 132.147 2923.83C94.2183 2903.55 64.4516 2873.78 44.1671 2835.85C23.7589 2797.69 13 2759.81 13 2655.46V302.538C13 198.189 23.7589 160.307 44.1671 122.147C64.4516 84.2183 94.2183 54.4516 132.147 34.1671C170.307 13.7589 208.189 3 312.538 3Z\" stroke=\"#4D5568\" stroke-width=\"6\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 2.5H1117.46C1221.95 2.5 1259.88 13.2913 1298.09 33.7262C1336.11 54.058 1365.94 83.8941 1386.27 121.911C1406.71 160.121 1417.5 198.047 1417.5 302.538V2655.46C1417.5 2759.95 1406.71 2797.88 1386.27 2836.09C1365.94 2874.11 1336.11 2903.94 1298.09 2924.27C1259.88 2944.71 1221.95 2955.5 1117.46 2955.5H312.538C208.047 2955.5 170.121 2944.71 131.911 2924.27C93.8941 2903.94 64.058 2874.11 43.7262 2836.09C23.2913 2797.88 12.5 2759.95 12.5 2655.46V302.538C12.5 198.047 23.2913 160.121 43.7262 121.911C64.058 83.8941 93.8941 54.058 131.911 33.7262C170.121 13.2913 208.047 2.5 312.538 2.5Z\" stroke=\"#454C5E\" stroke-width=\"5\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 2H1117.46C1222.09 2 1260.06 12.8238 1298.32 33.2853C1336.43 53.6644 1366.34 83.5698 1386.71 121.675C1407.18 159.935 1418 197.906 1418 302.538V2655.46C1418 2760.09 1407.18 2798.06 1386.71 2836.32C1366.34 2874.43 1336.43 2904.34 1298.32 2924.71C1260.06 2945.18 1222.09 2956 1117.46 2956H312.538C207.906 2956 169.935 2945.18 131.675 2924.71C93.5698 2904.34 63.6644 2874.43 43.2853 2836.32C22.8238 2798.06 12 2760.09 12 2655.46V302.538C12 197.906 22.8238 159.935 43.2853 121.675C63.6644 83.5698 93.5698 53.6644 131.675 33.2853C169.935 12.8238 207.906 2 312.538 2Z\" stroke=\"#393F50\" stroke-width=\"4\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 1.5H1117.46C1222.24 1.5 1260.25 12.3562 1298.56 32.8444C1336.75 53.2707 1366.73 83.2456 1387.16 121.44C1407.64 159.749 1418.5 197.764 1418.5 302.538V2655.46C1418.5 2760.24 1407.64 2798.25 1387.16 2836.56C1366.73 2874.75 1336.75 2904.73 1298.56 2925.16C1260.25 2945.64 1222.24 2956.5 1117.46 2956.5H312.538C207.764 2956.5 169.749 2945.64 131.44 2925.16C93.2456 2904.73 63.2707 2874.75 42.8444 2836.56C22.3562 2798.25 11.5 2760.24 11.5 2655.46V302.538C11.5 197.764 22.3562 159.749 42.8444 121.44C63.2707 83.2456 93.2456 53.2707 131.44 32.8444C169.749 12.3562 207.764 1.5 312.538 1.5Z\" stroke=\"#353A4A\" stroke-width=\"3\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 1.25H1117.46C1222.31 1.25 1260.34 12.1224 1298.68 32.6239C1336.92 53.0739 1366.93 83.0835 1387.38 121.322C1407.88 159.656 1418.75 197.693 1418.75 302.538V2655.46C1418.75 2760.31 1407.88 2798.34 1387.38 2836.68C1366.93 2874.92 1336.92 2904.93 1298.68 2925.38C1260.34 2945.88 1222.31 2956.75 1117.46 2956.75H312.538C207.693 2956.75 169.656 2945.88 131.322 2925.38C93.0835 2904.93 63.0739 2874.92 42.6239 2836.68C22.1224 2798.34 11.25 2760.31 11.25 2655.46V302.538C11.25 197.693 22.1224 159.656 42.6239 121.322C63.0739 83.0835 93.0835 53.0739 131.322 32.6239C169.656 12.1224 207.693 1.25 312.538 1.25Z\" stroke=\"#313747\" stroke-width=\"2.5\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 1H1117.46C1222.38 1 1260.44 11.8886 1298.8 32.4035C1337.08 52.8771 1367.12 82.9214 1387.6 121.204C1408.11 159.563 1419 197.622 1419 302.538V2655.46C1419 2760.38 1408.11 2798.44 1387.6 2836.8C1367.12 2875.08 1337.08 2905.12 1298.8 2925.6C1260.44 2946.11 1222.38 2957 1117.46 2957H312.538C207.622 2957 169.563 2946.11 131.204 2925.6C92.9214 2905.12 62.8771 2875.08 42.4035 2836.8C21.8886 2798.44 11 2760.38 11 2655.46V302.538C11 197.622 21.8886 159.563 42.4035 121.204C62.8771 82.9214 92.9214 52.8771 131.204 32.4035C169.563 11.8886 207.622 1 312.538 1Z\" stroke=\"#282E3A\" stroke-width=\"2\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 0.75H1117.46C1222.45 0.75 1260.53 11.6548 1298.91 32.183C1337.24 52.6803 1367.32 82.7593 1387.82 121.086C1408.35 159.47 1419.25 197.552 1419.25 302.538V2655.46C1419.25 2760.45 1408.35 2798.53 1387.82 2836.91C1367.32 2875.24 1337.24 2905.32 1298.91 2925.82C1260.53 2946.35 1222.45 2957.25 1117.46 2957.25H312.538C207.552 2957.25 169.47 2946.35 131.086 2925.82C92.7593 2905.32 62.6803 2875.24 42.183 2836.91C21.6548 2798.53 10.75 2760.45 10.75 2655.46V302.538C10.75 197.552 21.6548 159.47 42.183 121.086C62.6803 82.7593 92.7593 52.6803 131.086 32.183C169.47 11.6548 207.552 0.75 312.538 0.75Z\" stroke=\"#262B38\" stroke-width=\"1.5\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 -0.5H1117.46C1222.8 -0.5 1260.99 10.4858 1299.5 31.0808C1338.05 51.6963 1368.3 81.9487 1388.92 120.496C1409.51 159.006 1420.5 197.198 1420.5 302.538V2655.46C1420.5 2760.8 1409.51 2798.99 1388.92 2837.5C1368.3 2876.05 1338.05 2906.3 1299.5 2926.92C1260.99 2947.51 1222.8 2958.5 1117.46 2958.5H312.538C207.198 2958.5 169.006 2947.51 130.496 2926.92C91.9487 2906.3 61.6963 2876.05 41.0808 2837.5C20.4858 2798.99 9.5 2760.8 9.5 2655.46V302.538C9.5 197.198 20.4858 159.006 41.0808 120.496C61.6963 81.9487 91.9487 51.6963 130.496 31.0808C169.006 10.4858 207.198 -0.5 312.538 -0.5Z\" stroke=\"#9B9EA3\" stroke-opacity=\"0.1\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 -0.25H1117.46C1222.73 -0.25 1260.9 10.7196 1299.39 31.3012C1337.89 51.8931 1368.11 82.1108 1388.7 120.614C1409.28 159.099 1420.25 197.268 1420.25 302.538V2655.46C1420.25 2760.73 1409.28 2798.9 1388.7 2837.39C1368.11 2875.89 1337.89 2906.11 1299.39 2926.7C1260.9 2947.28 1222.73 2958.25 1117.46 2958.25H312.538C207.268 2958.25 169.099 2947.28 130.614 2926.7C92.1108 2906.11 61.8931 2875.89 41.3012 2837.39C20.7196 2798.9 9.75 2760.73 9.75 2655.46V302.538C9.75 197.268 20.7196 159.099 41.3012 120.614C61.8931 82.1108 92.1108 51.8931 130.614 31.3012C169.099 10.7196 207.268 -0.25 312.538 -0.25Z\" stroke=\"#8F9298\" stroke-width=\"0.5\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M312.538 0.5H1117.46C1222.52 0.5 1260.62 11.421 1299.03 31.9626C1337.4 52.4835 1367.52 82.5972 1388.04 120.968C1408.58 159.377 1419.5 197.481 1419.5 302.538V2655.46C1419.5 2760.52 1408.58 2798.62 1388.04 2837.03C1367.52 2875.4 1337.4 2905.52 1299.03 2926.04C1260.62 2946.58 1222.52 2957.5 1117.46 2957.5H312.538C207.481 2957.5 169.377 2946.58 130.968 2926.04C92.5972 2905.52 62.4835 2875.4 41.9626 2837.03C21.421 2798.62 10.5 2760.52 10.5 2655.46V302.538C10.5 197.481 21.421 159.377 41.9626 120.968C62.4835 82.5972 92.5972 52.4835 130.968 31.9626C169.377 11.421 207.481 0.5 312.538 0.5Z\" stroke=\"#5B5F68\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1117.46 7C1220.68 7 1258.21 17.4996 1295.97 37.6944C1333.19 57.6005 1362.4 86.8121 1382.31 124.033C1402.5 161.794 1413 199.322 1413 302.538V2655.46C1413 2758.68 1402.5 2796.21 1382.31 2833.97C1362.4 2871.19 1333.19 2900.4 1295.97 2920.31C1258.21 2940.5 1220.68 2951 1117.46 2951H312.538C209.322 2951 171.794 2940.5 134.033 2920.31C96.8121 2900.4 67.6005 2871.19 47.6944 2833.97C27.4996 2796.21 17 2758.68 17 2655.46V302.538C17 199.322 27.4996 161.794 47.6944 124.033C67.6005 86.8121 96.8121 57.6005 134.033 37.6944C171.794 17.4996 209.322 7 312.538 7H1117.46Z\" stroke=\"url(#paint0_linear_56_594)\" stroke-width=\"14\"/>\n</g>\n<mask id=\"mask3_56_594\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"10\" y=\"0\" width=\"1410\" height=\"2958\">\n<path d=\"M1117.46 0C1222.66 0 1260.81 10.9534 1299.27 31.5217C1337.73 52.0899 1367.91 82.2729 1388.48 120.732C1409.05 159.191 1420 197.339 1420 302.538V2655.46C1420 2760.66 1409.05 2798.81 1388.48 2837.27C1367.91 2875.73 1337.73 2905.91 1299.27 2926.48C1260.81 2947.05 1222.66 2958 1117.46 2958H312.538C207.339 2958 169.191 2947.05 130.732 2926.48C92.2729 2905.91 62.0899 2875.73 41.5217 2837.27C20.9534 2798.81 10 2760.66 10 2655.46L10 302.538C10 197.339 20.9534 159.191 41.5217 120.732C62.0899 82.2729 92.2729 52.0899 130.732 31.5217C169.191 10.9534 207.339 0 312.538 0H1117.46ZM1133.99 45H296.005C212.202 45 181.814 53.7256 151.176 70.1105C120.539 86.4953 96.4953 110.539 80.1105 141.176C63.7256 171.814 55 202.202 55 286.005V2671.99C55 2755.8 63.7256 2786.19 80.1105 2816.82C96.4953 2847.46 120.539 2871.5 151.176 2887.89C181.814 2904.27 212.202 2913 296.005 2913H1133.99C1217.8 2913 1248.19 2904.27 1278.82 2887.89C1309.46 2871.5 1333.5 2847.46 1349.89 2816.82C1366.27 2786.19 1375 2755.8 1375 2671.99V286.005C1375 202.202 1366.27 171.814 1349.89 141.176C1333.5 110.539 1309.46 86.4953 1278.82 70.1105C1248.19 53.7256 1217.8 45 1133.99 45Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask3_56_594)\">\n<g filter=\"url(#filter0_ii_56_594)\">\n<path d=\"M1420 278H1400V306H1420V278Z\" fill=\"url(#paint1_linear_56_594)\"/>\n</g>\n</g>\n<mask id=\"mask4_56_594\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"10\" y=\"0\" width=\"1410\" height=\"2958\">\n<path d=\"M1117.46 0C1222.66 0 1260.81 10.9534 1299.27 31.5217C1337.73 52.0899 1367.91 82.2729 1388.48 120.732C1409.05 159.191 1420 197.339 1420 302.538V2655.46C1420 2760.66 1409.05 2798.81 1388.48 2837.27C1367.91 2875.73 1337.73 2905.91 1299.27 2926.48C1260.81 2947.05 1222.66 2958 1117.46 2958H312.538C207.339 2958 169.191 2947.05 130.732 2926.48C92.2729 2905.91 62.0899 2875.73 41.5217 2837.27C20.9534 2798.81 10 2760.66 10 2655.46L10 302.538C10 197.339 20.9534 159.191 41.5217 120.732C62.0899 82.2729 92.2729 52.0899 130.732 31.5217C169.191 10.9534 207.339 0 312.538 0H1117.46ZM1133.99 45H296.005C212.202 45 181.814 53.7256 151.176 70.1105C120.539 86.4953 96.4953 110.539 80.1105 141.176C63.7256 171.814 55 202.202 55 286.005V2671.99C55 2755.8 63.7256 2786.19 80.1105 2816.82C96.4953 2847.46 120.539 2871.5 151.176 2887.89C181.814 2904.27 212.202 2913 296.005 2913H1133.99C1217.8 2913 1248.19 2904.27 1278.82 2887.89C1309.46 2871.5 1333.5 2847.46 1349.89 2816.82C1366.27 2786.19 1375 2755.8 1375 2671.99V286.005C1375 202.202 1366.27 171.814 1349.89 141.176C1333.5 110.539 1309.46 86.4953 1278.82 70.1105C1248.19 53.7256 1217.8 45 1133.99 45Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask4_56_594)\">\n<g filter=\"url(#filter1_ii_56_594)\">\n<path d=\"M10 278H30V306H10V278Z\" fill=\"url(#paint2_linear_56_594)\"/>\n</g>\n</g>\n<mask id=\"mask5_56_594\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"10\" y=\"0\" width=\"1410\" height=\"2958\">\n<path d=\"M1117.46 0C1222.66 0 1260.81 10.9534 1299.27 31.5217C1337.73 52.0899 1367.91 82.2729 1388.48 120.732C1409.05 159.191 1420 197.339 1420 302.538V2655.46C1420 2760.66 1409.05 2798.81 1388.48 2837.27C1367.91 2875.73 1337.73 2905.91 1299.27 2926.48C1260.81 2947.05 1222.66 2958 1117.46 2958H312.538C207.339 2958 169.191 2947.05 130.732 2926.48C92.2729 2905.91 62.0899 2875.73 41.5217 2837.27C20.9534 2798.81 10 2760.66 10 2655.46L10 302.538C10 197.339 20.9534 159.191 41.5217 120.732C62.0899 82.2729 92.2729 52.0899 130.732 31.5217C169.191 10.9534 207.339 0 312.538 0H1117.46ZM1133.99 45H296.005C212.202 45 181.814 53.7256 151.176 70.1105C120.539 86.4953 96.4953 110.539 80.1105 141.176C63.7256 171.814 55 202.202 55 286.005V2671.99C55 2755.8 63.7256 2786.19 80.1105 2816.82C96.4953 2847.46 120.539 2871.5 151.176 2887.89C181.814 2904.27 212.202 2913 296.005 2913H1133.99C1217.8 2913 1248.19 2904.27 1278.82 2887.89C1309.46 2871.5 1333.5 2847.46 1349.89 2816.82C1366.27 2786.19 1375 2755.8 1375 2671.99V286.005C1375 202.202 1366.27 171.814 1349.89 141.176C1333.5 110.539 1309.46 86.4953 1278.82 70.1105C1248.19 53.7256 1217.8 45 1133.99 45Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask5_56_594)\">\n<g filter=\"url(#filter2_ii_56_594)\">\n<path d=\"M10 2653H30V2681H10V2653Z\" fill=\"url(#paint3_linear_56_594)\"/>\n</g>\n</g>\n<mask id=\"mask6_56_594\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"10\" y=\"0\" width=\"1410\" height=\"2958\">\n<path d=\"M1117.46 0C1222.66 0 1260.81 10.9534 1299.27 31.5217C1337.73 52.0899 1367.91 82.2729 1388.48 120.732C1409.05 159.191 1420 197.339 1420 302.538V2655.46C1420 2760.66 1409.05 2798.81 1388.48 2837.27C1367.91 2875.73 1337.73 2905.91 1299.27 2926.48C1260.81 2947.05 1222.66 2958 1117.46 2958H312.538C207.339 2958 169.191 2947.05 130.732 2926.48C92.2729 2905.91 62.0899 2875.73 41.5217 2837.27C20.9534 2798.81 10 2760.66 10 2655.46L10 302.538C10 197.339 20.9534 159.191 41.5217 120.732C62.0899 82.2729 92.2729 52.0899 130.732 31.5217C169.191 10.9534 207.339 0 312.538 0H1117.46ZM1133.99 45H296.005C212.202 45 181.814 53.7256 151.176 70.1105C120.539 86.4953 96.4953 110.539 80.1105 141.176C63.7256 171.814 55 202.202 55 286.005V2671.99C55 2755.8 63.7256 2786.19 80.1105 2816.82C96.4953 2847.46 120.539 2871.5 151.176 2887.89C181.814 2904.27 212.202 2913 296.005 2913H1133.99C1217.8 2913 1248.19 2904.27 1278.82 2887.89C1309.46 2871.5 1333.5 2847.46 1349.89 2816.82C1366.27 2786.19 1375 2755.8 1375 2671.99V286.005C1375 202.202 1366.27 171.814 1349.89 141.176C1333.5 110.539 1309.46 86.4953 1278.82 70.1105C1248.19 53.7256 1217.8 45 1133.99 45Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask6_56_594)\">\n<g filter=\"url(#filter3_ii_56_594)\">\n<path d=\"M1420 2653H1400V2681H1420V2653Z\" fill=\"url(#paint4_linear_56_594)\"/>\n</g>\n</g>\n<g filter=\"url(#filter4_iiiiiiii_56_594)\">\n<path d=\"M10 776H4C1.79086 776 0 777.791 0 780V972C0 974.209 1.79086 976 4 976H10V776Z\" fill=\"#B6B6B6\"/>\n</g>\n<g filter=\"url(#filter5_iiiiiiii_56_594)\">\n<path d=\"M10 1032H4C1.79086 1032 0 1033.79 0 1036V1228C0 1230.21 1.79086 1232 4 1232H10V1032Z\" fill=\"#B6B6B6\"/>\n</g>\n<g filter=\"url(#filter6_iiiiiiii_56_594)\">\n<path d=\"M10 558H4C1.79086 558 0 559.791 0 562V675C0 677.209 1.79086 679 4 679H10V558Z\" fill=\"#B6B6B6\"/>\n</g>\n<g filter=\"url(#filter7_iiiiiiii_56_594)\">\n<path d=\"M1420 845H1426C1428.21 845 1430 846.791 1430 849V1163C1430 1165.21 1428.21 1167 1426 1167H1420V845Z\" fill=\"#B6B6B6\"/>\n</g>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M581 87H849C879.928 87 905 112.072 905 143C905 173.928 879.928 199 849 199H581C550.072 199 525 173.928 525 143C525 112.072 550.072 87 581 87Z\" fill=\"black\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M709 101.5C720.46 101.5 730.835 106.145 738.345 113.655C745.855 121.165 750.5 131.54 750.5 143C750.5 154.46 745.855 164.835 738.345 172.345C730.835 179.855 720.46 184.5 709 184.5H581C569.54 184.5 559.165 179.855 551.655 172.345C544.145 164.835 539.5 154.46 539.5 143C539.5 131.54 544.145 121.165 551.655 113.655C559.165 106.145 569.54 101.5 581 101.5H709ZM849 101.5C860.46 101.5 870.835 106.145 878.345 113.655C885.855 121.165 890.5 131.54 890.5 143C890.5 154.46 885.855 164.835 878.345 172.345C870.835 179.855 860.46 184.5 849 184.5C837.54 184.5 827.165 179.855 819.655 172.345C812.145 164.835 807.5 154.46 807.5 143C807.5 131.54 812.145 121.165 819.655 113.655C827.165 106.145 837.54 101.5 849 101.5Z\" fill=\"black\" stroke=\"black\" stroke-width=\"25\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M849 101.5C860.46 101.5 870.835 106.145 878.345 113.655C885.855 121.165 890.5 131.54 890.5 143C890.5 154.46 885.855 164.835 878.345 172.345C870.835 179.855 860.46 184.5 849 184.5C837.54 184.5 827.165 179.855 819.655 172.345C812.145 164.835 807.5 154.46 807.5 143C807.5 131.54 812.145 121.165 819.655 113.655C827.165 106.145 837.54 101.5 849 101.5Z\" fill=\"black\" stroke=\"black\" stroke-width=\"25\"/>\n<g filter=\"url(#filter8_iiii_56_594)\">\n<path d=\"M849 159C857.837 159 865 151.837 865 143C865 134.163 857.837 127 849 127C840.163 127 833 134.163 833 143C833 151.837 840.163 159 849 159Z\" fill=\"url(#paint5_linear_56_594)\"/>\n</g>\n<path d=\"M849 155C855.627 155 861 149.627 861 143C861 136.373 855.627 131 849 131C842.373 131 837 136.373 837 143C837 149.627 842.373 155 849 155Z\" fill=\"url(#paint6_radial_56_594)\"/>\n<g filter=\"url(#filter9_d_56_594)\">\n<path d=\"M849 155C855.627 155 861 149.627 861 143C861 136.373 855.627 131 849 131C842.373 131 837 136.373 837 143C837 149.627 842.373 155 849 155Z\" fill=\"url(#paint7_radial_56_594)\" shape-rendering=\"crispEdges\"/>\n</g>\n<path d=\"M849 155C855.627 155 861 149.627 861 143C861 136.373 855.627 131 849 131C842.373 131 837 136.373 837 143C837 149.627 842.373 155 849 155Z\" fill=\"url(#paint8_radial_56_594)\"/>\n<g filter=\"url(#filter10_ii_56_594)\">\n<path d=\"M849 155C855.627 155 861 149.627 861 143C861 136.373 855.627 131 849 131C842.373 131 837 136.373 837 143C837 149.627 842.373 155 849 155Z\" fill=\"url(#paint9_radial_56_594)\"/>\n</g>\n<path d=\"M264.707 122.511C256.129 122.511 249.813 128.275 249.813 136.301V136.356C249.813 143.831 255.219 149.347 262.887 149.347C268.265 149.347 272.237 146.589 273.809 142.948H273.975C273.975 143.39 273.947 143.803 273.919 144.217C273.644 151.747 270.968 157.87 264.569 157.87C261.011 157.87 258.584 156.105 257.508 153.374L257.426 153.126H250.365L250.42 153.429C251.661 159.442 257.177 163.69 264.542 163.69C274.692 163.69 280.787 155.829 280.787 142.673V142.617C280.787 128.661 273.478 122.511 264.707 122.511ZM264.707 143.859C260.184 143.859 256.819 140.632 256.819 136.108V136.053C256.819 131.75 260.377 128.33 264.79 128.33C269.258 128.33 272.733 131.778 272.733 136.191V136.219C272.733 140.659 269.258 143.859 264.707 143.859ZM289.668 136.963C291.902 136.963 293.64 135.198 293.64 132.964C293.64 130.73 291.902 128.992 289.668 128.992C287.434 128.992 285.669 130.73 285.669 132.964C285.669 135.198 287.434 136.963 289.668 136.963ZM289.668 157.208C291.902 157.208 293.64 155.443 293.64 153.209C293.64 150.975 291.902 149.237 289.668 149.237C287.434 149.237 285.669 150.975 285.669 153.209C285.669 155.443 287.434 157.208 289.668 157.208ZM318.105 163H324.89V155.36H330.296V149.513H324.89V123.2H314.767L298.246 149.292V155.36H318.105V163ZM304.645 149.678V149.485L318.049 128.579H318.215V149.678H304.645ZM344.721 163H351.699V123.2H344.665L334.267 130.509V137.046L344.555 129.985H344.721V163Z\" fill=\"white\"/>\n<g opacity=\"0.9\">\n<rect x=\"992\" y=\"145.355\" width=\"12.0746\" height=\"14.4895\" rx=\"1.20742\" fill=\"white\"/>\n<rect x=\"1008.9\" y=\"138.109\" width=\"12.0747\" height=\"21.7345\" rx=\"1.20742\" fill=\"white\"/>\n<rect x=\"1027.02\" y=\"129.658\" width=\"12.0749\" height=\"30.1873\" rx=\"1.20742\" fill=\"white\"/>\n<rect x=\"1043.92\" y=\"120\" width=\"12.0744\" height=\"39.8454\" rx=\"1.20742\" fill=\"white\"/>\n</g>\n<g opacity=\"0.9\">\n<path d=\"M1139 131.589C1131.17 123.702 1120.31 118.818 1108.32 118.818C1096.29 118.818 1085.41 123.731 1077.57 131.66L1084.36 138.455C1090.46 132.265 1098.94 128.427 1108.32 128.427C1117.66 128.427 1126.11 132.235 1132.21 138.384L1139 131.589Z\" fill=\"white\"/>\n<path d=\"M1127.96 142.63C1122.95 137.568 1116 134.433 1108.32 134.433C1100.6 134.433 1093.62 137.598 1088.61 142.702L1095.4 149.497C1098.68 146.132 1103.25 144.041 1108.32 144.041C1113.35 144.041 1117.9 146.102 1121.16 149.425L1127.96 142.63Z\" fill=\"white\"/>\n<path d=\"M1116.92 153.671C1114.74 151.435 1111.69 150.047 1108.32 150.047C1104.91 150.047 1101.84 151.465 1099.65 153.744L1108.25 162.341L1116.92 153.671Z\" fill=\"white\"/>\n</g>\n<rect opacity=\"0.6\" x=\"1159.13\" y=\"118.13\" width=\"83.5205\" height=\"39.8904\" rx=\"8.10274\" stroke=\"white\" stroke-width=\"3.73973\"/>\n<rect opacity=\"0.9\" x=\"1163.49\" y=\"122.496\" width=\"74.7945\" height=\"31.1644\" rx=\"4.9863\" fill=\"white\"/>\n<path opacity=\"0.6\" d=\"M1247.01 132.467V132.467C1249.77 132.467 1252 134.699 1252 137.453V138.699C1252 141.453 1249.77 143.685 1247.01 143.685V143.685V132.467Z\" fill=\"white\"/>\n<defs>\n<filter id=\"filter0_ii_56_594\" x=\"1400\" y=\"276\" width=\"20\" height=\"32\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-2\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"2\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_56_594\" result=\"effect2_innerShadow_56_594\"/>\n</filter>\n<filter id=\"filter1_ii_56_594\" x=\"10\" y=\"276\" width=\"20\" height=\"32\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-2\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"2\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_56_594\" result=\"effect2_innerShadow_56_594\"/>\n</filter>\n<filter id=\"filter2_ii_56_594\" x=\"10\" y=\"2651\" width=\"20\" height=\"32\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-2\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"2\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_56_594\" result=\"effect2_innerShadow_56_594\"/>\n</filter>\n<filter id=\"filter3_ii_56_594\" x=\"1400\" y=\"2651\" width=\"20\" height=\"32\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-2\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"2\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_56_594\" result=\"effect2_innerShadow_56_594\"/>\n</filter>\n<filter id=\"filter4_iiiiiiii_56_594\" x=\"-2\" y=\"768\" width=\"14\" height=\"216\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-20\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.831229 0 0 0 0 0.83934 0 0 0 0 0.901523 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-9\"/>\n<feGaussianBlur stdDeviation=\"3\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.454902 0 0 0 0 0.470588 0 0 0 0 0.556863 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_56_594\" result=\"effect2_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"4\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.12549 0 0 0 0 0.145098 0 0 0 0 0.196078 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_innerShadow_56_594\" result=\"effect3_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"24\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.992157 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect3_innerShadow_56_594\" result=\"effect4_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"8\"/>\n<feGaussianBlur stdDeviation=\"2\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.168627 0 0 0 0 0.172549 0 0 0 0 0.223529 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect4_innerShadow_56_594\" result=\"effect5_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-2\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.160784 0 0 0 0 0.180392 0 0 0 0 0.231373 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect5_innerShadow_56_594\" result=\"effect6_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-2\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.754067 0 0 0 0 0.76502 0 0 0 0 0.796054 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect6_innerShadow_56_594\" result=\"effect7_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.976471 0 0 0 0 0.984314 0 0 0 0 1 0 0 0 0.25 0\"/>\n<feBlend mode=\"normal\" in2=\"effect7_innerShadow_56_594\" result=\"effect8_innerShadow_56_594\"/>\n</filter>\n<filter id=\"filter5_iiiiiiii_56_594\" x=\"-2\" y=\"1024\" width=\"14\" height=\"216\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-20\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.831229 0 0 0 0 0.83934 0 0 0 0 0.901523 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-9\"/>\n<feGaussianBlur stdDeviation=\"3\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.454902 0 0 0 0 0.470588 0 0 0 0 0.556863 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_56_594\" result=\"effect2_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"4\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.12549 0 0 0 0 0.145098 0 0 0 0 0.196078 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_innerShadow_56_594\" result=\"effect3_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"24\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.992157 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect3_innerShadow_56_594\" result=\"effect4_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"8\"/>\n<feGaussianBlur stdDeviation=\"2\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.168627 0 0 0 0 0.172549 0 0 0 0 0.223529 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect4_innerShadow_56_594\" result=\"effect5_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-2\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.160784 0 0 0 0 0.180392 0 0 0 0 0.231373 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect5_innerShadow_56_594\" result=\"effect6_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-2\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.754067 0 0 0 0 0.76502 0 0 0 0 0.796054 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect6_innerShadow_56_594\" result=\"effect7_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.976471 0 0 0 0 0.984314 0 0 0 0 1 0 0 0 0.25 0\"/>\n<feBlend mode=\"normal\" in2=\"effect7_innerShadow_56_594\" result=\"effect8_innerShadow_56_594\"/>\n</filter>\n<filter id=\"filter6_iiiiiiii_56_594\" x=\"-2\" y=\"550\" width=\"14\" height=\"137\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-20\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.831229 0 0 0 0 0.83934 0 0 0 0 0.901523 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-9\"/>\n<feGaussianBlur stdDeviation=\"3\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.454902 0 0 0 0 0.470588 0 0 0 0 0.556863 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_56_594\" result=\"effect2_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"4\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.12549 0 0 0 0 0.145098 0 0 0 0 0.196078 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_innerShadow_56_594\" result=\"effect3_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"24\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.992157 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect3_innerShadow_56_594\" result=\"effect4_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"8\"/>\n<feGaussianBlur stdDeviation=\"2\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.168627 0 0 0 0 0.172549 0 0 0 0 0.223529 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect4_innerShadow_56_594\" result=\"effect5_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-2\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.160784 0 0 0 0 0.180392 0 0 0 0 0.231373 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect5_innerShadow_56_594\" result=\"effect6_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-2\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.754067 0 0 0 0 0.76502 0 0 0 0 0.796054 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect6_innerShadow_56_594\" result=\"effect7_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.976471 0 0 0 0 0.984314 0 0 0 0 1 0 0 0 0.25 0\"/>\n<feBlend mode=\"normal\" in2=\"effect7_innerShadow_56_594\" result=\"effect8_innerShadow_56_594\"/>\n</filter>\n<filter id=\"filter7_iiiiiiii_56_594\" x=\"1418\" y=\"837\" width=\"14\" height=\"338\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-20\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.831229 0 0 0 0 0.83934 0 0 0 0 0.901523 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-9\"/>\n<feGaussianBlur stdDeviation=\"3\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.454902 0 0 0 0 0.470588 0 0 0 0 0.556863 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_56_594\" result=\"effect2_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"4\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.12549 0 0 0 0 0.145098 0 0 0 0 0.196078 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_innerShadow_56_594\" result=\"effect3_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"24\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.992157 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect3_innerShadow_56_594\" result=\"effect4_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"8\"/>\n<feGaussianBlur stdDeviation=\"2\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.168627 0 0 0 0 0.172549 0 0 0 0 0.223529 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect4_innerShadow_56_594\" result=\"effect5_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-2\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.160784 0 0 0 0 0.180392 0 0 0 0 0.231373 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect5_innerShadow_56_594\" result=\"effect6_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-2\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.754067 0 0 0 0 0.76502 0 0 0 0 0.796054 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect6_innerShadow_56_594\" result=\"effect7_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.976471 0 0 0 0 0.984314 0 0 0 0 1 0 0 0 0.25 0\"/>\n<feBlend mode=\"normal\" in2=\"effect7_innerShadow_56_594\" result=\"effect8_innerShadow_56_594\"/>\n</filter>\n<filter id=\"filter8_iiii_56_594\" x=\"829\" y=\"127\" width=\"40\" height=\"36\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"4.5\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0392157 0 0 0 0 0.0392157 0 0 0 0 0.0901961 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-6\"/>\n<feGaussianBlur stdDeviation=\"2\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0313725 0 0 0 0 0.0588235 0 0 0 0 0.219608 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_56_594\" result=\"effect2_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"4\"/>\n<feGaussianBlur stdDeviation=\"2\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0313725 0 0 0 0 0.0588235 0 0 0 0 0.219608 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_innerShadow_56_594\" result=\"effect3_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"6\"/>\n<feGaussianBlur stdDeviation=\"2\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0313725 0 0 0 0 0.0588235 0 0 0 0 0.219608 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect3_innerShadow_56_594\" result=\"effect4_innerShadow_56_594\"/>\n</filter>\n<filter id=\"filter9_d_56_594\" x=\"829\" y=\"123\" width=\"40\" height=\"40\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_56_594\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_56_594\" result=\"shape\"/>\n</filter>\n<filter id=\"filter10_ii_56_594\" x=\"837\" y=\"131\" width=\"24\" height=\"24\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"2\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0196078 0 0 0 0 0.0235294 0 0 0 0 0.0784314 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_594\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_56_594\" result=\"effect2_innerShadow_56_594\"/>\n</filter>\n<linearGradient id=\"paint0_linear_56_594\" x1=\"69817\" y1=\"7\" x2=\"69817\" y2=\"294407\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"white\" stop-opacity=\"0\"/>\n<stop offset=\"0.00761\" stop-color=\"#A5ACC9\" stop-opacity=\"0\"/>\n<stop offset=\"0.0235\" stop-color=\"#4E5368\" stop-opacity=\"0.4\"/>\n<stop offset=\"0.03969\" stop-color=\"#4E5368\" stop-opacity=\"0.4\"/>\n<stop offset=\"0.05954\" stop-color=\"#4E5368\" stop-opacity=\"0.2\"/>\n<stop offset=\"0.08721\" stop-color=\"#A5ACC9\" stop-opacity=\"0\"/>\n<stop offset=\"0.91824\" stop-color=\"#A5ACC9\" stop-opacity=\"0\"/>\n<stop offset=\"0.93952\" stop-color=\"#4E5368\" stop-opacity=\"0.2\"/>\n<stop offset=\"0.96648\" stop-color=\"#4E5368\" stop-opacity=\"0.4\"/>\n<stop offset=\"0.99177\" stop-color=\"#A5ACC9\" stop-opacity=\"0.2\"/>\n<stop offset=\"1\" stop-color=\"#4E5368\" stop-opacity=\"0.4\"/>\n</linearGradient>\n<linearGradient id=\"paint1_linear_56_594\" x1=\"1400\" y1=\"292.065\" x2=\"1420\" y2=\"292.065\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#292D3C\"/>\n<stop offset=\"0.08299\" stop-color=\"#303544\"/>\n<stop offset=\"0.13945\" stop-color=\"#4C5261\"/>\n<stop offset=\"0.26873\" stop-color=\"#5D6576\"/>\n<stop offset=\"0.33999\" stop-color=\"#4B5364\"/>\n<stop offset=\"0.53427\" stop-color=\"#3A4354\"/>\n<stop offset=\"0.76606\" stop-color=\"#2F3344\"/>\n<stop offset=\"0.86748\" stop-color=\"#282A38\"/>\n<stop offset=\"0.92929\" stop-color=\"#222530\"/>\n<stop offset=\"1\" stop-color=\"#898B90\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint2_linear_56_594\" x1=\"30\" y1=\"292.065\" x2=\"10\" y2=\"292.065\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#292D3C\"/>\n<stop offset=\"0.08299\" stop-color=\"#303544\"/>\n<stop offset=\"0.13945\" stop-color=\"#4C5261\"/>\n<stop offset=\"0.26873\" stop-color=\"#5D6576\"/>\n<stop offset=\"0.33999\" stop-color=\"#4B5364\"/>\n<stop offset=\"0.53427\" stop-color=\"#3A4354\"/>\n<stop offset=\"0.76606\" stop-color=\"#2F3344\"/>\n<stop offset=\"0.86748\" stop-color=\"#282A38\"/>\n<stop offset=\"0.92929\" stop-color=\"#222530\"/>\n<stop offset=\"1\" stop-color=\"#898B90\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint3_linear_56_594\" x1=\"30\" y1=\"2667.06\" x2=\"10\" y2=\"2667.06\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#292D3C\"/>\n<stop offset=\"0.08299\" stop-color=\"#303544\"/>\n<stop offset=\"0.13945\" stop-color=\"#4C5261\"/>\n<stop offset=\"0.26873\" stop-color=\"#5D6576\"/>\n<stop offset=\"0.33999\" stop-color=\"#4B5364\"/>\n<stop offset=\"0.53427\" stop-color=\"#3A4354\"/>\n<stop offset=\"0.76606\" stop-color=\"#2F3344\"/>\n<stop offset=\"0.86748\" stop-color=\"#282A38\"/>\n<stop offset=\"0.92929\" stop-color=\"#222530\"/>\n<stop offset=\"1\" stop-color=\"#898B90\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint4_linear_56_594\" x1=\"1400\" y1=\"2667.06\" x2=\"1420\" y2=\"2667.06\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#292D3C\"/>\n<stop offset=\"0.08299\" stop-color=\"#303544\"/>\n<stop offset=\"0.13945\" stop-color=\"#4C5261\"/>\n<stop offset=\"0.26873\" stop-color=\"#5D6576\"/>\n<stop offset=\"0.33999\" stop-color=\"#4B5364\"/>\n<stop offset=\"0.53427\" stop-color=\"#3A4354\"/>\n<stop offset=\"0.76606\" stop-color=\"#2F3344\"/>\n<stop offset=\"0.86748\" stop-color=\"#282A38\"/>\n<stop offset=\"0.92929\" stop-color=\"#222530\"/>\n<stop offset=\"1\" stop-color=\"#898B90\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint5_linear_56_594\" x1=\"849\" y1=\"127\" x2=\"849\" y2=\"159\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#19283B\"/>\n<stop offset=\"0.0159865\" stop-color=\"#2D415D\"/>\n<stop offset=\"0.0375531\" stop-color=\"#51667D\"/>\n<stop offset=\"0.0519299\" stop-color=\"#3B5975\"/>\n<stop offset=\"0.0743013\" stop-color=\"#2E4D68\"/>\n<stop offset=\"0.100295\" stop-color=\"#213E57\"/>\n<stop offset=\"0.117656\" stop-color=\"#10314A\"/>\n<stop offset=\"0.900612\" stop-color=\"#280D58\"/>\n<stop offset=\"0.927676\" stop-color=\"#2E1751\"/>\n<stop offset=\"0.973593\" stop-color=\"#231538\"/>\n<stop offset=\"1\" stop-color=\"#130E1F\"/>\n</linearGradient>\n<radialGradient id=\"paint6_radial_56_594\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(849.5 131) rotate(90) scale(10.5)\">\n<stop stop-color=\"#414A67\"/>\n<stop offset=\"0.40532\" stop-color=\"#33366F\"/>\n<stop offset=\"0.722658\" stop-color=\"#18184D\"/>\n<stop offset=\"1\" stop-color=\"#030517\"/>\n</radialGradient>\n<radialGradient id=\"paint7_radial_56_594\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(849 153.5) rotate(-90) scale(11.5 12.3912)\">\n<stop stop-color=\"#1E3A44\"/>\n<stop offset=\"0.0866257\" stop-color=\"#1C3A43\"/>\n<stop offset=\"0.183254\" stop-color=\"#0C3943\"/>\n<stop offset=\"0.328671\" stop-color=\"#01313D\"/>\n<stop offset=\"0.488717\" stop-color=\"#002433\"/>\n<stop offset=\"0.636798\" stop-color=\"#001F35\" stop-opacity=\"0.4\"/>\n<stop offset=\"1\" stop-color=\"#02081F\" stop-opacity=\"0\"/>\n</radialGradient>\n<radialGradient id=\"paint8_radial_56_594\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(849 135.5) rotate(90) scale(7.5 24.147)\">\n<stop stop-color=\"#340F54\"/>\n<stop offset=\"0.252857\" stop-color=\"#340F54\" stop-opacity=\"0.6\"/>\n<stop offset=\"0.50265\" stop-color=\"#071280\" stop-opacity=\"0.2\"/>\n<stop offset=\"1\" stop-color=\"#071280\" stop-opacity=\"0\"/>\n</radialGradient>\n<radialGradient id=\"paint9_radial_56_594\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(849 153.5) rotate(-90) scale(11.5 12.3912)\">\n<stop stop-color=\"#1E3A44\"/>\n<stop offset=\"0.0866257\" stop-color=\"#1C3A43\"/>\n<stop offset=\"0.183254\" stop-color=\"#0C3943\"/>\n<stop offset=\"0.328671\" stop-color=\"#01313D\"/>\n<stop offset=\"0.488717\" stop-color=\"#002433\"/>\n<stop offset=\"0.636798\" stop-color=\"#001F35\" stop-opacity=\"0.4\"/>\n<stop offset=\"1\" stop-color=\"#02081F\" stop-opacity=\"0\"/>\n</radialGradient>\n</defs>\n<rect data-zone=\"screen-area\" x=\"17\" y=\"15\" width=\"406\" height=\"927\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-top\" x=\"17\" y=\"15\" width=\"406\" height=\"57\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-bottom\" x=\"17\" y=\"908\" width=\"406\" height=\"33\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-left\" x=\"17\" y=\"15\" width=\"0\" height=\"927\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-right\" x=\"423\" y=\"15\" width=\"0\" height=\"927\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"status-bar\" x=\"17\" y=\"15\" width=\"406\" height=\"52\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"home-indicator\" x=\"158\" y=\"928\" width=\"124\" height=\"5\" fill=\"none\" stroke=\"none\"/>\n</svg>`;\nconst SVG_STRING_SCALED = SVG_STRING\n .replace(/\\swidth=\"[^\"]*\"/, ' width=\"100%\"')\n .replace(/\\sheight=\"[^\"]*\"/, ' height=\"100%\"')\n .replace(/<svg\\b/, '<svg preserveAspectRatio=\"xMidYMid meet\" style=\"display:block\"');\n\nexport function IPhone17ProMaxSVG({ style }: DeviceSVGProps) {\n return <div style={style} dangerouslySetInnerHTML={{ __html: SVG_STRING_SCALED }} />;\n}\nexport const IPHONE_17_PRO_MAX_FRAME: DeviceFrameInfo = {\n \"bezelTop\": 15,\n \"bezelBottom\": 15,\n \"bezelLeft\": 18,\n \"bezelRight\": 18,\n \"totalWidth\": 476,\n \"totalHeight\": 986,\n \"screenWidth\": 440,\n \"screenHeight\": 956,\n \"screenRadius\": 55\n};\nexport const IPHONE_17_PRO_MAX_SCREEN_RECT: SVGScreenRect = { \"x\": 55, \"y\": 45, \"width\": 1320, \"height\": 2868, \"rx\": 241 };\n","import type { CSSProperties } from \"react\";\nimport type { DeviceFrameInfo, DeviceLayoutData, DeviceMeta, SVGScreenRect } from \"../contract-types.js\";\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport const IPHONE_17_PRO_META: DeviceMeta = {\n id: \"iphone-17-pro\",\n name: \"iPhone 17 Pro\",\n platform: \"ios\",\n year: 2025,\n formFactor: \"phone\",\n screen: {\n width: 402,\n height: 874,\n physicalWidth: 1206,\n physicalHeight: 2622,\n dpr: 3,\n aspectRatio: \"19.5:9\",\n cornerRadius: 55,\n ppi: 460\n }\n};\nexport const IPHONE_17_PRO_LAYOUT: DeviceLayoutData = {\n meta: IPHONE_17_PRO_META,\n safeArea: {\n portrait: { top: 62, bottom: 34, left: 0, right: 0 },\n landscape: { top: 20, bottom: 20, left: 62, right: 62 }\n },\n hardwareOverlays: {\n type: \"dynamic-island\",\n portrait: {\n x: 138,\n // centered: (402 - 126) / 2 = 138\n y: 11,\n width: 126,\n height: 37,\n shape: \"pill\",\n cornerRadius: 18.5\n }\n },\n statusBar: {\n height: 54,\n style: \"dynamic-island\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true\n },\n homeIndicator: {\n type: \"swipe-bar\",\n height: 5,\n width: 134,\n visible: true\n },\n hardwareButtons: {\n volumeUp: { side: \"left\", yPosition: 200 },\n volumeDown: { side: \"left\", yPosition: 240 },\n power: { side: \"right\", yPosition: 220 },\n actionButton: { side: \"left\", yPosition: 250 },\n cameraControl: { side: \"right\", yPosition: 500 }\n }\n};\nconst SVG_STRING = `<svg width=\"1280\" height=\"2642\" viewBox=\"0 0 1280 2642\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_54_343)\">\n<rect width=\"1280\" height=\"2642\" rx=\"210\" fill=\"black\"/>\n<rect x=\"11.5\" y=\"11.5\" width=\"1257\" height=\"2619\" rx=\"198.5\" stroke=\"#515868\" stroke-width=\"13\"/>\n<rect x=\"2.5\" y=\"2.5\" width=\"1275\" height=\"2637\" rx=\"207.5\" stroke=\"#303640\" stroke-width=\"5\"/>\n<g opacity=\"0.9\" filter=\"url(#filter0_f_54_343)\">\n<rect x=\"5\" y=\"6\" width=\"1270\" height=\"2631\" rx=\"206\" stroke=\"#717989\" stroke-width=\"5\"/>\n</g>\n<g opacity=\"0.8\" filter=\"url(#filter1_f_54_343)\">\n<rect x=\"22\" y=\"22\" width=\"1236\" height=\"2598\" rx=\"188\" stroke=\"#646464\" stroke-width=\"2\"/>\n</g>\n<rect x=\"55\" y=\"55\" width=\"1170\" height=\"2532\" rx=\"165\" fill=\"white\"/>\n<path d=\"M221.241 129.576C229.781 129.576 236.898 135.565 236.898 149.154V149.208C236.898 162.018 230.963 169.671 221.08 169.671C213.91 169.671 208.539 165.536 207.33 159.681L207.276 159.386H214.151L214.232 159.627C215.279 162.286 217.643 164.005 221.107 164.005C227.337 164.005 229.942 158.043 230.211 150.711C230.238 150.309 230.265 149.906 230.265 149.476H230.104C228.573 153.021 224.706 155.707 219.469 155.707C212.003 155.707 206.739 150.335 206.739 143.058V143.004C206.739 135.189 212.889 129.576 221.241 129.576ZM221.241 150.362C225.672 150.362 229.056 147.247 229.056 142.923V142.896C229.056 138.6 225.672 135.243 221.322 135.243C217.025 135.243 213.561 138.573 213.561 142.762V142.816C213.561 147.22 216.837 150.362 221.241 150.362ZM245.545 143.648C243.37 143.648 241.651 141.93 241.651 139.754C241.651 137.579 243.37 135.887 245.545 135.887C247.721 135.887 249.413 137.579 249.413 139.754C249.413 141.93 247.721 143.648 245.545 143.648ZM245.545 163.36C243.37 163.36 241.651 161.642 241.651 159.466C241.651 157.291 243.37 155.599 245.545 155.599C247.721 155.599 249.413 157.291 249.413 159.466C249.413 161.642 247.721 163.36 245.545 163.36ZM273.233 169V161.561H253.897V155.653L269.984 130.248H279.84V155.868H285.104V161.561H279.84V169H273.233ZM260.128 156.029H273.341V135.484H273.18L260.128 155.841V156.029ZM299.149 169V136.854H298.988L288.971 143.729V137.364L299.095 130.248H305.943V169H299.149Z\" fill=\"white\"/>\n<g opacity=\"0.9\">\n<rect x=\"892\" y=\"150\" width=\"10\" height=\"12\" rx=\"1\" fill=\"white\"/>\n<rect x=\"906\" y=\"144\" width=\"10\" height=\"18\" rx=\"1\" fill=\"white\"/>\n<rect x=\"921\" y=\"137\" width=\"10\" height=\"25\" rx=\"1\" fill=\"white\"/>\n<rect x=\"935\" y=\"129\" width=\"10\" height=\"33\" rx=\"1\" fill=\"white\"/>\n</g>\n<g opacity=\"0.9\">\n<path d=\"M1024.15 137.632C1017.62 131.066 1008.59 127 998.603 127C988.586 127 979.526 131.09 973 137.692L978.657 143.349C983.735 138.195 990.796 135 998.603 135C1006.38 135 1013.42 138.17 1018.49 143.289L1024.15 137.632Z\" fill=\"white\"/>\n<path d=\"M1014.95 146.825C1010.79 142.611 1005 140 998.603 140C992.176 140 986.366 142.635 982.192 146.884L987.85 152.542C990.575 149.74 994.386 148 998.603 148C1002.79 148 1006.58 149.715 1009.3 152.482L1014.95 146.825Z\" fill=\"white\"/>\n<path d=\"M1005.76 156.018C1003.95 154.156 1001.41 153 998.603 153C995.766 153 993.206 154.181 991.386 156.078L998.543 163.235L1005.76 156.018Z\" fill=\"white\"/>\n</g>\n<rect opacity=\"0.6\" x=\"1053.5\" y=\"129.5\" width=\"67\" height=\"32\" rx=\"6.5\" stroke=\"white\" stroke-width=\"3\"/>\n<rect opacity=\"0.9\" x=\"1057\" y=\"133\" width=\"60\" height=\"25\" rx=\"4\" fill=\"white\"/>\n<path opacity=\"0.6\" d=\"M1124 141V141C1126.21 141 1128 142.791 1128 145V146C1128 148.209 1126.21 150 1124 150V150V141Z\" fill=\"white\"/>\n<rect x=\"455\" y=\"95\" width=\"370\" height=\"108\" rx=\"54\" fill=\"black\"/>\n<g opacity=\"0.75\">\n<rect x=\"726\" y=\"124\" width=\"50\" height=\"50\" rx=\"25\" fill=\"#121212\"/>\n<rect x=\"726\" y=\"124\" width=\"50\" height=\"50\" rx=\"25\" stroke=\"#0E0E0E\" stroke-width=\"2\"/>\n<g filter=\"url(#filter2_f_54_343)\">\n<path d=\"M745.429 137.857C736.981 140.334 734.166 154.572 745.429 160.143C742.613 152.715 742.613 145.905 745.429 137.857Z\" fill=\"#50A99A\"/>\n</g>\n<g filter=\"url(#filter3_f_54_343)\">\n<path d=\"M743.571 143C739.348 144.333 737.94 152 743.571 155C742.164 151 742.164 147.333 743.571 143Z\" fill=\"#50A99A\"/>\n</g>\n<g opacity=\"0.4\" filter=\"url(#filter4_f_54_343)\">\n<path d=\"M745.309 141.066C741.69 141.611 739.045 151.627 743.417 154.286C741.869 150.715 742.643 143.572 745.309 141.066Z\" fill=\"#D0FFF7\"/>\n</g>\n<g filter=\"url(#filter5_f_54_343)\">\n<path d=\"M756.571 137.857C765.019 140.334 767.834 154.572 756.571 160.143C759.387 152.715 759.387 145.905 756.571 137.857Z\" fill=\"#3E518C\"/>\n</g>\n<g filter=\"url(#filter6_f_54_343)\">\n<path d=\"M758.429 143C762.652 144.333 764.06 152 758.429 155C759.836 151 759.836 147.333 758.429 143Z\" fill=\"#26408D\"/>\n</g>\n<g opacity=\"0.5\" filter=\"url(#filter7_f_54_343)\">\n<path d=\"M756.691 141.066C760.31 141.611 762.955 151.627 758.583 154.286C760.131 150.715 759.357 143.572 756.691 141.066Z\" fill=\"#0D308C\"/>\n</g>\n</g>\n<g opacity=\"0.4\">\n<rect width=\"72\" height=\"72\" rx=\"36\" transform=\"matrix(-1 0 0 1 545 113)\" fill=\"#141414\"/>\n<rect width=\"46.8\" height=\"46.8\" rx=\"23.4\" transform=\"matrix(-1 0 0 1 532.4 125.6)\" fill=\"black\"/>\n<g filter=\"url(#filter8_f_54_343)\">\n<path d=\"M516.021 134.959C526.665 138.079 530.212 156.019 516.021 163.039C519.569 153.679 519.569 145.099 516.021 134.959Z\" fill=\"#50A99A\"/>\n</g>\n<g filter=\"url(#filter9_f_54_343)\">\n<path d=\"M518.362 141.439C523.683 143.119 525.457 152.779 518.362 156.559C520.135 151.519 520.135 146.899 518.362 141.439Z\" fill=\"#50A99A\"/>\n</g>\n<g opacity=\"0.5\" filter=\"url(#filter10_f_54_343)\">\n<path d=\"M516.172 139.001C520.733 139.688 524.065 152.308 518.556 155.658C520.506 151.158 519.531 142.158 516.172 139.001Z\" fill=\"#D0FFF7\"/>\n</g>\n<g filter=\"url(#filter11_f_54_343)\">\n<path d=\"M501.979 134.959C491.335 138.079 487.788 156.019 501.979 163.039C498.431 153.679 498.431 145.099 501.979 134.959Z\" fill=\"#3E518C\"/>\n</g>\n<g filter=\"url(#filter12_f_54_343)\">\n<path d=\"M499.638 141.439C494.317 143.119 492.543 152.779 499.638 156.559C497.865 151.519 497.865 146.899 499.638 141.439Z\" fill=\"#26408D\"/>\n</g>\n<g opacity=\"0.5\" filter=\"url(#filter13_f_54_343)\">\n<path d=\"M501.828 139.001C497.267 139.688 493.935 152.308 499.444 155.658C497.494 151.158 498.469 142.158 501.828 139.001Z\" fill=\"#0D308C\"/>\n</g>\n</g>\n<g opacity=\"0.4\">\n<g opacity=\"0.75\" style=\"mix-blend-mode:screen\">\n<rect y=\"2358\" width=\"18\" height=\"16\" fill=\"#7C7C7C\"/>\n</g>\n<g opacity=\"0.75\" style=\"mix-blend-mode:screen\">\n<rect x=\"263\" y=\"2622\" width=\"16\" height=\"18\" fill=\"#7C7C7C\"/>\n</g>\n<g opacity=\"0.75\" style=\"mix-blend-mode:screen\">\n<rect x=\"1262\" y=\"267\" width=\"18\" height=\"16\" fill=\"#7C7C7C\"/>\n</g>\n<g opacity=\"0.75\" style=\"mix-blend-mode:screen\">\n<rect y=\"267\" width=\"18\" height=\"16\" fill=\"#7C7C7C\"/>\n</g>\n<g opacity=\"0.75\" style=\"mix-blend-mode:screen\">\n<rect x=\"1019\" width=\"16\" height=\"18\" fill=\"#7C7C7C\"/>\n</g>\n<g opacity=\"0.75\" style=\"mix-blend-mode:screen\">\n<rect x=\"1262\" y=\"2357\" width=\"18\" height=\"16\" fill=\"#7C7C7C\"/>\n</g>\n</g>\n</g>\n<defs>\n<filter id=\"filter0_f_54_343\" x=\"-0.5\" y=\"0.5\" width=\"1281\" height=\"2642\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.5\" result=\"effect1_foregroundBlur_54_343\"/>\n</filter>\n<filter id=\"filter1_f_54_343\" x=\"19\" y=\"19\" width=\"1242\" height=\"2604\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1\" result=\"effect1_foregroundBlur_54_343\"/>\n</filter>\n<filter id=\"filter2_f_54_343\" x=\"732.429\" y=\"132.286\" width=\"18.5713\" height=\"33.43\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"2.78571\" result=\"effect1_foregroundBlur_54_343\"/>\n</filter>\n<filter id=\"filter3_f_54_343\" x=\"734.286\" y=\"137.429\" width=\"14.8572\" height=\"23.1429\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"2.78571\" result=\"effect1_foregroundBlur_54_343\"/>\n</filter>\n<filter id=\"filter4_f_54_343\" x=\"737.425\" y=\"137.352\" width=\"11.5982\" height=\"20.6473\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.85714\" result=\"effect1_foregroundBlur_54_343\"/>\n</filter>\n<filter id=\"filter5_f_54_343\" x=\"751\" y=\"132.286\" width=\"18.5713\" height=\"33.43\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"2.78571\" result=\"effect1_foregroundBlur_54_343\"/>\n</filter>\n<filter id=\"filter6_f_54_343\" x=\"752.857\" y=\"137.429\" width=\"14.8572\" height=\"23.1429\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"2.78571\" result=\"effect1_foregroundBlur_54_343\"/>\n</filter>\n<filter id=\"filter7_f_54_343\" x=\"752.976\" y=\"137.352\" width=\"11.5982\" height=\"20.6473\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.85714\" result=\"effect1_foregroundBlur_54_343\"/>\n</filter>\n<filter id=\"filter8_f_54_343\" x=\"509.001\" y=\"127.939\" width=\"23.4001\" height=\"42.1201\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"3.51\" result=\"effect1_foregroundBlur_54_343\"/>\n</filter>\n<filter id=\"filter9_f_54_343\" x=\"511.342\" y=\"134.419\" width=\"18.7199\" height=\"29.1591\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"3.51\" result=\"effect1_foregroundBlur_54_343\"/>\n</filter>\n<filter id=\"filter10_f_54_343\" x=\"513.831\" y=\"136.66\" width=\"9.93391\" height=\"21.3382\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.17\" result=\"effect1_foregroundBlur_54_343\"/>\n</filter>\n<filter id=\"filter11_f_54_343\" x=\"485.599\" y=\"127.939\" width=\"23.3999\" height=\"42.1201\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"3.51\" result=\"effect1_foregroundBlur_54_343\"/>\n</filter>\n<filter id=\"filter12_f_54_343\" x=\"487.938\" y=\"134.419\" width=\"18.7199\" height=\"29.1591\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"3.51\" result=\"effect1_foregroundBlur_54_343\"/>\n</filter>\n<filter id=\"filter13_f_54_343\" x=\"494.235\" y=\"136.66\" width=\"9.93391\" height=\"21.3382\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.17\" result=\"effect1_foregroundBlur_54_343\"/>\n</filter>\n<clipPath id=\"clip0_54_343\">\n<rect width=\"1280\" height=\"2642\" rx=\"210\" fill=\"white\"/>\n</clipPath>\n</defs>\n<rect data-zone=\"screen-area\" x=\"17\" y=\"18\" width=\"367\" height=\"838\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"hardware-overlay\" x=\"143\" y=\"31\" width=\"116\" height=\"36\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-top\" x=\"17\" y=\"18\" width=\"367\" height=\"57\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-bottom\" x=\"17\" y=\"823\" width=\"367\" height=\"33\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-left\" x=\"17\" y=\"18\" width=\"0\" height=\"838\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-right\" x=\"385\" y=\"18\" width=\"0\" height=\"838\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"status-bar\" x=\"17\" y=\"18\" width=\"367\" height=\"52\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"home-indicator\" x=\"140\" y=\"843\" width=\"122\" height=\"5\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"volume-up\" data-side=\"left\" x=\"0\" y=\"88\" width=\"6\" height=\"5\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"volume-down\" data-side=\"left\" x=\"0\" y=\"780\" width=\"6\" height=\"5\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"power\" data-side=\"right\" x=\"396\" y=\"88\" width=\"6\" height=\"5\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"camera\" data-side=\"right\" x=\"396\" y=\"780\" width=\"6\" height=\"5\" fill=\"none\" stroke=\"none\"/>\n</svg>`;\nconst SVG_STRING_SCALED = SVG_STRING\n .replace(/\\swidth=\"[^\"]*\"/, ' width=\"100%\"')\n .replace(/\\sheight=\"[^\"]*\"/, ' height=\"100%\"')\n .replace(/<svg\\b/, '<svg preserveAspectRatio=\"xMidYMid meet\" style=\"display:block\"');\n\nexport function IPhone17ProSVG({ style }: DeviceSVGProps) {\n return <div style={style} dangerouslySetInnerHTML={{ __html: SVG_STRING_SCALED }} />;\n}\nexport const IPHONE_17_PRO_FRAME: DeviceFrameInfo = {\n \"bezelTop\": 19,\n \"bezelBottom\": 19,\n \"bezelLeft\": 19,\n \"bezelRight\": 19,\n \"totalWidth\": 440,\n \"totalHeight\": 912,\n \"screenWidth\": 402,\n \"screenHeight\": 874,\n \"screenRadius\": 55\n};\nexport const IPHONE_17_PRO_SCREEN_RECT: SVGScreenRect = { \"x\": 55, \"y\": 55, \"width\": 1170, \"height\": 2532, \"rx\": 165 };\n","import type { CSSProperties } from \"react\";\nimport type { DeviceFrameInfo, DeviceLayoutData, DeviceMeta, SVGScreenRect } from \"../contract-types.js\";\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport const IPHONE_AIR_META: DeviceMeta = {\n id: \"iphone-air\",\n name: \"iPhone Air\",\n platform: \"ios\",\n year: 2025,\n formFactor: \"phone\",\n screen: {\n width: 420,\n height: 912,\n physicalWidth: 1260,\n physicalHeight: 2736,\n dpr: 3,\n aspectRatio: \"19.5:9\",\n cornerRadius: 55,\n ppi: 460\n }\n};\nexport const IPHONE_AIR_LAYOUT: DeviceLayoutData = {\n meta: IPHONE_AIR_META,\n safeArea: {\n portrait: { top: 68, bottom: 34, left: 0, right: 0 },\n landscape: { top: 20, bottom: 29, left: 68, right: 68 }\n },\n hardwareOverlays: {\n type: \"dynamic-island\",\n portrait: {\n x: 147,\n // centered: (420 - 126) / 2 = 147\n y: 11,\n width: 126,\n height: 37,\n shape: \"pill\",\n cornerRadius: 18.5\n }\n },\n statusBar: {\n height: 54,\n style: \"dynamic-island\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true\n },\n homeIndicator: {\n type: \"swipe-bar\",\n height: 5,\n width: 134,\n visible: true\n },\n hardwareButtons: {\n volumeUp: { side: \"left\", yPosition: 210 },\n volumeDown: { side: \"left\", yPosition: 250 },\n power: { side: \"right\", yPosition: 230 }\n }\n};\nconst SVG_STRING = `<svg width=\"1490\" height=\"2996\" viewBox=\"0 0 1490 2996\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1133.18 53C1238.82 53 1277.13 63.9998 1315.76 84.6552C1354.38 105.311 1384.69 135.622 1405.34 174.244C1426 212.866 1437 251.175 1437 356.82V2641.18C1437 2746.82 1426 2785.13 1405.34 2823.76C1384.69 2862.38 1354.38 2892.69 1315.76 2913.34C1277.13 2934 1238.82 2945 1133.18 2945H356.82C251.175 2945 212.866 2934 174.244 2913.34C135.622 2892.69 105.311 2862.38 84.6552 2823.76C63.9998 2785.13 53 2746.82 53 2641.18V356.82C53 251.175 63.9998 212.866 84.6552 174.244C105.311 135.622 135.622 105.311 174.244 84.6552C212.866 63.9998 251.175 53 356.82 53L1133.18 53ZM1143.87 100H346.133C260.547 100 229.512 108.911 198.223 125.645C166.934 142.378 142.378 166.934 125.645 198.223C108.911 229.512 100 260.547 100 346.133V2649.87C100 2735.45 108.911 2766.49 125.645 2797.78C142.378 2829.07 166.934 2853.62 198.223 2870.36C229.512 2887.09 260.547 2896 346.133 2896H1143.87C1229.45 2896 1260.49 2887.09 1291.78 2870.36C1323.07 2853.62 1347.62 2829.07 1364.36 2797.78C1381.09 2766.49 1390 2735.45 1390 2649.87V346.133C1390 260.547 1381.09 229.512 1364.36 198.223C1347.62 166.934 1323.07 142.378 1291.78 125.645C1260.49 108.911 1229.45 100 1143.87 100Z\" fill=\"#D8D8D8\"/>\n<mask id=\"mask0_56_409\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"53\" y=\"53\" width=\"1384\" height=\"2892\">\n<path d=\"M1133.18 53C1238.82 53 1277.13 63.9998 1315.76 84.6552C1354.38 105.311 1384.69 135.622 1405.34 174.244C1426 212.866 1437 251.175 1437 356.82V2641.18C1437 2746.82 1426 2785.13 1405.34 2823.76C1384.69 2862.38 1354.38 2892.69 1315.76 2913.34C1277.13 2934 1238.82 2945 1133.18 2945H356.82C251.175 2945 212.866 2934 174.244 2913.34C135.622 2892.69 105.311 2862.38 84.6552 2823.76C63.9998 2785.13 53 2746.82 53 2641.18V356.82C53 251.175 63.9998 212.866 84.6552 174.244C105.311 135.622 135.622 105.311 174.244 84.6552C212.866 63.9998 251.175 53 356.82 53L1133.18 53ZM1143.87 100H346.133C260.547 100 229.512 108.911 198.223 125.645C166.934 142.378 142.378 166.934 125.645 198.223C108.911 229.512 100 260.547 100 346.133V2649.87C100 2735.45 108.911 2766.49 125.645 2797.78C142.378 2829.07 166.934 2853.62 198.223 2870.36C229.512 2887.09 260.547 2896 346.133 2896H1143.87C1229.45 2896 1260.49 2887.09 1291.78 2870.36C1323.07 2853.62 1347.62 2829.07 1364.36 2797.78C1381.09 2766.49 1390 2735.45 1390 2649.87V346.133C1390 260.547 1381.09 229.512 1364.36 198.223C1347.62 166.934 1323.07 142.378 1291.78 125.645C1260.49 108.911 1229.45 100 1143.87 100Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask0_56_409)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M354.257 55H1135.74C1239.93 55 1277.74 65.7773 1315.84 86.1517C1353.78 106.444 1383.56 136.221 1403.85 174.164C1424.22 212.261 1435 250.069 1435 354.257V2643.74C1435 2747.93 1424.22 2785.74 1403.85 2823.84C1383.56 2861.78 1353.78 2891.56 1315.84 2911.85C1277.74 2932.22 1239.93 2943 1135.74 2943H354.257C250.069 2943 212.261 2932.22 174.164 2911.85C136.221 2891.56 106.444 2861.78 86.1517 2823.84C65.7773 2785.74 55 2747.93 55 2643.74V354.257C55 250.069 65.7773 212.261 86.1517 174.164C106.444 136.221 136.221 106.444 174.164 86.1517C212.261 65.7773 250.069 55 354.257 55ZM373.257 69C267.937 69 229.773 80.0367 191.277 100.624C152.627 121.295 122.295 151.627 101.624 190.277C81.0367 228.773 70 266.937 70 372.257V2623.74C70 2729.06 81.0367 2767.23 101.624 2805.72C122.295 2844.37 152.627 2874.71 191.277 2895.38C229.773 2915.96 267.937 2927 373.257 2927H1117.74C1223.06 2927 1261.23 2915.96 1299.72 2895.38C1338.37 2874.71 1368.71 2844.37 1389.38 2805.72C1409.96 2767.23 1421 2729.06 1421 2623.74V372.257C1421 266.937 1409.96 228.773 1389.38 190.277C1368.71 151.627 1338.37 121.295 1299.72 100.624C1261.23 80.0367 1223.06 69 1117.74 69H373.257Z\" stroke=\"url(#paint0_linear_56_409)\" stroke-width=\"4\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M354.257 54.5H1135.74C1240.07 54.5 1277.93 65.3098 1316.07 85.7108C1354.1 106.05 1383.95 135.897 1404.29 173.928C1424.69 212.075 1435.5 249.928 1435.5 354.257V2643.74C1435.5 2748.07 1424.69 2785.93 1404.29 2824.07C1383.95 2862.1 1354.1 2891.95 1316.07 2912.29C1277.93 2932.69 1240.07 2943.5 1135.74 2943.5H354.257C249.928 2943.5 212.075 2932.69 173.928 2912.29C135.897 2891.95 106.05 2862.1 85.7108 2824.07C65.3098 2785.93 54.5 2748.07 54.5 2643.74V354.257C54.5 249.928 65.3098 212.075 85.7108 173.928C106.05 135.897 135.897 106.05 173.928 85.7108C212.075 65.3098 249.928 54.5 354.257 54.5ZM1117.74 69.5H373.257C268.078 69.5 229.959 80.5043 191.513 101.065C152.952 121.688 122.688 151.952 102.065 190.513C81.5043 228.959 70.5 267.078 70.5 372.257V2623.74C70.5 2728.92 81.5043 2767.04 102.065 2805.49C122.688 2844.05 152.952 2874.31 191.513 2894.93C229.959 2915.5 268.078 2926.5 373.257 2926.5H1117.74C1222.92 2926.5 1261.04 2915.5 1299.49 2894.93C1338.05 2874.31 1368.31 2844.05 1388.93 2805.49C1409.5 2767.04 1420.5 2728.92 1420.5 2623.74V372.257C1420.5 267.078 1409.5 228.959 1388.93 190.513C1368.31 151.952 1338.05 121.688 1299.49 101.065C1261.04 80.5043 1222.92 69.5 1117.74 69.5Z\" stroke=\"url(#paint1_linear_56_409)\" stroke-width=\"3\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M354.257 54H1135.74C1240.21 54 1278.11 64.8422 1316.31 85.2699C1354.43 105.656 1384.34 135.573 1404.73 173.692C1425.16 211.889 1436 249.786 1436 354.257V2643.74C1436 2748.21 1425.16 2786.11 1404.73 2824.31C1384.34 2862.43 1354.43 2892.34 1316.31 2912.73C1278.11 2933.16 1240.21 2944 1135.74 2944H354.257C249.786 2944 211.889 2933.16 173.692 2912.73C135.573 2892.34 105.656 2862.43 85.2699 2824.31C64.8422 2786.11 54 2748.21 54 2643.74L54 354.257C54 249.786 64.8422 211.889 85.2699 173.692C105.656 135.573 135.573 105.656 173.692 85.2699C211.889 64.8422 249.786 54 354.257 54ZM373.257 70C268.22 70 230.145 80.9718 191.749 101.506C153.276 122.082 123.082 152.276 102.506 190.749C81.9718 229.145 71 267.22 71 372.257V2623.74C71 2728.78 81.9718 2766.85 102.506 2805.25C123.082 2843.72 153.276 2873.92 191.749 2894.49C230.145 2915.03 268.22 2926 373.257 2926H1117.74C1222.78 2926 1260.85 2915.03 1299.25 2894.49C1337.72 2873.92 1367.92 2843.72 1388.49 2805.25C1409.03 2766.85 1420 2728.78 1420 2623.74V372.257C1420 267.22 1409.03 229.145 1388.49 190.749C1367.92 152.276 1337.72 122.082 1299.25 101.506C1260.85 80.9718 1222.78 70 1117.74 70H373.257Z\" stroke=\"url(#paint2_linear_56_409)\" stroke-width=\"2\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1135.74 53.5C1240.36 53.5 1278.3 64.3746 1316.54 84.829C1354.75 105.263 1384.74 135.249 1405.17 173.456C1425.63 211.703 1436.5 249.645 1436.5 354.257V2643.74C1436.5 2748.36 1425.63 2786.3 1405.17 2824.54C1384.74 2862.75 1354.75 2892.74 1316.54 2913.17C1278.3 2933.63 1240.36 2944.5 1135.74 2944.5H354.257C249.645 2944.5 211.703 2933.63 173.456 2913.17C135.249 2892.74 105.263 2862.75 84.829 2824.54C64.3746 2786.3 53.5 2748.36 53.5 2643.74V354.257C53.5 249.645 64.3746 211.703 84.829 173.456C105.263 135.249 135.249 105.263 173.456 84.829C211.703 64.3746 249.645 53.5 354.257 53.5H1135.74ZM373.257 70.5C268.361 70.5 230.331 81.4394 191.985 101.947C153.6 122.476 123.476 152.6 102.947 190.985C82.4394 229.331 71.5 267.361 71.5 372.257V2623.74C71.5 2728.64 82.4394 2766.67 102.947 2805.02C123.476 2843.4 153.6 2873.52 191.985 2894.05C230.331 2914.56 268.361 2925.5 373.257 2925.5H1117.74C1222.64 2925.5 1260.67 2914.56 1299.02 2894.05C1337.4 2873.52 1367.52 2843.4 1388.05 2805.02C1408.56 2766.67 1419.5 2728.64 1419.5 2623.74V372.257C1419.5 267.361 1408.56 229.331 1388.05 190.985C1367.52 152.6 1337.4 122.476 1299.02 101.947C1260.67 81.4394 1222.64 70.5 1117.74 70.5H373.257Z\" stroke=\"url(#paint3_linear_56_409)\"/>\n<mask id=\"mask1_56_409\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"53\" y=\"53\" width=\"1384\" height=\"2892\">\n<path d=\"M1135.74 53C1240.5 53 1278.48 63.907 1316.78 84.3881C1355.08 104.869 1385.13 134.924 1405.61 173.221C1426.09 211.517 1437 249.503 1437 354.257V2643.74C1437 2748.5 1426.09 2786.48 1405.61 2824.78C1385.13 2863.08 1355.08 2893.13 1316.78 2913.61C1278.48 2934.09 1240.5 2945 1135.74 2945H354.257C249.503 2945 211.517 2934.09 173.221 2913.61C134.924 2893.13 104.869 2863.08 84.3881 2824.78C63.907 2786.48 53 2748.5 53 2643.74V354.257C53 249.503 63.907 211.517 84.3881 173.221C104.869 134.924 134.924 104.869 173.221 84.3881C211.517 63.907 249.503 53 354.257 53L1135.74 53ZM373.257 71C268.503 71 230.517 81.907 192.221 102.388C153.924 122.869 123.869 152.924 103.388 191.221C82.907 229.517 72 267.503 72 372.257V2623.74C72 2728.5 82.907 2766.48 103.388 2804.78C123.869 2843.08 153.924 2873.13 192.221 2893.61C230.517 2914.09 268.503 2925 373.257 2925H1117.74C1222.5 2925 1260.48 2914.09 1298.78 2893.61C1337.08 2873.13 1367.13 2843.08 1387.61 2804.78C1408.09 2766.48 1419 2728.5 1419 2623.74V372.257C1419 267.503 1408.09 229.517 1387.61 191.221C1367.13 152.924 1337.08 122.869 1298.78 102.388C1260.48 81.907 1222.5 71 1117.74 71H373.257Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask1_56_409)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 81H1130.62C1234.32 81 1272.07 91.4443 1310.02 111.74C1347.2 131.624 1376.38 160.803 1396.26 197.983C1416.56 235.933 1427 273.68 1427 377.384V2641.62C1427 2745.32 1416.56 2783.07 1396.26 2821.02C1376.38 2858.2 1347.2 2887.38 1310.02 2907.26C1272.07 2927.56 1234.32 2938 1130.62 2938H359.384C255.68 2938 217.933 2927.56 179.983 2907.26C142.803 2887.38 113.624 2858.2 93.7405 2821.02C73.4443 2783.07 63 2745.32 63 2641.62V377.384C63 273.68 73.4443 235.933 93.7405 197.983C113.624 160.803 142.803 131.624 179.983 111.74C217.933 91.4443 255.68 81 359.384 81Z\" stroke=\"#A0ACB3\" stroke-width=\"20\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 80.5H1130.62C1234.46 80.5 1272.25 90.9767 1310.25 111.3C1347.52 131.231 1376.77 160.479 1396.7 197.747C1417.02 235.748 1427.5 273.538 1427.5 377.384V2641.62C1427.5 2745.46 1417.02 2783.25 1396.7 2821.25C1376.77 2858.52 1347.52 2887.77 1310.25 2907.7C1272.25 2928.02 1234.46 2938.5 1130.62 2938.5H359.384C255.538 2938.5 217.748 2928.02 179.747 2907.7C142.479 2887.77 113.231 2858.52 93.2996 2821.25C72.9767 2783.25 62.5 2745.46 62.5 2641.62V377.384C62.5 273.538 72.9767 235.748 93.2996 197.747C113.231 160.479 142.479 131.231 179.747 111.3C217.748 90.9767 255.538 80.5 359.384 80.5Z\" stroke=\"#505E64\" stroke-width=\"19\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 80H1130.62C1234.6 80 1272.44 90.5092 1310.49 110.859C1347.85 130.837 1377.16 160.155 1397.14 197.511C1417.49 235.562 1428 273.397 1428 377.384V2641.62C1428 2745.6 1417.49 2783.44 1397.14 2821.49C1377.16 2858.85 1347.85 2888.16 1310.49 2908.14C1272.44 2928.49 1234.6 2939 1130.62 2939H359.384C255.397 2939 217.562 2928.49 179.511 2908.14C142.155 2888.16 112.837 2858.85 92.8587 2821.49C72.5092 2783.44 62 2745.6 62 2641.62V377.384C62 273.397 72.5092 235.562 92.8587 197.511C112.837 160.155 142.155 130.837 179.511 110.859C217.562 90.5092 255.397 80 359.384 80Z\" stroke=\"#808D96\" stroke-width=\"18\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 79.5H1130.62C1234.75 79.5 1272.62 90.0416 1310.72 110.418C1348.17 130.444 1377.56 159.831 1397.58 197.276C1417.96 235.376 1428.5 273.255 1428.5 377.384V2641.62C1428.5 2745.75 1417.96 2783.62 1397.58 2821.72C1377.56 2859.17 1348.17 2888.56 1310.72 2908.58C1272.62 2928.96 1234.75 2939.5 1130.62 2939.5H359.384C255.255 2939.5 217.376 2928.96 179.276 2908.58C141.831 2888.56 112.444 2859.17 92.4178 2821.72C72.0416 2783.62 61.5 2745.75 61.5 2641.62V377.384C61.5 273.255 72.0416 235.376 92.4178 197.276C112.444 159.831 141.831 130.444 179.276 110.418C217.376 90.0416 255.255 79.5 359.384 79.5Z\" stroke=\"#B5C2CB\" stroke-width=\"17\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 79H1130.62C1234.89 79 1272.81 89.574 1310.96 109.977C1348.49 130.05 1377.95 159.506 1398.02 197.04C1418.43 235.19 1429 273.113 1429 377.384V2641.62C1429 2745.89 1418.43 2783.81 1398.02 2821.96C1377.95 2859.49 1348.49 2888.95 1310.96 2909.02C1272.81 2929.43 1234.89 2940 1130.62 2940H359.384C255.113 2940 217.19 2929.43 179.04 2909.02C141.506 2888.95 112.05 2859.49 91.9769 2821.96C71.574 2783.81 61 2745.89 61 2641.62V377.384C61 273.113 71.574 235.19 91.9769 197.04C112.05 159.506 141.506 130.05 179.04 109.977C217.19 89.574 255.113 79 359.384 79Z\" stroke=\"#DEECF6\" stroke-width=\"16\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1130.62 78.5C1235.03 78.5 1273 89.1064 1311.2 109.536C1348.82 129.656 1378.34 159.182 1398.46 196.804C1418.89 235.004 1429.5 272.972 1429.5 377.384V2641.62C1429.5 2746.03 1418.89 2784 1398.46 2822.2C1378.34 2859.82 1348.82 2889.34 1311.2 2909.46C1273 2929.89 1235.03 2940.5 1130.62 2940.5H359.384C254.972 2940.5 217.004 2929.89 178.804 2909.46C141.182 2889.34 111.656 2859.82 91.536 2822.2C71.1064 2784 60.5 2746.03 60.5 2641.62V377.384C60.5 272.972 71.1064 235.004 91.536 196.804C111.656 159.182 141.182 129.656 178.804 109.536C217.004 89.1064 254.972 78.5 359.384 78.5H1130.62Z\" stroke=\"#CDD9E6\" stroke-width=\"15\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 78H1130.62C1235.17 78 1273.18 88.6388 1311.43 109.095C1349.14 129.263 1378.74 158.858 1398.9 196.568C1419.36 234.818 1430 272.83 1430 377.384V2641.62C1430 2746.17 1419.36 2784.18 1398.9 2822.43C1378.74 2860.14 1349.14 2889.74 1311.43 2909.91C1273.18 2930.36 1235.17 2941 1130.62 2941H359.384C254.83 2941 216.818 2930.36 178.568 2909.91C140.858 2889.74 111.263 2860.14 91.0951 2822.43C70.6388 2784.18 60 2746.17 60 2641.62V377.384C60 272.83 70.6388 234.818 91.0951 196.568C111.263 158.858 140.858 129.263 178.568 109.095C216.818 88.6388 254.83 78 359.384 78Z\" stroke=\"#C0CED7\" stroke-width=\"14\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 77.5H1130.62C1235.31 77.5 1273.37 88.1712 1311.67 108.654C1349.47 128.869 1379.13 158.534 1399.35 196.332C1419.83 234.632 1430.5 272.689 1430.5 377.384V2641.62C1430.5 2746.31 1419.83 2784.37 1399.35 2822.67C1379.13 2860.47 1349.47 2890.13 1311.67 2910.35C1273.37 2930.83 1235.31 2941.5 1130.62 2941.5H359.384C254.689 2941.5 216.632 2930.83 178.332 2910.35C140.534 2890.13 110.869 2860.47 90.6541 2822.67C70.1712 2784.37 59.5 2746.31 59.5 2641.62V377.384C59.5 272.689 70.1712 234.632 90.6541 196.332C110.869 158.534 140.534 128.869 178.332 108.654C216.632 88.1712 254.689 77.5 359.384 77.5Z\" stroke=\"#ABB8C3\" stroke-width=\"13\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 77H1130.62C1235.45 77 1273.55 87.7037 1311.9 108.213C1349.79 128.475 1379.52 158.209 1399.79 196.097C1420.3 234.446 1431 272.547 1431 377.384V2641.62C1431 2746.45 1420.3 2784.55 1399.79 2822.9C1379.52 2860.79 1349.79 2890.52 1311.9 2910.79C1273.55 2931.3 1235.45 2942 1130.62 2942H359.384C254.547 2942 216.446 2931.3 178.097 2910.79C140.209 2890.52 110.475 2860.79 90.2132 2822.9C69.7037 2784.55 59 2746.45 59 2641.62V377.384C59 272.547 69.7037 234.446 90.2132 196.097C110.475 158.209 140.209 128.475 178.097 108.213C216.446 87.7037 254.547 77 359.384 77Z\" stroke=\"#9CAAB5\" stroke-width=\"12\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 76.5H1130.62C1235.59 76.5 1273.74 87.2361 1312.14 107.772C1350.11 128.082 1379.92 157.885 1400.23 195.861C1420.76 234.26 1431.5 272.405 1431.5 377.384V2641.62C1431.5 2746.59 1420.76 2784.74 1400.23 2823.14C1379.92 2861.11 1350.11 2890.92 1312.14 2911.23C1273.74 2931.76 1235.59 2942.5 1130.62 2942.5H359.384C254.405 2942.5 216.26 2931.76 177.861 2911.23C139.885 2890.92 110.082 2861.11 89.7723 2823.14C69.2361 2784.74 58.5 2746.59 58.5 2641.62V377.384C58.5 272.405 69.2361 234.26 89.7723 195.861C110.082 157.885 139.885 128.082 177.861 107.772C216.26 87.2361 254.405 76.5 359.384 76.5Z\" stroke=\"#8E9CA8\" stroke-width=\"11\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 76H1130.62C1235.74 76 1273.93 86.7685 1312.38 107.331C1350.44 127.688 1380.31 157.561 1400.67 195.625C1421.23 234.074 1432 272.264 1432 377.384V2641.62C1432 2746.74 1421.23 2784.93 1400.67 2823.38C1380.31 2861.44 1350.44 2891.31 1312.38 2911.67C1273.93 2932.23 1235.74 2943 1130.62 2943H359.384C254.264 2943 216.074 2932.23 177.625 2911.67C139.561 2891.31 109.688 2861.44 89.3314 2823.38C68.7685 2784.93 58 2746.74 58 2641.62V377.384C58 272.264 68.7685 234.074 89.3314 195.625C109.688 157.561 139.561 127.688 177.625 107.331C216.074 86.7685 254.264 76 359.384 76Z\" stroke=\"#57636F\" stroke-width=\"10\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 75.5H1130.62C1235.88 75.5 1274.11 86.3009 1312.61 106.891C1350.76 127.295 1380.71 157.237 1401.11 195.389C1421.7 233.888 1432.5 272.122 1432.5 377.384V2641.62C1432.5 2746.88 1421.7 2785.11 1401.11 2823.61C1380.71 2861.76 1350.76 2891.71 1312.61 2912.11C1274.11 2932.7 1235.88 2943.5 1130.62 2943.5H359.384C254.122 2943.5 215.888 2932.7 177.389 2912.11C139.237 2891.71 109.295 2861.76 88.8905 2823.61C68.3009 2785.11 57.5 2746.88 57.5 2641.62V377.384C57.5 272.122 68.3009 233.888 88.8905 195.389C109.295 157.237 139.237 127.295 177.389 106.891C215.888 86.3009 254.122 75.5 359.384 75.5Z\" stroke=\"#25333F\" stroke-width=\"9\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 75H1130.62C1236.02 75 1274.3 85.8333 1312.85 106.45C1351.09 126.901 1381.1 156.913 1401.55 195.153C1422.17 233.702 1433 271.981 1433 377.384V2641.62C1433 2747.02 1422.17 2785.3 1401.55 2823.85C1381.1 2862.09 1351.09 2892.1 1312.85 2912.55C1274.3 2933.17 1236.02 2944 1130.62 2944H359.384C253.981 2944 215.702 2933.17 177.153 2912.55C138.913 2892.1 108.901 2862.09 88.4496 2823.85C67.8333 2785.3 57 2747.02 57 2641.62V377.384C57 271.981 67.8333 233.702 88.4496 195.153C108.901 156.913 138.913 126.901 177.153 106.45C215.702 85.8333 253.981 75 359.384 75Z\" stroke=\"#222F3C\" stroke-width=\"8\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1130.62 73C1236.59 73 1275.04 83.963 1313.79 104.686C1352.38 125.327 1382.67 155.616 1403.31 194.21C1424.04 232.959 1435 271.414 1435 377.384V2641.62C1435 2747.59 1424.04 2786.04 1403.31 2824.79C1382.67 2863.38 1352.38 2893.67 1313.79 2914.31C1275.04 2935.04 1236.59 2946 1130.62 2946H359.384C253.414 2946 214.959 2935.04 176.21 2914.31C137.616 2893.67 107.327 2863.38 86.686 2824.79C65.963 2786.04 55 2747.59 55 2641.62V377.384C55 271.414 65.963 232.959 86.686 194.21C107.327 155.616 137.616 125.327 176.21 104.686C214.959 83.963 253.414 73 359.384 73H1130.62Z\" stroke=\"#27353E\" stroke-width=\"4\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 72.5H1130.62C1236.73 72.5 1275.23 83.4954 1314.03 104.245C1352.71 124.933 1383.07 155.291 1403.75 193.974C1424.5 232.773 1435.5 271.273 1435.5 377.384V2641.62C1435.5 2747.73 1424.5 2786.23 1403.75 2825.03C1383.07 2863.71 1352.71 2894.07 1314.03 2914.75C1275.23 2935.5 1236.73 2946.5 1130.62 2946.5H359.384C253.273 2946.5 214.773 2935.5 175.974 2914.75C137.291 2894.07 106.933 2863.71 86.2451 2825.03C65.4954 2786.23 54.5 2747.73 54.5 2641.62V377.384C54.5 271.273 65.4954 232.773 86.2451 193.974C106.933 155.291 137.291 124.933 175.974 104.245C214.773 83.4954 253.273 72.5 359.384 72.5Z\" stroke=\"#3E4B56\" stroke-width=\"3\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 72H1130.62C1236.87 72 1275.41 83.0278 1314.26 103.804C1353.03 124.539 1383.46 154.967 1404.2 193.739C1424.97 232.587 1436 271.131 1436 377.384V2641.62C1436 2747.87 1424.97 2786.41 1404.2 2825.26C1383.46 2864.03 1353.03 2894.46 1314.26 2915.2C1275.41 2935.97 1236.87 2947 1130.62 2947H359.384C253.131 2947 214.587 2935.97 175.739 2915.2C136.967 2894.46 106.539 2864.03 85.8042 2825.26C65.0278 2786.41 54 2747.87 54 2641.62V377.384C54 271.131 65.0278 232.587 85.8042 193.739C106.539 154.967 136.967 124.539 175.739 103.804C214.587 83.0278 253.131 72 359.384 72Z\" stroke=\"#56646F\" stroke-width=\"2\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 71.5H1130.62C1237.01 71.5 1275.6 82.5602 1314.5 103.363C1353.36 124.146 1383.85 154.643 1404.64 193.503C1425.44 232.401 1436.5 270.989 1436.5 377.384V2641.62C1436.5 2748.01 1425.44 2786.6 1404.64 2825.5C1383.85 2864.36 1353.36 2894.85 1314.5 2915.64C1275.6 2936.44 1237.01 2947.5 1130.62 2947.5H359.384C252.989 2947.5 214.401 2936.44 175.503 2915.64C136.643 2894.85 106.146 2864.36 85.3633 2825.5C64.5602 2786.6 53.5 2748.01 53.5 2641.62V377.384C53.5 270.989 64.5602 232.401 85.3633 193.503C106.146 154.643 136.643 124.146 175.503 103.363C214.401 82.5602 252.989 71.5 359.384 71.5Z\" stroke=\"#222F3B\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 62H1130.62C1239.7 62 1279.13 73.6762 1318.98 94.986C1359.52 116.667 1391.33 148.483 1413.01 189.023C1434.32 228.869 1446 268.299 1446 377.384V2641.62C1446 2750.7 1434.32 2790.13 1413.01 2829.98C1391.33 2870.52 1359.52 2902.33 1318.98 2924.01C1279.13 2945.32 1239.7 2957 1130.62 2957H359.384C250.299 2957 210.869 2945.32 171.023 2924.01C130.483 2902.33 98.6669 2870.52 76.986 2829.98C55.6762 2790.13 44 2750.7 44 2641.62V377.384C44 268.299 55.6762 228.869 76.986 189.023C98.6669 148.483 130.483 116.667 171.023 94.986C210.869 73.6762 250.299 62 359.384 62Z\" stroke=\"#828F9A\" stroke-width=\"18\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1130.62 62.5C1239.56 62.5 1278.95 74.1437 1318.74 95.4269C1359.19 117.061 1390.94 148.807 1412.57 189.258C1433.86 229.054 1445.5 268.441 1445.5 377.384V2641.62C1445.5 2750.56 1433.86 2789.95 1412.57 2829.74C1390.94 2870.19 1359.19 2901.94 1318.74 2923.57C1278.95 2944.86 1239.56 2956.5 1130.62 2956.5H359.384C250.441 2956.5 211.054 2944.86 171.258 2923.57C130.807 2901.94 99.0606 2870.19 77.4269 2829.74C56.1437 2789.95 44.5 2750.56 44.5 2641.62V377.384C44.5 268.441 56.1437 229.054 77.4269 189.258C99.0606 148.807 130.807 117.061 171.258 95.4269C211.054 74.1437 250.441 62.5 359.384 62.5H1130.62Z\" stroke=\"#5F6D78\" stroke-width=\"17\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1130.62 63.5C1239.28 63.5 1278.57 75.0789 1318.27 96.3088C1358.54 117.848 1390.15 149.455 1411.69 189.73C1432.92 229.426 1444.5 268.724 1444.5 377.384V2641.62C1444.5 2750.28 1432.92 2789.57 1411.69 2829.27C1390.15 2869.54 1358.54 2901.15 1318.27 2922.69C1278.57 2943.92 1239.28 2955.5 1130.62 2955.5H359.384C250.724 2955.5 211.426 2943.92 171.73 2922.69C131.455 2901.15 99.8478 2869.54 78.3088 2829.27C57.0789 2789.57 45.5 2750.28 45.5 2641.62V377.384C45.5 268.724 57.0789 229.426 78.3088 189.73C99.8478 149.455 131.455 117.848 171.73 96.3088C211.426 75.0789 250.724 63.5 359.384 63.5H1130.62Z\" stroke=\"#6A7883\" stroke-width=\"15\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1130.62 64C1239.13 64 1278.39 75.5465 1318.03 96.7497C1358.22 118.241 1389.76 149.78 1411.25 189.966C1432.45 229.612 1444 268.865 1444 377.384V2641.62C1444 2750.13 1432.45 2789.39 1411.25 2829.03C1389.76 2869.22 1358.22 2900.76 1318.03 2922.25C1278.39 2943.45 1239.13 2955 1130.62 2955H359.384C250.865 2955 211.612 2943.45 171.966 2922.25C131.78 2900.76 100.241 2869.22 78.7497 2829.03C57.5465 2789.39 46 2750.13 46 2641.62V377.384C46 268.865 57.5465 229.612 78.7497 189.966C100.241 149.78 131.78 118.241 171.966 96.7497C211.612 75.5465 250.865 64 359.384 64H1130.62Z\" stroke=\"#60707A\" stroke-width=\"14\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1130.62 64.5C1238.99 64.5 1278.2 76.0141 1317.8 97.1906C1357.9 118.635 1389.36 150.104 1410.81 190.202C1431.99 229.798 1443.5 269.007 1443.5 377.384V2641.62C1443.5 2749.99 1431.99 2789.2 1410.81 2828.8C1389.36 2868.9 1357.9 2900.36 1317.8 2921.81C1278.2 2942.99 1238.99 2954.5 1130.62 2954.5H359.384C251.007 2954.5 211.798 2942.99 172.202 2921.81C132.104 2900.36 100.635 2868.9 79.1906 2828.8C58.0141 2789.2 46.5 2749.99 46.5 2641.62V377.384C46.5 269.007 58.0141 229.798 79.1906 190.202C100.635 150.104 132.104 118.635 172.202 97.1906C211.798 76.0141 251.007 64.5 359.384 64.5H1130.62Z\" stroke=\"#697782\" stroke-width=\"13\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1130.62 64C1239.13 64 1278.39 75.5465 1318.03 96.7497C1358.22 118.241 1389.76 149.78 1411.25 189.966C1432.45 229.612 1444 268.865 1444 377.384V2641.62C1444 2750.13 1432.45 2789.39 1411.25 2829.03C1389.76 2869.22 1358.22 2900.76 1318.03 2922.25C1278.39 2943.45 1239.13 2955 1130.62 2955H359.384C250.865 2955 211.612 2943.45 171.966 2922.25C131.78 2900.76 100.241 2869.22 78.7497 2829.03C57.5465 2789.39 46 2750.13 46 2641.62V377.384C46 268.865 57.5465 229.612 78.7497 189.966C100.241 149.78 131.78 118.241 171.966 96.7497C211.612 75.5465 250.865 64 359.384 64H1130.62Z\" stroke=\"#717F8A\" stroke-width=\"14\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1130.62 64.5C1238.99 64.5 1278.2 76.0141 1317.8 97.1906C1357.9 118.635 1389.36 150.104 1410.81 190.202C1431.99 229.798 1443.5 269.007 1443.5 377.384V2641.62C1443.5 2749.99 1431.99 2789.2 1410.81 2828.8C1389.36 2868.9 1357.9 2900.36 1317.8 2921.81C1278.2 2942.99 1238.99 2954.5 1130.62 2954.5H359.384C251.007 2954.5 211.798 2942.99 172.202 2921.81C132.104 2900.36 100.635 2868.9 79.1906 2828.8C58.0141 2789.2 46.5 2749.99 46.5 2641.62V377.384C46.5 269.007 58.0141 229.798 79.1906 190.202C100.635 150.104 132.104 118.635 172.202 97.1906C211.798 76.0141 251.007 64.5 359.384 64.5H1130.62Z\" stroke=\"#717F8A\" stroke-width=\"13\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1130.62 65C1238.85 65 1278.02 76.4817 1317.56 97.6315C1357.57 119.029 1388.97 150.428 1410.37 190.437C1431.52 229.984 1443 269.149 1443 377.384V2641.62C1443 2749.85 1431.52 2789.02 1410.37 2828.56C1388.97 2868.57 1357.57 2899.97 1317.56 2921.37C1278.02 2942.52 1238.85 2954 1130.62 2954H359.384C251.149 2954 211.984 2942.52 172.437 2921.37C132.428 2899.97 101.029 2868.57 79.6315 2828.56C58.4817 2789.02 47 2749.85 47 2641.62V377.384C47 269.149 58.4817 229.984 79.6315 190.437C101.029 150.428 132.428 119.029 172.437 97.6315C211.984 76.4817 251.149 65 359.384 65H1130.62Z\" stroke=\"#798792\" stroke-width=\"12\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1130.62 65.5C1238.71 65.5 1277.83 76.9492 1317.33 98.0724C1357.25 119.422 1388.58 150.752 1409.93 190.673C1431.05 230.17 1442.5 269.29 1442.5 377.384V2641.62C1442.5 2749.71 1431.05 2788.83 1409.93 2828.33C1388.58 2868.25 1357.25 2899.58 1317.33 2920.93C1277.83 2942.05 1238.71 2953.5 1130.62 2953.5H359.384C251.29 2953.5 212.17 2942.05 172.673 2920.93C132.752 2899.58 101.422 2868.25 80.0724 2828.33C58.9492 2788.83 47.5 2749.71 47.5 2641.62V377.384C47.5 269.29 58.9492 230.17 80.0724 190.673C101.422 150.752 132.752 119.422 172.673 98.0724C212.17 76.9492 251.29 65.5 359.384 65.5H1130.62Z\" stroke=\"#9DAAB3\" stroke-width=\"11\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 66H1130.62C1238.57 66 1277.64 77.4168 1317.09 98.5133C1356.92 119.816 1388.18 151.077 1409.49 190.909C1430.58 230.356 1442 269.432 1442 377.384V2641.62C1442 2749.57 1430.58 2788.64 1409.49 2828.09C1388.18 2867.92 1356.92 2899.18 1317.09 2920.49C1277.64 2941.58 1238.57 2953 1130.62 2953H359.384C251.432 2953 212.356 2941.58 172.909 2920.49C133.077 2899.18 101.816 2867.92 80.5133 2828.09C59.4168 2788.64 48 2749.57 48 2641.62V377.384C48 269.432 59.4168 230.356 80.5133 190.909C101.816 151.077 133.077 119.816 172.909 98.5133C212.356 77.4168 251.432 66 359.384 66Z\" stroke=\"#B4C0CA\" stroke-width=\"10\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 67H1130.62C1238.29 67 1277.27 78.352 1316.62 99.3951C1356.28 120.603 1387.4 151.725 1408.6 191.381C1429.65 230.728 1441 269.715 1441 377.384V2641.62C1441 2749.29 1429.65 2788.27 1408.6 2827.62C1387.4 2867.27 1356.28 2898.4 1316.62 2919.6C1277.27 2940.65 1238.29 2952 1130.62 2952H359.384C251.715 2952 212.728 2940.65 173.381 2919.6C133.725 2898.4 102.603 2867.27 81.3951 2827.62C60.352 2788.27 49 2749.29 49 2641.62V377.384C49 269.715 60.352 230.728 81.3951 191.381C102.603 151.725 133.725 120.603 173.381 99.3951C212.728 78.352 251.715 67 359.384 67Z\" stroke=\"#BDCBD0\" stroke-width=\"8\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 67.5H1130.62C1238.14 67.5 1277.09 78.8196 1316.38 99.836C1355.95 120.997 1387 152.049 1408.16 191.616C1429.18 230.914 1440.5 269.857 1440.5 377.384V2641.62C1440.5 2749.14 1429.18 2788.09 1408.16 2827.38C1387 2866.95 1355.95 2898 1316.38 2919.16C1277.09 2940.18 1238.14 2951.5 1130.62 2951.5H359.384C251.857 2951.5 212.914 2940.18 173.616 2919.16C134.049 2898 102.997 2866.95 81.836 2827.38C60.8196 2788.09 49.5 2749.14 49.5 2641.62V377.384C49.5 269.857 60.8196 230.914 81.836 191.616C102.997 152.049 134.049 120.997 173.616 99.836C212.914 78.8196 251.857 67.5 359.384 67.5Z\" stroke=\"#C7D1DB\" stroke-width=\"7\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 68H1130.62C1238 68 1276.9 79.2872 1316.15 100.277C1355.63 121.39 1386.61 152.373 1407.72 191.852C1428.71 231.1 1440 269.998 1440 377.384V2641.62C1440 2749 1428.71 2787.9 1407.72 2827.15C1386.61 2866.63 1355.63 2897.61 1316.15 2918.72C1276.9 2939.71 1238 2951 1130.62 2951H359.384C251.998 2951 213.1 2939.71 173.852 2918.72C134.373 2897.61 103.39 2866.63 82.2769 2827.15C61.2872 2787.9 50 2749 50 2641.62V377.384C50 269.998 61.2872 231.1 82.2769 191.852C103.39 152.373 134.373 121.39 173.852 100.277C213.1 79.2872 251.998 68 359.384 68Z\" stroke=\"#CFDBE2\" stroke-width=\"6\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 68.5H1130.62C1237.86 68.5 1276.71 79.7547 1315.91 100.718C1355.3 121.784 1386.22 152.698 1407.28 192.088C1428.25 231.285 1439.5 270.14 1439.5 377.384V2641.62C1439.5 2748.86 1428.25 2787.71 1407.28 2826.91C1386.22 2866.3 1355.3 2897.22 1315.91 2918.28C1276.71 2939.25 1237.86 2950.5 1130.62 2950.5H359.384C252.14 2950.5 213.285 2939.25 174.088 2918.28C134.698 2897.22 103.784 2866.3 82.7178 2826.91C61.7547 2787.71 50.5 2748.86 50.5 2641.62V377.384C50.5 270.14 61.7547 231.285 82.7178 192.088C103.784 152.698 134.698 121.784 174.088 100.718C213.285 79.7547 252.14 68.5 359.384 68.5Z\" stroke=\"#D4E0E7\" stroke-width=\"5\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 69H1130.62C1237.72 69 1276.53 80.2223 1315.68 101.159C1354.98 122.178 1385.82 153.022 1406.84 192.324C1427.78 231.471 1439 270.281 1439 377.384V2641.62C1439 2748.72 1427.78 2787.53 1406.84 2826.68C1385.82 2865.98 1354.98 2896.82 1315.68 2917.84C1276.53 2938.78 1237.72 2950 1130.62 2950H359.384C252.281 2950 213.471 2938.78 174.324 2917.84C135.022 2896.82 104.178 2865.98 83.1587 2826.68C62.2223 2787.53 51 2748.72 51 2641.62V377.384C51 270.281 62.2223 231.471 83.1587 192.324C104.178 153.022 135.022 122.178 174.324 101.159C213.471 80.2223 252.281 69 359.384 69Z\" stroke=\"#D8E3E9\" stroke-width=\"4\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 69.5H1130.62C1237.58 69.5 1276.34 80.6899 1315.44 101.6C1354.65 122.571 1385.43 153.346 1406.4 192.56C1427.31 231.657 1438.5 270.423 1438.5 377.384V2641.62C1438.5 2748.58 1427.31 2787.34 1406.4 2826.44C1385.43 2865.65 1354.65 2896.43 1315.44 2917.4C1276.34 2938.31 1237.58 2949.5 1130.62 2949.5H359.384C252.423 2949.5 213.657 2938.31 174.56 2917.4C135.346 2896.43 104.571 2865.65 83.5996 2826.44C62.6899 2787.34 51.5 2748.58 51.5 2641.62V377.384C51.5 270.423 62.6899 231.657 83.5996 192.56C104.571 153.346 135.346 122.571 174.56 101.6C213.657 80.6899 252.423 69.5 359.384 69.5Z\" stroke=\"#DCE4EB\" stroke-width=\"3\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 70H1130.62C1237.44 70 1276.16 81.1575 1315.2 102.041C1354.33 122.965 1385.04 153.67 1405.96 192.795C1426.84 231.843 1438 270.565 1438 377.384V2641.62C1438 2748.44 1426.84 2787.16 1405.96 2826.2C1385.04 2865.33 1354.33 2896.04 1315.2 2916.96C1276.16 2937.84 1237.44 2949 1130.62 2949H359.384C252.565 2949 213.843 2937.84 174.795 2916.96C135.67 2896.04 104.965 2865.33 84.0405 2826.2C63.1575 2787.16 52 2748.44 52 2641.62V377.384C52 270.565 63.1575 231.843 84.0405 192.795C104.965 153.67 135.67 122.965 174.795 102.041C213.843 81.1575 252.565 70 359.384 70Z\" stroke=\"#879399\" stroke-width=\"2\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M359.384 70.5H1130.62C1237.29 70.5 1275.97 81.6251 1314.97 102.481C1354.01 123.358 1384.64 153.995 1405.52 193.031C1426.37 232.029 1437.5 270.706 1437.5 377.384V2641.62C1437.5 2748.29 1426.37 2786.97 1405.52 2825.97C1384.64 2865.01 1354.01 2895.64 1314.97 2916.52C1275.97 2937.37 1237.29 2948.5 1130.62 2948.5H359.384C252.706 2948.5 214.029 2937.37 175.031 2916.52C135.995 2895.64 105.358 2865.01 84.4815 2825.97C63.6251 2786.97 52.5 2748.29 52.5 2641.62V377.384C52.5 270.706 63.6251 232.029 84.4815 193.031C105.358 153.995 135.995 123.358 175.031 102.481C214.029 81.6251 252.706 70.5 359.384 70.5Z\" stroke=\"#6C7980\"/>\n</g>\n<mask id=\"mask2_56_409\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"53\" y=\"53\" width=\"1384\" height=\"2892\">\n<path d=\"M1135.74 53C1240.5 53 1278.48 63.907 1316.78 84.3881C1355.08 104.869 1385.13 134.924 1405.61 173.221C1426.09 211.517 1437 249.503 1437 354.257V2643.74C1437 2748.5 1426.09 2786.48 1405.61 2824.78C1385.13 2863.08 1355.08 2893.13 1316.78 2913.61C1278.48 2934.09 1240.5 2945 1135.74 2945H354.257C249.503 2945 211.517 2934.09 173.221 2913.61C134.924 2893.13 104.869 2863.08 84.3881 2824.78C63.907 2786.48 53 2748.5 53 2643.74V354.257C53 249.503 63.907 211.517 84.3881 173.221C104.869 134.924 134.924 104.869 173.221 84.3881C211.517 63.907 249.503 53 354.257 53L1135.74 53ZM373.257 71C268.503 71 230.517 81.907 192.221 102.388C153.924 122.869 123.869 152.924 103.388 191.221C82.907 229.517 72 267.503 72 372.257V2623.74C72 2728.5 82.907 2766.48 103.388 2804.78C123.869 2843.08 153.924 2873.13 192.221 2893.61C230.517 2914.09 268.503 2925 373.257 2925H1117.74C1222.5 2925 1260.48 2914.09 1298.78 2893.61C1337.08 2873.13 1367.13 2843.08 1387.61 2804.78C1408.09 2766.48 1419 2728.5 1419 2623.74V372.257C1419 267.503 1408.09 229.517 1387.61 191.221C1367.13 152.924 1337.08 122.869 1298.78 102.388C1260.48 81.907 1222.5 71 1117.74 71H373.257Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask2_56_409)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M378.384 84.5H1111.62C1214.61 84.5 1252.14 94.7822 1289.84 114.945C1326.58 134.592 1355.41 163.424 1375.05 200.162C1395.22 237.863 1405.5 275.388 1405.5 378.384V2641.62C1405.5 2744.61 1395.22 2782.14 1375.05 2819.84C1355.41 2856.58 1326.58 2885.41 1289.84 2905.05C1252.14 2925.22 1214.61 2935.5 1111.62 2935.5H378.384C275.388 2935.5 237.863 2925.22 200.162 2905.05C163.424 2885.41 134.592 2856.58 114.945 2819.84C94.7822 2782.14 84.5 2744.61 84.5 2641.62V378.384C84.5 275.388 94.7822 237.863 114.945 200.162C134.592 163.424 163.424 134.592 200.162 114.945C237.863 94.7822 275.388 84.5 378.384 84.5Z\" stroke=\"#313236\" stroke-width=\"25\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M378.384 84H1111.62C1214.75 84 1252.32 94.3147 1290.07 114.504C1326.9 134.199 1355.8 163.1 1375.5 199.926C1395.69 237.677 1406 275.246 1406 378.384V2641.62C1406 2744.75 1395.69 2782.32 1375.5 2820.07C1355.8 2856.9 1326.9 2885.8 1290.07 2905.5C1252.32 2925.69 1214.75 2936 1111.62 2936H378.384C275.246 2936 237.677 2925.69 199.926 2905.5C163.1 2885.8 134.199 2856.9 114.504 2820.07C94.3147 2782.32 84 2744.75 84 2641.62V378.384C84 275.246 94.3147 237.677 114.504 199.926C134.199 163.1 163.1 134.199 199.926 114.504C237.677 94.3147 275.246 84 378.384 84Z\" stroke=\"#414D53\" stroke-width=\"24\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M378.384 83.5H1111.62C1214.9 83.5 1252.51 93.8471 1290.31 114.063C1327.22 133.805 1356.19 162.776 1375.94 199.69C1396.15 237.491 1406.5 275.105 1406.5 378.384V2641.62C1406.5 2744.9 1396.15 2782.51 1375.94 2820.31C1356.19 2857.22 1327.22 2886.19 1290.31 2905.94C1252.51 2926.15 1214.9 2936.5 1111.62 2936.5H378.384C275.105 2936.5 237.491 2926.15 199.69 2905.94C162.776 2886.19 133.805 2857.22 114.063 2820.31C93.8471 2782.51 83.5 2744.9 83.5 2641.62V378.384C83.5 275.105 93.8471 237.491 114.063 199.69C133.805 162.776 162.776 133.805 199.69 114.063C237.491 93.8471 275.105 83.5 378.384 83.5Z\" stroke=\"#66737C\" stroke-width=\"23\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M378.384 83H1111.62C1215.04 83 1252.69 93.3795 1290.55 113.622C1327.55 133.412 1356.59 162.452 1376.38 199.455C1396.62 237.305 1407 274.963 1407 378.384V2641.62C1407 2745.04 1396.62 2782.69 1376.38 2820.55C1356.59 2857.55 1327.55 2886.59 1290.55 2906.38C1252.69 2926.62 1215.04 2937 1111.62 2937H378.384C274.963 2937 237.305 2926.62 199.455 2906.38C162.452 2886.59 133.412 2857.55 113.622 2820.55C93.3795 2782.69 83 2745.04 83 2641.62V378.384C83 274.963 93.3795 237.305 113.622 199.455C133.412 162.452 162.452 133.412 199.455 113.622C237.305 93.3795 274.963 83 378.384 83Z\" stroke=\"#8F9BA2\" stroke-width=\"22\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M378.384 82.5H1111.62C1215.18 82.5 1252.88 92.9119 1290.78 113.181C1327.87 133.018 1356.98 162.127 1376.82 199.219C1397.09 237.119 1407.5 274.821 1407.5 378.384V2641.62C1407.5 2745.18 1397.09 2782.88 1376.82 2820.78C1356.98 2857.87 1327.87 2886.98 1290.78 2906.82C1252.88 2927.09 1215.18 2937.5 1111.62 2937.5H378.384C274.821 2937.5 237.119 2927.09 199.219 2906.82C162.127 2886.98 133.018 2857.87 113.181 2820.78C92.9119 2782.88 82.5 2745.18 82.5 2641.62V378.384C82.5 274.821 92.9119 237.119 113.181 199.219C133.018 162.127 162.127 133.018 199.219 113.181C237.119 92.9119 274.821 82.5 378.384 82.5Z\" stroke=\"#CCDAE0\" stroke-width=\"21\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M378.384 82H1111.62C1215.32 82 1253.07 92.4443 1291.02 112.74C1328.2 132.624 1357.38 161.803 1377.26 198.983C1397.56 236.933 1408 274.68 1408 378.384V2641.62C1408 2745.32 1397.56 2783.07 1377.26 2821.02C1357.38 2858.2 1328.2 2887.38 1291.02 2907.26C1253.07 2927.56 1215.32 2938 1111.62 2938H378.384C274.68 2938 236.933 2927.56 198.983 2907.26C161.803 2887.38 132.624 2858.2 112.74 2821.02C92.4443 2783.07 82 2745.32 82 2641.62V378.384C82 274.68 92.4443 236.933 112.74 198.983C132.624 161.803 161.803 132.624 198.983 112.74C236.933 92.4443 274.68 82 378.384 82Z\" stroke=\"#D4E2ED\" stroke-width=\"20\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M378.384 81.5H1111.62C1215.46 81.5 1253.25 91.9767 1291.25 112.3C1328.52 132.231 1357.77 161.479 1377.7 198.747C1398.02 236.748 1408.5 274.538 1408.5 378.384V2641.62C1408.5 2745.46 1398.02 2783.25 1377.7 2821.25C1357.77 2858.52 1328.52 2887.77 1291.25 2907.7C1253.25 2928.02 1215.46 2938.5 1111.62 2938.5H378.384C274.538 2938.5 236.748 2928.02 198.747 2907.7C161.479 2887.77 132.231 2858.52 112.3 2821.25C91.9767 2783.25 81.5 2745.46 81.5 2641.62V378.384C81.5 274.538 91.9767 236.748 112.3 198.747C132.231 161.479 161.479 132.231 198.747 112.3C236.748 91.9767 274.538 81.5 378.384 81.5Z\" stroke=\"#BFCCD8\" stroke-width=\"19\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1111.62 81C1215.6 81 1253.44 91.5092 1291.49 111.859C1328.85 131.837 1358.16 161.155 1378.14 198.511C1398.49 236.562 1409 274.397 1409 378.384V2641.62C1409 2745.6 1398.49 2783.44 1378.14 2821.49C1358.16 2858.85 1328.85 2888.16 1291.49 2908.14C1253.44 2928.49 1215.6 2939 1111.62 2939H378.384C274.397 2939 236.562 2928.49 198.511 2908.14C161.155 2888.16 131.837 2858.85 111.859 2821.49C91.5092 2783.44 81 2745.6 81 2641.62V378.384C81 274.397 91.5092 236.562 111.859 198.511C131.837 161.155 161.155 131.837 198.511 111.859C236.562 91.5092 274.397 81 378.384 81H1111.62Z\" stroke=\"#B1C0CA\" stroke-width=\"18\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1111.62 80.5C1215.75 80.5 1253.62 91.0416 1291.72 111.418C1329.17 131.444 1358.56 160.831 1378.58 198.276C1398.96 236.376 1409.5 274.255 1409.5 378.384V2641.62C1409.5 2745.75 1398.96 2783.62 1378.58 2821.72C1358.56 2859.17 1329.17 2888.56 1291.72 2908.58C1253.62 2928.96 1215.75 2939.5 1111.62 2939.5H378.384C274.255 2939.5 236.376 2928.96 198.276 2908.58C160.831 2888.56 131.444 2859.17 111.418 2821.72C91.0416 2783.62 80.5 2745.75 80.5 2641.62V378.384C80.5 274.255 91.0416 236.376 111.418 198.276C131.444 160.831 160.831 131.444 198.276 111.418C236.376 91.0416 274.255 80.5 378.384 80.5H1111.62Z\" stroke=\"#A4B2BD\" stroke-width=\"17\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1111.62 80C1215.89 80 1253.81 90.574 1291.96 110.977C1329.49 131.05 1358.95 160.506 1379.02 198.04C1399.43 236.19 1410 274.113 1410 378.384V2641.62C1410 2745.89 1399.43 2783.81 1379.02 2821.96C1358.95 2859.49 1329.49 2888.95 1291.96 2909.02C1253.81 2929.43 1215.89 2940 1111.62 2940H378.384C274.113 2940 236.19 2929.43 198.04 2909.02C160.506 2888.95 131.05 2859.49 110.977 2821.96C90.574 2783.81 80 2745.89 80 2641.62V378.384C80 274.113 90.574 236.19 110.977 198.04C131.05 160.506 160.506 131.05 198.04 110.977C236.19 90.574 274.113 80 378.384 80H1111.62Z\" stroke=\"#95A3AE\" stroke-width=\"16\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1111.62 79.5C1216.03 79.5 1254 90.1064 1292.2 110.536C1329.82 130.656 1359.34 160.182 1379.46 197.804C1399.89 236.004 1410.5 273.972 1410.5 378.384V2641.62C1410.5 2746.03 1399.89 2784 1379.46 2822.2C1359.34 2859.82 1329.82 2889.34 1292.2 2909.46C1254 2929.89 1216.03 2940.5 1111.62 2940.5H378.384C273.972 2940.5 236.004 2929.89 197.804 2909.46C160.182 2889.34 130.656 2859.82 110.536 2822.2C90.1064 2784 79.5 2746.03 79.5 2641.62V378.384C79.5 273.972 90.1064 236.004 110.536 197.804C130.656 160.182 160.182 130.656 197.804 110.536C236.004 90.1064 273.972 79.5 378.384 79.5H1111.62Z\" stroke=\"#83919D\" stroke-width=\"15\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1111.62 79C1216.17 79 1254.18 89.6388 1292.43 110.095C1330.14 130.263 1359.74 159.858 1379.9 197.568C1400.36 235.818 1411 273.83 1411 378.384V2641.62C1411 2746.17 1400.36 2784.18 1379.9 2822.43C1359.74 2860.14 1330.14 2889.74 1292.43 2909.91C1254.18 2930.36 1216.17 2941 1111.62 2941H378.384C273.83 2941 235.818 2930.36 197.568 2909.91C159.858 2889.74 130.263 2860.14 110.095 2822.43C89.6388 2784.18 79 2746.17 79 2641.62V378.384C79 273.83 89.6388 235.818 110.095 197.568C130.263 159.858 159.858 130.263 197.568 110.095C235.818 89.6388 273.83 79 378.384 79H1111.62Z\" stroke=\"#798791\" stroke-width=\"14\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M378.384 78.5H1111.62C1216.31 78.5 1254.37 89.1712 1292.67 109.654C1330.47 129.869 1360.13 159.534 1380.35 197.332C1400.83 235.632 1411.5 273.689 1411.5 378.384V2641.62C1411.5 2746.31 1400.83 2784.37 1380.35 2822.67C1360.13 2860.47 1330.47 2890.13 1292.67 2910.35C1254.37 2930.83 1216.31 2941.5 1111.62 2941.5H378.384C273.689 2941.5 235.632 2930.83 197.332 2910.35C159.534 2890.13 129.869 2860.47 109.654 2822.67C89.1712 2784.37 78.5 2746.31 78.5 2641.62V378.384C78.5 273.689 89.1712 235.632 109.654 197.332C129.869 159.534 159.534 129.869 197.332 109.654C235.632 89.1712 273.689 78.5 378.384 78.5Z\" stroke=\"#6B7981\" stroke-width=\"13\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M378.384 78H1111.62C1216.45 78 1254.55 88.7037 1292.9 109.213C1330.79 129.475 1360.52 159.209 1380.79 197.097C1401.3 235.446 1412 273.547 1412 378.384V2641.62C1412 2746.45 1401.3 2784.55 1380.79 2822.9C1360.52 2860.79 1330.79 2890.52 1292.9 2910.79C1254.55 2931.3 1216.45 2942 1111.62 2942H378.384C273.547 2942 235.446 2931.3 197.097 2910.79C159.209 2890.52 129.475 2860.79 109.213 2822.9C88.7037 2784.55 78 2746.45 78 2641.62V378.384C78 273.547 88.7037 235.446 109.213 197.097C129.475 159.209 159.209 129.475 197.097 109.213C235.446 88.7037 273.547 78 378.384 78Z\" stroke=\"#4D5B64\" stroke-width=\"12\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M378.384 77.5H1111.62C1216.59 77.5 1254.74 88.2361 1293.14 108.772C1331.11 129.082 1360.92 158.885 1381.23 196.861C1401.76 235.26 1412.5 273.405 1412.5 378.384V2641.62C1412.5 2746.59 1401.76 2784.74 1381.23 2823.14C1360.92 2861.11 1331.11 2890.92 1293.14 2911.23C1254.74 2931.76 1216.59 2942.5 1111.62 2942.5H378.384C273.405 2942.5 235.26 2931.76 196.861 2911.23C158.885 2890.92 129.082 2861.11 108.772 2823.14C88.2361 2784.74 77.5 2746.59 77.5 2641.62V378.384C77.5 273.405 88.2361 235.26 108.772 196.861C129.082 158.885 158.885 129.082 196.861 108.772C235.26 88.2361 273.405 77.5 378.384 77.5Z\" stroke=\"#2D3B46\" stroke-width=\"11\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M378.384 77H1111.62C1216.74 77 1254.93 87.7685 1293.38 108.331C1331.44 128.688 1361.31 158.561 1381.67 196.625C1402.23 235.074 1413 273.264 1413 378.384V2641.62C1413 2746.74 1402.23 2784.93 1381.67 2823.38C1361.31 2861.44 1331.44 2891.31 1293.38 2911.67C1254.93 2932.23 1216.74 2943 1111.62 2943H378.384C273.264 2943 235.074 2932.23 196.625 2911.67C158.561 2891.31 128.688 2861.44 108.331 2823.38C87.7685 2784.93 77 2746.74 77 2641.62V378.384C77 273.264 87.7685 235.074 108.331 196.625C128.688 158.561 158.561 128.688 196.625 108.331C235.074 87.7685 273.264 77 378.384 77Z\" stroke=\"#202F3A\" stroke-width=\"10\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M378.384 76.5H1111.62C1216.88 76.5 1255.11 87.3009 1293.61 107.891C1331.76 128.295 1361.71 158.237 1382.11 196.389C1402.7 234.888 1413.5 273.122 1413.5 378.384V2641.62C1413.5 2746.88 1402.7 2785.11 1382.11 2823.61C1361.71 2861.76 1331.76 2891.71 1293.61 2912.11C1255.11 2932.7 1216.88 2943.5 1111.62 2943.5H378.384C273.122 2943.5 234.888 2932.7 196.389 2912.11C158.237 2891.71 128.295 2861.76 107.891 2823.61C87.3009 2785.11 76.5 2746.88 76.5 2641.62V378.384C76.5 273.122 87.3009 234.888 107.891 196.389C128.295 158.237 158.237 128.295 196.389 107.891C234.888 87.3009 273.122 76.5 378.384 76.5Z\" stroke=\"#1E2C37\" stroke-width=\"9\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M378.384 76H1111.62C1217.02 76 1255.3 86.8333 1293.85 107.45C1332.09 127.901 1362.1 157.913 1382.55 196.153C1403.17 234.702 1414 272.981 1414 378.384V2641.62C1414 2747.02 1403.17 2785.3 1382.55 2823.85C1362.1 2862.09 1332.09 2892.1 1293.85 2912.55C1255.3 2933.17 1217.02 2944 1111.62 2944H378.384C272.981 2944 234.702 2933.17 196.153 2912.55C157.913 2892.1 127.901 2862.09 107.45 2823.85C86.8333 2785.3 76 2747.02 76 2641.62V378.384C76 272.981 86.8333 234.702 107.45 196.153C127.901 157.913 157.913 127.901 196.153 107.45C234.702 86.8333 272.981 76 378.384 76Z\" stroke=\"#222F3C\" stroke-width=\"8\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1111.62 74C1217.59 74 1256.04 84.963 1294.79 105.686C1333.38 126.327 1363.67 156.616 1384.31 195.21C1405.04 233.959 1416 272.414 1416 378.384V2641.62C1416 2747.59 1405.04 2786.04 1384.31 2824.79C1363.67 2863.38 1333.38 2893.67 1294.79 2914.31C1256.04 2935.04 1217.59 2946 1111.62 2946H378.384C272.414 2946 233.959 2935.04 195.21 2914.31C156.616 2893.67 126.327 2863.38 105.686 2824.79C84.963 2786.04 74 2747.59 74 2641.62V378.384C74 272.414 84.963 233.959 105.686 195.21C126.327 156.616 156.616 126.327 195.21 105.686C233.959 84.963 272.414 74 378.384 74H1111.62Z\" stroke=\"#27353E\" stroke-width=\"4\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1111.62 73.5C1217.73 73.5 1256.23 84.4954 1295.03 105.245C1333.71 125.933 1364.07 156.291 1384.75 194.974C1405.5 233.773 1416.5 272.273 1416.5 378.384V2641.62C1416.5 2747.73 1405.5 2786.23 1384.75 2825.03C1364.07 2863.71 1333.71 2894.07 1295.03 2914.75C1256.23 2935.5 1217.73 2946.5 1111.62 2946.5H378.384C272.273 2946.5 233.773 2935.5 194.974 2914.75C156.291 2894.07 125.933 2863.71 105.245 2825.03C84.4954 2786.23 73.5 2747.73 73.5 2641.62V378.384C73.5 272.273 84.4954 233.773 105.245 194.974C125.933 156.291 156.291 125.933 194.974 105.245C233.773 84.4954 272.273 73.5 378.384 73.5H1111.62Z\" stroke=\"#1D2B36\" stroke-width=\"3\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1111.62 73C1217.87 73 1256.41 84.0278 1295.26 104.804C1334.03 125.539 1364.46 155.967 1385.2 194.739C1405.97 233.587 1417 272.131 1417 378.384V2641.62C1417 2747.87 1405.97 2786.41 1385.2 2825.26C1364.46 2864.03 1334.03 2894.46 1295.26 2915.2C1256.41 2935.97 1217.87 2947 1111.62 2947H378.384C272.131 2947 233.587 2935.97 194.739 2915.2C155.967 2894.46 125.539 2864.03 104.804 2825.26C84.0278 2786.41 73 2747.87 73 2641.62V378.384C73 272.131 84.0278 233.587 104.804 194.739C125.539 155.967 155.967 125.539 194.739 104.804C233.587 84.0278 272.131 73 378.384 73H1111.62Z\" stroke=\"#192732\" stroke-width=\"2\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1111.62 72.5C1218.01 72.5 1256.6 83.5602 1295.5 104.363C1334.36 125.146 1364.85 155.643 1385.64 194.503C1406.44 233.401 1417.5 271.989 1417.5 378.384V2641.62C1417.5 2748.01 1406.44 2786.6 1385.64 2825.5C1364.85 2864.36 1334.36 2894.85 1295.5 2915.64C1256.6 2936.44 1218.01 2947.5 1111.62 2947.5H378.384C271.989 2947.5 233.401 2936.44 194.503 2915.64C155.643 2894.85 125.146 2864.36 104.363 2825.5C83.5602 2786.6 72.5 2748.01 72.5 2641.62V378.384C72.5 271.989 83.5602 233.401 104.363 194.503C125.146 155.643 155.643 125.146 194.503 104.363C233.401 83.5602 271.989 72.5 378.384 72.5H1111.62Z\" stroke=\"#222F3B\"/>\n</g>\n</g>\n<mask id=\"mask3_56_409\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"53\" y=\"53\" width=\"1384\" height=\"2892\">\n<path d=\"M1133.18 53C1238.82 53 1277.13 63.9998 1315.76 84.6552C1354.38 105.311 1384.69 135.622 1405.34 174.244C1426 212.866 1437 251.175 1437 356.82V2641.18C1437 2746.82 1426 2785.13 1405.34 2823.76C1384.69 2862.38 1354.38 2892.69 1315.76 2913.34C1277.13 2934 1238.82 2945 1133.18 2945H356.82C251.175 2945 212.866 2934 174.244 2913.34C135.622 2892.69 105.311 2862.38 84.6552 2823.76C63.9998 2785.13 53 2746.82 53 2641.18V356.82C53 251.175 63.9998 212.866 84.6552 174.244C105.311 135.622 135.622 105.311 174.244 84.6552C212.866 63.9998 251.175 53 356.82 53L1133.18 53ZM1143.87 100H346.133C260.547 100 229.512 108.911 198.223 125.645C166.934 142.378 142.378 166.934 125.645 198.223C108.911 229.512 100 260.547 100 346.133V2649.87C100 2735.45 108.911 2766.49 125.645 2797.78C142.378 2829.07 166.934 2853.62 198.223 2870.36C229.512 2887.09 260.547 2896 346.133 2896H1143.87C1229.45 2896 1260.49 2887.09 1291.78 2870.36C1323.07 2853.62 1347.62 2829.07 1364.36 2797.78C1381.09 2766.49 1390 2735.45 1390 2649.87V346.133C1390 260.547 1381.09 229.512 1364.36 198.223C1347.62 166.934 1323.07 142.378 1291.78 125.645C1260.49 108.911 1229.45 100 1143.87 100Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask3_56_409)\">\n<path d=\"M1139.54 71C1236.71 71 1271.95 81.118 1307.48 100.117C1343 119.117 1370.88 146.998 1389.88 182.524C1408.88 218.05 1419 253.288 1419 350.464V2645.54C1419 2742.71 1408.88 2777.95 1389.88 2813.48C1370.88 2849 1343 2876.88 1307.48 2895.88C1271.95 2914.88 1236.71 2925 1139.54 2925H350.464C253.288 2925 218.05 2914.88 182.524 2895.88C146.998 2876.88 119.117 2849 100.117 2813.48C81.118 2777.95 71 2742.71 71 2645.54V350.464C71 253.288 81.118 218.05 100.117 182.524C119.117 146.998 146.998 119.117 182.524 100.117C218.05 81.118 253.288 71 350.464 71H1139.54ZM1143.87 100H346.133C260.547 100 229.512 108.911 198.223 125.645C166.934 142.378 142.378 166.934 125.645 198.223C108.911 229.512 100 260.547 100 346.133V2649.87C100 2735.45 108.911 2766.49 125.645 2797.78C142.378 2829.07 166.934 2853.62 198.223 2870.36C229.512 2887.09 260.547 2896 346.133 2896H1143.87C1229.45 2896 1260.49 2887.09 1291.78 2870.36C1323.07 2853.62 1347.62 2829.07 1364.36 2797.78C1381.09 2766.49 1390 2735.45 1390 2649.87V346.133C1390 260.547 1381.09 229.512 1364.36 198.223C1347.62 166.934 1323.07 142.378 1291.78 125.645C1260.49 108.911 1229.45 100 1143.87 100Z\" fill=\"black\"/>\n<g filter=\"url(#filter0_i_56_409)\">\n<path d=\"M1139.54 71C1236.71 71 1271.95 81.118 1307.48 100.117C1343 119.117 1370.88 146.998 1389.88 182.524C1408.88 218.05 1419 253.288 1419 350.464V2645.54C1419 2742.71 1408.88 2777.95 1389.88 2813.48C1370.88 2849 1343 2876.88 1307.48 2895.88C1271.95 2914.88 1236.71 2925 1139.54 2925H350.464C253.288 2925 218.05 2914.88 182.524 2895.88C146.998 2876.88 119.117 2849 100.117 2813.48C81.118 2777.95 71 2742.71 71 2645.54V350.464C71 253.288 81.118 218.05 100.117 182.524C119.117 146.998 146.998 119.117 182.524 100.117C218.05 81.118 253.288 71 350.464 71H1139.54ZM1143.87 100H346.133C260.547 100 229.512 108.911 198.223 125.645C166.934 142.378 142.378 166.934 125.645 198.223C108.911 229.512 100 260.547 100 346.133V2649.87C100 2735.45 108.911 2766.49 125.645 2797.78C142.378 2829.07 166.934 2853.62 198.223 2870.36C229.512 2887.09 260.547 2896 346.133 2896H1143.87C1229.45 2896 1260.49 2887.09 1291.78 2870.36C1323.07 2853.62 1347.62 2829.07 1364.36 2797.78C1381.09 2766.49 1390 2735.45 1390 2649.87V346.133C1390 260.547 1381.09 229.512 1364.36 198.223C1347.62 166.934 1323.07 142.378 1291.78 125.645C1260.49 108.911 1229.45 100 1143.87 100Z\" fill=\"black\"/>\n</g>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M350.464 71.5H1139.54C1236.57 71.5 1271.76 81.5856 1307.24 100.558C1342.68 119.511 1370.49 147.322 1389.44 182.76C1408.41 218.236 1418.5 253.43 1418.5 350.464V2645.54C1418.5 2742.57 1408.41 2777.76 1389.44 2813.24C1370.49 2848.68 1342.68 2876.49 1307.24 2895.44C1271.76 2914.41 1236.57 2924.5 1139.54 2924.5H350.464C253.43 2924.5 218.236 2914.41 182.76 2895.44C147.322 2876.49 119.511 2848.68 100.558 2813.24C81.5856 2777.76 71.5 2742.57 71.5 2645.54V350.464C71.5 253.43 81.5856 218.236 100.558 182.76C119.511 147.322 147.322 119.511 182.76 100.558C218.236 81.5856 253.43 71.5 350.464 71.5ZM1143.87 99.5H346.133C260.406 99.5 229.326 108.444 197.987 125.204C166.61 141.985 141.985 166.61 125.204 197.987C108.444 229.326 99.5 260.406 99.5 346.133V2649.87C99.5 2735.59 108.444 2766.67 125.204 2798.01C141.985 2829.39 166.61 2854.02 197.987 2870.8C229.326 2887.56 260.406 2896.5 346.133 2896.5H1143.87C1229.59 2896.5 1260.67 2887.56 1292.01 2870.8C1323.39 2854.02 1348.02 2829.39 1364.8 2798.01C1381.56 2766.67 1390.5 2735.59 1390.5 2649.87V346.133C1390.5 260.406 1381.56 229.326 1364.8 197.987C1348.02 166.61 1323.39 141.985 1292.01 125.204C1260.67 108.444 1229.59 99.5 1143.87 99.5Z\" stroke=\"url(#paint4_linear_56_409)\"/>\n</g>\n<mask id=\"mask4_56_409\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"53\" y=\"53\" width=\"1384\" height=\"2892\">\n<path d=\"M1133.18 53C1238.82 53 1277.13 63.9998 1315.76 84.6552C1354.38 105.311 1384.69 135.622 1405.34 174.244C1426 212.866 1437 251.175 1437 356.82V2641.18C1437 2746.82 1426 2785.13 1405.34 2823.76C1384.69 2862.38 1354.38 2892.69 1315.76 2913.34C1277.13 2934 1238.82 2945 1133.18 2945H356.82C251.175 2945 212.866 2934 174.244 2913.34C135.622 2892.69 105.311 2862.38 84.6552 2823.76C63.9998 2785.13 53 2746.82 53 2641.18V356.82C53 251.175 63.9998 212.866 84.6552 174.244C105.311 135.622 135.622 105.311 174.244 84.6552C212.866 63.9998 251.175 53 356.82 53L1133.18 53ZM1143.87 100H346.133C260.547 100 229.512 108.911 198.223 125.645C166.934 142.378 142.378 166.934 125.645 198.223C108.911 229.512 100 260.547 100 346.133V2649.87C100 2735.45 108.911 2766.49 125.645 2797.78C142.378 2829.07 166.934 2853.62 198.223 2870.36C229.512 2887.09 260.547 2896 346.133 2896H1143.87C1229.45 2896 1260.49 2887.09 1291.78 2870.36C1323.07 2853.62 1347.62 2829.07 1364.36 2797.78C1381.09 2766.49 1390 2735.45 1390 2649.87V346.133C1390 260.547 1381.09 229.512 1364.36 198.223C1347.62 166.934 1323.07 142.378 1291.78 125.645C1260.49 108.911 1229.45 100 1143.87 100Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask4_56_409)\">\n<path d=\"M611.706 73C612.921 73 615.214 75.3842 618.584 80.1537C618.959 80.6842 619.567 80.9997 620.217 81H623.482H866.482H869.747C870.396 80.9997 871.005 80.6842 871.38 80.1537C874.749 75.3842 877.043 73 878.258 73H1137.54C1234.71 73 1269.95 83.118 1305.48 102.117C1341 121.117 1368.88 148.998 1387.88 184.524C1406.88 220.05 1417 255.288 1417 352.464V2643.54C1417 2740.71 1406.88 2775.95 1387.88 2811.48C1368.88 2847 1341 2874.88 1305.48 2893.88C1269.95 2912.88 1234.71 2923 1137.54 2923H352.464C255.288 2923 220.05 2912.88 184.524 2893.88C148.998 2874.88 121.117 2847 102.117 2811.48C83.118 2775.95 73 2740.71 73 2643.54V352.464C73 255.288 83.118 220.05 102.117 184.524C121.117 148.998 148.998 121.117 184.524 102.117C220.05 83.118 255.288 73 352.464 73H611.706Z\" fill=\"black\"/>\n<g filter=\"url(#filter1_i_56_409)\">\n<path d=\"M611.706 73C612.921 73 615.214 75.3842 618.584 80.1537C618.959 80.6842 619.567 80.9997 620.217 81H623.482H866.482H869.747C870.396 80.9997 871.005 80.6842 871.38 80.1537C874.749 75.3842 877.043 73 878.258 73H1137.54C1234.71 73 1269.95 83.118 1305.48 102.117C1341 121.117 1368.88 148.998 1387.88 184.524C1406.88 220.05 1417 255.288 1417 352.464V2643.54C1417 2740.71 1406.88 2775.95 1387.88 2811.48C1368.88 2847 1341 2874.88 1305.48 2893.88C1269.95 2912.88 1234.71 2923 1137.54 2923H352.464C255.288 2923 220.05 2912.88 184.524 2893.88C148.998 2874.88 121.117 2847 102.117 2811.48C83.118 2775.95 73 2740.71 73 2643.54V352.464C73 255.288 83.118 220.05 102.117 184.524C121.117 148.998 148.998 121.117 184.524 102.117C220.05 83.118 255.288 73 352.464 73H611.706Z\" fill=\"black\"/>\n</g>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M352.464 73.5H611.706C612.871 73.5 615.006 75.9559 618.176 80.4421C618.644 81.1052 619.405 81.4997 620.217 81.5H623.482H866.482H869.747C870.559 81.4997 871.32 81.1052 871.788 80.4422C874.958 75.9559 877.093 73.5 878.258 73.5H1137.54C1234.57 73.5 1269.76 83.5856 1305.24 102.558C1340.68 121.511 1368.49 149.322 1387.44 184.76C1406.41 220.236 1416.5 255.43 1416.5 352.464V2643.54C1416.5 2740.57 1406.41 2775.76 1387.44 2811.24C1368.49 2846.68 1340.68 2874.49 1305.24 2893.44C1269.76 2912.41 1234.57 2922.5 1137.54 2922.5H352.464C255.43 2922.5 220.236 2912.41 184.76 2893.44C149.322 2874.49 121.511 2846.68 102.558 2811.24C83.5856 2775.76 73.5 2740.57 73.5 2643.54V352.464C73.5 255.43 83.5856 220.236 102.558 184.76C121.511 149.322 149.322 121.511 184.76 102.558C220.236 83.5856 255.43 73.5 352.464 73.5Z\" stroke=\"url(#paint5_linear_56_409)\"/>\n</g>\n<mask id=\"mask5_56_409\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"53\" y=\"53\" width=\"1384\" height=\"2892\">\n<path d=\"M1133.18 53C1238.82 53 1277.13 63.9998 1315.76 84.6552C1354.38 105.311 1384.69 135.622 1405.34 174.244C1426 212.866 1437 251.175 1437 356.82V2641.18C1437 2746.82 1426 2785.13 1405.34 2823.76C1384.69 2862.38 1354.38 2892.69 1315.76 2913.34C1277.13 2934 1238.82 2945 1133.18 2945H356.82C251.175 2945 212.866 2934 174.244 2913.34C135.622 2892.69 105.311 2862.38 84.6552 2823.76C63.9998 2785.13 53 2746.82 53 2641.18V356.82C53 251.175 63.9998 212.866 84.6552 174.244C105.311 135.622 135.622 105.311 174.244 84.6552C212.866 63.9998 251.175 53 356.82 53L1133.18 53ZM1143.87 100H346.133C260.547 100 229.512 108.911 198.223 125.645C166.934 142.378 142.378 166.934 125.645 198.223C108.911 229.512 100 260.547 100 346.133V2649.87C100 2735.45 108.911 2766.49 125.645 2797.78C142.378 2829.07 166.934 2853.62 198.223 2870.36C229.512 2887.09 260.547 2896 346.133 2896H1143.87C1229.45 2896 1260.49 2887.09 1291.78 2870.36C1323.07 2853.62 1347.62 2829.07 1364.36 2797.78C1381.09 2766.49 1390 2735.45 1390 2649.87V346.133C1390 260.547 1381.09 229.512 1364.36 198.223C1347.62 166.934 1323.07 142.378 1291.78 125.645C1260.49 108.911 1229.45 100 1143.87 100Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask5_56_409)\">\n<path d=\"M1437 345H1417V364H1437V345Z\" fill=\"url(#paint6_linear_56_409)\"/>\n<path d=\"M1437 2633H1417V2652H1437V2633Z\" fill=\"url(#paint7_linear_56_409)\"/>\n<path d=\"M53 345H73V364H53V345Z\" fill=\"url(#paint8_linear_56_409)\"/>\n<path d=\"M53 2633H73V2652H53V2633Z\" fill=\"url(#paint9_linear_56_409)\"/>\n</g>\n<g filter=\"url(#filter2_iiiiiiiif_56_409)\">\n<path d=\"M53 842.125H47C44.7909 842.125 43 843.916 43 846.125V1045.12C43 1047.33 44.7909 1049.12 47 1049.12H53V842.125Z\" fill=\"white\"/>\n</g>\n<g filter=\"url(#filter3_iiiiiiiif_56_409)\">\n<path d=\"M54 1105.12H48C45.7909 1105.12 44 1106.92 44 1109.12V1308.12C44 1310.33 45.7909 1312.12 48 1312.12H54V1105.12Z\" fill=\"white\"/>\n</g>\n<g filter=\"url(#filter4_iiiiiiiif_56_409)\">\n<path d=\"M53 620.125H47C44.7909 620.125 43 621.916 43 624.125V743.125C43 745.334 44.7909 747.125 47 747.125H53V620.125Z\" fill=\"white\"/>\n</g>\n<g filter=\"url(#filter5_iiiiiiiif_56_409)\">\n<path d=\"M1437 914.125H1443C1445.21 914.125 1447 915.916 1447 918.125V1236.12C1447 1238.33 1445.21 1240.12 1443 1240.12H1437V914.125Z\" fill=\"white\"/>\n</g>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M609 161H881C911.928 161 937 186.072 937 217C937 247.928 911.928 273 881 273H609C578.072 273 553 247.928 553 217C553 186.072 578.072 161 609 161Z\" fill=\"black\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M609 175.5C620.46 175.5 630.835 180.145 638.345 187.655C645.855 195.165 650.5 205.54 650.5 217C650.5 228.46 645.855 238.835 638.345 246.345C630.835 253.855 620.46 258.5 609 258.5C597.54 258.5 587.165 253.855 579.655 246.345C572.145 238.835 567.5 228.46 567.5 217C567.5 205.54 572.145 195.165 579.655 187.655C587.165 180.145 597.54 175.5 609 175.5Z\" fill=\"black\" stroke=\"black\" stroke-width=\"25\"/>\n<g filter=\"url(#filter6_iiii_56_409)\">\n<path d=\"M609 233C617.837 233 625 225.837 625 217C625 208.163 617.837 201 609 201C600.163 201 593 208.163 593 217C593 225.837 600.163 233 609 233Z\" fill=\"url(#paint10_linear_56_409)\"/>\n</g>\n<path d=\"M609 229C615.627 229 621 223.627 621 217C621 210.373 615.627 205 609 205C602.373 205 597 210.373 597 217C597 223.627 602.373 229 609 229Z\" fill=\"url(#paint11_radial_56_409)\"/>\n<g filter=\"url(#filter7_d_56_409)\">\n<path d=\"M609 229C615.627 229 621 223.627 621 217C621 210.373 615.627 205 609 205C602.373 205 597 210.373 597 217C597 223.627 602.373 229 609 229Z\" fill=\"url(#paint12_radial_56_409)\" shape-rendering=\"crispEdges\"/>\n</g>\n<path d=\"M609 229C615.627 229 621 223.627 621 217C621 210.373 615.627 205 609 205C602.373 205 597 210.373 597 217C597 223.627 602.373 229 609 229Z\" fill=\"url(#paint13_radial_56_409)\"/>\n<g filter=\"url(#filter8_ii_56_409)\">\n<path d=\"M609 229C615.627 229 621 223.627 621 217C621 210.373 615.627 205 609 205C602.373 205 597 210.373 597 217C597 223.627 602.373 229 609 229Z\" fill=\"url(#paint14_radial_56_409)\"/>\n</g>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M883 175.5C894.46 175.5 904.835 180.145 912.345 187.655C919.855 195.165 924.5 205.54 924.5 217C924.5 228.46 919.855 238.835 912.345 246.345C904.835 253.855 894.46 258.5 883 258.5H733C721.54 258.5 711.165 253.855 703.655 246.345C696.145 238.835 691.5 228.46 691.5 217C691.5 205.54 696.145 195.165 703.655 187.655C711.165 180.145 721.54 175.5 733 175.5H883Z\" fill=\"black\" stroke=\"black\" stroke-width=\"25\"/>\n<path d=\"M314.599 195.727C306.021 195.727 299.705 201.492 299.705 209.518V209.573C299.705 217.048 305.111 222.564 312.778 222.564C318.157 222.564 322.128 219.806 323.701 216.165H323.866C323.866 216.606 323.839 217.02 323.811 217.434C323.535 224.964 320.86 231.087 314.461 231.087C310.903 231.087 308.476 229.321 307.4 226.591L307.317 226.343H300.257L300.312 226.646C301.553 232.659 307.069 236.906 314.433 236.906C324.583 236.906 330.679 229.046 330.679 215.889V215.834C330.679 201.878 323.37 195.727 314.599 195.727ZM314.599 217.075C310.075 217.075 306.711 213.848 306.711 209.325V209.27C306.711 204.967 310.269 201.547 314.682 201.547C319.15 201.547 322.625 204.995 322.625 209.408V209.435C322.625 213.876 319.15 217.075 314.599 217.075ZM339.56 210.18C341.794 210.18 343.532 208.415 343.532 206.181C343.532 203.947 341.794 202.209 339.56 202.209C337.326 202.209 335.561 203.947 335.561 206.181C335.561 208.415 337.326 210.18 339.56 210.18ZM339.56 230.425C341.794 230.425 343.532 228.66 343.532 226.425C343.532 224.191 341.794 222.454 339.56 222.454C337.326 222.454 335.561 224.191 335.561 226.425C335.561 228.66 337.326 230.425 339.56 230.425ZM367.996 236.217H374.781V228.577H380.187V222.73H374.781V196.417H364.659L348.138 222.509V228.577H367.996V236.217ZM354.537 222.895V222.702L367.941 201.795H368.106V222.895H354.537ZM394.612 236.217H401.59V196.417H394.557L384.159 203.726V210.263L394.447 203.202H394.612V236.217Z\" fill=\"white\"/>\n<g opacity=\"0.9\">\n<rect x=\"1017\" y=\"223.773\" width=\"12.9444\" height=\"15.5333\" rx=\"1.29444\" fill=\"white\"/>\n<rect x=\"1035.12\" y=\"216.004\" width=\"12.9444\" height=\"23.3\" rx=\"1.29444\" fill=\"white\"/>\n<rect x=\"1054.54\" y=\"206.943\" width=\"12.9444\" height=\"32.361\" rx=\"1.29444\" fill=\"white\"/>\n<rect x=\"1072.66\" y=\"196.59\" width=\"12.9444\" height=\"42.7166\" rx=\"1.29444\" fill=\"white\"/>\n</g>\n<g opacity=\"0.9\">\n<path d=\"M1171.57 210.838C1163.08 202.292 1151.32 197 1138.32 197C1125.29 197 1113.49 202.324 1105 210.915L1112.36 218.278C1118.97 211.57 1128.16 207.412 1138.32 207.412C1148.44 207.412 1157.6 211.539 1164.2 218.201L1171.57 210.838Z\" fill=\"white\"/>\n<path d=\"M1159.6 222.802C1154.18 217.318 1146.65 213.92 1138.32 213.92C1129.96 213.92 1122.4 217.35 1116.96 222.88L1124.33 230.243C1127.87 226.597 1132.83 224.332 1138.32 224.332C1143.77 224.332 1148.7 226.564 1152.24 230.165L1159.6 222.802Z\" fill=\"white\"/>\n<path d=\"M1147.64 234.767C1145.28 232.344 1141.97 230.839 1138.32 230.839C1134.63 230.839 1131.3 232.376 1128.93 234.845L1138.25 244.161L1147.64 234.767Z\" fill=\"white\"/>\n</g>\n<rect opacity=\"0.6\" x=\"1186.98\" y=\"197.982\" width=\"90.1486\" height=\"43.056\" rx=\"8.74576\" stroke=\"white\" stroke-width=\"4.0365\"/>\n<rect opacity=\"0.9\" x=\"1191.69\" y=\"202.693\" width=\"80.7301\" height=\"33.6375\" rx=\"5.382\" fill=\"white\"/>\n<path opacity=\"0.6\" d=\"M1281.84 213.457V213.457C1284.81 213.457 1287.22 215.867 1287.22 218.839V220.184C1287.22 223.156 1284.81 225.566 1281.84 225.566V225.566V213.457Z\" fill=\"white\"/>\n<defs>\n<filter id=\"filter0_i_56_409\" x=\"71\" y=\"71\" width=\"1348\" height=\"2855\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"1\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.305882 0 0 0 0 0.309804 0 0 0 0 0.309804 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_409\"/>\n</filter>\n<filter id=\"filter1_i_56_409\" x=\"73\" y=\"73\" width=\"1344\" height=\"2851\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"1\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.305882 0 0 0 0 0.309804 0 0 0 0 0.309804 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_409\"/>\n</filter>\n<filter id=\"filter2_iiiiiiiif_56_409\" x=\"42\" y=\"836.125\" width=\"15\" height=\"221\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-29\"/>\n<feGaussianBlur stdDeviation=\"3\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0392157 0 0 0 0 0.0941176 0 0 0 0 0.137255 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"20\" dy=\"70\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.686275 0 0 0 0 0.737255 0 0 0 0 0.780392 0 0 0 0.2 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_56_409\" result=\"effect2_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-9\"/>\n<feGaussianBlur stdDeviation=\"3\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_innerShadow_56_409\" result=\"effect3_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-12\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 0.992157 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect3_innerShadow_56_409\" result=\"effect4_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-5\"/>\n<feGaussianBlur stdDeviation=\"3\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.756863 0 0 0 0 0.8 0 0 0 0 0.839216 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect4_innerShadow_56_409\" result=\"effect5_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"35\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0618602 0 0 0 0 0.121699 0 0 0 0 0.170658 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect5_innerShadow_56_409\" result=\"effect6_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"28\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect6_innerShadow_56_409\" result=\"effect7_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"4\" dy=\"8\"/>\n<feGaussianBlur stdDeviation=\"2\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.568627 0 0 0 0 0.627451 0 0 0 0 0.662745 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect7_innerShadow_56_409\" result=\"effect8_innerShadow_56_409\"/>\n<feGaussianBlur stdDeviation=\"0.5\" result=\"effect9_foregroundBlur_56_409\"/>\n</filter>\n<filter id=\"filter3_iiiiiiiif_56_409\" x=\"43\" y=\"1099.12\" width=\"15\" height=\"221\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-29\"/>\n<feGaussianBlur stdDeviation=\"3\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0392157 0 0 0 0 0.0941176 0 0 0 0 0.137255 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"20\" dy=\"70\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.686275 0 0 0 0 0.737255 0 0 0 0 0.780392 0 0 0 0.2 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_56_409\" result=\"effect2_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-9\"/>\n<feGaussianBlur stdDeviation=\"3\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_innerShadow_56_409\" result=\"effect3_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-12\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 0.992157 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect3_innerShadow_56_409\" result=\"effect4_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-5\"/>\n<feGaussianBlur stdDeviation=\"3\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.756863 0 0 0 0 0.8 0 0 0 0 0.839216 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect4_innerShadow_56_409\" result=\"effect5_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"35\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0618602 0 0 0 0 0.121699 0 0 0 0 0.170658 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect5_innerShadow_56_409\" result=\"effect6_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"28\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect6_innerShadow_56_409\" result=\"effect7_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"4\" dy=\"8\"/>\n<feGaussianBlur stdDeviation=\"2\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.568627 0 0 0 0 0.627451 0 0 0 0 0.662745 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect7_innerShadow_56_409\" result=\"effect8_innerShadow_56_409\"/>\n<feGaussianBlur stdDeviation=\"0.5\" result=\"effect9_foregroundBlur_56_409\"/>\n</filter>\n<filter id=\"filter4_iiiiiiiif_56_409\" x=\"42\" y=\"614.125\" width=\"15\" height=\"141\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-29\"/>\n<feGaussianBlur stdDeviation=\"3\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0392157 0 0 0 0 0.0941176 0 0 0 0 0.137255 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"20\" dy=\"70\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.686275 0 0 0 0 0.737255 0 0 0 0 0.780392 0 0 0 0.2 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_56_409\" result=\"effect2_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-9\"/>\n<feGaussianBlur stdDeviation=\"3\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_innerShadow_56_409\" result=\"effect3_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-12\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 0.992157 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect3_innerShadow_56_409\" result=\"effect4_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-5\"/>\n<feGaussianBlur stdDeviation=\"3\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.756863 0 0 0 0 0.8 0 0 0 0 0.839216 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect4_innerShadow_56_409\" result=\"effect5_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"35\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0618602 0 0 0 0 0.121699 0 0 0 0 0.170658 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect5_innerShadow_56_409\" result=\"effect6_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"28\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect6_innerShadow_56_409\" result=\"effect7_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"4\" dy=\"8\"/>\n<feGaussianBlur stdDeviation=\"2\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.568627 0 0 0 0 0.627451 0 0 0 0 0.662745 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect7_innerShadow_56_409\" result=\"effect8_innerShadow_56_409\"/>\n<feGaussianBlur stdDeviation=\"0.5\" result=\"effect9_foregroundBlur_56_409\"/>\n</filter>\n<filter id=\"filter5_iiiiiiiif_56_409\" x=\"1436\" y=\"908.125\" width=\"15\" height=\"340\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-29\"/>\n<feGaussianBlur stdDeviation=\"3\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0392157 0 0 0 0 0.0941176 0 0 0 0 0.137255 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"20\" dy=\"70\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.686275 0 0 0 0 0.737255 0 0 0 0 0.780392 0 0 0 0.2 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_56_409\" result=\"effect2_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-9\"/>\n<feGaussianBlur stdDeviation=\"3\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_innerShadow_56_409\" result=\"effect3_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-12\"/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 0.992157 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect3_innerShadow_56_409\" result=\"effect4_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-5\"/>\n<feGaussianBlur stdDeviation=\"3\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.756863 0 0 0 0 0.8 0 0 0 0 0.839216 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect4_innerShadow_56_409\" result=\"effect5_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"35\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0618602 0 0 0 0 0.121699 0 0 0 0 0.170658 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect5_innerShadow_56_409\" result=\"effect6_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"28\"/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect6_innerShadow_56_409\" result=\"effect7_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"4\" dy=\"8\"/>\n<feGaussianBlur stdDeviation=\"2\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.568627 0 0 0 0 0.627451 0 0 0 0 0.662745 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect7_innerShadow_56_409\" result=\"effect8_innerShadow_56_409\"/>\n<feGaussianBlur stdDeviation=\"0.5\" result=\"effect9_foregroundBlur_56_409\"/>\n</filter>\n<filter id=\"filter6_iiii_56_409\" x=\"589\" y=\"201\" width=\"40\" height=\"36\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"4.5\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0392157 0 0 0 0 0.0392157 0 0 0 0 0.0901961 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-6\"/>\n<feGaussianBlur stdDeviation=\"2\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0313725 0 0 0 0 0.0588235 0 0 0 0 0.219608 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_56_409\" result=\"effect2_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"4\"/>\n<feGaussianBlur stdDeviation=\"2\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0313725 0 0 0 0 0.0588235 0 0 0 0 0.219608 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_innerShadow_56_409\" result=\"effect3_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"6\"/>\n<feGaussianBlur stdDeviation=\"2\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0313725 0 0 0 0 0.0588235 0 0 0 0 0.219608 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect3_innerShadow_56_409\" result=\"effect4_innerShadow_56_409\"/>\n</filter>\n<filter id=\"filter7_d_56_409\" x=\"589\" y=\"197\" width=\"40\" height=\"40\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"4\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_56_409\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_56_409\" result=\"shape\"/>\n</filter>\n<filter id=\"filter8_ii_56_409\" x=\"597\" y=\"205\" width=\"24\" height=\"24\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"2\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0196078 0 0 0 0 0.0235294 0 0 0 0 0.0784314 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_56_409\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"1\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_56_409\" result=\"effect2_innerShadow_56_409\"/>\n</filter>\n<linearGradient id=\"paint0_linear_56_409\" x1=\"69055\" y1=\"55\" x2=\"69055\" y2=\"288855\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#788691\"/>\n<stop offset=\"0.0130801\" stop-color=\"#3C4A55\"/>\n<stop offset=\"0.0627141\" stop-color=\"#1D2C36\" stop-opacity=\"0\"/>\n<stop offset=\"1\" stop-color=\"#485662\" stop-opacity=\"0.2\"/>\n</linearGradient>\n<linearGradient id=\"paint1_linear_56_409\" x1=\"69104.5\" y1=\"54.5\" x2=\"69104.5\" y2=\"288955\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#7B8994\"/>\n<stop offset=\"0.0130801\" stop-color=\"#36444F\"/>\n<stop offset=\"0.0627141\" stop-color=\"#1D2C36\" stop-opacity=\"0\"/>\n<stop offset=\"1\" stop-color=\"#485662\" stop-opacity=\"0.2\"/>\n</linearGradient>\n<linearGradient id=\"paint2_linear_56_409\" x1=\"69154\" y1=\"54\" x2=\"69154\" y2=\"289054\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#5D6E79\"/>\n<stop offset=\"0.0130801\" stop-color=\"#35434C\"/>\n<stop offset=\"0.0627141\" stop-color=\"#1D2C36\" stop-opacity=\"0\"/>\n<stop offset=\"1\" stop-color=\"#485662\" stop-opacity=\"0.2\"/>\n</linearGradient>\n<linearGradient id=\"paint3_linear_56_409\" x1=\"69203.5\" y1=\"53.5\" x2=\"69203.5\" y2=\"289154\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#B3BCC3\"/>\n<stop offset=\"0.0518306\" stop-color=\"#1C2D37\"/>\n<stop offset=\"0.095719\" stop-color=\"#1B2933\" stop-opacity=\"0\"/>\n<stop offset=\"0.997887\" stop-color=\"#52606C\" stop-opacity=\"0.5\"/>\n<stop offset=\"1\" stop-color=\"#949BA0\"/>\n</linearGradient>\n<linearGradient id=\"paint4_linear_56_409\" x1=\"67421.5\" y1=\"71.5\" x2=\"67421.5\" y2=\"285372\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#505050\"/>\n<stop offset=\"0.0706596\" stop-color=\"#474747\"/>\n<stop offset=\"0.18191\" stop-color=\"#4F4F4F\"/>\n<stop offset=\"0.844989\" stop-color=\"#4F4F4F\"/>\n<stop offset=\"0.945795\" stop-color=\"#4A4A4A\"/>\n<stop offset=\"0.966758\" stop-color=\"#3B3A3B\"/>\n<stop offset=\"1\" stop-color=\"#4C4C4A\"/>\n</linearGradient>\n<linearGradient id=\"paint5_linear_56_409\" x1=\"67223.5\" y1=\"73.5\" x2=\"67223.5\" y2=\"284974\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#505050\"/>\n<stop offset=\"0.0706596\" stop-color=\"#474747\"/>\n<stop offset=\"0.18191\" stop-color=\"#4F4F4F\"/>\n<stop offset=\"0.844989\" stop-color=\"#4F4F4F\"/>\n<stop offset=\"0.945795\" stop-color=\"#4A4A4A\"/>\n<stop offset=\"0.966758\" stop-color=\"#3B3A3B\"/>\n<stop offset=\"1\" stop-color=\"#4C4C4A\"/>\n</linearGradient>\n<linearGradient id=\"paint6_linear_56_409\" x1=\"1417\" y1=\"354\" x2=\"1437\" y2=\"354\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#354048\"/>\n<stop offset=\"0.0829898\" stop-color=\"#65737F\"/>\n<stop offset=\"0.139448\" stop-color=\"#B3C0CA\"/>\n<stop offset=\"0.266057\" stop-color=\"#A1B2BD\"/>\n<stop offset=\"0.339988\" stop-color=\"#95A3B0\"/>\n<stop offset=\"0.534272\" stop-color=\"#7A848E\"/>\n<stop offset=\"0.574437\" stop-color=\"#616C76\"/>\n<stop offset=\"0.766064\" stop-color=\"#536069\"/>\n<stop offset=\"0.867478\" stop-color=\"#626E7A\"/>\n<stop offset=\"0.929293\" stop-color=\"#8B96A2\"/>\n<stop offset=\"1\" stop-color=\"#8C98A4\" stop-opacity=\"0.1\"/>\n</linearGradient>\n<linearGradient id=\"paint7_linear_56_409\" x1=\"1417\" y1=\"2642\" x2=\"1437\" y2=\"2642\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#354048\"/>\n<stop offset=\"0.0829898\" stop-color=\"#65737F\"/>\n<stop offset=\"0.139448\" stop-color=\"#B3C0CA\"/>\n<stop offset=\"0.266057\" stop-color=\"#A1B2BD\"/>\n<stop offset=\"0.339988\" stop-color=\"#95A3B0\"/>\n<stop offset=\"0.534272\" stop-color=\"#7A848E\"/>\n<stop offset=\"0.574437\" stop-color=\"#616C76\"/>\n<stop offset=\"0.766064\" stop-color=\"#536069\"/>\n<stop offset=\"0.867478\" stop-color=\"#626E7A\"/>\n<stop offset=\"0.929293\" stop-color=\"#8B96A2\"/>\n<stop offset=\"1\" stop-color=\"#8C98A4\" stop-opacity=\"0.1\"/>\n</linearGradient>\n<linearGradient id=\"paint8_linear_56_409\" x1=\"73\" y1=\"354\" x2=\"53\" y2=\"354\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#354048\"/>\n<stop offset=\"0.0829898\" stop-color=\"#65737F\"/>\n<stop offset=\"0.139448\" stop-color=\"#B3C0CA\"/>\n<stop offset=\"0.266057\" stop-color=\"#A1B2BD\"/>\n<stop offset=\"0.339988\" stop-color=\"#95A3B0\"/>\n<stop offset=\"0.534272\" stop-color=\"#7A848E\"/>\n<stop offset=\"0.574437\" stop-color=\"#616C76\"/>\n<stop offset=\"0.766064\" stop-color=\"#536069\"/>\n<stop offset=\"0.867478\" stop-color=\"#626E7A\"/>\n<stop offset=\"0.929293\" stop-color=\"#8B96A2\"/>\n<stop offset=\"1\" stop-color=\"#8C98A4\" stop-opacity=\"0.1\"/>\n</linearGradient>\n<linearGradient id=\"paint9_linear_56_409\" x1=\"73\" y1=\"2642\" x2=\"53\" y2=\"2642\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#354048\"/>\n<stop offset=\"0.0829898\" stop-color=\"#65737F\"/>\n<stop offset=\"0.139448\" stop-color=\"#B3C0CA\"/>\n<stop offset=\"0.266057\" stop-color=\"#A1B2BD\"/>\n<stop offset=\"0.339988\" stop-color=\"#95A3B0\"/>\n<stop offset=\"0.534272\" stop-color=\"#7A848E\"/>\n<stop offset=\"0.574437\" stop-color=\"#616C76\"/>\n<stop offset=\"0.766064\" stop-color=\"#536069\"/>\n<stop offset=\"0.867478\" stop-color=\"#626E7A\"/>\n<stop offset=\"0.929293\" stop-color=\"#8B96A2\"/>\n<stop offset=\"1\" stop-color=\"#8C98A4\" stop-opacity=\"0.1\"/>\n</linearGradient>\n<linearGradient id=\"paint10_linear_56_409\" x1=\"609\" y1=\"201\" x2=\"609\" y2=\"233\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#19283B\"/>\n<stop offset=\"0.0159865\" stop-color=\"#2D415D\"/>\n<stop offset=\"0.0375531\" stop-color=\"#51667D\"/>\n<stop offset=\"0.0519299\" stop-color=\"#3B5975\"/>\n<stop offset=\"0.0743013\" stop-color=\"#2E4D68\"/>\n<stop offset=\"0.100295\" stop-color=\"#213E57\"/>\n<stop offset=\"0.117656\" stop-color=\"#10314A\"/>\n<stop offset=\"0.900612\" stop-color=\"#280D58\"/>\n<stop offset=\"0.927676\" stop-color=\"#2E1751\"/>\n<stop offset=\"0.973593\" stop-color=\"#231538\"/>\n<stop offset=\"1\" stop-color=\"#130E1F\"/>\n</linearGradient>\n<radialGradient id=\"paint11_radial_56_409\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(609.5 205) rotate(90) scale(10.5)\">\n<stop stop-color=\"#414A67\"/>\n<stop offset=\"0.40532\" stop-color=\"#33366F\"/>\n<stop offset=\"0.722658\" stop-color=\"#18184D\"/>\n<stop offset=\"1\" stop-color=\"#030517\"/>\n</radialGradient>\n<radialGradient id=\"paint12_radial_56_409\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(609 227.5) rotate(-90) scale(11.5 12.3912)\">\n<stop stop-color=\"#1E3A44\"/>\n<stop offset=\"0.0866257\" stop-color=\"#1C3A43\"/>\n<stop offset=\"0.183254\" stop-color=\"#0C3943\"/>\n<stop offset=\"0.328671\" stop-color=\"#01313D\"/>\n<stop offset=\"0.488717\" stop-color=\"#002433\"/>\n<stop offset=\"0.636798\" stop-color=\"#001F35\" stop-opacity=\"0.4\"/>\n<stop offset=\"1\" stop-color=\"#02081F\" stop-opacity=\"0\"/>\n</radialGradient>\n<radialGradient id=\"paint13_radial_56_409\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(609 209.5) rotate(90) scale(7.5 24.147)\">\n<stop stop-color=\"#340F54\"/>\n<stop offset=\"0.252857\" stop-color=\"#340F54\" stop-opacity=\"0.6\"/>\n<stop offset=\"0.50265\" stop-color=\"#071280\" stop-opacity=\"0.2\"/>\n<stop offset=\"1\" stop-color=\"#071280\" stop-opacity=\"0\"/>\n</radialGradient>\n<radialGradient id=\"paint14_radial_56_409\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(609 227.5) rotate(-90) scale(11.5 12.3912)\">\n<stop stop-color=\"#1E3A44\"/>\n<stop offset=\"0.0866257\" stop-color=\"#1C3A43\"/>\n<stop offset=\"0.183254\" stop-color=\"#0C3943\"/>\n<stop offset=\"0.328671\" stop-color=\"#01313D\"/>\n<stop offset=\"0.488717\" stop-color=\"#002433\"/>\n<stop offset=\"0.636798\" stop-color=\"#001F35\" stop-opacity=\"0.4\"/>\n<stop offset=\"1\" stop-color=\"#02081F\" stop-opacity=\"0\"/>\n</radialGradient>\n</defs>\n\n<rect data-zone=\"screen-area\" x=\"100\" y=\"100\" width=\"1290\" height=\"2796\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"hardware-overlay\" x=\"553\" y=\"161\" width=\"384\" height=\"112\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-top\" x=\"100\" y=\"100\" width=\"1290\" height=\"209\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-bottom\" x=\"100\" y=\"2792\" width=\"1290\" height=\"104\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-left\" x=\"100\" y=\"100\" width=\"0\" height=\"2796\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-right\" x=\"1390\" y=\"100\" width=\"0\" height=\"2796\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"status-bar\" x=\"100\" y=\"100\" width=\"1290\" height=\"166\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"home-indicator\" x=\"539\" y=\"2881\" width=\"412\" height=\"15\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"volume-up\" data-side=\"left\" x=\"43\" y=\"620\" width=\"10\" height=\"127\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"volume-down\" data-side=\"left\" x=\"43\" y=\"842\" width=\"10\" height=\"207\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"power\" data-side=\"right\" x=\"1437\" y=\"914\" width=\"10\" height=\"326\" fill=\"none\" stroke=\"none\"/>\n</svg>`;\nconst SVG_STRING_SCALED = SVG_STRING\n .replace(/\\swidth=\"[^\"]*\"/, ' width=\"100%\"')\n .replace(/\\sheight=\"[^\"]*\"/, ' height=\"100%\"')\n .replace(/<svg\\b/, '<svg preserveAspectRatio=\"xMidYMid meet\" style=\"display:block\"');\n\nexport function IPhoneAirSVG({ style }: DeviceSVGProps) {\n return <div style={style} dangerouslySetInnerHTML={{ __html: SVG_STRING_SCALED }} />;\n}\nexport const IPHONE_AIR_FRAME: DeviceFrameInfo = {\n \"bezelTop\": 33,\n \"bezelBottom\": 33,\n \"bezelLeft\": 33,\n \"bezelRight\": 33,\n \"totalWidth\": 486,\n \"totalHeight\": 978,\n \"screenWidth\": 420,\n \"screenHeight\": 912,\n \"screenRadius\": 55\n};\nexport const IPHONE_AIR_SCREEN_RECT: SVGScreenRect = { \"x\": 100, \"y\": 100, \"width\": 1290, \"height\": 2796, \"rx\": 200 };\n","import type { CSSProperties } from \"react\";\nimport type { DeviceFrameInfo, DeviceLayoutData, DeviceMeta, SVGScreenRect } from \"../contract-types.js\";\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport const IPHONE_16_META: DeviceMeta = {\n id: \"iphone-16\",\n name: \"iPhone 16\",\n platform: \"ios\",\n year: 2024,\n formFactor: \"phone\",\n screen: {\n width: 393,\n height: 852,\n physicalWidth: 1179,\n physicalHeight: 2556,\n dpr: 3,\n aspectRatio: \"19.5:9\",\n cornerRadius: 55,\n ppi: 460\n }\n};\nexport const IPHONE_16_LAYOUT: DeviceLayoutData = {\n meta: IPHONE_16_META,\n safeArea: {\n portrait: { top: 59, bottom: 34, left: 0, right: 0 },\n landscape: { top: 0, bottom: 21, left: 59, right: 59 }\n },\n hardwareOverlays: {\n type: \"dynamic-island\",\n portrait: {\n x: 133.5,\n // centered: (393 - 126) / 2 = 133.5\n y: 11,\n width: 126,\n height: 37,\n shape: \"pill\",\n cornerRadius: 18.5\n }\n },\n statusBar: {\n height: 54,\n style: \"dynamic-island\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true\n },\n homeIndicator: {\n type: \"swipe-bar\",\n height: 5,\n width: 134,\n visible: true\n },\n hardwareButtons: {\n volumeUp: { side: \"left\", yPosition: 195 },\n volumeDown: { side: \"left\", yPosition: 235 },\n power: { side: \"right\", yPosition: 215 },\n cameraControl: { side: \"right\", yPosition: 480 }\n }\n};\nconst SVG_STRING = `<svg width=\"1389\" height=\"2847\" viewBox=\"0 0 1389 2847\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_59_779)\">\n<path d=\"M1388.76 1250.97C1388.76 1254.97 1385.51 1258.22 1381.5 1258.22L1370.63 1258.22L1370.63 899.247L1381.5 899.247C1385.51 899.247 1388.76 902.494 1388.76 906.499L1388.76 1250.97Z\" fill=\"#373737\"/>\n<path opacity=\"0.76\" d=\"M1388.76 1250.97C1388.76 1254.97 1385.51 1258.22 1381.5 1258.22L1370.63 1258.22L1370.63 899.247L1381.5 899.247C1385.51 899.247 1388.76 902.494 1388.76 906.499L1388.76 1250.97Z\" fill=\"url(#paint0_linear_59_779)\"/>\n<path d=\"M1388.76 1250.97C1388.76 1254.97 1385.51 1258.22 1381.5 1258.22L1370.63 1258.22L1370.63 899.247L1381.5 899.247C1385.51 899.247 1388.76 902.494 1388.76 906.499L1388.76 1250.97Z\" fill=\"url(#paint1_linear_59_779)\"/>\n<path opacity=\"0.48\" d=\"M1388.76 1250.97C1388.76 1254.97 1385.51 1258.22 1381.5 1258.22L1370.63 1258.22L1370.63 899.247L1381.5 899.247C1385.51 899.247 1388.76 902.494 1388.76 906.499L1388.76 1250.97Z\" fill=\"url(#paint2_linear_59_779)\"/>\n<g filter=\"url(#filter0_f_59_779)\">\n<path d=\"M1385.13 922.816C1385.13 923.817 1384.32 924.629 1383.32 924.629V924.629C1382.32 924.629 1381.5 923.817 1381.5 922.816L1381.5 917.377L1385.13 917.377L1385.13 922.816Z\" fill=\"#909090\"/>\n</g>\n<g filter=\"url(#filter1_f_59_779)\">\n<path d=\"M1385.13 1236.46L1381.5 1236.46L1381.5 908.312C1381.5 907.311 1382.32 906.499 1383.32 906.499V906.499C1384.32 906.499 1385.13 907.311 1385.13 908.312L1385.13 1236.46Z\" fill=\"#555555\" fill-opacity=\"0.8\"/>\n</g>\n<g filter=\"url(#filter2_f_59_779)\">\n<path d=\"M1388.76 1243.72L1385.13 1243.72L1385.13 901.06C1385.13 900.059 1385.94 899.247 1386.94 899.247V899.247C1387.94 899.247 1388.76 900.059 1388.76 901.06L1388.76 1243.72Z\" fill=\"black\"/>\n</g>\n</g>\n<g clip-path=\"url(#clip1_59_779)\">\n<path d=\"M0 547.525C0 543.52 3.24683 540.273 7.25199 540.273H18.13V652.679H7.25199C3.24682 652.679 0 649.432 0 645.427V547.525Z\" fill=\"#373737\"/>\n<path opacity=\"0.76\" d=\"M0 547.525C0 543.52 3.24683 540.273 7.25199 540.273H18.13V652.679H7.25199C3.24682 652.679 0 649.432 0 645.427V547.525Z\" fill=\"url(#paint3_linear_59_779)\"/>\n<path d=\"M0 547.525C0 543.52 3.24683 540.273 7.25199 540.273H18.13V652.679H7.25199C3.24682 652.679 0 649.432 0 645.427V547.525Z\" fill=\"url(#paint4_linear_59_779)\"/>\n<path opacity=\"0.48\" d=\"M0 547.525C0 543.52 3.24683 540.273 7.25199 540.273H18.13V652.679H7.25199C3.24682 652.679 0 649.432 0 645.427V547.525Z\" fill=\"url(#paint5_linear_59_779)\"/>\n<g filter=\"url(#filter3_f_59_779)\">\n<path d=\"M3.62598 545.713C3.62598 544.712 4.43768 543.9 5.43897 543.9V543.9C6.44026 543.9 7.25197 544.712 7.25197 545.713V551.152H3.62598V545.713Z\" fill=\"#909090\"/>\n</g>\n<g filter=\"url(#filter4_f_59_779)\">\n<path d=\"M3.62598 551.152H7.25197V643.615C7.25197 644.617 6.44026 645.428 5.43897 645.428V645.428C4.43768 645.428 3.62598 644.617 3.62598 643.615V551.152Z\" fill=\"#555555\" fill-opacity=\"0.8\"/>\n</g>\n<g filter=\"url(#filter5_f_59_779)\">\n<path d=\"M0 536.648H3.62599V658.119C3.62599 659.121 2.81429 659.932 1.813 659.932V659.932C0.811707 659.932 0 659.121 0 658.119V536.648Z\" fill=\"black\"/>\n</g>\n</g>\n<g clip-path=\"url(#clip2_59_779)\">\n<path d=\"M0 765.085C0 761.08 3.24683 757.833 7.25199 757.833H18.13V960.889H7.25199C3.24682 960.889 0 957.642 0 953.637V765.085Z\" fill=\"#373737\"/>\n<path opacity=\"0.76\" d=\"M0 765.085C0 761.08 3.24683 757.833 7.25199 757.833H18.13V960.889H7.25199C3.24682 960.889 0 957.642 0 953.637V765.085Z\" fill=\"url(#paint6_linear_59_779)\"/>\n<path d=\"M0 765.085C0 761.08 3.24683 757.833 7.25199 757.833H18.13V960.889H7.25199C3.24682 960.889 0 957.642 0 953.637V765.085Z\" fill=\"url(#paint7_linear_59_779)\"/>\n<path opacity=\"0.48\" d=\"M0 765.085C0 761.08 3.24683 757.833 7.25199 757.833H18.13V960.889H7.25199C3.24682 960.889 0 957.642 0 953.637V765.085Z\" fill=\"url(#paint8_linear_59_779)\"/>\n<g filter=\"url(#filter6_f_59_779)\">\n<path d=\"M3.62598 763.272C3.62598 762.271 4.43768 761.459 5.43897 761.459V761.459C6.44026 761.459 7.25197 762.271 7.25197 763.272V772.337H3.62598V763.272Z\" fill=\"#909090\"/>\n</g>\n<g filter=\"url(#filter7_f_59_779)\">\n<path d=\"M3.62598 768.711H7.25197V955.45C7.25197 956.451 6.44026 957.263 5.43897 957.263V957.263C4.43768 957.263 3.62598 956.451 3.62598 955.45V768.711Z\" fill=\"#555555\" fill-opacity=\"0.8\"/>\n</g>\n<g filter=\"url(#filter8_f_59_779)\">\n<path d=\"M0 757.833H3.62599V966.328C3.62599 967.329 2.81429 968.141 1.813 968.141V968.141C0.811707 968.141 0 967.329 0 966.328V757.833Z\" fill=\"black\"/>\n</g>\n</g>\n<g clip-path=\"url(#clip3_59_779)\">\n<path d=\"M0 1029.78C0 1025.78 3.24683 1022.53 7.25199 1022.53H18.13V1225.59H7.25199C3.24682 1225.59 0 1222.34 0 1218.33V1029.78Z\" fill=\"#373737\"/>\n<path opacity=\"0.76\" d=\"M0 1029.78C0 1025.78 3.24683 1022.53 7.25199 1022.53H18.13V1225.59H7.25199C3.24682 1225.59 0 1222.34 0 1218.33V1029.78Z\" fill=\"url(#paint9_linear_59_779)\"/>\n<path d=\"M0 1029.78C0 1025.78 3.24683 1022.53 7.25199 1022.53H18.13V1225.59H7.25199C3.24682 1225.59 0 1222.34 0 1218.33V1029.78Z\" fill=\"url(#paint10_linear_59_779)\"/>\n<path opacity=\"0.48\" d=\"M0 1029.78C0 1025.78 3.24683 1022.53 7.25199 1022.53H18.13V1225.59H7.25199C3.24682 1225.59 0 1222.34 0 1218.33V1029.78Z\" fill=\"url(#paint11_linear_59_779)\"/>\n<g filter=\"url(#filter9_f_59_779)\">\n<path d=\"M3.62598 1031.6C3.62598 1030.59 4.43768 1029.78 5.43897 1029.78V1029.78C6.44026 1029.78 7.25197 1030.59 7.25197 1031.6V1037.04H3.62598V1031.6Z\" fill=\"#909090\"/>\n</g>\n<g filter=\"url(#filter10_f_59_779)\">\n<path d=\"M3.62598 1033.41H7.25197V1220.15C7.25197 1221.15 6.44026 1221.96 5.43897 1221.96V1221.96C4.43768 1221.96 3.62598 1221.15 3.62598 1220.15V1033.41Z\" fill=\"#555555\" fill-opacity=\"0.8\"/>\n</g>\n<g filter=\"url(#filter11_f_59_779)\">\n<path d=\"M0 1022.53H3.62599V1231.03C3.62599 1232.03 2.81429 1232.84 1.813 1232.84V1232.84C0.811707 1232.84 0 1232.03 0 1231.03V1022.53Z\" fill=\"black\"/>\n</g>\n</g>\n<g clip-path=\"url(#clip4_59_779)\">\n<rect x=\"10.8779\" width=\"1367\" height=\"2846.41\" rx=\"224.812\" fill=\"black\"/>\n<g filter=\"url(#filter12_f_59_779)\">\n<rect x=\"16.3169\" y=\"5.43899\" width=\"1356.12\" height=\"2835.53\" rx=\"219.373\" stroke=\"#7B7B7B\" stroke-width=\"10.878\"/>\n</g>\n<g filter=\"url(#filter13_f_59_779)\">\n<rect x=\"12.6909\" y=\"1.813\" width=\"1363.37\" height=\"2842.78\" rx=\"222.999\" stroke=\"black\" stroke-width=\"3.62599\"/>\n</g>\n<g filter=\"url(#filter14_f_59_779)\">\n<rect x=\"30.8208\" y=\"19.9439\" width=\"1330.74\" height=\"2810.15\" rx=\"208.495\" stroke=\"#5F5F5F\" stroke-width=\"3.62599\"/>\n</g>\n<rect x=\"24.6566\" y=\"13.7787\" width=\"1339.44\" height=\"2818.85\" rx=\"211.033\" stroke=\"#232323\" stroke-width=\"1.4504\"/>\n<rect x=\"1073.29\" width=\"21.756\" height=\"14.504\" fill=\"url(#paint12_linear_59_779)\"/>\n<rect x=\"10.8779\" y=\"315.463\" width=\"21.756\" height=\"14.504\" transform=\"rotate(-90 10.8779 315.463)\" fill=\"url(#paint13_linear_59_779)\"/>\n<rect x=\"10.8779\" y=\"2530.95\" width=\"14.504\" height=\"21.756\" fill=\"url(#paint14_linear_59_779)\"/>\n<rect x=\"239.315\" y=\"2831.9\" width=\"18.13\" height=\"14.504\" fill=\"url(#paint15_linear_59_779)\"/>\n<rect x=\"1363.37\" y=\"2530.95\" width=\"14.504\" height=\"21.756\" fill=\"url(#paint16_linear_59_779)\"/>\n</g>\n<g clip-path=\"url(#clip5_59_779)\">\n<rect x=\"25.3818\" y=\"14.5039\" width=\"1337.99\" height=\"2817.4\" rx=\"210.308\" fill=\"#000100\"/>\n<g filter=\"url(#filter15_f_59_779)\">\n<rect x=\"32.6338\" y=\"21.7559\" width=\"1323.49\" height=\"2802.89\" rx=\"203.056\" stroke=\"url(#paint17_radial_59_779)\" stroke-width=\"14.504\"/>\n</g>\n</g>\n<g clip-path=\"url(#clip6_59_779)\">\n<rect x=\"54.3896\" y=\"43.5117\" width=\"1279.98\" height=\"2759.38\" rx=\"188.552\" fill=\"#3A3A3A\"/>\n</g>\n<rect x=\"493.135\" y=\"87.0234\" width=\"398.859\" height=\"112.406\" rx=\"56.2029\" fill=\"#030303\"/>\n<circle cx=\"832.602\" cy=\"143.662\" r=\"34.8828\" fill=\"#0E0B0F\"/>\n<circle cx=\"832.601\" cy=\"143.663\" r=\"19.3794\" fill=\"#161424\"/>\n<circle cx=\"832.604\" cy=\"143.661\" r=\"11.6276\" fill=\"#0F0F2A\"/>\n<circle cx=\"832.599\" cy=\"139.788\" r=\"3.87587\" fill=\"#393752\"/>\n<path opacity=\"0.35\" d=\"M1175.43 121.571H1237.07C1244.02 121.571 1249.66 127.208 1249.66 134.162V152.292C1249.66 159.246 1244.02 164.883 1237.07 164.883H1175.43C1168.47 164.883 1162.84 159.246 1162.84 152.292V134.162C1162.84 127.208 1168.47 121.571 1175.43 121.571Z\" stroke=\"white\" stroke-width=\"3.82574\"/>\n<path opacity=\"0.4\" d=\"M1255.2 137.789V153.092C1258.28 151.796 1260.28 148.781 1260.28 145.441C1260.28 142.1 1258.28 139.085 1255.2 137.789\" fill=\"white\"/>\n<path d=\"M1168.17 134.162C1168.17 130.157 1171.42 126.91 1175.43 126.91H1237.07C1241.07 126.91 1244.32 130.157 1244.32 134.162V152.292C1244.32 156.297 1241.07 159.544 1237.07 159.544H1175.43C1171.42 159.544 1168.17 156.297 1168.17 152.292V134.162Z\" fill=\"white\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1108.35 129.041C1117.29 129.041 1125.89 132.549 1132.37 138.839C1132.86 139.325 1133.64 139.319 1134.12 138.826L1138.79 134.019C1139.03 133.769 1139.17 133.43 1139.17 133.077C1139.16 132.725 1139.03 132.388 1138.78 132.14C1121.77 115.498 1094.93 115.498 1077.91 132.14C1077.67 132.387 1077.53 132.724 1077.52 133.077C1077.52 133.43 1077.66 133.769 1077.9 134.019L1082.57 138.826C1083.05 139.319 1083.83 139.326 1084.32 138.839C1090.8 132.549 1099.4 129.041 1108.35 129.041ZM1108.48 143.852C1113.39 143.852 1118.13 145.716 1121.77 149.083C1122.26 149.561 1123.04 149.551 1123.52 149.06L1128.18 144.253C1128.43 144.001 1128.56 143.659 1128.56 143.304C1128.56 142.948 1128.41 142.609 1128.16 142.362C1117.07 131.83 1099.89 131.83 1088.8 142.362C1088.55 142.609 1088.41 142.949 1088.4 143.304C1088.4 143.66 1088.54 144.002 1088.78 144.253L1093.44 149.06C1093.92 149.551 1094.7 149.561 1095.19 149.083C1098.83 145.719 1103.57 143.854 1108.48 143.852ZM1117.95 153.535C1117.96 153.891 1117.82 154.235 1117.57 154.485L1109.51 162.789C1109.28 163.033 1108.95 163.17 1108.62 163.17C1108.28 163.17 1107.96 163.033 1107.72 162.789L1099.66 154.485C1099.41 154.235 1099.27 153.891 1099.28 153.535C1099.29 153.178 1099.44 152.841 1099.7 152.602C1104.85 148.157 1112.39 148.157 1117.54 152.602C1117.79 152.841 1117.95 153.178 1117.95 153.535Z\" fill=\"white\"/>\n<path d=\"M1023.13 130.536C1023.13 128.534 1024.76 126.91 1026.76 126.91H1030.39C1032.39 126.91 1034.01 128.534 1034.01 130.536V159.544C1034.01 161.547 1032.39 163.17 1030.39 163.17H1026.76C1024.76 163.17 1023.13 161.547 1023.13 159.544V130.536Z\" fill=\"white\"/>\n<path d=\"M1041.26 123.284C1041.26 121.282 1042.89 119.658 1044.89 119.658H1048.52C1050.52 119.658 1052.14 121.282 1052.14 123.284V159.544C1052.14 161.547 1050.52 163.17 1048.52 163.17H1044.89C1042.89 163.17 1041.26 161.547 1041.26 159.544V123.284Z\" fill=\"white\"/>\n<path d=\"M1005 143.227C1005 141.225 1006.63 139.601 1008.63 139.601H1012.26C1014.26 139.601 1015.88 141.225 1015.88 143.227V159.544C1015.88 161.547 1014.26 163.17 1012.26 163.17H1008.63C1006.63 163.17 1005 161.547 1005 159.544V143.227Z\" fill=\"white\"/>\n<path d=\"M986.875 152.292C986.875 150.29 988.498 148.666 990.501 148.666H994.127C996.13 148.666 997.753 150.29 997.753 152.292V159.544C997.753 161.547 996.13 163.17 994.127 163.17H990.501C988.498 163.17 986.875 161.547 986.875 159.544V152.292Z\" fill=\"white\"/>\n<path d=\"M221.065 122.638C230.335 122.638 238.401 129.23 238.401 144.881V144.942C238.401 159.569 231.81 168.238 220.884 168.238C212.908 168.238 206.948 163.512 205.564 156.861L205.504 156.529H213.149L213.239 156.83C214.383 159.87 217.061 161.857 220.884 161.857C227.777 161.857 230.696 155.115 231.027 146.808C231.027 146.477 231.057 146.145 231.057 145.814H230.455C228.86 149.246 225.068 152.286 219.108 152.286C210.771 152.286 204.932 146.206 204.932 137.959V137.898C204.932 129.08 211.644 122.638 221.065 122.638ZM221.034 146.326C225.941 146.326 229.703 142.774 229.703 137.868V137.808C229.703 132.842 225.941 128.959 221.125 128.959C216.339 128.959 212.517 132.782 212.517 137.628V137.688C212.517 142.714 216.098 146.326 221.034 146.326ZM249.165 139.012C246.426 139.012 244.38 136.905 244.38 134.257C244.38 131.578 246.426 129.501 249.165 129.501C251.934 129.501 253.951 131.578 253.951 134.257C253.951 136.905 251.934 139.012 249.165 139.012ZM249.165 161.345C246.426 161.345 244.38 159.268 244.38 156.59C244.38 153.911 246.426 151.834 249.165 151.834C251.934 151.834 253.951 153.911 253.951 156.59C253.951 159.268 251.934 161.345 249.165 161.345ZM280.998 167.154V158.817H259.749V152.466C265.377 142.684 271.547 132.691 277.447 123.722H288.433V152.406H294.272V158.817H288.433V167.154H280.998ZM266.972 152.587H281.119V129.922H280.667C276.213 136.725 271.186 144.761 266.972 152.135V152.587ZM309.37 167.154V131.367H308.858L298.053 139.012V131.698L309.4 123.722H317.136V167.154H309.37Z\" fill=\"white\"/>\n<defs>\n<filter id=\"filter0_f_59_779\" x=\"1377.88\" y=\"913.751\" width=\"10.878\" height=\"14.5039\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.813\" result=\"effect1_foregroundBlur_59_779\"/>\n</filter>\n<filter id=\"filter1_f_59_779\" x=\"1377.88\" y=\"902.873\" width=\"10.878\" height=\"337.218\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.813\" result=\"effect1_foregroundBlur_59_779\"/>\n</filter>\n<filter id=\"filter2_f_59_779\" x=\"1377.88\" y=\"891.995\" width=\"18.13\" height=\"358.974\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"3.62599\" result=\"effect1_foregroundBlur_59_779\"/>\n</filter>\n<filter id=\"filter3_f_59_779\" x=\"-1.81198e-05\" y=\"540.274\" width=\"10.878\" height=\"14.5039\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.813\" result=\"effect1_foregroundBlur_59_779\"/>\n</filter>\n<filter id=\"filter4_f_59_779\" x=\"-1.81198e-05\" y=\"547.526\" width=\"10.878\" height=\"101.527\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.813\" result=\"effect1_foregroundBlur_59_779\"/>\n</filter>\n<filter id=\"filter5_f_59_779\" x=\"-7.25199\" y=\"529.396\" width=\"18.13\" height=\"137.787\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"3.62599\" result=\"effect1_foregroundBlur_59_779\"/>\n</filter>\n<filter id=\"filter6_f_59_779\" x=\"-1.81198e-05\" y=\"757.833\" width=\"10.878\" height=\"18.1299\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.813\" result=\"effect1_foregroundBlur_59_779\"/>\n</filter>\n<filter id=\"filter7_f_59_779\" x=\"-1.81198e-05\" y=\"765.085\" width=\"10.878\" height=\"195.804\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.813\" result=\"effect1_foregroundBlur_59_779\"/>\n</filter>\n<filter id=\"filter8_f_59_779\" x=\"-7.25199\" y=\"750.581\" width=\"18.13\" height=\"224.812\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"3.62599\" result=\"effect1_foregroundBlur_59_779\"/>\n</filter>\n<filter id=\"filter9_f_59_779\" x=\"-1.81198e-05\" y=\"1026.16\" width=\"10.878\" height=\"14.5039\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.813\" result=\"effect1_foregroundBlur_59_779\"/>\n</filter>\n<filter id=\"filter10_f_59_779\" x=\"-1.81198e-05\" y=\"1029.78\" width=\"10.878\" height=\"195.804\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.813\" result=\"effect1_foregroundBlur_59_779\"/>\n</filter>\n<filter id=\"filter11_f_59_779\" x=\"-7.25199\" y=\"1015.28\" width=\"18.13\" height=\"224.812\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"3.62599\" result=\"effect1_foregroundBlur_59_779\"/>\n</filter>\n<filter id=\"filter12_f_59_779\" x=\"-3.62605\" y=\"-14.504\" width=\"1396.01\" height=\"2875.41\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"7.25199\" result=\"effect1_foregroundBlur_59_779\"/>\n</filter>\n<filter id=\"filter13_f_59_779\" x=\"3.62594\" y=\"-7.25199\" width=\"1381.5\" height=\"2860.91\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"3.62599\" result=\"effect1_foregroundBlur_59_779\"/>\n</filter>\n<filter id=\"filter14_f_59_779\" x=\"21.7558\" y=\"10.8789\" width=\"1348.87\" height=\"2828.28\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"3.62599\" result=\"effect1_foregroundBlur_59_779\"/>\n</filter>\n<filter id=\"filter15_f_59_779\" x=\"-0.000125885\" y=\"-10.8781\" width=\"1388.76\" height=\"2868.16\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"12.691\" result=\"effect1_foregroundBlur_59_779\"/>\n</filter>\n<linearGradient id=\"paint0_linear_59_779\" x1=\"1379.69\" y1=\"1258.22\" x2=\"1379.69\" y2=\"1241.9\" gradientUnits=\"userSpaceOnUse\">\n<stop/>\n<stop offset=\"1\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint1_linear_59_779\" x1=\"1370.63\" y1=\"1258.22\" x2=\"1383.32\" y2=\"1258.22\" gradientUnits=\"userSpaceOnUse\">\n<stop/>\n<stop offset=\"1\" stop-color=\"#AEAEAE\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint2_linear_59_779\" x1=\"1379.69\" y1=\"915.564\" x2=\"1379.69\" y2=\"899.247\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-opacity=\"0\"/>\n<stop offset=\"1\"/>\n</linearGradient>\n<linearGradient id=\"paint3_linear_59_779\" x1=\"9.06499\" y1=\"540.273\" x2=\"9.06499\" y2=\"551.151\" gradientUnits=\"userSpaceOnUse\">\n<stop/>\n<stop offset=\"1\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint4_linear_59_779\" x1=\"18.13\" y1=\"540.273\" x2=\"5.43899\" y2=\"540.273\" gradientUnits=\"userSpaceOnUse\">\n<stop/>\n<stop offset=\"1\" stop-color=\"#AEAEAE\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint5_linear_59_779\" x1=\"9.06499\" y1=\"633.452\" x2=\"9.06499\" y2=\"652.679\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-opacity=\"0\"/>\n<stop offset=\"1\"/>\n</linearGradient>\n<linearGradient id=\"paint6_linear_59_779\" x1=\"9.06499\" y1=\"757.833\" x2=\"9.06499\" y2=\"772.337\" gradientUnits=\"userSpaceOnUse\">\n<stop/>\n<stop offset=\"1\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint7_linear_59_779\" x1=\"18.13\" y1=\"757.833\" x2=\"5.43899\" y2=\"757.833\" gradientUnits=\"userSpaceOnUse\">\n<stop/>\n<stop offset=\"1\" stop-color=\"#AEAEAE\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint8_linear_59_779\" x1=\"9.06499\" y1=\"946.385\" x2=\"9.06499\" y2=\"960.889\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-opacity=\"0\"/>\n<stop offset=\"1\"/>\n</linearGradient>\n<linearGradient id=\"paint9_linear_59_779\" x1=\"9.06499\" y1=\"1022.53\" x2=\"9.06499\" y2=\"1037.04\" gradientUnits=\"userSpaceOnUse\">\n<stop/>\n<stop offset=\"1\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint10_linear_59_779\" x1=\"18.13\" y1=\"1022.53\" x2=\"5.43899\" y2=\"1022.53\" gradientUnits=\"userSpaceOnUse\">\n<stop/>\n<stop offset=\"1\" stop-color=\"#AEAEAE\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint11_linear_59_779\" x1=\"9.06499\" y1=\"1211.08\" x2=\"9.06499\" y2=\"1225.59\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-opacity=\"0\"/>\n<stop offset=\"1\"/>\n</linearGradient>\n<linearGradient id=\"paint12_linear_59_779\" x1=\"1084.17\" y1=\"0\" x2=\"1084.17\" y2=\"14.504\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#393939\"/>\n<stop offset=\"1\" stop-color=\"#4E4E4E\"/>\n</linearGradient>\n<linearGradient id=\"paint13_linear_59_779\" x1=\"21.7559\" y1=\"315.463\" x2=\"21.7559\" y2=\"329.967\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#393939\"/>\n<stop offset=\"1\" stop-color=\"#4E4E4E\"/>\n</linearGradient>\n<linearGradient id=\"paint14_linear_59_779\" x1=\"10.8779\" y1=\"2541.82\" x2=\"25.3819\" y2=\"2541.82\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#393939\"/>\n<stop offset=\"1\" stop-color=\"#4E4E4E\"/>\n</linearGradient>\n<linearGradient id=\"paint15_linear_59_779\" x1=\"248.38\" y1=\"2846.41\" x2=\"248.38\" y2=\"2831.9\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#393939\"/>\n<stop offset=\"1\" stop-color=\"#4E4E4E\"/>\n</linearGradient>\n<linearGradient id=\"paint16_linear_59_779\" x1=\"1377.88\" y1=\"2541.82\" x2=\"1363.37\" y2=\"2541.82\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#393939\"/>\n<stop offset=\"1\" stop-color=\"#4E4E4E\"/>\n</linearGradient>\n<radialGradient id=\"paint17_radial_59_779\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(696.063 664.542) rotate(90) scale(1154.11 1278.41)\">\n<stop stop-color=\"#879194\"/>\n<stop offset=\"1\"/>\n</radialGradient>\n<clipPath id=\"clip0_59_779\">\n<path d=\"M1388.76 1254.59C1388.76 1258.6 1385.51 1261.85 1381.5 1261.85L1370.63 1261.85L1370.63 913.751L1381.5 913.751C1385.51 913.751 1388.76 916.998 1388.76 921.003L1388.76 1254.59Z\" fill=\"white\"/>\n</clipPath>\n<clipPath id=\"clip1_59_779\">\n<path d=\"M0 547.525C0 543.52 3.24683 540.273 7.25199 540.273H18.13V652.679H7.25199C3.24682 652.679 0 649.432 0 645.427V547.525Z\" fill=\"white\"/>\n</clipPath>\n<clipPath id=\"clip2_59_779\">\n<path d=\"M0 765.085C0 761.08 3.24683 757.833 7.25199 757.833H18.13V960.889H7.25199C3.24682 960.889 0 957.642 0 953.637V765.085Z\" fill=\"white\"/>\n</clipPath>\n<clipPath id=\"clip3_59_779\">\n<path d=\"M0 1029.78C0 1025.78 3.24683 1022.53 7.25199 1022.53H18.13V1225.59H7.25199C3.24682 1225.59 0 1222.34 0 1218.33V1029.78Z\" fill=\"white\"/>\n</clipPath>\n<clipPath id=\"clip4_59_779\">\n<rect x=\"10.8779\" width=\"1367\" height=\"2846.41\" rx=\"224.812\" fill=\"white\"/>\n</clipPath>\n<clipPath id=\"clip5_59_779\">\n<rect x=\"25.3818\" y=\"14.5039\" width=\"1337.99\" height=\"2817.4\" rx=\"210.308\" fill=\"white\"/>\n</clipPath>\n<clipPath id=\"clip6_59_779\">\n<rect x=\"54.3896\" y=\"43.5117\" width=\"1279.98\" height=\"2759.38\" rx=\"188.552\" fill=\"white\"/>\n</clipPath>\n</defs>\n<rect data-zone=\"screen-area\" x=\"15\" y=\"13\" width=\"362\" height=\"826\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"hardware-overlay\" x=\"139\" y=\"26\" width=\"113\" height=\"34\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-top\" x=\"15\" y=\"13\" width=\"362\" height=\"57\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-bottom\" x=\"15\" y=\"806\" width=\"362\" height=\"33\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-left\" x=\"15\" y=\"13\" width=\"0\" height=\"826\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-right\" x=\"377\" y=\"13\" width=\"0\" height=\"826\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"status-bar\" x=\"15\" y=\"13\" width=\"362\" height=\"53\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"home-indicator\" x=\"135\" y=\"826\" width=\"123\" height=\"5\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"volume-up\" data-side=\"left\" x=\"3\" y=\"94\" width=\"6\" height=\"4\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"volume-down\" data-side=\"left\" x=\"3\" y=\"757\" width=\"4\" height=\"7\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"power\" data-side=\"right\" x=\"386\" y=\"757\" width=\"4\" height=\"7\" fill=\"none\" stroke=\"none\"/>\n</svg>`;\nconst SVG_STRING_SCALED = SVG_STRING\n .replace(/\\swidth=\"[^\"]*\"/, ' width=\"100%\"')\n .replace(/\\sheight=\"[^\"]*\"/, ' height=\"100%\"')\n .replace(/<svg\\b/, '<svg preserveAspectRatio=\"xMidYMid meet\" style=\"display:block\"');\n\nexport function IPhone16SVG({ style }: DeviceSVGProps) {\n return <div style={style} dangerouslySetInnerHTML={{ __html: SVG_STRING_SCALED }} />;\n}\nexport const IPHONE_16_FRAME: DeviceFrameInfo = {\n \"bezelTop\": 14,\n \"bezelBottom\": 14,\n \"bezelLeft\": 17,\n \"bezelRight\": 17,\n \"totalWidth\": 427,\n \"totalHeight\": 880,\n \"screenWidth\": 393,\n \"screenHeight\": 852,\n \"screenRadius\": 55\n};\nexport const IPHONE_16_SCREEN_RECT: SVGScreenRect = { \"x\": 54.3896, \"y\": 43.5117, \"width\": 1279.98, \"height\": 2759.38, \"rx\": 188.552 };\n","import type { CSSProperties } from \"react\";\nimport type { DeviceFrameInfo, DeviceLayoutData, DeviceMeta, SVGScreenRect } from \"../contract-types.js\";\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport const IPHONE_16E_META: DeviceMeta = {\n id: \"iphone-16e\",\n name: \"iPhone 16e\",\n platform: \"ios\",\n year: 2025,\n formFactor: \"phone\",\n screen: {\n width: 390,\n height: 844,\n physicalWidth: 1170,\n physicalHeight: 2532,\n dpr: 3,\n aspectRatio: \"19.5:9\",\n cornerRadius: 46,\n ppi: 460\n }\n};\nexport const IPHONE_16E_LAYOUT: DeviceLayoutData = {\n meta: IPHONE_16E_META,\n safeArea: {\n portrait: { top: 47, bottom: 34, left: 0, right: 0 },\n landscape: { top: 0, bottom: 21, left: 47, right: 47 }\n },\n hardwareOverlays: {\n type: \"notch\",\n portrait: {\n x: 90,\n // centered: (390 - 210) / 2 = 90\n y: 0,\n width: 210,\n height: 30,\n shape: \"rectangle\",\n cornerRadius: 20\n }\n },\n statusBar: {\n height: 44,\n style: \"notch\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true\n },\n homeIndicator: {\n type: \"swipe-bar\",\n height: 5,\n width: 134,\n visible: true\n },\n hardwareButtons: {\n volumeUp: { side: \"left\", yPosition: 180 },\n volumeDown: { side: \"left\", yPosition: 220 },\n power: { side: \"right\", yPosition: 195 }\n }\n};\nconst SVG_STRING = `<svg\n width=\"363\"\n height=\"730\"\n viewBox=\"0 0 96.04375 193.14585\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n xmlns=\"http://www.w3.org/2000/svg\"><defs\n id=\"defs2\"><linearGradient\n id=\"linearGradient13\"><stop\n style=\"stop-color:#ededed;stop-opacity:1;\"\n offset=\"0\"\n id=\"stop10\" /><stop\n style=\"stop-color:#b2b2b2;stop-opacity:1;\"\n offset=\"0.13699158\"\n id=\"stop11\" /><stop\n style=\"stop-color:#b2b2b2;stop-opacity:1;\"\n offset=\"0.84200561\"\n id=\"stop12\" /><stop\n style=\"stop-color:#ebebeb;stop-opacity:1;\"\n offset=\"1\"\n id=\"stop13\" /></linearGradient><linearGradient\n id=\"linearGradient821\"><stop\n style=\"stop-color:#000000;stop-opacity:1;\"\n offset=\"0\"\n id=\"stop817\" /><stop\n style=\"stop-color:#000000;stop-opacity:0;\"\n offset=\"1\"\n id=\"stop819\" /></linearGradient><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath4960\"><path\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#ebebeb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.2765;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\"\n d=\"m 56.734381,2.01367 c -29.678552,0 -53.5722709,23.893694 -53.5722709,53.572268 V 666.02928 c 0,29.67855 23.8937189,53.57223 53.5722709,53.57223 H 303.26562 c 29.67859,0 53.57227,-23.89368 53.57227,-53.57223 V 55.585938 c 0,-29.678574 -23.89368,-53.572268 -53.57227,-53.572268 z M 55.310558,5.9921857 H 304.68944 c 26.58218,0 47.98243,21.3983043 47.98243,47.9804723 V 668.20893 c 0,26.58217 -21.40025,47.98246 -47.98243,47.98246 H 55.310558 c -26.582175,0 -47.9824257,-21.40029 -47.9824257,-47.98246 V 53.972658 c 0,-26.582168 21.4002507,-47.9804723 47.9824257,-47.9804723 z\"\n id=\"path4962\" /></clipPath><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath5059\"><path\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#ebebeb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.2765;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\"\n d=\"m 56.734381,2.01367 c -29.678554,0 -53.5722728,23.893694 -53.5722728,53.572268 V 666.02928 c 0,29.67855 23.8937188,53.57223 53.5722728,53.57223 H 303.26562 c 29.67859,0 53.57227,-23.89368 53.57227,-53.57223 V 55.585938 c 0,-29.678574 -23.89368,-53.572268 -53.57227,-53.572268 z M 55.310558,5.9921857 H 304.68945 c 26.58217,0 47.98242,21.3983043 47.98242,47.9804723 V 668.20893 c 0,26.58217 -21.40025,47.98246 -47.98242,47.98246 H 55.310558 c -26.582177,0 -47.9824276,-21.40029 -47.9824276,-47.98246 V 53.972658 c 0,-26.582168 21.4002506,-47.9804723 47.9824276,-47.9804723 z\"\n id=\"path5061\" /></clipPath><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath5401\"><rect\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0264583;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\"\n id=\"rect5403\"\n width=\"4.3765388\"\n height=\"7.4167299\"\n x=\"-13.8777\"\n y=\"25.856594\"\n ry=\"0.45101735\" /></clipPath><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath5589\"><path\n id=\"path5591\"\n d=\"M 0.45113526,39.688017 C 0.20127166,39.688017 0,39.888773 0,40.138637 v 12.912612 c 0,0.249864 0.20127166,0.451136 0.45113526,0.451136 H 3.9253421 c 0.2498635,0 0.4511352,-0.201272 0.4511352,-0.451136 V 40.138637 c 0,-0.249864 -0.2012717,-0.45062 -0.4511352,-0.45062 z\"\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0264583;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\" /></clipPath><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath5589-7\"><path\n id=\"path5591-5\"\n d=\"M 0.45113526,39.688017 C 0.20127166,39.688017 0,39.888773 0,40.138637 v 12.912612 c 0,0.249864 0.20127166,0.451136 0.45113526,0.451136 H 3.9253421 c 0.2498635,0 0.4511352,-0.201272 0.4511352,-0.451136 V 40.138637 c 0,-0.249864 -0.2012717,-0.45062 -0.4511352,-0.45062 z\"\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0264583;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\" /></clipPath><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath5738\"><path\n id=\"path5740\"\n d=\"m 0.45113544,39.688016 c -0.24986192,0 -0.4511331182662,0.200755 -0.4511331182662,0.450619 v 20.944606 c 0,0.249864 0.2012711982662,0.451135 0.4511331182662,0.451135 H 3.9253423 c 0.2498645,0 0.4511357,-0.201271 0.4511357,-0.451135 V 40.138635 c 0,-0.249864 -0.2012712,-0.450619 -0.4511357,-0.450619 z\"\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0264583;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\" /></clipPath><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath922\"><rect\n style=\"opacity:1;vector-effect:none;fill:#474747;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.4065;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect924\"\n width=\"77.201637\"\n height=\"33.545391\"\n x=\"-67.752235\"\n y=\"-14.211905\" /></clipPath><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath972\"><rect\n style=\"opacity:1;vector-effect:none;fill:#29ec68;fill-opacity:0.658879;fill-rule:nonzero;stroke:none;stroke-width:38.3451;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect974\"\n width=\"253.12003\"\n height=\"506.59415\"\n x=\"-527.82013\"\n y=\"-172.67062\" /></clipPath><mask\n maskUnits=\"userSpaceOnUse\"\n id=\"mask1062\"><path\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.0529167;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\"\n d=\"m 42.746746,7.2620904 c -0.399166,0 -0.72037,0.3212029 -0.72037,0.7203695 0,0.3991665 0.321204,0.7203694 0.72037,0.7203694 h 9.921876 c 0.399166,0 0.72037,-0.3212029 0.72037,-0.7203694 0,-0.3991666 -0.321204,-0.7203695 -0.72037,-0.7203695 z\"\n id=\"path1064\" /></mask><pattern\n patternUnits=\"userSpaceOnUse\"\n width=\"1.171848\"\n height=\"1.1718804\"\n patternTransform=\"matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)\"\n id=\"pattern2874\"><g\n transform=\"matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)\"\n id=\"g2781\"><rect\n style=\"opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.445686\"\n y=\"7.0699267\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.290665\"\n y=\"7.224957\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-5\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.290665\"\n y=\"7.0699267\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-5-0\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.445686\"\n y=\"7.224957\" /></g></pattern><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath5738-4\"><path\n id=\"path5740-9\"\n d=\"m 0.45113544,39.688016 c -0.24986192,0 -0.4511331182662,0.200755 -0.4511331182662,0.450619 v 20.944606 c 0,0.249864 0.2012711982662,0.451135 0.4511331182662,0.451135 H 3.9253423 c 0.2498645,0 0.4511357,-0.201271 0.4511357,-0.451135 V 40.138635 c 0,-0.249864 -0.2012712,-0.450619 -0.4511357,-0.450619 z\"\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0264583;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\" /></clipPath><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath5401-9\"><rect\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0264583;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\"\n id=\"rect5403-9\"\n width=\"4.3765388\"\n height=\"7.4167299\"\n x=\"-13.8777\"\n y=\"25.856594\"\n ry=\"0.45101735\" /></clipPath><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath5589-3\"><path\n id=\"path5591-6\"\n d=\"M 0.45113526,39.688017 C 0.20127166,39.688017 0,39.888773 0,40.138637 v 12.912612 c 0,0.249864 0.20127166,0.451136 0.45113526,0.451136 H 3.9253421 c 0.2498635,0 0.4511352,-0.201272 0.4511352,-0.451136 V 40.138637 c 0,-0.249864 -0.2012717,-0.45062 -0.4511352,-0.45062 z\"\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0264583;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\" /></clipPath><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath5589-7-8\"><path\n id=\"path5591-5-3\"\n d=\"M 0.45113526,39.688017 C 0.20127166,39.688017 0,39.888773 0,40.138637 v 12.912612 c 0,0.249864 0.20127166,0.451136 0.45113526,0.451136 H 3.9253421 c 0.2498635,0 0.4511352,-0.201272 0.4511352,-0.451136 V 40.138637 c 0,-0.249864 -0.2012717,-0.45062 -0.4511352,-0.45062 z\"\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0264583;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\" /></clipPath><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath4960-5\"><path\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#ebebeb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.2765;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\"\n d=\"m 56.734381,2.01367 c -29.678552,0 -53.5722709,23.893694 -53.5722709,53.572268 V 666.02928 c 0,29.67855 23.8937189,53.57223 53.5722709,53.57223 H 303.26562 c 29.67859,0 53.57227,-23.89368 53.57227,-53.57223 V 55.585938 c 0,-29.678574 -23.89368,-53.572268 -53.57227,-53.572268 z M 55.310558,5.9921857 H 304.68944 c 26.58218,0 47.98243,21.3983043 47.98243,47.9804723 V 668.20893 c 0,26.58217 -21.40025,47.98246 -47.98243,47.98246 H 55.310558 c -26.582175,0 -47.9824257,-21.40029 -47.9824257,-47.98246 V 53.972658 c 0,-26.582168 21.4002507,-47.9804723 47.9824257,-47.9804723 z\"\n id=\"path4962-4\" /></clipPath><pattern\n patternUnits=\"userSpaceOnUse\"\n width=\"1.171848\"\n height=\"1.1718804\"\n patternTransform=\"matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)\"\n id=\"pattern2874-7\"><g\n transform=\"matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)\"\n id=\"g2781-1\"><rect\n style=\"opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-3\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.445686\"\n y=\"7.0699267\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-8\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.290665\"\n y=\"7.224957\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-5-1\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.290665\"\n y=\"7.0699267\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-5-0-1\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.445686\"\n y=\"7.224957\" /></g></pattern><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath948\"><rect\n style=\"opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.783566;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect950\"\n width=\"161.20644\"\n height=\"317.73975\"\n x=\"-280.93082\"\n y=\"-83.752052\" /></clipPath><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath967\"><rect\n style=\"fill:#6ecb55;fill-opacity:0.540323;stroke:none;stroke-width:0.405315;stroke-linecap:round;stroke-linejoin:round\"\n id=\"rect969\"\n width=\"84.888893\"\n height=\"172.10544\"\n x=\"81.619461\"\n y=\"-32.789757\" /></clipPath><mask\n maskUnits=\"userSpaceOnUse\"\n id=\"mask2042\"><path\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.0626366;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\"\n d=\"m 43.127825,7.2620903 c -0.559276,0 -1.00932,0.321203 -1.00932,0.7203695 0,0.3991665 0.450044,0.7203695 1.00932,0.7203695 h 9.481534 c 0.559276,0 1.009317,-0.321203 1.009317,-0.7203695 0,-0.3991665 -0.450041,-0.7203695 -1.009317,-0.7203695 z\"\n id=\"path2044\" /></mask><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath2353\"><rect\n style=\"display:inline;fill:none;fill-opacity:1;stroke:none;stroke-width:0.999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"\n id=\"rect2355\"\n width=\"355.61673\"\n height=\"728.3255\"\n x=\"2.1916344\"\n y=\"-3.1627369\"\n ry=\"55.641438\" /></clipPath><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath1745\"><rect\n style=\"display:inline;fill:#f7d82b;fill-opacity:0.451613;stroke:none;stroke-width:44.958;stroke-linecap:round\"\n id=\"rect1747\"\n width=\"61.664673\"\n height=\"124.69236\"\n x=\"-114.9855\"\n y=\"112.05054\" /></clipPath><pattern\n patternUnits=\"userSpaceOnUse\"\n width=\"1.171848\"\n height=\"1.1718804\"\n patternTransform=\"matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)\"\n id=\"pattern2874-7-2\"><g\n transform=\"matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)\"\n id=\"g2781-1-7\"><rect\n style=\"opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-3-5\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.445686\"\n y=\"7.0699267\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-8-3\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.290665\"\n y=\"7.224957\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-5-1-3\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.290665\"\n y=\"7.0699267\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-5-0-1-8\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.445686\"\n y=\"7.224957\" /></g></pattern><pattern\n patternUnits=\"userSpaceOnUse\"\n width=\"1.171848\"\n height=\"1.1718804\"\n patternTransform=\"matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)\"\n id=\"pattern2874-7-2-1\"><g\n transform=\"matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)\"\n id=\"g2781-1-7-7\"><rect\n style=\"opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-3-5-3\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.445686\"\n y=\"7.0699267\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-8-3-9\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.290665\"\n y=\"7.224957\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-5-1-3-1\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.290665\"\n y=\"7.0699267\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-5-0-1-8-3\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.445686\"\n y=\"7.224957\" /></g></pattern><pattern\n patternUnits=\"userSpaceOnUse\"\n width=\"1.171848\"\n height=\"1.1718804\"\n patternTransform=\"matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)\"\n id=\"pattern2874-7-2-1-0\"><g\n transform=\"matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)\"\n id=\"g2781-1-7-7-0\"><rect\n style=\"opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-3-5-3-3\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.445686\"\n y=\"7.0699267\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-8-3-9-8\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.290665\"\n y=\"7.224957\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-5-1-3-1-1\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.290665\"\n y=\"7.0699267\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-5-0-1-8-3-5\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.445686\"\n y=\"7.224957\" /></g></pattern><pattern\n patternUnits=\"userSpaceOnUse\"\n width=\"1.171848\"\n height=\"1.1718804\"\n patternTransform=\"matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)\"\n id=\"pattern2874-7-2-1-0-3\"><g\n transform=\"matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)\"\n id=\"g2781-1-7-7-0-3\"><rect\n style=\"opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-3-5-3-3-7\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.445686\"\n y=\"7.0699267\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-8-3-9-8-8\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.290665\"\n y=\"7.224957\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-5-1-3-1-1-2\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.290665\"\n y=\"7.0699267\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-5-0-1-8-3-5-8\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.445686\"\n y=\"7.224957\" /></g></pattern><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath2586\"><path\n style=\"color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#292929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1\"\n d=\"m 22.509766,2.1699219 c -0.317894,0 -0.574219,0.2563261 -0.574219,0.5742188 0,0.3178919 0.256325,0.5761718 0.574219,0.5761718 h 13.564453 c 0.317892,0 0.574218,-0.2582797 0.57422,-0.5761718 0,-0.3178928 -0.256328,-0.5742188 -0.57422,-0.5742188 z m 0,0.041016 h 13.564453 c 0.296061,0 0.533202,0.2371418 0.533202,0.5332032 0,0.2960606 -0.237141,0.5351561 -0.533202,0.5351561 H 22.509766 c -0.296063,0 -0.533204,-0.2390953 -0.533204,-0.5351561 0,-0.2960615 0.237141,-0.5332032 0.533204,-0.5332032 z\"\n id=\"path2588\" /></clipPath><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath981\"><rect\n style=\"fill:#648bab;stroke-width:0.390385;stroke-linecap:round;stroke-linejoin:round;stop-color:#000000\"\n id=\"rect983\"\n width=\"78.45462\"\n height=\"155.37715\"\n x=\"-72.956764\"\n y=\"-68.521217\" /></clipPath><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath2353-3\"><rect\n style=\"display:inline;fill:none;fill-opacity:1;stroke:none;stroke-width:0.999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"\n id=\"rect2355-8\"\n width=\"355.61673\"\n height=\"728.3255\"\n x=\"2.1916344\"\n y=\"-3.1627369\"\n ry=\"55.641438\" /></clipPath><filter\n style=\"color-interpolation-filters:sRGB\"\n id=\"filter2409-8\"\n x=\"-0.0066088708\"\n width=\"1.0132177\"\n y=\"-0.0032087157\"\n height=\"1.0064174\"><feGaussianBlur\n stdDeviation=\"0.96852657\"\n id=\"feGaussianBlur2411-4\" /></filter><filter\n style=\"color-interpolation-filters:sRGB\"\n id=\"filter5343-7\"\n x=\"-0.19227619\"\n width=\"1.3845524\"\n y=\"-0.082464501\"\n height=\"1.164929\"><feGaussianBlur\n stdDeviation=\"0.030983682\"\n id=\"feGaussianBlur5345-1\" /></filter><filter\n style=\"color-interpolation-filters:sRGB\"\n id=\"filter5347-9\"\n x=\"-0.10877967\"\n width=\"1.2175593\"\n y=\"-0.082313925\"\n height=\"1.1646278\"><feGaussianBlur\n stdDeviation=\"0.030983682\"\n id=\"feGaussianBlur5349-7\" /></filter><pattern\n patternTransform=\"matrix(0.20347652,0,0,0.20347652,-55.330551,-9.271854)\"\n id=\"pattern3129-5\"\n xlink:href=\"#pattern2874-7-2-1-0-3-1\" /><pattern\n patternUnits=\"userSpaceOnUse\"\n width=\"1.171848\"\n height=\"1.1718804\"\n patternTransform=\"matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)\"\n id=\"pattern2874-7-2-1-0-3-1\"><g\n transform=\"matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)\"\n id=\"g2781-1-7-7-0-3-7\"><rect\n style=\"opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-3-5-3-3-7-9\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.445686\"\n y=\"7.0699267\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-8-3-9-8-8-7\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.290665\"\n y=\"7.224957\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-5-1-3-1-1-2-1\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.290665\"\n y=\"7.0699267\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-5-0-1-8-3-5-8-9\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.445686\"\n y=\"7.224957\" /></g></pattern><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath2586-4\"><path\n style=\"color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#292929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1\"\n d=\"m 22.509766,2.1699219 c -0.317894,0 -0.574219,0.2563261 -0.574219,0.5742188 0,0.3178919 0.256325,0.5761718 0.574219,0.5761718 h 13.564453 c 0.317892,0 0.574218,-0.2582797 0.57422,-0.5761718 0,-0.3178928 -0.256328,-0.5742188 -0.57422,-0.5742188 z m 0,0.041016 h 13.564453 c 0.296061,0 0.533202,0.2371418 0.533202,0.5332032 0,0.2960606 -0.237141,0.5351561 -0.533202,0.5351561 H 22.509766 c -0.296063,0 -0.533204,-0.2390953 -0.533204,-0.5351561 0,-0.2960615 0.237141,-0.5332032 0.533204,-0.5332032 z\"\n id=\"path2588-5\" /></clipPath><filter\n style=\"color-interpolation-filters:sRGB\"\n id=\"filter2810-4\"\n x=\"-0.075964987\"\n width=\"1.15193\"\n y=\"-3.1550879\"\n height=\"7.3101759\"><feGaussianBlur\n stdDeviation=\"0.46442349\"\n id=\"feGaussianBlur2812-4\" /></filter><linearGradient\n xlink:href=\"#linearGradient2650\"\n id=\"linearGradient2652\"\n x1=\"64.657043\"\n y1=\"0.37720415\"\n x2=\"64.657043\"\n y2=\"192.34035\"\n gradientUnits=\"userSpaceOnUse\"\n gradientTransform=\"translate(0.39670346,1.0583341)\" /><linearGradient\n id=\"linearGradient2650\"><stop\n style=\"stop-color:#404040;stop-opacity:1\"\n offset=\"0\"\n id=\"stop2646\" /><stop\n style=\"stop-color:#262626;stop-opacity:1\"\n offset=\"1\"\n id=\"stop2648\" /></linearGradient><pattern\n patternTransform=\"matrix(0.20347652,0,0,0.20347652,-55.330551,-9.271854)\"\n id=\"pattern3129\"\n xlink:href=\"#pattern2874-7-2-1-0-3-5\" /><pattern\n patternUnits=\"userSpaceOnUse\"\n width=\"1.171848\"\n height=\"1.1718804\"\n patternTransform=\"matrix(0.26458334,0,0,0.26458334,-76.445686,-5.7812643)\"\n id=\"pattern2874-7-2-1-0-3-5\"><g\n transform=\"matrix(3.7795274,0,0,3.7795274,288.92857,-26.720982)\"\n id=\"g2781-1-7-7-0-3-1\"><rect\n style=\"opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-3-5-3-3-7-8\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.445686\"\n y=\"7.0699267\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#212121;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-8-3-9-8-8-2\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.290665\"\n y=\"7.224957\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-5-1-3-1-1-2-9\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.290665\"\n y=\"7.0699267\" /><rect\n style=\"display:inline;opacity:1;vector-effect:none;fill:#060606;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0365544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n id=\"rect2730-5-5-0-1-8-3-5-8-3\"\n width=\"0.15502979\"\n height=\"0.15502979\"\n x=\"-76.445686\"\n y=\"7.224957\" /></g></pattern><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath2586-6\"><path\n style=\"color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#292929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;stop-color:#000000;stop-opacity:1\"\n d=\"m 22.509766,2.1699219 c -0.317894,0 -0.574219,0.2563261 -0.574219,0.5742188 0,0.3178919 0.256325,0.5761718 0.574219,0.5761718 h 13.564453 c 0.317892,0 0.574218,-0.2582797 0.57422,-0.5761718 0,-0.3178928 -0.256328,-0.5742188 -0.57422,-0.5742188 z m 0,0.041016 h 13.564453 c 0.296061,0 0.533202,0.2371418 0.533202,0.5332032 0,0.2960606 -0.237141,0.5351561 -0.533202,0.5351561 H 22.509766 c -0.296063,0 -0.533204,-0.2390953 -0.533204,-0.5351561 0,-0.2960615 0.237141,-0.5332032 0.533204,-0.5332032 z\"\n id=\"path2588-8\" /></clipPath><filter\n style=\"color-interpolation-filters:sRGB\"\n id=\"filter2810\"\n x=\"-0.075964983\"\n width=\"1.15193\"\n y=\"-3.1550877\"\n height=\"7.3101755\"><feGaussianBlur\n stdDeviation=\"0.46442349\"\n id=\"feGaussianBlur2812\" /></filter><filter\n style=\"color-interpolation-filters:sRGB\"\n id=\"filter5347\"\n x=\"-0.10877967\"\n width=\"1.2175593\"\n y=\"-0.082313926\"\n height=\"1.1646279\"><feGaussianBlur\n stdDeviation=\"0.030983682\"\n id=\"feGaussianBlur5349\" /></filter><filter\n style=\"color-interpolation-filters:sRGB\"\n id=\"filter5343\"\n x=\"-0.19227619\"\n width=\"1.3845524\"\n y=\"-0.082464501\"\n height=\"1.164929\"><feGaussianBlur\n stdDeviation=\"0.030983682\"\n id=\"feGaussianBlur5345\" /></filter><clipPath\n clipPathUnits=\"userSpaceOnUse\"\n id=\"clipPath2353-7\"><rect\n style=\"display:inline;fill:none;fill-opacity:1;stroke:none;stroke-width:0.999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"\n id=\"rect2355-3\"\n width=\"355.61673\"\n height=\"728.3255\"\n x=\"2.1916344\"\n y=\"-3.1627369\"\n ry=\"55.641438\" /></clipPath><filter\n style=\"color-interpolation-filters:sRGB\"\n id=\"filter2409\"\n x=\"-0.0029372758\"\n width=\"1.0058746\"\n y=\"-0.0014260958\"\n height=\"1.0028522\"><feGaussianBlur\n stdDeviation=\"0.43045625\"\n id=\"feGaussianBlur2411\" /></filter><linearGradient\n xlink:href=\"#linearGradient13\"\n id=\"linearGradient2462\"\n x1=\"-0.69643712\"\n y1=\"29.932404\"\n x2=\"-0.69643712\"\n y2=\"36.839325\"\n gradientUnits=\"userSpaceOnUse\"\n gradientTransform=\"translate(3.4851835,11.328028)\" /><linearGradient\n xlink:href=\"#linearGradient13\"\n id=\"linearGradient3013\"\n gradientUnits=\"userSpaceOnUse\"\n gradientTransform=\"translate(3.4851835,43.926565)\"\n x1=\"-0.69643712\"\n y1=\"29.932404\"\n x2=\"-0.69643712\"\n y2=\"43.662617\" /><linearGradient\n xlink:href=\"#linearGradient13\"\n id=\"linearGradient2462-4\"\n x1=\"-0.69643712\"\n y1=\"29.932404\"\n x2=\"-0.69643712\"\n y2=\"43.662617\"\n gradientUnits=\"userSpaceOnUse\"\n gradientTransform=\"translate(3.4851835,25.395969)\" /><linearGradient\n xlink:href=\"#linearGradient13\"\n id=\"linearGradient19\"\n gradientUnits=\"userSpaceOnUse\"\n gradientTransform=\"translate(96.622304,30.613924)\"\n x1=\"-0.69643712\"\n y1=\"29.932404\"\n x2=\"-0.69643712\"\n y2=\"52.201885\" /><mask id=\"screen-cutout\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"96.04375\" height=\"193.14585\">\n<rect x=\"0\" y=\"0\" width=\"96.04375\" height=\"193.14585\" fill=\"white\"/>\n<path d=\"M 15.57631,4.4891318 C 10.010263,4.4889545 5.497958,9.0010223 5.4978575,14.56707 v 164.01118 c -1.8e-4,5.56625 4.5122045,10.07864 10.0784525,10.07846 h 32.445567 32.445567 c 5.566248,1.8e-4 10.078633,-4.51221 10.078453,-10.07846 V 14.56707 C 90.545799,9.0010218 86.033494,4.4889545 80.467444,4.4891318 H 67.530766 c -1.17783,0 -1.786972,0.1217769 -1.786972,1.9900594 0,1.8682822 -1.157732,5.0162318 -5.300451,5.0162318 H 57.492101 38.551138 35.600414 c -4.142721,0 -5.300453,-3.1479496 -5.300453,-5.0162318 0,-1.8682825 -0.60914,-1.9900594 -1.78697,-1.9900594 z\" fill=\"black\"/>\n</mask></defs><path\n id=\"rect2415-6-8\"\n style=\"display:inline;fill:#9d9d9d;fill-opacity:1;stroke:none;stroke-width:1.03188;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"\n d=\"m 93.470394,60.266319 h 2.24008 c 0.11933,0 0.2154,0.09607 0.2154,0.215393 v 22.302411 c 0,0.119327 -0.0961,0.215392 -0.2154,0.215392 h -2.24008 c -0.11933,0 -0.21539,-0.09606 -0.21539,-0.215392 V 60.481712 c 0,-0.119328 0.0961,-0.215393 0.21539,-0.215393 z\" /><path\n id=\"rect2415-4-9-9\"\n style=\"display:inline;fill:url(#linearGradient19);fill-opacity:1;stroke:none;stroke-width:1.03188;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"\n d=\"m 93.470394,60.546329 h 2.24008 c 0.11933,0 0.2154,0.09607 0.2154,0.215393 v 21.828545 c 0,0.119328 -0.0961,0.215393 -0.2154,0.215393 h -2.24008 c -0.11933,0 -0.21539,-0.09607 -0.21539,-0.215393 V 60.761722 c 0,-0.119327 0.0961,-0.215393 0.21539,-0.215393 z\" /><path\n id=\"rect2415-6\"\n style=\"display:inline;fill:#9d9d9d;fill-opacity:1;stroke:none;stroke-width:1.03188;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"\n d=\"M 0.33327352,55.048365 H 2.5733535 c 0.11933,0 0.21539,0.09607 0.21539,0.215393 v 13.773296 c 0,0.119327 -0.0961,0.215392 -0.21539,0.215392 H 0.33327352 c -0.11933,0 -0.21539,-0.09606 -0.21539,-0.215392 V 55.263758 c 0,-0.119328 0.0961,-0.215393 0.21539,-0.215393 z\" /><path\n id=\"rect2415-4-9\"\n style=\"display:inline;fill:url(#linearGradient2462-4);fill-opacity:1;stroke:none;stroke-width:1.03188;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"\n d=\"M 0.33327352,55.328375 H 2.5733535 c 0.11933,0 0.21539,0.09607 0.21539,0.215393 v 13.29943 c 0,0.119328 -0.0961,0.215393 -0.21539,0.215393 H 0.33327352 c -0.11933,0 -0.21539,-0.09607 -0.21539,-0.215393 v -13.29943 c 0,-0.119327 0.0961,-0.215393 0.21539,-0.215393 z\" /><path\n id=\"rect2415-6-0\"\n style=\"display:inline;fill:#9d9d9d;fill-opacity:1;stroke:none;stroke-width:1.03188;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"\n d=\"M 0.33327352,73.57896 H 2.5733535 c 0.11933,0 0.21539,0.09607 0.21539,0.215393 v 13.773296 c 0,0.119327 -0.0961,0.215392 -0.21539,0.215392 H 0.33327352 c -0.11933,0 -0.21539,-0.09606 -0.21539,-0.215392 V 73.794353 c 0,-0.119328 0.0961,-0.215393 0.21539,-0.215393 z\" /><path\n id=\"rect2415-4-9-6\"\n style=\"display:inline;fill:url(#linearGradient3013);fill-opacity:1;stroke:none;stroke-width:1.03188;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"\n d=\"M 0.33327352,73.85897 H 2.5733535 c 0.11933,0 0.21539,0.09607 0.21539,0.215393 v 13.29943 c 0,0.119328 -0.0961,0.215393 -0.21539,0.215393 H 0.33327352 c -0.11933,0 -0.21539,-0.09607 -0.21539,-0.215393 v -13.29943 c 0,-0.119327 0.0961,-0.215393 0.21539,-0.215393 z\" /><rect\n style=\"display:inline;fill:#9d9d9d;fill-opacity:1;stroke:none;stroke-width:1.03188;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"\n id=\"rect2415\"\n width=\"2.6708689\"\n height=\"7.3807893\"\n x=\"0.11788063\"\n y=\"40.980431\"\n ry=\"0.21539266\" /><rect\n style=\"display:inline;fill:url(#linearGradient2462);fill-opacity:1;stroke:none;stroke-width:1.03188;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"\n id=\"rect2415-4\"\n width=\"2.6708686\"\n height=\"6.9069233\"\n x=\"0.11788063\"\n y=\"41.260441\"\n ry=\"0.21539266\" /><rect\n style=\"display:inline;fill:#e7e7e7;fill-opacity:1;stroke:#959595;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"\n id=\"rect2163\"\n mask=\"url(#screen-cutout)\"\n width=\"94.090263\"\n height=\"192.70279\"\n x=\"0.97673684\"\n y=\"0.22152618\"\n ry=\"14.721798\" /><path\n id=\"rect2172\" mask=\"url(#screen-cutout)\"\n style=\"display:inline;fill:#9b9b9b;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"\n d=\"M 73.970674,0.08940101 V 3.2540658 h 2.15284 V 0.08940101 Z M 0.84438352,19.314584 v 2.152841 H 95.199354 v -2.152841 z m 0,152.699726 v 2.15232 H 95.199354 v -2.15232 z M 19.920224,190.33154 v 2.72489 h 2.15284 v -2.72489 z\" /><rect\n style=\"display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.405938;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000\"\n id=\"rect1093\"\n width=\"16.734886\"\n height=\"1.3330069\"\n x=\"39.654427\"\n y=\"1.3694253\" /><path\n id=\"rect3540\" mask=\"url(#screen-cutout)\"\n style=\"display:inline;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#434343;stroke-width:0.132292;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n d=\"M 15.946314,1.4355713 C 8.2577196,1.4355713 2.0680909,7.6252 2.0680909,15.313794 V 177.83204 c 0,7.6886 6.1896287,13.87823 13.8782231,13.87823 h 64.151125 c 7.688593,0 13.878222,-6.18963 13.878222,-13.87823 V 15.313794 C 93.975661,7.6252 87.786032,1.4355713 80.097439,1.4355713 H 56.389324 A 0.6109219,0.62683839 0 0 0 55.77851,2.0427694 v 0.00362 H 40.265243 v -0.00362 A 0.6109219,0.62683839 0 0 0 39.654428,1.4355713 Z\" /><circle\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;vector-effect:none;fill:#161616;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.029768;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\"\n id=\"path5263\"\n cx=\"35.608139\"\n cy=\"7.0377865\"\n r=\"1.5129052\" /><circle\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;vector-effect:none;fill:#0a0d13;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.022916;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\"\n id=\"path5265\"\n cx=\"35.608139\"\n cy=\"7.0377865\"\n r=\"0.93318141\" /><circle\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;vector-effect:none;fill:#091427;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.022916;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\"\n id=\"path5267\"\n cx=\"35.608139\"\n cy=\"7.0377865\"\n r=\"0.71101087\" /><path\n style=\"display:inline;fill:#235a91;fill-opacity:0.556075;fill-rule:evenodd;stroke:none;stroke-width:0.0264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter5343)\"\n d=\"m -47.128431,5.4302366 c -0.09735,0.010246 -0.235679,0.1588277 -0.245928,0.4508659 -0.01024,0.292038 0.117842,0.4508656 0.189571,0.4508656 0.07173,0 0.368889,-0.4252483 0.05635,-0.9017315 z\"\n id=\"path5271\"\n transform=\"matrix(0.86611782,0,0,0.86611782,75.937463,1.8588762)\" /><path\n style=\"display:inline;fill:#235a91;fill-opacity:0.556075;fill-rule:evenodd;stroke:none;stroke-width:0.0264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter5347)\"\n d=\"m -46.429328,5.3279691 c -0.153553,0.047247 -0.183083,0.2952938 -0.177178,0.4370348 0.0059,0.1417412 0.206706,0.5138116 0.448847,0.4311293 0.242142,-0.082682 0.283483,-0.3897882 0.183084,-0.5964939 -0.100401,-0.2067057 -0.283483,-0.3543525 -0.454753,-0.2716702 z\"\n id=\"path5273\"\n transform=\"matrix(0.86611782,0,0,0.86611782,75.937463,1.8588762)\" /><rect\n style=\"display:inline;fill:#000000;fill-opacity:1;stroke:#1a1a1a;stroke-width:0.132292;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;stop-color:#000000\"\n id=\"rect1030\"\n width=\"15.513851\"\n height=\"1.8761874\"\n x=\"40.264946\"\n y=\"1.4355383\"\n ry=\"0.61085194\" /><g\n id=\"g2819\"\n transform=\"translate(4.9056839,1.0604965)\"\n style=\"display:inline\"><path\n id=\"rect5261\"\n clip-path=\"none\"\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;vector-effect:none;fill:url(#pattern3129);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.203476;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\"\n d=\"m 36.333803,0.75890791 h 13.560728 c 0.306977,0 0.55411,0.24713319 0.55411,0.55411019 v 2e-7 c 0,0.306977 -0.247133,0.5541103 -0.55411,0.5541103 H 36.333803 c -0.306978,0 -0.55411,-0.2471333 -0.55411,-0.5541103 v -2e-7 c 0,-0.306977 0.247132,-0.55411019 0.55411,-0.55411019 z\" /><path\n style=\"color:#000000;display:inline;overflow:visible;visibility:visible;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#292929;stroke-width:0.0406953;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate\"\n d=\"m 36.333801,0.75906771 c -0.306976,0 -0.553997,0.24701959 -0.553997,0.55399659 0,0.3069765 0.247021,0.5539963 0.553997,0.5539963 h 13.564771 c 0.306978,0 0.553997,-0.2470198 0.553997,-0.5539963 0,-0.306977 -0.247019,-0.55399659 -0.553997,-0.55399659 z\"\n id=\"rect5261-0\"\n clip-path=\"none\" /><g\n id=\"g2576\"\n clip-path=\"url(#clipPath2586-6)\"\n style=\"filter:url(#filter2810)\"\n transform=\"translate(13.82448,-1.4319817)\"><path\n id=\"path999-2\"\n d=\"m 68.850589,7.9824588 c -10e-7,0.1268514 -0.102834,0.2296848 -0.229685,0.2296847 -0.126852,10e-8 -0.229685,-0.1028333 -0.229685,-0.2296847 0,-0.1268515 0.102833,-0.2296849 0.229685,-0.2296848 0.126851,-10e-8 0.229684,0.1028333 0.229685,0.2296848 z\"\n style=\"display:inline;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0319826;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n transform=\"matrix(0.54888221,0,0,0.7690451,-1.1627745,-3.3938183)\"\n clip-path=\"none\"\n mask=\"none\" /><path\n id=\"path999-2-2\"\n d=\"m 21.955324,2.7450525 c 10e-7,0.097555 0.05644,0.176638 0.12607,0.1766379 0.06963,10e-8 0.12607,-0.079083 0.12607,-0.1766379 0,-0.097554 -0.05644,-0.176638 -0.12607,-0.1766379 -0.06963,-1e-7 -0.126069,0.079083 -0.12607,0.1766379 z\"\n style=\"display:inline;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.0207792;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1\"\n clip-path=\"none\"\n mask=\"none\" /></g></g><path\n id=\"path998\"\n style=\"display:inline;fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\"\n d=\"M 15.57631,4.4891318 C 10.010263,4.4889545 5.497958,9.0010223 5.4978575,14.56707 v 164.01118 c -1.8e-4,5.56625 4.5122045,10.07864 10.0784525,10.07846 h 32.445567 32.445567 c 5.566248,1.8e-4 10.078633,-4.51221 10.078453,-10.07846 V 14.56707 C 90.545799,9.0010218 86.033494,4.4889545 80.467444,4.4891318 H 67.530766 c -1.17783,0 -1.786972,0.1217769 -1.786972,1.9900594 0,1.8682822 -1.157732,5.0162318 -5.300451,5.0162318 H 57.492101 38.551138 35.600414 c -4.142721,0 -5.300453,-3.1479496 -5.300453,-5.0162318 0,-1.8682825 -0.60914,-1.9900594 -1.78697,-1.9900594 z\" />\n<rect data-zone=\"screen-area\" x=\"5.498\" y=\"4.489\" width=\"85.048\" height=\"184.168\" rx=\"10.078\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"hardware-overlay\" data-overlay-type=\"notch\" x=\"28.5\" y=\"4.489\" width=\"39\" height=\"7\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-top\" x=\"5.498\" y=\"4.489\" width=\"85.048\" height=\"10.24\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-bottom\" x=\"5.498\" y=\"181.25\" width=\"85.048\" height=\"7.41\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"status-bar\" x=\"5.498\" y=\"4.489\" width=\"85.048\" height=\"9.59\" fill=\"none\" stroke=\"none\"/>\n</svg>\n`;\nconst SVG_STRING_SCALED = SVG_STRING\n .replace(/\\swidth=\"[^\"]*\"/, ' width=\"100%\"')\n .replace(/\\sheight=\"[^\"]*\"/, ' height=\"100%\"')\n .replace(/<svg\\b/, '<svg preserveAspectRatio=\"xMidYMid meet\" style=\"display:block\"');\n\nexport function IPhone16eSVG({ style }: DeviceSVGProps) {\n return <div style={style} dangerouslySetInnerHTML={{ __html: SVG_STRING_SCALED }} />;\n}\nexport const IPHONE_16E_FRAME: DeviceFrameInfo = {\n \"bezelTop\": 21,\n \"bezelBottom\": 21,\n \"bezelLeft\": 25,\n \"bezelRight\": 25,\n \"totalWidth\": 440,\n \"totalHeight\": 886,\n \"screenWidth\": 390,\n \"screenHeight\": 844,\n \"screenRadius\": 46\n};\nexport const IPHONE_16E_SCREEN_RECT: SVGScreenRect = { \"x\": 5.498, \"y\": 4.489, \"width\": 85.048, \"height\": 184.168, \"rx\": 10.078 };\n","import type { CSSProperties } from \"react\";\nimport type { DeviceFrameInfo, DeviceLayoutData, DeviceMeta, SVGScreenRect } from \"../contract-types.js\";\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport const IPHONE_SE_3_META: DeviceMeta = {\n id: \"iphone-se-3\",\n name: \"iPhone SE (3rd Gen)\",\n platform: \"ios\",\n year: 2022,\n formFactor: \"phone\",\n screen: {\n width: 375,\n height: 667,\n physicalWidth: 750,\n physicalHeight: 1334,\n dpr: 2,\n aspectRatio: \"16:9\",\n cornerRadius: 2,\n ppi: 326\n }\n};\nexport const IPHONE_SE_3_LAYOUT: DeviceLayoutData = {\n meta: IPHONE_SE_3_META,\n safeArea: {\n portrait: { top: 20, bottom: 0, left: 0, right: 0 },\n landscape: { top: 0, bottom: 0, left: 0, right: 0 }\n },\n hardwareOverlays: {\n type: \"none\",\n portrait: {\n x: 0,\n y: 0,\n width: 0,\n height: 0,\n shape: \"rectangle\"\n }\n },\n statusBar: {\n height: 20,\n style: \"fullwidth\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true\n },\n homeIndicator: {\n type: \"button\",\n height: 0,\n visible: false\n },\n hardwareButtons: {\n volumeUp: { side: \"left\", yPosition: 135 },\n volumeDown: { side: \"left\", yPosition: 165 },\n power: { side: \"right\", yPosition: 90 }\n }\n};\nconst SVG_STRING = `\n<svg width=\"1419\" height=\"2914\" viewBox=\"0 0 1419 2914\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n<g clip-path=\"url(#clip0_76_2905)\">\n<g clip-path=\"url(#clip1_76_2905)\">\n<g clip-path=\"url(#clip2_76_2905)\">\n<g filter=\"url(#filter0_i_76_2905)\">\n<path d=\"M1171.14 0C1283.2 7.92137e-05 1412.21 48.5218 1412.21 242.697V610.983C1410.19 613.04 1408.95 615.854 1408.95 618.96V827.452C1408.95 830.558 1410.19 833.371 1412.21 835.428V2650.13C1412.21 2730.88 1389.15 2892.83 1166.25 2892.83H302.634C296.343 2889.51 284.984 2886.31 272.017 2886.31C259.298 2886.31 248.127 2889.44 241.768 2892.69C31.384 2887.55 8.14458 2730.44 8.14453 2650.13V1099.3C10.1585 1097.24 11.4022 1094.43 11.4023 1091.33V618.96C11.4023 615.854 10.1588 613.04 8.14453 610.983V242.697C8.14465 100.12 81.4553 0.00010566 252.471 0H1171.14Z\" fill=\"url(#paint0_linear_76_2905)\"/>\n</g>\n<g clip-path=\"url(#clip3_76_2905)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.14453 231.295C8.14453 231.295 16.6339 228.037 34.206 228.037C34.206 228.037 34.206 268.758 34.206 268.758C17.1493 270.206 8.14453 273.645 8.14453 273.645V231.295Z\" fill=\"url(#paint1_linear_76_2905)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1412.21 231.295C1412.21 231.295 1403.72 228.037 1386.15 228.037C1386.15 228.037 1386.15 268.758 1386.15 268.758C1403.2 270.206 1412.21 273.645 1412.21 273.645V231.295Z\" fill=\"url(#paint2_linear_76_2905)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.14453 2663.16C8.14453 2663.16 16.6339 2666.42 34.206 2666.42C34.206 2666.42 34.206 2624.07 34.206 2624.07C15.6803 2624.72 8.14453 2622.44 8.14453 2622.44V2663.16Z\" fill=\"url(#paint3_linear_76_2905)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1412.21 2663.16C1412.21 2663.16 1403.72 2666.42 1386.15 2666.42C1386.15 2666.42 1386.15 2624.07 1386.15 2624.07C1404.67 2624.72 1412.21 2622.44 1412.21 2622.44V2663.16Z\" fill=\"url(#paint4_linear_76_2905)\"/>\n</g>\n<g clip-path=\"url(#clip4_76_2905)\">\n<g opacity=\"0.90281\" filter=\"url(#filter1_d_76_2905)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M628.845 2886.31C635.314 2886.38 649.909 2886.31 649.909 2886.31H770.443C770.443 2886.31 784.818 2886.31 791.789 2886.31C798.761 2886.31 806.278 2892.82 806.278 2892.82H614.074C614.074 2892.82 622.376 2886.24 628.845 2886.31Z\" fill=\"url(#paint5_linear_76_2905)\"/>\n</g>\n<path opacity=\"0.3\" d=\"M272.017 2882.22C287.26 2882.22 300.173 2886.51 304.593 2890.28V2892.83H303.825C298.807 2889 286.457 2884.68 272.017 2884.68C257.736 2884.68 245.499 2889.08 240.377 2892.83H237.811C237.811 2888.87 253.125 2882.22 272.017 2882.22Z\" fill=\"white\"/>\n</g>\n<g clip-path=\"url(#clip5_76_2905)\">\n<g filter=\"url(#filter2_di_76_2905)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 373.754C0 370.78 2.63378 368.496 5.57759 368.917L7.20643 369.149C9.61378 369.493 11.4019 371.555 11.4019 373.987V479.53C11.4019 481.961 9.61377 484.023 7.20643 484.367L5.57759 484.6C2.63378 485.02 0 482.736 0 479.762V373.754Z\" fill=\"url(#paint6_linear_76_2905)\"/>\n</g>\n<rect x=\"1.62891\" y=\"369.748\" width=\"3.25769\" height=\"114.019\" rx=\"1.62884\" fill=\"url(#paint7_linear_76_2905)\"/>\n</g>\n<g clip-path=\"url(#clip6_76_2905)\">\n<g filter=\"url(#filter3_di_76_2905)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.62891 621.338C1.62891 618.364 4.26269 616.08 7.20649 616.501L8.83534 616.733C11.2427 617.077 13.0308 619.139 13.0308 621.571V830.711H6.51544C3.81668 830.711 1.62891 828.523 1.62891 825.825V621.338Z\" fill=\"url(#paint8_linear_76_2905)\"/>\n</g>\n<rect x=\"3.25781\" y=\"617.332\" width=\"3.25769\" height=\"211.75\" rx=\"1.62884\" fill=\"url(#paint9_linear_76_2905)\"/>\n</g>\n<g clip-path=\"url(#clip7_76_2905)\">\n<g filter=\"url(#filter4_di_76_2905)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.62891 884.462C1.62891 881.763 3.81668 879.575 6.51544 879.575H13.0308V1092.95C13.0308 1093.85 12.3015 1094.58 11.402 1094.58H6.51544C3.81668 1094.58 1.62891 1092.39 1.62891 1089.7V884.462Z\" fill=\"url(#paint10_linear_76_2905)\"/>\n</g>\n<rect x=\"3.25781\" y=\"881.204\" width=\"3.25769\" height=\"211.75\" rx=\"1.62884\" fill=\"url(#paint11_linear_76_2905)\"/>\n</g>\n<g clip-path=\"url(#clip8_76_2905)\">\n<g filter=\"url(#filter5_di_76_2905)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1418.72 621.338C1418.72 618.364 1416.09 616.08 1413.15 616.501L1411.52 616.733C1409.11 617.077 1407.32 619.139 1407.32 621.571V824.844C1407.32 827.276 1409.11 829.338 1411.52 829.682L1413.15 829.914C1416.09 830.335 1418.72 828.051 1418.72 825.077V621.338Z\" fill=\"url(#paint12_linear_76_2905)\"/>\n</g>\n<rect width=\"3.25769\" height=\"211.75\" rx=\"1.62884\" transform=\"matrix(-1 0 0 1 1417.09 617.332)\" fill=\"url(#paint13_linear_76_2905)\"/>\n</g>\n</g>\n<g clip-path=\"url(#clip9_76_2905)\">\n<g filter=\"url(#filter6_di_76_2905)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M30.9505 2658.27C30.9505 2579.36 30.9432 1038 30.9505 232.925C30.9514 133.102 75.925 22.8047 242.7 22.8047C409.475 22.8047 1110.5 22.8047 1180.91 22.8047C1292.97 22.8047 1389.41 80.9245 1389.41 232.925C1389.41 1036.51 1389.41 2602.38 1389.41 2659.9C1389.41 2717.43 1372.4 2870.02 1177.66 2870.02C982.911 2870.02 548.736 2870.02 244.329 2870.02C60.5258 2870.02 30.9505 2737.19 30.9505 2658.27Z\" fill=\"url(#paint14_linear_76_2905)\"/>\n</g>\n<g opacity=\"0.6\" filter=\"url(#filter7_f_76_2905)\">\n<path d=\"M236.182 24.4336C131.83 24.4337 47.2365 109.027 47.2363 213.379V2679.45C47.2363 2783.8 131.83 2868.39 236.182 2868.39H228.037C123.685 2868.39 39.0918 2783.8 39.0918 2679.45V213.379C39.092 109.027 123.686 24.4338 228.037 24.4336H236.182Z\" fill=\"white\"/>\n</g>\n<g opacity=\"0.6\" filter=\"url(#filter8_f_76_2905)\">\n<path d=\"M1193.13 24.4336C1297.48 24.4337 1382.07 109.027 1382.07 213.379V2679.45C1382.07 2783.8 1297.48 2868.39 1193.13 2868.39H1183.35C1287.71 2868.39 1372.3 2783.8 1372.3 2679.45V213.379C1372.3 109.027 1287.71 24.4336 1183.35 24.4336H1193.13Z\" fill=\"white\"/>\n</g>\n<path d=\"M1180.91 22.8047C1292.97 22.8048 1389.41 80.925 1389.41 232.926V2659.9C1389.41 2717.43 1372.4 2870.02 1177.66 2870.02H244.329C60.5263 2870.02 30.9505 2737.19 30.9505 2658.27C30.9505 2579.35 30.9432 1038 30.9505 232.926C30.9514 133.102 75.9255 22.8047 242.701 22.8047H1180.91ZM242.701 34.207C168.204 34.207 115.931 56.6891 83.1839 97.5605C55.5594 132.039 42.3534 179.227 42.3529 232.926C42.3506 480.176 42.3499 811.017 42.3499 1206.84C42.35 1511.15 42.3499 1834.4 42.3509 2173.31C42.3514 2336.5 42.3529 2649.86 42.3529 2658.27C42.3529 2706.62 53.2249 2751.99 78.0326 2787.17C110.277 2832.9 164.056 2858.62 244.329 2858.62H1177.66C1261.31 2858.62 1315.57 2830.15 1346.92 2780.45C1369.23 2745.07 1378 2702.7 1378 2659.9V232.926C1378 163.743 1357.47 112.691 1319.65 79.4258C1285.5 49.3858 1237.39 34.2071 1180.91 34.207H242.701Z\" fill=\"#18191A\"/>\n<g filter=\"url(#filter9_i_76_2905)\">\n<g clip-path=\"url(#paint15_angular_76_2905_clip_path)\" data-figma-skip-parse=\"true\"><g transform=\"matrix(0.110761 0 0 0.110761 710.175 2713.65)\"><foreignObject x=\"-1000\" y=\"-1000\" width=\"2000\" height=\"2000\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"background:conic-gradient(from 90deg,rgba(69, 70, 75, 1) 0deg,rgba(77, 78, 83, 1) 11.854deg,rgba(76, 77, 82, 1) 39.6554deg,rgba(9, 10, 16, 1) 72.205deg,rgba(29, 30, 35, 1) 105.699deg,rgba(71, 72, 77, 1) 143.649deg,rgba(66, 67, 72, 1) 180.477deg,rgba(9, 10, 16, 1) 200.744deg,rgba(9, 10, 16, 1) 226.673deg,rgba(15, 16, 21, 1) 263.032deg,rgba(27, 28, 33, 1) 307.087deg,rgba(55, 56, 60, 1) 337.458deg,rgba(69, 70, 75, 1) 360deg);height:100%;width:100%;opacity:1\"></div></foreignObject></g></g><path d=\"M710.176 2602.89C771.347 2602.89 820.937 2652.48 820.937 2713.65C820.936 2774.82 771.347 2824.41 710.176 2824.41C649.004 2824.41 599.414 2774.82 599.414 2713.65C599.414 2652.48 649.004 2602.89 710.176 2602.89ZM710.176 2615.92C656.201 2615.92 612.444 2659.68 612.444 2713.65C612.445 2767.63 656.201 2811.38 710.176 2811.38C764.151 2811.38 807.906 2767.63 807.906 2713.65C807.906 2659.68 764.151 2615.92 710.176 2615.92Z\" data-figma-gradient-fill=\"{"type":"GRADIENT_ANGULAR","stops":[{"color":{"r":0.30196079611778259,"g":0.30588236451148987,"b":0.32549020648002625,"a":1.0},"position":0.032927863299846649},{"color":{"r":0.29803922772407532,"g":0.30196079611778259,"b":0.32156863808631897,"a":1.0},"position":0.11015389859676361},{"color":{"r":0.035294119268655777,"g":0.039215687662363052,"b":0.062745101749897003,"a":1.0},"position":0.20056945085525513},{"color":{"r":0.11372549086809158,"g":0.11764705926179886,"b":0.13725490868091583,"a":1.0},"position":0.29360899329185486},{"color":{"r":0.27843138575553894,"g":0.28235295414924622,"b":0.30196079611778259,"a":1.0},"position":0.39902633428573608},{"color":{"r":0.25882354378700256,"g":0.26274511218070984,"b":0.28235295414924622,"a":1.0},"position":0.50132524967193604},{"color":{"r":0.035294119268655777,"g":0.039215687662363052,"b":0.062745101749897003,"a":1.0},"position":0.55762225389480591},{"color":{"r":0.035294119268655777,"g":0.039215687662363052,"b":0.062745101749897003,"a":1.0},"position":0.62964832782745361},{"color":{"r":0.058823529630899429,"g":0.062745101749897003,"b":0.082352943718433380,"a":1.0},"position":0.73064529895782471},{"color":{"r":0.10588235408067703,"g":0.10980392247438431,"b":0.12941177189350128,"a":1.0},"position":0.85301899909973145},{"color":{"r":0.21568627655506134,"g":0.21960784494876862,"b":0.23529411852359772,"a":1.0},"position":0.93738424777984619}],"stopsVar":[],"transform":{"m00":221.52264404296875,"m01":0.0,"m02":599.41406250,"m10":0.0,"m11":221.52264404296875,"m12":2602.89160156250},"opacity":1.0,"blendMode":"NORMAL","visible":true}\"/>\n</g>\n</g>\n</g>\n</g>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M582 190.25C582 182.517 588.269 176.248 596.002 176.248H821.881C829.614 176.248 835.883 182.517 835.883 190.25C835.883 197.984 829.614 204.253 821.881 204.253H596.002C588.269 204.253 582 197.984 582 190.25Z\" fill=\"url(#paint16_linear_76_2905)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M582 190.25C582 182.517 588.269 176.248 596.002 176.248H821.881C829.614 176.248 835.883 182.517 835.883 190.25C835.883 197.984 829.614 204.253 821.881 204.253H596.002C588.269 204.253 582 197.984 582 190.25Z\" fill=\"url(#paint17_radial_76_2905)\"/>\n<g filter=\"url(#filter10_i_76_2905)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M584.025 188.591C584.025 182.488 588.973 177.541 595.076 177.541H822.799C828.902 177.541 833.85 182.488 833.85 188.591V191.912C833.85 198.015 828.902 202.963 822.799 202.963H595.076C588.973 202.963 584.025 198.015 584.025 191.912V188.591Z\" fill=\"#202020\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M584.025 188.591C584.025 182.488 588.973 177.541 595.076 177.541H822.799C828.902 177.541 833.85 182.488 833.85 188.591V191.912C833.85 198.015 828.902 202.963 822.799 202.963H595.076C588.973 202.963 584.025 198.015 584.025 191.912V188.591Z\" fill=\"url(#pattern0_76_2905)\" fill-opacity=\"0.02\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M584.025 188.591C584.025 182.488 588.973 177.541 595.076 177.541H822.799C828.902 177.541 833.85 182.488 833.85 188.591V191.912C833.85 198.015 828.902 202.963 822.799 202.963H595.076C588.973 202.963 584.025 198.015 584.025 191.912V188.591Z\" fill=\"url(#paint18_linear_76_2905)\"/>\n</g>\n<g filter=\"url(#filter11_d_76_2905)\">\n<circle cx=\"488.367\" cy=\"190.367\" r=\"24.3673\" fill=\"#121113\"/>\n<circle cx=\"488.367\" cy=\"190.367\" r=\"21.9305\" stroke=\"url(#paint19_radial_76_2905)\" stroke-width=\"4.87346\"/>\n</g>\n<circle cx=\"488.37\" cy=\"190.372\" r=\"15.1077\" fill=\"url(#paint20_radial_76_2905)\"/>\n<g clip-path=\"url(#paint21_angular_76_2905_clip_path)\" data-figma-skip-parse=\"true\"><g transform=\"matrix(0 0.0146204 -0.0146204 0 488.37 190.372)\"><foreignObject x=\"-1066.67\" y=\"-1066.67\" width=\"2133.33\" height=\"2133.33\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"background:conic-gradient(from 90deg,rgba(0, 0, 0, 0) 0deg,rgba(0, 0, 0, 0) 148.125deg,rgba(0, 0, 0, 1) 183.75deg,rgba(0, 0, 0, 0) 294.375deg,rgba(0, 0, 0, 0) 360deg);height:100%;width:100%;opacity:1\"></div></foreignObject></g></g><circle cx=\"488.37\" cy=\"190.372\" r=\"15.1077\" data-figma-gradient-fill=\"{"type":"GRADIENT_ANGULAR","stops":[{"color":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"position":0.41145834326744080},{"color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0},"position":0.51041668653488159},{"color":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"position":0.81770831346511841}],"stopsVar":[],"transform":{"m00":1.7904783609386373e-15,"m01":-29.240728378295898,"m02":502.990722656250,"m10":29.240728378295898,"m11":1.7904783609386373e-15,"m12":175.7519531250},"opacity":1.0,"blendMode":"NORMAL","visible":true}\"/>\n<g clip-path=\"url(#paint22_angular_76_2905_clip_path)\" data-figma-skip-parse=\"true\"><g transform=\"matrix(0 0.0146204 -0.0146204 0 488.37 190.372)\"><foreignObject x=\"-1066.67\" y=\"-1066.67\" width=\"2133.33\" height=\"2133.33\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"background:conic-gradient(from 90deg,rgba(0, 0, 0, 1) 0deg,rgba(0, 0, 0, 0) 60deg,rgba(0, 0, 0, 0) 318.75deg,rgba(0, 0, 0, 1) 360deg);height:100%;width:100%;opacity:1\"></div></foreignObject></g></g><circle cx=\"488.37\" cy=\"190.372\" r=\"15.1077\" data-figma-gradient-fill=\"{"type":"GRADIENT_ANGULAR","stops":[{"color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0},"position":0.0},{"color":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"position":0.16666667163372040},{"color":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"position":0.88541668653488159}],"stopsVar":[],"transform":{"m00":1.7904783609386373e-15,"m01":-29.240728378295898,"m02":502.990722656250,"m10":29.240728378295898,"m11":1.7904783609386373e-15,"m12":175.7519531250},"opacity":1.0,"blendMode":"NORMAL","visible":true}\"/>\n<circle cx=\"488.37\" cy=\"190.372\" r=\"15.1077\" stroke=\"#0D0D0D\" stroke-width=\"0.974691\"/>\n<line x1=\"488.371\" y1=\"175.752\" x2=\"488.371\" y2=\"204.993\" stroke=\"black\" stroke-opacity=\"0.7\" stroke-width=\"2.43673\"/>\n<g filter=\"url(#filter12_f_76_2905)\">\n<circle cx=\"485.076\" cy=\"187.945\" r=\"3.2888\" fill=\"#554C72\"/>\n</g>\n<g filter=\"url(#filter13_f_76_2905)\">\n<path d=\"M500.353 188.61C500.353 191.212 498.243 193.322 495.641 193.322C493.039 193.322 490.93 191.212 490.93 188.61C490.93 186.008 493.039 183.898 495.641 183.898C498.243 183.898 500.353 186.008 500.353 188.61Z\" fill=\"#13194C\" fill-opacity=\"0.5\"/>\n</g>\n<g filter=\"url(#filter14_f_76_2905)\">\n<circle cx=\"491.806\" cy=\"196.908\" r=\"2.82759\" fill=\"#468CBF\" fill-opacity=\"0.08\"/>\n</g>\n<g filter=\"url(#filter15_f_76_2905)\">\n<circle cx=\"484.412\" cy=\"186.59\" r=\"1.26002\" fill=\"#EAE4FF\" fill-opacity=\"0.7\"/>\n</g>\n<g opacity=\"0.9\">\n<rect x=\"129\" y=\"416.209\" width=\"10.162\" height=\"12.1944\" rx=\"1.01617\" fill=\"white\"/>\n<rect x=\"143.229\" y=\"410.113\" width=\"10.1621\" height=\"18.2918\" rx=\"1.01617\" fill=\"white\"/>\n<rect x=\"158.469\" y=\"403.002\" width=\"10.1623\" height=\"25.4057\" rx=\"1.01617\" fill=\"white\"/>\n<rect x=\"172.697\" y=\"394.873\" width=\"10.1618\" height=\"33.534\" rx=\"1.01617\" fill=\"white\"/>\n</g>\n<g opacity=\"0.9\">\n<path d=\"M248.918 405.621C242.326 398.983 233.191 394.873 223.097 394.873C212.972 394.873 203.813 399.008 197.217 405.681L202.935 411.399C208.068 406.19 215.206 402.96 223.097 402.96C230.958 402.96 238.071 406.165 243.2 411.339L248.918 405.621Z\" fill=\"white\"/>\n<path d=\"M239.626 414.913C235.412 410.653 229.562 408.014 223.097 408.014C216.601 408.014 210.728 410.678 206.509 414.973L212.228 420.692C214.982 417.86 218.835 416.101 223.097 416.101C227.33 416.101 231.157 417.835 233.907 420.631L239.626 414.913Z\" fill=\"white\"/>\n<path d=\"M230.333 424.206C228.498 422.324 225.934 421.155 223.097 421.155C220.23 421.155 217.642 422.349 215.802 424.266L223.037 431.502L230.333 424.206Z\" fill=\"white\"/>\n</g>\n<path d=\"M680.13 395.954C673.769 395.954 669.086 400.228 669.086 406.179V406.22C669.086 411.763 673.095 415.853 678.78 415.853C682.768 415.853 685.713 413.808 686.879 411.108H687.002C687.002 411.435 686.981 411.742 686.961 412.049C686.756 417.632 684.772 422.173 680.028 422.173C677.389 422.173 675.59 420.864 674.792 418.839L674.731 418.655H669.495L669.536 418.88C670.456 423.338 674.547 426.488 680.007 426.488C687.533 426.488 692.053 420.659 692.053 410.904V410.863C692.053 400.514 686.634 395.954 680.13 395.954ZM680.13 411.783C676.776 411.783 674.281 409.39 674.281 406.036V405.995C674.281 402.805 676.919 400.269 680.191 400.269C683.504 400.269 686.081 402.825 686.081 406.098V406.118C686.081 409.411 683.504 411.783 680.13 411.783ZM698.639 406.67C700.295 406.67 701.584 405.361 701.584 403.705C701.584 402.048 700.295 400.76 698.639 400.76C696.982 400.76 695.673 402.048 695.673 403.705C695.673 405.361 696.982 406.67 698.639 406.67ZM698.639 421.682C700.295 421.682 701.584 420.373 701.584 418.716C701.584 417.06 700.295 415.771 698.639 415.771C696.982 415.771 695.673 417.06 695.673 418.716C695.673 420.373 696.982 421.682 698.639 421.682ZM719.724 425.977H724.755V420.311H728.764V415.976H724.755V396.465H717.25L704.999 415.812V420.311H719.724V425.977ZM709.744 416.098V415.955L719.683 400.453H719.806V416.098H709.744ZM739.46 425.977H744.634V396.465H739.419L731.709 401.885V406.732L739.337 401.496H739.46V425.977Z\" fill=\"white\"/>\n<rect opacity=\"0.6\" x=\"1227\" y=\"389.06\" width=\"67.9737\" height=\"32.4651\" rx=\"6.59447\" stroke=\"white\" stroke-width=\"3.0436\"/>\n<rect opacity=\"0.9\" x=\"1230.54\" y=\"392.615\" width=\"60.872\" height=\"25.3633\" rx=\"4.05814\" fill=\"white\"/>\n<path opacity=\"0.6\" d=\"M1298.52 400.727V400.727C1300.76 400.727 1302.58 402.543 1302.58 404.785V405.799C1302.58 408.04 1300.76 409.857 1298.52 409.857V409.857V400.727Z\" fill=\"white\"/>\n<defs>\n<filter id=\"filter0_i_76_2905\" x=\"8.14453\" y=\"0\" width=\"1404.06\" height=\"2892.83\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"8.14421\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.223529 0 0 0 0 0.231373 0 0 0 0 0.239216 0 0 0 0.6 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_76_2905\"/>\n</filter>\n<filter id=\"filter1_d_76_2905\" x=\"614.074\" y=\"2886.31\" width=\"192.203\" height=\"6.51562\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.1 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_76_2905\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_76_2905\" result=\"shape\"/>\n</filter>\n<filter id=\"filter2_di_76_2905\" x=\"0\" y=\"367.238\" width=\"14.66\" height=\"119.041\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"1.62884\"/>\n<feGaussianBlur stdDeviation=\"0.814421\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_76_2905\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_76_2905\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"1.62884\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.317647 0 0 0 0 0.321569 0 0 0 0 0.333333 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect2_innerShadow_76_2905\"/>\n</filter>\n<filter id=\"filter3_di_76_2905\" x=\"1.62891\" y=\"614.822\" width=\"14.66\" height=\"217.517\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"1.62884\"/>\n<feGaussianBlur stdDeviation=\"0.814421\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_76_2905\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_76_2905\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"1.62884\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.317647 0 0 0 0 0.321569 0 0 0 0 0.333333 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect2_innerShadow_76_2905\"/>\n</filter>\n<filter id=\"filter4_di_76_2905\" x=\"1.62891\" y=\"877.946\" width=\"14.66\" height=\"218.265\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"1.62884\"/>\n<feGaussianBlur stdDeviation=\"0.814421\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_76_2905\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_76_2905\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"1.62884\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.317647 0 0 0 0 0.321569 0 0 0 0 0.333333 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect2_innerShadow_76_2905\"/>\n</filter>\n<filter id=\"filter5_di_76_2905\" x=\"1407.32\" y=\"614.822\" width=\"14.66\" height=\"216.77\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"1.62884\"/>\n<feGaussianBlur stdDeviation=\"0.814421\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_76_2905\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_76_2905\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"1.62884\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.317647 0 0 0 0 0.321569 0 0 0 0 0.333333 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect2_innerShadow_76_2905\"/>\n</filter>\n<filter id=\"filter6_di_76_2905\" x=\"24.4319\" y=\"19.547\" width=\"1371.49\" height=\"2860.25\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"3.25769\"/>\n<feGaussianBlur stdDeviation=\"3.25769\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_76_2905\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_76_2905\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"1.62884\"/>\n<feGaussianBlur stdDeviation=\"1.62884\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.14 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect2_innerShadow_76_2905\"/>\n</filter>\n<filter id=\"filter7_f_76_2905\" x=\"30.2365\" y=\"15.5783\" width=\"214.8\" height=\"2861.67\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"4.42765\" result=\"effect1_foregroundBlur_76_2905\"/>\n</filter>\n<filter id=\"filter8_f_76_2905\" x=\"1174.5\" y=\"15.5783\" width=\"216.429\" height=\"2861.67\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"4.42765\" result=\"effect1_foregroundBlur_76_2905\"/>\n</filter>\n<filter id=\"filter9_i_76_2905\" x=\"599.414\" y=\"2602.89\" width=\"223.152\" height=\"221.522\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"1.62884\"/>\n<feGaussianBlur stdDeviation=\"0.814421\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.112687 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_76_2905\"/>\n</filter>\n<clipPath id=\"paint15_angular_76_2905_clip_path\"><path d=\"M710.176 2602.89C771.347 2602.89 820.937 2652.48 820.937 2713.65C820.936 2774.82 771.347 2824.41 710.176 2824.41C649.004 2824.41 599.414 2774.82 599.414 2713.65C599.414 2652.48 649.004 2602.89 710.176 2602.89ZM710.176 2615.92C656.201 2615.92 612.444 2659.68 612.444 2713.65C612.445 2767.63 656.201 2811.38 710.176 2811.38C764.151 2811.38 807.906 2767.63 807.906 2713.65C807.906 2659.68 764.151 2615.92 710.176 2615.92Z\"/></clipPath><filter id=\"filter10_i_76_2905\" x=\"584.025\" y=\"177.541\" width=\"249.824\" height=\"32.7888\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"7.36693\"/>\n<feGaussianBlur stdDeviation=\"3.68346\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_76_2905\"/>\n</filter>\n<pattern id=\"pattern0_76_2905\" patternContentUnits=\"objectBoundingBox\" width=\"0.0368605\" height=\"0.362238\">\n<use xlink:href=\"#image0_76_2905\" transform=\"scale(0.000575946 0.00565996)\"/>\n</pattern>\n<filter id=\"filter11_d_76_2905\" x=\"462.416\" y=\"164.416\" width=\"51.9021\" height=\"51.9021\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feMorphology radius=\"0.365509\" operator=\"dilate\" in=\"SourceAlpha\" result=\"effect1_dropShadow_76_2905\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"0.609182\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0705882 0 0 0 0 0.0313726 0 0 0 0 0.0235294 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_76_2905\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_76_2905\" result=\"shape\"/>\n</filter>\n<clipPath id=\"paint21_angular_76_2905_clip_path\"><circle cx=\"488.37\" cy=\"190.372\" r=\"15.1077\"/></clipPath><clipPath id=\"paint22_angular_76_2905_clip_path\"><circle cx=\"488.37\" cy=\"190.372\" r=\"15.1077\"/></clipPath><filter id=\"filter12_f_76_2905\" x=\"478.585\" y=\"181.454\" width=\"12.9826\" height=\"12.9826\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.60112\" result=\"effect1_foregroundBlur_76_2905\"/>\n</filter>\n<filter id=\"filter13_f_76_2905\" x=\"487.727\" y=\"180.696\" width=\"15.8283\" height=\"15.8283\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.60112\" result=\"effect1_foregroundBlur_76_2905\"/>\n</filter>\n<filter id=\"filter14_f_76_2905\" x=\"485.776\" y=\"190.878\" width=\"12.0588\" height=\"12.0588\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.60112\" result=\"effect1_foregroundBlur_76_2905\"/>\n</filter>\n<filter id=\"filter15_f_76_2905\" x=\"481.551\" y=\"183.729\" width=\"5.72176\" height=\"5.72176\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.800558\" result=\"effect1_foregroundBlur_76_2905\"/>\n</filter>\n<linearGradient id=\"paint0_linear_76_2905\" x1=\"8.14453\" y1=\"0\" x2=\"8.14453\" y2=\"2892.83\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#BDBEC5\"/>\n<stop offset=\"1\" stop-color=\"#6F7076\"/>\n</linearGradient>\n<linearGradient id=\"paint1_linear_76_2905\" x1=\"8.14453\" y1=\"273.645\" x2=\"34.206\" y2=\"273.645\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#242729\"/>\n<stop offset=\"0.329834\" stop-color=\"#404347\"/>\n<stop offset=\"1\" stop-color=\"#5D5F61\"/>\n</linearGradient>\n<linearGradient id=\"paint2_linear_76_2905\" x1=\"1412.21\" y1=\"273.645\" x2=\"1386.15\" y2=\"273.645\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#242729\"/>\n<stop offset=\"0.329834\" stop-color=\"#404347\"/>\n<stop offset=\"1\" stop-color=\"#5D5F61\"/>\n</linearGradient>\n<linearGradient id=\"paint3_linear_76_2905\" x1=\"8.14453\" y1=\"2622.44\" x2=\"34.206\" y2=\"2622.44\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#242729\"/>\n<stop offset=\"0.329834\" stop-color=\"#404347\"/>\n<stop offset=\"1\" stop-color=\"#5D5F61\"/>\n</linearGradient>\n<linearGradient id=\"paint4_linear_76_2905\" x1=\"1412.21\" y1=\"2622.44\" x2=\"1386.15\" y2=\"2622.44\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#242729\"/>\n<stop offset=\"0.329834\" stop-color=\"#404347\"/>\n<stop offset=\"1\" stop-color=\"#5D5F61\"/>\n</linearGradient>\n<linearGradient id=\"paint5_linear_76_2905\" x1=\"614.074\" y1=\"2886.31\" x2=\"614.074\" y2=\"2892.82\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#191B19\"/>\n<stop offset=\"1\" stop-color=\"#141414\"/>\n</linearGradient>\n<linearGradient id=\"paint6_linear_76_2905\" x1=\"0\" y1=\"368.762\" x2=\"0\" y2=\"484.755\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#222328\"/>\n<stop offset=\"0.0423816\" stop-color=\"#46474C\"/>\n<stop offset=\"0.0818956\" stop-color=\"#E5E6EB\"/>\n<stop offset=\"0.159207\" stop-color=\"#A9AAAF\"/>\n<stop offset=\"0.743404\" stop-color=\"#8A8B90\"/>\n<stop offset=\"0.876831\" stop-color=\"#9D9EA3\"/>\n<stop offset=\"0.907288\" stop-color=\"#C7C8CD\"/>\n<stop offset=\"0.952799\" stop-color=\"#4D4E53\"/>\n<stop offset=\"1\" stop-color=\"#25262A\"/>\n</linearGradient>\n<linearGradient id=\"paint7_linear_76_2905\" x1=\"1.65732\" y1=\"369.748\" x2=\"1.65732\" y2=\"481.778\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#898A8F\"/>\n<stop offset=\"0.0209784\" stop-color=\"#16171C\"/>\n<stop offset=\"0.0473709\" stop-color=\"#222328\"/>\n<stop offset=\"0.113477\" stop-color=\"#D2D3D8\"/>\n<stop offset=\"0.142449\" stop-color=\"#DDDEE3\"/>\n<stop offset=\"0.848754\" stop-color=\"#D2D3D8\"/>\n<stop offset=\"0.893643\" stop-color=\"#B9BABF\"/>\n<stop offset=\"0.979938\" stop-color=\"#212227\"/>\n<stop offset=\"1\" stop-color=\"#A3A4A9\"/>\n</linearGradient>\n<linearGradient id=\"paint8_linear_76_2905\" x1=\"1.62891\" y1=\"616.346\" x2=\"1.62891\" y2=\"830.711\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#222328\"/>\n<stop offset=\"0.0818956\" stop-color=\"#76777C\"/>\n<stop offset=\"0.159207\" stop-color=\"#A9AAAF\"/>\n<stop offset=\"0.743404\" stop-color=\"#8A8B90\"/>\n<stop offset=\"0.876831\" stop-color=\"#9D9EA3\"/>\n<stop offset=\"0.952799\" stop-color=\"#4D4E53\"/>\n<stop offset=\"1\" stop-color=\"#25262A\"/>\n</linearGradient>\n<linearGradient id=\"paint9_linear_76_2905\" x1=\"3.28623\" y1=\"617.332\" x2=\"3.28623\" y2=\"825.388\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#898A8F\"/>\n<stop offset=\"0.0209784\" stop-color=\"#16171C\"/>\n<stop offset=\"0.0473709\" stop-color=\"#222328\"/>\n<stop offset=\"0.113477\" stop-color=\"#D2D3D8\"/>\n<stop offset=\"0.142449\" stop-color=\"#DDDEE3\"/>\n<stop offset=\"0.848754\" stop-color=\"#D2D3D8\"/>\n<stop offset=\"0.893643\" stop-color=\"#B9BABF\"/>\n<stop offset=\"0.979938\" stop-color=\"#212227\"/>\n<stop offset=\"1\" stop-color=\"#A3A4A9\"/>\n</linearGradient>\n<linearGradient id=\"paint10_linear_76_2905\" x1=\"1.62891\" y1=\"879.575\" x2=\"1.62891\" y2=\"1094.58\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#222328\"/>\n<stop offset=\"0.0818956\" stop-color=\"#76777C\"/>\n<stop offset=\"0.159207\" stop-color=\"#A9AAAF\"/>\n<stop offset=\"0.743404\" stop-color=\"#8A8B90\"/>\n<stop offset=\"0.876831\" stop-color=\"#9D9EA3\"/>\n<stop offset=\"0.952799\" stop-color=\"#4D4E53\"/>\n<stop offset=\"1\" stop-color=\"#25262A\"/>\n</linearGradient>\n<linearGradient id=\"paint11_linear_76_2905\" x1=\"3.28623\" y1=\"881.204\" x2=\"3.28623\" y2=\"1089.26\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#898A8F\"/>\n<stop offset=\"0.0209784\" stop-color=\"#16171C\"/>\n<stop offset=\"0.0473709\" stop-color=\"#222328\"/>\n<stop offset=\"0.113477\" stop-color=\"#D2D3D8\"/>\n<stop offset=\"0.142449\" stop-color=\"#DDDEE3\"/>\n<stop offset=\"0.848754\" stop-color=\"#D2D3D8\"/>\n<stop offset=\"0.893643\" stop-color=\"#B9BABF\"/>\n<stop offset=\"0.979938\" stop-color=\"#212227\"/>\n<stop offset=\"1\" stop-color=\"#A3A4A9\"/>\n</linearGradient>\n<linearGradient id=\"paint12_linear_76_2905\" x1=\"1418.72\" y1=\"616.346\" x2=\"1418.72\" y2=\"830.069\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#222328\"/>\n<stop offset=\"0.0818956\" stop-color=\"#76777C\"/>\n<stop offset=\"0.159207\" stop-color=\"#A9AAAF\"/>\n<stop offset=\"0.743404\" stop-color=\"#8A8B90\"/>\n<stop offset=\"0.876831\" stop-color=\"#9D9EA3\"/>\n<stop offset=\"0.952799\" stop-color=\"#4D4E53\"/>\n<stop offset=\"1\" stop-color=\"#25262A\"/>\n</linearGradient>\n<linearGradient id=\"paint13_linear_76_2905\" x1=\"0.0284162\" y1=\"0\" x2=\"0.0284162\" y2=\"208.055\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#898A8F\"/>\n<stop offset=\"0.0209784\" stop-color=\"#16171C\"/>\n<stop offset=\"0.0473709\" stop-color=\"#222328\"/>\n<stop offset=\"0.113477\" stop-color=\"#D2D3D8\"/>\n<stop offset=\"0.142449\" stop-color=\"#DDDEE3\"/>\n<stop offset=\"0.848754\" stop-color=\"#D2D3D8\"/>\n<stop offset=\"0.893643\" stop-color=\"#B9BABF\"/>\n<stop offset=\"0.979938\" stop-color=\"#212227\"/>\n<stop offset=\"1\" stop-color=\"#A3A4A9\"/>\n</linearGradient>\n<linearGradient id=\"paint14_linear_76_2905\" x1=\"30.9473\" y1=\"22.8047\" x2=\"30.9473\" y2=\"2870.02\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#020202\"/>\n<stop offset=\"1\"/>\n</linearGradient>\n<linearGradient id=\"paint16_linear_76_2905\" x1=\"835.883\" y1=\"204.253\" x2=\"835.883\" y2=\"176.248\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#222222\"/>\n<stop offset=\"1\" stop-color=\"#111111\"/>\n</linearGradient>\n<radialGradient id=\"paint17_radial_76_2905\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(837.778 213.031) rotate(90) scale(28.0046 253.883)\">\n<stop stop-color=\"white\" stop-opacity=\"0.09\"/>\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.01\"/>\n</radialGradient>\n<linearGradient id=\"paint18_linear_76_2905\" x1=\"584.025\" y1=\"190.252\" x2=\"833.85\" y2=\"190.252\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-opacity=\"0.5\"/>\n<stop offset=\"1\" stop-opacity=\"0\"/>\n</linearGradient>\n<radialGradient id=\"paint19_radial_76_2905\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(473.138 168.437) rotate(55.2222) scale(53.3999)\">\n<stop stop-color=\"#0B0B0B\"/>\n<stop offset=\"1\" stop-color=\"#121212\"/>\n</radialGradient>\n<radialGradient id=\"paint20_radial_76_2905\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(488.37 190.372) rotate(90) scale(14.6204)\">\n<stop offset=\"0.213542\"/>\n<stop offset=\"0.270833\" stop-color=\"#081A32\"/>\n<stop offset=\"0.395833\" stop-color=\"#1F3A58\"/>\n<stop offset=\"0.515625\" stop-color=\"#375F90\"/>\n<stop offset=\"0.713542\" stop-color=\"#274871\"/>\n<stop offset=\"0.916667\" stop-color=\"#0D1528\"/>\n</radialGradient>\n<clipPath id=\"clip0_76_2905\">\n<rect width=\"1418.72\" height=\"2914\" fill=\"white\"/>\n</clipPath>\n<clipPath id=\"clip1_76_2905\">\n<rect width=\"1418.72\" height=\"2892.83\" fill=\"white\"/>\n</clipPath>\n<clipPath id=\"clip2_76_2905\">\n<rect width=\"1418.72\" height=\"2892.83\" fill=\"white\"/>\n</clipPath>\n<clipPath id=\"clip3_76_2905\">\n<rect width=\"1404.06\" height=\"2440.01\" fill=\"white\" transform=\"translate(8.14453 226.408)\"/>\n</clipPath>\n<clipPath id=\"clip4_76_2905\">\n<rect width=\"568.466\" height=\"11.4019\" fill=\"white\" transform=\"translate(237.811 2881.42)\"/>\n</clipPath>\n<clipPath id=\"clip5_76_2905\">\n<rect width=\"11.4019\" height=\"117.277\" fill=\"white\" transform=\"translate(0 368.119)\"/>\n</clipPath>\n<clipPath id=\"clip6_76_2905\">\n<rect width=\"11.4019\" height=\"215.007\" fill=\"white\" transform=\"translate(1.62891 615.703)\"/>\n</clipPath>\n<clipPath id=\"clip7_76_2905\">\n<rect width=\"11.4019\" height=\"216.636\" fill=\"white\" transform=\"translate(1.62891 877.946)\"/>\n</clipPath>\n<clipPath id=\"clip8_76_2905\">\n<rect width=\"11.4019\" height=\"215.007\" fill=\"white\" transform=\"matrix(-1 0 0 1 1418.72 615.703)\"/>\n</clipPath>\n<clipPath id=\"clip9_76_2905\">\n<rect width=\"1360.08\" height=\"2847.22\" fill=\"white\" transform=\"translate(30.9473 22.8047)\"/>\n</clipPath>\n<image id=\"image0_76_2905\" width=\"64\" height=\"64\" preserveAspectRatio=\"none\" xlink:href=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAA40lEQVR4Xu3bQQ6EQAhEUbj/oXsO8Sdh4XOvJAi/qkF3Zt6E6710++xuiD6T40uACtACqYlzD2IACFKBkoHcgmSQDJJBMngKIT6ADygF6DSYfcCLTzg/z0eGrASogDbT0gKxB2MB5pkiBoBgrEEMwIBjLx9fAAiCIAhygmkkRgYjhWMHditsL2AvYC+QIHjdwzk+BmAABmBAWc1kCF0bKRAEQRAEQRAMGaACbaCUz/P5BRiKxhQaiV07uRjfYgQDMKDpGAhGCMUCzD4CBEEw1iAGYIBPZMJh+g8/P8cKpAJfV4EfMee/sLtaEFIAAAAASUVORK5CYII=\"/>\n</defs>\n<rect data-zone=\"screen-area\" x=\"89\" y=\"370\" width=\"1242\" height=\"2209\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-top\" x=\"89\" y=\"370\" width=\"1242\" height=\"66\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-bottom\" x=\"89\" y=\"2579\" width=\"1242\" height=\"0\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"status-bar\" x=\"89\" y=\"370\" width=\"1242\" height=\"66\" fill=\"none\" stroke=\"none\"/>\n</svg>\n`;\nconst SVG_STRING_SCALED = SVG_STRING\n .replace(/\\swidth=\"[^\"]*\"/, ' width=\"100%\"')\n .replace(/\\sheight=\"[^\"]*\"/, ' height=\"100%\"')\n .replace(/<svg\\b/, '<svg preserveAspectRatio=\"xMidYMid meet\" style=\"display:block\"');\n\nexport function IPhoneSE3SVG({ style }: DeviceSVGProps) {\n return <div style={style} dangerouslySetInnerHTML={{ __html: SVG_STRING_SCALED }} />;\n}\nexport const IPHONE_SE_3_FRAME: DeviceFrameInfo = {\n \"bezelTop\": 112,\n \"bezelBottom\": 101,\n \"bezelLeft\": 27,\n \"bezelRight\": 27,\n \"totalWidth\": 429,\n \"totalHeight\": 880,\n \"screenWidth\": 375,\n \"screenHeight\": 667,\n \"screenRadius\": 2\n};\nexport const IPHONE_SE_3_SCREEN_RECT: SVGScreenRect = { \"x\": 89, \"y\": 370, \"width\": 1242, \"height\": 2209, \"rx\": 0 };\n","import type { CSSProperties } from \"react\";\nimport type { DeviceFrameInfo, DeviceLayoutData, DeviceMeta, SVGScreenRect } from \"../contract-types.js\";\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport const GALAXY_S25_META: DeviceMeta = {\n id: \"galaxy-s25\",\n name: \"Galaxy S25\",\n platform: \"android\",\n year: 2025,\n formFactor: \"phone\",\n screen: {\n width: 360,\n height: 780,\n physicalWidth: 1080,\n physicalHeight: 2340,\n dpr: 3,\n aspectRatio: \"19.5:9\",\n cornerRadius: 42,\n ppi: 425\n }\n};\nexport const GALAXY_S25_LAYOUT: DeviceLayoutData = {\n meta: GALAXY_S25_META,\n safeArea: {\n portrait: { top: 32, bottom: 24, left: 0, right: 0 },\n landscape: { top: 0, bottom: 24, left: 32, right: 32 }\n },\n hardwareOverlays: {\n type: \"punch-hole\",\n portrait: {\n x: 176,\n // centered: (360 - 9) / 2 ~ 176\n y: 12,\n width: 9,\n height: 9,\n shape: \"circle\",\n cornerRadius: 4.5\n }\n },\n statusBar: {\n height: 32,\n style: \"fullwidth\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true\n },\n homeIndicator: {\n type: \"gestureline\",\n height: 5,\n width: 90,\n visible: true\n },\n hardwareButtons: {\n volumeUp: { side: \"right\", yPosition: 180 },\n volumeDown: { side: \"right\", yPosition: 214 },\n power: { side: \"right\", yPosition: 260 }\n }\n};\nconst SVG_STRING = `<svg width=\"1554\" height=\"3200\" viewBox=\"0 0 1554 3200\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g filter=\"url(#filter0_iiiiiii_67_1782)\">\n<path d=\"M1553.3 1232.62C1553.3 1228.77 1550.18 1225.65 1546.34 1225.65H1535.89V1465.44H1546.34C1550.18 1465.44 1553.3 1462.32 1553.3 1458.47V1232.62Z\" fill=\"#6F89C9\"/>\n</g>\n<g filter=\"url(#filter1_iiiiiii_67_1782)\">\n<path d=\"M1553.3 589.309C1553.3 585.461 1550.18 582.342 1546.34 582.342H1535.89V1015.47H1546.34C1550.18 1015.47 1553.3 1012.35 1553.3 1008.5V589.309Z\" fill=\"#6F89C9\"/>\n</g>\n<g filter=\"url(#filter2_ii_67_1782)\">\n<g clip-path=\"url(#clip0_67_1782)\">\n<rect x=\"0.197388\" width=\"1538.59\" height=\"3199.11\" rx=\"188.115\" fill=\"url(#paint0_linear_67_1782)\"/>\n<g opacity=\"0.6\" filter=\"url(#filter3_n_67_1782)\" style=\"mix-blend-mode:hard-light\">\n<rect x=\"-114.205\" y=\"-26.8535\" width=\"1767.4\" height=\"3252.82\" fill=\"#919DBF\"/>\n</g>\n<g opacity=\"0.8\" filter=\"url(#filter4_f_67_1782)\">\n<rect x=\"0.198486\" y=\"268.799\" width=\"33.8641\" height=\"22.0618\" fill=\"#4F6599\"/>\n</g>\n<g opacity=\"0.8\" filter=\"url(#filter5_f_67_1782)\">\n<rect x=\"0.198486\" y=\"2917.72\" width=\"33.8641\" height=\"22.0618\" fill=\"#35456A\"/>\n</g>\n<g opacity=\"0.8\" filter=\"url(#filter6_f_67_1782)\">\n<path d=\"M1504.74 263.246H1538.61V285.308H1504.74V263.246Z\" fill=\"#2C447E\"/>\n</g>\n<g opacity=\"0.8\" filter=\"url(#filter7_f_67_1782)\">\n<path d=\"M558.33 30.4785V5.42068H580.392V30.4785H558.33Z\" fill=\"#4E6499\"/>\n</g>\n<g opacity=\"0.8\" filter=\"url(#filter8_f_67_1782)\">\n<path d=\"M206.287 3199.31V3174.25H228.349V3199.31H206.287Z\" fill=\"#19243F\"/>\n</g>\n<g opacity=\"0.8\" filter=\"url(#filter9_f_67_1782)\">\n<path d=\"M1312.2 3199.31V3174.25H1334.26V3199.31H1312.2Z\" fill=\"#19243F\"/>\n</g>\n<g filter=\"url(#filter10_di_67_1782)\">\n<g clip-path=\"url(#clip1_67_1782)\">\n<rect x=\"22.0634\" y=\"22.0645\" width=\"1494.47\" height=\"3154.98\" rx=\"174.18\" fill=\"#1B1B1B\"/>\n<rect x=\"48.1907\" y=\"48.1895\" width=\"1442.21\" height=\"3102.73\" rx=\"150.956\" fill=\"white\"/>\n<g clip-path=\"url(#clip2_67_1782)\">\n<circle cx=\"769.124\" cy=\"124.112\" r=\"38.4342\" fill=\"#101010\"/>\n<circle cx=\"769.124\" cy=\"124.114\" r=\"28.6413\" fill=\"#010000\"/>\n<g filter=\"url(#filter11_f_67_1782)\">\n<circle cx=\"769.11\" cy=\"124.047\" r=\"12.8207\" fill=\"#82847A\" fill-opacity=\"0.78\"/>\n</g>\n<g filter=\"url(#filter12_f_67_1782)\">\n<circle cx=\"771.281\" cy=\"123.447\" r=\"13.4764\" fill=\"#0E0C10\"/>\n</g>\n<g filter=\"url(#filter13_f_67_1782)\">\n<circle cx=\"768.49\" cy=\"126.756\" r=\"10.1112\" fill=\"#1D1D45\" fill-opacity=\"0.91\"/>\n</g>\n<g filter=\"url(#filter14_f_67_1782)\">\n<path d=\"M759.279 118.778C759.465 118.521 759.646 118.422 759.786 118.422C759.608 118.535 759.439 118.654 759.279 118.778C758.843 119.381 758.382 120.856 758.382 123.968C758.382 129.515 761.122 131.72 764.13 133.257C767.137 134.794 769.141 136.331 766.201 136.264C763.261 136.197 758.449 133.524 757.514 130.985C756.613 128.539 755.092 122.003 759.279 118.778Z\" fill=\"#5F6351\" fill-opacity=\"0.5\"/>\n</g>\n<g filter=\"url(#filter15_f_67_1782)\">\n<path d=\"M758.784 121.227C758.898 121.017 759.016 120.933 759.11 120.928C758.995 121.024 758.886 121.124 758.784 121.227C758.515 121.72 758.265 122.903 758.39 125.367C758.614 129.757 760.545 131.409 762.628 132.522C764.711 133.636 766.12 134.784 764.142 134.832C762.163 134.879 758.821 132.928 758.09 130.95C757.386 129.045 756.1 123.924 758.784 121.227Z\" fill=\"#969C82\" fill-opacity=\"0.5\"/>\n</g>\n<g filter=\"url(#filter16_f_67_1782)\">\n<path d=\"M767.033 129.226C767.634 128.136 765.969 126.67 765.061 126.073C763.592 123.314 765.227 120.48 766.338 122.164C766.338 125.005 767.318 124.1 770.615 127.577C773.913 131.053 771.764 132.201 769.398 133.097C767.033 133.993 765.061 133.276 763.807 131.843C762.553 130.409 766.28 130.588 767.033 129.226Z\" fill=\"url(#paint1_linear_67_1782)\"/>\n</g>\n<g filter=\"url(#filter17_f_67_1782)\">\n<path d=\"M760.799 123.783C757.988 121.913 758.7 126.808 759.407 129.489C760.449 131.294 764.001 133.965 767.603 134.392C771.206 134.818 764.311 126.119 760.799 123.783Z\" fill=\"#263648\"/>\n</g>\n<g filter=\"url(#filter18_f_67_1782)\">\n<path d=\"M766.604 121.027C766.604 116.71 770.077 115.506 771.813 115.443C774.26 115.443 776.016 116.51 778.149 119.459C780.282 122.408 778.337 126.925 777.584 127.991C776.831 129.058 774.196 129.246 771.813 128.87C769.429 128.493 766.604 126.423 766.604 121.027Z\" fill=\"url(#paint2_linear_67_1782)\"/>\n</g>\n<g filter=\"url(#filter19_f_67_1782)\">\n<path d=\"M769.653 121.309C769.653 119.821 770.338 119.189 770.681 119.059C774.939 119.059 774.596 121.309 774.596 122.19C774.596 123.072 773.91 124.931 771.904 124.931C769.897 124.931 769.653 123.169 769.653 121.309Z\" fill=\"url(#paint3_radial_67_1782)\" fill-opacity=\"0.86\"/>\n</g>\n<g filter=\"url(#filter20_f_67_1782)\">\n<path d=\"M770.639 120.672C770.639 119.184 771.099 118.552 771.33 118.422C774.189 118.422 773.958 120.672 773.958 121.554C773.958 122.435 773.498 124.294 772.151 124.294C770.804 124.294 770.639 122.532 770.639 120.672Z\" fill=\"url(#paint4_radial_67_1782)\" fill-opacity=\"0.5\"/>\n</g>\n<g filter=\"url(#filter21_f_67_1782)\">\n<path d=\"M760.793 120.04C761.145 117.3 764.561 114.429 766.225 113.336C771.658 112.015 771.805 114.07 772.098 115.391C772.392 116.713 770.336 117.691 768.966 116.713C767.596 115.734 766.225 116.174 763.583 118.181C760.94 120.187 760.353 123.466 760.793 120.04Z\" fill=\"url(#paint5_linear_67_1782)\"/>\n</g>\n<g filter=\"url(#filter22_f_67_1782)\">\n<path d=\"M775.94 119.301C774.652 117.275 772.296 115.196 771.279 114.41C771.681 111.475 775.94 114.41 777.494 115.618C779.047 116.826 779.911 120.739 779.163 124.365C778.414 127.99 777.494 126.148 777.494 124.365C777.494 122.581 777.551 121.833 775.94 119.301Z\" fill=\"url(#paint6_linear_67_1782)\"/>\n</g>\n<g filter=\"url(#filter23_f_67_1782)\">\n<path d=\"M774.965 116.355C773.92 115.615 772.138 114.982 771.378 114.758C771.425 113.411 774.582 114.192 775.745 114.537C776.907 114.883 777.807 116.509 777.576 118.203C777.345 119.897 776.568 119.194 776.428 118.405C776.289 117.616 776.27 117.279 774.965 116.355Z\" fill=\"#B69DC9\" fill-opacity=\"0.5\"/>\n</g>\n<g filter=\"url(#filter24_f_67_1782)\" style=\"mix-blend-mode:hard-light\">\n<path d=\"M768.723 126.135L767.513 108.331C782.811 103.32 787.588 116.721 788.065 124.047L768.723 126.135Z\" fill=\"#A7B4D7\"/>\n<path d=\"M751.249 128.114L767.513 127.235V142.621C761.623 142.709 752.494 132.95 751.249 128.114Z\" fill=\"#A7B4D7\"/>\n</g>\n</g>\n<g opacity=\"0.4\" filter=\"url(#filter25_d_67_1782)\">\n<path d=\"M472.238 22.0645H1066.67L1057.3 26.5026C1054.42 27.8657 1051.28 28.5728 1048.09 28.5728H490.812C487.628 28.5728 484.484 27.8657 481.607 26.5026L472.238 22.0645Z\" fill=\"black\"/>\n</g>\n<g opacity=\"0.68\" filter=\"url(#filter26_f_67_1782)\">\n<ellipse cx=\"42.437\" cy=\"5.39542\" rx=\"42.437\" ry=\"5.39542\" transform=\"matrix(-0.751171 -0.660108 -0.660108 0.751171 1484.31 86.5078)\" fill=\"white\"/>\n</g>\n</g>\n</g>\n</g>\n</g>\n<defs>\n<filter id=\"filter0_iiiiiii_67_1782\" x=\"1532.96\" y=\"1221.75\" width=\"22.2971\" height=\"247.594\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feMorphology radius=\"0.975821\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect1_innerShadow_67_1782\"/>\n<feOffset dx=\"-3.90329\"/>\n<feGaussianBlur stdDeviation=\"0.975821\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.2 0 0 0 0 0.290196 0 0 0 0 0.466667 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_1782\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1.46373\"/>\n<feGaussianBlur stdDeviation=\"0.487911\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.533333 0 0 0 0 0.588235 0 0 0 0 0.694118 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_67_1782\" result=\"effect2_innerShadow_67_1782\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"6.09631\"/>\n<feGaussianBlur stdDeviation=\"0.975821\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.2 0 0 0 0 0.290196 0 0 0 0 0.466667 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_innerShadow_67_1782\" result=\"effect3_innerShadow_67_1782\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"11.7099\"/>\n<feGaussianBlur stdDeviation=\"1.95164\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.533333 0 0 0 0 0.588235 0 0 0 0 0.694118 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect3_innerShadow_67_1782\" result=\"effect4_innerShadow_67_1782\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-11.7099\"/>\n<feGaussianBlur stdDeviation=\"1.95164\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.533333 0 0 0 0 0.588235 0 0 0 0 0.694118 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect4_innerShadow_67_1782\" result=\"effect5_innerShadow_67_1782\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"6.09888\"/>\n<feGaussianBlur stdDeviation=\"1.46373\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0.0156863 0 0 0 0 0.145098 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect5_innerShadow_67_1782\" result=\"effect6_innerShadow_67_1782\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-6.09888\"/>\n<feGaussianBlur stdDeviation=\"1.46373\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0.0156863 0 0 0 0 0.145098 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect6_innerShadow_67_1782\" result=\"effect7_innerShadow_67_1782\"/>\n</filter>\n<filter id=\"filter1_iiiiiii_67_1782\" x=\"1532.96\" y=\"578.439\" width=\"22.2971\" height=\"440.935\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feMorphology radius=\"0.975821\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect1_innerShadow_67_1782\"/>\n<feOffset dx=\"-3.90329\"/>\n<feGaussianBlur stdDeviation=\"0.975821\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.2 0 0 0 0 0.290196 0 0 0 0 0.466667 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_1782\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1.46373\"/>\n<feGaussianBlur stdDeviation=\"0.487911\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.533333 0 0 0 0 0.588235 0 0 0 0 0.694118 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_67_1782\" result=\"effect2_innerShadow_67_1782\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"6.09631\"/>\n<feGaussianBlur stdDeviation=\"0.975821\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.2 0 0 0 0 0.290196 0 0 0 0 0.466667 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_innerShadow_67_1782\" result=\"effect3_innerShadow_67_1782\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"11.7099\"/>\n<feGaussianBlur stdDeviation=\"1.95164\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.533333 0 0 0 0 0.588235 0 0 0 0 0.694118 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect3_innerShadow_67_1782\" result=\"effect4_innerShadow_67_1782\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-11.7099\"/>\n<feGaussianBlur stdDeviation=\"1.95164\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.533333 0 0 0 0 0.588235 0 0 0 0 0.694118 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect4_innerShadow_67_1782\" result=\"effect5_innerShadow_67_1782\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"6.09888\"/>\n<feGaussianBlur stdDeviation=\"1.46373\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0.0156863 0 0 0 0 0.145098 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect5_innerShadow_67_1782\" result=\"effect6_innerShadow_67_1782\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-6.09888\"/>\n<feGaussianBlur stdDeviation=\"1.46373\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0.0156863 0 0 0 0 0.145098 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect6_innerShadow_67_1782\" result=\"effect7_innerShadow_67_1782\"/>\n</filter>\n<filter id=\"filter2_ii_67_1782\" x=\"0.197388\" y=\"0\" width=\"1538.59\" height=\"3199.11\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feMorphology radius=\"5.85493\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect1_innerShadow_67_1782\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"1.95164\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.517647 0 0 0 0 0.631373 0 0 0 0 0.878431 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_1782\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feMorphology radius=\"2.92746\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect2_innerShadow_67_1782\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"1.46373\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0352941 0 0 0 0 0.137255 0 0 0 0 0.32549 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_67_1782\" result=\"effect2_innerShadow_67_1782\"/>\n</filter>\n<filter id=\"filter3_n_67_1782\" x=\"-114.205\" y=\"-26.8535\" width=\"1767.4\" height=\"3252.82\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feTurbulence type=\"fractalNoise\" baseFrequency=\"1.5657765865325928 1.5657765865325928\" stitchTiles=\"stitch\" numOctaves=\"3\" result=\"noise\" seed=\"539\" />\n<feColorMatrix in=\"noise\" type=\"luminanceToAlpha\" result=\"alphaNoise\" />\n<feComponentTransfer in=\"alphaNoise\" result=\"coloredNoise1\">\n<feFuncA type=\"discrete\" tableValues=\"0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \"/>\n</feComponentTransfer>\n<feComposite operator=\"in\" in2=\"shape\" in=\"coloredNoise1\" result=\"noise1Clipped\" />\n<feFlood flood-color=\"rgba(0, 0, 0, 0.22)\" result=\"color1Flood\" />\n<feComposite operator=\"in\" in2=\"noise1Clipped\" in=\"color1Flood\" result=\"color1\" />\n<feMerge result=\"effect1_noise_67_1782\">\n<feMergeNode in=\"shape\" />\n<feMergeNode in=\"color1\" />\n</feMerge>\n</filter>\n<filter id=\"filter4_f_67_1782\" x=\"-2.12392\" y=\"266.476\" width=\"38.5088\" height=\"26.7073\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.1612\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter5_f_67_1782\" x=\"-2.12392\" y=\"2915.4\" width=\"38.5088\" height=\"26.7073\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.1612\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter6_f_67_1782\" x=\"1502.42\" y=\"260.924\" width=\"38.5088\" height=\"26.7073\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.1612\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter7_f_67_1782\" x=\"556.008\" y=\"3.09752\" width=\"26.7066\" height=\"29.7034\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.1612\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter8_f_67_1782\" x=\"203.964\" y=\"3171.93\" width=\"26.7066\" height=\"29.7034\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.1612\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter9_f_67_1782\" x=\"1309.87\" y=\"3171.93\" width=\"26.7066\" height=\"29.7034\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.1612\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter10_di_67_1782\" x=\"16.2084\" y=\"16.2095\" width=\"1506.18\" height=\"3166.69\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feMorphology radius=\"2.92746\" operator=\"dilate\" in=\"SourceAlpha\" result=\"effect1_dropShadow_67_1782\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"1.46373\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.286275 0 0 0 0 0.380392 0 0 0 0 0.572549 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_67_1782\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_67_1782\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feMorphology radius=\"2.43955\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect2_innerShadow_67_1782\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"0.975821\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0588235 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect2_innerShadow_67_1782\"/>\n</filter>\n<filter id=\"filter11_f_67_1782\" x=\"753.103\" y=\"108.039\" width=\"32.0159\" height=\"32.0152\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.59363\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter12_f_67_1782\" x=\"754.618\" y=\"106.783\" width=\"33.3272\" height=\"33.3277\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.59363\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter13_f_67_1782\" x=\"753.066\" y=\"111.332\" width=\"30.8466\" height=\"30.8469\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"2.65606\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter14_f_67_1782\" x=\"754.362\" y=\"116.297\" width=\"15.403\" height=\"22.0934\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.06242\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter15_f_67_1782\" x=\"755.032\" y=\"118.803\" width=\"12.1845\" height=\"18.154\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.06242\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter16_f_67_1782\" x=\"760.364\" y=\"118.471\" width=\"15.1265\" height=\"18.2085\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.59363\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter17_f_67_1782\" x=\"755.583\" y=\"120.18\" width=\"16.22\" height=\"17.4136\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.59363\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter18_f_67_1782\" x=\"764.48\" y=\"113.319\" width=\"16.7631\" height=\"17.8532\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.06242\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter19_f_67_1782\" x=\"767.528\" y=\"116.934\" width=\"9.19915\" height=\"10.1227\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.06242\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter20_f_67_1782\" x=\"768.514\" y=\"116.297\" width=\"7.57342\" height=\"10.1227\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.06242\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter21_f_67_1782\" x=\"759.598\" y=\"111.848\" width=\"13.5914\" height=\"10.7459\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.531211\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter22_f_67_1782\" x=\"769.154\" y=\"111.022\" width=\"12.4067\" height=\"17.5524\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.06242\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter23_f_67_1782\" x=\"769.253\" y=\"111.871\" width=\"10.4843\" height=\"9.49774\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.06242\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter24_f_67_1782\" x=\"744.855\" y=\"100.843\" width=\"49.6037\" height=\"48.1723\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"3.19688\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<filter id=\"filter25_d_67_1782\" x=\"469.876\" y=\"22.0645\" width=\"599.154\" height=\"11.8227\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"2.95271\"/>\n<feGaussianBlur stdDeviation=\"1.18109\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.32 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_67_1782\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_67_1782\" result=\"shape\"/>\n</filter>\n<filter id=\"filter26_f_67_1782\" x=\"1412.89\" y=\"30.3369\" width=\"71.9638\" height=\"64.4218\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.95164\" result=\"effect1_foregroundBlur_67_1782\"/>\n</filter>\n<linearGradient id=\"paint0_linear_67_1782\" x1=\"769.493\" y1=\"0\" x2=\"769.493\" y2=\"3199.11\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#6E7FA8\"/>\n<stop offset=\"1\" stop-color=\"#212C4C\"/>\n</linearGradient>\n<linearGradient id=\"paint1_linear_67_1782\" x1=\"770.226\" y1=\"131.063\" x2=\"763.552\" y2=\"119.748\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#1C1A46\"/>\n<stop offset=\"1\" stop-color=\"#4540AC\" stop-opacity=\"0.62\"/>\n</linearGradient>\n<linearGradient id=\"paint2_linear_67_1782\" x1=\"768.44\" y1=\"117.137\" x2=\"773.835\" y2=\"127.929\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#030710\"/>\n<stop offset=\"1\" stop-color=\"#18072C\"/>\n</linearGradient>\n<radialGradient id=\"paint3_radial_67_1782\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(772.127 121.995) rotate(90) scale(2.93617 2.47478)\">\n<stop stop-color=\"#785AD9\"/>\n<stop offset=\"1\" stop-color=\"#2F1068\"/>\n</radialGradient>\n<radialGradient id=\"paint4_radial_67_1782\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(772.301 121.358) rotate(90) scale(2.93617 1.66189)\">\n<stop stop-color=\"#AD94FF\"/>\n<stop offset=\"1\" stop-color=\"#461E8F\"/>\n</radialGradient>\n<linearGradient id=\"paint5_linear_67_1782\" x1=\"762.342\" y1=\"113.984\" x2=\"764.982\" y2=\"121.619\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#030710\"/>\n<stop offset=\"1\" stop-color=\"#18072C\"/>\n</linearGradient>\n<linearGradient id=\"paint6_linear_67_1782\" x1=\"775.357\" y1=\"113.146\" x2=\"775.357\" y2=\"126.449\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#8A6BA1\"/>\n<stop offset=\"1\" stop-color=\"#3E0A45\"/>\n</linearGradient>\n<clipPath id=\"clip0_67_1782\">\n<rect x=\"0.197388\" width=\"1538.59\" height=\"3199.11\" rx=\"188.115\" fill=\"white\"/>\n</clipPath>\n<clipPath id=\"clip1_67_1782\">\n<rect x=\"22.0634\" y=\"22.0645\" width=\"1494.47\" height=\"3154.98\" rx=\"174.18\" fill=\"white\"/>\n</clipPath>\n<clipPath id=\"clip2_67_1782\">\n<rect x=\"730.349\" y=\"86.2031\" width=\"77.5568\" height=\"76.4944\" rx=\"38.2472\" fill=\"white\"/>\n</clipPath>\n</defs>\n<rect data-zone=\"screen-area\" x=\"11\" y=\"12\" width=\"334\" height=\"756\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-top\" x=\"11\" y=\"12\" width=\"334\" height=\"31\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-left\" x=\"11\" y=\"12\" width=\"0\" height=\"756\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-right\" x=\"345\" y=\"12\" width=\"0\" height=\"756\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"status-bar\" x=\"11\" y=\"12\" width=\"334\" height=\"23\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"volume-up\" data-side=\"left\" x=\"0\" y=\"66\" width=\"8\" height=\"5\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"volume-down\" data-side=\"left\" x=\"0\" y=\"711\" width=\"8\" height=\"5\" fill=\"none\" stroke=\"none\"/>\n</svg>`;\nconst SVG_STRING_SCALED = SVG_STRING\n .replace(/\\swidth=\"[^\"]*\"/, ' width=\"100%\"')\n .replace(/\\sheight=\"[^\"]*\"/, ' height=\"100%\"')\n .replace(/<svg\\b/, '<svg preserveAspectRatio=\"xMidYMid meet\" style=\"display:block\"');\n\nexport function GalaxyS25SVG({ style }: DeviceSVGProps) {\n return <div style={style} dangerouslySetInnerHTML={{ __html: SVG_STRING_SCALED }} />;\n}\nexport const GALAXY_S25_FRAME: DeviceFrameInfo = {\n \"bezelTop\": 12,\n \"bezelBottom\": 12,\n \"bezelLeft\": 12,\n \"bezelRight\": 16,\n \"totalWidth\": 388,\n \"totalHeight\": 804,\n \"screenWidth\": 360,\n \"screenHeight\": 780,\n \"screenRadius\": 42\n};\nexport const GALAXY_S25_SCREEN_RECT: SVGScreenRect = { \"x\": 48.1907, \"y\": 48.1895, \"width\": 1442.21, \"height\": 3102.73, \"rx\": 150.956 };\n","import type { CSSProperties } from \"react\";\nimport { jsx, jsxs } from \"react/jsx-runtime\";\nimport type { DeviceFrameInfo, DeviceLayoutData, DeviceMeta } from \"../contract-types.js\";\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport const GALAXY_S25_EDGE_META: DeviceMeta = {\n id: \"galaxy-s25-edge\",\n name: \"Galaxy S25 Edge\",\n platform: \"android\",\n year: 2025,\n formFactor: \"phone\",\n screen: {\n width: 382,\n height: 824,\n physicalWidth: 1440,\n physicalHeight: 3120,\n dpr: 3.75,\n aspectRatio: \"19.5:9\",\n cornerRadius: 42,\n ppi: 510\n }\n};\nexport const GALAXY_S25_EDGE_LAYOUT: DeviceLayoutData = {\n meta: GALAXY_S25_EDGE_META,\n safeArea: {\n portrait: { top: 32, bottom: 24, left: 0, right: 0 },\n landscape: { top: 0, bottom: 24, left: 32, right: 32 }\n },\n hardwareOverlays: {\n type: \"punch-hole\",\n portrait: {\n x: 187,\n // centered: (382 - 8) / 2 = 187\n y: 12,\n width: 8,\n height: 8,\n shape: \"circle\",\n cornerRadius: 4\n }\n },\n statusBar: {\n height: 32,\n style: \"fullwidth\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true\n },\n homeIndicator: {\n type: \"gestureline\",\n height: 5,\n width: 90,\n visible: true\n },\n hardwareButtons: {\n volumeUp: { side: \"right\", yPosition: 185 },\n volumeDown: { side: \"right\", yPosition: 220 },\n power: { side: \"right\", yPosition: 268 }\n }\n};\nexport function GalaxyS25EdgeSVG({ colorScheme = \"dark\", style }: DeviceSVGProps) {\n const frameColor = colorScheme === \"dark\" ? \"#1c1c1e\" : \"#e5e5e7\";\n const frameBorder = colorScheme === \"dark\" ? \"#3a3a3c\" : \"#c7c7cc\";\n const buttonColor = colorScheme === \"dark\" ? \"#2c2c2e\" : \"#d1d1d6\";\n const punchHoleColor = \"#000000\";\n const bezelSide = 8;\n const bezelTop = 14;\n const bezelBottom = 14;\n const screenW = 382;\n const screenH = 824;\n const totalW = screenW + bezelSide * 2;\n const totalH = screenH + bezelTop + bezelBottom;\n const cornerRadius = 42;\n const outerRadius = cornerRadius + 6;\n const screenRadius = cornerRadius;\n return /* @__PURE__ */ jsxs(\n \"svg\",\n {\n viewBox: `0 0 ${totalW} ${totalH}`,\n width: totalW,\n height: totalH,\n xmlns: \"http://www.w3.org/2000/svg\",\n style,\n children: [\n /* @__PURE__ */ jsxs(\"defs\", { children: [\n /* @__PURE__ */ jsxs(\"linearGradient\", { id: \"frame-gradient-galaxy-s25-edge\", x1: \"0\", y1: \"0\", x2: \"1\", y2: \"1\", children: [\n /* @__PURE__ */ jsx(\"stop\", { offset: \"0%\", stopColor: frameColor }),\n /* @__PURE__ */ jsx(\"stop\", { offset: \"50%\", stopColor: colorScheme === \"dark\" ? \"#262628\" : \"#ededef\" }),\n /* @__PURE__ */ jsx(\"stop\", { offset: \"100%\", stopColor: frameColor })\n ] }),\n /* @__PURE__ */ jsxs(\"mask\", { id: \"frame-screen-mask-galaxy-s25-edge\", children: [\n /* @__PURE__ */ jsx(\"rect\", { x: \"0\", y: \"0\", width: totalW, height: totalH, fill: \"white\" }),\n /* @__PURE__ */ jsx(\n \"rect\",\n {\n x: bezelSide,\n y: bezelTop,\n width: screenW,\n height: screenH,\n rx: screenRadius,\n ry: screenRadius,\n fill: \"black\"\n }\n )\n ] })\n ] }),\n /* @__PURE__ */ jsx(\n \"rect\",\n {\n x: \"0\",\n y: \"0\",\n width: totalW,\n height: totalH,\n rx: outerRadius,\n ry: outerRadius,\n fill: \"url(#frame-gradient-galaxy-s25-edge)\",\n stroke: frameBorder,\n strokeWidth: \"1.5\",\n mask: \"url(#frame-screen-mask-galaxy-s25-edge)\"\n }\n ),\n /* @__PURE__ */ jsx(\n \"rect\",\n {\n \"data-zone\": \"screen-area\",\n x: bezelSide,\n y: bezelTop,\n width: screenW,\n height: screenH,\n rx: screenRadius,\n ry: screenRadius,\n fill: \"none\"\n }\n ),\n /* @__PURE__ */ jsx(\n \"circle\",\n {\n \"data-zone\": \"hardware-overlay\",\n \"data-zone-type\": \"punch-hole-camera\",\n cx: bezelSide + screenW / 2,\n cy: bezelTop + 16,\n r: \"4\",\n fill: punchHoleColor\n }\n ),\n /* @__PURE__ */ jsx(\n \"rect\",\n {\n \"data-zone\": \"safe-area-top-inset\",\n x: bezelSide,\n y: bezelTop,\n width: screenW,\n height: \"32\",\n fill: \"transparent\"\n }\n ),\n /* @__PURE__ */ jsx(\n \"rect\",\n {\n \"data-zone\": \"safe-area-bottom-inset\",\n x: bezelSide,\n y: bezelTop + screenH - 24,\n width: screenW,\n height: \"24\",\n fill: \"transparent\"\n }\n ),\n /* @__PURE__ */ jsx(\n \"rect\",\n {\n \"data-zone\": \"status-bar\",\n \"data-zone-style\": \"punch-hole\",\n x: bezelSide,\n y: bezelTop,\n width: screenW,\n height: \"32\",\n fill: \"transparent\"\n }\n ),\n /* @__PURE__ */ jsx(\n \"rect\",\n {\n \"data-zone\": \"home-indicator\",\n \"data-zone-type\": \"gesture-bar\",\n x: bezelSide + (screenW - 90) / 2,\n y: bezelTop + screenH - 10,\n width: \"90\",\n height: \"3\",\n rx: \"1.5\",\n ry: \"1.5\",\n fill: \"rgba(255,255,255,0.25)\"\n }\n ),\n /* @__PURE__ */ jsx(\n \"rect\",\n {\n \"data-button\": \"volume-up\",\n \"data-side\": \"right\",\n x: totalW - 2,\n y: \"186\",\n width: \"3\",\n height: \"28\",\n rx: \"1.5\",\n fill: buttonColor\n }\n ),\n /* @__PURE__ */ jsx(\n \"rect\",\n {\n \"data-button\": \"volume-down\",\n \"data-side\": \"right\",\n x: totalW - 2,\n y: \"222\",\n width: \"3\",\n height: \"28\",\n rx: \"1.5\",\n fill: buttonColor\n }\n ),\n /* @__PURE__ */ jsx(\n \"rect\",\n {\n \"data-button\": \"power\",\n \"data-side\": \"right\",\n x: totalW - 2,\n y: \"272\",\n width: \"3\",\n height: \"36\",\n rx: \"1.5\",\n fill: buttonColor\n }\n ),\n /* @__PURE__ */ jsx(\n \"rect\",\n {\n x: (totalW - 24) / 2,\n y: totalH - 5,\n width: \"24\",\n height: \"4\",\n rx: \"2\",\n fill: colorScheme === \"dark\" ? \"#111\" : \"#bbb\"\n }\n )\n ]\n }\n );\n}\nexport const GALAXY_S25_EDGE_FRAME: DeviceFrameInfo = {\n bezelTop: 14,\n bezelBottom: 14,\n bezelLeft: 8,\n bezelRight: 8,\n totalWidth: 398,\n totalHeight: 852,\n screenWidth: 382,\n screenHeight: 824,\n screenRadius: 42\n};\n","import type { CSSProperties } from \"react\";\nimport type { DeviceFrameInfo, DeviceLayoutData, DeviceMeta, SVGScreenRect } from \"../contract-types.js\";\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport const GALAXY_S25_ULTRA_META: DeviceMeta = {\n id: \"galaxy-s25-ultra\",\n name: \"Galaxy S25 Ultra\",\n platform: \"android\",\n year: 2025,\n formFactor: \"phone\",\n screen: {\n width: 384,\n height: 824,\n physicalWidth: 1440,\n physicalHeight: 3088,\n dpr: 3.75,\n aspectRatio: \"19.5:9\",\n cornerRadius: 42,\n ppi: 505\n }\n};\nexport const GALAXY_S25_ULTRA_LAYOUT: DeviceLayoutData = {\n meta: GALAXY_S25_ULTRA_META,\n safeArea: {\n portrait: { top: 38, bottom: 24, left: 0, right: 0 },\n landscape: { top: 0, bottom: 24, left: 38, right: 38 }\n },\n hardwareOverlays: {\n type: \"punch-hole\",\n portrait: {\n x: 187,\n // centered: (384 - 10) / 2 = 187\n y: 12,\n width: 10,\n height: 10,\n shape: \"circle\",\n cornerRadius: 5\n }\n },\n statusBar: {\n height: 28,\n style: \"fullwidth\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true\n },\n homeIndicator: {\n type: \"gestureline\",\n height: 5,\n width: 90,\n visible: true\n },\n hardwareButtons: {\n volumeUp: { side: \"right\", yPosition: 190 },\n volumeDown: { side: \"right\", yPosition: 226 },\n power: { side: \"right\", yPosition: 276 }\n }\n};\nconst SVG_STRING = `<svg width=\"1763\" height=\"3681\" viewBox=\"0 0 1763 3681\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g filter=\"url(#filter0_iii_67_1920)\">\n<path d=\"M85.915 3669.4H222.825C222.825 3675.52 217.861 3680.48 211.739 3680.48H97.0008C90.8783 3680.48 85.915 3675.52 85.915 3669.4Z\" fill=\"#E8E3DD\"/>\n</g>\n<g filter=\"url(#filter1_iiiiiii_67_1920)\">\n<path d=\"M1762.64 702.026C1762.64 700.944 1761.76 700.066 1760.68 700.066H1748.78V1173.98H1760.68C1761.76 1173.98 1762.64 1173.11 1762.64 1172.02V702.026Z\" fill=\"#E8E3DD\"/>\n</g>\n<g filter=\"url(#filter2_iiiiiii_67_1920)\">\n<path d=\"M1762.64 1388.79C1762.64 1387.71 1761.76 1386.83 1760.68 1386.83H1748.78V1647.35H1760.68C1761.76 1647.35 1762.64 1646.47 1762.64 1645.39V1388.79Z\" fill=\"#E8E3DD\"/>\n</g>\n<g filter=\"url(#filter3_ii_67_1920)\">\n<g clip-path=\"url(#clip0_67_1920)\">\n<rect width=\"1751\" height=\"3672.17\" rx=\"113.075\" fill=\"url(#paint0_linear_67_1920)\"/>\n<g opacity=\"0.6\" filter=\"url(#filter4_n_67_1920)\" style=\"mix-blend-mode:hard-light\">\n<rect x=\"-72.3979\" y=\"-31.7891\" width=\"1121.34\" height=\"2111.58\" fill=\"#9E948A\"/>\n</g>\n<rect y=\"305.371\" width=\"38.4711\" height=\"25.0632\" fill=\"#A9A5A1\"/>\n<rect x=\"1712.53\" y=\"305.648\" width=\"38.4711\" height=\"25.0632\" fill=\"#C5C1BE\"/>\n<rect x=\"1712.53\" y=\"3340.3\" width=\"38.4711\" height=\"25.0632\" fill=\"#C5C1BE\"/>\n<rect x=\"587.487\" y=\"28.4648\" width=\"28.4669\" height=\"25.0632\" transform=\"rotate(-90 587.487 28.4648)\" fill=\"#D1CCC6\"/>\n<rect x=\"312.282\" y=\"3672.17\" width=\"28.4669\" height=\"25.0632\" transform=\"rotate(-90 312.282 3672.17)\" fill=\"#817C76\"/>\n<rect x=\"1446.3\" y=\"3672.17\" width=\"28.4669\" height=\"25.0632\" transform=\"rotate(-90 1446.3 3672.17)\" fill=\"#817C76\"/>\n<g filter=\"url(#filter5_ddi_67_1920)\">\n<g clip-path=\"url(#clip1_67_1920)\">\n<rect x=\"25.3706\" y=\"20.5078\" width=\"1699.45\" height=\"3630.04\" rx=\"90.9034\" fill=\"black\"/>\n<rect x=\"49.3301\" y=\"44.3438\" width=\"1651.78\" height=\"3582.37\" rx=\"73.1662\" fill=\"white\"/>\n<g clip-path=\"url(#clip2_67_1920)\">\n<circle cx=\"874.94\" cy=\"119.224\" r=\"37.9842\" fill=\"#101010\"/>\n<circle cx=\"874.941\" cy=\"119.226\" r=\"28.306\" fill=\"#010000\"/>\n<g filter=\"url(#filter6_f_67_1920)\">\n<circle cx=\"874.924\" cy=\"119.161\" r=\"12.6705\" fill=\"#82847A\" fill-opacity=\"0.78\"/>\n</g>\n<g filter=\"url(#filter7_f_67_1920)\">\n<circle cx=\"877.071\" cy=\"118.569\" r=\"13.3186\" fill=\"#0E0C10\"/>\n</g>\n<g filter=\"url(#filter8_f_67_1920)\">\n<circle cx=\"874.311\" cy=\"121.84\" r=\"9.99278\" fill=\"#1D1D45\" fill-opacity=\"0.91\"/>\n</g>\n<g filter=\"url(#filter9_f_67_1920)\">\n<path d=\"M865.211 113.951C865.395 113.697 865.574 113.6 865.712 113.6C865.537 113.712 865.37 113.829 865.211 113.951C864.78 114.548 864.325 116.006 864.325 119.081C864.325 124.563 867.033 126.742 870.005 128.261C872.977 129.78 874.958 131.299 872.052 131.233C869.146 131.167 864.391 128.525 863.467 126.016C862.576 123.599 861.073 117.139 865.211 113.951Z\" fill=\"#5F6351\" fill-opacity=\"0.5\"/>\n</g>\n<g filter=\"url(#filter10_f_67_1920)\">\n<path d=\"M864.716 116.375C864.829 116.168 864.946 116.084 865.039 116.08C864.925 116.174 864.818 116.273 864.716 116.375C864.45 116.862 864.203 118.032 864.328 120.466C864.549 124.805 866.457 126.438 868.515 127.538C870.574 128.639 871.967 129.773 870.011 129.82C868.056 129.868 864.753 127.94 864.031 125.985C863.335 124.102 862.064 119.04 864.716 116.375Z\" fill=\"#969C82\" fill-opacity=\"0.5\"/>\n</g>\n<g filter=\"url(#filter11_f_67_1920)\">\n<path d=\"M872.872 124.28C873.467 123.203 871.821 121.754 870.924 121.164C869.471 118.437 871.088 115.636 872.186 117.301C872.186 120.108 873.154 119.214 876.413 122.65C879.671 126.086 877.548 127.22 875.21 128.106C872.872 128.991 870.924 128.283 869.684 126.866C868.445 125.449 872.128 125.626 872.872 124.28Z\" fill=\"url(#paint1_linear_67_1920)\"/>\n</g>\n<g filter=\"url(#filter12_f_67_1920)\">\n<path d=\"M866.709 118.898C863.932 117.05 864.635 121.888 865.334 124.537C866.364 126.321 869.874 128.961 873.434 129.383C876.995 129.805 870.181 121.207 866.709 118.898Z\" fill=\"#263648\"/>\n</g>\n<g filter=\"url(#filter13_f_67_1920)\">\n<path d=\"M872.449 116.18C872.449 111.914 875.881 110.724 877.596 110.662C880.015 110.662 881.75 111.716 883.858 114.631C885.967 117.545 884.044 122.009 883.3 123.063C882.556 124.117 879.952 124.303 877.596 123.931C875.241 123.559 872.449 121.513 872.449 116.18Z\" fill=\"url(#paint2_linear_67_1920)\"/>\n</g>\n<g filter=\"url(#filter14_f_67_1920)\">\n<path d=\"M875.464 116.458C875.464 114.988 876.141 114.363 876.48 114.234C880.688 114.234 880.349 116.458 880.349 117.329C880.349 118.2 879.672 120.038 877.689 120.038C875.706 120.038 875.464 118.297 875.464 116.458Z\" fill=\"url(#paint3_radial_67_1920)\" fill-opacity=\"0.86\"/>\n</g>\n<g filter=\"url(#filter15_f_67_1920)\">\n<path d=\"M876.438 115.824C876.438 114.353 876.893 113.728 877.12 113.6C879.946 113.6 879.718 115.824 879.718 116.695C879.718 117.566 879.264 119.403 877.932 119.403C876.6 119.403 876.438 117.662 876.438 115.824Z\" fill=\"url(#paint4_radial_67_1920)\" fill-opacity=\"0.5\"/>\n</g>\n<g filter=\"url(#filter16_f_67_1920)\">\n<path d=\"M866.708 115.201C867.056 112.493 870.433 109.655 872.077 108.575C877.446 107.27 877.591 109.3 877.881 110.606C878.172 111.912 876.14 112.88 874.786 111.912C873.432 110.945 872.077 111.38 869.465 113.363C866.854 115.346 866.273 118.587 866.708 115.201Z\" fill=\"url(#paint5_linear_67_1920)\"/>\n</g>\n<g filter=\"url(#filter17_f_67_1920)\">\n<path d=\"M881.677 114.471C880.404 112.469 878.075 110.414 877.07 109.637C877.468 106.737 881.677 109.637 883.213 110.831C884.748 112.025 885.601 115.893 884.862 119.475C884.122 123.058 883.213 121.238 883.213 119.475C883.213 117.712 883.269 116.973 881.677 114.471Z\" fill=\"url(#paint6_linear_67_1920)\"/>\n</g>\n<g filter=\"url(#filter18_f_67_1920)\">\n<path d=\"M880.713 111.558C879.681 110.827 877.92 110.202 877.168 109.98C877.215 108.649 880.335 109.42 881.484 109.762C882.633 110.103 883.522 111.71 883.293 113.384C883.065 115.059 882.297 114.364 882.16 113.585C882.022 112.805 882.003 112.471 880.713 111.558Z\" fill=\"#B69DC9\" fill-opacity=\"0.5\"/>\n</g>\n<g filter=\"url(#filter19_f_67_1920)\" style=\"mix-blend-mode:hard-light\">\n<path d=\"M874.542 121.225L873.347 103.629C888.465 98.6762 893.187 111.92 893.658 119.161L874.542 121.225Z\" fill=\"#A7B4D7\"/>\n<path d=\"M857.272 123.18L873.347 122.311V137.517C867.525 137.604 858.503 127.959 857.272 123.18Z\" fill=\"#A7B4D7\"/>\n</g>\n</g>\n<g opacity=\"0.4\" filter=\"url(#filter20_d_67_1920)\">\n<path d=\"M537.445 20.5078H1212.74L1202.1 25.5498C1198.83 27.0983 1195.26 27.9016 1191.64 27.9016H558.546C554.929 27.9016 551.357 27.0983 548.088 25.5498L537.445 20.5078Z\" fill=\"black\"/>\n</g>\n<g filter=\"url(#filter21_f_67_1920)\">\n<ellipse cx=\"53.8887\" cy=\"46.9638\" rx=\"48.2104\" ry=\"6.12945\" transform=\"rotate(-41.3081 53.8887 46.9638)\" fill=\"#AEACAF\"/>\n</g>\n</g>\n</g>\n</g>\n</g>\n<defs>\n<filter id=\"filter0_iii_67_1920\" x=\"80.7047\" y=\"3668.57\" width=\"144.614\" height=\"11.9174\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feMorphology radius=\"2.77145\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect1_innerShadow_67_1920\"/>\n<feOffset dy=\"-0.831434\"/>\n<feGaussianBlur stdDeviation=\"1.66287\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.466667 0 0 0 0 0.447059 0 0 0 0 0.431373 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_1920\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"2.4943\" dy=\"-0.831434\"/>\n<feGaussianBlur stdDeviation=\"1.94001\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0 0.254902 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_67_1920\" result=\"effect2_innerShadow_67_1920\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-5.26575\" dy=\"-0.831434\"/>\n<feGaussianBlur stdDeviation=\"2.60516\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.278431 0 0 0 0 0.27451 0 0 0 0 0.254902 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_innerShadow_67_1920\" result=\"effect3_innerShadow_67_1920\"/>\n</filter>\n<filter id=\"filter1_iiiiiii_67_1920\" x=\"1745.46\" y=\"695.632\" width=\"19.4003\" height=\"482.787\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feMorphology radius=\"1.10858\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect1_innerShadow_67_1920\"/>\n<feOffset dx=\"-4.43431\"/>\n<feGaussianBlur stdDeviation=\"1.10858\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.929412 0 0 0 0 0.909804 0 0 0 0 0.894118 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_1920\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1.66287\"/>\n<feGaussianBlur stdDeviation=\"0.554289\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.776471 0 0 0 0 0.760784 0 0 0 0 0.74902 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_67_1920\" result=\"effect2_innerShadow_67_1920\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"4.15717\"/>\n<feGaussianBlur stdDeviation=\"1.10858\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.443137 0 0 0 0 0.423529 0 0 0 0 0.4 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_innerShadow_67_1920\" result=\"effect3_innerShadow_67_1920\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"13.3029\"/>\n<feGaussianBlur stdDeviation=\"2.21716\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.992157 0 0 0 0 0.996078 0 0 0 0 0.976471 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect3_innerShadow_67_1920\" result=\"effect4_innerShadow_67_1920\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-13.3029\"/>\n<feGaussianBlur stdDeviation=\"2.21716\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.992157 0 0 0 0 0.996078 0 0 0 0 0.976471 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect4_innerShadow_67_1920\" result=\"effect5_innerShadow_67_1920\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"6.92862\"/>\n<feGaussianBlur stdDeviation=\"1.66287\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.443137 0 0 0 0 0.423529 0 0 0 0 0.4 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect5_innerShadow_67_1920\" result=\"effect6_innerShadow_67_1920\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-6.92862\"/>\n<feGaussianBlur stdDeviation=\"1.66287\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.443137 0 0 0 0 0.423529 0 0 0 0 0.4 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect6_innerShadow_67_1920\" result=\"effect7_innerShadow_67_1920\"/>\n</filter>\n<filter id=\"filter2_iiiiiii_67_1920\" x=\"1745.46\" y=\"1382.4\" width=\"19.4003\" height=\"269.384\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feMorphology radius=\"1.10858\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect1_innerShadow_67_1920\"/>\n<feOffset dx=\"-4.43431\"/>\n<feGaussianBlur stdDeviation=\"1.10858\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.929412 0 0 0 0 0.909804 0 0 0 0 0.894118 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_1920\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1.66287\"/>\n<feGaussianBlur stdDeviation=\"0.554289\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.776471 0 0 0 0 0.760784 0 0 0 0 0.74902 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_67_1920\" result=\"effect2_innerShadow_67_1920\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"4.15717\"/>\n<feGaussianBlur stdDeviation=\"1.10858\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.443137 0 0 0 0 0.423529 0 0 0 0 0.4 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_innerShadow_67_1920\" result=\"effect3_innerShadow_67_1920\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"13.3029\"/>\n<feGaussianBlur stdDeviation=\"2.21716\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.992157 0 0 0 0 0.996078 0 0 0 0 0.976471 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect3_innerShadow_67_1920\" result=\"effect4_innerShadow_67_1920\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-13.3029\"/>\n<feGaussianBlur stdDeviation=\"2.21716\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.992157 0 0 0 0 0.996078 0 0 0 0 0.976471 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect4_innerShadow_67_1920\" result=\"effect5_innerShadow_67_1920\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"6.92862\"/>\n<feGaussianBlur stdDeviation=\"1.66287\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.443137 0 0 0 0 0.423529 0 0 0 0 0.4 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect5_innerShadow_67_1920\" result=\"effect6_innerShadow_67_1920\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-6.92862\"/>\n<feGaussianBlur stdDeviation=\"1.66287\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.443137 0 0 0 0 0.423529 0 0 0 0 0.4 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect6_innerShadow_67_1920\" result=\"effect7_innerShadow_67_1920\"/>\n</filter>\n<filter id=\"filter3_ii_67_1920\" x=\"0\" y=\"0\" width=\"1751\" height=\"3672.17\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feMorphology radius=\"6.65147\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect1_innerShadow_67_1920\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"2.21716\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.980392 0 0 0 0 0.964706 0 0 0 0 0.952941 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_1920\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feMorphology radius=\"3.32574\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect2_innerShadow_67_1920\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"1.66287\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.466667 0 0 0 0 0.447059 0 0 0 0 0.431373 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_67_1920\" result=\"effect2_innerShadow_67_1920\"/>\n</filter>\n<filter id=\"filter4_n_67_1920\" x=\"-72.3979\" y=\"-31.7891\" width=\"1121.34\" height=\"2111.58\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feTurbulence type=\"fractalNoise\" baseFrequency=\"1.6337312459945679 1.6337312459945679\" stitchTiles=\"stitch\" numOctaves=\"3\" result=\"noise\" seed=\"539\" />\n<feColorMatrix in=\"noise\" type=\"luminanceToAlpha\" result=\"alphaNoise\" />\n<feComponentTransfer in=\"alphaNoise\" result=\"coloredNoise1\">\n<feFuncA type=\"discrete\" tableValues=\"0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \"/>\n</feComponentTransfer>\n<feComposite operator=\"in\" in2=\"shape\" in=\"coloredNoise1\" result=\"noise1Clipped\" />\n<feFlood flood-color=\"rgba(0, 0, 0, 0.22)\" result=\"color1Flood\" />\n<feComposite operator=\"in\" in2=\"noise1Clipped\" in=\"color1Flood\" result=\"color1\" />\n<feMerge result=\"effect1_noise_67_1920\">\n<feMergeNode in=\"shape\" />\n<feMergeNode in=\"color1\" />\n</feMerge>\n</filter>\n<filter id=\"filter5_ddi_67_1920\" x=\"18.7191\" y=\"13.8563\" width=\"1712.75\" height=\"3643.34\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feMorphology radius=\"0.554289\" operator=\"dilate\" in=\"SourceAlpha\" result=\"effect1_dropShadow_67_1920\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"1.10858\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0352941 0 0 0 0 0.0235294 0 0 0 0 0.00784314 0 0 0 0.8 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_67_1920\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feMorphology radius=\"3.32574\" operator=\"dilate\" in=\"SourceAlpha\" result=\"effect2_dropShadow_67_1920\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"1.66287\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.980392 0 0 0 0 0.964706 0 0 0 0 0.952941 0 0 0 0.6 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_dropShadow_67_1920\" result=\"effect2_dropShadow_67_1920\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect2_dropShadow_67_1920\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feMorphology radius=\"2.77145\" operator=\"erode\" in=\"SourceAlpha\" result=\"effect3_innerShadow_67_1920\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"1.10858\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect3_innerShadow_67_1920\"/>\n</filter>\n<filter id=\"filter6_f_67_1920\" x=\"859.104\" y=\"103.34\" width=\"31.6412\" height=\"31.6417\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.57497\" result=\"effect1_foregroundBlur_67_1920\"/>\n</filter>\n<filter id=\"filter7_f_67_1920\" x=\"860.602\" y=\"102.1\" width=\"32.9371\" height=\"32.9366\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.57497\" result=\"effect1_foregroundBlur_67_1920\"/>\n</filter>\n<filter id=\"filter8_f_67_1920\" x=\"859.068\" y=\"106.598\" width=\"30.4852\" height=\"30.4862\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"2.62496\" result=\"effect1_foregroundBlur_67_1920\"/>\n</filter>\n<filter id=\"filter9_f_67_1920\" x=\"860.352\" y=\"111.5\" width=\"15.2224\" height=\"21.8347\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.04998\" result=\"effect1_foregroundBlur_67_1920\"/>\n</filter>\n<filter id=\"filter10_f_67_1920\" x=\"861.008\" y=\"113.98\" width=\"12.0417\" height=\"17.9421\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.04998\" result=\"effect1_foregroundBlur_67_1920\"/>\n</filter>\n<filter id=\"filter11_f_67_1920\" x=\"866.282\" y=\"113.651\" width=\"14.9493\" height=\"17.9952\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.57497\" result=\"effect1_foregroundBlur_67_1920\"/>\n</filter>\n<filter id=\"filter12_f_67_1920\" x=\"861.556\" y=\"115.338\" width=\"16.0299\" height=\"17.2101\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.57497\" result=\"effect1_foregroundBlur_67_1920\"/>\n</filter>\n<filter id=\"filter13_f_67_1920\" x=\"870.349\" y=\"108.562\" width=\"16.5666\" height=\"17.6452\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.04998\" result=\"effect1_foregroundBlur_67_1920\"/>\n</filter>\n<filter id=\"filter14_f_67_1920\" x=\"873.364\" y=\"112.134\" width=\"9.09153\" height=\"10.0027\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.04998\" result=\"effect1_foregroundBlur_67_1920\"/>\n</filter>\n<filter id=\"filter15_f_67_1920\" x=\"874.338\" y=\"111.5\" width=\"7.4846\" height=\"10.0027\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.04998\" result=\"effect1_foregroundBlur_67_1920\"/>\n</filter>\n<filter id=\"filter16_f_67_1920\" x=\"865.527\" y=\"107.104\" width=\"13.432\" height=\"10.6195\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.524992\" result=\"effect1_foregroundBlur_67_1920\"/>\n</filter>\n<filter id=\"filter17_f_67_1920\" x=\"874.97\" y=\"106.289\" width=\"12.2615\" height=\"17.3464\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.04998\" result=\"effect1_foregroundBlur_67_1920\"/>\n</filter>\n<filter id=\"filter18_f_67_1920\" x=\"875.068\" y=\"107.129\" width=\"10.3616\" height=\"9.38548\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.04998\" result=\"effect1_foregroundBlur_67_1920\"/>\n</filter>\n<filter id=\"filter19_f_67_1920\" x=\"850.954\" y=\"96.228\" width=\"49.0231\" height=\"47.6085\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"3.15945\" result=\"effect1_foregroundBlur_67_1920\"/>\n</filter>\n<filter id=\"filter20_d_67_1920\" x=\"534.761\" y=\"20.5078\" width=\"680.667\" height=\"13.4325\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"3.35442\"/>\n<feGaussianBlur stdDeviation=\"1.34177\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.32 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_67_1920\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_67_1920\" result=\"shape\"/>\n</filter>\n<filter id=\"filter21_f_67_1920\" x=\"13.0115\" y=\"10.3704\" width=\"81.7544\" height=\"73.187\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"2.21716\" result=\"effect1_foregroundBlur_67_1920\"/>\n</filter>\n<linearGradient id=\"paint0_linear_67_1920\" x1=\"875.5\" y1=\"0\" x2=\"875.5\" y2=\"3672.17\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#E8E3DD\"/>\n<stop offset=\"1\" stop-color=\"#95908C\"/>\n</linearGradient>\n<linearGradient id=\"paint1_linear_67_1920\" x1=\"876.028\" y1=\"126.095\" x2=\"869.432\" y2=\"114.913\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#1C1A46\"/>\n<stop offset=\"1\" stop-color=\"#4540AC\" stop-opacity=\"0.62\"/>\n</linearGradient>\n<linearGradient id=\"paint2_linear_67_1920\" x1=\"874.263\" y1=\"112.336\" x2=\"879.595\" y2=\"123.001\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#030710\"/>\n<stop offset=\"1\" stop-color=\"#18072C\"/>\n</linearGradient>\n<radialGradient id=\"paint3_radial_67_1920\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(877.91 117.136) rotate(90) scale(2.90179 2.44581)\">\n<stop stop-color=\"#785AD9\"/>\n<stop offset=\"1\" stop-color=\"#2F1068\"/>\n</radialGradient>\n<radialGradient id=\"paint4_radial_67_1920\" cx=\"0\" cy=\"0\" r=\"1\" gradientUnits=\"userSpaceOnUse\" gradientTransform=\"translate(878.08 116.501) rotate(90) scale(2.90179 1.64243)\">\n<stop stop-color=\"#AD94FF\"/>\n<stop offset=\"1\" stop-color=\"#461E8F\"/>\n</radialGradient>\n<linearGradient id=\"paint5_linear_67_1920\" x1=\"868.239\" y1=\"109.215\" x2=\"870.848\" y2=\"116.761\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#030710\"/>\n<stop offset=\"1\" stop-color=\"#18072C\"/>\n</linearGradient>\n<linearGradient id=\"paint6_linear_67_1920\" x1=\"881.101\" y1=\"108.389\" x2=\"881.101\" y2=\"121.535\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#8A6BA1\"/>\n<stop offset=\"1\" stop-color=\"#3E0A45\"/>\n</linearGradient>\n<clipPath id=\"clip0_67_1920\">\n<rect width=\"1751\" height=\"3672.17\" rx=\"113.075\" fill=\"white\"/>\n</clipPath>\n<clipPath id=\"clip1_67_1920\">\n<rect x=\"25.3706\" y=\"20.5078\" width=\"1699.45\" height=\"3630.04\" rx=\"90.9034\" fill=\"white\"/>\n</clipPath>\n<clipPath id=\"clip2_67_1920\">\n<rect x=\"836.618\" y=\"81.7598\" width=\"76.6488\" height=\"75.5988\" rx=\"37.7994\" fill=\"white\"/>\n</clipPath>\n</defs>\n<rect data-zone=\"screen-area\" x=\"11\" y=\"10\" width=\"360\" height=\"802\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-top\" x=\"11\" y=\"10\" width=\"360\" height=\"31\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-left\" x=\"11\" y=\"10\" width=\"0\" height=\"802\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-right\" x=\"370\" y=\"10\" width=\"0\" height=\"802\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"status-bar\" x=\"11\" y=\"10\" width=\"360\" height=\"23\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"volume-up\" data-side=\"left\" x=\"0\" y=\"68\" width=\"8\" height=\"6\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"power\" data-side=\"right\" x=\"373\" y=\"68\" width=\"8\" height=\"6\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"camera\" data-side=\"right\" x=\"373\" y=\"748\" width=\"8\" height=\"6\" fill=\"none\" stroke=\"none\"/>\n</svg>`;\nconst SVG_STRING_SCALED = SVG_STRING\n .replace(/\\swidth=\"[^\"]*\"/, ' width=\"100%\"')\n .replace(/\\sheight=\"[^\"]*\"/, ' height=\"100%\"')\n .replace(/<svg\\b/, '<svg preserveAspectRatio=\"xMidYMid meet\" style=\"display:block\"');\n\nexport function GalaxyS25UltraSVG({ style }: DeviceSVGProps) {\n return <div style={style} dangerouslySetInnerHTML={{ __html: SVG_STRING_SCALED }} />;\n}\nexport const GALAXY_S25_ULTRA_FRAME: DeviceFrameInfo = {\n \"bezelTop\": 10,\n \"bezelBottom\": 13,\n \"bezelLeft\": 11,\n \"bezelRight\": 14,\n \"totalWidth\": 409,\n \"totalHeight\": 847,\n \"screenWidth\": 384,\n \"screenHeight\": 824,\n \"screenRadius\": 42\n};\nexport const GALAXY_S25_ULTRA_SCREEN_RECT: SVGScreenRect = { \"x\": 49.3301, \"y\": 44.3438, \"width\": 1651.78, \"height\": 3582.37, \"rx\": 73.1662 };\n","import type { CSSProperties } from \"react\";\nimport type { DeviceFrameInfo, DeviceLayoutData, DeviceMeta, SVGScreenRect } from \"../contract-types.js\";\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport const PIXEL_9_PRO_META: DeviceMeta = {\n id: \"pixel-9-pro\",\n name: \"Pixel 9 Pro\",\n platform: \"android\",\n year: 2024,\n formFactor: \"phone\",\n screen: {\n width: 393,\n height: 851,\n physicalWidth: 1080,\n physicalHeight: 2340,\n dpr: 3,\n aspectRatio: \"19.5:9\",\n cornerRadius: 48,\n ppi: 423\n }\n};\nexport const PIXEL_9_PRO_LAYOUT: DeviceLayoutData = {\n meta: PIXEL_9_PRO_META,\n safeArea: {\n portrait: { top: 32, bottom: 24, left: 0, right: 0 },\n landscape: { top: 0, bottom: 24, left: 32, right: 32 }\n },\n hardwareOverlays: {\n type: \"punch-hole\",\n portrait: {\n x: 192,\n // centered: (393 - 10) / 2 ~ 192\n y: 12,\n width: 10,\n height: 10,\n shape: \"circle\",\n cornerRadius: 5\n }\n },\n statusBar: {\n height: 32,\n style: \"fullwidth\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true\n },\n homeIndicator: {\n type: \"gestureline\",\n height: 5,\n width: 90,\n visible: true\n },\n hardwareButtons: {\n volumeUp: { side: \"left\", yPosition: 185 },\n volumeDown: { side: \"left\", yPosition: 220 },\n power: { side: \"right\", yPosition: 205 }\n }\n};\nconst SVG_STRING = `<svg width=\"725\" height=\"1528\" viewBox=\"0 0 725 1528\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<defs>\n<mask id=\"screen-cutout\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"-110\" width=\"730\" height=\"1600\">\n<rect x=\"0\" y=\"-110\" width=\"730\" height=\"1600\" fill=\"white\"/>\n<rect x=\"33.75\" y=\"-73.533\" width=\"652.5\" height=\"1460.5\" rx=\"90\" ry=\"90\" fill=\"black\"/>\n</mask>\n</defs>\n <g transform=\"translate(0 107.28)\">\n <g fill=\"#3e3e3e\">\n <rect x=\"715\" y=\"308.22\" width=\"10\" height=\"120\" rx=\"5\" ry=\"5\" opacity=\".301\"/>\n <rect x=\"715\" y=\"498.22\" width=\"10\" height=\"220\" rx=\"4.3333\" ry=\"5\" opacity=\".301\"/>\n <rect x=\"715\" y=\"308.22\" width=\"10\" height=\"120\" rx=\"5\" ry=\"5\"/>\n <rect x=\"715\" y=\"498.22\" width=\"10\" height=\"220\" rx=\"4.3333\" ry=\"5\"/>\n </g>\n <rect x=\"6.25\" y=\"-101.03\" width=\"707.5\" height=\"1515.5\" rx=\"115\" ry=\"115\" fill=\"#333\" stroke=\"#525252\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"12.5\" mask=\"url(#screen-cutout)\"/>\n <g fill=\"none\" stroke=\"#000\" stroke-opacity=\".2\" stroke-width=\"12.5\">\n <path d=\"m713.75 130.72v15\"/>\n <path d=\"m6.25 130.72v15\"/>\n <path d=\"m437.5 1414.5h15\"/>\n <path d=\"m352.5-101.03h15\"/>\n <path d=\"m713.75 1253.2v15\"/>\n <path d=\"m6.25 1253.2v15\"/>\n </g>\n <rect x=\"33.75\" y=\"-73.533\" width=\"652.5\" height=\"1460.5\" rx=\"90\" ry=\"90\" fill=\"none\"/>\n <circle cx=\"360\" cy=\"-20.533\" r=\"24\" fill=\"#333\"/>\n <circle cx=\"360\" cy=\"-20.533\" r=\"15\" fill=\"#08f\" fill-opacity=\".13333\"/>\n </g>\n<rect data-zone=\"screen-area\" x=\"33.75\" y=\"33.747\" width=\"652.5\" height=\"1460.5\" rx=\"90\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"hardware-overlay\" data-type=\"punch-hole\" cx=\"360\" cy=\"86.747\" r=\"24\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-top\" x=\"33.75\" y=\"33.747\" width=\"652.5\" height=\"46\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-bottom\" x=\"33.75\" y=\"1459\" width=\"652.5\" height=\"35\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"status-bar\" x=\"33.75\" y=\"33.747\" width=\"652.5\" height=\"46\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"power\" data-side=\"right\" x=\"715\" y=\"415.5\" width=\"10\" height=\"120\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"volume-up\" data-side=\"right\" x=\"715\" y=\"605.5\" width=\"10\" height=\"220\" fill=\"none\" stroke=\"none\"/>\n</svg>`;\nconst SVG_STRING_SCALED = SVG_STRING\n .replace(/\\swidth=\"[^\"]*\"/, ' width=\"100%\"')\n .replace(/\\sheight=\"[^\"]*\"/, ' height=\"100%\"')\n .replace(/<svg\\b/, '<svg preserveAspectRatio=\"xMidYMid meet\" style=\"display:block\"');\n\nexport function Pixel9ProSVG({ style }: DeviceSVGProps) {\n return <div style={style} dangerouslySetInnerHTML={{ __html: SVG_STRING_SCALED }} />;\n}\nexport const PIXEL_9_PRO_FRAME: DeviceFrameInfo = {\n \"bezelTop\": 20,\n \"bezelBottom\": 20,\n \"bezelLeft\": 20,\n \"bezelRight\": 23,\n \"totalWidth\": 436,\n \"totalHeight\": 891,\n \"screenWidth\": 393,\n \"screenHeight\": 851,\n \"screenRadius\": 54\n};\nexport const PIXEL_9_PRO_SCREEN_RECT: SVGScreenRect = { \"x\": 33.75, \"y\": 33.747, \"width\": 652.5, \"height\": 1460.5, \"rx\": 90 };\n","import type { CSSProperties } from \"react\";\nimport type { DeviceFrameInfo, DeviceLayoutData, DeviceMeta, SVGScreenRect } from \"../contract-types.js\";\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport const PIXEL_9_PRO_XL_META: DeviceMeta = {\n id: \"pixel-9-pro-xl\",\n name: \"Pixel 9 Pro XL\",\n platform: \"android\",\n year: 2024,\n formFactor: \"phone\",\n screen: {\n width: 448,\n height: 968,\n physicalWidth: 1344,\n physicalHeight: 2904,\n dpr: 3,\n aspectRatio: \"19.5:9\",\n cornerRadius: 48,\n ppi: 486\n }\n};\nexport const PIXEL_9_PRO_XL_LAYOUT: DeviceLayoutData = {\n meta: PIXEL_9_PRO_XL_META,\n safeArea: {\n portrait: { top: 32, bottom: 24, left: 0, right: 0 },\n landscape: { top: 0, bottom: 24, left: 32, right: 32 }\n },\n hardwareOverlays: {\n type: \"punch-hole\",\n portrait: {\n x: 219,\n // centered: (448 - 11) / 2 ~ 219\n y: 12,\n width: 11,\n height: 11,\n shape: \"circle\",\n cornerRadius: 5.5\n }\n },\n statusBar: {\n height: 32,\n style: \"fullwidth\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true\n },\n homeIndicator: {\n type: \"gestureline\",\n height: 5,\n width: 90,\n visible: true\n },\n hardwareButtons: {\n volumeUp: { side: \"left\", yPosition: 195 },\n volumeDown: { side: \"left\", yPosition: 235 },\n power: { side: \"right\", yPosition: 215 }\n }\n};\nconst SVG_STRING = `<svg width=\"725\" height=\"1528\" viewBox=\"0 0 725 1528\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<defs>\n<mask id=\"screen-cutout\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"-110\" width=\"730\" height=\"1600\">\n<rect x=\"0\" y=\"-110\" width=\"730\" height=\"1600\" fill=\"white\"/>\n<rect x=\"33.75\" y=\"-73.533\" width=\"652.5\" height=\"1460.5\" rx=\"90\" ry=\"90\" fill=\"black\"/>\n</mask>\n</defs>\n <g transform=\"translate(0 107.28)\">\n <g fill=\"#f6f2ed\">\n <rect x=\"715\" y=\"308.22\" width=\"10\" height=\"120\" rx=\"5\" ry=\"5\"/>\n <rect x=\"715\" y=\"498.22\" width=\"10\" height=\"220\" rx=\"4.3333\" ry=\"5\"/>\n <rect x=\"715\" y=\"308.22\" width=\"10\" height=\"120\" rx=\"5\" ry=\"5\"/>\n <rect x=\"715\" y=\"498.22\" width=\"10\" height=\"220\" rx=\"4.3333\" ry=\"5\"/>\n </g>\n <rect x=\"6.25\" y=\"-101.03\" width=\"707.5\" height=\"1515.5\" rx=\"115\" ry=\"115\" fill=\"#333\" stroke=\"#faf7f4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"12.5\" mask=\"url(#screen-cutout)\"/>\n <g fill=\"none\" stroke=\"#000\" stroke-opacity=\".2\" stroke-width=\"12.5\">\n <path d=\"m713.75 130.72v15\"/>\n <path d=\"m6.25 130.72v15\"/>\n <path d=\"m437.5 1414.5h15\"/>\n <path d=\"m352.5-101.03h15\"/>\n <path d=\"m713.75 1253.2v15\"/>\n <path d=\"m6.25 1253.2v15\"/>\n </g>\n <rect x=\"33.75\" y=\"-73.533\" width=\"652.5\" height=\"1460.5\" rx=\"90\" ry=\"90\" fill=\"none\"/>\n <circle cx=\"360\" cy=\"-20.533\" r=\"24\" fill=\"#333\"/>\n <circle cx=\"360\" cy=\"-20.533\" r=\"15\" fill=\"#08f\" fill-opacity=\".13333\"/>\n </g>\n<rect data-zone=\"screen-area\" x=\"33.75\" y=\"33.747\" width=\"652.5\" height=\"1460.5\" rx=\"90\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"hardware-overlay\" data-type=\"punch-hole\" cx=\"360\" cy=\"86.747\" r=\"24\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-top\" x=\"33.75\" y=\"33.747\" width=\"652.5\" height=\"46\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-bottom\" x=\"33.75\" y=\"1459\" width=\"652.5\" height=\"35\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"status-bar\" x=\"33.75\" y=\"33.747\" width=\"652.5\" height=\"46\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"power\" data-side=\"right\" x=\"715\" y=\"415.5\" width=\"10\" height=\"120\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"volume-up\" data-side=\"right\" x=\"715\" y=\"605.5\" width=\"10\" height=\"220\" fill=\"none\" stroke=\"none\"/>\n</svg>`;\nconst SVG_STRING_SCALED = SVG_STRING\n .replace(/\\swidth=\"[^\"]*\"/, ' width=\"100%\"')\n .replace(/\\sheight=\"[^\"]*\"/, ' height=\"100%\"')\n .replace(/<svg\\b/, '<svg preserveAspectRatio=\"xMidYMid meet\" style=\"display:block\"');\n\nexport function Pixel9ProXLSVG({ style }: DeviceSVGProps) {\n return <div style={style} dangerouslySetInnerHTML={{ __html: SVG_STRING_SCALED }} />;\n}\nexport const PIXEL_9_PRO_XL_FRAME: DeviceFrameInfo = {\n \"bezelTop\": 23,\n \"bezelBottom\": 23,\n \"bezelLeft\": 23,\n \"bezelRight\": 27,\n \"totalWidth\": 498,\n \"totalHeight\": 1014,\n \"screenWidth\": 448,\n \"screenHeight\": 968,\n \"screenRadius\": 62\n};\nexport const PIXEL_9_PRO_XL_SCREEN_RECT: SVGScreenRect = { \"x\": 33.75, \"y\": 33.747, \"width\": 652.5, \"height\": 1460.5, \"rx\": 90 };\n","import type { CSSProperties } from \"react\";\nimport type { DeviceFrameInfo, DeviceLayoutData, DeviceMeta, SVGScreenRect } from \"../contract-types.js\";\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport const GALAXY_Z_FOLD_7_META: DeviceMeta = {\n id: \"galaxy-z-fold-7\",\n name: \"Galaxy Z Fold 7\",\n platform: \"android\",\n year: 2025,\n formFactor: \"foldable\",\n screen: {\n width: 374,\n height: 870,\n physicalWidth: 1080,\n physicalHeight: 2520,\n dpr: 2.89,\n aspectRatio: \"21:9\",\n cornerRadius: 6,\n ppi: 405\n }\n};\nexport const GALAXY_Z_FOLD_7_LAYOUT: DeviceLayoutData = {\n meta: GALAXY_Z_FOLD_7_META,\n safeArea: {\n portrait: { top: 32, bottom: 24, left: 0, right: 0 },\n landscape: { top: 0, bottom: 24, left: 32, right: 32 }\n },\n hardwareOverlays: {\n type: \"punch-hole\",\n portrait: {\n x: 183,\n y: 12,\n width: 8,\n height: 8,\n shape: \"circle\",\n cornerRadius: 4\n }\n },\n statusBar: {\n height: 32,\n style: \"fullwidth\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true\n },\n homeIndicator: {\n type: \"swipe-bar\",\n height: 5,\n width: 90,\n visible: true\n },\n hardwareButtons: {\n power: { side: \"right\", yPosition: 215 },\n volumeUp: { side: \"right\", yPosition: 678 }\n }\n};\nconst SVG_STRING = `<svg width=\"1672\" height=\"3614\" viewBox=\"0 0 1672 3614\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g filter=\"url(#filter0_n_67_1986)\">\n<mask id=\"mask0_67_1986\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"26\" y=\"0\" width=\"1631\" height=\"3614\">\n<path d=\"M1656.77 68.8114C1656.77 30.8079 1625.96 0 1587.96 0H44.1104C34.3658 0 26.4664 7.89947 26.4664 17.644V3595.84C26.4664 3605.58 34.3658 3613.48 44.1104 3613.48H1587.96C1625.96 3613.48 1656.77 3582.67 1656.77 3544.67V68.8114Z\" fill=\"url(#paint0_linear_67_1986)\"/>\n</mask>\n<g mask=\"url(#mask0_67_1986)\">\n<g filter=\"url(#filter1_iii_67_1986)\">\n<path d=\"M1656.77 68.8114C1656.77 30.8079 1625.96 0 1587.96 0H44.1104C34.3658 0 26.4664 7.89947 26.4664 17.644V3595.84C26.4664 3605.58 34.3658 3613.48 44.1104 3613.48H1587.96C1625.96 3613.48 1656.77 3582.67 1656.77 3544.67V68.8114Z\" fill=\"url(#paint1_linear_67_1986)\"/>\n</g>\n<g filter=\"url(#filter2_f_67_1986)\" style=\"mix-blend-mode:plus-lighter\">\n<path d=\"M40.5811 14.6445H1587.96C1618.85 14.6447 1643.89 39.6863 1643.89 70.5762V3542.91C1643.89 3573.8 1618.85 3598.84 1587.96 3598.84H40.5811C36.9756 3598.84 34.0527 3595.91 34.0527 3592.31V21.1729C34.0527 17.5674 36.9756 14.6445 40.5811 14.6445Z\" stroke=\"url(#paint2_linear_67_1986)\" stroke-width=\"1.05864\"/>\n</g>\n<g filter=\"url(#filter3_f_67_1986)\" style=\"mix-blend-mode:plus-darker\">\n<path d=\"M49.4033 23.377H1580.9C1611.84 23.3772 1636.92 48.4579 1636.92 79.3965V3539.38C1636.92 3570.31 1611.84 3595.39 1580.9 3595.39H49.4033C45.7492 3595.39 42.7872 3592.43 42.7871 3588.78V29.9932C42.7871 26.339 45.7491 23.377 49.4033 23.377Z\" stroke=\"url(#paint3_linear_67_1986)\" stroke-width=\"0.882198\"/>\n</g>\n<g filter=\"url(#filter4_f_67_1986)\" style=\"mix-blend-mode:color-burn\">\n<path d=\"M1446.8 3606.42C1453.08 3606.48 1459.35 3606.54 1465.62 3606.59C1508.16 3606.95 1550.71 3607.17 1593.25 3607.26C1607.37 3607.35 1621.44 3601.92 1631.85 3592.37C1643.68 3581.69 1650.67 3565.88 1650.54 3549.96C1650.44 3509.18 1650.22 3468.4 1649.88 3427.62C1649.82 3421.35 1649.77 3415.08 1649.71 3408.81C1649.65 3415.08 1649.59 3421.35 1649.54 3427.62C1649.2 3468.4 1648.98 3509.18 1648.88 3549.96C1648.93 3565.43 1642.13 3580.71 1630.66 3591.06C1620.57 3600.32 1606.97 3605.61 1593.25 3605.58C1550.71 3605.67 1508.16 3605.9 1465.62 3606.26C1459.35 3606.31 1453.08 3606.36 1446.8 3606.42Z\" fill=\"black\"/>\n</g>\n<g filter=\"url(#filter5_f_67_1986)\">\n<path d=\"M42.3457 3397.34C42.1693 3403.86 42.0016 3410.39 41.8429 3416.91C40.4479 3474.2 39.7338 3531.49 39.7003 3588.78C39.6935 3590.7 40.2895 3592.65 41.3833 3594.24C43.1381 3596.86 46.253 3598.51 49.4033 3598.48C105.812 3598.43 162.22 3597.71 218.628 3596.34C225.15 3596.18 231.672 3596.01 238.194 3595.84C231.672 3595.66 225.15 3595.49 218.628 3595.33C162.22 3593.96 105.812 3593.25 49.4033 3593.19C47.9599 3593.2 46.5633 3592.46 45.7556 3591.26C45.2577 3590.53 44.9907 3589.67 44.9911 3588.78C44.9576 3531.49 44.2435 3474.2 42.8486 3416.91C42.6898 3410.39 42.5221 3403.86 42.3457 3397.34Z\" fill=\"url(#paint4_linear_67_1986)\"/>\n</g>\n<g filter=\"url(#filter6_f_67_1986)\">\n<path d=\"M259.366 22.9355H49.4033C45.5055 22.9355 42.3457 26.0953 42.3457 29.9931V202.904C47.3448 157.912 42.3457 78.514 64.4006 46.7549C74.5847 32.0898 196.73 23.8177 259.366 22.9355Z\" fill=\"#5D5C61\"/>\n</g>\n<g filter=\"url(#filter7_f_67_1986)\">\n<path d=\"M1640.89 79.3978V165.853C1638.53 136.153 1628.89 70.9287 1609.13 47.6387C1594.44 30.3287 1541.48 24.2922 1497.99 22.9372H1458.27C1469.07 22.5596 1482.97 22.469 1497.99 22.9372H1584.43C1615.61 22.9372 1640.89 48.2155 1640.89 79.3978Z\" fill=\"#A7A6A9\"/>\n</g>\n<g filter=\"url(#filter8_f_67_1986)\">\n<path d=\"M88.2197 29.1123H1589.72C1611.64 29.1123 1629.42 46.8864 1629.42 68.8115V3546.43C1629.42 3568.36 1611.65 3586.13 1589.72 3586.13H88.2197C66.2948 3586.13 48.5208 3568.36 48.5205 3546.43V68.8115C48.5205 46.8865 66.2947 29.1123 88.2197 29.1123Z\" stroke=\"url(#paint5_linear_67_1986)\" stroke-width=\"1.7644\"/>\n</g>\n<g filter=\"url(#filter9_f_67_1986)\">\n<rect x=\"636.947\" width=\"28.2303\" height=\"28.2303\" fill=\"url(#paint6_linear_67_1986)\"/>\n</g>\n<g filter=\"url(#filter10_f_67_1986)\">\n<rect x=\"1189.2\" width=\"28.2303\" height=\"28.2303\" fill=\"url(#paint7_linear_67_1986)\"/>\n</g>\n<g filter=\"url(#filter11_f_67_1986)\">\n<rect x=\"472.858\" y=\"3585.25\" width=\"28.2303\" height=\"28.2303\" fill=\"url(#paint8_linear_67_1986)\"/>\n</g>\n<g filter=\"url(#filter12_f_67_1986)\">\n<rect x=\"1178.62\" y=\"3585.25\" width=\"28.2303\" height=\"28.2303\" fill=\"url(#paint9_linear_67_1986)\"/>\n</g>\n<g filter=\"url(#filter13_f_67_1986)\">\n<rect x=\"1656.77\" y=\"859.26\" width=\"28.2303\" height=\"28.2303\" transform=\"rotate(90 1656.77 859.26)\" fill=\"url(#paint10_linear_67_1986)\"/>\n</g>\n<g filter=\"url(#filter14_f_67_1986)\">\n<rect x=\"1656.77\" y=\"2704.82\" width=\"28.2303\" height=\"28.2303\" transform=\"rotate(90 1656.77 2704.82)\" fill=\"url(#paint11_linear_67_1986)\"/>\n</g>\n</g>\n</g>\n<g filter=\"url(#filter15_n_67_1986)\">\n<mask id=\"mask1_67_1986\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"29\" width=\"27\" height=\"3555\">\n<path d=\"M17.6436 30.876H25.584V3582.6H17.6436C8.38647 3582.6 0.881836 3575.1 0.881836 3565.84V47.6377C0.882054 38.3808 8.38661 30.8762 17.6436 30.876Z\" fill=\"#223263\" stroke=\"url(#paint12_linear_67_1986)\" stroke-width=\"1.7644\"/>\n</mask>\n<g mask=\"url(#mask1_67_1986)\">\n<g filter=\"url(#filter16_ii_67_1986)\">\n<path d=\"M0 47.6381C0 37.8936 7.89946 29.9941 17.6439 29.9941H26.4659V3583.49H17.6439C7.89946 3583.49 0 3575.59 0 3565.84V47.6381Z\" fill=\"url(#paint13_linear_67_1986)\"/>\n</g>\n<g filter=\"url(#filter17_f_67_1986)\">\n<path d=\"M20.5849 42.3414C17.4482 42.343 14.3115 42.3445 11.1748 42.3461C11.2238 101.1 11.2729 159.855 11.3219 218.609C12.2041 1276.19 13.0863 2333.77 13.9685 3391.34C14.0175 3450.1 14.0665 3508.85 14.1155 3567.61C16.468 3567.61 18.8205 3567.6 21.1731 3567.6C21.1633 3508.85 21.1535 3450.1 21.1437 3391.34C20.9672 2333.76 20.7908 1276.18 20.6143 218.604C20.6045 159.85 20.5947 101.096 20.5849 42.3414Z\" fill=\"url(#paint14_linear_67_1986)\"/>\n</g>\n<g filter=\"url(#filter18_f_67_1986)\">\n<path d=\"M24.7017 35.2877C24.7017 35.2877 24.7017 35.2877 24.7017 35.2877C24.3286 35.1081 23.9347 34.9402 23.5366 34.7873C19.9801 33.4456 15.8858 33.0362 12.0736 34.311C8.21923 35.5123 5.2397 39.0762 4.60272 42.8495C4.51782 43.2722 4.45894 43.6769 4.41113 44.1097C4.57303 43.7055 4.7383 43.3361 4.92074 42.9555C6.51107 39.5354 9.28851 37.0706 12.644 35.9806C15.9929 34.859 19.7305 34.711 23.4562 35.1128C23.8733 35.1613 24.2932 35.2203 24.7017 35.2877Z\" fill=\"url(#paint15_linear_67_1986)\"/>\n</g>\n</g>\n</g>\n<g filter=\"url(#filter19_dn_67_1986)\">\n<mask id=\"mask2_67_1986\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"1656\" y=\"945\" width=\"14\" height=\"434\">\n<path d=\"M1656.77 1378.87V945.715C1666.65 947.126 1669.7 953.949 1670 957.183V1366.52C1670 1377.11 1661.18 1379.17 1656.77 1378.87Z\" fill=\"#455589\"/>\n</mask>\n<g mask=\"url(#mask2_67_1986)\">\n<g filter=\"url(#filter20_ii_67_1986)\">\n<path d=\"M1656.77 1378.87V945.715C1666.65 947.126 1669.7 953.949 1670 957.183V1366.52C1670 1377.11 1661.18 1379.17 1656.77 1378.87Z\" fill=\"#2F2F2F\"/>\n</g>\n<g filter=\"url(#filter21_f_67_1986)\">\n<path d=\"M1655 948.363C1658.53 946.598 1672.64 962.478 1672.64 956.303C1672.64 944.8 1652.49 940.423 1655 948.363Z\" fill=\"#070707\"/>\n</g>\n<g filter=\"url(#filter22_f_67_1986)\">\n<path d=\"M1655 1377.11C1660.65 1376.4 1668.53 1367.41 1671.76 1362.99C1672.06 1366.82 1671.06 1375.7 1664.71 1380.64C1658.35 1385.58 1655.59 1380.34 1655 1377.11Z\" fill=\"#111111\"/>\n</g>\n<g filter=\"url(#filter23_f_67_1986)\" style=\"mix-blend-mode:overlay\">\n<rect x=\"1658.77\" y=\"1366.76\" width=\"7.28608\" height=\"4.53123\" rx=\"1.7644\" transform=\"rotate(-6.63271 1658.77 1366.76)\" fill=\"white\" fill-opacity=\"0.6\"/>\n</g>\n<g opacity=\"0.8\" filter=\"url(#filter24_f_67_1986)\" style=\"mix-blend-mode:color-dodge\">\n<path d=\"M1661.18 959.83V1364.76\" stroke=\"url(#paint16_linear_67_1986)\" stroke-width=\"1.7644\"/>\n</g>\n</g>\n<g filter=\"url(#filter25_i_67_1986)\">\n<mask id=\"mask3_67_1986\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"1656\" y=\"1508\" width=\"8\" height=\"307\">\n<path d=\"M1656.77 1814.68V1508.56C1661.71 1509.26 1663.53 1511.79 1663.82 1512.97V1809.39C1663.82 1812.21 1659.12 1814.09 1656.77 1814.68Z\" fill=\"#455589\"/>\n</mask>\n<g mask=\"url(#mask3_67_1986)\">\n<g filter=\"url(#filter26_i_67_1986)\">\n<path d=\"M1656.77 1814.68V1508.56C1661.71 1509.26 1663.53 1511.79 1663.82 1512.97V1809.39C1663.82 1812.21 1659.12 1814.09 1656.77 1814.68Z\" fill=\"#373737\"/>\n</g>\n</g>\n</g>\n</g>\n<g filter=\"url(#filter27_ddi_67_1986)\">\n<path d=\"M1626.77 3546.43V68.8108C1626.77 47.373 1609.39 29.9941 1587.96 29.9941H89.9836C68.5458 29.9941 51.167 47.3728 51.167 68.8107V3546.43C51.167 3567.87 68.5458 3585.25 89.9837 3585.25H1587.96C1609.39 3585.25 1626.77 3567.87 1626.77 3546.43Z\" fill=\"url(#paint17_linear_67_1986)\"/>\n</g>\n<g filter=\"url(#filter28_f_67_1986)\">\n<path d=\"M89.9844 33.9648H624.719C628.269 33.9649 631.713 35.1745 634.483 37.3945C637.41 39.7402 641.05 41.0186 644.801 41.0186H1032.26C1036.01 41.0186 1039.65 39.7402 1042.58 37.3945C1045.35 35.1743 1048.79 33.9648 1052.34 33.9648H1587.96C1607.2 33.965 1622.8 49.5663 1622.8 68.8115V3546.43C1622.8 3565.68 1607.2 3581.28 1587.96 3581.28H89.9844C70.7391 3581.28 55.1378 3565.68 55.1377 3546.43V68.8115C55.1377 49.5662 70.739 33.9648 89.9844 33.9648Z\" stroke=\"url(#paint18_linear_67_1986)\" stroke-width=\"0.882198\"/>\n</g>\n<g filter=\"url(#filter29_i_67_1986)\">\n<rect x=\"93.5127\" y=\"72.3398\" width=\"1490.91\" height=\"3468.8\" rx=\"24.7015\" fill=\"none\"/>\n</g>\n<g filter=\"url(#filter30_f_67_1986)\">\n<circle cx=\"839.852\" cy=\"160.558\" r=\"42.3455\" fill=\"#121212\"/>\n</g>\n<g filter=\"url(#filter31_f_67_1986)\">\n<circle cx=\"839.356\" cy=\"160.064\" r=\"31.2629\" fill=\"url(#paint19_linear_67_1986)\"/>\n</g>\n<g filter=\"url(#filter32_f_67_1986)\">\n<circle cx=\"839.356\" cy=\"160.064\" r=\"25.308\" fill=\"url(#paint20_linear_67_1986)\"/>\n<circle cx=\"839.356\" cy=\"160.064\" r=\"24.9359\" stroke=\"url(#paint21_linear_67_1986)\" stroke-width=\"0.744354\"/>\n</g>\n<g filter=\"url(#filter33_f_67_1986)\">\n<circle cx=\"839.356\" cy=\"160.063\" r=\"20.8419\" fill=\"#121212\"/>\n</g>\n<g filter=\"url(#filter34_f_67_1986)\">\n<path d=\"M842.14 145.08C845.194 148.822 841.692 153.525 836.443 157.808C831.195 162.092 826.188 164.335 823.134 160.593C820.08 156.851 820.135 148.541 825.384 144.258C830.632 139.974 839.086 141.338 842.14 145.08Z\" fill=\"#1C232D\"/>\n</g>\n<g filter=\"url(#filter35_f_67_1986)\">\n<path d=\"M825.649 159.275C822.742 156.368 821.788 149.631 825.356 146.063C828.923 142.496 835.66 143.449 838.567 146.356C841.474 149.263 839.45 153.023 835.882 156.59C832.315 160.158 828.555 162.182 825.649 159.275Z\" fill=\"#222B40\"/>\n</g>\n<g filter=\"url(#filter36_f_67_1986)\">\n<circle cx=\"834.146\" cy=\"154.852\" r=\"0.744354\" fill=\"#252B37\"/>\n</g>\n<g filter=\"url(#filter37_f_67_1986)\">\n<ellipse cx=\"836.458\" cy=\"157.186\" rx=\"0.744354\" ry=\"1.48871\" transform=\"rotate(43.7398 836.458 157.186)\" fill=\"#4C5469\"/>\n</g>\n<g filter=\"url(#filter38_f_67_1986)\">\n<path d=\"M826.579 147.512C823.77 150.447 824.801 156.055 826.609 157.786C828.417 159.516 830.318 156.713 833.126 153.778C835.935 150.843 838.587 148.888 836.779 147.158C834.971 145.427 829.387 144.577 826.579 147.512Z\" fill=\"#4A5873\"/>\n</g>\n<g filter=\"url(#filter39_f_67_1986)\">\n<ellipse cx=\"831.427\" cy=\"152.17\" rx=\"1.18373\" ry=\"2.36747\" transform=\"rotate(43.7398 831.427 152.17)\" fill=\"#637696\"/>\n</g>\n<g filter=\"url(#filter40_f_67_1986)\">\n<path d=\"M840.206 175.105C837.952 172.332 841.082 168.426 845.605 164.75C850.128 161.073 854.331 159.019 856.585 161.792C858.839 164.565 858.29 171.115 853.767 174.791C849.244 178.467 842.46 177.878 840.206 175.105Z\" fill=\"#2A283D\"/>\n</g>\n<g filter=\"url(#filter41_f_67_1986)\">\n<path d=\"M855.655 172.052C853.061 174.762 849.016 175.035 848.455 174.499C847.895 173.962 851.031 172.819 853.625 170.109C856.218 167.399 857.286 164.149 857.846 164.685C858.407 165.222 858.248 169.342 855.655 172.052Z\" fill=\"#1D1C2A\"/>\n</g>\n<g filter=\"url(#filter42_f_67_1986)\">\n<ellipse cx=\"854.751\" cy=\"171.037\" rx=\"0.657647\" ry=\"2.19549\" transform=\"rotate(43.7398 854.751 171.037)\" fill=\"#635F80\"/>\n</g>\n<g filter=\"url(#filter43_f_67_1986)\">\n<path d=\"M850.524 169.743C847.821 172.567 844.328 172.995 843.539 172.241C842.921 171.648 843.742 169.735 845.43 167.574C845.894 166.981 838.536 159.678 839.119 159.069C839.755 158.404 848.285 164.494 848.907 163.973C850.927 162.28 852.724 161.435 853.327 162.012C854.116 162.767 853.227 166.918 850.524 169.743Z\" fill=\"url(#paint22_linear_67_1986)\"/>\n</g>\n<g filter=\"url(#filter44_f_67_1986)\">\n<ellipse cx=\"849.401\" cy=\"168.661\" rx=\"1.15457\" ry=\"2.55385\" transform=\"rotate(43.7398 849.401 168.661)\" fill=\"#5B5B7F\"/>\n</g>\n<g filter=\"url(#filter45_f_67_1986)\">\n<circle cx=\"839.356\" cy=\"160.063\" r=\"20.8419\" stroke=\"url(#paint23_linear_67_1986)\" stroke-width=\"3.52879\"/>\n</g>\n<g filter=\"url(#filter46_f_67_1986)\">\n<path d=\"M641.357 40.5798L629.889 31.7578H1053.34L1039.23 40.5798H641.357Z\" fill=\"black\"/>\n</g>\n<g filter=\"url(#filter47_df_67_1986)\">\n<path d=\"M1572.08 35.3892C1572.08 35.3892 1572.08 35.3892 1572.08 35.3892C1573.36 35.3378 1574.67 35.2944 1575.96 35.2787C1587.52 35.1233 1599.76 37.0752 1608.55 44.6036C1609.51 45.4217 1610.41 46.2907 1611.26 47.224C1618.36 54.6977 1621.65 65.1094 1621.37 75.5015C1621.39 76.8014 1621.38 78.1093 1621.48 79.3963C1621.48 79.3963 1621.48 79.3963 1621.48 79.3963C1621.47 78.1064 1621.57 76.8076 1621.64 75.5073C1622.62 65.1696 1619.61 54.055 1612.29 46.2859C1611.41 45.3025 1610.47 44.3883 1609.47 43.5317C1600.21 35.6274 1587.48 34.0967 1575.95 35.0108C1574.65 35.1113 1573.35 35.244 1572.08 35.3892Z\" fill=\"url(#paint24_linear_67_1986)\"/>\n</g>\n<defs>\n<filter id=\"filter0_n_67_1986\" x=\"26.4668\" y=\"0\" width=\"1630.3\" height=\"3613.48\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feTurbulence type=\"fractalNoise\" baseFrequency=\"0.51524221897125244 0.51524221897125244\" stitchTiles=\"stitch\" numOctaves=\"3\" result=\"noise\" seed=\"2866\" />\n<feColorMatrix in=\"noise\" type=\"luminanceToAlpha\" result=\"alphaNoise\" />\n<feComponentTransfer in=\"alphaNoise\" result=\"coloredNoise1\">\n<feFuncA type=\"discrete\" tableValues=\"1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \"/>\n</feComponentTransfer>\n<feComposite operator=\"in\" in2=\"shape\" in=\"coloredNoise1\" result=\"noise1Clipped\" />\n<feComponentTransfer in=\"alphaNoise\" result=\"coloredNoise2\">\n<feFuncA type=\"discrete\" tableValues=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 \"/>\n</feComponentTransfer>\n<feComposite operator=\"in\" in2=\"shape\" in=\"coloredNoise2\" result=\"noise2Clipped\" />\n<feFlood flood-color=\"rgba(22, 21, 29, 0.09)\" result=\"color1Flood\" />\n<feComposite operator=\"in\" in2=\"noise1Clipped\" in=\"color1Flood\" result=\"color1\" />\n<feFlood flood-color=\"rgba(124, 124, 126, 0.09)\" result=\"color2Flood\" />\n<feComposite operator=\"in\" in2=\"noise2Clipped\" in=\"color2Flood\" result=\"color2\" />\n<feMerge result=\"effect1_noise_67_1986\">\n<feMergeNode in=\"shape\" />\n<feMergeNode in=\"color1\" />\n<feMergeNode in=\"color2\" />\n</feMerge>\n</filter>\n<filter id=\"filter1_iii_67_1986\" x=\"22.938\" y=\"-6.17538\" width=\"1637.36\" height=\"3623.18\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-5.29319\" dy=\"5.29319\"/>\n<feGaussianBlur stdDeviation=\"1.7644\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0470588 0 0 0 0 0.0431373 0 0 0 0 0.0627451 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_1986\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"3.52879\" dy=\"-7.05758\"/>\n<feGaussianBlur stdDeviation=\"1.7644\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0352941 0 0 0 0 0.0313726 0 0 0 0 0.054902 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_67_1986\" result=\"effect2_innerShadow_67_1986\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-0.882198\" dy=\"-8.82198\"/>\n<feGaussianBlur stdDeviation=\"3.08769\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0235294 0 0 0 0 0.0196078 0 0 0 0 0.0392157 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_innerShadow_67_1986\" result=\"effect3_innerShadow_67_1986\"/>\n</filter>\n<filter id=\"filter2_f_67_1986\" x=\"29.1124\" y=\"9.70425\" width=\"1619.71\" height=\"3594.07\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"2.20549\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter3_f_67_1986\" x=\"37.0525\" y=\"17.6424\" width=\"1605.6\" height=\"3583.49\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"2.64659\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter4_f_67_1986\" x=\"1441.51\" y=\"3403.52\" width=\"214.321\" height=\"209.039\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"2.64659\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter5_f_67_1986\" x=\"30.8782\" y=\"3388.52\" width=\"216.137\" height=\"218.783\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"4.41099\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter6_f_67_1986\" x=\"31.7593\" y=\"12.3492\" width=\"238.193\" height=\"201.141\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"5.29319\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter7_f_67_1986\" x=\"1449.45\" y=\"13.7972\" width=\"200.259\" height=\"160.878\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"4.41099\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter8_f_67_1986\" x=\"44.1099\" y=\"24.7017\" width=\"1589.72\" height=\"3565.84\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.7644\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter9_f_67_1986\" x=\"635.183\" y=\"-1.7644\" width=\"31.7593\" height=\"31.7593\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.882198\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter10_f_67_1986\" x=\"1187.44\" y=\"-1.7644\" width=\"31.7593\" height=\"31.7593\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.882198\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter11_f_67_1986\" x=\"471.976\" y=\"3584.37\" width=\"29.9949\" height=\"29.9949\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.441099\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter12_f_67_1986\" x=\"1177.73\" y=\"3584.37\" width=\"29.9949\" height=\"29.9949\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.441099\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter13_f_67_1986\" x=\"1627.65\" y=\"858.378\" width=\"29.9949\" height=\"29.9949\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.441099\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter14_f_67_1986\" x=\"1627.65\" y=\"2703.93\" width=\"29.9949\" height=\"29.9949\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.441099\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter15_n_67_1986\" x=\"0\" y=\"29.9941\" width=\"26.4658\" height=\"3553.49\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feTurbulence type=\"fractalNoise\" baseFrequency=\"0.51524221897125244 0.51524221897125244\" stitchTiles=\"stitch\" numOctaves=\"3\" result=\"noise\" seed=\"2866\" />\n<feColorMatrix in=\"noise\" type=\"luminanceToAlpha\" result=\"alphaNoise\" />\n<feComponentTransfer in=\"alphaNoise\" result=\"coloredNoise1\">\n<feFuncA type=\"discrete\" tableValues=\"1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \"/>\n</feComponentTransfer>\n<feComposite operator=\"in\" in2=\"shape\" in=\"coloredNoise1\" result=\"noise1Clipped\" />\n<feComponentTransfer in=\"alphaNoise\" result=\"coloredNoise2\">\n<feFuncA type=\"discrete\" tableValues=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 \"/>\n</feComponentTransfer>\n<feComposite operator=\"in\" in2=\"shape\" in=\"coloredNoise2\" result=\"noise2Clipped\" />\n<feFlood flood-color=\"rgba(22, 21, 26, 0.09)\" result=\"color1Flood\" />\n<feComposite operator=\"in\" in2=\"noise1Clipped\" in=\"color1Flood\" result=\"color1\" />\n<feFlood flood-color=\"rgba(118, 117, 123, 0.09)\" result=\"color2Flood\" />\n<feComposite operator=\"in\" in2=\"noise2Clipped\" in=\"color2Flood\" result=\"color2\" />\n<feMerge result=\"effect1_noise_67_1986\">\n<feMergeNode in=\"shape\" />\n<feMergeNode in=\"color1\" />\n<feMergeNode in=\"color2\" />\n</feMerge>\n</filter>\n<filter id=\"filter16_ii_67_1986\" x=\"-1.7644\" y=\"26.4654\" width=\"31.759\" height=\"3559.67\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1.7644\" dy=\"8.82198\"/>\n<feGaussianBlur stdDeviation=\"1.3233\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.156863 0 0 0 0 0.156863 0 0 0 0 0.164706 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_1986\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"8.82198\" dy=\"-7.05758\"/>\n<feGaussianBlur stdDeviation=\"1.7644\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.101961 0 0 0 0 0.101961 0 0 0 0 0.109804 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_67_1986\" result=\"effect2_innerShadow_67_1986\"/>\n</filter>\n<filter id=\"filter17_f_67_1986\" x=\"4.11722\" y=\"35.2842\" width=\"24.1132\" height=\"3539.38\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"3.52879\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter18_f_67_1986\" x=\"1.76454\" y=\"30.8944\" width=\"25.5842\" height=\"15.8615\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.3233\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter19_dn_67_1986\" x=\"1651.47\" y=\"942.186\" width=\"20.291\" height=\"876.022\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1.7644\"/>\n<feGaussianBlur stdDeviation=\"1.7644\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0627451 0 0 0 0 0.0627451 0 0 0 0 0.0666667 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_67_1986\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feTurbulence type=\"fractalNoise\" baseFrequency=\"0.51524221897125244 0.51524221897125244\" stitchTiles=\"stitch\" numOctaves=\"3\" result=\"noise\" seed=\"2866\" />\n<feColorMatrix in=\"noise\" type=\"luminanceToAlpha\" result=\"alphaNoise\" />\n<feComponentTransfer in=\"alphaNoise\" result=\"coloredNoise1\">\n<feFuncA type=\"discrete\" tableValues=\"1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \"/>\n</feComponentTransfer>\n<feComposite operator=\"in\" in2=\"shape\" in=\"coloredNoise1\" result=\"noise1Clipped\" />\n<feComponentTransfer in=\"alphaNoise\" result=\"coloredNoise2\">\n<feFuncA type=\"discrete\" tableValues=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 \"/>\n</feComponentTransfer>\n<feComposite operator=\"in\" in2=\"shape\" in=\"coloredNoise2\" result=\"noise2Clipped\" />\n<feFlood flood-color=\"rgba(12, 12, 12, 0.09)\" result=\"color1Flood\" />\n<feComposite operator=\"in\" in2=\"noise1Clipped\" in=\"color1Flood\" result=\"color1\" />\n<feFlood flood-color=\"rgba(80, 80, 80, 0.09)\" result=\"color2Flood\" />\n<feComposite operator=\"in\" in2=\"noise2Clipped\" in=\"color2Flood\" result=\"color2\" />\n<feMerge result=\"effect2_noise_67_1986\">\n<feMergeNode in=\"shape\" />\n<feMergeNode in=\"color1\" />\n<feMergeNode in=\"color2\" />\n</feMerge>\n<feBlend mode=\"normal\" in=\"effect2_noise_67_1986\" in2=\"effect1_dropShadow_67_1986\" result=\"effect2_noise_67_1986\"/>\n</filter>\n<filter id=\"filter20_ii_67_1986\" x=\"1655\" y=\"945.715\" width=\"16.7622\" height=\"433.186\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1.7644\"/>\n<feGaussianBlur stdDeviation=\"0.882198\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.113725 0 0 0 0 0.113725 0 0 0 0 0.121569 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_1986\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"1.7644\"/>\n<feGaussianBlur stdDeviation=\"0.882198\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0745098 0 0 0 0 0.0705882 0 0 0 0 0.0901961 0 0 0 0.8 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_67_1986\" result=\"effect2_innerShadow_67_1986\"/>\n</filter>\n<filter id=\"filter21_f_67_1986\" x=\"1650.37\" y=\"939.919\" width=\"26.6814\" height=\"22.2282\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"2.20549\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter22_f_67_1986\" x=\"1651.65\" y=\"1359.64\" width=\"23.5113\" height=\"26.3766\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.67618\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter23_f_67_1986\" x=\"1655.43\" y=\"1362.58\" width=\"14.4355\" height=\"12.0166\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.7644\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter24_f_67_1986\" x=\"1656.77\" y=\"956.301\" width=\"8.82125\" height=\"411.985\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.7644\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter25_i_67_1986\" x=\"1655\" y=\"1508.56\" width=\"8.82201\" height=\"306.123\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1.7644\"/>\n<feGaussianBlur stdDeviation=\"0.882198\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0461537 0 0 0 0 0.0461537 0 0 0 0 0.0461537 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_1986\"/>\n</filter>\n<filter id=\"filter26_i_67_1986\" x=\"1656.77\" y=\"1508.56\" width=\"8.82201\" height=\"306.123\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"1.7644\"/>\n<feGaussianBlur stdDeviation=\"0.882198\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.164706 0 0 0 0 0.164706 0 0 0 0 0.168627 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_1986\"/>\n</filter>\n<filter id=\"filter27_ddi_67_1986\" x=\"45.6974\" y=\"25.4067\" width=\"1585.49\" height=\"3563.37\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"2.64659\" dy=\"1.7644\"/>\n<feGaussianBlur stdDeviation=\"0.882198\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.103906 0 0 0 0 0.103906 0 0 0 0 0.103906 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_67_1986\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-2.64659\" dy=\"-1.7644\"/>\n<feGaussianBlur stdDeviation=\"1.41152\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.192157 0 0 0 0 0.192157 0 0 0 0 0.2 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_dropShadow_67_1986\" result=\"effect2_dropShadow_67_1986\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect2_dropShadow_67_1986\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"0.882198\" dy=\"0.882198\"/>\n<feGaussianBlur stdDeviation=\"0.882198\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect3_innerShadow_67_1986\"/>\n</filter>\n<filter id=\"filter28_f_67_1986\" x=\"52.9319\" y=\"31.759\" width=\"1572.08\" height=\"3551.73\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.882198\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter29_i_67_1986\" x=\"93.5127\" y=\"72.3398\" width=\"1490.91\" height=\"3468.8\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"1.7644\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.6 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_1986\"/>\n</filter>\n<filter id=\"filter30_f_67_1986\" x=\"796.845\" y=\"117.551\" width=\"86.0147\" height=\"86.0147\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.330824\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter31_f_67_1986\" x=\"807.348\" y=\"128.056\" width=\"64.0141\" height=\"64.0141\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.372177\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter32_f_67_1986\" x=\"813.303\" y=\"134.012\" width=\"52.1049\" height=\"52.1039\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.372177\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter33_f_67_1986\" x=\"817.769\" y=\"138.476\" width=\"43.1723\" height=\"43.1723\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.372177\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter34_f_67_1986\" x=\"815.129\" y=\"135.649\" width=\"34.103\" height=\"32.7983\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"2.97742\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter35_f_67_1986\" x=\"820.074\" y=\"140.782\" width=\"22.8591\" height=\"22.8591\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.48871\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter36_f_67_1986\" x=\"831.913\" y=\"152.619\" width=\"4.4657\" height=\"4.4657\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.744354\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter37_f_67_1986\" x=\"833.807\" y=\"154.505\" width=\"5.30066\" height=\"5.36218\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.744354\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter38_f_67_1986\" x=\"821.862\" y=\"142.603\" width=\"18.4861\" height=\"18.6912\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.48871\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter39_f_67_1986\" x=\"828.091\" y=\"148.785\" width=\"6.67175\" height=\"6.77039\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.744354\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter40_f_67_1986\" x=\"833.502\" y=\"154.553\" width=\"30.3286\" height=\"28.769\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"2.97742\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter41_f_67_1986\" x=\"846.901\" y=\"163.138\" width=\"12.6981\" height=\"13.0751\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.744354\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter42_f_67_1986\" x=\"851.671\" y=\"167.898\" width=\"6.15906\" height=\"6.2782\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.744354\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter43_f_67_1986\" x=\"836.853\" y=\"156.785\" width=\"18.9837\" height=\"18.0189\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.11653\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter44_f_67_1986\" x=\"845.96\" y=\"165.162\" width=\"6.88367\" height=\"6.9989\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.744354\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter45_f_67_1986\" x=\"814.102\" y=\"134.81\" width=\"50.5061\" height=\"50.5041\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.3233\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter46_f_67_1986\" x=\"628.124\" y=\"29.9934\" width=\"426.984\" height=\"12.3511\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.882198\" result=\"effect1_foregroundBlur_67_1986\"/>\n</filter>\n<filter id=\"filter47_df_67_1986\" x=\"1566.78\" y=\"33.011\" width=\"56.8037\" height=\"51.6787\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1.7644\" dy=\"1.7644\"/>\n<feGaussianBlur stdDeviation=\"1.7644\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_67_1986\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_67_1986\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.882198\" result=\"effect2_foregroundBlur_67_1986\"/>\n</filter>\n<linearGradient id=\"paint0_linear_67_1986\" x1=\"1646.13\" y1=\"18.9172\" x2=\"30.6112\" y2=\"3612.18\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#223263\"/>\n<stop offset=\"0.216346\" stop-color=\"#1B2A5A\"/>\n<stop offset=\"0.502406\" stop-color=\"#11193A\"/>\n<stop offset=\"0.903846\" stop-color=\"#11193A\"/>\n</linearGradient>\n<linearGradient id=\"paint1_linear_67_1986\" x1=\"841.617\" y1=\"0\" x2=\"841.617\" y2=\"3613.48\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#636268\"/>\n<stop offset=\"1\" stop-color=\"#1F1F1F\"/>\n</linearGradient>\n<linearGradient id=\"paint2_linear_67_1986\" x1=\"65.2825\" y1=\"13.2335\" x2=\"1657.22\" y2=\"3659.02\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"white\"/>\n<stop offset=\"0.716346\" stop-color=\"white\" stop-opacity=\"0.910577\"/>\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.8\"/>\n</linearGradient>\n<linearGradient id=\"paint3_linear_67_1986\" x1=\"73.7917\" y1=\"22.0568\" x2=\"1667.2\" y2=\"3647.74\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#454545\" stop-opacity=\"0.8\"/>\n<stop offset=\"0.716346\" stop-color=\"#848386\"/>\n<stop offset=\"1\" stop-color=\"#404040\"/>\n</linearGradient>\n<linearGradient id=\"paint4_linear_67_1986\" x1=\"73.8611\" y1=\"22.0575\" x2=\"1664.89\" y2=\"3650.33\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#28272D\"/>\n<stop offset=\"0.716346\" stop-color=\"#28272D\" stop-opacity=\"0.9\"/>\n<stop offset=\"1\" stop-color=\"#28272D\" stop-opacity=\"0.2\"/>\n</linearGradient>\n<linearGradient id=\"paint5_linear_67_1986\" x1=\"838.97\" y1=\"28.2305\" x2=\"838.97\" y2=\"3587.02\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"white\" stop-opacity=\"0.8\"/>\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.1\"/>\n</linearGradient>\n<linearGradient id=\"paint6_linear_67_1986\" x1=\"651.062\" y1=\"0\" x2=\"651.062\" y2=\"28.2303\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#040309\"/>\n<stop offset=\"0.302885\" stop-color=\"#3E3E40\"/>\n<stop offset=\"0.701923\" stop-color=\"#464649\" stop-opacity=\"0.5\"/>\n<stop offset=\"1\" stop-color=\"#363637\"/>\n</linearGradient>\n<linearGradient id=\"paint7_linear_67_1986\" x1=\"1203.32\" y1=\"0\" x2=\"1203.32\" y2=\"28.2303\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#040309\"/>\n<stop offset=\"0.302885\" stop-color=\"#3E3E40\"/>\n<stop offset=\"0.701923\" stop-color=\"#464649\" stop-opacity=\"0.5\"/>\n<stop offset=\"1\" stop-color=\"#363637\"/>\n</linearGradient>\n<linearGradient id=\"paint8_linear_67_1986\" x1=\"486.974\" y1=\"3585.25\" x2=\"486.974\" y2=\"3613.48\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#19171C\"/>\n<stop offset=\"0.461833\" stop-color=\"#1D1B20\" stop-opacity=\"0.5\"/>\n<stop offset=\"0.682446\" stop-color=\"#212025\"/>\n<stop offset=\"1\" stop-color=\"#08070C\"/>\n</linearGradient>\n<linearGradient id=\"paint9_linear_67_1986\" x1=\"1192.73\" y1=\"3585.25\" x2=\"1192.73\" y2=\"3613.48\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#19171C\"/>\n<stop offset=\"0.461833\" stop-color=\"#1D1B20\" stop-opacity=\"0.5\"/>\n<stop offset=\"0.682446\" stop-color=\"#212025\"/>\n<stop offset=\"1\" stop-color=\"#08070C\"/>\n</linearGradient>\n<linearGradient id=\"paint10_linear_67_1986\" x1=\"1670.88\" y1=\"859.26\" x2=\"1670.88\" y2=\"887.49\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#000002\"/>\n<stop offset=\"0.177885\" stop-color=\"#28282A\"/>\n<stop offset=\"0.278846\" stop-color=\"#2A2A2C\"/>\n<stop offset=\"0.604503\" stop-color=\"#3C3C3E\" stop-opacity=\"0.5\"/>\n<stop offset=\"1\" stop-color=\"#3A3A3C\"/>\n</linearGradient>\n<linearGradient id=\"paint11_linear_67_1986\" x1=\"1670.88\" y1=\"2704.82\" x2=\"1670.88\" y2=\"2733.05\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#000002\"/>\n<stop offset=\"0.177885\" stop-color=\"#28282A\"/>\n<stop offset=\"0.278846\" stop-color=\"#252527\" stop-opacity=\"0.5\"/>\n<stop offset=\"0.604503\" stop-color=\"#222224\"/>\n<stop offset=\"1\" stop-color=\"#161618\"/>\n</linearGradient>\n<linearGradient id=\"paint12_linear_67_1986\" x1=\"-19.8494\" y1=\"33.5556\" x2=\"-19.8494\" y2=\"3583.49\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#9C9BA1\"/>\n<stop offset=\"1\" stop-color=\"#605F67\"/>\n</linearGradient>\n<linearGradient id=\"paint13_linear_67_1986\" x1=\"0.172666\" y1=\"48.5973\" x2=\"155.932\" y2=\"54.3162\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#2D2D2F\"/>\n<stop offset=\"0.216346\" stop-color=\"#3A393F\"/>\n<stop offset=\"0.502406\" stop-color=\"#2A292F\"/>\n<stop offset=\"0.903846\" stop-color=\"#100F14\"/>\n</linearGradient>\n<linearGradient id=\"paint14_linear_67_1986\" x1=\"14.5566\" y1=\"45.877\" x2=\"14.5566\" y2=\"3567.61\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#9C9BA1\"/>\n<stop offset=\"1\" stop-color=\"#605F67\"/>\n</linearGradient>\n<linearGradient id=\"paint15_linear_67_1986\" x1=\"14.5564\" y1=\"34.2773\" x2=\"20.4655\" y2=\"44.0083\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#757575\" stop-opacity=\"0.5\"/>\n<stop offset=\"0.456731\" stop-color=\"#999999\"/>\n<stop offset=\"1\" stop-color=\"#484848\"/>\n</linearGradient>\n<linearGradient id=\"paint16_linear_67_1986\" x1=\"1661.68\" y1=\"959.83\" x2=\"1661.68\" y2=\"1364.76\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"white\" stop-opacity=\"0\"/>\n<stop offset=\"0.173077\" stop-color=\"white\"/>\n<stop offset=\"0.360577\" stop-color=\"white\" stop-opacity=\"0.6\"/>\n<stop offset=\"0.721154\" stop-color=\"white\" stop-opacity=\"0.879808\"/>\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint17_linear_67_1986\" x1=\"96.1591\" y1=\"29.9941\" x2=\"1626.77\" y2=\"3585.25\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#191919\"/>\n<stop offset=\"1\"/>\n</linearGradient>\n<linearGradient id=\"paint18_linear_67_1986\" x1=\"70.5402\" y1=\"52.0404\" x2=\"1588.1\" y2=\"3541.87\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#3A3D42\"/>\n<stop offset=\"1\" stop-color=\"#3A3D42\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint19_linear_67_1986\" x1=\"815.536\" y1=\"136.989\" x2=\"863.919\" y2=\"183.139\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#191919\"/>\n<stop offset=\"1\" stop-color=\"#1A1A1A\"/>\n</linearGradient>\n<linearGradient id=\"paint20_linear_67_1986\" x1=\"821.987\" y1=\"143.439\" x2=\"856.725\" y2=\"178.177\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#171717\"/>\n<stop offset=\"0.394231\" stop-color=\"#161616\"/>\n<stop offset=\"1\" stop-color=\"#1F1F1F\"/>\n</linearGradient>\n<linearGradient id=\"paint21_linear_67_1986\" x1=\"821.491\" y1=\"141.455\" x2=\"856.476\" y2=\"178.673\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#191919\"/>\n<stop offset=\"0.564066\" stop-color=\"#181818\"/>\n<stop offset=\"1\" stop-color=\"#1E1E1D\"/>\n</linearGradient>\n<linearGradient id=\"paint22_linear_67_1986\" x1=\"839.808\" y1=\"158.349\" x2=\"851.566\" y2=\"168.546\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#282C35\"/>\n<stop offset=\"1\" stop-color=\"#3C4459\"/>\n</linearGradient>\n<linearGradient id=\"paint23_linear_67_1986\" x1=\"822.208\" y1=\"147.326\" x2=\"855.731\" y2=\"173.792\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#121212\"/>\n<stop offset=\"0.495192\" stop-color=\"#121212\" stop-opacity=\"0\"/>\n<stop offset=\"1\" stop-color=\"#121212\"/>\n</linearGradient>\n<linearGradient id=\"paint24_linear_67_1986\" x1=\"1573.67\" y1=\"35.3893\" x2=\"1627.24\" y2=\"77.631\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"white\" stop-opacity=\"0\"/>\n<stop offset=\"0.466346\" stop-color=\"white\"/>\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0\"/>\n</linearGradient>\n</defs>\n<rect data-zone=\"screen-area\" x=\"93.5127\" y=\"72.3398\" width=\"1490.91\" height=\"3468.8\" rx=\"24.7015\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"hardware-overlay\" data-type=\"punch-hole\" cx=\"839.852\" cy=\"160.558\" r=\"42.3\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-top\" x=\"93.5127\" y=\"72.3398\" width=\"1490.91\" height=\"72\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-bottom\" x=\"93.5127\" y=\"3465\" width=\"1490.91\" height=\"76\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"status-bar\" x=\"93.5127\" y=\"72.3398\" width=\"1490.91\" height=\"128\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"power\" data-side=\"right\" x=\"1656\" y=\"859\" width=\"16\" height=\"200\" fill=\"none\" stroke=\"none\"/>\n<rect data-button=\"volume-up\" data-side=\"right\" x=\"1656\" y=\"2704\" width=\"16\" height=\"100\" fill=\"none\" stroke=\"none\"/>\n</svg>`;\nconst SVG_STRING_SCALED = SVG_STRING\n .replace(/\\swidth=\"[^\"]*\"/, ' width=\"100%\"')\n .replace(/\\sheight=\"[^\"]*\"/, ' height=\"100%\"')\n .replace(/<svg\\b/, '<svg preserveAspectRatio=\"xMidYMid meet\" style=\"display:block\"');\n\nexport function GalaxyZFold7SVG({ style }: DeviceSVGProps) {\n return <div style={style} dangerouslySetInnerHTML={{ __html: SVG_STRING_SCALED }} />;\n}\nexport const GALAXY_Z_FOLD_7_FRAME: DeviceFrameInfo = {\n \"bezelTop\": 18,\n \"bezelBottom\": 19,\n \"bezelLeft\": 23,\n \"bezelRight\": 22,\n \"totalWidth\": 419,\n \"totalHeight\": 907,\n \"screenWidth\": 374,\n \"screenHeight\": 870,\n \"screenRadius\": 6\n};\nexport const GALAXY_Z_FOLD_7_SCREEN_RECT: SVGScreenRect = { \"x\": 93.5127, \"y\": 72.3398, \"width\": 1490.91, \"height\": 3468.8, \"rx\": 24.7015 };\n","import type { CSSProperties } from \"react\";\nimport type { DeviceFrameInfo, DeviceLayoutData, DeviceMeta, SVGScreenRect } from \"../contract-types.js\";\n\ninterface DeviceSVGProps {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n}\n\nexport const GALAXY_Z_FOLD_7_OPEN_META: DeviceMeta = {\n id: \"galaxy-z-fold-7-open\",\n name: \"Galaxy Z Fold 7 (Open)\",\n platform: \"android\",\n year: 2025,\n formFactor: \"foldable\",\n screen: {\n width: 771,\n height: 855,\n physicalWidth: 2208,\n physicalHeight: 2448,\n dpr: 2.86,\n aspectRatio: \"10:9\",\n cornerRadius: 5,\n ppi: 378\n }\n};\nexport const GALAXY_Z_FOLD_7_OPEN_LAYOUT: DeviceLayoutData = {\n meta: GALAXY_Z_FOLD_7_OPEN_META,\n safeArea: {\n portrait: { top: 32, bottom: 24, left: 0, right: 0 },\n landscape: { top: 0, bottom: 24, left: 32, right: 32 }\n },\n hardwareOverlays: {\n type: \"punch-hole\",\n portrait: {\n x: 583,\n y: 12,\n width: 8,\n height: 8,\n shape: \"circle\",\n cornerRadius: 4\n }\n },\n statusBar: {\n height: 32,\n style: \"fullwidth\",\n hasTime: true,\n hasBattery: true,\n hasSignal: true\n },\n homeIndicator: {\n type: \"swipe-bar\",\n height: 5,\n width: 134,\n visible: true\n }\n};\nconst SVG_STRING = `<svg width=\"3250\" height=\"3580\" viewBox=\"0 0 3250 3580\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g filter=\"url(#filter0_n_67_2155)\">\n<mask id=\"mask0_67_2155\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"1618\" y=\"0\" width=\"1617\" height=\"3580\">\n<path d=\"M3234.89 68.1582C3234.89 30.5155 3204.38 0 3166.73 0H1635.8C1626.14 0 1618.32 7.82448 1618.32 17.4765V3561.7C1618.32 3571.35 1626.14 3579.18 1635.8 3579.18H3166.73C3204.38 3579.18 3234.89 3548.66 3234.89 3511.02V68.1582Z\" fill=\"white\"/>\n</mask>\n<g mask=\"url(#mask0_67_2155)\">\n<g filter=\"url(#filter1_i_67_2155)\">\n<path d=\"M3234.89 68.1582C3234.89 30.5155 3204.38 0 3166.73 0H1635.8C1626.14 0 1618.32 7.82448 1618.32 17.4765V3561.7C1618.32 3571.35 1626.14 3579.18 1635.8 3579.18H3166.73C3204.38 3579.18 3234.89 3548.66 3234.89 3511.02V68.1582Z\" fill=\"url(#paint0_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter2_f_67_2155)\" style=\"mix-blend-mode:multiply\">\n<path d=\"M3236.64 3448.11C3261.98 3519.76 3253.24 3604.52 3144.01 3588.79C3174.52 3580.96 3245.38 3580.05 3236.64 3448.11Z\" fill=\"#2B2B2B\" fill-opacity=\"0.62\"/>\n</g>\n<g filter=\"url(#filter3_f_67_2155)\">\n<path d=\"M1630.89 29.4848C1630.89 15.4059 1635.33 6.27503 1637.54 3.46945C1637.54 -6.93669 1624.73 -3.41697 1618.32 -0.35634V40.197H1630.89V29.4848Z\" fill=\"#181818\"/>\n</g>\n<g opacity=\"0.8\" filter=\"url(#filter4_f_67_2155)\" style=\"mix-blend-mode:color-dodge\">\n<path d=\"M1629.68 3509.27C1630.26 3509.27 1630.85 3509.27 1631.43 3509.27C1631.43 3518 1631.43 3526.73 1631.43 3535.46C1631.43 3544.79 1632.47 3554.12 1632.95 3563.45C1633.08 3565.45 1634.12 3567.25 1635.67 3568.38C1636.72 3569.15 1637.97 3569.6 1639.29 3569.66C1651.01 3570.01 1662.73 3571.32 1674.45 3571.32C1753.86 3571.32 1833.27 3571.32 1912.67 3571.32C2316.41 3571.32 2720.14 3571.32 3123.88 3571.32C3138.16 3571.32 3152.45 3571.13 3166.73 3570.93C3183.26 3570.78 3199.33 3563.4 3210.37 3551.35C3220.43 3540.55 3226.64 3526.03 3226.84 3511.02C3226.95 3504.64 3227.03 3498.25 3227.03 3491.86C3227.03 2924.44 3227.03 2357.02 3227.03 1789.59C3227.03 1215.78 3226.2 641.97 3226.16 68.1599C3226.22 53.3519 3220.46 38.6604 3210.37 27.83C3199.32 15.7667 3183.11 8.64691 3166.73 8.73983C2748.71 8.73983 2330.69 8.73983 1912.67 8.73983C1821.55 8.73983 1730.42 8.73983 1639.29 8.73983C1635.57 8.64705 1632.21 12.0087 1632.3 15.7304C1632.3 33.7894 1632.3 51.8484 1632.3 69.9074C1631.14 69.9074 1629.97 69.9074 1628.81 69.9074C1628.81 51.8484 1628.81 33.7894 1628.81 15.7304C1628.67 10.1431 1633.7 5.111 1639.29 5.24454C1730.42 5.24454 1821.55 5.24454 1912.67 5.24454C2330.69 5.24454 2748.71 5.24454 3166.73 5.24454C3184.06 5.14405 3201.24 12.6908 3212.94 25.4571C3223.61 36.9152 3229.72 52.4948 3229.65 68.1599C3229.61 641.97 3228.78 1215.78 3228.78 1789.59C3228.78 2357.02 3228.78 2924.44 3228.78 3491.86C3228.78 3498.25 3228.85 3504.64 3228.96 3511.02C3229.3 3526.49 3223.63 3542.24 3212.94 3553.73C3201.23 3566.51 3183.91 3573.79 3166.73 3573.45C3152.45 3573.25 3138.16 3573.06 3123.88 3573.06C2720.14 3573.06 2316.41 3573.06 1912.67 3573.06C1833.27 3573.06 1753.86 3573.06 1674.45 3573.06C1662.73 3573.06 1651.01 3574.37 1639.29 3574.72C1636.92 3574.79 1634.49 3574.03 1632.56 3572.61C1629.69 3570.52 1627.99 3566.93 1628.16 3563.45C1628.63 3554.12 1629.68 3544.79 1629.68 3535.46C1629.68 3526.73 1629.68 3518 1629.68 3509.27Z\" fill=\"url(#paint1_linear_67_2155)\"/>\n</g>\n<g opacity=\"0.8\" filter=\"url(#filter5_f_67_2155)\" style=\"mix-blend-mode:multiply\">\n<path d=\"M1634.92 3502.47C1635.51 3502.47 1636.09 3502.47 1636.67 3502.47C1636.67 3511.15 1636.67 3519.84 1636.67 3528.52C1636.67 3537.83 1637.72 3547.15 1638.19 3556.46C1638.32 3558.42 1639.33 3560.2 1640.84 3561.33C1641.89 3562.14 1643.18 3562.61 1644.53 3562.67C1656.14 3563.03 1667.74 3564.32 1679.34 3564.32C1758.34 3564.32 1837.34 3564.32 1916.34 3564.32C2317.98 3564.32 2719.63 3564.32 3121.27 3564.32C3134.1 3564.32 3146.92 3564.17 3159.74 3564C3177.58 3563.85 3194.82 3555.22 3205.87 3541.5C3214.42 3531.04 3219.57 3517.73 3219.79 3504.03C3219.93 3496.46 3220.04 3488.88 3220.04 3481.31C3220.04 2916.82 3220.04 2352.33 3220.04 1787.84C3220.04 1215.78 3219.2 643.717 3219.16 71.654C3219.21 58.1157 3214.43 44.659 3205.87 34.1873C3194.81 20.4479 3177.4 12.1155 3159.74 12.234C2745.27 12.234 2330.81 12.234 1916.34 12.234C1825.74 12.234 1735.14 12.234 1644.53 12.234C1640.81 12.1412 1637.45 15.5028 1637.54 19.2246C1637.54 37.2219 1637.54 55.2192 1637.54 73.2165C1636.38 73.2165 1635.21 73.2165 1634.05 73.2165C1634.05 55.2192 1634.05 37.2219 1634.05 19.2246C1633.92 13.6372 1638.95 8.60513 1644.53 8.73868C1735.14 8.73868 1825.74 8.73868 1916.34 8.73868C2330.81 8.73868 2745.27 8.73868 3159.74 8.73868C3178.42 8.61133 3196.88 17.4418 3208.58 31.9818C3217.64 43.0621 3222.71 57.3332 3222.66 71.654C3222.62 643.717 3221.78 1215.78 3221.78 1787.84C3221.78 2352.33 3221.78 2916.82 3221.78 3481.31C3221.78 3488.88 3221.89 3496.46 3222.03 3504.03C3222.35 3518.19 3217.66 3532.6 3208.58 3543.7C3196.86 3558.26 3178.24 3566.79 3159.74 3566.4C3146.92 3566.22 3134.1 3566.07 3121.27 3566.07C2719.63 3566.07 2317.98 3566.07 1916.34 3566.07C1837.34 3566.07 1758.34 3566.07 1679.34 3566.07C1667.74 3566.07 1656.14 3567.36 1644.53 3567.73C1642.1 3567.8 1639.61 3567 1637.66 3565.51C1634.87 3563.41 1633.23 3559.88 1633.4 3556.46C1633.87 3547.15 1634.92 3537.83 1634.92 3528.52C1634.92 3519.84 1634.92 3511.15 1634.92 3502.47Z\" fill=\"url(#paint2_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter6_f_67_2155)\" style=\"mix-blend-mode:lighten\">\n<path d=\"M3224.41 3451.6C3225.06 3471.41 3225.53 3491.21 3225.82 3511.02C3225.96 3520.55 3223.86 3530.13 3219.67 3538.74C3216.86 3544.54 3213.13 3549.89 3208.67 3554.55C3197 3566.83 3180.12 3573.94 3163.24 3573.71C3130.42 3573.45 3097.6 3573.06 3064.78 3573.06C2858.28 3573.06 2651.79 3573.06 2445.29 3573.06C2183.26 3573.06 1921.22 3573.06 1659.19 3573.06C1653.24 3573.06 1647.29 3573.06 1641.34 3573.06C1640.66 3573.06 1639.98 3573.06 1639.29 3573.06C1634.16 3573.17 1629.64 3568.46 1629.88 3563.45C1630.14 3551.61 1630.55 3539.76 1630.55 3527.92C1630.55 3521.85 1630.26 3515.79 1629.68 3509.73C1630.26 3509.73 1630.85 3509.73 1631.43 3509.73C1630.85 3515.79 1630.55 3521.85 1630.55 3527.92C1630.55 3539.76 1630.97 3551.61 1631.23 3563.45C1631.24 3567.75 1635.11 3571.44 1639.29 3571.32C1639.98 3571.32 1640.66 3571.32 1641.34 3571.32C1647.29 3571.32 1653.24 3571.32 1659.19 3571.32C1921.22 3571.32 2183.26 3571.32 2445.29 3571.32C2651.79 3571.32 2858.28 3571.32 3064.78 3571.32C3097.6 3571.32 3130.42 3570.93 3163.24 3570.67C3179.32 3570.62 3195.12 3563.73 3206.14 3552.13C3210.36 3547.73 3213.91 3542.7 3216.64 3537.24C3220.69 3529.15 3222.87 3520.13 3223 3511.02C3223.29 3491.21 3223.76 3471.41 3224.41 3451.6Z\" fill=\"url(#paint3_linear_67_2155)\"/>\n</g>\n<g opacity=\"0.8\" filter=\"url(#filter7_f_67_2155)\" style=\"mix-blend-mode:plus-lighter\">\n<path d=\"M1690.41 72.99C1690.12 72.99 1689.83 72.99 1689.54 72.99C1689.83 70.7013 1689.97 68.4125 1689.97 66.1237C1689.97 52.8207 1689.94 39.5178 1689.89 26.2148C1689.75 21.5149 1693.98 17.2378 1698.71 17.3302C1705.8 17.2983 1712.88 17.264 1719.96 17.2307C1741.06 17.1313 1762.16 17.0397 1783.25 17.0397C2007.42 17.0397 2231.59 17.0397 2455.76 17.0397C2690.42 17.0397 2925.08 16.6475 3159.74 16.6062C3170.51 16.5859 3181.25 19.4257 3190.58 24.7943C3192.71 26.0213 3194.78 27.3783 3196.76 28.8512C3212.35 40.3279 3221.41 59.6092 3221.02 78.6442C3220.95 83.858 3220.91 89.0718 3220.91 94.2856C3220.91 94.8973 3221.06 95.5089 3221.35 96.1206C3221.06 96.1206 3220.77 96.1206 3220.47 96.1206C3220.77 95.5089 3220.91 94.8973 3220.91 94.2856C3220.91 89.0718 3220.87 83.858 3220.81 78.6442C3220.7 59.5722 3210.79 41.337 3195.72 30.2529C3193.79 28.8213 3191.78 27.5024 3189.71 26.3099C3180.64 21.0923 3170.21 18.3313 3159.74 18.3469C2925.08 18.3056 2690.42 17.9135 2455.76 17.9135C2231.59 17.9135 2007.42 17.9135 1783.25 17.9135C1762.16 17.9135 1741.06 17.8218 1719.96 17.7225C1712.88 17.6891 1705.8 17.6549 1698.71 17.6229C1694.14 17.489 1689.97 21.6056 1690.06 26.2148C1690.01 39.5178 1689.97 52.8207 1689.97 66.1237C1689.97 68.4125 1690.12 70.7013 1690.41 72.99Z\" fill=\"url(#paint4_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter8_f_67_2155)\">\n<path d=\"M1646.28 3572.19C1645.82 3572.25 1645.35 3572.3 1644.89 3572.36C1643.02 3572.57 1641.16 3572.73 1639.29 3572.85C1636.96 3573.02 1634.1 3572.51 1632.34 3570.45C1629.95 3567.61 1629.87 3564.01 1630.09 3560.83C1630.18 3559.84 1630.28 3558.85 1630.39 3557.85C1630.44 3557.39 1630.5 3556.93 1630.55 3556.46C1630.61 3556.93 1630.67 3557.39 1630.72 3557.85C1630.83 3558.85 1630.93 3559.84 1631.02 3560.83C1631.31 3563.94 1631.81 3567.17 1633.64 3569.29C1634.95 3570.82 1637.07 3571.41 1639.29 3571.53C1641.16 3571.65 1643.02 3571.81 1644.89 3572.02C1645.35 3572.08 1645.82 3572.13 1646.28 3572.19Z\" fill=\"url(#paint5_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter9_f_67_2155)\" style=\"mix-blend-mode:plus-lighter\">\n<path d=\"M1630.55 32.3329C1630.55 32.3329 1630.55 32.3329 1630.55 32.3329C1630.5 31.3831 1630.45 30.4793 1630.41 29.5385C1630.25 25.3539 1630.23 21.1625 1630.93 16.9431C1631.54 12.9219 1633.63 7.86806 1638.35 6.68105C1639.82 6.24737 1641.32 6.12732 1642.79 6.13862C1649.72 6.20494 1656.66 6.43412 1663.6 6.82616C1664.53 6.87859 1665.45 6.93393 1666.38 6.99219C1665.45 7.05044 1664.53 7.10578 1663.6 7.15821C1656.66 7.55026 1649.72 7.77944 1642.79 7.84576C1641.42 7.86023 1640.09 7.99008 1638.84 8.35685C1631.1 10.9393 1631.65 21.7798 1630.74 29.5435C1630.67 30.4808 1630.61 31.3831 1630.55 32.3329Z\" fill=\"url(#paint6_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter10_f_67_2155)\">\n<rect width=\"27.9623\" height=\"24.467\" transform=\"matrix(-1 0 0 1 2787.5 3554.71)\" fill=\"url(#paint7_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter11_f_67_2155)\">\n<rect width=\"27.9623\" height=\"24.467\" transform=\"matrix(-1 0 0 1 2088.44 3554.71)\" fill=\"url(#paint8_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter12_f_67_2155)\">\n<rect width=\"27.9623\" height=\"20.9718\" transform=\"matrix(4.37114e-08 -1 -1 -4.37114e-08 3234.89 2707.1)\" fill=\"url(#paint9_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter13_f_67_2155)\">\n<rect width=\"27.9623\" height=\"24.467\" transform=\"matrix(4.37114e-08 -1 -1 -4.37114e-08 3234.89 880.814)\" fill=\"url(#paint10_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter14_f_67_2155)\">\n<rect width=\"27.9623\" height=\"20.9718\" transform=\"matrix(-1 0 0 1 2796.23 0)\" fill=\"url(#paint11_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter15_f_67_2155)\">\n<rect width=\"27.9623\" height=\"20.9718\" transform=\"matrix(-1 0 0 1 2252.72 0)\" fill=\"url(#paint12_linear_67_2155)\"/>\n</g>\n</g>\n<mask id=\"mask1_67_2155\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"1617\" height=\"3580\">\n<path d=\"M0 68.1582C0 30.5155 30.5155 0 68.1582 0H1599.1C1608.75 0 1616.57 7.82448 1616.57 17.4765V3561.7C1616.57 3571.35 1608.75 3579.18 1599.1 3579.18H68.1581C30.5154 3579.18 0 3548.66 0 3511.02V68.1582Z\" fill=\"#2E3B67\"/>\n</mask>\n<g mask=\"url(#mask1_67_2155)\">\n<g filter=\"url(#filter16_i_67_2155)\">\n<path d=\"M0 68.1582C0 30.5155 30.5155 0 68.1582 0H1599.1C1608.75 0 1616.57 7.82448 1616.57 17.4765V3561.7C1616.57 3571.35 1608.75 3579.18 1599.1 3579.18H68.1581C30.5154 3579.18 0 3548.66 0 3511.02V68.1582Z\" fill=\"url(#paint13_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter17_f_67_2155)\" style=\"mix-blend-mode:multiply\">\n<path d=\"M-3.49797 3448.11C-28.8391 3519.76 -20.0975 3604.52 89.1298 3588.79C58.6263 3580.96 -12.2359 3580.05 -3.49797 3448.11Z\" fill=\"#616161\"/>\n</g>\n<g filter=\"url(#filter18_f_67_2155)\">\n<path d=\"M1600.57 38.7189C1600.57 20.6979 1594.93 9.01039 1592.11 5.41925C1592.11 -7.90061 1608.42 -3.39536 1616.57 0.522244V52.4305H1600.57V38.7189Z\" fill=\"#181818\"/>\n</g>\n<g opacity=\"0.8\" filter=\"url(#filter19_f_67_2155)\" style=\"mix-blend-mode:color-dodge\">\n<path d=\"M1605.21 3509.27C1604.63 3509.27 1604.05 3509.27 1603.46 3509.27C1603.46 3518 1603.46 3526.73 1603.46 3535.46C1603.46 3544.79 1602.42 3554.12 1601.95 3563.45C1601.81 3565.45 1600.77 3567.25 1599.22 3568.38C1598.18 3569.15 1596.92 3569.6 1595.6 3569.66C1583.88 3570.01 1572.16 3571.32 1560.44 3571.32C1481.03 3571.32 1401.63 3571.32 1322.22 3571.32C918.483 3571.32 514.748 3571.32 111.013 3571.32C96.7278 3571.32 82.4428 3571.13 68.1579 3570.93C51.6365 3570.78 35.5667 3563.4 24.5199 3551.35C14.4604 3540.55 8.21762 3526.04 8.01899 3511.02C7.92695 3505.45 7.86406 3499.87 7.86406 3494.29C7.86406 2926.06 7.86406 2357.82 7.86406 1789.59C7.86406 1215.78 8.69333 641.97 8.73616 68.1599C8.67251 53.3519 14.4366 38.6604 24.5199 27.83C35.5771 15.7667 51.7848 8.64691 68.1578 8.73983C486.178 8.73983 904.198 8.73983 1322.22 8.73983C1409.12 8.73983 1496.03 8.73983 1582.94 8.73983C1587.16 8.73983 1591.38 9.04523 1595.6 9.4007C1599.01 9.75996 1601.19 12.9662 1600.92 15.7304C1600.87 17.03 1600.84 18.3296 1600.84 19.6291C1600.84 36.3886 1601.43 53.148 1602.59 69.9074C1603.76 69.9074 1604.92 69.9074 1606.09 69.9074C1607.25 53.148 1607.83 36.3886 1607.83 19.6291C1607.83 18.3296 1607.8 17.03 1607.75 15.7304C1607.71 9.18556 1601.5 3.99809 1595.6 4.58368C1591.38 4.93914 1587.16 5.24454 1582.94 5.24454C1496.03 5.24454 1409.12 5.24454 1322.22 5.24454C904.198 5.24454 486.178 5.24454 68.1578 5.24454C50.834 5.14405 33.6504 12.6908 21.9536 25.4571C11.2818 36.9152 5.17245 52.4948 5.24431 68.1599C5.28714 641.97 6.11641 1215.78 6.11641 1789.59C6.11641 2357.82 6.11641 2926.06 6.11641 3494.29C6.11641 3499.87 6.05352 3505.45 5.96147 3511.02C5.62733 3526.48 11.258 3542.24 21.9536 3553.73C33.661 3566.51 50.9825 3573.79 68.1579 3573.45C82.4428 3573.25 96.7278 3573.06 111.013 3573.06C514.748 3573.06 918.483 3573.06 1322.22 3573.06C1401.63 3573.06 1481.03 3573.06 1560.44 3573.06C1572.16 3573.06 1583.88 3574.37 1595.6 3574.72C1597.97 3574.79 1600.4 3574.03 1602.33 3572.61C1605.21 3570.52 1606.91 3566.93 1606.73 3563.45C1606.26 3554.12 1605.21 3544.79 1605.21 3535.46C1605.21 3526.73 1605.21 3518 1605.21 3509.27Z\" fill=\"url(#paint14_linear_67_2155)\"/>\n</g>\n<g opacity=\"0.8\" filter=\"url(#filter20_f_67_2155)\" style=\"mix-blend-mode:multiply\">\n<path d=\"M1599.97 3500.75C1599.39 3500.75 1598.81 3500.75 1598.22 3500.75C1598.22 3509.43 1598.22 3518.11 1598.22 3526.8C1598.22 3536.1 1597.17 3545.41 1596.7 3554.71C1596.57 3556.68 1595.56 3558.45 1594.05 3559.59C1592.99 3560.39 1591.71 3560.86 1590.36 3560.92C1578.75 3561.28 1567.15 3562.58 1555.54 3562.58C1476.57 3562.58 1397.59 3562.58 1318.62 3562.58C917.077 3562.58 515.539 3562.58 114 3562.58C101.05 3562.58 88.0994 3562.42 75.1491 3562.25C57.4509 3562.1 40.3312 3553.6 29.2769 3540.05C20.5754 3529.56 15.2866 3516.13 15.0672 3502.28C14.9451 3495.65 14.8553 3489.02 14.8553 3482.39C14.8553 2917.25 14.8553 2352.11 14.8553 1786.97C14.8553 1215.2 15.6877 643.425 15.7276 71.654C15.6798 57.9836 20.5578 44.3981 29.2768 33.8826C40.3446 20.3196 57.6289 12.1184 75.1491 12.234C489.638 12.234 904.127 12.234 1318.62 12.234C1409.2 12.234 1499.78 12.234 1590.36 12.234C1594.08 12.1412 1597.44 15.5028 1597.35 19.2246C1597.35 37.2116 1597.35 55.1986 1597.35 73.1857C1598.51 73.1857 1599.68 73.1857 1600.84 73.1857C1600.84 55.1986 1600.84 37.2116 1600.84 19.2246C1600.98 13.6372 1595.95 8.60513 1590.36 8.73868C1499.78 8.73868 1409.2 8.73868 1318.62 8.73868C904.127 8.73868 489.638 8.73868 75.1491 8.73868C56.6096 8.61444 38.2878 17.306 26.5798 31.6593C17.351 42.7857 12.1807 57.1935 12.2353 71.654C12.2752 643.425 13.1076 1215.2 13.1076 1786.97C13.1076 2352.11 13.1076 2917.25 13.1076 3482.39C13.1076 3489.02 13.0178 3495.65 12.8957 3502.28C12.5738 3516.57 17.3335 3531.13 26.5799 3542.28C38.3014 3556.65 56.7876 3565.04 75.1491 3564.66C88.0994 3564.48 101.05 3564.32 114 3564.32C515.539 3564.32 917.077 3564.32 1318.62 3564.32C1397.59 3564.32 1476.57 3564.32 1555.54 3564.32C1567.15 3564.32 1578.75 3565.62 1590.36 3565.98C1592.78 3566.05 1595.27 3565.26 1597.21 3563.77C1600.02 3561.68 1601.66 3558.14 1601.49 3554.71C1601.02 3545.41 1599.97 3536.1 1599.97 3526.8C1599.97 3518.11 1599.97 3509.43 1599.97 3500.75Z\" fill=\"url(#paint15_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter21_f_67_2155)\" style=\"mix-blend-mode:lighten\">\n<path d=\"M12.2334 3477.82C11.8819 3488.3 11.5834 3498.79 11.338 3509.27C10.7748 3527.7 19.2868 3546.28 33.752 3558.06C38.6365 3562.08 44.1501 3565.35 50.0323 3567.71C57.4403 3570.68 65.4302 3572.17 73.401 3572.13C114.041 3571.93 154.681 3571.32 195.321 3571.32C398.152 3571.32 600.984 3571.32 803.815 3571.32C1061.2 3571.32 1318.59 3571.32 1575.98 3571.32C1581.82 3571.32 1587.66 3571.32 1593.51 3571.32C1594.2 3571.32 1594.9 3571.32 1595.6 3571.31C1600.72 3571.44 1605.32 3566.8 1605.17 3561.7C1605.06 3544.22 1604.79 3526.74 1604.34 3509.26C1603.89 3526.74 1603.62 3544.22 1603.51 3561.7C1603.58 3565.92 1599.79 3569.67 1595.6 3569.57C1594.9 3569.57 1594.2 3569.57 1593.51 3569.57C1587.66 3569.57 1581.82 3569.57 1575.98 3569.57C1318.59 3569.57 1061.2 3569.57 803.815 3569.57C600.984 3569.57 398.152 3569.57 195.321 3569.57C154.681 3569.57 114.041 3568.95 73.401 3568.75C65.8491 3568.72 58.325 3567.27 51.3312 3564.46C45.7783 3562.24 40.5568 3559.18 35.8889 3555.43C22.0876 3544.44 13.4463 3527.18 13.1288 3509.27C12.8834 3498.79 12.5849 3488.3 12.2334 3477.82Z\" fill=\"url(#paint16_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter22_f_67_2155)\" style=\"mix-blend-mode:plus-darker\">\n<path d=\"M11.3596 122.336C11.9421 122.336 12.5247 122.336 13.1072 122.336C12.5247 121.066 12.2334 119.796 12.2334 118.526C12.2334 104.067 12.4708 89.6088 12.7705 75.1501C13.0026 62.3072 17.5062 49.7217 25.2326 39.7032C32.2756 30.5066 41.9172 23.4295 52.6992 19.4352C59.3018 16.9776 66.3295 15.6826 73.401 15.6179C98.4908 15.3821 123.581 14.8562 148.67 14.8562C362.474 14.8562 576.278 15.7301 790.082 15.7301C1048.07 15.7301 1306.05 14.1531 1564.04 13.9951C1569.9 13.9916 1575.76 13.9887 1581.62 13.9866C1586.27 13.8717 1590.47 18.0663 1590.36 22.7207C1590.36 25.8916 1590.36 29.0625 1590.36 32.2334C1590.36 47.292 1590.07 62.3506 1589.48 77.4092C1590.07 77.4092 1590.65 77.4092 1591.23 77.4092C1590.65 62.3506 1590.36 47.292 1590.36 32.2334C1590.36 29.0625 1590.36 25.8916 1590.36 22.7207C1590.47 18.0659 1586.28 13.8668 1581.62 13.9782C1575.76 13.9761 1569.9 13.9733 1564.04 13.9697C1306.05 13.8117 1048.07 12.2348 790.082 12.2348C576.278 12.2348 362.474 13.1086 148.67 13.1086C123.581 13.1086 98.4908 12.5828 73.401 12.3469C65.9504 12.2739 58.4758 13.5543 51.4814 16.1589C40.0479 20.3893 30.0199 28.1981 23.033 38.0818C15.3474 48.8632 11.3865 62.0992 11.6963 75.1501C11.996 89.6088 12.2334 104.067 12.2334 118.526C12.2334 119.796 11.9421 121.066 11.3596 122.336Z\" fill=\"url(#paint17_linear_67_2155)\"/>\n</g>\n<g opacity=\"0.8\" filter=\"url(#filter23_f_67_2155)\" style=\"mix-blend-mode:plus-lighter\">\n<path d=\"M17.0397 122.335C17.3309 122.335 17.6222 122.335 17.9135 122.335C17.6222 121.107 17.4766 119.878 17.4766 118.65C17.4766 105.314 17.5845 91.9793 17.7244 78.6442C17.8229 65.5151 22.358 52.5481 30.3303 42.2497C37.2337 33.267 46.6433 26.2807 57.1974 22.276C64.0247 19.6728 71.3211 18.3216 78.6442 18.2884C102.518 18.1679 126.391 17.9135 150.265 17.9135C357.079 17.9135 563.894 18.3504 770.709 18.3504C1005.52 18.3504 1240.34 17.9135 1475.15 17.9135C1489.89 17.9135 1504.63 17.9135 1519.37 17.9135C1524.97 17.9135 1530.58 17.9135 1536.18 17.9135C1540.6 17.8054 1544.59 21.7935 1544.48 26.2148C1544.48 43.7623 1544.48 61.3098 1544.48 78.8573C1544.77 78.8573 1545.06 78.8573 1545.36 78.8573C1545.36 61.3098 1545.36 43.7623 1545.36 26.2148C1545.47 21.3271 1541.07 16.9214 1536.18 17.0397C1530.58 17.0397 1524.97 17.0397 1519.37 17.0397C1504.63 17.0397 1489.89 17.0397 1475.15 17.0397C1240.34 17.0397 1005.52 16.6027 770.709 16.6027C563.894 16.6027 357.079 17.0397 150.265 17.0397C126.391 17.0397 102.518 16.7853 78.6442 16.6647C71.1289 16.6222 63.6026 17.9628 56.5756 20.6427C45.7076 24.764 36.1139 32.1072 29.2396 41.4268C21.2901 52.1195 17.048 65.4191 17.2287 78.6442C17.3687 91.9793 17.4766 105.314 17.4766 118.65C17.4766 119.878 17.3309 121.107 17.0397 122.335Z\" fill=\"url(#paint18_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter24_f_67_2155)\" style=\"mix-blend-mode:plus-lighter\">\n<path d=\"M1605.21 32.3329C1605.21 32.3329 1605.21 32.3329 1605.21 32.3329C1605.27 31.3831 1605.32 30.4793 1605.36 29.5385C1605.51 25.3539 1605.54 21.1625 1604.83 16.9431C1604.22 12.9219 1602.13 7.86806 1597.42 6.68105C1595.94 6.24737 1594.45 6.12732 1592.98 6.13862C1586.04 6.20494 1579.11 6.43412 1572.17 6.82616C1571.24 6.87859 1570.31 6.93393 1569.39 6.99219C1570.31 7.05044 1571.24 7.10578 1572.17 7.15821C1579.11 7.55026 1586.04 7.77944 1592.98 7.84576C1594.34 7.86023 1595.68 7.99008 1596.92 8.35685C1604.67 10.9393 1604.12 21.7798 1605.03 29.5435C1605.09 30.4808 1605.15 31.3831 1605.21 32.3329Z\" fill=\"url(#paint19_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter25_f_67_2155)\">\n<path d=\"M1588.61 3572.19C1589.07 3572.25 1589.54 3572.3 1590 3572.36C1591.87 3572.57 1593.73 3572.73 1595.6 3572.85C1597.93 3573.02 1600.79 3572.51 1602.56 3570.45C1604.94 3567.61 1605.03 3564.01 1604.8 3560.83C1604.72 3559.84 1604.62 3558.85 1604.51 3557.85C1604.45 3557.39 1604.4 3556.93 1604.34 3556.46C1604.28 3556.93 1604.23 3557.39 1604.17 3557.85C1604.06 3558.85 1603.96 3559.84 1603.88 3560.83C1603.58 3563.94 1603.09 3567.17 1601.25 3569.29C1599.94 3570.82 1597.83 3571.41 1595.6 3571.53C1593.73 3571.65 1591.87 3571.81 1590 3572.02C1589.54 3572.08 1589.07 3572.13 1588.61 3572.19Z\" fill=\"url(#paint20_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter26_f_67_2155)\">\n<rect x=\"447.397\" y=\"3554.71\" width=\"27.9623\" height=\"24.467\" fill=\"url(#paint21_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter27_f_67_2155)\">\n<rect x=\"1146.46\" y=\"3554.71\" width=\"27.9623\" height=\"24.467\" fill=\"url(#paint22_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter28_f_67_2155)\">\n<path d=\"M0 2707.1L-1.22227e-06 2679.14L20.9718 2679.14L20.9718 2707.1L0 2707.1Z\" fill=\"url(#paint23_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter29_f_67_2155)\">\n<rect y=\"880.814\" width=\"27.9623\" height=\"20.9718\" transform=\"rotate(-90 0 880.814)\" fill=\"url(#paint24_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter30_f_67_2155)\">\n<path d=\"M438.659 0H466.622V20.9718H438.659V0Z\" fill=\"url(#paint25_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter31_f_67_2155)\">\n<path d=\"M982.177 0H1010.14V20.9718H982.177V0Z\" fill=\"url(#paint26_linear_67_2155)\"/>\n</g>\n</g>\n</g>\n<path d=\"M40.1963 57.6724C40.1963 40.2989 54.2803 26.2148 71.6539 26.2148H1614.8C1615.76 26.2148 1616.55 26.9973 1616.55 27.9625V28.8235C1616.55 29.3132 1616.94 29.7101 1617.43 29.7101C1617.92 29.7101 1618.32 29.3132 1618.32 28.8235V27.9625C1618.32 26.9973 1619.1 26.2148 1620.07 26.2148H3164.99C3182.36 26.2148 3196.44 40.2989 3196.44 57.6725V3521.51C3196.44 3538.88 3182.36 3552.96 3164.99 3552.96H1620.07C1619.1 3552.96 1618.32 3552.18 1618.32 3551.22V3550.36C1618.32 3549.87 1617.92 3549.47 1617.43 3549.47C1616.94 3549.47 1616.55 3549.87 1616.55 3550.36V3551.22C1616.55 3552.18 1615.76 3552.96 1614.8 3552.96H71.6539C54.2804 3552.96 40.1963 3538.88 40.1963 3521.51V57.6724Z\" fill=\"#0F100F\"/>\n<g filter=\"url(#filter32_f_67_2155)\">\n<rect x=\"1551.91\" y=\"3542.48\" width=\"131.073\" height=\"3.49529\" fill=\"url(#paint27_linear_67_2155)\"/>\n</g>\n<rect x=\"1513.46\" y=\"3509.27\" width=\"209.718\" height=\"29.71\" fill=\"url(#paint28_linear_67_2155)\"/>\n<g filter=\"url(#filter33_f_67_2155)\">\n<rect width=\"131.073\" height=\"3.49529\" transform=\"matrix(1 0 0 -1 1551.91 36.7012)\" fill=\"url(#paint29_linear_67_2155)\"/>\n</g>\n<rect width=\"209.718\" height=\"29.71\" transform=\"matrix(1 0 0 -1 1513.46 69.9062)\" fill=\"url(#paint30_linear_67_2155)\"/>\n<g opacity=\"0.86\" filter=\"url(#filter34_i_67_2155)\">\n<path d=\"M80.3916 106.606C80.3916 95.0241 89.781 85.6348 101.363 85.6348H3133.53C3145.11 85.6348 3154.5 95.0241 3154.5 106.607V3472.57C3154.5 3484.16 3145.11 3493.54 3133.53 3493.54H101.363C89.7809 3493.54 80.3916 3484.16 80.3916 3472.57V106.606Z\" fill=\"none\"/>\n</g>\n<g filter=\"url(#filter35_f_67_2155)\">\n<circle cx=\"2404.76\" cy=\"167.774\" r=\"55.9247\" fill=\"#121212\"/>\n</g>\n<g filter=\"url(#filter36_f_67_2155)\">\n<circle cx=\"2404.76\" cy=\"167.775\" r=\"36.7006\" fill=\"url(#paint31_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter37_f_67_2155)\">\n<circle cx=\"2404.76\" cy=\"167.774\" r=\"29.71\" fill=\"url(#paint32_linear_67_2155)\"/>\n<circle cx=\"2404.76\" cy=\"167.774\" r=\"29.2731\" stroke=\"url(#paint33_linear_67_2155)\" stroke-width=\"0.873823\"/>\n</g>\n<g filter=\"url(#filter38_f_67_2155)\">\n<circle cx=\"2404.76\" cy=\"167.776\" r=\"24.467\" fill=\"#121212\"/>\n</g>\n<g filter=\"url(#filter39_f_67_2155)\">\n<path d=\"M2408.03 150.187C2411.61 154.58 2407.5 160.1 2401.34 165.129C2395.18 170.157 2389.3 172.79 2385.72 168.397C2382.13 164.005 2382.2 154.25 2388.36 149.221C2394.52 144.192 2404.44 145.794 2408.03 150.187Z\" fill=\"#171B22\"/>\n</g>\n<g filter=\"url(#filter40_f_67_2155)\">\n<path d=\"M2388.67 166.852C2385.26 163.439 2384.14 155.53 2388.33 151.342C2392.51 147.154 2400.42 148.273 2403.84 151.686C2407.25 155.098 2404.87 159.512 2400.68 163.7C2396.5 167.888 2392.08 170.264 2388.67 166.852Z\" fill=\"#161B24\"/>\n</g>\n<g filter=\"url(#filter41_f_67_2155)\">\n<circle cx=\"2398.64\" cy=\"161.659\" r=\"0.873823\" fill=\"#252B37\"/>\n</g>\n<g filter=\"url(#filter42_f_67_2155)\">\n<ellipse cx=\"2401.36\" cy=\"164.4\" rx=\"0.873823\" ry=\"1.74765\" transform=\"rotate(43.7398 2401.36 164.4)\" fill=\"#252A3A\"/>\n</g>\n<g filter=\"url(#filter43_f_67_2155)\">\n<path d=\"M2389.76 153.041C2386.46 156.487 2387.67 163.07 2389.8 165.102C2391.92 167.133 2394.15 163.842 2397.45 160.397C2400.74 156.952 2403.86 154.656 2401.74 152.625C2399.61 150.594 2393.06 149.596 2389.76 153.041Z\" fill=\"#20262D\"/>\n</g>\n<g filter=\"url(#filter44_f_67_2155)\">\n<ellipse cx=\"2395.45\" cy=\"158.512\" rx=\"1.38962\" ry=\"2.77925\" transform=\"rotate(43.7398 2395.45 158.512)\" fill=\"#292E36\"/>\n</g>\n<g filter=\"url(#filter45_f_67_2155)\">\n<path d=\"M2405.76 185.436C2403.11 182.181 2406.79 177.595 2412.1 173.279C2417.41 168.964 2422.34 166.552 2424.99 169.807C2427.63 173.062 2426.99 180.751 2421.68 185.067C2416.37 189.383 2408.4 188.691 2405.76 185.436Z\" fill=\"#191E27\"/>\n</g>\n<g filter=\"url(#filter46_f_67_2155)\">\n<path d=\"M2423.9 181.849C2420.85 185.03 2416.1 185.351 2415.44 184.721C2414.79 184.092 2418.47 182.75 2421.51 179.568C2424.56 176.387 2425.81 172.571 2426.47 173.201C2427.13 173.83 2426.94 178.667 2423.9 181.849Z\" fill=\"#1F1B27\"/>\n</g>\n<g filter=\"url(#filter47_f_67_2155)\">\n<ellipse cx=\"2422.84\" cy=\"180.656\" rx=\"0.772035\" ry=\"2.57736\" transform=\"rotate(43.7398 2422.84 180.656)\" fill=\"#2B2838\"/>\n</g>\n<g filter=\"url(#filter48_f_67_2155)\">\n<path d=\"M2417.87 179.139C2414.7 182.455 2410.6 182.957 2409.68 182.071C2408.95 181.376 2409.91 179.13 2411.9 176.593C2412.44 175.896 2403.8 167.323 2404.49 166.609C2405.23 165.828 2415.25 172.977 2415.98 172.365C2418.35 170.378 2420.46 169.386 2421.17 170.064C2422.09 170.95 2421.05 175.823 2417.87 179.139Z\" fill=\"#1D222C\"/>\n</g>\n<g filter=\"url(#filter49_f_67_2155)\">\n<ellipse cx=\"2416.56\" cy=\"177.869\" rx=\"1.35539\" ry=\"2.99806\" transform=\"rotate(43.7398 2416.56 177.869)\" fill=\"#292E3D\"/>\n</g>\n<g filter=\"url(#filter50_dddiiiii_67_2155)\">\n<path d=\"M3166.73 3480.44V92.6261C3166.73 78.645 3155.37 66.4115 3141.39 66.4115H1716.19C1708.47 66.4115 1702.21 60.1519 1702.21 52.4303V34.9538C1702.21 27.2322 1708.47 20.9727 1716.19 20.9727H3149.26C3202.56 20.9727 3212.17 46.3135 3212.17 81.2664V3486.55C3212.17 3536.36 3199.94 3556.46 3145.76 3556.46H1716.19C1708.47 3556.46 1702.21 3550.2 1702.21 3542.48V3525C1702.21 3517.28 1708.47 3511.02 1716.19 3511.02H3138.77C3153.63 3511.02 3166.73 3496.17 3166.73 3480.44Z\" fill=\"#222223\"/>\n</g>\n<g filter=\"url(#filter51_dddiiii_67_2155)\">\n<path d=\"M22.7197 3497.91L22.6992 87.3832C22.6992 34.08 46.3129 20.9727 89.1097 20.9727H1518.68C1526.41 20.9727 1532.67 27.2322 1532.67 34.9538V52.4303C1532.67 60.1519 1526.41 66.4115 1518.68 66.4115H101.364C81.2658 66.4115 68.138 81.2664 68.138 99.6167V3477.82C68.138 3492.67 77.7705 3511.02 101.364 3511.02H1518.68C1526.41 3511.02 1532.67 3517.28 1532.67 3525V3542.48C1532.67 3550.2 1526.41 3556.46 1518.68 3556.46H89.1302C39.3223 3556.46 22.7197 3543.35 22.7197 3497.91Z\" fill=\"#222223\"/>\n</g>\n<g filter=\"url(#filter52_df_67_2155)\">\n<path d=\"M3152.75 26.2154C3154.04 26.174 3155.34 26.1936 3156.63 26.2501C3168.17 26.9087 3180.03 29.6497 3189.1 36.7255C3189.97 37.4199 3190.8 38.1571 3191.58 38.9394C3198.94 46.2747 3204.02 55.8377 3206.33 66.0786C3206.6 67.3421 3206.82 68.6263 3206.93 69.9065C3206.91 68.621 3206.78 67.3177 3206.59 66.0314C3204.95 55.5983 3200.1 45.5609 3192.57 37.9584C3191.75 37.133 3190.88 36.3588 3189.97 35.6338C3180.48 28.2461 3168.23 25.8961 3156.64 25.9844C3155.34 26.0117 3154.03 26.081 3152.75 26.2154Z\" fill=\"url(#paint34_linear_67_2155)\"/>\n</g>\n<g filter=\"url(#filter53_dn_67_2155)\">\n<mask id=\"mask2_67_2155\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"3234\" y=\"936\" width=\"14\" height=\"430\">\n<path d=\"M3234.89 1365.79V936.738C3244.68 938.136 3247.71 944.894 3248 948.098V1353.55C3248 1364.04 3239.26 1366.08 3234.89 1365.79Z\" fill=\"#455589\"/>\n</mask>\n<g mask=\"url(#mask2_67_2155)\">\n<g filter=\"url(#filter54_ii_67_2155)\">\n<path d=\"M3234.89 1365.79V936.738C3244.68 938.136 3247.71 944.894 3248 948.098V1353.55C3248 1364.04 3239.26 1366.08 3234.89 1365.79Z\" fill=\"#2F2F2F\"/>\n</g>\n<g filter=\"url(#filter55_f_67_2155)\">\n<path d=\"M3233.14 939.362C3236.64 937.614 3250.62 953.343 3250.62 947.226C3250.62 935.833 3230.66 931.498 3233.14 939.362Z\" fill=\"#070707\"/>\n</g>\n<g filter=\"url(#filter56_f_67_2155)\">\n<path d=\"M3233.14 1364.04C3238.74 1363.34 3246.54 1354.43 3249.75 1350.06C3250.04 1353.84 3249.05 1362.64 3242.76 1367.53C3236.47 1372.43 3233.73 1367.24 3233.14 1364.04Z\" fill=\"#111111\"/>\n</g>\n<g filter=\"url(#filter57_f_67_2155)\" style=\"mix-blend-mode:overlay\">\n<rect x=\"3236.88\" y=\"1353.79\" width=\"7.21691\" height=\"4.48822\" rx=\"1.74765\" transform=\"rotate(-6.63271 3236.88 1353.79)\" fill=\"white\" fill-opacity=\"0.6\"/>\n</g>\n<g opacity=\"0.8\" filter=\"url(#filter58_f_67_2155)\" style=\"mix-blend-mode:color-dodge\">\n<path d=\"M3239.26 950.721V1351.81\" stroke=\"url(#paint35_linear_67_2155)\" stroke-width=\"1.74765\"/>\n</g>\n</g>\n<g filter=\"url(#filter59_i_67_2155)\">\n<mask id=\"mask3_67_2155\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"3234\" y=\"1494\" width=\"8\" height=\"304\">\n<path d=\"M3234.89 1797.45V1494.24C3239.79 1494.94 3241.59 1497.44 3241.88 1498.61V1792.21C3241.88 1795.01 3237.22 1796.87 3234.89 1797.45Z\" fill=\"#455589\"/>\n</mask>\n<g mask=\"url(#mask3_67_2155)\">\n<g filter=\"url(#filter60_i_67_2155)\">\n<path d=\"M3234.89 1797.45V1494.24C3239.79 1494.94 3241.59 1497.44 3241.88 1498.61V1792.21C3241.88 1795.01 3237.22 1796.87 3234.89 1797.45Z\" fill=\"#373737\"/>\n</g>\n</g>\n</g>\n</g>\n<defs>\n<filter id=\"filter0_n_67_2155\" x=\"0\" y=\"0\" width=\"3234.89\" height=\"3579.18\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feTurbulence type=\"fractalNoise\" baseFrequency=\"0.52018022537231445 0.52018022537231445\" stitchTiles=\"stitch\" numOctaves=\"3\" result=\"noise\" seed=\"2866\" />\n<feColorMatrix in=\"noise\" type=\"luminanceToAlpha\" result=\"alphaNoise\" />\n<feComponentTransfer in=\"alphaNoise\" result=\"coloredNoise1\">\n<feFuncA type=\"discrete\" tableValues=\"1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \"/>\n</feComponentTransfer>\n<feComposite operator=\"in\" in2=\"shape\" in=\"coloredNoise1\" result=\"noise1Clipped\" />\n<feComponentTransfer in=\"alphaNoise\" result=\"coloredNoise2\">\n<feFuncA type=\"discrete\" tableValues=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 \"/>\n</feComponentTransfer>\n<feComposite operator=\"in\" in2=\"shape\" in=\"coloredNoise2\" result=\"noise2Clipped\" />\n<feFlood flood-color=\"rgba(12, 12, 12, 0.09)\" result=\"color1Flood\" />\n<feComposite operator=\"in\" in2=\"noise1Clipped\" in=\"color1Flood\" result=\"color1\" />\n<feFlood flood-color=\"rgba(80, 80, 80, 0.09)\" result=\"color2Flood\" />\n<feComposite operator=\"in\" in2=\"noise2Clipped\" in=\"color2Flood\" result=\"color2\" />\n<feMerge result=\"effect1_noise_67_2155\">\n<feMergeNode in=\"shape\" />\n<feMergeNode in=\"color1\" />\n<feMergeNode in=\"color2\" />\n</feMerge>\n</filter>\n<filter id=\"filter1_i_67_2155\" x=\"1615.7\" y=\"0\" width=\"1619.19\" height=\"3580.05\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-3.49529\" dy=\"0.873823\"/>\n<feGaussianBlur stdDeviation=\"1.31073\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0627451 0 0 0 0 0.0627451 0 0 0 0 0.0705882 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_2155\"/>\n</filter>\n<filter id=\"filter2_f_67_2155\" x=\"3130.03\" y=\"3434.12\" width=\"132.418\" height=\"170.552\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"6.99058\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter3_f_67_2155\" x=\"1609.06\" y=\"-12.7567\" width=\"37.7487\" height=\"62.2165\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"4.63126\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter4_f_67_2155\" x=\"1624.65\" y=\"1.7469\" width=\"1608.49\" height=\"3576.47\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.74765\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter5_f_67_2155\" x=\"1629.89\" y=\"5.24104\" width=\"1596.26\" height=\"3565.98\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.74765\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter6_f_67_2155\" x=\"1626.19\" y=\"3448.11\" width=\"1603.13\" height=\"129.104\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.74765\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter7_f_67_2155\" x=\"1686.39\" y=\"13.4597\" width=\"1538.1\" height=\"85.8072\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.57288\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter8_f_67_2155\" x=\"1628.09\" y=\"3554.54\" width=\"20.1183\" height=\"20.2628\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.961205\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter9_f_67_2155\" x=\"1625.08\" y=\"0.895734\" width=\"46.5484\" height=\"36.6792\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"2.62147\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter10_f_67_2155\" x=\"2758.66\" y=\"3553.84\" width=\"29.7096\" height=\"26.2144\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter11_f_67_2155\" x=\"2059.6\" y=\"3553.84\" width=\"29.7096\" height=\"26.2144\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter12_f_67_2155\" x=\"3213.05\" y=\"2678.27\" width=\"22.7193\" height=\"29.7105\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter13_f_67_2155\" x=\"3209.55\" y=\"851.978\" width=\"26.2144\" height=\"29.7105\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter14_f_67_2155\" x=\"2767.4\" y=\"-0.873823\" width=\"29.7096\" height=\"22.7203\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter15_f_67_2155\" x=\"2223.88\" y=\"-0.873823\" width=\"29.7096\" height=\"22.7203\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter16_i_67_2155\" x=\"0\" y=\"0\" width=\"1619.19\" height=\"3580.05\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"3.49529\" dy=\"0.873823\"/>\n<feGaussianBlur stdDeviation=\"1.31073\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0627451 0 0 0 0 0.0627451 0 0 0 0 0.0705882 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_2155\"/>\n</filter>\n<filter id=\"filter17_f_67_2155\" x=\"-32.8026\" y=\"3430.63\" width=\"139.409\" height=\"177.543\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"8.73823\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter18_f_67_2155\" x=\"1582.84\" y=\"-12.7567\" width=\"42.9918\" height=\"74.4489\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"4.63126\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter19_f_67_2155\" x=\"1.92361\" y=\"1.21854\" width=\"1609.23\" height=\"3576.83\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.66026\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter20_f_67_2155\" x=\"8.91385\" y=\"5.4158\" width=\"1595.91\" height=\"3563.89\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.66026\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter21_f_67_2155\" x=\"7.81623\" y=\"3474.32\" width=\"1600.85\" height=\"101.305\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.74765\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter22_f_67_2155\" x=\"7.86408\" y=\"8.73908\" width=\"1586.86\" height=\"117.092\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.74765\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter23_f_67_2155\" x=\"11.7971\" y=\"11.3606\" width=\"1538.8\" height=\"116.218\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"2.62147\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter24_f_67_2155\" x=\"1564.14\" y=\"0.895734\" width=\"46.5484\" height=\"36.6792\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"2.62147\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter25_f_67_2155\" x=\"1585.99\" y=\"3553.84\" width=\"21.5164\" height=\"21.6609\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.31073\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter26_f_67_2155\" x=\"446.524\" y=\"3553.84\" width=\"29.7096\" height=\"26.2144\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter27_f_67_2155\" x=\"1145.58\" y=\"3553.84\" width=\"29.7096\" height=\"26.2144\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter28_f_67_2155\" x=\"-0.873823\" y=\"2678.27\" width=\"22.7193\" height=\"29.7105\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter29_f_67_2155\" x=\"-0.873823\" y=\"851.978\" width=\"22.7193\" height=\"29.7105\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter30_f_67_2155\" x=\"437.785\" y=\"-0.873823\" width=\"29.7096\" height=\"22.7203\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter31_f_67_2155\" x=\"981.303\" y=\"-0.873823\" width=\"29.7096\" height=\"22.7203\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter32_f_67_2155\" x=\"1551.04\" y=\"3541.6\" width=\"132.821\" height=\"5.24374\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter33_f_67_2155\" x=\"1551.04\" y=\"32.3313\" width=\"132.821\" height=\"5.24374\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter34_i_67_2155\" x=\"80.3916\" y=\"85.6348\" width=\"3074.11\" height=\"3407.91\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset/>\n<feGaussianBlur stdDeviation=\"1.74765\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.6 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_2155\"/>\n</filter>\n<filter id=\"filter35_f_67_2155\" x=\"2347.96\" y=\"110.976\" width=\"113.597\" height=\"113.597\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter36_f_67_2155\" x=\"2367.19\" y=\"130.2\" width=\"75.149\" height=\"75.148\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter37_f_67_2155\" x=\"2374.18\" y=\"137.191\" width=\"61.1676\" height=\"61.1676\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter38_f_67_2155\" x=\"2379.42\" y=\"142.435\" width=\"50.6822\" height=\"50.6812\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.436911\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter39_f_67_2155\" x=\"2376.32\" y=\"139.115\" width=\"40.0349\" height=\"38.5027\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"3.49529\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter40_f_67_2155\" x=\"2382.13\" y=\"145.143\" width=\"26.8343\" height=\"26.8343\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.74765\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter41_f_67_2155\" x=\"2396.02\" y=\"159.038\" width=\"5.24334\" height=\"5.24334\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.873823\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter42_f_67_2155\" x=\"2398.25\" y=\"161.252\" width=\"6.22185\" height=\"6.29607\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.873823\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter43_f_67_2155\" x=\"2384.23\" y=\"147.278\" width=\"21.7005\" height=\"21.9418\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.74765\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter44_f_67_2155\" x=\"2391.54\" y=\"154.538\" width=\"7.83221\" height=\"7.94842\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.873823\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter45_f_67_2155\" x=\"2397.89\" y=\"161.308\" width=\"35.6042\" height=\"33.7741\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"3.49529\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter46_f_67_2155\" x=\"2413.62\" y=\"171.383\" width=\"14.9084\" height=\"15.3508\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.873823\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter47_f_67_2155\" x=\"2419.22\" y=\"176.971\" width=\"7.23064\" height=\"7.37029\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.873823\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter48_f_67_2155\" x=\"2401.83\" y=\"163.927\" width=\"22.2859\" height=\"21.1511\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.31073\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter49_f_67_2155\" x=\"2412.52\" y=\"173.76\" width=\"8.08123\" height=\"8.216\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.873823\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter50_dddiiiii_67_2155\" x=\"1698.71\" y=\"18.3512\" width=\"1517.83\" height=\"3543.35\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"1.74765\"/>\n<feGaussianBlur stdDeviation=\"1.31073\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_67_2155\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"3.49529\"/>\n<feGaussianBlur stdDeviation=\"0.873823\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0509804 0 0 0 0 0.0470588 0 0 0 0 0.0666667 0 0 0 0.5 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_dropShadow_67_2155\" result=\"effect2_dropShadow_67_2155\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"1.74765\"/>\n<feGaussianBlur stdDeviation=\"1.31073\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_dropShadow_67_2155\" result=\"effect3_dropShadow_67_2155\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect3_dropShadow_67_2155\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-3.49529\" dy=\"1.74765\"/>\n<feGaussianBlur stdDeviation=\"1.74765\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.223529 0 0 0 0 0.223529 0 0 0 0 0.227451 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect4_innerShadow_67_2155\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"1.74765\" dy=\"1.74765\"/>\n<feGaussianBlur stdDeviation=\"1.74765\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.223529 0 0 0 0 0.223529 0 0 0 0 0.227451 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect4_innerShadow_67_2155\" result=\"effect5_innerShadow_67_2155\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"-3.49529\"/>\n<feGaussianBlur stdDeviation=\"0.873823\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.229784 0 0 0 0 0.230199 0 0 0 0 0.232692 0 0 0 0.5 0\"/>\n<feBlend mode=\"normal\" in2=\"effect5_innerShadow_67_2155\" result=\"effect6_innerShadow_67_2155\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"1.74765\" dy=\"-1.74765\"/>\n<feGaussianBlur stdDeviation=\"0.873823\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0929807 0 0 0 0 0.0939835 0 0 0 0 0.0999999 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect6_innerShadow_67_2155\" result=\"effect7_innerShadow_67_2155\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1.74765\" dy=\"1.74765\"/>\n<feGaussianBlur stdDeviation=\"0.873823\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0929807 0 0 0 0 0.0939835 0 0 0 0 0.0999999 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect7_innerShadow_67_2155\" result=\"effect8_innerShadow_67_2155\"/>\n</filter>\n<filter id=\"filter51_dddiiii_67_2155\" x=\"18.3301\" y=\"18.3512\" width=\"1517.83\" height=\"3543.35\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1.74765\"/>\n<feGaussianBlur stdDeviation=\"1.31073\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_67_2155\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"3.49529\"/>\n<feGaussianBlur stdDeviation=\"0.873823\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0509804 0 0 0 0 0.0470588 0 0 0 0 0.0666667 0 0 0 0.5 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_dropShadow_67_2155\" result=\"effect2_dropShadow_67_2155\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dy=\"1.74765\"/>\n<feGaussianBlur stdDeviation=\"1.31073\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect2_dropShadow_67_2155\" result=\"effect3_dropShadow_67_2155\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect3_dropShadow_67_2155\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"3.49529\" dy=\"3.49529\"/>\n<feGaussianBlur stdDeviation=\"1.74765\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.223529 0 0 0 0 0.223529 0 0 0 0 0.227451 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect4_innerShadow_67_2155\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1.74765\" dy=\"-1.74765\"/>\n<feGaussianBlur stdDeviation=\"1.74765\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.223529 0 0 0 0 0.223529 0 0 0 0 0.227451 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect4_innerShadow_67_2155\" result=\"effect5_innerShadow_67_2155\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"1.74765\" dy=\"-1.74765\"/>\n<feGaussianBlur stdDeviation=\"0.873823\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0929807 0 0 0 0 0.0939835 0 0 0 0 0.0999999 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect5_innerShadow_67_2155\" result=\"effect6_innerShadow_67_2155\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1.74765\" dy=\"1.74765\"/>\n<feGaussianBlur stdDeviation=\"0.873823\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0929807 0 0 0 0 0.0939835 0 0 0 0 0.0999999 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"effect6_innerShadow_67_2155\" result=\"effect7_innerShadow_67_2155\"/>\n</filter>\n<filter id=\"filter52_df_67_2155\" x=\"3147.51\" y=\"24.2348\" width=\"61.1673\" height=\"50.9144\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1.74765\" dy=\"1.74765\"/>\n<feGaussianBlur stdDeviation=\"1.74765\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_67_2155\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_67_2155\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"0.873823\" result=\"effect2_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter53_dn_67_2155\" x=\"3229.65\" y=\"933.243\" width=\"20.098\" height=\"867.707\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1.74765\"/>\n<feGaussianBlur stdDeviation=\"1.74765\"/>\n<feComposite in2=\"hardAlpha\" operator=\"out\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0627451 0 0 0 0 0.0627451 0 0 0 0 0.0666667 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_67_2155\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feTurbulence type=\"fractalNoise\" baseFrequency=\"0.52018022537231445 0.52018022537231445\" stitchTiles=\"stitch\" numOctaves=\"3\" result=\"noise\" seed=\"2866\" />\n<feColorMatrix in=\"noise\" type=\"luminanceToAlpha\" result=\"alphaNoise\" />\n<feComponentTransfer in=\"alphaNoise\" result=\"coloredNoise1\">\n<feFuncA type=\"discrete\" tableValues=\"1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \"/>\n</feComponentTransfer>\n<feComposite operator=\"in\" in2=\"shape\" in=\"coloredNoise1\" result=\"noise1Clipped\" />\n<feComponentTransfer in=\"alphaNoise\" result=\"coloredNoise2\">\n<feFuncA type=\"discrete\" tableValues=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 \"/>\n</feComponentTransfer>\n<feComposite operator=\"in\" in2=\"shape\" in=\"coloredNoise2\" result=\"noise2Clipped\" />\n<feFlood flood-color=\"rgba(12, 12, 12, 0.09)\" result=\"color1Flood\" />\n<feComposite operator=\"in\" in2=\"noise1Clipped\" in=\"color1Flood\" result=\"color1\" />\n<feFlood flood-color=\"rgba(80, 80, 80, 0.09)\" result=\"color2Flood\" />\n<feComposite operator=\"in\" in2=\"noise2Clipped\" in=\"color2Flood\" result=\"color2\" />\n<feMerge result=\"effect2_noise_67_2155\">\n<feMergeNode in=\"shape\" />\n<feMergeNode in=\"color1\" />\n<feMergeNode in=\"color2\" />\n</feMerge>\n<feBlend mode=\"normal\" in=\"effect2_noise_67_2155\" in2=\"effect1_dropShadow_67_2155\" result=\"effect2_noise_67_2155\"/>\n</filter>\n<filter id=\"filter54_ii_67_2155\" x=\"3233.14\" y=\"936.738\" width=\"16.6027\" height=\"429.072\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1.74765\"/>\n<feGaussianBlur stdDeviation=\"0.873823\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.113725 0 0 0 0 0.113725 0 0 0 0 0.121569 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_2155\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"1.74765\"/>\n<feGaussianBlur stdDeviation=\"0.873823\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0745098 0 0 0 0 0.0705882 0 0 0 0 0.0901961 0 0 0 0.8 0\"/>\n<feBlend mode=\"normal\" in2=\"effect1_innerShadow_67_2155\" result=\"effect2_innerShadow_67_2155\"/>\n</filter>\n<filter id=\"filter55_f_67_2155\" x=\"3228.56\" y=\"930.998\" width=\"26.4287\" height=\"22.0175\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"2.18456\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter56_f_67_2155\" x=\"3229.82\" y=\"1346.74\" width=\"23.2885\" height=\"26.1274\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.66026\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter57_f_67_2155\" x=\"3233.57\" y=\"1349.65\" width=\"14.2972\" height=\"11.9027\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.74765\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter58_f_67_2155\" x=\"3234.89\" y=\"947.225\" width=\"8.73863\" height=\"408.075\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feGaussianBlur stdDeviation=\"1.74765\" result=\"effect1_foregroundBlur_67_2155\"/>\n</filter>\n<filter id=\"filter59_i_67_2155\" x=\"3233.14\" y=\"1494.24\" width=\"8.73788\" height=\"303.217\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"-1.74765\"/>\n<feGaussianBlur stdDeviation=\"0.873823\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.0461537 0 0 0 0 0.0461537 0 0 0 0 0.0461537 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_2155\"/>\n</filter>\n<filter id=\"filter60_i_67_2155\" x=\"3234.89\" y=\"1494.24\" width=\"8.73788\" height=\"303.217\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\n<feOffset dx=\"1.74765\"/>\n<feGaussianBlur stdDeviation=\"0.873823\"/>\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.164706 0 0 0 0 0.164706 0 0 0 0 0.168627 0 0 0 1 0\"/>\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_67_2155\"/>\n</filter>\n<linearGradient id=\"paint0_linear_67_2155\" x1=\"3189.45\" y1=\"3.49527\" x2=\"1655.02\" y2=\"3579.18\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#444446\"/>\n<stop offset=\"0.502406\" stop-color=\"#1A191E\"/>\n</linearGradient>\n<linearGradient id=\"paint1_linear_67_2155\" x1=\"2429.23\" y1=\"6.99219\" x2=\"2429.23\" y2=\"3572.19\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#717173\" stop-opacity=\"0.8\"/>\n<stop offset=\"0.0944184\" stop-color=\"#5B5B5B\" stop-opacity=\"0.8\"/>\n<stop offset=\"0.246475\" stop-color=\"#545356\" stop-opacity=\"0.8\"/>\n<stop offset=\"1\" stop-color=\"#2D2D2F\"/>\n</linearGradient>\n<linearGradient id=\"paint2_linear_67_2155\" x1=\"2428.35\" y1=\"10.4863\" x2=\"2428.35\" y2=\"3565.2\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#78787A\"/>\n<stop offset=\"0.0944184\" stop-color=\"#626262\"/>\n<stop offset=\"0.246475\" stop-color=\"#676767\"/>\n<stop offset=\"1\" stop-color=\"#3B3B3B\"/>\n</linearGradient>\n<linearGradient id=\"paint3_linear_67_2155\" x1=\"3224.41\" y1=\"3572.19\" x2=\"1630.55\" y2=\"3572.19\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#414141\"/>\n<stop offset=\"0.753525\" stop-color=\"#302F32\"/>\n<stop offset=\"1\" stop-color=\"#5C5A60\"/>\n</linearGradient>\n<linearGradient id=\"paint4_linear_67_2155\" x1=\"3158.1\" y1=\"112.105\" x2=\"1696.98\" y2=\"111.818\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#9B9B9B\"/>\n<stop offset=\"0.0944184\" stop-color=\"#878787\"/>\n<stop offset=\"1\" stop-color=\"#707070\" stop-opacity=\"0.5\"/>\n</linearGradient>\n<linearGradient id=\"paint5_linear_67_2155\" x1=\"1630.55\" y1=\"3559.96\" x2=\"1644.53\" y2=\"3573.06\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#B9BBBC\" stop-opacity=\"0\"/>\n<stop offset=\"0.485577\" stop-color=\"#B9BBBC\"/>\n<stop offset=\"1\" stop-color=\"#B9BBBC\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint6_linear_67_2155\" x1=\"1648.47\" y1=\"6.99219\" x2=\"1631.43\" y2=\"26.2163\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#D8D8D8\" stop-opacity=\"0.5\"/>\n<stop offset=\"0.456731\" stop-color=\"#FBFBFB\"/>\n<stop offset=\"1\" stop-color=\"white\"/>\n</linearGradient>\n<linearGradient id=\"paint7_linear_67_2155\" x1=\"13.9812\" y1=\"0\" x2=\"13.9812\" y2=\"24.467\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#141316\"/>\n<stop offset=\"0.461833\" stop-color=\"#16151A\"/>\n<stop offset=\"0.682446\" stop-color=\"#212023\" stop-opacity=\"0.5\"/>\n<stop offset=\"1\" stop-color=\"#030306\"/>\n</linearGradient>\n<linearGradient id=\"paint8_linear_67_2155\" x1=\"13.9812\" y1=\"0\" x2=\"13.9812\" y2=\"24.467\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#1E1E1F\"/>\n<stop offset=\"0.461833\" stop-color=\"#18181A\"/>\n<stop offset=\"0.682446\" stop-color=\"#1C1C1D\" stop-opacity=\"0.8\"/>\n<stop offset=\"1\" stop-color=\"#030306\"/>\n</linearGradient>\n<linearGradient id=\"paint9_linear_67_2155\" x1=\"13.9812\" y1=\"0\" x2=\"13.9812\" y2=\"20.9718\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#212121\"/>\n<stop offset=\"0.145418\" stop-color=\"#000002\" stop-opacity=\"0.8\"/>\n<stop offset=\"0.278846\" stop-color=\"#242426\"/>\n<stop offset=\"0.604503\" stop-color=\"#101012\"/>\n<stop offset=\"1\" stop-color=\"#131215\"/>\n</linearGradient>\n<linearGradient id=\"paint10_linear_67_2155\" x1=\"13.9812\" y1=\"0\" x2=\"13.9812\" y2=\"24.467\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#212121\"/>\n<stop offset=\"0.145418\" stop-color=\"#2B2B2B\" stop-opacity=\"0.6\"/>\n<stop offset=\"0.278846\" stop-color=\"#3A393B\"/>\n<stop offset=\"0.604503\" stop-color=\"#272729\"/>\n<stop offset=\"1\" stop-color=\"#131215\"/>\n</linearGradient>\n<linearGradient id=\"paint11_linear_67_2155\" x1=\"13.9812\" y1=\"0\" x2=\"13.9812\" y2=\"20.9718\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#404040\"/>\n<stop offset=\"0.302885\" stop-color=\"#424243\"/>\n<stop offset=\"0.701923\" stop-color=\"#272728\" stop-opacity=\"0.5\"/>\n<stop offset=\"1\" stop-color=\"#232324\"/>\n</linearGradient>\n<linearGradient id=\"paint12_linear_67_2155\" x1=\"13.9812\" y1=\"0\" x2=\"13.9812\" y2=\"20.9718\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#474747\"/>\n<stop offset=\"0.302885\" stop-color=\"#363636\"/>\n<stop offset=\"0.701923\" stop-color=\"#272727\" stop-opacity=\"0.5\"/>\n<stop offset=\"1\" stop-color=\"#121212\"/>\n</linearGradient>\n<linearGradient id=\"paint13_linear_67_2155\" x1=\"45.4388\" y1=\"3.49527\" x2=\"1579.87\" y2=\"3579.18\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#444446\"/>\n<stop offset=\"0.502406\" stop-color=\"#1A191E\"/>\n</linearGradient>\n<linearGradient id=\"paint14_linear_67_2155\" x1=\"805.664\" y1=\"6.99219\" x2=\"805.664\" y2=\"3572.19\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#717173\" stop-opacity=\"0.8\"/>\n<stop offset=\"0.0944184\" stop-color=\"#5B5B5B\" stop-opacity=\"0.8\"/>\n<stop offset=\"0.246475\" stop-color=\"#545356\" stop-opacity=\"0.8\"/>\n<stop offset=\"1\" stop-color=\"#2D2D2F\"/>\n</linearGradient>\n<linearGradient id=\"paint15_linear_67_2155\" x1=\"806.539\" y1=\"10.4863\" x2=\"806.539\" y2=\"3563.45\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#78787A\"/>\n<stop offset=\"0.0944184\" stop-color=\"#626262\"/>\n<stop offset=\"0.246475\" stop-color=\"#676767\"/>\n<stop offset=\"1\" stop-color=\"#3B3B3B\"/>\n</linearGradient>\n<linearGradient id=\"paint16_linear_67_2155\" x1=\"12.2334\" y1=\"3570.44\" x2=\"1604.34\" y2=\"3570.44\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#302F32\"/>\n<stop offset=\"0.246475\" stop-color=\"#302F32\"/>\n<stop offset=\"1\" stop-color=\"#414141\"/>\n</linearGradient>\n<linearGradient id=\"paint17_linear_67_2155\" x1=\"76.9814\" y1=\"144.36\" x2=\"1491.08\" y2=\"149.436\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#C1C1C1\" stop-opacity=\"0.8\"/>\n<stop offset=\"0.0944184\" stop-color=\"#C7C7C7\"/>\n<stop offset=\"1\" stop-color=\"#BDBDBD\"/>\n</linearGradient>\n<linearGradient id=\"paint18_linear_67_2155\" x1=\"80.1452\" y1=\"143.648\" x2=\"1537.93\" y2=\"143.434\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#7B7373\"/>\n<stop offset=\"0.0944184\" stop-color=\"#989898\"/>\n<stop offset=\"1\" stop-color=\"#7C7C7C\" stop-opacity=\"0.5\"/>\n</linearGradient>\n<linearGradient id=\"paint19_linear_67_2155\" x1=\"1587.3\" y1=\"6.99219\" x2=\"1604.34\" y2=\"26.2163\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#D8D8D8\" stop-opacity=\"0.5\"/>\n<stop offset=\"0.456731\" stop-color=\"#FBFBFB\"/>\n<stop offset=\"1\" stop-color=\"white\"/>\n</linearGradient>\n<linearGradient id=\"paint20_linear_67_2155\" x1=\"1604.34\" y1=\"3559.96\" x2=\"1590.36\" y2=\"3573.06\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#B9BBBC\" stop-opacity=\"0\"/>\n<stop offset=\"0.485577\" stop-color=\"#B9BBBC\"/>\n<stop offset=\"1\" stop-color=\"#B9BBBC\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint21_linear_67_2155\" x1=\"461.379\" y1=\"3554.71\" x2=\"461.379\" y2=\"3579.18\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#020202\"/>\n<stop offset=\"0.461833\" stop-color=\"#212121\" stop-opacity=\"0.5\"/>\n<stop offset=\"0.682446\" stop-color=\"#242426\"/>\n<stop offset=\"1\" stop-color=\"#09090B\"/>\n</linearGradient>\n<linearGradient id=\"paint22_linear_67_2155\" x1=\"1160.44\" y1=\"3554.71\" x2=\"1160.44\" y2=\"3579.18\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#020202\"/>\n<stop offset=\"0.461833\" stop-color=\"#212121\" stop-opacity=\"0.5\"/>\n<stop offset=\"0.682446\" stop-color=\"#1D1D1D\"/>\n<stop offset=\"1\" stop-color=\"#09090B\"/>\n</linearGradient>\n<linearGradient id=\"paint23_linear_67_2155\" x1=\"-6.11136e-07\" y1=\"2693.12\" x2=\"20.9718\" y2=\"2693.12\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#0D0C0F\"/>\n<stop offset=\"0.145418\" stop-color=\"#1B1B1B\"/>\n<stop offset=\"0.278846\" stop-color=\"#181818\" stop-opacity=\"0.5\"/>\n<stop offset=\"0.604503\" stop-color=\"#181818\"/>\n<stop offset=\"1\" stop-color=\"#0A0A0C\"/>\n</linearGradient>\n<linearGradient id=\"paint24_linear_67_2155\" x1=\"13.9812\" y1=\"880.814\" x2=\"13.9812\" y2=\"901.786\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#212121\"/>\n<stop offset=\"0.145418\" stop-color=\"#2B2B2B\"/>\n<stop offset=\"0.278846\" stop-color=\"#3A393B\"/>\n<stop offset=\"0.604503\" stop-color=\"#272729\" stop-opacity=\"0.8\"/>\n<stop offset=\"1\" stop-color=\"#131215\"/>\n</linearGradient>\n<linearGradient id=\"paint25_linear_67_2155\" x1=\"452.64\" y1=\"0\" x2=\"452.64\" y2=\"20.9718\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#404040\"/>\n<stop offset=\"0.302885\" stop-color=\"#424243\"/>\n<stop offset=\"0.701923\" stop-color=\"#424244\" stop-opacity=\"0.5\"/>\n<stop offset=\"1\" stop-color=\"#18181A\"/>\n</linearGradient>\n<linearGradient id=\"paint26_linear_67_2155\" x1=\"996.158\" y1=\"0\" x2=\"996.158\" y2=\"20.9718\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#474747\"/>\n<stop offset=\"0.302885\" stop-color=\"#363636\"/>\n<stop offset=\"0.701923\" stop-color=\"#383838\" stop-opacity=\"0.5\"/>\n<stop offset=\"1\" stop-color=\"#181818\"/>\n</linearGradient>\n<linearGradient id=\"paint27_linear_67_2155\" x1=\"1551.91\" y1=\"3544.23\" x2=\"1682.98\" y2=\"3544.23\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#242425\" stop-opacity=\"0\"/>\n<stop offset=\"0.134615\" stop-color=\"#252526\" stop-opacity=\"0.862745\"/>\n<stop offset=\"0.490385\" stop-color=\"#252526\"/>\n<stop offset=\"0.927885\" stop-color=\"#252526\" stop-opacity=\"0.849057\"/>\n<stop offset=\"1\" stop-color=\"#252526\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint28_linear_67_2155\" x1=\"1513.46\" y1=\"3524.13\" x2=\"1723.18\" y2=\"3524.13\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#1D1D1E\" stop-opacity=\"0\"/>\n<stop offset=\"0.154177\" stop-color=\"#1D1D1E\"/>\n<stop offset=\"0.198772\" stop-color=\"#1D1D1E\" stop-opacity=\"0\"/>\n<stop offset=\"0.24956\" stop-color=\"#1D1D1E\"/>\n<stop offset=\"0.496068\" stop-color=\"#1D1D1E\"/>\n<stop offset=\"0.746293\" stop-color=\"#1D1D1E\"/>\n<stop offset=\"0.78841\" stop-color=\"#1D1D1E\" stop-opacity=\"0\"/>\n<stop offset=\"0.839198\" stop-color=\"#1D1D1E\"/>\n<stop offset=\"1\" stop-color=\"#1D1D1E\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint29_linear_67_2155\" x1=\"0\" y1=\"1.74765\" x2=\"131.073\" y2=\"1.74765\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#242425\" stop-opacity=\"0\"/>\n<stop offset=\"0.134615\" stop-color=\"#252526\" stop-opacity=\"0.862745\"/>\n<stop offset=\"0.490385\" stop-color=\"#252526\"/>\n<stop offset=\"0.927885\" stop-color=\"#252526\" stop-opacity=\"0.849057\"/>\n<stop offset=\"1\" stop-color=\"#252526\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint30_linear_67_2155\" x1=\"0\" y1=\"14.855\" x2=\"209.718\" y2=\"14.855\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#1D1D1E\" stop-opacity=\"0\"/>\n<stop offset=\"0.154177\" stop-color=\"#1D1D1E\"/>\n<stop offset=\"0.198772\" stop-color=\"#1D1D1E\" stop-opacity=\"0\"/>\n<stop offset=\"0.302885\" stop-color=\"#1D1D1E\"/>\n<stop offset=\"0.496068\" stop-color=\"#1D1D1E\"/>\n<stop offset=\"0.677885\" stop-color=\"#1D1D1E\"/>\n<stop offset=\"0.78841\" stop-color=\"#1D1D1E\" stop-opacity=\"0\"/>\n<stop offset=\"0.839198\" stop-color=\"#1D1D1E\"/>\n<stop offset=\"1\" stop-color=\"#1D1D1E\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint31_linear_67_2155\" x1=\"2376.8\" y1=\"140.686\" x2=\"2433.6\" y2=\"194.863\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#191919\"/>\n<stop offset=\"1\" stop-color=\"#1A1A1A\"/>\n</linearGradient>\n<linearGradient id=\"paint32_linear_67_2155\" x1=\"2384.37\" y1=\"148.258\" x2=\"2425.15\" y2=\"189.039\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#171717\"/>\n<stop offset=\"0.394231\" stop-color=\"#161616\"/>\n<stop offset=\"1\" stop-color=\"#1F1F1F\"/>\n</linearGradient>\n<linearGradient id=\"paint33_linear_67_2155\" x1=\"2383.79\" y1=\"145.929\" x2=\"2424.86\" y2=\"189.62\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"#191919\"/>\n<stop offset=\"0.564066\" stop-color=\"#181818\"/>\n<stop offset=\"1\" stop-color=\"#1E1E1D\"/>\n</linearGradient>\n<linearGradient id=\"paint34_linear_67_2155\" x1=\"3154.5\" y1=\"26.2154\" x2=\"3208.68\" y2=\"73.4018\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"white\" stop-opacity=\"0\"/>\n<stop offset=\"0.466346\" stop-color=\"white\"/>\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0\"/>\n</linearGradient>\n<linearGradient id=\"paint35_linear_67_2155\" x1=\"3239.76\" y1=\"950.721\" x2=\"3239.76\" y2=\"1351.81\" gradientUnits=\"userSpaceOnUse\">\n<stop stop-color=\"white\" stop-opacity=\"0\"/>\n<stop offset=\"0.173077\" stop-color=\"white\"/>\n<stop offset=\"0.360577\" stop-color=\"white\" stop-opacity=\"0.6\"/>\n<stop offset=\"0.721154\" stop-color=\"white\" stop-opacity=\"0.879808\"/>\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0\"/>\n</linearGradient>\n</defs>\n<rect data-zone=\"screen-area\" x=\"80.3916\" y=\"85.6348\" width=\"3074.1084\" height=\"3407.9052\" rx=\"20.97\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"hardware-overlay\" data-type=\"punch-hole\" cx=\"2404.76\" cy=\"167.774\" r=\"55.9\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-top\" x=\"80.3916\" y=\"85.6348\" width=\"3074.1084\" height=\"128\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"safe-area-bottom\" x=\"80.3916\" y=\"3367\" width=\"3074.1084\" height=\"126\" fill=\"none\" stroke=\"none\"/>\n<rect data-zone=\"status-bar\" x=\"80.3916\" y=\"85.6348\" width=\"3074.1084\" height=\"128\" fill=\"none\" stroke=\"none\"/>\n</svg>`;\nconst SVG_STRING_SCALED = SVG_STRING\n .replace(/\\swidth=\"[^\"]*\"/, ' width=\"100%\"')\n .replace(/\\sheight=\"[^\"]*\"/, ' height=\"100%\"')\n .replace(/<svg\\b/, '<svg preserveAspectRatio=\"xMidYMid meet\" style=\"display:block\"');\n\nexport function GalaxyZFold7OpenSVG({ style }: DeviceSVGProps) {\n return <div style={style} dangerouslySetInnerHTML={{ __html: SVG_STRING_SCALED }} />;\n}\nexport const GALAXY_Z_FOLD_7_OPEN_FRAME: DeviceFrameInfo = {\n \"bezelTop\": 21,\n \"bezelBottom\": 22,\n \"bezelLeft\": 20,\n \"bezelRight\": 24,\n \"totalWidth\": 815,\n \"totalHeight\": 898,\n \"screenWidth\": 771,\n \"screenHeight\": 855,\n \"screenRadius\": 5\n};\nexport const GALAXY_Z_FOLD_7_OPEN_SCREEN_RECT: SVGScreenRect = { \"x\": 80.3916, \"y\": 85.6348, \"width\": 3074.1084, \"height\": 3407.9052, \"rx\": 20.97 };\n","export function scopeSVGIds(svgString: string, deviceId: string): string {\n const safe = deviceId.replace(/[^a-zA-Z0-9_-]/g, \"_\");\n const prefix = `${safe}__`;\n const idRe = /\\bid\\s*=\\s*[\"']([^\"']+)[\"']/g;\n const ids = new Set<string>();\n let m: RegExpExecArray | null;\n while ((m = idRe.exec(svgString))) ids.add(m[1]);\n\n let out = svgString;\n for (const id of ids) {\n const escaped = id.replace(/[.*+?^${}()|[\\]\\\\]/g, \"\\\\$&\");\n out = out.replace(new RegExp(`\\\\bid\\\\s*=\\\\s*([\"'])${escaped}\\\\1`, \"g\"), `id=\"${prefix}${id}\"`);\n out = out.replace(new RegExp(`url\\\\(#${escaped}\\\\)`, \"g\"), `url(#${prefix}${id})`);\n out = out.replace(new RegExp(`\\\\bhref\\\\s*=\\\\s*([\"'])#${escaped}\\\\1`, \"g\"), `href=\"#${prefix}${id}\"`);\n out = out.replace(\n new RegExp(`\\\\bxlink:href\\\\s*=\\\\s*([\"'])#${escaped}\\\\1`, \"g\"),\n `xlink:href=\"#${prefix}${id}\"`\n );\n }\n return out;\n}\n","[]\n","import type { CSSProperties, FC } from \"react\";\nimport type {\n DeviceFrameInfo,\n DeviceLayoutData,\n DeviceMeta,\n SVGScreenRect,\n} from \"../contract-types.js\";\nimport { scopeSVGIds } from \"../svg/scope-ids.js\";\nimport dataRaw from \"./data.json\";\n\nexport interface CustomDevicePersisted {\n meta: DeviceMeta;\n layout: Omit<DeviceLayoutData, \"meta\">;\n svgString: string;\n frame: DeviceFrameInfo;\n screenRect: SVGScreenRect;\n landscape?: {\n svgString: string;\n frame: DeviceFrameInfo;\n screenRect: SVGScreenRect;\n };\n}\n\nexport type DeviceSVGProps = {\n colorScheme?: \"light\" | \"dark\";\n style?: CSSProperties;\n};\n\nexport interface CustomDeviceRuntime extends CustomDevicePersisted {\n Component: FC<DeviceSVGProps>;\n LandscapeComponent?: FC<DeviceSVGProps>;\n}\n\nfunction makeSVGComponent(svgString: string, scopeKey: string): FC<DeviceSVGProps> {\n let svg = scopeSVGIds(svgString, scopeKey);\n svg = svg.replace(/<svg\\b([^>]*)>/i, (_m, attrs: string) => {\n const stripped = attrs\n .replace(/\\swidth\\s*=\\s*[\"'][^\"']*[\"']/i, \"\")\n .replace(/\\sheight\\s*=\\s*[\"'][^\"']*[\"']/i, \"\");\n return `<svg${stripped} width=\"100%\" height=\"100%\">`;\n });\n const Component: FC<DeviceSVGProps> = ({ style }) => (\n <span\n style={{ display: \"block\", width: \"100%\", height: \"100%\", ...style }}\n dangerouslySetInnerHTML={{ __html: svg }}\n />\n );\n Component.displayName = `CustomDeviceSVG(${scopeKey})`;\n return Component;\n}\n\nconst data = dataRaw as unknown as CustomDevicePersisted[];\n\nexport const CUSTOM_DEVICES: CustomDeviceRuntime[] = data.map((d) => ({\n ...d,\n Component: makeSVGComponent(d.svgString, d.meta.id),\n LandscapeComponent: d.landscape\n ? makeSVGComponent(d.landscape.svgString, `${d.meta.id}-landscape`)\n : undefined,\n}));\n","import type { DeviceLayoutData, DeviceMeta } from \"./contract-types.js\";\n\n// Tablets — iOS\nimport { IPAD_PRO_13_LAYOUT, IPAD_PRO_13_META } from \"./ios/ipad-pro-13.js\";\nimport { IPAD_PRO_11_LAYOUT, IPAD_PRO_11_META } from \"./ios/ipad-pro-11.js\";\nimport { IPAD_AIR_13_LAYOUT, IPAD_AIR_13_META } from \"./ios/ipad-air-13.js\";\nimport { IPAD_AIR_11_LAYOUT, IPAD_AIR_11_META } from \"./ios/ipad-air-11.js\";\nimport { IPAD_MINI_7_LAYOUT, IPAD_MINI_7_META } from \"./ios/ipad-mini-7.js\";\n\n// Tablets — Android\nimport { GALAXY_TAB_S10_LAYOUT, GALAXY_TAB_S10_META } from \"./android/galaxy-tab-s10.js\";\nimport { GALAXY_TAB_S10_ULTRA_LAYOUT, GALAXY_TAB_S10_ULTRA_META } from \"./android/galaxy-tab-s10-ultra.js\";\nimport { GALAXY_TAB_S10_FE_LAYOUT, GALAXY_TAB_S10_FE_META } from \"./android/galaxy-tab-s10-fe.js\";\n\n// Phones — iOS\nimport { IPHONE_17_PRO_MAX_LAYOUT, IPHONE_17_PRO_MAX_META } from \"./ios/iphone-17-pro-max.js\";\nimport { IPHONE_17_PRO_LAYOUT, IPHONE_17_PRO_META } from \"./ios/iphone-17-pro.js\";\nimport { IPHONE_AIR_LAYOUT, IPHONE_AIR_META } from \"./ios/iphone-air.js\";\nimport { IPHONE_16_LAYOUT, IPHONE_16_META } from \"./ios/iphone-16.js\";\nimport { IPHONE_16E_LAYOUT, IPHONE_16E_META } from \"./ios/iphone-16e.js\";\nimport { IPHONE_SE_3_LAYOUT, IPHONE_SE_3_META } from \"./ios/iphone-se-3.js\";\n\n// Phones — Android\nimport { GALAXY_S25_LAYOUT, GALAXY_S25_META } from \"./android/galaxy-s25.js\";\nimport { GALAXY_S25_EDGE_LAYOUT, GALAXY_S25_EDGE_META } from \"./android/galaxy-s25-edge.js\";\nimport { GALAXY_S25_ULTRA_LAYOUT, GALAXY_S25_ULTRA_META } from \"./android/galaxy-s25-ultra.js\";\nimport { PIXEL_9_PRO_LAYOUT, PIXEL_9_PRO_META } from \"./android/pixel-9-pro.js\";\nimport { PIXEL_9_PRO_XL_LAYOUT, PIXEL_9_PRO_XL_META } from \"./android/pixel-9-pro-xl.js\";\n\n// Foldables — Android\nimport { GALAXY_Z_FOLD_7_LAYOUT, GALAXY_Z_FOLD_7_META } from \"./android/galaxy-z-fold-7.js\";\nimport { GALAXY_Z_FOLD_7_OPEN_LAYOUT, GALAXY_Z_FOLD_7_OPEN_META } from \"./android/galaxy-z-fold-7-open.js\";\n\n// User-added custom devices, persisted in src/custom/data.json\nimport { CUSTOM_DEVICES } from \"./custom/index.js\";\n\nexport const BUILTIN_METAS: Record<string, DeviceMeta> = {\n // Tablets\n [IPAD_PRO_13_META.id]: IPAD_PRO_13_META,\n [IPAD_PRO_11_META.id]: IPAD_PRO_11_META,\n [IPAD_AIR_13_META.id]: IPAD_AIR_13_META,\n [IPAD_AIR_11_META.id]: IPAD_AIR_11_META,\n [IPAD_MINI_7_META.id]: IPAD_MINI_7_META,\n [GALAXY_TAB_S10_META.id]: GALAXY_TAB_S10_META,\n [GALAXY_TAB_S10_ULTRA_META.id]: GALAXY_TAB_S10_ULTRA_META,\n [GALAXY_TAB_S10_FE_META.id]: GALAXY_TAB_S10_FE_META,\n // Phones — iOS\n [IPHONE_17_PRO_MAX_META.id]: IPHONE_17_PRO_MAX_META,\n [IPHONE_17_PRO_META.id]: IPHONE_17_PRO_META,\n [IPHONE_AIR_META.id]: IPHONE_AIR_META,\n [IPHONE_16_META.id]: IPHONE_16_META,\n [IPHONE_16E_META.id]: IPHONE_16E_META,\n [IPHONE_SE_3_META.id]: IPHONE_SE_3_META,\n // Phones — Android\n [GALAXY_S25_META.id]: GALAXY_S25_META,\n [GALAXY_S25_EDGE_META.id]: GALAXY_S25_EDGE_META,\n [GALAXY_S25_ULTRA_META.id]: GALAXY_S25_ULTRA_META,\n [PIXEL_9_PRO_META.id]: PIXEL_9_PRO_META,\n [PIXEL_9_PRO_XL_META.id]: PIXEL_9_PRO_XL_META,\n // Foldables\n [GALAXY_Z_FOLD_7_META.id]: GALAXY_Z_FOLD_7_META,\n [GALAXY_Z_FOLD_7_OPEN_META.id]: GALAXY_Z_FOLD_7_OPEN_META,\n};\n\nexport const BUILTIN_LAYOUTS: Record<string, DeviceLayoutData> = {\n // Tablets\n [IPAD_PRO_13_META.id]: IPAD_PRO_13_LAYOUT,\n [IPAD_PRO_11_META.id]: IPAD_PRO_11_LAYOUT,\n [IPAD_AIR_13_META.id]: IPAD_AIR_13_LAYOUT,\n [IPAD_AIR_11_META.id]: IPAD_AIR_11_LAYOUT,\n [IPAD_MINI_7_META.id]: IPAD_MINI_7_LAYOUT,\n [GALAXY_TAB_S10_META.id]: GALAXY_TAB_S10_LAYOUT,\n [GALAXY_TAB_S10_ULTRA_META.id]: GALAXY_TAB_S10_ULTRA_LAYOUT,\n [GALAXY_TAB_S10_FE_META.id]: GALAXY_TAB_S10_FE_LAYOUT,\n // Phones — iOS\n [IPHONE_17_PRO_MAX_META.id]: IPHONE_17_PRO_MAX_LAYOUT,\n [IPHONE_17_PRO_META.id]: IPHONE_17_PRO_LAYOUT,\n [IPHONE_AIR_META.id]: IPHONE_AIR_LAYOUT,\n [IPHONE_16_META.id]: IPHONE_16_LAYOUT,\n [IPHONE_16E_META.id]: IPHONE_16E_LAYOUT,\n [IPHONE_SE_3_META.id]: IPHONE_SE_3_LAYOUT,\n // Phones — Android\n [GALAXY_S25_META.id]: GALAXY_S25_LAYOUT,\n [GALAXY_S25_EDGE_META.id]: GALAXY_S25_EDGE_LAYOUT,\n [GALAXY_S25_ULTRA_META.id]: GALAXY_S25_ULTRA_LAYOUT,\n [PIXEL_9_PRO_META.id]: PIXEL_9_PRO_LAYOUT,\n [PIXEL_9_PRO_XL_META.id]: PIXEL_9_PRO_XL_LAYOUT,\n // Foldables\n [GALAXY_Z_FOLD_7_META.id]: GALAXY_Z_FOLD_7_LAYOUT,\n [GALAXY_Z_FOLD_7_OPEN_META.id]: GALAXY_Z_FOLD_7_OPEN_LAYOUT,\n};\n\n// Merge in user-added custom devices so they ship alongside built-ins.\nfor (const c of CUSTOM_DEVICES) {\n BUILTIN_METAS[c.meta.id] = c.meta;\n BUILTIN_LAYOUTS[c.meta.id] = { meta: c.meta, ...c.layout };\n}\n","import type {\n DeviceLayoutContract,\n DeviceMeta,\n RegisteredDevice,\n} from \"../contract-types.js\";\n\nconst STORAGE_KEY = \"bielaframe-custom-tablets\";\n\nexport class DeviceRegistry {\n private devices = new Map<string, RegisteredDevice>();\n private storage: Storage | null;\n\n constructor(storage?: Storage | null) {\n this.storage = storage ?? (typeof localStorage !== \"undefined\" ? localStorage : null);\n this.load();\n }\n\n register(device: RegisteredDevice): void {\n this.devices.set(device.meta.id, {\n ...device,\n source: \"custom\",\n registeredAt: device.registeredAt || new Date().toISOString(),\n });\n this.save();\n }\n\n get(deviceId: string): RegisteredDevice | undefined {\n return this.devices.get(deviceId);\n }\n getMeta(deviceId: string): DeviceMeta | undefined {\n return this.devices.get(deviceId)?.meta;\n }\n getContract(deviceId: string): DeviceLayoutContract | undefined {\n return this.devices.get(deviceId)?.contract;\n }\n list(): RegisteredDevice[] {\n return Array.from(this.devices.values());\n }\n listIds(): string[] {\n return Array.from(this.devices.keys());\n }\n has(deviceId: string): boolean {\n return this.devices.has(deviceId);\n }\n remove(deviceId: string): boolean {\n const deleted = this.devices.delete(deviceId);\n if (deleted) this.save();\n return deleted;\n }\n clear(): void {\n this.devices.clear();\n this.save();\n }\n get size(): number {\n return this.devices.size;\n }\n\n exportAll(): string {\n return JSON.stringify(Array.from(this.devices.entries()), null, 2);\n }\n importAll(json: string): { imported: number; skipped: string[] } {\n const entries = JSON.parse(json) as [string, RegisteredDevice][];\n const skipped: string[] = [];\n let imported = 0;\n for (const [id, device] of entries) {\n if (this.devices.has(id)) {\n skipped.push(id);\n continue;\n }\n this.devices.set(id, { ...device, source: \"custom\" });\n imported++;\n }\n if (imported > 0) this.save();\n return { imported, skipped };\n }\n importAllOverwrite(json: string): number {\n const entries = JSON.parse(json) as [string, RegisteredDevice][];\n for (const [id, device] of entries) {\n this.devices.set(id, { ...device, source: \"custom\" });\n }\n this.save();\n return entries.length;\n }\n\n private load(): void {\n if (!this.storage) return;\n try {\n const raw = this.storage.getItem(STORAGE_KEY);\n if (raw) this.devices = new Map(JSON.parse(raw));\n } catch {\n // ignore corrupt storage\n }\n }\n private save(): void {\n if (!this.storage) return;\n try {\n this.storage.setItem(STORAGE_KEY, JSON.stringify(Array.from(this.devices.entries())));\n } catch {\n // ignore quota errors\n }\n }\n}\n\nlet singleton: DeviceRegistry | null = null;\nexport function getDeviceRegistry(): DeviceRegistry {\n if (!singleton) singleton = new DeviceRegistry();\n return singleton;\n}\nexport function resetDeviceRegistry(): void {\n singleton = null;\n}\n","import type {\n ContentRect,\n DeviceCSSVariables,\n DeviceLayoutContract,\n DeviceMeta,\n SafeAreaInsets,\n} from \"./contract-types.js\";\nimport { BUILTIN_LAYOUTS, BUILTIN_METAS } from \"./builtin.js\";\nimport { getDeviceRegistry } from \"./registry/device-registry.js\";\n\nexport function deriveContentZone(\n screenWidth: number,\n screenHeight: number,\n safeArea: SafeAreaInsets\n): ContentRect {\n return {\n x: safeArea.left,\n y: safeArea.top,\n width: screenWidth - safeArea.left - safeArea.right,\n height: screenHeight - safeArea.top - safeArea.bottom,\n };\n}\n\nexport function buildCSSVariables(\n screen: DeviceMeta[\"screen\"],\n safeArea: SafeAreaInsets,\n statusBar: DeviceLayoutContract[\"statusBar\"],\n homeIndicator: DeviceLayoutContract[\"homeIndicator\"],\n hardwareOverlays: DeviceLayoutContract[\"hardwareOverlays\"]\n): DeviceCSSVariables {\n const vars: DeviceCSSVariables = {\n \"--device-width\": `${screen.width}px`,\n \"--device-height\": `${screen.height}px`,\n \"--safe-top\": `${safeArea.top}px`,\n \"--safe-bottom\": `${safeArea.bottom}px`,\n \"--safe-left\": `${safeArea.left}px`,\n \"--safe-right\": `${safeArea.right}px`,\n \"--status-bar-height\": `${statusBar.height}px`,\n \"--home-indicator-height\": `${homeIndicator.height}px`,\n \"--corner-radius\": `${screen.cornerRadius}px`,\n };\n if (hardwareOverlays.type !== \"none\") {\n vars[\"--island-width\"] = `${hardwareOverlays.portrait.width}px`;\n vars[\"--island-height\"] = `${hardwareOverlays.portrait.height}px`;\n }\n return vars;\n}\n\nexport function buildAIPromptConstraints(\n contract: Omit<DeviceLayoutContract, \"aiPromptConstraints\">\n): string {\n const { device, screen, safeArea, statusBar, homeIndicator, hardwareOverlays } = contract;\n const lines: string[] = [];\n lines.push(`Device: ${device.name} (${device.platform}, ${device.year})`);\n lines.push(`Screen: ${screen.width}×${screen.height}pt @${screen.dpr}x, ${screen.aspectRatio}`);\n lines.push(`Corner radius: ${screen.cornerRadius}pt`);\n lines.push(\n `Safe area (portrait): top ${safeArea.portrait.top}, bottom ${safeArea.portrait.bottom}, left ${safeArea.portrait.left}, right ${safeArea.portrait.right}`\n );\n lines.push(\n `Safe area (landscape): top ${safeArea.landscape.top}, bottom ${safeArea.landscape.bottom}, left ${safeArea.landscape.left}, right ${safeArea.landscape.right}`\n );\n lines.push(`Status bar: ${statusBar.height}pt, style=${statusBar.style}`);\n lines.push(`Home indicator: type=${homeIndicator.type}, height=${homeIndicator.height}pt`);\n if (hardwareOverlays.type !== \"none\") {\n const o = hardwareOverlays.portrait;\n lines.push(\n `Hardware overlay: ${hardwareOverlays.type}, ${o.width}×${o.height}pt at (${o.x},${o.y})`\n );\n }\n lines.push(\"Do not place interactive content under the status bar, home indicator, or hardware overlay.\");\n return lines.join(\"\\n\");\n}\n\nexport const BUILTIN_DEVICES: Record<string, DeviceMeta> = BUILTIN_METAS;\n\nexport const DEVICE_LAYOUTS = BUILTIN_LAYOUTS;\n\nexport function getDeviceMetadata(deviceId: string): DeviceMeta {\n const builtin = BUILTIN_METAS[deviceId];\n if (builtin) return builtin;\n const custom = getDeviceRegistry().getMeta(deviceId);\n if (custom) return custom;\n throw new Error(`Unknown device: ${deviceId}`);\n}\n\nexport function getAllDeviceIds(): string[] {\n return [...Object.keys(BUILTIN_METAS), ...getDeviceRegistry().listIds()];\n}\n\nexport function getDeviceContract(\n deviceId: string,\n orientation: \"portrait\" | \"landscape\" = \"portrait\"\n): DeviceLayoutContract {\n const custom = getDeviceRegistry().getContract(deviceId);\n if (custom) return custom;\n\n const layout = BUILTIN_LAYOUTS[deviceId];\n if (!layout) throw new Error(`Unknown device: ${deviceId}`);\n\n const { meta, safeArea, hardwareOverlays, statusBar, homeIndicator, hardwareButtons } = layout;\n\n const screenForOrientation =\n orientation === \"portrait\"\n ? meta.screen\n : {\n ...meta.screen,\n width: meta.screen.height,\n height: meta.screen.width,\n physicalWidth: meta.screen.physicalHeight,\n physicalHeight: meta.screen.physicalWidth,\n aspectRatio: meta.screen.aspectRatio.split(\":\").reverse().join(\":\"),\n };\n\n const activeSafeArea = orientation === \"portrait\" ? safeArea.portrait : safeArea.landscape;\n const contentZone = {\n portrait: deriveContentZone(meta.screen.width, meta.screen.height, safeArea.portrait),\n landscape: deriveContentZone(meta.screen.height, meta.screen.width, safeArea.landscape),\n };\n\n const cssVariables = buildCSSVariables(\n screenForOrientation,\n activeSafeArea,\n statusBar,\n homeIndicator,\n hardwareOverlays\n );\n\n const withoutAI: Omit<DeviceLayoutContract, \"aiPromptConstraints\"> = {\n device: { id: meta.id, name: meta.name, platform: meta.platform, year: meta.year },\n screen: screenForOrientation,\n safeArea,\n hardwareOverlays,\n statusBar,\n homeIndicator,\n hardwareButtons,\n contentZone,\n cssVariables,\n };\n\n return { ...withoutAI, aiPromptConstraints: buildAIPromptConstraints(withoutAI) };\n}\n","export interface SVGNativeDimensions {\n width: number;\n height: number;\n hasViewBox: boolean;\n source: \"viewBox\" | \"widthHeight\" | \"fallback\";\n}\n\nconst VIEWBOX_RE = /viewBox\\s*=\\s*[\"']([^\"']+)[\"']/i;\nconst WIDTH_RE = /\\bwidth\\s*=\\s*[\"']([^\"']+)[\"']/i;\nconst HEIGHT_RE = /\\bheight\\s*=\\s*[\"']([^\"']+)[\"']/i;\n\nfunction parseNumber(raw: string): number {\n const match = raw.match(/-?\\d+(\\.\\d+)?/);\n return match ? parseFloat(match[0]) : NaN;\n}\n\nexport function parseSVGNativeDimensions(svgString: string): SVGNativeDimensions {\n const viewBoxMatch = svgString.match(VIEWBOX_RE);\n if (viewBoxMatch && viewBoxMatch[1]) {\n const parts = viewBoxMatch[1].trim().split(/[\\s,]+/).map(parseFloat);\n if (parts.length === 4 && parts[2] > 0 && parts[3] > 0) {\n return { width: parts[2], height: parts[3], hasViewBox: true, source: \"viewBox\" };\n }\n }\n const widthMatch = svgString.match(WIDTH_RE);\n const heightMatch = svgString.match(HEIGHT_RE);\n if (widthMatch && heightMatch) {\n const w = parseNumber(widthMatch[1]);\n const h = parseNumber(heightMatch[1]);\n if (w > 0 && h > 0) {\n return { width: w, height: h, hasViewBox: false, source: \"widthHeight\" };\n }\n }\n return { width: 1032, height: 1376, hasViewBox: false, source: \"fallback\" };\n}\n","import { parseSVGNativeDimensions } from \"./parse-dimensions.js\";\n\nexport interface NormalizationResult {\n normalizedSVG: string;\n scaleFactors: { x: number; y: number };\n aspectRatioWarning: string | null;\n wasAlreadyNormalized: boolean;\n nativeDimensions: { width: number; height: number };\n}\n\nconst NUMERIC_ATTRS = [\"x\", \"y\", \"width\", \"height\", \"cx\", \"cy\", \"r\", \"rx\", \"ry\"];\n\nfunction rewriteSvgRoot(svgString: string, targetWidth: number, targetHeight: number): string {\n let s = svgString;\n s = s.replace(/(<svg\\b[^>]*?)\\sviewBox\\s*=\\s*[\"'][^\"']*[\"']/i, \"$1\");\n s = s.replace(/(<svg\\b[^>]*?)\\swidth\\s*=\\s*[\"'][^\"']*[\"']/i, \"$1\");\n s = s.replace(/(<svg\\b[^>]*?)\\sheight\\s*=\\s*[\"'][^\"']*[\"']/i, \"$1\");\n s = s.replace(\n /<svg\\b([^>]*)>/i,\n `<svg$1 viewBox=\"0 0 ${targetWidth} ${targetHeight}\" width=\"${targetWidth}\" height=\"${targetHeight}\">`\n );\n return s;\n}\n\nfunction scaleDataZoneAttrs(svgString: string, sx: number, sy: number): string {\n return svgString.replace(/<([a-zA-Z][^>]*data-zone\\s*=\\s*[\"'][^\"']+[\"'][^>]*)>/g, (match, inner) => {\n let rewritten = inner;\n for (const attr of NUMERIC_ATTRS) {\n const re = new RegExp(`\\\\b${attr}\\\\s*=\\\\s*[\"']([\\\\d.\\\\-]+)[\"']`);\n rewritten = rewritten.replace(re, (_m: string, val: string) => {\n const n = parseFloat(val);\n if (Number.isNaN(n)) return _m;\n const scale = attr === \"y\" || attr === \"height\" || attr === \"cy\" || attr === \"ry\" ? sy : sx;\n return `${attr}=\"${(n * scale).toFixed(2)}\"`;\n });\n }\n return `<${rewritten}>`;\n });\n}\n\nexport function normalizeSVGToLogicalPoints(\n svgString: string,\n targetWidth: number,\n targetHeight: number\n): NormalizationResult {\n const native = parseSVGNativeDimensions(svgString);\n const sx = targetWidth / native.width;\n const sy = targetHeight / native.height;\n const wasAlreadyNormalized = Math.abs(sx - 1) < 0.001 && Math.abs(sy - 1) < 0.001;\n\n let warning: string | null = null;\n const nativeAR = native.width / native.height;\n const targetAR = targetWidth / targetHeight;\n if (Math.abs(nativeAR - targetAR) / targetAR > 0.02) {\n warning = `Aspect ratio mismatch: native ${nativeAR.toFixed(3)} vs target ${targetAR.toFixed(3)}`;\n }\n\n let out = svgString;\n if (!wasAlreadyNormalized) out = scaleDataZoneAttrs(out, sx, sy);\n out = rewriteSvgRoot(out, targetWidth, targetHeight);\n\n return {\n normalizedSVG: out,\n scaleFactors: { x: sx, y: sy },\n aspectRatioWarning: warning,\n wasAlreadyNormalized,\n nativeDimensions: { width: native.width, height: native.height },\n };\n}\n","import type {\n DeviceLayoutContract,\n DeviceMeta,\n HardwareOverlayType,\n OverlayRect,\n} from \"../contract-types.js\";\nimport { buildAIPromptConstraints, buildCSSVariables, deriveContentZone } from \"../contract.js\";\n\nexport interface ParsedZone {\n zone: string;\n x: number;\n y: number;\n width: number;\n height: number;\n}\n\nconst NUM = `[\"']([\\\\d.\\\\-]+)[\"']`;\n\nfunction attr(name: string, src: string): number | null {\n const m = src.match(new RegExp(`\\\\b${name}\\\\s*=\\\\s*${NUM}`));\n return m ? parseFloat(m[1]) : null;\n}\n\nexport function extractZones(svgString: string): ParsedZone[] {\n const out: ParsedZone[] = [];\n const re = /<([a-zA-Z][^>]*\\bdata-zone\\s*=\\s*[\"']([^\"']+)[\"'][^>]*)\\/?>/g;\n let match: RegExpExecArray | null;\n while ((match = re.exec(svgString))) {\n const inner = match[1];\n const zone = match[2];\n const x = attr(\"x\", inner) ?? 0;\n const y = attr(\"y\", inner) ?? 0;\n const width = attr(\"width\", inner) ?? 0;\n const height = attr(\"height\", inner) ?? 0;\n out.push({ zone, x, y, width, height });\n }\n return out;\n}\n\nexport interface ParseSVGContractOptions {\n meta: DeviceMeta;\n overlayType?: HardwareOverlayType;\n overlayShape?: OverlayRect[\"shape\"];\n statusBarStyle?: DeviceLayoutContract[\"statusBar\"][\"style\"];\n homeIndicatorType?: DeviceLayoutContract[\"homeIndicator\"][\"type\"];\n}\n\nexport function parseSVGToContract(\n normalizedSVG: string,\n options: ParseSVGContractOptions\n): DeviceLayoutContract {\n const zones = extractZones(normalizedSVG);\n const find = (name: string) => zones.find((z) => z.zone === name);\n\n const { meta } = options;\n const safeTop = find(\"safe-area-top\")?.height ?? 24;\n const safeBottom = find(\"safe-area-bottom\")?.height ?? 20;\n const safeLeft = find(\"safe-area-left\")?.width ?? 0;\n const safeRight = find(\"safe-area-right\")?.width ?? 0;\n\n const hwOverlay = find(\"hardware-overlay\");\n const overlayType: HardwareOverlayType = options.overlayType ?? (hwOverlay ? \"punch-hole\" : \"none\");\n\n const portraitOverlay: OverlayRect = hwOverlay\n ? {\n x: hwOverlay.x,\n y: hwOverlay.y,\n width: hwOverlay.width,\n height: hwOverlay.height,\n shape: options.overlayShape ?? \"circle\",\n }\n : { x: 0, y: 0, width: 0, height: 0, shape: \"rectangle\" };\n\n const statusBar = {\n height: find(\"status-bar\")?.height ?? safeTop,\n style: options.statusBarStyle ?? (\"fullwidth\" as const),\n hasTime: true,\n hasBattery: true,\n hasSignal: true,\n };\n const homeIndicator = {\n type: options.homeIndicatorType ?? (\"swipe-bar\" as const),\n height: find(\"home-indicator\")?.height ?? 5,\n width: find(\"home-indicator\")?.width,\n visible: true,\n };\n\n const safeArea = {\n portrait: { top: safeTop, bottom: safeBottom, left: safeLeft, right: safeRight },\n landscape: { top: 24, bottom: 20, left: safeTop, right: safeBottom },\n };\n const hardwareOverlays = { type: overlayType, portrait: portraitOverlay };\n const contentZone = {\n portrait: deriveContentZone(meta.screen.width, meta.screen.height, safeArea.portrait),\n landscape: deriveContentZone(meta.screen.height, meta.screen.width, safeArea.landscape),\n };\n const cssVariables = buildCSSVariables(meta.screen, safeArea.portrait, statusBar, homeIndicator, hardwareOverlays);\n\n const withoutAI: Omit<DeviceLayoutContract, \"aiPromptConstraints\"> = {\n device: { id: meta.id, name: meta.name, platform: meta.platform, year: meta.year },\n screen: meta.screen,\n safeArea,\n hardwareOverlays,\n statusBar,\n homeIndicator,\n contentZone,\n cssVariables,\n };\n return { ...withoutAI, aiPromptConstraints: buildAIPromptConstraints(withoutAI) };\n}\n","import type { NormalizationResult } from \"./normalize.js\";\n\nexport interface ValidationResult {\n passed: boolean;\n warnings: string[];\n errors: string[];\n}\n\nexport function validateNormalizedSVG(\n result: NormalizationResult,\n targetWidth: number,\n targetHeight: number\n): ValidationResult {\n const warnings: string[] = [];\n const errors: string[] = [];\n\n if (!result.normalizedSVG.includes(\"<svg\")) {\n errors.push(\"Output is not valid SVG markup\");\n }\n if (!result.normalizedSVG.includes(`viewBox=\"0 0 ${targetWidth} ${targetHeight}\"`)) {\n warnings.push(\"viewBox does not match target dimensions\");\n }\n if (result.aspectRatioWarning) {\n warnings.push(result.aspectRatioWarning);\n }\n const sxOff = Math.abs(result.scaleFactors.x - 1) > 0.001;\n const syOff = Math.abs(result.scaleFactors.y - 1) > 0.001;\n if (sxOff !== syOff) {\n warnings.push(\n `Non-uniform scaling applied (x=${result.scaleFactors.x.toFixed(3)}, y=${result.scaleFactors.y.toFixed(3)})`\n );\n }\n\n return { passed: errors.length === 0, warnings, errors };\n}\n","export type ZoneType =\n | \"screen-area\"\n | \"hardware-overlay\"\n | \"safe-area-top\"\n | \"safe-area-bottom\"\n | \"safe-area-left\"\n | \"safe-area-right\"\n | \"status-bar\"\n | \"home-indicator\"\n | \"hardware-button\";\n\nexport interface DetectedZone {\n id: string;\n type: ZoneType;\n sourceLabel: string;\n matchedKeyword: string;\n confidence: \"high\" | \"medium\";\n x: number;\n y: number;\n width: number;\n height: number;\n rx?: number;\n}\n\nexport interface RectInfo {\n x: number;\n y: number;\n width: number;\n height: number;\n rx: number;\n fill: string | null;\n id: string | null;\n}\n\nexport interface SVGAnalysis {\n zones: DetectedZone[];\n phoneBody: { x: number; y: number; width: number; height: number; rx: number } | null;\n sideButtons: { x: number; y: number; width: number; height: number }[];\n allRects: RectInfo[];\n}\n\nconst KEYWORDS: Array<{ kw: string; type: ZoneType }> = [\n { kw: \"screen\", type: \"screen-area\" },\n { kw: \"display\", type: \"screen-area\" },\n { kw: \"island\", type: \"hardware-overlay\" },\n { kw: \"notch\", type: \"hardware-overlay\" },\n { kw: \"punch\", type: \"hardware-overlay\" },\n { kw: \"camera\", type: \"hardware-overlay\" },\n { kw: \"status-bar\", type: \"status-bar\" },\n { kw: \"statusbar\", type: \"status-bar\" },\n { kw: \"home\", type: \"home-indicator\" },\n { kw: \"indicator\", type: \"home-indicator\" },\n { kw: \"volume\", type: \"hardware-button\" },\n { kw: \"power\", type: \"hardware-button\" },\n { kw: \"button\", type: \"hardware-button\" },\n];\n\nconst NUM = `[\"']([\\\\d.\\\\-]+)[\"']`;\nfunction attr(name: string, src: string): number | null {\n const m = src.match(new RegExp(`\\\\b${name}\\\\s*=\\\\s*${NUM}`));\n return m ? parseFloat(m[1]) : null;\n}\nfunction strAttr(name: string, src: string): string | null {\n const m = src.match(new RegExp(`\\\\b${name}\\\\s*=\\\\s*[\"']([^\"']*)[\"']`));\n return m ? m[1] : null;\n}\n\nfunction extractRects(svg: string): RectInfo[] {\n const out: RectInfo[] = [];\n const re = /<rect\\b([^>]*)\\/?>/g;\n let m: RegExpExecArray | null;\n while ((m = re.exec(svg))) {\n const inner = m[1];\n out.push({\n x: attr(\"x\", inner) ?? 0,\n y: attr(\"y\", inner) ?? 0,\n width: attr(\"width\", inner) ?? 0,\n height: attr(\"height\", inner) ?? 0,\n rx: attr(\"rx\", inner) ?? 0,\n fill: strAttr(\"fill\", inner),\n id: strAttr(\"id\", inner),\n });\n }\n return out;\n}\n\nexport function autoDetectZones(svgString: string): DetectedZone[] {\n const zones: DetectedZone[] = [];\n const elementRe = /<([a-zA-Z]+)\\b([^>]*)\\/?>/g;\n let m: RegExpExecArray | null;\n let idx = 0;\n while ((m = elementRe.exec(svgString))) {\n const inner = m[2];\n const id = strAttr(\"id\", inner);\n const className = strAttr(\"class\", inner);\n const dataName = strAttr(\"data-name\", inner);\n const label = [id, className, dataName].filter(Boolean).join(\" \").toLowerCase();\n if (!label) continue;\n for (const { kw, type } of KEYWORDS) {\n if (label.includes(kw)) {\n zones.push({\n id: id || `auto-${idx++}`,\n type,\n sourceLabel: label,\n matchedKeyword: kw,\n confidence: label === kw ? \"high\" : \"medium\",\n x: attr(\"x\", inner) ?? 0,\n y: attr(\"y\", inner) ?? 0,\n width: attr(\"width\", inner) ?? 0,\n height: attr(\"height\", inner) ?? 0,\n rx: attr(\"rx\", inner) ?? undefined,\n });\n break;\n }\n }\n }\n return zones;\n}\n\nexport function analyzeSVGGeometry(svgString: string): SVGAnalysis {\n const allRects = extractRects(svgString);\n const zones = autoDetectZones(svgString);\n\n let phoneBody: SVGAnalysis[\"phoneBody\"] = null;\n let maxArea = 0;\n for (const r of allRects) {\n if (r.rx < 8) continue;\n const area = r.width * r.height;\n if (area > maxArea) {\n maxArea = area;\n phoneBody = { x: r.x, y: r.y, width: r.width, height: r.height, rx: r.rx };\n }\n }\n\n const sideButtons: SVGAnalysis[\"sideButtons\"] = [];\n if (phoneBody) {\n for (const r of allRects) {\n const isOutsideX = r.x + r.width < phoneBody.x + 4 || r.x > phoneBody.x + phoneBody.width - 4;\n const isShort = r.width < phoneBody.width * 0.05;\n const isVertical = r.height > r.width * 1.5;\n if (isOutsideX && isShort && isVertical) {\n sideButtons.push({ x: r.x, y: r.y, width: r.width, height: r.height });\n }\n }\n }\n\n return { zones, phoneBody, sideButtons, allRects };\n}\n\nexport interface ClassifiedButton {\n type: \"volume-up\" | \"volume-down\" | \"power\" | \"action\" | \"camera\";\n side: \"left\" | \"right\";\n x: number;\n y: number;\n width: number;\n height: number;\n}\n\nexport function classifySideButtons(\n sideButtons: { x: number; y: number; width: number; height: number }[],\n phoneBody: { x: number; y: number; width: number; height: number } | null\n): ClassifiedButton[] {\n if (!phoneBody) return [];\n const out: ClassifiedButton[] = [];\n const left = sideButtons.filter((b) => b.x < phoneBody.x + phoneBody.width / 2).sort((a, b) => a.y - b.y);\n const right = sideButtons.filter((b) => b.x >= phoneBody.x + phoneBody.width / 2).sort((a, b) => a.y - b.y);\n if (left.length >= 1) out.push({ ...left[0], type: \"volume-up\", side: \"left\" });\n if (left.length >= 2) out.push({ ...left[1], type: \"volume-down\", side: \"left\" });\n if (right.length >= 1) out.push({ ...right[0], type: \"power\", side: \"right\" });\n return out;\n}\n\nexport function listSVGLayerNames(svgString: string): { tag: string; name: string }[] {\n const out: { tag: string; name: string }[] = [];\n const re = /<([a-zA-Z]+)\\b([^>]*)\\/?>/g;\n let m: RegExpExecArray | null;\n while ((m = re.exec(svgString))) {\n const tag = m[1];\n const inner = m[2];\n const name = strAttr(\"id\", inner) ?? strAttr(\"data-name\", inner) ?? strAttr(\"class\", inner);\n if (name) out.push({ tag, name });\n }\n return out;\n}\n"],"mappings":"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AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;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AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;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AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;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;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA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A;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAgZnB,I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AAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;A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AAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;A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AAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;A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","names":["import_jsx_runtime","import_jsx_runtime","import_jsx_runtime","import_jsx_runtime","import_jsx_runtime","import_jsx_runtime","import_jsx_runtime","import_jsx_runtime","import_jsx_runtime","SVG_STRING","SVG_STRING_SCALED","import_jsx_runtime","SVG_STRING","SVG_STRING_SCALED","import_jsx_runtime","SVG_STRING","SVG_STRING_SCALED","import_jsx_runtime","SVG_STRING","SVG_STRING_SCALED","import_jsx_runtime","SVG_STRING","SVG_STRING_SCALED","import_jsx_runtime","SVG_STRING","SVG_STRING_SCALED","import_jsx_runtime","import_jsx_runtime","SVG_STRING","SVG_STRING_SCALED","import_jsx_runtime","SVG_STRING","SVG_STRING_SCALED","import_jsx_runtime","SVG_STRING","SVG_STRING_SCALED","import_jsx_runtime","SVG_STRING","SVG_STRING_SCALED","import_jsx_runtime","SVG_STRING","SVG_STRING_SCALED","import_jsx_runtime","attr","NUM","attr"]}
|