Sign up to get curated updates, insider insights, and priority attention when you're ready to make a move —
no bots, no spam, just real access.
Join our VIP list, today!
/* FCT: anchor scroll offset (keeps hash jump below sticky header) */
:root { --fct-sticky-offset: 140px; } /* tweak if needed */
#map-list-holder,
#event-info-area {
scroll-margin-top: var(--fct-sticky-offset);
}
body { outline: 6px solid lime !important; }