{"id":7050,"date":"2023-01-06T10:33:05","date_gmt":"2023-01-06T02:33:05","guid":{"rendered":"https:\/\/firstmold.com\/?page_id=7050"},"modified":"2026-05-06T15:52:50","modified_gmt":"2026-05-06T07:52:50","slug":"facilities","status":"publish","type":"page","link":"https:\/\/firstmold.com\/nl\/facilities\/","title":{"rendered":"Faciliteiten"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"7050\" class=\"elementor elementor-7050\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-af712a2 e-con-full e-flex e-con e-parent\" data-id=\"af712a2\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-541b6b5 elementor-widget elementor-widget-html\" data-id=\"541b6b5\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n.factory-hero {\r\n    position: relative;\r\n    width: 100%;\r\n    height: 70vh;\r\n    min-height: 300px; \r\n    overflow: hidden;\r\n}\r\n#factoryVideo {\r\n    width: 100%;\r\n    height: 100%;\r\n    object-fit: cover;\r\n    position: absolute;\r\n    top: 0;\r\n    left: 0;\r\n}\r\n.video-overlay {\r\n    position: absolute;\r\n    inset: 0;\r\n    background: rgba(0, 0, 0, 0.5);\r\n    transition: background 1s ease;\r\n    z-index: 10;\r\n}\r\n.video-overlay.playing {\r\n    background: rgba(0, 0, 0, 0.1);\r\n}\r\n.play-button {\r\n    position: absolute;\r\n    top: 50%;\r\n    left: 50%;\r\n    transform: translate(-50%, -50%);\r\n    width: 16vw;\r\n    height: 16vw;\r\n    max-width: 150px;\r\n    max-height: 150px;\r\n    min-width: 80px;\r\n    min-height: 80px;\r\n    border-radius: 50%;\r\n    background: rgba(255, 255, 255, 0.9);\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    cursor: pointer;\r\n    z-index: 30;\r\n    transition: all 0.5s ease;\r\n    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);\r\n    opacity:0.8;\r\n}\r\n.play-button.playing {\r\n    opacity: 0.3;\r\n}\r\n.play-button.hidden {\r\n    opacity: 0;\r\n    pointer-events: none;\r\n}\r\n.play-icon {\r\n    color: #1e3a8a;\r\n    font-size: 3vw;\r\n    max-font-size: 40px;\r\n    min-font-size: 24px;\r\n    margin-left: 0.8vw;\r\n}\r\n.hero-text {\r\n    position: absolute;\r\n    top: 50%;\r\n    left: 50%;\r\n    transform: translate(-50%, -50%);\r\n    text-align: center;\r\n    width: 90%;\r\n    max-width: 1200px;\r\n    z-index: 20;\r\n    transition: opacity 1s ease, transform 1s ease;\r\n    padding: 0 20px;\r\n}\r\n.hero-text.hidden {\r\n    opacity: 0;\r\n    transform: translate(-50%, -50%) scale(0.9);\r\n    pointer-events: none;\r\n}\r\n.hero-title {\r\n    font-size: clamp(1.8rem, 6vw, 4rem);\r\n    font-weight: bold;\r\n    color: white;\r\n    margin-bottom: 0.8rem;\r\n    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);\r\n    line-height: 1.2;\r\n}\r\n.hero-subtitle {\r\n    font-size: clamp(0.9rem, 2.5vw, 1.3rem);\r\n    color: white;\r\n    max-width: 600px;\r\n    margin: 0 auto;\r\n    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);\r\n}\r\n@media (max-width: 768px) {\r\n    .factory-hero {\r\n        height: 50vh;\r\n    }\r\n    .hero-title {\r\n        margin-bottom: 0.5rem;\r\n    }\r\n    .play-button {\r\n        width: 22vw;\r\n        height: 22vw;\r\n     }\r\n}\r\n<\/style>\r\n\r\n\r\n<div class=\"factory-hero\">\r\n    <video id=\"factoryVideo\" loop muted playsinline poster=\"https:\/\/firstmold.com\/wp-content\/uploads\/2025\/10\/firstmold-factory-floor-cover.webp\">\r\n        <source src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2025\/10\/First-Mold-FPV.mp4\" type=\"video\/mp4\">\r\n      Uw browser ondersteunt de videotag niet.\r\n    <\/video>\r\n    <div class=\"video-overlay\"><\/div>\r\n    <div class=\"hero-text\">\r\n        <h1 class=\"hero-title\">Onze faciliteiten en productiemogelijkheden<\/h1>\r\n        <p class=\"hero-subtitle\">6s managementsysteem implementeren, producten maken om klanten tevreden te stellen<\/p>\r\n    <\/div>\r\n    <div class=\"play-button\">\r\n        <i class=\"fa fa-play play-icon\"><\/i>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\n    const video = document.getElementById('factoryVideo');\r\n    const playButton = document.querySelector('.play-button');\r\n    const overlay = document.querySelector('.video-overlay');\r\n    const heroText = document.querySelector('.hero-text');\r\n    const playIcon = document.querySelector('.play-icon');\r\n    let isPlaying = false;\r\n    function togglePlay() {\r\n        if (isPlaying) {\r\n        video.pause();\r\n        playIcon.classList.remove('fa-pause');\r\n        playIcon.classList.add('fa-play');\r\n        overlay.classList.remove('playing');\r\n        heroText.classList.remove('hidden');\r\n      } else {\r\n        video.play();\r\n        playIcon.classList.remove('fa-play');\r\n        playIcon.classList.add('fa-pause');\r\n        overlay.classList.add('playing');\r\n        heroText.classList.add('hidden');\r\n      }\r\n      isPlaying = !isPlaying;\r\n      playButton.classList.add('playing');\r\n    }\r\n    playButton.addEventListener('click', togglePlay);\r\n    const heroSection = document.querySelector('.factory-hero');\r\n    heroSection.addEventListener('mouseenter', () => {\r\n      if (isPlaying) {\r\n        playButton.classList.remove('hidden');\r\n        playButton.classList.add('playing');\r\n      }\r\n    });\r\n    \r\n    heroSection.addEventListener('mouseleave', () => {\r\n      if (isPlaying) {\r\n        playButton.classList.add('hidden');\r\n        playButton.classList.remove('playing');\r\n      }\r\n    });\r\n    playButton.addEventListener('touchstart', (e) => {\r\n      e.preventDefault();\r\n      togglePlay();\r\n    }, { passive: false });\r\n    window.addEventListener('resize', () => {\r\n      adjustVideoSize();\r\n    });\r\n    \r\n    function adjustVideoSize() {\r\n      const heroHeight = heroSection.offsetHeight;\r\n      video.style.height = `${heroHeight}px`;\r\n    }\r\n    adjustVideoSize();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6e17a5e e-con-full fm2-section e-flex e-con e-parent\" data-id=\"6e17a5e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-33cabfd e-con-full e-flex e-con e-child\" data-id=\"33cabfd\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-350a8d3 elementor-widget elementor-widget-heading\" data-id=\"350a8d3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Onze productiezones nader bekeken<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-738a5b9 elementor-widget elementor-widget-html\" data-id=\"738a5b9\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n \n<div class=\"fm-progress-container\">\n    <div class=\"fm-progress-card\">\n        <div class=\"fm-progress-item\">\n            <div class=\"fm-progress-header\">\n                <div class=\"fm-progress-label-container\">\n                    <i class=\"fa fa-industry fm-progress-icon\"><\/i>\n                    <span class=\"fm-progress-label\">Fabrieksformaat<\/span>\n                <\/div>\n                <span class=\"fm-progress-value\">15,000 \u33a1<\/span>\n            <\/div>\n            <div class=\"fm-progress-bar\">\n                <div class=\"fm-progress-fill\" data-width=\"85%\"><\/div>\n            <\/div>\n        <\/div>\n        <div class=\"fm-progress-item\">\n            <div class=\"fm-progress-header\">\n                <div class=\"fm-progress-label-container\">\n                    <i class=\"fa fa-cogs fm-progress-icon\"><\/i>\n                    <span class=\"fm-progress-label\">Geavanceerde machines<\/span>\n                <\/div>\n                <span class=\"fm-progress-value\">100+ Sets<\/span>\n            <\/div>\n            <div class=\"fm-progress-bar\">\n                <div class=\"fm-progress-fill\" data-width=\"75%\"><\/div>\n            <\/div>\n        <\/div>\n        <div class=\"fm-progress-item\">\n            <div class=\"fm-progress-header\">\n                <div class=\"fm-progress-label-container\">\n                    <i class=\"fa fa-line-chart fm-progress-icon\"><\/i>\n                   <span class=\"fm-progress-label\">Jaarlijkse productie<\/span>\n                <\/div>\n                <span class=\"fm-progress-value\">500+ mallen | 1000+ projecten<\/span>\n            <\/div>\n            <div class=\"fm-progress-bar\">\n                <div class=\"fm-progress-fill\" data-width=\"90%\"><\/div>\n            <\/div>\n        <\/div>\n        <div class=\"fm-progress-item\">\n            <div class=\"fm-progress-header\">\n                <div class=\"fm-progress-label-container\">\n                    <i class=\"fa fa-users fm-progress-icon\"><\/i>\n                        <span class=\"fm-progress-label\">Deskundig team<\/span>\n                <\/div>\n                <span class=\"fm-progress-value\">50+ ingenieurs en technici<\/span>\n            <\/div>\n            <div class=\"fm-progress-bar\">\n                <div class=\"fm-progress-fill\" data-width=\"70%\"><\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n<script>\n    document.addEventListener('DOMContentLoaded', () => {\n            const observer = new IntersectionObserver((entries) => {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) {\n                        const fill = entry.target.querySelector('.fm-progress-fill');\n                        if (fill) {\n                            fill.style.width = fill.getAttribute('data-width');\n                        }\n                        observer.unobserve(entry.target);\n                    }\n                });\n            }, { threshold: 0.1 });\n    document.querySelectorAll('.fm-progress-item').forEach(container => {\n                observer.observe(container);\n            });\n    });\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8a611fd e-con-full fm2-section e-flex e-con e-parent\" data-id=\"8a611fd\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-593a7b6 e-con-full e-flex e-con e-child\" data-id=\"593a7b6\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-d3f8d42 e-con-full e-flex e-con e-child\" data-id=\"d3f8d42\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-27ac335 e-con-full e-flex e-con e-child\" data-id=\"27ac335\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4dd2f97 elementor-widget elementor-widget-heading\" data-id=\"4dd2f97\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Hoge volumes en geautomatiseerd spuitgieten<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-761c9c3 elementor-widget elementor-widget-heading\" data-id=\"761c9c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Spuitgiet werkplaats<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-07af407 elementor-hidden-tablet elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"07af407\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"&#x56FE;&#x5C42;_1\" x=\"0px\" y=\"0px\" width=\"100px\" height=\"100px\" viewbox=\"0 0 100 100\" xml:space=\"preserve\"><path d=\"M7.980022,87.516136c0.004097-0.142448,0.010085-0.256081,0.010199-0.36972  c0.000823-0.816467-0.000031-1.632935,0.00102-2.449402c0.000146-0.113571,0.007814-0.227127,0.012534-0.355186  c0.085821-0.01548,0.154432-0.037361,0.223419-0.038612c0.251131-0.004585,0.502408-0.000542,0.753586-0.00341  c0.102336-0.00116,0.204567-0.011642,0.318825-0.018623c0.013794-0.078568,0.032341-0.137665,0.033168-0.197014  c0.003492-0.251175,0.001061-0.502419,0.001962-0.753639c0.010791-3.014572,0.022698-6.02916,0.031957-9.043732  c0.0018-0.586136-0.006445-1.172302-0.010273-1.758453c-0.000274-0.041847-0.002488-0.083672-0.003523-0.125519  c-0.002731-0.110313-0.063319-0.171753-0.16625-0.198051C9.095453,72.18148,9.00312,72.161674,8.91357,72.133163  c-0.132875-0.042305-0.164309-0.083138-0.167956-0.228073c-0.002625-0.104271,0.007001-0.208885,0.011837-0.313309  c0.006292-0.135818,0.014609-0.271576,0.01887-0.407455c0.000941-0.030045-0.011451-0.060509-0.017406-0.089348  c-0.099195-0.084808-0.21714-0.071205-0.330285-0.073936c-0.240637-0.005791-0.481379-0.00724-0.722007-0.013298  c-0.177194-0.004456-0.354074-0.014488-0.532351-0.09626c0.031618-0.167313-0.028805-0.303658-0.159506-0.412331  c-0.112933-0.09391-0.151554-0.222603-0.156859-0.363335c-0.005517-0.146362-0.010595-0.292854-0.010593-0.439293  c0.000013-0.94207,0.002546-1.88414,0.00115-2.82621c-0.000184-0.123909,0.018809-0.251419-0.042788-0.395012  c-0.067211-0.014526-0.145905-0.039963-0.226257-0.047363c-0.281181-0.025879-0.564509-0.033829-0.843949-0.071426  c-0.205558-0.027664-0.414787-0.069084-0.607279-0.143456c-0.312617-0.120781-0.599254-0.296097-0.866673-0.501144  c-0.458768-0.351784-0.707938-0.818275-0.755343-1.390175c-0.026768-0.322948-0.045695-0.647385-0.048437-0.971321  c-0.006998-0.826866-0.002528-1.653824-0.003805-2.480743c-0.000159-0.10321-0.007314-0.206413-0.01073-0.296509  c-0.093635-0.088245-0.192472-0.059643-0.283019-0.06094c-0.554619-0.007969-1.10929-0.012302-1.663943-0.017891  c-0.052329-0.000526-0.104703-0.000145-0.156974-0.002243c-0.305414-0.012226-0.606266-0.03825-0.847673-0.260975  c-0.029959-0.027649-0.069617-0.0495-0.108638-0.061813c-0.218014-0.06884-0.272825-0.235561-0.27926-0.440098  c-0.01842-0.585499-0.053362-1.170738-0.059522-1.756313c-0.020261-1.925785-0.031088-3.851662-0.044077-5.777515  c-0.001058-0.156853,0.006868-0.313881,0.014791-0.470615c0.003681-0.072819,0.012721-0.146088,0.027313-0.217518  c0.071653-0.350769,0.282525-0.557106,0.639345-0.586788c0.406286-0.033794,0.814457-0.047276,1.222084-0.061996  c0.439191-0.015869,0.878738-0.021679,1.318034-0.034992c0.08187-0.002483,0.163293-0.019684,0.263668-0.03249  c0.005198-0.104687,0.013747-0.196495,0.013709-0.288307c-0.000505-1.203732-0.002823-2.407463-0.003492-3.611195  c-0.000896-1.611996-0.002672-3.223991-0.000021-4.835987c0.000947-0.575623,0.00872-1.151348,0.02293-1.726791  c0.008514-0.344795,0.017699-0.69223,0.118371-1.026028c0.276885-0.918076,0.836226-1.580318,1.756049-1.905853  c0.277307-0.098141,0.566806-0.153088,0.860019-0.163513c0.700611-0.024906,1.401633-0.053833,2.102486-0.053749  c3.21335,0.000397,6.426698,0.013767,9.640051,0.015232c1.76885,0.000809,3.538296-0.044445,5.30641-0.011616  c2.135239,0.039646,4.269987,0.018822,6.404934,0.024075c1.088543,0.002674,2.177113-0.008358,3.265678-0.011383  c5.00312-0.013901,10.006233-0.032059,15.009365-0.038754c2.857475-0.003822,5.714981,0.009441,8.57246,0.020477  c0.365723,0.001411,0.733265,0.01844,1.096542,0.058933c0.61396,0.068439,1.113571,0.344437,1.446709,0.882084  c0.077068,0.124378,0.147167,0.253059,0.221733,0.379013c0.03891,0.065723,0.090725,0.118061,0.173405,0.115463  c0.333969-0.010483,0.667873-0.023052,1.001759-0.035858c0.008034-0.000305,0.015617-0.012306,0.030258-0.024601  c0.058289-0.076504,0.037163-0.173462,0.036545-0.265594c-0.004059-0.607056-0.009754-1.214104-0.015472-1.821148  c-0.00362-0.384766,0.131893-0.598103,0.502407-0.688175c0.271954-0.066113,0.557262-0.079865,0.837509-0.108196  c0.145397-0.014698,0.292923-0.007042,0.439075-0.015987c0.081097-0.004963,0.161381-0.023304,0.259804-0.03833  c-0.007561-0.076664-0.010105-0.136078-0.019695-0.194332c-0.071888-0.436775-0.21701-0.849895-0.402378-1.250526  c-0.210812-0.455627-0.421448-0.910435-0.67205-1.346992c-0.448215-0.7808-0.83374-1.594286-1.201855-2.415035  c-0.637817-1.422083-1.319946-2.823257-1.979942-4.234854c-0.496094-1.061054-0.996689-2.120029-1.488258-3.183174  c-0.412624-0.892403-0.810394-1.791777-1.283775-2.654703c-0.061852-0.112751-0.084293-0.231878-0.08466-0.361404  c-0.004398-1.570007-0.012169-3.140005-0.019108-4.710006c-0.000183-0.041867,0.000992-0.083844-0.001579-0.125578  c-0.009464-0.153921-0.025116-0.17515-0.17033-0.222173c-0.069534-0.022517-0.141602-0.037342-0.210766-0.060829  c-0.11861-0.040278-0.23661-0.082641-0.353485-0.127702c-0.195599-0.075411-0.301071-0.222174-0.314972-0.428782  c-0.025257-0.375512-0.049862-0.751223-0.064255-1.127252c-0.007866-0.205488,0.070969-0.387706,0.195023-0.55147  c0.127956-0.168911,0.282372-0.307812,0.458752-0.423841c0.310646-0.204352,0.654282-0.324965,1.016022-0.397617  c0.503384-0.1011,1.013618-0.15519,1.524738-0.187914c1.075253-0.068841,2.151291-0.125896,3.227325-0.181702  c0.334274-0.017336,0.669537-0.016839,1.004395-0.021466c1.391724-0.019231,2.783432-0.047974,4.175201-0.052052  c0.931107-0.002728,1.862305,0.030821,2.793472,0.046914c0.491814,0.008499,0.983978,0.005857,1.475441,0.023528  c0.668953,0.024053,1.337418,0.061816,2.006004,0.095427c0.438789,0.022058,0.877403,0.047708,1.316147,0.070768  c0.532776,0.028002,1.066483,0.043734,1.598167,0.085412c0.583511,0.045741,1.16581,0.109561,1.747238,0.177456  c0.164154,0.019167,0.328804,0.06597,0.483879,0.124769c0.460083,0.174442,0.750061,0.598706,0.755928,1.090031  c0.003494,0.293047,0.001724,0.586182-0.000427,0.879257c-0.00061,0.083414-0.00721,0.167202-0.017296,0.250059  c-0.054199,0.44496-0.314064,0.713715-0.730728,0.8462c-0.029739,0.009455-0.06028,0.016375-0.095764,0.0259  c-0.056664,0.115865-0.046814,0.243275-0.048439,0.366555c-0.017876,1.360501-0.039734,2.721011-0.045425,4.08158  c-0.002052,0.490551-0.095253,0.940281-0.313683,1.388929c-0.60878,1.25045-1.211273,2.504595-1.758232,3.784374  c-0.493477,1.154646-1.050888,2.279434-1.607903,3.404463c-0.324806,0.656021-0.625122,1.324135-0.939827,1.985199  c-0.292198,0.613768-0.585869,1.226868-0.884262,1.837635c-0.496437,1.016127-0.945412,2.051607-1.294456,3.128553  c-0.038368,0.118359-0.073074,0.2379-0.1138,0.370998c0.072136,0.043877,0.128494,0.088478,0.192322,0.115223  c0.293495,0.122959,0.608597,0.143211,0.918877,0.18652c0.113525,0.015846,0.22657,0.036549,0.338791,0.060017  c0.081055,0.016949,0.125587,0.07478,0.132401,0.155193c0.01413,0.16663,0.032463,0.333591,0.033592,0.500523  c0.004059,0.596611,0.000824,1.193272,0.002388,1.789909c0.00029,0.113556-0.016121,0.230621,0.052551,0.352592  c0.235397,0.063049,0.486023,0.02504,0.733559,0.029732c0.251106,0.004757,0.502579,0.006763,0.753548-0.001259  c0.247231-0.007904,0.498756,0.038841,0.759094-0.042015c0.007744-0.086708,0.020988-0.16782,0.021278-0.248978  c0.002274-0.648937-0.000298-1.297901,0.004189-1.946819c0.001297-0.18795,0.013451-0.376606,0.034927-0.563297  c0.010437-0.090717,0.035378-0.19051,0.086288-0.2635c0.095161-0.136398,0.208946-0.261135,0.324661-0.381405  c0.08976-0.093285,0.207611-0.136398,0.340088-0.136799c0.167419-0.000511,0.334824-0.006332,0.502243-0.007385  c1.109467-0.006977,2.218933-0.015774,3.328407-0.018322c0.334717-0.000767,0.669441,0.017509,1.004219,0.024479  c0.070465,0.001465,0.141167-0.008415,0.230782-0.01432c0.008476-0.105267,0.020393-0.196186,0.022392-0.287323  c0.010323-0.470783,0.015312-0.941704,0.028229-1.412411c0.004868-0.177532,0.029198-0.354454,0.038559-0.531971  c0.005615-0.10664,0.057747-0.175617,0.148521-0.220924c0.189041-0.094353,0.384567-0.15929,0.600479-0.156597  c0.387222,0.004833,0.774574-0.000084,1.161804,0.00465c0.941833,0.011524,1.883629,0.025845,2.825432,0.039982  c0.219696,0.003296,0.442024-0.000465,0.652328,0.072392c0.116386,0.040318,0.23851,0.087944,0.332886,0.163651  c0.324814,0.260563,0.515648,0.6021,0.543556,1.02187c0.014557,0.219067,0.013916,0.439407,0.013512,0.659161  c-0.002464,1.339825-0.007309,2.679642-0.009895,4.019466c-0.000275,0.144604-0.014374,0.291962,0.03302,0.414055  c0.095398,0.091236,0.194656,0.063885,0.28524,0.063896c1.140892,0.000164,2.281799-0.00359,3.422699-0.004032  c0.805916-0.000317,1.611908,0.010292,2.417725,0.002071c0.60231-0.006142,1.125778,0.202534,1.604752,0.544624  c0.379837,0.27129,0.682098,0.616028,0.919296,1.017769c0.119377,0.202187,0.181999,0.417934,0.184486,0.655788  c0.014061,1.339504,0.03289,2.678955,0.050369,4.018421c0.003143,0.240711,0.003601,0.481571,0.013199,0.722046  c0.004501,0.112797,0.027794,0.224842,0.042152,0.334038c0.143791,0.076443,0.281769,0.051949,0.414597,0.058487  c0.386467,0.019039,0.773071,0.035069,1.1595,0.054646c0.061905,0.003139,0.123199,0.018463,0.200829,0.030674  c0.020538,0.066574,0.053886,0.133183,0.060112,0.20224c0.023491,0.260235,0.049706,0.521088,0.053864,0.78204  c0.010666,0.669781,0.007004,1.339783,0.015594,2.009613c0.003212,0.250858,0.023506,0.501541,0.038429,0.752163  c0.002998,0.050327,0.016907,0.100014,0.027664,0.160652c0.297379,0.055004,0.58947,0.020531,0.879364,0.026829  c0.282471,0.006138,0.565193,0.001328,0.847801,0.001328c0.292442,0,0.584869,0,0.865265,0  c0.087364,0.107342,0.064194,0.215256,0.064636,0.316467c0.002289,0.523369,0.001091,1.046753,0.001099,1.570126  c0.000008,0.942074,0.000519,1.884151-0.000679,2.826225c-0.000145,0.112789,0.01609,0.228931-0.044098,0.358128  c-0.436508-0.041424-0.872047-0.083199-1.307663-0.123981c-0.435249-0.040745-0.868668-0.106586-1.304283-0.118206  c-0.070374,0.146568-0.064804,0.283348-0.068092,0.417572c-0.009254,0.376659-0.009262,0.753643-0.024712,1.130013  c-0.010712,0.260929-0.037071,0.52145-0.063774,0.781403c-0.020897,0.203529-0.114326,0.37851-0.238968,0.537865  c-0.067398,0.086201-0.150452,0.14233-0.263939,0.149139c-0.30265,0.018147-0.604965,0.042946-0.907791,0.056927  c-0.399506,0.018444-0.399521,0.015091-0.399948,0.407188c-0.002602,2.37611-0.005257,4.752228-0.007896,7.128345  c-0.000015,0.01046-0.001137,0.021072,0.000153,0.03138c0.057007,0.456314-0.172195,0.748169-0.538078,0.978104  c-0.330917,0.207977-0.690392,0.296936-1.072182,0.301353c-0.533691,0.00618-1.067604,0.001602-1.601334-0.005226  c-0.554543-0.007095-1.108955-0.026237-1.663506-0.032089c-0.21936-0.002319-0.439003,0.01593-0.658371,0.02771  c-0.029167,0.001564-0.057411,0.020233-0.102219,0.037033c0.015251,0.049797,0.020416,0.101875,0.04528,0.14167  c0.099701,0.159584,0.194374,0.324203,0.310913,0.4711c0.688782,0.868263,1.192535,1.840332,1.633705,2.850998  c0.961746,2.203239,1.674896,4.486603,2.182991,6.832733c0.156769,0.7239,0.272156,1.458786,0.362724,2.197113  c0.097061,0.791389,0.157021,1.582672,0.14048,2.378738c-0.022346,1.075203-0.197868,2.123199-0.605919,3.124069  c-0.218552,0.536072-0.502121,1.034485-0.883904,1.47374c-0.249008,0.286491-0.543358,0.520439-0.846092,0.74572  c-0.098656,0.073418-0.211845,0.132492-0.292572,0.260994c0.047577,0.020592,0.081238,0.045753,0.116585,0.048386  c0.093704,0.006996,0.188179,0.006462,0.282288,0.005013c0.627556-0.009697,1.255051-0.02282,1.882629-0.029961  c0.397697-0.004517,0.795494-0.002129,1.193237,0.000412c0.125343,0.000801,0.251495,0.005013,0.375755,0.020164  c0.239693,0.029213,0.426308,0.197838,0.4851,0.428337c0.007622,0.029877,0.009895,0.062195,0.00853,0.093117  c-0.009644,0.218147-0.308449,0.53331-0.528839,0.554192c-0.083084,0.007866-0.16732,0.005363-0.251007,0.004692  c-1.549011-0.012497-3.098022-0.024628-4.647011-0.039078c-0.250977-0.00235-0.502022-0.025223-0.752731-0.020874  c-0.281532,0.004875-0.562607,0.041603-0.844063,0.043907c-0.837311,0.006882-1.674706,0.005035-2.512062,0.004128  c-1.727058-0.001862-3.454109-0.004517-5.181168-0.008347c-2.061989-0.004585-4.123985-0.015984-6.185974-0.015099  c-4.0298,0.001717-8.059601,0.00988-12.089401,0.015434c-2.145725,0.00296-4.291451,0.00843-6.437176,0.008644  c-9.472286,0.000961-18.944569-0.00132-28.416857,0.002052c-1.695541,0.000595-3.391563,0.053703-5.086504,0.027283  c-2.815624-0.043884-5.631042-0.021873-8.446516-0.025818c-1.318583-0.001862-2.637176,0.035995-3.955835,0.043472  c-1.172112,0.00666-2.344354,0.000359-3.516484-0.007843c-1.109303-0.007759-2.218546-0.024811-3.32779-0.039597  c-0.125078-0.001671-0.253453,0.000252-0.374183-0.026787c-0.181722-0.04071-0.327925-0.133965-0.363265-0.342155  c-0.035666-0.210114,0.053715-0.370934,0.204439-0.495926c0.058273-0.048325,0.152731-0.06778,0.232473-0.072922  c0.375719-0.024185,0.751869-0.046066,1.128197-0.055542c1.004296-0.025322,2.008766-0.043655,3.013149-0.065567  C7.835133,87.534134,7.885725,87.525597,7.980022,87.516136z M23.013777,70.731918  c-0.013973,0.047585-0.041775,0.104904-0.045965,0.163887c-0.010368,0.145935-0.013699,0.292648-0.013262,0.439026  c0.004835,1.621613,0.007067,3.243256,0.017801,4.864845c0.009975,1.506348,0.030359,3.012627,0.044291,4.518944  c0.009193,0.99382,0.015383,1.987679,0.022173,2.981506c0.001282,0.187683,0.01339,0.373795,0.050625,0.574753  c0.415991,0.10331,0.839626,0.161438,1.232403,0.315338c0.044811,0.259056,0.01635,0.499825,0.023909,0.739189  c0.007259,0.229996,0.008442,0.460213,0.017414,0.690132c0.009373,0.240242,0.019318,0.480698,0.039225,0.720207  c0.019547,0.235184-0.039724,0.476341,0.04034,0.718033c0.093462,0.005722,0.175497,0.015465,0.257481,0.015076  c2.196888-0.010307,4.393782-0.020264,6.590651-0.033768c0.554338-0.00341,1.108618-0.017738,1.662874-0.029442  c0.091129-0.001923,0.190258,0.023201,0.298122-0.085388c0.030838-0.631508,0.003986-1.300018,0.101185-1.960518  c0.300137-0.146622,0.650867-0.088623,0.929161-0.268776c0.008106-0.050186,0.019585-0.090988,0.020576-0.13205  c0.010315-0.42878,0.026833-0.85759,0.026279-1.286392c-0.000946-0.7323-0.019592-1.464592-0.018661-2.196884  c0.001434-1.129837,0.015072-2.259644,0.020016-3.389481c0.009022-2.061005,0.015022-4.122025,0.023487-6.183037  c0.001286-0.313797,0.011105-0.627563,0.012154-0.941353c0.000229-0.068924-0.020142-0.137917-0.029324-0.196106  c-0.039845-0.014824-0.058945-0.028168-0.078022-0.028137c-3.629688,0.005852-7.259438,0.027145-10.888802-0.045944  c-0.093981-0.001892-0.188175,0.002663-0.282137,0.007103C23.068287,70.703598,23.049408,70.717346,23.013777,70.731918z   M7.418187,38.528267c-0.017752,0.047729-0.021167,0.082554-0.039996,0.103565  c-0.186575,0.208233-0.23526,0.461071-0.240139,0.728264c-0.014137,0.774254-0.040032,1.548542-0.038884,2.322781  c0.003744,2.522247,0.021987,5.044472,0.026337,7.566719c0.006986,4.05056,0.008246,8.101128,0.009379,12.151691  c0.000153,0.544121-0.012578,1.088291-0.022898,1.632366c-0.008533,0.449867-0.023417,0.899601-0.032639,1.349457  c-0.001449,0.070641,0.012229,0.141594,0.017833,0.200974c0.107937,0.075882,0.211843,0.069321,0.317053,0.061104  c0.125061-0.009781,0.250347-0.02169,0.375627-0.022873c1.97737-0.018509,3.954743-0.00531,5.93219-0.056892  c1.861847-0.048561,3.724985-0.051353,5.587624-0.065056c2.689581-0.019775,5.379215-0.038368,8.068851-0.043633  c1.684633-0.003296,3.369316,0.020737,5.053989,0.029037c2.427986,0.011978,4.855988,0.024231,7.283993,0.03019  c4.13401,0.010147,8.268036,0.014442,12.402046,0.023415c1.486061,0.00322,2.972111,0.012291,4.458153,0.020164  c0.188194,0.000992,0.376305,0.014168,0.564514,0.016113c0.397671,0.004128,0.795383,0.006416,1.193062,0.004913  c0.079605-0.000305,0.169201,0.014694,0.250309-0.086662c0-0.080528,0-0.18428,0-0.288033  c0-7.787155,0.000023-15.574306-0.000252-23.361465c-0.000004-0.09412,0.01627-0.19434-0.010059-0.281086  c-0.053253-0.17543-0.031219-0.352192-0.043449-0.528313c-0.019543-0.281303-0.023731-0.566578-0.076637-0.842064  c-0.117008-0.60923-0.594097-1.006699-1.211452-1.030563c-0.334503-0.012928-0.669628-0.01252-1.004482-0.013206  c-2.58506-0.005276-5.17012-0.007389-7.755177-0.014439c-1.946621-0.00531-3.893234-0.02449-5.839844-0.02327  c-3.568916,0.002228-7.137817,0.017162-10.70673,0.022781c-5.002804,0.007877-10.005608,0.012691-15.008411,0.01754  c-1.96764,0.001904-3.935287-0.00164-5.902924,0.001286c-0.879089,0.001308-1.75822,0.008648-2.637218,0.021217  c-0.302878,0.00433-0.605381,0.03336-0.908109,0.050156c-0.417722,0.023182-0.835953,0.039265-1.253094,0.070168  c-0.308433,0.022854-0.595492,0.114819-0.828694,0.332012c-0.496135,0.462074-0.807136,0.997711-0.761671,1.710815  c0.037914,0.594677,0.040052,1.192318,0.039775,1.788635c-0.001536,3.307388-0.01102,6.614773-0.013244,9.922165  c-0.002625,3.904041-0.000842,7.80809,0.000032,11.712135c0.000042,0.188278,0.017514,0.376762,0.012495,0.564774  c-0.004064,0.152222,0.069598,0.235184,0.201882,0.278214c0.139029,0.045212,0.279333,0.087173,0.420855,0.123672  c0.045732,0.011795,0.09707,0.001854,0.165423,0.001854c0-0.093163,0.00237-0.164078-0.000394-0.234795  c-0.015116-0.386719-0.041291-0.773293-0.045515-1.16011c-0.010745-0.983765-0.01844-1.967655-0.015688-2.951462  c0.011326-4.050377-0.028439-8.100788,0.034554-12.151176c0.036129-2.323105,0.028516-4.646877,0.042468-6.970333  c0.00157-0.26141,0.027125-0.523037,0.020598-0.784042c-0.008938-0.357513,0.121854-0.653313,0.357236-0.90995  c0.10586-0.115417,0.210703-0.23452,0.33145-0.333015c0.357856-0.291912,0.758932-0.51643,1.171822-0.720276  C7.366664,38.510506,7.378429,38.517887,7.418187,38.528267z M79.4384,51.823689c0.000816,0,0.001648,0,0.002472,0  c0.012596-1.883751,0.027039-3.76749,0.036598-5.651253c0.002594-0.512714-0.014503-1.025524-0.012604-1.538254  c0.000862-0.233353-0.068718-0.436054-0.226479-0.600368c-0.187943-0.195728-0.386749-0.381527-0.587502-0.564316  c-0.177055-0.161205-0.385292-0.244854-0.631432-0.222889c-0.10379,0.009266-0.20916,0.000648-0.313805,0.000767  c-3.641907,0.004066-7.283806,0.006714-10.925705,0.014198c-0.459999,0.000946-0.920212,0.022045-1.379745,0.045326  c-0.133102,0.006748-0.280281,0.024467-0.393456,0.087021c-0.569534,0.314816-0.966362,0.735722-0.9618,1.453629  c0.019249,3.034782,0.018814,6.069683,0.030853,9.104515c0.006187,1.559311,0.022499,3.118591,0.037254,4.677856  c0.001572,0.166775,0.03231,0.333279,0.03373,0.500046c0.00238,0.279751,0.172897,0.440952,0.390099,0.562111  c0.097542,0.054413,0.214546,0.090759,0.325768,0.100521c0.291359,0.025566,0.584351,0.04332,0.876755,0.044147  c1.486046,0.004215,2.97213,0.002159,4.458191,0.002136c2.417473-0.000034,4.834946,0.000854,7.252419-0.001492  c0.345078-0.00034,0.690315-0.012398,1.035133-0.027008c0.210953-0.008938,0.420235-0.03352,0.545456-0.243729  c0.014481-0.024303,0.047981-0.04134,0.076279-0.052704c0.22831-0.091629,0.302567-0.269711,0.288147-0.500908  c-0.003235-0.052002,0.002823-0.104534,0.003357-0.156834c0.007256-0.722061,0.017204-1.444107,0.020813-2.166187  C79.427292,55.067921,79.432198,53.445805,79.4384,51.823689z M60.064331,64.742004  c0.00597-0.072159,0.014347-0.123215,0.013798-0.174179c-0.011868-1.109261-0.027252-2.218491-0.036716-3.327774  c-0.01062-1.245407-0.019913-2.490845-0.022648-3.73629c-0.002716-1.235039,0.001389-2.4701,0.00618-3.705143  c0.008598-2.218998,0.018238-4.437996,0.031364-6.656971c0.003349-0.565052,0.01965-1.130066,0.033268-1.695023  c0.01664-0.690342,0.039608-1.380539,0.054245-2.070923c0.009094-0.428974,0.012558-0.858219,0.009136-1.287262  c-0.001644-0.206112,0.04311-0.394825,0.155762-0.565205c0.080444-0.121666,0.161503-0.244869,0.257595-0.353901  c0.332596-0.377411,0.357491-0.388958,0.863914-0.393158c1.444332-0.011974,2.888657-0.025494,4.333023-0.029819  c5.170525-0.015484,10.341072-0.027523,15.511612-0.040211c0.167404-0.000412,0.334923,0.003738,0.502197,0.010502  c0.106239,0.004295,0.210106,0.027287,0.285088,0.110622c0.276924,0.30777,0.511932,0.632725,0.516167,1.075794  c0.006088,0.638237,0.027969,1.276299,0.037834,1.91452c0.018089,1.171814,0.028618,2.343754,0.049438,3.515514  c0.013939,0.784584,0.045471,1.568844,0.059906,2.35342c0.028465,1.548447,0.074654,3.096504,0.062691,4.645741  c-0.016502,2.135105-0.016731,4.270336-0.022873,6.405518c-0.002075,0.722237,0.000343,1.444481-0.002785,2.16671  c-0.000427,0.100204,0.029793,0.209358-0.063553,0.316681c-0.373695,0-0.759842,0-1.145988,0c-0.387268,0-0.774544,0-1.161819,0  c-0.387268,0-0.774536,0-1.161812,0c-0.387268,0-0.774544,0-1.161819,0c-0.376808,0-0.753609,0-1.130417,0  c-0.387268,0-0.774536,0-1.161812,0c-0.387268,0-0.774544,0-1.161819,0c-0.387268,0-0.774544-0.001671-1.161804,0.000465  c-0.385239,0.002121-0.770966-0.010105-1.144875,0.00853c-0.034264,0.082512-0.017555,0.134422,0.044586,0.140747  c0.12442,0.012657,0.25029,0.014725,0.375565,0.014751c3.181908,0.00069,6.363815,0.000534,9.545731,0.000607  c0.10466,0.000004,0.209602-0.003551,0.313881,0.003025c0.0588,0.003712,0.116516,0.02478,0.167801,0.036457  c0.058105,0.337688,0.048805,1.009598-0.019501,1.244827c-0.117874,0.002014-0.242355,0.005959-0.366837,0.005989  c-1.63282,0.000427-3.26564,0.00029-4.898468,0.00029c-2.417831,0-4.835663-0.000351-7.253494,0.001015  c-0.123764,0.000076-0.2509-0.021439-0.387962,0.037003c0,0.064308,0,0.132256,0,0.204063  c0.147606,0.062447,0.295555,0.035988,0.439018,0.036049c4.155319,0.001709,8.310638,0.001389,12.465965,0.001266  c0.094193,0,0.188591,0.001991,0.282486-0.003792c0.050018-0.003082,0.099136-0.020859,0.154579-0.033333  c0.007927-0.060188,0.020454-0.110924,0.020462-0.161659c0.00087-8.310062,0.000832-16.620129,0.000832-24.919617  c-0.176559-0.191078-0.376083-0.292343-0.617409-0.306946c-0.114784-0.006943-0.229874-0.01403-0.344765-0.013199  c-0.544197,0.003918-1.088356,0.011681-1.632545,0.015965c-0.90007,0.007084-1.800194,0.009605-2.700233,0.01947  c-1.046402,0.011475-2.092728,0.040596-3.139091,0.04155c-4.825203,0.004395-9.650398,0.001564-14.475597,0.001801  c-0.188354,0.000011-0.376751,0.003391-0.565029,0.008644c-0.049778,0.001389-0.099186,0.015617-0.14819,0.023857  c-0.059513,0.120808-0.040283,0.237675-0.040821,0.350266c-0.008606,1.789795,0.008606,3.579346,0.033264,5.369026  c0.020763,1.506844,0.021748,3.01376,0.065956,4.5205c0.04266,1.453827,0.060078,2.908024,0.020313,4.363247  c-0.039429,1.443169-0.039574,2.887478-0.050499,4.331333c-0.00404,0.53344,0.011833,1.067017,0.015953,1.600552  c0.010578,1.370949,0.019306,2.741917,0.029842,4.112862c0.001118,0.145317,0.009285,0.290573,0.014019,0.430969  C59.79142,64.770477,59.910156,64.790344,60.064331,64.742004z M75.397003,19.971411  c0.141075,0.207514,0.128349,0.427608,0.025627,0.647785c-0.083954,0.179935-0.176208,0.356211-0.270073,0.531269  c-0.504166,0.940296-0.989983,1.890259-1.426346,2.863693c-0.58168,1.297617-1.142029,2.604784-1.715965,3.905897  c-0.434654,0.985374-0.882019,1.96516-1.313278,2.952005c-0.548515,1.255198-1.087067,2.514757-1.628258,3.773146  c-0.066063,0.153587-0.125664,0.310284-0.179741,0.46846c-0.014359,0.041985,0.002968,0.094807,0.005516,0.13858  c0.110504,0.020069,0.154625-0.042049,0.187599-0.107395c0.080025-0.158569,0.158249-0.318348,0.229218-0.481121  c0.217255-0.498344,0.420044-1.003265,0.647736-1.496731c0.648476-1.405369,1.310852-2.804331,1.959473-4.209637  c0.560959-1.215408,1.122223-2.430916,1.661919-3.65583c0.531502-1.206335,1.08255-2.402655,1.683678-3.575895  c0.200294-0.390905,0.396187-0.784119,0.589584-1.178488c0.125999-0.256943,0.203056-0.52408,0.159195-0.817192  c-0.015305-0.102255-0.003288-0.208891-0.000801-0.313457c0.005959-0.250963,0.019241-0.501877,0.019714-0.752831  c0.002228-1.172178,0.001106-2.344366,0.001175-3.51655c0.000008-0.165908,0-0.331816,0-0.515232  c-0.091248-0.021096-0.178253-0.041214-0.266716-0.061668c-0.031593,0.072316-0.055428,0.126862-0.085533,0.195743  c-0.116867-0.023885-0.228539-0.04522-0.339539-0.069629c-0.939308-0.206546-1.881065-0.400888-2.833748-0.53562  c-0.652107-0.092222-1.304794-0.181831-1.958984-0.257346c-0.581673-0.067143-1.164787-0.129886-1.749046-0.16457  c-0.762215-0.045247-1.526001-0.067894-2.289444-0.087713c-1.20388-0.031256-2.40699,0.007926-3.607605,0.093093  c-0.886509,0.062886-1.770241,0.160066-2.650978,0.284749c-1.025589,0.14519-2.042648,0.332123-3.047775,0.581944  c-0.190571,0.047366-0.388203,0.078104-0.556038,0.168823c-0.070866,0.15174-0.051903,0.300157-0.051022,0.445585  c0.009365,1.538417,0.021652,3.076819,0.028896,4.615245c0.000957,0.203112,0.038616,0.391499,0.124184,0.575937  c0.875927,1.887968,1.743465,3.779844,2.624672,5.665339c1.115841,2.387547,2.237774,4.772268,3.366982,7.153515  c0.295605,0.623367,0.626842,1.229885,0.944344,1.842773c0.050903,0.098278,0.10384,0.200027,0.210758,0.261261  c0.065845-0.096752,0.022034-0.174931-0.000328-0.249992c-0.23616-0.792568-0.513618-1.568787-0.869053-2.317753  c-0.385532-0.812376-0.754414-1.632759-1.12344-2.452848c-0.635071-1.411291-1.263535-2.825554-1.896969-4.237581  c-0.320942-0.715429-0.661133-1.421995-0.939117-2.156649c-0.132961-0.351393-0.295177-0.6924-0.456829-1.032074  c-0.197693-0.415409-0.411991-0.822884-0.61293-1.23679c-0.168774-0.347647-0.355747-0.68866-0.442284-1.07023  c-0.023056-0.101652-0.040096-0.205215-0.051422-0.308828c-0.01088-0.099522-0.052509-0.199888-0.013489-0.315746  c0.08017-0.005199,0.151741-0.012901,0.223419-0.01405C60.251209,19.906181,75.034821,19.926205,75.397003,19.971411z   M89.624077,69.070099c-0.035843,0.068169-0.034821,0.128731-0.034828,0.18856  c-0.000107,1.034912-0.002663,2.069839,0.000946,3.104744c0.002747,0.784363,0.016075,1.568695,0.02005,2.353065  c0.015038,2.960098,0.027496,5.920212,0.042595,8.88031c0.003143,0.617081,0.010124,1.234192,0.02253,1.851143  c0.003563,0.176979,0.033211,0.353378,0.049332,0.530182c0.013237,0.145149,0.091057,0.227066,0.234001,0.25267  c0.061363,0.011009,0.12043,0.037041,0.181961,0.04454c0.591934,0.072075,1.117279-0.079895,1.573212-0.468567  c0.36425-0.310516,0.641983-0.684235,0.84137-1.118744c0.321808-0.701271,0.507149-1.439186,0.569115-2.205292  c0.064186-0.793526,0.048546-1.585876-0.044525-2.379379c-0.100067-0.853065-0.246895-1.696274-0.452385-2.528793  c-0.232811-0.943199-0.463203-1.887718-0.72908-2.821869c-0.377861-1.32766-0.862953-2.619644-1.37925-3.899261  c-0.218903-0.542534-0.440598-1.084572-0.725082-1.597694C89.755371,69.185997,89.725945,69.107666,89.624077,69.070099z   M94.100479,65.070595c0.065193-0.099358,0.03833-0.206108,0.037804-0.307861  c-0.004883-0.952209-0.017265-1.904411-0.017014-2.856613c0.000694-2.553307,0.007774-5.106617,0.010056-7.65992  c0.003586-4.018272,0.005661-8.036549,0.007118-12.054821c0.000099-0.282433-0.006989-0.56498-0.016632-0.847267  c-0.007607-0.222717-0.049728-0.440033-0.192352-0.618816c-0.149742-0.187714-0.303009-0.374256-0.471153-0.545166  c-0.164612-0.16732-0.368156-0.273632-0.611328-0.285412c-0.13562-0.006569-0.271088-0.026211-0.406509-0.025177  c-0.690475,0.005268-1.38092,0.023232-2.071358,0.021862c-0.962494-0.001911-1.925011-0.015205-2.887466-0.027046  c-0.773911-0.009525-1.548416,0.000416-2.320854-0.064701c-0.083206-0.007015-0.167564-0.007919-0.250893-0.003181  c-0.058624,0.003334-0.116409,0.021053-0.191704,0.035675c-0.00222,0.160564-0.005981,0.30558-0.005989,0.450592  c-0.000275,8.109917-0.000252,16.219833-0.000229,24.329746c0,0.094185-0.003204,0.188568,0.00209,0.282463  c0.003365,0.059555,0.019707,0.118385,0.030785,0.180672c0.055328,0.010811,0.095238,0.025429,0.135155,0.025429  c3.044952,0.000214,6.08992-0.000648,9.134872-0.002785C94.043777,65.098244,94.072662,65.079979,94.100479,65.070595z   M15.87047,70.887871c-0.005474,0.141266-0.011904,0.243881-0.012906,0.346542  c-0.001944,0.198746,0.003716,0.397659-0.002164,0.596252c-0.006938,0.234276-0.109911,0.369133-0.331833,0.435028  c-0.128352,0.038109-0.260756,0.062576-0.391595,0.093239c-0.056085,0.104797-0.044272,0.210678-0.043422,0.313583  c0.004153,0.502068,0.010308,1.004128,0.015891,1.506187c0.020472,1.840828,0.043857,3.681633,0.060554,5.522491  c0.012427,1.370323,0.020384,2.740723,0.019393,4.111084c-0.00015,0.207169,0.053826,0.34243,0.256425,0.404213  c0.016605,0.005066,0.027172,0.029953,0.034036,0.038002c0.034163,0.106659,0.065439,0.204308,0.094748,0.295807  c0.047987,0.009285,0.078551,0.020279,0.109146,0.020363c0.470706,0.001312,0.941419,0.002312,1.41211-0.000237  c0.048609-0.000267,0.097094-0.023598,0.164494-0.04113c0.001478-0.142929,0.00408-0.277588,0.004087-0.412239  c0.000216-4.257744,0.000181-8.515495,0.000153-12.773247c0-0.083687,0.002483-0.167511-0.001535-0.251022  c-0.002878-0.059769-0.014698-0.11911-0.026306-0.207375C16.781364,70.883652,16.346235,70.880386,15.87047,70.887871z   M55.455456,13.902639c0.092823-0.018342,0.174835-0.030524,0.254734-0.05096c0.790897-0.202273,1.593483-0.347306,2.398689-0.47522  c1.323044-0.210176,2.654728-0.350321,3.991135-0.438737c1.180233-0.078084,2.36261-0.12012,3.545387-0.118179  c1.674812,0.002749,3.347443,0.065262,5.016647,0.214556c0.96907,0.086674,1.935814,0.188463,2.900612,0.314752  c1.151215,0.15069,2.29628,0.33713,3.438507,0.543184c0.049461,0.008924,0.099594,0.014099,0.139084,0.019584  c0.102982-0.094062,0.094421-0.202332,0.094299-0.304793c-0.000267-0.217755-0.080154-0.408231-0.214355-0.577179  c-0.12394-0.156021-0.285347-0.229283-0.484375-0.2549c-0.289955-0.037318-0.575638-0.106934-0.865181-0.148577  c-0.672722-0.096751-1.345284-0.197136-2.020477-0.273433c-0.737839-0.083375-1.47776-0.152058-2.218239-0.207533  c-0.907562-0.067993-1.816223-0.124824-2.72525-0.168869c-0.606133-0.029368-1.213814-0.041046-1.820671-0.037522  c-1.109291,0.006442-2.219116,0.012597-3.327538,0.051952c-0.888271,0.031539-1.775185,0.106924-2.661953,0.172873  c-0.490135,0.036451-0.979603,0.086081-1.4678,0.143197c-0.591942,0.069253-1.183113,0.146526-1.772964,0.231788  c-0.537941,0.077759-1.073959,0.169145-1.610035,0.259203c-0.069855,0.011736-0.147507,0.036485-0.200184,0.080675  c-0.212074,0.177923-0.377934,0.391665-0.445301,0.667236C55.372696,13.65838,55.359524,13.772776,55.455456,13.902639z   M58.577168,66.76368c-0.146957-0.062088-0.295147-0.033012-0.438568-0.033028  c-16.590267-0.00161-33.180542-0.001526-49.770813-0.001488c-0.094202,0-0.188647-0.003578-0.282519,0.002106  c-0.0588,0.003563-0.116739,0.021347-0.179394,0.033592c-0.00557,0.067825-0.013392,0.118996-0.013438,0.170181  c-0.000734,0.84787-0.001009,1.695732,0.000647,2.543594c0.000116,0.059242,0.016166,0.118446,0.025106,0.179718  c0.139417,0.044861,0.265363,0.029892,0.388894,0.029938c2.260883,0.000946,4.521767,0.000694,6.78265,0.000664  c0.062802,0,0.125897,0.003296,0.18832-0.001678c0.060151-0.004799,0.119603-0.018326,0.178411-0.02787  c0.04604-0.125854,0.054377-0.232933-0.025187-0.355209c-0.121526,0-0.246229,0.000008-0.370931,0.000008  c-2.062009,0-4.12402-0.000008-6.186029-0.000031c-0.094203,0-0.188684,0.004013-0.282506-0.00206  c-0.058505-0.003784-0.116012-0.022995-0.172708-0.035027c-0.005795-0.058418-0.013435-0.099869-0.013489-0.141327  c-0.000818-0.628052-0.001612-1.256104,0.000905-1.88414c0.000235-0.058319,0.022964-0.116547,0.038555-0.190506  c0.169419,0,0.325831-0.000008,0.482245-0.000008c16.370476,0,32.740948,0.000008,49.11142-0.000061  c0.125599,0,0.251297,0.001801,0.376751-0.002739c0.049953-0.001801,0.099369-0.018532,0.161678-0.030998  C58.577168,66.927811,58.577168,66.848198,58.577168,66.76368z M35.65937,68.322533  c-0.00565,0.058678-0.016102,0.118889-0.016277,0.179131c-0.000362,0.125488,0.007179,0.250992,0.007187,0.376495  c0.000416,5.672646,0.00037,11.345291,0.000298,17.017929c0,0.083725,0.004738,0.168045-0.003777,0.250946  c-0.004936,0.048058-0.018108,0.112122-0.051498,0.137444c-0.127964,0.097054-0.097916,0.214867-0.067982,0.350182  c0.073578,0.007835,0.144867,0.021759,0.216206,0.021988c0.512657,0.001663,1.02533,0.000328,1.537998,0.000328  c7.943478-0.000046,15.886951-0.000008,23.830433-0.000259c0.1255-0.000008,0.251083-0.001297,0.376438-0.006554  c0.028496-0.00119,0.056194-0.021446,0.09008-0.035316c0-0.091087,0-0.179558,0-0.272934  c-0.157505-0.055634-0.304848-0.032974-0.448528-0.032997c-8.20512-0.001297-16.410244-0.001152-24.615364-0.001167  c-0.104656,0-0.209564,0.00396-0.313885-0.002052c-0.069725-0.003998-0.138618-0.022453-0.22543-0.037483  c0-0.138954,0-0.26371,0-0.388474c-0.000031-5.620323-0.000061-11.240646-0.000061-16.86097  c0-0.083725-0.003895-0.16777,0.002132-0.251076c0.00425-0.058693,0.022251-0.116394,0.032009-0.164215  c0.029789-0.009819,0.039299-0.013542,0.049126-0.016022c0.010124-0.002556,0.020481-0.004807,0.030861-0.0056  c0.020851-0.001595,0.041775-0.002235,0.062679-0.003006c0.010456-0.000389,0.020927-0.000221,0.031395-0.000305  c0.010464-0.000076,0.020931-0.000214,0.031395-0.000214c7.326-0.000053,14.652-0.000099,21.978001-0.000145  c0.020935,0,0.041862-0.000053,0.062798-0.000076c0.010464-0.000015,0.020931,0.000008,0.031399-0.000076  c0.020927-0.000153,0.041859-0.000275,0.062786-0.000595c0.010464-0.000168,0.020924-0.000679,0.031376-0.001137  c0.010445-0.000465,0.02095-0.000557,0.031315-0.00177c0.010372-0.001213,0.020649-0.003387,0.030891-0.005524  c0.010109-0.002106,0.02103-0.002945,0.029926-0.007553c0.009026-0.004677,0.016006-0.01329,0.044643-0.038361  c-0.002598-0.058876-0.005947-0.134941-0.009663-0.219162c-0.071594-0.008492-0.122223-0.019753-0.172852-0.019745  c-7.524803,0.000595-15.049606,0.001968-22.574409,0.004593C35.732563,68.288788,35.704113,68.307144,35.65937,68.322533z   M83.614098,86.71595c0.037552-0.302414,0.059975-16.908623,0.02771-17.739708  c-0.001945-0.050224-0.012886-0.100105-0.020432-0.155907c-0.132652-0.043037-0.249306-0.05397-0.382935,0.014679  c-0.002846,0.147308-0.008095,0.29229-0.008102,0.437263c-0.00042,5.368561-0.000237,10.737129-0.000641,16.105698  c-0.000023,0.282524-0.002579,0.565079-0.008011,0.847542c-0.001343,0.069435-0.018677,0.138588-0.031448,0.227219  c-0.181602,0.001999-0.347321,0.008369-0.512817,0.004845c-0.700432-0.0149-1.400719-0.037209-2.101196-0.04818  c-0.638145-0.010002-1.276459-0.011078-1.914711-0.012222c-2.260284-0.004089-4.520576-0.002068-6.780838-0.010956  c-1.872536-0.00737-3.744995-0.028725-5.617516-0.040176c-0.826675-0.005051-1.653404,0.000046-2.480106-0.002052  c-0.112091-0.000282-0.229565,0.022408-0.344646-0.043732c-0.018429-0.3069,0.034531-0.604469,0.1007-0.898232  c0.041737-0.18531,0.063271-0.370575,0.068115-0.558815c0.005928-0.23008,0.010857-0.460251,0.011616-0.690392  c0.005932-1.799797,0.009895-3.599594,0.016407-5.399391c0.002083-0.575272,0.008484-1.150543,0.015522-1.725792  c0.014729-1.20285,0.035942-2.405663,0.045403-3.608559c0.007481-0.952263,0.003273-1.904633,0.000175-2.856941  c-0.000843-0.260002-0.016392-0.519966-0.025154-0.77906c-0.147163-0.079582-0.283752-0.093895-0.448151-0.06485  c-0.004295,0.127319-0.011372,0.240448-0.011425,0.353577c-0.00069,1.423172,0.00182,2.846344-0.001968,4.269501  c-0.000835,0.313293-0.020847,0.626648-0.036263,0.939766c-0.009224,0.187485-0.039055,0.374611-0.038425,0.561821  c0.005096,1.527657,0.020077,3.055267,0.022423,4.582909c0.002407,1.569702-0.003189,3.139435-0.011444,4.709122  c-0.002529,0.480782-0.025959,0.961433-0.037689,1.442207c-0.000935,0.038033,0.014866,0.076485,0.026894,0.133842  c0.124443,0.001831,0.237694,0.008011,0.350628,0.004341c0.449341-0.014603,0.898552-0.045364,1.347878-0.046585  c2.103218-0.005669,4.206474-0.006599,6.3097-0.003441c3.274963,0.004921,6.549934,0.012848,9.824875,0.023361  c0.784348,0.002518,1.56942-0.030251,2.352936,0.03791C83.41256,86.73452,83.505882,86.720467,83.614098,86.71595z   M60.974335,84.856689c-0.050522,0.017982-0.079124,0.037071-0.107738,0.037079  c-7.775383,0.002518-15.550762,0.003746-23.326145,0.003929c-0.039856,0-0.079712-0.015259-0.117687-0.02301  c-0.063389-0.137573-0.038647-0.275597-0.038746-0.409622c-0.001564-2.124466,0.000092-4.24894-0.004131-6.373398  c-0.000248-0.125275,0.061779-0.268845-0.062359-0.37661c-0.169868,0.100136-0.079578,0.263702-0.080349,0.392662  c-0.008083,1.360451-0.005001,2.72097-0.005009,4.081467c0,0.784904,0.001358,1.569809-0.001549,2.354698  c-0.000412,0.111626,0.029774,0.230293-0.038689,0.33065c-0.141479,0.059898-0.299397-0.016434-0.436207,0.072777  c-0.031155,0.110901-0.04324,0.219681,0.022064,0.347572c0.154377,0.003586,0.309563,0.010338,0.464748,0.010345  c7.775444,0.000526,15.550892,0.00032,23.32634,0.001251c0.208992,0.000023,0.417961,0.014252,0.626987,0.016281  c0.069542,0.000679,0.139256-0.016151,0.227551-0.027344c0.013447-0.231583,0.037586-0.449234,0.036682-0.666801  c-0.00354-0.847359-0.022346-1.694679-0.021717-2.542007c0.000782-1.056541,0.017193-2.11306,0.023037-3.169609  c0.005611-1.014877,0.012035-2.029808,0.007782-3.04467c-0.005306-1.265747-0.020294-2.531479-0.032837-3.797195  c-0.00663-0.669525-0.016277-1.339027-0.02668-2.008507c-0.00108-0.069168-0.016552-0.138123-0.027561-0.224617  c-0.127533,0.012779-0.236603,0.023712-0.354191,0.0355c-0.005116,0.407356-0.01157,0.793625-0.014359,1.179916  c-0.002716,0.37674-0.000122,0.753517-0.002701,1.130249c-0.002644,0.387123-0.007229,0.774246-0.013699,1.161324  c-0.00647,0.387024-0.019466,0.773941-0.023796,1.16098c-0.004219,0.376709-0.001106,0.753494-0.001198,1.130249  c-0.000092,0.387215-0.000114,0.774437-0.000275,1.161659s0.000767,0.774437-0.001034,1.161652  c-0.001797,0.387169-0.007629,0.774315-0.009399,1.161484c-0.00172,0.37674-0.000591,0.753494-0.000614,1.130241  c-0.000015,0.387222-0.001266,0.774437,0.000538,1.161652c0.001801,0.387169,0.008003,0.7743,0.009911,1.161469  c0.001854,0.376747,0.00983,0.753777-0.001686,1.13018C60.95789,84.092178,61.014217,84.47683,60.974335,84.856689z   M70.885925,38.609222c0.012772-0.04369,0.028488-0.073132,0.029007-0.102844  c0.010757-0.606705,0.020592-1.213436,0.027588-1.820198c0.000557-0.048512-0.020973-0.097279-0.033119-0.149734  c-0.094185-0.012024-0.176376-0.0271-0.259178-0.032299c-0.354912-0.022278-0.710037-0.040985-1.06501-0.062237  c-0.501099-0.030003-1.001801-0.078468-1.503265-0.088081c-1.004143-0.019253-2.008713-0.015705-3.013069-0.024994  c-0.816589-0.007553-1.632164,0.016747-2.446194,0.078648c-0.301991,0.022961-0.602005,0.071594-0.903076,0.107128  c-0.111591,0.013165-0.164032,0.081417-0.179501,0.185062c-0.006149,0.041218-0.008858,0.083363-0.008648,0.125061  c0.002949,0.593563-0.004814,1.187447,0.039375,1.790882c0.069527,0.008801,0.130032,0.021568,0.190857,0.023403  C63.036385,38.677513,70.560051,38.654713,70.885925,38.609222z M0.846887,51.880264c0,0.129013,0,0.242931,0,0.35685  c0,2.238277-0.000128,4.476559,0.000405,6.714832c0.000024,0.104408,0.004575,0.208885,0.010431,0.313145  c0.001023,0.018223,0.019097,0.035488,0.031362,0.056786c0.087734,0.024971,0.176856,0.04739,0.271936-0.038994  c0.002946-0.104649,0.008517-0.218334,0.00898-0.332039c0.004436-1.087727,0.00733-2.175457,0.012944-3.263168  c0.000525-0.101734-0.025186-0.20929,0.044015-0.310593c0.169249-0.05484,0.347859-0.023773,0.523457-0.028954  c0.177645-0.005241,0.355801-0.00687,0.533297,0.000473c0.173971,0.007191,0.353548-0.03624,0.527916,0.042747  c0.042519,0.12537,0.027976,0.251713,0.028802,0.375881c0.006194,0.930668,0.010203,1.861355,0.017549,2.792015  c0.000712,0.090214-0.027475,0.189636,0.054852,0.271049c0.12931,0.013592,0.261793,0.033516,0.381808-0.015839  c0.013007-0.036545,0.025626-0.055561,0.025727-0.074642c0.004699-0.878445,0.012116-1.756897,0.011163-2.635342  c-0.001509-1.390839-0.008695-2.781677-0.013744-4.172512c-0.000037-0.010269-0.001729-0.021603-0.006375-0.030487  c-0.004628-0.00885-0.01396-0.01524-0.020671-0.022129C3.043159,51.833443,1.181661,51.82914,0.846887,51.880264z   M10.814514,84.331604c0.042332-0.131676,0.02698-0.257309,0.027008-0.380539  c0.00081-3.631203,0.000661-7.262413,0.000617-10.893608c-0.000001-0.07325,0.004219-0.146942-0.002383-0.21962  c-0.005409-0.059525-0.024031-0.117859-0.036888-0.177155c-0.178321-0.024475-0.341412-0.033012-0.516698,0.007339  c-0.006878,0.084251-0.016602,0.15538-0.017935,0.226662c-0.040432,2.160545-0.019888,11.097351,0.026841,11.432838  C10.464686,84.38295,10.635714,84.376602,10.814514,84.331604z M88.427681,87.472412c0-0.069626-0.000008-0.131622,0-0.193604  c0.000046-0.366356,0.000999-0.732712-0.000023-1.09906c-0.003441-1.245567-0.003578-2.491173-0.01265-3.736702  c-0.00808-1.109367-0.039658-2.218712-0.037399-3.328011c0.004852-2.375862,0.025116-4.751701,0.038559-7.127548  c0.00621-1.098946,0.01178-2.197899,0.016319-3.296852c0.000999-0.2407-0.000946-0.481499-0.00666-0.722122  c-0.00383-0.161224-0.028679-0.187584-0.195023-0.233536c-0.02813-0.007774-0.060234-0.001099-0.096626-0.001099  c-0.045929,0.105591-0.029671,0.211014-0.030518,0.313538c-0.012962,1.569977-0.026245,3.139946-0.036964,4.70993  c-0.013649,1.999146-0.03495,3.998314-0.034782,5.997475c0.000198,2.198006,0.020676,4.396011,0.033127,6.594017  c0.003555,0.62793,0.009087,1.255844,0.015968,1.883751c0.001007,0.091606-0.021591,0.189522,0.048546,0.27404  C88.218651,87.546333,88.306488,87.541534,88.427681,87.472412z M81.766525,38.688759  c0.007896-0.093479,0.01693-0.154976,0.017715-0.216576c0.013229-1.035725,0.026024-2.071453,0.037582-3.107197  c0.005135-0.460358,0.00631-0.920765,0.011871-1.381115c0.000854-0.069851,0.015907-0.139526,0.022873-0.196796  c0.12355-0.07795,0.241867-0.05999,0.35482-0.060482c0.544075-0.002369,1.088249-0.005234,1.63224,0.002357  c0.292625,0.004082,0.584839,0.031548,0.877449,0.043449c0.233231,0.009487,0.283852,0.070831,0.286934,0.30777  c0.006111,0.470573,0.034111,0.940838,0.041939,1.411415c0.013756,0.826458,0.018219,1.653065,0.028572,2.479584  c0.003113,0.249008,0.012825,0.497932,0.019272,0.737801c0.127312,0.046989,0.127312,0.046989,0.266525,0.011082  c0-0.07645,0.000923-0.158478-0.00016-0.240486c-0.004562-0.345211-0.012756-0.690399-0.014137-1.035618  c-0.004601-1.151028-0.006706-2.302063-0.010254-3.453094c-0.000259-0.083633,0.003242-0.168446-0.009598-0.250431  c-0.007469-0.047726-0.032135-0.110016-0.069328-0.133034c-0.237404-0.146961-0.459892-0.301231-0.773499-0.2901  c-0.689735,0.02449-1.380936,0.009441-2.071526,0.007206c-0.366135-0.001186-0.732246-0.009418-1.098366-0.014191  c-0.060059-0.000782-0.120132-0.000111-0.176857-0.000111c-0.06591,0.113766-0.045341,0.220486-0.0448,0.322277  c0.002838,0.533596,0.011375,1.067162,0.014107,1.600758c0.005089,0.994045,0.006889,1.988113,0.011826,2.982162  c0.00071,0.14505,0.011147,0.290047,0.017838,0.453415C81.350037,38.721569,81.542755,38.711399,81.766525,38.688759z   M13.732081,72.69146c0,0.145348,0,0.269974,0,0.394585c0,3.589951-0.000006,7.179909,0.000019,10.769852  c0.000002,0.073265-0.003134,0.146751,0.001587,0.219727c0.003883,0.060013,0.017273,0.1194,0.027017,0.182762  c0.145777,0.024384,0.27596,0.046799,0.421514-0.029213c0-0.127136,0.000002-0.251472,0.000002-0.375793  c0-3.589958,0-7.179901-0.000027-10.769859c0-0.073265,0.002969-0.146729-0.001596-0.219719  c-0.003737-0.059769-0.016658-0.118965-0.025834-0.180618C14.016033,72.643631,13.896031,72.643501,13.732081,72.69146z   M18.14187,71.328865c-0.005907,0.09874-0.012678,0.160301-0.012787,0.22187  c-0.000914,0.512848-0.001192,1.025703-0.000183,1.538559c0.000221,0.111679-0.024281,0.232803,0.119576,0.292023  c0.024317,0.010017,0.034479,0.07412,0.0368,0.114059c0.006067,0.104355,0.005278,0.209183,0.005283,0.313812  c0.000196,3.296913,0.000149,6.593834,0.000223,9.890755c0.000002,0.10466-0.004463,0.20974,0.003506,0.31382  c0.004467,0.058357,0.030222,0.115089,0.046297,0.172249c0.067524,0.004135,0.119699,0.012169,0.171213,0.009094  c0.049433-0.002945,0.098183-0.01741,0.158861-0.02903c0.008108-0.084183,0.019632-0.155235,0.021137-0.226494  c0.04413-2.087624,0.020916-10.324196-0.029966-10.644524c-0.062656-0.023918-0.12781-0.048782-0.208942-0.079742  c0-0.11882,0.000143-0.232895-0.000027-0.346977c-0.000696-0.470978-0.000793-0.941956-0.003504-1.412926  c-0.000227-0.039177-0.018303-0.078255-0.030376-0.126549C18.330311,71.328865,18.250229,71.328865,18.14187,71.328865z   M64.739372,84.886375c0-0.131737,0-0.256401,0-0.38105c-0.000008-1.84124,0.000198-3.682487-0.000534-5.523727  c-0.000038-0.104164-0.004448-0.208679-0.014992-0.31221c-0.002052-0.020164-0.045929-0.054588-0.063553-0.05072  c-0.034691,0.007622-0.088745,0.034195-0.092094,0.058746c-0.01403,0.102936-0.015739,0.208046-0.015778,0.312347  c-0.000717,1.862167-0.000214,3.724335-0.001183,5.586494c-0.000069,0.142616,0.029243,0.290871-0.101791,0.407387  c-0.046051,0.040947-0.019791,0.133423,0.036247,0.160263c0.063324,0.030304,0.148422,0.079842,0.199409,0.059433  c0.174507-0.069878,0.351265-0.042595,0.526283-0.042656c5.220123-0.001923,10.440247-0.001572,15.66037-0.001633  c0.115067-0.000008,0.230278,0.002342,0.345139-0.002754c0.049149-0.002174,0.09758-0.020615,0.149559-0.032402  c0-0.05442,0.01387-0.103149-0.003914-0.13308c-0.017677-0.029747-0.066124-0.054382-0.102905-0.057167  c-0.114494-0.008675-0.229866-0.007416-0.344894-0.007416c-5.220123-0.000244-10.440239-0.000206-15.660362-0.000244  c-0.104607,0-0.209435,0.003326-0.313744-0.002411C64.880035,84.920258,64.820259,84.901939,64.739372,84.886375z   M79.461624,36.439964c0.07605,0.098766,0.057899,0.206123,0.059944,0.307995  c0.010902,0.543488,0.018852,1.087036,0.030525,1.630505c0.001778,0.082924,0.007812,0.168297,0.030029,0.247444  c0.018051,0.064316,0.0784,0.093754,0.149338,0.083176c0.093964-0.014015,0.145004-0.064857,0.148407-0.169361  c0.008156-0.250793,0.011124-0.501793,0.013664-0.752735c0.004326-0.428719,0.007057-0.857452,0.009766-1.286186  c0.00087-0.137684-0.017036-0.265003-0.112885-0.380116c-0.130302-0.156509-0.27877-0.225498-0.48819-0.224239  c-1.296715,0.007812-2.593498,0.003738-3.890251,0.004353c-0.06041,0.000027-0.120819,0.007141-0.196648,0.011925  c-0.008949,0.096001-0.021881,0.176441-0.022964,0.257042c-0.00354,0.261414-0.003548,0.522888-0.003418,0.78434  c0.000237,0.481068,0.000511,0.962143,0.003311,1.443203c0.000526,0.091148-0.020859,0.191963,0.08165,0.263279  c0.12397,0.007488,0.258202,0.044861,0.403603-0.046078c0-0.349804-0.003738-0.704388,0.001053-1.058853  c0.004761-0.35247-0.021187-0.706161,0.01741-1.056828c0.045128-0.013275,0.07402-0.028908,0.103119-0.029316  c1.181366-0.016529,2.362732-0.031872,3.544121-0.0462C79.383354,36.422825,79.423653,36.434361,79.461624,36.439964z   M96.176781,51.765522c0.076523-0.108646,0.051788-0.216221,0.052185-0.317837  c0.002426-0.616634-0.001663-1.233299,0.002228-1.849918c0.002701-0.428333,0.013832-0.856628,0.022842-1.284901  c0.005714-0.271603,0.018532-0.543121,0.020126-0.81472c0.000862-0.14595-0.040337-0.186386-0.187653-0.189823  c-0.208809-0.004875-0.417915-0.001232-0.626793,0.003582c-0.037445,0.000862-0.074379,0.025005-0.124046,0.042908  c-0.003456,0.122288-0.009354,0.235672-0.009438,0.349064c-0.000732,0.992901-0.00045,1.985798-0.000397,2.978703  c0.000015,0.292641-0.002098,0.58532,0.002144,0.877903c0.000992,0.068756,0.02375,0.137192,0.039009,0.219315  C95.651726,51.788399,95.919403,51.809006,96.176781,51.765522z M9.586218,85.992661  c0.0137-0.312645,0.024061-0.602631-0.004491-0.89344c-0.074381-0.035812-0.145864-0.059364-0.204201-0.101219  c-0.066171-0.047485-0.118233-0.114105-0.18074-0.167343c-0.065472-0.055771-0.18375-0.009468-0.192042,0.075745  c-0.008075,0.082993-0.008584,0.166939-0.008635,0.250458c-0.000543,0.920189-0.00039,1.840385-0.000265,2.760567  c0.000008,0.062729-0.001464,0.125633,0.002575,0.188148c0.008745,0.135353,0.042682,0.151443,0.229615,0.096191  c0.00099-0.14814,0.002439-0.303444,0.00295-0.458755c0.000517-0.156853-0.003518-0.313812,0.001131-0.47052  c0.004561-0.153755-0.023113-0.310776,0.030557-0.480293c0.120072-0.003342,0.232975-0.009163,0.345879-0.009216  c1.348861-0.000648,2.697721-0.000435,4.04658-0.00042c0.522816,0,1.045634-0.001053,1.568438,0.001297  c0.079116,0.000351,0.158161,0.016716,0.256622,0.027863c0,0.123581-0.000004,0.226883,0,0.330177  c0.000013,0.34507-0.000772,0.690147,0.000625,1.03521c0.000338,0.083389,0.003904,0.167282,0.015233,0.24968  c0.002532,0.018417,0.044844,0.044731,0.067241,0.043243c0.021957-0.001457,0.052805-0.03019,0.060232-0.053223  c0.012469-0.038704,0.012486-0.082405,0.012526-0.124001c0.00054-0.564659,0.000771-1.129318-0.000972-1.693977  c-0.000154-0.049973-0.014618-0.099899-0.024315-0.161858c-0.068241-0.010254-0.128149-0.025276-0.188457-0.027107  c-0.135814-0.004128-0.271825-0.001923-0.407756-0.001923c-1.79848-0.000053-3.596962,0.000511-5.39544-0.001244  c-0.123143-0.000122-0.250923,0.025299-0.366292-0.034248c-0.04942-0.147583-0.006683-0.249901,0.135509-0.306129  C9.44634,86.043373,9.505253,86.022697,9.586218,85.992661z M21.780098,71.147568  c-0.0518,0.059029-0.108189,0.097046-0.123972,0.14772c-0.021032,0.067513-0.012461,0.144836-0.013195,0.217979  c-0.015734,1.569435-0.031385,3.13887-0.045853,4.708313c-0.001835,0.198761,0.002813,0.397598,0.00482,0.596397  c0.010983,1.088104,0.019096,2.176254,0.033951,3.264313c0.015856,1.161156,0.038275,2.322235,0.057434,3.483337  c0.003107,0.188324,0.000002,0.376831,0.007402,0.564957c0.006428,0.163399,0.044966,0.186615,0.245701,0.169006  c0.056166-0.096909,0.027586-0.203438,0.02626-0.30571c-0.018053-1.391464-0.048876-2.782852-0.055222-4.174347  c-0.011213-2.458946-0.007839-4.917961-0.010498-7.376945c-0.000328-0.303452,0.000357-0.606903-0.000563-0.910362  C21.905985,71.40696,21.910192,71.279617,21.780098,71.147568z M78.574356,67.105377  c-0.000038-0.010559-0.000076-0.021118-0.000114-0.031677c-0.061058-0.003357-0.122101-0.009315-0.183167-0.009674  c-1.234764-0.007324-2.469521-0.017014-3.704285-0.019852c-0.973213-0.002235-1.946449,0.005119-2.91967,0.006485  c-3.244316,0.004578-6.488625,0.006866-9.732929,0.014885c-0.311161,0.000763-0.622238,0.035309-0.933353,0.054169  c0.039009,0.059814,0.082993,0.086304,0.12912,0.090828c0.17683,0.01738,0.354263,0.037498,0.531635,0.039101  c1.381248,0.012482,2.762508,0.024635,4.143803,0.029076c0.742859,0.00238,1.485764-0.013756,2.228661-0.016106  c2.427406-0.007668,4.855064,0.01712,7.281807-0.06601c0.376404-0.012894,0.75325-0.012161,1.129776-0.0224  c0.595787-0.01619,1.191467-0.036079,1.787178-0.055077C78.413399,67.116554,78.493843,67.110054,78.574356,67.105377z   M68.068359,71.914986c-0.053261-0.009995-0.092873-0.023865-0.1325-0.023926  c-0.888847-0.001297-1.777687-0.00164-2.666534,0.000397c-0.048149,0.000107-0.096252,0.022461-0.163567,0.039238  c0,0.218491-0.001358,0.426468,0.000664,0.634422c0.000809,0.08239,0.009125,0.164711,0.014069,0.247879  c0.144516,0.0784,0.291702,0.066231,0.436081,0.064598c0.763176-0.008621,1.526329-0.018562,2.289474-0.029396  c0.070686-0.000999,0.141235-0.011574,0.225822-0.018913C68.104225,72.516228,68.109123,72.220047,68.068359,71.914986z   M34.326061,68.900795c-0.101513-0.016121-0.157711-0.032082-0.214146-0.032967  c-1.046124-0.016342-2.092239-0.034096-3.138424-0.045036c-1.454243-0.015205-2.908537-0.025589-4.362818-0.037003  c-1.673985-0.013138-3.347977-0.025154-5.021965-0.037651c-0.230158-0.001724-0.460432,0.000656-0.690453-0.00589  c-1.203074-0.034241-2.405994-0.022491-3.608944,0.005882c-0.176254,0.004166-0.342466,0.052345-0.511606,0.103592  c0.323513,0.042427,0.645468,0.076965,0.967798,0.080963c0.889263,0.011024,1.778687,0.012268,2.668045,0.012016  c2.615839-0.000725,5.23168-0.005547,7.847519-0.005852c1.893837-0.000221,3.787672,0.004715,5.681509,0.005249  C34.054588,68.944138,34.170925,68.966988,34.326061,68.900795z M15.197465,71.138084  c-0.136385-0.0047-0.249269-0.011932-0.362158-0.011986c-1.611307-0.00074-3.222616-0.000633-4.833924-0.000191  c-0.094038,0.000031-0.188305,0.00174-0.281964,0.009064C9.692165,71.1371,9.666646,71.161423,9.64295,71.174156  c-0.016403,0.097527-0.03747,0.189331,0.036082,0.28289c0.100486,0.003357,0.203676,0.009773,0.30687,0.009811  c1.621772,0.000633,3.243543,0.000526,4.865315,0.000221c0.083622-0.000023,0.167429-0.000778,0.25077-0.006607  c0.028917-0.002029,0.056685-0.0205,0.095478-0.03553C15.197465,71.342903,15.197465,71.261597,15.197465,71.138084z   M23.2558,86.623901c-0.116032,0.005409-0.218174,0.014175-0.320328,0.014313  c-0.825579,0.001129-1.651159,0.000633-2.476736,0.000641c-0.919632,0.000008-1.839266-0.000809-2.758892,0.001183  c-0.100769,0.000214-0.207544-0.02523-0.297613,0.036491c-0.022345,0.066254-0.000725,0.115662,0.059462,0.122116  c0.113842,0.012192,0.229181,0.013817,0.343901,0.01387c1.651155,0.000763,3.302313,0.000496,4.953468,0.000618  c0.104496,0,0.209192-0.002541,0.313414,0.003113c0.059175,0.003204,0.117577,0.020683,0.190079,0.034325  c0.005245,0.086952,0.011282,0.158096,0.013376,0.229355c0.002453,0.083549,0.001493,0.167191,0.001972,0.250801  c0.000416,0.073158-0.001375,0.1464,0.001738,0.219437c0.003286,0.077087-0.007641,0.158188,0.044655,0.255768  c0.081251-0.104454,0.058142-0.19944,0.057146-0.286362c-0.007042-0.616333-0.017176-1.23262-0.026419-1.848923  c-0.002192-0.146255,0.000887-0.292915-0.009609-0.438591c-0.004885-0.067772-0.036427-0.133629-0.053635-0.192657  c-0.418127-0.038116-0.473717,0.012573-0.44471,0.389755c0.002167,0.028175,0.025097,0.054756,0.03969,0.084785  c0.122339,0.017128,0.242208,0.033905,0.382397,0.053535C23.260992,85.926201,23.304825,86.265938,23.2558,86.623901z   M98.997887,51.183155c-0.054565-0.011555-0.093704-0.026951-0.132896-0.027061  c-0.459084-0.001289-0.918175-0.001202-1.377243,0.001831c-0.037247,0.000244-0.074326,0.024849-0.124069,0.042641  c0.012451,0.231892-0.038498,0.45882,0.037804,0.69952c0.266678,0.028214,0.526611,0.017879,0.784904,0.012062  c0.266701-0.006008,0.537704,0.041393,0.808899-0.035419C99.030891,51.638885,99.028984,51.414898,98.997887,51.183155z   M96.166443,56.804909c0.00901-0.087223,0.021545-0.147945,0.020393-0.208405  c-0.003807-0.198387-0.017952-0.396664-0.018509-0.595009c-0.002258-0.804985-0.000633-1.609989-0.001305-2.414986  c-0.000084-0.104374-0.00267-0.208912-0.009735-0.312988c-0.001892-0.028042-0.024567-0.054676-0.037178-0.080864  c-0.095695-0.023094-0.186241-0.048328-0.263367,0.026787c-0.039558,0.277622-0.057106,2.419022-0.027245,3.387321  c0.001877,0.060944,0.014389,0.121555,0.023926,0.198143C95.953918,56.804909,96.043777,56.804909,96.166443,56.804909z   M22.504742,70.439613c0.026939-0.101791,0.019814-0.160004-0.061922-0.174576  c-0.050953-0.009079-0.103951-0.009094-0.156031-0.009102c-1.860115-0.00042-3.720228-0.000473-5.580343,0.000137  c-0.062401,0.000015-0.127594-0.001892-0.18597,0.015549c-0.027336,0.008163-0.051323,0.058517-0.057917,0.09333  c-0.003836,0.020264,0.026949,0.065475,0.047016,0.068642c0.08173,0.012894,0.165339,0.018532,0.248259,0.018578  c1.818312,0.000893,3.636627,0.00087,5.454939,0.000153C22.305225,70.452286,22.397671,70.444473,22.504742,70.439613z   M62.743561,46.628063c-0.014801,0.065044-0.031662,0.104568-0.031662,0.144093  c0.000286,2.666294,0.001827,5.332592,0.00489,7.998886c0.000042,0.027954,0.021698,0.055885,0.042145,0.10527  c0.035732-0.033932,0.080147-0.055843,0.084698-0.084171c0.014866-0.092278,0.020332-0.186909,0.020134-0.280613  c-0.00066-0.313618-0.00798-0.627228-0.008095-0.940842c-0.000797-2.185417-0.000278-4.370834-0.000904-6.556255  c-0.000034-0.104343-0.002056-0.209274-0.014477-0.312572C62.837456,46.678234,62.787651,46.660255,62.743561,46.628063z   M67.211555,35.681271c0.036018-0.167904,0.049423-0.317768-0.008141-0.463463  c-0.243752-0.042915-1.09697-0.058784-1.76181-0.032856c-0.059784,0.002331-0.119125,0.01601-0.190575,0.026104  c-0.023132,0.167923-0.038078,0.317638,0.009506,0.461521C65.52005,35.721195,66.858017,35.727825,67.211555,35.681271z   M85.128273,76.402161c-0.018471,0.02182-0.041428,0.03627-0.041451,0.050758  c-0.003708,2.246361-0.005882,4.492714-0.006783,6.739075c-0.000015,0.037575,0.016228,0.07515,0.028862,0.129967  c0.036407-0.029495,0.074036-0.044868,0.076317-0.064392c0.010872-0.092796,0.01619-0.186722,0.01622-0.280243  c0.000771-2.089775,0.000702-4.179535,0.000175-6.26931c-0.000023-0.083382-0.002174-0.167252-0.01226-0.249794  C85.186806,76.437424,85.149704,76.420853,85.128273,76.402161z M64.728943,72.036156  c-0.077972-0.021606-0.14035-0.021652-0.161301,0.055153c-0.016151,0.059258-0.014961,0.124268-0.015015,0.186729  c-0.000801,0.98362-0.000839,1.967239,0.000099,2.950867c0.000061,0.062195,0.000069,0.127434,0.018768,0.185219  c0.008751,0.027054,0.060425,0.049149,0.095764,0.055161c0.019714,0.003349,0.061478-0.02758,0.066048-0.048897  c0.01297-0.060471,0.015724-0.123932,0.01577-0.186218c0.000793-0.994087,0.000946-1.988167-0.000374-2.982254  C64.748604,72.180679,64.735954,72.109451,64.728943,72.036156z M85.874931,78.50016  c-0.077919,0.085808-0.052971,0.183472-0.053078,0.273224c-0.001678,1.430984-0.001221,2.861984-0.000984,4.292969  c0.000008,0.05217-0.001915,0.105003,0.005585,0.156288c0.005127,0.035133,0.025063,0.0681,0.044693,0.118141  c0.039772-0.033279,0.07415-0.047783,0.079796-0.069679c0.012794-0.049614,0.015236-0.10289,0.015259-0.154671  c0.000748-1.462318,0.000923-2.924652-0.000122-4.386971c-0.000046-0.061584-0.007492-0.124466-0.022453-0.183983  C85.938728,78.525963,85.899071,78.515175,85.874931,78.50016z M86.930382,83.334824  c0.037529-0.023834,0.077812-0.035439,0.081573-0.054314c0.014061-0.070534,0.021835-0.143448,0.021889-0.215485  c0.001137-1.430984,0.001076-2.861977,0.000282-4.292961c-0.000046-0.072701-0.004166-0.146194-0.016479-0.217575  c-0.003212-0.018623-0.043091-0.035385-0.069077-0.043289c-0.009659-0.00293-0.039032,0.020927-0.040237,0.034294  c-0.009338,0.10331-0.019173,0.207031-0.019264,0.310638c-0.001183,1.368317-0.000839,2.736626-0.000664,4.10495  c0.000008,0.083542-0.001762,0.167328,0.004082,0.250526C86.895126,83.249031,86.914513,83.285278,86.930382,83.334824z   M78.863541,38.358852c-0.183868,0-0.329216,0.001778-0.474503-0.00032c-0.522324-0.007534-1.044624-0.016396-1.56694-0.02467  c-0.031242-0.0005-0.062775-0.002953-0.093697,0.000217c-0.063606,0.006527-0.10553,0.060226-0.106758,0.13232  c-0.001167,0.069588,0.038208,0.117363,0.110764,0.126251c0.051643,0.006332,0.104164,0.007351,0.156311,0.007717  c0.616486,0.004322,1.232979,0.008636,1.849472,0.01091c0.049454,0.000183,0.098976-0.014717,0.163628-0.025028  C78.887756,38.502712,78.876236,38.43428,78.863541,38.358852z M10.454942,85.02919  c-0.207086-0.009987-0.380892-0.041748-0.569335,0.025429c-0.011259,0.301132-0.029675,0.596901,0.016604,0.908737  c0.19854,0.007484,0.379458,0.042725,0.573764-0.036346c0-0.245552,0.001-0.483902-0.000813-0.722229  C10.474781,85.154877,10.46403,85.105049,10.454942,85.02919z M67.151459,34.717983  c-0.215912-0.019863-0.423004-0.008831-0.629265-0.010567c-0.218544-0.001839-0.437279-0.005692-0.655632,0.001122  c-0.20433,0.006378-0.412338-0.032009-0.624283,0.033539c0.004013,0.058212,0.007416,0.107533,0.01149,0.166786  c0.081352,0.009258,0.152321,0.024017,0.223358,0.024334c0.478729,0.002144,0.957481,0.001476,1.436226,0.000931  c0.051895-0.000061,0.106026,0.002876,0.154938-0.010666c0.035072-0.009701,0.076477-0.038586,0.090607-0.069931  C67.172905,34.822441,67.156319,34.777557,67.151459,34.717983z M64.095985,70.602821  c0.058853,0.036507,0.096886,0.079132,0.137741,0.082047c0.156013,0.011169,0.313026,0.014198,0.469536,0.011932  c0.97126-0.014091,1.94249-0.031189,2.913757-0.045761c0.553543-0.008301,1.107147-0.01297,1.660698-0.021584  c0.051666-0.000809,0.103065-0.018234,0.154594-0.027939c-0.106049-0.045242-0.208237-0.053474-0.310448-0.053619  c-1.567139-0.002167-3.13427-0.00338-4.701408-0.004311c-0.073006-0.000046-0.146317,0.001587-0.218857,0.008774  C64.175018,70.554993,64.150246,70.576027,64.095985,70.602821z M16.538025,85.235023  c-0.00629,0.176697,0.130016,0.328041,0.303192,0.336647c0.164875,0.008186,0.325752-0.139618,0.335888-0.308594  c0.010323-0.171982-0.129736-0.321632-0.307884-0.328987C16.685865,84.926529,16.544434,85.055031,16.538025,85.235023z   M17.878967,84.933952c-0.179733,0.005066-0.317623,0.149399-0.310776,0.325317  c0.006672,0.17141,0.162876,0.31823,0.331673,0.311745c0.172773-0.00663,0.313143-0.158066,0.308334-0.332626  C18.203222,85.057823,18.063641,84.928741,17.878967,84.933952z M97.626976,54.489128c0.239151,0,0.478508,0.006084,0.7174-0.001728  c0.235481-0.007702,0.475479,0.037102,0.715881-0.03862c0.007843-0.071964,0.020332-0.132847,0.020203-0.193703  c-0.001297-0.594925-0.004616-1.189842-0.008339-1.784763c-0.000046-0.007908-0.011726-0.017582-0.020203-0.022861  c-0.004532-0.002819-0.013824,0.001987-0.040451,0.007084c-0.004448,0.096771-0.01284,0.198765-0.013199,0.300777  c-0.001549,0.438519,0.001053,0.87706-0.002022,1.315567c-0.000786,0.112309,0.022537,0.230858-0.064056,0.350811  C98.509445,54.450123,98.072166,54.417366,97.626976,54.489128z\"><\/path><path d=\"M57.719166,64.202049c-0.122498,0.005836-0.205509,0.013199-0.288528,0.013229  c-1.96764,0.000786-3.935749,0.028549-5.902828-0.00457c-4.866718-0.081917-9.733246-0.017082-14.599846-0.019173  c-2.595585-0.001114-5.191156-0.022667-7.786741-0.024254c-3.767862-0.002296-7.535772-0.00502-11.303579,0.011452  c-3.275803,0.014313-6.551487,0.055138-9.82723,0.083534c-0.123213,0.001068-0.249363,0.017822-0.382917-0.038162  c-0.007134-0.085861-0.019761-0.166771-0.019725-0.247677c0.001195-2.658524-0.002913-5.317078,0.007412-7.975567  c0.014308-3.684116,0.040452-7.368176,0.059713-11.052269c0.006457-1.235043,0.006226-2.470119,0.011674-3.705173  c0.0012-0.272026,0.011207-0.544083,0.021339-0.815971c0.012535-0.336323,0.139268-0.631542,0.344602-0.892658  c0.184299-0.234371,0.420588-0.370178,0.729869-0.361069c0.188182,0.005543,0.376723-0.002159,0.565105-0.002392  c7.462475-0.009148,14.924948-0.018909,22.387421-0.026829c4.312077-0.004578,8.624168-0.012318,12.936234-0.00724  c3.862038,0.004543,7.724052,0.024574,11.586079,0.038303c0.198814,0.00071,0.397598,0.007698,0.59642,0.009407  c0.177063,0.001526,0.326431,0.061531,0.443638,0.197083c0.034187,0.039536,0.070484,0.077507,0.108261,0.113628  c0.233288,0.223049,0.331806,0.492786,0.325481,0.817493c-0.017113,0.878941-0.025078,1.758137-0.028316,2.637257  c-0.005264,1.433914-0.031002,2.868481,0.002483,4.301594c0.032032,1.371033,0.02256,2.741512,0.024406,4.112164  c0.005566,4.134365,0.002106,8.268738,0.001511,12.403114C57.731083,63.901627,57.723911,64.035942,57.719166,64.202049z   M11.911471,47.446648c0.192298,0.036499,0.354679,0.06958,0.517907,0.097733c0.196012,0.033813,0.342354,0.122387,0.448067,0.3036  c0.115293,0.197639,0.253158,0.385487,0.403225,0.558479c0.138951,0.160183,0.194482,0.326962,0.193583,0.539356  c-0.006902,1.632767-0.003803,3.265572-0.003839,4.898365c-0.000002,0.052334,0.000123,0.104671-0.000609,0.156998  c-0.002691,0.192348-0.054578,0.369717-0.150942,0.536999c-0.175258,0.30423-0.400467,0.562065-0.692388,0.758022  c-0.181935,0.122124-0.359132,0.253742-0.574563,0.316822c-0.090654,0.026539-0.13474,0.094276-0.136336,0.18824  c-0.000888,0.052273,0.0018,0.104599,0.001616,0.156895c-0.004086,1.172161-0.008432,2.344322-0.012384,3.516483  c-0.000247,0.073238,0.001518,0.146511,0.003764,0.21973c0.00468,0.152683,0.05963,0.275494,0.172729,0.387821  c0.254132,0.252403,0.530654,0.472347,0.835115,0.660015c0.119532,0.073685,0.241725,0.114902,0.383765,0.112022  c0.292949-0.005951,0.586069-0.002731,0.879111-0.004761c2.438536-0.016918,4.877047-0.040176,7.315613-0.049706  c2.700243-0.010548,5.400536-0.010227,8.100805-0.011829c5.77729-0.003433,11.554588-0.005882,17.331879-0.006809  c1.350113-0.000217,2.700222,0.007847,4.050335,0.010441c0.19873,0.000381,0.398247,0.000942,0.596054-0.015118  c0.41721-0.033871,0.754665-0.207317,1.006008-0.557964c0.221706-0.309292,0.343197-0.638828,0.342472-1.020531  c-0.003479-1.831635-0.00246-3.663273-0.002518-5.494911c-0.000076-2.323566-0.000736-4.647137,0.001091-6.970699  c0.000717-0.910568-0.00275-1.821327,0.014519-2.73164c0.015892-0.838028-0.723869-1.733051-1.704906-1.753677  c-0.083698-0.001759-0.167511-0.005157-0.251125-0.002747c-0.58559,0.016865-1.171032,0.044518-1.756721,0.051083  c-1.799973,0.020176-3.60001,0.040001-5.400066,0.045853c-2.250198,0.007309-4.500435-0.000099-6.75066,0.000114  c-2.773525,0.000263-5.54705,0.005581-8.32057,0.001717c-2.396734-0.003342-4.793449-0.019127-7.190184-0.024456  c-1.883896-0.004185-3.767824,0.002953-5.651706-0.003593c-0.438781-0.001526-0.877619-0.035004-1.316098-0.059654  c-0.313285-0.017609-0.626489-0.040062-0.938864-0.069527c-0.284438-0.026829-0.537759,0.030281-0.761431,0.217651  c-0.119925,0.10046-0.258894,0.17794-0.381349,0.275711c-0.122233,0.097595-0.23867,0.203415-0.350347,0.313061  c-0.189327,0.185894-0.262984,0.412285-0.26147,0.680492c0.006446,1.14082,0.001081,2.2817,0.000877,3.422558  C11.900912,47.198685,11.906958,47.302086,11.911471,47.446648z M54.769424,48.923393  c-0.031116,0.257191-0.050552,4.288769-0.024616,4.875671c0.002201,0.049831,0.014858,0.099209,0.024403,0.159916  c0.194458,0.051781,0.382927,0.029545,0.567558,0.025265c0.182205-0.004227,0.372517,0.046829,0.540234-0.040375  c0.012215-0.034756,0.024063-0.054058,0.025108-0.07394c0.00441-0.083416,0.00779-0.167004,0.00761-0.250526  c-0.003326-1.546638-0.007206-3.093277-0.011295-4.639912c-0.000031-0.010155-0.002903-0.021236-0.007648-0.03019  c-0.004559-0.008587-0.013287-0.014961-0.020184-0.022308C55.626476,48.881512,55.07098,48.87822,54.769424,48.923393z   M10.605412,48.688877c-0.059232,0.128281-0.038541,0.254829-0.038667,0.377396  c-0.001421,1.388634-0.00093,2.777271-0.000872,4.165905c0.000007,0.156612-0.002591,0.313324,0.00238,0.469784  c0.001855,0.058365,0.021914,0.116146,0.035013,0.180809c0.253002,0.026379,0.489336,0.037056,0.731569-0.008167  c0.048098-0.11594,0.030712-0.231495,0.030846-0.343895c0.001252-1.054527,0.000766-2.109055,0.000744-3.163582  c-0.00001-0.480278,0.001217-0.960571-0.001466-1.440834c-0.000442-0.07909-0.018191-0.158081-0.030244-0.255768  C11.078826,48.667782,10.843476,48.634945,10.605412,48.688877z\"><\/path><path d=\"M64.999863,53.193371c0.141777-0.004726,0.254539-0.01162,0.36731-0.01178  c2.805-0.004021,5.610016-0.002575,8.414986-0.013233c1.035927-0.003937,2.071716-0.038094,3.107635-0.054256  c0.345222-0.005386,0.690796-0.002769,1.035896,0.006809c0.123665,0.003429,0.247429,0.033539,0.369377,0.059769  c0.151421,0.032547,0.233101,0.137768,0.250298,0.286152c0.016808,0.144917,0.027534,0.291492,0.026703,0.437256  c-0.000999,0.177368-0.024811,0.354641-0.025024,0.531971c-0.001419,1.172272-0.006981,2.344643,0.007011,3.516766  c0.00386,0.324295-0.16246,0.551914-0.337471,0.784824c-0.033798,0.044983-0.102898,0.074039-0.161079,0.087852  c-0.111145,0.026402-0.2257,0.046276-0.339638,0.05138c-0.219452,0.009819-0.43943,0.009975-0.659203,0.009789  c-3.359711-0.002853-6.719429-0.00502-10.07914-0.011562c-0.418205-0.000816-0.836288-0.030819-1.254585-0.037479  c-0.248932-0.003971-0.407707-0.134068-0.533195-0.330013c-0.128723-0.200985-0.16732-0.427582-0.184181-0.657925  c-0.013748-0.187641-0.014694-0.376514-0.014404-0.564831c0.001823-1.182735,0.00563-2.365471,0.008644-3.548206  C65.000229,53.569782,64.999863,53.402916,64.999863,53.193371z M76.912727,56.498222  c-0.132332-0.02272-0.243813-0.055733-0.356056-0.058586c-0.366081-0.009304-0.732529-0.013313-1.098679-0.008339  c-0.299248,0.004059-0.416122,0.102856-0.486214,0.387737c-0.019928,0.081013-0.035301,0.164619-0.039703,0.247723  c-0.017975,0.339569,0.149323,0.805092,0.676575,0.875965c0.263512,0.035423,0.521957,0.004585,0.773026-0.081779  c0.143784-0.049454,0.249847-0.146156,0.335068-0.2715C76.935905,57.267075,76.964813,56.912022,76.912727,56.498222z   M69.964188,56.310093c0,0.001034,0,0.00206,0,0.00309c-0.083717,0-0.167831-0.005329-0.251083,0.000916  c-0.383224,0.028755-0.678696,0.350922-0.675148,0.732311c0.004242,0.455444,0.358803,0.839535,0.811081,0.883709  c0.160851,0.015709,0.313339-0.018353,0.461517-0.069565c0.281876-0.097416,0.445869-0.304115,0.504059-0.591675  c0.03804-0.187996,0.021667-0.375233-0.053238-0.554596c-0.107155-0.25658-0.29306-0.400909-0.577408-0.404072  C70.11071,56.309399,70.037453,56.310093,69.964188,56.310093z M72.893875,56.375526c0-0.000389,0-0.000778,0-0.001167  c-0.104286,0-0.208649-0.002338-0.312851,0.000595c-0.132507,0.003727-0.240242,0.063385-0.327995,0.159729  c-0.223434,0.245293-0.273804,0.674007-0.115707,0.965702c0.186661,0.344379,0.474701,0.489277,0.954742,0.434681  c0.343643-0.039082,0.599823-0.209759,0.725281-0.557178c0.137062-0.379559-0.107506-1.016754-0.673126-1.002651  C73.060829,56.377316,72.977325,56.375526,72.893875,56.375526z M69.891014,55.700718  c0.274338,0.010498,0.503654-0.065441,0.705841-0.234409c0.174919-0.146187,0.248482-0.329475,0.231224-0.55135  c-0.013939-0.179256-0.06942-0.347221-0.169373-0.497128c-0.101852-0.152744-0.239532-0.272438-0.423264-0.295143  c-0.205292-0.025375-0.414856-0.027187-0.622116-0.021961c-0.151291,0.003803-0.286499,0.076496-0.375122,0.198769  c-0.203194,0.28035-0.256607,0.592426-0.122902,0.915462C69.258347,55.560528,69.524933,55.729004,69.891014,55.700718z   M75.810249,55.639229c0.363907-0.031643,0.680794-0.172741,0.934929-0.438782  c0.054031-0.056572,0.094948-0.141056,0.108269-0.218472c0.057701-0.335182-0.186111-0.720261-0.517929-0.790543  c-0.263672-0.055843-0.534752-0.07832-0.806374-0.025772c-0.178062,0.034451-0.306122,0.127995-0.379036,0.291222  c-0.127075,0.2845-0.120163,0.565937,0.039673,0.837074C75.327866,55.528187,75.526009,55.65913,75.810249,55.639229z   M73.039413,54.15173c-0.104683-0.008682-0.156685-0.01683-0.208656-0.016655c-0.269875,0.0009-0.48584,0.095791-0.619431,0.346115  c-0.13707,0.256817-0.115677,0.501568,0.042229,0.738251c0.226898,0.340107,0.544891,0.475842,0.944962,0.394932  c0.131279-0.02655,0.258545-0.080261,0.382652-0.133244c0.157745-0.067352,0.237442-0.197502,0.253036-0.366291  c0.020714-0.224365-0.025642-0.437996-0.127365-0.636139c-0.096565-0.18808-0.249161-0.304512-0.470398-0.31292  C73.153084,54.162617,73.069923,54.15398,73.039413,54.15173z M66.967384,56.298954  c-0.118156,0.024452-0.23407,0.035713-0.340973,0.072895c-0.361679,0.125797-0.510551,0.423489-0.411072,0.794205  c0.055809,0.207943,0.169144,0.38063,0.317146,0.531734c0.235077,0.23999,0.654373,0.287815,0.940125,0.044365  c0.129654-0.110462,0.239708-0.236938,0.299576-0.395485c0.162239-0.429607,0.001099-0.852615-0.438751-0.976574  C67.213959,56.336422,67.08905,56.322041,66.967384,56.298954z M67.010231,55.644371  c0.033363-0.002892,0.097229-0.000866,0.157402-0.014828c0.547783-0.12711,0.75605-0.549797,0.570328-1.002739  c-0.100929-0.246174-0.31459-0.380997-0.563988-0.454712c-0.151749-0.044853-0.30619-0.064514-0.457916,0.006016  c-0.270683,0.125835-0.44677,0.33643-0.52961,0.619061c-0.022079,0.075317-0.013824,0.167904,0.006447,0.245808  C66.277397,55.36779,66.64473,55.643017,67.010231,55.644371z\"><\/path><path d=\"M78.222855,52.292797c-0.133728,0-0.226707-0.000256-0.319687,0.000038  c-1.109192,0.003475-2.218391,0.008686-3.327591,0.010147c-1.423088,0.001877-2.846207-0.004223-4.269272,0.00259  c-1.046242,0.005009-2.092384,0.029465-3.138641,0.037025c-0.596344,0.004311-1.192825-0.007137-1.789223-0.013538  c-0.081932-0.000877-0.163734-0.013622-0.258858-0.022045c-0.011208-0.082264-0.028954-0.152302-0.029099-0.22237  c-0.004799-2.291748-0.008072-4.5835-0.010635-6.875252c-0.000092-0.083443,0.009766-0.166866,0.013863-0.250355  c0.015282-0.3111,0.192398-0.524017,0.432564-0.691467c0.06488-0.045231,0.152145-0.070274,0.232063-0.079624  c0.186676-0.021835,0.375114-0.039326,0.562881-0.039768c3.69384-0.008751,7.387688-0.014812,11.081528-0.021347  c0.062782-0.000111,0.125618,0.002697,0.188324,0.000721c0.134575-0.004234,0.245087,0.047295,0.334007,0.144756  c0.070465,0.077232,0.137718,0.157509,0.203995,0.238403c0.109879,0.134117,0.159676,0.283398,0.157867,0.462273  c-0.008385,0.826626-0.002251,1.6534-0.009178,2.480057c-0.01236,1.475349-0.030304,2.950661-0.046242,4.425983  C78.230194,52.002857,78.22641,52.126663,78.222855,52.292797z M76.750801,45.519527  c-0.160797-0.004059-0.274429-0.009686-0.388039-0.009377c-1.338593,0.003677-2.677185,0.011875-4.015778,0.011677  c-1.7883-0.000271-3.576599-0.01022-5.364891-0.00856c-0.483841,0.00045-0.495895-0.049706-0.495132,0.504555  c0.001923,1.401321,0.000648,2.802643,0.000755,4.203968c0,0.052284-0.002159,0.104828,0.00206,0.156811  c0.016907,0.207867,0.121048,0.328991,0.327881,0.353916c0.217674,0.026241,0.437263,0.046005,0.656311,0.049435  c0.606453,0.009491,1.213074,0.007359,1.819611,0.012783c1.568558,0.014023,3.137085,0.031612,4.705658,0.043762  c0.742455,0.005749,1.484978,0.004017,2.227455,0.001675c0.165398-0.000519,0.333649,0.003838,0.505875-0.063011  c0.009254-0.070118,0.026802-0.140831,0.026733-0.211525C76.757645,48.894543,76.754074,47.22345,76.750801,45.519527z\"><\/path><path d=\"M62.43465,14.172117c0.092373-0.010123,0.163784-0.023518,0.235428-0.024943  c0.75309-0.01498,1.506199-0.028801,2.259327-0.041472c1.255104-0.021118,2.510185-0.044991,3.765373-0.059025  c0.323608-0.003618,0.648468,0.014617,0.971207,0.041369c0.531319,0.044041,1.062569,0.093576,1.591675,0.158518  c0.622337,0.076385,1.244843,0.157108,1.86274,0.262512c0.741417,0.126473,1.478203,0.280107,2.216553,0.424256  c0.112297,0.021921,0.222183,0.056124,0.325356,0.082634c0.074013,0.117552,0.048355,0.236049,0.043655,0.347703  c-0.046219,1.097987-0.036255,2.196509-0.038727,3.294951c-0.000557,0.249159-0.012184,0.498291-0.019188,0.765474  c-0.077911,0.008165-0.137238,0.020126-0.196487,0.019733c-0.888947-0.005888-1.778481,0.026484-2.666473-0.047266  c-0.153244-0.012726-0.309692-0.038597-0.463242,0.033251c-0.061287,0.028677-0.14402,0.014513-0.217003,0.014666  c-0.460358,0.000961-0.920799,0.005663-1.381035-0.001904c-0.208305-0.003424-0.415894-0.039585-0.624329-0.047903  c-0.438919-0.017517-0.878326-0.02256-1.317261-0.039757c-0.825554-0.032343-1.651016-0.067574-2.47628-0.106331  c-0.219131-0.010292-0.437263-0.0403-0.656181-0.056923c-0.844406-0.064116-1.689014-0.125336-2.533314-0.190651  c-0.135227-0.010464-0.268826-0.04073-0.403961-0.053812c-0.130405-0.012625-0.177418-0.089735-0.188457-0.202629  c0.084072-0.113091,0.203884-0.108381,0.316635-0.113256c0.553726-0.023949,1.107594-0.044233,1.661385-0.066757  c0.344849-0.014025,0.68969-0.028822,1.034401-0.045971c0.037415-0.001862,0.073936-0.021646,0.107697-0.071934  c-0.090332-0.005217-0.180595-0.012331-0.270996-0.015354c-0.804749-0.026911-1.609566-0.051983-2.414246-0.080763  c-0.114471-0.004095-0.228615-0.023102-0.342388-0.038971c-0.106998-0.014929-0.165474-0.08518-0.184692-0.186234  c-0.011631-0.061171-0.015087-0.124689-0.015118-0.187155c-0.000591-1.20326-0.000278-2.406523,0.000675-3.609784  C62.417408,14.287687,62.426094,14.24699,62.43465,14.172117z\"><\/path><path d=\"M62.065063,18.378841c-0.556805,0.0966-1.077805,0.027597-1.603527,0.06234  c-0.013561-0.056257-0.03067-0.094854-0.031082-0.133629c-0.013149-1.222048-0.02475-2.444114-0.03632-3.666178  c-0.000977-0.103014-0.000126-0.206045-0.000126-0.309434c0.179813-0.099278,0.361225-0.081666,0.53373-0.10471  c0.186195-0.024874,0.373302-0.042871,0.559784-0.065687c0.175709-0.021497,0.351124-0.043831,0.520863-0.01727  c0.083103,0.114143,0.054935,0.232971,0.055344,0.344851c0.002621,0.720831,0.001335,1.441675,0.001335,2.162516  c0,0.459665,0,0.919331,0,1.378998C62.065063,18.134285,62.065063,18.237932,62.065063,18.378841z\"><\/path><path d=\"M58.727348,18.556904c-0.284855,0.046515-0.530624,0.079823-0.796032,0.04888  c-0.01046-0.050871-0.029137-0.099649-0.02927-0.148479c-0.003254-1.200829-0.004658-2.401663-0.005486-3.602498  c-0.000023-0.030609,0.010181-0.061226,0.018421-0.107596c0.289337-0.10066,0.594299-0.145295,0.917725-0.193248  c-0.145439,1.086829-0.051617,2.159717-0.086735,3.22973C58.737785,18.03319,58.733833,18.282827,58.727348,18.556904z\"><\/path><path d=\"M93.544945,63.685547c0,0.36412,0,0.707939,0,1.069382c-0.05748,0.012634-0.115288,0.036697-0.172958,0.036331  c-1.067406-0.006622-2.134781-0.019058-3.202202-0.024246c-1.036148-0.005028-2.07235-0.000732-3.108505-0.005409  c-0.575493-0.002594-1.150932-0.014732-1.726372-0.023964c-0.050453-0.000809-0.100731-0.012054-0.15049-0.018372  c-0.062927-0.106911-0.04142-0.213585-0.04171-0.315178c-0.002525-0.879147,0.002045-1.758343-0.004379-2.637459  c-0.018494-2.532787-0.030235-5.065701-0.065254-7.598278c-0.034317-2.480576-0.032463-4.960823,0.00174-7.441216  c0.011551-0.837158,0.015152-1.674622,0.041847-2.511322c0.022675-0.710899,0.07193-1.420986,0.11277-2.131241  c0.0084-0.146015,0.01918-0.294052,0.051956-0.435822c0.025177-0.108913,0.07782-0.214539,0.134346-0.312317  c0.060959-0.105427,0.162567-0.1577,0.288269-0.159435c0.167397-0.002308,0.334732-0.011349,0.502106-0.011829  c1.716415-0.004932,3.432846-0.006428,5.149239-0.015049c0.291428-0.001465,0.582664-0.033123,0.874084-0.048927  c0.135796-0.007362,0.271843-0.009777,0.407753-0.015137c0.425354-0.016781,0.649101,0.289032,0.728706,0.570419  c0.036507,0.129032,0.046883,0.26786,0.052025,0.402889c0.012764,0.334618,0.017357,0.66959,0.022285,1.004456  c0.022186,1.506935,0.028145,3.01429,0.068047,4.520744c0.082039,3.097725,0.043701,6.195908,0.056931,9.293861  c0.008842,2.072433,0.002365,4.144928,0.001122,6.2174c-0.000076,0.12394,0.020767,0.250809-0.027405,0.372658  c-0.119301,0.064442-0.247452,0.039272-0.370827,0.03936c-2.25032,0.001587-4.500633,0.001156-6.750946,0.001167  c-0.29306,0-0.586143-0.00132-0.879181,0.001141c-0.070641,0.000587-0.141174,0.013836-0.259071,0.026241  c0.061394,0.050037,0.086388,0.087833,0.114342,0.09016c0.114441,0.009506,0.229774,0.010521,0.34478,0.01054  c2.449196,0.000446,4.898407-0.000153,7.34761,0.001572C93.22934,63.638767,93.377335,63.614422,93.544945,63.685547z   M93.437256,62.338005c-0.113937-0.083927-0.220276-0.058018-0.319031-0.05809  c-2.050026-0.001511-4.100052-0.00124-6.150085-0.000809c-0.083549,0.000019-0.167923-0.000816-0.250183,0.010914  c-0.026901,0.003841-0.048286,0.046391-0.093697,0.09359c0.096016,0.012993,0.156631,0.028431,0.217247,0.028355  c2.17514-0.002842,4.350281-0.007065,6.525414-0.01281C93.38131,62.399117,93.39563,62.375134,93.437256,62.338005z   M93.435318,60.924526c-0.14814-0.076092-0.265297-0.05212-0.378067-0.052212  c-2.018517-0.001617-4.037033-0.001312-6.05555-0.000736c-0.093933,0.000027-0.188141,0.003407-0.281578,0.012157  c-0.019852,0.001858-0.036858,0.034042-0.071152,0.068153c0.124153,0.067501,0.239143,0.046398,0.347893,0.046482  c2.028969,0.001564,4.057945,0.001255,6.086914,0.00074c0.083519-0.000023,0.167351-0.002769,0.250359-0.011017  C93.358582,60.985664,93.380714,60.959946,93.435318,60.924526z M86.932663,42.193714  c0.059082,0.048321,0.078651,0.077618,0.102089,0.08115c0.092598,0.013947,0.186371,0.02692,0.279793,0.027618  c1.70372,0.012756,3.40744,0.023758,5.111168,0.034588c0.051895,0.000332,0.104561-0.000675,0.155525-0.009148  c0.057739-0.009602,0.097855-0.04985,0.082863-0.108227c-0.008018-0.031227-0.047913-0.060753-0.080437-0.077137  c-0.025154-0.012669-0.061218-0.004818-0.092392-0.004211c-0.261177,0.005081-0.522362,0.015217-0.783531,0.015099  c-0.742126-0.000336-1.484261-0.007484-2.226387-0.006924c-0.804504,0.00061-1.609009,0.006638-2.413513,0.011665  C87.038567,42.158371,87.009369,42.172997,86.932663,42.193714z\"><\/path><path d=\"M70.720619,36.742111c0.063309,0.358162,0.028183,1.420906-0.057297,1.772076c-0.128647,0-0.261185,0-0.408012,0  c-0.088249-0.329952-0.001205-0.668915-0.061432-0.984898c-0.028564-0.020641-0.044083-0.041317-0.061462-0.043018  c-0.374763-0.036667-0.397453-0.014389-0.393494,0.352661c0.002144,0.198627-0.001831,0.397339-0.005112,0.595978  c-0.000305,0.018543-0.01548,0.036842-0.033516,0.076969c-0.39315,0.038013-0.798866,0.011368-1.203384,0.016212  c-0.408073,0.00489-0.816261,0.002129-1.224396,0.000782c-0.406616-0.001339-0.813461,0.006504-1.231995-0.006283  c-0.08078-0.328907,0.007935-0.656178-0.057159-0.964367c-0.078392-0.03104-0.112877,0.003166-0.115044,0.061398  c-0.006599,0.177628-0.00573,0.355518-0.009239,0.533279c-0.002228,0.113163-0.007072,0.226276-0.011192,0.353127  c-0.137619,0.031216-0.257301,0.029819-0.391373,0.004593c-0.054306-0.177486-0.019264-0.355499-0.025139-0.529999  c-0.0056-0.166817-0.001205-0.333973-0.001205-0.508751c-0.068359-0.033257-0.118401-0.029194-0.125427,0.022518  c-0.011208,0.082539-0.016632,0.165955-0.022102,0.249161c-0.016396,0.249191-0.031624,0.498463-0.047752,0.754665  c-0.212837,0.056908-0.405769,0.023056-0.60878,0.023281c-0.044449-0.186909-0.00161-0.353058-0.011673-0.516869  c-0.010094-0.164604,0.01577-0.331711-0.024231-0.511936c-0.069206-0.008064-0.129303-0.023258-0.188629-0.020672  c-0.428291,0.018711-0.856655,0.037388-1.284439,0.064861c-0.101219,0.006508-0.200294,0.046432-0.300087,0.070919  c-0.083958,0.302189,0.006348,0.597744-0.044743,0.902794c-0.068947,0.00668-0.1283,0.016331-0.187775,0.017117  c-0.061749,0.000816-0.1236-0.006947-0.178394-0.010498c-0.018772-0.025246-0.041595-0.041649-0.041759-0.05827  c-0.003418-0.354877-0.008362-0.709827-0.003864-1.064648c0.002071-0.163197,0.096977-0.268932,0.248142-0.327534  c0.284298-0.110214,0.578743-0.177418,0.880482-0.216991c0.45779-0.06004,0.918533-0.055851,1.378624-0.068718  c1.08773-0.030415,2.175476-0.060524,3.263039-0.09594c0.827126-0.026928,1.653099-0.003979,2.478882,0.039906  C70.640793,36.726669,70.671562,36.734367,70.720619,36.742111z\"><\/path><path d=\"M2.844656,53.194481c0,0.603146,0,1.185429,0,1.783752c-0.046568,0.01614-0.092743,0.045815-0.139092,0.046089  c-0.469591,0.002804-0.939213,0.001305-1.408816-0.001057c-0.029439-0.000145-0.058791-0.017532-0.105021-0.032257  c-0.040213-0.189796-0.016861-0.387253-0.020478-0.582539c-0.003866-0.208706-0.003055-0.417564-0.000237-0.626301  c0.002644-0.195869-0.014595-0.393242,0.018649-0.597614c0.18564-0.059834,0.363293-0.029949,0.537192-0.034657  c0.187752-0.005085,0.375889-0.005684,0.563596,0.000168C2.46544,53.155521,2.644125,53.120777,2.844656,53.194481z\"><\/path><path d=\"M2.843551,52.30938c0.004567,0.090591,0.011303,0.162285,0.01057,0.23391  c-0.00041,0.040047-0.013213,0.079964-0.020242,0.1189c-0.036203,0.014305-0.064697,0.035191-0.093388,0.035465  c-0.448564,0.004276-0.897153,0.006737-1.345739,0.00713c-0.0611,0.000053-0.122213-0.013306-0.187079-0.020893  c-0.055872-0.127869-0.039605-0.246864-0.015388-0.378666c0.178821-0.062283,0.356906-0.029255,0.530785-0.034496  c0.18766-0.00565,0.375734-0.005306,0.56342-0.000099C2.461801,52.275494,2.640012,52.245148,2.843551,52.30938z\"><\/path><path d=\"M15.871214,59.854748c-0.017894-0.115307-0.04436-0.237057-0.053803-0.360115  c-0.009955-0.129742-0.031067-0.245716-0.1446-0.331123c-0.081545-0.061344-0.103971-0.157173-0.093238-0.25462  c0.093369-0.847668-0.017509-1.693607-0.021529-2.540428c-0.004125-0.868523-0.040865-1.736927-0.042442-2.605423  c-0.004621-2.543293-0.022258-5.086681,0.033117-7.629784c0.015037-0.690533,0.011199-1.381458,0.022573-2.072098  c0.006938-0.421261,0.015337-0.429287,0.279584-0.797573c0.07696-0.004818,0.169154-0.014854,0.261436-0.015736  c1.590736-0.01516,3.181469-0.03994,4.772226-0.041668c8.29958-0.009033,16.599167-0.012295,24.89875-0.017025  c0.617474-0.000355,1.234943,0.002716,1.852406,0.006184c0.113117,0.000633,0.229584-0.011166,0.352371,0.050468  c0.011436,0.056145,0.029045,0.115021,0.034344,0.17498c0.008274,0.093697,0.011299,0.188126,0.011246,0.282242  c-0.001278,2.229256-0.00016,4.458519-0.006374,6.687763c-0.003326,1.193089-0.022167,2.386127-0.02927,3.579212  c-0.010963,1.841892-0.017651,3.683807-0.027008,5.525711c-0.000584,0.11425-0.008625,0.228458-0.013748,0.356464  c-0.067734,0.016987-0.125103,0.041866-0.183411,0.044323c-0.449421,0.018921-0.899025,0.047256-1.348576,0.047379  c-8.048401,0.002254-16.096794,0.001633-24.145193-0.000313c-1.412903-0.000343-2.8258-0.011211-4.238707-0.013702  c-0.575584-0.001015-1.151186,0.00803-1.726786,0.010906C16.179222,59.941448,16.041506,59.950802,15.871214,59.854748z   M18.034533,58.086926c0.135334,0.01461,0.290077,0.042679,0.445351,0.046005  c0.523046,0.011208,1.046282,0.018257,1.569448,0.018635c3.631124,0.002647,7.262253,0.006081,10.893375,0.00354  c2.856728-0.002003,5.713467-0.008663,8.570168-0.020592c1.077641-0.004494,2.155151-0.033352,3.232796-0.044235  c1.109116-0.011208,2.218323-0.013374,3.327477-0.021675c0.101349-0.000759,0.210342,0.027039,0.315769-0.062435  c0.00354-0.080784,0.011158-0.173523,0.01115-0.266266c-0.000145-2.019684,0.003616-4.039391-0.003284-6.059059  c-0.007149-2.09277,0.004116-4.185738-0.05022-6.278149c-0.001362-0.052265-0.000107-0.104614-0.002266-0.156837  c-0.003994-0.096714-0.057629-0.159008-0.148987-0.175751c-0.143589-0.02631-0.288578-0.051479-0.433975-0.059937  c-0.208714-0.012138-0.418335-0.011799-0.627563-0.011646c-2.385845,0.001698-4.771706,0.011616-7.157528,0.005127  c-3.777508-0.010273-7.554987-0.031792-11.332479-0.047699c-1.841675-0.007755-3.683352-0.015633-5.525036-0.019463  c-0.952225-0.00198-1.90448,0.00275-2.856682,0.009838c-0.133934,0.000996-0.270996,0.019833-0.400698,0.053326  c-0.217747,0.056221-0.326664,0.214321-0.345098,0.434471c-0.006968,0.083206-0.004862,0.167301-0.004353,0.25098  c0.020943,3.44278,0.040966,6.885559,0.064777,10.32832c0.003256,0.470722,0.02816,0.941257,0.037582,1.411991  c0.003115,0.155659,0.048666,0.283287,0.166628,0.38958C17.865828,57.891529,17.937981,57.982265,18.034533,58.086926z\"><\/path><path d=\"M51.665646,51.590481c0.000004,1.935989,0.000031,3.871983-0.000084,5.807972  c-0.000004,0.094173-0.000496,0.188366-0.002052,0.282524c-0.005314,0.320908-0.288063,0.589535-0.580372,0.587143  c-0.366192-0.002998-0.732475-0.004036-1.098633,0.000553c-0.284012,0.003559-0.582222-0.263844-0.578579-0.586323  c0.000946-0.083691-0.001999-0.167412-0.002003-0.251122c-0.000114-3.903374-0.000114-7.806751-0.000011-11.710125  c0-0.08371,0.002476-0.167423,0.001957-0.251125c-0.002094-0.33844,0.309483-0.592007,0.577198-0.588085  c0.36615,0.005371,0.73246,0.004585,1.09864,0.000492c0.284813-0.003189,0.57444,0.258209,0.581638,0.586208  c0.002064,0.094143,0.002209,0.188347,0.002213,0.28252C51.665676,47.697571,51.665646,49.644028,51.665646,51.590481z   M51.184113,51.606346c0-1.673489,0.000095-3.346973-0.000221-5.020462c-0.000019-0.104546,0.005264-0.210075-0.006599-0.313465  c-0.036961-0.321995-0.323483-0.564724-0.652145-0.56007c-0.321579,0.004559-0.588631,0.231697-0.631996,0.544502  c-0.012848,0.092686-0.011562,0.187759-0.011578,0.281734c-0.000515,3.357433-0.000477,6.71487-0.00005,10.072304  c0.000011,0.083565-0.000969,0.1679,0.00922,0.250561c0.041054,0.333073,0.306023,0.556564,0.650047,0.553066  c0.340847-0.00346,0.60593-0.23698,0.637634-0.568295c0.009922-0.103748,0.005497-0.208984,0.005516-0.313541  C51.184208,54.890568,51.184124,53.248459,51.184113,51.606346z\"><\/path><path d=\"M67.110855,50.21682c-0.044388-0.274204-0.055283-3.208504-0.018967-3.603107  c0.059273-0.076103,0.146088-0.071041,0.228241-0.070251c0.188164,0.001816,0.376274,0.012596,0.5644,0.012753  c2.289787,0.001881,4.579559,0.003029,6.869347,0.00288c0.345009-0.000023,0.690025-0.008919,1.035057-0.010914  c0.102501-0.000591,0.207878-0.011009,0.30674,0.0341c0.057152,0.102718,0.044258,0.20945,0.045403,0.311543  c0.007782,0.690083,0.009056,1.380249,0.019386,2.070286c0.005623,0.375992,0.025261,0.75177,0.037254,1.127686  c0.000954,0.029633-0.008362,0.059589-0.013412,0.092766c-0.031013,0.011375-0.059479,0.030952-0.087959,0.030968  C73.1064,50.216908,70.116463,50.21682,67.110855,50.21682z M67.276085,49.959  c0.139725,0.001575,0.263367,0.00581,0.386917,0.003727c0.208984-0.003525,0.417892-0.015499,0.626854-0.016201  c2.310135-0.007725,4.620255-0.014004,6.930382-0.020527c0.167252-0.000477,0.33461,0.003578,0.501717-0.00135  c0.069031-0.002033,0.137535-0.022221,0.221893-0.036858c0-0.120689,0.000229-0.224594-0.000046-0.328503  c-0.000755-0.292702-0.002609-0.5854-0.002411-0.878105c0.000351-0.522686,0.003189-1.045376,0.001701-1.568054  c-0.000259-0.090546,0.02256-0.189621-0.073509-0.284332c-0.095467-0.002766-0.208664-0.00893-0.321854-0.00885  c-0.689903,0.000492-1.379799,0.004025-2.069702,0.003532c-1.839783-0.001305-3.679565-0.00423-5.519348-0.006218  c-0.177696-0.000191-0.355522-0.001736-0.533035,0.004662c-0.057831,0.002087-0.114822,0.027473-0.166344,0.040699  C67.225105,47.264011,67.23452,49.685715,67.276085,49.959z\"><\/path><path d=\"M18.077612,57.52935c-0.074226-0.076797-0.055025-0.175327-0.055799-0.267143  c-0.003357-0.397697-0.004604-0.795422-0.004366-1.193138c0.001753-2.930573,0.005116-5.861145,0.005144-8.791718  c0.000006-0.50227-0.015575-1.004517-0.019333-1.506813c-0.001005-0.133987,0.015093-0.268108,0.024101-0.41452  c0.083399-0.021347,0.150778-0.047413,0.220039-0.054161c0.093361-0.009094,0.188169-0.003841,0.282358-0.003841  c9.04257-0.00008,18.085138-0.000225,27.12771,0.001232c0.143959,0.000023,0.292557-0.027588,0.43288,0.037151  c0.062023,0.107243,0.055794,0.223236,0.053974,0.337276c-0.003166,0.198582-0.015045,0.397102-0.015099,0.595646  c-0.000965,3.621361-0.000301,7.242725-0.002323,10.86409c-0.000072,0.132004,0.036907,0.272755-0.063633,0.412285  c-0.082413,0.004223-0.174465,0.012505-0.266571,0.013149C40.364643,57.597008,18.350742,57.573257,18.077612,57.52935z   M18.283695,57.356346c0.068048,0.008709,0.118479,0.020821,0.168907,0.020817  c9.093937-0.000782,18.187874-0.002396,27.281815-0.005295c0.028801-0.000008,0.057587-0.019211,0.094715-0.03241  c0.052464-0.128925,0.031349-0.265961,0.031391-0.399334c0.001148-3.631485,0.000935-7.262966,0.000813-10.894451  c-0.000004-0.094173,0.003937-0.188843-0.004402-0.282349c-0.00523-0.05859-0.030006-0.115437-0.050934-0.190788  c-0.14632,0-0.281109,0.000004-0.415897,0.000004c-8.895195,0-17.790396-0.000004-26.685595,0.000023  c-0.083719,0-0.167694-0.003567-0.25107,0.001865c-0.059238,0.003853-0.117674,0.020046-0.170738,0.02969  C18.244532,45.884964,18.243792,57.059219,18.283695,57.356346z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Injectiemachines van 50T tot 1000T voor verschillende projectgroottes.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"&#x56FE;&#x5C42;_1\" x=\"0px\" y=\"0px\" width=\"100px\" height=\"100px\" viewbox=\"0 0 100 100\" xml:space=\"preserve\"><path d=\"M53.723286,38.08147c-0.712936-1.059002-1.373653-2.075569-2.070198-3.06699  c-1.085903-1.545612-2.197849-3.072931-3.292015-4.612795c-0.070538-0.099277-0.116852-0.239237-0.117931-0.360767  c-0.013451-1.520521-0.015949-3.041138-0.023407-4.56172c-0.00045-0.092348-0.019047-0.184607-0.037159-0.349274  c6.0453,0,12.074497,0,18.131481,0c0,0.206724,0,0.458834,0.000008,0.710943c0.000031,1.369467,0.007416,2.739019-0.008797,4.108294  c-0.002113,0.179237-0.091644,0.380451-0.197372,0.531977c-1.41964,2.034571-2.849194,4.062227-4.276691,6.091322  c-0.344711,0.489971-0.690861,0.978931-1.062077,1.504799c0.12915,0.007885,0.217724,0.017982,0.306293,0.018013  c2.447811,0.000885,4.895626-0.002781,7.343403,0.006069c0.253174,0.000916,0.353226-0.057838,0.345779-0.327118  c-0.016876-0.610294-0.005302-1.221375-0.005302-1.854733c0.026009-0.005711,0.077644-0.027012,0.12925-0.026932  c1.350868,0.002205,2.701721,0.010963,4.052589,0.009888c5.103912-0.00407,10.20784-0.011204,15.31176-0.0172  c0.085068-0.000099,0.170219-0.003029,0.255173,0.000069c0.195419,0.007122,0.283272-0.061756,0.282516-0.280117  c-0.007248-2.10524-0.004349-4.21052-0.004349-6.352022c0.0933,0,0.19352,0,0.293724,0  c0.973526-0.000002,1.94706,0.000082,2.920586-0.000145c0.094505-0.000023,0.189224,0.001844,0.28347-0.003677  c0.4692-0.027491,0.461128-0.028345,0.456085,0.435381c-0.021255,1.954706-0.032639,3.909538-0.060463,5.86414  c-0.004036,0.283482,0.101181,0.342468,0.363045,0.341572c2.145493-0.007355,4.291046-0.001347,6.436569,0.000568  c0.159004,0.000141,0.318008,0.000019,0.505821,0.000019c0.006126,0.130077,0.014931,0.229546,0.014923,0.329014  c-0.000412,12.649994-0.001381,25.299988-0.002731,37.949982c-0.000076,0.699821-0.001747,0.699776-0.697617,0.699783  c-11.880844,0.000015-23.761681,0.000069-35.642521,0.000053c-12.608597-0.000008-25.217194,0.000687-37.82579-0.000412  C17.882681,74.868767,9.934019,74.865471,1.985357,74.8629c-0.472553-0.000153-0.94515-0.001205-1.417634-0.008118  C0.38129,74.852058,0.195109,74.832153,0,74.819504c0-0.852684,0-1.679459,0-2.53904c1.900777,0,3.78556,0,5.693911,0  c0-0.666298,0-1.304871,0-1.965416c0.679653,0,1.336042,0,2.026598,0c0,0.615257,0,1.241936,0,1.886551  c0.623491,0,1.213302,0,1.840643,0c0-0.244698-0.011899-0.487495,0.001875-0.728836  c0.11397-1.996964,1.209699-3.725456,3.308971-4.206818c0.55354-0.12693,1.142406-0.131058,1.715516-0.135849  c1.79565-0.015007,3.591522-0.003159,5.38731-0.002899c0.092089,0.000015,0.184179-0.010979,0.291206-0.017807  c0-0.446312,0-0.874649,0-1.346863c-2.770325,0-5.524384,0-8.321426,0c0-0.16217-0.000295-0.281067,0.000045-0.399963  c0.008046-2.824657,0.016047-5.649315,0.02481-8.473976c0.000264-0.084854,0.007858-0.169735,0.01333-0.254524  c0.025578-0.396255,0.025699-0.390053,0.441257-0.38728c2.041098,0.013638,4.082217,0.024487,6.123342,0.032692  c0.099302,0.000401,0.19874-0.033424,0.314257-0.054218c0-0.933739-0.000856-1.848789,0.000666-2.76384  c0.000338-0.202377-0.137463-0.189789-0.273937-0.18737c-0.888031,0.015747-1.776108,0.044785-2.664099,0.042431  c-0.887936-0.002361-1.775781-0.036655-2.663685-0.056103c-0.176717-0.003872-0.2989-0.031269-0.296561-0.266766  c0.010118-1.01939,0.001612-2.038967-0.000074-3.058472c-0.000168-0.101295-0.000023-0.202591-0.000023-0.33567  c0.214319,0,0.40093,0.001545,0.587506-0.00024c1.691638-0.016201,3.383266-0.033527,5.074915-0.048656  c0.153109-0.001366,0.260984,0.000511,0.258034-0.221249c-0.017593-1.322338-0.017132-2.64492-0.022509-3.967419  c-0.000685-0.16811-0.000095-0.336224-0.000095-0.537861c2.227718,0,4.46677,0,6.734831,0c0,0.472584,0,0.912048,0,1.392479  c2.86784,0,5.706894,0,8.57353,0c0-1.928043,0-3.869598,0-5.853207c0.211292,0,0.39645-0.000072,0.581612,0.000011  c0.652168,0.000305,1.304657,0.011776,1.956257-0.007275c0.151653-0.004433,0.331455-0.077618,0.445179-0.178818  c0.697174-0.620411,1.377171-1.260071,2.069427-1.886105c0.059761-0.05405,0.166698-0.077755,0.252075-0.078568  c2.400341-0.022896,4.800728-0.040623,7.201103-0.060043c2.277454-0.018429,4.554901-0.037762,6.832348-0.057102  C53.553604,38.095032,53.599014,38.089718,53.723286,38.08147z M83.169586,47.774582  c-0.018097,0.000004-0.036179,0.000015-0.054276,0.000019c0-2.843174,0.000023-5.686348-0.000031-8.529522  c-0.000015-0.594982-0.00016-0.598431-0.61454-0.595509c-3.32605,0.015808-6.652092,0.033337-9.978134,0.050652  c-0.397003,0.002064-0.423424,0.03014-0.423676,0.447704c-0.00135,2.219749-0.003181,4.439491-0.003044,6.659241  c0.000214,3.532715,0.001724,7.06543,0.003113,10.598145c0.000145,0.393974,0.040993,0.438309,0.435287,0.44566  c0.377792,0.00705,0.755745,0.00732,1.133621,0.007313c3.052032-0.000061,6.104073-0.002846,9.156105,0.001965  c0.264137,0.000416,0.352936-0.080608,0.351944-0.358517C83.165634,53.592712,83.169586,50.68364,83.169586,47.774582z   M85.314575,48.801949c0.151199,0.008194,0.263443,0.019676,0.375671,0.019577  c3.760353-0.00338,7.520699-0.00774,11.281052-0.012386c0.374695-0.000465,0.37825-0.004482,0.378189-0.38237  c-0.000496-3.144779-0.004402-6.289566,0.003265-9.434326c0.000671-0.276443-0.086655-0.350117-0.357262-0.349548  c-3.788704,0.007954-7.577446,0.00539-11.366173,0.005383c-0.099022,0-0.198044,0-0.314743,0  C85.314575,42.053619,85.314575,45.412678,85.314575,48.801949z M61.326092,64.203812c-10.450146,0-20.868107,0-31.293224,0  c0,0.901268,0,1.754921,0,2.648605c10.445175,0,20.867939,0,31.293224,0  C61.326092,65.961655,61.326092,65.076653,61.326092,64.203812z M34.040691,62.208824c0-1.029522,0-2.053356,0-3.055412  c-6.372679,0-12.725647,0-19.127615,0c0,1.034733,0,2.027378,0,3.055412  C21.289501,62.208824,27.655176,62.208824,34.040691,62.208824z M37.126228,59.10643  c0.1992-0.094173,0.362057-0.175022,0.527981-0.248985c1.245235-0.555073,2.490597-1.109867,3.737202-1.661854  c0.196907-0.087185,0.269051-0.229889,0.270668-0.441658c0.014549-1.904274,0.036335-3.808491,0.053497-5.712746  c0.004597-0.509949,0.01128-1.020298-0.004341-1.529808c-0.006744-0.219845-0.010708-0.471046-0.114834-0.650749  c-0.309544-0.534218-0.609108-1.093575-1.019669-1.546009c-0.919342-1.0131-1.901169-1.969727-2.863331-2.943645  c-0.17355-0.175674-0.374729-0.324081-0.587173-0.505604C37.126228,48.959473,37.126228,54.005936,37.126228,59.10643z   M83.161125,58.055771c-0.055893-0.010075-0.083008-0.019234-0.110123-0.019241c-3.5345-0.001122-7.069-0.000397-10.6035-0.004433  c-0.260757-0.000298-0.343811,0.124645-0.345818,0.363686c-0.005852,0.698837-0.023346,1.397568-0.031013,2.096394  c-0.005035,0.458466-0.000954,0.917027-0.000954,1.409332c-2.81144,0-5.611763,0-8.381706,0c0,3.45599,0,6.877819,0,10.293026  c0.459763,0.055855,0.485153,0.044914,0.485435-0.245041c0.003006-3.022408,0.003784-6.044823,0.005165-9.067234  c0.000084-0.183975,0.000015-0.367947,0.000015-0.525284c0.437759,0,0.833351-0.000004,1.228951,0  c2.164101,0.000004,4.328331,0.015175,6.492279-0.003357c3.6884-0.031574,7.378624,0.109596,11.065086-0.110703  c0.062798-0.00375,0.125114-0.015659,0.196182-0.024872C83.161125,60.825848,83.161125,59.449898,83.161125,58.055771z   M60.234226,50.986191c0.055645-0.044807,0.117008-0.086292,0.169041-0.137306c0.99836-0.97887,1.992847-1.961712,2.994205-2.937504  c0.561176-0.546856,1.128605-1.087509,1.701588-1.62199c1.138733-1.062199,2.285248-2.116055,3.423042-3.179241  c0.15638-0.146126,0.257141-0.359783,0.427284-0.480968c0.187958-0.133877,0.332565-0.237213,0.235268-0.494766  c-0.023643-0.062572,0.01989-0.147858,0.020874-0.222851c0.003265-0.250008,0.001236-0.500088,0.001236-0.803551  c-3.004349,0-5.973949,0-8.972538,0C60.234226,44.371975,60.234226,47.672783,60.234226,50.986191z M53.803143,53.998245  c-0.147106,0.042408-0.228657,0.059116-0.305077,0.088959c-1.386963,0.541687-2.78302,1.061657-4.157223,1.634045  c-1.567974,0.653088-3.119804,1.34547-4.670677,2.038605c-0.358829,0.160378-0.676128,0.412071-1.031097,0.583317  c-0.143799,0.069374-0.200726,0.12339-0.196686,0.279606c0.01123,0.434193,0.007725,0.868774,0.009499,1.303204  c0.000748,0.183613,0.000126,0.367226,0.000126,0.539764c3.484138,0,6.928059,0,10.351135,0  C53.803143,58.306416,53.803143,56.175552,53.803143,53.998245z M43.406963,47.648121  c0.16016-0.045082,0.289791-0.061832,0.401295-0.115917c1.728947-0.838631,3.465023-1.663364,5.179642-2.530453  c1.338272-0.676769,2.662964-1.383278,3.967781-2.122276c0.982353-0.556366,0.762299-0.430141,0.782173-1.391842  c0.008293-0.40118,0.001434-0.401829-0.400215-0.401852c-2.804543-0.000153-5.609085-0.002197-8.413616,0.002304  c-0.402912,0.000645-0.806419,0.055233-1.208424,0.043392c-0.275177-0.008102-0.311085,0.130131-0.312977,0.340958  c-0.016937,1.887123-0.03656,3.774231-0.050961,5.661373C43.350529,47.282734,43.382729,47.431911,43.406963,47.648121z   M53.787605,43.82769c-3.119072,1.555004-6.037476,3.41333-9.263943,4.667309c0.005657,0.026947,0.011311,0.05389,0.016968,0.080837  c3.069172,1.055443,6.13834,2.110889,9.246975,3.179901C53.787605,49.076805,53.787605,46.47369,53.787605,43.82769z   M43.363842,49.615841c0,2.418636,0,4.791874,0,7.227184c3.190563-1.318672,6.344158-2.62207,9.497749-3.925465  c-0.001949-0.037457-0.003902-0.074921-0.005856-0.112381c-0.598942-0.205959-1.198086-0.411346-1.796795-0.617989  c-2.18985-0.755833-4.378407-1.515442-6.570465-2.26482C44.129383,49.79961,43.755112,49.72121,43.363842,49.615841z   M15.694718,72.223648c-0.000002,0.017334-0.000003,0.034668-0.000007,0.05201c1.425871,0,2.851757-0.003242,4.277601,0.003143  c0.241938,0.001083,0.319983-0.072624,0.318962-0.328865c-0.004133-1.038071,0.014761-2.076363,0.038097-3.114281  c0.004324-0.19236-0.028252-0.265091-0.241268-0.264244c-2.077799,0.008331-4.155643,0.00592-6.233473,0.006386  c-1.064225,0.000237-2.231939,0.79631-2.545959,1.818268c-0.137486,0.447441-0.138773,0.941063-0.168814,1.415802  c-0.025941,0.40995-0.005217,0.411644,0.418157,0.411705C12.936916,72.223763,14.315817,72.223648,15.694718,72.223648z   M85.46508,72.132195c0.078194,0.017563,0.104767,0.028717,0.131355,0.028755  c1.152695,0.001717,2.305428,0.006561,3.458023-0.003723c0.103592-0.000923,0.237144-0.075432,0.304451-0.158257  c0.468567-0.576569,0.923851-1.163933,1.382362-1.74865c0.70237-0.895706,1.400597-1.79467,2.106659-2.687447  c0.763947-0.965981,1.544205-1.919197,2.299553-2.891785c0.528641-0.680656,1.027405-1.384491,1.583473-2.137497  c0.012573,0.201866,0.028152,0.336849,0.028343,0.471855c0.00396,2.889748,0.006241,5.779488,0.008713,8.669235  c0.000404,0.467644,0.036133,0.496254,0.525009,0.392784c0-0.086746-0.000343-0.179543,0.000053-0.272339  c0.018158-4.27739,0.033562-8.554787,0.060982-12.832111c0.001816-0.283253-0.063469-0.369034-0.356987-0.368237  c-3.675423,0.009941-7.350868,0.00647-11.026321,0.006435c-0.155624,0-0.311241,0-0.505669,0  C85.46508,63.115395,85.46508,67.61718,85.46508,72.132195z M61.400455,60.528954c0-0.297005-0.013622-0.561947,0.007256-0.824142  c0.007496-0.094212,0.080921-0.240406,0.153893-0.261772c0.249939-0.073189,0.512466-0.137306,0.771175-0.141235  c1.936119-0.029419,3.872536-0.040142,5.808731-0.065731c0.339157-0.004478,0.677757-0.051247,1.035843-0.080029  c-0.396072-0.530788-8.233574-4.732441-8.94239-4.824688c0,2.059887,0,4.123245,0,6.197598  C60.644016,60.528954,61.00771,60.528954,61.400455,60.528954z M69.164276,57.325191c0-1.149502,0.000015-2.235569,0-3.321632  c-0.000008-0.689621-0.002762-1.379253,0.001511-2.068844c0.001366-0.220123-0.075294-0.336102-0.314293-0.306717  c-0.341896,0.042042-0.685242,0.072281-1.027054,0.114933c-0.747414,0.093277-1.496262,0.177925-2.240753,0.290924  c-0.75119,0.114017-1.499275,0.250393-2.246014,0.391254c-0.636425,0.120056-1.269695,0.257278-1.902443,0.395649  c-0.079723,0.017433-0.147774,0.08815-0.221222,0.134186c0.057663,0.064129,0.107697,0.138145,0.174889,0.18993  c0.087605,0.067516,0.18581,0.123264,0.284618,0.174023c1.556538,0.799526,3.116943,1.591602,4.669487,2.398781  c0.567894,0.295265,1.118713,0.623543,1.675194,0.940491C68.387062,56.868263,68.752136,57.084995,69.164276,57.325191z   M69.280754,44.234516c-0.025764-0.013309-0.051521-0.026615-0.077278-0.039921  c-2.430222,2.296055-4.860443,4.59211-7.290668,6.888165c0.012115,0.020832,0.024223,0.04166,0.036331,0.062489  c0.380383-0.078449,0.759609-0.163036,1.141335-0.234314c1.95055-0.364223,3.901455-0.726509,5.853092-1.084858  c0.214088-0.03931,0.283974-0.138596,0.282852-0.36116c-0.007378-1.463455-0.001534-2.927002,0.006348-4.39048  C69.234268,44.794384,69.264023,44.514484,69.280754,44.234516z M57.319431,36.638561  c0.029694-0.008377,0.059391-0.016747,0.089081-0.025124c0.863277-2.096657,1.726555-4.193317,2.586884-6.282803  c-1.848686,0-3.684074,0-5.551506,0C55.413059,32.456646,56.366241,34.547604,57.319431,36.638561z M85.425819,56.613976  c0.072945,0.00856,0.109268,0.016548,0.145592,0.016556c3.825249,0.00082,7.650497-0.000259,11.475739,0.004772  c0.211807,0.000278,0.248718-0.092224,0.248283-0.274647c-0.004326-1.803154-0.002579-3.606327-0.003159-5.409492  c-0.000015-0.05645-0.00676-0.112896-0.010139-0.169353c-0.012848-0.214706-0.110855-0.294342-0.340225-0.293278  c-3.173439,0.014709-6.346924,0.018169-9.520401,0.027363c-0.566467,0.001644-1.133789,0.038818-1.698914,0.015564  c-0.25071-0.010311-0.301971,0.051155-0.30101,0.284164c0.00766,1.850342,0.004257,3.700733,0.004242,5.551109  C85.425827,56.441105,85.425819,56.515472,85.425819,56.613976z M38.103897,42.99501  c1.223316,1.264156,2.421257,2.502087,3.624462,3.745457c0-1.871616,0-3.721493,0-5.595467  c-0.513992,0-0.984024-0.008915-1.453251,0.006542c-0.111351,0.00367-0.242214,0.064522-0.326366,0.140713  C39.329617,41.852779,38.720081,42.423882,38.103897,42.99501z M27.698568,65.810425c0,2.133614,0,4.289871,0,6.439674  c0.445913,0.081543,0.463709,0.068169,0.463728-0.324303c0.000132-2.153038,0.00135-4.306084-0.002419-6.459122  c-0.000294-0.16787-0.011499-0.343307-0.060947-0.501724c-0.072638-0.232697-0.170572-0.459679-0.477135-0.480827  c-0.329123-0.022713-0.484381,0.072838-0.642099,0.389381c-0.055168,0.110718-0.135645,0.237297-0.23877,0.290947  c-0.541183,0.281532-1.096151,0.536407-1.641068,0.810982c-1.024946,0.516449-2.096428,0.947166-3.055336,1.62645  c-0.033068-0.023903-0.084669-0.063393-0.138422-0.099693c-0.286058-0.193199-0.639864-0.157814-0.961842,0.095261  c-0.295862,0.232552-0.40139,0.579491-0.273186,0.898125c0.134024,0.333099,0.441437,0.515419,0.893692,0.493042  c0.191675-0.009491,0.322319,0.023666,0.455099,0.179726c0.286839,0.337135,0.595856,0.656738,0.910654,0.968529  c0.764732,0.757431,1.536438,1.507858,2.309448,2.256859c0.110033,0.106613,0.247982,0.263863,0.406141,0.109619  c0.16906-0.164871-0.017042-0.287796-0.115919-0.397942c-0.208012-0.23172-0.419559-0.461563-0.6448-0.676308  c-0.899977-0.858025-1.807215-1.70845-2.705191-2.56855c-0.046034-0.044106-0.06958-0.176842-0.03788-0.2258  c0.155653-0.240417,0.24621-0.47963,0.086338-0.741699c0.131159-0.035965,0.24641-0.049561,0.344873-0.097565  c0.530491-0.258659,1.057787-0.523941,1.584351-0.79055c0.844128-0.427406,1.685701-0.859863,2.531836-1.283249  c0.085072-0.042564,0.197201-0.061638,0.291332-0.049484C27.202078,65.700729,27.419811,65.754791,27.698568,65.810425z   M53.427334,27.871462c0.128716,0.314697,0.244843,0.568399,0.335526,0.830885  c0.061203,0.177145,0.169754,0.214945,0.341503,0.213779c0.963303-0.006544,1.926674-0.003151,2.890018-0.003151  c1.114464-0.000002,2.22897,0.004183,3.343319-0.006792c0.105835-0.001041,0.287281-0.080633,0.302551-0.15184  c0.060036-0.279932,0.067635-0.5711,0.097031-0.882881C58.301273,27.871462,55.906746,27.871462,53.427334,27.871462z   M51.812977,30.481564c0.15966,0.502008,4.406147,7.169674,4.648079,7.285957  c-0.059052-0.113289-0.120041-0.21645-0.168396-0.325222c-0.456718-1.027355-0.895878-2.062828-1.370388-3.081867  c-0.581364-1.24852-1.188446-2.485163-1.796371-3.721062c-0.045891-0.09329-0.185596-0.194921-0.284473-0.197823  C52.504948,30.431677,52.167213,30.464323,51.812977,30.481564z M24.926601,50.209007c1.393806,0,2.756197,0,4.126804,0  c0-0.379711,0-0.741817,0-1.108315c-1.385508,0-2.754564,0-4.126804,0C24.926601,49.478699,24.926601,49.834141,24.926601,50.209007  z M62.861214,30.372293c-0.411098,0-0.72789,0.010973-1.043468-0.003862c-0.210037-0.009874-0.30545,0.06237-0.388409,0.265089  c-0.437923,1.070116-0.897591,2.131372-1.352566,3.194483c-0.298355,0.697136-0.608639,1.389271-0.898796,2.089764  c-0.104034,0.251163-0.164726,0.520264-0.245197,0.781174c0.019379,0.008301,0.038746,0.016598,0.058125,0.024899  C60.263733,34.635002,61.536564,32.546169,62.861214,30.372293z M67.732071,66.840149  c-0.002365,0.651573,0.476646,1.119591,1.148293,1.121948c0.642433,0.002258,1.186043-0.503868,1.191277-1.109131  c0.005371-0.623192-0.552353-1.162132-1.206734-1.166084C68.234695,65.683075,67.734413,66.192375,67.732071,66.840149z   M57.972839,43.126141c0-0.748196,0-1.468773,0-2.193233c-0.627613,0-1.236031,0-1.858868,0c0,0.737762,0,1.458153,0,2.193233  C56.735661,43.126141,57.335804,43.126141,57.972839,43.126141z M76.840996,67.048569  c-0.027382-0.043533-0.054756-0.087059-0.08213-0.1306c-0.254082,0.118126-0.532173,0.201889-0.758377,0.359886  c-1.612213,1.126076-3.220459,2.258133-4.815437,3.408409c-0.602943,0.434845-1.173492,0.915756-1.743294,1.394112  c-0.089661,0.075272-0.096672,0.248901-0.141907,0.377052c0.127243-0.017059,0.257523-0.022797,0.380547-0.055641  c0.06823-0.018211,0.125824-0.079796,0.185692-0.125153c0.681725-0.516373,1.354828-1.044548,2.046059-1.547882  c1.405853-1.023705,2.82444-2.029968,4.230209-3.053795C76.393906,67.491768,76.609039,67.258636,76.840996,67.048569z   M21.469616,50.33955c0.489489,0,0.948309,0,1.469908,0c0-0.835224,0.002905-1.652809-0.007067-2.470242  c-0.00061-0.050186-0.104404-0.143391-0.157761-0.141659c-0.430101,0.01395-0.859617,0.045883-1.30508,0.073292  C21.469616,48.638748,21.469616,49.473236,21.469616,50.33955z M30.943932,49.086857c0,0.390812,0,0.752804,0,1.116013  c1.103119,0,2.188759,0,3.264217,0c0-0.386154,0-0.748322,0-1.116013C33.113579,49.086857,32.041306,49.086857,30.943932,49.086857z   M24.870539,52.022495c1.432205,0,2.832264,0,4.238894,0c0-0.285889,0-0.553699,0-0.824051c-1.423855,0-2.830605,0-4.238894,0  C24.870539,51.482601,24.870539,51.743774,24.870539,52.022495z M45.270535,69.098732  c-0.331272,0.257523-0.639015,0.459023-0.901627,0.708076c-0.74688,0.708305-1.475697,1.435661-2.210556,2.156601  c-0.080517,0.078995-0.196491,0.154945-0.219261,0.250565c-0.023869,0.100235,0.019283,0.239082,0.079224,0.331055  c0.080875,0.124092,0.184769,0.076981,0.276394-0.023972c0.177433-0.195526,0.357346-0.389526,0.546688-0.573395  c0.765381-0.743271,1.545895-1.471428,2.295483-2.230179c0.209629-0.212189,0.348457-0.463066,0.710209-0.416023  c0.096622,0.012566,0.218449-0.095863,0.314819-0.167427c0.299675-0.222519,0.353477-0.516373,0.159603-0.812248  c-0.193249-0.294914-0.515045-0.398132-0.800236-0.256699c-0.318325,0.157867-0.46328,0.506386-0.339596,0.818275  C45.21558,68.968849,45.251793,69.053413,45.270535,69.098732z M41.772243,58.772663  c-1.268028,0.548828-2.470654,1.069351-3.673275,1.589874c0.390362,0.067337,0.75758,0.061443,1.124546,0.068565  c0.759991,0.014748,1.519848,0.036293,2.279751,0.055359c0.139801,0.003513,0.270733,0.001793,0.269756-0.194748  C41.770634,59.812271,41.772243,59.332806,41.772243,58.772663z M61.39064,72.426025  c0.03455-0.041786,0.069096-0.083572,0.103642-0.125359c-0.141384-0.224533-0.258919-0.469131-0.428268-0.670113  c-0.733662-0.870674-1.485775-1.725792-2.221375-2.594856c-0.088196-0.104195-0.142754-0.25428-0.167183-0.391243  c-0.04855-0.272171-0.167103-0.490196-0.437233-0.562447c-0.221313-0.059204-0.445782-0.036613-0.615307,0.169922  c-0.247997,0.302162-0.13166,0.687592,0.278641,0.889328c0.141239,0.069443,0.312672,0.108238,0.418705,0.21315  c0.428726,0.424202,0.840511,0.865768,1.252548,1.306519c0.488842,0.522903,0.966698,1.05616,1.461285,1.573494  C61.12442,72.326805,61.270973,72.363579,61.39064,72.426025z M22.816809,53.692432c-0.45912,0-0.903179,0-1.34119,0  c0,0.742832,0,1.462757,0,2.184742c0.457333,0,0.894753,0,1.34119,0C22.816809,55.139553,22.816809,54.419754,22.816809,53.692432z   M37.567093,68.123169c-0.241768-0.003456-0.517452,0.196365-0.44001,0.374947  c0.096813,0.223244,0.247208,0.427971,0.399643,0.620811c0.108326,0.137032,0.281498,0.223801,0.385826,0.3629  c0.614807,0.819702,1.217278,1.648636,1.825546,2.473251c0.106133,0.143883,0.209137,0.293129,0.335632,0.417488  c0.052937,0.052048,0.163368,0.045654,0.247665,0.065826c0.012466-0.075043,0.053318-0.159645,0.031876-0.223282  c-0.056286-0.167091-0.119953-0.337982-0.215813-0.484367c-0.375889-0.574036-0.778351-1.130951-1.145714-1.710213  c-0.303143-0.477989-0.715691-0.889626-0.852947-1.472923C38.083038,68.310638,37.907845,68.113373,37.567093,68.123169z   M30.998447,52.020664c1.0924,0,2.152302,0,3.213326,0c0-0.287666,0-0.555363,0-0.830326c-1.078564,0-2.138458,0-3.213326,0  C30.998447,51.472645,30.998447,51.740269,30.998447,52.020664z M82.529816,62.965038  c-0.016373-0.022568-0.032753-0.045132-0.049126-0.067696c-0.178123,0.092968-0.363609,0.174229-0.533165,0.280819  c-1.075348,0.67606-2.147552,1.357124-3.219521,2.038551c-0.094688,0.060181-0.186455,0.128029-0.2686,0.204147  c-0.159439,0.147736-0.088501,0.307159,0.036697,0.411751c0.061531,0.051399,0.227882,0.050484,0.299965,0.002686  c0.225967-0.149857,0.424408-0.340332,0.642921-0.502411c0.950806-0.705269,1.906075-1.404507,2.856003-2.110928  C82.386414,63.153984,82.452156,63.051502,82.529816,62.965038z M90.020035,31.906305  c0,0.251089-0.031754,0.473803,0.008873,0.682432c0.041115,0.21109,0.097176,0.480328,0.246269,0.597466  c0.388184,0.304977,1.019249-0.016045,1.055801-0.50462c0.014046-0.187729,0.018021-0.37833,0.000671-0.565216  c-0.006821-0.073406-0.082008-0.198704-0.130379-0.200802C90.817848,31.89893,90.433388,31.906305,90.020035,31.906305z   M29.067467,55.598602c-1.083038,0-2.120317,0.001644-3.157583-0.001644c-0.17025-0.000534-0.320171-0.017418-0.318676,0.232487  c0.001295,0.216267,0.069298,0.299118,0.296217,0.296505c0.906847-0.010468,1.813885-0.004284,2.720852-0.004265  c0.148388,0.000004,0.29678,0.000004,0.45919,0.000004C29.067467,55.935402,29.067467,55.780491,29.067467,55.598602z   M31.081787,55.603416c-0.114786,0.401707-0.033995,0.518162,0.392057,0.518223  c0.670931,0.000084,1.34186,0.000034,2.012793,0.000038c0.224037,0,0.448074,0,0.66552,0  c0.080437-0.493572,0.080635-0.509186-0.375961-0.514942C32.881355,55.595451,31.986275,55.603416,31.081787,55.603416z   M22.872616,51.974445c0-0.368927,0-0.711422,0-1.05954c-0.459473,0-0.902964,0-1.339426,0c0,0.36581,0,0.708504,0,1.05954  C21.983896,51.974445,22.414055,51.974445,22.872616,51.974445z M52.125084,28.743866  c-0.075233-0.259853-0.13179-0.487034-0.210239-0.706392c-0.022961-0.064209-0.106003-0.148184-0.165234-0.151253  c-0.297848-0.015436-0.596928-0.007084-0.936035-0.007084c0.027447,0.249409,0.062431,0.460289,0.069969,0.672146  c0.005318,0.149469,0.064064,0.196632,0.205288,0.194353C51.427784,28.740166,51.766884,28.743866,52.125084,28.743866z   M62.952965,28.63084c0,0.0005-0.000008,0.000999-0.000008,0.001499c0.140511,0,0.28492,0.020996,0.420738-0.004246  c0.310497-0.057711,0.219872-0.325972,0.239849-0.523193c0.021896-0.216204-0.155067-0.165627-0.275982-0.168385  c-0.234573-0.005346-0.469601-0.007238-0.703892,0.002501c-0.061352,0.00255-0.148052,0.03665-0.176678,0.084188  c-0.238708,0.396399-0.128517,0.595366,0.327141,0.607431C62.840374,28.632126,62.896683,28.63084,62.952965,28.63084z   M18.51895,51.454021c0.450554,0,0.867907,0,1.289047,0c0-0.136257,0-0.252434,0-0.368286c-0.44228,0-0.866562,0-1.289047,0  C18.51895,51.219681,18.51895,51.329762,18.51895,51.454021z M57.035511,43.480721c0.263229,0,0.526665,0.005539,0.789509-0.004501  c0.05489-0.002098,0.107586-0.06171,0.161293-0.094814c-0.049229-0.02816-0.098194-0.080242-0.147732-0.080803  c-0.526382-0.005928-1.052891-0.005928-1.579269,0.000042c-0.049351,0.000561-0.098118,0.053043-0.147156,0.081421  c0.053959,0.032887,0.106865,0.091957,0.162056,0.094173C56.52763,43.486427,56.781681,43.480724,57.035511,43.480721z\"><\/path><path d=\"M76.40844,49.49062c-0.002899,0.549084-0.576378,1.125134-1.112274,1.117287  c-0.54425-0.007973-1.092133-0.574303-1.09594-1.132832c-0.003632-0.53302,0.519676-1.056549,1.053207-1.053654  C75.82637,48.42453,76.411217,48.965927,76.40844,49.49062z\"><\/path><path d=\"M95.724625,46.970482c-0.463333,0-0.904465,0-1.363068,0c0-2.195919,0-4.380112,0-6.585735  c0.444191,0,0.892235,0,1.363068,0C95.724625,42.566418,95.724625,44.757298,95.724625,46.970482z\"><\/path><path d=\"M88.601448,41.040508c0.000893,0.519855-0.418564,0.968037-0.904076,0.965981  c-0.458801-0.001945-0.962051-0.503277-0.971443-0.967735c-0.008194-0.404602,0.499428-0.892822,0.936066-0.900307  C88.126717,40.130478,88.60067,40.58556,88.601448,41.040508z\"><\/path><path d=\"M87.607887,47.063362c-0.456543-0.003506-0.821724-0.366753-0.82444-0.820091  c-0.002121-0.352032,0.379021-0.722054,0.736984-0.715488c0.390137,0.007153,0.857399,0.488564,0.851585,0.87735  C88.367241,46.724369,87.970482,47.066147,87.607887,47.063362z\"><\/path><path d=\"M74.877968,59.123386c0.50721,0.003193,0.858543,0.392323,0.855698,0.947773  c-0.002426,0.473164-0.361931,0.852905-0.802437,0.84761c-0.505135-0.006077-0.959396-0.457977-0.96003-0.955059  C73.970596,59.490868,74.370583,59.120193,74.877968,59.123386z\"><\/path><path d=\"M80.777863,59.182621c0.501816-0.004631,0.859001,0.356174,0.864578,0.873356  c0.004715,0.437164-0.363426,0.815067-0.798431,0.819626c-0.478561,0.005013-0.788193-0.330906-0.793793-0.861206  C80.045166,59.536079,80.350922,59.186562,80.777863,59.182621z\"><\/path><path d=\"M86.047195,71.604607c0-4.144432,0-8.293266,0-12.493206c3.573578,0,7.156578,0,10.754105,0  c-0.031128,0.871956-0.056503,1.765411-0.101677,2.657867c-0.007019,0.138691-0.076317,0.295311-0.164429,0.405636  c-1.163216,1.456276-2.34182,2.900276-3.502739,4.35836c-1.307747,1.642502-2.600227,3.297134-3.905205,4.941849  c-0.061508,0.077522-0.179314,0.155235-0.271851,0.15638c-0.897209,0.011154-1.794624,0.006142-2.691978,0.004509  C86.137276,71.635956,86.111153,71.622391,86.047195,71.604607z\"><\/path><path d=\"M96.772079,50.963394c0,1.741329,0,3.448021,0,5.177597c-3.568977,0-7.172516,0-10.800377,0  c-0.005608-0.058571-0.01841-0.129883-0.018402-0.201195c0.000145-1.548847,0.005142-3.097706-0.001328-4.646523  c-0.000801-0.192261,0.039085-0.264458,0.246552-0.265499c3.410957-0.017086,6.821877-0.041573,10.232803-0.064301  C96.525352,50.962849,96.619392,50.963394,96.772079,50.963394z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Geautomatiseerde robotica voor consistente kwaliteit en effici\u00ebntie.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"&#x56FE;&#x5C42;_1\" x=\"0px\" y=\"0px\" width=\"100px\" height=\"100px\" viewbox=\"0 0 100 100\" xml:space=\"preserve\"><path d=\"M0.584537,39.173824c1.86745,0,3.73337,0,5.655715,0c0-4.759327,0-9.502251,0-14.273371c7.706427,0,15.356359,0,23.019772,0  c0,1.739532,0,3.474276,0,5.30212c1.609207,0,3.215235,0.001255,4.82126-0.000757  c0.485859-0.000608,0.972298,0.002277,1.457321-0.02071c0.270241-0.01281,0.343559,0.097208,0.33379,0.345867  c-0.036362,0.925478-0.079262,1.85125-0.086945,2.77718c-0.014244,1.716209-0.00565,3.432606-0.006115,5.148926  c-0.000168,0.623253,0.000404,0.633343,0.62492,0.634045c3.342991,0.003773,6.685989,0.002125,10.028988,0.002281  c1.741814,0.00008,3.483627,0.000011,5.273727,0.000011c-0.344276-0.470211-0.668247-0.974659-1.053104-1.427402  c-1.511086-1.777634-3.02721-3.551411-4.568722-5.302658c-1.382507-1.570616-2.809101-3.102446-4.193279-4.671627  c-0.184174-0.208788-0.326031-0.535276-0.330471-0.809795c-0.052322-3.2341-0.074799-6.468685-0.104084-9.703152  c-0.000534-0.058603,0.011749-0.117323,0.025871-0.248714c10.297718,0,20.590752,0,30.941143,0  c0,0.277216,0.002541,0.604834-0.000389,0.932402c-0.027039,3.022005-0.049782,6.044075-0.092888,9.065857  c-0.003349,0.234896-0.09156,0.519497-0.241982,0.692886c-0.804962,0.927855-1.649094,1.821589-2.466957,2.738462  c-2.097351,2.351269-4.339638,4.573521-6.2365,7.103535c-1.061237,1.415451-2.195278,2.776356-3.295307,4.162796  c-0.025654,0.032333-0.036949,0.076054-0.0891,0.187344c0.409325,0,0.777187-0.00021,1.145058,0.000034  c1.761875,0.001171,3.523754,0.002586,5.285633,0.003586c0.296478,0.000168,0.571167,0.022327,0.564995-0.430958  c-0.019707-1.448647-0.007317-2.897732-0.007317-4.372318c0.114853-0.013508,0.21666-0.037067,0.318146-0.03574  c3.007668,0.039364,6.015236,0.087646,9.023003,0.115467c0.434464,0.004017,0.635635,0.057335,0.613144,0.589821  c-0.042847,1.014069,0.020126,2.032993,0.05117,3.049534c0.007759,0.254002,0.032707,0.515396,0.106857,0.755798  c0.032349,0.104855,0.207542,0.233696,0.319664,0.235435c1.122345,0.017395,2.245064,0.010563,3.410179,0.010563  c0.05088-0.331928,0.098-0.639305,0.153397-1.000694c0.159386,0,0.321716,0.000542,0.484062-0.000084  c1.777786-0.006847,3.555603-0.009224,5.333328-0.023842c0.499023-0.004101,0.997925-0.041321,1.496429-0.070911  c0.08519-0.005054,0.198082-0.022072,0.247345-0.078159c0.394814-0.449577,0.140259-1.517338-0.405312-1.767426  c-0.34214-0.156837-0.629189-0.340179-0.712746-0.776642c-0.144547-0.755024-0.355354-1.497375-0.546394-2.277855  c1.538383,0,3.049286,0,4.598595,0c-0.091087,0.926655-0.172157,1.837666-0.283615,2.744953  c-0.010536,0.08572-0.205162,0.194798-0.325905,0.212082c-0.313545,0.044888-0.65313,0.015892-0.80574,0.377945  c-0.204536,0.485268-0.186462,0.978733,0.074806,1.428303c0.060883,0.104778,0.315994,0.134399,0.481949,0.134914  c2.598389,0.008057,5.196823,0.005653,7.795242,0.005665c0.164032,0,0.328072,0.000004,0.565407,0.000004  c0,9.233093,0,18.428162,0,27.664894c-0.190224,0.018196-0.335663,0.044258-0.481079,0.044159  c-1.761993-0.001274-3.524025-0.002029-5.285942-0.015701c-0.238037-0.001846-0.325348,0.063866-0.321114,0.305351  c0.023415,1.335106,0.046211,2.670349,0.050682,4.005615c0.007797,2.323845,0.002052,4.647728,0.001976,6.971596  c-0.000015,0.165657,0,0.331314,0,0.530914c2.372276,0,4.715042,0,7.052895,0c0,0.929001,0,1.861519,0,2.908623  c-0.823753,0-1.592766-0.000412-2.361763,0.000069c-6.65519,0.004189-13.310371,0.010712-19.965553,0.01239  c-12.262321,0.003105-24.524658,0.01342-36.786964,0.001831c-10.788298-0.010208-21.576563-0.052132-32.364861-0.066681  c-2.658504-0.003586-5.31706,0.046745-7.975629,0.067787c-0.572636,0.004532-0.554599-0.004005-0.540661-0.590797  c0.018288-0.769958,0.004487-1.540672,0.004487-2.356972c2.157339,0,4.216004,0,6.30869,0c0-3.941826,0-7.836281,0-11.773476  c-1.882125,0-3.773921,0-5.733209,0C0.584537,58.61441,0.584537,48.922783,0.584537,39.173824z M80.66938,47.476711  c-8.739235,0-17.404053,0-26.079796,0c0,0.705399,0,1.379566,0,2.106842c2.128193,0,4.229115,0,6.322289,0  c0,0.895626,0,1.737457,0,2.615463c-1.787914,0-3.54393,0-5.323143,0c0,0.225315,0,0.41357,0,0.65551  c0.90456,0,1.790997,0,2.730087,0c0,0.847221,0,1.642044,0,2.457287c0.235126,0,0.41634,0,0.597561,0  c6.986652,0.000015,13.973309,0.000046,20.959965,0.000019c0.785454-0.000004,0.78479-0.000153,0.785622-0.800781  c0.002113-2.034317,0.004936-4.068638,0.007362-6.102955C80.669685,48.107803,80.66938,47.80751,80.66938,47.476711z   M38.237816,59.909233c0.012794-0.165726,0.025593-0.253571,0.025501-0.341412  c-0.005165-5.011662-0.010296-10.023323-0.018929-15.034981c-0.001099-0.635971-0.050137-1.273129-0.023552-1.907497  c0.023109-0.551426,0.056522-0.551693-0.51701-0.551449c-6.016806,0.002567-12.033607,0.005516-18.050411,0.010422  c-0.094629,0.00008-0.189238,0.026173-0.29784,0.042187C25.649538,48.05397,31.914244,53.953884,38.237816,59.909233z   M15.74344,42.213787c-4.174953,0-8.282068,0-12.425612,0c0.030475,6.057323-0.094363,12.104328,0.192091,18.233345  c0.166203-0.148643,0.267589-0.232533,0.361346-0.324207c1.204894-1.178146,2.408623-2.357483,3.612791-3.536373  c2.711902-2.654964,5.425648-5.308064,8.128723-7.971981c0.097553-0.096138,0.124524-0.298061,0.126364-0.451382  c0.010926-0.910946,0.004542-1.822105,0.00435-2.733189C15.743272,44.384094,15.74344,43.338188,15.74344,42.213787z   M52.214493,50.374401c-0.456093,0.427731-0.803841,0.714756-1.104996,1.044319  c-0.653736,0.715405-1.259609,1.475475-1.92812,2.176235c-1.613869,1.691723-3.234612,3.377689-4.8867,5.03194  c-1.329914,1.331665-2.725643,2.59753-4.060844,3.924099c-0.679264,0.674877-1.289494,1.419174-2.016918,2.227661  c0.258862,0,0.360275,0.001991,0.461597-0.000305c1.153221-0.026077,2.306412-0.074142,3.459652-0.075256  c3.084297-0.002991,6.168602,0.013474,9.252911,0.023636c0.691261,0.002281,0.727348-0.019684,0.731651-0.542526  c0.031269-3.796295,0.06234-7.592606,0.090931-11.388927C52.219456,52.024834,52.214493,51.254318,52.214493,50.374401z   M40.462749,49.843601c2.689678,0,5.271332-0.01812,7.852398,0.012558c0.657349,0.007809,1.213333-0.019772,1.457638-0.750164  c0.026367-0.078808,0.112316-0.140636,0.177624-0.203033c0.592587-0.566174,1.200325-1.117493,1.771603-1.704311  c0.158314-0.162624,0.291363-0.427361,0.296543-0.64851c0.028458-1.214096,0.013584-2.429199,0.013588-3.643959  c0-0.267467,0-0.534939,0-0.832481c-0.197338,0-0.331619,0-0.4659,0c-3.509136,0.000004-7.018314,0.007523-10.527367-0.009815  c-0.423065-0.002094-0.540066,0.119053-0.536373,0.533203c0.018288,2.049629,0.010521,4.099518,0.006248,6.149303  C40.508015,49.099949,40.479851,49.453453,40.462749,49.843601z M37.160107,62.231716  c-0.20565-0.021271-0.27948-0.03558-0.353313-0.035572c-2.565388,0.000126-5.130777,0.001225-7.696167,0.002964  c-7.456688,0.005058-14.913376,0.01012-22.370064,0.017387c-0.211141,0.000206-0.430807-0.00782-0.631993,0.044125  c-1.251301,0.323055-1.99602,1.288048-2.766562,2.216187C3.33006,64.491196,3.35029,64.53228,3.371945,64.651199  c0.70691,0,1.430693,0.000961,2.154473-0.000153c6.543701-0.010025,13.087405-0.028923,19.631104-0.026779  c2.885227,0.000946,5.770424,0.049751,8.655695,0.060753c0.306126,0.00116,0.697861-0.005791,0.904015-0.180725  C35.534199,63.811043,36.293175,63.049507,37.160107,62.231716z M54.625366,80.164795  c0.182922,0.013863,0.271885,0.026512,0.360855,0.026497c4.162468-0.000626,8.324944-0.004807,12.487404,0.000458  c0.350609,0.000435,0.431419-0.151772,0.42878-0.471703c-0.012047-1.45771-0.003838-2.915581-0.005882-4.37339  c-0.00016-0.115395-0.023079-0.230751-0.03006-0.29599c-4.449478,0-8.860928,0-13.241096,0  C54.625366,76.792831,54.625366,78.45768,54.625366,80.164795z M54.76926,65.984489c11.048565,0,22.05489,0,33.078678,0  c0-0.743248,0-1.416824,0-2.041821c-11.03907,0-22.044151,0-33.078678,0C54.76926,64.570747,54.76926,65.24527,54.76926,65.984489z   M10.816486,30.266747c0.152265-0.007576,0.254802-0.016571,0.357391-0.017221  c4.874046-0.030943,9.748096-0.061144,14.622149-0.091518c0.227737-0.001419,0.458632,0.017883,0.681835-0.014853  c0.107847-0.01582,0.286177-0.127918,0.288116-0.200289c0.020918-0.781265,0.013046-1.563303,0.013046-2.371155  c-6.061562,0-12.049748,0-18.056019,0c-0.010365,0.212748-0.022556,0.346643-0.022583,0.480541  c-0.000672,3.399931-0.000476,6.799864,0.001286,10.199793c0.00011,0.212132-0.009567,0.429028,0.031629,0.634426  c0.02151,0.107246,0.140969,0.274574,0.221396,0.277626c0.614022,0.023296,1.229327,0.012775,1.861754,0.012775  C10.816486,36.181202,10.816486,33.253304,10.816486,30.266747z M44.640381,26.577728c8.256725,0,16.464176,0,24.690376,0  c0-0.851938,0-1.677759,0-2.515188c-8.243309,0-16.461494,0-24.690376,0  C44.640381,24.911772,44.640381,25.72686,44.640381,26.577728z M28.941559,32.7766c0,0.542992,0,1.033607,0,1.519958  c-0.663338,0-1.262373,0-1.914677,0c0-0.550861,0-1.072659,0-1.609394c-1.359297,0-2.66453,0.003437-3.969719-0.002483  c-0.315237-0.001431-0.41474,0.135361-0.412682,0.444099c0.012335,1.851524,0.016644,3.703209,0.004108,5.554707  c-0.002558,0.378017,0.129662,0.507767,0.502445,0.502392c1.138523-0.016415,2.277586-0.019123,3.41605-0.001755  c0.340919,0.005203,0.403334-0.136295,0.396408-0.433254c-0.016163-0.693081-0.005161-1.386795-0.005161-2.098618  c0.830938,0,1.612003,0,2.438515,0c0,0.686352,0.011362,1.350372-0.004974,2.01371  c-0.007723,0.313515,0.100666,0.434284,0.420345,0.428192c0.789276-0.015034,1.579155,0.003307,2.368557-0.008068  c0.403187-0.005806,0.931618,0.095512,1.170177-0.115307c0.201576-0.178143,0.077774-0.736389,0.079113-1.126465  c0.004887-1.426643,0.002731-2.853317,0.001541-4.279976c-0.000729-0.867325-0.001667-0.851398-0.84404-0.827702  c-1.031855,0.02903-2.064554,0.02824-3.096895,0.039711C29.328733,32.778149,29.166763,32.7766,28.941559,32.7766z   M39.708626,78.37352c-10.271294,0-20.485216,0-30.706522,0c0,0.554512,0,1.07682,0,1.600723c10.253569,0,20.477985,0,30.706522,0  C39.708626,79.421539,39.708626,78.910339,39.708626,78.37352z M9.059401,68.383698c0,0.5131,0.06213,1.023621-0.016981,1.511246  c-0.083828,0.516701,0.117807,0.553864,0.542384,0.553452c7.397737-0.007111,14.795487-0.000534,22.193233,0.003036  c0.328333,0.00016,0.656664,0.000023,0.98485,0.000023c0-0.717911,0-1.36187,0-2.067757  C24.859476,68.383698,16.986837,68.383698,9.059401,68.383698z M83.307922,43.459503c0,3.822708,0,7.59428,0,11.480171  c0.204437-0.146488,0.357986-0.223782,0.469208-0.34116c1.491699-1.574135,2.984726-3.147209,4.454536-4.741604  c0.162613-0.176399,0.256699-0.481651,0.259789-0.72868c0.021851-1.744804,0.011574-3.490005,0.011566-5.235081  c0-0.143764,0.000008-0.287529,0.000008-0.433647C86.732834,43.459503,85.03672,43.459503,83.307922,43.459503z M13.289096,32.70385  c-0.014575,0.088894-0.031554,0.146214-0.032309,0.203747c-0.025259,1.925514-0.037918,3.851299-0.081861,5.776375  c-0.009229,0.40435,0.159754,0.497482,0.506723,0.496777c2.048117-0.004158,4.096259-0.004215,6.144366,0.002254  c0.396622,0.001255,0.587059-0.099289,0.580011-0.567459c-0.02669-1.773937-0.004726-3.548607-0.00108-5.322998  c0.000389-0.190807,0.00005-0.381615,0.00005-0.588696C18.000282,32.70385,15.667152,32.70385,13.289096,32.70385z   M69.42952,19.953558c-8.409019,0-16.768272,0-25.145332,0c0,0.548647,0,1.070839,0,1.603359c8.395599,0,16.765602,0,25.145332,0  C69.42952,21.011065,69.42952,20.499592,69.42952,19.953558z M35.252945,70.410545c5.586174,0,11.119217,0,16.659096,0  c0-0.734612,0-1.438858,0-2.142616c-5.572792,0-11.116566,0-16.659096,0  C35.252945,68.99968,35.252945,69.693169,35.252945,70.410545z M83.464958,61.0984c3.304115,0,6.540749,0,9.776855,0  c0.019043-0.256699,0.0103-0.4725,0.055908-0.676128c0.071075-0.31728-0.052361-0.404213-0.350349-0.398457  c-0.652443,0.012615-1.305298,0.003761-1.957993,0.003735c-0.814941-0.000038-1.629883-0.000011-2.495041-0.000011  c0-2.449261,0-4.849083,0-7.358898c-0.200165,0.207729-0.323677,0.332565-0.443542,0.460793  c-1.273705,1.362545-2.526169,2.745815-3.830109,4.078781c-0.532974,0.544838-0.927338,1.042332-0.778374,1.885563  C83.556213,59.738525,83.464958,60.419476,83.464958,61.0984z M54.720589,45.468948c0.228241,0,0.377312-0.000004,0.526379,0  c8.278923,0.000042,16.557842,0.000092,24.836765,0.000038c0.106323,0,0.215515,0.013374,0.318054-0.006664  c0.080711-0.015774,0.216225-0.06916,0.219261-0.113281c0.021698-0.314861,0.065895-0.644653-0.010719-0.940262  c-0.024597-0.094883-0.39151-0.141853-0.601868-0.142029c-8.217827-0.007004-16.435658-0.006042-24.653484-0.006126  c-0.161388-0.000004-0.322773-0.000004-0.488277-0.000004C54.815479,44.684212,54.772274,45.041542,54.720589,45.468948z   M34.231136,59.52919c-0.116646-0.122929-0.212482-0.237705-0.322098-0.337341  c-1.304386-1.185673-2.612911-2.366806-3.916094-3.553799c-1.103617-1.005222-2.206278-2.011574-3.301138-3.026291  c-1.746149-1.618343-3.496584-3.232338-5.223423-4.871113c-1.002457-0.951336-1.961931-1.947895-2.942116-2.922733  c-0.089363-0.088875-0.188744-0.167686-0.314125-0.278187c0,1.887333,0,3.714722,0,5.577248  c0.938745,0,1.850639,0.044888,2.755707-0.014351c0.710506-0.046509,1.291004,0.167564,1.831568,0.582844  c0.403145,0.309715,0.819443,0.603287,1.211298,0.926552c1.457006,1.202003,2.92285,2.394146,4.353884,3.626526  c1.42518,1.227333,2.835312,2.47438,4.204271,3.76347C33.056076,59.4608,33.506863,59.782364,34.231136,59.52919z   M19.54142,75.448112c0-0.855957,0-1.651512,0-2.451118c-3.530596,0-7.029617,0-10.532534,0c0,0.837555,0,1.646675,0,2.451118  C12.533253,75.448112,16.021675,75.448112,19.54142,75.448112z M80.262955,58.920128c-8.528847,0-17.051083,0-25.581749,0  c0,0.35141,0,0.630905,0,0.948566c0.221657,0,0.416283,0.000023,0.610905,0c8.097069-0.000893,16.194141-0.001865,24.29121-0.002556  c0.741188-0.000061,0.74157,0.000774,0.709457-0.721939C80.290146,59.085106,80.277443,59.026463,80.262955,58.920128z   M54.762466,72.05336c4.368088,0,8.685482,0,13.016869,0c0-0.640892,0-1.253891,0-1.873909c-4.35471,0-8.682838,0-13.016869,0  C54.762466,70.817581,54.762466,71.419846,54.762466,72.05336z M41.614651,73.242477  c0,0.735558,0.019802,1.415627-0.007664,2.093788c-0.015671,0.386909,0.123745,0.498863,0.49728,0.48732  c1.466484-0.045303,2.933685-0.067978,4.400658-0.096848c1.617912-0.031837,3.235806-0.066483,4.853874-0.086853  c0.290127-0.003647,0.412525-0.096786,0.403576-0.395805c-0.014977-0.500023-0.028164-1.002373,0.003674-1.500824  c0.026482-0.41465-0.141308-0.509895-0.527527-0.50795c-2.700649,0.013626-5.401405,0.007187-8.102127,0.007172  C42.652248,73.242477,42.16811,73.242477,41.614651,73.242477z M47.077534,52.370056  c-0.212502,0-0.299606-0.001251-0.386658,0.000183c-1.867016,0.030682-3.733959,0.072163-5.601093,0.083775  c-0.375324,0.002335-0.485847,0.104351-0.487442,0.484482c-0.007645,1.820713-0.047283,3.641285-0.074448,5.461922  c-0.003468,0.23246-0.000477,0.465015-0.000477,0.699413C42.703171,56.864399,44.845707,54.663094,47.077534,52.370056z   M87.662209,69.717773c-2.789352,0-5.526711,0-8.27227,0c0,0.673096,0,1.316185,0,1.960953c2.776291,0,5.524376,0,8.291977,0  c0-0.597717,0.000648-1.157791-0.000778-1.717865C87.680946,69.887947,87.670097,69.815056,87.662209,69.717773z   M15.430899,52.308212c-2.788438,2.314743-5.193814,4.964775-7.614205,7.621853  c0.109358,0.022522,0.212325,0.017666,0.283881,0.062683c0.481465,0.302921,0.801577,0.06654,1.13267-0.282219  c0.573832-0.604454,1.17276-1.185417,1.768942-1.768284c1.505942-1.472294,3.02568-2.930645,4.519691-4.414898  C16.056242,52.996487,16.029772,52.969864,15.430899,52.308212z M47.265736,80.009529  c1.443161,0,2.824795,0.007103,4.206066-0.011818c0.127552-0.00174,0.351643-0.159355,0.361843-0.261467  c0.041561-0.416039,0.017315-0.838654,0.017315-1.273857c-1.550728,0-3.046249,0-4.585224,0  C47.265736,78.978821,47.265736,79.470345,47.265736,80.009529z M93.320412,56.134628c-0.992317,0-1.937279,0-2.886909,0  c0,0.527847,0,1.029102,0,1.512867c0.984657,0,1.929886,0,2.886909,0C93.320412,57.133835,93.320412,56.654118,93.320412,56.134628z   M93.315475,52.03833c-0.997559,0-1.942642,0-2.893089,0c0,0.521584,0,1.012012,0,1.503075c0.984261,0,1.940102,0,2.893089,0  C93.315475,53.02256,93.315475,52.542801,93.315475,52.03833z M93.301201,45.538475c0-0.543873,0-1.034595,0-1.521973  c-0.979538,0-1.924606,0-2.880608,0c0,0.519699,0,1.010128,0,1.521973C91.391708,45.538475,92.336609,45.538475,93.301201,45.538475  z M90.424286,48.198772c0,0.537426,0,1.027794,0,1.529007c0.975029,0,1.919991,0,2.873238,0c0-0.526524,0-1.02776,0-1.547531  c-0.899086,0-1.760345-0.000393-2.621605,0.000706C90.60247,48.181049,90.529045,48.191063,90.424286,48.198772z   M42.163689,78.437996c0,0.433777-0.022015,0.797806,0.01255,1.156387c0.011326,0.117439,0.166908,0.313232,0.261154,0.31601  c0.842224,0.024818,1.685486,0.014465,2.555614,0.014465c0.021626-0.439751,0.057816-0.828758,0.047356-1.216507  c-0.002495-0.092285-0.159245-0.2565-0.248001-0.258545C43.934017,78.430115,43.07505,78.437996,42.163689,78.437996z   M70.17028,71.686745c0.6008,0,1.15184,0,1.713226,0c0-0.731941,0-1.433929,0-2.143211c-0.587761,0-1.149429,0-1.713226,0  C70.17028,70.272713,70.17028,70.964005,70.17028,71.686745z M74.820518,71.686455c0.570671,0,1.091347,0,1.621658,0  c0-0.732185,0-1.434074,0-2.142632c-0.557533,0-1.08902,0-1.621658,0C74.820518,70.273232,74.820518,70.964455,74.820518,71.686455z   M73.059273,39.340328c0,0.804367,0,1.534595,0,2.270329c0.531525,0,1.003639,0,1.492836,0  c0-0.681339,0.013443-1.315647-0.01268-1.948322c-0.004578-0.110847-0.16732-0.297398-0.270599-0.307285  C73.88385,39.318176,73.493217,39.340328,73.059273,39.340328z M75.754196,76.728912  c0.552139,0.003525,1.063507-0.445427,1.07769-0.946152c0.015427-0.544472-0.530502-1.074921-1.113495-1.081917  c-0.542572-0.006508-1.006989,0.456802-1.005791,1.003395C74.713852,76.277306,75.169113,76.725174,75.754196,76.728912z   M69.426224,39.352795c0,0.70422-0.009171,1.366505,0.010963,2.027901c0.002686,0.088249,0.148743,0.239388,0.237137,0.246059  c0.369202,0.027885,0.74173,0.011753,1.115509,0.011753c0-0.797523,0-1.530464,0-2.285713  C70.34288,39.352795,69.925003,39.352795,69.426224,39.352795z M83.490585,76.640587  c0.472481,0.113152,1.019501-0.684906,1.002411-1.088783c-0.017891-0.422668-0.526756-0.849731-1.019569-0.838333  c-0.389946,0.00901-0.913582,0.614807-0.910576,1.053452C82.565865,76.209351,83.017357,76.634521,83.490585,76.640587z\"><\/path><path d=\"M29.376284,34.55854c0,0.425724,0,0.800915,0,1.201103c-0.80155,0-1.58283,0-2.391119,0c0-0.402561,0-0.788559,0-1.201103  C27.77879,34.55854,28.560049,34.55854,29.376284,34.55854z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Redelijke positiestructuur en management<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c382f16 e-con-full e-flex e-con e-child\" data-id=\"c382f16\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-80f62e8 e-con-full e-flex e-con e-child\" data-id=\"80f62e8\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4579ce0 elementor-widget elementor-widget-counter\" data-id=\"4579ce0\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<p class=\"elementor-counter-title\">Afdeling Personeel<\/p>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"110\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8ec6a29 e-con-full e-flex e-con e-child\" data-id=\"8ec6a29\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d939142 elementor-widget elementor-widget-counter\" data-id=\"d939142\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<p class=\"elementor-counter-title\">Spuitgieters<\/p>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"50\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-28789cf e-con-full e-flex e-con e-child\" data-id=\"28789cf\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7917231 elementor-widget elementor-widget-counter\" data-id=\"7917231\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<p class=\"elementor-counter-title\">Maandelijkse productie<\/p>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"12\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">M+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7466f04 e-con-full e-flex e-con e-child\" data-id=\"7466f04\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-29c8c04 e-con-full e-flex e-con e-child\" data-id=\"29c8c04\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-a88003e e-con-full e-flex e-con e-child\" data-id=\"a88003e\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-c185808 e-con-full e-flex e-con e-child\" data-id=\"c185808\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ee7e6f0 elementor-widget elementor-widget-image\" data-id=\"ee7e6f0\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-corner01.webp\" class=\"attachment-full size-full wp-image-9545\" alt=\"spuitgiet werkplaats hoek01\" srcset=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-corner01.webp 1200w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-corner01-300x300.webp 300w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-corner01-1024x1024.webp 1024w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-corner01-150x150.webp 150w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-corner01-768x768.webp 768w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-corner01-600x600.webp 600w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-corner01-100x100.webp 100w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-67fdfc9 e-con-full e-flex e-con e-child\" data-id=\"67fdfc9\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-395ca56 elementor-widget elementor-widget-image\" data-id=\"395ca56\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-corner02.webp\" class=\"attachment-full size-full wp-image-9547\" alt=\"spuitgietwerkplaats hoek02\" srcset=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-corner02.webp 1200w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-corner02-300x300.webp 300w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-corner02-1024x1024.webp 1024w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-corner02-150x150.webp 150w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-corner02-768x768.webp 768w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-corner02-600x600.webp 600w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-corner02-100x100.webp 100w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6259d32 e-con-full e-flex e-con e-child\" data-id=\"6259d32\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1ab8205 e-con-full e-flex e-con e-child\" data-id=\"1ab8205\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4e03ac6 e-con-full e-flex e-con e-child\" data-id=\"4e03ac6\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b6e875c elementor-widget elementor-widget-heading\" data-id=\"b6e875c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Redelijke personeelsstructuur<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-134da7d elementor-widget elementor-widget-heading\" data-id=\"134da7d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Structuur van de afdeling Spuitgieten<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cde854d elementor-widget elementor-widget-heading\" data-id=\"cde854d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Spuitgietteam van meer dan 110 mensen, elk speelt zijn eigen rol.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-757ed95 fm-table elementor-widget elementor-widget-text-editor\" data-id=\"757ed95\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<table><tbody><tr><th>Rol<\/th><th>Missie en impact<\/th><\/tr><tr><td>OPERATORS<\/td><td>Zorgen voor een ononderbroken, effici\u00ebnte productiestroom.<\/td><\/tr><tr><td>INSPECTOREN<\/td><td>Kwaliteit bewaken met een zero-defect missie.<\/td><\/tr><tr><td>ONTWERPERS<\/td><td>Optimaliseren voor maakbaarheid en prestaties.<\/td><\/tr><tr><td>PMC's<\/td><td>Logistiek beheersen voor tijdige levering.<\/td><\/tr><tr><td>ASSEMBLERS<\/td><td>Zorgvuldig gebouwd voor perfecte vorm en functie.<\/td><\/tr><tr><td>INGENIEURS<\/td><td>Uitdagingen oplossen en procesinnovatie stimuleren.<\/td><\/tr><\/tbody><\/table>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-74742f9 e-con-full e-flex e-con e-child\" data-id=\"74742f9\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-adb39d5 e-con-full e-flex e-con e-child\" data-id=\"adb39d5\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ad0fbae e-con-full e-flex e-con e-child\" data-id=\"ad0fbae\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0ddfae1 elementor-widget elementor-widget-image\" data-id=\"0ddfae1\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-operator.webp\" class=\"attachment-full size-full wp-image-9559\" alt=\"spuitgiet operator\" srcset=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-operator.webp 300w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-operator-150x150.webp 150w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-operator-100x100.webp 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-925a3a6 elementor-widget elementor-widget-heading\" data-id=\"925a3a6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">OPERATORS<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-51248d9 e-con-full e-flex e-con e-child\" data-id=\"51248d9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2165fbc elementor-widget elementor-widget-image\" data-id=\"2165fbc\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-inspector.webp\" class=\"attachment-large size-large wp-image-9561\" alt=\"vorminspecteur\" srcset=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-inspector.webp 300w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-inspector-150x150.webp 150w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-inspector-100x100.webp 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0c4556f elementor-widget elementor-widget-heading\" data-id=\"0c4556f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">INSPECTOREN<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f4240fb e-con-full e-flex e-con e-child\" data-id=\"f4240fb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-19af59c elementor-widget elementor-widget-image\" data-id=\"19af59c\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-designer.webp\" class=\"attachment-large size-large wp-image-9558\" alt=\"vormontwerper\" srcset=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-designer.webp 300w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-designer-150x150.webp 150w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-designer-100x100.webp 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-29f8ef8 elementor-widget elementor-widget-heading\" data-id=\"29f8ef8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">ONTWERPERS<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-78ba1a9 e-con-full e-flex e-con e-child\" data-id=\"78ba1a9\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-04350ca e-con-full e-flex e-con e-child\" data-id=\"04350ca\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c68cf37 elementor-widget elementor-widget-image\" data-id=\"c68cf37\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-PMC.webp\" class=\"attachment-large size-large wp-image-9556\" alt=\"gieten PMC\" srcset=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-PMC.webp 300w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-PMC-150x150.webp 150w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-PMC-100x100.webp 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-de29663 elementor-widget elementor-widget-heading\" data-id=\"de29663\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">PMC's<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dc375b8 e-con-full e-flex e-con e-child\" data-id=\"dc375b8\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d2ca564 elementor-widget elementor-widget-image\" data-id=\"d2ca564\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-assembler.webp\" class=\"attachment-large size-large wp-image-9557\" alt=\"vormassemblage\" srcset=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-assembler.webp 300w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-assembler-150x150.webp 150w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-assembler-100x100.webp 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6da262c elementor-widget elementor-widget-heading\" data-id=\"6da262c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">ASSEMBLERS<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7b3ffb8 e-con-full e-flex e-con e-child\" data-id=\"7b3ffb8\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1318d20 elementor-widget elementor-widget-image\" data-id=\"1318d20\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-engineer.webp\" class=\"attachment-large size-large wp-image-9560\" alt=\"spuitgietingenieur\" srcset=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-engineer.webp 300w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-engineer-150x150.webp 150w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-engineer-100x100.webp 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4240b25 elementor-widget elementor-widget-heading\" data-id=\"4240b25\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">INGENIEURS<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7120a2e e-con-full e-flex e-con e-child\" data-id=\"7120a2e\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7c07be0 e-con-full e-flex e-con e-child\" data-id=\"7c07be0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-01083c1 elementor-widget elementor-widget-heading\" data-id=\"01083c1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Aanbevolen machines<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a9b9b3a elementor-widget elementor-widget-heading\" data-id=\"a9b9b3a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Onze apparatuur wordt voortdurend bijgewerkt en internationale merken genieten de voorkeur.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a572f41 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"a572f41\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Molens met grote tonnage<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Tweeschots spuitgietmachines<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Volledig elektrische spuitgietmachines<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-041c001 elementor-widget elementor-widget-heading\" data-id=\"041c001\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/firstmold.com\/wp-content\/uploads\/2025\/09\/First-Mold-Equipment-List-Bilingual-Version-Chinese-and-English.xlsx\">Klik om onze machinelijst te controleren \u2192<\/a><\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6a3d659 e-con-full e-flex e-con e-child\" data-id=\"6a3d659\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b68e1db e-con-full e-flex e-con e-child\" data-id=\"b68e1db\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-457c26f elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"457c26f\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"700\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-featured-machine.webp\" class=\"attachment-full size-full wp-image-9551\" alt=\"molding gekenmerkte machine\" srcset=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-featured-machine.webp 600w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/molding-featured-machine-257x300.webp 257w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">1000T spuitgietmachines<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c1a5d3d e-con-full e-flex e-con e-child\" data-id=\"c1a5d3d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-60a887c elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"60a887c\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"700\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/two-shot-featured-machine.webp\" class=\"attachment-full size-full wp-image-9549\" alt=\"tweeschots gekenmerkte machine\" srcset=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/two-shot-featured-machine.webp 600w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/two-shot-featured-machine-257x300.webp 257w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Tweekleurige spuitgietmachines<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0743354 e-con-full e-flex e-con e-child\" data-id=\"0743354\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3872bab elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"3872bab\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"700\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/two-color-featured-machine.webp\" class=\"attachment-full size-full wp-image-9553\" alt=\"tweekleuren gekenmerkte machine\" srcset=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/two-color-featured-machine.webp 600w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/two-color-featured-machine-257x300.webp 257w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Volledig elektrische spuitgietmachines<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9437a80 e-con-full fm2-section e-flex e-con e-parent\" data-id=\"9437a80\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-d718196 e-con-full e-flex e-con e-child\" data-id=\"d718196\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0f3f897 elementor-widget elementor-widget-heading\" data-id=\"0f3f897\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Nieuwe machines<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d5c06ac elementor-widget elementor-widget-heading\" data-id=\"d5c06ac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Voortdurende upgrades van apparatuur<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8bfc244 elementor-widget elementor-widget-text-editor\" data-id=\"8bfc244\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>First Mold vernieuwt elk jaar de CNC-, spuitgiet-, EDM-, spuitgietmachines en andere apparatuur in verschillende werkplaatsen. Dit is niet alleen te danken aan ons groeiende bedrijf, maar ook aan het feit dat we er voortdurend naar streven onze eigen normen te verhogen.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-087167c e-con-full e-flex e-con e-child\" data-id=\"087167c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-286a138 elementor-widget elementor-widget-pp-video\" data-id=\"286a138\" data-element_type=\"widget\" data-settings=\"{&quot;aspect_ratio&quot;:&quot;169&quot;}\" data-widget_type=\"pp-video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"pp-video pp-video-type-youtube\" data-settings=\"{&quot;post_id&quot;:7050,&quot;widget_id&quot;:&quot;286a138&quot;}\">\n\t\t\t\t\t<div class=\"pp-video-container\">\n\t\t\t<div class=\"pp-video-play\" data-autoplay=\"0\">\n\t\t\t\t<div class=\"pp-media-overlay pp-video-overlay\"><\/div>\t\t\t\t<div class=\"pp-video-player\" data-src=\"https:\/\/www.youtube.com\/embed\/BwU1wntJUuk?feature=oembed&amp;autoplay=1&amp;wmode=opaque&amp;start=0&amp;end=0&amp;loop=0&amp;mute=0&amp;controls=1&amp;modestbranding=0&amp;rel=0\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"pp-video-thumb\" src=\"https:\/\/i.ytimg.com\/vi\/BwU1wntJUuk\/maxresdefault.jpg\" alt=\"\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"pp-video-play-icon pp-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play-circle\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Klik om meer te leren over de fabrieksvloer van de productie-industrie, inclusief spuitgietwerkplaatsen, CNC-werkplaatsen en matrijzenmakerijen.<\/p>","protected":false},"author":5,"featured_media":17616,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-7050","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.3 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Factory Floor | Injection Molding Workshop | CNC Workshop<\/title>\n<meta name=\"description\" content=\"Click to learn about the factory floor of the manufacturing industry, including injection molding shops, CNC workshops, and mold-making shops.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/firstmold.com\/nl\/facilities\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Facilities\" \/>\n<meta property=\"og:description\" content=\"Click to learn about the factory floor of the manufacturing industry, including injection molding shops, CNC workshops, and mold-making shops.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/firstmold.com\/nl\/facilities\/\" \/>\n<meta property=\"og:site_name\" content=\"First Mold\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.youtube.com\/@firstmold\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-06T07:52:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/03\/factory-floor-injection-molding-workshop-featured-image-1024x1024.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@firstmold2011\" \/>\n<meta name=\"twitter:label1\" content=\"Geschatte leestijd\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/firstmold.com\\\/facilities\\\/\",\"url\":\"https:\\\/\\\/firstmold.com\\\/facilities\\\/\",\"name\":\"Factory Floor | Injection Molding Workshop | CNC Workshop\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/firstmold.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/firstmold.com\\\/facilities\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/firstmold.com\\\/facilities\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/firstmold.com\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/factory-floor-injection-molding-workshop-featured-image.jpg\",\"datePublished\":\"2023-01-06T02:33:05+00:00\",\"dateModified\":\"2026-05-06T07:52:50+00:00\",\"description\":\"Click to learn about the factory floor of the manufacturing industry, including injection molding shops, CNC workshops, and mold-making shops.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/firstmold.com\\\/facilities\\\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/firstmold.com\\\/facilities\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\\\/\\\/firstmold.com\\\/facilities\\\/#primaryimage\",\"url\":\"https:\\\/\\\/firstmold.com\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/factory-floor-injection-molding-workshop-featured-image.jpg\",\"contentUrl\":\"https:\\\/\\\/firstmold.com\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/factory-floor-injection-molding-workshop-featured-image.jpg\",\"width\":1920,\"height\":1920,\"caption\":\"factory floor - injection molding workshop featured image\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/firstmold.com\\\/facilities\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/firstmold.com\\\/nl\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Facilities\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/firstmold.com\\\/#website\",\"url\":\"https:\\\/\\\/firstmold.com\\\/\",\"name\":\"First Mold Manufacturing Limited | MFG\",\"description\":\"First Mold Official Website\",\"publisher\":{\"@id\":\"https:\\\/\\\/firstmold.com\\\/#organization\"},\"alternateName\":\"Parts Manufacturing Company | First Mold\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/firstmold.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl-NL\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/firstmold.com\\\/#organization\",\"name\":\"First Mold Manufacturing Limited\",\"alternateName\":\"First Mold\",\"url\":\"https:\\\/\\\/firstmold.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\\\/\\\/firstmold.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/firstmold.com\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/First-Mold-Manufacturing-Limited-Site-Representation-Logo.png\",\"contentUrl\":\"https:\\\/\\\/firstmold.com\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/First-Mold-Manufacturing-Limited-Site-Representation-Logo.png\",\"width\":696,\"height\":696,\"caption\":\"First Mold Manufacturing Limited\"},\"image\":{\"@id\":\"https:\\\/\\\/firstmold.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.youtube.com\\\/@firstmold\",\"https:\\\/\\\/x.com\\\/firstmold2011\",\"https:\\\/\\\/mastodon.social\\\/@firstmold\"],\"address\":[{\"@type\":\"PostalAddress\",\"name\":\"China Base\",\"streetAddress\":\"88 West Shagang Road, Gangkou Town\",\"addressLocality\":\"Zhongshan City\",\"addressRegion\":\"Guangdong\",\"postalCode\":\"528447\",\"addressCountry\":\"CN\"},{\"@type\":\"PostalAddress\",\"name\":\"Mexico Factory\",\"streetAddress\":\"Nave ISK-8, Parque Industrial y Log\u00edstico Sky Plus, Avenida Mineral de Cinco Se\u00f1ores No.100, del Parque Industrial Santa Fe\",\"addressLocality\":\"Silao de la Victoria\",\"addressRegion\":\"Guanajuato\",\"postalCode\":\"36270\",\"addressCountry\":\"MX\"},{\"@type\":\"PostalAddress\",\"name\":\"France Branch\",\"streetAddress\":\"2 Bis avenue des Cistes\",\"addressLocality\":\"Roquefort -la-Bedoule\",\"postalCode\":\"13830\",\"addressCountry\":\"FR\"},{\"@type\":\"PostalAddress\",\"name\":\"Singapore Branch\",\"streetAddress\":\"60 Paya Lebar Road #08-55\",\"addressLocality\":\"Singapore\",\"postalCode\":\"409051\",\"addressCountry\":\"SG\"}],\"description\":\"First Mold, whose full name is First Mold Manufacturing Limited, is a large-scale manufacturing company specializing in mold manufacturing, injection molding services, CNC machining, and rapid prototyping. With production bases in both China and Mexico, First Mold serves a global clientele.\",\"email\":\"marketing@firstmold.com\",\"telephone\":\"+86 18928160183\",\"legalName\":\"First Mold Manufacturing Limited\",\"foundingDate\":\"2012-02-19\",\"duns\":\"60-139-1218\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"201\",\"maxValue\":\"500\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Fabrieksvloer | Spuitgiet werkplaats | CNC werkplaats","description":"Klik om meer te leren over de fabrieksvloer van de productie-industrie, inclusief spuitgietwerkplaatsen, CNC-werkplaatsen en matrijzenmakerijen.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/firstmold.com\/nl\/facilities\/","og_locale":"nl_NL","og_type":"article","og_title":"Facilities","og_description":"Click to learn about the factory floor of the manufacturing industry, including injection molding shops, CNC workshops, and mold-making shops.","og_url":"https:\/\/firstmold.com\/nl\/facilities\/","og_site_name":"First Mold","article_publisher":"https:\/\/www.youtube.com\/@firstmold","article_modified_time":"2026-05-06T07:52:50+00:00","og_image":[{"width":1024,"height":1024,"url":"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/03\/factory-floor-injection-molding-workshop-featured-image-1024x1024.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@firstmold2011","twitter_misc":{"Geschatte leestijd":"4 minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/firstmold.com\/facilities\/","url":"https:\/\/firstmold.com\/facilities\/","name":"Fabrieksvloer | Spuitgiet werkplaats | CNC werkplaats","isPartOf":{"@id":"https:\/\/firstmold.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/firstmold.com\/facilities\/#primaryimage"},"image":{"@id":"https:\/\/firstmold.com\/facilities\/#primaryimage"},"thumbnailUrl":"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/03\/factory-floor-injection-molding-workshop-featured-image.jpg","datePublished":"2023-01-06T02:33:05+00:00","dateModified":"2026-05-06T07:52:50+00:00","description":"Klik om meer te leren over de fabrieksvloer van de productie-industrie, inclusief spuitgietwerkplaatsen, CNC-werkplaatsen en matrijzenmakerijen.","breadcrumb":{"@id":"https:\/\/firstmold.com\/facilities\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/firstmold.com\/facilities\/"]}]},{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/firstmold.com\/facilities\/#primaryimage","url":"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/03\/factory-floor-injection-molding-workshop-featured-image.jpg","contentUrl":"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/03\/factory-floor-injection-molding-workshop-featured-image.jpg","width":1920,"height":1920,"caption":"factory floor - injection molding workshop featured image"},{"@type":"BreadcrumbList","@id":"https:\/\/firstmold.com\/facilities\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/firstmold.com\/nl\/"},{"@type":"ListItem","position":2,"name":"Facilities"}]},{"@type":"WebSite","@id":"https:\/\/firstmold.com\/#website","url":"https:\/\/firstmold.com\/","name":"First Mold Manufacturing Limited | MFG","description":"Offici\u00eble website van First Mold","publisher":{"@id":"https:\/\/firstmold.com\/#organization"},"alternateName":"Parts Manufacturing Company | First Mold","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/firstmold.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl-NL"},{"@type":"Organization","@id":"https:\/\/firstmold.com\/#organization","name":"First Mold Manufacturing Limited","alternateName":"First Mold","url":"https:\/\/firstmold.com\/","logo":{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/firstmold.com\/#\/schema\/logo\/image\/","url":"https:\/\/firstmold.com\/wp-content\/uploads\/2025\/06\/First-Mold-Manufacturing-Limited-Site-Representation-Logo.png","contentUrl":"https:\/\/firstmold.com\/wp-content\/uploads\/2025\/06\/First-Mold-Manufacturing-Limited-Site-Representation-Logo.png","width":696,"height":696,"caption":"First Mold Manufacturing Limited"},"image":{"@id":"https:\/\/firstmold.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.youtube.com\/@firstmold","https:\/\/x.com\/firstmold2011","https:\/\/mastodon.social\/@firstmold"],"address":[{"@type":"PostalAddress","name":"China Base","streetAddress":"88 West Shagang Road, Gangkou Town","addressLocality":"Zhongshan City","addressRegion":"Guangdong","postalCode":"528447","addressCountry":"CN"},{"@type":"PostalAddress","name":"Mexico Factory","streetAddress":"Nave ISK-8, Parque Industrial y Log\u00edstico Sky Plus, Avenida Mineral de Cinco Se\u00f1ores No.100, del Parque Industrial Santa Fe","addressLocality":"Silao de la Victoria","addressRegion":"Guanajuato","postalCode":"36270","addressCountry":"MX"},{"@type":"PostalAddress","name":"France Branch","streetAddress":"2 Bis avenue des Cistes","addressLocality":"Roquefort -la-Bedoule","postalCode":"13830","addressCountry":"FR"},{"@type":"PostalAddress","name":"Singapore Branch","streetAddress":"60 Paya Lebar Road #08-55","addressLocality":"Singapore","postalCode":"409051","addressCountry":"SG"}],"description":"First Mold, met als volledige naam First Mold Manufacturing Limited, is een grootschalig productiebedrijf gespecialiseerd in het maken van matrijzen, spuitgietdiensten, CNC-verspaning en rapid prototyping. Met productievestigingen in China en Mexico bedient First Mold een wereldwijde klantenkring.","email":"marketing@firstmold.com","telephone":"+86 18928160183","legalName":"First Mold Manufacturing Limited","foundingDate":"2012-02-19","duns":"60-139-1218","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"201","maxValue":"500"}}]}},"_links":{"self":[{"href":"https:\/\/firstmold.com\/nl\/wp-json\/wp\/v2\/pages\/7050","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/firstmold.com\/nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/firstmold.com\/nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/firstmold.com\/nl\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/firstmold.com\/nl\/wp-json\/wp\/v2\/comments?post=7050"}],"version-history":[{"count":70,"href":"https:\/\/firstmold.com\/nl\/wp-json\/wp\/v2\/pages\/7050\/revisions"}],"predecessor-version":[{"id":37078,"href":"https:\/\/firstmold.com\/nl\/wp-json\/wp\/v2\/pages\/7050\/revisions\/37078"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/firstmold.com\/nl\/wp-json\/wp\/v2\/media\/17616"}],"wp:attachment":[{"href":"https:\/\/firstmold.com\/nl\/wp-json\/wp\/v2\/media?parent=7050"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}