{"id":2550,"date":"2026-03-04T14:17:20","date_gmt":"2026-03-04T14:17:20","guid":{"rendered":"https:\/\/merelgroup.com\/?page_id=2550"},"modified":"2026-03-04T16:29:26","modified_gmt":"2026-03-04T16:29:26","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/merelgroup.com\/?page_id=2550","title":{"rendered":"Contact Us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2550\" class=\"elementor elementor-2550\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0677af2 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"0677af2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b501b7b elementor-widget elementor-widget-html\" data-id=\"b501b7b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Contact Us - Merel Group<\/title>\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n    <style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        :root {\r\n            --dark-blue: #0d1b2a;\r\n            --yellow: #ffd700;\r\n            --white: #ffffff;\r\n            --black: #000000;\r\n            --gray-light: #f5f5f5;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\r\n            line-height: 1.6;\r\n            color: var(--black);\r\n            overflow-x: hidden;\r\n        }\r\n\r\n        \/* Hero Section *\/\r\n        .hero {\r\n            height: 100vh;\r\n            background: linear-gradient(rgba(13, 27, 42, 0.85), rgba(13, 27, 42, 0.85)), \r\n                        url('https:\/\/merelgroup.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-04-at-16.20.39.jpeg');\r\n            background-size: cover;\r\n            background-position: center;\r\n            background-attachment: fixed;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            text-align: center;\r\n            position: relative;\r\n        }\r\n\r\n        .hero-content {\r\n            color: var(--white);\r\n            max-width: 800px;\r\n            padding: 2rem;\r\n            animation: fadeInUp 1s ease;\r\n        }\r\n\r\n        .hero h1 {\r\n            font-size: 3.5rem;\r\n            margin-bottom: 1rem;\r\n            text-transform: uppercase;\r\n            letter-spacing: 3px;\r\n            color: var(--white);\r\n        }\r\n\r\n        .hero h1 span {\r\n            color: var(--yellow);\r\n        }\r\n\r\n        .hero p {\r\n            font-size: 1.5rem;\r\n            color: var(--white);\r\n            font-weight: 300;\r\n        }\r\n\r\n        .scroll-indicator {\r\n            position: absolute;\r\n            bottom: 30px;\r\n            left: 50%;\r\n            transform: translateX(-50%);\r\n            color: var(--yellow);\r\n            font-size: 2rem;\r\n            animation: bounce 2s infinite;\r\n        }\r\n\r\n        \/* Contact Info Section *\/\r\n        .contact-info {\r\n            background-color: var(--white);\r\n            padding: 5rem 5%;\r\n            position: relative;\r\n        }\r\n\r\n        .container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        .section-title {\r\n            text-align: center;\r\n            margin-bottom: 3rem;\r\n        }\r\n\r\n        .section-title h2 {\r\n            font-size: 2.5rem;\r\n            color: var(--dark-blue);\r\n            margin-bottom: 1rem;\r\n            position: relative;\r\n            display: inline-block;\r\n        }\r\n\r\n        .section-title h2::after {\r\n            content: '';\r\n            position: absolute;\r\n            bottom: -10px;\r\n            left: 50%;\r\n            transform: translateX(-50%);\r\n            width: 80px;\r\n            height: 4px;\r\n            background-color: var(--yellow);\r\n        }\r\n\r\n        .section-title p {\r\n            color: var(--black);\r\n            font-size: 1.2rem;\r\n        }\r\n\r\n        .contact-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n            gap: 2rem;\r\n            margin-top: 3rem;\r\n        }\r\n\r\n        .contact-card {\r\n            background: var(--white);\r\n            padding: 2.5rem;\r\n            border-radius: 10px;\r\n            text-align: center;\r\n            box-shadow: 0 5px 20px rgba(0,0,0,0.1);\r\n            transition: transform 0.3s, box-shadow 0.3s;\r\n            border-top: 4px solid var(--yellow);\r\n        }\r\n\r\n        .contact-card:hover {\r\n            transform: translateY(-10px);\r\n            box-shadow: 0 15px 40px rgba(0,0,0,0.2);\r\n        }\r\n\r\n        .contact-icon {\r\n            width: 80px;\r\n            height: 80px;\r\n            background: var(--dark-blue);\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin: 0 auto 1.5rem;\r\n            color: var(--yellow);\r\n            font-size: 2rem;\r\n        }\r\n\r\n        .contact-card h3 {\r\n            color: var(--dark-blue);\r\n            font-size: 1.5rem;\r\n            margin-bottom: 1rem;\r\n        }\r\n\r\n        .contact-card p, .contact-card a {\r\n            color: var(--black);\r\n            font-size: 1.1rem;\r\n            text-decoration: none;\r\n            line-height: 1.8;\r\n        }\r\n\r\n        .contact-card a:hover {\r\n            color: var(--yellow);\r\n            background-color: var(--dark-blue);\r\n            padding: 2px 5px;\r\n            border-radius: 3px;\r\n            transition: all 0.3s;\r\n        }\r\n\r\n        .hours-badge {\r\n            display: inline-block;\r\n            background: var(--yellow);\r\n            color: var(--dark-blue);\r\n            padding: 0.5rem 1rem;\r\n            border-radius: 20px;\r\n            font-weight: bold;\r\n            margin-top: 0.5rem;\r\n        }\r\n\r\n        \/* Inquiry Sections *\/\r\n        .inquiry-section {\r\n            background-color: var(--dark-blue);\r\n            padding: 5rem 5%;\r\n        }\r\n\r\n        .inquiry-section .section-title h2 {\r\n            color: var(--white);\r\n        }\r\n\r\n        .inquiry-section .section-title p {\r\n            color: var(--white);\r\n        }\r\n\r\n        .inquiry-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\r\n            gap: 2rem;\r\n            margin-top: 3rem;\r\n        }\r\n\r\n        .inquiry-card {\r\n            background: var(--white);\r\n            border-radius: 10px;\r\n            overflow: hidden;\r\n            box-shadow: 0 5px 20px rgba(0,0,0,0.3);\r\n            transition: transform 0.3s;\r\n        }\r\n\r\n        .inquiry-card:hover {\r\n            transform: translateY(-5px);\r\n        }\r\n\r\n        .inquiry-header {\r\n            background: var(--dark-blue);\r\n            color: var(--white);\r\n            padding: 2rem;\r\n            position: relative;\r\n            overflow: hidden;\r\n            border-bottom: 3px solid var(--yellow);\r\n        }\r\n\r\n        .inquiry-header i {\r\n            font-size: 3rem;\r\n            color: var(--yellow);\r\n            margin-bottom: 1rem;\r\n        }\r\n\r\n        .inquiry-header h3 {\r\n            font-size: 1.5rem;\r\n            margin-bottom: 0.5rem;\r\n            color: var(--white);\r\n        }\r\n\r\n        .inquiry-body {\r\n            padding: 2rem;\r\n        }\r\n\r\n        .inquiry-body p {\r\n            color: var(--black);\r\n            line-height: 1.8;\r\n            margin-bottom: 1rem;\r\n        }\r\n\r\n        .inquiry-highlight {\r\n            background: var(--yellow);\r\n            color: var(--dark-blue);\r\n            padding: 0.5rem 1rem;\r\n            border-radius: 5px;\r\n            font-weight: bold;\r\n            display: inline-block;\r\n            margin: 0.5rem 0;\r\n        }\r\n\r\n        \/* Additional Info Section *\/\r\n        .additional-info {\r\n            background: var(--dark-blue);\r\n            color: var(--white);\r\n            padding: 5rem 5%;\r\n            position: relative;\r\n            overflow: hidden;\r\n            border-top: 4px solid var(--yellow);\r\n        }\r\n\r\n        .additional-info::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: -50%;\r\n            right: -10%;\r\n            width: 600px;\r\n            height: 600px;\r\n            background: var(--yellow);\r\n            border-radius: 50%;\r\n            opacity: 0.05;\r\n        }\r\n\r\n        .additional-info * {\r\n            color: var(--white);\r\n        }\r\n\r\n        .additional-info .section-title h2 {\r\n            color: var(--white);\r\n        }\r\n\r\n        .additional-info .section-title p {\r\n            color: var(--white);\r\n        }\r\n\r\n        .info-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 3rem;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .info-item {\r\n            text-align: center;\r\n        }\r\n\r\n        .info-item i {\r\n            font-size: 3rem;\r\n            color: var(--yellow);\r\n            margin-bottom: 1rem;\r\n        }\r\n\r\n        .info-item h4 {\r\n            font-size: 1.3rem;\r\n            margin-bottom: 0.5rem;\r\n            color: var(--white);\r\n            font-weight: 600;\r\n        }\r\n\r\n        .info-item p {\r\n            color: var(--white);\r\n            line-height: 1.6;\r\n        }\r\n\r\n        \/* Footer *\/\r\n        footer {\r\n            background: var(--dark-blue);\r\n            color: var(--white);\r\n            text-align: center;\r\n            padding: 2rem;\r\n            border-top: 3px solid var(--yellow);\r\n        }\r\n\r\n        footer * {\r\n            color: var(--white);\r\n        }\r\n\r\n        footer p {\r\n            margin: 0.5rem 0;\r\n            color: var(--white);\r\n        }\r\n\r\n        .social-links {\r\n            margin-top: 1rem;\r\n        }\r\n\r\n        .social-links a {\r\n            color: var(--white);\r\n            font-size: 1.5rem;\r\n            margin: 0 1rem;\r\n            transition: color 0.3s;\r\n        }\r\n\r\n        .social-links a:hover {\r\n            color: var(--yellow);\r\n        }\r\n\r\n        \/* Animations *\/\r\n        @keyframes fadeInUp {\r\n            from {\r\n                opacity: 0;\r\n                transform: translateY(30px);\r\n            }\r\n            to {\r\n                opacity: 1;\r\n                transform: translateY(0);\r\n            }\r\n        }\r\n\r\n        @keyframes bounce {\r\n            0%, 20%, 50%, 80%, 100% {\r\n                transform: translateX(-50%) translateY(0);\r\n            }\r\n            40% {\r\n                transform: translateX(-50%) translateY(-10px);\r\n            }\r\n            60% {\r\n                transform: translateX(-50%) translateY(-5px);\r\n            }\r\n        }\r\n\r\n        \/* Responsive Design *\/\r\n        @media (max-width: 768px) {\r\n            .hero h1 {\r\n                font-size: 2rem;\r\n            }\r\n            \r\n            .hero p {\r\n                font-size: 1.2rem;\r\n            }\r\n            \r\n            .contact-grid,\r\n            .inquiry-grid {\r\n                grid-template-columns: 1fr;\r\n            }\r\n        }\r\n\r\n        \/* Smooth Scroll *\/\r\n        html {\r\n            scroll-behavior: smooth;\r\n        }\r\n\r\n        \/* Loading Animation *\/\r\n        .fade-in {\r\n            opacity: 0;\r\n            transform: translateY(20px);\r\n            transition: opacity 0.6s ease, transform 0.6s ease;\r\n        }\r\n\r\n        .fade-in.visible {\r\n            opacity: 1;\r\n            transform: translateY(0);\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <!-- Hero Section -->\r\n    <section class=\"hero\" id=\"home\">\r\n        <div class=\"hero-content\">\r\n            <h1>Contact <span>Merel Group<\/span><\/h1>\r\n            <p>Strategic Conversations Start Here.<\/p>\r\n        <\/div>\r\n        <div class=\"scroll-indicator\">\r\n            <i class=\"fas fa-chevron-down\"><\/i>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Contact Information Section -->\r\n    <section class=\"contact-info\" id=\"contact\">\r\n        <div class=\"container\">\r\n            <div class=\"section-title fade-in\">\r\n                <h2>Get In Touch<\/h2>\r\n                <p>We're here to help and answer any questions you may have<\/p>\r\n            <\/div>\r\n\r\n            <div class=\"contact-grid\">\r\n                <div class=\"contact-card fade-in\">\r\n                    <div class=\"contact-icon\">\r\n                        <i class=\"fas fa-phone-alt\"><\/i>\r\n                    <\/div>\r\n                    <h3>Phone<\/h3>\r\n                    <p>\r\n                        <a href=\"tel:XXXXXXXXXX\">(XXX) XXX-XXXX<\/a>\r\n                    <\/p>\r\n                    <p style=\"margin-top: 1rem; font-size: 0.9rem; color: #666;\">Monday - Friday<br>8:00 AM - 5:00 PM CST<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"contact-card fade-in\">\r\n                    <div class=\"contact-icon\">\r\n                        <i class=\"fas fa-envelope\"><\/i>\r\n                    <\/div>\r\n                    <h3>Email<\/h3>\r\n                    <p>\r\n                        <a href=\"mailto:info@merelgroup.com\">info@merelgroup.com<\/a>\r\n                    <\/p>\r\n                    <p style=\"margin-top: 1rem; font-size: 0.9rem; color: #666;\">We'll respond within 24 hours<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"contact-card fade-in\">\r\n                    <div class=\"contact-icon\">\r\n                        <i class=\"fas fa-clock\"><\/i>\r\n                    <\/div>\r\n                    <h3>Business Hours<\/h3>\r\n                    <p>\r\n                        <span class=\"hours-badge\">Mon - Fri<\/span>\r\n                    <\/p>\r\n                    <p style=\"margin-top: 1rem; color: var(--black);\">\r\n                        8:00 AM - 5:00 PM<br>\r\n                        Central Standard Time\r\n                    <\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Inquiry Types Section -->\r\n    <section class=\"inquiry-section\">\r\n        <div class=\"container\">\r\n            <div class=\"section-title fade-in\">\r\n                <h2>How Can We Help?<\/h2>\r\n                <p>Choose the category that best fits your inquiry<\/p>\r\n            <\/div>\r\n\r\n            <div class=\"inquiry-grid\">\r\n                <!-- General Inquiries -->\r\n                <div class=\"inquiry-card fade-in\">\r\n                    <div class=\"inquiry-header\">\r\n                        <i class=\"fas fa-comments\"><\/i>\r\n                        <h3>General Inquiries<\/h3>\r\n                    <\/div>\r\n                    <div class=\"inquiry-body\">\r\n                        <p>For general questions regarding Merel Group or our portfolio companies, please contact us by phone or email and a member of our team will respond promptly.<\/p>\r\n                        <div class=\"inquiry-highlight\">\r\n                            <i class=\"fas fa-phone\"><\/i> (XXX) XXX-XXXX\r\n                        <\/div>\r\n                        <div class=\"inquiry-highlight\">\r\n                            <i class=\"fas fa-envelope\"><\/i> info@merelgroup.com\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Partnership & Investment -->\r\n                <div class=\"inquiry-card fade-in\">\r\n                    <div class=\"inquiry-header\">\r\n                        <i class=\"fas fa-handshake\"><\/i>\r\n                        <h3>Partnership & Investment<\/h3>\r\n                    <\/div>\r\n                    <div class=\"inquiry-body\">\r\n                        <p>If you are interested in exploring strategic partnerships, investment opportunities, or portfolio collaboration, please include relevant details in your inquiry so we can direct your message to the appropriate executive team member.<\/p>\r\n                        <div class=\"inquiry-highlight\">\r\n                            <i class=\"fas fa-briefcase\"><\/i> Strategic Opportunities\r\n                        <\/div>\r\n                        <p style=\"margin-top: 1rem; font-size: 0.9rem;\">\r\n                            <i class=\"fas fa-info-circle\" style=\"color: var(--dark-blue);\"><\/i> \r\n                            Please include company details and opportunity overview\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Media & Press -->\r\n                <div class=\"inquiry-card fade-in\">\r\n                    <div class=\"inquiry-header\">\r\n                        <i class=\"fas fa-newspaper\"><\/i>\r\n                        <h3>Media & Press<\/h3>\r\n                    <\/div>\r\n                    <div class=\"inquiry-body\">\r\n                        <p>For press or media-related requests, please indicate <span class=\"inquiry-highlight\">\"Media Inquiry\"<\/span> in the subject line of your email.<\/p>\r\n                        <div class=\"inquiry-highlight\">\r\n                            <i class=\"fas fa-envelope\"><\/i> info@merelgroup.com\r\n                        <\/div>\r\n                        <p style=\"margin-top: 1rem; font-size: 0.9rem;\">\r\n                            <i class=\"fas fa-tag\" style=\"color: var(--dark-blue);\"><\/i> \r\n                            Subject: Media Inquiry\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Additional Information -->\r\n    <section class=\"additional-info\">\r\n        <div class=\"container\">\r\n            <div class=\"section-title fade-in\">\r\n                <h2>Why Contact Merel Group?<\/h2>\r\n                <p>Building relationships that drive success<\/p>\r\n            <\/div>\r\n\r\n            <div class=\"info-grid\">\r\n                <div class=\"info-item fade-in\">\r\n                    <i class=\"fas fa-users\"><\/i>\r\n                    <h4>Expert Team<\/h4>\r\n                    <p>Our experienced professionals are ready to assist you with any inquiry<\/p>\r\n                <\/div>\r\n                <div class=\"info-item fade-in\">\r\n                    <i class=\"fas fa-bolt\"><\/i>\r\n                    <h4>Quick Response<\/h4>\r\n                    <p>We pride ourselves on prompt and professional communication<\/p>\r\n                <\/div>\r\n                <div class=\"info-item fade-in\">\r\n                    <i class=\"fas fa-shield-alt\"><\/i>\r\n                    <h4>Confidential<\/h4>\r\n                    <p>All inquiries are handled with the utmost confidentiality<\/p>\r\n                <\/div>\r\n                <div class=\"info-item fade-in\">\r\n                    <i class=\"fas fa-globe\"><\/i>\r\n                    <h4>Global Reach<\/h4>\r\n                    <p>Connecting opportunities across markets and industries<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Footer -->\r\n    <footer>\r\n        <p>&copy; 2026 Merel Group. All rights reserved.<\/p>\r\n        <p>Corporate Office | Strategic Investments | Portfolio Management<\/p>\r\n        <div class=\"social-links\">\r\n            <a href=\"#\"><i class=\"fab fa-linkedin\"><\/i><\/a>\r\n            <a href=\"#\"><i class=\"fab fa-twitter\"><\/i><\/a>\r\n            <a href=\"#\"><i class=\"fab fa-facebook\"><\/i><\/a>\r\n        <\/div>\r\n    <\/footer>\r\n\r\n    <script>\r\n        \/\/ Fade in animation on scroll\r\n        const observerOptions = {\r\n            threshold: 0.1,\r\n            rootMargin: \"0px 0px -50px 0px\"\r\n        };\r\n\r\n        const observer = new IntersectionObserver(function(entries) {\r\n            entries.forEach(entry => {\r\n                if (entry.isIntersecting) {\r\n                    entry.target.classList.add('visible');\r\n                }\r\n            });\r\n        }, observerOptions);\r\n\r\n        document.querySelectorAll('.fade-in').forEach((el) => observer.observe(el));\r\n\r\n        \/\/ Phone number click tracking (placeholder)\r\n        document.querySelectorAll('a[href^=\"tel:\"]').forEach(link => {\r\n            link.addEventListener('click', () => {\r\n                console.log('Phone call initiated');\r\n            });\r\n        });\r\n\r\n        \/\/ Email click tracking (placeholder)\r\n        document.querySelectorAll('a[href^=\"mailto:\"]').forEach(link => {\r\n            link.addEventListener('click', () => {\r\n                console.log('Email client opened');\r\n            });\r\n        });\r\n\r\n        \/\/ Dynamic business hours status\r\n        function updateBusinessHours() {\r\n            const now = new Date();\r\n            const day = now.getDay();\r\n            const hour = now.getHours();\r\n            const minute = now.getMinutes();\r\n            const currentTime = hour + (minute \/ 60);\r\n            \r\n            \/\/ Check if it's weekday (1-5) and between 8 AM and 5 PM CST\r\n            const isOpen = day >= 1 && day <= 5 && currentTime >= 8 && currentTime < 17;\r\n            \r\n            const statusElements = document.querySelectorAll('.hours-badge');\r\n            statusElements.forEach(el => {\r\n                if (isOpen) {\r\n                    el.style.background = '#4CAF50';\r\n                    el.style.color = 'white';\r\n                    el.innerHTML = '<i class=\"fas fa-check-circle\"><\/i> Open Now';\r\n                } else {\r\n                    el.style.background = '#ffd700';\r\n                    el.style.color = 'var(--dark-blue)';\r\n                    el.innerHTML = 'Mon - Fri';\r\n                }\r\n            });\r\n        }\r\n\r\n        \/\/ Update business hours on load\r\n        updateBusinessHours();\r\n    <\/script>\r\n<\/body>\r\n<\/html>\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>Contact Us &#8211; Merel Group Contact Merel Group Strategic Conversations Start Here. Get In Touch We&#8217;re here to help and answer any questions you may have Phone (XXX) XXX-XXXX Monday &#8211; Friday8:00 AM &#8211; 5:00 PM CST Email info@merelgroup.com We&#8217;ll respond within 24 hours Business Hours Mon &#8211; Fri 8:00 AM &#8211; 5:00 PM Central Standard Time How Can We Help? Choose the category that best fits your inquiry General Inquiries For general questions regarding Merel Group or our portfolio companies, please contact us by phone or email and a member of our team will respond promptly. (XXX) XXX-XXXX info@merelgroup.com Partnership &#038; Investment If you are interested in exploring strategic partnerships, investment opportunities, or portfolio collaboration, please include relevant details in your inquiry so we can direct your message to the appropriate executive team member. Strategic Opportunities Please include company details and opportunity overview Media &#038; Press For press or media-related requests, please indicate &#8220;Media Inquiry&#8221; in the subject line of your email. info@merelgroup.com Subject: Media Inquiry Why Contact Merel Group? Building relationships that drive success Expert Team Our experienced professionals are ready to assist you with any inquiry Quick Response We pride ourselves on prompt and professional communication Confidential All inquiries are handled with the utmost confidentiality Global Reach Connecting opportunities across markets and industries &copy; 2026 Merel Group. All rights reserved. Corporate Office | Strategic Investments | Portfolio Management<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2550","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/merelgroup.com\/index.php?rest_route=\/wp\/v2\/pages\/2550","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/merelgroup.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/merelgroup.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/merelgroup.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/merelgroup.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2550"}],"version-history":[{"count":4,"href":"https:\/\/merelgroup.com\/index.php?rest_route=\/wp\/v2\/pages\/2550\/revisions"}],"predecessor-version":[{"id":2600,"href":"https:\/\/merelgroup.com\/index.php?rest_route=\/wp\/v2\/pages\/2550\/revisions\/2600"}],"wp:attachment":[{"href":"https:\/\/merelgroup.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2550"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}