Opens in a new tab
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);
});

Thursday, September 11 2025, 3.19pm

The 40-metre yacht Tosum, built in 2022 by Italian shipyard Benetti as part of its Oasis 40M line, is currently sailing off Ibiza. Valued at $20 million with annual running costs of around $2 million, the vessel features a beach club with an infinity pool and folding terraces, as well as a sundeck with Jacuzzi, barbecue and lounge areas. Its interior includes spacious lounges, a spa, massage room and dining facilities, with accommodation for 11 guests across five cabins and space for a crew of nine. The yacht is owned by Osman Ertosun, founder of Excelcare, a UK healthcare and residential services company. Ertosun also owns Foxbury Manor in Kent, a mansion once prepared for Michael Jackson’s planned European stay. The Tosum, part of an award-winning series, has been recognised internationally for its innovative design and approach to luxury yachting.

For the full article, please visit Diario de Ibiza website here.