


{"id":2619,"date":"2026-02-09T15:10:39","date_gmt":"2026-02-09T07:10:39","guid":{"rendered":"https:\/\/axiomasia.com\/?page_id=2619"},"modified":"2026-09-01T15:59:59","modified_gmt":"2026-09-01T07:59:59","slug":"our-strategy","status":"publish","type":"page","link":"https:\/\/axiomasia.com\/ja\/our-strategy\/","title":{"rendered":"\u6295\u8cc7\u6226\u7565"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2619\" class=\"elementor elementor-2619\" data-elementor-post-type=\"page\">\n\t\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-8ac2fd9 strategy-section e-flex e-con-boxed e-con e-parent\" data-id=\"8ac2fd9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-c695185 e-con-full e-flex e-con e-child\" data-id=\"c695185\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-9d7001a e-con-full e-flex e-con e-child\" data-id=\"9d7001a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-28554ee elementor-widget elementor-widget-heading\" data-id=\"28554ee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Our Strategy<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-5b5a33d e-con-full e-flex e-con e-child\" data-id=\"5b5a33d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-27b9f4a elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"27b9f4a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Our investment philosophy blends local market understanding with rigorous analysis to identify opportunities that stand the test of time. Through a balanced mix of fund commitments, direct investments, and secondaries, we build resilient portfolios that deliver steady performance and align with our long-term objectives across Asia.<\/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\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-1a175a4 e-con-full strategy strategy-section strategy-graph e-flex e-con e-parent\" data-id=\"1a175a4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-d831bbe e-con-full e-flex e-con e-child\" data-id=\"d831bbe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6b0435c elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"6b0435c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\r\nconsole.log(\"\u2705 Snap script loaded (FINAL)\");\r\n\r\nfunction startSnapEngine() {\r\n\r\n    const isMobile = window.innerWidth <= 1024;\r\n\r\n    \/* \ud83d\udeab HARD STOP ON MOBILE *\/\r\n    if (isMobile) {\r\n        console.log(\"\u274c Snap fully disabled on tablet\/mobile\");\r\n\r\n        if (typeof ScrollTrigger !== \"undefined\") {\r\n            ScrollTrigger.getAll().forEach(t => t.kill());\r\n        }\r\n\r\n        return;\r\n    }\r\n\r\n    console.log(\"\ud83d\ude80 Starting Snap Engine...\");\r\n\r\n    function bootStrategySnap() {\r\n\r\n        console.log(\"\u2699\ufe0f Booting Snap...\");\r\n\r\n        if (typeof gsap === 'undefined' || typeof ScrollTrigger === 'undefined') {\r\n            console.error(\"GSAP \/ ScrollTrigger missing!\");\r\n            return;\r\n        }\r\n\r\n        gsap.registerPlugin(ScrollTrigger);\r\n\r\n        const sections = document.querySelectorAll(\".strategy-section\");\r\n        if (!sections.length) return;\r\n\r\n        const headerOffset = 80;\r\n\r\n        sections.forEach((sec) => {\r\n\r\n            ScrollTrigger.create({\r\n                trigger: sec,\r\n                start: `top ${headerOffset + 150}px`,\r\n                end: \"bottom 40%\",\r\n\r\n                onToggle: (self) => {\r\n\r\n                    \/* \ud83d\udeab DOUBLE SAFETY: DO NOTHING ON MOBILE *\/\r\n                    if (window.innerWidth <= 1024) return;\r\n\r\n                    if (self.isActive) {\r\n\r\n                        sec.classList.add(\"is-active-section\");\r\n\r\n                        let targetBtnId = null;\r\n                        let graphClass = null;\r\n\r\n                        if (sec.classList.contains('section-primary') || sec.id === 'section-primary') {\r\n                            targetBtnId = 'btn-1';\r\n                            graphClass = 'primary-is-active';\r\n                        }\r\n                        else if (sec.classList.contains('section-secondaries') || sec.id === 'section-secondaries') {\r\n                            targetBtnId = 'btn-2';\r\n                            graphClass = 'secondaries-is-active';\r\n                        }\r\n                        else if (sec.classList.contains('section-co-investments') || sec.id === 'section-co-investments') {\r\n                            targetBtnId = 'btn-3';\r\n                            graphClass = 'co-investments-is-active';\r\n                        }\r\n\r\n                        \/* RESET NAV *\/\r\n                        document.querySelectorAll('.nav-group').forEach(group => {\r\n                            group.classList.remove('active');\r\n                        });\r\n\r\n                        \/* UPDATE GRAPH *\/\r\n                        const strategyGraph = document.querySelector('.strategy-graph');\r\n\r\n                        if (strategyGraph) {\r\n                            strategyGraph.classList.remove(\r\n                                'primary-is-active',\r\n                                'secondaries-is-active',\r\n                                'co-investments-is-active'\r\n                            );\r\n\r\n                            if (graphClass) {\r\n                                strategyGraph.classList.add(graphClass);\r\n                            }\r\n                        }\r\n\r\n                        \/* ACTIVATE BUTTON *\/\r\n                        if (targetBtnId) {\r\n                            const activeBtn = document.getElementById(targetBtnId);\r\n                            if (activeBtn) {\r\n                                activeBtn.classList.add('active');\r\n                            }\r\n                        }\r\n\r\n                    } else {\r\n                        sec.classList.remove(\"is-active-section\");\r\n                    }\r\n                }\r\n            });\r\n\r\n        });\r\n\r\n        \/* FOOTER FADE *\/\r\n        const graph = document.querySelector(\".strategy-graph\");\r\n        const footer = document.querySelector(\"#footer\");\r\n\r\n        if (graph && footer) {\r\n            gsap.to(graph, {\r\n                opacity: 0,\r\n                ease: \"none\",\r\n                scrollTrigger: {\r\n                    trigger: footer,\r\n                    start: \"top 95%\",\r\n                    end: \"top 20%\",\r\n                    scrub: true\r\n                }\r\n            });\r\n        }\r\n\r\n    }\r\n\r\n    \/* \u2705 RUN ONLY ONCE AFTER FULL LOAD *\/\r\n    window.addEventListener(\"load\", () => {\r\n        setTimeout(() => {\r\n            bootStrategySnap();\r\n        }, 300);\r\n    });\r\n\r\n}\r\n\r\n\/* RUN *\/\r\nif (document.readyState === \"loading\") {\r\n    document.addEventListener(\"DOMContentLoaded\", startSnapEngine);\r\n} else {\r\n    startSnapEngine();\r\n}\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-74f0312 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"74f0312\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Where Opportunity Scales<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-687ade5 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"687ade5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>An integrated flywheel where access, insight and long-term relationships compound opportunity.<\/p>\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-0a3f857 elementor-widget__width-inherit graph-holder elementor-widget-tablet_extra__width-initial elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"0a3f857\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_offset&quot;:80,&quot;sticky_effects_offset&quot;:200,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;],&quot;sticky_offset_tablet&quot;:0,&quot;sticky_effects_offset_tablet&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"ax-responsive-nav-wrapper\" id=\"ax-scroll-trigger\">\r\n    <svg class=\"ax-interactive-nav\" viewBox=\"0 0 625 632\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n        <circle cx=\"312\" cy=\"312\" r=\"312\" fill=\"#FFFFFF\" stroke=\"none\" \/>\r\n        <path d=\"M622 312C622 140.792 483.208 2 312 2C140.792 2 2 140.792 2 312C2 483.208 140.792 622 312 622V624C139.687 624 0 484.313 0 312C0 139.687 139.687 0 312 0C484.313 0 624 139.687 624 312C624 484.313 484.313 624 312 624V622C483.208 622 622 483.208 622 312Z\" fill=\"#E0E0E0\"\/>\r\n\r\n        <g id=\"btn-1\" class=\"nav-group\" onclick=\"navTo('section-primary')\">\r\n            <path class=\"shard\" d=\"M241.863 249.337L170.668 320.532V193.715L241.863 249.337Z\" fill=\"white\"\/>\r\n            <path class=\"shard\" d=\"M164.353 273.996V320.492L64.2148 238.172L88.5938 213.777L164.353 273.996Z\" fill=\"white\"\/>\r\n            <path class=\"shard\" d=\"M164.332 264.872L93.1367 209.25L164.332 138.054V264.872Z\" fill=\"white\"\/>\r\n            <path class=\"shard\" d=\"M270.785 220.414L246.406 244.809L170.647 184.59V138.094L270.785 220.414Z\" fill=\"white\"\/>\r\n            <path class=\"main-circle\" d=\"M169.371 84.5161C248.473 85.5182 312.288 149.954 312.288 229.293L312.276 231.165C311.274 310.266 246.84 374.081 167.5 374.082L165.628 374.07C91.4642 373.13 30.7384 316.431 23.4453 243.966C23.2032 243.987 22.9584 244 22.7109 244C18.0167 244 14.2112 240.195 14.2109 235.5C14.2109 230.806 18.0165 227 22.7109 227C22.7174 227 22.724 227 22.7305 227C23.9556 148.093 88.3012 84.5044 167.5 84.5044L169.371 84.5161ZM167.5 86.5044C89.3248 86.5044 25.8235 149.328 24.7266 227.243C28.4478 228.148 31.2109 231.501 31.2109 235.5C31.2107 239.249 28.7835 242.427 25.416 243.557C32.5734 315.72 93.4542 372.082 167.5 372.082C246.36 372.081 310.288 308.153 310.288 229.293C310.288 150.434 246.36 86.5047 167.5 86.5044Z\" fill=\"#E0E0E0\"\/>\r\n            \r\n            \/*TEXT HERE*\/\r\n            <path class=\"text-path-desc\" d=\"M195.462 255.55C196.302 255.55 197.01 255.76 197.586 256.18C198.011 256.475 198.334 256.858 198.559 257.328V255.766H200.017V264.748C200.017 266.104 199.668 267.124 198.972 267.808C198.288 268.492 197.274 268.834 195.93 268.834C194.562 268.834 193.374 268.521 192.366 267.897L192.618 266.71C193.182 267.034 193.716 267.268 194.22 267.412C194.724 267.556 195.294 267.628 195.93 267.628C196.794 267.628 197.449 267.394 197.893 266.926C198.348 266.47 198.576 265.786 198.576 264.874V262.707C198.447 262.979 198.285 263.227 198.09 263.452C197.79 263.8 197.417 264.07 196.974 264.262C196.53 264.454 196.026 264.55 195.462 264.55C194.658 264.55 193.95 264.364 193.338 263.992C192.738 263.608 192.264 263.08 191.916 262.408C191.58 261.736 191.412 260.95 191.412 260.05C191.412 259.15 191.58 258.363 191.916 257.691C192.264 257.02 192.738 256.498 193.338 256.126C193.95 255.742 194.658 255.55 195.462 255.55ZM195.75 256.773C194.862 256.773 194.161 257.068 193.645 257.656C193.141 258.232 192.888 259.03 192.888 260.05C192.888 261.082 193.141 261.886 193.645 262.462C194.16 263.038 194.862 263.326 195.75 263.326C196.626 263.326 197.31 263.038 197.802 262.462C198.306 261.874 198.559 261.07 198.559 260.05C198.559 259.03 198.306 258.232 197.802 257.656C197.31 257.068 196.626 256.773 195.75 256.773Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path-desc\" d=\"M155.934 255.55C156.738 255.55 157.428 255.73 158.004 256.09C158.58 256.438 159.018 256.942 159.318 257.602C159.63 258.261 159.786 259.054 159.786 259.978V260.248H153.146C153.156 261.388 153.413 262.252 153.918 262.84C154.446 263.44 155.214 263.74 156.222 263.74C156.75 263.74 157.254 263.656 157.734 263.488C158.226 263.308 158.694 263.038 159.138 262.678L159.624 263.74C159.228 264.112 158.718 264.406 158.094 264.622C157.482 264.838 156.852 264.946 156.204 264.946C155.268 264.946 154.458 264.76 153.774 264.388C153.103 264.016 152.58 263.482 152.208 262.786C151.848 262.078 151.668 261.238 151.668 260.266C151.668 259.33 151.848 258.508 152.208 257.8C152.568 257.092 153.066 256.54 153.702 256.144C154.35 255.748 155.094 255.55 155.934 255.55ZM155.952 256.684C155.076 256.684 154.386 256.996 153.882 257.62C153.531 258.056 153.309 258.614 153.208 259.294H158.47C158.408 258.557 158.206 257.969 157.86 257.53C157.428 256.966 156.792 256.684 155.952 256.684Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path-desc\" d=\"M165.222 255.55C165.858 255.55 166.458 255.652 167.021 255.855C167.585 256.059 168.059 256.354 168.443 256.738L167.957 257.8C167.525 257.44 167.081 257.176 166.625 257.008C166.181 256.828 165.713 256.738 165.222 256.738C164.574 256.738 164.069 256.864 163.709 257.116C163.361 257.368 163.188 257.71 163.188 258.142C163.188 258.514 163.296 258.807 163.512 259.023C163.74 259.239 164.1 259.407 164.592 259.527L166.121 259.906C166.973 260.086 167.597 260.386 167.993 260.806C168.401 261.214 168.605 261.736 168.605 262.372C168.605 263.152 168.287 263.776 167.651 264.244C167.015 264.712 166.151 264.946 165.06 264.946C163.536 264.946 162.329 264.555 161.441 263.775L161.928 262.696C162.408 263.068 162.9 263.343 163.403 263.523C163.919 263.691 164.489 263.775 165.113 263.775C165.797 263.775 166.313 263.662 166.661 263.434C167.021 263.194 167.201 262.852 167.201 262.408C167.201 262.048 167.082 261.766 166.842 261.562C166.602 261.346 166.205 261.172 165.653 261.04L164.123 260.68C163.367 260.512 162.779 260.212 162.359 259.78C161.951 259.348 161.747 258.831 161.747 258.231C161.747 257.704 161.892 257.242 162.18 256.846C162.468 256.438 162.87 256.12 163.386 255.892C163.902 255.664 164.514 255.55 165.222 255.55Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path-desc\" d=\"M172.786 255.766H175.379V256.918H172.786V261.868C172.786 262.348 172.853 262.719 172.984 262.983C173.128 263.247 173.321 263.434 173.561 263.542C173.8 263.638 174.07 263.686 174.37 263.686C174.55 263.686 174.712 263.673 174.856 263.649C175 263.625 175.163 263.583 175.343 263.523V264.766C175.139 264.826 174.934 264.868 174.73 264.892C174.538 264.928 174.322 264.946 174.082 264.946C173.242 264.946 172.57 264.706 172.066 264.226C171.575 263.746 171.328 263.025 171.328 262.065V256.918H169.564V255.766H171.328V253.444L172.786 252.922V255.766Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path-desc\" d=\"M129.237 264.82H127.762V252.004H129.237V264.82Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path-desc\" d=\"M136.74 255.55C138.912 255.55 139.998 256.744 139.998 259.132V264.82H138.54V259.204C138.54 258.364 138.372 257.752 138.036 257.368C137.7 256.972 137.172 256.774 136.452 256.774C135.612 256.774 134.94 257.032 134.437 257.548C133.933 258.064 133.681 258.76 133.681 259.636V264.82H132.223V258.304C132.223 257.884 132.211 257.464 132.187 257.044C132.175 256.612 132.138 256.186 132.078 255.766H133.465L133.604 257.396C133.861 256.854 134.227 256.429 134.706 256.126C135.294 255.742 135.972 255.55 136.74 255.55Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path-desc\" d=\"M146.155 263.234L149.25 255.784H150.708L146.803 264.82H145.416L141.564 255.784H143.095L146.155 263.234Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path-desc\" d=\"M178.593 264.82H177.135V255.766H178.593V264.82Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path-desc\" d=\"M185.941 255.55C188.113 255.55 189.199 256.744 189.199 259.132V264.82H187.741V259.204C187.741 258.364 187.573 257.752 187.237 257.368C186.901 256.972 186.373 256.774 185.653 256.774C184.814 256.774 184.142 257.032 183.638 257.548C183.134 258.064 182.882 258.76 182.882 259.636V264.82H181.424V258.304C181.424 257.884 181.412 257.464 181.388 257.044C181.376 256.612 181.339 256.186 181.279 255.766H182.666L182.806 257.396C183.062 256.854 183.428 256.429 183.907 256.126C184.495 255.742 185.173 255.55 185.941 255.55Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path-desc\" d=\"M178.772 253.588H176.99V251.932H178.772V253.588Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path-desc\" d=\"M219.728 240.232L222.823 232.766H224.281L220.051 242.648C219.727 243.38 219.361 243.963 218.953 244.395C218.545 244.838 218.083 245.174 217.567 245.402C217.063 245.63 216.505 245.798 215.893 245.906L215.587 244.772C216.139 244.64 216.601 244.484 216.973 244.304C217.357 244.136 217.675 243.914 217.927 243.638C218.191 243.362 218.419 242.996 218.611 242.54L218.964 241.723L215.137 232.766H216.667L219.728 240.232Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path-desc\" class=\"text-path\" d=\"M187.93 232.55C188.758 232.55 189.46 232.754 190.036 233.162C190.488 233.482 190.823 233.91 191.046 234.444L191.224 232.766H192.574C192.526 233.186 192.49 233.612 192.466 234.044C192.442 234.464 192.43 234.884 192.43 235.304V245.708H190.972V240.217C190.751 240.674 190.44 241.048 190.036 241.334C189.46 241.742 188.758 241.946 187.93 241.946C187.126 241.946 186.418 241.76 185.806 241.388C185.206 241.004 184.738 240.463 184.402 239.768C184.078 239.06 183.916 238.232 183.916 237.284C183.916 236.336 184.084 235.508 184.42 234.8C184.756 234.092 185.224 233.54 185.824 233.144C186.436 232.748 187.138 232.55 187.93 232.55ZM188.218 233.773C187.33 233.773 186.634 234.086 186.13 234.71C185.638 235.322 185.392 236.18 185.392 237.284C185.392 238.388 185.638 239.24 186.13 239.84C186.634 240.44 187.33 240.74 188.218 240.74C189.106 240.74 189.791 240.44 190.271 239.84C190.75 239.228 190.99 238.364 190.99 237.248C190.99 236.132 190.744 235.274 190.252 234.674C189.772 234.074 189.094 233.773 188.218 233.773Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path-desc\" d=\"M74.4756 232.55C75.1115 232.55 75.7115 232.652 76.2754 232.855C76.8394 233.059 77.3133 233.354 77.6973 233.738L77.2109 234.8C76.779 234.44 76.3348 234.176 75.8789 234.008C75.4351 233.828 74.9674 233.738 74.4756 233.738C73.8276 233.738 73.3229 233.864 72.9629 234.116C72.6153 234.368 72.4415 234.71 72.4414 235.142C72.4414 235.514 72.5496 235.807 72.7656 236.023C72.9936 236.239 73.3537 236.407 73.8457 236.527L75.375 236.906C76.2269 237.086 76.8511 237.386 77.2471 237.806C77.6551 238.214 77.8594 238.736 77.8594 239.372C77.8593 240.152 77.5412 240.776 76.9053 241.244C76.2693 241.712 75.4053 241.946 74.3135 241.946C72.7895 241.946 71.5833 241.555 70.6953 240.775L71.1816 239.696C71.6614 240.068 72.1534 240.343 72.6572 240.523C73.1732 240.691 73.7432 240.775 74.3672 240.775C75.0511 240.775 75.567 240.662 75.915 240.434C76.2749 240.194 76.455 239.852 76.4551 239.408C76.4551 239.048 76.3356 238.766 76.0957 238.562C75.8557 238.346 75.4592 238.172 74.9072 238.04L73.377 237.68C72.6213 237.512 72.0332 237.212 71.6133 236.78C71.2053 236.348 71.001 235.831 71.001 235.231C71.001 234.704 71.1457 234.242 71.4336 233.846C71.7216 233.438 72.1237 233.12 72.6396 232.892C73.1556 232.664 73.7677 232.55 74.4756 232.55Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path-desc\" class=\"text-path\" d=\"M87.9453 232.55C88.7733 232.55 89.4758 232.754 90.0518 233.162C90.4667 233.456 90.784 233.841 91.0059 234.315V232.766H92.4453V241.819H91.0059V240.179C90.7839 240.654 90.4672 241.04 90.0518 241.334C89.4758 241.742 88.7733 241.946 87.9453 241.946C87.1414 241.946 86.4332 241.76 85.8213 241.388C85.2214 241.004 84.7539 240.463 84.418 239.768C84.094 239.06 83.9317 238.232 83.9316 237.284C83.9316 236.336 84.0996 235.508 84.4355 234.8C84.7715 234.092 85.2398 233.54 85.8398 233.144C86.4517 232.748 87.1536 232.55 87.9453 232.55ZM88.2334 233.773C87.3455 233.773 86.6495 234.086 86.1455 234.71C85.6536 235.322 85.4072 236.18 85.4072 237.284C85.4073 238.388 85.6536 239.24 86.1455 239.84C86.6495 240.44 87.3455 240.74 88.2334 240.74C89.1214 240.74 89.8061 240.44 90.2861 239.84C90.766 239.228 91.0058 238.364 91.0059 237.248C91.0059 236.132 90.7596 235.274 90.2676 234.674C89.7876 234.074 89.1094 233.773 88.2334 233.773Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path-desc\" class=\"text-path\" d=\"M145.777 232.55C146.605 232.55 147.308 232.754 147.884 233.162C148.299 233.456 148.616 233.841 148.838 234.315V232.766H150.277V241.819H148.838V240.179C148.616 240.654 148.299 241.04 147.884 241.334C147.308 241.742 146.605 241.946 145.777 241.946C144.973 241.946 144.265 241.76 143.653 241.388C143.053 241.004 142.586 240.463 142.25 239.768C141.926 239.06 141.764 238.232 141.764 237.284C141.764 236.336 141.932 235.508 142.268 234.8C142.604 234.092 143.072 233.54 143.672 233.144C144.284 232.748 144.986 232.55 145.777 232.55ZM146.065 233.773C145.178 233.773 144.481 234.086 143.978 234.71C143.486 235.322 143.239 236.18 143.239 237.284C143.239 238.388 143.486 239.24 143.978 239.84C144.481 240.44 145.178 240.74 146.065 240.74C146.953 240.74 147.638 240.44 148.118 239.84C148.598 239.228 148.838 238.364 148.838 237.248C148.838 236.132 148.592 235.274 148.1 234.674C147.62 234.074 146.941 233.773 146.065 233.773Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path-desc\" d=\"M155.04 232.766H157.633V233.918H155.04V238.868C155.04 239.348 155.106 239.72 155.238 239.984C155.382 240.248 155.575 240.434 155.814 240.542C156.054 240.638 156.324 240.686 156.624 240.687C156.804 240.687 156.966 240.674 157.11 240.65C157.254 240.626 157.417 240.584 157.597 240.524V241.766C157.393 241.826 157.188 241.868 156.984 241.892C156.792 241.928 156.576 241.946 156.336 241.946C155.496 241.946 154.824 241.706 154.32 241.226C153.829 240.746 153.582 240.026 153.582 239.066V233.918H151.818V232.766H153.582V230.444L155.04 229.922V232.766Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path-desc\" d=\"M163.115 232.55C163.919 232.55 164.61 232.73 165.186 233.09C165.762 233.438 166.2 233.942 166.5 234.602C166.812 235.261 166.968 236.054 166.968 236.978V237.248H160.327C160.338 238.388 160.594 239.252 161.1 239.84C161.628 240.44 162.395 240.74 163.403 240.74C163.931 240.74 164.436 240.656 164.916 240.488C165.408 240.308 165.875 240.038 166.319 239.678L166.806 240.74C166.41 241.112 165.899 241.406 165.275 241.622C164.664 241.838 164.034 241.946 163.386 241.946C162.45 241.946 161.64 241.76 160.956 241.388C160.284 241.016 159.762 240.482 159.39 239.786C159.03 239.078 158.85 238.238 158.85 237.266C158.85 236.33 159.03 235.508 159.39 234.8C159.75 234.092 160.248 233.54 160.884 233.144C161.532 232.748 162.275 232.55 163.115 232.55ZM163.134 233.684C162.258 233.684 161.567 233.996 161.063 234.62C160.713 235.056 160.49 235.614 160.39 236.294H165.651C165.589 235.557 165.387 234.969 165.042 234.53C164.61 233.966 163.974 233.684 163.134 233.684Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path-desc\" d=\"M196.653 238.346C196.653 239.162 196.821 239.762 197.157 240.146C197.493 240.53 198.004 240.722 198.688 240.722C199.491 240.722 200.139 240.464 200.631 239.948C201.123 239.432 201.369 238.742 201.369 237.878V232.767H202.827V241.82H201.405V240.266C201.163 240.736 200.827 241.11 200.397 241.388C199.833 241.76 199.185 241.946 198.453 241.946C197.373 241.946 196.557 241.646 196.005 241.046C195.465 240.446 195.195 239.558 195.195 238.382V232.767H196.653V238.346Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path-desc\" d=\"M211.87 232.766H214.463V233.918H211.87V238.868C211.87 239.348 211.936 239.72 212.068 239.984C212.212 240.248 212.405 240.434 212.645 240.542C212.884 240.638 213.154 240.686 213.454 240.687C213.634 240.687 213.796 240.674 213.94 240.65C214.084 240.626 214.247 240.584 214.427 240.524V241.766C214.223 241.826 214.018 241.868 213.814 241.892C213.622 241.928 213.406 241.946 213.166 241.946C212.326 241.946 211.654 241.706 211.15 241.226C210.659 240.746 210.412 240.026 210.412 239.066V233.918H208.648V232.766H210.412V230.444L211.87 229.922V232.766Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path-desc\" d=\"M241.952 238.346C241.952 239.162 242.12 239.762 242.456 240.146C242.792 240.53 243.302 240.722 243.986 240.722C244.79 240.722 245.438 240.464 245.93 239.948C246.422 239.432 246.668 238.742 246.668 237.878V232.767H248.126V241.82H246.704V240.266C246.461 240.736 246.126 241.11 245.696 241.388C245.132 241.76 244.484 241.946 243.752 241.946C242.672 241.946 241.856 241.646 241.304 241.046C240.764 240.446 240.494 239.558 240.494 238.382V232.767H241.952V238.346Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path-desc\" class=\"text-path\" d=\"M269.439 241.82H268V240.18C267.778 240.655 267.461 241.04 267.046 241.334C266.47 241.742 265.767 241.946 264.939 241.946C264.148 241.946 263.446 241.754 262.834 241.37C262.234 240.974 261.766 240.422 261.43 239.714C261.094 238.994 260.926 238.16 260.926 237.212C260.926 236.264 261.088 235.442 261.412 234.746C261.748 234.05 262.216 233.51 262.815 233.126C263.427 232.742 264.136 232.55 264.939 232.55C265.767 232.55 266.47 232.761 267.046 233.181C267.45 233.467 267.76 233.837 267.981 234.288V228.572H269.439V241.82ZM265.228 233.774C264.34 233.774 263.644 234.074 263.14 234.674C262.648 235.274 262.401 236.12 262.401 237.212C262.401 238.328 262.648 239.198 263.14 239.822C263.644 240.434 264.34 240.74 265.228 240.74C266.104 240.74 266.782 240.44 267.262 239.84C267.754 239.228 268 238.364 268 237.248C268 236.144 267.76 235.292 267.28 234.692C266.8 234.08 266.116 233.774 265.228 233.774Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path-desc\" d=\"M69.623 241.82H68.1104L66.7012 238.526H60.0029L58.5889 241.82H57.0586L62.6924 229.004H63.9883L69.623 241.82ZM60.5293 237.302H66.1768L63.3574 230.714L60.5293 237.302Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path-desc\" d=\"M81.6406 241.82H80.1826V232.767H81.6406V241.82Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path-desc\" d=\"M115.78 229.004C117.1 229.004 118.126 229.322 118.858 229.958C119.602 230.594 119.974 231.47 119.974 232.586C119.974 233.69 119.602 234.566 118.858 235.214C118.114 235.862 117.088 236.185 115.78 236.186H112.144V241.82H110.668V229.004H115.78ZM112.144 234.962H115.654C116.602 234.962 117.316 234.758 117.796 234.35C118.276 233.93 118.516 233.342 118.516 232.586C118.516 231.83 118.276 231.248 117.796 230.84C117.316 230.432 116.602 230.228 115.654 230.228H112.144V234.962Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path-desc\" d=\"M130.016 241.82H128.558V232.767H130.016V241.82Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path-desc\" d=\"M136.249 240.233L139.345 232.784H140.803L136.896 241.82H135.511L131.658 232.784H133.188L136.249 240.233Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path-desc\" d=\"M182.154 230.228H175.513V234.692H181.795V235.934H175.513V240.596H182.154V241.82H174.055V229.004H182.154V230.228Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path-desc\" d=\"M207.096 241.82H205.638V232.767H207.096V241.82Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path-desc\" d=\"M238.682 230.246H232.22V234.692H238.321V235.934H232.22V241.82H230.762V229.004H238.682V230.246Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path-desc\" d=\"M99.7832 232.55C101.955 232.55 103.041 233.744 103.041 236.132V241.819H101.583V236.204C101.583 235.364 101.415 234.752 101.079 234.368C100.743 233.972 100.215 233.773 99.4951 233.773C98.6552 233.773 97.9835 234.032 97.4795 234.548C96.9755 235.064 96.7227 235.76 96.7227 236.636V241.819H95.2646V235.304C95.2646 234.884 95.2535 234.464 95.2295 234.044C95.2175 233.612 95.1811 233.186 95.1211 232.766H96.5068L96.6475 234.396C96.9035 233.853 97.2694 233.429 97.749 233.126C98.337 232.742 99.0152 232.55 99.7832 232.55Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path-desc\" d=\"M126.474 232.559L126.888 232.613C126.954 232.625 127.016 232.64 127.076 232.658L127.041 233.99C126.765 233.894 126.447 233.846 126.087 233.846C125.463 233.846 124.958 233.984 124.574 234.26C124.202 234.536 123.926 234.89 123.746 235.322C123.578 235.742 123.494 236.186 123.494 236.653V241.819H122.036V235.304C122.036 234.884 122.025 234.464 122.001 234.044C121.989 233.612 121.953 233.186 121.893 232.766H123.278L123.426 234.43C123.623 233.89 123.933 233.467 124.358 233.162C124.922 232.754 125.553 232.55 126.249 232.55C126.327 232.55 126.402 232.553 126.474 232.559Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path-desc\" d=\"M255.455 232.55C257.627 232.55 258.713 233.744 258.713 236.132V241.819H257.255V236.204C257.255 235.364 257.087 234.752 256.751 234.368C256.415 233.972 255.887 233.773 255.167 233.773C254.327 233.773 253.655 234.032 253.151 234.548C252.647 235.064 252.395 235.76 252.395 236.636V241.819H250.937V235.304C250.937 234.884 250.925 234.464 250.901 234.044C250.889 233.612 250.853 233.186 250.793 232.766H252.179L252.319 234.396C252.575 233.853 252.941 233.429 253.421 233.126C254.009 232.742 254.687 232.55 255.455 232.55Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path-desc\" d=\"M81.8213 230.588H80.0391V228.933H81.8213V230.588Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path-desc\" d=\"M130.196 230.588H128.414V228.933H130.196V230.588Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path-desc\" d=\"M207.276 230.588H205.494V228.933H207.276V230.588Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path\" d=\"M152.522 211.839L155.123 205.396H157.391L153.251 214.99C152.975 215.638 152.675 216.173 152.351 216.593C152.027 217.025 151.679 217.366 151.307 217.618C150.935 217.882 150.527 218.086 150.083 218.23C149.639 218.374 149.153 218.488 148.625 218.572L148.103 216.79C148.667 216.67 149.141 216.533 149.525 216.377C149.909 216.221 150.227 216.016 150.479 215.765C150.73 215.513 150.941 215.189 151.109 214.793L151.344 214.237L147.545 205.396H149.938L152.522 211.839Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path\" d=\"M133.541 205.217C134.309 205.217 134.981 205.408 135.557 205.792C136.016 206.082 136.353 206.455 136.57 206.906L136.727 205.396H138.887C138.851 205.768 138.815 206.146 138.779 206.53C138.755 206.914 138.743 207.292 138.743 207.664V214.486H136.511L136.497 213.109C136.279 213.507 135.962 213.841 135.539 214.108C134.951 214.48 134.285 214.666 133.541 214.666C132.749 214.666 132.053 214.48 131.453 214.108C130.853 213.724 130.385 213.179 130.049 212.471C129.713 211.763 129.545 210.916 129.545 209.933C129.545 208.949 129.713 208.108 130.049 207.412C130.385 206.704 130.853 206.164 131.453 205.792C132.053 205.408 132.749 205.217 133.541 205.217ZM134.171 206.944C133.463 206.944 132.893 207.191 132.461 207.683C132.029 208.175 131.812 208.925 131.812 209.933C131.813 210.94 132.023 211.696 132.443 212.2C132.875 212.692 133.451 212.938 134.171 212.938C134.879 212.938 135.449 212.692 135.881 212.2C136.313 211.696 136.529 210.94 136.529 209.933C136.529 208.925 136.313 208.175 135.881 207.683C135.449 207.191 134.879 206.944 134.171 206.944Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path\" d=\"M183.709 205.217C184.477 205.217 185.149 205.408 185.725 205.792C186.184 206.082 186.521 206.455 186.738 206.906L186.895 205.396H189.055C189.019 205.768 188.983 206.146 188.947 206.53C188.923 206.914 188.911 207.292 188.911 207.664V214.486H186.679L186.665 213.109C186.447 213.507 186.13 213.841 185.707 214.108C185.119 214.48 184.453 214.666 183.709 214.666C182.917 214.666 182.221 214.48 181.621 214.108C181.021 213.724 180.553 213.179 180.217 212.471C179.881 211.763 179.713 210.916 179.713 209.933C179.713 208.949 179.881 208.108 180.217 207.412C180.553 206.704 181.021 206.164 181.621 205.792C182.221 205.408 182.917 205.217 183.709 205.217ZM184.339 206.944C183.631 206.944 183.061 207.191 182.629 207.683C182.197 208.175 181.98 208.925 181.98 209.933C181.981 210.94 182.191 211.696 182.611 212.2C183.043 212.692 183.619 212.938 184.339 212.938C185.047 212.938 185.617 212.692 186.049 212.2C186.481 211.696 186.697 210.94 186.697 209.933C186.697 208.925 186.481 208.175 186.049 207.683C185.617 207.191 185.047 206.944 184.339 206.944Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path\" d=\"M194.223 205.396H196.652V207.088H194.223V211.139C194.223 211.762 194.343 212.2 194.583 212.452C194.823 212.704 195.153 212.83 195.572 212.83C195.8 212.83 195.992 212.812 196.148 212.776C196.316 212.74 196.479 212.693 196.635 212.633V214.414C196.431 214.498 196.203 214.559 195.951 214.595C195.711 214.643 195.477 214.666 195.249 214.666C194.169 214.666 193.353 214.384 192.801 213.82C192.249 213.256 191.973 212.41 191.973 211.282V207.088H190.227V205.396H191.973V203.074L194.223 202.498V205.396Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path\" d=\"M208.648 205.217C209.584 205.217 210.394 205.408 211.078 205.792C211.774 206.176 212.309 206.723 212.681 207.431C213.065 208.127 213.257 208.961 213.257 209.933C213.257 210.904 213.065 211.744 212.681 212.452C212.309 213.16 211.774 213.706 211.078 214.09C210.394 214.474 209.584 214.666 208.648 214.666C207.713 214.666 206.903 214.474 206.219 214.09C205.535 213.706 205 213.16 204.616 212.452C204.244 211.744 204.059 210.904 204.059 209.933C204.059 208.961 204.244 208.127 204.616 207.431C205 206.723 205.535 206.176 206.219 205.792C206.903 205.408 207.713 205.217 208.648 205.217ZM208.648 206.944C207.941 206.944 207.377 207.191 206.957 207.683C206.537 208.175 206.326 208.925 206.326 209.933C206.326 210.94 206.537 211.696 206.957 212.2C207.377 212.692 207.941 212.938 208.648 212.938C209.356 212.938 209.921 212.692 210.341 212.2C210.761 211.696 210.971 210.94 210.971 209.933C210.971 208.925 210.761 208.175 210.341 207.683C209.921 207.191 209.356 206.944 208.648 206.944Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path\" d=\"M96.083 201.797C97.475 201.797 98.5375 202.133 99.2695 202.805C100.001 203.477 100.367 204.4 100.367 205.576C100.367 206.74 100.002 207.665 99.2695 208.349C98.5375 209.033 97.475 209.374 96.083 209.374H92.7715V214.486H90.4492V201.797H96.083ZM92.7715 207.538H95.8135C96.5813 207.538 97.1571 207.37 97.541 207.034C97.925 206.686 98.1172 206.2 98.1172 205.576C98.1171 204.952 97.9249 204.473 97.541 204.137C97.1571 203.789 96.5813 203.614 95.8135 203.614H92.7715V207.538Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path\" d=\"M106.978 205.217C107.193 205.217 107.367 205.228 107.499 205.252C107.631 205.264 107.764 205.295 107.896 205.343L107.877 207.322C107.649 207.226 107.451 207.167 107.283 207.143C107.127 207.119 106.929 207.106 106.689 207.106C106.173 207.106 105.735 207.215 105.375 207.431C105.027 207.647 104.763 207.946 104.583 208.33C104.415 208.714 104.331 209.153 104.331 209.645V214.486H102.063V207.719C102.063 207.335 102.051 206.944 102.027 206.548C102.015 206.152 101.985 205.768 101.938 205.396H104.115L104.276 206.985C104.369 206.765 104.477 206.565 104.602 206.387C104.89 205.991 105.238 205.696 105.646 205.504C106.053 205.312 106.498 205.217 106.978 205.217Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path\" d=\"M111.397 214.486H109.147V205.396H111.397V214.486Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path\" d=\"M124.587 205.217C125.607 205.217 126.369 205.516 126.873 206.116C127.377 206.716 127.629 207.653 127.629 208.925V214.486H125.379V209.015C125.379 208.295 125.259 207.779 125.02 207.467C124.78 207.143 124.395 206.98 123.867 206.98C123.243 206.98 122.752 207.203 122.392 207.646C122.032 208.078 121.852 208.666 121.852 209.41V214.486H119.602V209.015C119.602 208.295 119.481 207.779 119.241 207.467C119.001 207.143 118.617 206.98 118.089 206.98C117.465 206.981 116.973 207.203 116.613 207.646C116.265 208.078 116.091 208.666 116.091 209.41V214.486H113.841V207.664C113.841 207.292 113.83 206.914 113.806 206.53C113.782 206.146 113.745 205.768 113.697 205.396H115.875L116.018 206.819C116.26 206.373 116.584 206.013 116.991 205.738C117.519 205.39 118.143 205.217 118.863 205.217C119.583 205.217 120.178 205.39 120.646 205.738C121.04 206.014 121.334 206.422 121.534 206.957C121.788 206.48 122.145 206.091 122.607 205.792C123.183 205.408 123.843 205.217 124.587 205.217Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path\" d=\"M146.089 205.217C146.305 205.217 146.478 205.228 146.61 205.252C146.742 205.264 146.875 205.295 147.007 205.343L146.988 207.322C146.76 207.226 146.562 207.167 146.395 207.143C146.239 207.119 146.041 207.106 145.801 207.106C145.285 207.106 144.846 207.215 144.486 207.431C144.139 207.647 143.874 207.946 143.694 208.33C143.526 208.714 143.442 209.153 143.442 209.645V214.486H141.175V207.719C141.175 207.335 141.163 206.944 141.139 206.548C141.127 206.152 141.097 205.768 141.049 205.396H143.227L143.388 206.985C143.48 206.765 143.588 206.565 143.713 206.387C144.001 205.991 144.349 205.696 144.757 205.504C145.165 205.312 145.609 205.217 146.089 205.217Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path\" d=\"M169.331 201.797C170.723 201.797 171.786 202.133 172.518 202.805C173.249 203.477 173.615 204.4 173.615 205.576C173.615 206.74 173.25 207.665 172.518 208.349C171.786 209.033 170.723 209.374 169.331 209.374H166.02V214.486H163.697V201.797H169.331ZM166.02 207.538H169.062C169.829 207.538 170.405 207.37 170.789 207.034C171.173 206.686 171.365 206.2 171.365 205.576C171.365 204.952 171.173 204.473 170.789 204.137C170.405 203.789 169.829 203.614 169.062 203.614H166.02V207.538Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path\" d=\"M177.756 214.486H175.506V201.238H177.756V214.486Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path\" d=\"M202.196 201.166C202.46 201.166 202.736 201.185 203.023 201.221C203.323 201.257 203.582 201.322 203.798 201.418V203.183C203.642 203.123 203.456 203.074 203.24 203.038C203.024 203.002 202.814 202.984 202.61 202.984C202.298 202.984 202.016 203.044 201.764 203.164C201.524 203.284 201.331 203.471 201.188 203.723C201.056 203.963 200.99 204.287 200.99 204.694V205.396H203.384V207.088H201.008V214.486H198.758V207.088H197.012V205.396H198.758V204.586C198.758 203.458 199.046 202.606 199.622 202.03C200.21 201.454 201.068 201.166 202.196 201.166Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path\" d=\"M220.093 205.217C220.308 205.217 220.482 205.228 220.614 205.252C220.746 205.264 220.879 205.295 221.011 205.343L220.992 207.322C220.764 207.226 220.566 207.167 220.398 207.143C220.242 207.119 220.045 207.106 219.805 207.106C219.289 207.106 218.85 207.215 218.49 207.431C218.142 207.647 217.878 207.946 217.698 208.33C217.53 208.714 217.446 209.153 217.446 209.645V214.486H215.179V207.719C215.179 207.335 215.167 206.944 215.143 206.548C215.131 206.152 215.101 205.768 215.053 205.396H217.23L217.392 206.985C217.484 206.765 217.592 206.565 217.717 206.387C218.005 205.991 218.353 205.696 218.761 205.504C219.169 205.312 219.613 205.217 220.093 205.217Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path\" d=\"M233.009 205.217C234.029 205.217 234.791 205.516 235.295 206.116C235.799 206.716 236.051 207.653 236.051 208.925V214.486H233.801V209.015C233.801 208.295 233.681 207.779 233.441 207.467C233.201 207.143 232.817 206.98 232.289 206.98C231.665 206.98 231.173 207.203 230.813 207.646C230.454 208.078 230.273 208.666 230.273 209.41V214.486H228.023V209.015C228.023 208.295 227.903 207.779 227.663 207.467C227.423 207.143 227.039 206.98 226.511 206.98C225.887 206.981 225.395 207.203 225.035 207.646C224.687 208.078 224.513 208.666 224.513 209.41V214.486H222.263V207.664C222.263 207.292 222.252 206.914 222.228 206.53C222.204 206.146 222.167 205.768 222.119 205.396H224.297L224.439 206.819C224.682 206.373 225.006 206.013 225.413 205.738C225.941 205.39 226.565 205.217 227.285 205.217C228.005 205.217 228.599 205.39 229.067 205.738C229.462 206.014 229.756 206.422 229.956 206.957C230.21 206.48 230.567 206.091 231.029 205.792C231.605 205.408 232.265 205.217 233.009 205.217Z\" fill=\"#8D8D8D\"\/>\r\n            <path class=\"text-path\" d=\"M111.523 203.687H109.021V201.49H111.523V203.687Z\" fill=\"#8D8D8D\"\/>\r\n            <\/g>\r\n\r\n        <g id=\"btn-2\" class=\"nav-group\" onclick=\"navTo('section-secondaries')\">\r\n            <path class=\"shard\" d=\"M531.441 249.337L460.246 320.532V193.715L531.441 249.337Z\" fill=\"white\"\/>\r\n            <path class=\"shard\" d=\"M453.931 273.996V320.492L353.793 238.172L378.172 213.777L453.931 273.996Z\" fill=\"white\"\/>\r\n            <path class=\"shard\" d=\"M453.91 264.872L382.715 209.25L453.91 138.054V264.872Z\" fill=\"white\"\/>\r\n            <path class=\"shard\" d=\"M560.363 220.414L535.984 244.809L460.226 184.59V138.094L560.363 220.414Z\" fill=\"white\"\/>\r\n            <path class=\"main-circle\" d=\"M458.949 84.5161C537.288 85.5085 600.63 148.716 601.846 227C601.853 227 601.86 227 601.867 227C606.562 227 610.367 230.806 610.367 235.5C610.367 240.195 606.561 244 601.867 244C601.619 244 601.374 243.987 601.132 243.966C593.777 317.039 532.089 374.081 457.078 374.082L455.206 374.07C376.727 373.076 313.295 309.644 312.301 231.165L312.289 229.293C312.289 149.329 377.114 84.5044 457.078 84.5044L458.949 84.5161ZM457.078 86.5044C378.218 86.5044 314.289 150.434 314.289 229.293C314.289 308.153 378.218 372.082 457.078 372.082C531.124 372.081 592.003 315.72 599.16 243.557C595.794 242.426 593.367 239.248 593.367 235.5C593.367 231.501 596.129 228.149 599.85 227.243C598.753 149.328 535.253 86.5046 457.078 86.5044Z\" fill=\"#E0E0E0\"\/>\r\n            \r\n            <path class=\"text-path\" d=\"M511.453 214.54C509.797 214.54 508.489 214.162 507.529 213.406L508.159 211.822C508.639 212.182 509.161 212.452 509.725 212.632C510.289 212.812 510.877 212.902 511.489 212.902C512.041 212.902 512.461 212.812 512.749 212.632C513.037 212.452 513.181 212.2 513.181 211.876C513.181 211.6 513.079 211.384 512.875 211.228C512.671 211.06 512.323 210.916 511.831 210.796L510.319 210.454C509.491 210.274 508.867 209.974 508.447 209.554C508.039 209.122 507.835 208.576 507.835 207.916C507.835 207.364 507.991 206.878 508.303 206.458C508.615 206.026 509.053 205.69 509.617 205.45C510.181 205.21 510.835 205.09 511.579 205.09C512.227 205.09 512.851 205.192 513.451 205.396C514.051 205.588 514.573 205.87 515.017 206.242L514.369 207.79C513.913 207.442 513.445 207.184 512.965 207.016C512.497 206.848 512.029 206.764 511.561 206.764C511.045 206.764 510.643 206.86 510.355 207.052C510.067 207.244 509.923 207.508 509.923 207.844C509.923 208.108 510.007 208.318 510.175 208.474C510.355 208.63 510.661 208.756 511.093 208.852L512.623 209.23C513.523 209.422 514.177 209.734 514.585 210.166C515.005 210.586 515.215 211.144 515.215 211.84C515.215 212.668 514.879 213.328 514.207 213.82C513.535 214.3 512.617 214.54 511.453 214.54Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path\" d=\"M506.055 213.406C505.623 213.766 505.089 214.048 504.453 214.252C503.829 214.444 503.193 214.54 502.545 214.54C501.561 214.54 500.709 214.354 499.989 213.982C499.281 213.61 498.735 213.07 498.351 212.362C497.967 211.654 497.775 210.814 497.775 209.842C497.775 208.906 497.961 208.084 498.333 207.376C498.705 206.656 499.221 206.098 499.881 205.702C500.541 205.294 501.303 205.09 502.167 205.09C503.007 205.09 503.727 205.276 504.327 205.648C504.927 206.008 505.389 206.53 505.713 207.214C506.049 207.898 506.217 208.708 506.217 209.644V209.986H499.755L499.773 208.78H504.885L504.273 209.392C504.285 208.516 504.111 207.85 503.751 207.394C503.403 206.938 502.893 206.71 502.221 206.71C501.501 206.71 500.943 206.968 500.547 207.484C500.151 207.988 499.953 208.714 499.953 209.662C499.953 210.742 500.175 211.54 500.619 212.056C501.063 212.56 501.735 212.812 502.635 212.812C503.127 212.812 503.607 212.734 504.075 212.578C504.555 212.41 504.999 212.17 505.407 211.858L506.055 213.406Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path\" d=\"M493.567 214.415V205.325H495.817V214.415H493.567ZM493.459 201.203H495.961V203.417H493.459V201.203Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path\" d=\"M486.519 214.414V207.898C486.519 207.478 486.507 207.052 486.483 206.62C486.471 206.176 486.435 205.744 486.375 205.324H488.499L488.751 207.664L488.499 207.538C488.655 206.734 489.009 206.128 489.561 205.72C490.113 205.312 490.737 205.108 491.433 205.108C491.613 205.108 491.781 205.12 491.937 205.144C492.093 205.168 492.231 205.204 492.351 205.252L492.315 207.304C491.943 207.148 491.547 207.07 491.127 207.07C490.587 207.07 490.143 207.178 489.795 207.394C489.459 207.61 489.201 207.904 489.021 208.276C488.853 208.636 488.769 209.044 488.769 209.5V214.414H486.519Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path\" d=\"M478.92 214.54C478.128 214.54 477.426 214.354 476.814 213.982C476.202 213.598 475.728 213.058 475.392 212.362C475.068 211.654 474.906 210.826 474.906 209.878C474.906 208.918 475.074 208.084 475.41 207.376C475.746 206.656 476.214 206.098 476.814 205.702C477.426 205.294 478.128 205.09 478.92 205.09C479.688 205.09 480.354 205.282 480.918 205.666C481.494 206.038 481.884 206.56 482.088 207.232L481.872 207.358V205.324H484.086V214.414H481.872V212.362L482.088 212.434C481.884 213.106 481.494 213.628 480.918 214C480.354 214.36 479.688 214.54 478.92 214.54ZM479.532 212.812C480.276 212.812 480.852 212.554 481.26 212.038C481.668 211.522 481.872 210.79 481.872 209.842C481.872 208.87 481.668 208.132 481.26 207.628C480.852 207.112 480.276 206.854 479.532 206.854C478.776 206.854 478.188 207.118 477.768 207.646C477.348 208.174 477.138 208.918 477.138 209.878C477.138 210.814 477.348 211.54 477.768 212.056C478.188 212.56 478.776 212.812 479.532 212.812Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path\" d=\"M472.942 214.415H470.728V212.111L470.944 212.435C470.74 213.107 470.35 213.629 469.774 214.001C469.21 214.361 468.544 214.541 467.776 214.541C466.984 214.541 466.282 214.349 465.67 213.965C465.07 213.569 464.602 213.011 464.266 212.291C463.93 211.571 463.762 210.737 463.762 209.789C463.762 208.841 463.924 208.013 464.248 207.305C464.584 206.597 465.058 206.051 465.67 205.667C466.282 205.283 466.984 205.091 467.776 205.091C468.544 205.091 469.21 205.283 469.774 205.667C470.35 206.051 470.74 206.567 470.944 207.215L470.692 207.485V201.167H472.942V214.415ZM468.388 212.813C469.132 212.813 469.708 212.555 470.116 212.039C470.524 211.523 470.728 210.785 470.728 209.825C470.728 208.877 470.524 208.145 470.116 207.629C469.708 207.113 469.132 206.855 468.388 206.855C467.632 206.855 467.044 207.113 466.624 207.629C466.204 208.133 465.994 208.853 465.994 209.789C465.994 210.749 466.204 211.493 466.624 212.021C467.044 212.549 467.632 212.813 468.388 212.813Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path\" d=\"M453.402 214.414V207.898C453.402 207.466 453.39 207.034 453.366 206.602C453.354 206.17 453.318 205.744 453.258 205.324H455.382L455.58 207.124L455.382 207.178C455.67 206.494 456.096 205.978 456.66 205.63C457.236 205.27 457.896 205.09 458.64 205.09C460.8 205.09 461.88 206.338 461.88 208.834V214.414H459.63V208.924C459.63 208.216 459.492 207.7 459.216 207.376C458.94 207.04 458.514 206.872 457.938 206.872C457.242 206.872 456.684 207.094 456.264 207.538C455.856 207.97 455.652 208.546 455.652 209.266V214.414H453.402Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path\" d=\"M446.889 214.54C445.941 214.54 445.119 214.348 444.423 213.964C443.739 213.58 443.211 213.04 442.839 212.344C442.467 211.636 442.281 210.796 442.281 209.824C442.281 208.864 442.467 208.03 442.839 207.322C443.211 206.602 443.739 206.05 444.423 205.666C445.119 205.282 445.941 205.09 446.889 205.09C447.813 205.09 448.617 205.282 449.301 205.666C449.997 206.05 450.531 206.602 450.903 207.322C451.287 208.03 451.479 208.864 451.479 209.824C451.479 210.796 451.287 211.636 450.903 212.344C450.531 213.04 449.997 213.58 449.301 213.964C448.617 214.348 447.813 214.54 446.889 214.54ZM446.889 212.812C447.633 212.812 448.203 212.566 448.599 212.074C449.007 211.57 449.211 210.82 449.211 209.824C449.211 208.84 449.007 208.102 448.599 207.61C448.203 207.106 447.633 206.854 446.889 206.854C446.133 206.854 445.545 207.106 445.125 207.61C444.717 208.102 444.513 208.84 444.513 209.824C444.513 210.82 444.717 211.57 445.125 212.074C445.533 212.566 446.121 212.812 446.889 212.812Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path\" d=\"M437.801 214.54C436.853 214.54 436.031 214.354 435.335 213.982C434.651 213.598 434.123 213.058 433.751 212.362C433.391 211.654 433.211 210.826 433.211 209.878C433.211 208.918 433.403 208.078 433.787 207.358C434.171 206.638 434.717 206.08 435.425 205.684C436.133 205.288 436.961 205.09 437.909 205.09C438.545 205.09 439.163 205.192 439.763 205.396C440.375 205.6 440.873 205.882 441.257 206.242L440.609 207.826C440.225 207.514 439.817 207.28 439.385 207.124C438.953 206.956 438.521 206.872 438.089 206.872C437.297 206.872 436.667 207.124 436.199 207.628C435.743 208.132 435.515 208.87 435.515 209.842C435.515 210.802 435.743 211.534 436.199 212.038C436.655 212.542 437.291 212.794 438.107 212.794C438.527 212.794 438.953 212.716 439.385 212.56C439.817 212.392 440.225 212.146 440.609 211.822L441.257 213.406C440.861 213.766 440.351 214.048 439.727 214.252C439.115 214.444 438.473 214.54 437.801 214.54Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path\" d=\"M431.63 213.406C431.198 213.766 430.664 214.048 430.028 214.252C429.404 214.444 428.768 214.54 428.12 214.54C427.136 214.54 426.284 214.354 425.564 213.982C424.856 213.61 424.31 213.07 423.926 212.362C423.542 211.654 423.35 210.814 423.35 209.842C423.35 208.906 423.536 208.084 423.908 207.376C424.28 206.656 424.796 206.098 425.456 205.702C426.116 205.294 426.878 205.09 427.742 205.09C428.582 205.09 429.302 205.276 429.902 205.648C430.502 206.008 430.964 206.53 431.288 207.214C431.624 207.898 431.792 208.708 431.792 209.644V209.986H425.33L425.348 208.78H430.46L429.848 209.392C429.86 208.516 429.686 207.85 429.326 207.394C428.978 206.938 428.468 206.71 427.796 206.71C427.076 206.71 426.518 206.968 426.122 207.484C425.726 207.988 425.528 208.714 425.528 209.662C425.528 210.742 425.75 211.54 426.194 212.056C426.638 212.56 427.31 212.812 428.21 212.812C428.702 212.812 429.182 212.734 429.65 212.578C430.13 212.41 430.574 212.17 430.982 211.858L431.63 213.406Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path\" d=\"M416.733 214.559C416.073 214.559 415.443 214.505 414.843 214.397C414.243 214.277 413.679 214.103 413.151 213.875C412.635 213.647 412.179 213.371 411.783 213.047L412.557 211.355C413.205 211.835 413.865 212.183 414.537 212.399C415.209 212.615 415.947 212.723 416.751 212.723C417.639 212.723 418.323 212.567 418.803 212.255C419.295 211.943 419.541 211.505 419.541 210.941C419.541 210.605 419.433 210.329 419.217 210.113C419.001 209.885 418.677 209.693 418.245 209.537C417.813 209.381 417.279 209.231 416.643 209.087C415.887 208.943 415.221 208.769 414.645 208.565C414.069 208.349 413.589 208.097 413.205 207.809C412.821 207.521 412.527 207.179 412.323 206.783C412.131 206.375 412.035 205.895 412.035 205.343C412.035 204.587 412.239 203.915 412.647 203.327C413.055 202.739 413.625 202.283 414.357 201.959C415.101 201.623 415.971 201.455 416.967 201.455C417.567 201.455 418.149 201.515 418.713 201.635C419.289 201.755 419.817 201.929 420.297 202.157C420.777 202.373 421.191 202.643 421.539 202.967L420.747 204.659C420.171 204.191 419.571 203.849 418.947 203.633C418.323 203.405 417.669 203.291 416.985 203.291C416.157 203.291 415.503 203.459 415.023 203.795C414.543 204.131 414.303 204.599 414.303 205.199C414.303 205.547 414.399 205.835 414.591 206.063C414.795 206.291 415.101 206.483 415.509 206.639C415.929 206.795 416.463 206.951 417.111 207.107C417.855 207.263 418.515 207.443 419.091 207.647C419.679 207.851 420.177 208.097 420.585 208.385C420.993 208.661 421.299 208.997 421.503 209.393C421.719 209.777 421.827 210.239 421.827 210.779C421.827 211.547 421.623 212.219 421.215 212.795C420.807 213.359 420.219 213.797 419.451 214.109C418.695 214.409 417.789 214.559 416.733 214.559Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M519.384 264.874C517.86 264.874 516.654 264.484 515.766 263.704L516.252 262.624C516.732 262.996 517.224 263.272 517.728 263.452C518.244 263.62 518.814 263.704 519.438 263.704C520.122 263.704 520.638 263.59 520.986 263.362C521.346 263.122 521.526 262.78 521.526 262.336C521.526 261.976 521.406 261.694 521.166 261.49C520.926 261.274 520.53 261.1 519.978 260.968L518.448 260.608C517.692 260.44 517.104 260.14 516.684 259.708C516.276 259.276 516.072 258.76 516.072 258.16C516.072 257.632 516.216 257.17 516.504 256.774C516.792 256.366 517.194 256.048 517.71 255.82C518.226 255.592 518.838 255.478 519.546 255.478C520.182 255.478 520.782 255.58 521.346 255.784C521.91 255.988 522.384 256.282 522.768 256.666L522.282 257.728C521.85 257.368 521.406 257.104 520.95 256.936C520.506 256.756 520.038 256.666 519.546 256.666C518.898 256.666 518.394 256.792 518.034 257.044C517.686 257.296 517.512 257.638 517.512 258.07C517.512 258.442 517.62 258.736 517.836 258.952C518.064 259.168 518.424 259.336 518.916 259.456L520.446 259.834C521.298 260.014 521.922 260.314 522.318 260.734C522.726 261.142 522.93 261.664 522.93 262.3C522.93 263.08 522.612 263.704 521.976 264.172C521.34 264.64 520.476 264.874 519.384 264.874Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M508.752 256.846V255.694H514.566V256.846H508.752ZM514.53 263.452V264.694C514.326 264.754 514.122 264.796 513.918 264.82C513.726 264.856 513.51 264.874 513.27 264.874C512.43 264.874 511.758 264.634 511.254 264.154C510.762 263.674 510.516 262.954 510.516 261.994V253.372L511.974 252.85V261.796C511.974 262.276 512.04 262.648 512.172 262.912C512.316 263.176 512.508 263.362 512.748 263.47C512.988 263.566 513.258 263.614 513.558 263.614C513.738 263.614 513.9 263.602 514.044 263.578C514.188 263.554 514.35 263.512 514.53 263.452Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M507.708 263.668C507.312 264.04 506.802 264.334 506.178 264.55C505.566 264.766 504.936 264.874 504.288 264.874C503.352 264.874 502.542 264.688 501.858 264.316C501.186 263.944 500.664 263.41 500.292 262.714C499.932 262.006 499.752 261.166 499.752 260.194C499.752 259.258 499.932 258.436 500.292 257.728C500.652 257.02 501.15 256.468 501.786 256.072C502.434 255.676 503.178 255.478 504.018 255.478C504.822 255.478 505.512 255.658 506.088 256.018C506.664 256.366 507.102 256.87 507.402 257.53C507.714 258.19 507.87 258.982 507.87 259.906V260.176H501.03V259.222H507.042L506.574 259.888C506.598 258.832 506.388 258.022 505.944 257.458C505.512 256.894 504.876 256.612 504.036 256.612C503.16 256.612 502.47 256.924 501.966 257.548C501.474 258.16 501.228 259.012 501.228 260.104C501.228 261.28 501.486 262.168 502.002 262.768C502.53 263.368 503.298 263.668 504.306 263.668C504.834 263.668 505.338 263.584 505.818 263.416C506.31 263.236 506.778 262.966 507.222 262.606L507.708 263.668Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M494.423 264.874C492.899 264.874 491.693 264.484 490.805 263.704L491.291 262.624C491.771 262.996 492.263 263.272 492.767 263.452C493.283 263.62 493.853 263.704 494.477 263.704C495.161 263.704 495.677 263.59 496.025 263.362C496.385 263.122 496.565 262.78 496.565 262.336C496.565 261.976 496.445 261.694 496.205 261.49C495.965 261.274 495.569 261.1 495.017 260.968L493.487 260.608C492.731 260.44 492.143 260.14 491.723 259.708C491.315 259.276 491.111 258.76 491.111 258.16C491.111 257.632 491.255 257.17 491.543 256.774C491.831 256.366 492.233 256.048 492.749 255.82C493.265 255.592 493.877 255.478 494.585 255.478C495.221 255.478 495.821 255.58 496.385 255.784C496.949 255.988 497.423 256.282 497.807 256.666L497.321 257.728C496.889 257.368 496.445 257.104 495.989 256.936C495.545 256.756 495.077 256.666 494.585 256.666C493.937 256.666 493.433 256.792 493.073 257.044C492.725 257.296 492.551 257.638 492.551 258.07C492.551 258.442 492.659 258.736 492.875 258.952C493.103 259.168 493.463 259.336 493.955 259.456L495.485 259.834C496.337 260.014 496.961 260.314 497.357 260.734C497.765 261.142 497.969 261.664 497.969 262.3C497.969 263.08 497.651 263.704 497.015 264.172C496.379 264.64 495.515 264.874 494.423 264.874Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M485.493 264.874C483.969 264.874 482.763 264.484 481.875 263.704L482.361 262.624C482.841 262.996 483.333 263.272 483.837 263.452C484.353 263.62 484.923 263.704 485.547 263.704C486.231 263.704 486.747 263.59 487.095 263.362C487.455 263.122 487.635 262.78 487.635 262.336C487.635 261.976 487.515 261.694 487.275 261.49C487.035 261.274 486.639 261.1 486.087 260.968L484.557 260.608C483.801 260.44 483.213 260.14 482.793 259.708C482.385 259.276 482.181 258.76 482.181 258.16C482.181 257.632 482.325 257.17 482.613 256.774C482.901 256.366 483.303 256.048 483.819 255.82C484.335 255.592 484.947 255.478 485.655 255.478C486.291 255.478 486.891 255.58 487.455 255.784C488.019 255.988 488.493 256.282 488.877 256.666L488.391 257.728C487.959 257.368 487.515 257.104 487.059 256.936C486.615 256.756 486.147 256.666 485.655 256.666C485.007 256.666 484.503 256.792 484.143 257.044C483.795 257.296 483.621 257.638 483.621 258.07C483.621 258.442 483.729 258.736 483.945 258.952C484.173 259.168 484.533 259.336 485.025 259.456L486.555 259.834C487.407 260.014 488.031 260.314 488.427 260.734C488.835 261.142 489.039 261.664 489.039 262.3C489.039 263.08 488.721 263.704 488.085 264.172C487.449 264.64 486.585 264.874 485.493 264.874Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M469.768 264.748H468.238L473.872 251.932H475.168L480.802 264.748H479.29L474.268 253.012H474.808L469.768 264.748ZM470.632 261.454L471.154 260.23H477.886L478.408 261.454H470.632Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M454.631 268.834L454.325 267.7C454.877 267.568 455.339 267.412 455.711 267.232C456.095 267.064 456.413 266.842 456.665 266.566C456.929 266.29 457.157 265.924 457.349 265.468L457.925 264.136L458.249 263.686L461.561 255.694H463.019L458.789 265.576C458.465 266.308 458.099 266.89 457.691 267.322C457.283 267.766 456.821 268.102 456.305 268.33C455.801 268.558 455.243 268.726 454.631 268.834ZM457.943 265.216L453.875 255.694H455.405L458.681 263.686L457.943 265.216Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M447.387 256.846V255.694H453.201V256.846H447.387ZM453.165 263.452V264.694C452.961 264.754 452.757 264.796 452.553 264.82C452.361 264.856 452.145 264.874 451.905 264.874C451.065 264.874 450.393 264.634 449.889 264.154C449.397 263.674 449.151 262.954 449.151 261.994V253.372L450.609 252.85V261.796C450.609 262.276 450.675 262.648 450.807 262.912C450.951 263.176 451.143 263.362 451.383 263.47C451.623 263.566 451.893 263.614 452.193 263.614C452.373 263.614 452.535 263.602 452.679 263.578C452.823 263.554 452.985 263.512 453.165 263.452Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M444.376 264.748V255.694H445.834V264.748H444.376ZM444.232 251.86H446.014V253.516H444.232V251.86Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M440.086 264.748V251.5H441.544V264.748H440.086Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M432.768 264.874C431.964 264.874 431.256 264.688 430.644 264.316C430.044 263.932 429.576 263.392 429.24 262.696C428.916 261.988 428.754 261.16 428.754 260.212C428.754 259.264 428.922 258.436 429.258 257.728C429.594 257.02 430.062 256.468 430.662 256.072C431.274 255.676 431.976 255.478 432.768 255.478C433.596 255.478 434.298 255.682 434.874 256.09C435.45 256.498 435.84 257.08 436.044 257.836L435.828 257.98V255.694H437.268V264.748H435.828V262.408L436.044 262.516C435.84 263.272 435.45 263.854 434.874 264.262C434.298 264.67 433.596 264.874 432.768 264.874ZM433.056 263.668C433.944 263.668 434.628 263.368 435.108 262.768C435.588 262.156 435.828 261.292 435.828 260.176C435.828 259.06 435.582 258.202 435.09 257.602C434.61 257.002 433.932 256.702 433.056 256.702C432.168 256.702 431.472 257.014 430.968 257.638C430.476 258.25 430.23 259.108 430.23 260.212C430.23 261.316 430.476 262.168 430.968 262.768C431.472 263.368 432.168 263.668 433.056 263.668Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M422.11 264.874C421.03 264.874 420.214 264.574 419.662 263.974C419.122 263.374 418.852 262.486 418.852 261.31V255.694H420.31V261.274C420.31 262.09 420.478 262.69 420.814 263.074C421.15 263.458 421.66 263.65 422.344 263.65C423.148 263.65 423.796 263.392 424.288 262.876C424.78 262.36 425.026 261.67 425.026 260.806V255.694H426.484V264.748H425.062V262.786L425.278 262.678C425.038 263.398 424.63 263.944 424.054 264.316C423.49 264.688 422.842 264.874 422.11 264.874Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M414.001 268.186C413.485 267.802 412.975 267.304 412.471 266.692C411.967 266.08 411.529 265.456 411.157 264.82L412.597 264.334C412.909 264.946 413.275 265.486 413.695 265.954C414.115 266.422 414.559 266.854 415.027 267.25L414.001 268.186ZM410.545 264.892C409.345 264.892 408.307 264.628 407.431 264.1C406.567 263.572 405.895 262.816 405.415 261.832C404.947 260.848 404.713 259.684 404.713 258.34C404.713 256.984 404.947 255.82 405.415 254.848C405.883 253.864 406.549 253.108 407.413 252.58C408.289 252.052 409.333 251.788 410.545 251.788C411.745 251.788 412.783 252.052 413.659 252.58C414.535 253.108 415.207 253.864 415.675 254.848C416.143 255.82 416.377 256.978 416.377 258.322C416.377 259.678 416.137 260.848 415.657 261.832C415.189 262.816 414.517 263.572 413.641 264.1C412.777 264.628 411.745 264.892 410.545 264.892ZM410.545 263.632C411.901 263.632 412.957 263.176 413.713 262.264C414.469 261.34 414.847 260.026 414.847 258.322C414.847 256.618 414.469 255.316 413.713 254.416C412.957 253.504 411.901 253.048 410.545 253.048C409.189 253.048 408.127 253.504 407.359 254.416C406.603 255.328 406.225 256.63 406.225 258.322C406.225 260.014 406.603 261.322 407.359 262.246C408.127 263.17 409.189 263.632 410.545 263.632Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M562.516 237.518V236.312H567.61V237.518H562.516Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M552.076 241.748V228.5H553.534V234.53L553.3 234.71C553.552 233.978 553.972 233.426 554.56 233.054C555.148 232.67 555.826 232.478 556.594 232.478C558.766 232.478 559.852 233.672 559.852 236.06V241.748H558.394V236.132C558.394 235.292 558.226 234.68 557.89 234.296C557.554 233.9 557.026 233.702 556.306 233.702C555.466 233.702 554.794 233.96 554.29 234.476C553.786 234.992 553.534 235.688 553.534 236.564V241.748H552.076Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M545.192 245.762C543.824 245.762 542.636 245.45 541.628 244.826L541.88 243.638C542.444 243.962 542.978 244.196 543.482 244.34C543.986 244.484 544.556 244.556 545.192 244.556C546.056 244.556 546.71 244.322 547.154 243.854C547.61 243.398 547.838 242.714 547.838 241.802V239.354L548.036 239.12C547.892 239.6 547.664 240.02 547.352 240.38C547.052 240.728 546.68 240.998 546.236 241.19C545.792 241.382 545.288 241.478 544.724 241.478C543.92 241.478 543.212 241.292 542.6 240.92C542 240.536 541.526 240.008 541.178 239.336C540.842 238.664 540.674 237.878 540.674 236.978C540.674 236.078 540.842 235.292 541.178 234.62C541.526 233.948 542 233.426 542.6 233.054C543.212 232.67 543.92 232.478 544.724 232.478C545.564 232.478 546.272 232.688 546.848 233.108C547.436 233.516 547.832 234.092 548.036 234.836L547.82 234.638V232.694H549.278V241.676C549.278 243.032 548.93 244.052 548.234 244.736C547.55 245.42 546.536 245.762 545.192 245.762ZM545.012 240.254C545.888 240.254 546.572 239.966 547.064 239.39C547.568 238.802 547.82 237.998 547.82 236.978C547.82 235.958 547.568 235.16 547.064 234.584C546.572 233.996 545.888 233.702 545.012 233.702C544.124 233.702 543.422 233.996 542.906 234.584C542.402 235.16 542.15 235.958 542.15 236.978C542.15 238.01 542.402 238.814 542.906 239.39C543.422 239.966 544.124 240.254 545.012 240.254Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M536.925 241.748V232.694H538.383V241.748H536.925ZM536.781 228.86H538.563V230.516H536.781V228.86Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M532.468 241.748V228.932H533.944V241.748H532.468ZM523.324 241.748V228.932H524.782V241.748H523.324ZM524.008 235.862V234.62H533.296V235.862H524.008Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M511.893 241.874C511.029 241.874 510.273 241.682 509.625 241.298C508.989 240.914 508.491 240.374 508.131 239.678C507.783 238.97 507.609 238.136 507.609 237.176C507.609 236.228 507.783 235.4 508.131 234.692C508.491 233.984 508.989 233.438 509.625 233.054C510.273 232.67 511.029 232.478 511.893 232.478C512.757 232.478 513.507 232.67 514.143 233.054C514.791 233.438 515.289 233.984 515.637 234.692C515.997 235.4 516.177 236.228 516.177 237.176C516.177 238.136 515.997 238.97 515.637 239.678C515.289 240.374 514.791 240.914 514.143 241.298C513.507 241.682 512.757 241.874 511.893 241.874ZM511.893 240.668C512.781 240.668 513.465 240.374 513.945 239.786C514.437 239.186 514.683 238.316 514.683 237.176C514.683 236.06 514.437 235.202 513.945 234.602C513.453 234.002 512.769 233.702 511.893 233.702C511.017 233.702 510.327 234.002 509.823 234.602C509.331 235.202 509.085 236.06 509.085 237.176C509.085 238.316 509.325 239.186 509.805 239.786C510.297 240.374 510.993 240.668 511.893 240.668Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M500.578 233.846V232.694H506.392V233.846H500.578ZM506.356 240.452V241.694C506.152 241.754 505.948 241.796 505.744 241.82C505.552 241.856 505.336 241.874 505.096 241.874C504.256 241.874 503.584 241.634 503.08 241.154C502.588 240.674 502.342 239.954 502.342 238.994V230.372L503.8 229.85V238.796C503.8 239.276 503.866 239.648 503.998 239.912C504.142 240.176 504.334 240.362 504.574 240.47C504.814 240.566 505.084 240.614 505.384 240.614C505.564 240.614 505.726 240.602 505.87 240.578C506.014 240.554 506.176 240.512 506.356 240.452Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M491.294 241.874C489.77 241.874 488.564 241.484 487.676 240.704L488.162 239.624C488.642 239.996 489.134 240.272 489.638 240.452C490.154 240.62 490.724 240.704 491.348 240.704C492.032 240.704 492.548 240.59 492.896 240.362C493.256 240.122 493.436 239.78 493.436 239.336C493.436 238.976 493.316 238.694 493.076 238.49C492.836 238.274 492.44 238.1 491.888 237.968L490.358 237.608C489.602 237.44 489.014 237.14 488.594 236.708C488.186 236.276 487.982 235.76 487.982 235.16C487.982 234.632 488.126 234.17 488.414 233.774C488.702 233.366 489.104 233.048 489.62 232.82C490.136 232.592 490.748 232.478 491.456 232.478C492.092 232.478 492.692 232.58 493.256 232.784C493.82 232.988 494.294 233.282 494.678 233.666L494.192 234.728C493.76 234.368 493.316 234.104 492.86 233.936C492.416 233.756 491.948 233.666 491.456 233.666C490.808 233.666 490.304 233.792 489.944 234.044C489.596 234.296 489.422 234.638 489.422 235.07C489.422 235.442 489.53 235.736 489.746 235.952C489.974 236.168 490.334 236.336 490.826 236.456L492.356 236.834C493.208 237.014 493.832 237.314 494.228 237.734C494.636 238.142 494.84 238.664 494.84 239.3C494.84 240.08 494.522 240.704 493.886 241.172C493.25 241.64 492.386 241.874 491.294 241.874Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M482.364 241.874C480.84 241.874 479.634 241.484 478.746 240.704L479.232 239.624C479.712 239.996 480.204 240.272 480.708 240.452C481.224 240.62 481.794 240.704 482.418 240.704C483.102 240.704 483.618 240.59 483.966 240.362C484.326 240.122 484.506 239.78 484.506 239.336C484.506 238.976 484.386 238.694 484.146 238.49C483.906 238.274 483.51 238.1 482.958 237.968L481.428 237.608C480.672 237.44 480.084 237.14 479.664 236.708C479.256 236.276 479.052 235.76 479.052 235.16C479.052 234.632 479.196 234.17 479.484 233.774C479.772 233.366 480.174 233.048 480.69 232.82C481.206 232.592 481.818 232.478 482.526 232.478C483.162 232.478 483.762 232.58 484.326 232.784C484.89 232.988 485.364 233.282 485.748 233.666L485.262 234.728C484.83 234.368 484.386 234.104 483.93 233.936C483.486 233.756 483.018 233.666 482.526 233.666C481.878 233.666 481.374 233.792 481.014 234.044C480.666 234.296 480.492 234.638 480.492 235.07C480.492 235.442 480.6 235.736 480.816 235.952C481.044 236.168 481.404 236.336 481.896 236.456L483.426 236.834C484.278 237.014 484.902 237.314 485.298 237.734C485.706 238.142 485.91 238.664 485.91 239.3C485.91 240.08 485.592 240.704 484.956 241.172C484.32 241.64 483.456 241.874 482.364 241.874Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M476.929 240.668C476.533 241.04 476.023 241.334 475.399 241.55C474.787 241.766 474.157 241.874 473.509 241.874C472.573 241.874 471.763 241.688 471.079 241.316C470.407 240.944 469.885 240.41 469.513 239.714C469.153 239.006 468.973 238.166 468.973 237.194C468.973 236.258 469.153 235.436 469.513 234.728C469.873 234.02 470.371 233.468 471.007 233.072C471.655 232.676 472.399 232.478 473.239 232.478C474.043 232.478 474.733 232.658 475.309 233.018C475.885 233.366 476.323 233.87 476.623 234.53C476.935 235.19 477.091 235.982 477.091 236.906V237.176H470.251V236.222H476.263L475.795 236.888C475.819 235.832 475.609 235.022 475.165 234.458C474.733 233.894 474.097 233.612 473.257 233.612C472.381 233.612 471.691 233.924 471.187 234.548C470.695 235.16 470.449 236.012 470.449 237.104C470.449 238.28 470.707 239.168 471.223 239.768C471.751 240.368 472.519 240.668 473.527 240.668C474.055 240.668 474.559 240.584 475.039 240.416C475.531 240.236 475.999 239.966 476.443 239.606L476.929 240.668Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M464.399 241.874C463.511 241.874 462.743 241.682 462.095 241.298C461.447 240.914 460.943 240.374 460.583 239.678C460.235 238.982 460.061 238.16 460.061 237.212C460.061 236.276 460.241 235.454 460.601 234.746C460.961 234.026 461.471 233.468 462.131 233.072C462.791 232.676 463.571 232.478 464.471 232.478C465.083 232.478 465.671 232.586 466.235 232.802C466.811 233.006 467.285 233.294 467.657 233.666L467.171 234.746C466.727 234.398 466.289 234.14 465.857 233.972C465.437 233.792 464.999 233.702 464.543 233.702C463.631 233.702 462.905 234.008 462.365 234.62C461.837 235.232 461.573 236.096 461.573 237.212C461.573 238.316 461.837 239.168 462.365 239.768C462.893 240.368 463.619 240.668 464.543 240.668C464.987 240.668 465.425 240.584 465.857 240.416C466.289 240.236 466.727 239.972 467.171 239.624L467.657 240.704C467.273 241.064 466.787 241.352 466.199 241.568C465.623 241.772 465.023 241.874 464.399 241.874Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M455.486 241.874C454.598 241.874 453.83 241.682 453.182 241.298C452.534 240.914 452.03 240.374 451.67 239.678C451.322 238.982 451.148 238.16 451.148 237.212C451.148 236.276 451.328 235.454 451.688 234.746C452.048 234.026 452.558 233.468 453.218 233.072C453.878 232.676 454.658 232.478 455.558 232.478C456.17 232.478 456.758 232.586 457.322 232.802C457.898 233.006 458.372 233.294 458.744 233.666L458.258 234.746C457.814 234.398 457.376 234.14 456.944 233.972C456.524 233.792 456.086 233.702 455.63 233.702C454.718 233.702 453.992 234.008 453.452 234.62C452.924 235.232 452.66 236.096 452.66 237.212C452.66 238.316 452.924 239.168 453.452 239.768C453.98 240.368 454.706 240.668 455.63 240.668C456.074 240.668 456.512 240.584 456.944 240.416C457.376 240.236 457.814 239.972 458.258 239.624L458.744 240.704C458.36 241.064 457.874 241.352 457.286 241.568C456.71 241.772 456.11 241.874 455.486 241.874Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M438.919 241.748H437.389L443.023 228.932H444.319L449.953 241.748H448.441L443.419 230.012H443.959L438.919 241.748ZM439.783 238.454L440.305 237.23H447.037L447.559 238.454H439.783Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M431.401 240.668C431.005 241.04 430.495 241.334 429.871 241.55C429.259 241.766 428.629 241.874 427.981 241.874C427.045 241.874 426.235 241.688 425.551 241.316C424.879 240.944 424.357 240.41 423.985 239.714C423.625 239.006 423.445 238.166 423.445 237.194C423.445 236.258 423.625 235.436 423.985 234.728C424.345 234.02 424.843 233.468 425.479 233.072C426.127 232.676 426.871 232.478 427.711 232.478C428.515 232.478 429.205 232.658 429.781 233.018C430.357 233.366 430.795 233.87 431.095 234.53C431.407 235.19 431.563 235.982 431.563 236.906V237.176H424.723V236.222H430.735L430.267 236.888C430.291 235.832 430.081 235.022 429.637 234.458C429.205 233.894 428.569 233.612 427.729 233.612C426.853 233.612 426.163 233.924 425.659 234.548C425.167 235.16 424.921 236.012 424.921 237.104C424.921 238.28 425.179 239.168 425.695 239.768C426.223 240.368 426.991 240.668 427.999 240.668C428.527 240.668 429.031 240.584 429.511 240.416C430.003 240.236 430.471 239.966 430.915 239.606L431.401 240.668Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M417.192 241.748L413.34 232.712H414.87L418.146 240.686H417.714L421.026 232.712H422.484L418.578 241.748H417.192Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M410.24 241.748V232.694H411.698V241.748H410.24ZM410.096 228.86H411.878V230.516H410.096V228.86Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M402.668 233.846V232.694H408.482V233.846H402.668ZM408.446 240.452V241.694C408.242 241.754 408.038 241.796 407.834 241.82C407.642 241.856 407.426 241.874 407.186 241.874C406.346 241.874 405.674 241.634 405.17 241.154C404.678 240.674 404.432 239.954 404.432 238.994V230.372L405.89 229.85V238.796C405.89 239.276 405.956 239.648 406.088 239.912C406.232 240.176 406.424 240.362 406.664 240.47C406.904 240.566 407.174 240.614 407.474 240.614C407.654 240.614 407.816 240.602 407.96 240.578C408.104 240.554 408.266 240.512 408.446 240.452Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M398.815 241.874C397.927 241.874 397.159 241.682 396.511 241.298C395.863 240.914 395.359 240.374 394.999 239.678C394.651 238.982 394.477 238.16 394.477 237.212C394.477 236.276 394.657 235.454 395.017 234.746C395.377 234.026 395.887 233.468 396.547 233.072C397.207 232.676 397.987 232.478 398.887 232.478C399.499 232.478 400.087 232.586 400.651 232.802C401.227 233.006 401.701 233.294 402.073 233.666L401.587 234.746C401.143 234.398 400.705 234.14 400.273 233.972C399.853 233.792 399.415 233.702 398.959 233.702C398.047 233.702 397.321 234.008 396.781 234.62C396.253 235.232 395.989 236.096 395.989 237.212C395.989 238.316 396.253 239.168 396.781 239.768C397.309 240.368 398.035 240.668 398.959 240.668C399.403 240.668 399.841 240.584 400.273 240.416C400.705 240.236 401.143 239.972 401.587 239.624L402.073 240.704C401.689 241.064 401.203 241.352 400.615 241.568C400.039 241.772 399.439 241.874 398.815 241.874Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M392.642 240.668C392.246 241.04 391.736 241.334 391.112 241.55C390.5 241.766 389.87 241.874 389.222 241.874C388.286 241.874 387.476 241.688 386.792 241.316C386.12 240.944 385.598 240.41 385.226 239.714C384.866 239.006 384.686 238.166 384.686 237.194C384.686 236.258 384.866 235.436 385.226 234.728C385.586 234.02 386.084 233.468 386.72 233.072C387.368 232.676 388.112 232.478 388.952 232.478C389.756 232.478 390.446 232.658 391.022 233.018C391.598 233.366 392.036 233.87 392.336 234.53C392.648 235.19 392.804 235.982 392.804 236.906V237.176H385.964V236.222H391.976L391.508 236.888C391.532 235.832 391.322 235.022 390.878 234.458C390.446 233.894 389.81 233.612 388.97 233.612C388.094 233.612 387.404 233.924 386.9 234.548C386.408 235.16 386.162 236.012 386.162 237.104C386.162 238.28 386.42 239.168 386.936 239.768C387.464 240.368 388.232 240.668 389.24 240.668C389.768 240.668 390.272 240.584 390.752 240.416C391.244 240.236 391.712 239.966 392.156 239.606L392.642 240.668Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M380.936 241.748V228.5H382.394V241.748H380.936Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M378.561 240.668C378.165 241.04 377.655 241.334 377.031 241.55C376.419 241.766 375.789 241.874 375.141 241.874C374.205 241.874 373.395 241.688 372.711 241.316C372.039 240.944 371.517 240.41 371.145 239.714C370.785 239.006 370.605 238.166 370.605 237.194C370.605 236.258 370.785 235.436 371.145 234.728C371.505 234.02 372.003 233.468 372.639 233.072C373.287 232.676 374.031 232.478 374.871 232.478C375.675 232.478 376.365 232.658 376.941 233.018C377.517 233.366 377.955 233.87 378.255 234.53C378.567 235.19 378.723 235.982 378.723 236.906V237.176H371.883V236.222H377.895L377.427 236.888C377.451 235.832 377.241 235.022 376.797 234.458C376.365 233.894 375.729 233.612 374.889 233.612C374.013 233.612 373.323 233.924 372.819 234.548C372.327 235.16 372.081 236.012 372.081 237.104C372.081 238.28 372.339 239.168 372.855 239.768C373.383 240.368 374.151 240.668 375.159 240.668C375.687 240.668 376.191 240.584 376.671 240.416C377.163 240.236 377.631 239.966 378.075 239.606L378.561 240.668Z\" fill=\"#8D8D8D\"\/>\r\n    <path class=\"text-path-desc\" d=\"M364.179 241.892C363.519 241.892 362.901 241.838 362.325 241.73C361.749 241.61 361.215 241.43 360.723 241.19C360.231 240.938 359.787 240.632 359.391 240.272L359.949 239.138C360.597 239.678 361.245 240.062 361.893 240.29C362.553 240.518 363.321 240.632 364.197 240.632C365.217 240.632 366.009 240.434 366.573 240.038C367.137 239.63 367.419 239.06 367.419 238.328C367.419 237.884 367.275 237.53 366.987 237.266C366.711 236.99 366.327 236.774 365.835 236.618C365.355 236.45 364.809 236.294 364.197 236.15C363.585 236.018 363.003 235.868 362.451 235.7C361.899 235.52 361.407 235.298 360.975 235.034C360.555 234.77 360.225 234.434 359.985 234.026C359.745 233.618 359.625 233.108 359.625 232.496C359.625 231.764 359.817 231.122 360.201 230.57C360.585 230.006 361.125 229.568 361.821 229.256C362.517 228.944 363.339 228.788 364.287 228.788C364.875 228.788 365.439 228.854 365.979 228.986C366.519 229.106 367.017 229.286 367.473 229.526C367.941 229.766 368.355 230.06 368.715 230.408L368.139 231.542C367.551 231.026 366.945 230.648 366.321 230.408C365.697 230.168 365.019 230.048 364.287 230.048C363.291 230.048 362.511 230.258 361.947 230.678C361.383 231.098 361.101 231.686 361.101 232.442C361.101 232.91 361.227 233.288 361.479 233.576C361.731 233.864 362.085 234.098 362.541 234.278C362.997 234.446 363.519 234.602 364.107 234.746C364.731 234.89 365.331 235.046 365.907 235.214C366.483 235.382 366.993 235.592 367.437 235.844C367.893 236.084 368.253 236.402 368.517 236.798C368.781 237.182 368.913 237.674 368.913 238.274C368.913 239.006 368.721 239.642 368.337 240.182C367.953 240.722 367.407 241.142 366.699 241.442C365.991 241.742 365.151 241.892 364.179 241.892Z\" fill=\"#8D8D8D\"\/>\r\n        <\/g>\r\n\r\n        <g id=\"btn-3\" class=\"nav-group\" onclick=\"navTo('section-co-investments')\">\r\n            <path class=\"shard\" d=\"M386.367 499.255L315.172 570.451V443.633L386.367 499.255Z\" fill=\"white\"\/>\r\n            <path class=\"shard\" d=\"M308.856 523.915V570.411L208.719 488.09L233.098 463.696L308.856 523.915Z\" fill=\"white\"\/>\r\n            <path class=\"shard\" d=\"M308.836 514.791L237.641 459.168L308.836 387.972V514.791Z\" fill=\"white\"\/>\r\n            <path class=\"shard\" d=\"M415.289 470.333L390.91 494.727L315.151 434.508V388.012L415.289 470.333Z\" fill=\"white\"\/>\r\n            <path class=\"main-circle\" d=\"M313.875 334.435C392.977 335.437 456.792 399.872 456.792 479.212L456.78 481.083C455.814 557.342 395.892 619.391 320.497 623.752C320.499 623.834 320.504 623.917 320.504 624C320.504 628.694 316.698 632.5 312.004 632.5C307.309 632.5 303.504 628.694 303.504 624C303.504 623.917 303.507 623.834 303.51 623.752C228.115 619.39 168.193 557.342 167.227 481.083L167.215 479.212C167.215 399.247 232.039 334.423 312.004 334.423L313.875 334.435ZM312.004 336.423C233.144 336.423 169.215 400.352 169.215 479.212C169.215 555.319 228.759 617.515 303.803 621.765C304.784 618.155 308.083 615.5 312.004 615.5C315.924 615.5 319.222 618.155 320.204 621.765C395.248 617.515 454.792 555.319 454.792 479.212C454.792 400.352 390.864 336.423 312.004 336.423Z\" fill=\"#E0E0E0\"\/>\r\n            \r\n            <path class=\"text-path\" d=\"M375.094 464.916C373.438 464.916 372.13 464.538 371.17 463.782L371.8 462.198C372.28 462.558 372.802 462.828 373.366 463.008C373.93 463.188 374.518 463.278 375.13 463.278C375.682 463.278 376.102 463.188 376.39 463.008C376.678 462.828 376.822 462.576 376.822 462.252C376.822 461.976 376.72 461.76 376.516 461.604C376.312 461.436 375.964 461.292 375.472 461.172L373.96 460.83C373.132 460.65 372.508 460.35 372.088 459.93C371.68 459.498 371.476 458.952 371.476 458.292C371.476 457.74 371.632 457.254 371.944 456.834C372.256 456.402 372.694 456.066 373.258 455.826C373.822 455.586 374.476 455.466 375.22 455.466C375.868 455.466 376.492 455.568 377.092 455.772C377.692 455.964 378.214 456.246 378.658 456.618L378.01 458.166C377.554 457.818 377.086 457.56 376.606 457.392C376.138 457.224 375.67 457.14 375.202 457.14C374.686 457.14 374.284 457.236 373.996 457.428C373.708 457.62 373.564 457.884 373.564 458.22C373.564 458.484 373.648 458.694 373.816 458.85C373.996 459.006 374.302 459.132 374.734 459.228L376.264 459.606C377.164 459.798 377.818 460.11 378.226 460.542C378.646 460.962 378.856 461.52 378.856 462.216C378.856 463.044 378.52 463.704 377.848 464.196C377.176 464.676 376.258 464.916 375.094 464.916Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path\" d=\"M363.809 457.393V455.701H370.217V457.393H363.809ZM370.217 462.919V464.701C369.977 464.785 369.737 464.839 369.497 464.863C369.269 464.899 369.023 464.917 368.759 464.917C367.739 464.917 366.947 464.629 366.383 464.053C365.831 463.477 365.555 462.649 365.555 461.569V453.487L367.805 452.731V461.461C367.805 461.869 367.871 462.193 368.003 462.433C368.135 462.661 368.309 462.823 368.525 462.919C368.753 463.015 369.005 463.063 369.281 463.063C369.437 463.063 369.587 463.051 369.731 463.027C369.875 463.003 370.037 462.967 370.217 462.919Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path\" d=\"M354.097 464.79V458.274C354.097 457.842 354.085 457.41 354.061 456.978C354.049 456.546 354.013 456.12 353.953 455.7H356.077L356.275 457.5L356.077 457.554C356.365 456.87 356.791 456.354 357.355 456.006C357.931 455.646 358.591 455.466 359.335 455.466C361.495 455.466 362.575 456.714 362.575 459.21V464.79H360.325V459.3C360.325 458.592 360.187 458.076 359.911 457.752C359.635 457.416 359.209 457.248 358.633 457.248C357.937 457.248 357.379 457.47 356.959 457.914C356.551 458.346 356.347 458.922 356.347 459.642V464.79H354.097Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path\" d=\"M352.048 463.782C351.616 464.142 351.082 464.424 350.446 464.628C349.822 464.82 349.186 464.916 348.538 464.916C347.554 464.916 346.702 464.73 345.982 464.358C345.274 463.986 344.728 463.446 344.344 462.738C343.96 462.03 343.768 461.19 343.768 460.218C343.768 459.282 343.954 458.46 344.326 457.752C344.698 457.032 345.214 456.474 345.874 456.078C346.534 455.67 347.296 455.466 348.16 455.466C349 455.466 349.72 455.652 350.32 456.024C350.92 456.384 351.382 456.906 351.706 457.59C352.042 458.274 352.21 459.084 352.21 460.02V460.362H345.748L345.766 459.156H350.878L350.266 459.768C350.278 458.892 350.104 458.226 349.744 457.77C349.396 457.314 348.886 457.086 348.214 457.086C347.494 457.086 346.936 457.344 346.54 457.86C346.144 458.364 345.946 459.09 345.946 460.038C345.946 461.118 346.168 461.916 346.612 462.432C347.056 462.936 347.728 463.188 348.628 463.188C349.12 463.188 349.6 463.11 350.068 462.954C350.548 462.786 350.992 462.546 351.4 462.234L352.048 463.782Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path\" d=\"M328.046 464.79V458.274C328.046 457.854 328.034 457.428 328.01 456.996C327.998 456.552 327.962 456.12 327.902 455.7H330.026L330.224 457.5L330.026 457.518C330.266 456.87 330.65 456.366 331.178 456.006C331.706 455.646 332.33 455.466 333.05 455.466C333.902 455.466 334.568 455.682 335.048 456.114C335.54 456.534 335.858 457.182 336.002 458.058L335.57 457.662C335.81 457.002 336.218 456.474 336.794 456.078C337.37 455.67 338.042 455.466 338.81 455.466C339.83 455.466 340.592 455.778 341.096 456.402C341.6 457.014 341.852 457.95 341.852 459.21V464.79H339.602V459.282C339.602 458.586 339.482 458.076 339.242 457.752C339.014 457.416 338.63 457.248 338.09 457.248C337.466 457.248 336.974 457.47 336.614 457.914C336.266 458.346 336.092 458.946 336.092 459.714V464.79H333.842V459.282C333.842 458.586 333.716 458.076 333.464 457.752C333.224 457.416 332.84 457.248 332.312 457.248C331.676 457.248 331.178 457.47 330.818 457.914C330.47 458.346 330.296 458.946 330.296 459.714V464.79H328.046Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path\" d=\"M320.11 457.393V455.701H326.518V457.393H320.11ZM326.518 462.919V464.701C326.278 464.785 326.038 464.839 325.798 464.863C325.57 464.899 325.324 464.917 325.06 464.917C324.04 464.917 323.248 464.629 322.684 464.053C322.132 463.477 321.856 462.649 321.856 461.569V453.487L324.106 452.731V461.461C324.106 461.869 324.172 462.193 324.304 462.433C324.436 462.661 324.61 462.823 324.826 462.919C325.054 463.015 325.306 463.063 325.582 463.063C325.738 463.063 325.888 463.051 326.032 463.027C326.176 463.003 326.338 462.967 326.518 462.919Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path\" d=\"M315.645 464.916C313.989 464.916 312.681 464.538 311.721 463.782L312.351 462.198C312.831 462.558 313.353 462.828 313.917 463.008C314.481 463.188 315.069 463.278 315.681 463.278C316.233 463.278 316.653 463.188 316.941 463.008C317.229 462.828 317.373 462.576 317.373 462.252C317.373 461.976 317.271 461.76 317.067 461.604C316.863 461.436 316.515 461.292 316.023 461.172L314.511 460.83C313.683 460.65 313.059 460.35 312.639 459.93C312.231 459.498 312.027 458.952 312.027 458.292C312.027 457.74 312.183 457.254 312.495 456.834C312.807 456.402 313.245 456.066 313.809 455.826C314.373 455.586 315.027 455.466 315.771 455.466C316.419 455.466 317.043 455.568 317.643 455.772C318.243 455.964 318.765 456.246 319.209 456.618L318.561 458.166C318.105 457.818 317.637 457.56 317.157 457.392C316.689 457.224 316.221 457.14 315.753 457.14C315.237 457.14 314.835 457.236 314.547 457.428C314.259 457.62 314.115 457.884 314.115 458.22C314.115 458.484 314.199 458.694 314.367 458.85C314.547 459.006 314.853 459.132 315.285 459.228L316.815 459.606C317.715 459.798 318.369 460.11 318.777 460.542C319.197 460.962 319.407 461.52 319.407 462.216C319.407 463.044 319.071 463.704 318.399 464.196C317.727 464.676 316.809 464.916 315.645 464.916Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path\" d=\"M310.247 463.782C309.815 464.142 309.281 464.424 308.645 464.628C308.021 464.82 307.385 464.916 306.737 464.916C305.753 464.916 304.901 464.73 304.181 464.358C303.473 463.986 302.927 463.446 302.543 462.738C302.159 462.03 301.967 461.19 301.967 460.218C301.967 459.282 302.153 458.46 302.525 457.752C302.897 457.032 303.413 456.474 304.073 456.078C304.733 455.67 305.495 455.466 306.359 455.466C307.199 455.466 307.919 455.652 308.519 456.024C309.119 456.384 309.581 456.906 309.905 457.59C310.241 458.274 310.409 459.084 310.409 460.02V460.362H303.947L303.965 459.156H309.077L308.465 459.768C308.477 458.892 308.303 458.226 307.943 457.77C307.595 457.314 307.085 457.086 306.413 457.086C305.693 457.086 305.135 457.344 304.739 457.86C304.343 458.364 304.145 459.09 304.145 460.038C304.145 461.118 304.367 461.916 304.811 462.432C305.255 462.936 305.927 463.188 306.827 463.188C307.319 463.188 307.799 463.11 308.267 462.954C308.747 462.786 309.191 462.546 309.599 462.234L310.247 463.782Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path\" d=\"M295.485 464.791L291.561 455.719H293.919L296.781 462.829H296.277L299.193 455.719H301.425L297.447 464.791H295.485Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path\" d=\"M281.974 464.79V458.274C281.974 457.842 281.962 457.41 281.938 456.978C281.926 456.546 281.89 456.12 281.83 455.7H283.954L284.152 457.5L283.954 457.554C284.242 456.87 284.668 456.354 285.232 456.006C285.808 455.646 286.468 455.466 287.212 455.466C289.372 455.466 290.452 456.714 290.452 459.21V464.79H288.202V459.3C288.202 458.592 288.064 458.076 287.788 457.752C287.512 457.416 287.086 457.248 286.51 457.248C285.814 457.248 285.256 457.47 284.836 457.914C284.428 458.346 284.224 458.922 284.224 459.642V464.79H281.974Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path\" d=\"M277.297 464.791V455.701H279.547V464.791H277.297ZM277.189 451.579H279.691V453.793H277.189V451.579Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path\" d=\"M269.441 460.831V459.049H274.859V460.831H269.441Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path\" d=\"M262.629 464.916C261.681 464.916 260.859 464.724 260.163 464.34C259.479 463.956 258.951 463.416 258.579 462.72C258.207 462.012 258.021 461.172 258.021 460.2C258.021 459.24 258.207 458.406 258.579 457.698C258.951 456.978 259.479 456.426 260.163 456.042C260.859 455.658 261.681 455.466 262.629 455.466C263.553 455.466 264.357 455.658 265.041 456.042C265.737 456.426 266.271 456.978 266.643 457.698C267.027 458.406 267.219 459.24 267.219 460.2C267.219 461.172 267.027 462.012 266.643 462.72C266.271 463.416 265.737 463.956 265.041 464.34C264.357 464.724 263.553 464.916 262.629 464.916ZM262.629 463.188C263.373 463.188 263.943 462.942 264.339 462.45C264.747 461.946 264.951 461.196 264.951 460.2C264.951 459.216 264.747 458.478 264.339 457.986C263.943 457.482 263.373 457.23 262.629 457.23C261.873 457.23 261.285 457.482 260.865 457.986C260.457 458.478 260.253 459.216 260.253 460.2C260.253 461.196 260.457 461.946 260.865 462.45C261.273 462.942 261.861 463.188 262.629 463.188Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path\" d=\"M252.354 464.935C251.082 464.935 249.978 464.671 249.042 464.143C248.106 463.603 247.386 462.841 246.882 461.857C246.39 460.873 246.144 459.709 246.144 458.365C246.144 457.033 246.39 455.881 246.882 454.909C247.386 453.925 248.106 453.169 249.042 452.641C249.978 452.101 251.082 451.831 252.354 451.831C253.218 451.831 254.028 451.963 254.784 452.227C255.552 452.479 256.188 452.851 256.692 453.343L255.936 455.035C255.348 454.567 254.772 454.231 254.208 454.027C253.644 453.811 253.038 453.703 252.39 453.703C251.154 453.703 250.194 454.105 249.51 454.909C248.838 455.701 248.502 456.853 248.502 458.365C248.502 459.877 248.838 461.041 249.51 461.857C250.194 462.661 251.154 463.063 252.39 463.063C253.038 463.063 253.644 462.961 254.208 462.757C254.772 462.541 255.348 462.199 255.936 461.731L256.692 463.423C256.188 463.915 255.552 464.293 254.784 464.557C254.028 464.809 253.218 464.935 252.354 464.935Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M376.533 515.344C375.813 515.344 375.141 515.248 374.517 515.056C373.893 514.852 373.377 514.57 372.969 514.21L373.473 513.184C373.917 513.532 374.397 513.79 374.913 513.958C375.441 514.126 375.987 514.21 376.551 514.21C377.271 514.21 377.811 514.084 378.171 513.832C378.543 513.568 378.729 513.208 378.729 512.752C378.729 512.404 378.609 512.128 378.369 511.924C378.141 511.708 377.763 511.54 377.235 511.42L375.561 511.078C374.793 510.91 374.217 510.628 373.833 510.232C373.449 509.824 373.257 509.308 373.257 508.684C373.257 508.156 373.395 507.694 373.671 507.298C373.947 506.89 374.349 506.572 374.877 506.344C375.405 506.104 376.023 505.984 376.731 505.984C377.391 505.984 377.997 506.086 378.549 506.29C379.113 506.482 379.581 506.764 379.953 507.136L379.431 508.144C379.071 507.796 378.657 507.538 378.189 507.37C377.733 507.19 377.259 507.1 376.767 507.1C376.059 507.1 375.525 507.244 375.165 507.532C374.817 507.808 374.643 508.174 374.643 508.63C374.643 508.978 374.751 509.266 374.967 509.494C375.195 509.71 375.543 509.872 376.011 509.98L377.685 510.322C378.501 510.502 379.107 510.784 379.503 511.168C379.911 511.54 380.115 512.044 380.115 512.68C380.115 513.22 379.965 513.694 379.665 514.102C379.365 514.498 378.945 514.804 378.405 515.02C377.877 515.236 377.253 515.344 376.533 515.344Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M367.04 515.182V508.324C367.04 507.964 367.028 507.598 367.004 507.226C366.992 506.854 366.968 506.494 366.932 506.146H368.336L368.516 508.342L368.264 508.36C368.384 507.82 368.594 507.376 368.894 507.028C369.194 506.68 369.548 506.422 369.956 506.254C370.364 506.074 370.79 505.984 371.234 505.984C371.414 505.984 371.57 505.99 371.702 506.002C371.846 506.014 371.978 506.044 372.098 506.092L372.08 507.388C371.9 507.328 371.732 507.292 371.576 507.28C371.432 507.256 371.264 507.244 371.072 507.244C370.544 507.244 370.082 507.37 369.686 507.622C369.302 507.874 369.008 508.198 368.804 508.594C368.612 508.99 368.516 509.41 368.516 509.854V515.182H367.04Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M361.299 515.344C359.883 515.344 358.767 514.936 357.951 514.12C357.135 513.292 356.727 512.146 356.727 510.682C356.727 509.734 356.907 508.912 357.267 508.216C357.627 507.508 358.131 506.962 358.779 506.578C359.427 506.182 360.171 505.984 361.011 505.984C361.839 505.984 362.535 506.158 363.099 506.506C363.663 506.854 364.095 507.352 364.395 508C364.695 508.636 364.845 509.392 364.845 510.268V510.808H357.843V509.89H363.891L363.585 510.124C363.585 509.164 363.369 508.414 362.937 507.874C362.505 507.334 361.863 507.064 361.011 507.064C360.111 507.064 359.409 507.382 358.905 508.018C358.401 508.642 358.149 509.488 358.149 510.556V510.718C358.149 511.846 358.425 512.704 358.977 513.292C359.541 513.868 360.327 514.156 361.335 514.156C361.875 514.156 362.379 514.078 362.847 513.922C363.327 513.754 363.783 513.484 364.215 513.112L364.719 514.138C364.323 514.522 363.819 514.822 363.207 515.038C362.607 515.242 361.971 515.344 361.299 515.344Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M346.738 515.182V508.234C346.738 507.898 346.72 507.556 346.684 507.208C346.66 506.848 346.63 506.494 346.594 506.146H347.998L348.178 508.126H347.962C348.226 507.43 348.646 506.902 349.222 506.542C349.81 506.17 350.488 505.984 351.256 505.984C352.324 505.984 353.128 506.272 353.668 506.848C354.22 507.412 354.496 508.306 354.496 509.53V515.182H353.038V509.62C353.038 508.768 352.864 508.15 352.516 507.766C352.18 507.37 351.652 507.172 350.932 507.172C350.092 507.172 349.426 507.43 348.934 507.946C348.442 508.462 348.196 509.152 348.196 510.016V515.182H346.738Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M343.65 515.345C342.762 515.345 342.084 515.093 341.616 514.589C341.148 514.073 340.914 513.299 340.914 512.267V507.281H339.15V506.147H340.914V503.681L342.372 503.267V506.147H344.964V507.281H342.372V512.105C342.372 512.825 342.492 513.341 342.732 513.653C342.984 513.953 343.356 514.103 343.848 514.103C344.076 514.103 344.28 514.085 344.46 514.049C344.64 514.001 344.802 513.947 344.946 513.887V515.111C344.778 515.183 344.574 515.237 344.334 515.273C344.106 515.321 343.878 515.345 343.65 515.345Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M333.395 515.182V508.324C333.395 507.964 333.383 507.598 333.359 507.226C333.347 506.854 333.323 506.494 333.287 506.146H334.691L334.871 508.342L334.619 508.36C334.739 507.82 334.949 507.376 335.249 507.028C335.549 506.68 335.903 506.422 336.311 506.254C336.719 506.074 337.145 505.984 337.589 505.984C337.769 505.984 337.925 505.99 338.057 506.002C338.201 506.014 338.333 506.044 338.453 506.092L338.435 507.388C338.255 507.328 338.087 507.292 337.931 507.28C337.787 507.256 337.619 507.244 337.427 507.244C336.899 507.244 336.437 507.37 336.041 507.622C335.657 507.874 335.363 508.198 335.159 508.594C334.967 508.99 334.871 509.41 334.871 509.854V515.182H333.395Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M326.076 515.344C325.272 515.344 324.57 515.158 323.97 514.786C323.37 514.402 322.902 513.862 322.566 513.166C322.242 512.47 322.08 511.636 322.08 510.664C322.08 509.68 322.242 508.84 322.566 508.144C322.902 507.448 323.37 506.914 323.97 506.542C324.57 506.17 325.272 505.984 326.076 505.984C326.892 505.984 327.594 506.194 328.182 506.614C328.782 507.022 329.178 507.58 329.37 508.288H329.154L329.352 506.146H330.756C330.72 506.494 330.684 506.848 330.648 507.208C330.624 507.556 330.612 507.898 330.612 508.234V515.182H329.154V513.058H329.352C329.16 513.766 328.764 514.324 328.164 514.732C327.564 515.14 326.868 515.344 326.076 515.344ZM326.364 514.156C327.228 514.156 327.912 513.862 328.416 513.274C328.92 512.674 329.172 511.804 329.172 510.664C329.172 509.512 328.92 508.642 328.416 508.054C327.912 507.454 327.228 507.154 326.364 507.154C325.512 507.154 324.828 507.454 324.312 508.054C323.808 508.642 323.556 509.512 323.556 510.664C323.556 511.804 323.808 512.674 324.312 513.274C324.828 513.862 325.512 514.156 326.364 514.156Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M311.516 515.183V502.493H316.682C318.014 502.493 319.04 502.817 319.76 503.465C320.48 504.101 320.84 504.989 320.84 506.129C320.84 507.245 320.48 508.133 319.76 508.793C319.04 509.441 318.014 509.765 316.682 509.765H313.01V515.183H311.516ZM313.01 508.523H316.538C317.462 508.523 318.158 508.313 318.626 507.893C319.106 507.473 319.346 506.885 319.346 506.129C319.346 505.361 319.106 504.767 318.626 504.347C318.158 503.927 317.462 503.717 316.538 503.717H313.01V508.523Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M299.287 515.345C298.495 515.345 297.799 515.159 297.199 514.787C296.599 514.403 296.131 513.863 295.795 513.167C295.471 512.471 295.309 511.637 295.309 510.665C295.309 509.681 295.471 508.841 295.795 508.145C296.131 507.449 296.599 506.915 297.199 506.543C297.799 506.171 298.495 505.985 299.287 505.985C300.103 505.985 300.805 506.189 301.393 506.597C301.993 507.005 302.395 507.557 302.599 508.253H302.383V501.935H303.841V515.183H302.401V513.023H302.599C302.407 513.743 302.011 514.313 301.411 514.733C300.811 515.141 300.103 515.345 299.287 515.345ZM299.593 514.157C300.445 514.157 301.129 513.863 301.645 513.275C302.161 512.675 302.419 511.805 302.419 510.665C302.419 509.513 302.161 508.643 301.645 508.055C301.129 507.455 300.445 507.155 299.593 507.155C298.741 507.155 298.057 507.455 297.541 508.055C297.037 508.643 296.785 509.513 296.785 510.665C296.785 511.805 297.037 512.675 297.541 513.275C298.057 513.863 298.741 514.157 299.593 514.157Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M290.09 515.344C288.674 515.344 287.558 514.936 286.742 514.12C285.926 513.292 285.518 512.146 285.518 510.682C285.518 509.734 285.698 508.912 286.058 508.216C286.418 507.508 286.922 506.962 287.57 506.578C288.218 506.182 288.962 505.984 289.802 505.984C290.63 505.984 291.326 506.158 291.89 506.506C292.454 506.854 292.886 507.352 293.186 508C293.486 508.636 293.636 509.392 293.636 510.268V510.808H286.634V509.89H292.682L292.376 510.124C292.376 509.164 292.16 508.414 291.728 507.874C291.296 507.334 290.654 507.064 289.802 507.064C288.902 507.064 288.2 507.382 287.696 508.018C287.192 508.642 286.94 509.488 286.94 510.556V510.718C286.94 511.846 287.216 512.704 287.768 513.292C288.332 513.868 289.118 514.156 290.126 514.156C290.666 514.156 291.17 514.078 291.638 513.922C292.118 513.754 292.574 513.484 293.006 513.112L293.51 514.138C293.114 514.522 292.61 514.822 291.998 515.038C291.398 515.242 290.762 515.344 290.09 515.344Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M283.076 515.345C282.188 515.345 281.51 515.093 281.042 514.589C280.574 514.073 280.34 513.299 280.34 512.267V507.281H278.576V506.147H280.34V503.681L281.798 503.267V506.147H284.39V507.281H281.798V512.105C281.798 512.825 281.918 513.341 282.158 513.653C282.41 513.953 282.782 514.103 283.274 514.103C283.502 514.103 283.706 514.085 283.886 514.049C284.066 514.001 284.228 513.947 284.372 513.887V515.111C284.204 515.183 284 515.237 283.76 515.273C283.532 515.321 283.304 515.345 283.076 515.345Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M274.035 515.344C273.315 515.344 272.643 515.248 272.019 515.056C271.395 514.852 270.879 514.57 270.471 514.21L270.975 513.184C271.419 513.532 271.899 513.79 272.415 513.958C272.943 514.126 273.489 514.21 274.053 514.21C274.773 514.21 275.313 514.084 275.673 513.832C276.045 513.568 276.231 513.208 276.231 512.752C276.231 512.404 276.111 512.128 275.871 511.924C275.643 511.708 275.265 511.54 274.737 511.42L273.063 511.078C272.295 510.91 271.719 510.628 271.335 510.232C270.951 509.824 270.759 509.308 270.759 508.684C270.759 508.156 270.897 507.694 271.173 507.298C271.449 506.89 271.851 506.572 272.379 506.344C272.907 506.104 273.525 505.984 274.233 505.984C274.893 505.984 275.499 506.086 276.051 506.29C276.615 506.482 277.083 506.764 277.455 507.136L276.933 508.144C276.573 507.796 276.159 507.538 275.691 507.37C275.235 507.19 274.761 507.1 274.269 507.1C273.561 507.1 273.027 507.244 272.667 507.532C272.319 507.808 272.145 508.174 272.145 508.63C272.145 508.978 272.253 509.266 272.469 509.494C272.697 509.71 273.045 509.872 273.513 509.98L275.187 510.322C276.003 510.502 276.609 510.784 277.005 511.168C277.413 511.54 277.617 512.044 277.617 512.68C277.617 513.22 277.467 513.694 277.167 514.102C276.867 514.498 276.447 514.804 275.907 515.02C275.379 515.236 274.755 515.344 274.035 515.344Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M263.826 515.344C262.758 515.344 261.948 515.05 261.396 514.462C260.856 513.874 260.586 512.974 260.586 511.762V506.146H262.044V511.726C262.044 512.554 262.212 513.166 262.548 513.562C262.884 513.946 263.406 514.138 264.114 514.138C264.906 514.138 265.542 513.88 266.022 513.364C266.502 512.848 266.742 512.158 266.742 511.294V506.146H268.2V515.182H266.778V513.148H267.012C266.76 513.844 266.352 514.384 265.788 514.768C265.236 515.152 264.582 515.344 263.826 515.344Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M254.065 515.182V508.324C254.065 507.964 254.053 507.598 254.029 507.226C254.017 506.854 253.993 506.494 253.957 506.146H255.361L255.541 508.342L255.289 508.36C255.409 507.82 255.619 507.376 255.919 507.028C256.219 506.68 256.573 506.422 256.981 506.254C257.389 506.074 257.815 505.984 258.259 505.984C258.439 505.984 258.595 505.99 258.727 506.002C258.871 506.014 259.003 506.044 259.123 506.092L259.105 507.388C258.925 507.328 258.757 507.292 258.601 507.28C258.457 507.256 258.289 507.244 258.097 507.244C257.569 507.244 257.107 507.37 256.711 507.622C256.327 507.874 256.033 508.198 255.829 508.594C255.637 508.99 255.541 509.41 255.541 509.854V515.182H254.065Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M247.849 515.183V503.753H243.367V502.493H253.807V503.753H249.343V515.183H247.849Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M416.117 492.344C414.701 492.344 413.585 491.936 412.769 491.12C411.953 490.292 411.545 489.146 411.545 487.682C411.545 486.734 411.725 485.912 412.085 485.216C412.445 484.508 412.949 483.962 413.597 483.578C414.245 483.182 414.989 482.984 415.829 482.984C416.657 482.984 417.353 483.158 417.917 483.506C418.481 483.854 418.913 484.352 419.213 485C419.513 485.636 419.663 486.392 419.663 487.268V487.808H412.661V486.89H418.709L418.403 487.124C418.403 486.164 418.187 485.414 417.755 484.874C417.323 484.334 416.681 484.064 415.829 484.064C414.929 484.064 414.227 484.382 413.723 485.018C413.219 485.642 412.967 486.488 412.967 487.556V487.718C412.967 488.846 413.243 489.704 413.795 490.292C414.359 490.868 415.145 491.156 416.153 491.156C416.693 491.156 417.197 491.078 417.665 490.922C418.145 490.754 418.601 490.484 419.033 490.112L419.537 491.138C419.141 491.522 418.637 491.822 418.025 492.038C417.425 492.242 416.789 492.344 416.117 492.344Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M404.73 492.345C403.938 492.345 403.242 492.159 402.642 491.787C402.042 491.403 401.574 490.863 401.238 490.167C400.914 489.471 400.752 488.637 400.752 487.665C400.752 486.681 400.914 485.841 401.238 485.145C401.574 484.449 402.042 483.915 402.642 483.543C403.242 483.171 403.938 482.985 404.73 482.985C405.546 482.985 406.248 483.189 406.836 483.597C407.436 484.005 407.838 484.557 408.042 485.253H407.826V478.935H409.284V492.183H407.844V490.023H408.042C407.85 490.743 407.454 491.313 406.854 491.733C406.254 492.141 405.546 492.345 404.73 492.345ZM405.036 491.157C405.888 491.157 406.572 490.863 407.088 490.275C407.604 489.675 407.862 488.805 407.862 487.665C407.862 486.513 407.604 485.643 407.088 485.055C406.572 484.455 405.888 484.155 405.036 484.155C404.184 484.155 403.5 484.455 402.984 485.055C402.48 485.643 402.228 486.513 402.228 487.665C402.228 488.805 402.48 489.675 402.984 490.275C403.5 490.863 404.184 491.157 405.036 491.157Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M397.02 492.183V483.147H398.478V492.183H397.02ZM396.84 481.095V479.457H398.64V481.095H396.84Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M391.097 492.344C390.377 492.344 389.705 492.248 389.081 492.056C388.457 491.852 387.941 491.57 387.533 491.21L388.037 490.184C388.481 490.532 388.961 490.79 389.477 490.958C390.005 491.126 390.551 491.21 391.115 491.21C391.835 491.21 392.375 491.084 392.735 490.832C393.107 490.568 393.293 490.208 393.293 489.752C393.293 489.404 393.173 489.128 392.933 488.924C392.705 488.708 392.327 488.54 391.799 488.42L390.125 488.078C389.357 487.91 388.781 487.628 388.397 487.232C388.013 486.824 387.821 486.308 387.821 485.684C387.821 485.156 387.959 484.694 388.235 484.298C388.511 483.89 388.913 483.572 389.441 483.344C389.969 483.104 390.587 482.984 391.295 482.984C391.955 482.984 392.561 483.086 393.113 483.29C393.677 483.482 394.145 483.764 394.517 484.136L393.995 485.144C393.635 484.796 393.221 484.538 392.753 484.37C392.297 484.19 391.823 484.1 391.331 484.1C390.623 484.1 390.089 484.244 389.729 484.532C389.381 484.808 389.207 485.174 389.207 485.63C389.207 485.978 389.315 486.266 389.531 486.494C389.759 486.71 390.107 486.872 390.575 486.98L392.249 487.322C393.065 487.502 393.671 487.784 394.067 488.168C394.475 488.54 394.679 489.044 394.679 489.68C394.679 490.22 394.529 490.694 394.229 491.102C393.929 491.498 393.509 491.804 392.969 492.02C392.441 492.236 391.817 492.344 391.097 492.344Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M381.223 496.196C380.443 496.196 379.724 496.1 379.064 495.908C378.404 495.716 377.809 495.422 377.281 495.026L377.714 493.928C378.086 494.192 378.452 494.402 378.812 494.558C379.172 494.714 379.544 494.828 379.928 494.9C380.312 494.984 380.72 495.026 381.152 495.026C382.04 495.026 382.711 494.792 383.167 494.324C383.623 493.856 383.852 493.19 383.852 492.326V489.68H384.032C383.84 490.388 383.444 490.952 382.844 491.372C382.244 491.78 381.542 491.984 380.738 491.984C379.91 491.984 379.189 491.804 378.577 491.444C377.977 491.072 377.51 490.55 377.174 489.878C376.85 489.194 376.688 488.39 376.688 487.466C376.688 486.554 376.85 485.762 377.174 485.09C377.51 484.418 377.977 483.902 378.577 483.542C379.189 483.17 379.91 482.984 380.738 482.984C381.554 482.984 382.256 483.188 382.844 483.596C383.444 484.004 383.84 484.568 384.032 485.288L383.852 485.108L384.014 483.146H385.436C385.388 483.494 385.351 483.848 385.327 484.208C385.303 484.556 385.292 484.898 385.292 485.234V492.128C385.292 493.472 384.943 494.486 384.247 495.17C383.563 495.854 382.555 496.196 381.223 496.196ZM381.008 490.796C381.884 490.796 382.573 490.508 383.077 489.932C383.581 489.344 383.833 488.522 383.833 487.466C383.833 486.41 383.581 485.594 383.077 485.018C382.573 484.442 381.884 484.154 381.008 484.154C380.144 484.154 379.453 484.442 378.938 485.018C378.422 485.594 378.163 486.41 378.163 487.466C378.163 488.522 378.422 489.344 378.938 489.932C379.453 490.508 380.144 490.796 381.008 490.796Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M366.699 492.182V485.234C366.699 484.898 366.681 484.556 366.645 484.208C366.621 483.848 366.591 483.494 366.555 483.146H367.959L368.139 485.126H367.923C368.187 484.43 368.607 483.902 369.183 483.542C369.771 483.17 370.449 482.984 371.217 482.984C372.285 482.984 373.089 483.272 373.629 483.848C374.181 484.412 374.457 485.306 374.457 486.53V492.182H372.999V486.62C372.999 485.768 372.825 485.15 372.477 484.766C372.141 484.37 371.613 484.172 370.893 484.172C370.053 484.172 369.387 484.43 368.895 484.946C368.403 485.462 368.157 486.152 368.157 487.016V492.182H366.699Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M360.123 492.344C359.259 492.344 358.503 492.158 357.855 491.786C357.219 491.402 356.727 490.862 356.379 490.166C356.031 489.458 355.857 488.624 355.857 487.664C355.857 486.692 356.031 485.858 356.379 485.162C356.727 484.466 357.219 483.932 357.855 483.56C358.503 483.176 359.259 482.984 360.123 482.984C360.999 482.984 361.755 483.176 362.391 483.56C363.039 483.932 363.537 484.466 363.885 485.162C364.245 485.858 364.425 486.692 364.425 487.664C364.425 488.624 364.245 489.458 363.885 490.166C363.537 490.862 363.039 491.402 362.391 491.786C361.755 492.158 360.999 492.344 360.123 492.344ZM360.123 491.156C360.987 491.156 361.671 490.862 362.175 490.274C362.679 489.674 362.931 488.804 362.931 487.664C362.931 486.512 362.673 485.642 362.157 485.054C361.653 484.454 360.975 484.154 360.123 484.154C359.271 484.154 358.593 484.454 358.089 485.054C357.585 485.642 357.333 486.512 357.333 487.664C357.333 488.804 357.585 489.674 358.089 490.274C358.593 490.862 359.271 491.156 360.123 491.156Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M352.127 492.183V478.935H353.585V492.183H352.127Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M337.791 492.183L343.389 479.493H344.685L350.373 492.183H348.825L347.241 488.565L347.907 488.943H340.149L340.869 488.565L339.321 492.183H337.791ZM344.019 481.203L341.103 488.043L340.671 487.719H347.367L347.043 488.043L344.055 481.203H344.019Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M327.329 496.196C326.549 496.196 325.829 496.1 325.169 495.908C324.509 495.716 323.915 495.422 323.387 495.026L323.819 493.928C324.191 494.192 324.557 494.402 324.917 494.558C325.277 494.714 325.649 494.828 326.033 494.9C326.417 494.984 326.825 495.026 327.257 495.026C328.145 495.026 328.817 494.792 329.273 494.324C329.729 493.856 329.957 493.19 329.957 492.326V489.68H330.137C329.945 490.388 329.549 490.952 328.949 491.372C328.349 491.78 327.647 491.984 326.843 491.984C326.015 491.984 325.295 491.804 324.683 491.444C324.083 491.072 323.615 490.55 323.279 489.878C322.955 489.194 322.793 488.39 322.793 487.466C322.793 486.554 322.955 485.762 323.279 485.09C323.615 484.418 324.083 483.902 324.683 483.542C325.295 483.17 326.015 482.984 326.843 482.984C327.659 482.984 328.361 483.188 328.949 483.596C329.549 484.004 329.945 484.568 330.137 485.288L329.957 485.108L330.119 483.146H331.541C331.493 483.494 331.457 483.848 331.433 484.208C331.409 484.556 331.397 484.898 331.397 485.234V492.128C331.397 493.472 331.049 494.486 330.353 495.17C329.669 495.854 328.661 496.196 327.329 496.196ZM327.113 490.796C327.989 490.796 328.679 490.508 329.183 489.932C329.687 489.344 329.939 488.522 329.939 487.466C329.939 486.41 329.687 485.594 329.183 485.018C328.679 484.442 327.989 484.154 327.113 484.154C326.249 484.154 325.559 484.442 325.043 485.018C324.527 485.594 324.269 486.41 324.269 487.466C324.269 488.522 324.527 489.344 325.043 489.932C325.559 490.508 326.249 490.796 327.113 490.796Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M312.804 492.182V485.234C312.804 484.898 312.786 484.556 312.75 484.208C312.726 483.848 312.696 483.494 312.66 483.146H314.064L314.244 485.126H314.028C314.292 484.43 314.712 483.902 315.288 483.542C315.876 483.17 316.554 482.984 317.322 482.984C318.39 482.984 319.194 483.272 319.734 483.848C320.286 484.412 320.562 485.306 320.562 486.53V492.182H319.104V486.62C319.104 485.768 318.93 485.15 318.582 484.766C318.246 484.37 317.718 484.172 316.998 484.172C316.158 484.172 315.492 484.43 315 484.946C314.508 485.462 314.262 486.152 314.262 487.016V492.182H312.804Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M308.514 492.183V483.147H309.972V492.183H308.514ZM308.334 481.095V479.457H310.134V481.095H308.334Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M305.426 492.345C304.538 492.345 303.86 492.093 303.392 491.589C302.924 491.073 302.69 490.299 302.69 489.267V484.281H300.926V483.147H302.69V480.681L304.148 480.267V483.147H306.74V484.281H304.148V489.105C304.148 489.825 304.268 490.341 304.508 490.653C304.76 490.953 305.132 491.103 305.624 491.103C305.852 491.103 306.056 491.085 306.236 491.049C306.416 491.001 306.578 490.947 306.722 490.887V492.111C306.554 492.183 306.35 492.237 306.11 492.273C305.882 492.321 305.654 492.345 305.426 492.345Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M296.386 492.344C295.666 492.344 294.994 492.248 294.37 492.056C293.746 491.852 293.23 491.57 292.822 491.21L293.326 490.184C293.77 490.532 294.25 490.79 294.766 490.958C295.294 491.126 295.84 491.21 296.404 491.21C297.124 491.21 297.664 491.084 298.024 490.832C298.396 490.568 298.582 490.208 298.582 489.752C298.582 489.404 298.462 489.128 298.222 488.924C297.994 488.708 297.616 488.54 297.088 488.42L295.414 488.078C294.646 487.91 294.07 487.628 293.686 487.232C293.302 486.824 293.11 486.308 293.11 485.684C293.11 485.156 293.248 484.694 293.524 484.298C293.8 483.89 294.202 483.572 294.73 483.344C295.258 483.104 295.876 482.984 296.584 482.984C297.244 482.984 297.85 483.086 298.402 483.29C298.966 483.482 299.434 483.764 299.806 484.136L299.284 485.144C298.924 484.796 298.51 484.538 298.042 484.37C297.586 484.19 297.112 484.1 296.62 484.1C295.912 484.1 295.378 484.244 295.018 484.532C294.67 484.808 294.496 485.174 294.496 485.63C294.496 485.978 294.604 486.266 294.82 486.494C295.048 486.71 295.396 486.872 295.864 486.98L297.538 487.322C298.354 487.502 298.96 487.784 299.356 488.168C299.764 488.54 299.968 489.044 299.968 489.68C299.968 490.22 299.818 490.694 299.518 491.102C299.218 491.498 298.798 491.804 298.258 492.02C297.73 492.236 297.106 492.344 296.386 492.344Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M287.603 492.344C286.187 492.344 285.071 491.936 284.255 491.12C283.439 490.292 283.031 489.146 283.031 487.682C283.031 486.734 283.211 485.912 283.571 485.216C283.931 484.508 284.435 483.962 285.083 483.578C285.731 483.182 286.475 482.984 287.315 482.984C288.143 482.984 288.839 483.158 289.403 483.506C289.967 483.854 290.399 484.352 290.699 485C290.999 485.636 291.149 486.392 291.149 487.268V487.808H284.147V486.89H290.195L289.889 487.124C289.889 486.164 289.673 485.414 289.241 484.874C288.809 484.334 288.167 484.064 287.315 484.064C286.415 484.064 285.713 484.382 285.209 485.018C284.705 485.642 284.453 486.488 284.453 487.556V487.718C284.453 488.846 284.729 489.704 285.281 490.292C285.845 490.868 286.631 491.156 287.639 491.156C288.179 491.156 288.683 491.078 289.151 490.922C289.631 490.754 290.087 490.484 290.519 490.112L291.023 491.138C290.627 491.522 290.123 491.822 289.511 492.038C288.911 492.242 288.275 492.344 287.603 492.344Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M276.814 492.183L272.944 483.147H274.528L277.768 491.103H277.282L280.558 483.147H282.07L278.2 492.183H276.814Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M263.691 492.182V485.234C263.691 484.898 263.673 484.556 263.637 484.208C263.613 483.848 263.583 483.494 263.547 483.146H264.951L265.131 485.126H264.915C265.179 484.43 265.599 483.902 266.175 483.542C266.763 483.17 267.441 482.984 268.209 482.984C269.277 482.984 270.081 483.272 270.621 483.848C271.173 484.412 271.449 485.306 271.449 486.53V492.182H269.991V486.62C269.991 485.768 269.817 485.15 269.469 484.766C269.133 484.37 268.605 484.172 267.885 484.172C267.045 484.172 266.379 484.43 265.887 484.946C265.395 485.462 265.149 486.152 265.149 487.016V492.182H263.691Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M259.195 492.183V479.493H260.689V492.183H259.195Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M251.25 492.345C250.362 492.345 249.684 492.093 249.216 491.589C248.748 491.073 248.514 490.299 248.514 489.267V484.281H246.75V483.147H248.514V480.681L249.972 480.267V483.147H252.564V484.281H249.972V489.105C249.972 489.825 250.092 490.341 250.332 490.653C250.584 490.953 250.956 491.103 251.448 491.103C251.676 491.103 251.88 491.085 252.06 491.049C252.24 491.001 252.402 490.947 252.546 490.887V492.111C252.378 492.183 252.174 492.237 251.934 492.273C251.706 492.321 251.478 492.345 251.25 492.345Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M242.932 492.344C242.044 492.344 241.27 492.152 240.61 491.768C239.962 491.384 239.458 490.838 239.098 490.13C238.75 489.422 238.576 488.582 238.576 487.61C238.576 486.626 238.756 485.792 239.116 485.108C239.476 484.412 239.98 483.884 240.628 483.524C241.288 483.164 242.056 482.984 242.932 482.984C243.508 482.984 244.066 483.086 244.606 483.29C245.158 483.494 245.614 483.782 245.974 484.154L245.452 485.198C245.092 484.85 244.696 484.592 244.264 484.424C243.844 484.256 243.43 484.172 243.022 484.172C242.086 484.172 241.36 484.466 240.844 485.054C240.328 485.642 240.07 486.5 240.07 487.628C240.07 488.744 240.328 489.608 240.844 490.22C241.36 490.832 242.086 491.138 243.022 491.138C243.418 491.138 243.826 491.06 244.246 490.904C244.678 490.748 245.08 490.49 245.452 490.13L245.974 491.156C245.602 491.54 245.14 491.834 244.588 492.038C244.036 492.242 243.484 492.344 242.932 492.344Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M233.357 492.344C231.941 492.344 230.825 491.936 230.009 491.12C229.193 490.292 228.785 489.146 228.785 487.682C228.785 486.734 228.965 485.912 229.325 485.216C229.685 484.508 230.189 483.962 230.837 483.578C231.485 483.182 232.229 482.984 233.069 482.984C233.897 482.984 234.593 483.158 235.157 483.506C235.721 483.854 236.153 484.352 236.453 485C236.753 485.636 236.903 486.392 236.903 487.268V487.808H229.901V486.89H235.949L235.643 487.124C235.643 486.164 235.427 485.414 234.995 484.874C234.563 484.334 233.921 484.064 233.069 484.064C232.169 484.064 231.467 484.382 230.963 485.018C230.459 485.642 230.207 486.488 230.207 487.556V487.718C230.207 488.846 230.483 489.704 231.035 490.292C231.599 490.868 232.385 491.156 233.393 491.156C233.933 491.156 234.437 491.078 234.905 490.922C235.385 490.754 235.841 490.484 236.273 490.112L236.777 491.138C236.381 491.522 235.877 491.822 235.265 492.038C234.665 492.242 234.029 492.344 233.357 492.344Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M222.874 492.182V485.324C222.874 484.964 222.862 484.598 222.838 484.226C222.826 483.854 222.802 483.494 222.766 483.146H224.17L224.35 485.342L224.098 485.36C224.218 484.82 224.428 484.376 224.728 484.028C225.028 483.68 225.382 483.422 225.79 483.254C226.198 483.074 226.624 482.984 227.068 482.984C227.248 482.984 227.404 482.99 227.536 483.002C227.68 483.014 227.812 483.044 227.932 483.092L227.914 484.388C227.734 484.328 227.566 484.292 227.41 484.28C227.266 484.256 227.098 484.244 226.906 484.244C226.378 484.244 225.916 484.37 225.52 484.622C225.136 484.874 224.842 485.198 224.638 485.594C224.446 485.99 224.35 486.41 224.35 486.854V492.182H222.874Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M218.619 492.183V483.147H220.077V492.183H218.619ZM218.439 481.095V479.457H220.239V481.095H218.439Z\" fill=\"#8D8D8D\"\/>\r\n<path class=\"text-path-desc\" d=\"M205.336 492.183V479.493H209.548C210.952 479.493 212.14 479.739 213.112 480.231C214.084 480.711 214.822 481.425 215.326 482.373C215.83 483.309 216.082 484.461 216.082 485.829C216.082 487.185 215.83 488.337 215.326 489.285C214.822 490.233 214.084 490.953 213.112 491.445C212.14 491.937 210.952 492.183 209.548 492.183H205.336ZM206.83 490.905H209.44C211.168 490.905 212.452 490.485 213.292 489.645C214.132 488.793 214.552 487.521 214.552 485.829C214.552 484.125 214.132 482.853 213.292 482.013C212.452 481.173 211.168 480.753 209.44 480.753H206.83V490.905Z\" fill=\"#8D8D8D\"\/>\r\n        <\/g>\r\n    <\/svg>\r\n<\/div>\r\n\r\n<script>\r\n\/\/ 1. Intersection Observer for Entrance Animation\r\nconst axObserver = new IntersectionObserver((entries) => {\r\n    entries.forEach(entry => {\r\n        if (entry.isIntersecting) {\r\n            entry.target.classList.add('animate');\r\n        }\r\n    });\r\n}, { threshold: 0.3 });\r\n\r\naxObserver.observe(document.getElementById('ax-scroll-trigger'));\r\n\r\n\/\/ 2. Handle Hover (Color Change Only)\r\nfunction handleHover(btnId) {\r\n    document.querySelectorAll('.nav-group').forEach(group => {\r\n        group.classList.remove('active');\r\n    });\r\n    document.getElementById(btnId).classList.add('active');\r\n}\r\n\r\n\/\/ 3. Handle Click (Scroll Down Only)\r\nfunction navTo(targetId) {\r\n    const target = document.getElementById(targetId);\r\n    \r\n    if (target) {\r\n        \/\/ 1. MUST perfectly match the GSAP headerOffset\r\n        const headerOffset = 80; \r\n        \r\n        \/\/ 2. Calculate the exact absolute position of the target\r\n        const elementRect = target.getBoundingClientRect();\r\n        const targetPosition = elementRect.top + window.pageYOffset - headerOffset;\r\n\r\n        \/\/ 3. Safety Lock: If we are already within 10px of the target, do nothing. \r\n        \/\/ This prevents the \"offset effect\" when double-clicking.\r\n        if (Math.abs(window.pageYOffset - targetPosition) < 10) {\r\n            return; \r\n        }\r\n\r\n        \/\/ 4. Scroll smoothly to the exact point GSAP is expecting\r\n        window.scrollTo({\r\n            top: targetPosition,\r\n            behavior: \"smooth\"\r\n        });\r\n    }\r\n}\r\n\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5d34f06 elementor-widget__width-inherit graph-holder elementor-widget-tablet_extra__width-initial elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"5d34f06\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_offset&quot;:80,&quot;sticky_effects_offset&quot;:200,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;],&quot;sticky_offset_tablet&quot;:0,&quot;sticky_effects_offset_tablet&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}\" data-no-translation=\"\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>.elementor-element-5d34f06{display:none !important}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d0a0273 elementor-widget__width-inherit graph-holder elementor-widget-tablet_extra__width-initial elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"d0a0273\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_offset&quot;:80,&quot;sticky_effects_offset&quot;:200,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;],&quot;sticky_offset_tablet&quot;:0,&quot;sticky_effects_offset_tablet&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}\" data-no-translation=\"\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>.elementor-element-d0a0273{display:none !important}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-576d6a8 strategy-section section-primary  e-flex e-con-boxed e-con e-parent\" data-id=\"576d6a8\" data-element_type=\"container\" data-e-type=\"container\" id=\"section-primary\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-5c99e96 e-con-full e-flex e-con e-child\" data-id=\"5c99e96\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-19372ea e-con-full e-flex e-con e-child\" data-id=\"19372ea\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-32977e6 elementor-widget elementor-widget-heading\" data-id=\"32977e6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Primary Platform<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e1c1af5 elementor-widget__width-inherit elementor-widget-laptop__width-inherit elementor-widget elementor-widget-heading\" data-id=\"e1c1af5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Asian Private Equity Fund Investing\n<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-56a84f9 elementor-widget elementor-widget-text-editor\" data-id=\"56a84f9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Axiom Asia primarily invests in mid-market, country-specific private equity funds with proven track records and strong local capabilities. Our long-standing presence and relationships across Asia enable us to access high-quality managers, including capacity-constrained funds that are often difficult to access.<\/p><p>In addition to established managers, we selectively back highly capable next-generation fund managers raising their first or second funds, where we believe early partnerships can deliver long-term alignment and differentiated returns.<\/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 data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-fcac9cc e-con-full e-flex e-con e-child\" data-id=\"fcac9cc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-249301a elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-widget elementor-widget-image\" data-id=\"249301a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"625\" height=\"611\" src=\"https:\/\/axiomasia.com\/wp-content\/uploads\/2026\/03\/Axiom-Asia-Primary-Platform-Image-1.svg\" class=\"attachment-full size-full wp-image-4631\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ad232a0 elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-widget elementor-widget-image\" data-id=\"ad232a0\" data-element_type=\"widget\" data-e-type=\"widget\" data-no-translation=\"\" data-widget_type=\"image.default\">\n\t\t\t\t\t<style>.elementor-element-ad232a0{display:none !important}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4bac45a elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-widget elementor-widget-image\" data-id=\"4bac45a\" data-element_type=\"widget\" data-e-type=\"widget\" data-no-translation=\"\" data-widget_type=\"image.default\">\n\t\t\t\t\t<style>.elementor-element-4bac45a{display:none !important}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-edf94ed strategy-section section-primary e-flex e-con-boxed e-con e-parent\" data-id=\"edf94ed\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-02121e3 e-con-full e-flex e-con e-child\" data-id=\"02121e3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-4de7b87 e-con-full e-flex e-con e-child\" data-id=\"4de7b87\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-70ad9b2 elementor-widget__width-inherit elementor-widget-laptop__width-inherit elementor-widget elementor-widget-heading\" data-id=\"70ad9b2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">How We Execute Our Primaries Strategy<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5352e36 elementor-widget elementor-widget-text-editor\" data-id=\"5352e36\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Our strategy is implemented through a disciplined, repeatable framework that guides manager selection, capital deployment and portfolio construction across Asia.<\/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 data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9a94dc e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"f9a94dc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3f2297a strategy-section section-primary e-flex e-con-boxed e-con e-parent\" data-id=\"3f2297a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-975ca67 e-con-full e-flex e-con e-child\" data-id=\"975ca67\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3ed17bd e-con-full e-flex e-con e-child\" data-id=\"3ed17bd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-47996f8 e-grid e-con-full e-con e-child\" data-id=\"47996f8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-7affe3b e-con-full e-flex e-con e-child\" data-id=\"7affe3b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7cc811a number elementor-widget elementor-widget-heading\" data-id=\"7cc811a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">01<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a0331ad elementor-widget elementor-widget-image\" data-id=\"a0331ad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"130\" height=\"126\" src=\"https:\/\/axiomasia.com\/wp-content\/uploads\/2026\/02\/Axiom-Asia-Primaries-Strategy-01-Icon.png\" class=\"attachment-full size-full wp-image-2904\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-fe712a4 e-con-full e-flex e-con e-child\" data-id=\"fe712a4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-78aa8c3 elementor-widget__width-initial slide-title elementor-widget elementor-widget-heading\" data-id=\"78aa8c3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Disciplined Manager Selection<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-531d4bb elementor-widget elementor-widget-text-editor\" data-id=\"531d4bb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Rigorous evaluation of managers across track record, team governance, strategy and alignment of interests.<\/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 data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f52e703 e-con-full e-flex e-con e-child\" data-id=\"f52e703\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fbb1a1b number elementor-widget elementor-widget-heading\" data-id=\"fbb1a1b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">02<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4450978 elementor-widget elementor-widget-image\" data-id=\"4450978\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"228\" height=\"128\" src=\"https:\/\/axiomasia.com\/wp-content\/uploads\/2026\/02\/Axiom-Asia-Primaries-Strategy-02-Icon.png\" class=\"attachment-full size-full wp-image-2910\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f25ba95 e-con-full e-flex e-con e-child\" data-id=\"f25ba95\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2bac010 elementor-widget__width-initial slide-title elementor-widget elementor-widget-heading\" data-id=\"2bac010\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Selective Early Partnerships<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ea0bb5a elementor-widget elementor-widget-text-editor\" data-id=\"ea0bb5a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Targeted backing of next-generation managers with differentiated expertise and long-term potential.<\/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 data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-1acdd0f e-con-full e-flex e-con e-child\" data-id=\"1acdd0f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c401c72 number elementor-widget elementor-widget-heading\" data-id=\"c401c72\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">03<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9de5161 elementor-widget elementor-widget-image\" data-id=\"9de5161\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"171\" height=\"132\" src=\"https:\/\/axiomasia.com\/wp-content\/uploads\/2026\/02\/Axiom-Asia-Primaries-Strategy-03-Icon.png\" class=\"attachment-full size-full wp-image-2911\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-00f7a93 e-con-full e-flex e-con e-child\" data-id=\"00f7a93\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-12dcee9 elementor-widget__width-initial slide-title elementor-widget elementor-widget-heading\" data-id=\"12dcee9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Local Insight &amp; Regional Perspective<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-90e66cf elementor-widget elementor-widget-text-editor\" data-id=\"90e66cf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>On-the-ground presences and deep market knowledge informing investment decisions across Asia\u2019s diverse markets.<\/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 data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-10bf6d1 e-con-full e-flex e-con e-child\" data-id=\"10bf6d1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f9f1bf4 number elementor-widget elementor-widget-heading\" data-id=\"f9f1bf4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">04<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-85d33f2 elementor-widget elementor-widget-image\" data-id=\"85d33f2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"175\" height=\"130\" src=\"https:\/\/axiomasia.com\/wp-content\/uploads\/2026\/02\/Axiom-Asia-Primaries-Strategy-04-Icon.png\" class=\"attachment-full size-full wp-image-2912\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-de57834 e-con-full e-flex e-con e-child\" data-id=\"de57834\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1279ff0 elementor-widget__width-initial slide-title elementor-widget elementor-widget-heading\" data-id=\"1279ff0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Portfolio Construction &amp; Risk Management<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fe3dc21 elementor-widget elementor-widget-text-editor\" data-id=\"fe3dc21\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Thoughtful allocation across strategies, vintages and geographies, supported by ongoing monitoring.<\/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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-6017c78 e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"6017c78\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-e6baa38 strategy-section section-secondaries e-flex e-con-boxed e-con e-parent\" data-id=\"e6baa38\" data-element_type=\"container\" data-e-type=\"container\" id=\"section-secondaries\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-09a249f e-con-full e-flex e-con e-child\" data-id=\"09a249f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-cd001a8 e-con-full e-flex e-con e-child\" data-id=\"cd001a8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8aa7d59 elementor-widget elementor-widget-heading\" data-id=\"8aa7d59\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Secondaries<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0876c19 elementor-widget__width-inherit elementor-widget-laptop__width-inherit elementor-widget elementor-widget-heading\" data-id=\"0876c19\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Selective Access to High-Quality Assets<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b564217 elementor-widget elementor-widget-text-editor\" data-id=\"b564217\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Our secondary investment strategy focuses on acquiring exposure to well-performing companies and portfolios through LP-led and GP-led transactions, as well as secondary direct investments. These opportunities enable us to invest in assets with greater operational visibility while benefiting from liquidity-driven situations. <br \/><br \/>By selectively participating in secondary transactions, we enhance portfolio construction and deploy capital with a focus on quality, selectivity, and long-term value creation.<\/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 data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-d868109 e-con-full e-flex e-con e-child\" data-id=\"d868109\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ca71079 elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-widget elementor-widget-image\" data-id=\"ca71079\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"629\" height=\"611\" src=\"https:\/\/axiomasia.com\/wp-content\/uploads\/2026\/03\/Axiom-Asia-Secondaries-Image-2.svg\" class=\"attachment-full size-full wp-image-4633\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-33309d6 elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-widget elementor-widget-image\" data-id=\"33309d6\" data-element_type=\"widget\" data-e-type=\"widget\" data-no-translation=\"\" data-widget_type=\"image.default\">\n\t\t\t\t\t<style>.elementor-element-33309d6{display:none !important}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5c478a7 elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-widget elementor-widget-image\" data-id=\"5c478a7\" data-element_type=\"widget\" data-e-type=\"widget\" data-no-translation=\"\" data-widget_type=\"image.default\">\n\t\t\t\t\t<style>.elementor-element-5c478a7{display:none !important}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-5c613fa strategy-section section-secondaries e-flex e-con-boxed e-con e-parent\" data-id=\"5c613fa\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-caa7070 e-con-full e-flex e-con e-child\" data-id=\"caa7070\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-0777c2b e-con-full e-flex e-con e-child\" data-id=\"0777c2b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-955751e elementor-widget__width-inherit elementor-widget-laptop__width-inherit elementor-widget elementor-widget-heading\" data-id=\"955751e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Axiom\u2019s Secondaries Advantage<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b871ac4 elementor-widget elementor-widget-text-editor\" data-id=\"b871ac4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Our scale and familiarity with the Asian market enable us to price and close Asian positions quickly and discreetly.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c9592db elementor-widget elementor-widget-n-accordion\" data-id=\"c9592db\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;default_state&quot;:&quot;all_collapsed&quot;,&quot;max_items_expended&quot;:&quot;one&quot;,&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:400,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-accordion.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-accordion\" aria-label=\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\">\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2110\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2110\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Trusted partner to Asian GPs <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\" ti-minus\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\" ti-plus\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" role=\"region\" aria-labelledby=\"e-n-accordion-item-2110\" class=\"elementor-element elementor-element-6ccca5a e-con-full e-flex e-con e-child\" data-id=\"6ccca5a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9882fb6 elementor-widget elementor-widget-text-editor\" data-id=\"9882fb6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Having invested in the region for 20 years with a deep understanding of the Asian markets, Asia fund managers view us as a preferred long term partner to take over LP positions.<\/p><p>We have a proven track record of partnering with GPs to invest in companies across Asia-Pacific, provide LP referrals, and strategic advice.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2111\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2111\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Certainty of closure <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\" ti-minus\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\" ti-plus\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" role=\"region\" aria-labelledby=\"e-n-accordion-item-2111\" class=\"elementor-element elementor-element-7285429 e-con-full e-flex e-con e-child\" data-id=\"7285429\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7fc5f01 elementor-widget elementor-widget-text-editor\" data-id=\"7fc5f01\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Axiom Asia deploys capital from fully raised blind-pool funds backed by global institutional investors, allowing us to execute secondary transactions with speed and certainty.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2112\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2112\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Flexible solutions for complex secondary portfolios <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\" ti-minus\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\" ti-plus\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" role=\"region\" aria-labelledby=\"e-n-accordion-item-2112\" class=\"elementor-element elementor-element-0db3581 e-con-full e-flex e-con e-child\" data-id=\"0db3581\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ce50d37 elementor-widget elementor-widget-text-editor\" data-id=\"ce50d37\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>We provide flexible secondary solutions designed to address complex portfolios and non-standard liquidity needs. Our experience spans traditional LP-led transactions, GP-led continuation funds, preferred equity and other structured solutions.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\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<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-c974fec e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"c974fec\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-461f446 strategy-section section-secondaries e-flex e-con-boxed e-con e-parent\" data-id=\"461f446\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3b29510 e-con-full e-flex e-con e-child\" data-id=\"3b29510\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-6cdd59f e-con-full e-flex e-con e-child\" data-id=\"6cdd59f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-defceb8 elementor-widget__width-initial elementor-widget-laptop__width-inherit elementor-widget elementor-widget-heading\" data-id=\"defceb8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">LP and GP-led Fund Secondaries<\/div>\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-a16eb22 e-con-full e-flex e-con e-child\" data-id=\"a16eb22\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-c17811a e-con-full e-flex e-con e-child\" data-id=\"c17811a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8a357fb elementor-widget elementor-widget-heading\" data-id=\"8a357fb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">$5M - $100M<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-02f1435 elementor-widget elementor-widget-text-editor\" data-id=\"02f1435\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Ticket size per transaction with up to $50M in underlying exposure per company<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-8c272e4 e-con-full e-flex e-con e-child\" data-id=\"8c272e4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-51ad10e elementor-widget elementor-widget-heading\" data-id=\"51ad10e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Transaction types<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2e97947 elementor-widget elementor-widget-text-editor\" data-id=\"2e97947\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>LP interests of sub-$2B funds and GP-led fund restructurings in Asia<\/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\t\t<div class=\"elementor-element elementor-element-5b5fd70 elementor-widget__width-initial elementor-widget-laptop__width-inherit elementor-widget elementor-widget-heading\" data-id=\"5b5fd70\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Secondary Directs<\/h5>\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3c2a46a e-con-full e-flex e-con e-child\" data-id=\"3c2a46a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-5b255ea e-con-full e-flex e-con e-child\" data-id=\"5b255ea\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a14324e elementor-widget elementor-widget-heading\" data-id=\"a14324e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Up to $50M<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e353213 elementor-widget elementor-widget-text-editor\" data-id=\"e353213\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Deal size (per company)<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-85abf98 e-con-full e-flex e-con e-child\" data-id=\"85abf98\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-089bef4 elementor-widget elementor-widget-heading\" data-id=\"089bef4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Transaction types<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b493ac elementor-widget elementor-widget-text-editor\" data-id=\"2b493ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Single company secondaries or continuation funds<\/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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-df62473 e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"df62473\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-753a939 strategy-section section-co-investments e-flex e-con-boxed e-con e-parent\" data-id=\"753a939\" data-element_type=\"container\" data-e-type=\"container\" id=\"section-co-investments\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-b54445e e-con-full e-flex e-con e-child\" data-id=\"b54445e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-6465f82 e-con-full e-flex e-con e-child\" data-id=\"6465f82\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f3031a8 elementor-widget elementor-widget-heading\" data-id=\"f3031a8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Co-investments<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-96807be elementor-widget__width-inherit elementor-widget-laptop__width-inherit elementor-widget elementor-widget-heading\" data-id=\"96807be\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Direct Investing Alongside Trusted Partners<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a1f9f6 elementor-widget elementor-widget-text-editor\" data-id=\"5a1f9f6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Alongside our primary fund commitments, Axiom Asia maintains a disciplined co-investment program, investing directly into companies across Asia in partnership with our fund managers. This approach allows us to increase exposure to high-conviction opportunities, enhance portfolio diversification, and deploy capital efficiently.<\/p><p>Our deep regional network and long-standing relationships position us as a trusted and preferred partner, providing access to proprietary co-investment opportunities across sectors and geographies.<\/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 data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-6d1fd3e e-con-full e-flex e-con e-child\" data-id=\"6d1fd3e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-dba9dc3 e-con-full e-flex e-con e-child\" data-id=\"dba9dc3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-08e2e45 elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-widget elementor-widget-image\" data-id=\"08e2e45\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"611\" height=\"629\" src=\"https:\/\/axiomasia.com\/wp-content\/uploads\/2026\/03\/Axiom-Asia-Investment-Image-03.svg\" class=\"attachment-full size-full wp-image-4635\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6455e99 elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-widget elementor-widget-image\" data-id=\"6455e99\" data-element_type=\"widget\" data-e-type=\"widget\" data-no-translation=\"\" data-widget_type=\"image.default\">\n\t\t\t\t\t<style>.elementor-element-6455e99{display:none !important}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-713dd68 elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-widget elementor-widget-image\" data-id=\"713dd68\" data-element_type=\"widget\" data-e-type=\"widget\" data-no-translation=\"\" data-widget_type=\"image.default\">\n\t\t\t\t\t<style>.elementor-element-713dd68{display:none !important}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Our Strategy Our investment philosophy blends local market understanding with rigorous analysis to identify opportunities that stand the test of [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"enabled","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-2619","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Axiom Asia - Our Strategy<\/title>\n<meta name=\"description\" content=\"Our investment philosophy blends local market understanding with rigorous analysis to identify opportunities that stand the test of time.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/axiomasia.com\/ja\/our-strategy\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Axiom Asia - Our Strategy\" \/>\n<meta property=\"og:description\" content=\"Our investment philosophy blends local market understanding with rigorous analysis to identify opportunities that stand the test of time.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/axiomasia.com\/ja\/our-strategy\/\" \/>\n<meta property=\"og:site_name\" content=\"Axiom Asia\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-01T07:59:59+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"9\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/axiomasia.com\\\/our-strategy\\\/\",\"url\":\"https:\\\/\\\/axiomasia.com\\\/our-strategy\\\/\",\"name\":\"Axiom Asia - Our Strategy\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/axiomasia.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/axiomasia.com\\\/our-strategy\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/axiomasia.com\\\/our-strategy\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/axiomasia.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Axiom-Asia-Primary-Platform-Image-1.svg\",\"datePublished\":\"2026-02-09T07:10:39+00:00\",\"dateModified\":\"2026-09-01T07:59:59+00:00\",\"description\":\"Our investment philosophy blends local market understanding with rigorous analysis to identify opportunities that stand the test of time.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/axiomasia.com\\\/our-strategy\\\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/axiomasia.com\\\/our-strategy\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\\\/\\\/axiomasia.com\\\/our-strategy\\\/#primaryimage\",\"url\":\"https:\\\/\\\/axiomasia.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Axiom-Asia-Primary-Platform-Image-1.svg\",\"contentUrl\":\"https:\\\/\\\/axiomasia.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Axiom-Asia-Primary-Platform-Image-1.svg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/axiomasia.com\\\/our-strategy\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/axiomasia.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Our Strategy\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/axiomasia.com\\\/#website\",\"url\":\"https:\\\/\\\/axiomasia.com\\\/\",\"name\":\"Axiom Asia\",\"description\":\"Delivering Growth in Asia | Private Equity Investment Firm\",\"publisher\":{\"@id\":\"https:\\\/\\\/axiomasia.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/axiomasia.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/axiomasia.com\\\/#organization\",\"name\":\"Axiom Asia\",\"url\":\"https:\\\/\\\/axiomasia.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\\\/\\\/axiomasia.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/axiomasia.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Axiom-Logo-White.png\",\"contentUrl\":\"https:\\\/\\\/axiomasia.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Axiom-Logo-White.png\",\"width\":228,\"height\":45,\"caption\":\"Axiom Asia\"},\"image\":{\"@id\":\"https:\\\/\\\/axiomasia.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Axiom Asia - Our Strategy","description":"Our investment philosophy blends local market understanding with rigorous analysis to identify opportunities that stand the test of time.","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:\/\/axiomasia.com\/ja\/our-strategy\/","og_locale":"ja_JP","og_type":"article","og_title":"Axiom Asia - Our Strategy","og_description":"Our investment philosophy blends local market understanding with rigorous analysis to identify opportunities that stand the test of time.","og_url":"https:\/\/axiomasia.com\/ja\/our-strategy\/","og_site_name":"Axiom Asia","article_modified_time":"2026-09-01T07:59:59+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"9\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/axiomasia.com\/our-strategy\/","url":"https:\/\/axiomasia.com\/our-strategy\/","name":"Axiom Asia - Our Strategy","isPartOf":{"@id":"https:\/\/axiomasia.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/axiomasia.com\/our-strategy\/#primaryimage"},"image":{"@id":"https:\/\/axiomasia.com\/our-strategy\/#primaryimage"},"thumbnailUrl":"https:\/\/axiomasia.com\/wp-content\/uploads\/2026\/03\/Axiom-Asia-Primary-Platform-Image-1.svg","datePublished":"2026-02-09T07:10:39+00:00","dateModified":"2026-09-01T07:59:59+00:00","description":"Our investment philosophy blends local market understanding with rigorous analysis to identify opportunities that stand the test of time.","breadcrumb":{"@id":"https:\/\/axiomasia.com\/our-strategy\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/axiomasia.com\/our-strategy\/"]}]},{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/axiomasia.com\/our-strategy\/#primaryimage","url":"https:\/\/axiomasia.com\/wp-content\/uploads\/2026\/03\/Axiom-Asia-Primary-Platform-Image-1.svg","contentUrl":"https:\/\/axiomasia.com\/wp-content\/uploads\/2026\/03\/Axiom-Asia-Primary-Platform-Image-1.svg"},{"@type":"BreadcrumbList","@id":"https:\/\/axiomasia.com\/our-strategy\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/axiomasia.com\/"},{"@type":"ListItem","position":2,"name":"Our Strategy"}]},{"@type":"WebSite","@id":"https:\/\/axiomasia.com\/#website","url":"https:\/\/axiomasia.com\/","name":"Axiom Asia","description":"Delivering Growth in Asia | Private Equity Investment Firm","publisher":{"@id":"https:\/\/axiomasia.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/axiomasia.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"},{"@type":"Organization","@id":"https:\/\/axiomasia.com\/#organization","name":"Axiom Asia","url":"https:\/\/axiomasia.com\/","logo":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/axiomasia.com\/#\/schema\/logo\/image\/","url":"https:\/\/axiomasia.com\/wp-content\/uploads\/2026\/01\/Axiom-Logo-White.png","contentUrl":"https:\/\/axiomasia.com\/wp-content\/uploads\/2026\/01\/Axiom-Logo-White.png","width":228,"height":45,"caption":"Axiom Asia"},"image":{"@id":"https:\/\/axiomasia.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/axiomasia.com\/ja\/wp-json\/wp\/v2\/pages\/2619","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/axiomasia.com\/ja\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/axiomasia.com\/ja\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/axiomasia.com\/ja\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/axiomasia.com\/ja\/wp-json\/wp\/v2\/comments?post=2619"}],"version-history":[{"count":51,"href":"https:\/\/axiomasia.com\/ja\/wp-json\/wp\/v2\/pages\/2619\/revisions"}],"predecessor-version":[{"id":5734,"href":"https:\/\/axiomasia.com\/ja\/wp-json\/wp\/v2\/pages\/2619\/revisions\/5734"}],"wp:attachment":[{"href":"https:\/\/axiomasia.com\/ja\/wp-json\/wp\/v2\/media?parent=2619"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}