function updateHeaderHeight() {
        // Get the height of #brx-header
        const headerHeight = document.querySelector('#brx-header').offsetHeight;
          
        // Store the height in the CSS custom property --header-height
        document.documentElement.style.setProperty('--brxw-header-height', headerHeight + 'px');
    }

    // Execute the function as soon as the document is ready
    document.addEventListener('DOMContentLoaded', function() {
        updateHeaderHeight();  // Initial update of header height when the document is ready

        // Update the header height on window resize and orientation change
        window.addEventListener('resize', updateHeaderHeight);
        window.addEventListener('orientationchange', updateHeaderHeight);
});

Prudential Life Insurance Ghana — Website & Online Presence

Industry: Life Insurance & Financial Services
Domain: prudential.com.gh
Services: Corporate Website Design & Development, Product Catalogue Architecture, Content Strategy, Brand Digital Presence

Stimuluz designed and built a corporate website for Prudential Life Insurance Ghana, a leading life insurer offering individual and group protection, farewell, education and wealth plans, presenting its full product suite, agent network and corporate information in a clean, trustworthy digital format aimed at policyholders, prospective clients, agents and partners.