This headline is a temporary placeholder

Tagline

While we're still finalizing our content, we've included this placeholder text to occupy the space temporarily. Once our content is ready, we'll replace this text with the real deal. Placeholder text serves as a helpful tool to visualize how content will appear on our website.

This is a temporary headline

Tagline

This temporary text is utilized solely for demonstration purposes, serving as a stand-in until authentic and finalized content becomes available. Its primary function is to temporarily represent and fill in designated spaces.

I am a button

Sample Post 02

Buy, Mortgage Loans, Residents, Sell

Navigating the Portuguese mortgage market as a non-resident requires understanding specific requirements and processes. This guide provides a comprehensive overview…

nunopassos

Sample Post 03

Buy, Golden Visa, Mortgage Loans, Non residents

Navigating the Portuguese mortgage market as a non-resident requires understanding specific requirements and processes. This guide provides a comprehensive overview…

nunopassos

Sample Post 01

Invest, Non residents

Navigating the Portuguese mortgage market as a non-resident requires understanding specific requirements and processes. This guide provides a comprehensive overview…

nunopassos

document.addEventListener('DOMContentLoaded', (event) => {
  // Give some time for Bricks to init the sliders
  setTimeout(() => {
    // Please replace the ID with your Sliders Bricks Element ID !!NOT CSS ID!!
    const mySlider = window.bricksData?.splideInstances['9fb995'] || false
    const myPrevBtn = document.querySelector('.brxw-slider-arrow-prev')
    const myNextBtn = document.querySelector('.brxw-slider-arrow-next')

    if (mySlider && myPrevBtn && myNextBtn) {
      // Add click event handlers for your custom buttons
      myPrevBtn.addEventListener('click', function () {
        mySlider.go('-1') // go() function by SplideJS
      })
      myNextBtn.addEventListener('click', function () {
        mySlider.go('+1') // go() function by SplideJS
      })
    }
  }, 250)
})