{"id":55824,"date":"2025-01-28T00:40:47","date_gmt":"2025-01-28T05:40:47","guid":{"rendered":"https:\/\/www.sisinternational.com\/?page_id=55824"},"modified":"2026-03-19T19:55:04","modified_gmt":"2026-03-19T23:55:04","slug":"ultra-high-net-worth-wealth-management-services","status":"publish","type":"page","link":"https:\/\/www.sisinternational.com\/nl\/oplossingen\/strategieconsulting\/financial-services-consulting\/ultra-high-net-worth-wealth-management-services\/","title":{"rendered":"Ultra High Net Worth Wealth Management Services"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Optimized SIS Hero with Unicorn Studio<\/title>\n\n    <!--\n      \u250c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2510\n      \u2502  EARLY NAV-HEIGHT INJECTION                                  \u2502\n      \u2502  Sets --sis-nav-h before first paint to prevent layout jump  \u2502\n      \u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518\n    -->\n    <style id=\"sis-nav-var\">\n        :root { --sis-nav-h: 80px; } \/* safe fallback overwritten by JS immediately *\/\n    <\/style>\n\n    <style>\n        \/* 1. GLOBAL RESET & BASE STYLES *\/\n        html { scroll-behavior: smooth; }\n        body {\n            margin: 0;\n            font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;\n            overflow-x: hidden;\n        }\n\n        \/* 2. HERO WRAPPER \u2014 uses CSS var so the value is available even\n              before DOMContentLoaded, avoiding any visible jump              *\/\n        .sis-hero-wrapper {\n            position: relative;\n            width: 100vw;\n            left: 50%;\n            margin-left: -50vw;\n            min-height: 100vh;\n            overflow: hidden;\n            background-color: #000;\n            color: white;\n            box-sizing: border-box;\n\n            \/* Driven by --sis-nav-h \u2014 updated by sisHeroFit()\n           The extra 20px pulls the hero slightly above the nav baseline *\/\n            margin-top: calc(-1 * var(--sis-nav-h) - 60px);\n            padding-top: calc(var(--sis-nav-h) + 60px);\n        }\n\n        \/* 3. UTILITY CLASSES *\/\n        .sis-absolute-inset {\n            position: absolute;\n            top: 0; right: 0; bottom: 0; left: 0;\n            width: 100%; height: 100%;\n        }\n        .sis-z-0  { z-index: 0; }\n        .sis-z-10 { z-index: 10; }\n        .sis-z-20 { z-index: 20; }\n        .sis-pointer-events-none { pointer-events: none; }\n\n        .sis-bg-overlay {\n            background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(11,93,149,0.4));\n        }\n\n        .sis-flex-center-col {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start;\n        }\n\n        .sis-container {\n            width: 100%;\n            max-width: 80rem;\n            padding-left: 1.5rem;\n            padding-right: 1.5rem;\n            padding-bottom: 0.5rem;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .sis-text-center-wrapper {\n            margin-left: auto;\n            margin-right: auto;\n            max-width: 56rem;\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        \/* 4. ANIMATIONS *\/\n        @keyframes fadeSlideIn {\n            0%   { opacity: 0; transform: translateY(20px); }\n            100% { opacity: 1; transform: translateY(0); }\n        }\n        @keyframes gradientMove {\n            0%   { background-position: 0%   50%; }\n            50%  { background-position: 100% 50%; }\n            100% { background-position: 0%   50%; }\n        }\n        @keyframes sis-gradient-shimmer {\n            0%   { background-position: 0%   50%; }\n            100% { background-position: 200% 50%; }\n        }\n\n        .sis-animate-fade-1 { animation: fadeSlideIn 1s ease-out 0.1s both; }\n        .sis-animate-fade-2 { animation: fadeSlideIn 1s ease-out 0.2s both; }\n        .sis-animate-fade-3 { animation: fadeSlideIn 1s ease-out 0.3s both; }\n        .sis-animate-fade-4 { animation: fadeSlideIn 1s ease-out 0.4s both; }\n        .sis-animate-fade-5 { animation: fadeSlideIn 1s ease-out 0.5s both; }\n\n        \/* 5. COMPONENT STYLES *\/\n        .sis-badge {\n            display: inline-flex;\n            align-items: center;\n            gap: 0.75rem;\n            border-radius: 9999px;\n            background-color: rgba(255,255,255,0.1);\n            padding: 0.5rem 1rem;\n            box-shadow: 0 0 0 1px rgba(255,255,255,0.15);\n            backdrop-filter: blur(4px);\n            margin-bottom: 2rem;\n        }\n        .sis-badge-text {\n            font-size: 0.875rem;\n            font-weight: 700;\n            line-height: 1;\n            letter-spacing: 0.025em;\n            color: #bd9013;\n        }\n        .sis-hero-title {\n            font-size: 2.25rem;\n            font-weight: 700;\n            line-height: 1;\n            letter-spacing: -0.025em;\n            background: linear-gradient(to right, #ffffff 0%, #ffffff 30%, #63b3ed 50%, #ffffff 70%, #ffffff 100%);\n            background-size: 200% auto;\n            color: transparent;\n            -webkit-background-clip: text;\n            background-clip: text;\n            animation: sis-gradient-shimmer 12s linear infinite;\n        }\n        @media (min-width: 640px) { .sis-hero-title { font-size: 3rem; } }\n        @media (min-width: 768px) { .sis-hero-title { font-size: 4.5rem; } }\n\n        .sis-hero-desc {\n            margin-top: 2rem;\n            font-size: 1.125rem;\n            color: rgba(255,255,255,0.8);\n            max-width: 42rem;\n            font-weight: 700;\n            line-height: 1.625;\n        }\n        @media (min-width: 640px) { .sis-hero-desc { font-size: 1.25rem; } }\n\n        .sis-cta-button {\n            display: inline-flex;\n            justify-content: center;\n            align-items: center;\n            margin-top: 3.5rem;\n            height: 50px;\n            width: auto;\n            padding: 3px;\n            border-radius: 8px;\n            background-image: linear-gradient(45deg, #bd9013, #043c6b, #bd9013, #043c6b);\n            background-size: 300% 300%;\n            animation: gradientMove 4s ease infinite;\n            box-shadow: 0 15px 30px -5px rgba(189,144,19,0.2);\n            text-decoration: none;\n            cursor: pointer;\n            transition: transform 0.1s;\n        }\n        .sis-cta-button:active { transform: scale(0.95); }\n        .sis-cta-inner {\n            background: rgb(5,6,45);\n            border-radius: 6px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n            width: 100%;\n            padding: 0 24px;\n            transition: background 0.3s;\n        }\n        .sis-cta-button:hover .sis-cta-inner { background: transparent; }\n\n        .sis-footer-text {\n            margin-top: 1rem;\n            width: 100%;\n            text-align: center;\n            font-size: 0.875rem;\n            text-transform: uppercase;\n            letter-spacing: 0.2em;\n            font-weight: 700;\n            color: #9ca3af;\n        }\n        .sis-icon-arrow {\n            width: 24px; height: 24px;\n            stroke: white; stroke-width: 2;\n            stroke-linecap: round; stroke-linejoin: round;\n            fill: none;\n        }\n\n        \/* CMS OVERRIDES *\/\n        #next-section h3, #next-section h4, #next-section p,\n        #next-section .elementor-heading-title {\n            text-align: left !important;\n            justify-content: flex-start !important;\n        }\n        .entry-header, .page-header, .elementor-page-title, .page-title,\n        h1.entry-title, .woocommerce-breadcrumb, #breadcrumbs {\n            display: none !important;\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <div id=\"sis-hero-wrapper\" class=\"sis-hero-wrapper\">\n\n        <div data-us-project=\"sx6OtkwOFbqONd0P4xRy\"\n             class=\"sis-absolute-inset sis-z-0\"><\/div>\n\n        <div class=\"sis-absolute-inset sis-bg-overlay sis-z-10 sis-pointer-events-none\"><\/div>\n\n        <div class=\"sis-absolute-inset sis-z-20 sis-flex-center-col\">\n            <div class=\"sis-container sis-flex-center-col\"\n                 style=\"height:100%; justify-content:center;\">\n\n                <div class=\"sis-text-center-wrapper\">\n\n                    <div class=\"sis-badge sis-animate-fade-1\">\n                        <span class=\"sis-badge-text\">On the ground, around the world<\/span>\n                    <\/div>\n\n                    <h1 class=\"sis-hero-title sis-animate-fade-2\">\n                       Ultra High Net Worth Wealth Management Services\n                    <\/h1>\n\n                    <p class=\"sis-hero-desc sis-animate-fade-3\">\n                        We provide actionable insights to optimize your digital touchpoints\n                        and drive customer loyalty in a competitive global market.\n                    <\/p>\n\n                    <div class=\"sis-animate-fade-4\"\n                         style=\"display:flex; justify-content:center;\">\n                        <a href=\"#next-section\" class=\"sis-cta-button\">\n                            <span class=\"sis-cta-inner\">\n                                <svg class=\"sis-icon-arrow\" viewBox=\"0 0 24 24\">\n                                    <line x1=\"12\" y1=\"5\"  x2=\"12\" y2=\"19\"><\/line>\n                                    <polyline points=\"19 12 12 19 5 12\"><\/polyline>\n                                <\/svg>\n                            <\/span>\n                        <\/a>\n                    <\/div>\n                <\/div>\n\n                <div class=\"sis-footer-text sis-animate-fade-5\">\n                    SIS International Research &amp; Strategy\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div id=\"next-section\"\n         style=\"width:100%; background:white; padding:2rem 1.5rem;\">\n        <div style=\"max-width:80rem; margin:0 auto; text-align:right;\">\n            <h2 style=\"font-size:0.75rem; font-weight:700; text-transform:uppercase;\n                       letter-spacing:0.1em; color:#073f64; margin-bottom:0.25rem;\">\n                Insights\n            <\/h2>\n        <\/div>\n    <\/div>\n\n\n    <!--\n    \u2554\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2557\n    \u2551  sisHeroFit v2  \u2014 robust auto-fit for any WordPress \/ Elementor \u2551\n    \u2551  or custom theme navbar, no matter when or how it is rendered.  \u2551\n    \u255a\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u255d\n\n    HOW IT WORKS\n    \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n    1. A CSS custom property (--sis-nav-h) is written to :root so the\n       hero's margin-top \/ padding-top are driven by CSS, not inline\n       styles \u2014 this eliminates the layout jump on first paint.\n\n    2. getNavHeight() scans a prioritised list of 30+ selectors that\n       covers virtually every major WordPress theme and page builder.\n       It also falls back to measuring the tallest fixed\/sticky element\n       sitting within 5 px of the top of the viewport.\n\n    3. applyFit() writes the measured height into both the CSS var and\n       the hero element's inline style (belt-and-suspenders).\n\n    4. A MutationObserver watches <body> for added nodes, so navbars\n       injected after the initial HTML parse (Elementor, Divi, WPBakery,\n       header builder plugins, etc.) are caught automatically.\n\n    5. resize + scroll listeners handle:\n         \u2022 Orientation changes on mobile\n         \u2022 \"Shrinking\" sticky navs that reduce height on scroll\n    \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n    -->\n    <script>\n    (function sisHeroFit() {\n\n        \/* \u2500\u2500 Selectors \u2014 ordered from specific \u2192 generic \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n        var NAV_SELECTORS = [\n            \/* WordPress core \/ popular themes *\/\n            '#masthead',\n            '#site-header',\n            'header.site-header',\n            '.site-header',\n            '#main-header',\n            '.main-header',\n            '#header',\n            'header#header',\n            '.header-main',\n            '.header-wrap',\n            '.header-wrapper',\n            '#wpadminbar',           \/* WP admin bar (logged-in editors) *\/\n\n            \/* Elementor *\/\n            '.elementor-location-header',\n            '.e-con[data-elementor-type=\"header\"]',\n            '.elementor-section-wrap > section.elementor-section:first-child',\n\n            \/* Divi *\/\n            '#main-header',\n            '#et-main-nav',\n\n            \/* Avada \/ Fusion *\/\n            '#side-header',\n            '.fusion-header-wrapper',\n\n            \/* WPBakery \/ VC *\/\n            '.vc_row:first-child',\n\n            \/* GeneratePress *\/\n            '.site-header',\n\n            \/* Astra *\/\n            '#masthead',\n            '.ast-masthead',\n\n            \/* OceanWP *\/\n            '#site-header-inner',\n\n            \/* Neve \/ Hestia *\/\n            '.header-main-inner',\n\n            \/* Kadence *\/\n            '#masthead',\n\n            \/* SeedProd *\/\n            '.seedprod-header',\n\n            \/* Bootstrap \/ custom *\/\n            'nav.navbar',\n            '.navbar',\n            '#navbar',\n            'nav[role=\"navigation\"]',\n\n            \/* Absolute last resort *\/\n            'header',\n        ];\n\n        \/* Helper \u2014 returns true if el is or contains the hero *\/\n        function isHero(el) {\n            var hero = document.getElementById('sis-hero-wrapper');\n            return hero && (el === hero || hero.contains(el) || el.contains(hero));\n        }\n\n        \/* Core measurement \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n        function getNavHeight() {\n\n            \/* 1 \u2014 Try named selectors *\/\n            for (var i = 0; i < NAV_SELECTORS.length; i++) {\n                try {\n                    var el = document.querySelector(NAV_SELECTORS[i]);\n                    if (el &#038;&#038; !isHero(el)) {\n                        var r = el.getBoundingClientRect();\n                        if (r.height > 0) return Math.round(r.height);\n                    }\n                } catch(e) { \/* invalid selector \u2014 skip *\/ }\n            }\n\n            \/* 2 \u2014 Fallback: measure all fixed\/sticky elements near top *\/\n            var maxH = 0;\n            try {\n                document.querySelectorAll('*').forEach(function(el) {\n                    if (isHero(el)) return;\n                    var s = window.getComputedStyle(el);\n                    if (s.position !== 'fixed' && s.position !== 'sticky') return;\n                    var r = el.getBoundingClientRect();\n                    if (r.top < 5 &#038;&#038; r.height > 0) {\n                        maxH = Math.max(maxH, r.height);\n                    }\n                });\n            } catch(e) {}\n\n            return maxH || 80; \/* absolute fallback *\/\n        }\n\n        \/* Apply \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n        function applyFit() {\n            var hero = document.getElementById('sis-hero-wrapper');\n            if (!hero) return;\n\n            var h = getNavHeight();\n\n            \/* 1. CSS custom property \u2014 works with the stylesheet rule *\/\n            document.documentElement.style.setProperty('--sis-nav-h', h + 'px');\n\n            \/* 2. Inline style \u2014 belt-and-suspenders for any CMS that\n                  resets inline styles or re-renders the element          *\/\n            \/* +20px tweak pulls the hero slightly higher than the nav baseline *\/\n            hero.style.marginTop  = '-' + (h + 20) + 'px';\n            hero.style.paddingTop = (h + 20) + 'px';\n        }\n\n        \/* \u2500\u2500 Timing: run as early as possible \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n        if (document.readyState === 'loading') {\n            document.addEventListener('DOMContentLoaded', applyFit);\n        } else {\n            applyFit();\n        }\n        \/* Also run after full page load (images, fonts change layout) *\/\n        window.addEventListener('load', applyFit);\n\n        \/* \u2500\u2500 Resize (orientation changes, browser chrome resize) \u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n        var resizeTimer;\n        window.addEventListener('resize', function() {\n            clearTimeout(resizeTimer);\n            resizeTimer = setTimeout(applyFit, 100);\n        });\n\n        \/* \u2500\u2500 Scroll \u2014 handles \"shrinking\" sticky navs \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n        var scrollTimer;\n        window.addEventListener('scroll', function() {\n            clearTimeout(scrollTimer);\n            scrollTimer = setTimeout(applyFit, 80);\n        }, { passive: true });\n\n        \/* \u2500\u2500 MutationObserver \u2014 catches navbars injected after parse \u2500\u2500\u2500\u2500 *\/\n        \/*    (Elementor, Divi header builders, cookie banners, etc.)      *\/\n        if (window.MutationObserver) {\n            var mutationTimer;\n            var observer = new MutationObserver(function(mutations) {\n                \/* Only bother if something was added outside the hero *\/\n                var relevant = mutations.some(function(m) {\n                    return Array.prototype.some.call(m.addedNodes, function(n) {\n                        return n.nodeType === 1 && !isHero(n);\n                    });\n                });\n                if (!relevant) return;\n                clearTimeout(mutationTimer);\n                mutationTimer = setTimeout(applyFit, 150);\n            });\n\n            var startObserving = function() {\n                if (document.body) {\n                    observer.observe(document.body, { childList: true, subtree: true });\n                } else {\n                    document.addEventListener('DOMContentLoaded', function() {\n                        observer.observe(document.body, { childList: true, subtree: true });\n                    });\n                }\n            };\n            startObserving();\n\n            \/* Stop observing after 10 s \u2014 page should be fully built by then *\/\n            setTimeout(function() { observer.disconnect(); }, 10000);\n        }\n\n    })();\n    <\/script>\n\n    <!-- Unicorn Studio embed -->\n    <script>\n    !function(){\n        if(!window.UnicornStudio){\n            window.UnicornStudio = { isInitialized: false };\n            var i = document.createElement('script');\n            i.src = 'https:\/\/cdn.jsdelivr.net\/gh\/hiunicornstudio\/unicornstudio.js@v1.4.31\/dist\/unicornStudio.umd.js';\n            i.onload = function(){\n                if(!window.UnicornStudio.isInitialized){\n                    UnicornStudio.init();\n                    window.UnicornStudio.isInitialized = true;\n                }\n            };\n            (document.head || document.body).appendChild(i);\n        }\n    }();\n    <\/script>\n\n<\/body>\n<\/html>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"\/>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"has-global-color-9-color has-text-color has-link-color wp-elements-902e89fea60ee1f4a56e2ae1ba6cc259\"><span style=\"font-weight: 400;\"><strong><em>At SIS International Research, we\u2019ve spent decades helping clients navigate the challenges of global markets and secure their legacies through our <\/em><\/strong><\/span><b><strong><em>Ultra High Net Worth Wealth Management Services<\/em><\/strong><\/b><span style=\"font-weight: 400;\"><strong><em>.&nbsp;<\/em><\/strong><\/span><\/p>\n<\/blockquote>\n\n\n\n<p>Wealth at the USD 30 million threshold does not simply become more of the same. The questions change. The stakes change. The relationships required to manage it change. Ultra high net worth wealth management services exist because no standard advisory model, no matter how refined, is architecturally capable of handling what exceptional wealth actually demands.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<div class=\"wp-block-columns has-global-color-9-color has-text-color has-background has-link-color wp-elements-124fd16e4873ed938bd5660525ff8209 is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\" style=\"background-color:#f7f9fa6e\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:18%\"><\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:71.28%\">\n<div class=\"wp-block-rank-math-toc-block aligncenter has-global-color-9-color has-text-color has-link-color wp-elements-071c221e9f48b6dba51a02411baa5d6d\" style=\"font-size:16px\" id=\"rank-math-toc\"><h2><br><strong>T<\/strong>able of Contents<\/h2><nav><ul><li class=\"\"><a href=\"#what-defines-the-ultra-high-net-worth-client\">What Defines the Ultra High Net Worth Client?<\/a><\/li><li class=\"\"><a href=\"#the-importance-of-ultra-high-net-worth-wealth-management-services\">The Importance of Ultra High Net Worth Wealth Management Services<\/a><\/li><li class=\"\"><a href=\"#key-components-of-ultra-high-net-worth-wealth-management-services\">Key Components of Ultra High Net Worth Wealth Management Services<\/a><\/li><li class=\"\"><a href=\"#core-areas-of-ultra-high-net-worth-wealth-management-services\">Core Areas of Ultra High Net Worth Wealth Management Services<\/a><\/li><li class=\"\"><a href=\"#si-ss-approach-to-ultra-high-net-worth-wealth-management-services\">SIS\u2019s Approach to Ultra High Net Worth Wealth Management Services<\/a><\/li><li class=\"\"><a href=\"#our-facility-location-in-new-york\">Our Facility Location in New York<\/a><\/li><li class=\"\"><a href=\"#about-sis-international\">About SIS International<\/a><\/li><\/ul><\/nav><\/div>\n<\/div>\n<\/div>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-defines-the-ultra-high-net-worth-client\">What Defines the Ultra High Net Worth Client?<\/h2>\n\n\n\n<figure class=\"gb-block-image gb-block-image-5bc96632\"><img loading=\"lazy\" decoding=\"async\" width=\"1456\" height=\"816\" class=\"gb-image gb-image-5bc96632\" src=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/CEO-CIO-manager-7.jpg\" alt=\"SIS International Market Research &amp; Strategy\" title=\"CEO CIO manager (7)\" srcset=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/CEO-CIO-manager-7.jpg 1456w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/CEO-CIO-manager-7-300x168.jpg 300w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/CEO-CIO-manager-7-1024x574.jpg 1024w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/CEO-CIO-manager-7-768x430.jpg 768w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/CEO-CIO-manager-7-18x10.jpg 18w\" sizes=\"auto, (max-width: 1456px) 100vw, 1456px\"><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>The industry standard threshold for ultra high net worth is USD 30 million or more in investable assets, excluding primary residence, collectibles, and other non-liquid holdings\u2026 But the number is less instructive than the nature of the complexity that comes with it.<\/p>\n\n\n\n<p>UHNW clients are predominantly entrepreneurs, executives, heirs to multigenerational wealth, investors, and increasingly, founders from the technology and entertainment sectors.<\/p>\n\n\n\n<p>At this level, the advisor relationship is not transactional. It operates more like a trusted family CFO, one who anticipates problems before the client articulates them and coordinates a team of specialists across disciplines that the client should never have to manage individually.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"the-importance-of-ultra-high-net-worth-wealth-management-services\"><b>The Importance of Ultra High Net Worth Wealth Management Services<\/b><\/h2>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"has-global-color-9-color has-text-color has-link-color wp-elements-fed5a4a038b79b1501d96aa48200edc1\"><span style=\"font-weight: 400;\"><strong><em>\u201cExtraordinary wealth brings extraordinary complexity.\u201d&nbsp;<\/em><\/strong><\/span><\/p>\n<\/blockquote>\n\n\n\n<p><span style=\"font-weight: 400;\">Without a strategic approach, even substantial fortunes can face risks from market volatility, regulatory changes, and geopolitical uncertainty. That\u2019s why Ultra High Net Worth Wealth Management Services are essential. These services provide ultra-high-net-worth individuals with:<\/span><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><b>Protection:<\/b><span style=\"font-weight: 400;\"> Safeguard assets from economic and political instability.<\/span><\/li>\n\n\n\n<li><b>Growth:<\/b><span style=\"font-weight: 400;\"> Leverage innovative strategies to maximize returns.<\/span><\/li>\n\n\n\n<li><b>Control:<\/b><span style=\"font-weight: 400;\"> Maintain oversight and transparency across all financial activities.<\/span><\/li>\n\n\n\n<li><b>Impact:<\/b><span style=\"font-weight: 400;\"> Create a meaningful legacy through philanthropy and sustainable investments.<\/span><\/li>\n<\/ul>\n\n\n\n<p><span style=\"font-weight: 400;\">For example, a client we worked with (a tech visionary) was concerned about preserving his wealth while funding global sustainability initiatives. He achieved a 20% portfolio growth by leveraging our tailored strategies while directing $41 million toward environmental projects.<\/span><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"key-components-of-ultra-high-net-worth-wealth-management-services\"><b>Key Components of Ultra High Net Worth Wealth Management Services<\/b><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><b>1. Comprehensive Portfolio Management<\/b><\/h3>\n\n\n\n<p><span style=\"font-weight: 400;\">We deeply know ultra-high-net-worth individuals require sophisticated investment strategies that align with their goals and risk tolerance. Our services include:<\/span><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\n<ul class=\"wp-block-list\">\n<li><span style=\"font-weight: 400;\">Diversified asset allocation across multiple asset classes.<\/span><\/li>\n\n\n\n<li><span style=\"font-weight: 400;\">Access to exclusive investment opportunities unavailable to the general public.<\/span><\/li>\n\n\n\n<li><span style=\"font-weight: 400;\">Active monitoring and adjustment to navigate market fluctuations.<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><b>2. Estate and Succession Planning<\/b><\/h3>\n\n\n\n<p><span style=\"font-weight: 400;\">Preserving wealth for future generations is a top priority. Services in this area include:<\/span><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\n<ul class=\"wp-block-list\">\n<li><span style=\"font-weight: 400;\">Structuring trusts and wills to ensure seamless wealth transfer.<\/span><\/li>\n\n\n\n<li><span style=\"font-weight: 400;\">Navigating complex inheritance laws across jurisdictions.<\/span><\/li>\n\n\n\n<li><span style=\"font-weight: 400;\">Integrating philanthropic goals into estate plans.<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><b>3. Tax Efficiency Strategies<\/b><\/h3>\n\n\n\n<p><span style=\"font-weight: 400;\">Since tax optimization is crucial for ultra-high-net-worth individuals with global assets. SIS International strategies include:<\/span><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\n<ul class=\"wp-block-list\">\n<li><span style=\"font-weight: 400;\">Cross-border tax planning to minimize liabilities.<\/span><\/li>\n\n\n\n<li><span style=\"font-weight: 400;\">Utilizing tax-advantaged investment vehicles.<\/span><\/li>\n\n\n\n<li><span style=\"font-weight: 400;\">Staying compliant with evolving international tax regulations.<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><b>4. Philanthropic Planning<\/b><\/h3>\n\n\n\n<p><span style=\"font-weight: 400;\">Our sophisticated advisory services help clients:<\/span><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\n<ul class=\"wp-block-list\">\n<li><span style=\"font-weight: 400;\">Identify impactful causes that align with their values.<\/span><\/li>\n\n\n\n<li><span style=\"font-weight: 400;\">Establish charitable foundations or donor-advised funds.<\/span><\/li>\n\n\n\n<li><span style=\"font-weight: 400;\">Measure the effectiveness of their philanthropic efforts.<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p><\/p>\n\n\n\n<!-- ============================================================\n     UHNWI Portfolio Allocation vs. HNW and Average Investor\n     PURE CSS + HTML BAR CHART \u2014 Zero JavaScript \u00b7 Zero Canvas\n     WordPress \/ Elementor safe \u00b7 100% responsive\n     SIS International branding \u00b7 Blue palette only\n     ============================================================ -->\n<style>\n\n\/* \u2500\u2500 Scope everything to avoid theme conflicts \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.sis-uhnw-chart {\n  font-family: Arial, Helvetica, sans-serif;\n  box-sizing: border-box;\n  width: 100%;\n  max-width: 100%;\n  margin: 0 auto;\n  background: #ffffff;\n  border-top: 4px solid #216896;\n  padding: 32px 24px 24px;\n}\n\n.sis-uhnw-chart *,\n.sis-uhnw-chart *::before,\n.sis-uhnw-chart *::after {\n  box-sizing: border-box;\n}\n\n\/* \u2500\u2500 Title \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.sis-uhnw-chart h3 {\n  font-family: Georgia, 'Times New Roman', serif;\n  font-size: clamp(1.05rem, 2.4vw, 1.42rem);\n  font-weight: 700;\n  color: #073f64;\n  margin: 0 0 7px 0;\n  line-height: 1.3;\n  padding: 0;\n  border: none;\n  background: none;\n}\n\n.sis-uhnw-subtitle {\n  font-size: clamp(0.74rem, 1.4vw, 0.85rem);\n  color: #555;\n  margin: 0 0 22px 0;\n  line-height: 1.55;\n}\n\n\/* \u2500\u2500 Legend \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.sis-uhnw-legend {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px 20px;\n  margin-bottom: 24px;\n  padding: 0;\n  list-style: none;\n}\n.sis-uhnw-legend li {\n  display: flex;\n  align-items: center;\n  gap: 7px;\n  font-size: clamp(0.64rem, 1.1vw, 0.73rem);\n  font-weight: 700;\n  color: #073f64;\n}\n.sis-uhnw-legend li span {\n  display: inline-block;\n  width: 13px;\n  height: 13px;\n  border-radius: 3px;\n  flex-shrink: 0;\n}\n\n\/* \u2500\u2500 Chart body: scrollable on very small screens \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.sis-uhnw-chart-body {\n  width: 100%;\n  overflow-x: auto;\n  -webkit-overflow-scrolling: touch;\n}\n\n\/* \u2500\u2500 Chart grid container \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.sis-uhnw-grid {\n  display: flex;\n  align-items: flex-end;\n  gap: 0;\n  width: 100%;\n  min-width: 420px; \/* prevents collapse on tiny viewports *\/\n  height: clamp(200px, 38vw, 340px);\n  border-left: 2px solid #c5d8e5;\n  border-bottom: 2px solid #c5d8e5;\n  position: relative;\n  padding: 16px 8px 0 0;\n}\n\n\/* Y-axis grid lines (background decorative) *\/\n.sis-uhnw-grid::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background-image:\n    linear-gradient(to top, #e3edf4 1px, transparent 1px),\n    linear-gradient(to top, #e3edf4 1px, transparent 1px),\n    linear-gradient(to top, #e3edf4 1px, transparent 1px),\n    linear-gradient(to top, #e3edf4 1px, transparent 1px);\n  background-size:\n    100% 25%,\n    100% 50%,\n    100% 75%,\n    100% 100%;\n  background-repeat: no-repeat;\n  pointer-events: none;\n  z-index: 0;\n}\n\n\/* Y-axis labels \u2014 positioned absolutely *\/\n.sis-uhnw-yaxis {\n  position: absolute;\n  left: -44px;\n  top: 0;\n  bottom: 0;\n  width: 40px;\n  display: flex;\n  flex-direction: column-reverse;\n  justify-content: space-between;\n  pointer-events: none;\n}\n.sis-uhnw-yaxis span {\n  font-size: clamp(0.58rem, 1vw, 0.68rem);\n  color: #7a95a8;\n  text-align: right;\n  line-height: 1;\n}\n\n\/* \u2500\u2500 Category group \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.sis-uhnw-cat {\n  flex: 1 1 0;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: flex-end;\n  height: 100%;\n  position: relative;\n  z-index: 1;\n  padding: 0 3px;\n}\n\n\/* Category label below chart *\/\n.sis-uhnw-cat-label {\n  font-size: clamp(0.58rem, 1.05vw, 0.68rem);\n  color: #3a4a56;\n  font-weight: 600;\n  text-align: center;\n  margin-top: 6px;\n  line-height: 1.25;\n  white-space: normal;\n  word-break: break-word;\n  position: absolute;\n  bottom: -46px;\n  left: 0;\n  right: 0;\n}\n\n\/* Bars row within a category *\/\n.sis-uhnw-bars {\n  display: flex;\n  align-items: flex-end;\n  gap: clamp(2px, 0.5vw, 5px);\n  height: 100%;\n  width: 100%;\n  justify-content: center;\n}\n\n\/* \u2500\u2500 Individual bar \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.sis-uhnw-bar-wrap {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: flex-end;\n  flex: 1 1 0;\n  height: 100%;\n  position: relative;\n}\n\n.sis-uhnw-bar {\n  width: 100%;\n  border-radius: 3px 3px 0 0;\n  position: relative;\n  animation: sisBarGrow 1.1s cubic-bezier(0.22, 1, 0.36, 1) both;\n  transform-origin: bottom center;\n  min-width: 8px;\n  max-width: 48px;\n}\n\n\/* Staggered animation delays per category group *\/\n.sis-uhnw-cat:nth-child(1) .sis-uhnw-bar { animation-delay: 0.05s; }\n.sis-uhnw-cat:nth-child(2) .sis-uhnw-bar { animation-delay: 0.15s; }\n.sis-uhnw-cat:nth-child(3) .sis-uhnw-bar { animation-delay: 0.25s; }\n.sis-uhnw-cat:nth-child(4) .sis-uhnw-bar { animation-delay: 0.35s; }\n.sis-uhnw-cat:nth-child(5) .sis-uhnw-bar { animation-delay: 0.45s; }\n.sis-uhnw-cat:nth-child(6) .sis-uhnw-bar { animation-delay: 0.55s; }\n\n@keyframes sisBarGrow {\n  from { transform: scaleY(0); opacity: 0; }\n  to   { transform: scaleY(1); opacity: 1; }\n}\n\n\/* Bar color variants *\/\n.sis-uhnw-bar.c-uhnw {\n  background: linear-gradient(180deg, #1a6699 0%, #073f64 100%);\n}\n.sis-uhnw-bar.c-hnw {\n  background: linear-gradient(180deg, #3591cc 0%, #216896 100%);\n}\n.sis-uhnw-bar.c-avg {\n  background: linear-gradient(180deg, #a8dff0 0%, #76c5e8 100%);\n}\n\n\/* Value label on top of bar *\/\n.sis-uhnw-bar-val {\n  font-size: clamp(0.55rem, 0.95vw, 0.65rem);\n  font-weight: 700;\n  color: #073f64;\n  text-align: center;\n  position: absolute;\n  top: -16px;\n  left: 50%;\n  transform: translateX(-50%);\n  white-space: nowrap;\n  animation: sisFadeIn 0.4s 1.1s both;\n}\n@keyframes sisFadeIn {\n  from { opacity: 0; }\n  to   { opacity: 1; }\n}\n\n\/* Zero-value bar: invisible but keeps layout *\/\n.sis-uhnw-bar.zero {\n  background: transparent;\n  height: 2px !important;\n}\n.sis-uhnw-bar.zero + .sis-uhnw-bar-val {\n  display: none;\n}\n\n\/* \u2500\u2500 Bottom label spacing \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.sis-uhnw-chart-body {\n  padding-bottom: 54px; \/* room for rotated labels *\/\n}\n\n\/* \u2500\u2500 Callout \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.sis-uhnw-callout {\n  font-size: clamp(0.68rem, 1.2vw, 0.77rem);\n  color: #073f64;\n  background: #e8f4fb;\n  border-left: 3px solid #216896;\n  padding: 9px 13px;\n  margin-top: 22px;\n  border-radius: 0 3px 3px 0;\n  line-height: 1.6;\n}\n.sis-uhnw-callout strong { color: #073f64; }\n\n\/* \u2500\u2500 Divider + Sources \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.sis-uhnw-divider {\n  border: none;\n  border-top: 1px solid #d5e5ef;\n  margin: 18px 0 12px;\n}\n.sis-uhnw-sources {\n  font-size: clamp(0.61rem, 1.05vw, 0.71rem);\n  color: #777;\n  line-height: 1.65;\n  margin: 0;\n}\n.sis-uhnw-sources a {\n  color: #216896;\n  text-decoration: none;\n  border-bottom: 1px dotted #216896;\n}\n.sis-uhnw-sources a:hover {\n  color: #073f64;\n}\n\n\/* \u2500\u2500 Large screen \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n@media (min-width: 1400px) {\n  .sis-uhnw-chart { padding: 42px 50px 34px; }\n  .sis-uhnw-grid  { height: 360px; }\n}\n\n\/* \u2500\u2500 Mobile \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n@media (max-width: 480px) {\n  .sis-uhnw-chart { padding: 20px 12px 16px; }\n}\n\n<\/style>\n\n<div class=\"sis-uhnw-chart\">\n\n  <h3>UHNWI Portfolio Allocation vs. High Net Worth and Average Investor<\/h3>\n  <p class=\"sis-uhnw-subtitle\">Percentage of investable assets allocated to each asset class, by investor wealth tier. Ultra high net worth investors devote roughly half their portfolios to alternative and private market assets \u2014 a structural departure from conventional investment models.<\/p>\n\n  <!-- Legend -->\n  <ul class=\"sis-uhnw-legend\">\n    <li><span style=\"background:#073f64\"><\/span>UHNWI (USD 30M+)<\/li>\n    <li><span style=\"background:#216896\"><\/span>High Net Worth (USD 1M\u201330M)<\/li>\n    <li><span style=\"background:#76c5e8\"><\/span>Average Investor<\/li>\n  <\/ul>\n\n  <!-- Chart -->\n  <div class=\"sis-uhnw-chart-body\">\n    <div style=\"position:relative; padding-left:44px;\">\n\n      <!-- Y-axis labels -->\n      <div class=\"sis-uhnw-yaxis\">\n        <span>0%<\/span>\n        <span>25%<\/span>\n        <span>50%<\/span>\n        <span>75%<\/span>\n        <span>100%<\/span>\n      <\/div>\n\n      <div class=\"sis-uhnw-grid\">\n\n        <!-- \u2500\u2500 Public Equities \u2500\u2500 -->\n        <div class=\"sis-uhnw-cat\">\n          <div class=\"sis-uhnw-bars\">\n\n            <div class=\"sis-uhnw-bar-wrap\">\n              <div class=\"sis-uhnw-bar c-uhnw\" style=\"height:30%\"><\/div>\n              <span class=\"sis-uhnw-bar-val\">30%<\/span>\n            <\/div>\n\n            <div class=\"sis-uhnw-bar-wrap\">\n              <div class=\"sis-uhnw-bar c-hnw\" style=\"height:46%\"><\/div>\n              <span class=\"sis-uhnw-bar-val\">46%<\/span>\n            <\/div>\n\n            <div class=\"sis-uhnw-bar-wrap\">\n              <div class=\"sis-uhnw-bar c-avg\" style=\"height:65%\"><\/div>\n              <span class=\"sis-uhnw-bar-val\">65%<\/span>\n            <\/div>\n\n          <\/div>\n          <span class=\"sis-uhnw-cat-label\">Public<br>Equities<\/span>\n        <\/div>\n\n        <!-- \u2500\u2500 Alternatives & Private Equity \u2500\u2500 -->\n        <div class=\"sis-uhnw-cat\">\n          <div class=\"sis-uhnw-bars\">\n\n            <div class=\"sis-uhnw-bar-wrap\">\n              <div class=\"sis-uhnw-bar c-uhnw\" style=\"height:25%\"><\/div>\n              <span class=\"sis-uhnw-bar-val\">25%<\/span>\n            <\/div>\n\n            <div class=\"sis-uhnw-bar-wrap\">\n              <div class=\"sis-uhnw-bar c-hnw\" style=\"height:16%\"><\/div>\n              <span class=\"sis-uhnw-bar-val\">16%<\/span>\n            <\/div>\n\n            <div class=\"sis-uhnw-bar-wrap\">\n              <div class=\"sis-uhnw-bar c-avg\" style=\"height:5%\"><\/div>\n              <span class=\"sis-uhnw-bar-val\">5%<\/span>\n            <\/div>\n\n          <\/div>\n          <span class=\"sis-uhnw-cat-label\">Alternatives &amp;<br>Private Equity<\/span>\n        <\/div>\n\n        <!-- \u2500\u2500 Real Estate \u2500\u2500 -->\n        <div class=\"sis-uhnw-cat\">\n          <div class=\"sis-uhnw-bars\">\n\n            <div class=\"sis-uhnw-bar-wrap\">\n              <div class=\"sis-uhnw-bar c-uhnw\" style=\"height:20%\"><\/div>\n              <span class=\"sis-uhnw-bar-val\">20%<\/span>\n            <\/div>\n\n            <div class=\"sis-uhnw-bar-wrap\">\n              <div class=\"sis-uhnw-bar c-hnw\" style=\"height:15%\"><\/div>\n              <span class=\"sis-uhnw-bar-val\">15%<\/span>\n            <\/div>\n\n            <div class=\"sis-uhnw-bar-wrap\">\n              <div class=\"sis-uhnw-bar c-avg\" style=\"height:2%\"><\/div>\n              <span class=\"sis-uhnw-bar-val\">2%<\/span>\n            <\/div>\n\n          <\/div>\n          <span class=\"sis-uhnw-cat-label\">Real<br>Estate<\/span>\n        <\/div>\n\n        <!-- \u2500\u2500 Fixed Income \u2500\u2500 -->\n        <div class=\"sis-uhnw-cat\">\n          <div class=\"sis-uhnw-bars\">\n\n            <div class=\"sis-uhnw-bar-wrap\">\n              <div class=\"sis-uhnw-bar c-uhnw\" style=\"height:10%\"><\/div>\n              <span class=\"sis-uhnw-bar-val\">10%<\/span>\n            <\/div>\n\n            <div class=\"sis-uhnw-bar-wrap\">\n              <div class=\"sis-uhnw-bar c-hnw\" style=\"height:18%\"><\/div>\n              <span class=\"sis-uhnw-bar-val\">18%<\/span>\n            <\/div>\n\n            <div class=\"sis-uhnw-bar-wrap\">\n              <div class=\"sis-uhnw-bar c-avg\" style=\"height:20%\"><\/div>\n              <span class=\"sis-uhnw-bar-val\">20%<\/span>\n            <\/div>\n\n          <\/div>\n          <span class=\"sis-uhnw-cat-label\">Fixed Income<br>&amp; Bonds<\/span>\n        <\/div>\n\n        <!-- \u2500\u2500 Cash \u2500\u2500 -->\n        <div class=\"sis-uhnw-cat\">\n          <div class=\"sis-uhnw-bars\">\n\n            <div class=\"sis-uhnw-bar-wrap\">\n              <div class=\"sis-uhnw-bar c-uhnw\" style=\"height:10%\"><\/div>\n              <span class=\"sis-uhnw-bar-val\">10%<\/span>\n            <\/div>\n\n            <div class=\"sis-uhnw-bar-wrap\">\n              <div class=\"sis-uhnw-bar c-hnw\" style=\"height:5%\"><\/div>\n              <span class=\"sis-uhnw-bar-val\">5%<\/span>\n            <\/div>\n\n            <div class=\"sis-uhnw-bar-wrap\">\n              <div class=\"sis-uhnw-bar c-avg\" style=\"height:7%\"><\/div>\n              <span class=\"sis-uhnw-bar-val\">7%<\/span>\n            <\/div>\n\n          <\/div>\n          <span class=\"sis-uhnw-cat-label\">Cash &amp;<br>Equivalents<\/span>\n        <\/div>\n\n        <!-- \u2500\u2500 Digital Assets \u2500\u2500 -->\n        <div class=\"sis-uhnw-cat\">\n          <div class=\"sis-uhnw-bars\">\n\n            <div class=\"sis-uhnw-bar-wrap\">\n              <div class=\"sis-uhnw-bar c-uhnw\" style=\"height:5%\"><\/div>\n              <span class=\"sis-uhnw-bar-val\">5%<\/span>\n            <\/div>\n\n            <div class=\"sis-uhnw-bar-wrap\">\n              <!-- HNW ~0% digital, render as flat line -->\n              <div class=\"sis-uhnw-bar c-hnw zero\" style=\"height:0%\"><\/div>\n              <span class=\"sis-uhnw-bar-val\" style=\"display:none\"><\/span>\n            <\/div>\n\n            <div class=\"sis-uhnw-bar-wrap\">\n              <div class=\"sis-uhnw-bar c-avg\" style=\"height:1%\"><\/div>\n              <span class=\"sis-uhnw-bar-val\">1%<\/span>\n            <\/div>\n\n          <\/div>\n          <span class=\"sis-uhnw-cat-label\">Digital Assets<br>&amp; Other<\/span>\n        <\/div>\n\n      <\/div><!-- \/.sis-uhnw-grid -->\n    <\/div>\n  <\/div><!-- \/.sis-uhnw-chart-body -->\n\n  <div class=\"sis-uhnw-callout\">\n    <strong>Key insight:<\/strong> Ultra high net worth individuals allocate approximately 50% of their portfolios to alternative investments \u2014 including private equity, real estate, hedge funds, and private credit \u2014 compared to just 5% for the average investor. According to KKR, UHNW investors hold around 30% in equities, 10% in bonds, 50% in alternatives, and 10% in cash, a stark contrast to the traditional 60\/40 model. By 2040, Gen X and Millennial investors will comprise 80% of the global UHNW population, further accelerating allocations toward private markets and impact-driven strategies.\n  <\/div>\n\n  <hr class=\"sis-uhnw-divider\">\n  <p class=\"sis-uhnw-sources\">\n    <strong>Sources:<\/strong>&nbsp;\n    <a href=\"https:\/\/altrata.com\/articles\/uhnw-asset-allocation\" target=\"_blank\" rel=\"noopener noreferrer\">Source 1<\/a> \u2014 Altrata World Ultra Wealth Report: UHNWI asset allocation breakdown by cohort and generational wealth tier.&nbsp;\n    <a href=\"https:\/\/origininvestments.com\/how-the-wealthy-invest-a-shift-to-private-equity-and-real-estate\/\" target=\"_blank\" rel=\"noopener noreferrer\">Source 2<\/a> \u2014 KKR (via Origin Investments): comparative asset allocation data across UHNW, HNW, and average investor portfolios.&nbsp;\n    <a href=\"https:\/\/www.longangle.com\/research\/high-net-worth-asset-allocation\" target=\"_blank\" rel=\"noopener noreferrer\">Source 3<\/a> \u2014 Long Angle Annual High Net Worth Asset Allocation Study: observed HNW portfolio construction and private asset adoption rates.\n  <\/p>\n\n<\/div>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"core-areas-of-ultra-high-net-worth-wealth-management-services\">Core Areas of Ultra High Net Worth Wealth Management Services<\/h2>\n\n\n\n<p>Ultra high net worth wealth management services operate across a breadth of disciplines that no single advisor can credibly deliver alone. The standard of excellence is a coordinated ecosystem of specialists, orchestrated by a lead relationship manager who understands the full picture of the client&#8217;s life.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Bespoke Investment Management<\/h3>\n\n\n\n<p>UHNW portfolios require institutional-grade investment architecture. That means direct access to private equity, venture capital, hedge funds, private credit, real assets, and co-investment opportunities that standard wealth platforms simply do not offer. Two out of three HNWIs plan to increase private equity allocations, and alternative investments now represent 15% of HNWI portfolios overall. At the UHNW level, that allocation is typically higher, driven by access to deal flow unavailable to retail or standard advisory clients.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Multi-Jurisdictional Tax Strategy<\/h3>\n\n\n\n<p>For UHNW clients with assets, businesses, and family members across multiple countries, tax strategy is among the highest-value services in ultra high net worth wealth management. The complexity includes cross-border income taxation, estate and gift tax planning across jurisdictions, treaty optimization, trust structure design, and planning around liquidity events such as business sales, IPOs, and inheritance.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Estate, Trust, and Succession Architecture<\/h3>\n\n\n\n<p>At the UHNW level, estate planning is not a document. It is an ongoing system of structures: dynasty trusts, family limited partnerships, charitable remainder trusts, generation-skipping vehicles, and governance frameworks designed to transfer wealth without triggering avoidable tax events or family conflict.<\/p>\n\n\n\n<p>Succession planning at this level also involves preparing the next generation to receive and steward extraordinary wealth. That means financial education programs, family governance frameworks, family constitutions, and in some cases formal family councils that create structure around how decisions get made across generations.<\/p>\n\n\n\n<p><strong>Family Office Advisory and Infrastructure<\/strong><\/p>\n\n\n\n<p>Single-family offices provide maximum control, privacy, and customization but carry significant fixed costs. Multi-family offices offer shared infrastructure, institutional investment access, and cost efficiency with somewhat less exclusivity. Hybrid models outsource selective functions while preserving core oversight in-house.<\/p>\n\n\n\n<p>Ultra high net worth wealth management services firms that can guide clients through this decision, and then serve as integrated partners once the structure is established, occupy one of the most defensible positions in the entire advisory landscape. Family offices built with strong external advisory relationships are stickier, more institutionalized, and dramatically less likely to experience disruption at a wealth transfer event.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Philanthropic Strategy and Impact Infrastructure<\/h3>\n\n\n\n<p>Knight Frank research shows that 71% of UHNWIs globally expect their wealth to grow. A growing share of that growth is being directed toward impact. Philanthropic advisory at the UHNW level means far more than identifying charitable causes. It means donor-advised fund structuring, private foundation establishment and governance, impact measurement frameworks, program-related investments, and values-aligned investment strategies that integrate philanthropy with the broader portfolio.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n<script>\n    tailwind.config = {\n        prefix: 'sis-', \/* <--- THIS PROTECTS YOUR SITE *\/\n        corePlugins: {\n            preflight: false, \/* Disables global resets *\/\n        },\n        theme: {\n            extend: {\n                fontFamily: { sans: ['Helvetica', 'Arial', 'sans-serif'] },\n                keyframes: {\n                    fadeSlideIn: {\n                        '0%': { opacity: '0', transform: 'translateY(10px)' },\n                        '100%': { opacity: '1', transform: 'translateY(0)' },\n                    }\n                }\n            }\n        }\n    }\n<\/script>\n\n<style>\n    \/* Scope fonts strictly to this container *\/\n    #sis-strategy-card-container {\n        font-family: Helvetica, Arial, sans-serif;\n        box-sizing: border-box;\n    }\n    \n    \/* ANIMATIONS *\/\n    @keyframes sis-gradient-shimmer {\n        0% { background-position: 0% 50%; }\n        100% { background-position: 200% 50%; }\n    }\n\n    .sis-animate-text-gradient {\n        background: linear-gradient(to right, #ffffff 0%, #ffffff 30%, #63b3ed 50%, #ffffff 70%, #ffffff 100%);\n        background-size: 200% auto;\n        color: transparent;\n        -webkit-background-clip: text;\n        background-clip: text;\n        animation: sis-gradient-shimmer 12s linear infinite;\n    }\n\n    \/* BUTTON *\/\n    .cta-button {\n        background: linear-gradient(135deg, #8a6b0f, #bd9013, #d4a519);\n        border: 2px solid #8a6b0f;\n        color: white !important;\n        text-decoration: none;\n        position: relative;\n        overflow: hidden;\n        transition: all 0.3s ease;\n        display: inline-block;\n        line-height: 1.5;\n    }\n    .cta-button::before {\n        content: '';\n        position: absolute;\n        top: 0; left: -100%; width: 100%; height: 100%;\n        background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 100%);\n        animation: shine 3s ease-in-out infinite;\n    }\n    .cta-button:hover {\n        transform: translateY(-3px);\n        box-shadow: 0 10px 25px rgba(0,0,0,0.2);\n        border-color: #bd9013;\n        background: linear-gradient(135deg, #bd9013, #d4a519, #e6b61f);\n    }\n    @keyframes shine { 0% { left: -100%; } 20%, 100% { left: 100%; } }\n<\/style>\n\n<div id=\"sis-strategy-card-container\" \n     class=\"sis-relative sis-w-full sis-mx-auto sis-overflow-hidden sis-border-white\/10 sis-border sis-rounded-2xl sis-min-h-[450px] sis-shadow-2xl sis-flex sis-items-center sis-justify-center sis-isolation-auto\"\n     style=\"background: linear-gradient(to bottom, #216896, #063c60 40%); box-sizing: border-box;\">\n\n    <div class=\"sis-absolute sis-inset-0 sis-w-full sis-h-full sis-z-0 sis-opacity-50 sis-pointer-events-none\">\n        <div data-us-project=\"N9XzvQXu7fA5SY2ewADJ\" style=\"width: 100%; height: 100%;\"><\/div>\n    <\/div>\n\n    <div class=\"sis-relative sis-z-20 sis-w-full sis-p-8 sm:sis-p-12 sis-text-center sis-pointer-events-auto\">\n        <div class=\"sis-max-w-4xl sis-mx-auto\">\n            \n            <h2 class=\"sis-animate-text-gradient sis-text-4xl sm:sis-text-6xl sis-font-bold sis-tracking-tight sis-drop-shadow-xl sis-animate-[fadeSlideIn_0.5s_ease-out_0s_both] sis-mb-6 sis-leading-tight\">\n                Ready to explore <br>the insights that drive <br>smarter decisions?\n            <\/h2>\n            \n            <p class=\"sis-text-lg sm:sis-text-xl sis-leading-relaxed sis-font-normal sis-text-white\/90 sis-font-sans sis-max-w-3xl sis-mx-auto sis-drop-shadow-md sis-animate-[fadeSlideIn_0.5s_ease-out_0.1s_both] sis-mb-8\">\n                Contact our Research experts today.\n            <\/p>\n\n            <a href=\"mailto:Research2@sisinternational.com\" \n               class=\"cta-button sis-rounded-full sis-px-10 sis-py-4 sis-text-lg sis-font-semibold sis-animate-[fadeSlideIn_0.5s_ease-out_0.4s_both]\">\n                Contact us now!\n            <\/a>\n\n        <\/div>\n    <\/div>\n<\/div>\n\n<script type=\"text\/javascript\">\n    (function() {\n      if (!window.UnicornStudio) {\n        window.UnicornStudio = { isInitialized: false };\n        var script = document.createElement(\"script\");\n        script.src = \"https:\/\/cdn.jsdelivr.net\/gh\/hiunicornstudio\/unicornstudio.js@v1.4.30\/dist\/unicornStudio.umd.js\";\n        script.onload = function() {\n          if (!window.UnicornStudio.isInitialized) {\n            UnicornStudio.init();\n            window.UnicornStudio.isInitialized = true;\n          }\n        };\n        document.head.appendChild(script);\n      }\n    })();\n<\/script>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"si-ss-approach-to-ultra-high-net-worth-wealth-management-services\"><b>SIS\u2019s Approach to Ultra High Net Worth Wealth Management Services<\/b><\/h2>\n\n\n\n<p><span style=\"font-weight: 400;\">At <a data-wplink-url-error=\"true\" href=\"http:\/\/Our Facility Location in New York  11 E 22nd Street, Floor 2, New York, NY 10010&nbsp; T: +1(212) 505-6805 About SIS International  SIS International offers Quantitative, Qualitative, and Strategy Research. We provide data, tools, strategies, reports, and insights for decision-making. We also conduct interviews, surveys, focus groups, and other Market Research methods and approaches. Contact us for your next Market Research project.\">SIS International Research<\/a>, we believe that managing ultra-high-net-worth wealth requires precision, expertise, and a deeply personalized approach.&nbsp;<\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><b>1. We Put Your Vision First<\/b><\/h3>\n\n\n\n<p><span style=\"font-weight: 400;\">Managing extraordinary wealth begins with understanding your unique goals. Are you focused on global diversification? Ensuring a seamless legacy? Funding high-impact philanthropy? At SIS, <strong>we<\/strong> <\/span><b>listen closely to your <\/b><strong>aspirations <\/strong>and<span style=\"font-weight: 400;\"> design strategies that bring your vision to life.<\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><b>2. Global Reach, Local Insights<\/b><\/h3>\n\n\n\n<p><span style=\"font-weight: 400;\">Ultra-high-net-worth individuals often operate across multiple countries, each with its own economic nuances, regulations, and cultural considerations. SIS combines <\/span><b>global reach with on-the-ground <\/b><strong>expertise&nbsp;<\/strong>to<span style=\"font-weight: 400;\"> navigate these complexities and deliver strategies that work across borders.<\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><b>3. Data-Driven and Forward-Thinking<\/b><\/h3>\n\n\n\n<p><span style=\"font-weight: 400;\">Our approach is rooted in <\/span><b>cutting-edge data <\/b><strong>analytics&nbsp;<\/strong>and<span style=\"font-weight: 400;\"> forward-looking insights, helping you anticipate market shifts, seize emerging opportunities, and avoid risks before they materialize.<\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><b>4. Exclusive Access to High-Value Opportunities<\/b><\/h3>\n\n\n\n<p><span style=\"font-weight: 400;\">We leverage our extensive networks to provide <\/span><b>access to exclusive <\/b><strong>opportunities&nbsp;<\/strong>in<span style=\"font-weight: 400;\"> private equity, venture capital, real estate, and alternative investments, giving your portfolio a competitive edge.<\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><b>5. Seamless Risk Management<\/b><\/h3>\n\n\n\n<p><span style=\"font-weight: 400;\">Preserving wealth is as critical as growing it. Our team develops <\/span><b>comprehensive risk management <\/b><strong>frameworks&nbsp;<\/strong>to<span style=\"font-weight: 400;\"> protect your assets from market volatility, geopolitical shifts, and unforeseen disruptions. <\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><b>6. Transparent Communication and Collaboration<\/b><\/h3>\n\n\n\n<p><span style=\"font-weight: 400;\">We know that trust is the cornerstone of any successful partnership. That\u2019s why SIS emphasizes <\/span><b>clear, transparent <\/b><strong>communication&nbsp;<\/strong>at<span style=\"font-weight: 400;\"> every stage of the process. <\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><b>7. Philanthropy That Aligns with Your Legacy<\/b><\/h3>\n\n\n\n<p><span style=\"font-weight: 400;\">Our advisors help you align your philanthropic efforts with your values, ensuring your wealth leaves a meaningful legacy that resonates with future generations.<\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><b>8. Long-Term Value Creation<\/b><\/h3>\n\n\n\n<p><span style=\"font-weight: 400;\">At SIS, we focus on sustainable strategies that deliver results today while securing your financial future. From succession planning to multigenerational wealth transfer, we help you achieve <\/span><b>long-term value and stability.<\/b><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><b>9. A Trusted Team of Experts<\/b><\/h3>\n\n\n\n<p><span style=\"font-weight: 400;\">Managing ultra-high-net-worth wealth requires a team you can count on. Our advisors bring decades of experience and expertise across industries, ensuring you receive the <\/span><b>best guidance possible.<\/b><\/p>\n\n\n\n<p><\/p>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-mjgvehiz alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-advanced-heading uagb-block-qrwsrntl\"><h2 class=\"uagb-heading-text\">Frequently Asked Questions<\/h2><p class=\"uagb-desc-text\"><strong>You have questions. We have answers<\/strong><\/p><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-judpp3g4\"><div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-xbmcp69t uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height     \" data-faqtoggle=\"true\" role=\"tablist\"><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-69jg3wmi \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<p class=\"uagb-question\"><strong><b>What are Ultra High Net Worth Wealth Management Services?<\/b><\/strong><\/p><\/div><div class=\"uagb-faq-content\"><p><span style=\"font-weight: 400\">These are bespoke financial solutions designed specifically for individuals with assets exceeding $30 million. They include advanced investment strategies, tax planning, legacy planning, and philanthropic advisory.<\/span><\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-l28qg8rq \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<p class=\"uagb-question\"><strong><b>Who needs Ultra High Net Worth Wealth Management Services?<\/b><\/strong><\/p><\/div><div class=\"uagb-faq-content\"><p><span style=\"font-weight: 400\">Ultra-high-net-worth individuals, such as business magnates, tech entrepreneurs, and global leaders<\/span> who <span style=\"font-weight: 400\">face complex financial challenges and opportunities requiring tailored solutions.<\/span><\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-2rlpcymr \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<p class=\"uagb-question\"><strong><b>How does SIS personalize wealth management strategies?<\/b><\/strong><\/p><\/div><div class=\"uagb-faq-content\"><p><span style=\"font-weight: 400\">We begin by understanding your unique goals and aspirations, then design strategies that align with your vision.<\/span><\/p><\/div><\/div><\/div>\n\n<div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-le3wsj2k uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-false uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height     \" data-faqtoggle=\"true\" role=\"tablist\"><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-78u6x3rh \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<p class=\"uagb-question\"><strong><b>What makes SIS different from other wealth management firms?<\/b><\/strong><\/p><\/div><div class=\"uagb-faq-content\"><p><span style=\"font-weight: 400\">SIS stands out with its global reach, access to exclusive opportunities, data-driven insights, and a deeply personalized approach. We combine financial expertise with transparent communication and long-term value creation.<\/span><\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-7l0crnim \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<p class=\"uagb-question\"><strong><b>How can SIS help with philanthropic goals?<\/b><\/strong><\/p><\/div><div class=\"uagb-faq-content\"><p><span style=\"font-weight: 400\">We help ultra-high-net-worth individuals align their wealth with their values by identifying impactful causes, establishing charitable foundations or funds, and measuring the effectiveness of their philanthropic efforts.<\/span><\/p><\/div><\/div><\/div><\/div>\n<\/div><\/div>\n\n\n\n<p><\/p>\n\n\n\n<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n\n<script>\n    tailwind.config = {\n        corePlugins: {\n            preflight: false,\n        },\n        theme: {\n            extend: {\n                fontFamily: {\n                    'sans': ['Inter', 'sans-serif'],\n                }\n            }\n        }\n    }\n<\/script>\n\n<style>\n    \/* RENAMED ANIMATION *\/\n    @keyframes contact-slow-pan {\n        0% { background-position: 0% 50%; }\n        100% { background-position: -100% 50%; }\n    }\n\n    #sis-contact-section, #sis-contact-section * {\n        box-sizing: border-box;\n    }\n    \n    .contact-bg-container {\n        position: absolute;\n        inset: 0;\n        z-index: 0;\n        background-image: url('https:\/\/hoirqrkdgbmvpwutwuwj.supabase.co\/storage\/v1\/object\/public\/assets\/assets\/77f55872-adf5-4910-9a7c-d21c0041bbe1_3840w.webp');\n        background-size: cover;\n        background-repeat: repeat-x;\n        opacity: 0.3; \n        animation: contact-slow-pan 120s linear infinite;\n    }\n\n    #sis-contact-section .reveal-on-scroll {\n        opacity: 0;\n        transform: translateY(30px);\n        transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n    \n    #sis-contact-section .reveal-on-scroll.is-visible {\n        opacity: 1;\n        transform: translateY(0);\n    }\n\n    .no-js #sis-contact-section .reveal-on-scroll {\n        opacity: 1;\n        transform: none;\n    }\n<\/style>\n\n<section\n  id=\"sis-contact-section\"\n  class=\"relative w-[96%] max-w-screen-2xl mx-auto my-6 md:my-12 py-24 md:py-56 overflow-hidden bg-gradient-to-br from-[#085589] via-[#042d4a] to-black font-sans rounded-3xl md:rounded-[50px]\">\n  \n  <div class=\"contact-bg-container pointer-events-none\"><\/div>\n\n  <div class=\"pointer-events-none absolute inset-0 z-0 overflow-hidden\">\n    <div class=\"absolute -left-20 top-0 h-[100vh] w-[80vh] rounded-full blur-3xl opacity-20\"\n      style=\"background: radial-gradient(closest-side, rgba(8, 85, 137, 0.8), rgba(0,0,0,0));\"><\/div>\n  <\/div>\n  \n  <div class=\"relative z-10 max-w-4xl mx-auto px-4 md:px-6\">\n    <div class=\"text-center\">\n      <span class=\"reveal-on-scroll inline-flex items-center gap-2 rounded-full border border-white\/20 bg-white\/5 px-3 py-1.5 text-xs\" style=\"color: #bd9013 !important;\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"h-4 w-4\"><path d=\"M4 6l8 5 8-5\"><\/path><rect width=\"20\" height=\"14\" x=\"2\" y=\"5\" rx=\"2\"><\/rect><\/svg>\n            Let's Work Together\n      <\/span>\n      \n      <h6 class=\"reveal-on-scroll mt-4 text-3xl md:text-6xl tracking-tight font-semibold text-white\" data-delay=\"100\" style=\"margin: 1.5rem 0; color: #ffffff !important;\">\n        Ready to <span class=\"font-medium text-neutral-200\" style=\"color: #e5e5e5 !important;\">start your project?<\/span>\n      <\/h6>\n      \n      <p class=\"reveal-on-scroll mt-4 text-white font-bold text-base md:text-lg max-w-2xl mx-auto\" data-delay=\"200\" style=\"color: #ffffff !important;\">\n      <\/p>\n    <\/div>\n  \n    <div class=\"mt-12 md:mt-20 grid grid-cols-1 md:grid-cols-2 gap-6 md:gap-8\">\n      \n      <div class=\"reveal-on-scroll relative rounded-2xl border border-white\/20 bg-white\/5 p-6 md:p-8 backdrop-blur-sm\" data-delay=\"300\">\n        <h3 class=\"text-xl font-semibold text-white mb-6\" style=\"color: #ffffff !important;\">Send a Message<\/h3>\n        \n        <form action=\"https:\/\/formsubmit.co\/research2@sisinternational.com\" method=\"POST\" class=\"space-y-4 md:space-y-6\">\n          <input type=\"hidden\" name=\"_captcha\" value=\"false\">\n          <input type=\"hidden\" name=\"_subject\" value=\"New Website Inquiry\">\n\n          <div class=\"grid grid-cols-1 md:grid-cols-2 gap-4\">\n            <div>\n              <label class=\"block text-sm font-medium text-white mb-2\" style=\"color: #ffffff !important;\">Name<\/label>\n              <input name=\"name\" type=\"text\" required\n                     class=\"w-full rounded-lg border border-neutral-300 bg-white px-4 py-3 text-base text-black placeholder-neutral-500 focus:border-white focus:ring-2 focus:ring-white\/20 focus:outline-none transition-all\" \n                     placeholder=\"Your name\" \n                     style=\"color: black !important;\">\n            <\/div>\n            <div>\n              <label class=\"block text-sm font-medium text-white mb-2\" style=\"color: #ffffff !important;\">Email<\/label>\n              <input name=\"email\" type=\"email\" required\n                     class=\"w-full rounded-lg border border-neutral-300 bg-white px-4 py-3 text-base text-black placeholder-neutral-500 focus:border-white focus:ring-2 focus:ring-white\/20 focus:outline-none transition-all\" \n                     placeholder=\"your@email.com\" \n                     style=\"color: black !important;\">\n            <\/div>\n          <\/div>\n\n          <div class=\"grid grid-cols-1 md:grid-cols-2 gap-4\">\n            <div>\n              <label class=\"block text-sm font-medium text-white mb-2\" style=\"color: #ffffff !important;\">Title<\/label>\n              <input name=\"title\" type=\"text\"\n                     class=\"w-full rounded-lg border border-neutral-300 bg-white px-4 py-3 text-base text-black placeholder-neutral-500 focus:border-white focus:ring-2 focus:ring-white\/20 focus:outline-none transition-all\" \n                     placeholder=\"Your Job Title\" \n                     style=\"color: black !important;\">\n            <\/div>\n            <div>\n              <label class=\"block text-sm font-medium text-white mb-2\" style=\"color: #ffffff !important;\">Company<\/label>\n              <input name=\"company\" type=\"text\"\n                     class=\"w-full rounded-lg border border-neutral-300 bg-white px-4 py-3 text-base text-black placeholder-neutral-500 focus:border-white focus:ring-2 focus:ring-white\/20 focus:outline-none transition-all\" \n                     placeholder=\"Company Name\" \n                     style=\"color: black !important;\">\n            <\/div>\n          <\/div>\n\n          <div class=\"grid grid-cols-1 md:grid-cols-2 gap-4\">\n             <div>\n              <label class=\"block text-sm font-medium text-white mb-2\" style=\"color: #ffffff !important;\">Industry<\/label>\n              <input name=\"industry\" type=\"text\"\n                     class=\"w-full rounded-lg border border-neutral-300 bg-white px-4 py-3 text-base text-black placeholder-neutral-500 focus:border-white focus:ring-2 focus:ring-white\/20 focus:outline-none transition-all\" \n                     placeholder=\"e.g. Healthcare, Tech\" \n                     style=\"color: black !important;\">\n            <\/div>\n            <div>\n              <label class=\"block text-sm font-medium text-white mb-2\" style=\"color: #ffffff !important;\">Market Sectors<\/label>\n              <input name=\"market_sectors\" type=\"text\"\n                     class=\"w-full rounded-lg border border-neutral-300 bg-white px-4 py-3 text-base text-black placeholder-neutral-500 focus:border-white focus:ring-2 focus:ring-white\/20 focus:outline-none transition-all\" \n                     placeholder=\"e.g. B2B, Consumer\" \n                     style=\"color: black !important;\">\n            <\/div>\n          <\/div>\n\n          <div>\n            <label class=\"block text-sm font-medium text-white mb-2\" style=\"color: #ffffff !important;\">Frequency<\/label>\n            <select name=\"frequency\" \n                    class=\"w-full rounded-lg border border-neutral-300 bg-white px-4 py-3 text-base text-black focus:border-white focus:outline-none transition-all\" \n                    style=\"color: black !important;\">\n                  <option value=\"Monthly\">Monthly<\/option>\n                  <option value=\"Quarterly\">Quarterly<\/option>\n                  <option value=\"Annually\">Annually<\/option>\n            <\/select>\n          <\/div>\n          \n          <button type=\"submit\" class=\"group w-full inline-flex items-center justify-center gap-2 rounded-lg bg-white text-black font-semibold border border-transparent px-6 py-3 hover:bg-neutral-200 hover:text-[#bf8e15] transition-all cursor-pointer\">\n                <span>Send Message<\/span>\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"h-4 w-4 transition-transform group-hover:translate-x-1\"><path d=\"m22 2-7 20-4-9-9-4Z\"><\/path><path d=\"M22 2 11 13\"><\/path><\/svg>\n          <\/button>\n        <\/form>\n      <\/div>\n  \n      <div class=\"space-y-6 md:space-y-8\">\n        \n        <div class=\"reveal-on-scroll relative rounded-2xl border border-white\/20 bg-white\/5 p-6 backdrop-blur-sm\" data-delay=\"400\">\n          <div class=\"flex flex-col sm:flex-row items-start sm:items-center gap-4\">\n            <div class=\"h-12 w-12 flex-shrink-0 flex items-center justify-center rounded-xl bg-white\/10 border border-white\/20\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"h-6 w-6 text-white\" style=\"color: white !important;\"><path d=\"M4 6l8 5 8-5\"><\/path><rect width=\"20\" height=\"14\" x=\"2\" y=\"5\" rx=\"2\"><\/rect><\/svg>\n            <\/div>\n            <div class=\"overflow-hidden\">\n              <h3 class=\"text-lg font-semibold text-white\" style=\"color: #ffffff !important;\">Email<\/h3>\n              \n              <a href=\"mailto:research2@sisinternational.com\" class=\"hover:underline transition-colors font-medium break-all sm:break-normal\" style=\"color: #ffffff !important;\">research2@sisinternational.com<\/a>\n            \n            <\/div>\n          <\/div>\n        <\/div>\n  \n        <div class=\"reveal-on-scroll relative rounded-2xl border border-white\/20 bg-white\/5 p-6 backdrop-blur-sm\" data-delay=\"500\">\n          <h3 class=\"text-lg font-semibold text-white mb-4\" style=\"color: #ffffff !important;\">Follow Us<\/h3>\n          <div class=\"flex items-center gap-4\">\n            \n            <a href=\"https:\/\/x.com\/SISIntlResearch\" target=\"_blank\" class=\"flex items-center justify-center w-10 h-10 rounded-lg bg-white\/10 text-white hover:bg-white\/20 transition\" style=\"color: white !important;\">\n              <svg role=\"img\" viewBox=\"0 0 24 24\" fill=\"currentColor\" class=\"w-5 h-5\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"fill: white !important; color: white !important;\">\n                <path d=\"M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z\"\/>\n              <\/svg>\n            <\/a>\n            \n            <a href=\"https:\/\/www.linkedin.com\/company\/sisinternationalresearch\/\" target=\"_blank\" class=\"flex items-center justify-center w-10 h-10 rounded-lg bg-white\/10 text-white hover:bg-white\/20 transition\" style=\"color: white !important;\" rel=\"noopener\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"color: white !important;\"><path d=\"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z\"><\/path><rect width=\"4\" height=\"12\" x=\"2\" y=\"9\"><\/rect><circle cx=\"4\" cy=\"4\" r=\"2\"><\/circle><\/svg>\n            <\/a>\n\n          <\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/div>\n  \n  <div class=\"absolute bottom-0 left-0 right-0 pointer-events-none z-10\">\n    <div class=\"absolute bottom-0 left-1\/2 -translate-x-1\/2 opacity-25 w-[60%] h-8\"\n      style=\"background: radial-gradient(ellipse 80% 100% at 50% 100%, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.2) 30%, transparent 70%);\">\n    <\/div>\n    <div class=\"h-px bg-white\/10 w-full\"><\/div>\n  <\/div>\n<\/section>\n\n<script>\n    (function() {\n        function initAnimations() {\n            const observerOptions = {\n                threshold: 0.1,\n                rootMargin: \"50px\"\n            };\n\n            const observer = new IntersectionObserver((entries) => {\n                entries.forEach((entry) => {\n                    if (entry.isIntersecting) {\n                        entry.target.classList.add(\"is-visible\");\n                    }\n                });\n            }, observerOptions);\n\n            const animatedElements = document.querySelectorAll(\"#sis-contact-section .reveal-on-scroll\");\n            \n            if (animatedElements.length === 0) return;\n\n            animatedElements.forEach((el) => observer.observe(el));\n        }\n\n        if (document.readyState === \"complete\" || document.readyState === \"interactive\") {\n            setTimeout(initAnimations, 100);\n        } else {\n            document.addEventListener(\"DOMContentLoaded\", initAnimations);\n        }\n    })();\n<\/script>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"our-facility-location-in-new-york\">Our Facility Location in New York<\/h2>\n\n\n\n<p>\n\n\n\n<iframe loading=\"lazy\" src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3022.976188376966!2d-73.99130312499956!3d40.740549471389315!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c259a15798c731%3A0xd695d09bdd495f25!2s11%20E%2022nd%20St%20FL%202%2C%20New%20York%2C%20NY%2010010%2C%20USA!5e0!3m2!1sen!2spe!4v1726171763526!5m2!1sen!2spe\" width=\"600\" height=\"450\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"><\/iframe>\n\n\n\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">11 E 22nd Street, Floor 2, New York, NY 10010&nbsp; T: +1(212) 505-6805<\/h3>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"about-sis-international\"><span style=\"font-weight: 400;\">About SIS International<\/span><\/h2>\n\n\n\n<p><a href=\"https:\/\/www.sisinternational.com\/\"><span style=\"font-weight: 400;\">SIS <\/span><\/a><span style=\"font-weight: 400;\">International offers Quantitative, Qualitative, and Strategy Research. We provide data, tools, strategies, reports, and insights for decision-making. We also conduct interviews, surveys, focus groups, and other Market Research methods and approaches. <\/span>Contact us&nbsp;for<span style=\"font-weight: 400;\"> your next Market Research project.<\/span><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Optimized SIS Hero with Unicorn Studio On the ground, around the world Ultra High Net Worth Wealth Management Services We provide actionable insights to optimize your digital touchpoints and drive customer loyalty in a competitive global market. SIS International Research &amp; Strategy Insights At SIS International Research, we\u2019ve spent decades helping clients navigate the challenges &#8230; <a title=\"Ultra High Net Worth Wealth Management Services\" class=\"read-more\" href=\"https:\/\/www.sisinternational.com\/nl\/oplossingen\/strategieconsulting\/financial-services-consulting\/ultra-high-net-worth-wealth-management-services\/\" aria-label=\"Lees meer over Ultra High Net Worth Wealth Management Services\">Lees meer<\/a><\/p>","protected":false},"author":1,"featured_media":64031,"parent":55793,"menu_order":2,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-55824","page","type-page","status-publish","has-post-thumbnail"],"uagb_featured_image_src":{"full":["https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/CEO-CIO-manager-9.jpg",1456,816,false],"thumbnail":["https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/CEO-CIO-manager-9-150x150.jpg",150,150,true],"medium":["https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/CEO-CIO-manager-9-300x168.jpg",300,168,true],"medium_large":["https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/CEO-CIO-manager-9-768x430.jpg",768,430,true],"large":["https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/CEO-CIO-manager-9-1024x574.jpg",1024,574,true],"1536x1536":["https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/CEO-CIO-manager-9.jpg",1456,816,false],"2048x2048":["https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/CEO-CIO-manager-9.jpg",1456,816,false],"trp-custom-language-flag":["https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/08\/CEO-CIO-manager-9-18x10.jpg",18,10,true]},"uagb_author_info":{"display_name":"Ruth Stanat","author_link":"https:\/\/www.sisinternational.com\/nl\/author\/expert\/"},"uagb_comment_info":0,"uagb_excerpt":"Optimized SIS Hero with Unicorn Studio On the ground, around the world Ultra High Net Worth Wealth Management Services We provide actionable insights to optimize your digital touchpoints and drive customer loyalty in a competitive global market. SIS International Research &amp; Strategy Insights At SIS International Research, we\u2019ve spent decades helping clients navigate the challenges&hellip;","_links":{"self":[{"href":"https:\/\/www.sisinternational.com\/nl\/wp-json\/wp\/v2\/pages\/55824","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sisinternational.com\/nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.sisinternational.com\/nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.sisinternational.com\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sisinternational.com\/nl\/wp-json\/wp\/v2\/comments?post=55824"}],"version-history":[{"count":36,"href":"https:\/\/www.sisinternational.com\/nl\/wp-json\/wp\/v2\/pages\/55824\/revisions"}],"predecessor-version":[{"id":84772,"href":"https:\/\/www.sisinternational.com\/nl\/wp-json\/wp\/v2\/pages\/55824\/revisions\/84772"}],"up":[{"embeddable":true,"href":"https:\/\/www.sisinternational.com\/nl\/wp-json\/wp\/v2\/pages\/55793"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.sisinternational.com\/nl\/wp-json\/wp\/v2\/media\/64031"}],"wp:attachment":[{"href":"https:\/\/www.sisinternational.com\/nl\/wp-json\/wp\/v2\/media?parent=55824"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}