Donate Visit 988 Site Call 988 Call TCN

 Emotional Wellbeing

Emotional wellness means understanding, expressing, and managing your feelings in a healthy way. It’s about building resilience, practicing self-compassion, and staying connected to what matters most—especially during life’s ups and downs. Supporting your emotional wellness helps you cope with stress, deepen relationships, and find balance in everyday life.

// JavaScript for click-to-flip functionality on touch devices document.addEventListener('DOMContentLoaded', function() { const flipCards = document.querySelectorAll('.flip-card'); flipCards.forEach(card => { card.addEventListener('click', function() { // Toggle the 'flipped' class on click this.classList.toggle('flipped'); }); }); });