Personalised tool

Your Spain relocation
checklist

Tell us about your situation and we'll build a personalised checklist of everything you need to do — before you leave, when you arrive, and during your first months. Your progress is saved automatically.

Your Spain
relocation checklist

0%
0 of 0 done
💾 Your progress is saved automatically in this browser. Come back any time and your ticks will still be here.
// Highlight active submenu on scroll (function(){ const sections=document.querySelectorAll('[id]'); const items=document.querySelectorAll('.submenu-item'); if(!items.length)return; window.addEventListener('scroll',()=>{ let cur=''; sections.forEach(s=>{if(window.scrollY>=s.offsetTop-120)cur=s.id;}); items.forEach(i=>i.classList.toggle('current',i.getAttribute('href')==='#'+cur)); },{passive:true}); })();